@font-face {
    font-family: "Assistant";
    src: url("./fonts/Assistant-Bold.woff2") format("woff2"), url("./fonts/Assistant-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Assistant";
    src: url("./fonts/Assistant-ExtraLight.woff2") format("woff2"), url("./fonts/Assistant-ExtraLight.woff") format("woff");
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: "Assistant";
    src: url("./fonts/Assistant-ExtraBold.woff2") format("woff2"), url("./fonts/Assistant-ExtraBold.woff") format("woff");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Assistant";
    src: url("./fonts/Assistant-Regular.woff2") format("woff2"), url("./fonts/Assistant-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;auto
}

@font-face {
    font-family: "Assistant";
    src: url("./fonts/Assistant-Light.woff2") format("woff2"), url("./fonts/Assistant-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Assistant";
    src: url("./fonts/Assistant-SemiBold.woff2") format("woff2"), url("./fonts/Assistant-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Oswald";
    src: url("./fonts/Oswald-Regular.woff2") format("woff2"), url("./fonts/Oswald-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

html,
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    width: 100%;
    height: 100%;
    font-family: "Assistant", sans-serif;
    font-weight: normal;
    font-style: normal;
    scroll-behavior: smooth;
    color: #2d2d2d;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/preloader.svg);
}

.pages_header {
    position: static;
    top: 0;
    left: 0;
    height: 100%;
}

.sub_pages_header {
    position: static;
    top: 0;
    left: 0;
    height: 50%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.sub_pages_header_container {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hidden_image1 {
    visibility: hidden;
}

.hidden_image2 {
    visibility: hidden;
}

.abr_page{
overflow: hidden;
}

    #dob::-webkit-calendar-picker-indicator,
#dob::-webkit-calendar-picker-indicator  {
    opacity: 0;
    width: 100%;
    position: absolute;
}

.hidden_image3 {
    visibility: hidden;
}

#madegerman {
    height: 350px;
    background: url("../images/madegerman.jpg");
    background-size: cover;
    margin: 8% auto;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
}

#madegerman .middle_div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px 60px;
    background: rgba(48, 60, 74, 0.7);
    width: 60%;
}

.middle_div_slogan {
    font-size: 50px;
    line-height: 0.8;
    font-weight: 300;
    letter-spacing: -2px;
}

#madegerman .middle_div a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}

#madegerman .middle_div .flag_div {
    height: 45px;
    width: 230px;
    margin: 0 auto;
}

#section1 {
    margin-top: 12%;
    margin-bottom: 5%;
}

#sectionfintech {
    padding-top: 6%;
    padding-bottom: 6%;
    background-color: #f9f9f9;
}

#section3 {
    margin-top: 0%;
    margin-bottom: 8%;
}

#section3 a {
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

#section3 .active {
    background: #2d2d2d;
    border: 1px solid #2d2d2d;
}

#section3 .active:after {
    border-top-color: #2d2d2d;
}

#section3 .active:before {
    border-bottom-color: #2d2d2d;
}

#section2 .g_bg {
    height: 40vh;
    position: absolute;
    background-color: #f2f2f2;
    width: 100%;
    margin-top: 13%;
    z-index: -1;
    transform: skewY(-10deg);
}

#section4 {
    margin-top: 14%;
    margin-bottom: 13%;
    color: #2d2d2d;
}

#section2 {
    background: url("../images/desktop3.png");
    background-size: 100%;
    height: 94vh;
    background-repeat: no-repeat;
    background-position: center;
}

#section4 .g_bg {
    height: 46vh;
    position: absolute;
    background-color: #f2f2f2;
    width: 100%;
    transform: skewY(-10deg);
}

#section4 p {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 6px;
    font-style: italic;
}

#section4 a {
    color: #024d6e;
    text-decoration: none;
}

#mobileplatform {
    background-image: url("../images/mobileplatform.png");
    background-size: 50%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
}
div#ui-datepicker-div{
z-index:999999 !important;
}
#trademasterplat {
    float: left;
    max-width: 620px;
}

.mobilep_row_middle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    margin: 0 auto;
    transform: translate(-50%, -50%);
}

.mobilep_row_middle a {
    border: 2px solid #303c4a;
    padding: 25px 60px;
    text-decoration: none;
    color: #303c4a;
    font-weight: bold;
    transition: all 0.2s ease-in-out;
}

.mobilep_row_middle a:hover {
    box-shadow: inset 0px 0px 20px #e2e2e2;
}

.mobilep_row_bottom {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    margin: 0 auto;
    transform: translate(-50%, -50%);
}

.web_functions {
    display: block;
}

.mobile_functions {
    display: none;
}

.trademasterplat_menu {
    box-shadow: 0px 0px 10px 0px #e2e2e2;
    padding: 30px 15px;
}

.trademasterplat_menu h3 {
    font-size: 1.1rem;
    border-bottom: 1px solid #e2e2e2;
    height: 60px;
    padding-top: 20px;
    margin-bottom: 0;
    font-weight: 600;
    /*color:#4e8dff;*/
    color: #024d6e;
}

.trademasterplat_menu h5 {
    font-size: 0.9rem;
    border-bottom: 1px solid #e2e2e2;
    height: 60px;
    padding-top: 20px;
    margin-bottom: 0;
    font-weight: 600;
}

.trademasterplat_menu p {
    font-style: italic;
    font-size: 14px;
    border-bottom: 1px solid #e2e2e2;
    height: 60px;
    padding-top: 10px;
    margin-bottom: 0;
}

.trademasterplat_menu a {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid #024d6e;
    background-color: #024d6e;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
    color: #fff;
}

.trademasterbros_menu {
    box-shadow: 0px 0px 10px 0px #e2e2e2;
    padding: 10px 15px 20px 15px;
}

.trademasterbros_menu .row {
    border-bottom: 1px solid #e2e2e2;
}

.trademasterbros_menu h5 {
    font-size: 1rem;
    height: 50px;
    padding-top: 20px;
    margin-bottom: 0;
    font-weight: 600;
}

.trademasterbros_menu a {
    color: #303c4a;
}

.trademasterbros_menu a img {
    width: 25px;
}

#section1 h1,
#section3 h1,
#section4 h1 {
    font-size: 2.5rem;
}

h5 {
    line-height: 1.5;
}

#section1 h5 {
    line-height: 1.5;
}

#section1 h1:after,
#section3 h1:after,
#section4 h1:after {
    content: "";
    position: absolute;
    height: 3px;
    width: 27%;
    left: 50%;
    top: 105%;
    border-radius: 0px;
    transform: translateX(-50%);
    background-color: #024d6e;
}

.count-number {
    line-height: 1;
}

.count-text {
    font-weight: 300;
}

.welcome_div {
    position: absolute;
    width: 100%;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-bottom: 40px;
    padding-left: 6vw;
}

.welcome_div h3 {
    color: #fff;
    font-weight: 600;
    line-height: 3rem;
    text-shadow: -1px 1px #000;
}

.welcome_div p {
    color: #fff;
}

.bottom_div {
    height: 20%;
    position: absolute;
    width: 100%;
    top: 85%;
    padding-left: 6vw;
}

.main_div {
    background-color: rgba(48, 60, 74, 0.5);
    color: white;
    height: 115px;
    margin: 0 15px;
    padding: 7px 15px 0 15px;
    border-radius: 0px;
    animation: main_slide 1.2s ease-in-out;
}

@keyframes main_slide {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }
    70% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.partnership_div {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-bottom: 40px;
}

.partnership_div .container {
    max-width: 1400px;
}

.partnership_div h1 {
    display: inline-block;
    font-size: 3rem;
    margin-bottom: 0;
}

