*{
    margin: 0;
    font-family: Arial;
    scroll-behavior: smooth;
    border: border-box; /*width 200px ho to bahir ka border bi width main azafa kr deta hai; ab is se width=pading+border */
}
.navbar{
    height: 60px;
    background-color: #0f1111;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.nav-logo{
    height: 50px;
    width: 114px;
}
.logo{
    background-image: url(Amazon_Logo.png); /*is pic ko html k page main clickable image bi bna saktey hain; double click se next tab main amazon ki website khul.*/
    background-size: cover;
    height: 50px;
    width: 114px;
}
.border{
    border: 1.5px solid transparent;
}
.border:hover{
    border: 1.5px solid white;
}

/*Second box of Navbar*/

.upper-text{
    color: #cccccc;
    font-size: 0.75rem;
    margin-left: 20px;
}
.lower-text{
    color: #ffffff;
    font-size: 1rem;
}
.add-icon{
    display: flex;
    align-items: center;
}

/*Third box of Navbar*/

.nav-search{
    display: flex;
    justify-content: space-evenly;
    background-color: pink;
    width: 600px;
    height: 40px; 
    border-radius: 4px;
}
.search-select{
    border: none;
    background-color: #e6e6e6;
    font-size: 14px;
    width: 50px;
    text-align: center;  
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.search-input{
    border: none;
    width: 100%;
    font-size: 1rem;
}
.search-logo{
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #febd63;
    color: #0f1111; 
    font-size: 1.2rem;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.nav-search:hover{
    border: 2px solid orange;
}

/*Fourth box of Navbar*/

.nav-lan{
    display: flex;
}
.en-lan{
    display: flex;
}
.text{
    font-size: 14px;
    width: 18px;
    font-weight: bold;
}
.lan-select{
    border: none;
    width: 15px;
    background-color: transparent;
    color: #d6d6d6;
}

/*5 & 6 - box of Navbar*/

span{
    font-size: 0.7rem;
}
.nav-box{
    font-weight: bold;
    font-size: 0.9rem;
}

/*7 - box of Navbar*/

.nav-cart i{
    font-size: 25px;
}
.nav-cart{
    font-weight: bold;
    font-size: 0.9rem;
}

/*Pannel*/

.pannel{
    background-color: #222f3d;
    color: #ffffff;
    height: 38px;
    display: flex;
    align-items: center;
}
.pannel-all i{
    font-size: 20px;
}
.pannel-all a{
    font-size: 17px;
    font-weight: bold;
}
.pannel-options{
    width: 90%;
    margin-left: 15px;
}
a{
    text-decoration: none;
    color: #ffffff;
    font-size: 0.85rem;
    margin-left: 15px;
}

/*Hero Section*/

.hero-section{
    background-image: url(Hero_Section.jpg);
    background-size: cover;
    height: 400px;
}

/*Shoping Section*/
/*For 1 pic's Box edit*/

.shoping-section{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    background-color: #e2e7e6;
}
.box{
    height: 430px;
    width: 23%;
    background-color: white;
    margin-top: 15px;
}
.box1_image{
    background-size: contain;
    background-repeat: no-repeat;
    height: 320px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.box1-content{
    margin: 1rem;
}
.box1-content a{
    color: #2162a1;
    font-size: 13px;
    display: block;
}

/*Footer Pannel 1*/
footer{
    margin-top: 15px;
}
.footer-pannel1{
    background-color: #37475A;
    height: 50px;
}
.footer-pannel1 a{
    font-size: 13px;
    color: white;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-pannel1 a:hover{
    background-color: #485769;
} 

/*Footer Pannel 2*/
.footer-pannel2{
    background-color: #222f3d;
    height: 360px;
    color: white;
    display: flex;
    justify-content: space-evenly;
}
.footer-pannel2 p{
    font-size: 16px;
    font-weight: bold;
    margin-top: 30px;
    margin-left: 14px;
}
.footer-pannel2 a{
    font-size: 14px;
    color: #dddddd;
    display: block;
    margin-top: 10px;
}
.footer-pannel2 a:hover{
    text-decoration: underline;
}

/*Footer Pannel 3*/
.footer-pannel3{
    background-color: #222f3d;
    height: 70px;
    color: white;
    border-top: 0.5px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo{
    background-image: url(Amazon_Logo.png); 
    background-size: cover;
    height: 50px;
    width: 114px;
    margin-right: 30px;
}
.footer-lan{
    color: #cccccc;
    font-size: 13px;
    border: 0.5px solid white;
    width: 130px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
}
.buttons{
    display: flex;
    margin-left: 60px;
}
#arrow{
    margin-left: 30px;
}
#globe{
    margin-right: 15px;
    margin-left: 5px;
}

/*Footer Pannel 4*/
.footer-pannel4{
    background-color: #131a22;
    color: #dddddd;
    font-size: 12px;
    height: 75px;
}
.pages{
    text-align: center;
    padding-top: 20px;
}
.copyright{
    text-align: center;
    margin-top: 10px;
}
.footer-pannel4 a:hover{
    text-decoration: underline;
}