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

@import "./roots.css";

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

.back-pink {
  /* background: #E4CFFC !important; */
  background: #ece2fd !important;
}

.back-pink100 {
  background: #ece2fd !important;
}

.back-green {
  /* background: #D1EEB4 !important; */
  background: #daf1df !important;
}

.back-green100 {
  background: #daf1df !important;
}

.back-yellow {
  /* background: #FDECA5 !important; */
  background: #fdf2d8 !important;
}

.back-yellow100 {
  background: #fdf2d8 !important;
}

.back-yellow1001 {
  background: #fdf2d8;
}

.back-blue {
  /* background: #D7EEFE !important; */
  background: #e2f2fe !important;
}
.back-grape-blue {
  background: #d6e0ff !important;
}

.back-blue100 {
  background: #e2f2fe !important;
}

.back-pinkk {
  /* background: #FDD8D8 !important; */
  background: #fae5e5 !important;
}

.back-red {
  /* background: #FDD8D8 !important; */
  background: #fae5e5 !important;
}

.back-red100 {
  background: #fae5e5 !important;
}

.back-transparent {
  background: transparent !important;
}

.back-gry900 {
  background: var(--Limoo-gray-900) !important;
}

.text-gold {
  color: #ffcf55;
}

.back-gry50 {
  background: #f8f7f6 !important;
}

#myselect {
  padding: 0px 16px 0px 12px;
  outline: none;
  height: 48px;

  border: 2px solid var(--Limoo-gray-900);
  border-radius: 10px;
}

.vids_fit {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

/* input domain  */
#domain-prices td p {
  font-weight: var(--font-w-600);
  font-size: var(--font-16);
  line-height: 28px;
  letter-spacing: -0.03em;
  margin-right: 16px;
  color: var(--limoo-text-header);
  margin-bottom: 0;
}

#domain-prices .class_fx_table {
  flex: 0 0 50%;
  max-width: 50%;
  border: none;
}

.tlds-top table {
  background: transparent;
  box-shadow: none;
  border: none;
}

.tlds-top h3 {
  font-weight: var(--font-w-600);
  font-size: var(--font-16);
  line-height: 28px;

  letter-spacing: -0.03em;

  margin-right: 16px;
  color: var(--limoo-text-header);
  margin-bottom: 0;
}

.domain_input {
  display: flex;
  align-items: flex-end;
}

.domain_input input {
  outline: none;
  padding: 10px 20px;
  height: 48px;
  background: #ffffff;
  border-width: 2px 2px 2px 0px;
  border-style: solid;
  border-color: var(--Limoo-gray-800);
  border-radius: 0px 10px 10px 0px;
  width: 100%;
}

.domain_input .btn_input {
  padding: 10px 24px;
  height: 48px;
  background: #1a1a23;
  border-radius: 10px 0px 0px 10px;
  font-weight: var(--font-w-700);
  font-size: var(--font-16);
  line-height: 24px;
  color: #ffffff;
  width: 35%;
}

/* input domain  */

/* home  */

.logo-hamkar {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}

.logo-hamkar img {
  filter: grayscale(100%);
  transition-duration: 0.3s;
}

.logo-hamkar img:hover {
  filter: grayscale(0%);
}

.add-borders {
  border: 2px solid var(--Limoo-gray-900);
  border-radius: 16px;
}

.img-inimg {
  position: absolute;
  top: 60%;
  left: 10%;
  box-shadow: 12px 12px 0px rgb(28 29 34 / 16%);
  border-radius: 12px;
  /* transition-duration: 0.7s; */
}

/* .img-bases:hover .img-inimg{
	top: 55%;
}
.img-bases:hover{
	scale: 1;
} */

.animate-transferm {
  padding: 16px;
  top: 30px;
  position: absolute;
  width: 237px;
  height: 84px;
  background: #ffffff;

  border: 2px solid var(--Limoo-gray-900);
  box-shadow: 12px 12px 16px rgba(72, 72, 92, 0.12),
    4px 4px 8px rgba(72, 72, 92, 0.04);
  border-radius: 10px;
}

.animate-transferm p {
  font-weight: 700;
}

.animate-transferm .box_trasnsform {
  /* width: 169px; */
  width: 100%;
  border: 1px solid #1c1d22;
  border-radius: 10px;
  height: 6px;
}

.animate-transferm .inbox_transform {
  background: #1c1d22;
  /* border: 1px solid #1C1D22; */
  border-radius: 10px;
  height: 4px;
  display: flex;
  /* width: 43%; */
  animation: transformanim 4.72s infinite;
  -moz-animation: transformanim 4.72s infinite;
  -webkit-animation: transformanim 4.72s infinite;
  -o-animation: transformanim 4.72s infinite;
}

.widthsize {
  width: 30px;
  max-width: 30px;
  min-width: 30px;
}

.width_anim output {
  width: 23px;
  max-width: 23px;
  min-width: 23px;
}

/* Animation Keyframes*/
@keyframes transformanim {
  0% {
    width: 0%;
  }

  2% {
    width: 2%;
  }

  4% {
    width: 4%;
  }

  5% {
    width: 5%;
  }

  7% {
    width: 7%;
  }

  8% {
    width: 8%;
  }

  10% {
    width: 10%;
  }

  12% {
    width: 12%;
  }

  14% {
    width: 14%;
  }

  15% {
    width: 15%;
  }

  16% {
    width: 16%;
  }

  18% {
    width: 18%;
  }

  20% {
    width: 20%;
  }

  22% {
    width: 22%;
  }

  25% {
    width: 25%;
  }

  27% {
    width: 27%;
  }

  30% {
    width: 30%;
  }

  32% {
    width: 32%;
  }

  35% {
    width: 35%;
  }

  37% {
    width: 37%;
  }

  40% {
    width: 40%;
  }

  42% {
    width: 42%;
  }

  45% {
    width: 45%;
  }

  47% {
    width: 47%;
  }

  50% {
    width: 50%;
  }

  52% {
    width: 52%;
  }

  55% {
    width: 55%;
  }

  57% {
    width: 57%;
  }

  60% {
    width: 60%;
  }

  63% {
    width: 63%;
  }

  65% {
    width: 65%;
  }

  67% {
    width: 67%;
  }

  70% {
    width: 70%;
  }

  73% {
    width: 73%;
  }

  75% {
    width: 75%;
  }

  77% {
    width: 77%;
  }

  80% {
    width: 80%;
  }

  83% {
    width: 83%;
  }

  85% {
    width: 85%;
  }

  87% {
    width: 87%;
  }

  90% {
    width: 90%;
  }

  93% {
    width: 93%;
  }

  95% {
    width: 95%;
  }

  97% {
    width: 97%;
  }

  100% {
    width: 100%;
  }
}

@-moz-keyframes transformanim {
  0% {
    width: 0%;
  }

  2% {
    width: 2%;
  }

  4% {
    width: 4%;
  }

  5% {
    width: 5%;
  }

  7% {
    width: 7%;
  }

  8% {
    width: 8%;
  }

  10% {
    width: 10%;
  }

  12% {
    width: 12%;
  }

  14% {
    width: 14%;
  }

  15% {
    width: 15%;
  }

  16% {
    width: 16%;
  }

  18% {
    width: 18%;
  }

  20% {
    width: 20%;
  }

  22% {
    width: 22%;
  }

  25% {
    width: 25%;
  }

  27% {
    width: 27%;
  }

  30% {
    width: 30%;
  }

  32% {
    width: 32%;
  }

  35% {
    width: 35%;
  }

  37% {
    width: 37%;
  }

  40% {
    width: 40%;
  }

  42% {
    width: 42%;
  }

  45% {
    width: 45%;
  }

  47% {
    width: 47%;
  }

  50% {
    width: 50%;
  }

  52% {
    width: 52%;
  }

  55% {
    width: 55%;
  }

  57% {
    width: 57%;
  }

  60% {
    width: 60%;
  }

  63% {
    width: 63%;
  }

  65% {
    width: 65%;
  }

  67% {
    width: 67%;
  }

  70% {
    width: 70%;
  }

  73% {
    width: 73%;
  }

  75% {
    width: 75%;
  }

  77% {
    width: 77%;
  }

  80% {
    width: 80%;
  }

  83% {
    width: 83%;
  }

  85% {
    width: 85%;
  }

  87% {
    width: 87%;
  }

  90% {
    width: 90%;
  }

  93% {
    width: 93%;
  }

  95% {
    width: 95%;
  }

  97% {
    width: 97%;
  }

  100% {
    width: 100%;
  }
}

@-webkit-keyframes transformanim {
  0% {
    width: 0%;
  }

  2% {
    width: 2%;
  }

  4% {
    width: 4%;
  }

  5% {
    width: 5%;
  }

  7% {
    width: 7%;
  }

  8% {
    width: 8%;
  }

  10% {
    width: 10%;
  }

  12% {
    width: 12%;
  }

  14% {
    width: 14%;
  }

  15% {
    width: 15%;
  }

  16% {
    width: 16%;
  }

  18% {
    width: 18%;
  }

  20% {
    width: 20%;
  }

  22% {
    width: 22%;
  }

  25% {
    width: 25%;
  }

  27% {
    width: 27%;
  }

  30% {
    width: 30%;
  }

  32% {
    width: 32%;
  }

  35% {
    width: 35%;
  }

  37% {
    width: 37%;
  }

  40% {
    width: 40%;
  }

  42% {
    width: 42%;
  }

  45% {
    width: 45%;
  }

  47% {
    width: 47%;
  }

  50% {
    width: 50%;
  }

  52% {
    width: 52%;
  }

  55% {
    width: 55%;
  }

  57% {
    width: 57%;
  }

  60% {
    width: 60%;
  }

  63% {
    width: 63%;
  }

  65% {
    width: 65%;
  }

  67% {
    width: 67%;
  }

  70% {
    width: 70%;
  }

  73% {
    width: 73%;
  }

  75% {
    width: 75%;
  }

  77% {
    width: 77%;
  }

  80% {
    width: 80%;
  }

  83% {
    width: 83%;
  }

  85% {
    width: 85%;
  }

  87% {
    width: 87%;
  }

  90% {
    width: 90%;
  }

  93% {
    width: 93%;
  }

  95% {
    width: 95%;
  }

  97% {
    width: 97%;
  }

  100% {
    width: 100%;
  }
}

@-o-keyframes transformanim {
  0% {
    width: 0%;
  }

  2% {
    width: 2%;
  }

  4% {
    width: 4%;
  }

  5% {
    width: 5%;
  }

  7% {
    width: 7%;
  }

  8% {
    width: 8%;
  }

  10% {
    width: 10%;
  }

  12% {
    width: 12%;
  }

  14% {
    width: 14%;
  }

  15% {
    width: 15%;
  }

  16% {
    width: 16%;
  }

  18% {
    width: 18%;
  }

  20% {
    width: 20%;
  }

  22% {
    width: 22%;
  }

  25% {
    width: 25%;
  }

  27% {
    width: 27%;
  }

  30% {
    width: 30%;
  }

  32% {
    width: 32%;
  }

  35% {
    width: 35%;
  }

  37% {
    width: 37%;
  }

  40% {
    width: 40%;
  }

  42% {
    width: 42%;
  }

  45% {
    width: 45%;
  }

  47% {
    width: 47%;
  }

  50% {
    width: 50%;
  }

  52% {
    width: 52%;
  }

  55% {
    width: 55%;
  }

  57% {
    width: 57%;
  }

  60% {
    width: 60%;
  }

  63% {
    width: 63%;
  }

  65% {
    width: 65%;
  }

  67% {
    width: 67%;
  }

  70% {
    width: 70%;
  }

  73% {
    width: 73%;
  }

  75% {
    width: 75%;
  }

  77% {
    width: 77%;
  }

  80% {
    width: 80%;
  }

  83% {
    width: 83%;
  }

  85% {
    width: 85%;
  }

  87% {
    width: 87%;
  }

  90% {
    width: 90%;
  }

  93% {
    width: 93%;
  }

  95% {
    width: 95%;
  }

  97% {
    width: 97%;
  }

  100% {
    width: 100%;
  }
}

/* home  */
.tabcontent {
  display: none;
  flex-direction: column;
  align-items: center;
}

.limoo-mag-news {
  padding: 16px;
  background: #ffffff;
  border: 1px solid var(--Limoo-gray-300);
  border-radius: 12px;
}

.border-left-posthiban {
  border-left: 2px solid var(--Limoo-gray-900);
  height: 58px;
}

.tiks_steps p {
  font-weight: var(--font-w-600);
  font-size: var(--font-16);
  line-height: 26px;
  letter-spacing: -0.02em;
  color: var(--limoo-text-header);
}

.off-20img {
  position: absolute;
  display: block;
  left: -110px;
}

.off-20img img {
  width: 110px;
}

/* limoo main affiliate  */

/* about  */
.about_sec {
  /* padding-top: 40px; */
  padding-top: 50px;
}

/* about  */

/* marquee */
.marquee {
  height: 55px;
  width: 100%;

  overflow: hidden;
  position: relative;
}

.marquee div {
  display: flex;
  width: 200%;
  height: 62px;
  padding: 17px 34px;
  position: absolute;
  overflow: hidden;
  background: #111827;
  animation: marquee 30s linear infinite;
  align-items: flex-end;
}

.marquee span {
  float: left;
  width: 5%;
  text-align: center;
  color: var(--clr-white);
  white-space: nowrap;
  font-weight: var(--font-w-600);
  font-size: var(--font-16);
}

@keyframes marquee {
  0% {
    left: 0;
  }

  100% {
    left: -100%;
  }
}

/* marquee */

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

.main_limoo .thenum {
  font-weight: var(--font-w-800);
  font-size: var(--font-45);
  color: var(--Limoo-gray-900);
}

