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

/* NAVIGATION BAR */
.navbar {
    height: 60px;
    background-color: #0a453a;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
/* box1 */
.nav_logo{
    height: 40px;
    width: 94px;
}
.logo {
    height: 50px;
    width: 100%;
    background-size:cover;
    background-image: url("amazon_logo.png");
}

.border{
    border: 1px solid transparent;
    margin:0px 0px 0px 2px;
    padding: 0px 9px 10px;
}
.border:hover{
    border:1px solid white;
}

/* box2 */
.add-deliver{
    color: #CCCCCC;
    font-size: 0.85rem;
    margin-left: 15px;
}
.add-india{
    font-size: 1rem;
    margin-left: 3px;

}
.add-icon{
    display: flex;
    align-items: center;
}

/* box3 */
.nav_search{
    margin-left: 20px;
    display: flex;
    justify-content: space-evenly;
    background-color: #0F1111;
    width: 850px;
    height: 42px;
    border-radius: 4px;
}

.search-select{
    background-color: #f3f3f3dd;
    width: 50px;
    text-align: center;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: none;
    font-size: 0.8rem;
}

.search-input{
    width: 100%;
    font-size: 1rem;
}

.search-icon{
    width: 50px;
    justify-content: center;
    display: flex;
    align-items: center;
    background-color: rgb(165, 42, 110);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: 1.2rem;
}
.nav_search:hover{
    border: 3px solid rgb(165, 42, 110);    

}
.nav_lang{
    margin-left:20px;
    display: flex;
}

/* box4 & 5 */
.nav-first{
    font-size: 0.85rem;

}
.nav-second{
    font-size: 1rem;
    font-weight: 700;
}

/* box6 */
.nav_cart {
    display: flex;
}
.nav_cart i{
    font-size: 30px;
}
.nav-cart{
    font-size:1rem;
    font-weight:bold;
    margin-left:5px;
    align-content:end;
}
/* box3b */
.lang-select{
    margin-top: 15px;;
    margin-left:5px;
    align-content: end;
    background-color: #0a453a;    
    border:none;
    color:white;
    font-weight: bolder;
    
}
.nav-lang-icon{
    align-content: end;
    margin-left: 5px;
}




/* PANEL */
.panel{
    align-items: center;
    color:white;
    height:40px;
    background-color: #085749;
    display: flex;
    justify-content: space-evenly;
}
.panel-all{
    width:4%;
    margin-left: 20px;
    font-weight: bold;
}
.panel-options{
    width:100%;   
}

.anchor{
    font-weight: 500;
    font-size: 0.9rem;
    margin-left: 15px;
    color:white;
    text-decoration: none;
}

/* HERO SECTION */
.hero-section{
    height:340px;
    background-size: cover;
    background-image: url("amazon1.jpg");
    display:flex;
    justify-content: center;
    align-items: flex-end;
}
.hero-msg{
    margin-bottom: 50px;
    background-color: white;
    color:black;
    height:40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    width:97%
}
.hero-msg a{
    text-decoration: none;
}

/* SHOPPING SECTION */
.shop-section {
    display: flex;
    flex-wrap:wrap;
    justify-content: space-evenly;
    background-color: #91d8cb; 
    padding: 10px;
}

.box {
    height: 350px;
    width: 24%;
    background-color: white;
    padding: 10px;
    box-sizing: border-box;
    text-align: left; 
}

.box h3 {
    font-size: 1.2em;
    margin-bottom: 10px;
}


.box1-images, .box2-images {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap; 
    margin-bottom: 10px;
}

.box1-images div, .box2-images div {
    flex: 1 1 45%; 
    text-align: left;
}

.box1-images img, .box2-images img, .box3 img, .box4 img {
    width: 100%; 
    height: auto;
}


.box1-images p, .box2-images p {
    font-size: 0.8rem;
    margin-top: 5px;
}


.box a {
    text-decoration: none;
    color: #007185; 
    font-size:0.85rem;
    display: block;
   
}

.box a:hover {
    text-decoration: underline; 


.box1-images a img, .box2-images a img, .box3 a img, .box4 a img {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.box1-images a img:hover, .box2-images a img:hover, .box3 a img:hover, .box4 a img:hover {
    transform: scale(1.05); 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
}

}


/* FOOTER */
footer{
    margin-top: 15px;
}
.foot-panel{
    background-color: #374751;
    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;
}
ul{
    margin-top: 20px;
}
ul a{
    display:block;
    font-size:0.85rem;
    margin-top: 10px;
    color:#dddddd;
}
.foot-panel3{
    background-color: #222f3d;
    color:white;
    border-top: 0.5px solid white;
    height:70px;
    display:flex;
    justify-content: center;
    align-items: center;
}
.logo{
    height: 50px;
    width:100px;
    background-size:cover;
    background-image: url("amazon_logo.png");
}
.foot-panel4{
    background-color: #0f1111;
    color:white;
    height:100px;
    /* display:flex; */
    justify-content: center;
    align-items: center;
}
.pages{
    font-size:0.8rem;
    text-align: center;
    padding:25px;
}
.copyright{
    font-size:0.8rem;
    text-align: center;

}
