*,
a:active,
a:hover {
    outline: 0
}

img,
video {
    display: inline-block
}

body,
h5 {
    line-height: 20px
}

h4,
h5,
h6 {
    margin-top: 10px
}

.content,
.d-flex {
    display: flex
}

.d-flex,
.d-flex.facilities-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px
}

.gap-8{
   gap: 8px;   
   grid-column-gap: 8px;
   grid-row-gap: 8px;
}
.info-name{
    display: flex;
  flex-direction: row;
  gap: 10px;
}

.facilities-text,
.footer-text,
b,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700
}

* {
    box-sizing: border-box
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: sans-serif;
    height: 100%
}

details,
figure,
footer,
main,
section {
    display: block
}

.layout-plan img {
    width: 100%;
}

video {
    vertical-align: baseline
}

a {
    background-color: rgba(0, 0, 0, 0)
}

h1 {
    margin: .67em 0
}

h1,
h2 {
    margin-top: 20px
}

small {
    font-size: 80%
}

img {
    border: 0;
    vertical-align: middle;
    max-width: 100%
}

body {
    color: #333;
    background-color: #fff;
    min-height: 100%;
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 14px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 10px
}

h1 {
    font-size: 38px;
    line-height: 44px
}

h2 {
    font-size: 32px;
    line-height: 36px
}

h3 {
    margin-top: 30px;
    font-size: 24px;
    line-height: 30px
}

h4 {
    font-size: 18px;
    line-height: 24px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 12px;
    line-height: 18px
}

.content-item,
.navbar-section {
    margin-top: 2rem;
    padding-left: 40px;
    padding-right: 40px
}

.hero-main {
    width: 60%;
    margin: 10rem auto;
    padding: 20px
}

.hero-title {
    text-align: center;
    margin-bottom: 2rem;
    line-height: 1.3em;
}

.detail-item,
.line {
    margin-bottom: 10px
}

.property-content {
    width: 75%
}

.contact{
    display: flex; flex-flow: column;
}

.side-contact {
    position: relative;
    width: 25%;
    min-width: 350px;
}

.d-flex.facilities-info {
    justify-content: space-between;
    align-items: center
}

.factilities-text {
    font-size: 1.25em
}

.d-flex.gap-10 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    font-size: 1.1em
}

._w-100.facilities-card,
.detail-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: flex
}

._w-100 {
    width: 100%
}

._w-100.detail-title {
    font-size: 1.2em;
    font-weight: 700;
    width: 50%
}

._w-100.bottom-flex {
    justify-content: flex-start;
    display: flex
}

._w-100.facilities-card {
    flex-flow: column;
      padding: .7rem 15px;
  background: #f9f9f9;
  border-radius: 5px;
}

._w-100.chart-card {
    height: 15rem
}

.attractions{
    grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 95%;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: grid;
}
.attraction-card img{
    border-radius: 5px;
    height: 15vw;
    width: 100%;
    object-fit: cover;
    min-height: 200px;
}

.line {
    background-color: #ddd;
    height: 1px;
    margin-top: 10px
}

.facilities-img,
.maps {
    background-color: #333;
    border-radius: 5px
}

#thumbnail-carousel,
.text-block-4 {
    margin-top: 1rem
}

.maps {
    height: 20rem
}

.facilities-img {
    height: 15rem
}

.image {
    width: 20px;
    height: 20px;
}

.text-block {
    font-size: 1.26em;
    line-height: 1.8em
}

.navbar-ribka {
    font-size: 48px
}

.history-container {
    width: 90%
}

.text-block-2 {
    margin-bottom: 1.5rem;
    font-size: 1.5em;
    line-height: 1.25em
}

.text-banda-normal {
    font-size: 1.25em;
    line-height: 1.7em
}

.text-block-4 {
    text-align: center;
    margin-bottom: 3rem
}

._w-100.detail-val {
    font-size: 1.2em;
    line-height: 1em;
}

.footer-text {
    margin: 5rem auto;
    text-align: center;
    font-size: 48px;
    line-height: 1em
}

.mini-navbar{
    border-top: 1px solid #dce0e0; bottom:0; position: fixed; padding: 15px 25px; width: 100%; display: none; z-index: 99; background: #fff;  justify-content: space-between; align-items: center; font-size: 1.25em;
}

.mini-button-open{
    padding: 10px 15px;border-radius: 5px; border: #28a745; background-color: #28a745; cursor: pointer
}

.mini-text-error-form{
    display: none;
    margin-top: 10px;
  font-size: 12px;
  color: #ff7373;
  margin-left: 10px;
}

.overlay-modal{
    width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 99;
  background: rgba(221, 221, 221, 0.9);
  left: 0;
  display: none;
}

