@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

:root{
    --main-text-color : #D35B2F;
    --special-smoke: #F8F8F8;
    --second-text-color: #546880;
    --third-text-color: #7f65C1;
}
::selection {
    background-color: rgb(209, 127, 209); 
    color: white; 
}

::-moz-selection {
    background-color: rgb(209, 127, 209); 
    color: white;
}


html,body{
    margin: 0;
    padding: 0;
    font-size: 16px !important;
    overflow-x: hidden;
}
button{
    outline: none;
    border: none;
}
h1{
    color: black;
}
h4{
    font-size: 24px !important;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500 !important;
}
h5{
    font-size: 20px !important;
    font-weight: 500 !important;
}
h6{
    font-size: 16px !important;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500 !important;

}
a{
    text-decoration: none;
    color: black;
}
a:hover{
    color: black !important;
    text-decoration: none;

}
.main-text-color{
    color: var(--main-text-color) !important;
}
.special-smoke{
    background-color: var(--special-smoke) !important;
}



/*BOOTSTRAP EXTEND*/
.container{
    min-height: 55px !important;
}
.bottom-0{
    bottom: 0;
}
.m-0{
    margin: 0 !important;

}
.mr-1{
    margin-right: 4px !important;


}
.mr-2{
    margin-right:10px!important;

}
.mx-3{
    margin-left: 16px !important;
    margin-right: 16px !important;
}
.row{
    display: flex !important;
    flex-wrap: wrap;
}
.fs-8{
    font-size:10px;
}
.fs-7 {
    font-size:12px;

}
.fs-6 {
    font-size: 14px;
}
.fs-5{
    font-size: 21px;
}
.fs-4{
    font-size: 24px;

}
.fs-1{
    font-size: 36px;

}
.fw-medium{
    font-weight: 500 !important;
}
.fw-bold{
    font-weight: bold !important;

}
.fw-bolder{
    font-weight: bolder !important;


}
.fw-italic{
    font-style: italic !important;

}

.d-grid{
    display: grid;

}
.grid-4{
    grid-template-columns: repeat(4,1fr);
    row-gap: 16px;
    column-gap:16px;
}
.grid-3{
    grid-template-columns: repeat(3,1fr);
    row-gap: 16px;
    column-gap: 16px;
}
.bg-black{
    background-color: black;

}
.text-black{
    color: black;

}
.text-black:hover{
    color: black;
}
.gap-0
{
    gap: 0;
}
.gap-1{
    gap: 4px;
}
.gap-2{
    gap: 8px;
}
.gap-3{
    gap: 16px;

}
.gap-4{
    gap:24px;
}

