.acc-box {
  flex-direction: column;
  display: flex;
  height: 100%;
  position: relative;
}
.acc-box .acc-box__img {
  display: block;
  position: relative;
}
.acc-box .acc-box__img img {
  object-fit: cover;
}
@media (min-width: 1025px) {
  .acc-box .acc-box__img img {
    height: 33.8541666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .acc-box .acc-box__img img {
    height: 33.8541666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .acc-box .acc-box__img img {
    height: 400px;
  }
}
@media (max-width: 600px) {
  .acc-box .acc-box__img img {
    height: 400px;
  }
}
@media (min-width: 600px) and (min-width: 1025px) {
  .acc-box .acc-box__img img {
    filter: grayscale(100%);
    transition: 1s ease;
  }
}
.acc-box:hover img {
  filter: grayscale(0);
  transition: 1s ease;
  transform: scale(1.05);
}
.acc-box .acc-box__details {
  flex-direction: column;
  display: flex;
  flex-grow: 1;
}
@media (min-width: 1025px) {
  .acc-box .acc-box__details {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .acc-box .acc-box__details {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .acc-box .acc-box__details {
    padding-left: 20px;
  }
}
@media (max-width: 600px) {
  .acc-box .acc-box__details {
    padding-left: 20px;
  }
}
@media (min-width: 1025px) {
  .acc-box .acc-box__details {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .acc-box .acc-box__details {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .acc-box .acc-box__details {
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  .acc-box .acc-box__details {
    padding-right: 20px;
  }
}
@media (min-width: 1025px) {
  .acc-box .acc-box__details {
    padding-top: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .acc-box .acc-box__details {
    padding-top: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .acc-box .acc-box__details {
    padding-top: 20px;
  }
}
@media (max-width: 600px) {
  .acc-box .acc-box__details {
    padding-top: 20px;
  }
}
@media (min-width: 1025px) {
  .acc-box .acc-box__details {
    padding-bottom: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .acc-box .acc-box__details {
    padding-bottom: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .acc-box .acc-box__details {
    padding-bottom: 0px;
  }
}
@media (max-width: 600px) {
  .acc-box .acc-box__details {
    padding-bottom: 0px;
  }
}

.bottom-gray-overlay::before {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  z-index: 1;
  height: 30%;
  opacity: 1;
  transition: all 0.5s;
}
.bottom-gray-overlay:hover::before {
  opacity: 0 !important;
  transition: all 0.5s;
}
@media only screen and (max-width: 1025px) {
  .bottom-gray-overlay::before {
    height: 60%;
  }
}

.features-list .acc-box__img img {
  object-fit: cover;
}
@media (min-width: 1025px) {
  .features-list .acc-box__img img {
    height: 20.8333333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .features-list .acc-box__img img {
    height: 20.8333333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .features-list .acc-box__img img {
    height: 350px;
  }
}
@media (max-width: 600px) {
  .features-list .acc-box__img img {
    height: 350px;
  }
}

.offer-list .acc-box__img img {
  object-fit: cover;
}
@media (min-width: 1025px) {
  .offer-list .acc-box__img img {
    height: 28.6458333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .offer-list .acc-box__img img {
    height: 28.6458333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .offer-list .acc-box__img img {
    height: 350px;
  }
}
@media (max-width: 600px) {
  .offer-list .acc-box__img img {
    height: 350px;
  }
}

.collection-slider .acc-box__img img {
  object-fit: cover;
}
@media (min-width: 1025px) {
  .collection-slider .acc-box__img img {
    height: 41.6666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .collection-slider .acc-box__img img {
    height: 41.6666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .collection-slider .acc-box__img img {
    height: 400px;
  }
}
@media (max-width: 600px) {
  .collection-slider .acc-box__img img {
    height: 400px;
  }
}
.collection-slider .acc-box__img {
  position: relative;
}
.collection-slider .acc-box__img::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  opacity: 1;
  transition: all 1s;
}
.collection-slider .slide-item .width--40 {
  opacity: 0.3;
}
.collection-slider .slick-current .width--40 {
  opacity: 1;
}

.two-item-grid .acc-box__img img {
  object-fit: cover;
}
@media (min-width: 1025px) {
  .two-item-grid .acc-box__img img {
    height: 31.25vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .two-item-grid .acc-box__img img {
    height: 31.25vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .two-item-grid .acc-box__img img {
    height: 400px;
  }
}
@media (max-width: 600px) {
  .two-item-grid .acc-box__img img {
    height: 400px;
  }
}
@media (min-width: 600px) and (min-width: 1025px) {
  .two-item-grid .acc-box__img img {
    filter: none !important;
  }
}
.two-item-grid .acc-box__details {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.pres-grid .acc-box__img img {
  filter: none !important;
  object-fit: cover;
}
@media (min-width: 1025px) {
  .pres-grid .acc-box__img img {
    height: 18.2291666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .pres-grid .acc-box__img img {
    height: 18.2291666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .pres-grid .acc-box__img img {
    height: 350px;
  }
}
@media (max-width: 600px) {
  .pres-grid .acc-box__img img {
    height: 350px;
  }
}
@media (min-width: 600px) and (min-width: 1025px) {
  .pres-grid .acc-box__img img {
    filter: none !important;
  }
}
.pres-grid .acc-box__details {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.short-img .acc-box__img img {
  object-fit: cover;
}
@media (min-width: 1025px) {
  .short-img .acc-box__img img {
    height: 20.8333333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .short-img .acc-box__img img {
    height: 20.8333333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .short-img .acc-box__img img {
    height: 350px;
  }
}
@media (max-width: 600px) {
  .short-img .acc-box__img img {
    height: 350px;
  }
}
@media (min-width: 600px) and (min-width: 1025px) {
  .short-img .acc-box__img img {
    filter: none !important;
  }
}
.short-img .acc-box__details {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.short-img .padding-left--0 {
  padding-left: 0 !important;
}

.acc-box__details-bottom {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (min-width: 1025px) {
  .acc-box__details-bottom {
    padding-left: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .acc-box__details-bottom {
    padding-left: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .acc-box__details-bottom {
    padding-left: 20px;
  }
}
@media (max-width: 600px) {
  .acc-box__details-bottom {
    padding-left: 20px;
  }
}
@media (min-width: 1025px) {
  .acc-box__details-bottom {
    padding-right: 2.6041666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .acc-box__details-bottom {
    padding-right: 2.6041666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .acc-box__details-bottom {
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  .acc-box__details-bottom {
    padding-right: 20px;
  }
}
@media (min-width: 1025px) {
  .acc-box__details-bottom {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .acc-box__details-bottom {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .acc-box__details-bottom {
    padding-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .acc-box__details-bottom {
    padding-bottom: 30px;
  }
}

.acc-box__details-bottom {
  z-index: 1;
}

.acc-box__details-bottom-hide {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.5s;
}

.acc-box__details-bottom-visible {
  transform: translateY(0.5208333333vw);
  opacity: 0;
  transition: all 0.5s;
}
.acc-box__details-bottom-visible hr {
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  opacity: 1;
  background: #fff;
}
@media (min-width: 1025px) {
  .acc-box__details-bottom-visible hr {
    margin-top: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .acc-box__details-bottom-visible hr {
    margin-top: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .acc-box__details-bottom-visible hr {
    margin-top: 0px;
  }
}
@media (max-width: 600px) {
  .acc-box__details-bottom-visible hr {
    margin-top: 0px;
  }
}
@media (min-width: 1025px) {
  .acc-box__details-bottom-visible hr {
    margin-bottom: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .acc-box__details-bottom-visible hr {
    margin-bottom: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .acc-box__details-bottom-visible hr {
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .acc-box__details-bottom-visible hr {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1025px) {
  .acc-box__details-bottom-visible {
    opacity: 1 !important;
    transform: none !important;
  }
}

.acc-box__details-bottom-hide hr {
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  opacity: 1;
  background: #fff;
  margin-bottom: 0 !important;
}
@media (min-width: 1025px) {
  .acc-box__details-bottom-hide hr {
    margin-top: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .acc-box__details-bottom-hide hr {
    margin-top: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .acc-box__details-bottom-hide hr {
    margin-top: 0px;
  }
}
@media (max-width: 600px) {
  .acc-box__details-bottom-hide hr {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 1025px) {
  .acc-box__details-bottom-hide {
    opacity: 0 !important;
    transform: none !important;
  }
}

.acc-box__details-bottom-visible-center {
  transform: translateY(0.5208333333vw);
  opacity: 0;
  transition: all 0.5s;
  justify-content: center !important;
}
@media only screen and (max-width: 1025px) {
  .acc-box__details-bottom-visible-center {
    opacity: 1 !important;
    transform: none !important;
    justify-content: flex-end !important;
  }
}

.acc-box-overlay {
  position: relative;
}
.acc-box-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.49);
  opacity: 0;
  transition: all 0.5s;
}
@media only screen and (max-width: 1025px) {
  .acc-box-overlay::after {
    opacity: 0.5;
  }
}

.spa-list .spa-img {
  filter: none !important;
}

@media (min-width: 1025px) {
  .spa-btn svg {
    margin-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .spa-btn svg {
    margin-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .spa-btn svg {
    margin-right: 0px;
  }
}
@media (max-width: 600px) {
  .spa-btn svg {
    margin-right: 0px;
  }
}

.gal-dropdown {
  background: #566657;
  font-size: 16px;
  width: 100%;
  border: 0;
}
.gal-dropdown .dropdown-toggle {
  color: #fff !important;
  border-radius: 0 !important;
  background: #566657;
  font-size: 16px;
  width: 100%;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gal-dropdown .dropdown-toggle:hover {
  color: #fff !important;
  background: #566657;
}
.gal-dropdown .dropdown-toggle::after {
  background-image: url("../../../img/down-w.svg") !important;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center;
  border: 0 !important;
  height: 10px;
  width: 10px;
  background-size: contain;
  margin-left: 15px;
}
.gal-dropdown .dropdown-menu {
  background: #E3E3E3;
  padding: 0;
  font-size: 15px;
  width: 100%;
  border-radius: 0 !important;
}
.gal-dropdown .dropdown-menu button {
  font-size: 15px !important;
  width: 100%;
}
.gal-dropdown .dropdown-menu button.active {
  background: #C6AF8F !important;
  color: #fff !important;
}
.gal-dropdown .dropdown-menu a:hover {
  background: #C6AF8F;
}
@media only screen and (max-width: 1025px) {
  .gal-dropdown .dropdown-menu {
    margin-top: -2px !important;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .gal-dropdown {
    width: 50%;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.acc-box:hover .acc-box__details-bottom-hide {
  transform: translateY(0.5208333333vw);
  opacity: 0;
  transition: all 0.5s;
}
.acc-box:hover .acc-box__details-bottom-visible {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.5s;
}
.acc-box:hover .acc-box__details-bottom-visible-center {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.5s;
}
.acc-box:hover .acc-box-overlay::after {
  opacity: 1;
  transition: all 0.5s;
}

@media only screen and (max-width: 1025px) {
  .acc-box .btn-wrap {
    flex-direction: column;
    align-items: center;
  }
  .acc-box .btn-wrap a {
    margin-bottom: 20px;
  }
  .acc-box .btn-wrap a:last-child, .acc-box .btn-wrap button {
    margin-bottom: 0px;
  }
}

@media (min-width: 1025px) {
  .acc-single-slider .acc-box__details {
    height: 8.8541666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .acc-single-slider .acc-box__details {
    height: 8.8541666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .acc-single-slider .acc-box__details {
    height: 200px;
  }
}
@media (max-width: 600px) {
  .acc-single-slider .acc-box__details {
    height: 200px;
  }
}

@media only screen and (max-width: 1025px) {
  .offer-mobile-out .acc-box__details-bottom-hide {
    opacity: 1 !important;
    height: 350px !important;
  }
  .offer-mobile-out .acc-box__img {
    display: flex !important;
    flex-direction: column;
    height: 100%;
  }
  .offer-mobile-out .acc-box__img .acc-box__details-bottom {
    flex-grow: 1 !important;
  }
  .offer-mobile-out .acc-box__details-bottom-visible {
    position: relative !important;
    padding-top: 20px;
  }
  .offer-mobile-out .acc-box__details-bottom-visible .heading--26 {
    color: #000;
    display: none !important;
  }
  .offer-mobile-out .acc-box__details-bottom-visible .paragraph--14 {
    color: #C6AF8F;
    display: none !important;
  }
  .offer-mobile-out .acc-box__details-bottom-visible .paragraph--18 {
    color: #606060 !important;
  }
  .offer-mobile-out .acc-box__details-bottom-visible .next-btn--white-text {
    color: #000 !important;
  }
  .offer-mobile-out .acc-box__details-bottom-visible .next-btn--white-text::after {
    background: #000;
  }
  .offer-mobile-out .acc-box__details-bottom-visible .next-btn--white-line {
    color: #000;
    border: 1px solid #000;
  }
  .offer-mobile-out .acc-box-overlay::after {
    display: none;
  }
  .offer-mobile-out .bottom-gray-overlay::before {
    top: 0;
    height: 350px;
    bottom: auto;
  }
}

.accordion .accordion-item {
  background: transparent !important;
  border: 0;
  color: #000000;
  box-shadow: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-bottom: 1px solid #d9d9d9;
}
.accordion button {
  padding-left: 0 !important;
  border-radius: 0 !important;
}
@media (min-width: 1025px) {
  .accordion button {
    padding-bottom: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .accordion button {
    padding-bottom: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .accordion button {
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .accordion button {
    padding-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .accordion button {
    padding-top: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .accordion button {
    padding-top: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .accordion button {
    padding-top: 20px;
  }
}
@media (max-width: 600px) {
  .accordion button {
    padding-top: 20px;
  }
}
.accordion button,
.accordion .accordion-header {
  background: transparent !important;
  border: 0 !important;
  color: #000000 !important;
  box-shadow: none !important;
  padding-right: 0 !important;
}
.accordion .accordion-body {
  background: transparent !important;
  border: 0 !important;
  color: #000000 !important;
  box-shadow: none !important;
}
.accordion .accordion-header {
  padding-left: 0 !important;
}
.accordion .accordion-body {
  padding-left: 0 !important;
  padding-top: 0 !important;
}
@media (min-width: 1025px) {
  .accordion .accordion-body {
    padding-right: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .accordion .accordion-body {
    padding-right: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .accordion .accordion-body {
    padding-right: 30px;
  }
}
@media (max-width: 600px) {
  .accordion .accordion-body {
    padding-right: 30px;
  }
}
@media (min-width: 1025px) {
  .accordion .btn-number {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .accordion .btn-number {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .accordion .btn-number {
    padding-right: 10px;
  }
}
@media (max-width: 600px) {
  .accordion .btn-number {
    padding-right: 10px;
  }
}
@media (min-width: 1025px) {
  .accordion .btn-number {
    width: 2.0833333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .accordion .btn-number {
    width: 2.0833333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .accordion .btn-number {
    width: 30px;
  }
}
@media (max-width: 600px) {
  .accordion .btn-number {
    width: 30px;
  }
}
.accordion .accordion-item:last-child {
  border: 0 !important;
}
.accordion .accordion-button::after {
  background-image: url("../../../img/down-drop.svg");
  background-size: 80% !important;
  background-position: center !important;
}
.accordion .accordion-button:not(.collapsed)::after {
  background-image: url("../../../img/up-drop.svg");
  transform: none !important;
  background-size: 80% !important;
  background-position: center !important;
}
@media only screen and (min-width: 1025px) {
  .accordion .accordion-button:not(.collapsed) {
    padding-bottom: 0.15625vw !important;
  }
}
@media only screen and (max-width: 1025px) {
  .accordion .accordion-button:not(.collapsed) {
    padding-bottom: 3px !important;
  }
}

@media only screen and (max-width: 1025px) {
  #accordionFAQ .accordion-button {
    align-items: flex-start !important;
  }
  .accordion button span {
    padding-right: 10px;
    display: flex;
  }
  .accordion button {
    align-items: flex-start;
    text-align: left !important;
  }
}
.features-list .list-item {
  display: flex;
  position: relative;
}
@media (min-width: 1025px) {
  .features-list .list-item {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .features-list .list-item {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .features-list .list-item {
    padding-left: 15px;
  }
}
@media (max-width: 600px) {
  .features-list .list-item {
    padding-left: 15px;
  }
}
@media (min-width: 1025px) {
  .features-list .list-item {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .features-list .list-item {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .features-list .list-item {
    padding-right: 15px;
  }
}
@media (max-width: 600px) {
  .features-list .list-item {
    padding-right: 15px;
  }
}
@media (min-width: 1025px) {
  .features-list .list-item {
    padding-bottom: 0vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .features-list .list-item {
    padding-bottom: 0vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .features-list .list-item {
    padding-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .features-list .list-item {
    padding-bottom: 15px;
  }
}
.features-list .list-item::after {
  content: "";
  position: absolute;
  display: none;
  right: 0;
  top: 1.0416666667vw;
  bottom: 1.0416666667vw;
  height: calc(100% - 2.0833333333vw);
  width: 3px;
  background: #E3E3E3;
}
@media only screen and (max-width: 1025px) {
  .features-list .list-item::after {
    width: 1px;
    top: 20px;
    bottom: 20px;
    height: calc(100% - 20px);
    display: none !important;
  }
}
.features-list .list-item img {
  object-fit: scale-down;
}
@media (min-width: 1025px) {
  .features-list .list-item img {
    height: 2.34375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .features-list .list-item img {
    height: 2.34375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .features-list .list-item img {
    height: 30px;
  }
}
@media (max-width: 600px) {
  .features-list .list-item img {
    height: 30px;
  }
}
@media (min-width: 1025px) {
  .features-list .list-item img {
    width: 2.34375vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .features-list .list-item img {
    width: 2.34375vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .features-list .list-item img {
    width: 30px;
  }
}
@media (max-width: 600px) {
  .features-list .list-item img {
    width: 30px;
  }
}
.features-list .list-item p {
  width: calc(100% - 1.5625vw);
}
@media (min-width: 1025px) {
  .features-list .list-item p {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .features-list .list-item p {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .features-list .list-item p {
    padding-left: 15px;
  }
}
@media (max-width: 600px) {
  .features-list .list-item p {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 1025px) {
  .features-list .list-item {
    width: 33%;
    padding: 10px !important;
    background: transparent;
    margin-bottom: 5px;
    text-align: left;
  }
  .features-list .list-item .paragraph--20 {
    line-height: 24px !important;
  }
}
@media only screen and (max-width: 600px) {
  .features-list .list-item {
    width: 100%;
    align-items: center;
  }
}
@media only screen and (max-width: 1025px) {
  .features-list .list-item:nth-child(2n)::after {
    display: none !important;
  }
}
.features-list .list-item:last-child::after {
  display: none !important;
}

.home-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 41.6666666667vw 39.0625vw;
  grid-column-gap: 1.0416666667vw;
  grid-row-gap: 1.0416666667vw;
}
.home-grid .div1 {
  grid-area: 1/1/2/4;
}
@media (min-width: 1025px) {
  .home-grid .div1 {
    height: 41.6666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .home-grid .div1 {
    height: 41.6666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .home-grid .div1 {
    height: 450px;
  }
}
@media (max-width: 600px) {
  .home-grid .div1 {
    height: 450px;
  }
}
.home-grid .div2 {
  grid-area: 2/1/3/2;
}
@media (min-width: 1025px) {
  .home-grid .div2 {
    height: 39.0625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .home-grid .div2 {
    height: 39.0625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .home-grid .div2 {
    height: 450px;
  }
}
@media (max-width: 600px) {
  .home-grid .div2 {
    height: 450px;
  }
}
.home-grid .div3 {
  grid-area: 2/2/3/3;
}
@media (min-width: 1025px) {
  .home-grid .div3 {
    height: 39.0625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .home-grid .div3 {
    height: 39.0625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .home-grid .div3 {
    height: 450px;
  }
}
@media (max-width: 600px) {
  .home-grid .div3 {
    height: 450px;
  }
}
.home-grid .div4 {
  grid-area: 2/3/3/4;
}
@media (min-width: 1025px) {
  .home-grid .div4 {
    height: 39.0625vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .home-grid .div4 {
    height: 39.0625vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .home-grid .div4 {
    height: 450px;
  }
}
@media (max-width: 600px) {
  .home-grid .div4 {
    height: 450px;
  }
}

@media (min-width: 1025px) {
  .home-grid-wrap .div-dining img {
    height: 36.4583333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .home-grid-wrap .div-dining img {
    height: 36.4583333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .home-grid-wrap .div-dining img {
    height: 350px;
  }
}
@media (max-width: 600px) {
  .home-grid-wrap .div-dining img {
    height: 350px;
  }
}
@media (min-width: 1025px) {
  .home-grid-wrap .three-item-slider img {
    height: 36.4583333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .home-grid-wrap .three-item-slider img {
    height: 36.4583333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .home-grid-wrap .three-item-slider img {
    height: 350px;
  }
}
@media (max-width: 600px) {
  .home-grid-wrap .three-item-slider img {
    height: 350px;
  }
}
@media only screen and (max-width: 1025px) {
  .home-grid-wrap {
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media (min-width: 1025px) {
  .home-gallery .home-gallery-div {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .home-gallery .home-gallery-div {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .home-gallery .home-gallery-div {
    padding-left: 5px;
  }
}
@media (max-width: 600px) {
  .home-gallery .home-gallery-div {
    padding-left: 5px;
  }
}
@media (min-width: 1025px) {
  .home-gallery .home-gallery-div {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .home-gallery .home-gallery-div {
    padding-right: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .home-gallery .home-gallery-div {
    padding-right: 5px;
  }
}
@media (max-width: 600px) {
  .home-gallery .home-gallery-div {
    padding-right: 5px;
  }
}
@media (min-width: 1025px) {
  .home-gallery .home-gallery-div {
    padding-top: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .home-gallery .home-gallery-div {
    padding-top: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .home-gallery .home-gallery-div {
    padding-top: 0px;
  }
}
@media (max-width: 600px) {
  .home-gallery .home-gallery-div {
    padding-top: 0px;
  }
}
@media (min-width: 1025px) {
  .home-gallery .home-gallery-div {
    padding-bottom: 1.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .home-gallery .home-gallery-div {
    padding-bottom: 1.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .home-gallery .home-gallery-div {
    padding-bottom: 0px;
  }
}
@media (max-width: 600px) {
  .home-gallery .home-gallery-div {
    padding-bottom: 0px;
  }
}
.home-gallery .home-gallery-div img {
  object-fit: cover;
}
@media only screen and (min-width: 1025px) {
  .home-gallery {
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    display: flex;
  }
  .home-gallery .home-gallery-div1,
  .home-gallery .home-gallery-div3 {
    width: 30%;
  }
  .home-gallery .home-gallery-div2 {
    width: 40%;
  }
  .home-gallery .home-gallery-div4,
  .home-gallery .home-gallery-div5 {
    width: 45%;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .home-gallery .home-gallery-div1 img {
    height: 32.03125vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1700px) {
  .home-gallery .home-gallery-div1 img {
    height: 32.03125vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  .home-gallery .home-gallery-div1 img {
    height: 450px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  .home-gallery .home-gallery-div1 img {
    height: 450px;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .home-gallery .home-gallery-div2 img {
    height: 27.34375vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1700px) {
  .home-gallery .home-gallery-div2 img {
    height: 27.34375vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  .home-gallery .home-gallery-div2 img {
    height: 450px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  .home-gallery .home-gallery-div2 img {
    height: 450px;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .home-gallery .home-gallery-div3 img {
    height: 36.4583333333vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1700px) {
  .home-gallery .home-gallery-div3 img {
    height: 36.4583333333vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  .home-gallery .home-gallery-div3 img {
    height: 450px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  .home-gallery .home-gallery-div3 img {
    height: 450px;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .home-gallery .home-gallery-div3 .home-gallery-inner {
    margin-bottom: -4.4270833333vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1700px) {
  .home-gallery .home-gallery-div3 .home-gallery-inner {
    margin-bottom: -4.4270833333vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  .home-gallery .home-gallery-div3 .home-gallery-inner {
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  .home-gallery .home-gallery-div3 .home-gallery-inner {
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .home-gallery .home-gallery-div4 img {
    height: 28.6458333333vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1700px) {
  .home-gallery .home-gallery-div4 img {
    height: 28.6458333333vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  .home-gallery .home-gallery-div4 img {
    height: 450px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  .home-gallery .home-gallery-div4 img {
    height: 450px;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .home-gallery .home-gallery-div5 img {
    height: 26.8229166667vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1700px) {
  .home-gallery .home-gallery-div5 img {
    height: 26.8229166667vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  .home-gallery .home-gallery-div5 img {
    height: 450px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  .home-gallery .home-gallery-div5 img {
    height: 450px;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) {
  .home-gallery .home-gallery-div5 .home-gallery-inner {
    margin-bottom: -2.6041666667vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1700px) {
  .home-gallery .home-gallery-div5 .home-gallery-inner {
    margin-bottom: -2.6041666667vw;
  }
}
@media only screen and (min-width: 1025px) and (min-width: 600px) and (max-width: 1025px) {
  .home-gallery .home-gallery-div5 .home-gallery-inner {
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 600px) {
  .home-gallery .home-gallery-div5 .home-gallery-inner {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 1025px) {
  .home-gallery img {
    object-fit: cover;
    height: 400px;
  }
}

.faq-img {
  object-fit: cover;
}
@media (min-width: 1025px) {
  .faq-img {
    height: 41.6666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .faq-img {
    height: 41.6666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .faq-img {
    height: 350px;
  }
}
@media (max-width: 600px) {
  .faq-img {
    height: 350px;
  }
}

.testamonial-box hr {
  width: 20%;
  margin-left: auto;
  margin-right: auto;
  background: #C6AF8F;
  opacity: 1;
  height: 2px;
}
@media only screen and (max-width: 1025px) {
  .testamonial-box {
    padding-bottom: 30px;
  }
}

@media (min-width: 1025px) {
  .testamonial-sec {
    padding-bottom: 26.0416666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .testamonial-sec {
    padding-bottom: 26.0416666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .testamonial-sec {
    padding-bottom: 0px;
  }
}
@media (max-width: 600px) {
  .testamonial-sec {
    padding-bottom: 0px;
  }
}
.testamonial-sec .abs-img {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 1025px) {
  .testamonial-sec .abs-img {
    position: relative;
    height: 200px;
    object-fit: cover;
    object-position: bottom;
  }
}
.testamonial-sec::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
@media only screen and (max-width: 1025px) {
  .testamonial-sec::after {
    top: calc(100% - 200px);
  }
}

@media (min-width: 1025px) {
  .home-gallery-slider {
    margin-left: -0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .home-gallery-slider {
    margin-left: -0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .home-gallery-slider {
    margin-left: -5px;
  }
}
@media (max-width: 600px) {
  .home-gallery-slider {
    margin-left: -5px;
  }
}
@media (min-width: 1025px) {
  .home-gallery-slider {
    margin-right: -0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .home-gallery-slider {
    margin-right: -0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .home-gallery-slider {
    margin-right: -5px;
  }
}
@media (max-width: 600px) {
  .home-gallery-slider {
    margin-right: -5px;
  }
}
@media (min-width: 1025px) {
  .home-gallery-slider .slide-item {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .home-gallery-slider .slide-item {
    padding-left: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .home-gallery-slider .slide-item {
    padding-left: 5px;
  }
}
@media (max-width: 600px) {
  .home-gallery-slider .slide-item {
    padding-left: 5px;
  }
}
@media (min-width: 1025px) {
  .home-gallery-slider .slide-item {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .home-gallery-slider .slide-item {
    padding-right: 0.5208333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .home-gallery-slider .slide-item {
    padding-right: 5px;
  }
}
@media (max-width: 600px) {
  .home-gallery-slider .slide-item {
    padding-right: 5px;
  }
}
.home-gallery-slider .slick-list {
  padding-left: 20%;
  padding-right: 20%;
}
@media only screen and (max-width: 600px) {
  .home-gallery-slider .slick-list {
    padding-left: 0%;
    padding-right: 0%;
  }
}
.home-gallery-slider img {
  object-fit: cover;
}
@media (min-width: 1025px) {
  .home-gallery-slider img {
    height: 33.8541666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .home-gallery-slider img {
    height: 33.8541666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .home-gallery-slider img {
    height: 300px;
  }
}
@media (max-width: 600px) {
  .home-gallery-slider img {
    height: 200px;
  }
}

@media (min-width: 1025px) {
  .sustainability-wrap__details {
    padding-left: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .sustainability-wrap__details {
    padding-left: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .sustainability-wrap__details {
    padding-left: 20px;
  }
}
@media (max-width: 600px) {
  .sustainability-wrap__details {
    padding-left: 20px;
  }
}
@media (min-width: 1025px) {
  .sustainability-wrap__details {
    padding-right: 4.1666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .sustainability-wrap__details {
    padding-right: 4.1666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .sustainability-wrap__details {
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  .sustainability-wrap__details {
    padding-right: 20px;
  }
}
@media (min-width: 1025px) {
  .sustainability-wrap__details {
    padding-top: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .sustainability-wrap__details {
    padding-top: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .sustainability-wrap__details {
    padding-top: 30px;
  }
}
@media (max-width: 600px) {
  .sustainability-wrap__details {
    padding-top: 30px;
  }
}
@media (min-width: 1025px) {
  .sustainability-wrap__details {
    padding-bottom: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .sustainability-wrap__details {
    padding-bottom: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .sustainability-wrap__details {
    padding-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .sustainability-wrap__details {
    padding-bottom: 30px;
  }
}

.sustainability-wrap-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 1025px) {
  .sustainability-wrap-img {
    position: relative;
  }
}

.welcome-img-main-home {
  object-fit: cover;
}
@media (min-width: 1025px) {
  .welcome-img-main-home {
    height: 31.25vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .welcome-img-main-home {
    height: 31.25vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .welcome-img-main-home {
    height: 400px;
  }
}
@media (max-width: 600px) {
  .welcome-img-main-home {
    height: 400px;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .welcome-img-main-home {
    width: 70% !important;
    display: block;
    margin: auto;
  }
}

#pills-tab {
  margin: 0 !important;
  display: flex;
  justify-content: center;
}
#pills-tab button {
  background: transparent;
  border: 0;
  color: #606060;
}
#pills-tab button::after {
  opacity: 0;
}
#pills-tab button:hover {
  color: #000 !important;
}
#pills-tab button.active {
  color: #000 !important;
}
#pills-tab button.active::after {
  opacity: 1;
}

.gallery-slider-villas img {
  transition: 1s ease;
  filter: grayscale(100%);
  object-fit: cover;
  width: 100%;
}
@media (min-width: 1025px) {
  .gallery-slider-villas img {
    height: 41.6666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .gallery-slider-villas img {
    height: 41.6666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .gallery-slider-villas img {
    height: 450px;
  }
}
@media (max-width: 600px) {
  .gallery-slider-villas img {
    height: 250px;
  }
}
.gallery-slider-villas .slick-current img {
  filter: grayscale(0);
  transition: 1s ease;
}

.dining-banner {
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 1025px) {
  .dining-sec::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  }
}

@media only screen and (min-width: 1025px) {
  .reviews-sec::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
  }
}

.reviews-sec-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.reviews-sec-img img {
  position: relative;
}

.grayscale-img {
  filter: grayscale(100%);
}

.grayscale-none {
  filter: none !important;
}

.dining-featured, .dining-featured-video {
  width: 100%;
  object-fit: cover;
  filter: grayscale(100%);
}
@media (min-width: 1025px) {
  .dining-featured, .dining-featured-video {
    height: 31.25vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .dining-featured, .dining-featured-video {
    height: 31.25vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dining-featured, .dining-featured-video {
    height: 400px;
  }
}
@media (max-width: 600px) {
  .dining-featured, .dining-featured-video {
    height: 400px;
  }
}
@media (min-width: 1025px) {
  .dining-featured, .dining-featured-video {
    margin-bottom: -5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .dining-featured, .dining-featured-video {
    margin-bottom: -5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dining-featured, .dining-featured-video {
    margin-bottom: 0px;
  }
}
@media (max-width: 600px) {
  .dining-featured, .dining-featured-video {
    margin-bottom: 0px;
  }
}

@media (min-width: 1025px) {
  .dining-sec-inner {
    height: 41.6666666667vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .dining-sec-inner {
    height: 41.6666666667vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .dining-sec-inner {
    height: auto;
  }
}
@media (max-width: 600px) {
  .dining-sec-inner {
    height: auto;
  }
}

.wedding-img {
  object-fit: cover;
  width: 100%;
}
@media (min-width: 1025px) {
  .wedding-img {
    height: 28.6458333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .wedding-img {
    height: 28.6458333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .wedding-img {
    height: 400px;
  }
}
@media (max-width: 600px) {
  .wedding-img {
    height: 400px;
  }
}

.awards-slider img {
  object-fit: scale-down;
  width: 100%;
}
@media (min-width: 1025px) {
  .awards-slider img {
    height: 5.2083333333vw;
  }
}
@media (min-width: 1025px) and (max-width: 1700px) {
  .awards-slider img {
    height: 5.2083333333vw;
  }
}
@media (min-width: 600px) and (max-width: 1025px) {
  .awards-slider img {
    height: 100px;
  }
}
@media (max-width: 600px) {
  .awards-slider img {
    height: 100px;
  }
}
/*# sourceMappingURL=home.module.min.css.map */
