
/* REMINDER: if I change anything on root I must to change it on variables.css too */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Lora:ital,wght@0,400..700;1,400..700&display=swap');

:root{
    --accent-color: #175873;
    --sec-color: #B04025;
    --title-font: 'Marcellus', serif;
    --subtitle-font: 'Open Sans', serif;

    --accent-color-op1: #175773ee;
    --accent-color-op2: rgba(59, 71, 87, 0.7);
}

/* HEADER*********** */
header{
    height: 120px;
}

header.smaller li a{
    color: black !important;
}

.header-mobile{
    padding-top: 60px;
}
header.header-light.smaller:not(.header-bottom):not(.side-header):not(.force-header-mobile) {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 8px;
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
}
header.smaller{
   height: 100px !important;
    
}
header.smaller .logo{
   width: 255px !important;
    
}
#mainmenu.dotted-separator li a:after {
    content: " ";
}
#mainmenu li a:after,
#mainmenu li a:before {
    content: " ";
}

#mainmenu{
 margin-top: 7px;
}


#mainmenu a {
    padding: 25px 30px 25px 20px;
    letter-spacing: 2px;
    font-weight: 500 !important;
}


.main-title-container{
    background-color: rgba(255, 255, 255, 0.24);
    padding: 2rem 1rem;
    border-radius: 5px;
}

#mainmenu li a{
    font-size: 14px;
    font-weight: 300;
}

.cus-text1{
    background-color: var(--accent-color-op1);
    color: white !important;
    padding: 0.5rem;
}

.top-margin{
    margin-top: 120px;
}

/* END HEADER*********** */

