
*,::after,::before {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

@font-face {
    font-family: christmas;
    src: url('../font/christmas.ttf')
}

@font-face {
    font-family: andina;
    src: url('../font/filmotype.ttf')
}

:root {
    /* Brand Colors */
  --btn-color: #1d4482; /* Primary color for buttons/icons */
  --btn-hover-color: #55b9d6; /* Dark shade for button hover */
  --accent-color: #53b8d5; /* For accents and highlights */

  /* Keep existing colors for text and backgrounds */
  --white-color: #ffffff;
  --primary-font: "Poppins", sans-serif;
  --f14: 14px;
  --p12: 12px;
  --p15: 15px;
  --background-light: #f8f9fa;
  --text-dark: #2c3e50;
  --grey-dark: #000000;
    --other-font: "andina";
    --f1: 1px;
    --f2: 2px;
    --f3: 3px;
    --f4: 4px;
    --f5: 5px;
    --f6: 6px;
    --f7: 7px;
    --f8: 8px;
    --f9: 9px;
    --f10: 10px;
    --f11: 11px;
    --f12: 12px;
    --f13: 13px;
    --f14: 14px;
    --f15: 15px;
    --f16: 16px;
    --f17: 17px;
    --f18: 18px;
    --f19: 19px;
    --f20: 20px;
    --f21: 21px;
    --f22: 22px;
    --f23: 23px;
    --f24: 24px;
    --f25: 25px;
    --f26: 26px;
    --f27: 27px;
    --f28: 28px;
    --f29: 29px;
    --f30: 30px;
    --f31: 31px;
    --f32: 32px;
    --f33: 33px;
    --f34: 34px;
    --f35: 35px;
    --f36: 36px;
    --f37: 37px;
    --f38: 38px;
    --f39: 39px;
    --f40: 40px;
    --f41: 41px;
    --f42: 42px;
    --f43: 43px;
    --f44: 44px;
    --f45: 45px;
    --f46: 46px;
    --f47: 47px;
    --f48: 48px;
    --f49: 49px;
    --f50: 50px;
    --f51: 51px;
    --f52: 52px;
    --f53: 53px;
    --f54: 54px;
    --f55: 55px;
    --f56: 56px;
    --f57: 57px;
    --f58: 58px;
    --f59: 59px;
    --f60: 60px;
    --f70: 70px;
    --f75: 75px;
    --f80: 80px;
    --f85: 85px;
    --f90: 90px;
    --p1: 1px;
    --p2: 2px;
    --p3: 3px;
    --p4: 4px;
    --p5: 5px;
    --p6: 6px;
    --p7: 7px;
    --p8: 8px;
    --p9: 9px;
    --p10: 10px;
    --p11: 11px;
    --p12: 12px;
    --p13: 13px;
    --p14: 14px;
    --p15: 15px;
    --p16: 16px;
    --p17: 17px;
    --p18: 18px;
    --p19: 19px;
    --p20: 20px;
    --p21: 21px;
    --p22: 22px;
    --p23: 23px;
    --p24: 24px;
    --p25: 25px;
    --p26: 26px;
    --p27: 27px;
    --p28: 28px;
    --p29: 29px;
    --p30: 30px;
    --p31: 31px;
    --p32: 32px;
    --p33: 33px;
    --p34: 34px;
    --p35: 35px;
    --p36: 36px;
    --p37: 37px;
    --p38: 38px;
    --p39: 39px;
    --p40: 40px;
    --p41: 41px;
    --p42: 42px;
    --p43: 43px;
    --p44: 44px;
    --p45: 45px;
    --p46: 46px;
    --p47: 47px;
    --p48: 48px;
    --p49: 49px;
    --p50: 50px;
    --p51: 51px;
    --p52: 52px;
    --p53: 53px;
    --p54: 54px;
    --p55: 55px;
    --p56: 56px;
    --p57: 57px;
    --p58: 58px;
    --p59: 59px;
    --p60: 60px;
    --p61: 61px;
    --p62: 62px;
    --p63: 63px;
    --p64: 64px;
    --p65: 65px;
    --p66: 66px;
    --p67: 67px;
    --p68: 68px;
    --p69: 69px;
    --p70: 70px;
    --p71: 71px;
    --p72: 72px;
    --p73: 73px;
    --p74: 74px;
    --p75: 75px;
    --p76: 76px;
    --p77: 77px;
    --p78: 78px;
    --p79: 79px;
    --p80: 80px;
    --p81: 81px;
    --p82: 82px;
    --p83: 83px;
    --p84: 84px;
    --p85: 85px;
    --p86: 86px;
    --p87: 87px;
    --p88: 88px;
    --p89: 89px;
    --p90: 90px;
    --p91: 91px;
    --p92: 92px;
    --p93: 93px;
    --p94: 94px;
    --p95: 95px;
    --p96: 96px;
    --p97: 97px;
    --p98: 98px;
    --p99: 99px;
    --p100: 100px;
    --p120: 120px;
    --m1: 1px;
    --m2: 2px;
    --m3: 3px;
    --m4: 4px;
    --m5: 5px;
    --m6: 6px;
    --m7: 7px;
    --m8: 8px;
    --m9: 9px;
    --m10: 10px;
    --m11: 11px;
    --m12: 12px;
    --m13: 13px;
    --m14: 14px;
    --m15: 15px;
    --m16: 16px;
    --m17: 17px;
    --m18: 18px;
    --m19: 19px;
    --m20: 20px;
    --m21: 21px;
    --m22: 22px;
    --m23: 23px;
    --m24: 24px;
    --m25: 25px;
    --m26: 26px;
    --m27: 27px;
    --m28: 28px;
    --m29: 29px;
    --m30: 30px;
    --m31: 31px;
    --m32: 32px;
    --m33: 33px;
    --m34: 34px;
    --m35: 35px;
    --m36: 36px;
    --m37: 37px;
    --m38: 38px;
    --m39: 39px;
    --m40: 40px;
    --m41: 41px;
    --m42: 42px;
    --m43: 43px;
    --m44: 44px;
    --m45: 45px;
    --m46: 46px;
    --m47: 47px;
    --m48: 48px;
    --m49: 49px;
    --m50: 50px;
    --m51: 51px;
    --m52: 52px;
    --m53: 53px;
    --m54: 54px;
    --m55: 55px;
    --m56: 56px;
    --m57: 57px;
    --m58: 58px;
    --m59: 59px;
    --m60: 60px;
    --m61: 61px;
    --m62: 62px;
    --m63: 63px;
    --m64: 64px;
    --m65: 65px;
    --m66: 66px;
    --m67: 67px;
    --m68: 68px;
    --m69: 69px;
    --m70: 70px;
    --m71: 71px;
    --m72: 72px;
    --m73: 73px;
    --m74: 74px;
    --m75: 75px;
    --m76: 76px;
    --m77: 77px;
    --m78: 78px;
    --m79: 79px;
    --m80: 80px;
    --m81: 81px;
    --m82: 82px;
    --m83: 83px;
    --m84: 84px;
    --m85: 85px;
    --m86: 86px;
    --m87: 87px;
    --m88: 88px;
    --m89: 89px;
    --m90: 90px;
    --m91: 91px;
    --m92: 92px;
    --m93: 93px;
    --m94: 94px;
    --m95: 95px;
    --m96: 96px;
    --m97: 97px;
    --m98: 98px;
    --m99: 99px;
    --m100: 100px
}



[class*=" flaticon-"]:after,[class*=" flaticon-"]:before,[class^=flaticon-]:after,[class^=flaticon-]:before {
    font-family: Flaticon;
    font-style: normal
}

.flaticon-call:before {
    content: "\f100"
}

.flaticon-play-button:before {
    content: "\f101"
}

.flaticon-next:before {
    content: "\f102"
}

.flaticon-university:before {
    content: "\f103"
}

.flaticon-work:before {
    content: "\f104"
}

.flaticon-room:before {
    content: "\f105"
}

.flaticon-layers:before {
    content: "\f106"
}

.flaticon-security:before {
    content: "\f107"
}

.flaticon-wifi:before {
    content: "\f108"
}

.flaticon-location:before {
    content: "\f109"
}

.flaticon-taxi:before {
    content: "\f10a"
}

.flaticon-calendar:before {
    content: "\f10b"
}

.flaticon-check-mark:before {
    content: "\f10c"
}

.flaticon-right-chevron:before {
    content: "\f10d"
}

.flaticon-left-quote:before {
    content: "\f10e"
}

.flaticon-left-chevron:before {
    content: "\f10f"
}

.flaticon-target:before {
    content: "\f110"
}

.flaticon-award:before {
    content: "\f111"
}

.flaticon-parking:before {
    content: "\f112"
}

.flaticon-breakfast:before {
    content: "\f113"
}

.flaticon-shop:before {
    content: "\f114"
}

.flaticon-facebook:before {
    content: "\f115"
}

.flaticon-twitter:before {
    content: "\f116"
}

.flaticon-linkedin:before {
    content: "\f117"
}

.flaticon-instagram:before {
    content: "\f118"
}

.flaticon-cross-out:before {
    content: "\f119"
}

.flaticon-expand:before {
    content: "\f11a"
}

.flaticon-play-button-1:before {
    content: "\f11b"
}

.flaticon-down-arrow:before {
    content: "\f11c"
}

.flaticon-email:before {
    content: "\f11d"
}

label.error {
    color: red;
    font-size: 13px
}

a,a:hover,h6 {
    color: var(--secondary-color)
}

label.valid {
    display: none!important
}

a,a:hover {
    text-decoration: none;
    font-family: var(--primary-font)
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  line-height: 1.6;
  color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oranienbaum", serif;
  font-weight: 400;
  font-style: normal;
}
.container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
}
.cta-btn {
        color: var(--white-color);
        background-color: var(--btn-color);
        padding: 12px 15px;
        border: none;
        border-radius: 7px;
        font-size: 14px;
        cursor: pointer;
        transition: all 0.5s ease-in-out;
        font-weight: 600;
       
        width: 150px;
        position: relative;
        overflow: hidden;
        z-index: 1;
      }



      .cta-btn:hover {
        color: white;
        background-color: var(--btn-hover-color);
      }

   

