@import url(../fonts/YekanBakhPro/yekanBakhFont.css);
@import url(../fonts/YekanBakhPro/YekanBakhFaNum/Webfonts/fontiran.css);
@import url(../fonts/font-icon/font-icon.css);

html,
body {
  scroll-behavior: smooth;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: none;
}

input {
  border: none;
  outline: none;
}

button {
  border: none;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
  scrollbar-width: auto;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 12px;
}

*::-webkit-scrollbar-track {
  background: #000000;
}

*::-webkit-scrollbar-thumb {
  background: radial-gradient(circle, rgb(17, 143, 146) 0%, rgb(17, 143, 146) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeaeca", endColorstr="#94bbe9", GradientType=1);
  border-radius: 1px;
  border: 0px none #ffffff;
}

:root {
  --color-BgBody: #f6f6f6;
  --color-whiteGray: #eaeaea;
  --color-whiteGray-1: #dddbdd;
  --color-borderwhite: #e4e4e4;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-bgBloack: #323232;
  --color-textBlock: #323232;
  --color-greenLight: #118f92;
  --color-yellow: #ffb800;
  --color-topBanner: #5dff6d;
  --color-green: #62db60;
  --color-oreng: #e8744f;
}

*::-moz-selection {
  background: var(--color-bgBloack);
  color: var(--color-white);
}

*::selection {
  background: var(--color-bgBloack);
  color: var(--color-white);
}

.cuLoader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  background: var(--color-BgBody);
  z-index: 999;
}

.cuLoader.hide {
  display: none;
}

.cuLoader::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  animation: shimmer 1s infinite;
  content: "";
  z-index: 9999;
}

@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}

.cuLoader .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 5.375rem;
  width: 100%;
  background: var(--color-white);
  margin-top: 2rem;
  border-radius: 50px;
  padding: 0 30px;
  position: relative;
  overflow: hidden;
}

.cuLoader .logo {
  height: 80%;
  width: 70px;
  background: var(--color-BgBody);
  border-radius: 100px;
}

.cuLoader .menu {
  width: 50%;
  height: 30px;
  background: var(--color-BgBody);
}

@media screen and (max-width: 991px) {
  .cuLoader .menu {
    display: none;
  }
}

.cuLoader .left {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: flex-end;
  width: 30%;
}

@media screen and (max-width: 767px) {
  .cuLoader .left {
    width: 50%;
  }
}

.cuLoader .phone {
  height: 50px;
  width: 50%;
  background: var(--color-BgBody);
}

@media screen and (max-width: 450px) {
  .cuLoader .phone {
    display: none;
  }
}

.cuLoader .account {
  height: 50px;
  width: 50%;
  background: var(--color-BgBody);
  border-radius: 50px;
}

@media screen and (max-width: 450px) {
  .cuLoader .account {
    width: 80px;
  }
}

.cuLoader .title {
  margin-top: 50px;
  margin-bottom: 80px;
  height: 40px;
  width: 50%;
  background: var(--color-whiteGray-1);
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .cuLoader .title {
    argin-top: 20px;
    margin-bottom: 30px;
    width: 80%;
  }
}

.cuLoader.cuLoader-contactUs .box-img {
  width: 100%;
  height: 400px;
  background: var(--color-whiteGray-1);
  margin-bottom: 15px;
  border-radius: 30px;
}

@media screen and (max-width: 991px) {
  .cuLoader.cuLoader-contactUs .box-img {
    height: 200px;
  }
}

.cuLoader.cuLoader-contactUs .arccaroing__title {
  height: 30px;
  width: 50%;
  background: var(--color-whiteGray-1);
  margin-right: 20px;
  margin-bottom: 10px;
}

.cuLoader.cuLoader-contactUs .arccaroing {
  border-radius: 30px;
  width: 100%;
  height: 80px;
  background: var(--color-white);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cuLoader.cuLoader-contactUs .arccaroing--title {
  margin-right: 30px;
  height: 60%;
  width: 40%;
  border-radius: 20px;
  background: var(--color-BgBody);
}

.cuLoader.cuLoader-contactUs .arccaroing-icon {
  height: 40px;
  width: 40px;
  border-radius: 30px;
  background: var(--color-BgBody);
  margin-left: 30px;
}

.cuLoader .costomerRow {
  margin-top: 30px;
}

.cuLoader .costomerRow__title {
  margin-top: 50px;
  margin-bottom: 50px;
  height: 20px;
  width: 30%;
  background: var(--color-whiteGray-1);
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .cuLoader .costomerRow__title {
    width: 70%;
  }
}

.cuLoader .costomerRow__wrbox {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .cuLoader .costomerRow__wrbox {
    gap: 1.125rem;
  }
}

.cuLoader .costomerRow__box {
  background: var(--color-whiteGray-1);
  width: 144px;
  height: 144px;
  border-radius: 1.25rem;
}

@media screen and (max-width: 991px) {
  .cuLoader .costomerRow__box {
    width: 80px;
    height: 80px;
  }
}

.cuLoader .cuLoader__pageing--img {
  margin-top: 120px;
  width: 100%;
  height: 267px;
  background: var(--color-whiteGray-1);
  border-radius: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .cuLoader .cuLoader__pageing--img {
    margin-top: 40px;
  }
}

.cuLoader .cuLoader__pageing--wrText {
  width: 100%;
  height: 100vh;
  background: var(--color-black);
  background: var(--color-white);
  border-radius: 30px;
  padding: 2.125rem 3.75rem 5.875rem;
}

.cuLoader .cuLoader__pageing--text {
  width: 100%;
  margin-bottom: 10px;
  height: 30px;
  background: var(--color-BgBody);
}

.cuLoader .cuLoader__pageing--text.half {
  width: 50%;
}

.cuLoader .cuLoader-pricing__textTop {
  margin-bottom: 40px;
}

.cuLoader .cuLoader-pricing__textTop span {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  height: 20px;
  background: var(--color-whiteGray-1);
}

.cuLoader .cuLoader-pricing__textTop span:last-child {
  width: 70%;
}

.cuLoader .cuLoader-pricing__titleTag {
  display: block;
  width: 50%;
  margin-bottom: 25px;
  height: 20px;
  background: var(--color-whiteGray-1);
}

.cuLoader .cuLoader-pricing__wrTag {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 50px;
}

.cuLoader .cuLoader-pricing__tag {
  display: inline-block;
  border-radius: 100px;
  height: 55px;
  background: var(--color-whiteGray-1);
}

.cuLoader .cuLoader-pricing__tag.tag-1 {
  width: 154px;
}

.cuLoader .cuLoader-pricing__tag.tag-2 {
  width: 219px;
}

.cuLoader .cuLoader-pricing__tag.tag-3 {
  width: 241px;
}

.cuLoader .cuLoader-pricing__emkanat {
  background: var(--color-white);
  border-radius: 40px;
  padding: 44px;
}

.cuLoader .cuLoader-pricing__emkanat span {
  position: relative;
  display: inline-block;
  margin-right: 40px;
  height: 20px;
  width: 93%;
  background: var(--color-BgBody);
  margin-bottom: 10px;
  border-radius: 3px;
}

.cuLoader .cuLoader-pricing__emkanat span::before {
  position: absolute;
  content: "";
  background: var(--color-whiteGray-1);
  width: 30px;
  height: 10px;
  border-radius: 6px;
  top: 5px;
  left: calc(100% + 14px);
}

.cuLoader .cuLoader-pricing__boxPrice {
  background: var(--color-white);
  border-radius: 44px;
  padding: 30px;
}

.cuLoader .cuLoader-pricing__boxPrice__title {
  display: block;
  width: 50%;
  margin-bottom: 20px;
  height: 20px;
  background: var(--color-BgBody);
}

.cuLoader .cuLoader-pricing__boxPrice__border {
  width: 100%;
  height: 1px;
  background: var(--color-whiteGray-1);
  margin-bottom: 20px;
}

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

.cuLoader .cuLoader-pricing__boxPrice__text {
  display: block;
  width: 40%;
  margin-bottom: 25px;
  height: 20px;
  background: var(--color-BgBody);
  padding-bottom: 15px;
  border-radius: 3px;
}

.cuLoader .cuLoader-pricing__boxPrice__price {
  display: block;
  width: 40%;
  margin-bottom: 25px;
  height: 20px;
  background: var(--color-BgBody);
  padding-bottom: 15px;
  border-radius: 3px;
}

.cuLoader .cuLoader-pricing__boxPrice__btn {
  width: 100%;
  height: 53px;
  background: var(--color-BgBody);
  border-radius: 44px;
  margin-bottom: 30px;
}

.cuLoader .cuLoader-pricing__boxPrice__bottonText {
  margin-bottom: 10px;
}

.cuLoader .cuLoader-pricing__boxPrice__bottonText span {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  height: 20px;
  background: var(--color-BgBody);
}

.cuLoader .cuLoader-pricing__boxPrice__bottonText span:last-child {
  width: 70%;
}

.cuLoader .cuLoader-index__wrapper {
  width: 100%;
  min-height: 500px;
  padding: 90px;
  background: var(--color-white);
  border-radius: 40px;
  margin-top: 50px;
}

@media screen and (max-width: 991px) {
  .cuLoader .cuLoader-index__wrapper {
    padding: 40px;
  }
}

.cuLoader .cuLoader-index__title span {
  display: block;
  width: 100%;
  height: 40px;
  background: var(--color-BgBody);
  margin-bottom: 15px;
  margin-top: 40px;
}

.cuLoader .cuLoader-index__title span:last-child {
  width: 80%;
}

@media screen and (max-width: 991px) {
  .cuLoader .cuLoader-index__title span {
    margin-top: 0;
  }
}

.cuLoader .cuLoader-index__text {
  margin-bottom: 50px;
}

.cuLoader .cuLoader-index__text span {
  display: block;
  width: 100%;
  height: 20px;
  background: var(--color-BgBody);
  margin-bottom: 15px;
}

.cuLoader .cuLoader-index__text span:last-child {
  width: 80%;
}

.cuLoader .cuLoader-index__wrBtn {
  display: flex;
  align-items: center;
  gap: 15px;
}

@media screen and (max-width: 991px) {
  .cuLoader .cuLoader-index__wrBtn {
    margin-bottom: 30px;
  }
}

.cuLoader .cuLoader-index__btn {
  height: 55px;
  width: 186px;
  background: var(--color-BgBody);
  border-radius: 44px;
}

.cuLoader .cuLoader-index__imgBox {
  width: 110%;
  height: 100%;
  min-height: 350px;
  background: var(--color-BgBody);
  border-radius: 15px;
  margin-top: 10px;
}

@media screen and (max-width: 991px) {
  .cuLoader .cuLoader-index__imgBox {
    width: 100%;
  }
}

.cuLoader .cuLoader-loginRegister__wrapper {
  background: var(--color-white);
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 34px;
  padding: 34px 60px 94px;
}

.cuLoader .cuLoader-loginRegister__label {
  height: 25px;
  width: 30%;
  margin-bottom: 5px;
  background: var(--color-BgBody);
}

.cuLoader .cuLoader-loginRegister__input {
  width: 100%;
  height: 56px;
  background: var(--color-BgBody);
  border-radius: 14px;
  margin-bottom: 14px;
}

.cuLoader .cuLoader-loginRegister__btn {
  width: 100%;
  height: 56px;
  background: var(--color-BgBody);
  border-radius: 14px;
  margin-bottom: 14px;
}

body {
  background: var(--color-BgBody);
  font-size: 16px;
}

header {
  margin-top: 1.25rem;
  margin-bottom: 3.375rem;
  position: relative;
  transition: 0.3s ease;
  width: 100%;
}

header .humbergerMenu {
  padding: 0.5rem 1.25rem;
  border: 1px solid var(--color-textBlock);
  border-radius: 100px;
  cursor: pointer;
  transition: 0.3s ease;
}

@media screen and (min-width: 992px) {
  header .humbergerMenu {
    display: none;
  }
}

header .humbergerMenu:hover {
  border: 1px solid var(--color-greenLight);
}

header .humbergerMenu:hover i::before {
  color: var(--color-greenLight);
}

header .humbergerMenu i {
  font-size: 24px;
}

header .humbergerMenu i::before {
  transition: 0.3s ease;
}

.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.625rem 1.875rem;
  background: var(--color-white);
  border-radius: 1.875rem;
  box-shadow: 0px 8px 24px 0px rgba(119, 119, 119, 0.0784313725);
}

