html {
  scroll-behavior: smooth;
}
@font-face {
  font-family: myfont;
  src: url("../fonts/URW DIN Arabic Medium.ttf");
}
@font-face {
  font-family: myfontligth;
  src: url("../fonts/URW DIN Arabic Medium.ttf");
}
@font-face {
  font-family: regular;
  src: url("../fonts/URW DIN Arabic Medium.ttf");
}
:root {
  --secondColor: rgb(191 211 231);
  --main-bg: #f5f5f5;
  --danger: rgb(241 79 79);
  --orange: rgb(255 183 43);
  --sec-main: #2bc0eb;
  --main: #84d226;
  --main-light: #eff8ef;
  --main-dark: #84d226;
  --gray: #737373;
  --color-white: #fff;
}
body {
  font-family: "myfont", sans-serif;
  direction: rtl;
  text-align: right;
  overflow-x: hidden !important;
}
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 5px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb {
  background: var(--main);
  border-radius: 5px;
}
/* general classes */
.color-main {
  color: var(--main) !important;
}
.color-blue {
  color: #212060 !important;
}
.bg-main {
  background-color: var(--main-bg) !important;
}
.bg-blue {
  background-color: var(--main) !important;
}
.color-white {
  color: var(--color-white) !important;
}
.color-orange {
  color: var(--orange) !important;
}
.font17 {
  font-size: 17px;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.m-top-20 {
  margin: 20px 0;
}
a,
a:hover {
  text-decoration: none;
}
a {
  color: black;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: var(--main);
}
.up:hover {
  -webkit-box-shadow: inset 0 -4.25em 0 0 var(--color-white);
  box-shadow: inset 0 -4.25em 0 0 var(--color-white);
  color: var(--sec-main) !important;
}
.up2:hover {
  -webkit-box-shadow: inset 0 -4.25em 0 0 var(--main);
  box-shadow: inset 0 -4.25em 0 0 var(--main);
  color: var(--color-white) !important;
}
.main-btn {
  display: block;
  text-align: center;
  min-width: 150px;
  padding: 10px 2px;
  background-color: var(--sec-main);
  color: var(--color-white);
  border: 1px solid transparent;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
.search-box .main-btn {
  min-width: 170px;
}
.main-btn.lg,
.main-btn2.lg {
  width: 205px;
}
.main-btn.xl,
.main-btn2.xl {
  width: 280px;
}
.lang-img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
}
.main-btn2 {
  display: block;
  text-align: center;
  width: 140px;
  padding: 14px 0;
  background-color: var(--color-white);
  color: var(--main);
  border: 1px solid transparent;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.main-btn.sm {
  min-width: 90px;
  padding: 11px 0;
}
.main-btn.light {
  background-color: var(--color-white);
  color: #000;
  border: 1px solid #ddd;
}
.h-100 {
  height: 100% !important;
}
/* select2 style */
.select2-container--open .select2-dropdown {
  z-index: 2000;
}
/* select 2*/
.no-search .select2-search {
  display: none;
}
.select2-selection .select2-selection--single {
  height: 42px;
  border: none !important;
}
.select2-container {
  width: 100% !important;
}
.select2-selection__arrow {
  display: none;
}
.select2-container--default .select2-selection--single {
  height: 54px;
  border: none !important;
  line-height: 54px;
  background-color: #fbfbfb;
  padding-inline: 10px;
}
.abs-select {
  position: absolute;
  top: 19px;
  left: 15px;
  z-index: 2;
  font-size: 13px;
  color: #000;
  pointer-events: none;
  z-index: 2;
}
.select2-results__option--selectable:hover {
  background-color: var(--main) !important;
}
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--main) !important;
}
.slelect-box
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 54px;
  /* font-size: 14px; */
  padding-right: 12px;
  color: #000;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #ddd;
  direction: rtl;
  padding: 6px 12px;
}
.select2-search--dropdown {
  padding: 0px 10px;
  border: none;
}
[type="search"] {
  outline-offset: 0px;
}
.select2-container--default
  .select2-search--dropdown
  .select2-search__field:focus {
  outline-color: var(--main);
}
.name-of-profile {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  direction: rtl;
}
.name-of-profile.ltr-main{
  direction: ltr;
}
.color-white{
  color: var(--color-white) !important;
}
/* start loader */
.loader-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
  background-color: white;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}
