@charset "UTF-8";
@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;
}
@font-face {
  font-family: "Geograph Medium";
  src: url("../fonts/geograph/Geograph Medium.ttf");
}
.font-geograph-medium {
  font-family: "Geograph Medium" !important;
}

.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: 80px !important;
}

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

:root {
  --primary: #01342d;
  --primary-light: #f0f4f3;
  --primary-1: #96ece1;
  --secondary: #01babb;
  --secondary-1: #eff8f7;
  --secondary-2: #00cc75;
  --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, rgb(150, 236, 225) 0%, rgb(1, 220, 126) 100%);
}

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

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

.h-200 {
  height: 200px !important;
}

.h-auto {
  height: auto !important;
}

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

.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: "Geograph Medium", sans-serif !important;
  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;
  overflow-x: hidden !important;
}

p {
  font-size: 14px;
}

.ui-section.min-height .container h3 {
  font-size: 1.6rem !important;
}

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

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

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

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

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

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

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

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

.size-40 {
  font-size: 35px !important;
}

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

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

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

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

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

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

.ui-section.min-height .container h1,
.ui-section.min-height .container h2,
.ui-section.min-height .container h3,
.ui-section.min-height .container h4,
.ui-section.min-height .container h5,
.ui-section.min-height .container h6 {
  margin-bottom: 10px;
}

.ui-section.min-height .container p,
.ui-section.min-height .container span {
  margin: 10px 0px;
  color: #7a7a7a;
}

.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;
}

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

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

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

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

.primary-light-bg {
  background-color: var(--primary-light) !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);
}

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

.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;
}

.elementor-1656 .elementor-element.elementor-element-c096769.elementor-element {
  margin-top: 10px !important;
}

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;
  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;
}

h1,
h2,
h3,
h4,
h5,
h6,
p article {
  white-space: normal !important;
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.elementor-heading-title {
  line-height: normal !important;
}

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

.info.parallax-container {
  width: 100%;
  height: 100%;
  perspective: 1000px;
  overflow: hidden;
  position: relative;
}
.info.parallax-container .parallax-image {
  transition: transform 0.3s ease;
  will-change: transform;
  position: relative;
  z-index: 2;
}

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

.home-section {
  background-image: url("../images/home-bg.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;
  padding: 20px 0px;
}
header .top-header {
  border-radius: 0px 0px 50px 50px !important;
}
header .top-header .nav-link {
  color: white !important;
}
header .search-btn {
  width: 47px;
  height: 47px;
  border-radius: 100%;
}

/* Optional shadow */
.navbar-nav .nav-item {
  padding: 25px 0;
  position: unset;
}
.navbar-nav .nav-item .nav-link {
  position: relative;
  border-radius: var(--radius);
}
.navbar-nav .nav-item .nav-link:hover {
  transition: all 0.6s ease;
  color: var(--secondary-2) !important;
}
.navbar-nav .nav-item .nav-link.active {
  transition: all 0.6s ease;
  color: var(--secondary-2) !important;
}

header.nav-scroll {
  transition: all 0.3s ease;
  background-color: #FFF;
  padding: 0px;
}

.nav-link {
  padding: 10px 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;
}

.date {
  padding: 10px 35px;
  border-radius: 100px;
  width: auto;
  display: inline-block;
  background: #00CC75;
  background: linear-gradient(90deg, rgba(0, 204, 117, 0) 0%, rgba(0, 204, 117, 0.24) 100%);
  color: var(--secondary-2);
}

.more-icon {
  margin-top: auto;
  margin-bottom: 20px;
}

.takes-img {
  position: absolute;
  width: 240px;
  height: 240px;
  border-radius: 50% 50% 0% 50%;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(0, 204, 117, 0.2), rgba(0, 204, 117, 0.06));
  display: flex;
  align-items: center;
  right: -25px;
  bottom: 0;
  justify-content: center;
  transition: width 0.8s ease-in-out, height 0.8s ease-in-out, border-radius 0.8s ease-in-out, right 0.8s ease-in-out;
}
.takes-img .info p {
  transition: color 0.3s ease-in-out;
  /* سرعة التغيير */
  transition-delay: 0s;
  /* مفيش تأخير افتراضى */
}
.takes-img .is-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 25px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transform-origin: center;
  pointer-events: none;
}

.takes-img img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.min-h-90 {
  min-height: 90px !important;
}

