* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
  color: var(--black);
}
html {
  /* 1rem = 10px */
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body,
html {
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  overflow-x: hidden;
  background-color: #eaeaea;
  scroll-behavior: smooth;
}
::-webkit-scrollbar{
  width: 10px;
}
::-webkit-scrollbar-track{
  background-color: #eaeaea;

  
}
::-webkit-scrollbar-thumb{
  background-color: var(--black);
    border-radius: 10px;
}
header,
section {
  font-size: 1.6rem;
}

:root {
  --font-plat: "Platypi", serif;
  --font-poppin: "Poppins", sans-serif;
  --font-rob: "Roboto", sans-serif;
  --white: #ffffff;
  --black: #000000;
  --nav-height: 100px;
}
/*=== navbar=== */
.footer,
.navbar {
  min-height: var(--nav-height);
  width: 100%;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  background-color: var(--white);
}
.footer {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.logo {
  width: 5rem;
  height: auto;
}
.logo img {
  width: 100%;
  height: 100%;
}
.nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
.nav-list li {
  list-style: none;
}
.nav-list li a {
  font-family: var(--font-poppin);
  font-weight: 400;
  font-size: 1.5rem;
  text-align: center;
}
.nav-list li a span {
  font-family: var(--font-plat);
  font-weight: 400;
  font-size: 1.2rem;
  background: linear-gradient(90deg, #ff2a56 0%, #d949cb 41.65%, #128dff 100%);
  text-align: center;
  -webkit-background-clip: text;
  background-color: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
/* page */
.page {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}

.page-content {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
}
#page-content1 {
  min-height: calc(100vh - var(--nav-height));
  background-color: var(--white);
}
#page-content3 {
  padding: 14rem 4% 10rem 4%;
  gap: 2rem;
  position: relative;
  background-color: var(--white);
}
#page-content4 {
  flex-direction: column;
  position: relative;
}

/* =========top-side======== */
.top-side {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  flex: 1;
  align-items: center;
}
.top-side1 {
  padding: 4rem 4% 4rem 4%;
}
.top-side2 {
  flex-direction: column;
}
.top-side3 {
  flex: 1;
}
.top-side4 {
  padding: 4rem 4% 4rem 4%;
  width: 100%;
  background-color: #eaeaea;
}
/* ========bottom-side======== */
.bottom-side {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  position: relative;
}
.bottom-side2 {
  padding: 2rem 4% 2rem 4%;
  background-color: #f3fbff;
}

/* =========heading section======== */

.text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 6;
  gap: 1rem;
}
#text3 {
  gap: 2rem;
}
.heading {
  font-family: var(--font-plat);
  font-weight: 400;
  text-align: center;
}
.heading1 {
  font-size: 7.8rem;
}
#text4 h2,
#text1 h2 {
  font-size: 6.3rem;
  background: linear-gradient(90deg, #ff2a56 0%, #d949cb 41.65%, #128dff 100%);
  text-align: center;
  -webkit-background-clip: text;
  background-color: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.heading2 {
  font-size: 4.8rem;
}
.heading3 {
  font-size: 7.9rem;
}

.heading-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.apple {
  width: 5rem;
  height: auto;
}
.apple-box a span,
.para {
  font-family: var(--font-plat);
  font-weight: 300;
  font-size: 2.2rem;
  text-align: center;
}
.para2 {
  max-width: 60rem;
  font-size: 2rem;
}
.apple-box a span {
  color: #0066cc;
}
.para-box {
  background: linear-gradient(90deg, #ff2a56 0%, #d949cb 41.65%, #128dff 100%);
  padding: 1rem 1.5rem;
  border-radius: 2rem;
}
.para-box p {
  color: var(--white);
}
/* === text-box === */
.text-box {
  padding: 1rem 1.5rem;
}
.text-box span {
  font-family: var(--font-rob);
  font-weight: 400;
  font-size: 2rem;
  text-align: center;
}
#text-b {
  background: linear-gradient(
    96.27deg,
    rgba(203, 199, 190, 0.5) 5.67%,
    rgba(198, 185, 159, 0.5) 96.62%
  );
  border: 0.79px solid #cbba8e;
  border-radius: 2.1rem;
  backdrop-filter: blur(10px);
  position: absolute;
  bottom: 15%;
  left: 20vmin;
}
#text-s {
  background: linear-gradient(
    96.27deg,
    rgba(158, 212, 168, 0.5) 5.67%,
    rgba(138, 210, 173, 0.195) 96.62%
  );

  border-image-source: linear-gradient(
    263.82deg,
    #ffffff 2.03%,
    #cbba8e 91.29%
  );
  border: 0.79px solid #cbba8e;
  border-radius: 2.1rem;
  backdrop-filter: blur(10px);
  position: absolute;
  top: 20%;
  right: 15vmin;
}
.dash {
  background-color: #404040;
  border: 1.13px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  left: 0;
  width: 2rem;
  height: 2rem;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ========btns section======== */
#btns-container1 {
  margin-left: 5rem;
}

