* {
    margin: 0;
    border: border-box;
}

body {
    font-family: arial;
    margin-left: 1px;
}

/*navbar*/
.navbar {
    height: 60px;
    background-color: #0f1111;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top-left-radius: 7px;
}

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

/*box1*/
.nav-logo {
    height: 50px;
    width: 100px;
    margin-left: 11px;
}

.logo-nav {
    height: 50px;
    width: 100px;
    background-image: url(Amazon-Logo-Black.jpg);
    background-size: cover;
}

/*box2*/
.address {
    display: flex;
}

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

.address2 {
    font-size: 0.85rem;
    font-weight: 700;
    margin-left: 5px;
}

/*box3*/
.nav-search {
    display: flex;
    justify-content: space-evenly;
    width: 890px;
    border-radius: 3px;
    height: 40px;
}

.search-selector {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border: none;
    width: 50px;
    text-align: center;
    background-color: #ebebeb;
}

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

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

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

/*box4*/
.nav-language {
    display: flex;
}

.country-logo {
    height: 16.2px;
    width: 21.6px;  
    background-image: url(us\ flag.webp);
    background-size: cover;
}

#lang {
    margin-left: 5px;
    font-size: 14px;
    font-weight: bold;
}

.lang-selector {
    font-size: 10px;
    margin-left: 2px;
    align-self: flex-end;
}

/*box5*/
.greetings-signin {
    font-size: 0.75rem;
}

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

/*box7*/
.nav-cart i {
    font-size: 30px;
}

.nav-cart {
    font-size: 0.85rem;
    font-weight: 700;
    margin-right: 11px;
}

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

/*panel-box1*/
.panel-all {
    margin-left: 15px;
    font-weight: 700;
}

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

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

.panel-ops a {
    text-decoration: none;
    color: white;
}

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

/* hero-section */
/* .hero-section {
    background-image: url(img1.jpg) ;
    background-size: cover;
    height: 350px;
    display: flex;
    justify-content: center;
}

.hero-message a {
    text-decoration: none;
    color: #007185;
}

.hero-message a:hover {
    color: rgb(255, 174, 0);
    text-decoration: underline;
}

.hero-message {
    background-color: #f5f6f6;
    position: relative;
    top: 35vh;
    height: 39px;
    width: 96vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
}

/* shop-section */
/* .shop-section div {
    border: 2px solid black;
    width: 23%;
    height: 400px;
}

.shop-section {
    display: flex;
    justify-content: space-evenly;
}  */


/*imortant*/
.body-section {
    background-color: #d3adbd8c;
    height: 1260px;
}

/*important*/
.body-of-website {
    height: 550px;
    background-image: url(img1.jpg);
    background-size: cover;
}

.hero-message {
    background-color: #f5f6f6;
    height: 39px;
    width: 96vw;
    display: flex;
    position: relative;
    top: 30vh;
    margin-right: 2vw;
    margin-left: 2vw;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    text-align: center;
}

.hero-message a {
    text-decoration: none;
    color: #007185;
}

.hero-message a:hover {
    color: rgb(255, 174, 0);
    text-decoration: underline;
}

.shop-section{
    position: relative;
    top: 250px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

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

.box1-image {
    height: 320px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

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

.expand-topic a {
    text-decoration: none;
    color: #007185;
}

.expand-topic a:hover {
    color: rgb(255, 174, 0);
    text-decoration: underline;
}

.row-2 {
    margin-top: 30px;
}

/*multiple images shop section card*/
.multiple {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 1rem 0.80rem -0.7rem 0.80rem;
}

.multiple-items a {
    display: block;
    margin-top: 0.8rem;
}

.cards {
    width: 145px;
    font-size: 0.80rem;
}

.card-image {
    height: 115px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* other touches */
.exception {
    height: 298px;
}

.cards a {
    color: black;
    text-decoration: none;
}

/* footer */
/* footer-panel */


.foot-panel {
    display: block;
    height: 3.1rem;
    background-color: #37475a;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 0.81rem;
    text-decoration: none;
}

.foot-panel:hover {
    background-color: #42546a;
}

.nav-footer a {
    text-decoration: none;
}


/* nav-footer-panel */

.foot-panel2 {
    background-color: #222f3d;
    color: white;
    height: 300px;
    display: flex;
    justify-content: center;
    padding-top: 100px;
    padding-bottom: 100px;
}


/* foot-panel 2 */
.foot-panel2 a {
    font-size: 0.85rem;
    color: #dddddd;
    text-decoration: none;
    display: block;
    margin-top: 10px;
}

ul p {
    font-size: 1rem;
    font-weight: bold;
}

ul {
    margin-right: 50px;
}

/*foot-panel 3*/
.foot-panel3 {
    height: 68px;
    background-color: #222f3d;
    border-top: 0.2px solid grey;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo {
    height: 30px;
    width: 100px;
    background-image: url(amazon-logo.webp);
    background-size: cover;
}

/* foot-panel 4 */
.foot-panel4 {
    height: 665px;
    background-color: #131a22;
    display: flex;
    justify-content: center;
}

.panel4-content {
    height: 400px;
    width: 1300px;
    margin-left: 50px;
    padding-top: 100px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.items {
    height: 100px;
    width: 120px;
    /* border: 2px solid white; */
    margin-right: 50px;
    margin-top: 20px;
    font-size: 0.75rem;
}

.items p {
    font-size: 0.75rem;
    font-weight: bold;
    margin-bottom: 2px;
}

.underline {
    text-decoration: none;
    color: #dddddd;
}

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



/* foot-panel 5 */
.foot-panel5 {
    height: 70px;
    background-color: #131a22;
    color: white;
}

.pages {
    display: flex;
    justify-content: center;
}

.foot-panel5 a {
    color: white;
    text-decoration: none;
    margin-right: 25px;
    margin-top: 10px;
    font-size: 0.75rem;
}

.copyright {
    display: flex;
    justify-content: center;
    margin-top: 5px;
    font-size: 0.75rem;
}