#sec-1 {
  display: flex;
  justify-content: center;

  background-image: url(../../images/sec1-imgs/bg.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}

#sec-1 main {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
}

#sec-1 .head-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;

  margin-bottom: .2rem;
}

#sec-1 .head-cont h1 {
  font-size: clamp(2.4rem, 5vw, 4.4rem);

  margin-bottom: 1rem;
}

#sec-1 .head-cont .btn {
  font-size: clamp(1.2rem, 2vw, 1.7rem);

  background-color: #CB0B0B;
  font-family: Montserrat;
  padding: 1rem 2.4rem;
  color: white;

  max-width: 32.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}


#sec-1 .prod-cont {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 3rem;
}

#sec-1 .prod-cards {
  flex: 1 1 33.4rem;
  max-width: 33.4rem;

  background-color: #D10E08;
  color: white;
  padding: 1rem;
  padding-bottom: 2rem;
  font-family: 'Good Times Rg';
}

#sec-1 .prod-cards a {
  display: flex;
  gap: 20px;
  margin-left: 20px;
}



#sec-1 .prod2-info {
  text-align: left;
}

#sec-1 .img-cont {
  margin-bottom: 1rem;
}

#sec-1 .prod-name {
  display: flex;
  justify-content: space-between;
  align-items: center;

  position: relative;
}

#sec-1 .prod-name p span.price {
    font-size: 17px;
    font-weight: 300;
    font-family: 'Good Times Rg';
}

#sec-1 .prod-name p {
  font-size: 1.5rem;
  font-family: 'Good Times Rg Bold';
}

#sec-1 .num {
  font-size: 5.2rem;
  opacity: .16;

  position: absolute;
  right: 0;
  bottom: -2rem;
  height: 5.3rem;

  display: flex;
  align-items: center;
}

#sec-1 .num2 {
  bottom: -1rem;
}

#sec-1 .numbot {
  bottom: -1.5rem;
}

#sec-1 .nav-line-img {
  margin-top: 3.6rem;
}

@media screen and (min-width: 990px) {

  #sec-1 main {
    padding: 9.4rem 0 11.2rem 0;
  }

}

@media screen and (min-width: 1770px) {

  #sec-1 .head-cont {
    flex-direction: row;
    column-gap: 9rem;
  }

  #sec-1 .head-cont .btn {
    padding: 2rem 3.5rem;
  }

  #sec-1 .img-cont {
    margin-bottom: 4.3rem;
  }

  #sec-1 .img2 {
    margin-bottom: 3.2rem;
  }

  #sec-1 .imgs {
    margin-bottom: 6rem;
  }

  #sec-1 .prod-name {
    margin-bottom: .8rem;
    line-height: 34px;
  }

  #sec-1 .prod-name p {
    font-size: 2rem;
    margin-left: 1.7rem;
  }

  #sec-1 .num {
    font-size: 9.6rem;
  }

  #sec-1 .num1 {
    bottom: -.5rem;
  }

  #sec-1 .num2 {
    bottom: .5rem;
  }

  #sec-1 .numbot {
    bottom: 0rem;
  }
}