@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

:root {
    --cta-text: #212529;
    --text: #5B6987;
    --header: #0C1622;
    --red: #EE3A43;
    --orange: #ee3a4266;
    --grey1: #F6F6F6;
    --grey2: #F0F0F0;
    --grey3: #e6e6e6;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    color: var(--text);
    font: normal 400 16px / 22px 'Open Sans', sans-serif;
    margin: 0;
}

* {
    box-sizing: border-box;
}

a {
    color: var(--cta-text);
    outline: none;
    text-decoration: underline;
}

a:hover {
    color: black;
}

a.logo {
    background: url(logo1.png) center top no-repeat;
    background-size: contain;
    display: block;
    height: 50px;
    width: 150px;
}

h1 {
    color: var(--header);
    font: normal 700 30px 'Open Sans', sans-serif;
    padding: 0;
}

h2 {
    color: var(--header);
    font: normal 400 24px 'Open Sans', sans-serif;
    margin-bottom: 15px;
    padding: 0;
}

h3 {
    font: normal 700 1.17em/1.27em 'Open Sans', sans-serif;
    margin: 1em 0;
    padding: 0;
}

img {
    border: 0;
    display: block;
}

ol,
ul {
    margin: 1em 0;
    padding: 0 0 0 1.25em;
}

p {
    margin: 1em 0;
    padding: 0;
}

.italic {
    font-style: italic;
}

.strong {
    font-weight: bold;
}

.contain {
    margin: 0 auto;
    width: 1200px;
}

.fill {
    min-width: 1200px;
    width: 100%;
}

.bottom {
    margin-bottom: 0;
    padding-bottom: 0;
}

.top {
    margin-top: 0;
    padding-top: 0;
}

.center {
    text-align: center;
}

/* header */

header {
    display: block;
}

.index header {
    border: none;
}

header > .contain {
    display: flex;
    justify-content: space-between;
    padding: 14px 0;
    border-bottom: 1px solid var(--orange);
}

.breadcrumb {
    display: flex;
    align-items: center;
    color: var(--text);
    padding: 18px 0;

    p {
        margin: 0;
    }

    a {
        text-decoration: none;
    }
    a:hover {
        text-decoration: underline;
    }
    
    span {
        margin: 0 8px;
    }

    .active {
        color: var(--red);
    }

}

#epAttention {
    padding: 10px 0;
    text-align: center;
}

.lang-container {
    background: #0c1622;
    padding: 5px 0;
}

#epLang {
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
    position: relative;
}

#epLang > a {
    display: none;
}

#epLang a:hover {
    color: #333;
}

#epLangDrop {
    display: none;
    position: absolute;
    top: 25px;
    right: -10px;
    z-index: 10;
    padding-top: 12px;
    min-width: 108px;
}

#epLang > div {
    color: white;
    font-weight: bold;
    padding: 5px;
    width: fit-content;
}

#epLangDrop a {
    background: var(--grey1);
    display: block;
    padding: 5px 10px;
}
#epLangDrop a:hover {
    color: var(--red);
}

#epLang:hover #epLangDrop {
    display: block;
}

#epLang #chevron-down {
    display: inline-block;
    border-radius: 50%;
    background: white url(chevron-down-red.svg) no-repeat center / 8px;
    height: 14px;
    aspect-ratio: 1 / 1;
    margin-left: 12px;
}

nav {
    display: flex;
    font: normal 400 18px 'Open Sans', sans-serif;
    justify-content: space-between;
    align-items: center;
}

nav a {
    color: var(--header);
    display: inline-block;
    padding: 0 15px;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
}
nav a:lang(tr){
        padding: 0 14px;
        font-size: 14px;
}
nav a:hover {
    color: var(--cta-text);
}

.banner {
    background: #ccc url(banner.jpg) no-repeat center / cover;
    min-height: 275px;
    display: block;
    padding: 0;
}

.buttons {
    display: flex;
    justify-content: space-between;
    padding: 10px 25px;
    height: 359px;
}

.buttons a {
    background: var(--red);
    color: white;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    padding: 8px 48px;
    transition: padding 0.5s ease;
}
.buttons a:lang(tr){
    font-size: 16px;
    padding: 8px 30px;
}
.buttons a:hover {
    padding: 8px 16px;
    box-shadow: 3px 3px 10px 0 var(--red);
}

.buttons div {
    align-items: center;
    box-sizing: border-box;
    color: var(--text);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    text-decoration: none;
    width: 400px;
}

.buttons .icon {
    display: inline-block;
    height: 100px;
    aspect-ratio: 120 / 100;
    margin-bottom: 32px;
    background: url() no-repeat center;
}

.buttons .report {
    background-color: var(--grey1);
    
    .icon {
        background-image: url(icon-online.svg);
    }
}

.buttons .phone {
    background-color: var(--grey2);
    
    .icon {
        background-image: url(icon-phone.svg);
    }
}

.buttons .follow {
    background-color: var(--grey1);
    
    .icon {
        background-image: url(icon-follow.svg);
        background-size: 88px;
    }
}

/* content */

main {
    display: block;
    padding: 30px 0 70px;
}

.mainHome {
    padding: 50px 0 70px;
}

.consent-page main,
.faq-page main {
    padding: 0 0 30px;
}

