html {
    scroll-behavior: smooth;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    background-color: rgb(255, 255, 255);
    font-family: system-ui !important;

}

a {
    text-decoration: none !important;
    color: #ec4088;
}

#toast-container>.toast:before {
    display: none !important;
}

:root {
    --swiper-theme-color: #ec4088 !important;
}

/* main page image */

.cover-content {
    min-height: 50vh; 
}

.cover-content img {
    max-width: 200px;
    border: 2px solid white;
}

.form-submit-button {
    transition: 0.5s;
    color: #fff;
    background: #ec4088;
    box-shadow: -7px 6px 20px rgb(212 20 90 / 40%);
}

.form-submit-button:hover {
    color: #717ff5;
    text-decoration: none;
    color: #fff;
    background: #ff025e;
}

.required:after {
    content: " *";
    color: red;
}

.loader {
    z-index: 9999;
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #fefefe8c;
}

.loader .spinner { 
    position: absolute;
    left: 50%;
    top: 45%;
    width: 50px;
    height: 50px;
    animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.5, 1.5);
    }

    100% {
        transform: scale(1, 1);
    }
}

/* Button and form */
.btn-primary {
    background-color: #ec4088;
    border-color: #b30c49;
    color: #FFFFFF;
}

.btn-primary:active {
    background-color: #ec4088 !important;
    border-color: #ec4088 !important;
    color: #FFFFFF !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #be1150;
    border-color: #9c0c40;
    color: #FFFFFF;
    box-shadow: -7px 6px 20px rgb(212 20 90 / 40%);
}

label {
    font-weight: 600;
    font-size: 12px;
    color: rgb(68, 68, 68);
}

.form-control,
.single-line {
    border: 1px solid #d4d4d4;
}

.form-control-sm {
    height: 30px;
}

.btn-primary .btn-outline {
    color: #ec4088;
    background-color: transparent;
}

.btn-primary .btn-outline:hover {
    color: #9e0b40;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-background-clip: text;
    background-color: white !important;
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

input:not([type="button"]):not([type="submit"]):not([type="reset"]):hover,
input:not([type="button"]):not([type="submit"]):not([type="reset"]):focus,
textarea:hover,
textarea:focus,
select:hover,
select:focus {
    /*   border: 1px solid var(--main-bg) !important;*/
    /* box-shadow: none !important; */
    outline: none;
}

.form-control input:focus,
.form-control button:focus,
.form-control select:focus {
    border: 1px solid var(--main-bg) !important;
    box-shadow: none !important;
}

.form-control:focus,
.single-line:focus {
    border-color: #ec4088 !important;
}


/*   input with icon */
.has-icon .form-control {
    padding-left: 2.375rem;
}

.has-icon .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.logo_header {
    height: 50px;
    width: 160px;
}

/* Carousel Slider CSS */

#demo {
    border: 0px solid blue;
    height: 550px;
    overflow: hidden;
}

#demo .carousel-inner .carousel-item .carousel-image {
    width: 100%;
    height: 550px;
    background-size: cover;
}

#demo .carousel-inner .carousel-item .carousel-caption {
    border: 0px solid orange;
    width: 17%;
    position: absolute;
    left: 0px;
    height: 30px;
    bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    margin: 0px 0px 0px 20px;
}

#demo .carousel-inner .carousel-item .carousel-caption .resort-name {
    margin: 0px;
}

.carousel-indicators [data-bs-target] {
    height: 11px;
    width: 11px;
    border-radius: 50%;
}

/* Offer Content CSS */

.offer {
    display: flex;
    border: 0px solid red;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    width: 100%;
    margin: 15px 0px 0px 0px;
}

.offer .offer-text {
    position: relative;
    animation: move-words 20s linear infinite;
    margin: 0;
    color: #ec4088;
    font-size: 20px;
}


/* Member-ship Card Slider Css */
.main-card-section {
    border: 2px solid #D84496;
    margin: 20px 0px 40px px;
    border-radius: 12px;
    padding: 10px 10px 30px 10px;
    background-color: white;
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    border: none;
    padding: 10px 0px 20px 0px;
}

.card-heading {
    color: #D84496;
}

.content-heading {
    margin-top: 0;
    margin-bottom: 10px;
}

.content-sub-heading {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
    color: #888;
}

.price {
    margin-bottom: 10px;
}

.card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Swipper slider CSS Code */
.main_slide_box {
    border: 0px solid limegreen;
    margin: 0px 0px 10px 0px;
}

.main_slide_box .slide_header {
    font-weight: 600;
    color: #ec4088;
    padding: 5px 5px 5px 5px;
}

.slider_container {
    margin: 0px 0px 20px 0px;
    display: flex;
    /*  padding: 20px 0px 20px 0px;*/
}

.hotelNameAddress {
    border: 0px solid red;
    padding: 7px 0px 7px 0px;
    border-radius: 10px;
    width: 90%;
    position: absolute;
    bottom: 30px;
    left: 18px;
    color: white;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    text-transform: capitalize;
}


.swiper-button-next {
    margin: 0px 0px 20px 0px;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    margin: 0px 0px 0px 0px !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px !important;

}

.swiper-pagination-bullet-active {
    background-color: hotpink !important;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    position: relative;
    top: -7px !important;
    left: 0px;
    margin: 10px 0px 0px 0px;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    height: 12px;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .6);
    width: 12px;
    background-color: #aeaeae;

}

/* Customer Review Card CSS Code */

.CustomerReview_Card {
    border: 2px solid #ec4088;
    padding: 20px 10px 10px 10px;
    border-radius: 15px;
    min-height: 200px;
    background-color: white;
}