.main_limoo .underhr .thenum {
  font-weight: var(--font-w-800);
  font-size: var(--font-42);
  color: var(--Limoo-gray-900);
  line-height: 48px;
}

.main_limoo .thetit {
  font-weight: var(--font-w-700);
  font-size: var(--font-18);
  color: var(--Limoo-gray-900);
}

.main_limoo .thetext {
  font-weight: var(--font-w-400);
  font-size: var(--font-14);
  color: var(--Limoo-gray-900);
  line-height: 26px;
}

.main_limoo .underhr .thetext {
  font-weight: var(--font-w-400);
  font-size: var(--font-16);
  color: var(--Limoo-gray-900);
  line-height: 28px;
  letter-spacing: -0.03em;
}

.btm-svg {
  position: absolute;
  right: 0;
  width: 100%;
}

/* limoo main affiliate  */

/* takhmin dramd  */
.takhmin-daramd {
  background-color: #5391f5;
  background-image: url(../img/vectors/Pattern.png);
}

.txttit {
  font-weight: var(--font-w-700);
  color: var(--Limoo-gray-900);
  font-size: var(--font-28);
  line-height: 58px;
  /* white-space: nowrap; */
}

.takhmin-daramd .thenum {
  display: flex;
  padding-left: 12px;
  font-weight: var(--font-w-800);
  font-size: var(--font-42);
  color: var(--Limoo-gray-900);
  align-items: center;
}

.takhmin-daramd .min-txt {
  font-size: var(--font-16);
  font-weight: var(--font-w-700);
  color: var(--Limoo-gray-900);
  line-height: 24px;
  letter-spacing: -0.02em;
}

.takhmin-daramd .info-site {
  font-size: var(--font-18);
  font-weight: var(--font-w-700);
  color: var(--limoo-text-header);
  line-height: 28px;
  letter-spacing: -0.02em;
}

.takhmin-daramd .the-box {
  /* padding: 40px;
	box-shadow: 0px 12px 24px rgba(35, 41, 51, 0.12), 0px 4px 8px rgba(35, 41, 51, 0.08); */

  padding: 40px;
  background: #ffffff;

  border: 2px solid #1c1d22;

  box-shadow: 12px 12px 0px rgba(28, 29, 34, 0.16);
  border-radius: 12px;
}

.table-academy {
  border: 2px solid #1c1d22;
  border-collapse: separate;
  border-radius: 10px;
  border-spacing: 0;
}

/* === range theme and appearance === */
#theplans input[type="range"] {
  font-size: 1.5rem;
  width: 12.5em;
}

#theplans input[type="range"] {
  color: #ef233c;
  --thumb-height: 1.125em;
  --track-height: 0.125em;
  --track-color: rgba(0, 0, 0, 0.2);
  --brightness-hover: 180%;
  --brightness-down: 80%;
  --clip-edges: 0.125em;
}

#theplans input[type="range"].win10-thumb {
  color: #2b2d42;
  width: 100%;
  /* --thumb-height: 1.375em;
	--thumb-width: 0.5em; */
  --thumb-height: 1.055em;
  --thumb-width: 0em;
  --clip-edges: 0.0125em;
}

/* === range commons === */
#theplans input[type="range"] {
  position: relative;
  background: #fff0;
  overflow: hidden;
}

#theplans input[type="range"]:active {
  cursor: grabbing;
}

#theplans input[type="range"]:disabled {
  filter: grayscale(1);
  opacity: 0.3;
  cursor: not-allowed;
}

/* === WebKit specific styles === */
#theplans input[type="range"],
#theplans input[type="range"]::-webkit-slider-runnable-track,
#theplans input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  transition: all ease 100ms;
  height: var(--thumb-height);
}

#theplans input[type="range"]::-webkit-slider-runnable-track,
#theplans input[type="range"]::-webkit-slider-thumb {
  position: relative;
}

#theplans input[type="range"]::-webkit-slider-thumb {
  background-image: url(../img/icon/Handle.png) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  width: 32.06px !important;
  height: 25.4px !important;
  background-color: transparent !important;
  background-position: center;
}

#theplans input[type="range"]::-moz-range-thumb {
  background-image: url(../img/icon/Handle.png) !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  width: 32.06px !important;
  height: 25px !important;
  background-color: transparent !important;
  background-position: center;
}

#theplans input[type="range"]::-webkit-slider-thumb {
  --thumb-radius: calc((var(--thumb-height) * 0.5) - 1px);
  --clip-top: calc((var(--thumb-height) - var(--track-height)) * 0.5 - 0.5px);
  --clip-bottom: calc(var(--thumb-height) - var(--clip-top));
  --clip-further: calc(100% + 1px);
  --box-fill: calc(-100vmax - var(--thumb-width, var(--thumb-height))) 0 0
    100vmax currentColor;

  width: var(--thumb-width, var(--thumb-height));
  background: linear-gradient(currentColor 0 0) scroll no-repeat left center /
    50% calc(var(--track-height) + 1px);
  background-color: currentColor;
  box-shadow: var(--box-fill);
  border-radius: var(--thumb-width, var(--thumb-height));

  filter: brightness(100%);
  clip-path: polygon(
    100% -1px,
    var(--clip-edges) -1px,
    0 var(--clip-top),
    -100vmax var(--clip-top),
    -100vmax var(--clip-bottom),
    0 var(--clip-bottom),
    var(--clip-edges) 100%,
    var(--clip-further) var(--clip-further)
  );
}

#theplans input[type="range"]:hover::-webkit-slider-thumb {
  filter: brightness(var(--brightness-hover));
  cursor: grab;
}

#theplans input[type="range"]:active::-webkit-slider-thumb {
  filter: brightness(var(--brightness-down));
  cursor: grabbing;
}

#theplans input[type="range"]::-webkit-slider-runnable-track {
  background: linear-gradient(var(--track-color) 0 0) scroll no-repeat center /
    100% calc(var(--track-height) + 1px);
}

#theplans input[type="range"]:disabled::-webkit-slider-thumb {
  cursor: not-allowed;
}

/* === Firefox specific styles === */
#theplans input[type="range"],
#theplans input[type="range"]::-moz-range-track,
#theplans input[type="range"]::-moz-range-thumb {
  appearance: none;
  transition: all ease 100ms;
  height: var(--thumb-height);
}

#theplans input[type="range"]::-moz-range-track,
#theplans input[type="range"]::-moz-range-thumb,
#theplans input[type="range"]::-moz-range-progress {
  background: #fff0;
}

#theplans input[type="range"]::-moz-range-thumb {
  background: currentColor;

  border: 0;
  width: var(--thumb-width, var(--thumb-height));
  border-radius: var(--thumb-width, var(--thumb-height));
  cursor: grab;
}

#theplans input[type="range"]:active::-moz-range-thumb {
  cursor: grabbing;
}

#theplans input[type="range"]::-moz-range-track {
  width: 100%;
  background: var(--track-color);
}

#theplans input[type="range"]::-moz-range-progress {
  appearance: none;
  background: currentColor;
  transition-delay: 30ms;
}

#theplans input[type="range"]::-moz-range-track,
#theplans input[type="range"]::-moz-range-progress {
  height: calc(var(--track-height) + 1px);
  border-radius: var(--track-height);
}

#theplans input[type="range"]::-moz-range-thumb,
#theplans input[type="range"]::-moz-range-progress {
  filter: brightness(100%);
}

#theplans input[type="range"]:hover::-moz-range-thumb,
#theplans input[type="range"]:hover::-moz-range-progress {
  filter: brightness(var(--brightness-hover));
}

#theplans input[type="range"]:active::-moz-range-thumb,
#theplans input[type="range"]:active::-moz-range-progress {
  filter: brightness(var(--brightness-down));
}

#theplans input[type="range"]:disabled::-moz-range-thumb {
  cursor: not-allowed;
}

.the-helplimo img {
  width: 100%;
}

/* the talent  */
.main-talent {
  padding-top: 80px;
}

.the-banner {
  background-color: #ffe893;
}

.the-banner .text-banner {
  font-weight: var(--font-w-700);
  font-size: var(--font-18);
  color: #8f7228;
}

.the-banner .tit-banner {
  color: var(--Limoo-gray-900);
  font-weight: var(--font-w-800);
  font-size: 40px;
  line-height: 64px;
}

.the-banner .txt-bnner {
  color: var(--Limoo-gray-900);
  font-weight: var(--font-w-400);
  font-size: var(--font-16);
  letter-spacing: -0.03em;
  line-height: 28px;
  text-align: justify;
  width: 80%;
}

.icon-arrowleftblck {
  background-image: url(../../asstes/img/icon/leftarrwblck.svg);
}

.webmaster {
  padding-top: 128px;
  padding-bottom: 128px;
}

.webmaster .the-mintit {
  font-weight: var(--font-w-700);
  color: var(--Limoo-gray-700);
  font-size: var(--font-16);
}

.main-talent .limomin-txt {
  color: #497a5c;
  font-weight: var(--font-w-600);
  font-size: var(--font-14);
  line-height: 26px;
  letter-spacing: -0.02em;
}

.img_with_text {
  text-align: left;
  position: relative;
}

.img_with_text .the_textbox {
  position: absolute;
  top: 45%;
}

.img_with_text .the_textbox .img-boxtext {
  position: relative;
  text-align: center;
}

.img_with_text .the_textbox .img-boxtext .centered {
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
  width: 73%;
  text-align: right;
}

footer .limoo-footer_lists {
  list-style-type: none;
}

/* the collapses  */
.skills {
  background-color: #f2f4f7;
  padding-top: 160px;
  padding-bottom: 164px;
}

.skills .card {
  margin-bottom: 40px;
  border: none;
}

.skills .card-header {
  padding: 40px;
  background: #ffffff;

  border: none;
}

.skills .card-header a {
  font-size: 20px;
  color: var(--Limoo-gray-900);
  font-weight: var(--font-w-700);
  line-height: 160%;
  font-family: "Pinar-VF";
}

.skills .card-header .txt-time {
  position: absolute;
  left: 50%;
  top: 10%;
  font-weight: var(--font-w-600);
  color: var(--Limoo-gray-500);
  font-size: var(--font-16);
  line-height: 28px;
  letter-spacing: -0.03em;
  display: flex;
  align-items: flex-start;
  font-family: Yekan Bakh !important;
}

.icon-time {
  background-image: url(../img/icon/time.svg);
  width: 18.67px;
  height: 18.67px;
  margin-top: 3px;
}

.skills .card-body {
  border-top: 1px solid var(--Limoo-gray-300);
  padding: 40px;
}

.skills .mb-0 > a {
  display: block;
  position: relative;
}

.skills .mb-0 > a:after {
  font-family: Fontawesome;
  content: "\f077";
  float: left;
  font-size: 15px;
  font-weight: 300;
  color: var(--Limoo-gray-800);
}

.skills .card-body .the-tit {
  font-size: var(--font-16);
  font-weight: var(--font-w-800);
  color: var(--Limoo-gray-900);
  line-height: 28px;
}

.skills .min-type p {
  font-size: var(--font-12);
  color: var(--Limoo-gray-500);
  font-weight: var(--font-w-600);
  letter-spacing: -0.01em;
  line-height: 20px;
  margin: 0 16px;
}

.skills .mb-0 > a[aria-expanded="true"]:after {
  font-family: Fontawesome;
  content: "\f078";
}

.icon-videog {
  background-image: url(../img/icon/video-circle.svg);
}

.icon-videob {
  background-image: url(../img/icon/video-circleb.svg);
}

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

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

.larg-icon {
  width: 24px;
  height: 24px;
}

.Professors .txt-tit {
  font-size: var(--font-18);
  font-weight: var(--font-w-700);
  color: var(--Limoo-gray-900);
  line-height: 32px;
  letter-spacing: -0.03em;
}

.Professors .name-txt {
  font-size: var(--font-14);
  font-weight: var(--font-w-700);
  color: var(--Limoo-gray-700);
  line-height: 26px;
  letter-spacing: -0.02em;
}

.Professors .info-txt {
  font-size: var(--font-12);
  font-weight: var(--font-w-600);
  color: var(--Limoo-gray-700);
  line-height: 20px;
  letter-spacing: -0.01em;
}

.Professors img {
  filter: grayscale(100%);
  transition-duration: 0.4s;
}

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

.skills .show {
  box-shadow: 0px 12px 24px rgba(35, 41, 51, 0.08),
    0px 2px 4px rgba(35, 41, 51, 0.04);
}

/* the-start */
.the-start {
  padding-top: 115px;
  padding-bottom: 315px;
}

.the-start .min-txt {
  color: #2563eb;
  font-size: var(--font-14);
  font-weight: var(--font-w-600);
  letter-spacing: -0.02em;
  line-height: 26px;
}

.nums_start .tit-txt {
  font-size: var(--font-18);
  font-weight: var(--font-w-700);
  color: var(--Limoo-gray-900);
  line-height: 32px;
  letter-spacing: -0.03em;
}

.the-start .img01 {
  position: absolute;
  right: 0;
  top: 30%;
}

.the-start .img02 {
  position: absolute;
  left: 0;
  top: 5%;
}

.the-start .img03 {
  position: absolute;
  left: 0;
  top: 60%;
}

/* home homepage  */
.main_home {
  background: #faeed2;
  padding-top: 128px;
  padding-bottom: 128px;
  margin-top: 150px;
}

