body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  color: #111;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  position: relative;
  overflow-x: hidden;
  background-color: #3a5a3d;
}



/* HEADER */
.main-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 40px;
  position: sticky;
  top: 0;
  z-index: 998;
  background: linear-gradient(90deg, rgba(253, 251, 251, 0.6) 0%, rgba(235, 237, 238, 0.6) 100%);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}


.logo {
  display: flex;
  align-content: center;
  align-items: center;
  gap: 20px;
}

.flag {
  height: 20px;
}

.main-header .logo h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  background: linear-gradient(90deg, #111, #555);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contact-button {
  background: linear-gradient(135deg, #2f7a32, #a4d144, #f4e041);
  color: rgb(0, 0, 0);
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 40px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(3px);
}


.contact-button:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  background: linear-gradient(135deg, #3b913d, #c4df53, #ffed57);
  border-color: rgba(255, 255, 255, 0.8);
}



.title-container h2 {
  margin: 0;
  font-size: 24px;
}



/* ФОТКИ */
.photo-gallery {
  position: relative;
  margin: 60px auto;
  max-width: 92%;
  overflow: hidden;
  border-radius: 20px;
}

.gallery-track {
  display: flex;
  gap: 30px;
  transition: transform 0.5s ease;
  padding: 10px;
}

.gallery-track img {
  width: 360px;
  height: 220px;
  object-fit: cover;
  border-radius: 16px;
  flex-shrink: 0;
  border: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow-x: auto;
  scroll-behavior: smooth;
}

.gallery-track img:hover {
  transform: scale(1.04);
}

.gallery-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.gallery-btn:hover {
  background: rgba(255, 255, 255, 0.4);
  transform: translateY(-50%) scale(1.08);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.6);
}

.gallery-btn.left {
  left: 16px;
}

.gallery-btn.right {
  right: 16px;
}




.gallery-track {
  overflow-x: auto;
  white-space: nowrap;
  scroll-behavior: smooth;
  overflow: hidden;
}

.gallery-track img {
  display: inline-block;
}









/* ВЫБОР МАРШРУТА */
.choosing-tour {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin: 60px 0;
  flex-wrap: wrap;
}

/* .choosing-tour a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  padding: 12px 28px;
  border-radius: 30px;
  background: #f5f5f5;
  color: #111;
  border: 1px solid #ccc;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: all 0.7s ease;
}

.choosing-tour a:hover {
  background: linear-gradient(135deg, #111, #333);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
  border-color: transparent;
}

.choosing-tour a.active {
  background: linear-gradient(135deg, #111, #333);
  color: white;
  border-color: transparent;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
} */

.choosing-tour a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  padding: 12px 28px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.15);
  color: #111;
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05), inset 0 1px 2px rgba(255,255,255,0.2);
  transition: all 0.4s ease;
}

.choosing-tour a:hover {
  background: rgba(255, 255, 255, 0.25);
  color: #000;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
}

.choosing-tour a.active {
  background: rgba(0, 0, 0, 0.25); /* прозрачный чёрный */
  color: white;
  border-color: rgba(0, 0, 0, 0.3);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}









/* МАРШРУТ */
/* .tour-route {
  display: flex;
  flex-direction: column;
  gap: 100px;
  background: white;
  padding: 60px 40px;
  margin: 60px auto;
  max-width: 1200px;
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: unset;
} */

.tour-route {
  display: flex;
  flex-direction: column;
  gap: 100px;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  padding: 60px 40px;
  margin: 60px auto;
  max-width: 1200px;
  border-radius: 24px;
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.08),
    inset 0 1px 2px rgba(255, 255, 255, 0.2);
  position: relative;
  z-index: 0;
}



.route-start {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.route-start h1 {
  margin: 0;
}



.place {
  padding: 0 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.place-title {
  width: 100%;
  text-align: flex-start;
  font-weight: bold;
  text-transform: uppercase;
}

.place.left .place-title {
  text-align: left;
}

.place.right .place-title {
  text-align: right;
}

.place-container {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 60px;
  align-content: center;
  justify-content: space-between;
  position: relative;
}

.place.left .place-container {
  flex-direction: row;
}

.place.right .place-container {
  flex-direction: row-reverse;
}


/* .place-main {
  display: flex;
  flex-direction: row;
  gap: 20px;
  background: #f9f9f9;
  padding: 24px;
  border-radius: 20px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  z-index: unset;
} */

.place-main {
  display: flex;
  flex-direction: row;
  gap: 20px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 24px;
  border-radius: 20px;
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.2),
    inset 0 1px 2px rgba(255, 255, 255, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  z-index: 2;
}


.place-main:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.3);
}