.header__logo {
  flex: 0 0 auto;
  position: relative;
}

.header__logo:hover::before {
  animation: shimmer 0.7s linear;
  opacity: 1;
}

.header__logo:hover .header__logo--text {
  transform: rotate(0deg);
}

@media screen and (max-width: 575px) {
  .header__logo:hover .header__logo--text {
    transform: translateX(50%) rotate(0deg);
  }
}

.header__logo a {
  display: flex;
  align-items: center;
}

.header__logo-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  padding: 0 0.625rem;
  color: var(--color-textBlock);
}

@media screen and (max-width: 575px) {
  .header__logo-title {
    display: none;
  }
}

.header__logo--text {
  position: absolute;
  bottom: -8px;
  right: 40%;
  white-space: nowrap;
  height: auto;
  padding: 2px 10px;
  transform: rotate(-5deg);
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  z-index: 2;
  pointer-events: none;
  transition: 0.2s ease;
}

@media screen and (max-width: 575px) {
  .header__logo--text {
    right: 85%;
    bottom: -20px;
    transform: translateX(50%) rotate(-5deg);
  }
}

.header__logo--text::before {
  position: absolute;
  content: "";
  top: 0;
  right: 10px;
  background: #d9d2c0;
  width: 90%;
  height: 100%;
  z-index: -10;
  transform: rotate(-3deg);
  transform-origin: top right;
}

@media screen and (max-width: 575px) {
  .header__logo--text::before {
    left: 2px;
    right: auto;
    width: 95%;
    top: 2px;
    transform-origin: center;
    transform: rotate(-4deg);
  }
}

.header__logo--text::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: var(--color-yellow);
  width: 100%;
  height: 100%;
  z-index: -10;
}

@media screen and (max-width: 991px) {
  .header__menu {
    display: none;
  }
}

.header__menu>ul {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

@media screen and (max-width: 1199px) {
  .header__menu>ul {
    gap: 0.5rem;
  }
}

.header__menu>ul>li {
  position: relative;
}

.header__menu>ul>li:hover>a {
  color: var(--color-greenLight);
}

.header__menu>ul>li:hover>ul {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.header__menu>ul>li>a {
  font-size: 14px;
  font-weight: 450;
  line-height: 22px;
  color: var(--color-textBlock);
  padding: 0.625rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  white-space: nowrap;
  transition: 0.3s ease;
}

.header__menu>ul>li>a>i {
  font-size: 6px;
  font-weight: bold;
}

.header__menu>ul>li ul {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 200px;
  background: var(--color-whiteGray);
  border-radius: 15px;
  padding: 10px 0;
  transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 9;
  transition: 0.3s ease;
}

.header__menu>ul>li ul li:hover a {
  transform: translateX(-10px);
}

.header__menu>ul>li ul li a {
  padding: 10px 24px;
  display: inline-block;
  transition: 0.3s ease;
}

.header__left {
  display: flex;
  align-items: center;
  gap: 2.125rem;
}

@media screen and (max-width: 991px) {
  .header__left {
    gap: 0.875rem;
  }
}

.header__number {
  font-family: "Yekan Bakh FaNum";
  font-size: 14px;
  font-weight: 450;
  line-height: 22px;
  padding: 0.5rem 0;
  border-bottom: 1px dashed var(--color-black);
  display: flex;
  align-items: center;
  gap: 0.625rem;
  transition: 0.3s ease;
}

.header__number:hover {
  color: var(--color-greenLight);
  border-color: var(--color-greenLight);
}

.header__number:hover i {
  animation: shakeCu 0.5s infinite linear;
}

.header__number:hover i::before {
  color: var(--color-greenLight);
}

@media screen and (max-width: 350px) {
  .header__number {
    display: none;
  }
}

.header__number i {
  font-size: 24px;
  display: inline-block;
}

.header__number i::before {
  transition: 0.3s ease;
}

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

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

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

.header__account {
  font-size: 14px;
  font-weight: 450;
  line-height: 22px;
  padding: 0.5rem 1.25rem 0.5rem 1.875rem;
  border-radius: 4rem;
  border: 1px solid var(--color-textBlock);
  display: flex;
  align-items: center;
  gap: 0.625rem;
  cursor: pointer;
  transition: 0.3s ease;
  position: relative;
}

.header__account:hover {
  border-color: var(--color-greenLight);
  color: var(--color-greenLight);
}

.header__account:hover>i::before {
  color: var(--color-greenLight);
}

@media screen and (max-width: 991px) {
  .header__account {
    display: none;
  }
}

.header__account i {
  font-size: 24px;
}

.header__account i::before {
  transition: 0.3s ease;
}

.header__account--dropDown {
  position: absolute;
  left: -10%;
  top: calc(100% + 29px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  overflow-x: hidden;
  overflow-y: auto;
  border-radius: 1.125rem;
  pointer-events: none;
}

.header__account--dropDown.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: all;
}

.header__account--dropDown ul {
  width: auto;
  max-width: 307px;
  min-height: 148px;
  max-height: 250px;
  background: #fff;
  padding: 26px 18px 26px 40px;
  transition: 0.3s ease;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: auto;
  /* Chrome, Edge, and Safari */
}

.header__account--dropDown ul::-webkit-scrollbar {
  width: 2px;
  border-radius: 1.125rem;
}

.header__account--dropDown ul::-webkit-scrollbar-track {
  background: #000000;
  border-radius: 1.125rem;
}

.header__account--dropDown ul::-webkit-scrollbar-thumb {
  background: radial-gradient(circle, rgb(17, 143, 146) 0%, rgb(17, 143, 146) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeaeca", endColorstr="#94bbe9", GradientType=1);
  border-radius: 1.125rem;
  border: 0px none #ffffff;
}

.header__account--dropDown li {
  margin-bottom: 12px;
}

.header__account--dropDown li:hover a span {
  color: #118f92;
}

.header__account--dropDown li:hover a i::before {
  color: var(--color-greenLight);
}

.header__account--dropDown li a {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header__account--dropDown li a span {
  font-size: 14px;
  font-weight: 450;
  line-height: 21.7px;
  color: #323232;
  transition: 0.3s ease;
  white-space: nowrap;
}

.header__account--dropDown li a i {
  font-size: 18px;
}

.header__account--dropDown li a i::before {
  color: #323232;
}

#ResponsiveMenuMobile {
  position: fixed;
  height: 100vh;
  width: 380px;
  top: 0;
  left: 0;
  z-index: 99;
  transform: translateX(-100%);
  transition: transform 0.5s ease;
}

@media screen and (max-width: 400px) {
  #ResponsiveMenuMobile {
    width: 300px;
  }
}

@media screen and (max-width: 300px) {
  #ResponsiveMenuMobile {
    width: 100%;
  }
}

#ResponsiveMenuMobile.show {
  transform: translateX(0);
  left: 0;
  transition: transform 0.5s ease;
}

#ResponsiveMenuMobile.show .ResponsiveMenuMobile_close {
  transform: translate(0);
}

.ResponsiveMenuMobile {
  overflow-y: auto;
  overflow-x: visible;
}

.ResponsiveMenuMobile_close {
  background: var(--color-white);
  cursor: pointer;
  position: absolute;
  left: calc(100% + 10px);
  top: 60px;
  padding: 8px 20px;
  border-radius: 44px;
  border: 1px solid var(--color-textBlock);
  transform: translate(-100px);
  transition: 1s ease 0.1s;
}

.ResponsiveMenuMobile_close:hover {
  border: 1px solid var(--color-greenLight);
}

.ResponsiveMenuMobile_close:hover i::before {
  color: var(--color-greenLight);
}

@media screen and (max-width: 390px) {
  .ResponsiveMenuMobile_close {
    position: relative;
    top: -20px;
    left: 0;
    display: inline-block;
  }
}

.ResponsiveMenuMobile_close i {
  display: inline-block;
  font-size: 24px;
}

.ResponsiveMenuMobile_close i::before {
  transition: 0.3s ease;
}

.ResponsiveMenuMobile_close-2 {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 80px;
}

.ResponsiveMenuMobile_menu {
  background: var(--color-white);
  width: 300px;
  margin-right: auto;
  height: 100vh;
  padding: 50px 22px;
  z-index: 99;
  position: relative;
}

@media screen and (max-width: 300px) {
  .ResponsiveMenuMobile_menu {
    width: auto;
    width: 100% !important;
  }
}

.ResponsiveMenuMobile_menu>nav {
  margin-bottom: 34px;
  z-index: 99;
  position: relative;
  background: var(--color-white);
  z-index: 1;
}

.ResponsiveMenuMobile_menu>nav>ul>li {
  position: relative;
  margin-bottom: 4px;
}

.ResponsiveMenuMobile_menu>nav>ul>li a {
  display: block;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s ease;
  padding: 10px;
}

.ResponsiveMenuMobile_menu>nav>ul>li a:hover {
  color: var(--color-greenLight);
}

.ResponsiveMenuMobile_menu>nav>ul>li a:hover span {
  color: var(--color-greenLight);
}

.ResponsiveMenuMobile_menu>nav>ul>li a:hover i {
  transform: rotate(0deg);
}

.ResponsiveMenuMobile_menu>nav>ul>li a:hover i::before {
  color: var(--color-greenLight);
}

.ResponsiveMenuMobile_menu>nav>ul>li a span {
  font-size: 24px;
  font-weight: 450;
  line-height: 37.2px;
  color: var(--color-textBlock);
  transition: 0.3s ease;
}

.ResponsiveMenuMobile_menu>nav>ul>li a i {
  font-size: 24px;
  transform: rotate(90deg);
  transition: 0.3s ease;
}

.ResponsiveMenuMobile_menu>nav>ul>li a i::before {
  color: var(--color-textBlock);
  transition: 0.3s ease;
}

.ResponsiveMenuMobile_menu .toggleDropmenu {
  background: var(--color-whiteGray);
  padding: 10px 0;
  border-radius: 20px;
}

