body {
  background-color: #0086c9;
  font-family: Corben;
  margin: 0;
  padding: 0;
  color: white;
}

header {
  display: flex;
  align-items: center;
  padding: 0px 100px;
  height: 100px;
  background-color: #0177B3;
  justify-content: space-between;
}

.buy-button {
  background-color: #060735;
  color: white;
  border: none;
  border-radius: 20px;
  padding: 12px 60px 24px 60px;
  cursor: pointer;
  font-family: 'Corben', sans-serif;
  font-size: 28px;
  font-weight: 400;
  text-decoration: none;
  margin-bottom: 10px;
}

.header-button:hover, .buy-button:hover {
  background-color: #244d8b;
}

.permanent-marker-regular {
font-family: "Corben", cursive;
font-weight: 400;
font-style: normal;
}


.logo-site-name {
  display: flex;
  align-items: center;
  font-family: Corben;
  max-width: 100%;
}

.logo {
  width: 460px;
  max-width: 100%;
}

.site-name {
  font-family: 'Corben-b', sans-serif;
  font-size: 50px;
  font-weight: bold;
  -webkit-text-stroke: 2px white;
  text-stroke: 2px white;
  color: #060735;
}

@font-face {
  font-family: Corben-b;
  src: url(fonts/Corben-Bold.ttf),
       url(fonts/Corben-Bold.ttf) format('truetype');
}

@font-face {
  font-family: Corben;
  src: url(fonts/Corben-Regular.ttf),
       url(fonts/Corben-Regular.ttf) format('truetype');
}

main {
  text-align: left;
}

.text-section {
  margin-bottom: 30px;
  
}

.section-box {
  padding: 20px 0px;
  background-color: #060735;
  border-radius: 10px;
  margin-bottom: 30px;
  overflow: hidden;
  height: auto;
  width: 49%;
}

.section-box h5 {
  font-size: 30px;
  font-family:"Corben-b";
  margin: 10px 0;
  /* line-height: 1.6; */
  font-weight: bold;
  color: white;
  text-align: center;
}
.section-box p {
  font-size: 21px;
  font-family:"Corben";
  margin: 10px 0;
  /* line-height: 1.6; */
  font-weight: bold;
  color: white;
  text-align: center;
  word-wrap: break-word;
}


.text-section h1 {
  font-size: 28px;
  font-family:"Corben-b";
  margin: 10px 0;
  /* line-height: 1.6; */
  font-weight: bold;
  color: white;
}
.footerr h3{
  font-size: 30px;
  font-family:"Corben-b";
  text-align: center;
  margin: 10px 0;
  /* line-height: 1.6; */
  font-weight: bold;
  color: white;
  
}

.footerr h4{
  font-size: 18px;
  font-family:"Corben-b";
  text-align: center;
  margin: 10px 0;
  /* line-height: 1.6; */
  font-weight: bold;
  color: white;
  
}

.footerr p {
  font-size: 24px;
  font-family:"Corben";
  text-align: center;
  margin: 10px 0;
  /* line-height: 1.6; */
  color: white;
  
}


.text-section p {
  font-size: 25px;
  font-family:"Corben";
  margin: 10px 0;
  /* line-height: 1.6; */
  font-weight: bold;
  color: white;
  text-align: left;
}

.text-sectionn {
  padding: 0px 100px;
}

.text-sectionn p {
  font-size: 25px;
  font-family:"Corben";
  margin: 10px 0;
  /* line-height: 1.6; */
  font-weight: bold;
  color: white;
  text-align: center;
  padding: 0px 100px;
}
.text-sectionn h2 {
  font-size: 50px;
  font-family:"Corben-b";
  margin: 10px 0;
  -webkit-text-stroke: 1px white;
  text-stroke: 1px white;
  font-weight: bold;
  color: #0177B3;
  text-align: center;
}
.text-sectionn img {
  margin: 0 auto;
  display: flex;
}

