* {
    margin: 0;
    padding: 0;
    box-sizing: border-box !important;
}

body{
    background-color: #FEFCFF;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #000000 !important;
}


#main_nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #FEFCFF;
    /* padding: 20px; */
    text-align: center;
    margin-top: 15px;
}

#main_nav  input{
    padding: 8px;
    width: 70%;
    background-color: rgb(238, 236, 236);
    border: 1px solid rgb(209, 208, 208);
    margin-left: -40px;

}

#main_nav  img{
    width: 85%;
    margin-left: -35px;
    /* border: 2px solid red; */

}
#ind{
    display: flex;
    align-items: center;
    padding: 3px;
}
#ind img{
    border-radius: 100%;
    margin: 0 10px;
    width: 3%;
}


#togsnav{
   border: 2px solid rgb(237, 237, 237);
   height: 100px;
   width: 100%;
   position: sticky;
   top: 0;
   background-color: white;
   z-index: 999;
   
}


.navbar {
    border-radius: 0 !important;
    border: 2px solid rgb(206, 206, 206) !important;
    border-left: rgb(255, 255, 255) !important;
    border-right: rgb(255, 255, 255) !important;
    /* min-height: px; */
    background: #ffffff !important;
    /* height: 5px; */
}

.navbar a {
    color: rgb(0, 0, 0) !important;
    /* padding: 10px !important; */
    /* margin: 15px 10px !important; */
    /* border: 1px solid red; */
    /* font-size: 1px; */
    background-color: white !important;
   

}

.navbar-right a {
    font-size: 1em !important;
    
}

.navbar-right a:hover {
    font-size: 1.01em !important;
    text-decoration: underline !important;
    /* color: rgb(157, 0, 0) !important; */
}


.navbar-brand {
    font-size: 1.7em !important;
    text-align: center;
    background-color: white !important;

}

.anime a:before {
    content: '';
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 1px !important;
    background-color: rgb(255, 255, 255) !important;
    transform: scaleX(0);
    transition: all .7s;
}

.anime a:hover:before {
    transform: scaleX(1);
  
}
.anime{
    background-color: white ;

}

/* icon bar ***************** */
 
#searchicon{
    background-color: red;
    padding: 8px;
    font-size: 17px;
    color: rgb(255, 255, 255);
    border: 2px solid rgb(0, 0, 0);
    cursor: pointer;
}

#searchicon:hover{
    background-image: linear-gradient(90deg, rgb(168, 0, 0) 0%, rgb(255, 0, 0) 100%);

    border-radius: 50%;
}
.icondiv{
    display: flex;
    /* border: 1px solid red; */
    width: 250px;
    justify-content: space-evenly;
    
}
.icondiv a{
    text-decoration: none;
    color: black;
}
.icondiv i{
    font-size: 25px;

}
.icondiv i:hover{
    color: rgb(56, 56, 56);
}

.ndiv{
    width: 95%;
    margin: auto;
}



#checkbtn{
    padding: 10px 20px;
    font-size: 15px;
    background-image: linear-gradient(90deg, rgb(44, 44, 44) 0%, rgb(0, 0, 0) 100%);
    color: white;
    border: none;
}
#checkbtn:hover{
    border-radius: 5px;
    background-image: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(255, 0, 0) 100%);
    text-decoration: line-through;

}



@media (max-width:767px) {

    .anime a {
        display: inline-block !important;
        margin: 10px 7px 7px 7px !important;
    }

    #checkbtn{
        padding: 10px 15px;
        font-size: 10px;
    }
    .icondiv i{
        font-size: 20px;

    }

    #main_nav  img{
        width: 100%;
    }

    #btnlog{
        width: 160%;
        text-align: center;
        margin-left: -140px;
    }
    #checkbtn{
        margin-right: 10px;
    }
    .icondiv i{
        font-size: 17px;
    }

}




/* searchhover */


#Sear_hov_Eff{
    display: flex;
    height: 75vh;
    width: 75%;
    margin: 0 200px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    border-radius: 10px;
    visibility: hidden ;
    position: fixed;
    top: 21%;
    z-index: 1;
    font-size: 0.5rem !important;

}
#h1{
background-color: rgb(255, 255, 255);
width: 30%;
height: 100%;
padding: 10px;

}
#h1 h3{
    font-size: 2rem;
    cursor: pointer;
}
#h1 h3:hover{
    color: rgb(254, 60, 73);
    text-decoration: underline;
}
#h2{
background-color: rgb(255, 255, 255);
width: 70%;
padding: 10px;
height: 100%;
display: grid;
grid-template-columns: repeat(4,1fr);
box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
gap: 15px;
}

#h2 div{
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
#h2 div img{
    width: 100%;

}



