html, body{
    font-family: "caros" !important;
}
@font-face{
    font-family: caros;
    src: url(img/Caros.otf);
}
@font-face{
    font-family: carosbold;
    src: url(img/Caros-Bold.otf);
}
.row{
    margin-left: 0 !important;
    margin-right: 0 !important;
 }

.zoom-in-out-box{
    background-color: #196eb7;
    border-radius: 30px;
    padding: 4px;
}
.zoom-in-out-box .bi-telephone-fill{
    background: #fff;
    color: #196eb7;
    padding: 6px 8px;
    border-radius: 20px;
}
.gold{
    color: #fc0;
}

#first-sec{
    padding: 40px 0px;
    background-image: url(img/Hero-Sec-BG.webp);
    background-size: cover;
    background-repeat: no-repeat;
}
#first-sec h1{
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    font-family:"carosbold";
}
#first-sec ul {
    list-style-type: none;
    padding-left: 0px;
    font-size: 18px;
    color: #fff;
}
#first-sec li {
    display: flex;
    padding-bottom: 10px;
}
#first-sec ul img {
    width: 24px;
    height: auto;
}
#first-sec form{
    background-color: #3f1c6eab;
    padding: 30px;
    border-radius: 16px;
    border: 2px solid #fc0;
    text-align: center;
}
#first-sec h2 {
    font-size: 20px;
    color: #fff;
}
#first-sec form .form-control{
    background-color: #fc0;
    color: #fff;
    border: none;
    box-shadow: 0px 0px 14px 0px rgb(255 255 255 / 20%);
    border-radius: 6px;
    padding: 10px;
}
#first-sec form ::placeholder{
    color: #212529;
    opacity: 1;
}
#first-sec form .formbtn{
    background: #fff;
    width: 40%;
    margin: auto;
    border-radius: 6px;
    padding: 6px 0px;
    border: none;
    color: #3f1c6e;
    font-size: 18px;
    font-weight: 700;
}

#second-sec{
    padding: 40px 0px;
    background-image: url(img/2nd-Section-BG.webp);
    background-size: cover;
    background-repeat: no-repeat;
}
#second-sec hr{
	background: #fff;
    height: 4px;
    border-top: 0px;
	width: 80px;
    opacity: 1;
}
#second-sec h2{
    color: #fff;
}
#second-sec img{
    width: 60px;
}
#second-sec .card-front .card-title{
    color: #212529;
    padding-bottom: 10px;
    font-weight: bold;
}
#second-sec .card-front .card-text{
    color: #212529cc;
}
#second-sec .cardd {
    height: 320px;
    position: relative;
    perspective: 1000px;
    margin-bottom: 20px; /* Creates space between the cards */
}
#second-sec .card-inner {
    width: 94%;
    height: 100%;
    position: absolute;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}
#second-sec .card-face {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display:flex;
    flex-direction:column;
    justify-content: space-evenly;
    box-shadow: 0px 0px 14px 0px rgb(0 0 0 / 20%);
    padding: 0px 20px;
}
#second-sec .card-front {
    z-index: 2;
    padding-bottom: 10px;
    background-color:#fff;
    border-bottom: 10px solid #fc0;
    border-radius: 12px 12px 0px 0px;
}
#second-sec .card-back {
    transform: rotateY(180deg);
    background-color:#fc0;
    color: #fff;
    border-radius: 12px;
}
#second-sec .card-back img{
    filter: brightness(0) invert(1);
}
#second-sec .cardd:hover .card-inner {
    transform: rotateY(180deg);
}
#second-sec .cardd:hover .card-back {
    transform: rotateY(180deg);
}

#third-sec{
    padding: 40px 0px;
    background-image: url(img/3rd-Section-BG.webp);
    background-size: cover;
    background-repeat: no-repeat;
}
#third-sec h2{
    color: #212529;
}
#third-sec hr {
    background: #212529;
    height: 4px;
    border-top: 0px;
    width: 80px;
    opacity: 1;
}
#third-sec .card{
    border: none;
    background-color: #3f1c6e;
    color: #fff;
    box-shadow: 0px 0px 14px 0px rgb(0 0 0 / 30%);
}
#third-sec .card .card-title{
    font-weight: bold;
    text-align: center;
}
#third-sec .card img{
    max-width: 80px;
    display: block;
    margin: auto;
}

