body {
    color: #525252 !important;
}

.form-control {
    background: white;
    color: #525252 !important;
}

.item-title {

}

.item-description {

}

#search_form .form-errors {
    font-size: 12px;
    color: #e74a3b;
    text-align: justify;
}

#search_form .form-errors li {
    padding: 5px;
}

.mb-4 {
    margin-bottom: 40px;
}

.mb-3 {
    margin-bottom: 30px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.p-10 {
    padding: 10px !important;
}

.p-15 {
    padding: 15px !important;
}

.p-20 {
    padding: 20px !important;
}

.pl-15 {
    padding-left: 15px !important;
}

.pr-15 {
    padding-right: 15px !important;
}

.pr-20 {
    padding-right: 20px !important;
}

.pl-20 {
    padding-left: 20px !important;
}

.pl-30 {
    padding-left: 30px !important;
}

.row-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.row-flex > [class*='col-'] {
    display: flex;
    flex: 1 1 0;
}

.carousel-full-size {
    display: none;
}

.header-menu .navbar.navbar-default .nav.navbar-nav li a i {
    display: inline-block;
}

.header-menu .navbar.navbar-default .nav.navbar-nav > li {
    margin-right: 10px !important;
}

.header-menu .navbar.navbar-default .navbar-header .navbar-brand img {

}

.justify {
    text-align: justify;
    text-justify: inter-word;
}

ul.inline-footer li {
    display: inline-block;
}

footer .widget ul.inline-footer li a {
    line-height: 20px;
}



.text-center h1, .text-center h2, .text-center h3, .text-center h4, .text-center h5, .text-center h6, .text-center h7 {
    text-align: center;
}

.borderless td, .borderless th {
    border: none;
    border-top: none !important;
}

.list-horizontal li {
    display: inline-block;
}

.list-justify {
    text-align: justify;
}

.list-justify li {
    display: inline-block;
    position: relative;
    top: 1.2em; /* line-height */
}

.list-justify:before{
    content: '';
    display: block;
    width: 100%;
    margin-bottom: -1.2em; /* line-height */
}

.list-justify:after {
    content: '';
    display: inline-block;
    width: 100%;
}

td.min {
    width: 1%;
    white-space: nowrap;
}

.bootstrap-select .dropdown-menu .inner.open {
    float: left;
    width: 100%;
}

.bootstrap-select .btn {
    background-color: white !important;
    color: #8c8c8c !important;
    border-color: #dedede !important;
}

.banner-area-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
}

.banner-area:before {
    background: none !important;
}

