﻿/* FONT */
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Oswald:wght@200;300;400;500;600&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');


/* GENEL */
html, body {
    scroll-behavior: smooth;
}

body {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    box-sizing: border-box !important;
    overflow: auto;
    background-color: #ffffff !important;
    color: #1e293b !important;
    overflow-x: hidden;
}

.bg-light {
    background-color: #71717100 !important;
}

.blink {
    animation: blinker 2s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}




.navbar {
    background-color: #7b7dad;
    font-size: 6px;
    padding: 0 !important;
    /* position: fixed; */
    width: 100%;
}

.navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
    padding: 1.3rem 0.9rem !important;
    font-size: 19px;
    font-weight: bold;
}

    .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
        color: #c31515;
    }

.navbar-nav a {
    line-height: 1;
    display: inline-block;
    color: #0e1fec;
    text-decoration: none;
}

    .navbar-nav a:after {
        display: block;
        content: "";
        height: 2px;
        margin-top: 3px;
        width: 0%;
        background-color: #ffffff;
        transition: width .3s ease-in-out;
    }

    .navbar-nav a:hover:after, .navbar-nav a:focus:after {
        width: 100%;
    }

.dropdown-menu {
    color: #fff !important;
    background-color: #6b8bcb !important;
}

.dropdown-item {
    color: #fff !important;
}

.navbar-dark .navbar-toggler {
    border-color: #ff000000 !important;
}

/*.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23ffffff' fill-opacity='0.08' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
}*/

.dropdown > .dropdown-menu {
    top: 200%;
    transition: 0.3s all ease-in-out;
}

.dropdown:hover > .dropdown-menu {
    display: block;
    top: 95%;
}

.dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #32514c !important;
    text-decoration: none;
    background-color: #fff;
}

.bayrak:hover {
    border: none !important;
}

.banner {
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    /* Beyaz arkaplanda sırıtmaması ve canlı durması için şık bir gradyan */
    background: linear-gradient(135deg, #722789 9%, #792c91 48%, #6983c7 65%) !important;
    opacity: 1 !important;
    /* box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15); */
}

.icerik {
    border: 1px solid #cbd5e1;
    margin: 10px 10px;
    padding: 10px 10px 20px 10px;
    border-radius: 10px;
    min-height: 400px;
    background-color: #f8fafc;
    color: #1e293b !important;
}

.swiper-slide {
    padding: 0 5px;
}

@media screen and (max-width: 1199px) {
    #icerik {
        border: none;
        box-shadow: none;
    }
}

@media screen and (max-width: 992px) {
    .swiper-bg {
        padding: 1.5rem !important;
    }
}

@media screen and (max-width: 768px) {
    .Onemli-Tarih {
        margin-right: 0 !important;
    }

    .duyurular {
        flex-wrap: wrap;
    }
}

.Onemli-Tarih {
    background-color: #f8fafc;
    color: #1e293b !important;
    font-weight: bold;
}

.swiper-bg {
    border: 1px solid #cbd5e1;
    background-color: #f8fafc;
    color: #1e293b !important;
}

.arrow {
    color: #27397e;
    font-size: 30px;
}

#sidebar {
    background-color: #f8fafc;
    border: 1px solid #cbd5e1;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    border-radius: 10px 5px;
    color: #1e293b !important;
}

.baslik {
    background-color: #883e97;
    color: #FFFFFF;
    padding: 8px 10px;
    font-size: 23px;
    margin-bottom: 10px;
    font-weight: bold;
    letter-spacing: 0.1rem;
    border-radius: 4px;
    text-align: center;
}

    .baslik hr {
        margin-top: .5rem;
        margin-bottom: .5rem;
        border: 0;
        border-top: 1px solid rgb(255 255 255);
    }

.minibaslik {
    font-weight: bold;
    color: #ec690e !important;
}

.sayacyazi {
    color: #FFFFFF;
    font-size: 12px;
}

#cd-day {
    font-size: 20px;
    color: #FFFFFF;
}

#cd-hr {
    font-size: 20px;
    color: #FFFFFF;
}

#cd-min {
    font-size: 20px;
    color: #FFFFFF;
}

#cd-sec {
    font-size: 20px;
    color: #FFFFFF;
}

#duyuru li {
    color: #FFFFFF;
    overflow: hidden;
    height: 100px;
    line-height: 25px;
    list-style: none;
    font-size: 16px;
    text-align: left;
    padding-top: 2px
}

#duyuru .serviceBox {
    color: #fff !important;
    text-align: center;
    padding: 15px 15px 20px 80px;
    position: relative;
    z-index: 1;
}

    #duyuru .serviceBox:before,
    #duyuru .serviceBox:after {
        content: '';
        border: 4px solid #fff !important;
        position: absolute;
        left: 28px;
        top: 0;
        right: 0;
        bottom: 0;
        clip-path: polygon(0 0, 65% 0%, 50% 100%, 0% 100%);
    }

    #duyuru .serviceBox:after {
        clip-path: polygon(95% 15%, 100% 15%, 100% 100%, 95% 100%);
    }

    #duyuru .serviceBox .service-icon {
        color: #fff;
        background-color: var(--main-color);
        font-size: 30px;
        line-height: 60px;
        height: 60px;
        width: 60px;
        margin: 0 0 15px;
        transform: translateY(-50%);
        position: absolute;
        left: 0;
        top: 50%;
    }

    #duyuru .serviceBox .title {
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 0.5px;
        text-transform: capitalize;
        margin: 0 0 10px;
    }

    #duyuru .serviceBox .description {
        font-size: 14px;
        line-height: 16px;
        margin: 0;
    }

    #duyuru .serviceBox.orange {
        --main-color: #F97406;
    }

    #duyuru .serviceBox.pink {
        --main-color: #FF0748;
    }

@media only screen and (max-width: 1199px) {
    #duyuru .serviceBox {
        margin: 0 0 40px;
    }
}

.header-bar ul {
    margin-bottom: 0px !important;
}

