﻿@charset "utf-8";

body {
    overflow-x: hidden;
    font-size: 17px
}

/* NAVBAR */
.navbar {
    padding: 5px !important;
    position: relative;
}

.bg-light {
    background-color: #d9a845 !important;
}
.icerik-box .baslik-row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}
.navbar-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 11111;
    background: #002464;
}


.nav-link {
    font-size: 0.9em;
    padding: 0 !important;
    font-weight: 500
}

li.nav-item {
    padding: 10px 20px;
}

.navbar-collapse {
    z-index: 999 !important;
}


.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #bd1e2d !important;
    box-shadow: inset 0 -2px 0 0 #fff;
}

.navbar-dark .navbar-nav .nav-link {
    color: #b71d2b;
}

    .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: #ffffff;
    }

.navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
}

    .navbar-toggler:active, .navbar-toggler:focus {
        outline: none;
    }

.navbar-dark .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 1px solid #FFF;
    transition: all 300ms linear;
}

    .navbar-dark .navbar-toggler-icon:after, .navbar-dark .navbar-toggler-icon:before {
        width: 24px;
        position: absolute;
        height: 1px;
        background-color: #FFF;
        top: 0;
        left: 0;
        content: '';
        z-index: 2;
        transition: all 300ms linear;
    }

    .navbar-dark .navbar-toggler-icon:after {
        top: 8px;
    }

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}

.dropdown-menu, .dropdown-item {
    color: #fff !important;
    background-color: #dd3a8e !important;
}

    .dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover {
        background-color: #ffffff !important;
        color: #dc0976 !important;
    }

.dropdown-item {
    font-size: 0.9em;
    font-weight: 500
}

.navbar .dropdown-toggle:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
}

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        right: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        right: -100%;
    }
}

@media (max-width: 768px) {
    .navbar {
        background: #002464;
    }
}

@media (max-width: 1400px) {
    .sekil {
        margin-top: -50px !important;
    }
}

.bg2 {
    position: relative;
    padding: 90px 0;
    background: url(../../images/arkaplan2.png) no-repeat center top;
    background-size: cover;
}

    .bg2 p,
    .bg5 p {
        font-size: 20px;
    }

.bg3 {
    background: url(../images/bg3.png) no-repeat center top;
    position: relative;
    min-height: 895px;
    margin-top: -435px;
    padding-top: 485px;
    padding-bottom: 80px;
    background-size: cover;
}

.pl-item h4::after {
    content: "";
    position: absolute;
    width: 0;
    left: 0;
    height: 2px;
    bottom: -15px;
    background: #4d55ef;
}

.pl-item .img-fluid,
.pl-item h4,
.pl-item h4::after {
    transition: all 0.5s ease;
}