.partnership_div h5 {
    font-style: italic;
    font-size: 1.6rem;
}

.second_slide {
    width: 240px;
    margin-right: 15px;
    animation: main_slide 1.6s ease-in-out;
}

.second_slide .big_div,
.third_slide .big_div {
    background-color: rgba(48, 60, 74, 0.5);
    display: inline-flex;
    padding: 10px 15px 3px 20px;
    border-radius: 0px;
    height: 117px;
}

.big_div img {
    height: 100px;
}

.big_div h3 {
    color: #fff;
    margin-bottom: 0px;
}

.big_div p {
    color: #fff;
    line-height: 1.4;
}

.third_slide {
    width: 240px;
    animation: main_slide 2s ease-in-out;
}

.main_div a {
    margin-top: 5px;
    font-size: 16px;
    color: #fff;
    text-decoration: underline;
    display: table;
    transform: translateY(0px);
    transition: all 0.3s linear;
}

.main_div a:hover {
    transform: translate(10px, 0px);
}

.sag_ekran {
    position: absolute;
    width: 100%;
    z-index: 2;
    animation: 30s sag_ekran linear infinite;
}

@keyframes sag_ekran {
    0% {
        transform: perspective(300px) scale(1) translate(0%, 0%);
    }
    5% {
        transform: perspective(300px) scale(1.5) translate(-25%, -8%);
    }
    28% {
        transform: perspective(300px) scale(1.5) translate(-25%, -8%);
    }
    33% {
        transform: perspective(300px) scale(1) translate(0%, 0%);
    }
}

.orta_ekran {
    position: absolute;
    width: 100%;
    z-index: 2;
    animation: 30s orta_ekran linear infinite;
    animation-delay: 10s;
}

@keyframes orta_ekran {
    0% {
        transform: perspective(300px) scale(1) translate(0%, 0%);
    }
    5% {
        transform: perspective(300px) scale(1.5) translate(-24%, 14%);
    }
    28% {
        transform: perspective(300px) scale(1.5) translate(-24%, 14%);
    }
    33% {
        transform: perspective(300px) scale(1) translate(0%, 0%);
    }
}

.sol_ekran {
    position: absolute;
    width: 100%;
    z-index: 2;
    animation: 30s sol_ekran linear infinite;
    animation-delay: 20s;
}

@keyframes sol_ekran {
    0% {
        transform: perspective(300px) scale(1) translate(0%, 0%);
    }
    5% {
        transform: perspective(300px) scale(1.5) translate(-25%, -8%);
    }
    28% {
        transform: perspective(300px) scale(1.5) translate(-25%, -8%);
    }
    33% {
        transform: perspective(300px) scale(1) translate(0%, 0%);
    }
}

.center_div {
    margin: auto;
    background-color: transparent;
    color: #2d2d2d;
    padding: 10px 10px 20px 10px;
    border-radius: 0px;
    transition: all 1s ease;
    margin-bottom: 40px;
}

#page_name,
#about_name {
    position: absolute;
    width: 15.33%;
    top: 40vw;
    left: 0;
    text-align: center;
}

#page_name h1,
#about_name h1 {
    transform: rotateZ(-90deg);
    letter-spacing: 2px;
    display: inline-block;
    font-size: 22px;
    font-family: "Oswald";
}

#alt_cizgi {
    content: "";
    position: absolute;
    left: -1px;
    bottom: -4px;
    height: 1px;
    width: 0px;
    background-color: #2d2d2d;
}

.sectionHalf {
    text-decoration: none !important;
    color: #024d6e !important;
}

.sectionHalf i {
    display: inline-block;
    font-style: normal;
    transition: transform 0.5s ease 0s, opacity 0.2s ease 0s;
}

.sectionHalf:hover i {
    transform: translate(3px, 0px);
}

.center_div img {
    margin-bottom: 20px;
}

.partnership_started {
    color: #024d6e;
    line-height: 3;
    text-decoration: none !important;
    transition: all 0.3s ease-in-out;
}

.partnership_started:hover {
    color: #fff !important;
    background-color: #024d6e;
}

.horizontal_header {
    font-size: 44px;
    line-height: 1em;
    color: #fff;
    font-weight: 600;
}

.horizontal_text {
    margin-top: 40px;
    line-height: 1em;
    color: #fff;
}

.horizontal_text a {
    color: #fff !important;
    text-decoration: none;
}

.horizontal_divs {
    width: 100%;
    height: 100%;
    background-color: rgba(48, 60, 74, 0.5);
    padding: 10px 20px;
    color: #fff;
}

.contact_img {
    position: absolute;
    top: 33%;
    right: 7%;
    max-height: 300px;
    transition: all 0.7s linear;
}

.contact_text {
    position: absolute;
    top: 25%;
    left: 35%;
    transform: translate(-50%, -50%);
}

.history_part {
    padding-top: 82px;
}

.about_date_left,
.about_date_right {
    display: inline;
    color: #024d6e;
}

.about_date_left:before {
    content: "";
    position: absolute;
    width: 100%;
    right: 100%;
    height: 2px;
    margin-top: 18px;
    background-color: #e2e2e2;
}

.partner_form span {
    color: #024d6e;
    font-size: 14px;
    font-weight: 600;
}

.home_partner a {
    padding: 7px 40px;
    border: 1px solid #2d2d2d;
    color: #2d2d2d;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    margin-top: 40px;
}

.partner_form input[type="text"],
.partner_form input[type="number"],
.partner_form input[type="email"],
.partner_form input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    background-color: #fbfbfb;
    outline: thin;
    box-shadow: none !important;
    border: 1px solid #e2e2e2;
    line-height: 3;
    padding: 0 15px;
    border-radius: 2px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #2d2d2d;
}

.partner_form input[type="checkbox"] {
    width: 40px;
    margin-bottom: 5px;
}

.about_date_left:after {
    content: "";
    position: absolute;
    width: 2px;
    left: -100%;
    height: 70px;
    background-color: #e2e2e2;
}

.about_date_right:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 100%;
    height: 2px;
    margin-top: 18px;
    background-color: #e2e2e2;
}

.about_date_right:after {
    content: "";
    position: absolute;
    width: 2px;
    right: -100%;
    height: 70px;
    background-color: #e2e2e2;
}

.contact_form input,
.contact_form textarea {
    display: block !important;
    width: 100% !important;
    padding: 7px 15px !important;
    border-radius: 0px;
    box-shadow: none;
    border: 1px solid #a4a6a9 !important;
    border-left: 3px solid #303c4a !important;
    outline: none;
    margin-bottom: 0 !important;
    color: #2d2d2d;
}

.contact_form input:-webkit-autofill,
.contact_form input:-webkit-autofill:hover,
.contact_form input:-webkit-autofill:focus {
    -webkit-text-fill-color: white;
    -webkit-box-shadow: 0 0 100000em #303c4a inset !important;

}

.cf_btn {
    margin-top: 10px !important;
    background-color: transparent;
    transition: all 0.3s linear;
}

.cf_btn:hover {
    border: 1px solid #303c4a;
    background-color: #303c4a;
    color: #fff;
}

.center_div a {
    border: 1px solid #024d6e;
    background-color: #024d6e;
    margin: auto;
    padding: 10px 20px;
    color: white;
    text-decoration: none !important;
    border-radius: 0px;
    transition: linear 0.2s;
    font-size: 1.15rem;
}

.center_div a:hover,
.slide_btn:hover {
    color: #024d6e;
    background-color: transparent;
}

