body{
    font-family: 'Cairo', sans-serif;
}

html{
    scroll-behavior: smooth;
}

ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.container{
    padding-left: 6%;
    padding-right: 6%;
    margin-left: auto;
    margin-right: auto;
}

*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a{
    text-decoration: none;
}

header{
    background-color: white;
    z-index: 9999;
    width: 100%;
    position: absolute;
    -webkit-box-shadow: 0 0 10px #ddd;
    -moz-box-shadow: 0 0 10px #ddd;
    box-shadow: 0 0 10px #ddd;
}

header .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

header .logo{
    display: flex;
    justify-content: center;
    align-items: center;
}

header .main-nav{
    display: flex;
}

header .main-nav > li > a{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 72px;
    color: #000;
    padding: 0px 30px;
    transition: 0.3s;
}

header .main-nav > li > a:hover{
    transform: scale(1.1);
    color: orangered;
    text-decoration: overline;
}

.main{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://www.moroccofruits.com/wp-content/uploads/2021/03/exporters-fruits-vegetables-morocco.jpg');
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.main-info-1{
    padding-top: 290px;
}

.main-info-1 h1{
    font-size: 100px;
    text-align: center;
    font-weight: 900;
    color: white;
}

.content{
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
}

.card-5{
    width: 306px;
}

.info-c p a{
    color: gray;
}

.info-c p a:hover{
    color: #ce1a26;
}

.info-footer h1{
    font-size: 60px;
    font-weight: 900;
}

.info-footer h2 a{
    font-size: 30px;
    font-weight: 500;
    color: white;
}

.info-footer h2{
    color: white;
    font-size: 40px;
}

.info-footer h3{
    color: white;
    font-size: 50px;
    font-weight: 700;
}

.footer-start{
    flex-wrap: wrap;
    flex-direction: row;
    display: flex;
    justify-content: center;
}

.footer{
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../fruits-vegetables-morocco-export-scaled.jpg);
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.card-footer-start{
    width: auto;
    text-align: center;
    height: auto;
}

.footer-end{
    flex-wrap: wrap;
    flex-direction: row;
    display: flex;
    justify-content: start;
}

.info-footer h4{
    font-size: 30px;
    font-weight: 700;
}

@media screen and (max-width: 416px) {
    .info-footer h1{
        font-size: 40px;
        font-weight: 800;
    }

    header .main-nav > li > a{
        padding: 0px 10px;
    }

    .img-logo{
        width: 100px;
        height: 80px;
    }
}

@media screen and (max-width: 400px) {
    .main-info-1 h1{
        font-size: 50px;
        text-align: center;
        font-weight: 700;
        color: white;
    }
}

.c-g{
    color: green;
}

.c-b{
    color: brown;
}