:root {
  --fs-h1: 2.625rem;
  --fs-h2: 1.75rem;
  --fs-h3: 1.75rem;
  --fs-h4: 1.25rem;
}
@media (width > 980px) {
  :root {
    --fs-h1: 3.5rem;
    --fs-h2: 2.75rem;
    --fs-h3: 1.75rem;
    --fs-h4: 1.25rem;
  }
}

/* reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
p,
dl,
dd,
figure {
  margin: 0;
  font-weight: inherit;
}

ul[class],
ol[class] {
  list-style: none;
}

ul {
  padding: 0;
}

a {
  color: inherit;
}

input,
button,
textarea,
select {
  font: inherit;
}

input {
  border: none;
  outline: 0;
}

textarea {
  border: none;
  background-color: transparent;
  resize: none;
  outline: none;
}

iframe {
  position: relative;
}

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

html {
  overflow-x: hidden !important;
}

body {
  font-family: "Cabin", sans-serif;
  min-height: 100vh;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
}

h1 {
  font-size: var(--fs-h1);
}

h2 {
  font-size: var(--fs-h2);
}

h3 {
  font-size: var(--fs-h3);
}

h4 {
  font-size: var(--fs-h4);
}

.h1 {
  font-size: var(--fs-h1);
}

.h2 {
  font-size: var(--fs-h2);
}

.h3 {
  font-size: var(--fs-h3);
}

.h4 {
  font-size: var(--fs-h4);
}

.button {
  border: 0;
  cursor: pointer;
  padding: 0.875rem 1.875rem;
  border-radius: 6.25rem;
  font-weight: 500;
  font-size: 1rem;
  text-transform: capitalize;
}

.button--primary {
  color: white;
  background-color: #6694aa;
  width: 70%;
  margin: auto;
  transition: background-color 500ms;
}

.button--primary:hover {
  background-color: rgb(40, 75, 87);
}

.button--secondary {
  color: #69413e;
  background-color: white;
  width: fit-content;
}

.button--secondary:hover {
  background-color: #69413e;
  color: white;
}

.shape-circle {
  border-radius: 100%;
  position: absolute;
  z-index: 111;
}

.shape-circle--primary {
  width: 40px;
  height: 40px;
  top: 4rem;
  left: -0.1rem;
  background-color: rgba(255, 255, 255, 0.5);
}

.shape-circle--secondary {
  width: 8px;
  height: 8px;
  background-color: #7ebec5;
  top: 0.5rem;
  left: 0.3rem;
}

.shape-circle--small {
  width: 13px;
  height: 13px;
  background-color: rgba(255, 255, 255, 0.5);
  left: 9rem;
  margin: auto;
}

.shape-circle--20 {
  width: 20px;
  height: 20px;
  background-color: #cce4f1;
  opacity: 0.5;
  top: 1rem;
  left: 2.3rem;
}

.shape-circle--25 {
  width: 25px;
  height: 25px;
  background-color: #cce4f1;
  opacity: 0.5;
  top: 20%;
  left: -4rem;
}

.shape-circle--80 {
  width: 80px;
  height: 80px;
  background-color: #cce4f1;
  opacity: 0.5;
  bottom: -1rem;
}

header {
  background: url("../../assets/images/header.webp");
  background-size: cover;
  background-position: center;
}
header .info {
  background-color: #32586b;
  padding: 0.6rem;
  border-bottom: 4px solid rgba(0, 0, 0, 0.5);
  width: 100%;
  top: 0;
  z-index: 999;
}
header .info__container {
  margin: auto;
  padding: 0;
  max-width: 50rem;
}
header .fixed-nav {
  z-index: 9999;
  position: fixed;
  background-image: linear-gradient(-123deg, #baebe5 0%, #e2f0f8 100%) !important;
  top: 2.9rem;
  width: 100%;
}
header .fixed-nav button {
  max-width: 14rem;
  margin: 0;
}
header .bars {
  display: none;
}
header .nav {
  text-transform: capitalize;
}
header .nav .bars {
  color: gray;
}
header .hero {
  margin: auto;
  padding: 0;
  max-width: 80rem;
  justify-content: space-between;
}
header .hero__content {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 5rem;
  padding-right: 0;
}
header .hero__img {
  align-self: start;
  margin: auto;
  margin-bottom: 0;
}

.showcase {
  font-size: 1.125rem;
  margin: auto;
  padding: 0;
  max-width: 73rem;
}
.showcase__primary .iframe-container {
  box-shadow: 0 10px 25px #c9f5f0;
}
.showcase__secondary {
  color: #666;
}

.call-to-action {
  background: #c9f5f0;
  position: relative;
  max-width: 1140px;
  border-bottom: 4px solid #baebe5;
  margin-inline: auto;
  text-align: left;
}
.call-to-action::after {
  left: 100%;
  width: 100vw;
}
.call-to-action::before, .call-to-action::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: -4px;
  border-bottom: 4px solid #baebe5;
  background: #c9f5f0;
  box-sizing: inherit;
  visibility: visible;
}
.call-to-action::before {
  right: 100%;
  width: 5.625rem;
  border-radius: 0 0 0 125px/0 0 0 110px;
  -webkit-box-shadow: -15px -1px 0 -1px #baebe5;
  box-shadow: -15px -1px 0 -1px #baebe5;
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: -4px;
  border-bottom: 4px solid #baebe5;
  background: #c9f5f0;
}
.call-to-action .container {
  margin: auto;
  padding: 1rem 0 5rem;
  max-width: 70rem;
  margin: 0;
}
.call-to-action__heading {
  min-width: 15rem;
  line-height: 1.5;
  font-size: 27px;
}

.card-container {
  white-space: nowrap;
}

.img-container {
  height: 7.5rem;
  position: relative;
}

.mirror {
  position: absolute;
  bottom: 0;
  left: -14rem;
  z-index: -1;
}

.call__img {
  border-radius: 100%;
  position: absolute;
  top: -40%;
  box-shadow: 6px 6px 18px 0px rgba(0, 0, 0, 0.2);
}

ul {
  list-style: circle;
}

.feedbacks .container {
  margin: auto;
  padding: 4rem 2rem;
  max-width: 80rem;
}
.feedbacks .feedback__container {
  font-family: "Open Sans";
  font-size: 15px;
  position: relative;
  margin: auto;
  padding: 1rem;
  max-width: 80rem;
  box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.13), 0px 0px 2px 0px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  min-height: 175.75px;
  padding: 1.3rem;
}
.feedbacks .feedback__container::before {
  position: absolute;
  content: "";
  bottom: -0.6rem;
  left: 11px;
  border: 10px solid transparent;
  border-top-color: transparent;
  border-bottom-width: 10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.feedbacks .feedback {
  max-width: 20rem;
}
.feedbacks .feedback__stars i {
  color: #ffbf00;
}
.feedbacks .feedback__stars__container {
  box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.13), 0px 0px 2px 0px rgba(0, 0, 0, 0.05);
}

.doctor-profile {
  background-color: #e2f0f8;
  position: relative;
  border-bottom: 3px solid #cce4f1;
  border-right: 15px solid #cce4f1;
  background-image: url("../../assets/images/home/section-decor-bg.png");
  background-position: right top;
  border-bottom-width: 4px;
  max-width: 1140px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.doctor-profile::before {
  right: 100%;
  width: 10000rem;
}
.doctor-profile::after {
  content: " ";
  left: 100%;
  bottom: -4px;
  top: 0;
  width: 6.6rem;
  -webkit-box-shadow: 15px -1px 0 -1px #cce4f1;
  box-shadow: 15px -1px 0 -1px #cce4f1;
  border-radius: 0 0 125px 0/0 0 110px 0;
}
.doctor-profile::after, .doctor-profile::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: -4px;
  border-bottom: 4px solid #baebe5;
  border-bottom-color: rgb(186, 235, 229);
  box-sizing: inherit;
  visibility: visible;
  border-bottom-color: #cce4f1;
  background: #e2f0f8;
}
.doctor-profile .container {
  padding-block: 1rem;
  margin: auto;
  padding: 0;
  max-width: 75rem;
}
.doctor-profile .container div {
  margin-right: 2rem;
}
.doctor-profile h1 {
  color: #32586b;
}
.doctor-profile .achivements {
  font-size: 1.125rem;
  margin: 2rem 0 0 1.5rem;
}
.doctor-profile .doc-img {
  position: absolute;
  right: 2rem;
  bottom: 0;
}
@media (width > 1300px) {
  .doctor-profile .doc-img {
    right: 5rem;
  }
}

.roadmap {
  margin: auto;
  padding: 4rem 0;
  max-width: 80rem;
  margin-bottom: 7rem;
}
.roadmap__number {
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 100%;
  border: 1px solid #cce4f1;
  font-size: 0.75rem;
  font-family: "Cabin";
  color: #cce4f1;
  align-self: start;
}
.roadmap .blue-heart {
  margin: auto;
  padding: 4rem 2rem;
  max-width: 28.5rem;
  background: url("../../assets/images/home/Backup-Blue-Heart.webp") no-repeat;
  height: 310px;
  flex-basis: 408%;
  align-items: center;
  justify-content: center;
  color: #32586b;
  line-height: 1;
  font-weight: 100;
  margin-left: 1rem;
}
.roadmap .number {
  font-size: 115px;
}

.call-to-action-second {
  background: linear-gradient(to right, #e99a93, #fcc7c3 50%, #fcc7c3);
  position: relative;
  justify-content: end;
  min-height: 345px;
  margin: auto;
  padding: 2rem;
  max-width: 80rem;
}
.call-to-action-second .voucher {
  position: absolute;
  left: -6rem;
  bottom: 0;
  width: 800px;
}

.booking h2 {
  font-size: 23px;
  color: #4283a4;
  font-family: "Merriweather";
}
.booking .container {
  margin: auto;
  gap: 2rem;
}
.booking .input-container {
  width: 500px;
  margin-inline: auto;
  border: 1px solid #4283a4;
  position: relative;
  color: black;
  overflow: hidden;
}
.booking .input-container textarea {
  height: 120px;
}
.booking .input-container ::placeholder {
  color: black;
  opacity: 1;
}
.booking .input-container input,
.booking .input-container textarea {
  width: 100%;
  padding: 0.5rem;
}
.booking .input-container label {
  position: absolute;
  padding-inline: 1rem;
  left: 0;
}
.booking__description {
  flex-basis: 44%;
}
.booking__form {
  flex-basis: 56%;
}
.booking button {
  width: fit-content;
}

.li-hover:hover {
  color: #8ed1fc;
}

footer {
  background-image: url("../../assets/images/footer_bg.webp");
  padding: 3rem 6rem;
}
footer .container {
  margin: auto;
  padding: 4rem 2rem;
  max-width: 75rem;
  gap: 0px 0px;
  grid-template-areas: "one two ." "one three ." ". . .";
}
footer .footer-map {
  box-shadow: 0px 0px 43px 0px rgb(73, 81, 140);
}
footer .footer-logo {
  width: 100px;
}

.mobile-nav {
  transition: height 1000ms;
}
.mobile-nav::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #57aea9;
}

.play {
  height: 72px;
  width: 72px;
  inset: 0;
  margin: auto;
  position: absolute;
  background: url("../../assets/images/home/youtube.png") no-repeat;
  cursor: pointer;
}

#map1 {
  height: 400px;
  width: 100%;
  box-shadow: -1px -1px 41px 0px rgba(14, 25, 31, 0.45);
}

#map2 {
  height: 400px;
  width: 100%;
  box-shadow: -1px -1px 41px 0px rgba(14, 25, 31, 0.45);
}

#map3 {
  height: 400px;
  width: 100%;
  box-shadow: -1px -1px 41px 0px rgba(14, 25, 31, 0.45);
}

#map4 {
  height: 400px;
  width: 100%;
  box-shadow: -1px -1px 41px 0px rgba(14, 25, 31, 0.45);
}

#map5 {
  height: 400px;
  width: 100%;
  box-shadow: -1px -1px 41px 0px rgba(14, 25, 31, 0.45);
}

.group:hover .li-menu {
  opacity: 1;
  display: block;
}

.splide__arrow--prev {
  left: -2rem !important;
}

.splide__arrow--next {
  right: -2rem !important;
}

.splide__slide:hover {
  transform: translateY(-0.5rem) !important;
}

.swiper {
  width: 600px;
  height: 300px;
}

.active-page {
  color: #7ebec5;
}

.gm-fullscreen-control {
  bottom: 1.5rem;
  left: 0;
  top: initial !important;
}

.gmnoprint {
  display: none;
}

.dashed-border {
  border-block: 1px dashed #57aea9;
}

body input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  background-color: transparent;
}
body input[type=range]:focus {
  outline-color: #f8b195;
}
body input[type=range]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  appearance: none;
  height: 3px;
  background: rgb(246, 114, 128);
  background: -webkit-linear-gradient(left, rgb(246, 114, 128) 0%, rgb(192, 108, 132) 50%, rgb(53, 92, 125) 100%);
  background: linear-gradient(to right, rgb(246, 114, 128) 0%, rgb(192, 108, 132) 50%, rgb(53, 92, 125) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f67280", endColorstr="#355c7d", GradientType=1 );
}
body input[type=range]::-moz-range-track {
  -moz-appearance: none;
  appearance: none;
  height: 3px;
  background: rgb(246, 114, 128);
  background: -moz-linear-gradient(left, rgb(246, 114, 128) 0%, rgb(192, 108, 132) 50%, rgb(53, 92, 125) 100%);
  background: linear-gradient(to right, rgb(246, 114, 128) 0%, rgb(192, 108, 132) 50%, rgb(53, 92, 125) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f67280", endColorstr="#355c7d", GradientType=1 );
}
body input[type=range]::-ms-track {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 3px;
  background: rgb(246, 114, 128);
  background: -moz-linear-gradient(left, rgb(246, 114, 128) 0%, rgb(192, 108, 132) 50%, rgb(53, 92, 125) 100%);
  background: -webkit-linear-gradient(left, rgb(246, 114, 128) 0%, rgb(192, 108, 132) 50%, rgb(53, 92, 125) 100%);
  background: linear-gradient(to right, rgb(246, 114, 128) 0%, rgb(192, 108, 132) 50%, rgb(53, 92, 125) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f67280", endColorstr="#355c7d", GradientType=1 );
}
body input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  border: 2px solid #f8b195;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  position: relative;
  bottom: 8px;
  background: #222 url("http://codemenatalie.com/wp-content/uploads/2019/09/slider-thumb.png") center no-repeat;
  background-size: 50%;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
  cursor: grab;
}
body input[type=range]::-webkit-slider-thumb:active {
  cursor: grabbing;
}
body input[type=range]::-moz-range-thumb {
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #f8b195;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  position: relative;
  bottom: 8px;
  background: #222 url("http://codemenatalie.com/wp-content/uploads/2019/09/slider-thumb.png") center no-repeat;
  background-size: 50%;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
  cursor: grab;
}
body input[type=range]::-moz-range-thumb:active {
  cursor: grabbing;
}
body input[type=range]::-ms-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #f8b195;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  position: relative;
  bottom: 8px;
  background: #222 url("http://codemenatalie.com/wp-content/uploads/2019/09/slider-thumb.png") center no-repeat;
  background-size: 50%;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
  cursor: grab;
}
body input[type=range]::-ms-thumb:active {
  cursor: grabbing;
}

.viewer-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.next,
.per {
  touch-action: manipulation;
}

.bg-cosmetic {
  background-image: url("../../assets/images/cosmetics/cosmetic-1.webp");
}

.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

.accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid #6694aa;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #6694aa;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #6694aa;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #6694aa;
  border: 1px solid #6694aa;
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}

.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded=true] {
  color: #3f87a8;
}

.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}

.accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}

.calendar {
  border: 1px solid #cccccc;
  z-index: 999;
  padding: 1em;
  background-color: white;
  position: absolute;
}

.datepicker input {
  margin: 0;
  font-family: inherit;
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 1.5rem 0.8rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.1rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.datepicker i {
  position: absolute;
}

.title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.title .arrow-control {
  border: none;
  border-radius: 50px;
  background-color: transparent;
  width: 35px;
  height: 35px;
}

.title .arrow-control:hover {
  background-color: #db3d44;
  color: white;
  cursor: pointer;
}

.title .year-month:hover,
.title .year:hover {
  color: #cccccc;
  cursor: pointer;
  transition: 0.3s all;
}

.week .day {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 14.28%;
  font-weight: bold;
}

.list,
.week {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.list .date {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 14.28%;
  height: 42px;
  margin-top: 1em;
  /* padding: 7.14%; */
  border: none;
  border-radius: 50px;
  background-color: transparent;
}