.place.left .place-main {
  flex-direction: row;
}

.place.right .place-main {
  flex-direction: row-reverse;
}


.place-image {
  border-radius: 20px;
}

.place-image img {
  border-radius: 20px;
  width: 150px;
  height: 150px;
  object-fit: cover;
  border: 1px solid #ccc;
}

.place-info {
  max-width: 400px;
  font-size: 14px;
  line-height: 1.5;
}

.place.left .place-info {
  text-align: left;
}

.place.right .place-info {
  text-align: right;
}

.place-number {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 700;
  color: #111;
  background: linear-gradient(135deg, rgba(240,240,240,0.7), rgba(200,200,200,0.6));
  backdrop-filter: blur(8px) saturate(180%);
  -webkit-backdrop-filter: blur(8px) saturate(180%);
  box-shadow:
    0 4px 8px rgba(0, 0, 0, 0.2),
    inset 0 1px 2px rgba(255, 255, 255, 0.3),
    inset 0 -1px 1px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.place-number:hover {
  transform: scale(1.06);
  box-shadow:
    0 6px 16px rgba(0, 0, 0, 0.25),
    inset 0 2px 4px rgba(255, 255, 255, 0.4);
}






.route-arrows {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
}




.route-end {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.route-end h1 {
  margin: 0;
}

.booking {
  display: none;
}




#tourRoute {
  opacity: 1;
  transition: opacity 0.6s ease;
}

#tourRoute.fade-out {
  opacity: 0;
  pointer-events: none;
}






/* О НАС */
.about-us {
  display: flex;
  flex-direction: column;
  gap: 40px;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  padding: 60px 40px;
  margin: 80px auto;
  max-width: 1200px;
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08), inset 0 1px 2px rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
  z-index: 100;
}

.about-bg-leaf {
  position: absolute;
  top: 0;
  right: 0;
  width: 350px;
  height: 350px;
  background: url("images/leaf.png") no-repeat top right;
  background-size: cover;
  z-index: 1;
  pointer-events: none;
}


.about-main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  position: relative;
}


.about-title h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #111;
  text-align: center;
  position: relative;
  z-index: 2;
  font-family: 'Montserrat', sans-serif;
}

.about-text {
  font-size: 18px;
  line-height: 1.8;
  color: #000000;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  font-family: 'Montserrat', sans-serif;
}

.about-text p {
  margin-bottom: 24px;
}

.about-text .highlight {
  color: #0e0e0e;
  font-weight: 500;
}

.about-text .soft {
  color: #1b1a1a;
  font-style: italic;
}

.about-text .inline-tag {
  display: inline-block;
  background: #ffffff16;
  color: #111;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.inline-tag {
  display: inline-block;
  background: #ffffff16;
  color: #111;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}


.about-contacts {
  margin-top: 40px;
  font-size: 16px;
  color: #111;
  text-align: center;
  margin: auto;
}

.about-contacts p {
  margin: 8px 0;
}

.about-contacts a {
  color: #000;
  font-weight: 500;
  text-decoration: none;
  /* border-bottom: 1px dashed rgba(0, 0, 0, 0.3); */
  transition: all 0.3s ease;
}

.about-contacts a:hover {
  border-bottom-color: transparent;
  color: #ffffff;
}

.about-messengers {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 12px;
}

.about-messengers img {
  width: 35px;
  height: 35px;
  opacity: 0.85;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.about-messengers img:hover {
  transform: scale(1.15);
  opacity: 1;
}





/* Модальное окно */
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0, 0, 0, 0.631);
  justify-content: center;
  align-items: center;
}

