@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;700&display=swap');

::-webkit-scrollbar {
  width: .5rem;
  height:.5rem;
}
/* Track */
::-webkit-scrollbar-track {
  background: grey;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: dimgrey;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: goldenrod;
}
a[onclick]{
    cursor:pointer;
}
a[href]{
    color:#4396ef;
}
body{
    font-family: 'Ubuntu',helvetica, sans-serif,arial;
    color:white;
    font-size:18px;
    background:#212121;
    min-width:1140px;
}
.container{
    min-width:1140px;
}
textarea{
    resize:none;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
    font-weight:bold;
    margin-bottom:0px;
}
.loader{
    position:fixed;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    background:white url(/assets/img/logo.png) center center no-repeat;
    background-size:400px;
    border-radius:.5rem;
    z-index:9999;
}

.background{
    position:fixed;
    top:0px;
    left:0px;
    bottom:0px;
    right:0px;
    background:black url(/assets/img/main_bg.png) center bottom;
    background-size:cover;
    z-index:-1;
}
.wrapper{
    background:url(/assets/img/inner_bg.png) top center no-repeat;
    background-size:1140px;
}
.section1{
}
.section2{
}
.section3{
}
