body {
    background-color: #000000 !important;
    color: #ffffff !important;
    overflow-x: hidden;
}

.navbar-arka-renk{
    background-color:#000000;
}

a:visited {
    text-decoration: none;
    color: #ffffff;
}

a:hover {
    text-decoration: none;
    color: #FF0000;
}

a:active {
    text-decoration: none;
    color: #950101;
}

a:link {
    text-decoration: none;
    color: #ffffff;
}

.banneryazi{
    background-color: #3D0000;
    border: 3px solid #950101;
    border-radius: 10px;
    margin: 10px;
    padding: 10px;
}

.ara {
    border: 2px solid #950101;
    border-radius: 5px;
    margin: 5px;
    padding: 5px;
    background-color: #3D0000;
    color: white;
}

.cizgi {
    border: 3px solid #950101;
}

.sliderimg {
    height: 500px;
    width: 100%;
}

.sliderimg1 {
    background-color: #3D0000;
    border: 3px solid #950101;
    border-radius: 10px;
    margin: 10px;
    padding: 5px;
    height: 500px;
    width: 100%;
}

.slide-yazi-arka{
    background-color: #3D0000;
    border: 3px solid #950101;
    border-radius: 10px;
    margin: 10px;
    padding: 10px;
    opacity: 0.7;
}

.card-group{
    background-color: #3D0000;
    border: 5px solid #950101;
    border-radius: 10px;
    margin: 10px;
}

.footer {
    background-color: #000000;
    color: white;
    text-align: center;
}

.socialmedia{
    background-color: #3D0000;
    border: solid 3px #950101;
    border-radius: 10px;
    margin: 10px auto;
    padding: 8px 12px;
    color: white;
    text-align: center;
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
    width: auto;
}

.custom-tabs .nav-link {
    color: #ffffff !important;
    background-color: transparent;
    border: 1px solid #FF0000;
    margin: 0 10px;
    border-radius: 30px;
    transition: all 0.3s ease;
    font-weight: bold;
}

.custom-tabs .nav-link:hover {
    background-color: #3D0000;
    color: #FF0000 !important;
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.5);
}

.custom-tabs .nav-link.active {
    background-color: #FF0000 !important;
    color: #fff !important;
    border-color: #FF0000;
    transform: scale(1.05);
    box-shadow: 0 0 15px rgba(255, 0, 0, 0.8);
}

.masonry-gallery {
    column-count: 3;
    column-gap: 10px;
}

.masonry-item {
    break-inside: avoid;
    margin-bottom: 10px;
}

.masonry-item img {
    width: 100%;
    border-radius: 8px;
    display: block;
}

@media (max-width: 768px) {
    .masonry-gallery {
        column-count: 1;
    }
}

.baslik-cizgili {
    color: #FF0000;
    border-bottom: 2px solid #950101;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.link-kutusu {
    display: block;
    background-color: #000000 !important;
    color: #ffffff !important;
    border: 2px solid #950101;
    padding: 15px;
    margin-bottom: 15px;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 0 5px rgba(149, 1, 1, 0.2);
}

.link-kutusu:hover {
    background-color: #950101 !important;
    border-color: #FF0000 !important;
    color: #ffffff !important;
    transform: translateX(10px);
    box-shadow: 0 0 20px rgba(255, 0, 0, 0.6);
}

