﻿@charset "UTF-8";

.row {
    margin: 0px !important;
    --bs-gutter-x: .5rem !important;
}
/*:root[data-theme="dark"] {
    --ClosedCountText: white;
}*/
html {
    scroll-behavior: smooth;
}

/*p {
    animation: .6s ease-out 0s 1 slideInFromLeft;
}
@keyframes slideInFromLeft {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}*/
html {
    height: 100%
}

body {
    background: var(--BodyBgColor);
    /*    background-image: url('../images/Propertybg.jpg');*/
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: 100% 100%;
    height: 100%
}

.BgGray {
    background: var(--BgGray);
}

table {
    border: 1px solid gray;
    border-radius: 2px;
    font-size: 16px;
    width: 100%;
    overflow: scroll;
    background-color: var(--WhiteBgColor);
    color: var(--BlackColor);
}

td svg {
    color: var(--ThemeBgRedColor)
}

tr th {
    background: var(--ThemeBgRedColor) !important;
    padding: 10px !important;
    color: white !important;
    border: 1px solid gray !important;
    font-weight: bold;
}

tr td {
    border: 1px solid gray;
    padding: 10px;
}

.TableICON {
    color: var(--ThemeBgRedColor);
    font-size: 19px;
    margin-right: 5px;
}

.GrayColor {
    color: #5b5b5b
}

.small, small {
    font-size: 12px;
}

.mr-2 {
    margin-right: 5px;
}

.w-90 {
    width: 90%
}

.table-responsive {
    margin-bottom: 10px;
}

.ng-cloak {
    display: none
}

