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

.mainpan{
    position: fixed;
}

.navbar{

    height: 60px;
    width: 98%;
    color: white;
    background-color: #0f1111;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    /* position: fixed; */
    
}

/* for box1 */
.nav_logo{
    height: 50px;
    width: 100px;
}

.logo{
    background-image: url("images/amazon_logo.png");
    background-size: cover;
    height: 50px;
    width: 100%;
}
.border{
    border: 2px solid transparent;
}

.border:hover{
    border: 2px solid white;
    border-radius: 3px;
}

/* for box2 */
.delev{
    font-size: 0.80rem;
    color: #cccccc;
    margin-left: 15px;
}
.icon{
    display: flex;
    
}
.country{
    font-size: 1rem;
    padding-left: 3px;

}
/* box3 */

.nav_search{
    display: flex;
    justify-content: space-evenly;
    width: 720px;
    height: 40px;
    /* background-color: pink; */
    border: 2px solid transparent;
    border-radius: 3px;
    

}
.nav_search:hover{
    border: 3px solid #febd68 ;
    border-radius: 5px;
}

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

.search_box{
    width: 100%;
    height: 40px;
    font-size: 1rem;
    border: none;
    

}


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

/* box4 */

.nav_language{
    display: flex;
    width: 73px;
    height: 50px;
    font-weight: 500;
}
.flag_logo{

    background-image: url(images/indianflag.png);
    width: 24px;
    height: 18px;
    background-size: cover;
    margin-top:16px;
    
}

.leng_drop_down{

    border: none;
    font-size: 1rem;
    background-color:transparent;
    color: white;
    
}

/* box5 */

.login{

    height: 50px;
    width: 139px;
    /* background-color: #febd68; */
    border:2px solid transparent;
    
}
.hello{
    font-size: 0.86rem;
    background-color: transparent;
    margin-left: 6px;

}
.li{
    font-size: 1rem;
    background-color: transparent;
    color: white;
    font-weight:700;
    border: none;
    display: flex;
}

/* box 6 */

.return{

    height: 50px;
    width: 85px;
    border:2px solid transparent;

}

.p1{
    font-size: 0.86rem;

}
.p2{
    font-size: 1rem;
    font-weight:700;

}

/* box7 */

.cart{
    height: 50px;
    width: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    
    border: 2px solid transparent;
}
.cp{
    font-weight: 700;

}
.cart_logo{
    font-size: 34px;
}

/* panel */

.panel{
    height: 40px;
    background-color: #232f3e;
    color: white;
    display: flex;
    /* position: fixed; */
    
}

.all_logo_box{
    height: 35px;
    width: 59px;
    border: 2px solid transparent;
    /* background-color: pink; */
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.all_panel{
    margin-left: 5px;
    font-weight: 700;
    font-size: 1rem;
}

.all_logo{
    font-size: 1rem;
}


.panel_items{
    height: 100%;
    width: 1103px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    /* background-color: palevioletred; */
    
}

.itmes{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    height: 25px;
    width: auto;
    padding:4px;
    font-weight: 500;
}

.bgimage{
    height: 34px;
    width: 400px;
    /* background-color: #febd68; */
    background-image: url("/images/panelimg.jpg");
    /* height: 39px; */
    /* width: 40%; */
    background-size: cover;
}

/* main container hero image */

.mainpg{
    padding-top: 95px;
    /* margin-top: 10px; */
}

.heroimage{

    /* margin-top:10px; */
    /* padding-top:10px; */
    height: 380px;
    width:1536pxpx;
    background-image: url("images/hero_image.jpg");
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    /* margin-top: 100px; */
    /* padding-top: 100px; */
}

.text1{
    height: 43px;
    width: 97%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 70PX;
}

.msg{
    font-size: 1rem;
    
}

.link{

    color: #007185;
    font-size: 1rem;

}

/* product details box1 */


.product{
    display: flex;
    width: 100%;
    height: 900px;
    padding-top: 15px;
    background-color: #d7e3e0;
    flex-wrap: wrap;

    justify-content: space-evenly;
    
}



.box{
    height: 400px;
    width: 23%;
    /* border: 2PX solid black; */
    display: flex;
    align-items: center;
    
    background-color: white;
    
}

.box1_box{

    /* background-color: #007185; */
    height: 360px;
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 10px;
    margin-left: 27px;
    /* border:2px solid black; */
}

.box_img{
   
    height: 390px;
    width: 250px;
    background-size:cover;
    background-repeat: no-repeat;
    /* border: 2px solid black; */
    margin-top: 23px;
}

.head{

    
    width: 100%;
    /* border: 2px solid black; */

}
.search{
    margin-top: 10px;
    color:#007185 ;
}

/* Footer */

.footer1{
    height: 49px;
    width: 100%;
    background-color: #37475A;
    color: #dddddd;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.85rem;
}

.footer2{
    height: 100%;
    width: 100%;
    background-color:#232f3e;
    /* border:9px solid white; */
   
}
.fz{
    height: 400px;
    /* border:2px solid white; */
    /* margin-top: 50px; */
    padding-top: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    color: white;
    

}

.f1{
    display: flex;
    flex-direction: column;
    

    /* border:2px solid white; */
}

.f2{
    /* border:2px solid white; */
    /* margin: 20px; */
    display: flex;
    flex-direction: column;
    /* padding: 10px; */

}

li{
     margin: 11px; 
     list-style: none;
     font-size: 1rem;
}

.hh{
    font-size: 1rem;
    font-weight: 700;
}

.logofooter{
    height: 60px;
    width: 100%;
    background-color: #37475A;
    display: flex;
    justify-content: center;
    align-items: center;
   
    
}
.x{
   
    height: 40px;
    width: 100px;
    /* background-color: #febd68; */
}
.xx{
    height: 50px;
    width: 100% ;
    background-size: cover;
    background-image: url("/images/amazon_logo.png");
    background-size: cover;
    

}