﻿@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gemunu+Libre:wght@700&display=swap');

html, body {
    scroll-behavior: smooth;
}

body {
    font-family: 'Quicksand', sans-serif;
}

body {
    overflow-x: hidden;
}

#menubar {
    padding: 15px 0;
    background: rgb(147, 119, 180);
    background: linear-gradient(90deg, rgb(184 31 42) 0%, rgb(168 25 39) 13%, rgb(145 28 107) 20%, rgb(53 67 204) 44%, rgb(54 73 202) 80%, rgb(57 133 249) 100%);
}

.navbar .navbar-nav .nav-link {
    color: #fff !important;
    padding: 0.3rem 0.3rem !important;
    font-size: 16px;
    font-weight: bold;
}

.navbar-nav a {
    line-height: 1;
    display: inline-block;
    color: #fff !important;
    text-decoration: none;
}

    .navbar-nav a:after {
        display: block;
        content: "";
        height: 2px;
        margin-top: 3px;
        width: 0%;
        background-color: #fff !important;
        transition: width .3s ease-in-out;
    }

    .navbar-nav a:hover:after,
    .navbar-nav a:focus:after {
        width: 100%;
    }

.navbar .navbar-nav a {
    text-decoration: none;
}

.navbar {
    padding: .2rem .6rem;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        margin-right: 0.4rem;
        margin-left: 0.4rem;
    }
}

.btn-box {
    background-color: #fff;
    border-right: 2px solid #5b3b90;
    padding: 40px;
}

.time-box {
    padding: 10px
}

