@font-face {
  font-family: 'Deeptalk';
  src: url('../fonts/Deeptalk.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

/* italic variants (if you ever use font-style: italic) */
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}

body {
  font-family: 'Poppins', sans-serif;
}

ul {
  list-style-type: none;
}

.logo {
  font-family: 'Deeptalk', sans-serif;
  display: flex;
  gap: 32px;
  width: 50%;
}

.content {
  width: 50%;
}

.content p {
  font-size: 14px;
  font-weight: 400;
  color: #62748E;
}

.content p span {
  font-weight: 700;
}

.logo img {
  width: 120px;
  height: 120px;
}

.logo .title1 {
  color: #72B236;
  font-size: 72px;
  margin: 0;
  font-weight: 400;
}

.logo .title2 {
  color: #0EA7E9;
  font-size: 96px;
  margin: 0;
  font-weight: 400;
}

.logoTitle {
  line-height: 53px;
}

header {
  display: flex;
  gap: 24px;
  max-width: 1300px;
  padding: 32px;
  align-items: center;
  align-content: center;
  align-self: stretch;
  margin: auto;
}

.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: auto;
  gap: 24px;
}

.footer img {
  width: 100px;
  height: auto;
  object-fit: contain;
}

.footer p {
  font-size: 12px;
  font-weight: 400;
  color: #62748E;
}

.wrapper {
  background: #F8FAFC;
}

.section2 {
  display: flex;
  max-width: 1100px;
  padding: 60px 32px 0 32px;
  justify-content: space-between;
  align-items: center;
  align-content: flex-start;
  gap: 24px 48px;
  align-self: stretch;
  margin: auto;
}

.section2 h2 {
  font-size: 24px;
  color: #004C28;
  font-weight: 400;
}

.section2 h2 span {
  color: #72B236;
}

.btnCharte {
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 9999px;
  background: #0EA7E9;
  border: none;
  color: white;
}

.section2 a {
  text-decoration: none;
}

.section1 {
  max-width: 1100px;
  margin: auto;
  padding: 0 0 60px 0;
}

.accordion {
  background-color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  border: 1px solid #E2E8F0;
  color: #004C28;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
}

.accordion span {
  font-weight: 400;
}

.accordion:nth-of-type(1) {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.accordion:nth-of-type(5) {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.accordion.active {
  border-bottom: none;
}

.accordion.active:nth-of-type(5) {
  border-bottom: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-left: 1px solid #E2E8F0;
  border-right: 1px solid #E2E8F0;
}

.panel ul {
  list-style-type: disc;
}

.panel ul li {
  font-size: 14px;
  color: #314158;
}

.panel ul li span {
  color: #0EA7E9;
  font-weight: 700;
}

.embla {
  padding-top: 80px;
}

.embla__viewport {
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}

.embla__container {
  display: flex;
  touch-action: pan-y pinch-zoom;
  margin-left: calc(1rem * -1);
  align-items: center;
}

.embla__slide {
  flex: 0 0 70%;
  min-width: 0;
}

.embla__slide {
  transition: opacity 0.2s ease-in-out;
}
.embla__slide:not(.is-snapped) {
  opacity: 0.3;
}

.embla__slide__content {
  padding-left: 1rem;
  padding: 40px 32px;
  display: flex;
  gap: 48px;
  background: white;
  border-radius: 24px;
  margin: 0 40px;
}

.embla__prev img,
.embla__next img {
  width: 12px;
  height: 24px;
}

.embla__prev,
.embla__next {
  width: 100px;
  height: 56px;
  background: #FFFFFF;
  border-radius: 999px;
  padding: 16px;
  border: none;
}

.embla__content {
  width: 100%;
}

.embla__content p {
  font-size: 14px;
  color: #45556C;
}

.carousel {
  padding-bottom: 80px;
  background: linear-gradient(180deg, #E0F2FE 0%, #BAE7FD 100%);
}

.carousel .shape {
  width: 100%;
}

.carousel .shapeMobile {
  display: none;
}

.controls {
  margin-top: 12px;
  text-align: center;
}

.embla__content h1 {
  font-size: 30px;
  color: #004C28;
  font-weight: 600;
}

#slideSpan1 {
  color: #FF8904;
}

#slideSpan2 {
  color: #C27AFF;
}

#slideSpan3 {
  color: #00C16A;
}

#slideSpan4 {
  color: #FF6467;
}

#slideSpan5 {
  color: #FD9A00;
}

#slideSpan6 {
  color: #72B236;
}

#slideSpan7 {
  color: #0EA7E9;
}

.badgeCamping,
.badgeHolliday {
  display: flex;
  align-items: center;
  gap: .5rem;
  padding: 8px;
  
  border-radius: 11px;
  font-size: 12px;
  width: fit-content;
  color: white;
  font-weight: 600;
  height: 7px;
}

.badgeCamping {
  background: #00A6F4;
}

.badgeHolliday {
  background: #FD9A00;
}

.descripitionCamping {
  font-weight: 400;
  font-size: 14px;
  color: #45556C;
}

.listDescriptionCamping {
  padding: 0;
}

.listDescriptionCamping li {
  display: flex;
  gap: .5rem;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  margin: 12px 0;
}

.campingSide {
  padding-left: 16px;
  border-left: 2px solid #B8E6FE;
}

.hollidaySide {
  padding-left: 16px;
  border-left: 2px solid #FEE685;
}

.hollidaySide ul {
  list-style-type: disc;
}

.listHolliday {
  font-size: 14px;
  color: #45556C;
  font-weight: 400;
  padding-left: 16px;
}

/* Responsive  */
@media screen and (max-width: 1024px) {
  header {
    flex-wrap: wrap;
    padding: 14px;
  }

  .logo {
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
  }

  .content {
    width: 100%;
  }

  .footer {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer p {
    text-align: center;
  }

  .section2 {
    flex-wrap: wrap;
    padding: 14px;
    justify-content: center;
  }

  .section2 h2 {
    text-align: center;
  }

  .section1 {
    padding: 14px 14px 60px 14px;
  }

  .embla__slide__content {
    flex-wrap: wrap;
    margin: 0 10px 0 30px;
  }

  .embla__slide {
    flex: 0 0 100%;
  }

  .embla {
    padding-top: 20px;
  }

  .embla__container {
    align-items: flex-start;
  }

  .embla__slide__content .slideImg img {
    width: 100%;
  }

  .carousel .shape {
    display: none;
  }

  .carousel .shapeMobile {
    display: inline-block;
    width: 100%;
    margin-top: -5px;
  }
}

@media screen and (max-width: 420px) {
  .logo {
    justify-content: end;
  }
}