﻿@font-face {
    font-family: 'FordF1Regular';
    src: url('/assets/fonts/fordf1-regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FordF1Bold';
    src: url('/assets/fonts/fordf1-bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FordF1Medium';
    src: url('/assets/fonts/fordf1-medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FordF1Light';
    src: url('/assets/fonts/fordf1-light.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FordF1SemiBold';
    src: url('/assets/fonts/fordf1-semibold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
html {
    font-family: 'FordF1Regular', sans-serif;
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    -webkit-font-smoothing: antialiased;
}
body {
    font-family: 'FordF1Regular';
}
header {
    font-family: 'FordF1Regular';
    position: relative;
    padding: 30px;
    background-color: white;
    display:flex;
    justify-content:space-between
}
    header .top_title a {
        font-weight: 600;
        font-size: 32px;
        line-height: 1.2em;
        letter-spacing: -0.025em;
        color: #0A294D;
    }
    header .top_title a span {
        color: #0047e8;
    }
.btn-default {
    position: relative;
    display: inline-block;
    line-height:56px;
    height: 56px;
    padding:0 30px;
    color: #fff;
    text-align: center;
    border-radius:50px;
    cursor:pointer;
    box-shadow: 0 .05rem .1rem rgba(0, 71, 232, 0.25);
    background: linear-gradient(125.8deg, #0047E8 29.05%, #03329B 122.67%);
}
    .btn-default.secondary {
        color: #0047E8;
        box-shadow: none;
        background: transparent;
        border: 1px solid #E7EAEE;
    }
.btn-cerez {
    background: #ffffff;
    border: 1px solid #F36221;
    display:block;
    padding:15px;
    text-align:center;
    color:#000
}
    .btn-cerez.cookie-oranage {
        background: #F36221 !important;
        color:#fff
    }
.accordion-button p{ padding:0; margin:0}
.lang-menu {
    text-align: center
}
.owl-carousel .owl-item{
    margin:0 !important
}
section.main-banner .item {
    position: relative;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
    section.main-banner .item:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0.5;
        z-index: 1;
        background: linear-gradient(3.05deg, #000000 14.49%, rgba(0, 0, 0, 0) 60%);
    }
section.main-banner .item .content {
    position: absolute;
    top: 50%;
    left: 10%;
    padding: 20px 40px;
    border-radius: 10px;
    font-size: 32px;
    font-weight: bold;
    text-align: left;
    color: white;
    z-index:2
}
    section.main-banner .item .title {
        font-weight: 400;
        font-size: 62px;
        line-height: 70px;
        color: #ffffff;
    }
    section.main-banner .item .text {
        max-width: 760px;
        font-weight: 400;
        font-size: 32px;
        line-height: 36px;
        color: #ffffff;
        font-family: "FordF1Regular"
    }

.scroll-button {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    border: none;
    padding: 12px 20px;
    font-size: 18px;
    border-radius: 8px;
    cursor: pointer;
    background: none;
    z-index:2
}
    .scroll-button span {
        font-size: 14px;
        letter-spacing: 6px;
        font-weight: 900;
        font-family: "FordF1Bold"
    }
    .scroll-button img {
        width: 18px !important;
        margin: 0 auto
    }

.portal_content {
    background: #fff;
    padding: 20px;
}
    .portal_content .box.info {
        padding: 30px 40px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .portal_content .box.info .title {
        font-weight: 700;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 6px;
        color: #fff;
    }
        .portal_content .box.info .text {
            font-weight: 300;
            font-size: 28px;
            line-height: 32px;
            letter-spacing:5px;
            color: #fff;
            margin-top:50px
        }
            .portal_content .box.info .text.small {
                font-weight: 400;
                font-size: 18px;
                line-height: 22px;
                letter-spacing: 1px;
                color: #fff;
            }
            .portal_content .box.info .text + .text:before {
                content: '';
                display: block;
                width: 24px;
                height: 55px;
                margin: 20px 0;
                background-image: url(/assets/images/arrow-down.svg);
                background-size: contain;
                background-position: center;
                background-repeat: no-repeat;
            }
        .portal_content .box.info .items .item {
            position: relative;
            display: inline-block;
            vertical-align: middle;
            padding: 18px;
            margin: 10px;
            font-weight: 500;
            font-size: 14px;
            line-height: 18px;
            letter-spacing: 2px;
            color: #fff;
            border-radius: 50px;
            border: 1px solid #0047E8;
        }
section.contact {
    position: relative;
    background-color: #03329B;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height:630px;
    display:flex;
    justify-content:center;
    align-items:center
}
    section.contact .content {
        position: relative;
        width: 60%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
        section.contact .content .text {
            font-weight: 400;
            font-size: 18px;
            line-height: 26px;
            letter-spacing: 3px;
            color: #ffffff;
        }
        section.contact .content * + .btn-default {
            margin-top: 50px;
        }
.btn-default.tertiary {
    box-shadow: none;
    background: transparent;
    border: 1px solid white;
}
footer {
    position: relative;
    min-height: 180px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4rem 19rem 4rem 5.65rem
}
    footer .menu-center {
        display: flex;
        align-items: center;
    }
    footer .menu {
        position: relative;
        display: flex;
        
    }
        footer .menu .item {
            position: relative;
            display: inline-block;
            vertical-align: middle;
        }
            footer .menu .item + .item {
                margin-left: 15px;
                padding-left: 15px;
            }
        footer .menu .item a {
            font-weight: 500;
            font-size: 18px;
            line-height: 24px;
            letter-spacing: 3px;
            color: #425968;
        }
        footer .menu .item + .item:before {
            content: '';
            position: absolute;
            width: 1px;
            height: 28px;
            left: 0;
            top: 50%;
            margin-top: -12px;
            background-color: rgba(72, 89, 103, 0.2);
        }
    footer .social {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        color: #425968;
        text-align: right;
        
    }
    footer .logo {
        position: absolute;
        width: 146px;
        right: 100px;
        top: -68px;
    }
    footer .logo img{
        max-width:146px
    }
    footer .menu-center {
        display: flex;
        align-items: center;
    }
    footer .menu-center .menu-item {
        position: relative;
    }
        footer .menu-center .menu-item a {
            font-weight: 500;
            font-size: 16px;
            line-height: 22px;
            letter-spacing: 3px;
            color: rgba(72, 89, 103, 1);
        }
        footer .menu-center .menu-item + .menu-item:before {
            content: '';
            position: absolute;
            width: 1px;
            height: 28px;
            left: 0;
            top: 50%;
            margin-top: -12px;
            background-color: rgba(72, 89, 103, 0.2);
        }
        footer .menu-center .menu-item + .menu-item {
            margin-left: 15px;
            padding-left: 15px;
        }
    footer .social {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        color: #425968;
        text-align: right;
    }
        footer .social a {
            display: inline-block;
            vertical-align: middle;
            padding: 20px;
            font-size: 32px;
            color: #425968
        }
.popup-content {
    display: flex;
    justify-content: space-between;
    max-height: 650px;
    overflow:hidden
    
}
    .popup-content .popup-bnnr {
        min-height:100%;
        min-width: 470px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .popup-content .popup-form-content {
        height: 100%;
        width: 570px;
        padding: 30px 50px 30px 60px;
        overflow: auto;
        height: 650px;
        position:relative
    }
        .popup-content .popup-form-content::-webkit-scrollbar {
            width: 6px;
        }

        .popup-content .popup-form-content::-webkit-scrollbar-track {
            border-radius: 10px;
        }

        .popup-content .popup-form-content::-webkit-scrollbar-thumb {
            background: rgba(0, 0, 0, .2);
            border-radius: 10px;
        }

        .popup-content .popup-form-content .popup-title {
            font-weight: 600;
            font-size: 32px;
            line-height: 1.2em;
            letter-spacing: -0.025em;
            color: #0A294D;
            padding-top:30px
        }
            .popup-content .popup-form-content .popup-title span {
                color: #0047e8;
            }
.popup-tab {
    padding-top: 50px;
    position: relative;
}
.popuplanguage{
    text-align:right
}
    .popuplanguage span {
        color: #0a294d;
        font-size: 16px;
        letter-spacing: 1px;
        font-weight:600
    }
.dropdown-menu.show {
    min-width: 88px;
    box-shadow: .1rem .1rem 1rem rgba(0,0,0,.1)
}
.popup-tab .nav-tabs {
    border: none
}
    .popup-tab .nav-item {
        font-family: "FordF1Regular";
        padding: 10px 0
    }
        .popup-tab .nav-item .nav-link {
            color: #425968;
            font-size: 18px;
            line-height: 22px;
            letter-spacing: 4px;
            font-weight: 700;
            background: none;
            border: none;
            position:relative
        }
        .popup-tab .nav-item .nav-link.active {
            color: #03329B;
        }
            .popup-tab .nav-item .nav-link.active:after {
                content: '';
                position: absolute;
                width: 0;
                height: 0;
                top: 100%;
                left: 50%;
                margin-left: -3px;
                border-left: 3px solid transparent;
                border-right: 3px solid transparent;
                border-top: 4px solid #03329B;
            }
    .popup-tab .form-item {
        position: relative;
        width: 100%;
        margin-bottom:20px
    }
        .popup-tab .form-item input[type='text'], .popup-tab .form-item input[type='email'], .popup-tab .form-item input[type='password'], .popup-tab .form-item select {
            width: 100%;
            height: 70px;
            padding-left: 30px;
            padding-right: 15px;
            padding-top: 15px;
            font-family: "FordF1Regular";
            font-weight: 400;
            font-size: 18px;
            line-height: 22px;
            letter-spacing: 0;
            color: #0a294d;
            border: 1px solid #E7EAEE;
            border-radius: 50px;
            box-shadow: none;
            background-color: white;
            transition: border-color 0.3s ease;
        }
        .popup-tab .form-item select {
            width: 100%;
            height: 70px;
            padding-left: 30px;
            padding-right: 15px;
            padding-top: 0;
            font-family: "FordF1Regular";
            font-weight: 400;
            font-size: 18px;
            line-height: 22px;
            letter-spacing: 0;
            color: #0a294d;
            border: 1px solid #E7EAEE;
            border-radius: 50px;
            box-shadow: none;
            background-color: white;
            transition: border-color 0.3s ease;
            position:relative
        }
        .popup-tab .form-item .inputFile {
            width: 100%;
            height: 70px;
            padding-left: 30px;
            padding-right: 15px;
            padding-top: 0;
            font-family: "FordF1Regular";
            font-weight: 400;
            font-size: 18px;
            line-height: 22px;
            letter-spacing: 0;
            color: #0a294d;
            border: 1px solid #E7EAEE;
            border-radius: 50px;
            box-shadow: none;
            background-color: white;
            transition: border-color 0.3s ease;
            position: relative
        }
            .popup-tab .form-item .inputFile.error {
                border: 1px solid #e73434;
            }
            .popup-tab .form-item .inputFile i {
                position: absolute;
                left: 30px;
                top: 25px;
            }
            .popup-tab .form-item .inputFile label{
                left:60px
            }
        .popup-tab .form-item .inputDown {
            width: 100%;
            height: 70px;
            padding-left: 30px;
            padding-right: 15px;
            padding-top: 0;
            font-family: "FordF1Regular";
            font-weight: 400;
            font-size: 18px;
            line-height: 22px;
            letter-spacing: 0;
            color: #0a294d;
            border: 1px solid #E7EAEE;
            border-radius: 50px;
            box-shadow: none;
            background-color: white;
            transition: border-color 0.3s ease;
            position: relative;
            display:block
        }
            .popup-tab .form-item .inputDown i {
                position: absolute;
                left: 30px;
                top: 25px;
            }

            .popup-tab .form-item .inputDown label {
                left: 60px
            }
        .popup-tab .form-item input[type='file']::file-selector-button {
            display:none
        }
            .popup-tab .form-item input[type='text'].error, .popup-tab .form-item input[type='email'].error, .popup-tab .form-item input[type='password'].error, .popup-tab .form-item select.error {
                border: 1px solid #e73434;
            }
        .popup-tab .form-item label {
            font-family: "FordF1Regular";
            position: absolute;
            left: 30px;
            top: 35px;
            transform: translateY(-50%);
            font-size: 18px;
            color: #0a294d;
            transition: all 0.3s ease;
            pointer-events: none;
        }
            .popup-tab .form-item label.error {
                font-family: "FordF1Regular";
                position: relative;
                left: 30px;
                top: 10px;
                transform: inherit;
                font-size: 16px;
                font-weight:700;
                color: #e73434;
                
            }
    
        .popup-tab .form-item.active label {
            top: 20px;
            font-size: 12px;
            color: #0a294d;
            padding: 0 5px;
        }
    .popup-tab .tab-content {
        padding-top: 30px
    }
    .popup-tab .form-sub {
        display: flex;
        justify-content: space-between;
        padding: 20px 0;
        font-family: "FordF1Regular";
    }
        .popup-tab .form-sub .form-sub-item {
            display: flex;
            justify-content: space-between;
            
        }
    .popup-tab .form-sub label {
        position: relative;
        display: block;
        padding-left:15px;
        padding-top:3px;
        font-weight: 400;
        font-size: 16px;
        line-height: 18px;
        letter-spacing: 0;
        color: #425968;
        cursor: pointer;
    }
    .popup-tab .btn-default {
        width: 100%;
        margin-top: 20px;
        height: 70px;
        line-height: 70px;
        font-family: "FordF1Regular";
        letter-spacing: 2px;
        font-weight: 800;
        font-size: 20px;
        box-shadow: 0 10px 10px rgba(0, 71, 232, 0.25)
    }
.fancybox-slide--html .fancybox-content{
    padding:0;
    margin:0
}
.fancybox-close-small {
    background:url(/assets/images/close.svg) no-repeat center center;
    width:64px;
    height:64px;
    display:block;
    position:fixed;
    top:30px;
    right:50px
}
.fancybox-close-small svg{
    display:none
}
.popup-tab .form-sub-register .form-sub-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 30px;
    position: relative;
    padding-left:40px
}

    .popup-tab .form-sub-register .form-sub-item label {
        position: relative;
        font-family: "FordF1Regular";
        display: block;
        padding-left: 15px;
        padding-top: 0;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0;
        color: #425968;
        cursor: pointer;
    }
    .popup-tab .form-sub-register .form-sub-item input[type='checkbox']#privacy {
        position: absolute;
        opacity: 0;
        top: 1px;
        left: -35px;
        width: 100%;
        height: 100%;
        cursor: pointer;
        z-index: 1;
    }

        .popup-tab .form-sub-register .form-sub-item input[type='checkbox']#privacy ~ label {
            position: relative;
            font-family: "FordF1Regular";
            display: block;
            padding-left: 15px;
            padding-top: 0;
            font-weight: 400;
            font-size: 16px;
            line-height: 20px;
            letter-spacing: 0;
            color: #425968;
            cursor: pointer;
        }

            .popup-tab .form-sub-register .form-sub-item input[type='checkbox']#privacy ~ label:before {
                content: "";
                border: 2px solid #000;
                display: inline-block;
                width: 18px;
                min-width: 18px;
                height: 18px;
                position: absolute;
                left: -35px;
                top: -2px;
                cursor: pointer;
                text-align: center;
                -webkit-transition: all .25s ease;
                -o-transition: all .25s ease;
                transition: all .25s ease;
            }

        .popup-tab .form-sub-register .form-sub-item input[type='checkbox']#privacy.error ~ label:before {
            border: 2px solid #e31f2e;
        }
    .popup-tab .form-sub-register .form-sub-item input[type='checkbox']:checked ~ label:before {
        content: "";
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #000;
        border: 2px solid #000;
        font-family: hondacom !important;
        color: #fff;
        font-style: normal !important;
        font-weight: 400 !important;
        font-variant: normal !important;
        text-transform: none !important;
        font-size: 7px;
        speak: none;
        line-height: 1;
    }
    .popup-tab .form-sub-register .form-sub-item #privacy-error {
        display: none !important
    }
.loginpass_info {
    position: absolute;
    right: 15px;
    top:22px;
    display:block
}
.loginpass_info img {
    width: 24px;
}
.tooltip-container {
    position: relative;
    display: inline-block;
}

.tooltip-content {
    display: none;
    position: absolute;
    top: 100%; /* hemen altı */
    left: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    z-index: 1000;
    width: 100%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.tooltip-container a:hover + .tooltip-content {
    display: block;
}

.tooltip-content ul {
    padding-left: 20px;
    margin: 0;
}

.tooltip-content p {
    margin: 0 0 5px 0;
    font-weight: bold;
}
.mobile-only {
    display: none
}
.popup-success {
    padding: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.popup-success i{
    font-size:40px;
    color:green
}
    .popup-success h4 {
        color: #425968;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 1px;
        font-weight: 700;
        padding:25px 0
    }
.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

    .loading .load {
        width: 150px;
        animation: spin 1s linear infinite;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -75px;
        margin-top: -75px;
    }

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
        .loading .load .loading-inner {
            stroke-dashoffset: 0;
            stroke-dasharray: 300;
            stroke-width: 10;
            stroke-miterlimit: 10;
            stroke-linecap: round;
            animation: loading-circle 2s linear infinite;
            stroke: #16478E;
            fill: transparent;
        }

/*page css*/
.page-content{
    padding:30px;
    position:relative
}
    .page-content h1 {
        text-align: center;
        font-weight: 600;
        font-size: 32px;
        line-height: 1.2em;
        letter-spacing: -0.025em;
        color: #0A294D;
        padding-bottom:30px
    }
.privacy-menu {
    position: sticky;
    top: 60px;
}
.p-content{
    padding-top:20px
}
    .p-content p {
        word-wrap: break-word
    }
.pmmenu-left{
    position:absolute
}
.pm-fixed {
    position: fixed;
    top: 22px
}

@media only screen and (max-width: 900px) {
    header {
        position: absolute;
        z-index: 3;
        background: none
    }
        header .btn-default{
            display:none
        }
        .mobile-only {
            display: block
        }
    header .top_title a{
        color:#fff
    }
    header.sub-page .top_title a {
        color: #000
    }
    
    .popup-content {
        flex-direction: column;
        justify-content: flex-start
    }
        .popup-content .popup-bnnr{
            height:95px
        }
    .fancybox-close-small{
        position:absolute;
        top:10px
    }
    .fancybox-slide--html{
        margin:0;
        padding:0
    }
    .fancybox-content{
        vertical-align:top
    }
    .popup-content .popup-form-content {
        width: 100%;
        padding: 30px 20px;
        height:auto
    }
    .popup-content{
        max-height:inherit;
        min-height:100vh
    }
        .popup-content .popup-form-content .popup-title{
            display:none
        }
    .popup-tab{
        padding-top:30px
    }
    footer {
        position: relative;
        background-color: #EEE;
        min-height: 180px;
        flex-direction: column-reverse;
        padding: 30px 30px 90px 30px;
    }
        footer .menu-center {
            display: block;
            width: 100%;
            padding-top:30px
        }
            footer .menu-center .menu-item + .menu-item {
                margin-left: 0;
                padding-left: 0;
                margin-top: 20px;
                width:100%
            }
        footer .menu {
            margin-top: 20px;
            display: block;
            width: 100%;
        }
            footer .menu .item + .item {
                margin-left: 0;
                padding-left: 0;
                margin-top: 20px;
                width:100%
            }
        footer .social {
            display: block;
            width: 100%;
            text-align: left;
        }
            footer .social .bx {
                width: 55px;
                height: 55px;
                padding: 0;
                font-size: 32px;
                line-height: 55px;
                text-align: center;
                border-radius: 100%;
                border: 1px solid #425968;
            }
                footer .social .bx + .bx {
                    margin-left: calc((100% - 15rem) / 3);
                }
        footer .logo {
            width: 79px;
            right: 10px;
            top: auto;
            bottom: 27px;
            z-index: 2;
        }
            footer .logo img{
                width:100%
            }
        footer:after {
            content: '';
            position: absolute;
            width: 100%;
            height: 72px;
            left: 0;
            bottom: 0;
            background-color: white;
        }
    .portal_content{
        padding:10px
    }
    .portal_content .box.info {
        padding: 20px
    }
        .portal_content .box.info .text {
            font-size: 20px;
            line-height: 28px;
            letter-spacing:2px
        }
    section.main-banner .item .content {
        padding: 0;
        top: 65%;
    }
    section.main-banner .item .title{
        font-size:22px;
        line-height:30px
    }
    .scroll-button {
        width:100%;
    }

        .scroll-button span {
            font-size: 10px;
        }
        .scroll-button img {
            margin: 10px auto 0 auto;
        }
    .page-content {
        padding: 150px 30px 30px 30px;
    }
        .page-content h1 {
            font-size: 28px;
            line-height: 1.2em;
        }
    .pmmenu-left {
        position: inherit
    }

    .pm-fixed {
        position:inherit ;
        top: 22px
    }
        
}

