
* {
    margin: 0%;
    box-sizing: border-box;
    scrollbar-width: none;
    scroll-behavior: smooth;
    user-select: none;
    scroll-behavior: smooth;
}

@font-face {
    font-family: 'Audiowide';
    src: url('./fonts/Audiowide-Regular.ttf') format('truetype');
}


body {
    background: white;
}
a{
    text-decoration: none;
    color: white;
}

.navbar {
    width: 86%;
    background: rgba(255, 255, 255, 0.425);
    backdrop-filter: blur(10px);
    margin: auto;
    padding: 1%;
    padding-top: 4%;
    display: block;
    text-align: center;
    justify-content: center;
    padding-bottom: 4%;
    border-radius: 0.5rem;
    border: solid 1.5px rgb(224, 213, 213);
    position: fixed;
    top: 2%;
    left: 7%;
    opacity: 0;
    box-shadow: 0px 1px 4px #6663632a;
    animation: drop 0.5s 2s ease both;
    z-index: 100;
}

@keyframes drop {
    1% {
        margin-top: -20%;
        position: fixed;
        top: -5%;
        opacity: 1;
    }

    100% {
        position: fixed;
        opacity: 1;
    }
}

a {
    text-decoration: none;
}

/*nav grid container*/
.navs {
    padding: 2%;
    padding-bottom: 3.5%;
    padding-top: 3.5%;
    font-size: 1rem;
    text-decoration: none;
    font-weight: bolder;
    text-align: center;
    font-family: verdana;
    color: black;
    border-radius: 0.5rem;
}

.navs:hover {
    background: rgb(23, 83, 43);
    color: white;
}
/* perfume image product */
.perfume-product {
    margin: auto;
    margin-top: 10%;
    background: url("../images/couple.png");
    width: 90%;
    height: 20rem;
    border-radius: 0.8rem;
    margin-bottom: 5%;
    background-position: center;
    background-size: cover;

}
/* Explore tittle  */
.tittle {
padding-top: 25%;
color: black;
display: block;
text-align: center;
font-size: 1.5rem;
font-family: Franklin Gothic Medium;

}

/* product showcase */
.grid {
width: 96%;
margin-left: 2%;
background: none;
margin-top: 8%;
border-radius: 0.5rem;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(clamp(10rem, 10vw, 22rem), 1fr));
flex-wrap: wrap;
gap: 0.5rem;
padding: 2%;
}

