@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css");
@import url("https://fonts.cdnfonts.com/css/barlow-condensed");
@import url("https://fonts.cdnfonts.com/css/poppins");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");

/* ------------------------------------ */
/* --------------- Main --------------- */
/* ------------------------------------ */

body {
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
    font-size: 16px;
}

/* ------------------------------------ */
/* -------- Navigation - Home --------- */
/* ------------------------------------ */

.mobile-nav {
    display: none;
    overflow: scroll;
}

.nav-link:focus {
    outline: none; /* Премахване на контура */
}

.header-wrapper {
    margin: 20px 15px;
}

header .dropdown {
    position: inherit;
}

.navbar-nav .nav-link.show {
    color: white;
}

.navbar-toggler {
    background-color: #fff;
    color: rgb(255 255 255 / 65%);
    font-size: 30px;
}
.navbar-toggler:focus {
    box-shadow: none;
}

.dropdown-menu {
    left: 0;
}

.navbar-nav .nav-item.dropdown.show .dropdown-menu {
    display: block;
    position: absolute;
    transform: translate3d(0, 38px, 0) !important;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    border: 0;
    border-radius: 0;
    padding: 0;
    top: 90px;
}

.submenu-container {
    position: relative;
    justify-content: space-between;
}

.hp-main {
    padding: 0;
}

.bg-body-tertiary {
    background-color: rgba(0, 0, 0, 0) !important;
    position: fixed;
    z-index: 1000;
    width: 100%;
}
.bg-body-secondary {
    background-color: white !important;
    z-index: 1000;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

.bg-body-secondary .nav-link {
    color: black;
}

.bg-body-secondary .menu-item-sign-up {
    border: 1px solid black;
}

.black-bg {
    background-color: black !important;
    margin: 0;
    transition: background-color 0.5s ease;
}

.header-top {
    padding: 20px 64px 0 64px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: fixed;
    transition: background-color 0.5s ease;
    z-index: 1000;
}

.nav-link {
    color: white;
}

nav {
    color: #fff;
    padding: 10px;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

nav li {
    margin-right: 10px;
}

nav a {
    text-decoration: none;
    color: #fff;
    margin-left: 34px;
    display: block;
    color: black;
}

.nav-link:focus,
.nav-link:hover {
    color: #e74d4d;
}

.menu-item:hover .submenu {
    display: block;
    display: flex;
    justify-content: space-between;
}

.menu-item > a .arrow-nav {
    display: inline-block;
    transition: transform 0.3s ease;
}

.menu-item > a .arrow-nav {
    display: inline-block;
    transition: transform 0.3s ease;
}

.menu-item:hover > a .arrow-nav {
    transform: rotate(180deg);
}

.submenu-container {
    display: flex;
}

.submenu {
    width: 100%;
    display: none;
    position: absolute;
    left: 0;
    background-color: white;
    padding: 0 20px;
    z-index: 1;
    margin-top: 20px;
}

.submenu a {
    color: black;
}

.submenu-col {
    width: 20%;
    margin-top: 37px;
    margin-bottom: 44px;
    display: flex;
    flex-direction: column;
}

.submenu-col-see-all {
    text-decoration: underline;
    font-weight: none !important;
}

.submenu-col-item {
    flex-direction: column;
    padding: 32px 32px 64px 32px;
    background-color: #f9fafb;
    width: 316px;
    margin-right: 100px;
    display: flex;
    justify-content: center;
}

.submenu-col-item-img {
    width: 100%;
    overflow: hidden;
    height: 136px;
    border-radius: 5px;
    line-height: 24px;
}

.submenu-col-item-img img {
    width: 100%;
    object-fit: cover;
    position: relative;
    top: -35px;
}

.submenu-col-item-content {
    display: flex;
    flex-direction: column;
    justify-content: start;
    color: black;
}

.submenu-col-item-content h3 {
    margin-bottom: 0;
    font-size: 16px;
    margin-top: 30px;
    font-weight: 600;
}

.submenu-col-item-content p {
    line-height: 1.2;
}

.submenu-col-item-content a {
    font-size: 14px;
    border: 1px solid black;
    border-radius: 2px;
    padding: 10px 15px;
    margin: 0;
    width: 100px;
    font-weight: bold;
    height: 44px;
    width: 122px;
    line-height: 24px;
}

.menu-item-sign-up {
    border: 1px solid white;
    padding: 10px 18px;
    border-radius: 5px;
    position: relative;
    top: -3px;
}

/* ------------------------------------ */
/* -------------- Header -------------- */
/* ------------------------------------ */

.header-container {
    display: flex;
    flex-direction: column;
    color: #fff;
    display: flex;
    justify-content: space-between;
}

.logo img {
    max-height: 60px;
}

/* ------------------------------------ */
/* -------------- Content ------------- */
/* ------------------------------------ */

.homepage-content {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 64px;
}

.homepage-content-top,
.homepage-content-middle,
.homepage-content-bottom {
    width: 100%;
}

.homepage-content-top {
    background-size: cover;
    background-position: center;
    padding: 20px 0;
    flex-direction: column;
    align-items: center;
    margin: 0 64px;
}

.homepage-content-top-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.homepage-content-top-row,
.homepage-content-middle-row {
    display: flex;
    flex-wrap: wrap;
}

.homepage-content-top-item {
    position: relative;
    width: 15%;
}

.homepage-content-top-item h3 {
    text-transform: uppercase;
}

.homepage-content-top-item p {
    font-size: 1.2rem;
    margin: 10px 0;
}

.homepage-content-top-item:hover {
    box-shadow: 0 4px 12px 3px rgba(0, 0, 0, 0.2);
}

.homepage-content-top-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.homepage-content-top-item-text {
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.homepage-content-top-item-text {
    position: absolute;
    bottom: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 100%;
}

.homepage-content-top-item h3 {
    text-transform: uppercase;
    margin: 5px 0;
    font-size: 24px;
}

.icon-heart {
    position: absolute;
    top: 10px !important;
    right: 10px;
    z-index: 999;
    cursor: pointer;
}

.homepage-content-middle-row-item {
    width: 24%;
    margin-right: 10px;
}

.homepage-content-middle-item-content a {
    color: black;
    text-decoration: none;
}

.homepage-content-middle-item-content h3 {
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
}

.homepage-content-middle-item-content span {
    display: flex;
}

.homepage-content-middle-item-content span p {
    display: flex;
}

.homepage-content-middle-item-content p:first-child {
    font-weight: 700;
    margin-right: 5px;
}

/* ------------------------------------ */
/* ------------- Carousel ------------- */
/* ------------------------------------ */

.carousel {
    width: 100%;
}

.carousel-control-prev i,
.carousel-control-next i {
    color: black;
    height: 12px;
    background-color: rgba(250, 250, 250, 1) !important;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-middle-row-item .carousel-control-prev,
.content-middle-row-item .carousel-control-next,
.content-middle-row-item .icon-heart {
    display: none;
}

.content-middle-row-item:hover .carousel-control-prev,
.content-middle-row-item:hover .carousel-control-next,
.content-middle-row-item:hover .icon-heart {
    display: flex;
}

.carousel-item img {
    width: 100% !important;
    height: 180px;
    object-fit: cover;
    object-position: center;
}

.page,
.ellipsis,
.arrow {
    padding: 5px 10px;
    cursor: pointer;
}

.page {
    border-radius: 50%;
}

.arrow:hover,
.page:hover {
    background-color: #f0f0f0;
}

#arrow-prev {
    display: inline-block;
    transform: rotate(180deg);
}

/* ------------------------------------ */
/* ------------ Pagination ------------ */
/* ------------------------------------ */

.pagination {
    border-top: 1px solid rgb(219, 217, 217);
    padding: 30px 0;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pagination-number {
    display: block;
}

.pagination-mobile {
    display: none;
}

/* ------------------------------------ */
/* --------------- Home --------------- */
/* ------------------------------------ */

.homepage-header {
    background-size: cover;
    background-position: center;
    background-color: black;
    background-repeat: no-repeat;
    background-image: url("../img/images/scoutaround-evksinograd-palace-44.jpg");
}

.homepage-header-top-content-search div p {
    color: black;
    margin: 0;
}

.homepage-header-top-content-search div input {
    border: none;
    outline: none;
    background: none;
    color: black;
}

/* Webkit -> Chrome and Safari */
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
}

/* Webkit ->  Mozilla Firefox */
input[type="search"]::-moz-search-clear-button {
    -webkit-appearance: none;
    appearance: none;
}

/* Webkit -> Microsoft Edge */
input[type="search"]::-ms-clear {
    display: none;
}

.homepage-header-bottom {
    padding: 20px 64px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

/* ------------------------------------ */
/* -------------- Footer -------------- */
/* ------------------------------------ */

.container {
    margin-top: 120px;
}

#dropdownMenuButtonTypeOfSets div,
#dropdownMenuButtonFilters div,
#dropdownMenuButtonLocationFilter div,
#dropdownMenuButtonWhenFilter div {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 12px;
    height: 12px;
    background-color: #e74d4d;
    border-radius: 50%;
    display: none;
}

button {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}

#singleDay {
    background-color: white;
    color: rgba(231, 77, 77, 1);
    width: 50%;
    border: none;
    font-size: 14px;
    font-weight: 600;
}

#multiDay {
    color: rgba(102, 112, 133, 1);
    width: 50%;
    border: none;
    background: rgba(242, 244, 247, 1);
    font-size: 14px;
    font-weight: 600;
}

/* ------------------------------------ */
/* ---------- All Modal dialog -------- */
/* ------------------------------------ */

.modal-content {
    border-radius: 2px;
}

.modal-dialog-none .modal-backdrop.show {
    display: none;
}
/* ------------------------------------ */
/* ----------- Login - Dialog --------- */
/* ------------------------------------ */

.password-input-field {
    border-radius: 2px !important;
}

/* ------------------------------------ */
/* ----------- List - Dialog ---------- */
/* ------------------------------------ */

.modal-dialog {
    top: 100px;
}

.modal-header h5 {
    font-size: 24px;
    font-weight: 600;
}
.list-button-clear-all {
    background-color: white;
    color: black;
    border: 1px solid #ccc;
    padding: 10px 20px;
    border-radius: 2px;
    text-decoration: none;
    width: 49%;
}

.list-button-apply,
.list-button-send-message {
    background-color: black;
    color: white;
    padding: 10px 20px;
    border-radius: 2px;
    text-decoration: none;
    width: 49%;
}

.list-dialog-checkbox {
    margin-bottom: 40px;
}

.list-dialog-checkbox .form-check {
    margin-bottom: 20px;
}

.list-dialog-checkbox h6 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}
.modal-body {
    height: 550px;
    /* overflow: scroll; */
}