.ResponsiveMenuMobile_menu .toggleDropmenu a {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  padding: 10px 34px;
}

.ResponsiveMenuMobile_menu .toggleDropmenu span {
  color: var(--color-textBlock);
  font-size: 24px;
  font-weight: 450;
  line-height: 37.2px;
}

.ResponsiveMenuMobile .toggleDropmenu {
  width: 100%;
}

.ResponsiveMenuMobile .header__account {
  display: inline-block;
}

#bg-overly {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: var(--color-black);
  opacity: 0.5;
  z-index: 98;
  display: none;
}

#bg-overly.showOverly {
  display: block;
}

textarea {
  width: 100%;
}

html {
  overflow-x: hidden;
}

body {
  direction: rtl;
  text-align: right;
  font-weight: 400;
  overflow-x: hidden;
  font-family: "Yekan Bakh FaNum", "Yekan Bakh", "icomoon", sans-serif;
}

body.overflowHide {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

.productPriceing {
  margin-bottom: 140px;
}

@supports (font-variation-settings: normal) {
  body {
    font-family: "Yekan Bakh", "Yekan Bakh FaNum", "icomoon", sans-serif;
  }
}

.pageTitle {
  font-size: 44px;
  font-weight: 1000;
  line-height: 68px;
  text-align: center;
  border-bottom: 1px solid var(--color-borderwhite);
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}

@media screen and (max-width: 991px) {
  .pageTitle {
    padding: 0;
    font-size: 34px;
    line-height: 52.7px;
    border: none;
  }
}

.pageTitlePraim {
  font-size: 44px;
  font-weight: 1000;
  line-height: 68px;
  text-align: center;
  border-bottom: 1px solid var(--color-borderwhite);
  margin-bottom: 3.75rem;
  padding-bottom: 3.75rem;
}

@media screen and (max-width: 991px) {
  .pageTitlePraim {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.top-banner {
  background: var(--color-topBanner);
  margin-bottom: 20px;
  padding: 0.625rem 0;
  min-height: 77px;
}

.top-banner__wr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
  padding: 0.625rem;
  flex-wrap: wrap;
}

@media screen and (max-width: 575px) {
  .top-banner__wr {
    justify-content: center;
  }
}

.top-banner__right {
  font-size: 24px;
  font-weight: 875;
  line-height: 37.2px;
  color: var(--color-textBlock);
  flex: 1 0;
  white-space: nowrap;
}

@media screen and (max-width: 575px) {
  .top-banner__right {
    text-align: center;
  }
}

.top-banner__more {
  background: #3cd94c;
  font-size: 14px;
  font-weight: 450;
  line-height: 21.7px;
  color: var(--color-textBlock);
  padding: 0.25rem 0.625rem;
  border-radius: 6px;
  border: 1px solid #3cd94c;
  transition: 0.3s ease;
}

.top-banner__more:hover {
  color: var(--color-textBlock);
  background: transparent;
  border-color: #3cd94c;
}

.AvocadoIntegratedSystem {
  margin-bottom: 5.938rem;
}

.AvocadoIntegratedSystem.light {
  margin-bottom: 2.938rem;
}

@media screen and (max-width: 991px) {
  .AvocadoIntegratedSystem.light .AvocadoIntegratedSystem__title {
    margin-top: 70px;
  }
}

.AvocadoIntegratedSystem__mainWrapper {
  background: #7c5df4;
  border-radius: 3.375rem;
  position: relative;
}

.AvocadoIntegratedSystem__mainWrapper.colorGray {
  background: #ededed;
}

.AvocadoIntegratedSystem__mainWrapper.colorGray .AvocadoIntegratedSystem__title {
  color: var(--color-textBlock);
}

.AvocadoIntegratedSystem__mainWrapper.colorGray .AvocadoIntegratedSystem__text {
  color: var(--color-textBlock);
}

.AvocadoIntegratedSystem .row {
  margin-right: 0;
  margin-left: 0;
}

.AvocadoIntegratedSystem .col-lg-6 {
  padding-right: calc(var(--bs-gutter-x) * 0);
  padding-left: calc(var(--bs-gutter-x) * 0);
}

.AvocadoIntegratedSystem__imgTop {
  text-align: left;
  padding: 2.125rem 0 0 2.125rem;
}

@media screen and (max-width: 575px) {
  .AvocadoIntegratedSystem__imgTop {
    padding: 1.125rem 0 0 1.125rem;
    margin-bottom: -1rem;
  }
}

.AvocadoIntegratedSystem__imgMonyDown {
  position: absolute;
  left: 5%;
  top: 90%;
}

@media screen and (max-width: 991px) {
  .AvocadoIntegratedSystem__imgMonyDown {
    top: 95%;
    width: 90px;
  }
}

.AvocadoIntegratedSystem__cicleNakh {
  position: absolute;
  left: 65px;
  top: -54px;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .AvocadoIntegratedSystem__cicleNakh {
    width: 80px;
  }
}

.AvocadoIntegratedSystem__cicle {
  position: absolute;
  left: 2%;
  top: 0;
  display: inline-block;
  animation: rotate360 10s linear infinite;
}

@media screen and (max-width: 991px) {
  .AvocadoIntegratedSystem__cicle {
    width: 190px;
    top: -34px;
  }
}

@keyframes rotate360 {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

.AvocadoIntegratedSystem__wrapper {
  padding-right: 5.625rem;
  padding-bottom: 3.625rem;
}

@media screen and (max-width: 1399px) {
  .AvocadoIntegratedSystem__wrapper {
    padding-right: 2.625rem;
    padding-bottom: 2.625rem;
  }
}

@media screen and (max-width: 1199px) {
  .AvocadoIntegratedSystem__wrapper {
    padding-right: 2.625rem;
    padding-bottom: 2.625rem;
  }
}

@media screen and (max-width: 991px) {
  .AvocadoIntegratedSystem__wrapper {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    padding-bottom: 5.438rem;
  }
}

.AvocadoIntegratedSystem__title {
  font-size: 48px;
  font-weight: 1000;
  line-height: 74.4px;
  color: var(--color-white);
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1399px) {
  .AvocadoIntegratedSystem__title {
    width: 109%;
  }
}

@media screen and (max-width: 1199px) {
  .AvocadoIntegratedSystem__title {
    font-size: 38px;
    line-height: 55px;
  }
}

@media screen and (max-width: 991px) {
  .AvocadoIntegratedSystem__title {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 575px) {
  .AvocadoIntegratedSystem__title {
    font-size: 28px;
    line-height: 43.4px;
  }
}

.AvocadoIntegratedSystem__title img {
  position: absolute;
  z-index: -1;
  right: -7%;
  top: -22%;
}

.AvocadoIntegratedSystem__text {
  font-size: 16px;
  font-weight: 325;
  line-height: 34px;
  color: var(--color-white);
}

@media screen and (max-width: 991px) {
  .AvocadoIntegratedSystem__text {
    text-align: center;
  }
}

.AvocadoIntegratedSystem__wrBtn {
  margin-top: 2.75rem;
  display: flex;
  align-items: center;
  gap: 0.875rem;
  flex-wrap: wrap;
}

@media screen and (max-width: 1199px) {
  .AvocadoIntegratedSystem__wrBtn {
    margin-top: 1rem;
  }
}

@media screen and (max-width: 991px) {
  .AvocadoIntegratedSystem__wrBtn {
    justify-content: center;
    margin-top: 2.75rem;
  }
}

.AvocadoIntegratedSystem__img {
  text-align: left;
}

.AvocadoIntegratedSystem__img img {
  width: 100%;
}

.AvocadoIntegratedSystem__footer {
  margin-top: 1.875rem;
  padding: 0 4.375rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.875rem;
}

@media screen and (max-width: 991px) {
  .AvocadoIntegratedSystem__footer {
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.375rem;
    padding: 0 0.1rem;
  }
}

.AvocadoIntegratedSystem__text {
  display: flex;
  align-items: center;
  gap: 0.875rem;
}

@media screen and (max-width: 767px) {
  .AvocadoIntegratedSystem__text {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.AvocadoIntegratedSystem__text img {
  max-width: 50px;
}

.AvocadoIntegratedSystem__text p {
  font-size: 20px;
  font-weight: 600;
  line-height: 31px;
  color: var(--color-textBlock);
}

.AvocadoIntegratedSystem__left {
  display: flex;
  align-items: center;
  gap: 0.875rem;
}

@media screen and (max-width: 400px) {
  .AvocadoIntegratedSystem__left {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.AvocadoIntegratedSystem__list {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  padding: 0.625rem 0;
}

.AvocadoIntegratedSystem__list li {
  cursor: pointer;
  transition: 0.3s ease;
  position: relative;
}

.AvocadoIntegratedSystem__list li:not(:first-child) {
  margin-left: -15px;
}

.AvocadoIntegratedSystem__list li:hover+* {
  margin-left: 0;
}

.AvocadoIntegratedSystem__list li:nth-child(4) {
  z-index: 4;
}

.AvocadoIntegratedSystem__list li figure {
  width: 54px;
  height: 54px;
  text-align: center;
  background: var(--color-white);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1490196078);
  border-radius: 100px;
  padding: 0.375rem;
}

.AvocadoIntegratedSystem__list li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.AvocadoIntegratedSystem__costomerMore {
  font-size: 18px;
  font-weight: 600;
  line-height: 27.9px;
  padding: 0.5rem 0;
  border-bottom: 1px dashed #323232;
  transition: 0.3s ease;
  white-space: nowrap;
}

.AvocadoIntegratedSystem__costomerMore:hover {
  color: var(--color-greenLight);
  border-color: var(--color-greenLight);
}

.salesAdvisor {
  background: var(--color-white);
  color: var(--color-textBlock);
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  padding: 0.875rem 3.125rem;
  border-radius: 2.75rem;
  border: 1px solid #b8b8b8;
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.2509803922);
  display: inline-block;
  white-space: nowrap;
  text-align: center;
  transition: 0.3s ease;
}

.salesAdvisor:hover {
  transform: scale(0.96);
  color: var(--color-textBlock);
  box-shadow: none;
}

@media screen and (max-width: 575px) {
  .salesAdvisor {
    width: 100%;
  }
}

.requestBtn {
  background: var(--color-bgBloack);
  color: var(--color-white);
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  padding: 0.875rem 3.125rem;
  border-radius: 2.75rem;
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.2509803922);
  display: inline-block;
  white-space: nowrap;
  text-align: center;
  transition: 0.3s ease;
}

.requestBtn:hover {
  transform: scale(0.96);
  color: var(--color-white);
  box-shadow: none;
}

@media screen and (max-width: 575px) {
  .requestBtn {
    width: 100%;
  }
}

.store24hours {
  margin-bottom: 3.75rem;
}

.store24hours__minWrapper {
  background: var(--color-white);
  border-radius: 3.375rem;
}

.store24hours__img {
  text-align: center;
  position: relative;
  padding: 3.25rem 2.188rem;
}

.store24hours__img img {
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .store24hours__img img {
    transform: translateX(-3%);
  }
}

.store24hours__img .img_prim {
  position: relative;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.store24hours__img .img-abs {
  position: absolute;
  z-index: 2;
}

.store24hours__img .img-abs.img-1 {
  z-index: 1;
  top: 0;
  right: 60%;
  animation: handmoving 5s infinite ease-in-out;
  transform-origin: bottom right;
}

@media screen and (max-width: 1199px) {
  .store24hours__img .img-abs.img-1 {
    width: 40%;
    top: 7%;
  }
}

.store24hours__img .img-abs.img-2 {
  z-index: 3;
  top: 15%;
  right: 0;
  animation: iconBacking 5s infinite linear;
}

.store24hours__img .img-abs.img-3 {
  z-index: 1;
  right: 7%;
  top: 7%;
  animation: iconBackingLeftRight 10s infinite linear;
}

@media screen and (max-width: 1199px) {
  .store24hours__img .img-abs.img-3 {
    width: 30%;
  }
}

.store24hours__img .img-abs.img-4 {
  z-index: 3;
  bottom: 0;
  right: 61%;
  animation: iconBacking 5s infinite linear 4s;
}

@media screen and (max-width: 1199px) {
  .store24hours__img .img-abs.img-4 {
    width: 19%;
  }
}

.store24hours__img .img-abs.img-5 {
  z-index: 2;
  right: 8%;
  top: 25%;
  animation: iconBacking 5s infinite linear 2s;
}

@media screen and (max-width: 1199px) {
  .store24hours__img .img-abs.img-5 {
    width: 29%;
  }
}

.store24hours__img .img-abs.img-6 {
  z-index: 1;
  right: 20%;
  top: 20%;
  animation: iconBackingLeftRight 10s infinite linear 1s;
}

@media screen and (max-width: 1199px) {
  .store24hours__img .img-abs.img-6 {
    width: 20%;
  }
}

.store24hours__img .img-abs.img-7 {
  z-index: 0;
  top: 5%;
  right: 2%;
}

@media screen and (max-width: 1199px) {
  .store24hours__img .img-abs.img-7 {
    max-width: 80%;
    top: 5%;
    right: 5%;
  }
}

.store24hours__wrapper {
  padding: 3rem 0;
  position: relative;
}

@media screen and (max-width: 991px) {
  .store24hours__wrapper {
    padding: 0 2.188rem;
    padding-bottom: 4.938rem;
  }
}

.store24hours__imgTopTitle {
  margin-bottom: -1rem;
  text-align: left;
}

@media screen and (max-width: 991px) {
  .store24hours__imgTopTitle {
    position: absolute;
    left: 5%;
    top: 0%;
    z-index: 0;
  }
}

.store24hours__imgTopTitle img {
  animation: moveing360deg 15s infinite linear;
}

.store24hours__title {
  font-size: 54px;
  font-weight: 1000;
  line-height: 84px;
  margin-bottom: 1.125rem;
  color: var(--color-textBlock);
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 1199px) {
  .store24hours__title {
    font-size: 48px;
    line-height: 69px;
  }
}

@media screen and (max-width: 991px) {
  .store24hours__title {
    text-align: center;
    margin-top: 50px;
  }
}

@media screen and (max-width: 575px) {
  .store24hours__title {
    font-size: 28px;
    line-height: 43.4px;
  }
}

.store24hours__text {
  font-size: 16px;
  font-weight: 325;
  line-height: 34px;
  color: var(--color-textBlock);
  max-width: 90%;
  position: relative;
  z-index: 9;
}

@media screen and (max-width: 991px) {
  .store24hours__text {
    text-align: center;
    max-width: 100%;
  }
}

.store24hours__wrBtn {
  margin-top: 2.75rem;
  display: flex;
  align-items: center;
  gap: 0.875rem;
}

@media screen and (max-width: 991px) {
  .store24hours__wrBtn {
    justify-content: center;
  }
}

@media screen and (max-width: 575px) {
  .store24hours__wrBtn {
    flex-wrap: wrap;
  }
}

.store24hours__requestBtn {
  background: var(--color-bgBloack);
  color: var(--color-white);
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  padding: 0.875rem 3.125rem;
  border-radius: 2.75rem;
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.2509803922);
  display: inline-block;
}

.store24hours__salesAdvisor {
  background: var(--color-white);
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  padding: 0.875rem 3.125rem;
  border-radius: 2.75rem;
  border: 1px solid #b8b8b8;
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.2509803922);
  display: inline-block;
}

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

  50% {
    transform: rotate(10deg);
  }

  100% {
    transform: rotate(0);
  }
}

@keyframes moveing360deg {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

.connectedPostoffice {
  margin-bottom: 4.75rem;
}

@media screen and (max-width: 991px) {
  .connectedPostoffice {
    margin-bottom: 2.5rem;
  }
}

.connectedPostoffice__mainWrapper {
  background: #68be8a;
  border-radius: 3.375rem;
  padding: 2.188rem 3.75rem 2.188rem 2rem;
}

@media screen and (max-width: 991px) {
  .connectedPostoffice__mainWrapper {
    padding: 1.75rem 2.188rem 5rem;
  }
}

.connectedPostoffice__imgTopText {
  margin-bottom: -2rem;
  text-align: left;
}

.connectedPostoffice__img {
  margin-bottom: -4.5rem;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .connectedPostoffice__img {
    margin-bottom: -7.5rem;
  }
}

@media screen and (max-width: 991px) {
  .connectedPostoffice__img {
    margin-bottom: 1.875rem;
    padding: 0 1.875rem;
  }
}

.connectedPostoffice__img img {
  animation: iconBacking 5s infinite linear;
}

.connectedPostoffice__title {
  font-size: 54px;
  font-weight: 1000;
  line-height: 84px;
  color: var(--color-textBlock);
}

@media screen and (max-width: 1199px) {
  .connectedPostoffice__title {
    font-size: 48px;
  }
}

@media screen and (max-width: 991px) {
  .connectedPostoffice__title {
    text-align: center;
  }
}

@media screen and (max-width: 575px) {
  .connectedPostoffice__title {
    font-size: 28px;
    line-height: 43.4px;
  }
}

.connectedPostoffice__subTitle {
  font-size: 24px;
  font-weight: 600;
  line-height: 37px;
  color: var(--color-textBlock);
  margin-bottom: 0.625rem;
}

@media screen and (max-width: 991px) {
  .connectedPostoffice__subTitle {
    text-align: center;
  }
}

@media screen and (max-width: 575px) {
  .connectedPostoffice__subTitle {
    font-size: 18px;
    line-height: 27.9px;
  }
}

.connectedPostoffice__text {
  font-size: 16px;
  font-weight: 325;
  line-height: 34px;
}

@media screen and (max-width: 991px) {
  .connectedPostoffice__text {
    text-align: center;
  }
}

@media screen and (max-width: 575px) {
  .connectedPostoffice__text {
    font-size: 16px;
    line-height: 34px;
  }
}

.connectedPostoffice__wrBtn {
  margin-top: 2.75rem;
  display: flex;
  align-items: center;
  gap: 0.875rem;
}

@media screen and (max-width: 1399px) {
  .connectedPostoffice__wrBtn {
    margin-top: 1.5rem;
  }
}

@media screen and (max-width: 991px) {
  .connectedPostoffice__wrBtn {
    justify-content: center;
  }
}

@media screen and (max-width: 575px) {
  .connectedPostoffice__wrBtn {
    flex-wrap: wrap;
  }
}

.connectedPostoffice__requestBtn {
  background: var(--color-bgBloack);
  color: var(--color-white);
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  padding: 0.875rem 3.125rem;
  border-radius: 2.75rem;
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.2509803922);
  display: inline-block;
}

.connectedPostoffice__salesAdvisor {
  background: var(--color-white);
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  padding: 0.875rem 3.125rem;
  border-radius: 2.75rem;
  border: 1px solid #b8b8b8;
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.2509803922);
  display: inline-block;
}

.focusSelling {
  margin-bottom: 4.4rem;
}

.focusSelling__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 37px;
  text-align: center;
  padding: 0.625rem 2.5rem;
}

.focusSelling__swiper {
  overflow: visible;
  padding: 4.313rem 0;
}

.focusSelling__swiper .swiper-slide {
  transition: 0.3s ease;
  opacity: 0.3;
  filter: blur(4px);
  height: auto;
}

.focusSelling__swiper .swiper-slide.swiper-slide-next {
  opacity: 1;
  filter: blur(0);
}

.focusSelling__swiper .swiper-slide.swiper-slide-next+.swiper-slide {
  opacity: 1;
  filter: blur(0);
}

.focusSelling__swiper .swiper-slide-active {
  opacity: 1;
  filter: blur(0);
}

@media screen and (max-width: 991px) {
  .focusSelling__swiper .swiper-slide-active .cardFocusSelling {
    transform: translateY(-5%);
  }

  .focusSelling__swiper .swiper-slide-active .cardFocusSelling .cardFocusSelling__wrTag {
    height: auto;
    opacity: 1;
    visibility: visible;
  }

  .focusSelling__swiper .swiper-slide-active .cardFocusSelling .cardFocusSelling__TagTitle {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (min-width: 991px) {
  .focusSelling__swiper .swiper-slide-active+.swiper-slide .cardFocusSelling {
    transform: translateY(-5%);
  }

  .focusSelling__swiper .swiper-slide-active+.swiper-slide .cardFocusSelling .cardFocusSelling__wrTag {
    height: auto;
    opacity: 1;
    visibility: visible;
  }

  .focusSelling__swiper .swiper-slide-active+.swiper-slide .cardFocusSelling .cardFocusSelling__TagTitle {
    height: auto;
    opacity: 1;
    visibility: visible;
  }
}

.cardFocusSelling {
  background: var(--color-white);
  border-radius: 2.125rem;
  padding: 1.5rem 1.875rem 2.125rem;
  transition: 0.3s ease;
}

.cardFocusSelling:hover {
  transform: translateY(-5%);
}

.cardFocusSelling:hover .cardFocusSelling__wrTag {
  height: auto;
  opacity: 1;
  visibility: visible;
}

.cardFocusSelling:hover .cardFocusSelling__TagTitle {
  height: auto;
  opacity: 1;
  visibility: visible;
}

.cardFocusSelling__img {
  margin-bottom: 0.875rem;
  height: 183px;
  overflow: hidden;
  text-align: center;
}

.cardFocusSelling__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.cardFocusSelling__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 0.25rem;
  color: var(--color-textBlock);
  text-align: center;
}

.cardFocusSelling__text {
  font-size: 16px;
  font-weight: 325;
  line-height: 34px;
  color: var(--color-textBlock);
}

.cardFocusSelling__TagTitle {
  text-align: center;
  margin-top: 0.25rem;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}

.cardFocusSelling__wrTag {
  display: flex;
  align-items: center;
  margin-top: 0.25rem;
  justify-content: center;
  flex-wrap: wrap;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.cardFocusSelling__tag {
  font-size: 18px;
  font-weight: 700;
  line-height: 34px;
  padding: 0.625rem 1.875rem;
  border: 1px solid #d4d4d4;
  border-radius: 6.25rem;
}

.onlinePayment {
  margin-bottom: 7.75rem;
}

@media screen and (max-width: 991px) {
  .onlinePayment {
    margin-bottom: 9.75rem;
  }
}

.onlinePayment__wrpperTop {
  background: var(--color-white);
  border-radius: 3.375rem;
  padding: 1.875rem;
  padding-bottom: 0.875rem;
}

.onlinePayment__wrapper {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.onlinePayment__imgAbsolote {
  position: absolute;
}

.onlinePayment__imgAbsolote.absolote-1 {
  right: -10%;
  top: 60%;
}

@media screen and (max-width: 991px) {
  .onlinePayment__imgAbsolote.absolote-1 {
    top: 100%;
    right: 5%;
    width: 150px;
  }
}

@media screen and (max-width: 400px) {
  .onlinePayment__imgAbsolote.absolote-1 {
    right: -5%;
  }
}

.onlinePayment__imgAbsolote.absolote-2 {
  bottom: 105%;
  right: 5%;
  animation: iconBacking 3s infinite linear;
}

@media screen and (max-width: 991px) {
  .onlinePayment__imgAbsolote.absolote-2 {
    bottom: 100%;
  }
}

.onlinePayment__imgAbsolote.absolote-3 {
  top: 86%;
  right: 95%;
}

@media screen and (max-width: 991px) {
  .onlinePayment__imgAbsolote.absolote-3 {
    top: 105%;
    left: 5%;
    right: auto;
    width: 97px;
  }
}

@media screen and (max-width: 400px) {
  .onlinePayment__imgAbsolote.absolote-3 {
    left: -15%;
  }
}

.onlinePayment__imgAbsolote.absolote-4 {
  left: 105%;
  top: 20%;
  animation: iconBacking 5s infinite linear;
  z-index: 0;
}

@media screen and (max-width: 991px) {
  .onlinePayment__imgAbsolote.absolote-4 {
    left: 0%;
    top: 30%;
  }
}

.onlinePayment__imgTopText {
  text-align: left;
  margin-bottom: -3rem;
}

@media screen and (max-width: 991px) {
  .onlinePayment__imgTopText {
    margin-bottom: -1.5rem;
  }
}

@media screen and (max-width: 575px) {
  .onlinePayment__imgTopText {
    margin-bottom: 0rem;
  }
}

.onlinePayment__title {
  font-size: 54px;
  font-weight: 1000;
  line-height: 84px;
  text-align: center;
  color: var(--color-textBlock);
  margin-bottom: 1.125rem;
  z-index: 5;
  position: relative;
}

@media screen and (max-width: 991px) {
  .onlinePayment__title {
    font-size: 44px;
    line-height: 68px;
    text-align: center;
  }
}

@media screen and (max-width: 575px) {
  .onlinePayment__title {
    font-size: 40px;
    line-height: 44px;
  }
}

.onlinePayment__text {
  font-size: 16px;
  font-weight: 325;
  line-height: 34px;
  color: var(--color-textBlock);
  text-align: center;
  margin-bottom: 1.125rem;
  z-index: 5;
  position: relative;
}

.onlinePayment__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.onlinePayment__list li {
  width: 53px;
  height: 53px;
  padding: 0.5rem;
  background: var(--color-white);
  border-radius: 100px;
}

.onlinePayment__list li img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.onlinePayment__wrapperSwiper {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 2rem;
  justify-content: center;
}

.onlinePayment__swiper {
  text-align: center;
}

.onlinePayment .swiper-slide {
  background: #fff;
  transition: opacity 1s ease-in;
}

.onlinePayment .swiper-slide:nth-child(odd) {
  transition: opacity 1s ease-out;
}

.CourierManageApp {
  margin-bottom: 3.75rem;
}

@media screen and (min-width: 992px) {
  .CourierManageApp .col-lg-8 {
    width: 71%;
  }

  .CourierManageApp .col-lg-4 {
    width: 29%;
  }
}

@media screen and (min-width: 1200px) {
  .CourierManageApp .col-lg-8 {
    width: 60.666667%;
  }

  .CourierManageApp .col-lg-4 {
    width: 39.333333%;
  }
}

.CourierManageApp__wrapper {
  background: var(--color-white);
  border-radius: 3.375rem;
  padding: 1.5rem 3.125rem 2.75rem 1.875rem;
}

.CourierManageApp__imgTopText {
  text-align: left;
  margin-bottom: -1rem;
}

.CourierManageApp__title {
  font-size: 54px;
  font-weight: 1000;
  line-height: 84px;
  color: var(--color-textBlock);
}

@media screen and (max-width: 991px) {
  .CourierManageApp__title {
    text-align: center;
    font-size: 28px;
    line-height: 43.4px;
  }
}

.CourierManageApp__subTitle {
  font-size: 24px;
  font-weight: 600;
  line-height: 37px;
  color: var(--color-textBlock);
}

@media screen and (max-width: 991px) {
  .CourierManageApp__subTitle {
    text-align: center;
    font-size: 18px;
    line-height: 32px;
  }
}

.CourierManageApp__text {
  font-size: 16px;
  font-weight: 325;
  line-height: 34px;
  color: var(--color-textBlock);
}

@media screen and (max-width: 991px) {
  .CourierManageApp__text {
    text-align: center;
  }
}

.CourierManageApp__wrBtn {
  margin-top: 2.75rem;
  display: flex;
  align-items: center;
  gap: 0.875rem;
  justify-content: flex-end;
}

@media screen and (max-width: 991px) {
  .CourierManageApp__wrBtn {
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}

.CourierManageApp__img {
  text-align: center;
  margin-bottom: 1.875rem;
}

.digitalProducts {
  margin-bottom: 3.75rem;
}

@media screen and (max-width: 991px) {
  .digitalProducts {
    margin-bottom: 1.875rem;
  }
}

@media screen and (min-width: 992px) {
  .digitalProducts .col-lg-8 {
    width: 71%;
    padding-right: 0;
    padding-left: 0;
  }

  .digitalProducts .col-lg-4 {
    width: 29%;
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 1200px) {
  .digitalProducts .col-lg-8 {
    width: 60.666667%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }

  .digitalProducts .col-lg-4 {
    width: 39.333333%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}

@media screen and (min-width: 1400px) {
  .digitalProducts .col-lg-8 {
    width: 58.33333333%;
  }

  .digitalProducts .col-lg-4 {
    width: 41.66666667%;
  }
}

.digitalProducts__wrapper {
  background: var(--color-white);
  border-radius: 3.375rem;
  padding: 1.5rem 3.125rem 2.75rem 1.875rem;
}

.digitalProducts__imgTopText {
  text-align: left;
  margin-bottom: -1rem;
}

.digitalProducts__title {
  font-size: 54px;
  font-weight: 1000;
  line-height: 84px;
  color: var(--color-textBlock);
}

@media screen and (max-width: 991px) {
  .digitalProducts__title {
    text-align: center;
    font-size: 28px;
    line-height: 43.4px;
  }
}

.digitalProducts__subTitle {
  font-size: 24px;
  font-weight: 600;
  line-height: 37px;
  color: var(--color-textBlock);
}

@media screen and (max-width: 991px) {
  .digitalProducts__subTitle {
    text-align: center;
  }
}

.digitalProducts__text {
  font-size: 16px;
  font-weight: 325;
  line-height: 34px;
  color: var(--color-textBlock);
}

@media screen and (max-width: 991px) {
  .digitalProducts__text {
    text-align: center;
  }
}

.digitalProducts__wrBtn {
  margin-top: 2.75rem;
  display: flex;
  align-items: center;
  gap: 0.875rem;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .digitalProducts__wrBtn {
    justify-content: center;
  }
}

.digitalProducts__left {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  flex-wrap: wrap;
}

@media screen and (max-width: 575px) {
  .digitalProducts__left {
    justify-content: center;
  }
}

.digitalProducts__more {
  font-size: 16px;
  font-weight: 600;
  line-height: 34px;
  color: var(--color-textBlock);
  display: flex;
  align-items: center;
  gap: 0.875rem;
  transition: 0.3s ease;
}

.digitalProducts__more:hover {
  color: var(--color-greenLight);
}

.digitalProducts__more:hover i {
  transform: rotate(45deg);
  transition: 0.3s ease;
}

.digitalProducts__more i {
  font-size: 54px;
  transition: 0.3s ease;
}

.digitalProducts__img {
  text-align: center;
  margin-bottom: 1.875rem;
  position: relative;
}

.digitalProducts__img--man {
  animation: avacadoMan 4s infinite alternate linear;
}

.digitalProducts__img--avadao {
  position: absolute;
  width: 172px;
  right: -15px;
  top: -40px;
  z-index: -1;
  transform-origin: bottom center;
  animation: avacadoMoving 3s infinite linear;
}

@media screen and (max-width: 1199px) {
  .digitalProducts__img--avadao {
    width: 119px;
    right: -3px;
    top: -30px;
  }
}

@media screen and (max-width: 991px) {
  .digitalProducts__img--avadao {
    width: 172px;
    right: 100px;
    top: -20px;
  }
}

@media screen and (max-width: 767px) {
  .digitalProducts__img--avadao {
    width: 162px;
    right: 15px;
    top: -20px;
  }
}

@media screen and (max-width: 450px) {
  .digitalProducts__img--avadao {
    width: 140px;
    right: 15px;
    top: -40px;
  }
}

@media screen and (max-width: 350px) {
  .digitalProducts__img--avadao {
    width: 120px;
    top: -20px;
    right: 0;
  }
}

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

  50% {
    transform: rotate(-10deg);
  }

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

@keyframes avacadoMan {
  0% {
    transform: translateY(10px);
  }

  50% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(10px);
  }
}

.specialProgrammers {
  margin-bottom: 3.75rem;
}

@media screen and (max-width: 991px) {
  .specialProgrammers {
    margin-bottom: 1.875rem;
  }
}

.specialProgrammers__wrapper {
  border-radius: 3.375rem;
  padding: 1.5rem 3.125rem 2.75rem;
  background: var(--color-bgBloack);
  margin-bottom: 1.875rem;
}

@media screen and (max-width: 991px) {
  .specialProgrammers__wrapper {
    margin-bottom: 6.875rem;
    padding: 1.5rem 2.188rem 2.75rem;
  }
}

.specialProgrammers__imgTopText {
  text-align: left;
  margin-bottom: -1rem;
  margin-left: -1.25rem;
}

.specialProgrammers__imgTopPc {
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 991px) {
  .specialProgrammers__imgTopPc {
    text-align: center;
  }
}

.specialProgrammers__title {
  font-size: 54px;
  font-weight: 1000;
  line-height: 84px;
  color: var(--color-green);
}

@media screen and (max-width: 991px) {
  .specialProgrammers__title {
    font-size: 28px;
    line-height: 43.4px;
  }
}

.specialProgrammers__subTitle {
  font-size: 24px;
  font-weight: 600;
  line-height: 37px;
  color: var(--color-green);
}

@media screen and (max-width: 991px) {
  .specialProgrammers__subTitle {
    font-size: 18px;
    line-height: 27.9px;
  }
}

.specialProgrammers__text {
  font-size: 16px;
  font-weight: 325;
  line-height: 34px;
  color: var(--color-green);
}

.specialProgrammers__text span {
  display: block;
}

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

.specialProgrammers__img .img-prim {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .specialProgrammers__img .img-prim {
    width: 70%;
  }
}

.specialProgrammers__img .img-abs {
  position: absolute;
  z-index: 0;
  animation: iconBacking 5s infinite linear;
}

@media screen and (max-width: 767px) {
  .specialProgrammers__img .img-abs {
    width: 25%;
  }
}

.specialProgrammers__img img:nth-child(2) {
  top: 48%;
  right: 33%;
  animation-delay: 0.3s;
  animation-duration: 6s;
}

@media screen and (max-width: 767px) {
  .specialProgrammers__img img:nth-child(2) {
    right: 22%;
  }
}

.specialProgrammers__img img:nth-child(3) {
  top: 28%;
  right: 14%;
  animation-delay: 1s;
  animation-duration: 4s;
}

@media screen and (max-width: 767px) {
  .specialProgrammers__img img:nth-child(3) {
    right: 4%;
  }
}

.specialProgrammers__img img:nth-child(4) {
  top: -4%;
  right: 11%;
  animation-delay: 2s;
  animation-duration: 8s;
}

@media screen and (max-width: 767px) {
  .specialProgrammers__img img:nth-child(4) {
    right: 4%;
  }
}

.specialProgrammers__img img:nth-child(5) {
  top: -18%;
  right: 36%;
  animation-delay: 3s;
  animation-duration: 4s;
}

@media screen and (max-width: 767px) {
  .specialProgrammers__img img:nth-child(5) {
    top: -22%;
    right: 26%;
  }
}

.specialProgrammers__img img:nth-child(6) {
  top: -11%;
  right: 65%;
  animation-delay: 4s;
  animation-duration: 3s;
}

.specialProgrammers__img img:nth-child(7) {
  top: 22%;
  right: 82%;
  animation-delay: 5s;
  animation-duration: 3s;
}

@media screen and (max-width: 767px) {
  .specialProgrammers__img img:nth-child(7) {
    top: 22%;
    right: 76%;
  }
}

.specialProgrammers__img img:nth-child(8) {
  top: 11%;
  right: 34%;
  animation-delay: 6s;
  animation-duration: 9s;
}

@media screen and (max-width: 767px) {
  .specialProgrammers__img img:nth-child(8) {
    top: 11%;
    right: 27%;
  }
}

@keyframes iconBacking {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(20px);
  }

  100% {
    transform: translateY(0);
  }
}

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

  50% {
    transform: translateX(100px);
  }

  100% {
    transform: translateX(0);
  }
}

.priceList {
  margin-bottom: 3.75rem;
}

.priceList .col-lg-4 {
  padding-right: calc(var(--bs-gutter-x) * 0.334);
  padding-left: calc(var(--bs-gutter-x) * 0.334);
}

.priceList .col-md-6 {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}

.cardPriceList {
  max-width: 408px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.875rem;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 2rem;
}

.cardPriceList__img {
  text-align: center;
  margin-bottom: -3rem;
  position: relative;
  z-index: 2;
  min-height: 300px;
}

.cardPriceList__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom;
  object-position: bottom;
}

.cardPriceList__wrapper {
  background: var(--color-white);
  border-radius: 3.125rem;
  padding: 4.125rem 1.563rem 3.25rem 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: -2rem;
  height: 100%;
  width: 100%;
}

.cardPriceList__title {
  font-size: 54px;
  font-weight: 875;
  line-height: 70px;
  text-align: center;
  margin-bottom: 1.563rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.cardPriceList__tag {
  font-size: 18px;
  font-weight: 725;
  line-height: 34px;
  color: #ffffff;
  background: #118f92;
  padding: 6px 20px;
  border-radius: 10px;
  white-space: nowrap;
}

.cardPriceList__property li {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.25rem 0.625rem;
  font-size: 18px;
  font-weight: 450;
  line-height: 34px;
  margin-bottom: 0.25rem;
}

.cardPriceList__property li i {
  font-size: 24px;
}

.cardPriceList__footer {
  text-align: center;
}

.cardPriceList__btnReq {
  border-radius: 2.75rem;
  padding: 0.875rem 3.125rem;
  background: var(--color-bgBloack);
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.2509803922);
  display: inline-block;
  color: var(--color-white);
  white-space: nowrap;
  transition: 0.3s ease;
}

.cardPriceList__btnReq:hover {
  transform: scale(0.96);
  color: var(--color-white);
  box-shadow: none;
}

.bannerStatic {
  margin-bottom: 4.375rem;
}

.bannerStatic.orang .bannerStatic__wrapper {
  background: #de6a53;
}

.bannerStatic__wrapper {
  background: #53de93;
  padding: 2.5rem 4.313rem;
  border-radius: 3.375rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5.875rem;
}

@media screen and (max-width: 1399px) {
  .bannerStatic__wrapper {
    gap: 0.875rem;
    padding: 2.5rem 2.313rem;
  }
}

@media screen and (max-width: 991px) {
  .bannerStatic__wrapper {
    flex-direction: column;
    align-items: stretch;
    padding: 3.75rem 2.313rem 4.563rem;
  }
}

.bannerStatic__left {
  position: relative;
}

.bannerStatic__text {
  font-size: 74px;
  font-weight: 875;
  line-height: 114.7px;
  color: var(--color-textBlock);
}

@media screen and (max-width: 1199px) {
  .bannerStatic__text {
    font-size: 55px;
    font-weight: 875;
    line-height: 114.7px;
  }
}

@media screen and (max-width: 991px) {
  .bannerStatic__text {
    font-size: 70px;
    line-height: 108.5px;
    text-align: center;
  }
}

.bannerStatic__btn {
  font-size: 16px;
  font-weight: 725;
  line-height: 24.8px;
  background: var(--color-bgBloack);
  display: block;
  width: 397px;
  padding: 1.5rem 3.125rem;
  color: var(--color-white);
  border-radius: 2.75rem;
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.2509803922);
  text-align: center;
  transition: 0.3s ease;
}

.bannerStatic__btn:hover {
  transform: scale(0.96);
  color: var(--color-white);
  box-shadow: none;
}

@media screen and (max-width: 1199px) {
  .bannerStatic__btn {
    width: 300px;
    padding: 1rem 3.125rem;
  }
}

@media screen and (max-width: 991px) {
  .bannerStatic__btn {
    padding: 1.5rem 3.125rem;
    width: 100%;
  }
}

.bannerStatic__btnAbsolute {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 15%) rotate(-5deg);
  transform-origin: top right;
  display: inline-block;
  background: var(--color-white);
  border: 1px solid #beacad;
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.2509803922);
  padding: 1.25rem 5.625rem;
  border-radius: 2.75rem;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 725;
  transition: 0.3s ease;
}

