@import url('https://fonts.googleapis.com/css2?family=Oleo+Script:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700;900&display=swap');

body {
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: #4c9540;
  gap: 64px;
}

header {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 28px 29px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.7);
  background-color: #4f9843;
  gap: 26px;
  z-index: 3;
  position: sticky;
  top: 0;
}

.banner {
  /* margin-left: -25px; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo {
  flex-shrink: 0;
  width: 100px;
  height: 93px;
  background-image: url(images/logo.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.pepera {
  flex-shrink: 0;
  font-weight: 700;
  font-family: 'Oleo Script', sans-serif;
  color: #fff;
  font-size: 48px;
  letter-spacing: 0;
  line-height: 21.71px;
}

.navbar {
  flex-shrink: 0;
  width: 931px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 43px;
}

.nav-link {
  font-weight: 700;
  font-style: normal;
  font-family: 'Cairo', 'Cairo Placeholder', sans-serif;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.2;
}

main {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 64px;
}

.get-your-pepera {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.title-row {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 108px;
}

.emoji1 {
  flex-shrink: 0;
  width: 182px;
  height: 182px;
  background-image: url(images/emoji1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.emoji2 {
  flex-shrink: 0;
  width: 150px;
  height: 150px;
  background-image: url(images/emoji2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.title {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: bold;
  font-family: 'Cairo', sans-serif;
  letter-spacing: 0;
  line-height: 1.2;
  color: #fff;
  font-size: 60px;
}

.content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.claim {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 646px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  background-color: rgba(0, 0, 0, 0.5);
  gap: 24px;
  border-radius: 15px;
}

.claim-title {
  flex-shrink: 0;
  font-weight: 700;
  font-family: 'Cairo', 'Cairo Placeholder', sans-serif;
  color: #fff;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 1.2;
}

.claim-alert {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 8px 24px;
  font-weight: 600;
  font-family: 'Cairo', sans-serif;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 32.2px;
  background-color: #5fa503;
  border-radius: 60px;
}

.claim-box {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  padding: 16px 24px;
  font-style: normal;
  font-family: 'Cairo', 'Cairo Placeholder', sans-serif;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 24px;
  border-radius: 15px;
  border: 3px solid #5fa503;
}

.claim-progress {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.claim-progress .progress-value {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-weight: 700;
  font-family: 'Cairo', 'Cairo Placeholder', sans-serif;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.2;
}

.claim-progress .progress-box {
  position: relative;
  height: 14px;
  background-color: #407000;
  border-radius: 7px;
}

.claim-progress .bar {
  position: absolute;
  width: 55.35%;
  height: 100%;
  background-color: #5fa503;
  border-radius: 7px 0 0 7px;
}

.claim-button {
  align-self: center;
  padding: 16px 24px;
  display: inline-flex;
  gap: 10px;
  font-weight: 700;
  font-family: 'Cairo', 'Cairo Placeholder', sans-serif;
  color: #000;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.2;
  border: 1px solid #7bd207;
  background-color: #7bd207;
  border-radius: 15px;
  cursor: pointer;
}

.claim-title-sm {
  flex-shrink: 0;
  font-weight: 700;
  font-family: 'Cairo', 'Cairo Placeholder', sans-serif;
  color: #fff;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 1.2;
}

.claim-text {
  flex-shrink: 0;
  display: flex;
  gap: 4px;
  font-family: 'Cairo', 'Cairo Placeholder', sans-serif;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.2;
}

.division {
  flex-shrink: 0;
  width: 100%;
  height: 20px;
  background-image: url(images/divider.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.contact {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 64px;
  gap: 22px;
}

.contact-title {
  font-weight: bold;
  font-family: 'Cairo', sans-serif;
  font-size: 60px;
  letter-spacing: 0;
  line-height: 1.2;
  color: #fff;
}

.contact-content {
  flex-shrink: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 34px;
}

.contact-banner {
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.contact-banner .img {
  flex-shrink: 0;
  width: 150px;
  height: 139px;
  background-image: url(images/logo.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.contact-banner .text {
  flex-shrink: 0;
  font-weight: 700;
  font-family: 'Oleo Script', sans-serif;
  color: #fff;
  font-size: 64px;
  letter-spacing: 0;
  line-height: 21.71px;
}

.contact-icons {
  flex-shrink: 0;
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}

.contact-icons > a {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.twitter-icon {
  background-image: url(images/twitter.png);
}

.telegram-icon {
  background-image: url(images/telegram.png);
}

.contact-text {
  width: 745px;
  font-family: 'Cairo', sans-serif;
  font-size: 23px;
  letter-spacing: 0;
  line-height: 32.2px;
  color: #fff;
  text-align: center;
}

footer {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 0;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.7);
  background-color: #3a963d;
  gap: 10px;
}

.copyright {
  flex-shrink: 0;
  font-family: 'Cairo', 'Cairo Placeholder', sans-serif;
  color: #000;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 21.71px;
}

/* Utilities start */
.hoverable {
  transition: transform 0.2s;
  cursor: pointer;
}
.hoverable:hover {
  transform: scale(1.1);
}

.common-button {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 11px 31px;
  font-weight: 900;
  font-family: 'Cairo', sans-serif;
  font-size: 18px;
  letter-spacing: 0.9px;
  line-height: 1.2;
  color: #fff;
  white-space: nowrap;
  background-color: #4c9540;
  border-radius: 200px;
  border: 1px solid #fff;
  cursor: pointer;
  transition: all 0.3s;
}

.common-button:hover {
  color: #4c9540;
  background-color: #fff;
}

a {
  text-decoration: none;
}

.text-bold {
  font-weight: 700;
}

/* Utilities end */

/* Tablet */
@media only screen and (max-width: 1199px) and (min-width: 810px) {
  header {
    gap: 20px;
  }
  .logo {
    width: 50px;
    height: 46px;
  }
  .pepera {
    font-size: 28px;
  }
  .navbar {
    width: 1px;
    flex-grow: 1;
    gap: 20px;
  }
  .nav-link {
    font-weight: 400;
    font-size: 14px;
  }
  .title-row {
    gap: 48px;
  }
  .emoji1 {
    width: 100px;
    height: 100px;
  }
  .emoji2 {
    width: 100px;
    height: 100px;
  }
  .title {
    font-size: 42px;
  }
  .contact-title {
    font-size: 42px;
  }
  .contact-text {
    width: 100%;
    font-size: 20px;
  }
}

/* Phone */
@media only screen and (max-width: 809px) {
  header {
    gap: unset;
    justify-content: space-between;
  }
  .logo {
    width: 50px;
    height: 46px;
  }
  .pepera {
    font-size: 20px;
  }
  .navbar {
    gap: 0;
    width: min-content;
  }
  .nav-link {
    display: none;
  }
  .title-row {
    gap: 0;
  }
  .emoji1 {
    display: none;
  }
  .emoji2 {
    display: none;
  }
  .title {
    font-size: 24px;
  }
  .claim {
    width: 344px;
    margin: 0 auto;
  }
  .claim-title {
    font-size: 24px;
  }
  .claim-alert {
    padding: 8px 16px;
    font-size: 12px;
    line-height: 20px;
  }
  .claim-box {
    font-size: 12px;
    line-height: 20px;
  }
  .claim-box.number {
    padding: 8px 16px;
  }
  .claim-progress .progress-value {
    font-size: 12px;
  }
  .claim-button {
    padding: 8px 16px;
    font-size: 16px;
  }
  .claim-title-sm {
    font-size: 20px;
  }
  .contact {
    padding: 16px;
  }
  .contact-title {
    font-size: 38px;
  }
  .contact-text {
    width: 100%;
    font-size: 16px;
  }
}