.slide_btn {
    border: 1px solid #024d6e;
    background-color: #024d6e;
    width: 50%;
    display: block;
    color: white;
    text-decoration: none !important;
    padding: 3px;
    border-radius: 0px;
    text-align: center;
    margin-top: 20px;
    transition: linear 0.2s;
}

.center-skip-btn {
    height: 50px;
    width: 50px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 50%;
    margin-top: 40px;
    color: #d3d3d3;
    border: 1px solid white;
    transition: all 0.2s linear;
}

.active {
    border: 1px solid #024d6e;
}

.show {
    display: block;
}

.footer-link {
    margin: 0;
    padding: 0;
    display: inline-block;
    padding-left: 20px;
}

.footer_social {
    padding: 0;
    display: inline-block;
}

.footer_social a:hover {
    text-decoration: none;
    transform: translate(0px) !important;
}

.footer_social a img {
    transition: all 0.3s linear;
    filter: grayscale(100%);
}

.footer_social a img:hover {
    filter: grayscale(0%);
}

.c_bs1 {
    color: #024d6e !important;
}

.footer_color {
    width: 90%;
}

.footer_color a {
    color: #2d2d2d !important;
    display: block;
    margin-bottom: 2px;
    font-size: 14px;
    transition: all 0.3s linear;
}

.footer_color a img {
    width: 7px;
    margin-right: 10px;
}

.footer_color2 a {
    color: #000;
    display: inline-block;
    transition: all 0.3s linear;
}

.footer_color a:hover {
    text-decoration: none;
    transform: translate(5px);
}

.privacy_section {
    margin: 0;
    padding-left: 0;
    list-style: none;
    text-align: left;
    margin-top: -23px;
}

.center-skip-btn:hover {
    transform: scale(1.2);
}

.skewed {
    position: absolute;
    bottom: -46%;
    left: 62%;
    height: 45%;
    width: 38%;
    background-color: #fff;
    transform: skewY(-15deg);
    transform-origin: top left;
}

.yan_social {
    position: absolute;
    top: 86%;
    left: 60%;
    height: 4%;
    width: 34%;
    z-index: 1;
    background-color: transparent;
    /*transform: skewY(-30deg);*/
    transform-origin: top left;
    text-align: right;
}

.yan_social div {
    padding-right: 7px;
    padding-left: 7px;
}

.yan_social p,
.yan_social img {
    color: white;
    display: inline-block;
    padding-right: 2px;
}

.risk_warning {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 15px 10%;
    color: white;
    background-color: #024d6e;
    z-index: 9999;
    text-align: center;
}


/*.more_info{
    border: 1px solid #2d2d2d; 
    color:#fff; 
    background-color:transparent; 
    padding:10px 40px; 
    border-radius:0px; 
    font-size:18px;
    transition: all .3s ease-in-out;
}*/

.more_info {
    display: inline-flex;
    padding: 8px 30px;
    background-color: #024d6e;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    text-align: center;
}

#more_info-6 {
    margin-top: 15px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 0px;
}

#more_info-6 a {
    text-decoration: none;
    font-size: 16px;
    width: 100%;
    position: relative;
    transition: all 0.45s ease-Out;
    color: #fff;
}

#spin {
    width: 0;
    height: 0;
    opacity: 0;
    left: 70px;
    top: 20px;
    transform: rotateX(0deg) rotateY(90deg);
    background: none;
    position: absolute;
    transition: all 0.5s ease-out;
}

#more_info-6:hover #spin {
    width: 200%;
    height: 200%;
    opacity: 1;
    left: -50%;
    top: -10%;
    background: #fff;
    transform: rotate(180deg);
}

#more_info-6:hover a {
    color: #024d6e;
}

.member_reg {
    width: 120px;
    display: inline-flex;
    padding: 5px 10px;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    text-align: center;
}

#member_reg-6 {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 0px;
}

#member_reg-6 a,
#member_reg-6 input {
    text-decoration: none;
    font-size: 16px;
    width: 100%;
    position: relative;
    transition: all 0.45s ease-Out;
    color: #303c4a;
}

#member_reg-6:hover #spin {
    width: 200%;
    height: 200%;
    opacity: 1;
    left: -50%;
    top: -11%;
    background: #fff;
    transform: rotate(180deg);
}

#member_reg-6:hover a {
    color: #024d6e !important;
}

.meta_bg {
    height: 100%;
    background-color: transparent;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all ease 1.5s;
}

.keyboard_explore {
    min-height: 170px;
    border-left: 2px solid #024d6e;
    padding-right: 30px;
}

.keyboard_explore span {
    color: #024d6e;
    position: absolute;
    font-size: 24px;
    font-weight: 600;
    top: -27px;
    left: -12px;
}

.keyboard_explore h5 {
    color: rgb(48, 60, 74);
    font-weight: 600;
}

.keyboard_explore p {
    font-style: italic;
    font-size: 14px;
}