.bannerStatic__btnAbsolute:hover {
  transform: translate(-50%, 15%) rotate(-5deg) scale(0.96);
  color: var(--color-textBlock);
  box-shadow: none;
}

@media screen and (max-width: 1199px) {
  .bannerStatic__btnAbsolute {
    transform: translate(-50%, 20%) rotate(-5deg);
    padding: 1rem 4.125rem;
  }
}

@media screen and (max-width: 991px) {
  .bannerStatic__btnAbsolute {
    padding: 1.25rem 5.625rem;
  }
}

.pricing__text {
  font-size: 16px;
  font-weight: 325;
  line-height: 34px;
  margin-bottom: 1.5rem;
  color: var(--color-textBlock);
  padding: 0 1.25rem;
}

.pricing__Packeges {
  margin-bottom: 2.125rem;
}

.pricing__Packeges--title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 0.875rem;
  color: var(--color-textBlock);
  padding: 0 1.25rem;
}

.pricing__Packeges--wr {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.875rem;
}

.pricing__Packeges--item {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  background: var(--color-white);
  border-radius: 2.75rem;
  padding: 0.875rem 1.5rem;
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.2509803922);
  border: 1px solid #b8b8b8;
  cursor: pointer;
  transition: 0.3s ease;
}

.pricing__Packeges--item:hover {
  box-shadow: none;
}

