* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Raleway", sans-serif;
  scroll-behavior: smooth;
  transition: all;
  transition-duration: 300ms;
}



@media (min-width: 300px) {
  .active {
    border-top: none;
    color: #000 !important;
    padding-left: 0px;
    opacity: 1;
  }
}

@media (min-width: 960px) {
  .active {
    color: #fff !important;
    opacity: .8 !important;
    border-top: none;
    padding-left: 0px;
  }
}

.header-normal,
.header-scroll {
  position: relative;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
}

.header-normal::before,
.header-scroll::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, .6), rgba(0, 0, 0, 0));
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
  pointer-events: none;
  z-index: 0;
}

.header-scroll::before {
  opacity: 1;
}

.activelink {
  border-bottom: none;
  color: #fff;
  opacity: 1;
}

.swiper {
  width: 100%;
  height: 100%;
}

@media (min-width: 300px) {
  .swiper-containermapsec .swiper-slide {
    height: 50vh;
  }
}

@media (min-width: 800px) {
  .swiper-containermapsec .swiper-slide {
    height: 54vh;
  }
}

@media (min-width: 300px) {
  .swiper-containermapsec2 .swiper-slide {
    height: 46vh;
  }
}

@media (min-width: 800px) {
  .swiper-containermapsec2 .swiper-slide {
    height: 60vh;
  }
}

.swiper-containercountrycontainer .swiper {
  width: 100%;
  height: 90%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 300px) {
  .mySwiper .swiper-slide img {
    height: 100%;
  }
}

@media (min-width: 800px) {
  .mySwiper .swiper-slide img {
    height: 100%;
  }
}

.mySwiper .swiper-slide img {
  display: block;
  width: 100%;
  object-fit: fill;
}

.swiper-containercountry img {
  object-fit: fill !important;
}



@media (min-width: 300px) {
  .mySwiper .swiper-pagination {
    top: 85vh !important;
  }
}

@media (min-width: 800px) {
  .mySwiper .swiper-pagination {
    top: 85vh !important;
  }
}

@media (min-width: 1400px) {
  .mySwiper .swiper-pagination {
    top: 75vh !important;
  }
}

.mySwiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: white;
  opacity: 1;
}

.mySwiper .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  background-color: #00d1f6 !important;
  opacity: 1;
}

.swiper-containermapsec .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #075498;
  opacity: 1;
}

.swiper-containermapsec .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  background-color: #F7A91E !important;
  opacity: 1;
}

.swiper-containermapsec2 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #C42026;
  opacity: 1;
  border-radius: 0px !important;
}

.swiper-containermapsec2 .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  background-color: #7A7A7A !important;
  opacity: 1;
}

.swiper-attractions .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #BBBBBB !important;
  opacity: 1;
  border-radius: 100%;
}

.swiper-attractions .swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background-color: #BC9C50 !important;
  opacity: 1;
  border-radius: 100%;
}