@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&display=swap');
:root {
    --alt-font: 'Urbanist', sans-serif;
    --primary-font: 'Plus Jakarta Sans', sans-serif;
    --base-color: #ce0208; 
    --dark-gray:#000;
}
body{
    font-size: 17px;
    line-height: 32px;
}
.placeholder-light-gray::-webkit-input-placeholder {
    color: var(--medium-gray) !important;
    text-overflow: ellipsis;
    opacity:0.6;
}
.placeholder-light-gray::-moz-placeholder {
    color: var(--medium-gray) !important;
    text-overflow: ellipsis;
    opacity:0.6;
}
.placeholder-light-gray:-ms-input-placeholder {
    color: var(--medium-gray) !important;
    text-overflow: ellipsis;
    opacity:0.6;
}
h1, h2, h3, h4, h5, h6 {word-spacing: -2px;}
h1 {
    line-height: 4.375rem;
}
h2 {
    line-height: 3.438rem;
}
h3 {
    line-height: 3.9rem;
}
h4 {
    line-height: 2.575rem;
}
h5 {
    line-height: 2rem;
}
h6 {
    line-height: 2rem;
}
header .navbar-brand img {
    max-height: 70px;
}
.navbar .navbar-nav .nav-link {
    font-size: 20px;
    font-weight: 600;
}
header.sticky .navbar-nav .nav-link,
header.sticky .fixed-header .navbar-nav .nav-link,
header.sticky .disable-fixed .navbar-nav .nav-link{
    padding-top: 30px;
    padding-bottom: 30px;
}
header .left-nav .navbar-nav:before {
    background-color: var(--dark-gray);
    opacity: 0.2; 
    transform: translate(-28px, 0px);
    -webkit-transform: translate(-28px, 0px);
    transition: 0s;
}
header.sticky .left-nav .navbar-nav:before {
    transform: translate(-28px, 0px);
    -webkit-transform: translate(-28px, 0px);
}
header .btn.btn-small {
    padding: 10px 20px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu {
    width: 355px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a p {
    line-height: 22px;
    font-size: 16px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a img {
    width: 70px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a span {
    font-size: 17px;
    line-height: 30px;
}

/* bg color */
.bg-raven-blue {
    background-color: #6c757d;
}
.bg-orange {
    background-color: #ffa800;
}
.bg-base-color-transparent {
    background-color: rgb(206 2 8 / 24%);
}
.bg-base-color-light {
    background-color: #edf9f2;
}
.border-radius-left-8px {
    border-radius: 8px 0 0 0;
}
.bg-gradient-sherpa-blue-black {
    background-image: linear-gradient(to right top, #000, #000, #000, #000, #000);
}
.bg-gradient-sherpa-black-blue {
    background-image: linear-gradient(to right top, #000, #000, #000, #000, #000);
} 
.bg-gradient-gray-light-dark-transparent {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(32, 35, 41, 1)), to(transparent));
    background-image: linear-gradient(to top, rgba(32, 35, 41, 1) 0%, transparent 80%);
}
.text-orange {
    color: #ffa800;
}
.text-red {
    color: #ec5b54;
}
.btn {
    letter-spacing: normal;
    font-weight: 700;
}
.btn i { 
    margin-left: 5px;
}
.btn.btn-hover-animation-switch .btn-icon {
    margin-left: 4px;
}
.btn.btn-hover-animation-switch:hover .btn-text {
    transform: translateX(21px);
}
.btn.btn-transparent-white-light:hover {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 1);
    color: var(--white);
}
.btn.btn-dark-gray:not(.btn.submit):hover, .btn.btn-dark-gray:not(.btn.submit):active {
    background-color: var(--base-color);
    border-color: var(--base-color);
    color: var(--white);
}
.btn.btn-base-color:hover {
    background-color: var(--dark-gray);
    border-color: var(--dark-gray);
    color: var(--white);
}
.btn.btn-light-base-color {
    background-color: #c7e9d4;
    border-color: #c7e9d4;
    color: var(--dark-gray);
}
.btn.btn-box-shadow.btn-base-color:hover {
    background-color: var(--dark-gray);
    border-color: var(--dark-gray);
}
.btn.btn-link {
    padding: 0 0 2px;
}
.btn.text-uppercase-inherit i {
    top: 1px;
}
/* top right bottom left */
.right-minus-250px {
    right: -250px;
}
.right-minus-170px {
    right: -170px;
}
.right-minus-155px {
    right: -155px;
}
.bottom-minus-85px {
    bottom: -85px;
}
.page-title-extra-small h1 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
}
.page-title-extra-small h2 {
    font-size: 3.438rem;
    line-height: 3.438rem;
}
/* custom */
.icon-with-text-style-10:hover .feature-box-icon {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.contact-form-style-03 {
    margin-top: -100px;
}
.process-step-style-05 .progress-step-separator {
    bottom: -10px;
    height: 100%;
    z-index: -1;
}
.social-icon-style-02 .small-icon li {
    margin: 0;
}
input, select, textarea, .form-control {
    font-size: 16px;
}
footer{
    font-size: 16px;
    line-height: 30px;
}
footer ul li {
    margin-bottom: 0;
}
footer .footer-logo img {
    max-height: 70px;
}
.footer-light a:hover {
    color: var(--dark-gray);
}
.bg-gradient-very-light-gray-transparent {
    background: -webkit-linear-gradient(right, rgba(240, 244, 253, 1.0), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, rgb(206 2 8 / 34%), rgba(255, 255, 255, 0.0))
}
.bg-gradient-flamingo-red-transparent {
    background: -webkit-linear-gradient(right, rgba(243, 69, 59, 1.0), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, rgba(243, 69, 59, 1.0) 10%, rgba(255, 255, 255, 0.0) 95%);
}
.bg-gradient-base-color-transparent {
    background: -webkit-linear-gradient(right, rgba(15, 89, 201, 1.0), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, rgba(15, 89, 201, 1.0) 10%, rgba(255, 255, 255, 0.0) 95%);
}
@media (max-width: 1199px) {
    .newsletter-style-03 .btn {
        padding: 12px 18px 12px 18px;
    }
    .newsletter-style-03 input {
        padding-right: 145px !important;
        padding-left: 20px !important;
    }
    header .left-nav .navbar-nav:before {
        transform: translate(-9px, 0px);
        -webkit-transform: translate(-9px, 0px);
    }
    header .btn.btn-small {
        padding: 9px 15px;
    }
}
@media (max-width: 991px) {
    .contact-form-style-03 {
        margin-top: 0;
    }
}
@media (max-width: 767px) {
    .newsletter-style-03 input {
        padding-right: 70px !important;
        padding-left: 20px !important;
    }
}
@media (max-width: 576px) {
    .extra-small-screen {
        height: 300px !important;
    }
}
@media (max-width: 767px) {
    .slider-one-slide-prev-1,
    .slider-one-slide-next-1 {
        display: none !important;
    }
}
.koch-footer {
    position: relative;
    color: #7f8085;
    background-color: #050505;
}

.koch-footer::before,
.koch-footer::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 220px;
    height: 72%;
    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.055),
        rgba(255, 255, 255, 0)
    );
    pointer-events: none;
}

