﻿/*$background-color: #CAE3E0;
$footer-bg: #BFD8D5;
$brand-pink: #DE3251;
$brand-gold: #DA932B;
$dark-gold: #98671E;

$pink: #DE3251;
$dark-pink: #9B2339;*/
.our-hotels {
  text-align: center;
  max-width: 1660px; }
  @media (max-width: 767px) {
    .our-hotels {
      margin: 0;
      padding: 0; } }
  .our-hotels h1, .our-hotels h2, .our-hotels h3, .our-hotels h4 {
    font-size: 90px; }
    @media (max-width: 1499px) {
      .our-hotels h1, .our-hotels h2, .our-hotels h3, .our-hotels h4 {
        font-size: 58px; } }
    @media (max-width: 991px) {
      .our-hotels h1, .our-hotels h2, .our-hotels h3, .our-hotels h4 {
        font-size: 32px; } }
  .our-hotels h1 span, .our-hotels h2 span, .our-hotels h3 span, .our-hotels h4 span {
    font-size: 130px; }
    @media (max-width: 1499px) {
      .our-hotels h1 span, .our-hotels h2 span, .our-hotels h3 span, .our-hotels h4 span {
        font-size: 90px; } }
    @media (max-width: 991px) {
      .our-hotels h1 span, .our-hotels h2 span, .our-hotels h3 span, .our-hotels h4 span {
        font-size: 48px; } }
  .our-hotels p {
    color: #666867;
    font-family: "CircularBook", sans-serif;
    font-size: 21px;
    line-height: 1.5; }
    @media (max-width: 1499px) {
      .our-hotels p {
        font-size: 18px; } }
    @media (max-width: 991px) {
      .our-hotels p {
        font-size: 14px; } }
  .our-hotels__list {
    display: flex;
    justify-content: center;
    margin-top: 40px; }
    @media (max-width: 991px) {
      .our-hotels__list {
        margin-top: 20px; } }
    .our-hotels__list__item {
      display: flex;
      padding: 50px 60px;
      margin: 20px;
      text-align: left;
      width: 100%;
      box-shadow: 0px 0px 8px 0px #666666;
      box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); }
      @media (max-width: 991px) {
        .our-hotels__list__item {
          padding: 30px 20px; } }
      .our-hotels__list__item--content {
        display: flex;
        flex-direction: column; }
        .our-hotels__list__item--content .links {
          margin-top: 30px;
          display: flex;
          flex-direction: column;
          justify-content: flex-end;
          height: 100%; }
          @media (max-width: 991px) {
            .our-hotels__list__item--content .links {
              margin-top: 15px; } }
          @media (max-width: 370px) {
            .our-hotels__list__item--content .links {
              font-size: 14px; } }
          .our-hotels__list__item--content .links a {
            margin-bottom: 10px;
            display: flex;
            align-items: center; }
            .our-hotels__list__item--content .links a::before {
              content: url(/Assets/img/location-icon.svg);
              width: 18px;
              margin-right: 12px; }
          .our-hotels__list__item--content .links a:last-of-type {
            margin-bottom: 0; }
            .our-hotels__list__item--content .links a:last-of-type::before {
              content: url(/Assets/img/email-sign.svg);
              width: 20px;
              margin-right: 10px; }
        .our-hotels__list__item--content h6 {
          margin-bottom: 15px; }
        .our-hotels__list__item--content p:last-of-type {
          margin-bottom: 0; }
