/* @import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap"); */
@import url("https://fonts.googleapis.com/css2?family=Maven+Pro&display=swap");

@font-face {
  font-family: "La Orleans Regular";
  font-style: normal;
  font-weight: normal;
  src: local("La Orleans Regular"),
    url("../fonts/La-Orleans-DEMO-BF64f198dc292d2.woff") format("woff");
}

@font-face {
  font-family: "Futura mid";
  font-style: normal;
  font-weight: normal;
  src: local("Futura"), url("../fonts/Futura Bold font.ttf") format("truetype");
}

* {
  font-family: "Maven Pro", sans-serif;
  box-sizing: border-box;
}

.subheading {
  font-family: "Futura mid", sans-serif !important;
  font-size: 2.2rem;
}
.iti {
  width: 100%;
}
/* Home Page */
/*  */

/* Hero Section */
.navbar-chalet a {
  font-size: 1.1rem;
  font-weight: 600;
  color: rgb(209, 221, 238);
  margin-left: 25px;
}

.hero-section {
  background-color: rgba(95, 158, 160, 0.256);
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 128px;
  padding-top: 128px;
  background-color: rgb(14 28 44 / 50%) !important;
  /* url("https://images.unsplash.com/photo-1462007895615-c8c073bebcd8?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}

.hero-section h1 {
  color: rgb(220, 228, 240);
  text-align: center;
  font-size: 2.5rem;
  /* padding-top: 150px; */
  margin-bottom: 70px;
  font-family: "La Orleans Regular";
}

