@charset "UTF-8";
html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Roboto", sans-serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: black;
}

button,
a {
  cursor: pointer;
}

h1 {
  font-size: 2rem;
  font-weight: 400;
  padding: 2rem;
  color: #d35400;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  h1 {
    font-size: 1.5rem;
    padding: 1.5rem;
  }
}

h3 {
  font-size: 1.5rem;
  font-weight: 500;
  padding: 1rem 0 1.5rem 0;
  color: #d35400;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  h3 {
    font-size: 1.2rem;
    padding: 1rem;
  }
}
@media only screen and (max-width: 500px) {
  h3 {
    font-size: 1rem;
  }
}

h4 {
  font-size: 1.5rem;
  padding: 1.5rem 0;
  color: #004b87;
  text-align: center;
}

h6 {
  font-size: 1rem;
  padding: 0.6rem 0;
}

p {
  line-height: 1.1;
  padding: 0.2rem;
}
@media only screen and (max-width: 900px) {
  p {
    line-height: 1;
  }
}
@media only screen and (max-width: 750px) {
  p {
    font-size: 0.9rem;
  }
}

.btn-red, .btn-orange, .btn-black, .btn-blue {
  display: inline-block;
  padding: 0.5rem 1rem;
  margin: 1rem;
  font: inherit;
  background-color: white;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
}

.btn-blue {
  background-color: #3498db;
  color: white;
}
.btn-blue:hover, .btn-blue:active {
  background-color: #004b87;
  transform: scale(1.05);
}
.btn-black {
  background-color: grey;
  color: white;
}
.btn-black:hover, .btn-black:active {
  background-color: rgb(52, 73, 94);
  transform: scale(1.05);
  color: white;
}
.btn-orange {
  background-color: orange;
  color: white;
}
.btn-orange:hover, .btn-orange:active {
  background-color: #f57d00;
  transform: scale(1.05);
}
.btn-red {
  color: white;
  background-color: #ff9999;
}
.btn-red:hover, .btn-red:active {
  background-color: red;
  color: white;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.cards .card {
  display: flex;
  margin: 0.5rem;
  width: 17rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.26);
  flex-direction: column;
  border: 0.3rem solid rgba(52, 58, 64, 0.3);
}
@media only screen and (max-width: 750px) {
  .cards .card {
    border: none;
  }
}
.cards .card:hover {
  transform: scale(1.005);
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.36);
}
.cards .card .card-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cards .card .card-image img {
  image-orientation: from-image;
  max-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 750px) {
  .cards .card .card-image img {
    max-height: 350px;
  }
}
.cards .card .card-image .card-destination {
  opacity: 0.8;
  background: rgba(251, 246, 243, 0.8);
  padding: 0.5rem;
  width: 80%;
  min-height: -moz-min-content;
  min-height: min-content;
  min-width: -moz-max-content;
  min-width: max-content;
  margin: 0 auto;
  box-shadow: 0 0 0 1px #fff inset;
  border: 3px solid #fbf6f3;
  position: absolute;
  top: 100%;
  transform: translateY(-50%);
  text-align: center;
}
.cards .card .card-image .card-destination .card-blog-name {
  font-size: 1.3rem;
  font-weight: bold;
  display: block;
  padding-bottom: 0.3rem;
}
.cards .card .card-image .card-destination .card-country {
  font-size: 1rem;
  text-transform: uppercase;
  color: rgba(52, 58, 64, 0.8);
  display: block;
}
.cards .card .card-details {
  background-color: #e6dbd4;
  padding-top: 2rem;
  width: 100%;
  height: -moz-min-content;
  height: min-content;
  margin: 0 auto;
}
.cards .card .card-details .card-photos-videos {
  display: flex;
  justify-content: space-evenly;
  margin: 0.5rem 0;
}
.cards .card .card-details .card-photos-videos .card-date {
  color: rgba(52, 58, 64, 0.8);
}
.cards .card .card-details .card-button {
  background-color: rgba(52, 58, 64, 0.3);
  border: 0;
  color: white;
  padding: 0.7rem;
  width: 100%;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
}
.cards .card .card-details .card-button:hover {
  background-color: rgba(52, 58, 64, 0.8);
}

.imageslider {
  display: flex;
  flex-direction: column;
  font-family: sans-serif;
  background-color: black;
  height: 100vh;
  overflow: hidden;
}

.slider-gallery {
  position: relative;
  flex: 1;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 900px) {
  .slider-gallery {
    position: static;
  }
}

.slider-box {
  width: 90vw;
}
@media only screen and (max-width: 900px) {
  .slider-box {
    width: 100vw;
  }
}

