/*===============================================================

@Author: aios design
@URL: https://aios-design.com
@Developed By: aios-design

=================================================================*/
:root {
  --bs-body-font-family: Noto Sans Display, sans-serif ;
  --bs-body-color: #2F2C26 ;
  --bs-primary-color: #A2C7BD ;
  --bs-secondary-color: #D6BEA7 ;
  --bs-tertiary-color: #575553 ;
}

h1, h2, h3, h4 {
  font-family: "museo", serif;
  font-weight: 600;
  font-style: normal;
  color: #575553;
}
h1.hasSep, h2.hasSep, h3.hasSep, h4.hasSep {
  background: url("/assets/images/hl-sep01.svg");
  background-size: 7rem;
  background-position: center bottom;
  background-repeat: no-repeat;
}

h2 big {
  font-size: 2.75rem;
}
h2 big.primary.bg {
  display: inline-block;
  background-color: #A2C7BD;
  color: white;
  padding: 0.4rem 0.85rem;
  border-radius: 1.5rem;
  margin-bottom: 0.5rem;
}

p a {
  color: #5f9e93;
  text-decoration-style: dotted;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
}

.primary {
  color: #A2C7BD;
}

.secondary {
  color: #D6BEA7;
}

.tertiary {
  color: #575553;
}

.primaryDark {
  color: #7DADA0;
}

.secondaryDark {
  color: #BBA186;
}

.container:not(.wide) {
  max-width: 1100px;
}

.container.medium {
  max-width: 1200px;
}

p {
  line-height: 1.65;
}

p.lead {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.8;
}
p.lead a {
  display: inline-block;
  background: #A2C7BD;
  padding: 0rem 0.4rem;
  margin: 0rem 0.1rem;
  border-radius: 0.5rem;
  color: white;
  text-decoration: none;
}

p.story {
  font-size: 1.2rem;
  font-weight: 600;
  font-family: "museo", serif;
}

p.lead-white {
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.8;
  color: white;
  font-family: "museo", serif;
}
p.lead-white a {
  display: inline-block;
  background: #FFEEDD;
  padding: 0rem 0.4rem;
  margin: 0rem 0.1rem;
  border-radius: 0.5rem;
  color: #10463D;
  text-decoration: none;
}

.img-fluid.offset-mobile-y-5 {
  margin-bottom: -5rem;
}

.btn {
  font-weight: 500;
  --bs-btn-border-radius: 2rem;
  --bs-btn-padding-x: 1.5rem;
  --bs-btn-padding-y: 0.95rem;
}
.btn img {
  width: 1.5rem;
  margin-top: -1px;
}
.btn.icon-left img {
  margin-left: -0.5rem;
  margin-right: 0.75rem;
}

.btn-primary {
  --bs-btn-bg: #A2C7BD;
  --bs-btn-border-color: #A2C7BD;
  --bs-btn-hover-bg: #739fa0;
  --bs-btn-hover-border-color: #739fa0;
  --bs-btn-active-bg: #739fa0;
  --bs-btn-active-border-color: #739fa0;
}
.btn-primary.dark {
  --bs-btn-bg: #7DADA0;
  --bs-btn-border-color: #7DADA0;
  --bs-btn-hover-bg: #739fa0;
  --bs-btn-hover-border-color: #739fa0;
}

.btn-secondary {
  --bs-btn-bg: #D6BEA7;
  --bs-btn-border-color: #D6BEA7;
  --bs-btn-hover-bg: #9c8c7e;
  --bs-btn-hover-border-color: #9c8c7e;
  color: white;
}
.btn-secondary.alt {
  color: #5E4A37;
}

.btn-tertiary {
  color: white;
  --bs-btn-bg: #575553;
  --bs-btn-border-color: #575553;
  --bs-btn-hover-bg: #2d2d2d;
  --bs-btn-hover-border-color: #2d2d2d;
  --bs-btn-hover-color: white;
}

.btn-light {
  color: #2F2C26;
  --bs-btn-bg: #E6DDD4;
  --bs-btn-border-color: #E6DDD4;
  --bs-btn-hover-bg: #D6BEA7;
  --bs-btn-hover-border-color: #D6BEA7;
  --bs-btn-hover-color: $textColor;
}

.textLight {
  color: #FFEEDD;
}

.box-bg01 {
  background-image: url("/assets/images/bg-icon01.svg");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 8rem;
}
.box-bg01 .img-fluid {
  max-width: 18rem;
  height: auto;
}

.box-bg02 .img-fluid {
  max-width: 18rem;
  height: auto;
  border-radius: 2rem;
  margin-left: 2rem;
  margin-right: auto;
}

.border1 {
  border-radius: 1rem;
  border: 0.75rem solid white;
}

.shadow1 {
  box-shadow: 16px 8px 0px #ebf5f6;
}

.balloon01 {
  background: #D6BEA7;
  border-radius: 1.5rem;
  max-width: 280px;
}
.balloon01 p {
  color: white;
  font-size: 1.15rem;
}
.balloon01:before {
  content: "";
  background: url("/assets/images/balloon-arrow01.svg");
  background-size: 3.6rem;
  height: 3.6rem;
  width: 3.6rem;
  position: relative;
  margin-left: -3rem;
  margin-top: 0.7rem;
}
@media (max-width: 767.98px) {
  .balloon01:before {
    background: url(/assets/images/balloon-arrow01.svg);
    background-size: contain;
    height: 2.5rem;
    width: 2.5rem;
    position: absolute;
    margin-left: 6rem;
    margin-top: -1.8rem;
    transform: rotateZ(90deg);
  }
}

p.mw1 {
  max-width: 600px;
}

p.mw2 {
  max-width: 500px;
}

.bgLight {
  background: #EDF2F4;
}

.offset-box01, .offset-box02 {
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  border-radius: 1.5rem;
  margin-bottom: 4rem;
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .offset-box01, .offset-box02 {
    padding: 2rem 4rem 4rem 4rem;
    margin-top: 0;
    margin-right: -6rem;
  }
  .offset-box01:after, .offset-box02:after {
    background: url("/assets/images/bg-icon02.svg");
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 8rem;
    width: 8rem;
    z-index: 2;
    position: absolute;
    margin-left: 10.5rem;
    margin-top: -1rem;
    opacity: 0.8;
  }
}

.offset-box02 {
  padding: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .offset-box02 {
    padding: 2rem 4rem 4rem 2rem;
    margin-right: -5rem;
    margin-top: 4rem;
  }
}
.offset-box02:after {
  display: none;
}

.v-offset-box01 {
  background-color: #A2C7BD;
  color: #1f3737;
  border-radius: 1.5rem;
  padding: 1rem 1.25rem;
}
.v-offset-box01 p {
  font-size: 0.9rem;
}
.v-offset-box01 p a {
  color: #1f3737;
}
@media (min-width: 768px) {
  .v-offset-box01 {
    padding: 1.5rem 2rem;
    position: absolute;
    width: 28rem;
    margin-top: 19rem;
    margin-left: 14rem;
  }
}

img.offset01 {
  margin-bottom: -2rem;
}

.card {
  border: none;
  border-radius: 1.5rem;
  padding: 1.5rem;
}
.card .card-title {
  font-family: "Noto Sans Display", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  padding-bottom: 1rem;
}
.card .card-title small {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  padding-bottom: 0.5rem;
}

.circle-balloon {
  background: #ADABA9;
  height: 12rem;
  width: 12rem;
  border-radius: 50%;
}
.circle-balloon p {
  color: white;
  font-family: "museo", serif;
  font-size: 1rem;
}

