:root {
  --main-color:#0097D8;
  --main-color-dark:#0285bd;
  --sec-color:#2EFF9B;
  --red-light-color:#FF5652;
  --green-color:#11D861;
  --blue-color:#0097d8;
  --dark-blue-color:#1B3662;
  --green-light-color: rgba(227, 255, 230, 1);
  --white-color:white;
  --black-color:black;
  --orange-color:#F65314;
  --yellow-color:#FCBB03;
  --orange-light-color:#ffe5db;
  --bg-color:white;
  --bg-color-2:#151B28;
  --text-color:#000000;
  --text-color-2:#151515;
  --text-color-3:#625B5B;
  --text-color-4:#929292;
  --text-color-5:#B4B4B4;
  --border-color:rgba(0, 0, 0, 0.32);
}

.text-orange {
  color: var(--orange-color) !important;
}

.text-main {
  color: var(--main-color) !important;
}

.bg-main {
  background-color: var(--main-color);
}

.bg-blue {
  background-color: #1B3662;
}

.main-section {
  min-height: calc(100vh - 95.38px - 316.5px - 48px);
}

.fs-30px {
  font-size: 30px !important;
}

.flip {
  transform: rotate(225deg);
}

.fs-15px {
  font-size: 15px !important;
}

body {
  font-family: "Cairo", sans-serif !important;
  color: var(--text-color-2);
  background-color: var(--bg-color);
  font-size: 16px;
  scroll-behavior: smooth;
  direction: rtl;
  overflow: hidden;
}

/* start scrollbar */
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}

::-webkit-scrollbar-track {
  background-color: rgba(246, 246, 246, 0.9647058824);
  box-shadow: 0 0 2px #ddd inset;
}

::-webkit-scrollbar-thumb {
  background-color: var(--main-color);
  border-radius: 50px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: var(--main-color-dark);
}

/* end scrollbar */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: black;
}
a:hover {
  color: black;
}

button {
  border: none;
  outline: none;
}

.landing-slide {
  position: relative;
  width: 100%;
  min-height: 130px;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 3rem;
}
.landing-slide.center-landing {
  display: flex;
  align-items: center;
  justify-content: center;
}
.landing-slide.landing-lg {
  height: 350px;
}
.landing-slide .landing-content {
  text-align: center;
  color: var(--white-color);
}
.landing-slide .landing-content .title-landing {
  font-size: 38px;
  font-weight: 600;
  line-height: 71px;
}
.landing-slide .landing-content .des-landing {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 40px;
}
.landing-slide .landing-content .btn-landing {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .landing-slide .landing-content .title-landing {
    font-size: 22px;
    line-height: 30px;
  }
  .landing-slide .landing-content .des-landing {
    font-size: 13px;
    line-height: 24px;
  }
}
.landing-slide .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
  font-size: 35px;
  width: 70%;
}
@media (max-width: 767.98px) {
  .landing-slide .title {
    font-size: 25px;
  }
}
.landing-slide .title .dec-text {
  font-size: 18px;
  line-height: 35px;
}
@media (max-width: 767.98px) {
  .landing-slide .title .dec-text {
    line-height: 25px;
    font-size: 13px;
    width: 300px;
  }
}
.landing-slide .title h3 {
  margin-bottom: 25px;
  color: #ffffff;
  text-align: center;
  font-size: 35px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .landing-slide .title h3 {
    font-size: 20px;
  }
}
.landing-slide .sm-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 77%;
  color: var(--main-color);
  font-size: 60px;
  margin: 0;
}
.landing-slide .sm-title span {
  color: var(--white-color);
}

.hosting-taps {
  gap: 5px;
}
.hosting-taps .nav-item .nav-link {
  border-radius: 0;
  border: 1px solid #e9ecef;
  color: #777;
  padding-right: 50px;
  padding-left: 50px;
}
.hosting-taps .nav-item .nav-link:hover {
  background-color: var(--main-color);
  border-color: var(--main-color);
  color: var(--white-color);
}
.hosting-taps .nav-item .nav-link.active {
  background-color: var(--main-color);
  border-color: var(--main-color);
  color: var(--white-color);
}

.box-package {
  background-color: var(--white-color);
  padding: 45px 30px 45px 30px;
  transition: background-color 0.3s;
  border-radius: 10px;
  box-shadow: 0 1px 18px 0 #eee;
}
.box-package .icon-holder {
  transition: box-shadow 0.3s;
  box-shadow: 0 1px 5px 0 #dbdbdb;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 73px;
  height: 73px;
  margin: 0px auto 20px auto;
}
.box-package .icon-holder .badge-plan {
  transition: background-color, color 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  left: -3px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  color: var(--white-color);
  font-size: 14px;
  font-weight: 700;
  background-color: var(--main-color);
}
.box-package .icon-holder img {
  width: 35px;
}
.box-package .header {
  margin-bottom: 35px;
  color: #191d23;
  transition: color 0.3s;
}
.box-package .header .title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 0px;
}
.box-package .header .title span {
  margin-right: 3px;
}
.box-package .fet {
  padding-right: 0;
  margin-bottom: 35px;
  list-style: none;
}
.box-package .fet li {
  text-align: center;
}
.box-package .fet li:not(:last-child) {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #dde9ff;
}
.box-package .fet li p {
  transition: color 0.3s;
  margin-bottom: 0;
  font-weight: 500;
  overflow-wrap: break-word;
  font-size: 14px;
  color: #253b5a;
}
.box-package .price {
  transition: color 0.3s;
  text-align: center;
  color: var(--main-color);
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5em;
}
.box-package .price small {
  font-size: 14px;
}
.box-package .price span {
  margin-right: 3px;
}
.box-package .price.month-sub {
  font-size: 18px;
}
.box-package .btn-order {
  transition: border 0.3s;
  width: 100%;
  padding: 10px 20px;
  display: block;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 700;
  background-color: transparent;
  border: 1px solid var(--main-color);
  position: relative;
  transition: 300ms;
  z-index: 1;
  color: var(--white-color);
}
.box-package .btn-order i,
.box-package .btn-order svg {
  margin-right: 5px;
}
.box-package .btn-order::before, .box-package .btn-order::after {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  transition: background-color, width 0.3s;
  background-color: var(--main-color);
  z-index: -1;
}
.box-package .btn-order::after {
  right: 0;
}
.box-package .btn-order::before {
  left: 0;
}
.box-package .btn-order:hover::after, .box-package .btn-order:hover::before {
  width: 0%;
}
.box-package:hover, .box-package.active {
  background-color: var(--main-color);
}
.box-package:hover .icon-holder, .box-package.active .icon-holder {
  box-shadow: 0 1px 6px 0 rgba(26, 26, 26, 0.26);
}
.box-package:hover .icon-holder .badge-plan, .box-package.active .icon-holder .badge-plan {
  color: var(--main-color);
  background-color: var(--white-color);
}
.box-package:hover .icon-holder img, .box-package.active .icon-holder img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(15%) saturate(2776%) hue-rotate(183deg) brightness(110%) contrast(100%);
}
.box-package:hover .header .title, .box-package.active .header .title {
  color: var(--white-color);
}
.box-package:hover .fet li p, .box-package.active .fet li p {
  color: var(--white-color);
}
.box-package:hover .price, .box-package.active .price {
  color: var(--white-color);
}
.box-package:hover .btn-order, .box-package.active .btn-order {
  border-color: #028ac5;
  border-width: 2px;
}
.box-package:hover .btn-order::before, .box-package:hover .btn-order::after, .box-package.active .btn-order::before, .box-package.active .btn-order::after {
  background-color: #028ac5;
}

.info-project {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.info-project .name {
  font-size: 20px;
  font-weight: 400;
  color: #444;
  margin-bottom: 0;
}

.nav-project {
  border: none;
}
.nav-project .nav-item .nav-link {
  border-radius: 0;
  border: none;
  font-size: 14px;
  font-weight: 500;
  font-family: "Noto Kufi Arabic";
  color: #222;
  padding: 15px 40px;
}
.nav-project .nav-item .nav-link i,
.nav-project .nav-item .nav-link svg {
  font-size: 13px;
}
.nav-project .nav-item .nav-link.active {
  background-color: var(--white-color);
}
.nav-project .nav-item .nav-link.active:hover {
  color: var(--black-color);
}
.nav-project .nav-item .nav-link:hover {
  color: var(--main-color);
}

.small-side {
  padding: 18px;
  border: 1px solid #eee;
  border-radius: 20px;
}
.small-side .header {
  border-bottom: 1px solid #eee;
  color: #6a6969;
  font-size: 15px;
  font-weight: 600;
  padding: 15px 0px;
  margin-bottom: 15px;
}

.project-content {
  padding: 18px;
  border: 1px solid #eee;
  border-radius: 20px;
}
.project-content .img-holder {
  width: 100%;
  margin-bottom: 20px;
}
.project-content .img-holder .project-image {
  min-height: 300px;
  max-height: 400px;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.project-content .text-content .title {
  color: #666;
  font-size: 17px;
  margin-bottom: 15px;
  line-height: 1;
}
.project-content .text-content .des,
.project-content .text-content p {
  color: #585555;
  font-size: 14px;
  line-height: 25px;
}
.project-content .box-img {
  cursor: pointer;
  width: 100%;
  border-radius: 5px;
}
.project-content .box-img .img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 150px;
  width: 100%;
  border-radius: 5px;
}

.gold-star {
  color: #fa9747;
}

input[readonly] {
  background-color: #eeeeee;
}

.btn-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 5px 12px;
  font-weight: 500;
  font-size: 13px;
  box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.18);
  text-transform: capitalize;
}
.btn-social.bg-li, .btn-social.bg-fac, .btn-social.bg-tw {
  color: var(--white-color);
  border-color: rgba(0, 0, 0, 0.2);
}
.btn-social.bg-li {
  background-color: #0a66c2;
}
.btn-social.bg-fac {
  background-color: #1877f2;
}
.btn-social.bg-tw {
  background-color: #1da1f2;
}

