@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;800&display=swap");
@font-face {
  src: url("/assets/fonts/earthorbiter.ttf");
  font-family: ssss;
}
@font-face {
  src: url("/assets/fonts/Gilroy-Medium.ttf");
  font-family: Gilroy-Medium;
}
@font-face {
  src: url("/assets/fonts/Montserrat-VariableFont_wght.ttf");
  font-family: Mont;
}
@font-face {
  src: url("/assets/fonts/Gilroy-Light.otf");
  font-family: Gilroy-Light;
}
@font-face {
  src: url("/assets/fonts/Gilroy-Bold.ttf");
  font-family: Gilroy-Bold;
}

* {
  color: white;
  background-color: transparent;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
  overflow: none;
}

a {
  text-decoration: none;
}
.nav__links{
  font-family: ssss;
  
}

.main-content {
  position: relative;
  display: flex;
  flex-direction: column;
}

.firstpage {
  width: 100vw;
  height: 100vh;
  background: url("/assets/images/bg1.jpg") no-repeat center center/cover;
  display: flex;
  flex-direction: column;
  text-align: center;
  color: white;
  justify-content: center;
  position: relative;
}

.ieee{
  width: 4%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-self: flex-end;
  position: fixed;
  top: 1%;
  left: 1%;
  padding: 0;
  margin-left: 0%;
}
.firstpage .bl-logo {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-self: flex-end;
  position: absolute;
  bottom: 0%;
  left: 1%;
  padding: 0;
  margin-left: 0%;
}
.firstpage .br-logo {
  width: 15%;
  display: flex;
  flex-direction: column;
  align-self: flex-end;
  position: absolute;
  bottom: 3%;
  right: 1%;
  padding: 0;
  margin-right: 1%;
}
.firstpage .tl-logo {
  position: absolute;
  top: 0;
  left: 0%;
  height: auto;
  max-width: 100%;
  margin-left: -1%;
}
.firstpage .text-container .centertext {
  font-family: "Montserrat", sans-serif;
  display: flex;
  flex-direction: column;
}
.firstpage .text-container .centertext .Presents {
  font-family: Gilroy-Light;
  font-weight: 300;
  font-size: 2.2vw;
}
.firstpage .text-container .centertext .EARTH {
  font-family: ssss;
  font-size: 12vw;
  display: flex;
  flex-direction: row;

  margin-left: 22%;
  
}
.text-container{
  margin-bottom: 40vh;

}
.vision {
  /* background-image: url("/assets/images/vision-page.svg"); */
}

.secondpage-1 {
  display: flex;
  justify-content: center;
  padding-top: 3%;
  padding-left: 4%;
  /* background: url("/assets/images/eta-page.svg") no-repeat center center/cover; */
  color: white;
}
.secondpage-1 .ETA-text {
  margin-top: 2vw;
  font-family: Gilroy-Light;
  font-size: 3vw;
}

.countdown-timer-container {
  display: flex;
  flex-direction: row;
}
.ps{
  display: flex;
  flex-direction: column;
  overflow: none;
  background-color: #120A30;
}

.img1{
  display: flex;
  flex-direction: column;
  height: 70%;
}
.img2{
  display: flex;
}
.img3{
  display: flex;
}



.Timer {
  font-family: Gilroy-Light;
  font-size: 8vw;
  margin: 0%;
  display: flex;
  width: 55%;
  flex-direction: column;
  justify-content: flex-start;
}
.Timer #days {
  align-self: center;
  
}
.Timer #hours {
  align-self: flex-start;
  
}
.Timer #minutes {
  align-self: flex-end;
  
}
.Timer .Days-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3vw;
  margin-left: -10vw;
}
.day-text{
  color:#A00743;
}
.minutes-text{
  color:#A00743;
}
.hour-text{
  color:#A00743;
}

.Hours-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3vw;
  margin-left: -32vw;
}