.main-header-area:after {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    top: 0px;
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.banner-inner-content h3 {
    text-shadow: 1px 1px black;
    font-size: 4cqh;
}

.banner-inner-content {
    container-type: inline-size;
}

.item-cart-box {
    border: 1px solid #dcdcdc;
    /*padding: 20px; */
    margin-bottom: 40px;
    display: grid;
    grid-auto-flow: column;
    align-content: center;
}

.item-cart-box .price {
    color: var(--thm-primary);
    font-weight: bold;
    font-size: 14px;
}

.item-center {
    display: grid;
    grid-auto-flow: column;
    align-items: center;
}

.item-center .input-group {
    margin-bottom: 0px !important;
}

.flex-grow-1 {
    flex-grow: 1;
}

.cart-box {
    display: flex;
    flex-direction: row;
}

.cart-box .cart-items {
    flex-grow: 1;
}

.cart-box .cart-items .cart-item {
    /**
    //display: flex;
    //flex-direction: row;
    */
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.cart-box .cart-items .border {
    border-bottom: 1px solid #ddd;
    margin: 0 20px 0px 20px;
}

.cart-box .cart-items .cart-item>div {
    padding: 20px;
}

.cart-summary {
    padding: 20px;
    background: #f6f6f6;
}

.cart-summary .cart-total-price {
    font-size: 24px;
    font-weight: bold;
}

.cart-price {
    font-size: 24px;
    font-weight: bold;
}

.cart-bigger {
    font-size: 24px;
    font-weight: bold;
}

.cart-smaller {
    font-size: 16px;
    font-weight: normal;
}

.cart-item-title {
    font-size: 18px;
}

.btn-100 {
    width: 100%;
}

.cart-item-quantity {
    width: 100% !important;
    text-align: center;
}

.cart-box .quantity-minus {
    cursor: pointer;
}

.cart-box .quantity-plus {
    cursor: pointer;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mt-50 {
    margin-top: 50px;
}

.no-wrap {
    white-space: nowrap;
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid #f3f3f3;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spin .75s linear infinite;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

.loader {
    border: 4px solid #f3f3f3; /* Light grey */
    border-top: 4px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
}

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

.checkout-button {
    min-width: 270px;
}

.cart-nav {
    padding: 0 0px 20px 0px;
}

.payment-methods {

}

.payment-methods .title {
    font-size: 24px;
}

.payment-methods .payment-method {
    margin: 10px 0 10px 0;
    border: 1px solid #ddd;
    padding: 20px;
    display: flex;
    flex-direction: row;
    cursor: pointer;
    border-radius: 5px;
}

.payment-methods .payment-method.checked {
    border-color: #155724;
    box-shadow: 0 0 10px #155724;
}

.payment-methods .payment-method>div {
    padding: 10px;
}

.payment-method .payment-method-icon {
    font-size: 26px;
}

.cart-unlogged-user {
    margin: 20px;
    text-align: center;
}

.cart-unlogged-user p.button-separator {
    margin: 20px 0 20px 0;
}

.cart-unlogged-user .btn {
    min-width: 300px;
}

.items-list-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.items-list-nav .item-nav-container {
    padding: 10px 20px 10px 20px;
    border: 1px solid #ddd;
    /* border-radius: 5px; */
    margin-bottom: 10px;
    color: #898989 !important;
    flex-grow: 1;
    text-align: center;
}

.items-list-nav .item-nav-container-fluid {
    border: 1px solid #ddd;
    /* border-radius: 5px; */
    margin-bottom: 10px;
    color: #898989 !important;
    flex-grow: 1;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
}

.items-list-nav .item-nav-container-fluid .nav-item {
    flex-grow: 1;
    padding: 10px 5px 10px 5px;
    color: #898989 !important;
}

.items-list-nav .item-nav-container-fluid .nav-item.active {
    font-weight: bold;
    background: #ddd;
}

.items-list-nav .item-nav-container .select {
    height: 21px;
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    padding: 0 5px;
}

.items-list-nav .item-nav-container.active {
    font-weight: bold;
    background: #ddd;
}

.property-item-list.last-item {
    margin-bottom: 20px;
}

.property-item-list.promoted-item {
    /* box-shadow: 0px 3px 35px 0px rgba(255, 182, 6, 0.3); */
    border: 1px solid #ffb606;
}

.form-input-errors {
    font-size: 12px;
    color: #e74a3b;
    text-align: justify;
}

.form-input-errors li {
    padding: 5px;
}

.form-row-hidden {
    display: none;
}

.property-item-list .property-item-price {
    margin-bottom: 20px;
}

.property-item-list.item-list-small {
    margin-bottom: 20px;
}

.property-item-list.item-list-small .property-item-list-text h4 {
    padding: 20px 0px 10px 0px;
}

.property-item-list.item-list-small .property-item-list-text ul {
    padding-bottom: 10px;
    margin-bottom: 0px;
}

.property-item-list.item-list-small .property-item-list-text p {
    margin-bottom: 20px;
}

.properties-area {
    padding-top: 30px;
}

.service-area {
    padding-top: 30px;
}

.property-title {
    margin-bottom: 20px;
}

.carousel-indicators {
    display: none;
}

.similar-properties .property-item .property-image img {
    max-height: 285px;
    min-height: 285px;

}

.width-auto {
    width: auto !important;
}

.attribute-value {
    float: right;
    color: #ffb606;
    font-weight: bold;
    font-size: 15px;
}

.service-area .item {
    padding: 0px;
}

.carousel .item-description {
    padding: 0px 20px 0px 20px !important;
    /*text-align: justify;*/
    color: #525252 !important;
}

.carousel .item-button {
    padding: 20px 30px !important;
}

.carousel .item-name {
    padding: 0px 30px !important;
    color: #525252 !important;
}

.mt-15 {
    margin-top: 15px;
}

.mt-0 {
    margin-top: 0px !important;
}

.btn-info {
    color: #fff !important;
    background-color: #5bc0de !important;
    border-color: #46b8da !important;
}

.btn-info:hover {
    opacity: 0.7;
}

.flex-item-images {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.flex-items-image {
    flex-basis: 350px;
}

.flex-item-images .flex-items-image {
    padding: 10px;
    border: 1px solid #dedede;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

.flex-item-images .flex-items-image .buttons {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 15px;
}

.flex-items-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.text-big {
    font-size: 22px;
}

.display-inline-block {
    display: inline-block !important;
}

.btn-orange {
    color: #fff;
    background-color: #ffb606;
    border-color: #ffb606;
    transition: background-color 0.5s, background-image 0.5s, color 0.5s;
}

.btn-orange:hover {
    color: #ffb606;
    background-color: transparent;
}

.btn-orange-outline {
    color: #ffb606;
    background-color: transparent;
    border-color: #ffb606;
}

.btn-orange-outline:hover {
    color: #fff;
    background-color: #ffb606;
    border-color: #ffb606;
}

.page-shading {
    position:fixed;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background:rgba(0, 0, 0, 0.8);
}

.cookie-policy-container {
    position: sticky;
    bottom: 0px;
    color: #898989;
    z-index: 100;
    background: white;
    border-top: 1px solid #ffb606;
}

.cookie-policy-container .row {

}

.cookie-policy-container .text-bigger {
    font-size: 18px;
    margin-bottom: 10px;
}

.flex-vertical-center {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.display-none {
    display: none;
}

.footer-link {
    font-size: 15px;
    color: white;
    font-family: "Open Sans", sans-serif;
    letter-spacing: .30px;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.footer-link:hover {
    color: #ffb606;
}

.pl-0 {
    padding-left: 0px;
}

.pr-0 {
    padding-right: 0px;
}

.big-text-1 {
    font-size: 18px !important;
}

.big-text-2 {
    font-size: 20px !important;
}

.big-text-3 {
    font-size: 24px !important;
}

.big-text-4 {
    font-size: 26px !important;
}

.service-area .item.promoted-package {
    border-color: var(--thm-primary) !important;
}

.active-package-row {
    margin: 20px 0 20px 0;
    border: 1px solid #ddd;
    padding: 20px;
    cursor: pointer;
}

.color-primary {
    color: var(--thm-primary);
}

.active-package-row.checked {
    border-color: #155724;
    box-shadow: 0 0 10px #155724;
}

.form-container .visible-xs input[type="submit"] {
    width: 100%;
    margin-bottom: 10px;
}

.visible-xs-block  .base-navigation .btn {
    width: 100%;
}

.m-nav .m-icon {
    font-size: 20px;
}

.form-container button {
    padding: 9px 25px;
}

.contact-box-form button {
    padding: 0px 25px;
}

.contact-box-form .table tbody tr td {
    padding: 8px 0;
}

.property-item-list.small .property-item-list-text h4 {
    padding: 10px 0px;
}

.property-item-list.small .property-item-list-text p.h4:hover {
    color: #ffb606;
}

.property-item-list.small .property-item-list-text p.h4 {
    color: #242424;
    padding: 10px 0px;
    font-size: 20px;
    font-weight: bold;
    margin: 0px;
    text-transform: uppercase;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

.property-item-list.small .property-item-list-text p {
    line-height: 20px;
    margin-bottom: 0px;
    color: #525252 !important;
}

.property-item-list.small .property-item-list-text ul {
    padding-bottom: 5px;
    margin-bottom: 5px;
    line-height: 14px;
}

.property-item-list.small .property-item-list-text ul.attributes-list {
    font-size: 12px;
    color: #898989;
}

.property-item-list.small .property-item-list-text ul.attributes-list span {
    color: #898989;
}

.property-item-list.small .property-item-price {
    padding: 10px 10px;
    margin-right: 0px;
}

.property-item-list.small .property-item-price h5 {
    font-size: 14px;
}

.property-item-list.small .property-item-price p.h5 {
    font-size: 14px;
}

.property-item-list.small .property-item-price h6 {
    font-size: 12px;
    padding: 0px;
}

.property-item-list.small .property-detail-btn {
    margin-top: 10px;
}

.property-item-list.small .property-img {
    height: 100%;
}

.property-item-list.small .property-img img {
    height: 100%;
}

.property-item-list.small .col-md-2.col-image {
    height: 100%;
}

input[type="checkbox"].form-check-input {
    position: static;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
}

.banner-area .container {
    height: 35vh;
}

.form-flex-container .visible-xs input[type="submit"] {
    width: 100%;
    margin-bottom: 10px;
}

.form-flex-container .form-flex-item {
    margin-bottom: 20px;
}

.footer-widget-area .row {
    margin-bottom: 0px !important;
}

.steps {
    display: flex;
    gap: 10px;
}

.steps .step {
    flex-grow: 1;
    height: 4px;
    border-radius: 8px;
    background-color: #757575;
}

.steps .step.active {
    background-color: #ffb606;
}

.w-100 {
    width: 100%;
}

.container-content {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #dedede;
    margin-top: 20px;
    margin-bottom: 20px;
}

.button-offer-type:hover {
    background-color: #ffb606;
    color: white;
}

.form-container-responsive .buttons {
    margin-top: 20px;
}

.form-container-responsive .buttons .btn {
    padding: 15px;
    line-height: 30px;
}

.form-container-responsive .buttons .btn:hover {
    color: white !important;
    opacity: 0.7;
}

.form-container-responsive .input-background {
    background: rgba(255,255,255,1);
    opacity: 1;
    /*border: 1px solid #dedede;*/
    border-radius: 5px;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 0px;
    padding: 0px;
    position: relative;
    overflow: visible;
}

.no-input-border {
    border: none !important;
}

.form-container-responsive input[type="range"].form-control {
    padding: 0px;
}

.form-container-responsive .input-background label {
    position: absolute;
    top: -15px;
    left: 10px;
    padding: 1px 10px 1px 10px;
    background: white;
    color: #898989;
    display: block;
    font-weight: normal;
    z-index: 10;
}

.pt-10 {
    padding-top: 10px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}


.pt-12 {
    padding-top: 12px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pb-125 {
    padding-bottom: 125px !important;
}

.btn-form {
    padding: 15px !important;
    text-transform: none !important;
    font-size: 14px !important;
    line-height: 30px !important;
}

.btn-form:hover {
    background-color: #ffb606 !important;
    color: white !important;
    opacity: 0.7;
}

.btn-form.checkout-button btn-form:hover {
    color: black !important;
}

.paginator-navigation-container .items-list-nav .item-nav-container-fluid, .paginator-navigation-container .items-list-nav .item-nav-container {
    margin-bottom: 0px;
}

.header-item-type {
    font-weight: bold;
    margin-bottom: 10px;
}

.orders-list-paginator .property-item-list {
    margin-bottom: 10px;
}

footer {
    color: white;
}

footer a {
    color: white;
}

footer .widget ul li a {
    color: white;
}

footer .social-links li a {
    border-color: white;
}

footer .social-links li a i {
    color: white;
}

.color-1 {
    color: #ffb606;
}

.color-2 {
    color: #666;
}

.text-small {
    font-size: 10px;
    line-height: 10px;
}

.item-cart {
    margin-bottom: 20px;
}

.btn-property-detail-bg {
    background: #5205f5 !important;
    background-image: linear-gradient(to right, #5205f5, #e930a7) !important;
    border-image-source: linear-gradient(to right, #5205f5, #e930a7) !important;
    border-image-slice: 1 !important;
    color: white;
    border-radius: 4px !important;
    transition: background-color 0.5s, background-image 0.5s, color 0.5s;

}

.btn-property-detail-bg:hover {
    background: none !important;
    background-image: none !important;
    color: #333;
    border-radius: 4px !important;
}

.background-transparent {
    background-color: transparent !important;
}

.btn-nav {
    padding: 15px;
    line-height: 30px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.btn-nav:last-child {
    margin-bottom: 0px;
}

.row-show {
    font-size: 16px;
}

.row-show .row-header {
    font-weight: bold;
}

.row-show .row-value {
    font-size: 18px;
    border-bottom: 1px solid silver;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.btn-estate-lg {
    padding: 15px;
    line-height: 30px;
}

.btn-estate-primary {
    background: #ffb606;
    color: white;
}

.btn-estate-primary-outline {
    border-color: #ffb606;
    background: white;
    color: #ffb606;
}

.btn-estate-primary-outline:hover {
    background: #ffb606;
    color: white;
}

.search-item .dropdown.bootstrap-select .filter-option {
    padding: 12.5px 0;
    color: #525252 !important;
}

.max-width-50 {
    max-width: 50%;
}

.text-color-primary-gradient {
    background: -webkit-linear-gradient(top right, #de0c8b, #6a8bf4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

p.h4 {

}

p.h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #363636;
    letter-spacing: .6px;
    text-transform: uppercase;
}

.h-100 {
    height: 100%;
}

.property-item .property-text h3 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .6px;
    color: #242424;
    text-transform: uppercase;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}

.property-subtext {
    position: absolute;
    display: block;
    text-align: center;
    top: 7px;
    right: 7px;
    background: white;
    padding: 5px;
    font-size: 10px;
    color: black;
    line-height: 10px;
    opacity: 0.7;
}

.image-container {
    position: relative;
}

.image-container .image-subtext {
    position: absolute;
    display: block;
    text-align: center;
    top: 4px;
    left: 4px;
    background: white;
    padding: 3px;
    font-size: 10px;
    color: black;
    line-height: 10px;
    opacity: 0.7;
}

.img-hover-zoom {
    overflow: hidden;
}

.img-hover-zoom img {
    transition: transform .5s ease;
}

.img-hover-zoom:hover img {
    transform: scale(1.5);
}

.img-hover-zoom--zoom-n-pan-h img {
  transition: transform .5s ease-in-out;
  transform: scale(1.4);
  transform-origin: 100% 0;
}

.img-hover-zoom--zoom-n-pan-h:hover img {
  transform: scale(1.5) translateX(30%);
}

.img-hover-opacity img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.img-hover-opacity:hover img {
    opacity: 0.8;
}

.btn-green-gradient {
    background: #47ca00 !important;
    background-image: linear-gradient(to right, #47ca00, #00ff04) !important;
    border-image-source: linear-gradient(to right, #47ca00, #00ff04) !important;
    border-image-slice: 1 !important;
    border-width: 2px;
    color: white;
}

.btn-green-gradient:hover {
    color: #00ff04 !important;
    background: none !important;
    background-image: none !important;
    border-image-source: none !important;
    border-radius: 2px;
    border: 2px solid #00ff04 !important;
    font-weight: bold;
}

.main-search-area-inner a.search-title {
    font-size: 14px !important;
    color: rgba(255, 255, 255, 0.8) !important;
}

.banner-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pb-search {
    padding-bottom: 125px !important;
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out;
    transform:translateX(100%);
}

.carousel-item.active {
    visibility: visible;
    transform:translateX(0);
}

.carousel-item-start {
    transition: none;
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-prev-icon {
    filter: invert(1) grayscale(100);
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}

.carousel-dark {
  background-color: #f2f2f2;
}

.carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon {
    filter: invert(1) grayscale(100);
}

.carousel-control-next {
    right: 0;
}

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
    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;
}

.carousel-caption-2 {
    color: black;
    text-shadow: none;
    margin: 0 15%;
    text-align: center;
}

.carousel-with-indicators .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    width: auto;
}

.carousel-with-indicators .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000;
}

.carousel-with-indicators .carousel-indicators [data-bs-target].active {
    opacity: 1;
}

.carousel-inner .pseudoimage-text-container {
    min-height: 200px; 
    display: flex; 
    align-items: center; 
    justify-content: center;
}

.carousel-caption-2 h4 {
    margin-bottom: 15px;
}

.no-border {
    border: 0px !important;
}

.m-0 {
    margin:0!important;
}
.m-1 {
    margin:.25rem!important;
}
.m-2 {
    margin:.5rem!important;
}
.m-3 {
    margin:1rem!important;
}
.m-4 {
    margin:1.5rem!important;
}
.m-5 {
    margin:3rem!important;
}

.mt-0 {
    margin-top:0!important;
}
.mr-0 {
    margin-right:0!important;
}
.mb-0 {
    margin-bottom:0!important;
}
.ml-0 {
    margin-left:0!important;
}
.mx-0 {
    margin-left:0 !important;
    margin-right:0 !important;
}
.my-0 {
    margin-top:0!important;
    margin-bottom:0!important;
}

.mt-1 {
    margin-top:.25rem!important;
}
.mr-1 {
    margin-right:.25rem!important;
}
.mb-1 {
    margin-bottom:.25rem!important;
}
.ml-1 {
    margin-left:.25rem!important;
}
.mx-1 {
    margin-left:.25rem!important;
    margin-right:.25rem!important;
}
.my-1 {
    margin-top:.25rem!important;
    margin-bottom:.25rem!important;
}

.mt-2 {
    margin-top:.5rem!important;
}
.mr-2 {
    margin-right:.5rem!important;
}
.mb-2 {
    margin-bottom:.5rem!important;
}
.ml-2 {
    margin-left:.5rem!important;
}
.mx-2 {
    margin-right:.5rem!important;
    margin-left:.5rem!important;
}
.my-2 {
    margin-top:.5rem!important;
    margin-bottom:.5rem!important;
}

.mt-3 {
    margin-top:1rem!important;
}
.mr-3 {
    margin-right:1rem!important;
}
.mb-3 {
    margin-bottom:1rem!important;
}
.ml-3 {
    margin-left:1rem!important;
}
.mx-3 {
    margin-right:1rem!important;
    margin-left:1rem!important;
}
.my-3 {
    margin-bottom:1rem!important;
    margin-top:1rem!important;
}

.mt-4 {
    margin-top:1.5rem!important;
}
.mr-4 {
    margin-right:1.5rem!important;
}
.mb-4 {
    margin-bottom:1.5rem!important;
}
.ml-4 {
    margin-left:1.5rem!important;
}
.mx-4 {
    margin-right:1.5rem!important;
    margin-left:1.5rem!important;
}
.my-4 {
    margin-top:1.5rem!important;
    margin-bottom:1.5rem!important;
}

.mt-5 {
    margin-top:3rem!important;
}
.mr-5 {
    margin-right:3rem!important;
}
.mb-5 {
    margin-bottom:3rem!important;
}
.ml-5 {
    margin-left:3rem!important;
}
.mx-5 {
    margin-right:3rem!important;
    margin-left:3rem!important;
}
.my-5 {
    margin-top:3rem!important;
    margin-bottom:3rem!important;
}

.mt-auto {
    margin-top:auto!important;
}
.mr-auto {
    margin-right:auto!important;
}
.mb-auto {
    margin-bottom:auto!important;
}
.ml-auto {
    margin-left:auto!important;
}
.mx-auto {
    margin-right:auto!important;
    margin-left:auto!important;
}
.my-auto {
    margin-bottom:auto!important;
    margin-top:auto!important;
}

.p-0 {
    padding:0!important;
}
.p-1 {
    padding:.25rem!important;
}
.p-2 {
    padding:.5rem!important;
}
.p-3 {
    padding:1rem!important;
}
.p-4 {
    padding:1.5rem!important;
}
.p-5 {
    padding:3rem!important;
}

.pt-0 {
    padding-top:0!important;
}
.pr-0 {
    padding-right:0!important;
}
.pb-0 {
    padding-bottom:0!important;
}
.pl-0 {
    padding-left:0!important;
}
.px-0 {
    padding-left:0!important;
    padding-right:0!important;
}
.py-0 {
    padding-top:0!important;
    padding-bottom:0!important;
}

.pt-1 {
    padding-top:.25rem!important;
}
.pr-1 {
    padding-right:.25rem!important;
}
.pb-1 {
    padding-bottom:.25rem!important;
}
.pl-1 {
    padding-left:.25rem!important;
}
.px-1 {
    padding-left:.25rem!important;
    padding-right:.25rem!important;
}
.py-1 {
    padding-top:.25rem!important;
    padding-bottom:.25rem!important;
}

.pt-2 {
    padding-top:.5rem!important;
}
.pr-2 {
    padding-right:.5rem!important;
}
.pb-2 {
    padding-bottom:.5rem!important;
}
.pl-2 {
    padding-left:.5rem!important;
}
.px-2 {
    padding-right:.5rem!important;
    padding-left:.5rem!important;
}
.py-2 {
    padding-top:.5rem!important;
    padding-bottom:.5rem!important;
}

.pt-3 {
    padding-top:1rem!important;
}
.pr-3 {
    padding-right:1rem!important;
}
.pb-3 {
    padding-bottom:1rem!important;
}
.pl-3 {
    padding-left:1rem!important;
}
.py-3 {
    padding-bottom:1rem!important;
    padding-top:1rem!important;
}
.px-3 {
    padding-right:1rem!important;
    padding-left:1rem!important;
}

.pt-4 {
    padding-top:1.5rem!important;
}
.pr-4 {
    padding-right:1.5rem!important;
}
.pb-4 {
    padding-bottom:1.5rem!important;
}
.pl-4 {
    padding-left:1.5rem!important;
}
.px-4 {
    padding-right:1.5rem!important;
    padding-left:1.5rem!important;
}
.py-4 {
    padding-top:1.5rem!important;
    padding-bottom:1.5rem!important;
}

.pt-5 {
    padding-top:3rem!important;
}
.pr-5 {
    padding-right:3rem!important;
}
.pb-5 {
    padding-bottom:3rem!important;
}
.pl-5 {
    padding-left:3rem!important;
}
.px-5 {
    padding-right:3rem!important;
    padding-left:3rem!important;
}
.py-5 {
    padding-top:3rem!important;
    padding-bottom:3rem!important;
}

.carousel-containerable .carousel-caption {
    background: #FAFAFA;
    padding: 22px;
    border-radius: 20px;
    position: unset;
    border: 1px solid #D6D6D6;
}

.carousel-containerable .carousel-caption h3 {
    color: #FF03CB;
    font-size: 26px;
    text-shadow: none;
}

.carousel-containerable .carousel-caption p {
    color: black;
    font-size: 18px;
    text-shadow: none;
}

.carousel-containerable .item {
    margin: 0px;
    border: 0px;
}

.carousel-containerable .carousel-control.left {
    background-image: none;
}

.carousel-containerable .carousel-control.right {
    background-image: none;
}

.icon-circle {
    width: 100px;              /* Szerokość kółka */
    height: 100px;             /* Wysokość kółka */
    background: #5205F5;
    color: white;             /* Kolor ikony */
    border-radius: 50%;       /* Sprawia, że kontener jest okrągły */
    display: flex;            /* Wyrównanie wewnętrzne */
    align-items: center;      /* Wyrównanie w pionie */
    justify-content: center;  /* Wyrównanie w poziomie */
    text-shadow: none;
}

.margin-auto {
    margin: auto;
}

.carousel-containerable .carousel-containerable-item {
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 2px 10px 0px #0000001A;
}

.carousel-containerable .carousel-control {
    width: 30px;
    color: black;
    opacity: 1;
    text-shadow: none;
}

.scroll-top {
    text-align: center;
    width: 44px;
    position: fixed;
    opacity: 1;
    right: 10px;
    bottom: 10px;
    z-index: 99999;
    color: white;
    background-color: #2a292b;
    padding: 8px 8px 12px 8px;
    border-radius: 4px;
    transition: all 0.4s;
    box-shadow: 0px 0px 5px white;
}

@media (max-width: 480px) {
    .banner-area .container {
        height: 35vh;
    }

    .banner-area-cover {
        background-image:url('/estate/img/banner-bg-m.webp');
    }
}

/* Domyślny rozmiar dla mobile */
@media (max-width: 576px) {
    .banner-inner-content h3 {
        font-size: 3.5cqh;
    }
    
    .pb-search {
        padding-bottom: 52px !important;
    }
    
    .carousel-inner .pseudoimage-text-container {
        min-height: 400px !important;
    }
    
    .header-menu {
        position: fixed;
        width: 100%;
        background: rgba(0, 0, 0, 0.7);
    }
    
    .header-menu-fixed {
        background: #2a292b;
        box-shadow: 0px 0 5vh black, 0px 0 7vh rgba(0,0,0,.7);
    }
}

@media (min-width: 577px) {
    .mobile-break {
        display: none;
    }
}

@media (min-width: 577px) and (max-width: 767px) {
    .pb-search {
        padding-bottom: 220px !important;
    }
}

@media only screen and (max-width: 767px) {
    #primary-menu li {
        text-align: right;
    }

    .property-item-list.small h4 {
        text-align: justify;
    }

    .property-item-list.small p.h4 {
        text-align: justify;
    }

    .property-item-list.small .description {
        text-align: justify;
    }

    .property-item-list.small .property-item-price h5 {
        margin-right: 10px;
    }

    .property-item-list.small .property-item-price p.h5 {
        margin-right: 10px;
    }

    .property-item-list.small .property-item-price h6 {
        padding-right: 10px !important;
    }

    .property-item-list.small .property-item-price {
        margin-bottom: 0px;
    }
    
    .main-search-area .row {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .service-area .row {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    
    .banner-area .container {
        height: 35vh;
    }

    #register_form .form-check-label {
        font-size: 0.8rem;
    }
    
    .carousel-control {
        background: transparent !important;
    }
}

@media (min-width: 481px) and (max-width: 1024px) {
    .banner-area .container {
        height: 35vh;
    }

    .banner-area-cover {
        background-image:url('/estate/img/banner-bg-t.webp');
    }
}

@media all and (min-width: 769px) {
    .property-item-list.small {
        margin-bottom: 10px;
        height: 138px;
    }
    
    .carousel-mobile-size {
        display: none;
    }

    .carousel-full-size {
        display: block;
    }
}

@media (max-width: 991px) {
    .header-menu .navbar.navbar-default .navbar-header .navbar-brand {
        height: 66px;
        line-height: 60px;
    }
    
    .header-menu .navbar.navbar-default .navbar-collapse {
        max-height: 100vh !important;
    }

    .navbar-toggle {
        margin-right: 15px;
        padding: 9px 0px;
        margin-top: 14px;
        margin-bottom: 0px;
        border: none;
        border-radius: 0px;
        background: transparent !important;
    }
}

@media (min-width: 1025px) {
    .banner-area .container {
        height: 40vh;
    }

    .banner-area-cover {
        background-image:url('/estate/img/banner-bg.webp');
    }
}
