/*introduction*/ 
.main-content{
  padding-top: 40px;
  padding-bottom: 50px;
  background-image: url('/images/index-background-photo.jpg');
  background-size: cover;
  height:100%;
  width: 100%;
}
.intro-text{
  height: 470px;
  line-height: 20px;
  display: inline-block;
  width: 43%;
  margin-left: 5%;
  vertical-align: top;
}
h1{
  font-size: 53px;
  color: rgb(31, 5, 73);
  line-height: 60px;
  padding-bottom: 10px;
}
.intro-img{ 
  width: 49%;
  vertical-align: top;
  display: inline-block;
  height: 60%;
}
.intro-img img{
  margin-bottom: 0;
  width: 100%;
  height: 520px;
  object-fit: contain;
}
.intro-container{
  display: inline-block;
  margin-top: 130px;
  margin-bottom: 0;
}
.intro-text p{
  color: rgb(80, 75, 75);
  line-height: 30px;
  font-size: 19px;
  padding: 12px 0;
}
.explore-category{
  padding: 12px 19px 12px 19px;
  font-size: 17px;
  border-radius: 5px;
  border:none;
  background-color: rgb(51, 48, 48);
  color: rgb(247, 229, 68);
  cursor: pointer;
  margin-bottom: 10px;
  transition: background-color 0.15s;
  margin-top: 20px;
}
.explore-category:hover{
  background-color: rgb(78, 71, 71);
}

/* OUR CUSTOMISED PRINT CATEGORIES */

.customised-text{
  color: rgb(241, 14, 14);
  font-size: 26px;
  padding-top: 80px;
  padding-bottom: 30px;
  text-align: center;
}
.product-learn-more{
  cursor: pointer;
  background-color:  rgb(241, 14, 14);
  padding: 3px 2px;
  color: white;
  font-size: 13px;
  text-align: center;
  border-left: 1px;
  border-top-left-radius:7px;
  border-bottom-left-radius: 7px;
  width: 34%;
  margin-left: 234px;
  margin-top: 12px;
}
.product-box{
 width: 98%;
 padding-left: 2%;
 margin-bottom: 30px;
}
.product-container{
  width: 370px;
  height: 430px;
  border-radius: 7px;
  line-height: 50px;
  margin-bottom: 50px;
  border-color: lightgray;
  border-width: 1px;
  margin-left: 5%;
  border-style: solid;
  display: inline-block;
  /* margin-right: 55px; */
  transition: box-shadow 0.15s, transform 0.5s;
}
.product-container:hover{
  box-shadow: 5px 5px 7px lightgray;
  transform: translateY(-7px);
}
.product-image img{
  width: 340px;
  height: 220px;
  object-fit: contain;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
}
.product-image{
  background-image: url('/images/product-background.jpg');
  object-fit: cover;
  margin-bottom: 20px;
}
.product-description{
  padding-left: 20px;
  padding-right: 20px;
  line-height: 25px;
  font-size: 17px;
}
.product-description a{
  color: white;
}
.product-title{
  font-weight: 700;
  font-size: 18px;
  padding-bottom: 10px;
  font-size: 18px;
}

/* Reviews */
.home-reviews-container{
  background-color: rgb(95, 95, 95);
  padding-bottom: 80px;
  margin-bottom: 80px;
  padding-left: 7%;
  padding-top: 30px;
  width: 93%;
  height: 100%;
}
.home-reviews-container p{
  color: white;
}
.home-reviews{
  display: inline-block;
  
}
.reviews-number{
  display: inline-block;
  width: 40%;
  vertical-align: top;
}
.actual-reviews{
  display: inline-block;
  width: 40%;
  height: 100%;
  background-color: white;
  border-radius: 5px;
  margin-top: 40px;
  padding-bottom: 40px ;
  padding: 50px;
  line-height: 25px;
  font-size: 17px;
}
.reviews-container{
  width: 320px;
  height: 140px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 130px;
  margin-top: 40px;
}
.nine-review{
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background-color: white;
  margin-left: 20px;
  margin-top: 20px;
}
.excellent-review{
  display: inline-block;
  padding-left: 10px;
}

/* Top printing products */
.intro-lines {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 22px;
  color: rgb(31, 5, 73);
  letter-spacing: .1em;
  text-transform: uppercase;
}
.intro-lines:after, .intro-lines:before{
  content: " ";
  border-top: 1px solid #d3d8de;
  flex: 1 0 20px;
  margin-left: 9%;
  margin-right: 9%;
}
.best-selling-container{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  grid-gap: 43px;
  padding-bottom: 50px;
  width: 80%;
  height: 100%;
  margin-left: 10%;
  margin-right: 10%;
  background-color: white;
}
.best-selling{
  border-width: 1px;
  border-style: solid;
  border-color: rgb(231, 226, 226);
  width: 100%;
  height: 350px;
  margin-right: 40px;
  position: relative;
  box-shadow: 2px 2px 5px rgb(221, 220, 220);
 
  transition: opacity 0.2s;
  color: #7e7e7e;
}
.best-selling-img{
  background-size: 350px 301px;
}
.best-selling img{
  object-fit: cover;
  width: 100%;
  height: 87%;
}
.price-range{
  position: absolute;
  background-color: rgb(122, 122, 122);
  border-radius: 20px;
  padding: 3px 20px 3px 20px;
  color: white;
  top: 15px;
  left: -13px;
  border: 0;
  z-index: 1;
}
.price-range p{
  color: white;
  font-size: 12px;
}
.best-selling-img{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
}
.best-selling-text{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  background-color:  rgb(241, 14, 14);
  padding: 10px 20px;
  color: white;
  font-size: 15px;
  text-align: center;
}