:root[data-theme="dark"] {
    --ThemeTextBlueColor: #55778e;
    --ThemeTextGreenColor: #272727;
    --ThemeBgGreenColor: #0d9148;
    --ThemeBgRedColor: #1e61ad;
    --ThemeBgDarkRedColor: #003a7c;
    --ThemeBgYellowColor: #0a9347;
    --ThemeBgBlueColor: #55778e;
    --BlackColor: white;
    --WhiteColor: white;
    --BlacBgkColor: white;
    --WhiteBgColor: black;
    --BtnSecondaryhover: #2a4a60;
    --BtnPrimaryhover: #299081;
    --FooterBgColor: black;
    --InputPlaceHolderGrayColor: #595c5f;
    --SlickSlderGradient: linear-gradient(360deg, rgb(38 57 70 / 97%) 30%, rgb(0 0 0 / 0%) 60%);
    --OfferBoxGradient: linear-gradient(181deg, rgb(0 0 0 / 73%) 0%, rgba(0, 0, 0, 0.2665441176470589) 100%);
    --OffBoxGraident: linear-gradient(0deg, rgba(51, 192, 172, 0.8575805322128851) 0%, rgba(43, 177, 158, 0.8071603641456583) 100%);
    --BodyBgColor: black;
    --FormsInputTextColor: black;
    --ThemeGradient: linear-gradient(260deg, #2c6fba, #022750);
}

:root[data-theme="light"] {
    --ThemeTextBlueColor: #55778e;
    --ThemeTextGreenColor: #407e34;
    --ThemeBgRedColor: #1e61ad;
    --ThemeBgDarkRedColor: #003a7c;
    --ThemeBgYellowColor: #0a9347;
    --ThemeBgGreenColor: #0d9148;
    --ThemeBgBlueColor: #295121;
    --BlackColor: black;
    --WhiteColor: white;
    --BlacBgkColor: black;
    --WhiteBgColor: white;
    --BtnSecondaryhover: #2d5925;
    --BtnPrimaryhover: #2d5925;
    --FooterBgColor: #f2fffd;
    --InputPlaceHolderGrayColor: #595c5f;
    --SlickSlderGradient: linear-gradient(360deg, rgb(38 57 70 / 97%) 30%, rgb(0 0 0 / 0%) 60%);
    --OfferBoxGradient: linear-gradient(181deg, rgb(0 0 0 / 73%) 0%, rgba(0, 0, 0, 0.2665441176470589) 100%);
    --OffBoxGraident: linear-gradient(0deg, rgba(51, 192, 172, 0.8575805322128851) 0%, rgba(43, 177, 158, 0.8071603641456583) 100%);
    --BodyBgColor: white;
    --FormsInputTextColor: black;
    --BgGray: #f8f8f8;
    --ThemeGradient: linear-gradient(260deg, #2c6fba, #022750);
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../font/Montserrat-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-Medium';
    src: url('../font/Montserrat-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../font/Montserrat-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'arabic';
    src: url('../font/arabic.ttf');
}

.MontserratBold {
    font-family: 'Montserrat-Bold';
}

div {
    font-size: 16px;
}

body {
    font-family: 'Montserrat-Regular';
}

.card-body {
    /*    background: #f3f3f3;*/
    border-radius: 5px;
}

.card {
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    border: 0;
    margin-bottom: 15px;
}

.ColorBlack {
    color: var(--BlackColor);
}

.ColorRed {
    color: red
}

.ThemeGreenColor {
    color: var(--ThemeTextGreenColor) !important;
}

.ThemeBlueColor {
    color: var(--ThemeTextBlueColor) !important;
}

.fs-12 {
    font-size: 12px;
}

.MontserratMedium {
    font-family: 'Montserrat-Medium' !important;
}

.MontserratBold {
    font-family: 'Montserrat-Bold' !important;
}

.pull-right {
    float: right !important
}

.brand {
    float: left;
    /*    line-height: 70px;
    text-transform: uppercase;
    font-size: 1.4em;*/
}

.forgot {
    text-decoration: none;
    color: var(--ThemeTextBlueColor) !important;
    cursor: pointer;
    font-size: 16px;
}

.brand a,
.brand a:visited {
    color: #ffffff;
    text-decoration: none;
}

.nav-container {
    /*    max-width: 1000px;*/
    margin: 0 auto;
}

nav {
    background: rgb(166,19,34);
    background: var(--ThemeGradient);
    position: fixed !important;
    top: 0;
    z-index: 1030;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

a.nav-link {
    color: var(--WhiteColor) !important;
}

    a.nav-link.active {
        font-weight: bold;
        background-color: transparent !important;
        border-bottom: 2px solid white;
    }

.active {
    background: var(--ThemeBgRedColor);
    color: white !important;
    border-radius: 0 !important
}

a.navbar-brand {
    color: var(--WhiteColor);
}

.nav-link-last {
    margin-right: 60px;
}

.nav-login {
    display: flex;
    align-items: center;
    gap: 6px
}

    .nav-login svg {
        color: white !important
    }

.nav-login-line {
    height: 35px;
    border: 1px solid white;
}
/*Nav Bar End*/
.customize-umrah-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    gap: 40px;
    padding: 50px 0px;
}

    .customize-umrah-section h2 {
        color: var(--ThemeBgRedColor);
        font-weight: bold;
        margin: 0;
    }

    .customize-umrah-section p {
        margin: 0;
    }
/* button Css Start */
.btn {
    font-size: 16px;
    border: none;
}

.theme-btn {
    margin-top: 10px;
    background-color: var(--ThemeBgRedColor);
    color: white;
    border-radius: 50px;
    padding: 10px 30px;
}

.custom-button {
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    border-radius: 5px !important;
}

    .custom-button:active {
        color: var(--ThemeTextGreenColor)
    }

.theme-btn:hover {
    background-color: var(--ThemeBgDarkRedColor);
    color: white
}

.pupular-pack-section h3 {
    font-weight: 900;
    color: #424242;
}

    .pupular-pack-section h3 span {
        text-transform: uppercase;
        color: var(--ThemeBgRedColor);
    }

/*.pupular-pack-section hr {
    border: 1px solid var(--ThemeBgRedColor);
    border-radius: 5px;
    opacity: 1
}*/
div[SSlider-Parent] div[SSlide-child] {
    min-width: 300px;
    width: 350px;
}

.popular-pack-card {
    width: 350px;
    min-width: 300px;
    height: 430px;
    overflow: hidden;
    border-radius: 20px;
    margin-top: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-bottom: 5px solid var(--ThemeBgRedColor);
}

.popular-card-img {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 230px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}


.popular-card-body {
    display: flex;
    align-items: self-start;
    justify-content: center;
    flex-direction: column;
    padding: 0 20px;
}

    .popular-card-body h5 {
        margin: 10px 0;
    }

    .popular-card-body p {
        margin: 0;
    }


.offer-img-main {
    display: flex;
    justify-content: center;
}

.offer-img {
    background-image: url("../images/Madina.jpg");
    height: 550px;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    width: 70%;
    border-radius: 10px;
}

.offer-section h4 {
    font-weight: bolder;
    color: #424242;
}

/*.offer-section hr {
    border: 1px solid var(--ThemeBgRedColor);
    border-radius: 5px;
    opacity: 1
}*/

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
    color: var(--bs-btn-active-color);
    background-color: #295121;
    border: none;
}

.offer-icon-circle {
    height: 120px;
    width: 120px;
    border-radius: 100%;
    margin: 10px auto;
    background-color: white;
    /*background: rgb(254,206,18);
    background: linear-gradient(309deg, rgba(254,206,18,1) 0%, rgba(169,18,33,1) 52%);*/
    border: 3px solid var(--ThemeBgRedColor);
}

    .offer-icon-circle img {
        height: 100%;
        padding: 30px;
        /*filter: drop-shadow(3px 6px 6px #00000080);*/
    }

.offer-section center p {
    font-weight: bold;
    margin-top: 10px;
    font-size: 18px !important
}

.intro-section p {
    text-align: justify
}

.intro-img-main {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.intro-section h4 {
    color: #424242;
    opacity: 1;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
}

.intro-section h5 {
    font-size: 26px;
    font-weight: bold;
}

    .intro-section h5 span {
        color: var(--ThemeBgDarkRedColor);
        letter-spacing: 3px;
        text-transform: uppercase;
        font-weight: 900;
    }

.intro-section hr {
    /* border: 1px solid var(--ThemeBgRedColor);
    border-radius: 5px;
    opacity: 1*/
}

.intro-img {
    background-image: url("../images/city.jpg");
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    border-radius: 10px;
}

.contact-section {
    background-color: #e9e9e9;
    padding: 30px 0;
}

    .contact-section h4 {
        font-weight: bold;
        color: #424242);
    }

.contact-icons-top {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    height: 100%;
    gap: 15px
}

.contact-section .contact-icons {
    display: flex;
    gap: 20px;
}

.contact-section .contact-ico-main {
    background-color: var(--ThemeBgRedColor);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.SSIndication div {
    background: var(--ThemeBgRedColor) !important;
    color: white !important;
}

.SSIndication .SS-left {
    left: -70px !important;
}

.contact-section .contact-ico {
    font-size: x-large;
    color: white;
}

.btn:disabled {
    background: var(--BtnDisabledBgColor);
    cursor: not-allowed;
}

/*.btn-secondary {
    background: var(--ThemeBgBlueColor);
    color: white;
}*/

.btn-secondary:hover {
    background: var(--BtnSecondaryhover);
    color: white;
}

.btn-primary {
    background: var(--ThemeBgRedColor);
    color: white;
}

    .btn-primary:hover {
        background: var(--BtnPrimaryhover);
        color: white;
    }

.btn-white {
    background: var(--WhiteBgColor);
    color: #55778e
}

    .btn-white:hover {
        background: whitesmoke;
        color: #55778e
    }

/* button Css End */

/* carousel Start */

.carousel {
    overflow: hidden;
    position: relative;
}

.carousel-item img {
    width: 100%;
    height: 90vh;
    min-height: 500px;
    object-fit: cover;
}

.carousel-inner, .carouselExampleDark, .carousel-item {
    height: 90vh;
    transition: transform 0.6s ease-in-out;
}

.carousel-item-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    z-index: 2;
    border-radius: 5px;
    text-align: center;
}

    .carousel-item-content h5 {
        border: 2px solid gray;
        border-radius: 5px;
        padding: 4px 12px;
        cursor: pointer;
        margin: 0;
        font-size: 16px;
    }

        .carousel-item-content h5:hover {
            border: 2px solid var(--ThemeBgDarkRedColor);
            background-color: var(--ThemeBgDarkRedColor);
        }

        .carousel-item-content h5 a {
            color: white;
            text-decoration: none;
        }

    .carousel-item-content h1 {
        font-weight: 900;
    }

    .carousel-item-content h4 {
        font-weight: 300;
        margin-top: 20px;
    }

        .carousel-item-content h4 span {
            font-weight: 600;
        }

.carousel-control-prev, .carousel-control-next {
    width: 10%;
    z-index: 2;
}

/* carousel End */
.form-control {
    font-size: 16px;
    color: var(--FormsInputTextColor);
}

    .form-control:disabled {
        cursor: not-allowed !important;
    }

.input-group svg {
    color: var(--ThemeBgRedColor)
}

.form-select {
    font-size: 12px;
    color: var(--FormsInputTextColor) !important;
}

input:focus {
    box-shadow: none !important
}

input::placeholder {
    color: var(--InputPlaceHolderGrayColor) !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: var(--InputPlaceHolderGrayColor);
}

p {
    font-size: 16px !important;
}
/*Searhbar*/
.SearchBar {
    background: var(--ThemeBgRedColor);
    padding: 10px;
    margin: 0px 20px 20px 20px;
    border-radius: 5px;
    position: relative;
    bottom: 10px;
    display: flex;
    justify-content: center
}

.daterangepicker {
    width: max-content;
    top: 100% !important; /* Adjust based on your layout */
    left: 0 !important;
    right: 0 !important;
}

    .daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
        min-width: 32px;
        width: 20px;
        height: 20px;
        line-height: 8px;
        font-size: 12px;
        border-radius: 0px;
    }

.SearchBar .input-group {
    background: var(--WhiteBgColor);
    padding: 5px 10px;
    border-radius: 5px;
}

.SearchBarItems {
    margin: 0px 4px;
    align-self: center;
    width: 25%;
}

.SearchBar .form-control {
    border: 0px !important;
    padding: 0 5px;
}

.SearchBar .input-group-text {
    padding: 5px !important;
    border: 0px !important
}

.SearchBar .input-group .select2-container--default .select2-selection--single {
    border: none !important;
}

.SearchBar .select2-container {
    display: inline-table;
    width: 88% !important;
    font-size: 16px;
}

.SearchBar .input-group svg {
    color: var(--ThemeTextGreenColor);
    font-size: 18px;
}

@media (min-width:300px) and (max-width:500px) {
    .SearchBarItems {
        width: 100%;
        display: block
    }

    .SearchBar {
        display: block
    }

        .SearchBar .input-group {
            margin-bottom: 10px;
        }
}

@media (min-width:501px) and (max-width:900px) {
    .SearchBarItems {
        width: 47%;
        display: inline-block
    }

    .SearchBar {
        display: inline-block
    }

        .SearchBar .input-group {
            margin-bottom: 10px;
        }

        .SearchBar .select2-container {
            width: 86% !important;
        }
}

@media (min-width:901px) and (max-width:1152px) {
    .SearchBar .select2-container {
        width: 83% !important;
    }
}
/*Searhbar End*/
/*footer {
    background-color: #e9e9e9;
    padding-bottom: 20px
}

    footer .container {
        border-top: 2px solid darkgray;
    }

#footer-input {
    border-radius: 50px;
    padding: 9px 20px;
}

footer .quick-links ul {
    list-style-type: none;
    display: flex;
    gap: 20px
}

    footer .quick-links ul li {
        font-weight: bold;
    }


    footer .quick-links ul a {
        color: #453d3d;
        text-decoration: none;
        font-weight: bold;
        font-size: 18px;
    }

    footer .quick-links ul li button {
        color: #453d3d;
        border: none;
        background-color: transparent;
        text-decoration: none;
        font-weight: bold;
        font-size: 18px;
    }

footer .footer-icons {
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: end;
    padding-bottom: 15px;
}*/

footer {
    background-color: #e9e9e9;
    padding-bottom: 20px;
}

    footer .container {
        border-top: 2px solid darkgray;
    }

#footer-input {
    border-radius: 50px;
    padding: 9px 20px;
}

footer .quick-links ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0;
    margin: 0;
}

    footer .quick-links ul li {
        font-weight: bold;
    }

    footer .quick-links ul a {
        color: #453d3d;
        text-decoration: none;
        font-weight: bold;
        font-size: 18px;
    }

    footer .quick-links ul li button {
        color: #453d3d;
        border: none;
        background-color: transparent;
        text-decoration: none;
        font-weight: bold;
        font-size: 18px;
    }