.shape_title {
  position: relative;
}
.shape_title::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 110px;
  background-image: url("../images/shape_title.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/*---------------footer--------------------------*/
.footer {
  padding-bottom: 120px !important;
  overflow: hidden;
}
.footer .border-left-footer {
  border-left: 1px solid var(--primary-light);
}
.footer .text-muted {
  color: #bbbaba !important;
}
.footer .menu-links a {
  position: relative;
}
.footer .footer-bottom a:hover {
  color: var(--secondary-2) !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;
}

.contact_form .form-control,
.contact_form .form-select {
  min-height: 40px;
  border: 0px;
  border-radius: 30px;
  padding: 0.7rem 1rem;
  border: 1px solid rgba(0, 26, 22, 0.1882352941);
}

.modal-header {
  border-bottom: 0px !important;
}

.nav-item:hover > .sub-menu {
  display: block;
}

.sub-menu .nav-link {
  padding: 10px 15px;
  color: #333;
  background-color: #fff;
}

.sub-menu .nav-link:hover,
.sub-menu .nav-link.active {
  background-color: #007bff;
  color: #fff;
}

.non-active {
  display: none;
}

/* --------------- 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;
  right: 13px;
  position: absolute;
  top: 20px;
}

.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 2rem;
}
.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: 40px;
  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: 35px 8px 10px 35px !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;
}

.numbers-slider {
  overflow: hidden;
}

.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 {
  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/arabic_font/68a9320c5e952375533187b7_GT-America-Arabic-Regular.otf);
  src: url(../fonts/arabic_font/68a9320c5e952375533187b7_GT-America-Arabic-Regular.woff2);
}
@font-face {
  font-family: "GT-America-Arabic-bold";
  src: url(../fonts/arabic_font/68a9320cfcb5deb30012c1aa_GT-America-Arabic-Bold.otf);
  src: url(../fonts/arabic_font/68a9320cfcb5deb30012c1aa_GT-America-Arabic-Bold.woff2);
}
@font-face {
  font-family: "GT-America-Arabic-Black";
  src: url(../fonts/arabic_font/68a9320c73c6151a53d0febd_GT-America-Arabic-Black.otf);
  src: url(../fonts/arabic_font/68a9320c73c6151a53d0febd_GT-America-Arabic-Black.woff2);
}
.font-black,
.font-black h2 {
  font-family: "GT-America-Arabic-Black" !important;
}

.font-america-bold {
  font-family: "GT-America-Arabic-bold" !important;
}

.font-regular {
  font-family: "Somar" !important;
}

.services-section .cursor .card img {
  min-width: 47px !important;
  height: 47px !important;
}

html[dir=ltr] p.elementor-icon-box-description,
html[dir=ltr] .elementor-1653 .elementor-element.elementor-element-ccb6413 .elementor-heading-title {
  font-family: "Schibsted Grotesk" !important;
  font-weight: 500;
}
html[dir=ltr] .elementor-1653 .elementor-element.elementor-element-ccb6413.elementor-element {
  margin-top: 20px !important;
}
html[dir=ltr] p.elementor-icon-box-description {
  margin-top: 8px !important;
}
html[dir=ltr] .float-btns {
  right: 20px;
}
html[dir=ltr] .nav-link.active {
  text-align: left !important;
}
html[dir=ltr] .navbar-toggler {
  right: 13px;
}
html[dir=ltr] .services-section .cursor .card img {
  margin-right: 15px;
}

.studio-card .icon img {
  height: 18px !important;
  -o-object-fit: contain;
     object-fit: contain;
}

figure.swiper-slide-inner {
  padding: 14px 15px;
  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%;
}

h6.mega-title.font-medium {
  opacity: 0 !important;
  display: none;
}

/*--------------hero-form---------------*/
.hero-form {
  position: relative;
  overflow: hidden;
}
.hero-form .check-list {
  position: relative;
  padding-top: 10px;
}
.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: 10px;
  flex-shrink: 0;
}
.hero-form .check-list li .txt {
  font-size: 18px;
}
.hero-form .form-box {
  position: relative;
  padding: 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: 10px;
}
.hero-form .form-box .form-group label {
  font-size: 13px;
}
.hero-form .form-control::-moz-placeholder {
  color: #ccc;
}
.hero-form .form-control::placeholder {
  color: #ccc;
}
.hero-form .cursor {
  position: relative;
  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: #f9f9f9;
  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;
  padding-bottom: 25px !important;
  display: block;
}
.apps-section .web-card .img {
  position: relative;
  display: block;
}
.apps-section .web-card .img img {
  width: 100%;
  height: 260px;
  -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 20px 0px 30px;
}
.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);
}

.apps-slider {
  overflow: hidden;
}

