:root {
  --price: #d71548;
  --yellowtext: #ffb606;
  --resort: #1a72a3;
  --facil: #e6f7f1;
  --tagline: #9c9b9b;
  --footbg: #2a292b;
  --hrcolor: #af8213;
  --footcta: #30ce91;

  --fontbig: 20px;
  --fontbold: 700;
  --small: 12px;

  --font1: "B612", sans-serif;
  --font2: "Muli", sans-serif;

  --pkgbg: #e6f7f1;
}

body,
html {
  height: 100%;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: var(--font2);
  font-display: swap;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
  overflow-x: hidden;
  color: rgba(0, 0, 0, 0.87);
  color: #354450;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
}
.bodylist li {
  text-indent: -0.6em;
  margin-bottom: 10px;
}

.custom-toggler.navbar-toggler {
  border-color: lightgreen;
  margin-right: 2rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  letter-spacing: 0.5 em;
  margin-top: 0;
}
.bluetitle {
  color: var(--resort);
}
h2 {
  margin-bottom: 1rem;
  text-align: left;
}
h3 {
  font-size: 1.3em;
  text-align: left;
  margin-bottom: 1rem;
}
h4 {
  font-size: 1.35em;
  margin-bottom: 1rem;
}

.btn-primary {
  background: #ffb606;
  border: solid 2px;
}
.btn-primary:hover {
  background: #ffffff;
  border: solid 2px #ffb606;
  color: #000000;
}
/*.btn-primary:hover{background:#d3d50b; border:solid 2px #ffb606;color:#000000;}*/
.btn-readmore {
  color: #343a40;
  border-color: #343a40;
  margin-bottom: 10px;
}
.btn-readmore:hover {
  background: #ffb606;
  color: #ffffff;
  border-color: #ffb606;
}
.requestbtn {
  letter-spacing: 0.09em;
  font-size: 0.75em;
  font-weight: 800;
  text-transform: uppercase;
}

.contentblock {
  padding-top: 1em;
  padding-bottom: 2em;
}
.g-recaptcha {
  transform: scale(0.95);
  -webkit-transform: scale(0.95);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

/*Top Menu*/
.menu-top {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}

.menu-top .navbar .navbar-nav li a {
  padding: 5px 12px;
  color: #242424;
  letter-spacing: 0.09em;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  -webkit-transition: all 200ms linear 0s;
  -o-transition: all 200ms linear 0s;
  transition: all 200ms linear 0s;
}
.menu-top .navbar .navbar-nav .active > .nav-link,
.menu-top .navbar .navbar-nav .nav-link.active,
.menu-top .navbar .navbar-nav .nav-link.show,
.menu-top .navbar .navbar-nav .show > .nav-link,
.menu-top .navbar .nav-link:focus,
.menu-top .navbar .nav-link:hover {
  color: #f9661e;
}
.navbar {
  padding: 0.5em 0em;
}

/* for fixed navigation */
.menu-top.navbar_fixed {
  position: fixed;
  width: 100%;
  top: -50px;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 1);
  transform: translateY(50px);
  /*padding-top: 0;
    padding-bottom: 0;*/
  border-bottom: 1px solid #f9f9f9;
  z-index: 500;
}
/*.menu-top.navbar_fixed {
	padding: 0 !important;
}*/

.navbar_fixed .navbar {
  padding: 0 !important;
}

/* customize top links */

.navbar-nav .nav-link:hover {
  color: #f9661e;
}
.navbar-collapse li {
  line-height: 2.5em;
}
.dropdown-menu {
  background-color: #f1f5f9;
  border-radius: 0;
  margin-top: 34px;
  font-size: 1em;
  padding: 0;
  border-color: #c6d4e5;
}

/* dropdown when fixed menu */
.navbar_fixed .dropdown-menu {
  margin-top: 17px !important;
}
.menu-top .navbar .navbar-nav .dropdown-menu a.dropdown-item {
  line-height: 2rem;
  border-bottom: 1px solid #fff;
  color: #000;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #f9661e !important;
  text-decoration: none;
  background: none;
}
@media (min-width: 991px) {
  .menu-top .navbar .navbar-nav li a {
    line-height: 1.2em;
    color: #000;
  }
  .menu-top .navbar .navbar-nav .pulse {
    margin-left: 18px;
  }
  .navbar_fixed .navbar .navbar-nav li a {
    color: #000;
  }
  .menu-top {
    background: #fff;
  }
  .navbar_fixed {
    background: #fff;
  }
}