footer .footer-icons {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    padding-bottom: 15px;
}

    footer .footer-icons a {
        margin: 5px;
    }

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        justify-content: end;
    }
}

@media (max-width: 768px) {
    .navbar-nav a, .navbar-nav button {
        text-align: center !important;
        margin: 0 !important;
    }

    .navbar-nav .nav-login {
        justify-content: center
    }

    footer .quick-links h4 {
        text-align: center
    }

    footer .quick-links ul {
        flex-direction: column;
        align-items: center;
    }

        footer .quick-links ul li {
            font-size: 16px;
        }

    footer .footer-icons {
        justify-content: Center;
        padding-top: 10px;
    }

    .li-dash {
        display: none
    }

    .contact-us-footer {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-bottom: 10px;
    }

    .contact-icons-top {
        align-items: center;
    }

    .contact-info-main {
        position: relative;
        z-index: 10;
    }

    .SSIndication .SS-right {
        right: 16px !important;
    }

    .navbar-collapse {
        border-top: 1px solid white;
        margin-top: 10px
    }
}

@media (max-width: 576px) {
    div[SSlider-Parent] {
        margin: 0 !important;
    }

    .SSIndication {
        opacity: 0
    }

    div[SSlider-Parent] div[SSlide-child] {
        width: 330px;
    }

    .offer-img {
        width: 100%
    }

    .contact-info-main {
        position: relative;
        z-index: 10;
    }

    .contact-us-footer {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-bottom: 10px;
    }

    .contact-icons-top {
        align-items: center;
    }

    footer {
        text-align: center;
    }

        footer .quick-links ul {
            align-items: center;
        }

        footer .footer-icons {
            justify-content: center;
        }

    .li-dash {
        display: none
    }

    a.nav-link.active {
        border: none
    }
}