.keyboard_explore a {
    position: absolute;
    bottom: 0;
    border: 1px solid rgb(48, 60, 74);
    padding: 3px 30px;
    color: rgb(48, 60, 74);
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

.keyboard_explore a:hover {
    background-color: rgb(48, 60, 74);
    color: #fff;
}


/*TABS*/

.tabs {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: relative;
    background: white;
    padding: 50px;
    width: 100%;
    min-height: 410px;
    border-radius: 0px;
    box-shadow: 0px 0px 10px 0px #e2e2e2;
    min-width: 240px;
}

.tabs input[name="tab-control"] {
    display: none;
}

.tabs .content section h2,
.tabs ul li label {
    font-weight: 600;
    color: #2d2d2d;
}

.calander_container {
    overflow: auto;
    height: unset;
    margin-bottom: 5%;
    padding: 5px;
    clear: both;
    transition: all ease-in-out 1s;
}

.calendar_gizli {
    overflow: hidden;
    height: 530px;
}

.show_eco_more {
    cursor: pointer;
}

.tabs ul {
    list-style-type: none;
    padding-left: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    margin-bottom: 10px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    align-items: flex-end;
    flex-wrap: wrap;
}

.tabs ul li {
    box-sizing: border-box;
    -webkit-box-flex: 1;
    flex: 1;
    width: 25%;
    padding: 0 10px;
    text-align: center;
}

.tabs ul li label {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #929daf;
    padding: 5px auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    white-space: nowrap;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tabs ul li label br {
    display: none;
}

.tabs ul li label svg {
    fill: #929daf;
    height: 1.2em;
    vertical-align: bottom;
    margin-right: 0.2em;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.tabs ul li label:hover,
.tabs ul li label:focus,
.tabs ul li label:active {
    outline: 0;
    color: #bec5cf;
}

.tabs ul li label:hover svg,
.tabs ul li label:focus svg,
.tabs ul li label:active svg {
    fill: #bec5cf;
}

.tabs .slider {
    position: relative;
    width: 20%;
    -webkit-transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
    transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}

.tabs .slider .indicator {
    position: relative;
    width: 50px;
    max-width: 100%;
    margin: 0 auto;
    height: 2px;
    background: #2d2d2d;
    border-radius: 1px;
}

.about_contact_href {
    padding: 12px 55px;
    color: white;
    text-decoration: none;
    background-color: #303c4a;
    transition: all ease-in-out 0.5s;
    border: 1px solid #303c4a;
}

.about_contact_href:hover {
    color: #303c4a;
    text-decoration: none;
    background-color: white;
    font-weight: 500;
    letter-spacing: 1px;
}

.tabs .content {
    margin-top: 30px;
}

.tabs .content section {
    display: none;
    -webkit-animation-name: content;
    animation-name: content;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    line-height: 1.4;
}

.tabs .content section h5 {
    color: #2d2d2d;
    display: none;
}

.tabs .content section h5::after {
    content: "";
    position: relative;
    display: block;
    width: 30px;
    height: 3px;
    background: #2d2d2d;
    margin-top: 5px;
    left: 1px;
}

.tabs input[name="tab-control"]:nth-of-type(1):checked~ul>li:nth-child(1)>label {
    cursor: default;
    color: #2d2d2d;
}

.tabs input[name="tab-control"]:nth-of-type(1):checked~ul>li:nth-child(1)>label svg {
    fill: #2d2d2d;
}

@media (max-width: 1365px) {
    .register_container {
        top: 47% !important;
    }
}

@media (max-width: 600px) {
    .tabs input[name="tab-control"]:nth-of-type(1):checked~ul>li:nth-child(1)>label {
        background: rgba(0, 0, 0, 0.08);
    }
}

.tabs input[name="tab-control"]:nth-of-type(1):checked~.slider {
    -webkit-transform: translateX(35%);
    transform: translateX(35%);
}

.tabs input[name="tab-control"]:nth-of-type(1):checked~.content>section:nth-child(1) {
    display: block;
}

.tabs input[name="tab-control"]:nth-of-type(2):checked~ul>li:nth-child(2)>label {
    cursor: default;
    color: #2d2d2d;
}

.tabs input[name="tab-control"]:nth-of-type(2):checked~ul>li:nth-child(2)>label svg {
    fill: #2d2d2d;
}

@media (max-width: 600px) {
    .tabs input[name="tab-control"]:nth-of-type(2):checked~ul>li:nth-child(2)>label {
        background: rgba(0, 0, 0, 0.08);
    }
}

.tabs input[name="tab-control"]:nth-of-type(2):checked~.slider {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
}

.tabs input[name="tab-control"]:nth-of-type(2):checked~.content>section:nth-child(2) {
    display: block;
}

.tabs input[name="tab-control"]:nth-of-type(3):checked~ul>li:nth-child(3)>label {
    cursor: default;
    color: #2d2d2d;
}

.tabs input[name="tab-control"]:nth-of-type(3):checked~ul>li:nth-child(3)>label svg {
    fill: #2d2d2d;
}

@media (max-width: 600px) {
    .tabs input[name="tab-control"]:nth-of-type(3):checked~ul>li:nth-child(3)>label {
        background: rgba(0, 0, 0, 0.08);
    }
}

.tabs input[name="tab-control"]:nth-of-type(3):checked~.slider {
    -webkit-transform: translateX(365%);
    transform: translateX(365%);
}

.tabs input[name="tab-control"]:nth-of-type(3):checked~.content>section:nth-child(3) {
    display: block;
}

.tabs input[name="tab-control"]:nth-of-type(4):checked~ul>li:nth-child(4)>label {
    cursor: default;
    color: #2d2d2d;
}

.tabs input[name="tab-control"]:nth-of-type(4):checked~ul>li:nth-child(4)>label svg {
    fill: #2d2d2d;
}

@media (max-width: 600px) {
    .tabs input[name="tab-control"]:nth-of-type(4):checked~ul>li:nth-child(4)>label {
        background: rgba(0, 0, 0, 0.08);
    }
}

.tabs input[name="tab-control"]:nth-of-type(4):checked~.slider {
    -webkit-transform: translateX(291%);
    transform: translateX(300%);
}

.tabs input[name="tab-control"]:nth-of-type(4):checked~.content>section:nth-child(4) {
    display: block;
}

.tabs input[name="tab-control"]:nth-of-type(5):checked~ul>li:nth-child(5)>label {
    cursor: default;
    color: #2d2d2d;
}

.tabs input[name="tab-control"]:nth-of-type(5):checked~ul>li:nth-child(5)>label svg {
    fill: #2d2d2d;
}

@media (max-width: 600px) {
    .tabs input[name="tab-control"]:nth-of-type(5):checked~ul>li:nth-child(5)>label {
        background: rgba(0, 0, 0, 0.08);
    }
}

.tabs input[name="tab-control"]:nth-of-type(5):checked~.slider {
    -webkit-transform: translateX(400%);
    transform: translateX(400%);
}

.tabs input[name="tab-control"]:nth-of-type(5):checked~.content>section:nth-child(5) {
    display: block;
}

@-webkit-keyframes content {
    from {
        opacity: 0;
        -webkit-transform: translateY(5%);
        transform: translateY(5%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes content {
    from {
        opacity: 0;
        -webkit-transform: translateY(5%);
        transform: translateY(5%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@media (max-width: 1000px) {
    .tabs {
        height: 500px;
    }
    .tabs ul li label {
        white-space: initial;
    }
    .tabs ul li label br {
        display: initial;
    }
    .tabs ul li label svg {
        height: 1.5em;
    }
}

@media (max-width: 600px) {
    .tabs {
        text-align: justify;
        padding: 0 0 20px 0;
        height: 100%;
    }
    .tabs ul li label {
        padding: 5px;
        border-radius: 0px;
    }
    /*.tabs ul li label span {
      display: none;
    }*/
    .tabs .slider {
        display: none;
    }
    .tabs .content {
        margin-top: 20px;
        padding: 10px 20px;
    }
    .tabs ul li {
        padding: 0;
        width: 100%;
    }
    .tabs .content section h5 {
        display: block;
    }
}


/*TABS SON**/

#sectionfintech p {
    margin-bottom: 5px;
}

.fintech_div .fintech_ib {
    position: absolute;
    top: 53px;
    left: 135px;
    color: #fff;
}

.fintech_div .fintech_signal {
    position: absolute;
    top: 181px;
    left: 116px;
    line-height: 1.1;
    color: #fff;
}

.fintech_div .fintech_asset {
    position: absolute;
    top: 312px;
    left: 100px;
    line-height: 1.1;
    color: #fff;
}

.fintech_div .right_fintech {
    position: absolute;
    top: 120px;
    right: 97px;
    text-align: center;
}

.fintech_div .right_fintech h5 {
    border-bottom: 1px solid #2d2d2d;
}

.fintech_div .right_fintech p {
    line-height: 1.1;
    font-style: italic;
}

.abr_page {
    display: flex;
    position: relative;
    height: 100%;
}

.abr_page_left {
    flex: 3;
    background: url("../images/freedemo.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.abr_page_right {
    flex: 2;
    position: relative;
    padding: 15px;
    background-color: #303c4a;
}

.system_rec_div {
    position: absolute;
    bottom: 10%;
    left: 5%;
    background-color: rgba(48, 60, 74, 0.8);
    padding: 15px;
    color: #fff;
    border-radius: 2px;
}

#joinpartner .jp_left_div {
    flex: 1;
    background: url("../images/partnership-join-us.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
}

#joinpartner .jp_right_div {
    flex: 1;
    position: relative;
    padding: 15px;
}


/*TIMELINE*/

.timeline {
    position: relative;
    width: 980px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 1em 0;
    list-style-type: none;
}

.timeline:before {
    position: absolute;
    left: 50%;
    top: 0;
    content: " ";
    display: block;
    width: 2px;
    height: 100%;
    margin-left: -2px;
    background: rgb(80, 80, 80);
    background: -moz-linear-gradient(top, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(30, 87, 153, 1)), color-stop(100%, rgba(125, 185, 232, 1)));
    background: -webkit-linear-gradient(top, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
    background: -o-linear-gradient(top, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
    background: -ms-linear-gradient(top, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
    background: linear-gradient(to bottom, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
    z-index: 5;
}

.timeline li {
    padding: 1em 0;
}

.timeline li:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.direction-l {
    position: relative;
    width: 455px;
    float: left;
    text-align: right;
}

.direction-r {
    position: relative;
    width: 457px;
    float: right;
}

.flag-wrapper {
    position: relative;
    display: inline-block;
    text-align: center;
}

.flag {
    position: relative;
    display: inline;
    background: rgb(248, 248, 248);
    padding: 6px 10px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
}

.direction-l .flag {
    -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.direction-r .flag {
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.direction-l .flag:before,
.direction-r .flag:before {
    position: absolute;
    top: 50%;
    right: -40px;
    content: " ";
    display: block;
    width: 12px;
    height: 12px;
    margin-top: -10px;
    background: #fff;
    border-radius: 10px;
    border: 2px solid #024d6e;
    z-index: 10;
}

.direction-r .flag:before {
    left: -40px;
}

.direction-l .flag:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    height: 0;
    width: 0;
    margin-top: -8px;
    border: solid transparent;
    border-left-color: rgb(248, 248, 248);
    border-width: 8px;
    pointer-events: none;
}

.direction-r .flag:after {
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    height: 0;
    width: 0;
    margin-top: -8px;
    border: solid transparent;
    border-right-color: rgb(248, 248, 248);
    border-width: 8px;
    pointer-events: none;
}

.time-wrapper {
    display: inline;
    line-height: 1em;
    font-size: 14px;
    color: #024d6e;
    vertical-align: middle;
}

.direction-l .time-wrapper {
    float: left;
}

.direction-r .time-wrapper {
    float: right;
}

.time {
    display: inline-block;
    padding: 4px 6px;
    background: rgb(248, 248, 248);
}

.desc {
    margin: 1em 0.75em 0 0;
    font-size: 14px;
    font-style: italic;
    line-height: 1.5em;
}

.direction-r .desc {
    margin: 1em 0 0 0.75em;
}


/* ================ Timeline Media Queries ================ */

@media screen and (min-width: 1440px) {
    .timeline {
        width: 1400px;
    }
    .direction-r {
        width: 667px;
    }
    .direction-l {
        width: 664px;
    }
}

@media screen and (max-width: 768px) {
    .form_big_div {
        display: block !important;
    }
    .form_big_div .form_left_div,
    .form_big_div .form_right_div {
        width: 100%;
    }
    .form_big_div .form_left_div:after {
        display: none !important;
    }
    .timeline {
        width: 100%;
        padding: 4em 0 1em 0;
    }
    .timeline li {
        padding: 2em 0;
    }
    .direction-l,
    .direction-r {
        float: none;
        width: 100%;
        text-align: center;
    }
    .flag-wrapper {
        text-align: center;
    }
    .flag {
        background: rgb(255, 255, 255);
        z-index: 15;
    }
    .direction-l .flag:before,
    .direction-r .flag:before {
        position: absolute;
        top: -30px;
        left: 52%;
        content: " ";
        display: block;
        width: 12px;
        height: 12px;
        margin-left: -9px;
        background: #fff;
        border-radius: 10px;
        border: 2px solid rgb(255, 80, 80);
        z-index: 10;
    }
    .direction-l .flag:after,
    .direction-r .flag:after {
        content: "";
        position: absolute;
        left: 50%;
        top: -8px;
        height: 0;
        width: 0;
        margin-left: -8px;
        border: solid transparent;
        border-bottom-color: rgb(255, 255, 255);
        border-width: 8px;
        pointer-events: none;
    }
    .time-wrapper {
        display: block;
        position: relative;
        margin: 4px 0 0 0;
        z-index: 14;
    }
    .direction-l .time-wrapper {
        float: none;
    }
    .direction-r .time-wrapper {
        float: none;
    }
    .desc {
        position: relative;
        margin: 1em 0 0 0;
        padding: 1em;
        background: rgb(245, 245, 245);
        -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
        z-index: 15;
    }
    .direction-l .desc,
    .direction-r .desc {
        position: relative;
        margin: 1em 1em 0 1em;
        padding: 1em;
        z-index: 15;
    }
}


/* @media screen and (min-width: 400px ?? max-width: 660px) {
  
  .direction-l .desc,
  .direction-r .desc {
      margin: 1em 4em 0 4em;
  }
  
  }*/


/*TIMELINE Son*/

.about_us_company_img {
    width: 40%;
    margin-bottom: 10px;
}

.about_us_img {
    min-height: 250px;
    max-height: 320px;
    margin: 0 30px 20px 0;
    filter: grayscale(1);
    object-fit: cover;
    float: left;
}

.auto_us_img {
    min-height: 250px;
    max-height: 320px;
    margin: 0 30px 20px 0;
    object-fit: cover;
    float: left;
}

.download_app_div {
    border: 1px solid #e2e2e2;
    padding: 20px 15px;
    display: inline-flex;
    text-decoration: none !important;
    color: #2d2d2d !important;
}

.download_app_div img {
    border-right: 1px solid #e2e2e2;
    padding-right: 10px;
    height: 60px;
}

.download_app_div h6 {
    margin-left: 10px;
    padding: 7px 0 0 10px;
}

.partnership_text {
    background-color: transparent;
    font-weight: 300;
    background: linear-gradient(90deg, rgba(9, 255, 0, 1) 0%, rgba(255, 124, 0, 1) 25%, rgba(0, 22, 251, 1) 50%, rgba(0, 138, 125, 1) 75%, rgba(248, 0, 255, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-left: 5px;
}

input {
    width: 100%;
    outline: none;
    margin-bottom: 20px;
    border: none;
    border-bottom: 1px solid #fff;
    padding: 8px 0px 8px 50px;
    appearance: none;
    background-color: transparent;
    color: #fff;
    border-radius: 0;
}

input[type="submit"] {
    padding: 6px 0;
    border: none;
    width: 100%;
    display: block;
    margin: 0px 0 20px auto;
    color: #2d2d2d;
    background: #fff;
}

form img {
    display: block;
    max-width: 23px;
    position: absolute;
    margin-top: 7px;
    margin-left: 7px;
}

form a {
    text-decoration: none !important;
    color: #fff;
}

.welcome_adblue_header {
    font-weight: 600;
    color: #fff;
}

::placeholder {
    color: #fff;
}

.welcome_adblue_text {
    font-weight: 500;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-text-fill-color: white;
    transition: background-color 1000s ease-in-out 0s;
    -webkit-box-shadow: 0 0 10000em #303c4a inset !important;
}

.register_container {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

@media (max-width: 1367px) {
    .partnership_text {
        margin-left: 0px;
    }
    .partnership_div .container {
        max-width: 1140px;
    }
    .welcome_div {
        padding-left: 4vw;
    }
    .bottom_div {
        top: 83%;
        padding-bottom: 10px;
        margin-top: 0;
        padding-left: 4vw;
    }
    #section1 h1 {
        font-size: 2.5rem;
    }
    .bottom_div .container {
        max-width: 1000px;
    }
    .welcome_div .container {
        max-width: 1230px;
    }
    #section1 .container,
    #section3 .container,
    #section4 .header4 {
        max-width: 970px;
    }
    .header4 {
        margin: auto;
    }
    .yan_social {
        left: 50%;
        width: 46%;
        top: 84%;
    }
    .footer_color {
        width: 93%;
    }
}

@media (min-width: 1368px) {
    .bottom_div .container {
        max-width: 1200px;
    }
    .welcome_div .container {
        max-width: 1650px;
    }
    /*#section3 .icons{
        max-width: 1540px;
    }
    #section4 .container{
        max-width: 1440px;
    }*/
}

@media (max-width: 1200px) {
    .abr_page_right,
    .abr_page_left {
        flex: 1;
    }
    .fintech_div .fintech_ib {
        top: 95px;
        left: 225px;
        font-size: 20px;
    }
    .fintech_div .fintech_signal {
        top: 317px;
        left: 200px;
        font-size: 20px;
    }
    .fintech_div .fintech_asset {
        top: 540px;
        left: 180px;
        font-size: 20px;
    }
    .fintech_div .right_fintech {
        top: 255px;
        right: 203px;
    }
    .fintech_div .right_fintech p {
        font-size: 16px;
    }
    #section2 {
        background-position: top;
        background-size: 170%;
        height: 64vh;
    }
    .sub_pages_header {
        background-size: cover;
    }
    #page_name {
        display: none;
    }
    .history_part {
        padding-top: 60px;
    }
    .keyboard_func {
        margin-left: 30px;
    }
    #mobileplatform {
        background-size: 40%;
        height: 60vh;
    }
}

@media (max-width: 1200px) {
    .skewed {
        display: none !important;
    }
    .yan_social {
        transform: rotateZ(0deg) !important;
        left: 0;
        width: 100%;
        height: 30px;
        padding-right: 4vw;
        top: 82%;
    }
    .center_div {
        width: auto;
    }
    .welcome_div {
        top: 45%;
    }
    .bottom_div {
        top: 81%;
    }
    .welcome_div h1 {
        font-size: 5rem;
        line-height: 6rem;
    }
    .more_info {
        padding: 15px 50px;
    }
    .welcome_div .container {
        max-width: 940px;
    }
    .bottom_div {
        padding-left: 4vw;
    }
    .footer_color {
        width: 98%;
    }
}

@media (max-width: 991px) {
    .fintech_div .fintech_ib {
        top: 60px;
        left: 150px;
    }
    .fintech_div .fintech_signal {
        top: 227px;
        left: 130px;
    }
    .fintech_div .fintech_asset {
        top: 403px;
        left: 130px;
    }
    .fintech_div .right_fintech {
        top: 175px;
        right: 140px;
    }
    .fintech_div .right_fintech p {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    #joinpartner .jp_left_div {
        flex: 0;
    }
    #joinpartner .jp_right_div {
        flex: 1;
    }
    .abr_page_right {
        flex: 1;
    }
    .abr_page_left {
        flex: 0;
    }
    /* .partnership_text{
        background: blue;
        background-clip:unset;
        -webkit-text-fill-color: blue;
    }*/
    .about_us_company_img {
        width: 60%;
    }
    .about_us_img {
        width: 100%;
    }
    #madegerman .middle_div .flag_div {
        width: 170px !important;
    }
    #trademasterplat {
        max-width: 100%;
    }
    #mobileplatform {
        background-size: 60%;
        height: 85vh;
    }
    .yan_social {
        left: 0%;
        width: 100%;
        top: 80%;
        text-align: center;
        padding-right: 0;
    }
    .container {
        max-width: 750px;
    }
    .center_div {
        padding: 10px 10px 20px 10px;
    }
    .welcome_div {
        top: 40%;
        left: 50%;
    }
    .bottom_div {
        top: 75%;
    }
    .second_slide {
        padding-right: 0;
    }
    .main_div,
    .second_slide,
    .third_slide {}
    .second_slide .big_div,
    .third_slide .big_div {
        padding: 27px 15px 3px 15px;
        height: 150px;
    }
    .more_info {
        padding: 10px 40px;
    }
    #more_info-6 {
        margin-top: 10px;
    }
    .fintech_div .fintech_ib {
        top: 71px;
        left: 175px;
    }
    .fintech_div .fintech_signal {
        top: 241px;
        left: 150px;
    }
    .fintech_div .fintech_asset {
        top: 415px;
        left: 129px;
    }
}

@media (max-width: 1024px) {
    .form_left_div form {
        padding: 0 5% !important;
    }
    #madegerman .middle_div {
        width: 90%;
    }
    .middle_div_slogan {
        font-size: 40px;
        line-height: 1;
    }
    #madegerman .middle_div .flag_div {
        height: 46px;
        width: 215px;
    }
}

@media (max-width: 568px) {
    #section3 #item0 .hexagon {
        margin-bottom: 50px;
    }
    #section3 #item3 .hexagon {
        margin-top: 50px !important;
    }
    .hexagon {
        width: 160px !important;
        height: 85.735px !important;
        margin-right: 0px !important;
    }
    .hexagon::before {
        border-left-width: 79px !important;
        border-right-width: 79px !important;
        border-bottom-width: 46px !important;
    }
    .hexagon::after {
        border-left-width: 79px !important;
        border-right-width: 79px !important;
        border-top-width: 46px !important;
    }
    .member_login input {
        width: 40% !important;
    }
    .fintech_div {
        height: 300px;
        padding: 0;
    }
    .fintech_div img {
        width: 370px;
        float: left;
        display: none;
    }
    .fintech_div .fintech_ib {
        top: 36px;
        left: 56px;
        font-size: 12px;
        border: 1px solid #024d6e;
        padding: 15px;
        background-color: #024d6e;
    }
    .fintech_div .fintech_signal {
        top: 115px;
        left: 40px;
        font-size: 12px;
        border: 1px solid #024d6e;
        padding: 15px;
        background-color: #024d6e;
    }
    .fintech_div .fintech_asset {
        top: 207px;
        left: 28px;
        font-size: 12px;
        border: 1px solid #024d6e;
        padding: 15px;
        background-color: #024d6e;
    }
    .fintech_div .right_fintech {
        top: 60px;
        right: 30px;
        border: 1px solid #e2e2e2;
        border-radius: 50%;
        padding: 30px;
        background-color: #e2e2e2;
    }
    .fintech_div .right_fintech h5 {
        font-size: 14px;
    }
    .fintech_div .right_fintech p {
        font-size: 12px;
        color: #2d2d2d;
    }
    .about_us_company_img {
        width: 100%;
    }
    .register_container {
        position: relative;
        transform: translate(0, 0);
        top: 0 !important;
        left: 0;
        margin-top: 80px;
    }
    .mobile_h_reg {
        height: auto !important;
    }
    .register-margin-mobile-x {
        margin-left: 15px;
        margin-right: 15px;
        padding: 15px !important;
    }
    #madegerman {
        height: 600px;
    }
    #madegerman .middle_div .flag_div {
        width: 295px !important;
        height: 56px;
    }
    #madegerman .middle_div {
        padding: 30px 20px;
    }
    #madegerman .middle_div h5 {
        font-size: 14px;
    }
    #madegerman .middle_div a {
        font-size: 16px;
    }
    .middle_div_slogan {
        font-size: 30px;
        line-height: 0.7 !important;
    }
    .fintech_h4 {
        font-size: 14px;
    }
    .fintech_big_div {
        padding: 20px 10px;
    }
    #sectionfintech p {
        margin-bottom: 0px;
        line-height: 1.4;
    }
    .privacy_section {
        margin-top: 10px;
        text-align: center;
    }
    .center_div {
        margin-bottom: 0;
    }
    .partnership_div {
        top: 43%;
    }
    .partnership_div h1 {
        margin-left: 0 !important;
        display: inline-block;
        font-size: 2.5rem;
        margin-bottom: 5px;
        line-height: 1;
    }
    .partnership_div h5 {
        font-size: 1.3rem;
    }
    .partnership_div a {
        padding: 5px 30px !important;
    }
    .web_functions {
        display: none;
    }
    .mobile_functions {
        display: block;
    }
    .trademasterbros_menu {
        margin-bottom: 15px;
    }
    .trademasterplat_menu {
        margin-bottom: 15px;
        padding: 10px 15px 20px 15px;
    }
    .trademasterplat_menu h3 {
        border: none;
        display: inline-block;
        height: 20px;
        padding-top: 10px;
    }
    .trademasterplat_menu h5 {
        display: inline-block;
        border: none;
        height: 30px;
        margin-right: 30px;
        padding-top: 10px;
    }
    .trademasterplat_menu p {
        height: 100%;
        padding-bottom: 5px;
    }
    .trademasterplat_menu a {
        padding: 6px 40px;
    }
    .sub_pages_header {
        height: 85%;
    }
    #mobileplatform {
        background-size: 35%;
        height: 100vh;
        background-position: 50% 60%;
    }
    .mobilep_row_middle {
        top: 60%;
    }
    .mobilep_row_middle a {
        padding: 5px 20px;
    }
    .sub_pages_header_container {
        top: 50%;
    }
    .horizontal_header {
        font-size: 40px;
        line-height: 0.9em;
    }
    .horizontal_text {
        margin-top: 10px;
    }
    .register_div {
        padding: 3px !important;
        text-align: center;
    }
    .register_div a {
        float: none;
        margin-right: 0;
        line-height: 1.8;
    }
    .contact_img {
        right: 5%;
        top: 60%;
        max-height: 170px;
    }
    .welcome_div {
        top: 37%;
        left: 50%;
        padding-left: 0;
    }
    .main_div,
    .second_slide,
    .third_slide {
        height: 107px;
        margin: 0;
    }
    .bottom_div {
        top: 52%;
    }
    .second_slide .big_div,
    .third_slide .big_div {
        padding: 10px 10px 3px 5px;
        height: 107px;
    }
    .main_div {
        padding: 10px 10px 0 10px;
    }
    .welcome_div h1 {
        font-size: 2rem;
        line-height: 3rem;
    }
    .main_div a {
        font-size: 14px;
        display: block;
    }
    .big_div img {
        height: 90px;
    }
    .welcome_div p {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .big_div p {
        font-size: 12px;
        line-height: 16px;
    }
    .main_div p {
        font-size: 12px;
        line-height: 16px;
    }
    h3 {
        margin-bottom: 0px;
        font-size: 1.5rem;
    }
    .more_info {
        padding: 7px 40px;
    }
    #more_info-6 {
        margin-top: 0px;
    }
}


