@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --sidebar-width: 100%;
    --bs-card-radius: 1rem;
}

body {
    font-family: "Raleway", sans-serif;
}

h1, h2, h3 {
    font-size: 32px;
}

a {
    text-decoration: none;
}

.top-header {
    background-color: hsl(180, 9%, 98%);
}

.top-header a {
    color: #333;
    font-size: .9rem;
    font-weight: 500;
    transition: all ease .7s;
}

.top-header a:hover {
    color: #139966;
}

.top-header a svg {
    position: relative;
    top: -1px;
    margin-right: 2px;
}

.top-header a:hover svg {
    fill: #139966 !important;
}

.menu a {
    color: #111;
    border-right: 1px solid rgba(0, 0, 0, .1);
    transition: all ease .7s;
    font-size: 16px;
}

.menu a:last-child {
    border: none;
    padding-right: 0 !important;
    margin-right: 0 !important;
}

.menu a:hover {
    color: #139966;
    border-color: #139966;
}

.banner-wrapper {
    background-color: #139966;
    padding: 180px 145px;
    color: #fff;
    border-radius: 20px;
}

.banner-wrapper h1 {
    width: 70%;
}

.banner-search {
    background-color: #fff;
    border-radius: 20px;
}

.banner-search .form-control {
    height: 50px !important;
    border-radius: 0 !important;
    border: none !important;
    border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
    text-transform: uppercase;
}

.banner-search .form-select {
    height: 50px !important;
    border-radius: 0 !important;
    border: none !important;
    border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
    text-transform: uppercase;
}

.banner-search .select-wrapper {
    padding-left: 20px;
}

.top-search-bar .select-wrapper {
    padding-left: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    color: #aaa;
}

.banner-search .select-wrapper::before, .top-search-bar .select-wrapper::before {
    font-family: "Font Awesome 6 Free";
    content: "\f3c5";
    font-weight: 900;
    position: absolute;
    top: 12px;
    left: 0;
    color: #aaa;
}

.banner-search .search-input {
    padding-left: 20px;
    color: #aaa;
}

.top-search-bar .search-input {
    padding-left: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    color: #aaa;
}

.banner-search .search-input::before, .top-search-bar .search-input::before {
    font-family: "Font Awesome 6 Free";
    content: "\f002";
    font-weight: 900;
    position: absolute;
    top: 12px;
    left: 0;
    color: #aaa;
}

.banner-search .input-group-text {
    background-color: transparent !important;
    border: none !important;
}

.banner-search button {
    background-color: #4eb28c;
    color: #fff !important;
    height: 50px;
}

.banner-search button:hover {
    background-color: #139966;
}

header {
    background-color: #fff;
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    z-index: 99;
    transition: all ease 1.2s;
}

.sticky-tab {
    position: sticky;
    top: 109px;
    left: 0;
    z-index: 9;
    transition: all ease 1.2s;
    padding-top: 10px;
    background-color: #fff;
}

.place-box {
    background-color: #fff;
    border-radius: 12px;
    border: 1px solid hsl(180, 2%, 90%);
    padding: 0.75rem;
    transition: all ease .7s;
}

.place-box:hover {
    box-shadow: 1px 1px 15px #dedede;
    margin-top: -10px;
}

.place-image img {
    height: 180px;
    object-fit: cover;
    border-radius: 12px;
}

.place-region-category a {
    color: hsl(220, 9%, 39%);
    font-size: 0.8125rem;
}

.place-title a {
    color: hsl(0, 0%, 0%);
    font-size: 1.04rem;
    line-height: 1.375;
}

.place-rating {
    color: #139966;
    border-radius: 3px;
    font-size: 1rem;
    font-weight: bold;
}

.place-comments {
    color: hsl(220, 9%, 39%);
    font-size: .8rem;
}

.top-search-bar {
    display: none;
    opacity: 0;
    visibility: hidden;
    position: relative;
    top: 20px;
    transition: all ease .7s;
    width: 70%;
}

.mobile-menu-btn {
    display: none;
}

.show-search-bar {
    display: block;
    opacity: 1;
    visibility: visible;
    top: 0;
}

