/* MOBILE SECTION */

body {
    background-color: black;
}

.header {
    background-color: black;
    justify-content: center;
    position: fixed;
    width: 100%;
    height: 185px;
    top: 0;
    left: 0;
    z-index: 999999;
}

.header a img {
    display: inline-block;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;

}

.header h5 {
    display: inline-block;
    font-family: "Poppins", sans-serif;
    vertical-align: top;
    padding-top: 25px;
    margin-left: -9px;
}

.header ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    overflow: hidden;
    background-color: black;
}

.header ul a {
    display: block;
    padding-bottom: 0px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 400;
    opacity: 80%;
    padding-right: 20px;
    color: white;
    text-decoration: none;
    font-family: Inter, sans-serif;
    font-size: 10px;
}

.header ul a:hover,
.header .menu-btn:hover {
    color: #557dc9;
    font-weight: 400;

}

.header .logo {
    display: block;
    float: right;
    font-size: 2em;
    padding: 10px 20px;
    text-decoration: none;
}

/* MENU SECTION */

.header .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    background-color: black;
    padding: 31px 20px;
    margin-top: 45px;
    margin-right: 20px;
    position: relative;
    user-select: none;
}

.header .menu-icon .navicon {
    background-color: white;
    color: white;
    display: inline-block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
    height: 2.1px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
    background: white;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.header .menu-icon .navicon:before {
    top: 5px;
}

.header .menu-icon .navicon:after {
    top: -5px;
}

/* MENU BUTTON */

.header .menu-btn {
    display: none;
}

.header .menu-btn:checked ~ .menu {
    max-height: 250px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
}

/* ABOUT SECTION a*/

.aboutimage img {
    width: 80%;
    height: auto;
    margin-bottom: 50px;
    margin-top: 150px;
    margin-left: 20px;
    text-align: center;
    margin-right: 20px;
    object-fit: contain;

}
/* FOOTER SECTION a*/

.footer {
    margin-top: 1150px;

}



/* MAIN CONTENT SECTION */

.maincontent {
    margin-top: 200px;
    height: 650px;
    width: auto;
    background-color: black;
    text-align: center;
    margin-left: 140px;
}

.maincontent h1 {
    margin-bottom: 50px;
}

.maincontent h2 {
    text-align: left;
    margin-left: 30px;
    margin-right: 30px;
}

.maincontent h3 {
    text-align: left;
    margin-left: 30px;
    margin-right: 30px;
}

.maincontent a h4 {
    width: 250px;
    color: black;
    text-align: center;
    display: inline-block;
    margin-left: 30px;
    margin-right: 30px;
}

.maincontent h4:hover {
    background-color: black;
    color: white;


}.about_content img {
    height: 100vh;
   object-fit: cover;
    margin-top: 10px;


}
marquee {
    margin-top: 0px;
    width: 90%;
    margin-left: 20px;
    margin-right: 20px;

    display: inline-block;

}


/*-----------------------------------------------------------------------------------------*/
/* DESKTOP SECTION */
/* 48em = 768px NAVIGATION ON DESKTOP */

@media (min-width: 70em) {
    .header ul {
        float: right;

    }

    .header ul a {
        display: inline-block;
        padding-top: 35px;
        font-size: 12px;
        font-family: Inter, sans-serif;
        margin-left: 10px;
        margin-right: 20px;
        padding-right: 10px;
    }

    .header .menu {
        clear: none;
        float: right;
        max-height: none;
        padding-right: 20px;
        padding-top: 50px;
    }

    .header .menu-icon {

        display: none;
        direction: inline-block;
        vertical-align: bottom;

    }

    .maincontent h2 {
        text-align: center;
        margin-left: 150px;
        margin-right: 150px;
    }

    .maincontent h3 {
        text-align: left;
        margin-left: 150px;
        margin-right: 150px;
    }

    .maincontent a h4 {
        width: 250px;
        text-align: center;
        margin-left: 20px;
        margin-right: 20px;
    }

    .maincontent h4:hover {
        background-color: black;
        color: white;
    }


    .footer {
        margin-top: 300px;
        background-color: black;
    }

    
    .aboutimage img {
        width: 400px;
        height: 425px;
        margin-right: 140px;
        margin-top: 140px;
        float: right;
        border: 1px solid black;
    }
    .about_content img {
    height: 100vh;
   object-fit: cover;
    margin-top: 140px;


}
    
    