@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css");

body{
  background-color: black;
  margin: 0;
  padding: 0;
  font-family: 'Poppins';
  font-size: 13px;
  text-align: justify;
}
@media only screen and (max-width:767px){
  body h1,h2,h3,h4,h5,h6,p,a{
    text-align: center;
  }
  body img{
    display: block;
    margin: 0 auto;
  }
}
.navbar img{
  width: 120px;
  height: auto;
}
.navbar ul{
  margin-left: 100px;
}
.bookbtn{
  height: 40px;
  border-radius: 25px;
  padding: 10px 15px;
    background:rgb(0, 0, 0);
    margin: 20px;
    box-shadow: 0 0 1px rgb(0, 0, 0);
    color: #fff;
    border: 10px rgb(255, 255, 255);
}

.book-btn{
  background-color: rgb(255, 208, 0);
  color: white;
  margin-right: 10px;
  border-radius: 25px;
  padding: 10px 15px;
  transition: 0.3s;
}
.book-btn:hover{
  background-color: rgb(19, 18, 18);
}
.carousel-caption{
  text-align: left;
}
.carousel-contents{
  margin-left: 5px !important;
  color: rgb(217, 217, 223);
}
.carouselbtn{
  margin-top: 30px;
  
}
.explore{
  background-color: rgb(255, 208, 0);
  color: white;
  margin-right: 10px;
  border-radius: 25px;
  padding: 10px 15px;
  transition: 0.3s;
}
.explore:hover{
  background-color: rgb(218, 181, 19);
}
.yellow-text{
  color: rgb(255, 208, 0);
  font-weight: normal;
}
.sub-head{
  color: rgb(167, 154, 154);
  font-weight: normal;
}
/* .home .carousel-item img{
  width: auto;
  height: auto;
} */
.home .carousel-item{
  height: 100vh;
  min-height: 300px;
  background: no-repeat  left scroll;
  background-size: cover;
}
.carousel-item .carousel-caption{
  bottom: 280px;
}
.carousel-caption h1{
  font-size: 40px;
  font-weight: normal;
  margin-top: 500px;
}
.carousel-caption p{
  width: 60%;
}
.navbar-default{
  transition:500ms ease;
  background:transparent;
}
.navbar-default.scrolled{
  background:#000;
}

@media only screen and (max-width:767px){
  .carousel-item .carousel-caption {
    bottom: 50px;
    text-align: center;
  }
  .carousel-item .carousel-caption p{
    font-size: 12px;
    /* margin-top: 50px; */margin-bottom: -20px;
  }
  .carousel-item .carousel-caption  h1{
    font-size: 20px;
    margin-top: 350px;
    margin-bottom: -40px;
    width: 100%;
  }
  .carousel-item .carousel-caption{
    bottom: 20px;
  }
  .carousel-caption p{
    width: 90%;
    margin-top: 50px;
  }
 
.header-section .carousel-item .carousel-contents{
  text-align: center;
  width: 100%;
}
.home .carousel-item img{
 height: 100vh;
 
  
}
  .explore{
    margin: 0 auto;
  }
}




/* ---------------------------------scroll up button------------------------------------- */
.whatsapp-button{
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 99;
  background-color: #25d366;
  border-radius: 50px;
  color: #ffffff;
  text-decoration: none;
  width: 50px;
  height: 50px;
  font-size: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
  -moz-box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
  box-shadow: 0px 0px 25px -6px rgba(0,0,0,1);
  animation: effect 5s infinite ease-in;
}
.whatsapp-button:hover{
  text-decoration: none;
  color: rgb(255, 255, 255);
  opacity: 0.6;
}

@keyframes effect {
  20%, 100% {
      width: 50px;
      height: 50px;
      font-size: 30px;
  }
  0%, 10%{
      width: 55px;
      height: 55px;
      font-size: 35px;
  }
  5%{
      width: 50px;
      height: 50px;
      font-size: 30px;
  }
}

/* ---------------------------------scroll up button------------------------------------- */