.slider {
  height: 100%;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.slider img {
  max-height: 90vh;
  max-width: 90%;
  -o-object-fit: cover;
     object-fit: cover;
  image-orientation: from-image;
  padding: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 900px) {
  .slider img {
    height: auto;
    max-height: 100%;
    padding: 0rem;
    max-width: 100vw;
  }
}

.show {
  display: block;
  animation-name: show-in;
  animation-duration: 2s;
}

.hide {
  display: none;
}

.count {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1rem;
  font-size: 1.2rem;
  color: white;
  background-color: rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 900px) {
  .count {
    padding: 0.5rem;
    font-size: 1rem;
  }
}

.left-arrow, .right-arrow {
  position: absolute;
  cursor: pointer;
  padding: 1rem;
  color: white;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: bold;
  top: 50%;
  margin-top: -2rem;
  transition: 0.6s;
}
@media only screen and (max-width: 900px) {
  .left-arrow, .right-arrow {
    display: none;
    padding: 0rem;
  }
}

.left-arrow:hover, .right-arrow:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.left-arrow {
  left: 0;
  border-radius: 0 3px 3px 0;
}

.right-arrow {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.iksz {
  position: absolute;
  top: 2rem;
  right: 0;
  width: 5rem;
  height: 5rem;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 900px) {
  .iksz {
    top: 0;
    right: 0;
    width: 2.2rem;
    height: 2.2rem;
  }
}

.bar1,
.bar2 {
  width: 60px;
  height: 6px;
  background-color: orangered;
}
@media only screen and (max-width: 900px) {
  .bar1,
  .bar2 {
    margin-top: 1rem;
    width: 36px;
    height: 4px;
  }
}

.bar1 {
  transform: rotate(45deg);
}

.bar2 {
  transform: rotate(90deg);
}

.dots {
  text-align: center;
  padding: 1rem;
}
@media only screen and (max-width: 900px) {
  .dots {
    padding: 0rem;
  }
}

.dot {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #ececec;
  cursor: pointer;
  margin-right: 0.7rem;
  transition: 0.6s;
}

.dot:hover {
  background-color: orangered;
}

.dot-showed {
  background-color: orangered;
}

@keyframes show-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.search__container {
  width: 30rem;
  padding-left: 0.5rem;
  justify-content: center;
  background-color: rgb(52, 73, 94);
}
@media only screen and (max-width: 750px) {
  .search__container {
    width: 16.5rem;
    padding-left: 0;
  }
}
@media only screen and (max-width: 500px) {
  .search__container {
    width: 60vw;
    padding-left: 0;
  }
}
.search__container-form {
  display: flex;
  align-items: center;
  position: relative;
}
.search__container-form .search__input {
  min-width: 100%;
  height: 4.5vh;
  border: none;
  padding-left: 0.5rem;
}
.search__container-form .search__input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.8);
  letter-spacing: 1.5px;
}
.search__container-form .search__input::placeholder {
  color: rgba(0, 0, 0, 0.8);
  letter-spacing: 1.5px;
}
.search__container-form .search__button {
  position: absolute;
  top: 0;
  right: -3rem;
  text-indent: -9999px;
  background-color: transparent;
  border: none;
  width: 3rem;
  height: 5.2vh;
  background-image: url(/images/logo/search-orange.svg);
  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  transform: translateX(-100%);
  cursor: pointer;
}
.search__container-form .search__button:hover {
  background-color: #d35400;
  background-image: url(/images/logo/search-white.svg);
}

.totop {
  height: 3rem;
  display: flex;
  justify-content: space-between;
}
.totop__left, .totop__right {
  height: 100%;
  width: 5rem;
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  color: black;
  display: flex;
  justify-content: center;
  text-align: center;
  border: 2px solid grey;
  border-radius: 10px;
}
.totop__left .arrow, .totop__right .arrow {
  width: 2.5rem;
  height: 2.5rem;
  border-left: 3px solid black;
  border-top: 3px solid black;
  text-align: center;
  transform: translateY(1rem) rotate(45deg);
}
.totop__left .arrow p, .totop__right .arrow p {
  transform: translateY(10px) rotate(-45deg);
  padding-bottom: 12px;
  padding-left: 10px;
}
@media only screen and (max-width: 500px) {
  .totop__right {
    display: none;
  }
}

.sticky {
  position: sticky;
  bottom: 0;
}

.shadow {
  background-color: rgba(0, 0, 0, 0.8);
}

