:root {
    --logistiq-font: "DM Sans", sans-serif;
    //--logistiq-base: #2b388f;
    --logistiq-base: #2b388f;
    //--logistiq-base-rgb: 43, 56, 143;
    --logistiq-base-rgb: 35, 146, 208;
    --logistiq-black: #2392d0;
    --logistiq-black-rgb: 43, 56, 143;
    --logistiq-gray: #565969;
    --logistiq-gray-rgb: 86, 89, 105;
    --logistiq-white: #ffffff;
    --logistiq-white-rgb: 255, 255, 255;
    --logistiq-gray-bg: #F4F5F9;
    --logistiq-gray-bg-rgb: 244, 245, 249;
    --logistiq-bdr-color: #232423;
    --logistiq-bdr-color-rgb: 35, 36, 35;
}

.main-header-three .main-menu .main-menu__list>li {
    margin-left: 30px;
}

.handle-preloader {
    background: #FFF;
}
.handle-preloader .animation-preloader .spinner {
    content: url(../images/resources/logo.png);
    border: transparent;
    width: 450px;
    height: auto;
    border-radius: 0;
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -ms-animation-name: fadeIn;
    -o-animation-name: fadeIn;
}
.handle-preloader .animation-preloader .txt-loading .letters-loading {
    color: var(--logistiq-base);
}
.stricky-header--style3.stricky-header.main-menu {
    background: var(--logistiq-base);
}

/*
.stricky-header.stricky-header--style3 .main-menu__list>li>a,
.stricky-header.stricky-header--style3 .main-menu__list>li.current>a,
.stricky-header.stricky-header--style3 .main-menu__list>li:hover>a {
    color: var(--logistiq-white);
}

 */
.main-header-three__top {
    background: var(--logistiq-base);
}
.main-header__language-switcher .nice-select {
    background-color: var(--logistiq-base);
}
.header-contact-style1 ul li .text-box p a:hover {
    color: var(--logistiq-black);
}
.main-header-three__bottom-left .logo-box a img {
    max-width: 240px;
}
.main-header-three__bottom {
    margin-top: -30px;
}
.main-header-three .main-menu .main-menu__list>li>a, .stricky-header.stricky-header--style3 .main-menu__list>li>a {
    color: var(--logistiq-base);
}
.main-menu .main-menu__list>li>ul>li>a {
    color: var(--logistiq-base);
}

.main-header-three .main-menu .main-menu__list>li:hover>a {
    color: var(--logistiq-black);
}

video {
    position: relative; /* Video konumunu sabitler */
    width: 100%; /* Tam ekran genişlik */
    height: 100vh; /* Tam ekran yükseklik */
    object-fit: cover; /* Videonun ekranı orantılı bir şekilde kaplamasını sağlar */
    *transform: translate(-50%, -50%); /* Videoyu merkezler */
}

.service-one__single-content {
    margin-top: -100px;
}

.mobile-nav__content {
    background-color: #979797;
}

.features-one__single-icon .text-box h2 {
    -webkit-text-stroke-width: 2px;
}

.sec-title__tagline .text h4 {
    text-transform: none;
}

.page-header__inner .thm-breadcrumb li a {
    color: #ffffff;
}

.page-header {
    padding: 50px 0px 50px;
}
.page-header__inner h2 {
    font-size: 50px;
}
.page-header__bg::before,
.page-header__pattern {
    display: none;
}

.counter-one__single-inner .content-box .count-text-box h3 {
    font-size: 40px;
}

@media only screen and (max-width: 767px) {
    video {
        height: auto;
    }
}

@media (max-width: 767px) {
    .main-header-three__bottom-inner {
        background: var(--logistiq-white);
    }
}