* {
    margin: 0%;
    padding: 0%;
}

.home {
    height: 90vh;

}
.offer-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: rgba(60, 145, 17, 0.699);
    color: rgba(255, 255, 255, 0.67);
    padding: 4px 8px;
    font-size: 10px;
    font-weight: bold;
    border-radius: 8px;
    z-index: 1;
}

.logo {
    width: auto;
    height: 70px;
    background-color: #FFECE6;
}

.logo img {
    width: auto;
    height: 180%;
    margin-top: -20px;
    display: inline;
}

.login {
    float: right;
}

.login button {
    width: 100px;
    padding: 5px;
    font-size: 25px;
    margin-top: 17px;
    margin-right: 25px;
    background-color: transparent;
    border: none;

    color: rgba(0, 0, 0, 0.411);
}

.heading {
    margin-top: -15px;
}

.heading h1 {
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 10px;
    font-family: Hind Kochi;
}

b {
    font-size: 35px;
    font-weight: 500;
}

.bar {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.bar #navbutton {
    width: 60px;
    padding: 5px;
    font-size: 20px;
    border: unset;
    background-color: #e3e3e39a;
    border-radius: 3px;
}

#search {
    width: 75%;
    padding-left: 50px !important;
    padding: 5px;
    border: unset;
    font-size: 20px;
    background-color: #e3e3e39a;
    margin: 0px 10px;
    border-radius: 3px;
}

.search {
    position: relative;
    display: inline-block;
}

.search i {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}

#cardbutton,
#favbutton {
    width: 65px;
    padding: 5px;
    font-size: 20px;
    border: unset;
    background-color: #e3e3e39a;
    margin-right: 10px;
    border-radius: 3px;
}

.category ul {
    display: flex;
    column-gap: 80px;
    row-gap: 20px;
    align-items: center;
    justify-content: center;
    list-style: none;
    flex-wrap: wrap;
    margin-top: 20px;
    padding: 10px;
}

.category ul li a {
    text-decoration: none;
    color: black;
    font-size: 20px;
}

.homeimg {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url("../images/plant.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 60vh;
    margin-top: 15px;
}

.hometext {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 70vh;
    color: white;
}

.hometext .text1 {
    font-size: 18px;
    line-height: 30px;
}

.hometext .text2 {
    font-size: 30px;
    line-height: 50px;
    text-align: center;
}

.hometext .text3 {
    font-size: 17px;
    text-align: center;
    width: 70%;
    line-height: 25px;
    opacity: 0.8;
}

.hometext .text4 button {
    width: 150px;
    margin-top: 10px;
    padding: 10px;
    font-size: 20px;
    background-color: #03352A;
    border: unset;
    border-radius: 3px;
    color: rgba(255, 255, 255, 0.498);

}

.productpage h1 {
    margin-bottom: 10px;
    font-size: 55px;
    font-weight: 500;
    margin-top: 80px;
    margin-left: 50px;
}

.product {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 30px;
    flex-wrap: wrap;
    row-gap: 20px;
}

.productcard {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.productcard .card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #e3e3e39a;
    padding: 30px 50px;
    text-align: center;
    border-radius: 5px;
}

.productcard img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    display: block;
    border-radius: 5px;
}

.productcard button {
    width: 150px;
    padding: 6px;
    font-size: 20px;
    margin-top: 20px;
    border-radius: 3px;
}

.productcost {
    margin-top: 10px;
    text-align: center;
}

.productcost p {
    font-size: 25px;
    font-weight: lighter;
    margin: 6px 0px;
}

.productpage2{
    margin-top: 100px;
}

.productpage2 .productpage2-text {
    text-align: center;
    margin-top: 50px;
}

.productpage2 h1 {
    font-size: 35px;
    font-weight: 500;
    line-height: 50px;
    text-align: center;
    line-height: 0px;
    margin-left: 0%;
}

.product2 {
    background-color: #F8F8F8;
    margin-top: 30px;
    padding-bottom: 50px;
}

.productcard2 {
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 300px;
    row-gap: 20px;
}

.productcard2 .card2 {
    background-color: #ffece6af;
    padding: 50px;
    margin-top: 60px;
    border-radius: 3px;

}

