@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

html::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #58c5c7;
}

html::-webkit-scrollbar {
    width: 6px;
    background-color: #58c5c7;
}

html::-webkit-scrollbar-thumb {
    background-color: #000;
}

html::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}

body {
    background-color: white;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
div,
input,
button {
    font-family: 'Poppins', sans-serif !important;
}


header {
    border-bottom: 3px solid #f26323;
}

header .navbar {
    background: white;
    height: 80px;

}

header .navbar ul li {
    margin: 0 20px;
}

header .navbar ul li a {
    color: #2f3034;
}

header .navbar ul li .nav-link:focus,
header .navbar ul li .nav-link:hover {

    color: #468bca;
}

header .navbar .btn-warning {

    background-color: white;
    border-color: #f26323;
    border-radius: 20px;
    width: 115px;
    color: #f26323;
    font-weight: 500;
    transition: all 0.3s ease;
}

header .navbar .btn-warning:hover {
    transition: all 0.3s ease;
    background-color: #468bca;
    color: white;
}

.slideraltsection {

    color: white;
}

.slideraltsection .shape1 {
    position: absolute;
    left: -1%;
    top: -65%;
    z-index: -1;
}

.slideraltsection .shape2 {
    position: absolute;
    right: -2%;
    bottom: -110%;
    z-index: -1;

}

.slideraltsection .features-item-02 {
    display: flex;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #f26323;
    padding: 0 50px;
    min-height: 220px;
}

.slideraltsection .features-item-03 {
    display: flex;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #ff6723;
    padding: 0 50px;
    min-height: 220px;
}

.slideraltsection .features-item-02 .features-content p {
    margin: 0 !important;

}

.issection {
    padding: 20px 0;
}

.hakkimizdasection {
    color: black;
}

.hakkimizdasection span {
    padding: 15px 0;
    border-bottom: 2px solid #f26323;
}

.hakkimizdasection h2 {
    margin: 25px 0;
}

.hakkimizdasection p {
    line-height: 2;
}

.btn-primary {
    background-color: #ff8b57;
    border: #ff8b57;
    padding: 10px 20px;
    border-radius: 40px;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background-color: #f26323;
    border: #f26323;
}


.anasayfaurunlersection {
    min-height: 400px;
    margin: 40px 0;
}
.anasayfaurunlersection span {
    padding: 15px 0;
    border-bottom: 2px solid #f26323;
}
.anasayfaurunlersection h2{
    margin: 25px 0;
}
.anasayfaurunlersection .urundiv {
    border: 1px solid #ccc;
    margin: 5px 0;
    border-radius: 5px;
    position: relative;
}

.anasayfaurunlersection .urundetay {
    position: absolute;
    bottom: 20px;
    background: #f26323;
    width: 80%;
    color: white;
    padding: 5px;
}

.anasayfaurunlersection .urundetay a {
    text-decoration: none;
    color: white;
}


.urunlersection {
    min-height: 400px;
    margin: 40px 0;
}

.urunlersection .urundiv {
    border: 1px solid #ccc;
    margin: 5px 0;
    border-radius: 5px;
}




footer {
    background-image: url('../img/footerbg.png');
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 40px 0;
    /* Ortala */
    background-position: top center;
    /* Tam kapla, taşma olabilir */
    width: 100%;
    height: auto;
    min-height: 300px;
    position: relative;
    float: left;
}


footer h5 {
    color: white;
    font-weight: 500;
}

footer ul li a {
    color: white;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

footer ul li a:hover {
    color: #ffb91d;
}

footer hr {
    opacity: 1;
    height: 3px;
    /* Kalınlık */
    background-color: white;
    /* Renk */
    border: none;
    /* Kenarlığı kaldır */
}

footer span {
    color: white;
    font-weight: 500;

}

footer .social-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    /* sağa hizala */
    gap: 15px;
}

footer .social-list li a {
    font-size: 20px;
    color: #fff;
    /* isteğe göre değiştirilebilir */
    text-decoration: none;
    transition: color 0.3s;
}

footer .social-list li a:hover {
    color: #ffb91d;
    /* hover rengi */
}

.userloginsection .login-container {
    height: 100vh;
}

.userloginsection .login-image {
    background: url('../img/login.jpg') no-repeat center center;
    background-size: cover;
}

.userloginsection .login-form {
    width: 100%;
    max-width: 800px;
    padding-left: 4rem;
    padding-right: 4rem;
}

.userloginsection h2 {
    font-size: 28px;
    color: black;
}

.userloginsection .btn-primary {
    background-color: #f26323;
}


.user-panel {
    position: relative;
    /* panelin absolute için referansı */
    width: 150px;
    font-family: Arial, sans-serif;
}

/* Gizli checkbox */
.user-checkbox {
    display: none;
}

/* Buton */
.user-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 10px 14px;
    background: #f26323;
    color: #fff;
    border-radius: 6px;
    font-size: 15px;
    z-index: 2;
    position: relative;
}