.home-search-container {
  margin: 0 128px 0 128px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

.home-search {
  padding-left: 64px;
  padding-right: 64px;
  width: 100%;
  height: 70px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border: none;
  background: url(../img/search-icon.png) no-repeat;
  background-position: right 32px center;
  background-size: 35px;
  background-color: rgb(220, 228, 240);
  border-radius: 2px;
}

.btn-home {
  width: 150px;
  height: 50px;
  font-weight: 500;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 0 2.6px;
}

/* Contact Section */
/* .home-contact-section {
} */

.home-contact-container {
  padding: 64px 88px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.home-contact-container input {
  height: 50px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.home-contact-container label {
  font-weight: 500;
}
.btn-submits:hover{
  border: 1px solid #212144;
  color: #212144;
}
.btn-submits {
  width: 100%;
  height: 50px;
  border-radius: unset;
  color: white;
  background-color: #212144;
  border: 1px solid #212144;

  /* font-family: "Montserrat-Regular", sans-serif; */
  text-transform: uppercase;
  font-weight: 300;
  text-decoration: none;

}

/* Chrome, Safari, Edge, Opera */
.home-contact-container input::-webkit-outer-spin-button,
.home-contact-container input::-webkit-inner-spin-button,
.contact-form input::-webkit-outer-spin-button,
.contact-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.home-contact-container input[type="number"],
.contact-form input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}

/* SLIDER */

.testimonials-section {
  display: flex;
  align-items: center;
  height: 400px;
  position: relative;

  background: #eee;
}

.swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.testimonial-swiper-slide {
  background-position: center;
  background-size: cover;
  width: 400px;
  height: 250px;
}

.testimonial-swiper-slide img {
  display: block;
  width: 100%;
}

.testimonials-card {
  /* background: linear-gradient(260deg, rgb(14, 6, 30), rgba(23, 10, 41, 0.582)); */

  /* border: 2px solid #212144; */

  color: black;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  border-radius: 10px;
}

.client-image {
  width: 50px !important;
  height: 50px;
}

.client-details {
  display: flex;
  align-items: center;
}

.title1 {
  font-size: 1.1rem;
}

.title2 {
  font-size: 0.8rem;
}

.title-description {
  font-size: 0.7rem;
}

.footer1 {
  background-color: #212144 !important;
  padding: 40px;
}

.subscribe {
  padding: 128px 128px;
  background-color: darkblue;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  background: linear-gradient(0deg, rgba(14, 6, 30, 0.3), rgba(23, 10, 41, 0.3)),
    url("https://images.unsplash.com/photo-1448630360428-65456885c650?q=80&w=2067&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
}

.subscribe-title,
.subscribe-subtitle,
.subscribe-text {
  color: white;
}

.subscribe-text {
  padding: 0 40px;
}

.email-form {
  display: flex;
}

.email-form-address {
  background-color: #212144;
  color: white;
  border: none;
  padding: 12px;
  width: 33vw;
}

.email-form-address::placeholder {
  color: white;
  opacity: 100%;
}

.email-form-btn {
  color: black;
  border: none;
  padding: 12px 24px;
}

.article {
  display: flex;
  flex-direction: column;

  align-items: center;
}
.article-subtitle,
.article-title,
.article-text,
.services-title {
  text-align: center;
}

.article-subtitle {
  text-transform: uppercase;
  font-weight: 400;

  margin-top: 8px;

  margin-bottom: 24px;
}

.article-title {
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 56px;
}

.article-text {
  font-size: 0.9rem;
  font-weight: 500;
  width: 70vw;
  line-height: 28px;
  margin-bottom: 56px;
}

.agentSwiper , .agentSwiperLess{
  width: 100%;
}
.agentSwiper .card , .agentSwiperLess .card {
  width: fit-content;
}
.agentSwiper .swiper-slide , .agentSwiperLess .swiper-slide{
  width: 100%;
  height: 100%;
  filter: blur(2px);
}
.agentSwiper .swiper-slide.swiper-slide-active, .agentSwiperLess .swiper-slide.swiper-slide-active{
  filter: blur(0px);
}
.agentImg{
  width: 100%;
}
.agentSwiper .swiper-slide .agentCont .agentImg  , .agentSwiperLess .swiper-slide .agentCont .agentImg{
  display: block;
  width: 300px;
  height: 200px;
  object-fit: cover;
  object-position: top;
}
.agentSwiper img {
  width: none !important;
}
.agentSwiper .agent-swiper-button-next:after,
.agentSwiper .agent-swiper-button-prev:after {
  display: none;
}
.agentSwiper .agentWhatsapp{
  width: 20px;
}
.agentSwiper .agentCall{
  width: 15px;
}

@media only screen and (max-width: 970px) {
  .hero-section {
    padding: 64px;
  }

  .hero-section h1 {
    font-size: 2rem;
    /* padding-top: 150px; */
    margin-bottom: 70px;
  }

  .home-search-container {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
  }

  .home-search {
    padding-left: 64px;
    padding-right: 64px;
    width: 100%;
    height: 40px;
  }

  .btn-home {
    width: 100px;
    height: 50px;
    font-weight: 500;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 0 2.6px;
  }
}

/* useless */

#video-section {
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-video {
  width: 100%;
  height: 400px;
}

/*  */
/* #featured-properties {
  padding-top: 64px;
} */

#featured-properties h2 {
  color: #212144;
}

.collection {
  display: flex;
  justify-content: center;
  align-items: center;
}
.collection .content {
  height: 28rem;
  width: 25rem;
  background-color: #212144;
  border: 0.2rem solid rgba(255, 255, 255, 0.1);
  border-radius: 0.7rem;
  border-bottom: 0.4rem solid #212144;
  border-top: 0.4rem solid #212144;
  overflow: hidden;
  /* padding: .2rem; */
}

.content img {
  width: 100%;
  border-bottom-left-radius: 0.6rem;
  border-bottom-right-radius: 0.6rem;
}
.text-content {
  display: flex;
  justify-content: center;
  align-items: left;
  flex-direction: column;
  padding-top: 10px;
  color: #212144;
}
.text-content h3 {
  font-size: 1.7rem;
  font-weight: 500;
}
.text-content p {
  max-width: 22rem;
  font-size: 0.8rem;
  font-weight: 400;
  text-align: center;
}
/* .btn {
  background-color: white;
  border: 2px solid #212144;
  outline: none;
  font-size: 0.8rem;
  border-radius: 0;
  margin: 1rem 0;
  cursor: pointer;
  color: #212144;
} */

/* .btn:hover {
  background-color: #212144;
  border: 2px solid white;
  color: white;
} */

.home-section-two {
  color: black !important;
  background: none !important;
  height: 70vh !important;
}
.serviceCard {
  width: 100%;
  box-shadow: 0 0 24px #00000017;
  margin-bottom: 30px;
}
.serviceCardImg {
  width: 100%;
  height: 280px;
  object-fit: cover;
}
.serCardContent {
  padding: 30px;
}
.blogDate {
  position: relative;
}
.blogDate::after {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  background: #00000017;
  left: 0;
  top: 90%;
  position: absolute;
}
.fs-12 {
  font-size: 12px !important;
}
.blogCard .blogImg {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
}
.cardTitle {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 500;
  color:#212144;
  margin-bottom: 20px;
}
.btn-custom2 {
  color: white;
  background-color: #212144;
  border: 1px solid #212144;
  border-radius: unset;
  padding: 10px 20px;
  /* font-family: "Montserrat-Regular", sans-serif; */
  text-transform: uppercase;
  font-weight: 300;
  text-decoration: none;
}

.btn-custom2:hover {
  color: #212144;
  background-color: white;
  border: 1px solid #212144;
  
}
.btn-green{
  color: white;
  background: #146c43;
  border: 1px solid #146c43;
  border-radius: unset;
  font-weight: 300;
  padding: 10px 20px;
}
.agentImageSingle {
  width:125px;
  height: 125px;
  object-fit: cover;
object-position: top;
}
.gallerContentSingle {
  display: block;
  align-items: center;
  justify-content: space-between;
  height: 400px;
  position: relative;
}
.gallerContentSingle>div {
  width: 100%;
  height: 100%;
  display: block;
  align-items: center;
  flex-wrap: wrap;
}
.gallerContentSingle .gallery-img .firstImg{
  width: calc(70% - 10px);
  height: 100%;
  overflow: hidden;
  display: inline-block;
  float: left;
}


.gallerContentSingle .image_count_content {
  position: absolute;
  display: flex;
  bottom: 8px;
  left: 8px;
  z-index: 1;
}
.gallerContentSingle .image_count_content div{
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  font-size: 12px;
  padding: 8px 12px;
  box-shadow: 0 0 1px rgb(0 0 0 / 20%), 0 1px 2px rgb(0 0 0 / 6%), 0 4px 8px rgb(0 0 0 / 6%);
  border-radius: 8px;
  z-index: 1;
}

.gallerContentSingle .gallery-img img {
  position: relative !important;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: right bottom;
}

.gallerContentSingle .gallery-img .sideImg {
  width: calc(30% - 10px);
  height: calc(50% - 5px);
  overflow: hidden;
  border-radius: 8px;
  display: inline-block;
  position: relative;
  float: left;
  margin-left: 10px;
  margin-bottom: 10px;
}
.home-about2-title {
  color: #212144!important;
  font-size: 40px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  padding: 20px 0;
}

.home-section-two::before {
  background: none !important;
}

/*  */
.home-about {
  position: relative;
  background-image: url("../img/home3.jpg");
  background-size: cover;
  background-position: center;
  color: white;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 120px;
}

.home-about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7); /* Black overlay with 50% opacity */
}