/* ------------------------------------ */
/* ---------- Progress bar ------------ */
/* ------------------------------------ */

[slider] {
    position: relative;
    height: 8px;
    border-radius: 10px;
    text-align: left;
    margin: 45px 0 10px 0;
}

[slider] > div {
    position: absolute;
    left: 13px;
    right: 15px;
    height: 8px;
}

[slider] > div > [inverse-left] {
    position: absolute;
    left: 0;
    height: 8px;
    border-radius: 10px;
    background-color: rgba(234, 236, 240, 1);
    margin: 0 7px;
}

[slider] > div > [inverse-right] {
    position: absolute;
    right: 0;
    height: 8px;
    border-radius: 10px;
    background-color: rgba(234, 236, 240, 1);
    margin: 0 7px;
}

[slider] > div > [range] {
    position: absolute;
    left: 0;
    height: 8px;
    border-radius: 14px;
    background-color: black;
}

[slider] > div > [thumb] {
    position: absolute;
    top: -10px;
    z-index: 2;
    height: 28px;
    width: 28px;
    text-align: left;
    margin-left: -11px;
    cursor: pointer;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
    background-color: #fff;
    border-radius: 50%;
    outline: none;
    border: 1px solid;
}

[slider] > input[type="range"] {
    position: absolute;
    pointer-events: none;
    -webkit-appearance: none;
    z-index: 3;
    height: 14px;
    top: -2px;
    width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

div[slider] > input[type="range"]::-ms-track {
    -webkit-appearance: none;
    background: transparent;
    color: transparent;
}

div[slider] > input[type="range"]::-moz-range-track {
    -moz-appearance: none;
    background: transparent;
    color: transparent;
}

div[slider] > input[type="range"]:focus::-webkit-slider-runnable-track {
    background: transparent;
    border: transparent;
}

div[slider] > input[type="range"]:focus {
    outline: none;
}

div[slider] > input[type="range"]::-ms-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0px;
    border: 0 none;
    background: red;
}

div[slider] > input[type="range"]::-moz-range-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0px;
    border: 0 none;
    background: red;
}

div[slider] > input[type="range"]::-webkit-slider-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0px;
    border: 0 none;
    background: red;
    -webkit-appearance: none;
}

div[slider] > input[type="range"]::-ms-fill-lower {
    background: transparent;
    border: 0 none;
}

div[slider] > input[type="range"]::-ms-fill-upper {
    background: transparent;
    border: 0 none;
}

div[slider] > input[type="range"]::-ms-tooltip {
    display: none;
}

