* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;

}

i {
    color: white;
}

/* header part */
.nav-1 {
    background-color: #131921;
    height: 60px;
    width: 100%;
    display: flex;
    align-items: center;
    position: sticky;
    top: 0%;
    z-index: 10;
}

.nav-1-left {
    height: 60px;
    width: 65%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.amazon-logo img {
    width: 110px;
    height: 37px;
    background-size: cover;
    cursor: pointer;
    /* margin-left: -20px; */
}

.amazon-logo:hover {
    border: 1px solid white;
    border-radius: 5px;
}

.amazon-logo {
    align-items: center;
    display: flex;
    position: relative;
    top: 5px;
    cursor: pointer;
}

.nav-location:hover {
    border: 1px solid white;
    border-radius: 5px;
}

.nav-location {
    cursor: pointer;
}

.nav-location-up {
    font-size: 12px;
    color: #cccccc;
}

.nav-location-down {
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
}

.nav-search {
    display: flex;
}

.nav-search:hover {
    border: 4px solid orange;
    border-radius: 10px;
    transform: none;
}

.search-left-1 {
    width: 40px;
    height: 40px;
    background-color: #d4d4d4;
    align-items: center;
    display: flex;
    justify-content: center;
    border: none;
    color: gray;
    font-size: 14px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.search-left input {
    width: 250px;
    height: 40px;
    border: none;
}

.search-icon i {
    color: black;
    transform: scale(1.2);
}

.search-icon {
    width: 40px;
    height: 40px;
    background-color: orange;
    align-items: center;
    display: flex;
    justify-content: center;
    border: none;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    cursor: pointer;
}

.nav-1-right {
    height: 60px;
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    right: 50px;
}


.nav-en-img {
    position: relative;
    left: 40px;
    align-items: center;
    display: flex;
    cursor: pointer;
}

.nav-signin:hover {
    border: 1px solid white;
}

.nav-orders:hover {
    border: 1px solid white;
}

.nav-cart i {
    transform: scale(2);
    padding-left: 20px;
    cursor: pointer;
}

.nav-2 {
    max-width: 100vw;
    height: 39px;
    background-color: #232f3e;
    display: flex;
}

.nav-2-left {
    height: 39px;
    width: 55vw;
    display: flex;
}

.nav-2-left ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 35px;
}

.nav-2-left li {
    list-style: none;
    color: white;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}

.nav-2-left li:hover {
    border: 1px solid white;
    height: 35px;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 3px;
    width: auto;
}

.nav-2-right {
    width: 45vw;
    height: 39px;
}

.nav-right-2-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.nav-3 {
    width: 100%;
    height: 300px;
    background-color: black;
}

.nav-3-bg {
    background-image: url("main-banner.png");
    background-size: cover;
    width: 100%;
    height: 400px;
    animation: slider 30s infinite 3s step-end ;
}

@keyframes slider {
    0% {
        background-image: url("main-banner.png");
    }

    20% {
        background-image: url("sec-main-banner.png");
    }

    40% {
        background-image: url("sec-main-banner2.png");

    }

    60% {
        background-image: url("sec-main-banner4.png");

    }

    80% {
        background-image: url("sec-img-banner3.png");

    }
}

/* header part end */

/* main part start */
main {
    height: 640vh;
    width: 100%;
    background-color: #e3e6e6;
}

#section-1 {
    height: 450px;
    width: 98%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: auto;
}

#section-2 {
    height: 450px;
    width: 98%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
    bottom: 20px;
    margin: auto;
}

#section-3 {
    height: 450px;
    width: 98%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
    bottom: 40px;
    margin: auto;
}


.sec-1-box {
    height: 90%;
    width: 340px;
    background-color: white;
}

.sec-1-box-1 {
    color: white;
    display: flex;
    justify-content: space-around;
    padding-bottom: 20px;
}

.sec-1-heading {
    font-size: 21px;
    font-weight: 700;
    padding: 20px 10px 10px;
}

.sec-1-b-a {
    width: 150px;
    height: 110px;
}

