* {
    margin: 0;
    font-family: Arial;
    border: border-box;
}
.navbar {
    height: 60px;
    background-color: #0f1111;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.nav-logo {
    height: 50px;
    width: 100px;
}

.logo {
    background-image: url(amazon_logo.png);
    background-size: cover;
    height: 50px;
    width: 100%;
    margin-top: 5px;
}

.border {
    border: 2px solid transparent;
}

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

/** box2 **/
.add-first{
    color: #cccccc;
    font-size: 0.85rem; 
    margin-left: 15px;
}

.add-sec{
    font-size: 1rem;
    margin-left: 3px;
}

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

/** box3 **/
.nav-search {
    display: flex;
    justify-content: space-evenly;
    background-color: orange;
    width: 620px;
    height: 40px;
    border-radius: 4px;
}

.nav-search:hover {
    border: 2px solid orange;
}

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

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

.search-icon {
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #0f1111;
}

/** box4 **/ /** select country is skipped**/
span {
    font-size: 0.7rem;
}

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

/** box5 **/

.nav-cart i {
    font: 30px;
}

.nav-cart {
     font-size: 0.85rem;
     font-weight: 700;
}

/** Panel**/
.panel {
    height: 40px;
    background-color: #222f3d;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.panel-opts p {
    display: inline;
    margin-left: 15px;
}

.panel-opts {
    width: 80%;
    font-size: 0.85rem;
}

.panel-deals {
    font-size: 0.9rem;
    font-weight: 700;
}

/** hero section**/
.hero-section {
    background-image: url(Hero.jpg);
    background-size: cover;
    height: 250px;
}

/** shop section**/
 .shop-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    background-color: #e5e970;
} 

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

.box-image {
    height: 250px;
    background-size: cover;
    margin-top: 1rem;
    margin-bottom: 1rem; 

}

.box-content {
    margin-left: 1rem;
    margin-right: 1rem;
}

.box-content p {
    color: #007185;
    margin-top: 50px;
}

/** 4 mini box section **/
.mini-box {
    height: 100px;
    width: 140px;
    background-size: cover;
}
  
.container1 {
    display: flex;
    justify-content: space-evenly;
    margin-top: 1rem;
    margin-bottom: 2rem;    
}

.container2 {
    display: flex;
    justify-content: space-evenly;
    margin-top: 3rem;
    margin-bottom: 2.5rem;    
}

.mini-box-image1 {
    margin-right: 15px;
}

.mini-box-image3 {
    margin-right: 15px;
}

.text{
    display: block;
    margin-top: 100px;
    font-size: 0.75rem
}

.shop-section-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    margin-top: 15px;
    height: 240px;
    width: 1305px;
}

.big-banner {
    height: 209px;
    width: 1260px;
    background-image: url(aeroplane.jpg);
    background-size: cover;
}

.banner {
    background-color: white;
    height: 290px;
    width: 1305px;
}

.text-container {
    display: flex;
}

.headphones-container {
    display: flex;
    justify-content: space-evenly;
}

.headphones1 {
    background-image: url(red_headphone.jpg);
    background-size: cover;
}

.headphones2 {
    background-image: url(red_amazon_basics_headphones.jpg);
    background-size: cover;
}

.headphones3 {
    background-image: url(grey_bag_headphone.jpg);
    background-size: cover;
}

.headphones4 {
    background-image: url(black_bag_amazon_basics_headphones.jpg);
    background-size: cover;
}

.headphones5 {
    background-image: url(black_bag_headphones.jpg);
    background-size: cover;
}

.headphones6 {
    background-image: url(black_bag_headphones.jpg);
    background-size: cover;
}

.headphones {
    background-size: cover;
    /* height: 120px;
    width: 135px; */
    height: 10rem;
    width: 10rem;
}