.serviceBox {
    background: #fff;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding: 40px 15px 25px;
    border-radius: 10px;
    position: relative;
    min-height: 270px;
}

    .serviceBox:after {
        content: "";
        background: linear-gradient(to bottom, #f36b23, #f68e1d);
        width: 100%;
        height: 40px;
        border-radius: 10px 10px 0 0;
        position: absolute;
        top: 0;
        left: 0;
    }

    .serviceBox:before {
        content: "";
        background: linear-gradient(to bottom, #f36b23, #f68e1d);
        width: 100%;
        height: 40px;
        border-radius: 10px 0 0 0;
        position: absolute;
        top: 0;
        left: 0;
    }

    .serviceBox:after {
        background: #f36b23;
        top: auto;
        bottom: 0;
        height: 10px;
        border-radius: 0 0 10px 10px;
    }

    .serviceBox .title {
        color: #fff;
        background: #f36b23;
        font-size: 17px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        padding: 10px 12px 9px;
        margin: -10px 0 18px;
        display: inline-block;
        position: relative;
    }

        .serviceBox .title:before,
        .serviceBox .title:after {
            content: "";
            background: linear-gradient(to top left, #c14f1d 49%, transparent 50%);
            width: 10px;
            height: 10px;
            position: absolute;
            top: 0;
            left: -10px;
        }

        .serviceBox .title:after {
            transform: rotateY(180deg);
            left: auto;
            right: -10px;
        }

    .serviceBox .service-icon {
        color: #f36b23;
        font-size: 50px;
        line-height: 50px;
        margin: 0 0 15px;
    }

    .serviceBox .description {
        color: #999;
        font-size: 13px;
        line-height: 22px;
        margin: 0;
    }

    .serviceBox.purple:before {
        background: linear-gradient(#036db8, #199fcb)
    }

    .serviceBox.purple:after,
    .serviceBox.purple .title {
        background: #214785;
    }

        .serviceBox.purple .title:before,
        .serviceBox.purple .title:after {
            background: linear-gradient(to top left, #214785 49%, transparent 50%);
        }

    .serviceBox.purple .service-icon {
        color: #c64292;
    }

    .serviceBox.cgreen:before {
        background: linear-gradient(#2da197, #4bb8ad);
    }

    .serviceBox.cgreen:after,
    .serviceBox.cgreen .title {
        background: #2da197;
    }

        .serviceBox.cgreen .title:before,
        .serviceBox.cgreen .title:after {
            background: linear-gradient(to top left, #1b817b 49%, transparent 50%);
        }

    .serviceBox.cgreen .service-icon {
        color: #2da197;
    }

    .serviceBox.green:before {
        background: linear-gradient(#82c145, #b1d23f);
    }

    .serviceBox.green:after,
    .serviceBox.green .title {
        background: #82c145;
    }

        .serviceBox.green .title:before,
        .serviceBox.green .title:after {
            background: linear-gradient(to top left, #41a133 49%, transparent 50%);
        }

    .serviceBox.green .service-icon {
        color: #82c145;
    }

@media only screen and (max-width: 990px) {
    .serviceBox {
        margin: 0 0 30px;
    }
}

/*SAYA�*/
.time-box {
    display: inline-block;
    text-align: center;
    padding: 15px;
}

    .time-box span {
        display: block;
        font-size: 48px;
        font-weight: 700;
        color: rgb(255 255 255);
        line-height: 1.2;
        text-align: center;
    }

    .time-box .label {
        margin-top: 5px;
        font-size: 14px;
        color: #ffffff;
        /* Label yaz� rengi */
    }

.banner {
    position: relative;
    background-size: cover !important;
    overflow: hidden;
    /* display: flex; */
    width: 100%;
    -webkit-clip-path: ellipse(123% 100% at 50% 0%);
    clip-path: ellipse(124% 92% at 50% 0%);
}

/*DAVET*/

.hero-section {
    padding: 50px 20px;
}

    .hero-section img {
        border-radius: 10px;
        max-width: 100%;
        height: auto;
    }

.hero-text h1 {
    color: #004080;
    font-weight: bold;
}

.hero-text p {
    color: #333;
    line-height: 1.6;
    text-align: justify;
    font-size: 15px;
}

.highlight {
    color: #ff7f50;
    font-weight: bold;
}

.davet-image {
    position: relative;
    max-width: 600px;
    mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 554 467"><path fill-rule="evenodd" clip-rule="evenodd" d="M256.927 460.599C207.571 462.931 156.167 476.468 111.79 455.259C65.553 433.161 32.097 390.267 12.5337 343.796C-6.6261 298.284 1.09308 248.529 4.0835 199.413C7.34839 145.79 -9.38287 80.4032 30.8056 43.6927C71.6018 6.42725 138.713 33.5642 194.04 25.8959C239.474 19.5988 282.42 -8.70963 326.803 2.66757C371.57 14.1428 397.872 56.3382 431.965 86.885C470.993 121.852 523.678 146.258 541.433 194.97C560.374 246.935 558.866 309.117 530.316 356.718C502.393 403.276 444.817 422.38 393.302 441.955C349.644 458.543 303.723 458.387 256.927 460.599Z" /></svg>') no-repeat center;
    -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 554 467"><path fill-rule="evenodd" clip-rule="evenodd" d="M256.927 460.599C207.571 462.931 156.167 476.468 111.79 455.259C65.553 433.161 32.097 390.267 12.5337 343.796C-6.6261 298.284 1.09308 248.529 4.0835 199.413C7.34839 145.79 -9.38287 80.4032 30.8056 43.6927C71.6018 6.42725 138.713 33.5642 194.04 25.8959C239.474 19.5988 282.42 -8.70963 326.803 2.66757C371.57 14.1428 397.872 56.3382 431.965 86.885C470.993 121.852 523.678 146.258 541.433 194.97C560.374 246.935 558.866 309.117 530.316 356.718C502.393 403.276 444.817 422.38 393.302 441.955C349.644 458.543 303.723 458.387 256.927 460.599Z" /></svg>') no-repeat center;
    background-color: #000;
    /* Maskenin arka plan rengi */
}

#countdown {
    background: linear-gradient(#b91f2a, #662e99);
    transform: translateY(-34px);
    border-radius: 20px;
    margin-top: -81px;
}

.altbaslik {
    padding: 6px;
    color: #fff;
    font-size: 23px;
    background: linear-gradient(#036db8, #199fcb);
    border-radius: 0 15px 0 0;
    font-weight: bold;
}

.konusmac�-gorsel {
    border-radius: 8px 3px 5px 87px;
}

footer {
    background: #0d6581;
    font-size: 14px;
    text-align: center;
    padding: 30px;
    color: #ffffff;
}

/*BTN DEFAULT*/
.btn {
    color: #036db8;
    font-weight: 700;
    letter-spacing: 1.5px;
    padding: 8px 15px;
    border: 2px solid #036db8;
    border-radius: 0;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    font-size: 14px;
}

.btn-default:hover {
    color: #3c1053;
    border: 2px solid #3c1053;
}

.btn-default:before,
.btn-default:after {
    content: "";
    width: 16px;
    height: 16px;
    border-style: solid;
    border-width: 2px 0 0 2px;
    border-color: #036db8;
    position: absolute;
    top: -6px;
    left: -6px;
    transition: all 0.3s ease-in-out;
}

.btn-default:after {
    border-width: 0 2px 2px 0;
    top: auto;
    bottom: -6px;
    left: auto;
    right: -6px;
}

.btn-default:hover:before,
.btn-default:hover:after {
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    border-color: #3c1053;
    transform: rotateY(180deg);
}

@media only screen and (max-width: 767px) {
    .btn-default {
        margin-bottom: 30px;
    }
}

#duyuru li {
    color: #000 !important;
    background: #FFFFFF;
    overflow: hidden;
    padding: 10px;
    line-height: 30px;
    list-style: none;
    font-size: 16px;
    text-align: left;
    border-bottom: 1px solid #c0c0c0;
    border-right: 4px solid #851012;
}

    #duyuru li:nth-child(even) {
        border-right: 4px solid #334284;
    }

        #duyuru li:nth-child(even) span {
            color: #334284;
        }

    #duyuru li:hover {
        background: #F2F2F2;
    }

    #duyuru li span {
        font-weight: bold;
        color: darkred;
    }

.konusmacı-gorsel {
    border-radius: 8px 3px 5px 87px;
}

@media (max-width: 992px) {
    .time-box span {
        font-size: 20px;
    }

    #countdown {
        transform: none;
        margin: 15px 0;
    }
}

.duyuru-gun {
    font-size: 64px;
    font-weight: bold;
    color: #E82125;
}

.tarih {
    font-size: 16px;
    font-weight: bold;
    color: #118dc4;
}

.duyuru-baslik {
    font-size: 19px;
    color: #118dc4;
    font-weight: bold;
}

.blink {
    animation: sirenText 2s linear infinite;
    font-weight: bold;
    font-family: sans-serif;
}

@keyframes sirenText {
    0% {
        color: red;
        opacity: 1;
    }

    25% {
        opacity: 0;
    }

    50% {
        color: blue;
        opacity: 1;
    }

    75% {
        opacity: 0;
    }

    100% {
        color: red;
        opacity: 1;
    }
}



