* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Open Sans", serif;
  scroll-behavior: smooth;
  transition: all;
  transition-duration: 300ms;
}

@font-face {
  font-family: 'franklin';
  src: url('./../font/Raleway-VariableFont_wght.ttf') format('truetype');
}


/* .active {
    color: #000;
} */

@media (min-width: 300px) {
  .bg-img-banner {
    width: 20% !important;
  }
}

@media (min-width: 960px) {
  .bg-img-banner {
    width: 10% !important;
  }
}

@media (min-width: 300px) {
  .active {
    border-top: none;
    color: #C42026 !important;
    padding-left: 10px;
  }
}

@media (min-width: 960px) {
  .active {
    color: #C42026 !important;
    border-top: none;
    padding-left: 0px;
  }
}

.activedot {
  background-color: #C42026 !important;
}

.activelink {
  border-bottom: none;
  color: #C42026;
  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;
}

.fleet-bg {
  background-image: url('./../image/fleet-bg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* From Uiverse.io by adamgiebl */
.button {
  font-size: 16px;
  text-align: center;
  padding: 0.5em 2em;
  border: 1px solid #ffffff;
  border-radius: 2px;
  position: relative;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s ease all;
  z-index: 1;
  margin-top: 3rem;
}

.button:before {
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: "";
  background-color: #ffffff;
  z-index: -1;
}

.button:hover,
.button:focus {
  color: rgb(0, 0, 0);
}

.button:hover:before,
.button:focus:before {
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}

.button:active {
  transform: scale(0.9);
}

@media (min-width: 300px) {
  #top {
    transform: translateY(0px);
    animation: movebottom 2s infinite;
  }

  @keyframes movebottom {

    0%,
    100% {
      transform: translateY(0px);
    }

    50% {
      transform: translateY(2px);
    }
  }
}

@media (min-width: 900px) {
  #top {
    transform: translateY(0px);
    animation: movebottom 2s infinite;
  }

  @keyframes movebottom {

    0%,
    100% {
      transform: translateY(0px);
    }

    50% {
      transform: translateY(15px);
    }
  }
}

@media (min-width: 300px) {
  #bottom {
    transform: translateY(8px);
    animation: movetop 2s infinite;
  }

  @keyframes movetop {

    0%,
    100% {
      transform: translateY(8px);
    }

    50% {
      transform: translateY(10px);
    }
  }
}

@media (min-width: 900px) {
  #bottom {
    transform: translateY(40px);
    animation: movetop 2s infinite;
  }

  @keyframes movetop {

    0%,
    100% {
      transform: translateY(40px);
    }

    50% {
      transform: translateY(30px);
    }
  }
}

/* slider  */

@media (min-width: 300px) {
  .slider-container {
    height: 45vh;
  }
}

@media (min-width: 800px) {
  .slider-container {
    height: 110vh;
  }
}

.slider-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.slider {
  display: flex;
  flex-direction: column;
  transition: transform 0.5s ease;
}

@media (min-width: 300px) {
  .slide {
    margin-top: 40px;
  }
}

@media (min-width: 800px) {
  .slide {
    margin-top: 0px;
  }
}

.slide {
  width: 100%;
  height: 110vh;
}

@media (min-width: 300px) {
  .slide #img {
    width: 100%;
    height: 68%;
  }
}

@media (min-width: 800px) {
  .slide #img {
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 300px) {
  .slider-controls {
    top: 30%;
    left: 10px;
  }
}

@media (min-width: 800px) {
  .slider-controls {
    top: 40%;
    left: 40px;
  }
}

.slider-controls {
  position: absolute;
  /* top: 40%;
  left: 40px; */
  /* Adjust positioning */
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 300px) {
  .slider-controls {
    transform: translateY(450%);
  }
}

@media (min-width: 800px) {
  .slider-controls {
    transform: translateY(-50%);
  }
}

