
*{
    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;   
}
.desktop{
  display: block;
}
.mobile{
    display: none;
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.333vw;
  display: flex;         
  flex-direction: row;   
  align-items: center;   
  background: transparent;
  z-index: 10;
}
.navLinks {
  display: flex;
  gap: 1.458vw;   
  margin-right: 3.75vw; 
 
}
.navigations {
  position: relative;
  display: inline-block;   
  margin-top: 1.094vw;
  color: white;
  text-decoration: none;
  font-size: 1.031vw;
  font-family: 'regular';
}

.navigations::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.2vw;   
  width: 100%;
  height: 0.15vw;   
  background-color: #9631FF;
  display: none;    
}
.navigations:hover::after {
  display: block;
}

.navigations.active::after {
  display: block;
}

.logo {
    width: 5.365vw;
    height:1.875vw;
    align-items: center;
    margin-right: 2.083vw;
  
    margin-top: 0.729vw;
    
}
.toSite {
    background-color: white;
    font-size: 0.8vw;
    color: #9631FF;
    border: none;
    font-family: 'medium';
    border-radius:2vw;
    width: 7.448vw;
    height: 2.083vw;
    display: flex;
    margin-top: 0.625vw;
    justify-content: center;   
    align-items: center;       
     cursor: pointer;
    margin-right: auto;  
    z-index: 999;
    margin-left: 2.083vw;
    
}
.HeroContent {
  margin-right: 11.094vw;
  margin-bottom:7.208vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start; 
}
.btnRow {
  display: flex;
  gap: 1.25vw; /* spacing between buttons */
  margin-top: 1.667vw;
}
.HeroSection {
    width: 100%;
    height: 38.75vw;   
    background-image: url("../images/HeroSportBg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;    
    position: relative;
    justify-content: flex-end;  
   align-items: flex-start;
    padding: 0;
    color: white;  
    background-color: #161816;           
    text-align: right;         
}
@media (min-width: 769px) {
  .HeroSection::after {
    content: "";
    position: absolute;
    bottom: 20;
    left: 0;
    width: 100%;
    height: 10%;
    background: linear-gradient(
      to top,
      rgba(0,0,0,1) 0%,
      rgba(0,0,0,0.6) 30%,
      rgba(0,0,0,0.3) 60%,
      rgba(0,0,0,0) 100%
    );
    pointer-events: none;
    z-index: 1;
  }
 .HeroSection::before {
  content: "";
  position: absolute;
  top: 0;               
  left: 0;
  width: 100%;
  height: 20%;
  background: linear-gradient(
    to bottom,          
    rgba(0,0,0,1) 0%,
    rgba(0,0,0,0.6) 30%,
    rgba(0,0,0,0.3) 60%,
    rgba(0,0,0,0) 100%
  );
  pointer-events: none;
  z-index: 1;
}

  .cardsSection::before {
  content: "";
  position: absolute;
  top: 20;
  left: 0;
  width: 100%;
  height: 20%; 
  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;
}
}


.title1 {
    font-size: 5.208vw;
    line-height:4.167vw ;
    font-family: 'extraBold';
    text-shadow: 0 0 0.3vw #fff;
    letter-spacing: 0vw;      
}
.joinBtn {
  
    background-color: #ffffff;
    color: #9631FF;
    border: none;
    width: 14.583vw;
    height: 2.604vw;
    border-radius: 2vw;
    
    font-size: 1.042vw;
    text-align: center;
    font-family: 'semiBold';
    cursor: pointer;
    text-decoration: none;
    margin-bottom: 1vw;
      line-height: 2.604vw;
}
.joinBtn2 {
    
    color: #ffffff;
    background-color: #9631FF;
    border: none;
     width: 14.583vw;
    height: 2.604vw;
    border-radius: 2vw;
     text-align: center;
   
    font-size: 1.042vw;
    font-family: 'semiBold';
    cursor: pointer;
    text-decoration: none;
      line-height: 2.604vw;
    margin-bottom: 1vw;
  
}

.cardsSection {
  display: flex;
  flex-direction: column;  
  align-items: center;     
  width: 100%;
  height: 35.885vw;
  background-color: #161816;
 
  
}

.cardsRow{
  display: flex;
  gap: 1.3vw;  
  align-items: baseline;
  justify-content: center;
  width:100%;
  flex-direction: row;
   margin-top: 1.5vw;
}
.cardImg{
  width:15.625vw;   
  height: unset;
  aspect-ratio: unset;
  object-fit:contain;
}

.title2 {
  font-size: 1.875vw;
  color: rgb(255, 255, 255);
  text-shadow: 0 0 0.02vw #fff;
  font-family: 'semiBold';
  text-align: center;   
 
  margin-top: 2.5vw;
  z-index: 2;
}

.boldRow {
  font-family: 'extraBold';
  
   text-shadow: 0 0 0.2vw #fff;
  font-size: 4.167vw;
  line-height:3.125vw ;
 
}

.cardsSection2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 32.448vw;
  background-color: #161816;
}

