html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

* {
    box-shadow: none !important;
    outline: none !important;
}

a {
    text-decoration: none;
}

/*.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}*/

.floating-button {
    border-radius: 50%;
    bottom: 7px;
    height: 65px;
    padding: 0 !important;
    position: fixed;
    right: 7px;
    width: 65px;
    z-index: 1030;
}

    .floating-button i {
        font-size: 24px !important;
    }

html {
    position: relative;
    min-height: 100%;
}

body {
    /*margin-bottom: 60px;*/
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

.bg {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5)), url('../resources/images/idoavenue_wedding.jpeg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    /*filter: blur(2px);*/
}

.featured-banner {
    position: absolute;
    top: -10px;
    left: 3.25px;
    width: 100px;
    height: 100px;
    background-image: url('../resources/images/featured.png');
}

.featured-block {
    background-color: rgba(0, 0, 0, 0.75);
    bottom: 0;
    height: 70px;
    left: 8px;
    line-height: 70px;
    padding: 0 10px 0 10px;
    position: absolute;
    right: 8px;
}

.featured-guest-count {
    /*background-color: rgba(0, 0, 0, 0.75);*/
    height: 32px;
    right: 40px;
    line-height: 32px;
    padding: 0 0 0 0;
    position: absolute;
    top: 5px;
    width: 32px;
}

    .featured-guest-count i {
        color: white;
    }

.featured-package {
    background-color: rgba(0, 0, 0, 0.75);
    top: 0;
    height: 70px;
    line-height: 70px;
    padding: 0 10px 0 10px;
    position: absolute;
    right: 8px;
    transform: rotate(45deg);
    width: 70px;
    /*z-index: 1039;*/
}

.new-listing-block:hover {
    /*transform: translateX(-100%);*/
    /*opacity: 0;*/
}

.new-listing-block {
    position: absolute;
    top: 0px;
    bottom: 0px;
    max-width: 420px; /* adjust to taste */
    /*color: #C7A76D;*/
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
    transition: transform 0.3s ease, background-color 0.3s ease, opacity 0.8s ease;
    border-radius: 0.375rem;
}

    .new-listing-block.big-block {
        background-color: rgba(37, 57, 46, .8);
        padding: .8rem;
        right: 10px;
        width: 60%;
    }

    .new-listing-block.medium-block {
        background-color: rgba(37, 57, 46, .8);
        padding: 0.5rem;
        right: 7.5px;
        width: 75%;
    }

    .new-listing-block.small-block {
        background-color: rgba(37, 57, 46, .8);
        padding: 0.5rem;
        right: 10px;
        width: 65%;
    }

.btn-primary {
    --bs-btn-color: #C7A76D !important;
    --bs-btn-bg: #25392E !important;
    --bs-btn-border-color: #25392E !important;
    --bs-btn-hover-color: #fff !important;
    --bs-btn-hover-bg: #B5ADA2 !important;
    --bs-btn-hover-border-color: #B5ADA2 !important;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;

    --bs-btn-active-color: #C7A76D !important;
    --bs-btn-active-bg: #48573A !important;
    --bs-btn-active-border-color: #48573A !important;

    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
}

.btn-outline-primary {
    --bs-btn-color: #C7A76D !important;
    --bs-btn-border-color: #25392E !important;
    --bs-btn-hover-color: #C7A76D !important;
    --bs-btn-hover-bg: #25392E !important;
    --bs-btn-hover-border-color: #25392E !important;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;

    --bs-btn-active-color: #C7A76D !important;
    --bs-btn-active-bg: #48573A !important;
    --bs-btn-active-border-color: #48573A !important;

    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #0d6efd;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0d6efd;
    --bs-gradient: none;
}

.btn-secondary {
    --bs-btn-color: #fff !important;
    --bs-btn-bg: #B5ADA2 !important;
    --bs-btn-border-color: #B5ADA2 !important;
    --bs-btn-hover-color: #C7A76D !important;
    --bs-btn-hover-bg: #25392E !important;
    --bs-btn-hover-border-color: #25392E !important;
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #565e64;
    --bs-btn-active-border-color: #51585e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: #6c757d;
}

.bg-accent {
    background-color: #B5ADA2 !important;
}

.bg-dark {
    background-color: #11140B !important;
}

.bg-primary {
    background-color: #25392E !important;
}

.bg-secondary {
    background-color: #48573A !important;
}

.bg-tertiary {
    background-color: #C7A76D !important;
}

.border-bottom-accent {
    border-bottom: 1px solid #B5ADA2 !important;
}

.border-bottom-primary {
    border-bottom: 1px solid #25392E !important;
}

.border-bottom-secondary {
    border-bottom: 1px solid #48573A !important;
}

.border-bottom-tertiary {
    border-bottom: 1px solid #C7A76D !important;
}

.text-accent {
    color: #B5ADA2 !important;
}

.text-primary {
    color: #25392E !important;
}

.text-secondary {
    color: #48573A !important;
}

.text-tertiary {
    color: #C7A76D !important;
}

/* width */
::-webkit-scrollbar {
    width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px whitesmoke;
    border-radius: 0px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    border-radius: 0px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background-color: grey;
    }
