@import url("https://fonts.googleapis.com/css2?family=Rosarivo&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rufina&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600&display=swap");
* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background-color: #F6F4F4;
}

nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 6vh;
  background-color: #3E322D;
  font-family: 'Poppins', sans-serif;
}

.logo a {
  color: white;
  text-decoration: none;
}

.logo img {
  position: absolute;
  top: 5px;
  width: 130px;
}

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 70%;
  margin-top: 1rem;
}

.nav-links a {
  color: white;
  text-decoration: none;
  letter-spacing: 3px;
  font-size: 1rem;
}

.nav-links li {
  list-style: none;
}

.burger {
  display: none;
  cursor: pointer;
}

.burger div {
  width: 25px;
  height: 3px;
  background-color: white;
  margin: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.center {
  margin: 0;
}

.header {
  text-align: center;
}

h5 {
  margin-top: 3%;
  margin-bottom: 2%;
  font-size: 1.8rem;
  font-family: 'Comfortaa', cursive;
}

#myVideo {
  position: fixed;
  right: 0;
  bottom: 20%;
  min-width: 100%;
  max-height: 80%;
}

.section-video {
  height: 70vh;
}

.video {
  margin-top: 10%;
}

.video video {
  width: 80%;
}

.video-btn {
  position: fixed;
  bottom: 20%;
  left: 30%;
  width: 40%;
  background-color: #A8D161;
  padding: 10px;
  text-align: center;
  border-radius: 12px;
  border: 3px dashed #3E322D;
}

.video-btn a {
  color: #3E322D;
  font-family: 'Comfortaa', cursive;
  font-size: 1.2rem;
}

.video-btn:hover {
  background-color: #3E322D;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  cursor: pointer;
}

.video-btn:hover a {
  color: white;
}

#mi-a-kalandio {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: -webkit-gradient(linear, left top, left bottom, from(#9E6240), to(#B45F23));
  background: linear-gradient(180deg, #9E6240 0%, #B45F23 100%);
  color: white;
  text-align: justify;
}

#mi-a-kalandio a {
  color: #F6F4F4;
}

#mi-a-kalandio a:hover {
  text-decoration: underline;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.btn-active {
  text-align: center;
  background-color: #3E322D;
  color: #3E322D;
  border-radius: 12px;
  margin-top: 5%;
  margin-bottom: 5%;
  padding: 12px;
  text-decoration: none;
  font-family: 'Comfortaa', cursive;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-passive {
  text-align: center;
  border: 1px dotted #3E322D;
  color: #3E322D;
  border-radius: 12px;
  margin-bottom: 10%;
  padding: 12px;
  text-decoration: none;
  font-family: 'Comfortaa', cursive;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-passive :hover {
  color: #3E322D;
}

.about-text {
  position: relative;
  padding-top: 8%;
  padding-bottom: 3%;
  font-size: 1.2rem;
}

.about-text img {
  border-radius: 50%;
  width: 100%;
}

.about-text .dotted-circle {
  position: absolute;
  width: 32%;
  top: 32%;
  left: 62%;
  z-index: 100;
}

.about-text p {
  line-height: 30px;
}

.section-about-top-divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.section-about-top-divider svg {
  position: relative;
  display: block;
  width: calc(106% + 1.3px);
  height: 69px;
}

.section-about-top-divider .shape-fill {
  fill: #F6F4F4;
}

#palya-adatai {
  position: relative;
  height: 90vh;
  background-color: #F6F4F4;
  color: #3E322D;
}

#palya-adatai h5 {
  padding-top: 5%;
  padding-bottom: 2%;
  text-align: center;
}

#palya-adatai i {
  padding-right: 4%;
}

#palya-adatai ul {
  padding-top: 5%;
  list-style: none;
  font-size: 1.3rem;
  padding-left: 0;
}

#palya-adatai ul li {
  padding-top: 3%;
}

