.header__changed {
  transition: all 0.5s;
}

header {
  background: transparent;
}

.destination__slider .slider__items.slick-slide.slick-current .slider__item {
  transition: none;
}

.destination__slider.changing .slick-list {
  transform: scale(0.96);
  transition: all 1s;
}

.destination__slider .slick-list {
  transition: all 1s;
}

.slider__content .para, .slider__content a {
  opacity: 0 !important;
  transition: all 0.6s;
  transform: translateY(10px);
}

.slick-current .slider__content .para, .slick-current .slider__content a {
  opacity: 1 !important;
  transition: all 1s !important;
  transform: translateY(0px);
}

.slick-current .slider__content .para {
  transition-delay: 0.8s !important;
}

.hero-banner .baner-shape.parallax {
  height: 100%;
  object-fit: contain;
  object-position: bottom;
  z-index: 10;
  margin-bottom: -88px;
  opacity: 0.7;
}

.xtooltip h5,
.xtooltip .my-4,
.xtooltip .email,
.xtooltip .phone,
.xtooltip .btn {
  opacity: 0;
  transform: scale(0.6);
  transition: all 0.2s;
}

.xtooltip.is-active h5,
.xtooltip.is-active .my-4,
.xtooltip.is-active .email,
.xtooltip.is-active .phone,
.xtooltip.is-active .btn {
  opacity: 1;
  transform: scale(1);
}

body.page-template-mice-cruise-home-template .xtooltip {
  background: transparent !important;
  transition-delay: 0.5s;
  transition: background 0.6s;
}

body.page-template-mice-cruise-home-template .xtooltip.is-active {
  background: #fff !important;
  transition: background 0.6s;
  transition-delay: 0.5s;
}

.xtooltip h5 {
  transition-delay: 0.6s;
}

.xtooltip.is-active .my-4 {
  transition-delay: 0.6s;
}

.xtooltip.is-active .email,
.xtooltip.is-active .phone {
  transition-delay: 0.6s;
}

body .map-section .xtooltip:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 2px;
  display: block;
  margin-left: 2px;
  height: 0;
  transition: all 0.5s;
}

.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%;
}

.icon-scroll {
  width: 40px;
  height: 70px;
  margin-left: -20px;
  top: 50%;
  margin-top: -68px;
  box-shadow: inset 0 0 0 1px #fff;
  border-radius: 25px;
}

.icon-scroll:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #fff;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
}

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(46px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(46px);
  }
}
.icon-scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  top: auto;
  width: 26px;
  bottom: 46px;
  height: 50px;
  opacity: 0.78;
  cursor: pointer;
  z-index: 99;
}

.services .services__slider__item img {
  opacity: 1;
  transition: all 0.3s;
}
.services .services__slider__item .services__slider__content {
  margin-right: -120px;
  transition: all 1s;
  opacity: 0;
}
.services .services__slider__item .services__slider__content * {
  opacity: 0;
  transition: all 1s;
  transform: translateX(20px);
}
.services .services__slider__item.slick-current img {
  opacity: 1;
  transition: all 0.6s;
}
.services .services__slider__item.slick-current .services__slider__content {
  margin-right: 0px;
  transition: all 0.6s;
  opacity: 1;
}
.services .services__slider__item.slick-current .services__slider__content * {
  opacity: 1;
  transition: all 0.8s;
  margin-right: 0px;
  transition-delay: 0.2s;
  transform: translateX(0px);
}
.services .services__slider__item.slick-current + .services__slider__item img {
  opacity: 1;
}
.services .services__slider__item.changing img {
  opacity: 0.6;
  transition: all 0.3s;
}

/*# sourceMappingURL=animation.css.map */
