/*=====================
    Variables start
==========================*/
/*=====================
    Typography start
==========================*/
section,
.section-t-space {
  padding-top: calc(30px + 70 * (100vw - 320px) / 1600);
}

.section-b-space {
  padding-bottom: calc(30px + 70 * (100vw - 320px) / 1600);
}

.custom-container {
  padding: 0 calc(20px + 140 * (100vw - 320px) / 1600);
}

@media (min-width: 1400px) {
  .container {
    max-width: 1455px;
  }
}
body {
  position: relative;
  font-family: "Arimo", sans-serif;
  background: radial-gradient(39.95% 40.59% at 53.61% 70.71%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 29%, rgba(149, 222, 190, 0.1) 100%);
  background-blend-mode: screen;
  color: #000248;
}

h1 {
  font-weight: 400;
  font-size: calc(25px + 45 * (100vw - 320px) / 1600);
  line-height: calc(35px + 45 * (100vw - 320px) / 1600);
  margin-bottom: 0;
}

h2 {
  font-weight: 500;
  font-size: calc(24px + 22 * (100vw - 320px) / 1600);
  line-height: calc(30px + 28 * (100vw - 320px) / 1600);
  margin-bottom: 0;
  display: inline-block;
}

h3 {
  font-weight: 700;
  font-size: calc(18px + 8 * (100vw - 320px) / 1600);
  line-height: calc(24px + 8 * (100vw - 320px) / 1600);
  margin-bottom: 0;
}

h4 {
  font-weight: 500;
  font-size: calc(18px + 2 * (100vw - 320px) / 1600);
  margin-bottom: 0;
}

h5 {
  font-weight: 500;
  font-size: calc(12px + 4 * (100vw - 320px) / 1600);
  line-height: 24px;
  margin-bottom: 0;
}

p {
  font-size: calc(12px + 1 * (100vw - 320px) / 1600);
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
}

li {
  list-style: none;
  display: inline-block;
  font-size: 14px;
}

/*=====================
    Button start
==========================*/
.btn-solid {
  padding: calc(5px + 7 * (100vw - 320px) / 1600) calc(8px + 8 * (100vw - 320px) / 1600);
  background: linear-gradient(103.19deg, rgb(255, 156, 66) 0%, rgb(255, 138, 31) 59.49%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  border-radius: 5px;
  font-size: calc(12px + 3 * (100vw - 320px) / 1600);
  color: #ffffff;
  margin-left: auto;
}
.btn-solid:hover {
  color: #ffffff;
}

/*=====================
    Title start
==========================*/
.title {
  margin-bottom: calc(20px + 20 * (100vw - 320px) / 1600);
}
.title h2 {
  font-size: calc(24px + 26 * (100vw - 320px) / 1600);
  margin: 10px 0;
  color: #000248;
}
.title p {
  color: #52526c;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.7;
  font-size: calc(12px + 4 * (100vw - 320px) / 1600);
  line-height: calc(20px + 6 * (100vw - 320px) / 1600);
}
.title .small-title {
  font-family: "caveat", sans-serif;
  color: rgb(255, 165, 7);
}

/* header section */
header {
  position: absolute;
  width: 100%;
  padding-top: calc(10px + 25 * (100vw - 320px) / 1600);
  z-index: 2;
}

.navbar {
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
}
.navbar .logo {
  height: calc(25px + 17 * (100vw - 320px) / 1600);
}
.navbar .navbar-toggler {
  padding: 0;
  border: 0;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  width: auto;
  height: auto;
  color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  margin-right: calc(10px + 10 * (100vw - 320px) / 1600);
  background-image: none;
}
.navbar .navbar-toggler .navbar-toggler-icon i {
  padding: 3px;
}
.navbar .navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 991px) {
  .navbar .navbar-collapse {
    background-color: rgb(25, 29, 60);
    padding: 13px 17px;
    margin-top: 8px;
    border-radius: 8px;
  }
}
.navbar .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(10px + 32 * (100vw - 320px) / 1600);
}
.navbar .navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  padding: 0;
}

