
body {
    font-family: "Nunito Sans", 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
}

.image-title {
    background-image: url('../images/ricca.jpg');
    height: 657px;
    background-size: cover;
    background-position: center;
}

.title-text {
    text-align: center;
    color: #ffffff;
    padding-top: 250px;
}
.title-text p{
  width: 50%;
    margin: 0 auto;
}
.title-hr {
    width: 365px;
    border: 1px solid white;
    margin:40px auto;
    display: block;
}

.title-text h1 {
    font-size: 100px;
    font-style: italic;
    margin-bottom: 10px;
}

.title-text h3 {
    font-size: 24px;
    margin-top: 43px;
    font-style: italic;
}

.rooms-section {
    padding: 60px 20px;
    background-color: #f9f9f9;

}

.rooms-header {
    text-align: center;
    padding-top: 80px;
}

.rooms-header h2 {
    margin: 0 0 14px;
    font-family: Merriweather, serif;
    font-size: 18px;
    line-height: 1.714285714285714em;
    font-style: italic;
    font-weight: 400;
    color: #c59d5f;
}

.rooms-header h1 {
    margin: 0;
    font-size: 35px;
    line-height: 1.4em;
    color: #1e1e1e;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-family: 'Nunito Sans', sans-serif;
}

.rooms-hr {
    margin: 0 auto;
    width: 87px;
    height: 3px;
    margin-top: 17px;
    background-color: black;
}

.rooms-container {
    width: 80%;
    margin: 0 auto;
    padding-top: 70px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.rooms-container img {
    width: 438px;
    height:297px;
}

.room-info {
    width: 400px;
    text-align: center;
    line-height: 1.75;
    margin: 20px auto;
}

.room-info h3 {
    font-size: 24px;
    font-size: 24px;
    color: inherit;
    font-style: inherit;
    margin-bottom: 10px;
    font-weight: 500;
    margin-bottom: 10px;
    font-weight: 500;
}

.room-info p {
    margin-top: 24px;
    font-size: 16px;
    color: #555;
}

.room-btn {
    margin-top: 20px;
    margin-bottom: 30px;
}

.room-btn a {
    width: auto;
    margin: 0;
    transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    vertical-align: middle;
    padding: 13px 32px;
    font-size: 16px;
    line-height: 24px;
    color: #c59d5f;
    background-color: transparent;
    border: 1px solid #c59d5f;
    border-radius: 9px;
    text-decoration: none;
}

.room-btn a:hover {
    text-decoration: underline;
}

.about {
    background-color: #737373;
    color: #f9f9f9;
    text-align: center;
    padding-top: 110px;
    padding-bottom: 120px;
    line-height: 2.5;
}

.about-text h1 {
    color: #ffffff;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-size: 35px;
    line-height: 1.4em;
}

.about-text {
    width: 60%;
    margin: 0 auto;
}

.about-hr {
    width: 125px;
    height: 1px;
    margin-top: 17px;
    margin-right: auto;
    margin-left: auto;
}

.about-text p {
    color: #ffffff;
    text-shadow: 0 0 2px #1d1d1d;
    font-size: 21px;
    font-weight: 300;
    line-height: 28px;
    display: block;
    margin: 20px 0 0;
}

.about-btn {
    margin-top: 40px;
}

.about-btn-a {
    color: #ffffff;
    background-color: #be9252;
    border-color: #be9252;
    padding: 18px 24px;
    font-size: 16px;
    line-height: 1.3333333;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: .13em;
    text-decoration: none;
}
#services{
  background-color: #1D1D1D !important;
  width:100% !important;
}
#services h3{
    color: #fff !important;
}
#services h3:hover{
   text-decoration: underline;
}
#services p{
    color: #ccc !important;
}
.services {
    padding: 80px 20px;
    width: 75%;
    margin: auto;
}