.gallery-h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}
@media only screen and (max-width: 500px) {
  .gallery-h1 {
    flex-direction: column;
  }
}
.gallery-h1 .icon-container {
  position: relative;
  margin-left: 3rem;
}
.gallery-h1 .icon-container .caption-1 {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  top: -3rem;
  left: -80%;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 1rem;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.gallery-h1 .icon-container .caption-2 {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  top: -3rem;
  left: -33%;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 1rem;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.gallery-h1 .icon-container .gallery-map {
  width: 50px;
  height: 50px;
}
.gallery-h1 .icon-container .gallery-map:hover {
  transform: scale(1.2);
}
.gallery-h1 .icon-container:hover .caption-1, .gallery-h1 .icon-container:hover .caption-2 {
  opacity: 1;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  padding: 0px 1rem 1rem 1rem;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .gallery {
    padding: 0px;
  }
}
.gallery .iksz-modal {
  position: fixed;
  top: 2.5rem;
  right: 0;
  width: 5rem;
  height: 5rem;
  display: flex;
  flex-direction: column;
  z-index: 11;
}
.gallery .iksz-modal:hover {
  cursor: pointer;
}
@media only screen and (max-width: 900px) {
  .gallery .iksz-modal {
    top: 1rem;
    right: 0;
    width: 2.2rem;
    height: 2.2rem;
  }
}
.gallery .iksz-modal .bar1-modal,
.gallery .iksz-modal .bar2-modal {
  width: 60px;
  height: 6px;
  background-color: orangered;
  z-index: 11;
}
@media only screen and (max-width: 900px) {
  .gallery .iksz-modal .bar1-modal,
  .gallery .iksz-modal .bar2-modal {
    width: 36px;
    height: 4px;
  }
}
.gallery .iksz-modal .bar1-modal {
  transform: rotate(45deg);
}
.gallery .iksz-modal .bar2-modal {
  transform: rotate(90deg);
}
.gallery .gallery-column {
  flex: 25%;
  max-width: 25%;
}
@media only screen and (max-width: 900px) {
  .gallery .gallery-column {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .gallery .gallery-column {
    display: none;
  }
}
.gallery .gallery-column .img-hover-zoom {
  height: auto;
  overflow: hidden;
  border: 5px solid white;
}
.gallery .gallery-column .img-hover-zoom:hover img {
  transform: scale(1.1);
  cursor: pointer;
}
.gallery .gallery-column .img-hover-zoom img {
  width: 100%;
  min-height: 220px;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  border: 0;
  transition: transform 0.5s ease;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 450px;
}
.gallery .gallery-column .img-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
  z-index: 10;
  overflow: hidden;
}
.gallery .gallery-column .img-modal img {
  image-orientation: from-image;
  max-height: 95vh;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gallery .t-gallery-column {
  display: none;
}
@media only screen and (max-width: 900px) {
  .gallery .t-gallery-column {
    display: block;
    flex: 500%;
    max-width: 50%;
  }
  .gallery .t-gallery-column:hover img {
    cursor: pointer;
  }
}
@media only screen and (max-width: 500px) {
  .gallery .t-gallery-column {
    display: none;
  }
}
.gallery .t-gallery-column .img-hover-zoom {
  height: auto;
  overflow: hidden;
  border: 5px solid white;
}
.gallery .t-gallery-column .img-hover-zoom:hover img {
  transform: scale(1.1);
  cursor: pointer;
}
.gallery .t-gallery-column .img-hover-zoom img {
  width: 100%;
  min-height: 220px;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  border: 0;
  transition: transform 0.5s ease;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 450px;
}
.gallery .t-gallery-column .img-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
  z-index: 10;
  overflow: hidden;
}
.gallery .t-gallery-column .img-modal img {
  image-orientation: from-image;
  max-height: 95vh;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gallery .m-gallery-column {
  display: none;
}
@media only screen and (max-width: 500px) {
  .gallery .m-gallery-column {
    display: block;
    flex: 100%;
    max-width: 100%;
  }
  .gallery .m-gallery-column:hover img {
    cursor: pointer;
  }
}
.gallery .m-gallery-column .img-hover-zoom {
  height: auto;
  overflow: hidden;
  border: 5px solid white;
}
.gallery .m-gallery-column .img-hover-zoom:hover img {
  transform: scale(1.1);
  cursor: pointer;
}
.gallery .m-gallery-column .img-hover-zoom img {
  width: 100%;
  min-height: 220px;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  border: 0;
  transition: transform 0.5s ease;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 450px;
}
.gallery .m-gallery-column .img-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
  z-index: 10;
  overflow: hidden;
}
.gallery .m-gallery-column .img-modal img {
  image-orientation: from-image;
  max-height: 95vh;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cards .videoposter {
  width: 300px;
  cursor: pointer;
}
.cards .modalVideo {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}
.cards .modalVideo .close {
  font-size: 4rem;
  font-weight: bold;
  position: absolute;
  top: 3rem;
  right: 3rem;
  color: white;
}
@media only screen and (max-width: 750px) {
  .cards .modalVideo .close {
    top: 2rem;
    right: 0;
  }
}
.cards .modalVideo .close:hover,
.cards .modalVideo .close:focus {
  color: red;
  text-decoration: none;
  cursor: pointer;
}
.cards .modalVideo .modalVideo-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cards .modalVideo .modalVideo-content video {
  width: 1024px;
  height: 576px;
}
@media only screen and (max-width: 750px) {
  .cards .modalVideo .modalVideo-content video {
    width: 85vw;
    height: 86vh;
  }
}

.color-box {
  margin: 1rem auto;
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}
.color-box .dblock {
  width: 100%;
  padding: 0rem;
}
.color-box .color {
  display: block;
  position: relative;
  cursor: pointer;
  width: 40px;
  height: 50px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.color-box .color .color-name {
  font-size: 0.8rem;
  color: rgb(52, 73, 94);
  position: relative;
  top: -10px;
  left: 7px;
}
.color-box .color input[type=checkbox] {
  position: absolute;
  opacity: 0;
  height: 0px;
  width: 0px;
}
.color-box .color .checkmark {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 25px;
  width: 25px;
  border-radius: 50%;
}
.color-box .color .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 43%;
  top: 25%;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.color-box .color #checkmark-fehér::after,
.color-box .color #checkmark-átlátszó::after,
.color-box .color #checkmark-bézs::after {
  content: "";
  position: absolute;
  display: none;
  left: 43%;
  top: 25%;
  width: 5px;
  height: 10px;
  border: solid #f57d00;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.color-box .color input:checked ~ .checkmark::after {
  display: block;
}
.color-box .color input:checked ~ #checkmark-fehér::after,
.color-box .color input:checked ~ #checkmark-átlátszó::after,
.color-box .color input:checked ~ #checkmark-bézs::after {
  display: block;
}
.color-box .color #checkmark-lila {
  background-color: rgb(52, 73, 94);
}

.color:hover input ~ .checkmark {
  background-color: #ccc;
}

.pagination {
  align-self: center;
  padding: 3rem;
}

.pagination a {
  color: black;
  padding: 0.5rem 0.7rem;
  text-decoration: none;
  transition: background-color 0.3s;
  margin: 0.3rem;
  display: inline-block;
}

.pagination a.active {
  background-color: dodgerblue;
  color: white;
}

.pagination a:hover:not(.active) {
  background-color: #ddd;
}

.login {
  flex: 1;
}

.prompt {
  max-width: 400px;
  margin: 50px auto;
  margin-top: 8rem;
  padding: 25px;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  /* background image by Cole Bemis <https://feathericons.com> */
}
.prompt button {
  display: block;
  padding: 10px;
  width: 100%;
  border-radius: 3px;
  background: #d83f45;
  font-size: 14px;
  font-weight: 700;
  color: white;
  cursor: pointer;
}
.prompt a.button {
  box-sizing: border-box;
  display: block;
  padding: 10px;
  width: 100%;
  border-radius: 3px;
  background: #000;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: white;
}
.prompt a.google {
  background: #4787ed;
}
.prompt button:hover {
  background-color: #c83f45;
}
.prompt h1 {
  margin-bottom: 3rem;
  font-size: 24px;
  font-weight: 500;
}
.prompt h3 {
  margin-top: 0;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  color: #b83f45;
}
.prompt form section {
  margin: 0 0 20px 0;
  position: relative; /* for password toggle positioning */
}
.prompt label {
  display: block;
  margin: 0 0 3px 0;
  font-size: 14px;
  font-weight: 500;
}
.prompt input {
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
}
.prompt input[type=email]:not(:focus):invalid,
.prompt input[type=password]:not(:focus):invalid {
  color: red;
  outline-color: red;
}
.prompt hr {
  border-top: 1px solid #d9d9d9;
  border-bottom: none;
}
.prompt p.help {
  text-align: center;
  font-weight: 400;
}
.prompt .messages p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  color: #d83f45;
  padding-left: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23d83f45' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-alert-circle'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cline x1='12' y1='8' x2='12' y2='12'%3E%3C/line%3E%3Cline x1='12' y1='16' x2='12.01' y2='16'%3E%3C/line%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center left;
}

