/* =================================================== */
/* =================================================== */
/* limoo website */
/* css class  for limoo  */
/* =================================================== */
/* =================================================== */

/* ------------------- */
/* add fonts  */
/* ------------------- */

@import "../font/fontiran.css";

@font-face {
  font-family: "Pinar-VF";
  src: url("../font/Pinar-DS2-Bold.woff2");
}

@font-face {
  font-family: "Pinar-VF2";
  src: url("../font/Pinar-DS1-FD-Black.woff2");
}

.num-fontpi {
  font-family: "Pinar-VF2";
}

/* ------------------- */
/* add fonts  */
/* ------------------- */

/* ------------------- */
/* roots  */
/* ------------------- */

@import "./roots.css";

/* ------------------- */
/* roots  */
/* ------------------- */

/* --------------------------- */
/* margins and padings class  */
/* ------------------------- */
p {
  margin-bottom: 0 !important;
}

.mr-4 {
  margin-right: 4px;
}

.mt-7 {
  margin-top: 7px;
}

.mr-7 {
  margin-right: 7px;
}

.ml-7 {
  margin-left: 7px;
}

.mb-7 {
  margin-bottom: 7px;
}

.mt-8 {
  margin-top: 8px;
}

.mr-8 {
  margin-right: 8px;
}

