<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.direction {
  direction: rtl;
  text-align: right;
}

.direction2 {
  direction: ltr;
  text-align: left;
}

.text-align {
  text-align: right;
}

.text-align2 {
  text-align: left;
}
@media(min-width:600px){
    .container{
    max-width:95%;
}
}

/*.nav-bar {*/
/*  background: #fff;*/
/*  z-index: 100;*/
/*  -webkit-box-shadow: 0px 3px 7px #00000022;*/
/*          box-shadow: 0px 3px 7px #00000022;*/
/*  position: fixed;*/
/*  height: 70px;*/
/*  width: 100%;*/
/*  top: 0;*/
/*  display: -webkit-box;*/
/*  display: -ms-flexbox;*/
/*  display: flex;*/
/*  -webkit-box-align: center;*/
/*      -ms-flex-align: center;*/
/*          align-items: center;*/
/*  font-size: 13px;*/
/*  left: 0;*/
/*}*/

/*.nav-bar .nav-button {*/
/*  color: #000 !important;*/
/*  text-decoration: none;*/
/*  margin: 10px;*/
/*  font-weight: bold;*/
/*  -webkit-transition: all .2s ease-in-out;*/
/*  transition: all .2s ease-in-out;*/
/*  padding: 5px;*/
/*  display: inline-block;*/
/*}*/

/*.nav-bar .nav-button:hover {*/
/*  -webkit-transform: translateY(-3px) !important;*/
/*          transform: translateY(-3px) !important;*/
/*}*/

/*.nav-bar .lang-selector {*/
/*  border: none;*/
/*  background: none;*/
/*  position: relative;*/
/*}*/

/*.nav-bar .lang-selector img {*/
/*  width: 20px;*/
/*  margin: 5px;*/
/*}*/

/*.nav-bar .lang-selector i {*/
/*  margin: 3px;*/
/*}*/

/*.nav-bar .lang-selector:hover .langs {*/
/*  height: auto;*/
/*  padding: 10px;*/
/*  opacity: 1;*/
/*}*/

/*.nav-bar .langs {*/
/*  display: -webkit-box;*/
/*  display: -ms-flexbox;*/
/*  display: flex;*/
/*  -webkit-box-align: center;*/
/*      -ms-flex-align: center;*/
/*          align-items: center;*/
/*  text-align: center;*/
/*  opacity: 0;*/
/*  min-width: 100px;*/
/*  border-radius: 10px;*/
/*  height: 0;*/
/*  background: #fff;*/
/*  -webkit-box-shadow: 0px 0px 5px 1px #00000055;*/
/*          box-shadow: 0px 0px 5px 1px #00000055;*/
/*  padding: 0;*/
/*  -webkit-transition: all .2s ease-in-out;*/
/*  transition: all .2s ease-in-out;*/
/*  position: absolute;*/
/*  overflow: hidden;*/
/*}*/

/*.nav-bar .langs li {*/
/*  list-style: none;*/
/*  padding: 5px;*/
/*}*/

body {
  padding-top: 60px;
  overflow-x: hidden;
}

@media (max-width: 1200px) {
  .user-section {
    margin: 5px !important;
  }
}

