@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 {
    scroll-behavior: smooth;
}

body {
    font-family: 'Quicksand', sans-serif;
    background-color: #fdf4ef !important;
}

header {
    /*min-height:750px;*/
}

.bgwhite {
    /* background-color: #fff !important; */
    color: #000;
    padding: 10px 0;
}

#menubar {
    padding: 15px 0;
    background: rgb(255,131,41);
    background: linear-gradient(90deg, rgba(255,131,41,1) 0%, rgba(185,30,16,1) 100%);
}

@keyframes blink {
    0% {
        opacity: 0
    }

    49% {
        opacity: 0
    }

    50% {
        opacity: 1
    }
}

blink {
    animation: blink 1s infinite;
    font-size: 40px;
    font-weight: bolder;
    color: #fff;
}


.navbar .navbar-nav .nav-link {
    color: #fff;
    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;
    }
}

.bg {
    background-color: #fff !important;
    padding: 20px 0;
    flex-grow: 0 !important;
}

.baslik {
    font-weight: bold;
    color: #bc2211;
    text-align: center !important;
    border-bottom: 1px solid;
}

.altbaslik {
    font-weight: bold;
    color: #2800ff;
}

#goToTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 26px;
    z-index: 99;
    font-size: 14px;
    border: none;
    outline: none;
    background-color: #ff8229;
    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;
    }

@media (min-width: 992px) {
    .navbar .sep {
        line-height: 40px !important;
        color: #FFF
    }
}

.bgdark {
    background-color: #fff;
    color: #ffffff;
}

#duyuru {
    margin-bottom: 23px
}

    #duyuru li {
        color: #fff;
        background: #bc2211;
        overflow: hidden;
        height: 104px;
        padding: 33px 10px;
        line-height: 20px;
        list-style: none;
        font-size: 17px;
        text-align: left;
    }

.sayac {
    padding: 5px 15px;
    font-weight: bold;
}

    .sayac span {
        font-size: 26px;
        font-weight: 500;
    }

#sayacbg {
    /* background-color: #601a61; */
}

.gun {
    color: #ffffff;
    font-size: 11px;
}

.saat {
    color: #ffffff;
    font-size: 11px;
}

.dakika {
    color: #ffffff;
    font-size: 11px;
}

.saniye {
    color: #ffffff;
    font-size: 11px;
}

.sayacbg {
    background: rgb(238,174,202);
    background: radial-gradient(circle, rgba(238,174,202,1) 0%, rgba(148,187,233,1) 100%);
}

.sayacbaslik {
    color: #3558a7;
    font-weight: bold;
}

.gray {
    background-color: #ededed;
}

h1 {
    text-align: center;
    position: relative;
    color: #fff;
    margin: -0px -20px 20px -20px;
    padding: 6px 0;
    text-shadow: 0 1px rgba(0,0,0,.8);
    background: rgb(255 96 105);
    background: -webkit-linear-gradient(right, rgb(255 96 105) 0%, rgb(227 6 19) 50%, rgb(255 96 105) 100%);
    background: -o-linear-gradient(right, rgb(255 96 105) 0%, rgb(227 6 19) 50%, rgb(255 96 105) 100%);
    background: linear-gradient(to right, rgb(255 96 105) 0%, rgb(227 6 19) 50%, rgb(255 96 105) 100%);
    font-size: 31px;
    font-weight: 600;
}

    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;
    }

.icerik .lines {
    position: absolute;
    top: 0;
    height: 300px;
    width: 3px;
    background-color: #dea817;
}

    .icerik .lines::before, .icerik .lines::after {
        content: '';
        position: absolute;
        left: 10px;
        top: 0;
        bottom: 0;
        width: 3px;
        height: 100%;
        background: inherit;
    }

    .icerik .lines::after {
        left: 20px;
    }

.icerik:nth-child(odd) .lines {
    left: -5%
}

.icerik:nth-child(even) .lines {
    right: -5%
}

.icerik {
    position: relative;
}

footer {
    padding: 10px 0;
    background-color: #000000ed;
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
}

    footer a {
        text-decoration: none;
        color: #FFF;
    }

        footer a:hover {
            text-decoration: none;
            color: rgb(251, 255, 0);
        }

@media screen and (max-width: 991px) {
    .sep {
        display: none;
    }
}


.scroll-btn {
    display: flex;
    z-index: 999999;
    color: #fff;
    font-size: 1.5rem;
    position: absolute;
    min-height: 30px;
    left: 49%;
    transform: translateX(-50%);
    bottom: 50px;
    animation: scrolldown 1.5s ease-in-out infinite;
}

    .scroll-btn:hover {
        text-decoration: none;
        color: #fff;
    }