.sep01 {
  background: url("/assets/images/bg-sep01.svg");
  background-color: white;
  background-size: cover;
  height: 15rem;
}
@media (max-width: 767.98px) {
  .sep01 {
    height: 6rem;
    margin-top: -3rem;
    background-position: 70% 50%;
  }
  .sep01.offset-y-mobile {
    margin-top: -6rem;
    margin-bottom: -4rem;
  }
}

.sep01b {
  background: url("/assets/images/bg-sep01b.svg");
  background-color: white;
  background-size: cover;
  height: 10rem;
  background-position: right bottom;
}
@media (max-width: 767.98px) {
  .sep01b {
    margin-top: -5rem;
    margin-bottom: -1.5rem;
  }
}

.sep01c {
  background: url("/assets/images/bg-sep01.svg");
  background-color: transparent;
  background-size: cover;
  height: 15rem;
}
@media (max-width: 767.98px) {
  .sep01c {
    margin-top: -3rem;
    margin-bottom: -1rem;
  }
}

.sep01d {
  background: url("/assets/images/bg-sep01.svg");
  background-color: transparent;
  background-size: cover;
  height: 11rem;
}
@media (max-width: 767.98px) {
  .sep01d {
    margin-top: -3rem;
    margin-bottom: -1rem;
  }
}

.sep02 {
  background: url("/assets/images/bg-sep02.svg");
  background-color: white;
  background-size: cover;
  height: 10rem;
}
@media (max-width: 767.98px) {
  .sep02.offset-y-mobile {
    margin-top: -6rem;
    margin-bottom: -4rem;
  }
}

.sep03 {
  background: url("/assets/images/bg-sep03.svg");
  background-color: #f7f9fc;
  background-size: cover;
  height: 14rem;
  background-position: 50% 30%;
  margin-top: -6rem;
}
@media (max-width: 767.98px) {
  .sep03 {
    margin-bottom: -4rem;
  }
}

.sep03b {
  background: url("/assets/images/bg-sep03b.svg");
  background-color: white;
  background-size: cover;
  height: 8rem;
  background-position: right bottom;
}
@media (max-width: 767.98px) {
  .sep03b {
    background-position: left bottom;
    margin-top: -2rem;
  }
}

.sep04 {
  background: url("/assets/images/bg-sep04.svg");
  background-size: cover;
  height: 13rem;
}
@media (max-width: 767.98px) {
  .sep04 {
    margin-bottom: -4.5rem;
  }
}

.sep04b {
  background: url("/assets/images/bg-sep04b.svg");
  background-size: cover;
  height: 13rem;
}
@media (max-width: 767.98px) {
  .sep04b {
    margin-bottom: -5rem;
  }
}

.sep05 {
  background: url("/assets/images/bg-sep05.svg");
  background-size: cover;
  height: 6rem;
}

.navbar {
  animation: fadein 4s;
  -webkit-animation: fadein 4s;
  transition: ease all 300ms;
}
.navbar .navbar-brand {
  margin-left: 0;
  animation: fadein 3s;
  -webkit-animation: fadein 3s;
}
.navbar .navbar-brand .logo {
  height: 4.5rem;
  width: auto;
  opacity: 1;
  transition: ease all 300ms;
}
.navbar .navbar-brand .logo.logo-scrolled {
  opacity: 0;
}
@media (min-width: 1024px) {
  .navbar .navbar-brand {
    margin-top: 0;
    padding-right: 1.5rem;
    margin-top: 2rem;
  }
  .navbar .navbar-brand .logo {
    height: 5.5rem;
    width: auto;
  }
}
.navbar .navbar-nav {
  align-items: center;
  transition: ease all 300ms;
}
.navbar .navbar-nav .nav-item {
  padding-bottom: 1rem;
  transition: ease all 500ms;
}
.navbar .navbar-nav .nav-item .nav-link {
  font-size: 1.5rem;
  font-weight: 500;
  padding: 0.5rem 1rem;
  color: #575553;
  vertical-align: middle;
  border-radius: 2rem;
  transition: ease all 500ms;
}
@media (min-width: 768px) {
  .navbar .navbar-nav .nav-item .nav-link {
    font-size: 1.05rem;
  }
}
.navbar .navbar-nav .nav-item .nav-link.btn-primary {
  background: #575553;
  color: #F0F0F0;
  padding: 0.4rem 1.5rem;
  border-radius: 2rem;
  line-height: 1.9;
}
@media (max-width: 767.98px) {
  .navbar .navbar-nav .nav-item .nav-link.btn-primary {
    background: #A2C7BD;
  }
}
.navbar .navbar-nav .nav-item .nav-link.btn-primary:hover {
  background-color: #c4aa91;
  border-color: #c4aa91;
}
.navbar .navbar-nav .nav-item .nav-link:hover {
  background: #dce9e5;
}
.navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
  background: url("/assets/images/icons/book.svg");
  background-size: 1.25rem;
  border: none;
  height: 1.25rem;
  width: 1.25rem;
  vertical-align: middle;
  margin-left: 0.5rem;
  margin-bottom: 0.45rem;
}
.navbar .navbar-toggler {
  background: #D6BEA7;
  margin-right: 0;
  margin-left: auto;
  border-radius: 50%;
  border: none;
  height: 4rem;
  width: 4rem;
  text-align: center;
}
.navbar .navbar-toggler img {
  height: 2.5rem;
  width: auto;
}
.navbar .dropdown:hover .dropdown-menu {
  display: block;
}
.navbar .dropdown .dropdown-menu {
  margin-top: 0.5rem !important;
  box-shadow: 5px 5px 0px rgba(122, 112, 95, 0.2);
  border-radius: 1rem;
  border-style: dotted;
  border-color: rgba(168, 158, 144, 0.368627451);
  border-width: 1.5px;
}
.navbar .dropdown .dropdown-menu .dropdown-item {
  padding: 0.4rem 1.5rem 0.4rem 1rem;
}
@media (max-width: 767.98px) {
  .navbar .dropdown .dropdown-menu .dropdown-item {
    font-size: 1.15rem;
  }
}
.navbar .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #f7f1ec;
}
.navbar .dropdown-menu-end[data-bs-popper] {
  right: unset;
  left: auto;
  top: unset;
}
.navbar.navbar-scrolled {
  margin-top: 0rem;
  background-color: white;
  padding-top: 0;
  padding-bottom: 0;
}
.navbar.navbar-scrolled .navbar-nav {
  margin-top: 0;
}
.navbar.navbar-scrolled .navbar-nav .nav-item {
  padding-top: 1rem;
}
.navbar.navbar-scrolled .nav-item .nav-link {
  font-size: 1rem;
}
.navbar.navbar-scrolled .navbar-brand {
  margin-top: 0.5rem;
  margin-bottom: 0rem;
}
.navbar.navbar-scrolled .navbar-brand .logo {
  height: 3rem;
  width: auto;
}

.offcanvas .offcanvas-header .btn-close {
  height: 3rem;
  width: 3rem;
  background-size: 1.5rem;
}

