* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  transition: all;
  transition-duration: 300ms;
}


@media (min-width: 300px) {
  .active {
    border-top: none;
    color: #fff !important;
    padding-left: 0px;
    font-weight: 600;
    opacity: 1;
  }
}

@media (min-width: 960px) {
  .active {
    color: #E83624 !important;
  }
}

.bg-radial-at-top-bottom {
  background: linear-gradient(to bottom,
      rgb(6 25 55 / 100%),
      rgb(6 25 55 / 4%));
}

.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: 16px;
  height: 16px;
  background-color: #FFC000 !important;
  opacity: 1;
}

.swiper-services .swiper-pagination-bullet,
.swiper-pagination-testimonials .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #FFC000;
  opacity: 1;
}

.swiper-services .swiper-pagination-bullet-active,
.swiper-pagination-testimonials .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  background-color: #F7A91E !important;
  opacity: 1;
}

.swiper-testimonials .swiper-button-prev::after,
.swiper-testimonials .swiper-button-next::after {
  display: none;
}

.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-guest-reviews .swiper-pagination-bullet {
  width: 20px;
  height: 10px;
  background-color: #BC9C50 !important;
  opacity: 1;
  border-radius: 100%;
}

.swiper-guest-reviews .swiper-pagination-bullet-active {
  width: 20px;
  height: 10px;
  background-color: #BBBBBB !important;
  opacity: 1;
  border-radius: 100%;
}

.bg-img {
  background-image: url('./../image/shake-hand.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

@media (min-width: 300px) {
  .bg-img {
    height: 165vh;
  }
}

@media (min-width: 800px) {
  .bg-img {
    height: 120vh;
  }
}