@import url('https://fonts.googleapis.com/css2?family=Playwrite+GB+S:ital,wght@0,100..400;1,100..400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Playwrite+GB+S:ital,wght@0,100..400;1,100..400&display=swap');
 * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root{
    --main-bg-color: #333
}

body {
    /* font-family: Arial, sans-serif; */
    overflow-x: hidden;
}

header {
    background-color: #333;
    padding:3px 12px;
    display: flex;
    justify-content: space-between; 
    align-items: center;
    font-family: "Playwrite GB S", cursive;
}

nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.nav-list {
    list-style: none;
    display: flex;
    gap:135px;
}

.nav-list li {
    display: inline;
}

.nav-list a {
    color: white;
    text-decoration: none;
    padding: 10px 15px;
}

.nav-list a:hover {
    color: #8717e3;
}

.search-bar {
    display: flex;
    align-items: center;
    gap: 10px; 
}

.search-bar input {
    padding: 5px;
    border: none;
    border-radius: 5px;
    outline: none;
    width: 200px; 
    font-family: "Playwrite GB S", cursive;
}

.search-bar button {
    padding: 5px 10px;
    background-color: #555;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.search-bar button:hover {
    background-color:blueviolet;
    box-shadow: #8717e3;
}


#box ul li{
    margin:0px;
}
#box li{
    margin: 2px;
}
#box{
    font-family: "Playwrite GB S", cursive;
}
    #box{
        height:180px;
        background-color: #333;
        color: white;
        position: relative;
    }
    .container{
        width: 100%;
        height: 800px;
        background-color: gray;
        background-image: url(https://i.pinimg.com/736x/01/b2/6a/01b26a87b6ca785ba58fbd83e41298ac.jpg);
        background-size:cover;
        background-repeat: no-repeat;
        border-bottom: 1px white ;
    }
    #welcome h1 {
        margin-bottom: 50px;
        font-family:"Playwrite GB S", cursive;
        text-align: center;
        margin-top:20px;
        color: white;
    }
    #welcome button{
        margin-left:600px;
        margin-top: 20px;
        margin-bottom:30px;
    }
    .logo img {
        border-radius: 16px;
    }
    .cards{
        width: 90%;
        height:415px;
        margin: 72px 0px 0px 71px;
        gap: 50px;
        border-top: 2px solid white;
        border-width: 100%;
        padding: 10px;
        background-color: #fff;

    }
    #card1{
        height:200px;
        width:250px;
        background: green;
        box-shadow: 0px 0px 10px black;
        &:hover{
            box-shadow: 0px 0px 40px green;
            transform: translatey(20px);
            transition: 0.5s;
        }
    }
    #card2{
        height:200px;
        width:250px;
        background:black;
        box-shadow: 0px 0px 10px black;
        &:hover{
            box-shadow: 0px 0px 40px greenyellow;
            transform: translatey(-20px);
            transition: 0.5s;
        }
    }
     #card3{
        height:200px;
        width:250px;
        background:wheat;
        box-shadow: 0px 0px 10px black;
        &:hover{
            box-shadow: 0px 0px 40px palevioletred;
            transform: translatey(20px);
            transition: 0.5s;
        }
    }
     #card4{
        height:200px;
        width:250px;
        background: gray;
        box-shadow: 0px 0px 10px black;
        &:hover{
            box-shadow: 0px 0px 40px purple;
            transform: translatey(20px);
            transition: 0.5s;
        }
    }
    #card5{ 
        height:200px;
        width:250px;
        background: blueviolet;
        box-shadow: 0px 0px 10px black;
        &:hover{
            box-shadow: 0px 0px 40px green;
            transform: translatey(-20px);
            transition: 0.5s;
        }
    }
    #card-item{
        display:flex;
        gap: 20px;
    }
    .cards h2{
        margin-bottom: 10px;
        font-family: "Cormorant Garamond", serif;
    }
    #welcome{
        border: 1px solid white;
        border-radius: 2px;
    }
    .grid-items{
        grid-template-columns: auto auto;
        width:360px;
        row-gap:20px;
        column-gap: 20px;
        display:grid
    }
    .grid-items img{
        margin: 5px;
        text-align: center;
    }
    .box1{
        border: black;
        border-radius:1px;
        grid-template-rows: auto auto auto;
        width:180px;
        height: 250px;
        background-color: gray;
        background: rgb(244, 244, 244);
        box-shadow: 0px 0px 10px black;
        &:hover{
            box-shadow: 0px 0px 40px rgb(210, 217, 210);
            transition: ease-in-out;
            transition-duration: 0.3s;
        }


    }
    .box2{
        border:black;
        border-radius:1px;
        grid-template-rows: auto auto auto;
        width:180px;
        height: 250px;
        background-color: rgb(255, 255, 255);
        &:hover{
            box-shadow: 0 0 20px rgb(154, 154, 155);
            transition: ease-in-out;
            transition-duration: 0.3s;
          }


    }
    .box3{
        border: black;
        border-radius:1px;
        grid-template-rows: auto auto auto;
        height: 250px;
        width:180px;
        background-color: rgb(250, 246, 246);
        display: grid;
        &:hover{
  box-shadow: 0 0 20px rgb(17, 24, 24);
  transform: scale(1.04);
}
        }
    .box4{
        border: black;
        border-radius:1px;
        grid-template-rows: auto auto auto;
        height: 250px;
        width:180px;
        display: grid;
        &:hover{
            box-shadow: 0 0 20px rgb(6, 7, 7);
            transform: scale(1.03);
          }
        }

    .box5{
        border: black;
        border-radius:1px;
        grid-template-rows: auto auto auto;
        height: 250px;
        width:180px;
        background-color: rgb(253, 250, 250);
        display: grid;
        &:hover{
            box-shadow: 0 0 20px rgb(24, 23, 23);
            transform: scale(1.04);
          }

    }
    .box6{
        border: black;
        border-radius:1px;
        grid-template-rows: auto auto auto;
        height: 250px;
        width:180px;
        background-color: rgb(253, 252, 255);
        display: grid;
        &:hover{
            box-shadow: 0 0 20px rgb(6, 7, 7);
            transform: scale(1.04);
          }
    }
    .grid1 h2{
        margin-top:8px;
        margin-bottom:14px;
        font-family: "Cormorant Garamond", serif ;
    }
    .grid1{
        margin-top: 0px;
        padding-left:30px;
        margin-right:970px;
        background: white;
        height: 900px;
        width:435px;
        border: 1px solid;
        position: relative;
        top: 20px;
        margin-bottom: 60px;
        margin-left:8px
    ;
    }
