
*{
    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: #000000; 
}

.main{
    min-width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    letter-spacing: 0vw;   
}
.desktop{
  display: block;
}
.mobile{
    display: none;
}
.swiper-wrapper {
  transition-timing-function: linear !important;
}
.swiper-slide {
  pointer-events: 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;
}

/* show permanently for active link */
.navigations.active::after {
  display: block;
}
.navigations:hover::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/HeroBgPremium.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: #000000;           
    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;      
}
.subtitle1{
    font-family: 'semiBold';
    line-height: 1.875vw;
    font-size: 1.875vw;
    margin-top: 0.625vw;
}
.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: #000000;
 
  
}

.title2 {
  font-size: 4.167vw;
  color: rgb(255, 255, 255);
  text-shadow: 0 0 0.3vw #fff;
  font-family: 'extraBold';
  text-align: center;   
  line-height:3.125vw ;
  margin-top: 2.5vw;
  z-index: 2;
}

.dramaChannelSwiper {
  width: 100%;
  margin-top: 2vw;
  padding: 0 5vw;
}

.dramaChannelSwiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15.625vw;
}

.dramaChannelSwiper .cardImg {
  width: 100%;
  object-fit: contain;
}
.cardsRow {
  display: flex;
  z-index: 2; 
  align-items: baseline;
  justify-content: center;
  width: 100%;
  gap: 0.5vw;
  margin-top: 1.5vw;
}

.cardImg {
  width: 15.625vw;   
  object-fit: contain;
}

.cardsSwiper {
  width: 100%;
  margin-top: -3vw;
  padding: 0 5vw;
}


.cardsSection2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 32.448vw;
  background-color: #000000;
}

.cardsRow2 {
  display: flex;
  gap: 1.25vw;
  align-items: baseline;
  justify-content: center;
  width: 100%;
  flex-direction: row;
  margin-top: 1.5vw;
}

.dramaLibrarySwiper {
  width: 100%;
  margin-top: 2vw;
  padding: 0 5vw;
}

.dramaLibrarySwiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15.625vw;  
}

.dramaLibrarySwiper .cardImg {
  width: 100%;
  object-fit: contain;
}

.title3{
  font-size: 4.167vw;
  color: rgb(255, 255, 255);
  text-shadow: 0 0 0.3vw #fff;
  font-family: 'extraBold';
  text-align: center;   
  line-height:3.125vw ;
  margin-top: 2.5vw;
  z-index: 2;
}


.kidsSection {
  height: 36.979vw;
  width: 100%;
  background-color: #000000;
  color: white;
  display: flex;
  flex-direction: column;   
  justify-content: center;  
  align-items: center;      
  text-align: center;
}
.kidsSwiper {
  width: 100%;
  margin-top: 2vw;
  padding: 0 5vw;
}

.kidsSwiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15.625vw;   
}

.kidsSwiper .cardImg {
  width: 100%;
  object-fit: contain;
}
.title4{
font-size: 4.167vw;
line-height: 3.125vw;
font-family: 'extraBold';
align-self: center;
 text-shadow: 0 0 0.4vw #fff;
}
.spareSection {
  height: 36.979vw;
  width: 100%;
  background-color: #000000;
  color: white;
  display: flex;
  flex-direction: column;   
  justify-content: center;  
  align-items: center;      
  text-align: center;
}
.spareSwiper {
  width: 100%;
  margin-top: 2vw;
  padding: 0 5vw;
}

.spareSwiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15.625vw;   
}

.spareSwiper .cardImg {
  width: 100%;
  object-fit: contain;
}
.title5{
font-size: 4.167vw;
line-height: 3.125vw;
font-family: 'extraBold';
align-self: center;
 text-shadow: 0 0 0.4vw #fff;
}

.movieSection, .sportSection {
  height: 36.979vw;
  width: 100%;
  background-color: #000000;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.movieSwiper, .sportSwiper {
  width: 100%;
  margin-top: 2vw;
  padding: 0 5vw;
}

.movieSwiper .swiper-slide,
.sportSwiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15.625vw;   
}

.movieSwiper .cardImg,
.sportSwiper .cardImg {
  width: 100%;
  object-fit: contain;
}

.title6, .titleSport {
  font-size: 4.167vw;
  line-height: 3.125vw;
  font-family: 'extraBold';
  align-self: center;
  margin-top: 2vw;
   text-shadow: 0 0 0.4vw #fff;
}
.QnASection {
  width: 59.479vw;
  margin: 0 auto;
  background-color: #000000;
}

.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;
}

