* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
  color: var(--black);
  font-family: var(--font-meadow);
}
html {
  /* 1rem = 10px */
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body,
html {
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  overflow-x: hidden;
  background-color: #ffd900;
  scroll-behavior: smooth;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background-color: #ffd900;
}
::-webkit-scrollbar-thumb {
  background-color: #fff4d8;
  border-radius: 10px;
}
header,
section {
  font-size: 1.6rem;
}
@font-face {
  font-family: "meadow";
  src: url(assets/Meadow\ Bloom.otf);
}
@font-face {
  font-family: "akz";
  src: url(assets/akzidenzgroteskbe_mdit.otf);
}
:root {
  --font-meadow: "meadow";
  --font-akz: "akz";
  --white: #ffffff;
  --black: #000000;
  --nav-height: 80px;
}
/*=== navbar=== */
.navbar {
  min-height: var(--nav-height);
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.logo {
  width: 10rem;
  height: auto;
}
.logo img {
  width: 100%;
  height: 100%;
}
.footer {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 2%;
  padding-right: 2%;
}
/* page */
.page {
  width: 94%;
  margin: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  
}
#page1 {
  overflow: hidden;
}

.page::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #fff4d8;
  z-index: -1;
  opacity: 0.3;
}
#page-content5::before,
#page-content3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #fff4d8;
  z-index: -1;
  opacity: 0.3;
}
.page-content {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
}
#page-content1 {
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}
#page-content2 {
  flex-direction: column-reverse;
}

/* =========top-side======== */
.top-side {
  flex: 1;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  width: 100%;
}
.top-side1 {
  align-items: flex-end;
  justify-content: space-evenly;
  flex: 1;
  gap: 5%;
  width: 100%;
  padding: 2rem 2% 0 2%;
}
.top-side2 {
  flex-direction: row-reverse;
  justify-content: space-between;
  background-color: #fff4d8;

  border: 3px solid #000000;
    border-top: none;
}
.top-side4 {
  flex-direction: column;
  justify-content: center;
  background-color: #fff4d8;
  border: 3px solid #000000;
  padding: 8rem 2% 6rem 2%;
  gap: 2rem;
}
.top-side5 {
  flex-direction: column;
  justify-content: center;
  padding: 4rem 2% 4rem 2%;
  gap: 2rem;
}

/* ========bottom-side======== */
.bottom-side {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;

  position: relative;
  justify-content: flex-end;
}
.bottom-side2 {
  padding-left: 4%;
}

/* =========heading section======== */
.red-dev-box {
  width: 100%;
  background-color: #d1322a;
  border: 3px solid #000000;
  padding: 1rem;
  gap: 5%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  overflow-x: hidden;
}
.text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  position: relative;
  z-index: 6;
  gap: 2rem;
}
#text1 {
  align-self: center;
  width: 55%;
  margin-bottom: 6rem;
}
#text2 {
  padding: 2rem 2% 8rem 3rem;
}
#text3 {
  padding: 2rem 2rem 2% 3rem;
  margin-left: 5%;
  overflow-x: hidden;
}

.heading {
  font-weight: 400;
  line-height: 100%;
  text-shadow: 0px 0.164rem 0.164rem #ffffff;
}
.heading1 {
  font-size: 20rem;
}
.heading2 {
  font-size: 9.4rem;
}

.para {
  font-family: var(--font-akz);
  font-weight: 700;
}
.para1 {
  max-width: 70rem;
  font-size: 2.6rem;
}
#text2 .para2 {
  max-width: 80rem;
}
.para2 {
  max-width: 90rem;
  font-size: 2.1rem;
}
.red-dev-box span {
  font-weight: 400;
  font-size: 4.2rem;
  text-shadow: 0px 0.67rem 0.067rem 0px #ffffff;
}
.box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
}
.phase-box h2,
.box h2 {
  font-weight: 400;
  font-size: 4.2rem;
  line-height: 100%;
  text-align: center;
  -webkit-text-stroke: 0.04rem #000000;
}
.box h2{
  transition: all 0.4s;
}
.box h2:hover{
 transform: scale(1.05);
}
#box1 h2 {
  color: #d2451f;
}
#box2 h2 {
  color: #1fbdd2;
}
#box3 h2 {
  color: #D21F84;

}
.phase-box-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
}
.phase-box {
  border: 3px solid #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #fff4d8;
  padding: 1rem 2rem;
  max-width: 45rem;
  min-width: 45rem;
  gap: 2rem;
  transition: transform 0.4s ease;
}
.phase-box h2 {
  color: #d2451f;
}
.phase-box:hover {
  transform: scale(1.05);

}

/* ========btns section======== */

.btns-container {
  display: flex;
  gap: 6px;
  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;
  background-color: var(--white);
  border: 2px solid #000000;
  box-shadow: 0px 0.142rem 0.142rem 0px #000000;
  transition: all 0.4s;
}

.link-btn:hover {
  scale: 1.05;
}

.link-btn img {
  width: 100%;
  height: auto;
}
/* ========copy btn section======== */
.copy-btn-box {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
  gap: 1rem;
  padding: 1rem;
  background-color: var(--white);
  border: 3px solid #000000;
 
}
.soon-btn,
.copy-btn {
  transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  align-self: flex-end;
}
.soon-btn,
.copy-btn {
  font-weight: 400;
  font-size: 4rem;
  text-align: center;
  color: #d21f84;
  -webkit-text-stroke: 0.04rem #000000;
}
.soon-btn{
  padding-right: 6%;
}
.copy-btn {
  text-align: center;
  cursor: pointer;
  transition: all 0.4s;
}
.copy-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.ca {
  font-size: 4rem;
  font-weight: 400;
  text-align: center;
  color: #d2451f;
  -webkit-text-stroke: 0.04rem #000000;
}
.time-box span {
  font-weight: 400;
  font-size: 4rem;
  text-transform: uppercase;
}

.copy-text p {
  font-size: clamp(1rem,1.3rem,1.2rem);

  font-weight: 400;
}
.copy-btn:hover {
  scale: 1.05;
}
/* ========main-img section======== */
.side-img {
  height: auto;
  width: 90%;
  position: relative;
  z-index: 5;
}
#side-img-1 {
  max-width: 40rem;
  position: relative;
  bottom: -1rem;
}
#side-img-2 {
  max-width: 30rem;
  margin-right: auto;
  position: relative;
  top: -12rem;
  margin-bottom: -13rem;
}
#side-img-3 {
  max-width: 50rem;
  margin-right: auto;
  position: relative;
  top: -9rem;
  margin-bottom: -15rem;
}
.left-img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 30rem;
  height: auto;
  width: 50%;
}
.right-img {
  position: absolute;
  bottom: -5rem;
  right: 10%;
  max-width: 65rem;
  height: auto;
  width: 90%;
}
.side-img .img {
  width: 100%;
  height: 100%;
}