/*--------------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 25px 15px 25px;
  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;
}

.sector-section {
  position: relative;
  z-index: 10;
}

.sector-section .title {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(0, 204, 117, 0.15) 100%);
  border-left: 5px solid #00CC75;
  padding: 50px 0;
}

.sector-section .title h2 {
  font-size: 40px;
}

.sector-section .inspire-logo {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  pointer-events: none;
}

.sector-section .grad-curve {
  position: absolute;
  left: 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;
  -webkit-backdrop-filter: blur(10px);
          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;
}

.ui-section.min-height .container {
  border: 1px solid rgb(219, 218, 218);
  border-radius: 30px;
  padding: 60px;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1);
}

.modal-content {
  padding: 25px;
  border-radius: 30px !important;
}

.title-vector h2 {
  position: relative;
  padding: 20px;
}
.title-vector h2::after {
  position: absolute;
  content: "";
  bottom: 3px;
  background: url(../images/icons/vector.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 144px;
  height: 81px;
  right: 3px;
}

.title-vector2 h4 {
  position: relative;
  padding: 20px;
}
.title-vector2 h4::after {
  position: absolute;
  content: "";
  bottom: -6px;
  background: url(../images/icons/vector.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 124px;
  height: 78px;
  left: 16px;
}

.title-vector2.small-vector h4::after {
  width: 120px;
  left: -2px;
  bottom: 16px;
}

.title-vector-word {
  position: relative;
}
.title-vector-word::after {
  position: absolute;
  content: "";
  bottom: -16px;
  background: url(../images/icons/vector.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 150px;
  height: 90px;
  left: -11px;
}

.gallery-spacing-custom .elementor-image-gallery .gallery-icon {
  padding: 40px !important;
}

#gallery-1 img {
  height: 120px !important;
  -o-object-fit: contain;
     object-fit: contain;
}

.partners-gallery .gallery-item {
  margin-top: 0px !important;
  padding: 30px !important;
  width: 100%;
  height: 260px;
  border: 1px solid rgba(240, 244, 243, 0.48);
}
.partners-gallery .gallery-item .gallery-icon.portrait,
.partners-gallery .gallery-item .gallery-icon,
.partners-gallery .gallery-item a {
  width: 100%;
  height: 100%;
  display: flex;
}
.partners-gallery .gallery-item .gallery-icon.portrait img,
.partners-gallery .gallery-item .gallery-icon img,
.partners-gallery .gallery-item a img {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border: 0px !important;
  filter: grayscale(1);
}

body.elementor-editor-active .clip-image-right,
.elementor-editor-active .clip-image-left,
.elementor-editor-active .clip-image-bottom {
  clip-path: none !important;
  transition: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.e-con-boxed,
.e-con-inner,
.elementor-widget-container {
  display: contents !important;
}

.otgs-development-site-front-end {
  display: none !important;
}

#phone2::-moz-placeholder, #whatsapp::-moz-placeholder {
  direction: ltr;
}

#phone2::placeholder,
#whatsapp::placeholder {
  direction: ltr;
}

.elementor-element-ccb5c19 .e-con-inner {
  display: flex !important;
  max-width: 1320px !important;
}

.elementor-element-ff01c73 {
  max-width: 1320px !important;
  margin: auto !important;
}

.elementor-1653 .elementor-element.elementor-element-d185600,
.elementor-element-48bf9a4,
.elementor-element-b8c037d,
.elementor-element-6f39975,
.elementor-element-454d27e,
.elementor-element-118bc42,
.elementor-element-7bc162d,
.elementor-element-5a151c6,
.elementor-element-a1c23ca,
.elementor-element-ae8ec90,
.elementor-element-22e7865,
.elementor-element-7a4d2c4,
.elementor-element-a1c23ca .elementor-element-9b1647e,
.elementor-element-4206162,
.elementor-element-8101590,
.elementor-element-9b1647e,
.elementor-element-b9c24af,
.elementor-element-a12cecd,
.elementor-element-8f34af3,
.elementor-element-8be14b8,
.elementor-element-cfabecf,
.elementor-element-0d64869,
.elementor-element-8ebb411,
.elementor-element-5f4f701,
.elementor-element-243b485,
.elementor-element-31749f5,
.elementor-element-1c4e1c72,
.elementor-element-7a076564 {
  display: block !important;
}
.elementor-1653 .elementor-element.elementor-element-d185600 .e-con-inner,
.elementor-element-48bf9a4 .e-con-inner,
.elementor-element-b8c037d .e-con-inner,
.elementor-element-6f39975 .e-con-inner,
.elementor-element-454d27e .e-con-inner,
.elementor-element-118bc42 .e-con-inner,
.elementor-element-7bc162d .e-con-inner,
.elementor-element-5a151c6 .e-con-inner,
.elementor-element-a1c23ca .e-con-inner,
.elementor-element-ae8ec90 .e-con-inner,
.elementor-element-22e7865 .e-con-inner,
.elementor-element-7a4d2c4 .e-con-inner,
.elementor-element-a1c23ca .elementor-element-9b1647e .e-con-inner,
.elementor-element-4206162 .e-con-inner,
.elementor-element-8101590 .e-con-inner,
.elementor-element-9b1647e .e-con-inner,
.elementor-element-b9c24af .e-con-inner,
.elementor-element-a12cecd .e-con-inner,
.elementor-element-8f34af3 .e-con-inner,
.elementor-element-8be14b8 .e-con-inner,
.elementor-element-cfabecf .e-con-inner,
.elementor-element-0d64869 .e-con-inner,
.elementor-element-8ebb411 .e-con-inner,
.elementor-element-5f4f701 .e-con-inner,
.elementor-element-243b485 .e-con-inner,
.elementor-element-31749f5 .e-con-inner,
.elementor-element-1c4e1c72 .e-con-inner,
.elementor-element-7a076564 .e-con-inner {
  max-width: 1366px !important;
  display: block !important;
}

.elementor-element-31749f5,
.elementor-element-243b485,
.elementor-element-0d64869,
.elementor-element-8ebb411 {
  background-color: var(--primary) !important;
}

.elementor-1653 .elementor-element.elementor-element-d185600,
.elementor-element-ae8ec90,
.elementor-element-a1c23ca {
  background-color: #f0f4f3;
}

.elementor-element-48bf9a4,
.elementor-element-6f39975 {
  background-color: #fff;
}

.font-medium {
  font-family: "Geograph Medium" !important;
}
.font-medium h1,
.font-medium h2,
.font-medium span {
  font-family: "Geograph Medium" !important;
}

.elementor-2828 .elementor-element.elementor-element-042f692 {
  width: 100% !important;
}

.services-grid .elementor-widget-icon-box {
  margin-bottom: 20px !important;
}

.meet-btn a.elementor-button {
  position: relative;
  padding: 18px 65px 18px 20px;
}
.meet-btn a.elementor-button::after {
  position: absolute;
  content: "";
  top: 7px;
  right: 7px;
  background: url(../images/icons/arrow-btn.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
}

.btn-gradiant-2 {
  background: url(../images/gradiant-2_btn.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 15px;
}

.tags-section .elementor-widget-icon-box {
  background-color: #ffffff;
  border-radius: 38px;
  display: block;
  width: 100%;
  padding: 12px;
}

.services_slider .swiper-pagination-bullet-active {
  background-color: var(--primary) !important;
}
.services_slider .swiper-slide {
  height: auto;
}

.partners-carousel img {
  height: 90px !important;
  -o-object-fit: contain;
     object-fit: contain;
}

.studio-card {
  background-color: var(--primary-light) !important;
  position: relative;
  overflow: hidden;
}
.studio-card .main-img {
  border-radius: var(--radius-20);
  height: 290px !important;
  position: absolute;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  right: 0;
  left: 0;
  margin: auto;
}
.studio-card .card-img {
  position: relative;
  text-align: center;
}
.studio-card .card-img .imgs-content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.studio-card .card-img .imgs-content img {
  position: relative;
  max-height: 310px;
  transition: all 0.3s ease-in-out;
  width: 180px;
  margin-bottom: -40px;
  border: 2px solid var(--primary);
  border-radius: var(--radius-20);
}
.studio-card .card-img .imgs-content img:nth-child(1) {
  transform: translateX(15px);
  z-index: 0;
}
.studio-card .card-img .imgs-content img:nth-child(2) {
  transform: translateY(-20px);
  z-index: 1;
}
.studio-card .card-img .imgs-content img:nth-child(3) {
  transform: translateX(-15px);
  z-index: 0;
}
.studio-card .mob-app {
  position: absolute;
  left: -10px;
  bottom: -20px;
  border: 2px solid var(--primary);
  border-radius: var(--radius-20);
  overflow: hidden;
}
.studio-card .mob-app img {
  height: 225px;
}
.studio-card::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  background-image: url("../images/gradiant-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  right: 0;
  width: 100%;
  height: 100%;
}

.latest-takes-slider .studio-card {
  min-height: 440px;
}

.studio-card .mob-app.small-mob-app {
  left: -5px !important;
}

.hero-work {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.hero-work .main-img {
  position: relative;
  padding-left: 145px;
}
.hero-work .main-img img {
  width: 100%;
  height: 700px;
  -o-object-position: top;
     object-position: top;
  border-radius: 20px 20px 0px 0px;
  transition: all 3s ease;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-work .main-img img:hover {
  -o-object-position: bottom;
     object-position: bottom;
  transition: all 3s ease;
}
.hero-work .main-img .mob-img {
  background-image: url(../images/mob-frame.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 210px;
  padding: 5px;
  height: 380px;
  border-radius: 20px 20px 0px 0px;
}
.hero-work .main-img .mob-img img.mob {
  -o-object-position: top;
     object-position: top;
  transition: all 3s ease;
  height: 380px;
}
.hero-work .main-img .mob-img img.mob:hover {
  -o-object-position: bottom;
     object-position: bottom;
  transition: all 3s ease;
}
.hero-work .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}
.hero-work .swiper-pagination-bullet-active {
  background-color: #0a2754;
}
.hero-work .mob-apps {
  padding: 150px 0px 100px;
}
.hero-work .mob-apps .swiper-wrapper {
  height: 100% !important;
}

.swiper.hero-work-mob {
  border: 3px solid #1d2a3b;
  width: 100%;
  padding: 0px;
  height: 500px;
  overflow: hidden;
  border-radius: 20px;
}
.swiper.hero-work-mob .swiper-slide {
  width: 100% !important;
}
.swiper.hero-work-mob .mob-img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
}
.swiper.hero-work-mob .mob-img img.mob {
  -o-object-position: top;
     object-position: top;
  transition: all 3s ease;
  height: 100%;
  width: 100%;
}
.swiper.hero-work-mob .mob-img img.mob:hover {
  -o-object-position: bottom;
     object-position: bottom;
  transition: all 3s ease;
}
.swiper.hero-work-mob .swiper-pagination-bullet {
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.6);
}
.swiper.hero-work-mob .swiper-pagination-bullet-active {
  background-color: #0a2754;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
}

.help-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.help-item {
  position: relative;
  cursor: pointer;
}

.help-item input {
  display: none;
}

.help-item span {
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid rgba(1, 52, 45, 0.3098039216);
  border-radius: 25px;
  font-size: 14px;
  transition: all 0.3s ease;
}

.help-item input:checked + span {
  background-color: rgba(0, 204, 117, 0.1803921569);
  color: var(--primary);
  border-color: var(--primary);
  position: relative;
  padding: 10px 35px;
}
.help-item input:checked + span::after {
  position: absolute;
  content: "";
  top: 10px;
  left: 10px;
  background-image: url("../images/icons/check_true.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
}

.gradiant2-bg {
  display: inline;
  padding: 7px;
}

.gradiant2-bg,
.gradiant3-bg {
  background: #F0F4F3;
  background: linear-gradient(90deg, rgba(240, 244, 243, 0) 0%, rgba(240, 244, 243, 0.74) 100%);
  border-radius: 55px;
}

.gradiant3-bg {
  display: flex;
}

.partners-menu-gallery .gallery-item {
  border: 1px solid #f0f4f3;
  background-color: #FFF;
  height: 170px;
  padding: 35px !important;
  justify-content: center;
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}
.partners-menu-gallery .gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.mega-menu {
  position: absolute;
  left: 0;
  right: 0px;
  width: 80%;
  background: rgba(255, 255, 255, 0.968627451);
  padding: 0px;
  margin: auto;
  display: none;
  border: 1px solid rgba(1, 52, 45, 0.1294117647);
  border-radius: 20px;
  top: 76%;
  text-align: left;
  background-image: url("../images/mega_bg.svg");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
  overflow: hidden;
  z-index: 100;
}

.studio-mega.mega-menu {
  width: 88%;
}

.mega-parent:hover .mega-menu {
  display: block;
}

.mega-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mega-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
}
.mega-item:hover {
  border-bottom: 1px solid var(--secondary-2) !important;
}
.mega-item .mega-link {
  padding: 15px 0px;
  position: relative;
  display: block;
}
.mega-item .mega-link:hover {
  color: var(--secondary-2) !important;
}
.mega-item .mega-link:hover::after {
  position: absolute;
  content: "";
  top: 15px;
  right: 0;
  width: 24px;
  height: 20px;
  background-image: url("../images/icons/chevron_icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.mega-item:last-child {
  border-bottom: 0px;
}

.mega-static {
  color: #FFF;
  top: -10px;
  right: -10px;
  padding: 40px;
  height: 100%;
  background-image: url("../images/megamenu_shape.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.meet-section {
  background-image: url("../images/meet_bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.meet-section::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 230px;
  height: 220px;
  background-image: url("../images/stars.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.elementor-element-d3e8eb1,
.elementor-widget-container {
  width: 100% !important;
  display: block !important;
}

.latest-takes-slider {
  overflow: hidden;
}
.latest-takes-slider .swiper-pagination {
  bottom: -25px !important;
}
.latest-takes-slider .studio-card {
  transition: all 0.3s ease-in-out;
}
.latest-takes-slider .studio-card:hover {
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.latest-takes-slider .studio-card:hover .takes-img {
  width: 100%;
  height: 100%;
  right: 0;
  border-radius: 0px;
}
.latest-takes-slider .studio-card:hover .takes-img .is-overlay {
  opacity: 1;
}
.latest-takes-slider .studio-card:hover .info p {
  color: white !important;
  transition: color 0.3s ease-in-out;
  transition-delay: 0.5s;
}

.studio-card .card-img .imgs-content.small-images img {
  max-height: 130px !important;
}

.studio-card .main-img.small-main-img {
  max-height: 125px !important;
}

.studio-card .mob-app.small-mob-app img {
  height: 120px !important;
  max-height: 120px !important;
}

.sector-section h2 span.second-word {
  position: relative;
  display: inline-block;
}

.sector-section h2 span.second-word::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../images/icons/vector.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: -1;
}

.changes-text {
  position: relative;
  display: block;
  min-height: 200px !important;
}

.changes-text span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  transition: all 1s ease;
}

.changes-text span.active {
  opacity: 1;
  transition: all 1s ease;
}

.social-icons {
  position: relative;
}

.social-icons .icons a {
  position: relative;
  width: 40px;
  height: 40px;
  margin-inline-end: 10px;
}

.footer {
  position: relative;
  z-index: 5;
}

.mega-static {
  height: auto;
}

.partners-gallery .gallery-item .gallery-icon.portrait img,
.partners-gallery .gallery-item .gallery-icon img,
.partners-gallery .gallery-item a img {
  filter: grayscale(0);
}

.elementor-2828 {
  position: relative;
  z-index: 20;
}

.inner-hero-img {
  height: 500px !important;
}

.elementor-2828::after {
  position: absolute;
  content: "";
  left: 20%;
  top: 0;
  width: 60vw;
  height: 60vw;
  border-radius: 50%;
  background-color: rgba(0, 208, 132, 0.89);
  z-index: -1;
  transform: translateY(-50%);
  filter: blur(300px);
  opacity: 0.3;
}

.changes-logos {
  position: relative;
  width: 140px;
  height: 40px;
  padding: 0 20px;
  text-align: center;
  /* margin-inline-start: 20px; */
  display: inline-block;
}

