@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Montserrat:ital,wght@0,100;0,200;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
    background-color: white !important;
}

p{
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    line-height: 1.8rem;
}
li{
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    line-height: 1.8rem;
}






/* HEADER STYLE ****************************  */

.custom-call-box{
    position: relative;
    margin-left: auto;
}

#mainmenu a{
    padding: 25px 20px 25px 0 ;
}

#mainmenu li a.general-item,
.info-box_subtite.custom{
    font-size: 14px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    color: #6d6d6d !important;
    letter-spacing: -.1px;
    margin-inline: 1rem;
}

.info-box_subtite.custom{
    font-size: 16px !important;
}

.menu-group{
    align-items: flex-start;
}

.info-box i {
    right: 57%;
}

@media (min-width: 1300px){
    .info-box i {
        right: 48%;
    }
    .container.custom{
        max-width: 1300px;
    }
}
@media (min-width: 1500px){
    .info-box i {
        right: 44%;
    }
    .container.custom{
        max-width: 1500px;
    }
}
@media (min-width: 1800px){
    .info-box i {
        right: 44%;
    }
    .container.custom{
        max-width: 1800px;
    }
}

.logo{
    width: 200px;
}

.header-cta-btn{
    /* background-color: #098145; */
    /* margin-top: -20px; */
    color: #fee5c3 !important;
    font-weight: bolder !important;
    text-decoration: none !important;
    /* border-radius: 50px !important; */
    /* padding: 0.6rem 2rem !important; */
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
    transition: 250ms all ease-in-out;
}

.header-cta-btn:hover{
    color: white !important;
}

#mainmenu{
    margin-top: 10px !important;
    margin-bottom: 0px !important;
}

.smaller #mainmenu{
    margin-top: 0px !important;
}

.smaller .logo{
    max-width: 150px;
}

/* .custom-nav-icons{
    margin-top: -20px;
} */

.custom-flex-nav{
    display: flex;
}

#mainmenu li.logo a{
    padding: 0 !important;
}
#mainmenu  a{
    padding-inline: 5rem ;
    font-size: 14px !important;
}

.top-nav #mainmenu a{
    padding-inline: 1rem;
    padding-block: 0.1rem 0.4rem !important;
    color: white;
    font-size: 11px !important;
}

.top-nav{
    position: relative;
    z-index: 10000;
    background-color: #2a2b2c;
    color: white !important;
}

.top-nav .d-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-inline: 4rem;
    font-family: 'Cormorant Garamond', serif !important;
}
.top-nav .d-flex p{
    margin-block: 0.5rem;
    font-family: 'Cormorant Garamond', serif !important;
}

#mainmenu li.button > a {
    background: #f3f3f3;
    padding: 0.7rem 4rem;
    font-size: 12px;
    font-weight: 500;
    color: #4b6a8a;
}
.smaller #mainmenu li.button > a {
    background: #f3f3f3;
    padding: 0.2rem 4rem;
    font-size: 12px;
    font-weight: 500;
    color: #4b6a8a;
}


@media (min-width: 980px){
    .md-flex > .md-flex-col {
        width: 100vw !important;
        justify-content: space-evenly !important;
    }

    .well.same-height{
        height: 380px;
    }

}

@media (max-width: 1000px){
    .top-nav{
        display: none;
    }
    .custom-flex-nav{
        flex-direction: column;
        /* align-items: center;
        justify-content: center;
        text-align: center; */
    }
    #mainmenu li.button > a {
        background: transparent !important;
        /* padding: 0.2rem 4rem;
        font-size: 12px;
        font-weight: 500;
        color: #4b6a8a; */
    }
}
/* HEADER STYLE ****************************  */



/* HERO-SECTION STYLE ***************************  */

#section-hero{
    position: relative;
    overflow: visible;
    height: 120vh;
}



.absolute-hero-images{
    width: calc(45% - 100px);
    position: absolute;
    bottom: 0;
    right: 0;
    margin-inline: 10px;
    z-index: 1;
    display: flex;
    align-items: center;
}

/* .absolute-hero-images p{
    margin-right: 5rem;
} */

.absolute-hero-images img{
    width: 45%;
    align-self: flex-end;
}

.absolute-img-1{
    margin-bottom: -120px;
}
.absolute-img-2{
    margin-bottom: -40px;
}

