/* COLOURS: */
/* light grey: #FAFAFA */
/* dark grey: #545454 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  color: #545454;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.7;
  text-align: center;
}

h2 {
  text-transform: uppercase;
  letter-spacing: 5px;
}

@media (max-width: 685px) {
  h2 {
    font-size: 25px;
    font-weight: 500;
    padding-top: 5%;
  }
}

h5 {
  font-size: 20px;
  font-weight: 900px;
  text-transform: uppercase;
}

p {
  margin: 20px;
  font-size: 17px;
}

.emphasize {
  font-weight: 800;
}

/* ---------------------- HEADER ------------------------ */
.bg-image-section {
  height: 100vh;
  background-image: url(../img/fruit-header.png);
  background-size: cover;
  background-position: top;
  position: relative;
}

@media (max-width: 966px) {
  .bg-image-section {
    height: 65vh;
  }
}

/* .about-section {
  background-image: url(../img/about-bg.png);
  background-size: cover;
  background-position: center;
  position: relative;
} */
.navbar {
  z-index: 9999;
}

.nav-item {
  padding: 0 6px;
}

.navbar-brand {
  font-size: 25px;
  font-weight: 700;
  display: inline-block;
}

.logo-img {
  display: inline-block;
}

.text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 50px 80px;
  transform: translate(-50%, -50%);
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
}

@media (max-width: 966px) {
  .text-box {
    padding: 30px;
  }
}

.heading-primary {
  color: #545454;
  letter-spacing: 10px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media (max-width: 966px) {
  .heading-primary {
    margin-bottom: 5px;
  }
}

.heading-primary-main {
  display: block;
  font-size: 45px;
  font-weight: 400;
  letter-spacing: 8px;
  margin-bottom: 30px;
}

@media (max-width: 966px) {
  .heading-primary-main {
    font-size: 30px;
    font-weight: 600;
  }
}

@media (max-width: 685px) {
  .heading-primary-main {
    font-size: 27px;
    font-weight: 600;
    letter-spacing: 4px;
    margin-bottom: 15px;
  }
}

.heading-primary-sub {
  display: block;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 5px;
}

@media (max-width: 966px) {
  .heading-primary-sub {
    font-size: 15px;
  }
}

@media (max-width: 685px) {
  .heading-primary-sub {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 3px;
    margin-bottom: 10px;
  }
}

/* ----------------------- SECTIONS & CONTAINERS ----------------------- */
#title .container-fluid {
  width: 100%;
  padding: 0;
}

#about .container-fluid {
  padding: 0 8%;
}

#about p {
  margin: 20px 5px;
}

#where-to-buy .container-fluid {
  padding: 5% 8%;
  margin: 0px;
}

#contact .row {
  margin: 0px;
  text-align: left;
}

.container-fluid {
  padding: 5% 15%;
}

@media (max-width: 966px) {
  .container-fluid {
    padding: 5% 10%;
  }
}

.grey-section {
  background-color: #FAFAFA;
}

.white-section {
  background-color: #fff;
}

.row {
  margin: 50px auto;
}

#where-to-buy .row {
  margin: 15px 0px;
}

.colorful-section {
  background-image: url(../img/fruit-header.png);
  background-size: cover;
  height: 150px;
}

.float-div {
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 10px 10px rgba(0, 0, 0, .2);
  padding: 30px;
}

.feature-description {
  font-size: 20px;
  font-weight: 300;
}

.buy-text {
  padding: 5px;
  font-size: 20px;
  /* font-size: 20px; */
  font-weight: 300;
}

@media (max-width: 992px) {
  .buy-text {
    padding: 5px;
  }
}

.link-text {
  padding: 15px;
  font-size: 20px;
  /* font-size: 20px; */
  font-weight: 300;
  text-decoration: none;
}

.product-box {
  box-shadow: 5px 10px 10px rgba(0, 0, 0, .2);
  padding: 3rem;
  border: 1px solid #eee;
}

@media (max-width: 875px) {
  .product-box {
    padding: 1rem;
  }

  .screen-md {
    padding: 5%;
  }
}

.product-features ul {
  list-style: none;
  width: 80%;
  margin: 0 auto;
}

.product-features li {
  text-align: center;
  font-size: 16px;
  padding: 1rem;
}

.product-features li:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.row .col-1-of-2 {
  width: calc((100% - 60px) / 2);
  float: left;
}

.row .col-1-of-2:not(:last-child) {
  margin-right: 60px;
}

/* @media (max-width: 966px) {
  .row{
    width: 100%;
  }
} */
/* clearfix for adjusting height property of floats */
.row::after {
  content: "";
  display: table;
  clear: both;
}

div #review-carousel {
  height: 250px;
}

/* ----------------------- BUTTON ----------------------- */
.btn:link,
.btn:visited {
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px 40px;
  display: inline-block;
  border-radius: 100px;
  transition: all .2s;
  position: relative;
  margin: 1rem;
}

.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
}

.btn:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.btn-grey {
  background-color: #3BBACB;
  color: #fff;
}

