@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html,
body {
    overscroll-behavior: none;
    -ms-scroll-chaining: none;
    scroll-behavior: smooth;
}

* {
    outline: none !important;
    text-decoration: none !important;
}

.custom-hero {
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100vh;
}

.blink_me {
    animation: blinker 2s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

#header .header-nav-features {
    position: relative;
    padding-left: 5px;
    margin-left: 10px;
}

.thumb-info .thumb-info-wrapper:after,
.thumb-info .thumb-info-wrapper .thumb-info-wrapper-overlay:before {
    background: transparent;
}

.hover-effect-3d .thumb-info:hover {
    box-shadow: none;
}

#header.header-no-border-bottom .header-nav.header-nav-links nav>ul>li>a {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.bg-color-quaternary,
.bg-quaternary {
    background-color: #4a4d48 !important;
}

#header .header-nav-main.header-nav-main-mobile-dark:before {
    background-color: #4a4d48 !important;
}

footer a {
    color: #fff;
}

footer a:hover, a:active, a:focus {
    color: #fff;
}

.page-header {
    margin: 0;
}

@media (max-width: 768px) {

    .page-header.page-header-modern.page-header-background.page-header-background-md {
        padding: 90px 0;
    }

}