@font-face {
  font-family: "PingAR";
  src: url(../fonts/PingAR+LT-Light.otf);
  font-weight: 400;
}
@font-face {
  font-family: "PingAR-Black";
  src: url(../fonts/PingAR+LT-Black.otf);
}
@font-face {
  font-family: "Ping Medium";
  src: url(../fonts/PingAR+LT-Medium.otf);
}
@font-face {
  font-family: "Ping Regular";
  src: url(../fonts/PingAR+LT-Regular.otf);
}
.semibold {
  font-weight: 600;
}

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

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

:root {
  --mainColor: #493e36;
  --subColor: #8c7d73;
  --primary: #5c8a73;
  --primary-from: #5c8a73;
  --primary-to: #d6a9b8;
  --gradient-stops: #d6a9b8, #5c8a73;
  --secondary: #cfe2de;
  --orange: #fd661f;
  --yellow: #fff6d2;
  --grey: #c4c4c4;
  --grey-1: #f7f5f2;
  --green: #5db168;
  --green2: #1cca81;
  --dark: #000;
  --grey-text: #8d8b8b;
  --brown: #ce8067;
  --cyan: #fdfaf5;
  --radius-1: 30px;
  --radius-24: 24px;
  --radius-2: 13px;
  --gradiant-hero: linear-gradient(
    135deg,
    hsl(340 40% 92%) 0%,
    hsl(165 30% 88%) 100%
  );
}

.box-shadow {
  box-shadow: 0 0.125rem 1.4375rem 0.625rem hsla(274.12, 4.42%, 80.23%, 0.2) !important;
}

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

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

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

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

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

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

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

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

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

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

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

.w-52 {
  width: 52px !important;
}

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

html::-webkit-scrollbar {
  height: 1.25rem;
  width: 0.625rem;
  background: #f1f1f1;
  border-radius: 0.625rem;
}

html::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 0.625rem;
}

html::-webkit-scrollbar-corner {
  background: #999;
  border-radius: 0.625rem;
}

body {
  font-family: "PingAR";
  text-decoration: none;
  font-size: 1rem;
  overflow-x: hidden;
  position: relative;
  background-color: var(--grey-1);
  direction: rtl;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.size-6 {
  font-size: 0.9375rem !important;
}

.vertical-middle {
  vertical-align: middle;
}

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

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

.fs-2 {
  font-size: 1.5rem !important;
}

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

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

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

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

.text-sm {
  font-size: 0.975rem;
  line-height: 1.25rem;
}

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

.rotate {
  transform: rotate(226deg);
  margin-left: 15px;
  margin-top: -28px;
}

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

body a:focus {
  outline: 0;
}

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

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

.btn {
  overflow: hidden;
}

/* ==================== global style ============================== */
.mt-110 {
  margin-top: 9.875rem;
}

.d-inline {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.slideInUp {
  animation: slideInUp 1s ease-in-out forwards;
}

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

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

article {
  line-height: 27.2px;
}

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

.relative {
  position: relative;
}

i {
  font-size: 1.125rem;
}

.gradiant-hero {
  background: var(--gradiant-hero);
}

.background-mainColor {
  background-color: var(--mainColor);
}

.bg-white {
  background-color: white;
}

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

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

.btn {
  text-align: center;
  padding: 0.825rem 1.875rem;
}

.btn-primary.hvr-shutter-out-horizontal {
  background-color: var(--primary);
  border-color: var(--primary);
}
.btn-primary.hvr-shutter-out-horizontal::before, .btn-primary.hvr-shutter-out-horizontal:hover {
  color: white;
}
.btn-primary.hvr-shutter-out-horizontal::before {
  background: var(--mainColor) !important;
}

.btn-brown.hvr-shutter-out-horizontal {
  background-color: var(--mainColor);
  border-color: var(--mainColor);
  color: white !important;
}
.btn-brown.hvr-shutter-out-horizontal::before, .btn-brown.hvr-shutter-out-horizontal:hover {
  color: white;
}
.btn-brown.hvr-shutter-out-horizontal::before {
  background: var(--primary) !important;
}

.btn-outline.hvr-shutter-out-horizontal {
  background-color: white;
  color: var(--primary);
  border: 2px solid var(--primary);
}
.btn-outline.hvr-shutter-out-horizontal::before, .btn-outline.hvr-shutter-out-horizontal:hover {
  border: 2px solid var(--mainColor);
  color: white;
}
.btn-outline.hvr-shutter-out-horizontal::before {
  background: var(--mainColor) !important;
}

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: 1.25rem;
  line-height: 1.7;
  margin: 0;
}

.text,
.text * {
  font-size: 1rem;
  line-height: 1.8;
}

small.text {
  font-size: 0.75rem;
}

.gradient-text {
  background: linear-gradient(90deg, hsl(var(--primary-from)) 0%, hsl(var(--primary-to)) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

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

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--gradient-stops));
}

