body {
    font-family: Arial, Helvetica, sans-serif !important;
}


#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 10000;
} 


.header-home {
    background-image: linear-gradient(rgba(44, 44, 44, 0.228), rgba(0, 0, 0, 0.5)), url("./assets/images/Front-page-picture-zoom-in.jpg");
    width: 100% !important;
    height: 81vh !important; 
    background-size:auto;
    background-position: left top;
}

.middle-2 {
    height: 70vh;
    width: 100%;
    text-align: center;
    padding: 9rem 0;
    justify-content: center;
}

.middle-2 h1 {
    font-size: 3.2rem !important;
}

.parallax2 {
	background-image: linear-gradient(rgba(45, 49, 56, 0.704), rgba(0, 0, 0, 0.5)), url("./assets/images/Explore_-_View-all-cabins_-Section-scaled.jpg");
	/* Set the height */
	height: 34.5rem;
   /* Create a parallax effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
    
}

.parallax2 .content
{
    margin: auto; 
    padding: 10rem 0;
}

.parallax2 .content h2{
    color: white; 
    font-weight: 700; 
    font-family: Arial, Helvetica, sans-serif; 
    margin-top: 3rem; 
    font-size: 3rem; 
    text-align: center; 
    justify-content: center;
}

.book-now-btn-2
{
    width: 14rem !important;
    border-radius: 4px !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    margin-right: -8px !important;
}

.boxes {
    padding: 5px !important;   
}

.content-box {
    border: 2px solid black;
    height: 15rem;
    border-radius: 10px;
}

.seperator4 {
	height: 4px;
  width: 4px;
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
}

.heading2 {
    font-weight:700 !important;
    font-size: 2.3rem;
    color: #000;
    letter-spacing: 1px;
}

.text-column2 {
    /* padding-left: 4.3rem; */
}

.home-image-1 {
    /* width: 100% !important; */
    /* margin-right: 10px; */


}

#img-div {
    overflow: visible;
}

#img-div img {
    border-radius: 15px; 
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
}

.content-section {
    margin-top: 6rem;
    color: #333333;
}


.seperator5 {
	height: 4px;
  width: 6rem;
  background-color: #000;
  border-radius: 5px;
  display: inline-block;
}

.seperator-div {
    margin-top: -0.1rem;
}

.content-box-h1 {
    font-size: 1.8rem;
    font-weight: 600;
    margin-top: 2.3rem;
}

.content-box-p {
    margin-top: 1rem;
}

.card-title {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(211, 211, 211, 0.2), 0 6px 20px 0 rgba(177, 177, 177, 0.19);
    overflow: hidden;
    border-radius: 0;
    border: 0;
}

.image-box img {
    -webkit-transition:all .9s ease; 
    -moz-transition:all .9s ease; 
    -o-transition:all .9s ease;
    -ms-transition:all .9s ease;
    border-radius: 0;
    
}

.image-box img:hover {
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
    -o-transform:scale(1.1);
    transform:scale(1.1);
}

.image-box {
    overflow: hidden;
}

.card-text {
    margin: 0 !important;
    padding: 0 !important;
}