@media (max-width: 920px) {
  /*.nav-bar {*/
  /*  -webkit-box-shadow: 0px 3px 7px #00000022;*/
  /*          box-shadow: 0px 3px 7px #00000022;*/
  /*  position: fixed;*/
  /*  width: 100vw;*/
  /*}*/
  /*.nav-bar .nav-side {*/
  /*  -webkit-animation-duration: 1s;*/
  /*          animation-duration: 1s;*/
  /*  text-align: center;*/
  /*  background: #fff;*/
  /*  padding: 30px 10px;*/
  /*  position: fixed;*/
  /*  top: 0;*/
  /*  z-index: 50;*/
  /*  display: none;*/
  /*  right: 0;*/
  /*  width: 200px;*/
  /*  height: 100vh;*/
  /*}*/
  /*.nav-bar .nav-side .nav-buttons {*/
  /*  display: block !important;*/
  /*}*/
  /*.nav-bar .nav-side .nav-buttons .nav-button {*/
  /*  display: block !important;*/
  /*  color: #000 !important;*/
  /*  text-decoration: none;*/
  /*  margin: 10px;*/
  /*  font-weight: bold;*/
  /*  -webkit-transition: all .2s ease-in-out;*/
  /*  transition: all .2s ease-in-out;*/
  /*  padding: 5px;*/
  /*  display: inline-block;*/
  /*}*/
  /*.nav-bar .nav-side .nav-buttons .nav-button:hover {*/
  /*  -webkit-transform: translateY(-3px) !important;*/
  /*          transform: translateY(-3px) !important;*/
  /*}*/
  /*.nav-bar .nav-side .user-section {*/
  /*  display: block !important;*/
  /*}*/
  /*.nav-bar .nav-side .material-button {*/
  /*  display: block !important;*/
  /*}*/
  /*.nav-bar .nav-side .material-button button {*/
  /*  min-width: 130px !important;*/
  /*  margin: 20px !important;*/
  /*}*/
  /*.nav-bar .nav-side-oppened {*/
  /*  display: block;*/
  /*  -webkit-box-shadow: 0px 0px 5px 2px #00000033;*/
  /*          box-shadow: 0px 0px 5px 2px #00000033;*/
  /*}*/
  /*.nav-bar .side-over-lay {*/
  /*  position: fixed;*/
  /*  top: 0;*/
  /*  left: 200%;*/
  /*  width: 100vw;*/
  /*  height: 100vh;*/
  /*  background: #00000055;*/
  /*  -webkit-transition: all .3s ease-in-out;*/
  /*  transition: all .3s ease-in-out;*/
  /*}*/
  /*.nav-bar .side-over-lay-oppened {*/
  /*  left: 0;*/
  /*}*/
  /*.nav-bar .lang-selector {*/
  /*  display: none;*/
  /*  border: none;*/
  /*  background: none;*/
  /*  position: relative;*/
  /*}*/
  /*.nav-bar .lang-selector img {*/
  /*  width: 20px;*/
  /*  margin: 5px;*/
  /*}*/
  /*.nav-bar .lang-selector i {*/
  /*  margin: 3px;*/
  /*}*/
  /*.nav-bar .lang-selector:hover .langs {*/
  /*  height: auto;*/
  /*  padding: 10px;*/
  /*  opacity: 1;*/
  /*}*/
  /*.nav-bar .langs {*/
  /*  display: -webkit-box;*/
  /*  display: -ms-flexbox;*/
  /*  display: flex;*/
  /*  -webkit-box-align: center;*/
  /*      -ms-flex-align: center;*/
  /*          align-items: center;*/
  /*  text-align: center;*/
  /*  opacity: 1;*/
  /*  min-width: 100px;*/
  /*  border-radius: 10px;*/
  /*  height: 0;*/
  /*  background: #fff;*/
  /*  -webkit-box-shadow: none;*/
  /*          box-shadow: none;*/
  /*  padding: 0 !important;*/
  /*  -webkit-transition: all .2s ease-in-out;*/
  /*  transition: all .2s ease-in-out;*/
  /*  position: absolute;*/
  /*  overflow: hidden;*/
  /*}*/
  /*.nav-bar .langs li {*/
  /*  list-style: none;*/
  /*  padding: 5px;*/
  /*}*/
  /*.nav-bar .lang-selector {*/
  /*  display: block !important;*/
  /*}*/
  /*.nav-bar .nav-toggler {*/
  /*  border: none;*/
  /*  font-size: 26px;*/
  /*  background: none;*/
  /*  display: block !important;*/
  /*  position: absolute;*/
  /*  left: 20px;*/
  /*}*/
}

.h-bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  bottom: 0;
}

body {
  background: #F5F5F5;
}

.form-cont {
  background: #fff;
  margin-bottom: 10px !important;
}

.code-input input {
  width: 60px;
  font-size: 32px !important;
  text-align: center;
}

.b-header {
  position: relative;
}

.b-header::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #FFB72B;
  content: '';
  width: 440px;
  height: 440px;
  border-radius: 50%;
  z-index: -1;
}

@media (max-width: 768px) {
  .b-header::after {
    display: none;
  }
}

.b-header::before {
  position: absolute;
  top: 40%;
  left: 70%;
  background-image: url("./../imgs/icons/points.png");
  background-size: cover;
  content: '';
  width: 300px;
  height: 300px;
  border-radius: 50%;
  z-index: -1;
}