.conclude i {
  color: #ffb606;
  font-size: 1em;
  padding-right: 0.3em;
}
p.conclude {
  position: relative;
}
.conclude ul li {
  text-indent: -0.8em;
}

/* less than 991 */
@media (max-width: 991px) {
  /*.menu-top.navbar_fixed {
     top: -16px;
	 }*/

  .menu-top {
    padding: 5px;
  }
  .navbar {
    padding: 0;
  }
}

.btn-outline-secondary {
  border: solid 2px #0d3c56;
  border-radius: 5px;
  color: #000;
}
.btn-outline-secondary.hover {
  background: #0d3c56;
}

.yellowtitle {
  font-size: 28px;
  color: var(--yellowtext);
}

/*=========Facilities section==============*/

.facilimg img {
  border-radius: 50%;
  background: #fff;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.packgeimg img {
  border-radius: 50%;
  background: #fff;
  /*  display: block;*/
  margin-left: auto;
  margin-right: auto;
}

.bgfacil {
  background: var(--facil);
  color: #666666;
}
.bgblue {
  background: #f9f9f9;
}
.facilimg p {
  font-size: 11px;
  text-align: center;
  margin-top: 5px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: bold;
}

.packgeimg p {
  font-size: 12px;
  text-align: center;
  margin-top: 5px;
}

