@media(max-width:768px) {

  html,
  body {
    overflow-x: hidden;
  }

  .left-menu {
    display: none;
  }

  .right-menu .contact {
    display: none;
  }

  .all-page {
    display: none;
  }

  .cart-icon {
    margin-left: -230px;
  }

  .section1-right-border img {
    display: none;
  }

  .section1-border-bottom-left img {
    display: none;
  }

  .section1-border-bottom-right img {
    display: none;
  }

  .section1-left-border img {
    display: none;
  }

  .image-burger {
    display: flex;
    padding-left: 60px;
  }

  .section1-background-container {
    position: absolute;
    top: 71%;
    left: 0;
    width: 100%;
    height: 170px;
    padding-top: 150px;
    padding-left: 0px;
    background-image: url('../images/background.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    object-fit: contain;
    z-index: -1;
    overflow-x: hidden;
  }

  /* Overlay gradient that fades out at bottom */
  .section1-background-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 0%;
    background: linear-gradient(to bottom,
        rgba(2, 2, 5, 0.6) 0%,
        rgba(2, 2, 4, 0.6) 70%,
        rgba(0, 0, 0, 0) 100%);
    z-index: -1;
    overflow: hidden;
  }

  header {
    background-color: black;
  }

  .floating-navbar {
    padding: 0px 90px 0px 90px;
  }

  .section1-main-content {
    background-color: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: calc(25vh - -165px);
    padding: 0px 0px;
    color: #f0e7af;
    margin: 0;
  }

  .section1-title {
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 2px;
    font-weight: 100;
    text-transform: uppercase;
    font-family: "Aboreto", sans-serif;
    margin: 0 0px;
    color: #f0e7af;
  }

  .section1-subtitle {
    font-size: 21px;
    line-height: 1.1;
    max-width: 370px;
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 500;
    color: #f0e7af;
    margin-top: 10px;
    margin: 0;
    padding: 0;
  }

  .section1-image-container {
    flex: 0 0 auto;
    width: 100%;
    height: 200px;
    margin: 0 8px;
    transition: all 0.3s ease;
  }

  .section1-gallery {
    position: absolute;
    top: 67%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 280px;
    display: flex;
    align-items: center;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    /* Hide scrollbar for Firefox */
    -ms-overflow-style: none;
    /* Hide scrollbar for IE and Edge */
    background-color: black;
  }

  .section1-nav-button {
    position: absolute;
    top: 67%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #f0e7af;
    color: #f0e7af;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: background-color 0.3s ease;
  }

  .section1-prev {
    left: 350px;
  }

  .section1-next {
    right: 350px;
  }

  /* section2 */
  .section2-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 450px 10px 0px 10px;
  }

  .section2-left-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    margin: 0;
  }

  .section2-heading {
    font-size: 40px;
    font-weight: 400;
    color: #4a4a4a;
    margin-bottom: 2rem;
    line-height: 1.0;
    font-family: "Aboreto", sans-serif;
    padding: 0;
    margin: 0;
  }

  .section2-about-btn {
    display: inline-block;
    background-color: black;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 25px;
    font-size: 13px;
    max-width: 75px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: "Aboreto", sans-serif;
    margin-top: 20px;
  }

  .background-video-cover {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;

  }

  .w-background-video {
    color: #fff;
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;

  }

  .section2-right-content {
    height: 50vh;
    width: 100%;
    position: relative;
    outline-color: #f0e7af;
    outline-offset: 5px;
    outline-width: 2px;
    outline-style: solid;
    margin-top: 20px;
  }

  /* section3 */
  .section3-container {
    display: flex;
    gap: 0px;
    padding: 50px 10px 0px 10px;
    align-items: center;
  }

  .section3-image-container {
    width: 100%;
    border: 2px solid #f0e7af;
    padding: 0.2rem;
    background-color: #fff;
    margin-top: 10px;
  }

  .section3-castle-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }

  .section3-content {
    width: 100%;
    margin: 0px;
    padding-top: 30px;
  }

  .section3-main-heading {
    font-family: Aboreto, sans-serif;
    font-size: 40px;
    color: #4a4a4a;
    font-weight: normal;
    line-height: 1.2em;
    margin: 0;
    padding: 0;
  }

  .section3-timeline {
    display: flex;
    justify-content: space-between;
    padding-top: 0px;
  }

  .section3-timeline-year {
    font-family: Aboreto, sans-serif;
    font-size: 20px;
    color: #4a4a4a;
    font-weight: 100;
    margin-bottom: 0rem;
    padding-bottom: 0.7rem;
    border-bottom: 1px solid #e5d9b6;
  }

  /* section4 */
  .section4-container {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(0, 0fr);
    grid-template-rows: repeat(0, 200px);

  }

  .section4-text-overlay {
    position: absolute;
    top: 30px;
    left: 25px;
    color: white;
    font-size: 16px;
    font-weight: 500;
    padding: 0px;
    font-family: Darker Grotesque, sans-serif;
    line-height: 1.2;
    max-width: 100%;
    z-index: 1;

  }

  .section4-image-1 {

    grid-column: 1 / 2;
    height: 180px;
  }

  .section4-image-2,
  .section4-image-3,
  .section4-image-4 {
    grid-column: 1 / 2;
    height: 250px;
  }

  .section4-heading {
    color: #4d423d;
    font-family: Aboreto, sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 10px;
    text-transform: uppercase;
    max-width: 100%;
  }

  /* section5 */


  .section5-container {
    display: flex;
    padding: 40px 10px 0px 10px;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
  }

  .section5-left-content {
    width: 100%;

  }

  .section5-right-content {
    width: 100%;

  }

  .section5-heading {
    font-family: Aboreto, sans-serif;
    font-size: 40px;
    font-weight: 400;
    color: #4a4141;
    margin-bottom: 0px;
  }

  .section5-paragraph {

    color: #666;
    margin-bottom: 10px;
    font-family: Darker Grotesque, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2em;
    max-width: 350px;
  }

  .section5-hours-card {
    background-color: #000;
    color: #fff;
    padding: 25px 50px 0 50px;
    text-align: center;
    position: relative;
    overflow: hidden;
    max-width: 1000px;
    font-family: Darker Grotesque, sans-serif;
  }

  /* section6 */
  .section6-body {
    background-color: #fffef8;
    color: #3a2a1d;
    position: relative;
    padding: 20px;
    overflow-x: hidden;
  }

  /* Background decorative elements */
  .section6-body::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image:
      radial-gradient(circle, #f0e9cb 1px, transparent 2px),
      radial-gradient(circle, #f0e9cb 1px, transparent 2px);
    background-size: 50px 50px;
    background-position: 0 0, 25px 25px;
    opacity: 0.7;
  }

  .section6-container {
    padding: 10px 10px 0px 10px;

  }

  .section6-header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;

  }

  .section6-description {
    padding-top: 0px;
    max-width: 550px;
    line-height: 1.3;
    color: #454545;
    font-family: Darker Grotesque, sans-serif;
    padding-bottom: 20px;
  }

  .section6-header h2 {
    font-size: 42px;
    font-weight: 100;
    line-height: 1em;
    color: #4d423d;
    font-family: Aboreto, sans-serif;
    max-width: 600px;
    height: 60px;
  }

  .section6-price-card {
    flex: 1;
    padding: 0px 10px;
    border-left: 1px solid #e0e0e0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #4d423d;
    font-weight: 100px;
  }

  .section6-category {
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-family: Aboreto, sans-serif;
    font-weight: 100;
  }

  .section6-price {
    font-family: Aboreto, sans-serif;
    font-size: 22px;
    margin-bottom: 0px;
    padding-top: 0px;

  }

  .section6-tabs {
    display: flex;
    margin-bottom: 0px;

  }

  .section6-explore-btn {

    border: none;
    display: inline-block;
    background-color: black;
    color: white;
    padding: 12px 25px;
    font-family: Aboreto, sans-serif;
    font-size: 13px;
    text-decoration: none;
    margin-top: 0px;
    border-radius: 25px;
    text-transform: uppercase;
    width: fit-content;
  }

  .section6-price-card {
    border-left: none;
    border-top: 1px solid #e0e0e0;
    padding: 25px 0;
  }

  /* section7 */
  .section7-container {
    margin-top: 30px;
    padding: 10px 10px 50px 10px;
    background-color: #f0e7af;

  }

  .section7-header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0px;
    gap: 0px;
  }

  .section7-main-title {
    font-family: Aboreto, sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.0em;
    font-weight: normal;
    color: #4d423d;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .section7-intro-text {
    width: 80%;
    font-family: Darker Grotesque, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2em;
    color: #5a5a3a;
    padding-top: 0px;

  }

  .section7-tours-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-top: 0px;
  }

  .section7-tour-image {
    width: 100%;
    height: 370px;
    object-fit: cover;
    display: block;
    position: relative;
    transition: transform 0.5s ease;

  }

  .section7-top-left {
    top: 5px;
    left: 0px;
    border-right: none;
    border-bottom: none;
  }

  .section7-top-right {
    top: 5px;
    right: 5px;
    border-left: none;
    border-bottom: none;
  }

  .section7-bottom-left {
    bottom: 5px;
    left: 0px;
    border-right: none;
    border-top: none;
  }

  .section7-bottom-right {
    bottom: 5px;
    right: 5px;
    border-left: none;
    border-top: none;
  }

  .section7-tour-content {
    text-align: center;
    padding: 0 0px;
  }

  .section7-tour-title {
    color: black;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Aboreto, sans-serif;
    font-size: 20px;
    font-weight: 400;
    display: inline-block;
    line-height: 1.2em;
  }

  /* section8 */
  .section8-testimonial-slider {
    position: relative;
    width: 100%;
    height: 70vh;
    overflow: hidden;
    inset: 0%;

  }

  .section8-testimonial-slider video {
    background-image: url(&quot;https://cdn.prod.website-files.com/67bafea…%2F67be34d…_7469515-hd_1920_1080_24fps-poster-00001.jpg&quot;);
    width: 100%;
  }

  .w-background-video1 {
    color: #fff;
    height: 697px;
    width: 100%;
    position: relative;
    overflow: hidden;
    inset: 0%;
  }

  .section8-slider-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/api/placeholder/1920/1080');
    background-size: cover;
    background-position: center;
    z-index: 1;
    inset: 0%;
  }

  .section8-testimonial-card {
    display: flex;
    flex-direction: column;
  }

  .section8-navigation-controls {
    width: 284px;
    background-color: #f0e7af;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0px 30px;
  }

  .section8-testimonial-content {
    background-color: white;
    padding: 10px 30px 30px 30px;
    flex-grow: 1;
  }

  .section8-testimonial-quote {
    font-size: 20px;
    line-height: 1.1;
    color: #535353;
    margin-bottom: 25px;
    font-weight: 500;
    font-family: Darker Grotesque, sans-serif;
  }

  .section8-testimonial-card {
    position: absolute;
    top: 68%;
  }

  .footer-nav-group {
    display: flex;
    flex-direction: column;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    align-items: center;
    text-align: center;

  }

  .footer-nav-item {
    margin-right: 0px;
  }


  .footer-container {

    color: #cdcdcd;
    padding: 50px 10px 10px 10px;
  }

  .footer-navigation {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    padding-bottom: 20px;
    border-bottom: 1px solid #323232;
    align-items: start;
  }

  .footer-navigation1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-navigation2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-top: 20px;
    align-items: center;
  }

  .footer-main {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #686868;
    padding: 50px 0 0 0;
    gap: 10px;
  }

  .footer-map {
    width: 100%;

  }

  .footer-map img {
    width: 100%;
    height: 350px;
    border: 1px solid #333;
  }

  .footer-info {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .footer-section-title {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  .footer-section-content {
    text-align: center;
    margin-left: 0px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 45px;
    text-align: center;
  }

  .footer-credits {
    padding: 0 50px;
  }

  /* about page */
  .about-section1-background-container {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    height: 170px;
    padding-top: 150px;
    padding-left: 0px;
    background-image: url('../images/about-background.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    overflow-x: hidden;
  }

  .about-section1-background-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,
        rgba(2, 2, 5, 0.6) 0%,
        rgba(2, 2, 4, 0.6) 0%,
        rgba(0, 0, 0, 0) 0%);
    z-index: -1;
    overflow: hidden;
  }

  /* Main content */
  .about-section1-main-content {
    background-color: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: calc(5vh - -165px);
    padding: 0 0px;
    color: #f0e7af;
    margin: 0;

  }

  .about-section1-title {
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 2px;
    font-weight: 100;
    text-transform: uppercase;
    font-family: "Aboreto", sans-serif;
    margin: 0 0px;
    color: white;
  }


  .about-section1-subtitle {
    font-size: 21px;
    line-height: 1.1;
    max-width: 370px;
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 500;
    color: white;
    margin-top: 10px;
    margin: 0;
    padding: 0;
  }

  /* section2  */

  .about-section7-container {
    margin-top: 0px;
    padding: 270px 10px 0px 10px;

  }

  .about-section7-header {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0px 0px 0px 0px;
    margin-bottom: 10px;
  }

  .about-section7-main-title {
    font-family: Aboreto, sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 1em;
    font-weight: normal;
    color: #4d423d;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: -2px;
    margin-bottom: 0px;
  }

  .about-section7-intro-text {
    width: 100%;
    font-family: Darker Grotesque, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2em;
    color: #5a5a3a;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .about-section2-container {
    width: 100%;
    height: 100vh;
    background: url('../images/67bfaa402fdc8afe7b7abf9e_peter-oswald-GWvMtSiYHWI-unsplash (1).jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: flex-end;
    font-family: 'Georgia', serif;
  }

  .about-section2-flower-left {
    left: 0px;
  }

  .about-section2-flower-right {
    right: 10px;
  }

  .about-section2-title {
    font-size: 28px;

  }

  .about-section2-description {
    font-size: 22px;
    line-height: 1.1em;
    width: 80%;
  }
  /* section4 */
  .about-section4-gallery-container{
    display: block;

  }
  .about-section4-gallery-item:first-child {

    width: 100%;
    padding-left: 50px;
}

.about-section4-gallery-item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    /* box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3); */
    width: 100%;
}

.about-section4-gallery-container {
    padding-top: 12px;
    display: flex;
    gap: 20px;
    height: 80vh;
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
  /* section5 */
    .about-section5-container {
        padding: 10px;
        margin-top: 550px;
    }


  .about-section5-testimonial-box {
    display: flex;
    gap: 20px;
  }

  .about-section5-highlight {
    background-color: #f0e7af;
    padding: 0 20px 30px 20px;
    font-size: 20px;
    color: #555;
    max-width: 100%;
    position: relative;
    font-family: "Darker Grotesque", sans-serif;
    height: 130px;
    display: flex;
    align-items: flex-end;
    width: 100%;
  }

  .about-section5-right-content {
    width: 100%;

  }

  .about-section5-author {
    font-weight: 400;
    font-size: 28px;
    color: #333;
    font-family: "Aboreto", sans-serif;
    margin-top: 30px;
  }

  .about-section5-carousel-wrapper {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
  }

  .about-section5-nav {
    position: absolute;
    top: 10px;
    right: 260px;
    display: flex;
    gap: 10px;

  }
  .about-section4-gallery-item:hover ~ .about-section4-gallery-item {
    width: 100%;
}
  .about-section4-gallery-item:hover {
    /* transform: translateY(-5px); */
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.4);
    width: 100%;
}
 

  .about-section5-image-box {
    position: relative;
    min-width: 100%;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
  }

  .about-section5-down {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .about-section5-text-image {
    max-width: 100%;
    height: 300px;
  }

  .about-section5-text-overlay {
    font-family: "Darker Grotesque", sans-serif;
    padding: 0px;
    border-radius: 5px;
    font-size: 28px;
    width: 90%;
    line-height: 1.1em;
    text-align: left;
    font-weight: 500;
  }
/* section6 */
  .about-section6-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0px;
    padding: 0px;
  }
    .about-section6-faq h1 {
      font-size: 40px;
      margin-bottom: 50px;
        color: white;
        font-weight: 100;
         font-family: "Aboreto", sans-serif;
    }
  .about-section6-right-image {
   display: none;
  }
 .about-section6-left-image {
  display: none;
}
  .about-section6-faq {
    width: 95%;
    padding: 60px 10px;
    background-color: #000;
    text-align: center;
    margin: 0px;

  }

  .about-section6-question-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2em;
    width: 80%;
    color: white;
    font-family: "Aboreto", sans-serif;

  }

  .about-section6-answer {
    display: none;
    font-size: 15px;
    margin-top: 10px;
    color: #ccc;
    font-family: "Darker Grotesque", sans-serif;
    line-height: 1.1em;
    font-weight: 700;
  }



}