@import url("https://fonts.googleapis.com/css2?family=Libertinus+Sans:ital,wght@0,400;0,700;1,400&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');

/* * {
  font-family: "Plus Jakarta Sans", sans-serif !important;
} */
:root {
  --font-inter: "Inter Tight", sans-serif;
  --font-jakarta: "Plus Jakarta Sans", sans-serif !important;
  --theme4: #1488bf;
  --bs-border-radius-lg: 0.5rem;
  --black: #2d2d2d;
  --theme2: #eafaf1;
  --bs-border-radius-xxl: 2rem;
  --header: #161616;
  --white: #fff;
}

.ltn__custom-gutter>[class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--font-jakarta);
}

body {
  font-family: var(--font-inter);
}

p {
  font-family: var(--font-inter) !important;
}

.container-fluid {
  width: 90%;
  margin: 0 auto;
}

.section-bg-6 {
  background-color: rgb(35 51 149);
}

.ltn__top-bar-menu>ul>li>i,
.ltn__top-bar-menu>ul>li>a>i {
  color: #fff;
}

.ltn__header-4 .ltn__header-middle-area,
.ltn__header-5 .ltn__header-middle-area {
  padding-top: 5px;
  padding-bottom: 5px;
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .ltn__slide-item-6 {
    height: 500px;
  }
}

.aboutinfo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  flex-direction: row;
}

.box {
  width: 40%;
  background: #fff;
  border-radius: 15px;
  padding: 25px 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  border: none;
  text-align: center;
  transition: all 0.3s ease;
}

.box img {
  border-radius: 100%;
  height: 120px;
  width: 120px;
  margin: auto;
  text-align: center;
  max-width: 100%;
  margin-bottom: 15px;
  transition: transform 0.3s ease;
}

.box h2 {
  font-size: 1.3rem;
  margin-bottom: 10px;
  color: #222;
  font-weight: 600;
}

.box p {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.5;
}

/* Hover effects */
.box:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.box:hover img {
  transform: scale(1.1);
}

/* Responsive design */
@media (max-width: 991px) {
  .box {
    width: 100%;
  }
}

p,
h1 {
  margin: 0;
}

.aspan {
  font-size: 25px;
  color: #1352b9;
}

.services_bg {
  background: url(../img/bg-map-shapes.png) no-repeat;
  background-color: rgb(35 51 149);
}

.ltn__feature-item {
  background: #fff;
  border-radius: 20px;
}

.ltn__feature-icon img {
  width: 100%;
  border-radius: 20px;
}

.ah1 {
  font-size: 45px;
  font-weight: 700;
}

.ltn__feature-item-6 {
  padding: 0px;
}

.ltn__feature-info {
  padding: 0px 15px 13px;
}

.ltn__feature-info a {
  color: #233395;
}

.section-title {
  font-weight: 600;
}

.cbox {
  width: 42%;
  padding: 25px 40px;
  transition: all 0.3s ease;
  display: flex;
  justify-content: space-evenly;
}

.cbox svg {
  max-width: 70px;
  margin-bottom: 0px;
  transition: transform 0.3s ease;
}

.cbox h2 {
  font-size: 1.3rem;
  margin-bottom: 10px;
  color: #222;
  font-weight: 600;
}

.cbox p {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.1;
}

.ltn__banner-area-2 {
  background: url(../img/bg.jpg) #000000de;
  background-blend-mode: multiply;
  background-attachment: fixed;
}

.ltn__banner-area-2 .ah1,
.ltn__banner-area-2 p {
  color: #fff;
}

.count h2 {
  font-size: 45px;
  color: #fff;
  margin: 0px;
  font-weight: 500;
}

.section-bg-2 {
  background-color: #171B2A;
}

.map {
  background-image: url("../img/map-pattern-light.png");
  background-repeat: no-repeat;
  background-size: 60%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  /* z-index: -1; */
  background-position: center center;
}

div.waves {
  width: 100%;
  bottom: 0px;
  position: absolute;
  z-index: 99;
}

.waves svg {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
  animation-name: move-left;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.h-36 {
  height: 36px;
}

.w-36 {
  width: 36px;
  min-width: 36px;
}

.theme-btn:hover::before {
  width: 100%;
}

.theme-btn::before {
  content: "";
  position: absolute;
  height: 110%;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: var(--header);
  z-index: -1;
  transition: all 0.4s ease-out;
  border-radius: inherit;
}

.theme-btn.style3:hover {
  color: var(--white) !important;
  border: 1px solid var(--theme2);
}

.section-bg {
  background-color: var(--bg);
}

.theme4-border {
  border: 1px solid var(--theme4);
}

.theme-btn.style3 {
  background-color: var(--theme2);
  color: var(--black);
}

.theme-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  gap: 6.8px;
  border: none;
  text-transform: capitalize;
  text-align: center;
  border-radius: 30px;
  background: var(--theme4);
  color: var(--white);
  font-size: 15px;
  font-weight: 600;
  padding: 6px 7px;
  height: 48px;
  line-height: 99%;
}