.review_header {
    border: 0px solid lime;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.review_heading {
    font-weight: 600;
}

.review_rating {
    color: white;
    border: 0px solid black;
    padding: 7px 7px 7px 7px;
    border-radius: 200px;
    background-color: #ec4088;
}

.review_date {
    color: grey;
}

.review_adress {
    font-size: 18px;
    margin: 10px 0px 0px 0px;
}

.swiper-button-prev {
    top: 97% !important;
}

.swiper-button-next {
    top: 93% !important;
}

/* promo video CSS Code */

.video_section {
    border: 2px soild red !important;
    width: 100%;
    height: 300px;
    padding: 20px;
}

.video_section iframe {
    border-radius: 15px;
    height: 250px;
}

/* SignUp With Login Page CSS Code */
.body_sigup_login {
    background-color: white;
}

.logo_header_box {
    display: flex;
    border: 0px solid black;
    width: 300px;
    margin: 40px auto;
}

.logo_header_box img {
    width: 250px;
    height: 100px;
    margin: 0px auto;
}

.form_heading {
    text-align: center;
    margin: 0px 0px 40px 0px;
    font-weight: 600;
}

 .SignUp_box,
.Login_box {
    border: 0px solid red;
    text-align: center;
}

.button_header_text {
    font-weight: 600;
}

.form .signup_button,
.login_button {
/*    box-shadow: 1px 1px 3px 1px grey;*/
    width: 100%;
    padding: 5px 0px 5px 0px;
    font-size: 20px;
    font-weight: 600;
    color: #ec4088;
    border-color: #ec4088;
    background-color: white;
    border-radius: 10px;
    border: 1px solid;
}

.footer_signup {
    border: 2px solid blue;
    width: 98%;
    margin: 20px auto;
    padding: 10px 0px 10px 0px;
}

/* SignUp Form CSS Code */

.signup_form {
    border: 0px solid blue;
/*    box-shadow: -1px -1px 8px 2px lightgray;
    box-shadow: 1px 1px 8px 2px lightgray;*/
/*    margin: 20px auto;*/
/*    padding: 5px 0px 10px 0px;*/
    border-radius: 10px;
    width: 70%;

}

.form_text {
    margin: 0px 0px 0px 170px;
}

.signup_form i {
    color: gray;
    position: relative;
/*    left: 20px;*/
}

.signup_form .input {
    border-radius: 8px;
    border: 1px solid lightgray;
    padding: 5px 0px 5px 25px;
    width: 47%;
}

.signup_form .input {
    /*  margin: 0px 0px 0px 20px;*/
}

.signup_form .form_sub_heading {
    margin: 40px 0px 15px 15px;
    font-weight: 600;
}

.signup_form .input {
    margin: 0px 0px 25px 0px;
}

.signup_form .input[type=text]:focus {
    border: 2px solid #ec4088;
}

.signup_form .input::active {
    border-color: #ec4088;
}

.footer_signup {
    text-align: center;
    border: none;
}

.footer_signup span a {
    color: #D84496;
    text-decoration: none;
}

.fa-eye-slash {
    position: absolute;
}

.signup_button1 {
    width: 50%;
    display: block;
    padding: 6px 10px 5px 10px;
    border-radius: 4px;
    color: #ec4088;
    background-color: white;
    border: none;
    font-size: 18px;
}

.singup_footer_text {
    text-align: center;
}

.singup_footer_text a {
    color: #D84496;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
}

.lock {
    display: flex;
    padding: 0px 10px 0px 0px;
}

.lock .Password,
.confirm_password {
    width: 50%;
}

.lock .Password input {
    width: 95%;
}

.Password {
    position: relative;
}

.Password .fa-eye-slash {
    position: absolute;
    top: 10px;
    left: 600px;
    color: #D84496;
}

.confirm_password {
    position: relative;
}

.confirm_password .fa-eye-slash {
    position: absolute;
    top: 10px;
    left: 350px;
    color: #D84496;
}

.lock .confirm_password input {
    width: 95%;
}

/* Login Page CSS Code */

.forgot_password {
    color: #D84496;
    display: flex;
    justify-content: flex-end;
    margin: 0px 25px 0px 0px;
    font-weight: 600;
}

/* Forgot password CSS Code */

.forgot .input {
    width: 98%;
}

/* Property Detail */
.property_bg_img {
    background: linear-gradient(0deg, rgba(255, 0, 150, 0.3), rgba(255, 0, 150, 0.3)), url('./images/img1.webp');
    height: 70vh;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.nav-tabs .nav-link {
    color: black;
    font-weight: 600;
}

/* Styles for the popup */
.hotel-gallary {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    background-color: #f1d4d4e4;
    z-index: 999;
    justify-content: center;
    overflow-y: auto;
}

.popup-content {
    background-color: #fff;
    width: 50%;
    max-height: 200vh;
    height: 90vh;
    position: absolute;
    left: 25rem;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    overflow-y: auto;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.price-section {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.review-lable-section {
    display: flex;
    justify-content: space-between;
}

.review-lable {
    background-color: #333;
    color: #fff;
    height: 30px !important;
    width: 30px;
    padding: 5px;
    font-weight: 400;
    border-radius: 100%;
    font-size: 18px;
    text-align: center;
    align-items: center;
    display: flex;
    align-items: center;
    justify-content: center;
} 

.location-content {
    display: flex;
    justify-content: space;
    gap: 10px;
    align-items: center !important;
}

.location-content i {
    font-size: 25px;
    padding-left: 1rem;
}

.card {
    background: #fff;
    margin: 20px 5px 10px;
    border-radius: 0.5rem;
    padding-top: 1px; 
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    right: 0px !important;
}

.card .post-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; 
}

.card .post-img img {
    width: 100%;
    height: auto;
    transform: scale(1, 1);
    transition: transform 0.2s linear;
    height: 100%;
}

.card:hover .post-img img {
    transform: scale(1.1, 1.1);
}

.card .post-content {
    background: #fff;
    padding: 20px 22px 22px 22px;
    border-radius: 15px;
}

.card .post-title {
    font-size: 17px;
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    color: #ec4088;
    width: 100%;
}

.magenta-color {
    color: #ec4088;
}

.card .post-date {
    color: #a9a9a9;
    font-size: 13px;
}

.post-slide .post-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: 10px;
    height: 30%;
}

.post-slide .post-img img {
    width: 100%;
    height: auto;
    transform: scale(1, 1);
    transition: transform 0.2s linear;
    height: 100%;
}

.post-slide .post-content {
    background: #fff;
    padding: 2px 20px 40px;
    border-radius: 15px;
}

.post-slide .post-title {
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    color: #ec4088;
    width: 100%;
}

.post-content p {
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.3s ease 0s !important;
    width: 100%;
    margin-bottom: 2px;
}

.post-slide .post-date {
    color: #a9a9a9;
    font-size: 14px;
}

h1 {
    position: relative;
    padding: 0;
    margin: 0;
    font-family: 'Sedan SC', serif;
    font-weight: 300;
    font-size: 40px;
    color: #080808;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}


.twelve h1 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    padding-bottom: 13px;
    color: black;
    font-family: 'Sedan SC', serif;
    color: #ec4088;
}

.hotel-price {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5rem;
}

.hotel-night {
    font-size: .9rem;
    font-family: 'Sedan SC', serif;
    font-weight: 400;
    line-height: 1rem;
}

.hotel-category {
    margin-top: 40px;
    display: grid !important;
}

.customer-review {
    margin-top: 20px;
    padding-top: 25px;
    display: grid !important;

}

.swiper-slide {
    margin-right: 32px !important;
}

.video .swiper-button-next {
    top: 50% !important;
}

.video .swiper-button-prev {
    top: 54% !important;
}

.property .swiper-button-next {
    top: 91% !important;
}

.property .swiper-button-prev {
    top: 97% !important;
}


.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 30px);
    right: auto;
}

