@charset "UTF-8";
/* Fonts */
@font-face {
  font-family: "Morabba";
  src: url("./../fonts/morabba/Morabba-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Morabba";
  src: url("./../fonts/morabba/Morabba-Bold.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Morabba";
  src: url("./../fonts/morabba/Morabba-Regular.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Morabba";
  src: url("./../fonts/morabba/Morabba-UltraLight.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Display";
  src: url("./../fonts/plus-jakarta-display/PlusJakartaDisplay-Light.otf") format("otf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Display";
  src: url("./../fonts/plus-jakarta-display/PlusJakartaDisplay-Medium.otf") format("otf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Display";
  src: url("./../fonts/plus-jakarta-display/PlusJakartaDisplay-Regular.otf") format("otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Display";
  src: url("./../fonts/plus-jakarta-display/PlusJakartaDisplay-LightItalic.otf") format("otf");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Plus Jakarta Display";
  src: url("./../fonts/plus-jakarta-display/PlusJakartaDisplay-MediumItalic.otf") format("otf");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
/* Fonts */
.f-plus-jakarta-display {
  font-family: "Plus Jakarta Display";
}

/* Icons */
.icon-instagram-9:before {
  content: "\ea30";
}
.icon-location-7:before {
  content: "\ea31";
}
.icon-pin:before {
  content: "\ea32";
}
.icon-arrow-left-13:before {
  content: "\ea2f";
}
.icon-play-11:before {
  content: "\ea2e";
}
.icon-heart-8:before {
  content: "\ea29";
}
.icon-heart-8-fill:before {
  content: "\ea2a";
}
.icon-quote-up:before {
  content: "\ea2b";
}
.icon-toman-3:before {
  content: "\ea2c";
}
.icon-user-circle:before {
  content: "\ea2d";
}
.icon-call-calling:before {
  content: "\ea21";
}
.icon-instagram-8:before {
  content: "\ea26";
}
.icon-menu-2:before {
  content: "\ea27";
}
.icon-whatsapp-4:before {
  content: "\ea28";
}

/* Icons */
.bg-orbit {
  background: #000;
}

.f-morabba {
  font-family: "Morabba";
}

/* Btns */
.btn-orbit-success {
  background-color: #93d200;
  color: #fff;
}
.btn-orbit-success:hover, .btn-orbit-success:active, .btn-orbit-success:focus {
  background-color: rgb(104.16, 148.8, 0);
  color: #fff;
}
.btn-orbit-white {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.11);
  color: #fff;
}
.btn-orbit-white:hover, .btn-orbit-white:active, .btn-orbit-white:focus {
  background-color: #93d200;
  border-color: #93d200;
  color: #fff;
}
.btn-orbit-outline-white {
  border: 1px solid rgba(255, 255, 255, 0.11);
  color: #fff;
}
.btn-orbit-outline-white:hover, .btn-orbit-outline-white:active, .btn-orbit-outline-white:focus {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.btn-orbit-outline-white-2 {
  border: 1px solid rgba(255, 255, 255, 0.11);
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.btn-orbit-outline-white-2:hover, .btn-orbit-outline-white-2:active, .btn-orbit-outline-white-2:focus {
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
}
.btn-orbit-outline-black {
  background-color: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(0, 0, 0, 0.08);
  color: #0a260a;
}
.btn-orbit-outline-black:hover, .btn-orbit-outline-black:active, .btn-orbit-outline-black:focus {
  background-color: rgba(0, 0, 0, 0.1);
  color: #0a260a;
}

/* Btns */
/* Swiper */
.swiper-orbit .swiper-pagination {
  gap: 3px;
}
.swiper-orbit .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  margin: 0 !important;
  opacity: 1;
  background-color: rgba(147, 210, 0, 0.2);
  border-radius: 30px;
  position: relative;
  z-index: 2;
}
.swiper-orbit .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: -3px;
  left: 3px;
  background-color: inherit;
  border-radius: inherit;
  filter: blur(16px);
  z-index: -1;
}
.swiper-orbit .swiper-pagination-bullet-active {
  background-color: rgba(147, 210, 0, 0.88);
  width: 18px;
}
.swiper-orbit.dark .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.3);
}
.swiper-orbit.dark .swiper-pagination-bullet::after {
  filter: blur(16px);
}
.swiper-orbit.dark .swiper-pagination-bullet-active {
  background-color: rgba(147, 210, 0, 0.88);
}

/* Swiper */
/* Header */
.header-orbit {
  margin-top: 38px;
  z-index: 100;
}
.header-orbit-content {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  backdrop-filter: blur(94px);
  padding: 17px 91px 18px 22px;
}
.header-orbit-content::before {
  border-radius: inherit;
  padding: 1px;
  background-image: radial-gradient(14.7% 14.7% at 99.62% 91.14%, #ffffff 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(38.12% 67.09% at 3.16% 0%, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.header-orbit-btn-nav {
  font-size: 30px;
  color: #fff;
  margin-left: 14px;
}
.header-orbit-logo {
  margin-left: 19px;
}
.header-orbit .line {
  width: 1px;
  height: 20px;
  border-right: 1px dashed rgba(255, 255, 255, 0.7);
}
.header-orbit-nav {
  margin-right: 17px;
}
.header-orbit-nav ul {
  gap: 33px;
}
.header-orbit-nav ul a {
  color: rgba(255, 255, 255, 0.5);
}
.header-orbit-nav ul a:hover {
  color: #fff;
}
.header-orbit-cart {
  gap: 12px;
  color: #fff;
  margin-left: 24px;
}
.header-orbit-cart svg {
  width: 24px;
  height: 24px;
}
.header-orbit-cart:hover {
  color: #93d200;
}
.header-orbit-auth {
  padding: 12px 27px;
  margin-right: 24px;
}
.header-orbit-auth::after {
  top: 24px;
  right: 21px;
  bottom: -2px;
  left: 21px;
  background-color: inherit;
  opacity: 0.47;
  filter: blur(34px);
}
@media only screen and (max-width: 1199px) {
  .header-orbit-content {
    padding: 17px 24px 18px 18px;
  }
  .header-orbit-nav ul {
    gap: 16px;
  }
  .header-orbit-nav ul a {
    font-size: 12px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .header-orbit-content {
    padding: 20px 16px 19px;
  }
  .header-orbit-cart {
    gap: 7px;
    margin-left: 12px;
  }
  .header-orbit-cart .count {
    width: 18px;
    height: 18px;
    background-color: #93d200;
    color: #fff;
  }
  .header-orbit-auth {
    padding: 0;
    width: 61px;
    height: 40px;
    margin-right: 16px;
  }
  .header-orbit-auth svg {
    width: 24px;
    height: 24px;
  }
}

/* Header */
/* Landing */
.landing-orbit {
  margin-top: -105px;
  padding: 199px 0 128px;
}
.landing-orbit::before {
  background-image: url("./../images/orbit/landing.png");
  width: 1041px;
  height: 845px;
  -webkit-mask-image: radial-gradient(42.17% 132.46% at 40.39% 55.03%, #d9d9d9 0%, rgba(115, 115, 115, 0) 100%);
          mask-image: radial-gradient(42.17% 132.46% at 40.39% 55.03%, #d9d9d9 0%, rgba(115, 115, 115, 0) 100%);
  z-index: -5;
}
.landing-orbit::after {
  background-color: rgba(147, 210, 0, 0.47);
  filter: blur(400px);
  width: 642px;
  height: 90px;
  z-index: 12;
}
.landing-orbit .circle {
  border: 1px solid rgba(255, 255, 255, 0.1);
  top: -78.597%;
  transform: translateX(-50%);
  width: 1406px;
  height: 1406px;
  z-index: -2;
}
.landing-orbit .circle > span {
  border: 1px solid rgba(255, 255, 255, 0.15);
  width: calc(100% - 130px);
  height: calc(100% - 130px);
}
.landing-orbit .circle > span > span {
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: calc(100% - 104px);
  height: calc(100% - 104px);
}
.landing-orbit .circle > span > span > span {
  border: 1px solid rgba(255, 255, 255, 0.25);
  width: calc(100% - 86px);
  height: calc(100% - 86px);
}
.landing-orbit .circle > span > span > span > span {
  border: 1px solid rgba(255, 255, 255, 0.3);
  width: calc(100% - 94px);
  height: calc(100% - 94px);
}
.landing-orbit .shape {
  background-color: rgba(0, 0, 0, 0.01);
  backdrop-filter: blur(400px);
  height: 171px;
  transform: translateY(-14px);
  z-index: 20;
}
.landing-orbit .shape::before {
  padding: 4px;
  border-radius: inherit;
  background-image: radial-gradient(18.62% 18.62% at 50% 0%, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.landing-orbit-right {
  max-width: 591px;
}
.landing-orbit-right .sup-title {
  font-size: 21px;
  line-height: 34px;
  margin-right: 41px;
  background-image: linear-gradient(90deg, #ffffff 84.3%, rgba(255, 255, 255, 0.08) 100%);
}
.landing-orbit-right .title {
  background-image: linear-gradient(90deg, #ffffff 84.3%, rgba(255, 255, 255, 0.28) 100%);
  padding: 16px 40px;
  margin-bottom: 49px;
}
.landing-orbit-right .title::before {
  background-image: linear-gradient(-90deg, rgba(255, 255, 255, 0.078) 0%, rgba(255, 255, 255, 0) 100%);
  backdrop-filter: blur(13px);
  border-radius: 60px;
}
.landing-orbit-right .info-contacts {
  row-gap: 22px;
  max-width: 473px;
  margin: 0 -11px;
}
.landing-orbit-right .info-contacts li {
  flex: 1 0 50%;
  padding: 0 11px;
}
.landing-orbit-right .info-contacts li a {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 50px;
  padding: 14px 31px 14px 14px;
  color: #fff;
  gap: 18px;
}
.landing-orbit-right .info-contacts li a .icon {
  font-size: 24px;
}
.landing-orbit-right .info-contacts li a .line {
  width: 1px;
  height: 38px;
  background-color: rgba(255, 255, 255, 0.06);
}
.landing-orbit-right .info-contacts li a.show-price {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 22px;
}
.landing-orbit-right .info-contacts li a:hover {
  background-color: #93d200;
  border-color: #93d200;
  color: #fff;
}
.landing-orbit .show-all-works {
  bottom: 89px;
  left: 25%;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(34px);
  color: #fff;
  padding: 19px 33px;
  z-index: 10;
}
.landing-orbit .show-all-works:hover {
  background-color: #93d200;
}
@media only screen and (max-width: 1199px) {
  .landing-orbit {
    margin-top: -55px;
    padding-top: 136px;
    padding-bottom: 72px;
  }
  .landing-orbit::before {
    max-width: 100%;
    height: 100%;
  }
  .landing-orbit .circle {
    width: 730px;
    height: 730px;
    top: -5%;
  }
  .landing-orbit .show-all-works {
    left: 15%;
  }
}
@media only screen and (max-width: 767px) {
  .landing-orbit::after {
    width: 90%;
    height: 45px;
  }
  .landing-orbit .shape {
    width: 742px !important;
    height: 84px;
    transform: translate(-50%, -7px);
    left: 50% !important;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .landing-orbit-right-title,
  .landing-orbit-right .info-contacts {
    max-width: 100%;
  }
  .landing-orbit-right .title {
    font-size: 29px;
    line-height: 44px;
    padding: 12px 32px;
  }
}
@media only screen and (max-width: 575px) {
  .landing-orbit .circle {
    width: 690px;
    height: 690px;
    top: -2%;
  }
  .landing-orbit-right .title {
    font-size: 24px;
    line-height: 36px;
  }
  .landing-orbit-right .info-contacts {
    row-gap: 21px;
    margin: 0 -6px;
  }
  .landing-orbit-right .info-contacts li {
    padding: 0 6px;
    flex: 1 0 auto;
    min-width: 50%;
  }
  .landing-orbit-right .info-contacts li a {
    padding: 11px 24px;
    gap: 14px;
    font-size: 13px;
    line-height: 20px;
  }
  .landing-orbit-right .info-contacts li a .icon {
    font-size: 20px;
  }
}

/* Landing */
/* Full Services */
.full-services-orbit {
  margin-top: 97px;
  z-index: 20;
}
.full-services-orbit .swiper-slide > *, .full-services-orbit .swiper-slide-prev > * {
  transition: all 0.3s linear;
  opacity: 0;
  transform: scale(0);
}
.full-services-orbit .swiper-slide-active > *, .full-services-orbit .swiper-slide-active ~ .swiper-slide > * {
  opacity: 1;
  transform: scale(1);
}
.full-services-orbit .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 1;
  position: relative;
  margin: 0 !important;
  z-index: 2;
}
.full-services-orbit .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: -4px;
  left: 4px;
  border-radius: inherit;
  background-color: rgba(147, 210, 0, 0.88);
  filter: blur(16px);
  z-index: -1;
}
.full-services-orbit .swiper-pagination-bullet-active {
  width: 28px;
  background-color: rgba(147, 210, 0, 0.88);
}
.full-services-orbit-right {
  max-width: 372px;
}
.full-services-orbit-right .title {
  color: #fff;
}
.full-services-orbit-right .title span {
  color: #93d200;
}
.full-services-orbit-right .description {
  color: #919191;
  max-width: 291px;
}
.full-services-orbit-right .btn {
  padding: 22px 30px;
  gap: 11px;
}
.full-services-orbit-left {
  max-width: calc(100% - 372px);
}
.full-services-orbit-item {
  padding: 6px 4px;
}
.full-services-orbit-item .box {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(64px);
  border-radius: inherit;
}
.full-services-orbit-item .box::before, .full-services-orbit-item .box::after {
  width: 94px;
  height: 94px;
  background-color: #00ffbd;
  filter: blur(216.3px);
}
.full-services-orbit-item .box::before {
  transform: translate(-8px, -31px);
}
.full-services-orbit-item .box::after {
  transform: translate(10px, 17px);
}
.full-services-orbit-item .wrapper {
  height: 359px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.full-services-orbit-item .wrapper .overlay {
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  -webkit-mask-image: linear-gradient(to top, #000 0%, #000 20%, transparent 100%);
          mask-image: linear-gradient(to top, #000 0%, #000 20%, transparent 100%);
  border-radius: 0 0 30px 30px;
  transform: translateY(1px);
  height: 60%;
  z-index: 2;
}
.full-services-orbit-item .wrapper .icon {
  width: 49px;
  height: 49px;
  background-color: #93d200;
  color: #fff;
  top: 19px;
  right: 21px;
}
.full-services-orbit-item .wrapper .content {
  right: 3px;
  bottom: 3px;
  left: 3px;
  padding: 20px 15px 0;
  z-index: 5;
}
.full-services-orbit-item .wrapper .content::before {
  background-image: linear-gradient(118.77deg, rgba(10, 18, 26, 0.1) 72.65%, rgba(29, 50, 71, 0.1) 94.81%);
  border: 1px solid rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(64px);
  border-radius: inherit;
  opacity: 0;
}
.full-services-orbit-item .wrapper .content .title {
  font-size: 17px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 25px;
}
.full-services-orbit-item .wrapper .content .title a:hover {
  color: #93d200;
}
.full-services-orbit-item .wrapper .content .description {
  color: rgba(255, 255, 255, 0.37);
  max-height: 0;
}
.full-services-orbit-item .wrapper .content .btn {
  padding: 10px 24px;
  margin-bottom: -9px;
}
.full-services-orbit-item .wrapper .content .btn::after {
  top: 17px;
  right: 18px;
  bottom: -5px;
  left: 18px;
  background-color: inherit;
  filter: blur(34px);
  border-radius: inherit;
}
.full-services-orbit-item:hover .wrapper .content::before {
  opacity: 1;
}
.full-services-orbit-item:hover .wrapper .content .title {
  margin-bottom: 15px;
}
.full-services-orbit-item:hover .wrapper .content .description {
  margin-bottom: 21px;
  max-height: 40px;
}
@media only screen and (max-width: 991px) {
  .full-services-orbit {
    padding-bottom: 47px;
  }
  .full-services-orbit .row {
    row-gap: 28px;
  }
  .full-services-orbit .swiper-slide > *, .full-services-orbit .swiper-slide-prev > *, .full-services-orbit .swiper-slide-active > *, .full-services-orbit .swiper-slide-active ~ .swiper-slide > * {
    opacity: 1;
    transform: scale(1);
  }
  .full-services-orbit .swiper-pagination {
    position: absolute !important;
    top: auto !important;
    right: auto !important;
    bottom: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 100% !important;
    justify-content: center;
  }
  .full-services-orbit-right, .full-services-orbit-left {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .full-services-orbit-right .title {
    line-height: 32px;
  }
  .full-services-orbit-right .description {
    font-size: 12px;
    line-height: 20px;
  }
  .full-services-orbit-right .btn {
    font-size: 11px;
    line-height: 16px;
    padding: 16px;
  }
  .full-services-orbit-right .btn svg {
    width: 18px;
    height: 18px;
  }
  .full-services-orbit-item .wrapper {
    height: 295px;
  }
}
@media only screen and (max-width: 575px) {
  .full-services-orbit-item .wrapper .content .title {
    font-size: 14px;
    line-height: 20px;
  }
  .full-services-orbit-item .wrapper .content .description {
    font-size: 10px;
    line-height: 16px;
  }
  .full-services-orbit-item .wrapper .content .btn {
    font-size: 12px;
    line-height: 18px;
    padding: 10px 28px;
    margin-bottom: -10px;
  }
}

/* Full Services */
/* Heading */
.heading-orbit-title {
  color: #fff;
}
.heading-orbit-title span {
  color: #93d200;
}
.heading-orbit-sub-title {
  color: #919191;
}
@media only screen and (max-width: 767px) {
  .heading-orbit {
    margin-bottom: 38px;
  }
  .heading-orbit-title {
    font-size: 19px;
    line-height: 30px;
  }
  .heading-orbit-sub-title {
    font-size: 12px;
    line-height: 20px;
  }
}

/* Heading */
/* Heading Two */
.heading-orbit-two-sup-title {
  color: rgba(10, 38, 10, 0.4);
}
.heading-orbit-two-title {
  color: rgba(10, 38, 10, 0.9);
}
.heading-orbit-two-title span {
  color: #93d200;
}
.heading-orbit-two-btn {
  gap: 12px;
  padding: 18px 28px;
}
.heading-orbit-two.dark .heading-orbit-two-sup-title {
  color: rgba(255, 255, 255, 0.7);
}
.heading-orbit-two.dark .heading-orbit-two-title {
  color: rgba(255, 255, 255, 0.9);
}
@media only screen and (max-width: 767px) {
  .heading-orbit-two-sup-title {
    font-size: 14px;
    line-height: 20px;
  }
  .heading-orbit-two-title {
    font-size: 16px;
    line-height: 24px;
  }
  .heading-orbit-two-btn {
    font-size: 12px;
    line-height: 18px;
    gap: 7px;
    padding: 14px 19px;
  }
  .heading-orbit-two-btn svg {
    width: 19px;
    height: 19px;
  }
}

/* Heading Two */
/* Heading Three */
.heading-orbit-three-title {
  color: rgba(255, 255, 255, 0.8);
  font-size: 29px;
  line-height: 44px;
}
.heading-orbit-three-title span {
  color: #93d200;
}
.heading-orbit-three-btn {
  gap: 11px;
  padding: 21px 36px;
}
.heading-orbit-three-btn svg {
  width: 24px;
  height: 24px;
}
@media only screen and (max-width: 767px) {
  .heading-orbit-three-title {
    font-size: 22px;
    line-height: 36px;
  }
  .heading-orbit-three-btn {
    font-size: 12px;
    line-height: 18px;
    padding: 16px 17px;
    gap: 7px;
  }
}

/* Heading Three */
/* Detailing Cars */
.detailing-cars-orbit {
  margin: 120px 0 140px;
}
.detailing-cars-orbit-wrapper {
  padding: 34px 0;
}
.detailing-cars-orbit-wrapper::before {
  padding: 1px 0;
  background-image: radial-gradient(12.12% 187.61% at 50% 50%, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.detailing-cars-orbit .swiper-wrapper {
  transition-timing-function: linear;
}
.detailing-cars-orbit .swiper-slide {
  width: auto;
}
.detailing-cars-orbit-item img {
  max-height: 110px;
}
@media only screen and (max-width: 767px) {
  .detailing-cars-orbit {
    margin: 43px 0;
  }
  .detailing-cars-orbit-wrapper {
    padding: 14px 0;
  }
  .detailing-cars-orbit-wrapper::before {
    width: 770px !important;
    left: 50% !important;
    transform: translateX(-50%);
  }
  .detailing-cars-orbit-item img {
    max-height: 56px;
  }
}

/* Detailing Cars */
/* About */
.about-orbit {
  margin-bottom: 138px;
}
.about-orbit::before {
  width: 540px;
  height: 365px;
  background-color: rgba(147, 210, 0, 0.57);
  filter: blur(400px);
  transform: translateY(20px);
}
.about-orbit::after {
  width: 403px;
  height: 142px;
  background-image: url("./../images/orbit/shape-01.png");
  transform: translate(-156px, 115px) rotate(-7.72deg);
}
.about-orbit .row {
  row-gap: 48px;
}
.about-orbit .sup-title {
  font-size: 17px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.71);
}
.about-orbit .title {
  color: rgba(255, 255, 255, 0.8);
}
.about-orbit .title span {
  color: #93d200;
}
.about-orbit .text {
  color: rgba(255, 255, 255, 0.9);
}
.about-orbit .btn {
  padding: 21px 30px;
  gap: 11px;
}
@media only screen and (max-width: 1199px) {
  .about-orbit .title {
    font-size: 32px;
    line-height: 44px;
  }
}
@media only screen and (max-width: 767px) {
  .about-orbit {
    margin-bottom: 48px;
  }
  .about-orbit::before {
    width: 320px;
    height: 216px;
    transform: translate(-56px, 30px);
  }
  .about-orbit::after {
    width: 277px;
    height: 98px;
    transform: translate(-147px, 32px);
  }
  .about-orbit .sup-title {
    font-size: 14px;
    line-height: 20px;
  }
  .about-orbit .title {
    font-size: 24px;
    line-height: 36px;
  }
  .about-orbit .text {
    font-size: 12px;
    line-height: 22px;
  }
  .about-orbit .btn {
    font-size: 12px;
    line-height: 18px;
    padding: 16px 20px;
    gap: 7px;
  }
  .about-orbit .btn svg {
    width: 16px;
    height: 16px;
  }
}

/* About */
/* Tips Tricks */
.tips-and-tricks {
  padding: 100px 0;
  background-color: #fff;
  z-index: 10;
}
.tips-and-tricks::before {
  -webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNTEyIiBoZWlnaHQ9IjMzIiBmaWxsPSJub25lIj48bWFzayBpZD0iYSIgd2lkdGg9IjE1MTIiIGhlaWdodD0iMzMiIHg9IjAiIHk9IjAiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHN0eWxlPSJtYXNrLXR5cGU6YWxwaGEiPjxwYXRoIGZpbGw9IiNEOUQ5RDkiIGQ9Ik0wIDBoMTUxMnYzM0gweiIgc3R5bGU9ImZpbGw6I2Q5ZDlkOTtmaWxsOmNvbG9yKGRpc3BsYXktcDMgLjg1MSAuODUxIC44NTEpO2ZpbGwtb3BhY2l0eToxIi8+PC9tYXNrPjxnIG1hc2s9InVybCgjYSkiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBzMjMyLjUgMjguMzUgNzU2IDI4LjM1UzE1MTIgMCAxNTEyIDB2MjI4OC44MXMtMjY5LTkuNDQtNzU2IDAtNzU2IDAtNzU2IDB6IiBzdHlsZT0iZmlsbDojZmZmO2ZpbGwtb3BhY2l0eToxIi8+PC9nPjwvc3ZnPg==") 0 0/100% 100%;
          mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNTEyIiBoZWlnaHQ9IjMzIiBmaWxsPSJub25lIj48bWFzayBpZD0iYSIgd2lkdGg9IjE1MTIiIGhlaWdodD0iMzMiIHg9IjAiIHk9IjAiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHN0eWxlPSJtYXNrLXR5cGU6YWxwaGEiPjxwYXRoIGZpbGw9IiNEOUQ5RDkiIGQ9Ik0wIDBoMTUxMnYzM0gweiIgc3R5bGU9ImZpbGw6I2Q5ZDlkOTtmaWxsOmNvbG9yKGRpc3BsYXktcDMgLjg1MSAuODUxIC44NTEpO2ZpbGwtb3BhY2l0eToxIi8+PC9tYXNrPjxnIG1hc2s9InVybCgjYSkiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBzMjMyLjUgMjguMzUgNzU2IDI4LjM1UzE1MTIgMCAxNTEyIDB2MjI4OC44MXMtMjY5LTkuNDQtNzU2IDAtNzU2IDAtNzU2IDB6IiBzdHlsZT0iZmlsbDojZmZmO2ZpbGwtb3BhY2l0eToxIi8+PC9nPjwvc3ZnPg==") 0 0/100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #fff;
  height: 33px;
  transform: translateY(-32px);
}
.tips-and-tricks-item {
  height: 363px;
}
.tips-and-tricks-item::after {
  width: 189px;
  height: 42px;
  background-color: #fff;
  -webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxODkiIGhlaWdodD0iNDIiIGZpbGw9Im5vbmUiPjxwYXRoIGZpbGw9IiNEOUQ5RDkiIGQ9Ik0xNDcuNSAwYzExLjI4IDAgMjAuNDYgOSAyMC43NCAyMC4yMWwuMDIgMS4wOEEyMC43NSAyMC43NSAwIDAgMCAxODkgNDEuNUgwYzExLjI4IDAgMjAuNDYtOSAyMC43NC0yMC4yMWwuMDItMS4wOEEyMC43NSAyMC43NSAwIDAgMSA0MS41IDB6IiBzdHlsZT0iZmlsbDojZDlkOWQ5O2ZpbGw6Y29sb3IoZGlzcGxheS1wMyAuODUxIC44NTEgLjg1MSk7ZmlsbC1vcGFjaXR5OjEiLz48L3N2Zz4=") 0 0/100% 100%;
          mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxODkiIGhlaWdodD0iNDIiIGZpbGw9Im5vbmUiPjxwYXRoIGZpbGw9IiNEOUQ5RDkiIGQ9Ik0xNDcuNSAwYzExLjI4IDAgMjAuNDYgOSAyMC43NCAyMC4yMWwuMDIgMS4wOEEyMC43NSAyMC43NSAwIDAgMCAxODkgNDEuNUgwYzExLjI4IDAgMjAuNDYtOSAyMC43NC0yMC4yMWwuMDItMS4wOEEyMC43NSAyMC43NSAwIDAgMSA0MS41IDB6IiBzdHlsZT0iZmlsbDojZDlkOWQ5O2ZpbGw6Y29sb3IoZGlzcGxheS1wMyAuODUxIC44NTEgLjg1MSk7ZmlsbC1vcGFjaXR5OjEiLz48L3N2Zz4=") 0 0/100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  transform: translate(-50%, 1px);
}
.tips-and-tricks-item .handle,
.tips-and-tricks-item .img-after {
  transition: 0s;
}
.tips-and-tricks-item .handle {
  width: 2px;
  background-color: #fff;
  z-index: 10;
}
.tips-and-tricks-item .handle button {
  width: 68px;
  height: 68px;
  background-color: rgba(255, 255, 255, 0.25);
}
.tips-and-tricks-item .handle button span {
  width: 54px;
  height: 54px;
  background-color: rgba(0, 0, 0, 0.77);
}
.tips-and-tricks-item .handle button span svg {
  width: 18px;
  height: 18px;
  color: #fff;
}
.tips-and-tricks-item .title {
  background-color: #93d200;
  padding: 12px 26px;
  bottom: 23px;
  max-width: 176px;
  z-index: 20;
}
.tips-and-tricks-item .title::after {
  top: 18px;
  right: 24px;
  bottom: -5px;
  left: 24px;
  background-color: inherit;
  filter: blur(34px);
}
.tips-and-tricks-item .after-before {
  padding: 0 52px 20px;
}
@media only screen and (max-width: 1199px) {
  .tips-and-tricks-item .after-before {
    padding: 0 32px 20px;
  }
}
@media only screen and (max-width: 991px) {
  .tips-and-tricks::before {
    -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MjgiIGhlaWdodD0iOCIgZmlsbD0ibm9uZSI+PG1hc2sgaWQ9ImEiIHdpZHRoPSI0MjgiIGhlaWdodD0iOCIgeD0iMCIgeT0iMCIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgc3R5bGU9Im1hc2stdHlwZTphbHBoYSI+PHBhdGggZmlsbD0iI0Q5RDlEOSIgZD0iTTAgMGg0Mjh2OEgweiIgc3R5bGU9ImZpbGw6I2Q5ZDlkOTtmaWxsOmNvbG9yKGRpc3BsYXktcDMgLjg1MSAuODUxIC44NTEpO2ZpbGwtb3BhY2l0eToxIi8+PC9tYXNrPjxnIG1hc2s9InVybCgjYSkiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBzNjUuODEgNy4xNCAyMTQgNy4xNFM0MjggMCA0MjggMHYxMzMzLjk0cy03Ni4xNS0yLjM3LTIxNCAwLTIxNCAwLTIxNCAweiIgc3R5bGU9ImZpbGw6I2ZmZjtmaWxsLW9wYWNpdHk6MSIvPjwvZz48L3N2Zz4=");
            mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MjgiIGhlaWdodD0iOCIgZmlsbD0ibm9uZSI+PG1hc2sgaWQ9ImEiIHdpZHRoPSI0MjgiIGhlaWdodD0iOCIgeD0iMCIgeT0iMCIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgc3R5bGU9Im1hc2stdHlwZTphbHBoYSI+PHBhdGggZmlsbD0iI0Q5RDlEOSIgZD0iTTAgMGg0Mjh2OEgweiIgc3R5bGU9ImZpbGw6I2Q5ZDlkOTtmaWxsOmNvbG9yKGRpc3BsYXktcDMgLjg1MSAuODUxIC44NTEpO2ZpbGwtb3BhY2l0eToxIi8+PC9tYXNrPjxnIG1hc2s9InVybCgjYSkiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBzNjUuODEgNy4xNCAyMTQgNy4xNFM0MjggMCA0MjggMHYxMzMzLjk0cy03Ni4xNS0yLjM3LTIxNCAwLTIxNCAwLTIxNCAweiIgc3R5bGU9ImZpbGw6I2ZmZjtmaWxsLW9wYWNpdHk6MSIvPjwvZz48L3N2Zz4=");
    height: 8px;
    transform: translateY(-7px);
  }
}
@media only screen and (max-width: 767px) {
  .tips-and-tricks {
    padding: 43px 0 38px;
  }
  .tips-and-tricks-item {
    height: 307px;
  }
  .tips-and-tricks-item::after {
    -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMzgiIGhlaWdodD0iMzEiIGZpbGw9Im5vbmUiPjxwYXRoIGZpbGw9IiNEOUQ5RDkiIGQ9Ik0xMDcuNTggMGM4LjI5IDAgMTUuMDMgNi42MSAxNS4yNCAxNC44NWwuMDEuOGExNS4yNSAxNS4yNSAwIDAgMCAxNC40NCAxNC44MkgwYTE1LjI1IDE1LjI1IDAgMCAwIDE0LjQ0LTE0LjgzbC4wMS0uNzlBMTUuMjUgMTUuMjUgMCAwIDEgMjkuNyAweiIgc3R5bGU9ImZpbGw6I2Q5ZDlkOTtmaWxsOmNvbG9yKGRpc3BsYXktcDMgLjg1MSAuODUxIC44NTEpO2ZpbGwtb3BhY2l0eToxIi8+PC9zdmc+");
            mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMzgiIGhlaWdodD0iMzEiIGZpbGw9Im5vbmUiPjxwYXRoIGZpbGw9IiNEOUQ5RDkiIGQ9Ik0xMDcuNTggMGM4LjI5IDAgMTUuMDMgNi42MSAxNS4yNCAxNC44NWwuMDEuOGExNS4yNSAxNS4yNSAwIDAgMCAxNC40NCAxNC44MkgwYTE1LjI1IDE1LjI1IDAgMCAwIDE0LjQ0LTE0LjgzbC4wMS0uNzlBMTUuMjUgMTUuMjUgMCAwIDEgMjkuNyAweiIgc3R5bGU9ImZpbGw6I2Q5ZDlkOTtmaWxsOmNvbG9yKGRpc3BsYXktcDMgLjg1MSAuODUxIC44NTEpO2ZpbGwtb3BhY2l0eToxIi8+PC9zdmc+");
    width: 138px;
    height: 31px;
  }
  .tips-and-tricks-item .image img {
    border-radius: 20px;
  }
  .tips-and-tricks-item .title {
    font-size: 12px;
    line-height: 19px;
    padding: 7px 19px;
    bottom: 17px;
    max-width: 150px;
  }
  .tips-and-tricks-item .after-before {
    padding: 0 20px 20px;
  }
}

/* Tips Tricks */
/* Other Services */
.other-services-orbit::after {
  transform: translate(-58px, -16px) rotate(30.72deg);
  filter: blur(134px);
  border-radius: 30px;
  background-color: #93d200;
  width: 132px;
  height: 32px;
}
.other-services-orbit .heading-orbit {
  margin-bottom: 128px;
}
.other-services-orbit .heading-orbit-title {
  color: #040404;
  font-size: 32px;
  line-height: 48px;
}
.other-services-orbit .heading-orbit-sub-title {
  color: #8d8d8d;
  font-size: 15px;
  line-height: 24px;
}
.other-services-orbit-items {
  row-gap: 96px;
}
.other-services-orbit .image {
  transform: translate(-50%, -28px);
}
.other-services-orbit-item {
  max-width: 50%;
  direction: rtl;
}
.other-services-orbit-item .content {
  max-width: 388px;
  border-radius: 30px;
  padding: 28px 56px 32px 35px;
  min-height: 181px;
  margin-right: auto;
}
.other-services-orbit-item .content .counter {
  background-color: #000;
  transform: translate(45px, -50%);
  right: 0;
  width: 58px;
  height: 58px;
  z-index: 10;
}
.other-services-orbit-item .content .counter::after {
  width: 38px;
  height: 38px;
  transform: translate(4px, 9px);
  background-color: #fff;
  filter: blur(54px);
  border-radius: inherit;
}
.other-services-orbit-item .content .shape {
  --bg: #f3fae3;
}
.other-services-orbit-item .content .shape::before, .other-services-orbit-item .content .shape::after {
  background-color: var(--bg);
  height: calc(50% - 52px);
}
.other-services-orbit-item .content .shape::before {
  border-radius: 30px 30px 0 0;
}
.other-services-orbit-item .content .shape::after {
  border-radius: 0 0 30px 30px;
}
.other-services-orbit-item .content .shape .bg {
  background-image: url("./../images/orbit/bg-services.png");
  border-radius: 30px;
  opacity: 0;
}
.other-services-orbit-item .content .shape span::before {
  top: 0;
  right: 43px;
  background-color: var(--bg);
  border-radius: 30px 0 0 30px;
}
.other-services-orbit-item .content .shape span::after {
  background-color: var(--bg);
  width: 43px;
  height: 107px;
  -webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MyIgaGVpZ2h0PSIxMDciIGZpbGw9Im5vbmUiPjxtYXNrIGlkPSJhIiB3aWR0aD0iNDMiIGhlaWdodD0iMTA3IiB4PSIwIiB5PSIwIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBzdHlsZT0ibWFzay10eXBlOmFscGhhIj48cGF0aCBmaWxsPSIjRDlEOUQ5IiBkPSJNMCAwaDQzdjEwN0gweiIgc3R5bGU9ImZpbGw6I2Q5ZDlkOTtmaWxsOmNvbG9yKGRpc3BsYXktcDMgLjg1MSAuODUxIC44NTEpO2ZpbGwtb3BhY2l0eToxIi8+PC9tYXNrPjxnIG1hc2s9InVybCgjYSkiPjxwYXRoIGZpbGw9IiM5M0QyMDAiIGQ9Ik0tMzEwIDVhMzAgMzAgMCAwIDEgMzAtMzBIMTcuNTNhMjUuNDcgMjUuNDcgMCAwIDEgMTMuOTQgNDYuOGwtMTAuMSA2LjZjLTE4LjEgMTEuODQtMTguMSAzOC4zNiAwIDUwLjJsMTAuMSA2LjZBMjUuNDcgMjUuNDcgMCAwIDEgMTcuNTMgMTMySC0yODBhMzAgMzAgMCAwIDEtMzAtMzB6IiBzdHlsZT0iZmlsbDojOTNkMjAwO2ZpbGw6Y29sb3IoZGlzcGxheS1wMyAuNTc2NSAuODIzNSAwKTtmaWxsLW9wYWNpdHk6MSIvPjwvZz48L3N2Zz4=") 0 0/100% 100%;
          mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MyIgaGVpZ2h0PSIxMDciIGZpbGw9Im5vbmUiPjxtYXNrIGlkPSJhIiB3aWR0aD0iNDMiIGhlaWdodD0iMTA3IiB4PSIwIiB5PSIwIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBzdHlsZT0ibWFzay10eXBlOmFscGhhIj48cGF0aCBmaWxsPSIjRDlEOUQ5IiBkPSJNMCAwaDQzdjEwN0gweiIgc3R5bGU9ImZpbGw6I2Q5ZDlkOTtmaWxsOmNvbG9yKGRpc3BsYXktcDMgLjg1MSAuODUxIC44NTEpO2ZpbGwtb3BhY2l0eToxIi8+PC9tYXNrPjxnIG1hc2s9InVybCgjYSkiPjxwYXRoIGZpbGw9IiM5M0QyMDAiIGQ9Ik0tMzEwIDVhMzAgMzAgMCAwIDEgMzAtMzBIMTcuNTNhMjUuNDcgMjUuNDcgMCAwIDEgMTMuOTQgNDYuOGwtMTAuMSA2LjZjLTE4LjEgMTEuODQtMTguMSAzOC4zNiAwIDUwLjJsMTAuMSA2LjZBMjUuNDcgMjUuNDcgMCAwIDEgMTcuNTMgMTMySC0yODBhMzAgMzAgMCAwIDEtMzAtMzB6IiBzdHlsZT0iZmlsbDojOTNkMjAwO2ZpbGw6Y29sb3IoZGlzcGxheS1wMyAuNTc2NSAuODIzNSAwKTtmaWxsLW9wYWNpdHk6MSIvPjwvZz48L3N2Zz4=") 0 0/100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.other-services-orbit-item .content .shape-hover {
  --bg: #dce5df;
  transform: scale(0.9);
  z-index: -2;
}
.other-services-orbit-item .content .title {
  color: #4c6c00;
}
.other-services-orbit-item .content .description {
  color: #8fa953;
}
.other-services-orbit-item:nth-child(even) .content {
  padding: 28px 35px 32px 56px;
  margin-right: 0;
  transform: translateY(16px);
}
.other-services-orbit-item:nth-child(even) .content .counter {
  right: auto;
  left: 0;
  transform: translate(-36px, -50%);
}
.other-services-orbit-item:nth-child(even) .content .shape::before, .other-services-orbit-item:nth-child(even) .content .shape::after {
  height: calc(50% - 60px);
}
.other-services-orbit-item:nth-child(even) .content .shape .bg {
  filter: invert(1);
}
.other-services-orbit-item:nth-child(even) .content .shape span::before {
  right: 0;
  left: 42px;
  border-radius: 0 30px 30px 0;
}
.other-services-orbit-item:nth-child(even) .content .shape span::after {
  right: auto;
  left: 0;
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MyIgaGVpZ2h0PSIxMjEiIGZpbGw9Im5vbmUiPjxtYXNrIGlkPSJhIiB3aWR0aD0iNDMiIGhlaWdodD0iMTIxIiB4PSIwIiB5PSIwIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBzdHlsZT0ibWFzay10eXBlOmFscGhhIj48cGF0aCBmaWxsPSIjRDlEOUQ5IiBkPSJNMCAwaDQzdjEyMUgweiIgc3R5bGU9ImZpbGw6I2Q5ZDlkOTtmaWxsOmNvbG9yKGRpc3BsYXktcDMgLjg1MSAuODUxIC44NTEpO2ZpbGwtb3BhY2l0eToxIi8+PC9tYXNrPjxnIG1hc2s9InVybCgjYSkiPjxwYXRoIGZpbGw9IiM5M0QyMDAiIGQ9Ik0zNTMgMGEzMCAzMCAwIDAgMC0zMC0zMEgzMEMxMy40My0zMCAwLTE2LjM3IDAgLjJjMCA5LjQxIDQuNDIgMTguMzggMTEuOTQgMjQuMDVsMTYuMyAxMi4zYTMwIDMwIDAgMCAxIDAgNDcuOWwtMTYuMyAxMi4zQTMwLjIgMzAuMiAwIDAgMCAwIDEyMC44QzAgMTM3LjM3IDEzLjQzIDE1MSAzMCAxNTFoMjkzYTMwIDMwIDAgMCAwIDMwLTMweiIgc3R5bGU9ImZpbGw6IzkzZDIwMDtmaWxsOmNvbG9yKGRpc3BsYXktcDMgLjU3NjUgLjgyMzUgMCk7ZmlsbC1vcGFjaXR5OjEiLz48L2c+PC9zdmc+");
          mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MyIgaGVpZ2h0PSIxMjEiIGZpbGw9Im5vbmUiPjxtYXNrIGlkPSJhIiB3aWR0aD0iNDMiIGhlaWdodD0iMTIxIiB4PSIwIiB5PSIwIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBzdHlsZT0ibWFzay10eXBlOmFscGhhIj48cGF0aCBmaWxsPSIjRDlEOUQ5IiBkPSJNMCAwaDQzdjEyMUgweiIgc3R5bGU9ImZpbGw6I2Q5ZDlkOTtmaWxsOmNvbG9yKGRpc3BsYXktcDMgLjg1MSAuODUxIC44NTEpO2ZpbGwtb3BhY2l0eToxIi8+PC9tYXNrPjxnIG1hc2s9InVybCgjYSkiPjxwYXRoIGZpbGw9IiM5M0QyMDAiIGQ9Ik0zNTMgMGEzMCAzMCAwIDAgMC0zMC0zMEgzMEMxMy40My0zMCAwLTE2LjM3IDAgLjJjMCA5LjQxIDQuNDIgMTguMzggMTEuOTQgMjQuMDVsMTYuMyAxMi4zYTMwIDMwIDAgMCAxIDAgNDcuOWwtMTYuMyAxMi4zQTMwLjIgMzAuMiAwIDAgMCAwIDEyMC44QzAgMTM3LjM3IDEzLjQzIDE1MSAzMCAxNTFoMjkzYTMwIDMwIDAgMCAwIDMwLTMweiIgc3R5bGU9ImZpbGw6IzkzZDIwMDtmaWxsOmNvbG9yKGRpc3BsYXktcDMgLjU3NjUgLjgyMzUgMCk7ZmlsbC1vcGFjaXR5OjEiLz48L2c+PC9zdmc+");
  width: 42px;
  height: 121px;
}
.other-services-orbit-item .content:hover .shape {
  --bg: #477759;
}
.other-services-orbit-item .content:hover .shape .bg {
  opacity: 1;
}
.other-services-orbit-item .content:hover .shape-hover {
  --bg: #dce5df;
  transform: translateY(19px) scale(0.9);
}
.other-services-orbit-item .content:hover .title {
  color: #fff;
}
.other-services-orbit-item .content:hover .description {
  color: rgba(255, 255, 255, 0.57);
}
@media only screen and (max-width: 1399px) {
  .other-services-orbit-item .content {
    max-width: 320px;
  }
}
@media only screen and (max-width: 1199px) {
  .other-services-orbit .image {
    transform: translate(-50%, -20px) scale(0.7);
  }
  .other-services-orbit-items {
    row-gap: 40px;
  }
  .other-services-orbit-item .content {
    max-width: 300px;
  }
}
@media only screen and (max-width: 991px) {
  .other-services-orbit-item,
  .other-services-orbit-item .content {
    max-width: 100%;
  }
  .other-services-orbit-item .content, .other-services-orbit-item:nth-child(even) .content {
    padding: 28px 35px 32px 56px;
  }
  .other-services-orbit-item .content .counter, .other-services-orbit-item:nth-child(even) .content .counter {
    right: auto;
    left: 0;
    transform: translate(-36px, -50%);
  }
  .other-services-orbit-item .content .shape span::before, .other-services-orbit-item:nth-child(even) .content .shape span::before {
    right: 0;
    left: 42px;
    border-radius: 0 30px 30px 0;
  }
  .other-services-orbit-item .content .shape span::after, .other-services-orbit-item:nth-child(even) .content .shape span::after {
    right: auto;
    left: 0;
    -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MyIgaGVpZ2h0PSIxMjEiIGZpbGw9Im5vbmUiPjxtYXNrIGlkPSJhIiB3aWR0aD0iNDMiIGhlaWdodD0iMTIxIiB4PSIwIiB5PSIwIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBzdHlsZT0ibWFzay10eXBlOmFscGhhIj48cGF0aCBmaWxsPSIjRDlEOUQ5IiBkPSJNMCAwaDQzdjEyMUgweiIgc3R5bGU9ImZpbGw6I2Q5ZDlkOTtmaWxsOmNvbG9yKGRpc3BsYXktcDMgLjg1MSAuODUxIC44NTEpO2ZpbGwtb3BhY2l0eToxIi8+PC9tYXNrPjxnIG1hc2s9InVybCgjYSkiPjxwYXRoIGZpbGw9IiM5M0QyMDAiIGQ9Ik0zNTMgMGEzMCAzMCAwIDAgMC0zMC0zMEgzMEMxMy40My0zMCAwLTE2LjM3IDAgLjJjMCA5LjQxIDQuNDIgMTguMzggMTEuOTQgMjQuMDVsMTYuMyAxMi4zYTMwIDMwIDAgMCAxIDAgNDcuOWwtMTYuMyAxMi4zQTMwLjIgMzAuMiAwIDAgMCAwIDEyMC44QzAgMTM3LjM3IDEzLjQzIDE1MSAzMCAxNTFoMjkzYTMwIDMwIDAgMCAwIDMwLTMweiIgc3R5bGU9ImZpbGw6IzkzZDIwMDtmaWxsOmNvbG9yKGRpc3BsYXktcDMgLjU3NjUgLjgyMzUgMCk7ZmlsbC1vcGFjaXR5OjEiLz48L2c+PC9zdmc+");
            mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MyIgaGVpZ2h0PSIxMjEiIGZpbGw9Im5vbmUiPjxtYXNrIGlkPSJhIiB3aWR0aD0iNDMiIGhlaWdodD0iMTIxIiB4PSIwIiB5PSIwIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBzdHlsZT0ibWFzay10eXBlOmFscGhhIj48cGF0aCBmaWxsPSIjRDlEOUQ5IiBkPSJNMCAwaDQzdjEyMUgweiIgc3R5bGU9ImZpbGw6I2Q5ZDlkOTtmaWxsOmNvbG9yKGRpc3BsYXktcDMgLjg1MSAuODUxIC44NTEpO2ZpbGwtb3BhY2l0eToxIi8+PC9tYXNrPjxnIG1hc2s9InVybCgjYSkiPjxwYXRoIGZpbGw9IiM5M0QyMDAiIGQ9Ik0zNTMgMGEzMCAzMCAwIDAgMC0zMC0zMEgzMEMxMy40My0zMCAwLTE2LjM3IDAgLjJjMCA5LjQxIDQuNDIgMTguMzggMTEuOTQgMjQuMDVsMTYuMyAxMi4zYTMwIDMwIDAgMCAxIDAgNDcuOWwtMTYuMyAxMi4zQTMwLjIgMzAuMiAwIDAgMCAwIDEyMC44QzAgMTM3LjM3IDEzLjQzIDE1MSAzMCAxNTFoMjkzYTMwIDMwIDAgMCAwIDMwLTMweiIgc3R5bGU9ImZpbGw6IzkzZDIwMDtmaWxsOmNvbG9yKGRpc3BsYXktcDMgLjU3NjUgLjgyMzUgMCk7ZmlsbC1vcGFjaXR5OjEiLz48L2c+PC9zdmc+");
    width: 42px;
    height: 121px;
  }
}
@media only screen and (max-width: 767px) {
  .other-services-orbit .heading-orbit {
    margin-bottom: 32px;
  }
  .other-services-orbit .heading-orbit-title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 12px;
  }
  .other-services-orbit .heading-orbit-sub-title {
    font-size: 12px;
    line-height: 20px;
  }
  .other-services-orbit-item {
    min-height: 137px;
  }
  .other-services-orbit-item .content {
    padding: 25px 32px 24px 54px;
  }
  .other-services-orbit-item .content .counter {
    width: 44px;
    height: 44px;
    transform: translate(-19px, -50%);
  }
  .other-services-orbit-item .content .counter::after {
    width: 28px;
    height: 28px;
    filter: blur(54px);
    transform: translate(3px, 7px);
  }
  .other-services-orbit-item .content .shape::before, .other-services-orbit-item .content .shape::after {
    height: calc(50% - 44px);
  }
  .other-services-orbit-item .content .shape span::before {
    left: 29px;
  }
  .other-services-orbit-item .content .shape span::after {
    -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOSIgaGVpZ2h0PSI5MSIgZmlsbD0ibm9uZSI+PG1hc2sgaWQ9ImEiIHdpZHRoPSIyOSIgaGVpZ2h0PSI5MSIgeD0iMCIgeT0iMCIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgc3R5bGU9Im1hc2stdHlwZTphbHBoYSI+PHBhdGggZmlsbD0iI0Q5RDlEOSIgZD0iTTAgMGgyOXY5MUgweiIgc3R5bGU9ImZpbGw6I2Q5ZDlkOTtmaWxsOmNvbG9yKGRpc3BsYXktcDMgLjg1MSAuODUxIC44NTEpO2ZpbGwtb3BhY2l0eToxIi8+PC9tYXNrPjxnIG1hc2s9InVybCgjYSkiPjxwYXRoIGZpbGw9IiM5M0QyMDAiIGQ9Ik0yODQgN2EzMCAzMCAwIDAgMC0zMC0zMEgyMi41OEEyMi41OCAyMi41OCAwIDAgMCA5LjUyIDE4bDQuMjcgMy4wM2EzMCAzMCAwIDAgMSAwIDQ4Ljk0TDkuNTIgNzNhMjIuNTggMjIuNTggMCAwIDAgMTMuMDYgNDFIMjU0YTMwIDMwIDAgMCAwIDMwLTMweiIgc3R5bGU9ImZpbGw6IzkzZDIwMDtmaWxsOmNvbG9yKGRpc3BsYXktcDMgLjU3NjUgLjgyMzUgMCk7ZmlsbC1vcGFjaXR5OjEiLz48L2c+PC9zdmc+");
            mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOSIgaGVpZ2h0PSI5MSIgZmlsbD0ibm9uZSI+PG1hc2sgaWQ9ImEiIHdpZHRoPSIyOSIgaGVpZ2h0PSI5MSIgeD0iMCIgeT0iMCIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgc3R5bGU9Im1hc2stdHlwZTphbHBoYSI+PHBhdGggZmlsbD0iI0Q5RDlEOSIgZD0iTTAgMGgyOXY5MUgweiIgc3R5bGU9ImZpbGw6I2Q5ZDlkOTtmaWxsOmNvbG9yKGRpc3BsYXktcDMgLjg1MSAuODUxIC44NTEpO2ZpbGwtb3BhY2l0eToxIi8+PC9tYXNrPjxnIG1hc2s9InVybCgjYSkiPjxwYXRoIGZpbGw9IiM5M0QyMDAiIGQ9Ik0yODQgN2EzMCAzMCAwIDAgMC0zMC0zMEgyMi41OEEyMi41OCAyMi41OCAwIDAgMCA5LjUyIDE4bDQuMjcgMy4wM2EzMCAzMCAwIDAgMSAwIDQ4Ljk0TDkuNTIgNzNhMjIuNTggMjIuNTggMCAwIDAgMTMuMDYgNDFIMjU0YTMwIDMwIDAgMCAwIDMwLTMweiIgc3R5bGU9ImZpbGw6IzkzZDIwMDtmaWxsOmNvbG9yKGRpc3BsYXktcDMgLjU3NjUgLjgyMzUgMCk7ZmlsbC1vcGFjaXR5OjEiLz48L2c+PC9zdmc+");
    width: 29px;
    height: 91px;
  }
  .other-services-orbit-item .content .title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 8px;
  }
  .other-services-orbit-item .content .description {
    font-size: 11px;
    line-height: 20px;
  }
}

/* Other Services */
/* Products */
.products-orbit {
  padding: 135px 0 49px;
  z-index: 12;
}
.products-orbit::after {
  height: 11px;
  -webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNTEyIiBoZWlnaHQ9IjExIiBmaWxsPSJub25lIj48bWFzayBpZD0iYSIgd2lkdGg9IjE1MTIiIGhlaWdodD0iMTEiIHg9IjAiIHk9IjAiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHN0eWxlPSJtYXNrLXR5cGU6YWxwaGEiPjxwYXRoIGZpbGw9IiNEOUQ5RDkiIGQ9Ik0wIDBoMTUxMnYxMUgweiIgc3R5bGU9ImZpbGw6I2Q5ZDlkOTtmaWxsOmNvbG9yKGRpc3BsYXktcDMgLjg1MSAuODUxIC44NTEpO2ZpbGwtb3BhY2l0eToxIi8+PC9tYXNrPjxnIG1hc2s9InVybCgjYSkiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wLTIyODJzMjMyLjUgMjguMzUgNzU2IDI4LjM1IDc1Ni0yOC4zNSA3NTYtMjguMzVWNi44cy0yNjktOS40My03NTYgMC03NTYgMC03NTYgMHoiIHN0eWxlPSJmaWxsOiNmZmY7ZmlsbC1vcGFjaXR5OjEiLz48L2c+PC9zdmc+") 0 0/100% 100%;
          mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNTEyIiBoZWlnaHQ9IjExIiBmaWxsPSJub25lIj48bWFzayBpZD0iYSIgd2lkdGg9IjE1MTIiIGhlaWdodD0iMTEiIHg9IjAiIHk9IjAiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHN0eWxlPSJtYXNrLXR5cGU6YWxwaGEiPjxwYXRoIGZpbGw9IiNEOUQ5RDkiIGQ9Ik0wIDBoMTUxMnYxMUgweiIgc3R5bGU9ImZpbGw6I2Q5ZDlkOTtmaWxsOmNvbG9yKGRpc3BsYXktcDMgLjg1MSAuODUxIC44NTEpO2ZpbGwtb3BhY2l0eToxIi8+PC9tYXNrPjxnIG1hc2s9InVybCgjYSkiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wLTIyODJzMjMyLjUgMjguMzUgNzU2IDI4LjM1IDc1Ni0yOC4zNSA3NTYtMjguMzVWNi44cy0yNjktOS40My03NTYgMC03NTYgMC03NTYgMHoiIHN0eWxlPSJmaWxsOiNmZmY7ZmlsbC1vcGFjaXR5OjEiLz48L2c+PC9zdmc+") 0 0/100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #fff;
  top: 100%;
  transform: translateY(-1px);
}
@media only screen and (max-width: 767px) {
  .products-orbit {
    padding: 51px 0 17px;
  }
  .products-orbit .heading-orbit-two {
    margin-bottom: 20px;
  }
}

/* Products */
/* Product */
.product-orbit {
  background-color: #fff;
  box-shadow: 20px 4px 174px rgba(215, 219, 227, 0.25);
  padding: 70px 24px 20px;
}
.product-orbit .like {
  font-size: 24px;
  top: 29px;
  right: 32px;
  color: #5f7086;
}
.product-orbit .option {
  top: 20px;
  left: 21px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  color: #5f7086;
  padding: 11px 18px;
}
.product-orbit .image img {
  max-height: 161px;
}
.product-orbit .image .colors {
  gap: 7px;
  top: 12px;
  left: 12px;
}
.product-orbit .image .colors li {
  width: 10px;
  height: 10px;
}
.product-orbit .title {
  color: #1c1c25;
}
.product-orbit .title a:hover {
  color: rgba(147, 210, 0, 0.9);
}
.product-orbit .price-inquiry {
  color: #040404;
}
.product-orbit .price {
  color: #040404;
}
.product-orbit .price i {
  color: #a4a8ba;
  font-size: 14px;
}
.product-orbit .line {
  height: 1px;
  background-color: rgba(0, 0, 0, 0.06);
}
.product-orbit .rate {
  color: #040404;
  gap: 6px;
}
.product-orbit .rate svg {
  width: 18px;
  height: 18px;
  color: #ffc700;
}
@media only screen and (max-width: 767px) {
  .product-orbit {
    padding: 60px 12px 16px;
  }
  .product-orbit .like {
    font-size: 20px;
    top: 18px;
    right: 18px;
  }
  .product-orbit .option {
    top: 12px;
    left: 12px;
    font-size: 10px;
    line-height: 16px;
    padding: 8px 18px;
  }
  .product-orbit .image img {
    height: 106px;
  }
  .product-orbit .image .colors {
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
  }
  .product-orbit .title {
    font-size: 12px;
    line-height: 20px;
    max-height: 40px;
  }
  .product-orbit .price-inquiry {
    font-size: 10px;
    line-height: 16px;
  }
  .product-orbit .price {
    font-size: 16px;
    line-height: 24px;
  }
  .product-orbit .price i {
    font-size: 10px;
  }
}

/* Product */
/* Booking Steps */
.booking-steps-orbit {
  margin-top: 17px;
  padding: 58px 0;
}
.booking-steps-orbit::before {
  padding: 1px 0;
  background-image: radial-gradient(12.12% 187.61% at 50% 50%, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
.booking-steps-orbit::after {
  background-image: radial-gradient(68.45% 61.77% at 52.41% 46.1%, rgba(52, 52, 52, 0.5) 0%, rgba(32, 32, 32, 0) 100%);
}
.booking-steps-orbit .row {
  row-gap: 48px;
}
.booking-steps-orbit-item .icon {
  background-color: rgba(0, 0, 0, 0.34);
  width: 102px;
  height: 102px;
  color: #93d200;
}
.booking-steps-orbit-item .icon::before {
  padding: 1px;
  background-image: radial-gradient(32.35% 32.35% at 81.37% 25.98%, #ffffff 0%, rgba(153, 153, 153, 0) 100%), radial-gradient(27.45% 27.45% at 5.88% 91.18%, #ffffff 0%, rgba(153, 153, 153, 0) 100%);
  border-radius: inherit;
}
.booking-steps-orbit-item .icon .line {
  width: var(--size);
  height: 1px;
  background-image: linear-gradient(-270deg, #93d200 0%, rgba(147, 210, 0, 0) 100%);
  transform: translate(10px, -50%);
}
.booking-steps-orbit-item .icon .line::after {
  background-image: inherit;
  filter: blur(4px);
}
.booking-steps-orbit-item .counter {
  font-size: 51px;
  line-height: 1;
  background-image: linear-gradient(180deg, #93d200 17.89%, rgba(147, 210, 0, 0) 79%);
}
.booking-steps-orbit-item .title {
  font-size: 21px;
  line-height: 34px;
}
.booking-steps-orbit-item .description {
  color: #737373;
  max-width: 250px;
}
.booking-steps-orbit-item .btn {
  backdrop-filter: blur(44px);
  gap: 11px;
  padding: 21px 36px;
  background-color: rgba(255, 255, 255, 0.09);
}
.booking-steps-orbit-item .btn::after {
  width: 89px;
  height: 46px;
  background-color: #93d200;
  filter: blur(54px);
  transform: translate(-50%, 15px);
  opacity: 0;
}
.booking-steps-orbit-item .btn:hover, .booking-steps-orbit-item .btn:focus, .booking-steps-orbit-item .btn:active {
  background-color: #93d200;
  border-color: #93d200;
}
.booking-steps-orbit-item .btn:hover::after, .booking-steps-orbit-item .btn:focus::after, .booking-steps-orbit-item .btn:active::after {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .booking-steps-orbit {
    padding: 36px 0 50px;
  }
}
@media only screen and (max-width: 575px) {
  .booking-steps-orbit::before {
    width: 693px;
    left: 50%;
    transform: translateX(-50%);
  }
  .booking-steps-orbit-item .icon {
    width: 70px;
    height: 70px;
  }
  .booking-steps-orbit-item .icon svg {
    width: 26px;
    height: 26px;
  }
  .booking-steps-orbit-item .counter {
    font-size: 44px;
    margin: 8px 0;
  }
  .booking-steps-orbit-item .title {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 10px;
  }
  .booking-steps-orbit-item .description {
    font-size: 10px;
    line-height: 16px;
    margin-bottom: 16px;
  }
  .booking-steps-orbit-item .btn {
    gap: 10px;
    font-size: 12px;
    line-height: 18px;
    padding: 13px 22px;
  }
  .booking-steps-orbit-item .btn svg {
    width: 16px;
    height: 16px;
  }
}

/* Booking Steps */
/* Customer Satisfaction */
.customer-satisfaction {
  margin: 29px 0 92px;
}
.customer-satisfaction-item {
  padding: 29px 24px 26px;
}
.customer-satisfaction-item::before {
  background-color: rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(64px);
  border-radius: inherit;
}
.customer-satisfaction-item .line {
  border-radius: 7px;
  background-color: #76a800;
  width: 126px;
  height: 29px;
  transform: translate(-50%, 8px);
  z-index: -2;
}
.customer-satisfaction-item .line::after {
  background-color: inherit;
  border-radius: inherit;
  filter: blur(60px);
  opacity: 0.31;
  top: 10px;
}
.customer-satisfaction-item .info {
  gap: 14px;
}
.customer-satisfaction-item .info .icon {
  font-size: 50px;
  color: #93d200;
}
.customer-satisfaction-item .info .quote {
  font-size: 29px;
  top: 48px;
  left: 27px;
}
.customer-satisfaction-item p {
  color: rgba(255, 255, 255, 0.52);
}
.customer-satisfaction-item .after-before-item {
  max-width: calc(50% - 4px);
  cursor: pointer;
}
.customer-satisfaction-item .after-before-item::before {
  background-color: rgba(0, 0, 0, 0.45);
  opacity: 0;
  z-index: 5;
}
.customer-satisfaction-item .after-before-item svg {
  width: 23px;
  height: 24px;
  color: #fff;
  opacity: 0;
  z-index: 6;
}
.customer-satisfaction-item .after-before-item img {
  height: 91px;
}
.customer-satisfaction-item .after-before-item span {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(24px);
  padding: 9px 28px;
  transform: translate(-50%, 16px);
  z-index: 10;
}
.customer-satisfaction-item .after-before-item:hover::before,
.customer-satisfaction-item .after-before-item:hover svg {
  opacity: 1;
}
@media only screen and (max-width: 1199px) {
  .customer-satisfaction-item {
    padding: 24px 18px 26px;
  }
}
@media only screen and (max-width: 767px) {
  .customer-satisfaction {
    margin-bottom: 64px;
  }
  .customer-satisfaction .heading-orbit-three {
    margin-bottom: 32px;
  }
  .customer-satisfaction-item {
    padding: 21px 18px 20px;
  }
  .customer-satisfaction-item .info {
    gap: 8px;
  }
  .customer-satisfaction-item .info .icon {
    font-size: 37px;
  }
  .customer-satisfaction-item .info .name {
    font-size: 11px;
    line-height: 28px;
    margin-bottom: 4px;
  }
  .customer-satisfaction-item .info .title {
    font-size: 13px;
    line-height: 20px;
  }
  .customer-satisfaction-item .info .quote {
    top: 14px;
    left: 18px;
    font-size: 20px;
  }
  .customer-satisfaction-item p {
    font-size: 10px;
    line-height: 20px;
  }
  .customer-satisfaction-item .after-before {
    gap: 5px;
  }
  .customer-satisfaction-item .after-before-item img {
    height: 68px;
  }
}

/* Customer Satisfaction */
/* Videos */
.videos-orbit {
  padding-top: 56px;
}
.videos-orbit::before {
  padding: 1px 0;
  background-image: radial-gradient(12.12% 187.61% at 50% 50%, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  width: 1513px;
}
.videos-orbit::after {
  background-image: radial-gradient(68.45% 61.77% at 52.41% 46.1%, rgba(52, 52, 52, 0) 0%, rgba(32, 32, 32, 0) 100%);
}
.videos-orbit-item {
  height: 449px;
}
.videos-orbit-item::after {
  height: 30%;
  -webkit-mask-image: linear-gradient(180deg, transparent, #000, #000);
          mask-image: linear-gradient(180deg, transparent, #000, #000);
  backdrop-filter: blur(16px);
  border-radius: 0 0 20px 20px;
}
.videos-orbit-item .bg {
  z-index: -1;
}
.videos-orbit-item .bg-blur {
  top: 23px;
  right: 15px;
  bottom: -23px;
  left: 15px;
  filter: blur(84px);
  z-index: -2;
}
.videos-orbit-item .btn-play {
  width: 110px;
  height: 110px;
}
.videos-orbit-item .btn-play::before {
  padding: 2px;
  background-image: radial-gradient(24.07% 24.07% at 75.31% 87.65%, #ffffff 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(34.26% 34.26% at 23.15% 23.77%, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  animation: playRotate 2s linear infinite;
  border-radius: inherit;
}
@keyframes playRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.videos-orbit-item .btn-play > span {
  width: 91px;
  height: 91px;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(24px);
}
.videos-orbit-item .btn-play > span > span {
  width: 65px;
  height: 65px;
  background-color: #000;
}
.videos-orbit-item .btn-play > span > span::before {
  padding: 3px;
  background-image: radial-gradient(24.07% 24.07% at 75.31% 87.65%, #ffffff 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(34.26% 34.26% at 23.15% 23.77%, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: inherit;
  animation: playRotateTwo 2s linear infinite;
}
@keyframes playRotateTwo {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.videos-orbit-item .btn-play > span > span i {
  font-size: 22px;
  color: #fff;
}
.videos-orbit-item .instagram {
  bottom: 24px;
  gap: 13px;
  z-index: 10;
}
.videos-orbit .btn-more {
  margin-bottom: -33px;
  padding: 21px 29px;
  gap: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(44px);
  z-index: 10;
}
.videos-orbit .btn-more:hover, .videos-orbit .btn-more:focus, .videos-orbit .btn-more:active {
  background-color: rgba(147, 210, 0, 0.8);
}
@media only screen and (max-width: 991px) {
  .videos-orbit {
    padding: 20px 0 0;
  }
  .videos-orbit::before {
    height: auto;
    bottom: 24px;
  }
  .videos-orbit-item {
    height: 400px;
  }
  .videos-orbit .swiper-pagination {
    margin-top: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .videos-orbit::before {
    width: 693px;
  }
  .videos-orbit-item {
    height: 354px;
  }
  .videos-orbit-item .btn-play {
    width: 88px;
    height: 88px;
  }
  .videos-orbit-item .btn-play > span {
    width: 72px;
    height: 72px;
  }
  .videos-orbit-item .btn-play > span > span {
    width: 52px;
    height: 52px;
  }
  .videos-orbit-item .btn-play > span > span i {
    font-size: 18px;
  }
  .videos-orbit-item .instagram {
    gap: 6px;
  }
  .videos-orbit-item .instagram svg {
    width: 25px;
    height: 25px;
  }
  .videos-orbit .btn-more {
    font-size: 12px;
    line-height: 18px;
    gap: 7px;
    padding: 16px 18px;
  }
  .videos-orbit .btn-more svg {
    width: 16px;
    height: 16px;
  }
}

/* Videos */
/* Faqs */
.faqs-orbit {
  margin: 122px 0 84px;
}
.faqs-orbit .row-images {
  margin: 0 -5px;
}
.faqs-orbit .row-images > * {
  padding: 0 5px;
}
.faqs-orbit .row-images > * .image {
  border: 5px solid rgba(255, 255, 255, 0.05);
}
.faqs-orbit .row-images > * .image img {
  height: 317px;
}
.faqs-orbit .row-images > * .image img:nth-child(2) {
  top: 72px;
  right: 165px;
  bottom: 4px;
  left: -98px;
  filter: blur(74px);
  opacity: 0.5;
  height: auto;
  z-index: -1;
}
.faqs-orbit .row-images > *:nth-child(2) .image img:nth-child(2) {
  right: 86px;
  left: -19px;
}
.faqs-orbit .row-images > *:nth-child(3) .image img {
  height: 314px;
}
.faqs-orbit .row-images > *:nth-child(3) .image img:nth-child(2) {
  top: -11px;
  bottom: 84px;
  left: -19px;
}
.faqs-orbit .sup-title {
  color: rgba(255, 255, 255, 0.71);
}
.faqs-orbit .title {
  color: rgba(255, 255, 255, 0.8);
  font-size: 31px;
  line-height: 44px;
}
.faqs-orbit .title span {
  color: rgba(147, 210, 0, 0.8);
}
.faqs-orbit-items {
  gap: 16px;
}
.faqs-orbit-item {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0);
}
.faqs-orbit-item .heading {
  color: rgba(255, 255, 255, 0.71);
  padding: 14px 25px 14px 20px;
  background-color: rgba(255, 255, 255, 0.05);
}
.faqs-orbit-item .heading::after {
  background-color: #93d200;
  filter: blur(74px);
  transform: translate(-7px, -50%);
  border-radius: 18px;
  width: 95px;
  height: 62px;
}
.faqs-orbit-item .heading .counter {
  font-size: 51px;
  background-image: linear-gradient(180deg, #93d200 31.89%, rgba(147, 210, 0, 0) 68%);
  line-height: 1;
}
.faqs-orbit-item .heading .icon {
  width: 50px;
  height: 50px;
  background-color: #191919;
}
.faqs-orbit-item .heading .icon::before, .faqs-orbit-item .heading .icon::after {
  width: 11px;
  height: 2px;
  background-color: #fff;
  transform: translate(-50%, -50%);
}
.faqs-orbit-item .heading .icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.faqs-orbit-item .heading.collapsed {
  background-color: rgba(255, 255, 255, 0);
}
.faqs-orbit-item .heading.collapsed::after {
  opacity: 0;
}
.faqs-orbit-item .heading.collapsed .icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.faqs-orbit-item .content {
  color: rgba(255, 255, 255, 0.52);
  padding: 16px 24px;
}
.faqs-orbit .btns .btn {
  gap: 14px;
  padding: 21px 33px;
}
@media only screen and (max-width: 767px) {
  .faqs-orbit {
    margin: 48px 0;
  }
  .faqs-orbit .row-images {
    margin: 0 -1.5px;
    row-gap: 1.5px;
  }
  .faqs-orbit .row-images > * {
    padding: 0 1.5px;
  }
  .faqs-orbit .row-images > * .image img {
    height: 194px;
    border-radius: 20px;
  }
  .faqs-orbit .row-images > * .image img:nth-child(2) {
    top: 44px;
    right: 101px;
    bottom: 3px;
    left: -60px;
    height: auto;
  }
  .faqs-orbit .row-images > *:nth-child(2) .image img:nth-child(2) {
    top: 44px;
    right: 52px;
    bottom: 3px;
    left: -11px;
  }
  .faqs-orbit .row-images > *:nth-child(3) .image img {
    height: 192px;
  }
  .faqs-orbit .row-images > *:nth-child(3) .image img:nth-child(2) {
    top: -6px;
    right: 101px;
    bottom: 51px;
    left: -11px;
    height: auto;
  }
  .faqs-orbit .sup-title {
    font-size: 15px;
    line-height: 22px;
  }
  .faqs-orbit .title {
    font-size: 24px;
    line-height: 36px;
  }
  .faqs-orbit-item .heading {
    font-size: 13px;
    line-height: 22px;
    padding: 13px 16px;
  }
  .faqs-orbit-item .heading .counter {
    font-size: 42px;
  }
  .faqs-orbit-item .heading .icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
  }
}
@media only screen and (max-width: 575px) {
  .faqs-orbit .title {
    font-size: 20px;
    line-height: 32px;
  }
}

/* Faqs */
/* Gallery Images */
.gallery-images-orbit .layer {
  background-image: url("./../images/orbit/layer.png");
  width: 574px;
  height: 324px;
  transform: translateY(-24px);
  z-index: -1;
}
.gallery-images-orbit .layer::after {
  background-color: rgba(147, 210, 0, 0.57);
  filter: blur(200px);
  transform: translate(44px, 3px);
  width: 444px;
  height: 301px;
}
.gallery-images-orbit .heading-orbit .btn {
  gap: 14px;
  padding: 21px 33px;
}
.gallery-images-orbit .swiper-wrapper {
  transition-timing-function: linear;
}
.gallery-images-orbit .swiper-slide {
  width: auto;
}
.gallery-images-orbit-item {
  border-radius: 10px;
  border: 4px solid rgba(255, 255, 255, 0.11);
}
.gallery-images-orbit-item img {
  border-radius: 6px;
}
.gallery-images-orbit-item img.lg {
  height: 460px;
}
.gallery-images-orbit-item img.md {
  height: 243px;
}
.gallery-images-orbit-item img.sm {
  height: 205px;
}
@media only screen and (max-width: 1199px) {
  .gallery-images-orbit-item img.lg {
    height: 380px;
  }
  .gallery-images-orbit-item img.md {
    height: 213px;
  }
  .gallery-images-orbit-item img.sm {
    height: 175px;
  }
}
@media only screen and (max-width: 767px) {
  .gallery-images-orbit .heading-orbit .btn {
    font-size: 12px;
    line-height: 18px;
    gap: 10px;
    padding: 13px 22px;
  }
  .gallery-images-orbit .layer {
    width: 415px;
    height: 233px;
    transform: translateX(113px);
    top: 70px;
  }
  .gallery-images-orbit .layer::after {
    width: 319px;
    height: 216px;
    transform: translate(2px, 31px);
  }
  .gallery-images-orbit-item img.lg {
    height: 270px;
  }
  .gallery-images-orbit-item img.md {
    height: 140px;
  }
  .gallery-images-orbit-item img.sm {
    height: 118px;
  }
}

/* Gallery Images */
/* Articles */
.articles-orbit {
  margin-top: 67px;
}
.articles-orbit-item {
  background-color: rgba(247, 247, 248, 0.05);
  padding: 32px 28px;
}
.articles-orbit-item .bg {
  opacity: 0;
  z-index: -3;
}
.articles-orbit-item .bg::before {
  background-image: linear-gradient(0deg, rgba(4, 4, 20, 0.41), rgba(4, 4, 20, 0.41)), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  border-radius: inherit;
}
.articles-orbit-item .author img {
  width: 47px;
  height: 47px;
}
.articles-orbit-item .author .sup-name {
  color: #a4a8ba;
}
.articles-orbit-item .author .name {
  color: #fff;
}
.articles-orbit-item .author .name:hover {
  color: rgba(147, 210, 0, 0.9);
}
.articles-orbit-item .date {
  color: rgba(255, 255, 255, 0.36);
}
.articles-orbit-item .date .circle {
  width: 4px;
  height: 4px;
  background-color: #fec800;
}
.articles-orbit-item .title {
  height: 72px;
}
.articles-orbit-item .title a:hover {
  color: #93d200;
}
.articles-orbit-item p {
  color: rgba(255, 255, 255, 0.5);
}
.articles-orbit-item .category {
  padding: 11px 15px;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(64px);
  color: #fff;
}
.articles-orbit-item .category::before {
  padding: 2px;
  background-image: radial-gradient(38.34% 38.34% at 91.53% 100%, rgba(102, 102, 102, 0.3) 0%, rgba(102, 102, 102, 0) 100%), radial-gradient(25% 54.86% at 17.41% 96.43%, #ffffff 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(20.94% 67.86% at 80.36% 26.19%, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: inherit;
}
.articles-orbit-item .more {
  padding: 10px 15px;
  color: #fff;
}
.articles-orbit-item .more:hover, .articles-orbit-item .more:focus, .articles-orbit-item .more:active {
  background-color: rgba(147, 210, 0, 0.9);
  color: #fff;
}
.articles-orbit-item:hover .bg {
  opacity: 1;
}
.articles-orbit-item:hover p {
  margin-bottom: 0;
  height: 0;
}
.articles-orbit-item:hover .category {
  background-color: #93d200;
}
.articles-orbit .swiper-pagination {
  gap: 6px;
}
.articles-orbit .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background-color: rgba(255, 255, 255, 0.14);
}
.articles-orbit .swiper-pagination-bullet::after {
  content: none;
}
.articles-orbit .swiper-pagination-bullet-active {
  background-color: #fff;
  width: 35px;
}
@media only screen and (max-width: 767px) {
  .articles-orbit-item {
    padding: 28px 24px;
  }
  .articles-orbit-item .author img {
    width: 42px;
    height: 42px;
  }
  .articles-orbit-item .author .sup-name {
    font-size: 12px;
    line-height: 18px;
  }
  .articles-orbit-item .author .name {
    font-size: 13px;
  }
  .articles-orbit-item .date {
    font-size: 11px;
    line-height: 18px;
  }
  .articles-orbit-item .title {
    font-size: 16px;
    line-height: 24px;
    max-height: 44px;
  }
  .articles-orbit-item p {
    font-size: 11px;
    line-height: 20px;
    height: 40px;
  }
  .articles-orbit-item .category {
    padding: 9px 11px;
  }
  .articles-orbit-item .btn {
    padding: 8px 11px;
  }
  .articles-orbit .swiper-pagination {
    margin-top: 48px;
  }
}

/* Articles */
/* Map */
.map-orbit {
  margin: 88px 0 -7px;
}
.map-orbit::before {
  width: 674px;
  height: 237px;
  background-color: rgba(147, 210, 0, 0.57);
  filter: blur(400px);
  transform: translate(-50%, -65px);
}
.map-orbit-wrapper {
  border: solid rgba(255, 255, 255, 0.2);
  border-width: 10px 10px 0;
  border-radius: 30px 30px 0 0;
}
.map-orbit-wrapper iframe {
  filter: invert(1) hue-rotate(180deg);
}
.map-orbit-wrapper .links {
  bottom: 34px;
}
.map-orbit-wrapper .links li a {
  gap: 20px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(24px);
  padding: 23px 12px;
  min-width: 262px;
}
.map-orbit-wrapper .links li a i {
  font-size: 40px;
}
@media only screen and (max-width: 767px) {
  .map-orbit {
    margin-top: 74px;
  }
  .map-orbit::before {
    width: 400px;
    height: 156px;
  }
  .map-orbit iframe {
    height: 476px;
  }
}

/* Map */
/* Footer */
.footer-orbit {
  padding: 32px 0 40px;
}
.footer-orbit-description {
  background-color: rgba(20, 28, 2, 0.04);
  padding: 56px 38px 40px;
  margin-bottom: 48px;
}
.footer-orbit-description .title {
  color: #040414;
}
.footer-orbit-description p {
  color: #7f7f88;
}
.footer-orbit-title {
  color: #0a260a;
}
.footer-orbit-contact {
  gap: 32px 80px;
}
.footer-orbit-contact li {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.footer-orbit-contact li:last-child {
  max-width: 100%;
}
.footer-orbit-contact li .title {
  color: #7f7f88;
}
.footer-orbit-contact li .value {
  color: #0a260a;
}
.footer-orbit-nav {
  row-gap: 10px;
  margin: 0 -12px;
}
.footer-orbit-nav li {
  flex: 1 0 50%;
  padding: 0 12px;
}
.footer-orbit-nav li a {
  color: #7f7f88;
}
.footer-orbit-nav li a:hover {
  color: #93d200;
}
.footer-orbit .line {
  margin: 48px 0;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.11);
}
.footer-orbit-copyright {
  color: rgba(10, 38, 10, 0.7);
}
.footer-orbit-copyright a {
  color: #0a260a;
}
.footer-orbit-copyright a:hover {
  color: #93d200;
}
.footer-orbit-socials {
  gap: 35px;
}
.footer-orbit-socials .text {
  color: #0a260a;
  font-size: 17px;
  line-height: 28px;
}
.footer-orbit-socials ul {
  gap: 22px;
}
.footer-orbit-socials ul li a span {
  max-width: 0;
}
.footer-orbit-socials ul li a img {
  width: 30px;
  height: 30px;
  filter: grayscale(1);
}
.footer-orbit-socials ul li a:hover span {
  max-width: 60px;
  margin-left: 16px;
}
.footer-orbit-socials ul li a:hover img {
  filter: grayscale(0);
}
@media only screen and (max-width: 1199px) {
  .footer-orbit-contact {
    gap: 32px;
  }
  .footer-orbit-contact .value {
    font-size: 16px;
    line-height: 24px;
  }
  .footer-orbit-copyright {
    font-size: 14px;
    line-height: 20px;
  }
  .footer-orbit-socials {
    gap: 20px;
  }
  .footer-orbit-socials .text {
    font-size: 15px;
    line-height: 22px;
  }
  .footer-orbit-socials ul {
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-orbit-description {
    padding: 24px 16px;
  }
  .footer-orbit-description .title {
    margin-bottom: 16px;
  }
  .footer-orbit .line {
    margin: 28px 0;
  }
}
@media only screen and (max-width: 575px) {
  .footer-orbit-contact {
    gap: 24px;
  }
  .footer-orbit-contact li:nth-child(2) {
    order: 999;
  }
}

/* Footer */
/* Modal Video */
.modal-video.dark .modal-content {
  background-color: #1f1f1f;
}
.modal-video.dark .modal-header {
  border-color: rgba(255, 255, 255, 0.1);
}

/* Modal Video */
.courses-orbit .swiper-pagination-bullet,
.team-orbit .swiper-pagination-bullet,
.car-value-impact .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background-color: rgba(255, 255, 255, 0.14);
}
.courses-orbit .swiper-pagination-bullet-active,
.team-orbit .swiper-pagination-bullet-active,
.car-value-impact .swiper-pagination-bullet-active {
  background-color: #fff;
  width: 35px;
}
@media only screen and (max-width: 767px) {
  .courses-orbit .swiper-pagination,
  .team-orbit .swiper-pagination,
  .car-value-impact .swiper-pagination {
    margin-top: 32px;
  }
}

/* Courses */
.courses-orbit .heading-orbit .btn {
  gap: 10px;
  padding: 19px 33px;
}
.courses-orbit-item {
  background-color: #2c2c2c;
  padding: 24px 26px 21px;
}
.courses-orbit-item .info {
  gap: 15px;
}
.courses-orbit-item .info .image {
  width: 94px;
  height: 94px;
  border: 1px solid rgba(255, 255, 255, 0.16);
}
.courses-orbit-item .info .image img {
  width: 82px;
  height: 82px;
}
.courses-orbit-item .info .status {
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(44px);
  padding: 10px 20px;
}
.courses-orbit-item .info .time {
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(44px);
  color: #a4a8ba;
  padding: 10px 8px;
}
.courses-orbit-item .info .title a:hover {
  color: #93d200;
}
.courses-orbit-item .price {
  color: rgba(255, 255, 255, 0.42);
}
.courses-orbit-item .price .price {
  margin-right: 3px;
  font-size: 21px;
  line-height: 34px;
}
.courses-orbit-item .price i {
  font-size: 14px;
  color: #8d949d;
}
.courses-orbit-item .btn {
  border: 1px solid rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(44px);
  gap: 9px;
  padding: 11px 18px;
}
@media only screen and (max-width: 1399px) {
  .courses-orbit-item {
    padding: 24px 20px 21px;
  }
  .courses-orbit-item .info .image {
    width: 90px;
    height: 90px;
  }
  .courses-orbit-item .info .image img {
    width: 78px;
    height: 78px;
  }
}
@media only screen and (max-width: 991px) {
  .courses-orbit-item {
    padding: 20px 16px;
    border-radius: 20px;
  }
  .courses-orbit-item .info .image {
    width: 120px;
    height: 120px;
  }
  .courses-orbit-item .info .image img {
    width: 108px;
    height: 108px;
  }
}
@media only screen and (max-width: 767px) {
  .courses-orbit-item .info .status {
    padding: 10px 12px;
  }
  .courses-orbit-item .info .title {
    font-size: 16px;
    line-height: 24px;
  }
  .courses-orbit-item .price .price {
    font-size: 16px;
    line-height: 24px;
  }
}

/* Courses */
/* Advantages */
.advantages-orbit .row {
  row-gap: 35px;
}
.advantages-orbit-item {
  border: solid rgba(255, 255, 255, 0.2);
  border-width: 2px 1px 1px;
  padding: 24px 44px;
}
.advantages-orbit-item::before {
  background-image: linear-gradient(255.27deg, #3e3e3e 1.71%, #000000 8.43%, #000000 89.77%, #3e3e3e 97.44%);
}
.advantages-orbit-item::after {
  background-image: radial-gradient(101.69% 137.58% at 80.7% 4.8%, rgba(255, 255, 255, 0.7) 0%, rgba(153, 153, 153, 0) 100%);
  border-radius: inherit;
  z-index: 2;
}
.advantages-orbit-item .box-move {
  width: 149px;
  height: 151px;
  background: #93d200;
  filter: blur(100px);
  transition: 0s;
  opacity: 0;
  z-index: -2;
}
.advantages-orbit-item .icon {
  background-color: rgba(0, 0, 0, 0.34);
  width: 56px;
  height: 56px;
  color: #93d200;
}
.advantages-orbit-item .icon::before {
  padding: 1px;
  background-image: radial-gradient(32.35% 32.35% at 81.37% 25.98%, #ffffff 0%, rgba(153, 153, 153, 0) 100%), radial-gradient(27.45% 27.45% at 5.88% 91.18%, #ffffff 0%, rgba(153, 153, 153, 0) 100%);
  border-radius: inherit;
}
.advantages-orbit-item .title {
  font-size: 17px;
  line-height: 29px;
}
.advantages-orbit-item:hover::before, .advantages-orbit-item:hover::after {
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .advantages-orbit-item {
    padding: 16px 24px;
  }
}

/* Advantages */
/* Team */
.team-orbit-item {
  height: 390px;
}
.team-orbit-item::before {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.team-orbit-item .image {
  z-index: -2;
}
.team-orbit-item .content {
  padding: 0 24px 32px;
}
.team-orbit-item:hover {
  transform: translateY(-12px);
}
.team-orbit .swiper {
  padding-top: 12px;
}
@media only screen and (max-width: 767px) {
  .team-orbit-item {
    height: 280px;
  }
  .team-orbit-item .content {
    padding: 0 16px 24px;
  }
  .team-orbit-item .content .position {
    font-size: 11px;
    line-height: 28px;
  }
  .team-orbit-item .content .name {
    font-size: 16px;
    line-height: 24px;
  }
}

/* Team */
/* Car Value Impact */
.car-value-impact-heading {
  padding-left: 36px;
}
.car-value-impact-heading-title span {
  color: #93d200;
}
.car-value-impact .swiper-slide > * {
  opacity: 0;
  transform: scale(0);
}
.car-value-impact .swiper-slide-active > *, .car-value-impact .swiper-slide-active ~ div > * {
  opacity: 1;
  transform: unset;
}
.car-value-impact-item {
  min-height: 181px;
}
.car-value-impact-item::before {
  z-index: 20;
}
.car-value-impact-item .icon {
  width: 49px;
  height: 49px;
  background-color: #93d200;
  right: 6px;
  z-index: 10;
}
.car-value-impact-item .icon::before {
  background-color: #93d200;
  filter: blur(34px);
}
.car-value-impact-item .box-move {
  width: 70px;
  height: 46px;
  background-color: #93d200;
  filter: blur(37px);
  opacity: 0;
  transition: 0s;
  z-index: -2;
}
.car-value-impact-item .content {
  background-color: rgba(147, 210, 0, 0.09);
  backdrop-filter: blur(70px);
  padding: 30px 88px 30px 30px;
}
.car-value-impact-item .content::before {
  -webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MyIgaGVpZ2h0PSIxMjEiIGZpbGw9Im5vbmUiPjxwYXRoIGZpbGw9IiNEOUQ5RDkiIGQ9Ik00Mi4zOCAxMjFhMjkuNyAyOS43IDAgMCAwLTEyLjctMjQuMTNMMTIuODEgODUuMDljLTE3LjEtMTEuOTQtMTcuMS0zNy4yNCAwLTQ5LjE4bDE2Ljg1LTExLjc4QTI5LjcgMjkuNyAwIDAgMCA0Mi4zNyAwaC4wMXoiIHN0eWxlPSJmaWxsOiNkOWQ5ZDk7ZmlsbDpjb2xvcihkaXNwbGF5LXAzIC44NTEgLjg1MSAuODUxKTtmaWxsLW9wYWNpdHk6MSIvPjwvc3ZnPg==") 0 0/100% 100%;
          mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MyIgaGVpZ2h0PSIxMjEiIGZpbGw9Im5vbmUiPjxwYXRoIGZpbGw9IiNEOUQ5RDkiIGQ9Ik00Mi4zOCAxMjFhMjkuNyAyOS43IDAgMCAwLTEyLjctMjQuMTNMMTIuODEgODUuMDljLTE3LjEtMTEuOTQtMTcuMS0zNy4yNCAwLTQ5LjE4bDE2Ljg1LTExLjc4QTI5LjcgMjkuNyAwIDAgMCA0Mi4zNyAwaC4wMXoiIHN0eWxlPSJmaWxsOiNkOWQ5ZDk7ZmlsbDpjb2xvcihkaXNwbGF5LXAzIC44NTEgLjg1MSAuODUxKTtmaWxsLW9wYWNpdHk6MSIvPjwvc3ZnPg==") 0 0/100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #000;
  width: 43px;
  height: 121px;
  transform: translate(1px, -50%);
}
.car-value-impact-item .content .title {
  color: #93d200;
}
.car-value-impact-item .content p {
  color: #8fa953;
}
@media only screen and (max-width: 1199px) {
  .car-value-impact-item .content {
    padding: 24px 72px 24px 24px;
  }
}
@media only screen and (max-width: 991px) {
  .car-value-impact {
    padding-bottom: 48px;
  }
  .car-value-impact-heading {
    position: unset !important;
    padding-left: 0;
  }
  .car-value-impact .swiper-slide > * {
    opacity: 1;
    transform: scale(1);
  }
  .car-value-impact .swiper-pagination {
    position: absolute !important;
    top: auto !important;
    margin: 0 auto !important;
  }
}
@media only screen and (max-width: 767px) {
  .car-value-impact-item .content .title {
    font-size: 16px;
    line-height: 24px;
  }
  .car-value-impact-item .content p {
    font-size: 11px;
    line-height: 20px;
  }
}

/* Car Value Impact */
/* Service Process */
.service-process-orbit-item {
  height: 373px;
}
.service-process-orbit-item .line {
  top: 166px;
  left: 0;
  width: 241px;
  height: 1px;
  background-image: linear-gradient(to right, #93d200 0%, rgba(147, 210, 0, 0) 100%);
  transform: translateX(-151px);
  z-index: -4;
}
.service-process-orbit-item-content {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(64px);
}
.service-process-orbit-item-content::before {
  border: 1px solid rgba(255, 255, 255, 0.05);
  top: 7px;
  right: 5px;
  bottom: 7px;
  left: 5px;
  z-index: 5;
}
.service-process-orbit-item-content .shape::before, .service-process-orbit-item-content .shape::after {
  width: 94px;
  height: 94px;
  background-color: #00ffbd;
  filter: blur(108px);
}
.service-process-orbit-item-content .shape::before {
  transform: translate(-8px, 31px);
}
.service-process-orbit-item-content .shape::after {
  transform: translate(10px, -17px);
}
.service-process-orbit-item-content .bg {
  opacity: 0;
}
.service-process-orbit-item-content .bg::before {
  content: "";
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(to bottom, transparent, #000);
          mask-image: linear-gradient(to bottom, transparent, #000);
  backdrop-filter: blur(12px);
  z-index: 3;
}
.service-process-orbit-item-content .bg::after {
  background-image: linear-gradient(180deg, rgba(147, 210, 0, 0) 50.72%, #4b6c00 100%);
  z-index: 2;
}
.service-process-orbit-item-content .icon {
  top: 26px;
  right: 26px;
  background-color: #93d200;
  width: 49px;
  height: 49px;
  z-index: 6;
}
.service-process-orbit-item-content .icon::after {
  top: 12px;
  right: 5px;
  left: 7px;
  filter: blur(21px);
}
.service-process-orbit-item-content .content {
  background: rgba(255, 255, 255, 0.01);
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 17px 24px 24px;
  z-index: 10;
}
.service-process-orbit-item-content .content::before {
  background: rgba(255, 255, 255, 0.01);
  border: 1px solid rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(32px);
  -webkit-mask-image: linear-gradient(to bottom, transparent, #000, #000);
          mask-image: linear-gradient(to bottom, transparent, #000, #000);
}
.service-process-orbit-item-content .content .count {
  background-image: linear-gradient(180deg, #93d200 8.89%, rgba(147, 210, 0, 0) 100%);
  font-size: 51px;
  line-height: 27px;
  margin-bottom: -16px;
}
.service-process-orbit-item-content .content .title {
  font-size: 17px;
  line-height: 28px;
}
.service-process-orbit-item:hover .service-process-orbit-item-content .bg {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .service-process-orbit-item {
    height: 280px;
  }
  .service-process-orbit-item-content .bg::after {
    background-image: linear-gradient(180deg, rgba(147, 210, 0, 0) 50.72%, #4b6c00 100%);
  }
  .service-process-orbit-item-content .content {
    padding: 16px 16px 20px;
  }
  .service-process-orbit-item-content .content .title {
    font-size: 15px;
    line-height: 24px;
  }
}

/* Service Process */
/* Contact */
.contact-orbit-wrapper {
  background-color: #0b0f15;
  padding: 64px 82px 53px 98px;
}
.contact-orbit-wrapper::before {
  padding: 1px;
  background-image: radial-gradient(45.43% 30.79% at 94.18% 94.69%, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: inherit;
}
.contact-orbit-wrapper::after {
  width: 446px;
  height: 446px;
  background-color: rgba(136, 241, 171, 0.6);
  filter: blur(172px);
  transform: translate(-102px, 259px);
  border-radius: 50%;
}
.contact-orbit-title span {
  color: #93d200;
}
.contact-orbit .icon {
  width: 50px;
  height: 50px;
  background-color: #93d200;
}
.contact-orbit .icon::before {
  transform: translateY(-8px);
  filter: blur(17px);
}
.contact-orbit .address .text-time {
  gap: 10px;
}
.contact-orbit .address .time {
  color: #93d200;
}
.contact-orbit .phones .icon::before {
  transform: translateY(8px);
}
.contact-orbit .phones-items a {
  color: rgba(255, 255, 255, 0.6);
}
.contact-orbit .phones-items a span {
  color: #93d200;
}
.contact-orbit-form {
  background-color: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(24px);
  padding: 32px 34px 24px;
}
.contact-orbit-form::before {
  padding: 1px;
  background-image: radial-gradient(30.08% 37.24% at 5.65% 5.36%, #ffffff 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(45.43% 30.79% at 94.18% 94.69%, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: inherit;
}
.contact-orbit-form .title {
  color: #93d200;
}
.contact-orbit-form form {
  gap: 11px;
}
.contact-orbit-form .form-group svg {
  width: 24px;
  height: 24px;
  right: 21px;
  color: #93d200;
  z-index: 100000;
}
.contact-orbit-form .form-group.textarea svg {
  top: 26px;
}
.contact-orbit-form .form-control,
.contact-orbit-form .select2-container--default .select2-selection--single {
  background-color: rgba(0, 0, 0, 0.37);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 0 62px 0 16px;
  height: 70px;
}
.contact-orbit-form .form-control::-moz-placeholder {
  opacity: 0.5;
}
.contact-orbit-form .form-control::placeholder {
  opacity: 0.5;
}
.contact-orbit-form .form-control:focus {
  border-color: #93d200;
  box-shadow: 0 0 0 4px rgba(147, 210, 0, 0.2);
}
.contact-orbit-form .select2-container--default .select2-selection--single {
  border-radius: 25px !important;
}
.contact-orbit-form .select-two-item-title {
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  color: #fff;
  font-family: "Morabba";
}
.contact-orbit-form .select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered[title=" موضوع خود را انتخاب کنید "] .select-two-item-title {
  opacity: 0.5;
}
.contact-orbit-form .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  margin-left: 20px;
  width: 64px;
  height: 36px;
  border: 2px solid rgba(243, 245, 248, 0.08);
  border-radius: 30px;
}
.contact-orbit-form .select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow::before {
  background-color: #fff;
  width: 14px;
  height: 8px;
  -webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIj48cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjEuNSIgZD0ibS43NS43NSA2LjA3IDYuMDdMMTIuODkuNzUiIHN0eWxlPSJzdHJva2U6I2ZmZjtzdHJva2Utb3BhY2l0eToxIi8+PC9zdmc+") 0 0/100% 100%;
          mask: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSI4IiBmaWxsPSJub25lIj48cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjEuNSIgZD0ibS43NS43NSA2LjA3IDYuMDdMMTIuODkuNzUiIHN0eWxlPSJzdHJva2U6I2ZmZjtzdHJva2Utb3BhY2l0eToxIi8+PC9zdmc+") 0 0/100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.contact-orbit-form textarea.form-control {
  height: 160px;
  padding: 26px 61px 26px 16px;
}
.contact-orbit-form .btn {
  gap: 13px;
  padding: 19px 12px;
}
.contact-orbit-form .btn::before {
  padding: 1px;
  background-image: radial-gradient(32.27% 35.94% at 51.99% 92.97%, #93d200 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: inherit;
}
@media only screen and (max-width: 1199px) {
  .contact-orbit-wrapper {
    padding: 64px 48px 53px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-orbit-wrapper {
    padding: 0;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0);
  }
  .contact-orbit-wrapper::before, .contact-orbit-wrapper::after {
    content: none;
  }
  .contact-orbit-title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 32px;
  }
  .contact-orbit .address .time {
    font-size: 15px;
    line-height: 22px;
  }
  .contact-orbit .phones-items a {
    font-size: 16px;
    line-height: 24px;
  }
  .contact-orbit-form {
    border-radius: 20px;
    padding: 24px;
  }
}

/* Contact */
.bg-orbit .select2-container--open .select2-dropdown {
  background-color: #0b0f15;
}
.bg-orbit .select2-results__option .select-two-item-title {
  color: #fff;
  font-family: "Morabba";
}
.bg-orbit .select2-container--default .select2-results__option--selected {
  background-color: #93d200 !important;
}/*# sourceMappingURL=project-orbit.min.css.map */