@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}
input:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

/*====Header====*/
.header {
  background: url("img/header-bg.png");
  background-size: cover;

  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.header-img {
  position: absolute;
  top: 20px;
  max-height: 56px;
}

.header-content-box {
  height: 480px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.header-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.header-content-title {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; /* 75% */
  letter-spacing: -0.64px;
  text-transform: uppercase;
}

.header-content-text {
  color: #fff;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -0.36px;
  text-transform: uppercase;
  text-align: center;
}

.header-content-cta {
  display: flex;
  padding: 16px 30px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  border: 2px solid #fff;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 138.462% */
  text-transform: uppercase;
}


/*====Discovery Section====*/
.discovery-section {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 80px 15%;
  align-items: center;
}

.discovery-section-title {
  color: #262626;
  text-align: center;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 100% */
  letter-spacing: -0.36px;
  text-transform: uppercase;
}

.discovery-section-content {
  display: flex;
  align-items: flex-start;
  gap: 45px;
  width: 100%;
}

.discovery-section-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 53px;
  max-width: 30%;
}

.discovery-section-box-img {
  max-width: 434px;
  height: auto;
  width: 100%;
}

.discovery-section-box-infos {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.discovery-section-box-title {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 150% */
  text-transform: uppercase;
}

.discovery-section-box-text {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 133.333% */
}

/*====Hype Section====*/
.hype-section {
  display: flex;
  flex-direction: column;
  background: url("img/hype-bg.png");
  align-items: flex-end;
  justify-content: center;
  background-size: cover;
  background-position: center;
  padding: 80px 8%;
}
.hype-section-box {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 571px;
}

.hype-section-title {
  color: #000;
  font-family: Poppins;
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px; /* 100% */
  letter-spacing: -0.36px;
  text-transform: uppercase;
}

.hype-section-text {
  color: #000;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 100% */
}
/*====Formula Section====*/
.formula-section {
  display: flex;
  flex-direction: column;
  background: url("img/formula-bg.png");
  align-items: flex-end;
  justify-content: center;
  background-size: cover;
  background-position: center;
  padding: 80px 8%;
}
.formula-section-box {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 571px;
}

.formula-section-title {
  color: #fff;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 100% */
  letter-spacing: -0.36px;
  text-transform: uppercase;
}

.formula-section-text {
  color: #fff;
  text-shadow: 0px 0px 10px #000;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 100% */
}

/*====Prizes Section====*/
.prizes-section {
  display: flex;
  flex-direction: column;
  background: url("img/prizes-bg.png");
  align-items: flex-end;
  justify-content: center;
  background-size: cover;
  background-position: center;
  padding: 80px 8%;
}
.prizes-section-box {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 571px;
}

.prizes-section-title {
  color: #fff;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 100% */
  letter-spacing: -0.36px;
  text-transform: uppercase;
}

.prizes-section-text {
  color: #fff;
  text-shadow: 0px 0px 10px #000;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 100% */
}
/*====Logitech Programm Section====*/
.logiprogramm-section {
  background: #262626;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  padding: 80px 10%;
}

.logiprogramm-section-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.logiprogramm-section-left-title {
  color: #fff;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 100% */
  letter-spacing: -0.36px;
  text-transform: uppercase;
}

.logiprogramm-section-left-text {
  color: #fff;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}

.logiprogramm-section-left-text-span {
  color: #fff;
  font-family: Poppins;
  font-size: 18px;
  font-style: italic;
  font-weight: 900;
  line-height: 24px; /* 133.333% */
}

.logiprogramm-section-right {
  max-width: 50%;
}

/*====Challenge Section====*/
.challenge-section {
  display: flex;
  flex-direction: column;
  background: url("img/challenge-bg.png");
  align-items: flex-end;
  justify-content: center;
  background-size: cover;
  background-position: center;
  padding: 80px 8%;
}
.challenge-section-box {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 571px;
}

.challenge-section-title {
  color: #fff;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 100% */
  letter-spacing: -0.36px;
  text-transform: uppercase;
}

.challenge-section-text {
  color: #fff;
  text-shadow: 0px 0px 10px #000;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 100% */
}


/*====G Challenge Section====*/
.gchallenge-section {
  display: flex;
  flex-direction: column;
  background: url("img/challenge-bg.png");
  justify-content: center;
  background-size: cover;
  background-position: center;
  align-items: center;
  padding: 20px 15%;
  gap: 40px;
}

.gchallenge-section-row {
  display: flex;
  align-items: center;
  gap: 105px;
  justify-content: center;
}

.gchallenge-section-row-left {
  max-width: 50%;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}

.gchallenge-section-row-right {
  display: flex;
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}

.gchallenge-section-row-right-text {
  color: #fff;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 133.333% */
}

.gchallenge-section-row-right-text a{
  color: #00b8fc;
}

/* ====Shop Section==== */
.shop-section {
  background: #262626;
  padding: 80px 20%;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  justify-content: center;
}
.shop-section-title-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.shop-section-title-box-title {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px; /* 100% */
  letter-spacing: -0.36px;
  text-transform: uppercase;
}
.shop-section-title-box-text {
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 133.333% */
}

.shop-section-content {
  display: flex;
  gap: 20px;
  overflow: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  width: 100%;
}

.shop-section-content-card {
  background-color: white;
  width: calc(100% / 3 - 20px);
  flex-shrink: 0;
  scroll-snap-align: center;
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 15px;
}

.shop-section-content-card-img-box {
  width: 100%;
  height: 185px;
}
.shop-section-content-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.shop-section-content-card-infos {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  padding: 10px 10px;
  height: 130px;
}

.shop-section-content-card-title {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 100% */
  text-transform: uppercase;
}

.shop-section-content-card-text {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 133.333% */
}

.shop-section-content-card-cta {
  color: #000;
  text-align: center;
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 138.462% */
  text-transform: uppercase;
  display: inline-flex;
  padding: 16px 30px;
  justify-content: center;
  align-items: center;
  gap: 13px;
  border-radius: 4px;
  background: #00b8fc;
}

.shop-section-content-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.shop-section-content-dots div {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: gray;
  margin: 0 5px;
  cursor: pointer;
}

.shop-section-content-dots .active {
  background-color: blue;
}

/* ====cta Section==== */
.cta-section {
  position: relative;
}

.cta-section-cta {
  display: flex;
  padding: 16px 30px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  border: 2px solid #fff;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 138.462% */
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

#cta-video {
  width: 100%;
  height: auto;
}

#cta-video::-webkit-media-controls {
  display: none !important;
}

#cta-video::-moz-media-controls {
  display: none !important;
}

/*====Responsive====*/
@media (min-width: 1024px) and (max-width: 1584px) {
  /* ====Shop Section==== */
  .shop-section {
    padding: 80px 5%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  /*====Top Banner====*/
  .top-banner {
    justify-content: end;
    padding: 10px 8%;
  }
  .top-banner-left {
    display: none;
  }

 
  /* ====Shop Section==== */
  .shop-section-content-card {
    width: calc(100% / 2 - 20px);
  }

  .discovery-section {
    padding: 80px 8%;
  }

  .setup-section {
    padding: 80px 8%;
  }
}


@media (max-width: 767px) {
  /*====Top Banner====*/
  .top-banner {
    justify-content: end;
    padding: 10px 3%;
  }
  .top-banner-left {
    display: none;
  }

  /*====Header====*/
  .header {
    background-position: -200px;
  }

  .header-content-title {
    font-size: 42px;
  }
  .header-content-text {
    font-size: 22px;
  }

 

      .formula-section {
        background: url("img/formula-bg-mobile.png");
        align-items: center;
        justify-content: center;
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 200px 5% 40px 5%;
      }
      .formula-section-box {
        max-width: 95%;
      }
      
      .formula-section-title {
        font-size: 32px;
      }
      
      .formula-section-text {
        font-size: 18px;
      }

    .prizes-section {
        background: url("img/prizes-bg-mobile.png");
        align-items: center;
        justify-content: center;
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 200px 5% 40px 5%;
      }
      .prizes-section-box {
        max-width: 95%;
      }
      
      .prizes-section-title {
        font-size: 32px;
      }
      
      .prizes-section-text {
        font-size: 18px;
      }
        /*====Logiprogramm Section====*/
        .logiprogramm-section {
          flex-direction: column-reverse;
          padding: 0 0 80px 0;
        }
        .logiprogramm-section-right {
          min-width: 100%;
        }
        .logiprogramm-section-left-text {
          padding: 0 5%;
          font-size: 18px;
        }


  /* ====Shop Section==== */
  .shop-section-content-card {
    width: calc(100% / 1 - 20px);
  }

}
