html {
  overflow-x: hidden;
}

.navbar-wrapper {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  z-index: 10;
}

.navbar-nav {
  width: 100%;
  text-align: center;
}
.navbar-nav > li {
  float: none;
  display: inline-block;
}

.navbar-nav > li a {
  color: #fff;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

.navbar-nav > li a:hover,
.navbar-nav > li a:focus,
.navbar-nav > li a:active {
  color: #a65741;
  transition: ease 0.5s;
}

/* Carousel base class */
.carousel {
  height: calc(100vh - 30px);
}

.carousel-indicators {
  bottom: 150px;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  bottom: 200px;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: calc(100vh - 30px);
  background-color: transparent;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: calc(100vh - 30px);
}

.gonakal-logo {
  position: absolute;
  top: 15vh;
  text-align: center;
  z-index: 99;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.gonakallogo {
  width: 250px;
  height: auto;
  text-align: center;
}

.carousel-caption h1 {
  font-family: "Playfair Display";
  font-weight: bold;
  font-size: 56px;
  text-align: center;
  background-blend-mode: difference;
  mix-blend-mode: color;
}

.gonakal-about {
  padding: 80px 40px;
  background-image: url(https://gigamedia.blob.core.windows.net/gonakal-home-stay/uploads/about_bg_0fcb52d6f3.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.section-title-vertical {
  position: absolute;
  top: 140px;
}

@media only screen and (min-width: 320px) and (max-width: 920px) {
  .section-title-vertical {
    left: -40px;
  }
}

.section-title-vertical h2 {
  color: #a65741;
  font-family: "Selima";
  font-size: 80px;
  font-weight: normal;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  text-align: right;
}

.gonakal-about-text {
  width: 70%;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.gonakal-about-text p {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 18px;
}

.section-title-horizontal h2 {
  color: #a65741;
  font-family: "Selima";
  font-size: 80px;
  font-weight: normal;
  text-align: center;
}

.gonakal-tariffs {
  padding: 80px 40px;
}

.gonakal-tariffs-grid {
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.gonakal-tariffs-grid-item {
  position: relative;
}

.gonakal-tariffs-grid-list-item:hover {
  border-color: transparent;
  border-style: solid;
  box-shadow: 0 5px 11px 1px rgba(166, 87, 65, 0.44);
  transition: ease 0.5s;
}

.gonakal-tariffs-grid-list-item {
  width: 90%;
  border: 1px solid #a65741;
  padding: 80px 20px;
  transition: ease 0.5s;
}

.roomtype {
  position: absolute;
  width: 250px;
  height: auto;
  left: -40px;
  top: -40px;
}

.roomtype-text {
  position: absolute;
  top: 0px;
  left: 0px;
}

.roomtype-text h1 {
  font-family: "Selima";
  font-size: 40px;
  color: #fff;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.roomtype-text p {
  font-family: "Poppins";
  font-size: 18px;
  color: #fff;
  letter-spacing: 4px;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-transform: uppercase;
  font-weight: normal;
}

.gonakal-tariffs-grid {
  margin: 80px 0;
}

.gonakal-tariffs-grid-list {
  margin: 40px 0;
}

@media only screen and (min-width: 480px) and (max-width: 900px) {
  .gonakal-tariffs-grid-list {
    margin: 40px 30px;
  }
}

.gonakal-tariffs-grid-item-detail {
  margin-top: 80px;
  margin-bottom: 20px;
}

.gonakal-tariffs-grid-item-detail h2 {
  font-family: "Playfair Display";
  font-size: 24px;
  text-align: center;
  color: #a65741;
  font-weight: bold;
}

.gonakal-tariffs-grid-item-detail h4 {
  font-family: "Poppins";
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}

.mini-nav p {
  font-family: "Poppins";
  font-size: 12px;
  color: #fff;
  text-align: right;
  margin-top: 7px;
}

hr.item-seperator {
  border-color: #a65741 !important;
}

.tariff-extra h4 {
  font-family: "Poppins";
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 3px;
}

.tariff-extra h2 {
  font-family: "Playfair Display";
  font-size: 24px;
  text-align: center;
  color: #a65741;
  font-weight: bold;
  text-align: center;
}

.gonakal-reviews {
  padding: 80px 40px;
  background-color: #f9f9f9;
}

.gonakal-reviews-grid {
  text-align: center;
  margin-top: 40px;
}

.gonakal-reviews-grid-item {
  text-align: center;
}

#CDSWIDSSP {
  text-align: center !important;
  margin: 0 auto !important;
  left: 0;
  right: 0;
}

.gonakal-review-img {
  width: 100px;
  height: auto;
}

.gonakal-reviews-grid-item h3 {
  text-align: center;
  font-family: "Poppins";
  font-size: 18px;
  text-align: center;
  padding: 20px;
  line-height: auto;
}

.gonakal-reviews-grid-item h2 {
  text-align: center;
  font-family: "Poppins";
  font-size: 20px;
  text-align: center;
  line-height: auto;
  text-transform: uppercase;
  color: #a65741;
}

.gonakal-reviews-grid-item h2 span {
  text-transform: none !important;
  font-size: 14px;
  color: #000;
}

.gonakal-contact {
  background: none;
}

.gonakal-contact-desc {
  width: 70%;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.gonakal-contact-desc h2 {
  color: #a65741;
  font-family: "Selima";
  font-size: 36px;
  font-weight: normal;
}

.gonakal-contact-desc p {
  font-family: "Poppins";
  font-size: 18px;
  line-height: auto;
}

.google-map iframe {
  width: 500px;
  height: 300px;
}

@media only screen and (min-width: 991px) and (max-width: 1100px) {
  .google-map iframe {
    width: 450px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) {
  .google-map iframe {
    width: 100%;
  }
}

.gonakal-footer {
  padding: 15px;
  background-color: #000;
}

.left-text {
  font-family: "Poppins";
  font-size: 12px;
  color: #fff;
  text-align: left;
  padding-top: 5px;
}

.right-text {
  font-family: "Poppins";
  font-size: 12px;
  color: #fff;
  text-align: right;
  padding-top: 5px;
}

.social-icons {
  margin-top: 20px;
  margin-bottom: 20px;
}

.social-img {
  height: 30px;
  margin-right: 10px;
  pointer-events: none;
}

.tni-logo {
  height: 30px;
  width: auto;
}

.mini-nav {
  height: 30px;
  background-color: #000;
}

.gonakal-gallery-image {
  width: 100%;
  height: auto;
  padding: 3px;
}

.p-0 {
  padding: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  /* Styles */

  .gonakal-logo {
    top: 5vh;
  }

  .gonakallogo {
    width: 200px;
  }

  .carousel-caption h1 {
    font-size: 34px;
  }

  .carousel-caption {
    z-index: 10;
    bottom: 20vh;
  }

  .carousel-indicators {
    bottom: 10vh;
  }

  .mini-nav {
    height: 60px;
    background-color: #000;
  }

  .mini-nav p {
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
  }

  .gonakal-about-text {
    width: 90%;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
  /* 
  .section-title-vertical {
    position: absolute;
    top: 130px;
    left: 0;
  } */

  /* .section-title-vertical {
    position: absolute;
    top: 130px;
    left: -40px;
  } */

  .section-title-vertical h2 {
    color: #a65741;
    font-family: "Selima";
    font-size: 58px;
    font-weight: normal;
  }

  .gonakal-about-text p {
    font-family: "Poppins";
    font-weight: 500;
    font-size: 14px;
  }

  .gonakal-tariffs {
    padding: 20px;
  }

  .section-title-horizontal h2 {
    color: #a65741;
    font-family: "Selima";
    font-size: 36px;
    font-weight: normal;
    text-align: center;
  }

  .gonakal-tariffs-grid-list-item {
    width: 90%;
    border: 1px solid #a65741;
    padding: 40px 20px;
    transition: ease 0.5s;
  }

  .gonakal-tariffs-grid-list {
    margin-bottom: 80px;
    margin-left: 30px;
  }

  .roomtype-text h1 {
    font-family: "Selima";
    font-size: 28px;
    color: #fff;
    margin: 0 auto;
    left: 0;
    right: 0;
  }

  .roomtype-text p {
    font-family: "Poppins";
    font-size: 14px;
    color: #fff;
    letter-spacing: 4px;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-transform: uppercase;
    font-weight: normal;
  }

  .roomtype {
    position: absolute;
    width: 200px;
    height: auto;
    left: -40px;
    top: -40px;
  }

  .gonakal-tariffs-grid-item-detail {
    margin-top: 60px;
    margin-bottom: 20px;
  }

  #CDSWIDSSP {
    width: 200px !important;
  }

  .social-icons {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .social-img {
    height: 20px;
    margin-right: 5px;
    margin-bottom: 15px;
  }

  .tariff-extra h4 {
    font-family: "Poppins";
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 3px;
  }

  .gonakal-contact-desc p {
    font-family: "Poppins";
    font-size: 14px;
    line-height: auto;
  }

  .contact-address {
    margin-left: 20px;
  }

  /* .google-map iframe {
    width: 100%;
    height: 300px;
  } */

  .gonakal-contact-desc {
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
  }

  .left-text {
    font-family: "Poppins";
    font-size: 10px;
    color: #fff;
    text-align: center;
    padding-top: 5px;
  }

  .right-text {
    font-family: "Poppins";
    font-size: 10px;
    color: #fff;
    text-align: center;
    padding-top: 5px;
  }
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width: 321px) {
  /* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 320px) {
  /* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* Styles */
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* Styles */
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* Styles */
}
/**********
iPad 3
**********/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  /* Styles */
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  /* Styles */
}
/* Desktops and laptops ----------- */
@media only screen and (min-width: 1224px) {
  /* Styles */
}

/* Large screens ----------- */
@media only screen and (min-width: 1824px) {
  /* Styles */
}

/* iPhone 4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  /* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  /* Styles */
}

/* iPhone 5 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */
}

/* iPhone 6 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */
}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */
}

/* iPhone 6+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */
}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */
}

/* Samsung Galaxy S3 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  /* Styles */
}

/* Samsung Galaxy S4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
  /* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
  /* Styles */
}

/* Samsung Galaxy S5 ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
  /* Styles */
}

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
  /* Styles */
}

/* footer css */

.gigasolv-logo {
  height: 30px;
  width: 100%;
  padding-left: 10px;
  max-width: 20%;
}

@media screen and (max-width:767px){
  .carousel-inner > .item > img{
    object-fit: cover;
  } 
  .navbar-toggle .icon-bar{
    background: #000;
  }
  .navbar-wrapper .container{
    padding: 0;
  }
  
  .navbar-toggle{
    margin-bottom: 0;
  }
  .navbar-collapse{
      transition: max-height 0.4s ease-in-out;
  }
  .navbar-collapse.show{
    max-height: 300px;
  }
  .gonakal-logo{
    z-index: 1;
  }
  .navbar-wrapper.active {
    background-color: #000;
    transition: background-color 0.3s ease-in-out;
}
.navbar-wrapper.active .navbar-toggle .icon-bar {
    background: #fff;
}
}