@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
  color: var(--white);
  font-family: var(--font-1);
}
html {
  /* 1rem = 10px */
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body,
html {
  width: 100%;
  height: 100%;
}
body {
  background-color: #151527;
  width: 100%;
  overflow-x: hidden;
}
header,
section,
footer {
  font-size: 1.6rem;
}
:root {
  --font-1: "Montserrat", sans-serif;
  --white: #ffffff;
}
.page {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: auto;
  max-width: 1400px;
}
.navbar {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 4%;
  padding-right: 4%;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.logo {
  width: 43rem;
  height: auto;
}
.logo img {
  width: 100%;
  height: 100%;
}
/* ========bottom-side======== */
.top-side {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.top-side1 {
  padding: 2rem 4% 2rem 4%;
}
.bottom-side {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bottom-side1 {
  gap: 2rem;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem 4% 2rem 4%;
  margin: auto;
}
.btns-warpper{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
      max-width: 120rem;
}
.copy-text{
  font-size: 3vmin;
}
.gradient-border {
    padding: 1.5rem;
  position: relative;
  border-radius: 30px;
  border: 1.08px solid transparent;
  background:
    linear-gradient(#151527, #151527) padding-box,
    linear-gradient(
      180deg,
      #2460d6 0%,
      #ff46ce 50%,
      #ff7a8f 76.44%,
      #ff9326 95.19%
    ) border-box;
}
/* =========page1 section======== */
.home-img-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 122rem;
}
.home-img {
  width: 100%;
  max-width: 122rem;
  height: auto;
  position: relative;
  z-index: 4;
}
.inner-img2 img,
.home-img2 img,
.inner-img img,
.home-img img {
  width: 100%;
  height: 100%;
}

.inner-img {
  position: absolute;
  z-index: 5;
  max-width: 25%;
  height: auto;
}
.buy-btn-box {
  display: flex;
  align-items: center;
  gap: 7rem;
  flex-wrap: wrap;
}
.inner-text {
  display: flex;

  gap: 2rem;
}

.btn1 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 2.2rem;
  text-transform: uppercase;
  color: #5c3556;
  background-color: #ffc8d9;
  box-shadow: 0px 0px 27.72px 0px #ffc8d93b;
  border-radius: 30px;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}
.copy-btn,
.buy-btn {
  padding: 1.5rem 2.3rem;
}

.btn1::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.6),
    transparent
  );
  transform: skewX(-20deg);
}

.btn1:hover::before {
  left: 125%;
  transition: left 0.7s ease;
}
.btn1:hover {
  transform: scale(1.02) translateY(-2px);
  box-shadow: 0px 8px 30px 0px #ffc8d966;
}

.btn1:active {
  transform: scale(0.97);
  transition: all 0.3s;
}

.down-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 4%;
  padding-right: 4%;
  margin-bottom: 2rem;
  cursor: pointer;
}
.down-arrow i {
  font-size: 5rem;
  color: #ffc8d9;
}
/* ========btns section======== */

