@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

/*------------------banner-------------------*/
.banner {
  width: 100%;
  justify-content: flex-end;
  display: flex;
  position: relative;
  padding-top: 117px;
  overflow: visible;
}

@media (max-width: 1679px) {
  .banner {
    padding-top: 60px;
  }
}

@media (max-width: 1199px) {
  .banner {
    padding-top: 65px;
    height: auto;
  }
}

@media (max-width: 991px) {
  .banner {
    padding-top: 0;
    margin-top: 90px;
    height: auto;
  }
}

.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
  z-index: 2;
}

.banner .bnr-left {
  position: absolute;
  width: 100%;
  z-index: 3;
}

@media (max-width: 991px) {
  .banner .bnr-left {
    padding: 50px 0;
  }
}

.label-box {
  border: 1px solid rgba(255, 255, 255, 0.0784313725);
  background-color: rgba(255, 255, 255, 0.0392156863);
  font-size: 12px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  color: #fff;
  letter-spacing: 2px;
  padding: 8px 16px;
  text-transform: uppercase;
  display: inline-flex;
}

.bnr-title {
  font-weight: 700;
  color: #fff;
  font-size: 64px;
  line-height: 80px;
  margin-bottom: 20px;
}

.inr-title {
  font-weight: 700;
  color: #fff;
  font-size: 50px;
  line-height: 68px;
  margin-bottom: 20px;
}

@media (max-width: 1199px) {
  .bnr-title {

    font-size: 50px;
    line-height: 70px;
  }

  .inr-title {
    font-size: 45px;
    line-height: 50px;

  }
}

@media (max-width: 991px) {
  .bnr-title {

    font-size: 40px;
    line-height: 55px;
  }

  .inr-title {
    font-size: 35px;
    line-height: 40px;
  }
}