.box1 p{ font-style: none;
    }
    .container2{
        background-image: url(https://i.pinimg.com/736x/01/b2/6a/01b26a87b6ca785ba58fbd83e41298ac.jpg);
        background-size:cover;
        display: grid;
        grid-template-columns: auto auto auto;
    }
    .box7{
        border: black;
        border-radius:1px;
        grid-template-rows: auto auto auto;
        width:180px;
        height: 250px;
        background-color: gray;
        background: rgb(244, 244, 244);
        box-shadow: 0px 0px 10px black;
        &:hover{
            box-shadow: 0px 0px 40px rgb(210, 217, 210);
            transition: ease-in-out;
            transition-duration: 0.3s;
        }

    }
    .box8{
        border: black;
        border-radius:1px;
        grid-template-rows: auto auto auto;
        width:180px;
        height: 250px;
        background-color: gray;
        background: rgb(244, 244, 244);
        box-shadow: 0px 0px 10px black;
        &:hover{
            box-shadow: 0px 0px 40px rgb(210, 217, 210);
            transition: ease-in-out;
            transition-duration: 0.3s;
        }
    }
    .box9{
        border: black;
        border-radius:1px;
        grid-template-rows: auto auto auto;
        width:180px;
        height: 250px;
        background-color: gray;
        background: rgb(244, 244, 244);
        box-shadow: 0px 0px 10px black;
        &:hover{
            box-shadow: 0px 0px 40px rgb(210, 217, 210);
            transition: ease-in-out;
            transition-duration: 0.3s;
        }
    }
    .box10{ border: black;
        border-radius:1px;
        grid-template-rows: auto auto auto;
        width:180px;
        height: 250px;
        background-color: gray;
        background: rgb(244, 244, 244);
        box-shadow: 0px 0px 10px black;
        &:hover{
            box-shadow: 0px 0px 40px rgb(210, 217, 210);
            transition: ease-in-out;
            transition-duration: 0.3s;
        }
    }
    .box11{
        border: black;
        border-radius:1px;
        grid-template-rows: auto auto auto;
        width:180px;
        height: 250px;
        background-color: gray;
        background: rgb(244, 244, 244);
        box-shadow: 0px 0px 10px black;
        &:hover{
            box-shadow: 0px 0px 40px rgb(210, 217, 210);
            transition: ease-in-out;
            transition-duration: 0.3s;
        }
    }
    .box12{
        border: black;
        border-radius:1px;
        grid-template-rows: auto auto auto;
        width:180px;
        height: 250px;
        background-color: gray;
        background: rgb(244, 244, 244);
        box-shadow: 0px 0px 10px black;
        &:hover{
            box-shadow: 0px 0px 40px rgb(210, 217, 210);
            transition: ease-in-out;
            transition-duration: 0.3s;
        }
    }
    .right-grid{
        display: grid;
        grid-template-columns: auto auto;
        width:435px;
        height: 900px;
        row-gap: 8px;
        column-gap:20px;
        border: 2px solid;
       position: relative;
       right: 950px;
       top: 20px;
       background-color: white;

    }
    .rightgrid-items{
        display: grid;
        grid-template-columns: auto auto;
        row-gap: 29px;
        column-gap:20px;
        margin-left:30px;
        
    }
    .rightgrid1 h2{
        font-family:"Cormorant Garamond", serif ;
        margin-top:15px;
        margin-left:30px;
        margin-bottom: 20px;
        
    }
    
    .material-symbols-outlined{margin-left:150px;
        margin-top: 3px;
    }
    .box7 img{
        margin:4px;
    }
    .box8 img{
        margin:4px;
    }
    .box9 img{
        margin:4px;
    }
    .box10 img{
        margin:4px;
    }
    .box11 img{
        margin:4px;
    }
    .box12 img{
        margin:4px;
    }
    .rightgrid-items p{
        text-align: center;
    }
    .rightimage{
        background: rgb(252, 252, 252);
        height:900px;
        width: 600px;
        display: grid;
        margin-top: 1px;
        margin-left: 23px;
        margin-bottom: 1px;
        margin-right: 1px;
        border: solid;
    }
    .rightimage img{
        margin-left: 8px;
        margin-right: 4px;
        margin-top: 3px;
        margin-bottom: 4px;
    }
    .rightimage p{
        text-align: center;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    }
    .container3{
        background-image: url(back.jpg);
        width: 100%;
        height: 730px;
        display: grid;
        grid-template-columns: auto auto auto auto auto ;
    }
    .sale{
        width:101%;
        height: 300px;
        display: grid;
        column-gap: 10px;
        row-gap: 20px;
    }
    .box13{
        border: black;
        border-radius:1px;
        height: 260px;
        width:200px;
        background-color: rgb(244, 243, 243);
        display: grid;
        &:hover{
  box-shadow: 0 0 20px rgb(17, 24, 24);
  transform: scale(1.04);
    }
}
    .box14{
        border: black;
        border-radius:1px;
        height: 260px;
        width:200px;
        background-color: rgb(250, 246, 246);
        display: grid;
        &:hover{
  box-shadow: 0 0 20px rgb(17, 24, 24);
  transform: scale(1.04);
    }
}
    .box15{
        border: black;
        border-radius:1px;
        height: 260px;
        width:200px;
        background-color: rgb(250, 246, 246);
        display: grid;
        &:hover{
  box-shadow: 0 0 20px rgb(17, 24, 24);
  transform: scale(1.04);
    }
}
    .box16{
        border: black;
        border-radius:1px;
        height: 260px;
        width:200px;
        background-color: rgb(250, 246, 246);
        display: grid;
        &:hover{
  box-shadow: 0 0 20px rgb(17, 24, 24);
  transform: scale(1.04);
    }
}
    .box17{
        border: black;
        border-radius:1px;
        height: 260px;
        width:200px;
        background-color: rgb(250, 246, 246);
        display: grid;
        &:hover{
  box-shadow: 0 0 20px rgb(17, 24, 24);
  transform: scale(1.04);
    }
}
    .box18{
        background-color: white;
        border: black;
        border-radius:1px;
        grid-template-rows: auto auto auto;
        height: 260px;
        width:200px;
        display: grid;
        &:hover{
  box-shadow: 0 0 20px rgb(17, 24, 24);
  transform: scale(1.04);
    }
}
    .box19{
     border: black;
    border-radius:1px;
    height: 260px;
    width:200px;
    background-color: rgb(250, 246, 246);
    display: grid;
    &:hover{
box-shadow: 0 0 20px rgb(17, 24, 24);
transform: scale(1.04);}
    }
    .box20{
        border: black;
        border-radius:1px;
        height: 260px;
        width:200px;
        background-color: rgb(250, 246, 246);
        display: grid;
        &:hover{
  box-shadow: 0 0 20px rgb(17, 24, 24);
  transform: scale(1.04);
    }
}
    .box21{ border: black;
    border-radius:1px;
    height: 260px;
    width:200px;
    background-color: rgb(250, 246, 246);
    display: grid;
    &:hover{
box-shadow: 0 0 20px rgb(17, 24, 24);
transform: scale(1.04);}
    }
    .box22{border: black;
    border-radius:1px;
    height: 260px;
    width:200px;
    background-color: rgb(250, 246, 246);
    display: grid;
    &:hover{
box-shadow: 0 0 20px rgb(17, 24, 24);
transform: scale(1.04);}
    }
    .box23{border: black;
        border-radius:1px;
        height: 260px;
        width:200px;
        background-color: rgb(250, 246, 246);
        display: grid;
        &:hover{
    box-shadow: 0 0 20px rgb(17, 24, 24);
    transform: scale(1.04);}
        }
        .box24{
            border: black;
    border-radius:1px;
    height: 260px;
    width:200px;
    background-color: rgb(250, 246, 246);
    display: grid;
    &:hover{
box-shadow: 0 0 20px rgb(17, 24, 24);
transform: scale(1.04);}
    }
    .sale-image{
        height: 600px;
        width: 1500px;
        display: grid;
        grid-template-columns: auto auto auto auto auto auto ;
        margin-top: 10px;
        row-gap: 20px;
        column-gap: 20px;
        text-align: center;
        margin-left: 20px;
    }
    .sale-image img{
        margin: 9px;
    }
    .sale-image2{
        background-image: url(back.jpg);
        width: 100%;
        height: 100%;
    }
    .sale-image2 img{
        background-image: url(back.jpg);
        width: 100%;
        height: 100%;
    }
    .sale2{
        background-image: url(back.jpg);
        height: 700px;
        display: grid;
        grid-template-columns: auto auto auto auto auto auto;
        column-gap: 15px;
        row-gap:10px;
        margin-top:20px;
    }
    .box{
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;    
        text-align: center;
        border: black;
        border-radius:1px;
        height: 300px;
        width:240px;
        background-color: rgb(169, 210, 248);
        display: grid;
        &:hover{
    box-shadow: 0 0 20px rgb(17, 24, 24);
    transform: scale(1.04);}
    }
    .sale2 img{
        margin-top:5px;
        margin-left:5px;
        width: 230px;
        height: 250px;
    }
    .omg{
        display: grid;
        grid-template-columns: auto auto;
    }
    .omg1-head{
        display: grid;
        grid-template-columns: auto auto;
        background: #f9d9d9;
    }
    .omg2-head{
        display: grid;
        grid-template-columns: auto auto;
        background: rgb(200, 204, 236);
        width: 420px;
        height: 520px;
    }
    .both{
        margin-top: 20px;
        width: 100%;
   height: 600px; 
        display: grid;
        grid-template-columns: auto auto auto;
        column-gap:15px;
        margin-left: 10px;
    }
    .omg3{
        background: rgb(176, 244, 205);
        width: 420px;
        height: 565px;}
.omg3-head{
    display: grid;
    grid-template-columns: auto auto;
}
.imageo{
    display: grid;
    grid-template-columns: auto auto;
}
.omg2{
    background: rgb(252, 251, 250);
    width: 420px;
    height: 550px;
}
.omg1{
    width: 420px;
    height: 500px;
}
.omgb{
    width: 200px;
    height: 250px;
    margin-left: 7px;
    margin-top: 8px;
    &:hover{
        box-shadow: 0 0 20px rgb(17, 24, 24);
        transform: scale(1.04);}
}
.both h2{
    margin: 5px;
}
.omgc{
    width: 200px;
    height: 250px;
    margin-left: 7px;
    margin-top: 8px;
    &:hover{
        box-shadow: 0 0 20px rgb(17, 24, 24);
        transform: scale(1.04);}
}
.both img{
    margin: 10px;
}
h2{
    font-family:"Cormorant Garamond", serif;
}
footer{
    background-color: #333;
    color: white;
    height: 200px;
    width: 100%;
}
footer {
    background-color: #333;
    color: white;
    padding: 20px 0;
    font-family: Arial, sans-serif;
}

.footer-container {
    display: flex;
    justify-content: space-around;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-section {
    flex: 1;
    padding: 0 20px;
}

.footer-section h4 {
    margin-bottom: 15px;
    font-size: 18px;
}

.footer-section ul {
    list-style-type: none;
    padding: 0;
}

.footer-section ul li {
    margin: 8px 0;
}

.footer-section ul li a {
    color: white;
    text-decoration: none;
}

.footer-section ul li a:hover {
    text-decoration: underline;
}

.social-media li {
    display: inline;
    margin-right: 15px;
}

.footer-bottom {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
}
