html {
  scroll-behavior: smooth;
}

body {
  color: #363636;
  font-size: 12px;
  line-height: 1.618;
  letter-spacing: 0.168rem;
  scroll-padding-top: 100px;
  word-wrap: break-word;
}

a {
  cursor: pointer;
  font-weight: 400;
  text-decoration: none;
  transition: 0.2s;
}
a:hover {
  text-decoration: underline;
}

p {
  margin: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  display: block;
  height: auto;
  width: 100%;
}

/* font-size */
.text-small {
  font-size: 10px;
}

.text-medium {
  font-size: 16px;
}

.text-large {
  font-size: 20px;
}

.text-xlarge {
  font-size: 24px;
}

.text-xxlarge {
  font-size: 32px;
}

/* text-color */
.white {
  color: #fff;
}

.red {
  color: #af1a1a;
}

.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1s;
}

.fadein.active {
  opacity: 1;
  transform: translate(0, 0);
}

.delay-03 {
  transition-delay: 0.3s;
}

.delay-06 {
  transition-delay: 0.6s;
}

.ripple {
  position: relative;
}
.ripple .rp-effect {
  position: absolute;
  border-radius: 50%;
  opacity: 0.35;
  transform: scale(0);
  background: #363636;
  animation: ripple 700ms;
  pointer-events: none;
}

@-webkit-keyframes ripple {
  to {
    opacity: 0;
    transform: scale(2);
  }
}
@keyframes ripple {
  to {
    opacity: 0;
    transform: scale(2);
  }
}
#loader-bg {
  background: #fff;
  display: none;
  height: 100%;
  left: 0px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 101;
}

#loader {
  display: none;
  height: 300px;
  left: 50%;
  margin-top: -100px;
  margin-left: -150px;
  position: fixed;
  text-align: center;
  top: 50%;
  width: 300px;
  z-index: 102;
}

header img {
  margin: 0 auto;
  padding: 16px;
  width: 200px;
}

.container {
  margin: 16px auto;
  max-width: 600px;
}

#booking-package_calendarPage .calendarPanel {
  align-items: center;
}
#booking-package_calendarPage .calendarPanel .calendarChangeButton label {
  align-items: center;
  display: flex;
  margin: 0;
}
#booking-package_calendarPage .calendarPanel .calendarChangeButton label.arrowRight {
  justify-content: end;
}
#booking-package_calendarPage .calendarPanel .calendarData {
  font-size: 16px;
  font-weight: bold;
  min-width: 120px;
}
#booking-package_calendarPage .calendar .dayPanel {
  align-items: center;
  display: flex;
  justify-content: center;
}

#booking-package_schedulePage #bottomPanel #returnToCalendarButton {
  background: none;
  border: none;
  color: #3b79b6;
  font-size: 12px;
  margin: 8px 0 0;
  padding: 0;
}

#booking-package_inputFormPanel #reservationHeader {
  font-size: 12px;
  text-align: left;
}
#booking-package_inputFormPanel .row {
  padding: 8px 0 16px;
}
#booking-package_inputFormPanel .row .name {
  font-size: 10px;
  color: #666;
}
#booking-package_inputFormPanel .row .value {
  font-size: 12px;
}
#booking-package_inputFormPanel .row .value .bookingDate {
  font-size: 12px;
}
#booking-package_inputFormPanel .row .value .bookingTime {
  font-size: 12px;
}
#booking-package_inputFormPanel .row .value input {
  border-radius: 4px;
  font-size: 12px;
  margin: 0;
  padding: 8px;
}
#booking-package_inputFormPanel .row .value select {
  border-radius: 4px;
  font-size: 12px;
  margin-bottom: 0;
  padding: 8px;
}
#booking-package_inputFormPanel .row .value .description {
  font-size: 10px;
}
#booking-package_inputFormPanel .row .value #booking_package_input_terms input {
  margin: 0;
}
#booking-package_inputFormPanel .row .value #booking_package_input_terms label {
  display: flex;
  margin: 0 0 8px;
  font-size: 12px;
}
#booking-package_inputFormPanel #paymentPanel {
  margin-top: 24px;
}
#booking-package_inputFormPanel #paymentPanel #booking-package_pay_locally {
  padding: 0;
}
#booking-package_inputFormPanel #paymentPanel #booking-package_pay_locally button {
  background: #3b79b6;
  border: 1px solid #3b79b6;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  padding: 12px;
}
#booking-package_inputFormPanel #nextAndReturnPanel {
  padding: 0;
}
#booking-package_inputFormPanel #nextAndReturnPanel button {
  background: #fff;
  border: 1px solid #3b79b6;
  border-radius: 4px;
  color: #3b79b6;
  font-size: 16px;
  line-height: 1;
  padding: 12px;
}

body#about {
  padding-top: 60px;
}
body#about .container {
  padding-top: 48px;
}
body#about .container .content {
  margin-top: 96px;
  padding-bottom: 48px;
}
body#about .container .content h2 {
  margin-bottom: 64px;
}
body#about .container .content p {
  line-height: 2.5;
}
body#about .container .content .profile {
  margin-top: 160px;
}
body#about .container .content .profile h3 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
body#about .container .content .profile h4 {
  margin-top: 32px;
}
body#about .container .content .profile p {
  line-height: 1.618;
  margin-top: 16px;
}

footer {
  font-size: 10px;
  padding: 16px 0;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 767px) {
  footer {
    padding: 16px 0;
  }
}