@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;800&display=swap");

#main h1 {
  margin-top: 20px;
  color: black;
}

#main {
  width: 100%;
}

#main img.top {
  width: 100%;
}

#main h2 {
  margin: 0;
  padding: 0;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  margin-top: 50px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: black;
}

#main .threes {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 50px;
}

#main .threes picture {
  position: relative;
  display: flex;
  margin-top: 15px;
}

#main .threes picture img {
  width: 100%;
  position: relative;
}

#main .threes picture div {
  width: 100%;
  height: 100%;
  color: #ee3f59;
  position: absolute;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 10px;
}

#main .threes picture div p {
  font-size: 26px;
}

#main .threes picture div p span:nth-child(1),
#main .threes picture div p span:nth-child(3) {
  font-weight: 400;
  font-size: 18px;
}
#main .threes picture div p span:nth-child(2) {
  font-weight: 800;
}

#main .threes-button {
  display: none;
}

#main .hohoho img {
  display: block;
  width: 200px;
  margin: 30px auto;
}

#main .categories {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}

#main .categories div {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

#main .categories div a {
  display: flex;
  margin: 20px 0px;
  padding: 10px 10px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #ee3f59;
  font-size: 22px;
  color: #ee3f59;
  justify-content: center;
}

#main .categories .center {
  width: 100%;
  order: 1;
}

#main .categories .center img {
  width: 100%;
}

#main .categories div {
  order: 2;
}

#main .categories .img {

  width: 100%;
}

#main .categories .material-symbols-outlined {
  padding-top: 1px;
}

#main .categories .left,
#main .categories .right {
  display: none;
}

/* intertext */

#main .intertext {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 20px;
  padding-left: 30px;
  padding-right: 30px;
  line-height: 30px;
}

#main .intertext span {
  font-weight: 500;
}

/* stripes */

#main .stripes {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  gap: 15px;
}

#main .stripes .stripe {
  display: flex;
  position: relative;
}

#main .stripes .stripe div.cta {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  text-align: center;
  text-transform: uppercase;
  gap: 5px;
}

#main .stripes .stripe div.cta div.button a {
  border: 1px solid #ee3f59;
  color: #ee3f59;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 10px;
  font-size: 20px;
}

#main .button-center a {
  font-family: "Montserrat", sans-serif;
  border: 1px solid #ee3f59;
  color: #ee3f59;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 10px;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  width: 200px;
  margin: 25px auto;
  transition: all 0.3s;
}

#main .button-center a:hover {
  transform: scale(1.1);
}

#main .stripes .stripe .img img {
  width: 100%;
}

/* helper */

#main .helper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 20px;
  margin-top: 20px;
}

#main .helper img {
  width: 100%;
}

#main .boxes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}

#main .boxes .box {
  position: relative;
}

#main .boxes .box img {
  width: 100%;
  height: 100%;
}

#main .boxes .box .text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #d60435;
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
}

#main .boxes .box .text .desktop {
  display: none;
}