.gap-5{
    gap:48px;
}
.form-group{
    margin-bottom: 0 !important;

}
.my-0{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.mt-2{
    margin-top: 8px;

}
.mb-2{
    margin-bottom: 8px !important;

}
.mt-50{
    margin-top: 50px !important;

}
label{
    margin-bottom:0 !important;
}
.d-block{
    display: block !important;


}
.position-relative {
    position: relative !important;
}
.position-absolute {
    position: absolute !important;
}
.position-fixed {
    position: fixed !important;
}
.fw-medium {
    font-weight: 500 !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.d-none
{
    display: none !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-items-baseline {
    align-items: baseline !important;
  }
  .justify-content-center {
    justify-content: center !important;
  }
.d-inline-flex {
    display: inline-flex !important;
  }
  .flex-column {
    flex-direction: column !important;
  }
    .flex-column-reverse {
        flex-direction: column-reverse !important;
    }
  .flex-row {
    flex-direction: row !important;
  }
  .align-items-start {
    align-items: flex-start !important;
  }
  .align-items-end {
    align-items: flex-end !important;
  }
  .flex-wrap {
    flex-wrap: wrap !important;
  }
.text-white {
    color: #fff !important;
}

.text-black {
    color: #000 !important;
}
.w-50{
    width: 50% !important;

}
.w-100 {
    width: 100% !important;
}

.h-auto {
    height: auto !important;
}
.h-100{
    height: 100% !important;

}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.px-0{
    padding-left: 0 !important;
    padding-right: 0 !important;

}
.px-1{
    padding-left: 4px !important;
    padding-right: 4px !important;

}
.py-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}
.py-2 {
    padding-top:10px!important;
    padding-bottom:10px!important;
  }
  .py-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .py-40{
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  
  }
.pt-3 {
    padding-top: 16px !important;
}
.pl-4{
    padding-left: 24px !important;

}
.pb-3 {
    padding-bottom: 16px !important;
}
.pb-2{
        padding-bottom:10px!important;
}
.pt-2 {
    padding-top:10px!important;
  }
  .pb-1{
    padding-bottom: 4px !important;
  }
  .mb-0{
    margin-bottom: 0 !important;
  }
  .mt-0{
    margin-top: 0 !important;
  }
  .mb-3{
    margin-bottom: 16px !important;
  }
  .mb-4{
    margin-bottom: 24px !important;
  
  }
.mb-5 {
    margin-bottom: 48px !important;
  }

.object-fit-cover {
    object-fit: cover;
  }
  .text-decoration-none {
    text-decoration: none !important;
  }


.mt-5 {
    margin-top: 48px; 
}
.mt-3 {
    margin-top: 16px !important;
  }
  .mt-4 {
    margin-top: 24px !important;
  }
  .px-3{
    padding-left: 16px !important;
    padding-right: 16px !important;
  
  }
.px-4 {
    padding-left: 24px !important;
    padding-right: 24px !important;
}
.py-4 {
    padding-top: 24px !important; 
    padding-bottom: 24px !important;
}
.py-5{
    padding-top: 48px !important;
    padding-bottom: 48px !important;

}
.px-5 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
  .pr-5{
    padding-right: 48px !important;
  }
    .pl-5{
        padding-left: 48px !important;
    }
    .pr-3{
        padding-right: 16px !important;

    }
    .pl-3{
        padding-left: 16px !important;

    }
  .pt-4{
    padding-top: 24px !important;
  
  }
    .pb-4{
        padding-bottom: 24px !important;
    }
    .pt-5{
        padding-top: 48px !important;
    
    }
    .pb-5{
        padding-bottom: 48px !important;
    }
.fw-bold {
    font-weight: bold !important;
}
.border-black {
    border-color: #000 !important;
  }
  .border {
    border: 1px solid #000 !important;
  }
  .col-12{
    width: 100%;
  }
  .col-10{
    width: 83.333333%;
  }
  .col-9{
    width: 75%;
  }
  .col-8{
    width: 66.666667%;
  }
  .col-6{
    width: 50%;
  }

  .col-4{
    width: 33.333333%;
  
  }
  .col-3{
    width: 25%;
  }
  .col-2{
    width: 16.666667%;
  }
  .pr-0 {
    padding-right: 0 !important;
  }
  .pl-0 {
    padding-left: 0 !important;
  }
  .px-2{
    padding-left:10px!important;
    padding-right:10px!important;
  
  }
  .p-2{
    padding:10px!important;
  
  }
  .p-32{
    padding: 32px;
  
  }
.p-3{
    padding: 16px;
}
  .bg-transparent{
    background-color: transparent !important;
  
  }
  .ps-3{
    padding-left: 16px !important;
  
  }
  .pe-3{
    padding-right: 16px !important;
  
  }
  .border-bottom{
    border-bottom: 1px solid black !important;
  }
  .border-top{
    border-top: 1px solid black !important;
  
  }
  .list-style-type-none{
    list-style-type: none !important;
  
  }
@media screen and (min-width: 768px) {
    .d-md-flex{
        display: flex !important;
    }
    .d-md-block{
        display: block !important;
    }
    .d-md-none{
        display: none !important;
    }
    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.333333%;
    }

    .px-md-5 {
        padding-left: 48px !important;
        padding-right: 48px !important;
    }

    .pt-md-4 {
        padding-top: 24px !important;
    }
    .px-md-4 {
        padding-left: 24px !important; 
        padding-right: 24px !important;
    }

    .pb-md-0 {
        padding-bottom: 0 !important;
    }
        .col-md-6 {
            width: 50%;
        }
        .col-md-3 {
            width: 25%;
        }
        .mt-md-0 {
            margin-top: 0 !important;
          }
          .flex-md-row {
            flex-direction: row !important;
          }
          .pr-md-2{
            padding-right:10px!important;
          } 
          .pl-md-2{
            padding-left:10px!important;
          } 
          .d-md-none{
            display: none !important;
          }
          .gap-md-0 {
            gap: 0 !important;
          }
        .gap-md-2{
            gap: 10px;
        }
        .gap-md-3{
            gap: 16px;
        }
}
@media screen and (max-width:768px){
    .col-md-4{
        padding: 0 !important;
    }
    .justify-content-xxs-center{
        justify-content: center !important;
    }
}
@media screen and (min-width:1023px){
    .px-lg-5{
        padding-left: 48px !important;
        padding-right: 48px !important;
    }
    .flex-lg-row{
        flex-direction: row !important;
    }
    .col-lg-4{
        width: 33.333333%  !important;
    }
    .col-lg-5{
        width: 41.666667%  !important;
    }
    .col-lg-3{
        width: 25%  !important;
    }
    .col-lg-6{
        width: 50%  !important;
    }
    .col-lg-9{
        width: 75%  !important;
    }
    .d-lg-block{
        display: block !important;
    
    }
    .d-lg-none{
        display: none !important;
    }
    .justify-content-lg-between{
        justify-content: space-between !important;
    
    }
}

@media screen and (max-width:1400px){
    .grid-4{
        grid-template-columns: repeat(3,1fr);
    }
    .grid-3{
        grid-template-columns: repeat(2,1fr);
    }
    
}
@media screen and (max-width:1022px){
    .grid-4{
        grid-template-columns: repeat(2,1fr);
    }
    .grid-3{
        grid-template-columns: repeat(2,1fr);
    }
    .px-xs-0{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .gap-xs-0{
        gap: 0 !important;
    
    }
    .mt-xs-0{
        margin-top: 0 !important;
    }
    .justify-content-xs-center{
        justify-content: center !important;
    
    }
    .mt-xs-5{
        margin-top: 48px !important;
    }
    .mt-xs-4{
        margin-top: 24px !important;
    
    }
}

@media screen and (max-width:576px){
    .grid-3{
        grid-template-columns: repeat(1,1fr);
    }
    
}
@media screen  and (min-width:1400px){
    .container{
        max-width: 1320px !important;
        width: 1320px !important;
    }
}


/*BOOTSTRAP EXTEND END*/



/* HEADER START   */
header span{
    color: var(--second-text-color);
    font-size: 13px;
}


/* HEADER END  */
/* SIDEBAR START  */
.sidebar{
    position: absolute;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    display: none;
}
.sidebar-content{
    z-index: 600;
    width: 80%;
    padding-left: 0;
    justify-content: center !important;
    align-items: center !important;
    transition: 0.2s all ease-in;

    bottom: -120px;
    left: -80%;
}
.close-sidebar{
    right: 20px;
    top: -50px;
    font-size: 25px;
    color: #d3d3d3;
}
.side-left{
    width: 80%;
    z-index: 500;
    height: 100vh;
    left: -80%;
    position: absolute;
    background-color: white;
    transition: 0.2s all ease-in;
    opacity: 0;

}
.side-right{
    width: 20%;
    height: 100vh;
    transition: 0.2s all ease-in;
    opacity: 0;

    left: -20%;
    position: absolute;
    z-index: 500;

    background-color: rgba(0, 0, 0, 0.5);
}
.side-left.active{
    left: 0;
    transition: 0.2s all ease-in;
    opacity: 1 !important;


}
.side-right.active{
    left: 80%;
    transition: 0.2s all ease-in;
    z-index: 600;
    opacity: 1 !important;



}
.sidebar-content.active{
    left: 0;
    transition: 0.2s all ease-in;
    opacity: 1 !important;



}
@media screen and (min-width:768px){
    .side-left{
        width: 40%;
        left: -40%;
    }
    .side-left.active{
        left: 0;
        transition: 0.2s all ease-in;
    }
    .side-right{
        width: 60%;
        left: -60%;
    }
    .side-right.active{
        left: 40%;
        transition: 0.2s all ease-in;
    }
.sidebar-content{
    width: 40%;
    left: -40%;
}
.sidebar-content.active{
    left: 0;
    transition: 0.2s all ease-in;
}
}
@media screen and (max-width:1022px){
    .sidebar-content{
        top: 75px !important;
    
    }

    .sidebar-content > ul{
        position: absolute;
        top: 0 !important;
    }
    
    .sidebar{
        display: flex;
    }
    .sidebar-socials{
      display: block !important;
      position: absolute !important;
      bottom: 20% !important;
    }
    .sidebar-socials .social-links ul{
        display: flex !important;
        flex-direction: row !important;
    }
    
}
@media screen and (min-width:1023px) {
    .sidebar-content{
        width: 100% !important;
        justify-content: end !important;
    }
    
}
.sidebar-socials{
    display: none ;
}

/* SIDEBAR END  */
/* NAVBAR START   */
nav {
    transition: all 0.3s ease;
    top: 0;
    background-color: white; 
    z-index: 500; 
    box-shadow: 0px 10px 8px -5px rgba(78, 85.00000000000001, 107, 0.09);
}

nav>div{
    box-shadow: 0px10px8px -5px rgba(78, 85.00000000000001, 107, 0.09);
}
nav ul li a{
    color: #676667;
    transition: 0.2s all linear;
}
nav ul li a:hover{
    color: var(--main-text-color) !important;
    transition: 0.2s all linear;

}
.nav-start-btn{
    transform:scale(1);
    transition: 0.2s all linear;
}
.nav-start-btn a{
    background-color: var(--main-text-color);
    color: white !important;
    padding: 12px 25px;
  

}

.nav-start-btn:hover{
    transform:scale(0.95);
    transition: 0.2s all linear;
}
.dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -35px;
    z-index: 1000;
    background-color: #fff;
    padding: 20px 0px;
    width: 260px;
    border: none;
    border-radius: 15px;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    box-shadow: 0px 4px 30px 0px rgba(78, 85.00000000000001, 107, 0.15);
}
.dropdown-menu li{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: start;
    padding: 0px 35px;
}
.dropdown-sub-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 260px;
    z-index: 1000;
    background-color: #fff;
    padding: 20px 0px;
    width: 260px;
    border: none;
    border-radius: 15px;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    box-shadow: 0px 4px 30px 0px rgba(78, 85.00000000000001, 107, 0.15);
}
.dropdown-sub-menu li{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: start;
    padding: 0px 35px;

}
.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.dropdown-sub:hover .dropdown-sub-menu {
    opacity: 1;
    visibility: visible;
}
.dropdown-menu li a{
    border-bottom-width: 2px;
    position: relative;
    color: #676667 !important;
    font-family: "Mulish", sans-serif;


}
.dropdown-menu a::after{
    content: "";
    display: flex;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #d3d3d3;
    transition: 0.2s all linear;

}

