﻿html,
body {
    position: relative;
    width: 100%;
    min-height: -webkit-fill-available;
    height: auto;
    margin: 0;
    padding: 0;
    font-family: "Poppins", 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: #222222;
    font-size: 16px;
    line-height: 1.5;
    overflow-x: hidden;
}

/** {
    -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;
}*/

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 50rem;
}

::-webkit-scrollbar-thumb {
    width: 4px;
    height: 4px;
    background: rgb(6 80 137 / 1);
    border-radius: 50rem;
}

a {
    color: #222222;
    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;
    }



:root {
}


iframe {
    float: left;
}

.btn-12 {
    font-size: 12px;
    --bs-btn-padding-y: 14px;
}




.btn-gold {
    color: #eae8da;
    background-color: #c1a165;
    border-color: #c1a165;
    font-weight: 700;
}

    .btn-gold:hover {
        color: #eae8da;
        background-color: #b4904c;
        border-color: #b4904c;
    }

    .btn-check:checked + .btn-gold, :not(.btn-check) + .btn-gold:active, .btn-gold:first-child:active, .btn-gold.active, .btn-gold.show, .btn-gold:focus-visible {
        color: #eae8da;
        background-color: #b4904c;
        border-color: #b4904c;
    }








/*-------------------------------------------------*/
header {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 3;
}

.navbar {
    background: linear-gradient(to bottom, rgba(1,94,234,0.9) 0%,rgba(0,192,250,0.9) 100%);
}






    .navbar .nav-item {
        /*   margin-left: 32px;*/
    }

        .navbar .nav-item .nav-link {
            position: relative;
            font-size: 14px;
            font-weight: 400;
            color: #ffffff;
            padding: 6px 28px;
        }

        .navbar .nav-item:first-child {
            margin-left: 0px;
        }

    .navbar .active .nav-link {
        color: #ffffff;
    }

        .navbar .active .nav-link:hover {
            color: #eae8da;
        }

    .navbar .nav-link:hover {
        color: #eae8da;
    }

    .navbar .active .nav-link:before {
        position: absolute;
        content: "";
        width: 16px;
        height: 2px;
        bottom: 0px;
        right: 28px;
        border-radius: 50%;
        background-color: #e1c564
    }

    .navbar .nav-item:last-child .nav-link {
        border-left: 1px solid #ffffff;
    }

.navbar-nav .dropdown .dropdown-menu {
    background-color: #ffffff;
    border: none;
    border-radius: 0px;
    --bs-dropdown-spacer: 39px;
    --bs-dropdown-padding-y: 0px;
    box-shadow: 0px 13px 39.56px 6.44px rgba(0, 0, 0, 0.25),0px 17px 29.64px 9.36px rgba(0, 0, 0, 0.13);
    font-size: 14px;
    font-weight: 500;
}

    .navbar-nav .dropdown .dropdown-menu .dropdown-item {
        --bs-dropdown-item-padding-y: 10px;
        color: rgb(6 80 137 / 1);
        border-bottom: 1px solid rgb(6 80 137 / 0.1);
    }

        .navbar-nav .dropdown .dropdown-menu .dropdown-item:hover, .navbar-nav .dropdown .dropdown-menu .dropdown-item:focus {
            background-color: rgb(6 80 137 / 1);
            color: #ffffff;
        }





.footer {
    position: relative;
    background-color: rgb(6 80 137 / 0.90);
    margin-top: 48px;
}

    .footer i {
        color: #e1c564;
        font-size: 16px;
        font-weight: 400;
    }


    .footer p {
        color: #ffffff;
        font-size: 16px;
        font-weight: 400;
    }

    .footer a {
        color: #ffffff;
    }


        .footer a:hover {
            color: #e1c564;
        }






/*------------------------------*/




