.slider {
  width: 100%;
  min-height: 100vh;
  background: url("../images/slider.jpg") no-repeat center center;
  background-size: cover;
  padding-bottom: 40px;
  filter: brightness(1.2);
}

.slider-subpage {
  width: 100%;
  max-height: 553px;
  min-height: 1px;
  background: url("../images/header.jpg") no-repeat center center;
  background-size: cover;
  padding-bottom: 40px;
}

.slider2 {
  width: 100%;
  min-height: 100vh;

  padding-bottom: 40px;
  max-height: 553px;
  min-height: 1px;
}

.slider-subpage2 {
  width: 100%;
  max-height: 553px;
  min-height: 1px;
  background: url("../images/header.jpg") no-repeat center center;
  background-size: cover;
  padding-bottom: 40px;
}

.slider-sticky {
  padding-top: 93px;
}

.logo-img {
  width: 100%;
  max-width: 198px;
  max-height: 53px;
}

.menu {
  padding-top: 40px;
  transition: all 0.2s ease-in-out;
}

.menu a {
  color: #f7f7f7;
  font-size: 14px;
  font-family: 'Sora';
  text-decoration: none;
  margin-right: 30px;
  font-weight: 500;
  position: relative;
  transition: all 0.2s ease-in-out;
}

.menu._dark a {
  color: #13181e;
}

.menu a:last-child {
  margin-right: 0px;
}

.menu a i {
  font-size: 24px;
  position: relative;
  top: 4px;
}

.menu a:hover {
   /* color: #ffa800;  */
   color:  #ff8c00; 
}

.menu.sticky {
  background: #f4f4f4;
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-shadow: 0px 0px 24px -14px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 24px -14px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 24px -14px rgba(0, 0, 0, 0.75);
}

.menu.sticky a {
  color: #13181e;
}

.menu.sticky a:hover {
  color: #ffa800;
}

.slider-text {
  padding-top: 190px;
}

.slider-text h6 {
  font-family: 'Montserrat';
  color: #f7f7f7;
  font-size: 14px;
  font-weight: 500;
}

.slider-text h6 span {
  color: #ffa800;
}

.slider-text h1 {
  text-transform: uppercase;
  font-family: 'Sora';
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  margin-top: 22px;
}

.slider-text p {
  font-size: 14px;
  color: #fff;
  opacity: 0.65;
  font-family: 'Sora';
  margin-top: 35px;
  font-weight: 300;
  line-height: 24px;
}

.slider-btns {
  padding-top: 40px;
}

.btn-special {
  color: #fff;
  text-decoration: none;
  font-family: 'Sora';
  font-size: 15px;
  border: 2px solid #ffa800;
  border-radius: 24px;
  padding: 14px 38px 15px 38px;
  transition: all 0.2s ease-in-out;
  text-wrap: nowrap;
}
.btn-special2 {
  color: #fff;
  text-decoration: none;
  font-family: 'Sora';
  font-size: 15px;
  border: 2px solid #ff8c00;
  border-radius: 24px;
  padding: 14px 38px 15px 38px;
  transition: all 0.2s ease-in-out;
  text-wrap: nowrap;
}

.btn-special:hover {
  background: #ffa800;
  color: #13181e;
}

.btn-special2:hover {
  background: #ff8c00;
  color: #13181e;
}
.btn-nonspecial {
  color: #fff;
  text-decoration: none;
  font-family: 'Sora';
  font-size: 15px;
  position: relative;
  text-wrap: nowrap;
}

.btn-nonspecial:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 4px;
  background-color: #ff8c00; 
  /* background-color: #ffa800; */
  bottom: -3px;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
}

.btn-nonspecial:hover:before {
  transform-origin: left;
  transform: scaleX(1);
}

.separator {
  width: calc(100% - 50px);
  height: 2px;
  background: rgba(255,255,255,0.12);
  margin-left: 25px;
  position: relative;
}

.separator:before {
  display: inline-block;
  content: ' ';
  width: 17px;
  height: 2px;
  background: #ff8c00;

  /* background: #ffa800; */
  position: absolute;
  left: -25px;
}

