@import url("https://fonts.googleapis.com/css?family=Acme|Lobster|Patua+One|Rubik|Sniglet");
* {
  box-sizing: border-box;
}

header,
section {
  overflow-x: hidden;
}

:root {
  --Sniglet-font: "Sniglet", cursive;
  --Rubik: "Rubik", cursive;
  --Patua: "Patua One", cursive;
  --Lobster: "lobster", cursive;
  --light-black: #2e2c2caf;
  --bggradient: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 10%, rgba(0,0,0,0.8) 90%, rgba(0,0,0,0.0815) 100%);
  --light-gray: rgba(255, 255, 255, 0.877);
}

#Layer_1 {
  width: 50px;
  height: 50px;
  position: relative;
  left: 20px;
}



*, *:before, *:after {
	box-sizing:border-box;
}

body {
	padding:$base-spacing-unit;
	font-family: "Rubik", sans-serif;
	margin:0;
}

h1,h2,h3,h4,h5,h6 {
	margin:0;
}

.container {
	max-width: 1000px;
	margin-right:auto;
	margin-left:auto;
	display:flex;
	justify-content:center;
	align-items:center;
	min-height:100vh;
}

.table {
	width:100%;
	border:1px solid rgba(0, 0, 0, 0.815);
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.table-header {
	display:flex;
	width:100%;
	background: rgba(0, 0, 0, 0.815);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
	padding: 10px
}
.table-header2 {
	display:flex;
	width:100%;
	background: rgba(0, 0, 0, 0.815);
	padding: 10px
}

.table-row {
	display:flex;
	width:100%;
  background: rgba(255, 255, 255, 0.9);
	padding: 10px;
}

.table-row-bottom {
	display:flex;
	width:100%;
  background: rgba(255, 255, 255, 0.9);
	padding: 10px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

.table-data, .header__item {
	flex: 1 1 20%;
	text-align:center;
}

.header__item {
	text-transform:uppercase;
  color:white;
}

.filter__link {
	color:white;
	text-decoration: none;
	position:relative;
	display:inline-block;
	padding-left: 2px;
	padding-right: 2px;

}

.table-row:nth-child(even) {
  background-color: #dddddd;
}

.cls-1 {
  fill:rgba(255,255,255,0.90);
}
.cls-2 {
  fill:rgba(255,255,255,0.90);
}
.cls-3 {
  fill:rgba(255,255,255,0.0);
}
.cls-4 {
  fill:#8b8c8d;
}

.navbar-brand:hover > #Layer_1 .cls-1 {
  fill: #017fc9;
}

.navbar-brand:hover > #Layer_1 .cls-2 {
  fill: #9eca65;
}

.navbar-brand:hover > #Layer_1 .cls-3 {
  fill:rgba(255,255,255,0.90);
}

.navbar-brand:hover {
  color: rgba(255,0,0,0.6);
}



header a {
  font-family: var(--Sniglet-font);
  font-size: 0.9em;
  color: whitesmoke;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 200px;
  max-width: 260px;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

header .nav-item:last-child {
  padding-right: 10.5em;
}

header .nav-item {
  padding: 0.9em;
}

#earlyaccessID {
  color: #E85B46;
}

header .navbar-brand {
  padding-left: 8rem;
}

header .nav-link:hover {
  color: rgba(255,0,0,0.6);
}

#earlyaccessID:hover {
  color: rgba(255,0,0,0.6);
}

header .row .col-md-7 {
  padding: 22vmin 1vmin;
  padding-bottom: 35vmin;
}

header .row .col-md-5 {
  padding: 4.2vmin 1vmin;
}

header .row .col-md-5 img {
  width: 45vmin;
}

header {
  /* background: #ff512f; */
  /* fallback for old browsers */
  background: var(--bggradient);
}

header .container .col-md-6{
  padding: 20px;

}

header .container .col-md-6 .desktop{
  font-family: "Rubik", sans-serif;
  background: white;
  border-radius: 10px;
  padding: 10px;
  color: black;
}


header .container .col-md-7 {
  font-family: "Rubik", sans-serif;
}

header .container .col-md-7 h6 {
  padding: 1vmin;
  letter-spacing: 4px;
}

header .container .col-md-7 h1 {
  font-size: 8.5vmin;
  font-weight: bold;
  padding: 0.1em 0em;
}

header .container .col-md-7 p {
  padding: 1vmin 5vmin;
}

header .row h1 {
  font-weight: bold;
  padding: 0.4em 0;
  font-size: 3em;
}