.koch-footer::before {
    left: -100px;
    transform: skewX(20deg);
}

.koch-footer::after {
    right: -100px;
    transform: skewX(-20deg);
}

.koch-footer .container {
    position: relative;
    z-index: 2;
}

.koch-footer-top {
    padding-top: 55px;
    padding-bottom: 38px;
}

.footer-logo img {
    width: auto;
    max-width: 270px;
    max-height: 80px;
}

.footer-contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #ffffff;
    text-decoration: none;
}

.footer-contact-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    color: #ffffff;
    background-color: var(--base-color);
    border-radius: 50%;
    transition: transform 0.25s ease, background-color 0.25s ease;
}

.footer-contact-icon i {
    font-size: 30px;
    line-height: 1;
}

.footer-contact-content {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.footer-contact-label {
    margin-bottom: 3px;
    color: #77787d;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
}

.footer-contact-content strong {
    color: #ffffff;
    font-family: var(--alt-font);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    transition: color 0.25s ease;
}

.footer-contact-item:hover .footer-contact-icon {
    transform: translateY(-3px);
}

.footer-contact-item:hover .footer-contact-content strong {
    color: var(--base-color);
}

/* Ayırıcı */

.footer-separator {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.13);
}

/* Ana footer alanı */

.koch-footer-main {
    padding-top: 85px;
    padding-bottom: 65px;
}

.footer-title {
    position: relative;
    margin-bottom: 34px;
    padding-bottom: 15px;
    color: #ffffff;
    font-family: var(--alt-font);
    font-size: 25px;
    font-weight: 700;
    line-height: 1.3;
}

.footer-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 45px;
    height: 2px;
    background-color: var(--base-color);
}

.footer-about {
    margin-bottom: 32px;
    color: #77787d;
    font-size: 17px;
    line-height: 1.5;
}

.footer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-menu li {
    margin-bottom: 15px;
}

.footer-menu li:last-child {
    margin-bottom: 0;
}

.footer-menu a {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #77787d;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.45;
    text-decoration: none;
    transition: color 0.25s ease, transform 0.25s ease;
}

.footer-menu a i {
    flex: 0 0 auto;
    color: #747a80;
    font-size: 14px;
    transition: color 0.25s ease;
    font-weight: 600;
}

.footer-menu a:hover {
    color: #ffffff;
    transform: translateX(4px);
}

.footer-menu a:hover i {
    color: var(--base-color);
}

/* Sosyal medya */

.footer-social {
    display: flex;
    align-items: center;
    gap: 9px;
}

.footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 41px;
    height: 41px;
    color: #ffffff;
    background-color: #242426;
    font-size: 15px;
    text-decoration: none;
    transition: background-color 0.25s ease, transform 0.25s ease;
}

.footer-social a:hover {
    background-color: var(--base-color);
    transform: translateY(-3px);
    color: var(--white);
}

/* Alt telif alanı */

.footer-bottom {
    padding: 24px 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-bottom p {
    margin: 0;
    color: #77787d;
    font-size: 16px;
    line-height: 1.5;
}

.footer-legal-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 5px 14px;
}

.footer-legal-menu a {
    position: relative;
    color: #77787d;
    font-size: 16px;
    line-height: 1.5;
    text-decoration: none;
    transition: color 0.25s ease;
}

.footer-legal-menu a:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -8px;
    width: 2px;
    height: 2px;
    background-color: #77787d;
    border-radius: 50%;
}

.footer-legal-menu a:hover {
    color: #ffffff;
}

/* Tablet */

@media (max-width: 1199px) {
    .koch-footer-top {
        padding-top: 45px;
    }

    .koch-footer-main {
        padding-top: 65px;
        padding-bottom: 40px;
    }

    .footer-contact-content strong {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .koch-footer-top {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .footer-logo img {
        max-width: 190px;
    }

    .footer-contact-item {
        max-width: 300px;
        margin-right: auto;
        margin-left: auto;
    }

    .koch-footer-main {
        padding-top: 48px;
        padding-bottom: 20px;
    }

    .footer-title {
        margin-bottom: 24px;
        font-size: 20px;
    }

    .footer-about {
        max-width: 100%;
    }

    .footer-bottom {
        padding: 24px 0;
    }

    .footer-legal-menu {
        justify-content: center;
        gap: 8px 16px;
    }
}