﻿html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-family: Arial, Helvetica, sans-serif;
}

@media (min-width: 992px) { /* Sadece masaüstünde hover ile aç */
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}


.navbar-toggler {
    border: none !important;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

.slider_alt_container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column; /* dikey hizalama */
    justify-content: space-between; /* en üste, ortada, en altta */
    padding: 20px; /* kenarlardan boşluk */
    background: rgba(0,0,0,0.25); /* yarı saydam siyah */
    /* yarı saydam siyah arka plan */
}


    .slider_alt_container::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1; /* logo ve yazıların arkasında kalsın */
    }



.navbar_container {
    background: linear-gradient( 180deg, rgba(220, 220, 220, 1) 0%, rgba(180, 180, 180, 1) 50%, rgba(140, 140, 140, 1) 100% );
    box-shadow: inset 0 0 15px rgba(0,0,0,0.3), 0 2px 5px rgba(0,0,0,0.2); /* iç ve dış gölge */
    position: fixed;
    top: 0;
    z-index: 2;
    width: 100%;
}

.nav_li {
    font-size: 16px;
    color: #2f4a44 !important;
}




a {
    text-decoration: none;
}

.nav_a {
    color: white;
    text-decoration: none;
}

.fs_12 {
    font-size: 12px;
}

.fs_14 {
    font-size: 14px;
}

.slider_alt_container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column; /* dikey hizalama */
    justify-content: space-between; /* en üste, ortada, en altta */
    padding: 20px; /* kenarlardan boşluk */
    background: rgba(0,0,0,0.5); /* yarı saydam siyah */
    /* yarı saydam siyah arka plan */
}


    .slider_alt_container::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.7); /* yarı saydam siyah */
        z-index: -1; /* logo ve yazıların arkasında kalsın */
    }


/*@media(max-width:1200px) {
    .anasayfa_hakkimizda_p {
        font-size: 16px;
    }

    .hukuki_faaliyet_h2 {
        font-size: 24px;
    }

    .law-card .title {
        font-size: 20px !important;
    }

    .law-card .desc {
        font-size: 18px !important;
    }

    .law-card .card-footer a {
        font-size: 20px !important;
    }

    .makale .law-card .title {
        font-size: 24px !important;
        text-align: center;
    }

    .makale_yazar{
        font-size:18px !important;
    }
     .makale_icerik{
        font-size:20px !important;
    }
    .makale_detaya_git{
        font-size:20px !important;
    }

    .sss_p{
        font-size:20px !important;
    }
    .accordion-button{
        font-size:20px !important;
    }

    .subheading{
        font-size:18px !important;
    }
}

@media(min-width:1200px) {

    .law-card .title {
        font-size: 24px !important;
    }

    .hukuki_faaliyet_h2 {
        font-size: 30px;
    }

    .law-card .desc {
        font-size: 20px !important;
    }

    .law-card .card-footer a {
        font-size: 20px !important;
    }
}*/


@media(max-width:768px) {

.navbar_ust a{
margin-right:10px !important;
	}

    .hover-box {
        padding: 10px 0;
        border-radius: 10px;
        cursor: pointer;
        font-weight: 600;
        transition: all 0.3s ease;
        color: white;
        text-align: center;
        font-size: 16px;
    }

        .hover-box:hover {
            background-color: #fff;
            box-shadow: 0 0 10px rgba(0,0,0,0.2);
            color: black;
        }



    .hero_wrap_alti {
        position: absolute;
        top: 50%;
        transform: translate(0,-50%);
    }

    #heroSection {
        height: 100vh;
    }




    .slider_position_absolute {
        position: absolute;
        top: 50%;
        left: 70%;
        transform: translate(-50%,-50%);
        width: 50%;
    }

    .slider_buton {
        background-color: white;
        color: black;
        padding: 5px;
        border-radius: 10px;
        text-decoration: none;
        font-weight: 500;
        font-size: 14px;
    }

        .slider_buton:hover {
            background-color: black;
            color: white;
        }



    #heroTitle {
        font-size: 18px;
        border-bottom: 5px solid grey;
        text-align: left;
        padding-bottom: 20px;
        text-align: center;
    }

    #heroText {
        color: grey;
        font-size: 20px;
        text-align: center;
    }

    .nav_li {
        margin-bottom: 15px;
    }
}