.show-mobile-menu {
    display: block;
}

.hide-menu {
    display: none;
}

.top-search-bar .form-control {
    height: 50px !important;
    border-radius: 0 !important;
    border: none !important;
    text-transform: uppercase;
}

.top-search-bar .form-select {
    height: 50px !important;
    border-radius: 0 !important;
    border: none !important;
    text-transform: uppercase;
}

.top-search-bar .input-group-text {
    background-color: transparent !important;
    border-radius: 0 !important;
    border: none !important;
}

.top-search-bar button {
    background-color: #4eb28c;
    color: #fff !important;
    height: 50px;
}

.top-search-bar button:hover {
    background-color: #139966;
}

.offcanvas-body .menu-row a {
    color: #000;
    transition: all ease .7s;
    text-transform: capitalize;
}

.offcanvas-body .menu-row a:hover {
    color: #139966;
}

.offcanvas-body .menu-row a:hover svg {
    fill: #139966 !important;
}

.login-signup-btn {
    background-color: #4eb28c;
    color: #fff;
    border-radius: 7px;
    transition: all ease .7s;
}

.login-signup-btn:hover {
    background-color: #139966;
}

.mobile-menu-anchor svg {
    fill: #4eb28c;
    transition: all ease .7s;
}

.mobile-menu-anchor:hover svg {
    fill: #139966;
}

.lists {
    background-color: #f3f3f3;
}

.list-box {
    transition: all ease .7s;
}

.list-box:hover {
    box-shadow: 1px 1px 15px #dedede;
    border-radius: 10px;
    background-color: #fff;
    padding-left: 25px !important;
    padding-right: 15px !important;
}

.list-image img {
    height: 275px;
    object-fit: cover;
    border-radius: 10px;
}

.list-title a {
    color: #111;
    font-size: 18px;
}

.list-desc a {
    color: #999;
}

.list-link a {
    color: #139966;
    font-size: 17px;
}

.first-box a {
    position: absolute;
    left: 10px;
    bottom: 20px;
    color: #139966;
}

.sub-banner-wrapper {
    background-color: #139966;
    color: #fff;
    border-radius: 10px;
    font-size: 1.1rem;
    padding: 1rem 1rem 1rem 2.5rem;
}

.sub-banner-wrapper a {
    color: #fff;
}

.sub-banner-wrapper img {
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
}

footer {
    background-color: #000;
    color: #fff;
    padding-top: 100px !important;
    padding-bottom: 30px !important;
}

footer a {
    color: #fff;
    transition: all ease .7s;
}

footer a:hover {
    color: #139966;
}

footer a:hover svg {
    fill: #139966 !important;
}

footer img {
    filter: brightness(100);
}

.footer-box h5 {
    border-bottom-color: rgba(255, 255, 255, .2) !important;
    font-size: 18px;
}

.footer-box p a {
    font-size: 13px;
    font-weight: lighter;
}

.socials {
    border-top-color: rgba(255, 255, 255, .1) !important;
}

.breadcrumb a {
    color: #000;
}

.breadcrumb a.active {
    color: #139966;
}

.place-infos {
    color: hsl(206, 18%, 35%);
}

.place-infos a {
    color: hsl(206, 18%, 35%);
}

.place-infos span {
    top: 1px;
}

.place-banners img {
    object-fit: cover;
    border-radius: 25px;
}

.place-banners .first-img img {
    height: 350px;
}

.place-banners .second-img img {
    height: 350px;
}

.place-banners .right-big img {
    height: 165px;
}

.place-banners .right-small img {
    height: 165px;
}

.place-tabs a {
    color: #000;
    font-size: 17px;
    position: relative;
}

.place-tabs a.active {
    font-weight: bold;
}

.place-tabs a.active::after {
    content: '';
    display: block;
    position: absolute;
    font-weight: bold;
    border-bottom: 3px solid #000;
    bottom: -17px;
    left: 0;
    width: 100%;
}

.service-i {
    color: #139966;
    font-size: 17px;
}

