﻿html,
body {
    position: relative;
    width: 100%;
    min-height: -webkit-fill-available;
    height: auto;
    margin: 0;
    padding: 0;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    font-stretch: normal;
    background-color: #ffffff;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    /*    overflow-x: hidden;*/
    scroll-behavior: smooth;
    color: #7c7c7d;
    font-size: 16px;
    line-height: 1.5;
    /*background-image: url(../../../images/page/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;*/
}

    body#index-page {
        background-image: url(../../../images/page/bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }




::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

::-webkit-scrollbar-track {
    background: #eeeeee;
    border-radius: 50rem;
}

::-webkit-scrollbar-thumb {
    width: 4px;
    height: 4px;
    background: #4285f4;
    border-radius: 50rem;
}

a {
    color: #3c3c3c;
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

    a:hover {
        text-decoration: none;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

iframe {
    float: left;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.btn-blue {
    color: #ffffff;
    background-color: #4285f4;
    border-color: #4285f4;
}

    .btn-blue:hover {
        color: #ffffff;
        background-color: #3673d9;
        border-color: #3673d9;
    }

    .btn-check:checked + .btn-blue, :not(.btn-check) + .btn-blue:active, .btn-blue:first-child:active, .btn-blue.active, .btn-blue.show, .btn-blue:focus-visible {
        color: #ffffff;
        background-color: #3673d9;
        border-color: #3673d9;
    }

.navbar {
    background-color: transparent;
    width: 100%;
    --bs-navbar-padding-y: 0rem;
}


    .navbar .nav-item .nav-link {
        font-size: 13px;
        font-weight: 600;
        color: #7c7c7d;
        padding: 4px 12px;
    }

    .navbar .active .nav-link, .navbar .nav-link:hover {
        /*color: #4285f4;*/
        color: #c97528;
    }

.menu-top p {
    font-size: 14px;
    font-weight: 900;
    /*color: #4285f4;*/
    color: #c97528;
}

.info h5 {
    font-size: 13px;
    font-weight: 700;
    color: #7c7c7d;
}

    .info h5 span {
        color: #34a853;
    }

.social-footer {
    position: absolute;
    right: 0px;
}

.footer p {
    font-size: 12px;
    font-weight: 700;
    color: #7c7c7d
}


.footer .social-footer ul li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #7c7c7d !important;
    margin-left: 2px;
    font-size: 18px;
    transition: 0.3s ease-in-out;
}

    .footer .social-footer ul li:first-child {
        margin-left: 0px;
    }

    .footer .social-footer ul li a {
        display: block;
        border-radius: 50%;
        color: #7c7c7d;
    }



        .footer .social-footer ul li a:hover {
            color: #4285f4;
        }

.info-container {
    width: 1000px;
    margin: 0 auto;
}

.box-area {
    width: 1000px;
}

.table {
    width: 100%;
    height: 100%;
    /*  background-color :#4285f4;*/
}

    .table > :not(caption) > * > * {
        padding: 0px;
        border: none;
    }

.table {
    margin-bottom: 0px;
}

table tr td {
    width: 1%;
    /*  height: 10px;*/
}

    table tr td a img {
        max-width: 100%;
        height: auto;
    }
    table tr td a {
        display: flex;
    }

    table tr td span img {
        max-width: 100%;
        height: auto;
    }

    table tr td span {
        display: flex;
    }

.breadcrumb-1 .breadcrumb {
    font-size: 12px;
    font-weight: 200;
    color: #7c7c7d;
    flex-wrap: inherit;
}

    .breadcrumb-1 .breadcrumb .swiper {
        width: 100%;
        height: 100%;
    }

    .breadcrumb-1 .breadcrumb .swiper-slide {
        width: auto;
    }



.breadcrumb-1 .breadcrumb-item a {
    color: #7c7c7d;
}

    .breadcrumb-1 .breadcrumb-item a:hover {
        color: #4285f4;
    }

.breadcrumb-1 .breadcrumb-item.active {
    color: #4285f4;
}

.breadcrumb-1 .breadcrumb-item + .breadcrumb-item::before {
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    font-size: 12px;
    width: 20px;
    text-align: center;
    color: #7c7c7d;
}

.page-title h1 {
    font-size: 36px;
    font-weight: 800;
    color: #4285f4;
}

.content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #7c7c7d;
}

.content h1 {
    font-size: 30px;
    font-weight: 600;
    color: #7c7c7d;
}

.content h2 {
    font-size: 28px;
    font-weight: 600;
    color: #7c7c7d;
}

.content h3 {
    font-size: 26px;
    font-weight: 600;
    color: #7c7c7d;
}

.content h4 {
    font-size: 24px;
    font-weight: 600;
    color: #7c7c7d;
}

.content h5 {
    font-size: 22px;
    font-weight: 600;
    color: #7c7c7d;
}

.content h6 {
    font-size: 20px;
    font-weight: 600;
    color: #7c7c7d;
}

.content ul {
    padding-left: 0;
    list-style: none;
}

    .content ul li {
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 2px;
        color: #7c7c7d;
    }

        .content ul li:before {
            content: "\f178";
            font-family: "Font Awesome 6 Pro";
            font-weight: 900;
            display: inline-block;
            margin-right: 10px;
            font-size: 10px;
            color: #4285f4;
            position: relative;
            top: -2px;
        }


.header-title {
    font-weight: 800;
}

.kutu-list {
    font-size: 14px;
}

    .kutu-list a:hover {
        color: #4285f4;
    }

.basinda {
    font-size: 14px;
}

    .basinda a {
        color: #4285f4;
    }

        .basinda a:hover {
            color: #34a853;
        }

    .basinda .header-title h2 {
        font-size: 22px;
        font-weight: 700;
        color: #34a853;
    }



.form-check {
    padding-left: 1.95rem
}

.form-check {
    margin-bottom: 0px;
}


.form-check-input {
    border: 1px solid #9a9b9b;
    width: 18px;
    height: 18px;
    border-radius: 4px;
}



.form-check-label-14 {
    font-size: 14px;
    line-height: 1.43;
    margin-top: 5px;
    margin-left: 4px;
}



.form-check-input:checked {
    background-color: #4285f4;
    border-color: #4285f4;
}

.form-check-input[type=radio] {
    border-radius: 50% !important;
    width: 20px;
    height: 20px;
    border: 2px solid #9a9b9b;
}




    .form-check-input[type=radio] + .form-check-label.form-check-label-14 {
        font-size: 14px;
        line-height: 1.43;
        margin-top: 5px;
        margin-left: 4px;
    }

    .form-check-input[type=radio] + .form-check-label.form-check-label-16 {
        font-size: 16px;
        line-height: 1.5;
        margin-top: 3px;
        margin-left: 4px;
    }

.form-check-input:checked[type=radio] {
    --bs-form-check-bg-image: none;
    outline: 3px solid #ffffff;
    outline-offset: -5px;
    border: 2px solid #4285f4;
}



.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
    border: 2px solid #b80309;
}

    .was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
        box-shadow: none;
    }

    .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
        color: #7c7c7d;
    }

        .was-validated .form-check-input:invalid ~ .form-check-label.clr-white, .form-check-input.is-invalid ~ .form-check-label.clr-white {
            color: #ffffff;
        }