.tabs_palns {
  background: #ffffff;

  width: 200px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.tabs_palns .Month {
  padding: 6px 20px;
  text-align: center;
  width: 97px;
  height: 36px;

  font-weight: var(--font-w-600);
  font-size: var(--font-16);
  line-height: 28px;

  letter-spacing: -0.03em;
  color: var(--Limoo-gray-700);
}

.tabs_palns .Year {
  padding: 6px 20px;
  text-align: center;
  width: 97px;
  height: 36px;

  font-weight: var(--font-w-600);
  font-size: var(--font-16);
  line-height: 28px;

  letter-spacing: -0.03em;

  color: var(--Limoo-gray-700);
}

/* the plans  */

.class_eur_home {
  display: none !important;
}

#home-plans .plans-card {
  padding: 32px 24px 24px;
  background: #ffffff;
  border-radius: 0px;
  transition-duration: 0.5s;
  border: 2px solid var(--Limoo-gray-900);
  border-radius: 12px;
}

#home-plans .plans-card:hover {
  /* box-shadow: 0px 12px 16px rgba(97, 81, 54, 0.12), 0px 4px 4px rgba(97, 81, 54, 0.08); */
  box-shadow: 8px 8px 0px rgb(28 29 34 / 16%);
  border-radius: 12px;
  transform: translate(-4px, -8px);

  width: inherit;
}

#home-plans .card-Popular {
  border: 4px solid #ffcf55;
  /* border-top: 33px solid #FFCF55; */
}

#home-plans .most-porular {
  position: absolute;
  background-color: #ffcf55;
  right: 12px;
  top: -30px;
  text-align: center;
  left: 12px;

  font-weight: var(--font-w-600);
  font-size: var(--font-12);

  letter-spacing: -0.01em;

  color: var(--Limoo-gray-900);
}

#home-plans .plans-card .the-tit_card {
  font-weight: var(--font-w-700);
  font-size: 20px;
  line-height: 32px;
  color: var(--limoo-text-header);
}

#home-plans .plans-card .txt_card {
  font-weight: var(--font-w-600);
  font-size: var(--font-16);
  line-height: 28px;
  letter-spacing: -0.03em;
  color: var(--limoo-text-header);
}

#home-plans .plans-card .box_card {
  padding: 16px;
  background: #f7f7f7;
  border-radius: 8px;
  font-weight: var(--font-w-400);
  font-size: var(--font-14);
  line-height: 1.7;
  letter-spacing: -0.02em;
  color: var(--Limoo-gray-700);
}

#home-plans .plans-card .text_fee {
  font-weight: var(--font-w-600);
  font-size: var(--font-14);
  line-height: 20px;
  letter-spacing: -0.02em;

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

#home-plans .plans-card .text_price {
  font-weight: var(--font-w-800);
  font-size: 48px;
  line-height: 48px;
  font-family: "Pinar-VF2";
  /* Gray/900 */
  margin-left: 8px;
  /* font-feature-settings: 'ss10'; */
  color: var(--limoo-text-header);
}

#home-plans .plans-card .plans_btn {
  padding: 12px 24px;
  height: 48px;
  border: 1px solid var(--Limoo-gray-300);
  border-radius: 10px;
  display: block;
  width: 100%;
  text-align: center;
  cursor: pointer;

  font-weight: var(--font-w-700);
  font-size: var(--font-16);
  line-height: 24px;
  color: #272727;
}

/* the plans  */

.thiscards {
  padding: 32px 24px;
  background: #ffffff;

  border: 1px solid var(--Limoo-gray-200);
  border-radius: 12px;
}

.plans-card {
  padding: 32px 24px;
  background: #ffffff;

  /* box-shadow: 0px 4px 8px rgba(35, 41, 51, 0.08), 0px 2px 4px rgba(35, 41, 51, 0.02); */
  border-radius: 0px;
  transition-duration: 0.5s;
  border: 4px solid #ffffff;
}

.plans-card:hover {
  box-shadow: 0px 12px 16px rgba(97, 81, 54, 0.12),
    0px 4px 4px rgba(97, 81, 54, 0.08);
}

.card-Popular {
  border: 4px solid #ffcf55;
  /* border-top: 33px solid #FFCF55; */
}

.most-porular {
  position: absolute;
  background-color: #ffcf55;
  right: 12px;
  top: -30px;
  text-align: center;
  left: 12px;

  font-weight: var(--font-w-600);
  font-size: var(--font-12);

  letter-spacing: -0.01em;

  color: var(--Limoo-gray-900);
}

.plans-card .the-tit_card {
  font-weight: var(--font-w-700);
  font-size: 24px;
  line-height: 40px;
  color: var(--Limoo-gray-900);
}

.plans-card .txt_card {
  font-weight: var(--font-w-600);
  font-size: var(--font-16);
  line-height: 28px;
  letter-spacing: -0.03em;
  color: var(--Limoo-gray-700);
}

.plans-card .box_card {
  padding: 16px;
  background: #f7f7f7;
  border-radius: 8px;
  font-weight: var(--font-w-400);
  font-size: var(--font-14);
  line-height: 26px;
  letter-spacing: -0.02em;
  color: var(--Limoo-gray-700);
}

.plans-card .text_fee {
  font-weight: var(--font-w-400);
  font-size: var(--font-14);
  line-height: 26px;
  letter-spacing: -0.02em;

  color: var(--Limoo-gray-700ّ);
}

.plans-card .text_price {
  font-weight: var(--font-w-700);
  font-size: 48px;
  line-height: 48px;

  /* Gray/900 */

  color: var(--Limoo-gray-900);
}

.plans-card .plans_btn {
  padding: 12px 24px;
  height: 48px;
  border: 2px solid #272727;
  border-radius: 0px;
  display: block;
  width: 100%;
  text-align: center;
  cursor: pointer;

  font-weight: var(--font-w-700);
  font-size: var(--font-16);
  line-height: 24px;
  color: #272727;
}

.addondomain-comp p {
  direction: rtl !important;
}

.pointnone_ {
  pointer-events: none;
}

.pointnone_null {
  pointer-events: none;
}

.main_limotxt {
  background: #f6f6f7;
  padding: 160px 0px;
}

.comments-txt {
  font-weight: var(--font-w-700);
  font-size: 24px;
  line-height: 48px;

  color: var(--Limoo-gray-900);
}

.the-nametxt {
  font-weight: var(--font-w-700);
  font-size: var(--font-14);
  line-height: 26px;
  letter-spacing: -0.02em;

  color: var(--Limoo-gray-700);
}

.the-nametxt span {
  font-weight: var(--font-w-400);
  font-size: var(--font-14);
  line-height: 26px;
  display: flex;
  align-items: center;
  text-align: right;
  letter-spacing: -0.02em;
  color: var(--font-w-600);
  margin-right: 8px;
}

.main_fanavry {
  padding: 164px 0px;
  background: #ffffff;
}

.main_fanavry .txt-tit {
  font-weight: var(--font-w-700);
  font-size: var(--font-18);
  line-height: 32px;
  letter-spacing: -0.03em;

  color: var(--Limoo-gray-700);
}

.main_fanavry .txtmin {
  font-weight: var(--font-w-400);
  font-size: var(--font-16);
  line-height: 28px;
  letter-spacing: -0.03em;
  color: var(--Limoo-gray-700);
}

.tittle_fanavry {
  font-weight: 700;
  font-size: 36px;
  line-height: 160%;

  color: #272727;
}

.min_fanavry {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;

  letter-spacing: -0.03em;
  color: #4e4f51;
}

.main_steps {
  padding: 96px 0px;
  background: #f8f9f9;
}

.main_steps .the-mintit {
  font-weight: var(--font-w-700);
  font-size: var(--font-16);
  line-height: 28px;
  letter-spacing: -0.03em;
  color: var(--Limoo-gray-700);
}

.bg-greensec {
  background: #1f4743;
  padding-top: 198px;
  padding-bottom: 160px;
}

.sec_comment {
  padding-top: 128px;
  padding-bottom: 128px;
}

.sec_comment .text-comment {
  font-weight: var(--font-w-700);
  font-size: var(--font-20);
  line-height: 40px;

  color: var(--Limoo-gray-900);
}

.sec_comment .name-commpany {
  font-weight: var(--font-w-700);
  font-size: var(--font-16);
  line-height: 28px;

  letter-spacing: -0.03em;

  color: var(--Limoo-gray-900);
}

.sec_comment .name-manager {
  font-weight: var(--font-w-700);
  font-size: var(--font-14);
  line-height: 26px;

  letter-spacing: -0.02em;

  color: var(--Limoo-gray-700);
}

.sec_comment .name-manager span {
  font-weight: var(--font-w-400);
  color: var(--Limoo-gray-600);
}

.sec-transfromlimoo {
  background: #f8f9f9;
  padding: 96px 0;
}

.sec-transfromlimoo a {
  font-weight: var(--font-w-700);
  font-size: var(--font-16);
  line-height: 24px;
  color: #047065;
}

.sec-limoonews {
  padding: 128px 0;
}

.sec-limoonews .text-titnsew {
  font-weight: var(--font-w-700);
  font-size: var(--font-16);
  line-height: 28px;
  letter-spacing: -0.03em;
  color: var(--Limoo-gray-900);
}

.sec-limoonews .text-pnews {
  font-weight: var(--font-w-400);
  font-size: var(--font-14);
  line-height: 26px;
  letter-spacing: -0.02em;
  color: var(--Limoo-gray-900);
}

.sec-limoonews .text-ptext {
  font-weight: var(--font-w-600);
  font-size: var(--font-12);
  line-height: 20px;
  letter-spacing: -0.01em;
  color: var(--Limoo-gray-900);
  margin-left: 32px;
}

.sec-limoonews .padtext {
  padding: 2px 12px;
  /* width: 60px; */
  height: 24px;
  background: var(--Limoo-gray-100);
}

.sec-final {
  padding: 96px 0;
  background: #faeed2;
}

/* ================= */
/* server ekhtestsi */
/* =============== */

.card_server_ekh {
  background: #ffffff;
  width: 100%;
  padding: 32px 24px 24px;
  border: 2px solid #1a1a23;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  text-align: left;
  font-family: "Amaranth", sans-serif;
}

.top_serv_card .name_serv {
  font-weight: 700;
  font-size: 20px;
  line-height: 40px;

  color: #162424;
}

.top_serv_card .type_serv {
  padding: 2px 12px;
  width: fit-content;
  height: 28px;

  background: #ffdf80;
  border-radius: 8px;

  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;

  color: #1c1d22;
}

.price_serv_card {
  border-top: 1px solid #b3b7bd;
  border-bottom: 1px solid #b3b7bd;
  padding: 12px 0;
}

.add_flex_serv {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.price_serv_card .time_serv {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;

  letter-spacing: -0.02em;

  color: #51555d;
  font-family: Yekan Bakh;
}

.price_serv_card .price_serv {
  font-weight: 800;
  font-size: 32px;
  line-height: 36px;

  font-family: "Pinar-VF2";

  font-feature-settings: "ss10" on;

  color: #232833;
}

.price_serv_card .price_types p {
  color: #162424;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  font-family: Yekan Bakh;
  text-align: right;
}

.mian_serv_card p {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;

  color: #1c1d22;
}

.mian_serv_card p span {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;

  color: #1c1d22;
}

.mian_serv_card .ips_txt {
  padding: 4px 8px;
  height: 24px;

  background: #2b976a;
  border-radius: 8px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  font-family: "Amaranth";
}

.btn_servers {
  padding: 12px 28px;

  width: 100%;
  height: 48px;
  background-color: #ffffff;

  border: 1px solid #2f3237;
  border-radius: 12px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;

  font-family: Yekan Bakh;

  color: #2f3237;
}

#hetsner_plans .pagination button {
  padding: 4px;
  margin: 0 4px;
  width: 40px;
  height: 40px;
}

.Private_bn_undefined {
  display: none;
}

/* Filtters  */
.sorted_servers {
  border: 2px solid #1c1d22;
  border-radius: 12px;
  height: 46px;
  width: 50%;
  padding: 11px 12px;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  text-align: right;
  letter-spacing: -0.02em;
  color: #1c1d22;
}

.tit_fillters p {
  font-weight: 700;
  font-size: 20px;
  line-height: 160%;

  color: #162424;
}

.selectboxs_fillters {
  direction: ltr;
  margin-top: 16px;
}

.selectboxs_fillters .form-check-input[type="checkbox"] {
  background: #2786fa;
  border-radius: 4px;
  border: none;
  /* --checkbox-bg: rgba(28, 29, 34, 0.16) */
}

.form-check-input[type="checkbox"] {
  --checkbox-bg: rgba(28, 29, 34, 0.16);
}

.selectboxs_fillters .form-check-input[type="checkbox"] ~ .form-check-label {
  font-family: "Amaranth";
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;

  letter-spacing: -0.02em;

  color: #1c1d22;
}

.selectboxs_fillters .form-check-input[type="radio"] {
  background: #f06868;
  border-radius: 4px;
  border: none;
  /* --checkbox-bg: rgba(28, 29, 34, 0.16) */
}

.form-check-input[type="radio"] {
  --checkbox-bg: rgba(28, 29, 34, 0.16);
}

.selectboxs_fillters .form-check-input[type="radio"] ~ .form-check-label {
  font-family: "Amaranth";
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;

  letter-spacing: -0.02em;

  color: #1c1d22;
}

.selectboxs_fillters .form-check {
  padding-left: 0;
}

.Brand_filtter {
  font-family: "Amaranth";
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  color: #162424;
}

.choose_cpu_brand {
  font-family: "Amaranth";
  display: flex;
  padding: 4px;
  width: 75%;
  height: 40px;
  background: rgba(28, 29, 34, 0.08);
  border-radius: 30px;
  align-items: center;
  justify-content: space-around;
}

.choose_cpu_brand .brands {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.03em;
  color: #1c1d22;
  cursor: pointer;
}

.choose_cpu_brand .brands.active_br {
  padding: 2px 22px;
  height: 32px;
  background: #2c2f34;
  border-radius: 40px;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.03em;
  width: 35%;
  color: #ffffff;
  text-align: center;
}

.pagination {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px !important;
}

