/*------------------------------------------------------------------------------------------*/
/* 1. Website Default Styling */
/*------------------------------------------------------------------------------------------*/


body {
    background:#fff;
}


/* Default Link Color */

a, .la-ball-triangle-path {
    color:#D186B3;
}

a:hover, #header.nav-solid nav a:hover {
    color:#D186B3;
}

/* Default Icon Color */

.icon i {
    color:#8E8E93;
}

/* Border Color */

#banner .section-heading:before, .testimonial.classic footer:before {
    background: #1d1d1f;
}

.pricing-block-content:hover {
    border-color:#D186B3;
}


/*------------------------------------------------------------------------------------------*/
/* 2. Navigation */
/*------------------------------------------------------------------------------------------*/


/* Transparent Navigation Color on a Banner */

#header nav a, #header i {
    color:#1d1d1f;
}


/* Navigation Colors when the Navigation is sticky and solid */ 

#header.nav-solid, #header.nav-solid a, #header.nav-solid i, #nav-mobile ul li a {
    color:#333;
}


/* Navigation Active State */

#header.nav-solid .active {
    color: #D186B3;
    border-color: #D186B3;
}    



/*------------------------------------------------------------------------------------------*/
/* 3. Primary and Secondary Colors */
/*------------------------------------------------------------------------------------------*/


/* Primary Background and Text Colors */

.primary-color, .featured .pricing {
    background-color:#D186B3;
}

.primary-color, .primary-color .section-title, .primary-color .section-subtitle, .featured .pricing, .featured .pricing p {
    color:#fff;    
}

.section-heading h2:after {
    background:#1d1d1f;
    content:"";
    display:block;
    width:30px;
    height:5px;
    margin-top:18px;
}

.text-center .section-heading h2:after {
    margin:30px auto 25px auto;
}

/* Primary Icon Colors */

.primary-color .icon i, .primary-color i {
    color:#fff;
}


/* Secondary Background and Text Colors */

.secondary-color {
    background-color:#f5f5f5;
}


/*------------------------------------------------------------------------------------------*/
/* 4. Banner */
/*------------------------------------------------------------------------------------------*/


/* Banner Background and Text Colors */
/*
#banner {
    background: url("../images/banner-images/banner-image-v2.jpg") no-repeat center top;
    background-size:cover;
}
*/

/*------------------------------------------------------------------------------------------*/
/* 5. Typography */
/*------------------------------------------------------------------------------------------*/


body {
    font-family: 'Albert Sans', sans-serif, Arial, Helvetica;
    font-size:15px;
    font-weight:500;
    font-style: normal;
    color:#1d1d1f;
}

/* Logo, if you are using Fonts as Logo and not image

#logo h1 {
    font-family:;
    font-size:; 
    font-weight:;
    color:;
}

#logo h2 {
    font-family:;
    font-size:; 
    font-weight:;
    color:;
}

*/


/* Banner Typography */

#banner h1 {
    font-family: 'Albert Sans', sans-serif, Arial, Helvetica;
    font-size:62px;
    line-height:60px;
    Font-weight:900;
    font-style: normal;
    color:#1d1d1f;
}

#banner h2 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size:18px;
    font-weight:300;
    color:#1d1d1f;
}


/* Section Title and Subtitle */

.section-title {
    font-family: 'Albert Sans', sans-serif, Arial, Helvetica;
    font-size: 34px; 
    font-weight:700;
    font-style: normal;
    color:#1d1d1f;
}

.section-subtitle {
    font-family: 'Noto Sans TC', sans-serif, Arial, Helvetica;
    font-size: 16px;
    font-weight:350;
    color:#6e6e73;
    padding-top: 6px;
}

/* Testimonial */

.testimonial q {
    font-family: 'Albert Sans', sans-serif, Arial, Helvetica;
    font-size: 17px; 
    font-weight:400;
    font-style: normal;
}

.testimonial.classic q, .testimonial.classic footer {
    color:#1d1d1f;
}


/* Standard Headings h1-h6 */

h1 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 40px; 
    font-weight:300;
    color:#1d1d1f;
}

h2 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 34px; 
    font-weight:300;
    color:#1d1d1f;
}

h3 {
    font-family: 'Albert Sans', sans-serif, Arial, Helvetica;
    font-size: 30px;  
    font-weight:400;
    font-style: normal;
    color:#1d1d1f;
}

h4 {
    font-family: 'Albert Sans', sans-serif, Arial, Helvetica;
    font-size: 18px;  
    font-weight:400;
    font-style: normal;
    color:#1d1d1f;
}

h5 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 16px; 
    font-weight:400;
    color:#1d1d1f;
}

h6 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size: 14px; 
    font-weight:400;
    color:#1d1d1f;
}


/*------------------------------------------------------------------------------------------*/
/* 6. Buttons */
/*------------------------------------------------------------------------------------------*/

/* ----------Default Buttons---------- */


/* Button Text */

.button, input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  font-family: 'Open Sans', sans-serif, Arial, Helvetica;
  font-size: 14px;
  font-weight: bold;
  color: #6e6e73;
  border-radius: 30px;
  border: 0px;
  background: rgba(242, 242, 245, 0.7);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(8px);
  text-decoration: none;
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
}


/* Button Color */

.button, input[type="submit"] {
    border-color:#1d1d1f;
}


/* Button Hover Color */

.button:hover, input[type="submit"]:hover {
  transform: scale(1.05);
  background: rgba(242, 242, 245, 0.9);
  color: #1d1d1f;
}

/* ----------Banner Buttons---------- */


/* Button Text */

#banner .button {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
    font-size:16px;
    color:#1d1d1f;
}


/* Button Color */

#banner .button {
    border-color:#1d1d1f;
}


/* Button Hover Color */

#banner .button:hover {
    color:#D186B3;
    border-color:#D186B3;
}


/*------------------------------------------------------------------------------------------*/
/* 7. Footer */
/*------------------------------------------------------------------------------------------*/

#landing-footer, #landing-footer p, #landing-footer a {
    font-family: 'Albert Sans', sans-serif, Arial, Helvetica;
    font-size:12px;
    font-weight:500;
    font-style: normal;
    color:#999;
}

/* Footer Icon Color */

#landing-footer i {
    color:#999;
}


/*------------------------------------------------------------------------------------------*/
/* 8. video */
/*------------------------------------------------------------------------------------------*/

/* 限制 banner 高度讓影片不會過大 */
#banner {
    position: relative;
    overflow: hidden;
    height: 100vh;
}

#banner-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translateY(0);
    z-index: 0;

    /* 解決手機點擊問題 */
    pointer-events: none;
    user-select: none;
}

#banner #header,
#banner #banner-content {
    position: relative;
    z-index: 1;
}

@media screen and (min-width: 744px) and (max-width: 1024px) and (orientation: portrait) {
  #banner {
    height: 60vh;
  }

  #banner-video {
    height: 100%;
    object-fit: cover;
  }
}
