* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* ----------------------------------------------------------------------------------------------------------------------------------------------------------

--------------------------------------     NAVBAR  ----------- NAVBAR  ------------------ NAVBAR -----------------------------------------

------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.navbarnew,
.navbarnew .offcanvas {
  background-color: #444444;
}

.navbarnew .logo img {
  width: 100px;
}
.navbarnew button .bi-list {
  color: #f1f1f1;
  height: 35px;
  width: 25px;
}
.navbarnew button:focus {
  outline: none;
  box-shadow: none;
}

/* ----------------------
         close icon
   ---------------------- */

.navbarnew button .bi-x-circle {
  color: #fff;
  height: 25px;
  width: 25px;
  position: relative;
}
.navbarnew .listicon li a,
.navbarnew .listicon li a.active {
  color: #ffff;
}

/* ----------------------
         Dopdown
   ---------------------- */

.navbarnew .listicon .dropdown-toggle::after {
  display: none;
}
.navbarnew .listicon .nav-item a::after {
  content: "|";
  display: inline-block;
  margin: 0px 20px;
  color: #515151;
}
.navbarnew .listicon .nav-item a {
  font-size: 20px;
}
.navbarnew .listicon .contactlink a::after,
.navbarnew .listicon .dropdown-menu a::after {
  content: "";
  display: inline-block;
  margin: 0px 20px;
  color: #515151;
}
.navbarnew div ul li:hover ul.dropdown-menu {
  display: block;
}

.navbarnew div ul li ul.dropdown-menu {
  z-index: 999;
  position: absolute;
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: none;
  margin-left: -20px;
  padding-top: 20px;
}
.navbarnew div ul li ul.dropdown-menu li a {
  color: #444444;
  font-size: 18px !important;
}
.navbarnew div ul li ul.dropdown-menu li a:hover {
  background-color: transparent;
  color: rgb(38, 101, 2);
  font-size: 18px !important;
}
.navbarnew div ul li ul.dropdown-menu li {
  text-align: center;
  padding: 10px 20px;
  border-bottom: 1px solid #f1f1f1;
  text-align: left;
  background-color: #fff;
  position: relative;
  box-shadow: 0px 2px 5px #f1f1f1;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.navbarnew .show {
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
}
@media (max-width: 1199px){
    .navbarnew .listicon .nav-item a {
  font-size: 18px;
}
.navbarnew .listicon .nav-item a::after {
    content: "|";
    display: inline-block;
    margin: 0px 14px;
    color: #515151;
}
}
/* -----------------------
    offcanvas media quarry
   ----------------------- */

@media (max-width: 990px) {
  .navbarnew li a {
    font-size: 25px;
    padding: 10px 20px 20px 20px;
  }
  .navbarnew div ul li ul.dropdown-menu li a {
    color: #fff;
    font-size: 18px;
  }

  .navbarnew div ul li ul.dropdown-menu {
    position: relative;
    width: 100%;
    list-style: none;
    justify-content: center;
    margin: auto;
  }
  .navbarnew div ul li ul.dropdown-menu li {
    border-bottom: none;
    padding: 6px 2px;
    text-align: left;
    background-color: #444444;
    position: relative;
    box-shadow: none;
    justify-content: center;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
  }
  .navbarnew div ul li ul.dropdown-menu li:hover a {
    background-color: #444444;
    color: #1c4f06;
  }
  .navbarnew .listicon {
    padding-top: 2px;
  }
}

.navbarnew .offcanvas {
  width: 50vh !important;
}

.navbarnew .btn-close {
  border: 2px solid #ffffff;
  border-radius: 100px;
  top: 10px;
  font-size: 14px;
  position: absolute;
}
.navbarnew .show .listicon .nav-item a::after {
  content: "";
  display: inline-block;
  margin: 0px 20px;
  color: #515151;
}

