﻿/* Place Your Custom Styles Here */

body {
  padding: 0;
  margin: 0;
}

/* ------------------------- Intro Section Start --------------------------- */

#header {
  background: #000000;
  width: 100%;
  height: 100px;
  box-sizing: border-box;
  border-image: linear-gradient(to right, #cc2deb, #4467ff) 1;
  border-width: 0 0 4px 0;
  border-style: solid;
  position: absolute;
  z-index: 100;
  top: 0;
  display: flex;
  align-items: center;
}

#intro {
  height: 100vh;
  width: 100vw;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.logo_header {
  width: 100%;
  max-width: 200px;
  display: block;
  position: absolute;
  left: 3%;
  cursor: pointer;
}

.logo_header img {
  width: 100%;
}

#hamburger {
  width: 100%;
  max-width: 60px;
  display: block;
  position: absolute;
  right: 3%;
  cursor: pointer;
  height: 45px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  display: none;
}

#hamburger span {
  display: block;
  position: absolute;
  height: 7px;
  width: 100%;
  background: linear-gradient(to right, #cc2deb, #4467ff);
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#hamburger span:nth-child(1) {
  top: 0px;
}

#hamburger span:nth-child(2),#hamburger span:nth-child(3) {
  top: 18px;
}

#hamburger span:nth-child(4) {
  top: 36px;
}

#hamburger.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#hamburger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#hamburger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#hamburger.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#menu {
  position: absolute;
  right: 3%;
  cursor: pointer;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu_item {
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  font-size: 24px;
  font-weight: 600;
  transition: color 400ms;
  font-family: "Open Sans", serif;
}

.menu_item:hover {
  color: #cc2deb;
}

#menu_dash {
  margin: 0 17px;
  color: #FFFFFF;
  font-size: 20px;
}

#login_button, #logout_button {
  cursor: pointer;
  width: 100%;
  max-width: 150px;
  margin-left: 17px;
}

#black_overlay {
  background: #000;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  z-index: 99;
  display: none;
}

.overlay {
  position: absolute;
  border-radius: inherit;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  user-select: none;
}

.overlay-video video {
  max-width: 140% !important;
  background: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  min-width: 100%;
  max-width: none;
  height: auto;
  min-height: 100%;
  transform: translateX(-50%) translateY(-50%);
  object-fit: cover;
  overflow-clip-margin: content-box;
  overflow: clip;
}

.overlay-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  opacity: 0.8;
}

.intro-content-inner {
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 0 50px;
}

#logo_center {
  width: 29%;
  max-width: 438px;
  margin-right: 4%;
}

#intro_message {
  width: 44%;
  max-width: 710px;
}

#arrow {
  width: 100%;
  max-width: 78px;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 10%;
  cursor: pointer;
}

/* ------------------------- Intro Section End --------------------------- */

/* ------------------------- About Section Start --------------------------- */

#about {
  background-color: #000;
  max-width: 100%;
  color: white;
  height: auto;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

#about_inner {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 50px;
}

#charoite_logo_bigc {
  max-width: 450px;
  margin-right: 70px;
}

#vert_line_big {
  width: auto;
  max-height: 160px;
}

#about_text_div {
  width: 100%;
  max-width: 850px;
  height: auto;
}

#about_text_div_inner {
  width: 100%;
  max-width: 600px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

#about_text_div_inner:not(:last-child) {
  margin-bottom: 40px;
}

#about_text_div_inner p {
  font-size: 28px;
  font-family: "Montserrat", sans-serif;
  margin: 0 0 0 50px;
  padding: 0;
}

#data_sphere_1 {
  width: 702px;
  height: auto;
  position: absolute;
  left: -178px;
  top: 78px;
}

#data_sphere_2 {
  width: 700px;
  height: auto;
  position: absolute;
  right: -548px;
  top: 40px;
}

/* ------------------------- About Section End --------------------------- */

/* ------------------------- Login Section Start --------------------------- */

#login {
  background: url("../images/bg3.jpg");
  background-color: #000;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 50px 0 100px 0;
}

