:root {
    --black-sfd: #000000;
    --white-sfd: #ffffff;
    --main-green-sfd: #009e60;
    --light-gray: #efefef;
    --yellow-sfd: #f0e839;
    --dark-gray-sfd: #1e1e1e;
    --green-sfd-v1: #00541c;
    --green-sfd-v2: #155132;
    --green-sfd-v3: #1a643e;
    --green-sfd-v4: #1f774a;
    --gray-sfd: #e3e3e3;
    --gray-sfd-v1: #7c7c7c;
    --green-rgb-sfd-v1: 0, 84, 28;
    --main-rgb-green-sfd: 0, 158, 96;
    --white-rgb-sfd: 255, 255, 255;
    --black-rgb-sfd: 0, 0, 0;
}

body {
    padding-top: 0px;
    padding-bottom: 0px;
    /*-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;*/
    font-family: "Open Sans", sans-serif;
    position: relative;
    overflow-x: hidden;
}

a,
a:active,
a:focus,
button,
button:focus,
button:active,
.btn,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
    outline: none;
    outline: 0;
}

input::-moz-focus-inner {
    border: 0;
}

.theme-dropdown .dropdown-menu {
    position: static;
    display: block;
    margin-bottom: 20px;
}

.theme-showcase>p>.btn {
    margin: 5px 0;
}

.theme-showcase .navbar .container {
    width: auto;
}

li a:hover {
    text-decoration: none;
}

.no-resize {
    resize: none !important;
}

input[type="file"].form-control {
    height: auto !important;
}


/********************************************************
********************************************************/

header {
    z-index: 9;
    padding: 5px 0;
    background-color: rgba(var(--white-rgb-sfd), 1);
    transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
}

header .btn-yellow {
    padding: 9px 16px;
    font-size: 14px;
}

.logo_area {
    width: 230px;
    padding: 0;
    transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
}

.logo_area img {
    width: 100%;
    transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
}

.fixed-header-top {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 39;
    background-color: rgba(var(--white-rgb-sfd), 0.97);
    transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
}

.fixed-header-top .logo_area {
    width: 180px;
    transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
}

.banner_sec {
    position: relative;
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    animation: slideshow 15s ease-in-out infinite;
    display: flex;
    align-items: center;
}

@keyframes slideshow {
    0% {
        background-image: url("../img/banner-4.webp");
    }
    33% {
        background-image: url("../img/banner-5.webp");
    }
    66% {
        background-image: url("../img/banner-6.webp");
    }
    100% {
        background-image: url("../img/banner-4.webp");
    }
}

.white_bg_area {
    width: 100%;
    /* height: 189px; */
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    z-index: 0;
}


/* .facilitySec {
    margin-bottom: 120px;
} */

.banner_sec h1 {
    /*  font-size: 48px; */
    color: var(--white-sfd);
    font-weight: 400;
    font-family: "DM Serif Display", serif;
    margin: 0 0 15px 0;
    text-align: center;
    text-shadow: 2px 2px 10px #004a19;
}

.banner_sec h1 .title1 {
    font-size: 68px;
    letter-spacing: 4px;
}

.banner_sec h1 .title2 {
    font-size: 76px;
    letter-spacing: 4px;
}

.banner_sec h2 {
    font-size: 36px;
    color: var(--white-sfd);
    font-weight: 400;
    font-family: "DM Serif Display", serif;
    margin: 0 0 30px 0;
    text-align: center;
}

.banner_sec .tab_area {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
    background-color: rgba(var(--white-rgb-sfd), 0.066);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: rgba(var(--white-rgb-sfd), 0.66) 1px solid;
    padding: 15px;
}

.banner_sec .tab_area .nav-tabs {
    border-bottom: 0;
}

.banner_sec .tab_area .nav-tabs .nav-link {
    background-color: rgba(var(--black-rgb-sfd), 0.3);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: rgba(var(--black-rgb-sfd), 0.66) 0px solid;
    border: var(--bs-nav-tabs-border-width) solid transparent;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 12px 22px;
    color: var(--white-sfd);
    font-size: 15px;
}

.banner_sec .tab_area .nav-tabs .nav-link img {
    margin-right: 8px;
}