.link-img:hover {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.advantages-card {
  position: relative;
}

.advantages-card .ad-head {
  position: relative;
}

.advantages-card .ad-head span {
  position: absolute;
  top: 5px;
  font-size: 40px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  left: 10px;
  color: #f5f5f5;
}

.advantages-card:hover span {
  font-size: 50px;
}

.login-img {
  position: relative;
}

.login-img img {
  height: calc(100vh - 70px);
}

.login-img .login-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  left: 0;
  padding: 40px;
  color: #fff;
}

.login-img .login-content h1 {
  font-weight: 900;
  line-height: 60px;
  position: relative;
}

.login-img .login-content h1::after {
  position: absolute;
  content: '';
  height: 50px;
  width: 50px;
  background: #FFB72B;
  z-index: -1;
  top: 0;
  left: calc(100% - 35px);
  border-radius: 0 25px 0 0;
}

.login-img .praivacy-a {
  position: absolute;
  bottom: 0;
}

.login-img .praivacy-a a {
  color: #fff;
  font-size: 14px;
}

@media (max-width: 768px) {
  .login-img img {
    height: auto;
  }
}

@media (min-width: 768px) {
  /* width */
  ::-webkit-scrollbar {
    width: 10px;
  }
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f5f5f5;
  }
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #FFB72B;
  }
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #f5b128;
  }
}

.register-header {
  color: #8A8A8A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 768px) {
  .register-header {
    display: block;
  }
}

.register-header .line-between {
  height: 5px;
  background: #f5f5f5;
  border-radius: 5px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 20px;
}

.register-header .select-register-step {
  border: 1px solid;
  height: 30px;
  width: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  margin: 10px;
}

.register-header .current {
  color: #000;
}

.register-header .current .select-register-step {
  color: #8A8A8A;
  background: #f5f5f5;
}

.register-header .active {
  color: #FFB72B;
}

.register-header .active .select-register-step {
  color: #8A8A8A;
  background: #f5f5f5;
}

.register-header .active ~ .line-between {
  background: #FFB72B;
}

.img-input .img-input-title {
  color: #8A8A8A;
  font-size: 12px;
  font-weight: 400;
}

.time-slider-cont {
  overflow: hidden;
  min-height: 140px;
  position: relative;
}

.time-slider-cont .time-button {
  position: absolute;
  top: 0;
}

.time-slider-cont .time-cont {
  display: none;
}