[slider] > div > [sign] {
    opacity: 0;
    position: absolute;
    margin-left: -11px;
    z-index: 3;
    color: black;
    border-radius: 28px;
    -webkit-border-radius: 28px;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
}

[slider] > div > [sign]:after {
    position: absolute;
    content: "";
    left: 0;
    /* border-radius: 16px; */
    /* top: 19px; */
    /* border-left: 14px solid transparent;
    border-right: 14px solid transparent; */
    /* border-top-width: 16px;
    border-top-style: solid; */
    /* border-top-color: #1ABC9C; */
}

[slider] > div > [sign] > span {
    font-size: 12px;
    font-weight: 700;
    line-height: 28px;
}

[slider] > div > [sign] > span::after {
    content: "€";
}

[slider]:hover > div > [sign] {
    opacity: 1;
}

/* ------------------------------------ */
/* ---------- Dropdown filter --------- */
/* ------------------------------------ */

.dropdown-location-filter,
.dropdown-when-filter,
.dropdown-services-filter,
.dropdown-budget-filter {
    border: 1px solid #ddd;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 2;
    position: absolute;
    background-color: white;
}

/* ------------------------------------ */
/* ------------ Datepicker ------------ */
/* ------------------------------------ */

.ui-datepicker-title {
    height: 36px;
}

.ui-datepicker-calendar .ui-state-active {
    background-color: rgba(231, 77, 77, 1) !important;
    color: white;
}