.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
    background-color: #4285f4;
}

.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
    box-shadow: none;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #7c7c7d;
}

    .was-validated .form-check-input:valid ~ .form-check-label.clr-white, .form-check-input.is-valid ~ .form-check-label.clr-white {
        color: #ffffff;
    }

.form-check-input:focus {
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.form-control {
    padding: 14px 12px;
    border-radius: 4px;
    border: 1px solid #ededed;
    font-size: 16px;
    font-weight: 400;
    color: #7c7c7d;
    line-height: 1.4;
    background-color: #ffffff;
    resize: none;
}

    .form-control:focus {
        color: #7c7c7d;
        background-color: #ffffff;
        border: 1px solid #4285f4;
        box-shadow: none;
    }

.card-1 .card {
    border-radius: 8px;
    border: 1px solid #dddddd;
}

    .card-1 .card .card-title {
        font-size: 18px;
        font-weight: 600;
        color: #4285f4;
    }

    .card-1 .card .card-text {
        font-size: 16px;
        font-weight: 400;
        color: #7c7c7d;
    }





* {
}


/*------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 1599.98px) {
}

@media (max-width: 1399.98px) {
}

@media (max-width: 1199.98px) {

    .navbar-toggler.navbar-menu-button {
        z-index: 5;
        border-radius: 0;
        /*       margin-right: 16px;*/
    }

    .navbar-toggler:focus, .navbar-toggler:active {
        outline: none;
        box-shadow: none;
    }

    .navbar-toggler, .navbar-toggler {
        outline: none;
        box-shadow: none;
        border: none;
    }

    .navbar-toggler {
        padding: 0px;
    }

    .animated-icon {
        width: 30px;
        height: 21px;
        position: relative;
        margin: 0px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        z-index: 10;
    }

        .animated-icon span {
            display: block;
            position: absolute;
            height: 3px;
            width: 100%;
            border-radius: 50rem;
            opacity: 1;
            left: 0;
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: .4s ease-in-out;
            -moz-transition: .4s ease-in-out;
            -o-transition: .4s ease-in-out;
            transition: .4s ease-in-out;
        }

        .animated-icon span {
            background: #4285f4;
        }

            .animated-icon span:nth-child(1) {
                top: 0px;
                -webkit-transform-origin: left center;
                -moz-transform-origin: left center;
                -o-transform-origin: left center;
                transform-origin: left center;
            }

            .animated-icon span:nth-child(2) {
                top: 9px;
                -webkit-transform-origin: left center;
                -moz-transform-origin: left center;
                -o-transform-origin: left center;
                transform-origin: left center;
            }

            .animated-icon span:nth-child(3) {
                top: 18px;
                -webkit-transform-origin: left center;
                -moz-transform-origin: left center;
                -o-transform-origin: left center;
                transform-origin: left center;
            }

        .animated-icon.open {
            height: 23.3px;
        }

            .animated-icon.open span:nth-child(1) {
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
                top: 0px;
                left: 0px;
                background: #ffffff;
            }

            .animated-icon.open span:nth-child(2) {
                width: 0%;
                opacity: 0;
            }

            .animated-icon.open span:nth-child(3) {
                -webkit-transform: rotate(-45deg);
                -moz-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                transform: rotate(-45deg);
                top: 21px;
                left: 0px;
                background: #ffffff;
            }


    .navbar .navbar-collapse {
        width: 100%;
        padding: 32px 32px 32px 32px;
        visibility: hidden;
        transform: translateX(-100%);
        border-radius: 0;
        display: block;
        position: fixed;
        top: 0px;
        left: 0px;
        height: 100%;
        z-index: 4;
        overflow-y: auto;
        overflow-x: hidden;
        transition: visibility .3s ease-in-out, transform .3s ease-in-out;
        background-color: #4285f4;
        /*   box-shadow: 4px 0 8px 0 rgba(0, 0, 0, 0.08);*/
        display: flex;
        align-items: center;
        justify-content: center;
        background-size: cover;
    }

    .disable-scroll-prog {
        overflow-y: hidden;
    }

    .navbar .navbar-collapse.show {
        visibility: visible;
        transform: translateX(0);
    }

    .navbar-nav {
        text-align: center;
    }

    .navbar .navbar-brand img {
        width: 100px;
    }

    .navbar .nav-item {
        margin-right: 0px;
        margin-bottom: 4px;
    }

        .navbar .nav-item .nav-link {
            font-size: 30px;
            font-weight: 800;
            color: #ffffff;
            padding-left: 0;
            padding-right: 0;
        }

    .info-container {
        width: 100%;
        margin: 0 auto;
    }

    .box-area {
        width: 100%;
    }
}

