@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-60 {
  color: var(--Dark-60, rgba(20, 20, 20, 0.6));
}
.dark-100 {
  color: var(--Dark-100, #141414);
}
.white-100 {
  color: var(--White-100, #fff);
}
.white-60 {
  color: var(--White-60, rgba(255, 255, 255, 0.6));
}
.accent-100 {
  color: #F5A31D;
}
.pads {
  padding-left: 300px;
  padding-right: 300px;
}
.responsive-img {
  width: 100%;
  height: auto;
}

/* ABOUT US*/
.about-one {
  padding-top: 180px;

  .one-top-text {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; /* 125% */
    font-family: Bold;
    width: 468px;
  }
  .one-text {
    font-size: 26px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top: 40px;
    width: 560px;
  }
  .one-image {
    margin-top: 80px;
    margin-bottom: 100px;
  }
}
.about-two {
  .two-sect-one {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; /* 125% */
    font-family: Bold;
    width: 645px;
  }
  .two-text {
    font-size: 26px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top: 40px;
    width: 900px;
  }
  .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;
      }
    }
  }
}
.three-content {
  border-radius: 30px;
  background: var(--Dark-100, #141414);
  padding: 80px 120px 80px 120px;
  margin-top: 130px;
  margin-bottom: 100px;

  .three-sect-one {
    font-family: Manrope;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px; /* 138.889% */
    width: 918px;
  }
  .ceo-clan {
    margin-top: 60px;
    display: flex;
    gap: 20px;
    .ceo-text {
      margin-top: 5px;
      .ceo-name {
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
      }
      .ceo-position {
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
      }
    }
  }
}
.about-four {
  .four-sect-one {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; /* 125% */
    font-family: Bold;
    width: 642px;
  }
}
.about-five {
  background: var(--Dark-10, rgba(20, 20, 20, 0.1));
  padding-top: 140px;
  padding-bottom: 140px;
  .five-sect-one {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; /* 125% */
    font-family: Bold;
  }
  .what-content {
    margin-top: 60px;
    .what-box {
      margin-bottom: 40px;
      .what-top {
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
      }
      .what-text {
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-top: 20px;
      }
    }
  }
}
.about-six {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

/*MOBILE_APP & Web-APP*/
.mw-one {
  padding-top: 200px;
  .mw-left {
    padding-top: 50px;
    h2 {
      font-family: Bold;
      font-size: 80px;
      font-style: normal;
      font-weight: 700;
      line-height: 80px;
    }
    p {
      font-size: 26px;
      font-style: normal;
      font-weight: 300;
      line-height: normal;
      margin-top: 30px;
    }
  }
}
.dt {
  margin-bottom: 100px;
}
.mw-two {
  .mw-two-text {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; /* 125% */
    font-family: Bold;
    width: 645px;
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .w-text {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    margin-top: 120px;
    line-height: 60px; /* 150% */
  }
  .w-sub-text {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    margin-top: 20px;
    line-height: normal;
  }
  .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;
      }
    }
  }
  .w-dev {
    margin-top: 60px;
    gap: 20px;
    .apts {
      border-radius: 10px;
      background: var(--Dark-10, rgba(20, 20, 20, 0.1));
      padding: 30px 40px;
      width: 30%;
      h4 {
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-top: 20px;
      }
      p {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        margin-top: 10px;
        line-height: 30px; /* 187.5% */
      }
    }
    .apts:hover {
      border: 4px solid #F5A31D;
      background: white;
      transform: scaleY(1.05);
      transition: all 0.3s ease-in-out;
      h4 {
        color: #F5A31D;
      }
    }
    .pro {
      width: 48% !important;
    }
    .ead-list {
      margin-top: 20px;
      span {
        display: flex;
        gap: 10px;
        p {
          font-size: 15px;
          line-height: 30px;
          font-weight: 600;
          margin-top: 0px;
        }
      }
    }
  }
}
.mw-three {
  .mw-three-text {
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px; /* 125% */
    /* font-family: Bold; */
    margin-top: 100px;
    margin-bottom: 30px;
  }
  p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 187.5% */
  }
  .mobile-apps {
    margin-top: 80px;
    margin-bottom: 80px;

    .left-img {
      padding-top: 30px;
    }

    .accordion-item {
      .accordion-button {
        background: white !important;
      }
      .acc-text {
        color: #F5A31D !important;
        font-size: 36px;
        font-style: normal;
        font-weight: 600;
        line-height: 60px; /* 166.667% */
      }
      .accordion-body {
        p {
          font-size: 20px;
          font-style: normal;
          font-weight: 300;
          line-height: 30px;
        }
        h5 {
          font-size: 16px;
          font-style: normal;
          font-weight: 700;
          line-height: normal;
          margin-top: 30px;
        }
        .native-app-list {
          margin-top: 30px;
          span {
            display: flex;
            gap: 20px;
            font-size: 20px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            margin-bottom: 26px;
          }
        }
      }
    }
  }
  .softs {
    padding-top: 120px !important;
    margin: 0px !important;
  }
  .scroll-container {
    overflow: auto;
    white-space: nowrap;
  }
  .scroll-container::-webkit-scrollbar {
    display: none;
  }
  .cts {
    display: flex;
    margin-top: 60px;
    gap: 20px;
    .w-card {
      border-radius: 10px;
      border: 1px solid var(--Dark-20, rgba(20, 20, 20, 0.2));
      background: var(--White-10, rgba(255, 255, 255, 0.1));
      padding: 30px;
      margin-bottom: 30px;
      width: 100% !important;
      h4 {
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-top: 20px;
      }
      p {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px; /* 187.5% */
        margin-top: 10px;
      }
    }
  }
}
.mw-six {
  background: var(--Dark-10, rgba(20, 20, 20, 0.1));
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 100px;
  margin-bottom: 100px;
  h2 {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 125% */
  }
  p {
    font-size: 26px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top: 42px;
  }
  .industry {
    margin-top: 60px;
    gap: 30px;
    .pot {
      border-radius: 20px;
      border: 1px solid var(--Dark-80, rgba(20, 20, 20, 0.8));
      padding: 40px;
      width: 30% !important;
      h4 {
        font-size: 30px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
      }
      h6 {
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-top: 20px;
      }
    }
    .pot:hover {
      border: 5px solid #F5A31D;
      transform: scaleY(1.05);
      transition: all 0.3s ease-in-out;
    }
  }
}
.wcu {
  margin-top: 120px;
  margin-bottom: 120px;
  gap: 20px;
  h3 {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .marcks {
    font-family: "Marck Script", cursive;
    font-weight: 400;
    font-style: Regular;
    font-size: 40px;
    line-height: 55px;
    letter-spacing: 0%;
    margin-top: 20px;
  }
  .med-text {
    font-size: 16px;
    line-height: 30px;
    margin-top: 26px;
  }
  .native-app-list {
    margin-top: 30px;
    span {
      display: flex;
      gap: 20px;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 30px;
      margin-bottom: 10px;
    }
  }
  .choose-img {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

/*Ent-App*/
.ent-one {
  padding-top: 150px;
  .top-img {
    background-image: url("../assets/ent-app-image.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 100px;
    border-radius: 20px;
    h2 {
      font-size: 48px;
      font-style: normal;
      font-weight: 600;
      line-height: 55px; /* 114.583% */
    }
    p {
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: 25px; /* 156.25% */
      margin-top: 40px;
      width: 500px;
      margin-left: 150px;
    }
    button {
      border-radius: 10px;
      background: #d9d9d9;
      width: 150px;
      height: 50px;
      flex-shrink: 0;
      border: none;
      gap: 6px;
      justify-content: center;
      align-items: center;
      margin-top: 30px;
      margin-left: 150px;
    }
    button:hover {
      background: #F5A31D;
      color: white;
      flex-direction: row-reverse;
    }
  }
}
.ent-two {
  padding-top: 100px;
  .ead {
    gap: 60px;
    h2 {
      font-size: 54px;
      font-style: normal;
      font-weight: 500;
      line-height: 80px; /* 125% */
    }
    p {
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 30px; /* 187.5% */
    }
    .ead-list {
      margin-top: 20px;
      span {
        display: flex;
        gap: 10px;
        p {
          font-size: 15px;
          line-height: 30px;
          font-weight: 600;
        }
      }
    }
  }
}
.dig-one {
  .top-img {
    background-image: url("../assets/digital-tranformation.png");
  }
}
.med-one {
  .top-img {
    background-image: url("../assets/medical-devices.png");
  }
}
.pro-one {
  .top-img {
    background-image: url("../assets/process-and-operations-bg.png");
  }
}
.team-one {
  .top-img {
    background-image: url("../assets/team-mentoring-bg.png");
  }
}

/*Contact*/
.contact {
  padding-top: 150px;
  h3 {
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 55px; /* 114.583% */
  }
  p {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px; /* 156.25% */
    margin-top: 20px;
  }
  h4 {
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 45px;
    margin-top: 20px;
  }
  h5 {
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 35px;
    margin-top: 10px;
    display: flex;
    gap: 3px;
    text-decoration: underline;
  }
  .cont-details {
    .cont {
      display: flex;
      margin-bottom: -5px;
      align-items: center;
      gap: 10px;
      p {
        font-size: 15px;
        line-height: 25px;
      }
    }
  }

  .form-inner {
    margin-top: 30px;
    .form-label {
      font-size: 14px;
      font-style: normal;
      font-weight: 800;
      line-height: normal;
    }
    input {
      height: 50px !important;
    }
    button {
      width: 100%;
      height: 45px;
      background-color: #F5A31D !important;
      color: white;
      text-align: center;
    }
  }
}

@media (max-width: 1700px) {
  /*ABOUT US*/
  .achievements {
    .mate {
      h2 {
        font-size: 50px !important;
      }
      p {
        font-size: 24px !important;
      }
    }
  }

  .three-content {
    padding: 80px 80px 80px 80px;
    .three-sect-one {
      width: 100%;
    }
  }

  /*Mobile-App*/
  .mw-left {
    h2 {
      font-size: 65px !important;
      line-height: 60px !important;
    }
    p {
      font-size: 20px !important;
    }
  }
}

@media (max-width: 1600px) {
  .pads {
    padding-left: 150px;
    padding-right: 150px;
  }
}

@media (max-width: 1400px) {
  /*Ent*/
  .ent-two {
    .ead {
      h2 {
        font-size: 44px;
        font-style: normal;
        font-weight: 500;
        line-height: 70px; /* 125% */
      }
      p {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px; /* 187.5% */
      }
      .ead-list {
        margin-top: 20px;
        span {
          display: flex;
          gap: 10px;
          p {
            font-size: 15px;
            line-height: 30px;
            font-weight: 600;
          }
        }
      }
    }
  }
}

@media (max-width: 1300px) {
  /*ent-app*/
  .ent-one {
    .top-img {
      h2 {
        font-size: 36px;
      }
      p {
        margin-left: 0px;
      }
      button {
        margin-left: 0px;
      }
    }
  }
}

@media (max-width: 1200px) {
  /*ABOUT US*/
  .about-one {
    padding-top: 180px;

    .one-top-text {
      font-size: 36px;
      font-style: normal;
      font-weight: 700;
      line-height: 45px; /* 125% */
      font-family: Bold;
      width: 468px;
    }
    .one-text {
      font-size: 22px;
      font-style: normal;
      font-weight: 300;
      line-height: normal;
      margin-top: 30px;
      width: 560px;
    }
    .one-image {
      margin-top: 40px;
      margin-bottom: 50px;
    }
  }

  .about-two {
    .two-sect-one {
      font-size: 36px;
      font-style: normal;
      font-weight: 700;
      line-height: 45px; /* 125% */
      font-family: Bold;
    }
    .two-text {
      font-size: 22px;
      font-style: normal;
      font-weight: 300;
      line-height: normal;
      margin-top: 30px;
    }
    .achievements {
      .mate {
        h2 {
          font-size: 40px !important;
        }
        p {
          font-size: 20px !important;
        }
      }
    }
  }

  .about-four {
    .four-sect-one {
      font-size: 36px;
      font-style: normal;
      font-weight: 700;
      line-height: 45px; /* 125% */
      font-family: Bold;
      width: 100%;
    }
  }

  .about-five {
    .five-sect-one {
      font-size: 36px;
      font-style: normal;
      font-weight: 700;
      line-height: 45px; /* 125% */
      font-family: Bold;
    }
    .what-top {
      font-size: 24px !important;
    }
    .what-text {
      font-size: 18px !important;
    }
  }

  /*Mobile-App*/
  .pads {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 1024px) {
  /*ABOUT US*/
  .about-two {
    .two-sect-one {
      width: 100%;
    }
    .two-text {
      width: 100%;
    }
  }
  .three-content {
    padding: 50px 50px 50px 50px;
    .three-sect-one {
      width: 100%;
      font-size: 30px;
      line-height: 40px;
    }
  }
}

@media (max-width: 991px) {
  .pads {
    padding-left: 80px;
    padding-right: 80px;
  }

  /*ABOUT US*/
  .three-content {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .about-six {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }

  /*Mobile-APP*/
  .mw-one {
    padding-top: 150px !important;
    .mw-left {
      padding-top: 20px !important;
      h2 {
        font-size: 45px !important;
        line-height: 40px !important;
      }
      p {
        font-size: 18px !important;
      }
    }
  }
  .mw-two {
    .mw-two-text {
      font-size: 40px !important;
      line-height: 40px !important;
      margin-bottom: 60px !important;
      width: 100% !important;
    }
    .w-text {
      font-size: 30px !important;
      line-height: 38px !important;
    }
    .w-sub-text {
      font-size: 16px !important;
    }
    .w-dev {
      margin-top: 60px;
      gap: 20px;
      .apts {
        border-radius: 10px;
        background: var(--Dark-10, rgba(20, 20, 20, 0.1));
        padding: 30px 40px;
        width: 45%;
        h4 {
          font-size: 18px;
          font-style: normal;
          font-weight: 700;
          line-height: normal;
          margin-top: 16px;
        }
        p {
          font-size: 15px;
          font-style: normal;
          font-weight: 400;
          margin-top: 10px;
          line-height: 30px; /* 187.5% */
        }
      }
    }
  }
  .mw-three {
    .mw-three-text {
      font-size: 30px !important;
      line-height: 40px !important;
    }
    .mobile-apps {
      flex-direction: column-reverse;
      margin-top: 20px !important;

      .accordion-item {
        .acc-text {
          font-size: 28px;
        }
        .accordion-body {
          p {
            font-size: 15px;
          }
          .native-app-list {
            span {
              font-size: 16px;
            }
          }
        }
      }
    }
    .cts {
      gap: 20px !important;
      .w-card {
        width: 100% !important;
        height: auto !important;
      }
    }
  }
  .mw-six {
    padding-top: 60px;
    padding-bottom: 60px;
    h2 {
      font-size: 32px;
    }
    p {
      font-size: 20px;
      margin-top: 20px;
    }
    .industry {
      .pot {
        padding: 30px !important;
        width: 45% !important;
        h4 {
          font-size: 26px !important;
        }
        h6 {
          font-size: 18px !important;
        }
      }
    }
  }

  /*Ent-app*/
  .ent-one {
    .top-img {
      padding: 100px 60px;
      h2 {
        font-size: 30px;
        line-height: 40px;
      }
      p {
        width: 100%;
        margin-top: 20px;
      }
    }
  }
  .ent-two {
    padding-top: 60px;
    .ead {
      gap: 20px;
      h2 {
        font-size: 40px;
        font-style: normal;
        font-weight: 500;
        line-height: 45px; /* 125% */
      }
    }
  }
}

@media (max-width: 880px) {
  .mw-two {
    .w-dev {
      .pro {
        width: 100% !important;
      }
    }
  }

  .contact{
    .form-inner{
      margin-top: 70px;
    }
  }
}

@media (max-width: 768px) {
  /*ABOUT US*/
  .about-one {
    padding-top: 150px;

    .one-top-text {
      font-size: 30px;
      font-style: normal;
      font-weight: 700;
      line-height: 40px; /* 125% */
      font-family: Bold;
      width: 100%;
    }
    .one-text {
      font-size: 18px;
      font-style: normal;
      font-weight: 300;
      line-height: normal;
      margin-top: 25px;
      width: 100%;
    }
  }
  .about-two {
    .two-sect-one {
      font-size: 30px;
      font-style: normal;
      font-weight: 700;
      line-height: 40px; /* 125% */
      font-family: Bold;
    }
    .two-text {
      font-size: 18px;
      font-style: normal;
      font-weight: 300;
      line-height: normal;
      margin-top: 25px;
    }
    .achievements {
      gap: 20px !important;
    }
  }
  .three-content {
    padding: 40px;
    .three-sect-one {
      font-size: 26px;
      line-height: 35px;
    }
  }
  .about-four {
    .four-sect-one {
      font-size: 30px;
      font-style: normal;
      font-weight: 700;
      line-height: 40px; /* 125% */
      font-family: Bold;
    }
  }
  .about-five {
    padding-top: 60px;
    padding-bottom: 60px;
    .five-sect-one {
      font-size: 30px;
      font-style: normal;
      font-weight: 700;
      line-height: 40px; /* 125% */
      font-family: Bold;
    }
    .what-box {
      margin-bottom: 20px !important;
      .what-top {
        font-size: 20px !important;
      }
      .what-text {
        font-size: 15px !important;
      }
    }
  }

  /*Mobile-APP & Web-app*/
  .mw-one {
    .mob-left {
      margin-bottom: 50px !important;
    }
  }
  .mw-two {
    .mw-two-text {
      font-size: 32px !important;
      line-height: 35px !important;
      margin-bottom: 40px !important;
    }
    .w-dev {
      margin-top: 40px !important;
      gap: 20px;
      .apts {
        border-radius: 10px;
        background: var(--Dark-10, rgba(20, 20, 20, 0.1));
        padding: 25px 35px;
        width: 100%;
        h4 {
          font-size: 18px;
          font-style: normal;
          font-weight: 700;
          line-height: normal;
          margin-top: 16px;
        }
        p {
          font-size: 15px;
          font-style: normal;
          font-weight: 400;
          margin-top: 10px;
          line-height: 30px; /* 187.5% */
        }
      }
    }
  }
  .wcu {
    h3 {
      font-size: 26px;
    }
  }

  /*Ent*/
  .ent-two {
    padding-top: 50px;
    .ead {
      gap: 20px;
      h2 {
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: 40px; /* 125% */
      }
      p {
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px; /* 187.5% */
      }
      .ead-list {
        margin-top: 20px;
        span {
          display: flex;
          gap: 10px;
          margin-bottom: 6px;
          p {
            font-size: 14px;
            line-height: 26px;
            font-weight: 600;
          }
        }
      }
    }
  }
}

@media (max-width: 630px) {
  /*Mobile-app*/
  .mw-six {
    padding-top: 40px;
    padding-bottom: 40px;
    .industry {
      .pot {
        padding: 30px !important;
        width: 100% !important;
        h4 {
          font-size: 24px !important;
        }
        h6 {
          font-size: 16px !important;
        }
      }
    }
  }
}

@media (max-width: 560px) {
  .pads {
    padding-left: 20px;
    padding-right: 20px;
  }

  /*Mobile-APP*/
  .mw-two {
    .mob-two-text {
      font-size: 28px !important;
      line-height: 35px !important;
      margin-bottom: 30px !important;
    }
    .w-text {
      font-size: 28px !important;
    }
    .w-sub-text {
      line-height: 28px !important;
    }
  }

  /*Ent-app*/
  .ent-one {
    .top-img {
      padding: 50px 50px;
      h2 {
        font-size: 26px;
      }
    }
  }
}

@media (max-width: 480px) {
  /*ABOUT US*/
  .three-content {
    padding: 30px;
    .three-sect-one {
      font-size: 22px;
    }
    .three-img {
      width: 60px;
      height: 60px;
    }
    .ceo-clan {
      gap: 10px !important;
      .ceo-name,
      .ceo-position {
        font-size: 16px !important;
      }
    }
  }

  /*Mobile App & Web-app*/
  .mw-three {
    .cts {
      .w-card {
        padding: 20px;
        h4 {
          font-size: 18px;
        }
        p {
          font-size: 14px;
        }
      }
    }
  }
}