.home-about .home-about-title,
.home-about .home-about-p,
.home-about .home-about-button {
  position: relative;
  z-index: 1; /* Ensure text remains above the overlay */
}

.home-about-title {
  /* font-family: "Montserrat-Light", sans-serif; */
  font-size: 40px;
  font-weight: 300;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  padding: 20px 0;
}

.home-about-p {
  padding: 5px 0;
  /* font-family: "Montserrat-Regular", sans-serif; */
  line-height: 25px;
  font-size: 14px;
  letter-spacing: 0.1px;
}

.home-about-button {
  padding-top: 20px;
}

#home-about-row {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-custom {
  color: white;
  background-color: transparent;
  border-left: 1px solid white;
  border-right: 1px solid white;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding: 10px 20px;
  /* font-family: "Montserrat-Regular", sans-serif; */
  text-transform: uppercase;
  font-weight: 300;
  text-decoration: none;
}

.btn-custom:hover {
  color: white;
}

#home-about-right {
  padding-left: 80px;
}

@media (max-width: 1220px) {
  .home-about {
    padding: 30px 15px;
    text-align: center;
    height: 100%;
  }

  .home-about img {
    max-width: 100%;
    height: auto;
    max-height: 200px;
  }

  #home-about-right {
    padding-left: 0;
  }

  .home-about-title {
    font-size: 30px;
  }

  .home-about-p {
    font-size: 13px;
  }
}

.logo-slider h4 {
  color: #212144;
}

.logo-slider {
  height: 400px;
}