.place-box-detail {
    line-height: 28px;
}

.place-box-detail input {
    padding: 15px;
    height: 55px;
    border-radius: 10px !important;
}

.place-box-detail textarea {
    padding: 15px;
    border-radius: 10px !important;
}

.place-box-detail button {
    height: 50px !important;
    padding: 15px 20px !important;
    background-color: #139966 !important;
    border-color: #139966 !important;
    border-radius: 10px;
}

.place-box-detail #map {
    border-radius: 20px;
    filter: grayscale(100%);
}

.place-box-detail a {
    color: #000;
}

.datepicker-inline {
    width: 100% !important;
    background-color: #f9f9f9;
    box-shadow: 1px 1px 17px #e5e5e5;
    border-radius: 30px;
    padding: 15px;
}

.datepicker table {
    width: 100%;
}

.datepicker td, th {
    text-align: center;
    padding: 8px 12px;
    font-size: 14px;
}

.datepicker table tr td.today {
    background-color: #139966 !important;
    background-image: none !important;
    color: #fff !important;
    border-radius: 20px !important;
}

.datepicker table tr td.active {
    background-color: #34bd8b !important;
    background-image: none !important;
    border-radius: 20px !important;
}

.date-hours {
    background-color: #f6f6f6;
    box-shadow: 1px 1px 17px #e5e5e5;
    border-radius: 20px;
    padding: 30px 30px 10px 30px;
}

.reservation-hours select {
    height: 50px;
    border-radius: 20px;
    padding: 10px 15px 10px 15px;
    background-color: #f9f9f9;
}

.border-top {
    border-top: 1px solid rgba(229, 229, 229, .6) !important;
}

.border-bottom {
    border-bottom: 1px solid rgba(229, 229, 229, .6) !important;
}

.form-group a {
    color: #000 !important;
}

.green-heeder {
    color: #139966;
}

.fs-15 {
    font-size: 14px;
}

.date-info {
    color: #fff;
    background-color: rgba(19, 153, 102, .9);
    box-shadow: 1px 1px 10px rgba(19, 153, 102, .9);
    border-radius: 20px;
}

.tags a {
    background-color: #139966;
    color: #fff;
    border-radius: 20px;
    transition: all ease .7s;
    font-size: 13px;
}

.tags a:hover {
    background-color: #34bd8b;
}

.social-media a {
    background-color: #139966;
    color: #fff;
    border-radius: 10px;
    height: 45px;
    transition: all ease .7s;
    line-height: 0px;
    font-size: 15px;
}

.social-media a:hover {
    background-color: #34bd8b;
}

.percent-info {
    right: 12px;
    top: 12px;
    background-color: #139966;
    color: #fff;
    padding: 5px;
    border-radius: 0 10px 0 0;
    font-size: 14px;
    font-weight: bold;
}

.active > .page-link {
    background-color: #139966 !important;
    border-color: #139966 !important;
    color: #fff !important;
}

.page-link {
    color: #139966 !important;
    height: 55px;
    padding: 15px;
}

.nice-select {
    width: 100%;
}

.leaflet-bottom {
    display: none !important;
}

.leaflet-popup-content {
    font-size: 16px !important;
}

.marker-cluster-medium {
    background-color: rgba(19, 153, 102, .9) !important;
}

.marker-cluster-medium div {
    background-color: rgba(19, 153, 102, 1) !important;
}

.marker-cluster span {
    color: #fff !important;
}

.alert-no-result {
    background-color: #F83E3EFF;
    color: #fff;
    border-radius: 20px;
}

footer .border-top {
    border-top: 1px solid rgba(229, 229, 229, .2) !important
}

.liste-breadcrumb a {
    color: #444;
    font-size: 14px;
}

.lists-menu a {
    color: #000;
}

.account-socials a {
    color: #000;
}

.profile-usermenu a {
    color: #000;
}

.contact iframe {
    border-radius: 20px;
    filter: grayscale(100%);
}

.mobile-wrapper {
    bottom: 0;
    left: 0;
    background-color: #fff;
    border-radius: 20px 20px 0 0;
    z-index: 999;
    max-height: 200px;
    box-shadow: 1px 1px 15px #ddd;
    font-size: 14px !important;
}