.changes-logos img {
  position: absolute;
  width: 70%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  /* display: none; */
  top: 0;
  left: 15%;
  opacity: 0;
  transition: all 1s ease;
}

.changes-logos img.active {
  /* display: block; */
  opacity: 1;
  transition: all 1s ease;
}

.changes-logos::before {
  position: absolute;
  content: "(";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.changes-logos::after {
  position: absolute;
  content: ")";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.social-icons {
  position: relative;
}

.social-icons .icons a {
  position: relative;
  width: 45px;
  height: 45px;
  background-image: url(../images/social/sq.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-inline-end: 5px;
  margin-bottom: 5px;
}

.social-icons .icons a i {
  position: relative;
  color: #fff;
  font-size: 18px;
  z-index: 5;
  /* right: 1px;
      top: -4px; */
}

/*--------------parades---------------*/
html[dir=rtl] .studio-card .icon img {
  transform: rotate(180deg);
}
html[dir=rtl] a.text-start {
  text-align: left !important;
}
html[dir=rtl] .stories-section .card,
html[dir=rtl] .ui-section .card {
  padding: 35px 35px 10px 8px !important;
}
html[dir=rtl] .sector-section .title {
  border-right: 5px solid #00CC75;
  border-left: 0px;
}
html[dir=rtl] .changes-text {
  min-height: 130px !important;
}
html[dir=rtl] .float-btns {
  left: 20px;
}
html[dir=rtl] .float-btns .rotate-80 {
  transform: rotate(80deg);
}
html[dir=rtl] .nav-link.active {
  text-align: right !important;
}
html[dir=rtl] .navbar-nav .nav-item .nav-link {
  font-weight: bold;
}
html[dir=rtl] .gradiant2-bg,
html[dir=rtl] .gradiant3-bg {
  background: linear-gradient(270deg, rgba(240, 244, 243, 0) 0%, rgba(240, 244, 243, 0.74) 100%);
}
html[dir=rtl] .pe-5 {
  padding-left: 3rem !important;
  padding-right: unset !important;
}
html[dir=rtl] h1.font-medium,
html[dir=rtl] .font-medium h1,
html[dir=rtl] .font-medium h2,
html[dir=rtl] .font-medium span {
  font-family: "GT-America-Arabic-Black" !important;
}
html[dir=rtl] .changes-logos::before {
  content: ")";
}
html[dir=rtl] .meet-btn a.elementor-button::after {
  right: unset;
  left: 7px;
  transform: rotate(180deg);
}
html[dir=rtl] .meet-btn a.elementor-button {
  padding: 18px 20px 18px 65px;
}
html[dir=rtl] .changes-logos::after {
  content: "(";
}
html[dir=rtl] .studio-card .card-img .imgs-content img:nth-child(1) {
  transform: translateX(-15px);
}
html[dir=rtl] .studio-card .card-img .imgs-content img:nth-child(3) {
  transform: translateX(15px);
}
html[dir=rtl] .mega-menu {
  text-align: right !important;
}
html[dir=rtl] .mega-link:hover::after {
  left: 0;
  right: unset !important;
  transform: rotate(180deg);
}
html[dir=rtl] .elementor-1656 .elementor-element.elementor-element-0343d4d .elementor-icon-box-title,
html[dir=rtl] .elementor-1656 .elementor-element.elementor-element-0343d4d .elementor-icon-box-title a {
  font-size: 15px;
}
html[dir=rtl] .title-vector2 h4::after {
  position: absolute;
  content: "";
  bottom: 22px;
  background-size: cover;
  width: 117px;
  height: 67px;
  right: 16px;
}
html[dir=rtl] .elementor-1656 .elementor-element.elementor-element-a4b5a85 .elementor-heading-title {
  padding: 10px;
}
html[dir=rtl] .elementor-element-a4b5a85.title-vector2 h4::after {
  bottom: 4px;
  width: 117px;
  right: 235px;
}
html[dir=rtl] .takes-img {
  left: 0;
  right: auto;
  border-radius: 50% 50% 50% 0%;
}
html[dir=rtl] .studio-card:hover .takes-img {
  left: 0;
  right: auto;
}
html[dir=rtl] .shape_title::after {
  background-size: cover !important;
}
html[dir=rtl] .title-vector h2::after {
  bottom: 10px;
  width: 158px;
  height: 88px;
  right: 215px;
}
html[dir=rtl] .elementor-1656 .elementor-element.elementor-element-bde0c03 .elementor-heading-title {
  padding: 10px 0px 10px 30px;
}
html[dir=rtl] .ps-2 {
  padding-right: 1rem !important;
}
html[dir=rtl] .navbar-toggler {
  left: 13px !important;
  right: unset !important;
}
html[dir=rtl] .pe-7 {
  padding-left: 7rem !important;
  padding-right: unset !important;
}
html[dir=rtl] .rotate-45 {
  transform: rotate(220deg);
}
html[dir=rtl] .design-section .card {
  background-image: url(../images/card_bg_flip.png);
}
html[dir=rtl] .icon.gradiant-bg {
  transform: rotate(285deg);
}
html[dir=rtl] .faqs-section .col-lg-4.sp-width:nth-child(2) > .card::after {
  right: -74px;
  left: unset;
  background-image: url(../images/icons/arrow-left.svg);
}
html[dir=rtl] .faqs-section .col-lg-4.sp-width:nth-child(1) > .card::after {
  left: -74px;
  right: unset;
  background-image: url(../images/icons/arrow-right.svg);
}
html[dir=rtl] .services-section .cursor .card img {
  margin-left: 15px;
}
html[dir=rtl] .ms-auto {
  margin-right: auto !important;
  margin-left: unset !important;
}
html[dir=rtl] .form-select {
  background-position: left 0.75rem center;
}
html[dir=rtl] body {
  direction: rtl;
  font-family: "Somar" !important;
  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-family: "GT-America-Arabic-bold" !important;
  line-height: 1.6;
}
html[dir=rtl] .font-medium {
  font-family: "Somar" !important;
}
html[dir=rtl] .font-medium.mega-title,
html[dir=rtl] h5.font-medium {
  font-family: "GT-America-Arabic-Black" !important;
}
html[dir=rtl] .rotate-left {
  transform: rotate(180deg) !important;
}
html[dir=rtl] .font-medium h4.elementor-icon-box-title span {
  font-family: "GT-America-Arabic-bold" !important;
}

.hero-form .check-list li .txt {
  font-size: 16px;
}

.float-btns {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  /* مسافة بين الأيقونات */
}
.float-btns a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.float-btns a .cir-txt {
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
  margin-bottom: 5px;
  background: linear-gradient(90deg, #6cc7bb 0%, #22b978 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.float-btns a .icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.07);
  color: #1d2a3b;
  font-size: 18px;
  transition: 0.3s;
}
.float-btns a .icon:hover {
  background-color: #f2f2f2;
}
.float-btns a img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.07);
  transition: 0.3s;
}
.float-btns a img:hover {
  background-color: #f2f2f2;
}

.faqs-section p.fs-2.primary-color {
  font-family: auto !important;
}

.post-section-st2 {
  position: relative;
  z-index: 10;
}
.post-section-st2 h2 {
  font-size: 1.5rem !important;
}
.post-section-st2 h3 {
  font-size: 1.35rem !important;
}
.post-section-st2 table td,
.post-section-st2 table tfoot,
.post-section-st2 table th,
.post-section-st2 table thead,
.post-section-st2 table tr {
  border: 1px solid #f1e9e9;
  padding: 15px 10px !important;
}
.post-section-st2 table {
  margin-bottom: 20px;
}
.post-section-st2 a {
  text-decoration: underline !important;
  padding: 0px 7px;
}
.post-section-st2 ul,
.post-section-st2 li {
  list-style: disc !important;
}

.post-section-st2 .main-img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 525px;
}

.post-section-st2 .main-img::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  z-index: 0;
}