.pl-item:hover .img-fluid {
    border-radius: 20px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

.pl-item:hover h4 {
    color: #4d55ef;
}

    .pl-item:hover h4::after {
        width: 60%;
    }

.bg4 {
    padding-top: 85px;
    position: relative;
    padding-bottom: 80px;
    background: url(../images/arkaplan2.png) no-repeat center top;
    background-size: cover;
    margin-top: -53px;
}

    .bg4 .flower {
        width: 120px;
        position: absolute;
        right: 78px;
        top: 45px;
        -webkit-animation: rev-spin 25s linear infinite;
        -moz-animation: rev-spin 25s linear infinite;
        animation: rev-spin 25s linear infinite;
        display: none;
    }

    .bg4 .container::after {
        content: "";
        position: absolute;
        left: -260px;
        bottom: 10px;
        background: url('../images/flower.png') no-repeat center center;
        width: 238px;
        height: 237px;
        -webkit-animation: spin 25s linear infinite;
        -moz-animation: spin 25s linear infinite;
        animation: spin 25s linear infinite;
        display: none;
    }

.imp-data-item::before {
    content: "";
    width: 2px;
    height: 76%;
    position: absolute;
    background-image: linear-gradient(to bottom, #ffa3af 60%, transparent 20%);
    background-repeat: repeat-y;
    background-size: 5px 10px;
}

.imp-data-item .list-group-item:first-child::before {
    top: 0;
}

.imp-data-item .list-group-item::before {
    content: "";
    width: 45px;
    height: 45px;
    background: url(../images/TIME.PNG) no-repeat center center;
    position: absolute;
    top: 36px;
    left: -62px;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(255 255 255) !important;
    font-weight: bold;
}

.davet {
    background-color: #d9a846;
    color: #fff !important;
}

    .davet h3 {
        color: #fff !important;
    }

h2 {
    color: #cd2028;
    font-weight: bold;
}

.altbaslik {
    color: #000000;
    font-weight: bold;
}

.banner-btn {
    position: absolute;
    bottom: 50px;
    left: 8%;
}

@media (max-width: 991px) {
    .banner-btn {
        position: absolute;
        bottom: 10px;
        left: 8%;
    }

    .btn-lg {
        padding: .1rem;
        font-size: 1rem;
        line-height: 1.5;
        border-radius: .3rem;
    }
}

.banner-btn a {
    color: #fff !important;
    text-decoration: none;
}

@keyframes rev-spin {
    100% {
        transform: rotate(-360deg);
    }
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes sway {

    0%, 100% {
        transform: rotate(-6deg);
    }

    50% {
        transform: rotate(6deg);
    }
}

.bg5 {
    position: relative;
    min-height: 797px;
    background: url('../images/bg5.png') no-repeat center top;
    padding-top: 130px;
    background-size: cover;
}

    .bg5 .ab-rimg {
        top: -70px;
        -webkit-filter: drop-shadow(rgba(0, 0, 0, .35) 10px 17px 14px);
        filter: drop-shadow(rgba(0, 0, 0, .35) 10px 17px 14px);
    }

.bg6 {
    background: url('../../images/web/bg6.png') no-repeat center top;
    position: relative;
    min-height: 895px;
    margin-top: -280px;
    padding-top: 365px;
    padding-bottom: 100px;
    background-size: cover;
}


.l-guajian,
.r-guajian {
    position: absolute;
    z-index: 50;
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    transform-origin: top center;
    animation-name: sway;
}

.l-guajian {
    bottom: -272px;
}

.r-guajian {
    right: 0;
    bottom: -290px;
}

.bg7 {
    padding-top: 85px;
    position: relative;
    padding-bottom: 80px;
    background: url(../../images/web/arkaplan2.png) no-repeat center top;
    background-size: cover;
}

.about-tt {
    position: relative;
    z-index: 200;
}

.ab-rimg,
.ab-limg {
    animation-duration: 4s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.ab-rimg {
    animation: roundAnimation 4s linear infinite;
}

.ab-limg {
    animation-name: borderAnimation1;
    animation: roundAnimation2 4s linear infinite;
}

/* news */
    .new-item {
    position: relative;
    z-index: 10;
}

    .new-item .card,
    .new-item .card-img-top {
        border-radius: 30px;
    }

    .new-item .card {
        border: none;
        background: #fff url('../../images/web/new-item-bgi.png') no-repeat bottom right;
        transition: all 0.4s ease;
    }

        .new-item .card:hover {
            transform: translateY(-20px);
            box-shadow: 0rem 0rem 1rem rgba(144, 159, 167, 0.85) !important;
        }

    .new-item .card-body .card-title {
        font-size: 1.5rem;
        margin-top: 15px;
        color: var(--blue-color);
    }

    .new-item .card-body .card-text {
        height: 128px;
    }

/* important dates */
.imp-data-item {
    margin-left: 5%;
}

    .imp-data-item::before {
        content: "";
        width: 2px;
        height: 100%;
        position: absolute;
        background-image: linear-gradient(to bottom, #ffa500 60%, transparent 20%);
        background-repeat: repeat-y;
        background-size: 5px 10px;
    }

    .imp-data-item .list-group-item::before {
        content: "";
        width: 45px;
        height: 45px;
        background: url('../images/TIME.png') no-repeat center center;
        position: absolute;
        top: 36px;
        left: -62px;
    }

    .imp-data-item .list-group-item:first-child::before {
        top: 0;
    }

    .imp-data-item .list-group-item::after {
        content: "";
        width: 100%;
        height: 2px;
        background-image: linear-gradient(to right, #c0c0c0 0%, #c0c0c0 40%, transparent 8%);
        background-size: 6px 2px;
        background-repeat: repeat-x;
        position: absolute;
        bottom: 0;
    }

    .imp-data-item .list-group-item {
        padding: 25px 10px;
        border: none;
        margin-left: 40px;
    }

        .imp-data-item .list-group-item:first-child {
            padding-top: 0;
        }

        .imp-data-item .list-group-item:last-child::after {
            display: none;
        }


        .imp-data-item .list-group-item h4 {
            color: var(--blue-color);
            margin-bottom: 1.25rem;
        }

h3.title-name {
    font-weight: bold;
    color: #000;
    margin-bottom: 35px;
    text-transform: uppercase;
}


.lear-more a {
    color: #999;
}

.btn-reg {
    border-color: #00569b;
    background-color: #00569b;
    font-family: 'PlusJakarta-Sans';
    font-weight: bold;
    font-size: 2rem;
    padding: 1.25rem 3.65rem;
    box-shadow: 10px 10px 0 rgba(0, 0, 0, .25);
}

@-webkit-keyframes roundAnimation {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }

    33% {
        -webkit-transform: translateX(-3px) translateY(-8px);
        transform: translateX(-3px) translateY(-8px);
    }

    66% {
        -webkit-transform: translateX(-3px) translateY(0);
        transform: translateX(-3px) translateY(0);
    }

    100% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }
}

@keyframes doudong1 {
    0% {
        transform: rotateY(0deg);
    }

    50% {
        transform: rotateY(90deg);
    }

    100% {
        transform: rotateY(0deg);
    }
}

@-webkit-keyframes roundAnimation2 {
    0% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }

    33% {
        -webkit-transform: translateX(6px) translateY(-6px);
        transform: translateX(6px) translateY(-6px);
    }

    66% {
        -webkit-transform: translateX(6px) translateY(0);
        transform: translateX(6px) translateY(0);
    }

    100% {
        -webkit-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0);
    }
}


/* programme table */
.tableAbox {
    margin-top: 50px;
}

    .tableAbox .tableA tr th span {
        display: block;
    }

    .tableAbox .tableA tr th {
        border: none;
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
        padding: 25px 0;
        vertical-align: middle;
    }

    .tableAbox .tableA tr td,
    .tableAbox .tableA tr th {
        border-bottom: 1px solid #000;
        color: #fff;
        text-align: center;
        font-size: 20px;
        vertical-align: middle;
        font-weight: normal;
    }


        .tableAbox .tableA tr th.tdd1,
        .tableAbox .tableA tr th.tdd2,
        .tableAbox .tableA tr th.tdd3 {
            background: var(--red-color);
        }

        .tableAbox .tableA tr td.tdd1,
        .tableAbox .tableA tr td.tdd2,
        .tableAbox .tableA tr td.tdd3 {
            background: rgba(0, 0, 0, .35);
        }


        .tableAbox .tableA tr td.tdd1p {
            background: #ebe6f8;
            font-size: 14px;
            text-align: left;
            color: #333;
            vertical-align: middle;
            padding: 20px 10px;
        }

        .tableAbox .tableA tr td.tdd2p {
            background: #d6e9e9;
            font-size: 14px;
            text-align: left;
            color: #333;
            vertical-align: middle;
            padding: 20px 10px;
        }

        .tableAbox .tableA tr td.tdd3p {
            background: #eceadf;
            font-size: 14px;
            text-align: left;
            color: #333;
            vertical-align: middle;
            padding: 20px 10px;
        }

            .tableAbox .tableA tr td.tdd1p p,
            .tableAbox .tableA tr td.tdd2p p,
            .tableAbox .tableA tr td.tdd3p p {
                font-size: 18px;
            }

        .tableAbox .tableA tr td.black1 {
            background: var(--blue-color);
            writing-mode: vertical-rl;
            letter-spacing: 3px;
            width: 68px;
            vertical-align: middle;
        }

            .tableAbox .tableA tr td.black1 span {
                display: inline-block;
                transform: rotate(-180deg);
            }

        .tableAbox .tableA tr td.tdd1p span,
        .tableAbox .tableA tr td.tdd2p span,
        .tableAbox .tableA tr td.tdd3p span {
            display: block;
        }

/* end */

/*footer*/

footer {
    font-size: 1.125rem;
    position: relative;
    background-color: #363436 !important;
    /* margin-top: -57px; */
}

.f-join-left p {
    font-size: 1.5rem;
}

.f-join-left h1 {
    font-size: 3.25rem;
    font-weight: bold;
}

.f-join-right .input-group {
    max-width: 416px;
    padding-left: 0.5rem;
    float: right;
}

.f-join-right input {
    font-size: 0.75rem;
    line-height: 50px;
    height: 50px;
    padding: 10px 20px;
}

.f-join-right .btn {
    z-index: 100;
    position: absolute;
    right: 0;
    line-height: 20px;
    height: 40px;
    margin: 5px;
    padding: .375rem 1.25rem;
}


.footer h3 {
    margin-bottom: 0.875rem;
    font-weight: bold;
    font-size: 1.5rem;
}

.footer,
.footer a {
    color: #fff;
}

    .footer ul li {
        line-height: 2.625rem;
    }

.f-2,
.f-3,
.f-4 {
    margin-top: 2.5rem;
}

.footer .f-1 {
    font-size: 1rem;
    color: #999;
    line-height: 1.75rem;
}




/* media select */

@media (min-width: 1921px) {
    .bg3 {
        background: url(../../images/web/bg3_2k.png) no-repeat center top;
        background-size: cover;
        margin-top: -555px;
        padding-top: 605px;
    }


    .bg6 {
        background: url(../../images/web/bg6_2k.png) no-repeat center top;
        background-size: cover;
        margin-top: -695px;
        padding-top: 765px;
    }
}

@media (min-width: 2880px) {
    .bg3 {
        background: #f2f2f2;
        min-height: auto;
        margin-top: 0;
        padding-top: 80px;
    }

    .bg6 {
        background-position: center bottom;
        margin-top: 0px;
        padding-top: 80px;
    }
}

@media(min-width:3480px) {
    .banner::after {
        background: #004189 !important;
    }
}


@media (max-width: 1550px) {

    .mt-text.animated.bounceInLeft img {
        width: 75%;
    }
}

@media (max-width: 1350px) {

    .wc-menu ul li a {
        font-size: 16px;
    }
}

@media (max-width: 1200px) {


    .wc-menu ul li a {
        font-size: 16px;
        line-height: 32px;
    }

    .wc-menu ul li {
        line-height: 50px;
    }

    .banner .mt-topic {
        font-size: 22px;
        right: 17px;
        top: 40px;
    }

    .mt-text.animated.bounceInLeft img {
        width: 70%;
    }
}

@media (max-width: 991px) {
    .navbar {
        background: #002464;
    }

    .container {
        width: 96%;
    }

    .bg1 {
        min-height: auto;
    }

    .banner .mt-text img {
        max-width: 80%;
    }

    .banner::before, .banner::after, banner .mt-topic {
        display: none;
    }

    .banner .swiper-container .swiper-slide a {
        height: 90vh;
    }

    .mt-text.animated.bounceInLeft img {
        width: 100%;
        background: rgba(0, 83, 154, .6);
        padding: 0 3rem 3rem;
    }

    .about-tt {
        padding-right: 0;
    }

    .about-csa {
        width: 60%;
    }

    .ab-rimg, .ab-limg {
        width: 40%;
    }


    .bg3 {
        min-height: auto;
    }

    .bg4 .flower {
        right: -30px;
    }

    h3.title-name {
        font-size: 2.4rem;
        margin-bottom: 25px;
    }

    .bg2 p, .bg5 p {
        font-size: 16px;
        line-height: 26px;
    }


    .l-guajian,
    .r-guajian {
        zoom: 80%;
    }

    .l-guajian {
        bottom: -460px;
    }

    .r-guajian {
        bottom: -450px;
    }

    .footer::before {
        background-image: url('../images/foot-qu-m.png');
        /* background-size: contain; */
    }

    .footer .f-1 {
        text-align: center;
        padding: 0 20%;
    }
}


@media {
    .sayac-container {
        gap: 0.5em !important;
    }

    .bg1 {
        min-height: auto;
        top: 60px;
    }

    .banner .swiper-container .swiper-slide a {
        height: 40vh;
    }

    .banner .swiper-container .swiper-pagination-bullet {
        display: none;
    }

    .banner::before,
    .banner::after {
        background-size: contain;
    }

    .banner::before {
        background-image: url('../../images/web/bg1_top-m.png');
        font-size: 24px;
        text-shadow: 1px 1px 2px #000;
    }

    .banner .mt-text {
        text-align: center;
        bottom: 0;
    }

    .banner .mt-topic {
        color: var(--red-color);
    }

    .bg2 .container {
        display: flex;
        flex-wrap: wrap;
    }

    .bg2 .ab-limg {
        order: 2;
    }

    .bg3 {
        background-image: url('../../images/web/bg3-m.png');
        padding-top: 260px;
        padding-bottom: 20px;
        margin-top: -200px;
    }

    .pl-item img {
        width: 100%;
        margin-bottom: 30px;
    }

    .pl-item h4 {
        margin-bottom: 20px;
    }

    .pl-item .l4 {
        margin-bottom: 50px;
        -webkit-line-clamp: 10;
        display: block;
        font-size: 1.25rem;
    }

    .bg4 {
        padding-top: 70px;
    }

    .imp-data-list {
    }

    .bg2 .about-csa {
        padding-bottom: 50px;
    }


    h3.title-name {
        font-size: 2rem;
        margin-bottom: 25px;
    }

    .lear-more a {
        padding: 10px;
        background-color: var(--foot-red-color);
        color: #fff;
        border-radius: 15px;
        display: block;
        text-align: center;
        font-size: 1.5rem;
    }

    .bg4 .flower {
        right: -25px;
    }

    .new-item .card-body .card-text {
        height: auto;
    }

    .bg5 {
        min-height: auto;
        padding-top: 80px;
    }

    .about-csa,
    .about-fdi,
    .ab-limg,
    .ab-rimg {
        width: 100%;
    }

    .about-tt {
        padding-right: 0;
    }

    .about-fdi {
        left: 0;
        padding: 0;
        margin-top: 80px;
        min-height: 405px;
    }

    .ab-rimg,
    .ab-limg {
        position: relative;
    }

    .btn-reg {
        padding: 0.45rem 1.85rem;
        box-shadow: 6px 6px 0 rgba(0, 0, 0, .25);
    }


    .bg6 {
        padding-top: 200px;
        margin-top: -145px;
        background-image: url('../../images/web/bg6-m.png');
        min-height: auto;
    }

    .l-guajian,
    .r-guajian {
        zoom: 40%;
    }

    .l-guajian {
        bottom: -160px;
    }

    .r-guajian {
        bottom: -170px;
    }

    /* .sche-con {
        height: 60vh;
        overflow-y: scroll;
    } */

    .bg8 {
        border-radius: 4rem 4rem 0 0;
    }

    .footer {
        padding-top: 0;
    }

    .f-join-left {
        margin-bottom: 15px;
        text-align: center !important;
    }

        .f-join-left h1 {
            font-size: 2.57rem;
        }

    .f-join-right .input-group {
        float: none;
        max-width: 100%;
    }

    .footer .f-1 {
        padding: 0;
    }


    .shape {
        visibility: visible;
    }
}

/*li {
    list-style: none;
}*/

.sekil {
    margin-top: -295px;
}

.aciklama-box {
    background-color: #e7e9e6;
    transform: translateY(-48px);
    padding: 20px;
}

.icerik {
    padding-top: 20px;
}

.icerik-box {
    font-size: 18px
}



.flip-card {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .2);
    border-radius: .1em;
    font-size: 50px;
}

    .top,
    .bottom,
    .flip-card .top-flip,
    .flip-card .bottom-flip {
        height: .75em;
        line-height: 1;
        padding: .25em;
        overflow: hidden;
        color: #ffa500;
    }

    .top,
    .flip-card .top-flip {
        background-color: #f7f7f7;
        border-top-right-radius: .1em;
        border-top-left-radius: .1em;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .bottom,
    .flip-card .bottom-flip {
        background-color: white;
        display: flex;
        align-items: flex-end;
        border-bottom-right-radius: .1em;
        border-bottom-left-radius: .1em;
    }

    .flip-card .top-flip {
        position: absolute;
        width: 100%;
        animation: flip-top 250ms ease-in;
        transform-origin: bottom;
    }

@keyframes flip-top {
    100% {
        transform: rotateX(90deg);
    }
}

.flip-card .bottom-flip {
    position: absolute;
    bottom: 0;
    width: 100%;
    animation: flip-bottom 250ms ease-out 250ms;
    transform-origin: top;
    transform: rotateX(90deg);
}

@keyframes flip-bottom {
    100% {
        transform: rotateX(0deg);
    }
}

.sayac-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    height: 60%;
    gap: 3.5em;
}

.container-segment {
    display: flex;
    flex-direction: column;
    gap: .1em;
    align-items: center;
}

.segment {
    display: flex;
    gap: .1em;
}

.segment-title {
    font-size: 1rem;
}

.container-sayac2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .container-sayac2 h3 {
        text-transform: uppercase;
        margin-bottom: 30px;
    }




.shape {
    visibility: hidden;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.footer::before {
    content: "";
    top: -130px;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('../images/foot-qu.png') no-repeat top center /cover;
}

.footer {
    margin-top: 90px;
    font-size: 1.125rem;
    position: relative;
    background-color: #002464;
    /*background: transparent url('../../images/web/foot-qu.png') no-repeat center top / cover;*/
}

.f-join-left p {
    font-size: 1.5rem;
}

.f-join-left h1 {
    font-size: 3.25rem;
    font-weight: bold;
}

.f-join-right .input-group {
    max-width: 416px;
    padding-left: 0.5rem;
    float: right;
}

.f-join-right input {
    font-size: 0.75rem;
    line-height: 50px;
    height: 50px;
    padding: 10px 20px;
}

.f-join-right .btn {
    z-index: 100;
    position: absolute;
    right: 0;
    line-height: 20px;
    height: 40px;
    margin: 5px;
    padding: .375rem 1.25rem;
}


.footer h3 {
    margin-bottom: 0.875rem;
    font-weight: bold;
    font-size: 1.5rem;
}

.footer,
.footer a {
    color: #fff;
}

    .footer ul li {
        line-height: 2.625rem;
    }

.f-2,
.f-3,
.f-4 {
    margin-top: 2.5rem;
}

.footer .f-1 {
    font-size: 1rem;
    color: #999;
    line-height: 1.75rem;
}


.footer-flex {
    display: flex;
    justify-content: space-between;
    color: white !important;
}

@media(max-width:987px) {
    .footer-flex {
        flex-direction: column;
    }
}

.sosyalmedya {
    background-color: #ffffff;
    border-radius: 30px;
    position: relative;
    z-index: 999;
}


.bantbaslik {
    background-color: #915c15;
    color: #FFFFFF;
    padding: 10px 10px;
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: bold;
    letter-spacing: 0.1rem;
    border-radius: 10px 7px;
}


@media (max-width:520px) {
    .sayac-container {
        flex-direction: column;
    }
}

.but1 {
    background-color: #f3910d;
    padding: 14px 40px;
    color: #fff;
    letter-spacing: 2px;
    cursor: pointer;
    border-radius: 30px;
    border: 2px dashed white;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    transition: .4s;
}

    .but1 span:last-child {
        display: none;
    }

    .but1:hover {
        transition: .4s;
        border: 2px dashed #f3910d;
        background-color: white;
        color: #f3910d;
    }

    .but1:active {
        background-color: #b89796;
    }

.buton-container a {
    text-decoration: none !important;
    color: white !important;
}

.slider {
    position: relative;
    z-index: 1;
}

    .slider .video-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        z-index: -1;
    }

        .slider .video-container video {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