.ui-datepicker-calendar .ui-state-default {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.highlight-range > a {
    background-color: rgba(239, 239, 239, 1) !important;
    color: black !important;
}

.start-date > a,
.end-date > a {
    background-color: rgba(231, 77, 77, 1) !important;
    color: white !important;
}

.date-input {
    width: 50%;
    height: 44px;
    padding: 10px;
    padding-left: 20px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.time-input {
    width: 100%;
    height: 44px;
    padding: 10px;
    padding-left: 20px;
    box-sizing: border-box;
    border: 1px solid rgba(208, 213, 221, 1);
    border-radius: 2px;
    color: rgba(152, 162, 179, 1);
}

.form-control.datepicker::placeholder {
    color: rgba(152, 162, 179, 1);
}

.time-input {
    -webkit-appearance: none; /* Скрива стрелката на Webkit браузъри (Chrome, Safari) */
    -moz-appearance: none; /* Скрива стрелката на Mozilla Firefox */
    appearance: none; /* Скрива стрелката на останалите браузъри */
    background-image: url("../img/images/icons/keyboard_arrow_down.png");
    background-repeat: no-repeat;
    background-position: right 17px center;
    padding-right: 20px;
}

.time-input:focus {
    -webkit-appearance: none; /* Скрива стрелката на Webkit браузъри (Chrome, Safari) */
    -moz-appearance: none; /* Скрива стрелката на Mozilla Firefox */
    appearance: none; /* Скрива стрелката на останалите браузъри */
    background-image: url("../img/images/icons/keyboard_arrow_up.png");
    background-repeat: no-repeat;
    background-position: right 17px center;
    padding-right: 20px;
}

/* ------------------------------------ */
/* ------------- Checkbox ------------- */
/* ------------------------------------ */

.custom-checkbox {
    display: none;
}

.custom-checkbox + .form-check-label-list:before {
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
    border: 2px solid rgba(0, 0, 0, 0.24);
    border-radius: 3px;
    margin-right: 10px;
    vertical-align: middle;
    cursor: pointer;
}

.custom-checkbox:checked + .form-check-label-list:before {
    content: "\2714";
    color: white;
    background-color: black;
    text-align: center;
    line-height: 18px;
}

/* ------------------------------------ */
/* ----------- Page - Search ---------- */
/* ------------------------------------ */

.content-top,
.content-middle,
.content-bottom {
    width: 100%;
}

.content-top-title {
    padding: 45px 64px 25px 90px;
    display: flex;
    flex-wrap: wrap !important;
    gap: 0.5rem !important;
    border-bottom: 1px solid #ccc;
    margin: 60px -25px;
}

.modal-dialog {
    margin: auto auto;
}

.bg-white {
    > a {
        text-align: left;
    }
}

.col {
    > form {
        > div {
            flex-direction: column;
            gap: 0.5em;
            flex-wrap: wrap;
            align-items: flex-end !important;
        }
    }
}

/* media query responsive */
@media (max-width: 992px) {
    .col-2 {
        flex: 0 0 100%;
        max-width: 100%;
        margin: 1em 0;
    }
    .col-10 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* media query for mobile devices */
@media (max-width: 768px) {
    /*deal details*/
    .deal-details-icons {
        flex-direction: column;
        /*padding: 16px;*/
        /*margin-left: 0;*/
        /*gap: 1em;*/
        /*align-items: center; !* Center items horizontally *!*/
    }

    .deal-details-icons > div {
        display: flex;
        flex-direction: row;
        /*align-items: center;*/
        justify-content: flex-start; /* Center content horizontally */
        width: 100%;
        /*text-align: center;*/
    }

    .deal-details-icons img {
        margin-right: 20px;
    }

    .deal-details-icons span {
        display: inline;
    }

    /* This targets both .first-icon and .deal-details-icons-items */
    .first-icon,
    .deal-details-icons-items {
        flex-direction: row;
    }

    .deal-details-title {
        flex-wrap: wrap;
    }
    .deal-details-title-only {
        width: 100%;
        margin-bottom: 1em;
    }
    .deal-details-title-btns {
        width: 100%;
        justify-content: flex-start;
    }

    .deal-details-row {
        flex-direction: column;
        > .deal-details-main,
        .deal-details-aside {
            flex: 0 0 auto;
            width: 100%;
        }
    }
    .accordion-body > div {
        padding: 0 !important;
    }

    .content-top-title {
        padding: 16px 30px;
        > div {
            flex: 1 1 100%;
            > a {
                margin-right: 0;
            }
        }

        > .search-top-icon {
            margin-right: 0;
            width: 100%;
        }
    }

    .content-middle {
        padding: 1em !important;
    }

    .content-middle-row-item {
        > h1 {
            font-size: 3rem !important;
        }
    }

    .content-middle-item-content {
        flex-wrap: wrap;
        > div {
            padding: 10px 0 20px 0 !important;
        }
    }
    .listings-row {
        flex-wrap: wrap;
        > div {
            width: 100%;
        }
    }
    .managers-row {
        gap: 1em;
        flex-wrap: wrap;
    }

    .accordion-body.bg-white {
        padding-left: 0;
    }
    .container-fluid.d-grid.row-gap-2 {
        padding-left: 0;
    }
    .managers-heading {
        width: 100%;
    }
    .managers-details-info > .col {
        flex: 0 0 100%;
    }
    .managers-action-btns {
        float: left !important;
    }
}

@media (max-width: 440px) {
    .content-middle-row-item {
        > h1 {
            font-size: 2rem !important;
        }
    }
    .nav-pills > li {
        width: 100%;
    }

    .nav-pills > li:not(:first-child) > button {
        padding-left: 0;
    }
}

.search-top-icon {
    border: 1px solid #ccc;
    color: black;
    display: flex;
    border-radius: 5px;
    margin-right: 16px;
    padding: 15px 19px;
    text-decoration: none;
    align-items: center;
}

.search-top-icon img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.search-top-icon p {
    margin: 0;
    font-family: "Poppins";
    font-size: 16px;
    font-weight: bold;
}

.search-container {
    position: relative;
    width: 304px;

    > input {
        margin-left: 0 !important;
    }

    > .search-button {
        padding-left: 10px;
    }
}

.search-input {
    width: 100%;
    height: 55px;
    padding: 10px;
    padding-left: 40px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.search-no-results {
    width: 100%;
    height: 55px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.search-button {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.search-button i {
    font-size: 16px;
    color: #666;
}

.content-middle {
    padding: 0 64px;
    margin-top: -30px;
}

.content-middle-title h2 {
    text-transform: uppercase;
    margin: 20px 0;
}

.content-middle-tags {
    margin-block: 24px;
}

.content-middle-tags a {
    text-decoration: none;
    color: black;
    font-size: 16px;
    font-weight: bold;
}

.content-middle-tags-content {
    background-color: rgba(0, 0, 0, 0.05);
    padding: 12px 16px;
    margin-right: 10px;
    margin-top: 10px;
    display: inline-block;
    border-radius: 5px;
}

.content-middle-tags-content img {
    margin-left: 12px;
}

.content-middle-row {
    display: flex;
    justify-content: space-between;
}

.content-middle-row-item {
    width: 24%;
}

.content-middle-item-content a {
    color: black;
    text-decoration: none;
}

.content-middle-item-content h3 {
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
}

.content-middle-item-content span {
    display: flex;
}

.content-middle-item-content span p {
    display: flex;
}

.content-middle-item-content p:first-child {
    font-weight: 700;
    margin-right: 5px;
}

/* ------------------------------------ */
/* ------------- Carousel ------------- */
/* ------------------------------------ */

.carousel {
    width: 100%;
}

.carousel-control-next,
.carousel-control-prev {
    height: 75%;
}

.carousel-control-prev i,
.carousel-control-next i {
    color: black;
    height: 12px;
    background-color: rgba(250, 250, 250, 1) !important;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-middle-row-item .carousel-control-prev,
.content-middle-row-item .carousel-control-next {
    display: none;
}

.content-middle-row-item:hover .carousel-control-prev,
.content-middle-row-item:hover .carousel-control-next {
    display: flex;
}

.carousel-item img {
    width: 100% !important;
    height: 25vh;
    object-fit: cover;
    object-position: center;
}

.page,
.ellipsis,
.arrow {
    padding: 5px 10px;
    cursor: pointer;
}

.page {
    border-radius: 50%;
}

.arrow:hover,
.page:hover {
    background-color: #f0f0f0;
}

#arrow-prev {
    display: inline-block;
    transform: rotate(180deg);
}

/* ------------------------------------ */
/* -------------- Rotate -------------- */
/* ------------------------------------ */
/* Добавете стилове за въртене на иконките */
.rotate {
    transform: rotate(180deg);
}

.rotate90 {
    transform: rotate(90deg);
}

.rotate180 {
    transform: rotate(180deg);
}

.rotate270 {
    transform: rotate(270deg) !important;
}

.rotate360 {
    transform: rotate(360deg);
}

.search-icon {
    display: none;
}

/* ------------------------------------ */
/* ------------ Media Query ----------- */
/* ------------------------------------ */

@media only screen and (max-width: 1070px) {
    .footer-content-title-home {
        font-size: 5rem;
    }
}

@media only screen and (max-width: 990px) {
    .offset-3 {
        margin-left: 0;
    }
    .homepage-content-top-item {
        /* width: 32%; */
        margin-bottom: 10px;
    }
    .homepage-content-middle-row-item {
        width: calc(50% - 10px);
        margin-bottom: 20px;
    }
    .dropdown-menu,
    .mobile-submenu,
    .mobile-sub-submenu {
        display: none;
    }
    .navbar-nav {
        display: none;
    }

    .navbar-dropdown {
        background-color: none !important;
        border: none;
    }
    .navbar-toggler {
        display: block;
    }
    .mobile-nav {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 1000;
    }
    .mobile-nav.show {
        display: block;
    }
    .mobile-nav {
        position: fixed;
        top: 66px;
        left: 0;
        width: 100%;
        background-color: #fff;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        z-index: 1002;
        display: none;
        padding-top: 30px;
    }
    .mobile-nav ul {
        list-style-type: none;
        padding: 0;
    }
    .mobile-nav a {
        display: flex;
        padding: 10px;
        text-decoration: none;
        color: rgba(0, 0, 0, 1);
        justify-content: space-between;
        font-weight: 700;
        font-size: 18px;
        margin-right: 15px;
        align-items: center;
    }
    .mobile-sub-submenu {
        display: none;
        background-color: #f9f9f9;
    }

    .mobile-submenu-toggle {
        color: rgba(71, 84, 103, 1) !important;
    }

    .mobile-submenu-toggle.opened + .mobile-sub-submenu {
        display: block;
    }
    .mobile-sub-sub-menu {
        padding-left: 20px;
    }

    .mobile-sub-sub-menu ul li a {
        color: rgba(71, 84, 103, 1) !important;
    }

    .mobile-submenu a {
        padding-left: 30px !important;
    }
    .mobile-sub-submenu li a {
        padding-left: 60px !important;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        top: 60px;
    }
    .nav-item {
        list-style-type: none;
        margin: 0 10px;
    }
    .nav-item a {
        text-decoration: none;
        color: #ffffff;
        padding: 10px 20px;
        border-radius: 5px;
        transition:
            background-color 0.3s,
            transform 0.3s;
    }
    .login {
        color: #111111 !important;
        background-color: #eee;
    }
    .menu-item-sign-up {
        color: #eee;
        background-color: #111111;
    }
    .nav-item a:hover {
        /* background-color: #eee; */
        transform: scale(1.05);
    }
    .login:hover {
        background-color: #d9d9d9;
    }
    .menu-item-sign-up:hover {
        background-color: #111111;
    }
    .submenu-col-item {
        margin: 0;
        width: 100%;
        padding: 30px 100px;
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee;
    }
    .submenu-col-item-img {
        height: 40vh;
    }

    nav a {
        margin: 0;
    }

    .header-wrapper {
        margin: 0;
        margin-top: 7px;
    }
}

/* Media query for mobile devices */
@media (max-width: 768px) {
    .homepage-content-top-row {
        display: flex;
    }

    /* Basic styling */
    .homepage-content-top-item {
        flex: 0 0 auto; /* Do not grow, do not shrink, basis auto */
        margin-right: 10px; /* Space between items */
    }
    .scroll-container {
        width: 100%;
    }

    .scroll-container::-webkit-scrollbar {
        display: none; /* Hides scrollbar for webkit browsers */
    }
    .homepage-content {
        margin: 0 20px;
    }
    .homepage-content-top-row {
        width: 1000px;
        overflow: scroll;
    }

    .homepage-content-top {
        overflow: scroll;
    }
    .footer-content-title-home,
    .footer-content-title-search {
        font-size: 4.375rem;
    }
    .footer-content-text {
        font-size: 1.625rem;
    }
    .pagination-number {
        display: none;
    }
    .pagination-mobile {
        display: block;
    }
    .button-text {
        display: none;
    }
    .search-icon {
        display: inline;
    }
}

@media only screen and (max-width: 992px) {
    .homepage-header-bottom-listing {
        display: none;
    }
    .submenu-col-item-img {
        height: 20vh;
    }
    .footer-content-title-home {
        font-size: 3.125rem;
    }
    .footer-content-title-search {
        font-size: 2.1875rem;
    }
    .footer-content-text {
        font-size: 1.1875rem;
    }
    .homepage-content-middle-row-item {
        width: calc(100% - 10px);
        margin-bottom: 20px;
        margin-right: 10px;
    }
    .homepage-content-top-item {
        /* width: 48%; */
        margin-bottom: 10px;
    }
    .homepage-content-top-item h3 {
        font-size: 20px;
    }
    .footer-content {
        margin-left: 1.875em;
        margin-top: 0 !important;
    }
    .footer-bottom {
        padding: 48px 20px;
        justify-content: start;
    }

    .footer-bottom p {
        display: flex;
        flex-direction: column;
        margin-left: 20px;
    }

    .homepage-header-bottom {
        padding: 20px;
    }
    .homepage-header-top-content-tags {
        flex-wrap: wrap;
    }
    .homepage-header-top-content-tags a {
        margin-bottom: 5px;
    }

    .homepage-header-top-content-tags a:hover {
        background-color: #fecdca;
        color: black;
    }
}

/* Price - component - start */

.text-secondary {
    color: #3d3d3d !important;
    font-weight: 600;
    margin-top: 24px;
}

.accordion-button {
    font-size: 40px;
    font-weight: 500;
    font-family: "Barlow Condensed", sans-serif;
    text-transform: uppercase;
    font-stretch: expanded;
}

.accordion-button:not(.collapsed) {
    background-color: #fff;
    box-shadow: none;
    color: rgba(0, 0, 0, 1);
}

.accordion-item {
    border: none;
}

/* Price - component - end */

/* Preview - component - start */

.preview-wrapper {
    background-color: rgba(249, 250, 251, 1);
    padding: 30px 60px;
    margin: 20px -12px 0;
}

.preview-wrapper h2 {
    text-transform: uppercase;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
    font-size: 40px;
}

.accordion-button:focus {
    box-shadow: none;
}

.sticky-top {
    top: 100px;
}

/* Preview component - end */

.inner-page .box-card {
    background-color: #fff;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}
.box-card-body {
    padding: 50px;
    margin: 100px 30px 0;
}

.text-primary {
    color: #ff6726;
}
.text-orange {
    color: #ff6726;
}
.bg-orange {
    padding: 4px 0px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    color: #ff6726;
}

a:hover.bg-orange {
    text-decoration: underline;
    color: #ff6726;
}

.check {
    border-radius: 19px;
    border: 1px solid #d9d9d9;
    height: 100px;
    display: flex;
    max-width: 363px;
    min-width: 275px;
    padding: 10px 30px 10px 10px;
    justify-content: space-between;
    align-items: center;
    gap: 19px;
}

.check img {
    max-width: 100px;
    flex-shrink: 0;
    border-radius: 10px;
}

.text-bold {
    font-weight: bold;
}

.nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    border: var(--bs-nav-tabs-border-width) solid transparent;
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius);
    color: #cfcfcf;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border: 0px;
    border-bottom: 1px solid black;
}

.location-cover-icon img {
    border-radius: 0.5rem;
    background: #ececec;
    width: 75px;
    height: 75px;
    object-fit: cover;
}
.min-vh-80 {
    min-height: 80vh !important;
}
.min-vh-70 {
    min-height: 70vh !important;
}
.min-vh-60 {
    min-height: 60vh !important;
}
.min-vh-50 {
    min-height: 50vh !important;
}
.min-vh-40 {
    min-height: 40vh !important;
}
.min-vh-30 {
    min-height: 30vh !important;
}
.min-vh-20 {
    min-height: 20vh !important;
}

.tip {
    margin-top: 30px;
    background-color: #fff8e0;
    color: #a67a43;
    padding: 15px;
    position: relative;
    border-radius: 15px;
    font-size: 14px;
}

.tip .title {
    font-weight: bold;
}

.tip ul {
    padding-top: 10px;
}

.tip .icon {
    position: absolute;
    margin-top: 10px;
    margin-right: 10px;
}

/*.upload {*/
/*border: 1.5px dashed #cccccc;*/
/*border-radius: 30px;*/
/*min-height: 300px;*/
/*padding: 30px;*/
/*}*/

.upload:hover {
    cursor: pointer;
}

.rounded-image img {
    border-radius: 25px;
}

/*.add-more {*/
/*    flex: 0 0 auto;*/
/*    border: 2px dashed #cccccc;*/
/*    border-radius: 25px;*/
/*    min-height: 360px;*/
/*    margin: 10px;*/
/*    max-width: 550px;*/
/*}*/
.icon-big {
    font-size: 60px;
}

.list-inline-separated li:not(:last-child):after {
    content: "\2022";
    margin-left: 0.5rem;
}

/* calendar styles */

/* jQuery UI Datepicker moving pixels fix */
.ui-datepicker {
    width: auto;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-size: 1rem;
}
table.ui-datepicker-calendar {
    border-collapse: separate;
}

.ui-widget.ui-widget-content {
    border: none;
    z-index: 11 !important;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-highlight a {
    background: #ff6726 none;
    color: white;
    border: none;
}

.ui-datepicker-calendar .ui-state-default {
    background: none;
    border: none;
    padding: 0;
    text-align: center;
}

.ui-datepicker-calendar .ui-state-active {
    background: #ff6726 none;
    border: none;
    padding: 0;
    text-align: center;
}
.ui-state-blocked .ui-state-default {
    color: #737373;
    background-image: linear-gradient(
        135deg,
        transparent calc(50% - 1px),
        #737373,
        transparent calc(50% + 1px)
    );
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: none;
    background: none;
}

.ui-widget-header {
    background: none;
    border: none;
}
/* end calendar styles */

@media only screen and (max-width: 768px) {
    h1 {
        font-size: 1.3rem;
    }
    header .list-your-space {
        font-size: 10px;
        margin-right: 0;
    }
    .box-img {
        padding: 12px 10px;
    }
    .box-img-big,
    .box-img-small {
        border-radius: 0;
    }
    .box-img-small div,
    .box-img-small img:first-of-type,
    .box-img-big {
        padding: 0;
    }
    .accordion-body p {
        font-size: 0.8rem;
    }
    #location img {
        width: 100%;
    }
    .box-arrow a {
        margin: 0 1px;
    }
    .box-card-body {
        padding: 10px;
        margin: 0 5px;
    }
    .box-card-body textarea {
        max-width: 100%;
    }
    .box img,
    #sec-5 img {
        max-width: 100%;
    }
    .hp-main .hp-sec-box {
        margin-top: 20px;
    }
    .box-ps {
        margin: 7px auto;
    }
    .bs-l,
    .bs-r {
        margin: 0 auto;
        border: none;
    }
}

.btn-parking {
    --bs-btn-color: #000;
    --bs-btn-bg: white;
    --bs-btn-active-color: white;
    --bs-btn-active-bg: black;
    width: 40%;
    padding-top: 5px;
    padding-bottom: 5px;
}

/* Chrome, Safari, Edge, Opera */
.no-arrows::-webkit-inner-spin-button,
.no-arrows::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
}

/* Firefox */
.no-arrows {
    -moz-appearance: textfield;
}

.no-arrows:focus {
    outline: none;
}

.hr-sect {
    display: flex;
    flex-basis: 100%;
    align-items: center;
    color: rgba(0, 0, 0);
    margin: 8px 0;
}
.hr-sect:before,
.hr-sect:after {
    content: "";
    flex-grow: 1;
    background: rgba(0, 0, 0, 0.35);
    height: 1px;
    font-size: 0;
    line-height: 0;
    margin: 0 8px;
}

@media only screen and (max-width: 440px) {
    .box-img-small img {
        width: initial;
        max-height: 200px;
    }
}

.overlay-container {
    position: relative;
}

#overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#spinner {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.accordion-button-list {
    padding-left: 0;
    border-left: 5px solid transparent;
}

.accordion-button-list[aria-expanded="true"] {
    border-left-color: #ff6726;
}
.accordion-button-list[aria-expanded="false"] {
    border-left-color: transparent;
}
.accordion-button-list::after {
    content: none;
}

.badge-orange {
    background: #ff6726;
    color: white;
}

.listing-tab {
    padding-inline: 0;
    padding-block: 0.5rem !important; /* bs-grid: .p-2 */
    border-left: 5px solid transparent;
    border-bottom: 1px solid var(--bs-border-color);
}

.listing-tab.active {
    border-left-color: #ff6726;
}

/*================================================================*/
/*old design css*/
/*================================================================*/

/*@font-face {*/
/*    font-family: Epilogue;*/
/*    src: url(font/Epilogue-VariableFont_wght.ttf);*/
/*}*/
/*@font-face {*/
/*    font-family: Lexend;*/
/*    src: url(font/Lexend-VariableFont_wght.ttf);*/
/*}*/

a {
    text-decoration: none;
    color: black;
    font-weight: 600;
}
.btn {
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 0;
}
.btn-primary:hover,
.btn-primary:not(.btn-check):active,
.btn-primary:active {
    background-color: black;
    border-color: #ff6726;
}

.btn-secondary {
    background-color: #eeeff1;
    color: #000;
}

.btn-secondary:hover,
.btn-secondary:not(.btn-check):active .btn-secondary:active {
    background-color: #fee4e2;
    border-color: #fee4e2;
}

.card {
    box-shadow: 0px 4px 33.5px rgba(0, 0, 0, 0.1);
    border: none;
}

.box-card input,
select,
.card input,
select {
    padding: 12px;
}

.box-card .select2-container--bootstrap .select2-selection--single {
    height: 50px;
    line-height: 1.42857143;
    padding: 14px 24px 6px 12px;
}

.dropdown span {
    color: #fff;
}
.dropdown span i {
    color: #fff;
}
.box-social i {
    color: #798083;
    font-size: 26px;
}
.box-social a {
    margin: 0 10px;
}

.bc-2 {
    background: #f8f2eb;
    background: linear-gradient(
        -7deg,
        #fff 0%,
        #fff 15%,
        #f8f2eb 15%,
        #f8f2eb 100%
    );
}

.row.box {
    border-radius: 40px;
    min-height: 312px;
    margin-bottom: 40px;
    padding: 30px 40px;
}

.popular-categ p {
    font-size: 0.8rem;
    margin-bottom: 5px;
}
.popular-categ img {
    height: 50px;
    margin-bottom: 5px;
}

.box-similar-img-end {
    width: 266px;
    height: 236px;
    display: block;
    background: #f8f2eb;
    text-align: center;
}
.box-similar-img-end i {
    color: #3e7ef6;
    font-size: 35px;
}
.box-similar-img-end span {
    font-size: 22px;
    font-weight: 600;
}
.box-similar .line-1 {
    width: 80%;
    height: 20px;
    background: #f8f2eb;
    border-radius: 10px;
    margin-bottom: 15px;
}
.box-similar .line-2 {
    width: 40%;
    height: 20px;
    background: #f8f2eb;
    border-radius: 10px;
}

.bc-4 {
    background: #ddf1f9;
    background: linear-gradient(
        12deg,
        #ddf1f9 0%,
        #ddf1f9 50%,
        #fff 50%,
        #fff 100%
    );
}
.box-ps {
    width: 202px;
    height: 172px;
    border-radius: 7px;
    overflow: hidden;
    margin: 0 auto;
}
.box-ps span {
    position: relative;
    margin-top: -35px;
    margin-left: 25px;
    display: inline-block;
    z-index: 11;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
}
.box-ps span::before {
    background: black;
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    left: -11px;
    bottom: 1px;
    z-index: -1;
}

.bs-l {
    margin-right: 100px;
    border: 1.5px solid #000;
    padding: 30px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.bs-r {
    margin-left: 100px;
    border: 1.5px solid #000;
    padding: 30px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.bc-5 {
    background: #ddf1f9;
}

.bc-6 {
    background: url(img/Group-10161.png);
    background-size: cover;
    min-height: 227px;
    padding-top: 50px;
}
.bc-6 h2,
.bc-6 p {
    color: #fff;
}

/* page 1 */
h1 {
    font-size: 1.8rem;
    font-weight: 600;
}
h2 {
    font-weight: 500;
    font-size: 1.6rem;
}
.mt-n1 {
    margin-top: -0.7rem !important;
}
.item-info-box {
    font-size: 0.9rem;
}
.item-info-box i.bi.bi-dot {
    margin: 0 10px;
}
.box-img {
    padding: 0 12px;
}
.box-img-big,
.box-img-small {
    padding: 0;
    overflow: hidden;
}
.box-img-big {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 0 6px 0 0;
}
.box-img-big img {
    max-height: 470px;
    width: 100%;
}
.box-img-small img:first-of-type {
    padding-bottom: 6px;
}
.box-img-small {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.box-img-small div {
    padding: 0;
    padding-left: 6px;
}
.box-img-small img {
    max-height: 235px;
    width: 100%;
}

#box-item-info {
    background-color: #142125;
    color: #fff;
    text-align: center;
    border-radius: 12px;
    font-size: 12px;
    max-width: 94%;
    margin: 0 auto;
}
.accordion-button:focus {
    box-shadow: none;
}
.accordion-header button {
    padding-left: 0;
}
.accordion-header button img {
    margin-right: 14px;
}

.accordion-header button span {
    font-size: 18px;
    font-weight: 600;
}

.accordion-item,
.accordion-item:not(:first-of-type) {
    border: none;
    border-top: 1px solid #cecece;
    padding: 34px 0;
}
.accordion-item:first-of-type {
    border-radius: 0;
}
.accordion-button:not(.collapsed) {
    background: none;
    box-shadow: none;
}

.border-top-4 {
    border-top: 4px solid #e3e3e3;
}

.box-review img {
    margin-right: 15px;
    margin-bottom: 10px;
}

.box-people {
    margin: 0 15px;
}
.box-people img {
    margin-right: 15px;
}
.box-people strong {
    font-size: 1.3rem;
}

.host-info {
    border-top: 2px solid #9c9c9c38;
    padding-top: 40px;
    padding-bottom: 20px;
}
.be-careful {
    background-color: #ddf1f9;
    border-radius: 13px;
    padding: 30px;
    margin: 25px 0;
}
.be-careful h4 {
    color: #173161;
    font-size: 1.2rem;
}
.be-careful p {
    color: #173161;
    font-size: 1.1rem;
}

.card .card-price {
    font-size: 1.5rem;
    font-weight: 600;
    font-family: Lexend;
}
.card .card-price span {
    font-size: 1.2rem;
}
.card .text-stay {
    font-size: 1.1rem;
    color: #949494;
}
.card.form-search {
    font-weight: 500;
}
.card .form-control:focus {
    box-shadow: none;
    background: none;
    border-color: #9b9b9b;
}
.card.form-search .card-body {
    padding: 24px;
}
.card.form-search .form-label {
    margin-bottom: 0;
}
.card.form-search input {
    border-radius: 12px;
    padding: 12px;
}
.card.form-search .form-star {
    padding-right: 0;
}
.card.form-search .form-star input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.card.form-search .form-end input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.card.form-search .form-end {
    padding-left: 0;
}
.card.form-search p.card-text {
    font-size: 0.8rem;
    color: #626f73;
}

.box-arrow a {
    margin: 0 6px;
}
.box-similar {
    max-width: 266px;
}
.box-similar-img {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    margin: 0 auto;
    object-fit: cover;
}
.box-similar-img img {
    width: 266px;
    height: 236px;
    object-fit: cover;
}
.box-similar .price {
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(img/Rectangle-260.svg);
    display: inline-block;
    width: 119px;
    height: 36px;
    color: #fff;
    font-size: 0.9rem;
    text-align: right;
    padding-right: 5px;
    padding-top: 10px;
}
.box-similar .price span {
    font-size: 0.7rem;
}
.similar-address {
    color: #9e9e9e;
}
.similar-hour span {
    color: #019d10;
    background-color: #ecffe9;
    font-size: 0.8rem;
    padding: 5px 10px;
    border-radius: 12px;
}

.inner-page {
    background-color: #ffffff;
    min-width: 300px;
}

.inner-page .box-card {
    background-color: #fff;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.box-card-body {
    padding: 50px;
    margin: 0 30px;
}
.box-card-footer {
    margin: 0;
    padding: 10px;
}
.box-card-footer a {
    line-height: 60px;
}

.text-primary {
    color: black;
}
.text-orange {
    color: black;
}
.bg-orange {
    padding: 4px 0px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    color: #ff6726;
}

a:hover.bg-orange {
    text-decoration: underline;
    color: black;
}

.check {
    border-radius: 19px;
    border: 1px solid #d9d9d9;
    height: 100px;
    display: flex;
    max-width: 363px;
    min-width: 275px;
    padding: 10px 30px 10px 10px;
    justify-content: space-between;
    align-items: center;
    gap: 19px;
}

.check img {
    max-width: 100px;
    flex-shrink: 0;
    border-radius: 10px;
}

.text-bold {
    font-weight: bold;
}

.nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    border: var(--bs-nav-tabs-border-width) solid transparent;
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius);
    color: #cfcfcf;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border: 0px;
    border-bottom: 1px solid black;
}

.text-white a,
a:hover {
    color: #e74d4d;
}

.location-cover-icon img {
    border-radius: 0.5rem;
    background: #ececec;
    width: 75px;
    height: 75px;
    object-fit: cover;
}
.min-vh-90 {
    min-height: 90vh !important;
}
.min-vh-80 {
    min-height: 80vh !important;
}
.min-vh-70 {
    min-height: 70vh !important;
}
.min-vh-60 {
    min-height: 60vh !important;
}
.min-vh-50 {
    min-height: 50vh !important;
}
.min-vh-40 {
    min-height: 40vh !important;
}
.min-vh-30 {
    min-height: 30vh !important;
}
.min-vh-20 {
    min-height: 20vh !important;
}

.bg-login-page {
    background: url("img/bg-login.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

body {
    padding-top: 0 !important;
}

header {
    position: relative !important;
    top: 0 !important;
}

.text-secondary {
    color: #3d3d3d !important;
    opacity: 50%;
}

.tip {
    margin-top: 30px;
    background-color: #fff8e0;
    color: #a67a43;
    padding: 15px;
    position: relative;
    border-radius: 15px;
    font-size: 14px;
}

.tip .title {
    font-weight: bold;
}

.tip ul {
    padding-top: 10px;
}

.tip .icon {
    position: absolute;
    margin-top: 10px;
    margin-right: 10px;
}

.upload:hover {
    cursor: pointer;
}

.rounded-image img {
    border-radius: 25px;
}

/*.add-more {*/
/*    flex: 0 0 auto;*/
/*    border: 2px dashed #cccccc;*/
/*    border-radius: 25px;*/
/*    min-height: 360px;*/
/*    margin: 10px;*/
/*    max-width: 550px;*/
/*}*/
.icon-big {
    font-size: 60px;
}

.list-inline-separated li:not(:last-child):after {
    content: "\2022";
    margin-left: 0.5rem;
}

/* calendar styles */

/* jQuery UI Datepicker moving pixels fix */
table.ui-datepicker-calendar {
    border-collapse: separate;
}

.ui-widget.ui-widget-content {
    border: none;
    border-radius: 0.5rem;
}

/* jQuery UI Datepicker emphasis on selected dates */
.ui-datepicker .ui-datepicker-calendar .ui-state-highlight a {
    background: #ff6726 none;
    color: white;
    border: none;
}

.ui-datepicker-calendar .ui-state-default {
    background: none;
    border: none;
    padding: 0;
    text-align: center;
}

.ui-datepicker-calendar .ui-state-active {
    background: #ff6726 none;
    border: none;
    padding: 0;
    text-align: center;
}
.ui-state-blocked .ui-state-default {
    color: #737373;
    background-image: linear-gradient(
        135deg,
        transparent calc(50% - 1px),
        #737373,
        transparent calc(50% + 1px)
    );
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: none;
    background: none;
}

.ui-widget-header {
    background: none;
    border: none;
}
/* end calendar styles */

@media only screen and (max-width: 768px) {
    h1 {
        font-size: 1.3rem;
    }
    header .list-your-space {
        font-size: 10px;
        margin-right: 0;
    }
    .box-img {
        padding: 12px 10px;
    }
    .box-img-big,
    .box-img-small {
        border-radius: 0;
    }
    .box-img-small div,
    .box-img-small img:first-of-type,
    .box-img-big {
        padding: 0;
    }
    .accordion-body p {
        font-size: 0.8rem;
    }
    #location img {
        width: 100%;
    }
    .box-arrow a {
        margin: 0 1px;
    }
    .box-card-body {
        padding: 10px;
        margin: 0 5px;
    }
    .box-card-body textarea {
        max-width: 100%;
    }
    .box img,
    #sec-5 img {
        max-width: 100%;
    }
    .hp-main .hp-sec-box {
        margin-top: 20px;
    }
    .box-ps {
        margin: 7px auto;
    }
    .bs-l,
    .bs-r {
        margin: 0 auto;
        border: none;
    }
}

.inner-page > .container-fluid {
    --bs-gutter-x: 0;
}

.btn-parking {
    --bs-btn-color: #000;
    --bs-btn-bg: white;
    --bs-btn-active-color: white;
    --bs-btn-active-bg: black;
    width: 40%;
    padding-top: 5px;
    padding-bottom: 5px;
}

/* Chrome, Safari, Edge, Opera */
.no-arrows::-webkit-inner-spin-button,
.no-arrows::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
}

/* Firefox */
.no-arrows {
    -moz-appearance: textfield;
}

.no-arrows:focus {
    outline: none;
}

.hr-sect {
    display: flex;
    flex-basis: 100%;
    align-items: center;
    color: rgba(0, 0, 0);
    margin: 8px 0;
}
.hr-sect:before,
.hr-sect:after {
    content: "";
    flex-grow: 1;
    background: rgba(0, 0, 0, 0.35);
    height: 1px;
    font-size: 0;
    line-height: 0;
    margin: 0 8px;
}

@media only screen and (max-width: 440px) {
    .box-img-small img {
        width: initial;
        max-height: 200px;
    }
}

.overlay-container {
    position: relative;
}

#overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#spinner {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.accordion-button-list {
    padding-left: 0;
    border-left: 5px solid transparent;
}