.services-content {
    padding-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.service {
    width: 23%;
    text-align: center;
    margin-bottom: 40px;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    line-height: 1.75;
}

.service i {
    color: #c59d5f;
    font-size: 60px;
}

.service h3 {
    text-transform: uppercase;
    padding: 20px 20px 10px 20px;
    font-size: 18px;
    font-weight: 500;
}

.service p {
   margin-top: 24px;
    font-size: 16px;
    color: #555;
    font-weight: 300;
}

.loyalty {
  width: 100%;
}

.loyalty-content {
     background-color: #1E1D1D;
     color: white;
    padding: 80px 20px;
    display: flex;
    justify-content: space-around;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 70px;
}
.loyalty-content h6 {
   font-family: Merriweather, serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.714285714285714em;
}
.loyalty-content h2 {
   line-height: 1.48em;
    color: #FFFFFF;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.photos{
    width: 100%;
}
.photos-tabs{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
   justify-content: space-around;
    padding-top: 12px;
    padding-bottom: 30px;
}
.photos-tabs img{
    width: 470px;
    height: 300px;
}
.photo-text{
    width: 470px;
    height: 300px;
    text-align: left;
    padding:20px 30px
}
.photo-text h1{
    font-weight: 500;
    margin-bottom: 10px;
}
.photo-text p{
   font-weight: 300;
    margin-bottom: 10px;
    line-height: 1.75;
    font-size: 15px;
    color: #666;
}

.book-service{
    width: 70%;
    margin: 95px auto;
    line-height:2;
}
.book-serv{
    width: 60%;

}

.book-serv h1{
    color: #1e1e1e;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.book-serv p{
   margin-top: 0px;
    font-size: 18px;
    color: #666;
    font-weight: 100;
    line-height: 28px;
}
.book-serv h5{
    font-size: 16px;
    line-height: 1.625em;
    color: #1e1e1e;
    font-weight: 500;
    letter-spacing: .13em;
    text-transform: uppercase;
}
.book-serv div{
    margin-top: 35px;
}

.book-service i{
    color: black;
    margin-right: 5px;
}
.book-serv .serve-text {
color: #333;
    font-weight: 300;
    font-size: 16px;
    margin-top: 0;
}

.book-serv a{
    text-decoration: none;
    color: #333;
    font-weight: 300;
    font-size: 16px;
    margin-top: 0;
}
.book-serv a:hover{
    text-decoration: underline;
    color: #BE9252;
}

.breadcrumb {
  width: 75%;
  height: 52px;
 padding: 14px 50px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
}

.breadcrumb a {
    color: #333132; 
  text-decoration: none;
}

.breadcrumb span {
  color: #555;
}
.breadcrumb a:hover {
    color: #BE9252; 
    text-decoration: underline;
}

/* ==============================
   MOBILE & TABLET RESPONSIVE STYLES
   ============================== */

/* Tablets (≤1024px) */
@media (max-width: 1024px) {

  .rooms-container {
    width: 90%;
    flex-direction: column;
    align-items: center;
  }

  .room-card img {
    width: 100%;
    height: auto;
  }

  .room-info {
    width: 90%;
  }

  .services-content {
    flex-wrap: wrap;
  }

  .service {
    width: 45%;
    margin-bottom: 30px;
  }

  .photos-tabs img {
    width: 45%;
    height: auto;
  }

  .photo-text {
    width: 90%;
  }

  .book-service {
    width: 90%;
  }

  .book-serv {
    width: 100%;
  }
}

/* Phones (≤768px) */
@media (max-width: 768px) {

  .title-text {
    padding-top: 160px;
  }

  .title-text h1 {
    font-size: 42px;
  }

  .title-text h3 {
    font-size: 18px;
  }

  .rooms-header h1 {
    font-size: 28px;
  }

  .rooms-container {
    width: 100%;
    padding: 30px 0;
  }

  .room-card {
    width: 90%;
    margin-bottom: 40px;
  }

  .room-info {
    width: 100%;
  }

  .services-content {
    flex-direction: column;
    align-items: center;
  }

  .service {
    width: 90%;
    margin-bottom: 40px;
  }

  .service i {
    font-size: 50px;
  }

  .about-text {
    width: 90%;
  }

  .about-text h1 {
    font-size: 26px;
  }

  .about-text p {
    font-size: 16px;
  }

  .loyalty-content {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }

  .photos-tabs {
    flex-direction: column;
    align-items: center;
  }

  .photos-tabs img,
  .photo-text {
    width: 90%;
    height: auto;
  }

  .photo-text h1 {
    font-size: 22px;
  }

  .book-service {
    width: 90%;
    margin: 60px auto;
  }

  .book-serv {
    width: 100%;
  }

  .book-serv h1 {
    font-size: 22px;
  }

  .book-serv p {
    font-size: 15px;
  }

  .book-serv a {
    font-size: 15px;
  }
}

/* Extra Small Phones (≤480px) */
@media (max-width: 480px) {

  .title-text {
    padding-top: 120px;
  }

  .title-text h1 {
    font-size: 34px;
  }

  .title-text h3 {
    font-size: 16px;
  }

  .room-btn a {
    font-size: 14px;
    padding: 10px 20px;
  }

  .about-btn-a {
    padding: 14px 18px;
    font-size: 14px;
  }

  .service h3 {
    font-size: 16px;
  }

  .service p {
    font-size: 14px;
  }

  .photos-tabs img {
    width: 100%;
  }

  .book-serv h1 {
    font-size: 20px;
  }

  .book-serv p {
    font-size: 14px;
  }
}