.land-section {
  padding-top: 40px;
  height: calc(100vh - 62px - 85px);
  width: 100%;
  background: rgba(0, 0, 0, 0) url("../img/applications-bg1.png") no-repeat fixed center center/cover;
}
.land-section .img-holder {
  height: calc(100vh - 62px - 85px - 40px);
}
.land-section .img-holder img {
  height: 100%;
}
.land-section .text-content {
  height: calc(100vh - 62px - 85px - 40px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: var(--white-color);
}
.land-section .text-content .title {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 12px;
}
.land-section .text-content .des {
  font-size: 19px;
  line-height: 30px;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .land-section {
    padding-bottom: 40px;
    height: -moz-fit-content;
    height: fit-content;
  }
  .land-section .text-content .title {
    font-size: 40px;
  }
  .land-section .text-content .des {
    font-size: 15px;
  }
}

.app-bg {
  background: rgba(0, 0, 0, 0) url("../img/applications-bg2.png") no-repeat fixed center center/cover;
}
.app-bg .img-holder {
  height: 800px;
  width: 100%;
}
.app-bg .img-holder img {
  position: relative;
  z-index: 11;
  width: 100%;
  height: 100%;
}

.won-app .img-holder {
  width: 100%;
}
.won-app .img-holder img {
  width: 100%;
}

.work-app {
  background: rgba(0, 0, 0, 0) url("../img/applications-bg3.png") no-repeat fixed center center/cover;
}
.work-app .box-heading {
  margin-bottom: 50px;
}
.work-app .box-heading .title {
  color: var(--white-color);
}
.work-app .box-heading .des {
  color: #999999;
}

.faq .accordion-item {
  border-radius: 10px;
  border: 0;
}
.faq .accordion-item .accordion-header .accordion-button {
  font-weight: 700;
  transition: 300ms;
  font-size: 16px;
  border-radius: 10px;
  background-color: #f5f5f5;
  color: #3c4254;
  opacity: 0.65;
  padding: 20px 16px;
  box-shadow: none;
}
.faq .accordion-item .accordion-header .accordion-button::after {
  background-position: center;
  opacity: 1;
  background-image: url("../img/plus.png");
}
.faq .accordion-item .accordion-header .accordion-button[aria-expanded=true]::after {
  opacity: 1;
  transform: none;
  background-image: url("../img/minus.png");
}
.faq .accordion-item:not(:last-child) {
  margin-bottom: 20px;
}

.openticket {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  background-color: #151a20;
  width: 100%;
  height: calc(100% - 28px - 30px);
}
.openticket i,
.openticket svg {
  color: var(--white-color);
  font-size: 90px;
}
.openticket span {
  color: var(--main-color);
  display: block;
  font-size: 18px;
  text-align: center;
  margin: 5px auto 0;
}

.nav-filter {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
.nav-filter .nav-item .nav-link {
  padding: 7px 25px;
  background-color: #f7f7f7;
  color: #6c7781;
}
.nav-filter .nav-item .nav-link:hover {
  background-color: #e8e8e8;
}
.nav-filter .nav-item .nav-link.active {
  background-color: var(--main-color);
  color: var(--white-color);
}

.image-holder {
  display: flex;
}

.title-design {
  color: #2a363f;
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto 20px;
  position: relative;
  text-align: center;
}
.title-design::after {
  background-color: #e1e1e1;
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: -2;
}
.title-design::before {
  background-color: #fff;
  content: "";
  height: 10px;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: 200px;
  z-index: -1;
}

.partners-swiper {
  height: -moz-fit-content;
  height: fit-content;
}
.partners-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

.loader-holder {
  position: fixed;
  width: 100vw;
  height: 100vh;
  backdrop-filter: blur(10px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 11111111111;
  visibility: visible;
}
.loader-holder .image-logo {
  width: 150px;
  margin: 24px 0;
}
.loader-holder .image-logo img {
  width: 100%;
}
.loader-holder .custom-loader {
  height: 4px;
  width: 130px;
  background: linear-gradient(var(--main-color) 0 0), linear-gradient(var(--main-color) 0 0), #e4e4ed;
  background-size: 60% 100%;
  background-repeat: no-repeat;
  animation: p6 3s infinite;
}
@keyframes p6 {
  0% {
    background-position: -150% 0, -150% 0;
  }
  66% {
    background-position: 250% 0, -150% 0;
  }
  100% {
    background-position: 250% 0, 250% 0;
  }
}
.loader-holder.hidden-loader {
  opacity: 0;
  visibility: hidden;
}

.project-request-content .img-holder {
  text-align: center;
  width: 100%;
  height: 100%;
}
.project-request-content .img-holder img {
  width: 423px;
  height: 317px;
  max-width: 100%;
}
.project-request-content .text-content .title img {
  height: 50px;
  width: 60px;
  margin-left: 5px;
}
.project-request-content .text-content .title {
  font-weight: 500;
  font-size: 32px;
  margin-bottom: 20px;
}
.project-request-content .text-content .des {
  font-size: 24px;
  font-weight: 400;
  color: #848484;
  line-height: 44.98px;
  margin-bottom: 20px;
}
@media (max-width: 1199.98px) {
  .project-request-content .text-content {
    text-align: center;
  }
  .project-request-content .text-content .btn-holder {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 991.98px) {
  .project-request-content .text-content .title {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .project-request-content .text-content .des {
    font-size: 16px;
    font-weight: 400;
    color: #848484;
    line-height: 27.98px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1200px) {
  .centring-padding {
    padding: 0 13rem;
  }
}

.section-light-blue {
  background-color: rgba(0, 151, 216, 0.05);
}

.app-landing {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.app-landing.bg-img {
  background: url("../img/app-line.png") no-repeat;
  background-size: 100%;
  background-position: 0px 95%;
}
.app-landing .img-right,
.app-landing .img-left {
  position: relative;
}
.app-landing .img-right img,
.app-landing .img-left img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
}
.app-landing .img-right img {
  width: 335px;
  height: 337px;
}
.app-landing .img-right img.xl {
  width: 345px;
  height: 345px;
}
.app-landing .img-left {
  top: -70px;
}
.app-landing .img-left img {
  width: 321px;
  height: 290px;
}
.app-landing .img-left img.md {
  width: 234px;
  height: 234px;
}
.app-landing .text {
  position: relative;
  top: -60px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  text-align: center;
}
.app-landing .text .title,
.app-landing .text .title-border {
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.1px;
  margin-bottom: 0;
}
.app-landing .text .title {
  font-size: 24px;
  color: #f65314;
}
.app-landing .text .title-border {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
@media (max-width: 1199.98px) {
  .app-landing .img-left {
    display: none;
  }
  .app-landing .text {
    top: 0;
  }
}
@media (max-width: 767.98px) {
  .app-landing {
    flex-direction: column;
    gap: 30px;
  }
  .app-landing .img-right img {
    -o-object-fit: contain;
       object-fit: contain;
    height: auto;
  }
}

.server-management .title-head {
  font-size: 36px;
  font-weight: 600;
  line-height: 67px;
  text-align: center;
  color: #f65314;
  margin-bottom: 15px;
}
.server-management .about-server .list {
  list-style: none;
  padding: 0;
}
.server-management .about-server .list .list-item {
  font-size: 18px;
  font-weight: 600;
  line-height: 34px;
  text-align: right;
  color: #4a4a4a;
}
.server-management .about-server .list .list-item:not(:last-child) {
  margin-bottom: 10px;
}
.server-management .price-plan .title-head {
  margin-bottom: 4px;
}
.server-management .price-plan .des-head {
  font-size: 18px;
  line-height: 33.73px;
  text-align: right;
  color: #4a4a4a;
  margin-bottom: 20px;
}
.server-management .feature .title-head {
  margin-bottom: 4px;
}
.server-management .feature .des-head {
  font-size: 18px;
  line-height: 33.73px;
  text-align: right;
  font-weight: 400;
  color: #656464;
  margin-bottom: 20px;
}

.btn-holder .btn-red {
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  border-radius: 5px;
  padding: 10px 32px;
  background-color: #f65314;
  color: #fff;
}

.social-holder {
  display: flex;
  gap: 10px;
}

.chat-plugin {
  color: #fff;
  background-color: #21c26c;
  position: fixed;
  bottom: 20px;
  inset-inline-end: 20px;
  font-size: 26px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  z-index: 9999;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chat-plugin:hover {
  background-color: #1c9f59;
  color: #fff;
  scale: 0.95;
}
.chat-plugin.phone {
  width: 50px;
  height: 50px;
  background-color: #2182c2;
  inset-inline-end: 20px;
  bottom: 90px;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sader-gray-bg {
  background-color: #fcfcfe;
}

.sader-light-blue-bg {
  background-color: #fafbff;
}

.gold-color {
  color: #ffcc4d;
}

.customer-review {
  padding: 75px 10px 10px 10px;
  height: -moz-fit-content;
  height: fit-content;
}
.customer-review .swiper-button-next,
.customer-review .swiper-button-prev {
  top: 9%;
  background-color: #06d93f;
  box-shadow: 0px 0px 13.8333330154px 0px rgba(0, 0, 0, 0.0784313725);
  border-radius: 11.07px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.customer-review .swiper-button-next img,
.customer-review .swiper-button-prev img {
  width: 25px;
  height: auto;
}
.customer-review .swiper-button-next::after,
.customer-review .swiper-button-prev::after {
  content: none;
}
.customer-review .swiper-button-prev {
  right: auto;
  left: 6%;
}
@media (max-width: 1199.98px) {
  .customer-review {
    padding: 15px 10px 10px 10px;
  }
  .customer-review .swiper-button-next,
  .customer-review .swiper-button-prev {
    display: none;
  }
}

.contained-content {
  padding: 0px 10rem;
}
@media (max-width: 1199.98px) {
  .contained-content {
    padding: 0px;
  }
}

.socials-plan {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 30px;
  margin-top: 30px;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .socials-plan {
    flex-direction: column;
  }
}
.socials-plan .item {
  color: #131313;
  display: flex;
  align-items: center;
  gap: 10px;
}
.socials-plan .item span {
  font-size: 18px;
  font-weight: 400;
}
.socials-plan .item .icon {
  padding: 7px;
  border: 1px solid #2e3192;
  border-radius: 50%;
  font-size: 18px;
  color: #2e3192;
}

.accordion-button {
  font-size: 20.69px;
  font-weight: 700;
  line-height: 38.77px;
  color: #1b3662;
  text-align: left;
}
.accordion-button::after {
  margin-left: 0;
  margin-right: auto;
}

@media (max-width: 767.98px) {
  .accordion-button {
    font-size: 14px;
    line-height: 20px;
  }
}
.accordion-button:not(.collapsed) {
  color: #1b3662;
  background-color: #e8e7ff;
  box-shadow: inset 0 0 #1b3662;
}

.accordion-button:not(.collapsed)::after {
  filter: saturate(50%);
}

.accordion-button:focus {
  border-color: #1b3662;
  box-shadow: inset 3px 0 #1b3662;
}

.main-accordion .accordion-body {
  font-size: 16.92px;
  font-weight: 400;
  line-height: 37.33px;
  text-align: justify;
}
@media (max-width: 767.98px) {
  .main-accordion .accordion-body {
    font-size: 12px;
    line-height: 24px;
  }
}

.matger-feature {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 1399.98px) {
  .matger-feature {
    gap: 25px;
  }
  .matger-feature .item .text {
    font-size: 16px !important;
  }
}
.matger-feature .item {
  display: flex;
  gap: 16px;
  align-items: center;
}
.matger-feature .item .text {
  font-size: 20px;
  font-weight: 700;
  line-height: 37.48px;
  text-align: right;
}

.swiper-testimonials {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding-bottom: 50px;
}
.swiper-testimonials .swiper-pagination {
  width: 100% !important;
  bottom: 3%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 2%;
}
.swiper-testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 24px;
  height: 24px;
  opacity: 1;
  transition: 300ms;
  background-color: #f2f2f2;
}
.swiper-testimonials .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--main-color);
}

.pos-landing {
  /* ===== HERO ===== */
}
.pos-landing .hero {
  position: relative;
  min-height: 415px;
  padding: 40px 0px;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #155DFC 0%, #4F39F6 50%, #8200DB 100%);
}
.pos-landing .hero-title {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 73px;
}
.pos-landing .hero-sub {
  color: rgba(255, 255, 255, 0.85);
  font-size: 20px;
  font-weight: 600;
  margin-top: 10px;
  line-height: 32.5px;
}
.pos-landing .hero-img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pos-landing .hero-circle {
  width: 358px;
  height: 358px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 7px 4px 9.8px 10px rgba(191, 118, 243, 0.2509803922), 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
.pos-landing .hero-circle img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pos-landing .btn-start {
  background: #fff;
  color: #6d28d9;
  font-weight: 700;
  border-radius: 30px;
  padding: 10px 28px;
  border: none;
  font-size: 1rem;
  transition: all 0.3s;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}
.pos-landing .btn-start:hover {
  background: #ede9fe;
  color: #5b21b6;
  transform: translateY(-2px);
}
.pos-landing .btn-trial {
  background: transparent;
  color: #fff;
  font-weight: 600;
  border-radius: 30px;
  padding: 10px 28px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  transition: all 0.3s;
}
.pos-landing .btn-trial:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}
.pos-landing {
  /* ===== PROMO BANNER ===== */
}
.pos-landing .promo-banner {
  background: linear-gradient(90deg, #155DFC 0%, #2559FB 7.14%, #3054FA 14.29%, #384FF9 21.43%, #3F4AF9 28.57%, #4545F8 35.71%, #4A3FF7 42.86%, #4F39F6 50%, #5835F2 57.14%, #6030EE 64.29%, #682BEA 71.43%, #6F25E7 78.57%, #761DE3 85.71%, #7C13DF 92.86%, #8200DB 100%);
  border-radius: 24px;
  margin-top: 40px;
  padding: 33px 49px;
  border-top: 0.8px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.2509803922);
}
.pos-landing .promo-badge {
  background: #FFD700;
  color: #1A1A1A;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  border-radius: 20px;
  padding: 8px 20px;
  display: inline-block;
  margin-bottom: 15px;
}
.pos-landing .promo-badge i,
.pos-landing .promo-badge svg {
  color: #FFFFFF;
  opacity: 0.5;
}
.pos-landing .promo-title {
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 14px;
  font-weight: 700;
}
.pos-landing .promo-sub {
  color: rgba(255, 255, 255, 0.8980392157);
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}
.pos-landing .price-box {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  padding: 25px 33px;
  text-align: center;
  color: #fff;
  backdrop-filter: blur(10px);
  border: 1.6px solid rgba(255, 255, 255, 0.3019607843);
  box-shadow: 0px 8px 10px -6px rgba(0, 0, 0, 0.1019607843), 0px 20px 25px -5px rgba(0, 0, 0, 0.1019607843);
}
.pos-landing .price-only {
  font-size: 14px;
  line-height: 20px;
}
.pos-landing .price-amount {
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
}
.pos-landing .price-currency {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
}
.pos-landing .price-period {
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.65);
}
.pos-landing .btn-free-try {
  background: #fff;
  color: #4F39F6;
  font-weight: 700;
  border-radius: 40px;
  padding: 14px 32px;
  border: none;
  font-size: 25px;
  letter-spacing: 28px;
  box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.2509803922);
  transition: all 0.3s;
  white-space: nowrap;
}
.pos-landing .btn-free-try:hover {
  background: #ede9fe;
  transform: translateY(-2px);
}
.pos-landing {
  /* ===== FEATURES SECTION ===== */
}
.pos-landing .features-section {
  padding: 70px 0px;
}
.pos-landing .section-title {
  position: relative;
  font-size: 38px;
  font-weight: 800;
  line-height: 40px;
  text-align: center;
  color: #101828;
  margin-bottom: 36px;
}
.pos-landing .section-title.not-after::after {
  content: none;
}
.pos-landing .section-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #155DFC 0%, #9810FA 100%);
  border-radius: 26843500px;
  margin: 14px auto 0;
}
.pos-landing .feature-card {
  background: #fff;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  padding: 32px 24px 28px;
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1019607843), 0px 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
  height: 100%;
  border: 1px solid #F3F4F6;
  transition: transform 0.3s, box-shadow 0.3s;
}
.pos-landing .feature-card.works {
  background: linear-gradient(135deg, #F9FAFB 0%, #FFFFFF 100%);
}
.pos-landing .feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(109, 40, 217, 0.15);
}
.pos-landing .feature-icon-wrap {
  width: 64px;
  height: 64px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  font-size: 2.3rem;
}
.pos-landing .icon-green {
  background: linear-gradient(135deg, #00C950 0%, #00BC7D 100%);
  color: #fff;
}
.pos-landing .icon-orange {
  background: linear-gradient(135deg, #FF6900 0%, #FB2C36 100%);
  color: #fff;
}
.pos-landing .icon-purple {
  background: linear-gradient(135deg, #AD46FF 0%, #F6339A 100%);
  color: #fff;
}
.pos-landing .icon-teal {
  background: linear-gradient(135deg, #2B7FFF 0%, #00B8DB 100%);
  color: #fff;
}
.pos-landing .feature-name {
  font-size: 18px;
  font-weight: 600;
  color: #1e1b4b;
  line-height: 28px;
  text-align: center;
  margin-bottom: 20px;
}
.pos-landing .feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pos-landing .feature-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #4b5563;
  font-size: 17px;
  margin-bottom: 13px;
  line-height: 22.75px;
}
.pos-landing .feature-list li .bi-check2 {
  color: #00C950;
  font-size: 1.1rem;
  flex-shrink: 0;
}
.pos-landing {
  /* ===== WHY US ===== */
}
.pos-landing .why-section {
  padding: 70px 0;
  background: linear-gradient(135deg, #F9FAFB 0%, #F3F4F6 100%);
}
.pos-landing .why-card {
  background: #fff;
  border-radius: 16px;
  padding: 28px 20px;
  min-height: 164px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s, box-shadow 0.3s;
  box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1019607843), 0px 10px 15px -3px rgba(0, 0, 0, 0.1019607843);
}
.pos-landing .why-card.suitable {
  border-radius: 14px;
  box-shadow: none;
}
.pos-landing .why-card.suitable .why-icon-wrap {
  border-radius: 50%;
  margin: 0 auto 12px;
}
.pos-landing .why-card.suitable .why-label {
  font-weight: 700;
}
.pos-landing .why-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 32px rgba(109, 40, 217, 0.13);
}
.pos-landing .why-icon-wrap {
  width: 58px;
  height: 58px;
  border-radius: 14px;
  background: linear-gradient(135deg, #2B7FFF 0%, #9810FA 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  font-size: 1.6rem;
  color: #fff;
}
.pos-landing .why-label {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: #101828;
}
.pos-landing {
  /* ===== CTA BANNER ===== */
}
.pos-landing .cta-banner {
  padding: 20px 0;
  background: linear-gradient(135deg, #155DFC 0%, #4F39F6 50%, #8200DB 100%);
}
.pos-landing .cta-title {
  color: #fff;
  font-size: 38px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 20px;
}
.pos-landing .cta-sub {
  color: rgba(255, 255, 255, 0.8980392157);
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px;
}
.pos-landing .btn-cta-main {
  background: #fff;
  color: #6d28d9;
  font-weight: 700;
  border-radius: 30px;
  padding: 15px 40px;
  border: none;
  font-size: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
  display: inline-block;
}
.pos-landing .btn-cta-main:hover {
  background: #ede9fe;
  transform: translateY(-2px);
}
.pos-landing .cta-feat-item {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  display: block;
  line-height: 24px;
  margin-top: 20px;
}
.pos-landing .laptop-img {
  width: 429px;
}
.pos-landing .laptop-img img {
  height: 100%;
  width: 100%;
  /* object-fit: contain; */
}
.pos-landing {
  /* ===== SUPPORT SECTION ===== */
}
.pos-landing .support-section {
  padding: 70px 0 60px;
}
.pos-landing .support-card {
  background: linear-gradient(145.77deg, #EFF6FF 6.47%, #FAF5FF 93.53%);
  border-radius: 16px;
  padding: 28px;
  height: 100%;
  transition: transform 0.3s, box-shadow 0.3s;
}
.pos-landing .support-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 36px rgba(109, 40, 217, 0.13);
}
.pos-landing .support-icon-wrap {
  width: 64px;
  height: 64px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.9rem;
  color: #fff;
  margin-bottom: 15px;
  background: linear-gradient(90deg, #155DFC 0%, #2D5AFC 7.14%, #3C57FC 14.29%, #4854FC 21.43%, #5351FB 28.57%, #5C4EFB 35.71%, #644AFB 42.86%, #6C46FB 50%, #7341FB 57.14%, #7A3CFB 64.29%, #8037FB 71.43%, #8730FA 78.57%, #8D29FA 85.71%, #921FFA 92.86%, #9810FA 100%);
}
.pos-landing .support-card-title {
  font-size: 25px;
  font-weight: 700;
  line-height: 32px;
  color: #101828;
  margin-bottom: 20px;
}
.pos-landing .support-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pos-landing .support-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #4b5563;
  font-size: 0.92rem;
  margin-bottom: 12px;
  line-height: 1.5;
}
.pos-landing .support-list li i {
  color: #7c3aed;
  font-size: 1rem;
  flex-shrink: 0;
  margin-top: 2px;
}
.pos-landing {
  /* suitable section */
}
.pos-landing .suitable-section {
  padding: 70px 0 60px;
  background: linear-gradient(135deg, #F9FAFB 0%, #EFF6FF 100%);
}
.pos-landing {
  /* works section */
}
.pos-landing .works-section {
  padding: 70px 0 60px;
}
.pos-landing {
  /* testimonials section */
}
.pos-landing .testimonials-section {
  padding: 70px 0 60px;
  background: linear-gradient(135deg, #F9FAFB 0%, #F3F4F6 100%);
}
.pos-landing {
  /* responsive */
}
@media (max-width: 768px) {
  .pos-landing .hero-title {
    font-size: 2.3rem;
    text-align: center;
    line-height: 58px;
  }
  .pos-landing .hero-sub {
    text-align: center;
  }
  .pos-landing .promo-banner {
    padding: 20px;
    text-align: center;
  }
  .pos-landing .promo-banner .price-box {
    width: 100%;
  }
  .pos-landing .promo-title {
    font-size: 1.3rem;
  }
  .pos-landing .price-amount {
    font-size: 2.2rem;
  }
  .pos-landing .cta-title {
    font-size: 1.8rem;
    text-align: center;
  }
  .pos-landing .cta-sub, .pos-landing .cta-feat-item {
    text-align: center;
  }
  .pos-landing .laptop-img {
    max-width: 100%;
  }
}

.main-header {
  position: relative;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2)), linear-gradient(180deg, rgba(52, 108, 197, 0.7098039216) 8.35% 8.35%, rgba(81, 177, 108, 0.38) 124.62%), url("../img/footer-bg.webp") no-repeat center/cover;
  z-index: 1111;
}
.main-header .top-nav {
  padding: 8px 0px;
}
.main-header .top-nav .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-header .top-nav .container .nav-text {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
}
@media (max-width: 575.98px) {
  .main-header .top-nav .container .nav-text {
    font-size: 12px;
  }
}
.main-header .bottom-nav {
  background: linear-gradient(142.13deg, rgba(254, 248, 255, 0.189) 1.8%, rgba(254, 248, 255, 0) 99.75%);
  backdrop-filter: blur(87.960899353px);
  border-radius: 12px;
  min-height: 90px;
}
.main-header .bottom-nav .navbar-toggler {
  border: 1px solid rgba(234, 234, 234, 0.5);
}
.main-header .bottom-nav .navbar-toggler .navbar-toggler-icon {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(282deg) brightness(106%) contrast(101%);
}
.main-header .bottom-nav .navbar-toggler:focus {
  box-shadow: unset;
}
.main-header .bottom-nav .navbar-nav {
  gap: 8px;
}
.main-header .bottom-nav .navbar-nav .nav-item .nav-link {
  padding: 10px 13px;
  border-radius: 6px;
  border: 1px solid transparent;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  transition: 0.3s;
}
.main-header .bottom-nav .navbar-nav .nav-item .nav-link.active {
  border-color: rgba(234, 234, 234, 0.5);
}
.main-header .bottom-nav .navbar-nav .nav-item .nav-link:hover {
  border-color: rgba(234, 234, 234, 0.5);
  transform: scale(1.05);
}
.main-header .bottom-nav .holder-logo {
  margin: 0px;
  text-align: center;
  transition: 0.3s;
}
.main-header .bottom-nav .holder-logo .navbar-brand .logo {
  width: 130px;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
.main-header .bottom-nav .holder-logo:hover {
  transform: scale(1.05);
}
.main-header .bottom-nav .btns-holder {
  display: flex;
  align-items: center;
  gap: 10px;
}
.main-header .bottom-nav .btns-holder .btn-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 11px 14px;
  background-color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  color: #222222;
  border-radius: 8px;
  border: 1px solid rgb(255, 255, 255);
  transition: 0.3s;
}
.main-header .bottom-nav .btns-holder .btn-nav.outline {
  background-color: transparent;
  color: #fff;
  border-width: 2px;
}
.main-header .bottom-nav .btns-holder .btn-nav:hover {
  transform: scale(1.05);
}
.main-header .bottom-nav .btns-holder .dropdown-toggle::after {
  content: unset;
}
.main-header .bottom-nav .btns-holder .btn-lang {
  background-color: transparent;
  transition: 0.3s;
  font-weight: 700;
  font-size: 15px;
  line-height: 16px;
  color: #FFFFFF;
}
.main-header .bottom-nav .btns-holder .btn-lang img {
  border-radius: 50%;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(246, 251, 249, 0.2);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
  margin-inline-start: 4px;
}
.main-header .bottom-nav .btns-holder .btn-lang:hover {
  transform: scale(1.05);
}
.main-header .bottom-nav .btns-holder .btn-dots {
  background-color: transparent;
  transition: 0.3s;
  font-size: 23px;
  color: #FFFFFF;
}
.main-header .bottom-nav .btns-holder .btn-dots:hover {
  transform: scale(1.05);
}
.main-header .bottom-nav .dropdown-menu {
  position: absolute;
  top: calc(100% + 10px);
  display: block;
  min-width: 200px;
  border-radius: 15px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  background: white;
  transform: translateY(-10px);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.main-header .bottom-nav .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.main-header .bottom-nav .dropdown-menu .dropdown-item {
  position: relative;
  padding: 10px 15px;
  border-right: 3px solid transparent;
  color: #333;
  overflow: hidden;
  transition: all 0.3s ease;
}
.main-header .bottom-nav .dropdown-menu .dropdown-item img {
  border-radius: 50%;
  width: 28px;
  height: 28px;
  margin-inline-end: 6px;
}
.main-header .bottom-nav .dropdown-menu .dropdown-item::before {
  content: "";
  position: absolute;
  inset-inline-end: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  transition: width 0.3s ease;
  z-index: -1;
  opacity: 0.1;
}
.main-header .bottom-nav .dropdown-menu .dropdown-item:hover::before {
  width: 100%;
}
@media (max-width: 991.98px) {
  .main-header .bottom-nav .dropdown-menu.di-right {
    right: unset;
    inset-inline-end: 0;
  }
}

.landing-section {
  position: relative;
  height: 100vh;
}
.landing-section .main-header {
  position: absolute;
  inset-block-start: 0;
  inset-inline-end: 0;
  width: 100%;
  background: unset;
  padding: 0px;
}
.landing-section .swiper-landing {
  height: 100%;
}
.landing-section .swiper-landing .swiper-wrapper .swiper-slide {
  position: relative;
}
.landing-section .swiper-landing .swiper-wrapper .swiper-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)), linear-gradient(180deg, rgba(66, 133, 244, 0.3) 15.22%, rgba(251, 188, 4, 0.24) 62.5%, rgba(6, 217, 63, 0.3) 100%);
}
.landing-section .swiper-landing .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.landing-section .swiper-landing .swiper-wrapper .swiper-slide .intro-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  z-index: 1;
}
.landing-section .swiper-landing .swiper-wrapper .swiper-slide .intro-text .title {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 55px;
  line-height: 80px;
}
.landing-section .swiper-landing .swiper-wrapper .swiper-slide .intro-text .sub-title {
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}
.landing-section .swiper-landing .swiper-wrapper .swiper-slide .intro-text .des {
  width: 635px;
  max-width: 97.5%;
  font-weight: 500;
  font-size: 20px;
  line-height: 42px;
}
.landing-section .swiper-landing .swiper-wrapper .swiper-slide .intro-text .btn-landing {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 200px;
  border-radius: 50px;
  background: #FFFFFF;
  padding: 15px 20px;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #222222;
  transition: 0.3s;
}
.landing-section .swiper-landing .swiper-wrapper .swiper-slide .intro-text .btn-landing:hover {
  transform: scale(1.05);
}
@media (max-width: 991.98px) {
  .landing-section .swiper-landing .swiper-wrapper .swiper-slide .intro-text {
    width: 100%;
  }
  .landing-section .swiper-landing .swiper-wrapper .swiper-slide .intro-text .title {
    font-size: 40px;
    line-height: 60px;
  }
  .landing-section .swiper-landing .swiper-wrapper .swiper-slide .intro-text .sub-title {
    font-size: 18px;
  }
  .landing-section .swiper-landing .swiper-wrapper .swiper-slide .intro-text .des {
    font-size: 19px;
  }
}
@media (max-width: 575.98px) {
  .landing-section .swiper-landing .swiper-wrapper .swiper-slide .intro-text .title {
    font-size: 33px;
  }
  .landing-section .swiper-landing .swiper-wrapper .swiper-slide .intro-text .sub-title {
    font-size: 16px;
  }
  .landing-section .swiper-landing .swiper-wrapper .swiper-slide .intro-text .des {
    font-size: 17px;
  }
}
.landing-section .swiper-landing .swiper-button-next::after,
.landing-section .swiper-landing .swiper-button-prev::after {
  color: #fff;
}
@media (max-width: 575.98px) {
  .landing-section .swiper-landing .swiper-button-next,
  .landing-section .swiper-landing .swiper-button-prev {
    display: none;
  }
}
.landing-section .swiper-landing .swiper-button-prev {
  right: 30px;
}
.landing-section .swiper-landing .swiper-button-next {
  left: 30px;
}
.landing-section .swiper-landing .swiper-pagination {
  bottom: 17%;
}
.landing-section .swiper-landing .swiper-pagination .swiper-pagination-bullet {
  width: 32px;
  height: 5px;
  border-radius: 4px;
  opacity: 0.7;
  transition: 300ms;
  background-color: #FFFFFF;
}
.landing-section .swiper-landing .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 45px;
  opacity: 1;
}
.landing-section .most-work-wrapper {
  position: absolute;
  bottom: 0%;
  inset-inline-end: 50%;
  transform: translateX(-50%);
  max-width: 98%;
  width: 87%;
  z-index: 111;
}
@media (max-width: 575.98px) {
  .landing-section .most-work-wrapper {
    width: 90%;
  }
}

.dots-effect,
.dots-effect2,
.dots-effect3 {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.dots-effect {
  background-image: url("../img/dots-bg.png");
}

.dots-effect2 {
  background-image: url("../img/dots-bg2.png");
}

.dots-effect3 {
  background-image: url("../img/dots-bg3.png");
}

.process-wrapper {
  position: relative;
  width: 100%;
  border-radius: 64px;
  overflow: hidden;
  z-index: 1;
  background: url("../img/process-bg.webp") no-repeat center/cover;
}
.process-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5)), linear-gradient(180deg, rgba(67, 135, 244, 0.9058823529) 8.35%, rgba(101, 219, 134, 0.8) 124.62%);
}

.app-wrapper {
  display: flex;
  min-height: 676px;
  border-radius: 24px;
  overflow: hidden;
}
.app-wrapper .content-holder {
  position: relative;
  flex-basis: 48%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 30px 55px;
  z-index: 1;
  text-align: right;
  color: #fff;
}
.app-wrapper .content-holder .title {
  margin-bottom: 28px;
  font-weight: 700;
  font-size: 32px;
  line-height: 53px;
}
.app-wrapper .content-holder .des {
  width: 650px;
  max-width: 100%;
  margin-bottom: 35px;
  font-weight: 400;
  font-size: 20px;
  line-height: 39px;
}
.app-wrapper .content-holder .list-steps {
  list-style: none;
  padding: 0px;
  margin: 0;
}
.app-wrapper .content-holder .list-steps li {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.app-wrapper .content-holder .list-steps li .icon-holder {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  border-radius: 8px;
  background-color: #FFFFFF;
}
.app-wrapper .content-holder .list-steps li .text-holder .title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
}
.app-wrapper .content-holder .list-steps li .text-holder .des {
  width: 390px;
  max-width: 100%;
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
}
.app-wrapper .content-holder .list-steps li:not(:last-child) {
  margin-bottom: 30px;
}
.app-wrapper .content-holder .img-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}
.app-wrapper .content-holder::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)), linear-gradient(180deg, rgba(67, 134, 244, 0.97) 8.35%, rgba(101, 219, 134, 0.98) 124.62%);
  z-index: -1;
}
.app-wrapper .bg-holder {
  position: relative;
  flex-basis: 52%;
}
.app-wrapper .bg-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.app-wrapper .bg-holder::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(67, 134, 244, 0.1) 8.35%, rgba(101, 219, 134, 0.06) 124.62%);
}
@media (max-width: 767.98px) {
  .app-wrapper .content-holder {
    flex-basis: unset;
    width: 100%;
    padding: 30px 20px;
    align-items: center;
    text-align: center;
  }
  .app-wrapper .content-holder .title {
    font-size: 27px;
    margin-bottom: 15px;
  }
  .app-wrapper .content-holder .des {
    font-size: 17px;
  }
  .app-wrapper .content-holder li {
    flex-direction: column;
    align-items: center !important;
    gap: 15px !important;
  }
  .app-wrapper .content-holder li .text-holder .des {
    width: 90% !important;
    margin: 0 auto;
    text-align: center !important;
  }
  .app-wrapper .content-holder li:not(:last-child) {
    margin-bottom: 25px;
  }
  .app-wrapper .bg-holder {
    display: none;
  }
}

