@media screen and (min-width: 1651px) {
  /* Geral */
  .box {
    width: 1550px;
  }
}

@media screen and (min-width: 1451px) and (max-width: 1650px) {
  /* Geral */
  .box {
    width: 1300px;
  }
  /*  HEADER  */

  #header-desktop {
    left: 23%;
    right: 23%;
  }

  /*  BODY  */
  .about-us {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .about-us-title span {
    font-size: 68px;
  }

  .about-us-description {
    margin-right: 1vw;
  }

  .btn-accomodation {
    padding-left: 10px;
    gap: 10px;
  }

  .eventList {
    flex-direction: column;
  }

  .mainEvent {
    width: 50%;
  }

  /* FOOTER */
}

@media screen and (min-width: 1251px) and (max-width: 1450px) {
  /* Geral */
  .box {
    width: 1100px;
  }

  /*  HEADER  */

  #header-desktop {
    left: 23%;
    right: 23%;
    height: 180px;
  }

  /*  BODY  */

  .banner {
    height: 500px;
  }

  .about-us {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .about-us-title {
    font-size: 42px;
  }

  .about-us-texts {
    width: 50%;
  }

  .banner-guide {
    padding-bottom: 5%;
  }

  .about-us-title span {
    font-size: 62px;
  }

  .about-us-description {
    margin-right: 1vw;
  }

  .attraction-texts {
    padding-left: 15vh;
  }
  .attraction-Icons {
    width: auto;
  }
  .btn-accomodation {
    padding-left: 10px;
    gap: 10px;
  }

  .accomodation-showcase {
    width: 65vw;
  }

  .accomodation-option {
    height: 100px;
  }

  .accomodation-header {
    font-size: 20px;
  }

  .accomodation-menu {
    width: 20vw;
  }

  .contact-banner {
    width: 50%;
  }

  .contact-banner .booking-btn {
    margin-top: 0;
  }

  .whatsappbtn {
    width: 20vw;
    padding-left: 20px;
    width: 350px;
    justify-content: center;
  }

  .gallery {
    grid-gap: 5px 30px;
    grid-template-columns: 600px 20vw;
  }

  .faq {
    width: 90%;
  }

  .contact-info {
    gap: 10px;
  }

  .form-contact-btn {
    height: auto;
  }

  .eventList {
    flex-direction: column;
  }

  .mainEvent {
    width: 50%;
  }

  /* FOOTER */
}