.bnr-title .gradient-txt,
.inr-title .gradient-txt {
  background: linear-gradient(90deg, #0A65B0 0%, #0CC7F6 40.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.gradient-txt1 {
  background: linear-gradient(90deg, #ddd 0%, #999 40.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.desc {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #bbb;
  max-width: 80%;
}

@media (max-width: 1679px) {
  .desc {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 1199px) {
  .desc {
    font-size: 14px;
    line-height: 24px;
  }
}

@media (max-width: 991px) {
  .desc {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 20px;
  }

  .indust .desc {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #bbb;
    max-width: 100%;
  }


}

@media (max-width: 579px) {
  .desc {
    font-size: 14px;
    line-height: 19px;
  }
}

.banner .img-blk {
  max-width: 700px;
  height: auto;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.banner .img-blk::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
  z-index: 2;
}

.banner .img-blk img {
  max-width: 550px;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .banner .img-blk {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
  }

  .banner .img-blk img {
    width: 75%;
    margin: 0 auto;
  }

  .banner .img-blk .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
    z-index: 2;
    background: rgba(0, 8, 20, 0.5);
  }

  .banner .bnr-left {
    padding: 30px 0;
  }

  .banner .img-blk {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
  }

  .banner .img-blk img {
    width: 75%;
    margin: 0 auto;
  }
}

/*------------------Industries wesuport-------------------*/
.industries-supported {
  margin: 0px 0 80px;

}
.industries-supported::before {
  content: "";
  width:100%;
  height: 100%;
  background: url(../img/glow2.png) no-repeat left;
  background-size: contain;
  position: absolute;
  left: 0;
}
.industries-supported .col-lg-3 {
  padding: 7px;
}

.industry-box {
  background: linear-gradient(135deg, #000712 0%, #11161f 100%);
  border-radius: 16px;
  padding: 25px 20px;
  color: #bbb;
  border: 1px solid #20232a;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
  min-height: 270px;
  text-align: left;
  transition: all 0.6s ease;
}

.industry-box:hover {
  box-shadow: 0 8px 24px rgba(22, 52, 85, 0.4);
}

.industry-box .indicon {
  float: left;
}

.industry-box h3 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
  font-weight: normal;
  padding-top: 20px;
  line-height: 27px;
}

@media (max-width:768px) {

  .banner .img-blk {
    max-width: 800px;
    min-height: 350px;
  }
}

@media (max-width:576px) {
  .industries-supported {
    margin: 70px 0 40px;

  }

}

@media (max-width:520px) {
  .industries-supported {
    margin: 100px 0 40px;

  }

}

@media (max-width:480px) {
  .industries-supported {
    margin: 150px 0 40px;
  }

  .banner .img-blk {
    max-width: 800px;
    min-height: 350px;
  }
}

/*-----------------Industries we serve-----------------------*/
.industries {
  z-index: 10000px;
  position: relative;
  background-repeat: no-repeat;
  background: url('../img/industries/Ellipsert.png') no-repeat right bottom ;
  background-size:contain ;
}
.industries::before {
  content: "";
  width:100%;
  height: 100%;
  background: url(../img/glow2.png) no-repeat left;
  background-size: contain;
  position: absolute;
  left: 0;
}
.industries .cont-inner {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.industries .industrysec {
  background: linear-gradient(135deg, #000712 0%, #11161f 100%);
  border-radius: 16px;
  padding: 32px;
  max-width: 100%;
  color: #bbb;
  border: 1px solid #20232a;
  margin: 0 auto;
  text-align: center;
  margin: 15px 0px 15px 5px;
  justify-content: center;
  min-height: 560px;
  text-align: left;
  transition: all 0.6s ease;
}

.industries .industrysec:hover {
  box-shadow: 0 8px 24px rgba(22, 52, 85, 0.4);
}

.indtitle {
  font-size: 32px;
  color: #fff;
  margin-bottom: 10px;
  font-weight: normal;
}

.coretxt {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
  color: #bbb;
}

.inddet {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
  margin-top: 30px;
}

.inddet h5 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
  font-weight: lighter;
}

.inddet .custom-list li {
  list-style: disc;
  margin-top: 10px;
  font-weight: 400;
  font-size: 18px;
}

.inddet .custom-list li::marker {
  color: #00aaff;
}

.indicon {
  float: right;
}

.industries .inddet .btn {
  display: inline-block;
  padding: 8px 18px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  color: #7FECFD;
  text-decoration: none;
  font-size: 14px;
  background-color: #09090B;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 0px 0px #FFFFFF, 0px 0px 0px 1px rgba(255, 255, 255, 0.1019607843), 0px 0px 0px 0px rgba(0, 0, 0, 0);
  margin-top: 20px;
}

.industries .inddet .btn:hover {
  background: linear-gradient(90deg, rgba(34, 211, 238, 0) 0%, rgba(17, 98, 110, 0.9) 50%, rgba(34, 211, 238, 0) 100%);
  box-shadow: 0px 0px 10px 2px rgba(0, 212, 255, 0.4), 0px 0px 0px 1px rgba(255, 255, 255, 0.1019607843);
  transition: all 0.3s ease;
}

.industries .desc {
  margin: 0 auto;
}


/*----------------------------success-stories--------------------------*/
.success-stories {
  z-index: 10000px;
  position: relative;
  background-image: url('../img/industries/Ellipselt.png');
  background-repeat: no-repeat;
  background-position: left;
  background-size: 750px 750px;
}

.success-stories .container {
  padding: 40px 0 0;
  margin-top: 30px;
}

.success-stories .cont-inner {
  max-width: 82%;
  margin: 0 auto;
  text-align: center;
}

/*----------------------------image slider--------------------------*/
.slider-container {
  display: flex;
  width: 100%;
  min-height: 400px;
  position: relative;
  margin-top: 50px;
  color: #fff;
  margin-bottom: 80px;
}

.slider-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
  max-width: 680px;
  transition: opacity 0.6s ease;
}

.slider-content.fade {
  opacity: 0;
}

.slider-content h2 {
  font-size: 38px;
  margin-bottom: 10px;
  background: linear-gradient(90deg, #ddd 0%, #999 40.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.slider-content p {
  font-size: 15px;
  line-height: 1.5;
  color: #bbb;
}

.carousel {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  max-width: 650px;
  flex-direction: column;
  padding-left: 30px;

}

.cards-container {
  width: 100%;
  overflow: hidden;
  flex: 1;
}

.cards {
  display: flex;
  will-change: transform;
  transition: transform 0.5s linear;
}

.card {
  min-width: 300px;
  height: 360px;
  margin-right: 10px;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  flex-shrink: 0;
  opacity: 0.7;
  transition: transform 0.5s ease, opacity 0.5s ease;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: white;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  padding: 10px;
}

.card.active {
  transform: scale(1);
  opacity: 1;
  z-index: 10;
  border: 1px solid #fff;
}

.card.next {
  transform: scale(0.75);
  opacity: 0.7;
  z-index: 5;
  border: 1px solid #fff;
}

.pagination {
  gap: 8px;

}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #bbb;
  cursor: pointer;
  margin-top: 50px;
}

.dot.active {
  background: #333;
}

.arrow1 {
  position: absolute;
  top: 40%;
  transform: translateY(-40%);
  background: rgba(0, 0, 0, 0.6);
  color: white;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  z-index: 20;
  border-radius: 50%;
}

.arrow1:hover {
  background: rgba(0, 0, 0, 0.6);
}

.arrow1.prev {
  left: 10px;
}

.arrow1.next {
  right: 25px;
}

@media(max-width:991px) {
  .industry-box {

    min-height: 180px;
    width: 350px;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .industries .industrysec {
    min-height: 500px;
  }
}

@media(max-width: 768px) {

  /*----------------------------core capabilities--------------------------*/
  .indtitle {
    font-size: 24px;
  }

  .inddet h5 {
    font-size: 14px;
  }

  .inddet .custom-list li {
    font-size: 14px;
  }

  .indicon {
    text-align: right;
  }

  .indicon img {
    max-width: 90%;
    text-align: right;
    margin-right: -10px;
  }

  .industries .industrysec {
    min-height: 450px;
  }

  /*----------------------------image slider--------------------------*/

  .slider-container {
    flex-direction: column;
    height: auto;
    margin-top: 10px;
  }

  .slider-content {
    max-width: 100%;
    padding: 20px;
    text-align: left;
  }

  .slider-content p {
    font-size: 14px;
    line-height: 1.5;
  }

  .carousel {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    max-width: 350px;
    flex-direction: column;
    margin: 0 auto;
    margin-left: -10px;

  }

  .slider-content h2 {
    font-size: 24px;
  }

  .cards-container {
    display: flex;
    justify-content: center;
  }

  .card {
    height: 350px;
    max-width: 200px;
  }

  .card.active {
    transform: scale(.8);
    margin-left: 200px;

  }

  .card.next {
    transform: scale(.85);
    margin-left: 140px;
  }

  .arrow {
    display: none;
  }

  .dot {
    margin-top: 30px;
  }

  /*------------industries-------------*/


}

@media(max-width:480px) {

  .industries-supported {
    margin-top: 100px;
  }

  .indicon img {
    max-width: 70%;
    text-align: right;
    margin-top: 10px;
    margin-right: -20px;
  }

  .industry-box {

    max-width: 100%;
    margin: 0 auto;

  }
}

@media(max-width:480px) {

  .industries-supported {
    margin-top: 150px;
  }
}

@media(max-width:420px) {

  .industries {
    margin-top: 60px;
  }

  .industries-supported {
    margin-top: 170px;
  }

}

@media(max-width:380px) {

  .industry-box {
    max-width: 95%;
    margin: 0 auto;

  }

  .industries-supported {
    margin-top: 200px;
  }
}

@media(max-width:360px) {

  .industries {
    margin-top: 100px;
  }

  .industries-supported {
    margin-top: 250px;
  }

}

@media(max-width:330px) {


  .industries-supported {
    margin-top: 300px;
  }

}