.customer .swiper-button-next {
    top: 80% !important;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 88px);
    left: auto;
}

.customer .swiper-button-prev {
    top: 87% !important;
}

.custom-modal .modal-dialog {
    max-width: 500px;
    margin: 2rem auto;
}

.custom-modal .modal-content {
    border-radius: 10px;
    padding: 30px; 
}

.custom-modal .modal-header {
    border-bottom: none;
    justify-content: space-between;
    padding-bottom: 0;
}

.modal-header .close {
    margin-left: auto;
}

.custom-modal .modal-title {
    display: flex;
    align-items: center;
    font-weight: bold;
    justify-content: center;
}

.custom-modal .modal-body {
    text-align: center;
}

.custom-modal .form-floating .form-control {
    border-radius: 0.375rem;
}

/* General Datepicker Styling */
.datepicker {
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Header Styling */
.datepicker .datepicker-switch {
    width: 76%;
    text-align: center;
    font-weight: 500;
    padding: 10px;
    background-color: #f8f9fa;
    border-bottom: 1px solid #e0e0e0;
}

.datepicker .datepicker-switch:hover {
    background-color: #e9ecef;
}

/* Navigation Arrows */
.datepicker .prev,
.datepicker .next {
    cursor: pointer;
    font-size: 18px;
    line-height: 24px;
    color: #000;
}

.datepicker .prev:hover,
.datepicker .next:hover {
    color: #007bff;
}

/* Day Names */
.datepicker thead th {
    width: 46px !important;
    height: 30px !important;
    font-weight: 500;
    color: #6c757d;
}

/* Days Styling */
.datepicker table tr td {
    width: 37px;
    height: 48px;
    font-weight: 400;
/*    border-radius: 50%;*/
    cursor: pointer;
    transition: background-color 0.3s;
}

.datepicker table tr td.day:hover {
    background-color: #f0f0f0;
}

.datepicker-months {
    width: 210px !important;
}
.datepicker-months table{
    width: 212 !important;
}
.datepicker-years{
    width: 190px !important;
}
.datepicker-years table{
     width: 196px !important;
}
/* Today Styling */
.datepicker table tr td.today {
    background-color: #e9ecef;
    color: #000;
}

.datepicker table tr td.today:hover {
    background-color: #dee2e6;
}

/* Selected Day Styling */
.datepicker table tr td.active {
    background-color: #007bff;
    color: #fff;
}

.datepicker table tr td.active:hover {
    background-color: #0056b3;
}

/* Disabled Days */
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    background-color: transparent;
    color: #d0d0d0;
    cursor: not-allowed;
}

/* Dropdown Orientation */
.datepicker-dropdown:before {
    border-bottom-color: #e0e0e0;
}

.datepicker-dropdown:after {
    border-bottom-color: #fff;
}

/* Footer Close Button */
.datepicker .datepicker-close {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px;
    background-color: #f8f9fa;
    border-top: 1px solid #e0e0e0;
    cursor: pointer;
}

.datepicker .datepicker-close:hover {
    background-color: #e9ecef;
}


/* line under text */
.heading-line {
    position: relative;
    padding-bottom: 5px;
}

.heading-line::after {
    content: "";
    height: 4px;
    width: 100px;
    background-color: #ec4088;
    position: absolute;
    bottom: 0;
    left: 0;
}

/* Footer style */

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

