﻿@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&display=swap');

body {
    font-family: "Dosis", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    /* background-image: url(../images/bg.jpg); */
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #e1e1e1;
}

}

.banner {
    background: url(../images/bg.png) no-repeat;
}

.bg-dark {
    background-color: #fdfdfd !important;
}

.navbar {
    font-size: 14px;
    padding: 0 !important;
    background-image: url("../images/pattern.png");
    border-opğü,a: 1px solid #f15280;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    border-top: 3px solid #FFF;
    border-bottom: 3px solid #FFF;
}

.navbar-dark .navbar-nav .nav-link {
    color: #6c4a95;
    padding: .7rem 1rem;
    font-size: 16px;
    font-weight: 600;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #FFFFFF;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    background-color: #FFFFFF;
    color: #50a387;
}

.navbar-light .navbar-toggler {
    border-color: transparent !important;
}

.navbar-toggle .icon-bar {
    background: #b72828;
}

#icerik {
    background-color: #ffffffcf;
    border: 1px solid #E0E0E0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.09);
    border-radius: 10px 5px;
    color: #1c1c1c;
}

#sidebar {
    background-color: #ffffffcf;
    border: 1px solid #E0E0E0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.09);
    border-radius: 5px 5px;
}

.baslik {
    background: linear-gradient(37deg,rgba(235, 88, 133, 1) 0%, rgba(194, 52, 132, 1) 24%, rgba(146, 51, 138, 1) 46%, rgba(92, 188, 186, 1) 100%);
    /*background-image: url("../images/pattern.png");*/
    color: #FFFFFF;
    padding: 5px 10px;
    font-size: 23px;
    margin-bottom: 10px;
    font-weight: 600;
    letter-spacing: 0.03rem;
    border-radius: 4px;
    /*border: 1px solid #50a387;*/
}

.arsivbaslik {
    width: 100%;
    min-height: 25px;
    background-color: #c18eae;
    color: #fff;
    padding: 7px 10px;
    font-size: 1.3rem;
}

.oturumbaslik {
    background-color: #cb97b5;
    background-image: url(../images/pattern.png);
    color: #FFFFFF;
    padding: 5px 10px;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
    letter-spacing: 0.1rem;
    border-radius: 4px;
    border: 1px solid #cb97b5;
}

.sayacyazi {
    color: #763a8e;
    font-size: 16px;
    font-weight: 500;
    margin-right: 5px;
}

#cd-day {
    font-size: 26px;
    color: #f39984;
    font-weight: 600;
}

#cd-hr {
    font-size: 26px;
    color: #e83a80;
    font-weight: 600;
}

#cd-min {
    font-size: 26px;
    color: #7c3c90;
    font-weight: 600;
}

#cd-sec {
    font-size: 26px;
    color: #5a9fb1;
    font-weight: 600;
}

#duyuru li {
    color: #e83a80;
    overflow: hidden;
    height: 35px;
    line-height: 37px;
    list-style: none;
    font-size: 17px;
    text-align: left;
    padding-top: 2px;
    font-weight: 500;
}

#banner ul {
    margin-bottom: 0px !important;
}

.kayittablo tr td {
    padding: 5px;
}

footer {
    background-color: #5aa5b2;
    background-image: url("../images/pattern.png");
    margin-top: 50px;
    padding: 20px;
    font-weight: 400;
    color: #FFFFFF;
    font-size: 16px
}

header {
    overflow: hidden;
}

#icerik li {
    /*list-style: none;*/
    padding: 5px 0;
}

.ustbaslik {
    color: #3f6798;
    font-weight: bold;
    font-size: 21px;
    text-align: left !important
}

.altbaslik {
    color: #3f6798;
    font-weight: bold;
}

.h-61 {
    height: 61%
}

@media screen and (max-width: 375px) {
    #ciger2 {
        padding-top: 130px
    }
}

@media screen and (max-width: 360px) {
    #ciger2 {
        padding-top: 80px
    }
}

#sosyal {
    margin-bottom: 35px !important;
    margin: 0 auto
}

.btn-youtube {
    color: #fff;
    background-color: #c4302b;
    border-color: #c4302b;
}

.btn-facebook {
    color: #fff;
    background-color: #4267b2;
    border-color: #4267b2;
}

.btn-twitter {
    color: #fff;
    background-color: black;
    border-color: black;
}

.btn-instagram {
    color: #fff;
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    border-color: #ec8436;
}

    .btn-facebook:hover, .btn-twitter:hover, .btn-instagram:hover, .btn-youtube:hover {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -ms--transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
        color: #FFFFFF;
    }

.navbar-default .navbar-nav > li.dropdown:hover > a,
.navbar-default .navbar-nav > li.dropdown:hover > a:hover,
.navbar-default .navbar-nav > li.dropdown:hover > a:focus {
    background-color: rgb(231, 231, 231);
    color: rgb(85, 85, 85);
}