.pe-20 {
  padding-right: 20px !important;
}

.theme-btn::before {
  content: "";
  position: absolute;
  height: 110%;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: var(--header);
  z-index: -1;
  transition: all 0.4s ease-out;
  border-radius: inherit;
}

.theme-btn.style3:hover i {
  color: var(--black);
  transform: rotate(40deg);
}

.theme-btn i {
  transition: all 0.4s ease-in-out;
}

.work-section {
  backdrop-filter: blur(20px);
  border: 1px solid var(--brand-yellow);
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

.work-wrapper {
  margin-left: auto;
  gap: 10px;
  flex-wrap: wrap;
}

.theme-clr4 {
  color: var(--black);
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.work-wrapper .work-list-item {
  padding: 20px 20px;
  width: 49%;
  transition: 0.3s;
  /* box-shadow: rgba(0, 0, 0, 0.15) 0px 12px 25px; */
}

.work-wrapper .work-list-item:hover .icon {
  background-color: var(--white);
}

.work-wrapper .work-list-item .icon {
  width: 56px;
  min-width: 56px;
  height: 56px;
  background-color: rgba(46, 204, 113, 0.1);
}

.d-center {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.black-clr {
  color: var(--black);
}

.work-wrapper .work-list-item:hover {
  background-color: var(--theme2) !important;
}

.bg-overlay-theme-black-90:before {
  background: rgb(255 255 255 / 90%);
}

.ltn__brand-logo-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-title {
  line-height: 1;
}

.ltn__breadcrumb-area {
  background-color: #001abbd4;
  margin-bottom: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-blend-mode: multiply;
}

.ltn__breadcrumb-inner {
  text-align: center;
}

.ltn__about-us-area--2 {
  background: rgb(35, 51, 149);
}

.ltn__about-us-area--2 p {
  color: #fff;
}

.ltn__about-us-area--2 .about-us-img-wrap {
  text-align: center;
}

.ltn__slide-item-6 .slide-title {
  font-family: var(--font-jakarta);
}

.ltn__main-menu>ul>li>a {
  font-family: var(--font-inter) !important;
  font-weight: 300;
  padding: 20px 10px;
}

.ltn__top-bar-menu>ul>li {
  font-weight: 500;
}

.ltn__feature-item-6 .ltn__feature-info p {
  font-size: 16px;
  margin-bottom: 0;
  color: #000;
  height: 115px;
  overflow: hidden;
}

.ltn__feature-item-6::before {
  height: 0px;
}

.fa-brands,
.fab {
  font-family: "Font Awesome 6 Brands" !important;
}

.about2-img1 {
  position: absolute;
  z-index: -1;
  margin-left: -30px;
  margin-top: -60px;
}

.aniamtion-key-1 {
  /* position: relative; */
  animation-name: animation-1;
  animation-duration: 24s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: cubic-bezier(0.59, 0.59, 1, 1);
}

@keyframes animation-1 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(1000deg);
  }
}

.about__shape-wrap-three img {
  position: absolute;
  z-index: 0;
  right: 0%;
  top: -5%;
  opacity: .3;
}

.rotateme {
  animation-name: rotateme;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes rotateme {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.site-logo a img {
  width: 48%;
}

.about-us {
  padding-left: 100px;
}

.aboutinfo {
  justify-content: right;
}

.bg-overlay-theme-black-60:before {
  background: rgb(7 28 31 / 45%);
}

.ltn__main-menu>ul {
  justify-content: right;
}

.ltn__slide-item-6 .slide-title {
  width: 75%;
  margin: 10px auto;
  text-align: left;
  font-weight: 900;
  font-size: 50px;
  text-transform: uppercase !important;
  font-size: 3em;
  color: white;
  -webkit-text-stroke: 3px #1488bf;
  paint-order: stroke fill;
}

.ltn__slide-item-6 .slide-title span {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  display: block;
}

.theme-btn-1 {
  border-radius: 50px;
  padding: 10px 20px;
}

/**************ABOUT US***************/
/* today */

.ltn__new-area--origin {
  background: url(../img/bg.jpg) #03090df0;
  /* border: 5px solid #3e70ff; */
  background-blend-mode: multiply;
}

#app {
  padding: 50px 0;
  background: #e8eeff;
}

.timeline {
  margin: 50px 0;
  list-style-type: none;
  display: flex;
  padding: 0;
  text-align: center;
}

.timeline li {
  transition: all 200ms ease-in;
}

.timestamp {
  width: 100%;
  margin-bottom: 10px;
  padding: 0px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 100;
}

.status {
  padding: 0px 40px;
  display: flex;
  justify-content: center;
  border-top: 4px solid #3e70ff;
  position: relative;
  transition: all 200ms ease-in;
  flex-direction: column;
}

.date {
  font-weight: bold;
  font-size: 30px;
  color: #fff;
}

.status span {
  font-weight: 500;
  padding-top: 10px;
  color: #fff;
  font-size: 14px;
}

.status h2 {
  font-size: 20px;
  color: #fff;
  margin: 20px 0px 0px;
}

.status h2:before {
  content: "";
  width: 25px;
  height: 25px;
  background-color: #e8eeff;
  border-radius: 25px;
  border: 4px solid #3e70ff;
  position: absolute;
  top: -15px;
  left: calc(50% - 12px);
  transition: all 200ms ease-in;
  box-shadow: 0vmin 0 3vmin;
}

.swiper-control {
  text-align: right;
}

.swiper-container {
  width: 100%;
  height: 300px;
  margin: 50px 0;
  overflow: hidden;
  padding: 0 20px 30px 20px;
}

.swiper-slide {
  width: 25%;
  text-align: center;
  font-size: 18px;
}

.progress {
  height: 20px;
  background-color: #d3d3d3;
  /* Grey background */
  border-radius: 0;
}

.progress-bar {
  background-color: #0a2d91;
  /* Blue color */
  font-weight: bold;
  text-align: right;
  padding-right: 8px;
}

.skill-label {
  font-weight: 500;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.ltn__about-us-area--2 .about-us-img-wrap {
  text-align: center;
  border: 1px solid #ededed54;
  border-radius: 40px;
  width: 80%;
  padding: 20px;
  margin: 0 auto;
  box-shadow: rgb(0 0 0 / 14%) 0px 7px 29px 0px;
}

.about-us-img-wrap h2 {
  color: #fff;
}

.about-us-2 img {
  margin: 0;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7446%) hue-rotate(32deg) brightness(96%) contrast(113%);
  width: 30px;
}

/* .about-us p {
  width: 60%;
} */
.bg-overlay-white-30:before {
  background: rgb(134 156 191 / 20%);
}

.page-title {
  color: #fff;
}

.fa-solid,
.fas {
  font-family: "Font Awesome 6 Free" !important;
}

.ltn__breadcrumb-list ul li a {
  color: #fff;
}

.ltn__breadcrumb-list ul li {
  color: #fff !important;
}

/*******************************************/


.swiper-wrapper.timeline {
  display: flex;

}

.swiper-slide {
  text-align: center;
  font-size: 18px;

}

/* Tablet: 2 per view */
@media (max-width: 1199.98px) {
  .swiper-slide {
    flex: 0 0 calc(50% - 16px);
  }
}

/* Mobile: 1 per view + horizontal scroll */
@media (max-width: 767.98px) {

  .swiper-container-fluid,
  .swiper-container {
    /* support either class name */
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    /* momentum scroll on iOS */
    scroll-snap-type: x mandatory;
    /* snap like a slider */
    padding: 0 12px 12px;
  }

  .about-us {
    padding-left: 0px;
  }

  .work-wrapper .work-list-item {
    width: 100%;
  }

  .cbox {
    width: 47%;
    padding: 25px 50px;
    transition: all 0.3s ease;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }

  /* Hide scrollbar (optional) */
  .swiper-container-fluid::-webkit-scrollbar,
  .swiper-container::-webkit-scrollbar {
    display: none;
  }

  .swiper-container-fluid {
    scrollbar-width: none;
  }

  .swiper-wrapper.timeline {
    width: max-content;
    /* allow content to extend horizontally */
    gap: 16px;
  }

  .swiper-slide {
    flex: 0 0 85vw;
    /* show one, peek next */
    max-width: 85vw;
    scroll-snap-align: start;
  }

  .timestamp,
  .status {
    padding: 0 16px;
  }

  .date {
    font-size: 22px;
  }

  .status h2 {
    font-size: 16px;
    margin-top: 12px;
  }

  .status span {
    font-size: 12px;
    padding-top: 6px;
  }

  .status h2:before {
    width: 18px;
    height: 18px;
    top: -10px;
    left: calc(50% - 9px);
  }
}

@media screen and (min-width:1500px) {
  .work-wrapper .work-list-item {
    width: 46%;
  }
}