@media (min-width:768px) and (max-width:992px) {


    .hover-box {
        padding: 10px 0;
        border-radius: 10px;
        cursor: pointer;
        font-weight: 600;
        transition: all 0.3s ease;
        color: white;
        text-align: center;
        font-size: 24px;
    }

        .hover-box:hover {
            background-color: #fff;
            box-shadow: 0 0 10px rgba(0,0,0,0.2);
            color: black;
        }



    .hero_wrap_alti {
        position: absolute;
        top: 50%;
        transform: translate(0,-50%);
    }

    #heroSection {
        height: 100vh;
    }

    .slider_position_absolute {
        position: absolute;
        top: 50%;
        left: 70%;
        transform: translate(-50%,-50%);
        width: 50%;
    }

    .slider_buton {
        background-color: white;
        color: black;
        padding: 5px;
        border-radius: 10px;
        text-decoration: none;
        font-weight: 500;
        font-size: 20px;
    }

        .slider_buton:hover {
            background-color: black;
            color: white;
        }



    #heroTitle {
        font-size: 28px;
        border-bottom: 5px solid grey;
        text-align: left;
        padding-bottom: 20px;
        text-align: center;
    }

    #heroText {
        color: grey;
        font-size: 24px;
        text-align: center;
    }

    .nav_li {
        margin-bottom: 15px;
    }
}


@media (min-width:992px) and (max-width:1200px) {
    .nav_li {
        margin-bottom: 15px;
    }

    .hover-box {
        padding: 15px 10px;
        border-radius: 10px;
        cursor: pointer;
        font-weight: 600;
        transition: all 0.3s ease;
        color: white;
        text-align: center;
        font-size: 24px;
    }

        .hover-box:hover {
            background-color: #fff;
            box-shadow: 0 0 10px rgba(0,0,0,0.2);
            color: black;
        }



    .hero_wrap_alti {
        position: absolute;
        top: 50%;
        transform: translate(0,-50%);
    }

    #heroSection {
        height: 100vh;
    }

    .slider_position_absolute {
        position: absolute;
        top: 50%;
        left: 70%;
        transform: translate(-50%,-50%);
        width: 50%;
    }

    .slider_buton {
        background-color: white;
        color: black;
        padding: 10px;
        border-radius: 10px;
        text-decoration: none;
        font-weight: 500;
        font-size: 24px;
    }

        .slider_buton:hover {
            background-color: black;
            color: white;
        }



    #heroTitle {
        font-size: 34px;
        border-bottom: 5px solid grey;
        text-align: left;
        padding-bottom: 20px;
        text-align: center;
    }

    #heroText {
        color: grey;
        font-size: 30px;
        text-align: center;
    }
}


@media (min-width:1200px) {


    .hover-box {
        padding: 15px 20px;
        border-radius: 10px;
        cursor: pointer;
        font-weight: 600;
        transition: all 0.3s ease;
        color: white;
        text-align: center;
        font-size: 20px;
    }

        .hover-box:hover {
            background-color: #fff;
            box-shadow: 0 0 10px rgba(0,0,0,0.2);
            color: black;
        }


    .hero_wrap_alti {
        position: absolute;
        bottom: 0%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

    #heroSection {
        height: 100vh;
    }

    .slider_position_absolute {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 50%;
    }

    .slider_buton {
        background-color: rgba(0,0,0,0.5);
        color: white;
        padding: 10px;
        border-radius: 10px;
        text-decoration: none;
        font-weight: 500;
        font-size: 20px;
        text-align: center
    }

        .slider_buton:hover {
            background-color: black;
            color: white;
        }



    #heroTitle {
        font-size: 34px;
        text-align: left;
        padding-bottom: 20px;
        text-align: center;
    }

    #heroText {
        color: grey;
        font-size: 24px;
        text-align: center;
    }
}




.anasayfa_hakkimizda_h5 {
    font-size: 14px !important;
    color: #678581 !important;
}

.anasayfa_hakkimizda_h3 {
    font-size: 39px !important;
    font-weight: 700;
}




.subheading {
    font-size: 12px;
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #678581;
    letter-spacing: 2px;
    font-weight: 600;
}

.heading-section h2 {
    line-height: 1.2;
    font-size: 40px;
    font-weight: 700;
}


.testimonialbaslik h2 {
    line-height: 1.2;
    font-size: 40px;
    font-weight: 700;
}

.dbox {
    margin-bottom: 20px;
}