.btn-h100 {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

input[type="time"] {
  color: #8A8A8A;
  height: 42px;
}

input[type="time"]::-webkit-calendar-picker-indicator {
  -webkit-filter: invert(18%) sepia(13%) saturate(207%) hue-rotate(130deg) brightness(95%) contrast(30%);
          filter: invert(18%) sepia(13%) saturate(207%) hue-rotate(130deg) brightness(95%) contrast(30%);
  font-size: 30px;
  opacity: .3;
}

.no-arrow {
  background-image: none;
}

.img-parent {
  position: relative;
}

.img-parent .bg-img {
  position: absolute;
  width: 65% !important;
  height: 100%;
  left: 65%;
  z-index: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all .8s ease-in;
  transition: all .8s ease-in;
}

.img-parent .bg-img2 {
  position: relative;
  z-index: 2;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.img-parent:hover .bg-img {
  -webkit-transform: translate(-50%, -50%) scale(1.2) rotate(-5deg);
          transform: translate(-50%, -50%) scale(1.2) rotate(-5deg);
}

.img-parent:hover .bg-img2 {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.line-home {
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top-corner {
  position: relative;
}

.top-corner::after {
  background: #FFB72B;
  content: '';
  position: absolute;
  top: -50px;
  left: calc(100% - 50px);
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.join-us-cont {
  position: relative;
}

.join-us-cont #bgCanvas {
  position: absolute;
  bottom: 20px;
  left: 0;
  border-radius: 20px;
  z-index: 1;
  /*background-image: url("../imgs/bg/canvas.png");*/
  background-size: cover;
}

.content-ma {
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .content-ma {
    color: #fff !important;
  }
  .content-ma p {
    color: #fff !important;
  }
}

/*.nav-bar {*/
/*  background: #fff;*/
/*  z-index: 100;*/
/*  -webkit-box-shadow: 0px 3px 7px #00000022;*/
/*          box-shadow: 0px 3px 7px #00000022;*/
/*  position: fixed;*/
/*  height: 70px;*/
/*  width: 100%;*/
/*  top: 0;*/
/*  display: -webkit-box;*/
/*  display: -ms-flexbox;*/
/*  display: flex;*/
/*  -webkit-box-align: center;*/
/*      -ms-flex-align: center;*/
/*          align-items: center;*/
/*  font-size: 13px;*/
/*  left: 0;*/
/*}*/

/*.nav-bar .nav-button {*/
/*  color: #000 !important;*/
/*  text-decoration: none;*/
/*  margin: 10px;*/
/*  font-weight: bold;*/
/*  -webkit-transition: all .2s ease-in-out;*/
/*  transition: all .2s ease-in-out;*/
/*  padding: 5px;*/
/*  display: inline-block;*/
/*}*/

/*.nav-bar .nav-button:hover {*/
/*  -webkit-transform: translateY(-3px) !important;*/
/*          transform: translateY(-3px) !important;*/
/*}*/

/*.nav-bar .lang-selector {*/
/*  border: none;*/
/*  background: none;*/
/*  position: relative;*/
/*}*/

/*.nav-bar .lang-selector img {*/
/*  width: 20px;*/
/*  margin: 5px;*/
/*}*/

/*.nav-bar .lang-selector i {*/
/*  margin: 3px;*/
/*}*/

/*.nav-bar .lang-selector:hover .langs {*/
/*  height: auto;*/
/*  padding: 10px;*/
/*  opacity: 1;*/
/*}*/

/*.nav-bar .langs {*/
/*  display: -webkit-box;*/
/*  display: -ms-flexbox;*/
/*  display: flex;*/
/*  -webkit-box-align: center;*/
/*      -ms-flex-align: center;*/
/*          align-items: center;*/
/*  text-align: center;*/
/*  opacity: 0;*/
/*  min-width: 100px;*/
/*  border-radius: 10px;*/
/*  height: 0;*/
/*  background: #fff;*/
/*  -webkit-box-shadow: 0px 0px 5px 1px #00000055;*/
/*          box-shadow: 0px 0px 5px 1px #00000055;*/
/*  padding: 0;*/
/*  -webkit-transition: all .2s ease-in-out;*/
/*  transition: all .2s ease-in-out;*/
/*  position: absolute;*/
/*  overflow: hidden;*/
/*}*/

/*.nav-bar .langs li {*/
/*  list-style: none;*/
/*  padding: 5px;*/
/*}*/

body {
  padding-top: 70px;
}

@media (max-width: 1200px) {
  .nav-buttons {
    margin: 3px !important;
  }
  .nav-buttons .nav-button {
    margin: 3px;
  }
  .user-section {
    margin: 5px !important;
  }
}

@media (max-width: 920px) {
  /*  */
  /*.nav-bar {*/
  /*  -webkit-box-shadow: 0px 3px 7px #00000022;*/
  /*          box-shadow: 0px 3px 7px #00000022;*/
  /*  position: fixed;*/
  /*  width: 100vw;*/
  /*}*/
  /*.nav-bar .nav-side {*/
  /*  -webkit-animation-duration: 1s;*/
  /*          animation-duration: 1s;*/
  /*  text-align: center;*/
  /*  background: #fff;*/
  /*  padding: 30px 10px;*/
  /*  position: fixed;*/
  /*  top: 0;*/
  /*  z-index: 50;*/
  /*  display: none;*/
  /*  right: 0;*/
  /*  width: 200px;*/
  /*  height: 100vh;*/
  /*}*/
  /*.nav-bar .nav-side .nav-buttons {*/
  /*  display: block !important;*/
  /*}*/
  /*.nav-bar .nav-side .nav-buttons .nav-button {*/
  /*  display: block !important;*/
  /*  color: #000 !important;*/
  /*  text-decoration: none;*/
  /*  margin: 10px;*/
  /*  font-weight: bold;*/
  /*  -webkit-transition: all .2s ease-in-out;*/
  /*  transition: all .2s ease-in-out;*/
  /*  padding: 5px;*/
  /*  display: inline-block;*/
  /*}*/
  /*.nav-bar .nav-side .nav-buttons .nav-button:hover {*/
  /*  -webkit-transform: translateY(-3px) !important;*/
  /*          transform: translateY(-3px) !important;*/
  /*}*/
  /*.nav-bar .nav-side .user-section {*/
  /*  display: block !important;*/
  /*}*/
  /*.nav-bar .nav-side .material-button {*/
  /*  display: block !important;*/
  /*}*/
  /*.nav-bar .nav-side .material-button button {*/
  /*  min-width: 130px !important;*/
  /*  margin: 20px !important;*/
  /*}*/
  /*.nav-bar .nav-side-oppened {*/
  /*  display: block;*/
  /*  -webkit-box-shadow: 0px 0px 5px 2px #00000033;*/
  /*          box-shadow: 0px 0px 5px 2px #00000033;*/
  /*}*/
  /*.nav-bar .side-over-lay {*/
  /*  position: fixed;*/
  /*  top: 0;*/
  /*  left: 200%;*/
  /*  width: 100vw;*/
  /*  height: 100vh;*/
  /*  background: #00000055;*/
  /*  -webkit-transition: all .3s ease-in-out;*/
  /*  transition: all .3s ease-in-out;*/
  /*}*/
  /*.nav-bar .side-over-lay-oppened {*/
  /*  left: 0;*/
  /*}*/
  /*.nav-bar .lang-selector {*/
  /*  display: none;*/
  /*  border: none;*/
  /*  background: none;*/
  /*  position: relative;*/
  /*}*/
  /*.nav-bar .lang-selector img {*/
  /*  width: 20px;*/
  /*  margin: 5px;*/
  /*}*/
  /*.nav-bar .lang-selector i {*/
  /*  margin: 3px;*/
  /*}*/
  /*.nav-bar .lang-selector:hover .langs {*/
  /*  height: auto;*/
  /*  padding: 10px;*/
  /*  opacity: 1;*/
  /*}*/
  /*.nav-bar .langs {*/
  /*  display: -webkit-box;*/
  /*  display: -ms-flexbox;*/
  /*  display: flex;*/
  /*  -webkit-box-align: center;*/
  /*      -ms-flex-align: center;*/
  /*          align-items: center;*/
  /*  text-align: center;*/
  /*  opacity: 1;*/
  /*  min-width: 100px;*/
  /*  border-radius: 10px;*/
  /*  height: 0;*/
  /*  background: #fff;*/
  /*  -webkit-box-shadow: none;*/
  /*          box-shadow: none;*/
  /*  padding: 0 !important;*/
  /*  -webkit-transition: all .2s ease-in-out;*/
  /*  transition: all .2s ease-in-out;*/
  /*  position: absolute;*/
  /*  overflow: hidden;*/
  /*}*/
  /*.nav-bar .langs li {*/
  /*  list-style: none;*/
  /*  padding: 5px;*/
  /*}*/
  /*.nav-bar .lang-selector {*/
  /*  display: block !important;*/
  /*}*/
  /*.nav-bar .nav-toggler {*/
  /*  border: none;*/
  /*  font-size: 26px;*/
  /*  background: none;*/
  /*  display: block !important;*/
  /*  position: absolute;*/
  /*  left: 20px;*/
  /*}*/
}

.h-bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  bottom: 0;
}

body {
  background: #F5F5F5;
}

.form-cont {
  background: #fff;
  margin-bottom: 10px !important;
}

.code-input input {
  width: 60px;
  font-size: 32px !important;
  text-align: center;
}

.b-header {
  position: relative;
}

.b-header::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #FFB72B;
  content: '';
  width: 440px;
  height: 440px;
  border-radius: 50%;
  z-index: -1;
}

@media (max-width: 768px) {
  .b-header::after {
    display: none;
  }
}

.b-header::before {
  position: absolute;
  top: 40%;
  left: 70%;
  background-image: url("./../imgs/icons/points.png");
  background-size: cover;
  content: '';
  width: 300px;
  height: 300px;
  border-radius: 50%;
  z-index: -1;
}

.link-img:hover {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.advantages-card {
  position: relative;
}

.advantages-card .ad-head {
  position: relative;
}

.advantages-card .ad-head span {
  position: absolute;
  top: 5px;
  font-size: 40px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  left: 10px;
  color: #f5f5f5;
}

.advantages-card:hover span {
  font-size: 50px;
}

p {
  font-size: 12px;
  color: #8A8A8A;
}

.password-cont {
  position: relative;
}

.password-cont i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15px;
  font-size: 14px;
}

.gray-a {
  color: #8A8A8A;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 12px;
}

.gray-a:hover {
  color: #726b6b;
}

.login-img {
  position: relative;
}

.login-img img {
  height: calc(100vh - 70px);
}

.login-img .login-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  left: 0;
  padding: 40px;
  color: #fff;
}

.login-img .login-content h1 {
  font-weight: 900;
  line-height: 60px;
  position: relative;
}

.login-img .login-content h1::after {
  position: absolute;
  content: '';
  height: 50px;
  width: 50px;
  background: #FFB72B;
  z-index: -1;
  top: 0;
  left: calc(100% - 35px);
  border-radius: 0 25px 0 0;
}

.login-img .praivacy-a {
  position: absolute;
  bottom: 0;
}

.login-img .praivacy-a a {
  color: #fff;
  font-size: 14px;
}

@media (max-width: 768px) {
  .login-img img {
    height: auto;
  }
}

@media (min-width: 768px) {
  /* width */
  ::-webkit-scrollbar {
    width: 10px;
  }
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f5f5f5;
  }
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #FFB72B;
  }
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #f5b128;
  }
}

