@font-face {
    font-family: 'DinProRegular';
    src: url('../../fonts/DINPro-Regular.ttf');
}

@font-face {
    font-family: 'DinProCondBold';
    src: url('../../fonts/DINPro-CondensedBold.ttf');
}

@font-face {
    font-family: 'DinProBlack';
    src: url('../../fonts/DINPro-Black.ttf');
}

.navbar-custom {
    background-color: #ffffff; /* Dark grey background */
}
/* Custom color for the nav links */
.navbar-custom .nav-link {
    color: #2d2d2d; /* White text color */
    font-size: 1rem;
    font-family: "Roboto", Verdana, Geneva, sans-serif;
}
/* Custom color for the brand */
.navbar-custom .navbar-brand {
    color: white; /* White text color */
}
/* Custom vertical divider */
.navbar-divider {
    height: 50px; /* Adjust height as needed */
    width: 1px;
    background-color: rgba(255, 255, 255, 0.5); /* Semi-transparent white */
    margin: auto 10px; /* Adjust margin as needed */
}

.icon-sm { font-size: 1rem; }  /* Small size */
.icon-smmd { font-size: 1.2rem; }  /* Small size */
.icon-md { font-size: 1.5rem; }  /* Medium size */
.icon-lg { font-size: 3rem; }  /* Large size */
.icon-xlg { font-size: 5rem; }