section {
    display: block;
}

section.flex {
    display: flex;
    padding: 20px 0;
}

.text-index {
    margin-top: 50px;
}

[class^='col-'] {
    /* Applies to all CSS classes that start with "col-" */
    vertical-align: top;
}

.col-100 {
    display: inline-block;
    padding: 10px 25px;
    width: 100%;
}

.col-66 {
    display: inline-block;
    padding: 10px 25px;
    vertical-align: top;
    width: 66%;
}

.col-50 {
    /* Column-50 is technically 49% so columns do not break to a new line in all browsers */
    display: inline-block;
    padding: 10px 25px;
    width: 49%;
}

.col-33 {
    display: inline-block;
    padding: 10px 25px;
    width: 33%;
}

.col-left {
    margin-right: 2%;
    padding: 10px 25px;
    width: 60%;
}

.col-right {
    padding: 10px 25px;
    width: 38%;
}

#epEmergencyEU {
    padding: 10px 0;
    text-align: center;
}

#epEmergency strong {
    display: inline-block;
    margin-right: 7px;
}

#epDDN {
    font-weight: bold;
    white-space: nowrap;
}

.listor {
    list-style: none;
    margin: 1em 0;
}

/* dp and phone */

#epDataPrivacy .online,
#epDataPrivacy .phone,
#epDataPrivacy .output {
    display: block;
}

#epDataPrivacy ol.dropDowns {
    list-style: none;
    margin: 0;
    padding: 0;
}

#epDataPrivacy .text {
    color: var(--cta-text);
}

#epPhone {
}

select {
    font: normal 400 14px 'Open Sans', sans-serif;
    margin: 5px 0 15px;
    min-width: 355px;
    padding: 5px;
}

button,
.submit {
    background: var(--red);
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    margin: 15px 0;
    padding: 6px 24px;
    text-decoration: none;
}

button:disabled,
button:disabled:hover,
input.submit:disabled,
input.submit:disabled:hover {
    background: #ccc;
    cursor: default;
}

button:hover,
.submit:hover {
    color: #fff;
    background: black;
}

.nowrap {
    white-space: nowrap;
}

.dp-contain {
    width: 1000px;
    margin: 0 auto;
    padding: 20px 25px;
}

.scrollbox {
    border: 1px solid black;
    height: 400px;
    font-size: 14px;
    margin: 0 auto;
    overflow: scroll;
    padding: 15px;
    width: 1000px;
}

.scrollbox table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    background: #fff;
}

.scrollbox table th {
    text-align: left;
    font-weight: bold;
    padding: 0.75rem 1rem;
    background: #f1f5f9;
    color: #111827;
    position: sticky;
    top: 0;
    z-index: 1;
}

.scrollbox table td {
    padding: 0.75rem 1rem;
    color: #111827;
    border: 1px solid #e5e7eb;
    vertical-align: middle;
}

.scrollbox table tr:nth-child(even) td {
    background: #f9fafb;
}

/* issues */

#epIssues {
    width: 800px;
    margin: 48px auto 0;
}

#epIssues .category {
    display: flex;
    margin-bottom: 20px;
}

#epIssues .category {
    background: var(--cta-text);
}

#epIssues .catdesc {
    display: none;
}

#epIssues .catname {
    color: #fff;
    font: normal 700 20px 'Open Sans', sans-serif;
    padding: 20px 20px 20px 30px;
    width: 24%;
}

#epIssues .details {
    font: italic 400 11px 'Open Sans', sans-serif;
    position: absolute;
    top: 18px;
    right: 20px;
}

.details #chevron-down {
    display: inline-block;
    background: var(--red) url(chevron-down.svg) no-repeat center / 12px;
    border-radius: 4px;
    height: 20px;
    aspect-ratio: 1 / 1;
}

#epIssues .issue {
    margin-bottom: 10px;
    padding: 13px 20px;
    position: relative;
    border: 1px solid #D8DCED;
    border-radius: 4px;
}

#epIssues .issue:last-of-type {
    margin-bottom: 0;
}

#epIssues .issue:hover {
    background: #eee;
}

#epIssues .issuebox {
    background: #fff;
    padding-left: 20px;
    width: 76%;
}

#epIssues .name {
    font: normal 700 16px/20px 'Open Sans', sans-serif;
    padding: 5px 0;
    color: var(--header);
}

#epIssues .desc {
    color: #777;
    font-size: 14px;
    padding: 0 24px 0 0;
}

input.text-input {
    margin: 5px 0 20px;
    min-width: 300px;
    padding: 5px;
}

.follow-page section span {
    font-size: 18px;
}

/* footer */

footer {
    background-color: #0E1623;
    color: white;
    margin-top: auto;
    font-size: 14px;
    padding: 8px 0 12px;
}

footer th {
    display: none;
}

footer td {
    padding: 5px 0 0 !important;
}

footer .line1 {
    float: left;
    padding-left: 10px;
}

footer .line2 {
    color: #fff;
    float: right;
    padding-right: 10px;
}

footer .line2 a {
    color: white;
}

footer .line2 a:hover {
    color: white;
}

footer table {
    font-size: 12px;
    margin: 15px auto 0 !important;
    width: 1200px !important;
}