/* :hover */
#hov_Eff_home,
#hov_Eff_bed,
#hov_Eff_dec,
#hov_Eff_sec,
#hov_Eff_furn,
#hov_Eff_kits,
#hov_Eff_out
{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    background-color: #FEFCFF;
    width: 70% !important;
    margin: 0 30vh ;
    gap: 10px;
    padding: 10px;
    visibility: hidden;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    position: fixed;
    z-index: 999;
    top: 21%;
    line-height: 0.5;
}


#hov_Eff_kits{
    position: fixed;
    z-index: 999;
    top: 21%;
    line-height: 0.5;
}



#hov_Eff_home h3{
    font-size:2rem !important;
    line-height: 0.5;
}

#hov_Eff_home h3{
    font-size:2rem !important;
}
#hov_Eff_home h4:hover{
    color: rgb(254, 60, 73);
    text-decoration: underline;
    cursor: pointer;
}
#hov_Eff_home h4{
    font-size:1.5rem !important;
    line-height: 0.9;
}

#hov_Eff_home div img{
    width: 100%;
}

#hov_Eff_bed h3{
    font-size:2rem !important;
    line-height: 0.5;
}

#hov_Eff_bed h3{
    font-size:2rem !important;
}
#hov_Eff_bed h4:hover{
    color: rgb(254, 60, 73);
    text-decoration: underline;
    cursor: pointer;
}
#hov_Eff_bed h4{
    font-size:1.5rem !important;
    line-height: 0.9;
}

#hov_Eff_bed div img{
    width: 100%;
}



#hov_Eff_dec h3{
    font-size:2rem !important;
    line-height: 0.5;
}

#hov_Eff_dec h3{
    font-size:2rem !important;
}
#hov_Eff_dec h4{
    font-size:1.5rem !important;
    line-height: 0.9;
}
#hov_Eff_dec h4:hover{
    color: rgb(254, 60, 73);
    text-decoration: underline;
    cursor: pointer;
}
#hov_Eff_dec div img{
    width: 100%;
}


#hov_Eff_furn h3{
    font-size:2rem !important;
    line-height: 0.5;
}

#hov_Eff_furn h3{
    font-size:2rem !important;
}
#hov_Eff_furn h4{
    font-size:1.5rem !important;
    line-height: 0.9;
}
#hov_Eff_furn h4:hover{
    color: rgb(254, 60, 73);
    text-decoration: underline;
    cursor: pointer;
}
#hov_Eff_furn div img{
    width: 100%;
}


#hov_Eff_sec h3{
    font-size:2rem !important;
    line-height: 0.5;
}

#hov_Eff_sec h3{
    font-size:2rem !important;
}
#hov_Eff_sec h4{
    font-size:1.5rem !important;
    line-height: 0.9;
}
#hov_Eff_sec h4:hover{
    color: rgb(254, 60, 73);
    text-decoration: underline;
    cursor: pointer;
}
#hov_Eff_sec div img{
    width: 100%;
}



/* #hov_Eff_kits  #hov_Eff_out*/

#hov_Eff_out h3{
    font-size:2rem !important;
    line-height: 0.5;
}

#hov_Eff_out h3{
    font-size:2rem !important;
}
#hov_Eff_out h4{
    font-size:1.5rem !important;
    line-height: 0.9;
}
#hov_Eff_out h4:hover{
    color: rgb(254, 60, 73);
    text-decoration: underline;
    cursor: pointer;
}
#hov_Eff_out div img{
    width: 100%;
}



#hov_Eff_kits h3{
    font-size:2rem !important;
    line-height: 0.5;
}

#hov_Eff_kits h3{
    font-size:2rem !important;
}
#hov_Eff_kits h4{
    font-size:1.5rem !important;
    line-height: 0.9;
}
#hov_Eff_kits h4:hover{
    color: rgb(254, 60, 73);
    text-decoration: underline;
    cursor: pointer;
}
#hov_Eff_kits div img{
    width: 100%;
}


/* holi */
#holiday{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 10px;
    width: 70%;
    margin: 0 30vh ;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    position: absolute;
    top: 21%;
    background-color: #FEFCFF;
    padding: 0.5%;
}
#holiday div img{
    width: 90%;
   
}
#holiday div img:hover{
    width: 88%;
}

#holiday div{
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    text-align: center;
    cursor: pointer;
    
}

/* selssss */
#selss{
    width: 70%;
    margin: 0 30vh ;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    padding: 2px;
    visibility: hidden;
    position: absolute;
    top: 21%;
    background-color: #FEFCFF;
    padding: 2px;
    
}

#childsels{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 15px;
}
#childsels img{
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    width: 100%;
}
