/* FONTLAR */
@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Roboto:200,300,400,500,600,700&subset=latin-ext');

/*AYARLAR*/
html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 200px;
    background: url('../images/bg.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: top;


}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    background-color: #00122f;
    padding: 15px 0
}

img {
    max-width: 100%
}


.header {
    position: relative;

}




.headOne {
    position: relative;
}

/*
.headOne:after{
    content: ' ';
    background: url('../images/header-white.jpg');
    background-size: cover;
    top: 0;
    left: 0;
    right:0;
    bottom:0;
    z-index: -1;
    position: absolute;
    opacity: 0;
    animation-name: opacityA;
        animation-duration: 2s;
        animation-delay: 0s;
        animation-fill-mode: forwards;
}
*/
@keyframes anima {
    from {
        left: -100%;

    }

    to {
        left: 0
    }
}

@keyframes animb {
    from {
        right: -100%;

    }

    to {
        right: 0
    }
}


.headOne .topDerneks {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.topDerneks img:nth-of-type(1) {
    width: 25%
}

.topDerneks img:nth-of-type(2) {
    width: 28%
}

.topDerneks img:nth-of-type(3) {
    width: 9%
}

.topDerneks img:nth-of-type(4) {
    width: 9%
}

.headOne .mid {
    margin-top: 30px;
    padding-right: 15%;
    text-align: right;

}

.mid img {
    width: 75%;
}

.headOne .bottom {
    text-align: right;
    padding-right: 15%;
    margin-top: 30px;

}

.headOne .bottom img {
    width: 75%;
}

@media (max-width: 991.98px) {

    .headOne .col-12:first-child {
        text-align: center;
        margin-top: -40px;
        display: none
    }



    .header:before {
        background-position: 38% 0;

    }

    .header:after {
        background-position: 38% 0;
    }


    #greload {
        width: 110px;
        margin: auto;
    }

}

@media (max-width: 767.98px) {
    .body {
        margin-top: 50px
    }



    .lastDays {
        overflow: hidden
    }

    .lastDays .logo {
        margin-right: 15px;
        margin-left: 15px;
    }

    .lastDays .logo img {
        margin-right: 9px;
        height: auto !important;
        width: 25px !important;
        margin-top: -5px;
        margin-bottom: -5px;
    }

    .lastDays .text {
        display: flex;
        flex-wrap: wrap;
        font-size: 18px !important;
    }

    .lastDays .text span {
        width: calc(50% - 30px);
        border-bottom: 1px solid #fff;
        border-right: none !important;
        text-align: center;
        padding-right: 0 !important;
        letter-spacing: 0
    }

    .lastDays .text span:nth-last-child(2) {
        border: none !important;
    }
}












.lastDays {
    overflow: hidden;
    background: #4c65af;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lastDays .logo {
    margin-right: 30px;
}

.lastDays .logo img {
    height: 80px;
    margin-top: -5px;
    margin-bottom: -5px;
}


.lastDays .text {
    letter-spacing: 3px;
    font-size: 25px;
    font-weight: lighter;
}

.lastDays .text span {
    margin-right: 30px;
    border-right: 1px solid #fff;
    padding-right: 30px
}

.lastDays .text span:last-child {
    border: none;
    margin: none;
    padding: none
}






.lang {
    position: relative;
    left: 20px;
}

.navbar {
    padding: 0;
    position: relative;
    z-index: 3
}

.nav-item {
    position: relative;

}

.nav-item a {
    color: #fff !important;
}

.nav-item a:hover {
    background: rgba(0, 0, 0, 0.40);
    color: #ffffff !important;
}

.nav-item .nav-link {
    font-family: 'Oswald', sans-serif;
    padding: 1rem
}



.sub-navbar {
    position: absolute;
    width: 300px;
    background: #ddd;
    padding: 0;
    margin: 0;
    list-style: none;
    border-top: 5px solid #bb1724;
    display: none;
}

.nav-item:hover .sub-navbar {
    display: block;
}

.sub-navbar .sub-item-link {
    padding: 5px;
    color: #8f93a8;
    display: block;
    background: #425e6d;
    font-family: 'Oswald', sans-serif;

}

.sub-navbar .sub-item-link:hover {
    color: rgba(255, 255, 255, .75);
    text-decoration: none;
}

.dropdown ul {
    position: absolute;
    width: 200px;
    padding: 0;
    list-style: none;
    background: #094769;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
}

.dropdown ul li a {
    padding: 10px;
    display: block;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
}

.dropdown:hover ul {
    visibility: visible;
    opacity: 1;
    display: block;
}

@media (max-width: 1198.98px) {
    .menu-1 {
        padding-left: 0 !important;
    }

    .menu-3 {
        padding-right: 0 !important;
    }


}

