
/*header style*/



.header{
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

/*
.overlay{
 position: absolute;
 min-height: 100%;
 min-width: 100%;
 left: 0;
 top: 0;
 background: rgba(48, 48, 48, 0.29);
}
*/

/*#header {
    height: 100%;
    overflow: hidden;
    color: #FFFFFF
 }*/

.over{
    background: rgba(48,48,48,0.40);
    overflow: hidden;
    height: 100%;
    z-index: 2;
}

.description{
    position: absolute;
    top: 30%;
    margin: auto;
    padding: 2em;
    
}

.description h1{
 color: #FFFFFF ;
}

.description p{
 color:#fff;
 font-size: 20px;
 width: 75%;
 line-height: 1.5;
}

.description button{
 border:1px  solid #f5bd1f;
 background:#f5bd1f;
 color:#fff;
}

.main-btn {
 color: #fff; 
 background-color: #FF4500;
 border-color: #FF4500;
}

.main-btn:hover {
  background-color: #FFA500;
  border-color: #FFA500;
  color: #fff; 
}

.main-color {
    color: #FF4500; 
}

.sticky-bottom-cart{
    height: 60px; 
    color: #fff; 
    background-color: #FF0000;
    border-color: #FF0000;
    border-radius: 15px;
    z-index:1;
    text-align: center;  
    margin-top: auto;
    margin-bottom: auto;
}

/*.navbar #roundspan{
    border-radius: 25px;
    border: 1px solid #fff;
}*/

.navbar .navbar-brand:hover {
    color: #2ECC71 ; 
    /*background-color: #FF4500;*/
    border-color: #2ECC71 ;
}

.navbar .navbar-nav .nav-link:hover {
    color: #2ECC71 ;
}

a {
    color: #000; 
    /*background-color: #FF4500;*/
    border-color: #000;
}

a:hover {
/*  background-color: #FFA500;*/
  border-color: #2ECC71 ;
  color: #2ECC71 ; 
  text-decoration: none; 
}

div.hide-mobile {
    display: none; 
    position: relative; 
}

/*div.topselling{
        height: auto;
        position: relative; 
    }*/
div .form-control{
        width: 100%;
    }

.carousel-item {
    height: 90vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
    
.carousel-item:after {
    content:"";
    display:block;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background:rgba(0,0,0,0.4);
}

.carousel-caption {
    align-content: flex-start ;
    top: 25%;
}

/*.carousel-item h1 {
    margin: 0;
    color: white;
}*/
    
/*#myCarousel{
    height:100vh;
    width:100%;
}*/

@media screen and (min-width: 1024px) {
    div.hide-mobile {
        display: block; 
        position: relative; 
    }
    
    div.topselling-img{
        height: 285px;
        position: relative; 
    }
    
    div.topselling-title{
        height: 65px;
        position: relative; 
    }
}