.section_padding {
  padding: 4rem 0;
}

.dropdown .dropdown-menu {
  border-radius: 0.625rem;
  padding: 0.625rem;
  border: 0;
  box-shadow: 0.9375rem 0.9375rem 1.875rem rgba(0, 0, 0, 0.0666666667);
}
.dropdown .dropdown-menu .dropdown-item {
  font-size: 0.875rem;
  padding: 8px 16px;
  border-radius: 0.625rem;
}

/*---------------header-----------------------*/
header {
  transition: all 0.3s ease;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: transparent;
  /* Optional shadow */
}
header .navbar-nav .nav-item .nav-link {
  position: relative;
  font-weight: bold;
  color: var(--mainColor);
}
header .navbar-nav .nav-item .nav-link::after {
  position: absolute;
  content: "";
  bottom: -0.75rem;
  right: 0;
  left: 0;
  margin: auto;
  height: 0.125rem;
  width: 0rem;
  background-color: var(--primary);
  transition: all 0.6s ease;
  /* Smooth transition when adding/removing the class */
  border-radius: var(--radius);
}
header .navbar-nav .nav-item .nav-link:hover {
  color: var(--primary) !important;
}
header .navbar-nav .nav-item .nav-link:hover::after {
  width: 100%;
  transition: all 0.6s ease;
  /* Smooth transition when adding/removing the class */
}
header .navbar-nav .nav-item .nav-link.active {
  color: var(--primary) !important;
}

header.nav-scroll {
  transition: all 0.3s ease;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(80px);
  -webkit-backdrop-filter: blur(80px);
}

.nav-link {
  padding: 0 0.9375rem !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;
}
.header.transparent-header.nav-scroll .top-header {
  background-color: rgba(0, 0, 0, 0.2);
}
.header.transparent-header.nav-scroll .top-header .nav-link {
  color: white !important;
}

.hero-section {
  position: relative;
  overflow: hidden;
}
.hero-section .left-section img {
  width: 30.625rem;
  height: 30.625rem;
}
.hero-section::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 260px;
  background-image: url("../images/home/hero/shape.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.font-black {
  font-family: "PingAR-Black" !important;
}

.font-medium {
  font-family: "Ping Medium" !important;
}

/*---------------footer--------------------------*/
.footer {
  background: rgba(73, 62, 54, 0.0509803922);
  padding: 25px 0px 0px;
  border-top: 1px solid #e5e0dc;
}
.footer .menu-footer {
  margin-top: 10px;
}
.footer .menu-footer li {
  margin-top: 10px;
}
.footer .menu-footer li a {
  color: var(--subColor);
}
.footer .menu-footer li a:hover {
  color: var(--primary);
}
.footer .socials {
  display: flex;
}
.footer .socials li {
  margin: 0 5px;
  width: 52px;
  height: 52px;
  line-height: 58px;
  border: 1px solid #e2e3e5;
  border-radius: 100%;
  text-align: center;
  overflow: hidden;
}
.footer .socials li a {
  display: block;
  color: var(--mainColor);
  background-color: var(--secondary);
}
.footer .socials li a.hvr-shutter-out-horizontal:before {
  background: var(--primary);
}
.footer .socials li a.hvr-shutter-out-horizontal:before,
.footer .socials li a.hvr-shutter-out-horizontal:hover {
  color: white;
}
.footer .bottom-footer {
  padding: 20px 0px;
  border-top: 1px solid #e5e0dc;
}
.footer .bottom-footer .links a {
  color: var(--mainColor);
  padding: 0px 10px;
}
.footer .bottom-footer .links a:hover {
  color: var(--primary);
}
.footer .letter-spacing {
  letter-spacing: 3px;
}
.footer .payment img {
  margin: 0px 15px;
}

