[data-anim^='slide-'].is-in-view, [data-anim-child^='slide-'].is-in-view {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
} 
[data-anim*="delay-2"], [data-anim-child*="delay-2"] {
  transition-delay: 0.2s;
  animation-delay: 0.2s;
}
[data-anim*="delay-2"] > *, [data-anim-child*="delay-2"] > * {
  animation-delay: 0.2s;
}
.mt-30 {
  margin-top: 30px !important;
}

img {
  max-width: 100%;
  height: auto;
}
.tourSingleGrid.-type-1 {
  overflow: hidden;
  position: relative;
}
.mobile-css-slider-2 > * {
  scroll-snap-align: start;
}
.mobile-css-slider-2 {
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
}
.tourSingleGrid.-type-1 .tourSingleGrid__grid {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 770px 250px 250px;
  grid-template-rows: 250px 250px;
  /* display: grid;
  grid-gap: 10px;
  grid-template-columns: [col1-start] 400px  [col2-start] 100px  [col3-start] 100px [col3-end];
  grid-template-rows: [row1-start] auto [row2-start] auto [row2-end]; */
  border-radius: 12px;
}
.tourSingleGrid.-type-1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.tourSingleGrid.-type-1 .tourSingleGrid__grid > *:nth-child(1) {
  grid-row: 2 span;
  /* grid-column: col1-start / col3-start;
  grid-row: row1-start ; */
}
.tourSingleGrid.-type-1 .tourSingleGrid__grid > *:nth-child(2) {
  grid-column: 2 span;
}
.rounded-200 {
  border-radius: 200px !important;
}
.text-white {
  color: #1987;
}
.bg-dark-1 {
  background-color: #1987 !important;
}
.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.lh-16 {
  line-height: 1.6 !important;
}

.tourSingleGrid.-type-1 .tourSingleGrid__button {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid transparent;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
a {
  transition: color 0.2s ease-in-out;
  text-decoration: none;
}
@media (max-width: 767px) {
  .tourSingleGrid.-type-1 .tourSingleGrid__grid {
      overflow-x: scroll;
      display: flex;
  }
}

.flight-list-box {
  position: relative;
  z-index: 1;
  padding: 18px;
  transition: all .24s ease-in-out;
  border: 1px solid rgba(13, 21, 75, .15);
  background-color: #fff;
  box-shadow: 0 3px 7px 0 rgba(55, 94, 246, .2);
}
.rt-mt-58 {
  margin-top: 58px;
}
.rt-tab-nav-1 li {
  margin-right: 10px;
}
.rt-tab-nav-1.pill li a {
  border-radius: 999px;
  border-bottom: none
  
}
.rt-mb-40 {
  margin-bottom: 40px;
}
.rt-tab-nav-1 li a.active {
  color: #fff;
  background-image: linear-gradient(8deg, #0d706b 0%, #063535 53%, #063535 70%, #063535 100%);

}
.rt-tab-nav-1 li a {
  font-size: 12px;
  display: inline-block;
  padding: 6px 30px;
  transition: all .24s ease-in-out;
  width: auto;
  margin-bottom: 15px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid rgba(42, 56, 76, .15);
  background-color: white;
  color: #063535;
  box-shadow: 0 5px 10px 0 rgba(55, 94, 246, .2);
}

.badge-hilighit.color--1 {
  background: #063535;
}

.f-size-14 {
  font-size: 14px;
}
.rt-pl-15 {
  padding-left: 15px;
}

.badge-hilighit {
  position: relative;
  display: inline-block;
  padding: 10px 40px;
}

.rt-strong {
  font-weight: 700;
}
.rt-pt-10 {
  padding-top: 10px;
}
.f-size-18 {
  font-size: 18px;
}
.rt-semiblod {
  font-weight: 600;
}
.rt-mb-35 {
  margin-bottom: 35px;
}
.text-font {
  font-family: 'Lato', sans-serif !important;
}

.rt-mt-15 {
  margin-top: 15px;
}
.rt-mb-30 {
  margin-bottom: 30px;
}

.badge-hilighit:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  content: '';
  transform: rotate(180deg);
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 7px solid #fff;
}

.rt-semiblod {
  font-weight: 600;
}
.rt-pt-10 {
  padding-top: 10px;
}
.rt-mb-15 {
  margin-bottom: 15px;
}

.text-uppercase {
  text-transform: uppercase !important;
}
h4, .h4 {
  font-size: 25px;
}

 
.f-size-16 {
  font-size: 16px;
}
.rt-mt-10 {
  margin-top: 10px;
  font-style: italic;
}
 
.rt-pl-25 {
  padding-left: 25px;
}
.text-333, a.text-333 {
  color: #333;
}

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
  font-weight: 500;
}
p {
  font-family: 'Lato', sans-serif;
  line-height: 26px;
}
.rt-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.primary-color, a.primary-color {
  color:  black;
}
.text-30 {
  font-size: 30px
}
.x-gap-130 {
  margin-left: -65px;
  margin-right: -65px;
}
.y-gap-20 {
  margin-top: -10px;
  margin-bottom: -10px;
}
.pt-20 {
  padding-top: 20px;
}
.y-gap-15 {
  margin-top: -7.5px;
  margin-bottom: -7.5px;
}
.d-flex {
  display: flex !important;
  margin-bottom: 30px;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.size-24 {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.rounded-full {
  border-radius: 100%;
}
.text-green-2 {
  color: #63B06F
}
.bg-green-1 {
  background-color: #EFF7F1; 
}
.mr-15 {
  margin-right: 15px !important;
}
.text-10 {
  font-size: 10px !important;
}

@media (max-width: 575px) {
  .layout-pt-md {
      padding-top: 30px;
  }
}

.justify-between {
  justify-content: space-between !important;
}
.y-gap-30 {
  margin-top: -15px;
  margin-bottom: -15px;
}
@media only screen and (max-width: 325px) {
  .rt-tab-nav-1 li a{
      font-size: 10px;
      width: auto;
  }
}

@media only screen and (max-width: 767px) {
  .rt-tab-nav-1 li a{
      font-size: 12px;
      width: auto;
  }
}

@media (max-width: 575px) {
  .rt-tab-nav-1 li a{
    font-size: 10px;
    width: auto;
}
}

.factsheet{
  left: 150px;
  
}
