*{
    margin: 0;
    padding: 0;
    transition: all 0.2s ease-in;
}

/* body{
    background-color: black;
} */

.sec-1{
    background-image: url(images/mtc\ img1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

a{
    text-decoration: none;
}

header{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 20px;
    
}

header .logo{
    margin-right: auto;
    text-align: center;
    cursor: pointer;
    font-family: tahoma;
    font-size: 13px;
    color: white;
    margin-top: 30px;
    
}

header .logo h3{
    font-size: 10px;
}

header .logo:hover{
   /* font-size: 12.5px; */
   color: rgb(224, 224, 224);
 
    
}

header nav{
    display: flex;
    text-align: center;
    margin-right: auto;
    gap: 30px;
    margin-top: 30px;
}

header nav a{
    color: white;
    font-family: tahoma;
    font-size: 15px;
    font-weight: bold;
}

header nav #token{
    display: none;
}

header nav a:hover{
    color: rgb(181, 255, 181);
    text-decoration: underline greenyellow 3px;
    transition: color 0.2s ease-in;
}

header .tokenomics{
    margin-top: 30px;
}

header .tokenomics a{
    font-family: tahoma;
    font-size: 13px;
    color: white;
    
}

header .tokenomics a:hover{
    color: greenyellow;
}

/* Hero page */

.section1{
    /* margin-top: 140px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.section1 h1{
    font-family: verdana;
    font-size: 42px;
    text-align: center;
    color: white;
}

.section1 b{
    font-size: 55px;
    
}

.section1 span{
    display: flex;
    justify-content: center;
    gap: 40px;
}

.section1 span p{
    font-family: tahoma;
    font-size: 20px;
    color: white;
}

.supply{
    margin-top: 70px;
    display: flex;
    width: 900px;
    justify-self: center;
    align-self: center;
    background-color: rgba(145, 143, 143,0.3);
    /* backdrop-filter: blur(80px); */
    border-radius: 20px;
}

.supply span{
    display: block;
    font-family: tahoma;
}

.supply span h1{
    font-size: 40px;
    font-family: tahoma;
}

.supply span h1:hover{
    color: greenyellow;
}

.supply span h2{
    margin-left: 20px;
    font-size: 25px;
    color: white;
}

.supply .h1{
    color: white;
    margin: 10px;
    border: solid white 2px;
}

.section2{
    background-image: url(images/mtc\ img\ 2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    display: flex;
}

.section2 .divider{
    color: white;
    margin: 20px;
    border: solid white 2px;
}

.section2 .side1,.side2{
    color: white;
    width: 50%;
    margin-top: 100px;
}

.section2 .side1 h2{
    margin: 40px;
    font-family: tahoma;
    font-size: 35px;
}

.section2 .side1 h3{
    font-family: tahoma;
    margin-left: 15px;
    font-size: 20px;
}

.side2{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.side2 div{
    display: flex;
    gap: 6px;
}

.side2 div span{
    width: 300px;
    height: 150px;
    text-align: center;
    border: 2px solid white;
    
}

.side2 div span h4{
    margin: 10px;
    font-family: tahoma;
    font-size: 20px;
}

.side2 div span p{
    font-family: tahoma;

}

.side2 div span .p{
    font-size: 20px;
}

.section3{
    background-image: url(images/mtc\ img\ 2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    display: flex;
    color: white;
}

.section3 .side1,.side2{
    color: white;
    width: 50%;
    margin-top: 50px;
}

.section3 .side1{
    display: flex;
}

.section3 .side1 .why{
    margin-left: 30px;
    font-family: tahoma;
    /* background-color: blue; */
    display: flex;
}

.section3 .side1 .why span{
    font-size: 100px;
}

.section3 .side1 .why h1{
    font-size: 35px;
}

.section3 .side1 .why h3{
    font-size: 40px;
    color: blue;
}

.section3 .side1 .reasons{
    margin-left: 20px;
    font-family: tahoma;
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-size: 15px;
    /* background-color: blue; */
    
}

.section3 .line{
    color: white;
    margin: 20px;
    border: solid white 2px;
}

.section3 .side2 h1{
    font-family: tahoma;
    font-size: 40px;
}

.section3 .side2 p{
    font-family: tahoma;
    font-size: 20px;
    line-height: 35px;
}

.section4{
    background-color: black;
    height: 230px;
    color: white;
    text-align: center;
}

.section4 h2{
    font-family: tahoma;
    font-size: 40px;
    padding-top: 30px;
}

.section4 button{
    background-color: rgba(182, 178, 178, 0.658);
    color: white;
    padding: 7px;
    margin-top: 20px;
    border-radius: 20px;
    font-family: tahoma;
    font-weight: bold;
    font-size: 20px;
    width: 100px;
    cursor: pointer;
    border: none;
}

.section4 button:hover{
    background-color: rgba(182, 178, 178, 0.384);
}

.section4 h3{
    font-family: tahoma;
    font-size: 40px;
    padding-top: 30px;
}

footer{
    background-color: purple;
    height: 100px;
}

footer div{
    display: flex;
    justify-content: center;
    gap: 50px;
    padding-top: 35px;
}

footer div img{
    height: 50px;
    cursor: pointer;
}

footer div img:hover{
    height: 52px;
}

footer div h3{
    font-family: tahoma;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    color: white;
}

footer div h3:hover{
    color: rgba(255, 255, 255, 0.781);
}

@media (max-width:1253px) {
    
    .section3 .line{
        margin: 0px;
        margin-right: 38px;
        
    }
}


@media (max-width:1000px) {
    header .logo{
        font-size: 9px;
    }

    header nav a{
        font-size: 10px;
    }

    header .tokenomics a{
        font-size: 10px;
    }

    .section1 h1{
        font-size: 30px;
    }

    .section1 b{
        font-size: 40px; 
    }

    .section1 span p{
        font-size: 15px;
    }

    .supply{
        margin-top: 40px;
        display: flex;
        width: 600px;
        justify-self: center;
        background-color: rgba(145, 143, 143,0.3);
        /* backdrop-filter: blur(80px); */
        border-radius: 15px;
    }

    .supply span h1{
        font-size: 20px;
    }

    .supply span h2{
        margin-left: 20px;
        font-size: 15px;
    }

    .section2 .side1 h2{
        margin: 20px;
        font-size: 30px;
    }
    
    .section2 .side1 h3{
        font-family: tahoma;
        margin-left: 10px;
        font-size: 15px;
    }

    .side2 div span h4{
        margin: 5px;
        font-size: 10px;
    }

    .side2 div span .p{
        font-size: 15px;
    }

    .section3 .side1{
        display: flex;
        flex-direction: column;
    }
    

    .section3 .side1 .why span{
        font-size: 50px;
    }
    
    .section3 .side1 .why h1{
        font-size: 35px;
    }
    
    .section3 .side1 .why h3{
        font-size: 40px;
    }

    .section3 .side1 .reasons{
        margin-top: 20px;
        margin-left: 30px;
        font-size: 15px;
        gap: 20px;
        /* background-color: blue; */
        
    }

    .section3 .side2 h1{
        font-size: 30px;
    }
    
    .section3 .side2 p{
        font-family: tahoma;
        font-size: 20px;
        
    }

    .section4{
        height: 200px;
    }

    .section4 h2{
        font-size: 30px;
        padding-top: 20px;
    }

    .section4 h3{
        font-family: tahoma;
        font-size: 30px;
        padding-top: 20px;
    }

}

@media (max-width:650px) {
    /* .sec-1{
        height: 70vh;
    } */

    .section1{
        height: 70%;
    }

    header .logo{
        font-size: 8px;
        
    }
    
    header .logo h3{
        font-size: 5px;
    }

    header nav a{
        font-size: 8px;
    }

    header nav{
        margin-right: 0;
        justify-content: flex-end;
        gap: 10px;
    }

    header .tokenomics{
        display: none;
    }

    header nav #token{
        display: block;
    }

    .section1 h1{
        font-family: verdana;
        font-size: 20px;
    }
    
    .section1 b{
        font-size: 25px;
        
    }

    .section1 span{
        gap: 20px;
    }

    .section1 span p{
        font-family: tahoma;
        font-size: 10px;
    }

    .supply{
        margin-top: 30px;
        width: 250px;
        padding: 2px;
    }

    .supply span h1{
        font-size: 10px;
        font-family: tahoma;
        text-align: center;
    }

    .supply span h2{
        margin-left: 20px;
        font-size: 6px;
        color: white;
        text-align: center;
    }

    .supply .h1{
        display: none;
    }

    .section2{
        background-image: url(images/mtc\ img\ 2.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 500px;
        display: flex;
        flex-direction: column;
       
    }

    .section2 .side1,.side2{
        color: white;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .section2 .divider{
        display: none;
        margin: 0;
    }

    .section2 .side1 h2{
        margin: 20px;
        font-size: 30px;
        text-align: center;
    }

    .side2{
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-top: 20px;
    }

    .side2 div span{
        width: 300px;
        height: 130px;
        text-align: center;
        border: 2px solid white;
        
    }
    
    .side2 div span h4{
        margin: 10px;
        font-family: tahoma;
        font-size: 13px;
    }

    .side2 div span p{
        font-family: tahoma;
        font-size: 10px;
    }

    .side2 div span .p{
        font-size: 10px;
    }

    .section3{
        display: flex;
        flex-direction: column;
    }
    
    .section3 .side1,.side2{
        color: white;
        width: 100%;
        margin-top: 20px;
    }

    .section3 .side1{
        display: flex;
        flex-direction: column;
    }
    
    .section3 .side1 .why{
        margin-left: 15px;
        font-family: tahoma;
        /* background-color: blue; */
        display: flex;
    }

    .section3 .side1 .why span{
        font-size: 50px;
    }

    .section3 .side1 .why h1{
        font-size: 20px;
    }
    
    .section3 .side1 .why h3{
        font-size: 30px;
    }

    .section3 .side1 .reasons{
        margin-top: 20px;
        margin-left: 0px;
        text-align: center;
        font-size: 10px;
        gap: 20px;
        /* background-color: blue; */
        
    }

    .section3 .line{
        display: none;
    }

    .section3 .side2 h1{
        margin-top: 15px;
        font-size: 25px;
        text-align: center;
    }
    
    .section3 .side2 p{
        font-family: tahoma;
        font-size: 12px;
        text-align: center;
        line-height: 25px;
    }

    .section4{
        height: 130px;
    }

    .section4 h2{
        font-size: 15px;
        padding-top: 10px;
    }

    .section4 button{
        margin-top: 15px;
        font-size: 15px;
        width: 80px;
    }

    .section4 h3{
        font-family: tahoma;
        font-size: 20px;
        padding-top: 10px;
    }

    footer{
        height: 50px;
    }
    
    footer div{
        gap: 20px;
        padding-top: 15px;
    }

    footer div img{
        height: 25px;
    }

    footer div img:hover{
        height: 27px;
    }

    footer div h3{
        font-size: 10px;
    }




}