/* Ask for a quote */
.fast-quote{
  height: 100%;
  display: inline-block;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 40px;
  margin-bottom: 50px;
}
.fast-quote-form{
  width: 39%;
  height: 100%;
  display: inline-block;
  margin-left: 7%;
  padding-right: 4%;
}
.fast-quote-img{
  width: 47%;
  display: inline-block;
  vertical-align: top;
  padding-top: 50px;
}
.fast-quote-img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Our clients */
.our-clients{
  height: 100%;
  background-color: rgb(248, 248, 248);
  text-align: center;
  padding-top: 30px;
  padding-left: 100px;
  padding-right: 70px;
  padding-bottom: 60px;
  line-height: 40px;
}

.our-clients-logos-container{
  width: 100%;
  height: 200px;
  background-image: url('/images/our-clients.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.our-clients-logos-container img{
  width: 100%;
  /* height: 400px; */
}
.our-clients-topic{
  color: rgb(241, 14, 14); 
  font-size: 30px;
  font-weight: 500;
}
.our-clients-subtopic{
  font-size: 18px; 
  padding-bottom: 60px;
}


@media only screen and (max-width: 600px){
  .intro-text{
    width: 90%;
    margin-left: 10%;
    height: 300px;
  }
  h1{
    font-size: 32px;
    line-height: 34px;
  }
  .intro-container{
    margin-top: 160px;
    width: 90%;
    height: 100%;
  }
  .intro-text p{
    line-height: 20px;
    font-size: 14px;
  }
  .explore-category{
    padding: 10px 15px;
    font-size: 13px;
  }
  .intro-img{ 
    display: none;
  }
  .customised-text{
    font-size: 19px;
    text-align: center;
    width: 70%;
    margin-left: 15%;
  }
  .product-container{
    width: 330px;
    height: 420px;
  }
  .home-reviews-container{
    padding-left: 8%;
  }
  .reviews-number{
    width: 100%;
  }
  .actual-reviews{
    width: 61%;
    height: 100%;
    line-height: 24px;
    font-size: 16px;
    text-align: justify;
  }
  .product-image img{
    width: 320px;
    height: 220px;
  }
   .product-learn-more{
    font-size: 12px;
    text-align: center;
    width: 34%;
    margin-left: 207px;
    margin-top: 9px;
    padding: 2px 2px;
  }
  .product-title{
    font-size: 18px;
  }
  .product-description{
    font-size: 15px;
  }

  .intro-lines {
    font-size: 20px;
  }
  .fast-quote-form{
    width: 80%;
  }
  .fast-quote-img{
    display: none;
  }
  .main-content{
    padding-bottom: 130px;
  }
  .our-clients-topic{
    font-size: 23px;
    line-height: 25px;
    padding-bottom: 20px;
  }
  .our-clients-subtopic{
    font-size: 14px; 
    padding-bottom: 30px;
    line-height: 18px;
  }
  .our-clients-logos-container{
    height: 280px;
    background-image: url('/images/our-clients-phone.png');
    width: 95%;
    margin-left: 10px;
    /* margin-bottom: 40px; */
    margin-left: 7%;
  }
  .our-clients-logos-container img{
    width: 900px;
  }
  .our-clients{
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 50px;
    line-height: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 979px){
  .product-container{
    width: 340px;
    vertical-align: top;
    margin-left: 4%;
  }
  .product-description{
    font-size: 16px;
  }
  .product-learn-more{
    margin-left: 214px;
    margin-top: 12px;
  }
  .intro-text{
    width: 45%;
    margin-left: 8%;
    height: 300px;
  }
  h1{
    font-size: 33px;
    line-height: 40px;
  }
  .intro-container{
    margin-top: 120px;
    width: 95%;
    height: 100%;
  }
  .intro-text p{
    line-height: 20px;
    font-size: 13px;
  }
  .intro-img{ 
    width: 46%;
    display: inline-block;
    height: 100%;
    vertical-align: top;
  }
  .intro-img img{
    margin-bottom: 0;
    width: 100%;
    height: 410px;
  }

  /* Reviews */

.reviews-number{
  display: inline-block;
  width: 35%;
}
.actual-reviews{
  width: 44%;
  padding-bottom: 40px;
  padding: 30px;
  line-height: 24px;
  font-size: 16px;
  margin-left: 7%;
}
.reviews-container{
  width: 280px;
  height: 100px;
}
.nine-review{
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 50px;
  background-color: white;
  margin-left: 20px;
  margin-top: 0;
}
.excellent-review{
  display: inline-block;
  padding-left: 10px;
}
}