* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    background: #ff6f3c;
    color: white;
    font-family: poppins, sans-serif;
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background: #068e9d69;
    backdrop-filter: blur(10px);

    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    position: fixed;
    top: 0;
    width: 100%;
    height: 75px;

}

.navbar a {
    color: white;
    text-decoration: none;
    margin: 0 15px;
    font-size: 18px;
}

.navbar h5 {
    display: none;
    font-size: 24px;
    cursor: pointer;
    box-shadow: #000;
}

.navbar a:hover {
    color: #00f7ff;
}


.logo {
    font-size: 21px;
    font-weight: bold;
    font-family: cursive;
    color: #2e3192;
    text-shadow: #000 5px 5px 15px;
}

@media (max-width:600px) {
    .navbar a {
        display: none;
    }

    .navbar button {
        display: none;
    }

    .navbar h5 {
        display: block;
    }
}

.hero {
    background-image: url(./assets/bg\ 3.jpg);
    background-position: right;
    background-size: cover;
    height: 100vh;
    width: 100vw;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;




    /*background: linear-gradient(135deg, #1a1a40, #000);*/
    text-align: center;
}
.see-more {
    text-align: center;
    margin: 20px;
    font-weight: bolder;
    text-shadow: #000 5px 5px 5px;
    font-size: x-large;
}

.see-more a {
    color: #ff6f3c;
    text-decoration: none;
    font-size: 18px;
    transition: 0.3s;
    text-shadow: 5px 5px 12px, black;
    
}

.hero-text h1 {
    font-size: 50px;
    margin-bottom: 15px;
    font-family: cursive;
    text-shadow: 5px 5px 7px #000;
    color: #ff6f3c;
    -webkit-text-stroke: #000 3px;
}

.hero-text p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #ff6f3c;
    text-shadow: 5px 5px 7px #000;
    font-size: x-large;
    font-weight: bold;
    text-shadow: 5px 5px 7px #000, 10px 10px 14px #000, 15px 15px 21px #000;
}

.hero .btn {
    padding: 12px 25px;
    border: none;
    background: linear-gradient(45deg, #ff6f3c, #068d9d, #2e3192);
    border-radius: 8px;
    color: white;
    cursor: pointer;
    transition: 0.3s;
    box-shadow: #000 5px 5px 15px;
}

.hero-btn:hover {
    transform: scale(1.1);
}

.product-grid {
    display: flex;
    gap: 20px;
    justify-content: space-around;
    flex-wrap: wrap;
}

.card {
    background: #068d9d;
    padding: 20px;
    margin: 12px;
    width: 65vh;
    height: 65vh;
    border-radius: 15px;
    box-shadow: 5px 5px 15px black;

    transition: 0.3s;


}

.card img {
    width: 100%;
    height: 70%;
    object-fit: cover;
    border-radius: 10px;
}

.card .btn {
    padding: 12px 25px;
    border: none;
    background: linear-gradient(45deg, #ff6f3c, #068d9d, #2e3192);
    border-radius: 8px;
    box-shadow: #000 5px 5px 15px;
    color: white;
    cursor: pointer;
    transition: 0.3s;

}

.btn1 {
    padding: 12px 25px;
    border: none;
    background: linear-gradient(45deg, #ff6f3c, #068d9d, #2e3192);
    border-radius: 8px;
    box-shadow: #000 5px 5px 15px;
    color: white;
    cursor: pointer;
    transition: 0.3s;
    font-size: x-large;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    line-height: 1.6;

    a {
        color: #00f7ff;
        text-decoration: none;
        font-size: 18px;
        transition: 0.3s;
        text-shadow: 5px 5px 12px, #ff00c8 0 0 25px, #ff00c8 0 0 5px;
    }
}

.container1 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    line-height: 1.6;

    a {
        color: #00f7ff;
        text-decoration: none;
        font-size: 18px;
        transition: 0.3s;
        text-shadow: 5px 5px 12px, #ff00c8 0 0 25px, #ff00c8 0 0 5px;
    }
}

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    justify-content: center;
    gap: 20px;
    margin-left: 2rem;
    align-items: center;
}

.grid .btn {
    padding: 12px 25px;
    border: none;
    background: linear-gradient(45deg, #ff6f3c, #068d9d, #2e3192);
    border-radius: 8px;
    box-shadow: #000 5px 5px 15px;
    color: white;
    cursor: pointer;
    transition: 0.3s;

}

.navbar1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background: #068d9d;
    backdrop-filter: blur(10px);

    border-bottom: 1px solid rgba(255, 255, 255, 0.2);

    a {
        color: white;
        text-decoration: none;
        margin: 0 15px;
        font-size: 18px;
    }

    a:hover {
        color: #00f7ff;
    }

}

.navbar1 .btn1 {
    padding: 12px 25px;
    border: none;
    background: linear-gradient(45deg, #ff6f3c, #068d9d, #2e3192);
    border-radius: 25px;
    color: white;
    cursor: pointer;
    transition: 0.3s;
    font-size: x-large;
}

.navbar1 h5 {
    display: none;
    font-size: 24px;
    cursor: pointer;
}

@media (max-width:600px) {
    .navbar1 a {
        display: none;
    }

    .navbar1 button {
        display: none;
    }

    .navbar1 h5 {
        display: block;
    }
}

.card1 {
    background: #068d9d;
    padding: 20px;
    margin: 12px 0px;
    width: 255px;
    height: 350px;
    border-radius: 15px;
    box-shadow: 5px 5px 15px black;

    transition: 0.3s;
}

.card1 img {
    width: 100%;
    height: 70%;
    object-fit: cover;
    border-radius: 10px;
}

.back {
    text-align: center;
    margin: 20px;

    a {
        color: white;
        text-decoration: none;
        margin: 0 15px;
        font-size: 18px;
    }

    .back a:hover {
        color: #00f7ff;
    }

}

footer {
    text-align: center;
    padding: 20px;
    background: #068d9d;
}