@import url('https://fonts.googleapis.com/css2?family=Georama:wght@300;500;600;700;800&family=Inter:wght@700&family=Montserrat:wght@500;700;800&display=swap');
html {
  scroll-behavior: smooth;
}
body {
	background: center/100% repeat-y url("../images/bg.png");
	color: rgba(255, 255, 255, 0.62);
	font-size: 14px;
	font-family: 'Georama', sans-serif;
	font-weight: 500;
	word-wrap: break-word;
	padding: 0;
	margin: 0;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
	margin: 0;
}
* {
  scrollbar-width: thin;
  scrollbar-color: #FAFF00 #0E1621;
}
*::-webkit-scrollbar {
  height: 16px;
  width: 16px;
}
*::-webkit-scrollbar-track {
  background: #0E1621;
}
*::-webkit-scrollbar-thumb {
  background-color: #FAFF00;
  border-radius: 5px;
  border: 3px solid #0E1621;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}


.d-flex {
	display: flex;
	flex-wrap: wrap;
}
.justify-content-between {
	justify-content: space-between;
}
.align-items-center {
	align-items: center;
}
.col-6 {
  width: 50%;
}
header {
  background: center/100% no-repeat url("../images/bg-header.png");
}
nav {
  background: rgba(0, 0, 0, 0.35);
	padding: 0 42px;
  height: 85px;
}
nav input[type="checkbox"].toggler {
  display: none;
}
.menu a {
	color: #A0A0A0;
	line-height: 21px;
	letter-spacing: 1.68px;
	margin: 0 19px;
}
/*.nav-right {
  width: 320px;
}*/
.nav-right.sm-block {
  display: none;
}
.menu > li > a, .dropbtn {
  display: flex;
  align-items: center;
  padding: 12px 0;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown a img {
  margin-right: 5px;
}
.dropdown a.ar img {
  margin-left: 5px;
}
.dropdown-content {
  display: none;
  position: absolute;
  min-width: 180px;
  z-index: 1;
  background: linear-gradient(180deg, #181818 0%, #0D0D0D 100%);
  border-radius: 13px;
}
.dropdown-content a {
  color: #A0A0A0;
  padding: 10px 8px;
  text-decoration: none;
  display: flex;
  text-align: left;
  margin: 0;
  align-items: center;
}
.dropdown-content a.ar {
  flex-direction: row-reverse;
}
.dropdown-content a:first-child:hover {
  border-radius: 13px 13px 0 0;
}
.dropdown-content a:last-child:hover {
  border-radius: 0 0 13px 13px;
}
.dropdown-content a:hover {
  background-color: #FAFF00;
  color: #000;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.btn {
	border-radius: 10.27px;
	border: 1.42px #FAFF00 solid;
	color: #A0A0A0;
	padding: 15px 28px;
	letter-spacing: 1.68px;
}
.btn.a-login {
  background: #FAFF00;
  color: #272727;
  font-weight: 700;
  filter: drop-shadow(3.5416667461395264px 2.8333332538604736px 4.249999523162842px rgba(255, 255, 255, 0.21));
}
.header-content {
  margin: 108px 123px 60px;
}
.header-content h2 {
  color: rgba(255, 255, 255, 0.77);
	font-family: Inter;
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: 135.023%;
	letter-spacing: 5.875px;
}
.header-content h2 span {
  color: #FAFF00;
  font-size: 37px;
}
.header-content h1 {
	font-size: 60px;
	font-style: normal;
	font-weight: 800;
	line-height: 128.023%;
	letter-spacing: 3.6px;
	margin-top: 12px;
}
.header-content h1 span.linear-gradient {
	background: linear-gradient(97deg, #FFF 13.95%, rgba(255, 255, 255, 0.00) 126.2%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.header-content h1 span {
	color: #FAFF00;
}
.header-content h1 span.linear-gradient-2 {
	background: linear-gradient(266deg, #FFF 13.95%, rgba(255, 255, 255, 0.00) 126.2%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.social {
  width: 130px;
}
.social, .header-content p {
	line-height: 162.523%;
  letter-spacing: 1.26px;
	margin-top: 30px;
}
.header-right {
  position: relative;
}
.filter-1 {
  border-radius: 647px;
  background: radial-gradient(45.41% 45.41% at 50% 50%, rgba(250, 255, 0, 0.05) 0%, rgba(217, 217, 217, 0.00) 100%);
  filter: blur(6.161904335021973px);
  width: 647px;
  height: 626.46px;
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
}
.header-content svg {
  position: absolute;
  z-index: 100;
  right: -123px;
  top: 100px;
}
.header-content video {
  position: relative;
  max-width: 100%;
  z-index: 101;
}
.our-partners {
  /*margin-top: 54px;*/
  padding-bottom: 80px;
  margin-left: 123px;
}
.our-partners span {
  font-weight: 800;
  line-height: 162.523%;
  letter-spacing: 1.26px;
}
.our-partners-img img {
  margin: 0 30px;
}
.our-partners-img-marquee {
  display: none;
}
section {
  margin: 0 132px;
}
section h2 {
	color: #FAFF00;
	font-size: 40px;
	font-weight: 800;
	line-height: 128.023%;
	letter-spacing: 2.4px;
	text-align: center;
}
section h2 span.linear-gradient {
	background: linear-gradient(97deg, #FFF -12.76%, rgba(255, 255, 255, 0.00) 121.72%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
section h2 span.linear-gradient-2 {
  background: linear-gradient(266deg, #FFF 13.95%, rgba(255, 255, 255, 0.00) 126.2%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about {
  align-items: center;
  margin-top: 74px;
  margin-bottom: 130px;
}
.aboutus {
  position: relative;
  /*height: 300px;*/
  width: 100%;
}
.aboutus_block {
  background: linear-gradient(130deg, #1E1E1E 0%, rgba(0, 0, 0, 0) 100%);
  box-shadow: -2.581395387649536px 2.581395387649536px 9.465116500854492px rgba(249.90, 255, 0, 0.29);
  border-radius: 30px;
  /*left: 0px;
  top: 0px;*/
  padding: 12px 20px;
  /*position: absolute;*/
  width: 100%;
}
.aboutus_block iframe {
  border-radius: 30px;
  width: 100%;
  height: 100%;
}
.aboutus_block img {
  border-radius: 30px;
  max-width: 100%;
}
section .col-6 {
  width: calc(50% - 30px);
}
section p {
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  font-weight: 500;
  line-height: 22.75px;
  letter-spacing: 1.26px;
  word-wrap: break-word;
}
.strategiya-box {
  margin-top: 90px;
  margin-bottom: 40px;
}
.strategiya-block {
  background: linear-gradient(130deg, #1E1E1E 0%, rgba(0, 0, 0, 0) 100%);
  box-shadow: 2.368386745452881px 3.1578481197357178px 8.68408203125px rgba(249.90, 255, 0, 0.29);
  border-radius: 37.89px;
  padding: 30px 60px;
  position: relative;
  margin-bottom: 30px;
}
.strategiya-box .col-6:nth-child(1) .strategiya-block::before {
  content: '';
  background: url("../images/strategiya-1.svg") no-repeat;
  position: absolute;
  top: -16px;
  right: 38%;
  width: 66px;
  height: 67px;
}
.strategiya-box .col-6:nth-child(2) .strategiya-block::before {
  content: '';
  background: url("../images/strategiya-2.svg") no-repeat;
  position: absolute;
  top: 17px;
  right: 50%;
  width: 62px;
  height: 61px;
  transform: rotate(6.475deg);
}
.strategiya-block span {
  color: rgb(250 255 0 / 83%);
  display: block;
  font-size: 31.58px;
  font-weight: 600;
  letter-spacing: 2.84px;
  margin-bottom: 20px;
}
.strategiya-block .strategiya-title {
  color: rgba(255, 255, 255, 0.64);
  font-size: 23px;
  font-weight: 800;
  line-height: 128.023%;
  letter-spacing: 1.38px;
  margin-bottom: 30px;
}
.strategiya-block p {
  color: rgba(255, 255, 255, 0.62);
  font-size: 14.21px;
  font-weight: 500;
  line-height: 162.523%;
  letter-spacing: 1.279px;
}
.strategiya-block p > b {
  color: rgb(250 255 0 / 62%);
}
.strategiya-p {
  color: rgb(250 255 0 / 62%);
  text-align: center;
  font-size: 14px;
  font-weight: 800;
  line-height: 162.523%;
  letter-spacing: 1.26px;
  margin-bottom: 86px;
}
.term-dep {
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 162.523%;
  letter-spacing: 1.26px;
  margin-bottom: 62px;
}
.term-dep p:first-child {
  color: rgb(250 255 0 / 62%);
}
footer {
  border-top: 1px solid rgba(250, 255, 0, 0.25);
  background: #030303;
  padding: 30px 40px 40px;
}
.footer-left p {
  line-height: 162.523%;
  letter-spacing: 1.26px;
  margin: 15px auto;
}
.footer-left .social {
  margin: 0;
}
.title-menu {
  color: rgba(255, 255, 255, 0.64);
  font-size: 23px;
  font-weight: 800;
  line-height: 128.023%;
  letter-spacing: 1.38px;
  margin-bottom: 16px;
}
.footer-menu ul {
  margin: 0;
  padding: 0;
}
.footer-menu ul > li > a {
  color: rgba(255, 255, 255, 0.62);
  font-weight: 500;
  line-height: 162.523%;
  letter-spacing: 1.26px;
}
.footer-menu ul > li > a:hover {
  color: rgb(250 255 0 / 62%);
}
.alert {
  position: relative;
  padding: .9375rem .9375rem;
  margin-bottom: 1.25rem;
  border: 0 solid transparent;
  border-radius: 4px;
}
table {
  background: linear-gradient(180deg, #181818 0%, #0D0D0D 100%);
  border-radius: 13.4px;
  border-collapse: collapse;
  width: 100%;
}
table th {
  border-bottom: 1px solid #faff0047;
  color: #faff00;
  padding: 15px 5px;
  text-align: left;
}
table tr td {
  border-bottom: 1px solid #faff0047;
  color: #fff;
  padding: 15px 5px;
  text-align: left;
  word-wrap: normal;
  word-break: break-all;
}
table tr:last-child td {
  border-bottom: 0; 
}
.plans {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}
.plans .plans-item {
  background: linear-gradient(180deg, #181818 0%, #0D0D0D 100%);
  border-radius: 13.4px;
  display: block;
  padding: 0 18px 18px 25px;
  position: relative;
  margin: 0 15px 18px;
  text-align: center;
  height: 100%;
  width: 300px;
}
.plan-title {
  display: flex;
  justify-content: space-between;
}
.plan-block p {
  border-bottom: 1px solid #faff0047;
  color: #ddd;
  letter-spacing: 1px;
  padding: 5px 0;
}
.plan-block-footer p {
  font-weight: 600;
  line-height: 150.023%;
  letter-spacing: 1.56px;
  color: #fff;
  margin: 20px auto 12px;
}
.btn-cab {
  align-items: center;
  border-radius: 10px;
  background: #FAFF00;
  color: #272727;
  display: flex;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 150.023%;
  letter-spacing: 1.68px;
  height: 40.429px;
  margin: auto;
}
.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: .9375rem .9375rem;
  color: inherit;
}

.alert-primary {
  color: #003885;
  background-color: #cce2ff;
  border-color: #b8d6ff;
}

.alert-primary hr {
  border-top-color: #9fc7ff;
}

.alert-primary .alert-link {
  color: #002352;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #026422;
  background-color: #cdf3d9;
  border-color: #b9eeca;
}

.alert-success hr {
  border-top-color: #a4e9ba;
}

.alert-success .alert-link {
  color: #013211;
}

.alert-info {
  color: #006a85;
  background-color: #ccf5ff;
  border-color: #b8f0ff;
}

.alert-info hr {
  border-top-color: #9febff;
}

.alert-info .alert-link {
  color: #004152;
}

.alert-warning {
  color: #854001;
  background-color: #ffe5cc;
  border-color: #ffdab8;
}

.alert-warning hr {
  border-top-color: #ffcd9f;
}

.alert-warning .alert-link {
  color: #522801;
}

.alert-danger {
  color: #851c01;
  background-color: #ffd7cc;
  border-color: #ffc6b8;
}

.alert-danger hr {
  border-top-color: #ffb29f;
}

.alert-danger .alert-link {
  color: #521101;
}

.alert-light {
  color: #7d7e7f;
  background-color: #fcfdfd;
  border-color: #fbfcfc;
}

.alert-light hr {
  border-top-color: #ecf1f1;
}

.alert-light .alert-link {
  color: #646565;
}

.alert-dark {
  color: #000;
  background-color: #ccc;
  border-color: #b8b8b8;
}

.alert-dark hr {
  border-top-color: #ababab;
}

.alert-dark .alert-link {
  color: #000;
}

.alert-inverse {
  color: #000;
  background-color: #ccc;
  border-color: #b8b8b8;
}

.alert-inverse hr {
  border-top-color: #ababab;
}

.alert-inverse .alert-link {
  color: #000;
}

.alert-black {
  color: #000;
  background-color: #ccc;
  border-color: #b8b8b8;
}

.alert-black hr {
  border-top-color: #ababab;
}

.alert-black .alert-link {
  color: #000;
}

.alert-white {
  color: #858585;
  background-color: #fff;
  border-color: #fff;
}

.alert-white hr {
  border-top-color: #f2f2f2;
}

.alert-white .alert-link {
  color: #6c6c6c;
}

.alert-grey {
  color: #7c7c7c;
  background-color: #fcfcfc;
  border-color: #fafafa;
}

.alert-grey hr {
  border-top-color: #ededed;
}

.alert-grey .alert-link {
  color: #636363;
}

.alert-muted {
  color: #7c7c7c;
  background-color: #fcfcfc;
  border-color: #fafafa;
}

.alert-muted hr {
  border-top-color: #ededed;
}

.alert-muted .alert-link {
  color: #636363;
}

.alert-silver {
  color: #7c7c7c;
  background-color: #fcfcfc;
  border-color: #fafafa;
}

.alert-silver hr {
  border-top-color: #ededed;
}

.alert-silver .alert-link {
  color: #636363;
}

.alert-lime {
  color: #657900;
  background-color: #f3fbcc;
  border-color: #eef9b8;
}

.alert-lime hr {
  border-top-color: #e8f7a0;
}

.alert-lime .alert-link {
  color: #3a4600;
}

.alert-aqua {
  color: #006a85;
  background-color: #ccf5ff;
  border-color: #b8f0ff;
}

.alert-aqua hr {
  border-top-color: #9febff;
}

.alert-aqua .alert-link {
  color: #004152;
}
.acc-in {
  background: center/cover fixed no-repeat url("../images/bg-acc-in.jpg");
}
.acc-in main {
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100vh;
}
.acc-in main .logo {
  margin-bottom: 37px;
}
.acc-in main .logo img {
  width: 230px;
}
.acc-in main h2 {
  color: rgba(255, 255, 255, 0.80);
  font-size: 13px;
  font-weight: 600;
  line-height: 150.023%;
  letter-spacing: 1.56px;
  margin-bottom: 38px;
  text-align: center;
}
.acc-in main form {
  background: linear-gradient(180deg, #181818 0%, #0D0D0D 100%);
  border-radius: 14px;
  width: 662px;
  height: auto;
  padding: 27px 124px 59px;
}
.acc-in main form .login-box-input {
  text-align: center;
}
.acc-in main form input {
  background: linear-gradient(180deg, #181818 0%, #0D0D0D 100%);
  border-radius: 7.15px;
  border: 1px solid rgba(250, 255, 0, 0.26);
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.80);
  font-size: 12px;
  font-weight: 700;
  line-height: 162.523%;
  letter-spacing: 1.08px;
  padding: 12px 23px;
  outline: none;
  width: 100%;
}
.acc-in main form button {
  cursor: pointer;
}
.acc-in main form .login_frm-footer {
  margin-top: 33px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 500;
  line-height: 162.523%;
  letter-spacing: 1.08px;
}
.acc-in main form .login_frm-footer .col-6 a {
  color: rgb(250 255 0 / 62%);
}
.acc-in main form .login_frm-footer .col-6:nth-child(2) {
  text-align: right;
}
.acc-in main form .login_frm-footer .col-6:nth-child(2) a {
  color: rgba(255, 255, 255, 0.62);
}
.acc-in main form .login-box-input.sign_up .col-6 {
  position: relative;
  width: calc(50% - 10px);
}
.acc-in main form .sign_up-footer {
  text-align: center;
}
.acc-in main form .sign_up-footer .sign_up-footer-link {
  font-size: 12px;
  font-weight: 500;
  line-height: 162.523%;
  letter-spacing: 1.08px;
  margin-top: 24px;
}
.acc-in main form .sign_up-footer .sign_up-footer-link a {
  color: rgb(250 255 0 / 62%);
}
.acc-in main form .register_frm_agree {
  margin-bottom: 20px;
}
.acc-in main form .form-check-input {
  display: none;
}
.acc-in main form .form-check {
  align-items: center;
  display: flex;
  justify-content: center;
}
.acc-in main form .form-check a {
  color: rgb(250 255 0 / 62%);
}
.acc-in main form .form-check span {
  background: #fff;
  border-radius: 2.77px;
  display: block;
  margin-right: 10px;
  cursor: pointer;
  width: 17px;
  height: 17px;
}
.acc-in main form .form-check-input:checked + .form-check span {
  background: url("../images/form-check-input.svg");
}
.acc-in main form .span-err {
  background: red;
  border-radius: 7.15px;
  color: #fff;
  position: absolute;
  right: 0px;
  top: 0;
  padding: 1px 4px;
}


@media (max-width: 1280px) {
  .header-content {
    margin: 88px 100px 40px;
  }
  .header-content h2 {
    font-size: 20px;
  }
  .header-content h2 span {
    font-size: 32px;
  }
  .header-content h1 {
    font-size: 50px;
  }
  .header-content svg {
    right: -100px;
  }
  .filter-1 {
    width: 547px;
    height: 526.46px;
  }
  section {
    margin: 0 100px;
  }
  section h2 {
    font-size: 30px;
  }
  section p {
    font-size: 13px;
  }
  .our-partners {
    padding-bottom: 60px;
    margin-left: 100px;
  }
}
@media (max-width: 970px) {
  .header-content {
    margin: 30px 30px 20px;
    padding-top: 100px;
  }
  .header-content h2 {
    font-size: 18px;
  }
  .header-content h1 {
    font-size: 35px;
  }
  .header-content svg {
    right: -50px;
    width: 500px;
    top: 0;
  }
  .filter-1 {
    width: 300px;
    height: 300px;
  }
  .our-partners {
    margin-left: 10px;
  }
  .our-partners-img {
    display: none;
  }
  .our-partners-img-marquee {
    display: block;
    overflow: hidden;
    margin-top: 18px;
  }
  .our-partners-img-marquee img {
    margin: 0 30px;
  }
  section h2 {
    font-size: 25px;
  }
  .about {
    margin-top: 30px;
    margin-bottom: 100px;
  }
  section {
    margin: 0 10px;
  }
  section .col-6 {
    width: calc(100% - 10px);
  }
  .about {
    flex-direction: column-reverse;
    margin-bottom: 50px;
  }
  .aboutus {
    margin-top: 50px;
  }
  .strategiya-box {
    margin-top: 50px;
    margin-bottom: 20px;
  }
	.nav-right {
		display: none;
		width: auto;
	}
	.nav-right.sm-block {
	  display: flex;
    flex-direction: column;
	}
  .nav-right-lng {
    margin-bottom: 10px;
  }
  nav {
    background: rgba(0, 0, 0, 0.95);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
  }
	nav input[type="checkbox"].toggler {
    display: block;
  }
	nav .toggler {
    position: absolute;
    right: 40px;
    z-index: 2;
    cursor: pointer;
    width: 45px;
    height: 42px;
    opacity: 0;
  }
	nav .hamburger {
    z-index: 1;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  nav .hamburger > div {
    position: relative;
    flex: none;
    width: 100%;
    height: 4px;
    background: #FAFF00;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
  }
  nav .hamburger > div::before,
  nav .hamburger > div::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: -8px;
    width: 100%;
    height: 4px;
    background: inherit;
  }
  nav .hamburger > div::after {
    top: 8px;
  }
  nav .toggler:checked + .hamburger > div {
    transform: rotate(135deg);
    background: #FAFF00;
  }
  nav .toggler:checked + .hamburger > div:before,
  nav .toggler:checked + .hamburger > div:after {
    top: 0;
    transform: rotate(90deg);
  }
  nav .toggler:checked:hover + .hamburger > div {
    transform: rotate(225deg);
  }
  nav .toggler:checked ~ .menu {
    visibility: visible;
  }
  nav .toggler:checked ~ .menu > div {
    transform: scale(1);
    transition-duration: 0.75s;
  }
  nav .toggler:checked ~ .menu > div > div {
    opacity: 1;
    transition:  opacity 0.4s ease 0.4s;
  }
  nav .menu {
    position: fixed;
    top: 85px;
    right: 0;
    width: 100%;
    height: 600px;
    visibility: hidden;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
  }
  nav .menu ul {
    flex-direction: column;
    margin: 0 auto 20px;
    padding: 0;
  }
  nav .menu > div {
    background: rgba(0, 0, 0, 0.95);
    border-radius: 50%;
    width: 200vw;
    height: 300vw;
    display: flex;
    flex: none;
    align-items: center;
    justify-content: center;
    transform: scale(0);
    transition: all 0.4s ease;
  }
  nav .menu > div > div {
    text-align: center;
    max-width: 90vw;
    max-height: 100vh;
    opacity: 0;
    transition: opacity 0.4s ease;
  }
  nav .menu > div > div > ul > li {
    color: #fff;
    list-style: none;
    padding: 1rem;
  }
  nav .menu > div > div > ul > li > a {
    color: inherit;
    transition: color 0.4s ease;
    margin: 0;
  }
}
@media (max-width: 970px) {
  .col-6 {
    width: 100%;
  }
  .header-content h2 {
    font-size: 13.245px;
  }
  .header-content h2 span {
    font-size: 19.603px;
  }
  .header-content svg {
    right: -30px;
  }
}
@media (max-width: 680px) {
  .acc-in {
    padding: 0 20px;
  }
  .acc-in main form {
    padding: 10px 20px 30px;
    width: auto;
  }
  .acc-in main form .col-6 {
    width: 50%;
  }
  .acc-in main form .login-box-input.sign_up .col-6 {
    width: 100%;
  }
}