:root {
    --rangoon: #1A141A;
    --blackcat: #423738;
    --hawaiian: #8E5915;
    --fawn: #D3AF85;
    --fawnRGB: 211, 175, 133;
    --beer: #F4B315;
    --beerSoft: #ffe7ad;
    
    --beerRGB: 244, 179, 21;
    --gamboge: #E59312;


    --theame-color: #9B111E;
    --theame-color-light: #ff4d4d;
    --theame-color-dark: #630000;
    --theame-color-section: #ffffff;
    --theame-color-footer: #373b3e;

    --transition: all 0.3s ease;

    --text-color: var(--rangoon);
    --text-color-hover: #000000;
    --background-color: #FAF9F6;

    --text-link: var(--rangoon);
    --text-link-hover: #e0e0e0;

    --font-family: 'Helvetica Neue', sans-serif;
    --border-radius: 5px;
    --border-radius-card: 15px;
    --box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);

    
}
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: var(--font-family);
  background-color: var(--background-color);
  /* background-color: rgba(var(--fawnRGB), 0.2); */
  color: var(--text-color);
  h1,h2,h3,h4,h5,h6, a, span {
    color: var(--text-color);
  }
  
}

.card-title {
    text-align: center;

    h1 {
      padding: 0px 0px 30px 0px;
      font-size: 1.5rem;
      font-weight: bold;
      margin-bottom: 10px;
    }

    .highlight {
      text-decoration: underline var(--theame-color) 3px;
    }

    p {
      color: var(--text-color);
      font-size: 0.95em;
      margin-bottom: 40px;
      line-height: 1.5;
    }
}
.modal-box-content {
  display: none;
}

header {
  z-index: 1000;
  background-color: var(--background-color) !important;
  text-align: center;
  position: fixed;
  width: 100%;
  display: flex;
  justify-content: center;

  .navbar-brand {
    color: var(--rangoon);

    img {
      height: 28px;
      width: auto;
    }
  }
  .navbar {
    width: 1320px;
    border: 1px solid #dee2e6;
    border-right: 0;
    border-left: 0;

    & button.navbar-toggler {
      border: 1px var(--theame-color) solid !important;
    }
  }
  .navbar-nav {
    & .active {
      color: var(--beer) !important;
      font-weight: bold;
      text-decoration: solid;
      text-wrap-style: balance;

    }
    & a {
        color: var(--text-link) !important;
        text-decoration: none;

        &:hover {
          transition: var(--transition);
          color: var(--beerSoft) !important;
        }
    }
      & a.lang {
          /* color: var(--beerSoft) !important; */
      }
    .nav-item {
      img {
        height: 20px;
        width: auto;
        margin-bottom: 2px;
      }
    }
  }
  .bi-box-arrow-in-right::before {
     font-weight: bold !important;
  }
 
  /* .lang {
    & a.nav-link {
      display: flex;

      & i.bi-check-lg {
        color: var(--gamboge);
      }
    }
  } */
}

