.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
  padding: 0 20px;
}

.hero {
  padding: 40px 0 41px;
}

.hero__container {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.hero__top {
  position: relative;
}

.hero__top h1 {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Clash Display";
  font-size: 24px;
  font-weight: 600;
  line-height: 26.4px;
  text-transform: uppercase;
  color: #1f1f1f;
}

.hero__top ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 10px;
  list-style: none;
  padding: 0;
  width: 280px;

  margin-bottom: 20px;
}

.hero__top ul li:nth-child(1) {
  grid-column: 2;
  grid-row: 1;
}

.hero__top ul li:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}

.hero__top ul li:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}

.hero__top ul li a {
  max-width: 180px;
  z-index: 50;
  width: 135px;
  border-radius: 50px;
  border: 2px solid #000;
  font-size: 12px;
}

.hero__top ul li a:hover {
  border: 2px solid #3465fb;
}

.hero__top button {
  background-color: #1f1f1f;
  color: #fafafa;
}

.hero__bottom {
  position: relative;
}

.hero__bottom-img {
  position: relative;
}

.hero__bottom-img-mob {
  position: relative;
  top: -60px;
  width: 100%;
  max-width: 500px;
}

.hero__bottom-img-desktop {
  display: none;
}

.hero__bottom-img div {
  position: absolute;
  bottom: 80px;
  right: 0;

  color: #1f1f1f;
  font-family: "Clash Display";
  border-radius: 20px;
  background-color: #d5ff4f;
  padding: 10px 16px;
  width: 216px;
}

.hero__bottom-img div p:nth-child(1) {
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
  margin: 0;
}
.hero__bottom-img div p:nth-child(2) {
  font-size: 11px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}

.hero__bottom-countdown {
  position: absolute;
  bottom: -22px;
}

.countdown-item__min {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px, 24px, 8px, 24px;
  border-radius: 19px;
  background-color: #fafafa;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.twodots {
  font-size: 34px;
  font-weight: 500;
  color: #717171;
  font-family: "Syne", sans-serif;
}

#days {
  background-color: #1f1f1f;
  color: #fafafa;
}

.section_1 {
  padding: 60px 0 39px;
}