/* Slick Slider Css Start */
.slick-prev:before, .slick-next:before {
    background: var(--ThemeBgBlueColor);
    border-radius: 50%;
    width: 25px;
    height: 25px;
    padding: 2px;
    display: block;
    opacity: 1 !important
}

.slick-slide {
    margin: 0px 10px;
}

.SlickImgBox {
    margin: 0px 10px;
    display: inline-block;
    height: 320px;
    border-radius: 30px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer
}

.SlickTextBox {
    background: var(--SlickSlderGradient);
    border-radius: 30px;
    height: 320px;
    padding: 20px
}

.slick-slide img {
    width: 100%;
}

.slick-slide {
    transition: all ease-in-out .3s;
}

.SlickText {
    font-size: 12px;
    color: white;
    position: relative;
    top: 55%;
}

    .SlickText .RatingBox {
        background: var(--ThemeBgRedColor);
        padding: 3px 6px;
        text-align: center;
        font-size: 10px;
        border-radius: 2px;
        color: var(--WhiteColor);
    }

.SlickBedBox {
    background: var(--ThemeBgRedColor);
    padding: 5px 10px;
    border-radius: 2px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    text-align: center;
    color: white;
    display: inline;
}

.mr-1 {
    margin-right: 5px;
}

.PropertyNameTruncate {
    width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@-webkit-keyframes blinker {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.8;
    }
}