.banner_sec .tab_area .nav-tabs .nav-link:focus,
.banner_sec .tab_area .nav-tabs .nav-link:hover {
    color: var(--white-sfd);
    background-color: var(--main-green-sfd);
    border-color: var(--main-green-sfd);
}

.banner_sec .tab_area .nav-tabs .nav-item.show .nav-link,
.banner_sec .tab_area .nav-tabs .nav-link.active {
    color: var(--white-sfd);
    background-color: var(--main-green-sfd);
    border-color: var(--main-green-sfd);
}

.banner_sec .tab-content {
    background-color: var(--white-sfd);
    border-radius: 0 12px 12px 12px;
    padding: 15px 15px 0px 15px;
}

.select_area,
.calenadr_area {
    position: relative;
}

.select_area::after {
    width: 15px;
    height: 10px;
    background: url(../img/angle_down.webp) no-repeat;
    content: "";
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
}

.calenadr_area::after {
    /* width: 19px;
    height: 22px;
    background: url(../img/calenar_ico.webp) no-repeat; */
    content: "\F214";
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: normal;
    color: var(--main-green-sfd);
    position: absolute;
    right: 15px;
    top: 16px;
    margin: auto;
    pointer-events: none;
}

.banner_sec .tab-content .form-control,
.login-form .form-control {
    display: block;
    width: 100%;
    height: 48px;
    padding: 6px 40px 6px 15px;
    font-size: 15px;
    line-height: 1.42857143;
    color: var(--black-sfd);
    font-family: "Inter", sans-serif;
    background-color: var(--light-gray);
    background-image: none;
    border: 1px solid var(--light-gray);
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
}

.banner_sec .tab-content textarea.form-control {
    height: auto;
}

.banner_sec .tab-content .form-control:focus,
.login-form .form-control:focus {
    border-color: var(--main-green-sfd);
    outline: 0;
    background-color: var(--light-gray);
    -webkit-box-shadow: inset 0 1px 1px rgba(var(--main-rgb-green-sfd), 0.075), 0 0 8px rgba(var(--main-rgb-green-sfd), 0.6);
    box-shadow: inset 0 1px 1px rgba(var(--main-rgb-green-sfd), 0.075), 0 0 8px rgba(var(--main-rgb-green-sfd), 0.6);
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
}

.btn-green {
    width: auto;
    color: var(--white-sfd);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-family: "Inter", sans-serif;
    border: var(--main-green-sfd) 1px solid;
    padding: 12px 10px;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    display: inline-block;
    background: var(--main-green-sfd);
}

.btn-green:focus,
.btn-green:hover {
    background: var(--black-sfd);
    color: var(--white-sfd);
    border: var(--black-sfd) 1px solid;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    outline: 0;
}

.modal a.link {
    text-decoration: none;
    color: var(--gray-sfd-v1);
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
}

.modal a.link:hover {
    text-decoration: none;
    color: var(--main-green-sfd);
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
}

.input-with-icon {
    position: relative;
    width: 100%;
}

.input-with-icon .form-control {
    padding-left: 45px;
}

.input-with-icon i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    font-size: 18px;
    color: #a2a9bf;
    font-style: normal;
    cursor: normal;
    pointer-events: none;
}


/********************************************************
********************************************************/

section {
    padding: 50px 0;
}

.headline {
    padding-bottom: 35px;
}

.headline h2 {
    font-size: 50px;
    color: var(--black-sfd);
    font-weight: 400;
    font-family: "DM Serif Display", serif;
    margin: 0;
    padding-bottom: 20px;
    position: relative;
    display: inline-block;
}

.headline h2:after {
    width: 184px;
    height: 21px;
    background: url(../img/vector-line.webp) no-repeat;
    content: "";
    position: absolute;
    right: -45px;
    bottom: 0;
}

.destination_list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.destination_list .item {
    /* width: 23.4%;
    height: auto; */
    padding: 0;
    margin: 0 7px;
    display: inline-block;
    vertical-align: top;
    transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
}