a,
a:active,
a:focus {
    color: #ec4088;
    text-decoration: none;
    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -ms-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

.address1 li {
    list-style: none;
    position: relative;
    padding: 0px 0 14px 34px;
    line-height: 26px;
}

ul.address1 span {
    position: absolute;
    width: 40px;
    max-width: 40px;
    left: 0;
}

.address1 li a {
    color: #fff;
    text-decoration: none;
}

ul.address1 i {
    width: 20px;
    position: absolute;
    left: 0px;
    text-align: center;
    font-size: 20px;
    top: 0;
    padding-top: 6px;
}

ul.address1 i.fa-envelope {
    font-size: 18px;
    top: 4px;
}

.footer {
    background: linear-gradient(105deg, #e04183, #e04183);
    padding-top: 50px;
    padding-bottom: 25px;
}

/*END FOOTER SOCIAL DESIGN*/

/* Toaster width nd color set */

.toast {
    width: 40rem;
    font-family: 'Sedan SC', serif !important;
    font-size: 14px;
}

.toast-container {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1055;
}

@media only screen and (max-width:768px) {
    .single_footer {
        margin-bottom: 30px;
    }
}

.single_footer h4 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Sedan SC', serif;

}

.single_footer h4::after {
    content: "";
    display: block;
    height: 2px;
    width: 40px;
    background: #fff;
    margin-top: 20px;
}

.single_footer p {
    color: #fff;
}

.single_footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single_footer ul li {
    color: white;
    font-family: 'Sedan SC', serif;
}

.single_footer ul li a {
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    line-height: 36px;
    font-size: 15px;
    text-transform: capitalize;
}

.single_footer_address ul li {
    color: #fff;
}

.single_footer_address ul li span {
    font-weight: 400;
    color: #fff;
    line-height: 28px;
}

.contact_social ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

/*START NEWSLETTER CSS*/
.subscribe {
    display: block;
    position: relative;
    margin-top: 15px;
    width: 100%;
}

.subscribe__input {
    background-color: #fff;
    border: medium none;
    border-radius: 5px;
    color: #333;
    display: block;
    font-size: 15px;
    font-weight: 500;
    height: 60px;
    letter-spacing: 0.4px;
    margin: 0;
    padding: 0 150px 0 20px;
    text-align: center;
    text-transform: capitalize;
    width: 100%;
}

@media only screen and (max-width:768px) {
    .subscribe__input {
        padding: 0 50px 0 20px;
    }
}

.subscribe__btn{
    border-radius: 4px;
    color: #ec4088;
    font-size: 17px
}

.subscribe__btn i {
    transition: all 0.3s ease 0s;
}

@media only screen and (max-width:768px) {
    .subscribe__btn {
        right: 0px;
    }
}

.subscribe__btn:hover {
    background-color: white !important;
    color: #ec4088 !important;
}
.subscribe__btn:hover i {
    color: #ff3666;
}

button {
    padding: 0;
    border: none;
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
}

/*END NEWSLETTER CSS*/

/*START SOCIAL PROFILE CSS*/
.social_profile {
    margin-top: 40px;
}

.social_profile ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.social_profile ul li {
    float: left;
}

.social_profile ul li a {
    border: 3px solid #fff !important;
}

.social_profile ul li a {
    text-align: center;
    border: 0px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    margin: 0px 5px;
    font-size: 18px;
    color: #fff;
    border-radius: 30px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    /* border: 1px solid rgba(255, 255, 255, 0.2); */
}

@media only screen and (max-width:768px) {
    .social_profile ul li a {
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .social_profile ul li a i {
        margin-top: .6rem !important;
    }
}

@media only screen and (max-width:480px) {
    .social_profile ul li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

/*END SOCIAL PROFILE CSS*/
.copyright {
    margin-top: 40px;
    padding-top: 40px;
    color: #fff;
    font-size: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    text-align: center;
    font-family: 'Sedan SC', serif;
}

.copyright a {
    color: #FFF;
    transition: all 0.2s ease 0s;
}

.copyright a:hover {
    color: #fff;
}

.copyright i:hover {
    color: #d20d60;
}

/* Footer style end  */

/* Membership Style Start */
.membership-img {
    right: 7.5rem !important;
}

.membership-img img {
    height: 190px !important;
}

.membership-detilas-headings h3,
.membership-detilas-headings p,
.add-fav,
.membership-detilas-valid {
    color: #ec4088;
    font-family: 'Sedan SC', serif;
}

.membership-detilas-headings .card {
    right: 5px;
    margin: 0px;
}

.next-pres-icon {
/*    background-color: #9c0c40;*/
    height: 2rem;
    width: 2rem;
    padding: 7px;
    border-radius: 1rem;
}

.progress-lable {
    display: flex;
    justify-content: space-between;
}

.rate {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 38px;
}

.rating_circle {
    width: 100px;
    height: 100px;
    border-radius: 70px;
    border: 1px solid #ccc;
    font-size: 35px;
    cursor: auto !important;
}

.rating_text {
    margin-top: 38px;
}

.stars-outer {
    display: inline-block;
    position: relative;
    font-family: FontAwesome;
    font-size: 20px;
    letter-spacing: 5px;
}

.stars-outer::before {
    content: "\f006 \f006 \f006 \f006 \f006";
}

.stars-inner {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    width: 0;
}

.stars-inner::before {
    content: "\f005 \f005 \f005 \f005 \f005";
    color: #000000;
}

.dark {
    background-color: #afabab !important;
}

.amenitie-pera i {
    font-size: 8px;
    color: #ec4088;
}

.all-photo {
    position: absolute;
    top: 12.5rem;
    text-align: center;
    background-color: #816b6b80;
    width: 26.5%;
    height: 236px;
    color: #fff;
    font-size: 22px;
}

.all-photo h4 {
    position: relative;
    top: 6rem;
}

.sticky-nav ul li.active {
    /* background-color: #3b49df; */
    text-decoration: none;
    border-radius: 30px;
    transition: 0.3s;
}

.sticky-nav ul li.active a { 
    text-decoration: underline !important;
    text-underline-offset: 1.5rem !important;
    text-decoration-thickness: .2rem !important;
    text-decoration-color: #ec4088 !important;
}

.promo-code {
    width: 100%;
    border: none;
    border-bottom: 2px solid #be115082;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100% !important;
}

.room-booking-main {
    margin: auto;
    width: 70%;
}

.roomguest p {
    font-size: 13px;
    font-weight: 200;
}

.enhanced-dropdown li {
    display: block;
}

.fontFamily {
    font-family: 'Sedan SC', serif;
}

.text-magenta {
    color: #ec4088;
}

/*----------  swiper  ----------*/
.loco_listing__carousel {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
}

.loco_listing__card {
    border-radius: 0.5rem;
}

.loco_listing__card_verify {
    color: var(--linkColor);
}

.loco_listing__card_cta {
    left: 0;
    right: 0;
    top: calc(100% - 1.25rem);
    text-align: right;
}

.loco_listing__card_cta_tel {
    transition: all 0.2s ease;
}

.loco_listing__card_cta_number {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: -1;
    width: 0;
}

.loco_listing__card_cta_tel.active {
    padding-right: 1rem;
}

.loco_listing__card_cta_tel.active .loco_listing__card_cta_number {
    visibility: visible;
    opacity: 1;
    position: static;
    z-index: 1;
    width: auto;
}

.loco_listing_card_v2 div.card-text {
    white-space: nowrap;
    overflow: auto;
}

.loco_listing_card_v2 div.card-footer {
    white-space: nowrap;
    overflow: auto;
}

.loco_listing_card_v2__cat {
    max-width: 18px;
}

.loco_listing_card_v2 .card-text>a>i {
    font-size: 1.125rem;
    color: var(--secondary);
}

.loco_carousel__pagination {
    bottom: 0 !important;
}

.loco_single_carousel__slide {
    max-height: 28.125rem;
}

.loco_single_carousel__slide a img {
    height: auto;
    width: 100%;
}

.loco_single_carousel_btns {
    z-index: 3;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.loco_listing_list_view {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.loco_listing_list_view .loco_listing__pos {
    flex-basis: 14.375rem;
}

.loco_listing_list_view .loco_listing__pos>a {
    display: block;
    height: 10.625rem;
}

.loco_listing_list_view .loco_listing__pos>a img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.loco_listing_card_v2.loco_listing_list_view>a {
    max-width: 40%;
    height: 11.4375rem;
}

.loco_listing_card_v2.loco_listing_list_view>a>img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.loco_listing_list_view .loco_listing__card_cta {
    top: 15px;
    left: auto;
}

.loco_listing__carousel_slide {
    max-width: 370px;
}

.loco_list_wrapper {
    width: 60%;
}

.loco_searchpage.loco_searchpage__v2 .loco_searchpage__col {
    width: 55%;
}

.loco_searchpage.loco_searchpage__v2 .loco_searchpage__map {
    width: 45%;
}

.loco_searchpage__col {
    width: 50%;
}

.loco_searchpage__map {
    top: 66px;
    right: 0;
    bottom: 0;
    z-index: 2;
}

/* Testimonial */
.my_posts {
    margin-bottom: 30px;
}

.testimonial-card {
    background-color: #fff;
    border: 1px solid #d2d2dc;
    border-radius: 11px;
    box-shadow: 0px 0px 5px 0px rgb(161, 163, 164);
    margin-bottom: 20px;
}

.card-title {
    font-size: 1.25rem;
}

.review-text {
    font-size: 1rem;
    color: #555;
    margin-bottom: 0;
}

.rating {
    margin-top: 10px;
    color: #ffc107;
}

.fa-star {
    color: #eee;
    font-size: 12px;
}

.checked {
    color: #FFC107;
}

.profile-pic {
    width: 58px;
    border-radius: 50%;
}

.cust-name {
    font-size: 1.2rem;
    color: #333;
    margin-bottom: 0.5rem;
}

.cust-profession {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 0;
}

/* accordion */
.faq-container {
    margin: 0 auto;
    padding: 4rem; 
}

.accordion .accordion-item-faq {
    border-bottom: 1px solid #e5e5e5;
}

.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #ec4088;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
}

.accordion button:hover,
.accordion button:focus {
    cursor: pointer;
    color: #ec4088;
}

.accordion button:hover::after,
.accordion button:focus::after {
    cursor: pointer;
    color: #ec4088;
    border: 1px solid #ec4088;
}

.accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
}

.accordion button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}

.accordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}

.accordion button[aria-expanded='true'] {
    color: #ec4088;
}

.accordion button[aria-expanded='true'] .icon::after {
    width: 0;
}

.accordion button[aria-expanded='true']+.accordion-content {
    opacity: 1;
    max-height: 9em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 300;
    margin: 2em 0;
}

.accordion .accordion-item-faq button[aria-expanded='true'] {
    border-bottom: 1px solid #ec4088;
}

.enhanced-dropdown {
    width: 265px !important;
    border-radius: 20px;
    padding-top: 20px; 
    margin-top: 1rem !important;
    z-index: 999 !important;
}

.enhanced-dropdown .dropdown-link {
    position: relative;
    padding-bottom: 3rem;
    padding-left: 1rem;
    font-size: 1rem;
    line-height: 3rem;
    color: black; 
    font-family: system-ui !important;
    font-weight: 700;
}

.enhanced-dropdown .dropdown-link .fa {
    margin-right: 0.5rem;
    font-size: 18px;
}

.enhanced-dropdown .dropdown-link:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 1px solid #eee;
}


