.arkaplan-icin{
    height: 125px !important;
}

.sem-logo{
    height: 100px !important;
}

@media (max-width: 767px) {
    .sem-logo{
        height: 75px !important;
    }
}

/* MOBİL MENÜ KISMI */

.bi-list{
    background-color: #ffffff !important;
    color: #127232 !important;
    padding: 0px 10px !important;
    border-radius: 10px !important;
    font-size: 30px !important;
    box-shadow: 0px 0px 10px rgb(0, 0, 0, 0.2) !important;
}

.offcanvas{
    background-color: #2d3e50 !important;
    border-color: #2d3e50 !important;
    border-radius: 0px !important;
}

.bi-x-circle{
    color: #ffffff !important;
    font-size: 26px !important;
}

.mobildeki-giris-kayit-hesabim{
    position: absolute !important;
    bottom: 25px !important;
}

.offcanvas-body .bi{
    margin-right: 10px !important;
}

/* SAĞ ÜST KÖŞEDEKİ GİRİŞ KAYDOL HESABIM BUTONLARI */

.sem-giris{
    color: #ffffff;
    text-align: center;
    font-size: 13px;
    border: 1px solid #127232;
    border-right: 0px;
    border-radius: 100px 0px 0px 100px;
    padding: 8px 15px 8px 15px;
    background-color: #127232 !important;
    font-weight: 500 !important;
}

.sem-kaydol{
    color: #ffffff;
    text-align: center;
    background-color: #127232 !important;
    font-size: 13px;
    border: 1px solid #127232;
    border-left: 0px;
    border-radius: 0px 100px 100px 0px;
    padding: 8px 15px 8px 15px;
    font-weight: 500 !important;
}

.sem-hesabim{
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    border: 1px solid #127232;
    background-color: #127232;
    border-radius: 100px;
    padding: 10px 15px 10px 15px;
    font-weight: 500 !important;
}

.sem-giris:hover{
    background-color: #ffffff !important;
    color: #127232 !important;
    border: 1px solid #127232;
}

.sem-kaydol:hover{
    background-color: #ffffff !important;
    color: #127232;
    border: 1px solid #127232;
}

.sem-hesabim:hover{
    background-color: #ffffff;
    color: #127232;
    border: 1px solid #127232;
}

.sem-giris .bi-box-arrow-in-right{
    margin-right: 10px;
    font-size: 18px;
}

.sem-kaydol .bi-person-plus{
    margin-right: 10px;
    font-size: 18px;
}

.sem-hesabim .bi-person-fill{
    color: #ffffff !important;
    margin-right: 10px;
    font-size: 18px;
}

.sem-hesabim:hover .bi-person-fill{
    color: #127232 !important;
}

/* MENÜ ITEMLERİ */

.nav-item:hover{
    background-color: #127232 !important;
}

.nav-link{
    color: #ffffff !important;
    padding: 10px 20px !important;
    font-size: 14px !important;
}

.nav-link:hover{
    color: #ffffff !important;
}

/* SAYFA BAŞLIĞI */

.sem-sayfa-basligi{
    color: #ffffff !important;
    font-size: 50px !important;
    margin-top: 110px !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    text-shadow: 0px 0px 50px #000000 !important;
}

.breadcrumb{
    --bs-breadcrumb-divider: '/';
    --bs-breadcrumb-divider-color: #ffffff !important;
}

.breadcrumb .breadcrumb-item, .breadcrumb .text-decoration-none{
    color: #ffffff !important;
    text-shadow: 0px 0px 10px #000000 !important;
}

/* SLIDER */

.slider{
    max-height: 600px !important;
    min-height: 599.98px !important;
    overflow: hidden !important;
    width: 100% !important;
    z-index: 999 !important;
    border-radius: 40px !important;
}

.masaustu-slider .carousel-caption{
    height: 600px !important;
    align-items: center !important;
    display: flex !important;
    justify-content: center !important;
}

.slide-image{
    width: 100% !important;
    height: auto !important;
    min-height: 599.98px !important;
}

.carousel-item{
    position: relative !important;
    height: 600px !important;
}

@media (max-width: 991.98px) {
    .carousel-caption{
        top: 32.5% !important;
    }

    .arkaplan-icin{
        height: 100px !important;
    }
}

.slide-baslik{
    color: #fff !important;
    font-size: 60px !important;
    line-height: 0px !important;
    text-shadow: 0px 0px 80px rgb(0,0,0,1) !important;
}

.slide-baslik-mobil{
    color: #fff !important;
    font-size: 40px !important;
    line-height: 55px !important;
    text-shadow: 0px 0px 80px rgb(0,0,0,1) !important;
}

/* HABERLER DUYURULAR */

.haber-mini-resim-div{
    max-height: 80px !important;
    position: relative !important;
    overflow: hidden !important;
    min-height: 79.99px !important;
    border-radius: 8px !important;
}

.haber-mini-resim{
    width: 100% !important;
    height: auto !important;
    min-height: 79.99px !important;
    border-radius: 8px !important;
}

a:hover .haber-mini-resim{
    filter: grayscale(80%) !important;
}

a:hover .haber-baslik-mini{
    color: #127232 !important;
}

a:hover .duyuru-baslik-mini{
    color: #127232 !important;
}

.haber-baslik-mini{
    line-height: 20px !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.duyuru-baslik-mini{
    line-height: 20px !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

/* BÜYÜK BAŞLIKLAR */

.buyuk-baslik-div h2{
    font-size: 50px !important;
    position: relative !important;
    z-index: 100 !important;
}

@media (max-width: 991.98px) {
    .buyuk-baslik-div h2{
        font-size: 35px !important;
    }
}

.buyuk-baslik-hr1{
    height: 40px !important;
    margin-top: -58px !important;
    z-index: 99 !important;
    transform: rotate(-3deg) !important;
    position: relative !important;
    opacity: 15% !important;
}

.buyuk-baslik-hr2{
    height: 45px !important;
    margin-top: -72px !important;
    z-index: 99 !important;
    transform: rotate(-3deg) !important;
    position: relative !important;
    opacity: 15% !important;
}

.kurslar-baslik .buyuk-baslik-hr1{
    width: 65% !important;
}

.kurslar-baslik .buyuk-baslik-hr2{
    width: 85% !important;
}

.kategoriler-baslik .buyuk-baslik-hr1{
    width: 60% !important;
}

.kategoriler-baslik .buyuk-baslik-hr2{
    width: 85% !important;
}

/* SAYILARLA ARTSEM */

.sayilarla-artsem-back{
    background-color: #f1f8ff !important;
    border-radius: 40px !important;
}

.sayilar{
    font-size: 80px !important;
    font-weight: 800 !important;
    color: #2d3e50 !important;
}

.basliklar{
    margin-top: -15px !important;
    font-weight: 600 !important;
    opacity: 60% !important;
    color: #2d3e50 !important;
}

.buyuk-baslik{
    position: relative !important;
    z-index: 100 !important;
}

.sayilarla-artsem-back .buyuk-baslik-hr1{
    width: 35% !important;
}

/* EĞİTMEN OLMAK */

.egitmen-olmak-back{
    background-color: #f1f8ff !important;
    border-radius: 40px !important;
}

.egitmen-olmak-back .buyuk-baslik-hr1{
    width: 50% !important;
}
