* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Open Sans", serif;
  scroll-behavior: smooth;
  transition: all;
  transition-duration: 300ms;
}

/* .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: #F7A91E !important;
    padding-left: 10px;
  }
}

@media (min-width: 960px) {
  .active {
    border-bottom: 2px solid;
    color: #000 !important;
    border-color: #F7A91E !important;
    padding-bottom: 10px;
    font-weight: 800;
    opacity: 1 !important;
    padding-left: 0px;
  }
}

.activedot {
  background-color: #F7A91E !important;
}

.activehome {
  color: #F7A91E;
}

.activelink {
  border-bottom: none;
  color: #F7A91E;
  opacity: 1;
}

.swiper {
  width: 100%;
  height: 100%;
}

@media (min-width: 300px) {
  .swiper-containermapsec .swiper-slide {
    height: 100%;
  }
}

@media (min-width: 800px) {
  .swiper-containermapsec .swiper-slide {
    height: 100%;
  }
}

@media (min-width: 300px) {
  .swiper-containermapsec2 .swiper-slide {
    height: 50vh;
    background-color: #000;
  }
}

@media (min-width: 800px) {
  .swiper-containermapsec2 .swiper-slide {
    height: 43vh;
  }
}

.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: #533678; */
    border: none;
    transform: translateY(-10px);
    /* color: white; */
    /* Optional: to highlight the active slide */
  }
}

.paginationc {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.dotc {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  cursor: pointer;
}

.active-dotc {
  background-color: #2a8071;
}

.bg-second{
  background-image: url("./../image/2ng-bg.png");
  background-repeat: no-repeat;
  background-position: top;
  margin-top: 0px;
  width: 40%;
  background-size: cover;
  background-attachment: fixed;
  height: auto;
}

.bg-about6{
  background-image: url("./../image/about-6.png");
  background-repeat: no-repeat;
  background-position: top;
  margin-top: 0px;
  background-size: cover;
  background-attachment: fixed;
  height: auto;
}



.bg-about7 {
  background-image: url("./../image/about-7.png");
  background-repeat: no-repeat;
  background-position: top;
  margin-top: 0px;
  width: 40%;
  background-size: cover;
  background-attachment: fixed;
}

.project-bg {
  background-image: url("./../image/project-img.png");
  background-repeat: no-repeat;
  background-position: top;
  margin-top: 0px;
  background-size: cover;
  background-attachment: fixed;
}

@media (min-width: 300px) {
  .bg-about7{
    height: 140vh;
  }

  .project-bg {
    height: 60vh;
  }
}

@media (min-width: 800px) {
  .bg-about7{
    height: 73vh;
  }

  .project-bg {
    height: 60vh;
  }
}


/* .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: #e5e5e5 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: #a5a5a5;
  opacity: 1;
}

.swiper-containermapsec .swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  background-color: #F7A91E !important;
  opacity: 1;
}

.swiper-containermapsec2 .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #a5a5a5;
  opacity: 1;
}

.swiper-containermapsec2 .swiper-pagination-bullet-active {
  width: 15px;
  height: 15px;
  background-color: #F7A91E !important;
  opacity: 1;
}