@media (max-width: 989px) {
  .logo-slider {
    height: 350px;
  }
  .contact-img-container {
    height: unset !important;
    padding-top: 50px;
  }

  .home-about-button {
    padding-bottom: 20px;
  }
}

@media (max-width: 499px) {
  .logo-slider {
    height: 400px;
  }

  .home-search {
    background-size: 20px;
  }
}

@media only screen and (max-width: 439px) {
  .hero-section h1 {
    font-size: 1.6rem;
    /* padding-top: 150px; */
    margin-bottom: 70px;
  }

  .hero-section {
    padding: 64px 32px;
  }

  .btn-home {
    width: 80px;
    height: 40px;
    padding: auto !important;
    font-size: 12px;
    font-weight: 500;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 0 2.6px;
  }
  .home-search-container {
    align-items: center !important;
  }
}

.contact-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.contact-img-container {
  height: 600px;
}

@media only screen and (max-width: 1000px) {
  .home-contact-container {
    padding: 64px 32px;
  }
  .article-text {
    width: 90vw;
  }
}
@media (max-width: 767px) {
  .logo-slider {
    height: 300px;
  }
  .home-contact-container {
    padding: 64px 32px;
  }
  .subscribe-text {
    padding: 15px !important;
  }

  .home-section-two {
    height: 80vh !important;
  }
}

@media (max-width: 499px) {
  .home-section-two {
    /* height: 65vh !important; */

    flex-direction: column-reverse !important;
  }
}

@media (max-width: 991px) {
  .navbar-collapse {
    background: #212144;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .navbar-chalet a {
    margin-left: 0px;
  }
}

.iccon {
  color: white;
}

/*  */

.services {
  padding: 64px 88px;
}

.article {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.article-title {
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 56px;
}

.article-subtitle,
.article-title,
.article-text,
.services-title {
  text-align: center;
}

.p-relative {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.servCircleBox {
  width: fit-content;
  height: 100%;
  border-radius: 100px;
  background-color: #fff;
  display: block;
  box-shadow: 0 3px 15px #1d4f3a38;
  border: 10px solid;
  border-color: #212144 #212144 #fff;
  text-decoration: none;
  position: relative;
  z-index: 22;
}

.servCircleBox:hover {
  border-color: #fff #fff #212144;
}

.servCircleBox .circleContent {
  width: 170px;
  height: 170px;
  border-radius: 100px;
  flex-direction: column;
  box-shadow: 0 3px 20px #1d4f3a26;
}

.servCircleBox,
.servCircleBox .circleContent {
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-primary {
  color: #212144 !important;
}
.bg-primary{
  background-color:  #212144 !important;
}
.btn-home {
  background-color: rgb(220, 228, 240);
  color: black;
  border: none;
  margin: 0;
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 2px;
}

.btn-home:first-of-type {
  border-radius: 5px 0 0 0;
}
.btn-home:last-of-type {
  border-radius: 0 5px 0 0;
}

.home-video-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mySwiper2 .swiper-slide-active {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.opacity-70 {
  opacity: 0.7;
}

.dropdown-item {
  color: black !important;
  text-align: left;
  width: auto;
  margin: 0 !important;
  padding: 0 !important;
  font-weight: 400 !important;
}

.droplist-container {
  position: static !important;
}

.dropdown-menu {
  position: absolute;
  width: 100vw;
  left: 0;
}

.menu-img {
  width: 100%;

  object-fit: cover;
}

.whats-app {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 40px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  right: 40px;
  z-index: 100;
}

.my-float {
  margin-top: 10px;
}

@media (max-width: 991px) {
  .dropdown-menu {
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
  }
  .dropdown-item {
    text-align: center;
  }

  .dropdown-menu .container .col:nth-of-type(1) {
    display: none;
  }
  .dropdown-menu .container .col:nth-of-type(2) {
    display: none !important;
  }
}

/*  */

.featured {
  background-color: #212144;
  padding: 72px 96px;
}

.swiper-featured .swiper-slide {
  height: auto !important;
}

.swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  border-radius: 0;
  background-color: white;
}

.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 90px;
  bottom: -18px;
  transform: translateX(0);
}

#swiper-button-next-prop,
#swiper-button-prev-prop,
#swiper-button-next-news,
#swiper-button-prev-news {
  top: unset !important;
  bottom: -35px;
  width: 40px;
  height: 40px;

  background-color: #212144;
  background-position: center;
  background-size: 40px;
  background-repeat: no-repeat;
  /* padding: 8px 16px; */
  border-radius: 50%;
  border: white solid 1px;
  color: transparent;
}

.swiper-button-next, .swiper-button-prev{
  color: #212144;
}
#swiper-button-prev-news, #swiper-button-prev-prop, #amenity-swiper-button-prev {
  background-image: url("../img/prev.webp");
  background-color: #212144;
  left: calc(0%);
}

