*,
html {
    margin: 0;
    padding: 0;
}

body {
    background-color: greenyellow;
}

.container-img {
    position: absolute;
}

.container-navbar {
    background-color: yellowgreen;
    width: 100%;
    height: 50px;
}

.ul-navbar {
    display: flex;
    justify-content: right;
}

.img-navbar {
    width: 200px;
    height: 100px;
}

.li-navbar {
    list-style-type: none;
    padding: 0px;
    margin-top: 10px;
    margin: 15px;
    font-size: 15px;
}

.li-navbar:hover {
    background-color: blue;
    transition: .2s ease-in-out;
    transition-delay: .3s;
    border-radius: 6px;
}

.a-navbar {
    color: whitesmoke;
    font-weight: bold;
    text-decoration: none;
    list-style-type: none;
}

.a-list {
    color: blue;
    font-weight: bold;
}

.a-navpro {
    list-style-type: none;
    text-decoration: dashed;
    color: white;
    margin: 10px;
}

.dropdown {
    list-style-type: none;
    text-decoration: none;
    background-color: yellowgreen;
    position: absolute;
    display: none;
    padding: 6px;
    width: 200px;
}

.li-navbar:hover .dropdown {
    display: block;
    position: absolute;
    padding: 5px;
    margin-left: -80px;
}

.dropdown1 {
    background-color: yellowgreen;
    list-style-type: none;
    display: none;
    position: absolute;
}

.dropdown:hover {
    position: absolute;
    background-color: yellowgreen;
}

.dropdown:hover .dropdown1 {
    list-style-type: none;
    background-color: yellowgreen;
    display: flex;
    position: absolute;
    margin-left: -325px;
    margin-top: -28px;
    padding: 5px;
    border-radius: 6px;
    width: 325px;
}

.dropdown2 {
    position: absolute;
    background-color: yellowgreen;
    display: none;
}

.dropdown:hover .dropdown2 {
    list-style-type: none;
    background-color: yellowgreen;
    display: block;
    position: absolute;
    justify-content: center;
    margin-left: 175px;
    margin-top: -28px;
    margin-inline-end: 30px;
    padding: 5px;
    border-radius: 6px;
    width: 400px;
    
}

.dropdown3 {
    position: absolute;
    display: none;
    background-color: yellowgreen
    
}
.dropdown:hover .dropdown3 {
    position: absolute;
    list-style-type: none;
    background-color: yellowgreen;
    display: block;
    justify-content: right;
    margin-left: -325px;
    margin-top: -27px;
    padding: 5px;
    border-radius: 6px;
    width: 325px;
}

.dropdown4 {
    display: none;
    position: absolute;
    background-color: yellowgreen
}

.dropdown:hover .dropdown4 {
    list-style-type: none;
    background-color: yellowgreen;
    justify-content: center;
    display: block;
    position: absolute;
    margin-left: -5px;
    margin-top: -6px;
    padding: 5px;
    border-radius: 6px;
    width: 180px;
}
.search {
    list-style-type: none;
    margin-top: 10px;
    margin-right: 10px;
}

.container-content {
    margin-top: 100px;
    background-color: black;
    width: 100%;
    height: 350px;
}

.banner-text {
    display: flex;
    justify-content: center;
    color: gold;
    padding: 10px;
    justify-content: center;
    font-style: oblique;
    font-size: larger;
    font-weight: bolder;
}

.h2-text1 {
    margin-top: -75px;
    position: absolute;
    font-family: 'gadugi';
    width: 15%;
    justify-content: center;
    alignment-baseline: central;
    font-weight: bolder;
    font-style: normal;
}

.h2-text2 {
    background-color: darkblue;
    position: absolute;
    margin-top: -35px;
    font-style: normal;
    color: whitesmoke;
    font-weight: bolder;
    width: 100%;
}

.container2 {
    background-color: #fff;
    display: flex;
    width: 100%;
    height: 350px;
    margin-top: -45px;
}

.img-content {
    margin-top: 47px;
    width: 650px;
    height: 350px;
}

.img-content2 {
    margin-top: 47px;
    width: 800px;
    height: 350px;
}


.container3 {
    background-color: #fff;
    display: flex;
    width: 100%;
    height: 350px;
    margin-top: 200px;
}

.img-content3 {
    margin-top: -150px;
    width: 650px;
    height: 350px;
}

.img-content4 {
    margin-top: -150px;
    width: 650px;
    height: 350px;
}

.container-footer {
    background-color: darkblue;
    margin-top: -90px;
    width: 100%;
    height: 75px;
}

.img-footer {
    display: flex;
    justify-content: center;
    alignment-baseline: central;
    width: 100%;
    height: 75px;
}
