
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700&display=swap');


@font-face {
  font-family: 'Matrix-Book';
  src: url('../fonts/Matrix-Book/Matrix-Book.eot');
  src: url('../fonts/Matrix-Book/Matrix-Book.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Matrix-Book/Matrix-Book.svg#Matrix-Book') format('svg'),
       url('../fonts/Matrix-Book/Matrix-Book.ttf') format('truetype'),
       url('../fonts/Matrix-Book/Matrix-Book.woff') format('woff'),
       url('../fonts/Matrix-Book/Matrix-Book.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Matrix-Bold';
  src: url('../fonts/Matrix-Bold/Matrix-Bold.eot');
  src: url('../fonts/Matrix-Bold/Matrix-Bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Matrix-Bold/Matrix-Bold.svg#Matrix-Bold') format('svg'),
       url('../fonts/Matrix-Bold/Matrix-Bold.ttf') format('truetype'),
       url('../fonts/Matrix-Bold/Matrix-Bold.woff') format('woff'),
       url('../fonts/Matrix-Bold/Matrix-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Typold-Regular';
  src: url('../fonts/Typold-Regular/Typold-Regular.eot');
  src: url('../fonts/Typold-Regular/Typold-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Typold-Regular/Typold-Regular.svg#Typold-Regular') format('svg'),
       url('../fonts/Typold-Regular/Typold-Regular.ttf') format('truetype'),
       url('../fonts/Typold-Regular/Typold-Regular.woff') format('woff'),
       url('../fonts/Typold-Regular/Typold-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Typold-Light';
  src: url('../fonts/Typold-Light/Typold-Light.eot');
  src: url('../fonts/Typold-Light/Typold-Light.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Typold-Light/Typold-Light.svg#Typold-Light') format('svg'),
       url('../fonts/Typold-Light/Typold-Light.ttf') format('truetype'),
       url('../fonts/Typold-Light/Typold-Light.woff') format('woff'),
       url('../fonts/Typold-Light/Typold-Light.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}





*,*:before,*:after{
    box-sizing: border-box;
}
:foucs{
  outline: none;
}

p,
h1,h2,h3,h4,h5,h6{
    margin: 0px;
        font-weight: normal;
}

a{
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;   
}
a,
a:hover{
  text-decoration: none;
}

button:focus{
    outline: none;
}

img{

    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

body {
    margin: 0;
    font-family: 'Playfair Display', serif;
    background-color: #fff;
  }
body {
  overflow-x: hidden;
  overflow-y: scroll;
}


/*
.viewport{
  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.scroll-container{    
  overflow: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}
*/

/*Loader*/
/*.top-logo{position:absolute;margin-left: calc(50% - 37.5px);background-image: url('../images/logo_loader_front.png');width: 75px;height: 163px;background-size: cover;margin-top: calc(50vh - 151.5px);z-index: 101;background-position: center bottom;}
    .back-logo{position:absolute;margin-left: calc(50% - 37.5px);background-color: #e0a82b;height: 0px;width: 75px;background-size: cover;margin-top: calc(50vh - 151.5px);z-index: 100;background-position: center bottom;}
    .bottom-logo{position:absolute;margin-left: calc(50% - 75px);height: 128px;width: 150px;background-size: cover;margin-top: calc(50vh + 20px);z-index: 102;background-position: center bottom;background-image: url('../images/logo_bottom.png');display: none;}
*/
/*Loader*/

.hide-desktop{
  display: none;
}
/*amination*/


.elegant-heading  p.splitting .char,
.elegant-inner-content p.splitting .char {
  transition: opacity 500ms linear, -webkit-transform 500ms cubic-bezier(0.3, 0, 0.3, 1);
  transition: transform 500ms cubic-bezier(0.3, 0, 0.3, 1), opacity 500ms linear;
  transition: transform 500ms cubic-bezier(0.3, 0, 0.3, 1), opacity 500ms linear, -webkit-transform 500ms cubic-bezier(0.3, 0, 0.3, 1);
  transition-delay: calc( 0.5ms * var(--char-index) );
}

.elegant-heading  p.splitting[data-scroll="out"] .char ,
.elegant-inner-content p.splitting[data-scroll="out"] .char {
  opacity: 0.1;
  -webkit-transform: translateY(0.20em);
          transform: translateY(0.20em);
}


.elegant-heading h2.splitting .char {
  transition: opacity 0.3s linear, -webkit-transform 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.3, 0, 0.3, 1), opacity 0.3s linear;
  transition: transform 0.3s cubic-bezier(0.3, 0, 0.3, 1), opacity 0.3s linear, -webkit-transform 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  transition-delay: calc( 20ms * var(--char-index) );
}

.elegant-heading h2.splitting[data-scroll="out"] .char {
  opacity: 0.1;
  -webkit-transform: translateY(0.25em);
          transform: translateY(0.25em);
}


.video_inner h4.splitting .char {
  transition: opacity 0.3s linear, -webkit-transform 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.3, 0, 0.3, 1), opacity 0.3s linear;
  transition: transform 0.3s cubic-bezier(0.3, 0, 0.3, 1), opacity 0.3s linear, -webkit-transform 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  transition-delay: calc( 40ms * var(--char-index) );
}

.video_inner h4.splitting[data-scroll="out"] .char {
  opacity: 0.1;
  -webkit-transform: translateY(1.0em);
          transform: translateY(1.0em);
}

.video_inner h5.splitting .char {
  transition: opacity 0.3s linear, -webkit-transform 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  transition: transform 0.3s cubic-bezier(0.3, 0, 0.3, 1), opacity 0.3s linear;
  transition: transform 0.3s cubic-bezier(0.3, 0, 0.3, 1), opacity 0.3s linear, -webkit-transform 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  transition-delay: calc( 60ms * var(--char-index) );
}

.video_inner h5.splitting[data-scroll="out"] .char {
  opacity: 0.1;
  -webkit-transform: translateY(1.0em);
          transform: translateY(1.0em);
}



.explore-content-box{
    z-index:11; 
}
.overflow-hidden,
.explore-tent{
    overflow: hidden;
}


/*amination*/







.text-center{
  text-align: center;
}
  .column {
    flex: 0 0 auto;
    padding: 0 12px;
    flex-basis: 100%;
    max-width: 100%;
  }
.col-2,
.col-3{
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -.5rem;
  margin-left: -.5rem
}

@media (min-width:768px){
  .column-50{
    flex-basis: 50%;
    max-width: 50%;
  }
  
}

  /* header css */

/*.header{
    position: sticky;
    height: 130px;
    top: 0px;
}*/

  .header-container {
        background: transparent;
    position: absolute;
    top:0px;
    left:0px;
    right:0px;
    z-index:11;
    font-family: 'Matrix-Book';
  }
  .header-container ul{
    height:90px; 
    display: flex; 
    justify-content: space-around;
    align-items: center;

  }
  .header-container:before{
      content: '';
      position: absolute;
      bottom:0;
      left:0;
      width:44%;
      height: 3px;
      background-color: #ffb606;
  }
  
  .header-container:after{
    content: '';
    position: absolute;
    bottom:0;
    right:0;
    width:44%;
    height: 3px;
    background-color: #ffb606;
}
.main-menu{
  list-style: none;
  padding: 0px;
  margin: 0px;
}

  .logo {
    order: 1;
    color: #ffb606;
  }

.logo:before{
 /*   content:'';
    position: absolute;
    left: 0px;
    right:0px;
    bottom:-40px;
    background-image:url('../images/curve.png');
    background-repeat: no-repeat;
    width: 163px;
    height: 74px;
    background-size: 100% auto;
    background-position: center bottom;
    margin: auto;*/

    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -6vh;
    background-image: url(../images/curve.png);
    background-repeat: no-repeat;
    width: 12vw;
    height: 12vh;
    background-size: 100% auto;
    background-position: center bottom;
    margin: auto;
}

  .logo a{
    width: 55px;
    display: block;
    position: absolute;
    top:3px;
    left: 0px;
    right: 0px;
    margin: auto;
  }

  .logo a img{
    width: 100%;
    display: block;
  }

  .item {
    color: #fff;
    text-decoration: none;
    font-family: sans-serif;
    padding: 34px 20px;
        font-family: 'Matrix-Book';
        font-size:20px; 
  }
  .item:nth-of-type(n+4) {
    order: 2;
  }


.item{
  position: relative;
} 
.lines{
    position: absolute;
    width: 6px;
    height: 6px;
    border: 1px solid #ffb606;
    transform: rotate(45deg);
    bottom: -2px;
    left: 50%;
    margin-left: -3px;
    opacity: 0;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
}
.item:before{
    content: '';
    position: absolute;
    bottom:0;
    left:0;
    width:40%;
    height: 1px;
    background-color: #ffb606;
      opacity: 0;    
      transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
}
.item:after{
  content: '';
  position: absolute;
  bottom:0;
  right:0;
  width:40%;
  height: 1px;
  background-color: #ffb606;
    opacity: 0;
        transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
}
.header-container li{
  position: relative;
}



.header li.active-menu a,
.header li.active-menu .lines,
.header li.active-menu .item:after,
.header li.active-menu .item:before,

.header li:hover a,
.header li:hover .lines,
.header li:hover .item:after,
.header li:hover .item:before{
    opacity: 1;
    color: rgb(224, 168, 43);
}

.header li.btns{
    background: #ffb606;
    padding: 8px 12px;
    line-height: normal;
}

.header li.btns a{
 padding: 0px; 
 color:#fff; 
}
.header li.btns a .lines{
  display: none;
}
.header li.btns a.item:before,
.header li.btns a.item:after{
  content: none;
}

   /* menu */
  
   /* .header .header-container {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
    *background: #f8f7f7;
  } */
  /* menu icon */
  
 /* menu */
  
  .header .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
    *background: #f8f7f7;
  }
  
  /* menu icon */
  
  .header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 38px 20px;
    position: relative;
    user-select: none;
  }
  
  .header .menu-icon .navicon {
    background: #333;
    display: block;
    height: 3px;
    position: relative;
    transition: background .2s ease-out;
    width: 22px;
  }
  
  .header .menu-icon .navicon:before,
  .header .menu-icon .navicon:after {
    background: #333;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
  }
  
  .header .menu-icon .navicon:before {
    top: 6px;
  }
  
  .header .menu-icon .navicon:after {
    top: -6px;
  }
  
  /* menu btn */
  
  .header .menu-btn {
    display: none;
  }
  
  .header .menu-btn:checked ~ .menu {
    max-height: 290px;
  }
  
  .header .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
  }
  
  .header .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
  }
  
  .header .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
  }
  
  .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
  .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
  }
  
  /* 48em = 768px */
  
  @media (min-width: 48em) {
    .header li {
      float: left;
      position: relative;
    }
    .header li a {
      padding:0px 0px 5px;
      font-size: 18px;
      color: #fff;
      text-transform: uppercase;
      line-height: 1.25;
      text-align: left;
      font-family: 'Matrix-Book';
      display: inline-block;
    }

    .header .menu {
      clear: none;
      float: right;
      max-height: none;
    }

    .header .menu-icon {
      display: none;
    }

  }
  