footer {
    background-color: #9a35e3;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='16' viewBox='0 0 16 32'%3E%3Cg fill='%23ffffff' fill-opacity='0.06'%3E%3Cpath fill-rule='evenodd' d='M0 24h4v2H0v-2zm0 4h6v2H0v-2zm0-8h2v2H0v-2zM0 0h4v2H0V0zm0 4h2v2H0V4zm16 20h-6v2h6v-2zm0 4H8v2h8v-2zm0-8h-4v2h4v-2zm0-20h-6v2h6V0zm0 4h-4v2h4V4zm-2 12h2v2h-2v-2zm0-8h2v2h-2V8zM2 8h10v2H2V8zm0 8h10v2H2v-2zm-2-4h14v2H0v-2zm4-8h6v2H4V4zm0 16h6v2H4v-2zM6 0h2v2H6V0zm0 24h2v2H6v-2z'/%3E%3C/g%3E%3C/svg%3E");
    padding: 20px;
    font-weight: 400;
    color: #FFFFFF
}

.header-bar {
    background-color: #1a9689 !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='16' viewBox='0 0 16 32'%3E%3Cg fill='%23ffffff' fill-opacity='0.1'%3E%3Cpath fill-rule='evenodd' d='M0 24h4v2H0v-2zm0 4h6v2H0v-2zm0-8h2v2H0v-2zM0 0h4v2H0V0zm0 4h2v2H0V4zm16 20h-6v2h6v-2zm0 4H8v2h8v-2zm0-8h-4v2h4v-2zm0-20h-6v2h6V0zm0 4h-4v2h4V4zm-2 12h2v2h-2v-2zm0-8h2v2h-2V8zM2 8h10v2H2V8zm0 8h10v2H2v-2zm-2-4h14v2H0v-2zm4-8h6v2H4V4zm0 16h6v2H4v-2zM6 0h2v2H6V0zm0 24h2v2H6v-2z'/%3E%3C/g%3E%3C/svg%3E");
}

#icerik li {
    /*list-style: none;*/
    padding: 5px 0;
}

.kayit-tablo {
    border-collapse: separate;
    border-spacing: 3px;
}

    .kayit-tablo tr td {
        font-size: 14px;
        text-align: center;
        padding: 4px;
        border: 1px solid transparent;
        border-radius: 8px;
    }

    .kayit-tablo tr:nth-child(1) {
        background-color: #6d6d6d;
        color: #fff;
    }

    .kayit-tablo tr {
        background-color: #f1f5f9;
        color: #1e293b !important;
    }

.konaklama-tablo {
    border-collapse: separate;
    border-spacing: 3px;
}

    .konaklama-tablo tr td {
        font-size: 14px;
        text-align: center;
        padding: 4px;
        border: 1px solid transparent;
        border-radius: 8px;
    }

    .konaklama-tablo tr:nth-child(1), .konaklama-tablo tr:nth-child(2) {
        background-color: #6d6d6d;
        color: #fff;
    }

    .konaklama-tablo tr {
        background-color: #f1f5f9;
        color: #1e293b !important;
    }

.ustbaslik {
    color: #2d3264;
    font-weight: bold;
    font-size: 21px;
    text-align: left !important
}

.altbaslik, .altbaslik2 {
    position: relative;
    padding: 10px 0;
    color: #cf105a;
    font-weight: bold;
    display: inline-block; /* Genişliği içeriğe göre ayarlamak için */
}

    /* Alt çizgi efekti */
    .altbaslik::after,
    .altbaslik2::after {
        content: "";
        position: absolute;
        bottom: 3px;
        left: 0;
        width: 100%; /* Başlangıçta elemanın tamamını kapla */
        height: 4px;
        background: linear-gradient(90deg, #cf105a, #fe7916, #fe4125);
        border-radius: 10px;
        transition: width 0.3s ease-in-out;
    }

    /* Hover (Üzerine gelince daralt) */
    .altbaslik:hover::after,
    .altbaslik2:hover::after {
        width: calc(100% - 20px); /* 20px daralt */
        /* Ortalamak için 10px kaydır */
    }



.krmz {
    color: #cc0000;
}

.btn {
    border-radius: 0 !important;
}

.btn-squared-default-plain {
    width: 100% !important;
    height: 100% !important;
    padding-bottom: 19px;
}

.btn-1 {
    background-color: #2f3492 !important;
    border: 3px solid #2f3492 !important;
}

    .btn-1:hover {
        opacity: 0.95
    }

.btn-2 {
    background-color: #ec1b26 !important;
    border: 3px solid #ec1b26 !important;
}

    .btn-2:hover {
        opacity: 0.95
    }

.btn-3 {
    background-color: #3dad4a !important;
    border: 3px solid #3dad4a !important;
}

    .btn-3:hover {
        opacity: 0.95
    }

.btn-4 {
    background-color: #8c2991 !important;
    border: 3px solid #8c2991 !important;
}

    .btn-4:hover {
        opacity: 0.95
    }

#goToTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 18px;
    z-index: 99;
    font-size: 14px;
    border: none;
    outline: none;
    background-color: #e92876;
    color: white;
    cursor: pointer;
    padding: 9px;
    border-radius: 4px;
    box-shadow: rgb(0 0 0 / 35%) 0px 2px 2px;
    transition: 0.5s all;
}

    #goToTop:hover {
        box-shadow: 1px 1px 9px 1px rgb(0 0 0 / 25%), -2px -1px 9px 1px rgb(0 0 0 / 22%);
        opacity: 0.9;
    }

.kktablo {
    border-collapse: separate;
    border-spacing: 3px;
}

    .kktablo tr td {
        text-align: center;
        padding: 7px;
        border: 1px solid transparent;
        border-radius: 8px;
    }

    .kktablo tr:nth-child(1) {
        background-color: #d91376;
        color: #fff;
    }

    .kktablo tr {
        background-color: #f1f5f9;
        color: #1e293b !important;
    }