.Minutes-container {
  display: flex;
  flex-wrap: wrap;
  gap: 3vw;
  margin-left: 15vw;
}
.pink-column{
  display:none;
}
.register-button {
  display: none;
  width: fit-content;
  height: fit-content;
  padding-top: 1vh;
  padding-bottom: 1vh;
  padding-left: 1.5vw;
  padding-right: 1.5vw;
  border:0;
  border-color: white;
  margin-bottom: 14%;
  grid-row-start: 1;
  grid-row-end: 3;
  font-family: gilroy-eb;
  font-size: large;
  background-color: white;
  border-radius: 6vw;
  margin-left: 35%;
  margin-right: 14%;
  margin-top: 13%;
  color: black;

  font-weight: 100;
  }
  .register-button:hover{
    background-color: #03b5d2;
    transition: 0.5s;
  }
.sponsors {
  max-width: 100vw;
  background-color: #120A30 no-repeat center center/cover;
  display: flex;
  flex-direction: column;
  font-size: 2vw; 
  margin-bottom: vh;
}
.sponsors h1{
  margin-bottom: 10vh;
}
.companies1{
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: space-around;
  margin-bottom: 10vh;
  margin-left: -7%;
}
.companies2{
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: space-around;
  margin-left: -7%;
}
.two-2-1{
  width: 30vw;
  height: 20vh;
}
#toggle{
  display: none;
}
.sponsors h1 {
  text-align: center;
  margin-top: 16vh;
  font-family: ssss;
  margin-bottom: 14vh;
}
.sponsors h3 {
  margin-top: 10vh;
  font-size: 4vh;
  font-family: ssss;
  text-align: center;
}

.end {
  background: url("/assets/images/end.svg") no-repeat center center/cover;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
}

button.button {
  width: fit-content;
  padding-left: 2vw;
  padding-right: 2vw;
  padding-top: 0.5vh;
  padding-bottom: 0.5vh;
  border: 0;
}
button.button:hover {
  background-color:#03b5d2;
  transition: 0.5s;
}


.Contact-us {
  font-family: ssss;
  margin-top: 4%;
  margin-bottom: 4%;
  align-self: center;
  padding: 2%;
  
}
.end .hyperlinks {
  display: flex;
  width: 350px;
  align-self: center;
  margin-bottom: 10%;
  justify-content: space-around;
}
.end .ph-number {
  margin-top: 2%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-bottom: 2%;
}
.end .ph-number a {
  margin-left: 1%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  font-size: larger;
  font-family: Mont;
  color: inherit;
  float: left;
}
.end .e-mail {
  margin-top: 2%;
  display: flex;
  align-self: center;
  font-family: Mont;
  font-size: larger;
  padding-bottom: 5%;
  gap: 10%;
}
.end .e-mail a {
  color: inherit;
  text-decoration: none;
}
.end .IEEE-Logo {
  display: flex;
  border: none;
  align-self: center;
  margin-bottom: 5%;
}

.Timeline {
  margin: 0;
  height: 100vh;
  width: 100vw;
  /* background: url("../assets/images/BG1.jfif") no-repeat center center/cover; */
  text-align: center;
}
.Timeline .Title-Timeline {
  font-family: ssss;
  font-size: 75px;
}
.Timeline .rem-container {
  width: 100%;
  height: 90%;
  display: flex;
  flex-direction: column;
}
.Timeline .rem-container .sub-container-1 {
  height: 50%;
  display: flex;
}
.Timeline .rem-container .line {
  width: 78%;
  height: 0.3%;
  background-color: white;
  margin-right: auto;
  margin-left: auto;
}
.Timeline .rem-container .sub-container-2 {
  height: 50%;
}

body {
  overflow-x: hidden;
  overflow-y: scroll;
}/*# sourceMappingURL=style.css.map */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  position: sticky;
}

header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  z-index: 1;
  top:0;
  height:10%;
  padding: 1%;

  background: linear-gradient(to bottom, rgb(0, 0, 0) 5%,transparent);

}

.logo {
  cursor: pointer;
  max-width: 260px;
  max-height: 60px;
}

.nav__links a,
.overlay__content a {
  font-family: Gilroy;
  font-size: large;
  color: #edf0f1;
  text-decoration: none;
  position: sticky;
  font-weight: 500;
}

