.black-body{
  background-color: rgba(0,0,0,1);
}

#myVideo {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%; 
  min-width: 100%;
}
@media screen and (min-width: 1300px) {
  #myVideo{
      width: 100% !important; 
      min-height: 100% !important;
      height: auto !important
  }
}

.overlay{
  position: fixed;
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(20,100,125,0.65), rgba(20,10,50,0.65));
  width: 100%;
  height: 50%;
}

.overlay-top{
  position: fixed;
  top: 0;
  background-image: linear-gradient(to top, rgba(20,100,125,0.65), rgba(20, 164, 195,0.65));
  width: 100%;
  height: 50%;
}

.content {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0));
  color: #f1f1f1;
  width: 75%;
  padding: 20px;
  text-align: center;
}

.title-one{
  letter-spacing: 10px;
  color: #68fcff;
  font-size: 20px;
}

.title-two{
  letter-spacing: 3px;
  color: #fff;
  font-size: 72px;
  font-weight: bold !important;
}

.title-three{
  letter-spacing: 1px;
  color: #fff;
  font-size: 16px;
}


.overlay-seg {
  position: fixed;
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0));
  height: 175px;
  width: 100%;
}

.overlay-block {
  position: fixed;
  top: 0;
  background-color: rgba(10,5,25,0.3);
  height: 100%;
  width: 100%;
}

#investor-glow {
  opacity: 0.0;
  -webkit-transition: all 1000ms ease-in-out;
  -moz-transition: all 1000ms ease-in-out;
  -ms-transition: all 1000ms ease-in-out;
  -o-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
  position: fixed;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background-color: #fff;
  box-shadow:
      0 0 250px 100px #C7FFC9,  /* inner white */
      0 0 500px 200px #26F97A, /* middle magenta */
      0 0 750px 300px #21A777; /* outer cyan */
  width: 1px;
  height: 1px;
}

#investor-glow-sub {
  position: fixed;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background-color: #fff;
  box-shadow:
      0 0 100px 20px #C7FFC9,  /* inner white */
      0 0 200px 40px #26F97A, /* middle magenta */
      0 0 300px 60px #21A777; /* outer cyan */
  width: 1px;
  height: 1px;
}

#developer-glow-sub {
  position: fixed;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  background-color: #fff;
  box-shadow:
      0 0 100px 20px #68fcff,  /* inner white */
      0 0 200px 40px #33E0E4, /* middle magenta */
      0 0 300px 60px #27CBD7; /* outer cyan */
  width: 1px;
  height: 1px;
}

#developer-glow {
  opacity: 0.0;
  -webkit-transition: all 1000ms ease-in-out;
  -moz-transition: all 1000ms ease-in-out;
  -ms-transition: all 1000ms ease-in-out;
  -o-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
  position: fixed;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  background-color: #fff;
  box-shadow:
      0 0 200px 100px #68fcff,  /* inner white */
      0 0 400px 200px #33E0E4, /* middle magenta */
      0 0 600px 300px #27CBD7; /* outer cyan */
  width: 1px;
  height: 1px;
  z-index: 0;
}

#navbar-scroll {
  background-color: transparent !important;
}

#investor-button{
  padding: 25px;
  margin: 5px;
  display: inline-block ;
  margin-left: 75px;
  margin-right: 0;
  padding-right: 10px;
}

#developer-button{
  padding: 25px;
  padding-left: 10px;
  margin: 5px;
  margin-right: 75px;
  margin-left: 0;
  display: inline-block ;
}

#middle-or{
  padding: 10px;
  font-size: 18px;
  border: #fff 3px solid;
  margin-top: 150px;
  border-radius: 100px;
  display: inline-block ;
}

#myBtnInv {
  width: 200px;
  font-size: 24px;
  padding: 10px;
  border: none;
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
  background: transparent;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255,0), rgba(218, 251, 255, 0));
  border-radius: 0px;
  border: #fff 2px solid;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  letter-spacing: 3px;
}

#myBtnDev {
  width: 200px;
  font-size: 24px;
  padding: 10px;
  border: none;
  color: rgb(255, 255, 255, 1);
  background: transparent;
  background-image: linear-gradient(to bottom left, #27CBD7, #33E0E4);
  cursor: pointer;
  border-radius: 0px;
  border: transparent 2px solid;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  letter-spacing: 3px;
}

#myBtnDem {
  width: 200px;
  font-size: 24px;
  padding: 10px;
  border: none;
  color: rgba(50, 50, 50, 1);
  cursor: pointer;
  background: transparent;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255,0.8), rgba(218, 251, 255, 0.95));
  border-radius: 0px;
  border: #33E0E4 2px solid;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  letter-spacing: 3px;
}



#myBtnInv:hover {
  background: #fff;
  background-image: linear-gradient(to bottom left, rgb(255, 255, 255,0.7), rgb(225, 255, 244));
  color: rgb(30, 30, 30); 
}

#myBtnDev:hover {
  background: #fff;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255,0.7), rgb(218, 251, 255));
  color: rgb(30, 30, 30); 
}

#myBtnDem:hover {
  background: #fff;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255,0.95), rgba(255, 255, 255,1));
  color: rgb(0, 0, 0); 
}


.soon-box {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 300px; 
  width: 70%;
  background-color: rgb(235,235,235,0.9);
  text-align: center;
  padding-top: 45px;
  border-radius: 10px;
}

#fieldEmail{
  width: 70%;
  height: 35px;
  text-align: center;
  background-color: rgb(255,255,255,0.7);
  color: #343764;
  font-size: 18px;
  border-radius: 5px;
  border: none;  
  margin: 10px;
}

textarea:focus, input:focus{
  outline: none;
}

.soon-first-title{
  font-size: 24px;
  letter-spacing: 7px;
  margin: 10px;
  margin-bottom: 30px;
  color: #333;
}

.soon-second-title{
  font-size: 36px;
  margin: 10px;
}

#soon-button{
  font-size: 16px;
  padding: 10px;
  margin-top: 30px;
  color: #ccc;
  background: transparent;
  cursor: pointer;
  letter-spacing: 5px;

  border-image-source: linear-gradient(to left, white, white);
  border-style: solid;
  border-bottom-width: 2px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-image-slice: 1;

  -webkit-transition: all 500ms ease-in-out !important;
  -moz-transition: all 500ms ease-in-out !important;
  -ms-transition: all 500ms ease-in-out !important;
  -o-transition: all 500ms ease-in-out !important;
  transition: all 500ms ease-in-out !important;

}

#soon-button:hover{
  color: #fff;
}