.close-form{
    margin-left: auto;border: 1px solid #ddd;padding: 5px 10px;border-radius: 10px;margin-bottom: 10px; cursor: pointer;
    display: none;
}

.contact-info{
    margin-top: 15px;margin-bottom: 10px;font-size: 1.2em;display: flex; flex-direction: column; gap: 8px;border-bottom: 1px solid #ddd;padding-bottom: 15px;
}
.contact-info a{
    text-decoration: none;
  color: #333;
  display: flex;
  gap: 10px;
  align-items: center;
}

@media screen and (max-width:991px) {
    .close-form{
        display: block;
    }
    .hero-main {
        width: 80%
    }

    ._w-100.detail-title,
    .history-container,
    .property-content {
        width: 100%
    }
    .mini-navbar{
        display: flex;
    }
    
    .side-contact {
          position: fixed;
          top: 0;
          width: 100%;
          left: 0;
          z-index: 99;
        display: none
    }

    .d-flex {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        flex-flow: column
    }

    .d-flex.facilities-container,
    .d-flex.facilities-info,
    .d-flex.gap-10 {
        flex-flow: row
    }

    .facilities-img {
        height: 10rem
    }

    ._w-100.chart-card {
        height: auto
    }
}




@media screen and (max-width:991px) {
    .info-name {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
    .attractions{
        width: 100%;
        grid-column-gap: 10px;
      grid-row-gap: 10px;
      flex-flow: wrap;
      grid-template-rows: auto auto;
      grid-template-columns: 1fr 1fr;
      grid-auto-columns: 1fr;
    }
    .attraction-card img{
          height: 250px;
    }
    
    .d-flex.facilities-container {
    flex-direction: column;
     gap: 10px;
    }
}   
@media screen and (max-width:767px) {
    .attractions{
        grid-column-gap: 10px;
      grid-row-gap: 10px;
      flex-flow: wrap;
      grid-template-rows: auto auto;
      grid-template-columns: 1fr;
      grid-auto-columns: 1fr;
    }
    
    .attraction-card img{
        height: auto;
    }
    .footer-text{
      padding: 0px 15px;
      margin-bottom: 10rem;
    }
    .facilities-info{
        flex-direction: column;
    }
}

@media screen and (max-width:479px) {
    
    .attraction-card img{
        
    }
}
@media screen and (max-width:568px) {
    
    .facilities-info{
        flex-direction: row;
    }
    .content-item, .navbar-section{
      padding-left: 30px;
        padding-right: 30px;
    }
    .hero-main{
        padding:0;
          margin: 1rem 0;
    }
    
    .hero-main {
        width: 100%
    }

    .d-flex.facilities-container {
        gap: 15px;
        flex-flow: column;
    }
    .d-flex.wry .detail-item{
      flex-direction: column;
    }
    ._w-100.detail-val{
      line-height: 1.28em;
    }
}

.form-group {
    margin-bottom: 1rem;
    position: relative
}

.form-control {
    display: block;
    width: 100%;
    min-height: calc(1.5em + 1.875rem + 2px);
    padding: .9375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    border-bottom: 1px solid hsla(0, 0%, 85%, .9);
    border-radius: 3px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-group input:focus~label,
.form-group input:valid~label,
.form-group textarea:focus~label,
.form-group textarea:valid~label {
    transform: translateY(-20px);
    font-size: 12px;
    color: #121212
}

label {
    font-family: Plus Jakarta Sans, sans-serif;
    font-weight: 300;
    margin: 0 10px;
    position: absolute;
    pointer-events: none;
    top: 15px;
    font-size: 16px;
    transform: scale(1);
    transition: .3s
}

textarea {
    resize: none
}

.form-group input:focus~.underline:before,
.form-group input:valid~.underline:before,
.form-group textarea:focus~.underline:before,
.form-group textarea:valid~.underline:before {
    transform: scale(1)
}

.hero-video img,
.splide__slide img {
    border-radius: 5px;
    vertical-align: bottom;
    width: 100%;
    max-height: 750px;
    object-fit: cover
}

.hero-video img {
    max-height: 800px
}

.d-flex.wry .detail-item {
    padding: .7rem 10px;
    background: #f9f9f9;
    border-radius: 5px
}

.side-contact .contact {
    position: sticky;
    top: 30px;
    background: #fff;
    padding: 2rem 1.5rem;
    border-radius: 5px;
    border: 1px solid #d9d9d9
}

.side-contact {
    padding: 2rem
}

.facilities-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px
}

.send_message {
    padding: 1em;
    width: 100%;
    border-radius: 5px;
    border: #28a745;
    color: #fff;
    background-color: #28a745;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer
}