/* @@@@@@@@@@@@@@@@@@@ SECTION ONE @@@@@@@@@@@@@@@@@@@ */

.img-sec1-home{
    width: 540px;
    height: auto;
}
.sec1-homepage{
    margin: 30px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    font-size: 20px;
}
.sec1-homepage h1{
    padding: 10px 0;
}
.sec1-homepage p{
    padding: 0 0 10px 0;
}
@media (max-width: 1510px) {
    .img-sec1-home{
        max-width: 500px;
        width: 100%;
    }
    .sec1-homepage{
        display: block;
        justify-content: center;
        align-items: center;
        font-size: 20px;
    }
    .sec1-homepage{
        text-align: center;
    }
}
@media (max-width: 915px) {
    .sec1-homepage {
        font-size: 20px;
    }
}

/* @@@@@@@@@@@@@@@@@@@ SECTION TWO @@@@@@@@@@@@@@@@@@@ */

.sec2-homepage{
    text-align: center;
    background-color: rgb(0, 0, 81);
    color: rgb(255, 255, 255);
    padding: 30px 130px;
}
.sec2-video{
    margin: 10px;
    width: 360px;
    height: 240px;
}
@media (max-width: 915px){
    .sec2-homepage{
        padding: 0;
        margin: 0;
    }
    .sec2-homepage h1{
        text-align: center;
        padding: 30px 0 0;
    }
    .sec2-video{
        display: block;
        margin: auto;
        padding: 20px 0 0;
    }
    .sec2-videos-section{
        padding: 0 0 30px 0;
    }
}

/* @@@@@@@@@@@@@@@@@@@ ENGIN START @@@@@@@@@@@@@@@@@@@ */

.start-engin-button{
    margin: 20px;
    position: fixed;
    bottom: 0;
    right: 0;
}
.start-engin-button a img{
    width: 200px;
    height: auto;
}
@media (max-width: 400px){
    .start-engin-button a img{
        width: 150px;
        height: auto;
    }
}