.insight-wrapper {
  position: relative;
  width: 100%;
  border-radius: 48px;
  padding: 3rem 2.5rem;
  overflow: hidden;
  z-index: 1;
  background: url("../img/insights-bg.jpg") no-repeat center/cover;
}
.insight-wrapper .content-holder .main-heading-alt .des {
  width: 478px;
  margin: unset;
  font-size: 21px;
  text-align: justify;
  color: #F8F7FD;
}
.insight-wrapper .content-holder .btn-holder .insight-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 140px;
  padding: 11px 14px;
  border-radius: 12px;
  color: #000000;
  font-weight: 700;
  font-size: 15px;
  background-color: #FFFFFF;
  transition: 0.3s;
}
.insight-wrapper .content-holder .btn-holder .insight-btn .arrow {
  transform: rotate(45deg);
  font-size: 13px;
}
.insight-wrapper .content-holder .btn-holder .insight-btn:hover {
  transform: scale(1.05);
}
.insight-wrapper .form-insight {
  position: relative;
  width: 100%;
  padding: 2.8rem 2.5rem;
  z-index: 1;
}
.insight-wrapper .form-insight .form-title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
  color: #120B42;
}
.insight-wrapper .form-insight .form-inp {
  width: 100%;
}
.insight-wrapper .form-insight .form-inp .label-name {
  display: block;
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 14px;
  line-height: 21.67px;
  color: #241F45;
}
.insight-wrapper .form-insight .form-inp input,
.insight-wrapper .form-insight .form-inp select,
.insight-wrapper .form-insight .form-inp textarea {
  width: 100%;
  padding: 11px 14px;
  border-radius: 12px;
  border: 1px solid #D0CED9;
  outline: none;
}
.insight-wrapper .form-insight .form-inp input:focus, .insight-wrapper .form-insight .form-inp input:hover,
.insight-wrapper .form-insight .form-inp select:focus,
.insight-wrapper .form-insight .form-inp select:hover,
.insight-wrapper .form-insight .form-inp textarea:focus,
.insight-wrapper .form-insight .form-inp textarea:hover {
  border-color: #4285F4;
}
.insight-wrapper .form-insight .form-inp input:focus::-moz-placeholder, .insight-wrapper .form-insight .form-inp textarea:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.insight-wrapper .form-insight .form-inp input:focus::placeholder,
.insight-wrapper .form-insight .form-inp textarea:focus::placeholder {
  opacity: 0;
  transition: 0.3s;
}
.insight-wrapper .form-insight .btn-form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 13px 30px;
  border-radius: 12px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  background-color: #4285F4;
  transition: 0.3s;
}
.insight-wrapper .form-insight .btn-form .arrow {
  transform: rotate(45deg);
  font-size: 12px;
}
.insight-wrapper .form-insight .btn-form:hover {
  transform: scale(1.05);
}
.insight-wrapper .form-insight img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 575.98px) {
  .insight-wrapper .form-insight {
    padding: 2.5rem 2rem;
    background-color: #fff;
    border-radius: 48px;
  }
  .insight-wrapper .form-insight img {
    display: none;
  }
}
.insight-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2)), linear-gradient(180deg, rgba(67, 135, 244, 0.9333333333) 0%, rgba(101, 219, 134, 0.85) 124.62%);
}
@media (max-width: 767.98px) {
  .insight-wrapper {
    padding: 2rem 1rem;
  }
  .insight-wrapper .content-holder .main-heading-alt .title {
    font-size: 27px;
    margin-bottom: 15px;
    text-align: center !important;
  }
  .insight-wrapper .content-holder .main-heading-alt .des {
    text-align: center !important;
  }
  .insight-wrapper .content-holder .btn-holder .insight-btn {
    margin: auto;
  }
}

.main-faq .accordion-item {
  background-color: transparent;
}
.main-faq .accordion-item .accordion-header .accordion-button {
  padding: 10px 15px;
  border-bottom: 1px solid rgba(234, 234, 234, 0.5019607843);
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.0509803922);
  font-weight: 700;
  font-size: 16px;
  color: white;
  background-color: transparent;
}
.main-faq .accordion-item .accordion-header .accordion-button::after {
  content: "\f067";
  font-family: "Font Awesome 6 Free";
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #000000;
  background: unset;
  background-color: white;
}
.main-faq .accordion-item .accordion-header .accordion-button[aria-expanded=true]::after {
  content: "\f068";
}
.main-faq .accordion-item .accordion-collapse {
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.0509803922);
}
.main-faq .accordion-item .accordion-collapse .accordion-body {
  font-weight: 400;
  font-size: 17px;
  line-height: 27px;
  text-align: justify;
  color: white;
}
.main-faq .accordion-item:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .main-faq .accordion-item .accordion-header .accordion-button {
    font-size: 14px;
  }
  .main-faq .accordion-item .accordion-header .accordion-button::after {
    border-radius: 50%;
    width: 28px;
    height: 28px;
    font-size: 12px;
  }
  .main-faq .accordion-item .accordion-collapse .accordion-body {
    font-size: 14px;
  }
}

.section-comp {
  overflow-x: hidden;
  overflow-y: clip;
}
.section-comp .title {
  font-weight: 600;
  font-size: 23px;
  margin-bottom: 30px;
  color: var(--text-color);
}
.section-comp .boxes {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
}
.section-comp .boxes .box {
  width: 190px;
  height: 120px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-color);
  box-shadow: 0px 7px 29px rgba(100, 100, 111, 0.2);
  border-radius: 8px;
}
@media (max-width: 575.98px) {
  .section-comp .boxes .box {
    width: 150px;
    height: 100px;
  }
}
.section-comp .boxes .box .img {
  width: 105px;
  max-width: 100%;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}