.list .date:hover,
.list .date:focus,
.list .mon:hover,
.list .mon:focus {
  background-color: #db3d44;
  color: white;
  cursor: pointer;
}

.active {
  background-color: #db3d44 !important;
  color: white;
}

.list .fadeout {
  color: #eeeeee;
}

.list .today {
  color: #db3d44;
}

.list .today.active {
  color: white;
}

.list .mon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 50px;
  margin-top: 1em;
  /* padding: 7.14%; */
  border: none;
  border-radius: 50px;
  background-color: transparent;
}

#yearlist .mon:first-child,
#yearlist .mon:last-child {
  color: #9d9d9d;
}

.d-none {
  display: none;
}

.solan-bg {
  background-position: 50%;
  background-image: url("../../assets/images/financies/f-slogan-bg.png");
}

.find-out {
  position: relative;
}

.find-out::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 30px;
  height: 100%;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMCA2MCIgZmlsbD0iIzY2OTRhYSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PHBhdGggZD0iTTMwIDMwTDAgMHY2MHoiLz48L3N2Zz4=") 50% 50% no-repeat;
}

.icon-round::before {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  border: 5px solid #baebe5;
  border-radius: 62.5rem;
}

@media (width < 980px) {
  .mobile-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 999;
    padding: 0.5rem;
    background-color: white;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.75);
  }
  .flex--responsive {
    flex-direction: column;
  }
  header {
    position: relative;
    text-align: center;
  }
  header .button {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 1rem;
    width: fit-content;
  }
  header .bars {
    display: block;
  }
  header .nav__options {
    display: none;
  }
  header .hero {
    align-items: center;
    justify-content: center;
  }
  header .hero__content {
    padding: 2rem;
  }
  header .hero__img {
    margin: auto;
  }
  .logo {
    width: 125px;
  }
  .showcase iframe,
  .showcase .iframe-place {
    width: 100%;
  }
  .call-to-action {
    padding: 2rem;
    border-radius: 0;
  }
  .call-to-action h1:first-child {
    text-align: center;
  }
  .feedbacks h1 {
    padding-inline: 2rem;
  }
  .feedbacks .feedback:last-child {
    display: none;
  }
  .doctor-profile {
    border-radius: 0;
    padding-top: 1.5rem;
  }
  .doctor-profile .container {
    padding-bottom: 0;
  }
  .doctor-profile h1 {
    text-align: center;
  }
  .doctor-profile .doc-img {
    position: static;
  }
  .call-to-action-second {
    padding-inline: 3rem;
    text-align: center;
    justify-content: center !important;
    padding-bottom: 0;
  }
  .call-to-action-second .content {
    margin: auto;
    max-width: 95%;
  }
  .call-to-action-second .voucher {
    order: 2;
    position: static !important;
  }
  .blue-heart {
    margin-top: 2rem;
  }
  .roadmap .container {
    padding-inline: 1rem;
  }
  .roadmap .container > div {
    gap: 1rem;
  }
  .roadmap__item {
    margin: auto;
    padding: 0;
    max-width: 80%;
  }
  footer {
    padding: 1rem 1rem;
    text-align: center;
  }
  footer .container {
    align-items: center;
    padding: 1rem;
    padding-bottom: 5rem;
    max-width: 35rem;
    gap: 3rem;
    grid-template-areas: "one" "three" "two";
  }
  footer .footer-map {
    width: 35rem;
  }
  footer .footer-logo {
    width: 100px;
    display: block;
    margin: auto;
  }
  .splide__arrow--prev {
    left: -0.2rem !important;
  }
  .splide__arrow--next {
    right: -0.2rem !important;
  }
}
@media (width > 1100px) {
  .booking .container {
    gap: 6rem;
  }
}
@media (width < 600px) {
  .booking .input-container {
    width: 300px;
  }
}

/*# sourceMappingURL=main.css.map */
