@charset "UTF-8";
@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/IranYekan/eot/iranyekanwebboldfanum.eot");
  src: url("../fonts/IranYekan/eot/iranyekanwebboldfanum.eot?#iefix") format("embedded-opentype"), url("../fonts/IranYekan/woff/iranyekanwebboldfanum.woff") format("woff"), url("../fonts/IranYekan/ttf/iranyekanwebboldfanum.ttf") format("truetype");
}

@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/IranYekan/eot/iranyekanwebthinfanum.eot");
  src: url("../fonts/IranYekan/eot/iranyekanwebthinfanum.eot?#iefix") format("embedded-opentype"), url("../fonts/IranYekan/woff/iranyekanwebthinfanum.woff") format("woff"), url("../fonts/IranYekan/ttf/iranyekanwebthinfanum.ttf") format("truetype");
}

@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/IranYekan/eot/iranyekanweblightfanum.eot");
  src: url("../fonts/IranYekan/eot/iranyekanweblightfanum.eot?#iefix") format("embedded-opentype"), url("../fonts/IranYekan/woff/iranyekanweblightfanum.woff") format("woff"), url("../fonts/IranYekan/ttf/iranyekanweblightfanum.ttf") format("truetype");
}

@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/IranYekan/eot/iranyekanwebregularfanum.eot");
  src: url("../fonts/IranYekan/eot/iranyekanwebregularfanum.eot?#iefix") format("embedded-opentype"), url("../fonts/IranYekan/woff/iranyekanwebregularfanum.woff") format("woff"), url("../fonts/IranYekan/ttf/iranyekanwebregularfanum.ttf") format("truetype");
}

@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/IranYekan/eot/iranyekanwebmediumfanum.eot");
  src: url("../fonts/IranYekan/eot/iranyekanwebmediumfanum.eot?#iefix") format("embedded-opentype"), url("../fonts/IranYekan/woff/iranyekanwebmediumfanum.woff") format("woff"), url("../fonts/IranYekan/ttf/iranyekanwebmediumfanum.ttf") format("truetype");
}

@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/IranYekan/eot/iranyekanwebextraboldfanum.eot");
  src: url("../fonts/IranYekan/eot/iranyekanwebextraboldfanum.eot?#iefix") format("embedded-opentype"), url("../fonts/IranYekan/woff/iranyekanwebextraboldfanum.woff") format("woff"), url("../fonts/IranYekan/ttf/iranyekanwebextraboldfanum.ttf") format("truetype");
}

@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/IranYekan/eot/iranyekanwebblackfanum.eot");
  src: url("../fonts/IranYekan/eot/iranyekanwebblackfanum.eot?#iefix") format("embedded-opentype"), url("../fonts/IranYekan/woff/iranyekanwebblackfanum.woff") format("woff"), url("../fonts/IranYekan/ttf/iranyekanwebblackfanum.ttf") format("truetype");
}

@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: 950;
  src: url("../fonts/IranYekan/eot/iranyekanwebextrablackfanum.eot");
  src: url("../fonts/IranYekan/eot/iranyekanwebextrablackfanum.eot?#iefix") format("embedded-opentype"), url("../fonts/IranYekan/woff/iranyekanwebextrablackfanum.woff") format("woff"), url("../fonts/IranYekan/ttf/iranyekanwebextrablackfanum.ttf") format("truetype");
}

/* Function for PX to REM */
body {
  font-family: "iranyekan";
  direction: rtl;
  font-size: 15px;
  font-weight: normal;
  background-color: #020915;
  color: #fff;
  overflow-x: hidden;
}

body a {
  text-decoration: none;
}

body ul,
body ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

body button {
  border: none;
  padding: 0;
  background-color: transparent;
}

.pagination {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 40px;
  padding-bottom: 40px;
}

.pagination .prev__page,
.pagination .next__page {
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.28);
  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;
  margin: 8px;
  border-radius: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.pagination .prev__page:hover,
.pagination .next__page:hover {
  background-color: #e63434;
  border-color: #e63434;
}

.pagination ul {
  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;
}

.pagination ul li a {
  width: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.28);
  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;
  margin: 8px;
  border-radius: 100%;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (max-width: 992px) {
  .pagination ul li a {
    margin: 2px;
  }
}

.pagination ul li a:hover {
  background-color: #e63434;
  border-color: #e63434;
}

.pagination ul li a.active {
  background-color: #e63434;
  border-color: #e63434;
}