.destination_area {
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.destination_area img {
    width: 100%;
    height: auto;
}

.destination_area .destination_txt {
    width: 90%;
    height: auto;
    background-color: rgba(var(--black-rgb-sfd), 0.3);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 10px;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    margin: auto;
}

.destination_area .destination_txt h4 {
    color: var(--white-sfd);
    font-family: "Inter", sans-serif;
    font-size: 13px;
    margin: 0;
}

.btn-yellow {
    width: auto;
    color: var(--dark-gray-sfd);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-family: "Inter", sans-serif;
    border: var(--yellow-sfd) 1px solid;
    padding: 11px 13px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    display: inline-block;
    background: var(--yellow-sfd);
}

.btn-yellow:focus,
.btn-yellow:hover {
    background: var(--main-green-sfd);
    color: var(--white-sfd);
    border: var(--main-green-sfd) 1px solid;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    outline: 0;
}


/********************************************************
********************************************************/

.book_safari_sec {
    background-image: url("../img/book_safari_bg.webp");
    min-height: 600px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.book_safari_sec:before {
    width: 100%;
    height: 100%;
    background-color: rgba(var(--green-rgb-sfd-v1), 0.92);
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.z-idex2 {
    position: relative;
    z-index: 2;
}

.book_safari_sec .headline h2 {
    color: var(--white-sfd);
}

.book_safari_area {
    position: relative;
}

.book_safari_area .btn-yellow {
    padding: 4px 13px;
    font-size: 22px;
}

.book_safari_area .nav-tabs {
    border-bottom: 0;
    margin-bottom: 40px;
    justify-content: center;
}

.book_safari_area .nav-tabs .nav-link {
    border: var(--bs-nav-tabs-border-width) solid var(--white-sfd);
    border-radius: 10px;
    margin: 0 12px;
    font-size: 16px;
    padding: 9px 34px;
    color: var(--white-sfd);
}

.book_safari_area .nav-tabs .nav-item.show .nav-link,
.book_safari_area .nav-tabs .nav-link.active {
    color: var(--main-green-sfd);
    background-color: var(--white-sfd);
}

.book_safari_area .nav-tabs .nav-link:focus,
.book_safari_area .nav-tabs .nav-link:hover {
    color: var(--main-green-sfd);
    background-color: var(--white-sfd);
}


/********************************************************
********************************************************/

.gallery_sec .headline h2:after {
    right: 0;
    bottom: -5px;
    left: 0;
    margin: 0 auto;
}

.gallery_sec .gallery_area {
    width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.gallery_sec .gallery_area .gallery_txt {
    width: 95%;
    height: auto;
    padding: 20px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    margin: 0 auto;
    text-align: center;
    pointer-events: none;
}

.gallery_sec .gallery_area .gallery_txt h4 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    font-family: "DM Serif Display", serif;
    color: var(--white-sfd);
}

.gallery_sec .gallery_list {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.gallery_sec .gallery_list li {
    width: auto;
    padding: 7px 6px;
    margin: 0;
    display: inline-block;
}

.gallery_sec .gallery_list li:nth-child(1),
.gallery_sec .gallery_list li:nth-child(3) {
    width: 26%;
}

.gallery_sec .gallery_list li:nth-child(2) {
    width: 46.5%;
}

.gallery_sec .gallery_list li:nth-child(4),
.gallery_sec .gallery_list li:nth-child(5) {
    width: 49.5%;
}


/********************************************************
********************************************************/

.counter_list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}

.counter_list li {
    padding: 50px 0;
    margin: 0;
    width: 100%;
    text-align: center;
}

.counter_list li:nth-child(1) {
    background-color: var(--green-sfd-v2);
}

.counter_list li:nth-child(2) {
    background-color: var(--green-sfd-v3);
}

.counter_list li:nth-child(3) {
    background-color: var(--green-sfd-v4);
}

.counter_sec .count-title {
    font-size: 45px;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    font-family: "DM Serif Display", serif;
    color: var(--white-sfd);
}

.counter_sec .count-text {
    font-size: 16px;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
    font-family: "Inter", sans-serif;
    color: var(--white-sfd);
}


/********************************************************
********************************************************/

.map_sec {
    padding-left: 60px;
    padding-right: 60px;
    position: relative;
}

.map_txt {
    width: auto;
    height: auto;
    padding: 10px 24px;
    background-color: var(--white-sfd);
    border-radius: 10px;
    position: absolute;
    left: 70px;
    top: 25%;
}

.map_txt h3 {
    font-size: 20px;
    color: var(--black-sfd);
    margin: 0;
    font-family: "DM Serif Display", serif;
}

.map_sec iframe {
    width: 100%;
    height: 540px;
    border-radius: 15px;
}


/********************************************************
********************************************************/

footer {
    background-color: var(--gray-sfd);
    padding: 80px 0 25px;
}

.big_footer h4 {
    font-size: 23px;
    color: var(--black-sfd);
    margin: 0 0 20px 0;
    font-family: "DM Serif Display", serif;
}

.footer_logo {
    width: 180px;
    height: auto;
    display: block;
}

.footer_logo img {
    width: 100%;
    height: auto;
}

.footer_menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer_menu li {
    padding: 0 0 10px 0;
    margin: 0;
}

.footer_menu li a {
    font-size: 14px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: var(--black-sfd);
    text-decoration: none;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.footer_menu li a:hover {
    color: var(--main-green-sfd);
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.big_footer p {
    font-size: 14px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: var(--black-sfd);
}

.Contact_list p {
    font-size: 14px;
    position: relative;
    padding-left: 37px;
}

.Contact_list p a {
    text-decoration: none;
    color: var(--black-sfd);
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.Contact_list p a:hover {
    color: var(--main-green-sfd);
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.Contact_list p img {
    position: absolute;
    left: 0;
    top: -2px;
}

.copy_footer {
    text-align: center;
}

.copy_footer p {
    font-size: 14px;
    color: #a4a4a4;
    font-weight: 400;
    margin-bottom: 0;
    padding: 25px 0 0;
    font-family: "Inter", sans-serif;
}

.copy_footer p a {
    color: #a4a4a4;
    text-decoration: none;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.copy_footer p a:hover {
    color: var(--main-green-sfd);
    text-decoration: none;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.copy_footer hr {
    opacity: 0.05;
}


/********************************************************
********************************************************/

.inner-banner-section {
    position: relative;
    background: #000;
    min-height: 480px;
    /*  max-height: 400px; */
    overflow: hidden;
    width: 100%;
    height: auto;
    padding: 80px 0;
    display: flex;
    align-items: center;
}

.inner-banner-section img {
    width: 100%;
    opacity: 0.7;
}


/* .inner-banner-section .inner-banner-txt {
    width: 80%;
    height: 265px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    bottom: 5px;
    margin: auto;
} */

.inner-banner-section h1 {
    font-size: 54px;
    color: var(--white-sfd);
    font-weight: 400;
    font-family: "DM Serif Display", serif;
    margin: 0 0 15px 0;
    text-align: center;
}

.inner-banner-section .tab_area {
    width: 100%;
    height: auto;
    background-color: rgba(var(--white-rgb-sfd), 0.066);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: rgba(var(--white-rgb-sfd), 0.66) 1px solid;
    padding: 15px;
}

.inner-banner-section .form-content {
    background-color: var(--white-sfd);
    border-radius: 12px;
    padding: 15px 15px 0px 15px;
}

.inner-banner-section .form-control,
.destination_slider_area .form-control {
    display: block;
    width: 100%;
    height: 48px;
    padding: 6px 40px 6px 15px;
    font-size: 15px;
    line-height: 1.42857143;
    color: var(--black-sfd);
    font-family: "Inter", sans-serif;
    background-color: var(--light-gray);
    background-image: none;
    border: 1px solid var(--light-gray);
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
}

.inner-banner-section textarea.form-control {
    height: auto;
}

.inner-banner-section .form-control:focus {
    border-color: var(--main-green-sfd);
    outline: 0;
    background-color: var(--light-gray);
    -webkit-box-shadow: inset 0 1px 1px rgba(var(--main-rgb-green-sfd), 0.075), 0 0 8px rgba(var(--main-rgb-green-sfd), 0.6);
    box-shadow: inset 0 1px 1px rgba(var(--main-rgb-green-sfd), 0.075), 0 0 8px rgba(var(--main-rgb-green-sfd), 0.6);
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
}


/* 
.inner-banner-section .calenadr_area .form-control {
    width: 185px;
}

.inner-banner-section .select_property .form-control {
    width: 230px;
}

.inner-banner-section .select_guests .form-control {
    width: 200px;
} */


/********************************************************
********************************************************/

.slider_list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.destination_slider_area {
    width: 100%;
    height: auto;
    background-color: var(--white-sfd);
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    display: flex;
}

.destination_slider_area .destination_slider_img {
    /* width: 40%; */
    height: auto;
}

.destination_slider_area .destination_slider_txt {
    /* width: 59%; */
    height: auto;
    padding: 25px;
}

.destination_slider_area .destination_slider_txt h3 {
    font-size: 28px;
    color: var(--black-sfd);
    font-weight: 400;
    font-family: "DM Serif Display", serif;
    margin: 0 0 15px 0;
}

.destination_slider_area p {
    font-size: 14px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: var(--gray-sfd-v1);
    line-height: 1.5;
}

.destination_slider_area p.map_ico {
    padding-left: 30px;
    position: relative;
}

.destination_slider_area p.destination_p {
    overflow: hidden;
    /* display: -webkit-box; */
    -webkit-line-clamp: 3;
    /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.destination_slider_area p.map_ico i {
    font-size: 18px;
    color: var(--main-green-sfd);
    position: absolute;
    left: 0;
    top: 2px;
}

.destination_slider_area h4 {
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    color: var(--black-sfd);
}

.destination_slider_area h4 b {
    font-weight: 700;
    color: var(--main-green-sfd);
}

.destination_slider_area h4 span {
    font-size: 14px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: var(--gray-sfd-v1);
}

.destination_slider_area h5 {
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    color: var(--black-sfd);
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    position: absolute;
}

.destination-carousel .owl-nav .owl-prev,
.destination-carousel .owl-nav .owl-next {
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    font-size: 14px;
    color: var(--black-sfd);
    background-color: var(--white-sfd) !important;
    cursor: pointer;
    text-align: center;
    line-height: 29px;
    border-radius: 50%;
    transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.15);
}

.destination-carousel .owl-nav .owl-prev:hover,
.destination-carousel .owl-nav .owl-next:hover {
    color: var(--white-sfd);
    background-color: var(--main-green-sfd);
    transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
}

.destination-carousel .owl-nav .owl-prev {
    left: 20px;
}

.destination-carousel .owl-nav .owl-next {
    right: 20px;
}


/********************************************************
********************************************************/

.log_list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 10px;
}

.log_list li {
    padding: 0;
    margin: 0;
}

.text-green {
    color: var(--main-green-sfd) !important;
}

.destination_slider_area .details_despcrip p.destination_p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    line-clamp: 10;
    -webkit-box-orient: vertical;
    line-height: 1.8;
}

.ameneties_list {
    padding: 0;
    margin: 40px 0 0 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ameneties_list li {
    /* padding: 0 0 0 62px;
    margin: 0; */
    position: relative;
    font-size: 15px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    color: var(--gray-sfd-v1);
}

.ameneties_list li a {
    text-decoration: none;
    color: var(--gray-sfd-v1);
    transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
}

.ameneties_list li a:hover {
    color: var(--main-green-sfd);
    transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
}

.ameneties_list_ico {
    width: 50px;
    height: 50px;
    background: rgba(var(--main-rgb-green-sfd), 0.1);
    border-radius: 50%;
    line-height: 49px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.map_area {
    border-radius: 20px;
    overflow: hidden;
}

.map_area iframe {
    width: 100%;
    height: 400px;
}


/********************************************************
********************************************************/

.table.table-roomtype {
    margin-bottom: 0;
}

.table.table-roomtype tr th {
    background-color: #d6f0df;
    border-color: #d6f0df;
    padding: 10px 25px;
    color: #000;
    font-size: 17px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
}

.table.table-roomtype tr th:first-child {
    padding: 10px 20px;
}

.table.table-roomtype tr td:first-child {
    padding: 20px;
}

.table.table-roomtype tr td {
    padding: 20px 20px;
}

.table.table-roomtype tr th {
    vertical-align: middle;
}

.table.table-roomtype tr th h3 {
    color: var(--main-green-sfd);
    font-size: 24px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    margin: 15px 0;
}

.table.table-roomtype tr th h3 span {
    color: #7c7c7c;
    font-size: 14px;
    font-weight: 400;
}

.table.table-roomtype tr td h4 {
    color: var(--gray-sfd-v2);
    font-size: 19px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
}

.table.table-roomtype tr td h4 a {
    color: var(--gray-sfd-v2);
    text-decoration: none;
}

.table.table-roomtype tr td h5 {
    color: #7c7c7c;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
}

.table.table-roomtype tr td p {
    color: #7c7c7c;
    font-size: 14px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
}


/********************************************************
********************************************************/

#RoomtypeModal .modal-body h3 {
    color: #5f5f5f;
    font-size: 22px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    margin: 15px 0;
}

#RoomtypeModal .modal-body h4 {
    color: #5f5f5f;
    font-size: 17px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
}

#RoomtypeModal .modal-body {
    padding: 15px;
}


/* #RoomtypeModal .modal-body #sync1 .owl-stage-outer, #RoomtypeModal .modal-body #sync2 .owl-stage-outer{
	padding: 15px;
} */

#sync1 .item {
    padding: 0px;
    margin: 5px 0;
    width: 100%;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    /* -webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.15);
box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.15); */
}

#sync1 .item img {
    width: 100%;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

#sync2 .item {
    background: #c9c9c9;
    padding: 0px;
    margin: 5px;
    color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    cursor: pointer;
}

#sync2 .item img {
    width: 100%;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}


/* #sync2 .current .item {
	
  }
  
  #sync1.owl-theme .owl-nav {
  } */

#sync1.owl-theme .owl-nav [class*="owl-"] {
    transition: all 0.3s ease;
}

#sync1.owl-theme .owl-nav [class*="owl-"].disabled:hover {
    background-color: #d6d6d6;
}

#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%;
}