/* ----------------------------------------------------------------------------------------------------------------------------------------------------------

--------------------------------------      SLIDER  -----------  SLIDER  ------------------  SLIDER -----------------------------------------

------------------------------------------------------------------------------------------------------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css?family=Roboto:900&display=swap");

.slider-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  height: 100vh;
  width: 100%;
}
.slider-container h3 {
  color: #fff;
  font-size: 65px;
  font-weight: 200;
  position: relative;
  z-index: 100;
  letter-spacing: 1.5px;
}

.slider-container h1 {
  color: #fff;
  font-size: 80px;
  position: relative;
  font-weight: 700;
  z-index: 100;
  letter-spacing: 1.5px;
}
@media (max-width: 767px) {
  .slider-container h3 {
    font-size: 40px !important;
  }
  .slider-container h1 {
    font-size: 50px !important;
  }
}
@media (max-width: 375px) {
  .slider-container h3 {
    font-size: 25px !important;
  }
  .slider-container h1 {
    font-size: 35px !important;
    padding: 3px;
  }
  .controls-container {
    display: none !important;
  }
}

.slider-container::after {
  background-color: #000;
  content: "";
  position: absolute;
  opacity: 0.3;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  transform: scale(1.15);
  transition: opacity 0.9s ease;
}

.slide.active {
  animation: grow 10s linear forwards;
  opacity: 1;
}

@keyframes grow {
  0%,
  20% {
    transform: scale(1);
  }

  75%,
  100% {
    transform: scale(1.15);
  }
}

.controls-container {
  position: absolute;
  top: 50%;
  right: 10px;
  display: flex;
  flex-direction: column;
  transform: translateY(-50%);
  z-index: 2;
}

.control {
  background-color: #fff;
  cursor: pointer;
  opacity: 0.5;
  margin: 6px;
  height: 40px;
  width: 5px;
  transition: opacity 0.3s, background-color 0.3s, transform 0.3s;
}

.control.active,
.control:hover {
  background-color: #fff;
  opacity: 1;
  transform: scale(1.2);
}

/* ----------------------------------------------------------------------------------------------------------------------------------------------------------

--------------------------------------      FOOTER  -----------  FOOTER  ------------------  FOOTER -----------------------------------------

------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#footer {
  background-color: #444444;
  color: #fff;
}
#footer p {
  font-size: 18px;
}
#footer p strong {
  font-size: 20px;
}
#footer p a {
  text-decoration: none;
  color: #fff;
}
#footer .facebook1 {
  width: 50px;
}
#footer .logo img {
  width: 150px;
}


/* ----------------------------------------------------------------------------------------------------------------------------------------------------------

--------------------------------------      OUR ROOMS  -----------  OUR ROOMS  ------------------  OUR ROOMS -----------------------------------------

------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#ourrooms {
   margin-top:100px;
}
#ourrooms p {
  text-align: justify;
  font-size: 19px;
  line-height: 30px;
}
@import url(https://fonts.googleapis.com/css?family=Varela+Round);

.slides {
  padding: 0;
  height: 420px;
  display: block;
  margin: 0 auto;
  position: relative;
}

.slides * {
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

.slides input {
  display: none;
}

.slide-container {
  display: block;
}

.slidee {
  top: 0;
  opacity: 0;
  height: 420px;
  display: block;
  position: absolute;
  transform: scale(0);
  transition: all 0.7s ease-in-out;
}

.slidee img {
  width: 100%;
  height: 100%;
}

.nav label {
  width: 50px;
  height: 100%;
  display: none;
  position: absolute;
  opacity: 0;
  z-index: 9;
  cursor: pointer;
  transition: opacity 0.2s;
  color: #fff;
  font-size: 70px;
  text-align: center;
  line-height: 380px;
  font-family: "Varela Round", sans-serif;
  background-color: rgba(255, 255, 255, 0.3);
  text-shadow: 0px 0px 15px rgb(119, 119, 119);
}

.slide:hover + .nav label {
  opacity: 0.5;
}

.nav label:hover {
  opacity: 1;
}

.nav .next {
  right: 0;
}

input:checked + .slide-container .slidee {
  opacity: 1;

  transform: scale(1);

  transition: opacity 1s ease-in-out;
}

input:checked + .slide-container .nav label {
  display: block;
}

.nav-dots {
  width: 100%;
  bottom: 9px;
  height: 11px;
  display: block;
  position: absolute;
  text-align: center;
}

.nav-dots .nav-dot {
  top: -28px;
  width: 21px;
  height: 21px;
  margin: 0 2px;
  position: relative;
  border-radius: 100%;
  display: inline-block;
  border: 1px solid rgba(129, 129, 129, 0.755);
  background-color: rgba(129, 129, 129, 0.755);
}

.nav-dots .nav-dot:hover {
  cursor: pointer;
  background-color: transparent;
}

input#img-1:checked ~ .nav-dots label#img-dot-1,
input#img-2:checked ~ .nav-dots label#img-dot-2,
input#img-3:checked ~ .nav-dots label#img-dot-3,
input#img-4:checked ~ .nav-dots label#img-dot-4,
input#img-5:checked ~ .nav-dots label#img-dot-5,
input#img-6:checked ~ .nav-dots label#img-dot-6 {
  background: transparent;
}

/* ----------------------------------------------------------------------------------------------------------------------------------------------------------

--------------------------------------      OUR ROOMS  -----------  OUR ROOMS  ------------------  OUR ROOMS -----------------------------------------

------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#thelodge p {
  text-align: justify;
  font-size: 19px;
  line-height: 30px;
}

/* ----------------------------------------------------------------------------------------------------------------------------------------------------------

--------------------------------------      walking-and-hiking  -----------  walking-and-hiking  ------------------  walking-and-hiking -----------------------------------------

------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#walking-and-hiking{
    margin-top:100px;
}
#longstay {
     margin-top:100px;
}
#walking-and-hiking p {
  text-align: justify;
  font-size: 19px;
  line-height: 30px;
}

#walking-and-hiking h1 {
  font-weight: 700;
}
#walking-and-hiking .btnn a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}

#walking-and-hiking button {
  color: #fff;
  border-color: #2a2a2a;
  background-color: #2a2a2a;
  padding: 14px 20px;
}

/* cards */
/* -=-=-=-========================================== */

