* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


header{

    height: 100vh;
    height: 100svh;
    height: 100dvh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

html {
    background-color: #fff;
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 20px;
    text-rendering: optimizeLegibility;
    
}



.mobile {
            display: none;
    float: right;
    gap: 15px;
    list-style: none;
    margin-left: 40px;
    margin-top: 55px;
    margin-right: 100px;
}

    .menu-button {
            color: #e67e22;
    display: none;
    float: right;

    list-style: none;
    text-decoration: none;

    margin-left: 40px;
    margin-top: 55px;
    margin-right: 100px;
    text-decoration: none;


    font-size: 50px;
    background-color: #e67e22;
    }

    .sidebar li .x {
        width: 100px;
    }

    .h11 {
        font-weight: bold;
        color: #fff;
    }

    .icon {
        color: #e67e22;
        text-decoration: none;
        display: flex;
        justify-content: center;
        font-size: 50px;
    }

@media(max-width: 800px) {



    .main-nav {
        display: none;
    }

    .menu-button {
        display: block;
        color: #e67e22;
        width: 0;
        
    }

    .flexRow img {
        margin-left: 0;
    }

}

@media (min-width: 1231px) {

    header {
        background-image: url(img/goooood2.jpg);
    }

    .logo {
        font-size: 1.5rem;
        margin-left: 0;
    }

    .main-nav  { 
        font-size: 1.3rem;
    }

    .hero-text-box h1 {
                transform: translate(0%, 0%);
    }

    .p1 {
    margin-left: 100px;
    margin-right: 50px;
    line-height: 30px;
    margin-bottom: 30px;
}

}

@media (max-width: 1200px) {
    .hero-text-box h1 {
        transform: translate(20%, 30%);
    }



}

.x {
    scroll-behavior: none;
}

.active.sidebar {
    pointer-events: fill;
    transition: 0.2s;
}



@media (min-width: 925px){
        header {
        background-image: url(img/goooood2.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }
}

@media (max-width: 925px){

    html,
    body {
        width: 100%;
        overflow-x: hidden;
    }

     .p1 {
        margin-left: 30px;
        margin-bottom: 30px;
        line-height: 30px;
    }

        header {
        background-image: url(img/goooood.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }

    .box {
            display: flex;
    justify-content: center;
    margin-bottom: 20px;
    }



        .flexRow {
        justify-content: space-between;
        align-items: center;
    }


    .main-nav  {
        font-size: 1rem;
        align-items: flex-start;
    }

    .flexRow img {
        font-size: 1rem;
        align-items: flex-start;
        margin-left: 30px;
    }




    .section-airbus img {
        width: 80%;
    }

    .airbus {
        width: 300px;
    }

    .sidebar a {
        font-size: 3px;
    }

}

@media (max-width: 800px) {
    .menu-button {
            color: #00ff62;
    display: flex;
    float: right;

    list-style: none;
    text-decoration: none;

    margin-left: 40px;
    margin-top: 55px;
    margin-right: 100px;
    text-decoration: none;

    font-size: 50px;

    }


}

@media (max-width: 600px) {

    html,
    body {
        width: 100%;
        overflow-x: hidden;
    }

        header {
        background-image: url(img/goooood.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .flexRow img {
        font-size: 0.5rem;
        margin-left: 30;
    }

    .airbus {
        width: 200px;
    }

.box  {

    display: flex;
    justify-content: center;
    width: 450px;
    height: 300px;
    margin-top: 50px;
    margin-bottom: 20px;
    margin-left: 30px;
    margin-right: 30px;
    overflow: hidden;

    border-top: none;
}
    .main-nav {
        font-size: 1.3rem;
        display: none;
    }

    header {
        margin: 0;
    }

    body {
        margin: 0;
        margin-right: 0;
    }

    .hero-text-box h1 {
        font-size: 30px;
        position: absolute;
        width: 900px;

        transform: translate(40%, 50%);
    }




}

@media (max-width: 500px) {

    html,
    body {
        width: 100%;
        overflow-x: hidden;
    }

        header {
        background-image: url(img/goooood.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .section-airbus img {
        display: flex;
        flex-direction: column;
        margin-top: 30px;
        width: 100px;
    }

    .box {
        margin-left: 5px;
    }



    .hero-text-box h1 {
        font-size: 25px;
        margin-left: 20px;
    }



    .flexRow img {
        margin-left: 0px;
    }

    .hero-text-box h1{
        font-size: 20px;
        transform: translate(45%, 50%);        
    }

    .flexRow img {
        margin-right: 0;
    }

    .logo {
        margin-right: 0;
    }

}


.sidebar {

    position: fixed;
    margin-left: 30px;
    list-style: none;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 250px;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    transition: 0.2s;
}

.x {
    color: #e67e22;
    margin-top: 30px;
    margin-left: 20px;
    font-size: 100px;
}

.sidebar li {
    width: 100%;
    list-style: none;
    font-size: 20px;
}

.sidebar a {
    font-size: 100px;
    width: 100px;
        color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 90%;
    padding-bottom: 10px;
    list-style: none;
    padding: 0 30;
    display: flex;
    align-items: center;
    margin-left: 30px;
    margin-top: 30px;
}

h1, h2 {
    font-weight: 300;
    text-transform: uppercase; 
    letter-spacing: 1px; 
    
}

h1 {
    margin: 0;
    margin-bottom: 20px;
    color: #fff;
    font-size: 240%;
    word-spacing: 4px;
    color: black;
}



h2 {
    font-size: 180%;
    word-spacing: 2px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
}

h2:after {
    display: block;
    height: 2px;
    background-color: #e67e22;
    content: "";
    width: 100px;
    margin: 0 auto;
    margin-top: 30px;
}

h3 {
    font-size: 110%;
    margin-bottom: 15px;
    text-align: center;
    margin-bottom: 30px;
    line-height: 30px;
    margin-right: 30px;
    margin-left: 30px;
}

.row {
    max-width: 1140;
    margin: 0 auto;

}

.main-nav {
    float: right;
    gap: 15px;
    list-style: none;
    margin-left: 40px;
    margin-top: 55px;
}


.main-nav li {
    display: inline-block;
    margin-left: 40px;
    margin-right: 40px;
    gap: 15px;
}

.main-nav li a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 90%;
    padding-bottom: 10px;

}

.main-nav li a:hover {
    border-bottom: 2px solid #e67e22;
    transition: border-bottom 0.2s;
    padding: 8px 0;
}

.hero-text-box {
    position: absolute;
    width: 1140px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.logo {
    height: 150px;
    width: 150px;
    float: left;
    margin-left: 50px;
    margin-top: 10px;
}

.flexRow {
    
    margin-top: 20px;
    
}


.icon-big {
    font-size: 300%;
    display: inline-block;
    color: #e67e22;
    margin: 10px;
margin-left: 100px;
}

.icon-small {
    color: #e67e22;
    margin-left: 20px;
    font-size: 200px;
}





.box img {
    display: flex;
    justify-content: center;
    width: 700px;
    height: 300px;
    margin-top: 50px;
    margin-bottom: 20px;
    overflow: hidden;
    border: #96eaff solid 10px;
    transform: scale(1.15);
    opacity: 0.7;
}



.box {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;

}

.box img:hover {
    transform: scale(1.03);
    opacity: 1;
    transition: transform 0.3s;
}




.plane {
    text-decoration: none;
    display: flex;
    justify-content: space-around;
    margin-bottom: 30px;
}

.plane:hover {
    border-bottom: 2px solid #e67e22;
    transition: border-bottom 0.2s;
    padding: 8px 0;
}

.section-airbus {
    background-color: #96eaff;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    margin-top: 0;
    overflow: hidden;


}

.section-airbus img {
    opacity: 0.9;
    width: 100%;
    height: 200px;
    transform: scale(1.15);
    transition: transform 0.3s, opacity 0.3s;
    overflow: hidden;
     border-radius:200px ;

}



.section-airbus img:hover {
    transform: scale(1.03);
    opacity: 1;
}


.w {
    font-family: sans-serif;
    display: flex;
    justify-content: space-around;
    margin-top: 15px;
    font-weight: bold;
}



.plane1 {
        text-decoration: none;
    display: flex;
    justify-content: space-around;
    margin-bottom: 30px;
    font-size: 30px;
    color: firebrick;
    border: 2px solid #008000;
    background-color: #ffff00;
    border-radius: 12px;
    padding: 5px;

}

.plane1:hover {
        border-bottom: 2px solid #e67e22;
    transition: border-bottom 0.2s;
    padding: 8px 0;
    font-weight: bold;
    filter: drop-shadow(0 0 10px #000);
}

.samxedro {
    background-color: #96eaff;
    margin-bottom: 0;
}

.samoqalaqo {
    background-color: #96eaff;
}

.satvirto {
    background-color: #96eaff;
}


.scrolltop {
    animation-name: appear;
    animation-timeline: scroll(y);
}


@keyframes appear {
    0% {
        opacity: 1;
        display: flex;
        position: fixed;
    }

    100% {
        opacity: 1;
        display: block;
        position: fixed;
    }
}







footer {
    background-color: #96eaff;
    padding-top: 50px;
}


footer p {
    color: #000000;
    text-align: center;
    font-size: 90%;
    padding-bottom: 20px;
    margin-top: 25px;
}