:root {
    --main-color: #fff;
    --elrawda-color: #41B06E;
    --text-larg: #141E46;
    --text-small: #6295A2;
}
header .banner.fruits {
    background-image: url(../images/banner-fruits.jpg);
}
header .banner.vegetables {
    background-image: url(../images/banner-vegetabels.jpg);
}
header .banner.contact {
    background-image: url(../images/banner-contact.jpg);
}
header .banner {
    width: 100%;
    height: 80vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
header .banner-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: relative;
}
.ms-banner {
    position: absolute;
    top: 45%;
    left: 10%;
    width: 80%;
    color: var(--main-color);
    letter-spacing: 2px;
}
.ms-banner h2 {
    font-size: 26px;
    margin-bottom: 10px;
    
}
.ms-banner p {
    font-size: 16px;
    padding-left: 25px;
}






/*------------------- start pages fruits and vegetables styling--------------------- */
.products {
    padding: 70px 0;
}
.products .products-items {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.products .products-items .item {
    flex-basis: 100%;
    height: 500px;
    margin-bottom: 20px;
    border: 1px solid #d5ddcf;
    
}
.products .products-items .item .box-itme {
    width: 100%;
    height: 78%;

}
.products .products-items .item .box-itme img {
    width: 100%;
    height: 100%;
}

.products .products-items .item .btn-text {
    width: 100%;
    height: 22%;
    padding: 22px;
    background-color: #f8f8f8;
    text-align: center;
}
.products .products-items .item .btn-text h3 {
    color: #A6A6A6;
    font-size: 20px;
    margin-bottom: 12px;
}
.products .products-items .item .btn-text .click-btn a {
    padding: 6px 12px;
    background-color: #41B06E;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.products .products-items .item .btn-text .click-btn a:hover {
    color: #41B06E;
    background-color: #fff;
    border: 1px solid #41B06E;
}

/*------------------- end pages fruits and vegetables styling--------------------- */
/* -------------------------- start All Products --------------------------------- */

.product-item {
    padding: 80px 20px;
    position: relative;
}
.product-item .back {
    position: absolute;
    top: 30px;
    left: 70px;
}
.product-item .back a {
    display: inline-block;
    padding: 15px;
    font-size: 16px;
    background-color: #41B06E;
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.product-item .img-item {
    margin-bottom: 30px;
    height: 400px;
}
.product-item .img-item img {
    width: 100%;
    height: 100%;
}
.product-item .text-item {
    padding: 15px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.product-item .text-item h2 {
    font-size: 20px;
    color: #141E46;
    margin-bottom: 10px;
}
.product-item .text-item p {
    font-size: 15px;
    color: #141E46;
    padding: 5px 0;
}
.product-item .text-item p span {
    font-size: 15px;
    color: #41B06E;
}
.hide {
    display: none;
}

/* ---------------------------end All Products ----------------------------------- */



/* --------------------------start page contact-us ------------------------------- */

.contact-call {
    padding: 50px 0;
    text-align: center;
}
.contact-call .time {
    width: 100%;
    margin: auto;
    padding-bottom: 15px;
}
.contact-call .time h2:first-child {
    color: var(--text-larg);
    font-size: 25px;
    font-weight: 600;
    
}
.contact-call .time h2:last-child {
    color: var(--elrawda-color);
    font-size: 35px;
    padding: 10px 0 15px;
}
.contact-call .time p {
    font-size: 18px;
    color: var(--text-larg);
    padding: 10px 0;
    border-bottom: 1px solid var(--elrawda-color);
    display: inline-block;
}

.contact-call .contact-items {
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.contact-call .contact-items .cont-item {
    padding: 15px;
}
.contact-call .contact-items .cont-item h2 {
    font-size: 22px;
    color: var(--text-larg);
    margin-bottom: 10px;
}
.contact-call .contact-items .cont-item div {
    margin: 10px 0;
}
.contact-call .contact-items .cont-item div a {
    text-decoration: none;
    font-size: 17px;
    color: #324347;
}
.contact-call .contact-items .cont-item h3 {
    font-size: 28px;
    margin-bottom: 8px;
    color: #41B06E;
}
.contact-call .contact-items .cont-item h3 img{
    max-width: 100%;
    height: 100%;
}
.contact-call .contact-items .cont-item span {
    display: inline-block;
    margin: 0 5px;
    font-size: 26px;
}
.contact-call .contact-items .cont-item .fac svg {
    color: #0866ff;
}
.contact-call .contact-items .cont-item .inst svg {
    color: #E1306C;
}
.contact-call .contact-items .cont-item .linked svg {
    color: #0a66c2;
}
.contact-call .contact-items .cont-item .address svg {
    margin-right: 7px;
    color: #ff3d00;
}

/* ---------------*/

.map {
    width: 100%;
    height: 500px;
}
.map iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
}
/* --------------------------end page contact-us ------------------------------- */





@media (min-width: 576px) {
    .ms-banner {
        top: 55%;
        left: 15%;
    }
    /* ----------------------------  products  -----------*/
    .products .products-items .item {
        flex-basis: 48%;
        margin-right: 1%;
        margin-left: 1%;
    }

    .contact-call .time {
        width: 90%;
    }
}

@media (min-width: 768px) {
/* ------------------------------- contact-us*/
    .contact-call .contact-items .cont-item {
        margin-bottom: 15px;
    }
    .contact-call .contact-items .cont-item:first-child,.contact-call .contact-items .cont-item:nth-child(3) {
        border-right: 2px solid #d5ddcf;
    }
    .contact-call .time {
        width: 80%;
    }
}


@media (min-width: 992px) {
    /* ----------------------------  products  -----------*/
    .products .products-items .item {
        flex-basis: 31%;
        margin-right: 1%;
        margin-left: 1%;
    }

/* ------------------------------- contact-us*/
    .contact-call .contact-items .cont-item {
        padding: 15px;
        border-right: 2px solid #d5ddcf;
    }
    .contact-call .contact-items .cont-item:last-child {
        border-right: none;
    }
    .contact-call .time {
        width: 70%;
    }
}