.loader-container .loader {
  width: 70px;
  height: 70px;
  margin: auto;
  position: relative;
}
.loader-container .loader:before {
  content: "";
  width: 70px;
  height: 5px;
  background: #000;
  opacity: 0.25;
  position: absolute;
  top: 83px;
  left: 0;
  border-radius: 50%;
  animation: shadow 0.5s linear infinite;
}
.loader-container .loader:after {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--main);
  animation: bxSpin 0.5s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
}
@keyframes bxSpin {
  17% {
    border-bottom-right-radius: 3px;
  }
  25% {
    transform: translateY(9px) rotate(22.5deg);
  }
  50% {
    transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }
  75% {
    transform: translateY(9px) rotate(67.5deg);
  }
  100% {
    transform: translateY(0) rotate(90deg);
  }
}
@keyframes shadow {
  0%, 100% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1);
  }
}
.footer .first-one{
  padding-left: 70px;
}
.circle-div{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #e2f4fc;
  display: flex;
  color: var(--sec-main);
  align-items: center;
  justify-content: center;
}
/* start header */
.header {
  position: sticky;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 999;
  background: transparent;
  box-shadow: 0px 1px 4px 1px rgb(0 0 0 / 8%);
  padding: 10px 0px;
  background-color: var(--color-white);
  transition: all 0.4s ease-in-out;
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo img {
  max-width: 100px;
  transition: all 0.3s ease-in-out;
}
.links {
  display: flex;
  align-items: center;
  gap: 32px;
  transition: all 0.8s cubic-bezier(0.68, -0.3, 0.265, 1.3);
}
.links a {
  position: relative;
  font-size: 16px;
  color: var(--gray);
  
}
.btn-login {
  font-size: 15px;
  border-radius: 20px;
  background-color: var(--color-white) !important;
  border: 1px solid var(--main);
  color: #000 !important;
}
.links a.active,
.links a:hover {
  color: var(--main-dark) !important;
}
.links a.active::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: var(--main);
  bottom: -28px;
  left: 0;
  border-radius: 10px;
}
.img-log{
  margin-block: 6px;
}
.container-btn-main {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 18px;
  border-radius: 24px;
  background-color: #F7F7F7;
  justify-content: space-between;
  min-width: 150px;
  font-size: 14px !important;
}
.icon-cont{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 32px;
  font-size: 14px;
  border-radius: 50%;
  background-color: #fff;
}
.icon-cont span{
  position: absolute;
  top: -5px;
  right: 0;
  font-size: 10px;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background-color: var(--main);
}
.icon-cont-coins{
  padding: 5px;
  background-color: #fff;
  border-radius: 25px;
  min-width: 70px;
  text-align: center;
}
.profile-img-head{
  width: 44px;
  height: 44px;
  border: 2px solid var(--color-white);
  border-radius: 50% !important;
}
/* end header */
/* start landing view */
/*switch*/
.switch {
  width: 50px;
}
.switch .main-div {
  width: 50px;
  padding: 5px 5px;
  background-color: #212060;
  border-radius: 25px;
}
.switch .main-div span {
  display: block;
  width: 15px;
  height: 15px;
  background-color: var(--color-white);
  border-radius: 50%;
  transition: all 0.3s ease;
  transform: translateX(0px);
}
.flex-photos img {
  width: 40px;
  height: 40px;
  border: 2px solid var(--color-white);
  border-radius: 50%;
}

