*{
    margin: 0;
    font-family: Arial;
    border: border-box;
}

html{
    scroll-behavior: smooth;
}
#navbar{
    height: 60px;
    background-color: #0f1111;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.border{
    border: 1.5px solid transparent;
}
.border:hover{
    border: 1.5px solid white;
}

/*box-1*/
.nav-logo{
    height: 50px;
    width: 114px;
    
}
.logo{
    height: 50px;
    width: 100%;
    background-image: url("nav_images/amazon_logo-re.png");
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 5px;
}

/*box-2*/
.nav-address{
    height: 40px;
    padding-top: 10px;
}
.add-p1{
    font-size: 0.75rem;
    color: #cccccc;
    margin-left: 22px;
}
.add-p2{
    font-size: 0.95rem;
    color: #ffffff;
    margin-left: 3px;
}
.add-icon{
    display: flex;
    align-items: center;
}

/* box-3 */
.nav-search{
    height: 40px;
    width: 800px;
    background-color: aqua;
    border-radius: 4px;
    display: flex;
    justify-content: space-evenly;
}
.search-select{
    height: 100%;
    width: 55px;
    border: none;
    background-color: #e6e6e6;
    color: #0f1111;
    text-align: center;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.search-input{
    height: 38px;
    background-color: #ffffff;
    color: #0f1111;
    outline: 3px solid transparent;
    font-size: 1rem;
    border: none;
    width: 100%;
}
.search-icon{
    width: 50px;
    padding-left: 15px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #e2a14c;
    color: black;
    display: flex;
    justify-self: center;
    align-items: center;
}

/* box-4 */
.search-flag{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    padding-top: 5px;
}
.flag-select{
    background-color: transparent;
    border: none;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    border: none;
    outline: none;
    background-color: #0f1111;
}

/* box-5 */
.sign{
    height: 40px;
    padding-top: 8px;
}
.sign-p1{
    font-size: 0.85rem;
}
.sign-select{
    background-color: transparent;
    color: #ffffff;
    border: none;
    font-size: 0.9rem;
    font-weight: 700;
}

/* box-6 */
.order{
    height: 40px;
    padding-top: 8px;
}
.order-p1{
    font-size: 0.85rem;
}
.order-p2{
    font-size: 0.9rem;
    font-weight: 700;
}

/* box-7 */
.cart{
    height: 45px;
    display: flex;
    align-items: center;
    font-size: larger;
}
.cart-p1{
    font-size: 15px;
    font-weight: 550;
}


.menue{
    height: 40px;
    background-color: #232f3e;
    display: flex;
    align-items: center;
    color: #ffffff;
}

.bar1{
    display: flex;
    align-items: center;
    height: 36px;
    margin-left: 17px;
    font-weight: 650;
}
.bar2{
    display: flex;
    align-items: center;
    height: 36px;
    margin-left: 17px;
    font-size: 15px;
}

.outline:focus{
    outline: 3px solid #e2a14c
}


/* hero-section */
.hero-section{
    height: 360px;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.hero_back_img1{
    background-image: url("nav_images/back_logo1.jpg");
}
.hero_back_img2{
    background-image: url("nav_images/back_logo2.jpg");
}

.next-btn1{
    height: 100px;
    width: 45px;
    background-color: #cccccc;
    border-radius: 10px;
    font-size: 27px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 28%;
}
.mar-btn1{
    left: 95%;
}
.mar-btn2{
    right: 95%;
}

.hero-msg{
    height: 40px;
    width: 97%;
    background-color: #ffffff;
    color: #0f1111;
    font-size: 0.875rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.msg-a{
    color: #2162A1;
    text-decoration: none;
}
.underline:hover{
    text-decoration: underline;
}

/* shopSection */
.shop-section{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.shop_back_GC1{
    background: linear-gradient(#DFF267, #a6d2d2);
}
.shop_back_GC2{
    background: linear-gradient(#D681FF, #a6d2d2);
}

.box{
    height: 410px;
    width: 23%;
    background-color: white;
    color: #0f1111;
    padding: 20px 0px 15px;
    margin-top: 20px;
}

.box1-img{
    height: 340px;
    background-image: url("shop-sec_images/box1_img.jpg");
    background-size: cover;
    background-position: center;
    margin-top: 10px;
    margin-bottom: 20px;
}
.box-content1{
    font-size: 0.85rem;
    margin-left: 20px;
    margin-right: 20px;
}

.shop-msg-fontS{
    font-size: 0.8rem;
}
.shop-expMore{
    color: #2162A1; 
    font-size: 0.85rem; 
    margin: 5px 0px 0px 15px;
}

.in-cont{
    height: 135px;
    width: 145px;
    background-size: cover;
    background-position: center;
}
.out-div1{
    height: 350px;
    margin-top: 10px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}


.outer-div2{
    height: 180px;
    width: 310px;
    margin-left: 20px;
}
.inr-img-div1{
    height: 160px;
    background-image: url("shop-sec_images/box6_img1.jpg");
    background-position: center;
}

.outer-main-div1{
    height: 120px;
    width: 310px;
    display: flex;
    justify-content: space-between;
    margin-left: 20px;
    margin-top: 20px;
}
.outer-div3{
    height: 120px;
    width: 100px;
}
.inr-img-div2{
    height: 100px;
    width: 100px;
    background-size: cover;
    background-position: center;
}

/*slide-1*/
.slide1{
    height: 280px;
    width: 1473px;
    margin-top: 20px;
    background-color: #ffffff;
}

.slide1-p1{
    margin-top: 15px;
    margin-left: 15px;
}
.slide1-inner1{
    display: flex;
    margin-top: 15px;
    justify-content: space-evenly;
}

.slide1-cont{
    height: 200px;
}

.slide1-nxt{
    height: 110px;
    width: 50px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    margin-top: 35px;
    
    align-items: center;
    font-size: 33px;
    background-color: #cccccc;
}

/*sign-in*/
.sign-outer{
    height: 170px;
    width: 100%;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sign-upper-div{
    text-align: center;
}
.sign-inner-div1{
    margin-top: 15px;
}
.sign-inner-div2{
    margin-top: 15px;
}
.sign-inner-div3{
    font-size: 0.75rem;
    margin-top: 10px;
}
.sign-button{
    height: 30px;
    width: 220px;
    border-radius: 20px;
    background-color: #ffce12;
    outline: none;
    border: none;
    font-size: 1rem;
    cursor: pointer;
}

.back-div{
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #3f546e;
    color: #ffffff;
    font-size: 0.9rem;
    text-align: center;
}
.back-div a{
    color: white;
    text-decoration: none;
}
.about-us{
    height: 370px;
    background-color: #232F3E;
    display: flex;
    justify-content: space-evenly;    
}
.about-div{
    margin-top: 35px;
    color: #ffffff;
    line-height: 30px;
    font-size: 14px;
}

.about-us-cont{
    font-size: 18px; 
    font-weight: 650;
}

.rupee-sty{
    margin-top: 6px; 
    font-size: 0.87rem;
}

.amazon-location{
    height: 110px;
    margin-top: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #232F3E;
}
.amazon-logo{
    height: 40px;
    width: 100px;
    margin-right: 60px;
    background-image: url("nav_images/amazon_logo-re.png");
    
    background-size: cover;
    background-position: center;
}
.select-language{
    height: 30px;
    width: 110px;
    border-radius: 4px;
    text-align: center;
    border: 1.5px solid #ffffff;
    color: #ffffff;
    background-color: #232F3E;
    margin-right: 10px;
}
.selected-type{
    height: 30px;
    width: 130px;
    border-radius: 4px;
    border: 1.5px solid #ffffff;
    text-align: center;
    font-size: 0.9rem;
    background-color: #232F3E;
    color: #ffffff;
    margin-right: 10px;
}


.copy-rights{
    height: 440px;
    background-image: url("nav_images/footer_back_img.png");
    background-size: cover;
}