html {
  font-size: 62.5%;
}

body {
  color: var(--color-body);
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 2rem;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
  color: gray;
  background-color: #f5f6f6;
}

p {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--color-heading);
  margin-bottom: 1rem;
  line-height: 1.1;
  color: #3b4852;
}

h1 {
  font-size: 8rem;
}

h2 {
  font-size: 4rem;
}

h3 {
  font-size: 3rem;
  font-weight: 500;
}

@media screen and (min-width: 1024px) {
  h1 {
    font-size: 6rem;
  }
  h3 {
    font-size: 2.4rem;
  }
  p,
  li {
    font-size: 1.8rem;
  }
}

/* LINKS */
a {
  text-decoration: none;
  color: #3b4852;
}

img {
  width: 100%;
  display: block;
}

/* Container */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

/* padding */
.p-5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hero-bg {
  -webkit-box-shadow: inset 0px 5px 30px rgba(0, 0, 0, 0.459);
          box-shadow: inset 0px 5px 30px rgba(0, 0, 0, 0.459);
  height: 70vh;
  background: url("../images/herophoto.jpg") no-repeat;
  background-size: cover;
  background-position: top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-attachment: fixed;
}

@media screen and (min-width: 768px) {
  .hero-bg {
    height: 80vh;
  }
}

@media screen and (min-width: 1024px) {
  .hero-bg {
    height: 90vh;
  }
}

.blur--hero {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  background: inherit;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  position: relative;
  width: 75vw;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .blur--hero {
    width: 83vw;
    height: 14vh;
  }
}

.blur--hero h1 {
  margin: 0;
  padding: 0 8px 10px 8px;
  font-size: 2.7rem;
}

@media screen and (min-width: 768px) {
  .blur--hero h1 {
    word-spacing: 5px;
    font-size: 4rem;
  }
}

@media screen and (min-width: 1024px) {
  .blur--hero h1 {
    letter-spacing: 2px;
    font-size: 6rem;
  }
}

.blur--hero p {
  font-size: 0.8rem;
}

@media screen and (min-width: 768px) {
  .blur--hero p {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 1024px) {
  .blur--hero p {
    font-size: 1.8rem;
  }
}

.blur--hero:before {
  content: "";
  position: absolute;
  background: inherit;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: inset 0 0 2000px rgba(255, 255, 255, 0.5);
          box-shadow: inset 0 0 2000px rgba(255, 255, 255, 0.5);
  -webkit-filter: blur(10px);
          filter: blur(10px);
  margin: -20px;
}

.hero-desc {
  background: #e7e7e1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 3rem;
  text-align: center;
}

.hero-desc .hero-desc__text {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-bottom: 2rem;
}

.hero-desc .hero-desc__title {
  color: #3b4852;
  font-size: 20px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.hero-desc .hero-desc__more {
  font-weight: 600;
  border-bottom: 2px solid #17b978;
}

.hero-desc .hero-desc__more a:hover {
  color: #17b978;
}

.hero-desc .hero-desc__desc {
  font-size: 1.7rem;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .hero-desc {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
  }
}

.hero-desc__img {
  padding: 2rem 4rem;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.hero-desc__img img {
  height: 13rem;
  width: 17rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  -webkit-box-shadow: 6px 6px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 6px 6px 4px rgba(0, 0, 0, 0.1);
}

.photo-credit {
  font-size: 0.6rem;
  text-align: center;
  font-style: italic;
}

.welcome {
  text-align: center;
}

.welcome__heading {
  font-size: 4rem;
  color: #17b978;
  font-weight: 600;
  line-height: 1.6;
}

.welcome__heading__text {
  font-size: 2.5rem;
}

.welcome-photos {
  margin: 7rem 0;
}

.welcome-photos__items {
  max-height: 180px;
  overflow: hidden;
  position: relative;
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(78%, rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.548057)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 78%, rgba(0, 0, 0, 0.548057) 100%);
}

.welcome-photos__items .icon {
  display: none;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

@media screen and (min-width: 1014px) {
  .welcome-photos__items {
    max-height: 250px;
  }
}

.welcome-photos__items:hover {
  background: rgba(0, 0, 0, 0.3);
}

.welcome-photos__items:hover .icon {
  display: inline-block;
  fill: #319b58;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.welcome-photos__items__text {
  text-transform: uppercase;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: 0;
  color: white;
  font-size: 1.4rem;
}

.welcome-photos__img {
  -o-object-position: bottom;
     object-position: bottom;
  position: relative;
  z-index: -1;
}

.grid {
  display: -ms-grid;
  display: grid;
}

.grid--1X1 {
  -ms-grid-rows: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
  gap: 1rem;
}

@media screen and (min-width: 375px) {
  .grid--2X3 {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;
    gap: 0.2rem;
  }
}

@media screen and (min-width: 1024px) {
  .grid--2X3 {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
    gap: 0.2rem;
  }
}

.info-section {
  margin: 7rem auto;
  overflow: hidden;
}

.info-section--grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr;
      grid-template-rows: auto 1fr;
  gap: 1rem;
}

@media screen and (min-width: 768px) {
  .info-section--grid {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

.box-1 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(34%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.724527))), url(../images/puppy.webp);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 34%, rgba(0, 0, 0, 0.724527) 100%), url(../images/puppy.webp);
  background-position: bottom;
  background-size: cover;
  height: 250px;
}

