*{
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    border: border-box;
}

/* navbar */

.navbar{
    height: 60px;
    background-color: #0f1111;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
/*box 1*/

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


.logo {
    background-image: url("../images/amazon_logo.png");
    background-position: center;
    background-size: cover;
    height: 50px;
    width: 100%;
    color: white;
}

.border{
    border: 2px solid transparent;
    border-radius: 7px;
}

.border:hover{
    border: 2px solid white;
    transition: 0.1s ease-in-out 0s normal;
    transform: translateY(2px);
}

/* box 2 */

.nav-address{
    padding: 5px;
}

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

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

.place{
    font-size: 0.8rem;
    margin: 3px;
}

/* box 3 */

.nav-search{
    display: flex;
    justify-content: space-evenly;
    background-color: pink;
    width: 620px;
    height: 40px;
    border-radius: 3px;
}

.nav-search:hover{
    border: 3px rgb(255, 174, 1) solid;
    border-radius: 3px;
}

.search-select{
    background-color: rgba(243, 243, 243, 0.8);
    color: rgb(75, 74, 74);
    width: 50px;
    text-align: center;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: none;
}

.search-select:hover{
    background-color: rgba(243, 243, 243, 1);
    color: rgb(0, 0, 0);
}

.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;
    background-color: rgb(230, 158, 50);
    color: #0f1111;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.search-icon:hover{
    background-color: rgb(255, 174, 1);
}



/* box 4 */

