@font-face {
    font-family: 'new-yorker-type-regular';
    src: url('../fonts/new-yorker-type-regular.woff2') format('woff2'),
      url('../fonts/new-yorker-type-regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'the-sans-regular';
    src: url('../fonts/the-sans-regular.woff2') format('woff2'),
      url('../fonts/the-sans-regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'the-sans-bold';
    src: url('../fonts/the-sans-bold.woff2') format('woff2'),
      url('../fonts/the-sans-bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body {
    color: #707173;
    font-family: 'the-sans-regular';
}

a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: all 0.2s linear;
       -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
         -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
}

p a {
    color: #e8d7bd;
    font-family: 'the-sans-bold';
    font-weight: normal;
}

p a:hover {
    color: #000;
}

strong {
    font-family: 'the-sans-bold';
    font-weight: normal;
}

.bg-light {
    background-color: #f6efe3 !important;
}

.bg-light-subtle {
    background-color: #e8d7bd !important;
}

.break-word {
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

.border-primary {
    border-color: #e8d7bd !important;
}

.btn-close:focus:not(:focus-visible) {
    box-shadow: none;
    outline: none;
}

.btn-close:hover {
    color: #d4af79 !important;
}

.btn-link {
    color: #000;
    font-family: 'the-sans-bold';
    font-weight: normal;
    text-decoration: none;
}

.btn-link:hover {
    color: #d4af79 !important;
}

.chevron-hover .chevron-icon {
    font-size: calc(2.5rem + 1.5vw) !important;
    display: inline-block;
    line-height: 0.25rem;
    transition: transform 0.3s ease-out;
}

.chevron-hover:hover .chevron-icon {
    transform: translateY(5px);
}

.form-control {
    border-radius: 0;
}

.lead-lg {
    color: #000;
    font: 2.25rem 'the-sans-regular';
    text-transform: uppercase;
}

.link-dark {
    color: #000;
    text-transform: uppercase;
}

.link-dark:hover {
    color: #a97c34 !important;
}

.newsletter-toggle {
    font-family: 'the-sans-bold';
    text-transform: uppercase;
}
  
.newsletter-clause {
    text-align: center;
}

.social-icons a {
    font-size: 1.5rem;
    color: black;
    transition: color 0.3s ease-in-out;
}

.social-icons a:hover {
    color: #1877F2;
}

.social-icons a.bi-instagram:hover {
    color: #E4405F;
}

.thick-icon svg {
    stroke-width: 2px;
}

.text-primary {
    color: #e8d7bd !important;
}

/* Navbar */
.navbar {
    background-color: #fff;
}

.navbar-nav .nav-link {
    color: #000;
    font-family: 'the-sans-bold';
    text-transform: uppercase;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #d4af79 !important;
}

/* Headings */
.page-heading {
    border-top: 1px solid #707173;
    border-bottom: 1px solid #707173;
    color: #000;
    font: 2rem/2.5rem 'new-yorker-type-regular';
    margin: 0 0 30px 0;
    padding: 20px 10px 15px 10px;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .page-heading {
        font: 50px 'new-yorker-type-regular';
    }

    .page-heading:before {
        content: '\00B7';
        font-size: 75px;
        line-height: 42px;
        padding-right: 10px;
    }

    .page-heading:after {
        content: '\00B7';
        font-size: 75px;
        line-height: 42px;
        padding-left: 10px;
    }
}

.midpage-heading,
.midpage-subheading {
    color: #000;
    font: 1.5rem/2rem 'new-yorker-type-regular';
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .midpage-heading,
    .midpage-subheading {
        font-size: 2.5rem;
        line-height: 3rem;
    }
}

.subpage-heading {
    color: #000;
    font: 24px 'new-yorker-type-regular';
    margin-bottom: 0;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .subpage-heading {
        font-size: 30px;
        line-height: 30px;
    }
}

.section-heading {
    color: #000;
    position: relative;
    display: inline-block;
    font: 1.5rem 'new-yorker-type-regular';
    text-transform: uppercase;
    padding: 0 1rem;
    background: #fff;
    margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
    .section-heading::before,
    .section-heading::after {
        content: "";
        position: absolute;
        top: 50%;
        width: 100px;
        height: 1px;
        background-color: #000;
    }

    .section-heading::before {
        left: 100%;
    }

    .section-heading::after {
        right: 100%;
    }
}

.item-heading,
.item-subheading {
    font: 1.125rem/1rem 'the-sans-bold';
    text-transform: uppercase;
}

/* Footer */
footer,
.legal {
    font-size: .75rem;
    text-transform: uppercase;
}

.legal a:hover {
    color: #000;
}

/* Contact */
#map {
    height: 300px;
}

@media (min-width: 768px) {
    #map {
        height: 500px;
    }
}

/* Clickable Cards */
.clickable-card {
    position: relative;
    overflow: hidden;
    display: block;
    height: 100%;
    text-align: center;
}

.clickable-card .image-wrapper {
    width: 100%;
    height: auto;
    padding-top: 100%;
    overflow: hidden;
    position: relative;
}

.clickable-card img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease-in-out, filter 0.4s ease-in-out;
}

