* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "Aeonik_OVERVIEW";
  src: url(Aeonik_OVERVIEW.ttf);
}
.flood1 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flood {
  width: 400px;
  height: auto;
  z-index: 2;
}

.fire1 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fire {
  width: 400px;
  height: auto;
  z-index: 2;
}
.wind1 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wind {
  width: 400px;
  height: auto;
  z-index: 2;
}
.earth1 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.earth {
  width: 400px;
  height: auto;
  z-index: 2;
}

html,
body {
  width: 100vw;
  height: 100vh;
  font-family: "Aeonik_OVERVIEW";
  background-color: rgb(0, 2, 94);
}

.nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav ul li::after {
  content: "";
  height: 3px;
  width: 0;
  background: #84dde6;
  position: absolute;
  left: 0;
  bottom: -10px;
  transition: 0.5s;
}

.nav ul li:hover:after {
  width: 100%;
}
.nav a:hover {
  color: #84dde6;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

nav li {
  display: inline;
  margin: 0 10px;
  position: relative;
}

nav a {
  text-decoration: none;
  color: #222;
  padding: 8px;
  text-align: center;
  font-family: "Poppins";
  font-size: 20px;
}
.logo {
  position: absolute;
  left: 18%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1%;
}

.logo img {
  width: 200px;
  max-width: 100px;
  height: auto;
  margin-top: 5%;
}

header {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff8e7;
  height: 10vh;
  width: 85vw;
  margin-left: 8vw;
  margin-top: 15px;
  padding-top: 18px;
  padding-bottom: 15px;
  border-radius: 10px;
}

.loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  color: #fff;
  pointer-events: none;
}

.counter {
  position: fixed;
  left: 50px;
  bottom: 50px;
  display: flex;
  height: 100px;
  font-size: 100px;
  line-height: 102px;
  clip-path: polygon(0 0, 100% 0, 100% 100px, 0 100px);
  font-weight: 400;
}

.counter-1,
.counter-2,
.counter-3 {
  position: relative;
  top: -15px;
}

.num1offset1 {
  position: relative;
  right: -25px;
}

.num1offset2 {
  position: relative;
  right: -10px;
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 50px;
  transform: translate(-50%, -50%);
  display: flex;
  background: rgb(80, 80, 80);
}

.loader-1 {
  position: relative;
  background: #fff;
  width: 200px;
}

.loader-2 {
  position: relative;
  width: 100px;
  background: #fff;
}

.bar {
  height: 50px;
}

.website-content {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff8e7;
}

.header {
  position: relative;
  width: max-content;
  height: max-content;
}

.h1 {
  display: flex;
}

.header .h1 h1 {
  text-align: center;
  position: relative;
  top: 80px;
  margin: 0 10px;
  text-transform: uppercase;
  font-weight: 400;
}

.header-revealer {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.footer {
  background-color: #000000;
  margin-top: 1000px;
  flex-direction: column;
}

.footercontainer {
  width: 100%;
  padding: 70px 30px 20px;
}
.socialIcons {
  display: flex;
  justify-content: center;
}

.socialIcons a {
  text-decoration: none;
  padding: 10px;
  background-color: black;
  margin: 10px;
  border-radius: 50%;
}

.socialIcons a i {
  font-size: 2em;
  color: rgb(255, 255, 255);
  opacity: 0.9;
}

.socialIcons a:hover {
  background-color: #ffffff;
  transition: 0.5s;
}
.socialIcons a:hover i {
  color: black;
  transition: 0.5s;
}
.footernav {
  margin: 30px 0;
}

.footernav ul {
  display: flex;
  justify-content: center;
}

.footernav ul li a {
  color: rgb(255, 255, 255);
  margin: 20px;
  text-decoration: none;
  font-size: 1.3em;
  opacity: 0.7;
  transition: 0.5s;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

.footernav ul li a:hover {
  opacity: 1;
  color: rgb(255, 255, 255);
  font-size: 25px;
}

.footerbot {
  background-color: black;
  padding: 20px;
  text-align: center;
}
.footerbot p {
  color: white;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

#fire,
#water,
#wind,
#earth {
  padding-left: 100px;
  padding-right: 180px;
}

.card {
  transition: opacity 1s ease-out, transform 1s ease-out;
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 20px;
  width: 100%;
  height: 200px;
  color: rgb(255, 255, 255);
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  background: rgb(0, 2, 94);
  position: relative;
}

.card:hover {
  background-color: black;
}

.card .bruh {
  opacity: 0;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  font-size: 30px;
  transform: translateY(30px);
  position: absolute;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.card .og {
  font-size: 30px;
  position: absolute;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.card:hover .bruh {
  color: white;
  transform: translateY(0);
  opacity: 1;
}

.card:hover .og {
  transform: translateY(-65px);
}

.card.visible {
  opacity: 1;
  transform: translateX(0); /* Move the card into view */
}

.main {
  height: 100vh;
  overflow: hidden;
  scroll-behavior: smooth;
}
section {
  min-height: 100vh;
  width: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
}
.text {
  padding-left: 180px;
  padding-right: 180px;
  font-size: 15vw;
  line-height: 1.1;
  text-align: left;
}
.text-green {
  color: green;
  font-family: "Damion", cursive;
}
img {
  border-radius: 1.5rem;
}
.map {
  width: 100%;
  max-width: 800px;
  height: auto;
  margin-top: 10px;
  flex-direction: column;
}

.mapoop {
  display: flex;
  justify-content: center;
  align-items: center;
}
