:root {
    --primary-color: #3e5757;
    --black: #3a3a3a;
    --secondary-black: #595959;
    --bg: #fff3e7;
}

h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.8px;
    overflow-x: hidden;
    color: var(--black) !important;

}

a,
a:focus,
a:hover {
    text-decoration: none;
    color: var(--black);
}

a:hover {
    text-decoration: none;
    color: var(--primary-color);
}

.top-bar {
    background-color: var(--primary-color);
    color: white;
}

.top-bar a {
    color: white;
}

.footer {
    background-color: var(--primary-color);
    color: white;
}

.footer a {
    color: white;
}

.footer .logo-footer {
    width: 120px;
}

.footer h2 {
    height: 86.5px;
}

.footer-copyright {
    font-size: 14px;
    line-height: 20px;
    color: var(--black);
    background-color: var(--bg);
    font-weight: 500;
}

.color-primary {
    color: var(--primary-color);
}

.bg-brown {
    background-color: var(--bg);
}

.text-main {
    color: var(--primary-color);
}

.btn-main {
    background-color: var(--primary-color);
    color: white;
    border: 1px solid var(--primary-color);

}

.btn-main:hover {
    background-color: transparent;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}
.btn-second {
    background-color: var(--bg);
    color: var(--black);
    border: 1px solid var(--bg);

}

.btn-second:hover {
    background-color: transparent;
    border: 1px solid var(--bg);
    color: var(--bg);
}



#hero {
    background: url('/assets/Home.png') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    color: white;
}

#hero h1 {
    font-size: 40px;
    line-height: 50px;
    color: white;
    text-align: left;
    font-weight: 700;
    margin-bottom: 50px;
}

#hero p {
    font-size: 20px;
    color: white;
    font-weight: 400;

}

#hero .btn {
    background-color: var(--primary-color);
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    border: 1px solid var(--primary-color);
}

#hero .btn:hover {
    background-color: white;
    color: var(--primary-color);
    border: 1px solid white
}

.content {
    z-index: 1;
}

.layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

#hero ul {
    margin-left: 14px;
    margin-bottom: 50px;
}


#hero .fa-li {
    font-size: 10px;
}

#facilities {
    padding: 70px 0;
}

#facilities .card {
    height: 100%;
    border: 0;
    background-color: white;
    border-radius: 20px;
    -webkit-border-radius: ;
    -moz-border-radius: ;
    -ms-border-radius: ;
    -o-border-radius: ;
    padding: 20px;
}

#facilities img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}


#facilities .card h3 {
    font-size: 20px;
    color: var(--primary-color);
    font-weight: 700;
}




#facilities .card-body {
    padding: 0;
    display: flex;
    flex-direction: column;
    height: 100%;


}

#facilities .content-title {
    min-height: 40px;
    /* Atur tinggi minimal */
    flex: 0 0 auto;
    /* Tidak tumbuh atau menyusut */
}

#facilities .content-card {
    flex: 1 0 auto;
    /* Tumbuh untuk isi ruang tersisa */
}


#facilities .content-card p {
    font-size: 13px;
    line-height: auto;
    letter-spacing: 0;
}

#about {
    padding: 70px 0;
    background-color: var(--bg);
}
#about img{
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}


#rooms {
    padding: 70px 0;
}

#rooms .card {
    height: 100%;
    border: 0;
    background-color: white;
    border-radius: 20px;
    -webkit-border-radius: ;
    -moz-border-radius: ;
    -ms-border-radius: ;
    -o-border-radius: ;
    padding: 20px;
}

#rooms h3 {
    font-size: 20px;
}

#rooms .card-body {
    padding: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

#rooms img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}


#rooms .card h3 {
    font-size: 20px;
    color: var(--primary-color);
    font-weight: 700;
}




#rooms .card-body {
    padding: 0;
    display: flex;
    flex-direction: column;
    height: 100%;


}

#rooms .content-title {
    min-height: 40px;
    /* Atur tinggi minimal */
    flex: 0 0 auto;
    /* Tidak tumbuh atau menyusut */
}

#rooms .content-card {
    flex: 1 0 auto;
    /* Tumbuh untuk isi ruang tersisa */
}


#rooms .content-card p {
    font-size: 13px;
    line-height: auto;
    letter-spacing: 0;
}

#video {
    padding: 70px 0;
}

#video img{
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

#testimonials {
    padding: 70px 0;
}


.card-testimonial {
    background-color: var(--bg);
    border-radius: 20px;
    padding: 30px 40px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border: 0;
}

.card-testimonial img {
    width: 100px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.card-testimonial .author {
    font-size: 23px;
    font-weight: 700;
}

/*  start swiper */
.swiper-notification {
    display: none;
}

.swiper-pagination {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
}

.swiper-testimonial .swiper-pagination .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    border: 1px solid gray;
    background-color: gray;
    opacity: 1;
}

.swiper-testimonial .swiper-pagination .swiper-pagination-bullet-active {
    border: none;
    background-color: var(--primary-color);
    position: relative;
    width: 25px !important;
    border-radius: 999px !important;
    background-color: var(--primary-color) !important;
}

