.bg-img {
    position: relative; 
    background-image: url(../../assets/img/CS.png);
    background-repeat: no-repeat;
    background-size: cover; 
    background-position: center; 
    height: 800px; 
    width: 100%;
}
.bottom-image {
    position: relative; 
    background-image: url(../../assets/img/bottom-image.png);
    background-repeat: no-repeat;
    background-size: cover; 
    background-position: center; 
    height: 350px; 
    width: 100%; 
}
.timer {
    position: absolute;
    bottom: 30px; 
    left: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 30px; 
}

.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center; 
}

.footer {
    color: #fff;
    padding: 20px 0; 
}
.social-media {
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
    img {
        cursor: pointer;
    }
}
.text-white {
    color: #fff;
}
  
  .icon-container {
    position: relative;
  }
  
  .twitter-active,
  .link-active,
  .youtube-active {
    display: none;
  }
  
  .icon-container:hover .twitter-active,
  .icon-container:hover .link-active,
  .icon-container:hover .youtube-active {
    display: inline-block;
  }

  .icon-container:hover .twitter,
  .icon-container:hover .link,
  .icon-container:hover .youtube {
    display: none;
  }
  .container {
    color: #333;
    margin: 0 auto;
    text-align: center;
  }
  .timer {
  h1 {
    font-weight: normal;
    letter-spacing: .125rem;
    text-transform: uppercase;
  }
  
  li {
    display: inline-block;
    font-size: 1.5em;
    list-style-type: none;
    padding: 1em;
    text-transform: uppercase;
    line-height: 49px;
  }
  
  li span {
    display: block;
    font-size: 3rem;
    color: white;
    font-weight: 500;
  }
}
  .text {
    background: #915FF6;
    color: white;
    font-size: 12px;
    margin: auto;
    display: inline;
    max-width: 33px;
    padding: 5px 20px;
  }

  @media all and (max-width: 768px) {
    h1 {
      font-size: calc(1.5rem * var(--smaller));
    }
    
    li {
      font-size: calc(1.125rem * var(--smaller));
    }
    
    li span {
      font-size: calc(3.375rem * var(--smaller));
    }
  }
  .border-line {
    border-top: 1px solid #30323a !important;
    padding: 0px 50px;
    width: 85%;
    margin: auto;
    margin-bottom: 10px;
  }
  .video {
    height: 450px;
    width: 100%;
    object-fit: cover;
  }
 
  .video-container {
    position: relative;
    width: 100%;
    display: grid;
  }

  .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
  }
  
  .content h1 {
    font-size: 26px;
    margin-bottom: 20px;
    line-height: 45px;
    font-weight: 600;
    margin: 70px 0px
  }
  
  .button {
    background-color: transparent;
    border: none;
    cursor: pointer;
  }
body {
    font-family: "Plus Jakarta Sans", sans-serif;
}  
.purple{
color:#AC4DC9;
}
.blue {
    color:#2EC9BD ;
}
.gradient-text {
    background: linear-gradient(to right, #2EC9BD, #AC4DC9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .ripple {
    border-radius: 50%;
    background: red;
    animation: ripple-effect 1s linear;
  }
  
  @keyframes ripple-effect {
    to {
      transform: scale(100);
      opacity: 0;
    }
  }
  .image-section {
    position: relative;
  }
  
  .bottom-image {
    width: 100%;
    display: block;
  }
  
  .footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    box-sizing: border-box;
  }
  
  .footer .social-media {
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
  }
  
  .footer .social-media .icon-container {
    position: relative;
  }
  
  .footer .social-media .icon-container img {
    cursor: pointer;
  }
  
  .font-16 {
    font-size: 16px;
  }
  .copy-color {
    color: #B7B4BB;
  }
  .pointer {
    cursor: pointer;
  }