@font-face {
  font-family: "montserrat";
  src: url("../fonts/montserrat/Montserrat-Medium.woff2");
  font-weight: 700;
}
@font-face {
  font-family: "montserrat";
  src: url("../fonts/montserrat/Montserrat-Regular.woff2");
  font-weight: 500;
}
@font-face {
  font-family: "montserrat";
  src: url("../fonts/montserrat/Montserrat-Bold.woff2");
  font-weight: 900;
}
* {
  margin: 0px;
  box-sizing: border-box;
  font-family: "montserrat", sans-serif;
  scroll-behavior: smooth;
}
*::-moz-selection {
  background-color: #D4AF37;
  color: #fff;
}
*::selection {
  background-color: #D4AF37;
  color: #fff;
}
*::-webkit-scrollbar {
  width: 8px;
}
*::-webkit-scrollbar-track {
  background-color: #ccc;
}
*::-webkit-scrollbar-thumb {
  background: #D4AF37;
  border-radius: 8px;
}
*::-webkit-scrollbar-thumb:hover {
  background: #D4AF37;
}

.overflowNone {
  overflow: hidden;
}

.btn:focus,
button:focus,
input:focus,
.form-control:focus {
  outline-width: 0px !important;
  outline-color: transparent !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

a {
  text-decoration: none !important;
}

ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.overflowNone {
  overflow: hidden;
}

button {
  border: 0px;
}
button[type=submit] {
  border: 0px;
}

.swiper-pagination {
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 33px;
  height: 3px;
  background-color: white !important;
  border-radius: 2px;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1 !important;
  background-color: var(--primary-color);
}

.swiper-button-next, .swiper-button-prev {
  top: unset;
  transform: translateY(0px);
  width: 50px;
  height: 50px;
  bottom: 10px;
}
.swiper-button-next::after, .swiper-button-prev::after {
  position: absolute;
  width: 49px;
  height: 49px;
  top: 0.5px;
  left: 0.5px;
  z-index: 9;
  color: transparent;
}
.swiper-button-next:hover::before, .swiper-button-prev:hover::before {
  height: 100%;
}

.swiper-button-prev {
  right: calc(50% - 55px) !important;
}

.swiper-button-next {
  left: calc(50% - 55px) !important;
}
.swiper-button-next::after {
  transform: scaleX(-1);
}

@keyframes bounce-in-fwd {
  0% {
    transform: scale(0);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    transform: scale(1);
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    transform: scale(0.7);
    animation-timing-function: ease-in;
  }
  72% {
    transform: scale(1);
    animation-timing-function: ease-out;
  }
  81% {
    transform: scale(0.84);
    animation-timing-function: ease-in;
  }
  89% {
    transform: scale(1);
    animation-timing-function: ease-out;
  }
  95% {
    transform: scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: scale(1);
    animation-timing-function: ease-out;
  }
}
@keyframes bounce-in-top {
  0% {
    transform: translateY(-50px);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    transform: translateY(0);
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    transform: translateY(-20px);
    animation-timing-function: ease-in;
  }
  72% {
    transform: translateY(0);
    animation-timing-function: ease-out;
  }
  81% {
    transform: translateY(-15px);
    animation-timing-function: ease-in;
  }
  90% {
    transform: translateY(0);
    animation-timing-function: ease-out;
  }
  95% {
    transform: translateY(-4px);
    animation-timing-function: ease-in;
  }
  100% {
    transform: translateY(0);
    animation-timing-function: ease-out;
  }
}
@keyframes bounce-in-left {
  0% {
    transform: translateX(-30px);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    transform: translateX(0);
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    transform: translateX(-20px);
    animation-timing-function: ease-in;
  }
  72% {
    transform: translateX(0);
    animation-timing-function: ease-out;
  }
  81% {
    transform: translateX(-10px);
    animation-timing-function: ease-in;
  }
  90% {
    transform: translateX(0);
    animation-timing-function: ease-out;
  }
  95% {
    transform: translateX(-4px);
    animation-timing-function: ease-in;
  }
  100% {
    transform: translateX(0);
    animation-timing-function: ease-out;
  }
}
@keyframes pulsecust {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes pulse-shadow {
  100% {
    box-shadow: 0 0 0 10px rgba(255, 102, 0, 0), 0 0 0 20px rgba(255, 102, 0, 0);
  }
}
@keyframes spinner {
  0% {
    transform: rotate(0deg) scale3d(1, 1, 1);
  }
  100% {
    transform: rotate(10deg) scale3d(1.5, 1.5, 1.5);
  }
}
@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
    opacity: 0;
  }
  50% {
    transform: scale3d(0.8, 0.8, 0.8);
    opacity: 0.5;
  }
  100% {
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
/*dropdown animation*/
@keyframes dropdown-animate {
  0% {
    opacity: 0;
    transform: rotateX(-90deg);
  }
  50% {
    transform: rotateX(20deg);
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg);
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes wave {
  0%, 100% {
    -webkit-clip-path: polygon(0% 45%, 15% 44%, 32% 50%, 54% 60%, 70% 61%, 84% 59%, 100% 52%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 45%, 15% 44%, 32% 50%, 54% 60%, 70% 61%, 84% 59%, 100% 52%, 100% 100%, 0% 100%);
  }
  50% {
    -webkit-clip-path: polygon(0% 60%, 16% 65%, 34% 66%, 51% 62%, 67% 50%, 84% 45%, 100% 46%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 60%, 16% 65%, 34% 66%, 51% 62%, 67% 50%, 84% 45%, 100% 46%, 100% 100%, 0% 100%);
  }
}
@keyframes niceAnimate {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes translation {
  0% {
    transform: translateZ(0%);
  }
  100% {
    transform: translateZ(10%);
  }
}
@keyframes rotate-scale-up {
  0% {
    transform: scale(1) rotateZ(0);
  }
  50% {
    transform: scale(2) rotateZ(180deg);
  }
  100% {
    transform: scale(1) rotateZ(360deg);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes vibrate {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translate(-10px, 10px);
  }
  40% {
    transform: translate(-10px, -10px);
  }
  60% {
    transform: translate(10px, 10px);
  }
  80% {
    transform: translate(10px, -10px);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes translateX {
  0%, 100% {
    transform: translateX(2px);
  }
  50% {
    transform: translateX(-2px);
  }
}
@keyframes translateY {
  0%, 100% {
    transform: translateY(2px);
  }
  50% {
    transform: translateY(-2px);
  }
}
@keyframes flip-in-hor-bottom {
  0% {
    transform: rotateX(80deg) translate(-50%, -50%);
    opacity: 0;
  }
  100% {
    transform: rotateX(0) translate(-50%, -50%);
    opacity: 1;
  }
}
@keyframes shadow {
  0% {
    box-shadow: 0px 0px 35px -4px #00a4e6;
    opacity: 0 !important;
  }
  100% {
    box-shadow: 0px 0px 35px -4px rgba(0, 164, 230, 0);
  }
}
@keyframes rotate {
  0% {
    border-radius: 50% 60% 55% 40%;
  }
  25% {
    border-radius: 30% 10% 70% 20%;
  }
  50% {
    border-radius: 20% 40% 30% 60%;
  }
  75% {
    border-radius: 70% 20% 50% 30%;
  }
  100% {
    border-radius: 50% 60% 55% 40%;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateX(30px);
  }
  67% {
    opacity: 1;
    transform: translateX(40px);
  }
  100% {
    opacity: 0;
    transform: translateX(55px) scale3d(0.5, 0.5, 0.5);
  }
}
@keyframes clip {
  0% {
    -webkit-clip-path: polygon(57% 41%, 100% 0, 52% 46%, 0 100%);
            clip-path: polygon(57% 41%, 100% 0, 52% 46%, 0 100%);
  }
  50% {
    -webkit-clip-path: polygon(57% 41%, 100% 0, 0 0, 0 100%);
            clip-path: polygon(57% 41%, 100% 0, 0 0, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(100% 100%, 100% 0, 0 0, 0 100%);
            clip-path: polygon(100% 100%, 100% 0, 0 0, 0 100%);
  }
}
@keyframes sideClip {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 0 0, 0 100%);
            clip-path: polygon(0 0, 100% 0, 0 0, 0 100%);
  }
  50% {
    -webkit-clip-path: polygon(0 0, 100% 0, 0 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 0 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes sideClip_2 {
  0% {
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 60%, 100% 100%, 55% 100%, 31% 100%, 46% 68%, 70% 53%, 60% 26%);
            clip-path: polygon(50% 0%, 100% 0, 100% 60%, 100% 100%, 55% 100%, 31% 100%, 46% 68%, 70% 53%, 60% 26%);
  }
  50% {
    -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 60%, 100% 100%, 55% 100%, 31% 100%, 46% 68%, 26% 33%, 11% 10%);
            clip-path: polygon(50% 0%, 100% 0, 100% 60%, 100% 100%, 55% 100%, 31% 100%, 46% 68%, 26% 33%, 11% 10%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 60%, 100% 100%, 55% 100%, 0 100%, 0 59%, 0 31%, 0 14%);
            clip-path: polygon(0 0, 100% 0, 100% 60%, 100% 100%, 55% 100%, 0 100%, 0 59%, 0 31%, 0 14%);
  }
}
@keyframes toRightFromLeft {
  49% {
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes topBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
  }
  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
  }
  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}
@keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
  }
  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
  }
  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}
@keyframes storm {
  0% {
    transform: translate3d(0, 0, 0) translateZ(0);
  }
  25% {
    transform: translate3d(4px, 0, 0) translateZ(0);
  }
  50% {
    transform: translate3d(-3px, 0, 0) translateZ(0);
  }
  75% {
    transform: translate3d(2px, 0, 0) translateZ(0);
  }
  100% {
    transform: translate3d(0, 0, 0) translateZ(0);
  }
}
:root {
  --primary-color: #D4AF37;
  --secondary-color: #FFEBA8;
  --dark-color: #000;
  --light-color: #fff;
  --primary-filter: invert(71%) sepia(92%) saturate(347%) hue-rotate(359deg) brightness(86%) contrast(93%);
  --light-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(69deg) brightness(112%) contrast(101%);
  --secondary-filter: invert(90%) sepia(24%) saturate(521%) hue-rotate(347deg) brightness(101%) contrast(101%);
}

html[dir=rtl] .profile .profile-contain .copy-data {
  right: unset !important;
  left: 40px !important;
}

.heading {
  width: 40%;
  text-align: center;
  margin: 0px auto 50px;
}
.heading h1 {
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 20px;
  color: var(--dark-color);
}
.heading h1 span {
  color: var(--primary-color);
  font-size: 40px;
  font-weight: 900;
}
.heading h1 span.light-color {
  color: var(--light-color);
}
.heading p {
  color: var(--dark-color);
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 20px;
}
.heading a {
  display: flex;
  align-items: center;
  align-content: center;
}
.heading a img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.heading a span {
  color: #707070;
  font-size: 15px;
  font-weight: 500;
}

.custom-btn {
  width: 180px;
  height: 50px;
  background: linear-gradient(180deg, #D4AF37, #F0D16D);
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  z-index: 9;
}
.custom-btn.green-btn {
  background: #4AA223 !important;
}
.custom-btn.gray-btn {
  background: #B9B7B0 !important;
}
.custom-btn.red-btn {
  background: #D90101 !important;
}
.custom-btn.black-btn {
  background: #707071 !important;
}
.custom-btn.cancel-btn {
  background: #EDECE7 !important;
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
}
.custom-btn.cancel-btn span {
  color: var(--dark-color);
}
.custom-btn img {
  width: 15px;
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.custom-btn span {
  font-size: 18px;
  font-weight: 500;
  color: var(--light-color);
}
.custom-btn::after, .custom-btn::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 100%;
  top: 0;
  z-index: -1;
  background-color: var(--primary-color);
  transition: all 0.3s linear;
}
.custom-btn::after {
  left: 0;
}
.custom-btn::before {
  right: 0;
}
.custom-btn:hover::after, .custom-btn:hover::before {
  width: 50%;
}
.custom-btn:hover span {
  animation: storm 0.4s linear both;
}

.navbar {
  width: 100%;
  position: fixed;
  top: 0;
  padding: 10px 0px;
  background-color: var(--light-color);
  left: 0;
  z-index: 99;
  transition: all 0.3s linear;
}
.navbar.scrolled {
  background-color: var(--light-color);
  padding: 5px 0px;
  box-shadow: 0px 0px 10px rgba(255, 235, 168, 0.2);
}
.navbar.scrolled .brand-name img {
  height: 80px !important;
}
.navbar .contain {
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
}
.navbar .contain .hamburger {
  display: none;
}
.navbar .contain .hamburger .line {
  width: 30px;
  height: 3px;
  background: linear-gradient(90deg, #D4AF37, #FFEBA8);
  display: block;
  margin: 8px auto;
  transition: all 0.3s ease-in-out;
}
.navbar .contain .hamburger.active {
  transition: all 0.3s ease-in-out;
  transition-delay: 0.6s;
  transform: rotate(45deg);
}
.navbar .contain .hamburger.active .line:nth-child(2) {
  width: 0px;
}
.navbar .contain .hamburger.active .line:nth-child(1), .navbar .contain .hamburger.active .line:nth-child(3) {
  transition-delay: 0.3s;
}
.navbar .contain .hamburger.active .line:nth-child(1) {
  transform: translateY(6.5px);
}
.navbar .contain .hamburger.active .line:nth-child(3) {
  transform: translateY(-15px) rotate(90deg);
}
.navbar .contain .brand-name img {
  width: 243px;
  height: 125px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.3s linear;
}
.navbar .contain .navbar-nav {
  flex-direction: row;
}
.navbar .contain .navbar-nav li {
  -webkit-margin-end: 25px;
          margin-inline-end: 25px;
}
.navbar .contain .navbar-nav li .nav-link {
  font-size: 18px;
  font-weight: 700;
  color: var(--dark-color);
  position: relative;
  z-index: 9;
}
.navbar .contain .navbar-nav li .nav-link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: var(--primary-color);
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transition: all 0.3s linear;
  border: 0px !important;
}
.navbar .contain .navbar-nav li .nav-link:hover, .navbar .contain .navbar-nav li .nav-link.active {
  color: var(--primary-color);
}
.navbar .contain .navbar-nav li .nav-link:hover::after, .navbar .contain .navbar-nav li .nav-link.active::after {
  transform: scaleX(1);
}
.navbar .contain .navbar-nav li .dropdown-menu {
  position: absolute !important;
}
.navbar .contain .log-out {
  display: flex;
  align-content: center;
  align-items: center;
}
.navbar .contain .log-out img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.navbar .contain .log-out span {
  color: #DC2327;
  font-size: 18px;
  font-weight: 900;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
}
.navbar .contain .log-out:hover img {
  animation: tada 0.3s linear both;
}

header {
  width: 100%;
  padding: 100px 0px 0px;
  position: relative;
  z-index: 9;
}
header .contain {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
header .contain h1 {
  font-size: 50px;
  font-weight: 900;
  color: var(--dark-color);
  margin: 0px;
}
header .contain h1 span {
  color: var(--primary-color);
  font-size: 50px;
  font-weight: 900;
}
header .contain p {
  color: var(--dark-color);
  font-size: 15px;
  font-weight: 500;
  margin: 20px 0px;
}
header .image-content {
  width: 100%;
  height: 500px;
  animation: translateY 3s linear infinite;
}
header .image-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.get-start {
  width: 100%;
  padding: 50px 0px;
  position: relative;
  background: linear-gradient(180deg, #D4AF37, #FFEBA8);
  z-index: 9;
}
.get-start .custom-btn {
  background: var(--light-color);
  margin: auto;
}
.get-start .custom-btn span {
  color: var(--primary-color);
}
.get-start .custom-btn:hover {
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.3);
}
.get-start .custom-btn:hover span {
  color: var(--light-color);
}
.get-start .swiper-brands img {
  width: 100%;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: all 0.3s linear;
}
.get-start .swiper-brands img:hover {
  transform: translateY(-10px);
}
.get-start .swiper-brands .swiper-wrapper {
  padding: 20px 0px 40px;
}

.features {
  width: 100%;
  padding: 50px 0px;
  position: relative;
  z-index: 9;
}
.features .heading {
  width: 100% !important;
}
.features .box {
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  transition: all 0.3s linear;
}
.features .box .image-content {
  width: 120px;
  height: 120px;
  background: rgba(245, 245, 245, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.features .box .image-content img {
  width: 70%;
  height: 70%;
  -o-object-fit: contain;
     object-fit: contain;
}
.features .box .contain {
  width: calc(100% - 130px);
}
.features .box .contain h2 {
  color: var(--dark-color);
  font-size: 20px;
  font-weight: 900;
  margin: 0px;
}
.features .box .contain h2 span {
  color: var(--primary-color);
  font-size: 20px;
  font-weight: 900;
}
.features .box:hover {
  transform: translateY(-10px);
}
.features .box:hover .image-content img {
  animation: tada 0.3s linear both;
}

.register-section {
  width: 100%;
  padding: 180px 0px 50px;
}
.register-section .heading {
  text-align: start;
  width: 100%;
}
.register-section .box {
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  padding: 20px 15px;
  background-color: var(--light-color);
  border-radius: 10px;
  border: 1px solid #F2F2F2;
  transition: all 0.3s linear;
}
.register-section .box.no-border {
  padding: 10px 5px;
  border: 0px;
}
.register-section .box.no-border h2 {
  margin: 0px !important;
}
.register-section .box .image-content {
  width: 100px;
  height: 100px;
}
.register-section .box .image-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.register-section .box .contain {
  width: calc(100% - 140px);
}
.register-section .box .contain h2 {
  font-size: 18px;
  font-weight: 900;
  color: var(--dark-color);
  margin-bottom: 20px;
}
.register-section .box:hover {
  transform: translateY(-10px);
}
.register-section .box:hover .image-content img {
  animation: tada 0.3s linear;
}
.register-section .box:hover h2 {
  color: var(--primary-color);
}

.form-contain {
  width: 100%;
}
.form-contain .form-group {
  margin-bottom: 20px;
}
.form-contain .form-group label {
  font-size: 15px;
  font-weight: 700;
  color: var(--dark-color);
  display: block;
  margin-bottom: 13px;
}
.form-contain .form-group .form-control {
  width: 100%;
  height: 40px;
  border-radius: 10px;
  border: 1px solid rgba(239, 239, 239, 0.3);
  color: var(--dark-color);
  font-size: 15px;
  font-weight: 500;
}
.form-contain .form-group .form-control.text-area {
  height: 150px;
  padding: 20px 10px;
  border-radius: 10px;
  resize: none;
}
.form-contain .form-group .form-control::-moz-placeholder {
  color: rgba(112, 112, 112, 0.7);
  font-size: 15px;
  font-weight: 500;
}
.form-contain .form-group .form-control::placeholder {
  color: rgba(112, 112, 112, 0.7);
  font-size: 15px;
  font-weight: 500;
}
.form-contain .form-group .form-control:hover {
  border-color: #EFEFEF;
}
.form-contain .payment-img-contain {
  width: 100%;
  height: 100%;
  position: relative;
  margin-bottom: 30px;
}
.form-contain .payment-img-contain input[type=file] {
  display: none;
}
.form-contain .payment-img-contain .form-label-shape {
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FBFBFB;
  border-radius: 15px;
  border: 1px dashed #EFEFEF;
  flex-direction: column;
  text-align: center;
  cursor: pointer;
}
.form-contain .payment-img-contain .form-label-shape .upload-icon {
  width: 41px;
  height: 41px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 10px;
}
.form-contain .payment-img-contain .form-label-shape .title {
  color: #161615;
  font-weight: 800;
  line-height: 25px;
  font-size: 16px;
}
.form-contain .payment-img-contain .form-label-shape .title::after {
  display: none;
}
.form-contain .payment-img-contain .form-label-shape:hover {
  border-color: #E0D4BE;
}
.form-contain .payment-img-contain .form-label-shape:hover .title {
  color: #E0D4BE;
}
.form-contain .payment-img-contain .payment-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
  border: 1px solid #E0D4BE;
  overflow: hidden;
  display: none;
  z-index: 9;
}
.form-contain .payment-img-contain .payment-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #E0D4BE, transparent);
  top: 0;
  left: 0;
  z-index: 1;
}
.form-contain .payment-img-contain .payment-img .remove-Img {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 10px;
  left: 10px;
  cursor: pointer;
  z-index: 9;
}
.form-contain .payment-img-contain .payment-img .remove-Img img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.form-contain .payment-img-contain .payment-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.form-contain .payment-img-content {
  width: 100%;
  height: 200px;
  position: relative;
  border-radius: 20px;
  border: 1px solid transparent;
  overflow: hidden;
  z-index: 9;
  transition: all 0.3s linear;
}
.form-contain .payment-img-content:hover {
  transform: translateY(-10px);
}
.form-contain .payment-img-content::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #E0D4BE, transparent);
  top: 0;
  left: 0;
  z-index: 1;
}
.form-contain .payment-img-content .remove-Img {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 10px;
  left: 10px;
  cursor: pointer;
  z-index: 9;
}
.form-contain .payment-img-content .remove-Img img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.form-contain .payment-img-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.form-contain p {
  font-size: 15px;
  font-weight: 500;
  color: var(--dark-color);
  text-align: center;
}
.form-contain p .link {
  font-size: 15px;
  font-weight: 500;
  color: var(--dark-color);
  text-decoration: underline !important;
}
.form-contain p .link.primary {
  color: var(--primary-color);
  font-weight: 700;
  text-decoration: none !important;
}
.form-contain .float-link {
  display: block;
  text-align: end;
  font-size: 15px;
  font-weight: 500;
  color: var(--dark-color);
}
.form-contain .button-contain {
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin: 20px 0px;
}
.form-contain .code_input .code-container input {
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 5px;
  margin: 5px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(224, 212, 190, 0.5);
}
.form-contain strong {
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
  color: var(--primary-color);
}
.form-contain .underline {
  color: var(--dark-color);
}
.form-contain .underline span {
  color: var(--primary-color);
  text-decoration: underline;
}
.form-contain .profile-avatar {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: auto;
  position: relative;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.form-contain .profile-avatar input {
  position: absolute;
  bottom: 0;
  left: 64%;
  background-color: #fff;
  border-radius: 30px;
  display: inline-block;
  color: #222;
  width: 50px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  border: none;
  opacity: 0;
  z-index: 3;
}
.form-contain .profile-avatar button {
  width: 45px;
  height: 45px;
  box-shadow: 0px 0px 10px #ddd;
  background-color: var(--light-color);
  color: #fff;
  border-radius: 50%;
  text-align: center;
  cursor: pointer !important;
  border: 1px solid #eee;
  position: absolute;
  right: 2px;
  bottom: 0px;
  cursor: pointer;
}
.form-contain .profile-avatar button img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}

.modal .close {
  opacity: 1 !important;
  margin: 0px !important;
}
.modal .contain {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  padding: 30px 10px;
}
.modal .contain .image-content img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.modal .contain h1 {
  font-size: 18px;
  font-weight: 900;
  color: var(--dark-color);
  margin: 30px 0px 0px;
}
.modal .iframe-data {
  width: 100%;
  height: 400px;
  padding: 20px 0px;
}
.modal .iframe-data iframe {
  width: 100%;
  height: 100%;
}
.modal .qr-img {
  width: 100%;
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.profile {
  width: 100%;
  padding: 150px 0px 50px;
}
.profile .contain {
  width: 100%;
  padding: 60px 50px 100px;
  background: linear-gradient(180deg, #D4AF37, #FFEBA8);
  border-radius: 10px;
}
.profile .contain .heading {
  text-align: start !important;
  width: 100% !important;
}
.profile .profile-contain {
  width: 80%;
  margin: -100px auto 0px;
  background-color: var(--light-color);
  box-shadow: 0px 8px 6px rgba(0, 0, 0, 0.05);
  border-radius: 40px;
  padding: 90px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}
.profile .profile-contain .copy-data {
  display: flex;
  align-content: center;
  align-items: center;
  background-color: var(--light-color);
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 9;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.profile .profile-contain .copy-data p {
  padding: 5px 7px;
  margin: 0px;
  color: var(--dark-color);
  font-size: 15px;
  font-weight: 500;
}
.profile .profile-contain .copy-data .copy {
  padding: 5px 10px;
  background-color: var(--primary-color);
  color: var(--light-color);
  font-size: 15px;
  font-weight: 500;
}
.profile .profile-contain .image-content {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
}
.profile .profile-contain .image-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.profile .profile-contain h2 {
  font-size: 18px;
  font-weight: 700;
  color: var(--dark-color);
  margin: 40px 0px 20px;
}
.profile .profile-contain .edit {
  display: flex;
  align-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
.profile .profile-contain .edit img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.profile .profile-contain .edit span {
  color: #707070;
  font-size: 15px;
  font-weight: 500;
}
.profile .profile-contain .quality {
  width: 100%;
  border-top: 1px solid #808080;
  padding-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.profile .profile-contain .quality .rate-star {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.profile .profile-contain .quality .rate-star li {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.profile .profile-contain .quality .rate-star li:last-child {
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}
.profile .profile-contain .quality .rate-star li a {
  width: 24px;
  height: 24px;
  display: flex;
}
.profile .profile-contain .quality .rate-star li a img {
  filter: var(--primary-filter);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.3;
}
.profile .profile-contain .quality .rate-star li a.active img {
  opacity: 1;
}
.profile .profile-contain .quality .wallet-img {
  width: 100%;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-top: 20px;
}
.profile .profile-contain .button-selet {
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}
.profile .profile-contain .button-selet .currency {
  width: 120px;
  height: 40px;
  display: flex;
  align-items: center;
  align-content: center;
  background-color: transparent;
  border: 1px solid var(--primary-color);
  border-radius: 10px;
  justify-content: center;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  margin-bottom: 10px;
}
.profile .profile-contain .button-selet .currency:last-child {
  -webkit-margin-end: 0px !important;
          margin-inline-end: 0px !important;
}
.profile .profile-contain .button-selet .currency.other {
  background-color: #F5F5F5;
  border: 0px !important;
}
.profile .profile-contain .button-selet .currency span {
  color: var(--dark-color);
  font-size: 15px;
  font-weight: 500;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.profile .profile-contain .button-selet .currency img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.profile .profile-contain .button-selet .currency:hover img {
  animation: tada 0.3s linear;
}
.profile .profile-contain .rate {
  width: 100%;
  margin: 20px 0px;
  padding: 20px 0px;
  border-top: 1px solid rgba(112, 112, 112, 0.19);
  border-bottom: 1px solid rgba(112, 112, 112, 0.19);
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.profile .profile-contain .rate.cash img {
  width: 50px;
  height: 50px;
  animation: none;
}
.profile .profile-contain .rate img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  animation: spin 4s linear infinite;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.profile .profile-contain .rate span {
  color: var(--dark-color);
  font-size: 15px;
  font-weight: 700;
}
.profile .profile-contain .button-contain {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.profile .profile-contain .button-contain .custom-btn:first-child {
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
}
.profile .branches {
  width: 100%;
  padding: 30px 0px;
}
.profile .branches h2 {
  color: var(--dark-color);
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 20px;
}
.profile .branches .box {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px 10px;
  border-radius: 10px;
  transition: all 0.3s linear;
}
.profile .branches .box.gray-color {
  background-color: rgba(112, 112, 112, 0.21);
}
.profile .branches .box.gold-color {
  background-color: rgba(212, 175, 55, 0.21);
}
.profile .branches .box img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
.profile .branches .box p {
  color: var(--dark-color);
  font-size: 15px;
  font-weight: 500;
  margin: 15px 0px;
}
.profile .branches .box span {
  color: #707070;
  font-size: 10px;
  font-weight: 500;
}
.profile .branches .box:hover {
  transform: translateY(-10px);
}
.profile .branches .box:hover img {
  animation: tada 0.3s linear;
}

.rate {
  width: 100%;
  padding: 180px 0px 50px;
}
.rate .heading {
  text-align: start;
  width: 100%;
}
.rate .rata-box {
  width: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s linear;
}
.rate .rata-box .number {
  font-size: 25px;
  font-weight: 900;
  color: var(--dark-color);
}
.rate .rata-box .rate-data {
  width: calc(100% - 50px);
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 3px 30px rgba(152, 152, 152, 0.16);
  background-color: var(--light-color);
}
.rate .rata-box .rate-data .image-cotnent {
  width: 210px;
  background: linear-gradient(180deg, #D4AF37, #F7E29E);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 30px 20px;
  text-align: center;
}
.rate .rata-box .rate-data .image-cotnent .profile-image {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.rate .rata-box .rate-data .image-cotnent .profile-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.rate .rata-box .rate-data .image-cotnent h2 {
  font-size: 18px;
  font-weight: 900;
  color: var(--dark-color);
  margin: 20px 0px;
}
.rate .rata-box .rate-data .image-cotnent .rate-icon {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.rate .rata-box .rate-data .image-cotnent .rate-icon img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  animation: spin 3s linear infinite;
}
.rate .rata-box .rate-data .image-cotnent .rate-icon span {
  color: var(--dark-color);
  font-size: 15px;
  font-weight: 700;
}
.rate .rata-box .rate-data .button-box {
  width: calc(100% - 210px);
  padding: 20px 15px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.rate .rata-box .rate-data .button-box .custom-btn {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  margin-bottom: 15px;
}
.rate .rata-box:hover {
  transform: translateY(-10px);
}
.rate .review-box {
  width: 100%;
  padding: 30px 15px;
  background-color: #F5F5F5;
  border-radius: 20px;
  transition: all 0.3s linear;
}
.rate .review-box .rate-star {
  display: flex;
  align-items: center;
  align-content: center;
}
.rate .review-box .rate-star li {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.rate .review-box .rate-star li:last-child {
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}
.rate .review-box .rate-star li a {
  width: 24px;
  height: 24px;
  display: flex;
}
.rate .review-box .rate-star li a img {
  filter: var(--primary-filter);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.3;
}
.rate .review-box .rate-star li a.active img {
  opacity: 1;
}
.rate .review-box p {
  color: var(--dark-color);
  font-size: 15px;
  font-weight: 700;
  margin: 20px 0px 0px;
}
.rate .review-box:hover {
  transform: translateY(-10px);
}
.rate .nav {
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px !important;
  background-color: var(--light-color);
  border-radius: 40px;
  display: flex;
  align-content: center;
  align-items: center;
  border: 0px;
  box-shadow: 0px 3px 30px rgba(199, 197, 197, 0.16);
}
.rate .nav li {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.rate .nav li a {
  width: 120px;
  height: 40px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  color: var(--dark-color);
  font-size: 15px;
  font-weight: 500;
  position: relative;
  z-index: 9;
  border: 0px;
  overflow: hidden;
}
.rate .nav li a::after, .rate .nav li a::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  background-color: var(--primary-color);
  top: 0;
  z-index: -1;
  transition: all 0.3s linear;
}
.rate .nav li a::before {
  left: 0;
}
.rate .nav li a::after {
  right: 0;
}
.rate .nav li a:hover, .rate .nav li a.active {
  background: transparent;
  border: 0px;
  color: var(--light-color);
}
.rate .nav li a:hover::after, .rate .nav li a:hover::before, .rate .nav li a.active::after, .rate .nav li a.active::before {
  width: 50%;
}
.rate .tips-box {
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  background-color: var(--light-color);
  box-shadow: 0px 3px 30px rgba(152, 152, 152, 0.16);
  transition: all 0.3s linear;
}
.rate .tips-box .money {
  width: 170px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  padding: 20px 10px;
  background-color: var(--primary-color);
}
.rate .tips-box .money.gray-bk {
  background-color: #C2C2C2;
}
.rate .tips-box .money img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 20px;
}
.rate .tips-box .money p {
  color: var(--dark-color);
  font-size: 15px;
  font-weight: 700;
  margin: 0px;
}
.rate .tips-box .contain {
  width: calc(100% - 170px);
  padding: 20px 15px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}
.rate .tips-box .contain .rate-star {
  display: flex;
  align-items: center;
  align-content: center;
}
.rate .tips-box .contain .rate-star li {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.rate .tips-box .contain .rate-star li:last-child {
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}
.rate .tips-box .contain .rate-star li a {
  width: 24px;
  height: 24px;
  display: flex;
}
.rate .tips-box .contain .rate-star li a img {
  filter: var(--primary-filter);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.3;
}
.rate .tips-box .contain .rate-star li a.active img {
  opacity: 1;
}
.rate .tips-box .contain p {
  color: var(--dark-color);
  font-size: 15px;
  font-weight: 700;
  margin: 20px 0px 0px;
}
.rate .tips-box .contain .button-contain {
  display: flex;
  align-items: center;
  align-content: center;
}
.rate .tips-box .contain .button-contain .done-btn {
  width: 50px;
  height: 50px;
  background-color: rgba(112, 112, 112, 0.26);
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.rate .tips-box .contain .button-contain .done-btn:last-child {
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}
.rate .tips-box .contain .button-contain .done-btn img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.rate .tips-box .contain .button-contain .done-btn:hover img {
  animation: fadeInLeft 0.3s linear both;
}
.rate .tips-box .contain .verfiy-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.rate .tips-box .contain .verfiy-button .custom-btn {
  margin-bottom: 15px;
  width: 120px !important;
  border-radius: 50px;
  height: 40px;
}
.rate .tips-box .contain .verfiy-button .custom-btn.green-btn {
  background-color: rgba(74, 162, 35, 0.5) !important;
}
.rate .tips-box .contain .verfiy-button .custom-btn.green-btn span {
  color: #4AA223;
}
.rate .tips-box .contain .verfiy-button .custom-btn.green-btn::after, .rate .tips-box .contain .verfiy-button .custom-btn.green-btn::before {
  background-color: #4AA223;
}
.rate .tips-box .contain .verfiy-button .custom-btn.red-btn {
  background-color: rgba(217, 1, 1, 0.5) !important;
}
.rate .tips-box .contain .verfiy-button .custom-btn.red-btn span {
  color: #D90101;
}
.rate .tips-box .contain .verfiy-button .custom-btn.red-btn::after, .rate .tips-box .contain .verfiy-button .custom-btn.red-btn::before {
  background-color: #D90101;
}
.rate .tips-box .contain .verfiy-button .custom-btn:hover span {
  color: var(--light-color);
}
.rate .tips-box .contain .verfiy-button .done-btn {
  width: 60px;
  height: 60px;
  background-color: rgba(112, 112, 112, 0.26);
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  z-index: 9;
}
.rate .tips-box .contain .verfiy-button .done-btn .done {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -5px;
  right: -5px;
  z-index: 9;
}
.rate .tips-box .contain .verfiy-button .done-btn .done img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}
.rate .tips-box .contain .verfiy-button .done-btn img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.rate .tips-box .contain .verfiy-button .done-btn:hover img {
  animation: tada 0.3s linear both;
}
.rate .tips-box:hover {
  transform: translateY(-10px);
}

.wallet {
  width: 100%;
  padding: 180px 0px 50px;
}
.wallet .wallet-count {
  width: 100%;
  padding: 20px 0px;
  position: relative;
  z-index: 9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
}
.wallet .wallet-count::after, .wallet .wallet-count:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background: url("../images/dolar_icon.svg") center/contain no-repeat;
  top: 0;
  z-index: -1;
  animation: translateY 1s linear infinite;
}
.wallet .wallet-count::after {
  left: 0;
}
.wallet .wallet-count::before {
  right: 0;
}
.wallet .wallet-count h1 {
  font-size: 25px;
  font-weight: 900;
  color: var(--dark-color);
  margin: 0px;
}
.wallet .wallet-count p {
  color: #4AA223;
  font-size: 15px;
  font-weight: 700;
  margin: 20px 0px;
}
.wallet .wallet-count p span {
  font-weight: 500;
}
.wallet .heading {
  width: 100%;
  text-align: start;
  margin-bottom: 15px !important;
}
.wallet .sub-head {
  font-size: 15px;
  font-weight: 500;
  color: var(--dark-color);
  margin-bottom: 10px;
}
.wallet .wallet-cash {
  width: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  background-color: var(--light-color);
  border-radius: 10px;
  transition: all 0.3s linear;
  padding: 20px 15px;
}
.wallet .wallet-cash .image-content {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.wallet .wallet-cash .image-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.wallet .wallet-cash .contain {
  width: calc(100% - 120px);
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}
.wallet .wallet-cash .contain h2 {
  color: var(--dark-color);
  font-size: 25px;
  font-weight: 900;
  margin: 0px;
}
.wallet .wallet-cash .contain p {
  color: var(--dark-color);
  font-size: 15px;
  font-weight: 500;
  margin: 10px 0px;
}
.wallet .wallet-cash .contain p.price {
  font-weight: 900;
  margin: 10px 0px;
}
.wallet .wallet-cash .contain p.price span {
  font-weight: 900;
}
.wallet .wallet-cash .contain span {
  color: var(--dark-color);
  font-size: 15px;
  font-weight: 500;
  margin: 20px 0px;
}
.wallet .wallet-cash:hover {
  transform: translateY(-10px);
}

.modal-header {
  padding: 10px 15px 0px !important;
}

.modal-body {
  padding-top: 0px !important;
}

.profile-data {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
}
.profile-data .image-content {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
}
.profile-data .image-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.profile-data h2 {
  color: var(--dark-color);
  font-size: 18px;
  font-weight: 900;
  margin: 20px 0px;
}
.profile-data a, .profile-data span {
  color: var(--dark-color);
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}
.profile-data a:hover {
  color: var(--primary-color);
}
.profile-data .rate-icon {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.profile-data .rate-icon img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  animation: spin 3s linear infinite;
}
.profile-data .rate-icon span {
  color: var(--dark-color);
  font-size: 15px;
  font-weight: 700;
  margin: 0px;
}

.modal .payment h2 {
  font-size: 18px;
  font-weight: 700;
  color: var(--dark-color);
  margin: 0px 0px 20px;
  text-align: center;
}
.modal .payment .wallet-img {
  width: 100%;
  height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-top: 20px;
}
.modal .payment .button-selet {
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}
.modal .payment .button-selet .currency {
  width: 120px;
  height: 40px;
  display: flex;
  align-items: center;
  align-content: center;
  background-color: transparent;
  border: 1px solid var(--primary-color);
  border-radius: 10px;
  justify-content: center;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  margin-bottom: 10px;
}
.modal .payment .button-selet .currency:last-child {
  -webkit-margin-end: 0px !important;
          margin-inline-end: 0px !important;
}
.modal .payment .button-selet .currency.other {
  background-color: #F5F5F5;
  border: 0px !important;
}
.modal .payment .button-selet .currency span {
  color: var(--dark-color);
  font-size: 15px;
  font-weight: 500;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
.modal .payment .button-selet .currency img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.modal .payment .button-selet .currency:hover img {
  animation: tada 0.3s linear;
}
.modal .iamge-content {
  width: 150px;
  height: 150px;
}
.modal .iamge-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.modal .iamge-content img.pay {
  animation: translateY 1s linear infinite;
}

.payment-page {
  width: 100%;
  padding: 0px 0px 40px;
}
.payment-page .heading {
  padding: 10px 0px;
  margin: 0px;
  width: 100%;
}
.payment-page .heading h1 {
  margin: 0px !important;
}
.payment-page .payment-logo {
  width: 100%;
  padding: 10px 0px 0px;
  display: flex;
  background-color: #FBFBFB;
  align-content: center;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.payment-page .payment-logo a {
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
  margin-bottom: 20px;
  display: flex;
  width: 80px;
  height: 40px;
}
.payment-page .payment-logo a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.payment-page .payment-logo a:last-child {
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}

footer {
  width: 100%;
  padding: 70px 0px 10px;
  position: relative;
  z-index: 9;
  background-color: #F5F5F5;
}
footer .contain {
  width: 100%;
  text-align: center;
}
footer .contain p {
  color: #959292;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 25px;
}
footer .contain .socail-media {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin-bottom: 70px;
}
footer .contain .socail-media li {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
footer .contain .socail-media li:last-child {
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}
footer .contain .socail-media li a {
  width: 50px;
  height: 50px;
  overflow: hidden;
  background-color: var(--light-color);
  border-radius: 10px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
footer .contain .socail-media li a img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .contain .socail-media li a:hover img {
  animation: fadeInLeft 0.3s linear;
}
footer .copyrights {
  width: 100%;
  padding-top: 10px;
  border-top: 1px solid #fff;
  text-align: center;
}
footer .copyrights p {
  color: #848181;
  font-size: 15px;
  font-weight: 500;
  margin: 0px;
}
footer .copyrights p span {
  color: var(--primary-color);
}

@media (max-width: 999px) {
  .mobile-order-1 {
    order: 1;
  }
  .mobile-order-0 {
    order: 0;
  }
  .navbar .hamburger {
    display: block !important;
  }
  .navbar .brand-name img {
    width: 86px !important;
  }
  .navbar .button-contain {
    display: none;
  }
  .navbar .navbar-nav {
    width: 100%;
    height: 100vh;
    position: absolute;
    padding: 20px 15px;
    background-color: #fff;
    z-index: 99;
    top: 100px;
    left: -100%;
    flex-direction: column !important;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    transition: all 0.3s linear;
  }
  .navbar .navbar-nav.active-nav {
    left: 0px;
  }
  .navbar .navbar-nav li {
    width: 100%;
    margin: 0px !important;
    padding: 10px 0px;
    border-bottom: 1px solid rgba(212, 175, 55, 0.3);
  }
  .navbar .navbar-nav li:last-child {
    border-bottom: 0px !important;
  }
  .navbar .navbar-nav li a {
    width: 100%;
  }
  .navbar .navbar-nav li a::after {
    display: none;
  }
  .navbar .brand-name img {
    -o-object-position: left !important;
       object-position: left !important;
    height: 66px !important;
  }
  .navbar.scrolled .navbar-nav {
    top: 89px;
    height: 100vh;
  }
  html[dir=rtl] .navbar .navbar-nav {
    left: unset;
    right: -100%;
  }
  html[dir=rtl] .navbar .navbar-nav.active-nav {
    left: unset;
    right: 0px !important;
  }
  html[dir=rtl] .profile .profile-contain .copy-data {
    right: unset !important;
    left: 15px !important;
  }
  header {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  header .image-content {
    height: 250px;
  }
  header h1 {
    font-size: 18px !important;
  }
  header h1 span {
    font-size: 18px !important;
  }
  .rate,
  .wallet,
  .register-section {
    padding-top: 150px;
  }
  .heading {
    width: 100%;
    margin-bottom: 20px;
  }
  .heading h1 {
    font-size: 18px !important;
  }
  .heading h1 span {
    font-size: 18px !important;
  }
  .register-section .box,
  .features .box {
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
  }
  .register-section .box .contain,
  .features .box .contain {
    width: 100% !important;
    margin-top: 20px;
    text-align: center;
  }
  .register-section .box .contain h1,
  .features .box .contain h1 {
    font-size: 18px !important;
  }
  .register-section .box .contain h1 span,
  .features .box .contain h1 span {
    font-size: 18px !important;
  }
  .register-section .box .contain .custom-btn,
  .features .box .contain .custom-btn {
    margin: auto !important;
  }
  .button-contain {
    width: 100% !important;
    flex-direction: column;
  }
  .button-contain .custom-btn {
    width: 100% !important;
  }
  .button-contain .custom-btn:nth-child(1) {
    margin: 0px 0px 10px 0px !important;
  }
  .profile-contain {
    width: 100% !important;
    padding: 35px 10px 20px !important;
  }
  .profile-contain .copy-data {
    top: 10px !important;
    right: 15px !important;
  }
  .register-section .box .contain h2 {
    font-size: 16px !important;
  }
  .rate .rata-box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .rate .rata-box .rate-data {
    width: 100% !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-top: 10px;
  }
  .rate .rata-box .rate-data .image-cotnent, .rate .rata-box .rate-data .button-box {
    width: 100% !important;
  }
  .rate .rata-box .rate-data .button-box {
    justify-content: center;
  }
  .rate .rata-box .rate-data .custom-btn {
    width: 140px;
  }
  .rate .rata-box .rate-data .custom-btn span {
    font-size: 15px;
  }
  .wallet .wallet-cash {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .wallet .wallet-cash .contain {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
  }
  .wallet .wallet-cash .contain h2 {
    font-size: 18px !important;
    margin-top: 10px;
  }
  .rate .nav {
    width: 100%;
    margin: 0px !important;
  }
  .rate .nav li {
    width: 50%;
    -webkit-margin-end: 0px;
            margin-inline-end: 0px;
  }
  .rate .nav li a {
    width: 100%;
  }
  .rate .tips-box {
    flex-direction: column;
    width: 100%;
    justify-content: center !important;
    align-items: center !important;
    align-content: center !important;
  }
  .rate .tips-box .money, .rate .tips-box .contain {
    width: 100%;
  }
  .rate .tips-box .contain {
    width: 100%;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    align-content: center !important;
  }
  .rate .tips-box .contain p {
    margin-bottom: 15px;
  }
  .rate .tips-box .contain .verfiy-button,
  .rate .tips-box .contain .button-contain {
    width: 100%;
    flex-direction: row !important;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
  }
  .rate .tips-box .contain .verfiy-button .custom-btn,
  .rate .tips-box .contain .button-contain .custom-btn {
    -webkit-margin-end: 10px;
            margin-inline-end: 10px;
  }
}/*# sourceMappingURL=style.css.map */