.separator:after {
  display: inline-block;
  content: ' ';
  width: 17px;
  height: 2px;
  background: #ff8c00;
  position: absolute;
  right: -25px;
}

.separator-left {
  width: calc(100% - 25px);
  height: 2px;
  background: #f4f4f4;
  margin-left: 25px;
  position: relative;
}

.separator-left:before {
  display: inline-block;
  content: ' ';
  width: 17px;
  height: 2px;
  background: #ffa800;
  position: absolute;
  left: -25px;
}

.separator-left.darker {
  background: #ececec;
}

.mt-80px {
  margin-top: 80px;
}

.mt-60px {
  margin-top: 60px;
}

.underslider {
  margin-top: 50px;
}

.underslider div:first-child {
  color: rgba(255,255,255,0.85);
  width: 69px;
  height: 69px;
  background: #2d343d;
  border-radius: 50%;
  font-size: 20px;
  font-family: 'Sora';
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
}

.underslider div:last-child {
  margin-left: 30px;
}

.underslider span {
  font-size: 17px;
  font-weight: 400;
  font-family: 'Sora';
  color: #fff;
  display: block;
  margin-bottom: 6px;
}

.underslider p {
  color: rgba(255,255,255,0.6);
  font-size: 12px;
  font-family: 'Sora';
  margin-bottom: 0px;
}

.hamburger{
  width: 30px;
  height: 25px;
  position: relative;
  top: 4px;
  cursor: pointer;
  display: none;
  z-index: 10;
}

.hamburger span{
  background-color:#fff;
  position: absolute;
  border-radius: 2px;
  transition: .3s cubic-bezier(.8, .5, .2, 1.4);
  width:100%;
  height: 4px;
  transition-duration: 500ms
}

.menu._dark .hamburger span {
  background: #13181e;
}

.hamburger span:nth-child(1){
  top:0px;
  left: 0px;
}

.hamburger span:nth-child(2){
  top:10px;
  left: 0px;
  opacity:1;
}

.hamburger span:nth-child(3){
  bottom:0px;
  left: 0px;
}

.hamburger:not(.open):hover span:nth-child(1){
  transform: rotate(-3deg) scaleY(1.1);
}

.hamburger:not(.open):hover span:nth-child(2){
  transform: rotate(3deg) scaleY(1.1);
}

.hamburger:not(.open):hover span:nth-child(3){
  transform: rotate(-4deg) scaleY(1.1);
}

.hamburger.open span:nth-child(1){
  transform: rotate(45deg);
  top: 13px;
}

.hamburger.open span:nth-child(2){
  opacity:0;
}

.hamburger.open span:nth-child(3){
  transform: rotate(-45deg);
  top: 13px;
}

.menu.sticky .hamburger span {
  background: #13181e;
}

section {
  padding: 90px 0px;
}

section h1 {
  font-family: 'Sora';
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 0px;
}

section h2 {
  color: #1f1f1f;
  font-family: 'Sora';
  font-size: 16px;
  font-weight: 500;
}

section h2 span {
  color: #ffa800;
}

.features-card {
  overflow: hidden;
  position: relative;
  padding: 40px 45px;
  border: 2px solid #f4f4f4;
  border-radius: 10px;
  transition: .4s cubic-bezier(0, 0, .3642, 1);
}

.features-card:hover {
  border-color: #ffa800;
  -webkit-box-shadow: 0 0 40px 0 rgba(18, 24, 32, .1);
  box-shadow: 0 0 40px 0 rgba(18, 24, 32, .1);
}

.features-card h4 {
  font-size: 20px;
  font-family: 'Sora';
  color: #1b1b1b;
  margin-bottom: 16px;
}

.features-card p {
  font-size: 14px;
  line-height: 26px;
  font-weight: 300;
  font-family: 'Sora';
  color: #8d8d8d;
  margin-bottom: 0px;
}

.features-card ul {
  list-style-type: none;
  padding-left: 0px;
}

.features-card ul li:before {
  display: inline-block;
  content: '\F26E';
  font-family: 'bootstrap-icons';
  color: #ffa800;
  font-size: 21px;
  position: relative;
  top: 6px;
  margin-right: 6px;
}

