* {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    box-sizing: border-box;
}

.nav-bar {
    height: 60px;
    width: 100vw;
    background-color: #0f1111;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 5px;
    position: sticky;
    top: 0;
}
.nav-logo {
    height: 50px;
    width: 113px;  
}
.logo {
    background-image: url("amazon_logo.png");
    background-size: cover;
    height: 50px;
    width: 100%;
}

.border:hover {
    border: 1px solid white;
    cursor: pointer;
}

.add1 {
    font-size: #cccccc;
    font-size: 0.79rem;
    margin-left: 15px;
}

.loc-icon {
    display: flex;
    align-items: center;
}
.add2 {
    color: white;
    font-size: 1.1rem;
    font-weight: 550;
    margin-left: 3px;
}

.search-bar {
    display: flex;
    height: 40px;
    width: 50%;
    border-radius: 4px;
    justify-content: space-evenly;
}

.search-bar:hover {
    border: 2px solid orange;
}

.search-select {
    background-color: #f3f3f3;
    text-align: center;
    width: 50px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: none;
    cursor: pointer;
}

.search-input {
    width: 100%;
    border: none;
    padding: 5px;
    font-size: 1rem;
}

.search-icon {
    display: flex;
    width: 45px;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    background-color: rgb(236, 182, 64);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #0f1111;
    cursor: pointer;
}

.lang i {
    font-size: 20px;
}

.lang {
    font-size: 16px;
    font-weight: 650;
    display: block;
}

.sign-in {
    display: block;
}
span {
    font-size: 0.73rem;
}

.nav-2 {
    font-size: 0.85rem;
    font-weight: 700;
}

.cart i {
    font-size: 35px;
}

.cart {
    font-size: 0.85rem;
    font-weight: 700;
}

.panel {
    height: 39px;
    background-color: #222f3d;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.panel-menu {
    font-size: 0.9rem;
    font-weight: 600;
    margin-left: 10px;
}

.panel-ops {
    width: 95%;
}

.panel-ops p {
    display: inline;
    font-size: 0.85rem;
    margin-left: 15px;
    font-weight: 520;
}

.container {
    background: #E3E6E6;
    height: auto;
}

.banner {
    background-image: url("./banner.jpg");
    background-size: cover;
    height: 350px;
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: end;
}

.banner-msg {
    font-size: 0.85rem;
    background-color: #f5f6f6;
    color: black;
    height: 40px;
    width: 95%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.banner a {
    color: #007185;
    cursor: pointer;
}

.products-sec {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-left: 210px;
    margin-right: 210px;
    margin-top: 15px;
    gap: 20px;
}

.item {
    height: 400px;
    width: 230px;
    flex: 23%;
    background-color: white;
    padding: 20px 0px 15px;
}

.item-img {
    height: 300px;
    margin-left: 1rem;
    margin-right: 1rem;
    background-size: 280px;
    background-repeat: no-repeat;
    margin-top: 20px;
    cursor: pointer;
}

.wrap-item {
    margin-left: 1rem;
    margin-right: 1rem;
}

.wrap-item p {
    cursor: pointer;
    color: #007185;
}

.sign {
    background-color: white;
    height: 150px;
    font-size: 0.8rem;
    text-align: center;
    border: 20px solid white;
}

.sign > p {
    padding-top: 10px;
}

.sign > button {
    margin-top: 10px;
    width: 230px;
    height: 28px;
    font-weight: 700;
    border-radius: 4px;
    background-color: rgb(255, 166, 0);
    border: none;
    cursor: pointer;
}

.sign > p > a {
    color: #007185;
    cursor: pointer;
}

.foot1 {
    height: 49px;
    background-color: #37475a;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 0.85rem;
    cursor: pointer;
}

.foot2 {
    background-color: #232f3e;
    height: 300px;
    display: flex;
    color: white;
    justify-content: space-evenly;

}

ul {
    margin-top: 30px;
}

ul p {
    font-size: 1rem;
    font-weight: 700;
}

ul a {
    display: block;
    font-size: 0.85rem;
    margin-top: 10px;
    color: #dddddd;
    cursor: pointer;
}

.foot3 {
    background-color: #232f3e;
    border-top: 0.05rem solid #dddddd;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 70px;
}

.foot3 > .logo {
    background-image: url("./amazon_logo.png");
    background-size: cover;
    height: 50px;
    width: 80px;
    cursor: pointer;
}

.foot3 > .globe {
    color: #dddddd;
    font-size: 0.75rem;
}

.me {
    color: aliceblue;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: medium;
}

.foot4 {
    background-color: #161e25;
    height: 76px;
    color: #dddddd;
    font-size: 0.8rem;
    text-align: center;
}

.terms {
    padding-top: 20px;
}

.copy {
    padding-top: 10px;
}

@media screen and (max-width : 600px) {
    header {
        width: 1280px; 
    }

    .nav-bar {
        width: 100%;
    }

    section {
        width: 1280px;
    }

    footer {
        width: 1280px;
    }
}

@media screen and (max-width : 400px) {
    .products-sec {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-left: 25px;
        margin-right: 25px;
        margin-top: 15px;
        gap: 20px;
    }
}