@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
* {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
}

.header {
  background-color: #c52d2f;
  color: white;
  width: 100%;
  padding: 4px 0px;
}

#navlight {
  background-color: #151515;
}

#navlight .nav-link {
  color: white;
  text-transform: capitalize;
}

.slider2 .img-fluid {
  padding-left: 10px;
}

.slider2 .img-fluid.focus {
  border: 1px solid red;
}

.prev {
  background-color: #1d55c5;
  color: white;
  font-size: 30px;
  padding: 5px;
  z-index: 1000;
  position: absolute;
  left: 10px;
  top: 35%;
  cursor: pointer;
}

.next {
  background-color: #1d55c5;
  color: white;
  font-size: 30px;
  padding: 5px;
  z-index: 100;
  position: absolute;
  top: 35%;
  right: 0;
  cursor: pointer;
}

.main-text {
  font-weight: 700;
}

.size-btn {
  background-color: #f9f9f9;
  padding: 5px 20px;
  border: 1px solid #ccc;
}

.size-btn.active {
  background-color: #f1f1f1;
  border: .5px solid #fb93ac;
}

.amount {
  color: #1d55c5;
  font-weight: 900;
}

#message {
  resize: none;
}

.down-section h2 {
  text-align: center;
  font-weight: 900;
}

.down-section p {
  width: 90%;
  text-align: left;
  margin: 2px auto;
  color: #555555;
}

.down-section .down {
  border-radius: 4px;
}

.col {
  overflow: hidden;
}

.size h2 {
  text-align: center;
  font-weight: 900;
}

.size .sizeImg {
  border-radius: 4px;
}

.background h3 {
  font-weight: 900;
}

.background p {
  color: #555555;
}

.slider .large {
  height: 80vh;
}

.slider2 .small {
  height: 25vh;
}

@media All and (max-width: 992px) {
  .row {
    gap: 20px 0px;
  }
  .large {
    height: 40vh;
  }
}

@media All and (max-width: 350px) {
  .prev {
    top: 20%;
  }
  .next {
    top: 20%;
  }
  .large {
    height: 40vh;
  }
}
/*# sourceMappingURL=style.css.map */