/* 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;
    color: #000;
}

.body {}

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

img {
    max-width: 100%
}


.header {
    position: relative;

}






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

.nav-item {
    position: relative;

}

.nav-item a {
    color: #000 !important;
    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;
}






.bg-theme {
    position: relative;
    top: 0;
    z-index: 10;
    padding: 10px;
}

.yanson {

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

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

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}



.navbar-expand-lg .navbar-nav {
    justify-content: end;
}


.nav-fill .nav-item,
.nav-fill>.nav-link {
    flex: 0.02 0 auto;
}

.general_nav .navbar-nav {
    justify-content: center;
}

.general_nav {
    background: #e4470b;
    margin-bottom: 20px;
}

.general_nav .nav-item a {
    color: #fff !important;
    padding: 15px;
    font-size: 17px;
    border-radius: 10px;
}

.general_nav .nav-fill .nav-item,
.nav-fill>.nav-link {
    flex: 0.08 1 auto;
}


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

.dropdown ul li a {
    padding: 10px;
    display: block;
    text-decoration: none;
}

.dropdown ul li a:hover {
    background: #783217;
    color: #f3f3f3 !important;
}

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

.general_nav .dropdown a {
    border-radius: 0px !important;
}


.next-events {
    margin-bottom: 50px;
}

.invitation {
    padding: 20px;
    margin-bottom: 50px;
}

.fast-menu {
    display: flex;
    margin-bottom: 50px;
}

.fast-menu .box {
    position: relative;
    box-shadow: 0px 0px 3px #727272;
    width: calc(100% - 20px);
    margin: 10px;
}

.fast-menu .box img {
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.fast-menu .box a {
    position: absolute;
    background: #857099d6;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    top: 0;
    font-weight: bold;
    font-size: 20px;
    transition: 1s;
    text-decoration: none;
}

.fast-menu .box a:hover {
    transition: 1s;
    color: #fff;
    background: #0000001f;
}

.invitation .button {
    background: #886fb0;
    color: #fff;
    padding: 10px;
    text-decoration: none;
    display: inline-block;
    width: 200px;
    text-align: center;
    transition: 1s;
}

.invitation .button:hover {
    background: #48395f;

}

.next-events {
    position: relative;
    display: inline-block;
}

.next-events span {
    position: absolute;
    bottom: 20px;
    left: -30px;
    background: #886fb0;
    width: 200px;
    height: 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    transition: 1s;
}

.next-events span::before {
    content: '';
    position: absolute;
    top: -11px;
    left: -1px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 11.5px 33px 11.5px 0;
    border-color: transparent #3f3058 transparent transparent;
    transform: rotate(0deg);
    z-index: -1;
}



.past-events {
    position: relative;
    display: inline-block;
}

.past-events span {
    position: absolute;
    bottom: 20px;
    left: -30px;
    background: #4d4d4d;
    width: 200px;
    height: 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    transition: 1s;
}

.past-events span::before {
    content: '';
    position: absolute;
    top: -11px;
    left: -1px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 11.5px 33px 11.5px 0;
    border-color: transparent #2f2f2f transparent transparent;
    transform: rotate(0deg);
    z-index: -1;
}

h1 {
    color: #fff;
    background: #e4470b;
    margin-bottom: 25px;
    border-radius: 10px;
    padding: 5px;
padding-left: 15px;
}

h2 {
    color: #fff;
    background: #013cfe;
    margin-bottom: 25px;
    padding: 5px;
    text-align: center;
    font-size: 28px;
}

h3 {
    font-size: 24px;
    color: #f06e3d;
}

.next-events:hover span {
    bottom: 100px;
}

.past-events:hover span {
    bottom: 50px;
}

.submit {
    color: #fff;
    background: #886fb0;
    ;
}

.submit:checked+.btn,
.submit,
.btn.show,
.submit:first-child:active,
:not(.submit)+.submit:active {
    background: #886fb0;
    ;
}

.submit:hover {
    background: #07304d;
    ;
    color: #fff;
}

.boxes {
    display: flex;
    justify-content: center;
}

.boxes .box {
    width: 200px;
    height: 200px;
    box-shadow: 0px 0px 5px 3px #dedede;
    position: relative;
    border-radius: 10px;
    background: #fff;
    margin-right: 40px;
    display: flex;
    justify-content: end;
    flex-direction: column;
    align-items: center;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

.boxes .box:hover {
    box-shadow: 0px 0px 10px 0px #000;
    color: #f06e3d;
}

.boxes .box .icon img {
    max-width: 40px;
    margin-bottom: 15px;
}

.boxes .box .icon::before {
    content: '';
    position: absolute;
    width: 25px;
    height: 30px;
    background: #e4470b;
    top: -20px;
    left: 20px;
}

.boxes .box .icon::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 30px;
    background: #e4470b;
    top: -20px;
    right: 20px;
}



.boxes .box .bottom-circle {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 28%;
}

.boxes .box .bottom-circle::before {
    content: '';
    position: absolute;
    width: 66px;
    height: 53px;
    border-radius: 50%;
    background: #e4470b;
    bottom: -23px;
    left: 30%;
}





/* ÖNEMLİ TARİHLER */
.boxing {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.boxing .date-top {
    position: relative;
    text-align: center;
}

.boxing .date-top span {
    position: absolute;
    top: 50px;
    color: #000;
    font-weight: 500;
    font-size: 24px;
    left: 60px;

}

.boxing .date-middle {
    position: relative;
}

.boxing .date-middle .important-date-slider {
    position: absolute;
    top: 5px;
    color: #000;
    max-width: 60%;
    left: 40px;
    text-align: center;
}

.boxing .date-middle .important-date-slider .number {
    font-size: 75px;
    font-weight: bold;
}

.boxing .date-middle .important-date-slider .month {
    font-size: 30px;
    font-weight: bold;
}

.boxing .date-middle .important-date-slider .text {
    font-size: 19px;
    margin-top: 50px;
    font-weight: bold;
}

.important-date-slider .owl-carousel .item {
    width: 100% !important;
}

.boxing .date-bottom {
    position: relative;
}




.congress-content {
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 3px 3px #dedede;
}




.general-informations {
    background: #f4f4f4;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.boxes .box .text {
    text-align: center;
}



@media (max-width: 991.98px) {
    .nav-item a {
        color: #fff !important;
    }

    .navbar {
        display: block;
    }

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

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

    .navbar-nav {
        background: #886fb0;

    }

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

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



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

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

    button:focus {
        outline: none;
    }

    .navbar-dark .navbar-toggler:hover {
        background: #3c3050;
        color: #fff;
    }

    .fast-menu .box a {
        font-size: 15px;
    }

    .boxes {
        align-items: center;
        flex-wrap: wrap;
    }

    .boxes .box {
        margin-bottom: 20px;
        margin-right: 20px;
    }

    .boxes .box .icon::before {
        display: none;
    }

    .boxes .box .icon::after {
        display: none;
    }

    .boxing {
        margin-top: 20px;
    }


    .dating {
        bottom: -44px;
    }
}