/* Banner */
.banner {
  border-radius: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%), url(https://lh3.googleusercontent.com/aida-public/AB6AXuDf_gzBjJg8X0ozLtZRtY2Xn3eToS7R-ZIVai3UzZh0L8BqV-c69HOCtGGY7PrhGo6VlyVl3hmEHoy44y5pN-_svhUlAD1hHUHuDeG6LR7c_AX-mX1NM9Erl1eSEx56KFMWsVnXDOTufBIhlPPPe5oEdKlrxtg-lVZkYOSgbkFiKtIkrQ81FYG_CwlmVBvzgwylGYek4M7B_UZ4vml_-775JUnQcI0nQuPU6o29Txx8QnJCfd8lVxSLeLsyJ3LK1sRxC-JwESZ3d3U);
  /* background: url(https://lh3.googleusercontent.com/aida-public/AB6AXuDf_gzBjJg8X0ozLtZRtY2Xn3eToS7R-ZIVai3UzZh0L8BqV-c69HOCtGGY7PrhGo6VlyVl3hmEHoy44y5pN-_svhUlAD1hHUHuDeG6LR7c_AX-mX1NM9Erl1eSEx56KFMWsVnXDOTufBIhlPPPe5oEdKlrxtg-lVZkYOSgbkFiKtIkrQ81FYG_CwlmVBvzgwylGYek4M7B_UZ4vml_-775JUnQcI0nQuPU6o29Txx8QnJCfd8lVxSLeLsyJ3LK1sRxC-JwESZ3d3U); */
  /* background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8)), url('../images/banner/263.jpg'); */
  background-size: cover;
  backdrop-filter: brightness(0.7);
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 20px;
  font-weight: bold;
  position: relative;
  height: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: var(--border-radius-card);
  width: 1320px;
  max-width: 100%;
  margin: auto;
  top: 76px;

  @media (max-width: 1400px){
    background-position: center !important;
  }
  @media (max-width: 1320px){
    top: 50px;
    border-radius: 0;
  }
  
  .banner-content {
    padding-inline: 10px;
    color: var(--background-color);
    position: absolute;
    top: 30px;
  }

  .form-search {
    position: absolute;
    top: 210px;
    display: inline-block;

    /* form search from busx */
    .container-search {
      .btn-search {
        color: var(--rangoon) !important;
      }
      .box-centent {
        width: 1180PX;
        padding: 30px;
        border-radius: var(--border-radius-card);
        
        @media screen and (max-width: 569px) {
          padding: 15px;
        }
      }
    }

  }
  .banner-content h1 {
      color: var(--background-color);

  }
  .banner-content h2 {
      font-size: 1.3rem;
      color: var(--background-color);
  }

  & a {
      color: var(--theame-color);
      text-decoration: none;
      font-weight: bold;
      &:hover {
          text-decoration: underline;
      }
  }
}
main {
  margin: 128px auto;
  max-width: 100%;

    @media (max-width: 1200px){
      margin: 200px 0 0 0;
    }
    @media (max-width: 767px){
      margin: 340px 10px 100px 10px;
    }
  
    section.popular-destinations {
      text-align: center;
      font-family: sans-serif;
      padding: 10px;
      display: block;
      margin: 75px auto;
      max-width: 1320px;

        /* .card-title {
            text-align: start;
        } */

        .destinations-grid {
          display: grid;
          grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
          gap: 20px;
          margin: 0 auto;
        }

        .destination-card {
          overflow: hidden;
          text-align: left;
          transition: transform 0.2s;
          box-shadow: var(--box-shadow);
          background-color: #ffffff;
          border-radius: var(--border-radius-card);
          
          & img {
            width: 100%;
            height: 150px;
            object-fit: cover;
            display: block;
            border-top-left-radius: 15px;
            border-top-right-radius: 15px;
          }
          & .card-content {
            margin: 20px;
          
            & h3 {
              font-size: 1rem;
              margin: 12px 0px 4px;
            }

            & p {
              font-size: 0.9rem;
              color: #666;
              margin: 0 0px 16px;

            }
            & button.book-now {
              background-color: var(--beerSoft);
              border-radius: var(--border-radius-card);
              color: var(--rangoon) !important;

              &:hover {
                opacity: .8;
                transition: var(--transition);
              }

            }
          }
        }

        .destination-card:hover {
          transform: translateY(-4px);
        }


        
    }

    section.why-choose {
      text-align: center;
      font-family: sans-serif;
      padding: 10px;
      display: block;
      margin: 75px auto;
      /* max-width: 100%; */
      max-width: 1320px;
      /* background-color: var(--theame-color-section); */
      
      .features-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 20px;
        max-width: 1320px;
        margin: 0 auto;

        @media screen and (max-width: 569px) {
          gap: 0px !important;          
        }
      }

      .feature-card {
        box-shadow: var(--box-shadow);
        text-align: center;
        background-color: #ffffff;
        padding: 20px;
        border-radius: var(--border-radius-card);

        @media screen and (max-width: 569px){
          margin: 10px;
        }
        & .icon {
          width: 50px;
          height: 50px;
          margin: 0 auto 15px;
          /* background-color: #ffc8d0; */
          background-color: #ffe7ad;
          border-radius: 50%;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 1.5rem;

          & img {
            opacity: 0.8;
          }
        }

        & h3 {
          font-size: 1rem;
          margin-bottom: 8px;
        }

        & p {
          font-size: 0.9rem;
          color: #666;
          line-height: 1.4;
        }
      }

    }

    .provider-section {
      margin: 75px auto;
      max-width: 1320px;
      text-align: center;
      font-family: sans-serif;
      /* padding-top: 40px; */
      padding-bottom: 40px;
      display: block;

      h2 {
        font-size: 28px;
        margin-bottom: 40px;
        color: #333;
      }
      
      .provider-grid {

        /* display: grid;
        grid-template-columns: repeat(7, 1fr);
        gap: 40px; */

        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 40px;
      }
      .splide {
        display: none;
        
        @media screen and (max-width: 569px) {
          display: grid !important;
          gap: 0;
        }
      }
      .no-splide {
        display: flex;

        @media screen and (max-width: 569px) {
          display: none !important;
        }
      }

      .provider-card {
        box-shadow: var(--box-shadow);
        background-color: #fff;
        /* border: 1px solid #ddd; */
        border-radius: var(--border-radius);
        /* box-shadow: 0 2px 4px rgba(0,0,0,0.1); */
        display: flex;
        align-items: center;
        justify-content: center;
        transition: transform 0.3s ease;
        overflow: hidden;
        max-width: 100px;

        /* @media (max-width: 1000px) {
          max-width: 150px;

        }
        @media (max-width: 820px) {
          
        } */
        @media (min-width: 569px) {
          flex: 1 1 150px;     
        }
        @media (max-width: 569px) {
          margin-inline: 10px;     
        }
      }

      .provider-card:hover {
        transform: scale(1.05);
      }

      .provider-card img {
        max-width: 100%;
        max-height: 100%;
        padding: 20px;
        object-fit: contain;
      }
    }
}


