header{
    top: 0;
    z-index:2;
    box-shadow: 0 8px 40px 0 rgba(49, 32, 138, 0.05);
}
h2{
    font-family: var(--subFont);
    color: #1A0B5B;
    font-size: 35px;
    font-weight: 700;
}
header input{
        height: 22px;
}
header .search button,
.newslater button,
footer .email-form button
{
    transition: background-color .7s;
}
header .search button:hover,
.newslater button:hover,
footer .email-form button:hover
{
    background-color: #c92063;
}
.hero{
    background-color: #F2F0FF;
    padding: 39px 0;
}
.hero .hero-lamp{
    top: 0;
    left: -26px;
}
.hero .hero-details , .hero .hero-image{
    width: calc((100% - 70px) /2);
}
.hero .hero-image{
    animation: slideInFromRight 5s;
}
@keyframes slideInFromRight {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(0);
    }
}
.hero h1{
    font-family: "Playfair Display", serif;
    font-size: 50px;
    font-weight: 350;
    margin: 25px 0 15px;

}
.hero .detailed-paragraph{
    color: #8A8FB9;
}
.hero .shop-btn{
    font-family: var(--subFont);
    padding: 16px 40px;
    transition: background-color .7s;
}
.hero .shop-btn:hover{
    background-color: #00C5FF;
}
.featured-products .row{
    gap: 29px;
}
.featured-products .featured-product{
    width: calc((100% - 87px) /4);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
 /* or  flex-grow: 1; width: 200px;*/
    transition: background-color .7s;
}
.featured-products .featured-product:hover{
    background-color: #2F1AC4;
}
.featured-products .featured-product .img{
    background-color: #F6F7FB;
    padding: 46px 52px 12px;
    height: 236px;
}
.featured-products .featured-product .action-icons{
    top: 9px;
    left: 8px;
}
.featured-products .featured-product:hover .action-icons{
    display: flex;
}
.featured-products .action-icons .shopping-icon ,
.leatest-products .action-icons .shopping-icon
{
    height: 30px;
    width: 30px;
    background-color: #EEEFFB;
}
.featured-products .featured-product .img button{
    background-color: #08D15F;
    padding: 9px 13px;
    font-family: var(--subFont);
    margin:10px 0 40px
}
.featured-products .featured-product:hover button{
    display: block
}
.featured-products .product-details{
    padding: 15px 17px;
}
.featured-products .featured-product:hover .product-details h3 ,
.featured-products .featured-product:hover .product-details span
{
   color: #fff;
}
.featured-product .available-colors .btn-format{
    width: 14px;
    height: 4px;
}
.featured-product .available-colors .btn-color-green{
    background-color:#05E6B7;
}
.featured-product .available-colors .btn-color-pink{
    background-color:#F701A8;
}
.featured-product .available-colors .btn-color-blue{
    background-color:#00009D;
    transition: background-color .2s;
}
.featured-products .featured-product:hover .available-colors .btn-color-blue{
    background-color: #FFEAC1;
}
.leatest-products .row{
   gap:90px 37px;
}
.leatest-products .tabs a{
    text-underline-offset: 3px;
}
.leatest-products .leatest-product{
    width: calc((100% - 74px) /3);
}
.leatest-products .leatest-product .img{
    background-color: #F7F7F7;
    height: 240px;
}
.leatest-products .second-leatest-chair .img{
    background-color: #fff;
}
.leatest-product .bedge-sale{
    top: -4px;
    left: -10px;
    animation: rotateSaleBedge 10s infinite;
    z-index: 1;
}
@keyframes rotateSaleBedge{
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}
.leatest-products .first-leatest-chair .img, 
.leatest-products .third-leatest-chair .img{
    padding: 25px 64px 7px;
}
.leatest-products .last-leatest-chair .img{
    padding: 16px 5px 0;
}
.leatest-products .leatest-product nav{
    background-color: transparent;
}
.leatest-products .leatest-product .action-icons{
    display: none;
    bottom: 23px;
    left: 10px;
}
.leatest-products .leatest-product:hover .action-icons{
    display: flex;
}
.leatest-products .product-details{
    padding-top: 16px;
    padding-bottom: 3px;
}
.leatest-products h3{
    font-family: var(--subFont);
    text-decoration: 2px underline #EEEFFB; /*ما عملت بوردر عشان هاد أفضل عند التحكم بالكويري*/
    text-underline-offset: 5px;
    padding-bottom: 2px;
}
.leatest-product .old-price{
    color: #FB2448;
}
.what-shopex-offer .offer{
    width: calc((100% - 75px)/4);
    box-shadow: 0 8px 40px 0 rgba(49, 32, 138, 0.05);
    padding-top: 64px;
}
.what-shopex-offer h3{
    font-family: var(--subFont);
    font-size: 22px;
}
.what-shopex-offer p{
    color: rgba(26, 11, 91, 0.3);
    padding: 0 26px 46px;
}
.trending-products .row{
    gap: 29px;
}
.trending-products .ternding-product{
    width: calc((100% - 87px) /4);
    padding: 12px;
    box-shadow: 0 8px 40px 0 rgba(49, 32, 138, 0.05);
}
.ternding-product .img{
    background-color: #F5F6F8;
    padding: 30px;
    margin-bottom: 15px;
    height: 244px;
}
.trending-products .first-trending-chair{
    padding: 40px;
}
.trending-products .last-trending-chair .img{
   padding: 23px;
}
.ternding-product span{
    font-family: var(--subFont);
}
.trending-products .old-price{
    color: rgba(21, 24, 117, 0.3);
}
.top-categories .row{
    gap:39px;
}
.top-categories .top-category{
    width: calc((100% - 117px) /4);
}
.top-category .img{
    background-color: #F6F7FB;
    padding: 65px;
    margin-bottom: 23px;
    box-shadow: 0 8px 40px 0 rgba(49, 32, 138, 0.05);
}
.top-categories .top-category .img button{
    background-color: #08D15F;
    padding: 9px 18px;
    font-family: var(--subFont);
    bottom: 10px;
}
.top-categories .top-category:hover button{
    display: block;
}
.top-categories .top-category .purple{
    height: 100%;
    width: 100%;
    background-color:rgba(152, 119, 231, 1);
    z-index: -1;
    top: 6px;
    left: -5px;
}
.top-categories .top-category:hover .purple{
    display: block;
}
.top-categories .top-category:hover .img{
    box-shadow: 0 8px 40px 0 rgba(49, 32, 138, 0.05);
}
.top-category h3 , .top-category span{
    font-family: var(--subFont);
}
.newslater{
    background-image: url(./../images/newslater/newslater.webp);
    background-position: center;
    background-size: cover;
}
.newslater .title{
    width: 574px;
    margin: auto;
    line-height: 50px;
}
.newslater h2{
    padding-top:203px
}
.newslater .shop-btn button{
    padding: 10px 36px;
    font-family: var(--subFont);
}
.newslater .shop-btn{
    padding-bottom: 100px;
}
.clients .row{
  gap: 12px;
}
.clients .client-logo{
    width: calc((100% - 48px)/5);
}
.leatest-blog .blog-card{
    width: calc((100% - 112px) /3);
    box-shadow: 0 8px 40px 0 rgba(49, 32, 138, 0.05);
}
.leatest-blog .img img{
    height: 235PX;
}
.leatest-blog span{
    font-family: var(--subFont);
    color: var(--secondaryColor);
}
.leatest-blog h3{
    color: var(--secondaryColor);
    margin: 25px 0 17px;
    padding-right: 10px;
    transition: color .7s;
}
.blog-card:hover h3 ,
.blog-card:hover a
{
    color: var(--primaryColor)
}
.leatest-blog p{
    color: #72718F;
    line-height: 30px;
    margin-bottom: 14px;
    padding-right: 10px;
}
.leatest-blog a{
    color: var(--secondaryColor);
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color .7s;
}
footer{
    background-color: #EEEFFB;
}
.email-form form{
    width: fit-content;
    padding: 2px 2px 2px 0;
}
.email-form input{
    padding: 10px 55px 10px 15px;
}
.email-form input::placeholder{
    color: #8A8FB9;
     opacity: 0.45;
    font-family: var(--primaryFont);
    font-size: 16px;
}
.email-form button{
    font-family: Roboto;
    color: #EEEFFB;
    padding: 8px 40px;
}
footer .left-side h2{
    color: #8A8FB9;
    font-family: var(--primaryFont);
}
footer address , footer a{
    color: #8A8FB9;
}
footer .right-side h2{
    font-size: 22px;
    color: #000;
    font-family: var(--subFont);
} 