.hero-section {
  background: url("/assets/images/hero-bg.svg");
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  height: auto;
  padding-top: 6rem;
  /*&.listing {

      background: url('/assets/images/hero-bg2.svg');
      background-size: cover;
      background-position: bottom center;
      height: 48rem;
      background-repeat: no-repeat;

      h2 {
          background: url('/assets/images/corner-shape1.svg');
          background-position-x: 75%;
          background-repeat: no-repeat;
          background-size: 6rem;
          background-position-y: 30%;
      }

  }*/
}
@media (min-width: 768px) {
  .hero-section {
    height: 48rem;
    padding-top: 11rem;
  }
}
.hero-section h2 {
  background: url("/assets/images/corner-shape1.svg");
  background-repeat: no-repeat;
  background-size: 6rem;
  background-position-y: 85%;
  background-position-x: 100%;
}
@media (min-width: 768px) {
  .hero-section h2 {
    background-position-x: 80%;
  }
}
@media (min-width: 1024px) {
  .hero-section h2 {
    background-position-x: 60%;
  }
}
.hero-section .hero-image {
  height: 15rem;
  width: auto;
}
@media (min-width: 768px) {
  .hero-section .hero-image {
    height: 25rem;
  }
}
.hero-section.sp {
  height: 16rem;
  background: url("/assets/images/hero-bg2.svg");
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}

#home-section03 {
  background: url("/assets/images/praxen02.jpg");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  #home-section03 {
    background: url("/assets/images/praxen02.jpg");
    background-position: 65% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 3rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 1024px) {
  #home-section03 {
    min-height: 44rem;
  }
}
#home-section03 h2 {
  background: url("/assets/images/corner-shape2.svg");
  background-position-x: 78%;
  background-repeat: no-repeat;
  background-size: 4rem;
  background-position-y: 70%;
}
@media (max-width: 767.98px) {
  #home-section03 h2 {
    background-position-y: 95%;
  }
}

#home-section04 h2 {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767.98px) {
  #home-section04 h2 big {
    font-size: 2.3rem;
  }
}

#home-section04 .row:nth-of-type(2), #listing-section02 .row:nth-of-type(2) {
  background: url("/assets/images/blob-bg-01.svg");
  background-size: 38rem;
  background-position: 47% 38%;
  background-repeat: no-repeat;
}
#home-section04 .card, #listing-section02 .card {
  box-shadow: 10px 10px 30px rgba(0, 27, 33, 0.125);
}
#home-section04 .card .btn, #listing-section02 .card .btn {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -3.75rem;
  display: block;
  max-width: 200px;
}
#home-section04 .card .btn img, #listing-section02 .card .btn img {
  margin-right: 0.5rem;
  margin-left: -0.5rem;
}
#home-section04 .card .card-body:before, #listing-section02 .card .card-body:before {
  height: 3rem;
  width: 3rem;
  content: "";
  position: absolute;
  margin-left: 14rem;
  margin-top: -1rem;
}
#home-section04 .card.card1 .card-body:before, #listing-section02 .card.card1 .card-body:before {
  background: url("/assets/images/icons/material-perm-phone-msg.svg");
  background-repeat: no-repeat;
  background-size: 3rem;
}
#home-section04 .card.card2 .card-body:before, #listing-section02 .card.card2 .card-body:before {
  background: url("/assets/images/icons/simple-stackexchange.svg");
  background-repeat: no-repeat;
  background-size: 2.5rem;
  margin-left: 15rem;
}
#home-section04 .card.card3 .card-body:before, #listing-section02 .card.card3 .card-body:before {
  background: url("/assets/images/icons/material-desktop-mac.svg");
  background-repeat: no-repeat;
  background-size: 3rem;
}
@media (max-width: 767.98px) {
  #home-section04, #listing-section02 {
    margin-top: -12rem;
  }
  #home-section04 h1, #listing-section02 h1 {
    background: url("/assets/images/corner-shape1.svg");
    background-repeat: no-repeat;
    background-size: 6rem;
    background-position-y: 80%;
    background-position-x: 85%;
    font-size: 2.5rem;
    padding-bottom: 2rem;
    padding-right: 0.8rem;
    max-width: 19rem;
    margin-left: auto;
    margin-right: auto;
  }
  #home-section04 .card, #listing-section02 .card {
    margin-bottom: 3rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  #home-section04 .card .card-body .card-text, #listing-section02 .card .card-body .card-text {
    font-size: 0.9rem;
  }
  #home-section04 .card.card1 .card-body:before, #listing-section02 .card.card1 .card-body:before {
    margin-right: 2rem;
    margin-left: auto;
    right: 0;
    margin-top: 0.4rem;
  }
  #home-section04 .card.card2 .card-body:before, #listing-section02 .card.card2 .card-body:before {
    margin-right: 1.5rem;
    margin-left: auto;
    right: 0;
    margin-top: 0.4rem;
  }
  #home-section04 .card.card3 .card-body:before, #listing-section02 .card.card3 .card-body:before {
    margin-right: 2rem;
    margin-left: auto;
    right: 0;
    margin-top: 0.4rem;
  }
}

#home-section05 {
  background: #EDF2F4;
  background-image: url("/assets/images/section-bg01.svg");
  background-size: 170%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.caption-arrow {
  background: url("/assets/images/balloon-arrow03.svg");
  height: 3rem;
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  width: 3rem;
  background-size: contain;
  left: 0;
  right: 26%;
  top: 40%;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}

#home-section06 {
  background-image: url("/assets/images/home-section06-bg.png");
  background-size: 50%;
  background-position: top right;
  background-repeat: no-repeat;
  margin-top: 4rem;
  padding-bottom: 8rem;
}
@media (max-width: 767.98px) {
  #home-section06 {
    background-image: url("/assets/images/home-section06-bg.png");
    background-size: 60%;
    background-position: top right;
    background-repeat: no-repeat;
    margin-top: 0;
  }
  #home-section06 h2 {
    margin-top: 3rem;
  }
  #home-section06 h2 big {
    font-size: 2rem;
  }
  #home-section06 h2 small {
    display: inline-block;
    width: 11rem;
    margin-top: 1rem;
  }
}

.button-offset {
  z-index: 3;
  position: relative;
}
@media (min-width: 1024px) {
  .button-offset {
    margin-right: -10rem;
  }
}

#home-section07 .hs7quote {
  margin-right: auto;
  margin-top: -6rem;
  position: relative;
  width: 100%;
  height: 18rem;
}
@media (min-width: 1024px) {
  #home-section07 .hs7quote {
    margin-left: 11rem;
    width: 39rem;
    height: 32rem;
  }
}
#home-section07 .hs7quote img {
  position: absolute;
}
#home-section07 .hs7quote .hs7quote-bg {
  z-index: 1;
  width: 100%;
}
@media (min-width: 1024px) {
  #home-section07 .hs7quote .hs7quote-bg {
    width: 39rem;
  }
}
#home-section07 .hs7quote .hs7quote-text {
  z-index: 2;
  margin-top: auto;
  margin-bottom: auto;
  top: 3rem;
  bottom: 4rem;
  width: 14rem;
  left: 4.8rem;
  right: 0;
}
@media (min-width: 1024px) {
  #home-section07 .hs7quote .hs7quote-text {
    top: 1rem;
    width: 25rem;
    bottom: 2rem;
    width: 24rem;
    left: 9rem;
  }
}
#home-section07 .hs7quote .hs7quote-name {
  z-index: 3;
  margin-top: auto;
  margin-bottom: auto;
  width: 8rem;
  position: absolute;
  top: 0;
  bottom: -8rem;
  left: 0;
  right: 2rem;
  margin-left: auto;
}
@media (min-width: 768px) {
  #home-section07 .hs7quote .hs7quote-name {
    bottom: -13rem;
    width: 9rem;
  }
}

