@import url('https://fonts.googleapis.com/css2?family=Azeret+Mono:ital,wght@0,100..900;1,100..900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



.azeret-mono-normal {
  font-family: "Azeret Mono", monospace;
  font-optical-sizing: auto;
  font-style: normal;
}


.btn{
 
    border: 1px solid rgb(23, 27, 36);
    border-radius: 8px;
    padding: 17px 24px;
    background-color: white;
    font-weight: 600;
    font-size: 20px;
    cursor: pointer;
}




header{
    margin-top: 38px;
}



nav{
   
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 30px;
}
nav h2{
   font-weight: 800;
   font-size: 28;
}

nav button{
    opacity: 0.8;
}




.banner{
    background-image: url(../assets/images/Hero-bg.png);
    margin-bottom: 74px;
}

.box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0px 221px; 
    text-align: center;
}
.box > img{
    margin-top: 26px;
    margin-bottom: 32px;
}

.box > h1{
    font-weight: 800;
    font-size: 48px;
    margin-bottom: 24px;
}

.box > p{
    font-weight: 400;
    font-size: 16px;
    opacity: 0.7;
    margin-bottom: 32px;
}

.box button{
    background-color: #0D1321;
    color: white;
    margin-bottom: 45px;
}

.box a{
    text-decoration: none;
    color: white;
}


main{
    width: 1140px;
    margin: 0 auto;
}

#dev{
    border-radius: 16px;
    background: rgba(13, 19, 33, 0.02);
    padding: 80px 97px;
    margin-bottom: 90px;
}

#main-content{
    text-align: center;
    margin-bottom: 90px;
}

#one{
    margin-bottom: 48px;
}
#one h2 {
   font-weight: 800;
   font-size: 32px;
   margin-bottom: 24px;
}

#one p {
    font-weight: 400;
    font-size: 16px;
    opacity: 0.7;
 }
 
.LR{
    display: flex;
    justify-content: space-between;
    padding: 48px;
    background: linear-gradient(to right, rgba(255,255,255,100%),rgba(255,255,255,0%));
}
.LR div, .RL div{
    width: 477px;
    text-align: left;
}

.LR div h2, .RL div h2{
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 16px;
}

.LR div p, .RL div p{
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 32px;
    opacity: 0.7;
}

#main-content button{
    border-radius: 0;
    padding: 12px 20px;
}

.RL{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 48px;
    background: linear-gradient(to left, rgba(255,255,255,100%),rgba(255,255,255,0%));
}

#inspire {
    text-align: center;
    margin-bottom: 151px;
}

#inspire h2{
    font-weight: 800;
    font-size: 32px;
    margin-bottom: 24px;
}

#inspire p{
    font-weight: 400;
    font-size: 16px;
    opacity: 0.7;
    width: 852px;
    margin: auto;
    margin-bottom: 48px;
}

#inspire #vid{
border-radius: 16px;
}


.wrap{
    padding: 32px;
    border-radius: 16px;
    border: 1px solid rgba(13,19,33,20%);
    width: max-content;
    margin: auto;
}
#current{
    text-align: center;
    margin-bottom: 49px;
}

#current h2{
    font-weight: 800;
    font-size: 32px;
    margin-bottom: 24px;
}

#current h3{
    font-weight: 800;
    font-size: 32px;
    margin-bottom: 8px;
}


#current p{
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 24px;
    opacity: 0.7;
}
#current > p{
    margin-bottom: 48px;
}
#current img{
    width: 56px;
    margin-bottom: 24px;
}
#current section{
    display: flex;
    justify-content: space-between;
    gap:24px
}
#current a{
    font-weight: 700;
    font-size: 16px;
    color: #0D1321;
}
.card{
    text-align: left;
    padding: 40px;
    border-radius: 16px;
}

.card1{
    background: rgba(255, 76, 30, 0.05);
}    
.card2{
    background: rgba(0, 76, 232, 0.05);
}    

.card3{
    background: rgba(255, 223, 0, 0.05);
}    

.support{
    background: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url(../assets/images/handshake.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 64px 48px;
    margin-bottom: 80px;
    border-radius: 16px;

}   
.support h2{
    font-weight: 800;
    font-size: 32px;
    margin-bottom: 16px;
    color: white;
}
.support p{
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 24px;
    color: white;
    opacity: 0.7;
}
.support button{
 padding: 17px 20px;
}
.support-content{
    text-align: center;
}

.support-content input[type="text"]{
    width: 548px;
    height: 57px;
    padding: 19px 20px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 8px;
}
footer{
    display: flex;
    justify-content: space-between;
    padding: 32px 150px;
    background: rgba(13, 19, 33, 0.03);;
}
footer h3{
    font-size: 20px;
    font-weight: 600;
}
footer a{
    text-decoration: none;
}

#github{
    margin: 0px 24px;
}