@media (max-width: 991.98px) {
    .lastDays {
        margin-bottom: 20px;
    }

    .animationMenu {
        display: none
    }

    .kutu img {
        width: 35px;
    }

    .onlymob {
        padding: 0 30px;
    }

    .dropdown ul {
        position: relative;
        display: none;
        width: 100%
    }

    .navbar {
        display: block;
    }

    .navbar-toggler {
        margin: 10px;
        font-size: 16px;
    }

    .nav-item .nav-link {
        font-family: 'Oswald', sans-serif;
        padding: 0.5rem 1rem;
    }

    .sub-navbar {
        position: relative;
        width: 100%;
        padding-left: 20px;
        background: #00062c;
    }

    .navbar .container {
        max-width: 100%;
    }

    .nav-item,
    .sub-item {
        text-align: left !important;
    }

    .lang {
        top: -40px !important;
        position: absolute;
        right: 0 !important;
        left: inherit;
    }

    .nav-item:hover .nav-link {
        background: rgba(255, 255, 255, 0.45);
    }

    .navbar-dark .navbar-toggler {
        color: #fff;
        border-color: rgb(255 255 255 / 0%);
        transition: 0.5s;
    }

    button:focus {
        outline: none;
    }

    .navbar-dark .navbar-toggler:hover {
        background: #fff;
        color: #2394b7;
    }
}

.bg-theme {
    background: #4c65af;
    position: sticky;
    top: 0;
    z-index: 10;
}


.yanson {

    transition: 0.5s;
    animation: hideshow 2s infinite;
}

@keyframes hideshow {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}





@keyframes animate {
    0% {
        transform: rotate(0deg)
    }


    100% {
        transform: rotate(360deg)
    }
}

.animationMenu {
    margin: 40px 0;
}

.animationMenu .box {
    background: url('../images/mini-menu.png');
    background-position: top;
    background-repeat: no-repeat;
    height: 100%;
}

.animationMenu .box .col-md-2 {
    width: 12.666667%;
}

.animationMenu .box .content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #000;
    font-weight: bold;
    align-items: center;
    height: 267px;
    text-decoration: none;
}

.animationMenu .box .content:hover {
    color: #565656;
}


.animationMenu .box .content img {
    max-width: 70px;
    margin-bottom: 10px;
}

.menu-1 {
    padding-left: 50px;
}

.menu-3 {
    padding-right: 50px;
}





.importantDate {
    position: relative;
    margin-top: 25px;
}

.importantDate .box {
    position: absolute;
    width: 100%;
    height: 240px;
    padding: 5px;
    border-radius: 5px;
    overflow: hidden;
    top: 50%;
    transform: translateY(-50%);
}

.importantDate .box:before {
    content: ' ';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, transparent, transparent, #4c65af, #4c65af, #4c65af);
    z-index: 1;
    animation: animate 6s linear infinite;
    transform-origin: bottom right
}

.importantDate .box:after {
    content: ' ';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, transparent, transparent, #4c65af, #4c65af, #4c65af);
    z-index: 1;
    animation: animate 6s linear infinite;
    transform-origin: bottom right;
    animation-delay: -3s;
}


.importantDate .box .b {
    background: #becfed1f;
    position: relative;
    z-index: 2;
    display: flex;
    height: 230px;
    padding: 10px;
    flex-direction: row;
    align-items: center;
    font-size: 20px;
    color: #ddd;
    text-decoration: none;
}

.importantDate .box .b:after {
    content: ' ';
    position: absolute;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    border: 1px dashed #4c65af;
    left: -3px;
    top: -2px;
    border-radius: 3px;
}

.importantDate .content {
    position: relative;
    z-index: 2;
    margin: 0 10%;
    background: #fff;
    padding: 30px 10px;
    border-radius: 10px;
}

.importantDate .content .title {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin: 20px 0;
}

.importantDate .content .dates {
    margin-top: 20px;
}

.importantDate .content .dates .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.importantDate .content .dates .item span:nth-of-type(1) {
    font-size: 70px;
    color: #4c65af;
    font-weight: bolder;
}

.importantDate .content .dates .item span:nth-of-type(2) {
    font-size: 30px;
    color: #4c65af;
    margin-top: -20px;
    margin-bottom: 5px;
}

.importantDate .content .dates .item p {
    text-align: center;
}

.importantDate .content:before {
    content: ' ';
    position: absolute;
    width: 80%;
    height: 25px;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    background: #4b64ad;
    z-index: -1;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.importantDate .content:after {
    content: ' ';
    position: absolute;
    width: 80%;
    height: 25px;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    background: #4b64ad;
    z-index: -1;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}










.congress-content {
    text-align: justify;
    padding: 0px 50px;
}

.congress-content h1 {
    color: #000;
    border-radius: 5px;
    font-size: 40px;
}

.congress-content h2 {
    font-size: 18px;
    color: #da280b;
    margin: 0;
}

.congress-content h3 {
    font-size: 20px;
    color: #e82486;
    margin: 0;
}

.lang a {
    color: #fff;
    background: #c13131;
    padding: 5px;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
    width: 50px;
}

.lang a:hover {
    background: #fd3b3b;
}

.lang span {
    color: #fff;
}

.kvkk {
    margin: 0;
}

.kvkk a {
    color: #d1b315 !important;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
}
.kvkk a:hover{
    cursor: pointer;
}