*,
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;
    margin-left: 10px;
    margin-right: 25px;
    font-size: 15px;
}

.li-navbar:hover {
    background-color: whitesmoke;
    transition: .2s ease-in-out;
    transition-delay: .3s;
    border-radius: 6px;
}

.a-navbar {
    color: whitesmoke;
    font-weight: bold;
    text-decoration: none;
}

.search {
    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: green;
    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;
}

.wrapper {
    display: flex;
    width: 100%;
    height: 100%;
    animation: slide 16s infinite;
}

.container-content2 {
    margin-top: 79px;
    margin-left: 325px;
    display: flex;
    width: 650px;
    height: 350px;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    overflow: hidden;
    border: 20px solid #fff
    border-radius: 8px:
    border-shadow: 10px 25px 50px rgba(30,30,200,0.3)
}

.img1-content2 {
    width: 600px;
    height: 350px;
}

.img2-content2 {
    width: 600px;
    height: 350px;
}

@keyframes slide {
    0% {
        transform: translate(0);
    }
    25% {
        transform: translate(0);
    }
    30% {
        transform: translate(-100%);
    }
    50% {
        transform: translate(-100%);
    }
    55% {
        transform: translate(-200%);
    }
    75% {
        transform: translate(-200);
    }
    80% {
        transform: translate(-300);
    }
    100% {
        transform: translate(-300);
    }

}

.container-content3 {
    margin-top: 75px;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 25px;
    text-align: justify;
}


.p1 {
    line-height: 0.5cm;
    text-align: justify;
}

.container-footer {
    background-color: darkblue;
    width: 100%;
    height: 75px;
}

.img-footer {
    display: flex;
    justify-content: center;
    alignment-baseline: central;
    height: 86%;
    margin: 5;
}

.container-contact {
    background-color: greenyellow;
    width: 600px;
    margin-top: 50px;
    margin-left: 350px;
    border-radius: 5px;
    border: 2px solid limegreen;
    background-color: #f2f2f2;
    padding: 30px;
}

.title {
    font-size: 30px;
    text-align: center;
    margin: 0px;
}

.hr {
    margin-bottom: 20px;
}

.form-input {
    width: 100%;
    padding: 12px;
    border: 1px solid limegreen;
    border-radius: 2px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
}
