*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body{
    height: fit-content;
    width: 100%;
    overflow-x: hidden;
    /* background: #000; */
    font-family: 'Exo 2';
}
 
.main_contant_1{
    max-height: 50vw;
}

.main_contant_2{
    max-height: 50vw;
}
.main_contant_4{
    border-top: 1px solid rgba(0, 0, 0, .3);
    border-bottom: 1px solid rgba(0, 0, 0, .3);
    margin-top: -26vw;
    height: fit-content;
    display: flex;
    max-height: 50vw;
    padding-bottom: 58vw;
    
}

.main_contant_5{
    display: flex;
    height: fit-content;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    max-height: 50vw;
}

.main_contant_6{
    display: flex;
    height: fit-content;
    border-bottom: 1px solid white;   
    max-height: 50vw;
}

.main_footer{
    width: 100%;
    height: fit-content;
    background: rgb(32, 32, 32);
    max-height: 50vw;
}

.main_footer_click{
    width: 100%;
    height: fit-content;
    background: rgb(63, 63, 63);
}

.main_footer_click{
    display: none;
}

.mcl6 img {
    height: 115px;
    width: 115px;
}

::-webkit-scrollbar{
    display: none;
}