.internal-pg{
    position: relative;
    top: 0px;
    height: 130px;
}

.internal-pg .header-container{
  background: rgb(157,184,254);
  background: linear-gradient(90deg, rgba(157,184,254,0.2) 0%, rgba(81,88,145,0.2) 100%); 
}

.internal-pg .logo:before{
    background-image: url(../images/internal-curve.png);
}
 .header.internal-pg li a{
  color:#000; 
}


.menu1{
    width: 44%;
    float: left;
    align-items: center;
    height: 100%;
}

.menu2{
    float: right;
    width: 43%;
    height: 100%;
    align-items: center;
}



  /* home banner */

  .home-banner{
    width: 100%;
    position: relative;
    display: block;
    min-height: 660px;
    height:100vh; 
  }

  .bordi-slide{
    position: relative;
       min-height: 660px;
       height:100vh; 
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }

  @media (min-width:1441px){
    .bordi-slide,
    .home-banner{
      height:100vh;
    }
  }


  .bordi-slide .slide__content {
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .bordi-slide .slide__content--headings {
    text-align: center;
    color: #FFF;

  }
  .bordi-slide .slide__content--headings h2 {

  font-size: 75px;
  font-family: 'Playfair Display', serif;
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
    margin: 10px 0;
  }
  .bordi-slide .slide__content--headings .animated {
    transition: all 0.5s ease;
  }
  .bordi-slide [data-animation-in] {
    opacity: 0;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
    transition: opacity 0.5s ease 0.3s;
  }

 .home-slider button.slick-prev,
.home-slider button.slick-next{
  background-color: transparent;
  border: 0px;
  z-index: 11;
  text-indent: -9999px;
}
 .home-slider button.slick-next, 
 .home-slider button.slick-next:hover {
    position: absolute;
    top: 48%;
    right: 10px;
    width: 55px;
    height: 55px;
    background-image: url("../images/right-arrow.png");
    background-position-x: right;
    background-size: 70% auto;
    background-repeat: no-repeat;
  }
 .home-slider button.slick-prev, 
 .home-slider button.slick-prev:hover {
    position: absolute;
    top: 48%;
    left: 0px;
    z-index: 1;
  
    width: 55px;
    height: 55px;
    background-image: url("../images/left-arrow.png");
    background-position-x: right;
    background-size: 70% auto;
    background-repeat: no-repeat;
  }
  .home-slider .slick-prev:before, 
  .home-slider .slick-next:before {
    content: none;
  }


  a.button {
    display: block;
    position: relative;
    
    *padding: 0;
    *font-weight: 600;
    text-align: center;
    transition: all 0.2s ;
    font-family: 'Matrix-Bold';
  }
  .bg-color{

    background-color: #fff !important;
    color:#000; 
    font-size:18px; 
  }
  .banner-btns{
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .slideshow .button-size{
    width: 160px;
    padding: 5px 20px;
    line-height: 20px;
    position: relative;
    margin:auto;
  }

.slideshow .slide .btn::before {
    background: #ffc740;
}
.slideshow .readmore:after{
  border: 1px solid #fff;
}
.slideshow .slide .image-container{
    background-attachment: fixed;
}
/*  .button-size.readmore:before{
    background-color:#fff; 
  }*/

/*  .button-size::before{
    content: '';
    position: absolute;
    top:-5px;
    left:-5px;
    right:-5px;
    bottom:-5px;
    border:1px solid #fff;
  }*/


/*slider css*/
  

.slideshow {
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 660px;
  height:100vh; 
  z-index: 1;
}


.slideshow .slideshow-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slideshow .slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.slideshow .slide {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.slideshow .slide.is-active {
  display: block;
}
.slideshow .slide.is-loaded {
  opacity: 1;
}
.slideshow .slide .caption {
  padding: 0 100px;
}
.slideshow .slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  z-index: 1;
  background-size: cover;
  image-rendering: optimizeQuality;
}
.slideshow .slide .image-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.slideshow .slide .image {
  width: 100%;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.slideshow .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slideshow .slide .title {
  margin: 0 auto 15px;
  max-width: 1000px;
/*  font: 300 50px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.35em;
  text-transform: uppercase;*/

    font-size: 70px;
    font-family: 'Playfair Display', serif;
    color: rgb(255, 255, 255);
    /*font-weight: bold;*/
    line-height: 1.2;
    text-align: center;
    margin: 10px 0 30px;
}
/*.slideshow .slide .text {
  margin: 0 auto;
  max-width: 1000px;
  font-size: 18px;
  line-height: 1.4;
}*/
.slideshow .slide .btn {
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  border-color: #fff;
}

/*.slideshow .slide .btn::before {
  background: #fff;
}*/

.slideshow .pagination {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  height: 12px;
  cursor: default;
  z-index: 2;
  text-align: center;
}
.slideshow .pagination .item {
  display: inline-block;
  padding: 15px 5px;
  position: relative;
  width: 46px;
  height: 32px;
  cursor: pointer;
  text-indent: -999em;
  z-index: 1;
}
.slideshow .pagination .item + .page {
  margin-left: -2px;
}
.slideshow .pagination .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 5px;
  width: 36px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  transition: background 0.2s ease;
}
.slideshow .pagination .item::after {
  width: 0;
  background: #fff;
  z-index: 2;
  transition: width 0.2s ease;
}
.slideshow .pagination .item:hover::before, .slideshow .pagination .item.is-active::before {
  background-color: #fff;
}
.slideshow .arrows .arrow {
  margin: -33px 0 0;
  padding: 20px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
}
.slideshow .arrows .prev {
  left: 30px;
}
.slideshow .arrows .prev:hover .svg {
  left: -10px;
}
.slideshow .arrows .next {
  right: 30px;
}
.slideshow .arrows .next:hover .svg {
  left: 10px;
}
.slideshow .arrows .svg {
  position: relative;
  left: 0;
  width: 14px;
  height: 26px;
  fill: #fff;
  transition: left 0.2s ease;
}




/*slider css end*/







.readmore {
    max-width: 210px;
    display: inline-block;
    margin: 0 auto;
    padding: 10px 20px;
    color: #000;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    background-color: #3a3a7c;
    transition: 0.2s linear 0s;
    z-index: 2
}

.readmore:after, .readmore:before {
    content: "";
    display: block;
    border: 1px solid #959595;
    position: absolute;
    padding: 4px;
    box-sizing: content-box;
    left: -5px;
    top: -5px;
    height: 100%;
    width: 100%;
    transition: 0.2s linear 0s;
    z-index: -1
}

.readmore:before {
    background-color: #3a3a7c;
    padding: 0;
    left: 0;
    top: 0;
    border: none
}

.readmore:hover:before {
    padding: 9px;
    left: -10px;
    top: -10px;
}

.readmore:hover:after {
    padding: 0;
    left: -2px;
    top: -2px
}

.home-bnts{
  margin-top:25px;
  display: block; 
}
.find-btn{
  margin-top:20px; 
  box-shadow: 0px 0px 0px 3px #fff;
  -webkit-box-shadow: 0px 0px 0px 3px #fff;
  position: relative;
  border:1px solid #a37404;
  display: block;
  width: 180px;
  height:44px; 
  margin: auto;


    transition: all 0.2s;
    font-family: 'Matrix-Bold';
    text-align: center;
    font-size:24px; 
    line-height:1.4; 
    color: #010101;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 400;

    transition: all 300ms;
    -webkit-transition: all 300ms;
}
.find-btn:before{
  content: '';
  position: absolute;
  top:0px;
  left: 0px;
  right: 0px;
  width:100%;
  height:50%;
  background-color:#ffc740;   
  z-index:-1;
}
.find-btn:after{
  content: '';
  position: absolute;
  bottom:0px; 
  left: 0px;
  right: 0px;
  width:100%;
  height:50%;
  background-color:#ffb606;   
  z-index:-1; 
}


 .slideshow .homeBtn-icons{
    width: 30px;
    display: inline-block;position: relative;
    top: 5px;
    left:-4px; 
  }

.slideshow  .find-btn span{
    position: relative;
    top: -2px;
    left: 1px;
  }

.find-btn:hover{
  box-shadow:0 0 0 1px transparent; 
  -webkit-box-shadow:0 0 0 2px transparent; 
}



.scroll-down a {
  padding-bottom:15px;
}
.scroll-down a{
  font-size: 18px;
  font-family: 'Typold-Regular';
  color: rgb(255, 255, 255);
  line-height: 1.667;
  text-align: center;

  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  text-decoration: none;
  transition: opacity .3s; 
  *margin-left: -95px;
}

.scroll-down a span {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 15px;
  height: 15px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb07 1500ms infinite;
  animation: sdb07 1500ms infinite;
  opacity: 0;
  box-sizing: border-box;
}
.scroll-down a span:nth-of-type(1) {
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
.scroll-down a span:nth-of-type(2) {
  bottom:6px;

    -webkit-animation-delay: 0s;
  animation-delay: 0s;
}



@-webkit-keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*form*/

.check-form{
  width: 100%;
  display: block;
  background-color:#fff;
  height: auto;
    position: absolute;
    padding: 0px;
    bottom: 60px;


/*  position: relative;
  padding: 4rem 0px; 
  *float: left;*/
}

.form-width{
  max-width:1023px;
  margin-right: auto;
  margin-left: auto;
 /* background-color:#dcdcdc;
  padding: 2rem;*/
  position: relative;
}
.book_table_inner {
  *background: #f5f5f5;
  background:transparent;
/*  -webkit-box-shadow: 10px 10px 10px 0px rgba(0,0,0,.18);
  box-shadow:10px 10px 10px 0px rgba(0,0,0,.18);*/
  clear: both;
  padding: 35px 40px 35px 32px;
  z-index: 20;
  position: relative;
  *float: left;
}
.book_table_inner .book_table_item {
    width: calc(98%/5);
    *float: left;
    display: inline-block;
    padding-right: 10px;
}



.book_table_inner .book_table_item .input-append {
    position: relative;
    background: rgba(255,255,255,0.80);
}
.book_table_inner .book_table_item .input-append input {
    width: 100%;
    border: 1px solid #dedede;
    height: 46px;
    padding: 0 12px;
    font-size: 12px;
   font-family: 'Typold-Regular';

    text-transform: uppercase;
    border-radius: 0;
    position: relative;
    color: #909090;
    background-color: transparent;
}
.book_table_item select {
    border: 1px solid #dedede !important;
    font-family: 'Typold-Regular';
    font-size: 12px;
    background: rgba(255,255,255,0.80);
    color: #909090;
    text-transform: uppercase;


    width: 100% !important;
    position: relative;
    padding: 0 12px;
    border-color: #fff;
    border-radius: 0;
    height: 46px;

    line-height: 24px;
    outline: none !important;
}
.book_table_inner .book_table_item .input-append .add-on {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.book_table_inner .book_table_item:last-child {
    width: 19.6%;
    padding-right: 0;
    *padding-left: 10px;
}
.book_table_inner button {   
  width: 100%;
    max-width: 300px;
  background: #3a3a7c;
  color: #fff;
  height: 45px;
  display: inline-block;
  padding: 0 12px;
  font-size: 13px;
    font-family: 'Typold-Regular';
  letter-spacing: .28px;
  position: relative;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  text-transform: uppercase;
  text-align: center;
  border: 2px solid #3a3a7c;
  border-radius: 0;
}

/*elegant*/

.elegant{
  width:100%;
  height: auto;
  display: block;
  position: relative;
  background-color: #fcf5e9;
  padding: 3rem 0px;
}

.common-heading{
  font-size: 36px;
  font-family: 'Matrix-Book';
  color: rgb(22, 22, 43);
  text-transform: uppercase;
  line-height: 1.25;
  text-align: center;
  margin:0px;
  position: relative; 
  display: inline-block;
}

.common-heading span{
  color:#e09d2b;
}

.heading-line{
  position: relative;
}
.heading-line:before{
  content: '';
  position: absolute;
  bottom: -30px;
  width: 210px;
  height: 30px;
  background-position: center bottom;
  background-image: url('../images/icon-hr-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  left:0px;
  right: 0px;
  margin: auto;

}

.overview_img_inner {
    position: relative;
    text-align: center;
    clear: both;
    height: 100%;
  min-height:480px; 
    margin: 0px 80px;
}
.overview_img img {
  width:100%;
  display: block;
    position: relative;
    transition: all .30s linear;
}

.overview_img {
    position: relative;
}

.overview_img1 {
    display: inline-block;
    position: relative;
    max-width: 75%;
}


.overview_img2 { max-width: 72%;
    position: absolute;
    top: 120px;
    transition: .5s all linear;
}

.overview_img3 {
    max-width: 70%;
    position: absolute;
    top: 185px;
    right: 0;
    transition: .5s all linear
}

 .elegant-box{
  margin-top:60px;
  margin-bottom: 45px;
  position: relative;
 }

.elegant-inner-content{
  width:100%;
  height:100%;  
  background-image: url('../images/elgang-bg.png');
  background-repeat: no-repeat;
    background-size: 70% auto;
    background-position: top;
}

.elegant-inner-content p{
  font-size: 16px;
  font-family: 'Typold-Regular';
  color: rgb(68, 68, 69);
  line-height: 1.6;
  text-align: left;
  margin-bottom:30px; 
}



/*video-banner*/

.video-banner{
  width: 100%;
  background-image: url('../images/video-banner.jpg');
  height: 324px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
}

.video_inner{
  display: flex;
  align-content: center;
  justify-content: center;
  height: 324px;
  flex-direction: column;
}

.video_area .video_inner {
    text-align: center;
}
.video_area .video_inner > a {
    display: block;
    padding-bottom: 50px;
    margin: 15px auto;
}

.play-button{
  position: relative;
} 
.play-button:before{
    content: '';
  position: absolute;

  width: 50px;
  height: 50px;
  background-position: center bottom;
  background-image: url('../images/play.png');
  background-repeat: no-repeat;
  background-size: cover;
  left:0px;
  right: 0px;
  margin: auto;

    margin-left: -25px;
}

.video_area .video_inner h4 {

    padding-bottom: 5px;
    margin-bottom: 0;
    font-size: 45px;
    font-family: 'Matrix-Bold';
    color: rgb(252, 177, 48);
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
}
.video_area .video_inner h5 {
    color: #fff;  
    font-size: 45px;
    font-family: 'Matrix-Bold';
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
}

.video-btns{
  margin-top:30px; 
}

.bg-color1{
  background-color: #3a3a7c;
  color:#fff; 
  font-size:18px; 
  line-height:20px; 
}

  .button-size1{
    width: 160px;
    position: relative;
    margin:auto;

  }

  /*.button-size1::before{
    content: '';
    position: absolute;
    top:-5px;
    left:-5px;
    right:-5px;
    bottom:-5px;
    border:1px solid #ddd9db;
  }
*/
/*tents*/

.tents{
  width:100%;
  height: auto;
  display: block;
  position: relative;
  background-color: #fff;
  padding: 5rem 0px;
}

.heading-tents{
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.heading-decs{
  margin: 50px 0px 0px;
  font-size: 18px;
  font-family: 'Typold-Regular';
  color: rgb(87, 87, 88);
  line-height: 1.3;
  text-align: center;
}

.margin-bottom{
  margin-bottom:40px; 
}

.explore-tent{
  position: relative;
  display: flex;
  align-items: center;
  width:100%;
}
.explore-content-box{
  max-width:660px;
  padding:30px; 
  margin-right: auto;
  border:1px solid #3a3a7c;
  background-color:#f1f1f2; 
  position: absolute;
    left: 6%;
}

.tent-explore{
  font-size: 24px;
  font-family: 'Matrix-Bold';
  color: rgb(22, 22, 43);
  line-height: 1;
  text-align: left;
  position: relative;
  margin:10px 0px 30px; 
}
.tent-explore:before{
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0px;
  width:80px;
  height:2px; 
  background-color:#3a3a7c;   
}
.tents-decs{
  padding-left: 80px;
}
.tents-decs p{
  font-size: 16px;
  font-family: 'Typold-Regular';
  color: rgb(87, 87, 88);
  line-height: 1.5;
  text-align: left;
  margin-bottom: 30px;
}

.tents-btns{
  margin-top:40px;
  margin-bottom: 20px; 
}

.bg-color2{
  *background-color: #3a3a7c;
  color:#fff; 
  font-size:18px; 
  line-height:20px;   
  font-family: 'Matrix-Book';
}

  .button-size2{
    width: 160px;
    *line-height: 40px;
    position: relative;
    float: left;

  }

/*  .button-size2::before{
    content: '';
    position: absolute;
    top:-5px;
    left:-5px;
    right:-5px;
    bottom:-5px;
    border:1px solid #090909;
  }*/

  .explore-img{

    max-width: 78%;
    margin-left: auto;
  }
  .explore-img img{
    width:100%;
    display: block; 
  }


.amenities-banner{
  width: 100%;
  height:290px; 
  background-image: url('../images/aminities.jpg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top; 
  position: relative;
  padding: 30px 0px;
}
.amenities-banner:before{
  content: '';
  position: absolute;
  top:0;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(22, 22, 43, 0.90);
}

.amenities-banner h2.common-heading{
  color:#fff; 
}
.amenities-banner .heading-line:before{
    background-image: url(../images/icon-hr-bg1.png);
}

.other-box{
  padding:30px 0px; 
}
.other-icon{
  max-width:1024px;
  margin-left: auto;
  margin-right: auto;
  margin-top:30px;  
  width: 100%;
  display: block;
  position: relative;
}
.other-box{
  display: grid;
  display: -webkit-grid;
  grid-gap: 25px;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
}
.amenities-icons{
max-width:40px;
display: inline-block;
    float: left;
    margin-right: 10px; 
}

.amenities-icons img{
  display: block;
  width: 100%;
}
.icons-box{

    line-height: 40px;
    align-items: center;
    display: flex;
    margin-bottom:8px; 
}
.icons-text{
  font-size: 16px;
  font-family: 'Typold-Light';
  color: rgb(252, 252, 252);
  text-align: left;
  line-height:1.2; 
}


/*gallery*/

.gallery{
  width: 100%;
  height: auto;
  display: block;
  margin: 0px;
  position: relative;
  padding: 4rem 0px;
  background-color:#fff; 
  z-index: 1;
}

.grid {
  max-width: 69em;
  list-style: none;
  margin: 30px auto;
  padding: 0;
}

.grid li {
  display: block;
  float: left;
  padding: 7px;
  width: 33%;
  opacity: 0;
}

.grid li.shown,
.no-js .grid li,
.no-cssanimations .grid li {
  opacity: 1;
}

.grid li a,
.grid li img {
  outline: none;
  border: none;
  display: block;
  max-width: 100%;
}

/* Effect 1: opacity */
.grid.effect-1 li.animate {
  -webkit-animation: fadeIn 0.65s ease forwards;
  animation: fadeIn 0.65s ease forwards;
}

@-webkit-keyframes fadeIn {
  0% { }
  100% { opacity: 1; }
}

@keyframes fadeIn {
  0% { }
  100% { opacity: 1; }
}


@media screen and (max-width: 900px) {
  .grid li {
    width: 50%;
  }
}

@media screen and (max-width: 400px) {
  .grid li {
    width: 100%;
  }
}



/*pkg-occasion"*/

.pkg-occasion{
  width: 100%;
  height: auto;
  display: block;
  margin: 0px;
  position: relative;
  padding: 4rem 0px;
  background-color:#fff; 
}

.pkg-width{
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.pkg-content{
  position: relative;
  width:100%;
  display: block; 
}
.pkg-content:hover .pkg-caption:before{
  width:100%; 
}
.pkg-img{}
.pkg-img img{width: 100%;display: block;}

.pkg-title{
  font-size: 30px;
  font-family: 'Matrix-Book';
  color: rgb(255, 255, 255);
  line-height: 1.5;
  text-align: left;
  position: relative;
  margin: 0px;
}
.pkg-caption{
  position: relative;
  margin-top:-50px;
  padding: 0px 12px;
}
.pkg-caption:before{
  content: '';
  position: absolute;
  left: 0px;
  width: 70%;
  height:50px;
  background-color:#ffc740; 
  transition: all 300ms ease-out; 
}

.inner-content-pkg p{
  font-size: 16px;
  font-family: 'Typold-Light';
  color: rgb(0, 0, 0);
  line-height: 1.6;
  text-align: left;
}
.pkg-decs{
    padding: 1rem;
    border: 1px solid #494949;

    display: flex;
    align-items: center;
}

.inner-content-pkg{
    flex-basis: 80%;
    max-width: 80%;
}
.pkg-link{
  flex-basis: 20%;
  max-width: 20%;
}


.pkg-btn{
  font-size: 18px;
  font-family: 'Matrix-Book';
  color: #ffc740;
  text-decoration: underline;
  line-height: 1.333;
  text-align: center;

}
.blog_img,
.pkg-img{
  overflow: hidden;
}
.blog_item:hover .blog_img img,
.pkg-content:hover .pkg-img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


.amenities-btns{
  margin-top:40px;
  margin-bottom: 20px; 
}

.bg-color3{
  background-color: #3a3a7c;
  color:#fff; 
  font-size:18px; 
  line-height:20px;   
  font-family: 'Matrix-Book';
}

  .button-size3{
    width: 196px;
   /* line-height: 40px;*/
    position: relative;
    margin: auto;
  }

/*  .button-size3::before{
    content: '';
    position: absolute;
    top:-5px;
    left:-5px;
    right:-5px;
    bottom:-5px;
    border:1px solid #090909;
  }*/

/*latest*/


.latest{
  width:100%;
  position: relative;
  display: block;
  height: auto;
  background-color: #f4f4f4;
  padding: 3rem 0px; 
}


.latest-box{
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap:30px; 
}

.blog_one{
  position: relative;
}
.blog_one img{
  width:100%; 
  display: block;height: auto;
}


.blog_one .blog_text {
    position: absolute;
    left: 0px;
    bottom: 35px;
    padding: 0px 35px;
}
.blog_one .blog_text .date {
    color: #fff;
  font-family: 'Matrix-Book';
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
}
.blog_one .blog_text h4 {
    margin-bottom: 0px;
    color: #fff;
  font-size: 24px;
  font-family: 'Matrix-Bold';
  line-height: 1.875;
  text-align: left;
}


.blog_item .blog_img {
    position: relative;
    overflow: hidden;
}
.blog_item img{
  width: 100%;
  display: block;
}
.blog_one .blog_img:before,
.blog_item .blog_img:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    opacity: 0;
}

.blog_item:hover  h4{
  color: #e09d2b;
}

.hide-textsblog{
  opacity: 0;
  color:#fff; 
  visibility: hidden;
  transition: all 300ms;
}
.blog_one:hover .hide-textsblog{
  opacity: 1;
  visibility: visible;
}
.blog_one:hover .blog_img img{
     -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); 
}

.blog_item:hover .blog_img:before {
    opacity: 1;
}
.blog_item .date {
    font-size: 16px;
    color: #242424;
  font-family: 'Matrix-Book';
    font-weight: normal;
    line-height: 26px;
    margin-top: 20px;
    display: block;
}

.blog_item h4 {
    font-size: 24px;
    margin-bottom: 15px;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
  font-family: 'Matrix-Bold';
  color: rgb(45, 45, 45);
  line-height: 1.2;
  text-align: left;

}
.blog_item p {
  margin-bottom: 0px;
  font-size: 14px;
  font-family: 'Typold-Light';
  color: rgb(45, 45, 45);
  line-height: 1.3;
  text-align: left;
}



/* Instagram */

.bordi-insta{
  width:100%;
  background-color:#fff;
  position: relative;
  display: block;
}

.bordi__insta--3columns{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  grid-gap:0px;   
}
.studio__insta--block{

}

.studio__img--banner{
  background-color: #fff;
  *opacity: 0.5;
  transition: all 0.3s;
  width:100%;
  height: 270px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center; 
  position: relative;
}

.studio__img--banner:before{
  content: '';
  position:absolute;
  top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  width:100%;
  height:100%;
  background-color:rgba(0, 0, 0, 0.20); 
  transition:all 30ms ease-in-out; 
  -webkit-transition:all 30ms ease-in-out;
}

.studio__img--banner:hover:before{
  background-color:rgba(0, 0, 0, 0.50); 
}

.studio52-insta-bg-white-mobile{
  display: none;
  width: calc(100%);
  background: #3a3a7c;
}
@media screen and (max-width: 991px){
  .studio52-insta-bg-white-mobile {
      display: block;
  }
}
.studio52-insta-bg-white{
  *width: calc(30%);
  background: rgba(0, 0, 0, 0.50); ;
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, 50%);
  position: absolute;
}
.instagram-box-link{
  padding: 20px 40px;
  *margin: 15px ;
 /* border: 3px solid #1154af;*/
  text-align: center;
}
/*.fa-instagram{
  display: inline-block;
  color:#fff
}*/
.instagram-box-link p{
 /* background-image: url(../images/instagram-logo.png);
  background-repeat: no-repeat;
  background-position: left 2px;
  background-size: 34px 34px;
  padding-left:45px;*/

  display: inline-block;
  margin: 0px;
  line-height: 1.4;
  text-align: left;
  font-size: 30px;
  font-family: 'Matrix-Bold';
  color: rgb(255, 255, 255);
  text-align: center;
  
}







.subscribe{
  width: 100%;
  padding: 3rem 0px;
  background-color:#f6f6f6;
  position: relative;
}

.sub-box{
  max-width:920px;
  margin: auto;
}

.subscribe-contetn p{
  font-size: 14px;
  font-family: 'Typold-Light';
  color: rgb(128, 128, 128);
  line-height: 1.5;
  text-align: left;
}

.inner-forms{
 position: relative; 
}
.inner-forms:before{
  content: '';
  position: absolute;
  bottom: -48px;
  left: -35px;
  width:210px;
  height:100px;  
  background-image: url('../images/email-box.png');
  background-repeat: no-repeat;
  background-size: cover;
}


.m-subscribe1__form {
  float: none;
  *margin-top: 36px;
  width: 100%;
}

.m-subscribe1__form input[type=email] {

  display: block;
  height: 43px;
  margin-bottom: 10px;
  margin-right: 5px;
  min-width: auto;
  position: relative;

  width: 100%;

  font-size: 14px;
  font-family: 'Typold-Regular';
  color: rgb(128, 128, 128);
  line-height: 1.2;
  text-align: left;
  padding: 0px 13px;
}


@media (min-width: 992px) {
  .m-subscribe1__form input[type=email] {
    display: block;
    margin-right: 16px;
    width: auto;
  }
}
@media (min-width: 992px) {
  .m-subscribe1__form input[type=email] {
    min-width: 290px;
  }
}
/*@media (min-width: 1200px) {
  .m-subscribe1__form input[type=email] {
    min-width: 334px;
  }
}*/
.m-subscribe1__form button[type=submit] {

  display: block;
  float: right;
  font-size: 0.8rem;
  line-height: 3.2;
  margin-left: auto;
  padding: 0 32px;
  width: 100%;
}

.subscribe-btn{
  border: none;
  background-color: #3a3a7c;
  font-size: 20px;
  font-family: 'Typold-Regular';
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-align: center;

}
@media (min-width: 992px) {
  .m-subscribe1__form button[type=submit] {
    display: block;
    float: none;
    margin-left: 0;
  }
}
@media screen and (min-width: 480px) {
  .m-subscribe1__form button[type=submit] {
    display: inline-block;
    width: auto;
  }
}


@media screen and (min-width: 480px) {
  .m-subscribe1__form input[type=email] {
    display: inline-block;
    margin-bottom: 0;
    width: calc(100% - 162px);
  }
}




/*footer*/

.bordi-footer{
  width:100%;
  display: block;
  padding: 3rem 0px 1rem;
  background-color:#dcbc86;
  position: relative;  
}

.bordi-box{
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.logo-box{
  max-width: 90px;
  margin: auto;
}
.logo-box img{
  width: 100%;
  display: block;
}

.footer-heading{
  font-size: 16px;
  font-family: 'Typold-Regular';
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  line-height: 1.2;
  line-height: 1.333;
  text-align: left;
  margin-bottom: 20px;

}
.list-menu{
  list-style: none;
  padding: 0px;
}
.list-menu li{
  display: block;
  margin-bottom: 10px;
}
.list-menu li a{
  font-size: 16px;
  font-family: 'Typold-Regular';
  color: rgb(0, 0, 0);
  line-height: 1.333;
  text-align: left;

}


  .social_link{
   margin-top:15px;  
   padding: 0px;
   max-width: 90px;
  }

  .social_link li{
    display:inline-block;
    margin-right:8px; 
    margin-bottom:8px;  
  }
  .social_link li a{
    border:1px solid #000;
    display:block;
    padding: 3px;
    font-size: 12px;
    border-radius: 50px;
    width: 25px;
    height: 25px;
    box-sizing: border-box;
    text-align: center;  
    color: #000;  
  }



.border-tops{
    width: 100%;
    border-top: 1px solid #fff;
    text-align: center;
    position: relative;
    padding: 23px 0px 0px;
    margin-top: 35px; 
  }

  .bordi__footer-copy{
    text-align: center;
  }
  .bordi-copyright_text p{
      font-size: 14px;
      font-family: 'Open Sans', sans-serif;
      color: rgb(0, 0, 0);
      line-height: 2;
  }
  .bordi-copyright_text p a{
    color: #000;
    display: inline-block;
    font-weight:400; 
  }

.mobile-menu{
  display: none;
}





  
 @media (min-width:768px){     
    .container-space{
        padding-left: 55px;
        padding-right: 55px
    }
}


@media (min-width:1441px){     
    .container-space{
        max-width:1320px;
        margin-right: auto;
        margin-left:auto;
    }
} 

@media (max-width:767px){     
    .container-space{
        padding-left: 15px;
        padding-right: 15px
    }
} 



@media (max-width:767px){
.mobile-menu{
  display: block;
}
  .header-container{
    display: none;
  }
.logo:before{
  content: none;
}
.header{
  position: relative;
  *position: absolute;
  top:0px;
  width: 100%;
  left: 0px;
  right: 0px;


    background-color: #39397b;
    height: 98px;
    z-index: 1111;
}

.mobile-menu .logo a{
    padding: 0px;
    z-index: 11;
    max-width: 40px;
}
/*mobile header*/
/* Animate overlay */
@keyframes checked-overlay {
  0% { transform: scale(0); }
  90% { transform: scale(1); }
  100% { transform: scale(1); }
}
@keyframes not-checked-overlay {
  0% { transform: scale(1); }
  100% { transform: scale(0); }
}

/* Animate menu text */
@keyframes checked-menu {
  0% { opacity:0;}
  30% { opacity:0;}
  100% { opacity:1; }
}
@keyframes not-checked-menu {
  0% { opacity:1; }
  100% { opacity:0; }
}

.toggler {
  position: absolute;
  top: 25px;
  left: 10px;
  z-index: 11111;
  cursor: pointer;
  width: 40px;
  height: 40px;
  opacity: 0;
}

.hamburger {
  position: absolute;
  top: 25px;
  left: 10px;
  z-index: 1;
  width: 40px;
  height: 40px;
  padding: 2px;
  background: var(--toggle-box);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 111;
}

.hamburger > div {
  position: relative;
  flex: none;
  width: 100%;
  height: 2px;
  background: #fff;
  display: block;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}
/* Hamburger Lines - Top & Bottom */
.hamburger > div::before,
.hamburger > div::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: -10px;
  width: 100%;
  height: 2px;
  background: inherit;
}
/* Moves Line Down */
.hamburger > div::after {
  top: 10px;
}
/* Toggler Animation */
.toggler:checked + .hamburger > div {
  transform: rotate(135deg);
}

/* Turns Lines Into X */
.toggler:checked + .hamburger > div:before,
.toggler:checked + .hamburger > div:after {
  top: 0;
  transform: rotate(90deg);
}

.mobile-container {
  width:100%;
  height:100%;
  overflow:hidden;
}

.overlay {
  position: absolute;
  top: -150rem;
  left: -150rem;
  width: 300rem;
  height: 300rem;
  border-radius: 50%;
  background: var(--overlay-color);
  animation: not-checked-overlay .2s both;
  transition: .2s;
  z-index: 0;
}

/* Turn on Overlay */
.toggler:checked ~ .mobile-container > div {
  animation: checked-overlay 1s ease both;
}


/* Turn on Menu */
.toggler:checked ~ .nav-mobile > div {
  animation: checked-menu 1s ease both;
}

.nav-mobile {
/*  position: absolute;
  z-index: 111;
  width: 100%;
  left: 0px;*/

    position: absolute;
    z-index: 1111;
    width: 100%;
    left: 0px;
    top: 95px;
}


.mobile-menu li{
  list-style: none;margin-bottom:10px;  
}
/* Unchecked state of menu */
.nav-mobile > div{
  animation: not-checked-menu .2s both;
  transition: .2s;
  background-color:#3a3a7c; 
}

/* Add a black background color to the top navigation */
.mobile-menu {
  overflow: hidden;
 /* position: relative;*/
 /* margin: 46px 30px;*/
  padding:10px; 
}
/* Style the links inside the navigation bar */
.header.internal-pg li a{
  color:#fff; 
}
.mobile-menu a {
  color: #fff;
  display: inline-block;
  padding: 1rem 1.2rem;
  text-decoration: none;
  font-size:18px;
}
/* Hide the link that should open and close the topnav on small screens */
.mobile-menu .icon {
  display: none;
}



/*mobile header*/












  .bordi-slide .slide__content--headings h2{
    font-size:28px; 
  }
  .book_table_inner{
    padding:25px; 
  }
  .book_table_inner .book_table_item{
    width: 100%;
    margin-bottom:20px; 
    padding-right: 0px;
  }
  .book_table_inner .book_table_item:last-child{
    width: 100%;
  }
  .common-heading{
    font-size:30px; 
  }
  .overview_img_inner{
    height: 405px;
    margin: 0px;
  }
  .video_area .video_inner h4{
    font-size:30px; 
  }
  .video_area .video_inner h5{
    font-size:30px; 
  }
  .explore-tent{
    display: block;
  }
  .explore-content-box{
    position: initial;
    padding:20px 20px 60px;
    max-width:90%;
    margin: auto; 
  }
  .tents-decs{
    padding-left: 0px;
  }
  .explore-img{
    max-width:90%;
    margin-top:25px;
    margin-right: auto;  
  }
  .amenities-banner{
    height: auto;
  }
  .other-box{
    grid-template-columns: 1fr 1fr;
  }
  .other-box{
    padding: 30px 15px;
  }
  .amenities-icons{
    max-width: 30px;
  }
  .icons-text{
    font-size: 13px;
  }
  .pkg-caption:before{
    width:100%; 
  }
  .pkg-decs{
    display: block;
  }
  .pkg-link,
  .inner-content-pkg{
    max-width:100%; 
  }
  .pkg-link{
    margin-top:15px; 
  }
  .pkg-content{
    margin-bottom:50px; 
  }
  .latest-box{
    grid-template-columns:1fr;
  }
  .bordi__insta--3columns{
    grid-template-columns:repeat(2,1fr);
  }
  .studio__img--banner{
    height:170px; 
  }
  .instagram-box-link p{
    font-size:18px; 
    line-height: 1.4;
  }
  .bordi-box{
     grid-template-columns:1fr;
  }
  .m-subscribe1__form{
    margin: 20px auto;
    width:90%; 
  }
  .inner-forms:before{
        bottom: -157px;
  }
} 

@media (max-width:992px) and (min-width:768px) {
  .pkg-caption:before{
    width:100%; 
  }
  .pkg-decs{
    display: block;
  }
  .pkg-link,
  .inner-content-pkg{
    max-width:100%; 
  }.pkg-link{
    margin-top:15px; 
  }
  .latest-box{
    grid-template-columns: 1fr 1fr;
  }
  .studio__img--banner{
    height: 215px;
  }
  .sub-box {
    margin: 20px auto;
  }
  .other-box{
    grid-template-columns: 1fr 1fr 1fr;
  }
.amenities-banner{
  height:340px;
  padding:30px 20px;  
}

.icons-text {
    font-size: 14px;
  }
.explore-content-box{
  position: initial;
  margin:auto;
  padding: 36px 30px 76px;
}
.explore-tent{display: block;}
.explore-img {
    max-width: 78%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
  }

  .heading-tents{
    max-width:700px; 
  }
  .overview_img_inner{
    margin:0px; 
  }
  .book_table_inner{
    padding:20px; 
  }
  .book_table_inner .book_table_item{    
    width: calc(98%/2);
    margin-bottom: 20px;

  }
  .book_table_inner .book_table_item:last-child{
    width:100%; 
  }
  .bordi-slide .slide__content--headings h2{
    font-size:36px; 
  }

} 


/*=contact*/
.contact{
  width:100%;
  position: relative;
  height:auto;
  padding: 2rem 0px 4rem;
  background-color: #fff;  
}

.common-heading{

}

.common-heading h2{
  font-size: 60px;
  font-family: 'Matrix-Book';
  color: rgb(255, 182, 6);
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
}
.contact .common-heading{
  padding: 0px 0px 66px;display: block;
}

.title-line{
  position: relative;
}
.title-line:before{
    content: '';
    position: absolute;
    bottom: -60px;
    width: 210px;
    height: 45px;
    background-position: center bottom;
    background-image: url(../images/title-hr-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    left: 0px;
    right: 0px;
    margin: auto;
}

.contact-banner{
  width:100%;
  position: relative;
  height:690px;
  padding: 3rem 0px;
  background-image: url('../images/contact-banner.jpg');
  background-repeat: no-repeat;
  background-position: center; 
  background-size: cover; 
}

.contact-details{
    position: relative;
    max-width: 1024px;
    margin: 0px auto;
}

.reachus-circle{
  position: absolute;
  top: 0px;
  left: 0px;
  margin-top: 56px;
}
.contactForm-circle{
  position: absolute;
  top: 0px;
  right: 0;
}

.reachus-circle{
  width:512px;
  height:512px;
  border-radius:50%;
  background-color:#16162b;
  display: inline-block;    
}

.contactForm-circle{
  width:588px;
  height:588px;  
  border-radius:50%;
  background-color:#fff;
  padding: 8px;
}
.inner-dotCircle{
  width:100%;
  height:100%;  
  border:2px dashed #ffa100;
  border-radius:50%;
  background-color:#fff;
}

.reachus-content{
    width: 60%;
    margin: auto;
    margin-top: 75px;
}

.reachus-content h2{
  font-size: 30px;
  font-family: 'Typold-Regular';
  color: rgb(255, 161, 0);
  line-height: 1.2;
  text-align: left;
  margin-bottom: 30px;
  padding-left: 50px;
}

/* Gujarat Office  */

.contact-banner-gj{
  width:100%;
  position: relative;
  height:490px;
  padding: 3rem 0px;
  background-image: url('../images/contact-banner.jpg');
  background-repeat: no-repeat;
  background-position: center; 
  background-size: cover; 
}

.reachus-circle-gj{
  position: absolute;
  top: 0px;
  left: 0px;
  margin-top: 56px;
  width:280px;
  /* height:512px; */
  border-radius:50%;
  background-color:#16162b;
  display: inline-block; 
}

.contact-details-gj{
    position: relative;
    max-width: 1024px;
    margin: 0px auto;
}

.reachus-content-gj{
    width: 60%;
    margin: auto;
    margin-top: 75px;
}

.reachus-content-gj h2{
  font-size: 30px;
  font-family: 'Typold-Regular';
  color: rgb(255, 161, 0);
  line-height: 1.2;
  text-align: left;
  margin-bottom: 30px;
  padding-left: 50px;
}

/* Gujarat Office end */


.reach-info {
  position: relative;
  padding-left: 50px;
  margin-bottom: 40px;
}
.reach-info:before{
  content: '';
  position: absolute;
  left:0px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto;
}

.location-icon:before{
    width: 21px;
    height: 30px;
    background-image: url(../images/location-icon.png);
}

.email-icon:before{
    width: 30px;
    height: 23px;
    background-image: url(../images/email-icon.png);
}
.phone-icon:before{
    width: 30px;
    height: 30px;
    background-image: url(../images/phone-icon.png);
}


.reach-info h3{
  font-size: 18px;
  font-family: 'Typold-Regular';
  color: rgb(255, 161, 0);
  line-height: 1.2;
  text-align: left;
  margin-bottom: 10px;
}
.reach-info p{
  font-size: 15px;
  font-family: 'Typold-Light';
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-align: left;
}

.reach-info p > a{
  display: block;
  text-decoration: none;
  color: rgb(255, 255, 255);

}

.contacts-btns .readmore{
    padding: 5px 20px;
    background-color: #e09d2b;
}

.contacts-btns .readmore img{
  width:22px;
  position: relative;
  top:0px; 
}

.contacts-btns .readmore span{
  position: relative;
  top:-5px;
}

.contacts-btns .readmore:before{
  background-color: #ffa100;
}

.contacts-btns  .readmore:after{
  border: 1px solid #ffffff;
}

.contacts-btns .bg-color4 {
  background-color: #ffa100;
  color: #fff;
  font-size: 13px;
  line-height: 1.3;
  font-family: 'Typold-Light';
}
.contacts-btns .button-size4 {
    width: 140px;
    position: relative;
    margin: 0px 0px 0px 52px;
}

.form-content{
  max-width:370px;
  margin-left: auto; 
  margin-right: auto;
  margin-top:40px;  
}
.contact-form{
  margin-top:20px;
  display: block; 
}

.form-content h2{
  font-size: 30px;
  font-family: 'Typold-Regular';
  color: rgb(255, 161, 0);
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
}
.form-content p{
  font-size: 16px;
  font-family: 'Typold-Light';
  color: rgb(22, 22, 43);
  line-height: 1.6;
  text-align: center;
  margin: 0px;
}



.contact-form input::-webkit-input-placeholder, 
.contact-form  textarea::-webkit-input-placeholder {
   font: inherit;
   transition: transform 0.3s ease-in-out, font-size 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.contact-form   input, 
.contact-form  textarea {
  font-size: 16px;
  font-family: 'Typold-Light';
  color: rgb(67, 66, 66);
  line-height: 1.4;
  text-align: left;
 
   *margin: 28px 25px 10px;
   width: 370px;
   display: block;
   border: none;
   padding: 20px 0 10px;
   border-bottom: solid 1px #9e9e9e;
   background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 98%, #9e9e9e 2%);
   background-position: -370px 0;
   background-size: 370px 100%;
   background-repeat: no-repeat;
   transition: background 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
   resize: none;
   overflow: hidden;
   border-radius: 0px;
}
.contact-form  input:focus::-webkit-input-placeholder, 
.contact-form  textarea:focus::-webkit-input-placeholder {
   color: #434242;
}
.contact-form  input:focus, 
.contact-form  textarea:focus, 
.contact-form  input:valid,  
.contact-form  textarea:valid {
   box-shadow: none;
   outline: none;
   background-position: 0 0;
}
 .contact-form  input:focus::-webkit-input-placeholder, 
 .contact-form textarea:focus::-webkit-input-placeholder, 
 .contact-form input:valid::-webkit-input-placeholder, 
 .contact-form textarea:valid::-webkit-input-placeholder {
   font-size: 0.8em;
   transform: translateY(-20px);
   visibility: visible !important;
   opacity: 1;
}
.contact-form  input[type="email"] {
   background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 98%, #9e9e9e 2%);
   background-position: -400px 0;
   background-repeat: no-repeat;
   transition: border-bottom 0.3s ease, background 0.3s ease;
}
.contact-form  input[type="email"] ~ span.validation-text {
   position: absolute;
   visibility: hidden;
  font-family: 'Typold-Light';
   font-size: 0.6em;
   width: 400px;
   margin-left: 25px;
   margin-top: -5px;
   color: #434242;
   transition: color 0.3s ease-in-out;
}
.contact-form  input[type="email"]:not([value=""])::-webkit-input-placeholder {
   font-size: 0.8em;
   transform: translateY(-20px);
   visibility: visible !important;
   opacity: 1;
}
.contact-form  input[type="email"]:not([value=""]):focus::-webkit-input-placeholder {
   color: #434242;
}
.contact-form  input[type="email"]:not([value=""]):focus:not(:valid)::-webkit-input-placeholder {
   color: #434242;
}
.contact-form  input[type="email"]:focus {
   background-position: 0 0;
}
.contact-form  input[type="email"]:focus:not(:valid):not([value=""]) {
   border-bottom: solid 1px #9e9e9e;
   background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 98%, #9e9e9e 2%);
}
.contact-form  input[type="email"]:not(:focus):not(:valid):not([value=""]) {
   border-bottom: solid 1px #9e9e9e;
   background-position: 0 0;
   background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 98%, #9e9e9e 2%);
}
.contact-form  input[type="email"]:not(:focus):not(:valid):not([value=""])::-webkit-input-placeholder {
   color: #434242;
}
.contact-form  input[type="email"]:not(:focus):not(:valid):not([value=""]) ~ span.validation-text {
   visibility: visible;
   color: #434242;
}

.contact-form  textarea {
  height: 90px;
}

.contact-form  button {
  font-family: 'Typold-Regular';
   transition: transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1), box-shadow 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
   border: none;
   background: #03a9f4;
   cursor: pointer;
   color: white;
   margin: 30px 0 0 15px;
   font-size:13px; 
}

.contact-map{
  position: relative;
  width: 100%;
  display: block;
  padding: 3rem 0px;
}

.maps iframe{
  width:100%;
  height:520px;  
}

@media (max-width:1100px) and (min-width:1025px){
  .reachus-circle{
    width: 440px;
    height:440px; 
  }
  .contact-form{
    margin-top: 0px;
  }
  .form-content{
    margin-top: 30px;
  }
  .contactForm-circle {
    width: 540px;
    height: 540px;
  }
  .reachus-content{
    width: 62%;
    margin: auto;
    margin-top: 45px;
  }
  .reach-info{
    margin-bottom: 30px;
  }

}  


@media (max-width:1024px) and (min-width:768px){
  .contact-banner{
    height:auto; 
  }
  .contact-details{
    text-align: center;
  }
  .reachus-circle{    
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
  .contactForm-circle{
    margin-top:25px; 
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }

}


@media (max-width:767px){
  .contact-banner{
    height:auto; 
  }
.contact-details{
  text-align: center;
}
  .reachus-circle,
  .contactForm-circle{
    position: initial;
    width:90%;
    border-radius: 0px;
    margin: auto; 
  }
  .inner-dotCircle{
    width:100%;
    border-radius:0px; 
    padding:10px;  
  }
  .reachus-content{
    width:90%;
    margin-left: auto;
    margin-right: auto; 
  }
  .contactForm-circle{
    margin-top: 30px;
  }
  .contact-form input, .contact-form textarea{
    width:100%; 
  }



}

/*= end contact*/



/*= Gallery*/



  .gallery-banner{
    width: 100%;
    position: relative;
    height: 660px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    min-height:660px; 
  }

  .gallery-img{
    background-image:url(../images/gallery-banner.jpg); 
    background-attachment: fixed;
  }

  @media (min-width:1441px){
    .gallery-banner{
      height:100vh;
    }
  }
  .gallery-title-center{
    display: table;
    height: 660px;
    width: 100%;
  }
   .gallery-banner .common-heading {
    display: table-cell;
    vertical-align: middle;
  }

.gallery-title h2{
    color: rgb(255, 255, 255);
}
.gallery-title .title-line:before{
    background-image: url(../images/icon-hr-bg-white.png);
}

.gallery-pg{
    width: 100%;
    height: auto;
    display: block;
    margin: 0px;
    position: relative;
    padding: 4rem 0px;
    background-color: #fff;
    z-index: 1;
}
.gallery-pg-filter{
  text-align: center;
}

.gallery-pg-filter button{
  border:none;
  background-color: transparent;
  font-size: 24px;
  font-family: 'Typold-Light';
  color: #727271;
  line-height: 1.5;
  text-align: center;
  margin-left: 50px;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  position: relative;
  cursor: pointer;
}

.gallery-pg-filter button:before{
  content: '';
  position: absolute;
  left: 0px;
  right:0px; 
  bottom: -2px;
  width:0%;
  height:1px;
  background-color:rgb(224, 157, 43);  
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.gallery-pg-filter .gallery-button.is-checked:before,
.gallery-pg-filter button:hover:before{
  width:100%; 
}

.gallery-button.is-checked,
.gallery-pg-filter button:hover{
  color: rgb(224, 157, 43);
}

.gallery-pg .gallery-grid {
  max-width: 69em;
  list-style: none;
  margin: 30px auto;
  padding: 0;
}

.gallery-pg .gallery-grid li {
  display: block;
  float: left;
  padding: 7px;
  width: 33%;
  opacity: 0;
  position: relative;
  overflow: hidden;
}

.gallery-pg .gallery-grid li.shown,
.no-js .gallery-grid li,
.no-cssanimations .gallery-grid li {
  opacity: 1;
}

.gallery-pg .gallery-grid li a,
.gallery-pg .gallery-grid li img {
  outline: none;
  border: none;
  display: block;
  max-width: 100%;
}

/* Effect 1: opacity */
.gallery-pg .gallery-grid.effect-1 li.animate {
  -webkit-animation: fadeIn 0.65s ease forwards;
  animation: fadeIn 0.65s ease forwards;
}

@-webkit-keyframes fadeIn {
  0% { }
  100% { opacity: 1; }
}

@keyframes fadeIn {
  0% { }
  100% { opacity: 1; }
}


@media screen and (max-width: 900px) {
.gallery-pg  .gallery-grid li {
    width: 50%;
  }
}

@media screen and (max-width: 400px) {
.gallery-pg  .gallery-grid li {
    width: 100%;
  }
}

.gallery-grid li:hover .gallery-overlay{ 
  opacity: 1;
  visibility: visible;
    transform: translateY(0%);
}

.gallery-overlay{
  opacity: 0;
  visibility: hidden;
  position: absolute;
    width: 93%;
    height: 90%;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0,0,0,0.20);
    margin: auto;
    border: 2px solid rgba(255,255,255,0.20);  
    transition:all 500ms; 
    transform: translateY(104%);
}
.iconzoom{
  width:45px;
  display: block; 
    position: absolute;
    top: 50%;
    margin-top: -22px;
    left: 50%;
    margin-left: -22px;
}



/*= end Gallery */


/*=  Packages-list */

.tents-banner{
  width:100%;
  position: relative;
  height:auto;
  padding: 5rem 0px;  
  display: block;
  background-image: url(../images/tent-pattent-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}


.tents-list-pkg{
  position: relative;
  display: block;
  clear: both;
  width:100%; 
  min-height:480px; 
  margin-bottom:50px; 
}

.pkg-list-img{
  width:380px;
  height:380px;
  border-radius:50%;
  display: block;  
}

.pkg-list-img img{
  width:100%;
  display: block; 
}


.pkg-list-text{
  overflow: hidden;
  width:340px;
  height:340px;
  border-radius:50%;   
  transition:all 400ms;
  -webkit-transition:all 400ms;
}

.pkg1-circle-color1{
  background: rgb(197,58,151);
  background: -moz-linear-gradient(297deg, rgba(197,58,151,1) 36%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(297deg, rgba(197,58,151,1) 36%, rgba(255,255,255,1) 100%);
  background: linear-gradient(297deg, rgba(197,58,151,1) 36%, rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c53a97",endColorstr="#ffffff",GradientType=1);
}
.pkg1-circle-color2{
  background-color:#ffc8ed; 
}

.pkg-list-circle{
  width:340px;
  height:340px;
  border-radius:50%;  
}
.pkglist-innercontent{
  position: relative;
  overflow: hidden;
  width:58%;
  margin-left: auto; 
  padding-top: 80px;
}

.pkglist-title{
  padding: 10px 0px;
  border-bottom: 1.5px solid #fff;
  border-top: 1px solid #fff;
}

.pkglist-title h3{
  font-size: 28px;  
  font-family: 'Matrix-Book';
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 1.2;
  text-align: left;
}
.pkglist-decs{
  padding-top: 10px;
  padding-right:12px; 
}
.pkglist-decs p{
  font-size: 13px;
  font-family: 'Typold-Regular';
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-align: left;
}

.pkglist-linkbtns{
  position:relative;
  display:block;
  padding-top: 10px; 
}

.pkglist-decs .long-arrow-right,
.pkglist-decs .long-arrow-left{
  display: block;
  margin: 10px 0px 10px 30px;
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}
.pkglist-decs .long-arrow-right{
 -webkit-transform: rotate(135deg);
         transform: rotate(135deg);
}

.pkglist-decs .long-arrow-left{
 -webkit-transform: rotate(-45deg);
         transform: rotate(-45deg);
}
.pkglist-decs .long-arrow-right::after,
.pkglist-decs .long-arrow-left::after{
  content: "";
  display: block;
  width: 2px;
  height: 45px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg) translate(15px, 4px);
          transform: rotate(-45deg) translate(15px, 4px);
  left: 0;
  top: 0;
}


.absolute{
  position: absolute;
}
.tents-list-pkg{
  max-width: 580px; 

}
.pkglist-innercontent{
  transition: all 400ms;
}
.pkglist-postion1{
    right: 18%;
    top: 10px;
    z-index: 1;
}
.pkglist-postion2{
    right: 0px;
    top: 90px;
    z-index: 2;
    transition: all 400ms;
}
.pkglist-postion3{
    left: 0px;
    z-index: 3;
}
.pkg-list-text:hover{
  transform: scale(1.1);
  z-index:4 ;
}
.pkg1-colorOnhover:hover{
  background: rgb(197,58,151); 
}

.pkg-list-text:hover .pkglist-innercontent{
  opacity: 0;
  visibility: hidden;
}
.pkglist-onHover{
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    max-width: 250px;
    margin: 50px auto 30px; 
    opacity: 0;
    transition: all 500ms;
}
.pkg-list-text:hover .pkglist-onHover{
  opacity:1; 
}

.pkglist-onHover ul{
  padding: 0px;
  margin:10px 0px;
  list-style:none;   
}
.pkglist-onHover ul li{
    font-size: 11px;
  font-family: 'Typold-Regular';
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-align: left;
  margin-bottom:10px; 
  position: relative;
  padding-left: 25px;
}
.pkglist-onHover ul li:before{
  content:'';
  position: absolute;
  left: 0px;
  width:18px;
  height:18px;
  background-image:url('../images/icon-white.png');
  background-repeat: no-repeat;
  background-size: cover;    
}


.pkglist-onHover .long-arrow-right,
.pkglist-onHover .long-arrow-left{
  display: block;
  margin: 20px auto;
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}
.pkglist-onHover .long-arrow-right{
 -webkit-transform: rotate(135deg);
         transform: rotate(135deg);
}

.pkglist-onHover .long-arrow-left{
 -webkit-transform: rotate(-45deg);
         transform: rotate(-45deg);
}
.pkglist-onHover .long-arrow-right::after,
.pkglist-onHover .long-arrow-left::after{
  content: "";
  display: block;
  width: 2px;
  height: 45px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg) translate(15px, 4px);
          transform: rotate(-45deg) translate(15px, 4px);
  left: 0;
  top: 0;
}


.tents-box2{
  display: flex;
  width:100%; 
  justify-content:space-around;
  flex-flow: wrap;
  position: relative;
}



/*pkg2 bx css*/
.pkglist2-postion3 {
    right: 0px;
    z-index: 3;
}

.pkglist2-postion2{
  left:0px;
  top:90px; 
  z-index: 2;
}
.pkglist2-postion1{
    left: 18%;
    top: 10px;
    z-index: 1;
}
.pkg2-circle-color1{
  background: rgb(205,153,28,1);
  background: -moz-linear-gradient(298deg, rgba(255,255,255,1) 0%, rgba(205,153,28,1) 52%);
  background: -webkit-linear-gradient(298deg, rgba(255,255,255,1) 0%, rgba(205,153,28,1) 52%);
  background: linear-gradient(298deg, rgba(255,255,255,1) 0%, rgba(205,153,28,1) 52%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#cd991c",GradientType=1);
}
.pkg2-circle-color2{
  background-color:#f5d790; 
}

.pkg2-colorOnhover:hover{
  background:#cd991c; 
}

.pkglist2-postion2 .pkglist-innercontent{
    margin-right: auto;
    margin-top: 22px;
    padding-left: 25px;
    margin-left: 0px;
    width: 69%;
}

/*pkg2 bx css end*/

/*pkg3 bx css */
.pkg3-circle-color1{
background: rgb(97,97,159);
background: -moz-linear-gradient(313deg, rgba(97,97,159,1) 36%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(313deg, rgba(97,97,159,1) 36%, rgba(255,255,255,1) 100%);
background: linear-gradient(313deg, rgba(97,97,159,1) 36%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#61619f",endColorstr="#ffffff",GradientType=1);
}
.pkg3-circle-color2{
  background-color:#d0d0ff; 
}

.pkg3-colorOnhover:hover{
  background:#61619f; 
}
/*pkg3 bx css end*/


@media (max-width:767px){
  .absolute{
    position: initial;
    margin-top: -20px;
  }
  .common-heading h2{
    font-size:30px; 
  }
  .pkg-list-img{
    width:320px; 
    height:320px; 
    margin: auto;
  }
  .pkg-list-circle{
    display: none;
  }
  .nones{
    display: none;
  }
  .pkglist2-postion2 .pkglist-innercontent,
  .pkglist-innercontent{
    width: 230px;
    margin: 50px auto 10px;
    padding: 0px;
  }
  .pkglist2-postion2 .pkglist-innercontent{
    margin-top:60px; 
  }
  .pkglist-onHover{
    display: none;
  }
  .pkg-list-text:hover .pkglist-innercontent{
    opacity:1; 
    visibility: visible;
  }
  .pkg-list-text:hover {
    transform: scale(1);
    z-index: 4;
  }
  .pkg1-circle-color1{
    background: rgb(197,58,151);
  }
  .pkg2-circle-color1 {
    background: rgb(205,153,28,1);
  }
  .pkg3-circle-color1 {
    background: rgb(97,97,159);
  }
} 

/*= end Packages-list */



/*=  tent */
.tent-banner{
  width:100%;
  display: block;
  position: relative;
  padding:4rem 0px;
  background-color:#fff;   
}

.tent-2box{
  display: flex;
  flex-flow: wrap;
  width:100%;
}


.tent-wrap{
    width: 50%;
    padding-right: 25px;
    border-right: 1px solid #e19d2d;
}

.tent-title h3{
  font-size: 36px;
  font-family: 'Matrix-Book';
  color: rgb(22, 22, 43);
  text-transform: uppercase;
  line-height: 1.25;
  text-align: left;
}


.tent-content{
  margin-top:30px; 
}
.tent-content p{
  font-size: 16px;
  font-family: 'Typold-Regular';
  color: rgb(76, 76, 76);
  line-height: 1.3;
  text-align: left; 
  margin-bottom:20px; 
}
.tent-list{
  padding-left:25px; 
  width: 50%;
}

.tent-list-title h3{
  font-size: 25px;
  font-family: 'Matrix-Book';
  color: rgb(22, 22, 43);
  text-transform: uppercase;
  line-height: 1.8;
  text-align: left;
  position: relative;
  padding-left:30px; 
}
.tent-list-title h3:before{
  content:'';
  position: absolute;
  top:50%;
  left:0px; 
  width:25px;
  height:1px;
  background-color: #000;   
}

.amenities-benifit {
  list-style: none;
  padding: 0;
  margin: 30px 0px 0px 0px;
  display: block;
}
.amenities-benifit li{
  width: calc(99% / 2);
  display: inline-block;
  *float: left;
  margin-bottom: 35px;

  font-size: 16px;
  font-family: "Typold";
  color: rgb(58, 58, 58);
  line-height: 1.3;
  text-align: left;

  min-height: 41px;
  position: relative;
  padding-left: 35px;
  padding-right: 54px; 
}



.amenities-benifit li:before{
  content: '';
  position: absolute;
  left: 0px;
  width:30px;
  height:30px;
  background-size:100% auto;
  background-repeat: no-repeat;   
}

.amenities-benifit li.tent1-img:before{
  background-image: url('../images/tents/tent-icon10.png');
}
.amenities-benifit li.tent2-img:before{
  background-image: url('../images/tents/tent-icon1.png');
}
.amenities-benifit li.tent3-img:before{
  background-image: url('../images/tents/tent-icon9.png');
}

.amenities-benifit li.tent4-img:before{
  background-image: url('../images/tents/tent-icon2.png');
}
.amenities-benifit li.tent5-img:before{
  background-image: url('../images/tents/tent-icon8.png');
  width:20px; 
  height:40px; 
}
.amenities-benifit li.tent6-img:before{
  background-image: url('../images/tents/tent-icon3.png');
}
.amenities-benifit li.tent7-img:before{
  background-image: url('../images/tents/tent-icon7.png');
}
.amenities-benifit li.tent8-img:before{
  background-image: url('../images/tents/tent-icon4.png');
}
.amenities-benifit li.tent9-img:before{
  background-image: url('../images/tents/tent-icon6.png');
}
.amenities-benifit li.tent10-img:before{
  background-image: url('../images/tents/tent-icon5.png');
}

.about-tents-btns{
    float: left;
    margin-top: 30px; 
}

.slider-tents{
  width:100%;
  position: relative;
  padding:60px 0px;
  background-color:#fff;    
}


/*==================================
             SWIPER
===================================*/
.slider-tents .swiper-slide img{
  width:100%;
  display: block;
  position: relative; 
}

.slider-tents .swiper-slide{
  position: relative;
}
.slider-tents .swiper-slide:before{
  content:'';
  position: absolute;
  top:0px;
  left: 0px;
  background-color:rgba(255,255,255,0.5); 
  right:0px;
  bottom:0px;
  width:100%;
  height:100%;    
  z-index:1;    
  transition:all 300ms;  
}

.slider-tents .swiper-slide.swiper-slide-active img{
  position: relative;
  top:-20px;
  transition:all 300ms;
}

.slider-tents .swiper-slide.swiper-slide-active:before{
  background-color:rgba(255,255,255,0); 
}

.slider-tents .swiper-button-next:after, 
.slider-tents .swiper-button-prev:after{
  font-size:90px; 
  color:#fff; 
}
.slider-tents .swiper-button-next, 
.slider-tents .swiper-button-prev{
    width: 45px;
    height: 98px;
}
.slider-tents .swiper-button-prev{
  left:80px; 
}
.slider-tents .swiper-button-next{
  right:80px; 
}

/* remove styles from the list */
ul.swiper-wrapper {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* Swiper styles */
.swiper-container {
  max-width: 100%;
  *overflow: inherit;
}

.swiper-slide {
  text-align: center;
  /* remove this if you want 1 slide perview - than change slidesPerView js-option to 1 instead of auto */
  width: 50%;
}

.tent-info{
  width:100%;
  display: block;
  padding:10px 0px 30px;  
}

.tents-content{
  width:100%;
  display: block;
    background-size: 25%;
    background-position: center right;
    background-repeat: no-repeat; 
  background-image:url('../images/tents/tent-bg.png'); 
}

.tent-content-inner{
  width:50%;
  margin: auto; 
}

.tent-content-inner h3{
  font-size: 36px;
  font-family: 'Matrix-Book';
  color: rgb(22, 22, 43);
  text-transform: uppercase;
  line-height: 1.25;
  text-align: left;
  margin-bottom: 25px;
}

.tent-content-inner p{
  font-size: 16px;  
  font-family: 'Typold-Regular';
  color: rgb(76, 76, 76);
  line-height: 1.33;
  text-align: left;
  margin-bottom:20px; 
}

.quetion-bg{
  width:100%;
  height:240px; 
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('../images/tents/contact-bg.png');
  padding:20px 0px; 
}


.quetion-block{
  width:50%;
  margin: auto;
  padding:10px 0px;  
}

.quetion-block h3{
  font-size: 45px;
  font-family: 'Matrix-Book';
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-align: left;
}

.question-btns span{
  color: #fff;
  padding-left: 12px;
  padding-right: 15px;

    font-size: 26px;
    line-height: 1.1;
    float: left;
}

.question-btns{
  margin-top:25px; 
  font-size: 18px;
  font-family: 'Typold-Light';
  color: rgb(255, 255, 255);
  line-height: 1.7;
  text-align: left;

    display: inline-block;
    padding: 8px 34px;
    border: 1px solid #fff;

}


@media (max-width:767px){
  .tent-2box{
    display: block;
  }
  .tent-wrap{
    border-right:0px;
    width:100%;
    padding-right: 0px;  
  }
  .tent-list{
    width:100%;
    padding: 0px; 
  }
  .about-tents-btns{
    float: none;
    margin:35px 0px; 
  }
  .amenities-benifit li{
    width:100%;
    float: none; 
  }
  .tents-content{
    background-size: 100% auto;
    background-position: bottom;
  }
  .tent-content-inner{
    width:100%;
    padding-bottom: 160px; 
  }
  .tent-content p{
    text-align: center;
  }
  .tent-title h3,
  .tent-content-inner h3{
    font-size:30px;
    text-align: center; 
  }
  .quetion-bg{
    height:auto; 
  }
  .quetion-block{
    width:100%; 
  }
  .quetion-block h3 {
    font-size: 30px;
  }

.slider-tents .swiper-button-next:after,
 .slider-tents .swiper-button-prev:after{
  font-size:30px; 
}
.swiper-slide{
  width:100%; 
}
.slider-tents .swiper-button-prev {
    left: 10px;
}
.slider-tents .swiper-button-next{
  right:10px; 
}
.slider-tents .swiper-button-next, .slider-tents .swiper-button-prev{
    width: 35px;
    height: 30px;
}
.slider-tents .swiper-slide.swiper-slide-active img{
  top:0px;
}


} 


@media (max-width:992px) and (min-width:768px)  {
  .quetion-block,
  .tent-content-inner{
    width:80%; 
  }
   .tent-2box{
    display: block;
  }
  .tent-wrap{
    border-right:0px;
    width:100%;
    padding-right: 0px;  
  }
  .tent-list{
    width:100%;
    padding: 0px; 
  }
  .about-tents-btns{
    float: none;
    margin:35px 0px; 
  }

  .tents-content{
    background-size: 50% auto;
    background-position:center bottom;
  }
   .tent-content-inner{
    padding-bottom:160px;
   }
   .gallery-title-center{
    height:570px; 
   }
}

/*.tent10-img,
.tent9-img,
.tent8-img,
.tent7-img,
.tent6-img,
.tent4-img,
.tent3-img,
.tent2-img,
.tent1-img{
  width:30px;
  vertical-align: middle;
  display: inline-block; 
}

.tent5-img{
  width:20px;
  vertical-align: middle;
  display: inline-block; 
}*/


/*= end Tent */







/*tents-details*/

.tents-details{
  width:100%;
  display: block;
  position: relative;
  padding: 4rem 0px 3rem; 
}

.tents-details-2box{
  width:100%;  
  display: flex;
  flex-flow: wrap;
}

.tents-details-column1{
  max-width:60%;
  flex-basis:60%; 
}

.tents-details-column2{
  max-width:40%;
  flex-basis:40%;  
}

.tents-details-content h3{
  font-size: 18px;  
  font-family: 'Typold-Regular';
  font-style: italic;
  color: rgb(48, 48, 48);
  line-height: 1.3;
  text-align: left;
  padding-bottom:25px; 
  border-bottom: 1px solid #e6eaec;
  margin-bottom:25px; 
}

.tents-details-content p{
  font-size: 18px;
  font-family: 'Typold-Regular';
  color: rgb(87, 86, 86);
  line-height: 1.6;
  text-align: left;
  margin-bottom:30px; 
}

.tents-details-content p:nth-of-type(2){
  margin-bottom: 0px;
}


.img-grid {
    max-width: 90%;
    margin-left: auto;
}

.img-grid img{
  width:100%;
  display: block; 
}

.package-feature-tent{
  width:100%;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  padding:4rem 0px;  
 background-image: url('../images/tents/tent-details-bg.png'); 
}
.pkg-feature-content .tent-list-title h3{
  font-size:24px;
  color:#4f4f4f; 
  font-family: 'Typold-Regular';
}
.pkg-feature-content .tent-list-title h3:before{
    background-color: #e1a134;
}


.pkg-tent-feature{
  list-style: none;
  padding:0px;
  margin: 35px 0px 0px; 
}

.pkg-tent-feature li{
  width: calc(99% / 2);
  display: inline-block;

  position: relative;
  font-size: 18px;
  font-family: 'Typold-Regular';
  color: rgb(79, 79, 79);
  line-height: 1.5;
  text-align: left;
  margin-bottom: 30px;
  padding-left: 40px;
}

.pkg-tent-feature li:before {
    content: '';
    position: absolute;
    left: 0px;
    width: 30px;
    height: 30px;
    background-size: 100% auto;
    background-repeat: no-repeat;
}


.pkg-tent-feature li.pkg-feature-img1:before {
    background-image: url(../images/tents/tent-details-icon1.png);
}

.pkg-tent-feature li.pkg-feature-img2:before {
       background-image: url(../images/tents/tent-details-icon2.png);
}

.pkg-tent-feature li.pkg-feature-img3:before {
    background-image: url(../images/tents/tent-details-icon3.png);
}

.pkg-tent-feature li.pkg-feature-img4:before {
    background-image: url(../images/tents/tent-details-icon4.png);
}

.pkg-tent-feature li.pkg-feature-img5:before {
    background-image: url(../images/tents/tent-details-icon5.png);
}

.pkg-tent-feature li.pkg-feature-img6:before {
     background-image: url(../images/tents/tent-details-icon6.png);
}

.pkg-tent-feature li.pkg-feature-img7:before {
   background-image: url(../images/tents/tent-details-icon7.png);
}

.pkg-tent-feature li.pkg-feature-img8:before {
   background-image: url(../images/tents/tent-details-icon8.png);
}



.other-aminities{
  width:100%;
  display: block;
  position: relative;
  padding: 3rem 0px; 
}

.other-heading h3{
  font-size: 50px;
  font-family: 'Matrix-Book';
  color: rgb(58, 58, 124);
  line-height: 1.2;
  text-align: center;

    display: inline-block;
    background-color: #fff;
    padding: 0px 16px;
}
  .other-heading{
    position: relative;
    text-align: center;
  }

.other-heading:before{
  content: '';
  position: absolute;
  top:50%;
  left: 0px;
  width:100%;
  height:3px;
  background-color:#e0a82b;  
  z-index:-1;  
}

.other-aminities-2box{
  width:100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap:30px 30px; 
  margin-top:40px; 
}

.other-img{
  margin-bottom:10px;  
}
.other-img img{
  width: 100%;
}

.tents-gallery-slider{
  width:100%;
  display: block;
  position: relative;
  padding:4rem 0px;
  background-color:#fff;   
}
 .tents-gallery-slider   .gallery-top {
      height: 80%;
      width: 100%;
    }
  .tents-gallery-slider  .swiper-container1 {
      width: 100%;
      height: 500px;
      margin-left: auto;
      margin-right: auto;
      overflow: hidden;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    }
  .tents-gallery-slider  .swiper-slide {
      background-size: cover;
      background-position: center;
    }

 .tents-gallery-slider   .gallery-thumbs {
      
      height: 175px;
      box-sizing: border-box;
      padding: 10px 0;
    }
 .tents-gallery-slider   .gallery-thumbs .swiper-slide {
      height: 100%;
      opacity: 0.4;
    }
 .tents-gallery-slider   .gallery-thumbs .swiper-slide-thumb-active {
      opacity: 1;
    }


   .tents-gallery-slider   .swiper-button-prev{
      left:30px; 
    }
    .tents-gallery-slider  .swiper-button-next{
      right:30px; 
    }
    .tents-gallery-slider  .swiper-button-next:after, 
    .tents-gallery-slider  .swiper-button-prev:after{
      font-size:65px; 
    }

    @media (max-width: 767px){
      .tents-details-2box{
        display: block;
      }
      .tents-details-column2,
      .tents-details-column1{
        max-width:100%; 
      }
      .img-grid{
        margin-right: auto;
      }
      .pkg-tent-feature li{
        width:100%; 
      }
      .other-heading h3{
        font-size:36px; 
      }
      .other-aminities-2box{
        display: block;
      }
      .other-column1{
        margin-bottom:40px; 
      }
      .tents-gallery-slider .swiper-button-next:after, .tents-gallery-slider .swiper-button-prev:after{
        font-size:35px; 
      }
    }
     @media (max-width: 992px) and (min-width:768px) {
       .tents-details-2box{
        display: block;
      }
      .img-grid{
        margin-right: auto;
      }
      .tents-details-column2,
      .tents-details-column1{
        max-width:100%; 
      }
     }


/* end  tents-details*/

















@media  (max-width:767px){
  .horizontal-dots,
  .circle-dots,
  .post-relative{
    display: none;
  }
  .home-banner{
    position: relative !important;
  }
  .slideshow .slide .title{
    font-size:35px; 
  }
  .check-form{
    display: none;
  }
  #aboutus{
    margin-top: 0px !important;
  }
  .pkg-title{
    font-size:24px; 
  }
  .gallery-img{
    padding: 0px;
    background-size: cover;
    height: 320px;
    min-height: 320px;
    background-attachment: inherit;
  }
  .gallery-title-center{
    height:320px; 
  }
  .studio52-insta-bg-white{
    display: none;
  }
.slideshow .slide .image-container{
  background-attachment: initial !important;
}
.slideshow .slide .caption {
    padding: 0 20px;
}
.video-banner{
    background-attachment: inherit;
}
.hide-mobile{
  display: none;
}
.hide-desktop{
  display: block;
}

.other-box{
  display: block;
}
.icons-box{

    display: inline-block;
    width: calc(98% / 2);
}
.blogs,
.blog_one{
  margin-bottom: 20px;
}
.bordi__insta--3columns{
  display: block;
}
.studio__insta--block{
    width: calc(98.9%/2);
    display: inline-block
}
.bordi-copyright_text{
  padding:5px; 
}
.gallery-overlay{
  display: none;
}


} 

@media (min-width:768px) and (max-width:930px){
.logo:before{
    bottom: -24px;
  }
}
@media (min-width:931px) and (max-width:992px){
.logo:before{
    bottom: -27px;
  }
}

@media (min-width:768px) and (max-width:992px){
 
 .logo a {
    width: 40px;
  }

  .slideshow .slide .title{
    font-size:45px; 
    margin-top: -130px;
  }
}  

@media (min-width:993px) and (max-width:1024px){
   .logo:before{
    bottom: -30%;
  }
}

@media (min-width:1024px) and (max-width:1100px){
   .logo:before{
    bottom: -33%;
  }
  .logo a {
    width: 40px;
  } 
  .pkg-title{
    font-size:24px; 
  }
}

@media (min-width:993px) and (max-width:1024px){
  .pkg-title{
    font-size:22px; 
  }
 .logo a {
    width: 40px;
  }  
  .slideshow .slide .title{
    font-size:45px; 
  }
}  

@media (min-width:1101px) and (max-width:1200px){
 .logo:before{
    bottom: -33%;
  }
 .logo a {
    width: 48px;
  }
  .pkg-title{
    font-size:24px; 
  }
}  