/* .navbar-nav a{
  font-size: 16px;
} */
.navbar .nav-item:hover{
  color: rgb(255, 208, 0);
}
.nav-link{
  padding: .2rem 1rem;
}
 .navbar-nav .nav-link:focus, .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link:hover{
  color: rgb(255, 208, 0) !important;
}
 .navbar-nav .nav-link.active{
  color: rgb(255, 208, 0) !important;
}
.w-100{
  height: 100vh;
}
@media only screen and (max-width:767px){
  .navbar{
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 50px;
  }
  .navbar-nav.ml-auto{
      background: rgba(0,0,0,0.5);
  }
  .w-100{
    height: auto;
    margin-top: 170px;
  }
  .navbar-default{
    background:#000;
  }
  .navbar .book-btn .navbar-nav .book-btn {
    display: block;
    margin-left: 97px;
  }
  .nav-link{
    text-align: left;
  }
  .navbar .btn:not(:disabled):not(.disabled){
    margin-left: 92px;
  }

}



  /* -------------------------toggle--------------------------------- */
  .all-btn div {
    float: left;
    margin-right: 10%;
}

.all-btn div:last-child {
    margin-right: 0;
}


/* Menu Button 1 */
.menu-btn-1 {
    height: 32px;
    width: 40px;
    cursor: pointer;
}

    .menu-btn-1 span,
    .menu-btn-1 span::before,
    .menu-btn-1 span::after {
        background: rgb(255, 255, 255);
        border-radius: 3px;
        content: '';
        position: absolute;
        width: 35px;
        height: 5px;         
        margin-top: 13px; 

        -webkit-transition: .3s ease-in-out;
        -moz-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }

    .menu-btn-1 span::before {
        margin-top:-12px;
    }

    .menu-btn-1 span::after {
        margin-top:12px;
    }

    .menu-btn-1.active span {
        background: transparent;
    }

    .menu-btn-1.active span::before {
        margin-top: 0;

        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .menu-btn-1.active span::after {
        margin-top: 0;

        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }


  /* ------------------------------toggle-------------------------------------- */





  .bookbtn{
    margin: 0 auto;
  }
  /* .header-section .carousel-inner img{
    height: 80vh;
    width: auto;
  } */



/* ---------------------------css for about start-------------------------- */

.about{
  margin-top: 200px;
}
.about h5, h2{
  font-weight: normal;
}
.about-text{
  /* width: 500px; */
  color: rgb(98, 98, 99);
  margin-top: 20px;
  text-align: justify;
}
.about-btn{
  background-color: rgb(255, 208, 0);
  color: white;
  margin-right: 10px;
  border-radius: 25px;
  padding: 10px 15px;
  transition: 0.3s;
}
.about-btn:hover{
  background-color: rgb(218, 181, 19);
}
.about-contents{
  margin-top: 50px;
}
@media only screen and (max-width:767px){
  .about{
    text-align: center;
    text-align: justify;
    
  }
  .about h5,.about h2{
    text-align: center;
  }
  .about  .about-btn{
    margin: 0 auto;
  }
  .about img{
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
  }
}

/* ---------------------------css for about end-------------------------- */





/* ---------------------------css for about-us page start-------------------------- */

.about-us{
  margin-top: 150px;
}
.about-us img{
  margin-top: 80px;
}
.about-facilities{
  margin-top: 200px;
}

.sidenav {
  height: 50%;
  width: 160px;
  position: sticky;
  margin-top: 30px;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: transparent;
  overflow-x: hidden;
  padding-top: 150px;
  padding-bottom: 150px;
}

.sidenav a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  color: #818181;
  display: block;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.main {
  margin-top: -300px;
  margin-left: 160px;
  padding: 0px 10px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}


.about-facilities{
  background-color: rgb(15, 15, 15);
  padding: 60px;
}
.about-facilities .blok{
  margin:30px;
}
.about-facilities button.active, .about-facilities  button:hover {
  background-color: rgb(255, 208, 0);
  color: white;
  border-radius: 15px;
  margin-bottom: 10px;
  /* padding: 6px 10px; */
}

.about-facilities  button{
  background-color: transparent;
  border-color: rgb(255, 208, 0);
  border-radius: 15px;padding: 6px 10px;
  color: white;
width: 200px;
  margin-bottom: 10px;
}
.about-facilities .chai-makani img{
  width: 300px;
  height: auto;
  /* border-radius: 50%; */
}
.about-facilities .collapse {
  margin-top: 30px;
}

.about-facilities .card-body{
  background-color: rgb(15, 15, 15);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  text-align: justify;
}
.about-facilities .side-buttons{
  /* background-color: #E4405F; */
  padding: 150px 150px;
}
.about-facilities .facilities-cards{
  margin-top: -158px;
}
@media only screen and (max-width:767px){
  .about-facilities .facilities-contents .side-buttons {
    margin-top: -100px;
    margin-left: -126px;
  }
}
/* ---------------------------css for about-us end-------------------------- */







/* ---------------------------css for boocho-special start-------------------------- */

.boocho-special{
  margin-top: 200px;
}


/* ---------------------------css for boocho-special end-------------------------- */



/* -------------------------css for boocho special start------------------------------------ */


.boocho-special .carousel-indicators{
  left: 0;
  top: auto;
  bottom: -70px;
}
.boocho-special .carousel-indicators li{
  background: rgb(112, 105, 105);
  border-radius: 50%;
  width: 15px;
  height: 15px;

}
.boocho-special .carousel-indicators .active{
  background-color: #fff;
}
.boocho-special img{
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.boocho-special img:hover{
  opacity: 0.8;
}
.boocho-special .card{
  background-color: rgb(15, 15, 15);
  border-top-left-radius: 20px;
}
.boocho-special .card .stars  i{
  color: rgb(255, 208, 0);
font-size: 14px;
}
.boocho-special .card p{
  color: rgb(148, 131, 131);
}
.boocho-special-carousel{
  margin-top: 50px;
}

@media only screen and (max-width:767px){
  .boocho-special .card{
      margin: 0 auto;
      margin-top: 10px;
  }
  .boocho-special  h2{
    text-align: center;
  }
 
}

/* -------------------------css for boocho special e------------------------------------  */



/* ---------------------------css for photos start-------------------------- */

.gallery{
  margin-top: 20px
}
.photos{
  margin-top: 200px;
}
.gallery button{
  text-align: right;
}
 h2{
  font-weight: normal;
 }
.photos .btn{
  background-color: rgb(255, 208, 0);
  color: white;
  margin-right: 10px;
  border-radius: 25px;
  padding: 10px 15px;
  transition: 0.3s;
}
.photos .btn:hover{
  background-color: rgb(218, 181, 19);
}
.photos img{
  width: 300px;
  border-radius: 5px;
  height: auto;
}
.photos img:hover{
  opacity: .7;
}
/* .photo-column{
  width: 265px;
  height: auto;
}
.photo-column2{
  width: 265px;
  height: 401px;
} */
@media only screen and (max-width:767px){
  .gallery .product{
    margin: 0 auto;
  }
  .photos .btn{
    margin: 0 auto;
  }
  .photos .row{
    margin-top: 10px;
  }
  .photos  {
    text-align: center;
  }
  .photos img{
    
    display: block;
    margin: 0 auto;
    margin-top: 10px;
  }
}
.gallery .product{
  transform: translate(-10%,-10%);
  width: 250px;
  height: 260px;
  box-shadow: 0 20px 40px rgba(0,0,0,.2);
  border-radius: 5px;
  background:rgb(15, 15, 15);
  overflow: hidden;
}
.gallery .product .stars{
  color: rgb(255, 208, 0);
  font-size: 13px;
}
.gallery .product .imgbox{
  height: 70%;
  box-sizing: border-box;
}
.gallery .product .imgbox img{
  display: block;
  width: 100%;
  margin: 0 auto ;
}
.gallery .product .photos-card-para{
  margin-top: 5px;
  padding: 5px;
}

.gallery .specifies{
  position: absolute;
  width: 100%;
  bottom: -150px;
  background: rgb(15, 15, 15);
  padding:20px;
  box-sizing: border-box;
  transition: .5s;
}
.gallery .product:hover .specifies{
  bottom: 0;
}
.gallery .specifies h2{
  margin: 0;
  padding: 0;
  color: #ccc;
  font-size: 20px;
  width: 100%;
}
.gallery .specifies h2 span{
  font-size: 15px;
  color: rgb(128, 124, 124);
  font-weight: normal;
}
.gallery .specifies .price{
  position: absolute;
  top: 12px;
  right: 25px;
  font-weight: bold;
  color: rgb(255, 255, 255);
  font-size: 20px;
}

.gallery .product   button{
  width: 80px;
  background-color: rgb(255, 208, 0);
  color: white;
  justify-content: center;
  border-radius: 10px;
  margin: 10px 0 0;
  font-size: 13px;
}

/* ---------------------------css for photos end-------------------------- */



/* ---------------------------css for facilities start-------------------------- */


.facilities{
  margin-top: 200px;
  background-color: rgb(20, 20, 20);
  padding-top: 55px;
  padding-bottom: 55px;
}
.facilities-paragraph{
  width: 400px;
  margin-top: 20px;
}
.facilities p{
  color: rgb(98, 98, 99);
}
.facilities-cards{
  padding-left: 100px;
  padding-right: 100px;
}
.facilities-cards .card{
  margin: 0 auto;
  padding-top: 25px;
  background-color: black;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
  transition: background-color 0.5s ease-out 100ms;

}
.facilities-cards h5{
  color: white;
}
.facilities-cards .card:hover{
  background-color: rgb(14, 13, 13);
  color: white;
  
}
.facilities-cards .card:hover h5{
  color: rgb(255, 208, 0);
}
.facilities-cards .card:hover p{
  color: rgb(202, 193, 193);
}
.facilities-cards .card a{
  color: rgb(202, 193, 193);
  text-align: center;
}
.facilities-cards .card:hover a{
  color: rgb(255, 208, 0);
}
.facilities-cards .card a:hover{
  text-decoration: none;
  color: rgb(255, 208, 0);
}
.facilities-cards .card img{
  height: 70px;
  width: auto;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width:767px){
  .facilities-cards{
      margin: 0 auto;
      padding: 0;
  }
  .facilities-cards .card{
    margin-top: 10px;
  }
  .facilities-paragraph{
    width: auto;
  }
 
}

/* ---------------------------css for facilities end-------------------------- */





/* ---------------------------css for testimonials start-------------------------- */

.testimonials{
  margin-top: 200px;
}
.testimonials-text{
  width: 450px;
  color: rgb(98, 98, 99);
}
.testimonials .feedbacks .card{
  background: none;
  width: 350px !important;
  text-align: justify;
  padding-top: 10px;
}
.testimonials .feedbacks .card:hover .card-text{
  color: rgb(202, 193, 193);
}
.testimonials .feedbacks{
  margin-top: 50px;
}
.testimonials .feedbacks .card img{
  width: 100px;
  height: auto;
  border-radius: 50%;
  margin: 0 auto;
}
/* .testimonials .feedbacks .card:hover{
  box-shadow: rgb(255, 208, 0) 0px 1px 0px, rgb(255, 208, 0) 0px 1px 0px inset;
} */
.testimonials .feedbacks .card .stars{
  color: rgb(255, 208, 0);
  margin: 0 auto;
  font-size: 13px;
}
.testimonials .carousel-control-prev{
  margin-left: -110px;
}
.testimonials .carousel-control-next{
  margin-right: -110px;
}
.testimonials .feedbacks .card h6, p{
  color: rgb(98, 98, 99);
  
}
.testimonials .feedbacks .carousel-indicators{
  left: 0;
  top: auto;
  bottom: -70px;
}
.testimonials .feedbacks .carousel-indicators li{
  background: rgb(112, 105, 105);
  border-radius: 50%;
  width: 15px;
  height: 15px;

}
.testimonials .feedbacks .carousel-indicators .active{
  background-color: #fff;
}
@media only screen and (max-width:767px){
  .testimonials-text{
    width: auto;
  }
  .testimonials .feedbacks .card{
    margin-top: 20px;
  }
  .testimonials .carousel-control-prev{
    margin: auto;
  }
  .testimonials .carousel-control-next{
    margin: auto;
  }
}
/* ---------------------------css for testimonials end-------------------------- */






/* ---------------------------css for services end-------------------------- */


.services{
  margin-top: 200px;
  margin-bottom: 70px;
}
.services-cards{
  margin-top: 50px;
}
.services-cards .card{
  background-color: rgb(15, 15, 15);
  padding-top: 30px;
  border-top-right-radius: 15%;
  width: 265px;
  height: 100%;
  text-align: justify;
  transition: background-color 0.5s ease-out 100ms;
}
.services-cards  .card:hover{
  background-color: rgb(27, 26, 26);
  
}
.services-cards .card h5{
  color: white;
}
.services-cards  .card:hover  p{
  color: rgb(202, 193, 193);
  
}
.services-cards  .card:hover  h5{
  color: rgb(255, 208, 0);
}
/* .services-cards .services-text .card:hover{
  background-color: rgb(212, 16, 16);
  
} */
.services-cards .card img{
  width: 70px;
  height: auto;
  margin: 0 auto;
}
.services-cards .card .fast-delivery{
  width: 85px;
  margin-top: -8px;
}

.services-text{
  width: 450px;
  color: rgb(98, 98, 99);
}
@media only screen and (max-width:767px){
  .services-text{
    width: auto;
  }
  .services-cards .card{
    margin: 0 auto;
  }
  .services-cards  .card-gap{
    margin-bottom: 10px;
  }
}

/* ---------------------------css for services end-------------------------- */




/* ---------------------------css for contact start-------------------------- */

.contact{
  margin-top: 200px;
}
.contact-text{
  width: 420px;
  text-align: justify;
}
.contact .contact-contents img{
  margin-top: -90px;
}
.contact .contact-contents form{
  margin-top: 30px;
  width: 400px;
  background: #181616;
  padding: 35px;
  border-top-right-radius: 30px;
}
.contact .contact-contents form input {
  background-color: #111010;
  padding: 15px;
  border: none;
  border-radius: 10px;
}
.contact .contact-contents form textarea{
  background-color: #111010;
  border: none;
  border-radius: 10px;
  padding: 15px;
}
.contact .contact-contents form .btn{
  background-color: rgb(255, 208, 0);
  color: white;
  margin-right: 10px;
  border-radius: 25px;
  padding: 10px 30px;
  transition: 0.3s;
}
.contact .contact-contents form .btn:hover{
  background-color: rgb(218, 181, 19);
}
@media only screen and (max-width:767px){
  .contact .contact-contents img{
    display: block;
      margin: 0 auto;
      margin-top: 30px;
      width: 90%;
      height: auto;
  }
  .contact .contact-contents form{
    margin: 0 auto;
  }
  .contact-text{
    width: auto;
  }
  .contact .contact-contents form{
    width: auto;
    height: auto;
  }
}


/* ---------------------------css for contact end-------------------------- */





/* ---------------------------css for conttact page start-------------------------- */


.contactus{
  margin-top: 200px;
}
.contactus img{
  margin-top: -150px;
}
.contactus .contactus-text{
text-align: justify;
}
.contatctus-details{
  margin-top: 130px;
  background-color: #111010;
  width: 100%;
  height: auto;
  padding: 50px;
}

.social-mediaicons-conatct{
  margin-top: 30px;
}

.social-menu ul{
  /* position: absolute; */
  /* top: 50%;
  left: 50%; */
  padding: 0;
  margin: 0;
  /* transform: translate(-50%, -50%); */
  display: flex;
}

.social-menu ul li{
  list-style: none;
  margin: 0 5px;
}

.social-menu ul li .fab{
  font-size: 16px;
  line-height: 30px;
  transition: .3s;
  color: #000;
}

.social-menu ul li:hover .fab{
  color: #fff;
}

.social-menu ul li a{
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgb(209, 202, 202);
  text-align: center;
  transition: .6s;
  box-shadow: 0 5px 4px rgba(0,0,0,.5);
}

.social-menu ul li a:hover{
  transform: translate(0, -10%);
}

.social-menu ul li:nth-child(1) a:hover{
  background-color: #0077b5;
}
.social-menu ul li:nth-child(2) a:hover{
  background-color: #E4405F;
}
.social-menu ul li:nth-child(3) a:hover{
  background-color: #0077b5;
}
/* .social-menu ul li:nth-child(4) a:hover{
  background-color: #000;
} */
.contactus  form{
  margin-top: 30px;
  width: 400px;
  background: #181616;
  padding: 35px;
  border-top-right-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.contactus  form input {
  background-color: #111010;
  padding: 15px;
  border: none;
  border-radius: 10px;
  font-size: 13px;
}
.contactus  form textarea{
  background-color: #111010;
  border: none;
  border-radius: 10px;
  padding: 15px;
}
.contactus  form .btn{
  width: 200px;
  border-color: rgb(255, 208, 0);
  background-color: transparent;
  color: white;
  border-radius: 25px;
}
.contactus  form .btn:hover{
  background-color: rgb(207, 172, 16);
}
.keep-in-touch{
  margin-left: 100px;
  margin-top: 100px;
}
.keep-in-touch a{
  color: rgb(202, 193, 193);
}
.keep-in-touch a:hover{
  color: rgb(255, 208, 0);
  text-decoration: none;
}
@media only screen and (max-width:767px){
  .contactus img{
    display: block;
    margin: 0 auto;
  }
  .keep-in-touch{
    margin: 0 auto;
  }
  .social-mediaicons-conatct{
    margin: 0 auto;
    text-align: center;
    justify-content: center;
  }
  .contactus .contact-us-address {
   text-align: center;
  }
  .contatctus-details{
    padding: 18px;
  }
  .social-menu ul{
    text-align: center;
    justify-content: center;
    margin-top: 15px;
  }
  .contactus  form{
    width: 100%;
    margin: 0 auto;
    margin-top: 18px;
  }
}


/* ---------------------------css for conttact page end-------------------------- */




/* ---------------------------css for menu start-------------------------- */
.menu{
  margin-top: 130px;
  /* width: 100%; */
  background-color: #111010;
  padding: 60px;
}
.menu-text{
  width: 450px;
  color: rgb(98, 98, 99);
}
.menu .main {
  max-width: 1000px;
  margin: auto;
}
.menu .menu-gallery{
  margin-top: 50px;
}

.menu .menu-gallery h1 {
  font-size: 50px;
  word-break: break-all;
}

.menu .menu-gallery .row {
  margin: 8px -16px;
}

.menu-gallery .active{
  color: #fff!important;
  background: rgb(255, 208, 0)!important;
  border-radius: 20px;
}

.menu  .row,
.row >  .column {
  padding: 8px;
}

.menu  .column {
  float: left;
  width: 25%;
  display: none; 
}
@media only screen and (max-width:767px){
  .menu  .column{
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
  .menu  .container{
    padding-top: 50px;
  }
  .menu{
    padding: 0;
  }
  .menu .menu-gallery .buttonlist .btn{
    margin: -5px;
  }
  .menu-text{
    width: auto;
  }
}

.menu  .row:after {
  content: "";
  display: table;
  clear: both;
}

.menu  .content {
  padding: 10px;
}

.menu .show {
  display: block;
}

.menu .menu-gallery .buttonlist .btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background: none;
  cursor: pointer;
  margin-bottom: 40px;
  border-radius: 20px;
  margin-right: 20px;
  color: rgb(180, 170, 170);
}

.menu .menu-gallery .buttonlist   .btn:hover {
  background-color: rgb(255, 208, 0);
  color: white;
  border-radius: 20px;
  padding: 10px  20px;
}

.menu .menu-gallery .buttonlist   .btn:focus {
  background-color: rgb(255, 208, 0);
   color: white;
   border-radius: 20px;
  padding: 10px  20px;
}


.buttonlist .btn{
  margin: 0 auto;
}
.menu .product{
  transform: translate(-10%,-10%);
  width: 250px;
  height: 260px;
  box-shadow: 0 20px 40px rgba(0,0,0,.2);
  border-radius: 5px;
  background:rgb(41, 39, 39);
  overflow: hidden;
}
.menu .product .stars{
  color: rgb(255, 208, 0);
  /* margin: 0 auto; */
  font-size: 13px;
}
.menu .product .imgbox{
  height: 70%;
  box-sizing: border-box;
}
.menu .product .imgbox img{
  display: block;
  width: 100%;
  margin: 0 auto ;
}
.menu .product .menu-card-para{
  margin-top: 5px;
  padding: 5px;
  /* justify-content: center;
  text-align: justify; */
}

.menu .specifies{
  position: absolute;
  width: 100%;
  bottom: -138px;
  background: rgb(41, 39, 39);
  padding:20px;
  box-sizing: border-box;
  transition: .5s;
}
.menu .product:hover .specifies{
  bottom: 0;
}
.menu .specifies h2{
  margin: 0;
  padding: 0;
  color: #ccc;
  font-size: 16px;
  width: 100%;
}
.menu .specifies h2 span{
  font-size: 14px;
  color: rgb(128, 124, 124);
  font-weight: normal;
}
.menu .specifies .price{
  position: absolute;
  top: 14px;
  right: 25px;
  font-weight: bold;
  color: rgb(255, 255, 255);
  font-size: 20px;
}
.menu label{
  display: block;
  margin-top: 5px;
  font-weight: bold;
  font-size: 15px;
}

.menu   .product button{
  width: 200px;
  background-color: rgb(255, 208, 0);
  color: white;
  border-radius: 10px;
  padding: 5px;
  margin: 10px 0 0;
  font-size: 13px;
}
.menu   .product button:hover{
  background-color: rgb(207, 172, 16);
}

.menu   .menu-btn{
  width: 150px;
  background-color: rgb(255, 208, 0);
  color: white;
  border-radius: 10px;
  padding: 5px;
  font-size: 13px;
}
.menu   .menu-btn:hover{
  background-color: rgb(207, 172, 16);
}

@media only screen and (max-width:767px){
  .menu .product {
    margin: 0 auto;
  }
  .menu .specifies{
    justify-content: center;
  }
  .menu .specifies h2{
    text-align: center;
  }
  .menu   .menu-btn{
    margin-left: 80px;
    margin-top: -20px;
  }
}
/* ---------------------------css for menu end-------------------------- */





/* ---------------------------css for footer start-------------------------- */


.footer{
  margin-top: 200px;
  background-color: #181616;
  padding-top: 55px;
  padding-bottom: 55px;
}
.footer img{
  width: 150px;
  height: auto;
}
.footer .links{
  margin-top: 30px;
}
.footer a:hover{
  text-decoration: none;
  color: rgb(255, 208, 0);
}
.footer a{
  
  color: rgb(180, 170, 170);
}
.footer p{
  margin-top: 30px;
  color: rgb(180, 170, 170);
}
.footer-icons img{
  width: 40px;
  height: auto;
}
.demopadding {
  /* margin:50px auto; */
  width:140px;
  text-align:center;
}
.icon {
	position:relative;
	text-align:center;
	width:0px;
	height:0px;
	padding:20px;
	border-top-right-radius: 	20px;
	border-top-left-radius: 	20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 	20px; 
	color:#ffffff;
}
.icon i {
	font-size:20px;
	position:absolute;
	left:9px;
	top:10px;
  color:#ffffff;
}

.icon.social {
	float:left;
	margin:0 5px 0 0;
	cursor:pointer;
	background:rgb(255, 38, 0) ;
	color:#262626;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 	
}
.icon.social:hover {
	background:rgb(255, 208, 0) ;
	color:rgb(255, 208, 0);
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-filter:	drop-shadow(0 1px 10px rgba(0,0,0,.8));
	-moz-filter: 	drop-shadow(0 1px 10px rgba(0,0,0,.8));
	-ms-filter: 		drop-shadow(0 1px 10px rgba(0,0,0,.8));
	-o-filter: 		drop-shadow(0 1px 10px rgba(0,0,0,.8));
	filter: 			drop-shadow(0 1px 10px rgba(0,0,0,.8));	 	
}
.icon.social.fb i {
	left:13px;
	top:10px;
}
.icon.social.tw i {
	left:11px;
}
.icon.social.in i {
	left:11px;
}
.footer-contact{
  margin-top: 30px;
}

ul.social-network {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 0;
}

ul.social-network li {
  display: inline;
  margin: 0 5px;
}


/* footer social icons */

.social-network a.icoFacebook:hover {
  background-color: #3B5998;
}
.social-network a.icoInstagram:hover {
  background-color: rgb(193, 53, 132);
}

.social-network a.icoLinkedin:hover {
  background-color: #007bb7;
}

.social-network a.icoFacebook:hover i,
.social-network a.icoLinkedin:hover i {
  color: #fff;
}

.social-network a.socialIcon:hover,
.socialHoverClass {
  color: #44BCDD;
}

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  width: 30px;
  height: 30px;
  font-size: 15px;
}

.social-circle li i {
  margin: 0;
  line-height: 30px;
  text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.social-circle i {
  color: #ffffff;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.social-network a {
  background-color: rgb(255, 208, 0);
}

@media only screen and (max-width:767px){
  .footer{
    margin: 0 auto;
  }
  .footer .links{
    text-align: center;
  }
  .footer-icons{
    justify-content: center;
  }
  .footer h5{
    margin-top: 30px;
  }
  .menu{
    padding: 0;
  }
  .menu-text{
    width: auto;
  }
  .footer-contact{
    text-align: center;
  }
}



/* ---------------------------css for footer end-------------------------- */



/* .product{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 300px;height: 400px;box-shadow: 0 20px 40px rgba(0,0,0,.2);border-radius: 5px;background:#0e0e0f;overflow: hidden}.product .imgbox{height: 100%;box-sizing: border-box}.product .imgbox img{display: block;width: 80%;margin: 10px auto 0}.specifies{position: absolute;width: 100%;bottom: -160px;background: #fff;padding:10px;box-sizing: border-box;transition: .5s}.product:hover .specifies{bottom: 0}.specifies h2{margin: 0;padding: 0;font-size: 20px;width: 100%}.specifies h2 span{font-size: 15px;color: #ccc;font-weight: normal}.specifies .price{position: absolute;top: 12px;right: 25px;font-weight: bold;color: #000;font-size: 30px}label{display: block;margin-top: 5px;font-weight: bold;font-size: 15px}ul{display: flex;margin: 0;padding: 0}ul li{list-style: none;margin: 5px 5px 0;font-size: 15px;font-style: normal;color: #ccc}ul li:first-child{margin-left: 0}ul.colors li{width: 15px;height: 15px}ul.colors li:nth-child(1){background: #4A148C}ul.colors li:nth-child(2){background: #F50057}ul.colors li:nth-child(3){background: #536DFE}ul.colors li:nth-child(4){background: #388E3C}ul.colors li:nth-child(5){background: #FF6D00}.btn{display: block;padding: 5px;color: #fff;margin: 10px 0 0;width:100%;font-size: 13px;border-radius: 2px} */