.btns-container {
  display: flex;
  gap: 3px;
  justify-content: center;
  position: relative;
}
.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;
}
.link-btn:hover {
  transform: translateY(-8px);
}
.link-btn img {
  width: 100%;
  height: auto;
}
/* ========page2 section======== */
.page-content2 {
  position: relative;
}
.page-wrapper::before,
.page-content2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(assets/bg-img.png);
  background-repeat: no-repeat;
  z-index: -1;
  background-size: cover;
  background-position: bottom;
}
.home-img-wrapper2 {
  padding-top: 15rem;
  position: relative;
  width: auto;
  margin-left: 4%;
  margin-right: 4%;
}
.home-img2 {
  max-width: 80rem;
  height: auto;
  position: relative;
  z-index: 5;
  width: 90%;
  bottom: -3.3px;
}
.inner-img2 {
  position: absolute;
  z-index: 4;
  top: 8rem;
  margin-right: 15rem;
  max-width: 50rem;
  width: 80%;
}
/* ========page3 section======== */
.page-wrapper {
  position: relative;
  padding: 6rem 4% 6rem 4%;
}
.page-content4,
.page-content3 {
  background: linear-gradient(180deg, #26244b 0%, #8e4189 50.96%, #d86184 100%);
  max-width: 1100px;
  margin: auto;
  border-radius: 30px;
  padding: 6rem 2% 6rem 2%;
  position: relative;
}
.page-content3 {
  margin-bottom: 3rem;
}
.top-side3 {
  justify-content: space-between;
  gap: 3rem;
}
.text-block {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.text-block h3 {
  font-weight: 500;
  font-size: 4rem;
  font-variant: small-caps;
}
.text-block p {
  font-weight: 400;
  font-size: 2rem;
  max-width: 40rem;
  margin-bottom: 1rem;
}
.text-block2 p {
  max-width: 100rem;
}
.text-img-container {
  text-align: center;
  position: relative;
  z-index: 5;
}
.text-img-container h3 {
  font-weight: 500;
  font-size: 2.5rem;
  letter-spacing: 0.3em;
  font-variant: small-caps;
  margin-bottom: 1rem;
  opacity: 0.1;
}
.page-wrapper::before {
  opacity: 0.1;
}
.img-box {
  max-width: 50rem;
  height: auto;
  width: 90%;
  margin: auto;
}
.img-box2 {
  max-width: 45rem;
  height: auto;
}
.img-box img {
  width: 100%;
  height: 100%;
}
.get-btn {
  background-color: #ffbd76;
  padding: 1.5rem 0;
  gap: 1rem;
  max-width: 33rem;
  height: auto;
  position: relative;
  z-index: 5;
}
.get-btn img {
  width: 2rem;
  height: auto;
}
.copy-btn {
  max-width: 33rem;
  height: auto;
  margin: auto;
}
.tree {
  position: absolute;
  z-index: 1;
  max-width: 32rem;
  width: 48%;
  height: auto;
}
.tree5,
.tree1 {
  right: 0;
  top: 0;
}
.tree2 {
  left: 0;
  top: 0;
}
.tree3 {
  right: 0;
  bottom: 0;
}
.tree4 {
  left: 0;
  bottom: 0;
}

/* ========copy btn section======== */
.footer {
  padding: 5rem 6% 5rem 6%;
  position: relative;
  z-index: 5;
}
.text-block2 {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 2rem;
}
.footer p {
  font-size: 1.8rem;
}

/* responsivness */
@media (max-width: 991px) {
  html {
    font-size: 55%;
  }
}
@media (max-width: 400px) {
  html {
    font-size: 50%;
  }
}
@media (max-width: 900px) {
  .logo {
    width: 36rem;
  }
}
@media (max-width: 800px) {
  .buy-btn-box {
    gap: 4rem;
  }
  .btn1 {
    font-size: 2rem;
  }
  .text-block h3 {
    font-size: 3.8rem;
  }
  .text-img-container h3 {
    font-size: 2.3rem;
  }
  .text-block p {
    font-size: 1.8rem;
  }
  .top-side3 {
    gap: 2rem;
  }
}
@media (max-width: 750px) {
  .inner-text{
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .buy-btn{
    width: fit-content;
  }
  .btns-warpper {
    flex-direction: column;
    gap: 3rem;
  }
  .buy-btn-box {
    flex-direction: column;
    gap: 2rem;
    text-align: center;
  }
  .top-side3 {
    flex-direction: column;
    text-align: center;
  }
  .text-block {
    text-align: center;
  }
  .get-btn {
    margin: auto;
    padding: 1.2rem 1.5rem;
  }
}
@media (max-width: 500px) {
  .logo {
    width: 30rem;
  }
  .btn1   {
    font-size: 1.8rem;
  }
}
@media (max-width: 680px) {
  .inner-img2 {
    margin-right: 0;
  }
}