@media(max-width:992px) {

    .dbox .icon {
        width: 15%;
        height: 50px;
        background: linear-gradient(180deg,#0c1a17 0%, #0f1f1b 60%, #0c1a17 100%);
        margin: 0;
    }


    .dbox .text {
        width: 85%;
        height: 50px;
        margin: 0;
    }

    .hukuki_makaleler_detay_foto_h2 {
        font-size: 24px;
    }
}

@media(min-width:992px) {

    .dbox .icon {
        width: 15%;
        height: 50px;
        background: linear-gradient(180deg,#0c1a17 0%, #0f1f1b 60%, #0c1a17 100%);
        margin: 0;
    }


    .dbox .text {
        width: 85%;
        height: 50px;
        margin: 0;
    }

    .hukuki_makaleler_detay_foto_h2 {
        font-size: 50px;
    }
}



.dbox .icon span {
    font-size: 20px;
    color: white;
}

.dbox p {
    margin-bottom: 0 !important;
    color: #678581;
}

    .dbox p a {
        color: #678581;
    }



section.practice {
    background: linear-gradient(180deg,#0c1a17 0%, #0f1f1b 60%, #0c1a17 100%);
    padding: 60px 0;
}

    section.practice h2 {
        color: #eaf2ee;
        font-weight: 800;
        letter-spacing: .5px;
        margin-bottom: 30px;
    }
/* Kart */
.law-card {
    background: #0f2520; /* koyu yeşil-gri */
    border: 1px solid rgba(255,255,255,.06);
    box-shadow: 0 6px 18px rgba(0,0,0,.35);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    border-radius: 18px;
    overflow: hidden;
}

    .law-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 12px 30px rgba(0,0,0,.45);
        border-color: rgba(92, 209, 155, .35);
    }
    /* Logo şeridi */
    .law-card .brand-strip {
        /*        background: linear-gradient(90deg, #0e2b24, #10322a);
*/
        background: linear-gradient( 180deg, rgba(220, 220, 220, 1) 0%, rgba(180, 180, 180, 1) 50%, rgba(140, 140, 140, 1) 100% );
        box-shadow: inset 0 0 15px rgba(0,0,0,0.3), 0 2px 5px rgba(0,0,0,0.2); /* iç ve dış gölge */
        border-bottom: 1px solid rgba(255,255,255,.06);
        padding: 12px 16px;
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .law-card .brand-strip img {
            width: 100%;
            height: 50px;
            object-fit: contain;
            filter: drop-shadow(0 1px 0 rgba(0,0,0,.2));
        }

        .law-card .brand-strip span {
            font-size: .9rem;
            color: #cfe4db;
            font-weight: 600;
            letter-spacing: .2px;
        }
    /* İçerik */
    .law-card .card-body {
        padding: 20px;
        display: flex;
        flex-direction: column;
    }

    .law-card .title {
        color: #e6fff5;
        font-size: 1.2rem;
        font-weight: 800;
        margin-bottom: 10px;
    }

    .law-card .divider {
        height: 2px;
        width: 48px;
        background: #5cd19b;
        border-radius: 2px;
        opacity: .9;
        margin: 2px 0 14px;
    }

    .law-card .desc {
        color: #c6d9d1;
        line-height: 1.55;
        font-size: .975rem;
        flex: 1;
    }

    .law-card .card-footer {
        background: transparent;
        border-top: 1px solid rgba(255,255,255,.06);
        padding: 14px 20px;
        text-align: center;
    }

        .law-card .card-footer a {
            color: white;
            font-weight: 700;
        }


.btn-outline-mint {
    --bs-btn-color: #5cd19b;
    --bs-btn-border-color: #5cd19b;
    --bs-btn-hover-bg: #5cd19b;
    --bs-btn-hover-border-color: #5cd19b;
    --bs-btn-hover-color: #0e1e1a;
}






.testimonial_container {
    background: linear-gradient(180deg, #0c1a17 0%, #0f1f1b 60%, #0c1a17 100%);
    padding: 60px 0;
}


.testimonial-card {
    background: #0f2520; /* koyu yeşil-gri ton, istersen değiştir */
    color: #cfe4db;
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 18px;
    box-shadow: 0 8px 24px rgba(0,0,0,.25);
    transition: transform .2s ease, box-shadow .2s ease;
}

    .testimonial-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 14px 34px rgba(0,0,0,.35);
    }

.testimonial-body {
    padding: 20px;
}

.testimonial-author {
    font-weight: 700;
    color: #5cd19b;
}

.testimonial-role {
    opacity: .85;
    font-size: .95rem;
}

.testimonial-quote {
    line-height: 1.6;
    margin-top: 8px;
}

/* Okları aşağı-sağa hizala (alt sağ/sol) */
.testimonial-controls {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-top: 12px;
}

    .testimonial-controls .btn {
        border-radius: 50%;
        width: 44px;
        height: 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: transparent;
        border: 1px solid #5cd19b;
        color: #5cd19b;
    }

        .testimonial-controls .btn:hover {
            background: #5cd19b;
            color: #0e1e1a;
        }

/* Carousel geçişi için küçük iyileştirme */
.carousel-item > .row {
    margin: 0;
}



/*
section.makale {
    padding: 60px 0;
}
*/
section.makale h2 {
    color: Black;
    font-weight: 800;
    letter-spacing: .5px;
    margin-bottom: 30px;
}


.makale .law-card .brand-strip img {
    width: 100%;
    height: 100px !important;
    object-fit: contain;
    filter: drop-shadow(0 1px 0 rgba(0,0,0,.2));
}

.makale .law-card {
    border-radius: 0 !important;
}

.makale .card-body {
    background-color: white;
}

    .makale .card-body .title {
        height: 100%;
        display: flex !important;
        align-items: center !important;
        justify-content:center;
    }


.position_absolute_makale {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: white;
    color: black;
    text-align: center;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

    .position_absolute_makale p {
        margin-bottom: 0;
        color: black;
        font-weight: 700;
        text-transform: uppercase;
    }

.makale .law-card .title {
    color: black;
    font-size: 1.2rem;
    font-weight: 800;
    margin-bottom: 10px;
    text-align: center;
}

.makale .law-card {
    background: #0f2520;
    border: none;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .35);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
    border-radius: 18px;
    overflow: hidden;
}



.accordion {
    /*    background: linear-gradient(180deg,#0c1a17 0%, #0f1f1b 60%, #0c1a17 100%);

*/
    background: linear-gradient(90deg, #0e2b24, #10322a) !important;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    border: 1px solid white;
}

/* .active, .accordion:hover {
        background-color: #ccc;
    }*/

.panel {
    padding: 50px 30px;
    display: none;
    background-color: white;
    overflow: hidden;
}

.m_100 {
    margin-top: 100px !important;
}


.accordion {
    background-color: white !important;
}

.accordion-button::after {
    content: "+";
    font-weight: 800;
    font-size: 1.25rem;
    line-height: 1;
    margin-left: auto;
    color: #0a0a0a;
}

.accordion-button:not(.collapsed)::after {
    content: "−";
}

/* (İsteğe bağlı) koyu başlık stili */
.accordion-button {
    background: linear-gradient(90deg, #0e2b24, #10322a) !important;
    color: white !important;
    font-weight: 700 !important;
}

    .accordion-button:not(.collapsed) {
        background: white !important;
        color: #0c2a22 !important;
    }



.faaiye_absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
   justify-content: center;
   align-items: center; /* en üste, ortada, en altta */
    padding: 20px; /* kenarlardan boşluk */
    background: linear-gradient( 90deg, rgba(14, 43, 36, 0.45), rgba(16, 50, 42, 0.96) ) !important;
    /* yarı saydam siyah arka plan */
}

    .faaiye_absolute h2 {
        font-size: 85px !important;
    }
.faaiye_absolute div {
    display: none !important;
}
    .faaiye_absolute::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.6); /* yarı saydam siyah */
        z-index: -1; /* logo ve yazıların arkasında kalsın */
    }


.col-6.p-0.position-relative {
    display: block;
}

.fs_50 {
    font-size: 50px;
}

a {
    text-decoration: none !important;
}

.dropdown-item:active {
    background-color: #2f4a44 !important;
}

.dropdown-item:hover {
    background-color: #2f4a44 !important;
    color: white !important;
}


.faaliyet_img_yazi {
    font-family: 'Times New Roman' !important;
}



@media(max-width:992px) {
    .telefon_link {
        text-decoration: none;
        color: white;
        background-color: black;
        padding: 15px;
        gap: 20px;
        font-size: 11px;
    }

    .whatsapp_link {
        text-decoration: none;
        color: white;
        background-color: #2f4a44;
        padding: 15px;
        gap: 20px;
        font-size: 11px;
    }
}

@media(min-width:992px) {
    .telefon_link {
        text-decoration: none;
        color: white;
        background-color: black;
        padding: 15px;
        gap: 20px;
        font-size: 16px;
    }

    .whatsapp_link {
        text-decoration: none;
        color: white;
        background-color: #2f4a44;
        padding: 15px;
        gap: 20px;
        font-size: 16px;
    }
}

.telefon_link:hover {
    transform: scale(1.1);
}



.whatsapp_link:hover {
    transform: scale(1.1);
}



.makale_yazar {
    color: gray;
    font-size: 14px;
}

.makale_icerik {
    color: black;
}


.makale_detaya_git {
    color: #2f4a44;
    text-align: center;
    font-weight: 800;
    border-bottom: 10px solid #2f4a44;
    padding: 10px 50px;
    font-size: 14px;
}

.makale_card:hover .makale_detaya_git {
    font-size: 16px;
}

.son_makaleler_container {
    border-bottom: 1px solid #2f4a44;
    margin-bottom: 10px;
}

.son_makaleler_p {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 0;
}

.son_makaleler_h5 {
    font-size: 25px;
    border-bottom: 5px solid black;
}

.son_makaleler_a {
    color: grey;
}

    .son_makaleler_a:Hover .son_makaleler_p {
        color: #2f4a44;
        cursor: pointer;
    }

.iletisim_card {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.iletisim_card_a {
    color: gray;
    font-size: 20px;
}

    .iletisim_card_a:hover {
        color: #2f4a44;
        font-size: 22px !important;
    }



.footer_bg {
    /*background: linear-gradient( 180deg, rgba(220, 220, 220, 1) 0%, rgba(180, 180, 180, 1) 50%, rgba(140, 140, 140, 1) 100% );
    box-shadow: inset 0 0 15px rgba(0,0,0,0.3), 0 2px 5px rgba(0,0,0,0.2);*/ /* iç ve dış gölge */

    background-color: rgba(0,0,0,0.95);
    margin-top: 100px;
}

.footer_logo {
    width: 300px;
}


.footer_ul li {
    margin-bottom: 10px;
}

    .footer_ul li a {
        color: white;
        font-size: 16px !important;
    }

        .footer_ul li a p {
            color: white;
            font-size: 15px !important;
        }

        .footer_ul li a:hover {
            color: black;
        }

.border_bottom_footer {
    border-bottom: 2px solid gray;
    padding-bottom: 10px;
    text-align: center;
}

.footer_li_a i {
    margin-right: 10px;
}


.hukukimakalelerdetaybaslik {
    background-color: #2f4a44;
    margin: 20px 0;
    text-align: center !important;
    padding: 15px 0;
    color: white;
    border-radius: 10px;
}



.dropdown-menu {
    width: 100%;
    background: linear-gradient( 180deg, rgba(220, 220, 220, 1) 0%, rgba(180, 180, 180, 1) 50%, rgba(140, 140, 140, 1) 100% );
    box-shadow: inset 0 0 15px rgba(0,0,0,0.3), 0 2px 5px rgba(0,0,0,0.2); /* iç ve dış gölge */
    text-align: center !important;
}





    .dropdown-menu .dropdown-item {
        font-size: 20px !important;
        color: white;
    }


.card-body .title {
    text-align: center;
}

.card-body .desc {
    text-align: center;
}

.card-body .divider {
    text-align: center;
}


.accordion-button::after {
    content: "+" !important;
    background-image: none !important;
    font-weight: 800 !important;
    font-size: 1.25rem !important;
    line-height: 1 !important;
    margin-left: auto !important;
    color: white !important;
}

.accordion-button:not(.collapsed)::after {
    content: "−" !important;
    color: black !important;
}

.son_makaleler_a .son_makaleler_p {
    text-align: center;
}

.son_makaleler_a .makale_yazar {
    text-align: center;
}


.whatsapp-fixed-container {
    position: fixed;
    right: 30px;
    bottom: 50px;
    z-index: 9999;

}

/* WhatsApp Butonu */
.whatsapp-link {
    display: inline-block;
    background-color: #25d366;
    color: white;
    font-weight: bold;
    padding: 10px 15px;
    border-radius: 50px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    font-size: 14px;
    color: white !important;
    position: relative;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

    /* WhatsApp İkonu */
    .whatsapp-link i {
        font-size: 30px;
        z-index: 2;
    }

/* Dalga Animasyonu */
/*.wave {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(37, 211, 102, 0.5);
    border-radius: 50%;
    animation: wave-animation 1.5s infinite;
}*/

    /* Dalga Efektinin Zamanlaması */
    /*.wave:nth-child(2) {
        animation-delay: 0.5s;
    }

    .wave:nth-child(3) {
        animation-delay: 1s;
    }*/

/* Dalga Animasyonu */
/*@keyframes wave-animation {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }

    100% {
        transform: scale(2.5);
        opacity: 0;
    }
}*/




#heroSection {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-image 1s ease-in-out;
}


.text_justify{
    text-align:justify;
}


.accordion-body{
    text-align:justify !important;
}