/* HERO BACKGROUND */
.home-font {
  font-family: "Inter", sans-serif;
  background: linear-gradient(
    180deg,
    #001a33 0%,
    #001f3d 7.14%,
    #002548 14.29%,
    #012b53 21.43%,
    #01305e 28.57%,
    #023669 35.71%,
    #023c74 42.86%,
    #034280 50%,
    #023c74 57.14%,
    #023669 64.29%,
    #01305e 71.43%,
    #012b53 78.57%,
    #002548 85.71%,
    #001f3d 92.86%,
    #001a33 100%
  );
}
/* TITLE */
.section-title {
  color: #fff;
  text-align: center;
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: 52px; /* 101.934% */
  margin-bottom: 50px;
}

.section-title span {
  background: linear-gradient(90deg, #00d3f3 0%, #2b7fff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-section .banner-back img {
  position: absolute;
  object-fit: cover;
  object-position: top;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  max-height: 600px;
    @media (max-width:768px){
      max-height: 450px;
    }
}
.hero-section .banner-back .web-view{
  @media(max-width:576px) {
    display: none;
  }
}
.hero-section .banner-back .mobile-view{
  display: none;
   @media(max-width:576px) {
    display : block;
  }
}
.hero-section {
  background: linear-gradient(91deg, #161436 33.73%, rgba(4, 42, 148, 0.00) 60.15%);
  color: #fff;
  text-align: left;
  overflow: hidden;
  position: relative;

     /* @media (max-width:1300px){
      margin-top: 2rem;
    }
   @media (max-width:992px){
      margin-top: 3rem;
    }
    */
     @media (max-width:576px){
      margin-top: 2rem;
    } 
  .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  .slick-dots li.slick-active button:before{
    color:#fff !important;
  }
  .slick-dots {
    bottom: 12px;
  }

  .slick-dots li button:before {
    color: #fff;
  }
  .heading-small-text.text-left::after, .left-heading .heading-small-text::after{
    content: none;
  }
  .hero-slide {
    padding: 50px 0;
    height: calc(100vh - 107px);
    display: flex;
    align-items: center;
    min-height:550px;
    max-height: 600px;
    @media (max-width:768px){
      max-height: 450px;
    min-height:400px;
    }
    @media (max-width:576px){
      text-align: center;
      padding: 24px 0;
      height: 450px;
      align-items: start;
    }
   
  }
  .heading-small-text::after{
    content: none;
  }
  /* BADGE */
  .badge-custom {
    display: inline-block;
    border-radius: 432px;
    border: 1.289px solid rgba(0, 184, 219, 0.3);
    background: rgba(0, 184, 219, 0.1);
    padding: 4px 12px;

    color: #00d3f3;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24.464px; /* 150% */
    margin-bottom: 10px;
    @media (max-width: 768px) {
      font-size: 12px;
      line-height: 20px;
    }
     @media (max-width: 576px) {
      font-size: 10px;
      line-height: 16px;
    }
  }

  /* TITLE */
  .hero-title {
    color: #fff;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px; /* 125% */
    margin-bottom: 10px;
  }

  .hero-title .highlight {
    background: linear-gradient(180deg, #03cff3 0%, #238ffd 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  /* DESCRIPTION */
  .hero-desc {
    color: rgba(190, 219, 255, 0.8);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 162.5% */
    max-width: 520px;
    margin-bottom: 10px;
    @media (max-width: 768px) {
      font-size: 14px;
      line-height: 20px;
    }
  }
  @media (max-width:576px){
  .right-img img{
    max-height: 200px;
    margin: auto;
  }
}
  /* SUB TEXT */
  .hero-sub {
    color: #00d3f3;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;

    margin-bottom: 10px;
    @media (max-width: 768px) {
      font-size: 14px;
      line-height: 20px;
    }
     @media (max-width: 576px) {
      font-size: 12px;
      line-height: 18px;
      margin-bottom: 4px;
    }
  }

  .hero-sub span {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
  }
  .btn {
    padding: 12px 30px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    border-radius: 10.193px;

    line-height: 24.5px; /* 153.125% */
    @media (max-width: 768px) {
      font-size: 12px;
      padding: 6px 10px;
    }
      @media (max-width: 768px) {
      font-size: 12px;
      padding: 4px 10px;
      line-height: 16px;
      border-radius: 6px;
    }

  }
  .heading-small-text p{
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    font-family: Rubik, 'sans-serif' !important;
    text-align: left;
    @media (max-width:768px){
      font-size: 14px;
      line-height: 18px;
    }
      @media (max-width:576px){
     text-align: center;
     font-size: 12px;
     line-height: 16px;
     margin-bottom: 8px;
    }
  }
  .heading-third{
    font-size: 28px;
    font-weight: 500;
    font-family: Rubik, 'sans-serif' !important;
    @media (max-width:768px){
      font-size: 18px;
    }
      @media (max-width:768px){
      font-size: 12px;
    }
  }
  .exp-dev {
    padding: 0;
    margin-bottom: 20px;
    display: flex;
    @media (max-width:576px){
      justify-content: center;
      margin-bottom: 10px;
    }
}
.exp-dev li {
    list-style: none;
    border-right: 1px solid #fff;
    padding: 0 16px;
}
.exp-dev li:last-child{
  border-right: none;
}
.exp-dev li h4 {
    color: #fff ;
    text-align: center;
    font-weight: 700;
    margin-bottom: 7px;
    font-size: 16px;
       @media (max-width:576px){
     font-size: 14px;
     margin-bottom: 4px;
    }
}
.exp-dev li p {
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: normal;
    @media (max-width:576px){
      font-size: 10px;
    }
}
.white-btn{
  background: #fff !important;
  color: #002e5b;
}
  /* BUTTONS */
  .btn-primary-custom {
      background: linear-gradient(90deg, #00b8db 0%, #155dfc 100%);
    border: transparent;
  }

  .btn-primary-custom:hover {
    background: linear-gradient(90deg, #00b8db 0%, #155dfc 100%);
  }

  .btn-outline-custom {
    border: 1.289px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.05);
  }

  .btn-outline-custom:hover {
    background: rgba(255, 255, 255, 0.05);
  }
  .flex-btns-set {
    display: flex;
    align-items: center;
    gap: 12px;

    @media (max-width:576px){
      justify-content: center;
    }
  }

  /* NOTE */
  .hero-note {
    color: #6a7282;
    font-size: 14.271px;
    font-style: normal;
    font-weight: 400;
    line-height: 20.387px; /* 142.857% */
      @media (max-width:768px){
      font-size: 12px;
      line-height: 18px;
      color: #fff;
      margin-top: 4px !important;
    }
 
  }

  /* IMAGE */
  .hero-img {
    max-width: 480px;
  }

  /* RESPONSIVE */
    @media (max-width: 1200px) {
    .hero-title {
                  font-size: 42px;
            line-height: 50px;

    }
  }
  @media (max-width: 992px) {
    .hero-title {
                  font-size: 28px;
            line-height: 35px;

    }
  }

  @media (max-width: 576px) {
    .hero-section {
      padding: 50px 0;
    }

    .hero-title {
    font-size: 18px;
            line-height: 24px;
            margin-bottom: 2px;
    }

    .hero-desc {
      font-size: 12px;
      line-height: 18px;
            margin-bottom: 2px;
    }

    .hero-img {
      max-width: 320px;
    }
  }
}

/* BACKGROUND */
.achieve-section {
  padding: 90px 0;
  color: #fff;

  /* TRUSTED BOX */
  .trusted-box {
    border-radius: 16.309px;
    border: 1.289px solid #13adf8;
    background: url("../new-images/home-new/trusted-globally.png");

    padding: 30px;
    /* background: rgba(2, 12, 27, 0.6); */
    backdrop-filter: blur(6px);
  }

  .trusted-tag {
    color: #00d3f3;
    text-align: center;
    font-size: 14.271px;
    font-style: normal;
    font-weight: 400;
    line-height: 20.387px; /* 142.857% */
    letter-spacing: 0.714px;
    text-transform: uppercase;
    margin-bottom: 16px;
    @media (max-width: 576px) {
      font-size: 13px;
    }
  }

  .trusted-title {
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 133.333% */
    margin-bottom: 16px;
  }

  .trusted-title span {
    color: #38bdf8;
  }
  .chip-box {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 20px;
    justify-content: center;
    @media (max-width: 768px) {
      gap: 14px;
    }
    @media (max-width: 576px) {
      gap: 8px;
      flex-wrap: wrap;
    }
  }
  /* CHIPS */
  .chip {
    border-radius: 10.193px;
    border: 1.289px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.15);
    padding: 6px 10px;
    text-align: center;

    color: #e8e8e8;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 152.9% */
    @media (max-width: 576px) {
      font-size: 12px;
      width: 48%;
      padding: 5px 9px;
    }
  }

  /* FOOTER */
  .trusted-footer {
    border-radius: 43251780px;
    border: 1.289px solid rgba(0, 211, 243, 0.3);
    background: linear-gradient(
      90deg,
      rgba(2, 54, 105, 0.3) 0%,
      rgba(0, 146, 184, 0.3) 100%
    );
    display: inline-block;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    padding: 6px 18px;
    @media (max-width: 576px) {
      font-size: 12px;
      padding: 6px 14px;
    }

    img {
      max-height: 18px;
      margin-right: 4px;
    }
  }

  /* CARDS */
  .achieve-card {
    border-radius: 14.271px;
    border: 1.289px solid #00b8db;
    background: var(
      --box-color,
      linear-gradient(
        135deg,
        #011528 0%,
        #01172b 14.29%,
        #01192f 28.57%,
        #011b32 42.86%,
        #021d36 57.14%,
        #021f39 71.43%,
        #02213c 85.71%,
        #022340 100%
      )
    );
    padding: 20px;
    transition: 0.3s;
    margin-bottom: 24px;
  }

  /* ICON */
  .icon-box {
    width: 50px;
    height: 50px;

    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;

    border-radius: 14.271px;
    background: linear-gradient(135deg, #023669 0%, #0092b8 100%);
  }

  .icon-box img {
    height: 28px;
    width: 28px;
  }

  /* TEXT */
  .achieve-card h6 {
    color: #fafafa;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 140% */
    margin-bottom: 12px;
    @media (max-width: 576px) {
      font-size: 16px;
      line-height: 22px;
    }
  }

  .achieve-card p {
    color: #99a1af;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    margin-bottom: 0;
    @media (max-width: 576px) {
      font-size: 14px;
      line-height: 20px;
    }
  }

  /* RESPONSIVE */
  @media (max-width: 576px) {
    .section-title {
      font-size: 22px;
    }

    .trusted-box {
      padding: 20px 12px;
    }
  }
}
/* =================================== */

.build-section {
  padding: 70px 0;

  .badge-custom {
    display: inline-block;

    padding: 6px 14px;
    color: #00d3f3;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 150% */
    margin-bottom: 20px;
    border-radius: 43251780px;
    border: 1.289px solid rgba(0, 211, 243, 0.3);
    background: rgba(0, 184, 219, 0.1);
    img {
      height: 14px;
      width: 14px;
    }
    @media (max-width: 768px) {
      font-size: 12px;
      padding: 4px 14px;
    }
  }

  .heading-main {
    color: #fff;
    font-size: 46px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    /* font-family: Inter, "sans-serif"; */
    margin-bottom: 20px;
    span {
      background: linear-gradient(90deg, #00d3f3 0%, #2b7fff 100%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      display: inline-block;
    }
  }

  .card-box {
    border-radius: 14.271px;
    border: 2px solid #00b8db;
    background: rgba(255, 255, 255, 0.05);

    padding: 20px;
    margin-bottom: 18px;

    @media (max-width: 991px) {
      padding: 14px;
    }
    @media (max-width: 576px) {
      padding: 7px;
    }
  }

  .card-box img {
    height: 36px;
    width: 36px;
    margin-bottom: 18px;
    @media (max-width: 768px) {
      height: 30px;
      width: 30px;
      margin-top: 6px;
    }
  }

  .card-box h5 {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
    max-width: 170px;
    span {
      font-weight: 400;
    }
    
    @media (max-width: 991px) {
      font-size: 16px;
      line-height: 22px;
    }
    @media (max-width: 768px) {
     margin: auto;
    }
    @media (max-width: 576px) {
      font-size: 12px;
      line-height: 20px;
    }
  }

  .card-box p {
    font-size: 14px;
    opacity: 0.8;
  }

  .right-card {
    border-radius: 16.309px;
    border: 1.289px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(
      135deg,
      rgba(170, 170, 170, 0.1) 0%,
      rgba(255, 255, 255, 0.05) 100%
    );
    box-shadow: 0 1.019px 16.207px 0 #00b8db;
    padding: 24px;
    margin: 10px;
    @media (max-width: 576px) {
      text-align: center;
      padding: 16px;
    }
  }

  .right-card img {
    width: 100%;
    max-height: 298px;
    border-radius: 14px;
    margin-bottom: 18px;
  }

  .right-card h6 {
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px; /* 133.333% */
    margin-bottom: 10px;
    @media (max-width: 576px) {
      font-size: 20px;
      line-height: 30px;
    }
  }

  .right-card p {
    color: #99a1af;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    span {
      color: #e8e8e8;
      font-weight: 600;
    }
    @media (max-width: 576px) {
      font-size: 14px;
      line-height: 22px;
    }
  }

  .right-card .highlight {
    color: #00d3f3;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    display: flex;
    align-items: center;
    gap: 3px;
    img {
      max-height: 20px;
      width: 20px;
      margin-bottom: 0;
    }
    @media (max-width:768px){
      justify-content: center;
    }
    @media (max-width: 576px) {
      font-size: 14px;
      line-height: 22px;
    }
  }

  /* Responsive */
  @media (max-width: 768px) {
    .heading-main {
      font-size: 32px;
    }

    .heading-sub {
      font-size: 26px;
    }

    .title {
      font-size: 24px;
    }
  }
  @media (max-width: 576px) {
    .heading-main {
      font-size: 20px;
      text-align: center;
    }

    .text-center-badge {
      text-align: center;
    }

    .title {
      font-size: 24px;
    }
  }
}

/* =================================== */
.who-this-section {
  padding: 70px 0 100px;
  position: relative;

  /* CENTER IMAGE */
  .center-graphic {
    position: relative;
    max-width: 650px;
    margin: auto;
    @media (max-width: 1200px) {
      max-width: 600px;
    }
    @media (max-width: 992px) {
      max-width: 450px;
    }
  }

  .center-graphic img {
    width: 100%;
  }

  /* TAGS */
  .tag {
    position: absolute;
    padding: 10px 16px;
    border-radius: 12px;
    border: 1.265px solid #00d3f2;
    background: rgba(255, 255, 255, 0);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    white-space: nowrap;
    display: flex;
    @media (max-width: 992px) {
      font-size: 11px;
      padding: 4px 8px;
    }
  }
  @media (max-width: 768px) {
    .center-graphic .tag {
      display: none;
    }

    .tags-wrapper {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }
    .tag {
      position: relative;
      width: 48%;
      text-align: left;
      white-space: pre-wrap;
    }
  }

  .tag::before {
    content: "";
    width: 15px;
    height: 15px;
    background: url(../new-images/home-new/checked.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
    flex-shrink: 0;
  }

  /* POSITIONING (DESKTOP) */
  .tag-1 {
    top: 10%;
    left: -27%;
  }
  .tag-2 {
    top: 10%;
    right: -35%;
  }
  .tag-3 {
    bottom: 13%;
    left: -35%;
  }
  .tag-4 {
    bottom: 13%;
    right: -35%;
  }
  .tag-5 {
    bottom: -12%;
    left: 50%;
    transform: translateX(-50%);
  }

  /* RESPONSIVE */
  @media (max-width: 992px) {
    .tag {
      /* position: static;
      display: inline-block;
      margin: 8px; */
    }

    .center-graphic {
      text-align: center;
    }

    .tags-wrapper {
      margin-top: 30px;
      text-align: center;
    }
  }
}

/* ======================== */
.who-this-not-section {
  padding: 70px 0;

  /* NOT FOR CARDS */
  .notfor-wrapper {
    background: linear-gradient(
      270deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 1, 0.14) 7.14%,
      rgba(0, 2, 6, 0.29) 14.29%,
      rgba(0, 6, 19, 0.43) 21.43%,
      rgba(0, 13, 33, 0.57) 28.57%,
      rgba(1, 21, 48, 0.71) 35.71%,
      rgba(1, 31, 64, 0.86) 42.86%,
      #022850 50%,
      rgba(1, 31, 64, 0.86) 57.14%,
      rgba(1, 21, 48, 0.71) 64.29%,
      rgba(0, 13, 33, 0.57) 71.43%,
      rgba(0, 6, 19, 0.43) 78.57%,
      rgba(0, 2, 6, 0.29) 85.71%,
      rgba(0, 0, 1, 0.14) 92.86%,
      rgba(0, 0, 0, 0) 100%
    );
    padding: 60px 0;
    border-radius: 12px;
    margin-bottom: 60px;
  }

  .notfor-card {
    border-radius: 14px;
    border: 1.265px solid rgba(251, 44, 54, 0.2);
    background: rgba(251, 44, 54, 0.12);
    padding: 12px 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 120% */
    @media (max-width: 992px) {
      font-size: 14px;
    }
    @media (max-width: 768px) {
      margin-bottom: 12px;
    }
  }

  .notfor-card i {
    color: #ff5c5c;
    font-size: 14px;
  }

  /* HEX STYLE */
  .hex-row {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 0;
    flex-wrap: wrap;
    max-width: 1300px;
    margin: auto;
    @media (max-width: 576px) {
      gap: 2rem;
    }
  }

  .hex {
    width: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    @media (max-width: 1200px) {
      width: 200px;
    }
    @media (max-width: 992px) {
      width: 150px;
    }
    @media (max-width: 992px) {
      width: 130px;
    }
  }
  .hex.top {
    margin-top: 9rem;
    margin-left: -4.5rem;
    @media (max-width: 992px) {
      margin-left: -1.5rem;
      margin-top: 5rem;
    }

    @media (max-width: 768px) {
      margin-top: 6rem;
    }
    @media (max-width: 576px) {
      margin-top: 0;
      margin-left: 0;
    }
  }
  .hex.bottom {
    margin-top: -10rem;
    margin-left: -4.5rem;
     @media (max-width: 992px) {
      margin-left: -1.5rem;
    margin-top: -6rem;

    }
    @media (max-width: 768px) {
      margin-top: -6rem;
    }
    @media (max-width: 576px) {
      margin-top: 0;
      margin-left: 0;
    }
  }
  .mobile-hex {
    display: none;
    @media (max-width: 576px) {
      display: block;
    }
  }
  @media (max-width: 576px) {
    .desktop-hex {
      display: none;
    }
  }
  /* INNER CONTENT */
  .hex-inner {
    text-align: center;
  }

  .hex-inner img {
    width: 240px;
    margin-bottom: 6px;
  }

  .hex-title {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    max-width: 11rem;
    margin: auto;
    @media (max-width: 992px) {
      font-size: 14px;
      line-height: 22px;
      max-width: 7rem;
    }
    @media (max-width: 992px) {
      font-size: 12px;
      line-height: 18px;
      max-width: 7rem;
    }
  }

  /* RESPONSIVE */
  @media (max-width: 768px) {
    .section-title,
    .solutions-title {
      font-size: 22px;
    }

    .hex {
      width: 110px;
    }

    .notfor-wrapper {
      padding: 15px;
    }

    .notfor-card {
      font-size: 12px;
    }
  }
}
@media (max-width: 576px) {
  .hex {
    width: 110px;
  }
  .hex-title {
    min-height: 60px;
  }
}
/* ========================= */

.execution-section {
  padding: 70px 0;

  /* PROVEN EXECUTION CARDS */
  .exec-card {
    border-radius: 14px;
    border: 1.265px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(
      135deg,
      rgba(0, 184, 219, 0.1) 0%,
      rgba(43, 127, 255, 0.1) 100%
    );
    padding: 24px;
    text-align: center;
    margin-bottom: 12px;
    @media (max-width: 992px) {
      padding: 16px;
    }
  }

  .exec-icon {
    img {
      height: 45px;
      width: 45px;
      margin-bottom: 10px;
      @media (max-width: 768px) {
        height: 35px;
        width: 35px;
      }
    }
  }

  .exec-number {
    color: #00d3f3;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px; /* 120% */
    margin-bottom: 20px;
    @media (max-width: 992px) {
      font-size: 28px;
      line-height: 40px;
    }
    @media (max-width: 768px) {
      font-size: 22px;
      line-height: 30px;
      margin-bottom: 10px;
    }
  }

  .exec-desc {
    color: #99a1af;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin-bottom: 0;
    @media (max-width: 992px) {
      font-size: 13px;
      line-height: 20px;
    }
  }

  /* PROCESS */
  .process-wrapper {
    max-width: 900px;
    margin: auto;
    position: relative;
  }

  /* vertical line */
  .process-step::before {
    content: "";
    position: absolute;
    left: 30px;
    bottom: -15px;
    width: 2px;
    height: 15px;
    background: linear-gradient(180deg, #00d3f3 0%, rgba(0, 0, 0, 0) 100%);
  }

  /* STEP */
  .process-step {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    position: relative;
    border-radius: 14px;
    border: 1.265px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    padding: 20px;
    @media (max-width: 576px) {
      padding: 12px;
      gap: 12px;
    }
  }

  .process-icon {
    width: 60px;
    height: 60px;
    border-radius: 14px;
    background: linear-gradient(135deg, #023669 0%, #0092b8 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    img {
      height: 30px;
      width: 30px;
    }
  }

  .process-content {
    width: 100%;
  }

  .step-label {
    color: #00d3f3;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    margin-bottom: 5px;
    position: relative;
    span {
      content: "";
      position: absolute;
      height: 1px;
      background: linear-gradient(
        90deg,
        rgba(0, 211, 243, 0.5) 0%,
        rgba(0, 0, 0, 0) 100%
      );
      width: 60%;
      top: 10px;
      margin-left: 10px;
    }
  }

  .step-title {
    color: #fff;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 5px;
    @media (max-width: 768px) {
      font-size: 20px;
    }
    @media (max-width: 576px) {
      font-size: 16px;
      line-height: 22px;
    }
  }

  .step-desc {
    color: #99a1af;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin-bottom: 0;
    @media (max-width: 768px) {
      font-size: 14px;
      line-height: 22px;
    }
  }

  /* RESPONSIVE */
  @media (max-width: 768px) {
    .section-title {
      font-size: 26px;
    }

    .exec-title {
      font-size: 20px;
    }

    .process-wrapper::before {
      left: 20px;
    }

    .process-icon {
      width: 45px;
      height: 45px;
    }
  }
}

/* Section Background */
.project-investment-section {
  padding: 70px 0px;
  text-align: center;

  /* Container */
  .investment-container {
    max-width: 900px;
    margin: 0 auto;
  }

  /* Card */
  .investment-card {
    position: relative;
    border-radius: 14px;
    border: 1.265px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.1) 0%,
      rgba(255, 255, 255, 0.05) 100%
    );
    box-shadow: 0 4px 13.1px 0 #0868c3 inset;
    padding: 60px 30px 40px;
    @media (max-width: 576px) {
      margin-top: 3rem;
    }
  }

  /* Icon Circle */
  .investment-icon {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, #023669 0%, #0092b8 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    @media (max-width: 576px) {
      height: 60px;
      width: 60px;
      top: -28px;
    }
  }

  /* Subtitle */
  .investment-subtitle {
    color: #fafafa;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px; /* 120% */
    margin-bottom: 20px;
    @media (max-width: 992px) {
      font-size: 20px;
      line-height: 30px;
    }
  }

  /* Amount */
  .investment-amount {
    background: linear-gradient(180deg, #8ff0ff 0%, #2b7fff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
    text-align: center;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
    @media (max-width: 992px) {
      font-size: 50px;
    }
  }

  /* Description */
  .investment-description {
    color: #99a1af;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0;
  }

  /* ---------------- RESPONSIVE ---------------- */

  @media (max-width: 768px) {
    .investment-title {
      font-size: 22px;
    }

    .investment-card {
      padding: 50px 12px 30px;
    }

    .investment-amount {
      font-size: 30px;
    }
  }

  @media (max-width: 480px) {
    .project-investment-section {
      padding: 60px 15px;
    }

    .investment-title {
      font-size: 20px;
    }

    .investment-amount {
      font-size: 22px;
    }

    .investment-subtitle,
    .investment-description {
      font-size: 13px;
      margin-bottom: 8px;
    }
    .investment-description {
      line-height: 20px;
    }
  }
}

/* ================= AUTHORITY SECTION ================= */

.authority-section {
  background: linear-gradient(
    270deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 1, 0.14) 7.14%,
    rgba(0, 2, 6, 0.29) 14.29%,
    rgba(0, 6, 19, 0.43) 21.43%,
    rgba(0, 13, 33, 0.57) 28.57%,
    rgba(1, 21, 48, 0.71) 35.71%,
    rgba(1, 31, 64, 0.86) 42.86%,
    #022850 50%,
    rgba(1, 31, 64, 0.86) 57.14%,
    rgba(1, 21, 48, 0.71) 64.29%,
    rgba(0, 13, 33, 0.57) 71.43%,
    rgba(0, 6, 19, 0.43) 78.57%,
    rgba(0, 2, 6, 0.29) 85.71%,
    rgba(0, 0, 1, 0.14) 92.86%,
    rgba(0, 0, 0, 0) 100%
  );
  padding: 70px 0px;
  text-align: center;

  .authority-container {
    max-width: 900px;
    margin: auto;
  }

  .authority-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #00d3f2;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 142.857% */
    letter-spacing: 1.19px;
    text-transform: uppercase;
    margin-bottom: 24px;
    @media (max-width: 768px) {
      font-size: 16px;
      line-height: 24px;
    }
  }

  .shield-icon {
    font-size: 14px;
  }

  .authority-description {
    color: #99a1af;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 162.5% */
    max-width: 650px;
    margin: 0 auto;
  }
}
/* ================= WEB3 CTA SECTION ================= */

.web3-cta-section {
  position: relative;
  background: url("/assets/new-images/home-new/scale-your-product.webp")
    center/cover no-repeat;
  padding: 120px 20px;
  text-align: center;
  overflow: hidden;
  @media (max-width: 992px) {
    padding: 60px 16px;
  }

  .web3-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
      135deg,
      rgba(2, 54, 105, 0.3) 0%,
      rgba(0, 184, 219, 0.1) 50%,
      rgba(173, 70, 255, 0.2) 100%
    );
  }

  .web3-container {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: auto;
  }

  .web3-badge {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 43198508px;
    border: 1.287px solid rgba(0, 211, 243, 0.3);
    background: rgba(0, 184, 219, 0.1);
    color: #00d3f3;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    margin-bottom: 24px;

    @media (max-width: 768px) {
      font-size: 14px;
      line-height: 22px;
      padding: 6px 12px;
    }
  }

  .web3-subtext {
    color: #c7c7c7;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 140% */
    margin-bottom: 30px;
    @media (max-width: 768px) {
      font-size: 14px;
      line-height: 22px;
    }
  }

  /* Buttons */
  .web3-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    @media (max-width: 576px) {
      flex-wrap: wrap;
    }
  }

  .btn-primary {
    border-radius: 8.145px;
    background: linear-gradient(90deg, #0369cd 0%, #0092b8 100%);
    box-shadow: 0 25.452px 50.904px -12.217px rgba(0, 184, 219, 0.3);
    padding: 10px 22px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28.506px; /* 178.164% */
    transition: 0.3s;
  }

  .btn-primary:hover {
    background: linear-gradient(90deg, #0369cd 0%, #0092b8 100%);
  }

  .btn-secondary {
    border-radius: 8.145px;
    border: 1.287px solid #d7d7d7;
    background: rgba(110, 110, 110, 0.3);
    color: #fafafa;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28.506px; /* 178.164% */
    padding: 10px 22px;
    text-decoration: none;
  }

  .btn-secondary:hover {
    background: rgba(110, 110, 110, 0.3);
  }

  .web3-footnote {
    margin-top: 20px;
    color: #c7c7c7;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    @media (max-width: 768px) {
      font-size: 12px;
      line-height: 20px;
    }
  }
}
/* ================= RESPONSIVE ================= */

