*{
    font-family:Arial;}
body{
    margin: 0;
    padding: 0;
}

.navbar{
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    background-color: white;
    display: flex;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    height: 70px;
    position: sticky;
    z-index: 10;
    top:0;
    
 }
 
 .logo{
    margin-left: 20px;
}
.logo img{
    margin-top: 0px;
    width: 120px;
}

.nav1{
    height: 100%;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 55px;
    margin-right: 20px;
}
.nav1 a{
    text-decoration: none;
    color: black;
    font-weight: bolder;
    font-size: 20px;
    cursor: pointer;
     
}

.nav1a{
    height: 100%;
    display: flex;
    align-items: center;
    gap: 5px;
}
.nav1a:hover{
    filter: invert(52%) sepia(88%) saturate(5284%) hue-rotate(314deg) brightness(101%) contrast(98%);
}
.occ{
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 0px;
}

.occ:hover .dropdown{
    display: block;
}


.dropdown{
    transition: opacity 0.5s ease-out;
    position: absolute;
    width: 140px;
    height: 240px;
    background-color: rgb(223, 125, 193);
    display: none;
    left: 0;
    margin-right: 0px;
    top: 70px;
    border-bottom-left-radius:10px ;
    border-bottom-right-radius: 10px;
}
.flw{
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 5px;
}

.flw:hover .dropdown2{
    display: block;
}
.dropdown2{
    transition: opacity 0.5s ease-out;
    position: absolute;
    width: 140px;
    height: 240px;
    background-color: rgb(223, 125, 193);
    display: none;
    left: 0;
    margin-right: 0px;
    top: 70px;
    border-bottom-left-radius:10px ;
    border-bottom-right-radius: 10px;
}

.drop{
    width: 100%;
    height: 44px;
    margin-top: 3px;
    cursor: pointer;
    background-color: rgb(223, 125, 193);
    border: none;
    text-align: left;
}
.drop:hover{
    background-color: rgb(190, 90, 160);
}
.drop a{
    font-weight: bolder;
    font-size: 17px;
    color: white;
    margin-left: 15px;
}
.drop hr{
    float: left;
    width: 100px;
    margin-left:15px;
    margin-top: 0px;
}

.nav1b{
    height: 100%;
    display: flex;
    align-items: center;
    gap: 5px;
}
.dropdown3{
    transition: opacity 0.5s ease-out;
    position: absolute;
    width: 140px;
    height: 200px;
    background-color: rgb(223, 125, 193);
    display: none;
    right:0;
    margin-right: 0px;
    top: 70px;
    border-bottom-left-radius:10px ;
    border-bottom-right-radius: 10px;
}


.nav1b:hover .dropdown3{
    display: block;
}
.nav1b:hover img{
    filter: invert(52%) sepia(88%) saturate(5284%) hue-rotate(314deg) brightness(101%) contrast(98%);
}
.pop{
    position: relative;
}
.dropdown4{
    transition: opacity 0.5s ease-out;
    position: absolute;
    width: 140px;
    height: 240px;
    background-color: rgb(223, 125, 193);
    display: none;
    right:0;
    margin-top: -70px;
    margin-right: 140px;
    top: 70px;
    border-bottom-left-radius:10px ;
    border-bottom-right-radius: 10px;
}
.pop:hover .dropdown4{
    display: block;
}
.pop2{
    position: relative;
}
.dropdown5{
    transition: opacity 0.5s ease-out;
    position: absolute;
    width: 140px;
    height: 240px;
    background-color: rgb(223, 125, 193);
    display: none;
    right:0;
    margin-top: -70px;
    margin-right: 140px;
    top: 70px;
    border-bottom-left-radius:10px ;
    border-bottom-right-radius: 10px;
}
.pop2:hover .dropdown5{
    display: block;
}
#menu{
    width: 30px;
}

.main{
    display: block;}

.main1{
    width: 100%;
    display: flex ;
    gap: 100px;
    background: linear-gradient(to right, #ff05ff 0%, #ad58a6 50%, #a765a7 100%);
  }
.gp{
    text-align: center;
    flex-direction: column;
    gap: 0px;
    border-top: solid;
    border-color: #ffff;
}
.md{
    margin-left: 40%;
}
.st{
    margin-top: -50px;
    display: flex;
}
#ft{
    margin-top: 50px;
    font-size: 40px;
    font-family:'Apple Chancery, cursive';
    letter-spacing: 2px;
    color: #e91756;
}
.box1{
    width: 400px; /* set the width and height of the container */
    height: 500px;
    margin-left: 40px;
}
.box1 img {
    margin-top: 60px;
    width: 400px; /* set the width and height of the container */
    height: 400px;
    border-radius: 10px;
}

.flwdesc{
    display: flex;
    width: 700px;
    flex-wrap: wrap;
}
#prdname{
    font-size: 30px;
    margin-top: 70px;
}
.flwdesc h1{
    font-size: 17px;
    color: white;
    margin-top: -70px;
      }
.flwdesc button{
    cursor: pointer;
    width: 200px;
    height: 40px;
    border-radius: 50px;
    border: none;
    font-size: 20px;
    font-weight: bolder;
    color: white;
    background-color: black;
}

.main2{
    width: 100%;
   
   
}

.title h1{
    width: 100%;
    margin-top: 10px;
    padding: 0;
    text-align: center;
    font-weight: lighter;
    font-size: 40px;
}

