*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: "Merriweather", Sans-serif;
    font-size: 14px;
    line-height: 1.8;
    color: #fff;
   background: #000;
}
a{
    text-decoration: none;
}
ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6{
    color:#fed171
}
.navbar-brand img{
    width: 100%;
    max-width: calc(2vw + 120px);
    /* filter: brightness( 0% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg ); */
}
/* .navbar-brand img:hover{
    filter: brightness( 200% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
} */
nav,footer{
    background: #9d0304!important;
}
.nav-link{
    font-weight: bolder;
    color:#fff!important;
}
.nav-link:hover {
    color:#f9e697!important;
}
.nav-link.active{
    color:#f9e697!important;
}
.navbar-nav {
   margin: 0 auto;
}
.navbar-light .navbar-toggler-icon {
    filter: invert(1);
}
#profile .card, #slider .card{
    background: none;
   
}
#profile .card img{ 
    transition: .7s ease;
border-radius: 10px;
border:2px solid red;
}
#profile .card-body h5{
    color:red;
}
#profile .card:hover img{
    transform: scale(0.9);
}
#slider .card-img img{ 
border-radius: 10px;
border:2px solid red;
width: 100%;
}
#slider .card{
    padding: 5px;
}
.sec-btn a button{
    background-image: radial-gradient(at center center, #F6121C 20%, #000000 100%);
    transition: .7s ease;
}
.sec-btn a:hover button{
    transform: scale(1.1);
    background: #000;
}
#review .carousel-item img{
    width: 200px;
    height: 200px;
    border-style: solid;
    border-color: #F6121C;
    border-width: 2px;
}
#review .carousel-indicators{
    margin-bottom: 0rem;
}
.price-list-separator{
    border-bottom-style: dotted;
    border-bottom-width: 2px;
    border-bottom-color: #FFFFFF;
    flex-grow: 1;
    margin-left: 10px;
    margin-right: 10px;
   } 
   .price-detail span{
    color:red;
    font-size: 17px;
   }
   .price-detail del{
    color: #FFFFFF;
   }
   .contact-form{
    font-size: 20px;
    text-align: left;
    padding: 5px;
   }
   .form-control{
    background: transparent;
   }
   .form-control:focus{
    background: transparent;
   }
   .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.location a {
    margin: 5px;
    border-radius: 30px;
    margin-left: 30px;
    max-width: 250px;
}
.category a {
    margin: 5px;
    border-radius: 30px;
    margin-left: 30px;
    max-width: 350px;
}
@media(max-width:991px){
    .social-icon{display: none;}
    .navbar-nav .nav-link {
        color: #fff!important;
    }
    .des{display: none;}
    .mob{display: block!important;}
  }








@media (max-width: 767px) {
    #slider .carousel-inner .carousel-item > div {
        display: none;
    }
    #slider .carousel-inner .carousel-item > div:first-child {
        display: block;
    }

}

#slider .carousel-inner .carousel-item.active,
#slider .carousel-inner .carousel-item-next,
#slider .carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {
    
    #slider .carousel-inner .carousel-item-end.active,
    #slider .carousel-inner .carousel-item-next {
      transform: translateX(25%);
    }
    
    #slider .carousel-inner .carousel-item-start.active, 
    #slider .carousel-inner .carousel-item-prev {
      transform: translateX(-25%);
    }
}

#slider .carousel-inner .carousel-item-end,
#slider .carousel-inner .carousel-item-start { 
  transform: translateX(0);
}

/* call btn */
.call-buton .cc-calto-action-ripple {
	z-index: 99999;
	position: fixed;
	right: 1rem;
	bottom: 1rem;
	background: #ec8b00;
	width: 3rem;
	height: 3rem;
	padding: 0.7rem;
	border-radius: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #ffffff;
	-webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
	animation: cc-calto-action-ripple 0.6s linear infinite;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none; }

    .whatsapp-buton .cc-calto-action-ripple {
      z-index: 99999;
      position: fixed;
      left: 1rem;
      bottom: 1rem;
      background: #ec8b00;
      width: 3rem;
      height: 3rem;
      padding: 0.3rem;
      border-radius: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      color: #ffffff;
      -webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
      animation: cc-calto-action-ripple 0.6s linear infinite;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      justify-items: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      text-decoration: none;
  }
  .whatsapp-buton img{
    width: 40px;
  }
  @-webkit-keyframes cc-calto-action-ripple {
	0% {
	  -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
	  box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2); }
	100% {
	  -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
	  box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0); } }
  
  @keyframes cc-calto-action-ripple {
	0% {
	  -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
	  box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2); }
	100% {
	  -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
	  box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0); } }

	span.num{
		position: absolute;
    color: #ec8b00;
    left: -30%;
    bottom: -50%;
	}
    /* call btn end*/