#home-section08 {
  background-image: url("/assets/images/home-section08-bg.svg");
  background-size: 43%;
  background-position: -10% 0%;
  background-repeat: no-repeat;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media (max-width: 767.98px) {
  #home-section08 {
    background-image: url("/assets/images/home-section08-bg.svg");
    background-size: 90%;
    background-position: center top;
    background-repeat: no-repeat;
    margin-top: 5rem;
    margin-bottom: 0;
  }
  #home-section08 .circle-balloon {
    background: #ADABA9;
    height: 10rem;
    width: 10rem;
    border-radius: 50%;
    margin-left: auto;
    margin-bottom: 7.5rem;
    margin-top: -4rem;
  }
  #home-section08 .circle-balloon p {
    color: white;
    font-family: "museo", serif;
    font-size: 0.8rem;
  }
}

#home-section09 {
  background: #f7f9fc;
}
#home-section09 img {
  width: 10rem;
  height: auto;
  margin-top: -4rem;
}
@media (max-width: 767.98px) {
  #home-section09 img {
    width: 6rem;
  }
  #home-section09 img.icon2 {
    margin-top: 2rem;
  }
}
#home-section09 .baloon02 {
  background-image: url("/assets/images/balloon02.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  background-size: 100%;
  min-height: 16rem;
  max-width: 32rem;
}
@media (max-width: 767.98px) {
  #home-section09 .baloon02 {
    background-size: cover;
  }
}
#home-section09 .baloon02 p {
  font-family: "museo", serif;
  color: #5E4A37;
  font-size: 1.1rem;
}
@media (max-width: 767.98px) {
  #home-section09 .baloon02 p {
    font-size: 1rem;
  }
}
#home-section09 .baloon03 {
  background-image: url("/assets/images/balloon03.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  background-size: 100%;
  min-height: 16rem;
  max-width: 32rem;
}
@media (max-width: 767.98px) {
  #home-section09 .baloon03 {
    background-size: cover;
  }
}
#home-section09 .baloon03 p {
  font-family: "museo", serif;
  color: #7DADA0;
  font-size: 1.1rem;
}
@media (max-width: 767.98px) {
  #home-section09 .baloon03 p {
    font-size: 1rem;
  }
}
#home-section09 .arrow {
  height: 8rem;
  width: auto;
  position: absolute;
  margin-top: -2rem;
  z-index: 3;
}
@media (max-width: 767.98px) {
  #home-section09 .arrow {
    transform: rotateY(180deg);
  }
}
#home-section09 .arrow.arrow-left {
  margin-left: -12rem;
}
#home-section09 .arrow.arrow-right {
  margin-left: 7.2rem;
}
@media (max-width: 767.98px) {
  #home-section09 .arrow.arrow-right {
    margin-left: 0;
  }
}
#home-section09 .logo-vertical {
  background: linear-gradient(326deg, #fff4ec, white);
  border-radius: 50%;
  text-align: center;
  width: 12rem;
  height: 12rem;
  margin-top: 3.5rem;
  border: 12px solid white;
  animation: pulse 2s ease-out;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}
#home-section09 .logo-vertical img {
  position: absolute;
  width: 14rem;
  height: auto;
  margin-left: -1.15rem;
  margin-top: 2rem;
  margin-bottom: auto;
}

@media (min-width: 768px) {
  #home-section10 {
    background-image: url("/assets/images/home-section10-bg.svg");
    background-size: 34%;
    background-position: 75% 20%;
    background-repeat: no-repeat;
    min-height: 34rem;
    margin-top: 5rem;
  }
}

#contact-widget {
  background: #A3BBBD;
  padding-bottom: 4rem;
}
#contact-widget .form-check-label a {
  color: white;
}
#contact-widget .lead-white:after {
  content: "";
  height: 1px;
  width: 12rem;
  background: #689093;
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  #contact-widget .lead-white:after {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

#listing-section03 {
  background: #EDF2F4;
  background-image: url("/assets/images/section-bg01b.svg");
  background-size: 170%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#listing-section03 h2 {
  margin-top: -3rem;
}
#listing-section03 h2 big {
  font-size: 3rem;
}
@media (min-width: 1024px) {
  #listing-section03 {
    min-height: 40rem;
  }
}

.product-listing .card {
  padding: 0;
  box-shadow: 5px 5px 30px rgba(159, 166, 166, 0.3);
  max-width: 300px;
}
@media (min-width: 768px) {
  .product-listing .card {
    max-width: 560px;
    box-shadow: 5px 5px 50px rgba(159, 166, 166, 0.25);
  }
}
.product-listing .card .img-fluid {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  border-radius: 2.2rem;
  max-height: 16rem;
  width: 100%;
  padding: 1rem;
}
@media (min-width: 768px) {
  .product-listing .card .img-fluid {
    padding: 0;
    border-radius: 1rem;
    max-height: none;
    min-height: 23rem;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-top-right-radius: 0rem;
    border-bottom-right-radius: 0rem;
  }
}
.product-listing .card .card-body .card-title {
  font-size: 1.3rem;
  font-weight: 500;
}
.product-listing .card .card-body .card-text-date {
  background: #d6bea7;
  display: inline-block;
  padding: 0.25rem 0.75rem 0.25rem 0.75rem;
  border-radius: 1rem;
  font-weight: 600;
  letter-spacing: 1px;
  color: white;
  z-index: 3;
  position: relative;
  border: 4px solid white;
  margin-left: -0.2rem;
  margin-bottom: 0.25rem;
}
.product-listing .card .card-body .card-text-time {
  background: #e5d6c8;
  display: inline-block;
  padding: 0.25rem 0.75rem 0.25rem 2rem;
  border-radius: 0.75rem;
  font-weight: 300;
  letter-spacing: -0.5px;
  color: #9b8065;
  margin-left: -1.5rem;
  margin-bottom: 0.25rem;
}
.product-listing .card .card-body .card-text-add-days {
  font-size: 0.9rem;
  margin-left: 0.5rem;
}
.product-listing .card .card-body .card-text-add-days strong {
  color: #BBA186;
}
.product-listing .card .card-body .price small {
  font-size: 0.7rem;
  padding-left: 0.3rem;
}
.product-listing .card .card-body .btn-container {
  position: relative;
  text-align: center;
}
.product-listing .card .card-body .btn-container .btn {
  width: 100%;
}
@media (min-width: 768px) {
  .product-listing .card .card-body .btn-container {
    bottom: 1rem;
    position: absolute;
  }
  .product-listing .card .card-body .btn-container .btn {
    width: auto;
  }
}