.right-landing {
  height: 100%;
  display: grid;
  place-items: center;
}
.right-landing-content {
  padding-top: 30px;
}
.flex-sm-gap {
  display: flex;
  align-items: center;
  gap: 13px;
}
.bg-light-green {
  background-color: #ceebcc;
  color: var(--main-dark);
}
.switch-text {
  transform: translateY(-3px);
  font-family: myfont !important;
}
.big-text {
  font-size: 36px;
  font-weight: bold;
  color: #000;
  line-height: 50px;
}
.light-black {
  color: #24272d;
}
.flex-photos {
  display: flex;
  align-items: center;
}
.flex-photos img:not(:last-child) {
  margin-left: -8px;
}
.landing-left {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
  position: relative;
}
.person-img {
  height: 100% !important;
  width: 60% !important;
  object-fit: contain !important;
  transform: translateY(50px);
}
.mark-img-first {
  position: absolute;
  top: 20px;
  right: 55px;
}
.mark-img-second {
  position: absolute;
  bottom: 100px;
  left: 40px;
}
.mark-img-third {
  position: absolute;
  bottom: 150px;
  right: 30px;
}
.flex-dbl-sm {
  display: flex;
  align-items: center;
  gap: 8px;
}
.flex-group-me {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.info-landing-box {
  padding: 24px;
  border-radius: 12px;
  background-color: var(--color-white);
  box-shadow: 0px 14px 54px 0px #00000014;
}
.icon-img {
  width: 20px;
  object-fit: contain;
}
.info-landing-box.first {
  position: absolute;
  top: 40%;
  right: 30px;
  transform: translateY(-50%);
}
.info-landing-box.second {
  position: absolute;
  top: 35%;
  left: 0px;
  transform: translateY(-50%);
}
.info-landing-box.third {
  position: absolute;
  bottom: 90px;
  left: 25%;
}
.icon-text {
  font-size: 17px;
  font-weight: 700;
}
.search-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  box-shadow: 0px 14px 54px 0px #00000008;
  background-color: var(--color-white);
  margin-top: -55px;
  padding: 24px;
  border-radius: 10px;
  position: relative;
  z-index: 2;
}
.slelect-box {
  width: 180px;
  position: relative;
  flex-shrink: 0;
}
.search-main {
  width: 100%;
}
.search-main input {
  width: 70%;
  border: none;
  outline: none;
  padding: 10px;
}
.line-gray {
  width: 2px;
  height: 38px;
  background-color: #ddd;
}
/* start help section */
.help-box {
  padding: 16px;
  border-radius: 8px;
  background-color: var(--main-light);
  /* box-shadow: 6px 6px 14px 3px #1315170f; */
  height: 100%;
}
.help-section {
  padding-top: 90px;
  padding-bottom: 30px;
}
h2 {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
}
.help-section h6 {
  font-size: 19px;
}
.help-section .main-p {
  font-size: 14px;
}
.help-section .landing-p {
  font-size: 18px;
}
.check-sm-box {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  background-color: #ceebcc;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: contain;
}
.check-sm-box img {
  width: 26px;
}
.join-box .check-sm-box img,
.services .check-sm-box img {
  width: 22px;
}
.help-left {
  width: 100%;
  height: 100%;
  background-color: #eff8ef;
  padding: 16px, 0px, 16px, 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  border-radius: 8px;
}
.big-logo {
  width: 80%;
  object-fit: contain;
  height: 100px;
}
.gridiant-main {
  padding: 14px 16px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--color-white);
  background: linear-gradient(110.21deg, #60bd5c 0%, #2b5529 100%);
}
.gridiant-main img {
  width: 28px;
}
.search-icon {
  transform: rotate(90deg);
  color: #737373;
  font-size: 17px;
}
.join-section {
  padding: 20px;
}
.join-box {
  padding: 30px 10px;
  height: 100%;
  position: relative;
}

