*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background-image: url(online-image/background-image.jpg);
}
@font-face {
    font-family: aviny;
    src: url(fonts/fonts-folder/fonts/Aviny2-1.ttf);
}
@font-face {
    font-family: IRANYekan;
    src: url(fonts/fonts-folder/fonts/BYekan/BYekan+\ Bold.ttf);
}
@font-face {
    font-family: IRAN Sans;
    src: url(fonts/fonts-folder/fonts/A-Iranian-Sans/Iranian\ Sans.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: Kalema;
    src: url(fonts/fonts-folder/fonts/Kalameh-Bold.ttf);
}
.header{
    width: 95%;
    height: 85px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: auto;
    background-color: white;
    margin-bottom: 1%;
    gap: 5px;
}
.logo{
    width: 20%;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu{
    width: 50%;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu a{
    text-decoration: none;
    color: black;
    font-size: 20px;
    margin-left: 8%;
}
.menu a:hover{
    color: blue;
}
.menu a svg{
    vertical-align: middle;
}
.contact{
    width: 30%;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.contact a{
    margin-right: 5%;
    text-decoration: none;
    color: black;
    font-size: 20px;
}
body .header{
    margin-top: 3%;
}
.cover{
    width: 100%;
    height: 405px;
    text-align: left;
    position: relative;
    margin-bottom: 3%;
}
.position{
    top: 0%;
    right: 35%;
    width: 35%;
    position: absolute;
    height: 400px;
    text-align: center;
}
.position img{
    width: 50px;
    height: 150px;
}
.position h2{
    font-family: IRANYekan;
}
.position a{
    text-decoration: none;
    color: black;
    font-size: 20px;
    margin-left: 5%;
    font-family: aviny;
    width: 30%;
    height: 40px;
    border-radius: 10px;
    border: 2px solid green;
    display: inline-block;
    margin-top: 5%;
}
.position a:hover{
    background-color: rgb(224, 59, 18);
}
.position p{
    font-family: Kalema;
    font-size: 15px;
    margin-top: 5%;
}
.cover .position img{
    width: 200px;
    height: 200px;
}
.cover img{
    width: 100%;
    height: 400px;
}
/* new-f */
.new-f{
    width: 100%;
    height: 500px;
    /* border: 2px solid red; */
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 15px;
    margin-bottom: 3%;
}
.new{
    width: 30%;
    height: 500px;
    /* border: 2px solid green; */
    border-radius: 10px;
    position: relative;
}
.side{
    width: 30%;
    height: 360px;
    /* border: 2px solid green; */
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    border: 2px solid gray;
}
.over{
    width: 100%;
    height: 360px;
    /* border: 2px solid green; */
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    /* border: 2px solid gray; */
    visibility: hidden;
}
.over img{
    height: 360px;
    width: 100%;
    transition: 0.7s;
}
.side:hover .over{
    visibility: visible;
}
.side img{
    transition: 0.7s;
}
.side:hover img{
    transform: scale(1.1);
}

.wedding{
    position: absolute;
    top: 0%;
    right: 20%;
    width: 80%;
    height: 180px;
}
.wedding h1{
    font-size: 20px;
    font-family: IRAN Sans;
}
.wedding p{
    font-size: 18px;
    font-family: IRANYekan;
    margin-top: 5%;
}
.wedding a{
    text-decoration: none;
    color: black;
    font-size: 20px;
    font-family: aviny;
    width: 40%;
    height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 10px;
    background-color: rgb(236, 29, 29);
    margin-right: 15%;
    margin-top: 10%;
}
.wedding a:hover{
    background-color: purple;
}
.new img{
    border-radius: 10px;
}
.middle{
    width: 243px;
    height: 243px;
    margin-bottom: 3%;
    border: 2px dashed green;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 17%;
}
.middle img{
    height: 238px;
    border-radius: 50%;
    transition: 0.7s;
}
.middle:hover img{
    transform: scale(1.1);
}
/* products */
.products{
    width: 100%;
    height: 730px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    align-content: flex-start;
    margin-bottom: 3%;
    /* border: 2px solid red; */
}
.items{
    width: 23%;
    height: 350px;
    /* border: 2px solid green; */
    border-radius: 10px;
    position: relative;
    text-align: center;
    background-color: white;
    overflow: hidden;
}
.items img{
    border-radius: 10px;
    height: 280px;
    width: 200px;
    transition: 1s;
}
.items:hover img{
    transform: scale(1.1);
}
.left-icons{
    position: absolute;
    width: 20%;
    height: 200px;
    top: 5%;
    left: 0%;
    /* border: 2px solid purple; */
    /* background-color: purple; */
    visibility: hidden;
}
.items:hover .left-icons{
    visibility: visible;
}
.items:hover .bottom-icons{
    visibility: visible;
}
.left-icons a{
    display: block;
    font-size: 20px;
    margin-top: 50%;
    color: black;
}
.bottom-icons{
    position: absolute;
    bottom: 20%;
    left: 0;
    width: 100%;
    height: 40px;
    background-color: red;
    visibility: hidden;

}
.bottom-icons a{
    text-decoration: none;
    color: white;
    font-size: 20px;
    font-family: aviny;
    display: inline-block;
}
.scale{
    width: 100%;
    height: 280px;
    /* border: 2px solid red; */
    overflow: hidden;
}
/* leaf */
.leaf{
    width: 100%;
    height: 500px;
    position: relative;
    margin-bottom: 3%;
}
.leaf img{
    height: 500px;
}
.discount{
    width: 50%;
    height: 400px;
    position: absolute;
    top: 10%;
    left: 25%;
    text-align: center;
    background-color: white;
}
.discount h5{
    font-size: 25px;
    font-family: IRANYekan;
    margin-top: 40%;
}
.discount p{
    font-family: IRAN Sans;
    font-size: 20px;
}
.discount a{
    text-decoration: none;
    font-size: 20px;
    color: black;
    width: 20%;
    height: 30px;
    border-radius: 30px;
    display: inline-block;
    background-color: tomato;
    margin-top: 5%;
    position: relative;
    font-family: aviny;
}
.pic-top{
    position: absolute;
    top: 4%;
    left: 2%;
    width: 95%;
    height: 365px;
    border: 2px solid gray;
}
.pic-top img{
    width: 300px;
    height: 150px;
}
/* gift */
.gift{
    width: 100%;
    height: 50px;
    text-align: center;
    margin-bottom: 3%;
}
.gift h6{
    font-size: 30px;
    font-family: aviny;

}
.surprise{
    width: 100%;
    height: 350px;
    display:  flex;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    margin-bottom: 3%;
}
.for-gift{
    width: 18.5%;
    height: 350px;
    /* border: 2px solid green; */
    border-radius: 10px;
    position: relative;
    text-align: center;
    background-color: white;
    overflow: hidden;
}
.for-gift img{
    border-radius: 10px;
    height: 250px;
    width: 200px;
    transition: 1s;
}
.for-gift:hover .left-icons{
    visibility: visible;
}
.for-gift:hover .bottom-icons{
    visibility: visible;
}
.for-gift:hover img{
    transform: scale(1.1);
}
/* process */
.process{
    width: 100%;
    height: 100px;
    text-align: center;
}
.process h6{
    font-size: 30px;
    font-family: aviny;
}
.process p{
    font-size: 20px;
    font-family: IRANYekan;
}
.trend{
    width: 100%;
    height: 320px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    margin-bottom: 3%;
}
.step-step{
    width: 31.5%;
    height: 200px;
    border-radius: 10px;
    text-align: center;
}
.step-step img{
    width: 200px;
    height: 200px;
}
.step-step h1{
    font-size: 20px;
    font-family: IRAN Sans;
}
.step-step P{
    font-size: 17px;
    font-family: IRANYEkan;
}
.step-step a{
    text-decoration: none;
    color: black;
    font-size: 20px;
    font-family: Kalema;
}
.footer{
    width: 100%;
    height: 400px;
    text-align: center;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
.footer-item{
    width: 20%;
    height: 400px;
    text-align: right;
}
.footer-item a{
    display: block;
    margin-top: 10%;
    text-decoration: none;
    font-size: 20px;
    color:  black;
    font-family: IRAN Sans;
}
.media{
    width: 20%;
    margin: auto;
    height: 50px;
    text-align: right;
}
.media a{
    text-decoration: none;
    margin-left: 5%;
    font-size: 30px;
    width: 150px;
    height: 130px;
    border-radius: 50%;
    color:  gray;

}