.btns-container {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  position: relative;
}
.link-btn {
  padding: 0 0.8rem;
  width: 4.5rem;
  height: 4.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;
}
/* ========copy btn section======== */

.copy-btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
  gap: 2rem;
  width: 100%;
}

.copy-btn {
  transition: all 0.4s;
  border-radius: 1.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  outline: none;

  text-align: center;

  border: 0.3px solid #0066cc;
  background-color: var(--white);
  margin-left: 4%;
  margin-right: 4%;
  transition: all 0.4s;
}

.copy-btn p {
  padding: 0.7rem 1rem;
  font-family: var(--font-plat);
  font-weight: 300;
  font-size: 2.2rem;
  background: linear-gradient(90deg, #ff2a56 0%, #d949cb 41.65%, #128dff 100%);
  text-align: center;
  -webkit-background-clip: text;
  background-color: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.copy-text {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 4%;
  padding-right: 4%;
  background-color: #f5f5f7;
}

.copy-text p {
  font-size: 2.5vmin;
  padding: 1rem;
  font-family: var(--font-plat);
  font-weight: 300;
  text-align: center;
}
.copy-btn:hover {
scale: 1.05;
}

/* ========main-img section======== */
.side-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  position: relative;
  z-index: 5;
  width: 100%;
}
#side-img-1 {
  max-width: 30rem;
}
#side-img-2 {
  position: relative;
  bottom: -1rem;
  max-width: 40rem;
  margin-bottom: -2rem;
}
#side-img-3 {
  max-width: 35rem;
  position: relative;
}
#side-img-3 .img {
  position: relative;
  z-index: 5;
}
.img3-p2 {
  position: absolute;
  top: -25%;
  z-index: 6;
  width: 50%;
  height: auto;
}
.img3-p3 {
  position: absolute;
  z-index: 6;
  width: 55%;
}
#side-img-2::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 80%;
  height: 80%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(assets/apple.png);
  z-index: 1;
}
#side-img-4 {
  max-width: 50rem;
  position: relative;
}
.side-img .img {
  width: 100%;
  height: 100%;
}
.div-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-self: center;
  gap: 2rem;
  width: 100%;
  padding: 6rem 4% 6rem 4%;
}
.apple-box {
  background-color: var(--white);
  padding: 3rem 2%;
  border-radius: 7rem;
  display: flex;
  gap: 2rem;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  width: 60rem;
}
#apple-box1 {
  margin-left: auto;
}
#apple-box2 {
  margin-right: auto;
}
.color1 {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}
.color2 {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}
.hover-underline {
  font-size: 2rem;
  color: #ffffff;
  position: relative;
  display: inline-block;
}

.hover-underline::after,
.hover-underline::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
 background: linear-gradient(90deg, #FF2A56 0%, #D949CB 41.65%, #128DFF 100%);

  bottom: -5px;
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s ease-out;
}

.hover-underline::before {
  top: -5px;
  transform-origin: left;
}

.hover-underline:hover::after,
.hover-underline:hover::before {
  transform: scaleX(1);
}

.copy-btn {
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}
.copy-btn::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
background: linear-gradient(90deg, #FF2A56 0%, #D949CB 41.65%, #128DFF 100%);

  transform: rotate(-45deg);
  transition: all 0.5s ease;
  opacity: 0;
}

.copy-btn:hover {
  transform: scale(1.05);
}

.copy-btn:hover::before {
  opacity: 1;
  transform: rotate(-45deg) translateY(100%);
}