#sync1.owl-theme .owl-prev {
    left: 10px;
}

#sync1.owl-theme .owl-next {
    right: 10px;
}

#sync2.owl-theme .owl-nav {
    display: none;
}


/********************************************************
********************************************************/

.inner-banner-section.information-banner .inner-banner-txt {
    width: 80%;
    /* height: 265px; */
    height: 77px;
    position: absolute;
    left: 0;
    right: 0;
    /* top: 50px; */
    top: 0;
    /* bottom: 5px; */
    bottom: 50px;
    margin: auto;
}


/* Style the form */

#regForm {
    background-color: #ffffff;
    margin: 100px auto;
    padding: 40px;
    width: 70%;
    min-width: 300px;
}


/* Style the input fields */

input {
    /* padding: 10px; */
    width: 100%;
    /* font-size: 15px; */
    /* font-family: Raleway; */
    border: 1px solid #aaaaaa;
}


/* Mark input boxes that gets an error on validation: */

input.invalid {
    background-color: #ffdddd;
}


/* Hide all steps by default: */

.tab {
    display: none;
}

.step_txt {
    text-align: center;
}

.step_txt h4 {
    color: #5f5f5f;
    font-size: 23px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    margin: 15px 0;
}


/* Make circles that indicate the steps of the form: */

