/*
    Created on : 09.01.2024, 00:19:00
    Author     : Alekhnovich Oleg (https://webplatinum.net)
*/

/* MAIN NAVBAR
-------------------------------------------------- */
#topBar a {
    color: #666;
    font-weight: bold;
    text-decoration: none;
}
#topBar a:hover {
    color: #000;
}
.dropdown-item {
    white-space: nowrap;
}
@media (max-width: 576px) {
    .dropdown-item {
        white-space: normal;
    }
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #886900;
}
#mainNavbar ul.dropdown-menu.show {
    background-color: #fff8e3;
}
#mainNavbar .nav-link {
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-top: .2rem;
    margin-left: .7rem;
    margin-right: .7rem;
    border: 1px solid transparent;
    border-radius: 50px;
    color: #444;
}
#mainNavbar .nav-link:hover {
    color: #886900;
    border: 1px solid #886900;
    border-radius: 50px;
}
#mainNavbar .nav-link.active {
    color: #886900;
    border: 1px solid #886900;
    border-radius: 50px;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
.carousel {
    margin-bottom: 4rem;
}
.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}
.carousel-item {
    height: 32rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.carousel-bg-filter {
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background: black;
    background: rgba(0, 0, 0, 0.5);
}

/* CUSTOMIZE THE JUMBOTRON
-------------------------------------------------- */
.jumbotron {
    background-color: #e9ecef;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 3rem;;
    padding-bottom: 3rem;
}
.jumbotron-bg-filter {
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background: #e9ecef;
    background: rgba(0, 0, 0, 0.4);
}

/* PAGINATION
-------------------------------------------------- */
.pagination {
    --bs-pagination-color: #333;
    --bs-pagination-active-color: #000;
    --bs-pagination-active-bg: #ffc107;
    --bs-pagination-active-border-color: #ffc107;
}

/* CARD
-------------------------------------------------- */
.blog-card-body a {
    color: #886900;
}
.blog-card-body {
    background-color: #fff8e3;
}
.blog-card-body:hover {
    background-color: #fff0ce;
    color: #000 !important;
    transition: all .6s;
}
.blog-card-body a:hover {
    color: #000 !important;
}
.img-square {
    width: 90%;
    margin: auto;
    overflow: hidden; /* clearfix */
}
.img-square:before {
    content: "";
    padding-top: 100%;
    float: left;
}
.img-fluid-square {
    max-width: 100%;
    max-height: 100%;
}

/* MAIN CONTENT
-------------------------------------------------- */
img {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none;
}
a {
    color: #886900;
}
a:hover {
    color: #000;
}
.text-gold {
    color: goldenrod;
}
.bg-gold {
    background-color: goldenrod;
}
.text-darkgold {
    color: #c4910d;
}
.bg-darkgold {
    background-color: #886900;
}
.text-olive {
    color: olive;
}
.bg-olive {
    background-color: olive;
}
.bg-lightgold {
    background-color: #fff0ce;
}
.bg-lightgold2 {
    background-color: #fff8e3;
}
.bg-lightgrey {
    background-color: #f5f5f5;
}
.text-darkblue {
    color: #003b77;
}
.text-orange {
    color: #e64c16;
}
.bg-darkblue {
    background-color: #003b77;
}
.bg-orange {
    background-color: #e64c16;
}
.text-lightgrey {
    color: #eaf0fb;
}
.bg-payment-home {
    background-image: url("../images/all/four-back.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.error404 {
    font-size: 5rem;
}
@media (min-width: 390px) {
    .error404 {
        font-size: 7rem;
    }
}
@media (min-width: 576px) {
    .error404 {
        font-size: 10rem;
    }
}
@media (min-width: 768px) {
    .error404 {
        font-size: 14rem;
    }
}
@media (min-width: 1200px) {
    .error404 {
        font-size: 14rem;
    }
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #886900;
    --bs-btn-border-color: #886900;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #000;
    --bs-btn-hover-border-color: #000;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #886900;
    --bs-btn-active-border-color: #886900;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #666;
    --bs-btn-disabled-border-color: #666;
}
.accordion {
    --bs-primary-bg-subtle: #f5f5f5;
    --bs-primary-text-emphasis: #666;
}

footer a {
    color: #886900;
}
footer a:hover {
    color: #333;
}

/* USER ACCOUNT
-------------------------------------------------- */
@media (min-width: 768px) {
    .sidebar .offcanvas-lg {
        position: -webkit-sticky;
        position: sticky;
        top: 48px;
    }
    .navbar-search {
        display: block;
    }
}
.sidebar .nav-link {
    font-size: .875rem;
}
.sidebar .nav-link.active {
    font-weight: 500;
    color: #e64c16 !important;
}
.sidebar-heading {
    font-size: .75rem;
}

/* BOOTSTRAP SUBMENU 3 LEVEL
-------------------------------------------------- */
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
}
.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right: .1rem;
}

/* BUTTON UP
-------------------------------------------------- */
#btn-back-to-top {
    position: fixed;
    bottom: 7px;
    right: 7px;
    display: none;
}

/* CSS3 EFFECTS
-------------------------------------------------- */
.fade-img {
    -webkit-transition: all 0.3s ease;;
    -moz-transition: all 0.3s ease;;
    -o-transition: all 0.3s ease;;
    transition: all 0.3s ease;
    opacity: 1;
}
.fade-img:hover {
    -webkit-transition: all 0.3s ease;;
    -moz-transition: all 0.3s ease;;
    -o-transition: all 0.3s ease;;
    transition: all 0.3s ease;
    opacity: 0.5;
}

/* MEDIA
-------------------------------------------------- */
/*
@media (min-width: 390px) {

}
@media (min-width: 576px) {

}
@media (min-width: 768px) {

}
@media (min-width: 1200px) {

}
*/
