@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap");

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

html,
body {
  width: 100%;
  height: max-content;
  color: maroon;
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-shadow: 1px 1px 2px rgba(255, 242, 0, 0.436);
  overflow-x: hidden;
}
::-webkit-scrollbar {
  width: 0;
}
body {
  background: linear-gradient(beige, floralwhite);
}
header {
  width: 100%;
  height: 100vh;
  position: relative;
}
nav {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  padding: 2rem;
}
.header-profile {
  position: absolute;
  width: 80%;
  height: 80%;
  bottom: 0%;
  right: 0%;
}
img {
  width: 100%;
  height: 100%;
}
.btn {
  padding: 0.5rem 1rem;
  border: none;
  font-family: inherit;
  background: maroon;
  margin-left: 0.5rem;
  font-weight: 800;
  color: beige;
  border-radius: 0.5rem;
}
a {
  text-decoration: none;
  color: inherit;
}
.header-text {
  position: absolute;
  top: 35%;
  left: 2.5%;
  width: 60%;
}
.header-text h4 {
  font-size: 1.5rem;
  line-height: 0.5;
}
.header-text h1 {
  font-size: 5rem;
}

/* Main Section Starts Here */

main {
  width: 100%;
  height: 100%;
}
section {
  width: 100%;
  height: 100vh;
  position: relative;
}
.info {
  height: 100vh;
  position: relative;
}

.info-text {
  position: absolute;
  top: 35%;
  right: 0%;
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.info-text h2 {
  font-size: 2rem;
  line-height: 3;
}
.info-text p {
  text-align: justify;
  width: 80%;
  margin-bottom: 1rem;
}
.info-profile {
  width: 50%;
  height: 60%;
  position: absolute;
  bottom: 0%;
  left: 0;
}
.section-container {
  width: 80%;
  height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-container h2 {
  text-align: center;
  font-size: 2rem;
  line-height: 2;
}
.section-container p {
  font-size: 1.5rem;
  margin: 2rem;
}
.section-container ul {
  margin: 2rem;
}

.get-data {
  padding: 3rem 0rem;
  position: relative;
}
.get-data-profile {
  width: max-content;
  height: 60%;
  position: absolute;
  bottom: 0%;
  left: -5%;
  z-index: -1;
  opacity: 0.6;
}
.get-data-profile:nth-child(2) {
  left: auto;
  right: 0%;
  height: 80%;
}
.get-data h2 {
  font-size: 2.5rem;
  text-align: center;
}
.get-data .section-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
}
.endpoint-box {
  width: 45%;
  height: 30%;
  margin: 2rem 0rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-size: 1.5rem;
  background-color: rgba(184, 135, 11, 0.43);
  border-radius: 0.5rem;
}

.endpoint-box p {
  margin: 0;
  font-size: 1rem;
}
.input {
  width: max-content;
  height: max-content;
  display: flex;
  background-color: floralwhite;
  border-radius: 0.5rem;
  overflow: hidden;
}
.get {
  width: max-content;
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
  background: rgb(188, 188, 188);
  text-shadow: none;
  color: black;
  padding: 0.5rem;
  font-size: 1rem;
}

.input input {
  font-size: 1rem;
  border: none;
  width: 300px;
  text-align: left;
  background: none;
  padding: 0.5rem;
}

.endpoint-box button {
  background: rgb(188, 188, 188);
  border: none;
  cursor: pointer;
  font-size: 1rem;
  padding: 0.5rem;
}

.endpoint-box button:hover {
  background-color: rgba(128, 0, 0, 0.556);
  color: beige;
}

.data-object {
  padding: 4rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.data-object:nth-child(even) {
  flex-direction: row-reverse;
}

.data-name {
  width: 40%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.data-profile {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(assets/greek-circle.png);
  background-size: 100% 100%;
  animation: circle 6s infinite ease-in-out;
  position: relative;
}
@keyframes circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
.data-name h2 {
  position: absolute;
  font-size: 1.75rem;
  color: black;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
    "Lucida Sans", Arial, sans-serif;
}
.object-example {
  width: 50%;
  height: 100%;
  background-color: rgba(125, 125, 125, 0.384);
  border-radius: 0.5rem;
  position: relative;
  padding: 0.5rem;
}
.object-profile {
  position: absolute;
  width: max-content;
  opacity: 0.2;
  height: 80%;
  bottom: 0%;
  right: 0;
}
#griffin {
  bottom: auto;
  right: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#place {
  width: 100%;
  height: 100%;
}

textarea {
  width: 100%;
  height: 100%;
  font-weight: 700;
  padding: 0.5rem;
  border: none;
  background: none;
  resize: none;
}

/* Footer Section Starts Here */
footer {
  width: 100%;
  height: 60vh;
  position: relative;
}
.footer-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.footer-text h4 {
  font-size: 1.5rem;
}
.footer-profile {
  width: max-content;
  height: 80%;
  position: absolute;
  bottom: 0%;
  right: 0%;
}
.footer-profile:nth-child(1) {
  right: auto;
  left: 0;
}