.cardsRow2 {
  display: flex;
  gap: 1.25vw;
  align-items: baseline;
  justify-content: center;
  width: 100%;
  flex-direction: row;
  margin-top: 1.5vw;
}

.cardsSection2 .cardImg {
  width: 17.708vw;
  height: unset;
  object-fit: contain;
}


.title3 {
  font-size: 1.7vw;
  color: white;
  text-shadow: 0 0 0.02vw #fff;
  font-family: 'semiBold';
  text-align: center;
  margin-top: 2.5vw;
  z-index: 2;
}

.filterSection{
  height: 43.698vw;
  display: flex;
  flex-direction: column;  
  justify-content: flex-start;
  align-items: center;     
  width: 100%;
  background: #161816;
}
.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;
    font-size: 1.042vw;
   margin-top:1.563vw ;
    margin-bottom: 2.5vw;
    font-family: 'semiBold';
   
}
.filtersBar {
  display: flex;  
  align-items: center;
  justify-content: center;
  margin-top: 2.083vw;
  
  
}

.filterChip {
  padding: 0.833vw;
  background-color: transparent;
  border: none;
  font-family: 'regular';
  color:#CFCFD0 ;
  border-radius: 2vw;
  cursor: pointer;
  font-size: 1.458vw;
  margin-bottom: 1.771vw;
}
.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;
  
 }

.filterGrid .swiper-wrapper{
  align-items: center;
  transition-timing-function: linear !important; 
}



.filterGrid .swiper-slide {
  width: 14.583vw;      
  border-radius: 0.3vw; 
  
  object-fit: contain
  
}
.gridImg {
   width: 14.583vw;  

  object-fit: contain;
  z-index: 1;
}


.QnASection {
  width: 59.479vw;
  margin: 0 auto;
}

.qna-item {
     box-shadow: inset 0 -0.5px 0 rgba(217,217,217,0.6);
}

.qna-question {
  width: 100%;
  text-align: right;
  color: white;
  padding-bottom: 0.938vw;
  padding-top: 0.938vw;
  font-family: 'semiBold';
  line-height: 125%;
  font-size: 1.042vw;
  border: none;
  background: transparent;
  cursor: pointer;
  outline: none;
  position: relative; 
}
.qna-question::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.833vw;  
  height: 0.833vw; 
  background: url('../images/Arrow.png') no-repeat center center;
  background-size: contain; 
  transition: transform 0.3s ease;
}

.qna-item.active .qna-question::before {
  transform: translateY(-50%) rotate(180deg);
}
.qna-answer {
  color: white;
  text-align: right;
   line-height: 125%;
  font-size: 1.042vw;
  font-family: 'regular';
  max-height: 0;
  overflow: hidden;
 

}