.section-comp .boxes .cr-1 {
  position: absolute;
  width: 653px;
  height: 288px;
  z-index: -1;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: radial-gradient(51.79% 51.79% at 50% 50%, #8ebbff 0.01%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.2;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.section-comp .boxes .cr-2 {
  position: absolute;
  width: 748px;
  height: 342px;
  left: 50%;
  z-index: -1;
  top: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(51.79% 51.79% at 50% 50%, #8effd1 0.01%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.2;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.section-comp .boxes .cr-3 {
  position: absolute;
  width: 698px;
  z-index: -1;
  height: 314px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: radial-gradient(51.79% 51.79% at 50% 50%, rgba(91, 189, 244, 0.7) 0.01%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.2;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.contact-us .box {
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.contact-us .box form {
  margin: 0;
  padding: 25px;
}
.contact-us .box form label {
  display: block;
  color: var(--text-color-3);
  margin-bottom: 10px;
}
.contact-us .box form input,
.contact-us .box form textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background-color: #f5f5f5;
  color: var(--text-color-3);
  direction: rtl !important;
  outline: none;
  font-size: 14px;
}
.contact-us .box form textarea {
  height: 150px;
  resize: none;
}
.contact-us .box form .submit {
  margin: 0 auto;
  background-color: var(--main-color) !important;
  color: var(--white-color) !important;
  transition: background-color 0.3s ease !important;
}
.contact-us .box form .submit:hover {
  background-color: var(--main-color-dark) !important;
}
.contact-us .box .map {
  width: 100%;
  height: 100%;
}
@media (max-width: 991.98px) {
  .contact-us .box .map {
    height: 350px;
  }
}
.contact-us .box .map iframe {
  width: 100%;
  height: 100%;
}
.contact-us .contact-info {
  padding: 25px;
  background-color: #f5f5f5;
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 15px;
}
.contact-us .contact-info h1 {
  background-color: var(--main-color);
  border-radius: 5px;
  color: #ffffff;
  font-size: 18px;
  padding: 10px;
  margin: 0;
  text-align: center;
  width: 100%;
}
.contact-us .contact-info span,
.contact-us .contact-info a {
  background-color: #ffffff;
  color: #17232d;
  display: block;
  font-size: 17px;
  height: 50px;
  margin: 0;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}
.contact-us .contact-info span .icon,
.contact-us .contact-info a .icon {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--green-color);
  width: 50px;
}
.contact-us .contact-info span .icon i,
.contact-us .contact-info span .icon svg,
.contact-us .contact-info a .icon i,
.contact-us .contact-info a .icon svg {
  color: #ffffff;
  font-size: 23px;
}

.about-us h1 {
  position: relative;
  font-size: 23px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1.3rem;
  padding-bottom: 14px;
}
.about-us h1::before {
  content: "";
  background-color: var(--main-color);
  position: absolute;
  right: 0;
  top: 100%;
  width: 75%;
  height: 2px;
  border-radius: 50px;
}
.about-us .text {
  font-weight: 600;
  font-size: 18px;
  line-height: 33px;
  color: var(--text-color);
  opacity: 0.8;
  margin-bottom: 50px;
}

.programming-section .proitem {
  text-align: center;
}
.programming-section .proitem .icon {
  background-color: #f18424;
  border-radius: 100%;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  position: relative;
  width: 140px;
}
.programming-section .proitem .icon.green {
  background-color: var(--green-color);
}
.programming-section .proitem .icon.main-bg {
  background-color: var(--main-color);
}
.programming-section .proitem .icon.green-two {
  background-color: #3cb878;
}
.programming-section .proitem .icon.dark {
  background-color: #375587;
}
.programming-section .proitem .icon.dark-two {
  background-color: #183a56;
}
.programming-section .proitem .icon::after {
  border: 1px dashed #cfd2d3;
  border-radius: 100%;
  content: "";
  height: 150px;
  position: absolute;
  right: -5px;
  top: -5px;
  width: 150px;
}
.programming-section .proitem .icon i,
.programming-section .proitem .icon svg {
  color: #ffffff;
  font-size: 50px;
}
.programming-section .proitem img {
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
.programming-section .proitem h1 {
  color: var(--text-color);
  font-size: 18px;
  font-weight: bold;
  margin: 10px auto 5px;
}
.programming-section .proitem h2 {
  color: #a4a9ab;
  line-height: 23px;
  font-size: 14px;
}
.programming-section .programe-two {
  color: white;
  background-color: var(--main-color);
}
.programming-section .programe-two .title {
  font-size: 20px;
  margin: 0 auto 30px;
  text-align: center;
}
.programming-section .programe-two .imgthumb {
  margin: 20px auto;
  text-align: center;
}
.programming-section .programe-two .imgthumb img {
  max-width: 100%;
}
.programming-section .programe-two .txt {
  margin: 35px auto;
}
.programming-section .programe-two .txt ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.programming-section .programe-two .txt ul li {
  background-color: #323640;
  color: #ffffff;
  display: block;
  font-size: 15px;
  margin: 0 auto 10px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.programming-section .programe-two .txt ul li i,
.programming-section .programe-two .txt ul li svg {
  color: var(--main-color);
  font-size: 25px;
}
.programming-section .programe-three {
  background: rgba(0, 0, 0, 0) url(../img/programe-bg2.png) no-repeat scroll center center/cover;
  color: white;
}
.programming-section .programe-three .txt {
  margin: 85px auto;
}
.programming-section .programe-three .txt h1 {
  font-size: 26px;
  margin: 0 auto 10px;
  margin-bottom: 1.2rem;
  line-height: 47px;
}
.programming-section .programe-three .txt h2 {
  line-height: 33px;
  font-size: 17px;
  margin: 0;
}
.programming-section .programe-three .imgthumb {
  margin: 20px auto;
  text-align: center;
}
.programming-section .programe-three .imgthumb img {
  max-width: 100%;
}
.programming-section .programe-four .title {
  color: var(--text-color-2);
  font-size: 20px;
  margin: 0 auto 35px;
  text-align: center;
}
.programming-section .programe-four .main-btn {
  margin: 35px auto 0;
}

.section-ask .img-section {
  width: 372px;
  max-width: 100%;
  height: auto;
}

.rectangle1 {
  position: absolute;
  left: 150px;
  opacity: 0.2;
}

.landing-sader {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  background: url("../img/sader-bg.png") no-repeat 100% 100%/cover;
}
@media (max-width: 1199.98px) {
  .landing-sader {
    align-items: center;
  }
}
.landing-sader .container {
  display: flex;
  align-items: center;
  gap: 1%;
}
.landing-sader .container .intro-content {
  flex-basis: 50%;
  color: #fff;
  padding-right: 20px;
  padding-bottom: 180px;
}
.landing-sader .container .intro-content .title {
  font-weight: 800;
  font-size: 46px;
  line-height: 76.31px;
  text-align: Right;
}
.landing-sader .container .intro-content .title span {
  color: #fbbc04;
}
.landing-sader .container .intro-content .sec-title {
  font-weight: 600;
  font-size: 33px;
  line-height: 49.77px;
  text-align: right;
}
.landing-sader .container .intro-content .sec-title span {
  color: #06d93f;
}
.landing-sader .container .intro-content .des {
  font-weight: 400;
  font-size: 20px;
  line-height: 44.98px;
  text-align: right;
}
.landing-sader .container .intro-content .btn-holder {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.landing-sader .container .intro-content .btn-holder .sader-btn {
  width: 250px;
}
.landing-sader .container .landing-img {
  position: absolute;
  left: 0px;
  top: 3%;
  flex-basis: 54%;
  height: 100%;
}
@media (max-width: 1199.98px) {
  .landing-sader {
    background: url("../img/sader-bg.png") no-repeat bottom/cover;
  }
  .landing-sader .container {
    justify-content: center;
    gap: 0%;
  }
  .landing-sader .container .intro-content {
    flex-basis: 100%;
    padding-bottom: 0px;
    padding-right: 0px;
  }
  .landing-sader .container .intro-content .title {
    text-align: center;
  }
  .landing-sader .container .intro-content .sec-title {
    padding-right: 0px;
    text-align: center;
  }
  .landing-sader .container .intro-content .des {
    font-size: 23px;
    text-align: center;
  }
  .landing-sader .container .intro-content .btn-holder {
    margin-top: 30px;
    justify-content: center;
  }
  .landing-sader .container .landing-img {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .landing-sader .intro-content .title {
    font-size: 45px !important;
    line-height: 1.3 !important;
    margin-bottom: 25px;
  }
  .landing-sader .intro-content .sec-title {
    font-size: 35px !important;
    line-height: 1.5 !important;
    margin-bottom: 25px;
  }
  .landing-sader .intro-content .des {
    font-size: 18px !important;
    line-height: 1.5 !important;
    margin-bottom: 25px;
  }
  .landing-sader .intro-content .btn-holder {
    margin-top: 0px !important;
  }
  .landing-sader .intro-content .btn-holder .sader-btn {
    font-size: 14px;
  }
}
.landing-sader.landing-3lagt .container {
  display: flex;
  align-items: center;
  gap: 1%;
}
.landing-sader.landing-3lagt .container .intro-content {
  flex-basis: 50%;
  color: #fff;
  padding-right: 20px;
  padding-bottom: 180px;
}
.landing-sader.landing-3lagt .container .intro-content .title {
  font-weight: 800;
  font-size: 30px;
  line-height: 50px;
  text-align: Right;
}
.landing-sader.landing-3lagt .container .intro-content .title span {
  color: #fbbc04;
}
.landing-sader.landing-3lagt .container .intro-content .sec-title {
  font-weight: 600;
  font-size: 25px;
  line-height: 35px;
  text-align: right;
}
.landing-sader.landing-3lagt .container .intro-content .sec-title span {
  color: #06d93f;
}
.landing-sader.landing-3lagt .container .intro-content .des {
  font-weight: 400;
  font-size: 18px;
  line-height: 40px;
  text-align: right;
}
.landing-sader.landing-3lagt .container .intro-content .btn-holder {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.landing-sader.landing-3lagt .container .intro-content .btn-holder .sader-btn {
  width: 250px;
}
.landing-sader.landing-3lagt .container .landing-img {
  position: absolute;
  left: 0px;
  top: 3%;
  flex-basis: 54%;
  height: 100%;
}

.landing-electronic-invoice {
  position: relative;
  background-image: url("../img/shape-electronic-invoice.png");
  background-repeat: no-repeat;
  background-color: #1b3662;
  background-size: 65%;
  background-position: 0 101%;
  padding-top: 3rem;
}
.landing-electronic-invoice.img-cover {
  background-position: center;
  background-size: cover;
}
.landing-electronic-invoice .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.landing-electronic-invoice .container .intro-content {
  align-self: flex-start;
  width: 50%;
  position: relative;
  padding-bottom: 3rem;
  color: #fff;
}
.landing-electronic-invoice .container .intro-content .title {
  font-weight: 800;
  font-size: 46px;
  line-height: 76.31px;
  text-align: Right;
}
.landing-electronic-invoice .container .intro-content .title span {
  color: #fbbc04;
}
.landing-electronic-invoice .container .intro-content .des {
  font-weight: 400;
  font-size: 20px;
  line-height: 44.98px;
  text-align: right;
}
.landing-electronic-invoice .container .intro-content .btn-holder {
  margin-top: 65px;
  display: flex;
  justify-content: flex-start;
}
.landing-electronic-invoice .container .intro-content .btn-holder .slide-btn {
  width: 170.01px;
  height: 41.01px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
  background-color: white;
  border-radius: 2px;
  color: #1b3662;
}
.landing-electronic-invoice .container .intro-content .arrow {
  width: 205px;
  height: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -7%;
}
.landing-electronic-invoice .container .landing-img {
  width: 50%;
  height: auto;
}
.landing-electronic-invoice .container .landing-img.bottom {
  margin-bottom: -45px;
}
@media (max-width: 1399.98px) {
  .landing-electronic-invoice .arrow {
    width: 200px !important;
    bottom: 0 !important;
  }
}
@media (max-width: 1199.98px) {
  .landing-electronic-invoice {
    background-size: 50%;
  }
  .landing-electronic-invoice .container {
    justify-content: center;
  }
  .landing-electronic-invoice .container .intro-content {
    flex-basis: 100%;
  }
  .landing-electronic-invoice .container .intro-content .title {
    text-align: center;
  }
  .landing-electronic-invoice .container .intro-content .des {
    font-size: 23px;
    text-align: center;
  }
  .landing-electronic-invoice .container .intro-content .btn-holder {
    margin-top: 30px;
    justify-content: center;
  }
  .landing-electronic-invoice .container .intro-content .arrow {
    display: none;
  }
  .landing-electronic-invoice .container .landing-img {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .landing-electronic-invoice .intro-content .title {
    font-size: 45px !important;
    line-height: 1.3 !important;
    margin-bottom: 25px;
  }
  .landing-electronic-invoice .intro-content .des {
    font-size: 18px !important;
    line-height: 1.5 !important;
    margin-bottom: 25px;
  }
  .landing-electronic-invoice .intro-content .btn-holder {
    margin-top: 0px !important;
  }
}

.landing-martger {
  position: relative;
  background-image: url("../img/shap-matger.svg");
  background-repeat: no-repeat;
  background-color: #1b3662;
  background-size: 100%;
  background-position: 0 101%;
  padding-top: 3rem;
}
.landing-martger.img-cover {
  background-position: center;
  background-size: cover;
}
.landing-martger .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.landing-martger .container .intro-content {
  align-self: flex-start;
  width: 50%;
  position: relative;
  padding-bottom: 3rem;
  color: #fff;
  min-height: 80vh;
}
.landing-martger .container .intro-content .title {
  font-weight: 800;
  font-size: 46px;
  line-height: 76.31px;
  text-align: Right;
}
.landing-martger .container .intro-content .title span {
  color: #fbbc04;
}
.landing-martger .container .intro-content .small-title {
  font-weight: 800;
  font-size: 26px;
  line-height: 76.31px;
  text-align: Right;
}
.landing-martger .container .intro-content .des {
  font-weight: 400;
  font-size: 18px;
  line-height: 44.98px;
  text-align: right;
  padding-bottom: 35px;
}
.landing-martger .container .intro-content .btn-holder {
  margin-top: 65px;
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.landing-martger .container .intro-content .btn-holder .slide-btn {
  width: 170.01px;
  height: 41.01px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
  background-color: white;
  border-radius: 2px;
  color: #1b3662;
}
.landing-martger .container .intro-content .btn-holder .arrow {
  width: 150px;
  height: auto;
  position: absolute;
  left: 46%;
  transform: translateX(-50%);
  bottom: 10%;
}
.landing-martger .container .landing-img {
  width: 60%;
  height: auto;
}
.landing-martger .container .landing-img.bottom {
  margin-bottom: -45px;
}
@media (max-width: 1399.98px) {
  .landing-martger .arrow {
    width: 200px !important;
    bottom: 0 !important;
  }
}
@media (max-width: 1199.98px) {
  .landing-martger {
    background-size: 50%;
  }
  .landing-martger .container {
    justify-content: center;
  }
  .landing-martger .container .intro-content {
    flex-basis: 100%;
  }
  .landing-martger .container .intro-content .title {
    text-align: center;
  }
  .landing-martger .container .intro-content .des {
    font-size: 23px;
    text-align: center;
  }
  .landing-martger .container .intro-content .btn-holder {
    margin-top: 30px;
    justify-content: center;
  }
  .landing-martger .container .intro-content .arrow {
    display: none;
  }
  .landing-martger .container .landing-img {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .landing-martger .intro-content .title {
    font-size: 45px !important;
    line-height: 1.3 !important;
    margin-bottom: 25px;
  }
  .landing-martger .intro-content .des {
    font-size: 18px !important;
    line-height: 1.5 !important;
    margin-bottom: 25px;
  }
  .landing-martger .intro-content .btn-holder {
    margin-top: 0px !important;
  }
}

.landing-3kar {
  position: relative;
  background-image: url("../img/shape-3kar.svg");
  background-repeat: no-repeat;
  background-color: #1b3662;
  background-size: 100%;
  background-position: 0 100%;
  padding-top: 3rem;
}
.landing-3kar.img-cover {
  background-position: center;
  background-size: cover;
}
.landing-3kar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.landing-3kar .container .intro-content {
  align-self: flex-start;
  width: 50%;
  position: relative;
  padding-bottom: 3rem;
  color: #fff;
  min-height: 65vh;
}
.landing-3kar .container .intro-content .title {
  font-weight: 800;
  font-size: 46px;
  line-height: 76.31px;
  text-align: Right;
}
.landing-3kar .container .intro-content .title span {
  color: #fbbc04;
}
.landing-3kar .container .intro-content .small-title {
  font-weight: 800;
  font-size: 26px;
  line-height: 76.31px;
  text-align: Right;
}
.landing-3kar .container .intro-content .des {
  font-weight: 400;
  font-size: 18px;
  line-height: 44.98px;
  text-align: right;
  padding-bottom: 35px;
}
.landing-3kar .container .intro-content .btn-holder {
  margin-top: 65px;
  display: flex;
  justify-content: flex-start;
  position: relative;
}
.landing-3kar .container .intro-content .btn-holder .slide-btn {
  width: 170.01px;
  height: 41.01px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
  background-color: white;
  border-radius: 2px;
  color: #1b3662;
}
.landing-3kar .container .intro-content .btn-holder .arrow {
  width: 150px;
  height: auto;
  position: absolute;
  left: 46%;
  transform: translateX(-50%);
  bottom: 10%;
}
.landing-3kar .container .landing-img {
  width: 50%;
  height: auto;
}
.landing-3kar .container .landing-img.bottom {
  margin-bottom: -45px;
}
@media (max-width: 1399.98px) {
  .landing-3kar .arrow {
    width: 200px !important;
    bottom: 0 !important;
  }
}
@media (max-width: 1199.98px) {
  .landing-3kar {
    background-size: 50%;
  }
  .landing-3kar .container {
    justify-content: center;
  }
  .landing-3kar .container .intro-content {
    flex-basis: 100%;
  }
  .landing-3kar .container .intro-content .title {
    text-align: center;
  }
  .landing-3kar .container .intro-content .des {
    font-size: 23px;
    text-align: center;
  }
  .landing-3kar .container .intro-content .btn-holder {
    margin-top: 30px;
    justify-content: center;
  }
  .landing-3kar .container .intro-content .arrow {
    display: none;
  }
  .landing-3kar .container .landing-img {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .landing-3kar .intro-content .title {
    font-size: 45px !important;
    line-height: 1.3 !important;
    margin-bottom: 25px;
  }
  .landing-3kar .intro-content .des {
    font-size: 18px !important;
    line-height: 1.5 !important;
    margin-bottom: 25px;
  }
  .landing-3kar .intro-content .btn-holder {
    margin-top: 0px !important;
  }
}

.landing-plan {
  position: relative;
  width: 100%;
  height: 90vh;
  display: flex;
  align-items: center;
  background-color: #1b3662;
}
@media (max-width: 1199.98px) {
  .landing-plan {
    align-items: center;
  }
}
.landing-plan .container {
  display: flex;
  align-items: center;
  gap: 1%;
}
.landing-plan .container .intro-content {
  flex-basis: 50%;
  color: #fff;
}
.landing-plan .container .intro-content .title {
  font-weight: 800;
  font-size: 46px;
  line-height: 76.31px;
  text-align: Right;
  margin-bottom: 50px;
}
.landing-plan .container .intro-content .title span {
  color: #fbbc04;
}
.landing-plan .container .intro-content .des {
  font-weight: 400;
  font-size: 16px;
  line-height: 44.98px;
  text-align: right;
}
.landing-plan .container .intro-content .btn-holder {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.landing-plan .container .intro-content .btn-holder .arrow {
  position: absolute;
  left: -240px;
  top: -69px;
  width: 200px;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}
.landing-plan .container .intro-content .btn-holder .plan-btn {
  width: 170px;
  text-align: center;
  padding: 8px;
  background-color: #ddd;
  color: #1b3662;
  font-weight: 700;
}
.landing-plan .container .landing-img {
  position: absolute;
  left: 0px;
  top: 5%;
  height: 100%;
  width: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 10;
}
.landing-plan .container .cloud-land {
  position: absolute;
  bottom: -5%;
  left: 0;
  width: 70%;
}
@media (max-width: 767.98px) {
  .landing-plan .container .cloud-land {
    bottom: -12%;
  }
  .landing-plan .container .btn-holder {
    justify-content: center;
    width: 100% !important;
  }
  .landing-plan .container .arrow {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .landing-plan .container {
    justify-content: center;
    gap: 0%;
  }
  .landing-plan .container .intro-content {
    flex-basis: 100%;
    padding-bottom: 0px;
    padding-right: 0px;
  }
  .landing-plan .container .intro-content .title {
    text-align: center;
  }
  .landing-plan .container .intro-content .sec-title {
    padding-right: 0px;
    text-align: center;
  }
  .landing-plan .container .intro-content .des {
    font-size: 23px;
    text-align: center;
  }
  .landing-plan .container .intro-content .btn-holder {
    margin-top: 30px;
    justify-content: center;
  }
  .landing-plan .container .landing-img {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .landing-plan .intro-content .title {
    font-size: 45px !important;
    line-height: 1.3 !important;
    margin-bottom: 25px;
  }
  .landing-plan .intro-content .sec-title {
    font-size: 35px !important;
    line-height: 1.5 !important;
    margin-bottom: 25px;
  }
  .landing-plan .intro-content .des {
    font-size: 18px !important;
    line-height: 1.5 !important;
    margin-bottom: 25px;
  }
  .landing-plan .intro-content .btn-holder {
    margin-top: 0px !important;
  }
  .landing-plan .intro-content .btn-holder .sader-btn {
    font-size: 14px;
  }
}

.why-us {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #f1f1f1;
  height: 500px;
  z-index: 1;
}
.why-us .bg-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 100%;
  z-index: -1;
}
.why-us .container {
  display: flex;
  align-items: center;
}
.why-us .container img {
  position: absolute;
  right: 0px;
  top: 5%;
  width: 48%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 90%;
}
.why-us .container .text-content {
  width: 100%;
  margin-right: 50%;
}
.why-us .container .text-content .title {
  font-weight: 800;
  font-size: 38px;
  line-height: 64px;
  text-align: Right;
}
.why-us .container .text-content .des {
  font-weight: 400;
  font-size: 18.6px;
  line-height: 37.2px;
  text-align: Right;
  color: #161616;
}
@media (max-width: 1199.98px) {
  .why-us .bg-img {
    display: none;
  }
  .why-us .container {
    justify-content: center;
  }
  .why-us .container img {
    display: none;
  }
  .why-us .container .text-content {
    margin-right: 0%;
  }
  .why-us .container .text-content .title {
    font-size: 35px;
    text-align: center;
  }
  .why-us .container .text-content .des {
    font-size: 18px;
    text-align: center;
  }
  .why-us .container .btn-holder {
    justify-content: center !important;
  }
}

.how-work-sader .main-title-sections {
  min-height: 250px;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .how-work-sader .main-title-sections {
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
}
.how-work-sader .main-title-sections .title {
  margin-bottom: 0;
  line-height: 50px;
}
.how-work-sader .main-title-sections .title span {
  color: #e43539;
  font-size: 96px;
}
@media (max-width: 991.98px) {
  .how-work-sader .main-title-sections .title span {
    font-size: 70px;
  }
}
.how-work-sader .main-title-sections img {
  position: absolute;
  bottom: -20%;
  left: 5%;
  width: 240px;
  z-index: -1;
}
@media (max-width: 1199.98px) {
  .how-work-sader .main-title-sections img {
    display: none;
  }
}
.how-work-sader .img-holder {
  width: 100%;
}
.how-work-sader .img-holder img {
  width: 90%;
  height: 350px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1199.98px) {
  .how-work-sader .img-holder img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.how-work-sader .text-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
}
.how-work-sader .text-content .title {
  display: block;
  align-items: center;
  border: 1px solid #333333;
  border-radius: 50px;
  font-weight: 700;
  font-size: 25px;
  line-height: 37.2px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0;
  padding: 8px 18px;
}
.how-work-sader .text-content .title span {
  color: #e43539;
}
.how-work-sader .text-content .title img {
  width: 60px;
  height: auto;
  max-width: 100%;
}
@media (max-width: 1199.98px) {
  .how-work-sader .text-content .title img {
    width: 30px;
  }
}
.how-work-sader .text-content .des {
  font-weight: 400;
  font-size: 20px;
  line-height: 37.2px;
  text-align: Right;
  margin-bottom: 0;
  color: rgba(51, 51, 51, 0.5);
}

.partners .main-title-sections .des {
  font-weight: 500;
  font-size: 30px;
  line-height: 32px;
  color: #ed3a3a;
}
.partners .main-title-sections .title {
  font-size: 38px;
  line-height: 64px;
}

.solving-bg {
  background-color: #f9f9f9;
}

.contact-faq {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.contact-faq .bg-layers {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}
.contact-faq .bottom-layers {
  z-index: -1;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
}
.contact-faq .img-section {
  width: 100%;
  height: auto;
}
.contact-faq .form {
  background-color: white;
  border-radius: 10px;
  padding: 3rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.212);
}
@media (max-width: 1399.98px) {
  .contact-faq .form {
    padding: 1.5rem;
  }
}
.contact-faq .form .label {
  color: #252775;
  font-size: 14px;
  margin-bottom: 3px;
  font-weight: 700;
}
.contact-faq .form .inp {
  display: flex;
  align-items: center;
  padding: 0.7rem 1rem;
  border-radius: 1px;
  font-size: 14px;
  border: 2px solid #dfdfea;
  width: 100%;
}
.contact-faq .form .inp:lang(ar) {
  direction: rtl !important;
}
.contact-faq .form .inp::-moz-placeholder {
  color: #848e9f;
}
.contact-faq .form .inp::placeholder {
  color: #848e9f;
}
.contact-faq .form .inp:focus {
  outline: 0;
  border-color: #252775;
}
.contact-faq .form select.inp {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-inline-end: 2rem;
  background-image: url(../img/icons/arrow-select.svg);
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position-x: 1rem;
  background-position-y: 50%;
}

.article-box {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  word-break: break-word;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  flex-direction: column;
  align-items: stretch;
}
.article-box img {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article-box .article-info {
  gap: 10px;
}
.article-box .article-info h2 {
  font-size: 18px;
  padding: 0.5rem 1rem;
  margin: 0;
  color: var(--main-color);
}
.article-box .article-info .article-date {
  display: block;
  padding: 0.5rem 1rem;
  font-size: 16px;
  color: #fff;
  margin: 0;
  transform: translateY(-50px);
  background: rgba(0, 151, 216, 0.4588235294);
}
.article-box .article-info.info-show {
  flex-direction: column;
  align-items: start;
}
.article-box .article-info.info-show h2 {
  padding: 10px 20px;
  border: 1px solid #ddd;
  font-size: 24px;
  font-weight: 700;
}
.article-box .article-info.info-show a {
  color: #0097d8;
  text-decoration: underline;
}
.article-box .article-info.info-show .article-dec {
  padding: 10px 20px;
  font-size: 16px;
  color: #666;
  margin: 0;
  line-height: 2;
  margin-top: 12px;
}

.img-artical img {
  height: 270px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.comments .card-body .content {
  font-size: 14px;
}
.comments .card-footer {
  background-color: #f3f3f3;
}

.nav-filter {
  display: flex;
  align-items: center;
  padding-bottom: 5px;
  width: 100%;
  overflow-x: auto;
  flex-wrap: nowrap;
  gap: 10px;
  margin-bottom: 30px;
}
.nav-filter .nav-item .nav-link {
  padding: 7px 25px;
  white-space: nowrap;
  background-color: #f7f7f7;
  color: #6c7781;
}
.nav-filter .nav-item .nav-link:hover {
  background-color: #e8e8e8;
}
.nav-filter .nav-item .nav-link.active {
  background-color: var(--main-color);
  color: white;
}

.app-feature.grey {
  background-color: #f9f9f9;
}
.app-feature .section-img {
  width: 100%;
  height: auto;
}

.app-feature-3kar {
  background-image: url("../img/3kar-bg-1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.app-feature-3kar .section-img {
  width: 100%;
  height: auto;
}
.app-feature-3kar .main-title-sections {
  margin-bottom: 0 !important;
}
.app-feature-3kar .main-title-sections .title {
  color: #fbbc04 !important;
}
.app-feature-3kar .main-title-sections .des {
  color: #fff !important;
}
.app-feature-3kar .text-feature-3kar {
  margin-bottom: 50px;
}
.app-feature-3kar .text-feature-3kar .title {
  font-size: 32px;
  font-weight: 700;
  line-height: 67.46px;
  color: #fff;
  margin: 30px 0;
}
.app-feature-3kar .text-feature-3kar .desc {
  font-size: 22px;
  font-weight: 500;
  line-height: 44.98px;
  text-align: justify;
  color: #fff;
}

.section-layers-invoice {
  background-image: url("../img/layers-invoice.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.section-layers-3kar-2 {
  background-image: url("../img/3kar-bg-2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.section-layers-3kar {
  background-image: url("../img/layers-3kar.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}

.section-packages + .footer {
  margin-top: 0 !important;
  border-radius: 0 !important;
}

.section-show-product .title-section {
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  text-align: center;
  color: #1b3662;
  margin-bottom: 30px;
}
.section-show-product .header-section-show-product {
  font-family: "Tajawal", sans-serif;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.section-show-product .header-section-show-product .title-header {
  position: absolute;
  inset-inline-start: 20px;
  padding-inline: 1rem;
  top: 0;
  background-color: white;
  color: var(--dark-blue-color);
  transform: translateY(-50%);
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 0;
}
.section-show-product .header-section-show-product .item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex: 1;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}
.section-show-product .header-section-show-product .item:not(:last-of-type) {
  border-inline-end: 1px solid rgba(0, 0, 0, 0.2);
}
.section-show-product .header-section-show-product .item:nth-of-type(2) {
  justify-content: center;
}
.section-show-product .header-section-show-product .item:nth-of-type(3) {
  justify-content: end;
}
.section-show-product .header-section-show-product .item .title-item {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 0;
  font-weight: bold;
}
.section-show-product .header-section-show-product .item .stars .icon {
  color: #ddd;
  width: 14px;
}
.section-show-product .header-section-show-product .item .stars .icon.active {
  color: #fa9747;
}
.section-show-product .header-section-show-product .item .social {
  display: flex;
  align-items: center;
  gap: 7px;
}
.section-show-product .header-section-show-product .item .social .item-social {
  width: 25px;
  height: 25px;
  border: 1px solid var(--dark-blue-color);
  color: var(--dark-blue-color);
  border-radius: 50%;
  justify-content: center;
  display: flex;
  align-items: center;
  font-size: 15px;
}
@media (max-width: 991.98px) {
  .section-show-product .header-section-show-product {
    flex-direction: column;
  }
  .section-show-product .header-section-show-product .item {
    width: 100%;
    justify-content: center !important;
  }
  .section-show-product .header-section-show-product .item:not(:last-of-type) {
    padding-bottom: 20px;
    border-inline-end: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.section-show-product .img-section {
  width: 1168px;
  max-width: 100%;
  height: auto;
  margin: 3rem auto;
  display: block;
}
.section-show-product .about-section .text {
  font-size: 19px;
  font-weight: 400;
  line-height: 40px;
  text-align: right;
}
.section-show-product .vidoe-yt iframe {
  width: 100%;
  height: 400px;
}
.section-show-product .section-contact {
  background: url("../img/land-blue.png");
  -o-object-fit: cover;
     object-fit: cover;
  padding: 100px 50px;
}
.section-show-product .section-contact .box-contact-section {
  border: 1px solid rgba(229, 229, 229, 0.2);
  padding: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 80px;
}
.section-show-product .section-contact .box-contact-section .text .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 29.98px;
  text-align: right;
  color: #fbbc04;
  margin-bottom: 10px;
}
.section-show-product .section-contact .box-contact-section .text .desc {
  font-size: 16px;
  font-weight: 700;
  line-height: 29.98px;
  text-align: right;
  color: #fff;
  max-width: 732px;
}
.section-show-product .section-contact .box-contact-section .btn-contact-section {
  border-radius: 8px;
  background-color: #fff;
  flex: 1;
  display: flex;
  gap: 10px;
  padding: 10px;
  align-items: end;
  font-size: 16px;
  font-weight: 400;
  line-height: 29.98px;
  color: #fff;
}
.section-show-product .section-contact .box-contact-section .btn-contact-section.green {
  background-color: #19b000;
}
.section-show-product .section-contact .box-contact-section .btn-contact-section.blue {
  background-color: #0097d8;
}
.section-show-product .section-contact .box-contact-section .btn-contact-section .title {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 29.98px;
  text-align: right;
}
.section-show-product .section-contact .box-contact-section .btn-contact-section i,
.section-show-product .section-contact .box-contact-section .btn-contact-section svg {
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  padding: 6px;
  border-radius: 50%;
}
.section-show-product .bg-whtie {
  background: url("../img/bg-white.png");
  -o-object-fit: cover;
     object-fit: cover;
}
.section-show-product .control {
  display: flex;
  justify-content: end;
  gap: 20px;
  padding: 10px;
}
.section-show-product .control .btn-swip {
  padding: 8px 12px;
  border-radius: 3px;
  border: 2px solid #29436c;
  background-color: #fff;
  color: #29436c;
  transition: 0.3s all ease-in;
}
.section-show-product .control .btn-swip:hover {
  background-color: #29436c;
  color: #fff;
}

.main-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  gap: 6px;
  background: var(--main-color);
  white-space: nowrap;
  color: var(--white-color);
  border-radius: 5px;
  font-size: 15px;
  transition: ease-out 0.3s;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 20px;
  border: 0;
  outline: 0;
}
.main-btn:hover {
  color: var(--white-color);
  background: var(--main-color-dark);
  transform: scale(1.04);
}
.main-btn.btn-border {
  border: 1px solid var(--main-color);
  background-color: var(--white-color);
  color: var(--main-color);
}
.main-btn.btn-border:hover {
  background-color: var(--main-color);
  color: var(--white-color);
}
.main-btn.btn-light-red {
  background-color: var(--red-light-color);
}
.main-btn.saudi-btn {
  border: 2px solid white;
  background: #027e40;
  padding-inline: 2rem;
  border-radius: 50px;
}

.btn-contact {
  color: #0c0056;
  background-color: var(--bg-color);
  font-size: 15px;
  border: 1px solid #f0f0f0;
  backdrop-filter: blur(2px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 9px 10px;
  border-radius: 12px;
}
.btn-contact .icon {
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0097d8;
  box-shadow: 0px 2px 8px rgba(99, 99, 99, 0.2);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.btn-contact .icon i,
.btn-contact .icon svg {
  color: var(--bg-color);
  width: 18px;
}

.badge-gradient {
  font-weight: 600;
  font-size: 15px;
  background: linear-gradient(90deg, #0097d8 -22.76%, #2eff9b 122.96%);
  padding: 6px 22px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  border-radius: 74px;
  color: var(--white-color);
  -webkit-border-radius: 74px;
  white-space: nowrap;
  -moz-border-radius: 74px;
  -ms-border-radius: 74px;
  -o-border-radius: 74px;
}

.nav-filter {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  text-align: center;
}
.nav-filter .item {
  border: 2px solid var(--main-color);
  color: var(--main-color);
  font-size: 16px;
  background: #fff;
  padding: 5px 20px;
  cursor: pointer;
}
.nav-filter .item.actvie {
  color: #fff;
  background-color: var(--main-color);
}

.btn-group .btn-drop {
  font-size: 13px;
  font-weight: 500;
  border-radius: 0px;
  background-color: var(--main-color-dark);
  border-color: var(--main-color-dark);
}
.btn-group .btn-drop i.mb,
.btn-group .btn-drop svg.mb {
  margin-bottom: 2px;
}
.btn-group .btn-drop i.ml,
.btn-group .btn-drop svg.ml {
  margin-left: 3px;
}
.btn-group .btn-drop:hover {
  background-color: var(--main-color);
}
.btn-group .btn-drop:focus {
  box-shadow: none;
}

.tab-project .project-content {
  background-color: var(--white-color);
  padding: 18px;
  box-shadow: 0 0 10px #ddd;
  border: 1px solid #ddd;
}
.tab-project .project-content .img-holder {
  width: 100%;
  margin-bottom: 20px;
}
.tab-project .project-content .img-holder .project-image {
  min-height: 300px;
  max-height: 400px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tab-project .project-content .text-content {
  overflow-wrap: break-word;
}
.tab-project .project-content .text-content p {
  font-size: 14px;
}
.tab-project .project-content .text-content ul {
  padding: 0;
  margin: 0;
}
.tab-project .project-content .text-content ul li {
  list-style: none;
  font-size: 14px;
  color: #929292;
}

.nav-project {
  border: none;
}
.nav-project .nav-item .nav-link {
  border-radius: 0;
  border: 1px solid #ddd;
  border-radius: 10px 10px 0 0;
  border-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  font-family: "Noto Kufi Arabic";
  color: #222;
  padding: 10px 30px;
  margin-right: 15px;
}
.nav-project .nav-item .nav-link i,
.nav-project .nav-item .nav-link svg {
  font-size: 13px;
}
.nav-project .nav-item .nav-link.active {
  background-color: var(--white-color);
}
.nav-project .nav-item .nav-link.active:hover {
  color: var(--black-color);
}
.nav-project .nav-item .nav-link:hover {
  color: var(--main-color);
}

.box-category {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 10px #ddd;
}
.box-category .swiper-category {
  transition: 0.3s;
  width: 100%;
  display: block;
  height: 190px;
  position: relative;
  margin-bottom: 0;
}
.box-category .swiper-category .title {
  background-color: var(--main-color);
  width: 100%;
  text-align: center;
  font-size: 14px;
  display: block;
  color: white;
  padding: 0.3rem;
  z-index: 5;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: 0.3s;
}
.box-category .swiper-category .swiper-wrapper .swiper-slide .img-holder {
  width: 100%;
  height: 100%;
}
.box-category .swiper-category .swiper-wrapper .swiper-slide .img-holder .category-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.box-category .swiper-category .btn-direction {
  transition: 0.3s;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5294117647);
  border-radius: 10px;
}
.box-category .swiper-category .btn-direction::after {
  font-size: 15px;
  color: var(--white-color);
}
.box-category .swiper-category:hover .btn-direction {
  opacity: 1;
}
.box-category .text-box {
  background-color: white;
  padding: 0.7rem;
}
.box-category .text-box .category {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
  color: #5c5e61;
  transition: 0.3s;
  width: -moz-fit-content;
  width: fit-content;
}
.box-category .text-box .category:hover {
  text-decoration: underline;
}
.box-category .text-box .star-bar {
  margin-bottom: 2px;
}
.box-category .text-box .price {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 17px;
  color: #868585;
}

.sader-btn {
  padding: 9px 25px;
  font-weight: 700;
  font-size: 16px;
  line-height: 29.98px;
  letter-spacing: 1.5%;
  border-radius: 14px;
  text-align: Center;
  color: #fff;
  background-color: #2b7cd3;
}
.sader-btn.md-w {
  width: 450px;
}
.sader-btn.radius {
  border-radius: 100px;
}

.submit-btn {
  padding: 16px;
  background-color: #002775;
  color: #fff;
}

.btn-more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 210px;
  padding: 11px 14px;
  border-radius: 12px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  background-color: #4285F4;
  transition: 0.3s;
}
.btn-more .arrow {
  transform: rotate(45deg);
  font-size: 12px;
}
.btn-more:hover {
  transform: scale(1.05);
}

.title-section {
  font-weight: 700;
  font-size: 27px;
  margin: 0;
  color: var(--text-color);
}
@media (max-width: 767.98px) {
  .title-section {
    font-size: 25px;
  }
}

.disc-section {
  font-weight: 500;
  font-size: 17px;
  color: var(--text-color);
  opacity: 0.5;
  margin: 0;
}

.bg-title {
  background-color: var(--main-color);
  border-right: 6px solid var(--main-color-dark);
  color: #fff;
  font-size: 17px;
  height: 45px;
  line-height: 45px;
  margin: 0 auto 10px;
  padding: 0 15px;
}

.color-title {
  color: var(--white-color);
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}
.color-title span {
  color: var(--main-color);
}

.box-heading {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.box-heading .title {
  color: var(--main-color);
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 10px;
}
.box-heading .des {
  color: #293242;
  font-size: 15px;
  margin-bottom: 0;
}

.title-line {
  position: relative;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #2a363f;
}
.title-line span {
  position: relative;
  display: inline-block;
  padding: 0 5%;
  z-index: 1;
  background-color: #ffffff;
}
.title-line::before {
  content: "";
  position: absolute;
  top: 22px;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #e1e1e1;
}

.usage-text h3 {
  text-align: center;
  font-size: 18px;
  padding: 25px;
  background-color: var(--main-color);
}
.usage-text p {
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0;
}
.usage-text p span {
  font-size: 18px;
  font-weight: 700;
  color: var(--main-color);
}
.usage-text a {
  font-size: 18px;
  font-weight: 700;
  color: var(--main-color);
}

.main-heading {
  position: relative;
  margin-bottom: 28px;
  text-align: center;
}
.main-heading .title {
  margin: auto;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0px;
  font-size: 24px;
  font-weight: 600;
  line-height: 50px;
  color: var(--black-color);
  z-index: 1;
}
.main-heading .title::before, .main-heading .title::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(50%);
  width: 70px;
  height: 1.5px;
  background-color: #0097d8;
  z-index: -1;
}
.main-heading .title::before {
  left: -95px;
}
.main-heading .title::after {
  right: -95px;
}
.main-heading .title .app-img {
  position: absolute;
  left: -166px;
  top: 12.7px;
  width: 65px;
  max-width: 100%;
  height: auto;
  display: none;
}
@media (min-width: 768px) {
  .main-heading .title .app-img {
    display: block;
  }
}
.main-heading .title span {
  color: var(--red-light-color);
  font-weight: 600;
}
.main-heading .title.main-title {
  position: relative;
  color: #000;
  font-size: 32px;
  font-weight: 600;
  line-height: 75px;
}
@media (max-width: 991.98px) {
  .main-heading .title.main-title {
    font-size: 24px;
  }
}
.main-heading .title.main-title::before {
  display: none;
}
.main-heading .title.main-title::after {
  display: none;
}
.main-heading .title.main-title .item1 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -50px;
}
.main-heading .title.main-title .item2 {
  position: absolute;
  right: -50px;
  transform: translateX(100%);
  bottom: 0;
}
@media (max-width: 991.98px) {
  .main-heading .title.main-title .item2 {
    width: 25px;
    right: -7px;
    transform: translateX(100%);
    bottom: 20px;
  }
}
.main-heading .title.main-title .item3 {
  position: absolute;
  left: -50px;
  transform: translateX(-50%);
  bottom: -10px;
}
@media (max-width: 991.98px) {
  .main-heading .title.main-title .item3 {
    width: 36px;
    transform: translateX(0%);
    bottom: 5px;
    left: -36px;
  }
}
.main-heading .title.main-title .item4 {
  position: absolute;
  left: -30px;
  transform: translateX(-100%);
  top: -20px;
}
@media (max-width: 991.98px) {
  .main-heading .title.main-title .item4 {
    width: 35px;
    left: 0px;
    top: 15px;
  }
}
.main-heading .des {
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: #929292;
}
@media (max-width: 575.98px) {
  .main-heading {
    margin-bottom: 30px;
  }
  .main-heading .title {
    line-height: 60px;
    font-size: 30px;
    margin-bottom: 20px;
  }
  .main-heading .title::before, .main-heading .title::after {
    top: 100%;
    width: 50%;
  }
  .main-heading .title::before {
    left: 0px;
  }
  .main-heading .title::after {
    right: 0px;
  }
}

.main-heading-alt {
  margin-bottom: 45px;
  text-align: center;
}
.main-heading-alt .title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 36px;
  color: #1b1a1a;
  line-height: 55px;
}
.main-heading-alt .des {
  margin: 0px auto;
  font-weight: 400;
  font-size: 20px;
  line-height: 38px;
  color: #000;
  max-width: 100%;
  width: 830px;
}
@media (max-width: 767.98px) {
  .main-heading-alt .title {
    margin-bottom: 20px;
    font-size: 28px;
  }
  .main-heading-alt .des {
    font-size: 17px;
    width: 100%;
  }
}

.main-text-section {
  color: var(--text-color-4);
  text-align: right;
  font-size: 16px;
  margin: 0;
  text-align: start;
  font-weight: 400;
  line-height: 30px;
  /* 166.667% */
  text-transform: capitalize;
}
.main-text-section > * {
  margin-bottom: 2rem;
}

.sec-heading {
  position: relative;
}
.sec-heading .land1 {
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
}
.sec-heading .title {
  font-size: 40px;
  font-weight: 700;
  line-height: 30px;
  text-align: right;
  color: #f65314;
  margin: 50px 0 30px;
}
.sec-heading .sec-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 45px;
  text-align: right;
  color: var(--main-color);
}
.sec-heading .text {
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 37px !important;
  text-align: right !important;
}

.main-title-sections {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  gap: 7px;
  margin-bottom: 35px;
}
.main-title-sections .title-sm {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--main-color);
  font-size: 17px;
  margin-bottom: 0;
}
.main-title-sections .title-sm::before {
  content: "";
  background-color: var(--main-color);
  width: 12px;
  height: 12px;
}
.main-title-sections .title {
  font-weight: 800;
  font-size: 40px;
  line-height: 55px;
  color: #161616;
}
.main-title-sections .title.purple-color {
  color: #252775;
}
.main-title-sections .title.black-2 {
  color: #1b1a1a;
}
.main-title-sections .title.xl {
  font-size: 32px;
}
.main-title-sections .title.xxl {
  font-size: 36px;
}
.main-title-sections .des {
  font-size: 20px;
  font-weight: 400;
  line-height: 37px;
  color: #333333;
  margin-bottom: 0;
}
.main-title-sections .des.black {
  color: #000;
}
.main-title-sections .des.mx-w {
  max-width: 1080px;
  margin-inline: auto;
  text-align: center;
}
.main-title-sections.plan .title {
  font-size: 32px;
}
.main-title-sections.plan .des {
  text-align: center;
}

.customer-title {
  font-weight: 800;
  font-size: 38px;
  line-height: 71.21px;
  text-align: right;
  margin-bottom: 0;
}

.header-section {
  font-family: "Tajawal", sans-serif;
  background-color: var(--dark-blue-color);
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  color: white;
  margin-bottom: 30px;
  position: relative;
  min-height: 180px;
}
.header-section::before {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(23, 56, 108, 0.2196078431), transparent);
  z-index: 2;
}
.header-section .prog-img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: sepia(100%) saturate(500%) hue-rotate(180deg);
  height: 180px;
  opacity: 0.1;
}
.header-section .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  min-height: 178px;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-block: 1rem;
  color: #fff;
}
.header-section .container .btn-header {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background-color: var(--dark-blue-color);
  border: 10px solid white;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  color: white;
  inset-inline-end: 0;
  bottom: -39px;
}
.header-section .container .btn-header .icon {
  width: 18px;
  height: auto;
}

.box-article .date-holder {
  z-index: 100;
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background-color: var(--main-color);
  padding: 9px 20px;
  border-radius: 0px 10px 0px 10px;
  color: #fff;
  font-size: 16px;
}
.box-article .date-holder i,
.box-article .date-holder svg {
  color: #fff;
}
.box-article .date-holder p {
  margin-bottom: 0;
  font-weight: 500;
}
.box-article.show-article {
  transition: 0.3s;
  position: relative;
  border: 1px solid #cfd6d7;
  border-radius: 10px;
  padding: 15px;
}
.box-article.show-article .date-holder {
  position: absolute;
  top: 0;
  right: 0;
  padding: 7px 20px;
  width: -moz-fit-content;
  width: fit-content;
}
.box-article.show-article .img-holder {
  margin-bottom: 10px;
  border-radius: 10px;
}
.box-article.show-article .img-holder .img-article {
  border-radius: 10px;
  transition: transform, 0.3s;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 260px;
}
.box-article.show-article .text-holder .article-title {
  display: block;
  transition: 0.2s;
  color: #3f5c74;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.box-article.show-article .text-holder .article-des {
  font-weight: 600;
  color: #757575;
  font-size: 13px;
  margin-bottom: 0%;
}
.box-article.show-article .category {
  display: block;
  width: 100%;
  color: #757575;
  font-size: 11px;
  font-weight: 500;
  margin-bottom: 10px;
}
.box-article.show-article .share-holder {
  display: flex;
  align-items: center;
  gap: 5px;
}
.box-article.show-article .share-holder .circle {
  cursor: pointer;
  transition: 0.3s;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--main-color);
}
.box-article.show-article .share-holder .circle:hover {
  transform: translateY(-5px);
}
.box-article.show-article .share-holder .circle a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.box-article.show-article .share-holder .circle a i,
.box-article.show-article .share-holder .circle a svg {
  font-size: 17px;
}

.box-side-News {
  background-color: var(--main-color);
  padding: 10px;
  transition: 0.3s;
}
.box-side-News:hover {
  background-color: var(--main-color-dark);
}
.box-side-News .img {
  width: 60px;
  height: 60px;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}
.box-side-News .title {
  color: #fff;
  display: block;
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: bold;
}
.box-side-News .category {
  font-size: 11px;
  color: var(--main-color-dark);
  margin-bottom: 5px;
}
.box-side-News .content {
  color: #fff;
  margin: 0;
  font-size: 13px;
  max-width: 165px;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .box-side-News .content {
    max-width: 117px;
  }
}

.bank-item .title {
  background-color: var(--main-color);
  color: #ffffff;
  font-size: 18px;
  padding: 8px 0;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
.bank-item .imgthumb {
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  padding: 20px;
  text-align: center;
}
.bank-item .imgthumb img {
  max-width: 100%;
  transition: all 0.2s ease-in-out;
}
.bank-item .content {
  background-color: #eeeeee;
  padding: 5px 0;
}
.bank-item .content span {
  background-color: #eeeeee;
  color: #000000;
  display: block;
  font-size: 15px;
  line-height: 1.4;
  padding: 10px;
}
.bank-item .content span:nth-child(2n) {
  background-color: #e4e4e4;
}
.bank-item:hover .title {
  background-color: var(--green-color);
}
.bank-item:hover .imgthumb img {
  transform: scale(1.1);
}

.box-project {
  width: 100%;
  border-radius: 4px;
  background-color: #f2fafd;
  box-shadow: 0 0px 5px 0 rgba(0, 151, 216, 0.3098039216);
}
.box-project .img-holder {
  width: 100%;
  height: 200px;
}
.box-project .img-holder img {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.box-project .content {
  padding: 15px;
  text-align: center;
  border: 1px solid #f4f4f4;
}
.box-project .content .name {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 13px;
  color: #000000;
}
.box-project .content .des {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #9f9f9f;
}

.designTwo {
  background: #17232d;
  padding: 100px;
}

.designThree .box-design .claps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f5f5f5;
  border-radius: 3px;
  color: #898e92;
  font-size: 16px;
  height: 45px;
  line-height: 45px;
  padding: 10px 15px;
  margin: 10px 0;
  transition: 0.3s;
}
.designThree .box-design .claps h3 {
  font-size: 18px;
}
.designThree .box-design .claps .fa-plus {
  background-color: var(--main-color);
  border-radius: 50%;
  padding: 4px;
  border: 2px solid #d1d1d1;
  color: #fff;
  font-size: 12px;
}
.designThree .box-design .claps:hover {
  background-color: var(--main-color);
  color: #fff;
}

.designFour {
  background-color: #e8e8e8;
  padding: 50px 0 100px;
}
.designFour .img-swiper {
  background-color: #fff;
  border-radius: 10px;
  height: 100%;
}

.designFive {
  padding: 50px 0;
}
.designFive .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.designFive .content .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
  margin: 50px 0;
}
.designFive .content .icon .icon-style {
  color: var(--main-color);
  font-size: 70px;
  padding: 10px;
}
@media (max-width: 767.98px) {
  .designFive .content .icon {
    gap: 20px;
  }
  .designFive .content .icon .icon-style {
    font-size: 52px;
  }
}
.designFive .content .btn-style {
  padding: 20px;
  width: 50%;
  background-color: var(--main-color);
  border-radius: 50px;
}
.designFive .content .btn-style a {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
}
@media (max-width: 767.98px) {
  .designFive .content .btn-style {
    width: 100%;
  }
  .designFive .content .btn-style a {
    font-size: 18px;
  }
}

.imgthumb img {
  max-width: 100%;
  transition: all 0.2s ease-in-out;
}

.boxes-options {
  position: relative;
  min-height: 155px;
  width: 100%;
  padding: 25px;
  background: url("../img/blocks-option-bg.png") no-repeat;
  background-size: cover;
  z-index: 1;
  border-radius: 4px;
}
.boxes-options .box {
  background-color: rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  height: 100px;
  padding: 25px;
  gap: 25px;
}
.boxes-options .box .icon {
  width: 50px;
  height: auto;
}
.boxes-options .box .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 5.5px;
}
.boxes-options .box .text .name {
  font-weight: 600;
  font-size: 1.125rem;
}
.boxes-options .box .text span {
  font-size: 1rem;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .boxes-options .box {
    height: auto;
  }
}

.landing-info {
  align-items: center;
}
.landing-info .text {
  position: relative;
  z-index: 1;
}
.landing-info .text .layer {
  z-index: -1;
  position: absolute;
}
.landing-info .text .layer.layer-1 {
  width: 95px;
  height: auto;
  top: -20%;
  right: 289px;
}
.landing-info .text .layer.layer-2 {
  width: 70px;
  height: auto;
  top: -10%;
  right: 408px;
}
.landing-info .text .layer.layer-3 {
  width: 70px;
  height: auto;
  top: -24%;
  right: 433px;
}
.landing-info .text .layer.layer-4 {
  width: 54px;
  height: auto;
  top: calc(100% + 3.2rem);
  right: 64%;
}
.landing-info .text .layer.layer-5 {
  width: 30px;
  height: auto;
  top: calc(100% + 3.2rem);
  left: -14%;
}
.landing-info .text .title-info {
  color: var(--orange-color);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  /* 93.75% */
  margin-bottom: 25px;
  text-transform: capitalize;
}
.landing-info .text .content-info {
  color: var(--text-color-3);
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.landing-info .img-info {
  width: 374px;
  height: auto;
  max-width: 100%;
}

.box-serv-2 {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.box-serv-2 .img {
  width: 60px;
  height: auto;
}
.box-serv-2 .title {
  color: var(--text-color);
  margin-bottom: 6px;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 155.556% */
}
.box-serv-2 .content {
  color: var(--text-color-5);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.box-app .text-content {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.box-app .text-content .title,
.box-app .text-content .des {
  margin-bottom: 0;
  font-weight: 600;
  text-align: start;
}
.box-app .text-content .title {
  font-size: 22px;
  line-height: 67.46px;
  color: #0097d8;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}
.box-app .text-content .title.main-title {
  justify-content: normal;
  font-size: 26px;
  font-weight: 600;
  line-height: 60px;
  gap: 20px;
}
@media (max-width: 991.98px) {
  .box-app .text-content .title.main-title {
    font-size: 24px;
    line-height: 30px;
  }
}
.box-app .text-content .des {
  font-size: 14px;
  line-height: 37.48px;
  color: #7a7575;
}
@media (max-width: 991.98px) {
  .box-app .text-content .des {
    font-size: 12px;
  }
}
.box-app .text-content .icon-holder img {
  width: 93px;
  max-width: 100%;
  height: auto;
}
.box-app .text-content .icon-holder img.main-icon {
  width: 150px;
}
.box-app .img-holder {
  width: 100%;
  height: 100%;
  text-align: end;
}
.box-app .img-holder img {
  width: 491px;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1200px) {
  .box-app .img-holder img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.box-app .img-holder.md img {
  width: 311px;
}
.box-app .row:nth-child(2) .img-holder {
  text-align: start;
}
@media (max-width: 767.98px) {
  .box-app .row {
    flex-direction: column-reverse;
  }
  .box-app .row:nth-child(2) {
    flex-direction: column;
  }
  .box-app .text-content {
    align-items: center !important;
  }
  .box-app .text-content .title,
  .box-app .text-content .des {
    text-align: center;
  }
  .box-app .text-content .img-holder {
    align-self: center;
  }
  .box-app .img-holder {
    text-align: center;
  }
}

.won-app-box {
  position: relative;
}
.won-app-box .text-content {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.won-app-box .text-content .text .title,
.won-app-box .text-content .text .des {
  margin-bottom: 0;
  font-weight: 600;
  text-align: start;
}
.won-app-box .text-content .text .title {
  font-size: 24px;
  line-height: 71.21px;
  color: #f65314;
}
.won-app-box .text-content .text .des {
  font-size: 18px;
  line-height: 37.48px;
  color: #000000;
}
.won-app-box .text-content .text {
  margin-bottom: 10px;
}
.won-app-box .text-content .list {
  padding: 0;
}
.won-app-box .text-content .list .item-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.won-app-box .text-content .list .item-list:not(:last-child) {
  margin-bottom: 15px;
}
.won-app-box .text-content .list .item-list img {
  width: 32px;
  height: auto;
}
.won-app-box .text-content .list .item-list .text {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 33.73px;
  color: #151b28;
}
@media (max-width: 991.98px) {
  .won-app-box .text-content {
    align-items: center;
  }
  .won-app-box .text-content .text {
    margin-bottom: 15px;
  }
  .won-app-box .text-content .text .title,
  .won-app-box .text-content .text .des {
    text-align: center;
  }
  .won-app-box .text-content .list .item-list {
    flex-direction: column;
    gap: 5px;
  }
  .won-app-box .text-content .list .item-list:not(:last-child) {
    margin-bottom: 25px;
  }
  .won-app-box .text-content .list .item-list .text {
    text-align: center;
  }
}
.won-app-box .img-holder {
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.won-app-box .img-holder img {
  width: 580px;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1200px) {
  .won-app-box .img-holder img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 476px;
  }
}
.won-app-box .circle-group-right,
.won-app-box .circle-group-center,
.won-app-box .circle-single-center {
  position: absolute;
}
.won-app-box .circle-group-right .cr,
.won-app-box .circle-group-center .cr,
.won-app-box .circle-single-center .cr {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  position: absolute;
}
.won-app-box .circle-group-right {
  top: 20px;
  right: 20px;
}
.won-app-box .circle-group-right .cr.cr-1 {
  top: -85px;
  right: -45px;
}
.won-app-box .circle-group-right .cr.cr-2 {
  right: 120px;
  top: -95px;
}
.won-app-box .circle-group-right .cr.cr-3 {
  bottom: -80px;
  left: 4px;
}
.won-app-box .circle-group-center {
  top: 60px;
  right: 46%;
}
.won-app-box .circle-group-center .cr.cr-5 {
  top: -13px;
  right: -24px;
}
.won-app-box .circle-single-center {
  top: 64%;
  right: 31%;
}
.won-app-box .circle-single-center .cr.cr-6 {
  top: 0px;
  right: 0px;
}
@media (max-width: 767.98px) {
  .won-app-box .circle-group-right {
    top: 150px;
    right: 30px;
  }
  .won-app-box .circle-group-center {
    top: 414px;
    right: 77%;
  }
  .won-app-box .circle-single-center {
    top: 38%;
  }
}

.bg-layer-spot {
  position: relative;
  z-index: 1;
}
.bg-layer-spot::before {
  content: "";
  content: "";
  z-index: -1;
  background-image: url(../img/spot.svg);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  max-width: 100%;
  top: 73%;
  width: 700px;
  height: 285px;
}

.box-tree-data {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin-top: 59px;
  gap: 50px;
  border-top: 2px var(--blue-color) solid;
  position: relative;
}
.box-tree-data::before {
  content: "";
  position: absolute;
  background-color: var(--blue-color);
  width: 2px;
  height: 59px;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.box-tree-data .item-box {
  max-width: 440px;
  position: relative;
  margin-top: -2px;
  padding-top: 82px;
}
.box-tree-data .item-box:last-of-type {
  background-image: linear-gradient(to left, transparent 50%, white 50%);
}
.box-tree-data .item-box:first-of-type {
  background-image: linear-gradient(to left, white 50%, transparent 50%);
}
.box-tree-data .item-box::before {
  content: "";
  position: absolute;
  background-color: var(--orange-color);
  width: 2px;
  height: 59px;
  bottom: calc(100% - 59px);
  left: 50%;
  transform: translateX(-50%);
}
.box-tree-data .item-box::after {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  bottom: calc(100% - 59px - 7px);
  left: 50%;
  transform: translateX(-50%);
  font-size: 19px;
  line-height: normal;
  color: var(--orange-color);
}
.box-tree-data .item-box .title-box {
  color: var(--orange-color);
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  max-width: 266px;
  margin: 0 auto 12px;
}
.box-tree-data .item-box .content-box {
  color: var(--text-color-4);
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  line-height: normal;
}
.box-tree-data .item-box .img-box {
  width: 102px;
  margin: 0 auto;
  height: auto;
}
@media (max-width: 767.98px) {
  .box-tree-data {
    gap: 0.4rem;
  }
  .box-tree-data .item-box {
    margin-top: -3px;
  }
  .box-tree-data .item-box .title-box {
    font-size: 16px;
  }
  .box-tree-data .item-box .content-box {
    font-size: 13px;
  }
  .box-tree-data .item-box.img {
    display: none;
  }
}

.main-accordion {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.main-accordion .accordion-item {
  border-radius: 6px 6px 0px 0px !important;
  overflow: auto !important;
  border: 0.5px solid var(--border-color) !important;
}
.main-accordion .accordion-item .accordion-button {
  padding: 13px 18px !important;
  color: var(--text-color);
  box-shadow: none !important;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}
.main-accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: var(--orange-light-color) !important;
}
.main-accordion .accordion-item .accordion-button::after {
  content: "+";
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
  color: var(--text-color-4) !important;
  font-size: 21px !important;
  width: auto !important;
  height: auto !important;
  background-image: none !important;
}

.box-head-page .content-text {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.box-head-page .content-text .title {
  color: var(--main-color);
  font-size: 45px;
  font-weight: 700;
  line-height: 1.5em;
}
@media (max-width: 767.98px) {
  .box-head-page .content-text .title {
    font-size: 32px;
  }
}
.box-head-page .content-text .des {
  font-size: 18px;
  line-height: 1.5em;
  color: #65798c;
}
.box-head-page .img-holder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-head-page .img-holder img {
  width: 400px;
  max-width: 100%;
}
.box-head-page.inServer-page .content-text .title {
  font-size: 20px;
  line-height: 37.48px;
  font-weight: 700;
  text-align: right;
  color: #f65314;
}
.box-head-page.inServer-page .content-text .des {
  font-size: 20px;
  line-height: 37.48px;
  font-weight: 400;
  text-align: right;
  letter-spacing: -0.1px;
  color: #969696;
}
.box-head-page.inServer-page .content-text .footer-des {
  font-size: 18px;
  line-height: 40px;
  font-weight: 600;
  text-align: right;
  letter-spacing: -0.1px;
  color: #0097d8;
}
.box-head-page.inServer-page .content-text .footer-des span {
  color: #01070a;
}
.box-head-page.inServer-page .img-holder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-head-page.inServer-page .img-holder img {
  width: 442px;
  height: 282px;
  max-width: 100%;
}
.box-head-page.inServer-page.inServer-bottom .title {
  font-weight: 600;
  margin-bottom: 6px;
}
.box-head-page.inServer-page.inServer-bottom .des {
  font-weight: 600;
  color: #4a4a4a;
  margin-bottom: 6px;
}
.box-head-page.inServer-page.inServer-bottom .footer-des {
  font-weight: 400;
  font-size: 18px;
  line-height: 33.73px;
  color: #4a4a4a;
}
.box-head-page.inServer-page.inServer-bottom .img-holder img {
  width: 368px;
  height: 252px;
}

.boxes-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  gap: 16px;
}
.boxes-gallery .box {
  position: relative;
  height: 250px;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.3s;
  overflow: hidden;
  box-shadow: 0 2px 9px 0 rgb(211, 211, 211);
}
.boxes-gallery .box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.boxes-gallery .box .caption {
  position: absolute;
  padding: 13px;
  width: 100%;
  background: rgba(15, 18, 22, 0.45);
  backdrop-filter: blur(10px);
  left: 0;
  bottom: -100%;
  transition: 0.3s;
  color: var(--white-color);
  font-size: 16px;
}
.boxes-gallery .box:hover .img {
  transform: rotate(3deg) scale(1.1);
}
.boxes-gallery .box:hover .caption {
  bottom: 0px;
}

.box-work {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.box-work .img-holder {
  position: relative;
  width: 100%;
  height: 200px;
  margin-bottom: 15px;
}
.box-work .img-holder img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.box-work .img-holder::before {
  content: "+";
  position: absolute;
  top: 5%;
  left: 5%;
  transform: scale(0);
  width: 90%;
  height: 90%;
  line-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 95px;
  color: var(--white-color);
  background-color: rgba(0, 151, 216, 0.8117647059);
  opacity: 0;
  transform-origin: center;
  transition: opacity, transform, 300ms;
}
.box-work .name {
  margin-bottom: 0;
  color: var(--white-color);
  font-size: 16px;
  transition: color 300ms;
}
.box-work:hover .img-holder::before {
  opacity: 1;
  transform: scale(1);
}
.box-work:hover .name {
  color: var(--main-color);
}

.text-box {
  text-align: center;
}
.text-box .title {
  color: #293242;
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 17px;
}
.text-box .des {
  color: #293242;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 15px;
}
.text-box .bar-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.text-box .bar-icon .icon {
  background-color: var(--main-color);
  border-radius: 15px;
  color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  line-height: 50px;
  width: 50px;
}
.text-box .bar-icon .icon i,
.text-box .bar-icon .icon svg {
  font-size: 29px;
}

.box-fet {
  color: var(--white-color);
  width: 80%;
}
.box-fet .title {
  font-size: 18px;
  margin-bottom: 15px;
}
.box-fet .des-content {
  position: relative;
  display: block;
  padding: 15px;
  border-radius: 4px;
  background-color: #17232d;
  transition: 300ms;
}
.box-fet .des-content .des {
  margin-bottom: 0;
}
.box-fet .des-content::before {
  content: "";
  position: absolute;
  right: 100%;
  bottom: 30%;
  width: 93px;
  height: 21px;
  background: rgba(0, 0, 0, 0) url("../img/border1.png") no-repeat scroll 0 bottom;
}
.box-fet:hover .des-content {
  background-color: var(--main-color);
}
.box-fet:hover .des-content::before {
  background-position: 0 top;
}
.box-fet.to-left {
  margin-right: auto;
}
.box-fet.to-left .des-content::before {
  right: auto;
  left: 100%;
}
@media (max-width: 767.98px) {
  .box-fet {
    width: 100%;
  }
  .box-fet .des-content::before {
    right: -18%;
  }
  .box-fet.to-left {
    margin-right: unset;
  }
}

.box-type {
  padding: 15px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: var(--main-color);
}
.box-type .icon-holder {
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--main-color);
  border-radius: 15px;
  line-height: 80px;
  margin-bottom: 20px;
}
.box-type .icon-holder i,
.box-type .icon-holder svg {
  font-size: 40px;
}
.box-type .name {
  color: #293242;
  font-size: 15px;
  font-weight: bold;
}
.box-type .des {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 0;
}

.box-category .swiper-category {
  transition: 0.3s;
  width: 100%;
  display: block;
  height: 190px;
  position: relative;
  margin-bottom: 0;
}
.box-category .swiper-category .swiper-wrapper .swiper-slide .img-holder {
  width: 100%;
  height: 100%;
}
.box-category .swiper-category .swiper-wrapper .swiper-slide .img-holder .category-img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.box-category .swiper-category .btn-direction {
  transition: 0.3s;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5294117647);
  border-radius: 10px;
}
.box-category .swiper-category .btn-direction::after {
  font-size: 15px;
  color: var(--white-color);
}
.box-category .swiper-category:hover .btn-direction {
  opacity: 1;
}
.box-category .box-text {
  position: relative;
  background-color: white;
  padding: 0.7rem;
  box-shadow: 0 2px 2px 0 rgba(102, 102, 102, 0.18);
  border-radius: 0px 0px 5px 5px;
}
.box-category .box-text .title {
  background-color: rgba(60, 149, 188, 0.7411764706);
  width: 100%;
  text-align: center;
  font-size: 16px;
  display: block;
  color: white;
  padding: 0.3rem;
  z-index: 5;
  position: absolute;
  bottom: 100%;
  right: 0;
  transition: 0.3s;
}
.box-category .box-text .category {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
  color: #5c5e61;
  transition: 0.3s;
  width: -moz-fit-content;
  width: fit-content;
}
.box-category .box-text .category:hover {
  text-decoration: underline;
}
.box-category .box-text .star-bar {
  margin-bottom: 2px;
}
.box-category .box-text .price {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 17px;
  color: #868585;
}

.box-package {
  background-color: var(--white-color);
  padding: 45px 30px 45px 30px;
  transition: background-color 0.3s;
  border-radius: 10px;
  box-shadow: 0 1px 18px 0 #eee;
}
.box-package .icon-holder {
  transition: box-shadow 0.3s;
  box-shadow: 0 1px 5px 0 #dbdbdb;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 73px;
  height: 73px;
  margin: 0px auto 20px auto;
}
.box-package .icon-holder .badge-plan {
  transition: background-color, color 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  left: -3px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  color: var(--white-color);
  font-size: 14px;
  font-weight: 700;
  background-color: var(--main-color);
}
.box-package .icon-holder img {
  width: 35px;
}
.box-package .header {
  margin-bottom: 35px;
  color: #191d23;
  transition: color 0.3s;
}
.box-package .header .title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 0px;
}
.box-package .header .title span {
  margin-right: 3px;
}
.box-package .fet {
  padding-right: 0;
  margin-bottom: 35px;
  list-style: none;
}
.box-package .fet li {
  text-align: center;
}
.box-package .fet li:not(:last-child) {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #dde9ff;
}
.box-package .fet li p {
  transition: color 0.3s;
  margin-bottom: 0;
  font-weight: 500;
  overflow-wrap: break-word;
  font-size: 14px;
  color: #253b5a;
}
.box-package .price {
  transition: color 0.3s;
  text-align: center;
  color: var(--main-color);
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5em;
}
.box-package .price small {
  font-size: 14px;
}
.box-package .price span {
  margin-right: 3px;
}
.box-package .btn-order {
  transition: border 0.3s;
  width: 100%;
  padding: 10px 20px;
  display: block;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 700;
  background-color: transparent;
  border: 1px solid var(--main-color);
  position: relative;
  transition: 300ms;
  z-index: 1;
  color: var(--white-color);
}
.box-package .btn-order i,
.box-package .btn-order svg {
  margin-right: 5px;
}
.box-package .btn-order::before, .box-package .btn-order::after {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  transition: background-color, width 0.3s;
  background-color: var(--main-color);
  z-index: -1;
}
.box-package .btn-order::after {
  right: 0;
}
.box-package .btn-order::before {
  left: 0;
}
.box-package .btn-order:hover::after, .box-package .btn-order:hover::before {
  width: 0%;
}
.box-package:hover, .box-package.active {
  background-color: var(--main-color);
}
.box-package:hover .icon-holder, .box-package.active .icon-holder {
  box-shadow: 0 1px 6px 0 rgba(26, 26, 26, 0.26);
}
.box-package:hover .icon-holder .badge-plan, .box-package.active .icon-holder .badge-plan {
  color: var(--main-color);
  background-color: var(--white-color);
}
.box-package:hover .icon-holder img, .box-package.active .icon-holder img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(15%) saturate(2776%) hue-rotate(183deg) brightness(110%) contrast(100%);
}
.box-package:hover .header .title, .box-package.active .header .title {
  color: var(--white-color);
}
.box-package:hover .fet li p, .box-package.active .fet li p {
  color: var(--white-color);
}
.box-package:hover .price, .box-package.active .price {
  color: var(--white-color);
}
.box-package:hover .btn-order, .box-package.active .btn-order {
  border-color: #028ac5;
  border-width: 1px;
}
.box-package:hover .btn-order::before, .box-package:hover .btn-order::after, .box-package.active .btn-order::before, .box-package.active .btn-order::after {
  background-color: #028ac5;
}

.box-price {
  padding: 10px 0px 0px;
  background: linear-gradient(to bottom, var(--main-color) 150px, white 150px);
  border-radius: 6px;
  box-shadow: 0 0 8px 0 rgba(10, 116, 243, 0.25);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}
.box-price .top-holder .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 44.98px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 7px !important;
}
.box-price .top-holder .title-sm {
  font-weight: 400;
  font-size: 18px;
  line-height: 21.6px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 15px !important;
}
.box-price .top-holder .price {
  text-align: center;
  border: 5px solid #ffffff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: white;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  background-color: #f65314;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 15px auto 30px;
}
.box-price .top-holder .price span {
  font-weight: 500;
  font-size: 14px;
  line-height: 29.98px;
  display: block;
}
.box-price .top-holder .price span.num {
  font-weight: 700;
  font-size: 48px;
  line-height: 57.6px;
}
.box-price .top-holder .price span:last-child {
  line-height: 26.24px;
}
.box-price .top-holder .main-heading {
  margin-bottom: 18px;
}
.box-price .top-holder .main-heading .title {
  color: var(--main-color);
  font-weight: 600;
  font-size: 16px;
  line-height: 29.98px;
  text-align: center;
}
.box-price .top-holder .main-heading .title::before, .box-price .top-holder .main-heading .title::after {
  width: 44px;
  height: 2px;
}
.box-price .top-holder .main-heading .title::before {
  left: -60px;
}
.box-price .top-holder .main-heading .title::after {
  right: -60px;
}
.box-price .top-holder .list {
  padding: 0;
  margin: 0;
  list-style-position: inside;
}
.box-price .top-holder .list .list-item {
  font-size: 14px;
  line-height: 26.24px;
  text-align: right;
  padding: 7px 12px;
  color: #212121;
}
.box-price .top-holder .list .list-item:nth-child(odd) {
  background-color: #f5f5f5;
}
.box-price .top-holder .list .list-item:nth-child(even) {
  background-color: white;
}
.box-price .btn-holder {
  margin-top: 35px;
  border-top: 1px solid #dddddd;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 10px;
}
.box-price .btn-holder .btn-box {
  width: 489px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f65314;
  border-radius: 50px;
  font-weight: 600;
  font-size: 20px;
  line-height: 37.48px;
  text-align: center;
  color: #f65314;
  transition: 0.3s;
}
.box-price .btn-holder .btn-box:hover {
  background-color: #f65314;
  color: #fff;
}

.box-feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 270px;
  border-radius: 14px;
  background-color: #fff;
  padding: 16px;
}
.box-feature .img-holder {
  width: 100%;
  height: 100px;
  text-align: center;
}
.box-feature .img-holder img {
  height: auto;
}
.box-feature .name {
  font-weight: 600;
  font-size: 20px;
  line-height: 37.48px;
  color: #2f2c4a;
  margin-bottom: 0;
  text-align: center;
}
.box-feature .des {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 26.24px;
  text-align: center;
  color: #2f2c4a;
}

.box-image {
  position: relative;
  max-width: 480px;
  margin-top: 20px;
}
.box-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.box-image .bg-image {
  position: absolute;
  z-index: -1;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
}
.app-section {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
@media (max-width: 991.98px) {
  .app-section {
    flex-direction: column;
  }
}
.app-section .app-sidebar {
  transition: 300ms;
  overflow: hidden;
  width: 230px;
  background-color: white;
  border-radius: 10px;
  border: 1px solid #fd6c4d;
  position: sticky;
  top: 10px;
}
.app-section .app-sidebar .title-side {
  background-color: #fd6c4d;
  color: white;
  padding: 0.6rem 1rem;
  text-align: center;
  font-size: 18px;
  margin-block-end: 1rem;
}
.app-section .app-sidebar .btn-close-side {
  font-size: 20px;
  background-color: #fd6c4d;
  margin-inline: 1rem 0;
  margin-block: 1rem 0.4rem;
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  color: white;
  display: none;
}
.app-section .app-sidebar > .list-sidebar {
  height: calc(100vh - 40.78px - 1rem - 20px);
  overflow-y: auto;
}
.app-section .app-sidebar .list-sidebar {
  list-style: none;
  padding: 0.5rem 0;
  margin: 0;
}
.app-section .app-sidebar .list-sidebar .item .link-item {
  background-color: transparent;
  padding: 0.5rem 1rem;
  width: 100%;
  display: block;
  font-size: 16px;
  text-align: start;
  display: flex;
  gap: 5px;
}
.app-section .app-sidebar .list-sidebar .item .link-item.active {
  color: #fd6c4d !important;
}
.app-section .app-sidebar .list-sidebar .item .link-item[data-bs-toggle=collapse]::after {
  margin-inline-start: auto;
  content: "\f078";
  font: var(--fa-font-solid);
  display: block;
  transition: 300ms;
}
.app-section .app-sidebar .list-sidebar .item .link-item[aria-expanded=true]::after {
  transform: rotateX(180deg);
}
.app-section .app-sidebar .list-sidebar .item:not(:last-of-type) .link-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1098039216);
}
.app-section .app-sidebar .collapse .list-sidebar,
.app-section .app-sidebar .collapsing .list-sidebar {
  padding: 0;
}
.app-section .app-sidebar .collapse .list-sidebar .link-item,
.app-section .app-sidebar .collapsing .list-sidebar .link-item {
  font-size: 14px;
  padding-inline-start: 1.5rem;
}
.app-section .app-sidebar.active {
  inset-inline-start: 0;
}
@media (max-width: 991.98px) {
  .app-section .app-sidebar {
    position: fixed;
    max-width: 100%;
    z-index: 10;
    inset-inline-start: -230px;
    border-radius: 0;
    top: 0;
  }
  .app-section .app-sidebar .btn-close-side {
    display: flex;
  }
  .app-section .app-sidebar > .list-sidebar {
    height: calc(100vh - 40.78px - 1rem);
  }
}
.app-section .app-content {
  flex: 1;
}
.app-section .app-content .btn-open-side {
  font-size: 25px;
  background-color: #fd6c4d;
  padding: 0.35rem 0.7rem;
  margin-bottom: 1rem;
  border-radius: 4px;
  color: white;
  display: none;
}
@media (max-width: 991.98px) {
  .app-section .app-content {
    width: 100%;
  }
  .app-section .app-content .btn-open-side {
    display: flex;
  }
}

.box-youtube {
  display: block;
}
.box-youtube iframe {
  pointer-events: none;
  width: 100%;
  height: 220px;
}

.caption-holder {
  text-align: center;
  width: 100%;
  background-color: #223947;
  color: #fff;
  padding: 11px;
}

.details-box {
  box-shadow: 0 0 10px rgba(221, 221, 221, 0.5);
  border: 1px solid #ddd;
}
.details-box h6 {
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  font-weight: 700 !important;
  color: var(--main-color);
}
.details-box p {
  font-size: 14px;
  color: #929292;
}

.box-feat {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  min-height: 250px;
  padding: 35px 25px;
  border-radius: 15px;
  border: 1px solid #eaeaea;
  background-color: #fff;
}
.box-feat .icon-holder {
  margin-bottom: 18px;
}
.box-feat .icon-holder img {
  width: 55px;
  height: auto;
  max-width: 100%;
}
.box-feat .title {
  font-weight: 600;
  font-size: 19px;
  line-height: 37.2px;
  text-align: right;
  margin-bottom: 15px;
}
.box-feat .des {
  font-weight: 400;
  font-size: 18px;
  line-height: 37.2px;
  text-align: right;
  color: #939393;
  margin-bottom: 0;
}

.box-feat-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: flex-start;
  height: 100%;
  padding: 35px 25px;
  transition: 300ms;
  border-radius: 2px;
  border: 1px solid #e5e5e5;
  background-color: transparent;
}
.box-feat-2 .icon-holder {
  transition: 300ms;
  margin-bottom: 1rem;
}
.box-feat-2 .icon-holder img {
  width: 55px;
  height: auto;
}
.box-feat-2 .title {
  transition: 300ms;
  font-size: 20px;
  font-weight: 700;
  line-height: 37px;
  color: #000000;
  margin-bottom: 0.8rem;
}
.box-feat-2 .des {
  transition: 300ms;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 0;
}
.box-feat-2.hover:hover {
  background-color: var(--main-color);
  border-color: var(--main-color);
}
.box-feat-2.hover:hover .icon-holder {
  background-color: #f6f6f6;
}
.box-feat-2.hover:hover .title,
.box-feat-2.hover:hover .des {
  color: white;
}

.box-feat-white {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: flex-start;
  height: 100%;
  padding: 35px 25px;
  transition: 300ms;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.box-feat-white .icon-holder {
  transition: 300ms;
  margin-bottom: 0.5rem;
}
.box-feat-white .icon-holder img {
  width: 55px;
  height: auto;
}
.box-feat-white .icon-holder svg,
.box-feat-white .icon-holder i {
  color: #252775;
  font-size: 50px;
}
.box-feat-white .title {
  transition: 300ms;
  font-size: 20px;
  font-weight: 700;
  line-height: 37px;
  color: #000000;
  margin-bottom: 0.8rem;
}
.box-feat-white .des {
  transition: 300ms;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 0;
}
.box-feat-white.hover:hover {
  background-color: var(--main-color);
  border-color: var(--main-color);
}
.box-feat-white.hover:hover .icon-holder {
  background-color: #f6f6f6;
}
.box-feat-white.hover:hover .title,
.box-feat-white.hover:hover .des {
  color: white;
}

.box-feat-3 {
  display: flex;
  align-items: start;
  gap: 0.5rem;
  box-shadow: 0px 0px 30px 0px rgba(107, 107, 107, 0.1019607843);
  height: 100%;
  padding: 1rem;
  border: 1px solid #e5e5e5;
  background-color: white;
}
.box-feat-3 .icon-holder img {
  width: 35px;
  height: auto;
}
.box-feat-3 .icon-holder svg,
.box-feat-3 .icon-holder i {
  color: #fcc424;
  font-size: 35px;
}
.box-feat-3 .text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.box-feat-3 .text .title {
  font-size: 15px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 0.5rem;
}
.box-feat-3 .text .des {
  font-weight: 400;
  font-size: 13px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 0;
}

.box-review {
  background-color: #fff;
  min-height: 250px;
  width: 100%;
  padding: 20px;
  border-radius: 38.73px;
  box-shadow: 0px 0px 13.8333330154px 0px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 15px;
}
.box-review .icon-holder img {
  width: 70px;
  height: auto;
  max-width: 100%;
}
.box-review .text {
  font-weight: 400;
  font-size: 17px;
  line-height: 37.2px;
  text-align: Right;
  margin-bottom: 10px;
}
.box-review .bar-star {
  display: flex;
  align-items: center;
  justify-items: flex-start;
  gap: 5px;
}
.box-review .bar-custmoer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.box-review .bar-custmoer .img-holder {
  width: 56px;
  height: 56px;
  border-radius: 50%;
}
.box-review .bar-custmoer .img-holder img {
  width: 100%;
  height: 100%;
}
.box-review .bar-custmoer .name {
  font-weight: 500;
  font-size: 19px;
  line-height: 39.84px;
  text-align: Right;
  margin-bottom: 0;
}

.partner-box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 13px;
  border: 1px solid rgba(0, 0, 0, 0.1411764706);
  border-radius: 10px;
  background-color: #fff;
}
.partner-box img {
  width: 70%;
  max-width: 100%;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}

.box-plan {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 35px 25px;
  border-radius: 15px;
  border: 1px solid #eaeaea;
  background-color: #fff;
  min-height: 320px;
}
.box-plan .icon-holder img {
  width: 100px;
  height: auto;
  max-width: 100%;
}
.box-plan .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 37.2px;
  text-align: right;
  margin-bottom: 15px;
}
.box-plan .des {
  font-weight: 400;
  font-size: 14px;
  line-height: 30.2px;
  text-align: right;
  color: #939393;
  margin-bottom: 0;
  text-align: center;
}

.box-solving {
  display: flex;
  align-items: start;
  height: 100%;
  gap: 5px;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #eaeaea;
  background-color: #fff;
  box-shadow: 0 0 10px #ddd;
}
.box-solving .icon-holder img {
  width: 100px;
  height: auto;
  max-width: 100%;
}
.box-solving .title {
  font-weight: 700;
  font-size: 16px;
  line-height: 37.2px;
  text-align: right;
  margin-bottom: 5px;
}
.box-solving .des {
  font-weight: 400;
  font-size: 12px;
  line-height: 23.2px;
  text-align: right;
  color: #939393;
  margin-bottom: 0;
  text-align: start;
}

.iframe-video {
  width: 100%;
  height: 500px;
}

.section-contact-invoice .text .title {
  color: #252775;
}
.section-contact-invoice .text h4 {
  font-size: 28px;
  font-weight: 700;
  line-height: 60px;
}
.section-contact-invoice .text h6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 37px;
}
.section-contact-invoice .text p {
  font-size: 18px;
  font-weight: 400;
  line-height: 37px;
}
.section-contact-invoice .box-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
.section-contact-invoice .box-info .item {
  padding: 8px 50px;
  border-radius: 8px;
  color: #fff;
}
.section-contact-invoice .box-info .item .title {
  color: #fbbc04;
}
.section-contact-invoice .box-info .item h6 {
  margin-bottom: 0;
  font-size: 16px;
}
.section-contact-invoice .box-info .item span {
  font-size: 16px;
  font-weight: 400;
  line-height: 37px;
  letter-spacing: 0.19em;
  display: flex;
  align-items: center;
}
.section-contact-invoice .box-info .item span .icon {
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 3px;
  font-size: 12px;
  margin-inline-end: 10px;
}
.section-contact-invoice .box-info .item.blue {
  background-color: #252775;
}
.section-contact-invoice .box-info .item.green {
  background-color: #19b000;
}
.section-contact-invoice .form-holder .inp-holder {
  margin: 16px 0;
}
.section-contact-invoice .form-holder .inp-holder .inp {
  border: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  font-size: 14px;
}
.section-contact-invoice .btn-submit {
  padding: 8px 64px;
  color: #fff;
  background-color: #252775;
  border-radius: 8px;
}

.main-intro img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 400px;
}
.main-intro {
  margin-bottom: 20px;
}

.box-article-2 .holder-category {
  transition: 0.3s;
  width: 100%;
  display: block;
  height: 190px;
  position: relative;
  margin-bottom: 0;
}
.box-article-2 .holder-category .img-holder {
  width: 100%;
  height: 100%;
}
.box-article-2 .holder-category .img-holder .category-img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.box-article-2 .holder-category .title {
  background-color: rgba(60, 149, 188, 0.7411764706);
  width: 100%;
  text-align: center;
  font-size: 14px;
  display: block;
  color: white;
  padding: 0.3rem;
  z-index: 5;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: 0.3s;
}
.box-article-2 .holder-category .title.green {
  background-color: hsla(144, 85%, 46%, 0.741);
}
.box-article-2 .box-text {
  position: relative;
  background-color: white;
  padding: 0.7rem;
  box-shadow: 0 2px 2px 0 rgba(102, 102, 102, 0.18);
  border-radius: 0px 0px 5px 5px;
}
.box-article-2 .box-text .category {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
  color: #5c5e61;
  transition: 0.3s;
  width: -moz-fit-content;
  width: fit-content;
}
.box-article-2 .box-text .category:hover {
  text-decoration: underline;
}

.app-tabs {
  display: flex;
  flex-direction: column;
}
.app-tabs .main-tabs {
  border: 0;
}
.app-tabs .main-tabs .nav-link {
  background-color: #f7f7fc;
  color: black;
  font-size: 14px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 16px;
  border-radius: 25px 25px 0 0;
  font-weight: 700;
  flex: 1;
}
.app-tabs .main-tabs .nav-link.active {
  background-color: #eeeef7;
}
.app-tabs .main-tabs .nav-link svg,
.app-tabs .main-tabs .nav-link i {
  font-size: 20px;
  color: var(--main-color);
}
.app-tabs .main-tabs .nav-link svg.green,
.app-tabs .main-tabs .nav-link i.green {
  color: var(--green-color);
}
.app-tabs .main-tabs .nav-link svg.blue,
.app-tabs .main-tabs .nav-link i.blue {
  color: #183a56;
}
.app-tabs .main-tabs .nav-link svg.yellwo,
.app-tabs .main-tabs .nav-link i.yellwo {
  color: var(--yellow-color);
}
.app-tabs .main-tabs .nav-link svg.orange,
.app-tabs .main-tabs .nav-link i.orange {
  color: var(--orange-color);
}
.app-tabs .main-tabs .nav-link .img {
  width: 30px;
  height: auto;
}
.app-tabs .main-content-tabs {
  background-color: #eeeef7;
  border-radius: 0 0 15px 15px;
  padding: 10px;
  position: relative;
  min-height: 80px;
}
.app-tabs .main-content-tabs .block-badge {
  background-color: var(--main-color);
  color: white;
  font-size: 14px;
  border-radius: 50px;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  padding: 18px 20px;
}
.app-tabs .main-content-tabs .block-badge.position {
  position: absolute;
  top: 10px;
  bottom: auto;
  left: auto;
  right: 10px;
}
@media (max-width: 991.98px) {
  .app-tabs {
    flex-direction: row;
  }
  .app-tabs nav {
    max-width: 20%;
  }
  .app-tabs nav .main-tabs {
    flex-direction: column;
    gap: 5px;
  }
  .app-tabs nav .main-tabs .nav-link {
    padding: 6px;
    font-size: 14px;
    border-radius: 0 25px 25px 0;
    flex-direction: column;
  }
  .app-tabs .main-content-tabs {
    flex: 1;
    border-radius: 15px 0 0 15px;
    max-width: 80%;
  }
}

.box-plan-packages {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.box-plan-packages .item {
  width: 170px;
  height: 160px;
  background-color: #fff;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 10px;
  transition: all 0.2s;
  box-shadow: 2px 2px 12px rgba(31, 46, 84, 0.15);
}
.box-plan-packages .item:hover {
  transform: scale(1.15);
  box-shadow: 2px 5px 20px rgba(31, 46, 84, 0.15);
  background-color: rgba(0, 151, 216, 0.05);
  z-index: 3;
}
.box-plan-packages .item .icon {
  width: 60px;
  height: auto;
  color: var(--green-color);
}
.box-plan-packages .item .text {
  font-size: 15px;
  line-height: 22px;
  white-space: wrap;
  color: #000;
  font-weight: bold;
}
.box-plan-packages .item.item-center {
  width: 300px;
  height: 180px;
}
.box-plan-packages .item.item-center .text {
  font-size: 17px;
}
.box-plan-packages .item.item-center .icon {
  width: 80px;
}
.box-plan-packages .item.item-end {
  width: 170px;
  height: 130px;
}
.box-plan-packages .item.item-end .text {
  font-size: 17px;
}
.box-plan-packages .item.item-end .icon {
  width: 40px;
}
.box-plan-packages .item.item-end:nth-of-type(2) {
  margin-inline-end: 86px;
}
.box-plan-packages .column-box {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.box-plan-packages .column-box.column-center {
  justify-content: center;
  gap: 10px;
}
.box-plan-packages .column-box.column-arrows {
  justify-content: space-around;
  align-self: stretch;
}
.box-plan-packages .column-box.column-end {
  gap: 10px;
}
.box-plan-packages .column-box .arrow {
  color: var(--main-color);
  font-size: 45px;
}
.box-plan-packages .column-box .arrow.arrow-top {
  transform: rotateZ(90deg) rotateY(180deg);
}
.box-plan-packages .column-box .arrow.arrow-bottom {
  transform: rotateZ(90deg);
}
.box-plan-packages .column-box .block-info-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.box-plan-packages .column-box .block-info-arrow .text {
  font-weight: 700;
  line-height: 44px;
  font-size: 19px;
  color: var(--orange-color);
}
.box-plan-packages .column-box .block-info-arrow .text:nth-of-type(2) {
  color: var(--green-color);
}
.box-plan-packages .column-box .block-info-arrow .text:nth-of-type(3) {
  color: var(--yellow-color);
}
.box-plan-packages .column-box .block-info-arrow .arrow-block {
  color: var(--main-color);
  font-size: 20px;
}
@media (max-width: 991.98px) {
  .box-plan-packages {
    flex-direction: column;
    margin-top: 75px;
    gap: 16px;
  }
  .box-plan-packages .column-box > .arrow {
    display: none;
  }
  .box-plan-packages .column-box .item {
    margin-inline-end: 0 !important;
    max-width: 90%;
  }
}

.box-packages {
  --color-packages: var(--main-color);
  display: flex;
  align-items: center;
  height: 100%;
  gap: 10px;
  flex-direction: column;
}
.box-packages.green {
  --color-packages: var(--green-color);
}
.box-packages.orange {
  --color-packages: var(--orange-color);
}
.box-packages.yellow {
  --color-packages: var(--yellow-color);
}
.box-packages.blue {
  --color-packages: #183a56;
}
.box-packages.purple {
  --color-packages: #a569d4;
}
.box-packages.green-dark {
  --color-packages: #39a86c;
}
.box-packages.orange-light {
  --color-packages: #fd9f3d;
}
.box-packages.yellow-light {
  --color-packages: #ceca34;
}
.box-packages.google-1 {
  --color-packages: #1e88e5;
}
.box-packages.google-2 {
  --color-packages: #f9ab00;
}
.box-packages.google-3 {
  --color-packages: #ff0000;
}
.box-packages.google-4 {
  --color-packages: #318c07;
}
.box-packages.google-5 {
  --color-packages: #3f51b5;
}
.box-packages.insta {
  --color-packages: #c13584;
}
.box-packages.snap {
  --color-packages: black;
}
.box-packages .badge-box {
  background-color: var(--color-packages);
  padding: 0.5rem 1rem;
  color: white;
  font-size: 18px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 20px 1px 20px 1px;
}
.box-packages .content {
  flex: 1;
  align-self: stretch;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 10px;
  box-shadow: 0 2px 7px rgba(20, 20, 43, 0.06);
}
.box-packages .content .img {
  width: 41px;
  height: auto;
  filter: drop-shadow(0 2px 7px rgba(31, 46, 84, 0.15));
  margin-bottom: 10px;
}
.box-packages .content .title {
  font-weight: 700;
  text-align: center;
  font-size: 18px;
  color: var(--color-packages);
  margin-bottom: 5px;
}
.box-packages .content .text {
  color: #6e7891;
  height: 50px;
  text-align: center;
  font-size: 10px;
  line-height: 17px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dcddeb;
}
.box-packages .content .list {
  list-style: none;
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.box-packages .content .list li {
  font-size: 12px;
  color: #000;
  font-weight: normal;
  display: flex;
  align-items: center;
  gap: 5px;
}
.box-packages .content .list li .icon {
  background-color: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 6px;
}
.box-packages .content .list li .icon svg,
.box-packages .content .list li .icon i {
  width: 12px;
}

.group-done {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.group-done .icon {
  width: 24px;
  min-width: 24px;
  height: 24px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  color: var(--main-color);
}
.group-done .icon i,
.group-done .icon svg {
  width: 14px;
  height: auto;
}
.group-done .text {
  font-size: 14px;
  color: white;
}

.boxes-news {
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: 8px;
  padding: 20px;
  background-color: #fdfdfd;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.185);
}
.boxes-news .box:not(:last-of-type) {
  border-bottom: 1px solid #bbb;
  padding-bottom: 20px;
}
.boxes-news .box .content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  word-break: break-word;
}
.boxes-news .box .content .title {
  font-weight: bold;
  color: var(--main-color);
  font-size: 17px;
}
.boxes-news .box .content .date {
  font-size: 14px;
  display: block;
  color: #777;
}
.boxes-news .box .content .text {
  font-size: 16px;
  color: #333333;
  line-height: 25px;
  margin: 0;
}
.boxes-news .box .img {
  border-radius: 8px;
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.box-news {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  padding: 16px;
  gap: 5px;
  background-color: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}
.box-news .status {
  inset-inline-start: -35%;
  top: 9%;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 25px;
  transform: rotate(45deg);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.box-news .status.success {
  background-color: #ebf9eb;
  color: #006500;
  border: 2px solid #b6deb9;
  font-weight: 700;
}
.box-news .status.end {
  background-color: #fff0ee;
  color: #ae1500;
  border: 2px solid #fac6bd;
  font-weight: 700;
}
.box-news .status.pending {
  background-color: #fffae1;
  color: #936800;
  border: 2px solid #f8d778;
  font-weight: 700;
}
.box-news .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 13px;
  word-break: break-word;
}
.box-news .content .img-holder {
  width: 100%;
  height: 215px;
  border-radius: 8px;
}
.box-news .content .img-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.box-news .content .name {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 0px;
  color: rgb(47, 47, 47);
  text-align: center;
}
.box-news .content .des,
.box-news .content p {
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
  margin-bottom: 0px;
  color: rgba(47, 47, 47, 0.7);
  text-align: center;
}
.box-news .content .date {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
  margin-bottom: 0px;
  color: var(--main-color);
  text-align: center;
}
.box-news .btn-holder {
  width: 100%;
}
.box-news .btn-holder .main-btn {
  font-size: 16px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.box-news-show {
  background-color: #ffffff;
  border-bottom: 3px solid #dddddd;
  border-right: 2px solid #dddddd;
  margin: 20px auto;
  word-break: break-word;
  padding: 15px;
}
@media print {
  .box-news-show {
    border: 0;
  }
}
.box-news-show .head .date {
  background-color: #f5f5f5;
  color: #999999;
  display: inline-block;
  font-family: tahoma;
  font-size: 12px;
  height: 25px;
  line-height: 25px;
  margin: 0 30px 10px 0;
  padding: 0 10px;
  white-space: nowrap;
}
.box-news-show .head .title {
  border-right: 4px solid var(--main-color);
  line-height: 1.4em;
  margin-bottom: 30px;
  padding-right: 22px;
  color: #1e1e1e;
  font-size: 25px;
  line-height: 1.3;
}
.box-news-show .img-new {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.box-news-show .img-new.img-main {
  height: 400px;
}
.box-news-show .img-new.img-other {
  height: 150px;
}
.box-news-show .content {
  color: #333333;
  font-size: 17px;
  margin: 20px 0;
  text-align: justify;
}

.control-holder {
  border-bottom: 3px solid #dddddd;
  border-right: 2px solid #dddddd;
  margin: 20px auto;
}
.control-holder .control {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  padding: 20px;
  background-color: #fff;
}
.control-holder .control .item {
  display: flex;
  gap: 10px;
  align-items: center;
  background-color: #fff;
}
.control-holder .control .item .icon {
  color: var(--main-color);
}
.control-holder .control .item .text {
  color: #888888;
  display: inline-block;
  font-size: 16px;
}
.control-holder .social {
  background-color: #e7e7e7;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 20px;
}
.control-holder .social .btn-sci {
  color: #ffffff;
  display: block;
  font-size: 17px;
  height: 30px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  background-color: var(--main-color);
}

.box-comment .title {
  background-color: #000000;
  padding: 12px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.box-comment .comment {
  border-bottom: 3px solid #dddddd;
  border-right: 2px solid #dddddd;
  background-color: #fff;
  padding: 20px;
}
.box-comment .btn-comment {
  background-color: var(--main-color);
  border: medium none;
  border-radius: 2px;
  color: #ffffff;
  font-size: 14px;
  padding: 5px 20px;
}

.side-articles {
  margin: 20px auto;
}
.side-articles .header {
  background-color: var(--main-color);
  border-right: 4px solid #9d1823;
  margin: 0 auto 10px;
  padding: 0 15px;
  display: flex;
  height: 45px;
  justify-content: space-between;
  align-items: center;
}
.side-articles .header .title {
  color: #ffffff;
  font-size: 17px;
  line-height: 45px;
}
.side-articles .header .readmore {
  display: flex;
}
.side-articles .header .readmore .text {
  padding: 3px 8px;
  background-color: #fff;
  font-size: 12px;
}
.side-articles .header .readmore .icon {
  background-color: var(--sec-color);
  font-size: 12px;
  color: #fff;
  padding: 7px;
}
.side-articles .item {
  display: flex;
  gap: 5px;
  background-color: #444444;
  padding: 10px;
  margin: 10px 0;
}
.side-articles .item .avatar img {
  border-radius: 100%;
  float: right;
  height: 60px;
  overflow: hidden;
  width: 60px;
}
.side-articles .item .content h1 {
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 21px;
  margin: 0 auto 5px;
}
.side-articles .item .content span {
  color: #eb9c36;
  display: block;
  font-size: 14px;
  line-height: 25px;
  margin: 0 auto 5px;
}
.side-articles .item .content p {
  color: #e1e1e1;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  margin: 0 auto;
}

.box-contact {
  border: 1px solid rgba(229, 229, 229, 0.2);
  border-radius: 2px;
  padding: 10px 20px;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
}
.box-contact .content-box {
  display: flex;
  max-width: 734px;
  flex-direction: column;
}
.box-contact .content-box .title {
  margin-bottom: 0;
  color: var(--yellow-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
}
.box-contact .content-box .text {
  color: white;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
}
.box-contact .btns-box {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.box-contact .btns-box .btn-box {
  display: flex;
  align-items: end;
  gap: 0.7rem;
  padding: 10px 1.5rem;
  color: white;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 7px;
  background-color: var(--main-color);
}
.box-contact .btns-box .btn-box:last-of-type {
  background-color: #19b000;
}
.box-contact .btns-box .btn-box .icon {
  width: 22px;
  height: auto;
}
.box-contact .btns-box .btn-box .text-btn {
  font-size: 16px;
  font-weight: 400;
}
.box-contact .btns-box .btn-box .text-btn .num {
  letter-spacing: 0.19em;
  display: block;
}

.swiper-programs .swiper-button-prev,
.swiper-programs .swiper-button-next {
  color: #1b3662;
  padding: 20px;
  border-radius: 50%;
  border: 1px solid #1b3662;
}
.swiper-programs .swiper-button-prev::after,
.swiper-programs .swiper-button-next::after {
  font-size: 18px !important;
  font-weight: bold;
}
.swiper-programs .swiper-button-prev {
  right: 0px !important;
}
.swiper-programs .swiper-button-next {
  left: 0px !important;
}

.box-more-products {
  display: block;
  width: 100%;
  border-radius: 12px;
  transition: 300ms;
}
.box-more-products img {
  width: 100%;
  height: 320.55px;
  -o-object-fit: cover;
     object-fit: cover;
}
.box-more-products .text {
  z-index: -1;
  transform: translateY(-5px);
  background-color: #fbfbfb;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
}
.box-more-products .text .name {
  font-size: 19px;
  font-weight: 700;
  line-height: 25.18px;
  letter-spacing: 0.0015em;
  text-align: center;
}
.box-more-products .text .rate {
  color: #ffcc00;
}
@media (max-width: 767.98px) {
  .box-more-products img {
    height: 350.55px;
  }
}
.box-more-products:hover {
  transform: scale(1.05);
}

.box-saudi {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-block: 3rem;
  color: white;
  text-align: center;
  z-index: 1;
}
.box-saudi::before {
  content: "";
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #00964a;
  opacity: 0.85;
}
.box-saudi .title-box {
  font-size: 35px;
  max-width: 700px;
  line-height: 1.5;
  margin-bottom: 2rem;
}

.model-panner {
  padding: 20px;
}
.model-panner .btn-close {
  background-color: #ddd;
  font-size: 8px;
  border-radius: 50%;
  padding: 5px;
}
.model-panner .panner-box {
  padding: 30px 10px 20px;
}
.model-panner .img-panner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.model-panner .img-panner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.model-panner .content-panner {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.model-panner .content-panner .title {
  font-size: 20px;
  font-weight: 400;
  color: #212529;
}
.model-panner .content-panner .num {
  font-size: 47px;
  font-weight: 700;
  color: var(--main-color);
}
.model-panner .content-panner .num .offer {
  display: flex;
  flex-direction: column;
  line-height: 50px;
}
.model-panner .content-panner .num .sub {
  font-size: 34px;
  font-weight: 600;
  color: #2d3535;
}
.model-panner .content-panner .desc {
  font-size: 12px;
  font-weight: 400;
  color: #2d3535;
  line-height: 1.25rem;
}
.model-panner .content-panner .btn-panner {
  background-color: #027e40;
  color: #fff;
  padding: 10px 16px;
  border-radius: 8px;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}

.testimonial-box {
  position: relative;
  margin: 0;
  padding: 40px;
  padding-top: 80px;
  border-radius: 48px;
  border: 1px solid #f2f2f2;
  text-align: center;
  transition: 0.5s;
  color: #fff;
  background-color: var(--main-color);
}
.testimonial-box::before, .testimonial-box::after {
  position: absolute;
  width: 80px;
  height: 80px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M0 4v12h8a8 8 0 0 1-8 8v4a12 12 0 0 0 12-12V4H0zM20 4v12h8a8 8 0 0 1-8 8v4a12 12 0 0 0 12-12V4H20z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
  opacity: 1;
  filter: brightness(0) saturate(100%) invert(100%) sepia(91%) saturate(185%) hue-rotate(267deg) brightness(116%) contrast(108%);
  transition: 0.5s;
}
.testimonial-box::before {
  content: open-quote;
  left: 40px;
  bottom: 20px;
  transform: rotate(180deg);
}
.testimonial-box::after {
  content: close-quote;
  top: 20px;
  right: 40px;
}
.testimonial-box:hover {
  background-color: #fff;
}
.testimonial-box:hover * {
  color: #000;
}
.testimonial-box:hover::before, .testimonial-box:hover::after {
  opacity: 0.09;
  filter: none;
}
.testimonial-box:hover::before {
  transform: rotate(180deg) translateY(-20px);
}
.testimonial-box:hover::after {
  transform: translateY(-20px);
}
.testimonial-box .text-holder {
  margin-bottom: 20px;
}
.testimonial-box .client-holder {
  margin: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  color: #fff;
  transition: 0.5s;
}
.testimonial-box .client-holder span {
  display: block;
  font-weight: 600;
  font-size: 14px;
  color: #c5c5c5;
  transition: 0.5s;
  margin-top: 5px;
}
.testimonial-box:hover .client-holder {
  color: #000;
}
.testimonial-box:hover .client-holder span {
  color: #000;
}

.box-fav-holder {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.box-fav-holder .box-fav-client {
  border: 1px solid hsl(0, 0%, 95.28%);
  position: relative;
  box-shadow: 0 10px 20px hsla(0, 0%, 0%, 0);
  transition: 300ms;
  padding: 20px;
  overflow: hidden;
  background-color: #fff;
}
.box-fav-holder .box-fav-client img {
  width: 100%;
  height: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}
.box-fav-holder .box-fav-client::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 3px;
  background-color: #fff;
  transition: 300ms;
}
.box-fav-holder .box-fav-client:hover, .box-fav-holder .box-fav-client.active {
  box-shadow: 0 10px 20px hsla(0, 0%, 0%, 0.07);
}
.box-fav-holder .box-fav-client:hover::after, .box-fav-holder .box-fav-client.active::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 3px;
  background-color: #fab133;
  transition: 300ms;
}

.box-most-work {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 10px;
  border-radius: 14px 14px 0px 0px;
  border: 0.58px solid rgba(255, 255, 255, 0.22);
  background: linear-gradient(142.13deg, rgba(254, 248, 255, 0.189) 1.8%, rgba(254, 248, 255, 0) 99.75%);
  backdrop-filter: blur(51.3771591187px);
}
.box-most-work .num {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  color: #f7b202;
  background-color: #fff;
}
.box-most-work .num i,
.box-most-work .num svg {
  font-size: 13px;
}
.box-most-work .name {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
}

.box-system {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px 16px;
  border-radius: 14px;
  background-color: #FFFFFF;
  box-shadow: 0px 3.5px 21.01px 0px rgba(6, 47, 21, 0.1215686275);
}
.box-system .name {
  margin-bottom: 13px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24.51px;
  color: #181818;
}
.box-system .des {
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 26.26px;
  text-align: justify;
}
.box-system .btn-holder {
  margin-bottom: 18px;
  margin-top: auto;
}
.box-system .btn-holder .btn-system {
  display: flex;
  align-items: center;
  gap: 7px;
  width: 150px;
  padding: 8px 12px;
  border-radius: 5px;
  font-size: 14px;
  color: white;
  background-color: #21DA53;
  transition: 0.3s;
}
.box-system .btn-holder .btn-system:hover {
  transform: scale(1.05);
}
.box-system .swiper-system {
  width: 100%;
  height: 200px;
  margin-top: auto;
}
.box-system .swiper-system .swiper-slide .img-holder {
  width: 100%;
  height: 100%;
}
.box-system .swiper-system .swiper-slide .img-holder .system-img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.box-system .swiper-system .swiper-button-next,
.box-system .swiper-system .swiper-button-prev {
  border-radius: 10px;
  opacity: 0;
  transition: 0.3s;
  background-color: rgba(0, 0, 0, 0.5294117647);
}
.box-system .swiper-system .swiper-button-next::after,
.box-system .swiper-system .swiper-button-prev::after {
  font-size: 15px;
  color: var(--white-color);
}
.box-system .swiper-system:hover .swiper-button-next,
.box-system .swiper-system:hover .swiper-button-prev {
  opacity: 1;
}

.box-process {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
  min-height: 220px;
  height: 100%;
  padding: 20px 15px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 14px;
  background: linear-gradient(142.13deg, rgba(254, 248, 255, 0.1575) 1.8%, rgba(254, 248, 255, 0) 99.75%);
  backdrop-filter: blur(87.960899353px);
  transition: 0.3s;
}
.box-process .img-holder .icon-img {
  width: 64px;
  height: auto;
}
.box-process .title {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #FFFFFF;
}
.box-process .badge-process {
  position: absolute;
  top: -17.5px;
  inset-inline-start: 12%;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1019607843);
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  background: rgba(67, 134, 244, 0.4588235294);
}
.box-process:hover {
  transform: scale(0.95);
}

.box-service {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 16px;
  border-radius: 16px;
  border: 2px solid #EAEAEA;
  background-color: #FFFFFF;
  transition: 0.3s;
}
.box-service .holder-bar {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 10px;
}
.box-service .holder-bar .img-holder .icon-img {
  width: 46px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.box-service .holder-bar .text-holder .title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  color: #1B1A1A;
}
.box-service .holder-bar .text-holder .des {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 29px;
  text-align: justify;
  color: #4B4B4B;
}
.box-service .btn-holder {
  align-self: flex-end;
}
.box-service .btn-holder .ser-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 7px 16px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #222222;
  transition: 0.3s;
}
.box-service .btn-holder .ser-btn i,
.box-service .btn-holder .ser-btn svg {
  font-size: 12px;
}
.box-service .btn-holder .ser-btn:hover {
  transform: scale(1.05);
  background-color: #f3f3f3;
}
.box-service.colored {
  background-color: #4285F4;
}
.box-service.colored .holder-bar .text-holder .title {
  color: #fff;
}
.box-service.colored .holder-bar .text-holder .des {
  color: #fff;
}
.box-service.colored .btn-holder .ser-btn {
  color: white;
}
.box-service.colored .btn-holder .ser-btn:hover {
  background-color: #a4bfec;
}
.box-service:hover {
  transform: translateY(-10px) scale(1.02);
}
@media (max-width: 1199.98px) {
  .box-service .holder-bar {
    flex-direction: column;
  }
}

.achv-box {
  position: relative;
  width: 100%;
  height: 325px;
  border: 0.88px solid rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.achv-box .achv-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
.achv-box::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)), linear-gradient(180deg, rgba(66, 133, 244, 0.5) 15.22%, rgba(251, 188, 4, 0.5) 62.5%, rgba(6, 217, 63, 0.5) 100%);
  opacity: 0;
  z-index: 1;
  transition: opacity 0.4s ease;
}
.achv-box::after {
  content: "\f06e";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  font-size: 48px;
  color: #fff;
  z-index: 2;
  opacity: 0;
  transition: all 0.3s ease;
}
.achv-box:hover .achv-img {
  transform: scale(1.1);
}
.achv-box:hover::before {
  opacity: 1;
}
.achv-box:hover::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  animation: eyeBlink 0.6s ease-in-out;
}

@keyframes eyeBlink {
  0% {
    content: "\f070";
    transform: translate(-50%, -50%) scale(0.8);
  }
  30% {
    content: "\f070";
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    content: "\f06e";
    transform: translate(-50%, -50%) scale(1.1);
  }
  100% {
    content: "\f06e";
    transform: translate(-50%, -50%) scale(1);
  }
}
.inp-radio:focus {
  box-shadow: 0 1px 0.25rem rgba(11, 19, 172, 0.25);
}
.inp-radio:checked {
  background-color: #002775 !important;
}

.main-footer {
  position: relative;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5)), linear-gradient(180deg, #346cc5 8.35%, rgba(81, 177, 108, 0.8) 124.62%), url("../img/footer-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 40px 0 15px 0;
  border-radius: 8px 8px 0px 0px;
}
.main-footer hr {
  background-color: #fff;
  height: 1px;
  border: none;
  opacity: 0.1;
}
.main-footer .top-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding: 25px 0 9px;
}
@media (max-width: 575.98px) {
  .main-footer .top-footer {
    flex-direction: column;
  }
}
.main-footer .top-footer .btn-price {
  background-color: #4386f4;
  padding: 10px 18px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  transition: 300ms;
}
.main-footer .top-footer .btn-price:hover {
  background-color: rgb(18.8190954774, 102.9899497487, 241.1809045226);
  transform: scale(0.3s);
}
.main-footer .top-footer .call-box {
  display: flex;
  align-items: center;
  gap: 15px;
}
.main-footer .top-footer .call-box .text {
  color: var(--white-color);
  font-size: 14px;
}
.main-footer .top-footer .call-box .text span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  margin-top: 6px;
}
.main-footer .top-footer .call-box i,
.main-footer .top-footer .call-box svg {
  color: #fff;
  padding: 8px;
  background-color: #4386f4;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 25px;
}
.main-footer .box-footer {
  padding-top: 30px;
}
.main-footer .box-footer .wrapper-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.main-footer .box-footer .list-footer .title {
  font-weight: 700;
  font-size: 20px;
  color: var(--white-color);
  margin-bottom: 20px;
}
.main-footer .box-footer .list-footer .links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.main-footer .box-footer .list-footer .links a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 13px;
  color: #fff;
  transition: 300ms;
}
.main-footer .box-footer .list-footer .links a i,
.main-footer .box-footer .list-footer .links a svg {
  color: #d4af37;
}
.main-footer .box-footer .list-footer .links a:hover {
  transform: translateX(-10px);
  color: #d4af37;
}
.main-footer .box-footer .list-footer .links.info svg {
  background-color: #d4af37;
  color: #244b6d;
  padding: 8px;
  border-radius: 50%;
  font-size: 12px;
}
.main-footer .box-footer .box-info .logo-holder {
  display: flex;
  align-items: flex-end;
  gap: 7px;
  margin-bottom: 20px;
  font-weight: 800;
  font-size: 20px;
  color: #fff;
  transition: 0.3s;
}
.main-footer .box-footer .box-info .logo-holder .logo {
  width: 32px;
  height: auto;
}
.main-footer .box-footer .box-info .logo-holder:hover {
  scale: 1.05;
}
.main-footer .box-footer .box-info .text {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 30px;
  text-align: justify;
  color: #fff;
}
.main-footer .box-footer .box-info .about-us {
  display: flex;
  align-items: center;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  color: #d4af37;
  transition: 0.3s;
}
.main-footer .box-footer .box-info .about-us i,
.main-footer .box-footer .box-info .about-us svg {
  font-size: 13px;
}
.main-footer .box-footer .box-info .about-us:hover {
  scale: 1.05;
}
@media (max-width: 575.98px) {
  .main-footer .box-footer .box-info .logo-holder {
    justify-content: center;
  }
  .main-footer .box-footer .box-info .text {
    text-align: center;
  }
  .main-footer .box-footer .box-info .about-us {
    margin: 0 auto;
  }
  .main-footer .box-footer .wrapper-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .main-footer .box-footer .list-footer .title {
    font-size: 18px;
    text-align: center;
  }
  .main-footer .box-footer .list-footer .links {
    align-items: center;
  }
  .main-footer .box-footer .list-footer .links a {
    width: 240px;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 575.98px) and (max-width: 767.98px) {
  .main-footer .box-footer .wrapper-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.main-footer .hr {
  background-color: rgba(255, 255, 255, 0.1);
  height: 1px;
  width: 100%;
  margin: 1.5rem 0 1rem;
}
.main-footer .copy-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
@media (max-width: 991.98px) {
  .main-footer .copy-right {
    flex-direction: column;
    gap: 1rem;
  }
  .main-footer .copy-right .text {
    text-align: center;
  }
}
.main-footer .copy-right .list-social {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.main-footer .copy-right .list-social .item {
  border: 1px solid var(--white-color);
  width: 39px;
  display: flex;
  border-radius: 10px;
  color: var(--white-color);
  align-items: center;
  justify-content: center;
  height: 39px;
  background-color: #fff;
}
.main-footer .copy-right .list-social .item .icon,
.main-footer .copy-right .list-social .item svg,
.main-footer .copy-right .list-social .item i {
  width: 13px;
  padding: 5px;
  height: auto;
  color: #fff;
  background-color: #275180;
  border-radius: 50%;
}
.main-footer .copy-right .text {
  font-size: 14px;
  line-height: 24px;
  color: white;
}
.main-footer .copy-right .text a {
  color: #fff;
  text-decoration: underline;
}
.main-footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 30px;
  border-radius: 0px 0px 170px 170px;
  background-color: white;
}/*# sourceMappingURL=main.css.map */