.sec-1-box-2 {
    color: white;
    display: flex;
    justify-content: space-around;
}

.sec-1-img {
    /* background-image: url("section-1-b.png"); */
    background-size: cover;
    height: 100%;
    width: 100%;
    background-position: center;
}

.sec-1-bottom {
    display: inline-block;
    position: relative;
    top: 40px;
    left: 10px;
    font-size: 12px;
    color: rgb(19, 131, 175);
    cursor: pointer;
}

.sec-1-bottom:hover {
    color: orange;
    text-decoration: underline;
}

#section-4 {
    height: 330px;
    width: 96%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
    bottom: 40px;
    margin: auto;
    background-color: #fff;
}

.section-4-part {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 10px;
}

.section-4-box {
    width: 230px;
    height: 200px;
    background-color: #f7f8f8;
}

.section-4-img {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.sec-4-img {
    background-position: center;
    background-size: cover;
}

.section-4-heading {
    position: absolute;
    top: 15px;
    font-size: 22px;
    font-weight: 700;
}

.s {
    font-size: 14px;
    font-weight: 400;
    color: rgb(11, 102, 138);
    cursor: pointer;
}

.s:hover {
    text-decoration: underline;
    color: orange;
}

.sec-4-info {
    background-color: #cc0c39;
    color: white;
    font-size: 12px;
    width: 90px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    border-radius: 2px;
    cursor: pointer;
}

.sec-4-info-r {
    position: relative;
    bottom: 20px;
    left: 100px;
    font-size: 13px;
    color: #cc0c39;
    font-weight: 600;
    cursor: pointer;
}

#section-5 {
    height: 330px;
    width: 96%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
    bottom: 40px;
    margin: auto;
    background-color: #fff;
    margin-top: 20px;
}

#section-6 {
    height: 450px;
    width: 98%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
    bottom: 35px;
    margin: auto;
    cursor: pointer;
}

#section-7 {
    height: 450px;
    width: 98%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
    bottom: 55px;
    margin: auto;
}

.sec-7-head {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec-7-head-img {
    background-image: url("sec-7-1.png");
    background-size: cover;
    background-position: center;
    width: 300px;
    height: 250px;
}

.sec-7-bottom {
    position: relative;
    top: 20px;
    text-align: center;
    font-size: 14px;
    color: rgb(11, 102, 138);
    cursor: pointer;
}

.sec-7-bottom:hover {
    color: orange;
    text-decoration: underline;
}

.sec-7-b-bottom {
    position: relative;
    top: 20px;
    font-size: 14px;
    left: 20px;
    color: rgb(11, 102, 138);
    cursor: pointer;
}

.sec-7-b-bottom:hover {
    color: orange;
    text-decoration: underline;
}

#section-8 {
    height: 330px;
    width: 96%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
    bottom: 50px;
    margin: auto;
    background-color: #fff;
}

.footer-1 {
    background-color: white;
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-1-info {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.foot-btn {
    width: 240px;
    border-radius: 5px;
    border: none;
    background-color: #ffca42;
    height: 30px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
}

.footer-2 {
    background-color: rgb(55, 71, 90);
    height: 50px;
    width: 100%;
    color: white;
    font-weight: 500;
    font-size: 13px;
    text-align: center;
    padding-top: 20px;
}

.footer-2:hover {
    background-color: #485769;
}

.footer-3 {
    background-color: #232f3e;
    width: 100%;
    height: 380px;
}

.foot-3-info ul {
    display: flex;
    align-content: center;
    justify-content: space-around;
    color: white;
    padding-top: 40px;
}

.foot-3-info li {
    list-style: none;
    padding-top: 10px;
    font-size: 14px;
    color: #dddddd;
    cursor: pointer;

}

.foot-3-info li:hover {
    text-decoration: underline;
}

.foot-8-bottom {
    text-align: center;
    background-color: #131a22;
    height: 100px;
    margin-top: 40px;
    color: #dddddd;
    padding-top: 35px;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
}