#swiper-button-next-news, #swiper-button-next-prop, #amenity-swiper-button-next {
  background-image: url("../img/next.webp");
  background-color: #212144;
  left: calc(50px);
}

.discover-btn {
  position: absolute;
  right: 0;
  bottom: -35px;
}

@media (max-width: 771px) {
  .featured {
    padding: 72px 64px;
  }

  .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    display: none;
  }
}

@media (max-width: 499px) {
  .featured {
    padding: 72px 32px;
  }
}

.futura {
  font-family: "Futura", sans-serif !important;
}

.footer-btn {
  color: #212144;
  background-color: white;
  border: none;
}

/*  */
/* CONTACT PAGE */

.bg-nav {
  padding: 52px;
  background: #212144;
}

.contact-title {
  color: #212144;
  margin-top: 64px;
  padding-right: 0px !important;
}
.custom-paddingx {
  padding: 0 64px;
}
.contact-form-container {
  border-right: 3px solid lightgrey;
}
.contact-form {
  text-align: center;
}

.contact-form-description {
  margin-bottom: 72px;
}

.contact-main-right {
  padding: 64px 64px 0 64px !important;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  background: url(../img/contact-illu.svg);
  background-size: 600px;
  background-repeat: no-repeat;
  background-position: 200px;
}

.contact-main-right h4 {
  color: #212144;
}

/* map */

.map-section {
  padding: 0 64px;
}

.map-container {
  margin: 64px 0;
  width: 100%;
  height: 500px;
  background-color: #2121443c;
}

/* FAQ */
.faq-section {
  padding: 0px 64px;
}

.faq-title {
  color: #212144;
  padding: 0;
  max-width: 350px;
}
.faq-container-left {
  background: url(../img/faq-illu.svg);
  background-size: 280px;
  background-repeat: no-repeat;
  background-position: left 150px;
}

.faq-section .accordion-item button {
  color: #212144;
}

@media (max-width: 499px) {
  .contact-main-right {
    background-size: 600px;
    background-position: 150px;
  }
  .faq-title {
    font-size: 1.5rem;
  }

  .custom-paddingx,
  .map-section,
  .faq-section {
    padding: 0px 32px;
  }
}

/* ABOUT US */
.about-hero {
  background: linear-gradient(0deg, rgba(14, 6, 30, 0.3), rgba(23, 10, 41, 0.3)),
    url("https://images.unsplash.com/photo-1582882198551-c0d7f863c5dd?q=80&w=2095&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
  background-position: center;
  background-size: cover;

  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 0 128px;
  padding-top: 128px;
}
.about-hero-container {
  max-width: 500px;
}

.about-hero-container p,
.about-hero-container h1 {
  color: white;
}
.about-hero-title {
  font-family: "Futura mid", sans-serif;
}

.person-text {
  text-align: justify;
  font-size: 1.2rem;
  color: gray;
  padding: 0 48px !important;
}

.person-img {
  height: 400px;
  object-fit: cover;
}

.card-person {
  border: none !important ;
}
.about-person {
  padding: 0 152px;
}
@media (max-width: 1300px) {
  .person-text {
    font-size: 1.1rem;
    color: gray;
  }
  .about-person {
    padding: 0 72px;
  }
}
@media (max-width: 991px) {
  .person-text {
    padding: 0 !important;
  }
  .person-img {
    height: unset;
  }
}

@media (max-width: 700px) {
  .about-person {
    padding: 0 32px;
  }

  .about-hero {
    padding: 0 32px;
  }
  .person-text {
    font-size: 0.9rem;
  }
}

/* about-video */

.video-chalet {
  height: 100%;
  width: 100%;
}
.about-video {
  width: 100%;
  aspect-ratio: 16/9;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Filter */

.sort-filter {
  width: 280px;
  margin-bottom: 12px;
}

.properties-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 64px;
}

.filter-flex select {
  border-radius: 0;
  color: white;
  padding: 10px 14px;
  background: url("../img/downarrow.png") no-repeat right;
  background-size: 10px;
  background-color: #212144;
  background-position-x: 96%;
  padding-right: 40px;
}
.filter-flex .bedroom {
  border-radius: 0;
  color: white;
  /* padding: 10px 14px; */
  background-size: 10px;
  background-color: #212144;
  background-position-x: 96%;
  /* padding-right: 40px; */
}
.btnCheckTab:checked +.btn-lightBlue {
  background-color: #0e1c2c !important;
  border-color: #0e1c2c !important;
  color: #fff !important;
}
#bedroomToggle, #priceToggle{
  background: unset;
  border-radius: 0;
  color: white;
}
.filter-flex2 {
  flex-grow: 4;
}
.filter-flex22{
  flex-grow: 1;
}
.filter-flex3 {
  flex-grow: 3;
}