.post-section-st2 .main-img .float-info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 5vw;
  padding-bottom: 120px;
  text-align: center;
  z-index: 2;
  color: #fff;
}

.post-section-st2 .main-info {
  position: relative;
  z-index: 10;
}

.post-section-st2 .main-info::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(images/line.png);
  background-size: cover;
  z-index: -1;
  pointer-events: none;
}

.post-section-st2 .main-info {
  position: relative;
  padding: 80px 0;
  background-color: #fff;
  z-index: 10;
}

.post-section-st2 .sub-imgs .img {
  position: relative;
  height: 300px;
  border-radius: 30px;
  overflow: hidden;
  margin: 15px 0;
}

.wid-card {
  position: relative;
  padding: 30px;
  border-radius: 15px;
  /* background: #96ece1; */
  background: linear-gradient(90deg, rgba(150, 236, 225, 0.1) 0%, rgba(1, 220, 126, 0.2) 100%);
}

.wid-card .cr-title {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}

.mini-post {
  position: relative;
  display: flex;
  font-size: 12px;
  margin: 20px 0;
}

.mini-post .img {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  overflow: hidden;
  margin-inline-end: 15px;
  flex-shrink: 0;
}

.mini-post .tags {
  position: relative;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  font-size: 10px;
  font-weight: bold;
}

