










body {
    background-color: #f6f7fb;
}
.ui-datepicker-calendar{
    width: 100% !important;
}
.content-menubar-section {
    background: rgba(44, 53, 62, 0.79);
    background: -webkit-gradient(linear, left top, right top, from(rgba(44, 53, 62, 0.79)), to(rgba(34, 43, 51, 0.79)));
    background: linear-gradient(90deg, rgba(44, 53, 62, 0.79) 0%, rgba(34, 43, 51, 0.79) 100%);
}
.share-section{
    padding: .5rem !important;
    border: 1px solid #dee2e6 !important;
    border-radius: 4px !important;
    background-color: #fff !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}
.text-theme-icons{
    color: #3f78c5 !important;
}
.share ul {
    color: #c5cdd2;
}
.opacity-75 {
    opacity: .75 !important;
}
.fs-12 {
    font-size: 12px !important;
}
.fw-500{
    font-weight: 500;
}
.fs-13{
    font-size: 13px !important;
}
.fs-14 {
    font-size: 14px !important;
}
.fs-5{
    font-size: 20px !important;
}
.fs-3 {
    font-size: 1.75rem !important;
}
.bg-theme-light-2{
    background-color: #f7f7f6;
}
.villa-detail-section {
    position: relative;
}
.villa-detail-section > * {
    position: relative;
    z-index: 1;
}

.informations {
    position: relative;
}
.informations > * {
    position: relative;
    z-index: 1;
    gap: 9px;
}

.images-wrapper::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 130px;
    background: #222b33;
    background: -webkit-gradient(linear, left bottom, left top, from(#222b33), to(rgba(44, 53, 62, 0)));
    background: linear-gradient(0deg, #222b33 0%, rgba(44, 53, 62, 0) 100%);
}
.images-wrapper .images .owl-nav {
    margin-top: 0px;
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 0px;
    padding: 0px 15px;
}
.images-wrapper .images .owl-nav button.owl-prev,
.images-wrapper .images .owl-nav button.owl-next {
    width: 40px;
    height: 40px;
    font-size: 20px;
    color: #000 !important;
    background-color: #fff !important;
}
.images-wrapper .all-photo {
    z-index: 2;
    bottom: 0;
    left: 0;
}
.pricing-table-section .table-actions .actions .nav-link {
    border-bottom: 2px solid transparent;
}
.pricing-table-section .table-actions .actions .nav-link.active {
    border-color: var(--theme-second);
    color: var(--theme-second) !important;
}
.pricing-table-section .pricing-item::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #ceae68;
    background: -webkit-gradient(linear, left top, right top, from(#ceae68), to(#e6cf9c));
    background: linear-gradient(90deg, #ceae68 0%, #e6cf9c 100%);
    opacity: 0;
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
}
.pricing-table-section .pricing-item:hover::before {
    opacity: 1;
}
.pricing-table-section .pricing-item > * {
    position: relative;
    z-index: 2;
}
.pricing-table-section .pricing-item:last-child {
    border-bottom: 0px !important;
}
.opportunity-dates-section .opportunity-item {
    --margin-adjusment: 27px;
    padding-bottom: var(--margin-adjusment);
}
.opportunity-dates-section .opportunity-item .item-content {
    background: #2c353e;
    background: -webkit-gradient(linear, left top, right top, from(#2c353e), to(#222b33));
    background: linear-gradient(90deg, #2c353e 0%, #222b33 100%);
    padding-bottom: 0px;
    border-radius: 19px;
}
.opportunity-dates-section .opportunity-item .item-content .percentile::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(33%, #4f5861), color-stop(0%, rgba(79, 88, 97, 0)));
    background-image: linear-gradient(to right, #4f5861 33%, rgba(79, 88, 97, 0) 0%);
    background-position: bottom;
    background-size: 14px 2px;
    background-repeat: repeat-x;
}
.opportunity-dates-section .opportunity-item .pricing-box {
    margin-bottom: calc(var(--margin-adjusment) - calc(var(--margin-adjusment) * 2));
    border-radius: 19px;
    background: #ceae68;
    background: -webkit-gradient(linear, left bottom, left top, from(#ceae68), to(#e6cf9c));
    background: linear-gradient(0deg, #ceae68 0%, #e6cf9c 100%);
    color: var(--bs-theme-first);
}
.white-section .section-box {
    background-color: #ffffff;
    border-radius: 7px;
}
.white-section .section-box .section-head {
    padding: 28px 38px;
    border-bottom: 2px solid #f5f3ef;
}
.dark-section .section-box {
    border: 1px solid #e7f4f5;
    box-shadow: 0px 13.99001px 23.98287px 0px rgba(129, 144, 149, .1);
}
.dark-section .section-box .section-head {
    padding: 28px 38px;
    border-bottom: 2px solid rgba(245, 243, 239, 0.05);
}
.home-rules-section {
    margin-bottom: 104px;
}
.home-rules-section .icon {
    width: 68px;
    height: 68px;
}
.home-rules-section .cards {
    margin-bottom: calc(104px - (104px * 2) - 24px);
}
.home-rules-section .cards .rules-card {
    background: #2c353e;
    background: -webkit-gradient(linear, left top, right top, from(#2c353e), to(#222b33));
    background: linear-gradient(90deg, #2c353e 0%, #222b33 100%);
}
.home-rules-section .cards .rules-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-position: left top;
    background-size: contain;
    background-repeat: no-repeat;
}
.home-rules-section .cards .rules-card > * {
    position: relative;
    z-index: 2;
}
.home-rules-section .cards .rules-card.info::before {
    background-image: url("../img/icons/4918904_faq_help_info_information_icon.png");
}
.home-rules-section .cards .rules-card.times::before {
    background-image: url("../img/icons/3643779_clock_hour_ticker_time_times_icon.png");
}
.overview-section .pool-dimensions {
    background: #2c353e;
    background: -webkit-gradient(linear, left top, right top, from(#2c353e), to(#222b33));
    background: linear-gradient(90deg, #2c353e 0%, #222b33 100%);
}
.overview-section .pool-dimensions .pools-tab .nav-item .nav-link {
    border-bottom: 1px solid transparent;
    margin-bottom: -1px;
}
.overview-section .pool-dimensions .pools-tab .nav-item .nav-link.active {
    border-color: var(--bs-theme-second-2);
    opacity: 1 !important;
}
.overview-section .pool-dimensions .pools-content {
    border-color: #313a44 !important;
}
.room-informations .nav .room-link.active {
    opacity: 1 !important;
}
.distance-section {
    margin-bottom: 64px;
}
.distance-section .go-location {
    background: #ceae68 !important;
    background: -webkit-gradient(linear, left top, right top, from(#ceae68), to(#e6cf9c)) !important;
    background: linear-gradient(90deg, #ceae68 0%, #e6cf9c 100%) !important;
}
@media only screen and (min-width: 1200px) {
    .distance-section .go-location {
        padding-top: 12px !important;
        padding-bottom: 12px !important;
    }
}
.distance-section .map-box {
    margin-bottom: -84px;
}
.distance-section .map-box .map {
    height: 256px;
    -webkit-transition: -webkit-filter 500ms;
    transition: -webkit-filter 500ms;
    transition: filter 500ms;
    transition: filter 500ms, -webkit-filter 500ms;
}
.distance-section .map-box .map:not(:hover) {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.comments-section .section-head .total-rating {
    background: #2c353e;
    background: -webkit-gradient(linear, left top, right top, from(#2c353e), to(#222b33));
    background: linear-gradient(90deg, #2c353e 0%, #222b33 100%);
}
.comments-section .section-head .total-rating::before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    border-left: 20px solid #ffffff;
    border-top: 44px solid transparent;
    border-bottom: 44px solid transparent;
    z-index: 1;
}
.comments-section .section-content {
    max-height: 782px;
    overflow-y: auto;
}
.comments-section .section-content::-webkit-scrollbar {
    width: 18px;
}
.comments-section .section-content::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 4px;
    padding: 4px 8px;
}
.comments-section .section-content::-webkit-scrollbar-thumb {
    border-radius: 12px;
    border: 6px solid #ffffff;
    background: #ceae68;
    background: -webkit-gradient(linear, left top, left bottom, from(#ceae68), to(#e6cf9c));
    background: linear-gradient(180deg, #ceae68 0%, #e6cf9c 100%);
    -webkit-transition: opacity 200ms;
    transition: opacity 200ms;
}
.comments-section .section-content .comment-item {
    margin-right: 4px;
}
@media only screen and (min-width: 1200px) {
    .comments-section .section-content .comment-item {
        padding-left: 38px !important;
        padding-right: 34px !important;
    }
}
.comments-section .section-content .comment-item:last-child {
    margin-bottom: 0px !important;
}
.booking-section {
    position: relative;
    z-index: 2;
}
.kategori_alanlari>div{
    padding: 8px 0;
}

.booking-section .section-content .selection-field {
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    background-color: #f6f8f8;
    margin-bottom: 8px;
    border-radius: 4px;
}
.booking-section .section-content .selection-field:last-child {
    border: 0px;
}
.booking-section .section-content .selection-field .underbox {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
    width: 100%;
    min-width: 280px;
    background-color: var(--bs-white);
    border-radius: 3px;
    color: var(--bs-dark);
    -webkit-transition: all 150ms;
    transition: all 150ms;
}
.booking-section .section-content .selection-field .underbox.show {
    opacity: 1;
    visibility: visible;
}
.booking-section .section-content .selection-field .underbox .select-item .actions input {
    width: 40px;
}
.booking-section .section-content .selection-field .underbox .select-item .actions button {
    width: 30px;
    height: 30px;
}
.booking-section .section-content .submit-btn {
    background: linear-gradient(0deg, rgba(60, 117, 202, 1) 0%, rgba(65, 180, 177, 1) 100%) !important;
    border: 0px !important;
}
.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
@media only screen and (min-width: 576px) and (max-width: 991px) {
    .booking-section .selection-field:first-child {
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }
}
@media only screen and (max-width: 767px) {
    .home-rules-section .icon {
        width: 48px;
        height: 48px;
    }
    .home-rules-section .icon img {
        width: 30px;
        height: 30px;
    }
}
@media only screen and (max-width: 575px) {
    .share ul {
        font-size: 16px !important;
    }
    .images .image-item img {
        height: 360px;
    }
    .white-section .section-box .section-head {
        padding: 20px 24px;
    }
    .dark-section .section-box .section-head {
        padding: 20px 24px;
    }
    .room-informations .nav {
        overflow-x: auto;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .room-informations .nav .room-link {
        white-space: nowrap;
        padding: 6px 12px !important;
        margin-right: 8px;
        background-color: var(--bs-theme-first-light) !important;
        color: #ffffff !important;
        border-radius: 2px !important;
    }
    .room-informations .room-image {
        height: 240px;
    }
    .comments-section .section-head .total-rating {
        background: transparent !important;
        color: var(--bs-theme-first) !important;
    }
    .comments-section .section-head .total-rating::before {
        display: none;
    }
    .comments-section .section-content {
        max-height: 592px;
    }
    .comments-section .comment-item .fs-5 {
        font-size: 18px !important;
    }
}
@media only screen and (max-width: 400px) {
    .room-informations .room-image {
        height: 200px;
    }
}
button.exit-btn,
button.minus,
button.plus {
    display: flex !important;
}


.input-group .btn {
    position: relative;
    z-index: 2;
}
button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
    cursor: pointer;
}
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem;
}

.btn-theme-first {
    color: #fff;
    background-color: #272f38;
    border-color: #272f38;
}


.input-group>.form-control, .input-group>.form-select {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
.form-control-sm {
    min-height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem;
}