*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", serif;
}
body{
  background-color: #fff;
}
.rooms-banner{
    position: relative;
    display: inline-block;
}
.rooms-banner img{
    width: 100%;
    display: block;
}
.rooms-banner .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); 
    z-index: 1;
  }
.banner-content{
    position: absolute;
    top: 50%; 
    left: 50%;
    transform: translate(-50%, -45%); 
    text-align: center;
    color: white; 
    z-index: 2; 
    font-family: "Rosarivo", serif;
}
.banner-title{
    font-family: "Rosarivo", serif;
    font-weight: 300;
    font-size: 60px;
}
.Title-text-section{
    text-align: center;
    max-width: 70%;
    position: relative;
    margin: 80px auto;
}
.Title-text-section h1{
    font-family: "Rosarivo", serif;
    font-size: 40px;
    margin-bottom: 25px;
}
.Title-text-section p{
    font-size: 22px;
    margin-bottom: 20px;
    color: #484847;
}
.room-container{
    display: flex;
    gap: 30px;
    background-color: #EDF6F4;
    padding: 50px 30px;
    margin-bottom: 30px;
    max-width: 100% !important;
}
.left-container{
    display: flex;
    flex-direction: column;
    align-items: center; 
    justify-content: center;
    text-align: center;
    width: 100%;
}
.room-type{
    display: flex;
    flex-direction: column;
    align-items: center; 
}
.room-type h1{
    font-family: "Rosarivo", serif;
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 30px;
}
.room-type p{
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    max-width: 50%;
    color: #484847;
    margin-bottom: 30px;
}
.right-container img{
    width: 90%;
}
.amenities {
    font-family: Arial, sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: black;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}
.amenities-2 {
    font-family: Arial, sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: black;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}
