* {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    box-sizing: border-box; /* Corrected from border to box-sizing */
}

body {
    color: #080228;
    background-color: #fff;
}

.navbar {
    height: 60px;
    background-color: #0f1111;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    flex-wrap: nowrap; /* Ensures the navbar items do not wrap */
}

.navlogo {
    height: 50px;
    width: 110px;
}

.logo {
    background-image: url("amazon_logo.png");
    background-size: cover;
    height: 50px;
    width: 100%;
}

.border {
    border: 1.5px solid transparent;
    margin: 3px;
}

.border:hover {
    border: 1.5px solid white;
}

/* Address Section */
.nav-adress {
    width: 165px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
}

.deliver {
    color: #CCCC; 
    font-size: 12px;
    margin-left: 15px;
    padding-top: 4.5px;
}

.india {
    color: #fff;
    font-size: 14px;
    margin-left: 3px;
    padding-top: 2.5px;
}

.add-icon {
    display: flex;
    align-items: center;
    padding-top: 0.5px;
}

/* Search Section */
.nav-search {
    display: flex;
    color: #0f1111;
    background-color: #fff;
    width: 375px;
    height: 40px;
    border-radius: 4px;
    flex: 1;
}

.search-icon {
    background-color: #febd68;
    width: 51px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #0f1111;
    border: none;
}

.select {
    background-color: #E6E6E6;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    text-align: center;
    width: 51px;
    border: none;
    height: 38px;
    font-size: 14px;
}

.search-input {
    width: 100%;
    height: 38px;
    line-height: 12px;
    font-size: 15px;
    border: none;
    display: flex;
    justify-content: center;
}
.search-icon{
    height: 38px;
}

/* Sign In Section */
.nav-signin {
    width: 113px;
    height: 38px;
    padding: 8px;
    margin-bottom: 21px;
    margin-left: 8px;
    margin-right: -5px;
}

span {
    font-size: 12px;
}

.nav-second {
    font-size: 14px;
    font-weight: 900;
}

/* Cart Icon */
.nav-cart i {
    font-size: 32px;
    font-weight: 900;
}

/* Panel */
.panel {
    height: 40px;
    background-color: #222f3d;
    display: flex;
    align-items: center;
    color: #ffffff;
    justify-content: space-evenly;
    flex-wrap: wrap; /* Added to handle wrapping */
}

.panel-all {
    display: flex;
    word-spacing: 10px;
    padding-left: 7px;
    font-weight: 550;
    text-align: center;
    align-items: center;
}

.alllabel {
    font-size: 14px;
    margin-left: 7px;
}

.panel-all i {
    width: 17px;
    height: 20px;
    font-size: 18px;
}

.next-panel p {
    display: inline;
    margin-left: 17px;
}

.next-panel {
    width: 70%;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap; /* Added to handle wrapping */
}

.greatfestival {
    font-size: 14.5px;
    font-weight: 700;
}

/* Hero Section */
.herosection {
    background-image: url("89.jpg");
    height: 385px;
    background-size: cover;
    padding-top: 10px;
    padding-bottom: 10px;
}

.herosection i {
    font-size: 45px;
    margin-top: 13%;
    margin-left: 3%;
    cursor: pointer;
}

.a-icon-alt {
    position: absolute;
    left: -9999px;
    top: auto;
    display: block;
    width: 10px;
    height: 10px;
    line-height: 1px;
    font-size: 40px;
    color: #007185;
}

.fa-solid {
    border: 1px solid #E6E6E6;
}

.hero-msg {
    background-color: white;
    color: black;
    height: 40px;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 0.85rem;
}

.hero-msg a {
    color: #007185;
}

/* Shop Section */
.shop-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    background-color: #e2e7e6;
}

.box {
    border: 2px solid white;
    height: 400px;
    width: 23%;
    background-color: white;
    padding: 20px 0px 15px;
    margin-top: 15px;
    box-sizing: border-box;
}

.box-image {
    height: 300px;
    background-size: cover;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.box-content {
    margin-left: 1rem;
    margin-right: 1rem;
}

.box-content p {
    color: #007185;
}

/* Footer Section */
footer {
    margin-top: 15px;
}

.foot-panel1 {
    background-color: #37475a;
    color: white;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.85rem;
}

.foot-panel2 {
    background-color: #222f3d;
    color: white;
    height: 300px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

ul {
    margin-top: 20px;
}

ul a {
    display: block;
    font-size: 0.85rem;
    margin-top: 10px;
}

.foot-panel3 {
    background-color: #222f3d;
    color: white;
    border-top: 0.5px solid white;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo {
    background-image: url("amazon_logo.png");
    background-size: cover;
    height: 50px;
    width: 100px;
}

.foot-panel4 {
    background-color: #0f1111;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}

.pages {
    font-size: 0.7rem;
    text-align: center;
    padding-left: 25px;
}

.copyright {
    font-size: 0.7rem;
    text-align: center;
    padding-top: 5px;
}

/* Media Queries */

/* Small devices (600px and below) */
@media (max-width: 600px) {
    .navbar {
        flex-direction: column;
        align-items: flex-start;
    }

    .navlogo, .nav-adress, .nav-search, .nav-signin, .nav-return, .nav-cart {
        width: 100%;
        margin-bottom: 10px;
    }

    .nav-search {
        width: 100%;
    }

    .panel {
        flex-direction: column;
        align-items: flex-start;
    }

    .panel-all, .next-panel {
        width: 100%;
    }

    .shop-section {
        flex-direction: column;
        align-items: center;
    }

    .box {
        width: 90%;
    }

    .foot-panel2 {
        flex-direction: column;
        align-items: flex-start;
        height: auto;
    }
}

/* Medium devices (601px to 900px) */
@media (min-width: 601px) and (max-width: 900px) {
    .navbar {
        flex-direction: row;
        align-items: center;
    }

    .navlogo, .nav-adress, .nav-search, .nav-signin, .nav-return, .nav-cart {
        width: auto;
        margin-bottom: 0;
    }

    .panel {
        flex-direction: row;
        justify-content: space-evenly;
    }

    .shop-section {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .box {
        width: 45%;
    }

   
}