.text-section h4 {
  font-size: 55px;
  font-family:"Corben-b";
  margin: 10px 0;
  /* line-height: 1.6; */
  font-weight: bold;
  color: white;
  text-align: center;
}

.social-media-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px 0;
}

.social-media-icons .icon {
  width: 30%;
  margin: 15px 0;
  text-align: center;
}

.social-media-icons .icon img {
  width: 100px;
  height: 100px;
  border-radius: 5px;
}

.image-section {
  text-align: center;
  margin: 20px 0;
}

.medium-image {
  max-width: 150%;
  height: auto;
  width: 200px;
  border-radius: 10px;
}

.hero {
  display: flex;
  height: 500px;
  width: 100%;
  background-image: url('img/desktop-hero.png');
  background-repeat: none;
  background-size: cover;
  background-position: center;
}

.dark-box {
  background-color: #060735;
  border-radius: 15px;
  padding-top: 16px;
  padding-bottom: 32px;
}

.video-logo {
  margin: 0 auto;
  display: flex;
  margin-top: 20px;
}

.buy-section {
  background-color: #0177B3;
  min-height: 720px;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
}

ul.main-list {
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 80px;
  padding-left: 0px;
  flex-wrap: wrap;
  justify-content: center;
}

ul.main-list li {
  width: 100px;
  height: 80px;
  border: 1px solid white;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.moonshot-text {
  display: flex;
  font-size: 40px;
  font-weight: bold;
  gap: 10px;
}

.moonshot-text span {
  font-size: 25px;
  font-weight: 400;
}

.contract-address {
  display: flex;
  align-items: center;
  background-color: #0086C9;
  padding: 16px;
  border: 2px solid #31AFEE;
  border-radius: 100px;
  margin: 60px 0 0 0;
  width: 720px;
  position: relative;
}

.contract-label {
  font-size: 18px;
  font-weight: 400;
  font-family: 'Corben-b', sans-serif;
  color: white;
  margin-right: 10px;
  border-radius: 6px;
  padding: 6px 3px;
  background: #31AFEE;
}

.contract-input {
  flex: 1;
  padding: 10px;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 400;
  color: white;
  background-color: transparent;
  text-align: center;
  font-family: 'Corben', sans-serif;
}

.contract-input:focus-visible {
outline: none;
}

.copy-button {
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  font-size: 20px;
  margin-left: 10px;
}

.copy-message {
  position: absolute;
  top: 85px;
  right: 0px;
  margin-left: 10px;
  color: white;
  font-size: 16px;
  font-weight: bold;
}

.text-sectionx {
  padding: 0px 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2%;
  flex-wrap: wrap;
}

.bottom-footer {
  background: #0177B3;
}
.bottom-footer h4 {
  margin-bottom: 0px;
  padding: 20px;
  font-size: 16px;
  font-family: 'Corben', sans-serif;
  font-weight: 300;
}
.top-footer {
  padding: 0px 100px;
  margin-bottom: 64px;
}
.top-footer p {
    font-size: 25px;
    font-family: "Corben";
    margin: 10px 0;
    color: white;
    text-align: center;
    padding: 0px 100px;
}

@media screen and (max-width: 770px) {
  header {
    padding: 0px 4px;
  }
  .hero {
    background-image: url('img/hero.png');
  }
  .text-sectionn p {
    padding: 0px 16px;
  }
  ul.main-list li {
    width: 75px;
    height: 60px;
  }
  .buy-section {
    min-height: 600px;
  }
  .contract-address {
    width: 90%;
  }
  .contract-input {
    font-size: 16px;
  }
  .text-sectionx {
    padding: 0px 16px;
  }
  .top-footer {
    padding: 0px 16px;
  }
  .text-sectionn {
    padding: 0px 16px;
  }
  .site-name {
    font-size: 26px;
  }
  .section-box h5 {
    font-size: 18px;
  }
  .top-footer p {
    font-size: 22px;
    padding: 0px 16px;
  }
  .text-sectionn p {
    font-size: 22px;
  }
  .section-box p {
    font-size: 18px;
  }
}