/******* KATLANARAK KAPANAN MODAL CSS *****/


/*.close_modal{
    width:0 !important;
    height: 0 !important;
    right:5% !important;
    top:15% !important;
}

#div1{
    transition:all .4s linear;
    transform-origin:right;
}
#div3{
    transition:all .4s linear;
    transform-origin:top right;
}

#div4{
    transition:all .4s linear;
    transform-origin:top;
}*/


/******* UFALARAK KAPANAN MODAL CSS *****/

#modal_bg {
    position: absolute;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    transition: all 2s linear;
}

#modal {
    box-shadow: 0 0 10px 1px #4a4a4a;
    position: absolute;
    width: 700px;
    height: 400px;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    background-color: #fff;
    border: none;
    transition: all 0.7s ease-in;
}

#closebtn {
    float: right;
    background-color: transparent;
    border: none;
    font-size: 24px;
    transition: all 0.7s linear;
    padding-right: 10px;
}

.close_modal {
    width: 0 !important;
    height: 0 !important;
    right: 5% !important;
    top: 15% !important;
}

.ac-container {
    max-width: 100%;
    height: 350px;
}

.ac-container label {
    height: 35px !important;
    line-height: 21px !important;
    font-size: 16px !important;
    padding: 5px 10px;
    position: relative;
    z-index: 20;
    display: block;
    height: 30px;
    cursor: pointer;
    font-weight: 600;
    color: rgb(48, 60, 74);
    line-height: 33px;
    background: transparent;
    height: 30px;
    line-height: 20px;
    border-bottom: 1px solid #e2e2e2;
}