.step {
    height: 55px;
    width: 55px;
    margin: 0 2px;
    background-color: #cbcbcb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 54px;
}


/* Mark the active step: */

.step.active {
    background-color: #2ecc71;
}


/* Mark the steps that are finished and valid: */

.step.finish {
    background-color: #2ecc71;
}


/****************************SOURABH HAZARI 28-09-2024****************************
********************************************************/

.gray {
    background: #f7f9fc;
}

.checkout-wrap {
    padding: 2rem 0 1rem 0;
    background: #fff;
    border-radius: 4px;
    margin-bottom: 30px;
    border: 1px solid #eef2f7;
}

.checkout-wrap .btn.btn-theme {
    margin-top: 16px;
    border-color: #00bdd6 !important;
    background-color: #00bdd6 !important;
}

.checkout-head {
    padding-bottom: 1rem;
    border-bottom: 1px solid #e7eaec;
}

.checkout-body {
    padding: 1rem 2rem 0;
}

.checkout-head ul {
    display: flex;
    width: 100%;
    align-items: center;
}

.checkout-head ul li {
    width: 33.333333%;
    flex: 0 0 33.333333%;
    list-style: none;
    text-align: center;
}

.checkout-head ul li span {
    display: table;
    background: #fff;
    width: 30px;
    height: 30px;
    margin: 5px auto;
    border-radius: 50%;
    line-height: 30px;
    color: var(--main-green-sfd);
    box-shadow: 0 0 0 4px rgba(210, 204, 201, 0.4);
    font-size: 14px;
}

