/* FONTLAR */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

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

body {
    margin-bottom: 200px;
    /* background: url('../images/bg.jpg'); */
    background: #fff;
    background-attachment: fixed;
    background-size: cover;
    background-position: top;
    font-family: 'Roboto', sans-serif;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    background-color: #081926;
    padding: 15px 0
}
footer a {
    text-decoration: none;
    font-weight: normal;
    color: #e76800;
}
footer a:hover {
    color: #a34c06;
}
footer .grafil{
    text-align: right;
    padding-right:20px;
}
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) {

    .box-system {
        margin: 0;
    }

    .box-system .box a img {
        display: initial;
    }

    .box-system .col-6 {
        margin: auto
    }

    .box-system .owl-nav button.owl-prev {
        position: absolute;
        left: 20px;
        top: 50%;
        transform: translate(-50%, -50%);
        font-size: 40px;
    }

    .box-system .owl-nav button.owl-next {
        position: absolute;
        right: 0px;
        top: 50%;
        transform: translate(-50%, -50%);
        font-size: 40px;
    }

    .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: #0a4067;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 99;
}

.lastDays .logo {
    margin-right: 30px;
    animation: kumsaati 8s infinite linear;
}

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

    50% {
        transform: rotate(360deg);
    }

    62.5% {
        transform: rotate(360deg);
        /* Dönüş tamamlandıktan sonra dur */
    }

    100% {
        transform: rotate(360deg);
        /* Bekleme sırasında sabit kal */
    }
}

.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;
    border-radius: 10px;
    font-size: 18px;
}

.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: #0a4067;
    position: sticky;
    top: 0;
    z-index: 999;
    padding: 10px;
}


.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, #0a4067, #0a4067, #0a4067);
    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, #0a4067, #0a4067, #0a4067);
    z-index: 1;
    animation: animate 6s linear infinite;
    transform-origin: bottom right;
    animation-delay: -3s;
}


.importantDate .box .b {
    background: #fcfcfc;
    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 #0a4067;
    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: #0a4067;
    font-weight: bolder;
}

.importantDate .content .dates .item span:nth-of-type(2) {
    font-size: 30px;
    color: #0a4067;
    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: #0a3e65;
    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: #0a3e65;
    z-index: -1;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}










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

.congress-content h1 {
    border: 5px solid #082438;
    background: #0a4067;
    color: #fff;
    border-radius: 5px;
    padding: 10px;
    font-size: 25px;
    margin-bottom: 20px;
}

.congress-content h2 {
    font-size: 21px;
    color: #ffffff;
    background-color: #b54185;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 3px 3px 0px #1a1a1a;
    text-align: center;
}

.congress-content h3 {
    font-size: 18px;
    color: #10253f;
    margin: 0;
    font-weight: bold;
    margin-bottom: 10px;
}


.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;
}

.box-system {
    margin-top: -70px;
    z-index: 0;
    position: relative;
    justify-content: center;
}

.box-system .box {
    position: relative;
    height: 230px;
    width: 100%;

}

.box-system .box a {
    display: flex;
    text-align: center;
    justify-content: start;
    align-items: end;
    height: 100%;
    padding-right: 40px;
    padding-bottom: 40px;
    text-decoration: none;
}

.box-system .box a p {
    margin: 0;
    margin-top: 4px;
    font-size: 20px;
    width: 100%;
    color: #000;
    height: 80px;
    font-weight: bold;
}

.box-system .box a:hover {
    color: #000;
    text-decoration: none;
}

.box-system .box a:hover .pp1 {
    color: #d76564;
}

.box-system .box a:hover .pp2 {
    color: #fec007;
}

.box-system .box a:hover .pp3 {
    color: #23c3d9;
}

.box-system .box a:hover .pp4 {
    color: #211c5f;
}

.box-system .box a img {
    width: 59px;
}

.box-system .box-bg-1 {
    background: url('../images/box-1.png');
    background-size: 220px;
    background-position: top center;
    background-repeat: no-repeat;
}

.box-system .box-bg-2 {
    background: url('../images/box-2.png');
    background-size: 220px;
    background-position: top center;
    background-repeat: no-repeat;
}

.box-system .box-bg-3 {
    background: url('../images/box-3.png');
    background-size: 220px;
    background-position: top center;
    background-repeat: no-repeat;
}

.box-system .box-bg-4 {
    background: url('../images/box-4.png');
    background-size: 225px;
    background-position: top center;
    background-repeat: no-repeat;
}

.box-system .col-lg-4 {
    width: 26.333333%;
}

.wp-mesaj {
    position: fixed;
    right: 20px;
    bottom: 50px;
    z-index: 99;
}

.wp-mesaj img {
    width: 70px;
}

@keyframes example {
    0% {
        left: -200px;
        top: 0px;
    }


    100% {
        left: 0;
        top: 0px;
    }
}


.yazi {
    position: relative;
    animation-name: example;
    animation-duration: 2s;
}

.main-topics {
    position: relative;
    margin-left: 20px;
}

.main-topics li {
    list-style-type: none;
    margin-bottom: 20px;
}

.main-topics li:before {
    font-family: FontAwesome;
    content: "\f138";
    position: absolute;
    left: 0;
    color: #0a4067;
}

.main-topics li:hover::before {
    color: #281442;
}

.general-informations {
    background: #eaf0f5;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 15px;
}
.stant-table{
    border: 1px solid #a2a2a2;
}
.stant-table tr td{
    border: 1px solid #a2a2a2;
    padding: 10px;
    color: #000;
}