.pricing__Packeges--item.active {
  background: var(--color-bgBloack);
  transition: 0.3s ease;
}

.pricing__Packeges--item.active .pricing__Packeges--item-text {
  color: var(--color-white);
}

.pricing__Packeges--item-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  transition: 0.3s ease;
  color: var(--color-textBlock);
}

.pricing__Packeges--item-tag {
  font-size: 14px;
  font-weight: 325;
  line-height: 22px;
  color: var(--color-white);
  background: var(--color-greenLight);
  border-radius: 0.625rem;
  padding: 0.125rem 0.625rem;
}

.pricing__Propery {
  margin-bottom: 1.5rem;
}

.pricing__Propery--title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 0.875rem;
  color: var(--color-textBlock);
  padding: 0 1.25rem;
}

.pricing__Propery--wr {
  background: var(--color-white);
  border-radius: 1.5rem;
  padding: 0.875rem 1.875rem;
}

.pricing__Propery--item {
  margin-right: 2.75rem;
  font-size: 14px;
  font-weight: 325;
  line-height: 34px;
  position: relative;
}

.pricing__Propery--item:not(:last-child) {
  margin-bottom: 0.25rem;
}

.pricing__Propery--item::before {
  position: absolute;
  content: "";
  background: var(--color-borderwhite);
  width: 30px;
  height: 10px;
  border-radius: 6px;
  top: 12px;
  left: calc(100% + 14px);
}