.filter-flex4 {
  flex-grow: 3;
}

.filter-flex5 {
  flex-grow: 3;
}

.filter-flex6 {
  flex-grow: 3;
}

.search-btn {
  background-color: #212144;
  padding: 10px 14px;
  color: white;
}

.filter-section {
  padding: 0 128px;
  margin-top: 64px;
}

/*  */

.amenities-icon {
  width: 20px !important;
  height: 20px;
}

@media (max-width: 500px) {
  .amenities-icon {
    width: 12px !important;
    height: 12px;
  }

  .properties-card p {
    font-size: 14px;
  }
}
.modalViewFormCont label {
  color: #fff;
  font-size: 14px;
  margin-bottom: 4px;
}
.modalViewFormCont .form-control {
  background: transparent;
  border: 1px solid #fff;
  /* border-radius: 50px; */
  color: #fff;
  font-size: 14px;
}
.btn-lightBlue {
  background-color: #A6BBC8 !important;
  border-color: #A6BBC8 !important;
  color: #fff !important;
}
.modalViewFormCont .iti__selected-dial-code{
  color: #fff !important;
}
.modalViewFormCont .btn-custom:hover {
  color: white;
  border: 1px solid white;
}
.thanksection .btn-custom2:hover {
  color: #212144;
  border: 1px solid #212144;
  background-color: white;
}
.download-btn-groups .btn-custom2:hover {
  color: #212144;
  border: 1px solid #212144;
  background-color: white;
}
.bg-lightBlue {
  background-color: #f8f9fb;
}
.mainBg {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  min-height: 100vh;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  box-shadow: inset 0 0 0 2000px rgba(4, 28, 44, 0.75);
}.amenityImg50 {
  width: 50px;
  height: 50px;
  object-fit: contain;
}.featImg1000 {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: center;
}.amenityImg{
  width: 35px;
  height: 35px;
  object-fit: contain;
}
.latestTabs .nav-item .nav-link {
  color: #212144;
  border: 1px solid #212144;
  margin: 5px 10px 5px 0;
  padding: 5px 20px;
  font-size: 14px;
  text-transform: uppercase;
}
.latestTabs .nav-item .nav-link.active {
  color: #fff !important;
  border: 1px solid #212144 !important;
  background-color: #212144 !important;
}
.gallerySlider img{
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.filter-wrapper{
  border: 1px solid #212144 !important;
  background-color: #212144 !important;
}
.filter-wrapper input{
  width: 100%;
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.filter-wrapper input:focus-visible{
  width: 100%;
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.filter-wrapper.tags-filter .dropdown--content {
  width: 100%;
  top: 35px;
  z-index: 7;
}

.dropdown--content {
  position:absolute;
  z-index: 1;
  background: #212144;
  color: #ffffff;
  left: 0;
  top: 60px;
  max-height: 275px;
  overflow-y: scroll;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  box-shadow: 0 0 1px #0003, 0 1px 2px #0000000f, 0 4px 8px #0000000f;
  width: calc(100% - 78px);
}
.dropdown--content .tags-wrap {
  padding: 0.5rem 0.5rem;
}
#search-add {
  display: flex;
  width: 40px;
  font-size:13px;
}
#search-add input {
  height: auto;
  width: 100%;
}
.filter-wrapper.tags-filter .tags-wrap .search-tag, .filter-wrapper.tags-filter .tags-wrap .search-tag-count {
  padding: 1px 6px;
  border: 1px solid #ffffff;
  color: #fff!important;
  border-radius: 4px;
}/*new search css */
    #KeywordSearch,#KeywordSearchMob, .main-search {
    padding: .375rem 1.25rem .375rem .75rem!important;
    color: #fff!important;
    outline: none!important;
    border: none;
    background: transparent;
    border-radius: 0.2rem!important;
    box-shadow: 0 0 1px #0003,0 1px 2px #0000000f,0 4px 8px #0000000f!important;
    -webkit-appearance: none;
}
#addSeach::placeholder {
  color: #fff!important; /* Change 'red' to the desired color */
}
.fs-14{
  font-size: 14px;
}
#KeywordSearch::placeholder{
  color:#ffffff !important
}
#languageSearch::placeholder{
  color:#ffffff !important
}
.tags-filter input[type=text] {
    font-size: 13px;
}
.filter-wrapper.tags-filter input {
    width: 100%;
}

