*,
*:before,
*:after {
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
  font: inherit;
}
img,
picture,
svg,
video {
  display: block;
  max-width: 100%;
}
a {
  text-decoration: none;
}
input,
select,
textarea {
  background-color: transparent;
  outline: none;
}
button {
  cursor: pointer;
  background-color: transparent;
  outline: none;
  border: 0;
}
body {
  min-height: 100vh;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  background: url(../images/Background.png);
  background-size: cover;
}
.container1 {
  max-width: 1060px;
  margin: 0 auto;
}
.navigation {
  margin-top: 36px;
  display: flex;
  width: 1060px;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 34px;
}
.logo {
  width: 220px;
  height: 52px;
}
.logo img {
  width: 100%;
  height: 100%;
}
.buy-now {
  display: flex;
  width: 140px;
  height: 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 20px;
  border: 2px solid #fff;
  background: #d4ff00;
}
.buy-now-text {
  color: #000;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: Patrick Hand;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.menu {
  display: flex;
  width: 498px;
  justify-content: space-between;
  align-items: flex-start;
}
.menu-wrapper {
  display: flex;
  height: 50px;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.menu-text {
  color: #fff;
  font-family: Patrick Hand;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}

.main {
  display: flex;
  width: 1060px;

  padding-left: 0px;
  justify-content: flex-end;
  align-items: center;
  gap: 32.884px;
  flex-shrink: 0;
  margin-bottom: 50px;
}
.main-title {
  color: #fff;
  font-family: Patrick Hand;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.main-content {
  color: #fff;
  font-family: Patrick Hand;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.main-headline {
  display: flex;

  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 30px;
}
.main-image {
  display: flex;
  width: 502.86px;
  height: 483px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.tele,
.twitter1 {
  display: flex;
  width: 180px;
  height: 40px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-radius: 20px;
  border: 1px solid #fff;
  background: #0d8fd9;
}
.telegram-icon {
  width: 40px;
  height: 33.578px;
}
.social-text {
  color: #fff;
  text-align: center;
  font-family: Patrick Hand;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
.twitter1 {
  border-radius: 20px;
  border: 1px solid #fff;
  background: #000;
}
.group-button {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.tele,
.twitter1 {
  text-decoration: none;
}
.about-us-img {
  width: 474px;
  height: 498px;
  flex-shrink: 0;
}
.about-us-img img {
  width: 100%;
  height: 100%;
}
.about-us {
  display: flex;
  padding-right: 0px;
  align-items: center;
  gap: 61.5px;
  flex-shrink: 0;
  margin-bottom: 50px;
}
.about-head {
  display: flex;
  width: 518px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  flex-shrink: 0;
}
.about-title {
  color: #fff;
  font-family: Patrick Hand;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.about-content {
  color: #fff;
  font-family: Patrick Hand;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.roadmap1 .headline2 .about {
  color: #fff;
  font-family: Patrick Hand;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.roadmap-child {
  width: 542.348px;
  height: 600px;
  flex-shrink: 0;
}
.roadmap-f {
  display: flex;
  gap: 100px;
  margin-bottom: 50px;
}

.stage-1 .title {
  color: #fff;
  font-family: Patrick Hand;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.stage-1 .content2 {
  color: #fff;
  font-family: Patrick Hand;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.community2 .about {
  color: #fff;
  font-family: Patrick Hand;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.community1 {
  width: 860px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  text-align: center;
  gap: 50px;
}

.social-icons-parent {
  display: flex;
  width: 860px;
  height: 60px;
  justify-content: center;
  align-items: flex-start;
  gap: 100px;
  flex-shrink: 0;
}
.community1 {
  margin-bottom: 140px;
}
.footer {
  color: #fff;
  text-align: center;
  font-family: Patrick Hand;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 60px;
}