.pagination button {
  padding: 8px;
  margin: 0 4px;
  width: 32px;
  height: 33px;

  /* Color/CoolGray/White */

  background: #ffffff;
  /* Color/CoolGray/200
	
	Borders
	*/
  border: 1px solid #e5e7eb;
  border-radius: 8px;
}

.pagination button.active {
  padding: 8px 0px;

  background: #72bbf3;
  border-radius: 8px;
}

.fee_install {
  font-family: "Yekan Bakh";
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  text-align: right;
  letter-spacing: -0.02em;
  color: #c27023;
}

.fee_install span {
  font-weight: 400;
}

/* ================= */
/* server ekhtestsi */
/* =============== */

/* ================ */
/* Managed hosting */
/* ============== */

.back-gry {
  background: #f8f9fb;
}

.backup-sefareshi {
  background: #fdeca5;
  padding: 160px 0;
}

.backup-sefareshi .the-mintit {
  font-weight: var(--font-w-700);
  font-size: var(--font-16);
  line-height: 28px;
  letter-spacing: -0.03em;
  color: var(--limoo-text-header);
}

.read-limomag .card-news {
  padding: 16px;
  border: 1px solid var(--Limoo-gray-300);
  border-radius: 12px;
  min-height: 230px;
}

.read-limomag .card-news .card-titmag {
  font-weight: var(--font-w-700);
  font-size: var(--font-16);
  line-height: 28px;
  letter-spacing: -0.03em;
  color: var(--Limoo-gray-900);
}

.read-limomag .card-news .card-mid-textmag {
  font-weight: var(--font-w-400);
  font-size: var(--font-14);
  line-height: 26px;
  letter-spacing: -0.02em;
  color: var(--Limoo-gray-900);
}

.read-limomag .mr-32 {
  margin-right: 32px;
}

.read-limomag .card-news .abute-cart {
  font-weight: var(--font-w-600);
  font-size: var(--font-12);
  line-height: 20px;
  letter-spacing: -0.03em;
  color: var(--Limoo-gray-900);
}

.read-limomag .card-news .abute-cart p {
  margin-left: 32px;
}

.plans-mange {
  background: #fdeca5;
}

.slick-slider .element {
  /* height: 100px;
	width: 100px;
	background-color: #000;
	color: #fff;
	border-radius: 5px;
	display: inline-block;
	margin: 0px 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px; */
  margin: 0px 10px;
}

.slick-slider .slick-disabled {
  opacity: 0.6;
  pointer-events: none;
}

.slick-prev {
  display: block;
  position: absolute;
  top: 50%;
  left: -7%;
  color: transparent;
  border: none;
  background-image: url(../img/hosts/NextButton.svg);
  background-repeat: no-repeat;
  background-color: transparent;
  height: 40px;
  width: 41px;
}

.slick-next {
  display: block;
  position: absolute;
  top: 50%;
  right: -7%;
  color: transparent;
  border: none;
  background-image: url(../img/hosts/NextButton1.svg);
  background-repeat: no-repeat;
  background-color: transparent;
  height: 40px;
  width: 41px;
}

#comments .slick-next {
  display: block;
  position: absolute;
  top: 50%;
  right: -7%;
  color: transparent;
  border: none;
  background-image: url(../img/hosts/NextButton02.png);
  background-repeat: no-repeat;
  background-color: transparent;
  height: 45px;
  width: 41px;
}

#comments .slick-prev {
  display: block;
  position: absolute;
  top: 50%;
  right: -7%;
  color: transparent;
  border: none;
  background-image: url(../img/hosts/NextButton02.png);
  background-repeat: no-repeat;
  background-color: transparent;
  height: 45px;
  width: 41px;
  transform: rotate(180deg);
}

#comments .slick-slider .slick-next.slick-disabled {
  opacity: 1;
  background-image: url(../img/hosts/NextButton01.svg);
  transform: rotate(180deg);
}

#comments .slick-slider .slick-prev.slick-disabled {
  opacity: 1;
  background-image: url(../img/hosts/NextButton01.svg);
  transform: rotate(0deg);
}

.slider_hosts .card_hosts {
  padding: 32px 24px 24px;
  background: #ffffff;
  border: 2px solid var(--Limoo-gray-900);
  border-radius: 12px;
  direction: rtl;
  transition-duration: 0.3s;
}

.slider_hosts .card_hosts .tits-card {
  font-weight: var(--font-w-700);
  font-size: var(--font-24);
  line-height: 40px;
  color: var(--Limoo-gray-900);
}

.slider_hosts .card_hosts .midtext-card {
  font-weight: var(--font-w-600);
  font-size: var(--font-16);
  line-height: 28px;
  letter-spacing: -0.03em;
  color: var(--Limoo-gray-700);
}

.slider_hosts .card_hosts .start-price {
  font-weight: var(--font-w-600);
  font-size: var(--font-14);
  line-height: 26px;
  letter-spacing: -0.02em;
  color: var(--limoo-text-Subtitles);
}

.slider_hosts .card_hosts .the-price {
  font-weight: var(--font-w-800);
  font-size: 48px;
  line-height: 48px;
  color: var(--Limoo-gray-900);
}

.slider_hosts .card_hosts .tomans {
  font-weight: var(--font-w-700);
  font-size: var(--font-14);
  line-height: 20px;
  color: var(--Limoo-gray-900);
  display: none;
}

.slider_hosts .card_hosts .tomans.hez_3 {
  display: block !important;
}

.slider_hosts .card_hosts .tomans.hez_2 {
  display: block !important;
}

.slider_hosts .card_hosts .tomans.hez_4 {
  display: none !important;
}

.slider_hosts .card_hosts .tomans.mel_3 {
  display: none !important;
}

.slider_hosts .card_hosts .tomans.mel_2 {
  display: none !important;
}

.slider_hosts .card_hosts .tomans.mel_4 {
  display: block !important;
}

.slider_hosts .card_hosts .theyear_style.hez_3 {
  display: block !important;
}

.slider_hosts .card_hosts .theyear_style.hez_2 {
  display: block !important;
}

.slider_hosts .card_hosts .theyear_style.hez_4 {
  display: none !important;
}

.slider_hosts .card_hosts .theyear_style.mel_3 {
  display: none !important;
}

.slider_hosts .card_hosts .theyear_style.mel_2 {
  display: none !important;
}

.slider_hosts .card_hosts .theyear_style.mel_4 {
  display: block !important;
}

.slider_hosts .card_hosts .about_host {
  font-weight: var(--font-w-400);
  font-size: var(--font-14);
  line-height: 24px;
  letter-spacing: -0.01em;
  color: var(--Limoo-gray-700);
}

.slider_hosts .card_hosts .about_host span {
  font-weight: var(--font-w-600);
}

.slider_hosts .card_hosts .btn-black {
  border: 1px solid var(--Limoo-gray-300);
  border-radius: 12px;
  background-color: transparent;
  color: var(--Limoo-gray-800);
  width: 100%;
  transition-duration: 0.4s;
}

/* .slider_hosts .card_hosts:hover .btn-black {
	color: #FFFFFF;
	background-color: var(--Limoo-gray-900);
} */
.slider_hosts .card_hosts:hover {
  box-shadow: 8px 8px 0px rgb(28 29 34 / 16%);
  border-radius: 12px;

  transform: translate(-4px, -8px);
  /* position: absolute; */
  width: inherit;
}

.hosts.tabs_palns {
  background: rgba(0, 0, 0, 0.08);
  border-radius: 30px;
  padding: 4px;
  width: 200px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.hosts.tabs_palns .Month {
  padding: 6px 20px;
  text-align: center;
  width: 97px;
  height: 36px;
  /* background: #2C2F34;
	border-radius: 40px; */
  /* box-shadow: 0px 1px 2px rgb(35 41 51 / 6%), 0px 2px 4px rgb(35 41 51 / 12%); */
  font-weight: var(--font-w-600);
  font-size: var(--font-16);
  line-height: 28px;
  letter-spacing: -0.03em;
  color: var(--Limoo-gray-700);
  cursor: pointer;
  /* transition-duration: 0.4s; */
  border-radius: 40px;
}

.hosts.tabs_palns .Year {
  padding: 6px 20px;
  text-align: center;
  width: 97px;
  height: 36px;
  font-weight: var(--font-w-600);
  font-size: var(--font-16);
  line-height: 28px;
  letter-spacing: -0.03em;
  color: var(--Limoo-gray-700);
  cursor: pointer;
  /* transition-duration: 0.4s; */
  border-radius: 40px;
}

.hosts .active_hosts {
  background: #2c2f34;
  border-radius: 40px;
  color: #ffffff !important;
}

.addbackcolor {
  background-color: transparent;
}

.is-security .accordion__item {
  border-bottom: 0;
}

.this-acc::after,
.this-acc::before {
  display: none;
}

.this-acc::after,
.this-acc::after {
  display: none;
}

.is-security
  .accordion
  .accordion__item
  [type="radio"]:checked
  + .addbackcolor {
  padding: 24px;
  background: #ffffff;
  /* border: 1px solid var(--Limoo-gray-300); */
  border-radius: 12px;
}

/* .accordion__item [type=radio]:checked+.accordion__title */

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

.is-security .accordion__content {
  border-bottom: 1px solid #cdd0d5;
}

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

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

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

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

.active_tabs .border-animate {
  animation: fadeinphoto 10s 1;
  -moz-animation: fadeinphoto 10s 1;
  -webkit-animation: fadeinphoto 10s 1;
  -o-animation: fadeinphoto 10s 1;
  margin-top: 16px;
  /* width: 100%; */
  border-bottom: 3px solid #16161d;
  margin-top: 16px;
  margin-bottom: -2px;
}

.active_tabs {
  transform: translateY(0);
  max-height: none;
  opacity: 1;
}

/* Animation Keyframes*/
@keyframes fadeinphoto {
  0% {
    width: 0%;
  }

  /* 50% {
		width: 50%;
	} */

  100% {
    width: 105%;
  }
}

@-moz-keyframes fadeinphoto {
  0% {
    width: 100%;
  }

  /* 50% {
		width: 50%;
	} */

  100% {
    width: 0%;
  }
}

@-webkit-keyframes fadeinphoto {
  0% {
    width: 100%;
  }

  /* 50% {
		width: 50%;
	} */

  100% {
    width: 0%;
  }
}

@-o-keyframes fadeinphoto {
  0% {
    width: 100%;
  }

  /* 50% {
		width: 50%;
	} */

  100% {
    width: 0%;
  }
}

/* ================ */
/* Managed hosting */
/* ============== */
#tebleeee {
  width: 100%;
}

#tebleeee {
  overflow: auto;
  height: 90vh;
}

#tebleeee thead {
  top: -25px;
  position: sticky;
}

#tebleeee {
  overflow: auto;
}

#tebleeee::-webkit-scrollbar {
  width: 3px;
}

#tebleeee::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
}

#tebleeee::-webkit-scrollbar-thumb {
  background-color: var(--clr-neutrals-200);
  outline: 1px solid transparent;
  border-radius: 12px;
}

.Comparison_plans_table {
  box-shadow: none;
}

.Comparison_plans_table .class_eur {
  display: none;
}

.Comparison_plans_table thead th {
  background-color: var(--clr-white);
  color: var(--limoo-text-header);
  border: 1px solid var(--Limoo-gray-300);
  border-bottom: 1px solid var(--Limoo-gray-800);
  border-top: none;
  padding: 16px;
  padding-bottom: 24px;
}

.Comparison_plans_table tr td {
  border: 1px solid var(--Limoo-gray-300);
  border-bottom: none;
  border-top: none;
  text-align: center;
}

.Comparison_plans_table thead th button {
  width: 100%;
  border: 2px solid var(--Limoo-gray-800);
  border-radius: 10px;
}

.Comparison_plans_table tr:nth-child(even) {
  background-color: #f2f2f2;
}

.Comparison_plans_table tr {
  border-bottom: none;
}

.Comparison_plans_table tr td:first-child {
  /* border-right: none; */
}

.Comparison_plans_table tr td:last-child {
  /* border-left: none; */
}

.Comparison_plans_table tr td:first-child p {
  font-weight: var(--font-w-600);
  font-size: var(--font-14);
  line-height: 24px;
  letter-spacing: -0.02em;
  color: var(--limoo-text-header);
  text-align: right;
  direction: rtl !important;
}

.Comparison_plans_table tr td p {
  font-weight: var(--font-w-400);
  font-size: var(--font-14);
  line-height: 24px;
  letter-spacing: -0.02em;
  color: var(--limoo-text-header);
  text-align: center;
  direction: ltr;
}

.Comparison_plans_table thead th .p-tit {
  font-weight: var(--font-w-700);
  font-size: var(--font-20);
  line-height: 40px;

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

.Comparison_plans_table thead th .p-price {
  font-family: "Pinar-VF2";
  font-weight: var(--font-w-800);
  font-size: 36px;
  line-height: 41px;

  /* Text/Headers */

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

.text-send-form {
  color: #81c53d;
}

.forms-send {
  margin-top: 24px;
}

.forms-send input.input_txt {
  padding: 10px 20px;

  /* margin-top: 12px; */
  height: 48px;

  /* Backgraound/White */

  background: #ffffff;
  /* Colors/Gray/800 */
  width: 100%;
  border-width: 2px;
  border-style: solid;
  border-color: #2f3237;
  border-radius: 10px;
}

.not_valid {
  border-color: rgb(218, 62, 62) !important;
}

.add-valids {
  color: rgb(218, 62, 62);
  font-size: 12px;
  font-weight: 500;
  display: none;
}

textarea.input_txt {
  padding: 10px 20px;

  /* Backgraound/White */

  background: #ffffff;
  /* Colors/Gray/800 */
  width: 100%;
  border-width: 2px;
  border-style: solid;
  border-color: #2f3237;
  border-radius: 10px;
}

.btnforms {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 28px;
  color: #ffffff;
}

.input_txt::-webkit-input-placeholder {
  /* WebKit browsers */
  color: var(--limoo-text-header);
}

.input_txt:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: var(--limoo-text-header);
  opacity: 1;
}

.input_txt::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: var(--limoo-text-header);
  opacity: 1;
}