@keyframes moveInButton {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.btn-animated {
  animation: moveInButton .5s ease-out .75s;
  animation-fill-mode: backwards;
}

@media (max-width: 966px) {
  .btn {
    font-size: 13px;
  }
}

@media (max-width: 685px) {
  .btn {
    font-size: 12px;
  }
}

/* ----------------------- IMAGES AND ICONS ----------------------- */
.about-bg-img {
  width: 95%;
}

.product-image {
  width: 250px;
  padding-bottom: 20px;
}

.refill-image {
  width: 500px;
}

.description-box {
  padding: 35px;
  text-align: left;
}

/* #sulco-wrap-refill .description-box {
  background-color: #FAFAFA;
} */
.buy-icon {
  color: #545454;
  font-size: 30px;
  margin: 10px;
}


@media (max-width: 992px) {
  .us-margin {
    margin-top: 50px;
  }
}

.can-buy-image {
  max-width: 80%;
  height: auto;
  background-color: white;
}

@media (max-width: 1230px) {
  .can-buy-image {
    height: 45px;
    margin: 5px;
  }
}

.cad-div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.us-buy-image {
  max-width: 17%;
  height: auto;
  margin: 10px;
}

@media (max-width: 1230px) {
  .us-buy-image {
    height: 22px;
    margin: 10px;
  }
}

.contact-icon {
  /* color: #545454; */
  color: #3BBACB;
  font-size: 25px;
  margin: 10px;
  display: inline;
}

.footer-icon {
  color: #545454;
  margin: 5px;
}

.footer-icon:hover {
  color: grey;
}

/* ----------------------- CAROUSEL ----------------------- */

.review-text {
  font-size: 18px;
  line-height: 1.5;
}

.review-name {
  font-size: 18px;
  font-style: italic;
}

@media (max-width: 685px) {
  .review-text {
    font-size: 16px;
  }

  .review-name {
    font-size: 16px;
  }
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 100px;
  width: 100px;
  /* outline: black; */
  background-size: 100%, 100%;
  /* border-radius: 50%;
  border: 1px solid black; */
  background-image: none;
}

.carousel-control-next-icon:after {
  content: '>';
  font-size: 55px;
  color: #3BBACB;
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 55px;
  color: #3BBACB;
}

.carousel-indicators li {
    background-color: #3BBACB;
}
.carousel-indicators .active {
    background-color: #3BBACB;
}

/* ----------------------- FAQs ----------------------- */
/* h2 {
    font-family: Arial, Verdana;
    font-weight: 800;
    font-size: 2.5rem;
    color: #091f2f;
    text-transform: uppercase;
} */
.panel-group {
  margin: 25px;
}

.accordion-section .panel-default>.panel-heading {
  border: 0;
  background: #fff;
  padding: 0;
  border-radius: 25px;
}

.accordion-section .panel-default .panel-title a {
  display: block;
  font-size: 18px;
  padding: 5px 25px;
  text-align: left;
  color: #3BBACB;
}

.accordion-section .panel-default .panel-title a:after {
  font-family: 'FontAwesome';
  font-style: normal;
  font-size: 2rem;
  content: "\f106";
  color: #3BBACB;
  float: right;
  margin-top: -12px;
}

.accordion-section .panel-default .panel-title a.collapsed:after {
  content: "\f107";
}

.accordion-section .panel-default .panel-body {
  font-size: 1.2rem;
  text-align: left;
}

/* ----------------------- POPUP ----------------------- */
.popup {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}

.popup:target {
  opacity: 1;
  visibility: visible;
}

.popup-close:link,
.popup-close:visited {
  color: #545454;
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
  font-size: 3rem;
  text-decoration: none;
  display: inline-block;
  transition: all .2s;
}

.popup-close:hover {
  color: #FAFAFA;
}

.popup-content {
  width: 75%;
  background-color: white;
  box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.2);
  /* abscenter */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 3px;
  display: table;
  overflow: hidden;
}

.popup-left {
  width: 33.33333%;
  display: table-cell;
}

.popup-right {
  width: 66.66667%;
  display: table-cell;
  vertical-align: middle;
  padding: 2rem 3rem;
}

.popup-img {
  display: block;
  width: 100%;
}

@media (max-width: 725px) {
  .popup-left {
    display: flex;
    width: 40%;
  }

  .popup-right {
    display: inline-block;
    width: 100%;
    padding: 1rem 2rem;
  }

  .popup-img {
    display: flex;
    width: 100%;
  }
}

.popup-text {
  margin-bottom: 25px;
}

.product-list {
  text-align: left;
  font-size: 17px;
  margin-left: 35px;
}

.product-notes {
  text-align: left;
  font-size: 17px;
  margin: 0px;
}

@media (max-width: 1230px) {
  .popup-content {
    width: 90%;
  }
}

@media (max-width: 950px) {
  .popup-content {
    width: 100%;
  }

  .product-list {
    font-size: 14px;
    margin-left: 35px;
  }

  .popup-text {
    font-size: 15px;
    margin-bottom: 25px;
  }
}

/* ----------------------- POPUP2 ----------------------- */
.popup2 {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}

.popup2:target {
  opacity: 1;
  visibility: visible;
}

.popup2-close:link,
.popup2-close:visited {
  color: #545454;
  position: absolute;
  top: 2.5rem;
  right: 2.5rem;
  font-size: 3rem;
  text-decoration: none;
  display: inline-block;
  transition: all .2s;
}

.popup2-close:hover {
  color: #FAFAFA;
}