/***************** Subpages *****************/
.sp.section1 {
  margin-top: -9rem;
}
@media (min-width: 768px) {
  .sp.section1 {
    margin-top: -2rem;
  }
}
.sp.section1 .hero-image {
  height: 15rem;
  width: auto;
}
@media (min-width: 768px) {
  .sp.section1 .hero-image {
    height: 25rem;
  }
}
.sp h1 {
  background: url("/assets/images/corner-shape1.svg");
  background-repeat: no-repeat;
  background-size: 6rem;
  background-position-y: 65%;
  background-position-x: 100%;
  font-size: 2.75rem;
}
.sp.about h2 {
  background: url("/assets/images/corner-shape1.svg");
  background-repeat: no-repeat;
  background-size: 5rem;
  background-position-y: 70%;
  background-position-x: 90%;
}
@media (min-width: 768px) {
  .sp.about h2 {
    background-position-x: 80%;
  }
}
@media (min-width: 1024px) {
  .sp.about h2 {
    background-position-x: 70%;
  }
}
.sp.contact h2 {
  background: url("/assets/images/corner-shape1.svg");
  background-repeat: no-repeat;
  background-size: 5rem;
  background-position-y: 50%;
  background-position-x: 90%;
}
@media (min-width: 768px) {
  .sp.contact h2 {
    background-position-x: 70%;
  }
}
@media (min-width: 1024px) {
  .sp.contact h2 {
    background-position-x: 75%;
  }
}
.sp.akademie h2 {
  background: url("/assets/images/corner-shape1.svg");
  background-repeat: no-repeat;
  background-size: 5rem;
  background-position-y: 22%;
  background-position-x: 95%;
}
.sp.akademie h2 big {
  font-size: 2.5rem;
}
.sp.akademie h2 small {
  display: inline-block;
}
@media (min-width: 768px) {
  .sp.akademie h2 {
    background-position-y: 30%;
    background-position-x: 70%;
  }
  .sp.akademie h2 big {
    font-size: 2.75rem;
  }
}
@media (min-width: 1024px) {
  .sp.akademie h2 {
    background-position-x: 65%;
  }
}
.sp.lp01 h2 {
  background: url("/assets/images/corner-shape1.svg");
  background-repeat: no-repeat;
  background-size: 5rem;
  background-position-y: 60%;
  background-position-x: 90%;
}
@media (min-width: 768px) {
  .sp.lp01 h2 {
    background-position-x: 70%;
  }
}
@media (min-width: 1024px) {
  .sp.lp01 h2 {
    background-position-x: 64%;
  }
}
.sp.lp02 h2 {
  background: url("/assets/images/corner-shape1.svg");
  background-repeat: no-repeat;
  background-size: 5rem;
  background-position-y: 60%;
  background-position-x: 90%;
}
@media (min-width: 768px) {
  .sp.lp02 h2 {
    background-position-x: 70%;
  }
}
@media (min-width: 1024px) {
  .sp.lp02 h2 {
    background-position-x: 75%;
  }
}
.sp.jobs h2 {
  background: url("/assets/images/corner-shape1.svg");
  background-repeat: no-repeat;
  background-size: 5rem;
  background-position-y: 50%;
  background-position-x: 90%;
}
@media (min-width: 768px) {
  .sp.jobs h2 {
    background-position-x: 70%;
  }
}
@media (min-width: 1024px) {
  .sp.jobs h2 {
    background-position-x: 75%;
  }
}
.sp.jobs .hero-image {
  height: 15rem;
  width: auto;
}
@media (min-width: 768px) {
  .sp.jobs .hero-image {
    height: 24rem;
    margin-left: -3rem;
  }
}
.sp.newsletter h2 {
  background: url("/assets/images/corner-shape1.svg");
  background-repeat: no-repeat;
  background-size: 5rem;
  background-position-y: 75%;
  background-position-x: 95%;
}
@media (min-width: 768px) {
  .sp.newsletter h2 {
    background-position-x: 80%;
  }
}
@media (min-width: 1024px) {
  .sp.newsletter h2 {
    background-position-x: 90%;
  }
}

#about-section02 {
  background-image: url("/assets/images/about-section02-bg.svg");
  background-size: 48%;
  background-position: -10% 0%;
  background-repeat: no-repeat;
  margin-top: 2rem;
}
@media (max-width: 767.98px) {
  #about-section02 {
    background-image: url("/assets/images/about-section02-bg.svg");
    background-size: 60%;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    margin-top: 0;
    padding-top: 5.5rem;
  }
}

#about-section02b {
  background-image: url("/assets/images/about-section02b-bg.svg");
  background-size: 46%;
  background-position: -10% 0%;
  background-repeat: no-repeat;
  margin-top: 2rem;
}
@media (max-width: 767.98px) {
  #about-section02b {
    background-image: url("/assets/images/about-section02b-bg.svg");
    background-size: 60%;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    margin-top: 0;
    padding-top: 8.5rem;
  }
}

#about-section03 {
  background: url("/assets/images/praxen02b.jpg");
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  #about-section03 {
    min-height: 40rem;
  }
}

@media (min-width: 768px) {
  #about-section04 {
    background-image: url("/assets/images/about-section04-bg.png");
    background-size: 50%;
    background-position: top right;
    background-repeat: no-repeat;
    margin-top: 4rem;
    padding-bottom: 8rem;
  }
}

@media (min-width: 768px) {
  #about-section05 {
    background-image: url("/assets/images/about-section05-bg.svg");
    background-size: 34%;
    background-position: 75% 20%;
    background-repeat: no-repeat;
    min-height: 30rem;
  }
}

#contact-section {
  background: #e6e1de;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  #contact-section {
    padding-top: 4rem;
  }
}
#contact-section .form-check-label a {
  color: #7DADA0;
}
#contact-section .lead-white:after {
  content: "";
  height: 1px;
  width: 12rem;
  background: #689093;
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
#contact-section .contact-form .input-group .input-group-text {
  background: #ffffff;
}

.lp h4 {
  padding-top: 2rem;
  padding-bottom: 1.5rem;
}

@media (max-width: 767.98px) {
  #contact-widget h2 big {
    font-size: 2.3rem;
  }
}

.hero-section.productPage {
  height: 20rem;
  background: url("/assets/images/hero-bg2.svg");
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .hero-section.productPage {
    height: 34rem;
  }
}
.hero-section.productPage .hero-image {
  height: auto;
  width: 100%;
  border: 1rem solid white;
  border-radius: 2rem;
}
@media (min-width: 768px) {
  .hero-section.productPage .hero-image {
    height: 25rem;
    width: auto;
  }
}
.hero-section.productPage h2 {
  background: url("/assets/images/corner-shape2.svg");
  background-repeat: no-repeat;
  background-size: 6rem;
  background-position-y: 81%;
  background-position-x: 98%;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  max-width: 34rem;
  padding-right: 3rem;
}
.hero-section.productPage h2 small {
  background: #D6BEA7;
  color: white;
  padding: 0.4rem 1rem 0.3rem 0.75rem;
  border-radius: 1rem;
  margin-bottom: 1rem;
  display: inline-block;
  font-size: 1.5rem;
  font-family: "museo", serif;
}
.hero-section.productPage .infoBox {
  background: white;
  max-width: 26rem;
  border-radius: 1rem;
  margin-left: 0.2rem;
}
@media (min-width: 768px) {
  .hero-section.productPage .infoBox {
    box-shadow: 5px 5px 20px rgba(87, 106, 101, 0.05);
  }
}
.hero-section.productPage .infoBox p {
  margin: 0;
  font-size: 0.9rem;
}
@media (min-width: 768px) {
  .hero-section.productPage .infoBox p {
    font-size: 1rem;
  }
}
.hero-section.productPage .infoBox .col-3 {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  color: #575553;
  background-color: #d3e5df;
  background-image: url("https://www.transparenttextures.com/patterns/climpek.png");
}
.hero-section.productPage .infoBox .col-3 strong {
  display: block;
  padding: 0.5rem 1rem;
}
.hero-section.productPage .infoBox .col-3 .b-bottom {
  border-bottom: 1px solid white;
}
.hero-section.productPage .infoBox .col-9 {
  border: 2px dotted #b8cdc8;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  border-left: none;
}
.hero-section.productPage .infoBox .col-9 p {
  padding: 0.5rem 1rem 0.5rem 0rem;
}
.hero-section.productPage .infoBox .col-6 strong {
  display: block;
  padding: 0.5rem 1rem;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  color: #575553;
  background-color: #d3e5df;
  background-image: url("https://www.transparenttextures.com/patterns/climpek.png");
}
@media (max-width: 767.98px) {
  .hero-section.productPage .infoBox .col-6 strong {
    border-radius: 1.5rem;
    width: 6rem;
    color: #436159;
    padding: 0.35rem 1rem 0.35rem 1rem;
  }
}

