#slider {
  width: 100vw;
  height: 100vh;
  padding: 0;
  position: relative;
  display: none; }
  #slider img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center; }
  #slider .slider-overlay {
    background-color: rgba(226, 16, 16, 0.7);
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    color: #fff; }
    #slider .slider-overlay h1 {
      display: block;
      font-size: 50px;
      font-weight: 700;
      padding: 0 20px;
      text-align: center;
      margin: 0;
      width: 90%;
      max-width: 750px;
      box-sizing: border-box;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      #slider .slider-overlay h1 span {
        font-size: 26px;
        opacity: 0.7;
        font-weight: 500; }
        #slider .slider-overlay h1 span i {
          font-size: 70%;
          padding: 0 5px; }
      #slider .slider-overlay h1 a {
        text-decoration: none;
        padding: 12px 28px;
        border-radius: 50px;
        background-color: #fff;
        font-size: 16px;
        color: #f13939;
        font-weight: 700;
        margin-top: 15px;
        display: inline-block;
        line-height: 24px;
        transition: all 0.2s; }
        #slider .slider-overlay h1 a:hover {
          color: #fff;
          background-color: #f13939; }

#big-half-circle {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 110%;
  transform: translateX(-50%);
  fill: #efefef; }

#product .product-display {
  background-image: url("/assets/product-display-background.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
  width: 100%;
  padding-top: 42.81%;
  color: #fff;
  position: relative;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.5); }
  #product .product-display .product-display-body {
    width: 100%;
    max-width: 85%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  #product .product-display p {
    font-size: 130%;
    text-align: center;
    margin: 0; }
    #product .product-display p:first-of-type {
      font-size: 170%;
      margin-bottom: 50px; }
    #product .product-display p a {
      color: inherit;
      text-decoration: none;
      background-color: rgba(255, 255, 255, 0.3);
      border-radius: 5px;
      padding: 3px 5px;
      transition: background-color 0.3s;
      margin: 0 2px;
      white-space: nowrap; }
      #product .product-display p a:hover {
        background-color: rgba(255, 255, 255, 0.5); }

#qualities {
  text-align: center; }
  #qualities img {
    width: 50px;
    margin: 0 auto 10px auto; }
  #qualities h1 {
    font-size: 24px;
    font-weight: 600; }
  #qualities p {
    font-size: 16px; }

section {
  margin: 100px 0; }

@media screen and (max-width: 991px) {
  #product .product-display p {
    font-size: 100%; }
    #product .product-display p:first-of-type {
      font-size: 130%; } }
@media screen and (max-width: 767px) {
  #product .product-display p {
    font-size: 90%; }
    #product .product-display p:first-of-type {
      font-size: 100%;
      margin-bottom: 25px; } }
@media screen and (max-width: 535px) {
  #product {
    display: none; } }
@media screen and (max-width: 600px) {
  #big-half-circle {
    width: 200%; }

  #qualities {
    text-align: center;
    margin: 0 auto;
    max-width: 400px; }
    #qualities img {
      display: block;
      margin: 0 auto 10px auto; }
    #qualities .col-sm {
      margin: 20px 0; } }

/*# sourceMappingURL=index.css.map */
