@font-face {
	font-family: 'Yekan';
	src: url( 'Yekan.eot' );
	src: url( 'Yekan.eot?#iefix' ) format( 'embedded-opentype' ),
		url( 'Yekan.woff2' ) format( 'woff2' ),
		url( 'Yekan.woff' ) format( 'woff' ),
		url( 'Yekan.ttf' ) format( 'truetype' ),
		url( 'Yekan.svg#Yekan' ) format( 'svg' );
	font-weight: normal;
	font-style: normal;
}
*{
    padding: 0;
    margin: 0;
    direction: rtl;
    font-family: 'Yekan';
}
a:hover{
    color: #09b84d!important;
    text-decoration: none!important;
}
.top-notice{
    background-color: rgb(51, 156, 46);
    color: white;
    height: 40px;
    text-align: center;
}
.top-notice p{
    font-size: 15px;
    padding-top: 3px;
}
.main-menu{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}
.navbar-container{
    display: flex;
    list-style: none;
}
.navbar-container li{
    padding: 0 20px;
}
.navbar-container a{
    text-decoration: none;
    font-weight: bold;
    color: #078d3b;
}
.header-buttons svg{
    padding: 0 5px;
}
.social-media a{
    padding: 0 7px;
    font-size: 22px;
    color: #5c5f62;
}
.fast-access{
    padding: 50px 200px;
    display: flex;
    justify-content: center;
}
.fast-access-item{
    display: flex;
    flex-direction: column;
    padding: 0 150px;
    justify-content: center;
    align-items: center;
    border: 1px dashed #078d3b;
    transition: 0.6s;
}
.fast-access a{
    text-decoration: none;
    font-weight: bold;
    color: #078d3b;
}
.fast-access-item:hover{
    background-color: rgba(7, 141, 59, 0.2);
}
.food-img{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 0;
    background-image: url(img/fixedcontact.jpg);
    background-repeat: no-repeat;
    background-position: center;
}
.food-img::before{
    content: '';
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.3);
    z-index: 1;
}
.food-img > *{
    z-index: 10;
}
.food-img-title{
    margin-bottom: 15px;
}
.food-img-items img{
    padding: 0 5px;
    border-radius: 10px;
    transition: 0.7s;
}
.food-img-items img:hover{
    transform: scale(1.04);
}
footer{
    display: flex!important;
    justify-content: space-between;
    padding: 20px 50px;
}
.footer-social-media, .enamad, .contact-number{
    display: flex!important;
    justify-content: center;
    align-items: center;
}
.footer-social-media p, .enamad p, .contact-number p{
    color: #078d3b;
    font-weight: bold;
    margin-left: 10px;
}
.footer-social-media i{
    color: #078d3b;
    padding: 0 7px;
    font-size: 22px;
}
.copyright{
    border-top: 1px solid rgba(0, 0, 0, .2);
}
.copyright p{
    font-size: 13px;
    color: #515152;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 12px;
}
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

@media (max-width: 760px){
    .social-media{
        display: none;
    }
    .navbar-container a{
        font-size: 13px;
    }
    .main-menu{
        flex-direction: column;
    }
    .navbar{
        margin-bottom: 10px;
    }
    .fast-access{
        padding: 0;
    }
    .fast-access-item{
        padding: 0 20px;
    }
    .food-img{
        margin-top: 15px;
    }
    .food-img-items img{
        width: 46%;
    }
    footer{
        flex-direction: column;
    }
}