.checkout-head ul li.active span {
    background: var(--main-green-sfd);
    color: #fff;
    box-shadow: 0 0 0 4px rgba(76, 220, 173, 0.4);
}

.checkout-side {
    padding: 0 0 0;
    background: #fff;
    border-radius: 4px;
    margin-bottom: 30px;
    border: 1px solid #eef2f7;
}

.thm-txt {
    color: var(--main-green-sfd);
}

.thm-bg {
    background: var(--main-green-sfd);
}

.form-group {
    color: var(--main-green-sfd);
    font-weight: 600;
    font-size: 14px;
    position: relative;
    padding: 0;
    margin-bottom: 15px;
}

.form-group label {
    margin-bottom: 5px;
}

.checkbox-custom,
.radio-custom {
    opacity: 0;
    position: absolute;
}

.checkbox-custom,
.checkbox-custom-label,
.radio-custom,
.radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointerer;
}

.checkbox-custom-label,
.radio-custom-label {
    position: relative;
}

.checkbox-custom+.checkbox-custom-label:before {
    content: "";
    background: #fff;
    border: 1px solid #000;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 0;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.radio-custom+.radio-custom-label:before {
    content: "";
    background: #fff;
    border: 1px solid #000;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.checkbox-custom:checked+.checkbox-custom-label:before {
    background: var(--main-green-sfd);
    border: 1px solid var(--main-green-sfd);
    border-radius: 0;
    /* box-shadow: inset 0 0 0 4px #fff */
    content: "\F633";
    font-family: bootstrap-icons !important;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    line-height: 1;
}

