@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:wght@100;200;300;400;500;600;700&display=swap');

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

* {
    outline: none !important;
}

:root {
    --ana-renk: #4C658B;
    --ana-renk-hover: #202C52;
    --ana-font: 'Poppins', sans-serif;
}

.ana-renk {
    color: var(--ana-renk) !important;
}

.ana-renk-hover {
    color: var(--ana-renk-hover) !important;
}

.ana-font {
    font-family: var(--ana-font);
}

a {
    text-decoration: none !important;
}

a:hover,
a:active,
a:focus {
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0.3px;
    font-weight: 500;
    text-transform: inherit;
    margin: 0 0 20px 0;
}

.custom-highlight-1:after {
    background-color: var(--ana-renk);
}

.tshadow {
    text-shadow: 0px 0px 10px #000 !important;
}

.padform {
    padding: 2.2rem;
}

.fsize12 {
    font-size: inherit !important;
}

.feature-box .feature-box-icon {
    font-size: 1.2rem;
    padding: 0.8em 0.4em;
}

.processes {
    background: #f7f7f7;
    width: 64px !important;
}

.bg-blog {
    background: #f7f7f7;
}

.borderzero {
    border-radius: 0px !important;
}

.custom-header-top-btn-style-1:after {
    width: auto !important;
}

#header .header-nav-main nav > ul > li > a {
    padding: 0 8px !important;
    letter-spacing: 0.2px;
    font-weight: 500;
    text-transform: uppercase !important;
    font-size: 12px;
}

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

@media (max-width: 991px) {
    .page-header.page-header-modern.page-header-background.page-header-background-md {
        padding: 50px 0;
    }
    .padform {
        padding: 1.5rem 2rem;
    }
    .text-10 {
        font-size: 2em !important;
    }
    .fsize12 {
        font-size: 12px !important;
    }
    .header-body .feature-box .feature-box-info {
        margin-top: 10px;
    }
    .text-8 {
        line-height: 36px;
    }
}