.input_txt:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--limoo-text-header);
}

.input_txt::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--limoo-text-header);
}

.input_txt:-o-input-placeholder {
  /* Opera */
  color: var(--limoo-text-header);
}

.Comparison_plans_table thead th .p-txt-price {
  font-weight: var(--font-w-400);
  font-size: var(--font-14);
  line-height: 24px;
  color: var(--limoo-text-header);
}

.Comparison_plans_table .class_tab_eur {
  display: none;
}

.Comparison_plans_table .d-tablecell {
  display: table-cell !important;
}

.Comparison_plans_table .select-hosts {
  padding: 4px;
  display: flex;
  justify-content: space-evenly;
  background: #ffffff;
  border: 2px solid #1c1d22;
  border-radius: 30px;
}

.Comparison_plans_table .select-hosts .addctived {
  background: #1c1d22;
  border-radius: 40px;
  color: white;
  padding: 6px 22px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
}

.Comparison_plans_table .select-hosts p {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  /* transition-duration: 0.1s; */
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;

  letter-spacing: -0.03em;

  color: #1c1d22;
}

.thelinux .stept_tr {
  background: #e2f2fe !important;
}

.theecowp .stept_tr {
  background: #daf1df !important;
}

.theemailbck .stept_tr {
  background: #e2f2fe !important;
}

.thedownloadplans .stept_tr {
  background: #fae5e5 !important;
}

.thewordprssplans .stept_tr {
  background: #fae5e5 !important;
}

.stept_tr {
  background: #e4cffc !important;
  height: 64px;
  padding: 18px 0px;
}

.stept_tr td {
  border: none !important;
}

.stept_tr td p {
  font-weight: var(--font-w-600);
  font-size: var(--font-16);
  line-height: 28px;
  letter-spacing: -0.03em;

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

.theyear_style {
  text-align: center;
  padding: 4px 12px;
  /* background: #FEEAB7; */

  border-radius: 8px;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: -0.01em;
  /* color: #995414; */
  color: var(--limoo-text-header);
  background: #eaedf0;
}

.theyear_style span {
  font-weight: 700;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: -0.01em;
  color: var(--limoo-text-header);
  /* color: #995414; */
}

.theyear_style.activedplan {
  background: #feeab7 !important;
  color: #995414 !important;
}

.theyear_style.activedplan span {
  color: #995414 !important;
}

.card-linx {
  padding: 32px 24px;
  border: 1px solid var(--Limoo-gray-200);
  border-radius: 12px;
}

.all_domains {
  padding: 16px 24px 16px 16px;

  height: 72px;

  background: #ffffff;

  border: 2px solid var(--Limoo-gray-900);
  border-radius: 12px;
}

.all_domains .domains-status {
  display: flex;
  align-items: center;
}

.all_domains .domains-status a {
  padding: 8px 16px;
  background: #ffffff;
  border: 1px solid var(--Limoo-gray-300);
  border-radius: 8px;

  font-weight: var(--font-w-700);
  font-size: var(--font-16);
  line-height: 24px;
  color: var(--Limoo-gray-900);
}

.all_domains .classdomain {
  display: none;
}

.all_domains .domains-status .dom-price {
  font-weight: var(--font-w-700);
  font-size: var(--font-24);
  line-height: 40px;

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

.all_domains .domains-status .thetxt {
  line-height: 20px;
}

.all_domains .tlds {
  font-weight: var(--font-w-700);
  font-size: var(--font-24);
  line-height: 40px;

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

.unavailable .domains-status {
  display: none;
}

#result .null {
  display: none !important;
}
.classdomain.premium {
  padding: 2px 8px;
  margin-right: 12px;
  /* height: 20px; */
  background: #ffcf55;
  border-radius: 6px;
  font-weight: var(--font-w-600);
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.01em;
  color: var(--limoo-text-header);
  display: block !important;
}

.classdomain.premium.domispr {
  display: none !important;
}

.unavailable .classdomain.premium {
  display: none !important;
}

#the-domaiss .price-status_domain {
  font-weight: var(--font-w-800);
  font-size: 48px;
  line-height: 48px;
  font-family: "Pinar-VF2";
  color: #182129;
}

#the-domaiss .domain-text {
  font-weight: var(--font-w-600);
  font-size: 48px;
  line-height: 44px;

  color: var(--Limoo-gray-900);
  font-family: "Pinar-VF";
}

.domin-isopen button {
  padding: 12px 28px;

  height: 48px;

  background: #ffffff;

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

  font-weight: var(--font-w-700);
  font-size: var(--font-16);
  line-height: 24px;
  color: var(--Limoo-gray-900);
}

#table_mob {
  display: none;
}

.swiper1 {
  width: 100%;
}

.swiper1 .selected {
  color: #ec5566;
  border-bottom: 2px solid #ec5566;
}

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

.swiper1 .theprices p {
  font-size: var(--font-14);
  font-weight: var(--font-w-800);
  line-height: 10px;
  color: var(--limoo-text-header);
}

.swiper1 .theprices span {
  font-size: var(--font-12);
  font-weight: var(--font-w-400);
  line-height: 10px;
  color: var(--limoo-text-Subtitles);
}

.swiper1 .swiper-slide {
  text-align: center;
  font-size: 18px;
  height: 50px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
}

.woocamers_test .swiper1 .swiper-slide {
  padding: 0px 24px;
  width: 106px;
  height: 40px;
  border: 1px solid #d2d5da;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.woocamers_test #addcompairsmob {
  height: 100% !important;
}

.woocamers_test .swiper2 {
  height: 100% !important;
}

.woocamers_test .swiper1 .selected {
  padding: 0px 24px;
  width: 95px;
  height: 40px;
  background: #d9bafc;
  border: 2px solid #1c1d22;
  border-radius: 10px;
}

.woocamers_test .swiper2 .swiper-slide {
  height: 100% !important;
  margin-top: 20px;
  padding: 0 !important;
  background-color: var(--Gray-50) !important;
}

.woocamers_test .addheight {
  height: 40px;
}

.woocamers_test .theprices {
  padding: 12px 24px;

  height: 100%;
  border-top: 2px solid #1c1d22;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: #1c1d22;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
  background-color: white;
}

.woocamers_test .theprices .btn-light {
  padding: 8px 24px;
  height: 44px;
  background: #ffffff;
  border: 2px solid #2f3237;
  border-radius: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #2f3237;
}

.woocamers_test .theprices p {
  font-weight: 800;
  font-size: 36px;
  line-height: 40px;
  font-family: "Pinar-VF2";
  color: #232833;
  display: flex;
  align-items: center;
}

.woocamers_test .theprices p span {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: #1c1d22;
  font-family: "Yekan Bakh";
}

.swiper2 {
  width: 100%;
  height: 400px !important;
}

.swiper2 .theheads {
  font-size: var(--font-14);
  font-weight: var(--font-w-700);
  line-height: 24px;
  color: var(--limoo-text-header);
  width: 45%;
  display: flex;
  justify-content: flex-start;
}

.swiper2 .theanhead {
  font-size: var(--font-12);
  font-weight: var(--font-w-400);
  line-height: 10px;
  color: var(--limoo-text-Subtitles);
  width: 40%;
  display: flex;
  justify-content: flex-start;
}

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

.swiper2 .swiper-slide {
  height: 400px !important;
  background-color: #f2f2f2;
  text-align: center;
  padding: 20px 0 0 0;
  font-size: 25px;
  overflow-y: auto;
}

.prYear {
  display: none;
}

.prnone {
  display: none !important;
}

.prblock {
  display: block !important;
}

.activeeebtn {
  background-color: var(--Limoo-gray-900) !important;
  color: #ffffff !important;
}

/* careers */

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(+250px * 8));
  }
}

.slider22 {
  width: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
}

.slider-wrap22 {
  animation: scroll 50s linear infinite;
  display: flex;
  width: calc(250px * 16);
  height: 100%;
}

.slide-image22 {
  width: 80%;
  height: 100%;
  object-fit: cover;
}

.slide22 {
  width: 250px;
  height: 100%;
  text-align: center;
}

.slide-image22.up {
  margin-top: 45px;
}

/* careers */

.imgs-seotag {
  position: absolute;
  right: -50px;
  top: -100px;
}

.footer_acardian {
  display: none;
}

.mobile_displayon {
  display: none !important;
}

.text-right.pl-48 {
  padding-left: 48px !important;
}

.text-left.pr-48 {
  padding-right: 48px !important;
}

/* root plans */

.root_hosts .card_root_host {
  border-radius: 16px;
  border: 1px solid #d2d5da;
  background: #fff;
  padding: 24px;
  gap: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.root_hosts .card_root_host:hover a {
  background: #1c1d22 !important;
  color: #fff !important;
}

.card_root_host .name_host_r {
  color: #1c1d22;
  text-align: right;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}

.card_root_host .info_host_r {
  color: #424348;
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.28px;
}

.card_root_host .price_crd_r {
  color: #5f6167;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.card_root_host .price_crd_r-f {
  color: #424348;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.42px;
}

.card_root_host a {
  transition-duration: 0.5s;
  height: 48px;
  display: block;
  color: #1c1d22 !important;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  border-radius: 8px;
  border: 1.5px solid #d2d5da;
  background: #fff;
  padding: 12px 16px;
}

.plans_times_toggle {
}

.plans_times_toggle input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

.plans_times_toggle input[type="checkbox"]:focus {
  outline: 0;
}

.plans_times_toggle .toggle {
  height: 16px;
  width: 40px;
  display: inline-block;
  position: relative;
  margin: 0;
  transition: all 0.2s ease;
  border-radius: 20px;
  background-color: rgba(28, 29, 34, 0.16);
}

.plans_times_toggle .toggle:after {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  transition: all 0.2s cubic-bezier(0.5, 0.1, 0.75, 1.35);
  background: #ffffff;
  border: 2px solid #1c1d22;
}

.plans_times_toggle .toggle:checked {
  background-color: #60a5fa;
}

.plans_times_toggle .toggle:checked:after {
  transform: translatex(20px);
}

.seo_isbetter {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.02em;

  color: #51555d;
}

.slider_hosts .root_hosts-plans .card_hosts {
  height: 100%;
}

.slider_hosts .root_hosts-plans .card_hosts .prMonth {
  font-family: "Pinar-VF2";
}

.help_root {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;

  color: #2563eb;
}

.class-roothosts .class_plans-show {
  display: none !important;
}

.class-roothosts .activedplanss {
  display: block !important;
}

.class_plans-show_eco {
  display: none !important;
}

.class_plans-show_03 {
  display: none !important;
}

.class_plans-show_04 {
  display: none !important;
}
.class_plans-show_014 {
  display: none !important;
}
.class_plans-show_0141 {
  display: none !important;
}

.class_plans-show_05 {
  display: none !important;
}

.class_plans-show_06 {
  display: none !important;
}

.linuxy_plan {
  display: none !important;
}

.wordpresy_plan {
  display: none !important;
}

.show_plans {
  display: block !important;
}

/* rang input */

._rangeplans {
}

/* .__range input[type="range"]::-webkit-slider-thumb {
	background-image: none !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	width: 20px !important;
	height: 20px !important;
	background-color: white !important;
	border: 1px solid black;
	background-position: center;
z-index: 101;
}

.__range input[type="range"]::-moz-range-thumb {
	background-image: none!important;
	background-repeat: no-repeat !important;
	background-size: contain !important;
	width: auto !important;
	height: auto !important;
	background-color: white !important;
	background-position: center;
} */

.__range input {
  outline: none;
  -webkit-appearance: none;
  background-color: #d2d5da;
  height: 5px;
  width: 100%;
  margin: 10px auto;
}

.__range input[type="range"]::-webkit-slider-thumb {
  background-image: none !important;
  -webkit-appearance: none !important;
  width: 10px !important;
  height: 10px;
  background-color: transparent !important;
  border-radius: 50% !important;
  cursor: -moz-grab !important;
  cursor: -webkit-grab !important;
  /* border: 1px solid black; */
  position: relative;
  top: 0;
  z-index: 2;

  background-repeat: inherit !important;
  background-size: inherit !important;
  background-position: inherit !important;
}

.__range input[type="range"]::-webkit-slider-thumb {
  background-image: none !important;
  -webkit-appearance: none !important;
  width: 10px !important;
  height: 10px;
  background-color: transparent !important;
  border-radius: 50% !important;
  cursor: -moz-grab !important;
  cursor: -webkit-grab !important;
  /* border: 1px solid black; */
  position: relative;
  top: 0;
  z-index: 2;

  background-repeat: inherit !important;
  background-size: inherit !important;
  background-position: inherit !important;
}

.__range input[type="range"]::-webkit-slider-thumb {
  background-image: none !important;
  -webkit-appearance: none !important;
  width: 10px !important;
  height: 10px;
  background-color: transparent !important;
  border-radius: 50% !important;
  cursor: -moz-grab !important;
  cursor: -webkit-grab !important;
  /* border: 1px solid black; */
  position: relative;
  top: 0;
  z-index: 2;

  background-repeat: inherit !important;
  background-size: inherit !important;
  background-position: inherit !important;
}

.__range-step {
  position: relative;
}

.__range-max {
  float: right;
}

.__range-step input::-webkit-slider-thumb {
  background: transparent;
}

.__range-step input::-moz-range-thumb {
  background: transparent;
  display: none !important;
  position: absolute !important;
  border-color: transparent;
}

.__range-step input::-ms-thumb {
  background: transparent;
  /* display: none; */
}

.__range-step datalist {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: auto;
  bottom: 16px;
  /* disable text selection */
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
  /* disable click events */
  pointer-events: none;
}

.__range-step datalist option {
  width: 15px;
  height: 15px;
  min-height: 10px;
  border-radius: 100px;
  /* hide text */
  white-space: nowrap;
  padding: 0;
  line-height: 40px;
  margin-top: -7px;
}

.__range-step-popup output {
  position: absolute;
  background-color: #7863f1;
  width: 30px;
  height: 30px;
  text-align: center;
  color: white;
  border-radius: 100px;
  display: inline-block;
  font-size: 12px;
  bottom: 100%;
  left: 0;
  vertical-align: middle;
  line-height: 30px;
}

.__range-step-popup .__range-output-square {
  padding: 0 5px;
  min-width: 25px;
  width: auto !important;
  border-radius: 5px !important;
}

.__range-step-popup output:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid #7863f1;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: 90%;
  left: 50%;
  margin-left: -10px;
  margin-top: -1px;
}