/* Promotional Videos */
.video-container {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.video-container iframe,
.video-container video {
    position: absolute;
    width: 100%;
    height: 100%;
}

.login-btn {
    width: 100px;
    height: 38px;
    margin-top: 4px;
    border-radius: 5px;
    border: none;
    font-weight: bold;
    font-size: 16px;
}

/* Sidebar */
#sidebar {
    min-width: 250px;
    max-width: 250px;
    max-height: 100vh;
    height: 90vh;
    background: #dae0e0;
    color: #fff;
    transition: all 0.3s;
    /* margin-top: -5rem; */
}

#Hidenav {
    position: relative;
    top: 2rem;
    font-size: 20px;
    left: 0rem;
    color: black;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .list-unstyled.components {
    padding: 20px 0;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
    color: #fff;
}

#sidebar ul li a:hover {
    background: #525252;
}

/* Page Content */
#content {
    width: 100%; 
    transition: all 0.3s; 
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}

.title-case {
    text-transform: capitalize !important;
}

.text-right {
    text-align: right !important;
}

.blue-gradient-bg {
    background: #20a0df;
    background: linear-gradient(90deg, rgba(0, 91, 234, 1) 0%, rgba(0, 198, 251, 1) 100%);
    background: -webkit-linear-gradient(bottom, #005bea, #00c6fb);
}

.widget-content-wrapper {
    display: inline-flex;
    padding: 1.5rem;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.panel {
    border-radius: 0px;
}

.panel .panel-heading {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.requiredfield {
    border-left: 3px solid rgb(237, 85, 101) !important;
}

.row-margin {
    margin: 20px 0;
}

.gradeX {
    text-transform: none !important;
}

label.required::after {
    content: " *";
    color: crimson;
}

.no-color {
    color: inherit !important;
}

.form-control:focus,
.single-line:focus {
    border-color: #d4145a !important;
}

.hidden {
    display: none;
}

.search_hotel_button .btn {
    height: 57px;
    width: 100%;
    background: #ec4088;
    white-space: nowrap;
    border-radius: .5px;
    font-size: 20px;
    color: #fff;
    transition: all .2s ease-out, color .2s ease-out;
    border: 0;
    cursor: pointer;
    font-weight: 400;
    font-family: system-ui;

}

/* filter icon css */

.list-group-item {
    border: 1px solid #ccc
}

.position-relative .icon-wrap,
.position_relative .icon-wrap {
    top: 0;
    left: 0;
    width: 32px;
    height: 100%;
    display: flex;
    justify-content: flex-end;
}

.cover {
    background: no-repeat, linear-gradient(rgba(0, 0, 0, 0.39), rgba(0, 0, 0, 0.336)), url("./images/home_banner.jpg") no-repeat;
    background-size: cover;
    min-height: 76vh;
    background-position: center center;
}

.filter_box .filter_heading {
    color: white;
    font-size: 40px !important;
    font-family: "Playfair Display", times, serif;
}

.filter {
    background: rgba(0, 0, 0, .5);
    padding: 25px;
    width: 100%;
    align-items: center;
}

.filter .filter_tagline {
    padding: 0px 0px 0px 0px;
    border-radius: 7px;
    background-color: rgb(231, 8, 102);
    color: white;
    text-align: left;
}

.filter input, .dropdownMenuButton,
#selectedAge {
    height: 57px;
    background: #fff; 
    border: 0;
    display: block;
    width: 100%;
    padding: 10px 20px 10px 45px;
    font-size: 16px;
    border-right: 1px solid #ec4088;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.filter .filter_sub_heading {
    color: white;
    margin: 0px 0px 10px 0px;
    display: block;
    font-weight: 600;
}

.filter-dropdown {
    border: 0px solid blue;
    margin: 10px 0px 0px 0px;
    padding: 10px 0px 10px 0px;
    background-color: white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    top: 20rem;
    width: 34%;
    z-index: 11;
}

.icon-wrap {
    position: absolute;
    align-items: center;
    top: 7.6rem;
    left: 3.6rem;
}

#dropdownMenuButton1 {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.property-img img {
    height: 300px !important;
}

.gallery-img img {
    height: 250px;
}

.Description-img img {
    height: 100%;
}

#modalRoomName i {
    font-size: 8px;
    margin: 0px 1px 0px 0px;
    color: #ec4088;
}