@media screen and (min-width: 1151px) and (max-width: 1250px) {
  /* Geral */
  .box {
    width: 980px;
  }

  /*  HEADER  */

  #header-desktop {
    width: 55vw;
    left: 25%;
    right: 25%;
    height: 175px;
  }

  /*  BODY  */

  .banner {
    height: 500px;
  }

  .banner-container {
    height: 500px;
  }

  .about-us {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .whatsappbtn {
    width: 25vw;
    gap: 20px;
  }

  .about-us-texts {
    width: 50%;
  }

  .about-us-title {
    font-size: 42px;
  }

  .about-us-title span {
    font-size: 62px;
  }

  .about-us-description {
    margin-right: 1vw;
  }

  .attraction-wrapper {
    padding: 5vw 5vw 5vw 5vw;
  }

  .attraction-Icons {
    width: 45vw;
  }

  .fun-Item {
    gap: 10px;
    justify-content: unset;
  }

  .attractionVideo {
    height: 25vw;
    width: 45vw;
  }

  .attraction-texts {
    width: 50vw;
    padding-left: 0;
  }

  .btn-accomodation {
    padding-left: 10px;
    gap: 20px;
    width: 100%;
  }

  .accomodations {
    gap: 3%;
  }

  .accomodation-showcase {
    width: 100%;
  }

  .accomodation-header {
    font-size: 20px;
  }

  .accomodation-menu {
    width: 25vw;
  }

  .contact-banner {
    width: 30vw;
  }

  .gallery {
    grid-gap: 5px 30px;
    grid-template-columns: 525px 20vw;
  }

  .faq {
    width: 90%;
  }

  .contact-info {
    gap: 10px;
    padding: 10vh 10vw;
  }

  .eventList {
    flex-direction: column;
  }

  .mainEvent {
    width: 50%;
  }

  /* FOOTER */

  .inner-footer {
    padding: 0px 5vw;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1150px) {
  /* Geral */
  .box {
    width: 980px;
  }

  /*  HEADER  */

  #header-desktop {
    left: 15%;
    right: 15%;
    padding: 5px 40px 5px 40px;
    height: 150px;
  }

  .banner {
    height: 455px;
  }

  /*  BODY  */
  .about-us {
    gap: 2vw;
    padding-left: 2vw;
    padding-right: 2vw;
    flex-direction: row;
  }

  .whatsappbtn {
    width: 30vw;
    gap: 20px;
  }

  .booking-texts {
    width: 40%;
  }

  .about-us-texts {
    width: 50%;
  }

  .about-us-title {
    font-size: 52px;
  }

  .about-us-title span {
    font-size: 62px;
  }

  .about-us-description {
    margin-right: 1vw;
    font-size: 14px;
    padding-top: 15px;
  }

  .attraction-wrapper {
    padding: 5vw 5vw 5vw 5vw;
    flex-direction: row;
    gap: 30px;
  }

  .attraction-Icons {
    width: 45vw;
  }

  .fun-Item {
    gap: 10px;
    justify-content: unset;
  }

  .attractionVideo {
    height: 25vw;
    width: 45vw;
  }

  .attraction-texts {
    width: 50vw;
    padding-left: 0;
  }

  .btn-accomodation {
    padding-left: 10px;
    gap: 20px;
    width: 100%;
  }

  .accomodations {
    gap: 3%;
  }

  .accomodation-showcase {
    width: 100%;
  }

  .accomodation-option {
    height: 80px;
  }

  .accomodation-desc-text {
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    gap: 5px;
    padding: 5vw;
  }

  .accomodation-desc-text hr {
    width: 100%;
  }

  .descriptionText {
    width: 100%;
  }

  .accomodation-details {
    width: 100%;
  }

  .postBtn {
    flex-direction: column;
  }

  .form-contact-btn {
    width: 30vw;
  }

  .accomodation-description {
    flex-direction: column;
  }

  .accomodation-header {
    font-size: 20px;
  }

  .accomodation-menu {
    width: 25vw;
  }

  .contact-banner {
    width: 45vw;
    height: auto;
  }

  .gallery {
    grid-gap: 5px 10px;
    grid-template-columns: 425px 20vw;
  }

  .faq {
    width: 90%;
  }

  .contact-info {
    gap: 10px;
    padding: 10vh 5vw;
  }

  .eventList {
    flex-direction: column;
  }

  .eventInformation {
    flex-direction: column;
  }

  .eventImg {
    width: 100%;
  }

  .more-info {
    gap: 20px;
  }

  .EventLinkBtn {
    width: 50% !important;
  }

  .mainEvent {
    width: 50%;
  }

  /* FOOTER */
  .inner-footer {
    padding: 0px 0vw;
  }
}

