* {
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
    font-family: 'poppins', sans-serif;
}

.navbar {
    display: flex;
    justify-content: center;
    justify-content: space-around;
    margin-top: 11px;

}
.main{
  margin-left: 5%;
}
.logo img {
    width: 100px;
    /* height: 100px; */
    border-radius: 8px;
}

.navbar .inp {
    /* border-bottom: 2px solid blue; */
    margin-top: 22px;
}

.navbar .inp input {
    border: none;
    border-bottom: 2px solid blue;
    font-size: 18px;
}

.navbar .inp i {
    margin-inline: 10px;
}

/* .navbar img {
    width: 10%;
    height: 60px;
} */

.navbar .icon i {
    font-size: 40px;
    margin: 1rpx;
}

nav {
    display: flex;
    justify-content: center;
    justify-content: space-around;
    padding: 11px;
    border: 1px solid rgb(239, 233, 233);
    border-left: none;
    border-right: none;
    cursor: pointer;
    margin-top: 11px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    font-size: 16px;
    font: bolder;
    align-items: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: bolder;
    height: 53px;
}

nav p:hover {
    color: blue;
    text-decoration: underline;
    font-weight: 600px;
}

/* dropdown */

.drop {
    position: relative;
    display: inline-block;

    text-decoration: none;
}

.drop:hover .dropcont {
    display: block;
}

.dropcont {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 150px;
    z-index: 1;
}

.dropcont a {
    color: black;

    text-decoration: none;
    display: block;
    /* width: 300px;
   text-align: center;
   padding-top: 10px;
   padding-bottom: 5px;
   margin-bottom: 5px;
   border: 1px solid black; */
    font-size: 16px;
    text-align: center;

}

.dropcont a:nth-child(1) {
    color: black;


}

.dropcont a:hover {
    color: rgb(209, 18, 50);
}

.icon {

    width: 300px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.head {
    margin-top: 13px;
    margin-left: 24px;
    padding: 22px;
}

.card {
    text-align: center;
}

.card img {
    width: 24%;
}

.deal {
    text-align: center;
}

.deal img {
    width: 95%;
    margin-top: 33px;
}

.img-card {
    display: flex;
    justify-content: center;
    margin-top: 4px;
}

.img-card img {
    width: 48%;
}

.mk-card {
    display: flex;
    justify-content: center;
}

.mk-card img {
    width: 33%;
}

.sugar {
    text-align: center;
}

.sugar img {
    width: 95%;
    margin-top: 22px;
}

.footer {
    display: flex;
    justify-content: center;
    justify-content: space-around;
    background-color: rgb(255, 255, 255);
    padding: 30px;
    margin: 25px;
    font-weight: lighter;
}

#footer1 {
    height: 300px;
    width: 100%;
    display: flex;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    justify-content: space-between;
    text-align: center;
    padding-left: 100px;
    padding-right: 150px;
    font-weight: lighter;
   
}

#footer1>div>p {
    margin-top: 40px;
}

#footer1>div>h2 {
    margin-top: 40px;
}

#footer1>div>img {
    margin-top: 20px;
}

.vl {
    border-left: 1px solid black;
    height: 300px;
}

.hover:hover {
    background-color: rgb(250, 254, 254);
}

.shipping {
    width: 80%;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.shipping>div>img {
    width: 100%;
}

.footer2 {
    display: flex;
    width: 100%;
    height: 400px;
    justify-content: space-around;

    background-color: rgb(236, 235, 235);
}

.f2d {
    display: flex;
    justify-content: space-around;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    background-color: rgb(252, 210, 217);
}

a:hover {
    color: rgb(250, 150, 169);
    cursor: pointer;

}

a {
    text-decoration: none;
    color: black;
    font-size: small;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.f3d {
    display: flex;

}

.footer3 {
    width: 80%;
    height: 600px;
    background-color: rgb(236, 235, 235);
    margin: auto;
    padding-top: 5px;
    /* border: 1px solid red; */
}

.footer3>.f3d {
    margin-top: 20px;
    /* border: 1px solid black; */
}

.footer3>div {
    margin-left: 20px;

}

.belowF {
    display: flex;
    width: 40%;
    justify-content: space-between;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

#PbelowF {
    width: 90%;
    display: flex;
    justify-content: space-evenly;
    margin: auto;
    margin-top: 20px;

}

#PbelowF>a>img {
    margin: 0px;
}

.dropbtn {
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;

}

.dropbtns {
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropbtns:hover .dropdown-contents {
    display: block;
    /* width: 80vw; */
    width: 75vw;
    position: fixed;
    left: 25%;
    right: 25%;
    /* margin: 0 10% 0 10%; */
    /* grid-template-rows: repeat(1, 1fr); */
    /* margin-left: 200px; */
    justify-content: space-around;
    

}

.dropdown {
    position: relative;
    display: inline-block;
    /* margin-top: 20px; */
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-top: 1.5px;
    margin-left: -33% !important;

}

.dropdown-contents {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-top: 1.5px;
    margin-left: -10% !important;
    border-radius: 20px;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;

}

.dropdown-contents a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;

}

.dropdown-content a:hover {
    color: #2f0e8b;
}

.dropdown-contents a:hover {
    color: #2f0e8b;
}

.dropdown:hover .dropdown-content {
    display: inline-flex;
    width: 100vw;
    justify-content: space-around;
   
}


.dropdown-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    /* background-color: #2f0e8b; */
    row-gap: 0px;
    /* margin-left: 350px; */
}