.__range-step-popup datalist {
  overflow: hidden;
}

.__range-step {
  /* margin: 0 40px; */
}

.__range-step-popup {
  margin: 40px 40px;
}

.__range-step datalist div {
  width: 15px;
  height: 15px;
  min-height: 10px;
  border-radius: 100px;
  white-space: nowrap;
  padding: 0;
  line-height: 40px;
  margin-top: -7px;
}

.__range-step datalist div option {
  margin-top: -1px;
}

.d-none-toggle {
  transition-duration: 0.2s;
}

#plans_rotthost .d-none-toggle {
  /* display: none !important; */
  /* visibility: hidden !important; */
  pointer-events: none;
  opacity: 0.3;
}

.help_root {
  cursor: pointer;
}

.root_choos-plans {
  height: 52px !important;
  padding: 6px !important;
}

.root_choos-plans .Year {
  height: 42px !important;
  padding: 6px !important;
}

.root_choos-plans .Month {
  height: 42px !important;
  padding: 6px !important;
}

#plans_rotthost .card_hosts {
  padding: 24px !important;
}

@-moz-document url-prefix() {
  /* Apply margin-top style in Firefox only */
  .__range-step datalist option {
    margin-top: -16px;
  }

  .__range-step datalist div {
    margin-top: -16px;
  }

  .__range-step datalist div option {
    margin-top: -1px;
  }

  .__range-step datalist {
    position: inherit;
    z-index: 1;
  }

  .__range input {
    z-index: 2;
    position: inherit;
  }
}

/* root plans */

.top_header_mobile {
  display: none;
  position: relative;
  z-index: 1;
  width: 100%;
}

.top_header_des {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
}

.domains_daynamic {
  direction: ltr;
  padding: 0px 10px 4px;
  width: 60px;
  height: 32px;
  background: #ffdf80;
  border-radius: 6px;
  font-weight: 800;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #1c1d22;
}

.test_res_crd {
  background: #ffffff;

  border: 2px solid #1c1d22;
  border-radius: 12px;
}

.top_res {
  padding: 24px;
}

.the_tit_res {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #162424;
}

.dis_res {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #1c1d22;
}

.start_res {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: -0.02em;

  color: #1c1d22;
}

.price_res {
  font-size: 40px;
  line-height: 40px;

  color: #1c1d22;
}

.p_16 {
  padding: 16px;
}

.offer_res {
  padding: 4px 12px;

  width: 100%;
  height: 32px;

  background: #feeab7;
  border-radius: 8px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.02em;

  color: #995414;
  width: fit-content;
}

.offer_res span {
  font-weight: 400;
}

.btn_res {
  padding: 12px 28px;
  width: 100%;
  height: 48px;
  background: #ffffff;
  border: 1px solid #d2d5da;
  border-radius: 12px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #1c1d22;
  padding: 12px;
}

.top_btm_restit {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;

  letter-spacing: -0.02em;
  color: #1c1d22;
}

.dis_btm {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;

  letter-spacing: -0.02em;

  color: #1c1d22;
}

.border_top_2 {
  border-top: 2px solid #1c1d22;
}

.show_dis_res {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.02em;
  color: #1c1d22;
}

.addanimd {
  animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
  from {
    display: none;
    opacity: 0;
  }

  to {
    display: block;
    opacity: 1;
  }
}

.vids_fit_woo {
  aspect-ratio: 5 / 3;
  object-fit: cover;
}

.filters_onmobile {
  display: none;
}

.btn_box_mob {
  display: none;
}

.pointerev_none {
  cursor: not-allowed !important;
  pointer-events: none;
  background: #1a1a2398 !important;
}

.addblur_fli {
  filter: blur(4px);
  -webkit-filter: blur(4px);
}

.crd_infos {
  padding: 24px;
  border-radius: 24px;
  border: 2px solid var(--border-active, #1c1d22);
  background: #fff;
}

/* modal  */
#modalx.modal {
  display: none;
  position: fixed;
  z-index: 15;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(28, 29, 34, 0.24);
}

#modalx .modal-content {
  margin: 5% auto;
  width: 60%;

  padding: 32px;

  background: #ffffff;
  border: 2px solid #1c1d22;
  box-shadow: 0px 12px 0px rgba(28, 29, 34, 0.4);
  border-radius: 16px;
}

#modalx .close {
  font-size: 28px;
  font-weight: bold;
  opacity: 1;
  border: 2px solid #1c1d22;
  box-shadow: 0px 4px 0px #1c1d22;
  border-radius: 40px;
  position: absolute;
  width: 40px;
  height: 40px;
  left: 24px;
  top: -20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  cursor: pointer;
}

#modalx .close:hover,
#modalx .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

#modalx .choose_cat {
  padding: 4px;
  height: 48px;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}

#modalx .choose_cat p {
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.03em;
  padding: 6px 22px;
  color: #1c1d22;
  cursor: pointer;
}

#modalx .choose_cat p.active_cat {
  padding: 6px 22px;
  height: 40px;
  background: #2c2f34;
  border-radius: 40px;
  color: #ffffff;
}

#modalx .choose_iser {
  padding: 16px;
  height: 80px;
  background: #ffffff;
  border: 1px solid #d2d5da;
  border-radius: 12px;
  display: flex;

  align-items: center;
  justify-content: flex-end;
  text-align: left;
  cursor: pointer;
}

#modalx .choose_iser img {
  width: 48px;
  height: 48px;
  margin-right: 12px;
}

#modalx .choose_iser .name_app {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #1c1d22;
}

#modalx .choose_iser .vrs_app {
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  color: #888d95;
}

#modalx .mod_btn {
  padding: 12px 28px;
  height: 48px;

  background: #1a1a23;
  border-radius: 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;

  color: #ffffff;
  width: fit-content;
}

#modalx .active_chs {
  border: 2px solid #1c1d22;
  box-shadow: 0px 2px 0px #1a1a23;
  border-radius: 12px;
}

/* modal  */

#domains-checke {
  transition-duration: 0.2s;
}

#domains-checke #canvas {
  max-width: 100%;
  /* animation: rotateAnimation 2.5s infinite; */
  animation: rotateAnimation 5s infinite;
  /* animation-duration: 5s; */
  animation-timing-function: cubic-bezier(0.34, 0.01, 0.59, 0.98);
  transform-origin: left;
  /* Adjust the duration as needed */
}

@keyframes rotateAnimation {
  0% {
    /* transform: rotate(355deg); */
    transform: translate(0%, 0px) rotate(355deg);
    /* transform: translateY(10px); */
  }

  50% {
    /* transform: rotate(360deg); */
    transform: translate(0%, 10px) rotate(360deg);
    /* transform: translateY(0px); */
  }

  100% {
    /* transform: rotate(355deg); */
    transform: translate(0%, 0px) rotate(355deg);

    /* transform: translateY(10px); */
  }
}

.your-element {
  animation: rotateAnimation 2s infinite;
  /* Adjust the duration as needed */
}

.server_typs {
  display: flex;
  align-items: center;

  background: rgba(28, 29, 34, 0.08);
  border-radius: 30px;
  justify-content: center;
  padding: 6px;
  max-width: 300px;
  width: fit-content;
}

.server_tp {
  font-size: 14px;
  font-weight: 600;
  color: #1c1d22;

  padding: 6px;
  border-radius: 20px;
  cursor: pointer;
  width: 100px;
  text-align: center;
}

.server_tp.active_tp {
  font-size: 14px;
  font-weight: 600;
  background: #1c1d22;
  margin: 0 6px;
  padding: 6px;
  color: white;
}

.webmaster .d-none_mobs {
  display: none;
}

/* !!!!!!!!!!!!!!!!!! */
/* evens  */
/* !!!!!!!!!!!!!!!!!! */
.head_event {
  background: #f8f7f6 !important;
}

.svg-headsstyle {
  position: relative;
}

.svg-headsstyle svg {
  position: absolute;
  right: 50%;
  top: -140px;
  transform: translate(65%, -10%);
  z-index: 0;
}

.evnts_btndn {
  background-color: transparent;
  color: #1c1d22;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  border: none;
  outline: none;
}

.card_limoo_boxmq {
  border-radius: 12px;
  border: 2px solid #1c1d22;
  background: #fff;
}

.body_crd {
  padding: 16px 16px 24px 16px;
}

.tit_card_limoo_boxmq {
  color: #162424;
  text-align: right;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.48px;
}

.text_card_limoo_boxmq {
  color: #162424;
  text-align: right;
  text-overflow: ellipsis;
  whitespace: nowrap;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.28px;
}

.btn_crd {
  border-top: 2px solid #1c1d22;
  padding: 16px 16px 16px 24px;
}

.btn_crd svg {
  margin-left: 8px;
}

.txt_btn_crd {
  color: #162424;
  text-align: right;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.48px;
}

.time_btn_crd {
  color: #888d95;
  text-align: right;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.12px;
}

.add_inline {
  position: absolute;
  bottom: -10px;
}

.add_inline img {
  margin-bottom: -10px;
}

.add_online {
  position: absolute;
  top: -10px;
}

.add_online img {
  margin-top: -10px;
}

.add_online svg {
  position: relative;
  z-index: 1;
}

.tit_timeline {
  color: #1c1d22;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.54px;
}

.time_timeline {
  color: #1c1d22;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.48px;
}

.text_timeline {
  color: #51555d;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.28px;
}

#timeline_evnt .pb-32 {
  padding-bottom: 32px;
}

.timeline_line {
  width: 300%;
  border-top: 2px solid #1c1d22;
}

.arrow_timeline svg {
  border-radius: 8px;
  border: 2px solid #1c1d22;
  box-shadow: 3px 3px 0px 0px #1c1d22;
  padding: 10px;
  width: 40px;
  height: 40px;
  margin: 0 12px;
  cursor: pointer;
  transition-duration: 0.2s;
}

.arrow_timeline svg:hover {
  width: 39px;
  height: 39px;
}

/* Track */
#timeline_scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  background-color: #f5f5f500;
}

/* Handle */
#timeline_scrollbar::-webkit-scrollbar-thumb {
  background-color: #00000000;
  border: 2px solid #55555500;
}

/* Size of the scrollbar */
#timeline_scrollbar::-webkit-scrollbar {
  width: 1px;
  height: 1px;
  background-color: #f5f5f500;
}

/* Track and Handle for #timeline_scrollbar */
#timeline_scrollbar {
  scrollbar-color: #00000000 #55555500;
  scrollbar-track-color: #f5f5f5;

  /* Adjust the scrollbar width */
  scrollbar-width: thin;
  /* You can adjust this value */
}

#campain_limoo .cmp_crd {
  border-radius: 12px;
  border: 2px solid #1c1d22;
  background: #fff;
  padding: 16px 16px 24px 16px;
}

#campain_limoo .cmp_crd img {
  width: 100%;
}

.cmp_crd .tit_cmp {
  color: #162424;
  text-align: right;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.54px;
}

.cmp_crd .text_cmp {
  color: #162424;
  text-align: right;
  text-overflow: ellipsis;
  whitespace: nowrap;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.28px;
}

.cmp_crd .btn_cmp {
  margin-left: 8px;
  color: #1c1d22;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.cmp_crd .badge_cmp {
  border-radius: 8px;
  background: #ffdf80;
  padding: 7px 12px;
  color: #162424;
  font-size: 12px;
  font-weight: 600;
  line-height: 120%;
  bottom: 10px;
  position: absolute;
  left: 10px;
}

.name_twitter_crd {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.48px;
}

.id_twitter_crd {
  color: #888d95;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 166.667% */
}

.twitter_crd {
  border-radius: 16px;
  border: 1px solid #d2d5da;
  background: #fff;
  padding: 16px 24px;
  transition-duration: 0.6s;
  cursor: pointer;
}

.twitter_crd:hover {
  border: 1px solid #1c1d22;
  padding: 15px 23px;
  background: #fff;
  box-shadow: 6px 8px 0px 0px rgba(28, 29, 34, 0.12);
}

.text_twitter_crd {
  color: #162424;
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.28px;
}

.time_twitter_crd {
  color: #888d95;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.28px;
}

.limoo_links_sl {
  border-radius: 16px;
  border: 2px solid #1c1d22;
  background: #fff;
  padding: 12px 16px 12px 20px;
}

.limoo_links_sl p {
  color: #1c1d22;
  text-align: right;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.48px;
}

