*{
  box-sizing: border-box;
  position: relative;
}

body{
  background:#131313;
  color:white;
  font-family: Poppins, sans-serif;
  line-height:1.2;
  margin: 0;
}

/* reusables */
.highlight{
  color:#dd3231;
}

.highlight-pink{
  color:#ff5c6e;
  font-weight: 800;
}

.highlight-green{
  color:#06a944;
  font-weight:600;
}

.highlight-gold{
  color:#eab035;
  font-weight: 800;
}

.emphasize-red{
  background:#ff5c6e;
  color:white;
  border-radius: 10px;
  padding: 0 4px;
  font-size: 10px;
  font-weight: 500;
}

.rand-button{
  transition: 0.1s all;
}

.rand-button:hover{
  color:#ff5c6e;
}

.boxed{
  border:2px solid white;
  border-radius:8px;
  padding:4px 12px;
  white-space:nowrap;
}

.smaller-font{
  font-size:0.75em;
}

.small-font{
  font-size:0.9em;
}

.tag{
  background:#303030;
  padding:4px 12px;
  border-radius:16px;
}

.image-tag{
  background:#e75275b3;
  position:absolute;
  top:0;
  right:0;
  margin:8px;
  padding:4px 8px;
  border-radius: 18px;
  font-weight:600;
  font-size: 14px;
  line-height:1.5;
}

.image-btn{
  background:#06a944;
  padding: 8px 12px;
  width:fit-content;
  border-radius:18px;
  margin-top:8px;
}