.accordion-button-list[aria-expanded="true"] {
    border-left-color: #ff6726;
}
.accordion-button-list[aria-expanded="false"] {
    border-left-color: transparent;
}
.accordion-button-list::after {
    content: none;
}

.badge-orange {
    background: #ff6726;
    color: white;
}

.listing-tab {
    padding-inline: 0;
    padding-block: 0.5rem !important; /* bs-grid: .p-2 */
    border-left: 5px solid transparent;
    border-bottom: 1px solid var(--bs-border-color);
}

.listing-tab.active {
    border-left-color: black;
}

.append-euro:after {
    content: "\20AC";
}

/*Vladi Additional CSS*/

.submenu-col h3 {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 133.333% */
    margin-left: 34px;
}

#navbarNavDropdown > ul > li {
    line-height: 56px;
}

.select2-container--bootstrap
    .select2-results__option--highlighted[aria-selected] {
    background-color: black;
}

.select2-container--bootstrap .select2-dropdown {
    border-color: black;
}

.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection {
    box-shadow: none;
    border-color: black;
}

.top-link-white {
    color: white;
}

.top-link-white:hover {
    color: #e74d4d;
}

.homepage-header-top-content-tags p {
    color: white;
}

.black-bg #navbarNavDropdown > ul > li {
    line-height: 32px;
}

.black-bg #black-logo img {
    width: 80px;
}

.black-bg .header-wrapper {
    margin-top: 5px;
    margin-bottom: 5px;
}

#landing-sign-up {
    line-height: 22px;
    padding: 8px 20px;
    border-radius: 1px;
    margin-top: 15px;
    transition: background-color 0.3s ease;
}

#landing-sign-up:hover {
    background-color: #D53E3E;
    color: white;
}

.black-bg #landing-sign-up {
    border: 1px solid;
    padding: 5px 20px;
    border-radius: 1px;
    margin-top: 5px;
}

.btn-dark:hover {
    color: white;
    background-color: #e74d4d;
    border-color: #e74d4d;
}

.button-search-submit {
    opacity: 0.8;
}

.detailed-description {
    color: #475467;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.tag-services {
    display: flex;
    padding: var(--spacing-md, 8px) var(--spacing-xl, 16px);
    justify-content: center;
    align-items: center;
    gap: 3px;
    border-radius: var(--radius-sm, 6px);
    border: 1px solid var(--Gray-300, #d0d5dd);
    background: var(--Base-White, #fff);
    color: rgba(0, 0, 0, 0.56);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; 
}

.like-location:hover {
    cursor: pointer;
}