/* home section */
.home-wapper {
  position: relative;
  height: 100%;
  z-index: 1;
  padding: 0;
}
@media (max-width: 992px) {
  .home-wapper {
    padding-bottom: 35px;
  }
}
.home-wapper:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(69.58% 181.14% at 45.89% 85.88%, rgb(33, 132, 106) 0%, rgb(45, 67, 146) 100%);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 80%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 80%);
  z-index: -1;
}
@media (max-width: 992px) {
  .home-wapper:after {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
    padding-bottom: 30px;
  }
}
.home-wapper .home-content {
  padding-top: calc(60px + 95 * (100vw - 320px) / 1600);
  text-align: center;
}
.home-wapper .home-content h1 {
  text-transform: uppercase;
  color: #ffffff;
}
.home-wapper .home-content h1 span {
  font-weight: 700;
  background: -webkit-gradient(linear, right top, left top, color-stop(61.96%, rgb(71, 208, 147)), color-stop(95.75%, rgb(255, 199, 0)));
  background: linear-gradient(270deg, rgb(71, 208, 147) 61.96%, rgb(255, 199, 0) 95.75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home-wapper .home-content p {
  width: 50%;
  font-weight: 500;
  font-size: calc(12px + 4 * (100vw - 320px) / 1600);
  line-height: calc(20px + 6 * (100vw - 320px) / 1600);
  margin-top: calc(5px + 5 * (100vw - 320px) / 1600);
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
}
@media (max-width: 1200px) {
  .home-wapper .home-content p {
    width: 100%;
    margin: 10px 0 0;
  }
}
.home-wapper .slider-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  margin-top: 35px;
}
@media (max-width: 991px) {
  .home-wapper .slider-button {
    margin-top: 15px;
  }
}
.home-wapper .slider-button .btn {
  width: 100%;
  color: #ffffff;
  padding: calc(10px + 4 * (100vw - 320px) / 1600) 0;
  font-size: calc(12px + 4 * (100vw - 320px) / 1600);
  border: 0;
}
.home-wapper .slider-button .btn.color-1 {
  background: rgba(0, 240, 255, 0.1);
}
.home-wapper .slider-button .btn.color-2 {
  background: rgba(255, 152, 119, 0.15);
}
.home-wapper .slider-button .btn.color-3 {
  background: rgba(255, 186, 70, 0.08);
}
.home-wapper .slider-button .btn.color-4 {
  background: rgba(40, 177, 141, 0.2);
}
.home-wapper .slider-button .btn.color-5 {
  background: rgba(47, 180, 255, 0.1);
}
.home-wapper .slider-button .btn .btn-img {
  margin-right: calc(5px + 5 * (100vw - 320px) / 1600);
}
.home-wapper .swiper-pagination {
  position: relative;
  bottom: -50px;
  border-radius: 5px;
}
@media (max-width: 1200px) {
  .home-wapper .swiper-pagination {
    bottom: -15px;
  }
}
.home-wapper .swiper-pagination-bullet {
  width: 20px;
  border-radius: 8px;
  background-color: #ffffff;
  opacity: 0.1;
}
.home-wapper .swiper-pagination-bullet-active {
  left: -100px;
  width: 35px;
  border-radius: 5px;
  background: rgb(254, 159, 74);
  opacity: 1;
}
@media (max-width: 375px) {
  .home-wapper .swiper-pagination-bullet-active {
    width: 17px;
  }
}
.home-wapper .mobile-screen {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .home-wapper .mobile-screen {
    display: none;
  }
}
.home-wapper .bubble {
  position: absolute;
  top: 40%;
  left: 0;
}
@media (max-width: 1848px) {
  .home-wapper .bubble {
    display: none;
  }
}
.home-wapper .left-vector {
  position: absolute;
  top: 150px;
  left: 60px;
  width: 6%;
  opacity: 0.5;
}
@media (max-width: 1172px) {
  .home-wapper .left-vector {
    display: none;
  }
}
.home-wapper .right-vector {
  position: absolute;
  bottom: 20%;
  right: 15px;
  width: 5%;
  opacity: 0.5;
}
@media (max-width: 992px) {
  .home-wapper .right-vector {
    display: none;
  }
}
.home-wapper .balls {
  position: absolute;
  width: 20px;
  left: 65px;
  bottom: 33%;
  background-blend-mode: screen;
  mix-blend-mode: screen;
  opacity: 0.5;
  -webkit-transform: rotate(126.91deg);
          transform: rotate(126.91deg);
}
@media (max-width: 992px) {
  .home-wapper .balls {
    display: none;
  }
}

/* Application section */
.application .row {
  padding: 0 150px;
}
@media (max-width: 1367px) {
  .application .row {
    padding: 0;
  }
}
.application .row > div {
  position: relative;
}
@media (max-width: 420px) {
  .application .row > div {
    width: 100%;
  }
}
.application .row > div .shape-img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.application .row > div:first-child .shape-img {
  left: 6px;
  top: -4px;
  height: 118px;
}
@media (max-width: 1199px) {
  .application .row > div:first-child .shape-img {
    height: 100px;
  }
}
.application .row > div:nth-child(2) .shape-img {
  left: 3px;
  top: -2px;
  height: 119px;
}
@media (max-width: 1199px) {
  .application .row > div:nth-child(2) .shape-img {
    height: 100px;
  }
}
.application .row > div:nth-child(3) .shape-img {
  left: 0px;
  top: -6px;
  height: 118px;
}
@media (max-width: 1199px) {
  .application .row > div:nth-child(3) .shape-img {
    height: 100px;
  }
}
.application .row > div:nth-child(4) .shape-img {
  left: -3px;
  top: -2px;
  height: 120px;
}
@media (max-width: 1199px) {
  .application .row > div:nth-child(4) .shape-img {
    height: 100px;
  }
}
.application .title p {
  width: 45%;
  letter-spacing: 0.03em;
  font-weight: 500;
}
@media (max-width: 991px) {
  .application .title p {
    width: 100%;
  }
}
.application .apps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(10px + 20 * (100vw - 320px) / 1600);
  z-index: 1;
  position: relative;
}
@media (max-width: 400px) {
  .application .apps {
    gap: 25px;
  }
}
.application .apps:after {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  background-image: url("../images/svg/shadow.svg");
  width: 100%;
  height: 154px;
  z-index: -2;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1199px) {
  .application .apps:after {
    height: 124px;
  }
}
@media (max-width: 400px) {
  .application .apps:after {
    height: 100px;
  }
}
.application .apps .app-box {
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: calc(20px + 13 * (100vw - 320px) / 1600);
  font-size: calc(20px + 18 * (100vw - 320px) / 1600);
  background-clip: padding-box;
  border: 5px solid transparent;
  position: relative;
  width: 110px;
  height: 110px;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .application .apps .app-box {
    width: calc(70px + 40 * (100vw - 320px) / 1600);
    height: calc(70px + 40 * (100vw - 320px) / 1600);
  }
}
.application .apps .app-box::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -5px;
  border-radius: inherit;
  background: linear-gradient(315deg, rgb(235, 234, 234) -20.73%, #ffffff 83.43%);
}
.application .apps .app-box.color1 {
  color: rgb(40, 156, 126);
}
.application .apps .app-box.color2 {
  color: rgb(255, 156, 66);
}
.application .apps .app-box.color3 {
  color: rgb(85, 152, 255);
}
.application .apps .app-box.color4 {
  color: rgb(29, 202, 202);
}
.application .apps h3 {
  font-weight: 500;
  font-size: 20px;
}