.ac-container {
    width: 100%;
    margin: 10px auto 30px auto;
    text-align: left;
}

.ac-container label:hover {
    background: #fff;
}

.ac-container input:checked+label,
.ac-container input:checked+label:hover {
    color: rgb(48, 60, 74);
    height: 30px;
    line-height: 21px;
    font-size: 13px;
    font-weight: 700;
}

.ac-container label:hover:after,
.ac-container input:checked+label:hover:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    right: 13px;
    top: 7px;
    background: transparent url("../images/arrow.svg") no-repeat center center;
}

.ac-container label img {
    margin-right: 10px;
    transform: rotate(-90deg);
    width: 10px;
    height: 10px;
    transition: 0.3s ease-in-out;
}

.ac-container input {
    display: none;
}

.ac-container article {
    background: transparent;
    margin-top: -1px;
    overflow: hidden;
    height: 0;
    position: relative;
    z-index: 10;
    -webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}

.ac-container article p {
    font-style: italic;
    color: #2d2d2d;
    line-height: 23px;
    font-size: 14px;
    padding: 10px;
}

.ac-container input:checked~article {
    -webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
}

.ac-container input:checked~label img {
    transform: rotate(0deg);
}

.ac-container input:checked~article.ac-small {
    height: 100px;
}

.ac-container input:checked~article.ac-medium {
    height: 180px;
}