.row .header-download {
    /* background-color: blue; */
    position: relative;
    top: 0px;
    text-align: center;
    /* background-color: blue; */
    display: flex;
    justify-content: center;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.row .header-download h2 {
  color: white;
}

.row .header-download h1 {
  color: white;
}

.primary-btn {
  border-radius: 10px;
  font-weight: bold;
}

/********** section 1 **************/

.section-1 {
  padding: 0vmin 0vmin;

  /* background-color: red; */
  width: auto;
  height: 200px;
  background: rgba(0, 0, 0, 0.0815);
  background-color: rgba(0,0,0,0.0815);
  color: white;
}


.section-1 .YTButton img{
  text-align: center;
  display: flex;
  justify-content: center;
  opacity: 1.0;
}

.YTIMG img:hover {
  opacity: 0.7;
  cursor: pointer;
}

.section-1 .chinese {
  font-family: "Rubik", sans-serif;
  font-weight: bolder;
  color: #fff;
  /* background-image: url('assets/YouTube.png'),radial-gradient(#28a3dd, #0d7751); */
  font-size: 6vh;
  height: 1080px;
  width: 1920px;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .45);

  display: flex;
  justify-content: center;
  align-items: center;

  &::before,

  &::after {
    content: '';
    display: block;
    height: 0.09em;
    min-width: 30vw;
  }

  &::before {
    background: linear-gradient(to right, rgba(240,240,240,0), #fff);
    margin-right: 4vh;
  }

  &::after {
    background: linear-gradient(to left, rgba(240,240,240,0), #fff);
    margin-left: 4vh;
  }
}


/*  Section 2  */

.section-2 {
font-weight: 600;
font-size: 12px;
background: rgba(0, 0, 0, 0.0815);
}

.section-2 h1{
font-weight: 600;
}

.cover {
  width: 100%;
  height: 55vmin;
  background: url("assets/17990.jpg");
  background-position: -24rem -19rem;
  background-size: 150%;
  position: relative;
}

.cover .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.cover .content {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  padding-top: 19vmin;
}

.cover .content > h1 {
  font-family: var(--Patua);
  font-size: 6vmin;
  color: whitesmoke;
}

.cover .content > p {
  font-family: var(--Rubik);
  font-size: 2vmin;
  color: #e5e5e5;
}

.numbers .rect {
  position: relative;
  z-index: 1;
  background: white;
  width: 17rem;
  height: 12rem;
  padding-top: 3.5vmin;
  margin: 1rem;
  border-radius: 0.5em;
  box-shadow: 1px 2px 50px 0px rgba(255, 0, 0, 0.349);
}

.numbers {
  margin-top: -15vmin;
}

.numbers .rect h1 {
  font-size: 5rem;
  color: tomato;
}

.numbers .rect > p {
  font-family: var(--Patua);
}

.purchase > h1 {
  padding-top: 15vmin;
  padding-bottom: 0.1em;
  font-family: var(--Lobster);
}

.purchase > p {
  color: var(--light-black);
  font-size: 3vmin;
  padding-bottom: 10vmin;
}

.purchase .cards .card {
  width: 22rem;
  margin: 3vmin 3vmin;
}

.cards div {
  padding: 0;
  margin: 0;
}

.cards .title {
  background: rgba(208, 241, 241, 0.199);
  padding: 1.4em 2.5em;
  font-size: 2vmin;
}

.card .card-text {
  padding: 2.5rem 3rem;
  color: var(--light-black);
}

.card-body .pricing {
  background: rgba(208, 241, 241, 0.199);
  border-top-right-radius: 170px;
  border-top-left-radius: 170px;
}

.card-body .pricing > h1 {
  font-size: 10vmin;
  padding: 1em 0.5em;
}

/* Section 3 */

.section-3 {
  /* height: 100vmin; */
  /* margin-top: 15vmin; */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.0815) 0%, rgba(0,0,0,1) 15%, rgba(0, 0, 0, 0.815) 100%);
  /* background: rgba(0, 0, 0, 0.0815); */
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;

}

.section-3 .platform {
  width: 100%;
}


.section-3 .col-md-12 > h1 {
  padding: 2em 0 0.5em 0;
  color: whitesmoke;
  font-size: 6vmin;

}

.section-3 .col-md-12 > p {
  /* padding: 0 4em; */
  /* padding-bottom: 2em; */
  color: var(--light-gray);
  font-size: 3vmin;
}

.section-3 .desktop {
  background: white;
  display: inline-block;
  border-radius: 0.65em;
  padding: 2vmin 4.5vmin;
  width: 300px;
  margin: 10px;
}

.section-3 .desktop h3 {
  font-size: 4vmin;
}

.section-3 .desktop p {
  font-size: 2vmin;
}




#downloadx64 {
  cursor: pointer;
}

#downloadx86 {
  cursor: pointer;
}
/* Section Team */

.section-4 .container h1 {
  font-size: 6vmin;
  padding-top: 14vmin;
}

.section-4 .team {
  padding: 10vmin 4vmin;
}

.section-4 .card {
  width: 22em;
  margin-top: 10vmin;
}

.section-4 .card .card-text {
  padding: 0.5em;
}

.section-4 .card-body > a {
  font-size: 1.5em;
}

.section-4 .carousel-item {
  padding-left: 3rem;
}







.border-radius {
  border-radius: 340px;
  width: 60%;
}

footer {
  background: rgba(0, 0, 0, 0.815);
  overflow-x: hidden;
  padding: 14vmin 18vmin;
}

footer p > span {
  color: #ff512f;
}

footer input {
  border: none !important;
}

footer input::placeholder {
  color: white !important;
}

footer .input-group .input-group-text {
  background: var(--bggradient);
  border: none;
}

footer .column i {
  color: #dd2476;
}

/* It is Adjacent sibling combinator */

footer .column i + i {
  padding: 0 0.5em;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.815);
  z-index: 9999;
  transition: all 1.5s ease;
}


#socials1:hover {
  cursor: pointer;
}

#socials2:hover {
  cursor: pointer;
}

#socials3:hover {
  cursor: pointer;
}

#socials4:hover {
  cursor: pointer;
}

ul, #myUL {
  list-style-type: none;
}

/* Remove margins and padding from the parent ul */
#myUL {
  margin: 0;
  padding-top: 150px;
  padding-bottom: 1000px;
}

/* Style the caret/arrow */
.caret {
  cursor: pointer;
  user-select: none; /* Prevent text selection */
}

/* Create the caret/arrow with a unicode, and style it */
.caret::before {
  content: "\25B6";
  color: white;
  display: inline-block;
  margin-right: 6px;
}

/* Rotate the caret/arrow icon when clicked on (using JavaScript) */
.caret-down::before {
  transform: rotate(90deg);
}

/* Hide the nested list */
.nested {
  display: none;
}

/* Show the nested list when the user clicks on the caret/arrow (with JavaScript) */
.active {
  display: block;
}


.resources
{
  color: white;
}

.resources a {
  color: #8ebf42;
}
