.main {
  width: 100%;
}

.main-hero {
  width: 100%;
  height: 100dvh;
  overflow: hidden;
  position: relative;
}

.main-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.main-content {
  position: absolute;
  left: 50%;
  top: 35%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

/* 
.hero-title {
  width: 100%;
  height: 100%;
  color: var(--white);
}

.hero-title img {
  width: 100%;
  height: 100%;
  object-fit: cover;
} */
/* новый тайтл */
.hero-main-title {
  font-family: "Playfair Display", serif;
  font-size: 170px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--white);
  line-height: 110%;
  letter-spacing: 0.06em;
}

.hero-subtitle {
  font-weight: 300;
  text-align: center;
  letter-spacing: -0.03em;
  color: var(--white);
}

.main-hero-card {
  position: absolute;
  bottom: -65%;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px;
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  max-width: 722px;
}

.main-hero-card__media {
  position: relative;
  width: 100%;
  height: 100%;
}

.main-hero-card__media-media {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-hero-card__media-logo {
  width: 70px;
  height: 70px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 50%);
  bottom: 0;
}

.main-hero-card__content {
  padding: 75px 32px 40px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.card__content-title {
  color: var(--gold);
  text-align: center;
}

.hero-card__content-description {
  text-align: center;
  color: var(--grey);
}

.hero-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--grey);
}

.main-section-services {
  display: flex;
  flex-direction: column;
}

