/*business learning app css starts here*/

@font-face {
  font-family: "Open Sauce Sans";
  src: url("./fonts/OpenSauceSans-Light.woff2") format("woff2"),
    url("./fonts/OpenSauceSans-Light.woff") format("woff"),
    url("./fonts/OpenSauceSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sauce Sans";
  src: url("./fonts/OpenSauceSans-Regular.woff2") format("woff2"),
    url("./fonts/OpenSauceSans-Regular.woff") format("woff"),
    url("./fonts/OpenSauceSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sauce Sans";
  src: url("./fonts/OpenSauceSans-Medium.woff2") format("woff2"),
    url("./fonts/OpenSauceSans-Medium.woff") format("woff"),
    url("./fonts/OpenSauceSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sauce Sans";
  src: url("./fonts/OpenSauceSans-SemiBold.woff2") format("woff2"),
    url("./fonts/OpenSauceSans-SemiBold.woff") format("woff"),
    url("./fonts/OpenSauceSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sauce Sans";
  src: url("./fonts/OpenSauceSans-Bold.woff2") format("woff2"),
    url("./fonts/OpenSauceSans-Bold.woff") format("woff"),
    url("./fonts/OpenSauceSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sauce Sans";
  src: url("./fonts/OpenSauceSans-ExtraBold.woff2") format("woff2"),
    url("./fonts/OpenSauceSans-ExtraBold.woff") format("woff"),
    url("./fonts/OpenSauceSans-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sauce Sans";
  src: url("./fonts/OpenSauceSans-Black.woff2") format("woff2"),
    url("./fonts/OpenSauceSans-Black.woff") format("woff"),
    url("./fonts/OpenSauceSans-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
a {
  margin: 0;
}

a {
  text-decoration: none;
}

.jetson-wrapper {
  font-weight: 400;
  font-family: "Open Sauce Sans";
  overflow: hidden;
  color: #000;
  background-color: #000000;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 575px) {
  .jetson-wrapper {
    font-size: 16px;
    line-height: 28px;
  }
}
.jetson-wrapper .jetson-bg-black {
  background-color: #000;
}
.jetson-wrapper .jetson-bg-white {
  background-color: #ffffff;
}
.jetson-wrapper .jest-bg-lightblack {
  background-color: #101010;
}
.jetson-wrapper .jest-color-white {
  color: #fff;
}
.jetson-wrapper .jest-color-black {
  color: #000;
}
.jetson-wrapper .jest-color-grey {
  color: #2d2d2d;
}
.jetson-wrapper .jest-color-darkgrey {
  color: #a9a9a9;
}
.jetson-wrapper .jest-text-center {
  text-align: center;
}
.jetson-wrapper .jest-text-right {
  text-align: right;
}
.jetson-wrapper h1,
.jetson-wrapper h2,
.jetson-wrapper h3,
.jetson-wrapper h4,
.jetson-wrapper h5,
.jetson-wrapper h6 {
  font-family: "Open Sauce Sans";
  margin: 0;
}
.jetson-wrapper .jetson-container {
  position: relative;
}
@media only screen and (min-width: 1700px) {
  .jetson-wrapper .jetson-container {
    margin: 0 auto !important;
    width: 100%;
    max-width: 1600px;
    padding: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1899px) {
  .jetson-wrapper .jetson-container {
    width: calc(100% - 10%);
    max-width: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .jetson-wrapper .jetson-container {
    width: calc(100% - 80px);
    max-width: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jetson-wrapper .jetson-container {
    width: calc(100% - 60px);
    max-width: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .jetson-wrapper .jetson-container {
    width: calc(100% - 40px);
    max-width: none;
  }
}

.jetson-wrapper .jetptb-120 {
  padding: 120px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .jetson-wrapper .jetptb-120 {
    padding: 110px 0;
  }
}
@media only screen and (max-width: 1199px) {
  .jetson-wrapper .jetptb-120 {
    padding: 90px 0;
  }
}
@media only screen and (max-width: 991px) {
  .jetson-wrapper .jetptb-120 {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 767px) {
  .jetson-wrapper .jetptb-120 {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 575px) {
  .jetson-wrapper .jetptb-120 {
    padding: 35px 0;
  }
}
.jetson-wrapper .jetpt-120 {
  padding-top: 120px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .jetson-wrapper .jetpt-120 {
    padding-top: 110px;
  }
}
@media only screen and (max-width: 1199px) {
  .jetson-wrapper .jetpt-120 {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 991px) {
  .jetson-wrapper .jetpt-120 {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .jetson-wrapper .jetpt-120 {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .jetson-wrapper .jetpt-120 {
    padding-top: 35px;
  }
}
.jetson-wrapper .jetpb-120 {
  padding-bottom: 120px;
}
@media only screen and (max-width: 1199px) {
  .jetson-wrapper .jetpb-120 {
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 991px) {
  .jetson-wrapper .jetpb-120 {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .jetson-wrapper .jetpb-120 {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .jetson-wrapper .jetpb-120 {
    padding-bottom: 35px;
  }
}
.jetson-wrapper .jetp-40 {
  padding: 40px;
}
@media only screen and (max-width: 991px) {
  .jetson-wrapper .jetp-40 {
    padding: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .jetson-wrapper .jetp-40 {
    padding: 20px;
  }
}
.jetson-wrapper .gap-15 {
  gap: 15px;
}
.jetson-wrapper .jetmb-150 {
  margin-bottom: 150px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .jetson-wrapper .jetmb-150 {
    margin-bottom: 110px;
  }
}
@media only screen and (max-width: 1199px) {
  .jetson-wrapper .jetmb-150 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .jetson-wrapper .jetmb-150 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .jetson-wrapper .jetmb-150 {
    margin-bottom: 20px;
  }
}
.jetson-wrapper .mt-130 {
  margin-top: -130px;
}
@media only screen and (max-width: 991px) {
  .jetson-wrapper .mt-130 {
    margin-top: 0;
  }
}
.jetson-wrapper .jetmb-90 {
  margin-bottom: 90px;
}
@media only screen and (max-width: 1199px) {
  .jetson-wrapper .jetmb-90 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .jetson-wrapper .jetmb-90 {
    margin-bottom: 30px;
  }
}
.jetson-wrapper .jetmt-90 {
  margin-top: 90px;
}
@media only screen and (max-width: 1199px) {
  .jetson-wrapper .jetmt-90 {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .jetson-wrapper .jetmt-90 {
    margin-top: 30px;
  }
}
.jetson-wrapper .jetmb-80 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 1199px) {
  .jetson-wrapper .jetmb-80 {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .jetson-wrapper .jetmb-80 {
    margin-bottom: 30px;
  }
}
.jetson-wrapper .jetmt-40 {
  margin-top: 40px;
}
@media only screen and (max-width: 575px) {
  .jetson-wrapper .jetmt-40 {
    margin-top: 30px;
  }
}
.jetson-wrapper .jetmb-40 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 575px) {
  .jetson-wrapper .jetmb-40 {
    margin-bottom: 30px;
  }
}
.jetson-wrapper .jetson-80 {
  font-size: 80px;
  line-height: 108px;
}
@media only screen and (max-width: 1199px) {
  .jetson-wrapper .jetson-80 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .jetson-wrapper .jetson-80 {
    font-size: 40px;
    line-height: 50px;
  }
}
.jetson-wrapper .jetson-64 {
  font-size: 64px;
  line-height: 72px;
}
@media only screen and (max-width: 1199px) {
  .jetson-wrapper .jetson-64 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .jetson-wrapper .jetson-64 {
    font-size: 40px;
    line-height: 50px;
  }
}
.jetson-wrapper .jetson-64s {
  font-size: 64px;
  line-height: 58px;
}
@media only screen and (max-width: 1199px) {
  .jetson-wrapper .jetson-64s {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .jetson-wrapper .jetson-64s {
    font-size: 40px;
    line-height: 52px;
  }
}
@media only screen and (max-width: 575px) {
  .jetson-wrapper .jetson-64s {
    font-size: 35px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 375px) {
  .jetson-wrapper .jetson-64s {
    font-size: 30px;
    line-height: 40px;
  }
}
.jetson-wrapper .jetson-44 {
  font-size: 44px;
  line-height: 58px;
}
@media only screen and (max-width: 1199px) {
  .jetson-wrapper .jetson-44 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .jetson-wrapper .jetson-44 {
    font-size: 30px;
    line-height: 40px;
  }
}
.jetson-wrapper .jetson-40 {
  font-size: 40px;
  line-height: 54px;
}
@media only screen and (max-width: 1199px) {
  .jetson-wrapper .jetson-40 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .jetson-wrapper .jetson-40 {
    font-size: 30px;
    line-height: 40px;
  }
}
.jetson-wrapper .jetson-32 {
  font-size: 32px;
  line-height: 44px;
}
@media only screen and (max-width: 1199px) {
  .jetson-wrapper .jetson-32 {
    font-size: 25px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 575px) {
  .jetson-wrapper .jetson-32 {
    font-size: 22px;
    line-height: 28px;
  }
}
.jetson-wrapper .jetson-24 {
  font-size: 24px;
  line-height: 39px;
}
@media only screen and (max-width: 1365px) {
  .jetson-wrapper .jetson-24 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .jetson-wrapper .jetson-24 {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 575px) {
  .jetson-wrapper .jetson-24 {
    font-size: 16px;
    line-height: 26px;
  }
}
.jetson-wrapper .jetson-22 {
  font-size: 22px;
  line-height: 39px;
  margin: 0;
}
@media only screen and (max-width: 1365px) {
  .jetson-wrapper .jetson-22 {
    font-size: 20px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 991px) {
  .jetson-wrapper .jetson-22 {
    font-size: 18px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .jetson-wrapper .jetson-22 {
    font-size: 16px;
    line-height: 26px;
  }
}
.jetson-wrapper .jetson-22s {
  font-size: 22px;
  line-height: 27px;
  margin: 0;
}
@media only screen and (max-width: 1365px) {
  .jetson-wrapper .jetson-22s {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .jetson-wrapper .jetson-22s {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 575px) {
  .jetson-wrapper .jetson-22s {
    font-size: 16px;
    line-height: 26px;
  }
}
.jetson-wrapper .jetson-18 {
  font-size: 18px;
  line-height: 32px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .jetson-wrapper .jetson-18 {
    font-size: 16px;
    line-height: 26px;
  }
}
.jetson-wrapper .jest-900 {
  font-weight: 900;
}
.jetson-wrapper .jest-800 {
  font-weight: 800;
}
.jetson-wrapper .jest-700 {
  font-weight: 700;
}
.jetson-wrapper .jest-600 {
  font-weight: 600;
}
.jetson-wrapper .jest-500 {
  font-weight: 500;
}
.jetson-wrapper .jest-400 {
  font-weight: 400;
}
.jetson-wrapper .jest-300 {
  font-weight: 300;
}
.jetson-wrapper .jetbr-100 {
  border-radius: 100px 100px 0 0;
}
@media only screen and (max-width: 1199px) {
  .jetson-wrapper .jetbr-100 {
    border-radius: 50px 50px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .jetson-wrapper .jetbr-100 {
    border-radius: 30px 30px 0 0;
  }
}
@media only screen and (max-width: 575px) {
  .jetson-wrapper .jetbr-100 {
    border-radius: 20px 20px 0 0;
  }
}
.jetson-wrapper .jetbr-60 {
  border-radius: 60px;
}
@media only screen and (max-width: 991px) {
  .jetson-wrapper .jetbr-60 {
    border-radius: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .jetson-wrapper .jetbr-60 {
    border-radius: 20px;
  }
}
.jetson-wrapper .jetbr-50 {
  border-radius: 50px;
}
@media only screen and (max-width: 991px) {
  .jetson-wrapper .jetbr-50 {
    border-radius: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .jetson-wrapper .jetbr-50 {
    border-radius: 20px;
  }
}
.jetson-wrapper .jetbr-40 {
  border-radius: 40px;
}
@media only screen and (max-width: 991px) {
  .jetson-wrapper .jetbr-40 {
    border-radius: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .jetson-wrapper .jetbr-40 {
    border-radius: 20px;
  }
}
.jetson-wrapper h2.title {
  position: relative;
  padding-left: 20px;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  display: inline-block;
}
@media only screen and (max-width: 1199px) {
  .jetson-wrapper h2.title {
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 991px) {
  .jetson-wrapper h2.title {
    font-size: 30px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 575px) {
  .jetson-wrapper h2.title {
    font-size: 28px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 480px) {
  .jetson-wrapper h2.title {
    padding-left: 12px;
  }
}
@media only screen and (max-width: 375px) {
  .jetson-wrapper h2.title {
    font-size: 26px;
    line-height: 32px;
  }
}
.jetson-wrapper h2.title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 100%;
  background-color: #ffab00;
}
.jetson-wrapper .jetson-banner-section {
  overflow: hidden;
  position: relative;
}
.jetson-wrapper .jetson-banner-section .banner-outer {
  position: relative;
  padding-top: 90px;
  z-index: 2;
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .jetson-wrapper .jetson-banner-section .banner-outer {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .jetson-wrapper .jetson-banner-section .banner-outer {
    padding-top: 45px;
  }
}
@media only screen and (max-width: 1199px) {
  .jetson-wrapper .jetson-banner-section .banner-outer .top-outer {
    margin-bottom: 30px;
    text-align: center;
    justify-content: center !important;
  }
}
@media only screen and (max-width: 575px) {
  .jetson-wrapper .jetson-banner-section .banner-outer .top-outer {
    margin-bottom: 25px;
  }
}
.jetson-wrapper .jetson-banner-section .banner-outer .top-outer .logo-wrap img {
  width: 161px;
  aspect-ratio: 3.3541666667;
}
@media only screen and (max-width: 575px) {
  .jetson-wrapper
    .jetson-banner-section
    .banner-outer
    .top-outer
    .logo-wrap
    img {
    max-width: 50%;
  }
}
@media only screen and (max-width: 1199px) {
  .jetson-wrapper .jetson-banner-section .banner-outer .bottom-outer {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .jetson-wrapper .jetson-banner-section .banner-outer .bottom-outer {
    margin-top: 70px;
  }
}
.jetson-wrapper
  .jetson-banner-section
  .banner-outer
  .bottom-outer
  .middle-text {
  padding-top: 150px;
  max-width: 1290px;
  margin: 0 auto;
}
@media only screen and (min-width: 1700px) and (max-width: 1899px) {
  .jetson-wrapper
    .jetson-banner-section
    .banner-outer
    .bottom-outer
    .middle-text {
    padding-top: 150px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1699px) {
  .jetson-wrapper
    .jetson-banner-section
    .banner-outer
    .bottom-outer
    .middle-text {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .jetson-wrapper
    .jetson-banner-section
    .banner-outer
    .bottom-outer
    .middle-text {
    max-width: 90%;
  }
}
@media only screen and (max-width: 1199px) {
  .jetson-wrapper
    .jetson-banner-section
    .banner-outer
    .bottom-outer
    .middle-text {
    padding-top: 0;
    max-width: 700px;
  }
}
@media only screen and (max-width: 767px) {
  .jetson-wrapper
    .jetson-banner-section
    .banner-outer
    .bottom-outer
    .middle-text {
    max-width: none;
  }
}
.jetson-wrapper
  .jetson-banner-section
  .banner-outer
  .bottom-outer
  .middle-text
  .div-outer {
  position: relative;
}
.jetson-wrapper
  .jetson-banner-section
  .banner-outer
  .bottom-outer
  .middle-text
  .div-outer:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -30px;
  background: url("./img/underline.svg") no-repeat;
  width: 123px;
  height: 17px;
}
.jetson-wrapper
  .jetson-banner-section
  .banner-outer
  .bottom-outer
  .middle-text
  .div-outer:after {
  content: "";
  position: absolute;
  background: url("./img/webp/bg-pattern.webp") no-repeat center center;
  background-size: cover;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 596px;
  height: 596px;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1199px) {
  .jetson-wrapper
    .jetson-banner-section
    .banner-outer
    .bottom-outer
    .middle-text
    .div-outer:after {
    display: none;
  }
}
.jetson-wrapper
  .jetson-banner-section
  .banner-outer
  .bottom-outer
  .middle-text
  .big-one-text {
  position: relative;
  font-size: 96px;
  line-height: 118px;
  font-weight: 800;
  color: #fff;
  z-index: 2;
  display: inline;
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .jetson-wrapper
    .jetson-banner-section
    .banner-outer
    .bottom-outer
    .middle-text
    .big-one-text {
    font-size: 75px;
    line-height: 90px;
  }
}
@media only screen and (max-width: 1199px) {
  .jetson-wrapper
    .jetson-banner-section
    .banner-outer
    .bottom-outer
    .middle-text
    .big-one-text {
    font-size: 55px;
    line-height: 65px;
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .jetson-wrapper
    .jetson-banner-section
    .banner-outer
    .bottom-outer
    .middle-text
    .big-one-text {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .jetson-wrapper
    .jetson-banner-section
    .banner-outer
    .bottom-outer
    .middle-text
    .big-one-text {
    font-size: 32px;
    line-height: 45px;
  }
}

.jetson-wrapper
  .jetson-banner-section
  .banner-outer
  .bottom-outer
  .middle-text
  .big-one-text
  em {
  font-style: normal;
}
.jetson-wrapper
  .jetson-banner-section
  .banner-outer
  .bottom-outer
  .middle-text
  .big-one-text
  em.first {
  position: relative;
}
.jetson-wrapper
  .jetson-banner-section
  .banner-outer
  .bottom-outer
  .middle-text
  .big-one-text
  em.first::after {
  content: attr(title);
  position: absolute;
  -webkit-text-stroke: 0.13em #000;
  left: 0;
  top: 0;
  z-index: -1;
}
.jetson-wrapper
  .jetson-banner-section
  .banner-outer
  .bottom-outer
  .middle-text
  .big-one-text
  em.last {
  position: relative;
}
.jetson-wrapper
  .jetson-banner-section
  .banner-outer
  .bottom-outer
  .middle-text
  .big-one-text
  em.last
  sub {
  position: absolute;
  bottom: -10px;
}
@media only screen and (max-width: 991px) {
  .jetson-wrapper
    .jetson-banner-section
    .banner-outer
    .bottom-outer
    .middle-text
    .big-one-text
    em.last
    sub {
    display: none;
  }
}
.jetson-wrapper
  .jetson-banner-section
  .banner-outer
  .bottom-outer
  .middle-text
  .big-one-text
  em.last
  sub
  img {
  width: 123px;
}
.jetson-wrapper
  .jetson-banner-section
  .banner-outer
  .bottom-outer
  .middle-text
  .big-one-text
  em.last
  sup {
  top: -0.8em;
  right: 0.4em;
}
@media only screen and (max-width: 991px) {
  .jetson-wrapper
    .jetson-banner-section
    .banner-outer
    .bottom-outer
    .middle-text
    .big-one-text
    em.last
    sup {
    display: none;
  }
}
.jetson-wrapper
  .jetson-banner-section
  .banner-outer
  .bottom-outer
  .middle-text
  .big-one-text
  em.last
  sup
  img {
  width: 25px;
}

.jetson-wrapper
  .jetson-banner-section
  .banner-outer
  .bottom-outer
  .middle-text
  .big-one-text
  .lighttext {
  font-weight: 300;
  position: relative;
}

.jetson-wrapper
  .jetson-banner-section
  .banner-outer
  .bottom-outer
  .middle-text
  .div-one {
  position: absolute;
  right: 130px;
  top: -35px;
  padding: 20px;
  border-radius: 10px;
  background-color: #fefae0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.64px;
  transform: rotate(-3.24deg);
  text-transform: uppercase;
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .jetson-wrapper
    .jetson-banner-section
    .banner-outer
    .bottom-outer
    .middle-text
    .div-one {
    right: 75px;
    top: -44px;
  }
}
@media only screen and (max-width: 1199px) {
  .jetson-wrapper
    .jetson-banner-section
    .banner-outer
    .bottom-outer
    .middle-text
    .div-one {
    font-size: 14px;
    padding: 10px;
    border-radius: 6px;
    right: 50px;
    top: -30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jetson-wrapper
    .jetson-banner-section
    .banner-outer
    .bottom-outer
    .middle-text
    .div-one {
    right: 50px;
    top: -27px;
  }
}
@media only screen and (max-width: 767px) {
  .jetson-wrapper
    .jetson-banner-section
    .banner-outer
    .bottom-outer
    .middle-text
    .div-one {
    display: none;
  }
}
.jetson-wrapper
  .jetson-banner-section
  .banner-outer
  .bottom-outer
  .middle-text
  .div-two {
  position: absolute;
  left: 238px;
  bottom: 87px;
  padding: 20px;
  border-radius: 10px;
  background-color: #c7f9cc;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.64px;
  transform: rotate(10.7deg);
  text-transform: uppercase;
  z-index: 2;
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .jetson-wrapper
    .jetson-banner-section
    .banner-outer
    .bottom-outer
    .middle-text
    .div-two {
    bottom: 65px;
    left: 155px;
  }
}
@media only screen and (max-width: 1199px) {
  .jetson-wrapper
    .jetson-banner-section
    .banner-outer
    .bottom-outer
    .middle-text
    .div-two {
    font-size: 14px;
    padding: 10px;
    border-radius: 6px;
    left: 100px;
    bottom: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jetson-wrapper
    .jetson-banner-section
    .banner-outer
    .bottom-outer
    .middle-text
    .div-two {
    left: 98px;
    bottom: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .jetson-wrapper
    .jetson-banner-section
    .banner-outer
    .bottom-outer
    .middle-text
    .div-two {
    display: none;
  }
}
.jetson-wrapper .jetson-banner-section .img-outer {
  position: relative;
  padding-top: 54px;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .jetson-wrapper .jetson-banner-section .img-outer {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .jetson-wrapper .jetson-banner-section .img-outer {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .jetson-wrapper .jetson-banner-section .img-outer {
    padding-top: 10px;
  }
}
.jetson-wrapper .jetson-banner-section .img-outer:before {
  content: "";
  position: absolute;
  right: 15px;
  top: 0;
  background: url("./img/dots.svg") no-repeat;
  background-size: cover;
  width: 66px;
  height: 54px;
}
@media only screen and (max-width: 1199px) {
  .jetson-wrapper .jetson-banner-section .img-outer:before {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .jetson-wrapper .jetson-banner-section .img-outer:before {
    display: none;
  }
}
.jetson-wrapper .jetson-banner-section .main-outer {
  height: 100%;
  position: relative;
  display: flex;
  align-items: end;
}
@media only screen and (max-width: 1199px) {
  .jetson-wrapper .jetson-banner-section .main-outer {
    display: none;
  }
}
.jetson-wrapper .jetson-banner-section .main-outer img {
  width: 24px;
  aspect-ratio: 0.96;
}
.jetson-wrapper .jetson-banner-section .main-outer .main-one {
  width: 280px;
  height: 280px;
  border: 1px solid transparent;
  border-radius: 50%;
  transform: rotate(-80deg);
  margin-left: auto;
  margin-bottom: 50px;
}
.jetson-wrapper .jetson-banner-section .main-outer .main-one .circleone {
  width: 64px;
  height: 64px;
  background-color: #0e0e0e;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  margin: auto;
  animation: jetcircleone 6s linear infinite alternate;
  display: flex;
  align-items: center;
  justify-content: center;
}
@keyframes jetcircleone {
  0% {
    transform: rotate(0deg) translate(-140px);
  }
  100% {
    transform: rotate(140deg) translate(-140px);
  }
}
.jetson-wrapper .jetson-banner-section .main-outer .main-two {
  width: 280px;
  height: 280px;
  border: 1px solid transparent;
  border-radius: 50%;
  transform: rotate(90deg);
  margin-right: auto;
  margin-bottom: 50px;
}
.jetson-wrapper .jetson-banner-section .main-outer .main-two .circletwo {
  width: 64px;
  height: 64px;
  background-color: #0e0e0e;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  margin: auto;
  animation: jetcircletwo 6s linear infinite alternate;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jetson-wrapper .jetson-banner-section .main-outer .main-two .circletwo img {
  transform: rotate(180deg);
}
@keyframes jetcircletwo {
  100% {
    transform: rotate(140deg) translate(-140px);
  }
  0% {
    transform: rotate(0deg) translate(-140px);
  }
}
.jetson-wrapper .jetson-banner-section .img-wrap {
  margin-top: 30px;
}
@media only screen and (max-width: 575px) {
  .jetson-wrapper .jetson-banner-section .img-wrap {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .jetson-wrapper .jetson-banner-section .img-wrap {
    margin-top: 35px;
  }
}
.jetson-wrapper .jetson-banner-section .img-wrap img {
  width: 480px;
}
.jetson-wrapper .jetson-about {
  position: relative;
  background-color: #ffffff;
}
@media only screen and (max-width: 1199px) {
  .jetson-wrapper .jetson-about {
    text-align: center;
  }
}
.jetson-wrapper .jetson-about:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #000;
  height: 150px;
  z-index: -1;
}
.jetson-wrapper .jetson-about .short-info {
  max-width: 1140px;
  margin-left: auto;
}

.jetson-wrapper .jetson-our-work {
  position: relative;
}
.jetson-wrapper .jetson-our-work .discovery-ideas .content-wrap {
  max-width: 512px;
}
@media only screen and (max-width: 1199px) {
  .jetson-wrapper .jetson-our-work .discovery-ideas .content-wrap {
    max-width: none;
    text-align: center;
  }
}
@media only screen and (max-width: 1199px) {
  .jetson-wrapper .jetson-our-work .discovery-ideas .right-content {
    margin-top: 30px;
  }
}
.jetson-wrapper .jetson-our-work .discovery-ideas .right-content ul {
  list-style-type: none;
  margin: 0;
}
@media only screen and (max-width: 1199px) {
  .jetson-wrapper .jetson-our-work .discovery-ideas .right-content ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.jetson-wrapper .jetson-our-work .discovery-ideas .right-content ul li {
  font-size: 64px;
  line-height: 84px;
  font-weight: 700;
  display: flex;
  -webkit-background-clip: text;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.2);
  color: #000;
  letter-spacing: 1.28px;
  margin: 0 0 30px;
}
.jetson-wrapper .jetson-our-work .ideas-list li {
  transition: color 0.3s;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .jetson-wrapper .jetson-our-work .discovery-ideas .right-content ul li {
    font-size: 60px;
    line-height: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .jetson-wrapper .jetson-our-work .discovery-ideas .right-content ul li {
    font-size: 35px;
    line-height: 45px;
    margin: 0 0 30px;
    flex-direction: column;
    text-align: center;
    width: 50%;
  }
}
@media only screen and (max-width: 991px) {
  .jetson-wrapper .jetson-our-work .discovery-ideas .right-content ul li {
    -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.2);
  }
}
@media only screen and (max-width: 767px) {
  .jetson-wrapper .jetson-our-work .discovery-ideas .right-content ul li {
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 575px) {
  .jetson-wrapper .jetson-our-work .discovery-ideas .right-content ul li {
    font-size: 32px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 480px) {
  .jetson-wrapper .jetson-our-work .discovery-ideas .right-content ul li {
    width: 100%;
  }
}
.jetson-wrapper .jetson-our-work .discovery-ideas .right-content ul li span {
  margin-right: 30px;
  display: block;
  font-size: 22px;
  line-height: 27px;
  font-weight: 300;
  background: transparent;
  color: rgba(255, 255, 255, 0.2);
}
@media only screen and (min-width: 1199px) {
  .jetson-wrapper .jetson-our-work .discovery-ideas .right-content ul li span {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 1199px) {
  .jetson-wrapper .jetson-our-work .discovery-ideas .right-content ul li span {
    margin-right: 0;
  }
}
@media only screen and (max-width: 575px) {
  .jetson-wrapper .jetson-our-work .discovery-ideas .right-content ul li span {
    font-size: 18px;
    line-height: 24px;
  }
}
.jetson-wrapper
  .jetson-our-work
  .discovery-ideas
  .right-content
  ul
  li.text-active {
  color: #fff;
}
.jetson-wrapper
  .jetson-our-work
  .discovery-ideas
  .right-content
  ul
  li.text-active
  span {
  color: #fff;
}
@media only screen and (max-width: 1199px) {
  .jetson-wrapper .jetson-our-work .color-wrapper .color-typo {
    text-align: center;
  }
}
.jetson-wrapper .jetson-our-work .color-wrapper .color-typo .container {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 1199px) {
  .jetson-wrapper .jetson-our-work .color-wrapper .color-typo .title-wrap {
    margin: 0 0 10px;
  }
}
.jetson-wrapper .jetson-our-work .color-wrapper .colors-info .gradient-box {
  position: relative;
  display: flex;
  align-items: stretch;
  height: 100%;
  max-width: 560px;
  gap: 20px;
}
@media only screen and (max-width: 1199px) {
  .jetson-wrapper .jetson-our-work .color-wrapper .colors-info .gradient-box {
    margin: 0 auto 50px;
    max-width: none;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .jetson-wrapper .jetson-our-work .color-wrapper .colors-info .gradient-box {
    margin: 0 auto 30px;
  }
}
@media only screen and (max-width: 575px) {
  .jetson-wrapper .jetson-our-work .color-wrapper .colors-info .gradient-box {
    display: block;
    height: auto;
  }
}
.jetson-wrapper
  .jetson-our-work
  .color-wrapper
  .colors-info
  .gradient-box
  .img-wrap {
  height: 100%;
  text-align: center;
  max-width: 500px;
}
@media only screen and (max-width: 1499px) {
  .jetson-wrapper
    .jetson-our-work
    .color-wrapper
    .colors-info
    .gradient-box
    .img-wrap {
    max-width: 80%;
  }
}
@media only screen and (max-width: 991px) {
  .jetson-wrapper
    .jetson-our-work
    .color-wrapper
    .colors-info
    .gradient-box
    .img-wrap {
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 575px) {
  .jetson-wrapper
    .jetson-our-work
    .color-wrapper
    .colors-info
    .gradient-box
    .img-wrap {
    margin: 0 auto;
  }
}
.jetson-wrapper
  .jetson-our-work
  .color-wrapper
  .colors-info
  .gradient-box
  .img-wrap
  img {
  width: 502px;
  aspect-ratio: 1;
}
.jetson-wrapper
  .jetson-our-work
  .color-wrapper
  .colors-info
  .gradient-box
  .colors-main {
  width: 32px;
  background: linear-gradient(to bottom, #ffab00, #ff00dc);
  position: relative;
  border-radius: 8px;
}
@media only screen and (max-width: 575px) {
  .jetson-wrapper
    .jetson-our-work
    .color-wrapper
    .colors-info
    .gradient-box
    .colors-main {
    margin-top: 30px;
    width: 100%;
    height: 32px;
    background: linear-gradient(to right, #ffab00, #ff00dc);
  }
}
.jetson-wrapper
  .jetson-our-work
  .color-wrapper
  .colors-info
  .gradient-box
  .colors-main
  .color-pick {
  height: 20px;
  width: 44px;
  border-radius: 5px;
  background-color: transparent;
  border: 2px solid #fff;
  position: absolute;
  bottom: 0;
  left: -6px;
  filter: drop-shadow(10px 10px 25px rgba(0, 0, 0, 0.75));
  animation: jetMoveUpDown 8s linear infinite;
}
@media only screen and (max-width: 575px) {
  .jetson-wrapper
    .jetson-our-work
    .color-wrapper
    .colors-info
    .gradient-box
    .colors-main
    .color-pick {
    right: 0;
    left: auto;
    animation: jetMoveLeftRight 8s linear infinite;
    height: 44px;
    width: 20px;
    top: -6px;
  }
}
@keyframes jetMoveUpDown {
  0%,
  100% {
    bottom: 0;
  }
  50% {
    bottom: 95%;
  }
}
@-webkit-keyframes jetMoveUpDown {
  0%,
  100% {
    bottom: 0;
  }
  50% {
    bottom: 95%;
  }
}
@-moz-keyframes jetMoveUpDown {
  0%,
  100% {
    bottom: 0;
  }
  50% {
    bottom: 95%;
  }
}
@keyframes jetMoveLeftRight {
  0%,
  100% {
    right: 0;
  }
  50% {
    right: 95%;
  }
}
@-webkit-keyframes jetMoveLeftRight {
  0%,
  100% {
    right: 0;
  }
  50% {
    right: 95%;
  }
}
@-moz-keyframes jetMoveLeftRight {
  0%,
  100% {
    right: 0;
  }
  50% {
    right: 95%;
  }
}
@media only screen and (max-width: 1199px) {
  .jetson-wrapper
    .jetson-our-work
    .color-wrapper
    .colors-info
    .fonts-wrapper
    .font-name {
    text-align: center;
  }
}
.jetson-wrapper
  .jetson-our-work
  .color-wrapper
  .colors-info
  .fonts-wrapper
  .font-lists {
  display: grid;
  padding: 0;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  list-style-type: none;
}
@media only screen and (max-width: 1799px) {
  .jetson-wrapper
    .jetson-our-work
    .color-wrapper
    .colors-info
    .fonts-wrapper
    .font-lists {
    display: flex;
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: scroll;
  }
}
@media only screen and (max-width: 1799px) {
  .jetson-wrapper
    .jetson-our-work
    .color-wrapper
    .colors-info
    .fonts-wrapper
    .font-lists::-webkit-scrollbar {
    height: 8px;
  }
}
@media only screen and (max-width: 1799px) {
  .jetson-wrapper
    .jetson-our-work
    .color-wrapper
    .colors-info
    .fonts-wrapper
    .font-lists::-webkit-scrollbar-thumb {
    background-color: #ccc; /* Customize scrollbar color */
    border-radius: 4px;
  }
}
@media only screen and (max-width: 1799px) {
  .jetson-wrapper
    .jetson-our-work
    .color-wrapper
    .colors-info
    .fonts-wrapper
    .font-lists::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* Customize scrollbar track color */
  }
}
@media only screen and (max-width: 1199px) {
  .jetson-wrapper
    .jetson-our-work
    .color-wrapper
    .colors-info
    .fonts-wrapper
    .font-lists {
    justify-content: center;
  }
}
@media only screen and (max-width: 991px) {
  .jetson-wrapper
    .jetson-our-work
    .color-wrapper
    .colors-info
    .fonts-wrapper
    .font-lists {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .jetson-wrapper
    .jetson-our-work
    .color-wrapper
    .colors-info
    .fonts-wrapper
    .font-lists {
    justify-content: start;
  }
}
.jetson-wrapper
  .jetson-our-work
  .color-wrapper
  .colors-info
  .fonts-wrapper
  .font-lists
  li {
  color: #fff;
}
@media only screen and (max-width: 1799px) {
  .jetson-wrapper
    .jetson-our-work
    .color-wrapper
    .colors-info
    .fonts-wrapper
    .font-lists
    li {
    margin: 0 0 10px;
  }
}
.jetson-wrapper
  .jetson-our-work
  .color-wrapper
  .colors-info
  .fonts-wrapper
  .font-lists
  li
  .big-text {
  position: relative;
  padding: 20px 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0 0 25px;
}
@media only screen and (max-width: 767px) {
  .jetson-wrapper
    .jetson-our-work
    .color-wrapper
    .colors-info
    .fonts-wrapper
    .font-lists
    li
    .big-text {
    padding: 15px 20px;
  }
}
.jetson-wrapper
  .jetson-our-work
  .color-wrapper
  .colors-info
  .fonts-wrapper
  .font-lists
  li
  .small-text {
  padding-left: 25px;
}
@media only screen and (max-width: 767px) {
  .jetson-wrapper
    .jetson-our-work
    .color-wrapper
    .colors-info
    .fonts-wrapper
    .font-lists
    li
    .small-text {
    padding-left: 20px;
  }
}

.jetson-wrapper .jetson-our-work:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #ffffff;
  height: 150px;
  z-index: -1;
}
.jetson-wrapper .jetson-solution {
  border-radius: 100px;
}
@media only screen and (max-width: 1199px) {
  .jetson-wrapper .jetson-solution {
    border-radius: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .jetson-wrapper .jetson-solution {
    border-radius: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .jetson-wrapper .jetson-solution {
    border-radius: 20px;
  }
}

.jetson-wrapper .jetson-solution .solution-outer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 35px;
  margin-top: 200px;
}
@media only screen and (min-width: 1500px) and (max-width: 1599px) {
  .jetson-wrapper .jetson-solution .solution-outer {
    margin-top: 130px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .jetson-wrapper .jetson-solution .solution-outer {
    margin-top: 110px;
  }
}
@media only screen and (max-width: 1199px) {
  .jetson-wrapper .jetson-solution .solution-outer {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 991px) {
  .jetson-wrapper .jetson-solution .solution-outer {
    margin-top: 50px;
    grid-gap: 30px;
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: scroll;
  }
}
@media only screen and (max-width: 991px) {
  .jetson-wrapper .jetson-solution .solution-outer::-webkit-scrollbar {
    height: 8px;
  }
}
@media only screen and (max-width: 991px) {
  .jetson-wrapper .jetson-solution .solution-outer::-webkit-scrollbar-thumb {
    background-color: #ccc; /* Customize scrollbar color */
    border-radius: 4px;
  }
}
@media only screen and (max-width: 991px) {
  .jetson-wrapper .jetson-solution .solution-outer::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* Customize scrollbar track color */
  }
}
@media only screen and (max-width: 575px) {
  .jetson-wrapper .jetson-solution .solution-outer {
    margin-top: 35px;
  }
}

.jetson-wrapper .jetson-solution .solution-outer .item {
  border: 1px solid #000000;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .jetson-wrapper .jetson-solution .solution-outer .item {
    padding: 30px;
    width: 100%;
    min-width: 80%;
    margin: 0 0 8px;
  }
}
@media only screen and (max-width: 575px) {
  .jetson-wrapper .jetson-solution .solution-outer .item {
    padding: 20px 22px;
    gap: 10px;
  }
}
.jetson-wrapper .jetson-solution .solution-outer .item:before {
  content: "";
  position: absolute;
  background: url("./img/new.svg") no-repeat center;
  background-size: cover;
  width: 408px;
  height: 189px;
  right: 10px;
  top: 10px;
}

@media only screen and (max-width: 991px) {
  .jetson-wrapper .jetson-solution .solution-outer .item:before {
    display: none;
  }
}

.jetson-wrapper .jetson-solution .solution-outer .item .numb {
  width: 120px;
  height: 120px;
  border-radius: 99em;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #181818;
  position: relative;
  z-index: 8;
}

@media only screen and (max-width: 1365px) {
  .jetson-wrapper .jetson-solution .solution-outer .item .numb {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .jetson-wrapper .jetson-solution .solution-outer .item .numb {
    width: 70px;
    height: 70px;
  }
}
@media only screen and (max-width: 575px) {
  .jetson-wrapper .jetson-solution .solution-outer .item .numb {
    margin: 0 0 10px;
    width: 55px;
    height: 55px;
  }
}

.jetson-wrapper .jetson-solution .solution-outer .item .info-text {
  color: #1e1e1e;
  position: relative;
  z-index: 8;
}
@media only screen and (max-width: 991px) {
  .jetson-wrapper .jetson-solution .solution-outer .item .info-text {
    white-space: normal;
  }
}
.jetson-wrapper .jetson-solution .solution-outer .item p {
  position: relative;
  z-index: 8;
}
@media only screen and (max-width: 991px) {
  .jetson-wrapper .jetson-solution .solution-outer .item p {
    white-space: normal;
  }
}

.jetson-wrapper .jetson-icon-assets .mob-grid-app .row {
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .jetson-wrapper .jetson-icon-assets .mob-grid-app .row {
    height: auto;
  }
}
.jetson-wrapper .jetson-icon-assets .mob-grid-app .row .common-div {
  overflow: hidden;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .jetson-wrapper .jetson-icon-assets .mob-grid-app .row .common-div {
    text-align: center;
    margin: 0 0 30px;
    height: auto;
  }
}

.jetson-wrapper .jetson-icon-assets .mob-grid-app .row .common-div .small-text {
  position: relative;
  z-index: 9;
  padding: 10px 16px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 60px;
}
.jetson-wrapper .jetson-icon-assets .mob-grid-app .row .common-div.left {
  padding: 40px 40px 0 40px;
}
@media only screen and (max-width: 575px) {
  .jetson-wrapper .jetson-icon-assets .mob-grid-app .row .common-div.left {
    padding: 20px 20px 0 20px;
  }
}
.jetson-wrapper
  .jetson-icon-assets
  .mob-grid-app
  .row
  .common-div.left
  .img-outer {
  margin-top: 110px;
}
@media only screen and (max-width: 1199px) {
  .jetson-wrapper
    .jetson-icon-assets
    .mob-grid-app
    .row
    .common-div.left
    .img-outer {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .jetson-wrapper
    .jetson-icon-assets
    .mob-grid-app
    .row
    .common-div.left
    .img-outer {
    margin-top: 30px;
  }
}
.jetson-wrapper
  .jetson-icon-assets
  .mob-grid-app
  .row
  .common-div.left
  .img-outer
  .img-wrapper {
  gap: 60px;
}
@media only screen and (max-width: 575px) {
  .jetson-wrapper
    .jetson-icon-assets
    .mob-grid-app
    .row
    .common-div.left
    .img-outer
    .img-wrapper {
    display: block !important;
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .jetson-wrapper
    .jetson-icon-assets
    .mob-grid-app
    .row
    .common-div.left
    .img-outer
    .img-wrap-left {
    margin: 0 0 30px;
  }
}
.jetson-wrapper
  .jetson-icon-assets
  .mob-grid-app
  .row
  .common-div.left
  .img-outer
  .img-wrap-left
  img {
  width: 128px;
  aspect-ratio: 1;
  filter: drop-shadow(27.84px 19.09px 42.95px rgba(0, 0, 0, 0.35));
}
.jetson-wrapper
  .jetson-icon-assets
  .mob-grid-app
  .row
  .common-div.left
  .img-outer
  .img-wrap-right
  img {
  width: 350px;
  filter: drop-shadow(27.84px 19.09px 42.95px rgba(0, 0, 0, 0.35));
}
.jetson-wrapper .jetson-icon-assets .mob-grid-app .row .common-div.right {
  padding: 40px;
}
@media only screen and (max-width: 1199px) {
  .jetson-wrapper .jetson-icon-assets .mob-grid-app .row .common-div.right {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 575px) {
  .jetson-wrapper .jetson-icon-assets .mob-grid-app .row .common-div.right {
    padding: 20px;
  }
}
.jetson-wrapper
  .jetson-icon-assets
  .mob-grid-app
  .row
  .common-div.right
  .middle-img {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  top: 0;
}
@media only screen and (max-width: 1199px) {
  .jetson-wrapper
    .jetson-icon-assets
    .mob-grid-app
    .row
    .common-div.right
    .middle-img {
    position: relative;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .jetson-wrapper
    .jetson-icon-assets
    .mob-grid-app
    .row
    .common-div.right
    .middle-img {
    margin-top: 30px;
  }
}
.jetson-wrapper
  .jetson-icon-assets
  .mob-grid-app
  .row
  .common-div.right
  .middle-img
  img {
  width: 388px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .jetson-wrapper
    .jetson-icon-assets
    .mob-grid-app
    .row
    .common-div.right
    .middle-img
    img {
    max-width: 50%;
  }
}

@media only screen and (max-width: 1199px) {
  .jetson-wrapper .jetson-icon-assets .assets-wrap {
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  .jetson-wrapper .jetson-icon-assets .assets-wrap {
    overflow: hidden;
  }
}
.jetson-wrapper .jetson-icon-assets .assets-wrap .resp-icons-outer {
  margin: 30px 0 0;
}
.jetson-wrapper .jetson-icon-assets .assets-wrap .assets-icons {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 210px;
}
@media only screen and (min-width: 1500px) and (max-width: 1699px) {
  .jetson-wrapper .jetson-icon-assets .assets-wrap .assets-icons {
    grid-column-gap: 100px;
  }
}
@media only screen and (max-width: 1499px) {
  .jetson-wrapper .jetson-icon-assets .assets-wrap .assets-icons {
    margin-top: 30px;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: scroll;
    display: flex;
    grid-column-gap: 30px;
  }
}
@media only screen and (max-width: 1365px) {
  .jetson-wrapper .jetson-icon-assets .assets-wrap .assets-icons {
    grid-column-gap: 10px;
  }
}
@media only screen and (max-width: 1199px) {
  .jetson-wrapper .jetson-icon-assets .assets-wrap .assets-icons {
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .jetson-wrapper .jetson-icon-assets .assets-wrap .assets-icons {
    grid-column-gap: 20px;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1499px) {
  .jetson-wrapper .jetson-icon-assets .assets-wrap .img-wrap {
    margin: 50px 0;
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .jetson-wrapper .jetson-icon-assets .assets-wrap .img-wrap {
    margin: 50px 0;
    width: 100%;
    min-width: 20%;
    text-align: center;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .jetson-wrapper .jetson-icon-assets .assets-wrap .img-wrap {
    margin: 50px 0;
    width: 100%;
    min-width: 18%;
  }
}
@media only screen and (max-width: 991px) {
  .jetson-wrapper .jetson-icon-assets .assets-wrap .img-wrap {
    margin: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .jetson-wrapper .jetson-icon-assets .assets-wrap .img-wrap img {
    max-width: 70%;
  }
}
.jetson-wrapper .jetson-icon-assets .assets-wrap .img-wrap.bottom {
  -webkit-animation: jetassetbounce 3s cubic-bezier(0.445, 0.05, 0.55, 0.95)
    infinite;
  animation: jetassetbounce 3.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite;
}
@keyframes jetassetbounce {
  50% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}
@-webkit-keyframes jetassetbounce {
  50% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}
@-moz-keyframes jetassetbounce {
  50% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}
.jetson-wrapper .jetson-icon-assets .assets-wrap .img-wrap.reverse {
  -webkit-animation: jetassetreverse 3.5s cubic-bezier(0.445, 0.05, 0.55, 0.95)
    infinite;
  animation: jetassetreverse 3.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite;
}
@keyframes jetassetreverse {
  50% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
}
@-webkit-keyframes jetassetreverse {
  50% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
}
@-moz-keyframes jetassetreverse {
  50% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
}
.jetson-wrapper .jetson-icon-assets .assets-wrap .img-wrap:nth-child(even) {
  text-align: center;
}

.jetson-wrapper .jetson-onboard-screens {
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .jetson-wrapper .jetson-onboard-screens {
    text-align: center;
  }
}
.jetson-wrapper .jetson-onboard-screens:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #000;
  height: 150px;
  z-index: -1;
}

.jetson-wrapper .jetson-onboard-screens .video-wrap {
  line-height: 0;
}

.jetson-wrapper .jetson-onboard-screens .onboard-outer .mob-outer {
  width: 89.58%;
  margin: 0 auto;
  max-width: 1720px;
}
.jetson-wrapper
  .jetson-onboard-screens
  .onboard-outer
  .mob-outer
  .common-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .jetson-wrapper
    .jetson-onboard-screens
    .onboard-outer
    .mob-outer
    .common-wrapper {
    grid-column-gap: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .jetson-wrapper
    .jetson-onboard-screens
    .onboard-outer
    .mob-outer
    .common-wrapper {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    grid-column-gap: 20px;
    overflow: hidden;
    overflow-x: scroll;
  }
}
@media only screen and (max-width: 1199px) {
  .jetson-wrapper
    .jetson-onboard-screens
    .onboard-outer
    .mob-outer
    .common-wrapper::-webkit-scrollbar {
    height: 8px;
  }
}
@media only screen and (max-width: 1199px) {
  .jetson-wrapper
    .jetson-onboard-screens
    .onboard-outer
    .mob-outer
    .common-wrapper::-webkit-scrollbar-thumb {
    background-color: #ccc; /* Customize scrollbar color */
    border-radius: 4px;
  }
}
@media only screen and (max-width: 1199px) {
  .jetson-wrapper
    .jetson-onboard-screens
    .onboard-outer
    .mob-outer
    .common-wrapper::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* Customize scrollbar track color */
  }
}
.jetson-wrapper
  .jetson-onboard-screens
  .onboard-outer
  .mob-outer
  .common-wrapper
  .common-wrap {
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .jetson-wrapper
    .jetson-onboard-screens
    .onboard-outer
    .mob-outer
    .common-wrapper
    .common-wrap {
    width: 100%;
    margin: 30px 0;
    min-width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .jetson-wrapper
    .jetson-onboard-screens
    .onboard-outer
    .mob-outer
    .common-wrapper
    .common-wrap {
    min-width: 50%;
  }
}
.jetson-wrapper
  .jetson-onboard-screens
  .onboard-outer
  .mob-outer
  .common-wrapper
  .common-wrap
  img {
  width: 381px;
}
.jetson-wrapper
  .jetson-onboard-screens
  .onboard-outer
  .mob-outer
  .common-wrapper
  .common-wrap.bottom {
  -webkit-animation: jetanimebounce 2s cubic-bezier(0.445, 0.05, 0.55, 0.95)
    infinite;
  animation: jetanimebounce 2s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite;
}
@keyframes jetanimebounce {
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes jetanimebounce {
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-moz-keyframes jetanimebounce {
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.jetson-wrapper
  .jetson-onboard-screens
  .onboard-outer
  .mob-outer
  .common-wrapper
  .common-wrap.reverse {
  -webkit-animation: jetanimebouncereverse 2s
    cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite;
  animation: jetanimebouncereverse 2s cubic-bezier(0.445, 0.05, 0.55, 0.95)
    infinite;
}
@keyframes jetanimebouncereverse {
  50% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
}
@-webkit-keyframes jetanimebouncereverse {
  50% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
}
@-moz-keyframes jetanimebouncereverse {
  50% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
}
.jetson-wrapper .jetson-screen-outer {
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .jetson-wrapper .jetson-screen-outer .common-div {
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .jetson-wrapper .jetson-screen-outer .common-div .view-outer {
    text-align: center;
  }
}
.jetson-wrapper .jetson-screen-outer .common-div .view-outer .title {
  display: none;
}
@media only screen and (max-width: 767px) {
  .jetson-wrapper .jetson-screen-outer .common-div .view-outer .title {
    display: inline;
  }
}
.jetson-wrapper .jetson-screen-outer .common-div .view-outer .img-wrap {
  position: relative;
  text-align: center;
  z-index: 2;
  max-width: 556px;
}
@media only screen and (max-width: 767px) {
  .jetson-wrapper .jetson-screen-outer .common-div .view-outer .img-wrap {
    margin: 30px auto 0;
  }
}
@media only screen and (max-width: 575px) {
  .jetson-wrapper .jetson-screen-outer .common-div .view-outer .img-wrap {
    margin-top: 20px;
  }
}
.jetson-wrapper .jetson-screen-outer .common-div .view-outer .img-wrap img {
  width: 381px;
}
@media only screen and (max-width: 991px) {
  .jetson-wrapper .jetson-screen-outer .common-div .view-outer .img-wrap img {
    max-width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .jetson-wrapper .jetson-screen-outer .common-div .view-outer .img-wrap img {
    max-width: 60%;
  }
}
.jetson-wrapper .jetson-screen-outer .common-div .view-outer .img-wrap:before {
  content: "";
  position: absolute;
  background: url("./img/webp/screen-bg.webp") no-repeat center;
  background-size: 100% 100%;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  width: 100%;
  height: 556px;
  z-index: -1;
}
@media only screen and (max-width: 1199px) {
  .jetson-wrapper
    .jetson-screen-outer
    .common-div
    .view-outer
    .img-wrap:before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .jetson-wrapper .jetson-screen-outer .common-div .short-info {
    text-align: center;
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .jetson-wrapper .jetson-screen-outer .common-div .short-info .img-wrap {
    margin: 15px auto 30px;
  }
}
@media only screen and (max-width: 767px) {
  .jetson-wrapper .jetson-screen-outer .common-div:last-child {
    margin: 0;
  }
}
.jetson-wrapper .jetson-screen-outer .common-div:nth-child(even) .row {
  flex-direction: row-reverse;
}
.jetson-wrapper
  .jetson-screen-outer
  .common-div:nth-child(even)
  .row
  .img-wrap {
  margin-left: auto;
}
.jetson-wrapper .jetson-screen-outer:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #ffffff;
  height: 150px;
  z-index: -1;
}
.jetson-wrapper .jetson-all-screens {
  position: relative;
}

.jetson-wrapper .jetson-all-screens .screen-wraps {
  position: relative;
  margin-top: 130px;
}
@media only screen and (max-width: 991px) {
  .jetson-wrapper .jetson-all-screens .screen-wraps {
    margin-top: 0;
  }
}
.jetson-wrapper .jetson-all-screens .screen-wraps .screen-outer {
  width: 89.58%;
  margin: 0 auto;
  max-width: 1720px;
}
.jetson-wrapper .jetson-all-screens .screen-wraps .screen-outer .img-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 70px;
}
@media only screen and (max-width: 1499px) {
  .jetson-wrapper .jetson-all-screens .screen-wraps .screen-outer .img-wrapper {
    grid-column-gap: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .jetson-wrapper .jetson-all-screens .screen-wraps .screen-outer .img-wrapper {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: scroll;
    grid-column-gap: 0;
  }
}
@media only screen and (max-width: 991px) {
  .jetson-wrapper
    .jetson-all-screens
    .screen-wraps
    .screen-outer
    .img-wrapper::-webkit-scrollbar {
    height: 8px;
  }
}
@media only screen and (max-width: 991px) {
  .jetson-wrapper
    .jetson-all-screens
    .screen-wraps
    .screen-outer
    .img-wrapper::-webkit-scrollbar-thumb {
    background-color: #ccc; /* Customize scrollbar color */
    border-radius: 4px;
  }
}
@media only screen and (max-width: 991px) {
  .jetson-wrapper
    .jetson-all-screens
    .screen-wraps
    .screen-outer
    .img-wrapper::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* Customize scrollbar track color */
  }
}
.jetson-wrapper
  .jetson-all-screens
  .screen-wraps
  .screen-outer
  .img-wrapper
  .img-wrap {
  text-align: center;
  margin-bottom: 70px;
}
@media only screen and (max-width: 1199px) {
  .jetson-wrapper
    .jetson-all-screens
    .screen-wraps
    .screen-outer
    .img-wrapper
    .img-wrap {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .jetson-wrapper
    .jetson-all-screens
    .screen-wraps
    .screen-outer
    .img-wrapper
    .img-wrap {
    margin-bottom: 10px;
    width: 100%;
    min-width: 50%;
    margin-right: 20px;
  }
}
.jetson-wrapper
  .jetson-all-screens
  .screen-wraps
  .screen-outer
  .img-wrapper
  .img-wrap
  img {
  width: 381px;
}
.jetson-wrapper
  .jetson-all-screens
  .screen-wraps
  .screen-outer
  .img-wrapper
  .img-wrap:nth-child(even) {
  margin-top: -130px;
}
@media only screen and (max-width: 991px) {
  .jetson-wrapper
    .jetson-all-screens
    .screen-wraps
    .screen-outer
    .img-wrapper
    .img-wrap:nth-child(even) {
    margin-top: 0;
  }
}
.jetson-wrapper .jetson-all-screens:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #000;
  height: 150px;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1699px) {
  .jetson-all-screens .web-screen-outer {
    padding-top: 70px;
  }
}

.jetson-all-screens .web-screen-outer .web-wraps {
  position: relative;
}
@media only screen and (max-width: 480px) {
  .jetson-all-screens .web-screen-outer .web-wraps {
    margin-top: 10px;
  }
}
.jetson-wrapper .jetson-all-screens .web-wraps .web-outer {
  width: 89.58%;
  margin: 0 auto;
  max-width: 1720px;
}
@media only screen and (min-width: 1200px) and (max-width: 1699px) {
  .jetson-wrapper
    .jetson-all-screens
    .web-wraps
    .web-outer
    .img-wrapper
    .img-one.common-img {
    max-width: 90%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1699px) {
  .jetson-wrapper
    .jetson-all-screens
    .web-wraps
    .web-outer
    .img-wrapper
    .img-two.common-img {
    max-width: 90%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .jetson-wrapper
    .jetson-all-screens
    .web-wraps
    .web-outer
    .img-wrapper
    .img-two.common-img {
    margin-top: -125px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1699px) {
  .jetson-wrapper
    .jetson-all-screens
    .web-wraps
    .web-outer
    .img-wrapper
    .img-three.common-img {
    max-width: 90%;
    margin-left: auto;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .jetson-wrapper
    .jetson-all-screens
    .web-wraps
    .web-outer
    .img-wrapper
    .img-three.common-img {
    margin-top: -125px;
  }
}

.jetson-wrapper
  .jetson-all-screens
  .web-wraps
  .web-outer
  .img-wrapper
  .common-img
  img {
  outline: 7px solid #000000;
  filter: drop-shadow(27.84px 19.09px 42.95px rgba(0, 0, 0, 0.35));
}
@media only screen and (max-width: 575px) {
  .jetson-wrapper
    .jetson-all-screens
    .web-wraps
    .web-outer
    .img-wrapper
    .common-img
    img {
    filter: drop-shadow(10.84px 10.09px 10.95px rgba(0, 0, 0, 0.15));
  }
}

.jetson-wrapper
  .jetson-all-screens
  .web-wraps
  .web-outer
  .img-wrapper
  .img-two {
  margin-top: -225px;
}
@media only screen and (max-width: 1199px) {
  .jetson-wrapper
    .jetson-all-screens
    .web-wraps
    .web-outer
    .img-wrapper
    .img-two {
    margin: 70px auto;
  }
}
@media only screen and (max-width: 575px) {
  .jetson-wrapper
    .jetson-all-screens
    .web-wraps
    .web-outer
    .img-wrapper
    .img-two {
    margin: 50px auto;
  }
}
.jetson-wrapper
  .jetson-all-screens
  .web-wraps
  .web-outer
  .img-wrapper
  .img-three {
  margin-top: -225px;
}
@media only screen and (max-width: 1199px) {
  .jetson-wrapper
    .jetson-all-screens
    .web-wraps
    .web-outer
    .img-wrapper
    .img-three {
    margin-top: 0;
  }
}

.jetson-wrapper .jetson-techno .row {
  height: 100%;
}
@media only screen and (max-width: 1199px) {
  .jetson-wrapper .jetson-techno .row {
    height: auto;
  }
}
.jetson-wrapper .jetson-techno .common-div {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .jetson-wrapper .jetson-techno .common-div {
    text-align: center;
    height: auto;
  }
}
@media only screen and (max-width: 575px) {
  .jetson-wrapper .jetson-techno .common-div {
    padding: 35px 20px;
  }
}
.jetson-wrapper .jetson-techno .common-div .small-title-text {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 60px;
  padding: 10px 16px;
  display: inline-block;
  margin: 0 0 35px;
}
@media only screen and (max-width: 575px) {
  .jetson-wrapper .jetson-techno .common-div .small-title-text {
    margin: 0 0 20px;
  }
}
.jetson-wrapper .jetson-techno .common-div ul {
  list-style-type: none;
  display: flex;
  gap: 30px;
}
@media only screen and (max-width: 1199px) {
  .jetson-wrapper .jetson-techno .common-div ul {
    justify-content: center;
  }
}
@media only screen and (max-width: 575px) {
  .jetson-wrapper .jetson-techno .common-div ul {
    gap: 20px;
  }
}
.jetson-wrapper .jetson-techno .common-div ul li img {
  width: 62px;
  aspect-ratio: 1;
}
@media only screen and (max-width: 1199px) {
  .jetson-wrapper .jetson-techno .common-div .img-box {
    justify-content: center;
  }
}
.jetson-wrapper .jetson-techno .common-div .img-box .img-wrap {
  flex: 0 0 auto;
}
.jetson-wrapper .jetson-techno .common-div .img-box .img-wrap img {
  width: 64px;
  aspect-ratio: 1;
}
.jetson-wrapper .jetson-techno .common-div .img-box .content-box {
  text-align: left;
}
.jetson-wrapper .jetson-techno .common-div .img-box .content-box .name-text {
  font-size: 20px;
  line-height: 25px;
  margin: 0 0 5px;
}
.jetson-wrapper .jetson-techno .common-div .img-box .content-box .des-text {
  font-size: 14px;
  line-height: 17px;
}
.jetson-wrapper .jetson-techno .common-div.leftside {
  margin-right: 20px;
}
@media only screen and (max-width: 1199px) {
  .jetson-wrapper .jetson-techno .common-div.leftside {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.jetson-wrapper .jetson-techno .common-div.rightside {
  margin-left: -15px;
}
@media only screen and (max-width: 1199px) {
  .jetson-wrapper .jetson-techno .common-div.rightside {
    margin-left: 0;
  }
}

@media only screen and (max-width: 1199px) {
  .jetson-wrapper .jetson-impact .inner-content {
    text-align: center;
  }
}

@media only screen and (max-width: 1199px) {
  .jetson-wrapper .jetson-impact .title-wrap {
    margin: 0;
  }
}

.jetson-wrapper .jetson-impact .impact-outer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1500px;
  border: 1px solid rgba(255, 255, 255, 0.16);
}
@media only screen and (max-width: 575px) {
  .jetson-wrapper .jetson-impact .impact-outer {
    grid-template-columns: 1fr;
  }
}

.jetson-wrapper .jetson-impact .impact-outer .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .jetson-wrapper .jetson-impact .impact-outer .item {
    padding: 20px 22px;
  }
}
@media only screen and (max-width: 575px) {
  .jetson-wrapper .jetson-impact .impact-outer .item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }
}

.jetson-wrapper .jetson-impact .impact-outer .item:first-child:after {
  content: "";
  position: absolute;
  background: url("./img/impact-one-bg.svg") no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .jetson-wrapper .jetson-impact .impact-outer .item:first-child:after {
    display: none;
  }
}

.jetson-wrapper .jetson-impact .impact-outer .item:last-child {
  border-right: 1px solid transparent;
}
.jetson-wrapper .jetson-impact .impact-outer .item:last-child:after {
  content: "";
  position: absolute;
  background: url("./img/impact-two-bg.svg") no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
  right: 0;
}
@media only screen and (max-width: 991px) {
  .jetson-wrapper .jetson-impact .impact-outer .item:last-child:after {
    display: none;
  }
}
.jetson-wrapper .jetson-impact .impact-outer .item .inner-wrap {
  position: relative;
  z-index: 9;
}
.jetson-wrapper .jetson-impact .impact-outer .item .inner-wrap .numb {
  color: #fa9f18;
}
.jetson-wrapper .jetson-impact .impact-outer .item .inner-wrap p {
  color: #a9a9a9;
}

/* ---------------jetson-wrapper transport cta one css start -----------*/

.jetson-wrapper .section-jetson-cta-bg {
  margin-top: 40px;
}
.jetson-wrapper .section-jetson-cta-bg .practice-container {
  max-width: 1300px !important;
}
.jetson-wrapper .section-jetson-cta-bg .cta-blue-bg {
  background: #000000;
  border-radius: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .jetson-wrapper .section-jetson-cta-bg .cta-blue-bg {
    border-radius: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .jetson-wrapper .section-jetson-cta-bg .cta-blue-bg {
    border-radius: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jetson-wrapper .section-jetson-cta-bg .cta-blue-bg {
    border-radius: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .jetson-wrapper .section-jetson-cta-bg .cta-blue-bg {
    padding: 30px 15px;
    border-radius: 14px;
  }
}
.jetson-wrapper .section-jetson-cta-bg .cta-green-grid-main {
  display: grid;
  grid-template-columns: 1fr 30%;
  grid-column-gap: 20px;
  align-items: end;
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .jetson-wrapper .section-jetson-cta-bg .cta-green-grid-main {
    grid-template-columns: 1fr 34%;
    grid-column-gap: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .jetson-wrapper .section-jetson-cta-bg .cta-green-grid-main {
    grid-template-columns: 1fr 43%;
    grid-column-gap: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jetson-wrapper .section-jetson-cta-bg .cta-green-grid-main {
    grid-template-columns: 1fr 30%;
    grid-column-gap: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .jetson-wrapper .section-jetson-cta-bg .cta-green-grid-main {
    grid-template-columns: 1fr;
    grid-column-gap: 15px;
  }
}
.jetson-wrapper .section-jetson-cta-bg .cta-title-left-dis {
  margin: 0;
  padding: 70px 0px 90px 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .jetson-wrapper .section-jetson-cta-bg .cta-title-left-dis {
    text-align: left;
    padding: 90px 0px 90px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jetson-wrapper .section-jetson-cta-bg .cta-title-left-dis {
    text-align: left;
    padding: 60px 0px 85px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .jetson-wrapper .section-jetson-cta-bg .cta-title-left-dis {
    text-align: center;
    padding: 0;
  }
}
.jetson-wrapper .section-jetson-cta-bg .cta-title-left-dis p {
  margin: 0;
  font-size: 34px;
  color: #ffffff;
  line-height: 42px;
}
@media only screen and (min-width: 1366px) and (max-width: 1499px) {
  .jetson-wrapper .section-jetson-cta-bg .cta-title-left-dis p {
    font-size: 28px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .jetson-wrapper .section-jetson-cta-bg .cta-title-left-dis p {
    font-size: 26px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .jetson-wrapper .section-jetson-cta-bg .cta-title-left-dis p {
    font-size: 25px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jetson-wrapper .section-jetson-cta-bg .cta-title-left-dis p {
    font-size: 24px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .jetson-wrapper .section-jetson-cta-bg .cta-title-left-dis p {
    font-size: 24px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 575px) {
  .jetson-wrapper .section-jetson-cta-bg .cta-title-left-dis p {
    font-size: 20px;
    line-height: 26px;
  }
}
.jetson-wrapper .section-jetson-cta-bg .cta-btn-box {
  margin-top: 24px;
}
.jetson-wrapper .section-jetson-cta-bg .cta-btn-box a {
  background: linear-gradient(to right, #ffab00, #ff00dc);
  color: #ffffff;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 500;
  border-radius: 10px;
  padding: 10px 18px;
  display: inline-block;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .jetson-wrapper .section-jetson-cta-bg .cta-btn-box a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .jetson-wrapper .section-jetson-cta-bg .cta-btn-box a {
    padding: 9px 14px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .jetson-wrapper .section-jetson-cta-bg .cta-btn-box a {
    padding: 9px 14px;
    font-size: 14px;
  }
}
.jetson-wrapper .section-jetson-cta-bg .cta-btn-box a:hover {
  background: linear-gradient(to right, #ff00dc, #ffab00);
  color: #ffffff;
}
.jetson-wrapper .section-jetson-cta-bg .cta-img-right-img-box {
  position: static;
  text-align: end;
  padding-right: 40px;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jetson-wrapper .section-jetson-cta-bg .cta-img-right-img-box {
    position: static;
    margin-top: 10px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .jetson-wrapper .section-jetson-cta-bg .cta-img-right-img-box {
    display: none;
  }
}

/* ---------------jetson-wrapper transport cta one css end -----------*/

/* ---------------jetson-wrapper transport cta -two css start -----------*/

.jetson-wrapper .section-jetson-cta-bg-two {
  background: #ffffff;
  margin-top: 40px;
}
.jetson-wrapper .section-jetson-cta-bg-two .practice-container {
  max-width: 1300px !important;
}
.jetson-wrapper .section-jetson-cta-bg-two .cta-blue-bg {
  background: #fa9f18;
  border-radius: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .jetson-wrapper .section-jetson-cta-bg-two .cta-blue-bg {
    border-radius: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .jetson-wrapper .section-jetson-cta-bg-two .cta-blue-bg {
    border-radius: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jetson-wrapper .section-jetson-cta-bg-two .cta-blue-bg {
    border-radius: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .jetson-wrapper .section-jetson-cta-bg-two .cta-blue-bg {
    padding: 30px 15px;
    border-radius: 14px;
  }
}
.jetson-wrapper .section-jetson-cta-bg-two .cta-green-grid-main {
  display: grid;
  grid-template-columns: 1fr 26%;
  grid-column-gap: 20px;
  align-items: end;
}
@media only screen and (min-width: 1200px) and (max-width: 1366px) {
  .jetson-wrapper .section-jetson-cta-bg-two .cta-green-grid-main {
    grid-template-columns: 1fr 34%;
    grid-column-gap: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .jetson-wrapper .section-jetson-cta-bg-two .cta-green-grid-main {
    grid-template-columns: 1fr 36%;
    grid-column-gap: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jetson-wrapper .section-jetson-cta-bg-two .cta-green-grid-main {
    grid-template-columns: 1fr 28%;
    grid-column-gap: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .jetson-wrapper .section-jetson-cta-bg-two .cta-green-grid-main {
    grid-template-columns: 1fr;
    grid-column-gap: 15px;
  }
}
.jetson-wrapper .section-jetson-cta-bg-two .cta-title-left-dis {
  margin: 0;
  padding: 80px 0px 90px 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .jetson-wrapper .section-jetson-cta-bg-two .cta-title-left-dis {
    text-align: left;
    padding: 90px 0px 90px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jetson-wrapper .section-jetson-cta-bg-two .cta-title-left-dis {
    text-align: left;
    padding: 60px 0px 70px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .jetson-wrapper .section-jetson-cta-bg-two .cta-title-left-dis {
    text-align: center;
    padding: 0;
  }
}
.jetson-wrapper .section-jetson-cta-bg-two .cta-title-left-dis p {
  margin: 0;
  font-size: 34px;
  color: #ffffff;
  line-height: 42px;
}
@media only screen and (min-width: 1366px) and (max-width: 1499px) {
  .jetson-wrapper .section-jetson-cta-bg-two .cta-title-left-dis p {
    font-size: 28px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .jetson-wrapper .section-jetson-cta-bg-two .cta-title-left-dis p {
    font-size: 26px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .jetson-wrapper .section-jetson-cta-bg-two .cta-title-left-dis p {
    font-size: 25px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jetson-wrapper .section-jetson-cta-bg-two .cta-title-left-dis p {
    font-size: 24px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .jetson-wrapper .section-jetson-cta-bg-two .cta-title-left-dis p {
    font-size: 24px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 575px) {
  .jetson-wrapper .section-jetson-cta-bg-two .cta-title-left-dis p {
    font-size: 20px;
    line-height: 26px;
  }
}
.jetson-wrapper .section-jetson-cta-bg-two .cta-btn-box {
  margin-top: 24px;
}
.jetson-wrapper .section-jetson-cta-bg-two .cta-btn-box a {
  background: #ffffff;
  color: #000000;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 500;
  border-radius: 10px;
  padding: 10px 18px;
  display: inline-block;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .jetson-wrapper .section-jetson-cta-bg-two .cta-btn-box a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .jetson-wrapper .section-jetson-cta-bg-two .cta-btn-box a {
    padding: 9px 14px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .jetson-wrapper .section-jetson-cta-bg-two .cta-btn-box a {
    padding: 9px 14px;
    font-size: 14px;
  }
}
.jetson-wrapper .section-jetson-cta-bg-two .cta-btn-box a:hover {
  background: #000000;
  color: #ffffff;
}
.jetson-wrapper .section-jetson-cta-bg-two .cta-img-right-img-box {
  position: static;
  text-align: end;
  padding-right: 40px;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .jetson-wrapper .section-jetson-cta-bg-two .cta-img-right-img-box {
    position: static;
    margin-top: 10px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .jetson-wrapper .section-jetson-cta-bg-two .cta-img-right-img-box {
    display: none;
  }
}

/* ---------------jetson-wrapper transport cta -two css end -----------*/

/*business learning app css ends here*/