.close-open {
    color: #fff;
    right: 5px;
    top: 20px;
}

.percentage-box ul {
    padding: 0;
    list-style: inside;
    margin-bottom: 5px;
}

.percentage-box ul li {
    list-style: none;
}

.percentage-box ul li::before {
    content: '\f00c';
    font-family: 'FontAwesome';
    margin-right: 5px;
    color: #139966;
}

.date-info ul li::before {
    color: #fff !important;
}

.date-info ul li {
    font-size: 14px;
    font-weight: 200;
    margin-bottom: 5px;
}

.mobile-reservation-header {
    font-size: 17px;
}

.percentage-box a {
    background-color: #139966;
    color: #fff;
    border-radius: 10px;
    font-size: 13px !important;
}

.texts {
    padding-top: 40px !important;
}

.texts .belgeler-sidebar ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    border: solid 1px #e5e5e5;
    border-radius: 20px;
}

.texts .belgeler-sidebar ul li.baslik {
    font-weight: 700;
    font-size: 16px;
}

.texts .belgeler-sidebar ul li {
    float: left;
    width: 100%;
    padding: 0 20px;
    border-bottom: solid 1px #e5e5e5;
    line-height: 60px;
    list-style: none;
    font-size: 15px;
}

.texts .belgeler-sidebar ul li:last-child {
    border-bottom: none;
}

.texts .belgeler-sidebar ul li a {
    color: #000;
}

.sidebar {
    width: var(--sidebar-width);
    min-height: 100vh;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border-right: 1px solid rgba(18, 38, 63, 0.04);
    padding: 1.25rem 0;
}

.sidebar .nav-link {
    color: #1f2d3d;
    border-radius: .65rem;
}