.absolute-hero-quote{
    position: absolute;
    z-index: 1;
    bottom: 10%;
    left: 10%;
    max-width: 40%;
    text-align: center;
    color: white !important;
}

.absolute-hero-quote p{
    font-size: 20px;
    letter-spacing: 2px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 100 !important;
}


@media (min-width: 751px){
    #section-hero.mobile{
        display: none;
    }
}
@media (max-width: 750px){
    /* #section-hero{
        height: 100vh;
    } */
    #section-hero.desktop{
        display: none;
    }
    .absolute-hero-images{
        display: none !important;
    }
    .absolute-hero-quote{
        bottom: 10%;
        left: 0;
        max-width: 100%;
        text-align: center;
        color: white !important;
    }
}

/* HERO-SECTION STYLE ***************************  */




/* SECTION 1 STYLE ********************************* */

.section1-container{
    display: flex;
    align-items: center;
}

.section1-container .important-img{
    position: relative;
    z-index: 100;
    background-color: white;
    margin: 1rem;
}
.section1-container .left-img{
    text-align: end;
}
.section1-container .text-image{
    padding: .4rem;
    box-shadow: 2px 2px 40px rgb(20 20 20 / 30%);
    border: 15px solid #fff;
}
/* .section1-container img:not(.text-image){
   
    height: 400px !important;
} */

.absolute-text-container{
    position: absolute;
    width: 80%;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
}

.absolute-text-container h2{
    color: white;
    font-size: 50px;
}
.absolute-text-container p{
    background-color: white;
    padding: 2rem;
    font-weight: 300;

}

@media (max-width: 997px) {
    .section1-container img:not(.text-image){
        display: none;
    }
    /* .absolute-text-container h2{
        color: white;
        font-size: 50px;
    }
    .absolute-text-container p{
        background-color: white;
        padding: 1rem;
        font-size: 14px;
        font-weight: 300;
    } */
}

@media (max-width: 600px) {
    .absolute-text-container{
        position: relative;
        width: 100%;
        left: 0;
        transform: translate(0, 0);
    }
    .section1-container .important-img{
        position: relative;
        z-index: 100;
        background-color: white;
        margin: 0;
    }
    .absolute-text-container h2{
        color: black;
        font-size: 40px;
        padding: .4rem;
    }

    #quote-section{
        margin-top: 0 !important;
    }
    
    /* .absolute-text-container{
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0);
    } */
}

/* SECTION 1 STYLE ********************************* */


/* QUOTE SECTION **************************************  */

#quote-section{
    margin-top: 80px;
}

#quote-section .left{
    background: url(https://www.datocms-assets.com/28904/1590625160-quote.png?auto=format,compress) no-repeat center top;
    background-size: 30% !important;
    /* border-bottom: 1px solid #ccc; */
    
}
#quote-section .right{
    background: url(https://www.datocms-assets.com/28904/1590625169-quote2.png?auto=format,compress) no-repeat center bottom;
    background-size: 30% auto !important;
    /* border-top: 1px solid #ccc; */
}

#quote-section p,
#quote-section h4 {
    font-size: 35px;
    line-height: 1.8;
    font-weight: 500;
    /* font-family: "acumin-pro-condensed"; */
}

#quote-section  p {
    font-size: 16px;
    margin-top: 40px;
    /* font-weight: 700; */
    position: relative;
}

/* .owl-dots-overlay .owl-dots .owl-dot.active span{
    background-color: black !important;
} */

/* QUOTE SECTION **************************************  */



/* SECTION 2 STYLES **************************************** */

#section-02{
    color: white;
}

.custom-play-icon{
    color: black;
    background-color: white;
    opacity: .8;
    font-size: 18px;
    padding: 0.5rem 0.6rem; 
    border: 1px solid white;
    border-radius: 50%;
    transition: all 200ms ease;
}
.custom-play-icon:hover{
    cursor: pointer;
    transform: scale(1.05);
    opacity: .5;
}

/* SECTION 2 STYLES **************************************** */


/* SECTION 3 STYLES ******************************************  */

#section-03 .team-desc{
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    /* padding-inline: 5rem; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 1rem;
    transition: all 300ms ease;
}
#section-03 .team-desc:hover{
    
    background: rgba(121, 121, 121, 0.7);
}



#section-03 .team-desc h3{
    max-width: 50%;
    font-weight: 500 !important;
    font-size: 28px;
}

/* SECTION 3 STYLES ******************************************  */




