
*{
    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{
    background-color: transparent;
    height: 3.333vw;
    width: 100%;
    display: flex;
    flex-direction: row;
     align-items: center;  
    
}
.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: 12.76vw;
  margin-bottom: 6.667vw;
}

.HeroSection {
    width: 100%;
    height: 31.719vw;   
    background-image: url("../images/HeroBgKids.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;    
    justify-content: flex-end;  
   align-items: flex-start;
    padding: 0;
    color: white;             
    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;
  }
  .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;
}
}


.title1 {
    font-size: 5.208vw;
    line-height:4.167vw ;
    font-family: 'extraBold';
    text-shadow: 0 0 0.3vw #fff;
    margin-bottom: 0.104vw;  
    letter-spacing: 0vw;      
}
.joinBtn {
    background-color: #9631FF;
    color: white;
    border: none;
    width: 14.583vw;
    height: 2.604vw;
    border-radius: 2vw;
    margin-top:1.458vw;
    font-size: 1vw;
    text-align: center;
    font-family: 'semiBold';
    cursor: pointer;
    text-decoration: none;
  
}

.cardsSection {
  display: flex;
  flex-direction: column;  
  align-items: center;     
  width: 100%;
  height: 36.719vw;
 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;
  line-height: 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';
   margin-top: -0.104vw;
   text-shadow: 0 0 0.2vw #fff;
  font-size: 4.167vw;
  line-height:3.125vw ;
 
}

.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';
    cursor: pointer;
   
}
.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; 
  box-shadow: inset 0 3vw 0 #161816;
}



.filterGrid .swiper-slide {
  width: 14.583vw;      
  border-radius: 0.3vw; 
  object-fit: contain
  
}
.gridImg {
   width: 14.583vw;  
  object-fit: contain;
  z-index: 1;
  border-radius: 1vw;
}


.QnASection {
  width: 59.479vw;
  margin: 0 auto;
}
.dash{
  font-family: 'extraBold';
}
.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-answer a {
  color: inherit;           
 
  font-family: inherit;     
  font-size: inherit;      
}
.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:  #000;
  display: flex;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;    
}
.channelSwiper {
  margin-top: 1.5vw;
  width: 100%;
  background-color: #000;
  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 {
  display: flex;
  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,
    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-color: #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;
    
  }
 
 .mobileHeader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 3vw;
  display: flex;
  justify-content: flex-start;
  background: transparent;
  z-index: 5;
}
.navMobile{
  display: none;
  position: absolute;
  top: 10.769vw;           
  left:6.154vw ;
  width:36.667vw ;
  border-radius: 5vw;
  height:10.256vw ;
  color: #9631FF;
  background-color: #ffffff;
  font-family: 'semiBold';
  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: 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: 188.718vw;  
  background-image: url("../images/HeroBgKidsMobile.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: 80vw; 
  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;
}

.title1 {
   font-size: 15.385vw;
  font-weight: 'extraBold';
  margin-bottom: 3vw;        
  line-height: 11.795vw;     
  margin-left: auto;
  text-shadow: 0 0 1vw #fff;
 text-align: center;
}
.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; 
  font-family: 'semiBold';
}


.cardsSection {
  position: relative; 
  background-image: url("../images/cardsBgKidsMobile.png");
  display: flex;
  flex-direction:column;
  justify-content: center;
  height: 169.231vw;
  width: 100%;
  overflow: hidden; 
}

.title2 {
  margin-top: 10.256vw;
  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: 12.821vw;
  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-top:-3vw ;
  padding-right: 5vw;
  padding-left: 5vw;
}
.cardsSwiper .swiper-wrapper {
  display: flex;
  align-items: baseline; 


}

.cardsSwiper .swiper-slide {
  display: flex;
  align-items: baseline;
  width: 76.923vw;
}
.cardsSwiper .cardImg {
    width: 76.923vw;
  object-fit: contain;
}


.filterSection{
  height: 169.231vw;
  width: 100%;
  margin-top: 10.256vw;
}
.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.897vw;
}
.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: 10vw;
  font-size: 5vw;
  margin-top: 5vw;
  margin-bottom: 5vw;
  font-family: 'semiBold';
}

.courselSection{ 
  background-color: #161816;
  width:100%;
  height:20.769vw;
}
.channelSwiper{

     width:100%;
     background-color: #161816;
     height:16.41vw;
     overflow:hidden; 
}
.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,
    #161818 0%,
    rgba(22,24,22,0.9) 50%,
    rgba(22,24,22,0.5) 70%,
    rgba(22,24,22,0) 100%
  );
}

.channelSwiper::after {
  right: 0;
  background: linear-gradient(
    to left,
    #161818 0%,
    rgba(22,24,22,0.9) 50%,
    rgba(22,24,22,0.5) 70%,
    rgba(22,24,22,0) 100%
  );
}

  .channelSwiper .swiper-slide{
    width:16vw !important;
    height:16vw !important;
    display:flex;
    align-items:center;
    justify-content:center;
  }
.channelSwiper .swiper-wrapper {
  display: flex;
  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;
  }
  
.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 0.6vw #fff;
}
.qna-question::before{
  width: 3.077vw;  
  height: 1.795vw; 
}
.qna-item{
  width: 86.667vw;
  align-items: center;
  text-align: right;
  padding-bottom: 3.333vw;
  padding-top: 3.333vw;
}
.qna-question{
  font-size: 4.615vw;
  line-height: 125%;
}
.qna-answer{
  font-size: 4.615vw;
  font-family: 'regular';
  line-height: 125%;
  width: 90%;
}
.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: 7.436vw;
}
.storeImg{
  width: 35.897vw;
  height: 10.769vw;


}
.socialImg{
  width: 7.692vw;
  height: 7.692vw;
}
.socialRow img[alt="Instagram"] {
  margin-bottom: 1.1vw;
}

}