.good-know i {
    font-size: 22px;
    color: #ec4088;
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.otp-input {
    width: 2em;
    height: 2em;
    margin: 0 0.5em;
    font-size: 1.5em;
    text-align: center;
    border: 1px solid #ced4da;
    border-radius: 5px;
}

.otp-input:focus {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.25);
    outline: none;
}

.otp-input::-webkit-outer-spin-button,
.otp-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.otp-input[type=number] {
    -moz-appearance: textfield;
}

#otpModal .modal-body p {
    margin-bottom: 1rem;
}

.btn:disabled {
    cursor: not-allowed;
    opacity: 0.65;
}

.form-floating .error {
    display: block;
    margin-top: 0.70rem;
    color: #dc3545 !important;
}
.error{
    color: #dc3545 !important;
}

/* Header Login button  */
.login {
    min-width: 5.625rem;
    color: #fff;
    background-color: #ec4088;
    display: inline-block;
    min-height: 2.25rem;
    margin: 0;
    padding: .375rem 1rem;
    border: 0;
    border-radius: .5rem;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    text-transform: none;
}

/* Avtar icon  */
.avatar-icon {
    display: none;
}

.review-lable {
    background-color: white;
    display: none;
    border: 1px solid #ec4088;  
}

/* Header Login button hide and show */

.flickity-enabled {
    position: relative;
}

.flickity-enabled:focus {
    outline: none;
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.flickity-prev-next-button {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: white;
    background: hsla(0, 0%, 100%, 0.75);
    cursor: pointer;
    /* vertically center */
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
    background: white;
}

.flickity-prev-next-button:focus {
    outline: none;
    box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
    opacity: 0.6;
}

.flickity-prev-next-button.previous {
    left: 10px;
}

.flickity-prev-next-button.next {
    right: 10px;
}

.flickity-prev-next-button:disabled {
    opacity: 0.3;
    cursor: auto;
}

.flickity-prev-next-button svg {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}

.flickity-prev-next-button .arrow {
    fill: #333;
}

* {
    box-sizing: border-box;
}

body {
    font-family: sans-serif;
}

.carousel {
    background: #FAFAFA;
}

.carousel-main {
    margin-bottom: 8px;
}

.carousel-cell {
    width: 100%;
    height: 400px;
    margin-right: 8px;
    background: #8C8;
    border-radius: 5px;
}

.carousel-nav .carousel-cell {
    height: 90px;
    width: 120px;
}

.carousel-image {
    max-height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
    max-width: 100% !important;
    height: 100% !important;
}

.sticky-nav {
    position: -webkit-sticky; 
    position: sticky;
    top: 0; 
    background-color: white;
}

.tab-content {
    padding-top: 20px; 
}

.bottom-bars {
    border-bottom: 2px solid #ddd;
    background-color: #333;
    padding: 2px;
    width: 6%;
}

.review-card .card {
    margin-bottom: 20px;
}

.Amenities-list {
    list-style-type: none;
    padding-left: 0;
    padding-left: 0rem !important;
    padding-top: 1rem;
}

.Amenities-list li {
    margin-bottom: 5px;
    padding-left: 0px;
    margin-left: 26px;
}

nav {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 300;
    background-color: white;
    padding: 15px 0;
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0;
    text-align: left;
}

nav li {
    display: inline-block;
    font-size: 13px;
}

.navmenu a:link {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    padding: 5px 15px;
}

nav a:hover {
    text-decoration: underline;
}

section { 
    box-sizing: border-box; 
}

/*.contenuto {
    padding: 10px 10px;
} */

.roomdetails {
    background-color: #f5dbdb;
    padding: 10px 10px 0px;
    border: .2px solid #f5dbdb;
    width: 100%;
}

.room-detail-content p {
    font-size: 14px;
    font-weight: 400;
}

.room-detail-content {
    padding: 10px 10px 0px;
    border: 1px solid #f5dbdb;
    height: 11.5rem;
}

.room-tag {
    background-color: #f5dbdb;
    padding: 2px 2px 2px 2px;
    border: 1px solid #f5dbdb;
    width: 40%;
}

.general-services p {
    font-size: 13px !important;
}

.details-heading {
    font-family: "Sedan SC", serif;
    color: #e70866;
}

.main_filter_section {
    border: 0px solid red;
    height: 80vh;
    background-image: url('./images/home-img.jpg');
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('./images/home-img.jpg');
    background-size: cover;
    display: flex;
    background-position: left center;
}

.filter_box { 
    width: 90%; 
    height: auto;
    position: relative;
}

.notification-list {
    padding: 20px;
    box-shadow: 0 0px 3px rgb(0 0 0 / 22%)
}

.notification-list--unread {
    border-left: 2px solid #ec4088;
    font-weight: 600;
}

.notification-list img {
    height: 48px;
    width: 48px;
    border-radius: 50%;
}

.fa-heart-o {
    font-size: 1.75rem;
}

.sticky-top {
    top: 0px;
    z-index: 2;
}

#property-cards {
    max-height: 100% !important;
    overflow-y: auto;
    overflow-x: hidden; 
    -ms-overflow-style: none;
    scrollbar-width: none;
}

#property-cards::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}

@media (max-width: 768px) {
    #property-cards {
        max-height: none;
        overflow-y: visible;
    }
}

.pro-reating-setion {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}

.pro-img {
    position: absolute;
    right: 8rem;
    top: 13rem;
}

.pr-box {
    width: 8rem;
    height: 1.5rem;
    text-align: center;
    border-radius: 4px;
    margin: 0px 0px;
}

.pr-box p {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 2px;
}