footer {
  background-color: rgb(52, 73, 94);
  color: white;
  min-height: 10vh;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  font-size: 0.9rem;
}
@media only screen and (max-width: 500px) {
  footer {
    justify-content: center;
    font-size: 0.8rem;
  }
}
footer .footer__details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
}
footer .footer__details a {
  padding-bottom: 0.3rem;
  color: white;
}
@media only screen and (max-width: 500px) {
  footer .footer__details a {
    font-size: 0.8rem;
  }
}
footer .footer__details a:hover {
  color: rgba(255, 165, 0, 0.8);
}
footer p {
  justify-self: center;
  align-self: center;
  padding: 1rem;
  color: white;
}
footer p a {
  color: white;
}
@media only screen and (max-width: 500px) {
  footer p {
    font-size: 0.8rem;
  }
}

.nav1 {
  height: 4rem;
  background-color: rgb(52, 73, 94);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 900px) {
  .nav1 {
    height: 4rem;
  }
}
@media only screen and (max-width: 750px) {
  .nav1 {
    display: none;
  }
}
.nav1 #travel-logo {
  background-color: white;
  height: 4.1rem;
  padding: 0.2rem 1rem;
}
.nav1 #travel-logo img {
  height: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 900px) {
  .nav1 #travel-logo {
    padding: 0;
  }
}
.nav1__right {
  width: 26rem;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(3, auto);
  align-items: center;
}
.nav1 .nav1__item {
  width: 100%;
  line-height: 4;
}
.nav1 .nav1__item:hover {
  background-color: #d35400;
  cursor: pointer;
}
.nav1 .nav1__item .nav1-a {
  color: white;
  display: inline-block;
  width: 100%;
  line-height: 4;
  text-align: center;
}