/* product */
.product {
background: rgb(223, 223, 223);
width: 100%;
justify-content: center;
margin: auto;
border-radius: 0.8rem;

}
/* product image */
.p-image1 {
    width: 96%;
    height: 55vw;
    background-image: url("../images/green-6ml.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    margin: auto;
    margin-top: 2%;
    border-radius: 0.8rem;
}
.p-image2 {
    width: 96%;
    height: 55vw;
    background-image: url("../images/gold-6ml.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    margin: auto;
    margin-top: 2%;
    border-radius: 0.8rem;
}
.p-image3 {
    width: 96%;
    height: 55vw;
    background-image: url("../images/pink-6ml.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    margin: auto;
    margin-top: 2%;
    border-radius: 0.8rem;
}
.p-image4 {
    width: 96%;
    height: 55vw;
    background: rgb(236, 236, 236);
    background-image: url("../images/green-bg.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    margin: auto;
    margin-top: 2%;
    border-radius: 0.8rem;
}
.p-image5 {
    width: 96%;
    height: 55vw;
    background-image: url("../images/white-bg.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    margin: auto;
    margin-top: 2%;
    border-radius: 0.8rem;
}
.p-image6 {
    width: 96%;
    height: 55vw;
    background-image: url("../images/blue-bg.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    margin: auto;
    margin-top: 2%;
    border-radius: 0.8rem;
}
.p-image7 {
    width: 96%;
    height: 55vw;
    background-image: url("../images/black-bg.jpg");
    background-size: 100%;
    background-repeat: no-repeat; 
    background-position: center;
    display: block;
    margin: auto;
    margin-top: 2%;
    border-radius: 0.8rem;
}
.p-image8 {
    width: 96%;
    height: 55vw;
    background-image: url("../images/pink-6ml.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    margin: auto;
    margin-top: 2%;
    border-radius: 0.8rem;
}
.p-image9 {
    width: 96%;
    height: 55vw;
    background-image: url("../images/pink-6ml.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    margin: auto;
    margin-top: 2%;
    border-radius: 0.8rem;
}
/* product tittle */
.p-tittle {
    display: block;
    font-weight: bold;
    padding: 5%;
    padding-bottom: 2%;
    font-size: 1.2rem;
}
/* product price */
.p-price {
    display: block;
    font-weight: bold;
    padding: 1%;
    padding-left: 5%;
    font-family: verdana;
}

/* add to cart */
.buyNow {
    padding: 5%;
    border-radius: 0.5rem;
    display: block;
    margin: auto;
    background: rgb(23, 83, 43);
    color: white;
    margin-bottom: 5%;
    margin-top: 3%;
}

/* Marquee Text */
.marqu {

}

/* Buy now button*/
.buy-now {
    width: 36%;
    display: block;
    font-family: tahoma;
    font-weight: bold;
    margin-left: 32%;
    margin-top: 10%;
    padding: 1%;
    margin-bottom: 5%;
}

.buy-btn {
    display: block;
    background: rgb(23, 83, 43);
    color: white;
    padding: 8px 10px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    margin: auto;
    margin-top: 5%;
    margin-bottom: 5%;
}


.order-overlay {
    position: fixed;
    inset: 0;

    background: rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(12px);

    display: flex;
    justify-content: center;
    align-items: center;

    opacity: 0;
    visibility: hidden;

    transition: .4s ease;

    z-index: 9999;
}

.order-overlay.active {
    opacity: 1;
    visibility: visible;
}

.order-modal {
    width: 90%;
    max-width: 420px;

    background: rgba(255, 254, 254, 0.356);

    backdrop-filter: blur(25px);

    border: 1px solid rgba(255, 255, 255, .2);

    border-radius: 25px;

    padding: 25px;

    text-align: center;

    transform: translateY(30px) scale(.9);

    transition: .4s ease;

    box-shadow: 0 20px 50px rgba(0, 0, 0, .25);
}

.order-overlay.active .order-modal {
    transform: translateY(0) scale(1);
}

.order-modal img {
    width: 120px;
    height: 120px;
    object-fit: cover;

    border-radius: 20px;

    margin-bottom: 15px;
}

.close-modal {
    position: absolute;

    right: 20px;
    top: 15px;

    border: none;
    background: none;

    font-size: 22px;

    cursor: pointer;
}

.modal-price {
    font-size: 22px;
    font-weight: bold;
}

.quantity-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;

    gap: 20px;

    margin: 20px 0;
}

.quantity-wrapper button {
    width: 45px;
    height: 45px;

    border: none;

    border-radius: 50%;

    font-size: 30px;

    cursor: pointer;

    transition: .3s;
}

.quantity-wrapper button:hover {
    transform: scale(1.1);
}

.total-box {
    font-size: 20px;
    font-weight: 700;

    margin-bottom: 15px;
}

.order-modal input,
.order-modal textarea {
    width: 100%;

    padding: 12px;

    margin-bottom: 12px;

    border: none;

    border-radius: 12px;

    outline: none;
}

.order-modal textarea {
    resize: none;
    height: 90px;
}

#placeOrder {
    width: 100%;

    padding: 15px;

    border: none;
    background: rgb(23, 83, 43);
    color: white;
    font-weight: bold;

    border-radius: 12px;

    cursor: pointer;

    font-size: 16px;
    font-weight: bold;

    transition: .3s;
}

#placeOrder:hover {
    transform: translateY(-3px);
}



/* Footer */
.footer {
    width: 100%;
    background: black;
    color: white;
    padding: 5%;
    display: inline-block;
    text-align: center;
}

/* footer title */
.f-title {
    font-weight: bolder;
    font-size: 1rem;
    padding: 5%;
}

/* social media container */
.parent {
    margin-top: 7%;
    margin-bottom: 7%;
    margin-left: 5%;
    width: 100%;
    border-radius: 0.6rem;
    background: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(clamp(5rem, 5vw, 11rem), 1fr));
    flex-wrap: wrap;
    gap: 0rem;
    padding: 0.5%;
}
/* child (social media icons */
.child {
    width: 30%;
    background-position: center;
    background-size: 100%;
    height: 1.5rem;
    border-radius: 0.7rem;
}

/* contact text */
.contact {
    font-weight: bold;
    margin-top: 5%;
    display: block;

}

.email {
    display: block;
    margin-top: 5%;
}