.color-white{ color: white;}
.oko-red{ color: #bf2535;}
.oko-orange{ color: #f05d32;}
.oko-bg-red{ background-color: #bf2535;}
.oko-bg-orange{ background-color: #f05d32;}
.icon-oko-red {color: #bf2535;}
.icon-oko-orange{ color: #f05d32;}
.icon-dark{ color: #333333;}
.icon-white{ color: #ffffff;}
.icon-pale-gray{ color: #d2d2d2;}
.bcg-dark{background-color: #333333;}
.contact-bg{background-color: #bf2535;}
.section-pink-bg{background-color: #e94f75;}
.section-yellow-bg{background-color: #fdf7d5}
.section-peach-bg{background-color: #fde2db;}
.section-dark-red-bg{background: linear-gradient(#9e1522 0%, #de414f  100%)
}
.section-dark-red-header {
    color: #fff;
    text-transform: uppercase;
    font-family: 'DinProBlack', sans-serif;!important;
    font-size: 2em;
    letter-spacing: 2px;
    margin: 20px 0 20px 0;
}

.section-dark-red-announcement {
    color: #fa8d7c;
    text-transform: uppercase;
    font-family: 'DinProRegular', sans-serif;!important;
    font-size: 1em;
    letter-spacing: 1px;
    margin: 20px 0 20px 0;
}

.btn-oko-red{--bs-btn-color:#000;--bs-btn-bg:#bf2535;--bs-btn-border-color:#bf2535;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#f05d32;--bs-btn-hover-border-color:#f05d32;--bs-btn-focus-shadow-rgb:207,127,88;--bs-btn-active-color:#000;--bs-btn-active-bg:#f5aa86;--bs-btn-active-border-color:#f4a077;--bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#f39568;--bs-btn-disabled-border-color:#f39568}

.contact-text{
    font-family: "Roboto", Verdana, Geneva, sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    color: #d7d7d7;
    font-style: normal;
}

.mr-3{
    margin-right: 10px;
}

.cta-holder {
    display: flex;
    justify-content: flex-end; /* Align items to the right */
    align-items: center; /* Center items vertically */
}

.btClear {
    clear:both
}

.btClearLeft{
    clear: left;
}



/**
    HEADER CONTACT BOX END
 */
.top .item {
    display:inline-block
}
.top .item a {
    display:block;
    padding:10px;
    color:#989898
}
.top .socials a {
    color:#ccc!important;
    display:inline-block;
    padding:5px 10px 5px 0;
    font-size:20px
}




/* Footer */
footer .main_footer {
    padding-bottom: 80px;
    padding-top: 80px;
    background: #202020;
}
footer .footer_logo p {
    color: #9fa7af;
    padding: 32px 50px 33px 0;
}
footer .footer_logo ul li {
    display: inline-block;
    margin-right: 3px;
}
footer .footer_logo ul li a {
    display: block;
    width: 55px;
    line-height: 55px;
    background:#ff3300;
    text-align: center;
    color: #fff;
    font-size: 22px;
}
footer .footer_logo ul li a:hover {
    display: block;
    width: 55px;
    line-height: 55px;
    background: #fff;
    text-align: center;
    color: #000;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
footer h5 {
    color: #fff;
    text-transform: uppercase;
    font-family: 'DinProCondBold', sans-serif;!important;
    font-size: 1em;
    letter-spacing: 2px;
    margin: -5px 0 19px 0;
}
footer .quick_links ul li a {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    color: #9fa7af;
    line-height: 35px;
    font-size: 14px;
}
footer .quick_links ul li a:hover, footer .quick_links ul li a:focus {
    color: #ff3300;
}
footer .latest_tweets .single_tweet {
    margin: 29px 0 -5px 0;
}
footer .latest_tweets .single_tweet a {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    color: #9fa7af;
    line-height: 26px;
    font-size: 14px;
    margin: 0px 62px 4px 0;
    display: block;
}
footer .latest_tweets .single_tweet span {
    font-size: 14px;
    color:#ff3300;
}
footer .subscribe_now {
    padding-left: 0;
}
footer .subscribe_now p {
    font-size: 14px;
    color: #9fa7af;
    margin: 26px 0 32px 0;
}
footer .subscribe_now form {
    position: relative;
    height: 55px;
    border-radius: 5px;
}
footer .subscribe_now form input {
    width: 100%;
    height: 100%;
    border: none;
    background: #fff;
    border-radius: 0px;
    font-style: italic;
    color: #333;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 56px;
    letter-spacing: 0.9px;
}
footer .subscribe_now form button {
    display: block;
    font-size: 18px;
    height: 100%;
    width: 55px;
    line-height: 55px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    background: #ff3300;
}
footer .subscribe_now form button:hover {
    display: block;
    font-size: 18px;
    height: 100%;
    width: 55px;
    line-height: 55px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    background: #333;
}
footer .bottom_footer {
    background: #1d282e;
}
footer .bottom_footer p {
    color: #9fa7af;
    font-size: 14px;
    text-align: center;
    line-height: 60px;
}
footer .bottom_footer p a {
    color: #00cbd8;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}
nav#footer {
    background: #080808;
    color: #999999;
    padding: 65px 0 65px 0;
    font-size: 16px;
    line-height: 28px;
    border: 1px solid #202020;
}
nav#footer .fnav {
    vertical-align: middle;
    margin-top: 25px;
    margin-bottom: 50px;
}
.bottam-brand {
    font-size: 40px;
    margin-bottom: 35px;
}
ul.footer-social li {
    display: inline-block;
    margin-right: 10px;
}
nav#footer p {
    font-size: 15px;
    margin-top: 30px;
    padding: 20px 0 30px 0px;
    color: #999;
    font-weight: 200;
    border-top: 1px solid #494949;
}
#footer-love i.fa {
    height: 30px;
    width: 30px;
    font-size: 20px;
    padding: 18px 5px;
    color: #fff;
    transition: all 0.5s;
    width: 60px;
    height: 60px;
    border: 1px solid #f8001d;
    border-radius: 50%;
    background: #f8001d;
}
#footer i.fa {
    height: 45px;
    width: 45px;
    font-size: 16px;
    padding: 15px 5px;
    color: #ffffff;
    transition: all 0.5s;
    background: #f8001d;
    border-radius: 0 30% 0 0;
}
.heart i.fa {
    font-size: 18px;
    color: #ff3300;
    transition: all 0.5s;
    border-radius: 10%;
}
.footer-bottom {
    background: #161616;
    padding: 11px 0 11px 0;
}
.f-b {
    color: #999;
    text-align: center;
    padding: 10px;
    font-family: 'Open+Sans', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing:2px;
}
#footer i.fa:hover {
    color: #12212f;
    background: #f8001d;
}

footer .workinghours {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    color: #9fa7af;
    line-height: 26px;
    font-size: 14px;
    margin: 0;
}






.image-frame {
    border: 2px solid #bf2535;
    padding: 5px;
    margin: 10px 0;
    border-radius: 10px;
    background-color: #bf2535;
}
.image-frame img {
    max-width: 100%;
    border-radius: 2px;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.max-height-100vh {
    max-height: 100vh;
    object-fit: contain; /* Ensures the image maintains its aspect ratio */
}

.full-height-img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}


.sw-pag-title-custom-text{

    font-family: DinProCondBold;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 2px;
}

.smallCaps{
    text-transform: lowercase;!important;
}

.footer__bottom {
    background:#001a33;
    display:flex;
    flex-direction:column;
    align-items:center;

}
.footer__bottom__cards {
    padding-top:20px;
    padding-bottom:15px;
    display:flex;
    justify-content:center;
    grid-gap:10px;
    gap:10px;
    flex-wrap:wrap;
    width:340px;
    height: auto;
}
@media (min-width:40em) {
    .footer__bottom__cards {
        padding-left:30px;
        padding-right:30px;
        width:560px
    }
}
@media (min-width:64.0625em) {
    .footer__bottom__cards {
        width:unset;
        flex-wrap:nowrap
    }
}
.footer__bottom__cards__card {
    background:#fff;
    border-radius:2px;
    display:block;
    height:30px;
    padding:5px 11px
}
.footer__bottom__cards__card img {
    height:30%
}

.spinner_caption_text {
    font-size: 1,5em;
    font-family: 'DinProBlack', Verdana, Roboto, sans-serif;
    font-weight: bold;
}

    /*.oko-bg-orange{ background-color: #f05d32;}*/

.text-left{
    text-align: left;
}

.text-right{
    text-align: right;
}
.text-justified{
    text-align: justify;
}

.blor{
    border-bottom-color: #bf2535;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.text-size08{
    font-size: 0.8em;
}

.alk a:visited{
    color: inherit;!important;
    text-decoration: none;!important;
}

.card-logo-container{
    height: 60px;
}



.btn-okoredorange {
    --bs-btn-color: #fff;
    --bs-btn-bg: #bf2535;
    --bs-btn-border-color: #bf2535;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #bb2d3b;
    --bs-btn-hover-border-color: #b02a37;
    --bs-btn-focus-shadow-rgb: 225, 83, 97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b02a37;
    --bs-btn-active-border-color: #a52834;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #dc3545;
    --bs-btn-disabled-border-color: #dc3545;
}