@import url(https://fonts.bunny.net/css?family=montserrat:200,300,400,500,600,700,800,900);
/* @import url(/TG_Landing_Page_Fonts/Capitolium\ Road.otf); */

@font-face {
  font-family: Capitolium;
  src: url('./fonts/Capitolium-Road.otf');
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
  }
  
  html {
    scroll-behavior: smooth;
}

  
  html,
  body {
    max-width: 100vw;
    overflow-x: hidden;
  }
  
  a {
    color: inherit;
    text-decoration: none;
  }
  
  /* LANDING PAGE */
  
  .logo {
    width: 140px;
  }
  .header {
    display: flex;
    justify-content: center;
    padding: 2rem;
    padding-bottom: 0;
  }
  .logo-section {
    flex: 1;
  }
  .header-container {
    display: flex; 
    justify-content: space-between;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100vh;
    width: 100%;
    padding: 2rem;
    padding-bottom: 0;
    margin-top: -200px;
    padding-top: 200px;
    background-position: 0 0;
  }
  
  .mobile-header-container {
    display: none;
  }
  
  .header-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .header-content h1 {
    font-size: 52px;
    line-height: 4rem;
    letter-spacing: 2px;
    font-weight: 500;
    color: white;
    font-family: Capitolium;
    margin-top: 150px;
  }

  .main-font{
    font-size: 52px;
    letter-spacing: 2px;
    font-weight: 500;
    font-family: Capitolium;
  }
  .terra-form-logo {
    width: 120px;
    margin: 0 auto;
  }
  .info-section {
    display: flex;
    background-color: white;
    color: #653c3b;
    justify-content: center;
    gap: 40px;
    margin-left: -40px;
    padding: 2rem;
    width: 110%;
    font-family: montserrat;
  }
  .info {
    position: relative;
  }
  .info .line {
    right: -20px;
  }
  .info p {
    font-size: 18px;
    color: #653c3b;
    line-height: 2rem;
    font-family: montserrat;
    font-weight: 400;
    margin-bottom: 10px;
  }
  
  .info strong {
    font-size: 32px;
    font-weight: 500;
  }
  
  .info span {
    color: black;
    font-size: 15px;
  }
  .client-info {
    position: relative;
  }
  
  .line {
    width: 1px;
    height: 80px;
    background-color: black;
    position: absolute;
    right: -20px;
    top: -15%;
  }
  
  .navigation {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  
  .menu-links {
    display: flex;
    width: 40rem;
    justify-content: space-between;
    gap: 2rem;
    margin-top: 20px;
  }
  
  .menu-links a {
    text-decoration: none;
    color: white;
  }
  
  #menu-last {
    margin-right: 0;
    text-decoration: underline;
  }
  
  .mobile-menu {
    display: none;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
  }
  
  .menu-icon {
    display: flex;
    flex-direction: column;
    cursor: pointer;
  }
  
  .bar {
    width: 30px;
    height: 3px;
    background-color: white;
    margin: 3px 0;
  }
  
  .brochure-form {
    margin-bottom: 90px;
    background-color: white;
    padding: 40px;
    width: 500px;
  }
  .brochure-form h2 {
    font-size: 24px;
    font-weight: 400;
    font-family: Capitolium;
    text-align: center;
  }
  
  form {
    color: #653c3b;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  
  form h3 {
    font-size: 32px;
    font-weight: 300;
    font-family: Capitolium;
  }
  
  form input[type="text"], form input[type="email"] {
    border: none;
    height: 50px;
    background-color: white;
    border-bottom: 1px solid black;
    outline: none;
  }
  
  form button {
    width: 250px;
    background-color: white;
    border: 1px solid #653c3b;
    color: black;
    font-weight: 100;
    font-size: 16px;
    padding: 15px;
    margin-top: 30px;
    cursor: pointer;
  }
  
  /* ABOUT PAGE  */
  
  .about-container {
    display: flex;
    justify-content: space-between;
    padding: 50px 80px;
    margin-top: 60px;
  }
  
  .about-content {
    flex: 1;
  }
  
  .about-content h3 {
    color: #653c3b;
    font-size: 32px;
    font-family: Capitolium;
    font-weight: 500;
  }
  
  .about-content p {
    font-size: 14px;
    font-weight: 400;
    padding-right: 60px;
    margin-top: 40px;
    line-height: 24px;
  }
  
  .about-line {
    height: 1px;
    width: 600px;
    margin-top: 30px;
    background-color: black;
  }
  
  .about-video {
    flex: 1;
  }
  .video-section {
    display: none;
  }
  #videoPlayer {
    max-width: 100%;
    height: calc(100vh - 60px);
    width: calc(100vw - 30px);
  }
  
  .about-video img {
    height: 350px;
    width: 600px;
    cursor: pointer;
  }
  
  .about-client {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 80px;
  }
  
  .about-client h2 {
    font-size: 65px;
    color: green;
    font-weight: 900;
  }
  
  .client-section {
    display: flex;
    gap: 40px;
    align-items: center;
    font-size: 23px;
    font-weight: 500;
  }
  
  .client-info strong {
    color: green;
  }
  
  /* AMENITIES PAGE  */
  
  .amenities-container {
    font-size: 28px;
    font-weight: normal;
    padding: 0 80px;
  }
  
  .amenities-container h3 {
    text-align: center;
    color: #653c3b;
    margin-top: 100px;
    margin-bottom: 30px;
    font-weight: 500;
    font-family: Capitolium;
    font-size: 32px;
  }
  
  .amenities-list {
    display: grid;
    grid-template-columns: repeat(5, 230px);
    justify-content: center;
    font-size: 14px;
  }
  
  .amenity {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 70px;
  }

  .amenity p {
    font-weight: 400;
    margin-top: 5px;
  }
  
  .amenity img {
    height: 60px;
    width: 60px;
    filter: brightness(0) invert(19%) sepia(24%) saturate(1239%) hue-rotate(314deg) brightness(98%) contrast(76%);
  }
  
  /* WHY PAGE  */
  
  .why-container {
    margin-top: 100px;
    color: white;
    display: flex;
    padding: 80px;
    height: 450px;
    width: 100%;
    background-image: url(Why_Banner.jpg);
    background-size: cover;
  }
  
  .why-head {
    display: flex;
    flex: 1;
    flex-direction: column;
    /* justify-content: space-between; */
  }
  
  .why-head img {
    width: 450px;
  }
  
  .why-head h3 {
    font-size: 52px;
    margin-top: 40px;
    font-weight: 500;
    line-height: 70px;
    letter-spacing: 2px;
    font-family: Capitolium;
  }
  
  .why-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 30px;
    padding: 30px;
  }
  
  .why-content p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
  }
  
  .why-content ul {
    list-style-type: none;
    font-size: 17px;
    font-weight: 400;
    line-height: 32px;
  }
  
  .why-line {
    background-color: white;
    height: 1px;
    width: 30px;
  }
  
  .why-reason {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  
  /* Gallery page */
  
  .gallery-container {
    padding-left: 80px;
    margin-top: 100px;
  }
  
  .gallery-container h3 {
    color: #653c3b;
    font-size: 32px;
    font-weight: 400;
    font-family: Capitolium;
  }
  
  .gallery-images {
    margin-top: 50px;
    height: 400px;
    display: flex;
    gap: 10px;
    transition: 0.3s ease-in-out;
  }
  
  .gallery-images img {
    width: 540px;
    height: 400px;
    object-fit: cover;
  }
  
  .gallery-pagination {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    padding-right: 10%;
  }
  
  .slider {
    display: flex;
    gap: 15px;
  }
  
  .left, .right {
    font-size: 25px;
    cursor: pointer;
  }
  
  .left:hover, .right:hover {
    color: #653c3b;
  }
  
  .gallery-line {
    background-color: black;
    width: 90%;
    height: 1px;
    margin-top: 50px;
  }
  
  /* CONNECT PAGE  */
  
  .connect-container {
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
  }
  
  .connect-info {
    background-color: #653c3b;
    color: white;
    padding: 120px 70px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
    flex: 35%;
  }
  
  .connect-info h3 {
    font-size: 32px;
    font-family: Capitolium;
    font-weight: 400;
  }
  
  .connect-info p {
    font-size: 14px;
    line-height: 24px;
  }
  
  .connect-container img {
    flex: 65%;
    height: 530px;
    background-color: #f8f8f8;
    object-fit: contain;
    width: 100%;
  }
  
  /* FOOTER PAGE  */
  
  .footer-container {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
    padding: 50px;
    padding-top: 0;
    padding-left: 100px;
    padding-right: 100px;
  }
  
  .footer-bottom {
    display: flex;
    justify-content: space-between;
    padding: 50px;
    padding-top: 0;
    padding-left: 100px;
    padding-right: 100px;
    font-size: 14px;
  }
  
  .footer-left {
    display: flex;
    flex-direction: column;
    gap: 80px;
  }
  
  .footer-left img {
    width: 200px;
  }
  
  .footer-left p {
    font-weight: 300;
    font-size: 16px;
  }
  
  .footer-right {
    display: flex;
    gap: 60px;
  }
  
  .right-footer-left {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  
  .right-footer-right {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  
  .footer-container h5, .footer-container p {
    font-size: 14px;
    font-weight: 400;
  }

  .address {
    line-height: 30px;
  }
  
  /* LANDING PAGE */
  
  @media screen and (max-width: 1000px) {
    .header {
      display: none;
    }
    .header-container {
      display: none;
    }
  
    .mobile-header-container {
      display: block;
      padding-top: 1rem;
      padding-right: 1rem;
      padding-left: 1rem;
      background-position: 30% 30%;
    }
  
    .mobile-nav {
      display: flex;
    }
  
    .logo {
      width: 15rem;
    }
  
    .mobile-header-container h2 {
      font-size: 36px;
      line-height: 48px;
      letter-spacing: 1px;
      color: white;
      margin-top: 40px;
      font-family: Capitolium;
      font-weight: 400;
    }

    .brochure-form h2 {
      color: #653c3b;
      font-size: 20px;
      line-height: 1.4em;
      margin: 0;
    }
  
    .info-section {
      flex-direction: column;
      gap: 5px;
      align-items: center;
      margin-left: 0;
      margin-top: 50px;
      width: 100%;
    }
  
    .info {
      text-align: center;
      margin: 20px 0;
    }
  
    .info p {
      font-size: 19px;
      color: #653c3b;
    }
  
    .line {
      width: 100px;
      height: 1px;
      top: 100%;
      right: 30%;
      margin-top: 15px;
    }

    .info .line {
      right: 15%;
      top: 77px;
    }
  
    .navigation {
      display: flex;
      flex-direction: column;
    }
  
    .mobile-menu-links {
        display: flex;
        justify-content: space-between;
        gap: 2rem;
      flex-direction: column;
      align-items: center;
      width: 4rem;
    }

    .mobile-menu-links a {
            text-decoration: none;
            color: white;
    }
  
    .mobile-menu {
      display: flex;
      flex-direction: column;
      width: 4rem;
      background-color: none;
    }
  
    .brochure-form {
      flex-direction: column;
      align-items: center;
      width: 100%;
      margin-top: 50px;
    }
  /*Select */
    select:required:invalid {
      color: red;
    }
    option[value=""][disabled] {
      display: none;
    }
    option {
      color: black;
    }

    form h3 {
      font-size: 32px;
    }
  
    form input[type="text"] {
      height: 40px;
    }
  
    form button {
      width: 120px;
      padding: 10px;
      font-size: 14px;
    }
    /* Add or update these styles for the mobile navigation section */
  .mobile-nav {
    display: flex;
    /* justify-content: end; */
    justify-content: space-between;
    /* background-color: rgba(0, 0, 0, 0.7); Add a background color with some transparency */
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    height: 150px; /* Ensure it's above other content */
    align-items: center;
  }
  
  .logo {
    width: 100px; /* Adjust the logo size */
    /* margin-bottom: 1rem; */
    top: 20px;
  }
  
  .mobile-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* margin-top: 1rem; */
  
  }
  
  .mobile-menu .menu-icon {
    cursor: pointer;
    margin-bottom: 1rem;
    right: 30px;
    top: 50px;
  }
  
  .mobile-menu-links {
    display: none;
    flex-direction: column;
    align-items: center;
    right: 50px;
    width: 100%;
  }
  
  .mobile-menu-links a {
    margin: 0.5rem 0;
    font-size: 1.5rem; /* Adjust the font size */
    color: white; /* Set the text color to white */
    text-decoration: none;
    transition: color 0.3s;
  }
  
  .menu-links a:hover {
    color: #00ff00; /* Change the text color on hover */
  }
  
  #menu-last {
    margin-top: 1rem;
    font-size: 1.5rem; /* Adjust the font size */
    color: white; /* Set the text color to white */
    text-decoration: none;
    transition: color 0.3s;
  }
  
  .about-video {
    margin-top: 30px;
  }
  
  }

  @media  screen and (max-width: 1340px) {
    .about-container, .about-client, .amenities-container, .why-container, .gallery-container {
      padding: 50px 30px;
    }
    .connect-info {
      padding: 60px 30px;
    }
  }
  
  /* @media screen and (max-width: 768px) {
    .header-content p {
      font-size: 36px;
      line-height: 45px;
      letter-spacing: 1px;
    }
  
    .info-section {
      flex-direction: column;
      align-items: center;
      margin-left: 0;
    }
  
    .info {
      text-align: center;
      margin: 20px 0;
    }
  
    .line {
      display: none;
    }
  
    .navigation {
      align-items: center;
    }
  
    .menu-links {
      flex-direction: column;
      align-items: center;
      width: auto;
    }
  
    
  
    .brochure-form {
      display: block;
    }
  
    form h3 {
      font-size: 32px;
    }
  
    form input[type="text"] {
      height: 40px;
    }
  
    form button {
      width: 120px;
      padding: 10px;
      font-size: 14px;
    }
  } */
  
  /* ABOUT PAGE */
  
  @media screen and (max-width: 1000px) {
    .about-container {
      flex-direction: column;
      align-items: center;
      padding: 30px;
    }
  
    .about-content h3 {
      font-size: 32px;
    }
  
    .about-content p {
      font-size: 14px;
      padding-right: 0;
      text-align: center;
    }
  
    .about-line {
      display: none;
    }
  
    .about-video img {
      height: auto;
      width: 100%;
    }
  
    .about-client {
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 80px 20px;
    }
  
    .client-section {
      display: block;
    }
  
    .client-info {
      margin-top: 2rem;
    }
  
    .about-client h2 {
      font-size: 48px;
    }
  
    .client-section {
      font-size: 18px;
      margin-top: -30px;
    }
  }
  
  /* AMENITIES PAGE */
  
  @media screen and (max-width: 768px) {
    .amenities-container {
      padding: 0 20px;
    }
    .amenities-list {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
    }
  
    .amenity {
      text-align: center;
    }
  
    .amenity img {
      height: 40px;
      width: 40px;
    }
  }
  
  /* WHY PAGE */
  
  @media screen and (max-width: 768px) {
    .why-container {
      flex-direction: column;
      padding: 80px 20px;
    height: auto;
    }
    .why-head {
      flex: 0;
    }
    .why-content {
      padding: 15px 0;
    }
  
    .why-head img {
      width: 20rem;
    }
  
    .why-head h3 {
      font-size: 48px;
      line-height: 60px;
    }
  
    .why-content p {
      font-size: 14px;
    }
  
    .why-content ul {
      font-size: 16px;
      line-height: 30px;
    }
  
    .why-line {
      margin-top: 20px;
    }
  }
  
  /* GALLERY PAGE */
  
  @media screen and (max-width: 768px) {
    .gallery-container {
      padding: 0 20px;
    }
  
    .gallery-container h3 {
      font-size: 28px;
    }
  
    .gallery-images {
      align-items: center;
      margin-top: 20px;
    }
  
    .gallery-images img {
      width: calc((100vw - 30px));
      height: 400px;
      object-fit: cover;
    }
  
    .gallery-pagination {
      align-items: center;
      margin-top: 20px;
      padding: 0;
    }
  
    .slider {
      align-items: center;
      margin-top: 10px;
    }

    .gallery-line {
      width: 100%;
    }
  }
  
  /* CONNECT PAGE */
  
  @media screen and (max-width: 768px) {
    .connect-container {
      flex-direction: column;
      align-items: center;
    }
  
    .connect-container img {
      width: 100%;
      height: auto;
    }

    .connect-info {
      padding: 60px 20px;
    }
  
    .connect-info h3 {
      font-size: 24px;
    }
  
    .connect-info p {
      font-size: 12px;
      line-height: 20px;
    }
  }
  
  /* FOOTER PAGE */
  
  /* ... (Your existing styles for the footer page) */
  
  /* Media Query for Mobile Devices */
  @media screen and (max-width: 768px) {
    .footer-container, .footer-bottom {
      flex-direction: column;
      align-items: center;
      padding: 20px;
      text-align: center;
    }
  
    .footer-left img {
      width: 150px;
    }
  
    .footer-left p {
      font-size: 12px;
    }
  
    .footer-right {
      gap: 20px;
      margin-top: 40px;
    }
  
    .footer-container h5, .footer-container p {
      font-size: 12px;
    }
  
    .footer-bottom p {
      margin-top: 10px;
    }
  }
  /* ipad and above */
  @media (min-width:769px) and (max-width:1079px) {
    .client-section {
      display: flex;
    }
    .line {
      width: 1px;
      height: 80px;
      top: -35%;
      right: -15px;
      margin-top: 0;
    }
    .info .line {
      width: 80px;
      height: 1px;
      top: 87px;
      right: 25px;
    }
    .about-client {
      padding: 80px 20px 0;
    }
    .amenities-list {
      grid-template-columns: repeat(3, 200px);
    }
    .why-container {
      height: auto;
    }
    .why-head img {
      width: auto;
    }
    .connect-container {
      margin-top: 50px;
      display: block;
    }
    .footer-container {
      padding-left: 20px;
      padding-right: 20px;
    }
    .footer-bottom {
      padding-left: 20px;
      padding-right: 20px;
    }
    .about-video {
      width: 100%;
    }
    .about-video iframe {
      height: 400px;
    }
    .info-section {
      flex-direction: row;
      gap: 60px;
    }
    .info .line {
      width: 1px;
      height: 80px;
      top: 0;
      right: -30px;
    }
    .mobile-header-container {
      min-height: auto !important;
    }
  }
  @media (min-width:1080px) and (max-width:1340px) {
    .header-container, .about-container {
      gap: 40px;
    }
    .about-video img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      object-position: left;
    }
    /* .about-client h2 {
      font-size: 48px;
    } */
    .about-client {
      padding-bottom: 0;
    }
    .amenities-list {
      grid-template-columns: repeat(5, 200px);
    }
    .connect-container {
      margin-top: 60px;
    }
    .footer-container {
      padding-left: 20px;
      padding-right: 20px;
    }
    .footer-bottom {
      padding-left: 20px;
      padding-right: 20px;
    }
  }
  /* Featherlight Lightbox */
  @media only screen and (max-width: 1024px) {
    .featherlight .featherlight-content {
      max-height: 100% !important;
      height: 100%;
      width: 100%;
      background: #000 !important;
      backdrop-filter: blur(1.5px);
    }
  }
  .featherlight .featherlight-content {
    background: #000 !important;
    backdrop-filter: blur(1.5px);
  }
  .featherlight:last-of-type {
    background: rgba(0,0,0,.9) !important;
  }
  .featherlight .featherlight-close-icon {
    background: rgba(255,255,255,.8) !important;
  }
  #menuItems {
    padding: 60px 0;
    text-align: center;
  }
  .mobile-menu-logo {
    width: 100px;
    margin-bottom: 30px;
  }
  #menuItems a {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 20px;
    padding: 8px 0;
  }


