@charset "utf-8";
 * {
     outline: none;
     margin: 0px;
     padding: 0px;
     border: none;
     text-decoration: none;
     box-sizing:border-box;
     font-family: 'Montserrat';
}
 body {
     text-decoration: none;
     font-family: 'Montserrat';
     font-size:16px;
     color:#505050;
}
 .c1 {
     background-color:#fff !important;
     color:#333 !important;
}


body.home-head .nav-menu>li a.home-head,
body.about-head .nav-menu>li a.about-head,
body.services-head .nav-menu>li a.services-head,
body.projects-head .nav-menu>li a.projects-head,
body.gallery-head .nav-menu>li a.gallery-head,
body.blog-head .nav-menu>li a.blog-head,
body.services .nav-menu>li a.services,
body.contact-head .nav-menu>li a.contact-head {
   
  color: #387ed1;

  }
  


  @font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Thin.eot');
    src: url('../fonts/Montserrat-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Thin.woff') format('woff'),
        url('../fonts/Montserrat-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.eot');
    src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Medium.woff') format('woff'),
        url('../fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.eot');
    src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-SemiBold.woff') format('woff'),
        url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-ExtraBold.eot');
    src: url('../fonts/Montserrat-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-ExtraBold.woff') format('woff'),
        url('../fonts/Montserrat-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Regular.woff') format('woff'),
        url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }

  @font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Black.eot');
    src: url('../fonts/Montserrat-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Black.woff') format('woff'),
        url('../fonts/Montserrat-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
  font-family: 'Gustolle';
  src: url('../fonts/Gustolle.eot');
  src: url('../fonts/Gustolle.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Gustolle.woff') format('woff'),
      url('../fonts/Gustolle.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

 .clear {
     clear: both 
}
 audio, ::selection {
     background:#387ed1;
     color: #fff;
}
 .effect-shine:hover {
     -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,0.8) 30%, #000 50%, rgba(0,0,0,.6) 70%);
     -webkit-mask-size: 200%;
     -webkit-animation: shine 2s infinite;
     animation: shine 2s infinite;
}
 .grecaptcha-badge{
     display:none !important;
}
 .img-full{
     width: 100%;
     height:auto;
     display: block 
}
 .img-responsive {
     max-width: 100%;
     height:auto;
}
 .container{
     width:100%;
     padding-left:15%;
     padding-right:15% 
}


.desk-view{
    display: block !important
}
.mob-view{
    display: none !important
}
.banner-wraper{
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.banner-caption{
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top:100px;
  bottom: 0;
  display: flex;
  align-items: center;
 /* padding-bottom: 10%;*/
}
.banner-caption-outer{ display: flex;
  align-items: center; justify-content: center;}
.caption-banner{
  width: auto;
  height: auto;
  
}
.caption-banner-title{
  font-family: 'Gustolle';
  color: rgba(255,255,255,0.8);
  font-size: 9.375em;
  line-height:0.6;
}
.caption-banner p{
  font-size: 1em;
  color: #fff;
  font-family: inherit;
  font-weight: normal;
  text-align: left;
  float: right;
  line-height: 1;
}
.about-wraper{
  width: 100%;
  height: auto;
  position: relative;
 /* margin-top: -20em;*/
  z-index: 3;
}
.about-wraper .container{
  display: flex;
  align-items: center;
}
.about-content{
  width: 50%;
  height: auto;
  float: left;
}
.about-welcome{
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 1em;
  color: #333;
  font-weight: 500;
    font-style: normal;
    font-display: swap;
    font-family: inherit;
}
.title{
  width: 100%;
  height: auto;
  text-align: center;
  font-family: 'Gustolle';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: #1a8bb6;
  font-size: 4.5em;
  line-height: 1;
}
.about-sub{
  width: 100%;
  height: auto;
  text-align: center;
  color: #1a8bb6;
  font-weight: 500;
    font-style: normal;
    font-display: swap;
    font-family: inherit;
    text-transform: uppercase;
}
.about-border{
  width: 100%;
  height: auto;
  text-align: center;
}
.about-content p{
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 1em;
  font-family: inherit;
  color:#333 ;
}
.packages-wrap{
  width: 100%;
  height: auto;
  position: relative;
}
.item{
  width: 100%;
  height: auto;
  position: relative;
  background-color: #fff;
  padding:55px 55px ;
}
.package-top{
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
}
.package-left-pic{
  width:47.5% ;
  height: auto;
  float: left;
}
.package-mid{
  width: 30.4%;
  height: 100%;
  display: flex;
  align-items: center;
  float: left;
}
.package-right{
  width: 22%;
  height: auto;
  float: left;
}
.package-details{
  width: 100%;
  height: auto;
  padding-top: 1em;
}
.package-details p{
  width: 100%;
  height: auto;
  text-align: justify;
  font-size: 1em;
  font-family: inherit;
  color:#333 ;
  line-height: 1.7;
}
.package-details-title{
  width: 100%;
  height: auto;
  text-align: left;
  font-family: inherit;
  font-weight: bold;
  color:#248fd3 ;
  font-size: 1.15em;
  margin-top: 1.5em;

}.package-middle-for{
  width: 100%;
  height: auto;
}
.package-middle-pic{
  width: 100%;
  height: auto;
  text-align: center;
}
.package-sub-title{
  width: 100%;
  height: auto;
  text-align: center;
  color: #333;
  font-family: inherit;
  font-weight: bold;
  font-size: 1.75em;
}
.package-title{
  width: 100%;
  height: auto;
  text-align: center;
  color: #333;
  font-family: inherit;
  font-weight: bold;
  font-size: 2.15em;
}

.lets-talk{
  width:100%;
  height: auto;
  display: flex;
  justify-content: center;
  margin-top: 1.5em;
}


[class^="hvr-"] {
padding: 0px 55px;
cursor: pointer;
background: #fff;
text-decoration: none;
color: #000;
/* Prevent highlight colour when element is tapped */
-webkit-tap-highlight-color: rgba(0,0,0,0);

/* Smooth fonts */
-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 40px;
  font-size: 0.85em;
  font-family: inherit;
}

.aligncenter {
text-align: center;
}

/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.hvr-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-wobble-horizontal:hover, .hvr-wobble-horizontal:focus, .hvr-wobble-horizontal:active {
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.book-button{
  color: #fff;
  outline: none;
  background: transparent;
  padding-left: 25px;
  padding-right: 25px;
  line-height: 36px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  overflow: hidden;
  transition: all .5s;
  z-index: 1;
  font-family: inherit;
  font-size: 1em !important;
  font-weight: normal;
  text-align: center;
  background-color: #c53433;
}
.book-button:hover{ color: #fff;}
.price-details{
  width: 60%;
  height: auto;
  float: right;
  padding:40px 75px ;
  /*background: url(../images/pricebg.jpg) no-repeat;
  background-size: 100% 100%;*/
  margin: 25px 0px;
  z-index: 1;
  position: relative;
  background-color:#c53433;
  

}
.price-title{
  width: 100%;
  height: auto;
  text-align: left;
  color: #fff;
  font-size: 1.15em;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 0.5em;
}
.price-details p{
  width: 100%;
  height: auto;
  text-align: left;
  font-size: 1em;
  font-family: inherit;
  color:#fff ;
  line-height: 1.7;
}
.package-main-bg{
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
}
.package-bottom-wrap{
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 80px 0px;
}
.package-bottom-wrap .container {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
.packages-for{
  width: auto;
  height: auto;
  float: left;
}
.packages-for-icon{
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 1em;
}
.packages-for-title{
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 1em;
  font-family: inherit;
  font-weight: 500;
  color: #333;
}
.sliderbg{
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.sliderbg img{ width: auto; height:auto; display: block;}
#foodmenu{
  padding-top: 0px;
}


section.module.parallax {
  height:auto;
  background-position:50% 50%;
  background-repeat:no-repeat;
  background-attachment:fixed;
  -webkit-background-size:100% 100%;
  -moz-background-size:100% 100%;
  -o-background-size:100% 100%;
  background-color:#000;
  background-size: 100% 100%;
}
section.module.parallax-1 {
  background-image: url(../images/foodmenubg.jpg);

}
.foodmenu-wraper{
  width: 100%;
  height: auto;
  position: relative;
  padding-bottom: 105px;
}
.foodmenu-pic{
  width: 41.85%;
  float: left;
  position: relative;
}
.foodmenu{
  width: 100%;
  height: auto;
}
.foodmenu-details{
  width: 51.2%;
  float: right;
}
.foodmenu-header{
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
.foodmenu-for{
  width: auto;
  height: auto;
  float: left;
  margin-bottom: 1.5em;
}
.foodmenu-icon{
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom:0.5em;
}
.foodmenu-name{
  width: 100%;
  height: auto;
  text-align: center;
  color: rgba(255,255,255,0.5);
  font-family: inherit;
  font-size: 1em;
  font-weight: 500;
}
.food-category{
  width:100%;
  height: auto;
  margin-top: 1em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: stretch;
  float: left;
  padding-left: 8%;
  
}
.food-category-name{
  width: 100%;
  height: auto;
  text-align: left;
  font-size: 1.15em;
  font-family: inherit;
  font-weight: bold;
  color: rgba(255,255,255,0.5);
}
.food-category ul{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  width: 100%;
}
.food-category ul li{
  width: 50%;
  float: left;
  padding: 0px 1em 0px 25px;
  font-family: inherit;
  font-size: 1em;
  line-height: 1.7;
  margin-bottom: 5px;
  color: rgba(255,255,255,0.5);
  font-weight: normal;
  background: url(../images/menu-listing.png) no-repeat left 7px;
  margin-top: 5px;
}
.food-category:nth-last-child(1) ul li{ width: 100%; padding-right: 0px;}


.animated{
  -webkit-animation-duration:2s;
  animation-duration:2s;
  -webkit-animation-fill-mode:both;
  animation-fill-mode:both
}
.bounce-animate3 {
  animation-name: float-bob3;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob3;
  -moz-animation-duration: 4s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob3;
  -ms-animation-duration: 4s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob3;
  -o-animation-duration: 4s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear; }

  @-webkit-keyframes float-bob3 {
    0% {
      -webkit-transform: translateY(-40px);
      transform: translateY(-40px); }
    50% {
      -webkit-transform: translateY(-25px);
      transform: translateY(-25px); }
    100% {
      -webkit-transform: translateY(-40px);
      transform: translateY(-40px); } }
      .foodmenu-pic-bg{
        width: auto;
        height: auto;
        position: absolute;
        right: 0;
        bottom: -2em;
      }
      #gallery{ padding: 0px;}
      .gallery-wraper{
        width: 100%;
        height: auto;
        padding: 105px 0px;
        background-image: linear-gradient(180deg, #f9fbfc, #fff);
      }

   .gallery-for{
    width: 24.85%;
    height: auto;
    float: left;
    margin-right: 0.2%;
    margin-bottom: 0.15%;

   } 
   .gallery-for:nth-child(4){ margin-right: 0%;} 
   .gallery-for:nth-last-child(2){ margin-right: 0%;} 
   .gallery-for:nth-child(n+5):nth-child(-n+7) {width:33.23% ; margin-right: 0.15%;}
   .gallery-for:nth-child(n+5):nth-child(-n+7) .box-group img{ height: 240px;}
  .gallery-for:nth-child(7){ margin-right: 0% !important;} 
/**/
.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  opacity: 0;
}
.box-group.gallery-box h4 {
position: absolute;
  transform: translate(-50%,-50%);
  left: 50%;
  bottom: 0;
  font-family: 'Montserrat';
  z-index: 9;
  font-weight: 600;
  font-size: 1em;
  color: #333;
  padding: 6px 25px;
  background: #fff;
  border-radius: 10px;width: max-content;

}
.box-group:hover .img-overlay{
opacity: 1 !important
}
.img-overlay i {
  color: #fff;
  font-size: 2em;
}
.box-group{
  text-align: center;
  overflow: hidden;
  position: relative;    
}
.box-group img{
  max-width: 100%;
  max-height: 100%;
  transform: scale3d(1, 1, 1);
  transition: all 0.3s ease 0s;
  display:block;
  width: 100%;
  object-fit: cover;
  /*  -webkit-mask-image: url(../images/maskimg1.png);
  -webkit-mask-position: bottom;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;*/
height: 200px;
}
.box-group:hover img{
  transform: scale3d(1.04, 1.04, 1);
}
.box-group .box-content{
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  padding-top: 35%;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  transition: all 0.3s ease 0s;
}
.box-group:hover .box-content{
  opacity: 1;
}
.box-group .box-content:before, .box-group .box-content:after{
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  bottom: 15px;
  right: 15px;
  opacity: 0;
  z-index: -1;
  transform: scale(1.5);
  transition: all 0.6s ease 0.2s;
}
.box-group .box-content:before{
  border-top: none;
  border-bottom: none;
  left: 30px;
  right: 30px;
}
.box-group .box-content:after{
  border-left: none;
  border-right: none;
  top: 30px;
  bottom: 30px;
}
.box-group:hover .box-content:before, .box-group:hover .box-content:after{
  opacity: 1;
  transform: scale(1);
}
.box-group .content-inner{
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s ease 0s;
}
.box-group:hover .content-inner{
  opacity: 1;
  transform: scale(1);
}
#contact{
  padding: 0px;
}

section.module.parallax-2 {
  background-image: url(../images/enquiry-bg.png);
  padding: 105px 0px;
}
.enquiry-container{
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
}
.enquiry-content{
  width: 50%;
  height: auto;
  float: left;
}
.enquiry-content-title{
  width: 100%;
  height: auto;
  text-align: left;
  color: #fff;
  font-size: 4.625em;
  font-family: 'Gustolle';
  font-weight: normal;
  font-style: normal;
  line-height: 0.7;
}
.enquiry-form-outer{
  width: 90%;
  height: auto;
  float: right;
  padding:45px 45px;
  background: url(../images/enquiryform-bg.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
  z-index: 2;

}

.enquiry-form-outer .user-box {
  position: relative;
  margin-right: 2%;
  width: 49%;
  float: left;
  margin-bottom:15px;
}
.enquiry-form-outer .user-box:nth-child(2n+2){ margin-right: 0%;}


.enquiry-form-outer .user-box input {
  width: 100%;
  padding: 0px 1em;
  font-size:1em;
  color: #333;
  border: none;
  border: 1px solid #fff;
  outline: none;
  background: #fff;
  border-radius: 20px;
  line-height: 45px;
}
.enquiry-form-outer .user-box input:focus ~ label,
.enquiry-form-outer .user-box input:valid ~ label {
  top: -7px;
  left: 0px;
  color: #666;
  font-size: 10px;
  background-color: #fff;
  padding: 0px 10px;
  line-height: 20px;
  border-radius: 20px;
  bottom: inherit;
}

.enquiry-form-outer .user-box label {
  position: absolute;
  top:0;
  left: 0;
  padding: 0px 1em;
  font-size: 16px;
  color: #333;
  pointer-events: none;
  transition: .5s;
  bottom: 0;
  line-height: 45px;
  background-color: transparent;
}

.full-field{
  width: 100% !important;
  margin-right: 0% !important;
}

textarea:focus~.floating-label,
textarea:not(:placeholder-shown)~.floating-label,
input:not(:focus):valid~.floating-label {
  top: -7px;
  left: 0px;
  color: #666;
  font-size: 10px;
  background-color: #fff;
  padding: 0px 10px;
  line-height: 20px;
  border-radius: 20px;
  bottom: inherit;
}

.scheme-des textarea {
  width: 100%;
  height: 125px;
  resize: none;
  padding: 10px 20px 0 20px;
  font-size: 1em;
  color: #333;
  font-family: inherit;
  font-weight: normal;
  border-radius: 20px;
}

.floating-label {
  position: absolute;
  pointer-events: none;
  left: 20px;
  top: 10px;
  transition: 0.2s ease all;
  color: #999999;
  font-size: 1em;
}




.floating-input , .floating-select {
  width: 100%;
  padding: 0px 1em;
  font-size:1em;
  color: #333;
  border: none;
  border: 1px solid #fff;
  outline: none;
  background: #fff;
  border-radius: 20px;
  line-height: 45px;
  height: 45px;
}

.floating-input:focus , .floating-select:focus {
     outline:none;
}


.floating-select:focus ~ label , .floating-select:not([value=""]):valid ~ label {
  top: -7px;
  left: 0px;
  color: #666;
  font-size: 10px;
  background-color: #fff;
  padding: 0px 10px;
  line-height: 20px;
  border-radius: 20px;
  bottom: inherit;
}

/* active state */
.floating-input:focus ~ .bar:before, .floating-input:focus ~ .bar:after, .floating-select:focus ~ .bar:before, .floating-select:focus ~ .bar:after {
  width:50%;
}


/* highlighter */
.highlight {
  position:absolute;
  height:50%; 
  width:100%; 
  top:15%; 
  left:0;
  pointer-events:none;
  opacity:0.5;
}
.submit-button{
  line-height: 45px;
  padding: 0px 65px;
  border-radius: 25px;

}
.enquiry-bottom{
  width:100% ;
  height: auto;
  margin-top: 2em;
}
.enquiry-bottom ul{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.enquiry-bottom ul li{
  width:18.8% ;
  height: auto;
  float: left;
  margin-right: 1.5%;
  font-family: inherit;
  font-size: 0.85em;
  line-height: 1.7;
  margin-bottom: 5px;
  color: rgba(255,255,255,1);
  font-weight: normal;
  background: url(../images/menu-listing.png) no-repeat left 7px;
  margin-top: 5px;
  padding-left: 25px;
}
.enquiry-bottom ul li:nth-child(5n+5){ margin-right: 0%;}

#contact .container {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.bird {
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/174479/bird-cells-new.svg);
  background-size: auto 100%;
  width: 88px;
  height: 125px;
  will-change: background-position;
  -webkit-animation-name: fly-cycle;
          animation-name: fly-cycle;
  -webkit-animation-timing-function: steps(10);
          animation-timing-function: steps(10);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.bird--one {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}
.bird--two {
  -webkit-animation-duration: 0.9s;
          animation-duration: 0.9s;
  -webkit-animation-delay: -0.75s;
          animation-delay: -0.75s;
}
.bird--three {
  -webkit-animation-duration: 1.25s;
          animation-duration: 1.25s;
  -webkit-animation-delay: -0.25s;
          animation-delay: -0.25s;
}
.bird--four {
  -webkit-animation-duration: 1.1s;
          animation-duration: 1.1s;
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

.bird-container {
  position: absolute;
  top: 20%;
  left: -10%;
  transform: scale(0) translateX(-10vw);
  will-change: transform;
  -webkit-animation-name: fly-right-one;
          animation-name: fly-right-one;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.bird-container--one {
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
  -webkit-animation-delay: 0;
          animation-delay: 0;
}
.bird-container--two {
  -webkit-animation-duration: 16s;
          animation-duration: 16s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.bird-container--three {
  -webkit-animation-duration: 14.6s;
          animation-duration: 14.6s;
  -webkit-animation-delay: 9.5s;
          animation-delay: 9.5s;
}
.bird-container--four {
  -webkit-animation-duration: 16s;
          animation-duration: 16s;
  -webkit-animation-delay: 10.25s;
          animation-delay: 10.25s;
}

@-webkit-keyframes fly-cycle {
  100% {
    background-position: -900px 0;
  }
}

@keyframes fly-cycle {
  100% {
    background-position: -900px 0;
  }
}
@-webkit-keyframes fly-right-one {
  0% {
    transform: scale(0.3) translateX(-10vw);
  }
  10% {
    transform: translateY(2vh) translateX(10vw) scale(0.4);
  }
  20% {
    transform: translateY(0vh) translateX(30vw) scale(0.5);
  }
  30% {
    transform: translateY(4vh) translateX(50vw) scale(0.6);
  }
  40% {
    transform: translateY(2vh) translateX(70vw) scale(0.6);
  }
  50% {
    transform: translateY(0vh) translateX(90vw) scale(0.6);
  }
  60% {
    transform: translateY(0vh) translateX(110vw) scale(0.6);
  }
  100% {
    transform: translateY(0vh) translateX(110vw) scale(0.6);
  }
}
@keyframes fly-right-one {
  0% {
    transform: scale(0.3) translateX(-10vw);
  }
  10% {
    transform: translateY(2vh) translateX(10vw) scale(0.4);
  }
  20% {
    transform: translateY(0vh) translateX(30vw) scale(0.5);
  }
  30% {
    transform: translateY(4vh) translateX(50vw) scale(0.6);
  }
  40% {
    transform: translateY(2vh) translateX(70vw) scale(0.6);
  }
  50% {
    transform: translateY(0vh) translateX(90vw) scale(0.6);
  }
  60% {
    transform: translateY(0vh) translateX(110vw) scale(0.6);
  }
  100% {
    transform: translateY(0vh) translateX(110vw) scale(0.6);
  }
}
@-webkit-keyframes fly-right-two {
  0% {
    transform: translateY(-2vh) translateX(-10vw) scale(0.5);
  }
  10% {
    transform: translateY(0vh) translateX(10vw) scale(0.4);
  }
  20% {
    transform: translateY(-4vh) translateX(30vw) scale(0.6);
  }
  30% {
    transform: translateY(1vh) translateX(50vw) scale(0.45);
  }
  40% {
    transform: translateY(-2.5vh) translateX(70vw) scale(0.5);
  }
  50% {
    transform: translateY(0vh) translateX(90vw) scale(0.45);
  }
  51% {
    transform: translateY(0vh) translateX(110vw) scale(0.45);
  }
  100% {
    transform: translateY(0vh) translateX(110vw) scale(0.45);
  }
}
@keyframes fly-right-two {
  0% {
    transform: translateY(-2vh) translateX(-10vw) scale(0.5);
  }
  10% {
    transform: translateY(0vh) translateX(10vw) scale(0.4);
  }
  20% {
    transform: translateY(-4vh) translateX(30vw) scale(0.6);
  }
  30% {
    transform: translateY(1vh) translateX(50vw) scale(0.45);
  }
  40% {
    transform: translateY(-2.5vh) translateX(70vw) scale(0.5);
  }
  50% {
    transform: translateY(0vh) translateX(90vw) scale(0.45);
  }
  51% {
    transform: translateY(0vh) translateX(110vw) scale(0.45);
  }
  100% {
    transform: translateY(0vh) translateX(110vw) scale(0.45);
  }
}


.footer-bottom-wraper{
  width: 100%;
  height: auto;
  z-index: 1;
  position: relative;
  background-color: #1d97aa;
}
.copyright{
  width: auto;
  height: auto;
  text-align: left;
  font-size: 1em;
  color: rgba(255,255,255,0.54);
line-height: 56px;
font-family: inherit;
font-size: 1em;
font-weight:normal;
font-style: normal;
font-display: swap;
float: left;
}
.designed
{
width: auto;
height: 56px;
float: right;
display: flex;
align-items: center;
}

.designed p {
  width: auto;
  height: auto;
  font-size: 1em;
  color: rgba(255,255,255,0.54);
font-family: inherit;
font-size: 1em;
font-weight: normal;
font-style: normal;
font-display: swap;
}
.designed p a {
  text-decoration: none;
  color: rgba(255,255,255,0.54);
font-family: inherit;
font-size: 1em;
font-weight: normal;
font-style: normal;
font-display: swap;
}
.designed p a:hover {
  text-decoration: none;
  color: rgba(255,255,255,0.8);
font-family: inherit;
font-size: 1em;
font-weight:  normal;
font-style: normal;
font-display: swap;
}

.footer-wraper {
  width: 100%;
  height: auto;
  background: linear-gradient(#eae9e8, #f8f8f6);
  padding-top: 40px;
  z-index: 2;
  position: relative;
  bottom: 0;
}
.footer-top {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px 0px;
  position: relative;
  z-index: 99;
}
.footer-top-container {
  width: auto;
  height: auto;
  float: left;
  position: relative;
}

.footer-social-links {
  width: auto;
  height: auto ;
  margin-top: 1em;
}
.footer-social-links ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  width: 100%;
}
.footer-social-links ul li{
  float: left;
  width: 25%;
}
.footer-social-links ul li a{
  color:#1d97aa;
  font-size:1.25em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.footer-social-links ul li a:hover{
  color:#333;
  font-size: 1.25em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-top-container-content {
  width: 100%;
  height: auto;
}
.footer-top-container-content p {
  font-family: inherit;
  font-size: 1em;
  color: #111;
  font-weight: normal;
  line-height: 1.7;
}
.footer-top-container-content p span {
  font-family: inherit;
  font-size: 1em;
  color:#248fd3;
  font-weight: normal;
  line-height: 1.7;
}
.footer-top-container img{mix-blend-mode: multiply;}
.footer-bg{
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
}
.navbar-nav li a{
  font-size: 1em;
  line-height: 20px;
  padding: 10px 20px;
  position: relative;
  font-weight: 500;
  opacity: 1;
  word-break: normal;
  color: #333;
  text-decoration: none;
}
.navbar-nav li a:hover{ color: #ed1c24;}
.route{
  width: 34%;
  height: auto;
  float: left;
  padding-left: 5%;
}
.route ul{
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.route ul li{
  width: 100%;
  height: auto;
  text-align:left;
  font-size: 1em;
  font-family: inherit;
  color:#333 ;
  line-height: 2.5;
  float: left;
  display: inline-block;
  position: relative;
  padding-left:20px;

}
.route ul li::after {
      display: inline-block;
      position: absolute;
      /*top: 70%;
      left: 15px; *//* Adjust position as needed */
      
      top: 18%;
  left: 0px;


      font-family: 'Font Awesome 5 Free';
    content: '\f063'; /* Unicode for down arrow */
    font-weight: 900; /* Font Awesome solid style */
    color: #248fd3;
    font-size: 0.7em;
}
.route ul li:nth-last-child(1)::after { display: none;}

  
.whats-app{
  position:fixed;
  bottom:10vh;
  right:0;
  margin-right:1%;
  width:40px;
  z-index:120000
}
.whats-app img{
  animation-name:floating;
  animation-duration:3s;
  animation-iteration-count:infinite;
  animation-timing-function:ease-in-out;
  margin-top:5px;
  opacity:1;
  max-width:40px
}
.whats-app:hover img{
  opacity:1
}
@keyframes floating{
  from{
      transform:translate(0,0)
  }
  65%{
      transform:translate(0,15px)
  }
  to{
      transform:translate(0,0)
  }
}


 @media (min-width: 1023px) and (max-width: 1279px) {
     body {
         font-size:13px !important;
    }
     .container{
         width:100%;
         padding-left:3%;
         padding-right:3% 
    }
    
     .nav-menu > li > a{ font-size: 1em !important}
     /*.about-wraper{margin-top: -15em;}*/
     .lSAction > .lSPrev{left: -50px !important;}
    .lSAction > .lSNext{right: -55px !important;}
}
 @media (min-width: 1280px) and (max-width: 1359px) {
     body {
         font-size:15px !important;
    }
     .container{
         width:100%;
         padding-left:5%;
         padding-right:5% 
    }
   /* .about-wraper{margin-top: -15em;}*/
}
 @media (min-width: 1360px) and (max-width: 1399px) {
  body {
    font-size:15px !important;
}
    
     .container{
         width:100%;
         padding-left:7%;
         padding-right:7% 
    }
   /* .about-wraper{margin-top: -18em;}*/
    .lSAction > .lSPrev{left: -50px !important;}
    .lSAction > .lSNext{right: -55px !important;}
}
 @media (min-width: 1400px) and (max-width: 1441px) {
  body {
    font-size:15px !important;
}
     .container{
         width:100%;
         padding-left:7%;
         padding-right:7% 
    }
}
 @media (min-width: 1441px) and (max-width: 1599px) {
  body {
    font-size:15px !important;
}
     .container{
         width:100%;
         padding-left:7%;
         padding-right:7% 
    }
}
 @media (min-width:1600px) and (max-width:1680px) {
  body {
    font-size:15px !important;
}
     .container{
         width:100%;
         padding-left:8%;
         padding-right:8% 
    }
}
 @media (min-width:1681px){
   
     .container{
         width:100%;
         padding-left:15%;
         padding-right:15% 
    }
}
.banner-form{ width:auto; background:none; display: flex;  flex-direction: row;  flex-wrap: nowrap;  justify-content: space-between;  align-items: flex-start;  padding: 30px 0px;}
.banner-form .full-field{ width:auto !important}
.banner-form .user-box{ width:20% !important; min-width:20%}
.banner-form .user-box:nth-child(2) {width:16% !important; min-width: 16% !important;}
.banner-form .user-box:nth-child(1) {width:24%}
.banner-form .user-box:nth-child(2n+2) {margin-right: 2%;}
.banner-form .lets-talk{ width:auto; float:left; margin-top:0px; margin-left:2%; justify-content: flex-end;}
.banner-form .submit-button {padding: 0px 35px}
.banner-form {padding: 30px 0px; position: relative; /*bottom: -8em;*/  width: 100%;  justify-content: center;}

@media (max-width:992px) {
  .enquiry-container{ display: inherit;}
  .enquiry-content{ width: 100%; float: none; text-align: center;}
  section.module.parallax-2{padding: 60px 0px;}
  .gallery-wraper{padding: 60px 0px;}
  .foodmenu-wraper{padding: 0px 0px;}
  #foodmenu{ padding-bottom: 0px;}
  .package-bottom-wrap{ padding: 20px 0px;}
  .package-bottom-wrap .container{ display: inline-block;}
  .about-wraper .container{  display: inline-block;}
  .about-content{ width: 100%;}
  .about-content:nth-child(2){ display: none;}
  .about-wraper{ margin-top: inherit;}
  .desk-view{display: none !important}
.mob-view{ display: block !important}
.caption-banner-title{ font-size:5.25em ; line-height: 0.8;}
.caption-banner{ text-align: center; width: 100%;}
.banner-caption {align-items: flex-end;padding-bottom: 25%;justify-content: center;}
.caption-banner p{ width: 100%; text-align: center;}
section{ padding-top: 40px;}
.package-mobile{width: 100%;  height: auto;}
.package-dtl{width: 100%;  height: auto; margin-bottom: 1.5em;}
.lets-talk{ margin: 0.75em 0em;}
.package-details-title{ margin-top: 0.25em;}
.book-button {padding-left: 20px;padding-right: 20px;  line-height: 32px;}
.packages-for-icon img{ width:35px;}
.packages-for-icon{ margin-bottom: 0.15em;}
section.module.parallax {
  height: auto;
  background-position: bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: #fb922e;
  background-size: contain;
}
#foodmenu section.module.parallax{   background-repeat: repeat;}

  
}
 @media (max-width:420px) {
     body {
         font-size:14px !important;
    }
     .container{
         width:100%;
         padding-left:3%;
         padding-right:3% 
    }
    .copyright{ width: 100%; text-align: center; line-height: 36px;}
    .designed{ width: 100%; justify-content: center; height: 36px;}
    .footer-top{ display:inline-block;}
    .footer-social-links{ margin: 1em 0em; }
    .footer-top-container-content p{ width: 100%; text-align: center;}
    .footer-top-container{ width: 100%; text-align: center;}
    .enquiry-form-outer{ width: 100%;}
    .enquiry-bottom ul li{ width: 48%;}
    .enquiry-form-outer{ padding:20px 20px ;}
    .foodmenu-pic{ width: 100%; margin-bottom: 1.5em;}
    .foodmenu-details{ width: 100%;}
    .food-category ul li{ width: 100%;}
    .gallery-for{ width: 49.5%; margin-right: 1%; margin-bottom: 1%;}
    .gallery-for:nth-child(2n+2){ margin-right: 0%;}
    .gallery-for:nth-child(n+5):nth-child(-n+7) {width:100%;margin-right: 0%;}
    .packages-for{ width:50%; margin-top: 1.5em;}
    .packages-for:nth-last-child(1){ width: 100%; text-align: center;}
    .price-details{ padding: 10px 20px;}
    .item{padding:10px 10px;}
    .package-top{ display: inline-block;}
    .package-left-pic{ width: 100%;}
    .package-mid{ width: 100%; float: none;}
    .package-right{ display: none;}
    .price-details{ width: 100%;}
    .route{ width: 50%; padding-left: 0%; padding-right: 5%;}
    .route:nth-child(2){ padding-right: 0%; padding-left: 5%;}
    .gallery-for:nth-last-child(3){ margin-right: 1%;}
    .gallery-for:nth-last-child(5){ margin-right: 1%;}
    .gallery-for:nth-last-child(4){ margin-right: 0%;}
    .lSAction{ display: none !important;}
    header .navbar-brand img{ height: 60px;}
    .footer-social-links ul li {width: auto;margin: 1em;}
    .footer-social-links ul{display: flex; justify-content: center; width: 100%;}
    .enquiry-content-title{ font-size: 3.5em;}
    header .navbar [class*="col-"] .navbar-nav .nav-item{ text-align: center !important;}
    #navbarNav ul li{ display: flex; justify-content: center;}
    .package-middle-pic img{ width: 20%;}
    .route ul li{ line-height:3;}
    
    
.banner-form .user-box{ width:49% !important; min-width:23% !important}
.banner-form .user-box:nth-child(2) {width:49% !important; min-width:49% !important}
.banner-form .user-box:nth-child(2n+2) {margin-right: 0%;}
.banner-form .lets-talk{ width:auto; float:left; margin-top:0px;  justify-content: flex-end;}
.banner-form .submit-button {padding: 0px 35px}
.banner-form {padding: 30px 0px; position: relative; bottom: -8em;  width: 100%;  justify-content: center;}
.banner-form .user-box .floating-input, .floating-select{ height:47px !important; line-height:47px !important}

    

    

}
 @media (min-width:421px) and (max-width:460px){
     body {
         font-size:14px !important;
    }
     .container{
         width:100%;
         padding-left:3%;
         padding-right:3% 
    }

    .copyright{ width: 100%; text-align: center; line-height: 36px;}
    .designed{ width: 100%; justify-content: center; height: 36px;}
    .footer-top{ display:inline-block;}
    .footer-social-links{ margin: 1em 0em; }
    .footer-top-container-content p{ width: 100%; text-align: center;}
    .footer-top-container{ width: 100%; text-align: center;}
    .enquiry-form-outer{ width: 100%;}
    .enquiry-bottom ul li{ width: 48%;}
    .enquiry-form-outer{ padding:20px 20px ;}
    .foodmenu-pic{ width: 100%; margin-bottom: 1.5em;}
    .foodmenu-details{ width: 100%;}
    .food-category ul li{ width: 100%;}
    .gallery-for{ width: 49.5%; margin-right: 1%; margin-bottom: 1%;}
    .gallery-for:nth-child(2n+2){ margin-right: 0%;}
    .gallery-for:nth-child(n+5):nth-child(-n+7) {width:100%;margin-right: 0%;}
    .packages-for{ width:50%; margin-top: 1.5em;}
    .packages-for:nth-last-child(1){ width: 100%; text-align: center;}
    .price-details{ padding: 10px 20px;}
    .item{padding:10px 10px;}
    .package-top{ display: inline-block;}
    .package-left-pic{ width: 100%;}
    .package-mid{ width: 100%; float: none;}
    .package-right{ display: none;}
    .price-details{ width: 100%;}
    .route{ width: 50%; padding-left: 0%; padding-right: 5%;}
    .route:nth-child(2){ padding-right: 0%; padding-left: 5%;}

    .gallery-for:nth-last-child(3){ margin-right: 1%;}
    .gallery-for:nth-last-child(5){ margin-right: 1%;}
    .gallery-for:nth-last-child(4){ margin-right: 0%;}
    .lSAction{ display: none !important;}
    header .navbar-brand img{ height: 60px;}
    .footer-social-links ul li {width: auto;margin: 1em;}
    .footer-social-links ul{display: flex; justify-content: center; width: 100%;}
    .enquiry-content-title{ font-size: 3.5em;}
    header .navbar [class*="col-"] .navbar-nav .nav-item{ text-align: center !important;}
    #navbarNav ul li{ display: flex; justify-content: center;}
    .package-middle-pic img{ width: 20%;}
    .route ul li{ line-height: 3;}
    
    .banner-form .user-box{ width:49% !important; min-width:23% !important}
    .banner-form .user-box:nth-child(2) {width:49% !important; min-width:49% !important}
.banner-form .user-box:nth-child(2n+2) {margin-right: 0%;}
.banner-form .lets-talk{ width:auto; float:left; margin-top:0px;  justify-content: flex-end;}
.banner-form .submit-button {padding: 0px 35px}
.banner-form {padding: 30px 0px; position: relative; bottom: -8em;  width: 100%;  justify-content: center;}
.banner-form .user-box .floating-input, .floating-select{ height:47px !important; line-height:47px !important}
    
    
}
 @media (min-width:461px) and (max-width:560px){
     body {
         font-size:14px !important;
    }
     .container{
         width:100%;
         padding-left:3%;
         padding-right:3% 
    }

    .copyright{ line-height: 36px;}
    .designed{ height: 36px;}
    .footer-top{ display:inline-block;}
    .footer-social-links{ margin: 1em 0em; }
    .footer-top-container-content p{ width: 100%; text-align: center;}
    .footer-top-container{ width: 100%; text-align: center;}
    .enquiry-form-outer{ width: 100%;}
    .enquiry-bottom ul li{ width: 48%;}
    .enquiry-form-outer{ padding:20px 20px ;}
    .foodmenu-pic{ width: 100%; margin-bottom: 1.5em;}
    .foodmenu-details{ width: 100%;}
    .food-category ul li{ width: 100%;}
    .gallery-for{ width: 49.5%; margin-right: 1%; margin-bottom: 1%;}
    .gallery-for:nth-child(2n+2){ margin-right: 0%;}
    .gallery-for:nth-child(n+5):nth-child(-n+7) {width:100%;margin-right: 0%;}
    .packages-for{ width:50%; margin-top: 1.5em;}
    .packages-for:nth-last-child(1){ width: 100%; text-align: center;}
    .price-details{ padding: 10px 20px;}
    .item{padding:10px 10px;}
    .package-top{ display: inline-block;}
    .package-left-pic{ width: 100%;}
    .package-mid{ width: 100%; float: none;}
    .package-right{ display: none;}
    .price-details{ width: 100%;}
    .route{ width: 50%; padding-left: 0%; padding-right: 5%;}
    .route:nth-child(2){ padding-right: 0%; padding-left: 5%;}

    .gallery-for:nth-last-child(3){ margin-right: 1%;}
    .gallery-for:nth-last-child(5){ margin-right: 1%;}
    .gallery-for:nth-last-child(4){ margin-right: 0%;}
    .lSAction{ display: none !important;}
    header .navbar-brand img{ height: 60px;}
    .footer-social-links ul li {width: auto;margin: 1em;}
    .footer-social-links ul{display: flex; justify-content: center; width: 100%;}
    .enquiry-content-title{ font-size: 3.5em;}
    header .navbar [class*="col-"] .navbar-nav .nav-item{ text-align: center !important;}
    #navbarNav ul li{ display: flex; justify-content: center;}
    .package-middle-pic img{ width: 20%;}
    .route ul li{ line-height: 3;}
    
    .banner-form .user-box{ width:49% !important; min-width:23% !important}
    .banner-form .user-box:nth-child(2) {width:49% !important; min-width:49% !important}
.banner-form .user-box:nth-child(2n+2) {margin-right: 0%;}
.banner-form .lets-talk{ width:auto; float:left; margin-top:0px;  justify-content: flex-end;}
.banner-form .submit-button {padding: 0px 35px}
.banner-form {padding: 30px 0px; position: relative; bottom: -8em;  width: 100%;  justify-content: center;}
.banner-form .user-box .floating-input, .floating-select{ height:47px !important; line-height:47px !important}
     
    
}
 @media (min-width:561px) and (max-width:680px){
    body {
        font-size:14px !important;
   }
    .container{
        width:100%;
        padding-left:3%;
        padding-right:3% 
   }

   .copyright{line-height: 36px;}
    .designed{height: 36px;}
    .footer-top{ display:inline-block;}
    .footer-social-links{ margin: 1em 0em; }
    .footer-top-container-content p{ width: 100%; text-align: center;}
    .footer-top-container{ width: 100%; text-align: center;}
    .enquiry-form-outer{ width: 100%;}
    .enquiry-bottom ul li{ width: 48%;}
    .enquiry-form-outer{ padding:20px 20px ;}
    .foodmenu-pic{ width: 100%; margin-bottom: 1.5em;}
    .foodmenu-details{ width: 100%;}
    .gallery-for{ width: 49.5%; margin-right: 1%; margin-bottom: 1%;}
    .gallery-for:nth-child(2n+2){ margin-right: 0%;}
    .gallery-for:nth-child(n+5):nth-child(-n+7) {width:100%;margin-right: 0%;}
    .packages-for{ width:50%; margin-top: 1.5em;}
    .packages-for:nth-last-child(1){ width: 100%; text-align: center;}
    .price-details{ padding: 10px 20px;}
    .item{padding:10px 10px;}
    .package-top{ display: inline-block;}
    .package-left-pic{ width: 100%;}
    .package-mid{ width: 100%; float: none;}
    .package-right{ display: none;}
    .price-details{ width: 100%;}
    .route{ width: 50%; padding-left: 0%; padding-right: 5%;}
    .route:nth-child(2){ padding-right: 0%; padding-left: 5%;}

    .gallery-for:nth-last-child(3){ margin-right: 1%;}
    .gallery-for:nth-last-child(5){ margin-right: 1%;}
    .gallery-for:nth-last-child(4){ margin-right: 0%;}
    .lSAction{ display: none !important;}
    header .navbar-brand img{ height: 60px;}
    .footer-social-links ul li {width: auto;margin: 1em;}
    .footer-social-links ul{display: flex; justify-content: center; width: 100%;}
    .enquiry-content-title{ font-size: 3.5em;}
    header .navbar [class*="col-"] .navbar-nav .nav-item{ text-align: center !important;}
    #navbarNav ul li{ display: flex; justify-content: center;}
    .package-middle-pic img{ width: 20%;}
    .route ul li{ line-height:3;}
    
    .banner-form .user-box{ width:32% !important;}
.banner-form .user-box:nth-child(2n+2) {margin-right: 2%;}
.banner-form .user-box:nth-child(3n+3){margin-right: 0;}
.banner-form .lets-talk{ width:100%; justify-content: center}
.banner-form .submit-button {padding: 0px 35px}
.banner-form {padding: 30px 0px; position: relative; bottom: -8em;  width: 100%;  justify-content: center;}
.banner-form .user-box .floating-input, .floating-select{ height:47px !important; line-height:47px !important}
   
   
}
 @media (min-width:681px) and (max-width: 768px){
    body {
        font-size:14px !important;
   }
    .container{
        width:100%;
        padding-left:3%;
        padding-right:3% 
   }
   .copyright{  line-height: 36px;}
    .designed{  height: 36px;}
    .footer-top{ display:inline-block;}
    .footer-social-links{ margin: 1em 0em; }
    .footer-top-container-content p{ width: 100%; text-align: center;}
    .footer-top-container{ width: 100%; text-align: center;}
    .enquiry-form-outer{ width: 100%;}
    .enquiry-bottom ul li{ width: 48%;}
    .enquiry-form-outer{ padding:20px 20px ;}
    .foodmenu-pic{ width: 100%; margin-bottom: 1.5em;}
    .foodmenu-details{ width: 100%;}
    .gallery-for{ width: 49.5%; margin-right: 1%; margin-bottom: 1%;}
    .gallery-for:nth-child(2n+2){ margin-right: 0%;}
    .gallery-for:nth-child(n+5):nth-child(-n+7) {width:100%;margin-right: 0%;}
    .package-bottom-wrap .container {display: flex;flex-wrap: wrap;justify-content: center;align-content: stretch; }
    .packages-for{ width:33%; margin-top: 1.5em;}
    .price-details{ padding: 10px 20px;}
    .item{padding:10px 10px;}
    .package-top{ display: inline-block;}
    .package-left-pic{ width: 100%;}
    .package-mid{ width: 100%; float: none;}
    .package-right{ display: none;}
    .price-details{ width: 100%;}
    .route{ width: 50%; padding-left: 0%; padding-right: 5%;}
    .route:nth-child(2){ padding-right: 0%; padding-left: 5%;}

    .gallery-for:nth-last-child(3){ margin-right: 1%;}
    .gallery-for:nth-last-child(5){ margin-right: 1%;}
    .gallery-for:nth-last-child(4){ margin-right: 0%;}
    .lSAction{ display: none !important;}
    header .navbar-brand img{ height: 60px;}
    .footer-social-links ul li {width: auto;margin: 1em;}
    .footer-social-links ul{display: flex; justify-content: center; width: 100%;}
    .enquiry-content-title{ font-size: 3.5em;}
    header .navbar [class*="col-"] .navbar-nav .nav-item{ text-align: center !important;}
    #navbarNav ul li{ display: flex; justify-content: center;}
    .package-middle-pic img{ width: 20%;}
    .route ul li{ line-height: 3;}
    
      
    .banner-form .user-box{ width:32% !important;}
.banner-form .user-box:nth-child(2n+2) {margin-right: 2%;}
.banner-form .user-box:nth-child(3n+3){margin-right: 0;}
.banner-form .lets-talk{ width:100%; justify-content: center}
.banner-form .submit-button {padding: 0px 35px}
.banner-form {padding: 30px 0px; position: relative; bottom: -8em;  width: 100%;  justify-content: center;}
.banner-form .user-box .floating-input, .floating-select{ height:47px !important; line-height:47px !important}
    
   
}
 @media (min-width:769px) and (max-width:991px){
    body {
        font-size:14px !important;
   }
    .container{
        width:100%;
        padding-left:3%;
        padding-right:3% 
   }

   .copyright{ line-height: 36px;}
    .designed{  height: 36px;}
    .footer-top{ display:inline-block;}
    .footer-social-links{ margin: 1em 0em; }
    .footer-top-container-content p{ width: 100%; text-align: center;}
    .footer-top-container{ width: 100%; text-align: center;}
    .enquiry-form-outer{ width: 100%;}
    .enquiry-bottom ul li{ width: 48%;}
    .enquiry-form-outer{ padding:20px 20px ;}
    .foodmenu-pic{ width: 100%; margin-bottom: 1.5em;}
    .foodmenu-details{ width: 100%;}
    .gallery-for{ width: 49.5%; margin-right: 1%; margin-bottom: 1%;}
    .gallery-for:nth-child(2n+2){ margin-right: 0%;}
    .gallery-for:nth-child(n+5):nth-child(-n+7) {width:100%;margin-right: 0%;}
    .package-bottom-wrap .container {display: flex;flex-wrap: wrap;justify-content: center;align-content: stretch; }
    .packages-for{ width:33%; margin-top: 1.5em;}
    .price-details{ padding: 10px 20px;}
    .item{padding:10px 10px;}
    .package-top{ display: inline-block;}
    .package-left-pic{ width: 100%;}
    .package-mid{ width: 100%; float: none;}
    .package-right{ display: none;}
    .price-details{ width: 100%;}
    .route{ width: 50%; padding-left: 0%; padding-right: 5%;}
    .route:nth-child(2){ padding-right: 0%; padding-left: 5%;}

    .gallery-for:nth-last-child(3){ margin-right: 1%;}
    .gallery-for:nth-last-child(5){ margin-right: 1%;}
    .gallery-for:nth-last-child(4){ margin-right: 0%;}
    .lSAction{ display: none !important;}
    header .navbar-brand img{ height: 60px;}
    .footer-social-links ul li {width: auto;margin: 1em;}
    .footer-social-links ul{display: flex; justify-content: center; width: 100%;}
    .enquiry-content-title{ font-size: 3.5em;}
    header .navbar [class*="col-"] .navbar-nav .nav-item{ text-align: center !important;}
    #navbarNav ul li{ display: flex; justify-content: center;}
    .package-middle-pic img{ width: 20%;}
    .route ul li{ line-height: 3;}
    
    
   
   
}
 @media (min-width:992px) and (max-width:1199px){
  header .navbar-brand img{ width: 100%;}
  .container{
    width:100%;
    padding-left:2%;
    padding-right:2% 
}
.lSAction > .lSPrev {
  background-position: 0 0;
  left: -7px !important;
}
.lSAction > .lSNext {
  background-position: -80px 0;
  right: -7px !important;
}
/*.about-wraper { margin-top: -10em;}*/
.footer-top-container img {
  mix-blend-mode: multiply;
  width: 80%;
}

.package-bottom-wrap {padding: 20px 0px;}
.gallery-wraper{ padding: 60px 0px;}

}