@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rancho&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins" sans-serif;
}

body {
  overflow-x: hidden;
  background: #fff;
  min-height: 100vh;
}

#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10000;
}

#header .logo {
  color: #094b65;
  font-weight: 700;
  font-size: 3em;
  text-decoration: none;
  cursor: default;
}

#header ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

#header ul li {
  list-style: none;
  margin-left: 20px;
}

#header ul li a {
  font-size: 1.5rem;
  text-decoration: none;
  padding: 6px 15px;
  color: #094b65;
  border-radius: 20px;
}

#header ul li a:hover {
  background: #094b65;
  color: #fff;
}

section {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

section::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to top, #094b65, transparent);
  z-index: 10;
}

section img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

section #text {
  position: absolute;
  color: #094b65;
  font-size: 10vw;
  text-align: center;
  line-height: 0.55em;
  font-family: "Rancho", cursive;
  transform: translateY(-50%);
  z-index: 1000;
}

section #text span {
  font-size: 3.5rem;
  letter-spacing: 2px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

#btn {
  text-decoration: none;
  display: inline-block;
  padding: 8px 30px;
  background: #ff0;
  color: #094b65;
  font-size: 1.2em;
  font-weight: 500;
  letter-spacing: 2px;
  border-radius: 40px;
  transform: translateY(100px);
}

.sec {
  position: relative;
  padding: 100px;
  background: #094b65;
}

.sec h2 {
  font-size: 3.5em;
  color: #fff;
  margin-bottom: 10px;
}

.sec p {
  font-size: 1em;
  color: #fff;
}

.container1 {
  display: flex;
}

.content {
  background: #094b65;
  display: flex;
  height: 500px;
  padding: 0 30px;
}

.content-right {
  display: flex;
  background: #094b65;
  flex-basis: 50%;
  justify-content: center;
  align-items: center;
  
}

.content-right img {
  opacity: 0.5;
  border-radius: 5px;
}
.content-left {
  align-items: center;
  display: flex;
  color: #fff;
  background: #094b65;
  justify-content: center;
  flex-basis: 50%;
  font-size: 2rem;
  text-align: center;
}

.heading-2 {
  text-align: center;
  background: #094b65;
  color: #fff;
  font-size: 4rem;
}

.bottom-text {
  text-align: center;
  background: #094b65;
  color: #fff;
  font-size: 2rem;
  display: block;
}

.heading-3 {
  padding: 50px;
  text-align: center;
  background: #094b65;
  color: #fff;
  font-size: 4rem;
}

.content-main2 {
  background: #094b65;
  padding: 30px;
}

.content-right1 {
  align-items: center;
  display: flex;
  color: #fff;
  background: #094b65;
  justify-content: center;
  flex-basis: 50%;
  font-size: 1.5rem;
  text-align: center;
}

.content-left1 {
  display: flex;
  background: #094b65;
  flex-basis: 50%;
  justify-content: center;
  align-items: center;
}

.content-main3 {
  background: #094b65;
  padding: 30px;
}

.content-left2 {
  align-items: center;
  display: flex;
  color: #fff;
  background: #094b65;
  justify-content: center;
  flex-basis: 50%;
  font-size: 1.5rem;
  text-align: center;
}

.content-right2 {
  display: flex;
  background: #094b65;
  flex-basis: 50%;
  justify-content: center;
  align-items: center;
}

.content-main4 {
  background: #094b65;
  padding: 30px;
}

.content-left3 {
  display: flex;
  background: #094b65;
  flex-basis: 50%;
  justify-content: center;
  align-items: center;
}

.content-right3 {
  align-items: center;
  display: flex;
  color: #fff;
  background: #094b65;
  justify-content: center;
  flex-basis: 50%;
  font-size: 1.5rem;
  text-align: center;
}

.bottom-text2 {
  text-align: center;
  background: #094b65;
  color: #fff;
  font-size: 1.5rem;
  display: block;
}

.content-main5 {
  background: #094b65;
  padding: 30px;
}

.content-left4 {
  align-items: center;
  display: flex;
  color: #fff;
  background: #094b65;
  justify-content: center;
  flex-basis: 50%;
  font-size: 1.5rem;
  text-align: center;
}

.content-right4 {
  display: flex;
  background: #094b65;
  flex-basis: 50%;
  justify-content: center;
  align-items: center;
}

.content-main6 {
  background: #094b65;
  padding: 30px;
}

.content-left5 {
  display: flex;
  background: #094b65;
  flex-basis: 50%;
  justify-content: center;
  align-items: center;
}

.content-right5 {
  align-items: center;
  display: flex;
  color: #fff;
  background: #094b65;
  justify-content: center;
  flex-basis: 50%;
  font-size: 1.5rem;
  text-align: center;
}

.content-main7 {
  background: #094b65;
  padding: 30px;
}

.content-left6 {
  align-items: center;
  display: flex;
  color: #fff;
  background: #094b65;
  justify-content: center;
  flex-basis: 50%;
  font-size: 1.5rem;
  text-align: center;
}

.content-right6 {
  display: flex;
  background: #094b65;
  flex-basis: 50%;
  justify-content: center;
  align-items: center;
}

.discord {
  display: flex;
  background: #094b65;
  flex-basis: 50%;
  justify-content: center;
  align-items: center;
}

.copy-right {
  text-align: center;
  color: #fff;
  background: #094b65;
  font-size: 1.5rem;
}