.m-nav1 {
  display: none;
}
@media only screen and (max-width: 750px) {
  .m-nav1 {
    height: 3rem;
    background-color: rgb(52, 73, 94);
    justify-content: space-between;
    align-items: center;
    display: flex;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
  }
  .m-nav1 #m-travel-logo {
    display: block;
    height: 3rem;
    width: 3rem;
    background-color: white;
    border-bottom: 1px solid #e3e3e3;
  }
}
@media only screen and (max-width: 750px) and (max-width: 1200px) {
  .m-nav1 #m-travel-logo {
    padding: 0.3rem;
  }
}
@media only screen and (max-width: 750px) {
  .m-nav1 .open {
    z-index: 6;
    transform: translateX(-100%);
    transition: transform 0.3s ease-out;
  }
  .m-nav1 #hamburger {
    display: block;
    border-bottom: 1px solid #e3e3e3;
    background-color: white;
    width: 3rem;
    height: 3rem;
    padding: 0.3rem;
  }
  .m-nav1 #hamburger div {
    width: 2.5rem;
    height: 4px;
    background-color: orange;
    margin: 0.45rem auto;
  }
  .m-nav1 #hamburger:active, .m-nav1 #hamburger:hover {
    border-color: orange;
    background-color: #e3e3e3;
  }
}

.backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 5;
  color: white;
  flex-direction: column;
  justify-content: center;
}
.backdrop .m-nav1__item-list {
  color: white;
  background-color: orange;
}
.backdrop .m-nav1__item-list .m-nav1__item {
  margin: 0 auto;
  text-align: center;
  color: white;
}
.backdrop .m-nav1__item-list .m-nav1__item a {
  font-size: 1.5rem;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: white;
}
.backdrop .m-nav1__item-list .m-nav1__item a:active, .backdrop .m-nav1__item-list .m-nav1__item a:hover, .backdrop .m-nav1__item-list .m-nav1__item a.active {
  background: rgb(52, 73, 94);
  color: orange;
}

.evkereso {
  position: relative;
}
.evkereso span {
  display: flex;
  justify-content: center;
  color: white;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: ivory;
  width: 30rem;
  top: 100%;
  left: -8rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.26);
}
.dropdown-content .color {
  position: relative;
}
.dropdown-content .color .color-name {
  position: absolute;
  top: 20px;
}

.evkereso:hover .dropdown-content {
  display: block;
  z-index: 999999999;
}
@media only screen and (max-width: 750px) {
  .evkereso:hover .dropdown-content {
    grid-template-columns: 1fr;
  }
}

.main-index {
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 500px) {
  .main-index {
    justify-content: center;
  }
}

.container {
  flex: 1;
  margin: 2rem;
}
@media only screen and (max-width: 750px) {
  .container {
    margin: 4rem 1.5rem 1rem 1.5rem;
  }
}/*# sourceMappingURL=main.css.map */