@keyframes scrolldown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    to {
        transform: translateY(100%);
        opacity: 0;
    }
}
/* Global Button Styles */
a.animated-button:link, a.animated-button:visited {
    position: relative;
    display: block;
    /*margin: 30px auto 0;*/
    padding: 14px 27px;
    /* color: #1975b1; */
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    letter-spacing: .08em;
    border-radius: 4px;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

    a.animated-button:link:after, a.animated-button:visited:after {
        content: "";
        position: absolute;
        height: 0%;
        left: 50%;
        top: 50%;
        width: 150%;
        z-index: -1;
        -webkit-transition: all 0.75s ease 0s;
        -moz-transition: all 0.75s ease 0s;
        -o-transition: all 0.75s ease 0s;
        transition: all 0.75s ease 0s;
    }

    a.animated-button:link:hover, a.animated-button:visited:hover {
        color: #FFF;
        text-shadow: none;
    }

        a.animated-button:link:hover:after, a.animated-button:visited:hover:after {
            height: 450%;
        }

/* Victoria Buttons */

a.animated-button.victoria-one {
    border: 2px solid #0461a1;
    color: #0461a1;
}

    a.animated-button.victoria-one:after {
        background: #0461a1;
        -moz-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
        transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    }

a.animated-button.victoria-two {
    border: 2px solid #bc2211;
    color: #bc2211;
}

    a.animated-button.victoria-two:after {
        background: #bc2211;
        -moz-transform: translateX(-50%) translateY(-50%) rotate(25deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(25deg);
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(25deg);
        transform: translateX(-50%) translateY(-50%) rotate(25deg);
    }

a.animated-button.victoria-three {
    border: 2px solid #ff8329;
    color: #ff8329;
}

    a.animated-button.victoria-three:after {
        background: #ff8329;
        opacity: .5;
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

    a.animated-button.victoria-three:hover:after {
        height: 140%;
        opacity: 1;
    }

a.animated-button.victoria-four {
    border: 2px solid #D24D57;
}

    a.animated-button.victoria-four:after {
        background: #D24D57;
        opacity: .5;
        -moz-transform: translateY(-50%) translateX(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) translateX(-50%) rotate(90deg);
        -webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
        transform: translateY(-50%) translateX(-50%) rotate(90deg);
    }

    a.animated-button.victoria-four:hover:after {
        opacity: 1;
        height: 600% !important;
    }

.shapedividers_com-6702 {
    overflow: hidden;
    position: relative;
}

    .shapedividers_com-6702::before {
        content: '';
        font-family: 'shape divider from ShapeDividers.com';
        position: absolute;
        bottom: -1px;
        left: -1px;
        right: -1px;
        top: -1px;
        z-index: 3;
        pointer-events: none;
        background-repeat: no-repeat;
        background-size: 100% 90px;
        background-position: 50% 0%;
        background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M0 .5c3.07.55 9.27-.42 16.14 0 6.88.4 13.75.57 19.14-.11V0H0z" fill="%23fbd8c2"/><path d="M0 1c3.17.8 7.29-.38 10.04-.55 2.75-.17 9.25 1.47 12.67 1.3 3.43-.17 4.65-.84 7.05-.87 2.4-.02 5.52.88 5.52.88V0H0z" opacity=".5" fill="%23fbd8c2"/><path d="M0 1.85c2.56-.83 7.68-.3 11.79-.42 4.1-.12 6.86-.61 9.58-.28 2.73.33 5.61 1.17 8.61 1 3-.19 4.73-.82 5.3-.84V.1H0z" opacity=".5" fill="%23fbd8c2"/></svg>');
    }

@media (min-width:768px) {
    .shapedividers_com-6702::before {
        background-size: 100% 90px;
        background-position: 50% 0%;
    }
}

@media (min-width:1025px) {
    .shapedividers_com-6702::before {
        bottom: -0.1vw;
        left: -0.1vw;
        right: -0.1vw;
        top: -0.1vw;
        background-size: 100% 68px;
        background-position: 50% 100%;
        background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 381 77.25" preserveAspectRatio="none"><g fill="%23ffffff"><path d="M0 68.78l381-33.86v42.33H0z"/><path d="M0 43.38l381-25.4v59.27H0z" opacity=".33"/><path d="M0 17.98L381 0v77.25H0z" opacity=".33"/></g></svg>');
    }
}

@media (min-width:2100px) {
    .shapedividers_com-6702::before {
        background-size: 100% calc(2vw + 68px);
    }
}

@media screen and (max-width: 1100px) and (min-width:992px) {

    .navbar-expand-lg .navbar-nav .nav-link {
        margin-right: 0.2rem !important;
        margin-left: 0.2rem !important;
    }

    .navbar .navbar-nav .nav-link {
        padding: 0.1rem 0.1rem !important;
        font-size: 13px;
    }
}

@media screen and (max-width: 1150px) and (min-width:1100px) {

    .navbar-expand-lg .navbar-nav .nav-link {
        margin-right: 0.2rem !important;
        margin-left: 0.2rem !important;
    }

    .navbar .navbar-nav .nav-link {
        padding: 0.6rem 0.6rem !important;
        font-size: 13px;
    }
}

@media screen and (max-width: 1200px) and (min-width:1150px) {

    .navbar-expand-lg .navbar-nav .nav-link {
        margin-right: 0.2rem !important;
        margin-left: 0.2rem !important;
    }

    .navbar .navbar-nav .nav-link {
        padding: 0.6rem 0.6rem !important;
        font-size: 14px;
    }
}

@media screen and (max-width: 1250px) and (min-width:1200px) {

    .navbar-expand-lg .navbar-nav .nav-link {
        margin-right: 0.2rem !important;
        margin-left: 0.2rem !important;
    }

    .navbar .navbar-nav .nav-link {
        padding: 0.6rem 0.6rem !important;
        font-size: 15px;
    }
}

@media screen and (max-width: 1300px) and (min-width:1250px) {

    .navbar-expand-lg .navbar-nav .nav-link {
        margin-right: 0.2rem !important;
        margin-left: 0.2rem !important;
    }

    .navbar .navbar-nav .nav-link {
        padding: 0.6rem 0.6rem !important;
        font-size: 16px;
    }
}

@media screen and (max-width: 1350px) and (min-width:1300px) {

    .navbar-expand-lg .navbar-nav .nav-link {
        margin-right: 0.2rem !important;
        margin-left: 0.2rem !important;
    }

    .navbar .navbar-nav .nav-link {
        padding: 0.6rem 0.6rem !important;
        font-size: 17px;
    }
}