.modal-content {
  background: rgba(255, 255, 255, 0.602);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  padding: 30px;
  border-radius: 20px;
  width: 90%;
  max-width: 420px;
  box-shadow:
    0 10px 40px rgba(0, 0, 0, 0.3),
    inset 0 1px 2px rgba(255, 255, 255, 0.2);
  position: relative;
  text-align: center;
  color: #111;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.modal-content h2 {
  margin-bottom: 20px;
}

.modal-content form input {
  width: 100%;
  padding: 14px 16px;
  margin: 10px 0;
  border-radius: 10px;
  font-size: 14px;
  outline: none;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #000;
}

.modal-content form input:focus {
  border-color: #222;
}

.modal-content form input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}


.modal-content form button {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 10px;
  background-color: #222;
  color: white;
  cursor: pointer;
  margin-top: 10px;
  background: linear-gradient(135deg, #000, #333);
  font-weight: 600;
  transition: all 0.3s ease;
}

.modal-content form button:hover {
  background: linear-gradient(135deg, #333, #000);
  transform: translateY(-1px);
}

.close-btn {
  position: absolute;
  top: 10px; right: 15px;
  font-size: 24px;
  cursor: pointer;
  color: #000;
  font-weight: 600;
  transition: color 0.3s ease;
}

.close-btn:hover {
  color: #333;
}

.messengers {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.messengers img {
  width: 32px;
  height: 32px;
  cursor: pointer;
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0.85;
}

.messengers img:hover {
  transform: scale(1.15);
  opacity: 1;
}





/* ПОЛИТИКА КОНФ */
.policy-checkbox {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-top: 10px;
  font-size: 14px;
  gap: 10px;
  color: #111;
  font-weight: 500;
}

.policy-checkbox input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  border: 1.2px solid #111;
  background: transparent;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
  display: grid;
  place-content: center;
}


.policy-checkbox input[type="checkbox"]::after {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #111;
  border-radius: 2px;
  transform: scale(0);
  transition: transform 0.2s ease;
}

.policy-checkbox input[type="checkbox"]:checked::after {
  transform: scale(1);
}

.policy-checkbox a {
  color: #111;
  font-weight: 600;
  text-decoration: none;
}





/* ФУТЕР */
.main-footer {
  position: relative;
  z-index: 10;
  padding: 24px 20px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.05);
  text-align: center;
  color: #000000;
  font-size: 13px;
  margin-top: 160px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.main-footer p {
  margin: 5px 0;
}


.footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  max-width: 100%;
}

.footer-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.footer-messengers {
  display: flex;
  gap: 16px;
  justify-content: center;
}

.footer-messengers img {
  width: 30px;
  height: 30px;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.footer-messengers img:hover {
  opacity: 1;
}

.footer-note {
  font-size: 13px;
  color: #000000;
}

.footer-note a {
  color: #000000;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
}

.footer-note a:hover {
  color: #000000;
  border-bottom-color: transparent;
}

.footer-policy {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  max-width: 500px;
  line-height: 1.4;
}

.footer-policy a {
  color: #000000ab;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
}










/* Кнопка вверх */
#scrollTopBtn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  background: rgba(30, 30, 30, 0.4);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease, transform 0.3s ease;
  box-shadow:
    0 8px 24px rgba(0, 0, 0, 0.3),
    inset 0 1px 2px rgba(255, 255, 255, 0.2);
}

#scrollTopBtn.show {
  opacity: 1;
  pointer-events: auto;
}

#scrollTopBtn:hover {
  transform: scale(1.1);
  background: rgba(30, 30, 30, 0.6);
}

#scrollTopBtn svg {
  stroke: #fff;
  width: 24px;
  height: 24px;
}





/* Папоротники */
.fern {
  position: fixed;
  top: 0;
  height: 80vh;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  filter: blur(1px);
  transform: translateX(-100%);
  transition: transform 1s ease, opacity 1s ease;
}

.fern-right {
  right: 0;
  left: auto;
  transform: translateX(100%);
}

.fern.show {
  opacity: 1;
  transform: translateX(0);
}


.fern-back {
  position: fixed;
  top: 0;
  height: 100vh;
  z-index: -1;
  opacity: 0;
  filter: blur(3px);
  pointer-events: none;
  transform: translateX(-100%);
  transition: transform 1s ease, opacity 1s ease;
}

