.main-title-pic {
    width: 100%;        /* Set the width to fill the container's width */
    height: 200px;      /* Fixed height */
    object-fit: cover;  /* Crop the image to fill the specified dimensions */
    object-position: center; /* Center the image within the container */
    display: block;     /* Ensures there's no extra space around the image */
}
.main-booking-pic {
    width: 100%;        /* Set the width to fill the container's width */
    height: 400px;      /* Fixed height */
    object-fit: cover;  /* Crop the image to fill the specified dimensions */
    object-position: center; /* Center the image within the container */
    display: block;     /* Ensures there's no extra space around the image */
}
.amenities-section .icon-effect:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    padding: 10px;
}
.amenities-section .avatar-title i{
font-size: 20px;
}

.faded {
    color: #999; /* Adjust the color to your preference */
}
.border-right {
    border-right: 1px solid #e1e5e9;
}
#serching-data .form-inline .form-group, .form-inline button {
    display: flex;
    align-items: center;
    margin-bottom: 0; /* Remove bottom margin for all form elements */
}
#serching-data  .form-inline .form-control {
    margin-right: 10px; /* Space between form controls */
}
#serching-data  .form-inline button {
    margin-right: 0; /* Remove margin from the button to keep it at the end */
}
.photo-card {
    background: #fff;
    border: 1px solid #e1e5e9;
    border-radius: 2px;
    margin-bottom: 15px;
}

.photo-card .photo-hold {
    /* height: 270px; */
    padding:0px;
    overflow: hidden;
    position: relative;
}

.photo-card .photo-hold .photo-content {
    color: #fff;
}
.photo-card .photo-hold {
    width: 100%;
    height: 100%;
}
.floatr {
    float: right;
}
.photo-card .photo-hold .photo-content .footer {
    position: absolute;
    background: #33333391;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
 /* .photo-card .photo-hold .photo-content .footer {
    position: absolute;
    background: #33333391;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center; 
    padding: 20px calc(var(--vz-grid-gutter-width) * 0.5);
    color: var(--vz-footer-color);
    height: 60px;
    background-color: var(--vz-footer-bg);
} */
/* .photo-card .photo-hold .photo-content .footer h4 {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    width: calc(100% - 46px);
    color: #fff;
   
} */

.font-txt-white,
.font-txt-white:hover {
    color: #fff;
}
.photo-card .photo-hold .photo-content .footer h4 {
    display: inline-block;
    margin-bottom: 0;
    width: calc(100% - 46px);
    text-align: center;
    color: #fff;
}
.font-txt-white, .font-txt-white:hover {
    color: #fff;
}
.photo-card .content-hold {
    padding: 20px;
    border-bottom: 1px solid #e1e5e9;
}
.content-hold {
    position: relative;
}
/* .photo-card .content-hold .tab-content {
    padding-top: 25px;
} */
.tab-content>.active {
    display: block;
}
.photo-card .content-hold .tab-content .border-right {
    border-right: 1px solid #e1e5e9;
}
.photo-card .content-hold .tab-content h5 {
    font-size: 12px;
}
.photo-card .content-hold .tab-content h6 {
    margin-bottom: 8px;
    color: #a3a3a3;
}
.photo-card .content-hold .tab-content h3 {
    /* font-family: sfui-bold; */
    color: #000000;
    margin: 10px 0 0;
    text-align: center;
}
.photo-card .button-hold {
    padding: 15px;
}
/*image hover effect*/
/* CSS for image hover effect */
.photo-content {
    position: relative;
    overflow: hidden;
}

.photo-content .title-pic {
    transition: transform 0.3s ease-in-out;
}

.photo-content:hover .title-pic {
    transform: scale(1.1); /* Example: Scale up by 10% on hover */
}

.blue-button {
    background-color: rgba(226, 64, 47);
    border: 1px solid rgba(226, 64, 47);
    width: auto;
    padding: 9px 20px;
    margin: 0;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    line-height: 1;
    border-radius: 3px;
    transition: .5s;
    -webkit-transition: .5s;
    text-align: center;
}
.booking-section span{
    color: red;
}
/* .navbar-landing .navbar-nav .nav-item .nav-link:hover, .navbar-landing .navbar-nav .nav-item .nav-link.active, .navbar-landing .navbar-nav .nav-item .nav-link:focus {
    color: red !important;
} */
.get-in-touch li {
    display: flex;
    align-items: center;
}

.get-in-touch i {
    margin-right: 10px; /* Adjust the spacing between icon and text */
}
.amenities_section {
    /* background: #242425 ; */
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 6em 1em;
    background-size: cover;
}
.amenities_section h2 {
    text-align: center;
    color: black;
}
.amenities_section h2:after {
    content: "";
    width: 14%;
    /* transform: scale(1.5); */
    height: 3px;
    background: red;
    display: block;
    margin: auto;
    transform: translateY(10px);
}
.amenities_section .amenity {
    text-align: center;
    padding: 30px 10px;
    padding-bottom: 0;
    width: 100%;
}
.amenities_section .amenity h3 {
    font-weight: 400;
    font-size: 14px;
    color: black;
    margin: 20px 0px;
}
.fearures_section {
    background: #ffff;
    padding: 0 1em 6em 1em;
}
.block-one  {
    display: flex;
    align-items: center;
    width: 100%;
    color: black;
    margin: auto;
    background: #F3F3F3;
    padding: 30px 40px;
    min-height: 145px;
    margin-bottom: 10px;
    border-radius: 10px;
}
.feature-icon img {
    width: 70%;
    height: auto;
}
.feature-content {
    width: 70%;
    padding: 0 25px;
}
.feature-content h3 {
    font-size: 18px !important;
}