.dot {
    width: 6px;
    height: 6px;
    background-color: goldenrod;
    border-radius: 50%;
    display: inline-block;
}
.reserve-button{
    border: solid 1px;
    border-color: #20856B;
    color: black;
    font-size: 22px;
    font-weight: 400;
    width: 200px;
    padding: 10px 0px;
    box-sizing: border-box;
    background-color: #EDF6F4;
    transition: background-color 0.3s; 
}
.reserve-button:hover{
    background-color: #20856B;
    border-color: #20856B;
    color: #fff;
}

  @media(max-width: 1440px){
    .banner-title{
      font-size: 55px;
    }
    .Title-text-section{
        max-width: 80%;
        margin: 80px auto;
      }
      .Title-text-section h1{
        font-size: 36px;
        margin-bottom: 25px;
      }
      
      .Title-text-section p{
        font-size: 20px;
        margin-bottom: 20px;
      }

      .room-container{
        display: flex;
        gap: 30px;
        padding: 50px 30px;
        margin-bottom: 30px;
    }
    .room-type h1{
        font-size: 35px;
        font-weight: 300;
        margin-bottom: 30px;
    }
    .room-type p{
        font-size: 18px;
        font-weight: 400;
        max-width: 60%;
        margin-bottom: 30px;
    }
    .right-container img{
        width: 90%;
    }
    .amenities {
        font-size: 20px;
        gap: 20px;
        margin-bottom: 30px;
    }
    .amenities-2{
        font-family: Arial, sans-serif;
        font-size: 16px;
        font-weight: 300;
        color: black;
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 30px;
    }
    .reserve-button{
        font-size: 22px;
        font-weight: 400;
        width: 200px;
        padding: 10px 0px;
    }
  }

  @media(max-width: 1250px){
    .banner-title{
      font-size: 45px;
    }
    .Title-text-section{
        max-width: 80%;
        margin: 70px auto;
    }
    .Title-text-section h1{
        font-size: 33px;
        margin-bottom: 25px;
    }
    .Title-text-section p{
        font-size: 17px;
        margin-bottom: 20px;
    }
    .room-container{
        display: flex;
        gap: 30px;
        padding: 50px 30px;
        margin-bottom: 30px;
    }
    .room-type h1{
        font-size: 28px;
        font-weight: 300;
        margin-bottom: 30px;
    }
    .room-type p{
        font-size: 16px;
        font-weight: 400;
        max-width: 70%;
        margin-bottom: 30px;
    }
    .right-container img{
        width: 90%;
    }
    .amenities {
        font-size: 17px;
        gap: 20px;
        margin-bottom: 30px;
    }
    .amenities-2{
        font-size: 13px;
        font-weight: 300;
        gap: 10px;
        margin-bottom: 30px;
    }
    .reserve-button{
        font-size: 20px;
        font-weight: 400;
        width: 180px;
        padding: 8px 0px;
    }
  }

  @media(max-width: 1024px){
    .banner-title{
      font-size: 38px;
    }
    .Title-text-section{
        max-width: 85%;
        margin: 60px auto;
    }
    .Title-text-section h1{
        font-size: 28px;
        margin-bottom: 25px;
    }
    .Title-text-section p{
        font-size: 14px;
        margin-bottom: 20px;
    }
    .room-container{
        display: flex;
        gap: 0px;
        padding: 50px 30px;
        margin-bottom: 30px;
    }
    .room-type h1{
        font-size: 20px;
        font-weight: 300;
        margin-bottom: 30px;
    }
    .room-type p{
        font-size: 14px;
        font-weight: 400;
        max-width: 90%;
        margin-bottom: 25px;
    }
    .right-container{

      text-align: center;
    }
    .right-container img{
        width: 70%;
    }
    .amenities {
        font-size: 12px;
        gap: 15px;
        margin-bottom: 25px;
    }
    .amenities-2{
        font-size: 8.5px;
        font-weight: 300;
        gap: 5px;
        margin-bottom: 25px;
    }
    .reserve-button{
        font-size: 17px;
        font-weight: 400;
        width: 160px;
        padding: 5px 0px;
    }
  }

  @media(max-width: 768px){
    .banner-title{
      font-size: 30px;
    }
    .Title-text-section{
        max-width: 85%;
        margin: 35px auto;
    }
    .Title-text-section h1{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .Title-text-section p{
        font-size: 11px;
        margin-bottom: 15px;
    }
    .room-container{
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        text-align: center;
        gap: 0px;
        padding: 40px 30px;
        margin-bottom: 30px;
    }
    .room-type h1{
        font-size: 23px;
        font-weight: 300;
        margin-bottom: 20px;
    }
    .room-type p{
        font-size: 13px;
        font-weight: 400;
        max-width: 90%;
        margin-bottom: 25px;
    }
    .right-container{
      margin-bottom: 20px;
      text-align: center;
    }
    .right-container img{
        width: 80%;
    }
    .amenities {
        font-size: 12px;
        gap: 15px;
        margin-bottom: 25px;
    }
    .amenities-2{
        font-size: 12px;
        font-weight: 300;
        gap: 10px;
        margin-bottom: 25px;
    }
    .reserve-button{
        font-size: 17px;
        font-weight: 400;
        width: 160px;
        padding: 5px 0px;
    }

  }

  @media(max-width: 500px){
    .banner-title{
        font-size: 30px;
    }
    .rooms-banner img{
        width: 150%;
        display: block;
    }
    .Title-text-section{
        max-width: 85%;
        margin: 25px auto;
    }
    .Title-text-section h1{
        font-size: 16px;
        margin-bottom: 15px;
    }
      
    .Title-text-section p{
        font-size: 9px;
        margin-bottom: 10px;
    }
    .room-container{
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        text-align: center;
        gap: 0px;
        padding: 40px 30px;
        margin-bottom: 30px;
    }
    .room-type h1{
        font-size: 22px;
    }
    .room-type p{
        font-size: 13px;
        font-weight: 400;
        max-width: 90%;
        margin-bottom: 25px;
    }
    .right-container{
      margin-bottom: 20px;
      text-align: center;
    }
    .right-container img{
        width: 90%;
    }
    .amenities-2{
        font-size: 9px;
        font-weight: 300;
        gap: 10px;
        margin-bottom: 25px;
    }
    .reserve-button{
        font-size: 16px;
        font-weight: 400;
        width: 150px;
        padding: 5px 0px;
    }
    .rooms-banner{
      overflow: hidden;
    }
    
  }

  
  
