:root {
  --black-2: #112203;
  --dark-olive-green: #3e5d16;
  --gainsboro: #e4e3e8;
  --dark-olive-green-2: #b40202;
  --white: white;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.header-section-1 {
  height: 100vh;
  background-image: url('../images/Founded-in-Passion.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.heading-and-paragraph-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 35px 150px;
  display: flex;
}

.main-green-heading {
  color: var(--black-2);
  text-align: center;
  font-family: Noto Sans TC, sans-serif;
}

.main-green-paragraph {
  color: var(--dark-olive-green);
  text-align: center;
  font-family: Cabin, sans-serif;
  font-size: 16px;
}

.div-block {
  background-image: linear-gradient(#000, #fff);
  border-radius: 0;
}

.line {
  width: 300px;
  margin-bottom: 35px;
  margin-left: -4px;
  margin-right: -4px;
}

.going-green-section {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.column {
  height: 350px;
  background-image: url('../images/Omri-Trading-Going-Green.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 0 10px;
  display: flex;
}

.column-2 {
  height: 350px;
  background-color: var(--gainsboro);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 95px 100px;
  display: flex;
}

.image {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.image-2, .image-3 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.vision-section {
  background-image: url('../images/Omri-Trading-Plant.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 35px;
  position: relative;
}

.column-3, .column-4, .column-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vision-div {
  flex: 0 auto;
  align-self: auto;
  padding: 75px;
  position: relative;
}

.main-white-heading {
  color: #fff;
  text-align: center;
  border: 2px solid #fff;
  padding: 10px;
  font-family: Noto Sans TC, sans-serif;
  font-size: 30px;
}

.main-white-paragraph {
  color: #fff;
  text-align: center;
  font-family: Cabin, sans-serif;
  font-size: 16px;
}

.image-4 {
  height: 450px;
  position: absolute;
  top: 15%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.image-5 {
  height: 450px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 15%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-6 {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.footer {
  background-color: var(--black-2);
}

.column-6 {
  height: 75px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 55px;
  display: flex;
}

.column-7 {
  height: 75px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-right: 55px;
  display: flex;
}

.white-text-line {
  color: #fff;
  font-family: Cabin, sans-serif;
}

.link {
  color: #fff;
  text-decoration: none;
}

.link:hover {
  color: var(--dark-olive-green);
}

.header-section-2 {
  height: 100vh;
  background-image: url('../images/Omri-Trading-Solutions.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.services-section.bottom-space {
  padding-bottom: 50px;
}

.services-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 35px 150px;
  display: flex;
}

.services-row-1 {
  margin-bottom: 35px;
}

.column-8, .column-9 {
  flex-direction: column;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.main-green-paragraph-2 {
  color: var(--dark-olive-green);
  text-align: center;
  margin-top: 15px;
  font-family: Cabin, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.services-div {
  flex-direction: column;
  display: flex;
}

.services-container-2 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.column-10, .column-11, .column-12, .column-13, .column-14, .column-15 {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.link-block {
  height: 80px;
  background-image: url('../images/Company-Logo-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.link-block:hover {
  filter: grayscale();
}

.link-block-2 {
  height: 80px;
  background-image: url('../images/Company-Logo-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.link-block-2:hover {
  filter: grayscale();
}

.link-block-3 {
  height: 80px;
  background-image: url('../images/Company-Logo-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.link-block-3:hover {
  filter: grayscale();
}

.link-block-4 {
  height: 80px;
  background-image: url('../images/Company-Logo-5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.link-block-4:hover {
  filter: grayscale();
}

.link-block-5 {
  height: 80px;
  background-image: url('../images/Company-Logo-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.link-block-5:hover {
  filter: grayscale();
}

.link-block-6 {
  height: 80px;
  background-image: url('../images/Company-Logo-6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.link-block-6:hover {
  filter: grayscale();
}

.director-c-1 {
  height: 600px;
  background-image: url('../images/Omri-Trading-The-Director2.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 0 100px;
  display: flex;
}

.director-c-2 {
  height: 600px;
  background-color: var(--gainsboro);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 95px 100px;
  display: flex;
}

.section, .director-section {
  position: relative;
}

.image-7 {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.header-section-3 {
  height: 100vh;
  background-image: url('../images/Omri-Trading-Customers.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.contact-us-section-2 {
  background-image: url('../images/Omri-Trading-Contact-Us-Image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 75px 35px;
  display: flex;
  position: relative;
}

.bold-text, .bold-text-2, .bold-text-3 {
  font-size: 22px;
}

.heading-and-paragraph-container-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 35px 12px;
  display: flex;
}

.columns {
  margin-top: 35px;
}

.contact-form-container {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 35px;
  display: block;
}

.field-label-1 {
  color: #fff;
}

.form-block {
  background-color: var(--dark-olive-green);
  margin-left: 155px;
  margin-right: 155px;
  padding: 35px;
}

.textarea {
  min-height: 150px;
}

.submit-button {
  border: 1px solid var(--black-2);
  background-color: var(--black-2);
  margin-top: 0;
  font-weight: 700;
  display: inline-block;
}

.submit-button:hover {
  background-color: var(--dark-olive-green);
  box-shadow: none;
  border: 1px solid #fff;
}

.form {
  flex-direction: column;
  display: flex;
}

.quote-div {
  width: 850px;
  flex: 0 auto;
  align-self: auto;
  padding: 75px 0;
  position: relative;
}

.main-white-heading-2 {
  color: #fff;
  text-align: center;
  border: 2px solid #fff;
  padding: 10px;
  font-family: Noto Sans TC, sans-serif;
  font-size: 30px;
}

.facebook-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-8 {
  height: 50px;
}

.link-block-7 {
  margin-bottom: 15px;
}

.bold-text-4 {
  color: var(--dark-olive-green);
  text-decoration: none;
}

.bold-text-4:hover {
  color: var(--dark-olive-green-2);
}

.link-2 {
  text-decoration: none;
}

.link-2:hover {
  color: #b40202;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
}

.nav-link {
  height: 40px;
  border-right: 1px solid var(--dark-olive-green);
  color: var(--dark-olive-green);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 18px;
  margin-bottom: 18px;
  margin-right: 0;
  font-family: Noto Sans TC, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.nav-link:hover {
  text-decoration: underline;
}

.nav-link.w--current {
  color: var(--dark-olive-green);
}

.nav-link.a {
  height: 40px;
  border-right: 1px solid var(--dark-olive-green);
  color: var(--dark-olive-green);
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 500;
}

.nav-link.a:hover {
  text-decoration: underline;
}

.nav-link.a.w--current {
  padding-left: 10px;
  padding-right: 10px;
}

.nav-link.a.mobile {
  display: none;
}

.nav-link.b {
  border-right: 1px solid #fff;
  margin-left: 0;
}

.brand {
  background-color: #fff;
  border-radius: 0 0 12px 12px;
  padding: 5px 10px 10px;
}

.container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.image-9 {
  height: 85px;
}

.facebook-link-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-10 {
  height: 50px;
}

.brand-mobile-div {
  display: none;
}

.brand-mobile {
  background-color: #fff;
  border-radius: 0 0 12px 12px;
  padding: 5px 10px 10px;
}

.navbar-home {
  background-color: rgba(0, 0, 0, 0);
}

.nav-menu-mobile {
  display: flex;
}

.navbar-home-mobile {
  background-color: rgba(0, 0, 0, 0);
  display: none;
}

.home-navbar {
  background-color: var(--white);
  display: block;
}

.google-maps-div {
  height: 150px;
}

.map {
  height: 150px;
  margin-top: 15px;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.link-block-8 {
  height: 80px;
  background-image: url('../images/Company-Logo-7.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.link-block-8:hover {
  filter: grayscale();
}

.header-section-4 {
  height: 100vh;
  background-image: url('../images/Omri-Trading-Store-Landing-Image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.menu-cart-button {
  background-color: var(--dark-olive-green);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding: 7px 8px;
  text-decoration: none;
  display: flex;
}

.menu-cart-button:hover {
  background-color: var(--dark-olive-green-2);
}

.cart-text {
  color: var(--white);
  text-align: center;
  font-family: Noto Sans TC, sans-serif;
  font-weight: 700;
}

.image-15 {
  width: 30px;
  margin-right: 5px;
}

.menu-cart-button-hover {
  background-color: var(--dark-olive-green);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding: 11px 12px;
  text-decoration: none;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 19%;
  left: auto;
  right: 0%;
  box-shadow: 4px 4px 11px rgba(0, 0, 0, .34);
}

.menu-cart-button-hover:hover {
  background-color: var(--dark-olive-green-2);
}

.menu-cart-button-mobile {
  background-color: var(--dark-olive-green);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding: 7px 8px;
  text-decoration: none;
  display: flex;
}

.menu-cart-button-mobile:hover {
  background-color: var(--dark-olive-green-2);
}

@media screen and (max-width: 991px) {
  .heading-and-paragraph-container {
    padding-left: 55px;
    padding-right: 55px;
  }

  .column {
    height: 250px;
  }

  .column-2 {
    height: 250px;
    padding-top: 110px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .vision-div {
    padding-left: 65px;
    padding-right: 65px;
  }

  .header-section-2 {
    z-index: 1;
  }

  .services-container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .column-8, .column-9 {
    align-items: center;
  }

  .director-c-1, .director-c-2 {
    height: 600px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .heading-and-paragraph-container-2 {
    padding-left: 55px;
    padding-right: 55px;
  }

  .columns {
    margin-top: 10px;
  }

  .quote-div {
    width: 600px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .navbar {
    display: block;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .nav-link {
    height: 40px;
    color: var(--white);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    display: flex;
  }

  .nav-link.w--current {
    color: var(--white);
  }

  .nav-link.a {
    color: var(--white);
    border-right-style: none;
    margin-right: auto;
    font-size: 18px;
    display: flex;
  }

  .nav-link.a.mobile {
    color: var(--white);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .nav-link.b {
    border-right-style: none;
    margin-left: auto;
  }

  .brand {
    display: none;
  }

  .brand.w--current {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: none;
    position: relative;
  }

  .container {
    justify-content: center;
    align-items: center;
    padding-left: 15px;
    display: block;
  }

  .nav-menu {
    z-index: 0;
    background-color: var(--dark-olive-green);
    flex-direction: row;
    justify-content: center;
    margin-top: 0;
    padding-bottom: 10px;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .facebook-link-block {
    z-index: 999;
    width: 50px;
    flex-direction: row;
    align-items: center;
    display: block;
    position: relative;
  }

  .image-10 {
    margin-top: 10px;
  }

  .menu-button {
    z-index: 9999;
    background-color: var(--dark-olive-green);
    color: var(--white);
    font-size: 30px;
    display: block;
    box-shadow: 1px 1px 3px #000;
  }

  .menu-button.w--open {
    background-color: var(--white);
    color: var(--dark-olive-green);
    box-shadow: inset 1px 1px 3px #000;
  }

  .brand-mobile-div {
    z-index: 999;
    width: 250px;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .brand-mobile.w--current {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    position: relative;
  }

  .column-16 {
    padding-top: 15px;
    padding-bottom: 0;
  }

  .column-17 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-menu-mobile {
    height: auto;
    background-color: var(--dark-olive-green);
    margin-top: 40px;
    position: absolute;
  }

  .navbar-home-mobile {
    justify-content: center;
    align-items: center;
    display: block;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .home-navbar {
    background-color: rgba(0, 0, 0, 0);
    display: block;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .header-section-4 {
    z-index: 1;
  }

  .menu-cart-button-hover {
    display: none;
  }

  .menu-cart-button-mobile {
    background-color: var(--dark-olive-green-2);
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .header-section-1 {
    height: 60vh;
  }

  .column-2 {
    padding-top: 95px;
  }

  .vision-section {
    padding-left: 55px;
    padding-right: 55px;
  }

  .vision-div {
    padding: 5px 32px;
  }

  .image-4, .image-5 {
    display: none;
  }

  .column-6 {
    height: 35px;
    align-items: center;
    padding-left: 10px;
  }

  .column-7 {
    height: 35px;
    align-items: center;
    padding-right: 10px;
  }

  .header-section-2 {
    height: 60vh;
  }

  .services-row-1 {
    margin-bottom: 0;
  }

  .services-container-2 {
    padding: 0 25px;
  }

  .link-block {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .link-block-2, .link-block-3, .link-block-4, .link-block-5, .link-block-6 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .director-c-1 {
    height: 500px;
  }

  .director-c-2 {
    height: 500px;
    padding-top: 75px;
  }

  .header-section-3 {
    height: 60vh;
  }

  .contact-us-section-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .form-block {
    margin-left: 55px;
    margin-right: 55px;
  }

  .quote-div {
    width: 400px;
  }

  .nav-link {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0;
  }

  .nav-link.a {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .nav-link.a.mobile, .nav-link.b {
    margin-left: 0;
  }

  .image-11, .image-12, .image-13, .image-14 {
    width: 250px;
  }

  .grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .link-block-8 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .header-section-4 {
    height: 60vh;
  }

  .menu-cart-button-mobile {
    background-color: var(--dark-olive-green-2);
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 479px) {
  .header-section-1 {
    height: 45vh;
    background-position: 50%;
    background-size: cover;
  }

  .heading-and-paragraph-container {
    padding: 25px;
  }

  .main-green-heading {
    font-size: 30px;
  }

  .vision-section {
    padding: 25px;
  }

  .vision-div {
    padding-left: 0;
    padding-right: 0;
  }

  .white-text-line {
    font-size: 12px;
  }

  .header-section-2 {
    height: 45vh;
  }

  .director-c-2 {
    height: 700px;
  }

  .header-section-3 {
    height: 45vh;
  }

  .contact-us-section-2 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .heading-and-paragraph-container-2 {
    padding: 25px;
  }

  .form-block {
    margin-left: 25px;
    margin-right: 25px;
    padding: 20px;
  }

  .quote-div {
    width: 250px;
  }

  .main-white-heading-2 {
    font-size: 25px;
  }

  .image-9 {
    height: 55px;
  }

  .image-10 {
    height: 40px;
  }

  .brand-mobile-div {
    width: 120px;
  }

  .brand-mobile.w--current {
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .header-section-4 {
    height: 45vh;
  }
}