#palya-adatai img {
  width: 70%;
  border-radius: 12px;
  -webkit-box-shadow: 0px 0px 23px 6px rgba(34, 49, 77, 0.25);
          box-shadow: 0px 0px 23px 6px rgba(34, 49, 77, 0.25);
  height: 80%;
}

#palya-adatai p {
  margin-top: 5%;
  font-size: 1.2rem;
}

.section-track-divider-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.section-track-divider-top svg {
  position: relative;
  display: block;
  width: calc(173% + 1.3px);
  height: 75px;
}

.section-track-divider-top .shape-fill {
  fill: #B45F23;
}

.section-track-divider-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.section-track-divider-bottom svg {
  position: relative;
  display: block;
  width: calc(106% + 1.3px);
  height: 58px;
}

.section-track-divider-bottom .shape-fill {
  fill: #E1E1E1;
}

#salonicBookingWidget {
  margin-top: 3%;
  width: 90%;
  margin-left: 5%;
  max-width: 1980px;
  height: 75vh;
  border: 1px solid #eee;
  border-radius: 12px;
}

#foglalas {
  height: auto;
  background-color: #E1E1E1;
  position: relative;
  padding-bottom: 10%;
}

#foglalas h4 {
  text-align: center;
  padding-top: 5%;
  padding-bottom: 3%;
  font-weight: 400;
  font-family: 'Comfortaa', cursive;
  font-size: 1.8rem;
}

#foglalas a {
  margin-bottom: 10%;
}

.gift-btn {
  text-align: center;
  background-color: #A8D161;
  color: #3E322D;
  border-radius: 12px;
  margin-bottom: 10%;
  padding: 15px;
  width: 70%;
  margin-left: 35%;
  text-decoration: none;
  font-family: 'Comfortaa', cursive;
}

.gift-btn:hover {
  background-color: #87A854;
  color: white;
}

#kik-vagyunk {
  height: auto;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-1.39%, #87A854), to(#A8D161));
  background: linear-gradient(180deg, #87A854 -1.39%, #A8D161 100%);
  text-align: justify;
}

#kik-vagyunk .intro-box {
  width: 80%;
  padding-top: 10%;
  padding-bottom: 5%;
}

#kik-vagyunk h4 {
  font-family: 'Comfortaa', cursive;
  font-size: 1.8rem;
  font-weight: 400;
}

#kik-vagyunk p {
  font-size: 1.1rem;
}

#kik-vagyunk img {
  width: 80%;
  margin-left: 10%;
}

.bemutatkozasok {
  margin: 0;
  vertical-align: middle;
}

.carousel-intro .card {
  background-color: transparent;
  border: none;
  text-align: justify;
}

.section-intro-divider-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.section-intro-divider-top svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 44px;
}

.section-intro-divider-top .shape-fill {
  fill: #E1E1E1;
}

#galeria {
  height: auto;
  background-color: #F6F4F4;
  position: relative;
}

.carousel-gallery {
  padding-top: 10%;
  overflow-x: hidden;
  padding-bottom: 7%;
}

.carousel-gallery .card {
  margin: 5px;
  border: 0;
  z-index: -100;
}

.carousel-gallery .card img {
  width: 100%;
  height: auto;
}

.section-gallery-divider-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.section-gallery-divider-top svg {
  position: relative;
  display: block;
  width: calc(147% + 1.3px);
  height: 58px;
}

.section-gallery-divider-top .shape-fill {
  fill: #A8D161;
}

.partnerek {
  height: auto;
  background-color: #E1E1E1;
  position: relative;
  padding-top: 8%;
  padding-bottom: 10%;
}

.partnerek h4 {
  text-align: center;
  padding-top: 5%;
  padding-bottom: 3%;
  font-weight: 400;
  font-family: 'Comfortaa', cursive;
  font-size: 1.8rem;
}

.partnerek .partnerek-lista {
  width: 80%;
  margin-left: 10%;
}

.partnerek .partnerek-lista a {
  color: #3E322D;
}

.partnerek .product {
  border-bottom: 1px dashed #5f485a;
}

