@import url("https://fonts.googleapis.com/css2?family=Schibsted+Grotesk:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Schibsted+Grotesk:ital,wght@0,400..900;1,400..900&display=swap");
@font-face {
  font-family: "Pecita";
  src: url(../fonts/Pecita.otf);
  font-weight: 400;
}
.medium {
  font-weight: 500;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.extr-bold {
  font-weight: 800;
}

.font-italic-bold {
  font-weight: 700;
  font-style: italic;
}

.font2 {
  font-family: "Pecita";
}

.font-dm {
  font-family: "DM Sans", sans-serif !important;
  font-weight: 400;
}

.book-font {
  font-size: 60px !important;
}

*,
* button:focus {
  outline: 0;
}

:root {
  --primary: #01342d;
  --primary-light: #f0f4f3;
  --primary-1: #96ece1;
  --secondary: #01babb;
  --secondary-1: #eff8f7;
  --yellow: #f9e3b3;
  --yellow-1: #f4911d;
  --grey: #666666;
  --grey-1: #b1afaf;
  --grey-light: #f5f5f5;
  --dark: #041b34;
  --grey-text: #666a72;
  --lightbrown: #f9f1e4;
  --radius-5: 5px;
  --radius-8: 8px;
  --radius-20: 20px;
  --radius: 30px;
}

.rotate {
  transform: rotate(-50deg);
}

.rotate-45 {
  transform: rotate(45deg);
}

.gradiant-bg {
  background: #96ece1;
  background: linear-gradient(90deg, #96ece1 0%, #01dc7e 100%);
}

.w-44 {
  width: 44px;
  min-width: 44px;
}

.h-44 {
  height: 44px;
  line-height: 44px;
}

.w-35 {
  width: 35px;
  min-width: 35px;
}

.h-35 {
  height: 35px;
  line-height: 35px;
}

.btn-primary-light {
  background-color: var(--primary-light) !important;
  transition: all 0.4s ease-in-out;
}
.btn-primary-light:hover {
  transition: all 0.4s ease-in-out;
  background: #96ece1;
  background: linear-gradient(90deg, rgb(150, 236, 225) 0%, rgb(1, 220, 126) 100%);
}
.btn-primary-light:hover .icon {
  background: transparent;
}

.btn-secondary {
  background-color: var(--secondary) !important;
  border: 0px;
}
.btn-secondary:hover {
  background-color: var(--primary-dark) !important;
}

.underline-text {
  text-decoration: underline;
}

.underline {
  border-bottom: 1px solid var(--yellow);
  padding-bottom: 10px;
}

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

.grey1-text {
  color: var(--grey-1) !important;
}

.gradiant-text {
  background: linear-gradient(90deg, #6cc7bb 0%, #22b978 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradiant-text-light {
  background: linear-gradient(90deg, #96ece1 0%, #01dc7e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

html::-webkit-scrollbar {
  height: 20px;
  width: 10px;
  background: #f1f1f1;
  border-radius: 10px;
}

html::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}

html::-webkit-scrollbar-corner {
  background: #999;
  border-radius: 10px;
}

body {
  font-family: "Schibsted Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  font-size: 0.9rem;
  overflow-x: hidden;
  position: relative;
  background-color: #ffffff;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

p {
  font-size: 14px !important;
}

.border-left {
  border-left: 1px solid rgba(255, 255, 255, 0.5294117647);
}

.fs-1 {
  font-size: 3rem !important;
}

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

.fs-5 {
  font-size: 1.1rem !important;
}

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

.size-8 {
  font-size: 13px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  margin: 0;
}

.fs-7 {
  font-size: 14px;
}

body a:hover {
  text-decoration: none;
}

body a:focus {
  outline: 0;
}

body ul {
  list-style-type: none;
  margin: 0;
}

[type=email],
[type=number],
[type=tel],
[type=url] {
  direction: inherit;
}

hr {
  border: 1px solid #b3b4b7 !important;
}

.btn {
  overflow: hidden;
}

.overflow-hidden {
  overflow: hidden;
}

.btn-primary {
  background-color: var(--primary) !important;
  border: 0px;
}
.btn-primary:hover {
  background-color: rgba(1, 52, 45, 0.77) !important;
}

.btn-default:active,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default:focus,
.btn-default:hover,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  -webkit-appearance: none;
}

.btn:active,
.btn:active:focus,
.btn:active:hover,
.btn:focus,
.btn:hover,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  transition: all 0.6s ease;
  outline: 0;
}

/* ==================== global style ============================== */
.slideInUp {
  animation: slideInUp 2s ease-in-out forwards;
}

.justify-content-space-between {
  justify-content: space-around;
}

.pt-128 {
  padding-top: 150px !important;
}

.mt-7 {
  margin-top: 5rem !important;
}

.no-border {
  border: 0px !important;
}

.no-bg {
  background-color: transparent !important;
  background: transparent !important;
}

.primary-bg {
  background-color: var(--primary) !important;
}

article {
  line-height: 1.7rem;
}

.rounded {
  border-radius: var(--radius) !important;
}

.full-radius {
  border-radius: 100% !important;
}

.no-radius {
  border-radius: 0px !important;
}

.z-index {
  z-index: 1;
}

.relative {
  position: relative;
}

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

.primary-1 {
  color: var(--primary-1) !important;
}

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

.secondary-1-bg {
  background-color: var(--secondary-1) !important;
}

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

.subColor {
  color: var(--subColor);
}

.background-primary {
  background-color: var(--primary);
}
.background-primary:hover {
  background-color: var(--primary);
}

.btn {
  text-align: center;
  padding: 5px 10px;
  font-size: 14px;
}

.btn-subColor.hvr-txt-trans {
  background-color: var(--subColor);
}
.btn-subColor.hvr-txt-trans:hover {
  background-color: var(--subColor);
}
.btn-subColor.hvr-txt-trans .txt::after {
  padding-right: 25px;
}

.hvr-txt-trans {
  position: relative;
  overflow: hidden;
}
.hvr-txt-trans .txt {
  position: relative;
  display: inline-block;
  transition: all 0.3s ease;
}
.hvr-txt-trans .txt::after {
  content: attr(data-text);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, 100%);
  transition: opacity 0.2s, transform 0.2s;
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  white-space: nowrap;
}
.hvr-txt-trans:hover {
  color: #fff;
}
.hvr-txt-trans:hover .txt span {
  transform: translateY(-150%);
  opacity: 0;
}
.hvr-txt-trans:hover .txt::after {
  transform: translate(-50%, -50%);
  opacity: 1;
}

.radius {
  border-radius: var(--radius);
}

.radius-20 {
  border-radius: var(--radius-20);
}

a,
span,
img {
  display: inline-block;
  transition: all 0.3s ease;
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
}

ul {
  padding: 0;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.img_cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img_contain {
  -o-object-fit: contain;
     object-fit: contain;
}

p {
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}

.text,
.text * {
  font-size: 14px;
  line-height: 1.8;
}

small.text {
  font-size: 12px;
}

.section_padding {
  padding: 80px 0;
}

.dropdown .dropdown-menu {
  border-radius: 10px;
  padding: 10px;
  border: 0;
  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.0666666667);
}
.dropdown .dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 0.5rem 1rem;
  border-radius: 10px;
}

/*---------------header-----------------------*/
.hero-section,
.inner-hero {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  min-height: 100vh;
  position: relative;
  width: 100%;
}
.hero-section .parallax-container,
.inner-hero .parallax-container {
  width: 100%;
  height: 100%;
  perspective: 1000px;
  overflow: hidden;
  position: relative;
}
.hero-section .parallax-image,
.inner-hero .parallax-image {
  transition: transform 0.3s ease;
  will-change: transform;
  position: relative;
  z-index: 2;
}

.hero-section {
  background-image: url("../images/hero.png");
}

.inner-hero {
  background-image: url("../images/inner/inner-hero.png");
}

header {
  transition: all 0.3s ease;
  /* Smooth transition when adding/removing the class */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  z-index: 999;
}
header .top-header {
  border-radius: 0px 0px 50px 50px !important;
}
header .top-header .nav-link {
  color: white !important;
}
header {
  /* Optional shadow */
}
header .navbar-nav .nav-item {
  margin: 0 5px;
}
header .navbar-nav .nav-item .nav-link {
  position: relative;
  border-radius: var(--radius);
}
header .navbar-nav .nav-item .nav-link:hover {
  transition: all 0.6s ease;
  color: white !important;
  background-color: var(--primary);
}
header .navbar-nav .nav-item .nav-link.active {
  transition: all 0.6s ease;
  color: white !important;
  background-color: var(--primary);
}
header .search-btn {
  width: 47px;
  height: 47px;
  border-radius: 100%;
}

header.nav-scroll {
  transition: all 0.3s ease;
  background-color: #f9f9f9;
  /* Smooth transition when adding/removing the class */
}

.nav-link {
  padding: 7px 15px !important;
}

.header.transparent-header {
  background-color: transparent;
  box-shadow: none;
}
.header.transparent-header .navbar-nav .nav-link {
  color: white !important;
}

.header.transparent-header.nav-scroll {
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: none;
}
.header.transparent-header.nav-scroll .navbar-nav .nav-link {
  color: white !important;
}

/*---------------footer--------------------------*/
.footer {
  background-image: url("../images/footer.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.footer .border-left-footer {
  border-left: 1px solid var(--primary-light);
}
.footer .text-muted {
  color: #bbbaba !important;
}
.footer .menu-links a {
  position: relative;
}
.footer .menu-links a:hover::after {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 15px;
  height: 15px;
  background-image: url("../images/icons/hover-arrow.svg");
  background-repeat: no-repeat;
}
.footer .menu-links a:hover {
  padding-left: 23px;
}
.footer .footer-bottom a:hover {
  color: var(--primary-1) !important;
}
.footer .email {
  border-radius: 30px;
  overflow: hidden;
  background: white;
  height: 55px;
}
.footer .email .gradiant-bg {
  margin-top: 5px;
  margin-right: 5px;
}
.footer .email .form-control,
.footer .email button {
  border: 0px;
  color: var(--primary);
}
.footer .email .form-control::-moz-placeholder {
  color: #676767;
  font-size: 14px;
}
.footer .email .form-control::placeholder {
  color: #676767;
  font-size: 14px;
}

.form-control,
.form-select {
  min-height: 50px;
  border: 0px;
  border-radius: 30px;
  padding: 0.9rem 1rem;
}

/* --------------- to_top button --------------- */
.progress-wrap {
  position: fixed;
  left: 30px;
  bottom: 20px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.0666666667);
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  transform: translateX(-100px);
  z-index: 99;
  transition: all 200ms linear;
}
.progress-wrap::after {
  background: url(../images/top-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: #000;
  left: 13px;
  top: 13px;
  height: 25px;
  width: 25px;
  display: block;
}
.progress-wrap svg path {
  fill: #f8f8f8;
}
.progress-wrap svg.progress-circle path {
  stroke: #000;
  stroke-width: 5;
  box-sizing: border-box;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* --------------- to_top --------------- */
.is-mobile {
  display: none;
}

@keyframes scale {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  50% {
    transform: translate(-50%, -50%) scale(20);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.clip-image-right {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: all 1s ease-in-out;
}
.clip-image-right.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.clip-image-bottom {
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  /* Fully clipped at the top */
  transition: clip-path 1s ease-in-out;
  /* Smooth transition for the clip-path */
}
.clip-image-bottom.animated {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  /* Reveal the full image from top to bottom */
}

.clip-image-left {
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  transition: all 1s ease-in-out;
}
.clip-image-left.animated {
  clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
}

/* ----------------------------------------
* animation slide_up_down
* ----------------------------------------
*/
.slide_up_down {
  animation: slide_up_down 1.9s ease-in-out infinite alternate both;
}

/* ------- */
@keyframes slide_up_down {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
.navbar-toggler {
  border: 0px !important;
  position: absolute;
  right: 13px;
  top: 28px;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.about-section .row {
  margin: 0px !important;
}

.services-section {
  position: relative;
}
.services-section::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/line.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.services-section .cursor .items {
  position: absolute;
  top: 100px;
  right: 0;
  left: 0;
  padding: 0 7rem;
}
.services-section .cursor .items .card {
  background: url(../images/card-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.services-section .cursor .items .col-md-6:nth-child(2n) > .card {
  margin-top: 90px;
}
.services-section .cursor .items .col-md-6:nth-child(3n) > .card {
  margin-top: 30px;
}

.design-section .card {
  background: url(../images/card_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 3rem 4rem !important;
}
.design-section .card .num {
  width: 158px;
}
.design-section .main_img {
  position: absolute;
  top: 148px;
  right: 0;
  left: 0;
  margin: auto;
}
.design-section .col-md-4:nth-child(1n) > .card {
  margin-top: 0px;
}
.design-section .col-md-4:nth-child(2n) > .card {
  margin-top: 215px;
}
.design-section .shape {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/vector_1.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.strories-section,
.ui-section,
.steps-section {
  position: relative;
}
.strories-section::after,
.ui-section::after,
.steps-section::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
}
.strories-section .label,
.strories-section .shape-right,
.ui-section .label,
.ui-section .shape-right,
.steps-section .label,
.steps-section .shape-right {
  position: relative;
}
.strories-section .label::after,
.strories-section .shape-right::after,
.ui-section .label::after,
.ui-section .shape-right::after,
.steps-section .label::after,
.steps-section .shape-right::after {
  background-size: 100% 100%;
  background-repeat: no-repeat !important;
  position: absolute;
  content: "";
  height: 20px;
  left: -25px;
}
.strories-section .label span,
.strories-section .shape-right span,
.ui-section .label span,
.ui-section .shape-right span,
.steps-section .label span,
.steps-section .shape-right span {
  position: relative;
  z-index: 1;
}
.strories-section .label::after,
.ui-section .label::after,
.steps-section .label::after {
  background: url(../images/shape-right.svg);
  width: 90px;
}
.strories-section .shape-right::after,
.ui-section .shape-right::after,
.steps-section .shape-right::after {
  background: url(../images/shape-right2.svg);
  width: 100%;
}
.strories-section .small-circle,
.ui-section .small-circle,
.steps-section .small-circle {
  background: url(../images/icons/small-circle.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 5px;
  height: 5px;
}

.stories-section .card,
.ui-section .card {
  background: url(../images/story-bg.png);
  background-size: 100% 100% !important;
  background-repeat: no-repeat !important;
  width: 100%;
  height: 100%;
  padding: 67px 30px 25px 67px !important;
}

.strories-section::after,
.steps-section::after {
  background: url(../images/stories-line.svg);
}

.ui-section::after {
  background: url(../images/inner/ui-line.svg);
}

.steps-section .inspire-logo {
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;
}
.steps-section .card {
  padding: 0px;
  position: relative;
}
.steps-section .card .number {
  background: url(../images/icons/inner/number.svg);
  background-repeat: no-repeat;
  width: 52px;
  height: 52px;
  border-radius: 100%;
}
.steps-section .card::after {
  position: absolute;
  content: "";
  background: url(../images/icons/inner/right-line.svg);
  background-repeat: no-repeat;
  top: 25px;
  left: 45px;
  width: 100%;
  height: 2px;
  z-index: -1;
}

.faqs-section {
  background: url(../images/faqs-line.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.faqs-section .curve {
  width: 464px;
  height: 464px;
  margin: auto;
}
.faqs-section .curve::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/product.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  animation: rotateInfinite 20s linear infinite;
}
.faqs-section .curve img {
  margin: auto;
  margin-top: 140px;
}
.faqs-section .items {
  position: absolute;
  top: 0px;
  right: 0;
  left: 0;
}
.faqs-section .accordion-button {
  font-weight: 700;
  color: var(--primary);
  background-color: transparent;
}
.faqs-section .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}
.faqs-section .accordion-button .first-word {
  font-weight: 500;
  margin-right: 5px;
}
.faqs-section .accordion-item {
  border: 0px;
  border-bottom: 1px solid #eaeaea;
  background-color: transparent;
}
.faqs-section .accordion-item .accordion-button::after {
  width: 30px;
  height: 30px;
  background-position: center;
  line-height: 30px;
  background-image: url(../images/icons/plus.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.faqs-section .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url(../images/icons/minus.svg);
}
.faqs-section .card {
  border: 1px solid rgb(219, 218, 218);
}
.faqs-section .card::after {
  position: absolute;
  content: "";
  top: 45%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 75px;
  height: 85px;
}
.faqs-section .col-lg-4.sp-width:nth-child(1) > .card {
  margin-top: -70px;
}
.faqs-section .col-lg-4.sp-width:nth-child(1) > .card::after {
  position: absolute;
  content: "";
  right: -74px;
  background-image: url(../images/icons/arrow-left.svg);
}
.faqs-section .col-lg-4.sp-width:nth-child(2) > .card {
  margin-top: 20px;
}
.faqs-section .col-lg-4.sp-width:nth-child(2) > .card::after {
  position: absolute;
  content: "";
  left: -74px;
  background-image: url(../images/icons/arrow-right.svg);
}

.faqs-accordion.faqs-ui .accordion-button {
  background-color: var(--primary-light);
  border-radius: 24px !important;
  font-weight: 500;
}
.faqs-accordion.faqs-ui .accordion-button.first-word {
  font-weight: 500;
}
.faqs-accordion.faqs-ui .accordion-item {
  border-bottom: 0px;
  margin-bottom: 10px;
}

.mb-7 {
  margin-bottom: 5rem;
}

.mb-9 {
  margin-bottom: 9rem !important;
}

@media (min-width: 992px) {
  .col-lg-4.sp-width {
    width: 39.633333%;
  }
}
@keyframes rotateInfinite {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.swiper-pagination-bullet-active {
  background: var(--primary);
}

.home-logo-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.clients-grid {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  opacity: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.clients-grid.logo-animate-alt {
  grid-column-gap: 4rem;
  flex: none;
  width: 100rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}
.clients-grid.logo-animate-alt img {
  filter: brightness(0) saturate(100%) invert(22%) sepia(25%) saturate(642%) hue-rotate(120deg) brightness(90%) contrast(100%);
  height: 45px;
}

/* Animation for the first right to left marquee */
@keyframes slide {
  0% {
    transform: translateX(calc(0% + 50px));
  }
  100% {
    transform: translateX(-100%);
  }
}
.logo-animate {
  animation: slide 55s infinite linear;
  /* Adjust the seconds for a slower or faster animation */
}

/* Animation for the second left to right marquee */
@keyframes slidealt {
  0% {
    transform: translateX(calc(0% + 50px));
  }
  100% {
    transform: translateX(-100%);
  }
}
.logo-animate-alt {
  animation: slidealt 55s infinite linear;
  /* Adjust the seconds for a slower or faster animation */
  animation-direction: reverse;
}

.pe-7 {
  padding-right: 7rem !important;
}

.half-radius {
  border-radius: 30px 30px 0px 0px;
  transition: all 0.9s ease-in-out;
}

.ui-card img.half-radius {
  box-shadow: -21px -10px 38px rgba(92, 92, 92, 0.15);
}
.ui-card:hover img.half-radius {
  -o-object-position: bottom;
     object-position: bottom;
  transition: all 0.9s ease-in-out;
}

/*---------------------------------------------------------------------------
                                forms pages 
---------------------------------------------------------------------------*/
@font-face {
  font-family: "Somar";
  src: url(../fonts/Somar-Regular.ttf);
}
html[dir=rtl] body {
  direction: rtl;
  font-family: "Somar";
  font-size: 16px;
}
html[dir=rtl] body h1, html[dir=rtl] body h2, html[dir=rtl] body h3, html[dir=rtl] body h4, html[dir=rtl] body .sub-font {
  font-weight: bold;
  line-height: 1.6;
}

/*--------------hero-form---------------*/
.hero-form {
  position: relative;
  padding: 100px 0;
  background-color: #f9f9f9;
  background-image: url(../images/hero.png);
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.hero-form .check-list {
  position: relative;
  padding-top: 20px;
}
.hero-form .check-list li {
  position: relative;
  display: flex;
  margin-top: 20px;
  font-size: 18px;
}
.hero-form .check-list li .icon {
  width: 30px;
  height: 30px;
  margin-inline-end: 15px;
  flex-shrink: 0;
}
.hero-form .check-list li .txt {
  font-size: 18px;
}
.hero-form .form-box {
  position: relative;
  padding: 50px 30px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.0274509804);
}
.hero-form .form-box .form-group {
  position: relative;
  margin-bottom: 20px;
}
.hero-form .form-box .form-group label {
  font-size: 13px;
}
.hero-form .form-box .form-group .form-control {
  border-radius: 10px;
  border: 1px solid rgba(153, 153, 153, 0.3333333333);
  margin-top: 5px;
  box-shadow: none;
  font-size: 14px;
}
.hero-form .form-box .form-group .form-control:focus {
  border-color: var(--primary);
}
.hero-form .cursor {
  position: relative;
  margin-top: 50px;
  transform: rotate(-30deg);
  text-align: center;
}
.hero-form .clients-slider {
  position: relative;
  margin-top: 100px;
}
.hero-form .clients-slider .swiper-wrapper {
  transition-timing-function: linear !important;
  position: relative;
}
.hero-form .clients-slider .swiper-wrapper .client {
  position: relative;
  padding: 20px;
  background-color: #fff;
  padding: 20px;
  border-radius: 15px;
  display: block;
  text-align: center;
}
.hero-form .clients-slider .swiper-wrapper .client img {
  height: 80px;
  max-width: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}

/*--------------apps-section---------------*/
.apps-section {
  position: relative;
  overflow: hidden;
}
.apps-section::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/line.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.apps-section .app-card {
  position: relative;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.0666666667);
  padding: 30px 15px;
  margin-top: 30px;
  display: block;
}
.apps-section .app-card .img {
  position: relative;
  display: block;
  height: 300px;
}
.apps-section .app-card .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.apps-section .app-card .img.shadow-img {
  filter: drop-shadow(-10px 10px 5px rgba(0, 0, 0, 0.1333333333));
}
.apps-section .app-card .info {
  position: relative;
  padding: 20px;
  border-radius: 15px;
  background-image: linear-gradient(-45deg, rgba(108, 199, 187, 0.0823529412) 0%, rgba(108, 199, 187, 0.0196078431) 100%);
}
.apps-section .app-card .info .tags {
  position: relative;
  padding-top: 10px;
}
.apps-section .app-card .info .tags .tag {
  font-size: 12px;
  margin-inline-end: 10px;
  color: var(--secondary);
}
.apps-section .web-card {
  position: relative;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.0666666667);
  padding: 30px 15px;
  margin-top: 30px;
  display: block;
}
.apps-section .web-card .img {
  position: relative;
  display: block;
  margin: 30px;
}
.apps-section .web-card .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.apps-section .web-card .img.shadow-img {
  filter: drop-shadow(-10px 10px 5px rgba(0, 0, 0, 0.1333333333));
}
.apps-section .web-card .info {
  position: relative;
  padding: 20px;
  border-radius: 15px;
  background-image: linear-gradient(-45deg, rgba(108, 199, 187, 0.0823529412) 0%, rgba(108, 199, 187, 0.0196078431) 100%);
}
.apps-section .web-card .info .tags {
  position: relative;
  padding-top: 10px;
}
.apps-section .web-card .info .tags .tag {
  font-size: 12px;
  margin-inline-end: 10px;
  color: var(--secondary);
}

/*--------------numbers-section---------------*/
.numbers-section {
  position: relative;
  z-index: 10;
}
.numbers-section .cards .col-lg-6:nth-of-type(1) .num-card:last-of-type {
  background: linear-gradient(-135deg, rgba(245, 250, 232, 0.6) 30%, #ffffff 100%);
}
.numbers-section .cards .col-lg-6:nth-of-type(2) .num-card:first-of-type {
  background: linear-gradient(-135deg, rgba(245, 250, 232, 0.6) 30%, #ffffff 100%);
}
.numbers-section .num-card {
  position: relative;
  padding: 40px;
  border-radius: 20px;
  margin-top: 25px;
  background: linear-gradient(135deg, rgba(153, 153, 153, 0.1333333333) 30%, #ffffff 100%);
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.0274509804);
}
.numbers-section .num-card .icon {
  height: 60px;
  margin-bottom: 15px;
}
.numbers-section .num-card .numb {
  position: relative;
  font-size: 40px;
  font-weight: bold;
}
.numbers-section .num-line {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  pointer-events: none;
}

/*--------------testimonials-section---------------*/
.testimonials-section {
  position: relative;
  color: #fff;
  overflow: hidden;
}
.testimonials-section .swiper-slide {
  height: auto;
}
.testimonials-section .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
}
.testimonials-section .testi-card {
  position: relative;
  background: url(../images/card-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding: 40px;
  border-radius: 30px;
  height: 100%;
}
.testimonials-section .testi-card .user-wrapper {
  display: flex;
  align-items: center;
}
.testimonials-section .testi-card .user-wrapper .logo {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 10px;
  margin-inline-end: 15px;
  flex-shrink: 0;
  backdrop-filter: blur(10px);
  padding: 15px;
  background-color: #fff;
}
.testimonials-section .testi-card .user-wrapper .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.testimonials-section .testi-card .quote {
  position: absolute;
  left: 40px;
  top: 40px;
  font-size: 70px;
  line-height: 0.7;
  opacity: 0.1;
}
.testimonials-section .testi-card .main-text {
  font-size: 16px;
  margin-top: 30px;
}

/*--------------parades---------------*/
/* ====Responsive==== */
@media screen and (max-width: 768px) {
  .navbar-nav.mx-auto.d-flex.align-items-center {
    align-items: flex-start !important;
  }
  .is-mobile {
    display: block;
  }
  .is-desktop {
    display: none;
  }
  .clip-image-right,
  .clip-image-left,
  .clip-image-bottom {
    clip-path: none;
  }
  .services-section .cursor .items {
    padding: 0rem;
  }
  .fs-1 {
    font-size: 1.5rem !important;
  }
}
@media screen and (max-width: 640px) {
  .pt-128 {
    padding-top: 85px !important;
  }
  .services-section img.parallax-image {
    width: 90%;
  }
  .faqs-section .card::after {
    display: none;
  }
  .faqs-section .curve img {
    margin-top: 92px;
    width: 200px;
    height: 100px;
  }
  .container {
    padding: 0 25px;
  }
  .hero-section img.parallax-image {
    height: 320px !important;
  }
  .mt-5 {
    margin-top: 1rem !important;
  }
  .book-font {
    font-size: 40px !important;
  }
  .fs-2 {
    font-size: 1.325rem !important;
  }
  .services-section .cursor {
    padding-bottom: 3rem !important;
  }
  .services-section .cursor .items {
    top: 0;
  }
  .services-section .cursor .items .col-md-6:nth-child(2n) > .card,
  .services-section .cursor .items .col-md-6:nth-child(3n) > .card {
    margin-top: 15px;
  }
  .services-section img.parallax-image {
    min-height: 610px;
  }
  .design-section .col-md-4:nth-child(2n) > .card {
    margin-top: 0px;
  }
  .footer {
    background-size: cover;
  }
  .footer .px-3 {
    padding-right: 0.3rem !important;
    padding-left: 0.3rem !important;
  }
  .footer span {
    font-size: 13px;
  }
  .faqs-section .items {
    position: relative;
  }
  .faqs-section .curve {
    width: 320px;
    height: 320px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
/* ======= */
@media screen and (max-width: 480px) {
  .services-section img.parallax-image {
    min-height: 360px !important;
    height: 360px !important;
  }
  .services-section .cursor .items {
    position: relative;
  }
}/*# sourceMappingURL=style.css.map */