/* TM CMS Page */
/* ====== HEADER SLIDE STYLES ====== */
header#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: transform 0.3s ease-in-out;
    transform: translateY(0);
}

header#header.hidden {
    transform: translateY(-100%);
}

section.banner div.overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background-color: #00000036;
    align-content: center;
    justify-content: center;
  }

ul li {
    padding: 0px 0px 10px 0px;
    line-height: 1.2;
  }
  
  p {
    
      font-size: var(--font-size-all);
      font-weight: 300;
      line-height: 27px;
  
  }
  
  section#intro .container h1 {
    padding: 0px 0px 0vh 0px;
    font-size: 45px;
  }
  
  div.product-images {
    padding: 0px 0px 0px 0px;
    font-family: Rubik;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    overflow-y: hidden;
    height: 100%;
  }
  
  .product-images .navigatory {
    height: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 15px;
  }
  
  .product-images .image-area {
    height: 100%;
  }
  
  .product-images .image-area img {
    display: none;
  }
  .product-images .image-area img.landscape.on {
    width: 60%;
    left: 20%;
    position: absolute;
    top: 50%;
    display: block;
  }
  .product-images .image-area img.portrait.on {
    height: 90%;
    top: 5%;
    position: absolute;
    left: 50%;
    display: block;
  }
  
  section#intro {
    padding: 0px;
    text-align: center;
  }
  
  .design-type {
    display: flex;
  }
  .design-type .details {
    width: 40%;
    text-align: right;
  }
  .design-type .details h2 {
    padding: 0px 0px 20px 0px;
  }
  .design-type .details .detail {
    width: calc(100% - 40px);
    padding: 20px 20px 0px 20px;
    border-top: 1px solid var(--accent-color);
    cursor: pointer;
  }
  .design-type .details .detail.on {
  }
  
  .design-type .details .detail .title {
    font-size: 32px;
    padding: 0px 0px 20px 0px;
  }
  .design-type .details .detail:hover .title,
  .design-type .details .detail.on .title {
    color: var(--accent-color) !important;
  }
  
  .design-type .details .detail .information {
    display: none;
  }
  .design-type .details .detail.on .information {
    display: block;
  }
  
  .design-type .visual {
    width: 60%;
    text-align: center;
  }
  .design-type .visual img {
    
    height: 700px;
    display: none;
  }
  .design-type .visual img.on {
    display: inline-block;
  }
  
  section#manhattan {
    padding: 0vw 0px;
  }
  section#manhattan .container {
    padding: 10vw 0px;
    border-top: 3px solid var(--accent-color);
  }
  
  section.floorplan {
    padding: 0px 0px;
  }

  section.floorplan .container {
    padding: 10vw 0px;
    border-top: 3px solid var(--accent-color);
  }
  section.floorplan .design-type .details {
    order: 1;
    text-align: left;
  }
  section.floorplan .design-type .visual {
    order: 0;
  }
  
  
  @media screen and (max-width: 841px) {
    section#intro,
    section#manhattan,
    section.floorplan,
    section#newport {
      padding: 6vh 0px;
    }
  
    .product-images a#close-gallery svg {
      height: 8vw;
      width: 8vw;
    }
    .product-images .image-nav a#prev svg,
    .product-images .image-nav a#next svg {
      width: 10vw;
      height: 10vw;
    }
  
    .design-type {
      display: flex;
      flex-direction: column;
    }
    section.floorplan .design-type .details {
      order: 0;
    }
    .design-type .details {
      width: 100%;
      text-align: left;
      padding: 6vh 0px;
    }
    .design-type .visual {
      width: 100%;
      text-align: center;
      padding: 0px;
    }
  }
  

  .design-type .visual .thumb {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
}
  .design-type .visual .thumb img {
    height: 200px;
    cursor: pointer;
    display: block;
    padding: 0px 20px;
    border: 1px solid #ffffff;
  }
  .design-type .visual .thumb img.active {
    border: 1px solid #bf935b;
  }
  .design-type .visual img#viewer {
    display: inline-block;
  }

  .contact-sales-min {
    font-size: 18px; 
    margin: 60px auto 0px auto; 
    border: 1px solid var(--accent-color); background-color: #f5ebe2; padding: 30px 20px; width: 80%; max-width: 400px; border-radius: 20px;
  }
  .contact-sales-title {
    padding: 0px 0px 20px 0px;
    font-size: 24px;
  }

  .contact-methods {
    display: flex; 
    justify-content: space-around;
    gap: 5px;
  }

  .contact-methods .method {
    display: flex; 
    flex-direction: row; 
    justify-content: center; 
    align-items: center;
    gap: 5px;
  }

  @media screen and (max-width: 841px) {
    section#intro, section#manhattan, section.floorplan, section#newport {
        padding: 0vh 0px;
    }
}
  

  @media (max-width: 640px){

    h2 {
        font-size: 28px;
    }

    p {
        font-size: 18px;
        line-height: 24px;
    }
    
    section#intro {
        padding: 0px;
    }
    section.floorplan{
        padding: 0px 0px 0px 0px;
    }

    section.floorplan .container{
        padding: 60px 0px;
    }


    section.floorplan .container .design-type .visual {
        padding: 0px 0px 0px 0px;
        order: 1
    }

    section.floorplan .container .design-type .visual img {
        width: 50%;
        height: auto;
    }

    section.floorplan .container .design-type .visual .thumb {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: center;
        gap: 20px;
        flex-wrap: wrap;
    }

    section.floorplan .container .design-type .visual .thumb img {
        flex: 0 0 calc(30% - 26px);
        max-width: calc(30% - 26px);
        height: auto;
        padding: 5px;
    }

    section.floorplan .container .design-type .visual .thumb img.active {
        border: 1px solid #bf935b;
    }

    section.floorplan .container .design-type .details {
        width: 100%;
        text-align: left;
        padding: 0vh 0px 0px 0px;
        order: 0;
    }

    .contact-sales-min {
        font-size: 18px; 
        /* margin: 60px auto 0px auto;  */
        padding: 20px 10px; 
        width: calc(100% - 20px); 
        max-width: 400px; 
        
      }
      .contact-sales-title {
        padding: 0px 0px 10px 0px;
        font-size: 20px;
      }

    .contact-methods {
        display: flex; flex-direction: column; 
        justify-content: space-around;
        gap: 2px;
      }
      .contact-methods .method {
        display: flex; 
        flex-direction: row; 
        justify-content: center; 
        align-items: center;
        gap: 5px;
      }

  }