footer {
    padding: 0px;
    /* padding: 50px; */
    /* background-color: var(--theame-color-footer); */
    @media (max-width: 1320px){
      background-color: rgba(var(--beerRGB), 0.1) !important;
    }
    h1,h2,h3,h4,h5,h6, a, p ,span, div {
      color: var(--rangoon);
    }
    
    .site-footer {
        font-size: 14px;
    }

    .site-footer h5, 
    .site-footer h6 {
        font-weight: 600;
        color: var(--rangoon);
    }
    .container {
      background-color: rgba(var(--beerRGB), 0.1);
      padding: 30px;
      border-radius: var(--border-radius-card);
      
      @media (max-width: 1320px){
        border-radius: 0;
        background-color: unset;
      }
    }
    .footer-link {
        text-decoration: none;
    }
    .footer-link:hover {
        color: var(--beerSoft);
        transition: var(--transition);
    }

    .social-icon {
        font-size: 18px;
    }
    .social-icon:hover {
        color: var(--beerSoft);
    }

}


@media (min-width: 1200px) {
  section.popular-destinations, section.why-choose .provider-section{
    max-width: 1140px;
  }
}
@media (min-width: 992px) {
  section.popular-destinations, section.why-choose .provider-section {
      max-width: 960px;
  }
}

@media (min-width: 768px) {
  section.popular-destinations, section.why-choose .provider-section {
      max-width: 720px;
  }
}
@media (min-width: 576px) {
  section.popular-destinations, section.why-choose .provider-section {
      max-width: 540px;
  }
}

