﻿
@media (min-width: 1200px) {
    .container {
        width: 1170px !important;
    }
}

#newsletter-popup-conatiner {
    background-color: rgba(12, 18, 21,0.80);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
}

#newsletter-pop-up {
    background: #ffffff repeat scroll 0 0;
    height: auto;
    left: 50%;
    min-width: 200px;
    max-width: 980px;
    max-height: 724px;
    position: absolute;
    text-align: left;
    padding: 0px;
    top: 45%;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 0;
}

    #newsletter-pop-up img {
        max-width: 980px;
        width: 100%;
        height: 100%;
    }

    #newsletter-pop-up text {
        max-width: 800px;
        width: 100%;
        height: 100%;
    }

    #newsletter-pop-up .hide-popup {
        background: #ffffff;
        cursor: pointer;
        font-size: 14px;
        line-height: 30px;
        min-width: 100px;
        position: absolute;
        right: 0;
        text-align: center;
        top: -30px;
        color: #d10d0d;
        font-weight: bold;
        border-radius: 5px 5px 0 0;
    }

        #newsletter-pop-up .hide-popup:hover {
            background: #f5f1f1;
            color: #004A6A;
        }

.blog-classic .blog-classic-title {
    font-size: 18px;
    margin-bottom: 5px;
    height: 50px;
    overflow:hidden;
}

.news-v8-content h4{
    height: 52px;
    overflow: hidden;
}
@media only screen and (max-width:767px) {
    #newsletter-popup-conatiner {
        width: 100%;
    }

    #newsletter-pop-up {
        background: #ffffff repeat scroll 0 0;
        height: auto;
        left: 50%;
        min-width: 200px;
        max-width: 980px;
        max-height: 724px;
        width: 90%;
        position: absolute;
        text-align: left;
        padding: 10px;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        border-radius: 5px 0 5px 5px;
    }
}


@media only screen and (max-width:992px) {

    #newsletter-popup-conatiner {
        width: 100%;
    }
}
h5 > a {
    color: #a49ddf !important;
}

    h5 > a:hover {
        color: #6d7cb3 !important;
    }


.videoSlider {
    /*position: fixed;*/
    top: 0;
    left: 0;
    width: 100vw;
    height: 70vh;
    object-fit: cover;
    z-index: -1;
}

.overlay {
    position: absolute;
    bottom: 0%; /* Yazı alt merkezde */
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    padding: 20px;
    z-index: 2;
}

    .overlay h1 {
        font-family: 'Oswald', sans-serif;
        color: #FFD700; /* Sarı */
        font-size: 3.5em;
        text-shadow: 2px 2px 8px #000;
        margin-bottom: 10px;
    }

    .overlay h2 {
        font-family: 'Lato', sans-serif;
        color: #fff;
        font-size: 3em;
        text-shadow: 2px 2px 8px #000;
    }

.countdown-container {
    justify-content: center;
    align-items: center;
    display: flex;
    gap: 25px;
    /*background: white;*/
    padding: 30px 40px;
    border-radius: 15px;
  /*  box-shadow: 0 8px 20px rgba(0,0,0,0.12);*/
}

.countdown-box {
    background: #1ca8d7;
    padding: 25px 35px;
    border-radius: 12px !important;
    text-align: center;
    min-width: 150px;
    user-select: none;
}

    .countdown-box .number {
        color:white;
        font-size: 4rem;
        font-weight: 700;
        line-height: 1;
    }

    .countdown-box .label {
        font-size: 2rem;
        margin-top: 20px;
        text-transform: uppercase;
        letter-spacing: 1.5px;
    }

.backgroundblue {
    background-color: #004A6A
}

.backgroundblue2 {
    background-color: #0092BF
}

.counters-v2 .color-base {
    font-size: 50px !important;
    color: #fff !important;
}

.counters-v2 h3 {
    color: #fff !important;
}

.counters-v2 .counters-v2-title {
    font-size: 30px !important;
    margin-bottom: 3px;
}
.bg-position-fixed {
    background-attachment: fixed !important;
    min-height: 100% !important;
}

/* Color Base */
.color-base-home {
    color: #9ef0fb !important;
}