@import url("https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap");

.banner {
  position: relative !important;
  overflow: hidden !important;
  background-position: center top;
  background-repeat: no-repeat;
}
.banner-section {
  height: 320px;
  /* height: 600px; */
  position: relative;
  z-index: 0;
}
.owl-nav {
  position: absolute !important;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.owl-nav button.owl-next,
.owl-nav button.owl-prev {
  padding: 0 15px 3px 13px !important;
  background: rgba(0, 0, 0, 0.692) !important;
  font-size: 32px;
  color: #fff;
}

.owl-nav button.owl-next {
  position: absolute !important;
  right: 0 !important;
}

.owl-nav button.owl-prev {
  position: absolute !important;
  left: 0;
}

.banner-slider .owl-item.active img {
  transform: scale(1);

  -webkit-transform: scale(1);

  -moz-transform: scale(1);

  -ms-transform: scale(1);

  -o-transform: scale(1);

  animation: animateBanner 10s 1 ease-in-out;

  -webkit-animation: animateBanner 10s 1 ease-in-out;
}

.banner-slider .owl-item.center {
  position: relative;
  z-index: 1;
}

.banner-slider .owl-dots {
  position: absolute;
  bottom: 15px;
  width: 100%;
  text-align: center;
}

.banner-slider button.owl-dot {
  background: rgba(204, 204, 204, 0.685);
  color: inherit;
  border: none;
  padding: 5px !important;
  font: inherit;
  border-radius: 50%;
  margin: 0 3px;
}

.banner-slider button.owl-dot.active {
  background: #fff;
}

.banner-section .banner-content-wrap {
  z-index: 10;
}
/* .banner-section::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    circle,
    rgba(0, 0, 0, 0.414) -60%,
    rgba(0, 0, 0, 0.604) 100%
  );
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
} */
.banner-section::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(
    to bottom,
    rgba(1, 1, 1, 0.51),
    rgba(0, 0, 0, 0)
  ); */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
}

.banner-section .video-container {
  width: 100%;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  /* transform: translateX(-50%) scale(1.3); */
  z-index: 0;
}

.video-container {
  position: absolute;
  width: 100%;
  height: 100%;
  /* transform: scale(1.8);
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -ms-transform: scale(1.8);
    -o-transform: scale(1.8); */
}

.banner-section .video-container video {
  width: 100%;
  /* transform: scale(1.5); */
}

.banner-content-wrap {
  position: absolute;

  width: 100%;

  left: 0;

  bottom: 20px;
}

.banner-video-wrap {
  position: relative;

  padding-bottom: 56.25%;

  /* 16:9 */

  padding-top: 25px;

  height: 0;
}

.banner-video-wrap::after {
  position: absolute;

  left: 0;

  top: 0;
  bottom: 0 !important;
  height: 100%;

  width: 100%;

  background: #000;
}

.home-heading {
  display: flex !important;
  justify-content: center;
  align-items: center;

  flex-wrap: wrap; /* Ensures responsiveness for smaller screens */
  text-align: center;
}

.home-heading img {
  display: inline;
  width: 1em !important; /* Adjust width for balance */
  height: 1em !important; /* Adjust height for balance */
  margin: 0 4px 0 0;

}

@media (min-width: 1025px) {
  .banner-content h1 {
    color: #fff;
    letter-spacing: 5px;
  }
}

@media (max-width: 769px) {
  .banner-content h1 {
    letter-spacing: 7px;
  }
}
@media (max-width: 400px) {
  .banner-content h1 {
    letter-spacing: 2px;
  }
}

.banner-content h1 {
  color: #fff;
  font-weight: bolder !important;
  text-shadow: 1px 1px 2px #fff;
  font-size: 6em !important; /* Adjusted for responsiveness */
  margin-bottom: 0.6em;

  /* Border to text only */
  /* -webkit-text-stroke: 2px #0d6c9b; */
   /* Green border around text */
  text-shadow: none; /* Optional: Remove any conflicting text-shadow */
}

@media screen and (max-width: 1024px) {
  .banner-content h1{
    font-size: 5em !important; /* Smaller font size for mobile */
  }
}


@media screen and (max-width: 994px) {
  .banner-content h1 {
    font-size: 4em !important; /* Smaller font size for mobile */
  }
}
@media screen and (max-width: 769px) {
  .banner-content h1 {
    font-size: 3em !important; /* Smaller font size for mobile */
  }
}
@media screen and (max-width: 400px) {
  .banner-content h1 {
    font-size: 2em !important; /* Smaller font size for mobile */
  }

  .banner-content h1 {
    -webkit-text-stroke: 0.5px #0d6c9b;
  }
}