.nav__links {
  list-style: none;
  display: flex;
  position: sticky;
  margin-left:7vw;

}

.nav__links li {
  padding: 0px 20px;
}

.nav__links li a {
  transition: color 0.3s ease 0s;
}

.nav__links li a:hover {
  color: #3CB1D4;
}

.cta {
  display: none;
  margin-left: 20px;
  padding-left: 1vw ;
  padding-right: 1vw;
  padding-top:1vh;
  padding-bottom:1vh;
  background-color: rgb(255, 255, 255);
  border: none;
  border-radius: 10px;
  cursor: pointer;
  float: right;
  font-family: Gilroy-Bold;
  font-weight: bolder;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease 0s;
  position: sticky;
  
}

.cta:hover {
  background-color: #3CB1D4;
}


.menu {
  display: none;
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  background-color: #24252a;
  overflow-x: hidden;
  transition: width 0.5s ease 0s;
  position: sticky;
}

.overlay--active {
  width: 100%;
}

.overlay__content {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.overlay a {
  padding: 5px;
  font-size: 5px;
  display: block;
  transition: color 0.3s ease 0s;
}

.overlay a:hover,
.overlay a:focus {
  color: #0088a9;
}
.overlay .close {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  color: #edf0f1;
}


/*MEDIAQUERY-MEDIAQUERY-MEDIAQUERY-MEDIAQUERY-MEDIAQUERY-MEDIAQUERY-
MEDIAQUERY-MEDIAQUERY-MEDIAQUERY-MEDIAQUERY-MEDIAQUERY-MEDIAQUERY-
MEDIAQUERY-MEDIAQUERY-MEDIAQUERY-MEDIAQUERY-MEDIAQUERY-MEDIAQUERY-MEDIAQUERY-MEDIAQUERY-
MEDIAQUERY-MEDIAQUERY-MEDIAQUERY-MEDIAQUERY-MEDIAQUERY-MEDIAQUERY-*/

@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px;
  }
  .overlay .close {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

@media only screen and (max-width: 800px) {
  .nav__links,
  .cta {
    display: none;
  }
  .menu {
    display: initial;
  }
}
@font-face {
  font-family: EarthOrbiter;
  src:url("/assets/fonts/earthorbiter.ttf");
}
@font-face {
  font-family: Gilroy;
  src: url("/assets/fonts/Gilroy-Regular.ttf");
}
@font-face {
  font-family: Gilroy-m;
  src: url("/assets/fonts/Gilroy-Medium.ttf");
}
@font-face {
  font-family: Gilroy-eb;
  src: url("/assets/fonts/Gilroy-ExtraBold.otf");
}

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.Page2 {
  display: flex;
  flex-direction: column;
  /* background-image: url("/assets/images/vision.svg"); */
}
.column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}
.full{
  display: flex;
  flex-direction: column;
}
.orange-column {
  
  height: 50%;
  font-family: EarthOrbiter;
  font-size: 50px;
  margin-top: 10%;
  margin-left: 20%;

}
.FAQs {
  margin-top: 30%;

}

.blue-column {
  
  height: 500%;
  margin-top: 10%;
  width: fit-content;
  height: fit-content;
  margin-left: 50%;
  margin-right: 20%;

}
.green-column {
  width: 75%;
  font-family: 'Montserrat',sans-serif;
  margin-top: 10px ;
  font-size: larger;
  align-items: center;
  margin-left: 20%;
}


.yellow-column{
 
  height: 20%;
  font-family: EarthOrbiter;
  font-size: 50px;
  margin-top: 10%;
}
.pink-column{
  height: 200%;
 
  margin-left: 20%;
  margin-top: 10%;
}

.red-column{
  font-family: 'Montserrat',sans-serif;
  height: 200px;
  font-size: larger;
  margin-right: 20%;
  margin-top: 5%;
}




.header1 {
  font-family: Gilroy;
  text-align: center;
  color: white;
  font-size: x-large;
  
}

.content{
  font-family: 'Montserrat',sans-serif;
  text-align: center;
  font-size: large;
  color: white;

}