.sidebar .nav-link.active {
    background: linear-gradient(90deg, #7c3aed22, #06b6d422);
    color: #0f172a;
    font-weight: 600;
}

.brand {
    font-weight: 700;
    letter-spacing: .2px;
    font-size: 1.05rem;
}

.content {
    margin-left: var(--sidebar-width);
    transition: margin .25s ease;
}

.content.full {
    margin-left: 80px;
}

.topbar {
    height: 64px;
    background: transparent;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: .5rem 1rem;
}

.card-ghost {
    background: linear-gradient(180deg, #ffffff, #fbfdff);
    border: 0;
    border-radius: var(--bs-card-radius);
    box-shadow: 0 6px 20px rgba(20, 30, 60, 0.05);
}

.form-card {
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 6px 20px rgba(20, 30, 60, 0.05);
    padding: 2rem;
}

.form-label {
    font-weight: 500;
}

.btn-primary {
    border-radius: .5rem;
}

.form-control, .form-select, textarea {
    padding: 0.85rem 1rem;
    font-size: 1.05rem;
    border-radius: 0.6rem;
}

button.btn-primary {
    padding: 0.85rem;
    font-size: 1.05rem;
    background-color: #139966;
    border-color: #139966;
    transition: all ease 1s;
}

button.btn-primary:hover {
    background-color: #6bb398;
    border-color: #6bb398;
}

.form-control:focus {
    border-color: #6bb398;
    box-shadow: 0 0 8px rgb(107 179 152 / 0.4);
    outline: none;
}

table.table td, table.table th {
    padding: 1rem;
    vertical-align: middle;
}

.login-container {
    height: 100vh;
    display: flex;
    flex-wrap: nowrap;
}

.login-image {
    flex: 1;
    background: url('/img/login-bg.jpg') no-repeat center center;
    background-size: cover;
    border-right: 1px solid #eee;
}

.signup-image {
    flex: 1;
    background: url('/img/signup-bg.jpg') no-repeat center center;
    background-size: cover;
    border-right: 1px solid #eee;
}

.login-form-container {
    flex: .8;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.login-form {
    width: 100%;
}

.login-form h2 {
    font-weight: 700;
    color: #333;
}

.login-footer {
    font-size: 14px;
}

.login-footer a {
    color: #139966;
}

.stat-card {
    border-radius: 12px;
    padding: 40px;
    color: #000;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
}

.stat-primary {
    background: linear-gradient(135deg, rgba(113, 36, 244, 0.3), rgba(1, 189, 223, 0.6));
}

.stat-success {
    background: linear-gradient(135deg, #72b0fa, #97d7f3);
}

.stat-warning {
    background: linear-gradient(135deg, #f6d365, #fda085);
}

.stat-danger {
    background: linear-gradient(135deg, #fd96e5, #8eb1ea);
}

.stat-card:hover {
    transform: translateY(-5px);
}

.stat-card a {
    color: #000;
}

.stat-card i {
    font-size: 25px;
}

.card {
    border: 1px solid #ddd !important;
}

.card-header {
    border-bottom: 1px solid #ddd !important;
}

.card .table > :not(caption) > * > * {
    border: 1px solid #ddd !important;
}

/* Littles */
@media (max-width: 480px) {
    .menu {
        display: none !important;
    }

    .mobile-menu-btn {
        display: block;
    }

    .top-search-bar {
        display: none !important;
    }

    .banner-wrapper {
        padding: 50px;
    }

    .banner-search .form-select {
        border-right: none !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    }

    .banner-search .input-group {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    }

    .banner-search .form-control {
        border-right: none !important;
    }

    .sub-banner-wrapper {
        padding: 50px;
    }

    footer {
        padding-top: 50px !important;
        padding-bottom: 30px !important;
    }

    .sticky-tab {
        top: 102px;
    }

    .login-container {
        float: left;
        width: 100%;
        display: inline-block;
    }

    .login-form-container {
        float: left;
        width: 100%;
        display: unset;
    }

    .login-image {
        height: 300px;
        flex: none;
        width: 100%;
        float: left;
    }

    .signup-image {
        height: 300px;
        flex: none;
        width: 100%;
        float: left;
    }
}

/* Middles */
@media (max-width: 768px) {
    .menu {
        display: none !important;
    }

    .mobile-menu-btn {
        display: block;
    }

    .top-search-bar {
        display: none !important;
    }

    .banner-wrapper {
        padding: 50px;
    }

    .banner-search .form-select {
        border-right: none !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    }

    .banner-search .input-group {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    }

    .banner-search .form-control {
        border-right: none !important;
    }

    .sub-banner-wrapper {
        padding: 50px;
    }

    footer {
        padding-top: 50px !important;
        padding-bottom: 30px !important;
    }

    .sticky-tab {
        top: 102px;
    }

    .user-wrapper {
        padding-bottom: 20px;
    }

    .sidebar {
        min-height: auto;
        box-shadow: 0 6px 20px rgba(20, 30, 60, 0.05);
        border-radius: 1rem;
        margin-top: 14px;
    }

    .login-container {
        float: left;
        width: 100%;
        display: inline-block;
    }

    .login-form-container {
        float: left;
        width: 100%;
        display: unset;
    }

    .login-image {
        height: 300px;
        flex: none;
        width: 100%;
        float: left;
    }

    .signup-image {
        height: 300px;
        flex: none;
        width: 100%;
        float: left;
    }
}

/* Tablets (768px - 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
    .menu {
        display: none !important;
    }

    .mobile-menu-btn {
        display: block;
    }

    .top-search-bar {
        display: none !important;
    }

    .banner-wrapper {
        padding: 50px;
    }

    .banner-search .form-select {
        border-right: none !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    }

    .banner-search .input-group {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    }

    .banner-search .form-control {
        border-right: none !important;
    }

    .sub-banner-wrapper {
        padding: 50px;
    }

    footer {
        padding-top: 50px !important;
        padding-bottom: 30px !important;
    }

    .sticky-tab {
        top: 102px;
    }

    .user-wrapper {
        padding-bottom: 20px;
    }

    .sidebar {
        min-height: auto;
        box-shadow: 0 6px 20px rgba(20, 30, 60, 0.05);
        border-radius: 1rem;
        margin-top: 14px;
    }
}