@media (max-width: 991.98px) {
    .social-footer {
        position: relative;
        right: auto;
    }
}


@media (max-width: 767.98px) {
}

@media (max-width: 575.98px) {
}



.beyazBox {
    display: inline-block;
    height: 10px;
    width: 10px;
    color: #f2f2f2;
    background-color: #f2f2f2;
    /* z-index: 1;*/
    position: relative;
}

.griBox {
    display: inline-block;
    height: 10px;
    width: 10px;
    color: #e3e3e3;
    background-color: #e3e3e3;
    /* z-index: 1;*/
    position: relative;
}

.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7); /* Opaklık ayarlayabilirsiniz */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999; /* Uygulamanıza göre z-index değerini ayarlayabilirsiniz */
}

/* Loader container */
.loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    z-index: 999; /* Uygulamanıza göre z-index değerini ayarlayabilirsiniz */
}


.satinAlButonu {
    background: linear-gradient(to bottom, #34a853 5%, #5cbf2a 100%);
    background-color: #34a853;
    border-radius: 17px;
    border: 2px solid #18ab29;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    padding: 3px 50px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #2f6627;
    font-weight: bold;
}

    .satinAlButonu:hover {
        background: linear-gradient(to bottom, #5cbf2a 5%, #34a853 100%);
        background-color: #5cbf2a;
    }

    .satinAlButonu:active {
        position: relative;
        top: 1px;
    }


/* Loader dönme animasyonu */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
