/* Added fallbacks to help with CLS, feel free to remove if it doesn't help on your project */
/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
/* Added fallbacks to help with CLS, feel free to remove if it doesn't help on your project */
/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
#hero {
  position: relative;
  min-height: 504px;
  display: flex;
  align-items: center;
}
#hero h1 {
  margin-bottom: 24px;
}
#hero h1, #hero h2, #hero h3, #hero h4, #hero h5, #hero h6, #hero p {
  color: #FFFFFF;
}
#hero h1, #hero h2, #hero h3, #hero h4, #hero h5, #hero h6 {
  font-weight: 600;
}
#hero .hero-desktop {
  max-width: 100% !important;
  width: 100% !important;
  height: 100% !important;
}
#hero .hero-desktop img {
  min-height: 705px;
  height: 100% !important;
  object-fit: cover;
}
#hero .hero-mobile {
  max-width: 100% !important;
  width: 100% !important;
  height: 100% !important;
}
#hero .hero-mobile img {
  min-height: 504px;
  height: 100% !important;
  object-fit: cover;
}
#hero .container-content {
  position: relative;
  padding-top: 40px;
}
#hero .main-paragraph {
  font-weight: 600;
  max-width: 1064px;
  font-size: clamp(1.125rem, 18px + (24 - 18) * (100vw - 320px) / 1600, 1.5rem) !important;
  line-height: clamp(2rem, 32px + (40 - 32) * (100vw - 320px) / 1600, 2.5rem) !important;
}
@media screen and (min-width: 1025px) {
  #hero {
    display: block;
  }
  #hero,
  #hero .hero-desktop {
    min-height: 705px;
  }
  #hero .hero-mobile {
    min-height: 504px;
  }
  #hero .container-content {
    padding-top: 380px;
  }
}

/*Breadcrumb*/
#breadcrumb {
  background: #FFC60A;
}
#breadcrumb a {
  color: #2F2F2F !important;
}
#breadcrumb .icon-home {
  color: #1A1A1A;
}
#breadcrumb .separator {
  padding-left: 5px;
  padding-right: 5px;
}
#breadcrumb p {
  font: normal normal 600 16px/40px "Roobert", "sans-serif";
}
@media screen and (min-width: 1025px) {
  #breadcrumb {
    height: 56px;
    display: flex;
    align-items: center;
  }
}

/*Expect*/
#expect {
  padding-top: 4em;
  padding-bottom: 4em;
}
#expect h2 {
  font-weight: 600;
}
#expect p.title {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: clamp(1.125rem, 18px + (30 - 18) * (100vw - 320px) / 1600, 1.875rem) !important;
  line-height: clamp(2rem, 32px + (40 - 32) * (100vw - 320px) / 1600, 2.5rem) !important;
}
#expect .card {
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5em;
}
#expect .row > div:last-of-type .card {
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  #expect {
    padding-top: 8em;
    padding-bottom: 5em;
  }
  #expect .card {
    margin-bottom: 0;
  }
  #expect .container-card-content {
    padding-right: 30px;
  }
  #expect p.title {
    margin-bottom: 20px;
  }
}

/*Book*/
#book {
  background: #F8F8F8;
  padding-top: 4em;
  padding-bottom: 4em;
}
#book h2 {
  font-weight: 600;
}
#book iframe {
  margin-top: 30px;
}
@media screen and (min-width: 1025px) {
  #book iframe {
    margin-top: -10px;
  }
  #book {
    padding-top: 7em;
    padding-bottom: 3em;
  }
}

/*Space*/
#space picture {
  max-width: 100% !important;
  width: 100% !important;
}
#space picture img {
  width: 100% !important;
  object-fit: cover;
}
#space h2 {
  font-weight: 600;
}
#space .content-top p {
  margin-top: 2em;
}
#space .carousel-item {
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  height: 100%;
}
#space .card-content {
  background: #FFFFFF;
  padding: 25px;
  display: flex;
  flex-direction: column;
}
#space .card-content p.h4 {
  margin-bottom: 0;
}
#space .link-book-now,
#space .link-details {
  border-top: 1px solid #C1C1C1;
  background: #FFFFFF;
  width: 100%;
  display: flex;
  padding: 20px 25px;
  color: #1A1A1A !important;
}
#space .link-book-now:hover,
#space .link-details:hover {
  background: #FFC60A;
}
#space .link-book-now {
  border-radius: 0px 0px 16px 16px;
}
#space .owl-carousel .owl-item {
  display: flex;
}
#space .owl-carousel .owl-item .carousel-item {
  width: 100%;
}
#space .owl-dots {
  padding-top: 4em;
}
#space .owl-dot.active span {
  width: 50px;
  background: #FFC60A;
  height: 13px;
}
#space .owl-dot span {
  width: 50px;
  height: 13px;
}
#space .carousel-item {
  border: 1px solid #C1C1C1;
  border-radius: 16px;
}
@media screen and (min-width: 1025px) {
  #space .owl-dot.active span {
    width: 167px;
    background: #FFC60A;
    height: 13px;
  }
  #space .owl-dot span {
    width: 167px;
    height: 13px;
  }
}

/*Get*/
#get {
  background: #FFC60A;
  padding-top: 4em;
  padding-bottom: 4em;
}
#get h1, #get h2, #get h3, #get h4, #get h5, #get h6 {
  font-weight: 600;
}
#get .common-button {
  width: fit-content;
}
#get .common-button:hover {
  background: #2F2F2F;
  color: #FFFFFF;
}
#get .main-paragraph {
  max-width: 945px;
}
#get .container-buttons {
  gap: 20px;
}
@media screen and (min-width: 1025px) {
  #get {
    padding-top: 5em;
    padding-bottom: 5em;
  }
  #get .main-paragraph {
    font-weight: 600;
  }
  #get .common-button {
    width: 100%;
  }
}