.banner.home-banner .banner-wrapper {
  bottom: 21%;
}
@media (max-width: 767px) {
  .banner.home-banner .banner-wrapper {
    bottom: 40px;
  }
}
@media (max-width: 520px) {
  .banner.home-banner .banner-wrapper {
    bottom: 25%;
  }
}
.banner.home-banner .banner-wrapper .content {
  max-width: 637px;
}
@media (max-width: 767px) {
  .banner.home-banner .banner-wrapper .content h1 {
    font-size: 28px;
    text-align: center;
    text-transform: capitalize;
  }
}
@media (max-width: 767px) {
  .banner.home-banner .banner-wrapper .content .readmore {
    text-align: center;
  }
  .banner.home-banner .banner-wrapper .content .readmore a {
    color: var(--primary);
  }
  .banner.home-banner .banner-wrapper .content .readmore a svg {
    display: none;
  }
}
.banner.home-banner .banner-wrapper .content .content-wrap {
  margin: 0 auto;
  text-align: center;
}
.banner.home-banner .banner-wrapper .content .content-wrap h1 {
  --font: 30px;
  font-size: var(--font);
  font-weight: 500;
  font-family: "AcidGrotesk-Regular";
  color: var(--white);
  letter-spacing: 1.6px;
  text-transform: uppercase;
  text-transform: capitalize;
  line-height: 1;
}
@media (max-width: 1152px) {
  .banner.home-banner .banner-wrapper .content .content-wrap h1 {
    letter-spacing: 0.6px;
  }
}
@media (max-width: 520px) {
  .banner.home-banner .banner-wrapper .content .content-wrap h1 {
    --font: 42px;
    max-width: 300px;
    margin: 0 auto;
  }
}
.banner.home-banner .banner-wrapper .content .content-wrap h1 span {
  font-size: calc(var(--font) * 2);
  font-family: "AcidGrotesk-Regular";
  text-transform: lowercase;
  line-height: var(--font);
}
.banner.home-banner .banner-wrapper .content .content-wrap .btn-wrap {
  margin: 45px 0 40px;
  display: flex;
  justify-content: center;
  gap: 0 18px;
}
@media (max-width: 767px) {
  .banner.home-banner .banner-wrapper .content .content-wrap .btn-wrap {
    margin-bottom: 0;
    margin-top: 35px;
  }
}
@media (max-width: 520px) {
  .banner.home-banner .banner-wrapper .content .content-wrap .btn-wrap {
    display: none;
  }
}
.banner.home-banner .banner-wrapper .content .content-wrap .btn-wrap li a {
  display: inline-flex;
  align-items: center;
  gap: 0 6px;
  color: var(--white);
  background: none;
  height: auto;
  line-height: normal;
  transition: 0.6s ease;
  padding: 11px 29px;
  font-size: 14px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  --border: 1px;
  z-index: 1;
  border-left: var(--border) solid #AD7D0E;
  border-right: var(--border) solid #ECD5A4;
  transition: 0.6s ease;
}
@media (max-width: 1152px) {
  .banner.home-banner .banner-wrapper .content .content-wrap .btn-wrap li a {
    letter-spacing: 0.6px;
  }
}
@media only screen and (max-width: 365px) {
  .banner.home-banner .banner-wrapper .content .content-wrap .btn-wrap li a {
    letter-spacing: 0.2px;
    padding: 11px 20px;
  }
}
@media only screen and (max-width: 320px) {
  .banner.home-banner .banner-wrapper .content .content-wrap .btn-wrap li a {
    letter-spacing: 0.1px;
    padding: 11px 15px;
  }
}
.banner.home-banner .banner-wrapper .content .content-wrap .btn-wrap li a::before, .banner.home-banner .banner-wrapper .content .content-wrap .btn-wrap li a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background: var(--gradient);
  height: var(--border);
}
.banner.home-banner .banner-wrapper .content .content-wrap .btn-wrap li a::before {
  top: 0;
}
.banner.home-banner .banner-wrapper .content .content-wrap .btn-wrap li a::after {
  bottom: 0;
}
.banner.home-banner .banner-wrapper .content .content-wrap .btn-wrap li a:hover {
  background: var(--gradient);
  color: var(--black);
}
.banner.home-banner .banner-wrapper .content .content-wrap .btn-wrap li a:hover img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(4%) saturate(17%) hue-rotate(82deg) brightness(103%) contrast(103%);
}
.banner.home-banner .banner-wrapper .content .content-wrap .btn-wrap li.active a {
  background: var(--gradient);
  color: var(--black);
}
.banner.home-banner .banner-wrapper .content .filter-wrap {
  display: flex;
  flex-wrap: wrap;
  --selectheight: 33px;
  gap: 0 27px;
  max-width: 70%;
  margin: 0 auto;
}
@media (max-width: 1152px) {
  .banner.home-banner .banner-wrapper .content .filter-wrap {
    max-width: 85%;
  }
}
@media (max-width: 991px) {
  .banner.home-banner .banner-wrapper .content .filter-wrap {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .banner.home-banner .banner-wrapper .content .filter-wrap {
    margin-top: 35px;
    gap: 0 15px;
  }
}
@media (max-width: 520px) {
  .banner.home-banner .banner-wrapper .content .filter-wrap {
    display: none;
  }
}
.banner.home-banner .banner-wrapper .content .filter-wrap .col {
  position: relative;
}
.banner.home-banner .banner-wrapper .content .filter-wrap .col:not(.inpt) {
  flex: 1;
}
@media only screen and (max-width: 345px) {
  .banner.home-banner .banner-wrapper .content .filter-wrap .col:not(.inpt) {
    flex: 0 1 100%;
  }
}
.banner.home-banner .banner-wrapper .content .filter-wrap .col:not(.inpt) label {
  position: absolute;
  bottom: calc(100% + 2px);
  left: 0;
  font-size: 12px;
  font-weight: 500;
  font-family: "AcidGrotesk-Regular";
  color: var(--white);
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--text);
  padding-left: 35px;
  font-weight: 500;
  opacity: 0;
  transform: translateY(5px);
  transition: 0.6s ease;
}
@media (max-width: 1152px) {
  .banner.home-banner .banner-wrapper .content .filter-wrap .col:not(.inpt) label {
    letter-spacing: 0.6px;
  }
}
.banner.home-banner .banner-wrapper .content .filter-wrap .col:not(.inpt) label.show {
  transform: translateY(0px);
  opacity: 1;
}
.banner.home-banner .banner-wrapper .content .filter-wrap .col.inpt {
  flex: 0 1 30%;
}
@media (max-width: 675px) {
  .banner.home-banner .banner-wrapper .content .filter-wrap .col.inpt {
    flex: 0 1 100%;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 345px) {
  .banner.home-banner .banner-wrapper .content .filter-wrap .col.inpt {
    margin-top: 0;
  }
}
.banner.home-banner .banner-wrapper .content .filter-wrap .col.inpt .form-group {
  position: relative;
}
.banner.home-banner .banner-wrapper .content .filter-wrap .col.inpt .form-group::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--gradient);
}
.banner.home-banner .banner-wrapper .content .filter-wrap .col.inpt .form-group .search {
  position: absolute;
  right: 0;
  top: -2px;
  width: 20px;
}
.banner.home-banner .banner-wrapper .content .filter-wrap .col.inpt .form-group .search img {
  width: 100%;
}
.banner.home-banner .banner-wrapper .content .filter-wrap .col.inpt .form-group label {
  position: absolute;
  bottom: 15px;
  left: 0;
  line-height: 1;
  transition: 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  transform-origin: left;
  font-size: 14px;
  font-weight: 500;
  font-family: "AcidGrotesk-Regular";
  color: var(--white);
  letter-spacing: 1.6px;
  text-transform: uppercase;
  transition: 0.6s ease;
}
@media (max-width: 1152px) {
  .banner.home-banner .banner-wrapper .content .filter-wrap .col.inpt .form-group label {
    letter-spacing: 0.6px;
  }
}
.banner.home-banner .banner-wrapper .content .filter-wrap .col.inpt .form-group input {
  height: var(--selectheight);
  padding-bottom: 4px;
  border: none;
  width: 100%;
  background: none;
  color: var(--white);
  font-size: inherit;
  font-family: inherit;
}
.banner.home-banner .banner-wrapper .content .filter-wrap .col.inpt .form-group input:focus, .banner.home-banner .banner-wrapper .content .filter-wrap .col.inpt .form-group input.valid {
  outline: none;
}
.banner.home-banner .banner-wrapper .content .filter-wrap .col.inpt .form-group input:focus ~ label, .banner.home-banner .banner-wrapper .content .filter-wrap .col.inpt .form-group input.valid ~ label {
  bottom: 100%;
  font-size: 12px;
  color: var(--text);
}

