@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "League Spartan", sans-serif;
}

.theme-btn {
  padding: 10px 20px;
  border-radius: 5px;
  background-color: transparent;
  border: 1px solid #fff;
  font-size: 16px;
  color: #fff;
}
.dark-theme-btn {
  padding: 10px 20px;
  border-radius: 5px;
  background-color: transparent;
  border: 1px solid #000;
  font-size: 16px;
  color: #000;
}
.space {
  padding: 100px 0px;
}
.section-title h1 {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #bbbbbb;
}
.small-title h1 {
  font-size: 25px;
  color: #000;
  padding-bottom: 20px;
}
.small-title p {
  color: #5f5f5f;
  font-size: 18px;
  font-weight: 400;
}

header {
  position: absolute;
  top: 0;
  z-index: 99;
  width: 100%;
  background-color: transparent;
}
header .navbar {
  background-color: transparent !important;
}
header .navbar-brand img {
  width: 100px;
}
header .nav-item {
  padding: 0px 10px;
}
header .nav-item .nav-link {
  color: #fff;
  font-weight: 500;
}
header .nav-item .nav-link.active {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.banner-section .item {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.banner-section .item img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
  display: block;
}

/* Overlay */
.banner-section .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 1;
}
.banner-section .item .content {
  position: absolute;
  z-index: 2;
  color: #fff;
}
.banner-section .owl-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner-section .banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  max-width: 1500px;
  text-align: center;
}
.banner-section .banner-content h1 {
  font-size: 80px;
  font-weight: 700;
  color: #fff;
}
.banner-section .banner-content p {
  font-size: 20px;
  color: #fff;
  font-family: 500;
  padding-top: 20px;
  border-top: 1px solid #fff;
}

.approch img {
  width: 100%;
  border-radius: 10px;
}
.approch .row {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.approch .small-title {
  text-align: center;
}

.who-we-are img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.joruney img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 50px;
}
.joruney .small-title {
  text-align: center;
}

.timeline img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}

.strenght img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 20px;
}
.strenght .small-title {
  text-align: center;
}
.strenght .col-lg-6 {
  margin-bottom: 40px;
}
.who-we-are img {
  width: 100%;
  height: 800px;
  object-fit: cover;
  border-radius: 20px;
}
.service img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  margin-bottom: 20px;
}
.service .item {
  text-align: center;
}

.fleet img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.client .small-title {
  text-align: center;
}

.client img {
  width: 100px;
  margin-top: 30px;
}
.projects {
  background-color: #000;
  margin: 100px 0px 50px 0px;
}
.projects h1 {
  color: #fff;
}
.projects .small-title h1 {
  font-size: 40px;
  color: #bababa;
}
.projects .list-of-projects .item {
  display: flex;
  justify-content: space-between;
  padding: 20px 0px;
}
.projects .list-of-projects .item h1 {
  font-size: 25px;
}
.projects hr {
  color: #fff;
  padding: 20px 0px;
}

.affiliated img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.affiliated .small-title h1 {
  padding-bottom: 10px;
  margin-bottom: 0px;
}
.all-affiliated .item {
  text-align: center;
}
.all-affiliated .item img {
  margin-bottom: 30px;
}

.contact .whatsapp-btn {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 20px;
  border-radius: 10px;
  background-color: rgb(69, 90, 100);
  margin-bottom: 20px;
}
.contact .whatsapp-btn img {
  width: 30px;
}
.contact .whatsapp-btn h1 {
  color: #fff;
  font-size: 18px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.footer {
  margin-top: 100px;
  padding: 30px 0px;
  border-top: 1px solid #bababa;
}
.footer img {
  width: 30px;
}
.footer .footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .footer-content h1 {
  font-size: 18px;
}
.footer .social-icons {
  display: flex;
  gap: 20px;
  align-items: center;
  
}

.privacy-policy{
    padding: 100px 0px 0px 0px;
}
.privacy-policy .dark-theme-btn{
    width: fit-content;
    margin: auto;
}
.privacy-policy img{
    width: 50%;
    margin:30px auto 0px auto;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

/* responsive code */

@media (max-width: 769px) {
  .navbar-toggler {
    filter: brightness(0) invert(1);
  }
  .approch img {
    margin-bottom: 20px;
  }
  .space {
    padding: 50px 0px;
  }
  .who-we-are img {
    height: 400px;
  }
  .timeline img {
    height: 100%;
  }
  .client .col-lg-2 {
    width: 50%;
    display: flex;
    justify-content: center;
  }
  .projects .small-title h1 {
    font-size: 25px;
  }
  .affiliated img {
    margin-bottom: 20px;
  }
  .footer .footer-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    gap: 20px;
  }
}