.anim001 {
  position: absolute;
  top: -40%;
  left: 20%;
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.anim002 {
  position: absolute;
  left: 0;
  top: -30%;
  animation-name: floating1;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.anim003 {
  position: absolute;
  bottom: 0;
  animation-name: floating2;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.anim004 {
  position: absolute;
  animation-name: floating3;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  left: 0;
  bottom: 20%;
}

.anim005 {
  position: absolute;
  left: 10%;
  bottom: -10%;
  animation-name: floating1;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.anim006 {
  border-radius: 12px;
  box-shadow: 12px 12px 0px 0px rgba(28, 29, 34, 0.12);
  animation-name: floating4;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@keyframes floating {
  0% {
    transform: translate(0, 0px);
  }

  50% {
    transform: translate(0, 10px) rotate(30deg);
  }

  100% {
    transform: translate(0, -0px);
  }
}

@keyframes floating1 {
  0% {
    transform: translate(0, 0px);
  }

  50% {
    transform: translate(0, -10px) rotate(30deg);
  }

  100% {
    transform: translate(0, -0px);
  }
}

@keyframes floating2 {
  0% {
    transform: translate(0, 0px);
  }

  50% {
    transform: translate(0, -5px) rotate(30deg);
  }

  100% {
    transform: translate(0, -0px);
  }
}

@keyframes floating3 {
  0% {
    transform: translate(0, 0px);
  }

  50% {
    transform: translate(-10px, 10px) rotate(180deg);
  }

  100% {
    transform: translate(0, -0px);
  }
}

@keyframes floating4 {
  0% {
    transform: translate(0, 0px);
  }

  50% {
    transform: translate(-5px, 5px);
    box-shadow: 5px 8px 0px 0px rgba(28, 29, 34, 0.12);
  }

  100% {
    transform: translate(0, -0px);
  }
}

.off_onmbevent {
}

.onmob-event {
  display: none !important;
}

.vector_limoo {
  position: absolute;
  left: 0;
  top: 0;
}

/* !!!!!!!!!!!!!!!!!! */
/* evens  */
/* !!!!!!!!!!!!!!!!!! */
.ecommerce_card .more_info_plan,
.ecommerce_card_mobile .more_info_plan {
  color: #888d95;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration-line: underline;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.ecommerce_card .baged_card {
  border-top: 1px dashed #d2d5da;
  margin-top: 24px;
  position: relative;
}

.ecommerce_card .baged_card_l {
  position: absolute;
  left: -37px;
  top: -16px;
}

.ecommerce_card .baged_card_r {
  position: absolute;
  right: -37px;
  top: -16px;
}

.slider_hosts .ecommerce_card:hover {
  box-shadow: initial;
}

.slider_hosts .ecommerce_card:hover .card-btns {
  border-radius: 8px;
  background: #1c1d22;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.slider_hosts .ecommerce_card:hover .have_license {
  background-color: #fdf2d8;
}

.ecommerce_card .card-btns {
  border-radius: 8px;
  border: 2px solid #1c1d22 !important;
  background: #fff;
}

.ecommerce_card .items_more ul {
  padding-right: 20px;
}

.ecommerce_card .items_more li {
  color: #42464c;
  text-align: right;
  font-size: 12px;
  font-weight: 400;
  line-height: 200%;
}

.ecommerce_card_mobile .items_more ul {
  padding-right: 12px;
}

.ecommerce_card_mobile .items_more li {
  color: #42464c;
  text-align: right;
  font-size: 12px;
  font-weight: 400;
  line-height: 200%;
}

.ecommerce_card .have_license {
  border-radius: 8px;
  background: #eaedf0;
  padding: 6px 12px;
  color: #42464c;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  transition-duration: 0.4s;
}

.slider_hosts .ecommerce_card .about_host span {
  color: #42464c;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.slider_hosts .ecommerce_card .about_host {
  color: #42464c;
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.ecommerce_card_mobile .dis_btm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;

  color: #383d3d;
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.14px;
}

.ecommerce_card_mobile .dis_btm span {
  color: #383d3d;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.42px;
}

.minmal-hight .logo_bx svg {
  height: 50%;
  width: 70%;
}

.minmal-hight .info_imgs {
  font-size: 14px;
}

.item_cns {
  border-radius: 100%;
  border: 2px dashed #1c1d22;
  width: 36px;
  height: 36px;
  padding: 3px;
  background-color: #f8f7f6;
  transition-duration: 0.5s;

  color: #000;
  text-align: center;
  font-size: 13.66px;
  font-weight: 600;
  line-height: 12.806px;
  animation: rotateanims_shop 8s linear infinite;
}

.item_cns p {
  animation: rotateanims_shop1 8s linear infinite;
}

@keyframes rotateanims_shop {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotateanims_shop1 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}

.item_cns:hover {
  border: 2px solid #1c1d22;
  background-color: #fff;
}

.cns_02 {
  position: absolute;
  top: 32%;
  right: 4%;
}

.cns_01 {
  position: absolute;
  top: 22%;
  left: 5%;
}

.cns_03 {
  position: absolute;
  bottom: 20%;
  right: 18%;
  z-index: 2;
}

.txt_cns02 {
  position: absolute;
  right: 1.7%;
  top: 12%;
  width: 40%;
  visibility: hidden;
  opacity: 0;
  transition-duration: 0.4s;
}

.txt_cns03 {
  position: absolute;
  right: 15%;
  bottom: 5%;
  width: 40%;
  visibility: hidden;
  opacity: 0;
  transition-duration: 0s;
}

.txt_cns01 {
  position: absolute;
  left: 1%;
  top: 5%;
  width: 40%;
  visibility: hidden;
  opacity: 0;
  transition-duration: 0.4s;
}

.visbon {
  visibility: visible;
  opacity: 1;
}

.cns_vi .txt_cns_body {
  border-radius: 8.537px;
  border: 2px solid #1c1d22;
  background: #fff;
  padding: 10.245px;
  position: relative;
  z-index: 3;
}

.txt_cns02 svg {
  position: absolute;
  right: 32px;
}

.txt_cns03 svg {
  position: absolute;
  right: 15%;
  z-index: 2;
  top: -40%;
}

.txt_cns01 svg {
  position: absolute;
  left: 17%;
}

.hide_logo {
  width: 180px;
  height: 50px;
  background-color: #f8f7f6;
  position: absolute;
  z-index: 1;
  bottom: 20px;
  right: -18%;
  border-radius: 30%;
}

.cns_vi .tit_cns {
  color: #000;
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 20.49px;
  letter-spacing: -0.239px;
}

.cns_vi .txt_cns {
  color: #000;
  text-align: right;
  font-size: 10.245px;
  font-style: normal;
  font-weight: 400;
  line-height: 17.075px;
  letter-spacing: -0.102px;
}

.crd_infos.mt-32 {
  margin-top: 32px !important;
}

.banner_header_ds {
  display: block;
}

.cloud_server_head_sec .h1 {
  color: #162424 !important;
  text-align: center !important;
  font-size: 28px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 44px !important;
  justify-content: center;
}

.cloud_server_head_sec .tit-x2-text {
  color: #1c1d22 !important;
  text-align: center !important;
  font-size: 41px !important;
  font-style: normal !important;
  font-weight: 800 !important;
  line-height: 64px !important;
}

.lines_cloud_head01 svg {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  max-width: 100%;
}

.lines_cloud_head02 svg {
  position: absolute;
  bottom: 10%;
  left: 0;
  max-width: 100%;
}

.cloud_svg01 svg {
  max-width: fit-content;
  position: absolute;
  right: 15%;
  top: 0;
  animation: cloudAnimation 10s linear infinite;
}

.cloud_svg02 svg {
  max-width: fit-content;
  position: absolute;
  right: 0;
  bottom: 0;
  animation: cloudAnimation 5s linear infinite;
}

.cloud_svg03 svg {
  max-width: fit-content;
  position: absolute;
  left: 10%;
  top: 10%;
  animation: cloudAnimation 8s linear infinite;
}

.cloud_svg04 svg {
  max-width: fit-content;
  position: absolute;
  left: 5%;
  bottom: 0;
  animation: cloudAnimation 3s linear infinite;
}

@keyframes cloudAnimation {
  0% {
    transform: translate(0px, 0px);
  }

  25% {
    transform: translate(-10px, 5px);
  }

  50% {
    transform: translate(0px, 0px);
  }

  75% {
    transform: translate(10px, 5px);
  }

  100% {
    transform: translate(0px, 0px);
  }
}

.card_cloud_suport {
  border-radius: 16px;
  border: 2px solid #1c1d22;
  background: #fff;
  padding: 24px;
}

.style_crd_vpsroot {
  border-radius: 16px;
  border: 1px solid #d2d5da;
  background: #fff;
  padding: 24px;
}
.style_crd_vpsroot p {
  color: #1c1d22;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.28px;
}

.crd_vps_root_pln {
  border-radius: 16px;
  border: 1px solid #d2d5da;
  background: #fff;
  padding: 24px;
  display: flex;
  gap: 30px;
}

.crd_vps_root_pln a {
  width: max-content;
  display: block;
}
.crd_root_server {
  border-radius: 16px;
  border: 1px solid #d2d5da;
  background: #fff;
  padding: 24px;
}
/* |||||||||||||||| */
/* |||||||||||||||| */
/*    responsive    */
/* |||||||||||||||| */
/* |||||||||||||||| */

@media (max-width: 1400px) {
  .hight-size {
    max-height: 240px !important;
    min-height: 240px !important;
  }

  .txt_cns02 {
    top: 7%;
    right: 1.3%;
  }

  .txt_cns03 {
    bottom: 0%;
  }

  .txt_cns01 {
    top: 0%;
  }

  /* home  */
  .text-head-h1 {
    font-size: 32px;
    line-height: 50px;
  }

  .text-head-h3 {
    font-size: var(--font-26);
  }

  #home-plans .plans-card .the-tit_card {
    font-size: 18px;
  }

  #home-plans .plans-card .txt_card {
    font-size: var(--font-14);
  }

  #home-plans .plans-card .box_card {
    font-size: 13px;
  }

  #home-plans .plans-card .plans_btn {
    font-size: var(--font-14);
  }

  .sec_comment .text-comment {
    font-size: var(--font-18);
  }

  .thiscards {
    max-height: 390px;
    min-height: 390px;
  }

  .text-head-h2 {
    font-weight: var(--font-w-700);
    font-size: 30px;
    line-height: 50px;
  }

  .text-min-head {
    font-weight: var(--font-w-700);
    font-size: 22px;
  }

  .h2 {
    font-size: 32px !important;
    line-height: 50px !important;
  }

  /* home  */
}

@media (max-width: 1200px) {
  .cns_vi {
    display: none;
  }

  .item_cns {
    display: none;
  }

  .hide_logo {
    right: -20%;
  }

  #modalx .choose_iser {
    flex-direction: column-reverse;
    height: auto;
    min-height: 100%;
  }

  /* home  */
  .text-head-h1 {
    font-size: 28px;
    line-height: 50px;
    text-align: center;
  }

  .tiks_steps {
    justify-content: center;
  }

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

  .text-min-head.text-right {
    text-align: center !important;
  }

  .text-head-h2.text-right {
    text-align: center !important;
  }

  .tit-x-text.text-right {
    text-align: center !important;
  }

  .justify-content-center-mob {
    justify-content: center;
  }

  .text-head-h3 {
    font-size: var(--font-24);
  }

  .tiks_steps p {
    font-size: 13px;
  }

  .btn-black {
    font-size: var(--font-14);
  }

  .btn-lights {
    font-size: var(--font-14);
  }

  .thiscards {
    max-height: inherit !important;
    min-height: inherit !important;
  }

  .text-head-h2 {
    font-weight: var(--font-w-700);
    font-size: 26px;
    line-height: 40px;
  }

  .border-left-posthiban {
    border-left: 0px solid var(--Limoo-gray-900);
    height: 58px;
  }

  .main {
    padding-top: 160px;
  }

  #sec_tophome video {
    /* display: none; */
  }

  .img-bases {
    text-align: center !important;
  }

  /* home  */
}

@media (max-width: 993px) {
  .cloud_svg01 {
    display: none;
  }

  .cloud_svg02 {
    display: none;
  }

  .cloud_svg03 {
    display: none;
  }

  .cloud_svg04 {
    display: none;
  }

  .crd_infos {
    flex-direction: column;
    margin-top: 12px;
  }

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

  /* !!!!!!!!!!!!!!!!!! */
  /* evens  */
  /* !!!!!!!!!!!!!!!!!! */
  #timeline_scrollbar.off_onmbevent {
    display: none !important;
  }

  .off_onmbevent {
    display: none !important;
  }

  .onmob-event {
    display: flex !important;
  }

  /* !!!!!!!!!!!!!!!!!! */
  /* evens  */
  /* !!!!!!!!!!!!!!!!!! */

  .fillter_servers {
    padding: 12px 28px;
  }

  .main {
    padding-top: 120px;
  }

  .range_mobile_off {
    display: none;
  }

  .is-security .accordion {
    margin-top: 0rem;
  }

  .accordion__content {
    padding-left: 0;
  }

  #tebleeee {
    display: none;
  }

  /* .inmobile_is_off{
	display: none !important;
} */
  #table_mob {
    display: block;
  }

  .off-20img {
    display: none;
  }

  #sec_tophome .mob_width100 {
    width: auto;
  }

  .accordion__title {
    padding-left: 2rem;
  }

  footer {
    margin-top: 0rem;
  }

  .accordion {
    margin-top: 5rem;
  }

  .img-inimg {
    display: none;
  }

  .logo-hamkar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .ord1 {
    order: 1;
  }

  .ord2 {
    order: 2;
  }
}