.section_1__container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.section_1__container img {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.section_1__container h2 {
  font-family: "Clash Display";
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  color: #1f1f1f;

  margin: 0;
}

.section_1__container p {
  font-family: "Clash Display";
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  color: #1f1f1f;

  margin: 20px 0 0 0;
}

.section_1__container p span {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #3465fb;
}

.section_2 {
  padding: 40px 0;
  background-color: #1f1f1f;
}

.section_2__container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.section_2__container img {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.section_2__container h2 {
  font-family: "Clash Display";
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  color: #fafafa;
  text-align: right;

  margin: 0;
}

.section_2__container p {
  font-family: "Clash Display";
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  color: #fafafa;
  text-align: right;

  margin: 20px 0 0 0;
}

.section_2__container p span {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #d5ff4f;
}

.section_3 {
  padding: 20px 0 40px;
}

@media (min-width: 500px) {
  .hero__top h1 {
    position: static;
    margin-bottom: 10px;
  }

  .hero__top ul {
    display: flex;
    width: 100%;
  }

  .hero__top ul li a {
    padding: 5px 10px;
  }

  .hero__top button {
    font-size: 16px;
  }

  .hero__bottom-img-mob {
    display: none;
  }
  .highlight-box {
    position: relative;
    z-index: 999;
  }
  .hero__bottom-img-desktop {
    display: block;
    width: 100%;
  }

  .hero__bottom-img div {
    bottom: auto;
    top: -50px;
  }

  .hero__bottom-countdown {
    bottom: -50px;
  }
}

@media (min-width: 655px) {
  .hero__top ul li a {
    padding: 10px 20px;
    width: 185px;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .hero__container {
    gap: 30px;
  }

  .hero__top h1 {
    font-size: 54px;
    line-height: 59.4px;

    margin-bottom: 40px;
  }

  .hero__bottom-img div {
    border-radius: 30px;
    padding: 12px 20px;
    width: 292px;
  }

  .hero__bottom-img div p:nth-child(1) {
    font-size: 30px;
    line-height: 30px;
  }

  .hero__bottom-img div p:nth-child(2) {
    font-size: 15px;
  }

  .section_1 {
    padding: 80px 0 60px;
  }

  .section_3 {
    padding: 60px 0 80px;
  }

  .section_1__container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .section_1__container img,
  .section_2__container img {
    max-width: 353px;
    margin: 0;
  }

  .section_2__container {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }
}

@media (min-width: 1220px) {
  .section_1__container img,
  .section_2__container img {
    max-width: 553px;
  }

  .section_1__container h2,
  .section_2__container h2 {
    font-size: 40px;
    line-height: 46px;
  }

  .section_1__container p,
  .section_2__container p {
    font-size: 24px;
    line-height: 30px;

    margin: 30px 0 0 0;
  }

  .section_1__container p span,
  .section_2__container p span {
    font-size: 30px;
  }
}

@media (min-width: 1440px) {
  .container {
    padding: 0 111px;
  }

  .hero {
    padding: 88px 0 150px;
  }

  .hero__container {
    flex-direction: row;
    justify-content: space-between;
  }

  .hero__top ul {
    position: relative;
    flex-direction: column;
    gap: 20px;

    margin-bottom: 25px;
  }

  .hero__top ul li a {
    padding: 15px 25px;
    width: 290px;
    font-size: 28px;
    font-weight: 600;
    line-height: normal;
    border: 5px solid #000;
  }

  .hero__top ul li a:hover {
    border: 5px solid #3465fb;
  }

  .hero__top ul li:nth-child(3) {
    position: absolute;
    bottom: -105px;
    right: -260px;
    width: 280px;
  }

  .hero__top button {
    padding: 30px 20px 30px 50px;
    font-size: 23px;
    line-height: 20px;
    letter-spacing: 0.5px;
    width: 260px;
  }

  .hero__top button:hover {
    width: 265px;
  }

  .cta-button-mob::before {
    right: 30px;
  }
  .cta-button-mob::after {
    right: 30px;
    width: 22px;
  }
  .cta-button:hover::after {
    width: 30px;
    right: 29px;
  }
  .cta-button:hover::before {
    right: 29px;
  }

  .hero__bottom-img-desktop {
    width: 849px;
    z-index: 10;
  }

  .hero__bottom-img::before {
    display: block;
    content: "";
    position: absolute;
    top: -85px;
    right: -100px;
    background-image: url("../images/line.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 409px;
    height: 223px;
  }

  .hero__bottom-countdown {
    bottom: -60px;
    right: 0;
  }

  .hero__bottom-img div {
    left: 0;
  }

  .hero__bottom-img div p:nth-child(1) {
    font-size: 36px;
    line-height: 36px;
  }
}

@media (max-width: 768px) {
  .hero__top button {
    margin: 0;
    width: 220px;
    z-index: 50;
  }
  .hero__top button:hover {
    width: 250px;
  }

  .cta-button-mob::before {
    right: 19px;
  }
  .cta-button-mob::after {
    right: 19px;
    width: 20px;
  }
  .cta-button:hover::after {
    width: 30px;
  }
  .cta-button:hover::before {
    right: 19px;
  }
}

@media (max-width: 499px) {
  .hero__top button {
    margin: 0;
    width: 100%;
    max-width: 58%;
    z-index: 50;
    font-size: 15px;
    padding-right: 30px;
  }
  .hero__top button:hover {
    width: 100%;
    max-width: 60%;
  }

  .hero__bottom-img-mob {
    top: -70px;
  }

  .cta-button-mob::before {
    right: 19px;
  }
  .cta-button-mob::after {
    right: 19px;
    width: 20px;
  }
  .cta-button:hover::after {
    width: 30px;
  }
  .cta-button:hover::before {
    right: 19px;
  }
}

@media (max-width: 375px) {
  .hero__top button {
    margin: 0;
    width: 100%;
    max-width: 58%;
    z-index: 50;
  }

  .hero__bottom-img-mob {
    position: relative;
    top: -60px;
    width: 100%;
    max-width: 500px;
  }

  .hero__top button:hover {
    width: 100%;
    max-width: 60%;
  }
}
.cta-button--secondary {
  text-transform: uppercase;
}