.dots-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.dot {
  width: 12px;
  height: 12px;
  background-color: #fff;
  /* Default dot color */
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.dot.active {
  background-color: #023041;
  /* Highlighted color for the active dot */
  transform: scale(1.3);
  /* Slightly enlarge the active dot */
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

/* pagination  */

.custom-pagination {
  position: absolute;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

@media (min-width: 300px) {
  .custom-pagination {
    left: 80vw !important;
    top: -20px !important;
  }
}

@media (min-width: 800px) {
  .custom-pagination {
    left: 90vw !important;
    top: -20px !important;
  }
}

.custom-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 40px;
  border: 5px solid #05c9c4;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: black;
  background-color: transparent;
  transition: all 0.3s ease;
}

.custom-pagination .swiper-pagination-bullet-active {
  width: 50px;
  height: 50px;
  border-color: #00a19d;
  color: black;
  font-size: 20px;
  padding: 1.5rem;
}

/* slider  */

.services-section {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

@media (min-width: 300px) {
  .services-section {
    flex-direction: column;
  }
}

@media (min-width: 800px) {
  .services-section {
    flex-direction: row;
  }
}

.services-menu {
  width: 30%;
}

.services-menu h2 {
  font-size: 1.7rem;
  margin-bottom: 1rem;
  position: relative;
  font-weight: 600;
}

.services-menu h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 50px;
  height: 4px;
  background-color: #00d0a0;
}

.services-menu ul {
  list-style: none;
  padding: 0;
}

.services-menu li {
  padding: 0.5rem 1rem;
  background-color: #5bbbb9;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  color: white;
}

@media (min-width: 300px) {
  .services-menu li {
    width: 100%;
  }
}

@media (min-width: 800px) {
  .services-menu li {
    width: 80%;
  }
}

.services-menu li:hover {
  background-color: #00a19d;
}

.services-menu .activesli {
  background-color: #00a19d;
  width: 100%;
}

.services-content {
  width: 70%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.images-slider {
  display: flex;
  overflow: hidden;
  width: 100%;
}

.image-container {
  /* display: none; */
  flex-shrink: 0;
  text-align: center;
}

.image-container img {
  max-width: 100%;
  height: 80%;
  border-radius: 5px;
}

.image-container p {
  margin-top: 0.5rem;
  color: white;
}

.activeimg {
  display: block;
}

.navigation {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 5px;
}

/* client */

.sliderc {
  position: relative;
  width: 100%;
}

.slidesc {
  display: flex;

  transition: transform 0.5s ease;
}

@media (min-width: 300px) {
  .slidec {
    min-width: 100%;
  }
}

@media (min-width: 800px) {
  .slidec {
    min-width: 32%;
  }
}

.slidec {
  /* Show 3 slides at a time */
  box-sizing: border-box;
  padding: 20px;
  text-align: center;
  border: none;
  background-color: #e5e5e5;
  color: black;
  opacity: 0.7;
}

@media (min-width: 300px) {
  /* .active-slidec {
        transition: 2s;
        scale: 1.1;
        background-color: #00a19d;
        transform: translateY(-10px);
        color: white;
    } */
}

@media (min-width: 800px) {
  .active-slidec {
    /* Custom class for the middle slide */
    transition: 2s;
    scale: 1.1;
    background-color: #C42026 !important;
    color: white !important;
    /* background-color: #533678; */
    border: none;
    transform: translateY(-10px);
    /* color: white; */
    /* Optional: to highlight the active slide */
  }
}

.paginationc {
  position: absolute;
  bottom: -25px;
  left: 50.5%;
  transform: translateX(-50%);
}

.dotc {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: #C42026;
  border-radius: 0%;
  cursor: pointer;
}

.active-dotc {
  background-color: #7A7A7A;
}

.bg-img {
  background-image: url("./../image/about-bg.png");
  background-repeat: no-repeat;
  background-position: top;
  margin-top: 0px;
  width: 40%;
  background-size: cover;
  background-attachment: fixed;
  height: 80vh;
}

.bg-img2 {
  background-image: url("./../image/bg-img-2.png");
  background-repeat: no-repeat;
  background-position: top;
  margin-top: 0px;
  width: 40%;
  background-size: cover;
  background-attachment: fixed;
  height: 90vh;
}

.bg-img3 {
  background-image: url("./../image/bg-about1.png");
  background-repeat: no-repeat;
  background-position: top;
  margin-top: 0px;
  width: 40%;
  background-size: cover;
  background-attachment: fixed;
}

.bg-img4 {
  background-image: url("./../image/contact-bg.png");
  background-repeat: no-repeat;
  background-position: top;
  margin-top: 0px;
  width: 40%;
  background-size: cover;
  background-attachment: fixed;
}

@media (min-width: 300px) {
  .bg-img3 {
    height: 110vh;
  }

  .bg-img4 {
    height: 110vh;
  }
}

@media (min-width: 800px) {
  .bg-img3 {
    height: 90vh;
  }

  .bg-img4 {
    height: 90vh;
  }
}


/* .active-slidec .bg-imgac {
  background-image: url("./../image/active-q.png");
  background-repeat: no-repeat;
  background-position: top;
  opacity: 0;
  margin-top: 0px;
} */


.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 20px 0 20px;
  border-color: #e5e5e5 transparent transparent transparent;
  left: 45%;
}

@media (min-width: 300px) {}

@media (min-width: 800px) {
  .active-slidec .triangle {
    border-color: #C42026  transparent transparent transparent;
  }
}


/* banner bullet nav  */



@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;
}

/* model  */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.bg-ser {
  background-image: url('./../image/ser-bg2.png');
  height: 60vh;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}

@media (min-width: 300px) {
  .bg-ser {
    border-radius: 5rem 0rem;
  }
}

@media (min-width: 800px) {
  .bg-ser {
    border-radius: 15rem 0rem;
  }
}

.bg-linear {
  background-image: linear-gradient(to bottom, rgba(236, 236, 236, 0.815), rgba(255, 255, 255, 0.664), rgba(255, 255, 255, 0));
}

.bg-2 {
  background-image: linear-gradient(to bottom, rgba(196, 32, 38, 0.15), rgba(196, 32, 38, 0.02), rgba(196, 32, 38, 0));
}

.bg-right{
  background-image: url('./../image/footer-bg.png');
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  width: 200px;
  height: 100px;
}