.partnerek .product .name {
  font-weight: bold;
  color: #464646;
}

.partnerek .product p {
  margin-bottom: 0;
}

.partnerek .product .end {
  float: right;
}

.custom-shape-divider-top-1684937450 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1684937450 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 38px;
}

.custom-shape-divider-top-1684937450 .shape-fill {
  fill: #F6F4F4;
}

#sectionFooter {
  height: 120px;
  background-color: #3E322D;
  position: relative;
  padding-top: 3%;
}

#sectionFooter a {
  color: white;
  padding-right: 5%;
}

#sectionFooter p {
  color: #cccccc;
  font-size: 0.8rem;
}

.reference {
  background-color: #3d3d3d;
  color: white;
  font-size: 0.9rem;
  padding: 5px;
  text-align: center;
  margin-top: 5%;
}

.reference a {
  color: #b6b6b6;
  font-style: normal;
  font-family: 'Poppins', sans-serif;
}

#sectionGYIK {
  height: auto;
  padding-bottom: 10%;
}

#sectionGYIK h4 {
  padding-top: 10%;
  text-align: center;
  padding-bottom: 5%;
}

.accordion {
  background-color: #A8D161;
  border-radius: 8px;
  color: #444;
  cursor: pointer;
  width: 90%;
  margin-left: 5%;
  text-align: left;
  border: none;
  outline: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 10px;
}

.accordion h6 {
  margin: 0;
}

.active, .accordion:hover {
  background-color: #87A854;
}

.panel {
  padding: 5px 18px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0);
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
  width: 90%;
  margin-left: 5%;
}

.panel a {
  color: #3E322D;
}

.sectionKapcsolat h4 {
  margin-top: 10%;
  padding-bottom: 3%;
  text-align: center;
  font-family: 'Comfortaa', cursive;
}

.sectionKapcsolat .container {
  width: 80%;
  text-align: center;
}

.sectionKapcsolat .container img {
  padding-bottom: 10%;
}

.sectionKapcsolat .kapcsolat-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sectionKapcsolat .kapcsolat-form button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 30px;
  font-size: 1rem;
  gap: 10px;
  border: none;
  border-radius: 12px;
}

.sectionKapcsolat .contact-inputs {
  width: 400px;
  height: 50px;
  border: none;
  outline: none;
  padding-left: 25px;
  font-weight: 500;
  border-radius: 12px;
}

#sectionAjandekutalvany {
  padding-bottom: 5%;
}

#sectionAjandekutalvany h4 {
  margin-top: 10%;
  padding-bottom: 3%;
  text-align: center;
  font-family: 'Comfortaa', cursive;
}

#sectionAjandekutalvany h3 {
  text-align: center;
  padding-top: 8%;
  font-family: 'Poppins', sans-serif;
}

#sectionAjandekutalvany .container {
  width: 80%;
  margin-left: 10%;
}

#sectionAjandekutalvany a {
  color: #B45F23;
}

#sectionAjandekutalvany img {
  width: 100%;
}

#sectionKoszonjuk {
  padding-top: 10%;
  text-align: center;
  height: auto;
  font-family: 'Comfortaa', cursive;
  background-image: url("/img/diosjeno_hazak.jpg");
  background-position: center;
  background-size: cover;
  padding-bottom: 10%;
}

#sectionKoszonjuk .gift-btn {
  margin: 0;
}

#sectionKoszonjuk h3 {
  padding-top: 5%;
  padding-bottom: 5%;
  color: #B45F23;
  font-size: 1.5rem;
}

#sectionKoszonjuk .text-box {
  background-color: #F6F4F4;
  opacity: 95%;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-left: 10%;
  padding-right: 10%;
}

@media screen and (max-width: 1024px) {
  .nav-links {
    width: 60%;
  }
}