.mambership-vaction {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mambership-detail-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.booking-detail-content,
.booking-payment-content {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: aliceblue;
    padding-top: 11px;
    padding-bottom: 11px;
}

/* Custom CSS for suggestions box */
.suggestions-box {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    z-index: 1000;
    width: calc(100% - 2px);
    max-height: 400px;
    border-radius: 0.25rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    overflow: auto !important;
    background-color: white;
}

.suggestions-box .list-group-item {
    cursor: pointer;
}

.suggestions-box .list-group-item:hover {
    background-color: #f0f0f0;
}

.dropdown-name {
    font-weight: 600;
    color: black;
    font-family: 'Sedan SC', serif !important;
}

.dropdown-name span {
    font-size: 13px;
    color: #241919;
    font-weight: 100;
}

.customer-slide {
/*    box-shadow: 0px 0px 11px 4px #bbcbd8 !important;*/
    padding: 10px;
}

.customer-message {
    color: #777 !important;
    font-size: 12px !important;
    font-family: "Open Sans";
    min-height: 3rem;
    max-height: 3rem;
/*    padding-top: 10px;*/
}

.feedback-message p {
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: 100%;
    margin-bottom: 2px;
    color: #000;
    margin-bottom: 3px !important;
}

#Guest_rooms {
    width: 100% !important;
    padding: 20px;
    position: absolute !important;
}

.filterinput {
    text-align: center;
    width: 50px !important;
    height: 38px !important;
    border: none !important;
    background-color: #fff;
}

.calculation_button {
    border: none;
    background-color: #fff;
}

.slider-heading p {
    font-size: 2rem;
    font-family: "Sedan SC", serif;
}

.slider-heading span {
    font-size: 1rem;
}

.star-rating {
    color: gold;
}

.review-title {
    font-weight: bold;
}

.review-date {
    color: gray;
}

.about {
    background-color: #ececec;
}

@media (max-width: 576px) {
    .login-btn-hide {
        display: none;
    }

    .review-lable {
        display: inline-block;
    }
    .registration-lable{
        display: inline-block;
    }
}

.profile { 
    animation-fill-mode: both;
    font-size: 0.9rem;
    display: flex;
    flex-direction: column;
    position: relative;
}

.profile-info h1 {
    font-size: 3rem;
    font-weight: 800;
    margin: 0.7rem;
    animation-fill-mode: both;
}

#userform{
    padding: 5% 8% 0% 12%;
}

.profile-info h2 {
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.1rem; 
}

.social-media-icons a,
.profile-info h2 {
    color: #ec4088;
}

.profile-info p {
    line-height: 1.5rem;
}

.form-floating {
    position: relative;
}

.form-floating input,
.form-floating textarea {
    padding-top: calc(var(--bs-form-floating-input-height) + var(--bs-form-floating-label-font-size) / 3.5);
}

.form-floating input:focus,
.form-floating textarea:focus {
    border-color: #ced4da;
    box-shadow: none;
}

.form-floating input:focus+label,
.form-floating textarea:focus+label,
.form-floating input:not(:placeholder-shown)+label,
.form-floating textarea:not(:placeholder-shown)+label {
    top: -10px;
    font-size: 0.75rem;
}

.form-control {
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    border-bottom: 1px solid #ced4da;
    /* Bottom border color */
}

.form-control:focus {
    border-color: #ced4da;
    box-shadow: none;
}

.intl-tel-input,
.iti {
    width: 100%;
}

.otp-input1 {
    width: 2em;
    height: 2em;
    margin: 0 0.5em;
    font-size: 1.5em;
    text-align: center;
}

.otp-input1:focus {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.25);
    outline: none;
}

.otp-input1::-webkit-outer-spin-button,
.otp-input1::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.otp-input1[type=number] {
    -moz-appearance: textfield;
}

#otpModalUser .modal-body p {
    margin-bottom: 1rem;
}

.show-more {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 2em;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.room-booking-content {
    background-color: #ec4088;
    height: 10rem;
    width: 100%;
}

.card-room-header {
    padding: 10px 30px;
}

.room-booking-card {
    position: relative;
    bottom: 3rem;
}

.checkin_out {
    padding: 10px 30px;
}

.check_heading p {
    font-size: 12px;
    font-weight: 400;
    margin: 0px;
}

.check_heading span {
    font-size: 13px;
}

.check_heading .c-heading {
    font-size: 15px;
    font-weight: 600;
}

.check_heading h6 {
    font-size: 15px;
}

.guestroom {
    width: 100%;
    padding: 33px 0px !important;
}

.guestroom i {
    font-size: 30px;
    color: #ec4088;
}

.guestroom p {
    font-size: 13px;
    /* padding-left: 46px;  */
}

.price-breakup {
    margin-top: 0rem;
}

.property-img {
    position: relative;
}

.more-images-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    cursor: pointer;
}

.fontFamily {
    font-family: 'Sedan SC', serif !important;
}

.fontSize {
    font-size: 1rem !important;
}

.fontSize1 {
    font-size: 1.1rem !important;
}

.favourite-box {
    border: 1px solid #ec4088;
    border-radius: 0.5rem;
}


.iti--separate-dial-code .iti__selected-flag {
    background-color: #fff !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #ec4088 !important;
}

.fontWeight {
    font-weight: 100 !important;
}

.magentaColor {
    color: #ec4088 !important;
}

.social_profile ul li a:hover {
    background: #d20d60;
    border: 3px solid #fff;
    color: #fff;
    border: 0px;
}

::-webkit-input-placeholder { 
    font-family: 'Sedan SC', serif !important;
}

.form-floating>.login-lable:-webkit-autofill~label {
    color: rgba(var(--bs-body-color-rgb), .65);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}

.room-booking::-webkit-input-placeholder {
    font-family: system-ui !important;
} 

.nav-pills .nav-item button {
    background-color: transparent;
    color: #000; 
}

.nav-pills .nav-item button:hover {
    background-color: #f0f0f0; 
}

.nav .nav-item button.active {
    background-color: #ec4088;
    color: #fff !important;
}

.nav .nav-item button.active::after {
    content: "";
/*    border: 4px solid #ec4088 !important;*/
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -1px;
    border-radius: 5px 5px 0 0;
}

.nav-pills .nav-item button {
    border: 1px solid #eee !important;
}   

.booking_rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    display: inline-block;
    position: relative;
}

.booking_rating input {
    display: none;
}

.booking_rating label {
    color: #ddd;
    font-size: 1.5rem;
    cursor: pointer;
}

.booking_rating label:before {
    content: '\2605';
    position: absolute;
}

.booking_rating input:checked~label {
    color: #ec4088;
}

.booking_rating input:checked~label:before {
    content: '\2605';
}

.heart-checked {
    color: #ec4088;
}

#dropdownMenuButton { 
    padding-left: 2.5rem !important;
}

