*{
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}
@font-face {
    font-family: IRAN Sans ;
    src: url(fonts/fonts-folder/fonts/A-Iranian-Sans/Iranian\ Sans.ttf);
}
@font-face {
    font-family: Kalema;
    src: url(fonts/fonts-folder/fonts/Kalameh-Bold.ttf);
}
@font-face {
    font-family: IRANYekan;
    src: url(fonts/fonts-folder/fonts/BYekan/BYekan+\ Bold.ttf);
}
@font-face {
    font-family: Vazir;
    src: url(fonts/fonts-folder/fonts/vazir-font-v16.1.0/Vazir-Bold.ttf);
}
@font-face {
    font-family: Allegro;
    src: url(fonts/fonts-folder/fonts/Allegro/ALLEGRO.TTF);
}
@font-face {
    font-family: B-Mitra;
    src: url(fonts/fonts-folder/fonts/B-Mitra/B\ Mitra\ Bold_0.ttf);
}
@font-face {
    font-family: aviny;
    src: url(fonts/fonts-folder/fonts/Aviny2-1.ttf);
}
*{
    body{
        background-color: whitesmoke;
    }
}
.header{
    width: 100%;
    height: 130px;
}
.top-header{
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contact{
    width: 25%;
    height: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.contact a{
    margin-right: 12%;
    color: black;
    text-decoration: none;
    font-family: B-Mitra;
    font-size: 12px;

}
.contact a i{
    color: gray;
    font-size: 17px;
}

.links{
    width: 25%;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.links a{
    margin-left: 10%;
    color: gray;
    font-size: 15px;
    padding: 3px;
}
.middle-header{
    background-color: rgb(57, 150, 57);
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.about-us{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 25%;
    height: 30px;
}
.about-us a{
    margin-right: 12%;
    text-decoration: none;
    color: white;
    font-size: 18px;
    font-family: IRANYeka;
}
.order{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30%;
    height: 30px;
    display: flex;
    justify-content: flex-end;
}
.order a{
    margin-left: 9%;
    font-size: 18px;
    font-family: IRANYeka;
    text-decoration: none;
    color: white;
}
.bottom-header{
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo{
    width: 20%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo img{
    width: 70%;
    height: 50px;
    margin-left: 4%;
}
.home{
    width: 50%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.home a{
    color:  black;
    text-decoration: none;
    margin-left: 5%;
    font-size: 20px;
    font-family: B-Mirta;

}
.home a:hover{
    color:  rgb(3, 91, 3);
}

.buy{
    width: 25%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.buy a{
    color:  black;
    text-decoration: none;
    margin-left: 11%;
    font-size: 20px;
    font-family: B-Mirta;
}
.buy a svg{
    margin-right: 10px;
}
/* cover */
.cover{
    width: 100%;
    height: 550px;
    display: flex;
    position: relative;
    margin-bottom: 3%;
}
.cover img{
    position: absolute;
    top: 0%;
    left: 0%;
    height: 510px;
}
.text{
    position: absolute;
    top: 0%;
    right: 5%;
    width: 60%;
    height: 200px;
    text-align: right;
}
@keyframes move{
    from{
        transform: translateY(0px)
    }
    to{
        transform: translateY(-15px)
    }
}
.leaf{
    animation-name: move;
    animation-timing-function: linear;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    position: absolute;
    top: 40%;
    right: 15%;
    width: 30%;
    height: 150px;
    text-align: right;
    text-align: center;
}
.leaf img{
    height: 150px;
    width: 50%;
}
.text h1{
    font-family: aviny;
    font-size: 80px;
}
.text p{
    font-family: Kalema;
}
.pic{
    position: absolute;
    right: 0%;
    bottom: 0%;
    width: 20%;
    height: 180px;
}
.pic img{
    height: 180px;
}
/* send */
.send{
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 3%;
}
.free{
    width: 23%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid gray;
    border-radius: 10px;
}
.car{
    width: 80px;
    height: 80px;
    background-color: lightgray;
    border-radius: 50%;
    text-align: center;
}
.car a img{
    margin-top: 30%;
}
.car:hover{
    background-color: rgb(6, 91, 6);
}
.truck{
    width: 70%;
    height:  80px;
    border-radius: 10px;
    text-align: center;
}
.truck a{
    text-decoration: none;
    color: black;
    font-family: IRANYekan;
    margin-top: 5%;
    display: block;
}
.truck p{
    font-family: B-Mitra;
    font-size: 15px;
    color: gray;
}
.truck a h2{
    font-size: 20px;
}
/* apple */
.apple{
    width: 100%;
    height: 300px;
    display:  flex;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
}
.mast{
    width: 31%;
    height: 225px;
    border-radius: 10px;
    position: relative;
}
.meat a{
    display: block;
    text-decoration: none;
    color: black;
    font-family: aviny;
    width: 50%;
    height: 30px;
    text-align: center;
    border-radius: 20px;
    margin-top: 5%;
    background-color: lightskyblue;
}
.meat a:hover{
    background-color: green;
}
.meat{
    position: absolute;
    top: 50%;
    right: 5%;
    width: 50%;
    height: 100px;
}
.nature{
    position: absolute;
    top: 5%;
    left: 5%;
    width: 15%;
    height: 20px;
    text-align: center;
    background-color: green;
    border-radius: 30px;
}
.mast img{
    border-radius: 10px;
}
.discount{
    width: 100%;
    height: 50px;
    text-align: center;
    margin-bottom: 3%;
}
.discount h4{
    font-family: aviny;
    font-size: 25px;
}
.products{
    width: 100%;
    height: 400px;
    text-align: center;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
}

.items{
    width: 23%;
    height: 350px;
    border-radius: 10px;
    background-color: white;
    position: relative;
}
.hidden{
    width: 70%;
    height: 40px;
    position: absolute;
    top: 60%;
    left: 10%;
    text-align: center;
    visibility: hidden;
    transition: 0.7s;
}
.items:hover .hidden{
    visibility: visible;
}
.sale{
    position: absolute;
    top: 2%;
    left: 2%;
    border-radius: 10px;
    width: 20%;
    height: 25px;
    background-color: lightgreen;
}
.hidden a i{
    color: black;
    margin-left: 10%;
    font-size: 20px;
}
.lemon{
    width: 100%;
    height: 260px;
    /* border: 2px solid red; */
}
.items img{
    height: 200px;
    width: 250px;
    transition: 0.7s;
}
.items:hover img{
    transform: scale(1.1);
}
.items a{
    color:  black;
    text-decoration: none;
    font-family: IRANYekan;
    font-size: 25px;
}
.items p{
    margin-top: 2%;
}

.items span{
    margin-top: 2%;
    display: inline-block;
    color: yellow;
}
/* best */
.best{
    width: 100%;
    height: 50px;
    /* border: 2px solid  red; */
    margin-bottom: 3%;
    text-align: center;
}
.best h6{
    font-family: aviny;
    font-size: 25px;
}
.unique{
    width: 100%;
    height: 312px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    margin-bottom: 3%;
}
.milk{
    width: 23%;
    height: 307px;
    position: relative;
    border-radius: 10px;
}
.list{
    width: 70%;
    height: 307px;
    position: absolute;
    top: 0%;
    right: 4%;
    border-radius: 10px;

}
.milk img{
    border-radius: 10px;
}
.list h5{
    margin-right: 12%;
    font-size: 20px;
    font-family: IRAN Sans;
    font-weight: bold;
}
.list a{
    text-decoration: none;
    margin-top: 5%;
    color: black;
    display: block;
    font-family: IRANYekan;
}
.special-sale{
    width: 100%;
    height: 50px;
    text-align: right;
    margin-bottom: 3%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sold{
    width: 40%;
    height: 50px;
    /* background-color: red; */
}
.sold span{
    font-family: aviny;
    font-size: 30px;
    margin-right: 10%;
}
.sold a{
    text-decoration: none;
    font-size: 25px;
    margin-right: 5%;
}
.sold a svg{
    vertical-align: middle;
    background-color:  gray;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
.sol svg{
    vertical-align: middle;
}
.all{
    width: 58%;
    height: 50px;
    /* background-color: green; */
    text-align: left;
}
.all a{
    font-size: 20px;
    text-decoration: none;
    margin-left: 5%;
    color: black;
    font-family: IRAN Sans;
    margin-top: 1%;
    display: inline-block;
}
/* main */
.main{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    height: 1100px;
    gap: 15px;
    margin-bottom: 3%;
}
.right{
    width: 25%;
    height: 1100px;
    border-radius: 10px;
}
.good{
    width: 100%;
    height: 355px;
    margin-bottom: 5%;
    border-radius: 10px;
    background-color: white;
    border-radius: 10px;
    border: 1px solid green;
}
.left{
    width: 68%;
    height: 1100px;
    /* border: 2px solid green; */
    border-radius: 10px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    align-content: flex-start;
}
.down{
    width: 58%;
    height: 245px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    border-radius: 10px;
    position: relative;
}
.purchase{
    position: absolute;
    top: 5%;
    right: 5%;
    width: 50%;
    height: 200px;
}
.purchase p{
    font-family: IRAN Sans;
    margin-top: 5%;
    font-size: 15px;
}
.purchase span{
    margin-top: 5%;
    display: block;
    font-family: IRANYekan;
}
.purchase a{
    display: block;
    text-decoration: none;
    color: black;
    width: 40%;
    margin-top: 10%;
    background-color: rgb(128, 90, 0);
    font-family: aviny;
    border-radius: 30px;
    height: 35px;
    margin-right: 10%;
    text-align: center;
}
.down img{
    border-radius: 10px;
}
.next{
    width: 40%;
    height: 220px;
    border-radius: 10px;
    position: relative;
}
.next img{
    border-radius: 10px;
}
.grape{
    width: 24.1%;
    height: 330px;
    /* border: 2px solid purple; */
    border-radius: 10px;
    background-color: white;
    position: relative;
}
.grape p{
    text-align: center;
    margin-top: 3%;
}
.grape h1{
    font-size: 15px;
    font-family: IRAN Sans;
    text-align: center;
}
.grape img{
    transition: 0.7s;
}
.grape:hover img{
    transform: scale(1.1);
}
.grape span{
    display: inline-block;
    margin-top: 4%;
    margin-right: 7%;
    color: yellow;
}
.center{
    position: absolute;
    top: 57%;
    width: 70%;
    height: 40px;
    right: 15%;
    text-align: center;
    visibility: hidden;
}
.grape:hover .center{
    visibility: visible;
}
.center a{
    margin-left: 5%;
    color: black;
    display: inline-block;
    margin-top: 7%;
}
.for-sale{
    width: 30%;
    height: 30px;
    position: absolute;
    border-radius: 10px;
    top: 0%;
    left: 0%;
    border: 1px solid green;
    text-align: center;
    font-size: 10px;
    font-family: IRAN Sans;
}
.good{
    text-align: center;
    position: relative;
}
.good img{
    height: 200px;
    width: 200px;
    text-align: center;
}
.good span{
    margin-left: 3%;
    color: gray;
}
.bottom-arrow{
    margin-top: 10%;
    font-family: IRANYekan;


}
.off{
    position: absolute;
    top: 5%;
    right: 5%;
    width: 70px;
    height: 70px;
    background-color: green;
    border-radius: 50%;
}
.off p{
    font-family: IRANYekan;
    margin-top: 10%;
}
/* brands */
.brands{
    width: 100%;
    height: 115px;
    background-color:  white;
    text-align: center;
    margin-bottom: 3%;
}
.brands a{
    margin-left: 2%;
    text-decoration: none;
    margin-right: 5%;
}

.brands a img{
    width: 100px;
    height: 100px;
}
.footer{
    width: 100%;
    height: 400px;
    display:  flex;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
}
.footer-item{
    width: 23%;
    height: 400px;
    border-radius: 10px;
}
.footer-item p{
    font-family: IRAN Sans;
    margin-top: 10%;
    margin-right: 5%;

}
.footer-item a{
    display: inline-block;
    text-decoration: none;
    color: black;
    margin-top: 5%;
    font-size: 15px;
    font-family: IRANYekan;
    margin-right: 4%;
    width: 50%;
}
.footer-item a svg{
    vertical-align: middle;
    margin-left: 4%;
}
.footer-item span{
    display: block;
    text-decoration: none;
    color: black;
    margin-top: 5%;
    margin-right: 4%;
    font-size: 15px;
    font-family: IRANYekan;
}
.footer-item h1{
    font-size: 20px;
    margin-right: 10%;
}
.footer-item a i{
    font-size: 20px;
}
