@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
body {
  font-family: "Poppins", sans-serif;
  color: #fff;
  background-color: #20202E;
}
* {outline: none !important;}
main {overflow: hidden;}
ul,ol {
  margin: 0;
  padding: 0;
}
li {list-style: none;}
p {
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
}
a,a:hover,a:focus {
  text-decoration: none;
}
section {padding: 120px 0;}
h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
  margin: 0 0 120px;
  text-align: center;
  text-transform: uppercase;
}
header {
  height: 100px;
  overflow: hidden;
  z-index: 9;
  border-bottom: 1px solid #28293D;
  transition: all 0.3s ease-in-out;
}
header .navbar {
  padding: 20px 0;
  background-color: #20202E;
  transition: all 0.3s ease-in-out;
}
header .navbar-brand {
  margin: 0;
  padding: 0;
  margin-right: 80px;
}
header .navbar-brand {
  font-size: 20px;
  color: #fff;
}
header .navbar-brand a {
  display: block;
  width: 140px;
  height: 60px;
  color: #fff;
  line-height: 60px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
header .navbar-brand a svg {
  float: left;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
}
header .navbar .nav-item {margin-right: 20px;}
header .navbar .nav-item:last-child {margin-right: 0;}
header .navbar .nav-item .nav-link {
  position: relative;
  padding: 0;
  color: #fff;
  font-size: 14px;
}
header .navbar .nav-item .nav-link:after {
  position: absolute;
  content: '';
  bottom: -43px;
  left: 0;
  right: 0;
  width: 10px;
  height: 10px;
  margin: 0 auto;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
header .navbar .nav-item .nav-link.active:after {background-color: #3385FF;}
header .navbar .nav-item .nav-link.active {
  color: #3385FF;
  background-color: transparent;
}
header .navbar .nav-item .nav-link:hover,header .navbar .nav-item .nav-link:focus {color: #fff;}
header .navbar .nav_link_download {
  width: 160px;
  height: 50px;
  padding: 0;
  color: #fff;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
  border-radius: 50px;
  background-color: #0063F7;
  transition: all 0.3s ease-in-out;
}
header .navbar .nav_link_download:hover {transform: scale(1.1);}
.head_text {
  height: 100px;
  padding: 20px 0;
  background-color: #20202E;
  transition: all 0.3s ease-in-out;
}
.head_text .navbar-brand {
  float: left;
  padding-left: 30px;
  border-left: 1px solid #303149;
}
.head_text h2 {
  position: absolute;
  top: 20px;
  left: 50%;
  font-size: 22px;
  line-height: 60px;
  margin: 0;
  transform: translate(-50%, 0);
  transition: all 0.3s ease-in-out;
}
.head_text .back {
  float: left;
  height: 60px;
  color: #606191;
  font-size: 18px;
  line-height: 60px;
  margin-right: 30px;
  transition: all 0.3s ease-in-out;
}
.head_text .back svg {
  float: left;
  width: 24px;
  height: 24px;
  margin: 18px 0;
  margin-right: 5px;
  transition: all 0.3s ease-in-out;
}
.scrolled {height: 70px;}
.scrolled .navbar {padding: 10px 0;}
.scrolled .navbar-brand a {
  height: 50px;
  width: 110px;
  line-height: 50px;
}
.scrolled .navbar-brand a svg {
  width: 50px;
  height: 50px;
}
.scrolled .navbar .nav-item .nav-link:after {bottom: -27px;}
.scrolled .navbar .nav_link_download {
  width: 140px;
  line-height: 40px;
  height: 40px;
  font-size: 14px;
}
.scrolled.head_text {padding: 10px 0;}
.scrolled.head_text .back {
  height: 50px;
  line-height: 50px;
}
.scrolled.head_text .back svg {margin: 13px 0;}
.scrolled.head_text h2 {
  top: 10px;
  line-height: 50px;
}
.home {
  padding: 220px 0 120px;
  overflow: hidden;
  z-index: 1;
}
.hero {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.cube {
  position: absolute;
  top: 80vh;
  left: 45vw;
  width: 10px;
  height: 10px;
  border-radius: 3px;
  border: solid 1px #303149;
  transform-origin: top left;
  transform: scale(0) rotate(0deg) translate(-50%, -50%);
  -webkit-animation: cube 10s ease-in forwards infinite;
          animation: cube 10s ease-in forwards infinite;
}
.cube:nth-child(2n) {border-color: #303149;}
.cube:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  left: 25vw;
  top: 40vh;
}
.cube:nth-child(3) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
  left: 75vw;
  top: 50vh;
}
.cube:nth-child(4) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  left: 90vw;
  top: 10vh;
}
.cube:nth-child(5) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
  left: 10vw;
  top: 85vh;
}
.cube:nth-child(6) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
  left: 50vw;
  top: 10vh;
}

@-webkit-keyframes cube {
  from {
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    opacity: 1;
  }
  to {
    transform: scale(20) rotate(960deg) translate(-50%, -50%);
    opacity: 0;
  }
}
@keyframes cube {
  from {
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    opacity: 1;
  }
  to {
    transform: scale(20) rotate(960deg) translate(-50%, -50%);
    opacity: 0;
  }
}
.home .text {
  margin: 80px 0;
  text-align: center;
}
.home .wc {
  display: block;
  line-height: 30px;
  color: #fff;
  height: 30px;
  margin-bottom: 20px;
  font-size: 24px;
  vertical-align: middle;
}
@keyframes wave {
  0% {transform: rotate(0.0deg) }
  10% {transform: rotate(16.0deg)}
  20% {transform: rotate(-6.0deg)}
  30% {transform: rotate(16.0deg)}
  40% {transform: rotate(-4.0deg)}
  50% {transform: rotate(16.0deg)}
  60% {transform: rotate(0.0deg)}
  100% {transform: rotate(0.0deg)}
}
.waving-hand {
  position: relative;
  top: 1px;
  font-size: 32px;
  animation: wave 2.1s 0.6s infinite;
  transform-origin: 75% 75%;
  display: inline-block;
}
.home strong {
  display: block;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}
.home strong .s1,.home strong .s2,.home strong .s3 {font-weight: 600;}
.home strong .s1 {color:#90CAF9}
.home strong .s2 {color:#F48FB1}
.home strong .s3 {color:#FFE082}
.home .download_link2 {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
}
.download {
  position: relative;
  background-color: #20202E;
}
.download_link2 li {
  float: left;
  width: calc(50% - 10px);
}
.download_link2 li:last-child {float: right;}
.download_link2 li a {
  position: relative;
  display: block;
  width: 100%;
  height: 80px;
  padding: 10px;
  color: #20202E;
  border-radius: 50px;
  background-color: #fff;
}
.download_link2 li a svg {
  float: left;
  width: 60px;
  height: 60px;
  margin-right: 5px;
}
.download_link2 li a small,.download_link2 li a span {display: block;}
.download_link2 li a small {
  font-size: 16px;
  height: 15px;
  line-height: 15px;
  font-weight: 500;
  margin: 5px 0 10px;
}
.download_link2 li a span {
  font-size: 24px;
  height: 20px;
  line-height: 20px;
  font-weight: 600;
}
.about {
  background: rgb(0,36,90);
  text-align: center;
  background: linear-gradient(90deg, rgba(0,36,90,1) 0%, rgba(0,60,149,1) 100%);
}
.about h2 {
  margin-bottom: 40px;
  text-align: center;
}
.about p {
  font-size: 20px;
  line-height: 30px;
}
.facilities {
  background-color: #1C1C28;
  padding-bottom: 80px;
}
.facilities .nav-tabs {
  position: relative;
  border-radius: 0;
  top: 50%;
  margin: 0;
  padding: 0;
  border: none;
  transform: translate(0, -50%);
}
.facilities .nav-tabs:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
  background-color: #28293D;
  border-radius: 20px;
}
.facilities .nav-tabs button {
  position: relative;
  display: block;
  height: 50px;
  width: 100%;
  border: none;
  color: #fff;
  text-align: left;
  padding-left: 70px;
  margin-bottom: 30px;
  font-size: 18px;
  background-color: transparent;
}
.facilities .nav-tabs button:last-child {margin-bottom: 0;}
.facilities .nav-tabs button svg {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  padding: 10px;
  border-radius: 50%;
  background-color: #28293D;
}
.facilities .nav-tabs button:first-child svg {padding-left: 15px;}
.facilities .nav-tabs button:last-child svg {padding-bottom: 15px;}
.facilities .nav-tabs .active svg {background-color: #3385FF;}
.facilities .nav-tabs .active {color: #3385FF;}
.facilities .nav-tabs .active:before {background-color: #3385FF;}
.facilities .nav-tabs .active:after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
  border-radius: 50px;
  background-color: #3385FF;
}
.facilities .wall {
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.facilities .wall img {width: 100%;}
.facilities .text {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}
.facilities h3 {
  font-size: 28px;
  font-weight: 600;
  margin: 0 0 20px;
  line-height: 32px;
  text-transform: uppercase;
}
.facilities .list p {
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}
.facilities .list p:after {
  position: absolute;
  content: '';
  top: 7px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #404161;
}
.facilities .list p span {
  font-weight: 600;
  display: block;
  line-height: 20px;
  margin-bottom: 10px;
}
.facilities .list p span:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
}
.value {background-color: #28293D;}
.value .box {
  padding: 60px 40px;
  border-radius: 20px;
  text-align: center;
  background-color: #303149;
}
.value .box h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  margin: 0 0 20px;
}
.value .box .ico {
  display: block;
  width: 70px;
  height: 70px;
  padding: 15px;
  margin: 0 auto 20px;
  border-radius: 50%;
}
.value .box svg {
  width: 100%;
  height: 100%;
}
.box_color_blue .ico {background: linear-gradient(135deg, #84bcfa 0%, #2b70fa 100%);}
.box_color_orange .ico {background: linear-gradient(135deg, #f7b8af 0%, #f8452d 100%);}
.box_color_green .ico {background: linear-gradient(135deg, #a0eac2 0%, #31c369 100%);}
.box_color_purple .ico {background: linear-gradient(135deg, #d8aaff 0%, #9b2cfa 100%);}
/*.download .or,.download .or:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: 0 auto;
}
.download .or {
  display: block;
  width: 60px;
  z-index: 1;
}
.download .or:after {
  content: '';
  width: 1px;
  z-index: -1;
  background-color: #20202E;
}
.download .or small {
  position: relative;
  display: block;
  top: 50%;
  width: 60px;
  height: 60px;
  color: #606191;
  font-weight: 600;
  text-align: center;
  line-height: 56px;
  margin-top: 20px;
  background-color: #1C1C28;
  border: 2px solid #303149;
  border-radius: 100px;
  transform: translate(0, -50%);
}
.download .download_link {margin-bottom: 0;}
.download .friends span {
  display: block;
  line-height: 20px;
  margin-bottom: 20px;
  font-size: 15px;
}
.download .form {
  width: 100%;
  height: 60px;
  position: relative;
}
.download .form input {
  border-radius: 50px;
  height: 60px;
  width: 100%;
  padding: 0 30px;
  border: none !important;
  box-shadow: none !important;
  background-color: #28293D;
  transition: all 0.3s ease-in-out;
}
.download .form input:focus {background-color: #fff;}
.download .form button {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 100px;
  height: 40px;
  color: #fff;
  border: none;
  box-shadow: none;
  border-radius: 50px;
  background-color: #3385FF;
  transition: all 0.3s ease-in-out;
}
.download .form button:hover,.download .form button:focus {background-color: #0063F7;}*/
.privacy-policy {padding: 180px 0 80px;}
.privacy-policy .text {margin-bottom: 40px;}
.privacy-policy h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}
.privacy-policy a {color: #3385FF;}
.privacy-policy strong {
  font-size: 17px;
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}
.privacy-policy ul {
  padding: 0 20px;
  margin: 20px 0;
}
.privacy-policy li {list-style: disc;}
.privacy-policy .text_link {
  background-color: #28293D;
  padding: 40px;
  border-radius: 20px;
  margin-bottom: 0;
}
.privacy-policy .text_link p {margin-bottom: 10px;}
.privacy-policy .text_link a {
  font-size: 20px;
  font-weight: 600;
}
footer {
  padding: 120px 0 60px;
  background-color: #1C1C28;
}
footer .box {
  position: relative;
  display: block;
  height: 140px;
  border-radius: 20px;
  border: 2px solid #3385FF;
  transition: 0.3s ease-in-out;
}
footer .box span {
  position: absolute;
  color: #3385FF;
  top: 50%;
  left: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 30px;
  font-weight: 600;
  transform: translate(-50%, -50%);
  transition: 0.3s ease-in-out;
}
footer .box span svg {
  float: right;
  width: 40px;
  height: 40px;
  transition: 0.3s ease-in-out;
}
footer .box:hover,footer .box:focus {background-color: #3385FF;}
footer .box:hover span,footer .box:focus span {color: #fff;}
footer .box:hover span svg,footer .box:focus span svg {fill: #fff;}
footer ul {
  height: 140px;
  padding: 20px 0;
  border-radius: 20px;
  border: 2px solid #28293D;
}
footer li {
  position: relative;
  float: left;
  height: 100%;
  width: 33.33%;
  border-right: 1px solid #28293D;
}
footer li:last-child {border-right: none;}
footer li div {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 0 20px 0 110px;
  transform: translate(0, -50%);
}
footer li svg {
  position: absolute;
  top: 0;
  left: 40px;
  width: 50px;
  height: 50px;
}
footer li span {
  display: block;
  line-height: 20px;
  color: #606191;
  margin-bottom: 10px;
}
footer li a {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  transition: 0.3s ease-in-out;
}
footer li a:after {
  position: absolute;
  content: '';
  bottom: -10px;
  left: 0;
  width: 0;
  height: 2px;
  transition: 0.3s ease-in-out;
  background-color: #fff;
}
footer li a:hover,footer li a:focus {color: #fff;}
footer li a:hover:after,footer li a:focus:after {width: 100%;}
footer address {
  font-size: 14px;
  margin: 0;
}
.ph {
  display: block;
  padding: 20px;
  margin-top: 40px;
  text-align: center;
  background-color: #24273f;
  border-radius: 10px;
}
.ph a {
  display: inline-block;
  border: 1px solid #1c1c28;
  border-radius: 10px;
  padding: 10px;
}
footer p {
  color: #606191;
  display: block;
  margin: 40px 0 0;
  line-height: 40px;
  font-size: 16px;
  font-weight: 400;
}
footer p svg {
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.privacy-policy {background-color: #1C1C28;}
@media (max-width: 768px) {
  section {padding: 60px 0;}
  h2 {
    font-size: 30px;
    line-height: 35px;
    margin: 0 0 40px;
  }
  .navbar-toggler {display: none;}
  header, .scrolled {height: auto;}
  header .navbar, .scrolled .navbar {padding: 10px 0;}
  header .navbar-brand {margin-right: 0;}
  header .navbar-brand a {
    height: 50px;
    width: 110px;
  }
  header .navbar .nav_link_download {
    width: 140px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    border-radius: 10px;
  }
  .scrolled.head_text h2 {top: 0;}
  .home {padding: 60px 0;}
  .home .text {margin: 100px 0 20px;}
  .home .wc {
    font-size: 16px;
    line-height: 20px;
  }
  .home strong {
    font-size: 29px;
    line-height: 40px;
    margin-bottom: 0;
  }
  .home .download_link2 {
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
  }
  .download_link2 li {
    width: 100%;
    margin-bottom: 20px;
  }
  .download_link2 li:last-child {margin-bottom: 0;}
  .download_link2 li a {border-radius: 10px;}
  .about h2 {margin-bottom: 20px;}
  .facilities {padding-bottom: 60px;}
  .facilities .nav-tabs {
    display: flex;
    top: 0;
    height: 70px;
    overflow: hidden;
    flex-wrap: nowrap;
    overflow-x:scroll;
    margin-bottom: 20px;
    transform: translate(0, 0);
  }
  .facilities .nav-tabs:before {display: none;}
  .facilities .nav-tabs button {
    float: left;
    display: inline-block;
    width: auto;
    padding: 0 20px;
    margin: 0;
    border-radius: 10px;
    font-size: 16px;
    margin-right: 15px;
    border: 2px solid #303149;
    white-space: nowrap;
  }
  .facilities .nav-tabs button:last-child {margin-right: 0;}
  .facilities .nav-tabs .active {border-color: #3385FF;}
  .facilities .nav-tabs .active:after {display: none;}
  .facilities .nav-tabs button svg {display: none;}
  .facilities .wall {
    height: auto;
    margin-bottom: 20px;
  }
  .facilities .wall img {
    width: 90%;
    height: auto;
  }
  .facilities h3 {
    font-size: 22px;
    line-height: 25px;
  }
  .value {padding-bottom: 40px;}
  .value .box {
    position: relative;
    padding: 30px;
    text-align: left;
    margin-bottom: 20px;
    padding-left: 100px;
  }
  .value .box h3 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .value .box .ico {
    position: absolute;
    top: 50%;
    left: 20px;
    width: 60px;
    height: 60px;
    padding: 10px;
    transform: translate(0, -50%);
    margin: 0;
  }
  .box_color_orange .ico {padding: 13px !important;}
  /*.download .or {display: none;}
  .download .download_link {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #28293D;
  }*/
  .privacy-policy {padding: 100px 0 20px;}
  .privacy-policy h3 {font-size: 18px;}
  .privacy-policy p,.privacy-policy li {font-size: 13px;}
  .privacy-policy strong {font-size: 15px;}
  footer {padding: 40px 0 20px;}
  footer .box {
    height: 60px;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  footer .box span {font-size: 22px;}
  footer .box span svg {width: 30px;}
  footer ul {height: 280px;}
  footer li {
    width: 100%;
    height: 70px;
    border-right: none;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #28293D;
  }
  footer li:last-child {
    height: 60px;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  footer li div {
    position: relative;
    top: 0;
    transform: translate(0, 0);
    padding: 0 20px 0 70px;
  }
  footer li svg {
    top: 10px;
    left: 20px;
    width: 30px;
    height: 30px;
  }
  footer li a {font-size: 16px;}
  footer p {
    margin: 20px 0 0;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
  }
  footer p svg {
    float: none;
    width: 30px;
    height: 30px;
    margin-right: 5px;
  }
  .head_text {
    height: 70px;
    padding: 10px 0;
  }
  .head_text .back {display: none;}
  .head_text .navbar-brand {
    border-left: none;
    padding-left: 0;
  }
  .head_text h2 {
    float: right;
    position: relative;
    left: 0;
    transform: translate(0, 0);
    line-height: 50px;
    top: 0;
    font-size: 18px;
  }
}
