@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Rubik&display=swap');

*{
    margin: none;
    padding: none;
}

.logo{
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo img{
    width: 33%;
    border: 3px solid white;
    border-radius: 50px;
}

.navbar{
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
    cursor: pointer;
    background-color: black;
}

.nav-list{
    width: 100%;
    display: flex;
    align-items: center;
    height: 133px;
        
}

.link{
    width: 100%;
    display: flex;
    align-items: center;
    height: 133px;
}

.link li{
    list-style: none;
}

.nav-list li{
    list-style: none;

}

.eee{
    list-style: none;

}
.eee a{
    text-decoration: none;
    color: rgb(236, 236, 236);
}
.eee a:hover{
    color: grey;
    text-decoration: underline;
}

.length{
    height: 50vh;
}

.link li a{
    text-decoration: none;
    padding: 56px 135px;
    color: white;
    font-family: 'Roboto', sans-serif;
}

.nav-list li a{
    text-decoration: none;
    padding: 56px 135px;
    color: white;
    font-family: 'Roboto', sans-serif;
}


.nav-list li a:hover{
    color: grey;
    text-decoration: underline;
}

.backround{
    background: rgba(0, 0, 0, 0.7) url('../backround.png');
    background-size: cover;
    background-blend-mode: darken;
}

.box-main{
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    max-width: 50%;
    margin: auto;
    height: 80%;
}

.box-maint{
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    max-width: 50%;
    margin: auto;
    height: 80%;
}

.plain-pic{
    size: 10px;
}

.firstSection{
    padding-top: 80px;
    padding-bottom: 60px;
    height: auto;
}

.firstHalf{
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.secondHalf img{
    padding: 10px;
    width: 125%;
    display: block;
    margin: auto;
}

.secondHalfo img{
    padding: 10px;
    width: 97%;
    display: block;
    margin: auto;
}

.text-big{
    font-size: 56px;
    font-family: 'Roboto', sans-serif;
}

.text-biga{
    font-size: 35px;
    font-family: 'Roboto', sans-serif;
}

.text-small{
    font-size: 20px;
    font-family: 'Rubik', sans-serif;
}

.burger{
    display: none;
    position: absolute;
    cursor: pointer;
    right: 5%;
    top: 15px;
}

.line{
    width: 33px;
    background-color: white;
    height: 4px;
    margin: 5px 3px;
}

@media only screen and (max-width: 1140px){
    .nav-list{
        flex-direction: column;
        height: 160px;
    }
    .navbar{
        flex-direction: column;
        height: 190px;
        transition: all 2s ease-in;
    }

    .secondHalf img{
        height: 300px;
        width: 300px;
        margin-bottom: 10px;
    }

    .box-main{
        flex-direction: column-reverse;
        max-width: 100%;
    }

    .nav-list li{
        padding-top: 17px;
        padding-bottom: 2px;
    }

    .nav-list li a{
        padding: 1px 1px;
    }

    .firstSection{
        padding-top: 80px;
        padding-bottom: 60px;
        height: auto;
    }

    .burger{
        display: block;
    }
    .h-nav{
        height: 72px;
    }
    .v-class{
        opacity: 0;
    }
    .secondHalfo img{
        opacity: 0;
    }
    .length{
        height: 150vh;
    }
}
