@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');

@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

:root {
    --main: #273278;
    --yellow: #F4970F;
    --p-color: #687996;
    --poppins: "Poppins", serif;
    --hover: #086DB2;
    --tch: "Nunito", sans-serif;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: var(--tch) !important;
    font-weight: 400;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
    background-color: var(--kemik);
}

a {
    text-decoration: none;
}

.logo {
    width: 16rem;
    padding: 1rem;
}

.dropdown-item {
    color: #687996;
    font-weight: 700;
}

.nav-item .nav-link {
    font-weight: 800;
    color: #4c5a72;
    margin: 0 .4rem;
    font-size: 1rem;
    font-family: var(--tch);
    box-shadow: none !important;
}

.btn-outline-primary {
    border-color: var(--main);
    color: var(--main);
    border-radius: 0rem;
    font-size: 1rem !important;
    font-weight: 700 !important;
}

.btn-primary {
    background-color: var(--main);
    border-color: var(--main);
    border-radius: 10rem;
    font-size: .9rem;
    font-weight: 600 !important;

}

.btn-outline-primary:hover {
    border-color: var(--yellow);
    color: #fff;
    background-color: var(--yellow);
}

.btn-primary:hover {
    background-color: var(--yellow);
    border-color: var(--yellow);
}

.head-top {
    background-color: var(--main);
    color: #fff;
}

.head-top a {
    color: #fff !important;
    transition: all .3s ease;
}

.head-top .dropdown-item {
    color: var(--main) !important;
    transition: all .3s ease;
    font-size: .9rem;
    font-weight: 600;
}

.head-top a:hover {
    color: var(--yellow) !important;
}

.navbar-nav .dropdown-menu {
    border: none !important;
    box-shadow: 0 1px 7px 1px #31313111;
}

/* Fade + hafif aşağıdan gelme */
.dropdown-menu.fade {
    opacity: 0;
    transform: translateY(8px);
    transition: opacity .15s ease, transform .15s ease;
}

/* Açıkken */
.dropdown-menu.fade.show {
    opacity: 1;
    transform: translateY(0);
}

/* Kapanış animasyonu için gösterimde tut */
.dropdown-menu.fade.fade-out {
    opacity: 0;
    transform: translateY(8px);
    display: block !important;
    /* transition bitene kadar gizleme */
}

/* Erişilebilirlik: hareketi azalt tercihine saygı */
@media (prefers-reduced-motion: reduce) {
    .dropdown-menu.fade {
        transition: none;
    }
}

.bottom-btn {
    color: var(--main);
    font-weight: 700 !important;
}

.text-muted {
    font-weight: 900 !important;
    color: var(--main) !important;
}

#heroSliderDesktop {
    overflow: hidden;
}

#heroSliderDesktop img {
    object-fit: cover;
    height: 38rem;
}

#heroSliderDesktop h1,
#heroSliderDesktop p {
    text-shadow: 0 3px 8px rgba(0, 0, 0, 0.6);
}

.splide__arrow svg {
    fill: var(--main);
}

.splide__arrow {
    opacity: 1;
    background-color: #fff;
}

.mega-menu img {
    object-fit: cover;
}

.mega-menu .dropdown-item {
    padding-left: 0 !important;
}

.title-area {
    max-width: 500px;
    width: 100%;
    display: grid;
    justify-content: center;
    margin: 1rem auto;
}

.title-area h2 {
    color: var(--main);
    font-weight: 700;
    font-size: 2.5rem;
    text-align: center;
}

.countries-area {
    margin-top: 5rem;
}

.title-area p {
    color: #687996;
    font-weight: 400;
    text-align: center;
}

.card-donat {
    position: relative;
    height: 100%;
    background-color: #fff;
    border-radius: .75rem;
    border-bottom: 4px solid var(--main);
    box-shadow: 0 0 4px 1px #0000001a;
    display: flex;
    flex-direction: column;
}

.card-donat img {
    width: 100%;
    height: 15rem;
    object-fit: cover;
    border-radius: .75rem .75rem 0 0;
}

.card-donat .content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* içerikleri dikeyde dengeler */
    padding: 2rem 2rem;
}


.card-donat .content h2 {
    color: var(--main);
    font-size: 1.5rem;
    font-weight: 700;
}

.card-donat .content p {
    color: #687996;
    font-size: .9rem;
}


.foot-card {
    margin-top: auto;
}

.foot-card a {
    width: 100%;
    margin-top: .5rem;
}

.card-donat .price {
    position: absolute;
    top: 11rem;
    font-size: 1.1rem;
    right: 0;
    background-color: #ffffffd5;
    color: var(--main);
    padding: .25rem 1.5rem;
    border-radius: .5rem 0 0 .5rem;
    font-weight: 800;
}

.tags {
    display: flex;
    align-items: center;
}

.tags h6 {
    font-size: .75rem;
    background-color: var(--yellow);
    color: #fff;
    padding: .2rem .5rem;
    margin-right: .5rem;
    font-weight: 700;
    border-radius: .5rem;
}

.donat-area {
    margin-top: 5rem;
}

.aboutus-area {
    margin-top: 8rem;
    padding: 5rem 0;
    background-color: #fff;
    background-image: url(../img/about-bg.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    background-clip: border-box;
}

.aboutus-area h2 {
    color: var(--main);
    font-weight: 700;
    font-size: 2.5rem;
    text-align: center;
}

.aboutus-area p {
    color: var(--p-color);
    font-size: 1rem;
    text-align: center;
    margin-top: 1rem;
}

.aboutus-area .social-area {
    margin: 2rem 0;
    margin-bottom: 1rem;
    text-align: center;
}

.aboutus-area .social-area a {
    color: var(--main);
    font-size: 1.2rem;
    margin-right: 1rem;
}

.aboutus-area .social-area a:hover {
    color: var(--yellow);
}

.about-btn {
    display: flex;
    justify-content: center;
}

.about-btn a {
    padding: .5rem 2rem;
}

.aboutus-area img {
    border-radius: .5rem;
}

.references-area {
    margin-top: 5rem;
}

#brandSlider img {
    width: 100%;
    height: 8rem;
    object-fit: contain;
    background-color: #ffffff;
    padding: 1.2rem;
    border-radius: .5rem;
    filter: grayscale(1);
    transition: all .3s ease;
}