.join-box.activate::after {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  background-color: var(--color-white);
  width: calc(100% + 30px);
  height: 100%;
  z-index: -1;
}
/* .join-box.activate::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  background-color: var(--color-white);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.join-box.activate .flex-all-tall{} */
.font18 {
  font-size: 18px;
}
.join-box .line-spe {
  line-height: 23px;
  min-height: 75px;
}
p.main-p-footer {
  font-weight: 400 !important;
}
.img-join img,
.img-join {
  width: 100%;
  height: 370px;
  border-radius: 8px;
}
.flex-all-tall {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 15px;
}
.join-box.right .help-box {
  background-color: #e9e9ef;
}
.join-box.right .check-sm-box {
  background-color: #babace;
}
.bg-blue {
  background-color: #212060 !important;
}
.bg-blue:hover {
  color: #212060 !important;
}
.help-box .flex-sm-gap {
  min-height: 65px;
  margin-bottom: 2px !important;
}
.dark {
  color: #24272d;
}
.services {
  padding: 40px 0;
  background-color: #e7f5e7;
}
.services .help-box {
  box-shadow: none !important;
  background-color: #eff8ef;
  min-height: 180px;
}
/* faqs */
.faqs {
  padding: 50px 0;
  background-color: #e7f5e7;
}
.flex-bet-accordion {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.accordion-button::after {
  position: absolute;
  bottom: 10px;
  left: 15px;
  margin-left: unset !important;
  color: var(--color-white) !important;
}
.accordion-item {
  border-radius: 10px !important;
  box-shadow: 0px 1px 4px 1px rgb(0 0 0 / 6%) !important;
  overflow: hidden !important;
}
.black {
  color: #000 !important;
}
.accordion-button:not(.collapsed) {
  box-shadow: none !important;
  background-color: #eff8ef !important;
}
.accordion-button,
.accordion-body {
  background-color: #eff8ef !important ;
}
.partners-item {
  width: auto !important;
  min-width: auto;
  max-width: 100%;
  max-height: 100%;
}
.partner {
  padding: 30px 0;
}
/*start footer*/
.main-footer {
  padding: 50px 0;
  background-color: #f8f8f8;
  /* color: var(--color-white); */
}
.footer-colomn-me > img {
  width: 160px;
  margin-bottom: 12px;
}
.footer-colomn-me > h6 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}
.footer-colomn-me li {
  margin-bottom: 26px;
}
.footer-colomn-me li a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}
.footer-colomn-me li a:hover {
  transform: translateX(-10px);
}
.social-img{
  width: 26px;
  height: 26px;
  /* border-radius: 50%; */
  transition: all 0.3s ease-in-out;
}
.color-sec{
  color: var(--sec-main);
}
.social-img:hover{
  transform: translateY(-5px);
}
.gap-m{
  gap: 20px;
}
.dot-foot {
  width: 6px;
  height: 6px;
  background-color: var(--color-white);
  margin-top: 4px;
}
.dot-foot-icon {
  color: var(--main-solid);
}
.flex-socials {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.flex-socials a:hover {
  transform: translateY(-6px);
}
.flex-socials img {
  width: 24px;
  height: 24px;
}
.sm-img {
  width: 40px;
}
.down-footer {
  background-color: #f8f8f8;
  padding: 24px 0;
  /* color: var(--color-white); */
  border-top: 1px solid #ddd;
}
.flex-footer-links{
  display: flex;
  align-items: center;
  gap: 36px;
}

.down-footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-family: regular;
}
.down-footer-m {
  display: flex;
  align-items: center;
  gap: 25px;
}
.down-footer-m img {
  width: 45px;
}


