@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Poppins:wght@200;400;500;700;800&display=swap");

:root {
  --primary-color: #2363d3;
  --secondary-color: #035177;
  --text-color: #2e2e2e;
  --text-secondary: #7d7d7d;
}

body,
html {
  overflow-x: hidden;
}

.nav-menu {
  background: #fff;
  /* box-shadow: 0px 1px 10px 2px var(--text-secondary); */
}
.navbar-brand {
  color: var(--text-color) !important;
  font-family: "Poppins";
  font-weight: 700;
}
.nav-link {
  color: var(--text-color) !important;
  font-family: "Poppins";
  font-weight: 500;
}
.nav-item {
  padding: 20px 20px;
}

.nav-item .dropdown-menu .dropdown-item {
  padding: 10px 50px !important;
  transition: all 0.4s ease-in-out;
}
.nav-item .dropdown-menu .dropdown-item:hover {
  color: var(--primary-color);
  padding-left: 60px !important;
  transition: all 0.4s ease-in-out;
  box-sizing: border-box;
}
.navbar-toggler i {
  color: black;
  font-size: 24px;
}
.video-container {
  padding: 0px;
  position: relative;
}
.overlay {
  /* background: linear-gradient(rgba(43, 101, 215, 0.3), rgba(3, 81, 119, 0.3)); */
  background: rgb(3, 37, 108, 0.6);
  width: 100%;
  height: 100%;
  top: 0px;
  position: absolute;
}
.video-container video {
  width: 100%;
  height: auto;
}

.overlay .container {
  z-index: 9;
  min-height: 500px;
  padding-top: 15%;
  box-sizing: border-box;
}

.overlay span {
  font-size: 20px;
  font-family: "Poppins";
  color: #fff;
  font-weight: 500;
}

.overlay h2 {
  font-family: "Montserrat";
  font-weight: 900;
  font-size: 50px;
  color: #fff;
  line-height: 80px;
}

.overlay .border {
  border: 2px solid #fff !important;
}

.overlay .container ul {
  list-style: none;
  padding: 15px 0px;
}
.overlay .container ul li {
  color: white;
  line-height: 38px;
  font-family: "Montserrat";
  font-size: 20px;
}
.overlay .container p {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  width: 600px;
  font-family: "Montserrat";
}
.overlay .container button {
  background: transparent;
  border: 1px solid #fff;
  padding: 8px 50px;
}

.why-choose {
  min-height: 70vh;
  padding-top: 150px;
}

.why-choose .container h2 {
  color: var(--secondary-color);
  font-family: "Montserrat";
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 40px;
}
.why-choose .container p {
  color: var(--text-secondary);
  font-family: "Poppins";
  line-height: 26px;
  font-weight: 500;
  font-size: 17px;
}
.c-border {
  border-top: 2px solid var(--primary-color) !important;
  padding: 0px 120px;
}
.services {
  background: #f1f4fb;
}

.services div h2 {
  color: var(--secondary-color);
  font-family: "Montserrat";
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 40px;
}

.services div div div {
  padding: 40px 20px !important;
  border-radius: 20px;
}
.services div div div:hover {
  background: var(--primary-color);
  color: #fff;
  box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.7);
}
.services div div div:hover i {
  color: var(--primary-color);
  background: white;
}
.services div div div i {
  font-size: 30px;
  background: var(--primary-color);
  padding: 17px 15px;
  border-radius: 50%;
  color: white;
}
.services div div div h3 {
  margin-top: 20px;
  font-family: "Montserrat";
  font-size: 22px;
  font-weight: 800;
}

.services div div div p {
  font-size: 17px;
  line-height: 27px;
  font-family: "Poppins";
}
.services div div div a {
  text-decoration: none;
  color: var(--secondary-color);
  font-family: "Montserrat";
  font-weight: 600;
}

.services div div div:hover a {
  color: #fefefe;
}

.contact div div h3 {
  margin-top: 10px;
  font-family: "Montserrat";
  font-size: 22px;
  font-weight: 800;
}

.footer {
  background: linear-gradient(var(--primary-color), var(--secondary-color));
  padding: 50px 0px;
}

.footer div h2 {
  font-family: "Montserrat";
  color: white;
  font-weight: 800;
}

.footer div p {
  font-size: 17px;
  color: white;
  line-height: 27px;
  font-family: "Poppins";
}

.banner {
  padding: 0px;
}

.air-banner {
  background: url("../images/air-service.jpg");
  background-attachment: fixed;
}

.sea-banner {
  background: url("../images/ship.jpg");
  background-attachment: fixed;
}
.transport-banner {
  background: url("../images/transport.jpg");
  background-attachment: fixed;
}
.clearence-banner {
  background: url("../images/clearence.jpg");
  background-attachment: fixed;
}
.cargo-banner {
  background: url("../images/cargo.jpg");
  background-attachment: fixed;
}

.warehouse-banner {
  background: url("../images/warehouse-banner.jpg");
  background-attachment: fixed;
}

.logistics-banner {
  background: url("../images/warehouse.jpg");
  background-attachment: fixed;
}

.about-banner {
  background: url("../images/about.jpg");
  background-attachment: fixed;
}
.contact-banner {
  background: url("../images/insurance.jpg");
  background-attachment: fixed;
}

.inner-banner {
  background: rgba(0, 0, 0, 0.7);
  padding: 130px 0px !important;
  color: #fefefe;
}

.inner-banner h2 {
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 40px;
}

.main-service div div h3 {
  color: var(--secondary-color);
  font-family: "Montserrat";
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 40px;
}

.main-service div div p {
  font-family: "Poppins";
  line-height: 28px;
  font-size: 14px;
}

.services-about div p {
  font-family: "Poppins";
  line-height: 28px;
  font-size: 14px;
}

.main-service div div ul li {
  font-family: "Poppins";
  line-height: 24px;
  font-size: 14px;
}
.list-group li i {
  font-size: 25px !important;
  padding: 15px;
  color: var(--secondary-color);
}

.quote {
  position: fixed;
  top: 50%;
  left: 0px;
}

.wp {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 9999;
}

.wp a {
  border-radius: 40px;
  z-index: 999;
}

.blog-title {
  font-size: 18px;
  font-weight: bold;
}

.testimonials {
  overflow: hidden;
  position: relative;
  max-height: auto;
}

.testimonials {
  background: #fff;
}

.one-slide,
.testimonial,
.message {
  border: none !important;
  outline: none !important;
}

.icon-overlay {
  position: absolute;
  opacity: 0.3;
  right: 10%;
  top: 0;
  height: auto;
  width: 100%;
  max-width: 400px;
}

.carousel-controls .control {
  position: absolute;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid #000;
  z-index: 1;
}

.prev {
  left: -2.25rem;
}

.next {
  right: -2.25rem;
}

.testimonial {
  padding: 50px 30px;
}

.testimonial img {
  width: 100px;
  height: 100px;
  display: none !important;
  border-radius: 50%;
}

.message {
  padding: 40px 20px;
  line-height: 30px;
}