li.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown-menu {
    margin-top: 0 !important
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #FFF;
    text-decoration: none;
    background-color: #5b8dad;
    transition: 0.7s;
}

/*GirisTR*/
#dil .btn-outline-danger:hover {
    background-color: #f3a184;
    border-color: #FFFFFF;
}

#dil .btn-outline-danger {
    background-color: #ffffff;
    color: #d73a82;
    border: 1px solid #d73a82;
    transition: 0.75s;
}

    #dil .btn-outline-danger:hover {
        color: #ffffff;
    }

#dil .btn-outline-primary {
    background-color: #FFFFFF;
}

    #dil .btn-outline-primary:hover {
        background-color: #be94a7;
        border-color: #be94a7;
    }

#ciger {
    transform-box: fill-box;
    transform-origin: center;
    animation: ciger 7s ease-in-out infinite;
}

@keyframes ciger {
    0% {
        transform: translate(1687.91px, 23.04px) scale(1);
    }

    25% {
        transform: translate(1687.91px, 23.04px) scale(1.2);
    }

    50% {
        transform: translate(1687.91px, 23.04px) scale(1);
    }

    75% {
        transform: translate(1687.91px, 23.04px) scale(1.2);
    }

    100% {
        transform: translate(1687.91px, 23.04px) scale(1);
    }
}



/*Davet*/
.cerceve {
    overflow: hidden;
    width: 120px;
    height: 118px;
    border: 2.5px solid #00579e;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 7px;
    margin: 0 auto;
}

.kurullar .cerceve {
    box-shadow: 0px 0px 14px 0px #8c8c8c7d;
    color: white;
    border-radius: 50%;
    overflow: hidden;
    width: 180px;
    display: flex;
    align-items: center; /* dikey ortalama */
    justify-content: center; /* yatay ortalama */
    height: 180px;
    box-sen CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
    box-sen CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
    box-sen CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
    box-sen CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
    box-sen CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
    box-sen CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
}

    .kurullar .cerceve img {
        width: 100%;
    }


.kurullar .kurul-row .col-lg-4 {
    margin-bottom: 10%;
}

.kurullar .kongre-isim {
    position: absolute;
    /* background-color: #1b4754; */
    padding: 1px 6px;
    top: 83%;
    left: 0;
    text-align: left;
}

    .kurullar .kongre-isim span:first-child {
        border-radius: 3px;
        font-size: 12px;
        display: inline-block;
        margin-bottom: 3px;
        padding: 2px 5px;
        background: #464196;
        background: linear-gradient(0deg, rgb(65 120 150) 0%, rgb(0 75 89) 100%);
        color: #e9e9e9;
    }

    .kurullar .kongre-isim span:last-child {
        border-radius: 3px;
        padding: 2px 6px;
        color: #ffffff;
        background: #464196;
        background: linear-gradient(0deg, rgb(65 120 150) 0%, rgb(0 75 89) 100%);
    }

/*EN - NAV */

.nav-link-en {
    height: 100%;
}

.nav-link-tr {
    height: 100%;
}

.dropdown-en .dropdown-item {
    font-size: 15px !important;
    font-weight: 500;
}

.AlseinTable {
    width: 100%;
    border-collapse: separate;
    border-spacing: 3px;
}

    .AlseinTable td:first-child {
        color: #ff0000;
        width: 8px;
    }

    .AlseinTable td:nth-child(2) {
        background-color: #3e417b;
        color: white;
        border-radius: 3px;
        width: 180px;
        text-align: center;
        padding: 0 3px;
    }

.banner {
    position: relative;
}

    .banner img:nth-child(2) {
        position: absolute;
        right: 24%;
        top: 50%;
        transform: translateY(-50%);
        animation: scale 1.5s ease-in-out infinite alternate;
        width: 13%;
    }

@keyframes scale {
    from {
        transform: translateY(-50%) scale(0.95);
    }

    to {
        transform: translateY(-50%) scale(1.25);
    }
}

@media screen and (max-width: 765px) {
    .banner img:nth-child(2) {
        width: 12%;
    }
}

.index-banner {
    position: relative;
}

.girissayfasi {
    height: 100vh;
}

.header-bar {
    background-color: #ffffff;
}

.index-banner img:nth-child(2) {
    position: absolute;
    right: 7%;
    top: 59%;
    transform: translateY(-50%);
    animation: scale 1.5s ease-in-out infinite alternate;
    width: 21%;
}

@keyframes scale {
    from {
        transform: translateY(-50%) scale(0.95);
    }

    to {
        transform: translateY(-50%) scale(1.25);
    }
}