.features-card ul li {
  font-family: 'Sora';
  font-size: 15px;
  color: #1b1b1b;
  font-weight: 400;
}

.features-card a {
  color: #1b1b1b;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Sora';
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  display: block;
  margin-top: 40px;
}

.features-card a:hover {
  color: #ffa800;
}

.features-prev.swiper-button-disabled {
  opacity: .2;
  cursor: not-allowed;
}

.features-next.swiper-button-disabled {
  opacity: .2;
  cursor: not-allowed;
}

.features-prev {
  display: inline-block;
  color: #13181e;
  text-transform: uppercase;
  font-size: 13px;
  font-family: 'Sora';
  font-weight: 500;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.features-prev i {
  font-size: 24px;
  position: relative;
  top: 4px;
  margin-right: 4px;
}

.features-next {
  display: inline-block;
  color: #13181e;
  text-transform: uppercase;
  font-size: 13px;
  font-family: 'Sora';
  font-weight: 500;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 15px;
}

.features-next i {
  font-size: 24px;
  position: relative;
  top: 4px;
  margin-left: 4px;
}

.lh-0 {
  line-height: 0px;
}

.lh-18 {
  line-height: 18px;
}

.parallax-one-container {
  position: relative;
  width: 100%;
  height: 485px;
  overflow: hidden;
}

.parallax-one {
  position: relative;
  width: 100%;
  height: 515px;
  background-image: url("../images/parallax.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax-one-text {
  position: absolute;
  width: 100%;
  height: 485px;
  top: 0;
  left: 0;
}

.parallax-one-text h2 {
  color: #fff;
  font-family: 'Sora';
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}

.parallax-one-text h2 span {
  color: #ffa800;
}

.parallax-one-text h1 {
  color: #fff;
  font-family: 'Sora';
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 40px;
}

.parallax-one-text a {
  color: #fff;
  text-decoration: none;
  font-family: 'Sora';
  font-size: 15px;
  border: 2px solid #fff;
  border-radius: 24px;
  padding: 14px 38px 15px 38px;
  transition: all 0.2s ease-in-out;
  text-wrap: nowrap;
  display: inline-block;
}

.parallax-one-text a:hover {
  background: #fff;
  color: #13181e;
}

.section-secondary {
  background: #f4f4f4;
}

.ranking-prev.swiper-button-disabled {
  opacity: .2;
  cursor: not-allowed;
}

.ranking-next.swiper-button-disabled {
  opacity: .2;
  cursor: not-allowed;
}

.ranking-prev {
  display: inline-block;
  color: #13181e;
  text-transform: uppercase;
  font-size: 13px;
  font-family: 'Sora';
  font-weight: 500;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ranking-prev i {
  font-size: 24px;
  position: relative;
  top: 4px;
  margin-right: 4px;
}

.ranking-next {
  display: inline-block;
  color: #13181e;
  text-transform: uppercase;
  font-size: 13px;
  font-family: 'Sora';
  font-weight: 500;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 15px;
}

.ranking-next i {
  font-size: 24px;
  position: relative;
  top: 4px;
  margin-left: 4px;
}

.rank-card-image {
  border-radius: 10px;
  overflow: hidden;
}

.rank-card img {
  max-width: 100%;
  width: 100%;
  height: 260px;
  object-fit: cover;
  filter: grayscale(100%);
  transition: all 0.5s ease-in-out;
}

.rank-card:hover img {
  filter: grayscale(0%);
  transform: scale(1.02);
}

.rank-location {
  margin-top: 25px;
}

.rank-location h5 {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Sora';
  color: #1f1f1f;
  margin-bottom: 0px;
}

.rank-location span {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Sora';
  color: #1f1f1f;
  display: inline-block;
  margin-right: 10px;
}

.rank-location i {
  font-size: 15px;
  color: #d4d9de;
  display: inline-block;
  position: relative;
  top: -1px;
  margin-right: 2px;
}

.rank-location i:last-child {
  margin-right: 0px;
}

.rank-location i.active {
  color: #ffa800;
}

.rank-details span {
  font-size: 20px;
  font-weight: 600;
  font-family: 'Sora';
  color: #1f1f1f;
  display: block;
  margin-bottom: 0px;
}

.rank-details p {
  margin-bottom: 0px;
  color: #c3c3c3;
  font-family: 'Sora';
  font-weight: 400;
  font-size: 15px;
}

.rank-buttons {
  margin-top: 12px;
}

.rank-buttons a {
  text-decoration: none;
  color: #1f1f1f;
  font-family: 'Sora';
  font-size: 11px;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
  margin-right: 6px;
}

.rank-buttons a:hover {
  color: #ffa800;
}

.rank-buttons a:last-child {
  margin-right: 0px;
}

.rank-buttons a i {
  font-size: 13px;
  position: relative;
  top: 1px;
  margin-right: 3px;
}

.about-dots {
  position: absolute;
  top: 15%;
  right: -15px;
}

.about-rank {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  position: absolute;
  right: -10px;
  bottom: 15%;
  -webkit-box-shadow: 0px 0px 24px -16px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 0px 24px -16px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 0px 24px -16px rgba(0, 0, 0, 0.45);
}

.about-rank .users img {
  filter: grayscale(100%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 2px solid #fff;
  display: inline-block;
  margin-left: -12px;
  transition: all 0.2s ease-in-out;
}

.about-rank .users img:first-child {
  margin-left: 0px;
}

.about-rank .users img:hover {
  filter: grayscale(0);
}

.about-rank .users {
  margin-bottom: 15px;
}

.about-rank span {
  font-family: 'Sora';
  font-size: 35px;
  font-weight: 400;
  line-height: 35px;
  color: #1b1b1b;
}

.about-rank p {
  font-family: 'Sora';
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0px;
  color: #1b1b1b;
}

.about-rank i {
  font-size: 15px;
  color: #d4d9de;
  display: inline-block;
  position: relative;
  top: -1px;
  margin-right: 4px;
}

.about-rank i:last-child {
  margin-right: 0px;
}

.about-rank i.active {
  color: #ffa800;
}

.about-p {
  font-size: 15px;
  color: #1b1b1b;
  line-height: 28px;
  font-family: 'Sora';
  font-weight: 400;
  margin-top: 45px;
  margin-bottom: 30px;
}

.about-text ul {
  list-style-type: none;
  padding-left: 0px;
}

.about-text ul li:before {
  display: inline-block;
  content: '\F26E';
  font-family: 'bootstrap-icons';
  color: #ffa800;
  font-size: 22px;
  position: relative;
  top: 6px;
  margin-right: 6px;
}

.about-text ul li {
  font-family: 'Sora';
  font-size: 16px;
  color: #1b1b1b;
  font-weight: 400;
}

.about-text a {
  color: #1b1b1b;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Sora';
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  display: block;
  margin-top: 40px;
}

.about-text a:hover {
  color: #ffa800;
}

.home-register {
  width: 100%;
  height: 772px;
  background: url("../images/home_register.webp") no-repeat center center;
  background-size: cover;
}

.home-register .mask-1 {
  background: rgba(32,40,51,0.9);
  height: 772px;
}

.home-register .mask-2 {
  background: rgba(18,24,32,0.9);
  height: 772px;
}

.home-register-container {
  text-align: center;
  max-width: 50%;
}

.home-register-container h2 {
  color: #fff;
  font-family: 'Sora';
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}

.home-register-container h2 span {
  color: #ffa800;
}

.home-register-container h1 {
  font-family: 'Sora';
  color: #fff;
  font-weight: 500;
  font-size: 39px;
  margin-bottom: 25px;
}

.home-register-container p {
  font-family: 'Montserrat';
  color: #d9d9d9;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 25px;
  line-height: 28px;
}

.home-register-container a {
  color: #fff;
  text-decoration: none;
  font-family: 'Sora';
  font-size: 15px;
  border: 2px solid #fff;
  border-radius: 24px;
  padding: 14px 38px 14px 38px;
  transition: all 0.2s ease-in-out;
  text-wrap: nowrap;
  display: inline-block;
}

.home-register-container a:hover {
  background: #fff;
  color: #1b1b1b;
}

.mask-2 .home-register-container a {
  color: #ffa800;
  border: 2px solid #ffa800;
}

.mask-2 .home-register-container a:hover {
  background: #ffa800;
  color: #1b1b1b;
}

.reviews-prev.swiper-button-disabled {
  opacity: .2;
  cursor: not-allowed;
}

.reviews-next.swiper-button-disabled {
  opacity: .2;
  cursor: not-allowed;
}

.reviews-prev {
  display: inline-block;
  color: #13181e;
  text-transform: uppercase;
  font-size: 13px;
  font-family: 'Sora';
  font-weight: 500;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.reviews-prev i {
  font-size: 24px;
  position: relative;
  top: 4px;
  margin-right: 4px;
}

.reviews-next {
  display: inline-block;
  color: #13181e;
  text-transform: uppercase;
  font-size: 13px;
  font-family: 'Sora';
  font-weight: 500;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 15px;
}

.reviews-next i {
  font-size: 24px;
  position: relative;
  top: 4px;
  margin-left: 4px;
}

.review-card .top i {
  font-size: 36px;
  color: #13181e;
  display: inline-block;
  margin-right: 15px;
}

.review-card .top span {
  display: inline-block;
  position: relative;
  top: -10px;
}

.review-card .top span i {
  font-size: 15px;
  color: #d4d9de;
  display: inline-block;
  position: relative;
  top: -1px;
  margin-right: 2px;
}

.review-card .top span i:last-child {
  margin-right: 0px;
}

.review-card .top span i.active {
  color: #ffa800;
}

.review-card p {
  color: #757575;
  font-size: 15px;
  font-family: 'Sora';
  line-height: 25px;
  margin-top: 15px;
  margin-bottom: 30px;
  font-weight: 400;
}

.review-card .author {
  display: flex;
  align-items: top;
}

.review-card .author div:first-child {
  margin-right: 20px;
}

.review-card .author img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
}

.review-card .author span {
  font-size: 15px;
  color: #1b1b1b;
  font-weight: 600;
  font-family: 'Sora';
  margin-bottom: 0px;
  display: block;
  margin-top: 4px;
}

.review-card .author p {
  font-size: 12px;
  color: #acacac;
  font-weight: 300;
  font-family: 'Sora';
  margin-bottom: 0px;
  margin-top: 10px;
  line-height: 0px;
}

footer {
  background: url("../images/footer.jpg") no-repeat top center;
  background-size: cover;
  width: 100%;
  padding: 90px 0px 0px 0px;
}

footer h3 {
  font-size: 27px;
  color: #fff;
  font-family: 'Sora';
  font-weight: 600;
  margin-bottom: 18px;
}

footer h3 span {
  color: #ffa800;
}

footer h4 {
  font-size: 13px;
  color: #fff;
  font-family: 'Sora';
  font-weight: 400;
  margin-bottom: 0px;
}

footer input {
  width: 100%;
  height: 60px;
  border-radius: 34px;
  padding: 0px 165px 0px 32px;
  font-family: 'Sora';
  font-weight: 500;
  font-size: 14px;
  border: 0px solid;
}

footer input:focus {
  outline: none;
}

footer button {
  border: 0px solid;
  padding: 18px 45px 17px 45px;
  border-radius: 34px;
  /* background: #ffa800; */
   background:#f1a107;
  color: #1b1b1b;
  font-family: 'Sora';
  font-weight: 600;
  font-size: 13px;
  position: absolute;
  right: 3px;
  top: 3px;
  display: block;
  transition: all 0.2s ease-in-out;
}

footer button:hover {
  background: #f1a107;
}

footer img {
  max-width: 165px;
  width: 100%;
}

footer p {
  margin-bottom: 0px;
  font-family: 'Sora';
  font-size: 12px;
  line-height: 23px;
  color: #7b8187;
  font-weight: 600;
  margin-top: 30px;
}

footer p span {
  color: #a8adb2;
}

.footer-navi h2 {
  font-size: 17px;
  font-weight: 600;
  font-family: 'Sora';
  color: #fff;
  margin-bottom: 30px;
}

.footer-navi a {
  text-decoration: none;
  font-family: 'Sora';
  font-size: 13px;
  color: #7b8187;
  display: block;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
  margin-bottom: 8px;
}

.footer-navi a:last-child {
  margin-bottom: 0px;
}

.footer-navi a:hover {
  color: #ffa800;
}

.footer-social {
  background: #232931;
  width: 100%;
  padding: 27px 0px 29px 0px;
  margin-top: 50px;
}

.footer-social a {
  font-family: 'Sora';
  font-size: 15px;
  color: #caced2;
  font-weight: 600;
  text-decoration: none;
  margin-right: 15px;
  transition: 0.2s ease-in-out;
}

.footer-social a:last-child {
  margin-right: 0px;
}

.footer-social a:hover {
  color: #ffa800;
}

.footer-copyrights {
  background: #181d23;
  padding: 25px 0px;
  font-family: 'Sora';
  font-size: 12px;
  color: #89939d;
  font-weight: 400;
}

.footer-copyrights i {
  position: relative;
  top: 1px;
  color: #ffa800;
}

.footer-copyrights a {
  text-decoration: none;
  color: #9aa5af;
}

.subpage-header ol {
  list-style-type: none;
  padding-left: 0px;
  margin-top: 110px;
}

.subpage-header ol li {
  display: inline-block;
}

.subpage-header ol li a {
  font-family: 'Montserrat';
  color: #1b1b1b;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.subpage-header ol li i {
  font-size: 6px;
  color: #ffa800;
  position: relative;
  top: -2px;
  margin-left: 10px;
  margin-right: 10px;
}

.subpage-header h1 {
  font-size: 42px;
  font-family: 'Sora';
  font-weight: 600;
  color: #1b1b1b;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 70px;
}

.faq-container ul li button {
  border: 0px solid !important;
}

.faq-container ul {
  border-bottom: 2px solid #f4f4f4;
}

.faq-container ul li button.active {
  border-bottom: 1px solid #ffa800 !important;
}

.faq-container ul li button {
  font-size: 14px;
  font-weight: 500;
  font-family: 'Sora';
  color: #1b1b1b;
}

.faq-container ul li button:hover {
  color: #ffa800;
}

.faq-container .tab-content {
  margin-top: 80px;
}

.faq-container .tab-content h1 {
  font-family: 'Sora';
  font-size: 41px;
  font-weight: 600;
  margin-bottom: 40px;
}

.faq-container .tab-content h1 span {
  color: #ffa800;
}

.faq-container .tab-content p {
  font-size: 16px;
  line-height: 28px;
  font-family: 'Sora';
  color: #1b1b1b;
  margin-bottom: 0px;
}

.faq-container .tab-content p a {
  text-decoration: none;
  color: #ffa800;
}

.faq-container .accordion-item {
  border: 0px solid;
}

.faq-container .accordion-button {
  background: none;
  outline: none;
  box-shadow: none;
  padding: 0px 0px 10px 0px;
  color: #1b1b1b;
  font-family: 'Sora';
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px solid #f4f4f4;
}

.faq-container .accordion-body {
  padding: 10px 0px 20px 0px;
  font-family: 'Sora';
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  color: #1b1b1b;
}

.faq-container .accordion-button:after {
  background: transparent;
  font-family: 'bootstrap-icons';
  content: '\F64D';
  /* color: #ffa800; */
   color: #ff8c00; 
}

.faq-container .accordion-button:not(.collapsed)::after {
  background: transparent;
  font-family: 'bootstrap-icons';
  content: '\F2EA';
  transform: none;
  color: #1b1b1b;
}

.login-page {
  background: url("../images/login_bg.jpg") no-repeat center center;
  background-size: cover;
  width: 100%;
  min-height: 100vh;
}

.login-box {
  border-radius: 10px;
  min-width: 65%;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 24px -14px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 24px -14px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 24px -14px rgba(0, 0, 0, 0.75);
}

.login-box-left {
  background: url("../images/login_box.jpg") no-repeat center left;
  background-size: cover;
}

.login-box .logo {
  position: absolute;
  width: 100%;
  max-width: 160px;
  top: 35px;
  left: 30px;
}

.login-box h1 {
  color: #13181e;
  font-size: 34px;
  font-family: 'Sora';
  font-weight: 600;
  padding-left: 55px;
}

.login-box p {
  color: #13181e;
  font-size: 16px;
  font-family: 'Sora';
  font-weight: 400;
  padding-left: 55px;
}

.login-box-right {
  background: #13181e;
  padding: 90px 40px 90px 30px;
}

.login-box-right h2 {
  text-align: center;
  color: #fff;
  font-family: 'Sora';
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 40px;
}

.login-box-right label {
  display: block;
  width: 100%;
  margin-bottom: 4px;
  font-family: 'Sora';
  color: #fff;
  font-size: 13px;
  font-weight: 300;
}

.login-box-right input {
  background: #212830;
  padding: 14px 20px;
  font-size: 13px;
  font-family: 'Sora';
  font-weight: 400;
  border: 0px solid;
  border-radius: 6px;
  width: 100%;
  color: #fff;
}

.login-box-right input:focus {
  outline: none;
  box-shadow: none;
}

.login-box-right input::placeholder {
  color: #424e5c;
  opacity: 1;
}

.login-box-right input::-ms-input-placeholder {
  color: #424e5c;
}

.login-box-right .form-check-input {
  width: 13px;
  height: 13px;
  padding: 0;
  position: relative;
  top: -1px;
}

.login-box-right .form-check-input:checked {
  background: #ffa800;
  border-color: #ffa800;
}

.login-box-right .form-check {
  margin-bottom: 0px;
}

.login-box-right .form-check label {
  margin-bottom: 0px;
  font-size: 12px;
}

.cursor-pointer {
  cursor: pointer;
}

.login-box-right a {
  color: #94a1b0;
  text-decoration: none;
  font-family: 'Sora';
  font-size: 12px;
  font-weight: 300;
  display: block;
}

.login-box-right button {
  background: #ffa800;
  text-transform: uppercase;
  font-size: 12px;
  color: #13181e;
  font-family: 'Sora';
  font-weight: 500;
  border: 0px solid;
  border-radius: 6px;
  padding: 12px 30px;
  text-align: center;
  width: 100%;
  margin-top: 16px;
  transition: all 0.2s ease-in-out;
}

.login-box-right button:hover {
  background: #ffb424;
  color: #13181e;
}

.login-box-link-button {
  background: #ffa800 !important;
  text-transform: uppercase !important;
  font-size: 12px !important;
  color: #13181e !important;
  font-family: 'Sora' !important;
  font-weight: 500 !important;
  border: 0px solid;
  border-radius: 6px;
  padding: 12px 30px;
  text-align: center;
  width: 100%;
  margin-top: 16px;
  transition: all 0.2s ease-in-out;
}

.login-box-link-button:hover {
  background: #ffb424 !important;
  color: #13181e !important;
}

.login-box-right button:disabled {
  opacity: 0.65;
}

.login-box-right .separator {
  margin-top: 35px;
  margin-bottom: 35px;
}

.login-box-right span {
  font-family: 'Sora';
  font-size: 13px;
  font-weight: 400;
  color: #7a8592;
  display: block;
  text-align: center;
}

.login-box-right .another-action a {
  display: block;
  text-align: center;
  width: 100%;
  font-family: 'Sora';
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  margin-top: 10px;
}

.register-pick-acc-type {
  background: #212830;
  padding: 25px;
  border-radius: 10px;
  border: 2px solid #262e36;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
  -webkit-box-shadow: 0px 0px 24px -17px rgba(66, 68, 90, 1);
  -moz-box-shadow: 0px 0px 24px -17px rgba(66, 68, 90, 1);
  box-shadow: 0px 0px 24px -17px rgba(66, 68, 90, 1);
}

.register-pick-acc-type.active {
  border-color: #ffa800;
}

.register-pick-acc-type-icon {
  margin-right: 15px;
  width: 38px;
  height: 39px;
  background: #fff;
  border-radius: 6px;
  border: 2px solid #fff;
  text-align: center;
  transition: all 0.3s ease-in-out;
  color: #333335 !important;
}

.register-pick-acc-type.active .register-pick-acc-type-icon {
  border-color: #ffa800;
  background: #ffa800;
  color: #fff !important;
}

.register-pick-acc-type-text {
  width: calc(100% - 53px);
}

.register-pick-acc-type i {
  font-size: 24px;
  position: relative;
  top: -2px;
}

.register-pick-acc-type span {
  font-weight: bold;
  color: #ececec;
  text-align: left !important;
}

.register-pick-acc-type p {
  margin-bottom: 0px;
  font-size: 12px;
  color: #acacac;
  text-align: left !important;
  padding-left: 0px;
}

.grecaptcha-badge { 
  visibility: hidden !important;
}

.done-wrapper {
  display:flex;
  justify-content:center;
  align-items:center;
}

.done-wrapper .checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #ffa800;
  fill: none;
  animation: donewrapper_stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.done-wrapper .checkmark {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  margin: 0 auto;
  box-shadow: inset 0px 0px 0px #ffa800;
  animation: donewrapper_fill .4s ease-in-out .4s forwards, donewrapper_scale .3s ease-in-out .9s both;
}

.done-wrapper .checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: donewrapper_stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes donewrapper_stroke {
  100%{stroke-dashoffset: 0}
}

@keyframes donewrapper_scale {
  0%, 100%{transform: none}50%{transform: scale3d(1.1, 1.1, 1)}
}

@keyframes donewrapper_fill {
  100%{box-shadow: inset 0px 0px 0px 30px #ffa800}
}

.register-done-title {
  color: #fff;
  text-align: center;
  margin-top: 20px;
}

#register-done p {
  color: rgba(255,255,255,0.8);
  font-size: 13px;
  padding-left: 0px !important;
}

.error-container-circle .circle,
.error-container-circle .circle-border {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.error-container-circle .circle {
  z-index: 1;
  position: relative;
  background: var(--custom-white);
  transform: scale(1);
  animation: success-anim 700ms ease;
}

.error-container-circle .circle-border {
  z-index: 0;
  position: absolute;
  transform: scale(1.1);
  animation: circle-anim 400ms ease;
  background: #e6533c;
}

@keyframes success-anim {
  0% {
    transform: scale(0);
  }
  30% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes circle-anim {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1.1);
  }
}
.error-container-circle .error::before,
.error-container-circle .error::after {
  content: "";
  display: block;
  height: 4px;
  background: #13181e;
  position: absolute;
}

.error::before {
  width: 30px;
  top: 48%;
  left: 20%;
  transform: rotateZ(45deg);
}

.error::after {
  width: 30px;
  top: 48%;
  left: 20%;
  transform: rotateZ(-45deg);
}

.google-2fa-code {
  text-align: center;
  letter-spacing: 5px;
  font-weight: 700;
}

.contact-label {
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 1px;
  display: block;
}

.contact-input {
  width: 100%;
  padding: 12px 12px;
  border: 1px solid #ececec;
  font-size: 15px;
  font-weight: 600;
}

.contact-submit {
  border: 0px solid;
  padding: 18px 45px 17px 45px;
  border-radius: 34px;
  background: #ffa800;
  color: #1b1b1b;
  font-family: 'Sora';
  font-weight: 600;
  font-size: 13px;
  transition: all 0.2s ease-in-out;
}

/*
@media (max-width: 768px) {
  .slider-btns-desktop-column {
    display: flex;
    flex-direction: column !important; 
    flex-wrap: wrap; 
    gap: 1px; 
    margin-left: 0 !important;
    align-items: center;
    justify-content: center; 
  }

  .slider-btns-desktop-column button {
    width: 100%; 
    max-width: 10px; 
    margin-bottom: 10px; 
  }
}
*/

.terms-checkbox-wrapper input[type="checkbox"] {
  border: 2px solid #ffa800;
  appearance: none;
  width: 16px;
  height: 16px;
  cursor: pointer;
  border-radius: 3px;
  background-color: white;
  position: relative;
  vertical-align: middle;
}

.terms-checkbox-wrapper input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 5px;
  width: 4px;
  height: 8px;
  border: solid black;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