.card {
}
.card_picture-1 {
  width: 100%;
  height: 100%;
  position: absolute;
}
.card_side {
  padding: 129px 40px;
  margin: 4px -22px;
  height: 323px;
  width: 300px;
  transition: all 0.8s;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  backface-visibility: hidden;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
}
.card_side .card_heading-span-1 {
  font-size: 26px;
  position: relative;
  color: #fff;
}

.card_side-front {
  background-color: #fff;
}

.card_side-back {
  transform: rotateY(180deg);
}
.card_back-box h4,
.card_back-box p,
.card_back-box h5 {
  color: #fff;
  width:215px;
}

.card_side-back-1 {
  padding: 132px 118px;
  position: absolute;
  background-image: linear-gradient(to right bottom, #171717, #171717);
}

.card:hover .card_side-front {
  transform: rotateY(-180deg);
}

.card:hover .card_side-back {
  transform: rotateY(0);
}
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------

--------------------------------------      LONG STAY  -----------  LONG STAY  ------------------  LONG STAY -----------------------------------------

------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#longstay p {
  text-align: justify;
  font-size: 19px;
  line-height: 30px;
}

#longstay h1 {
  font-weight: 700;
}
#longstayform {
  background-color: #e9e8e8;
}
#longstayform form input,
#longstayform form textarea {
  padding: 15px 25px;
}
#longstayform form a {
  color: #fff;
  text-decoration: none;
  background-color: #6b6978;
}
#longstayform form input:focus,
#longstayform form textarea:focus {
  border: none;
  outline: none;
}

/* ----------------------------------------------------------------------------------------------------------------------------------------------------------

--------------------------------------    CONTACT -----------CONTACT ------------------CONTACT-----------------------------------------

------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#contactpage p {
  text-align: justify;
  font-size: 19px;
  line-height: 30px;
}

#contactpage .locations a{
    text-decoration:none;
    color:#000;
}
#contactpage form label {
  font-size: 19px;
}
#contactpage form input,
#contactpage form textarea {
  padding: 10px;
  border: 1px solid #f1f1f1;
  background-color: #f9f9f9;
  color: #878787 !important;
}
#contactpage form input:focus,
#contactpage form textarea:focus {
  outline: none;
}
#contactpage .locations h6 {
  font-weight: 700;
  font-size: 20px;
}
#contactpage form a {
  color: #fff;
  text-decoration: none;
  background-color: #6b6978;
}