/* .amenitySlider .swiper-button-next{
  display: none;
} */
.agentSearch .form-control, .agentSearch .form-select, .agentSearch .form-control::placeholder, .agentSearch .btn {
  font-size: 13px;
  border-radius: 0.2rem;
  color: #0e1c2c;
  border: 1px solid #ced4da;
}
.propTagDiv .propTag {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  word-wrap: break-word;
  margin: 3px;
}
#bedroomMenu.show {
  display: block;
  width: auto;
}

.latest-projects {
  background: var(--oxford-blue);
}
.lp-slider {
  position: relative;
}
.lp-slider .owl-carousel {
  position: relative;
  width: 100vw;
}
.btn-dark {
  color: #fff;
  background: var(--oxford-blue);
  border-color: var(--oxford-blue);
}
.card-price {
  border-radius: 8px;
  overflow: hidden;
}
.icon {
  stroke: unset;
  stroke-width: 0px;
  fill: currentColor;
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
}

.btn-dark {
  color: #fff;
  background: #212144;
  border-color: #212144;
}
.latest-projects {
  background: #212144;
}
@media (max-width: 767px) {
  /* Media query for devices with a maximum width of 767px (typically mobile devices) */
  #home-video2 {
      height: auto; /* Setting height to auto for mobile devices */
  }
}
/* .latest-projects .card-price .ratio img {
  height: 250px;
} */


@media (max-width: 678px){
.py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
}
.card-price .card-imgtext {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  height: auto;
  top: auto;
  color: #fff;
 
  transition: 350ms;
}

/*****Start 2400 screen size ********/
@media only screen and (min-width: 2400px){
  .latest-projects .card-price .ratio img {
      height: 100% !important;
  }
}  
@media only screen and (min-width: 1460px) and (max-width: 1920px)
{
.lp-slider .card-body.p-sm-4 {
    height: 155px;
}
}
@media only screen and (max-width: 767px) {
  .lp-slider .card-body.p-sm-4 {
      height: 155px; /* Height for mobile devices */
  }
}

.justify-content-between {
  justify-content: space-between !important;
}

.info p.location {
  font-size: 13px;
  margin: 0;
  text-transform: none;
}
.float-right {
  float: right !important;
}

.owl-carousel .owl-item img {

  display: block;
  width: 100%;
}
.latest-projects .ratio-4x3 {
  --bs-aspect-ratio: 55%;
}

.aminatelogo {
  height: 300px;
}

/* Media query for mobile devices */
@media (max-width: 767px) {
  .aminatelogo {
      height: 150px;
  }
}

.userCard {
  padding: 10px;
}.leaderImg {
  width: 100%;
  height: 450px;
  object-fit: cover;
  object-position: top;
}
.userCard .cardContent {
  padding: 20px 20px 0;
  text-align: center;
  width: 100%;
}
.userCard .cardContent .crdTitle {
  font-size: 22px;
  color: black;
  font-weight: 600;
}
.role{
  font-size: 18px;
  color: black;
  font-weight: 400;
}
.fillBtn.crdReadMorebtn {
  background-color: #212144;
  color: #fff;
  box-shadow: 0 3px 5px #212144;
  transition: .3s ease;
  border: 1.5px solid #212144;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  text-decoration: none;
  height: 40px;
  font-size: 12px;
  font-weight: 600;
}