/* TESTIMONIALS STYLE (im following all the quote-section styles) **********************************************  */
#quote-section #testimonial-carousel-single h4{
    font-size: 20px;
}
#quote-section #testimonial-carousel-single p{
    font-size: 12px;
}
/* TESTIMONIALS STYLE**********************************************  */




/* GALLERY STYLES *****************************************************  */
.absolute-gallery{
    position: absolute;
    width: 100%;
    /* padding-inline: 20px; */
    background-color: rgba(241, 241, 241, 0.7);
    bottom: 5%;
    display: flex;
    align-items: center;
}

.absolute-gallery p{
    margin: 0.3rem 0.1rem !important;
    color: #2a2b2c;
    font-weight: 600;
    line-height: 1rem;
    font-size: 10px;    
}

.custom-image-container{
    position: relative;
}

/* GALLERY STYLES *****************************************************  */




/* BEFORE AND AFTER GALLERY *************************************************  */

#before-after-gallery .owl-custom-nav .btn-next:before,
#before-after-gallery .owl-custom-nav .btn-prev:before{
    background-color: transparent !important;
    font-size: 40px;
    transition: all 200ms ease;
}
#before-after-gallery .owl-custom-nav .btn-next:hover:before,
#before-after-gallery .owl-custom-nav .btn-prev:hover:before{
   color: #5b5b5b;
}

#before-after-gallery h2{
    font-size: 50px;
    font-weight: 500;
}

/* #before-after-gallery .owl-item.active:nth-child(2n+1) .item{
    padding: 0 !important;
} */
/* BEFORE AND AFTER GALLERY *************************************************  */



/* FOOTER STYLES ************************************************************ */
.logo-small{
    width: 200px !important;
}

.custom-footer-text{
    font-size: 16px;
    font-weight: 200;
    letter-spacing: 1px;
    align-items: center;
}

.custom-footer-text i{
    font-size: 1.7em;
    margin-right: 0.4rem;
}

.social-icons.footer i{
    margin-inline: 1.5rem;
    background-color: rgba(255, 255,255, 0.1);
    border-radius: 50%;
    padding: 1.2rem;
    height: auto !important;
    width: auto !important;
    font-size: 20px;
    font-weight: 600;
}

.below-footer-icons-text{
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px !important;
    margin-top: 1rem;
}

footer{
    position: relative;
    background: url(z-img/footer-bg.webp) center;
    font-family: 'Cormorant Garamond', serif;
}

.subfooter-custom p{
    font-size: inherit;
    font-family: 'Cormorant Garamond', serif;
}

footer i,
footer .text-center span,
footer p,
footer .text-center h3{
    font-weight: 800;
    letter-spacing: 2.5px;
    font-size: 18px;
}

hr.fot{
    border: 1px solid white;
}
/* FOOTER STYLES ************************************************************ */





/* VENEERS STYLES ****************************************************************** */
#veneers-section{
    padding: 0;
}

#veneers-section .d-flex{
    width: 100vw;
    display: flex;
    justify-content: space-between;
}
.transparent-space{
    width: 50%;
}
.veneers-content-container{
    width: 50%;
    background-color: rgba(0, 0, 0, 0.637);
    padding: 8rem 10rem 8rem 5.5rem;
    color: white;
}
.veneers-content-container h2{
    font-size: 50px;
}
.veneers-content-container p{
    /* font-family: 'Cormorant Garamond', serif !important; */
    font-size: 15px;
    font-weight: 100;
}

@media (max-width: 1000px){
    .transparent-space{
        width: 0%;
    }
    .veneers-content-container{
        width: 100%;
        background-color: rgba(0, 0, 0, 0.637);
        padding: 5rem 3rem 5rem 3rem;
        color: white;
    }
}
/* VENEERS STYLES ****************************************************************** */








/* INNER PAGES STYLES *************************************************************** */

/* GENERAL */
    /* HERO-SECTION */
#section-hero-inner{
    height: 70vh;
}
#section-hero-inner h2{
    margin-top: 30vh;
}



    /* HERO-SECTION */


    /* FANCY SECTION 1 */
#inner-section1 .style-container{
    width: 100%;
    /* height: 100%; */
    display: flex;
    position: relative;
}

