@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap');

:root {
  --red-color: #D90D1E;
  --blue-color: #1F2835;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "League Spartan", serif;
  overflow-x: hidden;
}

.overlay-wrapper img {
  opacity: 1;
  z-index: 999999;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 350px;
}

header.fixed {
  box-shadow: -1px -6px 24px 0px rgba(0, 0, 0, 0.4039215686);
  background-color: #fff;
}

.about_main_bg {
  padding-bottom: 100%;
  width: 100%;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}

.about_main_bg .round_shape {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(124.83deg, rgba(255, 255, 255, 0.5) 15.78%, #44AFD4 63.66%, #44AFD4 85.55%);
  border-radius: 50%;
}

.faq_section .accordion_box.open {
  background-color: #EAF3F2;
}

.faq_section .accordion_box .fa-plus {
  display: block;
}

.faq_section .accordion_box .fa-minus {
  display: none;
}

.faq_section .accordion_box.open .fa-plus {
  display: none;
}

.faq_section .accordion_box.open .fa-minus {
  display: block;
}

@media (max-width: 991px) {
  .bg_white {
    background-color: #fff;
  }
}

@media (min-width: 991px) {
  .destinationSwiper .swiper-wrapper .swiper-slide:nth-child(even) {
    padding-top: 120px;
  }
}

.swiper-property-pagination_main .swiper-property-pagination .swiper-pagination-bullet {
  height: 12px !important;
  width: 12px !important;
  background-color: #12121233 !important;
  opacity: 1 !important;
}

.swiper-property-pagination_main .swiper-property-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #121212 !important;
}

.title_shape {
  position: relative;
  display: inline-block;
  margin: 0 7px;
}

.title_shape .heading_shape {
  stroke-dasharray: 500;
  stroke-dashoffset: 600;
  animation: banner_shape 2s infinite ease;
}

@keyframes banner_shape {
  100% {
    stroke-dashoffset: 0;
  }
}

@media (min-width: 991px) {
  header.fixed {
    box-shadow: -1px -6px 24px 0px rgba(0, 0, 0, 0.4039215686);
    background-color: #fff;
  }
}

.cursor {
  z-index: 9999;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, background-color 0.3s, width 0.3s, height 0.3s;
  width: 12px;
  height: 12px;
  background-color: #2e374e;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cursor.active {
  transform: translate(-50%, -50%) scale(2.5);
  z-index: 9999;
  background-color: rgba(46, 55, 78, 0.3843137255);
}

.cursor.hidden {
  width: 40px;
  height: 40px;
  opacity: 0.5 !important;
  z-index: 9999;
}

.btn-6:hover span {
  width: 225%;
  height: 562.5px;
}

.btn-6:active {
  background-color: var(--red-color);
}

.btn-6.dark_btn span {
  background-color: var(--red-color);
}

.btn-6.red_btn span {
  background-color: var(--blue-color);
}

.btn-6 span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
}


.nav-item a {
  -webkit-transition: all .4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: all .4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all .4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.nav-item a:after {
  content: attr(data-menu-name);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  text-align: center;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.nav-item a.active {
  color: var(--red-color)
}

.nav-item a:hover {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}

.optionSwiper .img_box {
  padding-bottom: 100%;
}

.swiper-testimonial-pagination .swiper-pagination-bullet {
  background-color: #D90D1E;
  height: 12px !important;
  width: 12px !important;
}

.arrow_menus .swiper-testimonial-prev:hover,
.arrow_menus .swiper-testimonial-next:hover {
  background-color: #D90D1E !important;
  color: #fff !important;
  transition: all 0.5s ease;
}

.vision_mission_section .mission_img_part::after {
  content: "";
  position: absolute;
  top: 30px;
  left: 30px;
  width: 100%;
  height: 100%;
  background-color: #44AFD4;
  border-radius: 16px;
  z-index: 0;
}

.vision_mission_section .vision_img_part::after {
  content: "";
  position: absolute;
  top: 30px;
  left: -30px;
  width: 100%;
  height: 100%;
  background-color: #4D9D96;
  border-radius: 16px;
  z-index: 0;
}

/* .bannerSwiper .swiper-slide {
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0.6; 
  transform: scale(0.8);  
}

.bannerSwiper .swiper-slide-active {
  opacity: 1;
  transform: scale(1);  
} */

/*# sourceMappingURL=style.css.map */

.main_property_box .img_box .eye_fullscreen {
  opacity: 0;
  transition: all 0.5s ease;
}

.main_property_box:hover .img_box .eye_fullscreen {
  opacity: 1;
  transition: all 0.5s ease;
}

.property-pagination .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  background-color: #DAD6E9;
  opacity: 1;
}

.property-pagination .swiper-pagination-bullet-active {
  background-color: #5540B5;
}

.validate-has-error {

  display: block;
  padding-top: 5px;
  font-size: 12px;
  color: #cc3f44;
  position: absolute;
  bottom: 8px;

}

@media screen and (min-width: 1280px) {
  .bannerSwiper .swiper-slide-active {
    width: 48% !important
  }
  .bannerSwiper .swiper-slide-prev {
    width: 25% !important
  }
  .bannerSwiper .swiper-slide-next {
    width: 25% !important
  }  
}
/* @media screen and (max-width: 575px) {
  .bannerSwiper .swiper-slide-next {
    width: 100% !important;
  }
  .bannerSwiper .swiper-slide-prev{    
    width: 100% !important;
  }
  .bannerSwiper .swiper-slide-active{
    width: 100% !important;
  }
} */