.ac-container input:checked~article.ac-large {
    height: 200px;
}

@media (min-width: 1600px) and (max-width: 1720px) {
    .welcome_div .container {
        max-width: 1465px;
    }
}


/*** BOTTOM DIV ***/

div.bottomArea {
    position: fixed;
    width: 100%;
    height: 50px;
    bottom: 0;
    z-index: 990;
}

div.tuned_acik {
    background-color: #024d6e;
    height: 50px;
    width: 0;
    float: right;
    line-height: 50px;
    font-size: 13px;
    display: flex;
}

.tuned_acik_gorun {
    animation-name: tuned_genis_gorun;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
}

.tuned_acik_kaybol {
    animation-name: tuned_genis_kaybol;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
}

.tuned_form_area {
    opacity: 0;
}

.bottomArea span {
    color: #fff;
}

.tuned_form_area_gorun {
    animation-name: tuned_form_area_acik;
    animation-delay: 0.3s;
    animation-duration: 0.01s;
    animation-fill-mode: forwards;
}

.tuned_form_area_kaybol {
    animation-name: tuned_form_area_kapat;
    animation-duration: 0.01s;
    animation-fill-mode: forwards;
}

div.tuned_kapat {
    background-color: black;
    color: #e08b06;
    width: 40px;
    height: 50px;
    position: relative;
    cursor: pointer;
    opacity: 0;
}

