* {
  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 {
  width: 100%;
  overflow-x: hidden;
  background: radial-gradient(
    78.08% 78.08% at 35.1% 36.68%,
    #79e8f4 0%,
    #30c2fa 100%
  );
}

header,
section {
  font-size: 1.6rem;
}
@font-face {
  font-family: "lap";
  src: url(assets/LapsusPro-Bold.otf);
}

:root {
  --font-1: "lap";
  --font-2: "Montserrat", sans-serif;
  --white: #ffffff;
  --black: #000000;
}

.page {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  background: radial-gradient(
    78.08% 78.08% at 35.1% 36.68%,
    #79e8f4 0%,
    #30c2fa 100%
  );
}
.page::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: top left;
  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: center;
  justify-content: space-between;
  width: 100%;
  padding: 4rem 2% 2rem 2%;
  overflow: hidden;
  gap: 2rem;
}
/* ========bottom-side======== */
.bottom-side {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  flex: 1;
  position: relative;
  z-index: 5;
  width: 100%;
  margin-bottom: 15rem;
}
.bottom-inner-side {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 5%;
  justify-content: center;
  align-items: center;
  background: linear-gradient(
    90.41deg,
    rgba(103, 223, 245, 0.64) 0.32%,
    rgba(0, 189, 223, 0.5) 96.06%
  );
  backdrop-filter: blur(10px);
  padding: 3rem 2% 3rem 2%;
}
.money-box {
  position: absolute;
  bottom: 0;
  display: flex;
}
#money1 {
  width: 60%;
  height: auto;
}
#money2 {
  width: 40%;
  height: auto;
}

/* =========heading section======== */
.text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  align-self: center;
  position: relative;
  z-index: 6;
}

.heading {
  font-family: var(--font-1);
  line-height: 110%;
  letter-spacing: 0%;
  font-weight: 700;
  font-style: Bold;
  font-size: 14rem;
  white-space: nowrap;
  text-transform: uppercase;
  -webkit-text-stroke: 0.3rem #1998cf;
}

.footer {
  position: absolute;
  bottom: 1rem;
  z-index: 6;
  left: 50%;
  transform: translateX(-50%);
}
.footer p {
  font-family: var(--font-2);
  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;
  gap: 1rem;
  margin-bottom: 2rem;
}
.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;
  background-color: var(--white);
  border: 2px solid #1475c6;
  box-shadow: 0px 0.15rem 0.15rem #000000;
}
.btn:hover,
.link-btn:hover {
  transform: translateY(-8px);
}

.link-btn img {
  width: 100%;
  height: auto;
}

/* ========copy btn section======== */

.copy-btn-box {
  display: flex;
  justify-content: center;
  align-items: stretch;
  box-shadow: 0px 0.261rem 0.261rem #000000;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 5;
  border: 0.88px solid #000000;
}
.copy-btn {
  background-color: #29a6d5;
  cursor: pointer;
  transition: all 0.4s;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 5;
  border-left: 0.88px solid #000000;
}
.copy-btn img {
  width: 2.5rem;
  height: auto;
  cursor: pointer;
  transition: all 0.4s;
}
.copy-btn:hover .copy-img {
  transform: scale(1.06);
}
.copy-text {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: var(--white);
}
.ca {
  font-weight: 700;
  font-style: Bold;
  font-size: 3rem;
  background-color: #29a6d5;
  border-right: 0.88px solid #000000;
  padding: 1rem;
}
.copy-text p {
  font-weight: 400;
  padding: 1rem;
  font-size: clamp(1rem, 1.3rem, 1.2rem);
  color: #1475c6;
}
/* ========main-img section======== */
.img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.side-img {
  height: auto;
  position: relative;
  z-index: 5;
}
#side-img-1 {
  width: 90%;
  max-width: 70rem;
  position: relative;
}
.shadow {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  z-index: -1;
}

#side-img-2 {
  max-width: 40rem;
  width: 90%;
}
#side-img-3 {
  max-width: 20rem;
  width: 50%;
}
#side-img-4 {
  max-width: 20rem;
  width: 50%;
}

.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: 1200px) {
  .heading {
    font-size: 12rem;
  }
}
@media (max-width: 1050px) {
  .heading {
    font-size: 10rem;
  }
}

@media (max-width: 850px) {
  .heading {
    font-size: 12rem;
    white-space: wrap;
  }
  .top-side {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }
  #side-img-1 {
    max-width: 60rem;
  }
}
@media (max-width: 700px) {
  .bottom-side {
    margin-bottom: 8rem;
  }
  .img-wrap {
    flex-direction: column;
  }
  .copy-text p {
    font-size: 2vmin;
  }
  .footer p {
    font-size: 1.2rem;
  }
}
@media (max-width: 350px) {
  .heading {
    font-size: 10rem;
  }
}