@media (max-width: 768px) {
  .crd_vps_root_pln {
    flex-direction: column;
  }
  .crd_vps_root_pln a {
    width: 100%;
  }
  .modal_shop {
    width: 90% !important;
  }

  .d_flx_cnt_mob {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* !!!!!!!!!!!!!!!!!! */
  /* evens  */
  /* !!!!!!!!!!!!!!!!!! */
  .mob_envetimg01 {
    top: 0 !important;
    z-index: 1;
  }

  img.mob_img_enevt02 {
    position: relative !important;
    z-index: 1;
    bottom: inherit !important;
    margin-top: 12px;
  }

  /* !!!!!!!!!!!!!!!!!! */
  /* evens  */
  /* !!!!!!!!!!!!!!!!!! */

  .mob_clums-add {
    flex-direction: column;
  }

  .on_mob-dnone {
    display: none;
  }

  .filters_onmobile {
    display: block;
    margin-top: 24px;
  }

  .filters_class-mob {
    background: #aedefe;
    border: 2px solid #1c1d22;
    border-radius: 12px;
    height: 44px;
    display: flex;
    align-items: center;
    padding: 10px;
    justify-content: space-around;
  }

  .filters_class-mob p {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #1c1d22;
    margin-right: 8px;
  }

  #modalx .modal-content {
    width: 95%;
    padding: 32px 8px;
  }

  #modalx .choose_iser {
    flex-direction: column-reverse;
    height: auto;
    min-height: 100%;
  }

  #modalx .choose_iser img {
    margin: 0;
  }

  .fixd_flitre {
    position: absolute;
    position: fixed;
    bottom: 30px;
    width: 90%;
    left: 5%;
    z-index: 9;
  }

  .cls_filtrsbox {
    display: none;
  }

  .show_fillters {
    display: block;
    position: fixed !important;
    width: 100% !important;
    left: 0;
    top: 0;
    z-index: 12;
    background-color: white;
    padding: 40px 12px 80px;
    height: 100%;
    overflow: auto;
  }

  .mobile-filter-btn {
    display: block !important;
    background: #1c1d22;
    border-radius: 12px;
    height: 48px;
    padding: 12px 28px;
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    position: fixed;
    bottom: 12px;
    left: 2%;
    width: 96%;
    z-index: 13;
  }

  .filtre_mob_btn {
    background: #1c1d22;
    border-radius: 12px;
    padding: 12px 28px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #ffffff;
  }

  .btn_box_mob {
    display: block;
    border-top: 2px solid #1c1d22;
    padding: 18px 0px 16px;
  }
}

@media (max-width: 600px) {
  .main {
    padding-top: 180px;
  }

  .navbar {
    position: absolute !important;
    left: 2%;
    top: 50%;
  }

  #domain-prices {
    border: none;
    flex-direction: column;
  }

  #domain-prices .class_fx_table {
    padding-right: initial;
  }

  .tlds-top table {
    max-height: initial;
    overflow: initial;
  }

  #domain-prices .class_fx_table {
    flex: initial;
    max-width: initial;
  }

  #Ecommerce_s .h1 {
    font-size: 24px !important;
    font-weight: 700 !important;
    justify-content: center;
  }

  #Ecommerce_s .btn_mobw {
    width: 100%;
  }

  #Ecommerce_s .text-right {
    text-align: center !important;
  }

  #Ecommerce_s .tit-x2-text {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-top: 12px !important;
    line-height: 0;
  }

  #Ecommerce_s .md-txt {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.28px;
    text-align: center;
  }

  .Ecommerce_sp .hosts.tabs_palns {
    width: 100%;
    margin-top: 24px;
  }

  .Ecommerce_sp .hosts.tabs_palns .Year {
    width: 100%;
  }

  .Ecommerce_sp .hosts.tabs_palns .Month {
    width: 100%;
  }

  .Ecommerce_sp .h2 {
    line-height: 30px !important;
  }

  .webmaster .d-none_mobs {
    display: flex;
  }

  .webmaster .off_onmb {
    display: none !important;
  }

  .webmaster h3 {
    font-size: 21px;
    font-weight: 600;
    text-align: center;
    margin-top: 24px;
  }

  .webmaster p {
    text-align: center;
  }

  #Ecommerce_s_txbox .img_with_text .the_textbox .img-boxtext .centered {
    left: 50%;
  }

  .careers_pads {
    padding-top: 160px !important;
  }

  .about_sec {
    padding-top: 130px;
  }

  .takhmin-daramd .info-site {
    font-size: var(--font-14);
    font-weight: var(--font-w-400);
    color: var(--limoo-text-header);
    line-height: 28px;
    letter-spacing: -0.02em;
  }

  .takhmin-daramd .the-box {
    padding: 14px;
  }

  .img_with_text {
    width: 100%;
  }

  .img_with_text img {
    width: 100%;
  }

  .img_with_text .the_textbox {
    position: initial;
  }

  .img_with_text .the_textbox img {
    display: none;
  }

  .img_with_text .the_textbox .img-boxtext .centered {
    position: absolute;
    top: 50%;
    left: 59%;
    transform: translate(-50%, -50%);
    width: 90%;
    text-align: right;
    background: white;
    border: 1px solid;
    padding: 12px;
    border-radius: 12px;
  }

  .domain_input input {
    outline: none;
    padding: 10px 20px;
    height: 48px;
    background: #ffffff;
    border-width: 2px;
    border-style: solid;
    border-color: var(--Limoo-gray-800);
    border-radius: 10px 10px;
    width: 100%;
  }

  .domain_input .btn_input {
    padding: 10px 24px;
    height: 48px;
    background: #1a1a23;
    border-radius: 10px;
    font-weight: var(--font-w-700);
    font-size: var(--font-16);
    line-height: 24px;
    color: #ffffff;
    width: 100% !important;
  }

  .domain_input {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .mob_sizedomintx {
    font-weight: 500;
    font-size: 18px;
    text-align: center;
  }

  .mob_sizedominserc {
    margin-top: 24px;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
  }

  #domain-prices {
    margin-top: 24px !important;
    display: flex;
  }

  #domain-prices .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  #domain-prices span {
  }

  .vids_fit_woo {
    aspect-ratio: initial;
    object-fit: initial;
  }

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

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

  .w-100-mob {
    width: 100% !important;
  }

  .d-flex_mobjus {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .add-borders {
    border-radius: 12px;
  }

  #sec_tophome .tiks_steps {
    display: none !important;
  }

  .onmob_mt {
    margin-top: 24px !important;
  }

  .animate-transferm {
    display: none;
  }

  .top_header_mobile {
    display: block;
  }

  .menu-active .top_header_mobile {
    display: none;
  }

  .top_header_des {
    display: none;
  }

  .accordion__item {
    padding: 20px 8px;
  }

  .accordion__item .accordion__title {
    font-weight: var(--font-w-600);
  }

  #comments .slick-prev {
    display: none;
  }

  #comments .slick-next {
    display: none;
  }

  .mobile_btn-edite {
    flex-direction: column;
  }

  .mobile_btn-edite .mt-40 {
    margin-top: 16px !important;
  }

  .mobile_btn-edite .ml-16 {
    margin-left: 0px !important;
  }

  .mobile_btn-edite a {
    width: 100% !important;
  }

  .mobile_center {
    text-align: center !important;
  }

  .domain_input .btn_input {
    width: 60%;
  }

  .mobile_displayon {
    display: block !important;
  }

  .mobile_displayoff {
    display: none;
  }

  .imgs-seotag {
    display: none;
  }

  #img01 {
    width: 40%;
  }

  #img02,
  #img03 {
    width: 40%;
  }

  .domin-isopen button {
    margin: 0 !important;
    margin-top: 12px !important;
  }

  .all_domains {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  #the-domaiss .domain-text {
    font-size: 30px;
  }

  .all_domains .tlds {
    margin: auto;
  }

  .all_domains .domains-status a {
    margin-right: auto;
  }

  .sub-nav {
    /* height: 14rem; */
    overflow: auto;
  }

  .mobile_btnmnue {
    display: block;
  }

  .backup-sefareshi {
    padding: 64px 0;
  }

  .backup-sefareshi .thesteps {
    display: flex !important;
    justify-content: space-around !important;
    flex-wrap: wrap !important;
  }

  .backup-sefareshi .thesteps .thesteps-items {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
  }

  .list_footer {
    display: inherit !important;
    margin-bottom: 24px;
  }

  footer .txt-limoo_info {
    padding-bottom: 24px;
  }

  .footer_acardian {
    display: block;
  }

  .footer_acardian .accordion__item {
    border: 2px solid #42464c;
    border-radius: 12px;
  }

  .footer_acardian .accordion__title::after,
  .footer_acardian .accordion__title::before {
    background-color: var(--Limoo-gray-50);
  }

  .footer_acardian .limoo-footer_lists {
    margin-top: 0px;
    padding-top: 24px;
  }

  .footer_acardian .accordion__item .accordion__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: var(--Gray-50);
    margin-bottom: 0;
  }

  .footer_acardian .accordion__item [type="radio"]:checked + .accordion__title,
  .footer_acardian
    .accordion__item
    [type="checkbox"]:checked
    + .accordion__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: var(--Gray-50);
  }

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

  footer .inmobd-none {
    display: none;
  }

  .off-20imgw {
    display: none;
  }

  .sub-nav .in_sub li svg {
    /* display: none; */
    width: 30px;
  }

  .topfooter {
    display: flex !important;
  }

  .topfooter .d-flex {
    display: flex;
    flex-direction: column;
    align-items: center !important;
    text-align: center;
  }

  .topfooter .textin_box .h3 {
    font-weight: var(--font-w-700);
    font-size: var(--font-18);
    line-height: 36px;
    color: #ffffff;
  }

  .topfooter .textin_box-left {
    margin-top: 12px;
  }

  .topfooter .textin_box-left .number-txt {
    font-weight: var(--font-w-700);
    font-size: 28px;
    line-height: 32px;
    color: #ffffff;
  }

  .topfooter .textin_box-left .md-txt {
    font-weight: var(--font-w-400);
    font-size: var(--font-16);
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #ffffff;
  }

  .chooseloac {
    justify-content: center;
  }

  .sub-nav .in_sub li .x2small-text {
    display: none;
  }

  .menu-active .nav-menu {
    height: 100vh;
    overflow: auto;
    margin-top: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: flex-start;
  }

  .nav-up {
    top: 0;
    background-color: #fff;
  }

  .nav-down {
    background-color: #fff;
  }

  .nav__link {
    /* display: none !important; */
  }

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

  .menu-active .nav-menu .lg-x-text {
    font-size: var(--font-16);
    font-weight: var(--font-w-700);
    text-align: right;
  }

  .sub-nav .in_sub li a {
    font-weight: var(--font-w-600);
    font-size: var(--font-12s);
    margin-right: -10px;
  }

  .mob_width100 {
    width: 100%;
  }

  .menu-active .nav-menu .text_clr_Subtitles {
    display: none;
  }

  .sub-nav .in_sub {
    margin-top: 0px;
    padding: 10px 0;
  }

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

  .nav-menu .menu-item a {
    width: max-content;
  }

  .nav-menu .menu-item {
    border-top: 1px solid #d2d5da;
    padding: 12px;
  }

  .sub-nav .in_sub {
    border: none !important;
  }

  .sub-nav {
    background-color: white;
  }

  .mob_width100 {
    width: 50%;
  }

  .nohight {
    height: auto !important;
  }

  .logo-hamkar img {
    margin-left: 0px;
  }

  .text-min-head {
    font-weight: var(--font-w-700);
    font-size: 1.125rem;
  }

  .name-manager {
    text-align: center;
  }

  .sec_comment .text-comment {
    text-align: center;
    padding: 0 0px;
  }

  .text-right.pl-48 {
    padding-left: 0px !important;
  }

  .text-left.pr-48 {
    padding-right: 0px !important;
    margin-top: 24px;
  }

  .sec_comment .img_comment {
    display: flex;
    justify-content: center;
  }

  .sec_comment .img_comment img {
    border-radius: 16px;
  }

  video {
    width: 100% !important;
  }

  .main_home {
    padding-top: 64px;
    padding-bottom: 64px;
    margin-top: 96px;
  }

  .webmaster {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .main_steps {
    padding: 48px 0px;
  }

  .sec_comment {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .sec-transfromlimoo {
    padding: 48px 0;
  }

  .sec-final {
    padding: 48px 0;
  }

  .sec-limoonews .limoo_scroll {
    display: flex;
    flex-wrap: inherit;
    flex-direction: row;
    overflow-x: auto;
  }

  .sec-limoonews .limoo_scroll .col-12 {
    flex: 0 0 80%;
  }

  .sec-limoonews {
    padding: 64px 0;
  }

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

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

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

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

  .logo-hamkar {
    display: flex;
    overflow: auto;
    flex-wrap: inherit;
    justify-content: inherit;
  }

  .direction-column-mob div {
    margin-top: 8px;
  }

  #home-plans .plans-card .box_card {
    display: none;
  }

  .vids_fit {
    width: 100% !important;
  }

  .direction-column-mob {
    flex-direction: column;
  }

  .text-head-h1 {
    font-size: 24px;
    line-height: 1.7;
    text-align: center;
  }

  .text-head-h3 {
    font-size: var(--font-18);
  }

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

  .tiks_steps {
    justify-content: center;
    flex-direction: column;
  }

  .text-head-h2 {
    font-weight: var(--font-w-700);
    font-size: 20px;
    line-height: 40px;
  }

  .h2 {
    font-size: 22px !important;
    line-height: 50px !important;
  }

  .txttit {
    font-weight: var(--font-w-700);
    color: var(--Limoo-gray-900);
    font-size: 22px;
    line-height: 58px;
    /* white-space: nowrap; */
  }
}

@media (max-width: 450px) {
  .navbar {
    position: absolute !important;
    left: 2%;
    top: 48%;
  }

  .menu-active .navbar {
    top: 0%;
  }
}

/* |||||||||||||||| */
/* |||||||||||||||| */
/*    responsive    */
/* |||||||||||||||| */
/* |||||||||||||||| */
