﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    /*  border-color: #1861ac;*/
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    /*  border-color: #1861ac;*/
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    /*  border-top: 1px solid #e5e5e5;*/
}

.border-bottom {
    /*  border-bottom: 1px solid #e5e5e5;*/
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.about-page {
    display: flex;
    font-family: 'Segoe UI', sans-serif;
}

.sidebar {
    width: 260px;
    background-color: #000;
    color: white;
    padding: 20px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-right: 1px solid #444; /*Dikey Çizgi*/
}

    .sidebar .logo {
        width: 150px;
        margin-bottom: 30px;
    }

    .sidebar nav a {
        display: block;
        margin: 10px 0;
        color: white;
        text-decoration: none;
        font-weight: bold;
    }

    .sidebar .contact-info {
        margin-top: auto;
        text-align: center;
        font-size: 14px;
    }

    .sidebar .social-icons a {
        margin: 0 5px;
        color: white;
    }

.content {
    flex: 1;
    background-color: #111;
    color: white;
    padding: 40px;
}

.header-section h1 {
    font-size: 40px;
    margin-bottom: 10px;
}

.header-section .breadcrumb {
    color: gray;
    font-size: 14px;
}

.about-section {
    display: flex;
    margin-top: 40px;
    gap: 40px;
}

body, html {
    margin: 0;
    padding: 0;
    background-color: #000;
    color: white;
    height: 100%;
    font-family: 'Segoe UI', sans-serif;
}

.main-layout {
    display: flex;
    min-height: 100vh;
}

.sidebar {
    width: 260px;
    background-color: #000;
    padding: 20px;
    color: white;
    position: relative;
    z-index: 3;
}

    .sidebar .logo {
        width: 150px;
        margin-bottom: 20px;
    }

.menu {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

    .menu a {
        color: white;
        text-decoration: none;
        font-weight: bold;
        font-size: 16px;
    }

.contact-info {
    margin-top: auto;
    text-align: center;
    font-size: 13px;
}

    .contact-info i {
        margin-right: 5px;
    }

.social-icons a {
    color: white;
    margin: 0 5px;
}

canvas {
    background-color: #fff;
    border-radius: 8px;
    padding: 10px;
}


.content-area {
    flex: 1;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: #000;
}


.about-section .text {
    flex: 1;
}

.about-section h2 {
    color: orange;
    font-size: 30px;
    text-transform: uppercase;
}

canvas {
    background-color: transparent !important;
}

.header-slide {
    height: 400px;
    background-size: cover;
    background-position: center;
    position: relative;
}

    .header-slide .overlay {
        background-color: rgba(0, 0, 0, 0.4);
        color: white;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

        .header-slide .overlay h1 {
            font-weight: bold;
            font-size: 48px;
            text-shadow: 1px 1px 5px #000;
        }

    .header-slide .breadcrumb-text {
        font-size: 16px;
        color: #d0a85c;
        margin-top: 10px;
        letter-spacing: 1px;
    }
/*Hakkimizda slider*/
.full-slider {
    width: 100%;
    height: 400px;
    background-image: url('/images/slider1.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    margin-bottom: 40px;
    border: 1px solid #fff;
}

.slider-overlay {
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
    color: white;
    text-align: left;
}

    .slider-overlay h1 {
        font-size: 48px;
        font-weight: bold;
        text-shadow: 2px 2px 5px black;
    }

    .slider-overlay p {
        color: #d0a85c;
        font-weight: 600;
        margin-top: 10px;
    }



.about-section h3 {
    font-size: 28px;
    margin: 10px 0;
}

.about-section .image img {
    max-width: 100%;
    border-radius: 8px;
}



/*FİYAT SLIDER*/

/*FİYAT SLİDER*/
/*ANA SAYFA*/
.toggle-btn {
    background-color: #d4af37;
    color: black;
    font-weight: bold;
    padding: 12px 24px;
    border-radius: 30px;
    text-decoration: none;
    border: 2px solid #d4af37;
    cursor: pointer;
    width: 100%;
    max-width: 300px;
    transition: all 0.3s ease;
}
    .toggle-btn:hover {
        background-color: black;
        color: #d4af37;
    }

.toggle-content {
    display: none;
    background-color: #01112bab;
    color: #fff;
    border-left: 4px solid #d4af37;
    padding: 15px 20px;
    border-radius: 10px;
    text-align: left;
}

/*.hero-section {
    position: relative;
    height: 600px;*/ /* Sabit yükseklik verildi */
    /*overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}*/
.hero-section {
    /*    width: 100%;*/
    height: 400px;
    background-size: cover;
    background-position: center;
    position: relative;
    /* background: left;*/
    margin-top: -2.3rem;
}

.hero-box {
    /*border: 2px solid #d0a85c;*/ /* turuncu çerçeve */
    margin-left: -35px;
    margin-right: -35px;
}

.homebg {
    color: #01112bab;


    font-size: 20px;
}


.hero-overlay {
    /*    background-color: rgba(0, 0, 0, 0.4);*/
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.bg-video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: 0;
}

.hero-text {
    position: relative;
    z-index: 1;
    color: white;
    text-shadow: 2px 2px 8px black;
}

.section-title {
    font-size: 2rem;
    color: #d4af37;
    margin-bottom: 30px;
}

.service-box {
    background-color: #111;
    border: 2px solid #d4af37;
    border-radius: 15px;
    padding: 20px;
    color: white;
    transition: transform 0.3s ease;
}

.service-box:hover {
    transform: scale(1.05);
}

.service-box img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
}

/* .about-img {
    width: 200px;
    border-radius: 50%;
    border: 3px solid #d4af37;
} */

.about-text {
    margin-top: 20px;
    font-size: 1.2rem;
    color: #333;
}

.gallery-img {
    max-width: 100%;
    border: 3px solid #d4af37;
    border-radius: 10px;
}

.gallery-section {
    background-color: #000;
    color: white;
}

.gallery-text h3 {
    color: #d4af37;
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.gallery-text p {
    font-size: 1rem;
    color: #ccc;
}

.gallery-video {
    width: 100%;
    height: auto;
    border-radius: 10px;
    border: 3px solid #d4af37;
    object-fit: cover;
}

/*PRICES.STYLE*/

body {
    background-color: #121212;
    color: #fff;
}

.carousel-inner img {
    height: 500px;
    object-fit: cover;
    width:100%;
    height: 380px;
}

.content-area {
    flex: 1;
    /*padding: 1px;*/
    background-color: #111;
    overflow-y: auto;
    width: 100%;
    height: 100%;
}


h2 {
   /* border-left: 5px solid gold;
    border-right: 5px solid gold;*/
    padding-left: 10px;
    /* background: black; */
    
}
.baslik{
    color: #fff;
     
    font-kerning: auto;
}


/*PRICES.STYLE*/



/*YENI MENU*/
/* Sidebar dropdown */
.dropdown {
    position: relative;
    display: block;
}

.menu-link {
    display: block;
    color: white;
    /*padding: 10px 15px;*/
    text-decoration: none;
    cursor: pointer;
}

/* Alt menü (gizli başlangıç) */
.dropdown-content {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #222;
    border-radius: 5px;
    min-width: 180px;
    z-index: 1000;
}

    /* Alt menü linkleri */
    .dropdown-content a {
        padding: 10px;
        color: white;
        text-decoration: none;
        display: block;
        border-bottom: 1px solid #333;
    }

        .dropdown-content a:hover {
            background-color: #444;
        }

/* Hover ile açılır */
.dropdown:hover .dropdown-content {
    display: flex;
}

/*YENI MENU*/



/*GENEL SAC SAYFASI*/
.service-section {
    background-color: #111;
    padding: 60px 20px;
    color: white;
}

.section-heading {
    color: #f1c40f;
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 50px;
}

.service-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

    .service-block.reverse {
        flex-direction: row-reverse;
    }

.service-text {
    flex: 1;
    padding: 20px;
    max-width: 600px;
}

    .service-text h3 {
        color: #f1c40f;
        font-size: 1.8rem;
        margin-bottom: 10px;
    }

    .service-text p {
        color: #ddd;
        font-size: 1rem;
    }

.service-image {
    flex: 1;
    text-align: center;
}

    .service-image img {
        max-width: 90%;
        border-radius: 12px;
        box-shadow: 0 0 15px rgba(241, 196, 15, 0.2);
    }

/* Responsive */
@media (max-width: 768px) {
    .service-block,
    .service-block.reverse {
        flex-direction: column;
    }

    .service-text, .service-image {
        max-width: 100%;
    }
}


/*GENEL SAC SAYFASI*/
.menu-toggle {
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 1001;
    background-color: #333;
    color: white;
    border: none;
    font-size: 24px;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    display: none;
}

@media (max-width: 991px) {
    .menu-toggle {
        display: block;
    }

    .sidebar {
        position: fixed;
        top: 0;
        left: -260px;
        width: 260px;
        height: 100%;
        background-color: #111;
        z-index: 1000;
        transition: left 0.3s ease;
        overflow-y: auto;
    }

    body.menu-open .sidebar {
        left: 0;
    }

    .content-area {
        margin-left: 0 !important;
    }

    body.menu-open .content-area {
        filter: brightness(0.3);
    }
}
.gallery-text {
    padding: 15px;
    text-align: left;
}

@media (max-width: 768px) {
    .gallery-text {
        text-align: center;
        padding: 10px;
    }
}




.pricestext{
    text-align:center;
}


/*Devamını oku*/

.toggle-btn2 {
    background-color: #d4af37;
    color: black;
    font-weight: bold;
    border-radius: 30px;
    text-decoration: none;
    border: 2px solid #d4af37;
    cursor: pointer;
    width: 100%;
    max-width: 300px;
    transition: all 0.3s ease;
}

    .toggle-btn2:hover {
        background-color: black;
        color: #d4af37;
    }