/*641*/
@media screen and (min-width: 641px) {
  #main h2 {
    font-size: 40px;
    margin-bottom: 30px;
    margin-top: 100px;
  }

  #main .threes {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 80px;
  }

  #main .threes picture div {
    display: flex;
    flex-direction: column;
    align-content: space-around;
    gap: 0px;
  }

  #main .threes picture div p {
    margin: 0;
    font-size: 20px;
  }

  #main .threes picture div p:nth-child(2) {
    font-size: 40px;
  }

  #main .threes .material-symbols-outlined {
    display: none !important;
  }

  #main .threes .threes-button {
    display: inline;
    font-size: 16px;
    color: black;
    text-decoration: underline;
  }

  #main .categories {
    align-items: flex-end;
  }



  #main .categories div:nth-child(1) {
    order: 1;
  }
  #main .categories .center {
    order: 2;
    width: 50%;
  }
  #main .categories div:nth-child(3) {
    order: 3;
  }

  #main .categories div {
    width: 20%;
    transition: all 0.3s;
  }

  #main .categories div a {
    border: 0;
    border-bottom: 2px solid #ee3f59;
    padding: 10px 20px;
    position: relative;
    color: #ee3f59;
  }

  #main .categories div:nth-child(1):hover,
  #main .categories div:nth-child(3):hover {
    transform: scale(1.1);
  }

  #main .categories .center img:hover {
    transform: none;
  }

  #main .categories div a span:nth-child(1) {
    display: none;
  }

  #main .categories .left {
    display: block;
    position: absolute;
    left: -3px;
    bottom: -13px;
    color: #ee3f59;
  }

  #main .categories .right {
    display: block;
    position: absolute;
    right: -9px;
    bottom: -13px;
    color: #ee3f59;
  }

  #main .bigbox {
    flex-direction: row;
    gap: 20px;
  }

  #main .bigbox div {
    width: 60%;
    order: 2;
  }

  #main .bigbox a.button {
    display: flex;
    width: 30%;
    order: 1;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    border: 0;
    gap: 5px;
    transition: all 0.3s;
  }

  #main .bigbox a.button:hover {
    transform: scale(1.1);
  }

  #main .bigbox a.button p {
    margin: 0;
  }

  #main .bigbox a.button p:nth-child(1) {
    text-align: center;
    font-weight: 500;
  }

  #main .bigbox a.button p.mobile {
    display: none;
  }

  #main > div.bigbox > a > div {
    display: inline-block;
    border: 1px solid #009c60;
    margin-top: 20px;
    padding: 10px 10px;
    text-decoration: none;
    font-size: 20px;
    text-transform: uppercase;
    color: #009c60;
    display: flex;
    font-weight: 500;
    justify-content: center;
  }

  #main > div.threes > a {
    transition: all 0.3s;
  }

  #main > div.threes > a:hover {
    transform: scale(1.05);
  }

  #main .stripes {
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 60px;
    margin-top: 60px;
  }

  #main .stripes .stripe {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #main .stripes .stripe div.cta {
    position: unset;
    margin-top: 10px;
    font-size: 24px;
  }

  #main .stripes .stripe div.cta div.button a {
    margin-top: 10px;
    font-size: 22px;
    padding: 10px 20px;
    transition: all 0.3s;
  }

  #main .stripes .stripe div.cta div.button a:hover {
    transform: scale(1.1);
  }

  #main .helper {
    margin-top: 50px;
  }

  #main .boxes {
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  #main .boxes .box .text .desktop {
    display: inline;
  }
}

@media screen and (min-width: 767px) {

   #main .categories .img {
    width: 50%;
  }
  #main .threes picture div p {
    font-size: 26px;
  }
  #main .threes picture div p:nth-child(2) {
    font-size: 45px;
  }

  #main .threes .threes-button {
    font-size: 20px;
  }

  #main .categories {
    justify-content: center;
  }

  #main .para {
    margin-top: 70px;
    margin-bottom: 70px;
    padding-right: 100px;
    padding-left: 100px;
  }

  #main .bigbox a.button p:nth-child(1) {
    font-size: 20px;
  }

  #main .intermission {
    margin-bottom: 50px;
    margin-top: 70px;
  }

  #main .twos {
    display: flex;
    align-items: center;
    gap: 50px;
  }

  #main .twos .box {
    max-width: 451px;
  }

  #main .twos .box img {
    max-width: 451px;
  }

  #main .helper {
    margin-top: 70px;
  }

  #main .boxes .box .text {
    font-size: 28px;
  }
}

@media screen and (min-width: 1281px) {
  #main {
    width: 1280px;
    margin: 0 auto;
  }

  #main .threes picture {
    transition: all 0.3s;
  }

  #main .threes picture:hover {
    transform: scale(1.05);
  }

  #main .threes picture div p {
    font-size: 33px;
  }

  #main .threes picture div p:nth-child(2) {
    font-size: 60px;
  }

  #main .threes .threes-button {
    font-size: 26px;
  }
}