.login-input,
.signup-input {
    border: 1px solid #ec4088 !important;
} 

.myProfileLabel {
    font-size: 15px !important;
    font-weight: 100 !important;
}

.home-demo h2 {
    color: #FFF;
    text-align: center;
    padding: 5rem 0;
    margin: 0;
    font-style: italic;
    font-weight: 300;
}

.social_profile a i{
    margin-top: .8rem !important;
}

 /*intl-tel-input*/
.iti {
  --iti-path-flags-1x: url('../intl-tel-input-img/flags.png');
  --iti-path-flags-2x: url('../intl-tel-input-img/flags@2x.png');
  --iti-path-globe-1x: url('../intl-tel-input-img/globe.png');
  --iti-path-globe-2x: url('../intl-tel-input-img/globe@2x.png');
}
/*intl-tel-input end*/
hr {
    margin: 1rem 0;
    color: #000;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: .25;
}

.book_now_btn{
    font-size: 14px !important;
    margin-left: -6px;
    margin-right: 6px;
}

#sidebar.d-none {
    display: none !important;
}

.bg-magenta {
    background-color: #ec4088 !important;
    color: white !important;
}

.price-breakup p{
    margin-bottom: 0rem !important;
    line-height: 3rem !important;
}

.review-link{
    cursor: pointer;
}

.swal2-container{
      font-family: 'Sedan SC', serif !important;
}

.mealsFont{
    font-size: 14px !important;
}

.personal-details-heading{
    border-bottom: 2px solid;
    width: 265px;
}

.address-heading{
    border-bottom: 2px solid;
    width: 122px;
}

.fontFamilySerif{
    font-family: serif;
}

.property-gellary{
    margin-top: 1rem;
}
.applied-filter{
    height: 100% !important;
}
.menu-icon{
    color: #ec4088;
}
.navmenu.sticky {
    background-color: #fdfafa; 
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    color: #ec4088;
}

.navmenu.sticky a {
    color: #ec4088; 
}
.check_in_input, .check_out_input{
    max-width: 6rem !important;
}

.member-img{
    height: 100%;
    object-fit: fill;
}

.blockquote-footer{
    margin-top: 0rem !important;
    margin-bottom: 0rem !important; 
    font-size: .875em;
    color: #6c757d;
}

.card-description{
    margin: 20px 0px 0px !important; 
}
/*Property Deatils Image Model*/
.modal-fullscreen {
    width: 100vw;
    height: 100vh;
    margin: 0;
    top: 0;
    left: 0;
  }

  .modal-fullscreen .modal-content {
    height: 100%;
  }

  .carousel-container {
    position: relative;
    margin: 0 auto;
    max-width: 100%;
  }

  .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
  }

  #sync1 .item {
    margin: 5px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
  }

  #sync2 .item {
    background: #c9c9c9;
    margin: 5px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
  }

  #sync2 .item h1 {
    font-size: 18px;
  }

  #sync2 .current .item {
    background: #0c83e7;
  }

  .owl-theme .owl-nav [class*="owl-"] {
    transition: all 0.3s ease;
  }

  .owl-theme .owl-nav [class*="owl-"].disabled:hover {
       background-color: inherit !important;

  }

  #sync1.owl-theme {
    position: relative;
  }

  #sync1.owl-theme .owl-next,
  #sync1.owl-theme .owl-prev {
    width: 22px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    background-color: rgba(33, 37, 41, 0.6) !important;
  }

  #sync1.owl-theme .owl-prev {
    left: 10px;
  }

  #sync1.owl-theme .owl-next {
    right: 10px;
  }

  .owl-carousel .animated {
    animation-duration: 1.5s !important;
  }

  #sync1.owl-theme .owl-next,
  #sync1.owl-theme .owl-prev {
    width: 35px !important;
    height: 55px !important;
    padding: 15px 0 !important;
  }

  #sync1 svg {
    width: 22px !important;
  }

  .owl-carousel img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  .gellary-close{
    position: absolute;
    right: 20rem;
    top: 2rem;
    font-size: 25px;
    color: #ec4088;
    cursor: pointer;
}

/*End Image Model*/

.description{
    color: #ec4088;
    cursor: pointer;
}

.booking-text{
    margin-bottom: 1rem;
}

.booking-detail-card .card{
    margin: 20px 0px 10px !important;
}

.syns1 {
    height: 440px !important;
}

.syns2 {
    height: 98px !important;
}

.password-icon {
    display: flex;
    align-items: center;
    position: absolute;
    top: 2.3rem;
    right: 1.2rem;
    transform: translateY(-50%);
    width: 1.2rem;
    color: #ec4088;
    transition: color 0.2s;
    justify-content: center;
}

.password-icon .fa-eye {
    display: none;
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: #fff !important;

}

#galleryModal {
    margin-top: .9rem !important;
    --bs-modal-margin: 0.4rem !important;
}

#galleryModal .modal-dialog {
    width: 830px !important;
    max-width: 900px !important;
}

.custom-strikethrough {
    position: relative;
    color: inherit; /* Keep the original text color */
}

.custom-strikethrough::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%; /* Position the line in the middle */
    height: 1px; /* Thickness of the line */
    background-color: red; /* Color of the strikethrough line */
    z-index: 1;
}

 #galleryModal .owl-dots {
    padding-bottom: 1rem !important;
  }

  .price-text-color{
    color: cornflowerblue;
  }
  
  
 .ribbon {
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 100px;
    height: 122px;
    text-align: left;
}

.ribbon span {
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    line-height: 31px;
    transform: rotate(-45deg);
    width: 120px;
    display: block;
    background: #ec4088;
    background: linear-gradient(#ec4088 0%, #ec4088 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 21px;
    left: -25px;
}

.ribbon span::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #79A70A;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79A70A;
}

.ribbon span::after {
    content: '';
    position: absolute;
    right: 0%;
    top: 100%;
    z-index: -1;
    border-right: 3px solid #79A70A;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #79A70A;
}

 .ribbon-tag{
    background-color: #ec4088;
    padding: 2px;
    color: #fff;
    width: 100px;
    border-radius: 0px;
    text-align: center;
    position: absolute;
    right: 4.5rem;
    top: 29.4rem;
 }
 
.pulse-animation {
    animation: pulse 2s ease-in-out infinite;
  }
  
  @keyframes pulse {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.05);
    }
    100% {
      transform: scale(1);
    }
  }
  
.carousel-inner img {
  height: 400px;
  object-fit: cover;
  width: 100%; 
}