﻿
/* slider resim */
#sliders .carousel-inner {
    border-radius: 15px;
    height: 550px; /* ya da istediğin başka bir sabit yükseklik */
}

#sliders .carousel-item img {
    /* height: 100%;
    width: 100%;
    object-fit: contain;
    display: block; */

    width: 100%; /* Responsive */
    aspect-ratio: 1887 / 471;
    /* aspect-ratio: 1887 / 471; */
    object-fit: cover;
    display: block;
}

.hero {
    position: relative;
    text-align: center;
    /* background: color-mix(in srgb, #eceaeac7 , transparent 40%); */
    /* background: color-mix(in srgb, var(--background-color), transparent 40%); */
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 50px;
    border-top: 4px solid var(--accent-color);
    z-index: 3;
    height: 500px;
}

#slidertext {
    border-top: 4px solid #f03c02;
    background: color-mix(in srgb, #060606, transparent 40%);
}

    #slidertext h5 {
        text-align: center;
        color: #cfcfcf;
        font-family: 'Courier New', Courier, monospace;
        font-weight: bolder;
    }

    #slidertext p {
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        letter-spacing: 1px;
    }

.btn-get-started {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 32px;
    transition: 0.5s;
    margin: 10px;
    border-radius: 4px;
    color: #fff8f8;
    border: 2px solid #f03c02;
}

    .btn-get-started:hover {
        background: #f03c02;
        color: #fff8f8;
    }

/* slider2 */
#slider2 {
    border-top: 4px solid #f03c02;
    background: color-mix(in srgb, #060606, transparent 40%);
    top: 300px;
    height: 200px;
}

    #slider2 h5 {
        text-align: center;
        color: #fff8f8;
        font-family: 'Courier New', Courier, monospace;
        font-weight: bolder;
    }

    #slider2 p {
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        letter-spacing: 2px;
    }

.btn-get-started {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 32px;
    transition: 0.5s;
    margin: 10px;
    border-radius: 4px;
    color: #fff8f8;
    border: 2px solid #f03c02;
}

    .btn-get-started:hover {
        background: #f03c02;
        color: #fff8f8;
    }

.cbsgeo img {
}

/* otomatik sayım */
.dark-bg {
    background: #252525;
    color: #fff;
}


.counter-count {
    font-size: 48px;
    transition: all 0.3s ease-in-out;
}

.bg-blur {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 20px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.3);
}

.counter-card {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    backdrop-filter: blur(8px);
    box-shadow: 0 0 10px rgba(255,255,255,0.1);
    transition: transform 0.3s ease-in-out;
}

    .counter-card:hover {
        transform: scale(1.05);
        box-shadow: 0 0 20px rgba(0,0,0,0.2);
    }

.counter-count {
    font-size: 3rem;
    font-weight: 800;
    transition: all 0.5s ease-in-out;
}

.fact-icon {
    width: 60px;
    height: 60px;
    object-fit: contain;
}



/* otomatik sayım sayac */

/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

    #spinner.show {
        transition: opacity .8s ease-out, visibility 0s linear .0s;
        visibility: visible;
        opacity: 1;
    }
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

.fw-thin {
    font-weight: 100;
}

.text-uppercase {
    font-size: 14px;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.link-hover {
    transition: 0.5s;
}

    .link-hover:hover {
        color: var(--bs-primary) !important;
    }


.img-zoomin {
    transition: 0.5s;
}

    .img-zoomin:hover {
        transform: scale(1.1);
    }

/*** Topbar Start ***/
.sticky-top {
    transition: 0.5s;
    background: var(--bs-white);
}

.topbar {
    padding: 10px 0;
}

    .topbar .top-info {
        font-family: 'Montserrat', sans-serif;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 1px;
        display: flex;
        align-items: center;
    }

    .topbar .top-link {
        font-family: 'Montserrat', sans-serif;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 1px;
        display: flex;
        align-items: center;
    }

@media (max-width: 1400px) {
    .sticky-top .top-link {
        display: none;
    }
}

.topbar .top-link a {
    font-size: medium;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
}

    .topbar .top-link a small:hover {
        color: var(--bs-secondary) !important;
        transition: 0.5s;
    }

        .topbar .top-link a small:hover i {
            color: var(--bs-primary) !important;
        }

#note {
    position: relative;
    animation: noteAnimate 10s infinite;
    /* animation: noteAnimate 10s infinite; */
    animation-timing-function: ease-in-out;
    display: flex;
    align-items: center;
    margin-left: 20%;
}

