
.carousel{
  border-bottom: 1px solid var(--color-C);
  margin-bottom: 30px;
}




.counter-box{
  color: var(--color-B);
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 15px 10px 25px;
  border: 1px solid var(--color-C);
  border-radius: 5px;
  margin-bottom: 20px;
  background-color: var(--color-A);
}

.counter-box section{
  width: 100%;
}

.counter-box .icon{
  font-size: 4rem;
  padding-left: 20px;
}

.counter-box p{
  font-size: 2rem;
  text-align: left;
  letter-spacing: 7px;
}



.reserve-link a{
  text-decoration: none;
  width: 100%;
  display: block;
  text-align: center;
  transition: all 0.4s;
  border-radius: 0;

  font-size: 1.3rem;
  font-weight: bolder;
  border: 3px solid var(--color-A);
  padding: 2rem 1rem;
  min-height: 3em;
  background: #ffd73e33;
  border-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='100' height='100' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cstyle%3Epath%7Banimation:stroke 5s infinite linear%3B%7D%40keyframes stroke%7Bto%7Bstroke-dashoffset:776%3B%7D%7D%3C/style%3E%3ClinearGradient id='g' x1='0%25' y1='0%25' x2='0%25' y2='100%25'%3E%3Cstop offset='0%25' stop-color='%232d3561' /%3E%3Cstop offset='25%25' stop-color='%23c05c7e' /%3E%3Cstop offset='50%25' stop-color='%23f3826f' /%3E%3Cstop offset='100%25' stop-color='%23ffb961' /%3E%3C/linearGradient%3E %3Cpath d='M1.5 1.5 l97 0l0 97l-97 0 l0 -97' stroke-linecap='square' stroke='url(%23g)' stroke-width='3' stroke-dasharray='388'/%3E %3C/svg%3E") 1;
}

.reserve-link a:hover{
  background-color: var(--color-B);
  transition: all 0.4s;
  color: #fff;
  border-image: none;

}




.image-grid div {
  width: 24%;
  height: 240px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin: 0.5%;
  border-radius: 3px;
}

.image-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 35px 0;
}

.image-grid img{
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 992px) {
  .image-grid div {
    width: 32%;
    height: 140px;
  }
}










.address-row{
  background-color: var(--color-A);
}

.address-row address{
  text-align: center;
}

.address-row address .icon{
  color: var(--color-B);
}

.address-row address h1{
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

.address-row address p{
  font-size: 1rem;
}

.address-row address a{
  text-decoration: none;
  color: #000;
  font-size: 1rem;
}

.address-left-side{
  padding: 25px 15px;
}


iframe{
  width: 100%;
  aspect-ratio: 1.6;
}


.address-icon ul{
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 15px 0 0 0;
  padding: 0;
}

.address-icon ul li{
  text-align: center;
  width: 100%;
  transition: all 0.3s;
}

.address-icon ul li:hover{
  transform: scale(1.1);
  transition: all 0.2s;
}

.address-icon ul img{
  width: 70px;
}

.rss{
  margin-top: 1.7rem;
}

.rss input{
  direction: ltr;
  text-align: center;
  border-radius: 0 0.25rem 0.25rem 0;
}

.rss .btn{
  border-radius: 0.25rem 0 0 0.25rem;
}


.phones{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
}





#map-fallback {
  display: none;
  width: 100%;
}