@media screen and (max-width: 1300px) {
    .navbar {
        font-size: 13px;
    }

    .navbar-dark .navbar-nav .nav-link {
        color: #6c4a95;
        padding: .7rem .5rem;
        font-size: 16px;
        font-weight: 600;
    }

    #cd-day {
        font-size: 21px;
    }

    #cd-hr {
        font-size: 21px;
    }

    #cd-min {
        font-size: 21px;
    }

    #cd-sec {
        font-size: 21px;
    }
}

@media screen and (max-width: 1200px) {
    .index-banner img:nth-child(2) {
        right: 7%;
    }
}

.blink {
    animation: blinker 2s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}


#form1 nav button span {
    color: #04327c !important
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #FFF;
    background-color: #5b8dad;
    border-radius: 25px;
    transition: 0.7s;
}

.dropdown-item {
    font-size: 17px;
}


/*BTN*/

a:hover {
    text-decoration: none !important;
}

.animated-button {
    background: linear-gradient(-30deg, #0b1b3d 50%, #08142b 50%);
    padding: 20px 40px;
    margin: 12px;
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    overflow: hidden;
    color: #d4e0f7;
    font-size: 20px;
    letter-spacing: 2.5px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

    .animated-button::before {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: #8592ad;
        opacity: 0;
        -webkit-transition: .2s opacity ease-in-out;
        transition: .2s opacity ease-in-out;
    }

    .animated-button:hover::before {
        opacity: 0.2;
    }

    .animated-button span {
        position: absolute;
    }

        .animated-button span:nth-child(1) {
            top: 0px;
            left: 0px;
            width: 100%;
            height: 2px;
            background: -webkit-gradient(linear, right top, left top, from(rgba(8, 20, 43, 0)), to(#2662d9));
            background: linear-gradient(to left, rgba(8, 20, 43, 0), #2662d9);
            -webkit-animation: 2s animateTop linear infinite;
            animation: 2s animateTop linear infinite;
        }

@-webkit-keyframes animateTop {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes animateTop {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.animated-button span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 20, 43, 0)), to(#2662d9));
    background: linear-gradient(to top, rgba(8, 20, 43, 0), #2662d9);
    -webkit-animation: 2s animateRight linear -1s infinite;
    animation: 2s animateRight linear -1s infinite;
}

@-webkit-keyframes animateRight {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes animateRight {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

.animated-button span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(8, 20, 43, 0)), to(#2662d9));
    background: linear-gradient(to right, rgba(8, 20, 43, 0), #2662d9);
    -webkit-animation: 2s animateBottom linear infinite;
    animation: 2s animateBottom linear infinite;
}

@-webkit-keyframes animateBottom {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes animateBottom {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.animated-button span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 20, 43, 0)), to(#2662d9));
    background: linear-gradient(to bottom, rgba(8, 20, 43, 0), #2662d9);
    -webkit-animation: 2s animateLeft linear -1s infinite;
    animation: 2s animateLeft linear -1s infinite;
}

@-webkit-keyframes animateLeft {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@keyframes animateLeft {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

.animated-button1 {
    background: linear-gradient(-30deg, #ffebe5 50% 50%, #fff7f4 50%);
    padding: 5px 5px;
    margin: 4px;
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    overflow: hidden;
    color: #df4e84;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 2.5px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.5);
}

    .animated-button1::before {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: #ad8585;
        opacity: 0;
        -webkit-transition: .2s opacity ease-in-out;
        transition: .2s opacity ease-in-out;
    }

    .animated-button1:hover::before {
        opacity: 0.2;
    }

    .animated-button1 span {
        position: absolute;
    }

        .animated-button1 span:nth-child(1) {
            top: 0px;
            left: 0px;
            width: 100%;
            height: 2px;
            background: -webkit-gradient(linear, right top, left top, from(rgba(43, 8, 8, 0)), to(#d92626));
            background: linear-gradient(to left, rgba(43, 8, 8, 0), #df4e84);
            -webkit-animation: 2s animateTop linear infinite;
            animation: 2s animateTop linear infinite;
        }

@keyframes animateTop {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.animated-button1 span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 8, 8, 0)), to(#d92626));
    background: linear-gradient(to top, rgba(43, 8, 8, 0), #df4e84);
    -webkit-animation: 2s animateRight linear -1s infinite;
    animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

.animated-button1 span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(43, 8, 8, 0)), to(#d92626));
    background: linear-gradient(to right, rgba(43, 8, 8, 0), #df4e84);
    -webkit-animation: 2s animateBottom linear infinite;
    animation: 2s animateBottom linear infinite;
}

@keyframes animateBottom {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.animated-button1 span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 8, 8, 0)), to(#d92626));
    background: linear-gradient(to bottom, rgba(43, 8, 8, 0), #df4e84);
    -webkit-animation: 2s animateLeft linear -1s infinite;
    animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

a.animated-button1:hover {
    color: #6e4493;
}

/*BTN*/