.widgets {
  position: sticky;
  top: 30px;
}

.post-section-st2 .content-table {
  position: relative;
  padding: 30px;
  border-radius: 15px;
  /* background: #96ece1; */
  background: linear-gradient(-45deg, rgba(150, 236, 225, 0.1019607843) 0%, rgba(1, 220, 126, 0.2) 100%);
}

.post-section-st2 .content-table ul {
  position: relative;
  padding-inline-end: 20px;
  height: 400px;
  overflow-y: auto;
}

.post-section-st2 .content-table ul::-webkit-scrollbar {
  height: 5px;
  width: 5px;
  background: #fff;
  border-radius: 5px;
}

.post-section-st2 .content-table ul::-webkit-scrollbar-thumb {
  background: rgba(1, 220, 126, 0.4);
  border-radius: 5px;
}

.post-section-st2 .content-table ul::-webkit-scrollbar-corner {
  background: rgba(1, 220, 126, 0.4);
  border-radius: 5px;
}

.post-section-st2 .content-table ul a {
  position: relative;
  display: inline-flex;
  font-size: 13px;
  font-weight: 600;
  margin: 8px 0;
}

.post-section-st2 .content-table ul a::before {
  position: relative;
  content: "-";
  margin-inline-end: 5px;
}

.small-images img, .studio-card .mob-app.small-mob-app {
  border-radius: 10px !important;
}

/* --------------- */
.post-card {
  position: relative;
  display: block;
  padding: 40px;
  border: 1px solid #f0f0f0;
  overflow: hidden;
  margin: 0 -1px;
  z-index: 5;
}

.post-card * {
  transition: all 0.5s ease;
}

.post-card .img {
  position: relative;
  height: 250px;
  /* overflow: hidden; */
  margin: 20px 0;
  z-index: -1;
}

.post-card .card-title {
  position: relative;
  font-size: 18px;
}

.post-card .img img {
  transition: all 1s ease;
}

.post-card:hover .img img {
  transform: scale(2);
}

.post-card:hover * {
  color: #fff;
}

.pagination-wrapper .pagination ul {
  display: flex;
}

