/* #region navbar */

.nav {
  z-index: 2;
  width: 100vw;
  height: 8vh;
  min-height: 60px;
  display: flex;
  /* justify-content: space-between; */
  align-items: stretch;
  position: fixed;
  top: 0vh;
  box-sizing: border-box;
  background-color: white;
  -o-transition: .2s;
  -ms-transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  transition: .2s;
}

.white {
  background-color: white;
  width: 50vw;
  font-family: 'Impac', Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 250%;
  color: #404041;
  border-bottom: 3px solid #00000000;
  cursor: pointer;
  -o-transition: .2s;
  -ms-transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  transition: .2s;
}

.green {
  color: #17b895;
  margin-left: -5vw;
}

.transparent {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0);
  opacity: 0;
}

.btn_nav {
  color: rgba(255, 255, 255, 0.952);
  font-size: 200%;
}

.btn_nav:hover {
  cursor: pointer;
  /* TO DO  */
}

.holder {
  margin-left: 10vw;
  margin-right: 10vw;
  transform: skewX(25deg);
  flex: 1;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.holder_mobile {
  margin-left: 10vw;
  transform: skewX(25deg);
  flex: 1;
  justify-content: right;
  align-items: center;
  display: none;
  color: white;
}

.holder_mobile i {
  font-size: 250%;
  margin-left: 65%;
}

.nav_menu_mobile {
  z-index: 1;
  width: 100vw;
  height: 25vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  overflow: hidden;
  top: 8vh;
  box-sizing: border-box;
  background-color: white;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
}

.nav_menu_mobile>div {
  text-align: center;
  margin-top: 2vh;
  font-size: 140%;
}

.green-nav {
  background-color: #17b895;
  display: inline-block;
  transform: skewX(-25deg);
  margin-right: -5vw;
  width: 80vw;
  display: flex;
  align-items: stretch;
  justify-content: center;
  -o-transition: .2s;
  -ms-transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  transition: .2s;
}

.divider {
  background-color: #404041;
  height: 100%;
  width: 30px;
  overflow: hidden;
  display: inline-block;
  /* skew container so that it has angled edge, and set up transition */
  transform: skewX(-25deg);
  transition: width 0.1s ease-in-out;
  -webkit-box-shadow: 6px 0px 32px -1px rgba(0, 0, 0, 0.473);
  -moz-box-shadow: 6px 0px 32px -1px rgba(0, 0, 0, 0.473);
  box-shadow: 6px 0px 32px -1px rgba(0, 0, 0, 0.473);
}

@media screen and (max-width: 790px) {
  .holder {
    display: none;
  }

  .holder_mobile {
    display: flex;
  }

  .logo {
    font-size: 1.5rem;
  }

  .divider {
    width: 15px;
  }
}

/* #endregion */

/* #region description */

.description {
  margin-top: 8vh;
  background: url("../../images/cover_01.jpg") fixed no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
}

.desc-content {
  background-color: rgba(255, 255, 255, 0.795);
  flex: 5 5 100%;
  border-radius: 10px;
  margin: 7vh 4vw;
}

.desc-main {
  margin: 3vh 2vw;
  font-size: 150%;
}

.desc-trip {
  background-color: rgba(255, 255, 255, 0.795);
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  margin: 5vh 2vw;
}

.desc-trip>b {
  text-align: center;
  font-size: 2em;
  margin-top: 1vh;
  opacity: 0.8;
}

.desc-trip>div:first-child {
  text-align: center;
  padding: 1vh 1vw;
  font-size: 2.2em;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.desc-trip>div>p {
  text-align: center;
  font-size: 1.2em;
  margin: 1vh 1vw;
}

.desc-trip>ul {
  text-align: left;
  font-size: 1.3em;
  margin: 5vh 1vw;
}

.desc-trip-text {
  height: 22vw;
  margin-top: 4vh;
}

.desc-buttonHolder {
  background-color: rgba(255, 255, 255, 0.795);
  flex: 5 5 80vw;
  border-radius: 10px;
  margin: 0vh 2vw;
  margin-bottom: 5vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.desc-price {
  text-align: center;
  font-size: 3em;
  padding: 2vh 0vw;
  margin: 4vh 0vw;
  border-bottom: solid 3px #17b895;
  border-top: solid 3px #17b895;
}

.desc-tittle-hr {
  height: 3px;
  background-color: #404041;
  background-color: #17b895;
  margin-bottom: 1vh;
  margin-right: auto;
  width: 65%;
}

.desc-title {
  font-size: 250%;
  opacity: 0.85;
}

.desc-empty {
  flex: 1;
  margin: 7vh 4vw;
  /* tale nej zgine u mobile view */
}

.desc-body {
  display: flex;
  flex-wrap: wrap;
}

.desc-text {
  flex: 2;
  min-width: 400px;
  margin-top: auto;
  margin-bottom: auto;
}

.desc-includes {
  flex: 1;
  min-width: 300px;
  margin: 0 2vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 1.2em;
}

.desc-includes>p {
  margin-left: 0vw;
  opacity: .8;
}

.desc-includes>ul {
  margin: 0;
}

.btn-generic {
  opacity: 0.85;
  font-size: 1.2em;
  font-family: 'Nunito', sans-serif;
  color: rgb(255, 255, 255);
  background-color: #1B363F;
  border: 2px solid #1B363F;
  outline: none;
  border-radius: 5px;
  padding: 0.8vh 6vw;
  margin: 2vh 2vw;
  cursor: pointer;
  -o-transition: .2s;
  -ms-transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  transition: .2s;
}

.btn-generic:focus {
  outline: none;
}

.btn-generic:hover {
  background-color: #373737;
  border: 2px solid #373737;
  margin-bottom: 2.5vh;
  margin-top: 1.5vh;
}

@media screen and (max-width: 1700px) {
  .desc-trip-text {
    height: 33vw;
  }

  @media screen and (max-width: 1400px) {
    .desc_empty {
      display: none;
    }

    .desc-trip {
      flex: 1 1 45%;
    }
  }

  @media screen and (max-width: 930px) {
    .desc-trip-text {
      height: 45vh;
    }
  }

  @media screen and (max-width: 800px) {
    .desc_text {
      text-align: center;
    }

    .desc-text {
      flex: 2 2 calc(40vh + 200px);
      min-width: unset;
    }

    .desc-trip {
      flex: 1 1 100%;
    }

    .desc-trip-text {
      height: unset;
    }
  }
}
  /* #endregion */

/* #region gallery */