@media (min-width: 768px) {
  .productPage.body .col-left {
    width: 64%;
  }
}
@media (min-width: 768px) {
  .productPage.body .col-right {
    width: 34%;
  }
}
@media (max-width: 767.98px) {
  .productPage.body .description {
    margin-top: 4rem;
  }
}
.productPage.body .description h2 {
  font-size: 1.8rem;
}
@media (max-width: 767.98px) {
  .productPage.body .description h2 {
    font-size: 1.4rem;
  }
}
.productPage.body .description h3 {
  font-size: 1.65rem;
  margin-bottom: 1rem;
}
@media (max-width: 767.98px) {
  .productPage.body .description h3 {
    font-size: 1.4rem;
  }
}
.productPage.body .description h4 {
  font-size: 1.4rem;
}
.productPage.body .description h2, .productPage.body .description h3, .productPage.body .description h4 {
  max-width: 36rem;
}
.productPage.body .description strong {
  color: #7DADA0;
}
.productPage.body .info {
  background: #e6e1de;
  border-radius: 1.5rem;
}
@media (min-width: 768px) {
  .productPage.body .info {
    margin-top: 4rem;
  }
}
@media (min-width: 768px) {
  .productPage.body .info table {
    margin-bottom: 2rem;
  }
}
.productPage.body .info table tr td {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.productPage.body .info table tr td strong {
  display: inline-block;
  background: white;
  padding: 0.2rem 0.5rem 0.2rem 0.4rem;
  margin-right: 1rem;
  border-radius: 0.5rem;
}
.productPage.body .info table tr td.price small {
  font-size: 0.7rem;
  padding-left: 0.3rem;
}
.productPage.body .info .lecturerImg {
  margin-left: 0.5rem;
  margin-bottom: 0.5rem;
  height: 6rem;
  width: 6rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 4px solid white;
}

#booking {
  background: #e6e1de;
}
#booking .nav-pills {
  justify-content: center;
  padding-bottom: 2rem;
  margin-top: -5rem;
}
#booking .nav-pills .nav-link {
  font-size: 1.2rem;
  color: #4a796c;
  padding: 1rem;
  border-radius: 1rem;
  transition: ease all 0ms;
  position: relative;
  background: #faf8f7;
}
@media (min-width: 768px) {
  #booking .nav-pills .nav-link {
    padding: 1rem 2rem;
  }
}
#booking .nav-pills .nav-link.left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: 1.5px dotted #7DADA0;
  border-right: 0;
}
#booking .nav-pills .nav-link.right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: 1.5px dotted #7DADA0;
  border-left: 0;
}
#booking .nav-pills .nav-link.active,
#booking .nav-pills .nav-pills .show > .nav-link {
  background-color: #7DADA0;
  color: white;
}
#booking .nav-pills .nav-link.active:after,
#booking .nav-pills .nav-pills .show > .nav-link:after {
  content: "";
  background: url("/assets/images/balloon-arrow04.svg");
  background-size: 3rem;
  height: 1.3rem;
  width: 3rem;
  position: absolute;
  display: block;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  background-position: center center;
}
#booking .tab-content {
  min-height: 32rem;
}

.conf-message {
  background: rgba(255, 255, 255, 0.5098039216);
  padding: 2rem;
  border-radius: 1rem;
  max-width: 40rem;
  margin: 0px auto;
  box-shadow: 5px 5px 50px rgba(61, 75, 77, 0.2);
  margin-top: 1rem;
}

.discPrice {
  background: none !important;
  color: #447366;
  padding-right: 0 !important;
  margin-right: 0.25rem !important;
  padding-left: 0 !important;
}

.salespage.hero-section h2 {
  background-position-y: 50%;
}
@media (max-width: 767.98px) {
  .salespage.hero-section h2 big {
    font-size: 2rem;
  }
}
.salespage.hero-section h2 small {
  display: block;
  margin-top: 1rem;
  font-size: 1.5rem;
}
@media (max-width: 767.98px) {
  .salespage.hero-section h2 small {
    font-size: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .salespage.hero-section h2 {
    background-position-x: 85%;
  }
}
@media (min-width: 1024px) {
  .salespage.sp01.hero-section h2 {
    background-position-y: 53%;
  }
}
.salespage.sp01.hero-section h2 big {
  font-size: 2.65rem;
}
.salespage.sp02.hero-section h2 {
  background-position-y: 40%;
}
.salespage.sp02.hero-section h2 big {
  font-size: 2.15rem;
}
@media (max-width: 767.98px) {
  .salespage.sp02.hero-section h2 big {
    font-size: 1.6rem;
  }
}
.salespage.sp02.hero-section h2 small {
  display: block;
  margin-top: 1rem;
  font-size: 1.5rem;
}
@media (max-width: 767.98px) {
  .salespage.sp02.hero-section h2 small {
    font-size: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .salespage.sp02.hero-section h2 {
    background-position-x: 100%;
    background-size: 6.5rem;
    background-position-y: 36%;
  }
}
.salespage.sp03.hero-section h2 {
  background-position-y: 32%;
  background-size: 4.5rem;
  background-position-x: 98%;
}
@media (max-width: 767.98px) {
  .salespage.sp03.hero-section h2 big {
    font-size: 1.9rem;
  }
}
.salespage.sp03.hero-section h2 small {
  display: block;
  margin-top: 1rem;
  font-size: 1.5rem;
}
@media (max-width: 767.98px) {
  .salespage.sp03.hero-section h2 small {
    font-size: 1.25rem;
  }
}
@media (min-width: 1024px) {
  .salespage.sp03.hero-section h2 {
    background-size: 6rem;
    background-position-y: 40%;
    background-position-x: 100%;
  }
}
.salespage.icon-list img {
  height: 5rem;
  width: auto;
}
@media (max-width: 767.98px) {
  .salespage.icon-list img {
    height: 3.5rem;
  }
}
@media (max-width: 767.98px) {
  .salespage.icon-list p:not(.story) {
    font-size: 0.8rem;
  }
}
@media (max-width: 767.98px) {
  .salespage#listing-section03 h2 big {
    font-size: 2.5rem;
  }
}

#sp-section03 {
  background: url("/assets/images/praxen02.jpg");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  #sp-section03 {
    background-position: 100% 0%;
  }
}
@media (min-width: 1024px) {
  #sp-section03 {
    min-height: 44rem;
  }
}

#sp-section04 {
  background-image: url("/assets/images/sp-section04-bg.png");
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: 10% -5%;
  margin-top: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 767.98px) {
  #sp-section04 {
    background-image: url("/assets/images/home-section06-bg.png");
    background-size: 60%;
    background-position: top right;
    background-repeat: no-repeat;
    margin-top: 2rem;
    padding-bottom: 0;
  }
  #sp-section04 h2 {
    margin-top: 7rem;
    max-width: 11rem;
  }
  #sp-section04 h2 big {
    font-size: 2rem;
  }
  #sp-section04 h2 small {
    display: inline-block;
    width: 11rem;
    margin-top: 1rem;
  }
}

#sp-section04b {
  background-image: url("/assets/images/sp-section04b-bg.svg");
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: 10% 0%;
  margin-top: 4rem;
  padding-bottom: 6.5rem;
}
@media (max-width: 767.98px) {
  #sp-section04b {
    background-image: url("/assets/images/home-section06-bg.png");
    background-size: 60%;
    background-position: 100% 0%;
    background-repeat: no-repeat;
    margin-top: 4rem;
    padding-bottom: 0;
  }
  #sp-section04b h2 {
    margin-top: 7rem;
    max-width: 11rem;
  }
  #sp-section04b h2 big {
    font-size: 2rem;
  }
  #sp-section04b h2 small {
    display: inline-block;
    width: 11rem;
    margin-top: 1rem;
  }
}