.blink {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: .4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}

/* Slick Slider Css End */


/* Offer Box*/

.OfferBox {
    background: var(--OfferBoxGradient);
    border-radius: 20px;
    height: 200px;
    padding: 20px;
    color: var(--WhiteColor);
    margin-bottom: 15px;
}

    .OfferBox button {
        border: 1px solid var(--WhiteColor);
        background: var(--BtnSecondaryhover);
    }

.OffBox {
    display: inline-block;
    background: var(--OffBoxGraident);
    padding: 10px;
    margin: 0 5px 0px -20px;
    border-top-right-radius: 14px;
    position: absolute;
    top: 68.3%;
    border-bottom-left-radius: 20px;
    font-size: 12px;
    line-height: 1.1;
}

    .OffBox span {
        font-size: 22px;
        font-weight: bold;
        text-shadow: #6e6e6e 3px 1px 3px;
    }

.OfferBanner {
    background-size: cover;
    background-repeat: no-repeat;
    height: 250px;
    border-radius: 20px;
    background-position: center;
    padding: 20px;
    color: var(--WhiteColor)
}

.ml-5 {
    margin-left: 2rem
}
/* Offer Box End*/


.toggle-switch .ToggleLable #tooltip {
    color: var(--ThemeBgBlueColor) !important;
}

.toggle-switch input:checked ~ .slider {
    background-color: var(--WhiteColor) !important;
}

.toggle-switch .slider {
    background-color: var(--WhiteColor) !important;
}

    .toggle-switch .slider::before {
        box-shadow: inset 6px -3px 0px 0px var(--ThemeBgRedColor) !important;
        background-color: #343434 !important;
    }

.toggle-switch .ToggleLable {
    background-color: var(--ThemeTextGreenColor) !important;
}

@media (max-width: 767px) {
    .toggle-switch {
        float: left;
        margin: 20px 0px 0px 0px;
    }
}





.toggle-switch {
    position: relative;
    width: 50px;
    margin-top: 3px;
}

    .toggle-switch label {
        position: absolute;
        width: 60px;
        height: 25px;
        border-radius: 50px;
        cursor: pointer;
    }

    .toggle-switch input {
        position: absolute;
        display: none;
    }

    .toggle-switch .slider {
        position: absolute;
        width: 62px;
        height: 27px;
        border-radius: 50px;
        top: -1px;
        left: -1px;
        border: 0;
        transition: 0.3s;
    }

    .toggle-switch input:checked ~ .slider:hover {
        box-shadow: 1px 1px 3px #e3e3e3;
    }

    .toggle-switch label #tooltip {
        text-align: left;
        position: relative;
        top: 5px;
        font-size: 9px;
        padding: 1px 10px;
    }

    .toggle-switch .slider::before {
        content: "";
        position: absolute;
        top: 4.4px;
        left: 5px;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        transition: 0.3s;
    }

    .toggle-switch input:checked ~ .slider::before {
        transform: translateX(35px);
        background-color: #28292c;
        box-shadow: none;
    }
/*Loader CSS*/
.preloader {
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 99999;
    background: #fff;
    opacity: 0.6;
}

    .preloader img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100px;
    }
/*Loader CSS*/


/* Property details Page Start*/
.PropertyDeatilPage .SearchBar {
    background: var(--ThemeBgBlueColor);
    z-index: 999;
    position: relative;
    bottom: 25px;
}