@media screen and (min-width: 800px) and (max-width: 1023px) {
  /* Geral */
  .box {
    width: 80%;
  }

  /*  HEADER  */

  #header-desktop {
    width: 80vw;
    left: 10%;
    right: 10%;
    padding: 5px 40px 5px 40px;
    height: 145px;
  }

  /*  BODY  */

  .arrow-line {
    height: 95px;
    top: 15%;
  }

  .about-us {
    gap: 2vw;
    flex-direction: column-reverse;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .booking-contact {
    gap: 20px;
  }

  .banner-container {
    height: auto;
    margin-top: 0;
    flex-direction: column-reverse;
  }

  .banner {
    height: 415px;
    width: 100%;
  }

  .banner-guide {
    width: 100%;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 80px;
    padding: 0px;
    height: 66px;
  }

  #banner-dots {
    width: 30%;
    flex-direction: row;
    gap: 0px;
  }

  .banner-arrow {
    transform: rotate(-90deg);
  }

  .booking-texts {
    width: 50%;
  }

  .whatsappbtn {
    width: 40vw;
    gap: 20px;
    justify-content: center;
    padding-left: 20px;
  }

  .about-us-img {
    width: 100%;
  }

  .about-us-texts {
    width: 100%;
  }

  .about-us-title {
    font-size: 52px;
  }

  .about-us-title span {
    font-size: 62px;
  }

  .about-us-description {
    margin-right: 1vw;
    font-size: 14px;
    padding-top: 15px;
  }

  .attraction-wrapper {
    padding: 5vw 5vw 5vw 5vw;
    flex-direction: column;
    gap: 30px;
  }

  .attraction-title {
    text-align: center;
  }

  .attraction-Icons {
    gap: 5vh 5vw;
    justify-content: center;
    width: 100%;
  }

  .faq-section {
    width: 100%;
  }

  .contact-form {
    width: 100%;
  }

  .fun-Item {
    gap: 20px;
    justify-content: center;
    width: 40%;
  }

  .attractionVideo {
    height: 55vw;
    width: 100%;
  }

  .attraction-texts {
    width: 100%;
    padding-left: 0;
  }

  .contact-banner .booking-btn {
    display: flex;
    justify-content: center;
  }

  .btn-accomodation {
    padding-left: 10px;
    gap: 20px;
    height: 70px;
    white-space: normal;
    width: 60%;
  }

  .accomodations {
    gap: 3%;
  }

  .accomodation-showcase {
    width: 75%;
  }

  .accomodation-desc-text {
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    gap: 5px;
  }

  .contact-banner .booking-btn {
    margin-top: 10%;
  }

  .accomodation-desc-text hr {
    width: 0;
  }

  .descriptionText {
    width: 100%;
  }

  .accomodation-details {
    width: 100%;
  }

  .postBtn {
    flex-direction: row;
  }

  .form-contact-btn {
    width: 35vw;
    height: auto;
  }

  .accomodation-description {
    flex-direction: column;
  }

  .accomodation-header {
    font-size: 20px;
  }

  .accomodation-menu {
    width: 35vw;
  }

  .contact-banner {
    width: 99%;
    height: auto;
  }

  .accomodation-option {
    height: 85px;
  }

  .gallery {
    grid-gap: 5px 10px;
    grid-template-columns: 325px 19vw;
  }

  .booking-banner {
    height: 160px;
  }

  .faq {
    width: 90%;
  }

  .faq-title {
    font-size: 48px;
    line-height: 50px;
  }

  .faq-title span {
    font-size: 52px;
  }

  .faq-container {
    margin-top: 5%;
  }

  .contact-info {
    gap: 10px;
    padding: 10vh 5vw;
    flex-direction: column;
  }

  .eventList {
    flex-direction: column;
  }

  .eventInformation {
    flex-direction: column;
  }

  .eventImg {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .more-info {
    gap: 20px;
  }

  .EventLinkBtn {
    width: 30% !important;
  }

  .mainEvents {
    flex-direction: column;
  }

  .mainEvent {
    width: 100%;
  }

  .eventImg img {
    width: auto;
    max-width: 100%;
  }

  /* FOOTER */
  .inner-footer {
    padding: 0px 0vw;
  }

  .footer-logo {
    width: 150px;
  }

  .cookie-consent__message {
    font-size: 16px;
  }
}

