* {
    margin: 0;
    font-family: Arial;
    box-sizing: border-box;
}

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

/* Box 1 */
.nav-logo {
    height: 55px;
    width: 180px;
}

.logo {
    background-image: url("/images/download_edited.jpg");
    background-size: cover;
    height: 55px;
    width: 100%;
}

.border {
    border: 1px solid transparent;
}

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

/* Box 2 */
.addfirst {
    color: #cccccc;
    font-size: 0.85rem;
    margin-left: 15px;
}

/* Box 2 */
.addsecond {
    color: #ffffff;
    margin-left: 3px;
}

/* Box 2 */
.add-icon {
    display: flex;
    align-items: center;
}

/* Box 3 */
.nav-search {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 40px;
    width: 500px;
    color: #0f1111;
    border: none;
}
.nav-search:hover
{
    border: 2px solid orange;
}

.droplist {
    height: 40px;
    width: 50px;
    background-color: #f3f3f3;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: none;
}

.search-input {
    height: 38px;
    width: 100%;
    font-size: 1rem;
    background-color: #ffffff;
    border: none;
}

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

/* Box 4 */
.chose-language-dropdown {
    height: 40px;
    width: 56px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.lang-icon {
    height: 35px;
    width: 30px;
    display: flex;
    align-items: center;
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
}

.select-lang {
    height: 18px;
    width: 100%;
    background-color: #0F1111;
    color: #f3f3f3;
    border: none;
}

/* Box 5 */
.nav-signin,
.nav-return {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 50px;
    width: 120px;
    padding-left: 5px;
}

.nav-signin span,
.nav-return span {
    font-size: 0.75rem;
    color: #cccccc;
}

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

/* Box 6 */
.nav-cart 
{
    font-size: 0.85rem;
    font-weight: 700;
    display: flex;
    justify-content: space-evenly;
    align-items: baseline;
}
.nav-cart i
{
    font-size: 30px;
}

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


}
.panel-options
{
    width: 75%;
}
.panel-options a
{
    text-decoration: none;
    color: white;
    font-size: 0.85rem;
    margin-left: 10px;
   
}
.panel-deals a
{
    text-decoration: none;
    color: white;
    font-size: 0.9rem;
    font-weight: 700;
}
/* hero-section */
.hero-section
{
    background-image: url("images/hero-image1.jpg");
    background-size: cover;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.hero-msg
{
    height: 40px;
    width: 96%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.85rem;
    margin-bottom: 100px;
}
.hero-msg a
{
    height: 40px;
    color: #007185;
    font-size: 0.9rem;
}
/* shop-section */
.shop-section
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    background-color: #e2e7e6;
    

}


.box1, .box2, .box3, .box4,.box5, .box6, .box7, .box8
{
    height: 400px;
    width: 23%;
    background-color: white;
    background-size: cover;
    
   
}

.box1
{
    background-image: url("images/gaming-accessories.jpg");
    background-size: 95%;
    background-position: center;
    background-repeat: no-repeat;
    
}
.box2
{
    background-image: url("images/gifts-for-mothersday.jpg");
    background-size: 95%;
    background-position: center;
    background-repeat: no-repeat;
    
}
.box3
{
    background-image: url("images/fill-basket-joy.jpg");
    background-size: 95%;
    background-position: center;
    background-repeat: no-repeat;
    
}
.box4
{
    background-image: url("images/headphiones.jpg");
    background-size: 95%;
    background-position: center;
    background-repeat: no-repeat;
   
}
.box5
{
    background-image: url("images/tv.jpg");
    background-size: 95%;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 10px;
}
.box6
{
    background-image: url("images/ovan.webp");
    background-size: 95%;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 10px;
}
.box7
{
    background-image: url("images/laugage.jpg");
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 10px;
}
.box8
{
    background-image: url("images/watches.jpg");
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 10px;
}

.box1 a,
.box2 a,
.box3 a,
.box4 a {
    align-self:self-end; /* left-align the link */
    background-color: rgba(255,255,255,0.8);
    padding: 5px 10px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    color: #007185;
    
}
footer
{
    margin-top: 15px;
}
.foot-panel1
{
    background-color:#37475a;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 0.85rem;
}
.foot-panel2
{
    height: 300px;
    width: 100%;
    background-color: #232f3e;
    color: white;
    display: flex;
    justify-content: space-evenly;
   
}
ul a
{
    display: block;
    color: #dddddd;
    text-decoration: none;
    font-size: 1rem;
    margin-top: 10px;

}
ul p
{
    font-size: 1rem;
    font-weight: 700;
}
ul
{
    margin-top: 40px;
}
a:hover
{
    text-decoration: underline;
}

.foot-panel3 {
    height: 80px;
    width: 100%; 
    background-color: #232f3e;
    border-top: 1.5px solid grey;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.footer-logo {
    height: 55px;
    width: 100px;
    background-image: url("images/amazon-logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 32px;
}

.footer-content {
    display: flex;
    align-items: center;
    gap: 10px;
    
}

.select-lang-footer {
    background-color: #232f3e;
    color: #e2e7e6;
    height: 35px;
    width: 130px;
    font-size: 1rem;
    border: 1px solid grey;
    margin-left: 50px;
}

.footer-text {
    height: 35px;
    width: 130px;
    color: #e2e7e6;
    background-color: #232f3e;
    border: 1px solid grey;
    display: flex;
    justify-content: center;
    align-items: center;
}
.foot-panel4
{
    height: 40px;
    width: 100%;
    background-color:#0F1111

   
    

}
.foot-anchors
{
    display: flex;
    justify-content: center;
    align-items: center;
}
.foot-anchors a
{
    
    text-decoration: none;
    color: #dddddd;
    font-size: 0.8rem;
    align-items: center;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 20px;

}
a:hover
{
    text-decoration: underline;
}
.copyright
{
    height: 20px;
    width: 100%;
    font-size: 0.8rem;
    background-color: #0F1111;
    color: #e2e7e6;
    display: flex;
    justify-content: center;
}

/* ================= RESPONSIVE DESIGN ================= */

/* Tablets */
@media (max-width: 1024px) {

    .navbar {
        flex-wrap: wrap;
        height: auto;
        padding: 10px;
    }

    .nav-search {
        width: 100%;
        margin-top: 10px;
    }

    .panel-options {
        display: none;
    }

    .shop-section .box1,
    .shop-section .box2,
    .shop-section .box3,
    .shop-section .box4,
    .shop-section .box5,
    .shop-section .box6,
    .shop-section .box7,
    .shop-section .box8 {
        width: 45%;
        margin-bottom: 15px;
    }

    .foot-panel2 {
        flex-wrap: wrap;
        height: auto;
        padding-bottom: 20px;
    }
}

/* Mobile */
@media (max-width: 600px) {

    .nav-logo {
        width: 120px;
    }

    .address,
    .nav-return {
        display: none;
    }

    .nav-search {
        width: 100%;
        margin: 10px 0;
    }

    .panel {
        justify-content: space-between;
        padding: 0 10px;
    }

    .shop-section .box1,
    .shop-section .box2,
    .shop-section .box3,
    .shop-section .box4,
    .shop-section .box5,
    .shop-section .box6,
    .shop-section .box7,
    .shop-section .box8 {
        width: 95%;
    }

    .foot-panel2 {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-content {
        flex-direction: column;
        gap: 5px;
    }
}
