* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0;
    font: 350;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: aliceblue;

}

.yellowtail-regular {
    font-family: "Yellowtail", cursive;
    font-weight: 400;
    font-style: normal;
}

.navbar {
    height: 68px;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background: #2B1611;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(60, 14, 27, 0.445);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;

}

.navbar div:hover {
    color: #000000;
}

.navbar a {
    position: relative;
    color: #fff;
    padding: 12px 20px;
    text-decoration: none;
}

.navbar a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 0%;
    height: 2px;
    background-color: #C18999;
    transition: width 0.3s ease;
}

.navbar a:hover::after {
    width: 100%;
}

.shop-page .navbar a {
    margin: 0 5px;
}

.herosection {
    margin: 73px 0 5px 0;
    display: flex;
    justify-content: center;
    align-self: center;
    height: 570px;
    width: 100%;
    padding: 0 40px;
    background: linear-gradient(135deg, #AC9596 10%, #C18999 40%, #2B1611 90%);
}

.slogan {
    margin-top: 130px;
    font-size: xx-large;
    width: 40%;
    height: auto;
    flex-direction: column;
    justify-content: center;
    margin-left: -40px;
}

.slogan h1 {
    font-size: 500;
    color: #2B1611;
    margin-bottom: 10px;
    font-family: "Yellowtail", cursive;
}

.slogan p,
.slogan h1 {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.slogan p {
    opacity: 0;
    animation: fadeInUp 1s ease forwards;
    font-size: 400;
}

.slogan p:nth-of-type(1) {
    animation-delay: 0.5s;
}

.slogan p:nth-of-type(2) {
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-duration: 3s;
}

.slogan p:nth-of-type(3) {
    animation-delay: 1.5s;
}

@keyframes fadeInUp {
    from {
        transform: translateY(20px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.explore-button {
    width: 200px;
    height: 40px;
    margin-top: 40px;
    background-color: #a76d7c;
    color: #4a0a0a;
    border: 2px solid #2B1611;
    border-radius: 20px;
    font-size: 1rem;
    cursor: pointer;

}

.explore-button:hover {
    background-color: #2B1611;
    color: #ffffff;
}


.box-logo {
    width: 500px;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: -40px;
}

.logo {
    background-image: url("images/logo1.png");
    background-size: cover;
    height: 600px;
    width: 500px;
}

.footer {
    height: 100px;
    width: 100%;
    background-color: #2B1611;
    color: rgb(0, 0, 0);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 200px 20px 150px;
}

.copyright {
    color: azure;
}

:root {
    --neon-wine: #C18999;
    --text-dim: #fff;
    --transition: 0.3s;
}

.social_link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: var(--text-dim);
    font-size: 1.5 rem;
    transition: var(--transition);
    border: 1px solid rgba(255 255, 255, 0.1);
}

.social_links {
    right: 20px;
    bottom: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    z-index: 1000;
}

.social_link:hover {
    background: var(--neon-wine);
    color: #000;
    transform: translateY(-8px);
    box-shadow: 0 10px 25px #AC9596;
    border-color: var(--neon-wine);
}

/* About Us Title */
.body-color {
    background: #c18999cc;
    margin: 72px 0 0 0;
}

.aboutus {
    padding: 70px 0 30px 0;
    text-align: center;
    font-size: 3rem;
    font-family: 'Georgia', serif;
    color: #9d3654;
    margin: 40px 0 20px;
}

/* About Image */
.about-image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 80px;

}

.about-image img {
    width: 1000px;
    height: 400px;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border: 4px#3f1212 solid;
}

/* Our Story */
.our-story {
    background-color: white;
    padding: 40px 20px;
    text-align: center;
    border-top: 2px solid #f1c7d1;
    color: #000000;
    font-size: 3rem;
}

.our-story .container {
    max-width: 1400px;
    margin: 5px auto;
    border-radius: 20px;
    background-color: #c18999cc;
    border: 2px solid black;
}

.container span {
    font-weight: bold;
    text-shadow: 2px 2px 5px rgb(255, 255, 255);
    font-family: fantasy;
}

.our-story h2 {
    font-size: 2.8rem;
    margin-bottom: 20px;
    color: #2b1611;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.our-story p {
    font-size: 1.3rem;
    line-height: 1.8;
    margin-bottom: 50px;
    color: rgb(255, 255, 255);
    padding: 0 50px 0 50px;
}

/* shop page */
/* Search bar */
.nav-search {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 10;
}

.nav-search input {
    z-index: 10;
    position: relative;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 20px 0 0 20px;
    outline: none;
    color: #000;
    height: 30px;

}

.nav-search button {
    padding: 6px 12px;
    background-color: #333;
    color: white;
    border-radius: 0 20px 20px 0;
    cursor: pointer;
    height: 30px;
    border: none;

}

.nav-search button:hover {
    background-color: #000;
    border: 1px rgb(255, 255, 255) solid;
}

.nav-search button:active {
    background-color: #333;
    color: white;
    border: none;
}

.nav-search input:hover {
    transform: scale(1.05);
}

.nav-search input:active {
    transform: scale(0.95);
}

.shop-page .herosection {
    overflow: hidden;
    margin: 73px 0 6px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    height: auto;
    width: 100%;
    padding: 60px 40px 100px;
    background: linear-gradient(135deg, #AC9596 10%, #C18999 40%, #2B1611 90%);
    align-items: center;
    gap: 30px;
}

.hero-text {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.hero-text h1 {
    font-size: 2.5rem;
    color: white;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    margin: 0;
}

.box-wrapper {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.box {
    width: 23%;
    min-width: 300px;
    height: 400px;
    background-color: #9c2c4a;
    border-radius: 25px;
    border: 2px solid black;
}

.box-pic {
    height: 360px;
    background-size: cover;
    border-top-left-radius: 23px;
    border-top-right-radius: 23px;
}

.box-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    margin: -4px 30px 0 30px;
}

.box-footer p {
    font-size: 20px;
    font-weight: 200;
}

.box-footer button {
    height: 30px;
    width: 100px;
    border-radius: 8px;
    border: 2px #ffffff solid;
    background-color: #4a0a0a;
    color: white;
    margin: 2px 0 0 0;
    transition: all 0.3s ease;
}

.box-footer button:hover {
    cursor: pointer;
    background-color: #6e0e0e;
    color: #ffffff;
    transform: scale(1.05);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

.box-footer button:active {
    transform: scale(0.95);
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
    background-color: #360808;
}

/* contactUs page */
.contact-page .herosection {
    margin: 73px 0 3px 0;
    display: flex;
    justify-content: center;
    align-self: center;
    height: 570px;
    width: 100%;
    padding: 0 40px;
    font-family: 'Segoe UI', sans-serif;
    background: linear-gradient(135deg, #c18999cc, #eed0d3);
}


.contact-section {
    width: 600px;
    margin: 20px auto;
    padding: 10px 20px 10px 20px;
    height: 530px;
    background: linear-gradient(135deg, #fff0f4, #C18999, #2B1611);
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.contact-section h1 {
    font-size: 2.5rem;
    color: #4a0a0a;
    margin-bottom: 10px;
}

.contact-section p {
    font-size: 1rem;
    color: #6c4a4a;
    margin-bottom: 30px;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-group {
    text-align: left;
    color:#000000
}

.form-group label {
    font-weight: bold;
    color: #2B1611;
    display: block;
    margin-bottom: 6px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 10px 15px;
    border-radius: 10px;
    border: 1px solid #ccc;
    font-size: 1rem;
    outline: none;
    color: #000;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: #a76d7c;
}

.send-button {
    background-color: #9e6171;
    color: white;
    border: 1px solid rgb(255, 255, 255);
    padding: 12px;
    font-size: 1rem;
    border-radius: 25px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.send-button:hover {
    background-color: #4a0a0a;
    transform: scale(1.05);
}

.send-button:active {
    transform: scale(0.95);
}
