.card{
    border-radius: 20px;
border: 1px solid #F2F2F2;
background: linear-gradient(180deg, #CA6B9D 0%, rgba(4, 2, 20, 0.38) 100%);
}

.button{
   
    color: white;
    outline: white;
    border-radius: 5px;
background: #B76E79;
    
 
    
}
.button2{
   
    color: white;
    outline: white;
    border-radius: 5px;
    background: #B76E79;
 
    
}
.newslater{
    background: linear-gradient(180deg, #CA6B9D 0%, rgba(4, 2, 20, 0.38) 100%);
    color: white;
    border-radius: 5px;
    
    
}

.box{
    border-radius: 20px;
border: 1px solid #F2F2F2;
background: var(--gradiant, linear-gradient(180deg, #CA6B9D 0%, rgba(4, 2, 20, 0.38) 100%));
box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.05);
}

.downborder{
    background: linear-gradient(90deg, #CA6B9D 0%, rgba(4, 2, 20, 0.38) 100%);
    width: 135px;
height: 8px;
flex-shrink: 0;
}

.coloricon{
    border-radius: 6px;
border: 1px solid #8F8F8F;
}
.color{
background: var(--gradiant, linear-gradient(180deg, #CA6B9D 0%, rgba(4, 2, 20, 0.38) 100%));

}

.dropdown:hover .dropdown-menu {
    display: block;
  }
  

nav.sticky  {
    position: sticky;
    /* background-color: #020014; */
  }

  nav.sticky  img{
    max-height: 100px;



  }


  .lighttext{
    max-height: 100% !important;
    width: 100vw;
    
  }

  .w-screen{
    max-width: 100%;
  }


  /* .w-screen {
    width: 100%;
    max-height: 80px;
} */