.tabset {
    margin: 0px 1rem;
}

    .tabset > input[type="radio"] {
        position: absolute;
        left: -200vw;
    }

    .tabset .tab-panel {
        display: none;
    }

    .tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
    .tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
    .tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
    .tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
    .tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
    .tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
        display: block;
    }

    .tabset > input:first-child:checked ~ .tab-panels > .tab-panel {
        display: block
    }

    .tabset > label {
        position: relative;
        display: inline-block;
        padding: 8px;
        border-top: 1px solid var(--ThemeBgRedColor);
        border-bottom: 0;
        cursor: pointer;
        font-weight: 600;
        min-width: 127px;
        text-align: center;
        font-size: 16px;
        background: #ececec;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        margin-bottom: 10px;
    }

input:focus-visible + label {
    outline: 2px solid rgba(0, 102, 204, 1);
    border-radius: 3px;
}

.tabset > label:hover,
.tabset > input:focus + label,
.tabset > input:checked + label {
    color: var(--WhiteColor);
    background: var(--ThemeBgRedColor);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

    .tabset > label:hover::after,
    .tabset > input:focus + label::after,
    .tabset > input:checked + label::after {
        background: var(--ThemeBgRedColor);
    }


.tab-panel {
    padding: 5px 0;
    /*    border-top: 1px solid #407e34;*/
}


.starsIcon svg {
    color: #ffc600;
}

.splide__slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
    width: 100%;
    overflow: hidden;
    transition: .2s;
    border-width: 2px !important;
    margin: 0px 0px 10px 0px;
}

.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
    box-shadow: 2px 3px 8px #000000a3;
}

.splide__slide img {
    width: auto;
    height: auto;
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.splide__slide {
    border-radius: 10px;
}

.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
    border-color: var(--ThemeBgRedColor);
}
/*    .SplideMargin {
        transform: translateX(0px) !important;
    }*/
