* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

/* body {
  font-family: Arial, sans-serif;
} */


/* new homepage page css */

.banner_section {
    position: relative;
}

.banner_main_box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}

.banner_title.text-center {
    font-size: 50px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bolder;
    margin-bottom: 45px;
}

.search_cntr input#txtBirds {
    height: 70px;
    font-size: 17px;
    width: 900px;
    margin: auto;
    display: block;
    padding-left: 30px;
    border-radius: 86px;
    border: 2px solid #E8EAF4;
    backdrop-filter: blur(9px);
    background: rgba(255, 255, 255, 0.8);
}

.search_cntr input#txtBirds:focus {
    outline: none;
    box-shadow: inherit;
}

.ui-autocomplete {
    list-style: none;
    width: 700px;
    padding: 15px 30px !important;
    backdrop-filter: blur(9px);
    background: rgba(255, 255, 255) !important;
}

ul#ui-id-1 li a {
    color: #000;
    padding: 6px 0;
    display: inline-block;
}

.about_section {
    padding: 80px 0;
}

.main_heading {
    font-size: 60px;
    margin-bottom: 40px;
    background: linear-gradient(93deg, #2271CB 12.64%, #FF5733 40.09%, #FF5733 50.52%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.half {
    width: 50%;
}

.about_content_box p {
    color: #55585a;
    font-size: 18px;
    line-height: 33px;
    font-weight: 400;
    padding-right: 80px;
}

.banner_section {
    position: relative;
    background: #000;
}

.banner_section img {
    opacity: 0.6;
}

.cta_section {
    height: 400px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    position: relative;
}

.cta_box h2 {
    color: #fff;
    font-size: 50px;
}

.book_btn {
    background: linear-gradient(15deg, #2271CB, #FF5733);
    padding: 15px 50px;
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    margin-top: 25px;
    display: inline-block;
}

.book_btn:hover {
    color: #fff;
    : none;
    text-decoration: none;
}

.cta_box {
    padding-top: 90px;
}

.service_section {
    padding: 80px 0;
    background: linear-gradient(98deg, #E9F7FC 5.09%, #F7F6FC 34.53%, rgba(232, 247, 237, 0.58) 67.31%, #F8E8ED 97.56%), #F7F6FC;

}

.service_box {
    border-radius: 15px;
    margin-bottom: 29px;
    position: relative;
    background: #000;
    overflow: hidden;

}

.service_box img {
    opacity: 0.6;
    transition: transform .3s;
}

.service_box img:hover {
    transform: scale(1.1);
}

.banner-description h3 {
    font-size: 27px;
    padding: 20px 0;
    letter-spacing: 0.5px;
    color: #fff;
    font-weight: bold;
}

.cta_section:before {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
}

.banner-description {
    position: absolute;
    top: 62px;
    left: 0;
    width: 100%;
    text-align: center;
}

.about_img_box img {
    height: 650px;
    border-radius: 30px;
    object-fit: cover;
}

.about_img_box {
    padding-left: 70px;
}

.third_box .banner-description {
    top: auto;
    bottom: 29px;
}

.fourth_box .banner-description {
    right: 123px;
    left: auto;
    text-align: right;
    width: auto;
    top: 106px;
}



/* new homepage css end here */

/* new detail page css start */

.galler_cnr {
    display: flex;
    gap: 15px;
}

.left_gallery a img {
    margin-bottom: 15px;
}

.right_gallery img {
    height: 704px;
    object-fit: cover;
}

.galler_cnr img {
    width: 100%;
    border-radius: 25px;
}

.gallery_detail_section {
    padding: 50px 0;
}

.service_section {
    background: linear-gradient(98deg, #E9F7FC 5.09%, #F7F6FC 34.53%, rgba(232, 247, 237, 0.58) 67.31%, #F8E8ED 97.56%), #F7F6FC;
}

.right_gallery {
    width: 75%;
}

.left_gallery {
    width: 25%;
}

.details_middle_cnr {
    padding: 60px 0;
}

.details_middle_cnr {
    padding: 60px 0;
}

.left_content_box #customers th, .left_content_box #customers td {
    /* background: #fff; */
    /* color: #7a6e6e; */
    border: 1px solid #ccccccbd;
    padding: 15px 20px !important;
	font-size:18px;
}
.right_part_box p {
    /* color: #4e4747; */
    font-size: 18px;
}

.right_part_box p {
    /* color: #4e4747; */
    font-size: 18px;
}

.info_box {
    margin-bottom: 60px;
}

.info_box h1 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 15px;
    background: linear-gradient(93deg, #2271CC 38.64%, #FF5733 52.09%, #FF5733 66.52%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.reserve_form .first.label_column {
    padding: 10px 10px 0;
    color: #4e4747;
}

.label_column input[type="radio"] {
    margin-right: 6px;
}

div#is_room_yes {
    padding-top: 14px;
    font-size: 15px;
    color: #4e4747;

}

.reserve_form p.first {
    font-size: 15px;
}

.left_content_box {
    border: 1px solid #cccccc8c;
    padding: 35px;
    border-radius: 10px;
    background: #fff;

}

.sub_head {
    font-size: 20px;
    margin-bottom: 30px;
}

.right_part_box {
    background: #fff;
    border: 1px solid #cccccc8c;
    padding: 20px 30px;
    border-radius: 10px;
    position: sticky;
    top: 12px;
}

.info_box p,
.bg-white-container-box span,
.bg-white-container-box li,
.bg-white-container-box p {
    padding-bottom: 15px;
    font-size: 18px;
}

.bg-white-container-box h4 {
    font-size: 19px;
    padding: 12px 19px !important;
    margin: 0 0 21px;
    background: #fff;
    border-radius: 11px;
    box-shadow: 1px 1px 7px 1px #ccc;
}

.left_content_box .bg-white-container-box {
    background-color: white;
    border-radius: 0;
    padding: 20px 0 5px;
    margin-top: 0;
}

.left_content_box .bg-white-container-box p,
.left_content_box .bg-white-container-box h4 {
    position: relative;
    padding-left: 23px;
}

.left_content_box .bg-white-container-box i {
    position: absolute;
    top: 6px;
    left: 0;
}

.contact_details a {
    color: #4e4747;
    text-decoration: none;
    font-size: 16px;
}

.contact_details i {
    margin-right: 7px;
}

.form-row .form-control {
    height: 51px;
    background: #fff;
    border: 1px solid #cccccc57;
    border-radius: 50px;
}

.half p {
    padding-top: 6px;
    color: #4e4747;
}

.form-row.date_from {
    flex-wrap: inherit;
    gap: 8px;
}

.form-row textarea.form-control {
    height: 102px;
    border-radius: 15px;
    padding: 10px 15px;
    resize: none;
}

.submit_btn {
    background: linear-gradient(15deg, #2271CB, #FF5733);
    padding: 15px 50px;
    border-radius: 50px;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    margin-top: 25px;
    display: inline-block;
    border: none;
    display: table;
    margin: 25px auto 30px;
    width: 100%;
    height: auto;
}

.first.label_column>label {
    margin-bottom: 11px;
}

.reserve_form .title h2 {
    padding: 10px 0 15px;
}



.reserve_form {
    margin-bottom: 24px;
}

.left_content_box .bg-white-container-box .bg_icon_head i {
    top: 12px;
    left: 10px;
}

.bg-white-container-box h4.bg_icon_head {
    padding-left: 37px !important;
}


/* new detail page css end here */
.header12 {
    overflow: hidden;
    background-color: #3f1818;
    padding: 20px 10px;
    width: 100%;
}

.header12 a {
    float: left;
    color: #ddd;
    text-align: center;
    padding: 12px;
    text-decoration: none;
    font-size: 18px;
    line-height: 25px;
    border-radius: 4px;
}

.header12 a.logo {
    font-size: 25px;
    font-weight: bold;
}

.header12 a:hover {
    background-color: #ddd;
    color: black;
}

.header12 a.active {
    background-color: dodgerblue;
    color: white;
}

.header-right {
    width: -webkit-fill-available;
    /* float: right; */
}

#txtBirds {
    border-radius: 25px;
}

@media screen and (max-width: 500px) {
    .header12 a {
        float: none;
        display: block;
        text-align: left;
    }

    .header-right {
        width: -webkit-fill-available;
        /* float: none; */
    }

    .header12 {
        width: 100%;
    }
}


@media only screen and (max-width: 600px) {
    body {
        background-color: blue;
    }
}

.main-container {
    margin-top: 20px;
}

.sub-container {
    text-align: center;
}

.image-11 {

    height: 300px;
    width: 900px;
}

.headi {
    text-align: center;
}

.flex {
    display: flex;
}

.block-part {
    display: inline-block;
    width: 30%;
}

.info-11 {
    text-align: center;
}

.inside-booking {
    border: 1px solid black;
    text-align: center;
    width: 60%;
    border-radius: 5px;
    background-color: #87CEFA;
    padding: 20px;

}

.booking-part {
    width: 100%;
    margin-left: 250px;
}

.input-tag {
    padding: 8px 24px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;

}

body {
    background-color: #f2f2f2;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.header12 {
    overflow: hidden;
    background-color: #3f1818;
    padding: 20px 10px;
    width: 100%;
}

.header12 a {
    float: left;
    color: #ddd;
    text-align: center;
    padding: 12px;
    text-decoration: none;
    font-size: 18px;
    line-height: 25px;
    border-radius: 4px;
}

.header12 a.logo {
    font-size: 25px;
    font-weight: bold;
}

.header12 a:hover {
    background-color: #ddd;
    color: black;
}

.header12 a.active {
    background-color: dodgerblue;
    color: white;
}

.header-right {
    width: -webkit-fill-available;
    /* float: right; */
}

@media screen and (max-width: 500px) {
    .header12 a {
        float: none;
        display: block;
        text-align: left;
    }

    .header-right {
        width: -webkit-fill-available;
        /* float: none; */
    }

    .header12 {
        width: 100%;
    }
}


form {
    border: 3px solid #f1f1f1;
}

/*assign full width inputs*/

input[type=text],
input[type=email],
input[type=number],
input[type=password],
input[type=date],
input[type=phone],
input[type=tel] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    background-color: #ccc;
    box-sizing: border-box;
}

/*set a style for the buttons*/

button {
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}

/* set a hover effect for the button*/

button:hover {
    opacity: 0.8;
}

/*set extra style for the cancel button*/

.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}

