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

@import url('https://fonts.cdnfonts.com/css/zapfino');

h1, h2, h3, h4, h5, h6, .post-text a{
    font-family: 'Zapfino', sans-serif;
    letter-spacing: 1px;
    font-weight: 200;
}

a, li, p, span, blockquote{
    font-family: 'Montserrat', sans-serif;
    
}

header li{
    letter-spacing: 4px !important;
    font-weight: 200;
}
header li a{
    font-weight: 300;
}


header .logo{
    display: block;
    width: 300px ;
}

header.smaller .logo{
    display: block;
    width: 250px ;
}

/* header.transparent {
    border: none;
    background: linear-gradient(0deg, rgb(0, 0, 0, 0) 0%, rgba(0,0,0,0.6) 80%, rgba(0,0,0,0.7) 100%);
} */
header.transparent {
    background: #969696da;
    background: linear-gradient(0deg, rgb(0, 0, 0, 0) 0%, rgba(0,0,0,0.6) 80%, rgba(0,0,0,0.7) 100%);
    backdrop-filter: blur(10px);
    border-bottom: none;
}


.main-btns-container{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px
}

.main-btns-container a{
    padding: .9rem 2rem;
}

.hero-margin{
    margin-block: 120px;
}

/* VARIABLES*************************************************************** */
.comic-sans{
    font-family: “Comic Sans MS”, “Comic Sans”, cursive;
}
.font1{
    font-family: 'Montserrat', sans-serif;
}
.font2{
    font-family: 'Zapfino', sans-serif;
}
.cus-btn1,
.cus-btn2,
.cus-btn3{
    padding: 0.65rem 1rem;
    border-radius: 1px;
}
.cus-btn1{
    background-color: #379b989a;
    border: 2px solid #379b98;
    box-shadow: rgba(119, 119, 119, 0.24) 0px 3px 8px;
}
.cus-btn2{
    background-color: rgba(97, 97, 97, 0);
    color: #ffffff;
    border: 2px solid white;
}
.cus-btn3{
    background-color: rgba(97, 97, 97, 0);
    color: #379b97;
    border: 2px solid #379b97;
}

.cus-btn-nav{
    color: #ffffff !important;
    border-width: 0px;
    border-radius: 0px;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 600;
    background-color: transparent;
    padding-block: 9px;
    padding-inline: 15px;
    border-radius: 4px;
    border: 1px solid #ffffff;
    transition: all 200ms ease;
}

.gray{
    color: gray;
}
.italic{
    font-style: italic;
}

.font-18{
    font-size: 18px;
}
.smaller .cus-btn-nav{
    color: #00539f !important;
    border: 1px solid #00539f;
}

.cus-btn2:hover,
.cus-btn3:hover{
    opacity: 0.7;
    transform: scale(1.02);
}

.custom-center{
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.relative{
    position: relative;
}

.secondary{
    color: #0a2641 !important;
}

.text-dark1{
    color: rgb(54, 54, 54) !important;
}
.text-dark2{
    color: rgb(155, 155, 155);
}

.open-font{
    font-family: 'Open Sans', sans-serif !important;
}

.shadow-sm{
    padding: 0.6rem;
    box-shadow: 0px 12px 32px -6px rgba(0,0,0,0.2);
}

.rounded-sm{
    border-radius: 5px;
}

.rounded-md{
    border-radius: 10px;
}

.weight-200{
    font-weight: 200;
}

.weight-300{
    font-weight: 300;
}
.weight-400{
    font-weight: 400;
}

.weight-500{
    font-weight: 500;
}
.weight-600{
    font-weight: 600;
}

.weight-700{
    font-weight: 700;
}

.font-14{
    font-size: 14px !important;
}
.font-20{
    font-size: 20px !important;
}

.font-2rem{
    font-size: 2rem;
}
.font-3rem{
    font-size: 3rem;
}
.font-3-5rem{
    font-size: 3.5rem;
}
.font-4rem{
    font-size: 4rem;
}

.ml20{
    margin-left: 20px;
}

.margin20{
    margin: 20px;
}

.letter-2{
    letter-spacing: 2px;
}

.absolute-icon1{
    position: absolute;
    bottom: 3rem;
    right: 0;
    z-index: 1;
    transform: translate(45%, 70%);
    opacity: 0.7;
}
.absolute-icon2{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    transform: translate(-45%, 35%);
    opacity: 0.7;
}
.absolute-icon3{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    transform: translate(-10%, -20%);
    opacity: 0.7;
}
.absolute-icon4{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    transform: translate(-25%, 0);
    opacity: 0.7;
}

.z-0{
    z-index: 0;
}
.z-10{
    z-index: 10;
}

.overlay-bg.overlay1{
    background: rgba(55, 155, 152, 0.3)
}
.overlay-bg.bg1{
    background: rgba(0, 0, 0, 0.67)
}



.inner-margin1{
    margin-top: 170px;
    margin-bottom: 100px;
}

/* HOMEPAGE STYLES ************************************* */
.header-container{
    padding-inline: 8rem;
}

.main-title{
    background-color: rgba(255, 255, 255, 0.664);
    backdrop-filter: blur(10px);
    padding: 0.5rem;
    color: rgb(14, 14, 14);
    border: 2px;
    display: inline-block;
}

#associations{
    padding: 4rem 2rem;
    background-color: #f5f5f5;
}
#associations img{
    padding: 0rem 0.3rem;
    width: 12%;
    margin-inline: 10px;
}