.login_container {
  background: linear-gradient(#000, #000) padding-box,
  linear-gradient(to right, #cc2deb, #4467ff) border-box;
  width: 100%;
  max-width: 580px;
  height: auto;
  box-sizing: border-box;
  border-radius: 30px 0 30px 30px;
  border: 4px solid transparent;
  margin: 0 40px;
  opacity: 0;
}

.login_header {
  width: 250px;
  height: auto;
  position: absolute;
  top: -38px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.message {
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  color: white;
  text-align: center;
  font-weight: 500;
  position: relative;
  padding: 0;
  margin: 90px 0 40px 0;
}

.tiktok_icon {
  position: absolute;
  left: 20px;
  width: 24px;
  height: auto;
}

.continue_with_tiktok_btn {
  background: white;
  width: 100%;
  max-width: 400px;
  height: 60px;
  color: #161823!important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  text-decoration: none;
}

/* ------------------------- Login Section End --------------------------- */

#footer {
  background: #000000;
  width: 100%;
  height: 100px;
  box-sizing: border-box;
  border-image: linear-gradient(to right, #cc2deb, #4467ff) 1;
  border-width: 4px 0 0 0;
  border-style: solid;
  position: relative;
  display: flex;
  align-items: center;
}

.tagline {
  width: 100%;
  max-width: 460px;
  display: block;
  position: absolute;
  left: 3%;
}

.footer_links {
  width: auto;
  height: auto;
  position: absolute;
  right: 3%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer_links_inner {
  width: auto;
  height: auto;
  position: relative;
  margin-left: 20px;
}

.privacy_container, .terms_container {
  display: block;
  width: 100%;
  height: auto;
  text-align: left;
}

.privacy, .terms {
  font-size: 20px;
  color: white;
  line-height: 25px;
  height: 25px;
  font-family: "Montserrat", sans-serif;
  transition: all 400ms;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  display: block;
}

.privacy:hover, .terms:hover {
  color: #cc2deb;
}

.vert_line {
  height: 43px;
}

/* --------------------------------- Media Queries --------------------------------- */

@media only screen and (max-width: 1200px) {
  .intro-content-inner {
    justify-content: center;
    flex-direction: column;
  }

  #logo_center {
    width: 100%;
    max-width: 300px;
    margin-right: 0;
    margin-bottom: 100px;
  }

  #intro_message {
    width: 100%;
    max-width: 600px;
  }

  #about {
    padding: 50px 0;
  }
  
  #charoite_logo_bigc {
    display: none;
  }

  #vert_line_big {
    width: auto;
    max-height: 140px;
  }

  #about_text_div {
    width: auto;
    max-width: none;
    height: auto;
  }

  #about_text_div_inner p {
    font-size: 24px;
  }

  #data_sphere_1 {
    left: -592px;
    top: -16px;
  }

  #data_sphere_2 {
    right: -610px;
    top: -12px;
  }
}

@media only screen and (max-width: 900px) {
  #header {
    height: 80px;
  }

  .logo_header {
    max-width: 150px;
  }

  #hamburger {
    display: block;
  }
  
  #menu {
    background: black;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    cursor: pointer;
    display: none;
    flex-direction: column;
  }

  #menu.open{
    display: flex!important;
  }

  .menu_item {
    border-image: linear-gradient(to right, #cc2deb, #4467ff) 1;
    border-width: 0 0 4px 0;
    border-style: solid;
    width: 100%;
    text-align: center;
    padding: 20px 0;
  }

  #menu_dash {
    display: none;
  }

  #login_button, #logout_button {
    margin-left: 0;
    padding: 20px 0;
  }

  #black_overlay.open {
    display: block!important;
  }

  .overlay-video video {
    max-width: none !important;
    object-fit: cover;
  }

  .login_header {
    top: -38px;
    width: 220px;
  }

  .privacy, .terms {
    font-size: 16px;
    line-height: 20px;
    height: 20px;
  }

  .tagline {
    max-width: 360px;
  }

  .vert_line {
    height: 33px;
  }
}

@media only screen and (max-width: 600px) {
  .logo_header {
    max-width: 150px;
  }
  
  #logo_center {
    max-width: 270px;
    margin-bottom: 80px;
  }

  #arrow {
    max-width: 70px;
  }

  #vert_line_big {
    width: auto;
    max-height: 120px;
  }

  #about_text_div_inner p {
    font-size: 20px;
  }

  #data_sphere_1 {
    left: -605px;
    top: 27px;
  }

  #data_sphere_2 {
    right: -606px;
    top: 20px;
  }
  
  .login_header {
    top: -34px;
    width: 200px;
  }

  .message {
    font-size: 24px;
  }

  .continue_with_tiktok_btn {
    max-width: 320px;
    font-size: 18px;
  }

  .privacy, .terms {
    font-size: 14px;
    line-height: 18px;
    height: 18px;
  }

  .tagline {
    max-width: 310px;
  }

  .vert_line {
    height: 28px;
  }
}