.Mobiles-container {
    display: flex;
    justify-content: space-evenly;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.Mobiles {
    background-size: cover;
    height: 200px;
    width: 200px;
    margin-left: 15px;
}

.text-container {
    margin-top: 16px;
}

.banner-text1 {
    margin-left: 15px;
}

.banner-text2 {
    color: #007185;
    margin-left: 10px;
    margin-top: 7px 
}

/** footer**/
footer {
    margin-top: 15px;
}

.foot-panel1 {
    background-color: #37475a;
    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 {
    background-image: url(amazon_logo.png);
    background-size: cover;
    height: 50px;
    width: 100px;   
}

.foot-panel4 {
    background-color: #0f1111;
    color: white;
    height: 80px;
    font-size: 0.7rem;
    text-align: center;
}

.pages {
    padding-top: 25px;
} 

.copyrights {
    padding-top: 5px;
}

/** Nav-bar**/
@media (max-width:500px) {
    .navbar {
        height: 42px;
        width: 100%;
        display: flex;
        justify-content: space-evenly;
    }

    .nav-logo {
        height: 50px;
        width: 100px;
        display: flex;
        align-items: center;
    }

    .logo {
        height: 31px;
        width: 100%;
    }

    .add-first{
        font-size: 0.45rem; 
        margin-left: 15px;
    }

    .add-sec{
        font-size: 0.60rem;
        margin-right: 2px;
    }

    .Search-select {
        font-size: 0.60rem;
    }

    .nav-search {
        width: 220px;
        height: 20px;
        border-radius: 4px;
    }

    .search-input {
        font-size:0.50em;
    }

    .search-icon {
        width: 36px;
    }

    .search-icon i {
        font-size: 0.90rem;
    }

    span {
        font-size: 0.4rem;
    }

    .nav-second {
        font-size: 0.60rem;
        font-weight: 300;
    }

    .nav-cart {
        margin-left: 5px;
        margin-right: 6px;
        
    }

    .nav-cart p {
        font-size: 0.50rem;
    }

    .nav-signin {
        margin-left: 5px;
        margin-right: 8px;
    }
}

/** Panel**/
@media (max-width:500px) {
    .panel {
        width: 100%;
    }

    .panel-opts p {
        display: inline;
        margin-left: 3px;
        font-size: 0.60rem;
    }

    .panel-opts {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 135%;
        margin-right: 10px;
    }

    .panel-deals {
        /* display: flex;
        justify-content: end; */
        font-size: 0.5rem;
        font-weight: 500;
    }

    .panel-opts .hidden {
        display: none;
    }

    .panel-all {
        display: flex;
        align-items: center;
        margin-left: 6px;
        font-size: 0.66rem;
    }

    /* .panel-all p {
        margin-left: 6px;
        font-size: 0.60rem;
    } */

    .panel-all i {
        font-size: 0.70rem;
    }
    
}

/** hero section **/
@media (max-width:500px) {
    .hero-section {
        width: 100%;

        background-size: cover;
        height: 125px;
    }
}

/** shop section **/
@media (max-width:500px) {
    .shop-section {
        flex-wrap: wrap;
    }

    .box {
        width: 49%;
        height: 260px;
    }

    .box h2 {
        font-size: 0.90rem;
    }

    .box-content p {
        font-size: 0.80rem;
    }

    .box-content {
        height: 50%;
        margin-left: 0.30rem;
        margin-right: 0.30rem;
       
    }

    .box-image {
        height: 138px;
        width: 171px;
        background-size: cover;
        margin-top: 1rem;
        margin-bottom: 1rem; 
    }

    .box4 .box-content {
        height: 239px;
    }

    .mini-box {
        height: 50px;
        width: 100px;
        background-size: cover;
    }

    /* .mini-box-image1 .mini-box-image3 {
        margin-right: 6px;
    } */
    .mini-box-image1 {
        margin-right: 6px;
    }
    
    .mini-box-image3 {
        margin-right: 6px;
    }

    /* .mini-box-image2 .mini-box-image4 {
        margin-left: 50px;
    } */
    .mini-box-image2 {
        margin-left: 6px;
    }
    
    .mini-box-image4 {
        margin-left: 6px;
    }


    .text{
        display: block;
        margin-top: 50px;
        font-size: 0.60rem
    }

    .container2 {
        display: flex;
        justify-content: space-evenly;
        margin-top: 0rem;
        margin-bottom: 2.5rem;    
    }

    .box8 p {
        margin-top: 55px;
    }

    .box12 p {
        margin-top: 53px;
    }

    .box14 p {
        margin-top: 46px;
    }

    .box11 .container1 {
        margin-top: 2.1rem;
    }

    .box16.container1 {
        margin-top: 2rem;
    }

    /* .box15 {
        height:245px
    }

    .box16 {
        height:245px
    } */

}

/** shop section banner **/
@media (max-width:500px) {
    .shop-section-banner {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 10px;
        height: 81px;
        width: 1305px;
    }
    
    .big-banner {
        height: 100%;
        width: 100%;
        background-image: url(aeroplane2.png);
        background-size: cover;
    }
}

/** mobile banner **/
@media (max-width:500px) {
    .Mobiles {
        height: 66px;
        width: 66px;
        margin-left:1px;
    }

    .Mobiles-container {
        margin-right: 3px;
    }

    .banner {
        height: 110px;
        width: 800px;
        margin-top: 5px;
    }

    .banner-text1 {
        font-size: 0.90rem;
    }

    .banner-text2 {
        font-size: 0.80rem;
        margin-top: 2px;
    }
}

/** foot panel**/
@media (max-width:500px) {
    ul a {
        font-size: 0.55rem;
        margin-top: 12px;
    }

    ul p {
        font-size: 0.70rem;
    }

    ul {
        margin-top: 5px;
    } 

    .foot-panel2 {
        background-color: #222f3d;
        color: white;
        height: 316px;
        display: flex;
        justify-content: space-evenly;
    }

    .foot-panel3 {
        height: 55px;
    }

    .foot-panel3 .logo {
        background-size: cover;
        height: 50px;
        width: 100px;   
    }
}

/** for 360px screen **/
@media (max-width:360px) {
     .box-content {
        height: 50%;
        margin-left: 0.10rem;
        margin-right: 0.30rem;
       
    }
}

/**mobile banner **/
@media (max-width:360px) {
    .Mobiles {
        height: 65px;
        width: 65px;
        margin-left:0px;
    }
}