@media (max-width: 768px) {
  .authority-title {
    font-size: 26px;
  }

  .web3-title {
    font-size: 30px;
  }

  .web3-cta-section {
    padding: 39px 12px;
  }
}

@media (max-width: 480px) {
  .authority-section {
    padding: 60px 15px;
  }

  .authority-title {
    font-size: 22px;
  }

  .authority-section .authority-description {
    font-size: 14px;
    line-height: 20px;
  }

  .web3-title {
    font-size: 24px;
  }

  .web3-subtext {
    font-size: 14px;
  }
  .web3-cta-section {
    .btn-primary,
    .btn-secondary {
      width: 100%;
      text-align: center;
      @media (max-width: 768px) {
        font-size: 14px;
        line-height: 20px;
      }
    }
  }
}

/* SECTION */
.testimonials-section {
  padding: 100px 20px;
  text-align: center;
  @media (max-width: 576px) {
    padding: 50px 6px 100px;
  }

  /* CONTAINER */
  .testimonials-container {
    max-width: 1200px;
    margin: auto;
  }

  /* TITLE */
  .testimonials-label {
    color: #fdfdfd;
    text-align: center;
    /* font-family: Montserrat, "sans-serif"; */
    font-size: 24.151px;
    font-style: normal;
    font-weight: 600;
    line-height: 25.997px; /* 107.642% */
    margin-bottom: 10px;
    @media (max-width: 576px) {
      font-size: 16px;
      line-height: 24px;
    }
  }

  .testimonials-title {
    font-size: 36px;
    color: #1ec8ff;
    font-weight: 600;
    margin-bottom: 50px;
  }

  /* SLIDER */
  .testimonials-slider {
    position: relative;
  }

  /* CARD */
  .testimonial-card {
    border-radius: 41.674px;
    border: 2.977px solid rgba(255, 255, 255, 0.77);
    background: rgba(255, 255, 255, 0.13);
    backdrop-filter: blur(9.922452926635742px);
    padding: 50px 30px 20px;
    margin: 40px 15px 0;
    color: #cfe6f7;
    position: relative;
    margin-bottom: 2rem;
    height: auto;
    @media (max-width: 992px) {
      margin: 40px 10px 20px;
      padding: 50px 14px 14px;
    }
    @media (max-width: 576px) {
      margin: 40px 6px 20px;
      padding: 50px 8px 14px;
    }
  }

  /* LOGO */
  .testimonial-logo {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
    border: 1.984px solid #fff;
    background-color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
  }

  /* TEXT */
  .testimonial-text {
    color: #d1d5dc;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 20px;
    min-height: 260px;
    @media (max-width: 992px) {
      min-height: 300px;
    }
    @media (max-width: 992px) {
      min-height: 240px;
    }
    @media (max-width: 576px) {
      min-height: 230px;
    }
     @media (max-width: 350px) {
      min-height: 300px;
    }
  }

  /* NAME */
  .testimonial-name {
    color: #3ce6ff;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px; /* 99.468% */
    margin-bottom: 2px;
    @media (max-width: 992px) {
      font-size: 20px;
      line-height: 20px;
    }
  }

  .testimonial-role {
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 25.997px; /* 216.64% */
    margin-bottom: 0;
  }

  /* ARROWS */
  .slick-prev,
  .slick-next {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.1) !important;
    border-radius: 50%;
    @media (max-width: 576px) {
      height: 40px;
      width: 40px;
    }
  }

  .slick-prev:before,
  .slick-next:before {
    background-image: url(../new-images/home-new/slider-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    height: 20px;
    width: 20px;
    position: absolute;
    top: 11px;
    left: 11px;
  }

  /* POSITION ARROWS */
  .slick-prev {
    left: 45%;
    bottom: -70px;
    top: auto;
    @media (max-width: 992px) {
      left: 42%;
    }
  }

  .slick-next {
    right: 45%;
    bottom: -70px;
    top: auto;
    display: block !important;
    @media (max-width: 992px) {
      right: 42%;
    }
  }
  .slick-next::before {
    transform: rotate(180deg);
  }
  /* REMOVE DOTS */
  .slick-dots {
    display: none !important;
  }

  /* RESPONSIVE */
  @media (max-width: 992px) {
    .testimonials-title {
      font-size: 28px;
    }
  }

  @media (max-width: 768px) {
    .slick-prev {
      left: 40%;
    }

    .slick-next {
      right: 40%;
    }
  }

  @media (max-width: 480px) {
    .testimonials-title {
      font-size: 22px;
    }

    .testimonial-text {
      font-size: 12px;
      line-height: 17px;
    }

    .slick-prev {
      left: 35%;
    }

    .slick-next {
      right: 35%;
    }
  }
}

@media (max-width: 992px) {
  .section-title {
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  .section-title {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 2rem;
  }
}
@media (max-width: 576px) {
  .section-title {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 2rem;
  }
}

@media (max-width: 768px) {
  .achieve-section,
  .build-section,
  .who-this-section,
  .project-investment-section {
    padding: 60px 0;
  }
  .who-this-not-section,
  .execution-section {
    padding: 20px 0;
  }
  .build-section{
    padding-top: 20px;
  }
}