.fern-back.fern-right {
  right: 0;
  left: auto;
  transform: translateX(100%);
}

.fern-back.show {
  opacity: 1;
  transform: translateX(0);
}




/* background */
.background-blur {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 200vh;
  background: url('images/background.webp') center top / cover no-repeat;
  filter: blur(8px) brightness(0.8);
  z-index: -1;
  pointer-events: none;
  will-change: transform;
  scale: 1.2;
}









/* КУКИ СОГЛАШЕНИЕ */

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(6px);
  padding: 15px;
  border-top: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 9999;
  font-size: 14px;
  flex-wrap: wrap;
}

.cookie-actions button {
  margin-left: 10px;
  padding: 8px 14px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
  background: #111;
  color: white;
}

.cookie-actions button:hover {
  background: #333;
}







/* Мобилка */

@media (max-width: 768px) {

  /* HEADER */
  .main-header {
    padding: 12px 20px;
  }

  .main-header .logo h2 {
    font-size: 20px;
  }

  .contact-button {
    display: none;
    font-size: 14px;
    padding: 8px 16px;
  }


  /* GALLERY */
  .photo-gallery {
    justify-content: center;
    overflow: hidden;
    position: relative;
    padding: 20px 0;
    width: 100%;
    box-sizing: border-box;
  }

  .gallery-track {
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    /* justify-content: center */
    margin-left: 21px;
  }


  .gallery-track img {
    scroll-snap-align: start;
    flex: 0 0 auto;
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
  }



  /* Routes */
  .choosing-tour {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    justify-content: center;
    padding: 10px 0;
  }

  .choosing-tour a {
    flex-shrink: 0;
    font-size: 13px;
    padding: 8px 14px;
    border-radius: 20px;
  }



  /* Trip */
  .tour-route {
    padding: 40px 15px;
    gap: 20px;
  }

  .route-start h1 {
    font-size: 28px;
  }

  .route-start p {
    text-align: center;
    font-size: 14px;
  }

  .place {
    padding: 0;
  }

  .place-title {
    font-size: 14px;
  }

  .place-container {
    gap: 10px;
  }

  .place-number {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }

  .place-main {
    gap: 0;
  }

  .place-image img {
    width: 100%;
    height: unset;
  }

  .place-info {
    font-size: 12px;
  }

  .place.left .place-title {
    text-align: right;
  }

  .place.right .place-title {
    text-align: right;
  }

  .place.left .place-container {
    flex-direction: row-reverse;
  }

  .place.right .place-container {
    flex-direction: row-reverse;
  }

  .place.left .place-main {
    flex-direction: column;
    display: flex;
    align-items: flex-end;
  }

  .place.right .place-main {
    flex-direction: column;
    display: flex;
    align-items: flex-end;
  }

  .place.left .place-info {
    text-align: justify;
  }

  .place.right .place-info {
    text-align: justify;
  }


  .route-end h1 {
    font-size: 28px;
  }

  .route-end p {
    text-align: center;
    font-size: 14px;
  }

  .booking {
    display: flex;
    justify-content: center;
  }

  .booking-btn {
    background: linear-gradient(135deg, #2f7a32, #a4d144, #f4e041);
    color: rgb(0, 0, 0);
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 40px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(3px);
    /* width: 150px; */
  }

  .booking-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    background: linear-gradient(135deg, #3b913d, #c4df53, #ffed57);
    border-color: rgba(255, 255, 255, 0.8);
  }



  /* ABOUT */

  .about-us {
    /* padding: 40px 15px; */
    gap: 20px;
  }

  .about-bg-leaf {
    width: 240px;
    height: 240px;
  }

  .about-title {
    text-align: left;
  }

  .about-title h1 {
    margin: 0;
    text-align: left;
  }

  .about-text {
    font-size: 14px;
    line-height: unset;
  }


  /* FOOTER */
  .main-footer {
    margin-top: 80px;
  }


  /* MODAL */

  .modal-content {
    width: 80%;
  }

  
}


@media (min-width: 769px) and (max-width: 1194px) {

  .fern {
    display: none;
  }

  .fern-back {
    display: none;
  }
}