* {
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  line-height: 1.4285714;
  color: #54565a;
  font-family: "Helvetica Neue", Helvetica, Arial, Helvetica,
  sans-serif;
}

#main-banner {
  width: 100%;
  height: auto;
  background-image: url(./assets/landing-page/homepage-banner-2x.jpg);

  background-size: 100% 100%;
/* clip-path: circle(180vh at 50% -80vh); */
  /* border-bottom-left-radius: 180% 90%;
  border-bottom-right-radius: 180% 90%; */
  /* clip-path:ellipse(50%); */
  /* overflow: hidden; */
}
#main-banner-content {
  padding-top: 20%;
  padding-bottom: 20%;
}
#main-banner-content h1 {
  font-weight: bolder;
  font-size: 4.5rem;
  font-family: "foco", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
}
#main-banner-content-a {
  text-decoration: none;
  color: white;
  font-weight: bold;
  border-width: 3px;
  border: 2px solid white;
  padding: 0.4em 1.8em;
  font-size: 18px;
}
#main-banner-content-a:hover{
  background-color: #fff;
  color:#ca4c02
}
#landing-page-products-header {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5rem;
}
#landing-page-products-header h2,
#landing-food-safety-content h2 {
  font-size: 41px;
  color: #64be46;
}

#landing-page-products-header p,
#landing-food-safety-content p {
  color: #54565a;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, Helvetica,
    sans-serif;
  line-height: 1.42;
  text-align: center;
}

#landing-page-products {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
#landing-page-products-items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

#landing-page-products-items div {
  width: 33.33%;
  padding-left: auto;
  padding-right: auto;
  position: relative;
  flex: 0 0 33.3%;
  padding-bottom: 10px;
}

#landing-page-products-items div img {
  width: 100%;
  height: auto;
}
#landing-page-products-items div img:hover {
  transform: scale(1.1);
}

#landing-page-products-items div h3 {
  font-size: 25px;
  margin-top: 1.25rem;
  font-weight: bold;
  text-align: center;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, Helvetica,
    sans-serif;
    color:#35373c;
}

#landing-page-industry {
  background-image: linear-gradient(
      to right,
      rgba(252, 118, 66, 0.8),
      rgba(248, 198, 48, 0.8)
    ),
    url("./assets/landing-page/Family-Fun-Day.jpg");
  background-size: 100% 100%;
  width: 100%;
  height: auto;
/* background:linear-gradient(90deg,#f25f27 0%,#fdc509 100%); */
  /* border-top-left-radius: 180% 90%;
  border-top-right-radius: 180% 90%; */
}

#landing-page-industry-card {
  text-align: center;

  max-width: 950px;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;

  margin-right: auto;
  margin-left: auto;
}
#landing-page-industry-card h1 {
  text-align: center;
  font-weight: bolder;
  font-size: 2.6rem;
  color: white;
}
.landing-cards {
  background-image: url(./assets/landing-page/gray-tile.png);
  background-size: cover;
}


.image{
  position: relative;
  display: inline;
}
.featured{
  position: absolute;
    top: 0.9375rem;
    right: -1.25rem;
    width: 9.375rem;
    height: 5.4375rem;
}

.landing-content-card a {
  text-decoration: none;
  color: white;
  font-weight: bold;
  padding: 0.6em 3em;
  font-size: 17px;
  background: linear-gradient(to right, #ca4c02, #ffc600);
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  
}
.landing-content-card a:hover {
  
  transform: scale(1.1);
  box-shadow: 0 0 0 0 rgb(0 0 0 / 30%);
}

#landing-food-safety {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
#landing-food-safety-content {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
#food-safety-standards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#food-safety-standards img {
  margin: 0 4.5% 2.5rem;
}
.container-width {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.card-section {
  padding-top: 4.25rem;
  padding-bottom: 6.25rem;
  overflow: hidden;
}

.landing-main {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  align-items: center;
  overflow: visible;
  display: flex;
  flex-direction: row-reverse;
}
.landing-main_reverse{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  align-items: center;
  overflow: visible;
  display: flex;
  flex-direction:row;
}
.landing-main-image {
  margin-left: -0.3125rem;
  transform: rotate(2deg);
  width: 45.65%;
  flex: 0 0 auto;
  z-index: 2;
  box-shadow: 2px 2px 9px 0 rgb(0 0 0 / 40%);
}
.landing-main-image_reverse {
  margin-left: -0.3125rem;
  transform: rotate(-2deg);
  width: 45.65%;
  flex: 0 0 auto;
  z-index: 2;
  box-shadow: 2px 2px 9px 0 rgb(0 0 0 / 40%);
}
.landing-main-image img:first-child,.landing-main-image_reverse img:first-child {
  width: 100%;
  height: auto;
}
.landing-content-card {
  flex: 1;
  min-width: 1px;
  z-index: 1;
  background: #fff;
  margin-top: -0.75rem;
  padding: 2.5rem;
  box-shadow: 2px 2px 9px 0 rgb(0 0 0 / 40%);
  line-height: 1.4285714;
}
.landing-content-card h2 {
  font-size: 2.25rem;
  color: #35373c;
  font-weight: bold;
  margin-bottom: 0.4375rem;
}
@media only screen and (max-width: 992px) {
  #landing-page-industry-card h1 {

    font-size: 2rem;
  }
  .landing-content-card h2 {
    font-size: 1.75rem;
    
  }
  #scrolling-anchor {
    display: none;
  }
  #main-banner-content {
    padding-top: 10%;
    padding-bottom: 3%;
  }
  #landing-page-products-items div {
    max-width: 50%;
    width: 100%;
    position: relative;
    flex: 0 0 50%;
  }
  #landing-page-products-items div h3 {
    font-size: 20px;
  }
  
}
@media only screen and (min-width: 768px) and (max-width: 992px) {

  #landing-food-safety-content {
    max-width: 750px;
  }
}

@media only screen and (max-width: 1199px) {
  #main-banner-content h1 {
    font-size: 2.25rem;
  }
}
@media only screen and (max-width: 767px) {
  #main-banner-content h1 {
    font-size: 1.5rem;
  }
}


@media (max-width: 768px) {
  .landing-content-card {
    padding: 1.875rem 1.25rem 1.25rem;
  }
  .card-section {
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
    overflow: hidden;
  }
  .landing-main-image ,.landing-main-image_reverse{
    margin-left: 0;
    width: 100%;
  }
  .landing-main,.landing-main_reverse {
    display: flex;
    flex-direction: column;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .container-width {
    max-width: 970px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container-width {
    max-width: 750px;
  }
}


