@font-face {
  font-family: JAH;
  src: url(fonts/JustAnotherHand-Regular.ttf);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--scroll-padding);
}

.jah-font {
  font-family: JAH;
}

.navbar-padding {
  padding-left: 8vw;
}

.nav-logo {
  width: 100%;
  height: auto;
}

.navbar-brand {
  width: 15%;
}

.nav-link {
  font-family: JAH;
  font-size: calc(2rem + 16px);
  color: #000;
}

.nav-link span {
  text-decoration: none;
  position: relative;
}

.nav-link span::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #5da651;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.nav-link span:hover::before {
  transform: scaleX(1);
}

.nav-link span:hover {
  color: #5da651;
}

.hero-bg {
  background-image: url(../imgs/bg_imgs/hero_img.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-container-padding {
  padding-top: 10vh;
  padding-bottom: 5vh;
  padding-left: 8vw;
}

.hero-title {
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 30px;
}

.hero-text {
  color: #fff;
  background-color: rgba(140, 191, 132, 0.8);
  padding: 15px;
  border-radius: 10px;
}

.hero-text p {
  font-size: calc(1rem + 9px);
}

.hero-blue-text {
  color: #5872bd;
  text-shadow: 1px 1px 1px black;
}

.hero-orange-text {
  color: #BF848C;
  text-shadow: 1px 1px 1px black;
}

.strategy-bg {
  padding-top: 8vh;
  padding-bottom: 15vh;
  background-image: url(../imgs/bg_imgs/strategy_bg_img.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.title-style {
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
}

.strategy-text {
  font-size: calc(1rem + 10px);
}

.partners-bg {
  background-image: url(../imgs/bg_imgs/partners_bg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.partner-subtitle {
  font-size: calc(0.8rem + 10px);
}

.termekeink-hero-padding {
  padding-left: 8vw;
}

.termekeink-subtitle {
  font-size: calc(2rem + 15px);
}

.termekeink-orange li {
  font-size: calc(1rem + 12px);
}

.termekeink-orange li span {
  color: #BF848C;
}

.termekeink-blue li {
  font-size: calc(1rem + 12px);
}

.termekeink-blue li span {
  color: #5872bd;
}

.category-card-link {
  text-decoration: none;
  color: #fff;
}

.category-card-link:hover {
  text-decoration: none;
  color: #8cbf84;
}

.category-style {
  padding: 2rem;
  background-color: #8cbf84;
  color: #fff;
  font-family: JAH;
  text-align: center;
  border-radius: 30px;
  cursor: pointer;
  border: 3px solid #8cbf84;
  transition: 0.2s;
}

.category-style:hover {
  background-color: white;
  border: 3px solid #8cbf84;
  color: #8cbf84;
}

.category-style img {
  text-align: center;
}

.category-style div {
  font-size: calc(2rem + 15px);
  margin-top: 15px;
}

.vegetable-bg {
  background-image: url(../imgs/bg_imgs/zoldseg_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 40px;
  padding-bottom: 40px;
}

.fruit-bg {
  background-image: url(../imgs/bg_imgs/gyumolcs_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 40px;
  padding-bottom: 40px;
}

.termekeink-fs {
  font-size: calc(2rem + 15px);
}

.termekeink-title {
  font-size: calc(3rem + 10px);
  font-family: JAH;
  text-align: center;
  margin-bottom: 20px;
}

.termekeink-card {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}

.termekeink-card-text {
  position: absolute;
  bottom: 0px;
  left: 12px;
  padding-left: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  width: 93.8%;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: JAH;
  font-size: calc(2rem + 10px);
  border-radius: 0px 0px 15px 15px;
}

.card-border {
  border-radius: 15px;
}

.kert-hero-bg {
  background-image: url(../imgs/bg_imgs/kertjeink_bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 85vh;
}

.kert-hero-text-wrapper {
  margin-left: 8vw;
  margin-top: 6vh;
  background-color: rgba(140, 191, 132, 0.6);
  padding-left: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 15px;
}

.hero-row-height {
  height: 85vh;
  display: flex;
  align-items: center;
}

.kert-hero-title {
  color: #fff;
  font-size: calc(1rem + 8px);
  text-transform: uppercase;
  margin-bottom: 20px;
}

.kert-hero-text {
  color: #fff;
  font-size: calc(1rem + 8px);
  width: 85%;
}

.kert-text-link {
  text-decoration: none;
  color: #5da651;
  letter-spacing: 2px;
  position: relative;
}

.kert-text-link::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #5da651;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.kert-text-link:hover::before {
  transform: scaleX(1);
}

.kert-text-link:hover {
  color: #5da651;
}

.kert-text {
  font-size: calc(1rem + 10px);
}

.contact-bg {
  background-image: url(../imgs/bg_imgs/contact_bg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact-subtitle {
  font-size: calc(3rem + 20px);
  font-family: JAH;
}

.contact-text {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.contact-item {
  display: flex;
  align-items: center;
}

.contact-item img {
  margin-left: 5px;
  margin-right: 35px;
  background-color: rgba(255, 255, 255, 0.65);
  border-radius: 5px;
  padding: 3px;
}

.contact-item span {
  font-size: calc(1.3rem + 5px);
  margin-top: 3vh;
  margin-bottom: 3vh;
}

.contact-item span a {
  color: #000;
}

.contact-item span a:hover {
  color: #000;
}

.contact-spacing {
  margin-bottom: 1.5rem;
}

.form-width {
  width: 100%;
}

.form-control::placeholder {
  color: gray;
  font-size: calc(1rem + 5px);
}

.form-control {
  border: none;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 7px 10px 16px -9px rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 7px 10px 16px -9px rgba(0, 0, 0, 0.61);
  -moz-box-shadow: 7px 10px 16px -9px rgba(0, 0, 0, 0.61);
}

.form-control:focus {
  box-shadow: 0 0 0 0.25rem rgba(140, 191, 132, 0.6);
  border: none;
  outline: none;
}

.form-check {
  display: flex;
  align-items: center;
}

.form-check-input {
  width: 1.5em;
  height: 1.5em;
  border: 2px solid #8cbf84;
  cursor: pointer;
}

.form-check-input:checked[type="radio"] {
  --bs-form-check-bg-image: none;
  background-color: #8cbf84;
  border-color: #8cbf84;
}

.form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(140, 191, 132, 0.6);
}

.form-check-label {
  margin-left: 10px;
  font-size: calc(1rem + 8px);
}

.contact-btn {
  font-size: calc(2rem + 10px);
  color: black;
  font-family: JAH;
  border: none;
  background-color: transparent;
}

.contact-btn:hover {
  text-decoration: underline;
  color: #8cbf84;
}

.footer-bg {
  background-color: #8cbf84;
}

.footer-text {
  color: #fff;
}

.footer-left {
  float: left;
}

.footer-right {
  float: right;
}

@media (max-width: 768px) {
  .termekeink-hero-padding {
    padding-left: 8vw;
  }

  .navbar-padding {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .termekeink-card {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
  }

  .termekeink-card-text {
    position: absolute;
    bottom: 0px;
    left: 12px;
    padding-left: 0px;
    background-color: rgba(255, 255, 255, 0.8);
    width: 93.8%;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: JAH;
    font-size: calc(2rem + 10px);
    border-radius: 0px 0px 15px 15px;
  }

  .kert-hero-text-wrapper {
    margin-left: 0vw;
    margin-top: 0vh;
    margin-right: 0vw;
    background-color: rgba(140, 191, 132, 0.6);
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 15px;
  }

  .kert-hero-text {
    color: #fff;
    font-size: calc(1rem + 5px);
    width: 100%;
  }

  .kert-text {
    font-size: calc(1rem + 5px);
  }

  .kert-hero-mobile-bg {
    background: linear-gradient(0deg, rgba(140, 191, 132, 0.6), rgba(140, 191, 132, 0.6)),
      url(../imgs/bg_imgs/kertjeink_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 25px;
  }

  .hero-title {
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 5px;
  }

  .hero-container-padding {
    padding-top: 0vh;
    padding-bottom: 5vh;
    padding-left: 0vw;
  }

  .hero-text {
    color: #fff;
    background: linear-gradient(0deg, rgba(140, 191, 132, 0.7), rgba(140, 191, 132, 0.7)),
      url(../imgs/bg_imgs/hero_img.jpg);
    background-repeat: no-repeat;
    padding: 25px;
    border-radius: 10px;
  }

  .hero-text p {
    font-size: 16px;
  }

  .contact-bg {
    background-image: url(../imgs/bg_imgs/contact_bg.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    margin-top: 15px;
  }

  .slider-wrapper {
    width: 90vw;
    text-align: center;
    margin-left: 2vw;
    margin-right: 2vw;
  }

  .gallery-card {
    width: 90vw;
    position: relative;
    margin-bottom: 5vh;
  }

  .contact-item span {
    font-size: calc(1rem + 5px);
    margin-top: 3vh;
    margin-bottom: 3vh;
  }
}

/*gallery-card*/

.gallery-card {
  width: 40vw;
  position: relative;
  margin-bottom: 5vh;
}

.gallery-card-control {
  width: 100%;
  padding: 40px 60px;
  background-color: rgba(255, 255, 255, 0.8);
  letter-spacing: 2px;
  height: 15%;
  position: absolute;
  box-shadow: 1px 1px 14px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 14px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 14px 0px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}

.gallery-card-control-bottom {
  transition: top 0.5s;
  top: 100%;
}

.gallery-card-control-top {
  top: 0;
  transition: top 0.5s;
}

.gallery-card-mosaic {
  --gap: 2px;
  --num-cols: 2;
  --row-height: 200px;
  padding: var(--gap);
  display: grid;
  grid-template-columns: repeat(var(--num-cols), 1fr);
  grid-auto-rows: var(--row-height);
  gap: var(--gap);
  min-width: 0px;
  min-height: 0px;
}

.gallery-card-mosaic-animation-hide {
  opacity: 0;
  transition: opacity 0.5s;
}

.gallery-card-mosaic-animation-show {
  opacity: 1;
  transition: opacity 0.5s;
}

.gallery-card-mosaic-remove {
  height: 0;
  visibility: hidden;
}

.gallery-card-mosaic-show {
  height: 100%;
  visibility: visible;
}

.gallery-card-mosaic > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-grid-row-2 {
  grid-row: span 2;
}

@media (max-width: 1024px) {
  .gallery-card-mosaic {
    --row-height: 100px;
  }

  .image-grid-row-2 {
    grid-column: span 2;
  }

  .gallery-card {
    width: 90vw;
    position: relative;
    margin-bottom: 10vh;
  }

  .gallery-card-control {
    width: 100%;
    padding: 40px 20px;
    background-color: rgba(255, 255, 255, 0.8);
    letter-spacing: 2px;
    height: 15%;
    position: absolute;
    box-shadow: 1px 1px 14px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 1px 14px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 14px 0px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
  }

  .slider-height {
    height: 65vh !important;
  }

  .slider-wrapper {
    width: 95vw;
    text-align: center;
  }

  .slider-padding {
    padding-bottom: 5vh;
    padding-top: 5vh;
  }

  .nav-logo {
    width: 100%;
    height: auto;
  }

  .navbar-brand {
    width: 40%;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .gallery-card {
    width: 60vw;
    position: relative;
    margin-bottom: 10vh;
  }

  .slider-height {
    height: 45vh !important;
  }

  .slider-wrapper {
    width: 65vw;
    text-align: center;
  }

  .slider-padding {
    padding-bottom: 10vh;
    padding-top: 10vh;
  }
}

@media screen and (min-width: 1441px) {
  .slider-height {
    height: 35vh !important;
  }

  .slider-wrapper {
    width: 35vw;
    text-align: center;
  }

  .slider-padding {
    padding-bottom: 5vh;
    padding-top: 10vh;
  }
}

.gallery-card-text {
  font-size: calc(2rem + 12px);
  font-family: JAH;
  font-weight: bold;
}

.plus-minus-toggle {
  cursor: pointer;
  height: 30px;
  position: relative;
  width: 30px;
  padding: 25px;
  background-color: #8cbf84;
  border-radius: 10px;
  border: none;
}
.plus-minus-toggle:before,
.plus-minus-toggle:after {
  background: #fff;
  content: "";
  height: 5px;
  left: 20%;
  position: absolute;
  top: 45%;
  width: 30px;
  transition: transform 500ms ease;
  margin: auto;
}
.plus-minus-toggle:after {
  transform-origin: center;
}
.plus-minus-toggle.collapsed:after {
  transform: rotate(90deg);
}
.plus-minus-toggle.collapsed:before {
  transform: rotate(180deg);
}

/* gallery swiper */

.slider-hide {
  display: none;
}

.slider-show {
  height: auto;
  visibility: visible;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: auto;
  height: 50vh;
  object-fit: cover;
}

.swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper2 .mySwiper4 .mySwiper6 {
  height: 50vh;
  width: 45vw;
}

.mySwiper .mySwiper3 .mySwiper5 {
  height: 15vh;
  width: 45vw;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.mySwiper3 .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.mySwiper5 .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.mySwiper3 .swiper-slide-thumb-active {
  opacity: 1;
}

.mySwiper5 .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 2000px) {
  .contact-footer {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .contact-bg {
    height: 95vh;
    display: flex;
    align-items: center;
  }

  .contact-item img {
    scale: 2;
  }
}

/*arab-css*/

.arab-text {
  text-align: right;
  direction: rtl;
}

.arab-direction {
  direction: rtl;
}

.text-right {
  text-align: right;
}

.arab-list {
  direction: rtl;
}

.arab-list li span {
  direction: rtl;
}

.arab-text-products {
  text-align: right;
  direction: rtl;
  padding-right: 45px;
}

footer
{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}