.register-header {
  color: #8A8A8A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 768px) {
  .register-header {
    display: block;
  }
}

.register-header .line-between {
  height: 5px;
  background: #f5f5f5;
  border-radius: 5px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 20px;
}

.register-header .select-register-step {
  border: 1px solid;
  height: 30px;
  width: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  margin: 10px;
}

.register-header .select-register-step.check {
  display: none;
}

.register-header .current {
  color: #000;
}

.register-header .current .select-register-step {
  color: #8A8A8A;
  background: #f5f5f5;
}

.register-header .current + .line-between {
  background: #f5f5f5 !important;
}

.register-header .active {
  color: #FFB72B;
}

.register-header .active .select-register-step {
  color: #8A8A8A;
  background: #f5f5f5;
}

.register-header .active .select-register-step.check {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.register-header .active .select-register-step.step {
  display: none;
}

.register-header .active + .line-between {
  background: #FFB72B;
}

.img-input .img-input-title {
  color: #8A8A8A;
  font-size: 12px;
  font-weight: 400;
}

.time-slider-cont {
  overflow: hidden;
  min-height: 140px;
  position: relative;
}

.time-slider-cont .time-button {
  position: absolute;
  top: 0;
}

.time-slider-cont .time-cont {
  display: none;
}

.btn-h100 {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

input[type="time"] {
  color: #8A8A8A;
  height: 42px;
}

input[type="time"]::-webkit-calendar-picker-indicator {
  -webkit-filter: invert(18%) sepia(13%) saturate(207%) hue-rotate(130deg) brightness(95%) contrast(30%);
          filter: invert(18%) sepia(13%) saturate(207%) hue-rotate(130deg) brightness(95%) contrast(30%);
  font-size: 30px;
  opacity: .3;
}

.no-arrow {
  background-image: none;
}

.img-parent {
  position: relative;
}

.img-parent .bg-img {
  position: absolute;
  width: 65% !important;
  height: 100%;
  left: 65%;
  z-index: 1;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all .8s ease-in;
  transition: all .8s ease-in;
}

.img-parent .bg-img2 {
  position: relative;
  z-index: 2;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.img-parent:hover .bg-img {
  -webkit-transform: translate(-50%, -50%) scale(1.2) rotate(-5deg);
          transform: translate(-50%, -50%) scale(1.2) rotate(-5deg);
}

.img-parent:hover .bg-img2 {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.line-home {
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top-corner {
  position: relative;
}

.top-corner::after {
  background: #FFB72B;
  content: '';
  position: absolute;
  top: -50px;
  left: calc(100% - 50px);
  width: 50px;
  height: 50px;
  border-radius: 50%;
}


.join-us-cont {
  position: relative;
}

.join-us-cont #bgCanvas {
  position: absolute;
  bottom: 20px;
  left: 0;
  border-radius: 20px;
  z-index: 1;
  /*background-image: url("../imgs/bg/canvas.png");*/
  background-size: cover;
}

.content-ma {
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .content-ma {
    color: #fff !important;
  }
  .content-ma p {
    color: #fff !important;
  }
}

.home-phone-slider .swiper {
  padding: 50px;
}

.home-phone-slider .swiper img {
  width: 180px;
  opacity: .6;
}

.home-phone-slider .swiper-slide-active img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 1;
}

.home-phone-slider .device-cont {
  position: absolute;
  left: 50%;
  top: 36px;
  -webkit-transform: translateX(-50%) scale(1.1);
          transform: translateX(-50%) scale(1.1);
}

.home-phone-slider .device-cont img {
  opacity: 1;
  width: 210px;
}

.home-phone-slider .home-slider-navigation {
  position: relative;
  padding: 20px;
  margin-top: 40px;
}

.home-phone-slider .home-slider-navigation .swiper-button-next, .home-phone-slider .home-slider-navigation .swiper-button-prev {
  position: absolute;
  border: none;
  background: none;
  font-size: 10px !important;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.home-phone-slider .home-slider-navigation .swiper-button-next::after, .home-phone-slider .home-slider-navigation .swiper-button-prev::after {
  font-size: 12px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25px;
  border-radius: 50%;
  background: #f5f5f5;
}

.home-phone-slider .home-slider-navigation .swiper-button-prev {
  left: -50%;
}

.home-phone-slider .swiper-button-next, .home-phone-slider .swiper-rtl .swiper-button-prev {
  left: calc(50% + 20px) !important;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  right: auto !important;
}

.home-phone-slider .swiper-button-next, .home-phone-slider .swiper-rtl .swiper-button-next {
  left: calc(50% - 20px) !important;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  right: auto !important;
}

.statistics {
  background-image: url("../imgs/bg/Layer-815.webp");
  background-size: cover;
}

.endfooter {
  background: rgba(255, 183, 43, 0.15);
  padding: 20px;
}

.endfooter .footer-link {
  margin: 5px;
  padding: 7px;
  border-radius: 10px;
  position: relative;
  background: #fff;
  width: 40px;
  height: 40px;
  display: inline-block;
}

.endfooter .footer-link:hover {
  background: #FFB72B;
}

.endfooter .footer-link img {
  max-width: 20px;
}

.endfooter .nav-button {
  color: #000;
  margin: 10px;
  font-size: 12px;
  font-weight: bold;
}

.endfooter .nav-button:hover {
  color: #FFB72B;
}
.header{
    background-color: #fff;
    box-shadow: 1px 1px 5px #ddd;
    padding: 11px;
}
.nav-side{
    display: flex;
    align-items: center;
}
.nav-buttons{
    margin-inline-end: 15px;
}
.nav-side .nav-button{
    color: #5c5149;
    margin: 0 7px;
    transition: .3s all ease;
}
.nav-side .nav-button:hover{
    color: #ffb72b;
    text-decoration: none;
}
@media (max-width: 992px) {
    .nav-side{
        position: fixed;
        top: 0;
        right: 0;
        background-color: #333;
        height: 100%;
        width: 50%;
        z-index: 99;
        transform: translateX(150%);
        transition: .3s all ease;
        display: flex;
        flex-direction: column;
    }
    .nav-buttons {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 15px;
    }
    .nav-side .nav-button{
        color: #fff;
        transition: .3s all ease;
        margin: 15px 7px;
        font-size: 20px;
    }
    .side-over-lay{
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: rgba(51, 51, 51, .55);
        z-index: 98;
        top: 0;
        left: 0;
        transform: translateX(-150%);
        transition: .3s all ease;
    }
    .open{
        transform: none !important;
    }
}
/*# sourceMappingURL=styles.css.map */
/* media */
@media(max-width:600px){
  body{
    font-size:12px
  }
  h1{
    font-size: 30px;
  }
  h2{
    font-size: 25px;
  }
  h5{
   font-size:15px !important;
  }
}

.main_color{color: #f2c12b !important;}
.carouselImg{
    max-height:380px;
    object-fit:contain;
}</pre></body></html>