.button{
  display:flex;
  justify-content: center;
  align-items: center;
  margin:50px auto;
  font-family: Gilroy;
  width: 20%;
  font-size: large;
  background-color: white;
  border-radius: 5px;
  border-color: white;
  color: black;
  font-weight: bold;
}

.button:hover {
  background-color:#8371C3;
  transition: 0.7s;
}
.bottom {
  margin-top: 10%;
  display: flex;
  flex-direction: column;
  
}

@import url('https://fonts.googleapis.com/css?family=Hind:300,400&display=swap');

* {
  box-sizing: border-box;
}
*::before,
*::after {
  box-sizing: border-box;
}
.head {
  justify-content: center;
  text-align: center;
  font-size: xx-large;
  font-family: EarthOrbiter;
  color: white;
  
}
.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-around;
}



body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #4d5974;
  display: flex;
  min-height: 100vh;
  font-family: 'Montserrat',sans-serif;
}

.container {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  text-align: center;
  max-width: 100%;
  font-family: EarthOrbiter;
  margin-bottom: 3%;

}
.container2{
  display: flex;
  flex-direction: row;
  max-width: 100%;
  margin-left: auto;
 
}
.sub-container{
  flex-direction: row;
  max-width: 50%;
}
.sub-container2
{
  flex-direction: row;
  max-width: 50%;
}

.accordion .accordion-item {
  max-width: 100%;
  margin-left: 10%;
  margin-right: 10%;
  color: white;
}

.accordion .accordion-item button[aria-expanded='true'] {
  max-width: 100%;
}

.accordion button {
  display: flex;
  text-align: left;
  width: 100%;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
  border-color: #534D6C;
  flex-direction: row;
  padding-bottom: 10%;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color:#3A0B64;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #3A0B64;
  border: 1px solid #534D6C;
}
.accordion button {
  font-family: 'Montserrat',sans-serif;
  padding: 1em 1.5em 1em 0;
}


.accordion-title {
  color: white;
  font-family: 'Montserrat',sans-serif;

  position: relative;
  flex-direction: row;
    margin-left: 15%;
}


.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
  margin-left: 20px;
  
}
.background-img2 {
  background-image: url("/assets/images/faq-bg3.svg");
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded='true'] {
  color: #534D6C;
  
}
.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
  
}
.accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
  width: 100%;
  
}
.main-content {
  /* background-image: url("/assets/images/whole-background.svg"); */
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
  max-width: 100%;
  background-color: #3A0B64;
  padding-left: 6px;
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  max-width: 100%;
  font-family: 'Montserrat';
  padding: 2%;
  border-radius: 10px;
  
}
.IEEE-Logo{

}
.EARTH2{
  display: none;
}
.banner {
  background-color: #A00743;
  display: grid;
  grid-template-rows: 1fr ;
  grid-template-columns: 2fr ;
}
.text1 {
  grid-row: 1/2;
  font-family: Gilroy-m ;
  
  margin-left: 10%;
  font-size: xx-large;
  color: white;
  margin-top: 5%;
}

.text2 {
  text-align: center;
  font-family: Gilroy-m;

  font-size: x-large;
  color: white;
  margin-top: 7.5%;
  margin-bottom: 7.5%;
}
.whole-background {
  background-image: url("/assets/images/bg-try2.svg");
  background-repeat: no-repeat;
  background-size:cover;
}
.full2 {
  display:flex;
  flex-direction: column;
}
.discord-button{
  margin-right:2vw ;
  margin-bottom: 4vh;
  z-index: 69;
  position: fixed;
  right:0;
  bottom: 10%;
}
.DISCORD-ANCHOR{
  z-index: 6969;
}
.discord-button{
  margin-right:2.5vw ;
  margin-bottom: 12vh;
  z-index: 696969696;
 position: fixed;
 right:0;
 bottom: 0;
 
}
.toggle{
  display: none;
}


.register-button:hover{
  background-color: #03b5d2;
  transition: 0.5s;
}
.home-register{
  display: none;
}

.nav{
  display: none;
}