/* Panel */
.user-submenu {
    position: absolute;
    top: 100%;
    /* butonun hemen altı */
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    z-index: 1;
}

/* Checkbox seçiliyse aç */
.user-checkbox:checked~.user-submenu {
    max-height: 400px;
    opacity: 1;
}

/* Alt alanlar */
.subitem {
    display: block;
    padding: 12px 14px;
    margin: 6px 0;
    text-decoration: none;
    color: #111827;
    background: #f1f5f9;
    border-radius: 4px;
}

.subitem:hover {
    background: #e2e8f0;
}

/* Chevron döndürme */
.chev {
    transition: transform 0.2s ease;
}

.user-checkbox:checked+.user-toggle .chev {
    transform: rotate(-180deg);
}




.profilsection {
    padding: 20px 0;
    min-height: 70vh;
}

.profilsection .list-group a {
    border: 0;

}

.profilsection .accordion-button:not(.collapsed) {
    background-color: white !important;
}


.profilsection .destektalebi .btn {
    background: #a90532;
    border-color: #a90532;
}





.edu-breadcrumb-wrapper {
    width: 100%;
    position: relative;
    background: linear-gradient(120deg, #e9774c, #f26222);
    overflow: hidden;
}

/* Arka plandaki shape’ler */
.edu-breadcrumb-wrapper::before,
.edu-breadcrumb-wrapper::after {
    content: "";
    position: absolute;
    background: rgba(255, 255, 255, 0.18);
    filter: blur(50px);
    border-radius: 50%;
    z-index: 1;
}

.edu-breadcrumb-wrapper::before {
    width: 180px;
    height: 180px;
    top: -40px;
    right: -40px;
}

.edu-breadcrumb-wrapper::after {
    width: 220px;
    height: 220px;
    bottom: -50px;
    left: -40px;
}

/* İçerik */
.edu-breadcrumb {
    position: relative;
    z-index: 5;
    padding-left: 5px;
}

.edu-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: ">";
    color: rgba(255, 255, 255, 0.7);
    font-size: 20px;
}

.edu-breadcrumb a {
    color: #ffffff;
    font-weight: 500;
    text-decoration: none;
    font-size: 15px;
    transition: 0.2s;
}

.edu-breadcrumb a:hover {
    color: #e0e7ff;
}

.edu-breadcrumb .breadcrumb-item.active {
    color: #fff;
    font-weight: 600;
}

.derssection .course-hero {
    width: 100%;
    background: linear-gradient(120deg, #468bca, #114b83);
    color: #fff;
    padding: 40px 0;
}

.derssection .course-hero h1 {
    font-weight: 700;
}

.derssection .course-meta i {
    margin-right: 6px;
}

.derssection .course-box {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.derssection .course-box .price {
    font-size: 32px;
    font-weight: 700;
}

.derssection .section-title {
    font-size: 22px;
    font-weight: 600;
}

.derssection .curriculum-item {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 14px;
    margin-bottom: 10px;
}


.img-darla {
    width: 100%;
    height: 250px;
    /* SABİT YÜKSEKLİK */
    overflow: hidden;
}

.img-darla img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* KIRPARAK SIĞDIR */
}


.img-darla2 {
    width: 100%;
    height: 250px;
    /* SABİT YÜKSEKLİK */
    overflow: hidden;
}

.img-darla2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* SİNEMATİK GEÇİŞ */
    transition:
        transform 1.2s cubic-bezier(.22, 1, .36, 1),
        filter .8s ease;
    /* KIRPARAK SIĞDIR */
}

.img-darla2:hover img {
    transform: scale(1.15);
    filter: brightness(1.05);
}

/* Gradient shadow */
.img-darla2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60%;
    /* gölge yüksekliği */
    background: linear-gradient(to top,
            rgba(255, 140, 0, 0.75),
            /* turuncu */
            rgba(255, 140, 0, 0));
    pointer-events: none;
}


.ortadunyasection {
    background-image: url('../img/harita.png');
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 40px 0;
    /* Ortala */
    background-position: top center;
    /* Tam kapla, taşma olabilir */
    width: 100%;
    height: 100%;
    min-height: 300px;
    position: relative;
    float: left;
    margin: 10px 0;
}

.ortadunyasection h5{

    color: #f26323;
    font-size: 32px;
    font-weight: bold;
    
}