.global__modals .modal__box {
  background-color: transparent;
  border-radius: 7px;
  -webkit-box-shadow: 0 0 20px 6px rgba(255, 255, 255, 0.06);
          box-shadow: 0 0 20px 6px rgba(255, 255, 255, 0.06);
  position: relative;
  padding-top: 120px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background-image: url(../img/icon/CardBgColorFull.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.global__modals .modal__box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: transparent;
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  -webkit-filter: blur(40px);
          filter: blur(40px);
  background-color: rgba(20, 21, 33, 0.2);
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: none;
}

.global__modals .modal__box .circle__1 {
  z-index: -2;
  width: 92px;
  height: 92px;
  background: #e63434;
  position: absolute;
  top: 20%;
  right: 15%;
  border-radius: 100%;
  display: none;
}

.global__modals .modal__box .circle__2 {
  z-index: -2;
  width: 92px;
  height: 92px;
  background: #e63434;
  position: absolute;
  bottom: 20%;
  left: 20%;
  border-radius: 100%;
  display: none;
}

.global__modals .modal__box .polygon {
  position: absolute;
  left: -20px;
  top: 16px;
}

.global__modals .modal__box .top__title {
  background-color: #0b101d;
  width: 100%;
  height: 90px;
  border-radius: 7px;
  background: #0b101d;
  position: absolute;
  left: -18px;
  top: 32px;
  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;
}

.global__modals .modal__box .top__title span {
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  color: #fff;
  padding-left: 18px;
}

@media only screen and (max-width: 576px) {
  .global__modals .modal__box .top__title span {
    font-size: 20px;
  }
}

.global__modals .modal__box .modal__content {
  padding: 32px;
  background-color: transparent;
}

@media only screen and (max-width: 576px) {
  .global__modals .modal__box .modal__content {
    padding: 32px 16px;
  }
}

.global__modals .modal__box .modal__content .main__content .input__box {
  width: 100%;
  margin-bottom: 24px;
  /* Firefox */
}

.global__modals .modal__box .modal__content .main__content .input__box label {
  margin-bottom: 8px;
  font-weight: normal;
  font-size: 16px;
  text-align: right;
  color: #c6c6c6;
}

.global__modals .modal__box .modal__content .main__content .input__box input {
  width: 100%;
  height: 50px;
  border-radius: 7px;
  background: #fff;
  outline: none;
  border: none;
  padding-right: 16px;
  direction: rtl;
}

.global__modals .modal__box .modal__content .main__content .input__box input::-webkit-input-placeholder {
  text-align: right;
  font-weight: normal;
  font-size: 14px;
  color: #81848a;
  padding: 0;
}

.global__modals .modal__box .modal__content .main__content .input__box input:-ms-input-placeholder {
  text-align: right;
  font-weight: normal;
  font-size: 14px;
  color: #81848a;
  padding: 0;
}

.global__modals .modal__box .modal__content .main__content .input__box input::-ms-input-placeholder {
  text-align: right;
  font-weight: normal;
  font-size: 14px;
  color: #81848a;
  padding: 0;
}

.global__modals .modal__box .modal__content .main__content .input__box input::placeholder {
  text-align: right;
  font-weight: normal;
  font-size: 14px;
  color: #81848a;
  padding: 0;
}

.global__modals .modal__box .modal__content .main__content .input__box input::-webkit-outer-spin-button,
.global__modals .modal__box .modal__content .main__content .input__box input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.global__modals .modal__box .modal__content .main__content .input__box input[type="number"] {
  -moz-appearance: textfield;
  text-align: left;
  padding-left: 16px;
  letter-spacing: 10px;
}

.global__modals .modal__box .modal__content .main__content .input__box input[type="number"]::-webkit-input-placeholder {
  letter-spacing: 0px;
}

.global__modals .modal__box .modal__content .main__content .input__box input[type="number"]:-ms-input-placeholder {
  letter-spacing: 0px;
}

.global__modals .modal__box .modal__content .main__content .input__box input[type="number"]::-ms-input-placeholder {
  letter-spacing: 0px;
}

.global__modals .modal__box .modal__content .main__content .input__box input[type="number"]::placeholder {
  letter-spacing: 0px;
}

.global__modals .modal__box .modal__content .main__content .input__box .forgot__password {
  display: block;
  text-align: left;
  font-weight: normal;
  font-size: 14px;
  color: #ee6363;
  margin-top: 8px;
  width: 100%;
  cursor: pointer;
}

.global__modals .modal__box .modal__content .main__content .input__box .left__time {
  width: 100%;
  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;
  padding-top: 24px;
}

.global__modals .modal__box .modal__content .main__content .input__box .left__time span {
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  color: #fff;
  margin: 3px;
}

.global__modals .modal__box .modal__content .main__content .input__box textarea {
  width: 100%;
  height: 130px;
  padding: 8px 16px;
  border-radius: 7px;
  outline: none;
  border: none;
}

.global__modals .modal__box .modal__content .main__content .input__box .dark {
  background-color: #020915;
  color: white;
}

.global__modals .modal__box .modal__content .main__content button {
  width: 100%;
  height: 60px;
  border-radius: 3px;
  background: -webkit-gradient(linear, right top, left top, from(#e63434), to(#a52f2f));
  background: linear-gradient(270deg, #e63434 0%, #a52f2f 100%);
  -webkit-box-shadow: 8px 6px 16px rgba(230, 52, 52, 0.29);
          box-shadow: 8px 6px 16px rgba(230, 52, 52, 0.29);
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  text-shadow: 8px 6px 16px rgba(230, 52, 52, 0.29);
  margin-top: 32px;
}

.global__modals .modal__box .modal__content .main__content p {
  font-weight: normal;
  font-size: 14px;
  color: #fff;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin-top: 24px;
  text-align: center;
}

.global__modals .modal__box .modal__content .main__content p span {
  color: #e63434;
  border-bottom: 1px dotted #e63434;
  margin-right: 4px;
  margin-left: 4px;
  cursor: pointer;
}

.global__modals .modal__box .modal__content .main__content h5 {
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  color: #fff;
  margin-bottom: 16px;
}

.global__modals .modal__box .modal__content .main__content h5 span {
  color: #e63434;
}

@-webkit-keyframes backgroundCircle1 {
  from {
    right: 16px;
  }
  to {
    right: 50%;
  }
}

@keyframes backgroundCircle1 {
  from {
    right: 16px;
  }
  to {
    right: 50%;
  }
}

@-webkit-keyframes backgroundCircle2 {
  from {
    left: 80px;
  }
  to {
    left: 70%;
  }
}

@keyframes backgroundCircle2 {
  from {
    left: 80px;
  }
  to {
    left: 70%;
  }
}

.index__first__section {
  position: relative;
  min-height: 100vh;
}

.index__first__section .home__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.index__first__section .intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 40px;
}

.index__first__section .intro .right {
  width: 50%;
}

.index__first__section .intro .right svg {
  margin-bottom: 35px;
}

.index__first__section .intro .right h2 {
  font-weight: 500;
  font-size: 23px;
  text-align: right;
  color: #fff;
  margin-bottom: 35px;
}

.index__first__section .intro .right h2 span {
  font-weight: bold;
  font-size: 42px;
  text-align: left;
  color: #ffae00;
}

.index__first__section .intro .right h4 {
  font-weight: normal;
  font-size: 17px;
  line-height: 42px;
  text-align: justify;
  color: #cecece;
  margin-bottom: 70px;
  max-width: 490px;
}

.index__first__section .intro .right .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.index__first__section .intro .right .items a {
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  color: #fff;
  padding: 16px 40px;
  border-radius: 5px;
  background: #e63434;
  border: 1px solid #e63434;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-bottom: 8px;
}

.index__first__section .intro .right .items a:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 10px 20px 60px rgba(230, 52, 52, 0.3);
          box-shadow: 10px 20px 60px rgba(230, 52, 52, 0.3);
}

.index__first__section .intro .right .items .find__mentor {
  font-weight: 500;
  font-size: 18px;
  color: #e63434;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #e63434;
  margin-right: 40px;
}

.index__first__section .intro .left {
  width: 50%;
  text-align: left;
}

.index__first__section .intro .left img {
  max-height: 540px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

@media only screen and (max-width: 992px) {
  .index__first__section .intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .index__first__section .intro .right {
    width: 100%;
    margin-bottom: 32px;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .index__first__section .intro .right h2,
  .index__first__section .intro .right h4 {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
  .index__first__section .intro .right .items {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .index__first__section .intro .right .items .find__mentor {
    border-color: #ffae00;
    color: #ffae00;
  }
  .index__first__section .intro .left {
    width: 100%;
    text-align: center;
  }
  .index__first__section .intro .left img {
    min-height: 370px;
  }
}

@media only screen and (max-width: 576px) {
  .index__first__section .intro .right .items a,
  .index__first__section .intro .right .items .find__mentor {
    margin: 8px;
    width: 100%;
  }
  .index__first__section .intro .left img {
    height: unset;
    width: 100%;
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }
}

header {
  z-index: 3;
}

header .main__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 32px;
}

@media only screen and (max-width: 992px) {
  header .main__content {
    padding: 8px;
  }
}

header .main__content .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 992px) {
  header .main__content .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}

header .main__content .right .mobile__menu__btn {
  cursor: pointer;
  margin-left: 16px;
  display: none;
}

@media only screen and (max-width: 992px) {
  header .main__content .right .mobile__menu__btn {
    display: inline-block;
    margin-top: 8px;
  }
}

header .main__content .right .logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

header .main__content .right .logo svg {
  height: 36px;
  margin-left: 80px;
}

@media only screen and (max-width: 1400px) {
  header .main__content .right .logo svg {
    margin-left: 40px;
  }
}

@media only screen and (max-width: 1200px) {
  header .main__content .right .logo svg {
    margin-left: 24px;
    height: 24px;
  }
}

header .main__content .right .menu {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header .main__content .right .menu .close__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #ffffff;
  padding: 16px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 16px;
  display: none;
}

header .main__content .right .menu .close__menu svg {
  margin-left: 8px;
  height: 24px;
}

header .main__content .right .menu .mobile__auth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 16px;
  display: none;
}

@media only screen and (max-width: 992px) {
  header .main__content .right .menu .mobile__auth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

header .main__content .right .menu .mobile__auth .authorize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}

header .main__content .right .menu .mobile__auth .authorize a,
header .main__content .right .menu .mobile__auth .authorize span {
  font-weight: 500;
  font-size: 14px;
  text-align: right;
  color: #fff;
  padding: 4px;
  display: inline-block;
}

header .main__content .right .menu .mobile__auth .authorize span {
  padding: 0;
}

header .main__content .right .menu .mobile__auth .join__to__mentors {
  padding-left: 16px;
}

header .main__content .right .menu .mobile__auth .join__to__mentors a {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 12px 8px;
  height: 50px;
  border-radius: 3px;
  background: -webkit-gradient(linear, right top, left top, from(#e63434), to(#c72d2d));
  background: linear-gradient(270deg, #e63434 0%, #c72d2d 100%);
  -webkit-box-shadow: 0px 20px 30px rgba(230, 52, 52, 0.26);
          box-shadow: 0px 20px 30px rgba(230, 52, 52, 0.26);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  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;
  width: 100%;
}

header .main__content .right .menu .mobile__auth .join__to__mentors a:hover {
  -webkit-box-shadow: 0px 20px 30px rgba(230, 52, 52, 0.46);
          box-shadow: 0px 20px 30px rgba(230, 52, 52, 0.46);
}

header .main__content .right .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .main__content .right .menu ul li a {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  text-align: right;
  color: #fff;
  padding: 4px 12px;
  margin: 4px;
}

@media only screen and (max-width: 1200px) {
  header .main__content .right .menu ul li a {
    padding: 4px;
  }
}

@media only screen and (max-width: 992px) {
  header .main__content .right .menu {
    position: fixed;
    top: 0;
    right: -300px;
    width: 50%;
    max-width: 250px;
    height: 100vh;
    background-color: #353741;
    -webkit-box-shadow: -9px 0px 20px 7px rgba(255, 255, 255, 0.1);
            box-shadow: -9px 0px 20px 7px rgba(255, 255, 255, 0.1);
    z-index: 10;
  }
  header .main__content .right .menu .close__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .main__content .right .menu .mobile__auth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .main__content .right .menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-bottom: 16px;
  }
  header .main__content .right .menu ul li {
    width: 100%;
  }
  header .main__content .right .menu ul li a {
    display: inline-block;
    padding: 8px 16px;
  }
}

@media only screen and (max-width: 576px) {
  header .main__content .right .menu {
    width: 80%;
  }
}

header .main__content .right .show__mobile__menu {
  right: 0;
}

header .main__content .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 992px) {
  header .main__content .left {
    display: none;
  }
}

header .main__content .left .authorize {
  margin-left: 24px;
}

header .main__content .left .authorize a,
header .main__content .left .authorize span {
  font-weight: 500;
  font-size: 14px;
  text-align: right;
  color: #fff;
  padding: 4px;
}

@media only screen and (max-width: 768px) {
  header .main__content .left .authorize a,
  header .main__content .left .authorize span {
    display: none;
  }
}

header .main__content .left .authorize span {
  padding: 0;
}

@media only screen and (max-width: 992px) {
  header .main__content .left .authorize {
    margin-left: 16px;
  }
}

header .main__content .left .join__to__mentors a {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 12px 32px;
  height: 50px;
  border-radius: 3px;
  background: -webkit-gradient(linear, right top, left top, from(#e63434), to(#c72d2d));
  background: linear-gradient(270deg, #e63434 0%, #c72d2d 100%);
  -webkit-box-shadow: 0px 20px 30px rgba(230, 52, 52, 0.26);
          box-shadow: 0px 20px 30px rgba(230, 52, 52, 0.26);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 1200px) {
  header .main__content .left .join__to__mentors a {
    padding: 12px;
  }
}

@media only screen and (max-width: 992px) {
  header .main__content .left .join__to__mentors a {
    height: unset;
    padding: 8px;
  }
}

@media only screen and (max-width: 420px) {
  header .main__content .left .join__to__mentors a {
    font-size: 13px;
  }
}

header .main__content .left .join__to__mentors a:hover {
  -webkit-box-shadow: 0px 20px 30px rgba(230, 52, 52, 0.46);
          box-shadow: 0px 20px 30px rgba(230, 52, 52, 0.46);
}

header .main__content .left .after__login {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding: 4px;
}

header .main__content .left .after__login:hover .submenu__item {
  display: unset;
}

header .main__content .left .after__login .user__svg {
  margin-left: 8px;
  height: 15.089px;
}

header .main__content .left .after__login .arrow__svg {
  margin-right: 6px;
  height: 5.759px;
}

header .main__content .left .after__login h6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 14px;
  text-align: right;
  color: #fff;
  padding: 4px 0;
}

header .main__content .left .after__login h6 span {
  margin-right: 5px;
}

header .main__content .left .after__login .submenu__item {
  position: absolute;
  width: 100%;
  top: 100%;
  right: 0;
  border-radius: 8px;
  background-color: white;
  padding: 4px;
  display: none;
}

header .main__content .left .after__login .submenu__item ul li {
  padding: 4px;
  border-radius: 6px;
  background-color: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

header .main__content .left .after__login .submenu__item ul li a {
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

header .main__content .left .after__login .submenu__item ul li a span {
  font-weight: 400;
  font-size: 14px;
  color: #0b101d;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
}

header .main__content .left .after__login .submenu__item ul li a span svg {
  height: 18px;
  fill: #ffae00;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

header .main__content .left .after__login .submenu__item ul li:hover {
  background-color: #e63434;
}

header .main__content .left .after__login .submenu__item ul li:hover span {
  color: white;
}

header .main__content .left .after__login .submenu__item ul li:hover span svg {
  fill: white;
}

.index__games__section {
  margin-top: 64px;
}

.index__games__section .main__content .titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 48px;
}

.index__games__section .main__content .titles h6 {
  margin-bottom: 0;
  position: relative;
  font-weight: bold;
  font-size: 41px;
  text-align: right;
  color: #fff;
  padding-bottom: 12px;
  padding-top: 8px;
}

@media only screen and (max-width: 576px) {
  .index__games__section .main__content .titles h6 {
    font-size: 32px;
  }
}

.index__games__section .main__content .titles h6::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 24px;
  height: 6px;
  border-radius: 3px;
  background: #e63434;
}

.index__games__section .main__content .titles a {
  font-weight: normal;
  font-size: 17px;
  text-align: center;
  color: #fff;
  padding: 8px;
  border-radius: 7px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.index__games__section .main__content .titles a:hover {
  background-color: #ffffff40;
}

.index__games__section .games__slide {
  -webkit-transform: translate(15px, 0px);
          transform: translate(15px, 0px);
}

.index__games__section .games__slide .item {
  display: inline-block;
  height: 170px;
  width: 100%;
  border-radius: 9px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.index__games__section .games__slide .item::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(113, 82, 0, 0.28)), to(rgba(15, 0, 18, 0.87)));
  background: linear-gradient(180deg, rgba(113, 82, 0, 0.28) 0%, rgba(15, 0, 18, 0.87) 100%);
}

.index__games__section .games__slide .item h5 {
  position: absolute;
  left: 24px;
  bottom: 24px;
  margin: 0;
  color: white;
}

.index__games__section .games__slide .item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.index__games__section .games__slide .slider__arrows {
  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;
  width: 100%;
  margin: 32px auto;
}

.index__games__section .games__slide .slider__arrows .arrow__right,
.index__games__section .games__slide .slider__arrows .arrow__left {
  width: 72px;
  height: 72px;
  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;
  background-color: #000;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  margin: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.index__games__section .games__slide .slider__arrows .arrow__right:hover,
.index__games__section .games__slide .slider__arrows .arrow__left:hover {
  background-color: #e63434;
  border: 1px solid #e63434;
}

.index__games__section .swiper-slide.swiper-slide-next {
  margin-right: 25px;
}

.index__games__section .swiper-slide.swiper-slide-prev {
  margin-left: 25px;
}

.index__games__section .swiper-container {
  position: relative;
  width: 100vw;
  height: 300px;
}

.index__games__section .swiper-container > .swiper-slide__content {
  position: absolute;
  top: 0;
}

.index__games__section .swiper-slide {
  height: 300px;
  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;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.index__games__section .swiper-slide.swiper-slide-active {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}

.index__games__section .swiper-slide__content {
  height: 300px;
}

.index__mentor__list .main__content .titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 48px;
}

.index__mentor__list .main__content .titles h6 {
  margin-bottom: 0;
  position: relative;
  font-weight: bold;
  font-size: 41px;
  text-align: right;
  color: #fff;
  padding-bottom: 12px;
  padding-top: 8px;
}

@media only screen and (max-width: 576px) {
  .index__mentor__list .main__content .titles h6 {
    font-size: 32px;
  }
}

.index__mentor__list .main__content .titles h6::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 24px;
  height: 6px;
  border-radius: 3px;
  background: #e63434;
}

.index__mentor__list .main__content .titles a {
  font-weight: normal;
  font-size: 17px;
  text-align: center;
  color: #fff;
  padding: 8px;
  border-radius: 7px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.index__mentor__list .main__content .titles a:hover {
  background-color: #ffffff40;
}

.index__mentor__list .main__content .mentors__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.index__mentor__list .main__content .mentors__cards .mentor__card {
  width: calc(33.33% - 32px);
  margin: 16px;
  padding: 24px 16px;
  border-radius: 7px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  background-image: url(../img/icon/CardBgColorFull.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 992px) {
  .index__mentor__list .main__content .mentors__cards .mentor__card {
    width: calc(50% - 32px);
  }
}

@media only screen and (max-width: 768px) {
  .index__mentor__list .main__content .mentors__cards .mentor__card {
    width: calc(100% - 0px);
    margin: 16px 0;
  }
}

.index__mentor__list .main__content .mentors__cards .mentor__card .circle__1 {
  width: 92px;
  height: 92px;
  background: #e63434;
  position: absolute;
  top: 21px;
  right: 16px;
  border-radius: 100%;
  z-index: -2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: none;
}

.index__mentor__list .main__content .mentors__cards .mentor__card .circle__2 {
  width: 92px;
  height: 92px;
  background: #e63434;
  position: absolute;
  bottom: 52px;
  left: 80px;
  border-radius: 100%;
  z-index: -2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: none;
}

.index__mentor__list .main__content .mentors__cards .mentor__card:hover {
  border: 1px solid #ffffff10;
}

.index__mentor__list .main__content .mentors__cards .mentor__card:hover .circle__1 {
  -webkit-animation-name: backgroundCircle1;
          animation-name: backgroundCircle1;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.index__mentor__list .main__content .mentors__cards .mentor__card:hover .circle__2 {
  -webkit-animation-name: backgroundCircle2;
          animation-name: backgroundCircle2;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.index__mentor__list .main__content .mentors__cards .mentor__card:hover::before {
  background-color: #ffffff20;
}

.index__mentor__list .main__content .mentors__cards .mentor__card .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
  border-radius: 7px;
  background: #0b101d;
  margin-left: -34px;
  border-radius: 0 7px 7px 7px;
  position: relative;
}

.index__mentor__list .main__content .mentors__cards .mentor__card .title .polygon {
  position: absolute;
  top: -12px;
  left: -3px;
}

.index__mentor__list .main__content .mentors__cards .mentor__card .title .user__img {
  position: relative;
}

.index__mentor__list .main__content .mentors__cards .mentor__card .title .user__img .verify__tik {
  position: absolute;
  top: 0;
  right: 0;
  height: 26px;
  opacity: 0;
}

.index__mentor__list .main__content .mentors__cards .mentor__card .title .user__img img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 80px;
}

.index__mentor__list .main__content .mentors__cards .mentor__card .title .name__games {
  padding-right: 16px;
}

.index__mentor__list .main__content .mentors__cards .mentor__card .title .name__games h4 {
  font-weight: bold;
  font-size: 15px;
  text-align: right;
  color: #fff;
  margin-bottom: 24px;
}

.index__mentor__list .main__content .mentors__cards .mentor__card .title .name__games .games {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.index__mentor__list .main__content .mentors__cards .mentor__card .title .name__games .games .pic {
  width: 24px;
  height: 24px;
  border: 1px solid #353741;
  background: #ffffff15;
  margin-left: -12px;
  border-radius: 50%;
  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;
  overflow: hidden;
}

.index__mentor__list .main__content .mentors__cards .mentor__card .title .name__games .games .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.index__mentor__list .main__content .mentors__cards .mentor__card p {
  width: 100%;
  min-height: 96px;
  font-weight: 300;
  font-size: 14px;
  line-height: 32px;
  text-align: justify;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  margin-top: 40px;
  margin-bottom: 24px;
  padding: 0px 8px;
}

.index__mentor__list .main__content .mentors__cards .mentor__card .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.index__mentor__list .main__content .mentors__cards .mentor__card .btns a {
  margin: 8px;
  padding: 16px;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #fff;
  width: calc(50% - 16px);
  border-radius: 3px;
  background: -webkit-gradient(linear, right top, left top, from(#e63434), to(#a52f2f));
  background: linear-gradient(270deg, #e63434 0%, #a52f2f 100%);
  -webkit-box-shadow: 8px 6px 16px rgba(230, 52, 52, 0.29);
          box-shadow: 8px 6px 16px rgba(230, 52, 52, 0.29);
}

.index__mentor__list .main__content .mentors__cards .mentor__card .btns .price {
  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;
  border-radius: 3px;
  background: rgba(230, 52, 52, 0);
  border: 1px solid #fff;
  -webkit-box-shadow: 8px 6px 16px rgba(230, 52, 52, 0.29);
          box-shadow: 8px 6px 16px rgba(230, 52, 52, 0.29);
  font-weight: 300;
  font-size: 13px;
  text-align: center;
  color: #fff;
  width: calc(50% - 16px);
  margin: 8px;
  padding: 16px;
}

.index__mentor__list .main__content .mentors__cards .mentor__card .btns .price strong {
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #fff;
  margin-left: 5px;
}

@media only screen and (max-width: 450px) {
  .index__mentor__list .main__content .mentors__cards .mentor__card .btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .index__mentor__list .main__content .mentors__cards .mentor__card .btns a,
  .index__mentor__list .main__content .mentors__cards .mentor__card .btns .price {
    width: 100%;
  }
}

.index__mentor__list .main__content .mentors__cards .verified .title .user__img .verify__tik {
  opacity: 1;
}

footer {
  margin-top: 32px;
  background: rgba(255, 255, 255, 0.06);
  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;
}

footer .main__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 16px;
  padding-bottom: 16px;
}

footer .main__content .authorize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .main__content .authorize a {
  display: inline-block;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  color: #acacac;
}

footer .main__content .authorize a svg {
  margin-left: 8px;
}

footer .main__content .authorize a:hover {
  color: #ffae00;
}

footer .main__content .authorize a:hover svg path {
  fill: #ffae00;
}

footer .main__content .copyright {
  padding: 0px 32px;
}

footer .main__content .copyright a {
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #acacac;
}

footer .main__content .social__network {
  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;
}

footer .main__content .social__network a {
  margin-right: 24px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 40px;
  height: 40px;
  border-radius: 7px;
  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;
}

footer .main__content .social__network a svg {
  height: 24px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

footer .main__content .social__network a:hover {
  background-color: #ffffff20;
}

footer .main__content .social__network a:hover svg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media only screen and (max-width: 992px) {
  footer .main__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .main__content .authorize {
    margin-bottom: 16px;
  }
  footer .main__content .copyright {
    margin-bottom: 16px;
    text-align: center;
  }
  footer .main__content .copyright a {
    text-align: center;
  }
}

.second__header__section {
  min-height: 320px;
  max-height: 350px;
  margin-bottom: 80px;
}

@media only screen and (max-width: 992px) {
  .second__header__section {
    margin-bottom: 16px;
  }
}

.second__header__section .page__top__content {
  margin-top: 72px;
}

.second__header__section .page__top__content .item {
  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;
}

.second__header__section .page__top__content .item svg {
  margin-left: 13px;
}

.second__header__section .page__top__content .item h6 {
  margin-bottom: 0;
  position: relative;
  font-weight: 500;
  font-size: 30px;
  text-align: right;
  color: #fff;
  padding-bottom: 12px;
}

.second__header__section .page__top__content .item h6::before {
  position: absolute;
  content: "";
  top: 100%;
  right: 0;
  width: 37px;
  height: 6px;
  border-radius: 3px;
  background: #e63434;
}

.second__header__section .page__top__content .breadcrumbs ul {
  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;
  margin-top: 24px;
}

.second__header__section .page__top__content .breadcrumbs ul li a {
  font-weight: 300;
  font-size: 13px;
  text-align: left;
  color: #fff;
  margin: 3px;
}

.game__list .main__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.game__list .main__content a {
  display: inline-block;
  width: calc(33.33% - 24px);
  height: 230px;
  border-radius: 9px;
  margin: 12px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.game__list .main__content a:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  border-bottom: 4px solid #e63434;
  border-right: 4px solid #e63434;
}

@media only screen and (max-width: 992px) {
  .game__list .main__content a {
    width: calc(50% - 24px);
  }
}

@media only screen and (max-width: 576px) {
  .game__list .main__content a {
    width: calc(100% - 24px);
  }
}

.game__list .main__content a .item {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.game__list .main__content a .item::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(113, 82, 0, 0.28)), to(rgba(15, 0, 18, 0.87)));
  background: linear-gradient(180deg, rgba(113, 82, 0, 0.28) 0%, rgba(15, 0, 18, 0.87) 100%);
}

.game__list .main__content a .item h5 {
  position: absolute;
  left: 24px;
  bottom: 24px;
  margin: 0;
  font-weight: bold;
  font-size: 20px;
  text-align: left;
  color: #fff;
}

.game__list .main__content a .item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mentor__filter .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mentor__filter .content .item select {
  width: 250px;
  height: 45px;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0);
  border: 1px solid rgba(185, 185, 185, 0.4);
  font-weight: bold;
  font-size: 15px;
  text-align: right;
  color: #b2b2b2;
  padding-right: 24px;
}

.mentor__filter .content .item select option {
  margin: 40px;
  background: black;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  padding: 8px;
  margin: 8px;
  outline: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.mentor__filter .content .item select option[value="1"] {
  margin: 8px;
  padding: 8px;
}

.mentor__filter .content .sorting select {
  width: 150px;
  border: none;
  padding-right: 8px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media only screen and (max-width: 576px) {
  .mentor__filter .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .mentor__filter .content .item {
    width: 100%;
    margin-bottom: 16px;
  }
  .mentor__filter .content .item select {
    width: 50%;
  }
}

@media only screen and (max-width: 576px) and (max-width: 400px) {
  .mentor__filter .content .item select {
    width: 70%;
  }
}

@media only screen and (max-width: 576px) {
  .mentor__filter .content .sorting select {
    width: calc(50% - 32px);
  }
}

@media only screen and (max-width: 576px) and (max-width: 400px) {
  .mentor__filter .content .sorting select {
    width: calc(70% - 32px);
  }
}

.dynamic__page .main__content p {
  line-height: 38px;
  font-size: 15px;
  color: white;
  text-align: justify;
  margin-bottom: 130px;
}

.payment__state {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  height: 100vh;
}

.payment__state .home__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.payment__state h5 {
  margin-bottom: 80px;
  font-weight: bold;
  font-size: 45px;
  line-height: 102px;
  text-align: center;
}

@media only screen and (max-width: 992px) {
  .payment__state h5 {
    line-height: 48px;
    font-size: 28px;
    margin-bottom: 32px;
  }
}

.payment__state .success {
  color: #42cb86;
  text-shadow: 0px 0px 23px #23ed88;
}

.payment__state .fail {
  color: #ffae00;
  text-shadow: 0px 0px 23px #ffae00;
}

.payment__state a {
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: #fff;
  padding: 14px 24px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.payment__state a:hover {
  -webkit-box-shadow: 10px 20px 30px rgba(66, 203, 134, 0.27);
          box-shadow: 10px 20px 30px rgba(66, 203, 134, 0.27);
  background: #42cb86;
}

.payment__state .left__img {
  position: fixed;
  right: 5%;
  bottom: 0;
  height: 200px;
}

@media only screen and (max-width: 992px) {
  .payment__state .left__img {
    right: 0;
    height: 150px;
  }
}

.payment__state .left__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.payment__state .right__img {
  position: fixed;
  left: 5%;
  bottom: 0;
  height: 200px;
}

@media only screen and (max-width: 992px) {
  .payment__state .right__img {
    left: 0;
    height: 150px;
  }
}

.payment__state .right__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.join__game__list .main__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.join__game__list .main__content .item {
  border-radius: 9px;
  overflow: hidden;
  width: calc(33.33% - 32px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 16px;
  cursor: pointer;
}

@media only screen and (max-width: 992px) {
  .join__game__list .main__content .item {
    width: calc(50% - 32px);
  }
}

@media only screen and (max-width: 576px) {
  .join__game__list .main__content .item {
    width: 100%;
    margin: 16px 0;
  }
}

.join__game__list .main__content .item img {
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.join__game__list .main__content .item .title {
  width: 100%;
  height: 55px;
  background: linear-gradient(280deg, #e63434 0%, #a52f2f 100%);
  -webkit-box-shadow: 8px 6px 16px rgba(230, 52, 52, 0.29);
          box-shadow: 8px 6px 16px rgba(230, 52, 52, 0.29);
  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;
}

.join__game__list .main__content .item:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  background: -webkit-gradient(linear, left top, right top, from(#e63434), to(#a52f2f));
  background: linear-gradient(90deg, #e63434 0%, #a52f2f 100%);
}

.mentor__page .mentor__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 992px) {
  .mentor__page .mentor__intro {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.mentor__page .mentor__intro .right {
  width: 70%;
  padding-left: 56px;
}

@media only screen and (max-width: 992px) {
  .mentor__page .mentor__intro .right {
    width: 100%;
    padding-left: 0;
    margin-bottom: 32px;
  }
}

.mentor__page .mentor__intro .right .main__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 992px) {
  .mentor__page .mentor__intro .right .main__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.mentor__page .mentor__intro .right .main__content .pic {
  width: 270px;
  height: 370px;
}

.mentor__page .mentor__intro .right .main__content .pic img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}

.mentor__page .mentor__intro .right .main__content .content {
  padding-right: 24px;
  width: calc(100% - 270px);
}

@media only screen and (max-width: 992px) {
  .mentor__page .mentor__intro .right .main__content .content {
    width: 100%;
    padding-right: 0;
    margin-top: 24px;
  }
}

.mentor__page .mentor__intro .right .main__content .content .mentor__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}

@media only screen and (max-width: 992px) {
  .mentor__page .mentor__intro .right .main__content .content .mentor__name {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.mentor__page .mentor__intro .right .main__content .content .mentor__name svg {
  margin-left: 8px;
}

.mentor__page .mentor__intro .right .main__content .content .mentor__name h4 {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 18px;
  text-align: right;
  color: #fff;
}

.mentor__page .mentor__intro .right .main__content .content .social__networks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}

@media only screen and (max-width: 992px) {
  .mentor__page .mentor__intro .right .main__content .content .social__networks {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.mentor__page .mentor__intro .right .main__content .content .social__networks a {
  display: inline-block;
  margin-left: 16px;
  padding: 8px;
}

.mentor__page .mentor__intro .right .main__content .content .game__category {
  margin-bottom: 24px;
}

@media only screen and (max-width: 992px) {
  .mentor__page .mentor__intro .right .main__content .content .game__category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.mentor__page .mentor__intro .right .main__content .content .game__category h6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 16px;
  text-align: right;
  color: #fff;
  margin-bottom: 16px;
}

.mentor__page .mentor__intro .right .main__content .content .game__category h6 svg {
  margin-left: 8px;
}

.mentor__page .mentor__intro .right .main__content .content .game__category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.mentor__page .mentor__intro .right .main__content .content .game__category ul li a {
  display: inline-block;
}

.mentor__page .mentor__intro .right .main__content .content .game__category ul li a img {
  width: 56px;
  height: 56px;
  border-radius: 3px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: 8px;
  margin-bottom: 8px;
}

.mentor__page .mentor__intro .right .main__content .content .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 6.25rem;
}

@media only screen and (max-width: 992px) {
  .mentor__page .mentor__intro .right .main__content .content .desc {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.mentor__page .mentor__intro .right .main__content .content .desc p {
  width: 100%;
  line-height: 35px;
  font-weight: normal;
  font-size: 15px;
  text-align: justify;
  color: #c6c6c6;
  padding: 0;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

@media only screen and (max-width: 992px) {
  .mentor__page .mentor__intro .right .main__content .content .desc p {
    text-align: center;
  }
}

.mentor__page .mentor__intro .right .main__content .content .desc .show__full__text {
  display: inline-block;
  -webkit-line-clamp: unset;
  line-clamp: unset;
  -webkit-box-orient: unset;
}

.mentor__page .mentor__intro .right .main__content .content .desc span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 16px;
  text-align: right;
  color: #e63434;
  cursor: pointer;
}

.mentor__page .mentor__intro .right .main__content .content .desc span svg {
  margin-right: 8px;
}

.mentor__page .mentor__intro .right .main__content .content .desc span::before {
  content: "نمایش بیشتر";
}

.mentor__page .mentor__intro .right .main__content .content .desc #more.show svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.mentor__page .mentor__intro .right .main__content .content .desc #more.show::before {
  content: "بستن";
}

.mentor__page .mentor__intro .right .main__content .content #desc.show {
  max-height: 999em;
}

.mentor__page .mentor__intro .left {
  width: 30%;
}

@media only screen and (max-width: 992px) {
  .mentor__page .mentor__intro .left {
    width: 40%;
  }
}

@media only screen and (max-width: 768px) {
  .mentor__page .mentor__intro .left {
    width: 50%;
  }
}

@media only screen and (max-width: 576px) {
  .mentor__page .mentor__intro .left {
    width: 100%;
  }
}

.mentor__page .mentor__intro .left .video__box {
  width: 100%;
  height: 215px;
  margin-bottom: 30px;
}

.mentor__page .mentor__intro .left .video__box video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}

.mentor__page .mentor__intro .left a,
.mentor__page .mentor__intro .left button {
  width: 100%;
  padding: 12px;
  border-radius: 3px;
  background: -webkit-gradient(linear, right top, left top, from(#e63434), to(#c72d2d));
  background: linear-gradient(270deg, #e63434 0%, #c72d2d 100%);
  -webkit-box-shadow: 10px 20px 30px rgba(230, 52, 52, 0.26);
          box-shadow: 10px 20px 30px rgba(230, 52, 52, 0.26);
  margin-bottom: 8px;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  outline: none;
  border: none;
}

.mentor__page .mentor__intro .left .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 300;
  font-size: 14px;
  text-align: left;
  color: #fff;
}

@media only screen and (max-width: 992px) {
  .mentor__page .mentor__intro .left .price {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.mentor__page .mentor__intro .left .price strong {
  font-weight: 500;
  margin-left: 3px;
}

.mentor__page .mento__calander .disable__calendar {
  background-image: url(../img/icon/NotActiveCalendar.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 200px;
  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;
  border-radius: 7px;
}

@media only screen and (max-width: 470px) {
  .mentor__page .mento__calander .disable__calendar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.mentor__page .mento__calander .disable__calendar p {
  text-align: center;
  font-weight: 500;
  font-size: 22px;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .mentor__page .mento__calander .disable__calendar p {
    font-size: 16px;
  }
}

.mentor__page .mento__calander .disable__calendar p span {
  font-weight: bold;
  color: #e63434;
  margin: 0 10px;
  padding-bottom: 7px;
  border-bottom: 2px dashed;
  cursor: pointer;
}

@media only screen and (max-width: 470px) {
  .mentor__page .mento__calander .disable__calendar p span:first-child {
    margin-right: 0;
  }
}

.mentor__page .achievement {
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 40px;
}

.mentor__page .achievement h6 {
  font-weight: bold;
  font-size: 30px;
  text-align: right;
  color: #fff;
  padding-bottom: 8px;
  position: relative;
  margin-bottom: 32px;
}

.mentor__page .achievement h6::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 30px;
  height: 3px;
  border-radius: 3px;
  background-color: #e63434;
}

.mentor__page .achievement ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 24px;
}

.mentor__page .achievement ul li h5 {
  font-weight: 500;
  font-size: 16px;
  text-align: justify;
  color: #fff;
  line-height: 32px;
  margin-bottom: 0;
}

.mentor__page .achievement ul li svg {
  margin-left: 8px;
}

.mento__calander {
  margin-top: 40px;
}

.mento__calander .header {
  margin-bottom: 40px;
}

.mento__calander .header .content h4 {
  font-weight: bold;
  font-size: 30px;
  color: #fff;
  position: relative;
  margin-bottom: 0;
}

.mento__calander .header .content h4::after {
  content: '';
  width: 13px;
  height: 6px;
  border-radius: 3px;
  background: #e63434;
  display: block;
  position: absolute;
  bottom: -14px;
  right: 0;
}

.mento__calander .header .content .next__prev button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
}

.mento__calander .header .content .next__prev .next {
  padding-right: 17px;
  border-right: 1px solid rgba(255, 255, 255, 0.22);
}

.mento__calander .header .content .next__prev .next svg {
  margin-right: 15px;
}

.mento__calander .header .content .next__prev .prev {
  padding-left: 18px;
}

.mento__calander .header .content .next__prev .prev svg {
  margin-left: 15px;
}

.mento__calander .dt__datetime__picker {
  overflow: auto;
}

.mento__calander .dt__datetime__picker .items {
  min-width: 848.5px;
}

.mento__calander .dt__datetime__picker .items .column {
  padding: 0 14px;
  width: calc(100% /7);
}

.mento__calander .dt__datetime__picker .items .column .title {
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.23); */
  margin-bottom: 16px;
}

.mento__calander .dt__datetime__picker .items .column .title .day__name {
  height: 45px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.23);
  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;
  border-right: 5px solid #E63434;
}

.mento__calander .dt__datetime__picker .items .column .title .day__value {
  padding-right: 14px;
  font-size: 13px;
  color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
}

.mento__calander .dt__datetime__picker .items .column .times .item__time {
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  color: #8B8F94;
  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;
  height: 38px;
  margin-bottom: 9px;
  border: 1px solid transparent;
  cursor: pointer;
  padding: 3px 0;
}

.mento__calander .dt__datetime__picker .items .column .times .active {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #e63434;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
}

.open__order__modal {
  position: fixed;
  left: 10%;
  bottom: 5%;
  z-index: 99;
}

.open__order__modal button {
  position: relative;
}

.open__order__modal button .selected__time__counter {
  width: 24px;
  height: 24px;
  background: #e63434;
  border-radius: 100%;
  bottom: 0;
  right: 0;
  color: #fff;
  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;
  position: absolute;
}

.order__list__modal {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 101;
  width: 384px;
  max-width: 384px;
  position: fixed;
  right: -100vw;
  top: 0;
  height: 100vh;
  background: transparent;
  -webkit-box-shadow: 18px 3px 16px rgba(0, 0, 0, 0.16);
          box-shadow: 18px 3px 16px rgba(0, 0, 0, 0.16);
  /* Note: currently only Safari supports backdrop-filter */
  -webkit-backdrop-filter: blur(30.05px);
          backdrop-filter: blur(30.05px);
  --webkit-backdrop-filter:blur(30.0499992371px);
  background-color: rgba(0, 0, 0, 0.4);
  /* (plus shape's fill blended on top as a separate layer with 50.82% opacity) */
}

.order__list__modal__active {
  right: 0;
}

.order__list__modal .content .header {
  margin: 32px 0;
  padding: 0 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.order__list__modal .content .header h5 {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  position: relative;
}

.order__list__modal .content .header .close {
  height: 56px;
  width: 56px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.order__list__modal .content .header h5::after {
  content: '';
  width: 13px;
  height: 6px;
  border-radius: 3px;
  background: #e63434;
  display: block;
  position: absolute;
  bottom: -14px;
  right: 0;
}

.order__list__modal .content .reseve__box {
  padding: 9px 50px 24px 50px;
  text-align: center;
  background: transparent;
  -webkit-box-shadow: 18px 3px 16px rgba(0, 0, 0, 0.16);
          box-shadow: 18px 3px 16px rgba(0, 0, 0, 0.16);
  /* Note: currently only Safari supports backdrop-filter */
  -webkit-backdrop-filter: blur(29.4955px);
          backdrop-filter: blur(29.4955px);
  --webkit-backdrop-filter:blur(29.4955005646px);
  background-color: rgba(255, 255, 255, 0.01);
  /* (plus shape's fill blended on top as a separate layer with 59.87% opacity) */
}

.order__list__modal .content .reseve__box .price__box {
  font-weight: normal;
  font-size: 15px;
  color: #fff;
}

.order__list__modal .content .reseve__box button {
  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;
  width: 100%;
  height: 50px;
  border-radius: 3px;
  background: -webkit-gradient(linear, left top, left bottom, from(#e63434), to(#c72d2d));
  background: linear-gradient(#e63434 0%, #c72d2d 100%);
  -webkit-box-shadow: 10px 20px 30px rgba(230, 52, 52, 0.26);
          box-shadow: 10px 20px 30px rgba(230, 52, 52, 0.26);
  margin-top: 9px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
}

.order__list__modal .content .items {
  height: calc(100vh - 250px);
  overflow: auto;
}

.order__list__modal .content .items::-webkit-scrollbar {
  width: 10px;
}

.order__list__modal .content .items::-webkit-scrollbar-track {
  border-radius: 3px;
  background: #393B3F;
}

.order__list__modal .content .items::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #e63434;
  -webkit-box-shadow: 3px 6px 4px rgba(255, 0, 0, 0.17);
          box-shadow: 3px 6px 4px rgba(255, 0, 0, 0.17);
}

.order__list__modal .content .items::-webkit-scrollbar-thumb:hover {
  border-radius: 3px;
  background: #e63434;
  -webkit-box-shadow: 3px 6px 4px rgba(255, 0, 0, 0.17);
          box-shadow: 3px 6px 4px rgba(255, 0, 0, 0.17);
}

.order__list__modal .content .items li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 266px;
  height: 42px;
  margin-right: 24px;
  margin-bottom: 12px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.23);
  padding: 0 10px;
  cursor: pointer;
}

.order__list__modal .content .items li .date__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.order__list__modal .content .items li .date__value .time {
  margin-right: 7px;
}

/* width */
/* Track */
/* Handle */
/* Handle on hover */
.overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  right: 0;
  z-index: 100;
  -webkit-box-shadow: 18px 3px 16px rgba(0, 0, 0, 0.16);
          box-shadow: 18px 3px 16px rgba(0, 0, 0, 0.16);
  /* Note: currently only Safari supports backdrop-filter */
  -webkit-backdrop-filter: blur(5.63432px);
          backdrop-filter: blur(5.63432px);
  --webkit-backdrop-filter:blur(5.6343197823px);
  background-color: rgba(0, 0, 0, 0.2);
  /* (plus shape's fill blended on top as a separate layer with 62.58% opacity) */
}

.overlay__active {
  opacity: 1;
  visibility: visible;
}

.contact__us .content__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .contact__us .content__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.contact__us .content__box .right {
  width: 50%;
  padding-left: 56px;
}

@media only screen and (max-width: 992px) {
  .contact__us .content__box .right {
    padding-left: 0;
  }
}

@media only screen and (max-width: 768px) {
  .contact__us .content__box .right {
    width: 100%;
  }
}

.contact__us .content__box .right .content .modal__box {
  width: 100%;
  background-color: transparent;
  border-radius: 7px;
  -webkit-box-shadow: 0 0 20px 6px rgba(255, 255, 255, 0.06);
          box-shadow: 0 0 20px 6px rgba(255, 255, 255, 0.06);
  position: relative;
  padding-top: 120px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background-image: url(../img/icon/CardBgColorFull.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.contact__us .content__box .right .content .modal__box .circle__1 {
  width: 92px;
  height: 92px;
  background: #e63434;
  position: absolute;
  top: 20%;
  right: 15%;
  border-radius: 100%;
  z-index: -2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: none;
}

.contact__us .content__box .right .content .modal__box .circle__2 {
  width: 92px;
  height: 92px;
  background: #e63434;
  position: absolute;
  bottom: 20%;
  left: 20%;
  border-radius: 100%;
  z-index: -2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: none;
}

.contact__us .content__box .right .content .modal__box .polygon {
  position: absolute;
  left: -20px;
  top: 16px;
}

.contact__us .content__box .right .content .modal__box .top__title {
  background-color: #0b101d;
  width: 100%;
  height: 90px;
  border-radius: 7px;
  background: #0b101d;
  position: absolute;
  left: -18px;
  top: 32px;
  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;
}

.contact__us .content__box .right .content .modal__box .top__title span {
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  color: #fff;
  padding-left: 18px;
}

@media only screen and (max-width: 576px) {
  .contact__us .content__box .right .content .modal__box .top__title span {
    font-size: 20px;
  }
}

.contact__us .content__box .right .content .modal__box .modal__content {
  padding: 32px;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 576px) {
  .contact__us .content__box .right .content .modal__box .modal__content {
    padding: 32px 16px;
  }
}

.contact__us .content__box .right .content .modal__box .modal__content .main__content .input__box {
  width: 100%;
  margin-bottom: 24px;
}

.contact__us .content__box .right .content .modal__box .modal__content .main__content .input__box label {
  margin-bottom: 8px;
  font-weight: normal;
  font-size: 16px;
  text-align: right;
  color: #c6c6c6;
}

.contact__us .content__box .right .content .modal__box .modal__content .main__content .input__box input {
  width: 100%;
  height: 50px;
  border-radius: 7px;
  background: #fff;
  outline: none;
  border: none;
  padding-right: 16px;
  direction: rtl;
}

.contact__us .content__box .right .content .modal__box .modal__content .main__content .input__box input::-webkit-input-placeholder {
  text-align: right;
  font-weight: normal;
  font-size: 14px;
  color: #81848a;
  padding: 0;
}

.contact__us .content__box .right .content .modal__box .modal__content .main__content .input__box input:-ms-input-placeholder {
  text-align: right;
  font-weight: normal;
  font-size: 14px;
  color: #81848a;
  padding: 0;
}

.contact__us .content__box .right .content .modal__box .modal__content .main__content .input__box input::-ms-input-placeholder {
  text-align: right;
  font-weight: normal;
  font-size: 14px;
  color: #81848a;
  padding: 0;
}

.contact__us .content__box .right .content .modal__box .modal__content .main__content .input__box input::placeholder {
  text-align: right;
  font-weight: normal;
  font-size: 14px;
  color: #81848a;
  padding: 0;
}

.contact__us .content__box .right .content .modal__box .modal__content .main__content .input__box textarea {
  width: 100%;
  height: 130px;
  padding: 8px 16px;
  border-radius: 7px;
  outline: none;
  border: none;
}

.contact__us .content__box .right .content .modal__box .modal__content .main__content .input__box .dark {
  background-color: rgba(255, 255, 255, 0.06);
  color: white;
}

.contact__us .content__box .right .content .modal__box .modal__content .main__content .input__box .dntCaptcha #DNTCaptchaInputText {
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
}

.contact__us .content__box .right .content .modal__box .modal__content .main__content button {
  width: 100%;
  height: 60px;
  border-radius: 3px;
  background: -webkit-gradient(linear, right top, left top, from(#e63434), to(#a52f2f));
  background: linear-gradient(270deg, #e63434 0%, #a52f2f 100%);
  -webkit-box-shadow: 8px 6px 16px rgba(230, 52, 52, 0.29);
          box-shadow: 8px 6px 16px rgba(230, 52, 52, 0.29);
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  text-shadow: 8px 6px 16px rgba(230, 52, 52, 0.29);
  margin-top: 32px;
}

.contact__us .content__box .left {
  width: 50%;
  padding-right: 56px;
}

@media only screen and (max-width: 768px) {
  .contact__us .content__box .left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 56px;
  }
}

.contact__us .content__box .left h4 {
  font-weight: bold;
  font-size: 25px;
  text-align: right;
  color: #fff;
  margin-bottom: 32px;
}

.contact__us .content__box .left .item {
  margin-bottom: 32px;
}

.contact__us .content__box .left .item label {
  font-weight: normal;
  font-size: 16px;
  text-align: right;
  color: #fff;
  margin-bottom: 8px;
  font-weight: normal;
  font-size: 16px;
  line-height: 34px;
  text-align: justify;
  color: #c6c6c6;
}

.contact__us .content__box .left .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contact__us .content__box .left .social__network {
  width: 100%;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 56px;
}

.contact__us .content__box .left .social__network a {
  margin-left: 8px;
  width: 42px;
  height: 42px;
  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;
  background-color: #292f39;
  border-radius: 5px;
}

.contact__us .content__box .left .social__network a svg {
  height: 23px;
}

.contact__us .content__box .left .social__network a svg path {
  fill: #e63434;
}

.contact__us .content__box .left .social__network a:hover {
  background-color: #e63434;
}

.contact__us .content__box .left .social__network a:hover svg path {
  fill: #fff;
}

.contact__us .content__box .left .map__box {
  border-radius: 7px;
  overflow: hidden;
}

.contact__us .content__box .left .map__box iframe {
  width: 100%;
  height: 360px;
}
/*# sourceMappingURL=style.css.map */


@-webkit-keyframes blink {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 0.5;
    }

    50% {
        opacity: 1;
    }
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 0.5;
    }

    50% {
        opacity: 1;
    }
}

.header__v2 {
    background-color: #1d1f25;
    padding: 8px;
    padding-bottom: 0;
    width: 100%;
    border-bottom: 3px solid #000;
    position: relative;
}

    .header__v2 .mobile__menu__btn {
        width: 48px;
        height: 48px;
        justify-self: 32px;
        background-color: #1c1f26;
        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;
        position: absolute;
        z-index: 2;
        top: 0;
        right: 0px;
        display: none;
    }

@media only screen and (max-width: 992px) {
    .header__v2 .mobile__menu__btn {
        display: inline-block;
    }
}

.header__v2 .logo__box {
    position: absolute;
    top: -10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    z-index: 1;
    height: 130px;
}

    .header__v2 .logo__box svg {
        height: 100%;
    }

@media only screen and (max-width: 992px) {
    .header__v2 .logo__box {
        right: unset;
        -webkit-transform: unset;
        transform: unset;
        left: 0;
    }

        .header__v2 .logo__box svg {
            height: 110px;
        }
}

@media only screen and (max-width: 450px) {
    .header__v2 .logo__box svg {
        height: 65px;
    }
}

.header__v2 .main__content .top__menu {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 16px;
    padding-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 992px) {
    .header__v2 .main__content .top__menu {
        border-bottom: none;
        padding: unset;
    }
}

.header__v2 .main__content .top__menu .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .header__v2 .main__content .top__menu .items span {
        margin-left: 8px;
    }

    .header__v2 .main__content .top__menu .items ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .header__v2 .main__content .top__menu .items ul li {
            margin-left: 8px;
        }

            .header__v2 .main__content .top__menu .items ul li a {
                display: inline-block;
                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;
                width: 38px;
                height: 32px;
                background-color: transparent;
                background-image: url(../../img/icon/Social__bg.jpg);
                background-size: cover;
                border-radius: 4px;
                overflow: hidden;
            }

                .header__v2 .main__content .top__menu .items ul li a svg {
                    height: 16px;
                }

    .header__v2 .main__content .top__menu .items .btns {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

@media only screen and (max-width: 992px) {
    .header__v2 .main__content .top__menu .items .btns {
        display: none;
    }
}

.header__v2 .main__content .top__menu .items .btns .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .header__v2 .main__content .top__menu .items .btns .item .login {
        margin-left: 4px;
    }

    .header__v2 .main__content .top__menu .items .btns .item .login,
    .header__v2 .main__content .top__menu .items .btns .item .signin,
    .header__v2 .main__content .top__menu .items .btns .item .mentor__signin {
        padding: 8px 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: #23262d;
        text-transform: uppercase;
        color: #cfcdcd;
        font-weight: 700;
        font-size: 12px;
        border-top: 2px solid #2a2b37;
        border-bottom: 2px solid #2a2b37;
        border-radius: 3px;
        -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 3px 7px 0px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 3px 7px 0px;
        -webkit-box-shadow: inset 0px 0px 7px 0px #ff480024;
        box-shadow: inset 0px 0px 7px 0px #ff480024;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

        .header__v2 .main__content .top__menu .items .btns .item .login .icon,
        .header__v2 .main__content .top__menu .items .btns .item .signin .icon,
        .header__v2 .main__content .top__menu .items .btns .item .mentor__signin .icon {
            color: #ff4800;
            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;
            margin-left: 8px;
        }

            .header__v2 .main__content .top__menu .items .btns .item .login .icon svg,
            .header__v2 .main__content .top__menu .items .btns .item .signin .icon svg,
            .header__v2 .main__content .top__menu .items .btns .item .mentor__signin .icon svg {
                fill: white;
                height: 16px;
            }

        .header__v2 .main__content .top__menu .items .btns .item .login:hover,
        .header__v2 .main__content .top__menu .items .btns .item .signin:hover,
        .header__v2 .main__content .top__menu .items .btns .item .mentor__signin:hover {
            color: #ff4800;
        }

            .header__v2 .main__content .top__menu .items .btns .item .login:hover .icon svg,
            .header__v2 .main__content .top__menu .items .btns .item .signin:hover .icon svg,
            .header__v2 .main__content .top__menu .items .btns .item .mentor__signin:hover .icon svg {
                fill: #ff4800;
            }

                .header__v2 .main__content .top__menu .items .btns .item .login:hover .icon svg #Icon_awesome-user,
                .header__v2 .main__content .top__menu .items .btns .item .signin:hover .icon svg #Icon_awesome-user,
                .header__v2 .main__content .top__menu .items .btns .item .mentor__signin:hover .icon svg #Icon_awesome-user {
                    fill: #ff4800;
                }

        .header__v2 .main__content .top__menu .items .btns .item .login .icon svg {
            height: 12px;
        }

    .header__v2 .main__content .top__menu .items .btns .item .mentor__signin {
        margin-right: 16px;
        border: 1px solid transparent;
    }

        .header__v2 .main__content .top__menu .items .btns .item .mentor__signin:hover {
            border: 1px solid #ff4800;
        }

.header__v2 .main__content .top__menu .items .user__info {
    position: relative;
    min-height: 40px;
}

@media only screen and (max-width: 992px) {
    .header__v2 .main__content .top__menu .items .user__info {
        margin-right: -70px;
        margin-top: 4px;
    }
}

@media only screen and (max-width: 920px) {
    .header__v2 .main__content .top__menu .items .user__info {
        margin-right: -50px;
    }
}

@media only screen and (max-width: 900px) {
    .header__v2 .main__content .top__menu .items .user__info {
        margin-right: -30px;
    }
}

@media only screen and (max-width: 880px) {
    .header__v2 .main__content .top__menu .items .user__info {
        margin-right: -10px;
    }
}

@media only screen and (max-width: 768px) {
    .header__v2 .main__content .top__menu .items .user__info {
        margin-right: -90px;
    }
}

@media only screen and (max-width: 710px) {
    .header__v2 .main__content .top__menu .items .user__info {
        margin-right: -60px;
    }
}

@media only screen and (max-width: 645px) {
    .header__v2 .main__content .top__menu .items .user__info {
        margin-right: -20px;
    }
}

@media only screen and (max-width: 576px) {
    .header__v2 .main__content .top__menu .items .user__info {
        margin-right: 0px;
    }
}

.header__v2 .main__content .top__menu .items .user__info .user__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}

    .header__v2 .main__content .top__menu .items .user__info .user__name span {
        margin: 0px 4px;
    }

    .header__v2 .main__content .top__menu .items .user__info .user__name .arrow__svg {
        margin-right: 4px;
    }

.header__v2 .main__content .top__menu .items .user__info .dropdown__items {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    border-radius: 0;
    border: 1px solid #ee551945;
    background: #1c1f26;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 8px;
    padding-bottom: 8px;
    display: none;
    z-index: 3;
}

    .header__v2 .main__content .top__menu .items .user__info .dropdown__items a {
        display: inline-block;
        width: 100%;
        padding: 16px;
        color: white;
        font-size: 14px;
        font-weight: 500;
    }

        .header__v2 .main__content .top__menu .items .user__info .dropdown__items a:hover {
            color: #ff4800;
        }

.header__v2 .main__content .top__menu .items .user__info:hover .dropdown__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 992px) {
    .header__v2 .main__content .top__menu .social__network {
        display: none;
    }
}

.header__v2 .main__content .site__menu {
    padding-bottom: 8px;
}

@media only screen and (max-width: 992px) {
    .header__v2 .main__content .site__menu {
        display: none;
    }
}

.header__v2 .main__content .site__menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 992px) {
    .header__v2 .main__content .site__menu ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        padding-top: 40px;
    }
}

@media only screen and (max-width: 992px) {
    .header__v2 .main__content .site__menu ul li {
        border-bottom: 1px solid #ffffff1c;
        width: 100%;
    }

        .header__v2 .main__content .site__menu ul li:last-child {
            border-bottom: transparent;
        }
}

.header__v2 .main__content .site__menu ul li:nth-child(4) {
    margin-right: auto;
}

@media only screen and (max-width: 992px) {
    .header__v2 .main__content .site__menu ul li:nth-child(4) {
        margin-right: unset;
    }
}

.header__v2 .main__content .site__menu ul li a {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #edeaea;
    padding: 24px;
    display: block;
    line-height: 1;
    position: relative;
}

@media only screen and (max-width: 992px) {
    .header__v2 .main__content .site__menu ul li a {
        margin-right: unset;
        padding: 16px;
        text-align: center;
    }
}

@media only screen and (max-width: 576px) {
    .header__v2 .main__content .site__menu ul li a {
        text-align: right;
    }
}

.header__v2 .main__content .site__menu ul li a:hover {
    color: #ff4800;
}

.header__v2 .main__content .site__menu .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 16px;
    margin-bottom: 8px;
}

@media only screen and (min-width: 992px) {
    .header__v2 .main__content .site__menu .btns {
        display: none;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 992px) {
    .header__v2 .main__content .site__menu .btns {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.header__v2 .main__content .site__menu .btns .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 992px) {
    .header__v2 .main__content .site__menu .btns .item {
        width: 100%;
    }
}

@media only screen and (max-width: 576px) {
    .header__v2 .main__content .site__menu .btns .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }
}

.header__v2 .main__content .site__menu .btns .item .login {
    margin-left: 4px;
}

.header__v2 .main__content .site__menu .btns .item .login,
.header__v2 .main__content .site__menu .btns .item .signin,
.header__v2 .main__content .site__menu .btns .item .mentor__signin {
    padding: 8px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #23262d;
    text-transform: uppercase;
    color: #cfcdcd;
    font-weight: 700;
    font-size: 12px;
    border-top: 2px solid #2a2b37;
    border-bottom: 2px solid #2a2b37;
    border-radius: 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 3px 7px 0px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 3px 7px 0px;
    -webkit-box-shadow: inset 0px 0px 7px 0px #ff480024;
    box-shadow: inset 0px 0px 7px 0px #ff480024;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media only screen and (max-width: 992px) {
    .header__v2 .main__content .site__menu .btns .item .login,
    .header__v2 .main__content .site__menu .btns .item .signin,
    .header__v2 .main__content .site__menu .btns .item .mentor__signin {
        width: calc(33.33% - 8px);
        margin: 4px;
    }
}

@media only screen and (max-width: 576px) {
    .header__v2 .main__content .site__menu .btns .item .login,
    .header__v2 .main__content .site__menu .btns .item .signin,
    .header__v2 .main__content .site__menu .btns .item .mentor__signin {
        width: 100%;
        margin-bottom: 8px;
        padding: 16px;
    }
}

.header__v2 .main__content .site__menu .btns .item .login .icon,
.header__v2 .main__content .site__menu .btns .item .signin .icon,
.header__v2 .main__content .site__menu .btns .item .mentor__signin .icon {
    color: #ff4800;
    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;
    margin-left: 8px;
}

    .header__v2 .main__content .site__menu .btns .item .login .icon svg,
    .header__v2 .main__content .site__menu .btns .item .signin .icon svg,
    .header__v2 .main__content .site__menu .btns .item .mentor__signin .icon svg {
        fill: white;
        height: 16px;
    }

.header__v2 .main__content .site__menu .btns .item .login:hover,
.header__v2 .main__content .site__menu .btns .item .signin:hover,
.header__v2 .main__content .site__menu .btns .item .mentor__signin:hover {
    color: #ff4800;
}

    .header__v2 .main__content .site__menu .btns .item .login:hover .icon svg,
    .header__v2 .main__content .site__menu .btns .item .signin:hover .icon svg,
    .header__v2 .main__content .site__menu .btns .item .mentor__signin:hover .icon svg {
        fill: #ff4800;
    }

        .header__v2 .main__content .site__menu .btns .item .login:hover .icon svg #Icon_awesome-user,
        .header__v2 .main__content .site__menu .btns .item .signin:hover .icon svg #Icon_awesome-user,
        .header__v2 .main__content .site__menu .btns .item .mentor__signin:hover .icon svg #Icon_awesome-user {
            fill: #ff4800;
        }

.header__v2 .main__content .site__menu .btns .item .login .icon svg {
    height: 12px;
}

.header__v2 .main__content .site__menu .btns .item .mentor__signin {
    margin-right: 16px;
    border: 1px solid transparent;
}

@media only screen and (max-width: 992px) {
    .header__v2 .main__content .site__menu .btns .item .mentor__signin {
        margin-right: 4px;
    }
}

@media only screen and (max-width: 576px) {
    .header__v2 .main__content .site__menu .btns .item .mentor__signin {
        margin-right: unset;
    }
}

.header__v2 .main__content .site__menu .btns .item .mentor__signin:hover {
    border: 1px solid #ff4800;
}

.header__v2 .main__content .show__menu {
    display: unset;
}

.index__intro__section {
    position: relative;
    min-height: 100vh;
    padding: 56px 0;
}

    .index__intro__section .home__bg {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: -2;
    }

    .index__intro__section .intro {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 40px;
    }

        .index__intro__section .intro .right {
            width: 100%;
            text-align: center;
            margin-top: -64px;
        }

            .index__intro__section .intro .right svg {
                margin-bottom: 35px;
            }

            .index__intro__section .intro .right h1 {
                font-family: "grinddemolished";
                font-size: 120px;
                text-transform: uppercase;
                line-height: 0.8;
                font-family: "grinddemolished";
                font-weight: normal;
                margin-bottom: 14px;
                z-index: 1;
            }

                .index__intro__section .intro .right h1 span {
                    color: #ff4800;
                }

            .index__intro__section .intro .right h2 {
                font-weight: 500;
                font-size: 23px;
                text-align: right;
                color: #fff;
                margin-bottom: 35px;
                width: 100%;
                text-align: center;
            }

                .index__intro__section .intro .right h2 span {
                    font-weight: bold;
                    font-size: 42px;
                    text-align: left;
                    color: #ffae00;
                }

            .index__intro__section .intro .right .items {
                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;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            }

                .index__intro__section .intro .right .items a {
                    display: inline-block;
                    font-weight: bold;
                    font-size: 18px;
                    text-align: center;
                    color: #fff;
                    padding: 16px 40px;
                    background: #ff5917;
                    -webkit-transition: all 0.3s ease-in;
                    transition: all 0.3s ease-in;
                    margin-bottom: 8px;
                    position: relative;
                }

                    .index__intro__section .intro .right .items a::before {
                        background-image: none;
                        bottom: 0;
                        border-radius: 0;
                        top: 0;
                        width: 0;
                        height: 0;
                        border-top: 58px solid #ff5917;
                        left: -17px;
                        border-left: 17px solid transparent;
                        -webkit-transition: all 0.3s ease 0s;
                        transition: all 0.3s ease 0s;
                        content: "";
                        position: absolute;
                        background-repeat: no-repeat;
                        background-size: cover;
                        z-index: -1;
                    }

                    .index__intro__section .intro .right .items a::after {
                        content: "";
                        position: absolute;
                        bottom: 0;
                        border-radius: 0;
                        top: 0;
                        width: 0;
                        height: 0;
                        border-top: 58px solid #ff5917;
                        right: -17px;
                        border-right: 17px solid transparent;
                        -webkit-transition: all 0.3s ease 0s;
                        transition: all 0.3s ease 0s;
                    }

                    .index__intro__section .intro .right .items a:hover {
                        -webkit-transform: translateY(-10px);
                        transform: translateY(-10px);
                        -webkit-box-shadow: 10px 20px 60px rgba(230, 52, 52, 0.3);
                        box-shadow: 10px 20px 60px rgba(230, 52, 52, 0.3);
                    }

                .index__intro__section .intro .right .items .find__mentor {
                    font-weight: 500;
                    font-size: 18px;
                    color: #e63434;
                    border-radius: 5px;
                    background: rgba(255, 255, 255, 0);
                    border: 1px solid #e63434;
                    margin-right: 40px;
                }

        .index__intro__section .intro .left {
            width: 80%;
            text-align: center;
            border-bottom: 20px solid rgba(255, 72, 0, 0.3);
            z-index: -1;
        }

            .index__intro__section .intro .left img {
                max-height: 330px;
                -o-object-fit: scale-down;
                object-fit: scale-down;
                width: 100%;
            }

@media only screen and (max-width: 992px) {
    .index__intro__section .intro .right {
        width: 100%;
        margin-bottom: 32px;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .index__intro__section .intro .right h1 {
            font-size: 100px;
        }

        .index__intro__section .intro .right h2 {
            text-align: center;
            margin-right: auto;
            margin-left: auto;
        }

    .index__intro__section .intro .left {
        width: 100%;
        text-align: center;
    }

        .index__intro__section .intro .left img {
            min-height: 370px;
        }
}

@media only screen and (max-width: 768px) {
    .index__intro__section .intro .right {
        width: 100%;
        margin-bottom: 32px;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .index__intro__section .intro .right h1 {
            font-size: 70px;
        }

    .index__intro__section .intro .left img {
        min-height: unset;
        height: unset;
        width: 100%;
        -o-object-fit: scale-down;
        object-fit: scale-down;
    }
}

@media only screen and (max-width: 576px) {
    .index__intro__section .intro .right h1 {
        font-size: 60px;
    }

    .index__intro__section .intro .right .items a,
    .index__intro__section .intro .right .items .find__mentor {
        margin: 8px;
        width: 100%;
    }

    .index__intro__section .intro .left img {
        min-height: unset;
        height: unset;
        width: 100%;
        -o-object-fit: scale-down;
        object-fit: scale-down;
    }
}

.header__on__scroll .main__content .top__menu {
    display: none;
}

.after__login .main__content .site__menu .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.after__login .main__content .top__menu .items .btns {
    display: none;
}

.after__login .main__content .site__menu .btns {
    display: none;
}

.after__login .main__content .top__menu .items .user__info .user__name {
    display: inline-block;
}

@media only screen and (max-width: 820px) {
    .after__login .main__content .top__menu .items .user__info .user__name {
        margin-right: 40px;
        margin-top: 4px;
    }
}

.after__login .before__login {
    display: none;
}

@font-face {
    font-family: 'grinddemolished';
    src: url(' ../fonts/Grind_Demolished/grind_demolished-webfont.woff2') format('woff2'), url('../fonts/Grind_Demolished/grind_demolished-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*# sourceMappingURL=style.css.map */