@import url('https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&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.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,wght@1,400;1,500&display=swap');

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

h1, h2, h3, h4, h5, h6, a, p, li, div{
    font-family: 'Playfair Display', serif;
}
p, li, div, a{
    font-family: 'Montserrat', serif;
}

#top-title{
    margin-top: 0 !important;
}

.font1{
    font-family: 'Montserrat', serif !important;
}

/* VARIABLES*************************************************************** */
.cursive{
    font-family: 'Bodoni Moda', serif;
    font-style: italic;
}
.font-montserrat{
    font-family: 'Montserrat', sans-serif;
}

.italic{
    font-style: italic;
}

.uppercase{
    text-transform: uppercase;
}

.capitalize{
    text-transform: capitalize;
}

.space3{
    letter-spacing: 3px;
}
.cus-btn1{
    /* color: rgb(41, 41, 41); */
    border: 1px solid #ffffff;
    padding: 1rem 1.5rem !important ;
    background-color: transparent;
    transition: all 150ms ease;
}
.cus-btn1:hover{
    transform: scale(1.05);
}
.cus-btn2{
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
    background-color: transparent;
    padding-block: 12px !important;
    padding-inline: 18px !important;
    border: 1px solid #000000;
    color: black !important;
    transition: all 200ms ease;
}
.cus-btn3{
    color: #ffffff !important;
    border-width: 0px;
    border-radius: 0px;
    font-size: 16px;
    letter-spacing: 2px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    background-color: transparent;
    padding-block: 9px;
    padding-inline: 15px;
    border-radius: 4px;
    border: 1px solid #ffffff;
    transition: all 200ms ease;
}

.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: #00539f !important;
}

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


.shadow-sm{
    padding: 0.6rem;
    box-shadow: 0px 12px 32px -6px rgba(94, 94, 94, 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-20{
    font-size: 20px !important;
}
.font-25{
    font-size: 25px !important;
}

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

.ml20{
    margin-left: 20px;
}
.mr20{
    margin-right: 20px;
}


.pt50{
    padding-top: 50px;
}


.ml-50{
    margin-left: -50px;
}

.no-right{
    padding-right: 0 !important;
}
.no-left{
    padding-left: 0 !important;
}

.custom-separator{
    width: 100%;
    height: 1px;
    border-bottom: 2px solid rgba(109, 109, 109, 0.267)
}

/* STYLES******************************* */
header.smaller .logo{
    width: 120px;
}
header.smaller .cus-btn1{
    margin-top: 0;
}

.service-container{
    text-align: center;
    color: rgb(255, 255, 255);
    padding: 1rem;
    height: 200px;
    display: flex;
    border-radius: 4px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;    justify-content: center;
    align-items: center;
    /* padding-bottom: 3rem;
    padding-top: 4rem;
    padding-inline: 1.2rem; */
    /* padding: 4rem 1rem; */
}
.service-cont1{
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-inline: 0.5rem;
    border: 1px solid rgb(255, 255, 255);
}


#filters a.selected {
    color: white;
}

#service1 .background-image{
    background: url(z-images/bg11.jpg);
}








#testimonial-carousel img.stars{
    width: 100px !important;
    margin-bottom: 1.8rem;
}
#testimonial-carousel p.name{
    padding: 0;
    margin: 0;
}

#testimonial-carousel img.google-logo{
    width: 40px ;
}

#testimonial-carousel .item{
    /* height: 400px !important; */
    padding: 1rem 0.5rem;
}
#testimonial-carousel .item p{
    font-size: 12px;
}

/* .container.testimonial{
    height: 300px;
} */

.container.testimonial{
    padding-block: 1rem;
    border: 1px solid #00000083;
    height: 280px;
}






.absolute-icon{
    position: absolute;
    opacity: 0.07;
    z-index: -1;
    bottom: -10%;
    left: -10%;
}
/* STYLES******************************* */

@media (max-width: 1400px){
    .container.testimonial{
        height: 350px;
    }
}
@media (max-width: 1250px){
    .cus-btn1{
        padding: 1rem 1rem !important ;
    }
}
@media (max-width: 600px){
    .container.testimonial{
        height: 420px;
    }
}
@media (max-width: 400px){
    .container.testimonial{
        height: 580px;
    }
}
@media (max-width: 350px){
    .container.testimonial{
        height: 700px;
    }
}
@media (995px <= width <= 1400px){
    .cus-btn1{
        display: none !important;
    }
}