* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  direction: rtl;
}

@font-face {
  font-family: 'black';
  src: url(./fonts/RAG-Sans-CellcomTV_2022-Black.ttf) format('truetype');
}

@font-face {
  font-family: 'bold';
  src: url(./fonts/RAG-Sans-CellcomTV_2022-Bold.ttf) format('truetype');

}

@font-face {
  font-family: 'light';
  src: url(./fonts/RAG-Sans-CellcomTV_2022-Light.ttf) format('truetype');
}

@font-face {
  font-family: 'medium';
  src: url(./fonts/RAG-Sans-CellcomTV_2022-Medium.ttf) format('truetype');
}

@font-face {
  font-family: 'regular';
  src: url(./fonts/Aa_RagSans-Cellcom-Regular.ttf) format('truetype');
}

@font-face {
  font-family: 'extraBold';
  src: url(./fonts/RAG-Sans-Cellcom-ExtraBold.ttf) format('truetype');
}

@font-face {
  font-family: 'semiBold';
  src: url(./fonts/Aa_RagSans-Cellcom-SemiBold.ttf) format('truetype');
}

@keyframes fadeUp {
  from {
    transform: translateY(50%);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeOverlay {
  from {
    opacity: 0;
    transform: translateY(-50%, -50%);
  }

  to {
    opacity: 1;
    transform: translateY(-50%, 0);
  }

}

@keyframes fadeInLeft {
  from {
    transform: translateX(-120%);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeInRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

body {
  line-height: 1;
  background-color: #161816;
}

.main {
  min-width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  letter-spacing: 0vw;
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100svh;
  background: white;
  z-index: 9999;
}

.hidden-slide {
  visibility: hidden;
  pointer-events: none;
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

.vimeo-btn {
  position: absolute;
  bottom: 2vw;
  right: 2vw;
  z-index: 10;
  background-color: #161816;
  border: none;
  cursor: pointer;

}

.vimeo-btn:hover {
  background: rgba(0, 0, 0, 0.8);
}

.vimeo-btn img {
  width: 2vw;
  height: 2vw;
  pointer-events: none;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.333vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: transparent;
  z-index: 5;

}

.navLinks {
  display: flex;
  gap: 1.458vw;
  margin-right: 3.75vw;
  display: none;
}

.navigations {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.094vw;
  color: white;
  text-decoration: none;
  font-size: 1.031vw;
  font-family: 'regular';
}

.logo {
  width: 5.365vw;
  height: 1.875vw;
  align-items: center;
  margin-right: 2.083vw;

  margin-top: 0.729vw;

}

.ctaGroup {
  display: flex;
  align-items: center;
  gap: 1.25vw;
  margin-right: auto;
}

.ghostLink {
  color: white;
  font-size: 0.938vw;
  font-family: 'semiBold';
  margin-top: 0.7vw;
  cursor: pointer;

}

.toSite {
  background-color: #ffffff;
  font-size: 0.9vw;
  color: #9631FF;
  border: none;
  font-family: 'semiBold';
  border-radius: 2vw;
  width: 7.448vw;
  height: 2.083vw;
  display: flex;
  margin-top: 0.625vw;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 999;
  line-height: 2.083vw;
  margin-left: 2.083vw;


}

.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  padding: 0;
  overflow: hidden;
}

.videoContent {
  font-family: 'extraBold';
  margin-right: 12.76vw;
  margin-bottom: 6.667vw;
  z-index: 2;
  pointer-events: none;
}

.video-background video {
  width: 100%;
  height: 100%;
  padding: 0;
  object-fit: cover;

}

.videoSection {
  width: 100%;
  height: 38.75vw;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 0;
  color: white;
  text-align: right;
}

@media (min-width: 769px) {
  .videoSection::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6vw;
    background: linear-gradient(to top,
        rgba(0, 0, 0, 0.9) 0%,
        rgba(0, 0, 0, 0.5) 40%,
        rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
    z-index: 1;
  }

  .cardsSection::before {
    content: "";
    position: absolute;
    top: 20;
    left: 0;
    width: 100%;
    height: 10vw;
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.9) 0%,
        rgba(0, 0, 0, 0.5) 40%,
        rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
    z-index: 1;
  }
}

.titleSection {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 13.854vw;
  background-color: #000000;
  align-items: center;
}

.title1 {
  font-size: 5.208vw;
  line-height: 4.167vw;
  font-family: 'extraBold';
  text-shadow: 0 0 0.3vw #fff;

  letter-spacing: 0vw;
  color: white;
  text-align: center;
  margin-top: 2.5vw;
  align-items: center;

}

.toSite2 {
  background-color: #9631FF;
  font-size: 1.042vw;
  color: #ffffff;
  border: none;
  font-family: 'semiBold';
  border-radius: 2vw;
  width: 13.542vw;
  height: 2.604vw;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-top: 2.083vw;

}

.joinBtn {
  background-color: #9631FF;
  color: white;
  border: none;
  width: 14.583vw;
  height: 2.604vw;
  border-radius: 2vw;
  margin-top: 1.667vw;
  font-size: 1vw;
  font-family: 'medium';
  cursor: pointer;
  text-decoration: none;
  margin-bottom: 1vw;
  pointer-events: all;
}

.cardsSection {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 36.406vw;
  background-color: #161816;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

}

.cardsRow {
  display: flex;
  gap: 1.3vw;
  align-items: baseline;
  justify-content: center;
  width: 100%;
  flex-direction: row;
  margin-top: 1.5vw;
}

.cardImg {
  width: 17.656vw;
  height: unset;
  aspect-ratio: unset;
  object-fit: contain;
}

.title2 {
  font-size: 1.7vw;
  color: rgb(255, 255, 255);
  width: 22.448vw;
  text-shadow: 0 0 0.02vw #fff;
  font-family: 'semiBold';
  text-align: center;
  margin-top: 2.5vw;
  z-index: 2;
}

.boldRow {
  font-family: 'extraBold';
  margin-top: -0.104vw;
  text-shadow: 0 0 0.2vw #fff;
  font-size: 4.167vw;
  line-height: 3.125vw;

}

.sportSection {
  height: 34.375vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  background-image: url('./images/bg-sports.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.title3 {
  font-size: 1.875vw;
  text-align: right;
  text-shadow: 0 0 0.02vw #fff;
  line-height: 1.875vw;
  color: white;
  font-family: 'semiBold';
  align-self: flex-start;
  margin-top: 13.62vw;
  margin-right: 12.76vw;
}

.title3 .boldWord {
  font-family: 'extraBold';
  font-size: 4.167vw;
  line-height: 3.125vw;
  margin-top: 0.5vw;
  display: inline-block;
  text-shadow: 0 0 0.2vw #fff;

}

.title3 .lastRow {
  display: inline-block;
  font-size: 1.25vw;
  line-height: 1.25vw;
  margin-bottom: 1.25vw;
  text-shadow: none;
  font-family: 'regular';

}

.exploreBtn {
  background-color: white;
  color: #9631FF;
  border: none;
  border-radius: 2vw;
  width: 13.542vw;
  height: 2.604vw;
  font-size: 1.042vw;
  margin-right: 12.76vw;
  cursor: pointer;
  z-index: 5;
  align-self: flex-start;
  font-family: 'semiBold';

}

.filterSection {
  height: 43.385vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  background: linear-gradient(to top right, #000000 0%, #1A191B 100%);
}

.title4 {
  font-size: 1.875vw;
  text-align: center;
  margin-top: 2.5vw;
  text-shadow: 0 0 0.02vw #fff;
  line-height: 1.875vw;
  font-family: 'semiBold';
  color: white;
}

.title4 .boldWord {
  font-family: 'extraBold';
  font-size: 4.167vw;
  text-shadow: 0 0 0.3vw #fff;
  display: block;
  line-height: 3.125vw;
  margin-top: 0.6vw;
}

.seeMoreBtn {
  background-color: white;
  color: #9631FF;
  width: 13.542vw;
  height: 2.604vw;
  border: none;
  border-radius: 2vw;
  margin-top: 1.563vw;
  margin-bottom: 2.5vw;
  font-size: 1.042vw;
  cursor: pointer;
  font-family: 'semiBold';


}

.filtersBar {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  margin-top: 2.083vw;
  margin-bottom: 1.563vw;

}

.filterChip {
  padding: 0.833vw;
  background-color: transparent;
  border: none;
  font-family: 'regular';
  color: #CFCFD0;
  border-radius: 2vw;
  cursor: pointer;
  font-size: 1.458vw;

}

.filterChip.active {
  font-size: 1.458vw;
  color: white;
  text-decoration: underline;
  text-decoration-color: #9631FF;
  font-family: 'regular';
  text-decoration-thickness: 0.24vw;
  text-underline-offset: 0.6vw;
}

.filterGrid.swiper {
  width: 100%;
  overflow: hidden;



}

.swiper-slide.hidden {
  visibility: hidden !important;
  pointer-events: none !important;
}

.filterGrid .swiper-wrapper {
  align-items: center;
  transition-timing-function: linear !important;
}


.filterGrid .swiper-slide {
  width: 14.583vw;
  height: 23.438vw;
  display: flex;
  align-items: center;
  border-radius: 0.3vw;
  justify-content: center;

}

.gridItem {
  width: 14.583vw;
}

.gridImg {
  width: 14.583vw;

  display: block;
  object-fit: cover;
  transition: transform 0.3s ease;
  position: relative;
  z-index: 1;
}

.filterGrid .swiper-slide {
  position: relative;
  overflow: hidden;
}

.filterGrid .swiper-slide::before,
.filterGrid .swiper-slide::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 6vw;
  pointer-events: none;
  z-index: 2;
}

.filterGrid .swiper-slide::before,
.filterGrid .swiper-slide::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 6vw;
  pointer-events: none;
  z-index: 2;
}

.filterGrid .swiper-slide::before {
  top: 0;
  background: linear-gradient(to bottom,
      #161816 0%,
      /* solid dark */
      rgba(22, 24, 22, 0.8) 40%,
      /* fade */
      rgba(22, 24, 22, 0) 100%
      /* fully transparent */
    );
}

.filterGrid .swiper-slide::after {
  bottom: 0;
  background: linear-gradient(to top,
      #161816 0%,
      /* solid dark */
      rgba(22, 24, 22, 0.8) 40%,
      rgba(22, 24, 22, 0) 100%);
}


.kidsSection {
  height: 34.375vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  background-image: url('./images/bg-kids.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

}

.title5 {
  font-size: 1.8vw;
  text-align: right;
  line-height: 0.625vw;
  color: white;
  font-family: 'semiBold';
  text-shadow: 0 0 0.02vw #fff;
  margin-top: 12.969vw;
  margin-right: 65.99vw;

}

.title5 .boldWord {
  display: inline-block;
  font-family: 'extraBold';
  line-height: 3.125vw;
  font-size: 4.167vw;
  display: block;
  text-shadow: 0 0 0.2vw #ffffff;
  margin-top: 1.104vw;

}

.title5 .lastRow {
  display: inline-block;
  font-size: 1.25vw;
  line-height: 1.25vw;
  font-family: 'regular';
  text-shadow: none;


}

.discoverBtn {
  background-color: white;
  border: none;
  border-radius: 2vw;
  width: 13.542vw;
  height: 2.604vw;
  color: #9631FF;
  font-size: 1vw;
  margin-top: 1.25vw;
  align-self: flex-end;
  margin-left: 21vw;
  font-family: 'semiBold';
  cursor: pointer;
}

.premiumSection {
  height: 34.375vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  background-image: url('./images/bg-premium.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.title6 {
  font-size: 1.875vw;
  text-align: right;
  font-family: 'semiBold';
  margin-top: 2vw;
  line-height: 0.625vw;
  color: white;
  align-self: flex-start;
  margin-top: 12.474vw;
  text-shadow: 0 0 0.02vw #fff;
  margin-right: 12.76vw;
}

.title6 .boldWord {
  font-family: 'extraBold';
  font-size: 4.167vw;
  line-height: 3.125vw;
  display: inline-block;
  text-shadow: 0 0 0.2vw #ffffff;
  margin-top: 1.104vw;
}

.title6 .lastRow {
  display: inline-block;
  margin-top: 0.8vw;
  font-size: 1.25vw;
  line-height: 1.25vw;
  font-family: 'regular';
  text-shadow: none;

}

.discoverBtn2 {
  background-color: white;
  border: none;
  align-self: flex-start;
  border-radius: 2vw;
  width: 13.542vw;
  height: 2.604vw;
  color: #9631FF;
  font-size: 1vw;
  margin-top: 1.25vw;
  margin-right: 12.76vw;
  cursor: pointer;
  font-family: 'semiBold';
}

.courselSection {
  position: relative;
  min-height: 13.49vw;
  width: 100%;
  background-color: #161617;
  display: flex;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
}


.channelSwiper {
  margin-top: 1.5vw;
  background-color: #161617;
  width: 100%;
  height: 6.25vw;
  overflow: hidden;
  height: auto;
}

.channelSwiper .swiper-slide {
  width: 5.938vw !important;
  height: 4.063vw !important;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.channelSwiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

.channelSwiper::before,
.channelSwiper::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30vw;
  z-index: 10;
  pointer-events: none;
}

.channelSwiper::before {
  left: 0;
  background: linear-gradient(to right,
      rgb(22, 22, 23) 0%,
      rgba(22, 22, 23, 0.9) 40%,
      rgba(22, 22, 23, 0.5) 70%,
      rgba(22, 22, 23, 0) 100%);
}

.channelSwiper::after {
  right: 0;
  background: linear-gradient(to left,
      rgb(22, 22, 23) 0%,
      rgba(22, 22, 23, 0.9) 40%,
      rgba(22, 22, 23, 0.5) 70%,
      rgba(22, 22, 23, 0) 100%);
}

.channelImg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.title7 {
  font-size: 1.875vw;
  text-align: center;
  margin-top: 4.167vw;
  font-family: 'semiBold';
  line-height: 0.625vw;
  margin-bottom: 1.25vw;
  color: white;
  text-shadow: 0 0 0.02vw #fff;
}

.logoSection {
  height: 50.875vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  background: #161816;
  position: relative;
  transition: background 1s ease;
}

.platformsSwiper {
  width: 100%;
  height: 30vw;
  margin: 0 auto 0 auto;
  display: flex;
  align-items: center;
  padding-right: 5vw;
  padding-left: 5vw;
  overflow: hidden;
  box-sizing: border-box;



}

.gradient-border {
  position: relative;
}

.gradient-border::before {
  content: '';
  position: absolute;
  inset: 0;
  padding: 0.3vw;
  background: var(--gradient-color);
  border-radius: 1vw;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: xor;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  pointer-events: none;
  z-index: -1;
}

.frameWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 32vw;
  height: 19vw;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  pointer-events: none;
}

.platformFrame {
  width: 100%;
  height: 100%;
  border: 0.2vw solid transparent;
  border-radius: 2vw;
  box-shadow: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.platformsSwiper.fixed-center {
  position: relative;
}

.platformsSwiper .swiper-wrapper {
  display: flex;
  align-items: center;

}

.platformsSwiper .swiper-slide {
  width: 17vw;
  height: 10vw;
  display: flex;

  align-items: center;
  justify-content: center;
  filter: grayscale(100%);
  transform: scale(0.6);
  transition: all 0.4s ease-in-out;
  border-radius: 1vw;
  margin: 0 3.6vw;
  padding: 2vw;
  box-sizing: border-box;
}

.platformsSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.platformsSwiper .swiper-slide {
  filter: grayscale(100%) brightness(60%);
}

.platformsSwiper .swiper-slide-active {
  filter: grayscale(0%);
  transform: scale(1.9);

}

.title8 {
  font-size: 1.875vw;
  font-family: 'semiBold';
  text-align: center;
  margin-top: 2vw;
  line-height: 0.625vw;
  color: white;
  margin-top: 5.521vw;
  text-shadow: 0 0 0.02vw #fff;
}

.title8 .boldWord {
  font-family: 'extraBold';
  font-size: 4.167vw;
  line-height: 3.125vw;
  display: inline-block;
  text-shadow: 0 0 0.2vw #fff;
  margin-top: 1vw;
}

.footerSection {
  height: 17.135vw;
  width: 100%;
  background: #161816;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;

}

.title9 {
  font-size: 1.25vw;
  font-family: 'semiBold';
  text-align: center;
  margin-top: 3.125vw;
  text-shadow: 0 0 0.02vw #ffffff;
  color: white;
}

.storeRow {
  display: flex;
  justify-content: center;
  gap: 1.667vw;

  margin-top: 1.042vw;
}

.logoBottom {
  width: 5.365vw;
  height: 1.875vw;
  margin-top: 0.5vw;
}

.storeImg {

  width: 7.292vw;
  height: 2.254vw;
  cursor: pointer;
}

.socialRow img[alt="Instagram"] {
  margin-bottom: 0.15vw;
}

.socialRow {
  margin-top: 1vw;
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 0.6vw;
  margin-left: 0.5vw;
}

.socialImg {
  width: 2vw;
  height: 2vw;
  cursor: pointer;
}

@media (max-width: 768px) {
  .mobile {
    display: block;
  }

  @media (max-width: 768px) {
    .desktop {
      display: none !important;
    }
  }

  .main {
    min-width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;

  }

  .headerMobile {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 23.077vw;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    background: #161816;
    z-index: 5;
  }

  .navMobile {
    position: absolute;
    top: 6.974vw;
    left: 6.154vw;
    width: 25.641vw;
    border-radius: 10vw;
    border: none;
    height: 9.231vw;
    color: #9631FF;
    background-color: #ffffff;
    font-family: 'regular';
    font-size: 4.103vw;
  }

  .mobileMenu {
    flex-direction: column;
    background-color: #000000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 87.179vw;
    padding: 4vw;
    z-index: 9999;
    overflow-x: hidden;
    display: none;
    border-radius: 0 0 4vw 4vw;
  }

  .menuContent {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6.154vw;
  }

  .menuContent a:last-child {
    color: #9631FF
  }

  .menuLogo {
    width: 17.692vw;
    justify-content: center;
    height: 6.154vw;
  }

  .closeBtn {
    position: absolute;
    top: 3vw;
    width: 5vw;
    height: 5vw;
    right: 2vw;

    font-size: 8vw;
    color: white;
    cursor: pointer;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('./images/closeicon.png');

  }

  .menuTop {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 10vw;
    width: 100%;
  }

  .mobileMenu a {
    color: white;
    font-size: 4.615vw;
    font-family: 'regular';

    text-decoration: none;
  }

  .hamburgerIcon {
    position: absolute;
    top: 9.5vw;
    right: 2.564vw;
    width: 5vw;
    cursor: pointer;
    display: block;
    z-index: 100;
  }

  .headerMobile .logo.mobile {
    position: absolute;
    top: 8vw;
    right: 27vw;
    transform: translateX(-50%);
    width: 17.692vw;
    height: 6.154vw;

  }

  .videoSection {
    width: 100%;
    align-items: flex-end;
    height: 139.487vw;
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 0;
  }

  .videoSection::before,
  .videoSection::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    pointer-events: none;
    z-index: 1;
  }


  .videoSection::before {
    top: 0;
    height: 20vw;
    background: linear-gradient(to bottom,
        #161816 0%,
        rgba(22, 24, 22, 0.8) 50%,
        rgba(22, 24, 22, 0) 100%);
  }

  .videoSection::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2vw;
    background: linear-gradient(to top,
        #161816 0%,
        rgba(22, 24, 22, 0.8) 50%,
        rgba(22, 24, 22, 0) 100%);
    z-index: 1;
    pointer-events: none;
  }

  .video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .video-background iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .title1 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 7.692vw;
    font-family: 'extraBold';
    line-height: 11.795vw;
    color: #fff;
    text-shadow: 0 0 1vw #fff;
    text-align: center;
    margin: 0;
    z-index: 2;
    white-space: nowrap;
  }

  .joinBtn {
    background-color: #9631FF;
    color: white;
    border: none;
    width: 86.923vw;
    height: 12.821vw;
    border-radius: 6vw;
    padding: 2vw 2vw;
    font-size: 5.128vw;
    cursor: pointer;
    margin-bottom: 10.256vw;
    align-self: center;
    text-align: center;
    font-family: 'semiBold';
  }

  .cardsSection {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 169.231vw;
    width: 100%;
    overflow: hidden;
  }


  .firstimageDiv {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    /* background-image: url("./images/firstImage.png");
  background-size: cover;      
  background-repeat: no-repeat; 
  background-position: center;  */
    background-color: #f1f1f1;
    /* background-color: red; */
    /* transition: all 0.8s ease-in-out; */
    /* transform-origin: top left; */
    /* animation: card_anim 5s 1; */
    z-index: 2;
    pointer-events: none;

    /* width: 76.92vw;
        border-radius: 2vw;
                height: 110.38vw;
        margin-left: 11.5%;
        margin-top: 24%; */
  }

  .firstimageDiv_anim {
    animation: card_anim 1.3s 1;
    animation-fill-mode: forwards;
  }

  .card1_ppl_img_anim {
    animation: ppl_img_anim 1.3s 1;
    animation-fill-mode: forwards;
  }

  .firstTextDiv_anim {
    animation: firstText_anim 1.3s 1;
    animation-fill-mode: forwards;
  }

  .secondTextDiv_anim {
    animation: secText_anim 1.3s 1;
    animation-fill-mode: forwards;
  }

  @keyframes card_anim {

    100% {
      border-radius: 5vw;
      margin-top: 43vw;
      margin-left: 15.7vw;
      width: 77.4vw;
      height: 116.4vw;
      /* width: 76.92vw;
        border-radius: 2vw;
                height: 110.38vw;
        margin-left: 11.5%;
        margin-top: 24%;
        */
      display: none;
    }
  }

  @keyframes firstText_anim {

    100% {
      font-size: 7.179vw;
      line-height: 7.692vw;
      font-family: 'extraBold';
      margin-top: -5vw;
    }
  }

  @keyframes secText_anim {

    100% {
      margin-top: 5vw;

      line-height: 6.154vw;
      font-family: 'regular';
    }
  }

  @keyframes ppl_img_anim {
    100% {
      width: 80.92vw;
      margin-top: -7vw;
      margin-left: 2vw;
      /* border-radius: 30px; */
    }
  }

  .cardsSection.anim {
    overflow: hidden;
  }

  .firstTitle {
    /* margin-top: 50vw; */
    color: #2F103A;
    font-family: 'bold';
    font-size: 7vw;
  }

  .secondTitle {
    font-family: 'regular';
    font-size: 5vw;
    color: #2F103A;
    margin-top: 3vw;
  }

  .card1_ppl_img {
    object-fit: contain;
    width: 90.59vw;
    /* width: 73.92vw;
    margin-top: -5vw; */
  }

  .title2 {
    font-size: 6vw;
    color: white;
    width: auto;
    text-shadow: 0 0 0.4vw #fff;

    text-align: center;
    line-height: 14vw;

  }

  .title2 .boldRow {
    font-family: 'extraBold';
    font-size: 14vw;
    line-height: 1vw;

    text-shadow: 0 0 1.2vw #fff;
  }

  .cardsSection {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 169.231vw;
    width: 100%;
    overflow: hidden;
  }

  .cardsRow {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    flex-direction: row;
  }

  .cardsSwiper {
    width: 100%;
    margin-top: -14vw;
    margin-bottom: 5vw;
    padding-right: 7vw;
    padding-left: 7vw;
  }

  .cardsSwiper .swiper-wrapper {
    display: flex;
    align-items: baseline;


  }

  .cardsSwiper .swiper-slide {
    display: flex;
    place-items: center;
    width: unset;

  }

  .cardsSwiper .cardImg {
    width: 76.923vw;
    object-fit: contain;
  }

  .sportSection {
    height: 169.231vw;
    width: 100%;
    background-image: url('./images/bg-sportMobile.png');
    display: flex;
    background-color: #161816;
    ;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    padding-bottom: 2vw;
  }

  .sportOverlay {
    position: absolute;
    bottom: -0.3vw;
    left: 0;

    width: 100%;
    height: 60%;
    background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 30%, transparent 100%);

    pointer-events: none;

  }

  .title3,
  .exploreBtn {
    opacity: 0;
    pointer-events: none;
    z-index: 2;

  }

  .title3 {
    font-size: 6vw;
    text-align: center;
    align-self: center;

    line-height: 1;
    color: white;
    text-shadow: 0 0 0.4vw #fff;
    margin: 0 auto;

  }

  .title3 .boldWord {

    font-size: 20vw;
    display: block;
    text-shadow: 0 0 1.2vw #fff;
    margin-bottom: -0.2vw;
    margin-top: 8vw;
  }

  .title3 .lastRow {
    font-size: 5vw;
    margin-bottom: 9vw;

  }

  .exploreBtn {
    background-color: white;
    color: #9631FF;
    border: none;
    border-radius: 10vw;
    width: 86.923vw;
    font-family: 'semiBold';
    height: 12.821vw;
    font-size: 5.128vw;
    margin: 0 auto 8.256vw auto;
    display: flex;
    align-self: center;
    align-items: center;
    animation: fadeUp 0.8s ease forwards;
    justify-content: center;
  }

  .sportSection.show .title3,
  .sportSection.show .exploreBtn {
    animation: fadeUp 0.8s ease forwards;
    pointer-events: auto;
  }

  .sportSection.show .sportOverlay {
    animation: fadeOverlay 0.8s ease forwards;
    pointer-events: auto;
  }

  .filterSection {
    height: 201.026vw;
    width: 100%;
  }

  .title4 {
    margin-top: 10vw;
    font-size: 7.179vw;
    line-height: 9.231vw;
    text-shadow: 0 0 0.4vw #fff;
  }

  .title4 .boldWord {
    font-size: 12.821vw;
    line-height: 9.231vw;
    text-shadow: 0 0 1.2vw #fff;
  }

  .filtersBar {
    width: 100%;
    height: 10.513vw;
    margin-top: 5vw;
    margin-bottom: 9vw;
    gap: 5.5vw;
  }

  .filterChip {
    font-size: 6vw;
    padding: 0vw 2.5vww;

  }

  .filterChip.active {
    font-size: 6vw;
    color: white;
    text-decoration: underline;
    text-decoration-color: #9631FF;
    font-family: 'regular';
    text-decoration-thickness: 1vw;
    text-underline-offset: 2.5vw;
  }

  .filterGrid.swiper {
    width: 100%;
    height: 60%;
  }

  .filterGrid .swiper-slide {
    width: 76.923vw;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .gridImg {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
  }

  .seeMoreBtn {
    width: 86.923vw;
    height: 12.821vw;
    border-radius: 10vw;
    font-size: 5.128vw;
    margin-top: 5vw;
    z-index: 10;
    font-family: 'semiBold';
    margin-bottom: 5vw;
  }

  .kidsSection {
    height: 169.231vw;
    width: 100%;
    background-image: url('./images/bg-kidsMobile.png');
    display: flex;

    justify-content: flex-end;
    position: relative;
    padding-bottom: 2vw;
  }

  .kidsSection.show .title5,
  .kidsSection.show .discoverBtn {
    animation: fadeUp 0.8s ease forwards;
    pointer-events: auto;
  }

  .kidsSection.show .sportOverlay {
    animation: fadeOverlay 0.8s ease forwards;
    pointer-events: auto;
  }

  .title5,
  .discoverBtn {
    opacity: 0;
    pointer-events: none;
    z-index: 2;
  }

  .title5 {
    font-size: 6vw;
    text-align: center;
    line-height: 1.2;
    color: white;
    margin-bottom: 6.154vw;
    text-shadow: 0 0 0.4vw #fff;
    margin-top: 0;

    margin-right: 0;
  }

  .title5 .boldWord {

    font-size: 18vw;
    margin-top: 8vw;
    display: block;
    text-shadow: 0 0 1.2vw #fff;
  }

  .title5 .lastRow {
    font-size: 5vw;
    line-height: 1.3;
    font-family: 'regular';
  }

  .discoverBtn {
    background-color: white;
    color: #9631FF;
    border: none;
    border-radius: 10vw;
    width: 86.923vw;
    height: 12.821vw;
    margin-bottom: 10.256vw;
    font-size: 5.128vw;
    align-self: center;
    justify-content: center;
    margin-left: 0;
    margin-top: 0;
  }

  .premiumSection {
    height: 180.769vw;
    width: 100%;
    background: #161816;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    padding-bottom: 2vw;
    overflow: hidden;
  }

  .title6,
  .discoverBtn2 {
    opacity: 0;
    pointer-events: none;
    z-index: 2;
  }

  .title6 {
    font-size: 7vw;
    text-align: center;
    align-self: center;
    text-shadow: 0 0 0.4vw #fff;
    line-height: 1;
    color: white;
    margin-bottom: 2vw;
    margin-top: 0;
    margin-right: 0;
  }

  .title6 .boldWord {
    margin-top: 3vw;
    line-height: 0.8;

    text-shadow: 0 0 1.2vw #fff;
    font-size: 20vw;
    display: block;
    margin-bottom: -7vw;
  }

  .title6 .lastRow {
    font-size: 4.9vw;
    line-height: 1.4;
  }

  .discoverBtn2 {
    background-color: white;
    color: #9631FF;
    border: none;
    border-radius: 10vw;
    width: 86.923vw;
    height: 12.821vw;
    font-size: 5.128vw;
    margin-bottom: 10.256vw;
    display: flex;
    align-self: center;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-right: 0;
  }

  .tvMobile {
    position: absolute;
    bottom: 93vw;
    right: -23%;
    opacity: 0;
    z-index: 1;
  }

  .tvMobile {
    width: 112%;
    object-fit: contain;
  }

  .phoneMobile {
    position: absolute;
    bottom: 96vw;
    left: 6.9%;
    transform: translateX(-50%);
    z-index: 2;
    opacity: 0;
  }

  .phoneMobile {
    width: 27.5vw;
    object-fit: contain;
  }

  .premiumSection.show .tvMobile {
    animation: fadeInRight 0.8s ease forwards;
  }

  .premiumSection.show .phoneMobile {
    animation: fadeInLeft 0.8s ease forwards;
  }

  .premiumSection.show .title6,
  .premiumSection.show .discoverBtn2 {
    animation: fadeUp 0.8s ease forwards;
    pointer-events: auto;
  }

  .premiumSection.show .title6,
  .premiumSection.show .discoverBtn2 {
    animation: fadeUp 0.8s ease forwards;
    pointer-events: auto;
  }

  .premiumSection.show .sportOverlay {
    animation: fadeOverlay 0.8s ease forwards;
    pointer-events: auto;
  }

  .courselSection {
    width: 100%;
    height: 37.179vw;
    background-color: #161617;
  }

  .channelSwiper {
    margin-top: 5vw;
    width: 100%;
    height: 16.41vw;
    overflow: hidden;
    background-color: #161617;
  }

  .channelSwiper::before,
  .channelSwiper::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 15vw;
    z-index: 10;
    pointer-events: none;
  }

  .channelSwiper::before {
    left: 0;
    background: linear-gradient(to right,
        rgb(22, 22, 23) 0%,
        rgba(22, 22, 23, 0.9) 40%,
        rgba(22, 22, 23, 0.5) 70%,
        rgba(22, 22, 23, 0) 100%);
  }

  .channelSwiper::after {
    right: 0;
    background: linear-gradient(to left,
        rgb(22, 22, 23) 0%,
        rgba(22, 22, 23, 0.9) 40%,
        rgba(22, 22, 23, 0.5) 70%,
        rgba(22, 22, 23, 0) 100%);
  }

  .channelSwiper .swiper-wrapper {
    display: flex;
    gap: 7vw;
  }

  .channelSwiper .swiper-slide {
    width: 16vw !important;
    height: 16vw !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .channelSwiper .swiper-wrapper {
    transition-timing-function: linear !important;
  }

  .channelImg {
    width: 15vw;
    height: 15vw;
    object-fit: contain;
    display: block;
  }

  .title7 {
    font-size: 5vw;
    margin-bottom: 6.154vw;
    text-shadow: 0 0 0.6vw #fff;
  }

  .logoSection {
    width: 100%;
    height: 120vw;
  }

  .platformsSwiper {
    width: 100%;
    height: 32.051vw;
    margin-top: 15.641vw;
    display: flex;
    align-items: center;
    padding: 0;
    box-sizing: border-box;


  }

  .frameWrapper {
    position: absolute;
    top: 68%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50vw;
    height: 30vw;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
    pointer-events: none;
  }

  .platformFrame {
    width: 100%;
    height: 100%;
    border: 0.2vw solid transparent;
    border-radius: 2vw;
    box-shadow: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .platformsSwiper .swiper-slide {
    width: 23vw;
    height: 15vw;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: grayscale(100%);
    transform: scale(1);
    transition: all 0.4s ease-in-out;
    border-radius: 1vw;
    margin: 0 10vw;
    box-sizing: border-box;

  }

  .platformsSwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }


  .platformsSwiper .swiper-slide-active {
    filter: grayscale(0%);
    transform: scale(1.9);

  }

  .title8 {
    margin-top: 27.179vw;
    text-shadow: 0 0 0.4vw #fff;
    font-size: 7.179vw;
    line-height: 9.231vw;
  }

  .title8 .boldWord {
    font-size: 15.385vw;
    line-height: 11.795vw;
    text-shadow: 0 0 1.2vw #fff;
  }

  .footerSection {
    width: 100%;
    height: 83.077vw;
  }

  .title9 {
    text-shadow: 0 0 0.4vw #fff;
    margin-top: 15.385vw;
    font-size: 6.154vw;
  }

  .logoBottom {
    margin-top: 1.769vw;
    width: 26.667vw;
    height: 9.231vw;
  }

  .storeRow {
    gap: 8.205vw;
    margin-top: 5.128vw;
  }

  .socialRow {
    margin-top: 10.256vw;
    gap: 7vw;
  }

  .storeImg {
    width: 35.897vw;
    height: 10.769vw;


  }

  .socialImg {
    width: 8.692vw;
    height: 8.692vw;
  }

  .socialRow img[alt="Instagram"] {
    margin-bottom: 1.1vw;
  }

  .vimeo-btn {
    position: absolute;
    top: 14vw;
    right: 2vw;
    width: 7vw;
    height: 7vw;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    background-color: #161816;
    border: none;
    padding: 2vw;
  }

  .vimeo-btn:hover {
    background: rgba(0, 0, 0, 0.8);
  }

  .vimeo-btn img {
    width: 7vw;
    height: 7vw;
    pointer-events: none;
  }
}