#navbar{
    width: 100%;
    height: 25%;
    flex-wrap: wrap;
    justify-content: space-between;
}
.nav-logo{
    height: 25px;
    width: 15%;
}
.logo{
    height: 25px;
    margin-top: 0;
}

.nav-address{
    height: 30px;
    padding-top: 0px;
    font-size: 0.5rem;
}
.add-p1{
    font-size: 0.6rem;
    margin-left: 5px;
}
.add-p2{
    font-size: 0.6rem;
}

/* search-bar */
.nav-search{
    height: 28px;
    width: 60%;
}
.nav-search input{
    height: 26px;
    font-size: 0.65rem;
}

.search-flag{
    font-size: 0.65rem;
}
.sign-p1{
    font-size: 0.65rem;
    position: relative;
    top: 3px;
}
.sign-select{
    font-size: 0.65rem;
}

.order-p1{
    font-size: 0.65rem;
}
.order-p2{
    font-size: 0.65rem;
}

.cart{
    font-size: 0.75rem;
    margin-right: 3px;
}
.cart-p1{
    font-size: 0.75rem;
}

.bar1{
    font-size: 0.75rem;
    margin-left: 0;
}
.bar2{
    font-size: 0.6rem;
    margin-left: 7px;
}

/* buttons */
.next-btn1{
    display: none;
}

/* hero-section */
.hero-section{
    height: 40vh;
    background-image: url("nav_images/back_logoM3.png");
}

.shop-section{
    background: linear-gradient(#FBF1E7, #a6d2d2);
}

.hero-msg{
    font-size: 0.5rem;
}

.box{
    width: 95%;
}


/* slides */
.slide1{
    overflow-x: auto;
}
.slide1-cont{
    flex-shrink: 0;
}

.sign-inner-div1{
    font-size: 0.7rem;
}

.about-us{
    font-size: 0.6rem;
    justify-content: space-around;
}

.about-div{
    line-height: 1.2rem;
    text-align: left;
}
.about-div pre{
    font-size: 0.5rem;
}


.amazon-location{
    width: 100%;
    justify-content: space-around;
}
.amazon-logo{
    margin-right: 0px;
}
.language{
    width: 20%;
}
.select-language{
    width: 100%;
}
.selected-type{
    width: 20%;
    margin-right: 0;
}

.rupee-sty{
    font-size: 0.63rem;
}
.copy-rights{
    display: none;
}