@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;500&display=swap");
* {
  font-family: "Rubik", sans-serif;
}

@media (max-width: 782px) {
  .carousel .conte {
    max-width: 80%;
    max-height: 90%;
  }
  .carousel .conte .head h1 {
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: white;
    text-shadow: 2px 2px 8px black;
    line-height: 2rem;
    font-size: 5rem;
    text-shadow: black;
    color: black;
  }
  .carousel .conte .head .red {
    color: red;
  }
  .carousel .conte .offer .line {
    width: 40%;
    height: 2px;
    background-color: red;
  }
  .carousel .conte .offer .sale {
    font-size: 10px !important;
    font-weight: 400;
  }
  .carousel .conte p {
    font-size: 10px;
  }
  .carousel .conte .shopNow {
    padding: 10px;
    background-color: #010C33;
    max-width: 50%;
    text-align: center;
    color: white;
    cursor: pointer;
  }
  .carousel .conte .shopNow a {
    text-decoration: none;
    color: white;
    font-size: 15px;
  }
  .carousel .conte .shopNow:hover {
    background-color: #FDC500;
  }
  .carousel .conte .social img {
    width: 20px;
  }
  .carousel .conte .social a {
    text-decoration: none;
  }
  .carousel .conte .social img:hover {
    padding: 3px;
    background-color: #FDC500;
    border-radius: 5px;
  }
}
@media (max-width: 874px) {
  .carousel .conte {
    max-width: 80%;
    max-height: 90%;
  }
  .carousel .conte .head h1 {
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: white;
    text-shadow: 2px 2px 8px black;
    line-height: 2rem;
    font-size: 5rem;
    text-shadow: black;
    color: black;
  }
  .carousel .conte .head .red {
    color: red;
  }
  .carousel .conte .offer .line {
    width: 40%;
    height: 2px;
    background-color: red;
  }
  .carousel .conte .offer .sale {
    font-size: 10px !important;
    font-weight: 400;
  }
  .carousel .conte p {
    font-size: 10px;
  }
  .carousel .conte .shopNow {
    padding: 10px;
    background-color: #010C33;
    max-width: 50%;
    text-align: center;
    color: white;
    cursor: pointer;
  }
  .carousel .conte .shopNow a {
    text-decoration: none;
    color: white;
    font-size: 15px;
  }
  .carousel .conte .shopNow:hover {
    background-color: #FDC500;
  }
  .carousel .conte .social img {
    width: 20px;
  }
  .carousel .conte .social a {
    text-decoration: none;
  }
  .carousel .conte .social img:hover {
    padding: 3px;
    background-color: #FDC500;
    border-radius: 5px;
  }
}
.carousel .hero {
  position: relative;
}
.carousel .conte {
  max-width: 50%;
  max-height: 70%;
  padding-left: 50px !important;
  position: absolute;
  justify-content: center;
  top: 4%;
}
.carousel .conte .head .CREAM {
  width: 100%;
  color: white;
  background: linear-gradient(white, rgb(232, 8, 8));
  -webkit-background-clip: text;
          background-clip: text;
  font-size: 10rem;
}
.carousel .conte .head .let {
  font-size: 9rem;
  color: #0067ac;
  -webkit-text-stroke: 2px;
  -webkit-text-stroke-color: white;
}
.carousel .conte .head .pick {
  -webkit-text-stroke: 2px;
  -webkit-text-stroke-color: #0067ac;
  color: white;
}
.carousel .conte .head .foot {
  font-size: 9rem;
  color: #FDC500;
  -webkit-text-stroke: 2px;
  -webkit-text-stroke-color: white;
}
.carousel .conte .head .shoes {
  color: white;
}
.carousel .conte h1 {
  text-shadow: 2px 2px 8px black;
  line-height: 10rem;
  font-size: 12rem;
  color: white;
}
.carousel .conte .black {
  -webkit-text-stroke: 2px;
  -webkit-text-stroke-color: white;
  text-shadow: rgb(83, 83, 83);
  color: black;
}
.carousel .conte .red {
  color: red;
  -webkit-text-stroke: 2px;
  -webkit-text-stroke-color: white;
  text-shadow: rgb(83, 83, 83);
}
.carousel .conte .offer .line {
  width: 60%;
  height: 2px;
  background-color: red;
}
.carousel .conte .offer .sale {
  font-size: 25px;
  font-weight: 400;
}
.carousel .shopNow {
  padding: 10px;
  border: 1px solid rgb(223, 223, 223);
  background-color: #010C33;
  max-width: 30%;
  text-align: center;
  color: white;
  cursor: pointer;
}
.carousel .shopNow a {
  text-decoration: none;
  color: white;
  font-size: 15px;
}
.carousel .shopNow:hover {
  background-color: #FDC500;
}
.carousel p {
  font-size: 18px;
}
.carousel a {
  text-decoration: none !important;
  color: #FDC500;
  font-size: 15px;
}
.carousel a:hover {
  text-decoration: none !important;
  color: rgb(121, 110, 110);
  font-size: 15px;
}
.carousel button {
  position: absolute;
  width: 40px;
}
.carousel .social img {
  width: 30px;
}
.carousel .social a {
  text-decoration: none;
}
.carousel .social img:hover {
  padding: 3px;
  background-color: #FDC500;
  border-radius: 5px;
}

.dealsGrid {
  margin: 0 auto;
  width: 90%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.dealsGrid img {
  justify-content: center;
}
.dealsGrid a {
  text-decoration: none;
  color: black;
}
.dealsGrid p {
  font-size: 20px;
  text-align: center;
  padding-top: 5px;
}
.dealsGrid p:hover {
  cursor: pointer;
  color: #FDC500;
  text-decoration: none;
}
.dealsGrid .dealInput:hover {
  border-radius: 10px;
  border: 2px solid #FFB020;
}