#fourth-sec{
    padding: 40px 0px;
    background-image: url(img/Why-Choose-BG.webp);
    background-size: cover;
    background-repeat: no-repeat;
}
#fourth-sec h2{
    color: #212529;
    font-weight: bold;
    text-align: center;
}
#fourth-sec hr {
    background: #fc0;
    height: 4px;
    border-top: 0px;
    width: 80px;
    opacity: 1;
    margin: auto;
}
#fourth-sec .card{
    border: none;
    color: #212529;
    background-color: #fff0;
}
#fourth-sec h3{
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    color: #3f1c6e;
}
#fourth-sec .card .card-title{
    font-weight: bold;
    text-align: center;
    color: #3f1c6e;
}
#fourth-sec .card img{
    max-width: 80px;
    display: block;
    margin: auto;
}
#fourth-sec .cf::before, #fourth-sec .cs::before, #fourth-sec .ct::before{
    position: absolute;
    content: '';
    left: 70%;
    top: 24%;
    width: 180px;
    height: 14px;
    background: url(img/arrow-img.webp) no-repeat;
    background-position: right;
    z-index: 99;
}

#fifth-sec{
    padding: 40px 0px;
}
#fifth-sec .author{
    display: flex;
    align-items: center;
}
#fifth-sec h2{
    text-align: center;
    font-weight: bold;
    color: #212529;
}
#fifth-sec hr {
    background: #fc0;
    height: 4px;
    border-top: 0px;
    width: 80px;
    opacity: 1;
    margin: auto;
} 
  #fifth-sec .wrapper{
    width: calc(100% + 30px); 
      padding: 0 15px; 
      margin-left: -15px;
      overflow: hidden;
}
#fifth-sec h5{
    font-weight: bold;
}
  #fifth-sec .row .col p{
    font-size: 18px;
    color: #212529cc;
  }
  #fifth-sec .test{
    display: flex;
    align-items: center;
    padding-top: 20px;
  }
  #fifth-sec .test .test-img img{
    max-width: 100px;
    margin-right: 20px;
  }
  #fifth-sec .slick-prev:before, #fifth-sec .slick-next:before{
    font-size: 30px;
    color: #3f1c6e;
  }
  #fifth-sec .slick-prev{
    left: -10px;
    z-index: 99;
  }
  #fifth-sec .slick-next{
    right: -7px;
  }
  #fifth-sec .slick-dots li button:before{
    color: #3f1c6e;
    font-size: 10px;
  }
  #fifth-sec .slick-list {
    overflow: visible !important;
  }
  #fifth-sec .review{
    padding: 20px;
    box-shadow: 0px 0px 14px 0px rgb(0 0 0 / 20%);
    max-width: 80%;
    margin: auto auto 20px auto;
}

#last-sec{
    padding: 40px 0px 0px;
    background-image: url(img/Footer-BG.webp);
    background-size: cover;
    background-repeat: no-repeat;
}
#last-sec hr{
	background: #fff;
    height: 4px;
    border-top: 0px;
	width: 80px;
    opacity: 1;
}
#last-sec .col-lg-4{
    padding-bottom: 40px;
}
#last-sec h2{
    color: #fff;
}
#last-sec img{
    width: 100%;
    height: auto;
}
#last-sec h3{
    color: #fc0;
    font-weight: bold;
}
#last-sec p{
    color: #fff;
}
#last-sec a{
    font-weight: bold;
    text-decoration: none;
}
#last-sec button{
    background-color: #fc0;
    color: #fff;
    border: none;
    font-size: 18px;
    font-weight: bold;
    padding: 6px 20px;
    border-radius: 4px;
}
.fix-bt{
    position: fixed;
   left: 5%;
   bottom: 0;
   width: 90%;
   background-color: #fc0;
   color: white;
   text-align: center;
   border-radius: 14px 14px 0px 0px;
   display: none;
}
.fix-bt .fx{
    padding: 16px 0px;
}
.fix-bt .fx a{
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
}













@media screen and (max-width:680px) {
    .navbar .container {
        text-align :center;
        justify-content: center !important;
    }
    #first-sec h1{
        font-size: 30px;
    }
    #fourth-sec .cf::before, #fourth-sec .cs::before, #fourth-sec .ct::before{
        content: none;
    }
    #fifth-sec .slick-next{
        right: -3px;
    }
    .copy{
        margin-bottom: 40px;
    }
    .fix-bt{
        display: block;
    }
}
@media screen and (min-width:768px) and (max-width:819px) {
    #fourth-sec .cs::before{
      content: none;
    }
}
@media screen and (min-width:820px) {
    #fourth-sec .cf, #fourth-sec .cs, #fourth-sec .ct, #fourth-sec .cl{
        transition: filter 300ms ease 0ms;
        filter: hue-rotate(0deg) saturate(100%) brightness(100%) contrast(20%) invert(0%) sepia(0%) opacity(70%) blur(0px);
    }
    #fourth-sec .cf:hover, #fourth-sec .cs:hover, #fourth-sec .ct:hover, #fourth-sec .cl:hover{
        filter: hue-rotate(0deg) saturate(100%) brightness(100%) contrast(100%) invert(0%) sepia(0%) opacity(100%) blur(0px);
    }
}