.index-box {
    height: 100vh;
    min-height: 800px;
    overflow-y: auto;
    background-image: url('../../../images/page/index-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


    .index-box .bg-box {
        position: absolute;
        top: 52%;
        background-color: rgb(6 80 137 / 0.70);
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        z-index: 1;
        padding: 50px 60px;
    }

.bg-box h1 {
    color: #ffffff;
    font-weight: 700;
    font-size: 30px;
}

.bg-box p {
    font-size: 20px;
    color: #ffffff;
}

.header-box{
    background-color:#f6f6f6;
    margin-top: 111px;
}

.page-title-1 h1{
   font-size: 36px;
   color:rgb(6 80 137 / 1);
}
.breadcrumb{
    margin-bottom: 0px;
}
.breadcrumb .breadcrumb-item{
    color:rgb(6 80 137 / 1);
    font-size: 12px;
}
    .breadcrumb .breadcrumb-item a{
     color:#222222;
    }


.form-control {
    background-color: transparent;
    border-color: #eae8da;
    border-radius: 0px;
    color: #eae8da;
    resize: none;
    font-size: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
}

::placeholder {
    font-size: 12px;
    color: #eae8da !important;
}



.form-control:focus {
    color: #c1a165;
    background-color: transparent;
    border-color: #c1a165;
    outline: 0;
    box-shadow: none;
}





.content-1 h2 {
    font-size: 26px;
    font-weight: 600;
    color: rgb(6 80 137 / 1);
}

.content-1 p i {
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    color: #222222;
}

.content-1 p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    color: #222222;
}
.slider-content p {
    color: #ffffff !important;
}

.content-1 h6 i {
    color: rgb(6 80 137 / 1);
    font-size: 16px;
    font-weight: 400;
}

.content-1 h6 {
    color: #222222;
    font-size: 12px;
    font-weight: 400;
}

.content-1 ul {
    padding-left: 0px;
}

    .content-1 ul li {
        position: relative;
        margin-bottom: 8px;
        padding-left: 30px;
        font-size: 16px;
        font-weight: 300;
        line-height: 26px;
        list-style: none;
        color: #222222;
        font-style: italic;
    }

        .content-1 ul li:before {
            content: "\f00c";
            font-family: "Font Awesome 6 Pro";
            font-weight: 400;
            font-size: 20px;
            position: absolute;
            left: 0px;
            top: 0px;
            color: rgb(6 80 137 / 1);
            font-style: normal;
        }


/*.line-clamp-10 {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
*/
.scrollable-content {
    max-height: 270px;
    overflow-y: auto;
}















.card-4 .card {
    border: none;
    box-shadow: 0px 8px 24px 2px rgba(0, 0, 0, 0.13);
    border-radius:0;
}

    .card-4 .card img {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .card-4 .card .card-body h4 i {
        color:#c1a165;
        font-size: 16px;
        font-weight: 400;
    }

    .card-4 .card .card-body h4 {
        color: #222222;
        font-size: 12px;
        font-weight: 400;
    }

    .card-4 .card .card-body h5 {
        color: rgb(6 80 137 / 1);
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 16px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .card-4 .card .card-body p {
        color: #222222;
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

        .card-4 .card .card-body p:last-child {
            margin-bottom: 0px;
        }

    .card-4 .card .card-body .icon-link {
        font-size: 14px !important;
        font-weight: 500 !important;
        color:#222222;
        margin-bottom: 0px;
    }

        .card-4 .card .card-body .icon-link > i {
            transition: .2s ease-in-out transform;
            color: rgb(6 80 137 / 1);
        }

        .card-4 .card .card-body .icon-link:hover {
            color: rgb(6 80 137 / 1);
        }

    .card-4 .card .card-body .icon-link-hover:focus-visible > i, .card-4 .card .card-body .icon-link-hover:hover > i {
        transform: var(--bs-icon-link-transform, translate3d(.25em, 0, 0));
        color: rgb(6 80 137 / 1);
    }



.katagori-box {
    position: relative;
    width: 100%;
    border-radius: 16px;
    box-shadow: 0px 8px 24px 2px rgba(0, 0, 0, 0.13);
}

    .katagori-box h2, h2.kategori-title {
        color: rgb(6 80 137 / 1);
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 16px;
    }

    .katagori-box i {
        color: rgb(6 80 137 / 1);
        font-size: 24px;
    }

.katagori-list li {
    position: relative;
    border-top: 1px solid rgb(6 80 137 /0.3);
    font-weight: 500;
}


    .katagori-list li:last-child a {
        border-radius: 0px 0px 16px 16px;
    }

    .katagori-list li ul li:last-child a {
        border-radius: 0px 0px 0px 0px;
    }

    .katagori-list li:last-child ul li:last-child a {
        border-radius: 0px 0px 16px 16px;
    }

.offcanvas-body .katagori-list li:last-child ul li:last-child a {
}

.offcanvas-body .katagori-list li:last-child a {
    border-bottom: 1px solid rgb(6 80 137 /0.3);
    border-radius: 0px 0px 0px 0px;
}

.offcanvas-body .katagori-list li ul li:last-child a {
    border-bottom: none;
    border-radius: 0px 0px 0px 0px;
}

.offcanvas-body .katagori-list li:last-child ul li:last-child a {
    border-bottom: 1px solid rgb(6 80 137 /0.3);
    border-radius: 0px 0px 0px 0px;
}



.katagori-list li a {
    display: block;
    padding: 16px 24px;
    color: #222222;
    font-size: 14px;
    font-weight: 400;
}

    .katagori-list li a:hover {
        background-color: rgb(6 80 137 / 1);
        color: #ffffff;
    }


.katagori-list li.active a, .katagori-list li ul li.active a {
    color: #ffffff;
    background-color: rgb(6 80 137 / 1);
}

    .katagori-list li.active a:hover, .katagori-list li ul li.active a:hover {
        color: #ffffff;
    }


    .katagori-list li.active a:before {
        content: "\f178";
        font-family: "Font Awesome 6 Pro";
        font-weight: 400;
        font-size: 20px;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translate(0%, -50%);
        -webkit-transform: translate(0%, -50%);
        color: #ffffff;
        font-style: normal;
    }


.offcanvas-body {
    padding: 0px 30px 30px 30px;
}

    .offcanvas-body i {
        color: rgb(6 80 137 / 1);
        font-size: 50px;
        margin-bottom: 20px;
    }

    .offcanvas-body h5 {
        color: rgb(6 80 137 / 1);
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 24px;
    }

offcanvas-body h5 b {
    font-weight: 700;
}

.offcanvas-body p {
    color: #222222;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}

.btn-close {
    background-color: rgb(6 80 137 / 1);
    opacity: 1;
    color: #ffffff !important;
    border-radius: 50%;
    --bs-btn-close-color: #f2eee2;
    --bs-btn-close-white-filter: none;
    --bs-btn-close-bg: none;
    line-height: 0px;
}

    .btn-close:hover {
        color: #ffffff;
        text-decoration: none;
        opacity: 1;
        background-color: rgb(6 80 137 / 1);
    }

    .btn-close:focus {
        color: #ffffff;
        outline: 0;
        box-shadow: none;
        opacity: 1;
        background-color: rgb(6 80 137 / 1);
    }




* {
}


/*------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 1499.98px) {
    /*   .index-hakkimizda-content p {
        -webkit-line-clamp: 9;
    }*/
}

@media (max-width: 1399.98px) {
    /* .card-5 p {
    
        -webkit-line-clamp: 2;
    }*/
}

@media (max-width: 1199.98px) {
    .menu-open {
        overflow-y: hidden;
    }

    .navbar-toggler.navbar-menu-button {
        z-index: 5;
        border-radius: 0;
        margin-right: 0px;
    }

    .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: #ffffff;
        }

            .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: #eae8da;
            }

            .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: #eae8da;
            }


    .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: linear-gradient(to bottom, rgba(1,94,234,1) 0%,rgba(0,192,250,1) 100%);
        /*   box-shadow: 4px 0 8px 0 rgba(0, 0, 0, 0.08);*/
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-top: 0px;
        padding-left: 0px;
    }

    .disable-scroll-prog {
        overflow-y: hidden;
    }

    .navbar .navbar-collapse.show {
        visibility: visible;
        transform: translateX(0);
    }



    .navbar-nav {
        text-align: center;
        width: 100%;
    }

    .navbar-expand-xl {
        flex-wrap: wrap;
        align-items: center;
    }




    .navbar .nav-item {
        margin-right: 0px;
        padding: 0px 0px;
        margin: 0px;
    }



        .navbar .nav-item .nav-link {
            font-size: 22px;
            font-weight: 600;
            position: relative;
        }

        .navbar .nav-item:last-child .nav-link {
            margin-left: 0px;
            border: none;
            padding-left: 0px;
            padding-right: 0px;
        }

    .navbar .active .nav-link:before {
        display: none;
    }

    .navbar .nav-item:last-child .nav-link {
        border-left: none;
        padding-top: 20px;
        margin-top: 20px;
    }

        .navbar .nav-item:last-child .nav-link:before {
            position: absolute;
            content: "";
            width: 30px;
            height: 2px;
            top: -0px;
            border-radius: 50%;
            background-color: #e1c564
        }

    .navbar-nav .dropdown .dropdown-menu {
        background-color: transparent;
        border: none;
        border-radius: 0px;
        --bs-dropdown-spacer: 0px;
        border-top: 1px solid none;
        font-size: 18px;
        font-weight: 400;
        text-align: center;
        padding-bottom: 0px;
        box-shadow: none;
    }

        .navbar-nav .dropdown .dropdown-menu .dropdown-item {
            color: #ffffff;
            padding-left: 30px;
            border-bottom: none;
        }

            .navbar-nav .dropdown .dropdown-menu .dropdown-item:hover, .navbar-nav .dropdown .dropdown-menu .dropdown-item:focus {
                color: #eae8da;
                background-color: transparent;
            }



    .index-box {
        position: relative;
        height: 100%;
        min-height: auto;
    }


        .index-box .bg-box {
            position: relative;
            top: auto;
            margin-top: 150px;
            margin-bottom: 60px;
            transform: none;
            -webkit-transform: none;
            z-index: 1;
            padding: 50px 60px;
        }

    .footer {
        position: relative !important;
        width: auto !important;
        bottom: auto !important;
        background-color: rgb(6 80 137 / 0.90);
        margin-top: 32px;
    }
}

@media (max-width: 991.98px) {
}

@media (max-width: 767.98px) {
    .navbar-brand img {
        height: 50px;
    }
    .header-box {
        margin-top: 76px;
    }
}

@media (max-width: 575.98px) {
    .offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
        --bs-offcanvas-width: 100%;
    }
}



/* SONRADAN EKLENEN*/
.practice-content {
    font-size: 1.1rem;
    line-height: 1.8;
    text-align: justify;
    word-break: break-word;
}

    .practice-content p {
        margin-bottom: 1.2rem;
    }

    .practice-content ul,
    .practice-content ol {
        padding-left: 1.5rem;
        margin-bottom: 1.2rem;
    }

    .practice-content li {
        margin-bottom: 0.6rem;
    }

@media (max-width: 768px) {
    .practice-content {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}