@media all and (max-width: 800px){
  .ieee{
    max-width: 100%;


    width:50px;
  }
  .whole-background{
    background-image: url("/assets/images/last-try.svg");
  }
  .sub-container2
  {
  flex-direction: column;
  max-width: 100%;
  }
  .row{
    display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  }
  .sub-container
  {
    flex-direction: column;
    max-width: 100%;
  }
  .text-container {
    display: flex;
    flex-direction: column;
  }
  .firstpage{
    background-image: url("/assets/images/Hero.jpg");
    overflow-x: hidden;
  }
  
.cta {
  display: none;
  margin-left: 20px;
  padding: 9px 8px;
  background-color: rgb(255, 255, 255);
  border: none;
  border-radius: 10px;
  cursor: pointer;
  float: right;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease 0s;
  position: sticky;
}
  .firstpage .text-container .centertext .EARTH {

    display: flex;
    font-family: ssss;
    font-size: 69px;
    margin-bottom: 488px;
    margin-left: 2%;
  }
  .EARTH2 {
    font-family: gilroy;
    font-size: medium;
    font-weight: lighter;

  }
 
.firstpage .text-container .centertext .Presents
{ align-items: center;
  margin-left: 30%;
    font-family: Gilroy-Light;
    font-weight: 300;
    font-size: 2.2vw;
    display:flex;
    order: 2;
}


.firstpage .bl-logo {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-self: flex-end;
  position: absolute;
  bottom: 0%;
  left: 1%;
  padding: 0;
  margin-left: 0%;
}
.end .ph-number {
  display: none;
}
.end .e-mail {
  display: none;
}
.firstpage .br-logo {
  position: absolute;
  bottom: 0;
  right: 2%;
  width:35%;
}
.firstpage .tl-logo {
  position: absolute;
  top: 0;
  left: 0%;
  height: auto;
  width: 30%;

  margin-left: -1%;
}
.end {

  background: url("/assets/images/Footer.svg") no-repeat center center/cover;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  padding-top: 100%;
}


.background-img2 {
  background-image: url("/assets/images/faq.svg");
}
.secondpage-1 {
  flex-direction: column;
  display: flex;
  justify-content: center;
  padding-top: 3%;
  padding-left: 4%;
  color: white;
  padding-bottom: 10%;
}
.pink-column{
  display: none;
}
.blue-column{
  display: none;
}
.red-column{
  margin-top: 5%;
}
.header1{
  margin-top: 10%;
}
.content{
  margin-top: 5%;
}
.button{
  width:30%
}
.secondpage-1 {
  flex-direction: column;
  display: flex;
  justify-content: center;
  padding-top: 3%;
  padding-left: 4%;
  color: white;
  padding-bottom: 10%;
}
.EARTH2{
  display: flex;
  margin-left: 25%;
  font-size: medium;
}

.Timer {
  font-family: Gilroy-Light;
  font-size: 8vw;
  margin-left: 40%;
  display: flex;
  width: 55%;
  flex-direction: column;
  justify-content: flex-start;
}
.sponsors h1{
  margin-top: 11vh;
  margin-bottom: 0.5vh;
}
.row {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
}
.green-column {
  font-family: 'Montserrat',sans-serif;
  margin-top: 10px;
  font-size: larger;
  align-items: center;
  margin-left: 5%;
}
.orange-column {
    height: 50%;
    font-family: EarthOrbiter;
    font-size: 25px;
    margin-top: 10%;
    margin-left: 5%;
}
.red-column{
  margin-left: 5%;
}
.yellow-column{
  margin-left: 5%;
  font-size: 25px;
}

.sponsors {
  max-width: 100vw;
  height: 50vh;
  background-color: #120A30 no-repeat center center/cover;
  display: flex;
  flex-direction: column;
  font-size: large;
  MARGIN-TOP: 20%;
}
.register-button {
  display: none;
  margin-bottom: 14%;
  grid-row-start: 3;
  grid-row-end: 4;
  font-family: Gilroy-Medium;
  font-size: medium;
  background-color: white;
  border-radius: 5px;
  margin-left: 34%;
  margin-right: 30%;
  margin-top: 5%;
  border-color: transparent;
  font-weight: bold;
  margin-bottom: 5%;
  padding: 2%;
}
.banner {
  background-color: #A00743;
  display: grid;
  grid-template-rows: 1fr ;
  grid-template-columns: none;


}
.discord-button{
  z-index: 9999;
  display: block;
  margin-bottom: 13%;
  margin-left: 10%;

}
.text1{
  margin: 6%;
  text-align: center;
}
.text2{
  
  margin: 6%;
  text-align: center;
}
.companies1{
  display: flex;
  height: 20%;
  flex-direction: row;
  align-content: center;
  justify-content: space-around;
  
}
.companies2{
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: space-around;
}
.bod{
  height: 7vh;
}
.two-2-1{
  width: 30vw;
  height: 14vh;
}
.home-register{
  display: none;
  /* background: white;
  box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
  border-color: transparent;
  display: block;
  color: black;

  flex-direction: row;
  margin-top: 10%;
  width: 50%;
  margin-left: 25%;
  padding-top: 5%;
  padding-bottom: 5%;
  font-family: gilroy-m;
  border-radius: 10px;

  opacity: 80%;
  font-weight: 600; */
}
.home-register:hover{
  opacity: 100%;

}
.firstpage .text-container .centertext .EARTH{
display: flex;
  flex-direction: column;

  margin-bottom: 139px;

}
.firstpage .text-container .centertext .Presents {
  display: none;
}
.bottom{
  margin-bottom: 0%;
}

.accordion-title{
  position: relative;
    color: white;
    font-family: 'Montserrat',sans-serif;
    flex-direction: row;
    margin-left: 15%;
}
.accordion button{
  display: flex;
    text-align: left;
    width: 100%;
    color: #7288a2;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
    border-color: #534D6C;
    flex-direction: row;
}
.accordion button .icon
{
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
  margin-left: 0px;
}
.nav__links{
  display: none;
}

h1 {
  text-align: center;
  letter-spacing: 1px;
  word-spacing: 0.15em;
  font-size: 1.5em;
  line-height: 1.2;
  transform: translateY(52%);
  margin-bottom: 20%;
}


#toggle {
  display: none;
}


