:root{
  --main-color: #931D2D;
  --yellow-color: #F5B63D;
  --swiper-theme-color: #fff;
}

html,
body {
  background-color: #ffffff;
  font-family: 'Montserrat', sans-serif;
}

p {
  font-family: 'Montserrat', sans-serif;
  color: var(--main-color);
  line-height: 1.2;
  letter-spacing: 0px;
}
h2, h3 {
  color: var(--main-color);
  text-align: center;
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 28px;
}
a, a:hover {
  color: inherit;
  text-decoration: none;
}

.text-yellow {
  color: var(--yellow-color); !important;
}

img,
svg {
  vertical-align: middle;
}

section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.swiper-slide-container {
  position: relative;
}
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  height: 11px;
  width: 11px;
  margin: 0 5px;
}
.swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background-color: var(--swiper-theme-color);
  opacity: 0.5;
}
.swiper-button-next,
.swiper-button-prev {
  height: 30px !important;
  width: 15px !important;
}
.swiper-horizontal .swiper-button-next {
  right: 30px;
}
.swiper-horizontal .swiper-button-prev {
  left: 30px;
}

header {
  background-color: var(--main-color);
  padding-top: 25px;
  padding-bottom: 25px;
}
header {
  .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .logo {
    max-height: 50px;
  }
  .btn, .btn:hover, .btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: var(--main-color);
    border-color: var(--main-color);
  }
  .dropdown-menu {
    --bs-dropdown-bg: var(--main-color);
    --bs-dropdown-link-active-color: var(--main-color);
    --bs-dropdown-link-active-bg: var(--main-color);
    --bs-dropdown-link-color: #fff;
    border: 0;
  }
  .dropdown-item, .dropdown-item:focus, .dropdown-item:hover {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: var(--main-color);
  }
  .dropdown-toggle::after {
    vertical-align: baseline;
    border-top: 14px solid;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
  }
}

footer {
  color: #fff;
  background-color: var(--main-color);
  padding-top: 50px;
  padding-bottom: 50px;
}
footer {
  .footer-logo {
    text-align: center;
    margin-bottom: 65px;
  }
  .footer-logo img {
    max-height: 50px;
  }
  .footer-menu {
    margin-bottom: 75px;
  }
  h3 {
    text-align: left;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
  }
  ul {
    list-style: none;
    padding-left: 0;
  }
  ul li {
    margin-bottom: 10px;
  }
  ul li a {
    font-size: 18px;
  }
  .footer-socials {
    text-align: center;
    margin-bottom: 75px;
  }
  .footer-socials a {
    display: inline-block;
  }
  .footer-socials a:not(:last-child) {
    margin-right: 12px;
  }
  .footer-copyright p {
    text-align: center;
    font-size: 14px;
    color: #F6F7F6;
  }
}

#banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  background-blend-mode: multiply;
  padding-top: 50px;
}
#hotel #banner {
  background: url('../img/montserrat-banner.webp') rgba(0, 0, 0, 0.2);
}
#alberg #banner {
  background: url('../img/alberg/alberg-abat-oliba-banner.webp') rgba(0, 0, 0, 0.2);
}
#celes #banner {
  background: url('../img/celes/celes-abat-marcet-banner.webp') rgba(0, 0, 0, 0.2);
}
#banner h1 {
  text-align: center;
  font-size: 36px;
  font-weight: 800;
  color: #FFFFFF;
  text-shadow: 5px 5px 10px #00000080;
}