.ml-8 {
  margin-left: 8px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mt-12 {
  margin-top: 12px;
}

.mr-12 {
  margin-right: 12px;
}

.ml-12 {
  margin-left: 12px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mt-16 {
  margin-top: 16px;
}

.mr-16 {
  margin-right: 16px;
}

.ml-16 {
  margin-left: 16px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-24 {
  margin-top: 24px;
}

.mr-24 {
  margin-right: 24px;
}

.ml-24 {
  margin-left: 24px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mt-28 {
  margin-top: 28px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-40 {
  margin-top: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-48 {
  margin-top: 48px;
}

.mt-64 {
  margin-top: 64px;
}

.mr-64 {
  margin-right: 64px;
}

.ml-64 {
  margin-left: 64px;
}

.mb-64 {
  margin-bottom: 64px;
}

.mt-96 {
  margin-top: 96px;
}

.mr-96 {
  margin-right: 96px;
}

.ml-96 {
  margin-left: 96px;
}

.mb-96 {
  margin-bottom: 96px;
}

.mt-128 {
  margin-top: 128px;
}

.mr-128 {
  margin-right: 128px;
}

.ml-128 {
  margin-left: 128px;
}

.mb-128 {
  margin-bottom: 128px;
}

.mt-160 {
  margin-top: 160px;
}

.mb-160 {
  margin-bottom: 160px;
}

.pt-160 {
  padding-top: 160px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pt-196 {
  padding-top: 196px;
}

.pb-196 {
  padding-bottom: 196px;
}

.pt-7 {
  padding-top: 7px;
}

.pr-7 {
  padding-right: 7px;
}

.pl-7 {
  padding-left: 7px;
}

.pb-7 {
  padding-bottom: 7px;
}

.pt-8 {
  padding-top: 8px;
}

.pr-8 {
  padding-right: 8px;
}

.pl-8 {
  padding-left: 8px;
}

.pb-8 {
  padding-bottom: 8px;
}

.pt-12 {
  padding-top: 12px;
}

.pr-12 {
  padding-right: 12px;
}

.pl-12 {
  padding-left: 12px;
}

.pb-12 {
  padding-bottom: 12px;
}

.pt-16 {
  padding-top: 16px;
}

.pr-16 {
  padding-right: 16px;
}

.pl-16 {
  padding-left: 16px;
}

.pb-16 {
  padding-bottom: 16px;
}

.pt-24 {
  padding-top: 24px;
}

.pr-24 {
  padding-right: 24px;
}

.pl-24 {
  padding-left: 24px;
}

.pb-24 {
  padding-bottom: 24px;
}

.pt-40 {
  padding-top: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pt-64 {
  padding-top: 64px;
}

.pr-64 {
  padding-right: 64px;
}

.pl-64 {
  padding-left: 64px;
}

.pb-64 {
  padding-bottom: 64px;
}

.pt-96 {
  padding-top: 96px;
}

.pr-96 {
  padding-right: 96px;
}

.pl-96 {
  padding-left: 96px;
}

.pb-96 {
  padding-bottom: 96px;
}

.pt-128 {
  padding-top: 128px;
}

.pr-128 {
  padding-right: 128px;
}

.pl-128 {
  padding-left: 128px;
}

.pb-128 {
  padding-bottom: 128px;
}

.p-rl-32 {
  padding: 0 32px;
}

/* --------------------------- */
/* margins and padings class  */
/* ------------------------- */

.form-control {
  position: relative;
}

.font-pinar {
  font-family: "Pinar-VF" !important;
}

.font-pinar2 {
  font-family: "Pinar-VF2" !important;
}

/* body */
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  background-color: #e5e5e5;
  color: var(--Limoo-gray-800);
  font-size: var(--font-16) !important;
  font-weight: var(--font-w-500) !important;
  font-family: Yekan Bakh !important;
  direction: rtl !important;
  text-align: right !important;
  overflow-x: hidden;
  line-height: 32px !important;
}

/* body */

.p-relt {
  position: relative;
}

/* main */
.main {
  padding-top: 180px;
}

/* h1  */
.h1 {
  font-family: "Pinar-VF" !important;
}

/* h2 */
.h2 {
  font-family: Yekan Bakh;
}

/* h3 */
.h3 {
  font-family: Yekan Bakh;
}

/* h5 */
.h5 {
  font-family: Yekan Bakh;
}

/* ------------- */
/* header style */
/* ----------- */
header {
  position: fixed;
  width: 100%;
  /* background-color: #fff; */
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px);
  top: 0;
  z-index: 10;
  transition: top 0.4s ease-in-out;
  border-bottom: 1px solid var(--Limoo-gray-300);
}

.nav-up {
  top: -30%;
}

.head_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* background: #FFFFFF; */
  /* background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px); */
  height: 80px;
  /* Limoo/gray/800 */
}

.navbar-light .navbar-nav .nav-link {
  font-weight: var(--font-w-500);
  font-size: var(--font-14);
  line-height: 24px;
  text-align: right;

  /* Limoo/gray/800 */

  color: var(--Limoo-gray-800) !important;
}

.loging_btn {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;

  padding: 10px 20px;
  height: 48px;

  background: #ffffff;

  border: 1px solid var(--Limoo-gray-300);
  border-radius: 10px;
}

.loging_btn p {
  font-weight: var(--font-w-700);
  font-size: var(--font-16);
  line-height: 24px;
  color: var(--limoo-text-header);
}

.d_line {
  border-left: 1px solid #cdd0d5;
  margin-left: 8px;
  padding-left: 8px;
}

a:hover {
  text-decoration: none !important;
}

/* ------------- */
/* header style */
/* ----------- */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-block-start: 0em;
  margin-block-end: 0em;
}

/* h1 */
.h1 {
  font-weight: var(--font-w-800) !important;
  font-size: 48px !important;
  line-height: 80px;
  display: flex;
  align-items: center;
  text-align: right;
  color: var(--Limoo-gray-800) !important;
  /* white-space: nowrap; */
}

/* h2 */
.h2 {
  font-weight: var(--font-w-700) !important;
  font-size: 36px !important;
  display: flex;
  align-items: center;
  text-align: center;
  color: var(--Limoo-gray-900) !important;
  justify-content: center;
  line-height: 60px !important;
}

/* h3 */
.h3 {
  font-weight: var(--font-w-700) !important;
  font-size: 24px !important;

  color: #ffffff !important;
}

/* h5 */
.h5 {
  font-size: 40px !important;
  font-weight: var(--font-w-700) !important;
  color: var(--Limoo-gray-800) !important;
}

/* button */
button {
  height: 48px;
  padding: 0px 24px;
}

.limo_btn {
  font-size: var(--font-16);
  font-weight: var(--font-w-700);
  color: #ffffff;
  background-color: #2887fa;
  /* padding: 12px 24px; */
  border: none;
}

.btn-lights {
  height: 48px;
  background: #ffffff;
  border: 1px solid var(--Limoo-gray-300);
  border-radius: 10px;
  font-weight: var(--font-w-700);
  font-size: var(--font-16);
  line-height: 24px;
  color: var(--Limoo-gray-900);
}
.btn-lights_outline {
  border-radius: 10px;
  border: 1.5px solid #1c1d22;
  background: #fff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  color: #1c1d22;
  text-align: center;
  font-weight: var(--font-w-700);
  font-size: var(--font-16);
  line-height: 28px; /* 175% */
  letter-spacing: -0.5px;
}

.btn-black {
  font-size: var(--font-16);
  font-weight: var(--font-w-700);
  color: #ffffff;
  background-color: var(--Limoo-gray-900);
  /* padding: 10px 20px; */
  border: none;
  border-radius: 10px;
}

.btn-green {
  font-size: var(--font-16);
  font-weight: var(--font-w-700);
  color: #ffffff;
  background-color: #047065;
  /* padding: 10px 20px; */
  border: none;
}

/* button */

/* title text*/
.tit-txt {
  font-size: var(--font-16);
  font-weight: var(--font-w-600);
  color: var(--Limoo-gray-800);
}

/* title text*/
.x2small-text {
  font-weight: var(--font-w-400);
  font-size: 12px;
  line-height: 1.8;

  letter-spacing: -0.01em;
  color: var(--limoo-text-Subtitles);
}

.xsmall-text {
  font-weight: var(--font-w-600);
  font-size: 12px;
  line-height: 1.8;

  letter-spacing: -0.01em;
  color: var(--Limoo-gray-900);
}

.bold-sm-text {
  font-size: var(--font-14);
  color: var(--limoo-text-header);
  font-weight: var(--font-w-700);
  line-height: 1.8;
}

/* small text  */
.sm-txt {
  font-size: var(--font-14);
  color: var(--Limoo-gray-800);
  font-weight: var(--font-w-400);

  line-height: 1.8;
}

/* small text  */

/* medium text */
.md-txt {
  font-size: var(--font-16);
  color: var(--Limoo-gray-800);
  font-weight: var(--font-w-400);
  line-height: 1.8;
}

.md-txt2 {
  font-size: var(--font-16);
  color: var(--Limoo-gray-700);
  font-weight: var(--font-w-400);
  line-height: 1.7;
  letter-spacing: -0.02em;
}

/* medium text */
/* medium text */
.lg-txt {
  font-size: var(--font-16);
  color: var(--Limoo-gray-700);
  font-weight: var(--font-w-700);
  line-height: 1.8;
}

.lg-x-text {
  font-size: var(--font-18);
  font-weight: var(--font-w-700);
  color: var(--Limoo-gray-900);
  letter-spacing: -0.03em;
  line-height: 1.8;
}

.tit-x1-text {
  font-weight: var(--font-w-700);
  font-size: var(--font-24);
  line-height: 40px;

  color: #241c15;
}

.tit-x-text {
  font-weight: var(--font-w-700);
  font-size: var(--font-20);
  line-height: 32px;
  color: #241c15;
}

.tit-x2-text {
  font-weight: var(--font-w-700);
  font-size: var(--font-28);
  line-height: 44px;
  text-align: right;
  color: var(--Limoo-gray-900);
}

.Text-Headers {
  font-weight: var(--font-w-600);
  font-size: var(--font-28);
  line-height: 44px;
  color: var(--limoo-text-header);
}

.text-min-head {
  font-weight: var(--font-w-700);
  font-size: var(--font-24);
  line-height: 40px;
  color: var(--Limoo-gray-900);
}

.text-head-h2 {
  font-weight: var(--font-w-700);
  font-size: var(--font-32);
  line-height: 58px;
  color: var(--limoo-text-header);
}

.text-head-h1 {
  font-weight: var(--font-w-700);
  font-size: 40px;
  line-height: 64px;
  color: var(--limoo-text-header);
}

.text-head-h3 {
  font-weight: var(--font-w-600);
  font-size: var(--font-28);
  line-height: 44px;
  color: var(--Limoo-gray-900);
}

.a-btn {
  font-weight: var(--font-w-700);
  font-size: var(--font-16);
  line-height: 24px;
  color: var(--limoo-text-header);
}

.show-text {
  font-size: var(--font-16);
  font-weight: var(--font-w-700);
  color: #3b82f6;
}

.text_clr_header {
  color: var(--limoo-text-header) !important;
}

.text_clr_Subtitles {
  color: var(--limoo-text-Subtitles) !important;
}

.text_clr_900 {
  color: var(--Limoo-gray-900) !important;
}

/* medium text */

.icon-arrowleft {
  background-image: url(../img/icon/leftarrw.svg);
}

/* icons  */
.small-icon {
  width: 20px;
  height: 20px;
}

.style-current {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #78818f;
  background-color: transparent;
  background-size: cover;
}

.icon-checks {
  background-image: url(../img/icon/checks.svg);
}

/* icons  */

.style-current {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #78818f;
  background-color: transparent;
  background-size: cover;
}

.small-icon {
  width: 12px;
  height: 12px;
}

.img-box_style {
  position: absolute;
  top: -80px;
  right: 0;
  /* animation-name: updown; */
  animation: 0.5s linear 1s infinite alternate updown;
}

.main_midel {
  margin-top: 128px;
  margin-bottom: 128px;
}

.main_midel .the_num img {
  height: 96px;
}

.main_midel .the_nums {
  margin-top: 80px;
  text-align: center;
}

.main_midel .the_num p {
  text-align: center;
  margin-top: 30px;
  font-size: var(--font-14);
  font-weight: var(--font-w-700);
  color: var(--Limoo-gray-700);
  line-height: 1.8;
}

.justify-content_space-evenly {
  justify-content: space-evenly;
}

.margin_top_dive-180 {
  margin-top: 180px;
}

.margin_top_dive-350 {
  margin-top: 350px;
  margin-bottom: 280px;
}

.img-style-ikonw {
  position: absolute;
  right: 0;
  top: -140px;
}

/* .topfooter {
    margin-top: -60px;
    position: absolute;


} */

/* footer .textin_box {
    position: absolute;
    top: 40px;
    right: 48px;
    text-align: right;
} */
/* 
.textin_box-left {
    position: absolute;
    top: 40px;
    left: 48px;
    text-align: right;
} */
/* ======================== */
/* ======================== */
/* animation */
/* .anmitfade-r{
    opacity: 0;
  } 
  .anmitfade-right{
    animation: fadeInRight 1s ease-in ;
    opacity: 1;
  }  */

.dly-1 {
  animation-delay: 0.1s;
}

.dly-2 {
  animation-delay: 0.3s;
}

.dly-3 {
  animation-delay: 0.6s;
}

.dly-4 {
  animation-delay: 0.9s;
}

.dly-5 {
  animation-delay: 1.2s;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(100px);
  }

  to {
    opacity: 1;
  }
}

/* ======================== */
/* ======================== */

.number-txt {
  font-size: var(--font-28);
  font-weight: var(--font-w-500);
  color: #ffffff;
  direction: ltr;
}

footer {
  background-color: #1c1d22;
}

.top-footer {
  background: #131417;
  padding: 40px 0 24px;
}

.padding_top_dive-130 {
  padding-top: 130px;
}

.list_footer p {
  margin-bottom: 0;
}

.list_footer .titp {
  color: var(--Gray-50);
  font-size: var(--font-14);
  font-weight: var(--font-w-600);
  margin-bottom: 16px;
  border-bottom: 1px solid #51555d;
  padding-bottom: 16px;
}

.limoo-footer_lists {
  font-size: var(--font-14);
  font-weight: var(--font-w-400);
  color: var(--Limoo-gray-300);
  line-height: 26px;
  padding: 0;
}

.limoo-footer_lists p {
  cursor: pointer;
  color: var(--Limoo-gray-300);
  padding-bottom: 16px;
}

.titfootr {
  color: var(--Gray-50);
  font-size: var(--font-14);
  font-weight: var(--font-w-600);
  margin-bottom: 16px;
}

.style-txt-num {
  color: var(--Gray-50);
  font-size: var(--font-16);
  font-weight: var(--font-w-400);
  margin-bottom: -10px;
  text-align: right;
  width: fit-content;
}

.style-calltext {
  font-size: var(--font-14);
  font-weight: var(--font-w-400);
  color: var(--Gray-400);
}

.hr {
  border: 1px solid var(--Limoo-gray-700);
}

.txt-limoo_info {
  font-size: var(--font-14);
  font-weight: var(--font-w-400);
  color: var(--Limoo-gray-300);
  line-height: 26px;
}

#enamad .rectangel {
  background: transparent;
}

.rectangel {
  width: 80px;
  height: 80px;
  padding: 8px;
  /* Limoo/gray/900 */
  margin: 0 16px;

  background: var(--Limoo-gray-900);
  border-radius: 12px;
  filter: grayscale(100%);
  transition-duration: 0.3s;
}

.rectangel:hover {
  filter: grayscale(0%);
}

.finaltext {
  font-size: var(--font-14);
  font-weight: var(--font-w-400);
  color: var(--Limoo-gray-300);
  margin: 0;
  text-align: right;
}

.box_footer_online {
  border-radius: 12px;
  background: #ffcf55;
  padding: 12px 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;

  color: #1c1d22;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  cursor: pointer;
}

.text_footer_time_on {
  color: #f5f7fa;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.32px;
}
.text_footer_time_on span {
  color: #fbbf24;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.32px;
}
/* ============================= */
/* ============================= */
/* ============================= */
/* ======= grids bootsrap ====== */
/* ============================= */
/* ============================= */
/* ============================= */

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 12px !important;
  padding-left: 12px !important;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* ============================= */
/* ============================= */
/* ============================= */
/* ======= grids bootsrap ====== */
/* ============================= */
/* ============================= */
/* ============================= */

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl .container-xxl {
  width: 100%;
  /* padding-right: 15px;
    padding-left: 15px; */
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px !important;
  }
}

.none-d {
  display: none;
}

/* acardian  */

.accordion {
  display: grid;
}

.accordion__block-title {
  font-weight: bold;
  font-size: var(--font-14);
  color: #424242;
  text-transform: uppercase;
}

.accordion__item {
  display: block;
  padding: 20px;
  cursor: pointer;
  border-bottom: 1px solid #d1d5db;
  overflow: hidden;
  transition: all 150ms ease;
}

.accordion__title {
  font-size: var(--font-16);
  font-weight: var(--font-w-700);
  color: var(--Limoo-gray-900);
  line-height: 1.5;
  transition: all 150ms ease;
  position: relative;
  margin-bottom: 12px;
}

.accordion__title::after,
.accordion__title::before {
  content: "";
  width: 16px;
  height: 2px;
  background-color: var(--Limoo-gray-900);
  position: absolute;
  left: 0;
  top: 8px;
  transition: all 150ms ease;
}

.accordion__title::after {
  transform: rotate(90deg);
}

.accordion__content {
  transform: translateY(50%);
  padding-left: 30px;
  font-size: var(--font-14);
  font-weight: var(--font-w-400);
  color: var(--Limoo-gray-900);
  line-height: 26px;
  max-height: 0;
  opacity: 0;
  transition: all 150ms ease;
  text-align: justify;
}

.accordion__item [type="checkbox"],
.accordion__item [type="radio"] {
  display: none;
}

.accordion__item [type="radio"]:checked + .accordion__title,
.accordion__item [type="checkbox"]:checked + .accordion__title {
  margin-bottom: 16px;
  font-size: var(--font-16);
}

.accordion__item [type="radio"]:checked + .accordion__title::after,
.accordion__item [type="checkbox"]:checked + .accordion__title::after {
  transform: rotate(45deg);
}

.accordion__item [type="radio"]:checked + .accordion__title::before,
.accordion__item [type="checkbox"]:checked + .accordion__title::before {
  transform: rotate(-45deg);
}

.accordion__item
  [type="radio"]:checked
  + .accordion__title
  + .accordion__content,
.accordion__item
  [type="checkbox"]:checked
  + .accordion__title
  + .accordion__content {
  transform: translateY(0);
  max-height: none;
  opacity: 1;
}

/* acardian  */

.vector02 {
  position: absolute;
  right: 10%;
  top: 75px;
}

.vector03 {
  position: absolute;
  right: 24%;
  top: 65%;
}

.vector04 {
  position: absolute;
  right: 46%;
  top: 35%;
}

.vector05 {
  position: absolute;
  right: 69%;
  top: 65%;
}

.vector06 {
  position: absolute;
  right: 86%;
  top: 35%;
}

.vector07 {
  margin-right: 10px;
  margin-top: -20px;
}

.vector08 {
  margin-right: 2rem;
  margin-top: -1rem;
}

.vector09 {
  margin-right: 1rem;
}

.mob-on {
  display: none;
}

.back_blue {
  display: none !important;
}

.down-mainmidel {
  width: 100%;
  margin-top: -20px;
}

.rectangel img {
  width: 100%;
}

.clr-100 {
  background-color: var(--Limoo-gray-100);
}

table {
  background-color: var(--clr-white);
  width: 100%;
  border-collapse: collapse;
  margin-top: 24px;
  box-shadow: 0px 12px 24px rgba(35, 41, 51, 0.08),
    0px 4px 8px rgba(35, 41, 51, 0.04);
  text-align: right;
}

/* Zebra striping */

th {
  background: var(--Limoo-gray-900);
  color: white;
  font-weight: var(--font-w-700);
  font-size: var(--font-14);
}

td,
th {
  padding: 10px;
  border-bottom: 1px solid var(--Limoo-gray-100);
  text-align: right;
}

td {
  height: 64px;
  font-size: var(--font-16);
  font-weight: var(--font-w-400);
  color: var(--Limoo-gray-900);
  padding: 16px;
}

td span {
  display: block;
  width: 28px;
  height: 28px;

  border-radius: 20px;
  padding: 0px 8px;
  text-align: center;
}

.clr-1 {
  background: #ffdb66;
}

.clr-2 {
  background: #a7d1a9;
}

.clr-3 {
  background: #d1e4ff;
}

.clr-4 {
  background: #c1cddf;
}

/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/

@media only screen and (max-width: 760px) {
  button {
    width: 100%;
  }

  table {
    width: 100%;
    max-height: 20rem;
    overflow: auto;
  }

  table tbody {
    display: flex;
    flex-direction: row;
  }

  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  }

  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  tr {
    border: 1px solid #ccc;
    min-width: 300px;
  }

  td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-right: 50%;
  }

  td:before {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    content: attr(data-column);

    color: #000;
    font-weight: bold;
  }
}