@media screen and (min-width: 768px) {
  .box-1 {
    width: 50vw;
    height: 500px;
  }
}

.box-1__text {
  color: white;
  text-align: center;
  height: 97%;
}

.box-1__text--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.box-2 {
  height: 500px;
}

.box-2 .box-2a {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(34%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.724527))), url(../images/micro.jpeg);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 34%, rgba(0, 0, 0, 0.724527) 100%), url(../images/micro.jpeg);
  background-position: bottom;
  background-size: cover;
}

.box-2 .box-2b {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(34%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.724527))), url(../images/cherdung-01.jpg);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 34%, rgba(0, 0, 0, 0.724527) 100%), url(../images/cherdung-01.jpg);
  background-position: bottom;
  background-size: cover;
}

@media screen and (min-width: 728px) {
  .box-2 {
    width: 40vw;
  }
}

.info-section--reach-txt {
  position: absolute;
  bottom: 0;
}

.transition {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  text-transform: uppercase;
  font-size: 1.6rem;
}

.transition .box-1__text span {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.transition:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

.transition:hover .box-1__text span {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}

.where-jiri {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.8rem;
}

.where-jiri h2 {
  font-size: 3.2rem;
}

@media screen and (min-width: 768px) {
  .where-jiri {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 2rem;
  }
  .where-jiri h2 {
    font-size: 4rem;
  }
}

.where-jiri-desc {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  margin: auto 2rem;
  margin-right: 5rem;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.where-jiri-desc p,
.where-jiri-desc h2 {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .where-jiri-desc {
    margin-right: 0;
    margin-left: 3rem;
  }
  .where-jiri-desc p,
  .where-jiri-desc h2 {
    text-align: left;
  }
}

@media screen and (min-width: 1024px) {
  .where-jiri-desc {
    margin-left: 10rem;
  }
}

.where-jiri-img--height {
  height: 400px;
}

.where-jiri-img--height img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.itinerary--heading {
  margin-top: 0;
  text-align: center;
  font-size: 3rem;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .itinerary--heading {
    font-size: 4rem;
  }
}

.itinerary--heading--name {
  color: #319b58;
}

.itinerary-grid--2X3 {
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  -ms-grid-rows: (6)[1fr];
      grid-template-rows: repeat(1fr, 6);
  gap: 15px;
}

@media screen and (min-width: 768px) {
  .itinerary-grid--2X3 {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    -ms-grid-rows: (auto)[1fr];
        grid-template-rows: repeat(1fr, auto);
  }
}

@media screen and (min-width: 1024px) {
  .itinerary-grid--2X3 {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: (2)[1fr];
        grid-template-rows: repeat(1fr, 2);
  }
}

.card {
  -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  background-color: white;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  cursor: pointer;
}

.card:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.item--1 img,
.item--2 img,
.item--3 img,
.item--4 img,
.item--5 img,
.item--6 img {
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px 5px 0 0;
}

.itinerary__items {
  margin: 5rem 0;
}

.itinerary__item--text {
  margin: 1rem 3rem;
  color: #3b4852;
}

.itinerary__item--text p {
  font-size: 1.2rem;
}

.itinerary__item--text h3 {
  margin: 0 0 0.5rem 0;
  font-size: 2rem;
  font-weight: 700;
  word-spacing: 0.5rem;
  letter-spacing: 1px;
}

.itinerary__item--text .price-tag {
  color: #3b4852;
  font-weight: 600;
  font-size: 1.7rem;
}

.location--card {
  background-color: #f4f7f8;
  padding: 1rem;
  border-radius: 5px;
}

.location--card p {
  margin: 0;
}

.card-link {
  display: block;
}

.itinerary--btn {
  border: 1px solid #0e3a3d38;
  background-color: white;
  color: #3b4852;
  padding: 1.2rem 2rem;
  margin: 2rem 0;
  border-radius: 5px;
  letter-spacing: 2px;
}

.itinerary--btn:hover {
  background-color: #17b978;
  color: white;
  border: 1px solid white;
}

.itinerary-show-all {
  text-align: center;
}

.itinerary-show-all .itinerary-show-all--btn {
  background-color: #17b978;
  color: white;
  padding: 2rem 6rem;
  margin: 2rem 0;
  border-radius: 5px;
  letter-spacing: 2px;
  border: none;
  cursor: pointer;
  -webkit-transition: background-color 1s;
  transition: background-color 1s;
}

.itinerary-show-all .itinerary-show-all--btn:hover {
  background-color: #3b4852;
}

.itinerary .item--6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.why-jiri {
  text-align: center;
  margin-bottom: 5rem;
}

.why-jiri .why-jiri__heading {
  margin-top: 0;
  margin-bottom: 6rem;
}

.why-jiri .why-jiri__sub-heading {
  margin: 0;
}

.why-jiri .why-jiri__card {
  display: -ms-grid;
  display: grid;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .why-jiri .why-jiri__card {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
  }
}

@media screen and (min-width: 1024px) {
  .why-jiri .why-jiri__card {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
  }
}

.why-jiri .why-jiri__item {
  max-width: 350px;
  height: 100%;
  -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  background-color: white;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  cursor: pointer;
  position: relative;
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
  overflow: hidden;
}

.why-jiri .why-jiri__item:hover {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.why-jiri .why-jiri__item:hover .why-jiri__img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.why-jiri .why-jiri__item .why-jiri__img {
  height: 168px;
  border-radius: 5px 5px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
}

.why-jiri .why-jiri__item .why-jiri__icon {
  height: 80px;
  width: 80px;
  background: WHITE;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 43%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.why-jiri .why-jiri__item .why-jiri__icon-img {
  height: 50%;
  width: 50%;
}

.why-jiri .why-jiri__item .why-jiri__item__text {
  color: #3b4852;
}

.why-jiri .why-jiri__item .why-jiri__item__text p {
  padding: 4rem 2rem 1rem;
  font-size: 1.7rem;
  font-weight: 700;
}

.footer {
  background-color: #fffeff;
}

.footer h4 {
  color: #3b4852;
  margin-bottom: 14px;
}

.footer p,
.footer li {
  font-size: 1.6rem !important;
  color: #3b4852;
}

.footer .footer-services {
  -ms-grid-column-align: left;
      justify-self: left;
}

.footer .lists {
  list-style-type: none;
  padding: 0;
  line-height: 2;
}

.footer .lists a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.footer .lists a:hover {
  text-decoration: underline;
}

.footer__img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  overflow: hidden;
}

.footer__img img {
  height: 60px;
  width: auto;
}

.footer--grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 20px;
  justify-items: center;
}

@media screen and (min-width: 768px) {
  .footer--grid {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
  }
}

@media screen and (min-width: 1024px) {
  .footer--grid {
    -ms-grid-columns: 1fr auto 1fr 1fr;
        grid-template-columns: 1fr auto 1fr 1fr;
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
  }
}

.footer-gallery .footer-gallery__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
  gap: 5px;
}

.footer-gallery .footer-gallery__items .footer-gallery__item {
  cursor: pointer;
  height: 80px;
  max-width: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.footer-about .footer-links {
  margin: 25px 0;
}

.footer-about .footer-links i {
  color: #3b4852;
}

.footer-about .footer-links i:hover {
  color: #17b978;
}

.footer-about .footer-links span {
  margin: 0 15px;
}

.footer--margin {
  padding: 50px 0;
}

.footer-about,
.footer-gallery,
.footer-services,
.footer-contacts {
  margin: auto 20px;
  -ms-grid-column-align: left;
      justify-self: left;
}

@media screen and (min-width: 768px) {
  .footer-about,
  .footer-gallery,
  .footer-services,
  .footer-contacts {
    -ms-grid-column-align: center;
        justify-self: center;
  }
}

.footer-about--small {
  font-size: 1.2rem !important;
  text-align: center;
  font-weight: 400;
}

.fas {
  margin-right: 10px;
}

.footer__brand {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.footer__brand__img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 50px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
}

@media screen and (min-width: 450px) {
  .nav {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 25vw 75vw;
        grid-template-columns: 25vw 75vw;
    height: 90px;
  }
}

.nav .nav__img {
  max-width: 100px;
  height: 100%;
  width: 100%;
  margin: auto;
}

.nav .nav__img img {
  width: 100%;
  max-width: 100px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
}

.nav .nav__lists {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f5f6f6;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  -ms-grid-rows: (1fr)[auto];
      grid-template-rows: repeat(auto, 1fr);
  height: 100vh;
  opacity: 0;
  overflow: hidden;
  justify-items: center;
  list-style-type: none;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  z-index: 2;
  -webkit-transition: width 0.5s, opacity 0.6s;
  transition: width 0.5s, opacity 0.6s;
}

.nav .nav__lists li {
  border-bottom: 1px solid #3b4852;
}

.nav .nav__lists a {
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.nav .nav__lists a:hover {
  color: #17b978;
}

@media screen and (min-width: 450px) {
  .nav .nav__lists {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    display: -ms-grid;
    display: grid;
    height: 100%;
    max-width: 100%;
    width: 100%;
    opacity: 1;
    position: relative;
    padding: 0;
  }
  .nav .nav__lists li {
    border-bottom: 0px;
  }
}

@media screen and (min-width: 768px) {
  .nav .nav__lists a {
    font-size: 1.5rem;
  }
}

.nav .nav_hamburger {
  display: block;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 10px;
  z-index: 3;
}

@media screen and (min-width: 768px) {
  .nav .nav_hamburger {
    display: none;
  }
}

.collapsible.collapsible--active .nav__lists {
  width: 100vw;
  opacity: 1;
}

.collapsible.collapsible--active .nav_hamburger i {
  content: "Y";
}

.alert {
  background-color: #319b58;
  color: #ffffff;
  padding: 4px 0;
  cursor: pointer;
}

.alert .alert__icon {
  color: white;
}

.alert .alert__icon i {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.alert p {
  margin: 0;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .alert p {
    font-size: 1.6rem;
    content: "";
  }
}

.alert:hover .alert__icon i {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.places__items {
  margin: 4rem 0;
}

.places__items .card {
  border-radius: 0;
}

.places__items .card:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

.places__items--grid {
  display: -ms-grid;
  display: grid;
  gap: 0px;
}

@media screen and (min-width: 768px) {
  .places__items--grid {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (min-width: 1024px) {
  .places__items--grid {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.places__items .places__item {
  height: 400px;
  overflow: hidden;
}

.places__items .places__item .places__btn {
  height: 100%;
}

@media screen and (min-width: 1024px) {
  .places__items .places__item .places__btn {
    height: 0;
    -webkit-transition: height 0.2s;
    transition: height 0.2s;
  }
}

.places__items .places__item button,
.places__items .places__item h3 {
  margin: 8px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.places__items .places__item h3 {
  font-size: 2rem;
  font-weight: 700;
}

.places__items .places__img {
  height: 75%;
  -o-object-fit: cover;
     object-fit: cover;
}

.places__items .places__item--1 {
  background: url(../images/cherdung-it.webp), no-repeat;
}

.places__items .places__item--2 {
  background: url(../images/tamee.jpg), no-repeat;
}

.places__items .places__item--3 {
  background: url(../images/jattapokhari.JPG), no-repeat;
}

.places__items .places__item--4 {
  background: url(../images/stonepark.JPG), no-repeat;
}

.places__items .places__item--5 {
  background: url(../images/kyanse.JPG);
}

.places__items .places__item--6 {
  background: url(../images/fishfarm.JPG);
}

.places__items .places__item--7 {
  background: url(../images/fishfarm.JPG);
}

.places__items .places__item--8 {
  background: url(../images/kaloveer.JPG);
}

.places__items .places__item {
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.places__items .places__item .places__item--text {
  opacity: 0.8;
  -webkit-transition: opacity 1s, background 1s;
  transition: opacity 1s, background 1s;
  background-color: rgba(0, 0, 0, 0.399);
}

@media screen and (min-width: 1024px) {
  .places__items .places__item .places__item--text {
    opacity: 0.8;
  }
}

.places__items .places__item .places__item--text h3 {
  color: white;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

.places__items .places__item .places__item--text .itinerary--btn {
  background: none;
  border-color: rgba(255, 255, 255, 0.44);
  color: white;
  cursor: pointer;
}

.places__items .places__item .places-show-all {
  -ms-grid-column-align: center;
      justify-self: center;
}

.places__items .places__item:hover .places__btn {
  height: 100%;
  display: block;
}

.places__items .places__item:hover .places__item--text {
  opacity: 1;
  background-color: white;
}

.places__items .places__item:hover .places__item--text button,
.places__items .places__item:hover .places__item--text h3 {
  color: #3b4852;
  border-color: #3b4852;
}

.sub-heading {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1.5rem;
}

@media screen and (min-width: 1024px) {
  .sub-heading {
    font-size: 2rem;
  }
}

.card__items__header {
  font-size: 3rem;
}

@media screen and (min-width: 1024px) {
  .card__items__header {
    font-size: 4rem;
  }
}

.places-show-all--btn {
  background-color: #17b978;
  color: white;
  padding: 2rem 6rem;
  margin: 2rem 0;
  border-radius: 5px;
  letter-spacing: 2px;
  border: none;
  cursor: pointer;
  -webkit-transition: background-color 1s;
  transition: background-color 1s;
}

.places-show-all--btn:hover {
  background-color: #3b4852;
}

.our-team {
  text-align: center;
}

.our-team__items--grid {
  display: -ms-grid;
  display: grid;
  gap: 15px;
}

@media screen and (min-width: 768px) {
  .our-team__items--grid {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 1024px) {
  .our-team__items--grid {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
  }
}

.our-team__items {
  margin: 3rem 0;
}

.our-team__desc {
  margin: 15px 0;
}

.our-team__desc h3 {
  margin: 0;
  font-weight: 700;
}

.our-team__desc p {
  font-size: 12px;
}

.our-team__img {
  border-radius: 5px 5px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 400px;
}

.our-team__position {
  margin-bottom: 7px;
}

.our-team__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.our-team__links span {
  margin-right: 20px;
}

.our-team__links a {
  background: #3b4852;
  color: white;
  border-radius: 100%;
  padding: 2px 9px;
}

.our-team__links a i {
  width: 15px;
}
/*# sourceMappingURL=style.css.map */