/* start global style */
  .main-menu {
    font-size: 16px!important;
    color: #fff!important;
    font-family: "Poppins-Medium";
  }
  .main-menu:hover {
    font-size: 16px!important;
    color: #5bc9e8!important;
    font-family: "Poppins-Medium";
  }
  .cus-hdr {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
}
  
/* end global style */
.blue-text {
    /* color: #5BC8E0!important; */
    color: #5bc9e8!important;
  }
 /* start check box  */
.checkbox {
    opacity: 0;
    position: absolute;
  }
  
  .checkbox-label {
    /* background-color: #5bc8e08f; */
    background-color: #282a2c;
    width: 50px;
    height: 26px;
    border-radius: 50px;
    position: relative;
    padding: 5px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #282a2c;
    /* border: 1px solid #5bc8e08f; */
   
  }
  .fa-moon {color: #f1c40f;}
  
  .fa-sun {color: #f39c12;}
  
  .checkbox-label .ball {
    background-color: #a39f9f;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 2px;
    top: 1px;
    border-radius: 50%;
    transition: transform 0.2s linear; 
  }
  
  .checkbox:checked + .checkbox-label .ball {
    transform: translateX(24px);
    background: #5BC8E0;
  }
  .checkbox:checked + .checkbox-label {
  
    background: #5bc8e08f;
    border: 1px solid #282a2c;
  }
  
  .fa-color-moon{
      color: #fafafb;
  }
  .fa-color-sun{
      color: #848484;
  }
  .fa-color-active{
      /* color: #ffcf53; */
      color: #fafafb;
  }
  /*end check box  */

.Advertise_btn {  
    color: #fff;
    letter-spacing: 2px;
    line-height: 15px;
    /* border-radius: 40px; */
    border-radius: 12px;
    background: transparent;
    transition: all 0.3s ease 0s;
    padding: 17px 25px;
    background-image: linear-gradient(60deg, #5BC8E0 0%, #8176FF 82%);
    font-family: "Poppins-Medium";
  }
    
  .Advertise_btn:hover {
    color: #FFF;
    background-image: linear-gradient(180deg, #5849FF 0%, #5849FF 100%);
  }

  .shadow-number{
    /*font-size: 7.4vw!important;*/
    font-size: 50px!important;
    font-weight: 900;
    color: #f1f6ff;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 0.1px;
    -webkit-text-stroke-color: #5bc9e8;
    margin-bottom: 20px;
}