@media screen and (min-width: 600px) and (max-width: 799px) {
  /* Geral */
  .box {
    width: 80%;
  }

  /*  HEADER  */

  #header-desktop {
    width: 100vw;
    left: 0%;
    right: 0%;
    border-radius: 0px;
    padding: 20px;
    height: 130px;
  }
  /*  BODY  */

  .arrow-line {
    height: 95px;
    top: 15%;
  }

  .about-us {
    gap: 2vw;
    flex-direction: column-reverse;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .booking-contact {
    gap: 20px;
    flex-direction: column;
  }

  .banner-slider-img {
    height: inherit;
  }

  .banner-container {
    height: auto;
    margin-top: 130px;
    flex-direction: column-reverse;
  }

  .banner {
    height: 275px;
    width: 100%;
  }

  .banner-guide {
    width: 100%;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 80px;
    padding: 0px;
    height: 66px;
  }

  #banner-dots {
    width: 30%;
    flex-direction: row;
    gap: 0px;
  }

  .banner-arrow {
    transform: rotate(-90deg);
  }

  .booking-texts {
    width: 100%;
    text-align: center;
  }

  .booking-texts h2 {
    margin-left: 0%;
    margin-right: 0%;
    text-align: inherit;
  }

  .booking-texts h1 {
    text-align: center;
  }

  .whatsappbtn {
    width: 65vw;
    justify-content: center;
    padding-left: 20px;
    gap: 10px;
  }

  .about-us-img {
    width: 100%;
  }

  .about-us-texts {
    width: 100%;
  }

  .about-us-title {
    font-size: 52px;
  }

  .about-us-title span {
    font-size: 62px;
  }

  .about-us-description {
    margin-right: 1vw;
    font-size: 14px;
    padding-top: 15px;
  }

  .attraction-wrapper {
    padding: 5vw 5vw 5vw 5vw;
    flex-direction: column;
    gap: 30px;
  }

  .attraction-title {
    text-align: center;
  }

  .attraction-Icons {
    gap: 5vh 5vw;
    justify-content: center;
    width: 100%;
  }

  .faq-section {
    width: 100%;
  }

  .contact-form {
    width: 100%;
  }

  .fun-Item {
    gap: 20px;
    justify-content: center;
    width: 40%;
  }

  .attractionVideo {
    height: 55vw;
    width: 100%;
  }

  .attraction-texts {
    width: 100%;
    padding-left: 0;
  }

  .btn-accomodation {
    padding-left: 10px;
    gap: 20px;
    width: 100%;
    height: 100%;
  }

  .accomodations {
    gap: 3%;
    padding: 5vw;
    flex-direction: column;
  }

  .accomodation-menu {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    margin-bottom: 50px;
  }

  .accomodation-option {
    height: 185px;
    width: 150px;
    padding: 0px;
    gap: 0px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    border-right: 1px solid #ffff;
    padding: 15px;
  }

  .accomodation-list {
    padding: 0px;
  }

  .accomodation-list ul {
    display: flex;
    justify-content: safe;
    flex-direction: row;
    flex-flow: row nowrap;
    overflow: scroll hidden;
  }

  .accomodation-option-active {
    position: relative;
    background: #5094a6;
    top: 0px;
    margin-left: 0;
    color: #000;
    border-radius: 10px;
  }

  .accomodation-option-active::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 35px solid transparent;
    border-top-color: #5094a6;
    border-bottom: 0;
    margin-left: -35px;
    margin-bottom: -35px;
    margin-top: 0px;
    margin-right: 0px;
    right: unset;
    top: unset;
  }

  .accomodation-showcase {
    width: 100%;
  }

  .accomodation-desc-text {
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    gap: 5px;
  }

  .accomodation-desc-text hr {
    width: 0;
  }

  .descriptionText {
    width: 100%;
  }

  .accomodation-details {
    width: 100%;
  }

  .postBtn {
    flex-direction: row;
  }

  .form-contact-btn {
    width: 35vw;
    height: auto;
  }

  .accomodation-description {
    flex-direction: column;
  }

  .accomodation-header {
    font-size: 20px;
  }

  .contact-banner {
    width: 100%;
    height: auto;
  }

  .gallery {
    grid-gap: 5px 10px;
    grid-template-columns: 65% 30%;
  }

  .booking-banner {
    height: 160px;
  }

  .faq {
    width: 90%;
  }

  .faq-title {
    font-size: 48px;
    line-height: 50px;
  }

  .faq-title span {
    font-size: 62px;
  }

  .faq-container {
    margin-top: 5%;
  }

  .contact-info {
    gap: 10px;
    padding: 10vh 5vw;
    flex-direction: column;
  }

  .eventList {
    flex-direction: column;
  }

  .eventInformation {
    flex-direction: column;
  }

  .eventImg {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .more-info {
    gap: 20px;
  }

  .EventLinkBtn {
    width: 30% !important;
  }

  .mainEvents {
    flex-direction: column;
  }

  .mainEvent {
    width: 100%;
  }

  .eventImg img {
    width: auto;
    max-width: 100%;
  }

  /* FOOTER */
  .inner-footer {
    padding: 0px 0vw;
    flex-wrap: wrap;
    height: auto;
  }

  .footer-logo img {
    max-width: 100%;
    height: inherit;
  }

  .inner-footer > ul {
    flex-wrap: wrap;
    padding-bottom: 5px;
    justify-content: space-around;
  }

  .footer-section.socialMediaFooter {
    padding-bottom: 20px;
  }

  .footer-logo {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 100px;
  }

  .cookie-consent {
    height: 220px;
  }

  .cookie-consent__title {
    text-align: center;
  }

  .cookie-consent__message {
    font-size: 16px;
  }

  .cookie-consent__agree {
    width: 100%;
  }

  .cookie-consent-button {
    width: 100%;
  }

  .cookie-consent-box {
    gap: 20px;
    flex-direction: column;
  }

  .cookie-consent-text {
    width: 100%;
  }
}

