/* ===== GLOBAL STYLES ===== */
body {
  font-family: Arial, sans-serif;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}

/* modal */

.modal-content {
  padding: 30px;
  margin-inline: auto;
  width: 70%;
}

.modal-body .form-control:focus {
  box-shadow: none;
}

.modal-body .form-control::placeholder {
  color: #9fa0a0;
  font-size: 14px;
}

.modal-title {
  color: #6fabff;
}

.fade-up {
  opacity: 0;
  transform: translateY(100px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

.fade1-up {
  animation: line 1s ease forwards;
}
@keyframes line {
  0% {
    transform: translateX(-100vw);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.fade-up {
  opacity: 0;
  transform: translateY(100px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* About-us section */

.about-us-section {
  height: 75vh;
  background-image: url("../images/banner-image.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  /* animation: zoomEffect 18s infinite alternate ease-in-out; */
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
}
.about-overlay {
  position: absolute;
  inset: 0;
  background: #021530a3;
  z-index: 2;
}

.about-us-content p {
  line-height: 26px;
  margin-block: 28px;
  color: #fff;
  padding: 0 110px;
  margin-top: 40px;
}
.about-us-section .container {
  z-index: 3;
}

.about-us-content h2 {
  color: #6fabff;
  font-size: 44px;
  line-height: 46px;
  font-weight: 600;
}

.about-us-content h4 {
  font-size: 26px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
}
.about-us-content span {
  font-weight: bolder;
}
.about-us-content {
  margin-top: 85px;
  padding: 0 10px;
}

.section-title {
  color: #6fabff;
  font-size: 38px;
  font-weight: 400;
}
.section-text {
  color: #1d1d1d;
  font-size: 18px;
  line-height: 1.6;
  margin-top: 26px;
}

.about-carousel {
  width: 80%;
  margin: 0 auto;
}

.service-box img {
  max-width: 120px;
}
.service-box h6 {
  font-weight: 600;
  margin-top: 10px;
}
.choose-box {
  border: 1px solid #6fabff;
  border-radius: 25px;
  padding: 40px;
}
.choose-box h6 {
  font-size: 24px;
  font-weight: 400;
  color: #1d1d1d;
}
.choose-box h2 {
  color: #6fabff;
  font-size: 38px;
  font-weight: 400;
}
.choose-item {
  display: flex;
  gap: 32px;
  margin-bottom: 25px;
}

.choose-icon img {
  width: 35px;
}
.choose-item h6 {
  color: #6fabff;
  font-size: 20px;
  font-weight: 400;
}
.choose-item p {
  margin: 0;
  color: #7a7a7a;
  font-size: 14px;
  font-weight: 400;
}
.service-box {
  height: 200px;
}

.carousel-inner img {
  width: 70% !important;
}

.carousel-main-pic {
  width: 50%;
  height: 210px;
  padding: 10px 20px 30px 10px;
}
.carousel-main-pic p {
  margin-top: 12px;
  color: #1d1d1d;
}
.carousel-inner .main-pic-4 {
  width: 60% !important;
}
.carousel-inner .main-pic-5 {
  width: 14% !important;
}
.carousel-inner .main-pic-5-1 {
  width: 57% !important;
}
.carousel-inner .main-pic-5-2 {
  width: 90% !important;
}
.carousel-main {
  display: flex;
  flex-wrap: wrap;
  margin-top: 70px;
}

.carousel-indicators {
  margin-bottom: -2rem;
}
.carousel-indicators [data-bs-target] {
  background-color: #000000;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 6px;
  margin-left: 6px;
}

.our-mission-section {
  height: 45vh;
  background-image: url("../images/banner-image.jpeg");
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 4;
}
.mission-overlay {
  position: absolute;
  inset: 0;
  background: #021530a3;
  z-index: 5;
}
.our-mission-section .container {
  z-index: 6;
}
.our-mission-content {
  text-align: center;
}

.our-mission-content p {
  line-height: 26px;
  font-size: 20px;
  margin-block: 28px;
  color: #fff;
  margin-top: 40px;
}

.our-mission-content h4 {
  font-size: 38px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
}

.our-commitment-section {
  height: 50vh;

  display: flex;
  align-items: center;
}

.our-commitment-content {
  text-align: center;
  padding: 0 80px;
}

.our-commitment-content p {
  line-height: 26px;
  font-size: 16px;
  margin-block: 28px;
  color: #1d1d1d;
}

.our-commitment-content h4 {
  font-size: 38px;
  font-weight: 400;
  line-height: 24px;
  color: #4e92efa3;
}

/* footer */

.footer {
  background: radial-gradient(circle at center, #1b1b1b, #000);
  color: #bfbfbf;
}

.footer-logo {
  font-size: 48px;
  font-weight: 600;
  color: #6fabff;
}

.footer-text {
  font-size: 14px;
  line-height: 1.7;
}

.footer-heading {
  letter-spacing: 2px;
  font-size: 14px;
  color: #ffffff;
}

.footer-list {
  list-style: none;
  padding: 0;
}

.footer-list li {
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
  font-size: 14px;
}

.footer-list i {
  color: #6fabff;
  margin-top: 4px;
}

.social-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  color: #fff;
  font-size: 18px;
}

.linkedin {
  background: #0077b5;
}
.facebook {
  background: #1877f2;
}

.partner-box img {
  width: 200px;
}

.partner-box.sage {
  border: 2px solid #00d639;
  color: #00d639;
}

.partner-box.zoho,
.partner-box.microsoft {
  color: #000;
}

/* Industry section */

.industry-1-section {
  background-image: url("../images/banner-image.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
}
.industry-1-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  filter: blur(4px);
}

.industry-2-section {
  background-image: url("../images/banner-image.jpeg");

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 2;
}
.industry-2-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  filter: blur(4px);
}

.industry-3-section {
  background-image: url("../images/banner-image.jpeg");

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 3;
}
.industry-3-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  filter: blur(4px);
}
.industry-4-section {
  background-image: url("../images/banner-image.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 4;
}
.industry-4-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  filter: blur(4px);
}
.industry-5-section {
  background-image: url("../images/banner-image.jpeg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 5;
}
.industry-5-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  filter: blur(4px);
}
.industry-overlay {
  position: absolute;
  inset: 0;
  background: #021530a3;
  z-index: 6;
}
.industry-1-section .container,
.industry-2-section .container,
.industry-3-section .container,
.industry-4-section .container,
.industry-5-section .container {
  z-index: 7;
}

.industry-1-content p {
  font-size: 28px;
  line-height: 42px;
  color: #fff;
  padding: 0 95px;
  margin-top: 30px;
  margin-bottom: 42px;
}

.industry-1-content h2 {
  color: #fff;
  font-size: 44px;
  line-height: 54px;
  font-weight: 600;
  margin-top: 215px;
}
.trends-section {
  background-color: #ffffff;
  margin-bottom: 50px;
}
.trends-2-section {
  background-color: #e7fdfa;
  padding-bottom: 90px !important;
}
.trends-main {
  width: 90%;
}
.trends-title {
  color: #6fabff;
  font-size: 64px;
  line-height: 80px;
  font-weight: 500 !important;
  padding-right: 80px;
}
.trends-2-title {
  width: 90%;
  margin: auto;
  padding-right: 0;
  color: #212529;
}
.trends-3-title {
  padding-right: 0;
}
.trends-dist {
  font-size: 52px;
  line-height: 70px;
}

.trend-desc p {
  color: #333;
  font-size: 24px;
  line-height: 36px;
}
.trend-desc {
  padding-left: 10px;
}

.line-1 {
  width: 200px;
  height: 1px;
  margin: 50px auto;
  position: relative;
  background-color: #000;
}
.line-2 {
  width: 100%;
  height: 1px;
  background-color: #000;
}
.trends-img {
  object-fit: cover;
}
.bottom-1 {
  padding: 0 20px;
}
.bottom-1 h5 {
  font-size: 24px;
}
.bottom-1 p {
  color: #212121 !important;
}

.feature-button h4 {
  font-size: 25px;
  font-weight: 600;
  color: #6fabff;
  text-align: center;
}

.feature-button p {
  font-size: 25px;
  line-height: 34px;
  font-weight: 400;
  text-align: center;
  color: #6fabff;
  width: 70%;
  margin: auto;
}

.connect-button {
  display: flex;
  gap: 5px;
  font-size: 17px;
  font-weight: 700;
  padding: 18px 60px;
  background-color: #fff;
  transition: all 0.5s ease;
  color: #6fabff;
  margin-top: 10px;
  display: flex;
  border: 1px solid black;
}

.connect-button:hover {
  background-color: #6fabff;
  color: #fff;
}

.connect-button:hover .button-icon {
  fill: #fff;
}

.connect-button .button-icon {
  width: 18px;
  fill: #6fabff;
}

/* ....................For Industry-3....................... */

.trends-head {
  font-size: 56px;
  color: #000;
  line-height: 72px;
  margin-bottom: 0 !important;
  padding-right: 0;
}
.trends-sub {
  font-size: 32px;
  margin-bottom: 0;
  color: #6fabff;
}
.trend-para p {
  font-size: 17px;
  line-height: 26px;
}
.trends-3-main {
  width: 80% !important;
  margin-top: 60px;
}

.form-4-detail h2 {
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  color: #6fabff;
}

.form-4-detail p {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  margin: 0;
}
.form-4-cont {
  width: 80%;
  padding: 50px 0;
}

.form-4 {
  margin-top: 50px;
}

.form-4 .form-control {
  border-radius: 3px;
  border: 1px solid #6c6c6c;
  font-size: 16px;
  padding: 12px;
}

.form-4 textarea.form-control {
  height: auto;
}

.form-4 .form-control::placeholder {
  color: #8a8a8a;
}

.form-4 .form-control:focus {
  box-shadow: none;
}

.btn-submit {
  background-color: #6fabff;
  border: 1px solid transparent;
  color: #fff;
  padding: 12px 40px;
  border-radius: 4px;
  font-weight: 600;
  transition: all 0.5s ease;
}

.btn-submit:hover {
  background-color: #fff;
  color: #6fabff;
  border: 1px solid #6fabff;
}

/* ............For  Mobile........... */

@media (max-width: 575.98px) {
  .industry-1-section,
  .industry-2-section,
  .industry-3-section,
  .industry-4-section,
  .industry-5-section {
    min-height: 100vh;
    height: unset;
  }
  .industry-1-content h2 {
    font-size: 40px;
    line-height: 44px;
  }
  .industry-1-content p {
    font-size: 20px;
    line-height: 30px;
    padding: 0 60px;
  }
  .trends-title {
    font-size: 30px;
    line-height: 36px;
    margin: 0;
  }
  .trend-desc p {
    line-height: 34px;
    margin-bottom: 40px !important;
  }
  .line-1 {
    width: 20%;
    /* transform: translateX(210%) !important; */
  }
  @keyframes line {
    0% {
      transform: translateX(-100vw);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }
  .img-fluid {
    width: 25%;
  }
  .trend-desc {
    padding-left: 0;
  }
  .bottom-1 {
    padding: 0 10px;
  }
  .bottom-1 h5 {
    font-size: 20px;
  }
  .feature-button p {
    line-height: 40px;
  }
  .feature-button h4 {
    text-align: center;
    line-height: 40px;
  }

  /* ........Industry-3.......... */
  .trends-3-main {
    width: 90% !important;
    margin-top: 60px;
  }
  .trends-sub {
    font-size: 30px;
  }
  .trends-head {
    margin-bottom: 20px !important;
  }
  .trend-para p {
    line-height: 24px;
    margin-bottom: 0 !important;
  }
  .form-4-cont {
    width: 90%;
    padding: 30px 0 50px 0;
  }
  .btn-submit {
    padding: 12px 85px;
  }
}

/* ......For Tablet...... */

@media (min-width: 576px) and (max-width: 767.8px) {
  .industry-1-section,
  .industry-2-section,
  .industry-3-section,
  .industry-4-section,
  .industry-5-section {
    min-height: 100vh;
    height: unset;
  }
  .industry-1-content h2 {
    font-size: 40px;
    line-height: 44px;
  }
  @keyframes line {
    0% {
      transform: translateX(-100vw);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }
  .line-1 {
    width: 14%;
  }
  .trends-title {
    font-size: 30px;
    line-height: 40px;
  }
  .trend-desc p {
    padding-bottom: 20px;
  }
  .img-fluid {
    max-width: 25%;
  }
  .bottom-1 h5 {
    font-size: 20px;
  }
  .trends-2-title {
    margin: 0;
    width: 100%;
  }
  .trend-desc {
    padding-left: 0;
  }
  .feature-button p {
    line-height: 36px;
  }

  /* ...............Industry-3............ */

  .trends-3-main {
    width: 90% !important;
  }
  .form-4-cont {
    width: 90%;
    padding: 30px 0 50px 0;
  }
  .btn-submit {
    padding: 12px 85px;
  }
}

/* ................For Tablet................. */

@media (min-width: 768px) and (max-width: 991.8px) {
  .industry-1-section,
  .industry-2-section,
  .industry-3-section,
  .industry-4-section,
  .industry-5-section {
    min-height: 100vh;
    height: unset;
  }
  .industry-1-section .container,
  .industry-2-section .container,
  .industry-3-section .container,
  .industry-4-section .container,
  .industry-5-section .container {
    max-width: 991.8px;
  }
  .industry-1-content h2 {
    font-size: 40px;
    line-height: 44px;
  }
  .industry-1-content p {
    font-size: 20px;
    line-height: 30px;
    padding: 0;
  }
  @keyframes line {
    0% {
      transform: translateX(-100vw);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }
  .line-1 {
    width: 14%;
  }
  .trends-title {
    font-size: 50px;
    line-height: 60px;
  }
  .trend-desc {
    padding-left: 0;
  }
  .trend-desc p {
    padding: 20px 0;
  }
  .bottom-2,
  .bottom-1 {
    width: 25%;
  }
  .bottom-1 h5 {
    font-size: 20px;
  }
  .bottom-1 p {
    font-size: 16px;
    line-height: 28px;
  }
  .trends-2-title {
    width: 100%;
    margin: 0;
  }
  .feature-button p {
    line-height: 36px;
  }

  /* ...............Industry-3............ */

  .trends-3-main {
    width: 90% !important;
  }
  .card-ind {
    width: 33%;
  }
  .form-4-cont {
    width: 90%;
    padding: 30px 0 50px 0;
  }
  .btn-submit {
    padding: 12px 85px;
  }
}

/* ............For Desktop........... */

@media (min-width: 992px) and (max-width: 1200px) {
  .industry-1-section,
  .industry-2-section,
  .industry-3-section,
  .industry-4-section,
  .industry-5-section {
    min-height: 90vh;
    height: unset;
  }
  @keyframes line {
    0% {
      transform: translateX(-100vw);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }
  .line-1 {
    width: 14%;
  }
  .trends-title {
    color: #6fabff;
    font-size: 42px;
    line-height: 60px;
  }
  .trend-desc p {
    line-height: 36px;
  }
  .feature-button p {
    line-height: 36px;
  }

  /* ................Industry-3............. */

  .trends-3-main {
    width: 90% !important;
  }
  .card-ind {
    width: 33%;
  }
  .form-4-cont {
    width: 90%;
    padding: 30px 0 50px 0;
  }
  .btn-submit {
    padding: 12px 85px;
  }
  .trend-para p {
    line-height: 24px;
  }
}