@media screen and (max-width : 1910px){
    .top-category .img{
        padding: 55px;
    }
}
@media screen and (max-width : 1810px){
    .top-category .img{
        padding: 45px;
    }
}
@media screen and (max-width : 1740px){
    .hero .hero-image{
        padding: 15px;
    }
}
@media screen and (max-width : 1710px){
    .top-category .img{
        padding: 35px;
    }
}
@media screen and (max-width : 1666px){
    footer .right-side{
        justify-content: center;
        padding-top: 75px;
        gap: 100px;
    }
    footer .left-side{
        margin: auto;
    }
}
@media screen and (max-width : 1600px){
    .container{
        width:calc(100% - 470px);
    }
    .top-category .img{
        padding: 30px;
    }
    .hero .hero-lamp img{
        height: 320px;
        width: 320px;
    }
}
@media screen and (max-width : 1527px){
    .featured-products .featured-product{
        width: calc((100% - 58px) /3);
    }
    .featured-products .last-featured-chair{
        margin: auto;
    }
    .what-shopex-offer .offer{
        width: calc((100% - 50px)/3);
    }
    .what-shopex-offer .last-offer{
        margin: auto;
    }
    .trending-products .ternding-product{
        width: calc((100% - 58px) /3);
    }
    .trending-products .last-trending-chair{
        margin: auto;
    }
    .top-categories .top-category{
        width: calc((100% - 78px) /3);
    }
    .top-categories .last-top-chair{
        margin: auto;
    }
    .top-category .img{
        padding: 55px;
    }
    .leatest-blog .blog-card{
        width: calc((100% - 56px) /2);
    }
    .leatest-blog .last-blog{
        margin: auto;
        margin-top: 40px;
    }
}
@media screen and (max-width : 1493px){
    .leatest-products .product-details{
        gap: 50px;
    }
    .leatest-products h3{
        line-height: 25px;
    }
}
@media screen and (max-width : 1415px){
    .top-category .img{
        padding: 45px;
    }
}
@media screen and (max-width : 1370px){
    .container{
       width:calc(100% - 400px);
    }
    .hero .hero-lamp img{
        height: 280px;
        width: 280px;
    }
}
@media screen and (max-width : 1260px){
    .container{
       width:calc(100% - 350px);
    }
    .leatest-products .leatest-product{
       width: calc((100% - 37px) /2);
    }
    header .container{
        padding: 20px 0;
    }
    header .list{
        display: none;
    }
    header .search{
        display: none;
    }
    header .bar{
        display: block;
    }
    .hero .row{
        gap: 40px;
    }
    .hero .hero-details , .hero .hero-image{
    width: calc((100% - 40px) /2);
    }
    .hero h1{
        font-size: 40px;
    }
    .hero .hero-lamp img{
        height: 220px;
        width: 220px;
    }
}
@media screen and (max-width : 1185px) {
    .top-category .img{
        padding: 35px;
    }
}
@media screen and (max-width : 1164px){
    .hero .hero-image{
        padding: 0;
    }
}
@media screen and (max-width : 1150px){
    .featured-products .featured-product{
        width: calc((100% - 29px) /2);
    }
    .what-shopex-offer .offer{
        width: calc((100% - 25px)/2);
    }
    .trending-products .ternding-product{
        width: calc((100% - 29px) /2);
    }
    .top-categories .top-category{
        width: calc((100% - 39px) /2);
    }
    .top-category .img{
        padding: 75px;
    }
}
@media screen and (max-width : 1104px){
    .hero .row{
        gap: 25px;
    }
    .hero .hero-details , .hero .hero-image{
    width: calc((100% - 25px) /2);
    }
    .hero h1{
        font-size: 40px;
    }
}
@media screen and (max-width : 1105px){
    .hero .hero-details , .hero p , .hero .shop-btn{
        margin: auto;
        text-align: center;
    }
    .hero .shop-btn{
        margin-top: 20px;
    }
    .hero .hero-image{
        display: none;
    }
}
@media screen and (max-width : 1088px){
    .clients .client-logo{
       width: calc((100% - 130px)/4);
    }
}
@media screen and (max-width : 1040px){
    .top-category .img{
        padding: 55px;
    }
}
@media screen and (max-width : 980px){
    .container{
        width:calc(100% - 220px);
    }
    .top-category .img{
        padding: 70px;
    }
} 
@media screen and (max-width : 910px){
   .top-category .img{
        padding: 45px;
    }
    .newslater{
        background-size: 1000px 100%;
    }
}
@media screen and (max-width : 880px){
    .clients .client-logo{
       width: calc((100% - 110px)/3);
    }
}
@media screen and (max-width : 800px){
    .leatest-products .tabs ul{
        gap:25px;
    }
    .top-category .img{
        padding: 35px;
    }
    footer .left-side {
        text-align: center;
    }
    footer .left-side form{
        margin: auto;
    }
    footer .right-side{
        padding-left: 0;
        flex-wrap: wrap;
        gap: 70px;
    }
    footer .right-side .right-side-item{
        text-align: center;
        width: 100%;
    }
}
@media screen and (max-width : 770px){ 
    .featured-products .featured-product{
        width: 100%;
    }
    .what-shopex-offer .offer{
        width: 100%;
    }
    .container{
        width:calc(100% - 270px);
    }
    .leatest-products .leatest-product{
        width: 100%;
    }
    .trending-products .ternding-product{
        width: 100%;
    }
    .top-categories .top-category{
        width: 100%;
    }
    .top-category .img{
        padding: 115px;
    }
    .leatest-blog .blog-card{
        width: 100%;
    }
    .leatest-blog .first-blog{
        margin-bottom: 40px;
    }
    .clients .client-logo{
       width: calc((100% - 90px)/2);
    }
}
@media screen and (max-width : 730px) {
    .leatest-products .tabs a{
        font-size: 16px;
    }
    .top-category .img{
        padding: 100px;
    }
}
@media screen and (max-width : 690px){
    .leatest-products .tabs ul{
        flex-wrap: wrap;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }
    .leatest-products .tabs li{
        width:calc((100% - 25px)/2);
        text-align: center;
    }
    .leatest-products .tabs a{
        font-size: 18px;
    }
    .top-category .img{
        padding: 85px;
    }
    .newslater{
        background-size: 900px 100%;
    }
    .newslater .title{
        width: 510px;
    }
    .newslater .title h2{
        font-size: 30px;
    }
}
@media screen and (max-width : 639px){
    .email-form input{
        padding: 10px 45px 10px 15px;
    }
    .email-form button{
        padding: 8px 40px;
    }
}
@media screen and (max-width : 630px){
    .container{
    width:calc(100% - 200px);
    }
}
@media screen and (max-width : 600px){
    .hero .hero-lamp{
        display: none;
    }
    .hero .hero-details{
        flex-grow: 1;
    }
    .hero h1{
        font-size: 37px;
    }
}
@media screen and (max-width : 570px){
    .top-category .img{
        padding: 65px;
    }
    .email-form input{
        padding: 5px 35px 5px 10px;
    }
    .email-form button{
        padding: 8px 25px;
    }
    .clients .client-logo{
       width: calc((100% - 50px)/2);
    }
}
@media screen and (max-width : 540px){
    .leatest-products .tabs a{
        font-size: 15px;
    }
    .newslater .title{
        width: 350px;
    }
}
@media screen and (max-width : 514px){
    .email-form input{
        padding: 3px 20px 3px 10px;
    }
    .email-form button{
        padding: 8px 15px;
    }
    .newslater{
        background-size: 600px 100%;
    }
    .clients .client-logo{
       width: 60%;
    }
}
@media screen and (max-width : 500px){
    .container{
        width:calc(100% - 150px);
    }
}
@media screen and (max-width :440px){
    .container{
        width:calc(100% - 100px);
    }
    .top-category .img{
        padding: 55px;
    }
    .newslater .title h2{
        font-size: 28px;
    }
}
@media screen and (max-width :390px){
    main h2{
        font-size: 26px;
    }
    .logo img{
        width: 70px;
        height: 20px;
    }
    .container{
        width:calc(100% - 50px);
    }
}
@media screen and (max-width : 370px){
    .newslater .title{
        width: 300px;
    }
    .hero h1{
        font-size: 35px;
    }
    .hero p{
        font-size: 14px;
    }
}
@media screen and (max-width :331px){
    .email-form input{
        padding: 3px 10px 3px 10px;
    }
    .email-form button{
        padding: 8px 10px;
    }
}