@import url(owl.theme.default.min.css);
@import url(owl.carousel.min.css);

/*  Start Masthead  */
.masthead .item {
  height: 700px;
  display: flex;
  align-items: center;
}
.masthead .owl-nav {
  margin-top: 0;
  font-size: 50px;
  color: var(--color-light-1);
}
.masthead .owl-nav button {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 25px;
  transition: all 0.2s ease;
  opacity: 0;
}
.masthead .owl-nav button.owl-next {
  right: 25px;
  left: auto;
}
.masthead:hover .owl-nav button {
  opacity: 1;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background-color: transparent;
}
.masthead .masthead__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.masthead .masthead__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.masthead .masthead__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(5, 16, 54, 0.5);
}
@media screen and (max-width: 1024px) {
  .masthead .owl-nav {
    color: #fff;
    font-size: 25px;
  }
  .masthead .owl-nav button {
    opacity: 1;
  }
}
@media screen and (max-width: 600px) {
  .masthead .owl-nav button {
    left: 0px;
  }
  .masthead .owl-nav button.owl-next {
    left: auto;
    right: 0;
  }
}
/*  End Masthead  */

/*  Start Type Tour  */
.tour-type-card {
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.tour-type-card:hover {
  background-color: var(--color-blue-1) !important;
  transform: translateY(-15px);
}
.tour-type-card:hover .tour-type-card__content * {
  color: #fff !important;
  fill: #fff !important;
}
/*  End Type Tour  */
@media screen and (max-width: 450px) {
  .kotoo{
    margin-left: -140px;
  }
}