/*
    Created on : 16.04.2026, 05:17:00
    Author     : Alekhnovich Oleg (https://webplatinum.net)
*/

@font-face {
    font-family: 'Inter_18pt-Regular';
    src: url('fonts/Inter_18pt-Regular.ttf');
    font-display: swap;
}

body {
    font-family: 'Inter_18pt-Regular', sans-serif;
}

/* MAIN NAVBAR
-------------------------------------------------- */
.navbar-nav .nav-link {
    font-weight: bold;
    margin-left: .7rem;
    margin-right: .7rem;
    border-bottom: 2px solid transparent;
}

.navbar-nav .nav-link:hover {
    border-bottom: 2px solid #0161dc;
}

.navbar-nav .nav-link.active {
    border-bottom: 2px solid #0161dc;
}

.navbar {
    position: static;
}

.navbar.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    animation: slideDown 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

/* CUSTOMIZE THE MAIN CAROUSEL
-------------------------------------------------- */
#mainCarousel .carousel {
    margin-bottom: 4rem;
}

#mainCarousel .carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

#mainCarousel .carousel-item {
    height: 32rem;
}

#mainCarousel .carousel-bg-filter {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: black;
    background: rgba(0, 0, 0, 0.5);
}

/* CAROUSEL FOR ADDITIONAL PRODUCT IMAGES
-------------------------------------------------- */
.additional-carousel-indicator {
    opacity: .5;
    transition: all 0.3s ease;
}

.additional-carousel-indicator:hover {
    opacity: 1;
    transition: all 0.3s ease;
}

.additional-carousel-indicator.active {
    opacity: 1;
    transition: all 0.3s ease;
}

/* CUSTOMIZE THE JUMBOTRON
-------------------------------------------------- */
.jumbotron-bg-filter {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #e9ecef;
    background: rgba(0, 0, 0, 0.3);
}

.jumbotron-bg-filter-2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #002057;
    background: rgba(0, 32, 87, 1);
}

.jumbotron-bg-art {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url('../images/all/jumbotron-home-page-art.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.jumbotron-bg-art-2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url('../images/all/jumbotron-page-art.svg');
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.jumbotron-bg-art-3 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url('../images/all/jumbotron-bg-art.svg');
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
}

/* MAIN CONTENT
-------------------------------------------------- */
a {
    color: #0b60c6;
}

a:hover {
    color: #003b77;
}

.text-lightblue {
    color: #9ac3ff;
}

.text-blue {
    color: #0b60c6;
}

.text-darkblue {
    color: #003b77;
}

.bg-darkblue {
    background-color: #003b77;
}

.bg-light-gray {
    background-color: #f1f4f8;
}

.card-link {
    color: #000;
    text-decoration: none;
}

.card-link:hover {
    color: #0b60c6;
}

.portfolio-card-link {
    color: #fff;
    text-decoration: none;
}

.portfolio-card-link:hover {
    color: #9ac3ff;
}

.custom-tooltip {
    --bs-tooltip-bg: #003b77;
    --bs-tooltip-color: #fff;
}

.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: #0161dc;
    --bs-btn-border-color: #0161dc;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #004fb7;
    --bs-btn-hover-border-color: #004fb7;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #004fb7;
    --bs-btn-active-border-color: #004fb7;
    --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;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #0161dc;
}

.aspect-ratio-1x1 {
    aspect-ratio: 1 / 1;
    width: 100%;
    position: relative;
}

.aspect-ratio-4x3 {
    aspect-ratio: 4 / 3;
    width: 100%;
    position: relative;
}

.aspect-ratio-3x2 {
    aspect-ratio: 3 / 2;
    width: 100%;
    position: relative;
}

.aspect-ratio-16x9 {
    aspect-ratio: 16 / 9;
    width: 100%;
    position: relative;
}

.post-breadcrumb .breadcrumb-item::before {
    color: #dcdcdc;
}

.photo-bg-filter {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(60, 35, 15, 0.9) 0%,
            rgba(120, 72, 36, 0.6) 40%,
            rgba(120, 72, 36, 0.2) 70%,
            rgba(0, 0, 0, 0) 100%);
    mix-blend-mode: multiply;
    pointer-events: none;
}

/* PAGINATION
-------------------------------------------------- */
.pagination {
    --bs-pagination-color: #333;
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #0161dc;
    --bs-pagination-active-border-color: #0161dc;
}

/* FOOTER
-------------------------------------------------- */
footer a {
    color: #666;
    text-decoration: none;
}

footer a:hover {
    color: #0161dc;
}

footer .nav-link {
    color: #666;
    text-decoration: none;
}

footer .nav-link:hover {
    color: #0161dc;
}

/* USER ACCOUNT
-------------------------------------------------- */
@media (min-width: 768px) {
    .sidebar .offcanvas-lg {
        position: sticky;
        top: 48px;
    }

    .navbar-search {
        display: block;
    }
}

.sidebar .nav-link {
    font-size: .875rem;
}

.sidebar .nav-link.active {
    font-weight: 500;
    color: #0b60c6 !important;
}

.sidebar-heading {
    font-size: .75rem;
}

/* 3th LEVEL SUBMENU (BOOTSTRAP 5.x)
-------------------------------------------------- */
.dropdown-submenu,
.dropdown-item {
    position: relative;
}

.dropdown-submenu>a.dropdown-toggle::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 3px;
    top: 0;
    bottom: 0;
    align-self: center;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 0.1rem;
    margin-right: 0.1rem;
}

.dropdown-submenu>.dropdown-menu-end {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 0.1rem;
}

.dropdown-submenu>a.dropdown-toggle.dropdown-toggle-start::after {
    transform: rotate(90deg);
    right: unset;
    left: 0;
}

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

/* CSS3 EFFECTS
-------------------------------------------------- */
.fade-effect {
    -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-effect: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.7;
}

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

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

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

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

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

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

}
*/