* {
    margin: 0;
    font-family: Arial;
}

.cart-icon i {

    font-size: 25px;

}

header {

    background-color: rgb(227,230,230);

}


.navbar{

    height: 60px;
    background-color: rgb(19,25,33);
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.nav-logo {
    height: 60px;
    width: 100px;  
}

.navbar a{

    color: white;
    text-decoration: none;

}
.logo {
    background-image: url("amazon_logo.png");
    height: 60px;
    width: 100%;
    background-size: cover;
}

.logo:hover {
    
    background-color:rgb(77, 76, 76, 0.3);
    transition: 0.2s ease;
}


.border {
    border: 1.5px solid transparent;
    padding-top: 5px;
}

.border:hover {
    border: 1.5px solid rgb(204, 198, 198);




}



.add-icon {
    display: flex;
    align-items: center;
}

.nav-search {
    display: flex;
    justify-content: space-evenly;
    background-color: pink;
    width: 800px;
    height: 30px;
    border-radius: 4px;
    margin-bottom: 13px;
    margin-left: 30px;
}

.nav-address:hover{
    background-color:rgb(77, 76, 76, 0.3);
    transition: 0.2s ease; 


}

.search-select{


    background-color: #f3f3f3;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: none;
    height: 42px;

}

.search-icon {
    width: 45px;
    display: flex;
    align-items: center;
    background-color: #febd68;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    color: black;
    height: 42px;
    justify-content: center;
    font-size: 2px

}

.search-icon a {
    font-size: 17px;
    color: #121111ff;
    
}

.search-border {


    width: 100%; 
    font-size:15px;
    border: none;
    height: 40px;
    align-items: center;
    justify-content:center;
    

}



.search-input {
    
    
    width: 100%; 
    font-size:15px;
    border: none;
    height: 40px;
    align-items: center;
    justify-content:center;
} 


.sign{
    
    font-size: 14px; 
    margin-left: 10px;
    
}
.sign:hover {
     background-color:rgb(77, 76, 76, 0.3);
    transition: 0.2s ease;
}

.acc{

    font-size: 13px;
    font-weight: bold;  
}


.sign a {

    color:#fff;
    text-decoration: none;
}


.return {

    font-size: 12px;
    margin: 9px; 
}

.return:hover {

     background-color:rgb(77, 76, 76, 0.3);
    transition: 0.2s ease;

}

.order{

    font-size: 13px;
    font-weight: bold;
}


.nav-cart {
    display:inline;
}


.cart {
    display: inline;
    font-size: 14px;
    font-weight: bold;

}

.nav-icon:hover {

    background-color:rgb(77, 76, 76, 0.3);
    transition: 0.2s ease;

}

.nav-icon {
    font-size: 22px
}

.panel {
    display: flex;
    color: white;
    height: 40px;
    background-color:rgb(35,47,62);
    font-size: 13px;
    align-items: center;
}



.panel .icon-menu {
    margin: 10px;
    font-size: 20px;
    padding-left: 20px;
}

.panel .icon-menu:hover {


    color:rgb(208, 199, 199);
    transition: 0.2s ease;


}



.panel a {

    color: #fff;
    font-weight: 100;
    text-decoration: none;
    
}

.panel .panel-ops1 {

    margin: 9px;
    font-size: 13px;
    font-weight: bold;
}

.panel .panel-ops1:hover {
    
    color:rgb(208, 199, 199);
    transition: 0.2s ease;
}

.panel .panel-ops2 {
    margin: 9px;
}

.panel .panel-ops2:hover {
    
    color:rgb(208, 199, 199);
    transition: 0.2s ease;
}




.panel .panel-ops3 {
    margin: 9px;
}


.panel .panel-ops3:hover {


    
    color:rgb(208, 199, 199);
    transition: 0.2s ease;

}


.panel .panel-ops4 {
    margin: 9px;
}


.panel .panel-ops4:hover  {

    
    color:rgb(208, 199, 199);
    transition: 0.2s ease;

}

.panel .panel-ops5 {
      margin: 9px;
}


.panel .panel-ops5:hover {

    
    color:rgb(208, 199, 199);
    transition: 0.2s ease;

}


.panel .panel-ops6 {
    margin: 9px;
}


.panel .panel-ops6:hover {

    
    color:rgb(208, 199, 199);
    transition: 0.2s ease;

}

.panel .panel-ops7 {
    margin: 9px;
}

.panel .panel-ops7:hover{

    
    color:rgb(208, 199, 199);
    transition: 0.2s ease;
    
}

.hero-section{
    background-image: url(https://m.media-amazon.com/images/I/81iuOqBPDsL._SX3000_.jpg);
    height: 360px;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}



.hero-msg{
    background-color: white;
    color: black;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    margin-bottom: 20px;
}


.hero-msg a {

    color: #007185;
    text-decoration: underline;
    font-size: 14px;
}

.hero-msg a:hover {

    
    color:rgb(109, 158, 173);
    transition: 0.2s ease;

}

.shop-sec {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 20px;
    margin-left:0px;
    background-color: #e3e6e6   
}

.box1-box {
    height: 400px;
    border: 2px solid black;
    
    width: 23%;
    background-color: white;
    border: none;
}
.box2-box {
    height: 400px;
    border: 2px solid black;
    width: 23%;
    background-color: white;
    border: none;
}

.box3-box {
    height: 400px;
    border: 2px solid black;
    width: 23%;
    background-color: white;border: none;
}

.box4-box {
    height: 400px;
    border: 2px solid black;
    width: 23%;
    background-color: white;border: none;
}

.box5-box {
    height: 400px;
    border: 2px solid black;
    width: 23%;
    background-color: white;border: none;
}

.box6-box {
    height: 400px;
    border: 2px solid black;
    width: 23%;
    background-color: white;border: none;
}

.box7-box {
    height:  400px;
    border: 2px solid black;
    width: 23%;
    background-color: white;border: none;
}

.box8-box {
    height: 400px;
    border: 2px solid black;
    width: 23%;
    background-color: white;border: none;
}

.box-img {
    background-image: url(box1_image.jpg);
    margin-top: 10px;
    margin-right: 20px;
    margin-left:20px;
    height: 350px; 
}



.box1-box h3 {
    align-items: center;
    margin-left: 18px;
}

.box2-box h3 {
    align-items: center;
    margin-left: 18px;
}
.box3-box h3 {
    
    align-items: center;
    margin-left: 18px;
}
.box4-box h3 {

    align-items: center;
    margin-left: 18px
}

.box5-box h3 {

    align-items: center;
    margin-left: 18px;
}


.box6-box h3 {
    
    align-items: center;
    margin-left: 18px;   
}

.box7-box h3 {

    align-items: center;
    margin-left: 18px
}
.box8-box h3 {

    align-items: center;
    margin-left: 18px;
}

.shop-sec p {
    color:  #007185;
    text-decoration: underline;
    margin-left:20px
}
.shop-sec p:hover {
   color:rgb(39, 27, 97);
    transition: 0.2s ease;

}

.shop-sec .box-img {

    text-align: left;
    display: block;
    display: flex;
    flex-direction: column;
}

.footer {
    margin-top: 15px;
}


.foot-panel1 {

    background-color:rgb(26, 46, 68);
    color: white;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    margin-top: 20px;
}


.foot-panel2 {

    background-color: rgb(18, 31, 46);
    color: white;
    height: 300px;
    display: flex;
    justify-content: space-evely;
    
}



ul a {

    display: block;
    font-size: 0.75rem;
    margin: 10px;
    margin-left: 126px;


}

ul p{
    margin-left: 125px;
    font-weight: 700;

}

.foot-panel2 ul  {

    margin-top: 15px;

}

.foot-panel3 {
    background-color:rgb(18, 19, 20);
    color: white;
    display: flex;
    height: 40px;
    border-top: 3px solid rgb(150, 145, 145);
    justify-content: space-evenly;
    justify-content: center;
    align-items: center;


}

.copyright{

    margin-left: 26px;
}

.language {

    font-size: 15px;
    align-items: center;
    justify-content:  center;
    margin-left: 20px;


}


a {
    
    font-size: 13px;
    font-weight: bold;
    margin-left: 50px'

}


.mobileview {

    display: none
}

/* ===========================
   Media Query for Mobile
   =========================== */
 /*  
@media only screen and (max-width: 1269px) {
  body {
    
    margin:0;
    padding:0;
    height: 100%;

    background: url(back-img1.jpg);
    background: url(back-img2.jpg);
    font-family: 'Segoe UI', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;}

    header {

        display: none;

    }
    .hero-section{

        display: none;

    }

    .shop-sec{

        display: none;

    }footer{

        display: none;

    }




    .mobileview {

    display: block;

}

    
    .mobileview h2 {

        background: linear-gradient(90deg, #ff6a00, #ee0979) ; 
        -webkit-background-clip: text; 
        perspective-origin: transparent;
        background-clip: text;    
        color: transparent; 
        font-size: 30px;
        text-align:center;
        justify-content: center;
        margin: 20px;
        margin-top: 100px;
    }

    .mobileview img{

        z-index: 1;


    }

    p{

        text-align: center;
        margin: 10px;
        background: linear-gradient(90deg, #ff6a00, #ee0979, #764ba2, #00c6ff);
        -webkit-background-clip: text;   /* Safari, Chrome */
        /*-webkit-text-fill-color: transparent;
        background-clip: text;         
        color: transparent;  
        font-size: 18px}

/*
    .credits p  {
    
        background: linear-gradient(90deg, #4facfe, #904e95);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        color: transparent;
        margin: 90px;
        letter-spacing: 0.5px;
        margin-top: 30px;
        text-align: center;
        justify-content: center;

    }

    button {

        margin: 10px;
        font-size: 29px;
        padding: 10px;
        border-radius: 20px;
        width: 130px;
        height: 50px;
        border: none;
        font-size: 17px;
        text-align: center;
        justify-content: center;
        margin-left:  140px;
        display: flex;
        flex-direction: column;
        margin-top: 10px;
}

    .btn2 button {

        align-items:center;
        justify-content: center;
        text-align: center;

    }

    button a{


        text-align: center;
        justify-content: center;
        text-decoration:none;
        font-size: 15px;
        color: blue;

    }



  @keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
  }
} 

@media (max-width: 544px) and (min-width: 445px) {

    button{

        position: relative;
        left:  60px;

    }

} 

@media (max-width: 1269px) and (min-width: 545px) {

    button{

        position: relative;
        left: 70px;

    }

} */

@media (max-width: 1270px){
    .nav-address{

        display: noe;

    }

    .add-icon{

        display : non;

    }

    .sign{

        display:non;

    }
    .nav-search{


        width: 600px

    }


    @media (max-width: 1071px){

        .nav-search {

            width: 560px

        }

    }

    @media (max-width: 1071px){

        .nav-search{

            width:450px;

        }

    }


    @media (max-width: 1168px){

        .shop-sec .box3-box {

            display:  none

        }

    }


    @media (max-width: 1167px){

        .box5-box , .box6-box , .box7-box {

            display: none;

        }

    }


    @media (max-width: 1393.75px){

        .cicle-img .img7 {

            display: none
        }

    }

    @media (max-width: 1115px) and (min-width: 1094px){

        .img6{

            display: none

        }

    }

    @media (min-width: 875px) and (max-width: 1094px){

        .img5, .img6{

            display: none;


        }

    }

    @media(max-width: 1094px){

        .hero-img2 img{

            width: 100px;
            display: none;

        }

    }


    @media(max-width: 1094px){

        .shop-sec .box1-box, .box2-box, .box4-box, .box8-box{

            display: none;


        }

    }

    @media(max-width: 983px){

        .mob-img img{

            justify-content: space-between;
            margin-left: 30px;

    }

    .mob-img .last{

        display: none;

    }

    }


    @media(max-width: 908px){

        .mob-img{
            display: none;

            
        }

       }



       @media(max-width: 874px){


        .circle-img{

            margin:3px

        }
        .circle-img  .img1{

            margin-right: 170px
        }
        .circle-img  .img2{

            margin-left: -190px;

        }

        .circle-img  .img3{

            margin-left: -20px;

        }

        .circle-img  .img4{

            margin-left: -20px;


        }

        .circle-img  .img6{

            display: none;

        } 
        .circle-img  .img5{

            display: none;

        }

        

        

    }

}

.hero-img2 img {

    width: 1350px;
    height: 400px

}

.mob-img{

    width: 1330px;
    height: 300px;
    background-color:rgb(255,255,255);
    margin-top: 20px;
    

}


.mob-img img{

    width: 190px;
    padding-left: 30px
    
}

.mob-img #tv{

    width: 340px

}

.mob-img #mobb{

    width: 150px

}

