* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
  color: var(--black);
  font-family: var(--font-1);
  font-weight: 400;
}
html {
  /* 1rem = 10px */
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body,
html {
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  overflow-x: hidden;
  background-color: #a3f3ff;
}
header,
section {
  font-size: 1.6rem;
}
@font-face {
  font-family: "pixellari";
  src: url(assets/Pixellari.ttf);
}
:root {
  --font-1: "pixellari";
  --white: #ffffff;
  --black: #000000;
  --nav-height: 80px;
}
.flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
/* ========navbar======== */
.navbar {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 4%;
  padding-right: 4%;
  min-height: var(--nav-height);
  background: #fdffce;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
}
/* ========btns section======== */

.btns-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 1rem;
}
.link-btn {
  padding: 0.8rem 1rem;
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  border: 2px solid #000000;
  border-radius: 50%;
}

.copy-btn:hover,
.btn:hover,
.link-btn:hover {
  border-radius: 10px;
}
.telegram {
  background-color: #a9d4ff;
}
.twitter {
  background-color: #dbffa9;
}
.link-btn img {
  width: 100%;
  height: auto;
}

.page-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
}

/* ========bottom-side======== */
.top-side {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.top-inner-side {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}
.image-text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 4%;
  padding-right: 4%;
  width: 100%;
  position: relative;
}
.top-side::before {
  content: "";
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: top;
  background-repeat: no-repeat;
  background-image: url(assets/bg.png);
  background-size: cover;
  z-index: -1;
}

.bottom-side {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  flex: 1;
  position: relative;
  padding: 2rem 4% 0 4%;
  flex: 1;
}

/* =========heading section======== */
.text-block {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  z-index: 10;
}
.text-block2 {
  justify-content: center;
  align-items: center;
  text-align: center;
}
.text-block h1 {
  font-weight: 500;
  font-size: 8rem;
  line-height: 83%;
  margin-bottom: 1rem;
  text-wrap: nowrap;
}
.text-block p {
  font-weight: 500;
  font-size: 3.8rem;
  line-height: 83%;
}
.para {
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-align: center;
}
/* ========copy btn section======== */
.btns-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 3rem;
}

.copy-btn-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.copy-btn {
  font-size: 3rem;
  cursor: pointer;
  transition: all 0.4s;
  background: #ffffffa1;
  border: 1px solid #000000;
  border-radius: 50px;
  padding: 1rem 1.5rem;
  font-weight: 500;
  position: relative;
  z-index: 10;
}

.copy-text p {
  font-size: 2.5rem;
  max-width: 700px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  font-weight: 500;
  position: relative;
  z-index: 10;
}
/* ========main-img section======== */

.main-img {
  position: relative;
  height: auto;
  z-index: 5;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
}
#main-img1 {
  max-width: 35rem;
  width: 70%;
  z-index: 1;
}
#main-img2 {
  max-width: 40rem;
  width: 80%;
  overflow: visible;
  position: relative;
}

#main-img3 {
  max-width: 32rem;
  width: 80%;
  position: relative;
  overflow: visible;
}
#main-img3::before,
#main-img2::before {
  content: "";
  position: absolute;
  bottom: -10%;
  width: 80%;
  height: 20%;
  background-image: url(assets/shadow.png);
  background-position: bottom top left right;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
#main-img4 {
  max-width: 50rem;
  width: 90%;
  position: relative;
  bottom: -10px;
  align-self: flex-end;
}
.main-img img {
  width: 100%;
  height: 100%;
}
.tree,
.cloud {
  position: absolute;
}
#cloud1 {
  left: 10%;
  top: 15%;
  max-width: 20rem;
  width: 20%;
}
#cloud2 {
  right: 0;
  top: 3%;
  max-width: 20rem;
  width: 20%;
}
.tree {
  left: 0;
  top: -10%;
  max-width: 40rem;
  width: 60%;
  position: absolute;
  z-index: 4;
}
#tree2 {
  display: none;
  position: absolute;
  top: 0;
}
.btns-wrapper {
  position: relative;
  z-index: 7;
}
/* responsivness */
@media (max-width: 995px) {
  html {
    font-size: 55%;
  }
}
@media (max-width: 400px) {
  html {
    font-size: 50%;
  }
}
@media (max-width: 1200px) {
  .text-block h1 {
    font-size: 7rem;
  }
  .text-block p {
    font-size: 3.2rem;
  }
  .tree {
    top: -13%;
    max-width: 35rem;
    width: 50%;
  }
}
@media (max-width: 900px) {
  .text-block h1 {
    font-size: 6rem;
  }
  .text-block p {
    font-size: 3rem;
  }
}
@media (max-width: 850px) {
  .tree {
    top: -2rem;
    max-width: 35rem;
    width: 40%;
  }
  #cloud1 {
    top: 3%;
  }
  .text-block h1 {
    font-size: 8rem;
    text-wrap: wrap;
  }
  .text-block p {
    font-size: 3.5rem;
  }
  .top-inner-side {
    flex-direction: column;
  }
  .bottom-side {
    flex-direction: column;
  }
  .text-block {
    align-items: center;
  }
  #main-img1 {
    margin-right: auto;
  }
  #main-img2 {
    margin-bottom: 3rem;
            margin-top: 2rem;
    margin-left: auto;
  }
  #main-img3 {
    margin-bottom: 3rem;
    margin-right: auto;
  }
}
@media (max-width: 700px) {
  .copy-text p {
    font-size: 2rem;
    max-width: 500px;
  }
  :root {
    --nav-height: 70px;
  }
  #tree1 {
    display: none;
  }
  #tree2 {
    display: flex;
    width: 70%;
    top: -3%;
  }
  #cloud2 {
    width: 40%;
    top: 0;
  }
  #cloud1 {
    left: 3%;
    top: 3%;
    width: 40%;
  }
  #main-img3::before,
  #main-img2::before {
    bottom: -8%;
  }
}
@media (max-width: 500px) {
  .text-block h1 {
    font-size: 14vw;
  }
  .text-block p {
    font-size: 8vw;
  }
  .copy-text p {
    font-size: 1.6rem;
    max-width: 300px;
  }
}
