* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}
body {
    color: #333;
    margin: 0;
    padding: 0;
    background-color: #EEDDE6;
    margin-top: 100px;
}
.background{
    background-image: url(./img/freepik__adjust__95402.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 15px 0; 
}


header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    background-color: #EEDDE6;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

.logo img {
    height: 20px;
}

/* Navigation Bar */
.nav ul {
    list-style: none;
    display: flex;
    gap: 20px;
}

.nav ul li {
    display: inline;
}

.nav ul li a {
    text-decoration: none;
    color: #333;
    font-size: 20px;
    font-weight: 600;
    padding: 8px 15px;
    transition: 0.3s;
}

.nav ul li a:hover {
    color: #ff0026;
    border-bottom: 3px solid #ff0026;
}

/* Authentication Buttons */
.auth-buttons button {
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    font-size: 16px;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
    margin-left: 10px;
    border-radius: 5px;
    transition: 0.3s;
}

.auth-buttons button:hover {
    color: rgb(0, 0, 0);
}

/* Mobile View */
.menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
}

/* Responsive Design */
@media (max-width: 768px) {
    header {
        flex-direction: column;
        text-align: center;
    }

    .nav ul {
        flex-direction: column;
        display: none;
        width: 100%;
        height: 100%;
        padding: 15px 0;
    
    }

    .nav ul.active {
        display: flex;
    }

    .menu-toggle {
        display: block;
    }

    .auth-buttons {
        margin-top: 10px;
    }
    .main{
        margin-top: 80px;
    }
}

#home h1{
    font-size: 60px;
  font-weight: 700;
  font-style: normal;
}

.logo img {
    margin-top: 10px;
    display: flex;
    height: 80px;
    width: 90px;
}


.down-head{
    font-size: 60px;
    font-weight: 600;
}

section {
    padding: 20px;
    text-align: center;
}
.main{
    text-align: left;
    margin-left: 40px;
}
.main h1{
    margin-top: 20px;
    font-family: 'Dancing Script', cursive;
    font-size: 4rem;
    color: #000000;
}
.main h1{
        font-family: 'Dancing Script', cursive !important;
}
.main p{
    font-family: 'Dancing Script', cursive;
    font-size: 30px;
    font-weight: 600;
}
.gift img {
    display: flex;
    margin-top: -20px;
    margin-left: 10px;
    width: 450px;
    height: 388px;
    max-width: 100%; 
    height: auto; 
}

@media (max-width: 768px) { 
    .gift img {
        width: 250px; 
        height: auto; 
        margin-left: 5px; 
        margin-top: -10px; 
    }
}

.product-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.product {

    padding: 15px;
    margin: 10px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#customer-reviews {
    text-align: center;
    padding: 30px;
}

.review {
    display: inline-block;
    width: 250px;
    padding: 15px;
    margin: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

.review img {
    width: 170px;
    height: 150px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.review h3 {
    font-size: 18px;
    margin: 5px 0;
}

.review p {
    font-size: 14px;
    color: #555;
}





#about-us {
    position: relative;
    text-align: center;
    padding: 40px;
    overflow: hidden;
}

#about-us::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/img/Daco_4348142.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: blur(4px);
    z-index: -1;
}

#about-us h2 {
    font-size: 28px;
    margin-bottom: 15px;
}

#about-us p {
    font-family: 'Dancing Script', cursive;
    font-weight: 600;
    font-size: 22px;
    color: #000000;
    max-width: 600px;
    margin: 0 auto 20px;
}

.company-details {
    margin-bottom: 30px;
}

.founder {
    margin-top: 30px;
    display: inline-block;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(65, 63, 63, 0.1);
    max-width: 900px;
    text-align: center;
}

.founder img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.founder h3 {
    font-size: 20px;
    margin-bottom: 5px;
}

.founder p {
    font-size: 14px;
    color: #555;
}




.auth-buttons {
    text-align: center;
    margin-top: 20px;
}


.auth-buttons button {
    padding: 12px 20px;
    font-size: 13px;
    font-weight: 700;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 10px;
    
    box-shadow:  rgba(0, 0, 0, 0.15);
}


.auth-buttons {
    text-align: center;
    margin-top: 10px;
}

.auth-buttons button {
    font-weight: 700;
    padding: 8px 14px;
    font-size: 13px; 
    border: none;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 5px;
    
    box-shadow:  rgba(0, 0, 0, 0.15);
}
.auth-buttons button:hover{
    color: #ff0026;
}











form input, form textarea {
    width: 250px;
    padding: 20px;
    margin: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.submit form button {
    background-color: #000000;
    color: #fff;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
footer {
    padding: 10px;
    text-align: center;
    font-weight: 600;
}



.submit button {
    padding: 12px 20px;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 10px;
    width: 140px;
}


.submit{
    text-align: center;
    margin-top: 10px;
}


.submit button {
    padding: 8px 14px; 
    font-size: 14px; 
    font-weight: bold;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 5px;
    width: 100px; /* Smaller width */
}

/* Different styles for each button */
.submit {
    color: rgb(255, 255, 255);
}

.product button{
    padding: 10px 17px;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 10px;
    width: 100px;
}