.radio-custom+.radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:checked+.radio-custom-label:before {
    background: var(--main-green-sfd);
    box-shadow: inset 0 0 0 4px #fff;
}

.company-brands label {
    font-weight: 400;
    color: #828f99;
    font-size: 15px;
}

.checkbox-custom:focus+.checkbox-custom-label,
.radio-custom:focus+.radio-custom-label {
    outline: none;
}

.booking-short {
    padding: 0 1rem 0.5rem;
}

ul.booking-detail-list {
    margin: 0;
    padding: 0;
}

ul.booking-detail-list li {
    margin-bottom: 0;
    width: 100%;
    border-top: 1px dashed #ccc;
    padding: 12px 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: wrap;
}

ul.booking-detail-list li span {
    /* float: right; */
    font-weight: bold;
    color: #343a40;
    margin-bottom: 0;
    /* font-size: 14px; */
}

.dashboard-left-content {
    background: #fff;
    text-align: center;
    height: 100%;
    padding: 0;
    border-radius: 20px;
    display: block;
    padding: 0;
}

.d-user-avater {
    padding: 40px 20px;
}

.d-user-avater img.avater {
    /* width: 168px; */
    max-width: 168px;
}

.dashboard-list {
    list-style: none;
    padding: 0;
}

.dashboard-list .list.active>a {
    background: var(--main-green-sfd);
    font-weight: 500;
    color: #fff;
}