.link-kutusu .ikon {
    color: #FF0000 !important;
    margin-right: 15px;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.link-kutusu:hover .ikon {
    color: #ffffff !important;
    transform: scale(1.2);
}

.link-kutusu small {
    color: #bbbbbb !important;
}
.link-kutusu:hover small {
    color: #eeeeee !important;
}

.navbar-nav .nav-link.active {
    background-color: transparent !important;
    border: none !important;
    color: #FF0000 !important;
    font-weight: bold;
    text-shadow: 0 0 10px rgba(255, 0, 0, 0.8), 0 0 20px rgba(255, 0, 0, 0.5);
    transform: scale(1.1);
}

.navbar-nav .nav-link {
    color: #cccccc !important;
    transition: all 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: #ffffff !important;
    text-shadow: 0 0 5px #ffffff;
}

.dropdown-menu  {
    background-color: #000000;
    border: 1px solid #950101;
    color: white;
}

.dropdown-item {
    color: #ffffff;
}

.dropdown-item:hover {
    background-color: #950101;
    color: #ffffff;
}

.gothic-font {
    font-family: 'Gothic';
}

.accordion-item {
    background-color: transparent;
    border: none;
    margin-bottom: 10px;
}

.accordion-button {
    background-color: #000000;
    color: #fff;
    border: 1px solid #950101;
    border-radius: 5px !important;
}

.accordion-button:not(.collapsed) {
    background-color: #950101;
    color: #fff;
    box-shadow: 0 0 10px rgba(149, 1, 1, 0.5);
}

.accordion-body {
    background-color: #000000;
    color: #ffffff;
    border: 1px solid #950101;
    border-top: none;
    border-radius: 0 0 5px 5px;
}

.accordion-button::after {
    filter: invert(1);
}

.display-5.text-danger {
    color: #FF0000 !important;
    text-shadow: 0 0 1px rgba(255, 0, 0, 0.8);
    font-family: 'Gothic', sans-serif;
    letter-spacing: 2px;
}

.text-muted {
    color: #eeeeee !important;
    font-size: 1.1rem;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    opacity: 1 !important;
}

.text-center h2.text-danger {
    color: #FF0000 !important;
    text-shadow: 0 0 2px rgba(255, 0, 0, 0.8), 0 0 10px rgba(255, 0, 0, 0.6);
    letter-spacing: 2px;
    font-weight: 800;
}

.text-center p.text-muted {
    color: #eeeeee !important;
    font-size: 1.1rem;
    text-shadow: 2px 2px 4px #000000;
    opacity: 1 !important;
}

.icon-box {
    width: 60px;
    height: 60px;
    background-color: #000000;
    border: 2px solid #FF0000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.5);
    transition: all 0.3s ease;
}

.icon-box i {
    color: #FF0000 !important;
}

.d-flex:hover .icon-box {
    background-color: #FF0000;
    box-shadow: 0 0 20px rgba(255, 0, 0, 0.9);
    transform: scale(1.1);
}

.d-flex:hover .icon-box i {
    color: #ffffff !important;
}

.col-md-5 h5 {
    color: #FF0000 !important;
    text-shadow: 0 0 5px rgba(255, 0, 0, 0.5);
    font-weight: bold;
}

.card {
    background-color: #000000 !important;
    border: 3px solid #950101 !important;
    box-shadow: 0 0 20px rgba(149, 1, 1, 0.4);
}

.form-control {
    background-color: #ffffff !important;
    color: #000000 !important;
    border: 2px solid #950101 !important;
}

.form-control:focus {
    background-color: #ffffff !important;
    border-color: #FF0000 !important;
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.4) !important;
}

.form-label {
    color: #FF0000 !important;
    font-weight: bold;
}

.card-body h3 {
    color: #ffffff !important;
    text-shadow: none !important;
}

.btn-danger {
    background-color: #950101 !important;
    border-color: #950101 !important;
    color: #ffffff !important;
    font-weight: bold;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.btn-danger:hover {
    background-color: #FF0000 !important;
    border-color: #FF0000 !important;
    box-shadow: 0 0 15px rgba(255, 0, 0, 0.6);
    transform: scale(1.02);
}

.card-group {
    background-color: transparent !important; 
    border: none !important;
    padding: 10px;
    gap: 20px;
}

.card {
    background-color: #000000 !important;
    border: 1px solid #FF0000 !important;
    border-radius: 10px !important;
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.2);
    margin-bottom: 20px;
}

.card-title {
    color: #FF0000 !important;
    text-shadow: 0 0 5px rgba(255, 0, 0, 0.6);
    font-weight: bold;
}

.card-text {
    color: #eeeeee !important;
    font-size: 1rem;
}

.card-footer {
    background-color: transparent !important;
    border-top: 1px solid #333333 !important;
}

.modal-content {
    background-color: #000000 !important;
    border: 2px solid #FF0000 !important;
    box-shadow: 0 0 25px rgba(255, 0, 0, 0.6);
    color: #ffffff !important;
}

.modal-header, .modal-footer {
    border-color: #950101 !important;
}

.modal-title {
    color: #FF0000 !important;
    font-weight: bold;
    text-shadow: 0 0 10px rgba(255, 0, 0, 0.5);
    font-family: 'Gothic', sans-serif;
}

.btn-close {
    filter: invert(1) grayscale(100%) brightness(200%);
    opacity: 0.8;
}

.btn-close:hover {
    opacity: 1;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.footer {
    background-color: #050000 !important;
    border-top: 4px solid #FF0000 !important;
    box-shadow: 0 -10px 20px rgba(255, 0, 0, 0.3);
    margin-top: 50px !important;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 0 !important;
}

.footer h2, .footer h3, .footer h4, .footer h5 {
    color: #ffffff !important;
    text-shadow: none !important;
}

.footer h2 {
    color: #FF0000 !important;
    font-weight: bold;
    text-shadow: 0 0 10px rgba(255, 0, 0, 0.6) !important;
}


.carousel-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    background: linear-gradient(to top, #000000 0%, transparent 50%);
    pointer-events: none; 
}