/* new css ? */

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .banner {
    height: 100vh;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.theme-gradient-blue-button {
  color: #fff;
  text-align: center;
  border: 0;
  position: relative;
  overflow: hidden;
  z-index: 0;
  cursor: pointer;
  border-radius: 6px;
}
.theme-gradient-blue-button:hover {
  color: #fff;
  text-decoration: none;
}
.theme-gradient-blue-button::before {
  background: -o-linear-gradient(left, #237cff, #19abff, #237cff);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#237cff),
    color-stop(#19abff),
    to(#237cff)
  );
  background: linear-gradient(90deg, #237cff, #19abff, #237cff);
  width: 200%;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  position: absolute;
  z-index: -1;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.theme-gradient-blue-button:hover::before {
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
@media (max-width: 576px) {
  p {
    font-size: 15px;
  }
}
.view-more-btn-3 {
  padding: 0 !important;
  text-decoration: underline !important;
}
.banner-slider .owl-item.center {
  position: relative;
  z-index: 1;
}
.banner-section {
  position: relative;
  z-index: 0;
}
.banner-section .banner-content-wrap {
  z-index: 10;
}

.banner-content-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 20px;
}

@media screen and (max-width: 768px) {
  .banner-content-wrap {
    bottom: -20px;
  }
  .cargo-text{
    display: none;
  }
  
}

.banner-content a {
  display: inline-block;
  margin-right: 1vw;
  padding: 10px 6%;
  text-decoration: none;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  color: #fff;
}
.banner-content a:last-child {
  margin: 0;
}
.more {
  z-index: 1;
  text-decoration: none;
  position: absolute;
  left: 50%;
  bottom: 25px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  text-decoration: none;
  color: #fff;
  font-size: 0.8em;
}
.more:hover {
  text-decoration: none;
  color: #fff;
}
.more::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 100%;
  background: #fff;
}
@media (min-width: 576px) {
  .banner-section {
    height: 500px;
  }
}
@media (min-width: 768px) {
  /* .banner-section {
    height: 600px;
  } */
  .banner-content {
    padding: 60px 0;
  }
  .banner-content h1 {
    font-size: 2em;
  }
  .banner-content p {
    font-size: 16px;
  }
  .banner-content a:last-child {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .banner-section {
    height: 100vh !important;
  }
}
@media (min-width: 1200px) {
  .banner-content h1 {
    font-size: 2.5em;
  }
  .banner-content p {
    font-size: 18px;
  }
  .banner-section {
    height: 100vh;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1360px;
  }
}
.banner-content {
  padding: 2% 0;
  position: unset;
}
.banner-content h1 {
  color: #fff;
  font-weight: 500;
  font-size: 42px !important;
  margin-bottom: 50px;
}
.banner-content a:last-child {
  margin: auto;
}
.banner-content p {
  color: #fff;
  margin-bottom: 2em;
  font-size: 1.2em;
  font-weight: 600;
}
@media (min-width: 992px) {
  .banner-content {
    padding: 0;
  }
  .banner-content a {
    margin-right: 2vw;
  }
  .banner-content-wrap {
    bottom: unset;
    top: 52%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }
}

.owl-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
}

.owl-prev,
.owl-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #00000044; /* Professional green */
  border: none;

  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

.owl-prev:hover,
.owl-next:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
}

.owl-prev:active,
.owl-next:active {
  transform: scale(0.95);
}

.owl-prev {
  margin-right: 10px;
}

.owl-next {
  margin-left: 10px;
}

.owl-carousel {
  margin-bottom: 0 !important;
}

@media (max-width: 767px) {
  .banner {
    background-color: #fff;
    background-position: center top;
    background-repeat: no-repeat;
    /* background-size: cover; */
  }
  .banner-content h1 {
    font-size: 1.8em !important;
    margin-bottom: 20px;
  }
  .banner-content p {
    font-size: 1em;
  }
}
@media (max-width: 400px) {
  .banner-content h1 {
    font-size: 2em ;
  }
  .banner-content p {
    font-size: 0.9em ;
    font-weight: 200;
  }

  .cargo-text{
    font-weight: 500 !important;
  }
  
}

.video-container video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures the video covers the parent while maintaining its aspect ratio */
  object-position: center; /* Centers the video content */
}

.home-heading {
  position: relative;
}

.cargo-text {

  margin-bottom: 0 !important;

  position: absolute;

}


@media screen and (min-width: 769px) {
  .cargo-text {
    font-size: 25px !important; /* Adjust this value based on your design */
  }
}






.typed-cursor {
  display: none !important;
}

/* From Uiverse.io by ernestnash */
.explore-more {
  display: inline-block;
  padding: 0.9rem 1.8rem;
  font-size: 16px;
  font-weight: 700;
  color: white;
  border: 3px solid #176b96;
  cursor: pointer;
  position: relative;
  background-color: transparent;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
  font-family: inherit;
}

.explore-more::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #176b96;
  transform: translateX(-100%);
  transition: all 0.3s;
  z-index: -1;
}

.explore-more:hover::before {
  transform: translateX(0);
}


.multipletext{
  height: 1rem;
  letter-spacing: 1.3px;
  font-weight:200;
  margin-top: -2.5em;
}



.home_Bottom {
  width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  bottom: 30px !important;
  position: absolute !important;
  bottom: 1rem !important;
  z-index: 99999;
}

.home_Bottom a {
  text-decoration: none !important;
  color: white !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-direction: column !important;
}
.home_Bottom a p {
  font-size: 13px !important;
}


.Home_Bottom_mid_icon {
  height: 2.7rem !important;
  width: 1.7rem !important;
  border: 2px solid white !important;
  border-radius: 4px !important;
  display: flex !important;
  justify-content: center !important;
}

.dot {
  width: 4px !important;
  margin-top: 10px !important;
  height: 4px !important;
  background-color: #1A8ABA !important;
  border-radius: 100px !important;
  margin-bottom: 10px !important;
}

@media(max-width:950px) {
  .home_Bottom {
    display: none !important;
  }
}