#sp-section04c {
  background-image: url("/assets/images/sp-section04c-bg.svg");
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: 10% 0%;
  margin-top: 4rem;
  padding-bottom: 6.5rem;
}
@media (max-width: 767.98px) {
  #sp-section04c {
    background-image: url("/assets/images/sp-section04c-bg.svg");
    background-size: 60%;
    background-position: 90% 0%;
    background-repeat: no-repeat;
    margin-top: 4rem;
    padding-bottom: 0;
  }
  #sp-section04c h2 {
    margin-top: 8rem;
    max-width: 11rem;
  }
  #sp-section04c h2 big {
    font-size: 2rem;
  }
  #sp-section04c h2 small {
    display: inline-block;
    width: 11rem;
    margin-top: 1rem;
  }
}

#testimonialCarousel {
  display: flex;
  height: 36rem;
}

.blog-slider {
  width: 95%;
  position: relative;
  max-width: 800px;
  margin: auto;
  padding: 25px;
  border-radius: 25px;
  height: 400px;
  transition: all 1s;
}
.blog-slider .slide-bg {
  position: absolute;
  height: 82%;
  width: 60%;
  border: 7px solid #DAD1C7;
  background: #F5F3F1;
  left: 0;
  right: 2rem;
  margin-left: auto;
  border-radius: 1rem;
  box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
}
.blog-slider .slide-bg:before {
  content: "";
  background: url("/assets/images/balloon-arrow02.svg");
  background-size: 2rem;
  height: 3.2rem;
  width: 1.7rem;
  position: absolute;
  margin-left: -2rem;
  margin-top: 25%;
}
@media (max-width: 767.98px) {
  .blog-slider .slide-bg {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .blog-slider {
    min-height: 400px;
    height: auto;
    margin: 110px auto 0px auto;
  }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .blog-slider {
    max-width: 680px;
    height: 400px;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider {
    height: 350px;
  }
}
.blog-slider__item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .blog-slider__item {
    flex-direction: column;
  }
}
.blog-slider__item.swiper-slide-active .blog-slider__img img {
  opacity: 0.8;
  transition: 1s ease-in;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > * {
  opacity: 1;
  transform: none;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(1) {
  transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(2) {
  transition-delay: 0.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(3) {
  transition-delay: 0.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(4) {
  transition-delay: 0.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(5) {
  transition-delay: 0.7s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(6) {
  transition-delay: 0.8s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(7) {
  transition-delay: 0.9s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(8) {
  transition-delay: 1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(9) {
  transition-delay: 1.1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(10) {
  transition-delay: 1.2s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(11) {
  transition-delay: 1.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(12) {
  transition-delay: 1.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(13) {
  transition-delay: 1.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(14) {
  transition-delay: 1.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(15) {
  transition-delay: 1.7s;
}
.blog-slider__img {
  width: 40%;
  float: left;
  flex-shrink: 0;
  height: 200px;
  background: #EDF2F4;
  border-radius: 1rem;
  transform: translate(-80px, -40px);
  overflow: hidden;
}
@media (min-width: 768px) {
  .blog-slider__img {
    height: 400px;
  }
}
.blog-slider__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  opacity: 0;
  border-radius: 1rem;
  transition: 2s ease-out;
}
@media screen and (max-width: 576px) {
  .blog-slider__img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .blog-slider__img {
    transform: translateY(-50%);
    width: 100%;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider__img {
    height: 400px;
  }
}
.blog-slider__content {
  width: 60%;
  float: left;
  padding: 2rem 2.5rem 2rem 0rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .blog-slider__content {
    margin-top: -60px;
    text-align: center;
    padding: 0 30px;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .blog-slider__content {
    padding: 0;
  }
}
.blog-slider__content > * {
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.4s;
}
.blog-slider__name {
  color: #BBA186;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
}
.blog-slider__icon {
  height: 3rem;
  width: auto;
  margin-top: 2rem;
  margin-bottom: -1rem;
  position: absolute;
  margin-top: -4rem;
  left: 1rem;
}
@media (min-width: 768px) {
  .blog-slider__icon {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    left: unset;
  }
}
.blog-slider__text {
  color: #4e4a67;
  margin: 20px 0px 20px 0px;
  line-height: 1.5em;
}
.blog-slider__text p {
  font-size: 0.9rem;
}
@media (max-width: 767.98px) {
  .blog-slider__text p {
    font-size: 0.8rem !important;
  }
}
.blog-slider__button {
  display: inline-flex;
  background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
  padding: 15px 35px;
  border-radius: 50px;
  color: #fff;
  box-shadow: 0px 14px 80px rgba(252, 56, 56, 0.4);
  text-decoration: none;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
}
@media screen and (max-width: 576px) {
  .blog-slider__button {
    width: 100%;
  }
}
.blog-slider .swiper-container-horizontal > .swiper-pagination-bullets, .blog-slider .swiper-pagination-custom, .blog-slider .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.blog-slider .swiper-horizontal > .swiper-pagination-bullets,
.blog-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
  top: 31%;
}
@media (min-width: 768px) {
  .blog-slider .swiper-horizontal > .swiper-pagination-bullets,
  .blog-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
    top: 50%;
  }
}
.blog-slider__pagination {
  position: absolute;
  z-index: 21;
  right: 0;
  width: 11px !important;
  text-align: center;
  left: auto !important;
  top: 50%;
  bottom: auto !important;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination {
    transform: translateX(-50%);
    left: 50% !important;
    top: 205px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0;
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
}
.blog-slider__pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 10px;
  background: #5a7d85;
  opacity: 0.2;
  transition: all 0.3s;
}
.blog-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #A2C7BD;
  height: 30px;
  box-shadow: 0px 0px 20px rgba(162, 199, 189, 0.2745098039);
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination .swiper-pagination-bullet-active {
    height: 11px;
    width: 30px;
  }
}
.blog-slider .swiper-button-prev {
  top: 0;
  bottom: 1rem;
  margin-top: auto;
  left: 58%;
  width: 4rem;
  height: 4rem;
  background: white;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}
.blog-slider .swiper-button-prev:after {
  background: url("/assets/images/slider-arrow-icon-left.svg");
  content: "";
  background-size: 3rem;
  background-position: center center;
  background-repeat: no-repeat;
  width: 3rem;
  height: 3rem;
}
.blog-slider .swiper-button-next {
  top: 0;
  bottom: 1rem;
  margin-top: auto;
  right: 26%;
  width: 4rem;
  height: 4rem;
  background: white;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}
.blog-slider .swiper-button-next:after {
  background: url("/assets/images/slider-arrow-icon-right.svg");
  content: "";
  background-size: 3rem;
  background-position: center center;
  background-repeat: no-repeat;
  width: 3rem;
  height: 3rem;
}
@media (max-width: 767.98px) {
  .blog-slider .swiper-button-prev,
  .blog-slider .swiper-button-next {
    display: none;
  }
}

.contact-form .form-control, .contact-form select, .booking-form .form-control, .booking-form select {
  border: 0;
  border-radius: 1rem;
}
.contact-form select, .booking-form select {
  min-width: 5.7rem;
}
.contact-form .input-group .input-group-text, .booking-form .input-group .input-group-text {
  border: 0;
  border-radius: 1rem;
  width: 3.7rem;
  text-align: center;
  background: #fbf6f1;
}
.contact-form .input-group .input-group-text img, .booking-form .input-group .input-group-text img {
  height: 1.5rem;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.contact-form .input-group .input-group-text img.size2, .booking-form .input-group .input-group-text img.size2 {
  height: 1.8rem;
}
.contact-form .form-check-input, .booking-form .form-check-input {
  height: 1.35rem;
  width: 1.35rem;
  line-height: 1.35rem;
  border: 0;
  border-radius: 0.35rem !important;
}
.contact-form .form-check-input:checked, .booking-form .form-check-input:checked {
  background-color: #586b6e;
  border-color: #586b6e;
}

.booking-form .form-check-label a {
  color: #5f9e93;
  text-decoration-style: dotted;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
}
.booking-form .form-check-input {
  margin-top: 0;
}
.booking-form .form-check-label {
  margin-left: 0.5rem;
}
.booking-form.reservation {
  max-width: 900px;
}

.hnypt-field {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

#jobsForms {
  background: #e6e1de;
}
#jobsForms .nav-pills {
  justify-content: center;
  padding-bottom: 2rem;
  margin-top: -5rem;
}
#jobsForms .nav-pills .nav-link {
  font-size: 1.2rem;
  color: #4a796c;
  padding: 1rem;
  border-radius: 1rem;
  transition: ease all 0ms;
  position: relative;
  background: #faf8f7;
}
@media (min-width: 768px) {
  #jobsForms .nav-pills .nav-link {
    padding: 1rem 2rem;
  }
}
#jobsForms .nav-pills .nav-link.left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: 1.5px dotted #7DADA0;
  border-right: 0;
}
#jobsForms .nav-pills .nav-link.right {
  /*border-top-left-radius: 0;
  border-bottom-left-radius: 0;*/
  border: 1.5px dotted #7DADA0;
  border-left: 0;
}
#jobsForms .nav-pills .nav-link.active,
#jobsForms .nav-pills .nav-pills .show > .nav-link {
  background-color: #7DADA0;
  color: white;
}
#jobsForms .nav-pills .nav-link.active:after,
#jobsForms .nav-pills .nav-pills .show > .nav-link:after {
  content: "";
  background: url("/assets/images/balloon-arrow04.svg");
  background-size: 3rem;
  height: 1.3rem;
  width: 3rem;
  position: absolute;
  display: block;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  background-position: center center;
}
#jobsForms .tab-content {
  min-height: 32rem;
}

footer {
  background: url("/assets/images/footer-bg2.svg");
  background-size: cover;
  background-position: center center;
}
footer .footer-logo {
  height: 3.5rem;
  width: auto;
}
@media (min-width: 768px) {
  footer .footer-logo {
    height: 4.5rem;
  }
}
footer p {
  margin-bottom: 0.7rem;
  color: white;
  font-weight: 300;
  line-height: 1.4;
}
footer p a {
  color: white;
  text-decoration: none;
  font-size: 0.9rem;
}
@media (min-width: 768px) {
  footer p a {
    font-size: 1rem;
  }
}
footer h4 {
  color: #FFEEDD;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  letter-spacing: 1px;
}
footer .contact-col img {
  height: 1.3rem;
  width: auto;
  margin-right: 0.5rem;
}
footer .social-media-icons {
  text-align: center;
}
footer .social-media-icons a {
  margin-left: 0.5rem;
}
footer .social-media-icons a img {
  height: 1.8rem;
  width: auto;
}

.newsletter-widget {
  background: #E6DDD4;
  padding-top: 3.5rem;
  padding-bottom: 2.75rem;
}
.newsletter-widget ._form-title {
  color: #504a44;
  font-family: "Noto Sans Display";
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 2.75rem;
  text-align: center;
  line-height: 3.25rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .newsletter-widget ._form-title {
    margin-bottom: 1rem;
    font-size: 3rem;
    line-height: 3.5rem;
  }
}
.newsletter-widget .form-floating .form-control {
  background: transparent;
  border: none;
  border-bottom: 1.5px solid rgba(47, 44, 38, 0.7019607843);
  border-radius: 0;
  padding: 1rem 0.5rem 0rem 0.5rem;
}
.newsletter-widget .form-floating > label {
  padding: 1rem 0.5rem 0rem 0.5rem;
  opacity: 0.8;
}
.newsletter-widget .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label::after {
  top: 0;
  background-color: transparent !important;
}
.newsletter-widget .form-floating > .form-control-plaintext ~ label::after,
.newsletter-widget .form-floating > .form-control:focus ~ label::after,
.newsletter-widget .form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.newsletter-widget .form-floating > .form-select ~ label::after {
  top: 0;
  background-color: transparent !important;
}
.newsletter-widget .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  transform: scale(0.85) translateY(-0.95rem) translateX(0rem);
}
.newsletter-widget .form-floating > .form-control-plaintext ~ label,
.newsletter-widget .form-floating > .form-control:focus ~ label,
.newsletter-widget .form-floating > .form-control:not(:placeholder-shown) ~ label,
.newsletter-widget .form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-0.95rem) translateX(0rem);
}
.newsletter-widget .btn.btn-tertiary {
  border-radius: 1.5rem;
  padding: 0.75rem 2rem;
}
.newsletter-widget.alt {
  background: none;
  padding-top: 0;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(193, 217, 212, 0);
  }
  40% {
    box-shadow: 0 0 0 0px rgba(193, 217, 212, 0);
  }
  70% {
    box-shadow: 0 0 0 25px rgba(193, 217, 212, 0.768627451);
  }
  100% {
    box-shadow: 0 0 20px 10px rgba(98, 113, 110, 0.1294117647);
  }
}
.modal {
  /* Display modal at the center of page */
  position: fixed;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  z-index: 1;
  border: 1px solid rgb(203, 213, 225);
  border-radius: 0.5rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 9999;
}
.modal .btn-close {
  height: 1.5em;
  width: 1.5em;
  background-size: 1.5em !important;
}

.modal--hidden {
  display: none;
}

.modal--visible {
  display: block;
}

._form._form_1._inline-form._dark {
  border: none !important;
  padding-top: 0 !important;
}
._form._form_1._inline-form._dark ._form-title {
  font-family: "museo", serif !important;
  font-size: 2rem !important;
  text-align: center;
  color: #8db4a9 !important;
}
._form._form_1._inline-form._dark ._form_element input[type=text] {
  border: 1px dashed #666 !important;
  padding: 0.75rem 0.75rem !important;
  border-radius: 0.75rem !important;
}
._form._form_1._inline-form._dark ._button-wrapper._full_width {
  text-align: center;
  margin-top: 1.5rem;
}
._form._form_1._inline-form._dark ._button-wrapper._full_width ._inline-form ._submit {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

/*** Cookie Consent ***/
.freeprivacypolicy-com---palette-light.freeprivacypolicy-com---nb {
  background-color: #eff7f8 !important;
  border-top-left-radius: 1.5rem !important;
  box-shadow: -3px -3px 20px rgba(97, 116, 117, 0.2588235294) !important;
  color: #2F2C26 !important;
}

.freeprivacypolicy-com---palette-light .cc-nb-okagree {
  background-color: #8db8ac !important;
  border-radius: 1rem !important;
}

.freeprivacypolicy-com---palette-light .cc-nb-reject {
  color: #5e4f41 !important;
  background-color: #d6bea7 !important;
  border-radius: 1rem !important;
  font-weight: 500 !important;
}

.freeprivacypolicy-com---palette-light .cc-nb-changep {
  background-color: #82807e !important;
  color: #ffffff !important;
  border-radius: 1rem !important;
}/*# sourceMappingURL=style.css.map */