.dashboard-list .list a {
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    color: var(--dark-gray-sfd);
    padding: 15px 15px;
    cursor: pointer;
    border-radius: 0;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.single-reservation {
    border-radius: 20px;
    position: relative;
}

.base-padding {
    padding: 20px;
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.form-row>.col,
.form-row>[class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.dashboard-gravity-list ul li {
    padding: 15px;
    border: 1px solid #eaeaea;
    transition: 0.3s;
    position: relative;
    list-style: none;
}

.list-box-listing {
    display: flex;
    padding: 5px 0;
    position: relative;
}

.bookings .list-box-listing-img {
    max-width: 202px;
    height: auto;
    overflow: hidden;
    margin-right: 5px;
    flex: 1;
}

.bookings .list-box-listing-img img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

.list-box-listing-content {
    flex: 1;
    padding-left: 15px;
}

.bookings .list-box-listing-content .inner {
    top: 0;
    transform: none;
}

.list-box-listing-content .inner {
    position: relative;
    top: 0;
    vertical-align: top;
}

.list-box-listing-content .inner h3 {
    font-size: 18px;
    position: relative;
    margin-bottom: 10px;
}

.pending-booking .bookings .inner h3 span.booking-status {
    background-color: var(--main-green-sfd);
}

.bookings .inner h3 span.booking-status {
    border-radius: 50px;
    line-height: 20px;
    font-weight: 600;
    font-size: 12px;
    color: #fff;
    font-style: normal;
    padding: 2px 8px;
    margin-left: 3px;
    position: relative;
    top: -2px;
}

.list-box-listing-content .inner .mt-3 .btn {
    margin-bottom: 5px;
}

.wbsfda_tab.nav-pills {
    background-color: none;
    margin-top: 8px;
    padding: 0;
    border-radius: 0;
    border-bottom: 1px solid #dee2e6;
}

.wbsfda_tab.nav-pills .nav-link {
    background-color: rgba(var(--black-rgb-sfd), 0.3);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: rgba(var(--black-rgb-sfd), 0.66) 0px solid;
    border: var(--bs-nav-tabs-border-width) solid transparent;
    border-radius: 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 12px 22px;
    color: var(--white-sfd);
    font-size: 15px;
}


/* 
.banner_sec .tab_area .nav-tabs .nav-link img {
    margin-right: 8px;
} */

.wbsfda_tab.nav-pills .nav-link:focus,
.wbsfda_tab.nav-pills .nav-link:hover {
    color: var(--white-sfd);
    background-color: var(--main-green-sfd);
    border-color: var(--main-green-sfd);
}

.wbsfda_tab.nav-pills .nav-link.active,
.wbsfda_tab.nav-pills .show>.nav-link {
    color: var(--white-sfd);
    background-color: var(--main-green-sfd);
    border-color: var(--main-green-sfd);
}


/* 
.wbsfda_tab.nav-pills .nav-link {
    color: var(--dark-gray-sfd);
    background-color: #FFF;
    border: 1px solid var(--main-green-sfd);
    margin: 8px 5px;
}

.wbsfda_tab.nav-pills .nav-link.active,
.wbsfda_tab.nav-pills .show>.nav-link {
    background-color: var(--main-green-sfd);
    color: #fff;
} */

.light-grn-bg {
    background: #d6f0df !important;
}

.text-justify {
    text-align: justify;
}

.req {
    color: red;
}

.form-check-input:checked {
    background-color: var(--main-green-sfd);
    border-color: var(--main-green-sfd);
}

tr.tr-disabled td {
    background-color: var(--gray-sfd);
    pointer-events: none;
}

.avatar {
    width: 30px;
    height: 30px;
}

.fixed-header .dropdown .dropdown-toggle {
    text-decoration: none;
}

.fixed-header .dropdown .dropdown-toggle::after {
    display: none;
}

.fixed-header .dropdown .dropdown-menu {
    border: 1px solid #eef2f7;
    border-radius: 4px;
}

.fixed-header .dropdown .dropdown-menu.show {
    animation-duration: 0.25s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-name: dropdownAnimation;
    animation-timing-function: ease;
    margin-top: 35px !important;
}

@keyframes dropdownAnimation {
    0% {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translate(0);
    }
}

.fixed-header .dropdown .dropdown-menu .dropdown-item {
    padding: 10px;
}

a.dropdown-item:active {
    background: var(--main-green-sfd);
}

.destination-carousel img {
    height: 288px;
    object-fit: contain;
}

.table-input-check {
    background-color: #ffffff;
    border: 2px solid #009e60;
}


/********************************************************
********************************************************/


/********************************************************
********************************************************/


/********************************************************
********************************************************/


/********************************************************
********************************************************/


/********************************************************
********************************************************/

.stellarnav.mobile.right>ul {
    z-index: 99;
}


/* @media (min-width:1200px){.container{max-width:1170px}} */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner_sec h1 .title1 {
        font-size: 54px;
        letter-spacing: 4px;
    }
    .banner_sec h1 .title2 {
        font-size: 62px;
        letter-spacing: 4px;
    }
}

@media (max-width: 767px) {
    .banner_sec h1 .title1 {
        font-size: 42px;
        letter-spacing: 2px;
    }
    .banner_sec h1 .title2 {
        font-size: 48px;
        letter-spacing: 2px;
    }
}

@media (max-width: 575px) {
    .banner_sec h1 .title1 {
        font-size: 32px;
        letter-spacing: 2px;
    }
    .banner_sec h1 .title2 {
        font-size: 36px;
        letter-spacing: 2px;
    }
}


/********************************************************
********************************************************/