.pagination-wrapper .pagination li .page-numbers {
  border-radius: 5px !important;
  background-color: transparent;
  color: var(--primary);
  margin: 0 4px;
  width: 45px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.pagination-wrapper .pagination .page-numbers li span.current,
.pagination-wrapper .pagination a.page-numbers:hover,
.pagination-wrapper .pagination .page-numbers.active {
  background-color: var(--primary);
  color: #fff !important;
}

.post-section-st2 p {
  margin: 25px 0px;
}

.stories-section .apps-slider.ui-section .card.web-card {
  padding: 35px 35px 0px 35px !important;
  overflow: hidden !important;
}

/* ====Responsive==== */
@media screen and (max-width: 1470px) {
  .fs-38 {
    font-size: 20px !important;
  }
  h2.fs-2 {
    font-size: 30px !important;
  }
  .fs-1 {
    font-size: 45px !important;
  }
  .elementor-1656 .elementor-element.elementor-element-e629f7d .elementor-heading-title {
    font-size: 36px !important;
  }
  h4.elementor-icon-box-title {
    font-size: 26px !important;
  }
  .elementor-1653 .elementor-element.elementor-element-ccb6413 .elementor-heading-title,
  .elementor-1656 .elementor-element.elementor-element-3b0b98b .elementor-heading-title,
  .elementor-1656 .elementor-element.elementor-element-457286d .elementor-heading-title {
    font-size: 16px !important;
  }
  .elementor-1653 .elementor-element.elementor-element-39a3d50 .elementor-heading-title {
    font-size: 27px !important;
  }
  p.elementor-icon-box-description {
    font-size: 16px !important;
  }
  .elementor-1656 .elementor-element.elementor-element-ce422e5 .elementor-heading-title,
  .elementor-1656 .elementor-element.elementor-element-162a714 .elementor-heading-title,
  .elementor-1656 .elementor-element.elementor-element-c4e7687 .elementor-heading-title,
  .elementor-1653 .elementor-element.elementor-element-f0a44b1 .elementor-heading-title,
  .elementor-1653 .elementor-element.elementor-element-7b3ed6e .elementor-heading-title {
    font-size: 35px !important;
  }
  .elementor-1656 .elementor-element.elementor-element-08cc03e .elementor-heading-title,
  .elementor-1656 .elementor-element.elementor-element-08cc03e .elementor-heading-title,
  .elementor-1656 .elementor-element.elementor-element-20d74ec .elementor-heading-title,
  .elementor-1656 .elementor-element.elementor-element-20d74ec .elementor-heading-title,
  .elementor-1653 .elementor-element.elementor-element-5a15c32 .elementor-heading-title {
    font-size: 40px !important;
  }
  .elementor-1656 .elementor-element.elementor-element-b6d72b6,
  .elementor-element.elementor-element-d2befbc.e-con-full.e-flex.e-con.e-child {
    width: 100% !important;
  }
  .elementor-1653 .elementor-element.elementor-element-d185600 .e-con-inner,
  .elementor-element-48bf9a4 .e-con-inner,
  .elementor-element-b8c037d .e-con-inner,
  .elementor-element-6f39975 .e-con-inner,
  .elementor-element-454d27e .e-con-inner,
  .elementor-element-118bc42 .e-con-inner,
  .elementor-element-5a151c6 .e-con-inner,
  .elementor-element-a1c23ca .e-con-inner,
  .elementor-element-7a4d2c4 .e-con-inner,
  .elementor-element-22e7865 .e-con-inner,
  .elementor-element-7a4d2c4 .e-con-inner,
  .elementor-element-7bc162d .e-con-inner,
  .elementor-element-ae8ec90 .e-con-inner,
  .elementor-element-8101590 .e-con-inner,
  .elementor-element-9b1647e .e-con-inner,
  .elementor-element-4206162 .e-con-inner,
  .elementor-element-9b1647e .e-con-inner,
  .elementor-element-8f34af3 .e-con-inner,
  .elementor-element-b9c24af .e-con-inner,
  .elementor-element-a12cecd .e-con-inner,
  .elementor-element-8ebb411 .e-con-inner,
  .elementor-element-cfabecf,
  .elementor-element-0d64869 .e-con-inner,
  .elementor-element-5f4f701 .e-con-inner,
  .elementor-element-243b485 .e-con-inner,
  .elementor-element-31749f5 .e-con-inner,
  .elementor-element-1c4e1c72 .e-con-inner,
  .elementor-element-7a076564 .e-con-inner {
    max-width: 1140px !important;
  }
  .elementor-1653 .elementor-element.elementor-element-5d61f7b .elementor-icon-box-title,
  .elementor-1653 .elementor-element.elementor-element-5d61f7b .elementor-icon-box-title a {
    font-size: 14px !important;
  }
  html[dir=ltr] .changes-text {
    min-height: 135px !important;
  }
  html[dir=rtl] .changes-text {
    min-height: 90px !important;
  }
  .fs-23 {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 1366px) {
  .mob-app {
    left: 0px;
  }
  .swiper.hero-work-mob {
    height: 430px;
  }
  .fs-84 {
    font-size: 55px !important;
  }
  .shape_title::after {
    height: 97px;
  }
}
@media screen and (max-width: 1087px) {
  .swiper.hero-work-mob {
    height: 360px;
  }
}
@media screen and (max-width: 991px) {
  h3 {
    font-size: 25px !important;
  }
  p.elementor-heading-title {
    font-size: 18px !important;
  }
  .ideas-card {
    padding: 30px !important;
  }
  .elementor-1653 .elementor-element.elementor-element-dfceed4,
  .elementor-element.elementor-element-ccc98f6.e-grid.e-con-full.mt-5.tags-section.wow.fadeIn.Up.slow.e-con.e-child {
    display: block !important;
    text-align: center;
    justify-items: center;
  }
  .elementor-1653 .elementor-element.elementor-element-dfceed4 .elementor-widget-icon-box,
  .elementor-element.elementor-element-ccc98f6.e-grid.e-con-full.mt-5.tags-section.wow.fadeIn.Up.slow.e-con.e-child .elementor-widget-icon-box {
    width: auto !important;
    display: inline-block !important;
    margin: 5px;
  }
  .gallery-spacing-custom .elementor-image-gallery .gallery-icon {
    padding: 0px !important;
  }
  .mega-static {
    display: none;
  }
  .navbar {
    padding: 0;
    /* background-color: transparent; */
    height: 85px;
  }
  .navbar .navbar-brand {
    margin-inline-start: 15px;
  }
  .navbar .navbar-collapse:not(.show) {
    transform: translateX(100%);
    opacity: 0;
    background-color: #fff;
    padding: 15px;
    transition: all 0.4s ease;
  }
  .navbar .navbar-collapse {
    transform: translateX(0%);
    opacity: 1;
    background-color: #fff;
    padding: 15px;
    transition: all 0.4s ease;
  }
  .navbar-nav {
    padding-top: 20px;
  }
  .navbar-nav .nav-item {
    padding: 0;
  }
  .mega-parent {
    position: relative !important;
  }
  .mega-menu {
    width: calc(100vw - 30px) !important;
  }
  .mega-parent:hover .mega-menu {
    display: none;
  }
  .mega-parent .mega-menu {
    display: none;
  }
  .mega-parent .mega-menu.active {
    display: block;
  }
  .hero-form {
    padding: 60px 15px;
  }
  .section_padding {
    padding: 80px 15px;
  }
  #gallery-1 .gallery-item {
    width: 50% !important;
    padding: 30px;
    height: 200px;
  }
  .footer {
    position: relative;
    z-index: 5;
    overflow: hidden;
    padding: 50px 15px;
  }
}
@media screen and (max-width: 768px) {
  .elementor-1653 .elementor-element.elementor-element-d185600 .e-con-inner,
  .elementor-element-48bf9a4 .e-con-inner,
  .elementor-element-b8c037d .e-con-inner,
  .elementor-element-6f39975 .e-con-inner,
  .elementor-element-454d27e .e-con-inner,
  .elementor-element-118bc42 .e-con-inner,
  .elementor-element-5a151c6 .e-con-inner,
  .elementor-element-a1c23ca .e-con-inner,
  .elementor-element-7a4d2c4 .e-con-inner,
  .elementor-element-22e7865 .e-con-inner,
  .elementor-element-7a4d2c4 .e-con-inner,
  .elementor-element-7bc162d .e-con-inner,
  .elementor-element-ae8ec90 .e-con-inner,
  .elementor-element-8101590 .e-con-inner,
  .elementor-element-9b1647e .e-con-inner,
  .elementor-element-4206162 .e-con-inner,
  .elementor-element-9b1647e .e-con-inner {
    max-width: 100% !important;
  }
  .e-con > .e-con-inner > .elementor-widget > .elementor-widget-container,
  .e-con > .elementor-widget > .elementor-widget-container {
    display: block !important;
    width: 100% !important;
  }
  .navbar {
    background-color: #fff;
  }
  .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) {
  .post-section-st2 {
    padding: 0px 20px;
  }
  .elementor-1653 .elementor-element.elementor-element-39a3d50 > .elementor-widget-container {
    padding: 0 5px !important;
  }
  html[dir=ltr] .ms-3 {
    margin-left: 0.5rem !important;
  }
  html[dir=rtl] .ms-3 {
    margin-right: 0.5rem !important;
  }
  .w-44 {
    width: 30px !important;
    min-width: 30px !important;
  }
  .h-44 {
    height: 30px !important;
    line-height: 30px !important;
  }
  .mega-menu {
    border: 0px;
    position: relative;
    top: 0px !important;
    background-image: none;
  }
  .mega-menu .studio-card {
    margin-bottom: 15px;
  }
  .mega-menu .p-5 {
    padding: 0.5rem 2rem !important;
  }
  html[dir=rtl] .elementor-element-a4b5a85.title-vector2 h4::after,
  .title-vector h2::after {
    display: none;
  }
  .section_padding {
    padding: 20px 15px !important;
  }
  .hero-form .d-flex {
    display: block !important;
  }
  .swiper.hero-work-mob {
    height: 450px;
    margin-bottom: 20px;
  }
  .d-none,
  .elementor-element-118bc42,
  .elementor-element-4206162 {
    display: none !important;
  }
  .elementor-1653 .elementor-element.elementor-element-ed0bbc5 .elementor-heading-title,
  .elementor-1656 .elementor-element.elementor-element-e629f7d .elementor-heading-title {
    font-size: 40px !important;
  }
  .hero-form .cursor {
    margin-top: 0px;
  }
  .hero-form .cursor img {
    width: 200px !important;
    height: 200px !important;
  }
  .elementor-1656 .elementor-element.elementor-element-08cc03e .elementor-heading-title,
  .elementor-1656 .elementor-element.elementor-element-08cc03e .elementor-heading-title,
  .elementor-1656 .elementor-element.elementor-element-20d74ec .elementor-heading-title,
  .elementor-1656 .elementor-element.elementor-element-20d74ec .elementor-heading-title,
  .elementor-1653 .elementor-element.elementor-element-ed0bbc5 .elementor-heading-title,
  .elementor-1656 .elementor-element.elementor-element-e629f7d .elementor-heading-title,
  .fs-84 {
    font-size: 26px !important;
  }
  .elementor-1656 .elementor-element.elementor-element-bb724f0 .elementor-heading-title {
    font-size: 30px !important;
  }
  .fs-23 {
    font-size: 19px !important;
  }
  .elementor-1656 .elementor-element.elementor-element-a4b5a85 .elementor-heading-title {
    font-size: 23px !important;
  }
  .font-black,
  .font-black h2 {
    padding: 0 6px;
  }
  .elementor-1656 .elementor-element.elementor-element-ce422e5 .elementor-heading-title,
  .elementor-1656 .elementor-element.elementor-element-162a714 .elementor-heading-title,
  .elementor-1656 .elementor-element.elementor-element-c4e7687 .elementor-heading-title {
    font-size: 25px !important;
  }
  h2 {
    font-size: 30px !important;
    display: inline-block;
  }
  .shape_title::after {
    height: 40px;
  }
  .title-vector h2::after {
    width: 100px;
  }
  .elementor-1653 .elementor-element.elementor-element-ccb6413 .elementor-heading-title {
    font-size: 18px !important;
  }
  .fs-3 {
    font-size: calc(1rem + 0.6vw) !important;
  }
  .latest-takes-slider,
  .elementor-1653 .elementor-element.elementor-element-8f48874 {
    padding: 25px;
  }
  .e-con {
    --container-max-width: 100% !important;
    width: 100% !important;
  }
  header {
    padding: 0px !important;
  }
  .navbar .navbar-collapse {
    position: relative;
    z-index: 1;
  }
  .sub-menu {
    position: relative;
    right: 0px !important;
    box-shadow: none !important;
  }
  .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 0px;
  }
  .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) {
  h1 img {
    width: 80px !important;
  }
  .float-btns a .icon {
    width: 45px;
    height: 45px;
    font-size: 16px;
  }
  .float-btns a .cir-txt {
    display: none;
  }
  .services-section img.parallax-image {
    min-height: 360px !important;
    height: 360px !important;
  }
  .services-section .cursor .items {
    position: relative;
  }
}
.elementor-1653 .elementor-element.elementor-element-517691d {
  width: 100% !important;
}

/* استايل للموبايل */
@media (max-width: 991px) {
  .arrow.arrow-img {
    display: none !important;
  }
  .btn {
    padding: 5px 8px;
    font-size: 13px;
  }
  #navbarSupportedContent {
    width: 100%;
    height: 100vh;
    /* طول الشاشة بالكامل */
    background: #fff;
    /* خلفية */
    overflow-y: auto;
    /* سكرول عمودى لو المحتوى زاد */
    z-index: 9999;
    /* فوق كل حاجة */
    padding-bottom: 5rem;
    /* مساحة تحت */
  }
  /* نخلى الـ mega-menu يظهر كبلوك كامل */
  .mega-menu {
    display: block;
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */