@font-face {
  font-family: Marhaban;
  src: url("../fonts/Marhaban.ttf") format("truetype");
}
@font-face{
  font-family: "Cutoff Pro";
  src: url("../fonts/e29049dcb8fc0745ba0347532d7314b0.eot");
  src: url("../fonts/e29049dcb8fc0745ba0347532d7314b0.eot?#iefix")format("embedded-opentype"),
      url("../fonts/e29049dcb8fc0745ba0347532d7314b0.woff")format("woff"),
      url("../fonts/e29049dcb8fc0745ba0347532d7314b0.woff2")format("woff2"),
      url("../fonts/e29049dcb8fc0745ba0347532d7314b0.ttf")format("truetype"),
      url("../fonts/e29049dcb8fc0745ba0347532d7314b0.svg#Cutoff Pro")format("svg");
  font-weight:normal;
  font-style:normal;
  font-display:swap;
}
.bg-sandal{
  background-color: #FFDCB4;
}
.bg-light-sandal{
  background-color: #FAF2DE;
}
.bg-pale-sandal{
  background-color: #FFFDF9;
}
.frontend-header .top-navbar{
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  -webkit-box-shadow: 0px 5px 6px 0px #00000026;
  -moz-box-shadow:0px 5px 6px 0px #00000026;
  box-shadow: 0px 5px 6px 0px #00000026;  
}
.bg-pattern-1 {
  background-image: url('/public/uploads/frontend/background_pattern_1.png'); 
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-pattern-2 {
  background-image: url('/public/uploads/frontend/background_pattern_2.png'); 
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-pattern-3 {
  background-image: url('/public/uploads/frontend/background_pattern_3.png'); 
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-pattern-4 {
  background-image: url('/public/uploads/frontend/background_pattern_4.png'); 
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-pattern-5 {
  background-image: url('/public/uploads/frontend/background_pattern_5.png'); 
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-pattern-6 {
  background-image: url('/public/uploads/frontend/background_pattern_6.png'); 
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.font-family-cutoff-pro{
  font-family: "Cutoff Pro";
}
.package-carousel .package-card {
  position: relative;
  z-index: 0;
  padding-top: 1.2rem;
}
.package-carousel .package-card > div,
.happy_story_section .card img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.package-carousel .package-card:hover > div {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.happy_story_section .card:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.package-carousel .package-card:before{
  content:'';
  background-image: url('/public/uploads/frontend/background_ribbon_1.png'); 
  background-position: left top;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.bg-image-1{
  background-image: url('/public/uploads/frontend/background_image_1.png'); 
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.testimonial-carousel .slick-arrow,
.similar_profile_carousel .slick-arrow{
  background-color: var(--primary);
  color: #fff;
}
.testimonial-carousel .slick-prev,
.similar_profile_carousel .slick-prev {
  left: -20px;
}
.testimonial-carousel .slick-next,
.similar_profile_carousel .slick-next {
  right: -20px;
}
.testimonial-carousel .carousel-box{
  background-color: #fff;
  box-shadow: 0px 4px 4px 0px #00000040;
  border-radius: 1rem;
}
.testimonial-carousel > .slick-list{
  padding-bottom: 1rem;
}
.btn-light-sandal{
    color: #000;
    background-color: #FAF2DE;
    border-color: #FAF2DE;
}
.btn-light-sandal:active,.btn-light-sandal:hover{
    color: #fff;
    background-color: #83070f;
    border-color: #83070f;
}
.btn-inner--icon{
    margin-right:0.2rem;
}
.btn-inner--icon i{
    font-size: 18px;
    position: relative;
    top: 1px;
}
.whatsapp_floating_btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}
.whatsapp_floating_icon {
    background-color: #42db87;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none;
    transition: all 300ms ease-in-out;
}
.whatsapp_floating_icon i {
    font-size: 30px;
    padding: unset;
    color: #fff;
}
.whatsapp_floating_text {
    margin-top: 8px;
    color: #83070f ;
    font-size: 13px;
}
.matching_profile_container{
	max-height:350px;
overflow-y:auto;
}
@media (min-width: 1200px){
.whatsapp_floating_btn {
    bottom: -5px;
}
}
@media screen and (max-width:768px){
  .package-carousel .package-card:before{
    background-position: center top;
  }
  .testimonial-carousel .slick-prev,
  .similar_profile_carousel .slick-prev {
    left: 0;
  }
  .testimonial-carousel .slick-next,
  .similar_profile_carousel .slick-next {
    right: 0;
  }
.whatsapp_floating_btn{
    bottom: 50px;
    right: 10px;
}
.whatsapp_floating_icon i {
    font-size: 25px;
}
.whatsapp_floating_icon{
    width: 40px;
    height: 40px;
    font-size: 25px;
}
}
@keyframes pulsing {
    to {
      box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
  }
.cursor-pointer{
cursor:pointer !important;
}