* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  transition: all;
  transition-duration: 300ms;
}

.eurostile {
  font-family: 'Rajdhani';
}

@font-face {
  font-family: 'Helvetica';
  src: url('./../fonts/Helvetica.ttf') format('truetype');
}

@font-face {
  font-family: 'HelveticaBold';
  src: url('./../fonts/Helvetica-Bold.ttf') format('truetype');
}


@media (min-width: 300px) {
  .active {
    border-top: none;
    color: #000 !important;
    font-weight: 700 !important;
    padding-left: 0px;
    opacity: 1;
  }
}

@media (min-width: 960px) {
  .active {
    background-color: #061937 !important;
    color: #fff !important;
    font-weight: 400 !important;

  }
}

.bg-radial-at-top-bottom {
  background: linear-gradient(to bottom,
      rgb(6 25 55 / 100%),
      rgb(6 25 55 / 4%));
}

.bg-radial-at-top-bottom-high {
  background: linear-gradient(to bottom,
      rgb(6 25 55 / 100%),
      rgb(6 25 55 / 80%));
}

.activelink {
  border-bottom: none;
  color: #000;
  opacity: 1;
}

.active-vehicle {
  border-bottom: 4px solid #FFC000 !important;
}

.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,
.swiper-our-vehicles .swiper-button-next::after,
.swiper-our-vehicles .swiper-button-prev::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/bg-home.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

@media (min-width: 300px) {
  .bg-img {
    height: 100vh;
  }
}

@media (min-width: 800px) {
  .bg-img {
    height: 80vh;
  }
}