.qna-item.active .qna-answer {
  max-height: 10vw; 
  padding-bottom: 1vw;
}
.title8{
  font-family: 'extraBold';
  font-size: 4.167vw;
  text-shadow: 0 0 0.3vw #fff;
  display: block;
  color: white;
  text-align: center;
  line-height: 2.917vw;
  margin-top: 2.5vw;
  margin-bottom: 0.104vw;
}
.courselSection {
  position: relative;   
  min-height: 10.417vw;
  width: 100%;
  background-color: #000000;
  display: flex;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;    
}
.channelSwiper {
  margin-top: 1.5vw;
  width: 100%;
   background-color: #000000;
  height: 10.417vw;
  overflow: hidden;
  height: auto;
}
.channelSwiper .swiper-slide {
  width: 6.25vw !important;
  height: 6.25vw !important;
   pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.channelSwiper .swiper-wrapper {
  transition-timing-function: linear !important;
  background-color: #000000;
}

.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,
    rgba(0,0,0,1) 0%,     
    rgba(0,0,0,0.9) 50%,  
    rgba(0,0,0,0.5) 70%,  
    rgba(0,0,0,0) 100%    
  );
}

.channelSwiper::after {
  right: 0;
  background: linear-gradient(
    to left,
    rgba(0,0,0,1) 0%,    
    rgba(0,0,0,0.9) 50%,
    rgba(0,0,0,0.5) 70%,
    rgba(0,0,0,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;
}
.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;
    
  }
   .btnRow.mobile {
    flex-direction: column; 
    gap: 5vw;               
    align-items: center;    
  }
 .mobileHeader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 3vw;
  display: flex;
  justify-content: flex-start;
  background: transparent;
  z-index: 5;
}
.navMobile{
  position: absolute;
  top: 10.769vw;           
  left:6.154vw ;
  width:36.667vw ;
  border-radius: 5vw;
  height:10.256vw ;
  color: #9631FF;
  background-color: #ffffff;
  font-family: 'medium';
  font-size: 4.103vw;
  display: none;
}
.mobileMenu {
  flex-direction: column;
 background-color: #000000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
 height: 87.179vw;
  padding: 4vw;
  z-index: 5;
  overflow-x: hidden;
  display: none;
  border-radius: 0 0 4vw 4vw;
}
.hidden {
  display: none !important;
}
.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') ;
 
}
.navBtn {
  margin-top: 6vw;
  background: white;
  color: #9631FF;
  border: none;
  border-radius: 10vw;
  font-size: 5vw;
  padding: 2vw;
  font-family: 'semiBold';
  cursor: pointer;
  width:86.923vw ;
  height: 12.821vw;
}
.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: 10vw;
  right:2.564vw;
  width: 5vw;   
  cursor: pointer;
  display: block;
 z-index: 100;
}
 .HeroSection .logo.mobile {
    position: absolute;
    top: 8vw;           
    right: 30vw;
    transform: translateX(-50%);
    width: 17.692vw;
    height: 6.154vw;
            
  }
.HeroSection {
  width: 100%;
  height: 175.897vw;  
  background-image: url("../images/HeroSportBgMobile.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  position: relative;
  overflow: hidden;  
  padding: 0;
  display: flex;              
  align-items: center;        
}
.HeroSection::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90vw; 
  background: linear-gradient(
    to top,
    #161816 0%,              
    rgba(22,24,22,0.98) 60%,
    rgba(22,24,22,0.85) 80%, 
    rgba(22,24,22,0.6) 90%,  
    rgba(22,24,22,0) 100%    
  );
  pointer-events: none;
  z-index: 1;
}
.HeroContent {
  font-family: 'extraBold';
  margin: 0;
  z-index: 2;
  align-items: center;
  margin-bottom: 7vw;
}

.title1 {
  font-size: 15.385vw;
  font-weight: 'extraBold';
  margin-bottom: 3vw;        
  line-height: 11.795vw;     

  text-shadow: 0 0 1vw #fff;
 text-align: center;
}
.joinBtn,
.joinBtn2 {
  border: none;
  width: 86.923vw;
  border-radius: 6vw;
  height: 12.821vw;       
  font-size: 5.128vw;
  line-height: 2vw;
  cursor: pointer;
  align-self: center;
  font-family: 'semiBold';
  display: flex;            
  align-items: center;
  justify-content: center;
}