.pricing__Propery--item::after {
  position: absolute;
  content: "\e924";
  top: 3px;
  left: calc(100% + 17px);
  color: var(--color-greenLight);
  font-size: 15px;
}

.Basicfeature__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  padding: 0 1.25rem;
  margin-bottom: 0.875rem;
  color: var(--color-textBlock);
}

.Basicfeature__list .faq-contact {
  border-top: 1px solid var(--color-borderwhite);
  padding-top: 0.875rem;
  margin-top: 0.875rem;
}

.Basicfeature__item {
  background: var(--color-white);
  border-radius: 1.5rem;
  padding: 0.875rem 1.875rem;
  margin-bottom: 0.5rem;
}

.Basicfeature__item--wr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  row-gap: 0.875rem;
}

@media screen and (max-width: 767px) {
  .Basicfeature__item--wr {
    flex-wrap: wrap;
  }
}

.Basicfeature__item--right {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  width: 70%;
}

@media screen and (max-width: 767px) {
  .Basicfeature__item--right {
    width: 100%;
  }
}

.Basicfeature__item--left {
  flex: 1;
}

.Basicfeature__item--tik label {
  cursor: pointer;
  display: flex;
  align-items: center;
  background: #d9d9d9;
  width: 24px;
  height: 24px;
  justify-content: center;
  border-radius: 6px;
  border: 1px solid transparent;
  transition: 0.3s ease;
}

.Basicfeature__item--tik label:hover {
  border-color: var(--color-textBlock);
  background: #66b7bc;
}

@media screen and (max-width: 991px) {
  .Basicfeature__item--tik label:hover {
    border-color: transparent;
    background: #d9d9d9;
  }
}

.Basicfeature__item--tik label.checked {
  border-color: var(--color-textBlock);
  background: #66b7bc;
}

.Basicfeature__item--tik input {
  position: absolute;
  width: 1.375em;
  height: 1.375em;
  opacity: 0;
  cursor: pointer;
}

