nav{
    box-shadow: 0 .25rem .5rem rgba(0,0,0,.5);
    padding-block: 1rem !important;
    letter-spacing: -.5px;
}

nav a{
    color: #9da3ab !important;
    font-size: 17px !important;
}

nav .active{
    color: #fff !important;
}
nav .active:hover{
    color: #fff !important;
}
nav a:hover{
    color: #fff !important;
}

.display-3.fw-semibold.text-shadow {
    text-align: center;
    padding-top: 11rem;
    text-shadow: 0 0 1px #000,1px 1px 1px rgba(0,0,0,.5),-1px -1px 1px rgba(0,0,0,.5),-1px 1px 1px rgba(0,0,0,.5),1px -1px 1px rgba(0,0,0,.5),2px 2px 1px rgba(0,0,0,.5),3px 3px 1px rgba(0,0,0,.4),4px 4px 1px rgba(0,0,0,.3),5px 5px 1px rgba(0,0,0,.2),6px 6px 1px rgba(0,0,0,.1) !important;
  }

.display-3 a{
    text-decoration: none !important;
}

.text-shadow {
    text-align: center;
    text-shadow: 0 0 1px #000,1px 1px 1px rgba(0,0,0,.5),-1px -1px 1px rgba(0,0,0,.5),-1px 1px 1px rgba(0,0,0,.5),1px -1px 1px rgba(0,0,0,.5),2px 2px 1px rgba(0,0,0,.5),3px 3px 1px rgba(0,0,0,.4),4px 4px 1px rgba(0,0,0,.3),5px 5px 1px rgba(0,0,0,.2),6px 6px 1px rgba(0,0,0,.1) !important;
  }





  .thermometer-wrapper {
    position: relative;
    width: 100%;
    max-width: 940px;
    margin: 60px auto;
    height: 120px;
    box-sizing: border-box;
  }

  .bulb {
    width: 80px;
    height: 80px;
    background: linear-gradient(to bottom, #2d3a4d, #1a2430);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 20px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
    display: flex;
    z-index: 2;
  }

  .bulb-inner {
    width: 26px;
    height: 26px;
    background: #6f7c8b;
    border-radius: 50%;
    left: 50%;
    position: absolute;
    top: 12px;
  }

  .bar {
    position: absolute;
    left: 50px;
    right: 0;
    top: 47px;
    height: 25px;
    border-radius: 20px;
    background: #2a3c51;
    display: flex;
    align-items: center;
    box-shadow: inset 0 0 0 2px #2a3c51, 0 4px 12px rgba(0,0,0,0.15);
    padding: 1rem;
    padding-bottom: 1.5rem;
    padding-left: 2rem;
  }

  .fill {
    height: 16px;
    background: #6f7c8b;
    border-radius: 10px;
    margin-left: 12px;
    transition: width 0.5s ease;
  }

  .ticks {
    position: absolute;
    top: 16px;
    left: 93px;
    right: 0;
    display: flex;
    justify-content: space-between;
  }

  .tick {
    text-align: center;
    color: #000;
    font-size: 14px;
    width: 33.33%;
  }

  .tick::after {
    content: '';
    display: block;
    height: 10px;
    width: 2px;
    background: #000;
    margin: 0px auto 0;
  }

  .label {
    position: absolute;
    background: #2a3c51;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding: 6px 12px;
    border-radius: 10px;
    z-index: 3;
    white-space: nowrap;
  }

  .goal-label {
    top: -70px;
    padding: 0.5rem;
    right: 0;
    border: 2px solid #fff;
  }

  .raised-label {
    top: 40px;
    padding: 0.5rem;
    right: 0;
  }

  .dt-button span {
    color: #000 !important;
  }

  .items::after{
        content: "";
        width: 80%;
        height: 2px;
        background: #e0e0e0;
        display: block;
        margin: auto;
        margin-top: 22px;
    }

    .video-container iframe{
        height: 600px;
    }

  @media (max-width: 767.98px) {
    #studentTable, #studentTable thead, #studentTable tbody, #studentTable tr, #studentTable th, #studentTable td {
        display: block !important;
        width: 100% !important;
    }

    .video-container iframe{
        height: 315px !important;
    }

    .jk{
        display: none !important;
    }

    #studentTable td{
        padding-left: 0px !important;
    }
    ._5uqybw1{
        margin-left: 0px !important;
    }

    .security{
        width: 100% !important;
        margin-left: 0px !important;
    }



    .expiry{
        width: 100% !important;
    }

    .vvv{
        display: block !important;
    }

    .mobile{
        display: block !important;
    }

    .desktop{
        display: none !important;
    }

    .body-checkout::after{
        background-color: #f9fafb !important;
    }

    #studentTable tr {
        margin-bottom: 1rem;
        border-bottom: 2px solid #eee;
        border-width : unset !important;
        border : unset !i
    }
    #studentTable td {
        border: none !important;
        border-bottom: 1px solid #eee !important;
        padding: 12px 8px;
        background: #fff !important;
    }

    tr{
        border: unset !important;
    }

    .listingg{
        max-width: 330px !important;
    }

    .lsls{
        padding: 2rem !important;
        padding-right: 3.2rem !important;
    }

    #studentTable td:before {
        content: '';
        font-weight: bold;
        display: block;
        margin-bottom: 4px;
        color: #666;
    }
    #studentTable thead {
        display: none !important;
    }
}

  @media screen and (max-width: 700px) {
    .thermometer-wrapper {
      height: auto;
      padding: 0 10px;
    }

    .custom-banner-title{
        padding-bottom: 3rem !important;
    }

    .counters{
        margin-right: 0px !important;
        margin-left: 7px !important;
    }

    .bulb {
      width: 60px;
      height: 60px;
      top: 10px;
    }

    .bulb-inner {
      width: 16px;
      height: 16px;
    }

    .bar {
      left: 35px;
      top: 20px;
      height: 20px;
    }

    .fill {
      height: 8px;
    }

    .ticks {
      display: none !important;
      left: 60px;
      top: 10px;
    }

    .tick {
      font-size: 12px;
    }

    .label {
      font-size: 12px;
      padding: 4px 8px;
    }

    .goal-label {
      padding: 0.5rem;
      top: -40px;
    }

    .raised-label {
      padding: 0.5rem;
      top: 50px;
    }

    .thermometer{
        margin-bottom: 10rem !important;
    }
  }


  .timer h1 {
    font-size: 3rem;
    color: #283748;
}

.timer p {
    font-size: 1.25rem;
    font-weight: 500;
    color: #555;
}

.icons i{
    font-size: 3rem !important;
    color: #2e4053 !important;
}