@keyframes noteAnimate {
    from {
        left: -50px;
    }
    /* from {left: -735px;} */
    to {
        left: 735px;
    }
}


.imghover:hover {
    transform: rotateX(10deg) rotateY(5deg) scale(1.05);
    visibility: visible;
    border-radius: 15px !important;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    opacity: 1;
    cursor: grab;
}

/*** Topbar End ***/

/*** Navbar Start ***/

a.textt {
    display: inline-block;
    padding-bottom: 0.25rem;
    position: relative;
    user-select: none;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

    a.textt::before {
        content: "";
        position: absolute;
        left: 0%;
        bottom: 0%;
        width: 0px;
        height: 3px;
        background-color: #0099FF;
        /* background-color: rgb(0, 60, 255); */

        transition: 0.25s;
    }

    a.textt:hover::before {
        width: 50%;
    }

.navbar .navbar-nav .nav-link {
    padding: 10px 15px;
    font-weight: 400;
    font-family: 'Fredoka', sans-serif;
    font-size: 16px;
    transition: .5s;
}

    .navbar .navbar-nav .nav-link:hover,
    .navbar .navbar-nav .nav-link.active,
    .sticky-top.bg-white .navbar .navbar-nav .nav-link:hover,
    .sticky-top.bg-white .navbar .navbar-nav .nav-link.active {
        color: var(--bs-primary);
    }

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        font-weight: 400;
        font-family: 'Fredoka', sans-serif;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    /* background: var(--bs-secondary); */
    color: var(--bs-primary);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    border-radius: 10px !important;
    transition: .5s;
    opacity: 1;
}

@media (min-width: 1200px) {
    .navbar .navbar-collapse .border-top {
        border-top: none !important;
    }
}

#searchModal .modal-content {
    background: rgba(255, 255, 255, .8);
}
/*** Navbar End ***/


/*** Features Start ***/
.features {
    width: 100%;
    background: linear-gradient(rgba(26, 125, 255, 0.5), rgba(255, 255, 255, 0.3)), url(../img/features-background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*** Features End ***/


/*** Top News Start ***/
.news-2 h3 {
    position: relative;
}

    .news-2 h3::after {
        content: "";
        line-height: 1.3rem;
        background: var(--bs-secondary);
        position: absolute;
        width: 68%;
        top: 50%;
        transform: translateY(-50%);
        height: 1px;
        right: 0;
        opacity: 0.2;
    }
/*** Top News End ***/


/*** Latest News Start ***/
.latest-news .latest-news-carousel.owl-carousel {
    position: relative;
}

    .latest-news .latest-news-carousel.owl-carousel .owl-nav .owl-prev {
        position: absolute;
        top: -65px;
        right: 70px;
        font-size: 20px;
        padding: 2px 20px;
        transition: 0.5s;
        margin-right: 10px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-dark);
        border-radius: 20px;
    }

    .latest-news .latest-news-carousel.owl-carousel .owl-nav .owl-next {
        position: absolute;
        top: -65px;
        right: 0;
        font-size: 20px;
        margin-left: 10px;
        padding: 2px 20px;
        transition: 0.5s;
        border: 1px solid var(--bs-primary);
        color: var(--bs-dark);
        border-radius: 20px;
    }

        .latest-news .latest-news-carousel.owl-carousel .owl-nav .owl-prev:hover,
        .latest-news .latest-news-carousel.owl-carousel .owl-nav .owl-next:hover {
            background: var(--bs-primary);
            color: var(--bs-white);
            border-radius: 10px;
        }
/*** Latest News End ***/


/*** Whats New Start ***/
.populer-news .whats-carousel.owl-carousel {
    position: relative;
}

    .populer-news .whats-carousel.owl-carousel .owl-nav .owl-prev {
        position: absolute;
        top: -80px;
        right: 70px;
        font-size: 20px;
        padding: 2px 20px;
        transition: 0.5s;
        margin-right: 10px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-dark);
        border-radius: 20px;
    }

    .populer-news .whats-carousel.owl-carousel .owl-nav .owl-next {
        position: absolute;
        top: -80px;
        right: 0;
        font-size: 20px;
        margin-left: 10px;
        padding: 2px 20px;
        transition: 0.5s;
        border: 1px solid var(--bs-primary);
        color: var(--bs-dark);
        border-radius: 20px;
    }

        .populer-news .whats-carousel.owl-carousel .owl-nav .owl-prev:hover,
        .populer-news .whats-carousel.owl-carousel .owl-nav .owl-next:hover {
            background: var(--bs-primary);
            color: var(--bs-white);
            border-radius: 10px;
        }