.DetailRatingBox {
    background: var(--ThemeBgRedColor);
    padding: 15px;
    border-radius: 10px;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

    .DetailRatingBox h6 {
        margin: 0px;
    }

.GuestReviews {
    background: var(--ThemeBgBlueColor);
    margin: 15px 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: white;
}

.RatingScrollBox {
    max-height: 165px;
    overflow: auto;
}

.GuestReviews h6 {
    background: var(--ThemeBgRedColor);
    padding: 10px;
    text-align: center;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    position: sticky;
    top: -1px
}

.GuestReviewsItem {
    margin: 5px 20px 5px 20px;
    border: 1px solid white;
    padding: 10px;
    border-radius: 5px;
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
    background-color: var(--ThemeBgRedColor);
    outline: 1px solid var(--ThemeBgRedColor);
}

.FacilitiesItemBox {
    display: flex;
    flex-wrap: wrap;
}

    .FacilitiesItemBox .FacilitiesItems {
        border: 1px solid var(--ThemeBgRedColor);
        background-color: var(--WhiteBgColor);
        padding: 12px;
        margin-top: 10px;
        border-radius: 5px;
        font-size: 16px;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        min-width: 19%;
        max-width: 23%;
        text-align: center;
        margin-right: 10px;
        color: var(--BlackColor);
    }

        .FacilitiesItemBox .FacilitiesItems svg {
            font-size: 20px;
            color: var(--ThemeBgRedColor);
            margin-right: 8px;
        }

@media (min-width: 300px) and (max-width:500px) {
    .FacilitiesItemBox .FacilitiesItems {
        min-width: 100%
    }
}

@media (min-width: 501px) and (max-width:800px) {
    .FacilitiesItemBox .FacilitiesItems {
        min-width: 47%
    }
}

.container {
    max-width: 1350px !important;
}

@media (max-width:767px) {
    .container {
        max-width: 767px !important
    }
}

@media (max-width: 1024px) {
    .container {
        max-width: 1024px !important
    }
}

@media screen and (min-width: 1900px) {
    .container {
        max-width: 1920px !important
    }
}

@media screen and (min-width: 2800px) {
    .container {
        max-width: 2000px !important
    }
}

.LiItems {
    font-size: 10px;
    margin: 5px 5px 5px 20px;
    color: var(--ThemeBgBlueColor);
    font-weight: 600;
}

.PopularFacilities {
    display: flex;
    flex-wrap: wrap;
}

    .PopularFacilities .PopularFacilitiesItems {
        margin-top: 10px;
        font-size: 16px;
        text-align: center;
        margin-right: 10px;
    }

        .PopularFacilities .PopularFacilitiesItems svg {
            font-size: 15px;
            color: var(--ThemeBgRedColor);
            margin-right: 8px;
        }


.FacilitiesBox {
    box-shadow: 0px 0px 2px 2px #efefef;
    background-color: var(--WhiteBgColor);
    padding: 20px;
    border: 1px dashed;
    border-radius: 6px;
    color: var(--BlackColor);
}

.ImpInfoBox {
    border: 1px solid gray;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0px 0px 2px 2px #efefef;
    background-color: var(--WhiteBgColor);
    color: var(--BlackColor);
}

.TermsAndConditionsBox {
    border: 1px solid gray;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0px 0px 2px 2px #efefef;
    background-color: var(--WhiteBgColor);
    color: var(--BlackColor);
}

.PropertyRatingBox {
    padding: 10px;
    background: var(--ThemeBgRedColor);
    display: inline-block;
    border-radius: 10px;
    color: white;
    margin-right: 10px;
    border-bottom-left-radius: 0px;
    float: left
}

.BacktopButton svg {
    color: var(--ThemeBgRedColor);
    position: fixed;
    bottom: 6%;
    right: 3%;
    font-size: 40px;
    background: white;
    border-radius: 50%;
    z-index: 999;
}
/* Property details Page End*/

/* Booking Page Start */
.BookingServicesItem {
    padding: 5px 10px;
}

    .BookingServicesItem svg {
        font-size: 5px;
        position: relative;
        bottom: 2px;
        margin-right: 5px;
    }

.BookingCheckinOut {
    justify-content: space-between;
    display: flex;
}

    .BookingCheckinOut div {
        /*        min-width: 50%;*/
        margin: 0px 3px;
    }

.border-right-2 {
    border-right: 2px solid #bebebe;
}

.BookingPriceSummary {
    background: #ECF7FF;
    padding: 15px;
    margin: 10px -16px;
    display: flex;
    align-items: center;
}

    .BookingPriceSummary div {
        min-width: 20%
    }

.text-align-justify {
    text-align: justify
}

.Summary div {
    font-size: 16px !important;
    color: #27628d;
}

.PaymentCards img {
    height: 40px;
}

.form-group {
    margin-bottom: 10px;
}
/* Booking Page End */

.ProfileTabs {
    background: var(--WhiteBgColor);
    margin: 8px 0px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

    .ProfileTabs svg:first-child {
        background: var(--ThemeBgRedColor);
        padding: 5px;
        border-radius: 50%;
        width: 15px;
        height: 15px;
        color: white;
    }

    .ProfileTabs:active, .ProfileTabs:hover {
        background: var(--ThemeBgRedColor);
        color: var(--WhiteBgColor);
        cursor: pointer
    }

.ProfileGrides div {
    min-width: 33%
}

.text-right {
    text-align: right !important
}

.CursorPoniter {
    cursor: pointer
}

.modal-header {
    background: var(--ThemeBgRedColor);
    color: white;
    padding: 10px;
}

.ml-auto {
    margin-left: auto
}

.ProfileScrollBox {
    /*min-height: 168px;*/
    overflow: auto;
    max-height: 500px;
}

.contact-form-left {
    background-color: #e9e9e9;
    padding: 30px;
    border-radius: 20px;
    height: 100%;
    position: relative;
    overflow: hidden
}

.contact-info {
    display: flex;
    gap: 30px;
    padding-left: 30px;
    padding-top: 10px;
}

    .contact-info svg {
        color: darkgray;
    }


.contact-form-right {
    padding: 20px
}

.contact-radio-wrapper {
    display: flex;
    align-items: center;
    cursor: pointer;
}

    .contact-radio-wrapper input {
        display: none; /* Hide the default radio button */
    }

.contact-radio {
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px; /* Space between circle and label */
}

    .contact-radio.checked {
        border-color: #4caf50;
        background-color: #4caf50;
    }

        .contact-radio.checked::after {
            content: '';
            width: 10px;
            height: 10px;
            background-color: white;
            border-radius: 50%;
        }

.contact-label {
    font-size: 16px;
    color: #333;
}

.contact-ico-main svg {
    background: var(--ThemeBgRedColor);
    color: white;
    border-radius: 50%;
    padding: 15px;
    margin: 3px;
    width: 20px;
    height: 20px;
}

input:checked + .contact-radio {
    border-color: #4caf50;
    background-color: #4caf50;
}

    input:checked + .contact-radio::after {
        content: '';
        width: 10px;
        height: 10px;
        background-color: white;
        border-radius: 50%;
    }

.contact-form-group {
    position: relative;
    margin-top: 30px;
}

input:focus-visible + label {
    outline: none;
}

.contact-form-control {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    width: 100%
}

    .contact-form-control:focus {
        outline: none;
        border-bottom: 2px solid var(--ThemeBgRedColor);
        box-shadow: none;
    }

.contact-form-label {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    color: #666;
    transition: all 0.2s ease-in-out;
    pointer-events: none;
}

.contact-form-control:focus ~ .contact-form-label,
.contact-form-control:not(:placeholder-shown) ~ .contact-form-label {
    top: -18px;
    font-size: 12px;
    color: #000;
}

.contact-circle-1 {
    position: absolute;
    height: 130px;
    width: 130px;
    border-radius: 50%;
    right: 50px;
    bottom: 50px;
    background-color: var(--ThemeBgYellowColor);
    opacity: 0.5;
    z-index: 1
}

.contact-circle-2 {
    position: absolute;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    right: -60px;
    bottom: -45px;
    opacity: 0.5;
    background-color: var(--ThemeBgRedColor);
}

.inquiry-modal-content {
    border-radius: 10px;
    overflow: hidden;
}

    .inquiry-modal-content .modal-header {
        background-color: #f15922;
        color: white;
    }

    .inquiry-modal-content .modal-footer .btn-primary {
        background-color: #f15922;
        border-color: #f15922;
    }

.model-inquiry h4 {
    color: #424242
}

/*.model-inquiry hr {
    border: 1px solid var(--ThemeBgRedColor);
    border-radius: 5px;
    opacity: 1;
    margin-top: 0
}*/

.model-inquiry .form-control {
    border: 1px solid gray;
    margin-bottom: 10px;
}

.cookie-modal {
    position: fixed;
    bottom: 20px;
    width: 50%;
    background: #f5f5f5;
    left: 25%;
    border-radius: 4px;
    z-index: 1000;
    border: 2px solid var(--ThemeBgRedColor);
    text-align: center;
}

    .cookie-modal .modal-footer {
        margin-top: 10px;
        padding: 8px 15px;
        background-color: var(--ThemeBgRedColor);
        border-top: 2px solid var(--ThemeBgRedColor);
    }

#cookieModal .cancelbtn {
    background: transparent;
    color: black;
    border: 2px solid #990000;
    padding: 2px 20px;
    border-radius: 3px !important;
}

    #cookieModal .cancelbtn:hover {
        background-color: #b40404 !important;
        color: white !important;
    }

