@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap');

*{
    font-family: 'Poppins', sans-serif;
}

p{
    color: rgba(255, 255, 255, 0.781);

}

article p{
    color: #fff;
}
body, footer{
    background-color: #070709 !important;
}

body,html{
overflow-x:hidden ;

}

body{
    position: relative;
}

.icons-rs svg{
    width: 30px;
    height: 30px;
    padding:5px;
    margin-right: 5px;
  }

.rounded-20{
    border-radius: 20px;
}

.bg-gray{
    background-color: #0f0f10;
}

.bg-gr-1{
    background: rgb(19,0,32);
    background: -moz-linear-gradient(209deg, rgba(19,0,32,1) 0%, rgba(149,0,255,1) 100%);
    background: -webkit-linear-gradient(209deg, rgba(19,0,32,1) 0%, rgba(149,0,255,1) 100%);
    background: linear-gradient(209deg, rgba(19,0,32,1) 0%, rgba(149,0,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#130020",endColorstr="#9500ff",GradientType=1);
}

.text-white-dg{
    background: rgb(82,81,81);
background: linear-gradient(318deg, rgba(82,81,81,1) 0%, rgba(255,255,255,1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent; 

}

button{
    border:0.1px solid rgba(255, 255, 255, 0.12);
    padding:10px 20px;
    border-radius: 60px !important;
    background-color: transparent;
    color:#fff;
}


::-webkit-scrollbar {
    background-color: transparent;
    width: 7px;
  }
::-webkit-scrollbar-track {
    background-color: transparent;
  }
::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #fff2;
    background-clip: content-box;
}


