
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease-out, visibility 0s linear .5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity .5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

@font-face {
  font-family: "pac";
  src: url("font/Pacifico-Regular.ttf");
}
@font-face {
  font-family: "Quicksand";
  src: url("font/Quicksand-Medium.ttf");
}

@font-face {
  font-family: "Honey";
  src: url("font/HoneyScript-Light.ttf");
}


.poster-img-1{
    height:400px;
    background-repeat: no-repeat;
}
@media only screen and (max-width : 1000px ) and (min-width :400px) {
  .mhs{
      height : 400px;
  }
  .gallery img{
    width: 400px;
    height:280px;
    transition: 0.5s;
    margin-bottom: 5px;
  }
  .lw{
      width:80px;
  }
  .img-gallery1{
    height:350px;
  }
  .sm-img1{
    height:75px;
  }
  .title6{
      font-family: "Honey";
      font-size: 60px;
      letter-spacing: 3px;
     
      color:rgb(208, 200, 200);
  }
  .title-gallery{
    color:#0F172B;
    font-size:80px;
    font-family: "pac";
   
  }
}


@media only screen and (min-width : 1000px) {
  .mh{
      height : 550px;
  }
  .img-gallery{
    height:420px;
  }
  .gallery img{
    width: 400px;
    height:280px;
    transition: 0.5s;
    margin-bottom: 5px;
  }
  .sm-img{
    height:90px;
  }
  .title7 {
      font-family: "Honey";
      font-size: 90px;
      letter-spacing: 3px;
     
      color:rgb(208, 200, 200);
  }
  .title-gallery{
    color:#0F172B;
    font-size:80px;
    font-family: "pac";
  }
  .fls{
    font-size: 35px;
  }
  }
  @media only screen and (max-width : 400px) {
    .mhp{
        height : 250px;
    }
    .img-gallery2{
      height:200px;
    }
    .gallery1 img{
      width: 340px;
      height:230px;
      transition: 0.5s;
      margin-bottom: 5px;
    }
    
    .title-gallery2{
      color:#0F172B;
      font-size:40px;
      font-family: "pac";
    }
    .sm-img2{
      height:35px;
    }
    .title8 {
      font-family: "Honey";
      font-size: 35px;
      letter-spacing: 3px;
     
      color:rgb(208, 200, 200);
  }
  .sv{
    height: 100px;
    width:100px;
  }
  .fls1{
    font-size: 28px;
  }
    }
.details {
  box-shadow: 0 0 45px rgba(0, 0, 0, .08);
  transition: .5s;
}

.details:hover {
  background: var(--primary);
}

.details * {
  transition: .5s;
}

.details:hover * {
  color: var(--light) !important;
}
* {
  box-sizing: border-box;
}

/* Position the image container (needed to position the left and right arrows) */
.container1 {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
}
.mySlides1 {
  display: none;
}
/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev1,
.next1 {
  
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next1 {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev1:hover,
.next1:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext1 {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  
}

/* Container for image text */
.caption-container1 {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row1:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column1 {
  float: left;
  width: 16.66%;
 
}

/* Add a transparency effect for thumnbail images */
.demo1 {
  opacity: 0.6;
}
.demo2 {
  opacity: 0.6;
}
.active1,
.demo1:hover {
  opacity: 1;
}
.demo2:hover {
  opacity: 1;
}

  
*{
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}
.gallery{
  width: 100%;
  height: auto;
  text-align: center;
  margin: auto;
}

.gallery img:hover{
  filter: grayscale(80%);
  transform: scale(1.02);
}
.offersimg img{
  width:600px;
 
  transition: 0.5s;
  margin-bottom: 5px;
}
.offersimg{
  width: 100%;
  height: auto;
  text-align: center;
  margin: auto;
}

.color-header{
  color:black;
}
.navbar-nav .nav-link:hover {
  color:#d4af37;
}
.navbar-nav .nav-link {
  color:black;
}