

@media all and (max-width: 1199px) {
  .hero-btn {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .about-right {
    text-align: center;
  }
  .about-right img {
    max-width: 420px;
  }
  .btn-style {
    font-size: 20px;
    min-width: 248px;
  }
  h1 {
    font-size: 42px;
  }
}

@media all and (max-width: 991px) {
  .extra-container {
    max-width: 720px;
  }
  p {
    font-size: 18px;
  }
  .about-left p {
    padding: 8px 0;
    line-height: 1.3;
  }
  .story-bottom {
    background: #8a6a41;
  }
  .story-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .team-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 20px;
  }
  .team-main h1 {
    text-align: center;
  }
  .story-text p {
    padding: 8px 0;
  }
  .location-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .team-main .hero-btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .location-main .hero-btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .about-right img {
    margin-left: 0;
  }
  .footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    row-gap: 5px;
    padding-bottom: 15px;
  }
  .royal-hero .title-h1 h1 {
    padding: 39px 0 0px 0;
  }
  .royal-location .location-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .royal-location-list {
    max-width: 100%;
  }
  .royal-location-list li {
    padding: 5px 0;
  }
}

@media all and (max-width: 767px) {
  .extra-container {
    max-width: 540px;
  }
  .hero-logo img {
    width: 232px;
  }
  .hero-main {
    padding: 35px 0;
  }
  .title-h1 h1 {
    padding: 30px 0 40px 0;
  }
  .about-left {
    padding: 30px 0 50px 0;
  }
  .menu-icon-left {
    width: 100%;
  }
  .navbar-nav {
    padding: 20px;
    text-align: center;
    background: #ffffffc1;
    margin-top: 11px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    -webkit-clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
            clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 20px);
    border-radius: 10px;
  }
  .royal-hero .hero-logo img {
    max-width: 300px;
  }
  .contactForm-container {
    padding: 15px;
  }
  .privacy-policy,
  .terms-conditions {
    padding: 10px;
  }
  .contactForm-container {
    
    border: 3px solid #a67c52;
  }
}

@media all and (max-width: 575px) {
  .title-h1 h1 {
    font-size: 32px;
    padding-bottom: 0;
  }
  .container {
    max-width: 95%;
    width: 100%;
    margin: 0 auto;
  }
  .footer-ul li::after {
    display: none;
  }
}

@media all and (max-width: 450px) {
}