.associations-container{
    display: flex;
    align-items: center;
    justify-content: center;
}
    /* SERVICES SECTION************************************ */

    #services .services-container{
        backdrop-filter: blur(10px);
        background-color: rgba(255, 255, 255, 0.3);
        padding: 2rem 3rem;
        border-radius: 6px;
    }

    .big-service-container{
        height: 200px;
    }

    .services2-container{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        border-radius: 8px;
    }
    .big-service-container{
        border-radius: 5px;
    }
    .big-service-container .overlay-bg{
        border-radius: 5px;
    }




    .service1{
        border-left: 1px solid rgba(0, 0, 0, 0.075);
    }


    .invisalign-container{
        background-color: rgb(22, 22, 22);
        padding: 4.5rem 2.5rem;
    }

    
    /* SERVICES SECTION************************************ */


    
    #cta1.side-bg .background-image{background:url(z-images/bg3.png);}

    /* OUR TEAM STYLE ******************************************* */
    .member-info-container{
        position: absolute;
        /* background-color: rgba(0, 0, 0, 0.3); */
        background: rgb(248,255,255);
background: linear-gradient(184deg, rgba(248,255,255,0) 10%, rgba(0,0,0,0.6222864145658263) 66%);
        width: 100%;
        height: auto;
        z-index: 10;
        bottom: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        justify-content: end;
        padding: 1rem;
    }

    .de-team-list img{
        border-radius: 5px;
    }

    .de-team-list .modal-body img{
        width: 60% !important;
        display: block;
        margin-inline: auto;
        border-radius: 10px;
    }

    @media (max-width: 700px){
        .de-team-list .modal-body img{
            width: 100% !important;
        }

        #associations img{
            padding: 0rem 0.3rem;
            width: 20%;
            margin-inline: 10px;
        }
       
    }
    /* OUR TEAM STYLE ******************************************* */



    /* TESTIMONIALS*************************** */
    .testimonials-container{
        /* background: url(z-images/testimonials-bg.png) top;
        box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px; */
        /* padding: 2rem 2.5rem; */
        border-radius: 5px;
    }
    .testimonials-container blockquote{
        font-size: 20px;
    }

    .absolute-quote{
        position: absolute;
        top: 5px;
        left: 5px;
        z-index: 0
    }
    /* TESTIMONIALS*************************** */



    section#contactForm{
        padding-inline: 0;
    }
    
    .cta-container{
        background-color: rgb(24, 24, 24);
        backdrop-filter: blur(20px);
        backdrop-filter: opacity(20%);
        /* margin-top: 5rem; */
        border-radius: 10px;
    }

    .absolute-cta-image{
        position: absolute;
        bottom: -80px;
        right: 0;
    }
    
    /* .absolute-cta-image img{
        position: absolute;
        bottom: 0;
        left: 10%;
    } */

    .form-container{
        background-color: #f5f5f573;
        padding-inline: 1rem;
        border-radius: 5px;
    }
/* HOMEPAGE STYLES ************************************* */

