/**
 * Author by Sanarov Michael
 */

body {
    background-color: #f5fafd;
}

.card {
    border-radius: 0px;
    border: none;
    background-color: transparent;
}

.bg-darkgrey {
    background-color: #1d2327;
}

.fs-24px {
    font-size: 24px!important;
}

.fs-8rem{
    font-size: .8rem;
}

.line-h-18px{
    line-height: 18px;
}

.max-width-f-content{
    max-width: fit-content;
}

.max-width-100{
    max-width: 100%!important
}

.height-70px{
    height: 70px!important;
}

.menu-item.current-menu-item>a{
    border-bottom: 3px solid #03a9f4;
}

.navbar-nav>li{
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.animate-look-down {
    animation: animLookDown 2s infinite
}

@keyframes animLookDown {
    0%, 100%, 20%, 50%, 80% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    60% {
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

.header-full-height {
    padding-top: 142px;
    position: relative;
    z-index: 0;
    background-image: none;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    background: #000000c4;
}

.header-top {
    align-items: center;
    width: 100%;
    position: absolute;
    z-index: 100;
}

.header-homepage-arrow-c {
    width: 100%;
    position: absolute;
    bottom: 0px;
    text-align: center;
    font-size: calc( 50px * 0.84 );
    bottom: 20px;
}

#preview-animate-slide {
    display: block;
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0px;
    background-color: #000000a6!important;
    background-image: none;
    background-position: center;
    background-size: 100% 100%;
}

.z-auto {
    z-index: auto!important;
}

.footer-container{
    background-color: #03a9f4;
}

footer {
    overflow: hidden;
}
  
.trigger-footer {
    height: 0px;
}

.bg-222 {
    background-color: #222;
}

footer>div>div>div {
    border-left:1px solid #614747;
    border-right:1px solid #614747;
    padding: 60px;
}

footer>div>div>div>h1 {
    color:white;
}

footer>div>div>div>p {
    color:white;
}

.bg-orange {
    background-color: #FF9800;
}

.header-bar{
    position: absolute;
    width: 100%;
    color: white;
    background: linear-gradient(135deg , rgba(102,126,234, 0.8) 0%, rgba(118,75,162,0.8) 100%);
    height: 400px;
    padding: 200px 0px;
}

.main-heading>div{
    height: 400px;
    background-position: center;
}

.mb-100{
    margin-bottom: 100px!important;
}

.pt-100{
    padding-top: 100px!important;
}

.footer-contact-parallax {
    /* The image used */
    background-image: url('/wp-content/uploads/2023/02/hero-2-dark.jpg');
  
    /* Full height */
    height: 100%; 
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

@media only screen and (max-device-width: 1366px) {
    .footer-contact-parallax {
        background-attachment: scroll;
    }
}