@media screen and (max-width: 1224px) {
  .headerContainer {
    padding: 1rem 3%;
  }
}
@media screen and (max-width: 1167px) {
  .facilitiesDetails ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1100px) {
  .footerStrip {
    padding: 2rem;
  }
  .bannerText h2 {
    font-family: var(--handwritten);
    font-size: 5rem;
    font-weight: 500;
    background: linear-gradient(
      to right,
      #c5944b,
      #eec07a
    ); /* Gradient colors */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
  }
  .bannerText h4 {
    font-family: var(--heading-font);
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 1rem;
  }

  .bannerText p {
    line-height: 1.6;
    letter-spacing: 0px;
    margin-bottom: 1rem;
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 1025px) {
  .bannerText h2 {
    font-size: 6rem;
  }
  .bannerText h4 {
    font-family: var(--heading-font);
    font-size: 2rem;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 1rem;
  }

  .bannerText p {
    line-height: 1.6;
    letter-spacing: 0px;
    margin-bottom: 1rem;
  }

  .headerContainer {
    padding: 1rem 3%;
  }
  .reportAbout {
    flex-direction: column-reverse;
    grid-template-columns: 50% 50%;
    /* background-image: url("/media/Phone/Resort/2.png"); */
  }
  .reportAbout .bannerLeft {
    flex-basis: 60vh;
    height: 60vh;
  }
  .reportAbout .aboutDetails {
    flex-basis: 100%;
    height: 100%;
  }

  .linksContainer {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    padding: 2rem 0;
  }
  .footerInner .footerLeft {
    flex-basis: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 997px) {
  .heroSection {
    height: auto;
  }
  .headerInner .menuLinks {
    display: none;
  }
  .headerInner .searchIcon {
    display: none;
  }
  .headerInner .menuIcon {
    display: flex;
  }
  .headerContainer {
    padding: 0.4rem 3%;
  }
  .headerInner .headerLogo {
    width: 100px;
  }
  .mainContainer {
    margin: 7.1rem auto 0 auto;
    overflow-x: hidden;
  }
  .topSubHeader .swiper-button-prev {
    left: 0;
  }
  .topSubHeader .swiper-button-next {
    right: 0;
  }
  .detailsSections {
    grid-template-columns: 1fr;
    min-height: 80vh;
    /* background-image: url("/media/Phone/Home/5.png"); */
  }
  .detailsSections .gridItem {
    padding: 1.5rem;
  }
  .detailsSections .gridItem h2 {
    font-size: 1.5rem;
    text-align: center;
  }

  .locationSection {
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
  }
  .locationSection .map {
    min-height: 40vh;
  }
  .locationDetails {
    padding: 3rem 2rem;
  }
  .locationDetails h2 {
    font-size: 1.3rem;
  }
  .locationDetails .qrCode {
    gap: 0.6rem;
    flex-direction: column;
    margin-top: 3rem;
  }
  .footerInner {
    padding: 2rem 0rem;
    flex-direction: column-reverse;
    max-width: 90%;
    overflow: hidden;
  }
  .footerStrip {
    padding: 2rem 3%;
    flex-direction: column;
  }
  .footerStrip .address {
    flex-direction: column;
    gap: 2rem;
    padding: 0 3rem;
    margin-bottom: 2rem;
    text-align: center;
  }

  .whyInvestSection .cottage_left .cottagesPoints {
    flex-direction: column;
  }
  .facilitiesDetails {
    margin-bottom: 3rem;
    flex-direction: column;
  }
  .facilitiesDetails ul {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 1rem;
  }

  .footerStrip .stripLogo {
    width: 60%;
  }
  .mainContainerFilmcity {
    margin: 7.1rem auto 0 auto;
  }
  .resortBanner {
    height: calc(100vh - var(--mobile));
  }
}
@media screen and (max-width: 767px) {
  .footerInner .footerLeft {
    flex-basis: 100%;
    width: 100%;
  }
  .linksContainer {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    padding: 2rem 0;
  }
  .bannerItem .bannerImage {
    /* height: calc(100vh - 7.1rem); */
    height: auto;
    margin-top: 13.2vh;
  }
  .bannerImage img {
    height: 100%;
  }
  .banner1 {
    top: 15%;
    transform: none;
    left: -3%;
  }
  .banner2 {
    top: 20%;
    transform: none;
    left: 2%;
  }
  .banner3 {
    top: 20%;
    transform: none;
    left: 0%;
  }
  .bannerItem .bannerText {
    position: absolute;
    padding: 2rem;
    text-align: center;
    max-width: 100% !important;
    display: flex;
    flex-direction: column;
    opacity: 0;
    width: 100%;
    margin: 0 auto;
  }
  .locationDetails {
    text-align: left;
  }

  .bannerText h4 {
    font-size: 1.3rem;
  }
  .resortBanner h2 {
    font-size: 5rem;
  }
  .resortBanner p {
    font-size: 0.8rem;
  }

  .reportAbout .aboutDetails {
    padding: 2rem;
  }
  .reportAbout .aboutDetails h2 {
    font-size: 1rem;
    margin-bottom: 1rem;
    background-color: transparent;
    padding: 0rem 3rem;
    color: var(--red);
  }

  .reportAbout .aboutDetails p {
    font-size: 0.8rem;
  }
  .resortRooms {
    padding: 2rem;
  }
  .resortRooms h2 {
    font-size: 4rem;
  }
  .roomItems {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
    margin-top: 2rem;
  }
  .resortGallery .gallery {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 2rem 2rem;
    gap: 1rem;
  }
  .showcase {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    grid-template-columns: 1fr 1fr;
    margin-top: 4rem;
    position: relative;
    flex-direction: column;
  }
  .showcaseLeft {
    flex-basis: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 2rem;
    padding: 1rem;
    height: 20vh;
    overflow-x: auto;
    scroll-snap-align: center;
    scroll-snap-type: x;
    scroll-snap-stop: always;
  }

  .filmcityShowcase img {
    max-height: 30vh;
    object-fit: contain;
  }
  .showcaseLeft img {
    max-width: 80%;
  }
  .showcaseRight {
    position: relative;
    top: 0;
    flex-basis: 100%;
    width: 100%;
    height: 100%;
    padding-top: 4rem;
  }
  .showcaseRight .showcaseDetail {
    width: 100%;
    padding: 0 1.5rem;
  }
  .roomCard a {
    max-width: 80%;
  }
  .whyInvestSection {
    grid-template-columns: repeat(1, 1fr);
  }
  .whyInvestSection .cottage_right {
    width: 100%;
    height: 50vh;
    background: url("/media/Cottages/\(6\).png") no-repeat center;
    background-size: cover;
    order: 2;
  }
  .whyInvestSection .cottage_left ul li {
    font-size: 1rem;
  }
  .whyInvestSection .cottage_left h2 {
    font-size: 1.5rem;
  }
  .whyInvestSection .cottage_left {
    padding: 2rem 2rem;
  }
  .cottagesPoints div {
    margin-bottom: 1rem;
  }

  .filmcityIdel .cottage_left ul li {
    font-size: 1rem;
  }
  .filmcityAttractions .attraction_left {
    padding: 2rem;
    flex-direction: column;
    padding-top: 1rem;
  }
  .filmcityAttractions {
    grid-template-columns: repeat(1, 1fr);
  }
  .filmcityAttractions .attraction_left ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .filmcityAttractions .attraction_left ul li {
    font-size: 1rem;
  }
  .showcaseSticky {
    gap: 0.5rem;
    max-width: 100%;
  }
  .filmFacilities {
    padding: 2rem;
  }
  .filmFacilities h2 {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
  .exclusiveServices {
    grid-template-columns: repeat(1, 1fr);
    gap: 4rem;
    padding: 0 1rem;
  }
  .exclusiveServices p {
    font-size: 1rem;
    padding-bottom: 1rem;
  }
  .facilitiesDetails {
    margin-bottom: 3rem;
    flex-direction: column;
  }
  .facilitiesDetails ul {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 1rem;
  }
  .facilitiesDetails ul li {
    font-size: 1rem;
  }
  .facilitiesGallery {
    flex-direction: column;
  }
  .filmAbout h3 {
    font-size: 1rem;
    text-align: center;
  }
  .contactReachStrip {
    padding: 2rem;
  }
  .contactReachStrip h4 {
    font-size: 1rem;
  }
  .contactForm form {
    width: 100%;
    max-width: 100%;
    margin: 2rem 0;
  }
  .contactForm p {
    font-size: 1rem;
    color: #c5944b;
    font-weight: 200;
  }
  .contactForm h2 {
    margin-top: 3rem;
    font-family: var(--handwritten);
    font-size: 3rem;
    color: var(--red);
    font-weight: 400;
  }
  .contactForm {
    width: 100%;
    overflow: hidden;
    min-height: auto;
    /* background-image: url(/media/banners/banner_1-1.png); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    padding: 2rem;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
  }
  .contactBanner h2 {
    font-size: 4rem;
  }

  .reportAbout {
    grid-template-columns: 100%;
  }
  .reportAbout .bannerLeft {
    order: 2;
  }
  .reportAbout .bannerLeft img {
    object-position: bottom;
  }
  .contactBanner {
    height: calc(100vh - var(--mobile));
  }

  .homeVideoIframe {
    height: auto;
    align-items: center;
    padding: 2rem;
  }
  .homeVideoIframe iframe {
    height: 230px;
    border-radius: 10px;
    /* aspect-ratio: 1/1; */
  }
  .homeVideoIframe h1 {
    font-size: 1.3rem;
    text-align: center;
    /* aspect-ratio: 1/1; */
  }
}
@media screen and (max-width: 667px) {
  .locationDetails {
    padding: 3rem 1rem;
  }
  .heroSection {
    width: 100%;
    position: relative;
    height: calc(100vh - var(--mobile));
  }

  .heroSection .heroBanner {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .subHeaderText h4 {
    text-align: center;
  }
}
@media screen and (max-width: 447px) {
  .footerStrip .address {
    padding: 0 1rem;
  }

  .footerStrip .stripLogo {
    width: 90%;
  }
  .address .addressDetails {
    text-align: left;
  }
  .locationDetails .locationItems {
    grid-template-columns: repeat(1, 1fr);
  }
  .contactBanner {
    background-position: 67% center;
  }
  .resortBanner {
    background-image: url("/media/banners/resort_phone.png");
  }

  .filmcityBanner {
    background-image: url("/media/banners/filmcity_phone.png");
  }
  .cottagesBanner {
    background-image: url("/media/banners/cottages_phone.png");
  }
}

.allCategories::-webkit-scrollbar-track {
  width: 5px;
  background-color: transparent;
}
.allCategories::-webkit-scrollbar-thumb {
  width: 5px;
  background-color: #111;
}