.section-services-heading {
  padding: 140px 0 80px 0;
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.section-heading-container__logo {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}

.section-heading-subtitle-g {
  color: var(--grey);
  text-align: center;
}

.section-heading-subtitle-w {
  color: var(--white);
  text-align: center;
}

.section-heading-container__title {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.section-heading-container__title .title-h2 {
  font-weight: 300;
}

.section-heading-container__title .title-h4 {
  font-weight: 300;
  text-align: center;
}

.section-services-slider {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  height: 100dvh;
}

.section-services-slider__mobile {
  display: none;
}

.services-slider-right {
  width: 100%;
  height: 100dvh;
}

.services-slider-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.big-slide-background {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-image 0.4s ease-in-out;
  position: relative;
}

.big-slide-background::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.services-slider-left {
  height: 100dvh;
  padding: 0 80px 0 25px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: var(--white);
  background-image: url("../assets/images/bg-pattern.png");
  background-size: cover;
}

.slides-container {
  position: relative;
  width: 100%;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mobile-background {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.slide-item {
  position: absolute;
  width: 100%;
  transition: all 0.4s ease-out;
  transform-origin: center;
  will-change: transform;
}

.services-slider-card {
  display: flex;
  padding: 10px;
  border: 1px solid var(--light-gold);
  background-color: var(--white);
  width: 100%;
}

.services-slider-card__img {
  display: flex;
  width: 100%;
  min-width: 294px;
  max-height: 336px;
}

.services-slider-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services-slider-card__description {
  padding: 10px 10px 10px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card__description-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.slider-count {
  color: var(--grey);
}

.card__description-info-text {
  color: var(--grey);
  font-weight: 200;
}

.main-banner-paralax {
  width: 100%;
  height: 100dvh;
  overflow: hidden;
}

.main-banner-paralax img {
  width: 100%;
  height: 140%;
  object-fit: cover;
  position: relative;
  top: -20%;
}

.main-section-lifestyle {
  width: 100%;
  background-color: var(--blue);
}

.title-h2-section-color {
  font-family: inherit;
  color: var(--white);
}

.main-lifestyle-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0 80px 140px 80px;
}

.lifestyle-container-left {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
}

.lifstyle-title {
  padding: 28px 0;
  color: var(--white);
  transition: color 0.3s ease-in-out;
  cursor: pointer;
  position: relative;
}

.lifstyle-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--gold);
  transition: width 0.4s ease-in-out;
}

.lifstyle-title.active {
  color: var(--gold);
}

.lifstyle-title.active::after {
  width: 100%;
}

.lifstyle-title:hover {
  color: var(--gold);
}

.lifstyle-title:hover::after {
  width: 100%;
}

.lifestyle-container-right {
  height: 100%;
}

.lifestyle-card {
  height: 100%;
  padding: 10px;
  border: 1px solid var(--gold);
  display: flex;
  flex-direction: column;
}

.lifestyle-card__img {
  width: 100%;
  min-height: 390px;
  max-height: 390px;
  position: relative;
}

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

.lifestyle-card__img-logo {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 79px;
  height: 79px;
}

.lifestyle-text {
  color: var(--white);
  text-align: center;
  padding: 82px 62px 0 62px;
  transition: opacity 0.5s ease-in-out;
}

.lifestyle-text.content-changing {
  opacity: 0;
}

.lifestyle-card__img {
  transition: opacity 0.5s ease-in-out;
}

.lifestyle-card__img.content-changing {
  opacity: 0;
}

.main-section-highlights {
  background-color: var(--beige);
  padding-bottom: 140px;
}

.highlights-title {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.highlights-title span {
  font-family: inherit;
}

.highlights-title-1 {
  white-space: nowrap;
  padding-right: 25%;
}

.highlights-title-2 {
  white-space: nowrap;
  padding-left: 25%;
}

.main-highlights-container {
  height: 100dvh;
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
  overflow: hidden;
}

.hihlights-container-slider {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: calc(50% + 250px);
  display: flex;
  align-items: center;
}

.hihlights-container-slider .splide__track {
  height: 100%;
  width: 100vw;
  overflow: hidden;
  position: relative;
  padding-right: 0;
  z-index: 2;
  transform: translateX(-250px);
}

.hihlights-container-slider .splide__list {
  height: 100%;
  width: calc(100%);
  padding-right: 0;
}

.hihlights-container-slider .splide__slide {
  transform: scale(0.65, 0.65) translateY(-17%);
  transition: transform 0.6s ease, opacity 0.6s ease;
  opacity: 0.95;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.hihlights-container-slider .splide__slide.is-active {
  transform: scale(1);
  opacity: 1;
  z-index: 2;
  cursor: default;
  position: relative;
  z-index: 3;
}

.highlights-container-left {
  width: 50%;
  min-width: 50%;
  height: 100dvh;
  flex-shrink: 1;
  overflow: hidden;
}

.highlights-container-left__img {
  width: 100%;
  height: 100%;
}

.highlights-container-left__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
}

.highlights-bg-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-image 0.4s ease-in-out;
  position: relative;
}

.highlights-bg-image::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.highlights-container-right {
  width: 0;
}

.hightlights-card {
  padding: 10px 10px 30px 10px;
  border: 1px solid var(--light-gold);
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 500px;
  width: 500px;
  flex-shrink: 1;
  background-color: var(--white);
  position: relative;
  max-height: 594px;
  min-height: 594px;
}

.hightlights-card__img {
  width: 100%;
  max-width: 480px;
  max-height: 320px;
  height: 320px;
}

.hightlights-card__img img {
  width: 100%;
  height: 100%;
  max-width: 480px;
  max-height: 320px;
  object-fit: cover;
}

.hightlights-card__desc {
  padding: 15px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.hightlights-card__desc .title-h3 {
  text-align: center;
}

.hightlights-card__desc .body1 {
  text-align: center;
  padding: 0 15px;
  color: var(--grey);
}

.pagin-container {
  position: absolute;
  right: 10%;
  bottom: 10%;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 16px;
  z-index: 3;
  pointer-events: auto;
}

.btn-pagin {
  background-color: transparent;
  cursor: pointer;
  border: none;
  padding: 8px;
  transition: transform 0.2s ease;
  pointer-events: auto;
  z-index: 1;
  position: relative;
}

.main-section-about {
  display: flex;
  flex-direction: column;
}

.section-about-wrapper {
  display: flex;
  flex-direction: column;
  gap: 140px;
}

.our-story-container {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  height: 85dvh;
}

.our-story-container__left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* gap: 40px; */
  padding: 0 80px;
}

.our-story-title__con {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.our-story-title__con .title-h4 {
  color: var(--grey);
}

.our-story-container__right {
  width: 100%;
  height: 85dvh;
}

.our-story-container__right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}

.our-story-desc__con {
  display: grid;
  grid-template-columns: 0.9fr 3fr;
  row-gap: 40px;
}

.our-story-desc__con .body1 {
  grid-column: 2;
  grid-row: 1;
  color: var(--grey);
}

.story-desc__img {
  grid-column: 1;
  grid-row: 2;
}

.we-do-container {
  padding: 0 80px;
  width: 75%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.we-do-container .title-h4 {
  color: var(--grey);
}

.we-do-container .title-h3 {
  padding-right: 30%;
}

.we-do-desc__con {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.we-do-desc__con .body1 {
  color: var(--grey);
  padding-right: 50%;
}

.we-do-desc__img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.banner-about-container {
  padding: 80px 80px 140px 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: var(--white);
  background-image: url("../assets/images/bg-pattern.png");
  background-size: cover;
}

.banner-about__img {
  width: 75%;
}

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

.main-section-in-numbers {
  width: 100%;
  background-image: url("../assets/images/main/in-numbers/in-num-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 80px 320px 80px;

  display: grid;
  grid-template-columns: 1fr 4fr;
}

.main-section-in-numbers .title-h4 {
  color: var(--white);
}

.in-numbers-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.in-num-card-uniq {
  background-color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 295px;
}

.in-num-card-uniq .body1 {
  color: var(--white);
  text-align: center;
}

.in-num-card-uniq .body1 .title-h3 {
  color: var(--white);
  font-family: "Forum", serif;
}

.card-row__container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 50%;
}

.in-num-card {
  background-color: var(--white);
  padding: 10px;
  border: 1px solid var(--light-gold);
  height: 295px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.in-num-card__desc .body1 {
  color: var(--grey);
  text-align: center;
}

.in-num-card__desc .body1 .title-h3 {
  font-family: "Forum", serif;
}

.in-num-card__img {
  width: 100%;
  height: 150px;
  position: relative;
}

.in-num-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.in-num-card__img-logo {
  width: 38px;
  height: 38px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}

.in-num-card__img-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-highlights-container__mobile {
  display: none;
}

.main-lifestyle-container__mobile {
  display: none;
}

/* табы по скроллу */

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 768px) {

  .in-num-card,
  .in-num-card-uniq {
    opacity: 0;
    transform: translateY(30px);
  }

  .animate-delay-0 {
    animation: fadeInUp 0.6s ease-out 0s forwards;
  }

  .animate-delay-300 {
    animation: fadeInUp 0.6s ease-out 0.3s forwards;
  }

  .animate-delay-600 {
    animation: fadeInUp 0.6s ease-out 0.6s forwards;
  }

  .animate-delay-900 {
    animation: fadeInUp 0.6s ease-out 0.9s forwards;
  }
}

@media (max-width: 1600px) {
  .main-lifestyle-container {
    padding: 0 80px 140px 80px;
  }
}

@media (max-width: 1440px) {
  .hero-main-title {
    font-size: clamp(56px, 10.5vw, 170px);
  }

  .main-lifestyle-container {
    padding: 0 80px 140px 80px;
  }

  .our-story-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: auto;
  }

  .our-story-container__left {
    gap: 40px;
  }

  .our-story-container__right {
    height: auto;
  }
}

@media (max-width: 1280px) {
  .main-hero-card__content {
    padding: 65px 24px 32px 24px;
    gap: 16px;
  }

  .services-slider-left {
    padding: 0 40px 0 18px;
  }

  .services-slider-card__img {
    min-width: 215px;
    max-height: 336px;
  }

  .main-lifestyle-container {
    padding: 0 16px 140px 16px;
  }

  .our-story-container__left {
    padding: 0 36px;
  }

  .main-section-in-numbers {
    padding: 120px 24px 80px 24px;
    grid-template-columns: 100px 4fr;
  }

  .in-numbers-container {
    gap: 8px;
  }

  .lifestyle-text {
    padding: 62px 42px 0 42px;
  }
}

@media (max-width: 1024px) {
  .main-hero-card {
    bottom: -50%;
    width: calc(100% - 180px);
  }

  .main-hero-card__media {
    max-height: 370px;
  }

  .main-hero-card__media-media {
    max-height: 370px;
  }

  .services-slider-left {
    padding: 0 16px 0 16px;
  }

  .services-slider-card {
    flex-direction: column;
    align-items: center;
  }

  .services-slider-card__img {
    max-height: 270px;
    height: 270px;
  }

  .slider-count {
    font-size: 16px;
  }

  .card__description-info {
    align-items: center;
  }

  .card__description-info-text {
    text-align: center;
  }

  .services-slider-card-title {
    text-align: center;
  }

  .highlights-title {
    display: flex;
    flex-direction: column;
    width: auto;
    text-align: center;
  }

  .highlights-title-1 {
    white-space: normal;
    padding-right: 0;
    text-align: center;
  }

  .highlights-title-2 {
    white-space: normal;
    padding-left: 0;
    text-align: center;
  }

  .section-about-wrapper {
    gap: 60px;
  }

  .pagin-container {
    display: none;
  }

  .our-story-container__left {
    padding: 0 24px;
  }

  .our-story-desc__con {
    grid-template-columns: 1fr;
  }

  .our-story-desc__con .body1 {
    grid-column: 1;
    grid-row: 1;
  }

  .story-desc__img {
    grid-column: 1;
    grid-row: 2;
  }

  .we-do-container {
    padding: 0 24px;
    width: 100%;
  }

  .banner-about-container {
    padding: 24px 24px 60px 24px;
  }

  .banner-about__img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .main-hero-card {
    padding: 6px;
    width: calc(100% - 32px);
  }

  .main-hero-card__media-logo {
    width: 49px;
    height: 49px;
  }

  .main-hero-card__content {
    padding: 45px 10px 32px 10px;
    gap: 16px;
  }

  .section-services-slider {
    grid-template-columns: 1fr;
    position: relative;
  }

  .mobile-background {
    display: block !important;
  }

  .services-slider-right {
    display: none;
  }

  .services-slider-left {
    width: 100%;
    padding: 136px 20px 56px 20px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    background-color: transparent;
    background-image: none;
    height: auto;
  }

  .slides-container {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    overflow-x: visible;
    padding: 0;
    position: relative;
    height: auto;
    min-height: 100dvh;
    padding-bottom: 56px;
  }

  .slide-item {
    min-width: calc(100vw - 60px);
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .section-services-slider {
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: auto;
    touch-action: pan-y;
  }

  .section-services-slider #mobile-bg-image {
    height: 100dvh;
    width: 100%;
  }

  .services-slider-card {
    flex-direction: column;
    align-items: center;
    max-width: none;
    width: calc(100% - 20px);
    overflow: hidden;
    min-height: 588px;
    height: calc(100dvh - 257px);
  }

  .services-slider-card__img {
    width: 100%;
    min-width: auto;
    min-height: 270px;
    height: 270px;
  }

  .services-slider-card__description {
    flex-grow: 1;
    padding: 10px 10px;
    text-align: center;
    justify-content: flex-start;
  }

  .card__description-info {
    align-items: center;
    margin-top: 6px;
    height: 100%;
  }

  .card__description-info-text {
    text-align: center;
  }

  .card__description-info .btn-tertiary {
    margin-top: auto;
  }

  .services-slider-card-title {
    text-align: center;
  }

  .section-services-slider {
    display: none;
  }

  .section-services-slider__mobile {
    display: block;
    width: 100%;
    min-height: 100dvh;
    padding: 136px 0 56px 0;
    position: relative;
    overflow: hidden;
  }

  .mobile-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
  }

  .mobile-bg--current {
    z-index: 1;
  }

  .mobile-bg--next {
    z-index: 2;
    opacity: 0;
  }

  .mobile-bg--current.slide-out-left {
    animation: slideOutLeft 0.4s ease-in-out forwards;
  }

  .mobile-bg--current.slide-out-right {
    animation: slideOutRight 0.4s ease-in-out forwards;
  }

  .mobile-bg--next.slide-in-right {
    opacity: 1;
    animation: slideInRight 0.4s ease-in-out forwards;
  }

  .mobile-bg--next.slide-in-left {
    opacity: 1;
    animation: slideInLeft 0.4s ease-in-out forwards;
  }

  @keyframes slideOutLeft {
    from {
      transform: translateX(0);
    }

    to {
      transform: translateX(-100%);
    }
  }

  @keyframes slideOutRight {
    from {
      transform: translateX(0);
    }

    to {
      transform: translateX(100%);
    }
  }

  @keyframes slideInRight {
    from {
      transform: translateX(100%);
    }

    to {
      transform: translateX(0);
    }
  }

  @keyframes slideInLeft {
    from {
      transform: translateX(-100%);
    }

    to {
      transform: translateX(0);
    }
  }

  .section-services-slider__mobile .splide {
    position: relative;
    z-index: 3;
  }

  .section-services-slider__mobile .splide__slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .section-services-slider__mobile .services-slider-card {
    flex-direction: column;
    align-items: center;
    max-width: none;
    width: 100%;
    overflow: hidden;
    min-height: 588px;
    height: calc(100dvh - 257px);
  }

  .section-services-slider__mobile .services-slider-card__img {
    width: 100%;
    min-width: auto;
    min-height: 270px;
    height: 270px;
  }

  .section-services-slider__mobile .services-slider-card__description {
    flex-grow: 1;
    padding: 10px 10px;
    text-align: center;
    justify-content: flex-start;
  }

  .section-services-slider__mobile .card__description-info {
    align-items: center;
    margin-top: 6px;
    height: 100%;
  }

  .section-services-slider__mobile .card__description-info-text {
    text-align: center;
  }

  .section-services-slider__mobile .card__description-info .btn-tertiary {
    margin-top: auto;
  }

  .section-services-slider__mobile .services-slider-card-title {
    text-align: center;
  }

  .our-story-container {
    grid-template-columns: 1fr;
    padding: 0 24px;
    gap: 60px;
    max-height: max-content;
  }

  .our-story-container__left {
    padding: 0;
    grid-row: 2;
  }

  .our-story-container__right {
    grid-row: 1;
  }

  .story-desc__img {
    margin-left: auto;
  }
 
  .main-section-in-numbers {
    grid-template-columns: 1fr;
    gap: 40px;
    height: 100vh;
    padding-bottom: 40px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-align: center;
  }

  body.in-number-block-scroll {
    overflow: hidden !important;
    width: 100%;
    height: 100%;
    touch-action: none;
  }

  body.in-number-block-scroll .main-section-in-numbers {
    overflow-y: auto;
    touch-action: pan-y;
    -webkit-overflow-scrolling: touch;
  }

  .main-section-in-numbers::-webkit-scrollbar {
    display: none;
  }

  .main-section-in-numbers .title-h4 {
    text-align: center;
  }

  .in-numbers-container {
    grid-template-columns: 295px;
    gap: 40px;
    padding-bottom: 40px;
    justify-content: center;
    scroll-snap-type: y mandatory;
  }

  .card-row__container {
    padding-top: 0;
    gap: 40px;
  }

  .in-numbers-container .in-num-card,
  .in-num-card-uniq {
    opacity: 1;
    transform: translateY(0);
  }

  .in-num-card-uniq {
    width: 295px;
    height: 352px;
    min-height: 352px;
  }

  .in-num-card {
    width: 295px;
    height: 352px;
    scroll-snap-align: start;
  }

  .in-num-card:last-child {
    scroll-snap-align: end;
  }
  
  .in-num-card__img {
    height: 180px;
  }

  .num-grid-1 {
    grid-row: 2;
  }

  .num-grid-2 {
    grid-row: 1;
  }

  .main-lifestyle-container {
    display: none;
  }

  .main-lifestyle-container__mobile {
    display: flex;
    flex-direction: column;
    padding: 20px 15% 80px 15%;
  }

  .life-style-mobile-item {
    padding: 30px 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    border-bottom: 1px solid var(--gold);
  }

  .lifestyle-card__mobile {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.4s ease-in-out;
  }

  .life-style-mobile-item.active:first-child {
    border: 1px solid var(--gold);
    padding-bottom: 10px;
  }

  .life-style-mobile-item.active {
    border: 1px solid var(--gold);
    border-top: none;
    padding-bottom: 10px;
  }

  .life-style-mobile-item.active .lifestyle-card__mobile {
    max-height: 600px;
    opacity: 1;
  }

  .lifestyle-text__mobile {
    color: var(--white);
    text-align: center;
    padding: 0 10px;
  }

  .lifestyle-card__img-mobile {
    width: 100%;
    height: 221px;
    position: relative;
  }

  .lifestyle-card__img-mobile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .lifestyle-card__img-logo-mobile {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: rotate(180deg) translate(50%, 50%);
  }

  .lifestyle-card__img-logo-mobile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .lifstyle-title__mobile {
    text-align: center;
  }

  .btn-lifestyle {
    color: var(--white);
  }

  .life-style-mobile-item.active .btn-lifestyle {
    display: none;
  }

  .main-banner-paralax {
    height: 50dvh;
  }
}

@media (max-width: 600px) {
  .hero-title {
    width: 254px;
  }

  .hero-dot {
    width: 6px;
    height: 6px;
  }

  .title-h4 .hero-subtitle br {
    display: none;
  }

  .main-section-services .section-services-heading .section-heading-container__title .title-h4 br {
    display: none;
  }

  .main-section-lifestyle .section-services-heading .section-heading-container__title .title-h4 br {
    display: none;
  }

  .main-section-highlights .section-services-heading .section-heading-container__title .title-h4 br {
    display: none;
  }

  .main-section-about .section-services-heading .section-heading-container__title .title-h4 br {
    display: none;
  }

  .section-about-wrapper {
    gap: 20px;
  }

  .our-story-container {
    padding: 0 16px;
  }

  .we-do-container {
    padding: 0 16px;
  }

  .we-do-container .title-h4 {
    color: var(--grey);
  }

  .we-do-container .title-h3 {
    padding-right: 0;
  }

  .we-do-desc__con {
    gap: 40px;
  }

  .we-do-desc__con .body1 {
    padding-right: 0;
  }

  .we-do-desc__img {
    position: static;
    right: 0;
    bottom: 0;
  }

  .banner-about-container {
    padding: 40px 16px 80px 16px;
  }

  .section-services-heading {
    padding: 100px 16px 60px 16px;
  }

  .main-section-in-numbers {
    padding: 60px 16px 0px 16px;
  }

  .main-highlights-container {
    display: none;
  }

  .hihlights-container-slider {
    display: none;
  }

  .pagin-container {
    display: none;
  }

  .main-highlights-container__mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("../assets/images/main/highlights-slider/high-slide-img1.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    position: relative;
  }

  .main-highlights-container__mobile .slide {
    width: 100%;
    height: 100%;
  }

  .hightlights-card__mobile {
    padding: 10px 10px 30px 10px;
    border: 1px solid var(--light-gold);
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 500px;
    background-color: var(--white);
  }

  .hightlights-card__mobile .hightlights-card__img {
    height: 320px;
  }

  .main-lifestyle-container__mobile {
    display: flex;
    flex-direction: column;
    padding: 20px 16px 80px 16px;
  }

  .main-section-highlights {
    padding-bottom: 0;
  }

  .in-num-card__desc {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
}