*{
    margin:0 ;
    padding: 0;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: "Open Sans", sans-serif;
    perspective: 700px;
}
.container{
    width: 80%;
    margin: auto;
}
/* start header  */
.header{
    width: 80%;
    height: 80px;
    background-color: white;
    /* position: fixed; */
    z-index: 10;
    position: absolute;
}
.logo{
    font-size: 27px;
    float: left;
    margin: 28px 25px;
    letter-spacing: 5px;
}
.logo span ,.spann {
    color:  rgb(228, 202, 32) ;
}
.list-hed{
    list-style: none;
    float: left;
    margin-left: 180px;
}
.list-login{
    list-style: none;
    float: left;
    margin: 10px 0 0 80px ;
    font-size: 12px;
}
.list-hed .list-info {
    display: inline-block;
    margin: 28px 0 0 30px; 
    position: relative;
}
.list-hed .list-info .links::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 50%;
    left: 60%;
    transform: translate(-50%,-50%);
    border-left: 1px solid rgb(228, 202, 32);
    border-right: 1px solid rgb(228, 202, 32);
    transition: .5s;
}
.list-hed .list-info .links:hover::before{
    height: 100%;
}
.list-hed .list-info .links::after{
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 50%;
    left: 9%;
    transform: translateY(-50%);
    border-bottom: 1px solid rgb(228, 202, 32);
    border-top: 1px solid rgb(228, 202, 32);
    transition: .5s;
    transition-delay: 0.2s;
}
.list-hed .list-info .links:hover::after{
    width: calc(100% + 2px);
}
.list-hed .list-info .links{
    text-decoration: none;
    font-size: 22px;
    color: rgb(0, 0, 0);
    margin-left: 15px;
}
.list-login .list-log{
    
    display: inline-block;
    margin: 22px  15px;
    color: rgb(85, 84, 81);
    
}
.list-login .list-log span{
    border-radius: 70%;
    background-color: rgb(228, 202, 32);

}
.hidden-menu{
    position: absolute;
    width: 500px;
    height: 190px;
    background-color: rgb(255, 255, 255);
    margin: 5px 0 0 10%;
    border: 1px solid  rgb(228, 202, 32);
    display: none;
}
.list-info:hover .hidden-menu {
    display: block;
}
.hidden-menu:hover {
    display: block;
}
.hidden-menu .list-menu{
    list-style: none;
    float: left;
    margin-left: 30px;
}
.list-menu li{
    margin-top: 12px;
}
.list-menu li a{
    text-decoration: none;
    font-size: 20px;
    color: rgb(67, 65, 65);
}
.list-menu .list-menu-hed{
    border-bottom: 1px dotted rgb(228, 202, 32);
    font-weight:600;
}
/* end header  */
/* start landing  */
.landing{
height: calc(100vh - 60px);
position: relative;
background-image: url(../images/landing.jpg);
background-repeat: no-repeat;
background-size: cover;
}
.landing-info{
    position: absolute;
    width:800px ;
    height:350px;
    top:36%;
    margin-left: 120px;
}
.landing-info-title{
    font-size: 55px;
    color: rgb(18, 18, 18);
}
.landing-info-pre{
    font-size: 20px;
    color:rgba(68, 65, 62, 0.79);
    margin: 15px 0px 22px 0px;
    font-family:Georgia, 'Times New Roman', Times, serif;
}
.landing-info-btn {
    width: 125px;
    height: 35px;
    border-radius: 20px;
    border: none;
    font-size: 16px;
    font-weight:bold;
    border: 1px solid rgb(154, 152, 152);
    color: rgb(228, 202, 32) ;
    }
