*, *::before, *::after {
    box-sizing: border-box;
    transition: 50ms ease all;
}
* {
    margin: 0;
}
body{
    overflow-y:scroll;
}
html, body {
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    font-family: 'Satoshi', sans-serif;
    background:#06182F;
    color:#fff;
}
body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    min-width: 320px;
}
img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
}

input, button, textarea, select {
    font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
    overflow-wrap: break-word;
}

p {
    text-wrap: pretty;
}
h1, h2, h3, h4, h5, h6 {
    text-wrap: balance;
}
a{
    text-decoration: none;
    color:currentColor;
}
button{
    background-color: transparent;
    color:currentColor;
}
.btn {
    display: inline-block;
    cursor: pointer;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.row{
    display: flex;
    width: 100%;
}
.center{
    justify-content: center;
    align-items: center;
    text-align: center;
    align-content: center;
}
.container{
    padding: 0 20px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container {max-width: 540px;}
}
@media (min-width: 768px) {
    .container {max-width: 720px;}
}
@media (min-width: 992px) {
    .container {max-width: 960px;}
}
@media (min-width: 1200px) {
    .container {max-width: 1140px;}
}
@media (min-width: 1400px) {
    .container {max-width: 1320px;}
}


/* FBKOD */
.heroBG{
    position: absolute;
    pointer-events: none;
    width: 100%;
    left: 0;
    top: 0;
    background-image: url("../images/fbStad.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    aspect-ratio: 1440 / 800;
    max-height: 800px;
    z-index: 0;
}
@media (min-width: 1440px) {
    .heroBG{
        width: 100%;
        height: 800px;
        aspect-ratio: initial;
    }
}
.heroBG:after{
    content:'';
    position: absolute;
    left:0;
    top:0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(6, 35, 72, 0.00) 0%, #06182F 84.62%);
}
.hero{
    position: relative;
}
.navTop{
    justify-content: space-between;
    margin-top:30px;
}
.socialIcons{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.navLogo, .navLinks{
    width: auto;
    justify-content: center;
}
.navLinks{
    gap: 10px;
    margin:20px 0;
}
.navLinks{
    font-size: 18px;
    font-weight: 900;
    gap: 20px;
}
@media (min-width: 550px) {
    .navLinks{
        gap: 40px;
    }
}
.navContainer,
.heroContext{
    flex-direction: column;
}
.heroContext{
    margin: 120px 0 140px 0;
}
.heroContextTitle{
    font-size: 38px;
    line-height: 1.2em;
    font-weight: 900;
}
.heroContextSub{
    font-size: 28px;
    font-weight: lighter;
    margin-top:5px;
}
.socialContents{
    position: relative;
    z-index: 2;
}
.cubeWrap{
    border-radius: 20px;
    border: 1px solid #2E6BB8;
    padding: 20px;
    position: relative;
    justify-content: center;
}
.socialContentsContainer{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 40px;
}
.cubeTitle{
    background-color: #06182F;
    padding: 10px 20px;
    position: absolute;
    left: 20px;
    top: -22px;
    font-size: 22px;
    font-weight: 900;
}
.cubeContent{
    width: 100%;
    display: flex;
    justify-content: center;
}
.about{
    border-top:1px solid #153258;
    border-bottom:1px solid #153258;
    padding: 80px 0;
    background-image: url("../images/aboutSectionBG.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 60px 0;
}
.aboutContentVisual{
    background-image: url("../images/aboutUsBG.png");
    background-position: center right;
    background-repeat: no-repeat;
    position: relative;
}
.aboutTitle{
    flex-direction: column;
    font-size: 22px;
    margin-bottom: 40px;
}
.aboutUsTitleContent{
    font-size: 24px;
    line-height: 1.2em;
}
.aboutUsTitle{
    font-weight: 900;
}
.aboutContentContainer, .aboutContent{
    flex-direction: column;
}
.aboutLines{
    display: flex;
    justify-content: center;
    align-items: center;
}
.fbKodAboutLogo{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -75px;
    margin-top: -75px;
    width: auto;
}
.aboutContent{
    padding: 30px 0 0 0;
}
.aboutContentTitle{
    margin: 10px 0;
    font-size: 22px;
}
.aboutContentText{
    font-size: 18px;
    line-height: 1.3em;
}
@media (min-width: 992px ) {
    .aboutContentContainer{
        flex-direction: row;
        gap: 50px;
    }
    .aboutUsTitleContent{
        max-width: 992px;
        margin: 0 auto;
    }
    .aboutTitle{
        margin-bottom: 0;
    }
    .aboutContentVisual{
        max-width: 440px;
        min-width: 440px;
        width: 440px;
        background-size: contain;
    }
}

.contact{
    padding-bottom: 80px;
}

.contactContent{
    flex-direction: column;
    padding-bottom: 30px;
    font-size: 20px;
}
.contactTitle{
    font-size: 40px;
    font-weight: 900;
}
.contactItem{
    margin-top: 20px;
    position: relative;
    padding-left: 35px;
}
.contactItem svg{
    display: block;
    left: 0;
    top: 3px;
    position: absolute;
}
#contactForm {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    position: relative;
}

/* Form alanları */
#contactForm input,
#contactForm textarea {
    background-color: #0F2A4D;
    color: #FFFFFF;
    border: 1px solid #3A7BD5;
    border-radius: 12px;
    padding: 14px 16px;
    width: 100%;
    font-size: 16px;
    outline: none;
    transition: border-color 0.3s;
}

#contactForm input::placeholder,
#contactForm textarea::placeholder {
    color: #D2E3F7;
}

#contactForm input:focus,
#contactForm textarea:focus {
    border-color: #63A4FF;
}

