* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
  color: var(--white);
}
html {
  /* 1rem = 10px */
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body,
html {
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  overflow-x: hidden;
  background: radial-gradient(
    42.5% 42.15% at 33.65% 30.28%,
    #f7ed99 0%,
    #b7eccc 100%
  );
}

header,
section {
  font-size: 1.6rem;
}
@font-face {
  font-family: "agr";
  src: url(assets/Agraham.otf);
}
:root {
  --font-1: "agr";
  --font-2: "Namdhinggo", serif;
  --font-3: "Montserrat", sans-serif;
  --white: #ffffff;
  --black: #000000;
  --nav-height: 80px;
}
.navbar {
  min-height: var(--nav-height);
  width: 100%;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  z-index: 5;
}
.page {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  background: radial-gradient(
    42.5% 42.15% at 33.65% 30.28%,
    #f7ed99 0%,
    #b7eccc 100%
  );
}
.corner-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 15rem;
  height: auto;
  z-index: 1;
}
.bottom-side::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(assets/bg.png);
  z-index: 1;
}

.page-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  width: 100%;
  position: relative;
}
/* =========top-side======== */
.top-side {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  padding: 8rem 2% 2rem 2%;
  gap: 2rem;
}
/* ========bottom-side======== */
.bottom-side {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex: 1;
  position: relative;
  z-index: 5;
  width: 100%;
  padding: 6rem 2% 8rem 2%;
}

/* =========heading section======== */
.text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: center;
  position: relative;
  z-index: 6;
}

#text2 {
  align-items: flex-end;
}

.heading {
  text-transform: uppercase;
  font-family: var(--font-1);
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0%;
  color: var(--black);
}
.heading1 {
  font-size: 13rem;
}
.heading2 {
  font-size: 8rem;
}

.footer {
  position: absolute;
  bottom: 1rem;
  z-index: 6;
  left: 50%;
  transform: translateX(-50%);
}
.footer p {
  font-family: var(--font-3);
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  color: var(--black);
}
/* ========btns section======== */
.btns-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: var(--white);
}
.link-btn {
  padding: 0 1rem;
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.4s;
  z-index: 10;
}
.btn:hover,
.link-btn:hover {
  transform: translateY(-8px);
}

.link-btn img {
  width: 100%;
  height: auto;
}
/* ========copy btn section======== */

.copy-btn-box {
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.copy-btn {
  font-family: var(--font-2);
  font-size: 2.7rem;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.4s;
  text-transform: uppercase;
  color: var(--black);
  background-color: #f0ed9e;
  padding: 1rem;
}
.copy-text {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  padding: 1rem;
}
.copy-text p {
  font-size: 2vmin;
  font-family: var(--font-2);
  font-weight: 700;
  color: var(--black);
}
/* ========main-img section======== */
.side-img {
  height: auto;
  width: 100%;
  position: relative;
  z-index: 5;
}
#side-img-1 {
  max-width: 50rem;
}
#side-img-2 {
  max-width: 30rem;
  width: 80%;

}

#text-box {
  position: relative;
  width: 35%;
  height: auto;
  z-index: 1;
}

#text-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  width: 80%;
  height: 80%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(assets/STUPID!!.png);
  z-index: 3;
}
#text-box img,
.side-img img {
  width: 100%;
  height: 100%;
}

/* responsiveness */
@media (max-width: 991px) {
  html {
    font-size: 55%;
  }
}
@media (max-width: 400px) {
  html {
    font-size: 50%;
  }
}
@media (max-width: 1500px) {
  .heading1 {
    font-size: 10rem;
  }
  .heading2 {
    font-size: 7rem;
  }
}
@media (max-width: 1100px) {
  .heading1 {
    font-size: 8rem;
  }
  .heading2 {
    font-size: 6rem;
  }
}
@media (max-width: 831px) {
  .navbar {
    justify-content: center;
  }
  .bottom-side {
    flex-direction: column;
  }
  .top-side {
    flex-direction: column-reverse;
    align-items: center;
    padding: 10rem 2% 2rem 2%;
  }
  #text2 {
    align-items: center;
  }
  .corner-img {
    width: 10rem;
  }
}
@media (max-width: 600px) {
  .copy-btn-box {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  .heading1 {
    font-size: 13vw;
  }
  .heading2 {
    font-size: 9vw;
  }
    .corner-img {
    width: 8rem;
  }
}
