*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-align: center;
    text-align: center;
    font-family: "PT Serif", serif;
    font-weight: 700;
}
* h1{
    color: blue;
    line-height: 5vh;
    margin-top: 1vh;
    margin-bottom: 1vh;
}
* p {
    color: white;
    line-height: 6vh;
}
* button{
    background-color: blue;
    padding: 2vh;
    color: white;
    border: solid transparent;
    border-radius: 10px;
    text-decoration: none;
}.section1 a{
    text-decoration: none;
    color: white;
}
body{
    width: 100vw;
    overflow-x: hidden;
    background-color: black;
}
header{
    width: 100vw;
    display: flex;
    justify-content: space-between;
    background: linear-gradient(0deg,rgba(0, 0, 0, 0.616),black);
    padding: 20px;
    position: fixed;
    z-index: 1;
}.logo{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}.logo div{
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}
.logo img{
    height: 100%;
    width: 100%;
    border: solid transparent;
    border-radius: 10px;
    width: 100%;
}nav{
    display: flex;
    align-items: center;
}nav a:hover{
    border-bottom: solid white;
    margin-left: 20px;
}
nav a{
    margin: 10px;
    text-decoration: none;
    transition: 1s;
    color: white;
    font-family: "PT Serif", serif;
    font-weight: 700;
    font-style: italic;
}main{
    padding-top: 15vh;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}* section{
    width: 800px;
    padding: 20px;
    margin: 20px;
}.section1{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}.section1 button{
    margin: 20px;
    width: 200px;
}.section2{
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #16171d;
}.section2 p{
    line-height: 30px !important;
}.section2 img{
    float: left;
    aspect-ratio: 16/9;
    object-fit: cover;
    animation: move linear;
    animation-timeline: view();
    animation-range-start: cover 0%;
    animation-range-end: contain 50%;
    transition: 1s;
}.section2 h1{
    animation: move linear;
    animation-timeline: view();
    animation-range-start: cover 0%;
    animation-range-end: contain 50%;
    transition: 1s;
}
.section3{
    margin: 0 auto;
}.prog{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
}.section3 img{
    height: 250px;
    width: 350px;
    aspect-ratio: 16/9;
    object-fit: cover;
    animation: move linear;
    animation-timeline: view();
    animation-range-start: cover 0%;
    animation-range-end: contain 50%;
    transition: 1s;
}.prog h1{
    color: #424242;
    font-size: 35px;
}#art3,
#art2,
#art1{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 4vh;
}#art3 .text,
#art2 .text,
#art1 .text{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}#art2{
    flex-direction: row-reverse;
}
.section3 p{
    line-height: 20px;
}* section img{
    border: 2px solid white;
    border-radius: 10px;
}.section4{
    display: flex;
    flex-direction: column;
    background-color: #16171d;
}.section4 div{
    display: flex;
    justify-content: space-between;
}.section4 img{
    height: 150px;
    width: 180px;
    aspect-ratio: 16/9;
    object-fit: cover;
}.section5 {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    background-color: #16171d;
}.section5 form{
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
}.section5 form label{
    color: white;
}.section5 input,.section5 textarea{
    padding: 10px;
    width: 100%;
    margin-bottom: 30px;
    text-align: left !important;
}
#submit{
    text-align: center !important;
    width: 100px !important;
}footer{
    border: solid transparent;
    width: 100vw !important;
    box-shadow: 0px -5px 10px rgb(9, 9, 70);
}.main {
    display: flex;
    justify-content: space-around;
}.diva a{
    display: flex;
    text-decoration: none;
    color: white;
}.diva a:hover{
    color: blue;
}footer p{
    line-height: 25px;
}.divb a{
    font-size: 25px;
    margin-left: 10px;
    color: white;
}.divb a:hover{
    color: blue;
}form div input{
    background-color: blue;
    color: white;
    border: solid transparent;
    border-radius: 10px;
}
@media screen and (min-width: 768px) {
    .phone{
        display: none;
    }
}
@media screen and (max-width: 768px) {
    main {
        width: 100vw !important;
    }* section{
        width: 100vw;
        padding: 20px;
        margin: 20px;
    }.section3 div{
        flex-direction: column;
    }.section4 div{
        flex-direction: row;
        overflow-x: auto;
        max-width: 350px;
        max-height: 250px;
        overflow-y: hidden;
        transition: 1s ease-in;
        margin: 0 auto;
        align-items: center;
        border-radius: 10px;
        scroll-snap-type: x-mandatory;
    }.section4{
        align-items: center;
        justify-content: center;
    }.section4 div img{
        transition: 1s;
        height: 250px;
        width: 100%;
        margin-left: 10px;
        margin-right: 10px;
        scroll-snap-align: start;
    }footer div{
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }.phone{
        display: block;
    }nav{
        display: none;
    }#btn{
        display: none;
    }.open,.close{
        display: none;
    
    }.link{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        position: fixed;
        top: 0;
        right: -100%;
        z-index: 10;
        width: 300px;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.452);
        backdrop-filter: blur(10px);
        transition: 1s ease-out;
        border-bottom-left-radius: 20px;
    }.link a{
        box-sizing: border-box;
        text-decoration: none;
        height: auto;
        width: 100%;
        padding: 20px 30px;
        justify-content: flex-start;
        display: flex;
        color: white;
    }.link a:hover{
        background-color: #16171d;
    }
    .open,.close{
        display: block;
        padding: 20px;
    }#btn:checked ~ .link{
        right: 0;
        transition: 1s ease-in;
    }#btn:checked ~ .open{
        display: none;
    }#art1,#art2,#art3{
        flex-direction: column;
        align-items: center;
    }.prog{
        display: flex;
        width: 100vw;
        align-items: center;
        justify-content: center;

    }.section3{
        width: 100vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

}
