@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

*body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Bai Jamjuree", sans-serif;
}

body {
  font-family: "Bai Jamjuree", sans-serif !important;
}

.header {
  background-color: #4472C4;
  position: fixed;
  z-index: 1001;
  width: 100%;
  top: 0;
}

.header-mb {
  display: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath stroke='white' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center;
} 

.navbar-nav {
  gap: 20px;
}

.navbar-nav .nav-link {
  font-weight: 500;
  color: #fff !important;
}

.header-mb .navbar-nav .nav-link {
  color: #4472C4 !important;
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
  color: #dbdbdb !important;
}

.banner-sec {
  margin-top: 80px;
}

.banner-sec .carousel-caption {
  text-align: left;
  width: 600px;
  top: 13rem;
  opacity: 0;
  transition: opacity 0.5s ease-out;
}

.carousel-item.active .carousel-caption.fade-in {
  opacity: 1;
}

.banner-sec h5 {
  color: #fff;
  font-size: 40px;
}

.banner-sec p {
  font-size: 16px;
  color: #fff;
}

/* Fade-in animation keyframes */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in {
  animation: fadeInUp 1s ease-out;
}

.abt-sec {
  width: 900px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 1px #c1c1c1;
  padding: 40px;
  margin-top: -10% !important;
  position: absolute;
  z-index: 1000;
  background-color: #fff;
}

.abt-sec img {
  width: 100%;
}

.mv-sec {
  margin-top: 18%;
  margin-bottom: 2%;
}

.mv-sec .row {
  justify-content: space-evenly;
}

.card-container {
  box-shadow: 0px 0px 10px 1px #c1c1c1;
  background-clip: padding-box;
  color: #000;
}

.card-container h5 {
  color: #4472C4;
}

.img-box img {
  width: 100%;
}

.img-box {
  width: 300px !important;
  height: 140px !important;
  padding: 0px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.technology {
  padding: 5% 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.focus-areas1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.focus-areas {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 50px;
}

.grid-box {
  width: calc(20% - 20px);
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0px 30px 0px rgb(219 204 204 / 50%);
  padding: 20px;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.grid-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.grid-box img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin-bottom: 15px;
}

.grid-box h4 {
  font-size: 16px;
  font-weight: 500;
}

.technology .content {
  width: 600px;
  text-align: center;
}

.content h2 {
  color: #4472C4;
}

/* owl carousel */
.owl-carousel .item {
  background: #fff;
  transition: background 0.3s ease, color 0.3s ease;
  padding: 10px;
  border-radius: 12px;
  box-shadow: 0px 1px 10px 1px #00000045;
  text-align: left;
  height: 570px;
  margin: 10px;
}

.owl-carousel .item img {
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
}

.owl-carousel ul {
  margin: 5px;
  padding-left: 20px;
  list-style-type: disc;
}

.owl-carousel ul li {
  color: #151515d1;
  line-height: 24px;
  font-size: 15px;
}

.owl-nav {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 20px;
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
  border: 1px solid #4472C4 !important;
  background: transparent !important;
  border-radius: 6px;
  width: 50px;
  height: 50px;
  font-size: 30px !important;
  color: #4472C4 !important;
  transition: background 0.3s ease, color 0.3s ease;
}

.owl-nav button.owl-prev:hover,
.owl-nav button.owl-next:hover {
  background: #231650;
  color: #fff;
}

/* technologies */
.technology .nav {
  justify-content: center;
  gap: 30px
}

.nav-pills .nav-link {
  background-color: #fff !important;
  border: 1px solid #4472C4 !important;
  color: #231650;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: #4472C4 !important;
}

.tab-content {
  margin: 3% 0 !important;
}

.t-box {
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(17% - 20px);
}

.t-box h4 {
  font-size: 18px;
  font-weight: 500;
}

.t-box img {
  margin: 10px;
  width: 100px;
}

.logo-carousel {
  overflow: hidden;
  padding: 20px 0;
  position: relative;
}

.logo-track {
  display: flex;
  width: calc(200%);
  animation: scroll 15s linear infinite;
}

.logo {
  flex: 0 0 auto;
  width: 150px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 25px;
}

.logo img {
  max-width: 100%;
  max-height: 60px;
  object-fit: contain;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.contact-sec {
  padding-bottom: 5%;
}

.icon-box {
  display: flex;
  gap: 10px;
}

.icon {
  height: 40px;
  width: 40px;
  padding-top: 9px;
  margin-top: 5px;
  background-color: #4472C4;
  ;
  color: #fff !important;
  text-align: center;
  border-radius: 50px;
}

.icon h4 {
  color: #4472C4;
}

i {
  font-size: 16px;
}

.ct-form {
  border-radius: 10px;
  box-shadow: 0px 0px 10px 1px #c1c1c1;
  padding: 40px;
}

footer {
  background-color: #4472C4;
  color: #fff;
  padding-top: 8px;
}

.madeby {
  text-align: right;
}

/* media quaries */

@media screen and (max-width: 767px) {
  .header-lg {
    display: none;
  }

  .header-mb {
    display: block;
  }

  .navbar-brand {
    width: 200px;
  }

  .offcanvas {
    width: 90% !important;
  }

  .d-md-block {
    display: block !important;
  }

  .banner-sec {
    margin-top: 60px;
  }

  .banner-sec .carousel-caption {
    width: 100%;
    top: 2rem;
    left: 0;
    padding: 20px 40px;
  }

  .carousel-item img {
    width: auto !important;
    height: 250px;
  }

  .carousel-caption h5 {
    font-size: 20px;
  }

  .carousel-caption p {
    font-size: 15px;
  }

  .abt-sec {
    width: 100%;
    padding: 20px 0px;
    margin-top: 0% !important;
    position: initial;
    text-align: center;
    margin-top: 25px !important;
  }

  .abt-sec img {
    padding: 20px;
  }

  .mv-sec {
    margin-top: 5%;
  }

  .mv-sec .row {
    gap: 15px;
  }

  .img-box {
    height: 70px !important;
    padding: 0px 5px;
  }

  .img-box i {
    font-size: 35px;
  }

  .grid-box {
    width: calc(50% - 15px);
  }

  .card-container {
    align-items: center;
  }

  .technology .nav {
    gap: 5px;
  }

  .focus-areas {
    justify-content: space-evenly;
    gap: 20px;
  }

  .t-box {
    width: 40%;
  }

  .logo {
    flex: 0 0 auto;
    width: 140px;
    height: 20px;
    margin: 0 15px;
  }

  .owl-carousel .item {
    height: auto !important;
    padding: 20px 15px !important;
    font-size: 16px !important;
  }

  .item h4 {
    color: #4472C4;
  }
  .logo-track{
    animation: scroll 25s linear infinite;
}
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(-440%);
    }
  }

  .owl-nav {
    margin-top: 0px;
  }

  footer {
    text-align: center;
  }

  .madeby {
    text-align: center;
  }

  .offcanvas-backdrop.show {
    opacity: 0 !important;
  }

  .navbar-toggler {
    border: 1px solid #fff !important;
  }

}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header-lg {
    display: none;
  }

  .header-mb {
    display: block;
  }

  .mv-sec {
    margin-top: 5%;
    margin-bottom: 2%;
  }

  .banner-sec .carousel-caption {
    top: 3rem;
  }

  .abt-sec {
    width: 100%;
    padding: 20px;
    margin-top: -10% !important;
    position: initial;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1300px) {
  .mv-sec {
    margin-top: 20%;
    margin-bottom: 2%;
  }
}