.joinBtn {
  background-color: #ffffff;
  color: #9631FF;
  margin-bottom: 4.692vw;
    margin-right: 0;
}


.joinBtn2 {
  background-color: #9631FF;
  color: #ffffff;
  margin-bottom: 5.692vw; 
  margin-right: 0;
}

.cardsSection {
  position: relative; 
  background-color: #161816;
  display: flex;
  flex-direction:column;
  justify-content: center;
  height: 169.231vw;
  width: 100%;
  overflow: hidden; 
}

.title2 {
  font-size: 7.179vw;
  color: white;
   width: auto;
  text-shadow: 0 0 0.4vw #fff;
  text-align: center;   
  line-height:11.795vw;
 
}

.title2 .boldRow {
  font-family: 'extraBold';
  font-size: 10.256vw;
  line-height:9.231vw;

   text-shadow: 0 0 1.2vw #fff;
}

.cardsRow{
  display: flex;
   background-color:#161816 ;
  align-items: flex-end;
  justify-content:center;
  width:100%;
  flex-direction: row;
}
.cardsSwiper {
  width: 100%;
  margin-bottom: 5vw;
  padding-right: 5vw;
  padding-left: 5vw;
}
.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;
}
.cardsSection2 {
    position: relative;
   
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 148.205vw;
    width: 100%;
    overflow: hidden;
  }

  .title3 {
    font-size: 7.179vw;
    color: white;
    width: auto;
    text-shadow: 0 0 0.4vw #fff;
    text-align: center;
    line-height: 7.795vw;
    margin-top: 10.256vw;
    margin-bottom: 3vw;
  }

  .title3 .boldRow {
    font-family: 'extraBold';
    font-size: 10.256vw;
    line-height: 9.231vw;
    margin-top: -2vw;
    text-shadow: 0 0 1.2vw #fff;
  }

  .cardsRow2 {
    display: flex;
    background-color: #000000;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    flex-direction: row;
  }

  .cardsSwiper2 {
    width: 100%;
    margin-bottom: 0vw;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .cardsSwiper2 .swiper-wrapper {
    display: flex;
    align-items: baseline;
  }

  .cardsSwiper2 .swiper-slide {
    display: flex;
    place-items: center;
    width: unset;
  }

  .cardsSwiper2 .cardImg {
    width: 76.923vw;
    object-fit: contain;
  }

.filterSection{
  height: 169.231vw;
  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.5vw;
  
}
.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: 65% !important;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gridImg{
  width: 100%;
  height: auto;              
  object-fit: contain;       
  display: block;
}

.seeMoreBtn{
  width: 80%;
  height: 12.821vw;
  border-radius: 5vw;
  font-size: 5vw;
  margin-top: 5vw;
  margin-bottom: 5vw;
}


  
.QnASection {
  width: 100%;
  margin-top: 10.256vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: auto;
}
.title8{
  font-size: 10.256vw;
  margin-bottom:  6.154vw;
  line-height: 10.256vw;
   text-shadow: 0 0 1.2vw #fff;
}
.qna-question::before{
  width: 3.077vw;  
  height: 1.795vw; 
}
.qna-item{
  width: 90%;
  align-items: center;
  text-align: right;
  padding-bottom: 3.333vw;
  padding-top: 3.333vw;
}
.qna-question{
  font-size: 4.615vw;
  line-height: 125%;
  font-family: 'semiBold';
}
.qna-answer{
  font-size: 4.615vw;
  font-family: 'regular';
  line-height: 125%;
  width: 80%;
}

.qna-item.active .qna-answer {
   max-height: 100vh;
  height: auto;      
  padding-bottom: 1vw;
   padding-top: 1vw;
}
  .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;
}

}