.clickable-card:hover img {
    transform: scale(1.05);
    filter: brightness(50%);
}

.clickable-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.clickable-card h3 {
    color: #e8d7bd;
    font: 18px 'the-sans-bold';
    margin-top: 0;
    text-transform: uppercase;
}

.clickable-card h4 {
    color: #000;
    font-family: 'the-sans-bold';
    font-weight: normal;
    text-transform: uppercase;
    transition: color 0.2s ease-in-out;
}

.clickable-card:hover h2,
.clickable-card:hover h4 {
    color: #d4af79;
}

.clickable-card p {
    transition: color 0.2s ease-in-out;
}

.clickable-card:hover p {
    color: #000;
}

/* Modal */
.modal-dialog {
    margin-top: 100px;
  }
  
  @media (min-width: 992px) {
    .modal-dialog {
      margin-top: 130px;
    }
  }
  
  .modal-content {
    background: #f7f4ee;
    border: none;
    border-radius: 0;
  }
  
  .modal-header {
    padding: 30px;
    border-bottom: none;
  }
  
  @media (min-width: 992px) {
    .modal-header {
      padding: 50px 150px;
    }
  }
  
.modal-header .close {
    margin-top: -5px;
}
  
.modal-close {
    opacity: 1;
    position: absolute;
    top: 30px;
    right: 30px;
}
  
@media (min-width: 992px) {
    .modal-close {
      top: 50px;
      right: 50px;
    }
}
  
.modal-title {
    padding: 0 60px;
    text-align: center;
    text-transform: uppercase;
}
  
.modal-body {
    padding: 0 30px;
}
  
@media (min-width: 992px) {
    .modal-body {
      padding: 0 150px;
    }
}
  
.modal-footer {
    display: block;
    padding: 25px 30px 30px 30px;
    text-align: center;
    border-top: none;
}
  
@media (min-width: 992px) {
    .modal-footer {
      padding: 25px 150px 50px 150px;
    }
}
  
.modal-control {
    background: #f7f4ee;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #707173;
    border-left: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}
  
.modal-control:focus {
    background: #f7f4ee;
    border-color: #000;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.modal-btn {
    border-radius: 0;
    padding: 10px 50px;
    text-transform: uppercase;
}

/* Royalslider */
.royalSlider {
    background-color: #f6efe3;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding-bottom: 4px;
}

/* Swiper */
.swiper-pagination {
    bottom: 20px !important;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #fff;
    opacity: 1;
    margin: 0 5px !important;
}

.swiper-pagination-bullet-active {
    background-color: #cda15d;
    opacity: 1;
}

.swiper-pagination-bullet:hover {
    background-color: #cda15d;
}

.logo-slider .swiper-wrapper {
    align-items: center;
}

.logo-slider .swiper-slide {
    width: auto;
}