/* select */
select {
  background: #ffffff;
  width: 100%;
  height: 48px;
  padding: 0px 16px 0px 12px;
  border: 2px solid var(--Limoo-gray-900);
  font-size: var(--font-14) !important;
  font-weight: var(--font-w-400) !important;
  color: var(--Limoo-gray-800) !important;

  /* icon */
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("../img/icon/selectArrow.svg");
  background-repeat: no-repeat;
  background-position-x: 3%;
  background-position-y: 20px;
}

.clr-white {
  background-color: var(--clr-white);
}

/* responseve  */
@media (max-width: 992px) {
  .mob-flexclum.text-right {
    text-align: center !important;

    flex-direction: row-reverse;
  }

  #bloglimoo {
    display: none;
  }

  .img-hamkari {
    display: flex;
    justify-content: center;
  }

  .img-hamkari img {
    max-width: 120%;
  }

  .takhmin-daramd .the-box {
    margin-top: 2rem !important;
  }

  .img-box_style img {
    max-width: 120%;
  }

  .main-talent .mob-h30 {
    height: 60rem;
  }

  .the-start .img03 {
    display: none;
  }

  .the-start .img01 {
    display: none;
  }

  .the-start .img02 {
    display: none;
  }

  .skills .card-header .txt-time {
    display: none !important;
  }

  .row {
    margin: 0 !important;
  }

  .mob-mt32 {
    margin-top: 32px;
  }

  .mob-mt40 {
    margin-top: 40px;
  }

  .main_midel {
    margin-top: 64px !important;
    margin-bottom: 116px;
  }

  .main_limoo .thenum {
    font-size: 32px !important;
  }

  .main_limoo .thetit {
    font-size: var(--font-16) !important;
  }

  .mt-mob24 {
    margin-top: 24px;
  }

  .mob-h30 {
    height: 50rem;
  }

  .takhmin-daramd .mob-center {
    align-items: center !important;
    text-align: center;
    justify-content: center !important;
    -ms-flex-pack: center !important;
  }

  .mob-non {
    display: none;
  }

  .mob-aligncenter .mb-24 {
    margin-bottom: 12px;
  }

  .mob-aligncenter {
    margin-left: 0;
    margin-right: 0;
  }

  .mob-flexclum {
    flex-direction: column;
    align-items: center;
    text-align: center !important;
  }

  .mob-flexclum.text-right {
    text-align: center !important;
  }

  .mob-aligncenter {
    align-items: center;
  }

  .marquee div {
    display: -webkit-inline-box !important;
  }

  .main_limoo {
    margin-top: 46px;
  }

  .marquee span {
    width: 12% !important;
    font-size: var(--font-14) !important;
  }

  .mob-m80 {
    margin-top: 0px;
  }

  .mob-m60 {
    margin-top: 60px;
  }

  .mob_width100 {
    width: 100%;
  }

  footer {
    margin-top: -12rem;
  }

  .main {
    padding-top: 52px;
  }

  .head_nav {
    height: 64px;
  }

  .mob-off {
    display: none;
  }

  .loging_btn {
    height: 30px;
    padding: 2px 16px;
  }

  .mob-margin_off {
    margin: 0;
  }

  .margin_top_dive-180 {
    margin-top: 64px;
  }

  .mob_margin-28 {
    margin-top: 28px;
  }

  .back_blue {
    margin-top: -12rem !important;
    margin-bottom: 0 !important;
  }

  .ord1 {
    order: 1;
  }

  .ord2 {
    order: 2;
  }

  .ord3 {
    order: 3;
  }

  .img-box_style {
    position: initial;
    display: flex;
    justify-content: center;
  }

  .h1 {
    font-size: 32px !important;
  }

  .h2 {
    font-size: 24px !important;
  }

  .md-txt {
    font-size: var(--font-14);
  }

  .main_midel {
    height: auto;
  }

  .main_midel .the_nums {
    flex-direction: column;
  }

  .the_num {
    display: flex;
    margin-bottom: 30px;
  }

  .main_midel .the_num img {
    height: 32px;
  }

  .main_midel .the_nums {
    margin-top: 24px;
  }

  .main_midel .the_num p {
    margin-top: 0;
    margin-right: 16px;
    text-align: right;
  }

  .vector03 {
    position: absolute;
    right: 2%;
    /* height: -webkit-fill-available; */
    width: 35px;
    transform: rotate(-90deg);
    top: 29%;
  }

  .vector04 {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: rotate(-90deg);
    width: 35px;
  }

  .vector05 {
    position: absolute;
    right: 2%;
    top: 71.3%;
    width: 35px;
    transform: rotate(-90deg);
  }

  .vector06 {
    display: none;
  }

  .vector02 {
    display: none;
  }

  .mob-on {
    display: block;
  }

  .dex-on {
    display: none;
  }

  .main_midel {
    padding: 32px 0;
  }

  .img-style-ikonw {
    position: initial;
  }

  .limo_btn {
    width: 100%;
    margin-bottom: 20px;
  }

  .margin_top_dive-350 {
    margin-top: 57px;
  }

  .h5 {
    font-size: 28px !important;
  }

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

  .number-txt {
    font-size: 20px;
  }

  .topfooter {
    display: none !important;
  }

  .back_blue {
    background-color: #3b82f6;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 30px;
    margin-top: -100px;
    padding: 28px 16px;
    text-align: right;
    display: flex !important;
  }

  .style-txtxs-box {
    display: flex !important;
    justify-content: space-around;
    flex-direction: row-reverse;
  }

  .list_footer {
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }

  .limoo-footer_lists {
    margin-top: 20px;
  }

  .contact {
    flex-direction: column;
    align-items: flex-start;
  }

  .padding_top_dive-130 {
    padding: 20px;
  }

  .margin_top_dive-180 .go-rigth {
    text-align: right !important;
  }

  .down-mainmidel {
    margin-top: -25px;
  }

  .style-txt-num {
    width: auto !important;
    text-align: right;
  }
}