img.tuned_arrow {
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

img.tuned_arrow2 {
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
}

.bold {
    font-weight: bold;
}

input.tuned_mail {
    height: 25px;
    padding-left: 15px;
    margin-left: 25px;
    width: 375px;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #e08b06;
    outline: none;
}

button.tuned_button {
    line-height: 15px;
    margin-left: 15px;
    padding: 5px 25px;
    border: 0;
    background-color: #e08b06;
    color: white;
    cursor: pointer;
    outline: none;
}

div.tuned_kapali {
    background-color: black;
    height: 50px;
    position: relative;
    float: right;
    cursor: pointer;
    right: 0;
    display: flex;
    color: white;
    line-height: 28px;
    padding: 10px 20px;
}

.tuned_kapali_span {
    margin-left: 30px;
}

span.tuned_yoket {
    transform: rotate(45deg);
    position: absolute;
    right: 5px;
    top: -5px;
    color: #8d919c;
    font-size: 14px;
}

@keyframes tuned_genis_gorun {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@keyframes tuned_form_area_acik {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes tuned_genis_kaybol {
    0% {
        width: 100%;
    }
    100% {
        width: 0;
    }
}

@keyframes tuned_form_area_kapat {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@media (max-width: 990px) {
    div.bottomArea {
        display: none;
    }
}

div.mobile_tuned {
    height: 200px;
    position: fixed;
    background-color: white;
    bottom: -160px;
    width: 100%;
    z-index: 2;
    display: none;
}

div.mobil_tuned_baslik {
    background-color: black;
    height: 40px;
    color: white;
    text-align: center;
    font-weight: bold;
    line-height: 40px;
}

div.mobil_tuned_icerik {
    height: 160px;
    padding: 15px 10px;
    text-align: center;
    position: relative;
}

div.mobil_tuned_icerik_ortala {
    position: absolute;
    top: 50%;
    width: calc(100% - 20px);
    transform: translateY(-50%);
}

p.mobil_tuned_icerik_paragh {
    font-size: 13px;
    margin: 0;
}

input.tuned_mail_mobil {
    background-color: transparent;
    width: calc(100% - 20px);
    border: 0;
    border-bottom: 1px solid #e08b06;
    outline: none;
    margin-top: 10px;
    font-size: 14px;
    padding-left: 15px;
    color: #2d2d2d;
}

button.tuned_button_mobil {
    padding: 5px 25px;
    border: 0;
    background-color: #e08b06;
    color: white;
    cursor: pointer;
    outline: none;
    display: block;
    margin: 0 auto;
    font-size: 14px;
    margin-top: 15px;
}

img.mobile_tuned_arrow {
    height: 14px;
    transform: rotate(90deg);
    margin-left: 10px;
}

.tuned_mail_mobil::placeholder {
    color: #2d2d2d;
}

div.mobile_tuned_acil {
    animation-name: mobile_tuned_gorun;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
}

div.mobile_tuned_kaybol {
    animation-name: mobile_tuned_kaybol;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
}

span.tuned_yoket_mobil {
    transform: rotate(45deg);
    position: absolute;
    right: 5px;
    top: -5px;
    color: #8d919c;
    font-size: 14px;
}

@media (max-width: 990px) {
    div.mobile_tuned {
        display: block;
    }
}

@keyframes mobile_tuned_gorun {
    0% {
        bottom: -160px;
    }
    100% {
        bottom: 0;
    }
}

@keyframes mobile_tuned_kaybol {
    0% {
        bottom: 0;
    }
    100% {
        bottom: -160px;
    }
}


/*** BOTTOM DIV ***/


/*** SIDE COOKIE CONT ***/

div.cookie_container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    overflow-x: hidden;
    opacity: 0;
    animation-name: cookie_container_gorun;
    animation-duration: 0.2s;
    animation-delay: 2s;
    animation-fill-mode: forwards;
}

div.side_cookie_container {
    position: absolute;
    z-index: 999999;
    right: 0;
    top: 0;
    height: 100%;
    width: 375px;
    background-color: #024d6e;
    margin-right: -375px;
    animation-name: side_cookie_gorun;
    animation-fill-mode: forwards;
    animation-duration: 1s;
    animation-delay: 2.2s;
}

div.side_cookie {
    padding: 20px 30px;
    color: white;
}

div.side_cookie h3 {
    font-size: 1.5em;
}

div.side_cookie p {
    font-size: 14px;
}

a.side_lang {
    color: #72767e;
    text-decoration: none;
}

a.side_lang:hover {
    color: #72767e;
    text-decoration: none;
}

a.side_lang:link {
    color: #72767e;
    text-decoration: none;
}

a.side_policy,
a.side_policy:hover,
a.side_policy:link {
    color: #ee6700;
    text-decoration: none;
}

.custom {
    display: none;
    position: relative;
}

.custom+label {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bold;
}

.custom[type="checkbox"]+label::before {
    content: "";
    width: 1.4em;
    height: 1.4em;
    border: 1px solid white;
    margin-right: 0.5em;
    border-radius: 6px;
    background-color: transparent;
    transition: background 300ms ease-in;
}

.custom[type="checkbox"]+label::after {
    content: "\2713";
    color: white;
    position: absolute;
    left: 4px;
    transform: scale(0);
    transition: all 300ms ease-in-out;
}

.custom[type="checkbox"]:checked+label::after {
    transform: scale(1.2);
}

.custom[type="checkbox"]:checked+label::before {
    background-color: #ee6700;
}

a.confirm_cookie,
a.confirm_cookie:hover,
a.confirm_cookie:link {
    background-color: #ee6700;
    color: white;
    text-decoration: none;
    font-size: 12px;
    padding: 10px 15px;
    cursor: pointer;
    color: #ee6700;
margin-right:15px !important;
display:block
}

a.select_all_cookie,
a.select_all_cookie:link {
    background-color: #ee6700;
    color: white;
    text-decoration: none;
    font-size: 12px;
    padding: 10px 15px;
    cursor: pointer;
display:block;
text-align: center !important;
margin-left:15px !important
}

@keyframes cookie_container_gorun {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes side_cookie_gorun {
    0% {
        margin-right: -375px;
    }
    100% {
        margin-right: 0;
    }
}

@keyframes side_cookie_gorun_mobil {
    0% {
        top: -100%;
    }
    100% {
        top: 0;
    }
}

@media (max-width: 990px) {
    div.side_cookie p {
        font-size: 11px;
    }
    div.side_cookie_container {
        position: absolute;
        z-index: 999999;
        right: 0;
        top: -100%;
        min-height: 100%;
        width: 100%;
        background-color: #024d6e;
        margin-right: 0;
        animation-name: side_cookie_gorun_mobil;
        animation-fill-mode: forwards;
        animation-duration: 1.5s;
        animation-delay: 2.2s;
    }
}

@media (max-width: 600px) {
    div.side_cookie p {
        font-size: 12px;
    }
    div.side_cookie_container {
        padding-top: 15%;
        position: absolute;
        z-index: 999999;
        right: 0;
        top: -100%;
        height: 100%;
        width: 100%;
        background-color: #024d6e;
        margin-right: 0;
        animation-name: side_cookie_gorun_mobil;
        animation-fill-mode: forwards;
        animation-duration: 1.5s;
        animation-delay: 2.2s;
    }
}


/*** SIDE COOKIE CONT ***/

.hexagon {
    width: 165px;
    height: 95.735px;
    background: #024d6e;
    position: relative;
    justify-content: center;
    display: inline-grid;
    align-items: center;
    margin-right: 10px;
    border: 1px solid #024d6e;
    transition: all 0.3s ease-in-out;
}

.hexagon p {
    color: #fff;
    margin-bottom: 3px;
}

.hexagon img {
    margin: 0 auto 5px auto;
}

.hexagon::before {
    content: "";
    position: absolute;
    top: -46.8675px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 82px solid transparent;
    border-right: 82px solid transparent;
    border-bottom: 45.8675px solid #024d6e;
    transition: all 0.3s ease-in-out;
}

.hexagon::after {
    content: "";
    position: absolute;
    bottom: -46.8675px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 82px solid transparent;
    border-right: 82px solid transparent;
    border-top: 45.8675px solid #024d6e;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 990px) {
    .form-select-btn {
        width: 100%;
        margin-top: 10px !important;
    }
    .register_container {
        padding-bottom: 250px;
    }
}

@media (max-width: 750px) {
    .yan_social div {
        padding-right: 20px;
    }
    .social_container {
        padding-bottom: 15px;
    }
}