@media screen and (max-width: 768px) {
  .nav-links {
    z-index: 100;
    position: fixed;
    right: 0px;
    height: 100vh;
    top: 4vh;
    background-color: #3E322D;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50%;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.5s ease-in;
    transition: -webkit-transform 0.5s ease-in;
    transition: transform 0.5s ease-in;
    transition: transform 0.5s ease-in, -webkit-transform 0.5s ease-in;
    margin-top: 1vh;
    padding-left: 0;
  }
  .nav-links :hover {
    background-color: #9E6240;
  }
  .nav-links li {
    opacity: 0;
    padding: 10px;
  }
  .logo img {
    position: absolute;
    top: 5px;
    left: 2rem;
    width: 100px !important;
  }
  h5 {
    margin-top: 15%;
    text-align: center;
  }
  .burger {
    display: block;
  }
  #myVideo {
    bottom: 60%;
  }
  .section-video {
    height: 65vh;
  }
  .video-btn {
    bottom: 45%;
    left: 10%;
    width: 80%;
    padding: 5px;
    font-size: 0.8rem;
  }
  .video video {
    width: 100%;
  }
  #mi-a-kalandio {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  #mi-a-kalandio p {
    width: 90%;
    margin-left: 5%;
    margin-top: 10%;
    margin-bottom: 5%;
    text-align: start;
  }
  #mi-a-kalandio img {
    padding-top: 10%;
    width: 80%;
    margin-left: 10%;
  }
  #mi-a-kalandio .about-text .dotted-circle {
    top: 75%;
    left: 5%;
    z-index: 100;
  }
  #palya-adatai {
    height: auto;
  }
  #palya-adatai img {
    margin-left: 10%;
    width: 80%;
  }
  #palya-adatai ul {
    text-align: center;
  }
  #palya-adatai p {
    width: 80%;
    margin-left: 10%;
    margin-bottom: 15%;
  }
  .section-about-top-divider svg {
    height: 40px;
  }
  .section-track-divider-top svg {
    height: 40px;
  }
  .section-track-divider-bottom svg {
    height: 30px;
  }
  .section-gallery-divider-top svg {
    height: 30px;
  }
  .partnerek .partnerek-lista {
    width: 90%;
    margin-left: 5%;
    overflow-x: scroll;
  }
  .partnerek .product {
    padding-top: 2%;
  }
  .partnerek .product .end {
    text-align: end;
    padding-bottom: 2%;
  }
  .partnerek .name::before {
    content: "\a";
    white-space: pre;
  }
  .intro-box h4 {
    margin-top: 15%;
  }
  .gombok {
    text-align: center;
  }
  .gift-btn {
    font-size: 0.8rem;
    margin-left: 5%;
    margin-bottom: 20px;
  }
  #salonicBookingWidget {
    margin-top: 10%;
  }
  #sectionFooter a {
    text-align: end;
  }
  #sectionFooter p {
    text-align: end;
  }
  #sectionGYIK h4 {
    padding-top: 40%;
    text-align: center;
    padding-bottom: 5%;
  }
  #sectionGYIK .accordion {
    width: 80%;
    margin-left: 10%;
  }
  #sectionAjandekutalvany {
    padding-bottom: 10%;
  }
  #sectionAjandekutalvany h4 {
    margin-top: 45%;
  }
  #sectionAjandekutalvany li {
    padding-bottom: 3%;
    line-height: 25px;
  }
  #sectionKoszonjuk {
    padding-top: 15%;
  }
  #sectionKoszonjuk .text-box {
    margin-top: 20%;
    padding-top: 10%;
    padding-bottom: 10%;
  }
}

.nav-active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

@-webkit-keyframes navLinkFade {
  from {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes navLinkFade {
  from {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.toggle .line1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 6px);
          transform: rotate(-45deg) translate(-6px, 6px);
}

.toggle .line2 {
  opacity: 0;
}

.toggle .line3 {
  -webkit-transform: rotate(45deg) translate(-6px, -6px);
          transform: rotate(45deg) translate(-6px, -6px);
}
/*# sourceMappingURL=style.css.map */