
@font-face {
    font-family: ae-Rasheeq;
    src: url(alfont_com_AlFont_com_ae_Rasheeq_bold.ttf);
}
@font-face {
    font-family: allegro;
    src: url(Allegro/ALLEGRO.TTF);
}
@font-face {
    font-family: allberto;
    src: url(3894-font\ \(1\).ttf);
}
.body{
    margin: 0;
}
.header{
    display: flex;
    justify-content: space-around;
    gap: 10px;
    
}
.logo{
    width: 300px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu{
    /* background-color: green; */
    width: 300px;
    height: 120px;
    flex-grow: 2;
    justify-content: center;
    align-items: center;
    display: flex;
    justify-content: space-evenly;
}
.menu a{
    text-decoration: none;
    color: black;
    font-size: 20px;
    transition: 0.7s;
    font-family: ae-Rasheeq;
}
.menu a:hover{
    color: brown;
    text-decoration: underline;
    transition: 0.5s;
}
.links{
    /* background-color: tomato; */
    width: 300px;
    height: 120px;
    display: flex;
    /* justify-content: flex-start; */
    align-items: center;
    justify-content: space-evenly;
}
.first-cover{
    position: relative;
    margin-bottom: 2%;
}
.first-cover a{
    width: 10%;
    background-color: black;
    padding: 10px;
    color: white;
    position: absolute;
    top: 40%;
    left: 15%;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    font-family: 'Times New Roman', Times, serif;
}
.first-cover a:hover{
    background-color: tomato;
    border-radius: 5px;
}
.first-cover p{
    width: 40%;
    /* background-color: red; */
    padding: 10px;
    position: absolute;
    color: black;
    top: 0.5%;
    left: 10%;
    text-align: left;
    font-size: 60px;
    font-family: allegro;
    line-height: 30px;
}
.hand{
    display: flex;
    height: 400px;
    /* background-color: lightgray; */
    gap: 15px;
    overflow: hidden;
    transition: 1s;
}
.a.b.c{
    overflow: hidden;
    width: 27%;
    transition: 1s;
}
.women{
    overflow: hidden;
    transition: 1s;
}
.man{
    overflow: hidden;
    transition: 1s;
}
.suit{
    overflow: hidden;
    transition: 1s;
}
.a img:hover{
    transform: scale(1.2);
    filter: brightness(70%);
    transition: 2s;
}
.b img:hover{
    transform: scale(1.2);
    filter: brightness(70%);
    transition: 2s;
}
.c img:hover{
    transform: scale(1.2);
    filter: brightness(70%);
    transition: 2s;
}
.a{
    position: relative;
}

.a P{
    position: absolute;
    top: 55%;
    left: 10%;
    font-size: 25px;
    font-family: allberto;
    color: white;
}
.a span{
    position: absolute;
    top: 70%;
    left: 10%;
    font-size: 15px;
    font-family: ae-Rasheeq;
    color: white;
}
.a span:hover{
    text-decoration: underline; color: green;
}

.b{
    position: relative;
}

.b P{
    position: absolute;
    top: 55%;
    left: 10%;
    font-size: 25px;
    font-family: allberto;
    color: white;
}
.b span{
    position: absolute;
    top: 70%;
    left: 10%;
    font-size: 15px;
    font-family: ae-Rasheeq;
    color: white;
}
.b span:hover{
    text-decoration: underline; color: green;
}
.c{
    position: relative;
}

.c P{
    position: absolute;
    top: 55%;
    left: 10%;
    font-size: 25px;
    font-family: allberto;
    color: white;
}
.c span{
    position: absolute;
    top: 70%;
    left: 10%;
    font-size: 15px;
    font-family: ae-Rasheeq;
    color: white;
}
.c span:hover{
    text-decoration: underline; color: green;
}
.seller{
    text-align: center;
}
.div .prodcuts.div{
    height: 100px;
    width: 150px;
}
.products{
    text-align: center;
    position: relative;
    margin-bottom: 5%;
}
.item-1{
    width: 23%;
    height: 350px;
    display: inline-block;
    margin-left: 1%;
    margin-bottom: 8%;
    position: relative;
}
.products h2{
    font-size: 20px;
}
.item-1:hover a{
    visibility: visible;
    color: black;
    transition: 1.5s;
}
.item-2{
    width: 23%;
    height: 350px;
    display: inline-block;
    margin-left: 1%;
    margin-bottom: 8%;
    position: relative;
}
.item-2:hover a{
    visibility: visible;
    color: black;
    transition: 1.5s;
}
.item-3{
    width: 23%;
    height: 350px;
    display: inline-block;
    margin-left: 1%;
    margin-bottom: 8%;
    position: relative;
}
.item-3:hover a{
    visibility: visible;
    color: black;
    transition: 1.5s;
}
.item-4{
    width: 23%;
    height: 350px;
    display: inline-block;
    margin-left: 1%;
    margin-bottom: 8%;
    position: relative;
}
.item-4:hover a{
    visibility: visible;
    color: black;
    transition: 1.5s;
}
.item-5{
    display: inline-block;
    width: 23%;
    height: 350px;
    margin-left: 1%;
    position: relative;
}
.item-5:hover a{
    visibility: visible;
    color: black;
    transition: 1.5s;
}
.item-6{
    display: inline-block;
    width: 23%;
    height: 350px;
    margin-left: 1%;
    position: relative;
}
.item-6:hover a{
    visibility: visible;
    color: black;
    transition: 1.5s;
}
.item-7{
    display: inline-block;
    width: 23%;
    height: 350px;
    margin-left: 1%;
    position: relative;
}
.item-7:hover a{
    visibility: visible;
    color: black;
    transition: 1.5s;
}
.item-8{
    display: inline-block;
    width: 23%;
    height: 350px;
    margin-left: 1%;
    position: relative;
}
.item-8:hover a{
    visibility: visible;
    color: black;
    transition: 1.5s;
}
.products h2{
    color: black;
}
.products h2:hover{
    color: brown;
}
.products span{
    color: black;
    font-size: 20px;
}
.products span:hover{
    color: purple;
}
.products .heart{
    /* background-color: pink; */
    position: absolute;
    top: 80%;
    left: 25%;
    transition: 2s;
}
.item-1 .heart:hover{
    transform: translateY(-35px);
}
.item-2 .heart:hover{
    transform: translateY(-35px);
}
.item-3 .heart:hover{
    transform: translateY(-35px);
}
.item-4 .heart:hover{
    transform: translateY(-35px);
}
.item-5 .heart:hover{
    transform: translateY(-35px);
}
.item-6 .heart:hover{
    transform: translateY(-35px);
}
.item-7 .heart:hover{
    transform: translateY(-35px);
}
.item-8 .heart:hover{
    transform: translateY(-35px);
}
.heart a{
    text-decoration: none;
    color: black;
    visibility: hidden;
    padding: 10px;
}
.container{
    display: flex;
    gap: 10px;
    justify-content: space-evenly;
    flex-basis: 50%;
    height: 400px;
    margin-bottom: 2%;

}
.red{
  background-color: green;  
  flex-basis: 45%;
  height: 400px;
  transition: 2s;
  position: relative;
}
.green{
    background-color: blue;
    flex-basis: 45%;
    justify-content: flex-start;
    height: 400px;
    transition: 2s;
    position: relative;
  }
 .one h4{
    position: absolute;
    top: 40%;
    left: 15%;
    font-size: 25px;
    font-family: allberto;
    color: white;
  }
  .one a{
    position: absolute;
    top: 60%;
    left: 20%;
    font-size: 15px;
    font-family: allberto;
    color: white;
    transition: 2s;
  }
  .two h4{
    position: absolute;
    top: 40%;
    left: 15%;
    font-size: 25px;
    font-family: allberto;
    color: white;
  }
  .two a{
    position: absolute;
    top: 60%;
    left: 20%;
    font-size: 15px;
    font-family: allberto;
    color: white;
    transition: 2s;
  }
  .two a:hover{
    text-decoration: none;
    color: deeppink;
    transform: translateX(50px);
  }
  .one a:hover{
    text-decoration: none;
    color: deeppink;
    transform: translateX(50px);
  }
.container{
    overflow: hidden;
    position: relative;
}
.one{
    overflow: hidden;
    position: relative;
}
.one img:hover{
    transform: scale(1.2);
    filter: brightness(70%);
    transition: 2s;
}
.two{
    overflow: hidden;
    position: relative;
}
.two img:hover{
    transform: scale(1.2);
    filter: brightness(70%);
    transition: 2s;
}
.top-products{
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    width: 100%;
    height: 700px;
    /* gap: 5px; */
}
.featured-products{
    /* background-color: pink; */
    flex-basis: 30%;
    height: 750px;
    /* border: 4px solid red; */
    text-align: center;
    justify-content: space-around;
}
.featured-products h5{
    font-size: 20px;
}
.top-rated-products h5{
    font-size: 20px;
}
.top-sale-products h5{
    font-size: 20px;
}
.top-1{
    background-color: lightgray;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 180px;
    margin-bottom: 3%;
    display: flex;
    border-top-right-radius: 10px ;
    border-bottom-left-radius: 10px ;
}
.sun-day{
    display: flex;
    width: 50%;
    height: 100pxpx;
    /* background-color: red; */
    justify-content: center;
    align-items: flex-start;
    flex-grow: 1;
}
.sun-day img{
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.sun-day img:hover{
    border: 3px solid gray;
}
.mon-day{
    display: flex;
    width: 50%;
    height: 140px;
    /* background-color: blue; */
    justify-content: center;
    align-items: flex-start; 
    flex-direction: column;
}
.mon-day a{
    text-decoration: none;
    color: black;
}
.top-2{
    background-color: lightgray;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 180px;
    margin-bottom: 3%;
    display: flex;
    border-top-right-radius: 10px ;
    border-bottom-left-radius: 10px ;
}
.top-3{
    background-color: lightgray;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 180px;
    margin-bottom: 3%;
    display: flex;
    border-top-right-radius: 10px ;
    border-bottom-left-radius: 10px ;
}
.top-rated-products{
    /* background-color: orange; */
    flex-basis: 30%;
    height: 750px;
    /* border: 4px solid red; */
    text-align: center;
    justify-content: space-around;
}
.top-4{
    background-color: lightgray;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 180px;
    margin-bottom: 3%;
    display: flex;
    border-top-right-radius: 10px ;
    border-bottom-left-radius: 10px ;
}
.top-5{
    background-color: lightgray;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 180px;
    margin-bottom: 3%;
    display: flex;
    border-top-right-radius: 10px ;
    border-bottom-left-radius: 10px ;
}
.top-6{
    background-color: lightgray;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 180px;
    margin-bottom: 3%;
    display: flex;
    border-top-right-radius: 10px ;
    border-bottom-left-radius: 10px ;
}
.top-sale-products{
    /* background-color: purple; */
    flex-basis: 30%;
    height: 750px;
    /* border: 4px solid red; */
    text-align: center;
    justify-content: space-around;
}
.top-7{
    background-color: lightgray;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 180px;
    margin-bottom: 3%;
    display: flex;
    border-top-right-radius: 10px ;
    border-bottom-left-radius: 10px ;
}
.top-8{
    background-color: lightgray;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 180px;
    margin-bottom: 3%;
    display: flex;
    border-top-right-radius: 10px ;
    border-bottom-left-radius: 10px ;
}
.top-9{
    background-color: lightgray;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 180px;
    margin-bottom: 3%;
    display: flex;
    border-top-right-radius: 10px ;
    border-bottom-left-radius: 10px ;
}
.footer{
    background-color: white;
    display: flex;
    height: 250px;
    width: 100%;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
}
.inside{
    /* background-color: red; */
    /* border: 4px solid blue; */
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: row;
    gap: 40px;
    width: 100%;
    height: 50px;

}
.footer-item1{
    /* background-color: lightgray;  */
    /* border: 3px solid black; */
    display: flex;
    justify-content: flex-start;
    width: 25%;
    align-items: center;
    height: 300px;
    flex-direction: column;
    gap: 15px;
}
.footer-item1 a{
    flex-direction: row;
    justify-content: center;
}
.footer-item2{
    /* background-color: blue; */
    height: 300px;
    /* border: 3px solid red; */
    display: flex;
    justify-content: flex-start;
    width: 25%;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}
.footer-item3{
    /* background-color: purple; */
    /* border: 3px solid red; */
    display: flex;
    justify-content: flex-start;
    width: 25%;
    height: 300px;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}
.footer-item4{
    /* background-color: blue; */
    /* border: 3px solid red; */
    display: flex;
    justify-content: flex-start;
    width: 25%;
    height: 300px;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}
.footer h5{
    font-size: 20px;
    font-family: allberto;
}
.footer a{
    text-decoration: none;
    color: black;
}
.footer a:hover{
    text-decoration: underline;
    color: brown;
}