.landing-info-btn:hover{
background-color:rgb(164, 164, 164) ;
}
/* end landing */
/* start sec1 */
.specialties{
    position: relative;
}
.text{
    text-align: center;
    margin: 35px 0 55px 0;
}
.specialties .text img{
    width: 30px;
    height: 20px;
}
.text::after{
    position: absolute;
    content: "";
    background-color: rgb(228, 202, 32);
    width:5%;
    height: 2px;
    margin-top:12px;
    margin-left: -30px;
}
.text:hover::after{
    width: 8%;
    margin-left: -4%;
}
.boxes{
display: flex;  
flex-flow: row wrap;
justify-content: space-between;
align-items: flex-start;
}
.boxes .box-item img{
    width: 300px;
    height: 230px;
}
.boxes .box-item{
    position: relative;
    width: 300px;
    min-height: 290px;
    background-color: rgba(255, 255, 255, 0.919);
}
.boxes .box-item .title{
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    margin-top: 2px;
    margin-left: 3px;
}
.boxes .box-item .title .title1{
    font-size: 20px;
    opacity: 0.6;
    margin-bottom: 8px;
}
.boxes .box-item .title .title2{
    float: left;
}
.boxes .box-item .title i{
    font-size: 20px;
    float: left;
    margin-left: 85px;
    position: absolute;
    background-color:rgb(228, 202, 32);
    width: 26px;
    height: 23px;
    text-align: center;
    line-height: 23px;
    color: aliceblue;
    visibility: hidden;
}
.box-item:hover .title i{
visibility: visible;
}
/* end sec1 */
/* start sec2 */
.discount{
    margin-top: 40px;
    display: flex;
    flex-flow: row wrap;
    gap: 25px;
}
.discount-item1{
    flex-basis: 610px;
    width:310px;
    height: 320px;
    background-color: rgba(222, 222, 222, 0.611);
    flex-grow: 2;
}

