
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
  color: #FF0000;
  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(101.46% 77.72% at 54.48% 42.86%, #FFFC04 0%, #FF9705 100%);

}
header,
section {
  font-size: 1.6rem;
}
:root {
  --font-1: "Luckiest Guy", cursive;
  --font-2: "Montserrat", sans-serif;
  --white: #ffffff;
  --black:#000000; 
   --footer-height: 30px;
}
.page {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
    background: radial-gradient(101.46% 77.72% at 54.48% 42.86%, #FFFC04 0%, #FF9705 100%);
}
.page::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(assets/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
  opacity: 0.2;

}
.page-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
   min-height: calc(100vh - var(--footer-height));
  width: 100%;
}
/* =========top-side======== */
.top-side {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 6rem 4% 3rem 4%;
  width: 100%;
  text-align: center;
}
/* ========bottom-side======== */
.bottom-side {
  display: flex;
  align-items: flex-end;
  flex: 1;
  position: relative;
  padding: 2rem 4% 0 4%;
}
/* =========heading section======== */
.text{
  display: flex;
  align-items: center;
  justify-content: center;
}
.heading {
  font-size: 25rem;
  font-weight: 400;
  text-align: center;
  position: relative;
  z-index: 10;
line-height: 100%;
margin-bottom: 2rem;
color: #F6E35E;
text-shadow: -0.4rem 1.184rem 0px #000000;
-webkit-text-stroke: 0.6rem #000000;
  display: flex;
  align-items: center;
  justify-content: center;

}
.coin{
  display: flex;
  width: 16rem;
  height: auto;
  border: 0.4rem solid var(--black);
  border-radius: 50%;
  box-shadow:  0 1.184rem 0px #000000;
  background-color: var(--black);

}
.coin img{
  width: 100%;
  height: 100%;
}
.footer {
  min-height: var(--footer-height);
  padding: 1rem 2%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer p {
  font-family: var(--font-2);
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
}
/* ========btns section======== */

.btns-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: var(--white);
    border: 1px solid #000000;
  width: fit-content;
  margin: 1rem auto;
  box-shadow: 0px 0.297rem 0.297rem #000000;
border-radius: 10px;
overflow: hidden;
padding: 1rem 0;
}

.link-btn {
  padding: 0 1rem;
  width: 4.5rem;
  height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.4s;
  z-index:5;
}
.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;
  border: 1px solid #000000;
  width: fit-content;
  margin: 1rem auto;
  box-shadow: 0px 0.297rem 0.297rem #000000;
border-radius: 10px;
overflow: hidden;
position: relative;
z-index: 5;


}
.copy-btn{
  background-color: #FF0000;   
  cursor: pointer;
  transition: all 0.4s;
  padding: 1rem 2rem;
    display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 5;
}
.copy-btn img {
  width: 3rem;
  height: auto;
    cursor: pointer;

}
.copy-text {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: var(--white);
}
.ca{
font-weight: 400;
font-size: 4rem;
background-color: #FF0000;
border: 1px solid #000000;
color: #FFEA04;
padding: 1rem;

}
.copy-text p {
font-weight: 400;
padding: 1rem;
font-size: clamp(1vmin,1.3vw, 2.5vmin);

}
/* ========main-img section======== */
 .main-img{
  position: relative;
  width: 100%;
  z-index: 5;
    max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  

 }
 .corner-img{
  position: absolute;
  width: 15rem;
  height: auto;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
 }
 #corner-img1{
  left: 0;top: 0;
  
 }
 #corner-img2{
  right: 0;top: 0;

 }
 #corner-img1::before {
  content: "";
  position: absolute;
  top: 10%;
  left: 10%;
  width: 50%;
  height: 50%;
  background-image: url(assets/coin1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 2;
 
}
 #corner-img2::before {
  content: "";
  position: absolute;
  top: 12%;
  right: 10%;
  width: 45%;
  height: 45%;
  background-image: url(assets/coin2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 2;
 
}
 .corner-img img,
 .main-img img{
  width: 100%;
  height: 100%;
 }
/* res */
@media (max-width: 991px) {
  html {
    font-size: 55%;
  }
}
@media (max-width: 400px) {
  html {
    font-size: 50%;
  }
}
@media (max-width: 1050px) {
.heading {
  font-size: 22vw;
text-shadow: -0.2vw 1vw 0px #000000;
-webkit-text-stroke: 0.6vw #000000;


}
.coin{
  width: 16vw;
  border: 0.4vw solid var(--black);
  box-shadow:  0 1vw 0px #000000;

}
}
@media (max-width: 700px) {
  .corner-img {
    width: 12rem;
  }
  .top-side{
      padding: 14rem 4% 3rem 4%;
  }
    

}
@media (max-width: 500px) {
.ca{
  font-size: 3rem;
}
.copy-btn img {
  width: 2.5rem;
}

}