.hero.img3 img{

     

}

.mob-img .demo{

    display: none;

}

/* FOR MOBILE VIEW */

@media only screen and (max-width: 550px) {
  body {
    
    margin:0;
    padding:0;
    height: 100%;

    background: url(back-img1.jpg);
    background: url(back-img2.jpg);
    font-family: 'Segoe UI', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;}

    header {

        display: none;

    }
    .hero-section{

        display: none;

    }

    .shop-sec{

        display: none;

    }footer{

        display: none;

    }




    .mobileview {

    display: block;

}

    
    .mobileview h2 {

        background: linear-gradient(90deg, #ff6a00, #ee0979) ; 
        -webkit-background-clip: text; 
        perspective-origin: transparent;
        background-clip: text;    
        color: transparent; 
        font-size: 30px;
        text-align:center;
        justify-content: center;
        margin: 20px;
        margin-top: 100px;
    }

    .mobileview img{

        z-index: 1;


    }

    p{

        text-align: center;
        margin: 10px;
        background: linear-gradient(90deg, #ff6a00, #ee0979, #764ba2, #00c6ff);
        -webkit-background-clip: text;   /* Safari, Chrome */
        -webkit-text-fill-color: transparent;
        background-clip: text;         
        color: transparent;  
        font-size: 18px}

 .credits p  {
    
        background: linear-gradient(90deg, #4facfe, #904e95);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        color: transparent;
        margin: 90px;
        letter-spacing: 0.5px;
        margin-top: 30px;
        text-align: center;
        justify-content: center;

    }

    button {

        margin: 10px;
        font-size: 29px;
        padding: 10px;
        border-radius: 20px;
        width: 130px;
        height: 50px;
        border: none;
        font-size: 17px;
        text-align: center;
        justify-content: center;
        margin-left:  140px;
        display: flex;
        flex-direction: column;
        margin-top: 10px;
}

    .btn2 button {

        align-items:center;
        justify-content: center;
        text-align: center;

    }

    button a{


        text-align: center;
        justify-content: center;
        text-decoration:none;
        font-size: 15px;
        color: blue;

    }

  @keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
  }
} 

@media (max-width: 544px) and (min-width: 445px) {

    button{

        position: relative;
        left:  60px;

    }

} 

@media (max-width: 1269px) and (min-width: 545px) {

    button{

        position: relative;
        left: 70px;

    }

} 