#brandSlider img:hover {
    filter: grayscale(0);
}

#brandSlider .is-active img {
    filter: grayscale(0);
}

.contact-area {
    margin-top: 5rem;
}

.contact-box {
    background: #fff;
    border: 1px solid #e9eef5;
    border-radius: .75rem;
    padding: 1rem 1.1rem;
    display: flex;
    gap: .75rem;
    align-items: flex-start;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .04)
}

.contact-box .icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: var(--main, #2f3b8f);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    flex: 0 0 38px
}

.contact-box.social .icon {
    background: #ff9a02
}

.contact-form-wrap {
    background: #fff;
    border: 1px solid #e9eef5;
    border-radius: .75rem;
    padding: 1.25rem 1.25rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .04);
    height: 100%;
}

.contact-area .form-label {
    font-weight: 600
}

.contact-area .btn-primary {
    border-radius: 999px;
    padding: .7rem 1rem;
    margin-top: 1.2rem;
}

.info-map {
    border-radius: .75rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .04);
    padding: 1.25rem 1.25rem;
    border: 1px solid #e9eef5;
}

.info-map iframe {
    border-radius: .75rem;
}

.contact-box h6 {
    margin-bottom: 0;
}

.contact-box a {
    color: var(--main);
}

.footer-top {
    margin-top: 5rem;
    background-color: var(--main);
    padding: 5rem 5rem;
    border-radius: 4rem;
    background-image: url(../img/bg-footer.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    background-clip: border-box;
}

.footer-top h2 {
    color: #fff;
    font-size: 3.5rem;
}

.footer-top p {
    color: #eaf7ff;
    font-size: 1rem;
    font-weight: 200;
}

.btn-light {
    border-radius: 10rem;
    padding: .5rem 1.2rem;
    color: var(--main);
    font-weight: 800;
}

.btn-light:hover {
    background-color: #fff;
    color: var(--main);
}

.site-footer {
    padding: 4rem 0;
    margin-top: 7rem;
}

.site-footer h6 {
    font-weight: 800;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

.site-footer ul li {
    margin-bottom: .5rem;
}

.site-footer ul li a {
    color: var(--p-color);
}

.site-footer ul li p {
    color: var(--p-color);
}

.site-footer small {
    color: var(--p-color);
}

.site-footer small a {
    color: var(--main);
    font-weight: 700;
}

.footer-links {
    margin-bottom: 0;
}

.footer-social a {
    color: var(--main);
    font-size: 1.5rem;
}

.mobile-nav-head {
    display: none;
}

.footer-logo {
    width: 12rem;
}

/* Varsayılan olarak sadece desktop gösterilsin */
#heroSliderDesktop {
    display: block;
}

#heroSliderMobile {
    display: none;
}

/* 575.98px ve altı mobil */
@media (max-width: 767.98px) {
    #heroSliderDesktop {
        display: none !important;
    }

    #heroSliderMobile {
        display: block !important;
    }
}

.user-btn {
    border: none;
    color: var(--main);
    background: none;
    box-shadow: none;
    font-size: 1.5rem;
}

.text-muted2 {
    color: #687996;
}

.price-blur {
    filter: blur(3px);
    user-select: none;
}

.img-blur {
    filter: blur(2px);
    transition: filter .2s ease;
}

.card-donat:hover .img-blur {
    filter: blur(1px);
}

.cart-icon-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cart-icon-link:hover .cart-icon {
    color: var(--main) !important;
}

.bg-primary {
    background-color: var(--main) !important;
}

/* ========== HERO ========== */
.about-hero {
    height: 15rem;
    display: grid;
    align-items: end;
    padding: 5rem 0 2.5rem;
    overflow: clip;
    isolation: isolate;
}

.about-hero__bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: scale(1.02);
    filter: blur(2px);
    z-index: -2;
}

.about-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: -1;
    /* koyu degrade + üstte hafif cam efekti */
    background:
        linear-gradient(180deg, rgba(12, 12, 14, 0.397) 0%, rgba(12, 12, 14, 0.336) 40%, rgba(12, 12, 14, 0.425) 100%),
        radial-gradient(60% 60% at 20% 10%, rgba(255, 255, 255, .08), transparent 60%);
    backdrop-filter: saturate(120%) blur(1px);
}

/* Dekoratif shapes */
.shape {
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    filter: blur(60px);
    opacity: .25;
    pointer-events: none;
    z-index: -1;
}

.shape-1 {
    top: -60px;
    right: -60px;
    background: #7c5cff;
}

.shape-2 {
    bottom: -80px;
    left: -80px;
    background: #00d4ff;
}

/* Breadcrumb görünümü: modern, sade */
.about-breadcrumb .breadcrumb {
    --bs-breadcrumb-divider: '/';
}

.about-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: rgba(255, 255, 255, .6);
}


/* Erişilebilirlik: hareket azalt */
@media (prefers-reduced-motion: reduce) {
    .about-hero__bg {
        transition: none;
        transform: none;
    }
}

/* Küçük ekranlarda daha sıkı hero */
@media (max-width: 576px) {
    .about-hero {
        padding: 3rem 0 1.75rem;
    }
}