.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: 'extraBold';
    line-height: 0.625vw;
    margin-bottom: 1.25vw;
    color: white;
    text-shadow: 0 0 0.02vw #fff;
}
.footerSection{
    height: 17.135vw;
    width: 100%;
    background: #000000;
    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;
  }
  .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;
    z-index: 2;
  }

  .HeroSection {
    width: 100%;
    height: 175.897vw;  
    background-image: url("../images/HeroBgPremiumMobile.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::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30vw; 
  background: linear-gradient(
    to bottom,
    #000000 0%,              
    rgba(0,0,0,0.7) 60%,     
    rgba(0,0,0,0.5) 80%,      
    rgba(0,0,0,0.3) 90%,      
    rgba(0,0,0,0) 100%       
  );
  pointer-events: none;
  z-index: 1;
}

  .HeroContent {
    font-family: 'extraBold';
    margin: 0;
    z-index: 2;
    align-items: center;
    
  }

  .title1 {
    font-size: 13.385vw;
    font-weight: 'extraBold';
    margin-bottom: 3vw;        
    line-height: 11.795vw;     
    text-shadow: 0 0 1vw #fff;
    text-align: center;
  }
  .subtitle1{
    font-size: 5.128vw;
    line-height: 6.154vw;
    font-family: 'semiBold';
    text-shadow: 0 0 0.4vw #fff;
    margin-top: 0;
    text-align: center;
    margin-bottom: 5vw;
  }

  .joinBtn,
  .joinBtn2 {
    border: none;
    width: 86.923vw;
    border-radius: 6vw;
    height: 12.821vw;       
    font-size: 5.128vw;
    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;
  }

  .joinBtn2 {
    background-color: #9631FF;
    color: #ffffff;
  
  }

  /* --- QnA Section --- */
  .QnASection {
    width: 100%;
    margin-top: 10.256vw;
    display: flex;
    background-color: #000000;
    flex-direction: column;
    align-items: center;
  }
  .title8{
    font-size: 10.256vw;
    margin-bottom:  6.154vw;
    line-height: 10.256vw;
    text-shadow: 0 0 1.2vw #fff;
  }
  .qna-item{
    width: 90%;
    text-align: right;
    padding-bottom: 3.333vw;
    padding-top: 3.333vw;
  }
  .qna-question{
    font-size: 4.615vw;
    line-height: 125%;
    font-family: 'semiBold';
    background: transparent;
    border: none;
    width: 100%;
    text-align: right;
    color: white;
  }
  .qna-question::before{
  width: 3.077vw;  
  height: 1.795vw; 
}
  .qna-answer{
    font-size: 4.615vw;
    font-family: 'regular';
    line-height: 125%;
    width: 80%;
    color: white;
    max-height: 0;
    overflow: hidden;
  }
  .qna-item.active .qna-answer {
    max-height: 100vh;
    height: auto;      
    padding-bottom: 1vw;
    padding-top: 1vw;
  }

  /* --- Footer --- */
  .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;
  }
  .storeImg{
    width: 35.897vw;
    height: 10.769vw;
  }
  .socialRow{
    margin-top: 10.256vw;
    gap: 7vw;
  }
  .socialImg{
    width: 8.692vw;
    height: 8.692vw;
  }
  .socialRow img[alt="Instagram"] {
    margin-bottom: 1.1vw;
  }

  /* --- Coupled Sections --- */
  .cardsSection,
  .cardsSection2,
  .kidsSection,
  .spareSection,
  .movieSection,
  .sportSection {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 147.692vw;
    background-color: #000000;
    overflow: hidden;
  }

  /* --- Coupled Titles --- */
  .title2,
  .title3,
  .title4,
  .title5,
  .title6,
  .titleSport {
    font-size: 10.256vw;
    color: white;
    text-shadow: 0 0 1.2vw #fff;
    text-align: center;
    line-height:10.256vw;
    margin-top: 10vw;
    margin-bottom: 10.256vw;
    font-family: 'extraBold';
  }

  /* --- Coupled Swipers --- */
  .cardsSwiper,
  .dramaChannelSwiper,
  .dramaLibrarySwiper,
  .kidsSwiper,
  .spareSwiper,
  .movieSwiper,
  .sportSwiper {
    width: 100%;
    margin-top: 0;

    padding: 0 7vw;
  }
  .dramaChannelSwiper .swiper-slide,
.cardsSwiper .swiper-slide,
.dramaLibrarySwiper .swiper-slide,
.kidsSwiper .swiper-slide,
.spareSwiper .swiper-slide,
.movieSwiper .swiper-slide,
.sportSwiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: unset;
}

  .cardsSwiper .cardImg,
  .dramaChannelSwiper .cardImg,
  .dramaLibrarySwiper .cardImg,
  .kidsSwiper .cardImg,
  .spareSwiper .cardImg,
  .movieSwiper .cardImg,
  .sportSwiper .cardImg {
    width: 76.923vw;
    object-fit: contain;
  }

}