@media screen and (min-width: 460px) and (max-width: 599px) {
  /* Geral */
  .box {
    width: 80%;
  }

  /*  HEADER  */

  #header-desktop {
    width: 100vw;
    left: 0%;
    right: 0%;
    border-radius: 0px;
    padding: 20px;
    height: 200px;
  }

  .logo img {
    width: 55%;
    height: 65px;
  }

  .header-menu {
    justify-content: center;
    flex-wrap: wrap;
  }

  /*  BODY  */

  .arrow-line {
    height: 95px;
    top: 15%;
  }

  .about-us {
    gap: 2vw;
    flex-direction: column-reverse;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .booking-contact {
    gap: 20px;
    flex-direction: column;
  }

  .banner-slider-img {
    object-fit: cover;
    height: inherit;
  }

  .banner-container {
    margin-top: 200px;
    flex-direction: column-reverse;
    height: auto;
  }

  .banner {
    height: 35vh;
    width: 100%;
  }

  .banner-guide {
    width: 100%;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 80px;
    padding: 0px;
    height: 66px;
  }

  #banner-dots {
    width: 30%;
    flex-direction: row;
    gap: 0px;
  }

  .banner-arrow {
    transform: rotate(-90deg);
  }

  .booking-texts {
    width: 100%;
    text-align: center;
  }

  .booking-texts h2 {
    margin-left: 0%;
    margin-right: 0%;
  }

  .booking-texts h1 {
    text-align: center;
  }

  .whatsappbtn {
    width: 65vw;
    justify-content: center;
    padding-left: 20px;
    gap: 10px;
  }

  .about-us-img {
    width: 100%;
  }

  .about-us-texts {
    width: 100%;
  }

  .about-us-title {
    font-size: 42px;
  }

  .about-us-title span {
    font-size: 52px;
  }

  .about-us-description {
    margin-right: 1vw;
    font-size: 14px;
    padding-top: 15px;
  }

  .attraction-wrapper {
    padding: 5vw 5vw 5vw 5vw;
    flex-direction: column;
    gap: 30px;
  }

  .attraction-title {
    text-align: center;
  }

  .attraction-Icons {
    gap: 5vh 5vw;
    justify-content: center;
    width: 100%;
  }

  .faq-section {
    width: 100%;
  }

  .contact-form {
    width: 100%;
  }

  .fun-Item {
    gap: 20px;
    justify-content: center;
    width: 45%;
  }

  .attractionVideo {
    height: 55vw;
    width: 100%;
  }

  .attraction-texts {
    width: 100%;
    padding-left: 0;
  }

  .btn-accomodation {
    padding-left: 10px;
    gap: 20px;
    width: 100%;
    height: 80px;
  }

  .accomodations {
    gap: 3%;
    padding: 5vw;
    flex-direction: column;
  }

  .accomodation-menu {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    margin-bottom: 50px;
  }

  .accomodation-option {
    height: 185px;
    width: 150px;
    padding: 0px;
    gap: 0px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    border-right: 1px solid #ffff;
    padding: 15px;
  }

  .accomodation-list {
    padding: 0px;
  }

  .accomodation-list ul {
    display: flex;
    justify-content: safe;
    flex-direction: row;
    flex-flow: row nowrap;
    overflow: scroll hidden;
  }

  .accomodation-option-active {
    position: relative;
    background: #5094a6;
    top: 0px;
    margin-left: 0;
    color: #000;
    border-radius: 10px;
  }

  .accomodation-option-active::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 35px solid transparent;
    border-top-color: #5094a6;
    border-bottom: 0;
    margin-left: -35px;
    margin-bottom: -35px;
    margin-top: 0px;
    margin-right: 0px;
    right: unset;
    top: unset;
  }

  .accomodation-showcase {
    width: 100%;
  }

  .accomodation-desc-text {
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    gap: 5px;
  }

  .accomodation-desc-text hr {
    width: 0;
  }

  .descriptionText {
    width: 100%;
  }

  .accomodation-details {
    width: 100%;
  }

  .postBtn {
    flex-direction: column;
  }

  .form-contact-btn {
    width: 100%;
    height: 75px;
  }

  .accomodation-description {
    flex-direction: column;
  }

  .accomodation-header {
    font-size: 20px;
  }

  .contact-banner {
    width: 100%;
    height: auto;
  }

  .gallery {
    grid-gap: 5px 10px;
    grid-template-columns: 285px 28%;
  }

  .booking-banner {
    height: 180px;
  }

  .faq {
    width: 90%;
  }

  .faq-title {
    font-size: 48px;
    line-height: 50px;
  }

  .faq-title span {
    font-size: 62px;
  }

  .faq-container {
    margin-top: 5%;
  }

  .contact-info {
    gap: 30px;
    padding: 10vh 5vw;
    flex-direction: column;
  }

  .event-header {
    font-size: 40px;
  }

  .event-header span {
    font-size: 66px;
  }

  .eventList {
    flex-direction: column;
  }

  .eventMonth {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .eventInformation {
    flex-direction: column;
  }

  .eventImg {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .more-info {
    gap: 20px;
  }

  .EventLinkBtn {
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mainEvents {
    flex-direction: column;
  }

  .mainEvent {
    width: 100%;
  }

  .eventImg img {
    width: auto;
    max-width: 100%;
  }

  /* FOOTER */

  .inner-footer {
    padding: 0px 0vw;
    flex-wrap: wrap;
    height: auto;
  }

  .footer-logo img {
    max-width: 100%;
    height: 75%;
  }

  .inner-footer > ul {
    flex-wrap: wrap;
    padding-bottom: 5px;
    justify-content: space-around;
  }

  .footer-section.socialMediaFooter {
    padding-bottom: 20px;
    flex-direction: column;
    gap: 15px;
  }

  .developers {
    gap: 10px;
  }

  .footer-logo {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 100px;
  }

  .cookie-consent {
    height: 250px;
  }

  .cookie-consent__title {
    text-align: center;
  }

  .cookie-consent__message {
    font-size: 16px;
  }

  .cookie-consent__agree {
    width: 100%;
  }

  .cookie-consent-button {
    width: 100%;
  }

  .cookie-consent-box {
    gap: 20px;
    flex-direction: column;
  }

  .cookie-consent-text {
    width: 100%;
  }
}

@media screen and (min-width: 360px) and (max-width: 459px) {
  /*  HEADER  */

  #header-desktop {
    width: 100vw;
    left: 0%;
    right: 0%;
    border-radius: 0px;
    padding: 20px;
    height: 200px;
  }

  .logo img {
    width: 55%;
    height: 65px;
  }

  .header-menu {
    justify-content: center;
    flex-wrap: wrap;
  }

  /*  BODY  */

  .arrow-line {
    height: 95px;
    top: 15%;
  }

  .attraction-title {
    font-size: 46px;
  }

  .about-us {
    gap: 2vw;
    flex-direction: column-reverse;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .booking-contact {
    gap: 20px;
    padding: 50px 20px;
    flex-direction: column;
  }

  .banner-slider-img {
    object-fit: cover;
    height: inherit;
  }

  .banner-container {
    margin-top: 200px;
    flex-direction: column-reverse;
    height: auto;
  }

  .banner {
    height: 35vh;
    width: 100%;
  }

  .banner-guide {
    width: 100%;
    height: 66px;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 80px;
    padding: 0px 15px;
  }

  #banner-dots {
    width: 30%;
    flex-direction: row;
    gap: 0px;
  }

  .banner-arrow {
    transform: rotate(-90deg);
  }

  .booking-texts {
    width: 100%;
    text-align: center;
  }

  .booking-texts h2 {
    margin-left: 0%;
    margin-right: 0%;
  }

  .booking-texts h1 {
    text-align: center;
  }

  .whatsappbtn {
    width: 80vw;
    justify-content: center;
    padding-left: 20px;
    gap: 10px;
  }

  .about-us-img {
    width: 100%;
  }

  .about-us-texts {
    width: 100%;
  }

  .about-us-title {
    font-size: 32px;
  }

  .about-us-title span {
    font-size: 42px;
  }

  .about-us-description {
    margin-right: 1vw;
    font-size: 14px;
    padding-top: 15px;
  }

  .attraction-wrapper {
    padding: 5vw 5vw 5vw 5vw;
    flex-direction: column;
    gap: 30px;
  }

  .attraction-title {
    text-align: center;
    font-size: 46px;
  }

  .attraction-Icons {
    gap: 5vh 5vw;
    justify-content: center;
    width: 100%;
    flex-direction: row;
  }

  .faq-section {
    width: 100%;
  }

  .contact-form {
    width: 100%;
  }

  .fun-Item {
    gap: 20px;
    justify-content: center;
    width: 100%;
  }

  .attractionVideo {
    height: 55vw;
    width: 100%;
  }

  .attraction-texts {
    width: 100%;
    padding-left: 0;
  }

  .btn-accomodation {
    padding-left: 20px;
    padding-right: 20px;
    gap: 20px;
    width: 100%;
    height: 90px;
  }

  .accomodations {
    gap: 3%;
    padding: 5vw 0px;
    flex-direction: column;
  }

  .accomodation-menu {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    margin-bottom: 50px;
  }

  .accomodation-option {
    height: 175px;
    padding: 0px;
    gap: 0px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    border-right: 1px solid #ffff;
    padding: 0px;
    width: 150px;
  }

  .accomodation-list {
    padding: 0px;
  }

  .accomodation-list ul {
    display: flex;
    justify-content: safe;
    flex-direction: row;
    flex-flow: row nowrap;
    overflow: scroll hidden;
  }

  .accomodation-option-active {
    position: relative;
    background: #5094a6;
    top: 0px;
    margin-left: 0;
    color: #000;
    border-radius: 10px;
  }

  .accomodation-option-active::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 25px solid transparent;
    border-top-color: #5094a6;
    border-bottom: 0;
    margin-left: -25px;
    margin-bottom: -25px;
    margin-top: 0px;
    margin-right: 0px;
    right: unset;
    top: unset;
  }

  .accomodation-showcase {
    width: 100%;
  }

  .accomodation-desc-text {
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    gap: 5px;
    padding: 5vw;
  }

  .accomodation-desc-text hr {
    width: 0;
  }

  .descriptionText {
    width: 100%;
  }

  .accomodation-details {
    width: 100%;
  }

  .postBtn {
    flex-direction: column;
  }

  .form-contact-btn {
    width: 100%;
    height: 75px;
  }

  .accomodation-description {
    flex-direction: column;
  }

  .accomodation-header {
    font-size: 20px;
  }

  .contact-banner {
    width: 100%;
    height: auto;
  }

  .gallery {
    grid-gap: 5px 1px;
    grid-template-columns: 290px 25%;
  }

  .booking-banner {
    height: 130px;
  }

  .faq {
    width: 90%;
  }

  .faq-title {
    font-size: 38px;
    line-height: 50px;
  }

  .faq-title span {
    font-size: 52px;
  }

  .faq-container {
    margin-top: 5%;
  }

  .contact-info {
    gap: 30px;
    padding: 5vh 5vw;
    flex-direction: column;
  }

  .event-header {
    font-size: 40px;
  }

  .event-header span {
    font-size: 66px;
  }

  .eventList {
    flex-direction: column;
  }

  .eventMonth {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .eventInformation {
    flex-direction: column;
  }

  .eventImg {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .more-info {
    gap: 20px;
  }

  .EventLinkBtn {
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .mainEvents {
    flex-direction: column;
  }

  .mainEvent {
    padding: 20px;
    width: 100%;
  }

  .eventImg img {
    width: auto;
    max-width: 100%;
  }

  /* FOOTER */

  .inner-footer {
    padding: 0px 0vw;
    flex-wrap: wrap;
    height: auto;
  }

  .footer-section {
    margin-top: 5%;
  }

  .footing-logo img {
    max-width: 50%;
    height: 75%;
  }

  .social-media {
    margin-top: 10%;
  }

  .inner-footer > ul {
    flex-wrap: wrap;
    padding-bottom: 20px;
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .telephone {
    text-align: center;
  }

  .footer-logo {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 100px;
  }
  .copyright small {
    font-size: 8px;
  }

  .cookie-consent {
    height: 250px;
    padding: 10px 25px;
  }

  .cookie-consent__title {
    font-size: 26px;
    text-align: center;
  }

  .cookie-consent__message {
    font-size: 16px;
  }

  .cookie-consent__agree {
    width: 100%;
  }

  .cookie-consent-button {
    width: 100%;
  }

  .cookie-consent-box {
    gap: 20px;
    flex-direction: column;
  }

  .cookie-consent-text {
    width: 100%;
  }
}