/* new style */
@media (max-width: 767px) {
  .down-footer .container {
    flex-direction: column-reverse;
    gap: 5px;
  }
  .down-footer {
    padding: 8px 0;
  }
}
.pointer-click{
  cursor: pointer;
}
.font14{
  font-size: 14px !important;
}
.pointer-none {
  pointer-events: none !important;
}
.font22 {
  font-size: 22px;
}
.font10 {
  font-size: 10px !important;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1460px;
}
.landing-view {
  padding-top: 50px;
}
.landing-img{
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.opinions-section{
  padding: 50px 0;
}
.main-title{
  min-width: 200px;
  text-align: center;
  margin: 0 auto;
  padding: 8px;
  background-color: #e9f9ce;
  color: #3a5c18;
  width: fit-content;
  font-weight: 600;
}
.sec-title{
  color: #0c7298;
  font-size: 30px;
}
.fs22{
  font-size: 22px;
}
.landing-view {
  background: linear-gradient(to right, #fff, #e4ecf3);
  min-height: 500px;
}
/* testmonial */
.slider2 .owl-carousel .owl-item img.client-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-top: -110px;
  border: 5px solid #f7f7f7;
}
.opinion-box {
  padding: 25px;
  box-shadow: 0px 1px 4px 1px rgb(0 0 0 / 8%);
  height: 100%;
  background-color: var(--color-white);
  transform: scale(0.9);
}
.slider2 .owl-theme .owl-dots .owl-dot span {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  /* border: 1px solid var(--main); */
  background-color: #ddd;
}
.slider2 .owl-theme .owl-dots .owl-dot.active span,
.slider2 .owl-theme .owl-dots .owl-dot:hover span {
  background-color: var(--main);
}
.slider2 .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 20px;
}
.valid-p{
  max-height: 220px;
  overflow: auto;
  padding-inline: 2px;
}
.slider2 .owl-carousel .owl-item {
  padding-top: 50px;
}
/* end testmonial */
.section-pad{
  padding: 60px 0;
}
.section-pad-2{
  padding: 38px 0;
}
.square-div{
  width: 18px;
  height: 18px;
  background-color: var(--main);
  border-radius: 2px;
  flex-shrink: 0;
}
.about-img-div img{
  max-width: 100%;
  max-height: 360px;
}
.about-section , .servises-section{
  padding: 60px 0;
  border-bottom: 1px solid #ddd;
}
.item-services:nth-child(even){
  background-color: #f8f8f8;
}
.item-services:nth-child(even) .row{
  flex-direction: row-reverse;
}
.partners-section{
  background: linear-gradient(to right, #fff, #e4ecf3);
  margin-bottom: 20px;
}
.serve-box{
  width: 100%;
  box-shadow: 0px 1px 4px 1px rgb(0 0 0 / 8%);
  padding: 12px;
  position: relative;
  margin-bottom: 12px;
  border-radius: 6px;
}
.circle-div-main{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #e2f4fc;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.circle-div-main img{
  max-width: 20px;
}
.number-box{
  position: absolute;
  top: -20px;
  left: 5px;
  color: #ddd;
  font-size: 70px;
  font-weight: bolder;
}
.enable-mob{
  display: none;
}
.mid-screen {
  display: none;
}
img.mid-screen {
  width: 120px;
  transform: translateX(60px);
}

@media (max-width: 1024px) {
  .links a.active::after {
    display: none;
  }
  .show-page-m.flex-bet {
    flex-wrap: wrap !important;
    gap: 8px;
    justify-content: center;
  }
  .dot-num {
    top: -7px;
    left: 19px;
  }
  .mid-screen {
    display: block;
  }
  .auth-left {
    margin-top: 20px;
  }
  .coll-icon {
    position: relative;
    cursor: pointer;
    background-color: var(--main);
    width: 40px;
    height: 40px;
    border-radius: 5px;
    display: flex;
    place-items: center;
    overflow: hidden;
    transition: 0.3s;
    flex-shrink: 0;
  }

  .coll-icon.active {
    box-shadow: 0 1px 5px rgb(0 0 0 / 5%);
  }

  .coll-icon span {
    background-color: var(--color-white);
    width: 25px;
    height: 3px;
    border-radius: 5px;
    transition: 0.3s;
    left: 8px;
    position: absolute;
  }

  .coll-icon span:nth-child(1) {
    transform: translateY(-7px);
    width: 20px;
  }

  .coll-icon span:nth-child(2) {
    transform: translateY(7px);
    width: 12px;
  }

  .coll-icon.active span:nth-child(1) {
    transform: translateY(0px) rotate(45deg);
    width: 20px;
    left: 10px;
    transition-delay: 0.125s;
    height: 2px;
  }

  .coll-icon.active span:nth-child(2) {
    transform: translateY(0px) rotate(495deg);
    width: 20px;
    left: 10px;
    transition-delay: 0.25s;
    height: 2px;
  }

  .coll-icon.active span:nth-child(3) {
    transform: translatex(100px);
  }
  .links {
    position: fixed;
    height: 100%;
    padding-top: 60px;
    top: 0px;
    right: 0px;
    width: 280px;
    flex-direction: column;
    gap: 20px;
    /* height: calc(100vh - 0px); */
    box-shadow: 0px 1px 4px 1px rgb(0 0 0 / 12%);
    background: var(--color-white);
    justify-content: flex-start;
    gap: 40px;
    z-index: 9999999;
    transition: all 0.8s cubic-bezier(0.68, -0.3, 0.265, 1.3);
    transform: translateX(100%);
    color: #000;
    overflow-y: auto;
  }
  .links a {
    color: #000;
  }
  .nav-layer {
    position: fixed;
    top: 0px;
    right: 280px;
    width: calc(100% - 280px);
    height: calc(100% - 0px);
    z-index: 9999;
    background: rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease-in-out;
    transform: translateX(-550%);
    transition: all 0.8s cubic-bezier(0.68, -0.3, 0.265, 1.3);
  }
  .links li a:hover {
    transform: translateX(-10px);
  }
  .links .flex-group-me.mid-screen {
    justify-content: flex-start;
  }
  .slideto {
    transform: translatex(0);
  }
  .header {
    padding: 8px;
  }
  .join-box .line-spe {
    min-height: 115px;
  }
  .opinions .owl-stage > .owl-item .opinion-box {
    opacity: 1;
  }
  .opinions .owl-carousel.owl-rtl .owl-item {
    transform: scale(1);
  }
  .opinions .owl-item:has(+ .center) {
    transform: scale(1) !important;
  }
  /* .opinions .owl-theme .owl-nav {
    position: absolute !important;
    bottom: -35px !important;
    left: 60px !important;
  } */
  .opinions .owl-theme .owl-nav {
    position: absolute !important;
    bottom: -35px !important;
    left: 60px !important;
  }

  .opinions .owl-item:has(+ .center) .p-opinion {
    min-height: auto !important;
  }
  .opinion-box {
    transform: translateX(18px) !important;
  }
  .links li {
    width: 80%;
  }
  .links li a {
    width: 100%;
    padding-bottom: 14px;
    border-bottom: 1px solid #ddd;
    display: flex;
    text-align: right;
  }
}
@media (max-width: 767px) {
  .enable-mob{
    display: block;
  }
  .enable-web{
    display: none;
  }
 
  .main-btn {
    min-width: 130px;
  }
  .flex-sm-gap {
    flex-wrap: wrap;
  }
  .main-btn.xl,
  .main-btn2.xl {
    width: 160px;
  }
  .logo img {
    width: 70px;
  }

  .btn-header-main .main-btn {
    max-width: fit-content !important;
    min-width: fit-content !important;
    width: fit-content !important;
    padding-inline: 12px;
  }
  .slider2 .owl-carousel .owl-item {
    padding-top: 60px;
  }
}
.flex-sm-gap:has(.square-div) {
  flex-wrap: nowrap !important;
}
.ltr {
  direction: ltr !important;
}