/**
  Hamburger
**/
.hamburger {
  position: absolute;
  top: 4.35em;

  right: 5%;
  margin-left: -2em;
  margin-top: -60px;
  width: 2em;
  height: 45px;
  z-index: 5;
}

.hamburger div {
  position: relative;
  width: 2em;
  height: 6.5px;
  border-radius: 3px;
  background-color: white;
  margin-top: 8px;
  transition: all 0.3s ease-in-out;
}

/**
Nav Styles
**/
.nav {
  width: 1000px;
  display: block;
  position: fixed;
  width: 100%;
  background-color: #250B4C;
  opacity: 95%;
  
  height: 50%;
  top: -100%; left: 0; right: 0; bottom: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  transform: scale(0);
}
.nav-wrapper {
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  height: 100%;
}
nav a {
  position: relative;
  text-decoration: none;
  color: white;
  font-weight: 600;
  font-size: x-large;
  font-family: Gilroy-light;
  display: inline-block;
  margin-top: 1.25em;
  transition: color 0.2s ease-in-out;
  letter-spacing: 1px;
}
nav a:before {
  content: '';
  height: 0;
  position: absolute;
  width: 0.25em;
  background-color: white;
  left: -0.5em;
  transition: all 0.2s ease-in-out;
}
nav a:hover {
  color: #A00743;
}
nav a:hover:before {
  height: 100%;

}

/**
Animations
**/
#toggle:checked + .hamburger .top-bun {
  transform: rotate(-45deg);
  margin-top: 25px;
  color: black;
}
#toggle:checked + .hamburger .bottom-bun {
  opacity: 0;
  transform: rotate(45deg);
  color: black;
}
#toggle:checked + .hamburger .meat {
  transform: rotate(45deg);
  margin-top: -7px;
  color: #000000;
}

#toggle:checked + .hamburger + .nav {
  top: 0;
  transform: scale(1);
  color: black;
}




}



}
