*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@font-face {
    font-family: Kalema;
    src: url(fonts/Kalameh-Bold.ttf);
}
@font-face {
    font-family: IRANYekan;
    src: url(fonts/BYekan/BYekan+\ Bold.ttf);
}
@font-face {
    font-family: vazir;
    src: url(fonts/vazir-font-v16.1.0/Vazir-Bold.ttf);
}
.header{
    background-color: cadetblue;
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
}
.name{
    width: 20%;
    height: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-left: 1px solid gray;
}
.name span{
    margin-right: 15%;
    color: black;
    font-family: Kalema ;
}
.contacts{
    width: 80%;
    height: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.contacts a{
    font-family: Kalema;
    text-decoration: none;
    color:  black;
    margin-left: 3%;
}
.contacts a:hover{
    color: gray;
}
.middle-header{
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid gray;
}
.logo{
    width: 30%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.icons{
    width: 35%;
    height: 70px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}
@keyframes zoom{
    from{
        transform: scale(1);
    }
    to{
        transform: scale(.9);
    }
}
.call{
    position: absolute;
    top: 70%;
    left: 20%;
    width: 40%;
    height: 30px;
    animation-name: zoom;
    animation-timing-function: linear;
    animation-duration: 0.7s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    text-align: center;
}
.call span{
    font-family: IRANYekan;
}
.call svg{
    vertical-align: middle;
}
.icons a{
    margin-left: 5%;
    margin-right: 7%;
}
.awesome{
    width: 35%;
    height: 100px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.awesome a{
    margin-left: 10%;
}
.bottom-header{
    width: 100%;
    border-bottom: 1px solid gray;
    height: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bottom-header a{
    text-decoration: none;
    color: cadetblue;
    font-family: IRANYekan;
    margin-left: 20px;
}
.bottom-header a:hover{
    color: wheat;
}
#unique{
    border-bottom: 2px solid wheat;
}
.cover{
    width: 100%;
    height: 500px;
    position: relative;
    background-color: whitesmoke;
    text-align: left;
    margin-bottom: 3%;
    background-image: url(online-img/value.jpg);
    background-size: cover;

}
.text{
    position: absolute;
    top: 10%;
    right: 35%;
    width: 40%;
    height: 150px;
    text-align: right;
}
.text h1{
    font-family: vazir;
    color: white;
}
@keyframes movement{
    from{
        transform: translateX(0px);
    }
    to{
        transform: translateX(-40px);
    }
}
.text h1 i{
    vertical-align: middle;
    font-size: 30px;
    color: white;
    animation-name: movement;
    animation-timing-function: linear;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
.text P{
    font-family: IRANYekan;
    color: white;
}
.text a{
    text-decoration: none;
    font-size: 15px;
    font-family: IRANYekan;
    margin-right: 50px;
    color: black;
    border-radius: 30px;
    height: 25px;
    width: 20%;
    text-align: center;
    background-color: wheat;
    display: inline-block;
    margin-top: 5%;
}
.text a:hover{
    background-color: gray;
}
/* products */
.products{
    width: 100%;
    height: 170px;
    /* border: 2px solid red; */
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 3%;
}
.items{
    width: 15%;
    height: 170px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.items:hover{
    border: 1px solid gray;
}
.items a{
    text-decoration: none;
}
.items a h2{
    color: gray;
    font-size: 20px;
    font-weight: bold;
    font-family: vazir;
    margin-right: 5%;
}
.items img{
    width: 100px;
    height: 100px;
}
.suggestion{
    width: 100%;
    height: 365px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 3%;
    gap: 10px;
}
.ring{
    width: 18%;
    height: 360px;
    border-radius: 10px;
    /* display: flex; */
    justify-content: center;
    align-items: flex-start;
    border: 1px solid gray;
    position: relative;
    cursor: pointer;
}
.heart{
    position: absolute;
    top: 10%;
    left: 0%;
    /* border: 2px solid red; */
    width: 20%;
    height: 150px;
    text-align: center;
    visibility: hidden;
}
.ring:hover .heart{
    visibility: visible;
}
.heart a{
    display: block;
    color: gray;
    margin-bottom: 10%;
}
.ring a{
    text-decoration: none;
    color: black;
    font-family: vazir;
}
.ring  a img{
    height: 180px;
    border-radius: 10px;
}
.ring span{
    border-bottom: 1px dashed gray;
    margin-top: 10%;
    display: block;
    font-family: Kalema;
    font-size: 15px;
}
.ring p{
    margin-top: 10%;
    font-family: vazir;
    font-size: 14px;
}
.ring h5{
    margin-top: 10%;
    font-size: 20px;
    font-family: IRANYekan;
}
/* necklce */
.necklce{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
    gap: 20px;
    margin-bottom: 3%;
}
.ear{
    border: 1px dashed gray;
    width: 30%;
    height: 400px;
    border-radius: 10px;

}
.ear img{
    border-radius: 10px;
}
.better-items{
    width: 100%;
    height: 660px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
}
.big{
    width: 40%;
    height: 605px;
    border-radius: 10px;
    border: 1px solid black;
}
.big img{
    border-radius: 10px;
    height: 600px;
}
.small{
    width: 54%;
    height: 605px;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
}
.neon{
    width: 32.3%;
    height: 296px;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: flex-start;
    border-radius: 10px;
    border: 1px solid black;
    position: relative;
    overflow: hidden;
}
.scale{
    width: 100%;
    height: 210px ;
    border-radius: 10px;
    overflow: hidden;
}
.neon a{
    overflow: hidden;

}
.neon h5{
    display: inline-block;
    margin-right: 5%;
    font-family: IRANYekan;
    font-size: 14px;
    margin-top: 5%;
}
.neon span {
    display: inline-block;
    margin-top: 5%;
    margin-right: 5%;
    font-family: IRANYekan;
    font-size: 12px;

}
.neon:hover .heart{
    visibility: visible;
}
.neon a img{
    border-radius: 10px;
    transition: 0.7s;
}
.neon:hover a img{
    transform: scale(1.2);
}
.men{
    width: 100%;
    height: 298px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    margin-bottom: 3%;
    gap: 10px;
}
.child{
    width: 23%;
    border-radius: 10px;
    height: 298px;
    position: relative;
    border: 1px solid lightgray;
}
.replace{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    height: 280px;
    visibility:  hidden;
}
.child:hover .replace{
    visibility: visible;
}
.child img{
    border-radius: 10px;
}
/* middle-cover */
.animation{
    width: 100%;
    height: 450px;
    position: relative;
    background-color:darkslategray;
    margin-bottom: 3%;
}
@keyframes around{
    from{
        transform: translateY(0px);
    }
    to{
        transform: translateY(-30px);
    }
}
.tall{
    animation-name: around;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 2s;
    animation-direction: alternate;
    position: absolute ;
    left: 10%;
    top: 0%;
    bottom: 0;
    width: 30%;
    /* border: 2px solid red; */
    height: 450px;
    display: flex;
    justify-content: flex-end;
    text-align: left;
}
.paragraph{
    position: absolute;
    width: 40%;
    right: 5%;
    top: 10%;
    height: 200px;
}
.paragraph h6{
    font-size: 25px;
    font-family: Kalema;
    margin-right: 5%;
    color:  white;
}
.paragraph a{
    display: inline-block;
    background-color: antiquewhite;
    border-radius: 30px;
    width: 20%;
    height: 25px;
    text-align: center;
    margin-top: 10%;
    text-decoration: none;
    color: darkslategray;
    font-size: 20px;
    vertical-align: center;
    margin-right: 10%;
}
.paragraph a:hover{
    color: green;
}
.green{
    width: 100%;
    height: 605px;
    display:  flex;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    margin-bottom: 3%;

}
.round-1{
    width: 25%;
    height: 605px;
    border-radius: 10px;
}
.division{
    width: 100%;
    height: 302.5px;
    border-radius: 10px;
    border: 1px solid gray;
}
.division img{
    border-radius: 10px;
    height: 240px;
}
.round-2{
    width: 67%;
    height: 605px;
    /* border: 2px solid green; */
    border-radius: 10px;
    /*  */
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
}
.online{
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
}
.online-store{
    width: 30.5%;
    height: 450px;
    border: 1px  dashed black;
    border-radius: 10px;
    overflow: hidden;
}
.online-store h3{
    margin-right: 5%;
    margin-top: 5%;
}
.online-store a{
    display: block;
    text-decoration: none;
    color: gray;
    font-family: Kalema;
    text-align: center;
}
.online-store p{
    margin-top:  5%;
    margin-right: 5% ;
    font-family: IRANYekan;
}
.smile{
    width: 100%;
    height:  250px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.discount{
    position: absolute;
    top: 3%;
    right: 3%;
    border: 2px solid gray;
    width: 20%;
    background-color: white;
    height: 35px;
    text-align: center;
    border-radius: 10px;
}
.discount span{
    color: black;
}
.online-store:hover img{
    transform: scale(1.2);
}
.online-store img{
    border-radius: 10px;
    height: 300px;
    transition: 0.7s;
}
.last-division{
    width: 100%;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background-color: lightslategrey;
    gap: 10px;
}
.footer-item{
    width: 18.1%;
    height: 350px;
    border-radius: 10px;
}
.footer-item h6{
    margin-right: 5%;
    font-family: Kalema;
    font-size: 17px;
}
.footer-item a{
    display: block;
    margin-top: 8%;
    margin-right: 5%;
    text-decoration: none;
    color: white;
    font-family: IRANYekan;
}