.Basicfeature__item--tik input:checked+svg path {
  stroke-dashoffset: 50px;
}

.Basicfeature__item--tik svg path {
  stroke-dasharray: 25px;
  stroke-dashoffset: 25px;
  transition: stroke-dashoffset 0.2s ease-out;
}

.Basicfeature__item--title {
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  color: var(--color-textBlock);
}

.Basicfeature__item--icon {
  background: #ffe1d7;
  border-radius: 10px;
  padding: 2px 4px;
  cursor: pointer;
}

.Basicfeature__item--icon i {
  font-size: 20px;
}

.Basicfeature__item--text {
  font-size: 13px;
  font-weight: 325;
  line-height: 20.15px;
  margin-bottom: 0.875rem;
}

.Basicfeature__item--moreDetails {
  font-size: 14px;
  font-weight: 325;
  line-height: 22px;
  color: var(--color-white);
  background: #d03e47;
  padding: 0.125rem 0.625rem;
  border: 1px solid transparent;
  transition: 0.3s ease-in-out;
}

.Basicfeature__item--moreDetails:hover {
  border: 1px solid #d03e47;
  color: #d03e47;
  background: transparent;
}

.Basicfeature__price {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-family: "Yekan Bakh FaNum";
}

.Basicfeature__price ins {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.Basicfeature__price--toman {
  background: var(--color-borderwhite);
  padding: 2px 10px;
  display: inline-block;
  border-radius: 4px;
}

@media screen and (max-width: 1199px) {
  .wrapperPriceing .col-lg-4 {
    padding: 0;
  }
}

@media screen and (max-width: 991px) {
  .wrapperproductPrice {
    position: fixed;
    top: calc(100% - 130px);
    z-index: 97;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: flex-start;
  }
}

@media screen and (max-width: 425px) {
  .wrapperproductPrice {
    width: 95%;
  }
}

.wrapperproductPrice.show .productPrice {
  margin-bottom: 0.5rem;
}

.wrapperproductPrice.show .productPrice__headMobile {
  opacity: 0;
  display: none;
}

.wrapperproductPrice.show .productPrice__wrIcon i {
  transform: rotate(0);
}

.wrapperproductPrice.showing {
  align-items: flex-end;
  transition: align-items 0.5s ease;
}

.productPrice {
  padding: 2.125rem 2.5rem;
  background: var(--color-white);
  border-radius: 2.125rem;
  margin-bottom: 1.875rem;
  position: relative;
  transition: 0.3s ease;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .productPrice {
    background: var(--color-bgBloack);
    padding: 0.875rem 2.5rem 5.875rem;
  }
}

@media screen and (max-width: 425px) {
  .productPrice {
    padding: 0.875rem 1.5rem 5.875rem;
  }
}

@media screen and (max-width: 385px) {
  .productPrice {
    padding: 1.125rem 1.25rem;
  }
}

@media screen and (max-width: 345px) {
  .productPrice {
    padding: 0.5rem 0.5rem;
  }
}

.productPrice__title {
  border-bottom: 1px solid var(--color-borderwhite);
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: var(--color-textBlock);
}

@media screen and (max-width: 991px) {
  .productPrice__title {
    color: var(--color-white);
  }
}

.productPrice__list {
  font-family: "Yekan Bakh FaNum";
}

.productPrice__item {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
  flex-wrap: wrap;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .productPrice__item {
    color: var(--color-white);
  }
}

@media screen and (max-width: 360px) {
  .productPrice__item {
    justify-content: center;
  }
}

.productPrice__item--title {
  font-size: 16px;
  font-weight: 325;
  line-height: 25px;
  color: var(--color-textBlock);
}

@media screen and (max-width: 991px) {
  .productPrice__item--title {
    color: var(--color-white);
  }
}

.productPrice__item--price {
  font-size: 16px;
  font-weight: 325;
  line-height: 25px;
  color: var(--color-textBlock);
}

@media screen and (max-width: 991px) {
  .productPrice__item--price {
    color: var(--color-white);
  }
}

.productPrice__item.Bold .productPrice__list--title {
  font-weight: 600;
}

.productPrice__item.Bold .productPrice__list--price {
  font-weight: 600;
}

.productPrice__item.Red .productPrice__list--price {
  color: #d03e47;
}

.productPrice__BtnOrder {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  text-align: center;
  padding: 0.875rem 3.125rem;
  background: var(--color-bgBloack);
  border-radius: 2.75rem;
  color: var(--color-white);
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.2509803922);
  margin-bottom: 2.75rem;
  transition: 0.3s ease;
  white-space: nowrap;
}

@media screen and (max-width: 991px) {
  .productPrice__BtnOrder {
    color: var(--color-textBlock);
    background: var(--color-white);
    margin-bottom: 0.875rem;
  }
}

.productPrice__BtnOrder:hover {
  transform: scale(0.96);
  color: var(--color-white);
  box-shadow: none;
}

@media screen and (max-width: 991px) {
  .productPrice__BtnOrder:hover {
    color: var(--color-textBlock);
    background: var(--color-white);
  }
}

.productPrice__text {
  font-size: 14px;
  font-weight: 325;
  line-height: 22px;
  color: var(--color-textBlock);
}

@media screen and (max-width: 991px) {
  .productPrice__text {
    color: var(--color-white);
  }
}

.productPrice__headMobile {
  display: none;
  align-items: center;
  padding-bottom: 0.875rem;
}

@media screen and (max-width: 991px) {
  .productPrice__headMobile {
    display: block;
  }
}

.productPrice__headMobile--btn {
  font-size: 16px;
  font-weight: 600;
  line-height: 24.8px;
  color: var(--color-textBlock);
  padding: 0.875rem 1.875rem;
  background: var(--color-white);
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 2.75rem;
  transition: 0.3s ease;
  white-space: nowrap;
  text-align: center;
}

@media screen and (max-width: 425px) {
  .productPrice__headMobile--btn {
    padding: 0.875rem 0.875rem;
  }
}

.productPrice__headMobile--btn:hover {
  transform: scale(0.96);
  color: var(--color-textBlock);
  box-shadow: none;
}

.productPrice__headMobile--price {
  font-size: 16px;
  font-weight: 400;
  line-height: 24.8px;
  color: var(--color-white);
  font-family: "Yekan Bakh FaNum";
}

.productPrice__headMobile--priceText {
  display: block;
  text-align: left;
  margin-top: 0.875rem;
}

.productPrice__wrIcon {
  text-align: center;
  cursor: pointer;
  margin-bottom: 0.875rem;
}

.productPrice__wrIcon i {
  display: inline-block;
  transform: rotate(180deg);
  font-size: 24px;
  transition: 0.3s ease;
}

.productPrice__wrIcon i::before {
  color: var(--color-white);
}

.productPrice__wrMinDetails {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

@media screen and (max-width: 425px) {
  .productPrice__wrMinDetails {
    gap: 0.5rem;
  }
}

.wrapper_mainContactTab .mainContactTab {
  display: none;
}

.wrapper_mainContactTab .mainContactTab.active {
  display: block;
  animation: fadeIn 0.3s linear;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    filter: blur(10px);
  }

  100% {
    opacity: 1;
    filter: blur(0);
  }
}

.customModal__text {
  font-size: 16px;
  font-weight: 325;
  line-height: 34px;
  color: var(--color-textBlock);
}

.customModal .modal-dialog {
  max-width: 760px;
}

.customModal .modal-content {
  background: transparent;
  border: 0;
}

.customModal .modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  border-bottom: none;
  padding-bottom: 1.25rem;
}

@media screen and (max-width: 991px) {
  .customModal .modal-header {
    padding-bottom: 0.625rem;
  }
}

.customModal .cuBtnClose {
  font-size: 16px;
  font-weight: 600;
  line-height: 24.8px;
  color: var(--color-textBlock);
  padding: 0.875rem 3.125rem;
  background: var(--color-white);
  display: inline-block;
  border-radius: 2.75rem;
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.2509803922);
  transition: 0.3s ease;
  border: 1px solid #b8b8b8;
}

.customModal .cuBtnClose:hover {
  box-shadow: none;
}

.customModal .modal-body {
  background: var(--color-white);
  border-radius: 1.5rem;
  padding: 3.75rem;
}

@media screen and (max-width: 991px) {
  .customModal .modal-body {
    padding: 0.938rem;
  }
}

.lineSpace {
  height: 3.125rem;
}

@media screen and (max-width: 991px) {
  .lineSpace {
    height: 1rem;
  }
}

.listStorm {
  margin-bottom: 3.125rem;
}

.listStorm__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 0.25rem;
  text-align: center;
  border-bottom: 1px solid var(--color-borderwhite);
}

.listStorm__wrpper {
  padding: 1.25rem 0;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  -moz-column-gap: 2.712rem;
  column-gap: 2.712rem;
  row-gap: 1.25rem;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .listStorm__wrpper {
    gap: 1.125rem;
  }
}

.listStorm__item--wrapper {
  width: 100%;
  background: var(--color-white);
  border-radius: 1.25rem;
  padding: 1.563rem;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  transition: .3s ease;
}

.listStorm__item--wrapper:hover {
  box-shadow: 0px 1px 22px 0px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);

}

.listStorm__item--wrapper:hover img {
  transform: scale(1.05);

}


@media screen and (max-width: 991px) {
  .listStorm__item--wrapper {
    padding: 0.813rem 1.125rem 0.625rem;
  }
}

.listStorm__item figure {
  width: 94px;
  height: 94px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .listStorm__item figure {
    width: 44px;
    height: 57px;
  }
}

.listStorm__item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  transition: .3s ease;
}

.listStorm__item--title {
  text-align: center;
  color: var(--color-textBlock);
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  margin-top: 0.875rem;
}

@media screen and (max-width: 991px) {
  .listStorm__item--title {
    font-size: 14px;
    line-height: 21.7px;
  }
}