.subfooter{
    background: rgb(8,12,21);
background: linear-gradient(0deg, rgba(8,12,21,1) 0%, rgba(0,0,0,1) 100%);
}
footer{
    background: rgb(14, 14, 14);
    background: linear-gradient(0deg, rgb(37, 37, 37) 0%, rrgba(15, 15, 15, 0.452)100%);
}

.b-and-a{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.b-and-a img{
    width: 50%;
    padding-inline: 5px;
}


.bg-absolute1{
    position: absolute;
    width: 100%;
    height: 50%;
    top: 50%;
    background-color: black;
}
/* SCROLLING CTA****************************** */
blockquote{
    color: rgb(85, 85, 85);
}

.stars-container{
    margin-bottom: 40px;
}
.stars-container img{
    width: 30% !important;
    margin: auto;
}
#scrolling-cta blockquote.testimonial-big:before {
    content: "";
    font-size: 0;
    display: none;
}
#scrolling-cta .price{
    font-size: 40px;
}

#scrolling-cta #testimonial-carousel-single .testimonial-big{
    background-color: white;
    border: 2px solid #00539f;
    border-radius: 5px;
    padding: 1.5rem 0.8rem;
}
#scrolling-cta #testimonial-carousel-single .testimonial-big .title{
    color: #00539f;
}

.sk-ww-google-reviews .sk-google-reviews-badge-info{
    display: none !important;
}

.z10{
    z-index: 10;
}
/* ************CAROUSEL*************** */

.carrusel-container {
    position: relative;
    /* width: 80%; */
    margin: 50px auto;
    overflow: hidden;
}

.carrusel-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carrusel-item {
    min-width: 100%;
    box-sizing: border-box;
    padding: 40px;
    /* border: 1px solid #ddd; */
    display: flex;
    align-items: center;
}
.carrusel-item .team-member-container .image img{
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.office-tour .carrusel-item .team-member-container .image img{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.prev-btn,
.next-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 38px;
    background-color: transparent;
    border: none;
    color: white;
    cursor: pointer;
}
.office-tour .prev-btn,
.office-tour .next-btn {
    color: rgb(0, 0, 0);
}

.prev-btn {
    left: 0px;
}

.next-btn {
    right: 0px;
}
/* ************CAROUSEL*************** */

@media(max-width: 1000px){
    .mobile-d-none{
        display: none;
    }
    .hero-margin{
        margin-block: 0px;
    }
    .font-4rem{
        font-size: 2.5rem;
    }
}
@media(max-width: 1400px){
    header.smaller .logo{
        display: block;
        width: 110px ;
    }
    .xl-none{
        display: none;
    }
    header .logo{
        display: block;
        width: 130px ;
    }
    .inner-margin1{
        margin-top: 70px;
        margin-bottom: 30px;
    }
    
}


@media(max-width: 997px){
    .inner-margin1{
        margin-top: 0;
        margin-bottom: 10px;
    }
}



@media(max-width: 1700px){
    header .logo{
        display: block;
        width: 200px ;
    }
    
    header.smaller .logo{
        display: block;
        width: 150px ;
    }
    
}

@media (max-width: 500px) {
    #scrolling-cta #testimonial-carousel-single .cus-btn2{
        padding-inline: 8px;
        font-size: 13px;

    }
    .b-and-a{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .b-and-a img{
        width: 100% !important;
    }

    .main-btns-container{
        flex-direction: column;
    }
    .font-2rem{
        font-size: 1.5rem;
    }
    .font-3rem{
        font-size: 2rem;
    }
    .font-3-5rem{
        font-size: 2.5rem;
    }
    .font-4rem{
        font-size: 1.7rem;
    }

    .cus-btn1,
    .cus-btn2,
    .cus-btn3{
        padding: 0.65rem 1rem;
        border-radius: 1px;
    }

    .bg-absolute1{
        position: absolute;
        width: 100%;
        height: 30%;
        top: 60%;
        /* bottom: -40%; */
        background-color: black;
    }

    .address-image{
        height: 500px;
        width: auto;
        position: relative;
        left: -120%;
    }
}
/* SCROLLING CTA****************************** */
@media(max-width: 1500px){
    .header-container{
        padding-inline: 4rem;
    }
    
}
/* SCROLLING CTA****************************** */