
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');


body{
    background: rgb(9, 9, 9) !important;
    margin:0;
    color: white !important;
    font-family: poppins !important;
    overflow-x: hidden !important;
}

a{
    text-decoration: none !important;
    color: white !important;  
}

.header{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;

}

.header .nav{
    display: flex;
    align-items: center;
    padding: 0 150px;
}

.header .nav .logo{
    width: 80px;
}

.header .nav h2{
    font-weight: 400;
    font-size: 20px;
    padding: 0 10px;
    display: flex;
    align-items: center;
}

.header .nav h2:hover{
    transition: 200ms;
    filter: opacity(30%);
    transform: scale(1.01); 
}

.header .nav h2 span{
    margin-right: 5px;
    font-size: 20px
}
button:hover{
    transition: 200ms;
    cursor: pointer;
    filter: opacity(50%);
}
.header .right button{
    background-color: rgb(170, 148, 0);
    border:0;
    font-family: poppins !important;
    color: white;
    font-size: 16px;
    font-weight: 600;
    padding: 1.5px 35px;
    display: flex;
    align-items: center;
    margin-left: 10px;
    border-radius: 20px;
}
.header .right {
    display: flex;
    align-items: center;
    right: 150px;
    position: absolute;
}
.header .right button span{
    margin-right: 5px;
}






.main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 75vh;
}

.main .right{
    position: absolute;
    right: 250px;
}

.main .right img{
    width: 500px;
}

.main .left{
    position: absolute;
    left: 250px;
}

.main .left h2{
    margin: 0;
    font-size: 35px !important;
}

.main .left h3{
    margin:0;
    font-weight: 300;
    line-height: 25px;
    font-size: 20px !important;
}

.main .arrow{
    display: flex;
    position: absolute;
    margin-left: 50%;
    margin-right: 50%;
    bottom: 75px;
}















.footer{
    margin-top: 350px;
    height: 300px;
    width: 100%;
    background-color: rgb(9,9,9);
    display: flex;
    align-items: center;
    filter: opacity(80%)
}
.evenly{
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}
.footer .logo {
    padding: 0 100px;
}
.footer .logo img{
    width: 250px;
}


.footer h2{
    margin:0;
    font-size: 30px;

}

.footer h3{
    margin:0;
    font-weight: 300;
    color: gray;
    font-size: 18px;
}

.footer h3:hover{
    color:white;
}

.bg{
    background: url(./xD.png);
    top:0;
    left:0;
    right:0;
    bottom:0;
    position: absolute;
    z-index: -3;
    background-size: cover;
}

.fluid{
    background: url(./fluid.png);
    top:0;
    left:0;
    right:0;
    bottom:0;
    position: absolute;
    z-index: -2;
    filter: opacity(40%);
    background-size: cover;


}

::-webkit-scrollbar {
    width: 8px;
}
  

::-webkit-scrollbar-track {
    background: rgb(9, 9, 9)
}
  
::-webkit-scrollbar-thumb {
    background: rgb(170, 148, 0);
    border-radius: 5px;
}