.discount-item2{
    position: relative;
    width: 300px;
    height: 320px;
    background-image: url(../images/3d.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    flex-grow: 1;
    transition: 0.2s;
}
.discount-item2:hover{
transform: scale(1.1);
}
.discount-text{
    background-color:rgba(255, 255, 255, 0.7) ;
    width: 60%;
    height: 50px;
    margin-top: 25px;
}
.discount-text1{
margin-left: 12px;
color:rgb(228, 202, 32) ;
opacity: 0.8;
}
.discount-text2{
    margin-left: 12px;
}
.discount-item3{
    position: relative;
    width: 300px;
    height: 320px;
    background-image: url(../images/d2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    flex-grow: 1;
    transition: 0.2s;
}
.discount-item3:hover{
    transform: scale(1.1);
    }
.discount-info{
margin-top: 6%;
}
.discount-title{
    font-size: 28px;
    font-weight: bold;
}
.discount-info i{
    color:rgb(228, 202, 32) ;
    margin-left: 20px;
    font-size: 55px;
}
.discount-subtitle{
margin-left: 12%;
}
.discount-subparag{
margin:4% 4%;
line-height: 26px;
}
.discount-item1 .items{
margin: 13% 0 0 70%;
}
.discount-item1 .items span{
position: absolute;
background-color:rgb(228, 202, 32);
height: 2px;
width: 45px;
}
.icons{
    margin-top: 20px;
    display: flex;
    flex-flow: row wrap;
    flex-grow: 1;
}
.icons-item{
width: 220px;
height: 100px;
border-left: 1px solid rgb(228, 202, 32);
flex-grow: 1;
}
.icon-item1{
    width: 220px;
    height: 55px;
    background-image: url(../images/icons.png);
    background-position: center 10px;
    background-repeat: no-repeat;
    transition: .5s;
    margin: auto;
}
.icons .n{
    border: none;
}
.icons-item:hover .icon-item1{
    background-position: center -80px; 

}
.icon-item2{
    width: 220px;
    height: 55px;
    background-image: url(../images/icons.png);
    background-position: center -170px;
    background-repeat: no-repeat;
    transition: .5s;
    margin: auto;
}
.icons-item:hover .icon-item2{
    background-position: center -262px;
}
.icon-item3{
    width: 220px;
    height: 55px;
    background-image: url(../images/icons.png);
    background-position: center -355px;
    background-repeat: no-repeat;
    transition: .5s;
    margin: auto;
}
.icons-item:hover .icon-item3{
    background-position: center -448px;
}
.icon-item4{
    width: 220px;
    height: 55px;
    background-image: url(../images/icons.png);
    background-position: center -540px;
    background-repeat: no-repeat;
    transition: .5s;
    margin: auto;
}
.icons-item:hover .icon-item4{
    background-position: center -633px;
}
.icon-item5{
    width: 220px;
    height: 55px;
    background-image: url(../images/icons.png);
    background-position: center -727px;
    background-repeat: no-repeat;
    transition: .5s;
    margin: auto;
}
.icons-item:hover .icon-item5{
    background-position: center -820px;
}
.icons-item .icon-info{
    text-align: center;
    margin-top: 12px;
}
.icons-item .icon-info span{
    color: darkgrey;
}
hr{
    margin-top: 50px;
    background-color: rgb(228, 202, 32);
    height:1px;
    width: 100%;
    border: none;
}
/* end sec2 */
/* start sec3 */
.products{
    position: relative;
    margin-top: 80px;
}
.products .products-list{
    list-style: none;
    text-align: center;
}
.products-list-info{
    display: inline-block;
    margin-left: 35px;
}
.products-list-info a{
    text-decoration: none;
    color: rgb(65, 63, 63);
}
.products-list-info a:hover {
    color: rgb(228, 202, 32);
}
.product-items{
margin-top: 50px;
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 24px 50px;
max-width: 80%;
}
.product-item{
    position: relative;
    width: 385px;
    height: 500px;
    z-index: 1;
}
.product-img img{
    width: 385px;
    height: 420px;
}
.produt-info{
    margin: 8px;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.produt-info i{
    color: rgb(228, 202, 32);

}
.produt-info h4{
    margin-top: 5px;
    color: rgb(55, 55, 55);
}
.produt-info p{
    font-weight: bold;
    margin-top: 5px;
}
.product-overlay{
    position: absolute;
    top: 0;
    width: 100%;
    height: 420px;
    text-align: center;
    opacity: 0.8;
    transform: rotateY(90deg);
    transition: .3s;
}
.product-item:hover .product-overlay{
    transform: rotateY(0deg);
    
}
.product-overlay-list{
    position: absolute;
    list-style: none;
    bottom: 45%;
    left: 15%;
}
.product-overlay-list li{
    display:inline-block;
    margin-left: 15px;
}
.product-overlay-list a {
    display: inline-block;
    font-size: 22px;
    background-color: rgb(228, 202, 32);
    color: white;
    width: 44px;
    height: 44px;
}
.product-overlay a i{
    line-height: 44px;
}
/* large */
@media (max-width: 1200px) {
    .container {
      width: 1000px;
    }
    .header{
        width:1000px;
    } 
    .logo{
        font-size: 22px
    }
    .list-hed {
        list-style: none;
        float: left;
        margin-left: 200px;
        position: absolute;
    }
    .list-login{
        margin: 10px 0 0 57% ;
        font-size: 11px;
    }
    .list-login .list-log{
        margin: 22px  12px;
    }
    .landing{
        background-size: 1000px 70vh;
    }
    .landing-info{ 
        top:29%;
        margin-left: 33px;
    }
    .text{
        text-align: center;
        margin: -290px 0 55px 0;
    }
    .boxes{
        row-gap: 30px;
    }
    .discount{
    gap: 18px;
}
    .discount-item3,.discount-item2{
    width: 250px;
    }
    .discount-item1{
        flex-basis: 420px;
        width:310px;
        height: 320px;
    }
    .discount-item1 .items{
            margin: 10% 0 0 60%;
    }
    .discount-item3:hover,.discount-item2:hover{
        transform: scaleY(1.1);
        }
    .n3{
        border: none;
        }
    .icons{
        row-gap: 30px;  
        }
        hr{
            margin-top: 30px;
    
        }
        .products{
            margin-top: 35%;
        }
        .products-list-info{
            margin-top: 10px;
            margin-left: 10px;
        }
        .products-list-info a{
            margin-left: 10px;
        }
        .product-items{
            max-width: 60%;
            grid-template-columns: repeat(3, 1fr);
        }
        .product-item{
            position: relative;
            width: 300px;
            height: 450px;
            z-index: 1;
        }
        .product-img img{
            width: 300px;
            height: 350px;
        }
        .product-overlay-list{
            position: absolute;
            list-style: none;
            bottom: 55%;
            left: 10%;
        }
    
  }
/* Medium */
@media (max-width: 820px) {
    .container {
      width: 700px;
    }
    .header{
        width:700px;
    } 
    .logo{
        font-size: 22px
    }
    .list-hed {
        list-style: none;
        float: left;
        margin-left: 220px;
        position: absolute;
    }
    .hidden-menu{
        width: 450px;
    }
    .hidden-menu .list-menu{
        list-style: none;
        float: left;
        margin-left: 10px;
        }
    .list-hed .list-info {
        display: inline-block;
        margin: 28px 0 0 14px; 
        position: relative;
    }
    .list-login{
      display:none;
    }
    .landing{
        background-size: 700px 80vh;
    }
    .landing-info{
        position: absolute;
        width:370px ;
        height:250px;
        top:34%;
        margin-left: 15px;
    }
    .landing-info-title{
        font-size: 45px;
        color: rgb(18, 18, 18);
    }
    .landing-info-pre{
        font-size: 15px;
        color:rgba(68, 65, 62, 0.79);
        margin: 15px 0px 22px 0px;
        font-family:Georgia, 'Times New Roman', Times, serif;
    }
    .text{
        text-align: center;
        margin: -100px 0 55px 0;
    }
    .text::after{
        margin-left: -18px;
    }
    .boxes{
        row-gap: 30px;
 }
 .discount-item1 .items{
    margin: 10% 0 0 70%;
}
.n2{
    border: none;
}
.icons{
     row-gap: 30px;  
      
}
.products{
    margin-top: 140px;
}
.products-list-info{
    margin-top: 10px;
    margin-left: 10px;
}
.product-items{
    max-width: 60%;
    grid-template-columns: repeat(2, 1fr);
}
.product-item{
    position: relative;
    width: 320px;
    height: 450px;
    z-index: 1;
}
.product-img img{
    width: 320px;
    height: 350px;
}
.product-overlay-list{
    position: absolute;
    list-style: none;
    bottom: 55%;
    left: 10%;
}
  }
/* small */
@media (max-width: 567px) {
.container {
        width: 560px;
}
.header{
    width:560px;
} 
.landing{
    background-size: 560px 75vh;
}
.list-login{
    display: none;
}
.logo{
font-size: 18px
}
.list-hed {
    list-style: none;
    float: left;
    margin-left: 170px;
    position: absolute;
}
.list-hed .list-info .links{
    text-decoration: none;
    font-size: 18px;
    color: rgb(0, 0, 0);
    margin-left: 3px; 
}
.hidden-menu{
    width: 360px;
    height: 170px;
}
.hidden-menu .list-menu{
    list-style: none;
    float: left;
    margin-left: 3px;
    }
    .list-menu li a{
    text-decoration: none;
    font-size: 15px;
    color: rgb(67, 65, 65);
}
.list-hed .list-info .links::after{
    left: 1%;
}
.list-hed .list-info .links::before{
    left: 53%;
}

.landing-info{
    position: absolute;
    width:400px ;
    height:250px;
    top:32%;
    margin-left: 20px;
}
.landing-info-title{
    font-size: 45px;
    color: rgb(18, 18, 18);
}
.landing-info-pre{
    font-size: 12px;
    color:rgba(68, 65, 62, 0.79);
    margin: 15px 0px 22px 0px;
    font-family:Georgia, 'Times New Roman', Times, serif;
}

.landing-info-btn {
    font-size: 12px;
    width: 95px;
    height: 22px;
}
.boxes{
        display: flex;  
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: space-between;
 }
.boxes .box-item img{
    width: 250px;
    height: 230px;
}
.boxes .box-item{
    position: relative;
    width: 250px;
    min-height: 310px;
    background-color: rgba(255, 255, 255, 0.919);
}
.boxes .box-item .title i{
    font-size: 20px;
    float: left;
    margin-left: 35px;
}
.text{
    text-align: center;
    margin: -100px 0 55px 0;
}
.text::after{
    margin-left: -15px;
}

.discount-item1{
        flex-basis: 520px;
        width:410px;
        height: 320px;
    }
.discount{
    gap: 20px;
}
.discount-item2{
    width: 100px;
    height: 300px;
}
.discount-item3{
    width: 100px;
    height: 300px;
    }
.discount-item3:hover,.discount-item2:hover{
        transform: scaleY(1.1);
        }
.discount-text{
        background-color:rgba(255, 255, 255, 0.7) ;
        width: 65%;
        height: 55px;}
.discount-item1 .items{
        margin: 12% 0 0 68%;
}
.icons-item{
            width: 120px;
            height: 90px;
            }
.icon-item1,.icon-item2,.icon-item3,.icon-item4,.icon-item5{
    width: 120px;
}
hr{
    margin-top: 30px;

}
.n2{
    border-left: 1px solid rgb(228, 202, 32);
}
.n3{
    border: none;
}
.icon-item5,.in5,.n3{
   display: none;
}
.icons-item .icon-info{
    font-size: 12px;
}

.products{
    margin-top: 140px;
}
.products-list-info{
    margin-top: 10px;
    margin-left: 6px;
}
.product-items{
    max-width: 40%;
    grid-template-columns: repeat(2, 1fr);
}
.product-item{
    position: relative;
    width: 255px;
    height: 400px;
    z-index: 1;
}
.product-img img{
    width: 255px;
    height: 300px;
}
.product-overlay-list{
    position: absolute;
    list-style: none;
    bottom: 60%;
    left: 10%;
}
.product-overlay-list a {
    font-size: 20px;
    background-color: rgb(228, 202, 32);
    color: white;
    width: 30px;
    height: 30px;
}
.product-overlay a i{
    line-height: 30px;
}
}