#cookieModal .accpbtn {
    background-color: var(--ThemeBgRedColor);
    padding: 2px 20px;
    border: 2px solid var(--ThemeBgRedColor);
    border-radius: 3px !important;
}

    #cookieModal .accpbtn:hover {
        background-color: var(--ThemeBgDarkRedColor) !important;
        color: white;
    }

#cookieModal h5 {
    margin-left: 10px;
    margin-bottom: 5px;
}

#cookieModal .pref {
    color: #001029;
    font-size: 13px;
    text-decoration: 1px black underline;
    text-transform: capitalize;
}

.butn-close:hover {
    background-color: transparent !important;
    /* padding: 4px 11px 4px 5px; */
    border-top-right-radius: 5px !important;
    transition: .5s all ease !important;
    border-bottom-right-radius: 5px !important;
}

.butn-close {
    transition: .5s all ease !important;
    background-color: transparent;
    color: #4b4b4b;
    border: 2px solid #4b4b4b;
    border-left: none;
    border-radius: 0px !important;
    padding: 2px 9px 2px 5px;
    margin-left: 20px;
}
/*.cookie-modal-content button {
        margin: 5px;
        padding: 10px 20px;*/
/*  background-color: #007bff;*/
/*color: white;
        border: none;*/
/*  border-radius: 5px;*/
/*cursor: pointer;
    }*/
.cookie-modal-content button:hover {
    background-color: #0056b3;
}


.gallery-wrap {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 5px;
    height: 40vh;
}

    .gallery-wrap .item {
        flex: 1;
        border: 2px solid lightgray;
        border-radius: 5px;
        height: 100%;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        transition: flex .7s cubic-bezier(0.79, 0.16, 0.59, 0.93);
    }

        .gallery-wrap .item:hover {
            flex: 3;
        }



@media only screen and (max-width: 600px) {
    .cookie-modal {
        width: 90% !important;
        margin: 0 20px;
        left: 0%
    }
}


@media (min-width: 300px) and (max-width: 789px) {
    .parallax .box {
        width: 100% !important;
    }

    #captchaContainer {
        width: 100% !important;
    }

    #txtInput {
        margin-top: 4px;
        width: 100%;
        padding: 5px;
        border: 2px dashed #003a7c;
    }

    #RefreshCaptcha {
        position: absolute;
        right: 10px;
        bottom: 10px;
    }
}

.ar {
    font-family: arabic;
    word-spacing: 2px
}