/*centre the display image inside the container*/

.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
}

/*set image properties*/

img.avatar {
    width: 40%;
    border-radius: 50%;
}

/*set padding to the container*/

.container {
    padding: 16px;
}

/*set the forgot password text*/

span.psw {
    float: right;
    padding-top: 16px;
}

/*set styles for span and cancel button on small screens*/

@media screen and (max-width: 300px) {
    span.psw {
        display: block;
        float: none;
    }

    .cancelbtn {
        width: 100%;
    }
}

body {
    background-color: #f3f3f3;
}

#emailError {
    color: black !important;
}

p {
    color: black;
}

.icon {
    display: inline-block;
    border-radius: 100%;
    box-shadow: 0 0 2px #888;
    padding: 4px 10px;
    font-size: 18px;
}

.info-11 {
    background-color: white;
    border-radius: 25px;
    padding: 5px;
}

.bg-white-container {
    background-color: white;
    border-radius: 25px;
    padding: 15px;
}

.mb-10 {
    margin-bottom: 10px;
}


.bg-white-container-box {
    background-color: white;
    border-radius: 25px;
    padding: 25px;
    margin-top: 15px;
}



#customers {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

#customers td,
#customers th {
    border: 1px solid #ddd;
    padding: 8px;
}


#customers tr:nth-child(even) {
    background-color: #f2f2f2;
}