h1 {
    text-align: center;
    position: relative;
    color: #ffffff;
    margin: -0px -20px 20px -20px;
    padding: 10px 0;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
    /* Canlı mavi-mor-pembe geçişi */
    background: linear-gradient(to right, #2563eb 0%, #9333ea 50%, #ec4899 100%);
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 1px;
}

    h1::before,
    h1::after {
        content: '';
        position: absolute;
        border-style: solid;
        border-color: transparent;
        bottom: -10px;
    }

    h1::before {
        border-width: 0 10px 10px 0;
        border-right-color: #222;
        left: 0;
    }

    h1::after {
        border-width: 0 0 10px 10px;
        border-left-color: #222;
        right: 0;
    }



/* Button */

/*
 * Animated CSS button
 * Copyright Alexander Bodin 2019-09-07
 *
 * Useage: .class {@import button($button-size, $hue, $sat);}
 */
.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);
    transition: 1.5s;
}

    .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, #ebf3f7 50%, #ffffff 50%); */
    padding: 20px;
    margin: 12px 0;
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
    /* transform: translate(0%, 0%); */
    overflow: hidden;
    color: #bd4e91;
    font-weight: bold;
    width: 90%;
    font-size: 16px;
    letter-spacing: 1px;
    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);
    transition: 1s;
}

    .animated-button1::before {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: #453d3d;
        opacity: 0;
        -webkit-transition: .2s opacity ease-in-out;
        transition: .2s opacity ease-in-out;
    }

    .animated-button1:hover::before {
        opacity: 0.2;
    }

    .animated-button1:hover {
        color: #385beb !important;
        transform: translateY(4px);
    }

    .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), #f7dd0e);
            -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), #0e9ed9);
    -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), #b33c84);
    -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), #0791d5);
    -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%);
    }
}

