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

@font-face {
    font-family: 'aquire-bold';
    src: url('fonts/AquireBold-8Ma60.ttf') format('truetype');
 }

 @font-face {
    font-family: 'sfpro';
    src: url('fonts/SFPRODISPLAYBOLD.ttf') format('truetype');
 }

 body{
     background-color: #1E1E1E;
 }

 a{
     text-decoration: none;
 }

.nav{
    padding: 60px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

button{
    color: white;
    width: 150px;
    height: 40px;
    border: #ffffff 1px solid;
    border-radius: 25px;
    background-color: rgba(255, 255, 255, 0);
    font-family: 'Comfortaa', cursive;
    font-weight: 300;
}

button:hover{
    background-color: white;
    color: #1E1E1E;
    font-weight: 700;
}

#logo{
    font-family: 'aquire-bold';
    font-size: 43px;
    color: rgb(103, 255, 172);
}

#colored-bikes{
    color: rgb(103, 255, 172);
}

.nav-item{
    font-family: 'Comfortaa', cursive;
    font-weight: 300;
    color: #ffffff;
}

#colored-bikes, .links :nth-child(2){
    margin-right: 150px;
}

.links{
    background-color: #2B2B2B;
    padding: 15px 40px;
    border-radius: 40px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

#text-logo1{
    color: white;
    font-size: 200px;
    font-family: 'Montserrat', sans-serif;
}

.text  p{
    font-size: 30px;
    color: white;
    font-family: 'Montserrat', sans-serif;
}

#x-logo{
    background: -webkit-linear-gradient(rgb(103, 255, 172), rgba(61, 57, 57, 0.541));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 155px;
    font-family: "aquire-bold";
}

.layout1{
    padding: 60px;
    display: flex;
    justify-content: space-evenly;
}

.l1img{
    width: 600px;
    height: 600px;
}

.text{
    margin-right: 10%;
}

.text-point{
    display: flex;
    margin-top: 50px;
}

.point{
    margin-right: 35px;
}

#logo2{
    font-family: 'aquire-bold';
    font-size: 190px;
    color: rgb(103, 255, 172);
}

#logo3{
    font-family: 'aquire-bold';
    font-size: 73px;
    color: rgb(103, 255, 172);
}

.name-explaination > span{
    display: block;
    font-family: 'Comfortaa', cursive;
    font-size: 90px;
}

.name-explaination{
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: white;
    text-align: center;
}

.name-explaination *{
    margin: 55px auto 0px;
}

.name-explaination p{
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    background-color: #2B2B2B;
    border-radius: 30px;
    max-width: 800px;
    padding: 40px;
}

.name-explaination p:last-child{
    font-size: 50px;
}

#text-logo2{
    font-family: 'Comfortaa', cursive;
}

#sub-left{
    display: inline-block;
    position: absolute;
    left: 0px;
}

#sub-right{
    display: inline-block;
    position: absolute;
    right: 0px;
}

.layout2{
    padding: 60px;
    position: relative;
}

.layout3{
    text-align: center;
    margin-top: 150px;
}

.layout3 > p{
    font-size: 80px;
    font-family: 'sfpro';
    color: white;
}

.explaination{
    background-color: #2B2B2B;
    display: inline-block;
    padding: 30px;
    border-radius: 20px;
    width: 300px;
    height: 300px;
    margin: 30px;
}

.explaination span:first-of-type{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 25px;
}

.explaination span:last-of-type{
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 20px;
}

.explaination img{
    display: block;
    height: 110px;
    margin: 0px auto 45px;
}

.school-explaination{
    margin-top: 120px;
    color: white;
}

.layout3 > p > span{
    background: -webkit-linear-gradient(rgb(103, 255, 172), rgba(74, 150, 197, 0.541));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.layout4{
    margin-top: 150px;
}

/*layout desktop*/

@media (max-width:1440px)
{
    #text-logo1{
        font-size: 150px;
    }

    .text  p{
        font-size: 20px;
    }
    
    #x-logo{
        font-size: 117px;
    }

    .point{
        width: 60px;
    }
}

@media (max-width:1250px)
{
    #text-logo1{
        font-size: 130px;
    }

    .text  p{
        font-size: 20px;
    }
    
    #x-logo{
        font-size: 105px;
    }

    .point{
        width: 60px; 
    }
}

@media (max-width:1160px)
{
    #text-logo1{
        font-size: 130px;
    }

    .text  p{
        font-size: 20px;
    }
    
    #x-logo{
        font-size: 105px;
    }

    .point{
        width: 60px;
    }

    .l1img{
        width: 500px;
        height: 500px;
    }
}

@media (max-width:1024px)
{
    #text-logo1{
        font-size: 120px;
    }

    .text  p{
        font-size: 20px;
    }
    
    #x-logo{
        font-size: 105px;
    }

    .point{
        width: 50px;
    }

    .l1img{
        width: 450px;
        height: 450px;
    }
}

