html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

footer,
nav,
section {
  display: block;
}

video {
  vertical-align: baseline;
  display: inline-block;
}

a {
  background-color: #0000;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

img {
  border: 0;
}



* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  color: #333;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

h1,
h2,
h4,
h5 {
  margin-bottom: 10px;
  font-weight: bold;
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}

h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

.w-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.w-container:before,
.w-container:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-container:after {
  clear: both;
}

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
}

@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
}

.w-background-video {
  color: #fff;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.w-background-video>video {
  object-fit: cover;
  z-index: -100;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  inset: -100%;
}

.w-background-video>video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important;
}

@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}

.w-nav {
  z-index: 1000;
  background: #ddd;
  position: relative;
}

.w-nav:before,
.w-nav:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-nav:after {
  clear: both;
}

.w-nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative;
}

.w-nav-menu {
  float: right;
  position: relative;
}

.w-nav-overlay {
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.w-nav-button {
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative;
}

.w-nav-button:focus {
  outline: 0;
}

@media screen and (max-width: 767px) {

  .w-nav-brand {
    padding-left: 10px;
  }
}

:root {
  --black: #1e1e1e;
  --white: white;
  --gray: #ededed;
  --red: #ff4141;
  --dark-blue: #05273c;
  --light-sweet-grey: #a3bac3;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 1.2em;
}

h1 {
  text-transform: uppercase;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 68px;
  font-weight: 800;
  line-height: 1em;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 800;
  line-height: 1em;
}

h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.2em;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1em;
}

p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.2em;
}

a {
  color: var(--black);
  text-decoration: none;
}

.container {
  max-width: none;
  margin-left: 4.5vw;
  margin-right: 4.5vw;
}

.container.nav-container {
  width: 100%;
}

.hero-video {
  justify-content: space-between;
  align-items: flex-end;
  height: 100vh;
  padding-bottom: 88px;
  display: flex;
}

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
}

.animated-slogan {
  flex: 0 auto;
  display: none;
  position: absolute;
  inset: auto 4.5vw 4.5vw auto;
}

.image {
  position: absolute;
  inset: 38% 0% 0% 38%;
}

.nav-icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.line {
  background-color: var(--white);
  border-radius: 5px;
  width: 35px;
  height: 4px;
}

.line.midline {
  width: 23px;
}

.social-media-flex {
  z-index: 1;
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  margin-right: 4.5vw;
  position: absolute;
  inset: 23% 0% 0% auto;
}

.social-media-flex._2 {
  top: 88px;
}

.categories-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 88px;
}

.category-item {
  background-color: var(--black);
  background-position: 0 0;
  background-size: auto;
  justify-content: flex-end;
  align-items: center;
  height: 1080px;
  padding-bottom: 88px;
}

