@font-face {
    font-family: nike;
    src: url(./fonts/Nike-Futura.ttf);
}

@font-face {
    font-family: nike2;
    src: url(./fonts/HelveticaNowTextMedium.ttf);
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: nike2;
}

html,
body {
    width: 100%;
    height: 100%;
    background: aliceblue;
    padding: 10px 17px;
}

body{
    overflow-x: hidden;
}

.overlay{
    width: 100%;
    height: 100vh;
    background-image:
    linear-gradient(45deg,
        rgba(90, 89, 89, 0.705),
        rgba(85, 85, 85, 0.644)), url('#');
    position: absolute;
    display: none;
    border-radius: 30px;
}
.home {
    width: 100%;
    height: auto;
}


.nav {
    width: 100%;
    height: 40px;
    color: black;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px;
}

.nav img {
    width: 90px;
}


.nav .menu{
    font-size: 24px;
    cursor: pointer;
}


.full{
    width: 40%;
    height: 100vh;
    background: black;
    color: aliceblue;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    right: -45%;
    top: 0%;
    z-index: 11;
    overflow-x: hidden;
}

.full ul {
    display: flex;
    justify-content: center;
    align-items: self-start;
    gap: 30px;
    flex-direction: column;
    position: absolute;
    left: 10%;
}


.full ul a {
    font-size: 35px;
    color: aliceblue;
    text-decoration: none;
    text-transform: uppercase;
}

.full ul a:hover {
    border-bottom: 1.5px solid aliceblue;
}

.full .close{
    font-size: 22px;
    color: black;
    position: absolute;
    top: 5%;
    right: 8%;
    background: aliceblue;
    padding: 10px;
    border-radius: 50%;
    font-weight: 500;
    cursor: pointer;
}




.home .banner {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 40px;
}

.home .banner h3 {
    font-size: 20px;
    font-weight: 200;
}

.home .banner h1 {
    font-size: 80px;
    font-weight: 800;
    font-family: nike;
    margin-bottom: 15px;
}

.home .banner p {
    font-size: 16px;
    margin-bottom: 20px;
}

.home .banner .buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.home .banner .buttons a {
    font-size: 16px;
    background: black;
    padding: 10px 20px;
    border-radius: 30px;
    color: aliceblue;
    text-decoration: none;
}

.home video {
    width: 100%;
    height: 100%;
}


.page2 {
    width: 100%;
    height: 100vh;
    margin: 40px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page2 .contianer {
    display: flex;
    justify-content: center;
    align-items: center;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
    gap: 30px;
}

.page2 .contianer img {
    width: 500px;
    border: 1px solid black;
}

.page3 {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
}

.page3 .contianer {
    display: flex;
    justify-content: center;
    align-items: left;
    flex-direction: column;
}

.page3 .contianer h2 {
    font-size: 25px;
    margin-bottom: 0px;
    font-weight: 200;
    color: black;
}

.page3 .contianer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}





.page4 {
    width: 100%;
    height: auto;
    margin: 40px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page4 .banner {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 40px;
}

.page4 .banner h3 {
    font-size: 20px;
    font-weight: 200;
}

.page4 .banner h1 {
    font-size: 80px;
    font-weight: 800;
    font-family: nike;
    margin-bottom: 15px;
}

.page4 .banner p {
    font-size: 16px;
    margin-bottom: 20px;
}

.page4 .banner .buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}


.page4 .buttons a {
    font-size: 16px;
    background: black;
    padding: 10px 20px;
    border-radius: 30px;
    color: aliceblue;
    text-decoration: none;
}

.page5 {
    width: 100%;
    height: auto;
    margin: 40px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page5 .contianer h2 {
    font-size: 25px;
    margin-bottom: 30px;
    font-weight: 200;
}

.page5 .grid1 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 50px;

}

.page5 .grid1 img {
    width: 350px;
}


.page6 {
    width: 100%;
    height: auto;
    margin: 40px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
}
.page6 .contianer {
    display: flex;
    justify-content: center;
    align-items: left;
    flex-direction: column;
}

.page6 .contianer h2 {
    font-size: 25px;
    margin-bottom: 30px;
    font-weight: 200;
}

.page6 .contianer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}




.page7 {
    width: 100%;
    height: auto;
    margin: 40px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page7 .contianer h2 {
    font-size: 25px;
    margin-bottom: 30px;
    font-weight: 200;
}

.page7 .grid2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 50px;

}

.page7 .grid2 img {
    width: 350px;
    border: 1px solid black;
}



footer {
    width: 100%;
    height: 100vh;
    padding: 10px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer .contianer{
    display: flex;
    flex-direction: column;
    gap: 100px;
    border-top: 1px solid black;
    padding: 15px;
}
footer .contianer .top {
    display: flex;
    justify-content: space-between;
    align-items: self-start;
    gap: 80px;
    margin-bottom: 50px;
}

footer .contianer .top .links {
    display: flex;
    justify-content: center;
    align-items: self-start;
    gap: 80px;
}

footer .contianer .top .links ul {
    display: flex;
    justify-content: center;
    align-items: left;
    flex-direction: column;
    gap: 20px;
}


footer .contianer .top ul a {
    font-size: 16px;
    color: black;
    text-decoration: none;
}

footer .contianer .social{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

footer .contianer .social i{
    color: aliceblue;
    font-size: 20px;
    background: black;
    padding: 10px;
    border-radius: 50%;
}



footer .contianer .bottom {
    display: flex;
    justify-content: space-between;
    align-items: self-end;
}

footer .contianer .bottom p{
    font-size: 14px;
    color: black;

}

footer .contianer .bottom ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

footer .contianer .bottom ul a{
    font-size: 14px;
    color: black;
    text-decoration: none;
}