.swiper-testimonial .swiper-button-prev,
.swiper-testimonial .swiper-button-next {
    color: var(--primary-color);
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-pagination {
    position: relative !important;
    z-index: 10;
}

.swiper-slide {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card.card-testimonial {
    flex-grow: 1;
}

.swiper-slide {
    height: auto;
}

#why {
    padding: 70px 0;
}

#why img{
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

#why .accordion-header button {
    font-size: 20px;
    font-weight: 700;
    padding: 20px;
    border-radius: 0;
}

#why .accordion-button:not(.collapsed) {
    color: var(--black);
    background-color: white;
}

#articles {
    padding: 70px 0;
}

.card-article {
    border: 0;
    background-color: white;
    border-radius: 20px;
    -webkit-border-radius: ;
    -moz-border-radius: ;
    -ms-border-radius: ;
    -o-border-radius: ;
    padding: 20px;
}

.card-article h3 {
   font-size: 20px;
    color: var(--primary-color);
    font-weight: 700;
}

.card-article .card-body {
    padding: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card-article img {
      border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.card-article .content-title {
    /* Atur tinggi minimal */
    flex: 0 0 auto;
    /* Tidak tumbuh atau menyusut */
}

.card-article .content-card {
    flex: 1 0 auto;
    /* Tumbuh untuk isi ruang tersisa */
}


.card-article .content-card p {
    font-size: 13px;
    line-height: auto;
    letter-spacing: 0;
}

#article img {
    width: 100%;
    height: auto;
}

#header-section h1 {
    font-weight: 700;
}

#article h2 {
    font-size: 25px;
}

#article h3 {
    font-size: 20px;
}

#article .content a {
    color: var(--primary-color);
    text-decoration: underline;
    font-weight: 700;
}

#article .content  {
    text-align: justify;
}

figcaption {
    text-align: center;
    font-size: 14px;
    color: grey;
}

.cta-container{
      position: fixed;
    bottom: 40px;
    right: 40px;
    z-index:9999;
}

.cta-wa{
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    background-color: var(--primary-color);
    border: 2px solid white;
  
    padding: 10px 15px;
    align-items: center;
    display: flex;
    gap: 10px;
}

.cta-wa i{
   color: white;
   font-size: 30px;
}

.cta-wa span{
   color: white;
   font-size: 20px;
   font-weight: 700;
}

.breadcrumb .active{
    font-weight: 700;
    color: var(--primary-color) !important;
}


#hero-room {
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    color: white;
}

#hero-room h1 {
    font-size: 30px;
    color: white;
    text-align: left;
    font-weight: 700;
    margin-bottom: 30px;
}

#hero-room p {
    font-size: 18px;
    color: white;
    font-weight: 400;

}

#hero-room hr {
border: 1px solid white;
opacity: 1;

}

#hero-room .btn {
    background-color: var(--primary-color);
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid var(--primary-color);
}

#hero-room .btn:hover {
    background-color: white;
    color: var(--primary-color);
    border: 1px solid white
}

#hero-room .fa-ul {
    margin-left: 17px;
}

#hero-room .fa-li {
    font-size: 7px;
    margin-right: 15px;
}
#hero-room li p{
    margin-left: 10px;
}

.icon-card p{
    font-size:14px;
    text-align: center;
    font-weight: 700;
}

#gallery {
    padding: 70px 0;
}

.nav-tabs .nav-link.active {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color);
    border: 0;
    border-bottom: 3px solid var(--primary-color);
 
}
.nav-tabs .nav-link {
    color: var(--black);
    font-size: 18px;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
       font-size: 18px;
    padding-bottom: 25px;
    border-bottom: 3px solid transparent;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color);
    border: 0;
    border-bottom: 3px solid var(--primary-color);

}

#banner-co{
    background-color: var(--primary-color );
    padding: 70px 0;
    text-align: center;
    color: white;
   
}

#banner{
    background-color: var(--bg );
    padding: 70px 0;
    text-align: center;
   
}

#banner h2{
    font-weight: 700;
    margin-bottom: 20px;
   
}

#banner p{
         font-size: 1.3rem;
   
}


.navbar .dropdown-item.active,.navbar  .dropdown-item:active, .navbar .dropdown-item:focus,.navbar  .dropdown-item:hover  {
    color: white;
    text-decoration: none;
    background-color: var(--primary-color);
}

#rent{
    padding: 70px 0;
}
#rent img{
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

#rent p{
    font-size: 18px;
    margin-bottom: 0;
    text-align: justify;
}

#article .content p {
letter-spacing : 0.2px;
font-size: 14px;
}

#location {
    padding: 70px 0;
}
#location img{
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

#map-ctn {
    background-color: var(--bg);
}
#map-ctn iframe{
 
  height: 100vh;
}

.nav-sosmed a{
   color: var(--primary-color);
}

#map-ctn .card {
    border:0;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    
}