.dropdown-menu li:hover > a::after{
    height: 2px;
    background-color: var(--main-text-color);
    transition: 0.2s all linear;

}
.dropdown-menu a:hover{
    background: none !important;
}
.dropdown-menu li a{
    border-bottom-width: 2px;
    position: relative;
    color: #676667 !important;
    font-family: "Mulish", sans-serif;


}
.dropdown-sub-menu a::after{
    content: "";
    display: flex;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #d3d3d3;
    transition: 0.2s all linear;

}

.dropdown-sub-menu li:hover a::after{
    height: 2px;
    background-color: var(--main-text-color);
    transition: 0.2s all linear;

}
.dropdown-sub-menu a:hover{
    background: none !important;
}
@media screen and (max-width:1022px){
    .sidebar-content{
        position: absolute;
    opacity: 0;

    }
    .sidebar-content ul{
        flex-direction: column;
    }
    .sidebar-trigger{
        display: flex !important;
        width: 48px;
        height: 48px;
        border: 1px solid #d3d3d3;
        border-radius: 50%;
        cursor: pointer;
    }
    .dropdown:hover .dropdown-menu {
        max-height: fit-content !important;

    }
    
    .dropdown-menu {
        display: block;
        position: static;
        z-index: 1000;
        background-color: #fff;
        width: 100%;
        padding: 0 !important;
        height: auto !important;
        box-shadow: none !important;
        max-height:0px;
        border: none;
        border-radius: 15px;
        transition: 0.3s ease;
    }
    .dropdown-sub{
        flex-direction: column;
    }
    .dropdown-menu li{
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: start;
        padding: 0px 35px;
    }
    .dropdown-sub-menu {
        display: block;
        box-shadow: none !important;
        height: auto !important;
        max-height: 0px;
        position: static;
        z-index: 1000;
        background-color: #fff;
        padding:0;
        width: 100%;
        border: none;
        border-radius: 15px;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }

    .dropdown-sub:hover .dropdown-sub-menu {
        max-height: fit-content !important;
        
    }

    
}
@media screen and (min-width:1023px){
    nav.fixed{
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 400;
        transition: all 8s ease-in-out;
    
    }
    
}
@media screen and (max-width:768px){
    nav .col-6{
        padding: 0 !important;
    }
    nav >div >div{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    
}
/* NAVBAR END  */
/* FOOTER START  */
footer >div{
    background-image: url(https://www.candelafineart.com/wp-content/uploads/2021/06/footer.svg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
}
footer>div >.container{
    padding-top: 5%;
    padding-bottom: 3.3%;
}
footer ul li{
    color: #676667;
    font-size: 18px;
}
footer ul li a{
    color: #676667;
}
.site-infos ul li a{
    transition: 0.3s all linear;
}
.site-infos ul li a:hover{
    color: var(--main-text-color) !important;
    transition: .3s all linear;
}
.social-links ul li a{
    background-color: var(--main-text-color);
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 14px;
    animation: none; 

}
.social-links ul li a:hover{
    background-color:var(--main-text-color);
    animation: growAndBack 0.3s linear 1; 
    color: white !important;
    opacity: 0.9;
}
@keyframes growAndBack {
    0% {
        transform: scale(1);
    }
    50%{
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}
.footer-links ul li {
    padding-bottom: 11px;
    margin-top: 11px;
    border-bottom: 1px solid #d3d3d3;
}
.footer-links ul  li a{
    transition: .3s all linear;
}
.footer-links ul  li a:hover{
    color: var(--main-text-color) !important;
    transition: .3s all linear;
}
.footer-category-links li:last-child{
    border-bottom: none !important;
}
.footer-banner{
    border-top: 1px solid #d3d3d3;
    min-height: 110px;
}
.copyright{
    color: var(--second-text-color);
}
@media screen  and (max-width:1022px) {
    .footer-category-links li:last-child{
        border-bottom: 1px solid #d3d3d3 !important;
    }

    
}
/* FOOTER END  */

/* INDEX PAGE START  */
.index-slider swiper-container, swiper-slide{
    max-height: 500px;
    position: relative;
}
swiper-slide{
    cursor: pointer;
}
.index-slider-content{
    bottom: 5%;

}
.swiper-slide-active .index-slider-content{
    animation: fadeIn 1s ease ;


}
.index-slider-content *{
    color: white !important;
}
.index-slider-content a{
    background-color:var(--main-text-color);
    border: 1px solid white;
    color: white;
    padding: 8px 10px;
}
.index-slider-content a:hover{
    color:white !important;
}
.index-slider-content p{
    text-align: center;
}
.swiper-slide-active img{
    animation: zoom 30s ease ;

}

@keyframes zoom {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.5);
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    transform: translateY(100%);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.index-slider-navigation{
    top: 50%;
    transform: translateY(-50%);
    z-index: 5125215;
}
.index-slider-navigation >div{
    padding-left: 1rem;
    z-index: 65125125;
    padding-right: 1rem;
}
.index-slider-navigation >div>div{
    cursor: pointer;
}
.index-slider-navigation i {
    font-size: 38px;
    color:var(--main-text-color);
}
.index-swiper-slider .swiper-pagination .swiper-pagination-bullet-active{
    background-color:var(--main-text-color) !important;
}
.index-swiper-slider .swiper-pagination-bullet.swiper-pagination-bullet-active, .cmsmasters-slider .swiper-pagination-bullet:hover{
    background-color: #d2d1d1 !important;
    background: #d2d1d1 !important;
}
.index-welcome *{
    color: #676667;

}
.index-welcome p{
    font-size: 18px;
    font-family: "Mulish", sans-serif;

}
.service-boxes img{
    width: 100px;
    height: 100px;
}
.clients-say-header::before{
    content: "";
    display: flex;
    width: 10%;
    height: 3px;
    background-color: black;
    margin-bottom: 30px;

}
.clients-say-header::after{
    content: "";
    display: flex;
    width: 10%;
    height: 3px;
    background-color: black;
    margin-top: 30px;

}
.comment-box{
    padding: 8%;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.07);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    border-radius: 20px;
}
.comment-box:hover{
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.comment-stars i{
    color: #f0ad4e;
}
.comment-box span{
    color: var(--second-text-color);

}
.comment-box img{
    width: 60px;
    height: 60px;
    

}
.comment-owner{
    color: #7f65C1;
}

.index-footer-banner-content{
    padding: 35px;
    background-color: #f9fafa;
}
.index-footer-banner-content h2,p{
    color: #3f444b;
}
.index-footer-banner-content a{
    background-color:var(--main-text-color);
    color: white;
    border-radius: 25px;
    border: 2px solidvar(--main-text-color);
    padding: 10px 30px;
}
.index-footer-banner{
    overflow: hidden !important;
}
.index-banner-img-container{
    position: relative;
    min-height: 200px;
    width: 100%;
    overflow: hidden;
    z-index: 1;

}
.index-footer-banner-img{
    transition-duration: 1500ms;
    will-change: transform;
    background-size: cover;
    background-position: 50%;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 2s;
}
.index-banner-img-overlay{
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    transition-duration: 1500ms;
    right: 0;
    bottom: 0;
    transition: all 2s;
    
}
.index-footer-banner:hover .index-footer-banner-img{
    transform: scale(1.2);
    transition: all 2s;
}
.index-footer-banner:hover .index-banner-img-overlay{
    background-color: rgba(0, 0, 0, .3);

}
@media screen and (max-width:1366px){
    .index-slider swiper-container, swiper-slide{
        max-height: 460px;
        position: relative;
    }
}
@media screen and (max-width:1200px){
    .index-slider swiper-container, swiper-slide{
        max-height: 350px;
        position: relative;
    }
}
@media screen and (max-width:1000px){
    .index-slider swiper-container, swiper-slide{
        max-height: 300px;
        position: relative;
    }
}

/* INDEX PAGE END  */


/* APPOINTMENT PAGE START  */
.appointment-section{
    margin-top: 70px;
}
.appointment-box{
    background-color: #fff;
    box-shadow: 0px 39px 41px -14px rgba(0, 0, 0, 0.10);
    border-radius: 0.25rem;
    padding: 1.125rem;
    border: 1px solid #00000012;
    gap: 0.5rem;
}
.appointment-detail-btn{
    border: 1px solid #0855c3;
    color: #0855c3;
    border-radius: 8px;
    padding: 6px 12px;
    font-size: 20px;
    transition: 0.2s  all ease;

    cursor: pointer;
}
.appointment-detail-btn:hover{
    box-shadow: inset 0 0 6.25rem 6.25rem rgba(0, 0, 0, 0.3);
    filter: none;
    color: #0855c3 !important;
    transition: 0.2s  all ease;
}
.appointment-book-btn{
    background-color: #0855c3;
    color: white;
    border-radius: 8px;
    padding: 6px 12px;
    font-size: 20px;
    transition: 0.2s  all ease;
    cursor: pointer;
}
.appointment-book-btn:hover{
    box-shadow: inset 0 0 6.25rem 6.25rem rgba(0, 0, 0, 0.3);
    filter: none;
    color: white !important;
    transition: 0.2s  all ease;
}
/* APPOINTMENT PAGE END  */


/* CONTACT PAGE START  */
.contact-left-upper{
    padding-bottom: 40px;
}
.contact-left-divider{
    border-bottom: 2px solid black;
    margin-bottom: 40px;
    width: 20%;
}
.contact-page-infos i{
    color:var(--main-text-color)A6;
}
.contact-page-infos span{
    color: var(--second-text-color);
}
.contact-form{
    border: 2px solid rgba(122,122,122,0.22);
    border-radius: 5px;
    padding: 42px 52px;
}
.contact-form span,label{
    color: var(--second-text-color);
    font-size: 18px;
}
.orange-star{
    color: #CC2A24 !important;
}
.contact-form input,textarea{
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    outline: none;
    border: none;
    border-bottom: 2px solid #e1e5e9;
}
.contact-form input::placeholder,textarea::placeholder{
    color: var(--second-text-color);
    opacity: 1;
    transition: 0.2s all ease-in-out;
    font-size: 18px;
}
.contact-form input:focus{
    outline: none !important;
}
.contact-form input:focus::placeholder, textarea:focus::placeholder{
    color: var(--second-text-color);
    opacity: 0;
    transition: 0.2s all ease-in-out;
    font-size: 18px;
}
.send-form-btn{
    padding: 15px 30px;
    background-color: #7f65C1;
    color: white;
}
.testimonials-header{
    color:var(--main-text-color);
}
.testimonials-boxes img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.testimonials-boxes p{
    font-size: 18px;
    color: var(--second-text-color);
}
.testimonials-boxes a{
    color: #7f65C1;
}
/* CONTACT  PAGE END  */
/* DETAIL PAGE START  */
.detail-img-container >div{
    width: 88%;
    
}
.detail-img-content{
    top: 22%;
    left: 8%;
}
.detail-img-content h1{
    color: #FFFFFF;
    font-size: 45px;
    -webkit-text-stroke-color: #000;
    stroke: #000;
    text-shadow: 13px 12px 10px rgba(218, 218, 218, 0.3);
}
.detail-header{
    font-size: 40px;
}
.detail-text{
    font-size: 18px;
    color: var(--second-text-color);
    font-family: "Mulish", sans-serif;

}
.detail-slider-content{
    top: 50%;
    transform: translateY(-50%);
    max-width: 66%;
}
.detail-slider-content *{
    color: white !important;
}
.detail-slider-content a{
    background:transparent;
    border:2px solidvar(--main-text-color);
    color: white;
    padding: 25px 50px;
    border-radius: 8px;
    font-family: "Mulish", sans-serif;

    font-size: 20px;
}
.detail-slider-content a:hover{
    color:white !important;
}
.detail-slider-content p{
    text-align: center;
    font-size: 17px;
    font-family: "Mulish", sans-serif;

}
.detail-slider-content h1{
    font-size: 35px;
    font-family: "Mulish", sans-serif;

    font-weight: 700;
}
.swiper-slide-active .detail-slider-content{
    animation: fadeInDetail 1s ease ;


}
@keyframes fadeInDetail {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        transform: translateY(-50%);

    }
}
.detail-slider-navigation{
    top: 50%;
    transform: translateY(-50%);
    z-index: 5125215;
}
.detail-slider-navigation >div{
    padding-left: 1rem;
    z-index: 65125125;
    padding-right: 1rem;
}
.detail-slider-navigation >div>div{
    cursor: pointer;
}
.detail-slider-navigation i {
    font-size: 30px;
    color: hsla(0, 0%, 93.3%, .9);

}
.faq-prc-container {
    margin: 20px auto;
}


.questionPrc {
    border-bottom: 1px solid #d3d3d3;
    padding: 15px 20px;
    cursor: pointer;
}

.questionPrc span{
    font-size: 18px;
    font-weight: bolder;
    font-family: "Mulish", sans-serif !important;
    transition: 0.3s all linear;

}
.questionPrc:hover span{
    color: #7f65C1 !important;
    transition: 0.3s all linear;
}
.active-faq-prc-item{
    background-color:var(--main-text-color) !important;
    color: white !important;
}
.active-faq-prc-item:hover span{
    color: white !important;
}
.answerPrc {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    padding-left: 20px;
    padding-right: 20px;
}
.answerPrc ul{
    margin-top: 25px;
}
.answerPrc ul li{
    color: var(--second-text-color);
    font-size: 18px;
    font-family: "Mulish", sans-serif !important;
}
.faq-prc-table{
    background: #fff;
    border: 1px solid rgba(34, 36, 38, .15);
    border-collapse: separate;
    border-radius: .28571429rem;
    border-spacing: 0;
    box-shadow: none;
    color: rgba(0, 0, 0, .87);
    margin: 1em 0;
    text-align: left;
    width: 100%;
    margin-top: 20px;
}
.faq-prc-table thead{
    background-color: #F9FAFB;
}
.faq-prc-table th{
    padding: 20px 15px;
    font-size: 22px;
    width: calc(100%/6);
}
.faq-prc-table tbody tr:nth-child(odd){
    background-color: white;
}
.faq-prc-table tbody tr:nth-child(even){
    background-color: #F9FAFB;
}
.faq-prc-table tbody tr td{
    padding: 9px 12px;
    font-size: 18px;
    color: var(--second-text-color);
}
.faq-prc-table tbody tr td a {
    color: #7f65C1;
    font-size: 18px;
}
.faq-prc-table tbody tr td a:hover {
    color: #7f65C1 !important;
}
.faq-prc-container {
    margin: 20px auto;
}
.answer p{
    margin-top: 25px;
    color: var(--second-text-color);
    font-size: 18px;
}
.question {
    border-bottom: 1px solid #d3d3d3;
    padding: 15px 20px;
    cursor: pointer;
}

.question span{
    font-size: 18px;
    font-weight: bolder;
    font-family: "Mulish", sans-serif !important;
    transition: 0.3s all linear;

}
.question:hover span{
    color: #7f65C1 !important;
    transition: 0.3s all linear;
}
.active-faq-item{
    background-color:var(--main-text-color) !important;
    color: white !important;
}
.active-faq-item:hover span{
    color: white !important;
}
.answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    padding-left: 20px;
    padding-right: 20px;
}
.faq-plus{
    opacity: 1;
    display: block;

}
.faq-minus{
    opacity: 0;
    display: none !important;

}
.active-faq-prc-item .faq-minus{
    opacity: 1 !important;
    display: block !important;
}
.active-faq-prc-item .faq-plus{
    opacity: 0;
    display: none !important;
}
.active-faq-item .faq-minus{
    opacity: 1 !important;
    display: block !important;
}
.active-faq-item .faq-plus{
    opacity: 0;
    display: none !important;
}
@media screen and (max-width:768px){
    .detail-img-content{
        display: none !important;
    }    
    .detail-slider{
        display: none !important;
    }

}
/* DETAIL PAGE END  */


.menu-link, .menu-link strong{
    color: #676667 ;
    transition: 0.2s all linear !important;
    font-weight: bold !important;
    font-size: 16px !important;
}

.menu-link:hover, .menu-link strong:hover{
    color: #D35B2F !important;
}

*{
    box-sizing: border-box;
   

}
h1,h2,h3,h4,h5,h6,p,div,span,a,li,ul,ol,li,input,textarea,button,strong{
    font-family: "Lato", sans-serif !important;
}
.appointment-book-btn > *{
    color: white !important;

}
.appointment-detail-btn * {
    color: #0855c3 !important;
}