.fieldWrap {
    margin-bottom: 20px;
}
.errorMessage{
    color:#FC4C44;
    padding: 5px 0;
}
.error input, .error textarea{
    border-color: #FC4C44 !important;
}

/* Yan yana inputlar */
@media (min-width: 768px) {
    .nameField {
        display: flex;
    }

    .nameField .formCol {
        flex: 1;
    }
}

#contactForm .formActionBtn {
    background: linear-gradient(to right, #1E60D4, #0049B7);
    color: white;
    font-size: 18px;
    padding: 14px 0;
    width: 100%;
    border: none;
    border-radius: 50px;
    transition: background 0.3s ease;
}

#contactForm .formActionBtn:hover {
    background: linear-gradient(to right, #0049B7, #1E60D4);
    cursor: pointer;
}
.nameField, .surnameField{
    width: 100%;
}
.nameSurnameField{
    flex-direction: column;
}
.formField{
    flex-direction: column;
}
@media (min-width: 920px) {
    .contactContainer{
        display: flex;
        flex-direction: initial;
        justify-content: space-between;
        gap: 90px;
    }
    .contactFormContainer{
        width: 50%;
    }
    .contactContent{
        width: 50%;
        max-width: 450px;
    }
    #contactForm{
        flex-direction: column;
    }
    .nameSurnameField{
        flex-direction: row;
        gap: 20px;
    }
}

.successMessage,
.errorStatus {
    text-align: center;
    color: #fff;
    font-size: 16px;

    position: absolute;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;

    margin: 0;
    background: rgb(5 24 47 / 90%);
    height: 100%;
}

.successMessage svg,
.errorStatus svg {
    margin-bottom: 10px;
    width: 64px;
    height: 64px;
}

.footer{
    border-top:1px solid #153258;
    border-bottom:1px solid #153258;
}
.footerContainer{
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.footerLogoImg{
    width: 40px;
    height: 40px;
}
.footerLogo{
    flex-direction: row;
    justify-content: center;
    align-content: center;
    gap: 20px;
    align-items: center;
}
.footerLinks{
    width: auto;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.footerLink{
    font-weight:900 ;
}
.copyRightContent{
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    gap: 10px;
    padding: 30px 0;
}
@media (min-width: 550px) {

    .footerContainer{
        flex-direction: row;
        justify-content: space-between;
    }

    .footerLogo{
        justify-content: flex-start;
    }
}


/* Announce */

.modal-overlay {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    justify-content: center;
    align-items: center;
}
.announceTitle{
    padding: 10px;
    border-bottom: 1px solid #ccc;
    text-align: center;
}
.announceItemTitle{
    justify-content: center;
    text-align: center;
    font-size: 24px;
    line-height: 1em;
    margin-bottom: 10px;
}
.announceShort, .announceDate{
    justify-content: center;
    text-align: center;
}
.announceDate{
    margin-top: 5px;
}
.announceDate{
    font-size: 16px;
    color:#2E6BB8;
    font-weight: 700;
}

.modal-content {
    background: #fff;
    width: 80%;
    max-height: 90%;
    max-width: 920px;
    overflow: auto;
    padding: 20px;
    position: relative;
    border-radius: 6px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.2);
}

.modal-body {
    color:#000;
}

.modal-body br{
    display: none;
}
.modal-body p, .modal-body h1, .modal-body h2, .modal-body h3, .modal-body h4, .modal-body h5{
    margin-bottom: 1em;
}
.close-modal-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
}
/* Carousel */
.announcement-carousel {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    height: 100%;
}

.carousel-wrapper {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.carousel-track{
    height: 100%;
}

.carousel-track {
    display: flex;
    transition: transform 0.6s ease;
}

.carousel-item {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 20px 0 60px 0;
    box-sizing: border-box;
    align-content: center;
    align-items: center;
}
.announceDetail{
    margin: 20px auto 20px auto;
    display: block;
    font-weight: 700;
    background: #fff;
    text-align: center;
    color:#06182F;
}
.carousel-prev,
.carousel-next {
    position: absolute;
    bottom: -18px;
    left:50%;
    transform: translateY(-50%);
    color: white;
    border: none;
    font-size: 30px;
    cursor: pointer;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    z-index: 1;
    width: 50px;
    height: 50px;
}
.carousel-prev { margin-left: -80px; }
.carousel-next { margin-left: 30px; }
.carousel-timer {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
}
#progress-ring {
    transform: rotate(-90deg);
    transform-origin: center;
    transition: stroke-dashoffset 0.1s linear;
}
@media(min-width: 920px){
    .socialContentsContainer{
        flex-direction: row;
        gap: 40px;
        align-items: stretch;
    }
}