/* Multikit section */
.multikit {
  overflow: hidden;
  position: relative;
}
.multikit:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 250px;
  z-index: -1;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
.multikit .title p {
  width: 54%;
}
@media (max-width: 991px) {
  .multikit .title p {
    width: 100%;
  }
}
.multikit .apps {
  position: relative;
}
@media (max-width: 480px) {
  .multikit .apps .row > div {
    width: 100% !important;
  }
}
.multikit .apps .left-app {
  position: absolute;
  top: -20px;
  left: 70px;
}
@media (max-width: 1440px) {
  .multikit .apps .left-app {
    display: none;
  }
}
.multikit .apps .numbers {
  position: absolute;
  top: 33%;
  right: -145px;
}
@media (max-width: 1700px) {
  .multikit .apps .numbers {
    width: 10%;
    right: -50px;
  }
}
@media (max-width: 1500px) {
  .multikit .apps .numbers {
    display: none;
  }
}
.multikit .apps ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 28px;
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .multikit .apps ul {
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .multikit .apps ul {
    gap: 18px;
  }
}
.multikit .apps ul .modals {
  width: 75%;
  padding: 5px 20px 5px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 33px 33px 0 33px;
  position: relative;
}
@media (max-width: 1199px) {
  .multikit .apps ul .modals {
    width: 75%;
    border-radius: 35px !important;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 20px;
    padding: 5px 20px 5px 8px !important;
  }
}
@media (max-width: 767px) {
  .multikit .apps ul .modals {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .multikit .apps ul .modals {
    gap: 10px;
  }
}
.multikit .apps ul .modals::after {
  content: "";
  position: absolute;
  -webkit-mask-image: url(../../assets/images/shapes/5.png);
          mask-image: url(../../assets/images/shapes/5.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
@media (max-width: 1199px) {
  .multikit .apps ul .modals::after {
    display: none;
  }
}
.multikit .apps ul .modals.modals1 {
  margin-left: auto;
}
.multikit .apps ul .modals.modals2 {
  margin-right: auto;
  padding: 5px 8px 5px 20px;
  border-radius: 33px 33px 33px 0;
}
@media (max-width: 991px) {
  .multikit .apps ul .modals.modals2 {
    border-radius: 35px;
  }
}
.multikit .apps ul .modals.modals2:after {
  right: unset;
  top: 65px;
  left: -4px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.multikit .apps ul .modals.gray {
  background-color: #eaf1f1;
}
.multikit .apps ul .modals.gray::after {
  background-color: #eaf1f1;
}
.multikit .apps ul .modals.green {
  background-color: #e4f3ed;
}
.multikit .apps ul .modals.green::after {
  background-color: #e4f3ed;
}
.multikit .apps ul .modals.green h4:after {
  background: linear-gradient(143.41deg, #e7f5f0 17.79%, #f2fffa 88.57%);
}
.multikit .apps ul .modals.green h4 span:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#e7f5f0), to(#f6f7fb));
  background: linear-gradient(180deg, #e7f5f0 0%, #f6f7fb 100%);
}
.multikit .apps ul .modals.yellow {
  background-color: #f7f1da;
}
.multikit .apps ul .modals.yellow::after {
  background-color: #f7f1da;
}
.multikit .apps ul .modals.yellow h4:after {
  background: radial-gradient(50% 50% at 50% 50%, #f9f4e1 0%, #f9f4e1 100%);
}
.multikit .apps ul .modals.yellow h4 span:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#f9f4e1), to(#f6f7fb));
  background: linear-gradient(180deg, #f9f4e1 0%, #f6f7fb 100%);
}
.multikit .apps ul .modals.light-yellow {
  background-color: #f4f3e9;
}
.multikit .apps ul .modals.light-yellow:after {
  background-color: #f4f3e9;
}
.multikit .apps ul .modals.light-yellow h4:after {
  background: #f5f2e6;
}
.multikit .apps ul .modals.light-yellow h4 span:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f2e6), to(#f6f7fb));
  background: linear-gradient(180deg, #f5f2e6 0%, #f6f7fb 100%);
}
.multikit .apps ul .modals.blue {
  background-color: #e1f1fb;
}
.multikit .apps ul .modals.blue:after {
  background-color: #e1f1fb;
}
.multikit .apps ul .modals.blue h4:after {
  background: linear-gradient(143.41deg, #ecf5fc 17.79%, #eef2f4 88.57%);
}
.multikit .apps ul .modals.orange {
  background-color: #f7e6d4;
}
.multikit .apps ul .modals.orange:after {
  background-color: #f7e6d4;
}
.multikit .apps ul .modals.orange h4:after {
  background: linear-gradient(143.41deg, #faf0e4 17.79%, #ffe2bf 88.57%);
}
.multikit .apps ul .modals.orange h4 span:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#faf0e4), to(#f6f7fb));
  background: linear-gradient(180deg, #faf0e4 0%, #f6f7fb 100%);
}
.multikit .apps ul .modals h4 {
  width: 55px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  background: #ffffff;
  -webkit-box-shadow: -12px 6px 12px #e1e1e1;
          box-shadow: -12px 6px 12px #e1e1e1;
  position: relative;
  z-index: 1;
}
@media (max-width: 480px) {
  .multikit .apps ul .modals h4 {
    width: 45px;
    height: 45px;
  }
}
.multikit .apps ul .modals h4:after {
  content: "";
  position: absolute;
  left: -1px;
  top: 1px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#eaeff1), to(#eaeff0));
  background: linear-gradient(180deg, #eaeff1 0%, #eaeff0 100%);
  z-index: -1;
}
.multikit .apps ul .modals h4 span {
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  -webkit-box-shadow: -6px 7px 7px #c5c5c5;
          box-shadow: -6px 7px 7px #c5c5c5;
  position: relative;
  z-index: 1;
}
@media (max-width: 480px) {
  .multikit .apps ul .modals h4 span {
    width: 30px;
    height: 30px;
  }
}
.multikit .apps ul .modals h4 span:after {
  content: "";
  position: absolute;
  left: -2px;
  top: 1px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ecf8fd), to(#f6f7fb));
  background: linear-gradient(180deg, #ecf8fd 0%, #f6f7fb 100%);
  z-index: -1;
}
@media (max-width: 1199px) {
  .multikit .apps ul .modals h4 {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.multikit .apps ul .modals::after {
  content: "";
  position: absolute;
  width: 48px;
  height: 48px;
  top: 65px;
  right: -4px;
  background-color: #eaf1f1;
}
.multikit .apps ul .modals h3 {
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
}
@media (max-width: 1399px) {
  .multikit .apps ul .modals h3 {
    font-size: 15px;
  }
}

/* Features Section */
.features .title p {
  width: 54%;
}
@media (max-width: 991px) {
  .features .title p {
    width: 100%;
  }
}
.features .features-wrapper {
  margin-bottom: -15px;
}
.features .features-wrapper .features-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding: 6px;
}
.features .features-wrapper .features-box .features-info {
  margin-top: 6px;
  padding: calc(15px + 20 * (100vw - 320px) / 1600) calc(15px + 7 * (100vw - 320px) / 1600) calc(15px + 7 * (100vw - 320px) / 1600);
  background: #ffffff;
  -webkit-box-shadow: 2px 9px 6px rgba(134, 163, 169, 0.15);
          box-shadow: 2px 9px 6px rgba(134, 163, 169, 0.15);
  border-radius: 37.3749px;
  width: 100%;
  margin-bottom: 15px;
  position: relative;
}
.features .features-wrapper .features-box .features-info span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.features .features-wrapper .features-box .features-info span:after {
  content: "";
  position: absolute;
  background: radial-gradient(100% 16809998.01% at 102.44% -499.97%, rgba(152, 185, 193, 0) 0%, rgba(152, 185, 193, 0.536458) 46.35%, rgba(152, 185, 193, 0) 100%);
  width: 100%;
  height: 1px;
  top: -6px;
  right: 0;
}
.features .features-wrapper .features-box .features-info span:before {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(152, 185, 193, 0)), color-stop(46.35%, rgba(152, 185, 193, 0.536458)), to(rgba(152, 185, 193, 0)));
  background: linear-gradient(rgba(152, 185, 193, 0) 0%, rgba(152, 185, 193, 0.536458) 46.35%, rgba(152, 185, 193, 0) 100%);
  width: 1px;
  height: 100%;
  top: 0;
  right: -6px;
}
.features .features-wrapper .features-box .features-info:after {
  content: "";
  position: absolute;
  background: radial-gradient(100% 16809998.01% at 102.44% -499.97%, rgba(152, 185, 193, 0) 0%, rgba(152, 185, 193, 0.536458) 46.35%, rgba(152, 185, 193, 0) 100%);
  width: 100%;
  height: 1px;
  bottom: -6px;
  left: 0;
}
.features .features-wrapper .features-box .features-info:before {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(152, 185, 193, 0)), color-stop(46.35%, rgba(152, 185, 193, 0.536458)), to(rgba(152, 185, 193, 0)));
  background: linear-gradient(rgba(152, 185, 193, 0) 0%, rgba(152, 185, 193, 0.536458) 46.35%, rgba(152, 185, 193, 0) 100%);
  width: 1px;
  height: 100%;
  bottom: 0;
  left: -6px;
}
.features .features-wrapper .features-box .features-info .features-img {
  width: 65px;
  height: 65px;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 15px;
  margin-left: auto;
  margin-right: auto;
}
.features .features-wrapper .features-box .features-info .features-img.color5 {
  background: rgb(232, 250, 255);
}
.features .features-wrapper .features-box .features-info .features-img.color6 {
  background: rgb(255, 250, 229);
}
.features .features-wrapper .features-box .features-info .features-img.color7 {
  background: rgb(255, 240, 248);
}
.features .features-wrapper .features-box .features-info .features-img.color8 {
  background: rgb(255, 240, 224);
}
.features .features-wrapper .features-box .features-info .features-img.color9 {
  background: rgb(225, 252, 242);
}
.features .features-wrapper .features-box .features-info .features-img::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -5px;
  border-radius: inherit;
  background: linear-gradient(315deg, #ebeaea -20.73%, #ffffff 83.43%);
}
.features .features-wrapper .features-box .features-info .features-img.color10 {
  background: rgb(255, 231, 231);
}
.features .features-wrapper .features-box .features-info h5 {
  text-align: center;
  color: rgb(0, 2, 72);
  margin-top: 15px;
  margin-bottom: -4px;
  height: 45px;
  line-height: 20px;
}
.features .widget-screen {
  background-image: url("../../assets/images/background/bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 40px;
}
.features .widget-screen .widget {
  position: relative;
}
@media (max-width: 1200px) {
  .features .widget-screen .widget {
    width: 100%;
  }
}
.features .widget-screen .widget .use-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  font-size: calc(100px + 130 * (100vw - 320px) / 1600);
  background: linear-gradient(52.14deg, #3fb3c9 19.12%, #86c4ae 40.95%, #5fbecd 60.46%, #fcdbab 83.4%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  margin-top: calc(-15px + -20 * (100vw - 320px) / 1600);
}
.features .widget-screen .widget .use-widget span:first-child {
  background: linear-gradient(52.14deg, #3fb3c9 19.12%, #86c4ae 40.95%, #5fbecd 60.46%, #fcdbab 83.4%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.features .widget-screen .widget .use-widget span:nth-child(2) {
  background: linear-gradient(67.11deg, #f1c9b3 21.66%, #c3d3b1 45.4%, #83ccb3 74.62%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.features .widget-screen .widget .arrow {
  position: absolute;
  top: 25%;
  left: 54%;
}
@media (max-width: 1200px) {
  .features .widget-screen .widget .arrow {
    display: none;
  }
}
.features .widget-screen .widget .title {
  margin-top: -10px;
}
.features .widget-screen .widget .title p {
  width: 100%;
}
.features .widget-screen .widget .widget-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.features .widget-screen .widget .widget-content .check {
  width: 15px;
  height: 15px;
}
.features .widget-screen .widget .widget-content h5 {
  color: rgb(0, 2, 72);
}
.features .widget-screen .phone {
  width: 100%;
  margin-top: 0;
}
@media (max-width: 1200px) {
  .features .widget-screen .phone {
    display: none;
  }
}
.features .widget-screen .widget-badge {
  position: relative;
}
.features .widget-screen .widget-badge .badge {
  padding: 20px;
  background-color: rgb(255, 255, 255);
  border-radius: 100%;
  position: absolute;
  bottom: 0px;
  right: 40%;
  width: 128px;
  height: 128px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  -webkit-animation: up-down 5s ease-out infinite;
          animation: up-down 5s ease-out infinite;
}
.features .widget-screen .widget-badge .badge::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 115px;
  height: 115px;
  background-color: #ffffff;
  border-radius: 100%;
  z-index: -4;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: 0px 6.55844px 2.17204px rgba(14, 109, 91, 0.1);
          box-shadow: 0px 6.55844px 2.17204px rgba(14, 109, 91, 0.1);
}
@media (max-width: 1200px) {
  .features .widget-screen .widget-badge .badge {
    display: none;
  }
}
.features .widget-screen .widget-badge .badge h5 {
  color: rgb(42, 99, 84);
  margin-top: 5px;
  letter-spacing: 0.04em;
}

@-webkit-keyframes up-down {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
/* service section */
.service .title p {
  width: 48%;
}
@media (max-width: 991px) {
  .service .title p {
    width: 100%;
  }
}
.service .card-body {
  padding: calc(10px + 20 * (100vw - 320px) / 1600);
  background: rgb(252, 252, 253);
  border: 2px solid #ffffff;
  -webkit-box-shadow: 0px 9px 20px rgba(46, 35, 94, 0.07);
          box-shadow: 0px 9px 20px rgba(46, 35, 94, 0.07);
  border-radius: 10px;
  height: 100%;
}
@media (max-width: 767px) {
  .service .card-body {
    text-align: center;
  }
}
.service .card-body .card-logo {
  width: 63px;
  height: 63px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
  border-radius: 15px;
  border: 3px solid rgb(255, 255, 255);
  -webkit-box-shadow: 14px 13px 9px 0px #e5e5e5;
          box-shadow: 14px 13px 9px 0px #e5e5e5;
}
@media (max-width: 767px) {
  .service .card-body .card-logo {
    margin-left: auto;
    margin-right: auto;
  }
}
.service .card-body .card-logo.color11 {
  background: rgb(238, 251, 255);
}
.service .card-body .card-logo.color12 {
  background: rgb(255, 240, 248);
}
.service .card-body .card-logo.color13 {
  background: rgb(225, 252, 242);
}
.service .card-body .card-logo.color14 {
  background: rgb(246, 243, 255);
}
.service .card-body .card-logo.color15 {
  background: rgb(255, 240, 248);
}
.service .card-body .card-logo.color16 {
  background: rgb(255, 241, 227);
}
.service .card-body .card-logo.color17 {
  background: rgb(253, 235, 235);
}
.service .card-body .card-logo.color18 {
  background: rgb(231, 248, 255);
}
.service .card-body h4 {
  margin-top: calc(15px + 10 * (100vw - 320px) / 1600);
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
}
.service .card-body .card-text {
  font-size: calc(12px + 4 * (100vw - 320px) / 1600);
  color: #52526c;
  margin-top: 10px;
}

/* demos */
.demo {
  background-image: url("../../assets/images/background/background-img.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.demo .title p {
  width: 48%;
}
@media (max-width: 991px) {
  .demo .title p {
    width: 100%;
  }
}
.demo .demo-modal {
  position: relative;
  text-align: center;
}
.demo .demo-modal:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(80% + 20px);
  height: calc(100% + 15px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 5px;
  border-width: 2px;
  border-style: solid;
  -o-border-image: linear-gradient(9.42deg, #ffffff 15.72%, rgba(196, 199, 218, 0.38) 94.71%);
     border-image: linear-gradient(9.42deg, #ffffff 15.72%, rgba(196, 199, 218, 0.38) 94.71%);
  border-image-slice: 2;
}
@media (max-width: 767px) {
  .demo .demo-modal:after {
    width: calc(95% + 20px);
  }
}
.demo .demo-modal .demo-img {
  width: 80%;
  -webkit-box-shadow: 0px 23px 40px rgba(22, 83, 56, 0.05);
          box-shadow: 0px 23px 40px rgba(22, 83, 56, 0.05);
}
@media (max-width: 767px) {
  .demo .demo-modal .demo-img {
    width: 95%;
  }
}
.demo .demo-modal .demo-name {
  position: absolute;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  top: 17%;
  font-size: calc(13px + 5 * (100vw - 320px) / 1600);
  margin: 0 0 0 -8px;
}
@media (max-width: 1199px) {
  .demo .demo-modal .demo-name {
    margin: 0 0 0 -18px;
  }
}
@media (max-width: 767px) {
  .demo .demo-modal .demo-name {
    margin: 0 0 0 -28px;
  }
}
@media (max-width: 576px) {
  .demo .demo-modal .demo-name {
    display: none;
  }
}

/* theme-service */
.theme-service {
  background-image: url("../../assets/images/background/bg1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: calc(30px + 40 * (100vw - 320px) / 1600) 0;
}
.theme-service .row > div:first-child .service-box::after {
  display: none;
}
.theme-service .service-box {
  position: relative;
  text-align: center;
  z-index: 1;
}
.theme-service .service-box .service-img {
  width: 55px;
  height: 55px;
}
.theme-service .service-box h4 {
  margin-top: 12px;
  color: white;
}
.theme-service .service-box p {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .theme-service .service-box p {
    width: 90%;
  }
}
.theme-service .service-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-left: 1px dashed rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 767px) {
  .theme-service .service-box::after {
    display: none;
  }
}

/* footer */
footer {
  background-image: url("../../assets/images/background/footer-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
footer .footer-img1 {
  position: absolute;
  top: -45px;
  left: -24%;
  width: 50%;
}
@media (max-width: 992px) {
  footer .footer-img1 {
    display: none;
  }
}
footer .footer-img2 {
  position: absolute;
  top: -45px;
  right: -13%;
  width: 50%;
}
@media (max-width: 992px) {
  footer .footer-img2 {
    display: none;
  }
}
footer .footer-content {
  text-align: center;
}
@media (max-width: 320px) {
  footer .footer-content {
    padding: 0 20px;
  }
}
footer .footer-content h2 {
  font-size: calc(20px + 16 * (100vw - 320px) / 1600);
  text-align: center;
  text-transform: capitalize;
  color: rgb(0, 2, 72);
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 49%;
  margin-top: calc(-8px + -6 * (100vw - 320px) / 1600);
}
@media (max-width: 992px) {
  footer .footer-content h2 {
    width: 100%;
  }
}
footer .footer-content h2 span {
  color: rgb(49, 110, 116);
}
footer .footer-content .btn-solid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  margin-top: 10px;
}

.copyright {
  position: relative;
  bottom: 0;
  background-color: rgb(255, 255, 255);
  width: 100%;
  text-align: center;
  padding: calc(6px + 6 * (100vw - 320px) / 1600) 0;
  color: #52526c;
}

/* scroll to top */
.scroll-to-top {
  z-index: 4;
  position: fixed;
  right: 30px;
  bottom: 95px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: white;
  border: none;
  -webkit-box-shadow: 4px 4px 7px 4px rgba(145, 145, 145, 0.2);
          box-shadow: 4px 4px 7px 4px rgba(145, 145, 145, 0.2);
  font-size: 30px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(0);
          transform: scale(0);
  outline: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .scroll-to-top {
    width: 40px;
    height: 40px;
    right: 10px;
    bottom: 70px;
  }
}

.play-btn {
  z-index: 5;
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: white;
  -webkit-box-shadow: 4px 4px 7px 4px rgba(145, 145, 145, 0.2);
          box-shadow: 4px 4px 7px 4px rgba(145, 145, 145, 0.2);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
}
@media (max-width: 767px) {
  .play-btn {
    right: 10px;
    bottom: 20px;
    width: 40px;
    height: 40px;
  }
}
.play-btn img {
  width: 20px;
}
@media (max-width: 767px) {
  .play-btn img {
    width: 17px;
  }
}
/*# sourceMappingURL=style.css.map */