.language{
    padding: 8px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.flag{
    width: 20px;
    height: 15px;
}

.lang{
    margin-top: 8px;
    color: #cccccc;
    font-size: 0.8rem;
}

/* box 5 & 6*/

.nav-signin{
    padding: 8px;
}

.nav-first{
    font-size: 0.7rem;
}

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

.nav-return{
    padding: 8px;
}

/* box 7 */

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

.nav-cart{
    font-size: 0.8rem;
    font-weight: 700px;
    padding: 8px;
}

/* panel */

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

.panel-all{
    font-weight: 700;
    padding: 6px;
}

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

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

.panel-deals{
    font-size: 0.9rem;
    font-weight: 450;
    padding: 6px;
}

/* hero-section */

.hero-section{
    background-image: url("../images/hero_image.jpg");
    background-size: cover;
    height: 400px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    gap: 0.5rem;
}

.hero-section:hover{
    transform: translateY(-4px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.5);
}

.hero-msg, .disclaimer{
    background-color: #f5f6f6;
    opacity: 0.8;
    color: black;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    width: 80%;
    margin-bottom: 25px;
    border-radius: 5px;
    padding: 2px;
}

.disclaimer{
    font-size: 2rem;
    padding: 2rem;
}

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

/* shop-section */

.shop-section{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    background-color: #e2e7e6;
    padding: 20px 0px;
}

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

.box1-img{
    background-image: url("../images/box1_image.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 1rem;
    margin-bottom: 2.5rem;
    height: 300px;
}

.box2-img{
    background-image: url("../images/box2_image.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 1rem;
    margin-bottom: 1rem;
    height: 300px;
}

.box3-img{
    background-image: url("../images/box3_image.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 1rem;
    margin-bottom: 2.5rem;
    height: 300px;
}

.box4-img{
    background-image: url("../images/box4_image.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 1rem;
    margin-bottom: 2.5rem;
    height: 300px;
}

.box5-img{
    background-image: url("../images/box5_image.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 1rem;
    margin-bottom: 1rem;
    height: 300px;
}

.box6-img{
    background-image: url("../images/box6_image.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 1rem;
    margin-bottom: 1rem;
    height: 300px;
}

.box7-img{
    background-image: url("../images/box7_image.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 1rem;
    margin-bottom: 1rem;
    height: 300px;
}

.box8-img{
    background-image: url("../images/box8_image.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 1rem;
    margin-bottom: 1rem;
    height: 300px;
}

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

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

.box-content a:hover{
    color: #01323b;
    text-decoration: underline;
}

.box:hover{
    transform: translateY(-4px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.5);
}

/* box type 2 */

.box-type-2{
    background-color: #e2e7e6;
    width: 1350px;
    height: 280px;
    padding: 0px 15px;
    display: flex;
    align-items: center;
}

.content-h2:hover{
    transform: translateY(-4px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.5);
}

.content-msg{
    height: 20px;
    font-size: 21px;
    font-weight: bold;
    padding-bottom: 5px;
    padding-top: 5px;
}

.content-h2{
    width: 94%;
    padding: 10px 20px;
    background-color: white;
    margin-top: 30px;
    margin-bottom: 20px;
}

.image-type{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.box-type-2-img1{
    display: inline;
    margin-top: 20px;
    display: flex;
    background-image: url("../images/switch.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 180px;
    width: 270px;
    align-items: center;
}

.box-type-2-img2{
    display: inline;
    margin-top: 20px;
    display: flex;
    background-image: url("../images/batman-vr.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 180px;
    width: 180px;
    align-items: center;
}

.box-type-2-img3{
    display: inline;
    margin-top: 20px;
    display: flex;
    background-image: url("../images/oregon-trail.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 180px;
    width: 120px;
    align-items: center;
}

.box-type-2-img4{
    display: inline;
    margin-top: 20px;
    display: flex;
    background-image: url("../images/sonic-shadow.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 180px;
    width: 120px;
    align-items: center;
}

.box-type-2-img5{
    display: inline;
    margin-top: 20px;
    display: flex;
    background-image: url("../images/sonic-superstars.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 180px;
    width: 120px;
    align-items: center;
}

.box-type-2-img6{
    display: inline;
    margin-top: 20px;
    display: flex;
    background-image: url("../images/roblox.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 180px;
    width: 120px;
    align-items: center;
}

.box-type-2-img7{
    display: inline;
    margin-top: 20px;
    display: flex;
    background-image: url("../images/hello-kitty.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 180px;
    width: 120px;
    align-items: center;
}

/* next cards */

.box9-img{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-self: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.box9-img p{
    font-size: 0.85rem;
    padding-top: 105px;
    color: black;
}

.box9-img1{
    width: 100px;
    height: 100px;
    background-image: url("../images/backpacks.jpg");
    background-size: cover;
    background-position: center;
    margin-bottom: 30px;
}

.box9-img2{
    width: 100px;
    height: 100px;
    background-image: url("../images/suitcases.jpg");
    background-size: cover;
    background-position: center;
    margin-bottom: 10px;
}

.box9-img3{
    width: 100px;
    height: 100px;
    background-image: url("../images/Accessories.jpg");
    background-size: cover;
    background-position: center;
    margin-bottom: 30px;
}

.box9-img4{
    width: 100px;
    height: 100px;
    background-image: url("../images/Handbags.jpg");
    background-size: cover;
    background-position: center;
    margin-bottom: 30px;
}


.box10-img{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-self: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.box10-img p{
    font-size: 0.85rem;
    padding-top: 105px;
    color: black;
}

.box10-img1{
    width: 100px;
    height: 100px;
    background-image: url("../images/Makeup.jpg");
    background-size: cover;
    background-position: center;
    margin-bottom: 30px;
}

.box10-img2{
    width: 100px;
    height: 100px;
    background-image: url("../images/Brushes.jpg");
    background-size: cover;
    background-position: center;
    margin-bottom: 10px;
}

.box10-img3{
    width: 100px;
    height: 100px;
    background-image: url("../images/sponges.jpg");
    background-size: cover;
    background-position: center;
    margin-bottom: 30px;
}

.box10-img4{
    width: 100px;
    height: 100px;
    background-image: url("../images/mirrors.jpg");
    background-size: cover;
    background-position: center;
    margin-bottom: 30px;
}

.box11-img{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-self: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.box11-img p{
    font-size: 0.85rem;
    padding-top: 105px;
    color: black;
}

.box11-img1{
    width: 100px;
    height: 100px;
    background-image: url("../images/apparel.jpg");
    background-size: cover;
    background-position: center;
    margin-bottom: 30px;
}

.box11-img2{
    width: 100px;
    height: 100px;
    background-image: url("../images/hats.jpg");
    background-size: cover;
    background-position: center;
    margin-bottom: 10px;
}

.box11-img3{
    width: 100px;
    height: 100px;
    background-image: url("../images/action-figures.jpg");
    background-size: cover;
    background-position: center;
    margin-bottom: 30px;
}

.box11-img4{
    width: 100px;
    height: 100px;
    background-image: url("../images/mugs.jpg");
    background-size: cover;
    background-position: center;
    margin-bottom: 30px;
}

.box12-img{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-self: center;
    margin-top: 20px;
    margin-bottom: 40px;
}

.box12-img p{
    font-size: 0.85rem;
    padding-top: 105px;
    color: black;
}

.box12-img1{
    width: 100px;
    height: 100px;
    background-image: url("../images//pc-gaming.jpg");
    background-size: cover;
    background-position: center;
    margin-bottom: 30px;
}

.box12-img2{
    width: 100px;
    height: 100px;
    background-image: url("../images/xbox.jpg");
    background-size: cover;
    background-position: center;
    margin-bottom: 10px;
}

.box12-img3{
    width: 100px;
    height: 100px;
    background-image: url("../images/playstation.jpg");
    background-size: cover;
    background-position: center;
    margin-bottom: 30px;
}

.box12-img4{
    width: 100px;
    height: 100px;
    background-image: url("../images/nintendo-switch.jpg");
    background-size: cover;
    background-position: center;
    margin-bottom: 30px;
}

.image{
    border: 2px white solid;
}

.image:hover{
    border: 2px white solid;
    transition: 0.3s ease-in-out 0s linear;
    transform: translateY(-3px);
}

.signin-box{
    display: flex;
    align-items: center;
    width: 100vw;
    height: 350px;
    background-color: white;
}

.sign-in-innerbox{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 50%;
    background-color: white;
    border: 1px #222f3d solid;
    border-radius: 5px;
}

.signin-button{
    margin-top: 15px;
    margin-bottom: 5px;
}

.sign_in{
    background-color: rgb(255, 212, 0);
    width: 125px;
    height: 35px;
    padding: 0px 10px 0px 11px;
    border-radius: 15px;
    border: none;
}

.sign_in:hover{
    background-color: rgb(255, 204, 0);
    transform: translateY(-3px);
}

.signin-text{
    font-size: 0.75rem;
}

.signin-text a{
    color: #007185;
}

.signin-text a:hover{
    color: #01323b;
}

/* footer */

footer{
    margin-top: -20px;
}

.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: 400px;
    display: flex;
    justify-content: space-evenly;
}

.foot-panel2 ul{
    margin-top: 50px;
    list-style: none;
    line-height: 1.6;
}

.foot-panel2 a{
    color: #dddddd;
    font-size: 0.85rem;
    text-decoration: none;
}

.foot-panel2 a:hover{
    text-decoration: underline;
}

/* footpanel 3 */

.foot-panel3{
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:#222f3d;
    border-top: 1px #37475a solid;
}

.foot-logo{
    height: 50px;
    width: 100px;
    background-image: url("../images/amazon_logo.png");
    background-size: cover;
    background-position: center;
    margin-right: 90px;
}

.tripanel{
    display: flex;
    justify-content: space-evenly;
    gap: 20px;
    align-items: center;
    font-size: 0.8rem;
    color: #cccccc;
}

.globe{
    padding: 10px;
    padding-right: 50px;
    border:2px #848688 solid;
    border-radius: 3px;
}

.dollar{
    display: inline;
    padding: 10px;
    padding-right: 50px;
    border:2px #848688 solid;
    border-radius: 3px;
}

.nation{
    padding: 10px;
    padding-right: 50px;
    border:2px #848688 solid;
    border-radius: 3px;
}

.foots:hover{
    border:2px #dde2e7 solid;
    transform: translateY(-2px);
}

/* foot panel 4 */

.foot-panel4{
    width: 100%;
    height: 400px;
    background-image: url("../images/footpanel4.png");
    background-size: cover;
}

/* foot panel 5 */

.foot-panel5{
    height: 120px;
    width: 100%;
    background-color: #131a22;
    justify-content: center;
    align-items: center;
}

.foot-panel5-content1{
    font-size: 0.5rem;
    display: flex;
    margin-left: 300px;
    margin-right: 300px;
    padding-top: 50px;
    justify-content: space-evenly;
    align-items: center;
}

.foot-panel5-content1 a{
    color: #cccccc;
    font-size: 0.8rem;
    text-decoration: none;
}

.foot-panel5-content1 a:hover{
    text-decoration: underline #cccccc;
}

.foot-panel5-content2{
    display: flex;
    font-size: 0.8rem;
    color: #cccccc;
    justify-content: center;
}

.fa-toggle-on{
    font-size: 16px;
    color: white;
    margin-left: 5px;
}