/* Anime */

@keyframes updown {
  0% {
    top: -80px;
  }

  25% {
    top: -80px;
  }

  50% {
    top: -80px;
  }

  75% {
    top: -80px;
  }

  100% {
    top: -80px;
  }
}

.foranim {
  animation: 0.5s linear 1s infinite alternate swing;
}

@keyframes btnhier {
  0% {
    right: 23.5%;
    transform: rotate(5deg);
  }

  50% {
    right: 24%;
    transform: rotate(0deg);
  }

  100% {
    right: 24.5%;
    transform: rotate(-5deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

/* header  */

.navbar {
  align-items: center;

  display: flex;
  flex-direction: row;
  font-size: var(--font-14);
  font-weight: var(--font-w-400);
  color: var(--Limoo-gray-900);
}

.push-left {
  margin-left: auto;
}

/* Menu */
.hamburger {
  background: transparent;
  border: none;
  cursor: pointer;
  display: none;
  outline: none;
  height: 25px;
  position: relative;
  width: 30px;
  z-index: 1000;
  margin-top: 16px;
}

@media screen and (max-width: 992px) {
  .navbar {
    position: absolute !important;
    left: 10%;
    top: 25%;
  }

  a .loging_btn {
    display: none !important;
  }

  .hamburger {
    display: inline-block;
  }
}

.hamburger-line {
  background: #2f3237;
  height: 2px;
  position: absolute;
  left: 0;
  transition: all 0.2s ease-out;
  width: 60%;
}

.hamburger:hover .hamburger-line {
  background: #2f3237;
}

.hamburger-line-top {
  top: 3px;
}

.menu-active .hamburger-line-top {
  top: 50%;
  transform: rotate(45deg) translatey(-50%);
}

.nav__link.mobon-on {
  display: none !important;
}

.hamburger-line-middle {
  top: 50%;
  transform: translatey(-50%);
  width: 50%;
}

.menu-active {
  overflow: hidden;
}

.menu-active .hamburger-line-middle {
  left: 50%;
  opacity: 0;
  width: 0;
}

.hamburger-line-bottom {
  bottom: 3px;
}

.menu-active .hamburger-line-bottom {
  bottom: 50%;
  transform: rotate(-45deg) translatey(50%);
}

.nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: all 0.25s ease-in;
}

@media screen and (max-width: 992px) {
  .nav-menu {
    background: #fff;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translatey(-100%);
    text-align: center;
    height: 110vh;
    /* z-index: 33000000; */
    width: 100%;
  }

  .menu-active .nav-menu {
    transform: translatey(0%);
    opacity: 1;
  }
}

.nav-menu .menu-item a {
  display: block;
  margin: 0px 10px;
  text-decoration: none;
  text-transform: uppercase;

  font-weight: var(--font-w-600);
  font-size: var(--font-14);
  line-height: 24px;

  color: var(--limoo-text-header);
  transition-duration: 0.5s;
}

.nav-menu .menu-item a:hover {
  color: #777777;
  text-decoration: underline;
}

.nav-menu .menu-item a:hover svg {
  /* transform: rotate(180deg); */
  filter: none;
  transition-duration: 0.5s;
}

.nav-menu .menu-item a svg {
  filter: invert(42%) sepia(93%) saturate(1352%) hue-rotate(87deg)
    brightness(0%) contrast(119%);
}

@media screen and (max-width: 992px) {
  .nav-menu .menu-item a {
    margin: 8px;
  }
}

.sub-nav {
  display: none;
  position: fixed;
  list-style: none;

  width: 100%;
  right: 0;
  /* top: 80px; */
  padding: 0;
}

.sub-nav .in_sub {
  border-bottom: 2px solid var(--Limoo-gray-800);

  background: rgb(255, 255, 255);

  margin-top: 26px;
  padding: 32px 0;
}

.sub-nav .in_sub li {
  display: flex;
  align-items: flex-start;
  margin-top: 24px;
}

.sub-nav .in_sub li svg {
  margin-left: 16px;
}

.sub-nav .in_sub li a {
  margin: 0;
  font-weight: var(--font-w-600);
  font-size: var(--font-14);
  line-height: 24px;
  letter-spacing: -0.02em;
  color: var(--limoo-text-header);
}

.sub-nav .in_sub li a span {
  padding: 0px 8px;

  width: 41px;
  height: 20px;

  background: #ffcf55;
  border-radius: 6px;

  font-weight: var(--font-w-600);
  font-size: 12px;
  line-height: 20px;

  letter-spacing: -0.01em;

  color: var(--limoo-text-header);
}

.mobile_btnmnue {
  display: none;
}

.mobile_btnmnue {
  position: sticky;
  width: 100%;
  bottom: 4%;
  padding: 25px 12px 30px;
  background: white;
}

.mobile_btnmnue div {
  display: flex;
  justify-content: center;
}

.mobile_btnmnue div a {
  width: 100%;
}

@media screen and (max-width: 992px) {
  .sub-nav {
    position: relative;
    width: 100%;
    display: none;
    background-color: rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
  }
}

.nav__link:hover + .sub-nav {
  display: block;
}

.sub-nav:hover {
  display: block;
}
