/*
    Created on : 15.02.2025, 16:32:00
    Author     : Alekhnovich Oleg (https://webplatinum.net)
*/

body {
  /*  background: linear-gradient(147.28deg, #e7f9ff, #f9fefe 23.44%, #fff9f3 48.44%, #eff8fa 77.6%, #e9f8fb);*/
  background: #0c1a36;
  color: #ffffff;
}

/* 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);
}

/* 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: #fff;
    --bs-pagination-active-bg: #323f64;
    --bs-pagination-active-border-color: #323f64;
}

/* CARD
-------------------------------------------------- */
.blog-card-body a {
  /*  color: #323f64;*/
  color: #ffffff;
}
.blog-card-body:hover {
    background-color: #323f64;
    color: lightgrey!important;
    transition: all .6s;
}
.blog-card-body a:hover {
    color: #fff!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
-------------------------------------------------- */
a {
    color: #ffffff;
}
a:hover {
    color: #d1d0d0;
}
.text-darkblue {
    color: #323f64;
}
.text-orange {
    color: #E7E04D;
}
.bg-darkblue {
    background-color: #323f64;
}
.bg-orange {
    background-color: #E7E04D;
}
.text-lightgrey {
    color: #eaf0fb;
}
.bg-gradient {
    background: radial-gradient(55.69% 86.43% at 82.36% 8.6%, #fff 0, #f4fbff 100%) !important;
}
.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 {
    color: #000;
    background: linear-gradient(270deg, #fff314d9 9.83%, #E7E04D 94.8%);
    border-color: #E7E04D;
    border-radius: 8px;
    box-shadow: 0 5px 10px #fc973e80;
}
/*.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: linear-gradient(270deg, #E7E04D 9.83%, #fff314d9 94.8%);
    border-color: #fff314d9;
    box-shadow: 0 7px 15px #fc973e80;
}*/

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: transparent;
    border-color: #fff314d9;
    color: #ffffff;
    box-shadow: 0 7px 15px #fc973e80;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #323f64;
}

/* 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: #E7E04D !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: 10px;
    right: 10px;
    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) {

}
*/
.nav-link {
    color: #ffffff;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Raleway", sans-serif;
}

.nav-link:hover {
    color: #e7e04d;
}
.bg-blue-digi {

    background-color: #0067A8;
}

.position-credit {
    position: absolute;
    bottom: 10%;
 /*   width: 92%;*/
    margin-left: 25%;
    margin-right: 25%;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #E7E04D;
}

.accordion-button:not(.collapsed) {

    background-color: #0067A8;
    color: #ffffff;

}

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

.bg-faq {
    background-image: url(../images/how-bg.png);
    background-repeat: no-repeat;
  /*  background-attachment: fixed;*/
    background-position: 0 0;
    background-size: cover;
    width: 100%;
}