/* --------------- to_top button --------------- */
.progress-wrap {
  position: fixed;
  left: 1.25rem;
  bottom: 1.25rem;
  height: 3.125rem;
  width: 3.125rem;
  cursor: pointer;
  display: block;
  border-radius: 3.125rem;
  box-shadow: inset 0 0 0 0.125rem rgba(0, 0, 0, 0.0666666667);
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  transform: translateX(-6.25rem);
  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: 0.8125rem;
  top: 0.8125rem;
  height: 1.5625rem;
  width: 1.5625rem;
  display: block;
}
.progress-wrap svg path {
  fill: #f8f8f8;
}
.progress-wrap svg.progress-circle path {
  stroke: var(--mainColor);
  stroke-width: 5;
  box-sizing: border-box;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.col-lg-4:nth-child(1n) {
  animation-delay: 0.2s;
}

.col-lg-4:nth-child(2n) {
  animation-delay: 0.5s;
}

.col-lg-4:nth-child(3n) {
  animation-delay: 0.8s;
}

.navbar-toggler {
  border: 0px;
}

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

.testimonials-section .client-card,
.apps-section .client-card {
  padding: 25px;
}
.testimonials-section .swiper-button-next:after,
.testimonials-section .swiper-rtl .swiper-button-prev:after,
.apps-section .swiper-button-next:after,
.apps-section .swiper-rtl .swiper-button-prev:after {
  font-size: 20px;
  color: #fff;
}
.testimonials-section .swiper-button-next,
.testimonials-section .swiper-rtl .swiper-button-prev,
.apps-section .swiper-button-next,
.apps-section .swiper-rtl .swiper-button-prev {
  background: var(--mainColor);
  border-radius: 100%;
  width: 40px;
  height: 40px;
}
.testimonials-section .swiper,
.apps-section .swiper {
  padding: 0 20px 60px;
}
.testimonials-section .swiper-pagination-bullet-active,
.apps-section .swiper-pagination-bullet-active {
  background: var(--mainColor);
}
.testimonials-section .swiper-pagination-bullet,
.apps-section .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

.apps-section .swiper {
  padding-bottom: 90px;
}
.apps-section .mob-card {
  background: linear-gradient(135deg, #493e36, #bcae9f);
  border-radius: 30px;
  padding: 3px;
  overflow: hidden;
  height: 600px;
  position: relative;
}
.apps-section .mob-card::after {
  position: absolute;
  content: "";
  top: 20px;
  right: 0;
  left: 0;
  margin: auto;
  width: 55px;
  height: 10px;
  border-radius: var(--radius-24);
  background-color: var(--mainColor);
}
.apps-section .mob-card img {
  width: 100%;
  height: 100% !important;
  border-radius: 25px;
  -o-object-position: top;
     object-position: top;
  transition: all 4s ease;
}
.apps-section .mob-card:hover img {
  -o-object-position: bottom;
     object-position: bottom;
  transition: all 4s ease;
}
.apps-section .col-md-3:nth-child(1n) > .mob-card {
  animation-delay: 0.2s;
}
.apps-section .col-md-3:nth-child(2n) > .mob-card {
  animation-delay: 0.4s;
}
.apps-section .col-md-3:nth-child(3n) > .mob-card {
  animation-delay: 0.6s;
}
.apps-section .col-md-3:nth-child(4n) > .mob-card {
  animation-delay: 0.8s;
}

.work-section .work-card {
  background-color: transparent;
}
.work-section .work-card .cont {
  padding: 40px 20px;
  background-color: var(--grey-1);
  position: relative;
  border: 1px solid rgba(140, 125, 115, 0.2196078431);
  position: relative;
  transition: all 4s ease;
}
.work-section .work-card .num {
  position: absolute;
  content: "";
  top: 0;
  right: 10px;
  font-size: 110px;
  opacity: 0.1;
}
.work-section .work-card::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  background: linear-gradient(135deg, hsl(340, 40%, 92%) 0%, hsl(165, 30%, 88%) 100%);
  transition: all 1s ease;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.1);
}
.work-section .work-card:hover::after {
  content: "";
  top: -10px;
  right: -10px;
  transition: all 1s ease;
}
.work-section .icon {
  width: 75px;
  height: 75px;
  line-height: 70px;
  text-align: center;
  border-radius: 100%;
  border: 1px solid rgba(140, 125, 115, 0.2196078431);
  padding: 7px;
  margin: auto;
}
.work-section .icon span {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-to) 100%);
  width: 100%;
  height: 100%;
  border-radius: 100%;
  color: white;
}
.work-section .icon span i {
  font-size: 24px;
}