.category-item.football {
  background-image: url("image/foot.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.category-item.basketball {
  background-image: url("image/basketball.jpg");
  background-position: 50%;
  background-size: cover;
}

.category-item.tennis {
  background-image: url("image/tennis3.jpg");
  background-position: 50%;
  background-size: cover;
}

.category-item.swim {
  background-image: url("image/pool.jpg");
  background-position: 50%;
  background-size: cover;
}

.category-item.volley {
  background-image: url("image/voll.jpg");
  background-position: 50%;
  background-size: cover;
}

.category-item.fitness {
  background-image: url("image/gyms.jpg");
  background-position: 50%;
  background-size: cover;
}

.white {
  z-index: 1;
  color: var(--white);
}

.white.cta-title {
  max-width: 80%;
}

.category-item {
  text-align: center;
  justify-content: center;
  align-items: flex-end;
  height: 688px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.features {
  margin-top: 128px;
  margin-bottom: 128px;
}

.featured-item {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.featured-title {
  max-width: 888px;
}

.experts {
  margin-top: 128px;
  margin-bottom: 128px;
  overflow: hidden;
}

.expert-item {
  grid-column-gap: 128px;
  grid-row-gap: 128px;
  background-color: #ededed;
  background-image: linear-gradient(4deg, var(--gray), var(--white));
  border-radius: 0 0 292px 292px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding-top: 128px;
  display: flex;
}

.expert-position {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2em;
}

.expert-title {
  text-align: center;
  margin-top: 18px;
  font-size: 22px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.2em;
}

.expert-img {
  border-radius: 244px;
  height: 288px;
}

.offer-box {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-image: linear-gradient(45deg, #000, #1e1e1e00), url("image/lines.jpg");
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 128px;
  margin-bottom: 128px;
  padding: 4.5vw;
  display: flex;
  position: relative;
}

.text-span {
  color: var(--red);
}

.offer-features-wrapper {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  align-items: stretch;
}

.offer-feature-item {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  align-items: flex-start;
  font-size: 18px;
  display: flex;
}

.price {
  color: var(--white);
  font-size: 68px;
  font-weight: 200;
  line-height: 1.2em;
}

.price-note {
  color: #f7f155;
  font-size: 18px;
  font-weight: 300;
}

.offer-note {
  color: var(--white);
  max-width: 70%;
  font-size: 18px;
  font-weight: 100;
}

.button {
  flex-flow: column;
  justify-content: center;
  align-self: flex-end;
  align-items: flex-end;
  max-width: 188px;
  display: flex;
  position: relative;
}

.button-icon-box {
  background-color: var(--red);
  border-radius: 100%;
  justify-content: space-between;
  width: 60px;
  height: 60px;
  padding: 24px;
  display: flex;
}

.button-text {
  text-align: right;
  margin-top: -18px;
  margin-right: 33px;
  font-size: 22px;
  font-weight: 500;
}

.testimonials {
  margin-top: 128px;
  margin-bottom: 148px;
}

.events {
  margin-top: 88px;
  margin-bottom: 88px;
}

.events-heading-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 88px;
}

.button-text {
  z-index: 1;
  position: relative;
}

.button-text.black {
  color: var(--black);
}

.event-item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: flex-end;
  height: 688px;
  padding: 38px;
  display: flex;
  position: relative;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.overlay {
  z-index: 0;
  background-image: linear-gradient(#1e1e1e00, #1e1e1e00 39%, #1e1e1ee6 77%, #000);
  position: absolute;
  inset: 0%;
}

.event-title {
  color: var(--white);
}

.div-block {
  position: relative;
}

.event-desc {
  color: var(--white);
  margin-top: 24px;
  font-weight: 200;
}

.date {
  color: var(--white);
  font-size: 28px;
  font-weight: 200;
}

.dt-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.event-footer {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 88px;
}

.contact-cta {
  margin-top: 88px;
  margin-bottom: 88px;
}

.footer {
  background-color: var(--black);
  background-image: url("image/footer-bg.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.footer-slogan {
  color: var(--white);
  margin-top: 28px;
  font-size: 22px;
  line-height: 1.2em;
}

.footer-links-wrapper {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
}

.footer-link {
  color: var(--white);
  font-size: 16px;
}

.footer-links {
  grid-column-gap: 128px;
  grid-row-gap: 128px;
  margin-top: 88px;
  margin-bottom: 48px;
}

.copy-right {
  color: var(--white);
  font-size: 16px;
  font-weight: 200;
}

.footer-info {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 4.5vw;
  display: flex;
}

.nav-list-wrapper {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #05273ccc;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 35%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.nav-link {
  color: var(--white);
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2em;
}

.nav-link-wrapper {
  border-bottom: 1px solid var(--light-sweet-grey);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 3vw;
  display: flex;
}

.link-icon {
  opacity: 0;
  width: 30px;
}

.social-media-wrapper-2 {
  grid-column-gap: 88px;
  grid-row-gap: 88px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 3vw;
}

.close-button {
  cursor: pointer;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  width: 88px;
  padding: 28px;
  display: block;
}

.category-title {
  z-index: 2;
  color: var(--white);
  text-align: left;
  width: 1px;
  font-size: 58px;
  position: relative;
}

.categories {
  margin-top: 128px;
  margin-bottom: 128px;
}

.top-maring--88 {
  margin-top: 88px;
}

.features-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 128px;
}

.feature-order {
  font-size: 28px;
  font-weight: 300;
}

.feature-img-wrapper {
  height: 386px;
}

.feature-img-wrapper._1 {
  background-image: url("image/sport2.jpg");
  background-position: 50%;
  background-size: cover;
}

.feature-img-wrapper._2 {
  background-image: url("image/sport3.jpg");
  background-position: 50%;
  background-size: cover;
}

.feature-img-wrapper._3 {
  background-image: url("image/kids.jpg");
  background-position: 50%;
  background-size: cover;
}

.feature-img-wrapper._4 {
  background-image: url("image/tennis4.jpg");
  background-position: 50%;
  background-size: cover;
}

.feature-img-wrapper._5 {
  background-image: url("image/massage.jpg");
  background-position: 50%;
  background-size: cover;
}

.feature-item-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2em;
}

.img-mask {
  background-color: var(--white);
}

.experts-flex {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: row;
  margin-top: 48px;
}

.offer-title {
  color: var(--white);
  font-size: 68px;
}

.offer-info-2 {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
}

.offer-info {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex: 1;
}

.cta-wrapper {
  grid-column-gap: 88px;
  grid-row-gap: 88px;
  background-image: url("image/cta.jpg");
  background-position: 50%;
  background-size: cover;
  justify-content: space-between;
  align-items: flex-end;
  padding: 124px 48px;
}

.close-icon {
  width: 80%;
}

.social-media-mobile {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: row;
  margin-top: 28px;
  margin-bottom: 48px;
  display: none;
}

.category-overlay {
  opacity: 0;
  background-image: linear-gradient(8deg, #000, #fff0);
  position: absolute;
  inset: 0%;
}

.grid {
  grid-row-gap: 118px;
  grid-template-columns: 1fr;
  margin-top: 88px;
}

.testimonial-item {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  background-color: var(--dark-blue);
  height: 588px;
  display: flex;
  position: relative;
}

.testi-author {
  color: var(--white);
  font-size: 28px;
  font-weight: 700;
}

.testi-title {
  color: var(--light-sweet-grey);
  margin-top: 8px;
  font-size: 18px;
}

.testi-desc {
  color: var(--white);
  width: 50%;
  margin-top: 18px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4em;
}

.quote-1 {
  margin-top: 28px;
}

.testimonial-img {
  object-fit: cover;
  object-position: 50% 0%;
  width: 30%;
  height: 658px;
  position: absolute;
  inset: -6% 38px auto auto;
}

.testimonial-info {
  padding: 38px;
}

.quote-2 {
  position: absolute;
  inset: auto 60px -18px auto;
}

.navbar {
  background-color: #ddd0;
  justify-content: space-between;
  align-items: center;
  height: 120px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.menu-button {
  background-color: #c8c8c800;
  padding-right: 0;
}

.brand {
  padding-left: 0;
}

.close-button-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (min-width: 1440px) {
  h1 {
    font-size: 88px;
  }

  h2 {
    font-size: 68px;
  }

  h4 {
    font-size: 54px;
  }

  h5 {
    font-size: 34px;
  }

  p {
    font-size: 22px;
  }

  .animated-slogan {
    width: 144px;
    display: block;
  }

  .categories-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .category-item {
    height: 788px;
  }

  .featured-title {
    max-width: 888px;
  }

  .expert-title {
    font-size: 24px;
  }

  .offer-note {
    flex: 1;
  }

  .button-icon-box {
    width: 60px;
    height: 60px;
    padding: 24px;
  }

  .button-text {
    font-size: 22px;
  }

  .testimonials {
    margin-bottom: 14px;
  }

  .events,
  .contact-cta {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .footer-slogan {
    font-size: 24px;
  }

  .footer-links-wrapper {
    overflow: hidden;
  }

  .footer-link {
    font-size: 18px;
  }

  .footer-links {
    margin-bottom: 88px;
  }

  .copy-right {
    font-size: 18px;
  }

  .nav-link {
    font-size: 28px;
    line-height: 1.2em;
  }

  .nav-link-wrapper {
    padding: 2vw;
  }

  .logo {
    max-width: 80%;
  }

  .category-title {
    font-size: 68px;
  }

  .feature-img-wrapper {
    height: 486px;
  }

  .feature-item-title {
    font-size: 24px;
  }

  .experts-flex {
    grid-column-gap: 68px;
    grid-row-gap: 68px;
    margin-top: 68px;
  }

  .offer-title {
    font-size: 88px;
  }

  .offer-info-2 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .grid {
    grid-column-gap: 22px;
    grid-row-gap: 188px;
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-item {
    height: 478px;
  }

  .testi-author {
    font-size: 34px;
  }

  .testi-title {
    margin-top: 18px;
  }

  .testi-desc {
    width: 44%;
  }

  .testimonial-img {
    width: 288px;
    height: 558px;
    top: -38px;
    right: 38px;
  }

  .quote-2 {
    bottom: -28px;
  }
}

@media screen and (min-width: 1920px) {
  h1 {
    font-size: 128px;
  }

  h2 {
    font-size: 88px;
  }

  h4 {
    font-size: 68px;
  }

  h5 {
    font-size: 48px;
  }

  p {
    font-size: 28px;
  }

  .animated-slogan {
    width: 154px;
  }

  .category-item {
    height: 1080px;
  }

  .features {
    margin-top: 188px;
    margin-bottom: 188px;
  }

  .featured-title {
    max-width: 1050px;
  }

  .experts {
    margin-top: 188px;
    margin-bottom: 188px;
  }

  .expert-position {
    font-size: 38px;
  }

  .expert-title {
    font-size: 28px;
  }

  .expert-img {
    height: 388px;
  }

  .offer-box {
    margin-top: 188px;
    margin-bottom: 188px;
  }

  .offer-features-wrapper {
    font-size: 22px;
  }

  .price {
    font-size: 88px;
  }

  .offer-note {
    max-width: 52%;
  }

  .button-icon-box {
    width: 90px;
    height: 90px;
    padding: 34px;
  }

  .button-text {
    font-size: 28px;
  }

  .testimonials,
  .events {
    margin-top: 188px;
    margin-bottom: 188px;
  }

  .event-item {
    height: 888px;
  }

  .contact-cta {
    margin-top: 188px;
    margin-bottom: 188px;
  }

  .footer-slogan {
    font-size: 28px;
  }

  .footer-link,
  .copy-right {
    font-size: 22px;
  }

  .nav-list-wrapper {
    overflow: scroll;
    transform: none;
  }

  .nav-link {
    font-size: 38px;
  }

  .link-icon {
    width: 40px;
  }

  .logo {
    max-width: 100%;
  }

  .category-title {
    font-size: 88px;
  }

  .categories {
    margin-top: 188px;
    margin-bottom: 188px;
  }

  .feature-order {
    font-weight: 400;
  }

  .feature-img-wrapper {
    height: 586px;
    position: relative;
  }

  .feature-item-title {
    font-size: 28px;
  }

  .img-mask {
    height: 0%;
    position: absolute;
    inset: auto 0% 0%;
  }

  .experts-flex {
    grid-column-gap: 88px;
    grid-row-gap: 88px;
    flex-flow: row;
    margin-top: 88px;
  }

  .offer-title {
    font-size: 108px;
  }

  .cta-wrapper {
    padding-left: 88px;
    padding-right: 88px;
  }

  .grid {
    grid-column-gap: 44px;
    grid-row-gap: 218px;
    margin-top: 188px;
    margin-bottom: 188px;
  }

  .testimonial-item {
    height: 638px;
  }

  .testi-author {
    font-size: 48px;
    line-height: 1.2em;
  }

  .testi-title {
    margin-top: 18px;
    font-size: 22px;
  }

  .testi-desc {
    margin-top: 28px;
    font-size: 22px;
  }

  .quote-1 {
    margin-top: 38px;
  }

  .testimonial-img {
    width: 388px;
    height: 738px;
    top: -7%;
  }

  .quote-2 {
    bottom: -38px;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 18px;
  }

  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 38px;
  }

  h4,
  h5 {
    font-size: 28px;
  }

  .hero-video {
    padding-bottom: 28px;
  }

  .animated-slogan {
    justify-content: space-between;
    align-self: flex-end;
    align-items: stretch;
    display: none;
  }

  .image {
    width: 25%;
  }

  .categories-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .white.cta-title {
    max-width: 100%;
  }

  .category-item {
    width: 100%;
    height: 488px;
    padding-bottom: 38px;
  }

  .features {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .experts {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .expert-item {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .expert-position {
    font-size: 28px;
  }

  .expert-title {
    font-size: 22px;
  }

  .expert-img {
    height: 288px;
  }

  .offer-box {
    background-image: linear-gradient(#00000080, #00000080), linear-gradient(40deg, #1e1e1e, #1e1e1e00), url("image/lines.jpg");
    background-position: 0 0, 0 0, 70%;
    background-size: auto, auto, cover;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 88px;
    margin-bottom: 88px;
    padding: 5.5vw 4.5vw;
  }

  .price {
    font-size: 68px;
  }

  .offer-note {
    max-width: 50%;
    font-size: 16px;
  }

  .button {
    order: 1;
    align-self: flex-end;
    max-width: 188px;
  }

  .button-icon-box {
    width: 60px;
    height: 60px;
    padding: 24px;
  }

  .button-text {
    font-size: 22px;
  }

  .button-text.white {
    margin-right: 25px;
  }

  .testimonials {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .events {
    margin-top: 128px;
    margin-bottom: 128px;
  }

  .event-item {
    height: 488px;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .date {
    font-size: 22px;
  }

  .event-footer {
    margin-top: 48px;
  }

  .footer {
    background-position: 50%;
    background-size: cover;
  }

  .footer-info {
    padding-top: 8.5vw;
    padding-bottom: 8.5vw;
  }

  .nav-list-wrapper {
    background-color: #05273cf2;
    width: 70%;
  }

  .nav-link-wrapper,
  .social-media-wrapper-2 {
    padding: 5vw;
  }

  .category-title {
    font-size: 48px;
  }

  .top-maring--88 {
    margin-top: 0;
  }

  .features-grid {
    grid-row-gap: 68px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .feature-item-title {
    font-size: 22px;
  }

  .offer-title {
    font-size: 48px;
  }

  .offer-info-2 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .cta-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    padding: 88px 48px;
  }

  .testimonial-img {
    width: 40%;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 32px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 18px;
  }

  p {
    font-size: 16px;
  }

  .social-media-flex,
  .social-media-flex._2 {
    display: none;
  }

  .categories-grid {
    grid-template-columns: 1fr 1fr;
  }

  .category-item {
    height: 388px;
  }

  .features {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .featured-title {
    max-width: 388px;
  }

  .experts {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .expert-position {
    font-size: 18px;
  }

  .expert-title {
    margin-top: 12px;
    font-size: 16px;
  }

  .expert-img {
    height: 188px;
  }

  .offer-box {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .offer-feature-item {
    font-size: 16px;
  }

  .price {
    font-size: 58px;
  }

  .offer-note {
    max-width: none;
  }

  .button {
    justify-content: center;
    align-items: flex-end;
    max-width: none;
  }

  .button-text {
    font-size: 18px;
  }

  .event-item {
    height: 388px;
    padding: 22px;
  }

  .overlay {
    background-image: linear-gradient(#1e1e1e00, #1e1e1e00 39%, #1e1e1ee6 57%, #1e1e1e);
  }

  .event-title {
    font-size: 22px;
  }

  .event-desc {
    margin-top: 18px;
    font-size: 14px;
  }

  .date {
    font-size: 18px;
  }

  .event-footer {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-flow: column;
    align-items: stretch;
    margin-top: 28px;
  }

  .footer-slogan {
    font-size: 22px;
  }

  .footer-links {
    margin-top: 88px;
  }

  .footer-info {
    padding-top: 14vw;
    padding-bottom: 14vw;
  }

  .nav-list-wrapper {
    width: 100%;
  }

  .nav-link {
    font-size: 28px;
  }

  .nav-link-wrapper,
  .social-media-wrapper-2 {
    padding: 8vw;
  }

  .category-title {
    font-size: 38px;
    transform: translate(100px, 40px)rotate(-90deg);
  }

  .features-grid {
    grid-template-columns: 1fr 1fr;
  }

  .offer-title {
    font-size: 38px;
  }

  .offer-info-2 {
    flex-flow: column;
    align-items: stretch;
  }

  .cta-wrapper {
    padding: 58px 28px;
  }

  .social-media-mobile {
    display: flex;
  }

  .grid {
    grid-row-gap: 88px;
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-item {
    flex-flow: column;
    justify-content: space-between;
    height: auto;
  }

  .testi-title {
    margin-top: 18px;
    font-size: 16px;
  }

  .testi-desc {
    width: 100%;
  }

  .quote-1 {
    width: 20%;
  }

  .testimonial-img {
    width: 100%;
    height: 360px;
    margin-right: 28px;
    padding: 0 18px 18px;
    position: static;
    top: 70%;
    right: 28px;
  }

  .testimonial-info {
    padding: 48px 18px 8px;
  }

  .quote-2 {
    width: 30%;
    bottom: 40px;
    right: 40px;
  }

  .brand {
    width: 180px;
  }
}

@media screen and (max-width: 479px) {

  .slogan,
  .social-media-flex._2 {
    display: none;
  }

  .category-item {
    height: 288px;
  }

  .featured-item {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    justify-content: flex-start;
  }

  .expert-item {
    flex-flow: column;
  }

  .offer-box {
    padding-top: 14vw;
    padding-bottom: 14vw;
  }

  .price {
    font-size: 48px;
  }

  .offer-note {
    font-size: 15px;
    font-weight: 200;
  }

  .events {
    margin-top: 88px;
    margin-bottom: 88px;
  }

  .events-heading-wrapper {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .footer {
    background-position: 100%;
  }

  .footer-slogan {
    font-size: 16px;
  }

  .footer-links {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-flow: column;
  }

  .nav-link-wrapper {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }

  .footer-logo {
    max-width: 80%;
  }

  .category-title {
    font-size: 28px;
    transform: translate(48px, 40px)rotate(-90deg);
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .cta-wrapper {
    padding: 38px 18px;
  }

  .grid {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .quote-2 {
    bottom: 30px;
    right: 30px;
  }
}


/* === ГЛОБАЛЬНО: убираем горизонтальный скролл === */
html,
body {
  overflow-x: hidden;
}

/* === Бургер всегда виден (и на десктопе) === */

.w-nav-button,
.menu-button {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Чуть выше z-index, чтобы бургер и меню были поверх */
.navbar {
  z-index: 1200;
}

.nav-list-wrapper {
  z-index: 1300;
  transform: translateX(100%);
  /* стартовое состояние – спрятано справа */
  will-change: transform;
}

/* Оверлей под выезжающим меню */
.w-nav-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1250;
}

/* === Карточки категорий: название по ховеру === */

.category-item {
  position: relative;
  overflow: hidden;
}

/* затемнение при ховере */
.category-overlay {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.category-title {
  z-index: 2;
  color: var(--white);
  width: auto;
  padding: 14px 20px;
  font-size: 32px;
  text-align: left;
  position: relative;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* на десктопах название появляется только при наведении */
.category-item:hover .category-overlay,
.category-item:focus-within .category-overlay {
  opacity: 1;
}

.category-item:hover .category-title,
.category-item:focus-within .category-title {
  opacity: 1;
  transform: translateY(0);
}
.hide {
  display: none;
}

/* На мобильных/планшетах всегда показываем название (нет hover) */
@media screen and (max-width: 767px) {
  .category-title {
    opacity: 1;
    transform: none;
    position: static;
    text-align: center;
    font-size: 19px;
  }

  .category-overlay {
    opacity: 0.4;
  }
  .hide {
    display: block;
    width: 100%;
    height: 700px;
    background-size: cover;
  }
  .show {
    display: none;
    
  }
}

/* === Эксперты: горизонтальная бесконечная лента === */

.experts {
  overflow: hidden;
}

.experts-flex {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 48px;
  will-change: transform;
}

.expert-item {
  flex: 0 0 auto;
  /* фиксированная ширина карточки для бегущей ленты */
}

/* === Отзывы: просто статичные блоки, без "слайдера" === */
/* (высоту оставим авто, чтобы не ломать адаптив) */

.testimonial-item {
  height: auto;
}

@media screen and (min-width: 1440px) {
  .testimonial-item {
    height: auto;
  }
}

/* немного страхуемся от случайных переполнений */
.container,
.w-layout-blockcontainer {
  max-width: 100%;
  overflow-x: clip;
}
.foot {
  background-image: url("image/foot.jpg")
}
.play {
  background-image: url("image/play.jpg")
}
.basketb {
  background-image: url("image/basketb.jpg")
}
.text-w {
  color: white;
}