/* 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: #fafafa;
    /* background: url('../images/bg.jpg');
	background-attachment: fixed;
	background-size: cover;
	background-position: top; */


}

footer {
    background: #10445b;
    padding: 20px;
    color: #fff;
    text-align: center;
    font-weight: 200;
    font-size: 15px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

footer a {
    text-decoration: none;
    font-weight: normal;
    color: #e76800;
}

#home footer {
    padding-top: 30px
}

footer a {
    text-decoration: none;
    font-weight: normal;
    color: #e76800
}

img {
    max-width: 100%
}


.header {
    position: relative;

}

.headOne {
    position: relative;
}




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

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

.nav-item {
    position: relative;

}

.nav-item a {
    color: #fff !important;
    border-radius: 10px;
}

.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: 230px;
    padding: 0;
    list-style: none;
    background: #3f4291;
    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;
    border-radius: 0;
}

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


.bg-theme {
    background: #1fa139;
    position: sticky;
    top: 0;
    z-index: 10;
    padding: 5px;
}


.yanson {

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

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

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.congress-content {
    text-align: left;
    box-shadow: 0px 0px 3px 1px #ddd;
    padding: 15px;
}

.congress-content h1 {
    color: #1fa139;
    border-radius: 5px;
    padding: 10px 0px;
    font-size: 32px;
    margin-top: 20px;
    text-transform: uppercase;
}

.congress-content h2 {
    font-size: 22px;
    color: #e85832;
    margin: 0;
    margin-bottom: 5px;
}

.lang a {
    padding: 5px;
    text-align: center;
    width: 50px;
}


.lang span {
    color: #fff;
}

.header-section img {
    width: 100%;
    min-height: 100vh;

}

.header-section {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
    overflow-y: scroll;
}

/* .header-section::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 110px 0 110px 110px;
    border-color: transparent transparent transparent #898585a6;
    transform: rotate(0deg) translateY(-50%);
    z-index: 1;
}

.header-section::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 100px 0 100px 100px;
    border-color: transparent transparent transparent #ffffff;
    transform: rotate(0deg) translateY(-50%);
    z-index: 2;
} */

.base .navbar {
    display: none;
}

.home-left {
    margin: 0;
    padding: 10px 20px;
    position: relative;
    padding-bottom: 100px;
}

.home-right {
    margin: 0;
    padding: 0;
}

.invitation-button {
    background: #3aaade;
    color: #fff;
    padding: 10px;
    text-decoration: none;
    font-size: 18px;
    margin: 10px 0;
    border-radius: 5px;
}

.invitation-button:hover {
    color: #fff;
    text-decoration: none;
    color: #fff;
    background: #1fa139;
}

.boxes {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 65px;
}

.boxes .outer-box {
    background: linear-gradient(45deg, #fed500, #f26a22);
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px;
    padding: 10px;
    position: relative;
}

.boxes .outer-box .inner-box {
    background: #fff;
    width: 200px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 8px;
    flex-direction: column;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    color: #000;
}

.boxes .outer-box .inner-box:hover {
    box-shadow: 0px 0px 9px 0px #000000;
    cursor: pointer;
}

.boxes .outer-box .inner-box img {
    margin-bottom: 10px;
    height: 50px;
}

.boxes .outer-box::after {
    content: '⏵';
    position: absolute;
    background: linear-gradient(45deg, #f58619, #ee3452);
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
    width: 30px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 20px;
}

.boxes .outer-box:nth-child(2)::after {
    background: linear-gradient(45deg, #eb0684, #d81594);
}

.boxes .outer-box:nth-child(3)::after {
    display: none;
}

.boxes .outer-box:nth-child(2) .inner-box img {
    margin-left: 15px;
}

.boxes .outer-box:nth-child(3) .inner-box img {
    margin-left: 5px;
}

.boxes .outer-box:first-child {
    background: linear-gradient(45deg, #fed500, #f26a22);
}

.boxes .outer-box:nth-child(2) {
    background: linear-gradient(45deg, #f05231, #eb0585);
}

.boxes .outer-box:nth-child(3) {
    background: linear-gradient(45deg, #d01e97, #0775b5);
}

/* .home-menu {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 0;
}

.home-menu li {
    list-style-type: none;
    margin: 10px 0;
    font-weight: bold;
}

.home-menu li a {
    color: #000; 
    text-decoration: none;
}

.home-menu li:hover a {
    color: #1fa139;
} */

.impdate {
    background: linear-gradient(45deg, #8a8a8a, #151515);
    text-align: center;
    overflow: hidden;
    width: 100%;
    margin: auto;
    position: relative;
    display: flex;
    flex-direction: row;
    padding: 20px;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
}


.impdate .title {
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    margin-right: 50px;
    font-size: 20px;
    position: relative;
}

.impdate .title:after {
    content: ' ';
    position: absolute;
    box-shadow: 6px 0 5px #000;
    top: -20px;
    bottom: -20px;
    right: -20px;
    width: 1px;
}

.impdate .dates {
    color: #fff;
    font-size: 20px;
}


.impdate .word1,
.impdate .word2,
.impdate .word3 {
    font-weight: bolder;
    color: #fff;
}

.base {
    margin-bottom: 0;
}

.base .headOne {
    display: none;
}

.base-banner {
    display: none;
}


.redscreen {
    padding: 50px 0;
    margin: 50px 0;
    background: #f1f1f1;
    position: relative;
}

.redscreen .bg {
    display: block;
    background: #f1f1f1;
    height: 100%;
    position: absolute;
    top: 0;
    left: -3000px;
    right: -3000px;
    bottom: 0;
    content: " ";
}

.redscreen .bgcontent {
    position: relative;
}

.table-box {
    border-collapse: 2px;
    overflow: hidden;
    margin-bottom: 10px;
}

.table-box table {
    padding: 0;
    font-size: 15px;
}

.table-box td {
    color: #000;
    text-align: center;
    padding: 10px 0px;
}

.table-box td p {
    margin: 0;
}

.table-box thead tr {
    border-bottom: 1px solid #fff;
}

.table-box tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.table-box tbody tr:last-child {
    border: 1;
}

.content-web {
    text-align: left !important;
}

table {
    border-spacing: 2px !important;
    border-collapse: separate !important;
}

.hesapbilgileri {
    width: 50%;
}


.btn2 {
    display: block;
    width: 300px;
    padding: 15px;
    margin: auto;
    background: #3b708c;
    box-shadow: 0px 0px 9px #3b708c;
    color: #fff;
    border-radius: 33px;
    text-align: center;
    transition: 0.5s all;
    margin-bottom: 15px;
}

.btn2:hover {
    background: #1f81b5;
    text-decoration: none;
    color: #fff;
}

table td p {
    padding: 0;
}

.kayan-yazi {
    background: #222c49;
    padding: 10px 0px;
}

.kayitkonak {
    width: 100%;
}

.kurullar em {
    color: #0f74ba;
}

.text-area .contact {
    margin-bottom: 7px;
}
























/* ---------------------------- Mobile ---------------------------- */
@media (max-width: 768.98px) {
    .newbox .inner_box .text {
        font-size: 12px !important;
    }
    .newbox .inner_box .icon img {
    max-width: 90px !important;
}
    .newbox .inner_box{
       margin: 0 15px !important;
    }
}

@media (max-width: 991.98px) {

    .cta-button{
        bottom: 120px !important;
    }
    .hesapbilgileri {
        width: 100%;
    }

    .base .home-menu {
        display: none;
    }

    .headOne .base-banner {
        display: block;
    }

    .headOne img:not(.base-banner) {
        display: none;
    }

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

    .base .navbar {
        display: block;
    }

    .home-right {
        display: none;
    }

    .base {
        margin: 0;
    }

    body {
        overflow-y: scroll;
    }

    .boxes {
        flex-direction: column;
        align-items: center;
        margin-bottom: 100px;
        margin-top: 50px !important;
    }

    .boxes .outer-box::after {
        display: none;
    }

    .boxes .outer-box {
        width: 250px;
    }

    .impdate {
        position: fixed;
    }

    .newbox .inner_box .text {
        font-size: 14px;
    }

}

@media (max-width: 1199.98px) {

    .base .home-menu-bar,
    .inner-w-logo {

        display: none
    }
    .base .lang_home{
        display: none;
    }

    .base .home-menu {
        display: none;
    }

    .base .home-menu {
        display: none;
    }

    .home-right {
        display: none;
    }

    .base .headOne {
        display: block;
    }

    .base .headOne img:not(.base-banner) {
        display: none;
    }

    .base .base-banner {
        display: block;
    }

    .boxes {
        margin-bottom: 100px;
    }

    /* .base .home-menu {
        display: none;
    } */

    .base .navbar {
        display: block;
    }

}

@media (max-width: 1399.98px) {
    .boxes .outer-box .inner-box {
        width: 165px;
    }

    .boxes {
        margin-top: 35px;
    }
}

@media (max-width: 1499.98px) {
    .boxes {
        margin-top: 10px;
    }

    .boxes .outer-box {
        margin: 5px;
        padding: 5px;
    }
}

@media (min-width: 1499.98px) and (max-width: 1599.98px) {

    .boxes {
        margin-top: 15px;
    }

    .boxes .outer-box {
        margin: 10px;
        padding: 10px;
    }
}

div.shine:after {
    content: '';
    top: 0;
    transform: translateX(100%);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    animation: slide 5s infinite;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.8)), color-stop(99%, rgba(128, 186, 232, 0)), color-stop(100%, rgba(125, 185, 232, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#007db9e8', GradientType=1);
}

.headOne {
    overflow: hidden;
}

.header {
    overflow: hidden;
}

@keyframes slide {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

.last-box {
    border: 3px solid #ff9e00;
    border-radius: 20px;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    display: flex;
    padding: 15px;
    /* margin: 5px; */
    margin-right: 24px;
    font-weight: 500;
    color: #ab2424;

}

.body .home-menu-bar {
    position: absolute;
    right: 20px;
    top: 42px;
    font-size: 36px;
    z-index: 999;
}

.body .home-menu-bar a {
    color: #1fa139;
    text-decoration: none;
}

.body .lang_home {
    position: absolute;
    right: 75px;
    top: 40px;
    font-size: 36px;
    z-index: 999;
}

.body .home-menu {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: absolute;
    left: 0;
    width: 400px;
    top: 0;
    box-shadow: 0 0 10px #ededed;
    padding: 10px;
    border-radius: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    margin-left: -400px;
    background: #fff;
    bottom: 0;
    z-index: 2;
    margin-bottom: 0
}

.body .home-menu.active {
    visibility: visible;
    opacity: 1;
    margin-left: 0px;
}

.body .home-menu li.nav-item {
    list-style-type: none;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
}

.body .home-menu li.nav-item:last-child {
    border: none;
}

.body .home-menu li.nav-item.logo img {
    width: 100px;
}

.body .home-menu li.nav-item a.nav-link {
    color: #000 !important;
    text-decoration: none;
    transition: 0.5s;
    padding: 15px 10px;
    display: block;
    font-size: 17px
}

.body .home-menu li.nav-item a.nav-link i {
    float: right;
    color: #000 !important;
}


.body .home-menu li.nav-item:hover a.nav-link,
.body .home-menu li.nav-item:hover a.nav-link:hover {
    color: #fff !important;
    background: #1fa139;
    border-radius: 0;
}

.body .home-menu li.nav-item:hover a.nav-link i,
.body .home-menu li.nav-item:hover a.nav-link:hover i {
    color: #fff !important;
}

.body .home-menu .dropdown ul {
    position: relative;
    padding: 0;
    list-style: none;
    background: #614c91;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: hidden;
    transition: 1s;
    text-align: left;
    margin: 0 5px;
    width: calc(100% - 10px);
    margin-bottom: 20px;
    visibility: hidden;
    opacity: 0;
    display: none;
}

.body .home-menu .dropdown:hover>ul {
    opacity: 1;
    visibility: visible;
    display: block;
}

.body .home-menu .dropdown ul li a {
    display: block;
    padding: 10px;
    border-radius: 0;
    text-decoration: none;

}

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

.newbox .inner_box {
    margin: 0 55px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;

}

.newbox .inner_box .text {
    color: #000;
    font-weight: bold;
    text-align: center;
    transition: 1s;
}

.newbox .inner_box .icon img {
    transition: 1s;
    max-width: 130px;
}

.newbox .inner_box:hover .text {
    color: #1fa139;
}

.newbox .inner_box:hover .icon img {
    transform: scale(0.8);
}
.cta-button {
  position: fixed;
 bottom: 90px;
  right: 20px;
  background-color: #ff5722;
  color: white;
  padding: 15px 25px;
  border-radius: 30px;
  font-size: 16px;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  z-index: 1000;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #e64a19;
}