#reserves-intro {
  position: relative;
  z-index: 10;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: -100px;
}
#reserves-intro .reserves-outer {
  text-align: center;
  background: var(--yellow-color);
  border-radius: 30px;
  padding-top: 15px;
}
.reserves-wrapper {
  text-align: center;
  background: var(--main-color);
  border-radius: 30px;
  padding: 35px 20px 40px;
}
.reserves-outer h2 {
  font-weight: 600;
  margin-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
}
.reserves-wrapper h3 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 25px;
}
.reserves-wrapper p {
  font-size: 20px;
  font-weight: 600;
  color: var(--yellow-color);
  text-transform: uppercase;
  margin-bottom: 30px;
}
.booking-container {
  max-width: 660px;
  margin: auto;
}
.booking-container label {
  display: block;
  font-size: 18px;
  color: #fff;
  text-align: left;
}
.booking-container input {
  max-width: 220px;
  font-family: monospace;
  font-size: 16px;
  line-height: 1;
  color: var(--main-color);
  padding: 12px;
  border-radius: 10px;
}
.booking-container .col-submit {
  margin-top: auto;
}
.booking-container button {
  width: 100%;
  color: #fff;
  background-color: var(--yellow-color);
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 12px 24px;
  border: none;
  border-radius: 10px;
}

#intro {
}
#intro h2 {
  text-align: left;
  font-size: 30px;
  /*font-weight: 800;
  margin-bottom: 28px;*/
}
#intro h2 span {
  font-size: 22px;
  font-weight: 700;
}
#intro p {
  font-size: 20px;
  margin-bottom: 28px;
}
#intro .swiper.slide-intro {
  border-radius: 40px;
}

#testimonis {
  text-align: center;
  background-color: #F5E8E9;
}
#testimonis .swiper.slide-testimonis {
  border-radius: 30px;
}
#testimonis .swiper-button-next {
  color: var(--main-color);
  right: 10px;
}
#testimonis .swiper-button-prev {
  color: var(--main-color);
  left: 10px;
}
#testimonis .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: auto;
  background-color: #fff;
  border-radius: 30px;
  padding: 25px 35px;
}
#testimonis .testimoni-name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}
#testimonis .testimoni-text {
  font-size: 18px;
  font-style: italic;
  margin-bottom: 0;
}

#caracteristiques h2 {
  max-width: 1200px;
  margin: 0 auto 70px;
}
#alberg #caracteristiques h2 {
  max-width: 800px;
}
#caracteristiques h3 {
  max-width: 850px;
  margin: 60px auto 0;
}
#caracteristiques .col-md-4 {
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 16px;
}
#caracteristiques .caracteristica-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  border: 1px solid #931D2D;
  border-radius: 50px;
/*  padding: 71px 61px 61px;*/
  padding: 35px 30px 15px;
}
/*#caracteristiques .caracteristica-item.caracteristica-item-long {
  padding: 71px 61px 31px;
}*/
#caracteristiques .caracteristica-item img {
  max-height: 60px;
  margin-bottom: 20px;
}
#caracteristiques .caracteristica-item p {
  text-align: center;
  font-size: 20px;
  margin-bottom: 0;
}
#caracteristiques .caracteristica-item a {
  text-decoration: underline;
}

#allotjament {
  text-align: center;
  background-color: #F5E8E9;
}
#allotjament .allotjament-name {
  /*position: absolute;
  left: 50%;
  bottom: -10px;*/
  position: relative;
  z-index: 5;
  display: inline-block;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  background-color: var(--yellow-color);
  border-radius: 10px;
  padding: 10px 15px;
  margin-top: -34px;
  margin-bottom: 0;
}

#contacte h2 {
  margin-bottom: 30px;
}
#contacte .contacte-info {
  text-align: center;
  font-size: 22px;
  margin-bottom: 0px;
}
#contacte .contacte-destacat-wrapper {
  padding: 30px;
  border: 1px solid #931D2D;
  border-radius: 50px;
  margin-bottom: 0;
}
#contacte .contacte-destacat {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
#contacte .contacte-web {
  font-weight: 700;
  word-break: break-word;
}

#reserves-footer {
  padding-top: 0;
}