#customers tr:hover {
    background-color: #ddd;
}

#customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #04AA6D;
    color: white;
}





.map-cl {
    width: 350px;
    height: 450px;
}

@media (min-width: 768px) {
    .col-md-10 {
        flex: 0 0 auto;
        width: 52.33333333% !important;
    }

    .map-cl {
        width: 52%;
        height: 450px;
        background-color: white;
        border-radius: 25px;
        padding: 10px;
        margin-top: 10px;
    }
}

.controls {
    display: none;
}

@media (max-width: 767px) {

    /* new pages responsive  */
    button.navbar-toggler.col-2 {
        margin-right: 15px;
    }

    .ui-autocomplete {
        width: 93% !important;
    }

    .details_middle_cnr {
        padding: 35px 0;
    }

    .sub_head {
        font-size: 18px;
    }

    .details_middle_cnr .row {
        flex-direction: column-reverse;
    }

    .right_part_box p {
        font-size: 14px;
    }

    .banner_section img {
        height: 306px;
        object-fit: cover;
    }

    .search_cntr input#txtBirds {
        height: 55px;
        font-size: 12px;
        width: 100%;
    }

    .banner_title.text-center {
        font-size: 23px;
        margin-bottom: 25px;
    }

    .banner-description h3 {
        font-size: 20px;
    }

    .fourth_box .banner-description {
        right: 58px;
        left: auto;
        text-align: right;
        width: auto;
        top: 114px;
    }

    .service_section {
        padding: 25px 0 15px;
    }

    .about_section {
        padding: 20px 0;
    }

    .main_heading {
        font-size: 42px;
    }

    .about_content_box p {
        padding: 0;
    }

    .about_img_box {
        padding: 22px 0 40px;
    }

    .about_img_box img {
        height: auto;
        object-fit: inherit;
    }

    .about_section .row.align-items-center {
        flex-direction: column-reverse;
    }

    .cta_box h2 {
        font-size: 36px;
    }

    .cta_section {
        background-attachment: inherit;
    }

    .left_gallery {
        width: 100%;
    }

    .right_gallery img {
        height: 366px;
        object-fit: cover;
    }

    .galler_cnr {
        gap: 12px;
    }

    .left_gallery a img {
        margin-bottom: 11px;
    }

    .info_box h1 {
        font-size: 20px;
    }

    .info_box p,
    .bg-white-container-box span,
    .bg-white-container-box li,
    .bg-white-container-box p {
        font-size: 16px;
        margin: 0;
    }

    .left_content_box {
        padding: 20px;
    }

    .right_gallery {
        width: 100%;
    }

    .half {
        width: 100%;
    }

    .half p {
        margin: 0;
    }

    .form-row.date_from {
        flex-wrap: wrap;
    }

    .right_part_box {
        margin: 0 0 45px;
    }

    .bg-white-container-box h4 {
        font-size: 14px;
    }


    /* new pages responsive end  */

    .controls {
        display: contents;
    }

    .carousel {
        width: 50vw;
        height: 350px;
        border-radius: 3px;
        overflow: hidden;
        position: relative;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
        display: inline-block;

        &:hover .controls {
            opacity: 1;
        }

        .controls {
            opacity: 0;
            display: flex;
            position: absolute;
            top: 50%;
            left: 0;
            justify-content: space-between;
            width: 100%;
            z-index: 99999;
            transition: all ease 0.5s;

            .control {
                margin: 0 5px;
                display: flex;
                align-items: center;
                justify-content: center;
                height: 40px;
                width: 40px;
                border-radius: 50%;
                background-color: rgba(255, 255, 255, 0.7);
                opacity: .5;
                transition: ease .3s;
                cursor: pointer;

                &:hover {
                    opacity: 1;
                }
            }
        }

        .slides {
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            display: flex;
            width: 100%;
            transition: 1s ease-in-out all;

            .slide {
                min-width: 100%;
                min-height: 250px;
                height: auto;
            }
        }
    }

    .carousel {
        width: 100%;
        height: 270px;
        box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);

    }

    .controls {
        display: flex;
    }
}

.modal_image {
    height: 500px;
    width: 500px;
}