/*=========== Package Section ==============*/
.package {
  background: var(--pkgbg);
  color: #666666;
  margin-top: 0;
}
.package .content {
  background: #fff;
  border-radius: 0px 0px 7px 7px;
}
.pkgtagline {
  font-size: var(--small);
  color: var(--tagline);
  font-weight: var(--fontbold);
}
.price {
  font-weight: var(--fontbold);
  color: var(--price);
}
.priceper {
  font-size: 14px;
  font-weight: var(--fontbold);
  color: var(--tagline);
}
.package img {
  border-radius: 7px 7px 0px 0px;
}
.packagedetail {
  border: solid 2px #ccc;
  padding: 20px;
}
.pkgprice {
  font-weight: var(--fontbold);
  color: var(--price);
}
.pkgpriceper {
  font-size: 14px;
  font-weight: var(--fontbold);
  color: var(--tagline);
}
.pkginclude {
  font-size: 16px;
  font-weight: 600;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
.pkglist li {
  font-size: 14px;
  line-height: 2em;
}

/*=================Footer CTA========================*/
.footercta {
  background: var(--footcta);
}
.footercta h4 {
  color: #ffffff;
  font-size: 1.8em;
  line-height: 39px;
  font-family: var(--font1);
  letter-spacing: 0.05em;
}
.footercta i {
  color: #ffffff;
  font-size: 1.5em;
  padding-right: 0.2em;
}
.footercta a {
  color: #ffffff;
  font-size: 1.4em;
  font-weight: bold;
}
.ctaph {
  margin-right: 2rem;
}

/*=====================Footer==========================*/
.footer {
  background: var(--footbg);
  padding-top: 3em;
  padding-bottom: 3em;
}
.botfooter {
  background: #222122;
  padding: 25px 0px;
  font-size: 14px;
  color: #757575;
}
.address {
  margin-left: 20px;
  padding-top: 10px;
  font-size: 13px;
  color: #89897f;
}
.address img {
  float: left;
  height: auto !important;
  padding-right: 10px;
}

.foottel {
  font-size: 18px;
  color: #969596;
  font-weight: bold;
}
.foottel:hover {
  color: #969596;
}
hr.underline {
  border-top: solid 2px #af8213;
  width: 50px;
  margin: 0;
  padding-bottom: 10px;
  text-align: left;
}
.quicklinks h6 {
  color: #bfbfc1;
  text-transform: uppercase;
}
.quicklinks p {
  font-size: 16px;
  line-height: 1em;
  color: #89897f;
}
.quicklinks a {
  color: #89897f;
}
.quicklinks a:hover {
  text-decoration: none;
  color: #af8213;
}
.quicklinks i {
  color: #89897f;
  font-size: 40px;
  line-height: 45px;
  padding-right: 10px;
}
.quicklinks i:hover {
  color: #af8213;
}

/*=============== To Header Image ====================*/

.bgimage {
  width: 100%;
  height: 550px;
  /* background: url('https://images.unsplash.com/photo-1438109491414-7198515b166b?q=80&fm=jpg&s=cbdabf7a79c087a0b060670a6d79726c');*/
  background: url("../images/header-img-new.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.bgimage h1 {
  font-size: 4em;
  font-weight: 800;
  margin-top: 30px;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
  letter-spacing: -0.01em;
  font-family: var(--font1);
}

.bgimage p.headtext {
  font-family: var(--font2);
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.25em;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
}

.packagebg {
  width: 100%;
  height: 400px;
  background: url("../images/package-header.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
.activitybg {
  width: 100%;
  height: 400px;
  background: url("../images/activity-header.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.bgimageinner h1 {
  font-size: 4em;
  font-weight: 600;
  margin-top: 30px;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
  letter-spacing: -0.01em;
  font-family: var(--font1);
}

.bgimageinner p.headtext {
  font-family: var(--font2);
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.25em;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
}
.dnppage h3 {
  margin-top: 1.7em;
}

@media (max-width: 767px) {
  .col-xs-12 {
    margin-bottom: 20px;
  }
  .quickmob {
    display: none;
  }
  .quicklinks {
    text-align: center;
  }
  hr.underline {
    float: none;
    margin: 0 auto;
  }
  .addblock {
    text-align: center;
  }
  .addblock img {
    float: none;
    margin: 0 auto;
  }
  h2 {
    font-size: 1.5em;
  }
  .yellowtitle {
    font-size: 22px;
  }
  .footercta h4 {
    font-size: 22px;
  }
  .footercta a {
    font-size: 1em;
  }
  .facilimg p {
    font-size: 10px;
  }
  .packagemg p {
    font-size: 10px;
  }
}

@media (max-width: 767px) {
  .bgimage h1 {
    font-size: 1.5em;
    line-height: 1em;
  }
  .bgimage p.headtext {
    font-size: 0.9em;
    font-weight: 400;
    line-height: 1.5em;
  }
  .bgimageinner h1 {
    font-size: 1.5em;
    line-height: 1em;
  }
  .bgimageinner p.headtext {
    font-size: 0.9em;
    font-weight: 400;
    line-height: 1.5em;
  }
  h2 {
    font-size: 1.3em;
  }
  h3 {
    font-size: 1.25em;
  }
}
@media (max-width: 991px) {
  .bgimage {
    height: 400px;
  }
  .bgimage h1 {
    font-size: 2em;
  }
  .bgimageinner {
    height: 400px;
  }
  .bgimageinner h1 {
    font-size: 2em;
  }
  .packagedetail {
    margin: 15px;
  }
}
@media (max-width: 767px) {
  .contentblock {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}

.btn-custom {
  border: none;
}
.call-btn {
  display: none;
  background-color: #30ce91;
}

@media (max-width: 991px) {
  .navbar-toggler {
    border: none;
    padding: 0;
    outline: none !important;
  }
  .navbar-toggler[aria-expanded="false"] .menu-toggle span:nth-child(2) {
    opacity: 1;
  }
  .navbar-toggler[aria-expanded="true"] .menu-toggle span:nth-child(2) {
    opacity: 0;
  }
  .navbar-toggler[aria-expanded="true"] .menu-toggle span:first-child {
    transform: rotate(-45deg);
    position: relative;
    top: 6px;
  }
  .navbar-toggler[aria-expanded="true"] .menu-toggle span:last-child {
    transform: rotate(45deg);
    position: relative;
    bottom: 6px;
  }
  .menu-toggle {
    width: 48px;
    height: 40px;
    padding-top: 12px;
    cursor: pointer;
    background: #fff;
  }
  .menu-toggle span {
    display: block;
    width: 30px;
    height: 2px;
    background: #f67020;
    margin: auto;
    margin-bottom: 4px;
    transition: all 400ms linear;
  }
  .navbar-collapse {
    border-top: 1px solid #ccc;
    margin-top: 10px;
  }
  .navbar-collapse li {
    border-bottom: 1px solid #eaeaea;
  }
  .navbar-collapse li:last-child {
    border: none;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .btn-custom {
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px !important;
    border: none;
  }
  .call-btn {
    display: block;
  }
}