@media (max-width: 991px) {
  .booking-container .row > div:not(.col-submit) {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .item-desktop {
    display: none;
  }
  #intro .col-l,
  #allotjament .col-l {
    margin-bottom: 30px;
  }
  .logo-social {
    max-width: 30px;
  }
  .col-footer:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
}
@media (max-width: 375px) {
}
@media (min-width: 576px) {
  #banner h1 {
    font-size: 54px;
  }
}
@media (min-width: 768px) {
  #caracteristiques .caracteristica-item img {
    min-height: 105px;
    max-height: none;
    object-fit: none;
    margin-bottom: 36px;
  }
  #caracteristiques .caracteristica-item p {
    min-height: 90px;
  }
}
@media (min-width: 992px) {
  .item-mobile {
    display: none;
  }
  section {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  h2, h3,
  #allotjament .allotjament-name,
  #contacte .contacte-info,
  #contacte .contacte-destacat {
    font-size: 40px;
  }
  header {
    .logo {
      max-height: 150px;
    }
    .btn, .btn:hover, .btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
      font-size: 28px;
    }
    .dropdown-item, .dropdown-item:focus, .dropdown-item:hover {
      font-size: 24px;
    }
  }
  footer {
    .footer-logo img {
      max-height: 109px;
    }
    h3,
    ul li a {
      font-size: 26px;
    }
    .footer-copyright p {
      font-size: 20px;
    }
  }
  #banner h1 {
    font-size: 70px;
  }
  #reserves-intro {
    margin-top: -200px;
  }
  #reserves-intro .reserves-outer {
    border-radius: 50px;
  }
  .reserves-wrapper {
    border-radius: 50px;
    padding: 75px 20px 100px;
  }
  .reserves-wrapper h3 {
    font-size: 39px;
    margin-bottom: 45px;
  }
  .reserves-wrapper p {
    font-size: 27px;
    margin-bottom: 60px;
  }
  .booking-container .row:not(:last-child) {
    margin-bottom: 40px;
  }
  .booking-container label {
    font-size: 26px;
  }
  .booking-container input {
    font-size: 20px;
    padding: 16px;
  }
  .booking-container .col-submit {
    margin-top: auto;
  }
  .booking-container button {
    font-size: 26px;
    padding: 16px 32px;
  }
  #intro .col-l {
    padding-right: 43px;
  }
  #intro .col-r {
    padding-left: 43px;
  }
  #intro h2 {
    font-size: 50px;
  }
  #intro h2 span {
    font-size: 32px;
  }
  #intro p {
    font-size: 28px;
  }
  #testimonis .testimoni-name,
  #testimonis .testimoni-text,
  #caracteristiques .caracteristica-item p {
    font-size: 30px;
  }
  #testimonis .swiper.slide-testimonis {
    border-radius: 50px;
  }
  #testimonis .swiper-slide {
    border-radius: 50px;
    padding: 54px 61px;
  }
  #caracteristiques .caracteristica-item {
    padding: 71px 50px 30px;
  }
  #celes #caracteristiques .caracteristica-item {
    padding: 71px 42px 30px;
  }
  #celes #caracteristiques .caracteristica-item p:not(.text-long) {
    max-width: 392px;
  }
  #allotjament {
    padding-bottom: 104px;
  }
  #contacte h2 {
    margin-bottom: 62px;
  }
  #contacte .contacte-destacat-wrapper {
    padding: 65px;
  }
}
@media (min-width: 1200px) {
  #banner h1 {
    font-size: 100px;
  }
}
@media (min-width: 1400px) {
  .container,
  .container.container-large {
    max-width: 1400px;
  }
  #reserves-intro {
    margin-top: -296px;
  }
}
@media (min-width: 1650px) {
  footer .container {
    max-width: 1440px;
  }
  .container.container-large {
    max-width: 1640px;
  }
}
@media (min-width: 1800px) {
  #banner {
    min-height: 1080px;
  }
  #testimonis .swiper-button-next {
    right: -75px;
  }
  #testimonis .swiper-button-prev {
    left: -75px;
  }
  #caracteristiques .caracteristica-item {
    padding: 71px 61px 30px;
  }
  #celes #caracteristiques .caracteristica-item {
    padding: 71px 48px 30px;
  }
}