.path1, .path2{
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-inline: 30px;
    border-radius: 6px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.path1{
    background: url(z-images/path1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.pink, .green{
    border-radius: 6px;
}
.path2{
    background: url(z-images/path2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.overlay-bg.pink{
    background-color: #f0a8b2d2 ;
    transition: all 300ms ease-in-out;
}
.overlay-bg.green{
    background-color: #64b1bad2  ;
        transition: all 300ms ease-in-out;

}
.path1:hover .pink{
    background-color: #865459d0;
}
.path2:hover .green{
    background-color: #376266eb;
}

#top-section{
    /* width: 93vw !important; */
    margin-inline: auto;
    height: 92vh;
}

.feature-text__title::after {
    right: -60px;
}
.feature-text__title::before {
    left: -60px;
}
.feature-text__title2::after {
    right: -80px;
}
.feature-text__title2::before {
    left: -80px;
}
.feature-text__title3:before,
.feature-text__title3:after,
.feature-text__title2::before,
.feature-text__title2::after,
.feature-text__title::before,
.feature-text__title::after {
    content: '';
    background-size: 40px 0.1px;
    position: absolute;
    top: 50%;
    background-color: var(--accent-color);
    height: 0.1px;
    width: 60px;
}
.feature-text__title3::after {
    right: 70px;
    background-color: white;
}
.feature-text__title3::before {
    left: 70px;
    background-color: white;
}

/* #section-services,
#section-cta,
#contactForm{
    width: 92vw;
    margin-inline: auto;
} */

.each-service{
    height: 460px !important;
}

.cus-overlay60{
    background:rgba(218, 218, 218, 0.281); 
    height:100%;
    border-radius: 5px;
}
@media(min-width: 1550px){
    .each-service{
        height: 350px !important;
    }
}

@media(max-width: 1250px){
    .each-service{
        height: 570px !important;
    }
}



.each-service > div{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


#section1{
    background-color: white;
    background: linear-gradient(0deg, rgba(253, 253, 253, 1) 0%, rgba(217, 217, 205, 0.8) 50%, rgba(252, 252, 252, 1) 100%);
}

.bg-image1{
    position: absolute;
    top:0;
    left: 0;
    z-index: 0;
    width: 50vw;
    height: 100%;
    background: url(z-images/animations/bg.svg);
}

.custom-play-icon{
    border: 1px solid black;
    border-radius: 50%;
    padding: 1.5rem;
    margin-right: 1rem;
}


.cus-pricing-box{
    background-color: rgb(241, 241, 241);
    color: var(--accent-color);
    height: 350px;
    padding: 2rem 1rem;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-top: -200px;
}

.center-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.testimonials-container{
    padding: 1rem 3rem 3rem 3rem;
}

.bg-primary-custom {
    background-color: var(--accent-color) !important;
}

.contact-container{
    background-color: var(--accent-color);
    height: 160px !important;
    color: white;
    padding: 1.5rem;
    border-radius: 5px;
    text-align: center;
}
.contact-container h2{
    color: white;
    margin-bottom: -20px;
}


.social-icons i:hover{
    background-color: transparent !important;
    transform: scale(1.2);
}

.box-container{
    background-color: var(--accent-color);
    width: 100%;
    height: 100%;
    padding: 5.5rem 3rem;
}



footer{
    background: url(z-images/bg9.png)    center;
    color: rgb(32, 32, 32);
}

.cfpadding1{
        padding-inline: 2rem;
    }

.cus-title{
    background-color: rgba(255, 255, 255, 0.5);
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    color: black;
    padding: 1rem 2rem;
    border-radius: 5px;
}

.form-container{
    position: relative;
    z-index: 100;
    background-color: rgb(240, 240, 240);
    margin-top: -400px;
    padding: 3rem 2rem;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px;

}

.cus-top-container1{
    background-color: rgba(36, 36, 36, 0.032);
    padding: 3rem 1rem 1rem 1rem;
    border-radius: 3px;
}


.absolute-icon{
    position: absolute;
    bottom: 10px;
    left: 20px;
}
.absolute-icon img{
    width: 35%;
}

.desk-none{
    display: none !important;
}

.service-row{
    margin-inline: 0px;
}

.cus-padding-service{
    padding: 40px;
}


.header-padding{
    padding-inline: 80px;
}





/* BREAKPOINTS************************************************* */

/* (default from bootstrap) */
@media (max-width: 1400px){
    .feature-text__title3::after {
        right: 0px;
        background-color: white;
    }
    .feature-text__title3::before {
        left: 0px;
        background-color: white;
    }
    .path1, .path2{
    height: 550px;
}
}


/* (default from bootstrap) */

@media (max-width: 1200px){
    .cus-padding-service{
        padding: 10px;
    }
}


/* (default from bootstrap) */

@media (max-width: 992px){
    .mobile-d-none{
        display: none;
    }
    #section2-2 img,
    #section2-2 #jarallax-container-1{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    }
    .top-margin{
        margin-top:0px;
    }
    #top-section{
        width: 100vw !important;

    }
    .contact-container{
        height: 220px !important;
    }
    .logo{
        width: 165px;
        margin-top: -80px;
    }
    .header-mobile.height-auto .logo{
        width: 200px;
        margin-top: -30px;
    }
    header{
        height: 80px;
    }
    /* .md-flex{
        display: flex;
        justify-content: space-between;
        flex-direction: row;
    } */
    header li a{
        color: black !important;
    }

    .desk-none{
        display: block !important;
    }

    .each-service{
        height: 280px !important;
    }
    .header-padding{
    padding-inline: 0px;
}
#top-section{
    background: #e9e9e9
}
#jarallax-container-0{
    display: none !important;
}

}


/* (default from bootstrap) */

@media (max-width: 768px){
    .contact-border{
        border-right: none;
        border-bottom: 1px solid var(--accent-color);
    }
    .cus-pricing-box{
        margin-top: auto;
        height: auto;
    }
    blockquote.testimonial-big{
        font-size: 18px;
    }
    .feature-text__title3::after {
        right: -30px;
        background-color: white;
    }
    .feature-text__title3::before {
        left: -30px;
        background-color: white;
    }
    .contact-container{
        height: auto !important;
    }
    .each-service{
        height: auto !important;
    }
    .cus-padding-service{
        padding-block: 40px;
    }
    .path1, .path2{
        height: auto;
        padding-block: 2rem;
    }
    .cfpadding1{
        padding-inline: 1rem;
    }
}


/* (default from bootstrap) */
@media (max-width: 576px){
    .feature-text__title3:before,
.feature-text__title3:after,
.feature-text__title2::before,
.feature-text__title2::after,
.feature-text__title::before,
.feature-text__title::after {
    background-color: rgb(44, 44, 44);
    height: 0px;
}
}


/* BREAKPOINTS************************************************* */