.features-section .card {
  border: 1px solid rgba(140, 125, 115, 0.2196078431);
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.features-section .card .features-img {
  width: 100%;
  height: 450px;
}
.features-section .col-md-6:nth-child(1),
.features-section .col-md-6:nth-child(2) {
  border-bottom: 1px solid rgba(140, 125, 115, 0.2196078431);
}
.features-section .col-md-6:nth-child(1),
.features-section .col-md-6:nth-child(3) {
  border-left: 1px solid rgba(140, 125, 115, 0.2196078431);
}
.features-section .items .item {
  padding: 15px;
}
.features-section .items .item .icon i {
  font-size: 30px;
  transition: all 1s ease;
}
.features-section .col-md-6:nth-child(1) .icon i {
  color: var(--primary);
}
.features-section .col-md-6:nth-child(2) .icon i {
  color: var(--subColor);
}
.features-section .col-md-6:nth-child(3) .icon i {
  color: var(--mainColor);
}
.features-section .col-md-6:nth-child(4) .icon i {
  color: var(--primary-to);
}
.features-section .item:hover .icon i {
  transform: scale(1.2);
  transition: all 1s ease;
}

.hero-cards .user-images img {
  width: 42px;
  height: 42px;
  border-radius: 100%;
  margin-right: -10px;
}
.hero-cards .right-cards {
  position: relative;
}
.hero-cards .right-cards .card {
  transition: all 0.4s ease;
}
.hero-cards .right-cards .card:nth-child(1) {
  transform: rotate(-5deg);
  position: relative;
  top: 0;
  right: 40px;
  z-index: 2;
}
.hero-cards .right-cards .card:nth-child(2) {
  transform: rotate(9deg);
  margin-top: 140px;
  position: relative;
  right: 40px;
  z-index: 1;
}
.hero-cards .right-cards .card:hover {
  transform: scale(1.05) rotate(0deg);
  z-index: 3;
}
.hero-cards .left-cards {
  position: relative;
}
.hero-cards .left-cards .card {
  transition: all 0.4s ease;
}
.hero-cards .left-cards .card:nth-child(1) {
  transform: rotate(5deg);
  position: relative;
  top: 0;
  right: 65px;
  z-index: 2;
}
.hero-cards .left-cards .card:nth-child(2) {
  transform: rotate(-9deg);
  margin-top: 140px;
  position: relative;
  right: 65px;
  z-index: 1;
}
.hero-cards .left-cards .card:hover {
  transform: scale(1.05) rotate(0deg);
  z-index: 3;
}/*# sourceMappingURL=style.css.map */