body {
  font-family: "Trirong", serif;
}

a {
  text-decoration: none;
}

.address-link {
  text-decoration: none;
  line-height: 1.75rem;
}

.header-photo {
  background-image: url("/img/body-image.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 540px;
}

.header-text-small {
  font-size: 2rem;
}

.swiper-container {
  width: 100%;
  height: 300px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: grid;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  object-fit: cover;
}

.swiper-pagination {
  display: none;
}

.swiper-button-next {
  color: darkgray;
}

.swiper-button-prev {
  color: darkgray;
}


.mt-8 {
  margin-top: 8rem;
}

.bg-teritory {
  background-image: url("/img/teritory.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 350px;
}

.agro-gray {
  padding: 2rem;
  margin: 2rem;
  max-width: 90%;
  margin-bottom: 1rem;
}

.storage::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  background-image: url(/img/storage.jpg);
  background-position: center center;
  height: 500px;
  margin: 0rem;
  padding: 50px;
  filter: brightness(0.5);
  z-index: 0;
}

.storage {
  position: relative;
  text-align: center;
  padding: 10%;
  margin-top: 3rem;
}

.storage-text {
  /* This will make it stack on top of the ::before */
  position: relative;
  margin-top: 4rem;
}

@media (max-width: 992px) {
 .transportage {
  margin-top: 10rem;
 }
}

@media screen and (max-width: 576px) {
 .storage {
  margin-top: 1rem;
 }
 .transportage {
  margin-top: 8rem;
 }
 .field {
  margin-top: 2rem;
 }
}

.transportage::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  background-image: url(/img/transport.jpg);
  background-position: center center;
  height: 300px;
  margin: 0rem;
  padding: 50px;
  filter: brightness(0.75);
  z-index: 0;
}

.transportage {
  position: relative;
  text-align: center;
  padding: 10%;
}

.transportage-text {
  /* This will make it stack on top of the ::before */
  position: relative;
  margin-top: 4rem;
}

.field::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  background-image: url(/img/field01.jpg);
  background-position: center center;
  height: 300px;
  margin: 0rem;
  padding: 50px;
  z-index: 0;
  filter: brightness(0.5);
}

.field {
  position: relative;
  text-align: center;
  padding: 10%;
}

.field-text {
  /* This will make it stack on top of the ::before */
  position: relative;
  margin-top: 4rem;
}

.logos {
 color: #818181;
}

.logos span{
 font-size: 2rem;
}

.logos img{
 width: 130px;
}

.bg-contact {
 background-color: #555555;
}

.text-contact {
 font-size: 1rem;
}

.bgimg-1, .bgimg-2, .bgimg-3 {
  position: relative;
  opacity: 0.65;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.bgimg-1 {
  background-image: url("/img/bg1.jpg");
  min-height: 400px;
}

.bgimg-2 {
  background-image: url("/img/bg2.jpg");
  min-height: 400px;
}

.bgimg-3 {
  background-image: url("/img/bg3.jpg");
  min-height: 400px;
}

.swiper-button-next, .swiper-button-prev {
 color:lightyellow;
 -webkit-text-stroke: black 1px;
}

/* Turn off parallax scrolling for tablets and phones */
/*@media only screen and (max-device-width: 1024px) {
  .bgimg-1, .bgimg-2, .bgimg-3 {
    background-attachment: scroll;
  }
}*/

.hover-zoom img {
    transition: all .3s linear;
    cursor: pointer;
}

.hover-zoom:hover img {
    transform: scale(1.2);
}

.text-justify {
  text-align: justify;
}
