.footer {
  display: flex !important;
  padding-top: 100px !important;
  padding-bottom: 100px !important;
  justify-content: center;
}
*,
html {
  scroll-behavior: smooth;
}
:root {
  scrollbar-color: #d2d2d2 #2e3645 !important;
  scrollbar-width: thin !important;
}
body {
  background-color: #5d7749;
  color: #fff;
  font-family: Arial, sans-serif;
  margin: 0;
  overflow-x: hidden;
  width: 100%;
  font-family: Kanit, sans-serif;
}
p {
  font-family: Kanit, sans-serif;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
  padding: 5px;
}
.title {
  font-size: 2em;
  font-family: "Archivo Black", sans-serif;
}
.sub-title {
  font-size: 1em;
  font-family: Kanit, sans-serif;
  color: gray;
}
.banner {
  margin: auto;
  width: 70%;
  text-align: center;
}
#scroll-up {
  position: fixed;
  bottom: 2em;
  right: 2em;
  background: #0f0;
  width: 20px;
  height: 20px;
  text-align: center;
  color: #000;
  padding: 5px;
  border-radius: 50%;
  box-shadow: 0 6px 16px -6px rgba(1, 1, 1, 0.5);
  z-index: 999;
  display: none;
}
#myDiv {
  display: none;
}
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
  background: #fff !important;
}
.topnav {
  overflow: hidden;
  width: 90%;
  margin: auto;
  background-color: transparent;
  line-height: 100px;
  height: 150px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: height 0.3s ease; /* Animációs tulajdonságok: property, időtartam, átmenet típusa */
}
.topnav a {
  color: #000;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 24px;
  transition: 0.5s;
  margin-top: 14px;
}
.topnav .logo {
  float: left;
  font-family: "Fredoka One", cursive;
  color: #fff;
  font-size: 2em;
  display: flex;
  margin-top:50px;
}
.active {
  color: gray;
}
.topnav .icon {
  display: none;
}
.topnav a:hover {
  color: #5d7749;
}
@media screen and (max-width: 1600px) {
  .main {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1200px) {
  .topnav_menuk {
    display: none !important;
  }
  .topnav {
    background: #fff;
    width: 100%;
    height: 95px !important;
    justify-content: space-evenly;
    display: flex;
  }
  .custom-shape-divider-top-1720691550 {
    top: 95px !important;
  }
  .main {
    background: 0 0 !important;
  }
  .topnav a:not(:first-child) {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  .topnav .logo {
    margin-top: -10px;
  }
  .topnav {
    line-height: 18px !important;
  }
  .main table td {
    width: 100% !important;
  }
  .topnav.responsive {
    position: relative;
    height: 100vh !important;
  }
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .sub-title {
    font-size: 1em !important;
  }
  .footer {
    background-color: #1c8bec;
    background-image: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
}
#navbar {
  background-color: #0d0d0d;
  position: fixed;
  top: -70px;
  width: 100%;
  display: block;
  z-index: 9;
  box-shadow: 0 6px 16px -6px rgba(1, 1, 1, 0.5);
  transition: top 0.3s;
}
#navbar a {
  float: right;
  display: block;
  color: #fff;
  text-align: center;
  padding: 15px;
  text-decoration: none;
  font-size: 24px;
}
#navbar .logo {
  float: left;
}
#navbar a:hover {
  background-color: #ddd;
  color: #000;
}
@media (max-width: 1200px) {
  #navbar {
    display: none;
  }
}
.main {
  width: 100%;
  height: 150px;
}
.main table {
  width: 100%;
  height: 100vh;
}
.main table td {
  width: 50%;
}
.main table td img {
  width: 80%;
  float: right;
  height: 80%;
  margin-top: 10%;
  pointer-events: none;
  --delay: 0s;
  animation: arrows 4s var(--delay) infinite ease-in;
}
@keyframes arrows {
  0%,
  100% {
    color: #000;
    transform: translateY(0);
  }
  50% {
    color: #3ab493;
    transform: translateY(20px);
  }
}
.main table td section {
  margin: 5%;
  color: #fff;
}
.main table td section .sub-title,
.main table td section p {
  color: #000;
}
@media (max-width: 120px) {
  .main table td {
    width: 100%;
    display: block;
  }
  .main table td section {
    margin-top: 20%;
  }
  .main table td img {
    width: 60%;
    height: 60%;
    margin-top: 0;
    pointer-events: none;
  }
}
.section0 {
  width: 90%;
  padding: 30px;
  margin: 0 auto;
}
.section0 .card {
  width: 40%;
  padding: 30px;
  box-shadow: 0 6px 16px -6px rgba(1, 1, 1, 0.5);
  border-radius: 5px;
  margin: 1%;
  display: inline-block;
  text-align: center;
  border-top: 2px solid #4033ff;
}
.section0 p {
  font-size: 21px;
}
.section0 .banner {
  box-shadow: 0 0 0 0 rgba(1, 1, 1, 0.5);
  border-top: 0;
}
.section0 .card i {
  font-size: 4em;
  color: #3077e8;
  float: left;
}
@media (max-width: 1200px) {
  .main table {
    height: auto !important;
  }
  .title {
    color: #fff !important;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
  }
  .main {
    height: auto !important;
    padding-top: 75px !important;
  }
  .section0 .card {
    width: 95% !important;
    padding: 0 !important;
  }
  .section0 .card i {
    float: initial !important;
    margin-top: 25px !important;
  }
  .section0 {
    padding: 0 !important;
    margin: 0 auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
  }
  .section0 .card {
    min-width: 79%;
  }
}
.container {
  width: 100%;
}
.container table {
  width: 100%;
}
.container table td {
  width: 50%;
}
.container table td img {
  margin: auto;
}
.container table td:nth-child(2) {
  padding: 20px;
}
@media (max-width: 1200px) {
  .container table td {
    width: 100%;
    display: block;
  }
  .container table td img {
    width: 90%;
  }
  .container table td:nth-child(2) {
    padding: 10px;
    width: 95%;
  }
}
.slick {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.slick table {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.slick table td {
  width: 30%;
  padding: 1%;
}
.slick table td ul li {
  list-style: none;
  padding: 10px 0;
}
.slick table td ul li a {
  text-decoration: none;
  transition: 0.5s;
}
.slick table td ul li a:hover {
  color: #8798bd;
}
.slick table td ul li h3 {
  color: #1c8bec;
}
.slick table td ul li p {
  color: rgba(1, 1, 1, 0.7);
}
.slick table td:nth-child(1) ul {
  text-align: right;
}
.slick table td:nth-child(3) ul {
  text-align: left;
}
.slick table td:nth-child(2) .card {
  margin-left: auto;
  margin-right: auto;
}
.slick .card {
  position: relative;
  width: 90%;
  height: initial;
  overflow: hidden;
  border-radius: 5px;
}
.slick .card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 900;
  display: block;
  width: 100%;
  height: 100%;
}
@keyframes opaqTransition {
  3% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(0);
  }
  28% {
    transform: translateX(-700px);
  }
  100% {
    transform: translateX(-700px);
  }
}
@media (max-width: 600px) {
  .slick {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 100px;
  }
  .slick table td {
    width: 95%;
    display: block;
    padding: 0;
  }
  .slick table td ul {
    width: 85%;
  }
  .slick table td:nth-child(1) ul {
    text-align: left;
  }
  .slick .card {
    position: relative;
    width: 60%;
    height: 50vh;
    overflow: hidden;
    border-radius: 5px;
  }
  .logo img {
    width: 137px !important;
    height: auto !important;
    margin-top: 35px !important;
  }
}
@media (max-width: 500px) {
  .slick table td {
    width: 100%;
    display: block;
  }
  .slick table td:nth-child(1) ul {
    text-align: left;
  }
  .title {
    font-size: 1.3em;
  }
  .sub-title {
    font-size: 0.6em;
  }
  .slick table td ul li {
    padding: 5px 0;
  }
}
.section1 {
  width: 90%;
  margin: auto;
}
.section1 .accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: 0;
  font-size: 15px;
  transition: 0.4s;
}
.section1 .panel img {
  margin: 0 20px;
}
.section1 .accordion:hover,
.section1 .active {
  background-color: #ccc;
}
.accordion:after {
  content: "\002B";
  color: #1345b4;
  font-weight: 700;
  float: right;
  margin-left: 5px;
}
.section1 .active:after {
  content: "\2212";
}
.section1 .panel {
  padding: 0 18px;
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  margin: auto;
  transition: max-height 0.2s ease-out;
}
@media (max-width: 600px) {
  .section1 .banner {
    width: 90%;
  }
}
.footer {
  width: 100%;
  background: #fff;
  padding: 20px 0;
}
.footer section {
  display: flex;
}
.footer img {
  width: 10vw;
  height: 80px;
  font-size: 2em;
}
.footer p {
  font-size: 18px;
  color: #000;
}
.footer section .title {
  color: #000;
  font-size: 1em;
}
.footer section .title:before {
  content: "";
}
.footer section a {
  text-decoration: none;
  color: #000;
  font-size: 18px;
  transition: 0.5s;
}
.footer section a:hover {
  color: #000;
}
.footer section input {
  width: 70%;
  border: 0;
  outline: 0;
  height: 30px;
  padding: 5px;
}
.footer section button {
  width: 50px;
  height: 40px;
  padding: 10px 5px;
  outline: 0;
  border: 0;
  background: #ccc;
  color: #193aab;
}
.footer section .fa-envelope,
.footer section .fa-phone {
  font-size: 23px;
  margin: 10px;
  transition: 0.5s;
}
.sub-footer {
  background: #5d7749;
  text-align: center;
  font-size: 14px;
  color: #fff;
  padding: 10px 0;
}
@media (max-width: 600px) {
  .container {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .footer section {
    display: block;
    width: 90%;
  }
  .footer section:nth-child(2),
  .footer section:nth-child(3) {
    width: 90%;
    display: inline-block;
    margin: 2%;
  }
}
:root {
  --rose1: linear-gradient(to right, #e50091, #ae0d97);
  --rose2: linear-gradient(to right, #d219b4, #e50091);
  --blue1: linear-gradient(to right, #3b29cf, #4267d9);
  --blue2: linear-gradient(to right, #4267d9, #17b1ef);
  --green1: linear-gradient(to right, #42c966, #5bd80b);
  --green2: linear-gradient(to right, #04e2cb, #42c966);
  --orange1: linear-gradient(to right, #e03c30, #ff7125);
  --orange2: linear-gradient(to right, #ff7125, #efbc2f);
}
.contact form {
  width: 60%;
  margin: auto;
}
.contact form input,
.contact form textarea {
  border: 0;
  outline: 0;
  font-size: 16px;
  border-radius: 320px;
  padding: 16px;
  background-color: #ebecf0;
  text-shadow: 1px 1px 0 #fff;
  margin-top: 2%;
}
.contact form input,
.contact form textarea {
  margin-right: 8px;
  box-shadow: inset 2px 2px 5px #babecc, inset -5px -5px 10px #fff;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
  appearance: none;
  -webkit-appearance: none;
  resize: none;
}
.contact form input:focus {
  box-shadow: inset 1px 1px 2px #babecc, inset -1px -1px 2px #fff;
}
.contact form button {
  color: #0f1c48;
  font-weight: 700;
  box-shadow: -5px -5px 20px #fff, 5px 5px 20px #babecc;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  font-weight: 600;
  border: 0;
  outline: 0;
  font-size: 16px;
  border-radius: 320px;
  padding: 16px;
  background-color: #ebecf0;
  width: 50%;
  margin-top: 2%;
}
.contact form button:hover {
  box-shadow: -2px -2px 5px #fff, 2px 2px 5px #babecc;
  color: #fff;
}
.contact form button:active {
  box-shadow: inset 1px 1px 2px #babecc, inset -1px -1px 2px #fff;
}
.main p {
  font-size: 21px;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 100%;
  border-bottom: dotted;
}
.footer-widget-heading h3 {
  color: #5d7749;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.mfp-img {
  display: block;
  height: 100%;
  width: auto;
  max-height: calc(100vh - 66px) !important;
}
.popup-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.popup-gallery a {
  margin: 0 auto;
}
div {
  overflow-x: hidden;
}
div {
  overflow: hidden;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}
.form_wrapper {
  background: 0 0;
  width: 95%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 15px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 23px 4px -21px rgba(0, 0, 0, 0.9);
  -moz-box-shadow: 0 23px 4px -21px rgba(0, 0, 0, 0.9);
  box-shadow: 0 23px 4px -21px rgba(0, 0, 0, 0.9);
}
.form_container {
  padding: 15px;
  border: 1px dashed #ccc;
}
.form_wrapper h2 {
  font-size: 1.5em;
  line-height: 1.5em;
  margin: 0;
}
.form_wrapper .title_container {
  text-align: center;
  margin: -15px -15px 15px;
  padding: 15px 0;
  border-bottom: 1px dashed #ccc;
}
.form_wrapper h3 {
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.5em;
  margin: 0;
}
.form_wrapper .row {
  margin: 10px -15px;
}
.form_wrapper .row > div {
  padding: 0 15px;
  box-sizing: border-box;
}
.form_wrapper .col_half {
  width: 50%;
  float: left;
}
.form_wrapper label {
  display: block;
  margin: 0 0 5px;
}
.form_wrapper .input_field,
.form_wrapper .textarea_field {
  position: relative;
}
.form_wrapper .input_field > span,
.form_wrapper .textarea_field > span {
  position: absolute;
  left: 0;
  top: 0;
  color: #333;
  height: 100%;
  border-right: 1px solid #ccc;
  text-align: center;
  width: 30px;
}
.form_wrapper .textarea_field > span {
  border-bottom: 1px solid #ccc;
  max-height: 35px;
}
.form_wrapper .input_field > span > i,
.form_wrapper .textarea_field > span > i {
  padding-top: 12px;
}
.form_wrapper input[type="email"],
.form_wrapper input[type="tel"],
.form_wrapper input[type="text"],
textarea {
  width: 100%;
  padding: 10px 10px 10px 35px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  outline: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form_wrapper textarea {
  height: 8em;
}
.form_wrapper input[type="email"]:focus,
.form_wrapper input[type="tel"]:focus,
.form_wrapper input[type="text"]:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 2px 1px rgba(255, 169, 0, 0.5);
  -moz-box-shadow: 0 0 2px 1px rgba(255, 169, 0, 0.5);
  box-shadow: 0 0 2px 1px rgba(255, 169, 0, 0.5);
  border: 1px solid #1c8bec;
}
.form_wrapper input[type="submit"] {
  background: #fff;
  height: 50px;
  line-height: 50px;
  width: 100%;
  border: none;
  outline: 0;
  cursor: pointer;
  color: #000;
  font-size: 1.2em;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form_wrapper input[type="submit"]:focus,
.form_wrapper input[type="submit"]:hover {
  background: #bb9674;
}
@media (max-width: 600px) {
  .form_wrapper .col_half {
    width: 100%;
    float: none;
  }
  .form_wrapper label {
    margin: 10px 0;
  }
}
#moreaboutus {
  padding-bottom: 100px !important;
}
.section1 {
  padding-bottom: 100px !important;
}
#loader_fullscreen {
  background: #000;
  opacity: 0.5;
  height: 100vh;
  width: 100vw;
  z-index: 23232323;
  position: fixed;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  margin: 0 auto;
  width: 95%;
}
.content {
  flex: 1;
  padding: 20px;
}
.image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.inline-photo {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}
.sub-title {
  font-size: 1.2em;
  margin-bottom: 10px;
}
.title {
  font-size: 2em;
  margin-bottom: 20px;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}
p {
  font-size: 1em;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .section {
    flex-direction: column;
  }
  .image {
    margin-top: 20px;
  }
}
.title {
  text-align: center;
  margin: 20px 0;
  font-size: 2.5em;
}
.statistics {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  width: 98%;
  margin: 0 auto;
}
.stat-card {
  background-color: #bb9674;
  color: #000;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease-in-out;
}
.stat-card:hover {
  transform: scale(1.05);
}
.stat-number {
  font-size: 2em;
  margin: 10px 0;
}
.stat-description {
  font-size: 1em;
  margin: 10px 0;
}
@media (max-width: 768px) {
  .statistics {
    grid-template-columns: 1fr;
  }
}
.welcome-section {
  background-color: #5d7749;
  padding: 40px 20px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  color: #fff;
}
.welcome-content {
  max-width: 800px;
  margin: 0 auto;
}
.welcome-title {
  font-size: 2.5em;
  margin-bottom: 20px;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}
.welcome-text {
  font-size: 1.2em;
  line-height: 1.6;
  text-align: justify;
}
#navbar a:hover {
  background-color: #0f0 !important;
  color: #000;
}
@media (max-width: 768px) {
  .welcome-section {
    width: 95%;
    margin: 0 auto;
    padding-right: 20px !important;
    padding-left: 10px !important;
  }
  .welcome-title {
    font-size: 2em;
  }
  .welcome-text {
    font-size: 1em;
  }
}
.services {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100% !important;
}
.service {
  background: #fff;
  margin: 10px;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  flex: 1 1 calc(33% - 20px);
  box-sizing: border-box;
  color: #000;
}
.service h2 {
  color: #000;
  margin-top: 0;
}
.service p {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .service {
    flex: 1 1 100% !important;
  }
}
.slide-menu a.logo:hover {
  background-color: initial;
}
#navbar a:hover {
  background-color: initial;
}
.custom-shape-divider-top-1720691550 {
  position: absolute;
  top: 150px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.custom-shape-divider-top-1720691550 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 190px;
}
.custom-shape-divider-top-1720691550 .shape-fill {
  fill: #fff;
}
.custom-shape-divider-bottom-1720692002 {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.custom-shape-divider-bottom-1720692002 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 19px;
}
.custom-shape-divider-bottom-1720692002 .shape-fill {
  fill: #fff;
}
.custom-shape-divider-top-1720692180 {
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.custom-shape-divider-top-1720692180 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 19px;
}
.custom-shape-divider-top-1720692180 .shape-fill {
  fill: #5d7749;
}
.custom-shape-divider-top-1720692510 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.custom-shape-divider-top-1720692510 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 19px;
}
.custom-shape-divider-top-1720692510 .shape-fill {
  fill: #fff;
}
.splide__slide {
  height: 500px !important;
}
.custom-shape-divider-top-1720713129 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.custom-shape-divider-top-1720713129 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 32px;
}
.custom-shape-divider-top-1720713129 .shape-fill {
  fill: #fff;
}
.custom-shape-divider-top-1720713175 {
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.custom-shape-divider-top-1720713175 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 116px;
}
.custom-shape-divider-top-1720713175 .shape-fill {
  fill: #fff;
}
.custom-shape-divider-top-1720713216 {
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.custom-shape-divider-top-1720713216 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 116px;
}
.custom-shape-divider-top-1720713216 .shape-fill {
  fill: #fff;
}
.custom-shape-divider-top-1720767592 {
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.custom-shape-divider-top-1720767592 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 49px;
}
.custom-shape-divider-top-1720767592 .shape-fill {
  fill: #fff;
}
.custom-shape-divider-bottom-1720767699 {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}
.custom-shape-divider-bottom-1720767699 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 49px;
}
.custom-shape-divider-bottom-1720767699 .shape-fill {
  fill: #fff;
}
.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #fff;
  color: #000;
}
.oszlopok {
  flex: 1;
  min-width: 200px;
  margin: 10px;
}
.footer-widget-heading h3 {
  margin-bottom: 15px;
}
.oszlopok p {
  margin: 5px 0;
}
.oszlopok a {
  color: #fff;
  text-decoration: none;
}
.oszlopok a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .footer {
    flex-direction: column;
    align-items: center;
  }
  .oszlopok {
    text-align: center;
  }
}
.sub-footer {
  text-align: center;
  padding: 10px 0;
  background-color: #5d7749;
  color: #fff;
}

.topnav_menuk {
  display: flex;
  flex-direction: row;
}
/* Galéria alapstílus */
.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}

.gallery-item {
    width: 100%;
    max-width: 300px; /* Adjust this value as per your layout */
    height: 200px; /* Make sure all images have the same height */
    object-fit: cover; /* Ensure images fit the box */
    border: 2px solid #ccc;
    transition: transform 0.3s ease;
}

.gallery-item:hover {
    transform: scale(1.05);
}

a {
    text-decoration: none;
}

@media (max-width: 600px) {
    .gallery-item {
        width: 100%; /* For smaller screens, images will take full width */
    }
}

.gallery{padding-bottom:30px;}
