@import "https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap";

*{
    font-family: 'Roboto', sans-serif;
}
body {
    font-family: 'Roboto', sans-serif;
    background: #fafafa;
}
a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

/* --------------------------------------------------- SIDEBAR STYLE ----------------------------------------------------- */

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -260px;
    height: 100vh;
    z-index: 999;
    background: #fafafa;
    color: rgb(3, 3, 34);
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    left: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #fafafa;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#dismiss:hover {
    background: rgb(80, 80, 80);
    color: #fafafa;
}

.overlay {
    display: none;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    min-height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
}
.overlay.active {
    display: block;
    opacity: 1;
}


#sidebar ul.components {
    padding: 20px 0;
}

#sidebar ul p {
    color: rgb(46, 46, 46);
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #b70b4c;
    background: rgb(224, 223, 223);
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #ff7e54;
}

a[data-toggle="collapse"] {
    position: relative;
}
.drop-menu li{
    margin-left: 20px;
}
.drop-menu{
    background-color:rgb(224, 223, 223);
}
.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.bg-theme{
    background-color: #b70b4c!important;
}
.bg-black{
    background-color: #000!important;
}
.nav-link, .navbar-brand{
    font-family: 'Roboto', sans-serif;
}

.nav-link:hover{
    color:yellow!important;

}
.round-25{
    border-radius: 25px;
}
.round-15{
    border-radius: 10px!important;
}
.search-container{
    display: flex!important;
    height: 60vh;
    align-items: center!important;
    /* justify-content: center!important; */
}
.search-card{
    background-color: #b70b4c;
}

/* ///////////////////////////////////////////////////// */
    .navbar{
        background-color: #b70b4c;
    }
    .nav-link{
        color: white!important;
    }
  .mat-shadow{
    box-shadow: 0 3px 3px -2px rgb(0 0 0 / 20%), 0 3px 4px 0 rgb(0 0 0 / 14%), 0 1px 8px 0 rgb(0 0 0 / 12%)!important;
  }
  .round-corner{
      border-radius: 25px;
  }
  .next, .prev{
    height: 45px;
    width: 45px;
    background-color: white;
    border-radius: 50%;
    display: flex!important;
    justify-content: center!important;
    align-items: center!important;
    box-shadow: 0 3px 3px -2px rgb(0 0 0 / 20%), 0 3px 4px 0 rgb(0 0 0 / 14%), 0 1px 8px 0 rgb(0 0 0 / 12%)!important;
}

.next i{
    text-align: center!important;
    margin-left: auto;
    margin-right: auto;
    color: black;
}
.prev i{
    text-align: center!important;
    margin-left: auto;
    margin-right: auto;
    color: black;
}
.top-offer{
    height: 350px!important;
    object-fit:fill;
}
  @media only screen and ( max-width: 500px) {
    .next, .prev{
        height: 35px;
        width: 35px;
        background-color: white;
        border-radius: 50%;
        display: flex!important;
        justify-content: center!important;
        align-items: center!important;
        box-shadow: 0 3px 3px -2px rgb(0 0 0 / 20%), 0 3px 4px 0 rgb(0 0 0 / 14%), 0 1px 8px 0 rgb(0 0 0 / 12%)!important;
    }
    .next i{
        text-align: center!important;
        margin-left: auto;
        margin-right: auto;
        color: black;
    }
    .prev i{
        text-align: center!important;
        margin-left: auto;
        margin-right: auto;
        color: black;
    }
    .top-offer{
        height: 150px!important;
        object-fit:fill;
    }
    .round-corner{
        border-radius: 10px;
    }
    
  }
  @media only screen and ( max-width: 720px) {
    .top-offer{
        height: 200px;
        object-fit:fill;
    }
  }
  @media only screen and ( max-width: 980px) {
    .top-offer{
        height: 250px;
        object-fit:fill;
    }
  }

/* Css By Alok end */

/* rohit carousel css */

.carousel-inner_rohit .carousel-item_rohit .carousel-caption_rohit{
    color: #fff!important;
    position: absolute!important;
    text-align: left!important;
    top: 24%!important;
    left: 240px!important;
  }
  

  .carousel-inner_rohit .carousel-item_rohit .carousel-caption_rohit h3{
    color:black;
    font-weight: bold;
  } 
  .carousel-inner_rohit .carousel-item_rohit .carousel-caption_rohit p{
    color:black;
    font-size: 25px;
  } 
@media screen and (max-width:850px){

  .carousel-inner_rohit .carousel-item_rohit img {
  height: 500px;
   }
  .carousel-inner_rohit .carousel-item_rohit .carousel-caption_rohit{
    color: #fff;
    position: absolute;
    text-align: left;
    top: 19%;
    left: 150px;
  }
  .carousel-inner_rohit .carousel-item_rohit .carousel-caption_rohit h3{
    color:black;
    font-weight: bold;
  } 
  .carousel-inner_rohit .carousel-item_rohit .carousel-caption_rohit p{
    color:black;
    font-size: 20px;
  }
    
}
@media screen and (max-width:420px){

  .carousel-inner_rohit .carousel-item_rohit img {
  height: 500px;
   }
  .carousel-inner_rohit .carousel-item_rohit .carousel-caption_rohit{
    color: #fff;
    position: absolute;
    text-align: left;
    top: 19%;
    left: 100px;
  }
  .carousel-inner_rohit .carousel-item_rohit .carousel-caption_rohit h3{
    color:black;
    font-weight: bold;
  } 
  .carousel-inner_rohit .carousel-item_rohit .carousel-caption_rohit p{
    color:black;
    font-size: 17px;
  }
    
}

