body{
    font-family: 'Cairo', sans-serif;
}

html{
    scroll-behavior: smooth;
}

ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.container{
    padding-left: 10%;
    padding-right: 10%;
    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: 150px;
}

.main-info-1 h1{
    font-size: 50px;
    font-weight: 800;
    color: white;
}

.main-info-1 h2{
    font-size: 70px;
    font-weight: 900;
    color: gold;
}

.main-info-1 h4{
    font-size: 20px;
    color: gold;
}

.c-g{
    color: green;
}

.c-b{
    color: brown;
}

@media screen and (max-width: 1024px) {
    .content{
        flex-direction: row;
        flex-wrap: wrap;
        display: flex;
    }

    .card{
        border-radius: 15px;
        padding-left: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: orange;
        padding-right: 10px;
        transition: 0.7s;
    }

    .card:hover{
        border-radius: 0px;
        background-color: gold;
        transform: scale(1.1);
    }

    .card h4{
        color: orangered;
    }
}

@media screen and (max-width: 614px){
    .main-info-1 h2{
        font-size: 30px;
        font-weight: 700;
        padding-bottom: 20px;
    }

    .main-info-1 h1{
        font-size: 40px;
        font-weight: 700;
    }
}

.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;
}

.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;
}

.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;
    }

    .img-logo{
        width: 100px;
        height: 80px;
    }

    header .main-nav > li > a{
        padding: 0px 10px;
    }
}

.info-h1{
    font-size: 40px;
    font-weight: 800;
    color: red;
}

.btn-2{
    background-color: red;
    color: white;
    margin-right: 70px;
    border-radius: 30px;
}

.info-btn{
    margin-left: 10px;
    font-weight: 600;
    font-size: 25px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.cards-5{
    padding: 30px;
}

.card-5{
    width: 240px;
}

.info-c h1{
    font-size: 40px;
    font-weight: 800;
}

.info-c p{
    color: gray;
}

.content{
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
}

.card-2{
    border-radius: 10px;
    margin-top: 15px;
    margin-left: 30px;
}

.card-3{
    border-radius: 10px;
    margin-top: 15px;
    margin-left: 30px;
}

.card-4{
    border-radius: 10px;
    margin-top: 15px;
    margin-left: 30px;
}

@media screen and (max-width: 428px){
    .img-1{
        width: 280px;
        height: 160px;
    }

    .card-4{
        border-radius: 10px;
        margin-top: 190px;
        margin-right: 20px;
    }

    .card-3{
        border-radius: 10px;
        margin-top: 190px;
        margin-right: 20px;
    }

    .card-2{
        border-radius: 10px;
        margin-top: 190px;
        margin-right: 20px;
    }
}

@media screen and (max-width: 454px){
    .img-1{
        width: 260px;
        height: 140px;
    }
}