/* Header Styles */
.header {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: all 0.3s ease;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 3px;
  height: 60px;
  transition: all 0.3s ease;
}

.logo img {
  filter: brightness(0) invert(1); /* Makes the logo white */
  transition: all 0.3s ease;
}

.header.scrolled .logo img {
  filter: none; /* Return to original color when scrolled */
}

.header-right {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.phone {
  color: white;
  text-decoration: none;
  font-size: 1.1rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.header.scrolled .phone {
  color: #2c3e50;
  text-shadow: none;
}

.menu-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
}

.menu-btn span {
  display: block;
  width: 25px;
  height: 3px;
  background: white;
  margin: 5px 0;
  transition: 0.3s;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.header.scrolled .menu-btn span {
  background: #2c3e50;
  box-shadow: none;
}

/* Sidebar Styles */
.sidebar {
  position: fixed;
  top: 0;
  right: -400px;
  width: 400px;
  height: 100vh;
background: linear-gradient(135deg,  var(--btn-color); 0%,  var(--btn-color); 100%);
  color: white;
  padding: 2rem;
  transition: right 0.3s ease;
  z-index: 1001;
}

.sidebar.active {
  right: 0;
}

.sidebar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sidebar-logo {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 2px;
}

.close-btn {
  background: none;
  border: none;
  color: white;
  font-size: 2rem;
  cursor: pointer;
  padding: 5px;
}

.sidebar-menu {
  list-style: none;
}

.sidebar-menu li {
  margin-bottom: 0.8rem;
}

.sidebar-menu a {
  color: white;
  text-decoration: none;
  font-size: 1.1rem;
  transition: color 0.3s;
}

.sidebar-menu a:hover {
  color: #74b9ff;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.overlay.active {
  opacity: 1;
  visibility: visible;
}


 /* Footer */
      .footer {
        background: #f8f9fa;
        padding: 4rem 0 0;
      }

      .footer-content {
        display: flex;
        flex-wrap: wrap;
        gap: 2rem;
        margin-bottom: 4rem;
        padding-bottom: 3rem;
        border-bottom: 1px solid #e9ecef;
      }

      .newsletter-section {
        flex: 4;
      }

      .contact-section {
        flex: 1;
        position: relative;
        padding-left: 2rem;
      }

      .contact-section::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 1px;
        background: rgb(209, 206, 206);
      }

      .newsletter-section h3 {
        color: var(--btn-color);
        font-size: 1.5rem;
        margin-bottom: 1rem;
        letter-spacing: 1px;
      }

      .newsletter-section p {
        color: #000000;
        margin-bottom: 2rem;
        font-weight: 600;
      }

      .newsletter-form1 {
        display: flex;
        align-items: flex-end;
        gap: 10px;
      }

      .form-input {
        padding: 0.5rem;
        border: 2px solid #e9ecef;
        border-radius: 5px;
        font-size: 1rem;
        outline: none;
        transition: border-color 0.3s;
      }

      .form-input:focus {
        border-color: #74b9ff;
      }

      .subscribe-btn {
        background-color: var(--white-color);
        color: var(--btn-color);
        padding: 8px 15px;
        border: 1px solid #004369;
        border-radius: 7px;
        font-size: 14px;
        cursor: pointer;
        transition: all 0.5s ease-in-out;
        font-weight: 600;
        
        width: 150px;
        position: relative;
        overflow: hidden;
        z-index: 1;
      }
      .subscribe-btn::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 0;
        background-color: var(--btn-color);
        transition: all 0.5s ease-in-out;
        z-index: -1;
      }

      .subscribe-btn:hover {
        color: white;
        /* box-shadow: 0 10px 30px rgba(83, 0, 140, 0.4); */
      }

      .subscribe-btn:hover::before {
        height: 100%;
      }

      .contact-section h3 {
        color: var(--btn-color);
        font-size: 1.5rem;
        margin-bottom: 1rem;
      }

      .contact-section p {
        color: #000000;
        margin-bottom: 2rem;
        font-weight: 600;
      }

      .contact-content {
        padding-left: 1rem;
      }

      .social-links {
        display: flex;
        gap: 1rem;
      }

      .social-link {
        width: 50px;
        height: 50px;
        background: white;
        border: 1px solid var(--btn-color);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--btn-color);
        text-decoration: none;
        font-size: 1.5rem;
        transition: all 0.3s;
      }

      .social-link:hover {
        background: var(--btn-hover-color);
        transform: translateY(-3px);
        color: white;
        box-shadow: 0 5px 15px rgba(15, 94, 128, 0.3);
      }

      .footer-bottom {
        display: grid;
        grid-template-columns: 1fr 2fr;
        gap: 4rem;
        margin-bottom: 2rem;
      }

      .footer-logo {
        display: flex;
        align-items: center;
        gap: 1rem;
        margin-bottom: 2rem;
      }

      .footer-logo h4 {
        color: #2c3e50;
        font-size: 1.2rem;
        margin: 0;
      }

      .footer-logo p {
        color: #000000;
        margin: 0;
        font-size: 1rem;
      }

      .footer-logo small {
        color: #999;
        font-size: 0.8rem;
      }

      .footer-description {
        color: #000000;
        line-height: 1.8;
        margin-bottom: 2rem;
      }

      .footer-book-btn {
        background-color: var(--btn-color);
        color: white;
        border: none;
        padding: 1rem 2rem;
        border-radius: 5px;
        cursor: pointer;
        font-weight: 600;
        transition: all 0.3s;
        text-transform: uppercase;
        letter-spacing: 1px;
      }

      .footer-book-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(83, 0, 140, 0.3);
      }

      .footer-links {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
      }

      .footer-column h4 {
        color: var(--btn-color);
        margin-bottom: 1rem;
        font-size: 1.5rem;
      }

      .footer-column ul {
        list-style: none;
        padding-left: 0;
      }

      .footer-column ul li {
        margin-bottom: 0.5rem;
      }

      .footer-column ul li a {
        color: #000000;
        text-decoration: none;
        transition: color 0.3s;
        font-size: 14px;
      }

      .footer-column ul li a:hover {
        color: #74b9ff;
      }

      .footer-column ul li a::before {
        content: "▶ ";
        color: #ccc;
        font-size: 14px;
        margin-right: 0.5rem;
      }

      .contact-info p {
        color: #000000;
        margin-bottom: 0.5rem;
        font-size: 14px;
      }

      .badges {
        display: flex;
        gap: 2rem;
        margin-top: 2rem;
      }

      .badges img {
        border-radius: 5px;
      }

      .footer-copyright {
        background-color: var(--btn-color);
        color: white;
        padding-top: 1.5rem;
      }

      .copyright-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
      }

      .developer-link {
        color: #ffd54f;
        font-weight: 600;
      }

      /* Responsive Design */
      @media (max-width: 768px) {
        .sidebar {
          width: 100vw;
          right: -100vw;
        }

        .hero-content h1 {
          font-size: 2.5rem;
        }

        .search-bar {
          flex-direction: column;
          margin: 0 20px;
        }

        .search-field {
          min-width: auto;
        }

        .guest-selector {
          justify-content: space-between;
        }

        .section-title {
          font-size: 2rem;
        }

        .properties-grid {
          grid-template-columns: 1fr;
          padding: 0 20px;
        }

        .experience-grid {
          grid-template-columns: 1fr;
          padding: 0 20px;
        }
      }

/* Responsive Design */

@media (max-width: 768px) {
  .sidebar {
    width: 100vw;
    right: -100vw;
  }


  .contact-section {
    padding-left: 0;
    padding-top: 2rem;
    margin-top: 1rem;
    border-top: 1px solid #000000;
  }

  .contact-section::before {
    display: none;
  }

 .footer-content {
          grid-template-columns: 1fr;
          gap: 2rem;
          margin-bottom: 1rem;
    padding-bottom: 2rem;
        }

        .contact-section {
          padding-left: 0;
          padding-top: 2rem;
          margin-top: 1rem;
          border-top: 1px solid #000000;
        }

        .contact-section::before {
          display: none;
        }

        .newsletter-form1 {
          grid-template-columns: 1fr;
          gap: 1rem;
        }

        .footer-bottom {
          grid-template-columns: 1fr;
          gap: 2rem;
        }

        .footer-links {
          grid-template-columns: 1fr;
        }

        .copyright-content {
          flex-direction: column;
          gap: 1rem;
          text-align: center;
        }
}

@media (max-width: 480px) {
 
  
  .contact-item {
    flex-direction: column;
    align-items: flex-start;
  }
}