.box{
    text-decoration: none;
    
    color: black;
}
.box :hover{
    color: #ff00fd;
}
.box img{
    border-radius: 10px;
    width: 270px;
    height: 270px;
    
    
    
}
.box img:hover{
    transition: 0.5s;
    transform:scale(1.1);
}

.item{
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
    font-size: 10px;
    gap: 40px;
}

.mag{
    margin-left: 50px;
}
.name1{
    width: 250px;
}
.name1 h1{
    font-size: 17px;
    font-weight: lighter;
}
#itmprc h1{
    font-size: 17px;
    font-weight: lighter;
    margin-top: -10px;
}



.main3{
    width: 100%;
    background-color: #242121;
  }



.title2 h1{
    width: 100%;
    margin-top: 10px;
    padding: 0;
    text-align: center;
    font-size: 40px;
    font-weight: lighter;
    color: white;
}
.item2{
    height: 100%;
    width: 93%;
    display: flex;
    overflow-x: scroll;
    flex-wrap: nowrap;
    margin-top: 0px;
    font-size: 10px;
    gap: 50px;
}
.item2::-webkit-scrollbar {
    height: 10px;
    background-color: transparent;
  }
  
  .item2::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: black;
  }
.name2{
    width: 250px;
}
.name2 h1{
    text-align: center;
    color: white;
    font-size: 25px;
    font-weight: lighter;
}
.main4{
    background-color: #242121;
    width: 100%;

}
.shopcontainer{
    display: flex;
    justify-content: end;
    margin-top: 30px;
    margin-right: 100px;

}
.shop{
   
    cursor: pointer;
    width: 200px;
    height: 40px;
    border-radius: 50px;
    border: none;
    font-size: 20px;
    font-weight: bolder;
    color: white;
    background-color: black;
}


.main6{
    margin-top: 20px;
    display: flex;
    background-color: #161616;
    width: 100%;
    gap: 100px;
}

.logo2 img{
    width: 200px;
}
.footerlink{
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.footerlink a{
    margin-left: 20px;
    color: white;
    font-size: 20px;
    text-decoration: none;
    cursor: pointer;
}
.footerlink a:hover{
    text-decoration: underline;
}

.b{
    font-weight: bold;
}
.footer2{
    margin-top: 125px;
}
.footer3{
    margin-top: 125px;
}

.socials img{
    width: 50px;
    filter: invert(99%) sepia(1%) saturate(4%) hue-rotate(349deg) brightness(101%) contrast(105%);
}
@media screen and (max-width:768px){
    .main{
        width: 768px;
        overflow: hidden;
    }
    .main1{
        display: none;
    }

}
@media screen and (max-width:540px){
    .main{
        width: 540px;
        overflow: hidden;
    }
     .main1{
        display: none;
    }
    .nav1a{
        display: none;
    }
    .occ{
        display: none;
    }
    .flw{
        display: none;
    }
    .cont{
        display: none;
    }
    .box img{
        width: 200px;
        height: 200px;
    }
    .item{
        gap: 20px;
    }
    .mag{
        margin-left: 20px;
    }
    .res img{
        width: 150px;
        height: 150px;
    }
    #itmprc{
        width: 150px;
    }
    .name1{
        width: 150px;
    }
    .name2{
        width: 200px;
    }
    .item2{
        gap: 20px;
    }
    .title2 h1{
        font-size: 30px;
    }
    .main6{
        display: block;
    }
    .footer2{
        margin-top: 10px;
    }
    .footer3{
        margin-top: 10px;
    }
    .socials{
        margin-top: 20px;
    }
    .shopcontainer{
        display: flex;
        justify-content: center;
        margin-left: 30%;
    }
   
}
@media screen and (max-width:430px){
    .main{
        width: 430px;
        overflow: hidden;
    }
}
@media screen and (max-width:414px){
    .main{
        width: 414px;
        overflow: hidden;
    }
    .item{
        gap: 30px;
    }
 
   
}

@media screen and (max-width:390px){
    .main1{
        display: none;
    }
    .nav1a{
        display: none;
    }
    .occ{
        display: none;
    }
    .flw{
        display: none;
    }
    .cont{
        display: none;
    }
    .main{
        width: 390px;
        overflow: hidden;
    }
    .box img{
        width: 200px;
        height: 200px;
    }
    .item{
        gap: 20px;
    }
    .res img{
        width: 150px;
        height: 150px;
    }
    #itmprc{
        width: 150px;
    }
    .name1{
        width: 150px;
    }
    .name2{
        width: 200px;
    }
    .item2{
        gap: 20px;
    }
    .title2 h1{
        font-size: 30px;
    }
    .main6{
        display: block;
    }
    .footer2{
        margin-top: 10px;
    }
    .footer3{
        margin-top: 10px;
    }
    .socials{
        margin-top: 20px;
    }
    .shopcontainer{
        display: flex;
        justify-content: center;
        margin-left: 30%;
    }
    
}


@media screen and (max-width:390px){
    .main{
        width: 390px;
        overflow: hidden;
    }
   
}
@media screen and (max-width:375px){
    .main{
        width: 375px;
        overflow: hidden;
    }
   
}

@media screen and (max-width:360px){
    .main{
        width: 360px;
        overflow: hidden;
    }
   
}
@media screen and (max-width:230px){
    .main{
        width: 230px;
        overflow: hidden;
    }
}