.populer-news .tab-class .nav-item a.active {
    background: var(--bs-primary) !important;
}

.lifestyle .lifestyle-item {
    position: relative;
    overflow: hidden;
}

    .lifestyle .lifestyle-item img {
        transition: 0.5s;
    }

    .lifestyle .lifestyle-item:hover img {
        transform: scale(1.2);
    }

    .lifestyle .lifestyle-item .lifestyle-content {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        padding: 20px;
        display: flex;
        flex-direction: column;
        background: rgba(0, 0, 0, 0.3);
        border-radius: 10px;
    }
/*** Whats New End ***/


/*** Banner Section start ***/
.banner-2 {
    position: relative;
}

.banner-content-2 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: linear-gradient(rgba(26, 125, 255, 0.7), rgba(255, 255, 255, 0.7));
    z-index: 2;
}
/*** Banner Section End ***/


/*** Footer Start ***/

.header-text {
    color: #020d51;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 0.2em;
    /* letter-spacing: 0.1em; */
    vertical-align: inherit;
    /* font-family: barlow-medium, barlow, sans-serif; */
}


.footer-images {
    background-image: url("/img/footer.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
    image-rendering: auto;
    background-color: #4972B4; /* veya görsele uygun bir renk */
}

.footer-image1 {
    background-color: #4972B4; /* veya görsele uygun bir renk */
}

.footer-box {
    background-color: rgba(29, 64, 68, 0.247); /* Şeffaf beyaz arka plan */
    padding: 20px;
    border-radius: 10px;
}




.footer button:hover {
    background: var(--bs-white) !important;
    color: var(--bs-primary) !important;
}

.footer .footer-item-1 .line-h {
    line-height: 38px;
}

.footer .footer-item-1 a i {
    transition: 0.5s;
}

.footer .footer-item-1 a:hover i {
    color: var(--bs-primary) !important;
}

.footer .footer-item-3 a {
    line-height: 38px;
}

.footer .footer-item-2 a {
    transition: 0.5s;
}

    .footer .footer-item-2 a:hover {
        color: var(--bs-primary) !important;
    }

.footer .footer-item-3 a {
    transition: 0.5s;
}

    .footer .footer-item-3 a:hover {
        color: var(--bs-primary) !important;
    }

.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.cetvel {
    overflow: hidden;
    background-image: url("/img/cetvel.png");
    position: relative;
    width: 100%;
    background-repeat: repeat-x;
    height: 17px;
    animation: pulse 40s infinite forwards;
}

@keyframes pulse {
    0% {
        background-position-x: 0px
    }

    100% {
        background-position-x: 1000px
    }
}
/*** Footer End ***/



