*{
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    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("/assets/amazon_logo.png");
    background-size: cover;
    height: 50px;
    width: 110px;
}
.border{
    border: 1.5px solid transparent;
}
.border:hover{
    border: 1.5px solid white;
}
/*BOX 2*/

.add1{
    color: #cccccc;
    font-size: 0.7rem;
    margin-left: 15px;
}

.add2{
    font-size: 1rem;
    margin: 3px;
}

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

.nav-add{
    line-height: 0.6rem;
}
/*BOX 3*/
.nav-search{
    display: flex;
    justify-content: space-between;
    background-color: pink;
    width: 920px;
    height: 40px;
    border-radius: 4px;
}

.nav-en{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

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

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

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

.nav-search:hover{
    border: 2px solid orange;
}
/*BOX FOUR*/
span{
    font-size: 0.7rem;
}

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

/*BOX-6*/
.nav-cart i{
    font-size: 30px;

}

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

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

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

.panel-ops{
    width: 70%;
    font-size: 0.85rem;
}

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

/*HERO SECTION*/
.hero-section{
    background-image: url("/assets/hero_image.jpg");
    background-size: cover;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.hero-msg{
    background-color: white;
    color: black;
    height: 40px;
    display: flex;
    align-items: center;
    justify-items: center;
    justify-content: center;
    font-size: 0.85rem;
    width: 95%;
    margin-bottom: 25px;
}

.hero-msg a{
    color: #007185;
}
/*Shop section*/
.shop-sec{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    background-color: #e2e7e6;
    padding: 20px;
}
.box{
    height: 400px;
    width: 23%;
    background-color: white;
    padding: 20px 0px 15px;
    margin-top: 15px;
}

.box-img{
    height: 300px;
    background-size: cover;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

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

.box-content p{
    color: #007185;
}

/** Sign-in button **/
.sign-in{
    margin-top: 40px;
    display: flex;
    justify-content: space-evenly;
    justify-items: center;
    flex-direction: column;
    align-items: center;
    height: 120px;
    border-top: 0.3px solid gray ;
    margin-bottom: 40px;
    border-bottom: 0.3px solid gray;
}
.sign-in p{
    font-size: 13px;
}

.sign-in a{
    font-size: 11px;
    color: #007185;
}

.btn{
    cursor: pointer;
    background-color: #febd68;
    border: 1px solid orange;
    border-radius: 5px;
    padding: 0px 30px 0px 30px;
    background-position: right -170px;
    display: block;
    width: 13%;
    height: 28px;
    position: relative;
    color: #000;
    font-size: 12px;
    line-height: 28px;
    text-align: center;
    font-weight: 700;
    text-decoration: none;
    text-shadow: 0 1px 0 #ffe093;
}

/** Footer **/
footer{
    margin-top: 15px;
}
.foot-1{
    background-color: #374758;
    color: white;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.85rem;
}
.foot-1:hover{
    text-decoration: underline;
    cursor: pointer;
}
.foot-2{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    color: white;
    background-color: #222f3d;
    height: 300px;
    padding: 20px;
}
.foot-3{
    border-top: 0.5px solid gray;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    color: white;
    font-size: 32px;
    background-color: #222f3d;
    height: 70px;
}
ul{
    margin-top: 20px;
}
ul a{
    display: block;
    font-size: 0.85rem;
    margin: 10px;
    color: #dddddd;
}
.foot-select{
    border: 1px solid white;
    color: white;
    background-color: transparent;
    border-radius: 3px;
    font-size: 11px;
    padding: 8px;
}
.foot-3 img{
    width: 100px;
    height: 60px;
}
.foot-4 {
    font-family: Arial, sans-serif;
    font-size: 0.85rem;
    line-height: 1.5;
    color: #fff;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    flex-direction: row;
    background-color: #131A22;
    padding: 20px;
}

.foot-4 ul {
    list-style: none;
    padding: 0;
}

.foot-4 li {
    margin-bottom: 10px;
    line-height: 1.5;
}

.foot-5 {
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
    display: flex;
    background-color: #131A22;
    justify-content: center;
}

.part-1,
.part-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 10px;
    padding: 10px;
}

.terms,
.privacy,
.cookie,
.copyright {
    color: white;
}

.footer-link {
    text-decoration: none;
    color: white;
}

.footer-link:hover {
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    .foot-5 {
        flex-direction: column;
    }
    .part-1,
    .part-2 {
        margin-bottom: 20px;
    }
}
