body{
    margin:0px;
    overflow-x: hidden;
}
#top{
    height: 15px;
    width: 98%;
    background-color: #00aa8a ;
    color: white;
    text-align: center;
    padding: 20px;
}
#navbar{
    display: flex;
    width: 99%;
}

/*------------------------------------ for top unorder list ,navigation bar start-----------------------------------------------*/
#navbar{
  list-style-type: none;
  padding: 20px;
  margin-top: 0px;
  color:#7a7979 ;
  margin-left: 5%;

}
#innerul{
    list-style-type: none;
}
li:hover{
  
    font-size: 20px;
}
li{
  margin-top: 35px;
  margin-left: 30px;

}
#myntraimg{
    width: 200px;
    height: 50px;
    margin-left: 0px;
    margin-top: 15px;
    border-radius: 5px;
    
}
/* .searchbtn{
    height: 35px;
    width: 300px;
    border-radius: 5px;
    border: 1px solid #00aa8a;
    margin-left: 100px;
    text-align: center;
    padding: 10px;
} */
a{
    text-decoration: none;
    color:#7a7979;
   
}
.cartref{
    color: #00aa8a;
}
#sec{
    border: 1px solid red;
    height: 800px;
    width: 100px;
}
  /* .top{
    height: 35px;
    width: 300px;
    margin-left: 80px;
    text-align: left;
    border-radius: 5px;
    border: 1px solid #00aa8a;
   
    
} */
.sale
{
    color: red;
}
.searchicon{
    border-left: none;
    background-color: #0daa8b;
    color: white;
    height: 30px;
    width: 35px;
    margin-top: 7px;
    margin-left: -40px;
     border-radius: 5px;
}
/* .btn_design{
    width: 0px;
    height: 0px;
    background-color: white;
    border: 1px solid white;
    margin-top: 8px;
    margin-left: 30px;
    color: #0daa8b;
    font-size: 20px;
 } */
 
 /* navigation bar buttons start*/
.sp{
    font-size: 13px;
    color:#949a9a; 
    margin-left: 80px;
    margin-top: 0px;
}

.move{
    margin-left: 30px;
}
.btn_design{
    margin-left: 10px;
    background-color: white;
    color:#0daa8b; 
    border: 0px;
    font-size: 20px;
}
.btn_design:hover{
    color: rgb(7, 245, 173);
    font-size: 25px;
}
.search{
    width: 50%;
    height: 30px;
    margin-left: 80px;
    border-radius: 5px;
    border: 1px solid #0daa8b;
    margin-top: 10px;
}
#navprofile{
    width: 20px;
    margin-left: 0px;
    border: 0px solid #00aa8a;
    background-color: white;
    color: #00aa8a;
}
.lo{
    visibility: hidden;
    display: none;
}

#login:hover >.lo{
    visibility: visible;
    display: block;
    font-size: 15px;
    color: rgb(196, 148, 60);
    line-height: 0px;
    margin-left: 0px;
    
}
.fav{
    visibility: hidden;
    display: none;
}
/* .btn_design:hover > .fav{
    visibility: visible;
    display: block;
    font-size: 14px;
    border: 1px solid red;
    width: 200px;
    height: 20px;
    margin-left: -70px;
    margin-top: 10px;
    border-radius: 5px;
    border: 1px solid #00aa8a;
    padding-bottom: 10px;
    color: rgb(21, 22, 22);
 
} */

/*---------------------------------------------- navigation bar buttons end------------------------------------------------*/

/* for top unorder list ,navigation bar end*/


/* ----------------------------------------------hover visibility start----------------------------------------------------*/

ul li ul{
    visibility: hidden;
   text-align: left;
   display: none;
   
}
ul li:hover>div>ul{
    visibility:visible;
    margin-left: 0px;
   display: block;
    text-align: left;
    background-color: white;
    width: 200px;
}
.sale,.move{
    margin-left: 30px;
}
#innerdiv{
    display: flex;
}
.head{
    color: #0daa8b;
    font-size: 17px;
    margin-top: 10px;
    list-style: none;
}
.tail{
    color:  #7a7979;
    font-size: 16px;
    line-height: 5px;
    margin-top: 15px;
    list-style: none;
}
/*---------------------------------------------- hover visibility end------------------------------------------------------*/


/* -----------------------------------------------main page start ---------------------------------------------------------*/
/* #grid {
height: 400px;
display: grid;
grid-template-rows: 300px 250px;
grid-template-columns: 1fr 30px 30px 30px 30px 30px 1fr;
align-items: center;
justify-items: center;

}
.firstimg{
    width: 100%;
}
main#carousel {
grid-row: 1 / 2;
grid-column: 1 / 8;
width: 100vw;
height: 500px;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden; 
margin-left: 0px; */
/* transform-style: preserve-3d;
perspective: 600px;  */
/* --items: 5;
--middle: 3;
--position: 1;
pointer-events: none;
} */
/* div.item {
position: absolute; 
width: 100%;
height: 300px;
background-color: coral;
--r: calc(var(--position) - var(--offset));
--abs: max(calc(var(--r) * -1), var(--r));
transition: all 0.25s linear;
transform: rotateY(calc(-10deg * var(--r)))
translateX(calc(-300px * var(--r)));
z-index: calc((var(--position) - var(--abs)));
}

div.item:nth-of-type(1) {
--offset: 1;
background-color: #90f1ef;
}
div.item:nth-of-type(2) {
--offset: 2;
background-color: #ff70a6;
}
div.item:nth-of-type(3) {
--offset: 3;
background-color: #ff9770;
}
div.item:nth-of-type(4) {
--offset: 4;
background-color: #ffd670;
}
div.item:nth-of-type(5) {
--offset: 5;
background-color: #e9ff70;
}

input:nth-of-type(1) {
grid-column: 2 / 3;
grid-row: 2 / 3;
}
input:nth-of-type(1):checked ~ main#carousel {
--position: 1;
}

input:nth-of-type(2) {
grid-column: 3 / 4;
grid-row: 2 / 3;
}
input:nth-of-type(2):checked ~ main#carousel {
--position: 2;
}

input:nth-of-type(3) {
grid-column: 4 /5;
grid-row: 2 / 3;
}
input:nth-of-type(3):checked ~ main#carousel {
--position: 3;
}

input:nth-of-type(4) {
grid-column: 5 / 6;
grid-row: 2 / 3;
}
input:nth-of-type(4):checked ~ main#carousel {
--position: 4;
}

input:nth-of-type(5) {
grid-column: 6 / 7;
grid-row: 2 / 3;
}
input:nth-of-type(5):checked ~ main#carousel {
--position: 5;
}
.firstimg{
height: 400px;
width: 100%;
margin-top: 0px;

}
#FrontContainerR{
    width: 99%;
} */



/* -----------------------------------------------------------mainpage end-------------------------------------------- */
.img,.fashion-steals{
    cursor: pointer;
}