.bannerDynamic {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.bannerDynamic:hover img {
  transform: scale(0.95);
}

.bannerDynamic img {
  width: 100%;
  transition: 0.3s ease;
}

.FAQ__title {
  font-size: 18px;
  font-weight: 875;
  line-height: 28px;
  color: var(--color-textBlock);
  padding: 0 1.875rem;
  margin-bottom: 0.875rem;
}

.contactWrapper {
  margin-bottom: 5rem;
}

.contactImg {
  margin-bottom: 1.5rem;
}

.contactImg figure {
  text-align: center;
  border-radius: 2.125rem;
  overflow: hidden;
  background: #118f92;
  aspect-ratio: 16/12;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 575px) {
  .contactImg figure {
    border-radius: 1.5rem;
  }
}

.contactImg img {
  width: 100%;
  transform: scale(0.8);
  -o-object-fit: contain;
  object-fit: contain;
}

.contactUs {
  padding: 2.125rem 3.75rem 5.875rem 2.125rem;
  border-radius: 2.125rem;
  background: var(--color-white);
}

@media screen and (max-width: 991px) {
  .contactUs {
    padding: 2.125rem 1.875rem 5.875rem 1.875rem;
  }
}

.contactUs__form--text {
  margin-bottom: 0.875rem;
  font-size: 16px;
  font-weight: 325;
  line-height: 34px;
  color: var(--color-textBlock);
}

.contactUs__form--wrapperBox {
  width: 100%;
  margin-bottom: 0.875rem;
  position: relative;
}

.contactUs__form label {
  padding: 0 0.625rem;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  color: var(--color-textBlock);
}

.contactUs__form--wrInput {
  border: 1px solid #cbcbcb;
  display: flex;
  padding: 1rem 1.25rem;
  border-radius: 0.875rem;
  gap: 1rem;
  transition: 0.3s ease;
}

.contactUs__form--wrInput.focus {
  border-color: var(--color-textBlock);
}

.contactUs__form--wrInput i {
  font-size: 24px;
}

.contactUs__form--wrInput input[type=email] {
  direction: ltr;
}

.contactUs__form input {
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  color: var(--color-textBlock);
}

.contactUs__form input[type=tel] {
  direction: ltr;
  text-align: left;
}

.contactUs__form input[type=password] {
  direction: ltr;
  text-align: left;
  font-size: 20px;
}

.contactUs__form--btnSubmit {
  padding: 0.875rem 3.125rem;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  color: var(--color-white);
  background: var(--color-bgBloack);
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 2.75rem;
  transition: 0.3s ease;
  white-space: nowrap;
}

.contactUs__form--btnSubmit:hover {
  box-shadow: none;
  transform: scale(0.95) translateY(4px);
}

.contactUs__form textarea {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  min-height: 136px;
  max-height: 200px;
  resize: vertical;
  color: var(--color-textBlock);
}

input[type=tel] {
  direction: ltr;
  text-align: left;
}

input[type=password] {
  direction: ltr;
  text-align: left;
  font-size: 20px;
}

.errorHandering {
  color: red;
  font-size: 12px;
  padding-top: 0.5rem;
}

.errorHandering:empty {
  display: none;
}

.Introduction_dropDown-list li {
  position: relative;
  background: var(--color-white);
  border-radius: 1.5rem;
  margin-bottom: 0.875rem;
}

.Introduction_dropDown-list li:hover .faq-title-subtxt {
  color: var(--color-greenLight);
}

.Introduction_dropDown-list li:hover .faq-title>i::before {
  color: var(--color-greenLight);
}

.Introduction_dropDown-list li:hover .faq-title::before {
  background: var(--color-greenLight);
}

.Introduction_dropDown .faq-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 1.5rem 1.875rem;
  position: relative;
}

@media screen and (max-width: 991px) {
  .Introduction_dropDown .faq-title {
    padding-left: 1rem;
  }
}

.Introduction_dropDown .faq-title::before {
  position: absolute;
  content: "";
  background: #c2c2c2;
  width: 34px;
  height: 8px;
  border-radius: 10px;
  top: 50%;
  right: 1.875rem;
  transform: translateY(-50%);
  transition: 0.3s ease;
}

@media screen and (max-width: 400px) {
  .Introduction_dropDown .faq-title::before {
    right: 0.825rem;
    width: 24px;
  }
}

.Introduction_dropDown .faq-title>i::before {
  transition: 0.3s ease;
}

.Introduction_dropDown .faq-title.active i {
  transform: rotate(-90deg);
}

.Introduction_dropDown .faq-title .faq-title-wr {
  margin-right: 3rem;
  width: 80%;
}

@media screen and (max-width: 400px) {
  .Introduction_dropDown .faq-title .faq-title-wr {
    margin-right: 1rem;
  }
}

.Introduction_dropDown .faq-title-subtxt {
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  color: var(--color-textBlock);
  width: 95%;
  transition: 0.3s ease;
}

.Introduction_dropDown .faq-title i {
  font-size: 24px;
  transition: transform 0.3s;
  font-weight: 100;
}

.Introduction_dropDown .faq-title i::before {
  color: var(--color-textBlock);
}

.Introduction_dropDown .faq-contact {
  padding: 0 1.875rem 1.5rem;
}

.Introduction_dropDown .faq-contact p {
  font-size: 16px;
  font-weight: 325;
  line-height: 34px;
  color: var(--color-textBlock);
}

@media screen and (max-width: 575px) {
  .Introduction_dropDown .faq-contact p {
    font-size: 12px;
  }
}

.imgagesPage {
  width: 100%;
  overflow: hidden;
  margin-bottom: 1.5rem;
  display: block;
  border-radius: 2.125rem;
}

.imgagesPage img {
  width: 100%;
  height: 100%;
  display: block;
}

.wrapperTextPage {
  border-radius: 2.125rem;
  padding: 2.125rem 3.75rem 5.875rem;
  background: var(--color-white);
  margin-bottom: 2.75rem;
}

@media screen and (max-width: 991px) {
  .wrapperTextPage {
    padding: 2.125rem 1.875rem 3.75rem;
  }
}

.wrapperTextPage p {
  font-size: 16px;
  font-weight: 325;
  line-height: 34px;
  text-align: justify;
}

.login {
  margin-bottom: 20rem;
}

.login__wrapper {
  background: var(--color-white);
  padding: 2.125rem 3.75rem 5.875rem;
  border-radius: 2.125rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  .login__wrapper {
    padding: 2.125rem 1.875rem 5.875rem;
  }
}

.login__NumberUser label {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  padding: 0 0.625rem;
}

.login__NumberUser input {
  width: 100%;
}

.login__NumberUser--btn {
  width: 100%;
  color: var(--color-white);
  background: var(--color-bgBloack);
  padding: 0.875rem 3.125rem;
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 2.75rem;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  display: block;
  transition: 0.3s ease;
  white-space: nowrap;
}

.login__NumberUser--btn:hover {
  box-shadow: none;
  transform: scale(0.95) translateY(4px);
}

.login__wrappercodeDigit {
  display: none;
}

.login__codeDigit .login__NumberUser--btn {
  margin-bottom: 0.875rem;
  display: block;
}

.login .codeDigit__form--title {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  padding: 0 0.625rem;
}

.login .codeDigit__form--wr {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 0.875rem;
  margin-bottom: 0.875rem;
}

@media screen and (max-width: 991px) {
  .login .codeDigit__form--wr {
    gap: 0.25rem;
    justify-content: center;
    flex-wrap: wrap;
  }
}

.login .codeDigit__form input {
  border: 1px solid #cbcbcb;
  width: 68px;
  height: 56px;
  border-radius: 0.875rem;
  text-align: center;
  font-size: 25px;
  transition: 0.3s ease;
}

@media screen and (max-width: 991px) {
  .login .codeDigit__form input {
    max-width: 55px;
    max-height: 56px;
    flex: 1 1 0%;
  }
}

@media screen and (max-width: 450px) {
  .login .codeDigit__form input {
    max-width: 45px;
    max-height: 46px;
    border-radius: 0.6rem;
    flex: 1 0 auto;
  }
}

@media screen and (max-width: 383px) {
  .login .codeDigit__form input {
    max-width: 35px;
    max-height: 40px;
    border-radius: 0.6rem;
    flex: 1 0 auto;
  }
}

.login .codeDigit__form input.Success {
  border-color: var(--color-greenLight) !important;
}

.login .codeDigit__form input:focus {
  border-color: var(--color-oreng) !important;
}

.login .codeDigit__title {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 0.875rem;
  color: --color-textBlock;
}

.login .codeDigit__number {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: --color-textBlock;
  text-align: center;
}

.login .codeDigit__editNumberUser {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  color: var(--color-white);
  background: var(--color-oreng);
  padding: 0.25rem 1.25rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.625rem;
  margin-bottom: 0.875rem;
  cursor: pointer;
  transition: 0.3s ease;
  border: 1px solid;
}

.login .codeDigit__editNumberUser:hover {
  background: transparent;
  border-color: var(--color-oreng);
  color: var(--color-oreng);
}

.login .codeDigit__timer {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  text-align: center;
  margin-bottom: 0.875rem;
}

.login .codeDigit__timer span {
  color: var(--color-greenLight);
}

.login .codeDigit__sendAgain {
  width: 100%;
  color: var(--color-white);
  background: var(--color-greenLight);
  padding: 0.875rem 3.125rem;
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 2.75rem;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  transition: 0.3s ease;
  white-space: nowrap;
  display: none;
}

.login .codeDigit__sendAgain:hover {
  box-shadow: none;
  transform: scale(0.95) translateY(4px);
}

.register__emailUser input {
  width: 100%;
  text-align: left;
  font-size: 24px;
}

.register__nameUser {
  display: none;
}

.register__nameUser input {
  width: 100%;
}

.register__password {
  display: none;
}

.register__password input {
  width: 100%;
}

#btnSubmitEmailIsHave {
  display: none;
  text-align: center;
  background: var(--color-greenLight);
}

#btnSubmitEmailIsHave:hover {
  color: var(--color-white);
}

#backBtnSubmitEmail {
  text-align: center;
  background: var(--color-greenLight);
}

#backBtnSubmitEmail:hover {
  color: var(--color-white);
}

#backBtnSubmitnameFamily {
  text-align: center;
  background: var(--color-greenLight);
}

#backBtnSubmitnameFamily:hover {
  color: var(--color-white);
}

#userPass {
  text-align: left;
  direction: ltr;
  font-size: 20px;
}

ul.valid-password {
  margin-top: 8px;
  font-size: 14px;
  line-height: 24px;
  list-style: circle;
  margin-bottom: 15px;
  padding-right: 30px;
}

ul.valid-password li.valid {
  color: green;
  list-style: disc;
}

footer {
  padding: 3.313rem 3.75rem 5.875rem 2.5rem;
  background: var(--color-whiteGray);
  border-radius: 3.375rem;
  margin-bottom: 2.125rem;
}

@media screen and (max-width: 991px) {
  footer {
    padding: 2.313rem 2.25rem 3.875rem 2.25rem;
  }
}

.footer__title {
  font-size: 24px;
  font-weight: 725;
  line-height: 34px;
  color: var(--color-textBlock);
  margin-bottom: 1.25rem;
}

.footer__text {
  font-size: 16px;
  font-weight: 325;
  line-height: 34px;
  color: var(--color-textBlock);
}

.footer__menu--title {
  font-size: 24px;
  font-weight: 725;
  line-height: 34px;
  color: var(--color-textBlock);
  margin-bottom: 1.25rem;
}

.footer__menu ul li:hover a {
  color: var(--color-greenLight);
  transform: translateX(-8px);
}

.footer__menu ul li:hover a i::before {
  color: var(--color-greenLight);
}

.footer__menu ul li a {
  padding: 0.625rem;
  font-size: 16px;
  font-weight: 600;
  line-height: 34px;
  color: var(--color-textBlock);
  transition: 0.3s ease;
  display: block;
  white-space: nowrap;
}

.footer__menu ul li a i {
  font-size: 24px;
}

.footer__menu ul li a i::before {
  transition: 0.3s ease;
  color: var(--color-textBlock);
}

.footer__img {
  text-align: center;
}

.copyRighting {
  background: var(--color-white);
  text-align: center;
  padding: 1.438rem 2.5rem;
  border-radius: 2.125rem;
  margin-bottom: 2.5rem;
  font-size: 16px;
  font-weight: 325;
  line-height: 34px;
  text-align: center;
}

/*# sourceMappingURL=style.css.map */