/* banner */
.banner-div{
  width:100%;
  overflow: hidden;
  background: linear-gradient(to right, #000000 30%, #F9F6F1 70%);
}

.banner-div a{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.middle-banner{
  display:flex;
  align-items: center;
  gap:20px;
  font-weight: 600;
  padding-bottom: 2px;
  flex-grow:1;
  justify-content: center
}

.banner-div h2{
  color:black;
  font-size: 18px;
}

.banner-div-img{
  width:200px;
}

.banner-div img{
  width:100%;
}

.banner-header-main-text{
  color:black;
  background: #f2c84c;
  border-radius:24px;
  padding:8px 10px;
  white-space: nowrap;
}

.banner-header-main-text:before{
  content: "";
  border-radius: inherit;
  -webkit-mask-composite: xor;
  -webkit-mask-composite: xor;
  -webkit-mask-source-type: auto,auto;
  background: linear-gradient(87.94deg, #ab7014 -.38%, #eab035 100%);
  padding: 3px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  -webkit-mask-position: 0 0, 0 0;
  mask-position: 0 0, 0 0;
  -webkit-mask-size: auto, auto;
  mask-size: auto, auto;
  -webkit-mask-repeat: repeat, repeat;
  mask-repeat: repeat, repeat;
  -webkit-mask-clip: content-box, border-box;
  mask-clip: content-box, border-box;
  -webkit-mask-origin: content-box, border-box;
  mask-origin: content-box, border-box;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-mask-source-type: auto,auto;
  mask-mode: match-source, match-source;
}


.banner-div:before {
    content: "";
    border-radius: inherit;
    background: linear-gradient(87.94deg, #ab7014 -.38%, #eab035 100%);
    
    /* 1. Set padding ONLY on the bottom */
    padding: 0 0 4px 0; 
    
    position: absolute;
    
    /* 2. Stretch to all edges */
    inset: 0; 
    
    /* 3. Standard Mask properties */
    -webkit-mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
    mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
    -webkit-mask-clip: content-box, border-box;
    mask-clip: content-box, border-box;
    -webkit-mask-composite: xor;
    mask-composite: exclude;

    /* Keep these for browser compatibility */
    -webkit-mask-origin: content-box, border-box;
    mask-origin: content-box, border-box;
}

/* */

/* top navbar */
.top-navbar{
  border: 1px solid #363636;
  position: fixed;
  width:100%;
  top: 0;
  display:flex;
  gap:10px;
  align-items: center;
  z-index: 99;
  background: #131313 ;
  height:69px;
  padding:0 32px;
  justify-content: space-between;
}

.top-navbar-left{
  display:flex;
  align-items: center;
  height:100%;
}

.top-navbar-button{
    height: 100%;
    display: flex;
    align-items: center;
    border-bottom: 4px solid transparent;
    cursor:pointer;
    transition: 0.1s all;
}

.top-navbar-right{
  display: flex;
  gap:20px;
  align-items: center;
}

.top-navbar-button:hover{
    color:#ff5c6e;
}

.top-selected{
  border-color: #ff5c6e;
  color:#ff5c6e;
}

.top-navbar p{
  margin:0;
  font-size:13px;
  padding:0 10px;
  font-weight:600;
}

.main-logo img{
  height:60px;
  width:auto;
  padding: 0 32px ;
}

.aap-button{
  font-size: 13px;
  padding:8px 9px;
  border-radius: 12px;
}

.aap-button:before{
  content: "";
  border-radius: inherit;
  -webkit-mask-composite: xor;
  -webkit-mask-composite: xor;
  -webkit-mask-source-type: auto,auto;
  background: linear-gradient(87.94deg, #ab7014 -.38%, #eab035 100%);
  padding: 2px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
  -webkit-mask-position: 0 0, 0 0;
  mask-position: 0 0, 0 0;
  -webkit-mask-size: auto, auto;
  mask-size: auto, auto;
  -webkit-mask-repeat: repeat, repeat;
  mask-repeat: repeat, repeat;
  -webkit-mask-clip: content-box, border-box;
  mask-clip: content-box, border-box;
  -webkit-mask-origin: content-box, border-box;
  mask-origin: content-box, border-box;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-mask-source-type: auto,auto;
  mask-mode: match-source, match-source;
}

.top-menu-bar{
  width: 20px;
  display: none;
}

.top-menu-bar img{
  width: 100%;
}

.mobile-topbar{
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap:20px;
  font-size: 13px;
  font-weight: 600;
  padding: 0 10px;
  text-align: center;
}

/* side navbar */
.side-navbar{
  border: 1px solid #363636;
  position: fixed;
  width:220px;
  top: 69px;
  bottom:0;
  left:0px;
  display:flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 99;
  background: #131313 ;
  
  text-align: left;
  line-height: 1.5;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: ease-in-out;
  overflow-y: auto;
}

.side-navbar p{
  margin:0;
  font-size:13px;
  padding:0 10px;
}

.pflex{
  display: flex;
  gap: 5px;
}

.pflex img{
  width:16px;
  height:16px;
}

.side-navbar-item{
  padding:10px 5px;
  border: 1px solid #363636;
  border-radius: 10px;
  transition: 0.2s all;
}

.side-navbar-item:hover{
  background:#3F3F46;

}

.side-nav-top-section{
  display:flex;
  flex-direction: column;
  gap:10px;
  padding:24px;
}

.side-nav-top-section{
  display:flex;
  flex-direction: column;
  gap:10px;
  padding:24px;
}

.side-nav-bottom-section{
  display:flex;
  flex-direction: column;
  gap:10px;
  border-top: 1px solid #363636;
  padding:24px 24px 20px;
}

.side-navbar-postscript p{
  font-size: 8px;
  display: flex;
  padding:10px 0 0;
  align-items: center;
  gap: 10px;
  color:rgb(209, 209, 209);
  font-size: 300;
  line-height: 1;
}

.circle-divider{
  height: 4px;
  width: 4px;
  border-radius: 4px;
  background: rgb(209, 209, 209);
}

.hide-side-navbar{
  left: -220px;
}

/* */

.main{
  margin:83px 0 0 220px;
}

.main-content{
  max-width:1280px;
  margin: 0 auto 40px;
}

a{
  display:block;
  color: unset;
  text-decoration: none;
}

h3{
  font-size:32px;
  margin:0;
}

.section-holder{
  margin-top:20px;
  margin-left: 16px;
  margin-right: 16px;
}

.section-header{
  font-weight: bold;
  margin:24px 0 24px;
}

.content-holder{
  display: flex;
  gap:24px;
  flex-wrap: wrap;
}

.section-1 .content-holder{
  flex-wrap: nowrap;
  overflow-x: scroll;
  justify-content: flex-start;
}

.hide-x-scrollbar {
  overflow-x: scroll;   
  overflow-y: hidden;
  scrollbar-width: none;     
  -ms-overflow-style: none;     
}

.hide-x-scrollbar::-webkit-scrollbar {
  display: none;              
}

.course-holder{
  max-width: 23%;
  overflow: hidden;
  
}

.section-1 .course-holder{
  min-width: 220px;
  width: 220px;
  max-width: unset;
}

.course-holder a{
  height:100%;
}

.preload-image{
  position: absolute;
}

.course-holder img{
  border-radius: 24px;
  width:100%;
  height:100%;
  z-index: 2;
}

.bunny-frame{
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 24px;
  z-index: 3;
}

.bunny-frame iframe{
  border: 0;
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
  opacity:0;
  transition: 0.2s all;
  
}



.course-holder-overlay{
  position:absolute;
  top:0;
  bottom:0;
  padding:7%;
  width:100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  background: linear-gradient(
    to bottom, 
    transparent 40%, 
    #131313e6 90%
  );
  z-index: 3;
}

.course-holder-overlay-title{
  font-size:24px;
  margin:0 0 5px;
  font-weight:600;
}

.course-holder-overlay-desc{
  margin:0;
  font-size:14px;
  color:rgba(255, 255, 255, 0.7);
}

.edge-scroll{
  position:absolute;
  height:100%;
  width:10%;
  z-index: 2;
  
}

#right-edge-scroll{
  top:0;
  right:0;
  overflow: hidden;
  display:none;
  background-image:linear-gradient(270deg,#131313e6 0%,#0009 40%,#0000 100%);
}

#left-edge-scroll{
  top:0;
  left:0;
  display: none;
  background-image:linear-gradient(90deg,#131313e6 0%,#0009 40%,#0000 100%);
}

.scroll-button{
  width:48px;
  height:48px;
  position:absolute;
  padding:10px;
  background-color:#303030;
  border-radius:50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border:1px solid white;
  transition: 0.2s all;
  cursor: pointer;
}

.scroll-button:hover{
  opacity: 0.8;
}

.scroll-button img{
  width: 12px;
  height: 14px;
}

#scroll-btn-right{
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

#scroll-btn-left{
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.edge-scroll.visible {
  display: block !important;
}

/* exit popup */

/* Dark background overlay */
#exit-popup-overlay {
    display: none;
    opacity:0;
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    transition: 0.3s all;
}

#exit-popup {
    background: #fff;
    color: black;
    padding: 10px 30px 20px;
    border-radius: 12px;
    max-width: 450px;
    width: 90%;
    text-align: center;
    position: relative;
    border: 4px solid #ff5c6e;
}

#close-popup {
    position: absolute;
    top: 10px; right: 15px;
    font-size: 24px;
    cursor: pointer;
    color: #666;
}

.benefit-list {
    text-align: left;
    display: inline-block;
    margin: 0;
    list-style: none;
    padding: 0;
    width:100%;
}

.benefit-list li {
    margin-bottom:8px;
}

.benefit-list li::before { content: "✓ "; color: green; font-weight: bold; }

.gifts-section {
    text-align: left;
    background: #f9f9f9;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
    font-size: 0.9rem;
}

.gifts-section p{
  margin:8px 0;
}

#popup-cta {
    display: block;
    background: #ff5c6e;
    color: white;
    text-decoration: none;
    padding: 15px;
    font-weight: bold;
    border-radius: 5px;
    font-size: 1.2rem;
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

/* banner countdown timer */

#countdown-timer-2{
  display: flex;
  gap: 5px;
  color:black;
}

.banner-time-block{
  display:flex;
  flex-direction:column;
  border-right:1px black solid;
  padding:10px;
  text-align:center;
  font-size:18px;
}

.banner-time-block:last-child{
  border-right:0px black solid;
}

.banner-time-block-text{
  font-size:14px;
  opacity:0.4;
}

/* -- */

@media (max-width:1280px) {
  .course-holder{
    max-width: 30%;
    overflow: hidden;
    
  }
}

@media (max-width:1023px) {
  .main{
    margin-left:0px;
  }

  .top-menu-bar{
    display: block;
  }

  .course-section{
    max-width: 672px;
    margin:auto;
  }

  .section-header{
    text-align: center;
  }

  .content-holder{
    justify-content: center;
  }

  .course-holder-overlay-title{
    font-size:20px;
  }

  .course-holder-overlay-desc{
    font-size:13px;
  }

  .main{
    margin-top: 70px;
  }

  .mobile-topbar{
    display: flex;
  }

  .desktop-only{
    display:none;
  }


}

@media (max-width:768px) {
  
  .banner-div h2{
    font-size:16px;
  }
  
  .banner-div-img{
    width:200px;
  }

  .content-holder{
    gap:8px;
  }

  .course-holder{
    max-width: 47%;
    width: 100%;
  }

  .course-holder img{
    max-width: 300px;
  }

  .aap-button{
    display: none;
  }
  

  h3{
    font-size:22px;
  }

  .course-holder-overlay-title{
    font-size:16px;
  }

  .course-holder-overlay-desc{
    font-size:13px;
  }

  .image-btn {
    font-size: 14px;
  }

  .scroll-button{
    display:none;
  }

}

@media (max-width:600px) {
  .desktop-only-600{
    display:none;
  }

  .banner-div h2{
    font-size:12px;
  }
  
  .banner-div-img{
    width:120px;
  }

  .banner-time-block{
    padding:8px;
  }

  #countdown-timer-2{
    gap:0;
  }

  .banner-time-block{
    font-size:14px;
  }

  .banner-time-block-text{
    font-size:10px;
  }

}

@media (max-width:420px) {

  .banner-div h2{
    font-size:10px;
  }
  
  .banner-time-block{
    font-size:10px;
  }

  .banner-time-block-text{
    font-size:8px;
  }

  .banner-header-main-text:before{
    padding: 1px;
  }

}