.animated-button2 {
    background: linear-gradient(-30deg, #3d240b 50%, #2b1a08 50%);
    padding: 20px 40px;
    margin: 12px;
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    overflow: hidden;
    color: #f7e6d4;
    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-button2::before {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: #ad9985;
        opacity: 0;
        -webkit-transition: .2s opacity ease-in-out;
        transition: .2s opacity ease-in-out;
    }

    .animated-button2:hover::before {
        opacity: 0.2;
    }

    .animated-button2 span {
        position: absolute;
    }

        .animated-button2 span:nth-child(1) {
            top: 0px;
            left: 0px;
            width: 100%;
            height: 2px;
            background: -webkit-gradient(linear, right top, left top, from(rgba(43, 26, 8, 0)), to(#d98026));
            background: linear-gradient(to left, rgba(43, 26, 8, 0), #d98026);
            -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-button2 span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 26, 8, 0)), to(#d98026));
    background: linear-gradient(to top, rgba(43, 26, 8, 0), #d98026);
    -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-button2 span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(43, 26, 8, 0)), to(#d98026));
    background: linear-gradient(to right, rgba(43, 26, 8, 0), #d98026);
    -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-button2 span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 26, 8, 0)), to(#d98026));
    background: linear-gradient(to bottom, rgba(43, 26, 8, 0), #d98026);
    -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%);
    }
}

.animated-button3 {
    background: linear-gradient(-30deg, #3d3d0b 50%, #2b2b08 50%);
    padding: 20px 40px;
    margin: 12px;
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    overflow: hidden;
    color: #f7f7d4;
    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-button3::before {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: #adad85;
        opacity: 0;
        -webkit-transition: .2s opacity ease-in-out;
        transition: .2s opacity ease-in-out;
    }

    .animated-button3:hover::before {
        opacity: 0.2;
    }

    .animated-button3 span {
        position: absolute;
    }

        .animated-button3 span:nth-child(1) {
            top: 0px;
            left: 0px;
            width: 100%;
            height: 2px;
            background: -webkit-gradient(linear, right top, left top, from(rgba(43, 43, 8, 0)), to(#d9d926));
            background: linear-gradient(to left, rgba(43, 43, 8, 0), #d9d926);
            -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-button3 span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 43, 8, 0)), to(#d9d926));
    background: linear-gradient(to top, rgba(43, 43, 8, 0), #d9d926);
    -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-button3 span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(43, 43, 8, 0)), to(#d9d926));
    background: linear-gradient(to right, rgba(43, 43, 8, 0), #d9d926);
    -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-button3 span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 43, 8, 0)), to(#d9d926));
    background: linear-gradient(to bottom, rgba(43, 43, 8, 0), #d9d926);
    -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%);
    }
}

.animated-button4 {
    background: linear-gradient(-30deg, #243d0b 50%, #1a2b08 50%);
    padding: 20px 40px;
    margin: 12px;
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    overflow: hidden;
    color: #e6f7d4;
    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-button4::before {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: #99ad85;
        opacity: 0;
        -webkit-transition: .2s opacity ease-in-out;
        transition: .2s opacity ease-in-out;
    }

    .animated-button4:hover::before {
        opacity: 0.2;
    }

    .animated-button4 span {
        position: absolute;
    }

        .animated-button4 span:nth-child(1) {
            top: 0px;
            left: 0px;
            width: 100%;
            height: 2px;
            background: -webkit-gradient(linear, right top, left top, from(rgba(26, 43, 8, 0)), to(#80d926));
            background: linear-gradient(to left, rgba(26, 43, 8, 0), #80d926);
            -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-button4 span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(26, 43, 8, 0)), to(#80d926));
    background: linear-gradient(to top, rgba(26, 43, 8, 0), #80d926);
    -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-button4 span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(26, 43, 8, 0)), to(#80d926));
    background: linear-gradient(to right, rgba(26, 43, 8, 0), #80d926);
    -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-button4 span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 43, 8, 0)), to(#80d926));
    background: linear-gradient(to bottom, rgba(26, 43, 8, 0), #80d926);
    -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%);
    }
}

.animated-button5 {
    background: linear-gradient(-30deg, #0b3d0b 50%, #082b08 50%);
    padding: 20px 40px;
    margin: 12px;
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    overflow: hidden;
    color: #d4f7d4;
    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-button5::before {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: #85ad85;
        opacity: 0;
        -webkit-transition: .2s opacity ease-in-out;
        transition: .2s opacity ease-in-out;
    }

    .animated-button5:hover::before {
        opacity: 0.2;
    }

    .animated-button5 span {
        position: absolute;
    }

        .animated-button5 span:nth-child(1) {
            top: 0px;
            left: 0px;
            width: 100%;
            height: 2px;
            background: -webkit-gradient(linear, right top, left top, from(rgba(8, 43, 8, 0)), to(#26d926));
            background: linear-gradient(to left, rgba(8, 43, 8, 0), #26d926);
            -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-button5 span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 43, 8, 0)), to(#26d926));
    background: linear-gradient(to top, rgba(8, 43, 8, 0), #26d926);
    -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-button5 span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(8, 43, 8, 0)), to(#26d926));
    background: linear-gradient(to right, rgba(8, 43, 8, 0), #26d926);
    -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-button5 span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 43, 8, 0)), to(#26d926));
    background: linear-gradient(to bottom, rgba(8, 43, 8, 0), #26d926);
    -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%);
    }
}

.animated-button6 {
    background: linear-gradient(-30deg, #0b3d24 50%, #082b1a 50%);
    padding: 20px 40px;
    margin: 12px;
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    overflow: hidden;
    color: #d4f7e6;
    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-button6::before {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: #85ad99;
        opacity: 0;
        -webkit-transition: .2s opacity ease-in-out;
        transition: .2s opacity ease-in-out;
    }

    .animated-button6:hover::before {
        opacity: 0.2;
    }

    .animated-button6 span {
        position: absolute;
    }

        .animated-button6 span:nth-child(1) {
            top: 0px;
            left: 0px;
            width: 100%;
            height: 2px;
            background: -webkit-gradient(linear, right top, left top, from(rgba(8, 43, 26, 0)), to(#26d980));
            background: linear-gradient(to left, rgba(8, 43, 26, 0), #26d980);
            -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-button6 span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 43, 26, 0)), to(#26d980));
    background: linear-gradient(to top, rgba(8, 43, 26, 0), #26d980);
    -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-button6 span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(8, 43, 26, 0)), to(#26d980));
    background: linear-gradient(to right, rgba(8, 43, 26, 0), #26d980);
    -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-button6 span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 43, 26, 0)), to(#26d980));
    background: linear-gradient(to bottom, rgba(8, 43, 26, 0), #26d980);
    -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%);
    }
}

.animated-button7 {
    background: linear-gradient(-30deg, #0b3d3d 50%, #082b2b 50%);
    padding: 20px 40px;
    margin: 12px;
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    overflow: hidden;
    color: #d4f7f7;
    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-button7::before {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: #85adad;
        opacity: 0;
        -webkit-transition: .2s opacity ease-in-out;
        transition: .2s opacity ease-in-out;
    }

    .animated-button7:hover::before {
        opacity: 0.2;
    }

    .animated-button7 span {
        position: absolute;
    }

        .animated-button7 span:nth-child(1) {
            top: 0px;
            left: 0px;
            width: 100%;
            height: 2px;
            background: -webkit-gradient(linear, right top, left top, from(rgba(8, 43, 43, 0)), to(#26d9d9));
            background: linear-gradient(to left, rgba(8, 43, 43, 0), #26d9d9);
            -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-button7 span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 43, 43, 0)), to(#26d9d9));
    background: linear-gradient(to top, rgba(8, 43, 43, 0), #26d9d9);
    -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-button7 span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(8, 43, 43, 0)), to(#26d9d9));
    background: linear-gradient(to right, rgba(8, 43, 43, 0), #26d9d9);
    -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-button7 span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 43, 43, 0)), to(#26d9d9));
    background: linear-gradient(to bottom, rgba(8, 43, 43, 0), #26d9d9);
    -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%);
    }
}

.animated-button8 {
    background: linear-gradient(-30deg, #0b243d 50%, #081a2b 50%);
    padding: 20px 40px;
    margin: 12px;
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    overflow: hidden;
    color: #d4e6f7;
    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-button8::before {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: #8599ad;
        opacity: 0;
        -webkit-transition: .2s opacity ease-in-out;
        transition: .2s opacity ease-in-out;
    }

    .animated-button8:hover::before {
        opacity: 0.2;
    }

    .animated-button8 span {
        position: absolute;
    }

        .animated-button8 span:nth-child(1) {
            top: 0px;
            left: 0px;
            width: 100%;
            height: 2px;
            background: -webkit-gradient(linear, right top, left top, from(rgba(8, 26, 43, 0)), to(#2680d9));
            background: linear-gradient(to left, rgba(8, 26, 43, 0), #2680d9);
            -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-button8 span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 26, 43, 0)), to(#2680d9));
    background: linear-gradient(to top, rgba(8, 26, 43, 0), #2680d9);
    -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-button8 span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(8, 26, 43, 0)), to(#2680d9));
    background: linear-gradient(to right, rgba(8, 26, 43, 0), #2680d9);
    -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-button8 span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 26, 43, 0)), to(#2680d9));
    background: linear-gradient(to bottom, rgba(8, 26, 43, 0), #2680d9);
    -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%);
    }
}

.animated-button9 {
    background: linear-gradient(-30deg, #0b0b3d 50%, #08082b 50%);
    padding: 20px 40px;
    margin: 12px;
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    overflow: hidden;
    color: #d4d4f7;
    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-button9::before {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: #8585ad;
        opacity: 0;
        -webkit-transition: .2s opacity ease-in-out;
        transition: .2s opacity ease-in-out;
    }

    .animated-button9:hover::before {
        opacity: 0.2;
    }

    .animated-button9 span {
        position: absolute;
    }

        .animated-button9 span:nth-child(1) {
            top: 0px;
            left: 0px;
            width: 100%;
            height: 2px;
            background: -webkit-gradient(linear, right top, left top, from(rgba(8, 8, 43, 0)), to(#2626d9));
            background: linear-gradient(to left, rgba(8, 8, 43, 0), #2626d9);
            -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-button9 span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 8, 43, 0)), to(#2626d9));
    background: linear-gradient(to top, rgba(8, 8, 43, 0), #2626d9);
    -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-button9 span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(8, 8, 43, 0)), to(#2626d9));
    background: linear-gradient(to right, rgba(8, 8, 43, 0), #2626d9);
    -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-button9 span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 8, 43, 0)), to(#2626d9));
    background: linear-gradient(to bottom, rgba(8, 8, 43, 0), #2626d9);
    -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%);
    }
}

.animated-button10 {
    background: linear-gradient(-30deg, #240b3d 50%, #1a082b 50%);
    padding: 20px 40px;
    margin: 12px;
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    overflow: hidden;
    color: #e6d4f7;
    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-button10::before {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: #9985ad;
        opacity: 0;
        -webkit-transition: .2s opacity ease-in-out;
        transition: .2s opacity ease-in-out;
    }

    .animated-button10:hover::before {
        opacity: 0.2;
    }

    .animated-button10 span {
        position: absolute;
    }

        .animated-button10 span:nth-child(1) {
            top: 0px;
            left: 0px;
            width: 100%;
            height: 2px;
            background: -webkit-gradient(linear, right top, left top, from(rgba(26, 8, 43, 0)), to(#8026d9));
            background: linear-gradient(to left, rgba(26, 8, 43, 0), #8026d9);
            -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-button10 span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(26, 8, 43, 0)), to(#8026d9));
    background: linear-gradient(to top, rgba(26, 8, 43, 0), #8026d9);
    -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-button10 span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(26, 8, 43, 0)), to(#8026d9));
    background: linear-gradient(to right, rgba(26, 8, 43, 0), #8026d9);
    -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-button10 span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 8, 43, 0)), to(#8026d9));
    background: linear-gradient(to bottom, rgba(26, 8, 43, 0), #8026d9);
    -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%);
    }
}

.animated-button11 {
    background: linear-gradient(-30deg, #3d0b3d 50%, #2b082b 50%);
    padding: 20px 40px;
    margin: 12px;
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    overflow: hidden;
    color: #f7d4f7;
    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-button11::before {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: #ad85ad;
        opacity: 0;
        -webkit-transition: .2s opacity ease-in-out;
        transition: .2s opacity ease-in-out;
    }

    .animated-button11:hover::before {
        opacity: 0.2;
    }

    .animated-button11 span {
        position: absolute;
    }

        .animated-button11 span:nth-child(1) {
            top: 0px;
            left: 0px;
            width: 100%;
            height: 2px;
            background: -webkit-gradient(linear, right top, left top, from(rgba(43, 8, 43, 0)), to(#d926d9));
            background: linear-gradient(to left, rgba(43, 8, 43, 0), #d926d9);
            -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-button11 span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 8, 43, 0)), to(#d926d9));
    background: linear-gradient(to top, rgba(43, 8, 43, 0), #d926d9);
    -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-button11 span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(43, 8, 43, 0)), to(#d926d9));
    background: linear-gradient(to right, rgba(43, 8, 43, 0), #d926d9);
    -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-button11 span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 8, 43, 0)), to(#d926d9));
    background: linear-gradient(to bottom, rgba(43, 8, 43, 0), #d926d9);
    -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%);
    }
}

.animated-button12 {
    background: linear-gradient(-30deg, #3d0b24 50%, #2b081a 50%);
    padding: 20px 40px;
    margin: 12px;
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    overflow: hidden;
    color: #f7d4e6;
    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-button12::before {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: #ad8599;
        opacity: 0;
        -webkit-transition: .2s opacity ease-in-out;
        transition: .2s opacity ease-in-out;
    }

    .animated-button12:hover::before {
        opacity: 0.2;
    }

    .animated-button12 span {
        position: absolute;
    }

        .animated-button12 span:nth-child(1) {
            top: 0px;
            left: 0px;
            width: 100%;
            height: 2px;
            background: -webkit-gradient(linear, right top, left top, from(rgba(43, 8, 26, 0)), to(#d92680));
            background: linear-gradient(to left, rgba(43, 8, 26, 0), #d92680);
            -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-button12 span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 8, 26, 0)), to(#d92680));
    background: linear-gradient(to top, rgba(43, 8, 26, 0), #d92680);
    -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-button12 span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(43, 8, 26, 0)), to(#d92680));
    background: linear-gradient(to right, rgba(43, 8, 26, 0), #d92680);
    -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-button12 span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 8, 26, 0)), to(#d92680));
    background: linear-gradient(to bottom, rgba(43, 8, 26, 0), #d92680);
    -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%);
    }
}


.fa-2x {
    font-size: 16px !important;
}


/*Duyuru Butonlar�*/

:root {
    --white: #fff;
    --cl_1: #d008af;
    --cl_2: #f92d4b;
    --bg-gr_1: linear-gradient(to right, var(--cl_1), var(--cl_2));
    --cl_3: #fec901;
    --cl_4: #fe0c34;
    --bg-gr_2: linear-gradient(to right, var(--cl_3), var(--cl_4));
    --cl_5: #559df3;
    --cl_6: #9114d0;
    --bg-gr_3: linear-gradient(to right, var(--cl_5), var(--cl_6));
    --cl_7: #2cd190;
    --cl_8: #138fc8;
    --bg-gr_4: linear-gradient(to right, var(--cl_7), var(--cl_8));
}

.duyuru-btn {
    font-family: "Niramit", sans-serif;
    text-align: center;
    padding: 80px 0 0;
    margin: 80px 10px 0;
    border-left: 3px solid var(--cl_1);
    position: relative;
    z-index: 1;
}

    .duyuru-btn:before,
    .duyuru-btn:after {
        content: "";
        background-color: var(--cl_1);
        height: 3px;
        width: 50%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -2;
    }

    .duyuru-btn:after {
        background: var(--bg-gr_1);
        width: 100%;
        top: auto;
        bottom: 0;
    }

    .duyuru-btn .service-icon {
        color: var(--white);
        background: var(--bg-gr_1);
        font-size: 70px;
        line-height: 140px;
        width: 140px;
        height: 140px;
        margin: 0 auto;
        border-radius: 50%;
        position: absolute;
        top: -70px;
        left: 0;
        right: 0;
        z-index: 1;
        transition: all 0.3s;
    }

    .duyuru-btn:hover .service-icon {
        font-size: 60px;
    }

    .duyuru-btn .service-icon:before,
    .duyuru-btn .service-icon:after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        height: 96%;
        width: 96%;
        border: 10px solid var(--white);
        border-radius: 50%;
        z-index: -1;
    }

    .duyuru-btn .service-icon:after {
        border: none;
        background: var(--bg-gr_1);
        height: 82%;
        width: 82%;
        z-index: -1;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        transition: all 0.3s;
    }

    .duyuru-btn:hover .service-icon:after {
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.3), 0 0 10px var(--white) inset;
    }

    .duyuru-btn .service-content {
        padding: 0 10px 10px;
        border-right: 3px solid var(--cl_2);
    }

    .duyuru-btn .title {
        font-weight: 600;
        color: var(--cl_1);
        font-size: 20px;
        text-transform: capitalize;
        margin: 0 0 10px;
    }

    .duyuru-btn .description {
        color: #707070;
        font-size: 15px;
        font-weight: 600;
        line-height: 27px;
    }

    .duyuru-btn.yellow:after,
    .duyuru-btn.yellow .service-icon,
    .duyuru-btn.yellow .service-icon:after {
        background: linear-gradient(to right, var(--cl_3), var(--cl_4));
    }

    .duyuru-btn.yellow:before {
        background-color: var(--cl_3);
    }

    .duyuru-btn.yellow {
        border-left-color: var(--cl_3);
    }

        .duyuru-btn.yellow .service-content {
            border-right-color: var(--cl_4);
        }

        .duyuru-btn.yellow .title {
            color: var(--cl_4);
        }

    .duyuru-btn.blue:after,
    .duyuru-btn.blue .service-icon,
    .duyuru-btn.blue .service-icon:after {
        background: var(--bg-gr_3);
    }

    .duyuru-btn.blue:before {
        background-color: var(--cl_5);
    }

    .duyuru-btn.blue {
        border-left-color: var(--cl_5);
    }

        .duyuru-btn.blue .service-content {
            border-right-color: var(--cl_6);
        }

        .duyuru-btn.blue .title {
            color: var(--cl_6);
        }

    .duyuru-btn.green:after,
    .duyuru-btn.green .service-icon,
    .duyuru-btn.green .service-icon:after {
        background: var(--bg-gr_4);
    }

    .duyuru-btn.green:before {
        background-color: var(--cl_7);
    }

    .duyuru-btn.green {
        border-left-color: var(--cl_7);
    }

        .duyuru-btn.green .service-content {
            border-right-color: var(--cl_8);
        }

        .duyuru-btn.green .title {
            color: var(--cl_8);
        }

@media only screen and (max-width: 990px) {
    .duyuru-btn {
        margin: 100px 0 0;
    }
}

/**/

.tarihler {
    border: 7px solid #546a93 !important;
}

/*PROGRAM*/

#session-ad449c87-a4f0-426a-8424-c72c7be128e7 .scientific-session-title {
    font-size: 15px !important;
}

.scientific-container {
    margin: 0 auto;
    padding: 20px;
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 30px;
    background: #fafbfc;
    border-radius: 32px;
}

.scientific-sidebar {
    background: #ffffff;
    border-radius: 24px;
    padding: 24px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
    align-self: start;
}

.scientific-section-title {
    font-size: 0.75rem;
    font-weight: 800;
    color: #94a3b8;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.scientific-day-list.nav-pills {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.scientific-day-list .nav-item {
    width: 100%;
}

.scientific-day-list .nav-link {
    display: block;
    width: 100%;
    padding: 16px !important;
    background: #f8fafc !important;
    border: 1px solid #e2e8f0;
    border-radius: 16px !important;
    color: #475569 !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-align: left;
}

.scientific-day-row {
    display: flex;
    align-items: center;
    gap: 15px;
}

.scientific-day-big {
    font-size: 2rem;
    font-weight: 900;
    line-height: 1;
    color: #1e293b;
}

.scientific-day-col {
    display: flex;
    flex-direction: column;
}

.scientific-day-month {
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #1e293b;
}

.scientific-day-year {
    font-size: 0.75rem;
    font-weight: 500;
    color: #64748b;
}

.scientific-day-list .nav-item:nth-child(1) .nav-link.active {
    background: #ffe4e6 !important;
    border-color: #fda4af;
    box-shadow: 0 8px 24px rgba(254, 228, 230, 0.6);
}

    .scientific-day-list .nav-item:nth-child(1) .nav-link.active * {
        color: #9f1239 !important;
    }

.scientific-day-list .nav-item:nth-child(2) .nav-link.active {
    background: #e0f2fe !important;
    border-color: #7dd3fc;
    box-shadow: 0 8px 24px rgba(224, 242, 254, 0.6);
}

    .scientific-day-list .nav-item:nth-child(2) .nav-link.active * {
        color: #0369a1 !important;
    }

.scientific-day-list .nav-item:nth-child(3) .nav-link.active {
    background: #dcfce7 !important;
    border-color: #86efac;
    box-shadow: 0 8px 24px rgba(220, 252, 231, 0.6);
}

    .scientific-day-list .nav-item:nth-child(3) .nav-link.active * {
        color: #15803d !important;
    }

.scientific-day-list .nav-item:nth-child(4) .nav-link.active {
    background: #fef9c3 !important;
    border-color: #fde047;
    box-shadow: 0 8px 24px rgba(254, 249, 195, 0.6);
}

    .scientific-day-list .nav-item:nth-child(4) .nav-link.active * {
        color: #a16207 !important;
    }

.scientific-day-list .nav-item:nth-child(5) .nav-link.active {
    background: #f3e8ff !important;
    border-color: #d8b4fe;
    box-shadow: 0 8px 24px rgba(243, 232, 255, 0.6);
}

    .scientific-day-list .nav-item:nth-child(5) .nav-link.active * {
        color: #6b21a8 !important;
    }

.scientific-main-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.scientific-hall-bar {
    background: #ffffff;
    border-radius: 20px;
    padding: 8px;
    border: 1px solid #f1f5f9;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.01);
    margin-bottom: 25px;
}

.scientific-hall-tabs.nav-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.scientific-hall-tabs .nav-link {
    background: #f8fafc !important;
    border: 1px solid #e2e8f0;
    border-radius: 12px !important;
    color: #64748b !important;
    font-weight: 600;
    font-size: 0.85rem;
    padding: 12px 16px !important;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 80px;
    line-height: 1.4;
}

    .scientific-hall-tabs .nav-link.active {
        background: #0f172a !important;
        color: #ffffff !important;
        box-shadow: 0 4px 12px rgba(15, 23, 42, 0.15) !important;
    }

.scientific-flow {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.scientific-session-block {
    display: flex;
    flex-direction: column;
}

.scientific-session-card {
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
    padding: 24px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

    .scientific-session-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    }

.scientific-session-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.scientific-time-capsule {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e3e3e3;
    color: #1b4287;
    padding: 6px 14px;
    border-radius: 100px;
    font-size: 0.85rem;
    font-weight: 800;
    box-shadow: 0 4px 10px rgba(15, 23, 42, 0.1);
}

.scientific-time-arrow {
    opacity: 0.6;
    font-weight: 400;
}

.scientific-sponsor-tag {
    background: #ffffff;
    padding: 6px 12px;
    border-radius: 100px;
    border: 1px solid #e2e8f0;
    height: 34px;
    display: flex;
    align-items: center;
}

    .scientific-sponsor-tag img {
        height: 100%;
        object-fit: contain;
    }

.scientific-session-title {
    font-size: 1.25rem;
    font-weight: 850;
    color: #0f172a;
    line-height: 1.3;
    margin-bottom: 6px;
}

.scientific-session-subject {
    font-size: 1rem;
    font-weight: 500;
    color: #475569;
    line-height: 1.5;
    margin-bottom: 0;
}

div#session-0558f5b1-c788-4bdc-b746-9919fae3c725 .scientific-session-extra {
    font-size: 1rem;
    font-weight: 500;
    color: #475569;
    line-height: 1.5;
    margin-bottom: 0;
}

.scientific-session-extra {
    font-size: 0.85rem;
    color: #e11d48;
    font-weight: 700;
    margin-top: 8px;
    margin-bottom: 0;
}

.scientific-speakers-section {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px dashed #e2e8f0;
}

.scientific-speaker-row {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px;
    font-size: 15px;
}

.scientific-speaker-role {
    font-weight: 800;
    color: #0f172a;
    letter-spacing: 0.5px;
}

.scientific-speaker-names {
    font-weight: 700;
    color: #475569;
}

.scientific-strong-name {
    font-weight: 700;
    color: #1e293b;
}

.scientific-inst-name {
    display: block;
    font-size: 0.75rem;
    color: #94a3b8;
    margin-left: 10px;
    margin-top: 2px;
    margin-bottom: 4px;
}

.scientific-subsession-flow {
    display: flex;
    flex-direction: column;
    padding-left: 32px;
    margin-top: 30px;
    gap: 12px;
}

.scientific-subsession-node {
    display: flex;
    position: relative;
}

.scientific-sub-connector {
    position: absolute;
    left: -20px;
    top: -24px;
    bottom: 50%;
    width: 2px;
    border-left: 2px dashed #cbd5e1;
}

.scientific-subsession-node:last-child .scientific-sub-connector {
    bottom: auto;
    height: 48px;
}

.scientific-sub-connector::after {
    content: '';
    position: absolute;
    left: -3px;
    bottom: 0;
    width: 5px;
    height: 5px;
    background: #94a3b8;
    border-radius: 50%;
}

.scientific-subsession-card {
    flex-grow: 1;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 16px 20px;
}

.scientific-sub-header {
    margin-bottom: 8px;
}

.scientific-sub-time {
    display: inline-block;
    background: #e2e8f0;
    color: #334155;
    padding: 4px 10px;
    border-radius: 100px;
    font-size: 0.75rem;
    font-weight: 700;
}

.scientific-sub-title {
    font-size: 0.95rem;
    font-weight: 750;
    color: #0f172a;
    line-height: 1.4;
    margin-bottom: 4px;
}

.scientific-sub-extra {
    font-size: 0.8rem;
    color: #475569;
    margin-top: 4px;
    margin-bottom: 0;
}

.sub-speakers {
    margin-top: 12px;
    padding-top: 10px;
}

.ARK-1392DDBD-DBFE-4EE0-AAC3-955E9EBCD270 .scientific-session-card {
    border-left: 6px solid #8ebfcd;
    background: #f0f7f9;
}

.scientific-session-block.ARK-18f85393-5723-4255-bd71-3eca953ee98e .scientific-session-card {
    border-left: 6px solid #f5ac6f;
    background: #fffaf5;
}

.scientific-session-block.ARK-b0de786e-3990-4f8f-8ec5-db5176dba0fd .scientific-session-card {
    border-left: 6px solid #3f7e8f;
    background: #f0f4f5;
}

.scientific-session-block.ARK-08ba1853-4646-4df1-ab50-a495217d2a6f .scientific-session-card {
    border-left: 6px solid #3f7e8f;
    background: #f0f4f5;
}

.scientific-session-block.ARK-f2d4a461-0ab9-4d87-bc87-944d29053e52 .scientific-session-card {
    border-left: 6px solid #3f8f49;
    background: #f0f4f5;
}

.hall {
    display: none !important;
}

span.scientific-speaker-role {
    display: none;
}

.ARK-11dca5cc-20a5-444f-b70c-b81502420934 .scientific-session-card {
    border-left: 6px solid #8f3f3f;
    background: #f0f4f5;
}

.scientific-session-block.ARK-91b72727-c0b8-4ad1-90b4-cdf96d942644 .scientific-session-card {
    border-left: 6px solid #3f7e8f;
    background: #f0f4f5;
}

.scientific-session-block.ARK-b6a49187-f4e2-4b26-8b27-1b411d57cdaf .scientific-session-card {
    border-left: 6px solid #a188c1;
    background: #faf9fc;
}

.scientific-session-block.ARK-3c101dc7-8d9f-43ae-a140-e950b008c6d1 .scientific-session-card {
    border-left: 6px solid #fdcbc7;
    background: #fffdfd;
}

.scientific-session-block.ARK-CB188527-A1E6-46CB-A25B-630BFB032FF4 .scientific-session-card,
.scientific-session-block.ARK-ce3c603e-3d95-42b4-9f1d-d0c30f447df7 .scientific-session-card,
.ARK-8b022f21-b14b-4bd6-b1e6-426b925dde45 .scientific-session-card,
.scientific-session-block.scientific-ara .scientific-session-card {
    border-left: 6px solid #fdd835;
    background: #fffdf5;
}

.scientific-session-block.ARK-9fed92d0-d755-4a1c-81cc-33c396d8ad20 .scientific-session-card {
    border-left: 6px solid #abc771;
    background: #fafdf8;
}

.scientific-session-block.ARK-b9d05677-b3e1-4b33-b285-c6bbb4c35f5c .scientific-session-card {
    border-left: 6px solid #5ef78d;
    background: #f6fff9;
}

.scientific-session-block.ARK-77f99de7-10f0-4e43-bd77-a965da2d76ed .scientific-session-card {
    border-left: 6px solid #5ef78d;
    background: #f6fff9;
}

.scientific-session-block.ARK-db78bd40-9beb-4cf1-b5b9-c63a01612e7d .scientific-session-card,
.scientific-session-block.ARK-52304013-b16c-4e03-b9ec-3b02a9c1e716 .scientific-session-card {
    border-left: 6px solid #845ef7;
    background: #faf9ff;
}

.scientific-session-block.ARK-55abb1b9-51f4-4fbc-8f13-7e013f0e486c .scientific-session-card {
    border-left: 6px solid #efb5b5;
    background: #fffbfb;
}

.scientific-session-block.scientific-sertifika .scientific-session-card {
    border-left: 6px solid #10b981;
    background: #f0fdf4;
}

.scientific-session-block.scientific-oturum .scientific-session-card {
    border-left: 6px solid #3b82f6;
    background: #eff6ff;
}

.scientific-speaker-role {
    /* display: none !important; */
}

#subsession-1--child-rights--ethics-and-participation-16-00 .scientific-speaker-role,
#subsession-2--clinical-ai--safety-and-evidence-16-15 .scientific-speaker-role,
#subsession-3--development--well-being-and-healthy-digital-environments-16-30 .scientific-speaker-role,
#subsession-4--equity--systems--interoperability-and-workforce-16-45 .scientific-speaker-role {
    display: block !important;
}

#session-6e6a2634-6e80-40cd-b746-37b7d9b6ff79 .scientific-time-capsule {
    display: none !important;
}

.scientific-session-block.ARK-08ba1853-4646-4df1-ab50-a495217d2a6f .scientific-time-end, .scientific-session-block.ARK-08ba1853-4646-4df1-ab50-a495217d2a6f .scientific-time-arrow {
    display: none;
}

ul#hall24092026Tab li {
    width: 16.1% !important;
    text-align: center;
}

ul#hall25092026Tab li,
ul#hall26092026Tab li,
ul#hall27092026Tab li {
    width: 23% !important;
    text-align: center;
}

.scientific-ara .scientific-subsession-card {
    border-left: 6px solid #fdd835;
    background: #fffdf5 !important;
}

.scientific-acilis .scientific-subsession-card {
    border-left: 6px solid #8f3f3f;
    background: #f0f4f5;
}

@media (max-width: 991px) {
    .scientific-container {
        grid-template-columns: 1fr;
        border-radius: 20px;
        padding: 12px;
        gap: 15px;
    }

    .scientific-sidebar {
        padding: 15px;
        border-radius: 16px;
    }

    .scientific-day-list.nav-pills {
        flex-direction: row;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        gap: 8px;
    }

    .scientific-day-list .nav-item {
        width: auto;
        flex-shrink: 0;
    }

    .scientific-day-list .nav-link {
        padding: 10px 14px !important;
    }

    .scientific-day-big {
        font-size: 1.4rem;
    }

    .scientific-day-month {
        font-size: 0.75rem;
    }

    .scientific-day-year {
        display: none;
    }

    ul#hall24092026Tab li,
    ul#hall25092026Tab li,
    ul#hall26092026Tab li,
    ul#hall27092026Tab li {
        width: 30% !important;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .scientific-session-card {
        padding: 16px;
        border-radius: 18px;
    }

    .scientific-session-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .scientific-sponsor-tag {
        align-self: flex-start;
    }

    .scientific-session-title {
        font-size: 1.1rem;
    }

    .scientific-subsession-flow {
        padding-left: 15px;
    }

    .scientific-sub-connector {
        left: -12px;
    }
}


div#session-3ad66b2d-2b32-449f-9813-b3463daa6719 .scientific-time-capsule {
    display: none !important;
}

div#session-3ad66b2d-2b32-449f-9813-b3463daa6719 {
    text-align: center;
}

div#subsession-1--child-rights--ethics-and-participation-15-35 .scientific-sub-time,
div#subsession-2--clinical-ai--safety-and-evidence-15-50 .scientific-sub-time,
div#subsession-3--development--well-being-and-healthy-digital-environments-16-05 .scientific-sub-time,
div#subsession-4--equity--systems--interoperability-and-workforce-16-20 .scientific-sub-time {
    display: none;
}

div#session-fc5571c8-bbb7-40c1-90a7-026205e17e40 .scientific-session-card {
    border-left: 6px solid #8ebfcd;
    background: #f0f7f9;
}


span.scientific-strong-name {
    color: red;
    font-size: 15px;
}
.scientific-speaker-names {
    color: red;
    font-size: 15px;
}

/*div#subsession-ap82v8Nq08MK8lVO{
display:none !important;
}*/

/*PROGRAM*/

/* Dil Geçiş Butonu Stilleri */
.lang-switcher {
    display: inline-flex;
    background: rgba(0, 0, 0, 0.06);
    padding: 3px;
    border-radius: 30px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.lang-btn {
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #555;
    text-decoration: none;
    transition: all 0.3s ease;
    line-height: 1.2;
}

    .lang-btn:hover {
        color: #000;
    }

    /* Aktif Dil Butonu */
    .lang-btn.active {
        background-color: #ffffff;
        color: #000;
        box-shadow: 0 2px 5px rgba(0,0,0,0.15);
    }
