@font-face {
  font-family: "Bold";
  src: url("./fonts/Manrope-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "ExtraBold";
  src: url("./fonts/Manrope-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "ExtraLight";
  src: url("./fonts/Manrope-ExtraLight.ttf") format("truetype");
}
@font-face {
  font-family: "Light";
  src: url("./fonts/Manrope-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Medium";
  src: url("./fonts/Manrope-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Regular";
  src: url("./fonts/Manrope-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "SemiBold";
  src: url("./fonts/Manrope-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Marcks";
  src: url("/fonts/MarckScript-Regular.ttf") format("truetype");
}

.dark-color {
  color: #012732;
}
.dark-80 {
  color: var(--Dark-80, rgba(20, 20, 20, 0.8));
}
.accent {
  color: #f5a31d;
}

.responsive-img {
  width: 100%;
  height: auto;
}
a {
  text-decoration: none;
}

@keyframes slidein {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

/*------------------------------------------------------------------------------*/
/* The side navigation menu */
.sidenav {
  height: 700px; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1 !important; /* Stay on top */
  top: 0; /* Stay at the top */
  right: 0;
  background-color: #111; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  margin-top: 150px;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left 0.5s;
  /* padding: 20px; */
}

/*------------------------------------------------------------------------------*/

body {
  background-image: url("./assets/body-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  font-family: Regular;
  padding-bottom: 40px;
  overflow-x: hidden;
}

.top-text {
  text-align: center;
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 10px;
  margin-bottom: 10px;
}
.silo {
  padding-left: 150px;
  padding-right: 150px;
}
.btns {
  border-radius: 10px;
  background: var(--accent-100, #f5a31d);
  padding: 19px 25px 19px 25px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border: none;
}

.inner-content {
  background-color: white;
  border-radius: 50px;
  height: auto !important;

  /*navbar*/
  .navbar {
    margin-top: 40px;
    margin-left: 120px;
    margin-right: 120px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    align-items: center;
    ul {
      gap: 10px;
      li {
        color: var(--Dark-100, #012732);
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        a:hover {
          color: white;
        }
      }
      .nav-item {
        padding: 8px 20px 8px 20px;
      }
      .nav-item .active {
        font-weight: bold;
        border-radius: 8px;
        background: var(--accent-100, #f5a31d);
        color: white !important;
        padding: 8px 20px 8px 20px;
      }
      .nav-item:hover {
        border-radius: 8px;
        background: var(--accent-100, #f5a31d);
        color: white !important;
      }
      .dropdown {
        .dropdown-menu {
          li {
            padding: 4px 10px 4px 10px !important;
            font-size: 13px;
          }
          a:hover {
            font-weight: bold;
            color: #f5a31d !important;
          }
          .active:hover {
            color: white !important;
          }
        }
      }
    }
  }
  .navbar-scrolled {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    background-color: rgb(255, 255, 255) !important;
    border-radius: 20px;
  }

  /*Hero*/
  .hero {
    padding-top: 120px;
    padding-bottom: 120px;
    gap: 0px;
    .hero-left {
      padding-left: 200px;
      padding-top: 120px;
      .hero-left-one {
        gap: 6px;
        p {
          color: var(--Dark-80, rgba(20, 20, 20, 0.8));
          font-size: 16px;
          font-style: normal;
          font-weight: 600;
          line-height: 26px; /* 185.714% */
        }
        span {
          border-radius: 2px;
          padding: 2px 6px 2px 6px;
          background: var(--accent-100, #f5a31d);
          width: 100px;
          height: 28px;
          color: white;
        }
      }

      h2 {
        font-size: 48px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
        margin-top: 14px;
      }
      h5 {
        color: var(--Dark-80, rgba(20, 20, 20, 0.8));
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 35px; /* 175% */
        width: 459px;
        margin-top: 12px;
      }

      .hero-left-bottom {
        margin-top: 50px;
        display: flex;
        gap: 10px;
        button {
          border-radius: 10px;
          background: #d9d9d9;
          width: 150px;
          height: 50px;
          flex-shrink: 0;
          border: none;
          gap: 6px;
          justify-content: center;
          align-items: center;
        }
        button:hover {
          background: #f5a31d;
          color: white;
          flex-direction: row-reverse;
        }
        .rating {
          .rating-number {
            color: var(--accent-100, #f5a31d);
            font-family: ExtraBold;
            font-size: 20px;
            font-style: normal;
            font-weight: 800;
            line-height: normal;
          }
          p {
            color: var(--Dark-80, rgba(20, 20, 20, 0.8));
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            .reviews {
              font-weight: 700;
              color: #f5a31d;
            }
          }
        }
      }
    }
  }

  /*Logo Slider*/
  .logo-slider {
    padding-bottom: 120px;
    overflow: hidden;
    text-align: center;
    color: var(--Dark-80, rgba(20, 20, 20, 0.8));
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 185.714% */
    span {
      border-radius: 2px;
      padding: 2px 6px 2px 6px;
      background: var(--accent-100, #f5a31d);
      width: 100px;
      height: 28px;
      color: white;
    }
    .slider {
      animation: slidein 30s linear infinite;
      white-space: nowrap;
      .logos {
        display: flex;
        margin-top: 50px;
        justify-content: center;
        gap: 100px;
        img {
          animation: fade-in 0.5s cubic-bezier(0455 0.03, 0.515, 0.955) forwards;
        }
      }
    }
  }

  /*About-section*/
  .about-sect {
    padding: 100px 120px 100px 120px;
    border-radius: 30px;
    background: #012732;
    margin: 0px 150px 120px 150px;

    .left {
      span {
        display: flex;
        gap: 5px;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        align-items: center;
      }
      h2 {
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-top: 20px;
      }
      p {
        width: 510px;
        color: var(--White-80, rgba(255, 255, 255, 0.8));
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 35px; /* 218.75% */
        margin-top: 20px;
      }
      .egonomics {
        display: flex;
        align-items: center;
        margin-top: 40px;
        gap: 40px;
        span {
          gap: 10px;
          font-size: 18px;
          font-style: normal;
          font-weight: 600;
          line-height: normal;
          text-transform: uppercase;
          img:hover {
            -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
          }
        }
      }
    }

    .right {
      display: flex;
      align-items: center;
      justify-content: center;
      img {
        animation: rotation 8s infinite linear;
      }
    }
  }

  /*Services*/
  .services {
    margin-bottom: 200px;
    .top {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    span {
      display: flex;
      gap: 5px;
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      align-items: center;
    }
    h2 {
      text-align: center;
      font-size: 48px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
      margin-top: 10px;
    }
    p {
      font-size: 22px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      margin-top: 10px;
      width: 504px;
    }

    .solutions {
      justify-content: center;
      margin-top: 80px;
      gap: 20px;
      .col-lg-4 {
        width: 31%;
      }
      h3 {
        font-size: 28px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
      }
      p {
        font-family: Manrope;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 35px; /* 194.444% */
        width: 430px;
      }
      img {
        display: flex;
        margin-top: 10px;
        float: right;
      }
      a {
        text-decoration: none;
      }
      .mobile {
        border-radius: 20px;
        background: #e9f4f5;
        padding: 50px 40px 50px 40px;
        height: 418px;
        transition: transform 0.3s ease;
      }
      .mobile:hover {
        transform: scale(1.1);
      }
      .enterprise {
        border-radius: 20px;
        background: var(--Dark-90, rgba(20, 20, 20, 0.9));
        padding: 50px 40px;
        height: 418px;
        transition: transform 0.3s ease;
      }
      .enterprise:hover {
        transform: scale(1.1);
      }
      .web {
        background-image: url("./assets/web-app-bg.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 50px 40px;
        border-radius: 20px;
        height: 418px;
        transition: transform 0.3s ease;
      }
      .web:hover {
        transform: scale(1.1);
      }
      .digital {
        background-image: url("./assets/digital-bg.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 50px 40px;
        border-radius: 20px;
        height: 418px;
        transition: transform 0.3s ease;
      }
      .digital:hover {
        transform: scale(1.1);
      }
      .team {
        background-image: url("./assets/team-bg.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 50px 40px;
        border-radius: 20px;
        height: 418px;
        transition: transform 0.3s ease;
      }
      .team:hover {
        transform: scale(1.1);
      }
    }
  }

  /*Software Solution*/
  .our-solutions {
    margin-left: 50px;
    margin-right: 50px;
    .sol-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      h4 {
        font-size: 36px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
      }
      span {
        color: var(--Dark-100, #012732);
        font-family: Manrope;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        gap: 10px;
        transition: transform 0.3s ease;
      }
      span:hover {
        color: #f5a31d;
        transform: scale(1.1);
      }
    }

    .main-sol {
      margin-top: 60px;
      .top-img {
        width: 100%;
        height: auto;
      }
      .bot-img {
        margin-top: 30px;
        width: 150px;
        height: auto;
      }
      h3 {
        margin-top: 20px;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        a {
          text-decoration: none;
        }
        a:hover {
          text-decoration: underline;
        }
      }

      p {
        margin-top: 20px;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px; /* 187.5% */
      }
    }

    .journey {
      margin-top: 100px;
      h3 {
        font-size: 48px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
      }
      p {
        font-size: 20px;
        font-style: normal;
        font-weight: 300;
        line-height: 30px; /* 150% */
        width: 600px;
        margin-top: 30px;
      }

      .achievements {
        margin-top: 50px;
        gap: 50px;
        overflow-x: hidden;
        .mate {
          h2 {
            font-family: Bold;
            font-size: 64px;
            font-style: normal;
            font-weight: 900;
            line-height: normal;
          }
          p {
            font-size: 32px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            margin-top: -10px;
          }
        }
        .mate:hover {
          h2 {
            color: #f5a31d;
          }
          p {
            text-decoration: underline;
          }
        }
      }
    }
  }

  /* Testimonials */
  .testimonials {
    margin-top: 120px;
    padding-top: 100px;
    padding-bottom: 160px;
    background-image: url("./assets/testimonial-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    .test-content {
      .test-left {
        margin-left: 50px;
        margin-top: 100px;
        h3 {
          font-size: 36px;
          font-style: normal;
          font-weight: 700;
          line-height: normal;
        }
        p {
          font-size: 20px;
          font-style: normal;
          font-weight: 300;
          line-height: normal;
          width: 500px;
          margin-top: 20px;
        }
        .test-btn {
          border-radius: 10px;
          border: 1px solid var(--White-100, #fff);
          padding: 15px 30px 15px 30px;
          font-size: 20px;
          font-style: normal;
          font-weight: 500;
          line-height: normal;
          margin-top: 60px;
          background: none;
        }
      }

      .test-right {
        .swiper {
          width: 370px;
          height: 502px;
        }

        .swiper-slide {
          padding: 30px 60px 30px 60px;
          border-radius: 16px;
          font-size: 22px;
          font-weight: bold;
          color: #fff;

          h2 {
            color: #f5a31d;
            font-size: 100px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            width: 51px;
            height: 79px;
          }
          p {
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            line-height: 35px; /* 175% */
          }
          hr {
            border-color: #012732;
            margin-top: 30px;
          }
          h4 {
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            margin-top: 18px;
          }
          img {
            margin-top: 10px;
          }
        }

        .swiper-slide:nth-child(1n) {
          border-radius: 16px;
          background: var(--White-100, #fff);
        }

        .swiper-slide:nth-child(2n) {
          border-radius: 16px;
          background: var(--White-100, #fff);
        }

        .swiper-slide:nth-child(3n) {
          border-radius: 16px;
          background: var(--White-100, #fff);
        }

        .swiper-slide:nth-child(4n) {
          border-radius: 16px;
          background: var(--White-100, #fff);
        }

        .swiper-slide:nth-child(5n) {
          border-radius: 16px;
          background: var(--White-100, #fff);
        }
      }
    }
  }

  /* Technologies */
  .technologies {
    margin: 120px 50px 120px 50px;
    h2 {
      font-size: 48px;
      font-style: normal;
      font-weight: 600;
      line-height: normal;
    }
    p {
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      line-height: 30px; /* 150% */
      margin-top: 20px;
      width: 620px;
    }

    .techs {
      border-radius: 16px;
      border: 1px solid var(--Dark-20, rgba(20, 20, 20, 0.2));
      box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
      margin-top: 90px;

      .tech-left {
        border-right: 1px solid var(--Dark-20, rgba(20, 20, 20, 0.2));
        padding: 50px 50px 50px 50px;

        .nav-pills {
          .nav-link {
            color: var(--Dark-100, #012732);
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            border-radius: 100px;
            padding: 17px 38px 17px 38px;
            text-align: left;
            margin-bottom: 26px;
          }
          .active {
            background: var(--accent-100, #f5a31d);
            font-weight: 600;
            color: white;
          }
        }
      }

      .tech-right {
        .tab-content {
          .tab-pane {
            padding: 30px;
            h4 {
              font-size: 32px;
              font-style: normal;
              font-weight: 600;
              line-height: normal;
            }
            .stack {
              margin-top: 40px;
              align-items: center;
              .stack-content {
                span {
                  display: flex;
                  align-items: center;
                  font-size: 18px;
                  font-style: normal;
                  font-weight: 400;
                  line-height: normal;
                  gap: 10px;
                  margin-bottom: 30px;
                  padding: 10px 30px 10px 40px;
                }
                /* span:hover {
                  background-color: #f5a31d;
                  color: white;
                  border-radius: 100px;
                } */
              }
            }
          }
        }
      }
    }
  }

  /*CTA*/
  .cta {
    margin: 100px 50px 100px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;

    h3 {
      font-family: Bold;
      font-size: 36px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      span {
        color: #f5a31d;
      }
    }
    .btns {
      width: 200px !important;
    }
  }

  /* CTA-2 */
  .cta-2 {
    background-image: url("./assets/cta-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 100px 180px 100px 180px;
    padding: 138px 303px 138px 303px;
    border-radius: 30px;
    text-align: center;

    p {
      font-size: 20px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
    }
    h2 {
      font-size: 96px;
      font-style: normal;
      font-weight: 700;
      line-height: 100px; /* 104.167% */
      margin-top: 10px;
      margin-bottom: 30px;
    }
    .btns {
      width: 200px;
    }
  }

  /*Footer*/
  .footer {
    margin: 120px 50px 0px 50px;
    .footer-content {
      h3 {
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
      }
      .links {
        margin-top: 50px;
        p {
          font-size: 16px;
          font-style: normal;
          font-weight: 500;
          line-height: normal;
          margin-bottom: 30px;

          a {
            text-decoration: none;
            color: var(--Dark-60, rgba(20, 20, 20, 0.6));
          }
          a:hover {
            text-decoration: underline;
          }
        }
      }
      .foot-logo {
        text-align: right;
        img {
          animation: rotation 8s infinite linear;
        }
      }
    }

    hr {
      margin-top: 80px;
      margin-bottom: 30px;
      border: 1px solid #012732;
    }

    .copyright {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-bottom: 40px;

      p {
        text-align: center;
        color: var(--Dark-60, rgba(20, 20, 20, 0.6));
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        .brand {
          color: #f5a31d;
        }
      }

      .socials {
        align-items: center;
        justify-content: center;
        text-align: center;
        display: flex;
        gap: 30px;
      }
    }
  }
}

/*Media Queries*/
@media (max-width: 1700px) {
  .silo {
    padding-left: 180px;
    padding-right: 180px;
    .navbar {
      margin-left: 150px;
      margin-right: 150px;
    }
    .hero {
      .hero-left {
        padding-top: 60px !important;
        padding-left: 100px;
      }
    }
  }

  .services {
    .solutions {
      p {
        max-width: 320px;
      }
    }
  }

  .our-solutions {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .technologies {
    margin-left: 0px !important;
    margin-right: 0px !important;
    .tech-left {
      padding-left: 30px !important;
      padding-right: 30px !important;
    }

    .tech-right {
      .stack {
        .stack-content {
          span {
            padding: 8px 20px 8px 20px !important;
          }
        }
      }
    }
  }

  .cta {
    margin: 50px 0px 50px 0px !important;
  }

  .cta-2 {
    margin-left: 150px !important;
    margin-right: 150px !important;
  }

  .footer {
    margin: 120px 0px 0px 0px !important;
    .foot-services {
      width: 50% !important;
    }
    .foot-logo {
      width: 30% !important;
    }
  }
}

@media (max-width: 1600px) {
  .silo {
    padding-left: 100px;
    padding-right: 100px;
    .navbar {
      margin-left: 60px;
      margin-right: 60px;
    }
  }

  .about-sect {
    padding: 100px 60px 100px 60px !important;
    margin: 0px 80px 120px 80px !important;
  }

  .services {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .cta-2 {
    margin: 80px !important;
  }
}

@media (max-width: 1400px) {
  .hero {
    .hero-left {
      padding-top: 40px !important;
      h2 {
        font-size: 36px !important;
      }
      h5 {
        font-size: 16px !important;
      }
    }
  }

  .our-solutions {
    .main-sol {
      h3 {
        font-size: 20px !important;
      }
    }
  }

  .technologies {
    .tech-left {
      .nav-pills {
        .nav-link {
          font-size: 16px !important;
        }
      }
    }

    .tech-right {
      h4 {
        font-size: 26px !important;
      }
      .stack {
        justify-content: left;
        .stack-content {
          span {
            display: inline-flex !important;
            padding: 8px 20px 8px 20px !important;
            font-size: 16px !important;
          }
        }
      }
    }
  }

  .footer {
    .foot-services {
      width: 60% !important;
    }
    .foot-logo {
      width: 20% !important;
    }
  }
}

@media (max-width: 1300px) {
  .silo {
    padding-left: 60px;
    padding-right: 60px;
    .navbar {
      margin-left: 60px;
      margin-right: 60px;
    }
    .hero {
      .hero-left {
        padding-top: 60px !important;
        .hero-left-bottom {
          margin-top: 20px !important;
        }
      }
    }
  }

  .cta-2 {
    margin: 60px !important;
  }
}

@media (max-width: 1200px) {
  .silo {
    padding-left: 30px;
    padding-right: 30px;
    .navbar {
      margin-left: 50px;
      margin-right: 50px;
      ul {
        gap: 2px;
        li {
          font-size: 12px;
        }
      }
      .nav-item {
        padding: 2px 10px 2px 10px !important;
      }
    }
    .hero {
      .hero-left {
        padding-top: 60px !important;
        padding-left: 50px;
        .hero-left-bottom {
          margin-top: 20px !important;
        }
      }
    }
  }

  .about-sect {
    padding: 60px 60px 60px 60px !important;
    margin: 0px 50px 120px 50px !important;
    .left {
      span {
        font-size: 13px !important;
      }
      h2 {
        font-size: 28px !important;
      }
      p {
        font-size: 14px !important;
        width: 400px !important;
      }
      .egonomics {
        span {
          font-size: 14px !important;
        }
      }
    }
  }

  .services {
    .solutions {
      gap: 10px !important;
      h3 {
        font-size: 24px !important;
      }
      p {
        font-size: 14px !important;
        line-height: 30px !important;
        width: 260px !important;
      }
    }
  }

  .journey {
    .achievements {
      .mate {
        width: 33.3% !important;
      }
    }
  }

  .testimonials {
    .test-content {
      .test-left {
        p {
          width: auto !important;
        }
      }
    }
  }

  .cta-2 {
    margin: 20px !important;
    padding: 100px 203px 100px 203px !important;
  }
}

@media (max-width: 1024px) {
  .silo {
    padding-left: 30px;
    padding-right: 30px;
    .hero {
      .hero-left {
        padding-top: 40px !important;
        padding-left: 30px;
        h2 {
          font-size: 30px !important;
        }
        h5 {
          font-size: 12px;
          line-height: 25px;
          width: 380px;
        }
      }
    }
  }

  .about-sect {
    padding: 60px 30px 60px 30px !important;
    margin: 0px 50px 120px 50px !important;
    .left {
      span {
        font-size: 12px !important;
      }
      h2 {
        font-size: 26px !important;
      }
      p {
        font-size: 14px !important;
        width: 350px !important;
      }
      .egonomics {
        span {
          font-size: 14px !important;
        }
      }
    }
  }

  .services {
    .solutions {
      gap: 10px !important;
      h3 {
        font-size: 24px !important;
      }
      p {
        font-size: 13px !important;
        line-height: 25px !important;
        width: 240px !important;
      }
      .mobile {
        padding: 30px 20px 30px 20px !important;
      }
      .enterprise {
        padding: 30px 20px 30px 20px !important;
      }
      .web {
        padding: 30px 20px 30px 20px !important;
      }
      .digital {
        padding: 30px 20px 30px 20px !important;
      }
      .team {
        padding: 30px 20px 30px 20px !important;
      }
    }
  }

  .our-solutions {
    .sol-header {
      span {
        font-size: 16px !important;
      }
    }
    .main-sol {
      h3 {
        font-size: 18px !important;
      }
      .bot-img {
        width: 100px !important;
        height: auto !important;
      }
    }
  }

  .technologies {
    .tech-left {
      padding-left: 15px !important;
      padding-right: 15px !important;
      .nav-pills {
        .nav-link {
          font-size: 13px !important;
          padding: 12px 16px 12px 26px !important;
        }
      }
    }

    .tech-right {
      h4 {
        font-size: 20px !important;
      }
      .stack {
        justify-content: left;
        .stack-content {
          span {
            display: inline-flex !important;
            padding: 5px 10px 5px 10px !important;
            font-size: 12px !important;
            img {
              width: auto !important;
              height: 60% !important;
            }
          }
        }
      }
    }
  }

  .cta {
    margin: 20px 0px 80px 0px !important;
    h3 {
      font-size: 24px !important;
    }
  }

  .cta-2 {
    padding: 100px 103px 100px 103px !important;
  }

  .footer {
    p {
      font-size: 14px !important;
    }
    .foot-services {
      width: 60% !important;
    }
    .foot-logo {
      width: 20% !important;
    }
  }
}

@media (max-width: 991px) {
  .navbar {
    .offcanvas {
      width: 350px;
    }
    .offcanvas-body {
      align-items: center;
      justify-content: center;
      display: flex;
      flex-flow: column;
      padding: 30px;
    }
    ul {
      gap: 20px !important;
      li {
        color: var(--Dark-100, #012732);
        font-size: 16px !important;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        a:hover {
          color: white;
        }
      }
      .nav-item {
        padding: 8px 25px 8px 25px;
      }
      .dropdown {
        .dropdown-menu {
          width: 250px !important;
          li {
            padding: 4px 6px 4px 6px !important;
            font-size: 12px !important;
          }
          a:hover {
            font-weight: bold;
            color: #f5a31d !important;
          }
        }
      }
    }

    .hamburger {
      display: none !important;
    }
  }
  .sidebar {
    background-color: rgba(201, 196, 196, 0.925);
    backdrop-filter: blur(20px);
    height: 100%;
  }

  .our-solutions {
    .main-sol {
      h3 {
        font-size: 18px !important;
      }
      .bot-img {
        width: 30% !important;
        height: auto !important;
      }
    }
  }

  .journey {
    h3 {
      font-size: 32px !important;
    }
    .j-text {
      font-size: 16px !important;
      width: auto !important;
    }
    .achievements {
      .mate {
        width: 50% !important;
        h2 {
          font-size: 40px !important;
        }
        p {
          font-size: 22px !important;
        }
      }
    }
  }

  .testimonials {
    .test-content {
      .test-left {
        margin-left: 0px !important;
        h3 {
          font-size: 30px !important;
        }
        p,
        .test-btn {
          font-size: 16px !important;
        }
      }

      .test-right {
        .swiper-slide {
          p {
            font-size: 16px !important;
          }
        }
      }
    }
  }

  .footer {
    p {
      font-size: 14px !important;
    }
    .foot-services {
      width: 60% !important;
    }
    .foot-logo {
      width: 20% !important;
    }
  }
}

@media (max-width: 880px) {
  .silo {
    padding-left: 30px;
    padding-right: 30px;
    .hero {
      .hero-left {
        padding-top: 10px !important;
        padding-left: 30px;
        h2 {
          font-size: 28px !important;
        }
        h5 {
          font-size: 12px !important;
          line-height: 25px !important;
          width: 300px !important;
        }
      }
    }
  }

  .services {
    .solutions {
      gap: 10px !important;
      h3 {
        font-size: 24px !important;
      }
      p {
        font-size: 13px !important;
        line-height: 25px !important;
        width: 220px !important;
      }
    }
  }
}

@media (max-width: 768px) {
  .silo {
    padding-left: 40px;
    padding-right: 40px;
    .navbar {
      .offcanvas {
        width: 300px;
      }
      .offcanvas-body {
        align-items: center;
        justify-content: center;
        display: flex;
        flex-flow: column;
        padding: 30px;
      }
      ul {
        gap: 10px;
        li {
          color: var(--Dark-100, #012732);
          font-size: 16px;
          font-style: normal;
          font-weight: 500;
          line-height: normal;
          a:hover {
            color: white;
          }
        }
        .nav-item {
          padding: 8px 25px 8px 25px;
        }
      }
    }
    .hero {
      .hero-left {
        padding-top: 50px !important;
        padding-bottom: 50px;
        padding-left: 30px;
        h2 {
          font-size: 48px !important;
        }
        h5 {
          font-size: 16px !important;
          line-height: 35px !important;
          width: 100% !important;
        }
      }
    }
  }

  .about-sect {
    padding: 60px 40px 60px 40px !important;
    margin: 0px 50px 120px 50px !important;
    .left {
      width: 100%;
      margin-bottom: 100px;
      span {
        font-size: 14px !important;
      }
      h2 {
        font-size: 36px !important;
      }
      p {
        font-size: 16px !important;
        width: 100% !important;
      }
      .egonomics {
        span {
          font-size: 16px !important;
        }
      }
    }
    .right {
      img {
        width: 90% !important;
        height: auto !important;
      }
    }
  }

  .services {
    h2 {
      font-size: 36px !important;
    }
    .sub-text {
      font-size: 16px !important;
      text-align: center !important;
    }
    .solutions {
      gap: 10px !important;
      h3 {
        font-size: 24px !important;
      }
      p {
        font-size: 13px !important;
        line-height: 25px !important;
        width: 260px !important;
      }
      .col-md-6 {
        width: 48% !important;
        height: auto !important;
      }
    }
  }

  .our-solutions {
    .sol-header {
      h4 {
        font-size: 28px !important;
      }
    }
    .main-sol {
      gap: 20px !important;
      h3 {
        font-size: 28px !important;
      }
      .bot-img {
        width: 150px !important;
        height: auto !important;
      }
    }
  }

  .journey {
    .j-text {
      width: auto !important;
    }
    .achievements {
      .mate {
        width: 80% !important;
      }
    }
  }

  .testimonials {
    padding-top: 50px !important;
    padding-bottom: 80px !important;
    .test-content {
      .test-left {
        margin-left: 0px !important;
        h3 {
          font-size: 32px !important;
        }
        p,
        .test-btn {
          font-size: 18px !important;
        }
      }

      .test-right {
        padding: 0px 0px 0px 30px !important;
        width: 100% !important;
        height: auto !important;
        margin-top: 100px;
        .swiper-slide {
          p {
            font-size: 16px !important;
          }
        }
      }
    }
  }

  .technologies {
    h2 {
      font-size: 30px !important;
    }
    p {
      width: auto !important;
      font-size: 16px !important;
    }
    .techs {
      .tech-left {
        border-bottom: 1px solid var(--Dark-20, rgba(20, 20, 20, 0.2));
        padding: 20px 0px 10px 10px !important;
        .nav {
          flex-direction: row !important;
          .nav-link {
            margin-bottom: 10px !important;
          }
        }
      }

      .tech-right {
        margin-top: 0px !important;
        .tab-content {
          .tab-pane {
            padding: 30px 10px 30px 10px !important;
          }
        }
      }
    }
  }

  .cta {
    margin: 20px 0px 80px 0px !important;
    display: block !important;
    text-align: center;
    h3 {
      font-size: 24px !important;
      width: 100% !important;
      margin-bottom: 30px;
    }
    .btns {
      width: 200px !important;
    }
  }

  .cta-2 {
    padding: 100px 60px 100px 60px !important;
    h2 {
      font-size: 64px !important;
    }
  }

  .footer {
    margin: 80px 0px 0px 0px !important;
    p {
      font-size: 14px !important;
    }
    .foot-about {
      width: 20% !important;
    }
    .foot-services {
      width: 80% !important;
    }
    .foot-logo {
      display: none;
    }
  }
}

@media (max-width: 630px) {
  .services {
    .solutions {
      gap: 10px !important;
      h3 {
        font-size: 22px !important;
      }
      p {
        font-size: 13px !important;
        line-height: 25px !important;
        width: 220px !important;
      }
    }
  }

  .journey {
    .achievements {
      .mate {
        width: 45% !important;
        overflow-x: hidden;
      }
    }
  }

  .footer {
    .copyright {
      display: block !important;
    }
  }
}

@media (max-width: 560px) {
  .silo {
    padding-left: 20px;
    padding-right: 20px;
    .navbar {
      margin-left: 20px;
      margin-right: 20px;
    }
    .hero {
      .hero-left {
        padding-top: 50px !important;
        padding-bottom: 50px;
        padding-left: 30px;
        h2 {
          font-size: 36px !important;
        }
        h5 {
          font-size: 16px !important;
          line-height: 35px !important;
          width: 100% !important;
        }
      }
    }
  }

  .about-sect {
    padding: 60px 40px 60px 40px !important;
    margin: 0px 20px 120px 20px !important;
    .left {
      width: 100%;
      margin-bottom: 100px;
      span {
        font-size: 14px !important;
      }
      h2 {
        font-size: 36px !important;
      }
      p {
        font-size: 16px !important;
        width: 100% !important;
      }
      .egonomics {
        span {
          font-size: 16px !important;
        }
      }
    }
  }

  .services {
    h2 {
      font-size: 30px !important;
    }
    .sub-text {
      font-size: 16px !important;
      text-align: center !important;
      width: auto !important;
    }
    .solutions {
      gap: 10px !important;
      h3 {
        font-size: 32px !important;
      }
      p {
        font-size: 16px !important;
        line-height: 35px !important;
        width: 100% !important;
      }
      .col-md-6 {
        width: 100% !important;
        height: auto !important;
        padding: 30px;
      }
    }
  }

  .our-solutions {
    .sol-header {
      h4 {
        font-size: 24px !important;
      }
    }
    .main-sol {
      gap: 20px !important;
      h3 {
        font-size: 24px !important;
      }
      .bot-img {
        width: 120px !important;
        height: auto !important;
      }
    }
  }

  .cta-2 {
    padding: 80px 30px 80px 30px !important;
    h2 {
      font-size: 48px !important;
      line-height: 58px !important;
    }
  }
}

@media (max-width: 480px) {
  .about-sect {
    padding: 60px 25px 60px 25px !important;
    margin: 0px 20px 120px 20px !important;
    .left {
      .egonomics {
        display: block !important;
        gap: 20px !important;
        span {
          margin-bottom: 30px;
        }
      }
    }
  }

  .our-solutions {
    .sol-header {
      h4 {
        font-size: 20px !important;
      }
      span {
        font-size: 14px !important;
      }
    }
    .main-sol {
      gap: 20px !important;
      h3 {
        font-size: 22px !important;
      }
      p {
        font-size: 16px !important;
      }
      .bot-img {
        width: 120px !important;
        height: auto !important;
      }
    }
  }

  .journey {
    h3 {
      font-size: 24px !important;
    }
    .achievements {
      gap: 30px !important;
      .mate {
        width: 100% !important;
        h2 {
          font-size: 48px !important;
        }
      }
    }
  }

  .testimonials {
    padding-top: 30px !important;
    padding-bottom: 50px !important;
    .test-content {
      .test-right {
        width: 100% !important;
        height: auto !important;
        margin-top: 100px;
        .swiper-slide {
          width: 300px !important;
          height: auto !important;
          padding: 20px 30px 10px 30px !important;
          p {
            font-size: 16px !important;
          }
        }
      }
    }
  }

  .footer {
    margin: 60px 0px 0px 0px !important;
    p {
      font-size: 13px !important;
    }
    .foot-about {
      width: 100% !important;
    }
    .foot-services {
      width: 100% !important;
    }
    hr {
      margin-top: 30px !important;
    }
  }
}