.productcard2 img {
    width: 300px;
    height: 350px;
    display: block;
    border-radius: 3px;
}

.productcard2 button {
    font-size: 25px;
    background-color: transparent;
    border: unset;
    margin-top: 20px;
}

.productcard2 button a {
    color: rgba(0, 0, 0, 0.612);
}

.youtubevideo {
    margin-top: -10%;
    padding: 10px;
    margin-bottom: 50px;
}

.youtubevideo h1 {
    font-size: 35px;
    font-weight: 500;
    padding: 50px;
    margin-left: 50px;
    margin-top: 120px;

}

.productbtn a {
    color: black;
}

.videocard {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px;
    padding: 10px;
}

.videocard iframe {
    border-radius: 5px;
    background-color: transparent;
}

.aboutimg {
    background-image: url("/Photos/leaves.jpg");
    width: auto;
    height: 50vh;
    background-size: cover;
}

.footercon {
    display: flex;
    align-items: start;
    justify-content: center;
    column-gap: 350px;
    flex-wrap: wrap;
}

.footer {
    background-color: #f5c5b6;
    padding: 20px;
}

.footer .copy {
    text-align: center;
    font-size: 20px;
    margin-top: 10px;
    margin-left: -20px;
    margin-bottom: -10px;
}

.footercon p {
    font-size: 25px;
    line-height: 50px;
    opacity: 0.6;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.footercon a {
    text-decoration: none;
    color: black;
}

strong {
    margin-left: -50px;
}

.swiper-button-next,
.swiper-button-prev {
    color: black !important;
}

body {
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
}

.container {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* User Details Modal */
.modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-content {
    background-color: white;
    padding: 30px;
    height: auto !important;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    width: 400px;
}

.modal-content h2 {
    text-align: center;
    margin-bottom: 20px;
}

.user-info {
    margin-bottom: 20px;
}

.user-info label {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
    color: #333;
}

.order-item p {
    font-size: 16px;
    color: #555;
}

.close-btn {
    background-color: #28a745;
    color: white;
    border: none;
    padding: 10px;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
}

.order-item {
    padding: 10px;
    text-align: center;
}

.order-item p {
    margin: 10px 5px;
}

.notfound {
    text-align: start;
    margin: 30px;
}

@media screen and (max-width:750px) {
    .category {
        display: none;
    }
    .category ul {
        flex-direction: column;
    }
    .youtubevideo h1 {
       
        margin-top: 0px;
    
    }

    .hometext .text1 {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .hometext .text2 {
        font-size: 25px;
        line-height: 30px;
        text-align: center;
        opacity: 0.6;
    }

    .hometext .text3 {
        display: none;
    }

    .productcard2 .card2 {
        padding: 30px;

    }

    .productpage2 h1 {
        font-size: 25px;
        font-weight: 500;
    }

    .footercon p {
        font-size: 20px;
    }

    .productcard {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .productcard .card {
        padding: 30px 15px
    }

    .productcard img {
        width: 140px;
        height: 140px;
    }

    .productcard button {
        width: 100px;
        font-size: 13px;
    }

    .productcost {
        margin-top: 10px;
        text-align: center;
    }

    .productcost p {
        font-size: 20px;
    }

    .product {
        column-gap: 10px;
    }

    .productcard2 {
        column-gap: 10px;
    }

    .productcard2 .card2 {
        padding: 30px 15px;
        margin-top: 0px;

    }

    .productcard2 img {
        width: 140px;
        height: 140px;
    }

    .productcard2 button {
        font-size: 20px;
    }

    .productpage h1 {
        margin-left: 30px;
        margin-bottom: 20px;
        margin-top: 30px;
        font-size: 40px;
    }

    .productpage2 h1 {
        font-size: 30px;
    }

    .youtubevideo {
        margin-top: -10%;
        padding: 10px;
        margin-bottom: 50px;
    }

    .youtubevideo h1 {
        font-size: 30px;
        padding: 0%;
        margin-left: 20px;
    }
}
@media screen and (max-width:500px) {
    .login button {
        font-size: 20px !important;
        margin-right: 5px;

    }

    #log {
        margin-right: -28px;
    }

    .logo img {
        height: 150%;
        margin-top: -10px;
        display: inline;
    }

}