.home-secA {
  padding: 60px 0 75px;
  background: rgb(244, 242, 229);
}
@media (max-width: 767px) {
  .home-secA {
    padding: 35px 0px 35px;
  }
}
.home-secA .upper-sec {
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .home-secA .upper-sec {
    margin-bottom: 35px;
  }
}
.home-secA .upper-sec .heading h2 {
  color: #000000;
  font-family: "AcidGrotesk-Regular";
  font-size: 38px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .home-secA .upper-sec .heading h2 {
    font-size: 28px;
  }
}
.home-secA .upper-sec .heading p {
  color: #000;
  max-width: 767px;
  margin: 15px auto 0;
  text-transform: none;
  font-family: "AcidGrotesk-Regular";
  font-size: 16px;
  letter-spacing: normal;
}
.home-secA .upper-sec .heading p a {
  color: var(--primary);
  font-family: 900;
}
.home-secA .upper-sec .slider-nav {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  line-height: 0;
}
.home-secA .upper-sec .slider-nav .swiper-prev, .home-secA .upper-sec .slider-nav .swiper-next {
  --size: 40px;
  pointer-events: all;
  ser-select: auto;
  height: var(--size);
  width: var(--size);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: tranparent;
  border: 1px solid #000;
  transition: 0.5s ease;
}
.home-secA .upper-sec .slider-nav .swiper-prev path, .home-secA .upper-sec .slider-nav .swiper-next path {
  fill: #000;
}
.home-secA .upper-sec .slider-nav .swiper-prev svg, .home-secA .upper-sec .slider-nav .swiper-prev img {
  transform: scaleX(-1);
}
.home-secA .upper-sec .slider-nav .swiper-prev.swiper-button-disabled, .home-secA .upper-sec .slider-nav .swiper-next.swiper-button-disabled {
  cursor: no-drop;
  opacity: 0.4;
}
.home-secA .upper-sec .slider-nav:has(.swiper-button-lock) {
  display: none !important;
}
.home-secA .upper-sec .slider-nav.hide-btn-no-loop .swiper-prev.swiper-button-disabled, .home-secA .upper-sec .slider-nav.hide-btn-no-loop .swiper-next.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.home-secA .upper-sec .slider-nav.swiper-group {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 11px;
}
@media (max-width: 767px) {
  .home-secA .upper-sec .slider-nav.swiper-group {
    display: none;
  }
}
.home-secA .upper-sec .slider-nav.center-full {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.home-secA .upper-sec .slider-nav.icon-width-auto .swiper-next svg, .home-secA .upper-sec .slider-nav.icon-width-auto .swiper-prev svg {
  width: auto;
  height: auto;
}
.home-secA .property-col {
  box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px;
  overflow: hidden;
}
.home-secA .property-col .figure {
  line-height: 0;
  display: block;
  overflow: hidden;
  position: relative;
}
.home-secA .property-col .figure img {
  width: 100%;
  transition: 0.5s ease;
  transform-origin: top;
}
.home-secA .property-col .figure::before {
  content: "";
  display: block;
  width: 0px;
  height: 86%;
  position: absolute;
  top: 7%;
  left: 0%;
  opacity: 0;
  background: white;
  box-shadow: 0 0 55px 12px white;
  transform: skewX(-20deg);
  z-index: 1;
}
.home-secA .property-col .figcaption {
  padding: 15px;
  background: rgb(255, 255, 255);
}
.home-secA .property-col .figcaption .ttl {
  display: block;
  color: var(--black);
  font-size: 19px;
  line-height: 1.3;
  font-weight: 450;
  margin-bottom: 5px;
  font-family: "FuturaPT-Medium";
}
.home-secA .property-col .figcaption .lctn {
  font-size: 13px;
  color: var(--text);
  font-family: "FuturaPT-Medium";
}
.home-secA .property-col .figcaption .projFetu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home-secA .property-col .figcaption .prc {
  font-family: "AcidGrotesk-Regular";
  font-size: 20px;
  font-weight: 400;
}
.home-secA .property-col .figcaption .btm-wrp {
  margin-top: 16px;
  display: flex;
  gap: 10px;
  align-items: flex-end;
}
.home-secA .lower-sec {
  text-align: center;
}
.home-secA .lower-sec .readmore {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .home-secA .lower-sec .readmore {
    margin-top: 35px;
  }
}
.home-secA .lower-sec .readmore a {
  display: inline-block;
  color: var(--black);
  font-weight: 500;
  transition: 0.5s ease;
  font-size: 18px;
}
.home-secA .lower-sec .readmore a span, .home-secA .lower-sec .readmore a img, .home-secA .lower-sec .readmore a svg {
  display: inline-block;
  vertical-align: middle;
  transition: 0.5s ease;
}
.home-secA .lower-sec .readmore a img, .home-secA .lower-sec .readmore a svg {
  margin-left: 13px;
  transform: translateY(0);
  transition: 0.5s ease;
  background: rgb(255, 255, 255);
  width: 40px;
  height: 40px;
  border-radius: 50px;
  padding: 13px;
}
.home-secA .lower-sec .readmore a img path, .home-secA .lower-sec .readmore a svg path {
  fill: var(--black);
}
.home-secA .lower-sec .readmore a:hover {
  color: var(--primary);
}
.home-secA .lower-sec .readmore a:hover img, .home-secA .lower-sec .readmore a:hover svg {
  transform: translateY(-7px);
}
.home-secA .lower-sec .readmore a:hover svg path {
  fill: var(--primary);
}

.home-secB {
  background: #fff;
  padding: 0 35px 50px;
}
@media (max-width: 767px) {
  .home-secB {
    padding: 0 15px 50px;
    overflow: hidden;
  }
}
.home-secB .heading {
  padding: 50px 0;
}
.home-secB .heading p {
  color: #000;
  max-width: 767px;
  margin: 15px auto 0;
  text-transform: none;
  font-family: "AcidGrotesk-Regular";
  font-size: 16px;
  letter-spacing: normal;
}
.home-secB .heading p a {
  color: var(--primary);
  font-family: 900;
}
.home-secB .flex {
  background: #000;
  border-radius: 10px;
}
.home-secB .flex .colA {
  flex: 1;
  --padding: 45px;
  --width: 395px;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .home-secB .flex .colA {
    flex: 0 1 100%;
    max-width: 100%;
    padding: 2rem 0;
    text-align: left;
    order: 2;
  }
}
@media (max-width: 675px) {
  .home-secB .flex .colA {
    --padding: 15px;
    padding-top: 5px;
  }
}
.home-secB .flex .colA .content-wrap {
  position: relative;
}
.home-secB .flex .colA .heading {
  padding: 0;
}
.home-secB .flex .colA .heading h3 {
  line-height: 1.25;
  margin: 12px 0 9px;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .home-secB .flex .colA .heading h3 {
    font-size: 22px;
  }
}
.home-secB .flex .colA .heading p {
  color: #D8B845;
  margin: 12px 0 20px;
  font-size: 18px;
  font-weight: 400;
  font-family: "FuturaPT-Book";
}
@media (max-width: 991px) {
  .home-secB .flex .colA .heading p {
    max-width: 500px;
  }
}
.home-secB .flex .colA .heading p:empty {
  display: none;
}
.home-secB .flex .colA .projFetu {
  display: flex;
  flex-wrap: wrap;
  gap: 100px;
  color: #fff;
  font-family: "FuturaPT-Medium";
}
@media (max-width: 767px) {
  .home-secB .flex .colA .projFetu {
    gap: 50px;
  }
}
@media only screen and (max-width: 360px) {
  .home-secB .flex .colA .projFetu {
    gap: 25px;
  }
}
.home-secB .flex .colA .projFetu .label {
  font-weight: 400;
  color: #ccc;
  font-size: 15px;
  font-family: "FuturaPT-Book";
}
.home-secB .flex .colA .projFetu ul.uni li {
  position: relative;
  white-space: nowrap;
  font: size 19px;
  color: #fff;
  font-weight: 500;
}
.home-secB .flex .colA .pricePro {
  font-size: 27px;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 15px;
  font-family: "AcidGrotesk-Regular";
  font-weight: 400;
}
@media (max-width: 675px) {
  .home-secB .flex .colA .pricePro {
    font-size: 20px;
  }
}
.home-secB .flex .colA .cardFotr {
  display: flex;
  gap: 0 20px;
  align-items: center;
  justify-content: space-between;
}
.home-secB .flex .colA .cardFotr .whats, .home-secB .flex .colA .cardFotr .call {
  width: 50%;
}
.home-secB .flex .colA .cardFotr .whats a, .home-secB .flex .colA .cardFotr .call a {
  display: block;
  padding: 10px 18px;
  color: var(--white);
  border-radius: 5px;
  font-weight: 500;
  border: 1px solid;
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  font-family: "FuturaPT-Book";
}
@media (max-width: 767px) {
  .home-secB .flex .colA .cardFotr .whats a, .home-secB .flex .colA .cardFotr .call a {
    padding: 7px 5px;
  }
}
@media only screen and (max-width: 360px) {
  .home-secB .flex .colA .cardFotr .whats a, .home-secB .flex .colA .cardFotr .call a {
    padding: 7px 0px;
    font-size: 13px;
  }
}
.home-secB .flex .colA .cardFotr .whats a svg, .home-secB .flex .colA .cardFotr .whats a span, .home-secB .flex .colA .cardFotr .call a svg, .home-secB .flex .colA .cardFotr .call a span {
  display: inline-block;
  vertical-align: middle;
}
.home-secB .flex .colA .cardFotr .whats a svg, .home-secB .flex .colA .cardFotr .call a svg {
  width: 24px;
  height: 24px;
}
.home-secB .flex .colA .cardFotr .whats a svg path, .home-secB .flex .colA .cardFotr .call a svg path {
  fill: var(--white);
}
.home-secB .flex .colA .cardFotr .whats a {
  border-color: #fff;
  color: #000;
  background: #fff;
}
.home-secB .flex .colA .cardFotr .whats a svg path {
  fill: #000;
}
.home-secB .flex .colA .cardFotr .call a {
  background: #D8B845;
  border-color: #D8B845;
}
.home-secB .flex .colA .content {
  max-width: calc(var(--width) + var(--padding) * 2);
  padding: 0 var(--padding);
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .home-secB .flex .colA .content {
    max-width: 100%;
    padding: 100px var(--padding);
  }
}
@media (max-width: 1007px) {
  .home-secB .flex .colA .content {
    padding: 50px var(--padding);
  }
}
@media (max-width: 991px) {
  .home-secB .flex .colA .content {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .home-secB .flex .colA .content {
    padding: 0px var(--padding);
  }
}
.home-secB .flex .colA .content:not(.active) {
  display: none;
}
.home-secB .flex .colA .content .btm-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 3.8rem;
}
.home-secB .flex .colA .swiper-nav {
  position: relative;
  left: 45px;
  z-index: 1;
  margin-top: 30px;
}
@media (max-width: 675px) {
  .home-secB .flex .colA .swiper-nav {
    left: 15px;
  }
}
.home-secB .flex .colA .swiper-nav .swiper-prev, .home-secB .flex .colA .swiper-nav .swiper-next {
  background: rgba(0, 0, 0, 0.1);
}
.home-secB .flex .colA .swiper-nav .swiper-prev path, .home-secB .flex .colA .swiper-nav .swiper-next path {
  fill: var(--primary);
}
.home-secB .flex .colB {
  flex: 0 1 60%;
  max-width: 60%;
  line-height: 0;
}
@media (max-width: 1024px) {
  .home-secB .flex .colB {
    flex: 0 1 50%;
    max-width: 50%;
  }
}
@media (max-width: 991px) {
  .home-secB .flex .colB {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.home-secB .flex .colB .home-event-slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media (max-width: 1024px) {
  .home-secB .flex .colB .home-event-slider img {
    aspect-ratio: 1;
  }
}
@media (max-width: 1007px) {
  .home-secB .flex .colB .home-event-slider img {
    aspect-ratio: 1.5;
  }
}
@media (max-width: 991px) {
  .home-secB .flex .colB .home-event-slider img {
    border-bottom-right-radius: 0px;
    border-top-left-radius: 10px;
  }
}

.home-secC {
  background: #F4F2E5;
  padding: 50px;
}
@media (max-width: 991px) {
  .home-secC {
    padding: 50px 0;
  }
}
.home-secC .heading {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .home-secC .heading h2 {
    font-size: 28px;
  }
}
.home-secC .heading p {
  color: #000;
  max-width: 767px;
  margin: 15px auto 0;
  text-transform: none;
  font-family: "AcidGrotesk-Regular";
  font-size: 16px;
  letter-spacing: normal;
}
.home-secC .heading p a {
  color: var(--primary);
  font-family: 900;
}
.home-secC .ListHospCar .flex {
  flex-wrap: wrap;
}
.home-secC .ListHospCar .flex .img_hover {
  overflow: hidden;
}
.home-secC .ListHospCar .flex .img_hover .img img {
  transform: scale(1);
  transition: 2s ease;
}
.home-secC .ListHospCar .flex .col {
  flex: 0 1 33.33%;
  max-width: 33.33%;
  width: 100%;
  padding: 15px;
}
@media (max-width: 1024px) {
  .home-secC .ListHospCar .flex .col {
    flex: 0 1 50%;
    max-width: 50%;
  }
}
@media (max-width: 991px) {
  .home-secC .ListHospCar .flex .col {
    flex: 0 1 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .home-secC .ListHospCar .flex .col {
    flex: 0 1 100%;
    max-width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .home-secC .ListHospCar .flex .col:not(:last-child) {
    padding-bottom: 20px;
  }
}
.home-secC .ListHospCar .card {
  height: 100%;
}
.home-secC .ListHospCar .card a {
  display: flex;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.15);
  transition: 0.5s ease;
  height: 100%;
}
.home-secC .ListHospCar .card .img {
  flex: 0 1 129px;
  max-width: 129px;
  width: 100%;
}
@media (max-width: 1024px) {
  .home-secC .ListHospCar .card .img {
    flex: 0 1 169px;
    max-width: 169px;
  }
}
@media (max-width: 767px) {
  .home-secC .ListHospCar .card .img {
    flex: 0 1 129px;
    max-width: 129px;
    aspect-ratio: 1;
  }
}
.home-secC .ListHospCar .card .img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.home-secC .ListHospCar .card .text {
  flex: 1;
  padding: 15px;
}
.home-secC .ListHospCar .card .content h5 {
  line-height: 25px;
  font-size: 19px;
  color: var(--black);
  margin-bottom: 6px;
  font-family: "FuturaPT-Medium";
  font-weight: 450;
}
.home-secC .ListHospCar .card .content p {
  color: #666;
  font-size: 14px;
  line-height: 20px;
  font-family: "FuturaPT-Book";
}
.home-secC .ListHospCar .card .content .price {
  color: #000;
  font-size: 15px;
  margin-top: 15px;
  font-family: "AcidGrotesk-Regular";
  line-height: 22px;
}

.home-secD::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: none;
}
.home-secD::before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 79.72%);
}
.home-secD figure {
  height: 571px;
}
.home-secD .content {
  max-width: 454px;
  margin: 0 auto;
}
.home-secD .content .ico {
  line-height: 0;
  margin-bottom: 0px;
}
.home-secD .content .star {
  line-height: 0;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .home-secD .content .star {
    margin-bottom: 15px;
  }
}
.home-secD .content h3 {
  font-size: 38px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .home-secD .content h3 {
    font-size: 28px;
  }
}
.home-secD .content p {
  color: var(--white);
  font-size: 18px;
  line-height: 27px;
  margin: 0px 0 30px;
  font-weight: 300;
  font-family: "FuturaPT-Book";
}
@media (max-width: 767px) {
  .home-secD .content p {
    font-size: 16px;
  }
}
.home-secD .content a {
  background: #D8B845;
  color: #000;
  border-radius: 5px;
  padding: 10px 50px;
  line-height: 10px;
  margin-top: 10px;
  font-family: "FuturaPT-Book";
  font-weight: 700;
}
.home-secD .content a:hover {
  background: rgba(216, 184, 69, 0);
  color: #fff;
  border: 1px solid #ccc;
}

.home-secE {
  padding: 50px 0 80px;
  background: #fff;
}
.home-secE .upper-sec {
  position: relative;
  margin-bottom: 50px;
}
.home-secE .upper-sec .heading h3 {
  font-size: 38px;
}
.home-secE .upper-sec .heading h3 {
  font-size: 28px;
}
.home-secE .builder-slider .swiper-wrapper {
  transition-timing-function: linear !important;
}
.home-secE .builder-slider .item {
  align-content: center;
  justify-items: center;
}
.home-secE .builder-slider .item img {
  display: block;
}/*# sourceMappingURL=home.css.map */