#inner-section1 .style-container .absolute-fancy-container{
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 40%;
    background-color: rgb(0, 0, 0);
    padding: 4rem ;
    transform: translate(-20%, -50%);
    font-size: 16px;
}
#inner-section1.right .style-container .absolute-fancy-container{
    
    transform: translate(-80%, -50%);
}
#inner-section1 .style-container .absolute-fancy-container h3,
#inner-section1 .style-container .absolute-fancy-container p{
    color: white;
}

#inner-section1 .style-container .absolute-fancy-container h3{
    font-size: 50px;
}


@media(min-width: 1400px){
    #inner-section1 .style-container .absolute-fancy-container{
        padding: 7rem ;
    }
}
@media(max-width: 1000px){
    #section-hero{
        height: 90vh !important;
    }

    #inner-section1 .style-container{
        flex-direction: column;
       
    }
    #inner-section1 .style-container .absolute-fancy-container{
        position: relative !important;
        top: 0;
        left: 0;
        transform: translate(0%, 0%);
        max-width: 100% !important;
         padding: 2rem;
    }
    #inner-section1.right .style-container .absolute-fancy-container {
        transform: translate(0, 0);
    }
    #inner-section1 .style-container img{
        width: 100% !important;
    }
}


    /* FANCY SECTION 1 */

    /* CTA******* */
    section#inner-cta{
        padding: 0 !important;
    }
    #inner-cta h2,
    #inner-cta p,
    #inner-cta a{
        color: white;
    }

    #inner-cta .flex-container{
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }
    /* CTA******* */




/* GENERAL */

/* INNER PAGES STYLES *************************************************************** */


/* ABOUT PAGE ****************************** */
.de_light .expand {
    border: solid 1px rgba(0,0,0,.1) !important;
    border-bottom: solid 1px rgba(0,0,0,.1) !important;
   
}
/* ABOUT PAGE ****************************** */



/* NEWS (HOMEPAGE) *********************** */
.news-container{
    padding: 1.5rem;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 3px;
    box-shadow: 1px -1px 99px -59px rgba(0,0,0,0.75);
    -webkit-box-shadow: 1px -1px 99px -59px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px -1px 99px -59px rgba(0,0,0,0.75);
    height: 325px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.news-container h3{
    font-weight: 700;
    font-size: 20px;
}
.news-container p{
    font-weight: 400;
    font-size: 14px;
}

.weight-400{
    font-weight: 400 !important;
}

.weight-500{
    font-weight: 500 !important;
}


.blogs-container{
    padding: 2rem;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 3px;
    box-shadow: 1px -1px 99px -59px rgba(0,0,0,0.75);
    -webkit-box-shadow: 1px -1px 99px -59px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px -1px 99px -59px rgba(0,0,0,0.75);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.blogs-container h3{
    font-weight: 700;
    font-size: 20px;
}
.blogs-container p{
    font-weight: 400;
    font-size: 14px;
}

.cus-btn-news{
    border: none;
    padding: 0 !important;
    margin-bottom: 0;
    background-color: transparent;
}

@media (max-width: 480px){
    .news-container{
        height: 425px;
    }
}
/* NEWS (HOMEPAGE) *********************** */


/* GENERAL STYLES *********************************** */



.container.custom{
    max-width: 100vw !important;
}

.cus-btn-line{
    position: relative;
}

.cus-btn-line:after{
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 20%;
    height: 1px;
    background-color: white;
    transition: all 200ms ease;
}
.cus-btn-line.black-line:after{
    background-color: black;
}

.much-margin{
    margin-top: 210px;
}

.cus-btn-line:hover:after{
    width: 100%;
}

.d-md-none{
    display: block;
}

@media (max-width: 990px){
    .d-md-none{
        display: none;
    }
}
/* GENERAL STYLES *********************************** */


.contact-info span,
.contact-info strong{
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 19px;
}
#section-02 .about-image-display{
    display: none;
}
@media (max-width: 700px){

    #section-02{
        position: relative;
        background: black !important;
        /* background-size: cover !important; */
        /* background-position: center !important; */
        padding-block: 1.5rem !important;
    } 
    #section-02 .about-image-display{
        display: block;
    }
    .overlay-bg-cus{
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.45);
    }
    .realtive-custom{
        position: relative !important;
        z-index: 10 !important;
    }
    
    #section-hero-inner.contact-section{
        background: url(z-img/contact-mobile.webp) !important;
    }
}

