:root {
    --bgcprimary: #055c9d;
    --bgcsecondary: #003060;
}

body {
    font-family: 'Poppins', sans-serif;
}

.ltr {
    background: var(--bs-gray-dark);
    background: linear-gradient(to left, var(--bgcsecondary) 50%, var(--bgcprimary) 50%) right;
    background-size: 200%;
    transition: .5s ease-out;
}

.ltr:hover {
    background-position: left;
}

.c-primary {
    color: var(--bgcprimary);
}

.categories-head span.h6 {
    font-size: 18px;
    font-family: "Poppins", sans-serif !important;
    line-height: 1.1;
    font-weight: 600;
    margin-bottom: 15px;
    display: inline-block;
    color: var(--bgcprimary);
}

.categories-head span.h6::before {
    width: 51px;
    height: 3px;
    left: -60px;
}

.categories-head span.h6::after {
    width: 51px;
    height: 3px;
    right: -60px;
}

.categories-head span.h6::before {
    background: var(--bgcprimary);
    width: 51px;
    height: 3px;
    left: -60px;
}

.categories-head span.h6::after {
    content: "";
    background: var(--bgcprimary);
    position: absolute;
    right: -60px;
    top: 10px;
    width: 51px;
    height: 3px;
    z-index: 0;
}

.categories-head span.h6::before {
    content: "";
    background: var(--bgcprimary);
    position: absolute;
    left: -60px;
    top: 10px;
    width: 51px;
    height: 3px;
    z-index: 0;
}

.categories-head span.h6 {
    position: relative;
}

.categories-title span.h1 {
    display: block;
    font-weight: 800;
    color: #3a3a3a;
    font-family: 'Poppins', sans-serif;
}

.categories-title span.h2 {
    display: block;
    font-weight: 200;
    color: #3a3a3a;
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
}


/* Yatırım Turu */

.yatirim-turu {
    width: 100% !important;
    height: auto !important;
}

.campaign-type {
    background: #f6f6f6;
    color: #3a3a3a;
    padding: 12px;
    font-family: "Poppins";
    border-radius: 20px;
    min-height: 575px;
}

.rr:hover .tt-none {
    display: block !important;
}

p.clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify;
    min-height: 70px;
    word-break: break-word;
}

.type-desc {
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stats-sub-title {
    color: #575757;
}

.progress-line {
    display: flex;
    width: 100%;
    padding: 5px;
    background: #ECEFF1;
    height: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
    position: relative;
}

.progress-line[fi]::after {
    content: "Hedef";
    right: 0px;
    top: 25px;
    position: absolute;
    font-size: 0.8rem;
    background: #388E3C;
    color: white;
    padding: 5px;
    border-radius: 9px;
    cursor: pointer;
}

.progress-line[fi] .first:nth-child(1):after {
    display: none;
}

.progress-line .first {
    height: 10px;
    width: 100px;
    color: black;
    position: relative;
}

.progress-line .first:nth-child(1):after {
    content: "Hedef";
    position: absolute;
    font-size: 0.8rem;
    background: #388E3C;
    color: white;
    padding: 5px;
    border-radius: 9px;
    cursor: pointer;
}

.bottom-progress:nth-child(1):after {
    right: -20px;
    top: 20px;
}

.top-progress:nth-child(1):after {
    right: -20px;
    top: -40px;
    z-index: 0;
}

.progress-line .first:nth-child(1):before {
    content: "";
    right: -5px;
    top: 0;
    position: absolute;
    color: #388E3C;
    font-weight: 900;
    border-left: 5px solid #388E3C;
}

.progress-line .first:nth-child(2)::after {
    content: "Toplanan";
    right: 0px;
    top: 20px;
    position: absolute;
    font-size: 0.8rem;
    background: #2E7D32;
    color: white;
    padding: 5px;
    border-radius: 9px;
    cursor: pointer;
}

.progress-line .first:nth-child(2)::before {
    content: "";
    right: -5px;
    top: 0;
    position: absolute;
    color: #2E7D32;
    font-weight: 900;
    border-left: 5px solid #388E3C;
}

.progress-line .first:nth-child(1) {
    background: #388E3C;
    animation-name: first_key;
    animation-duration: 3s;
}

.progress-line .first:nth-child(2) {
    background: #2E7D32;
    animation-name: second_key;
    animation-duration: 6s;

}


@keyframes first_key {
    from {
        width: 0%
    }

    to {}
}

@keyframes second_key {
    0% {
        width: 0%;
    }

    100% {
        display: block;
    }
}

.buttons-campaign {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-primary-new {
    background-color: var(--bgcprimary);
}

.bg-soft {
    background: rgba(0, 0, 0, 0.8);
    color: rgba(255, 255, 255, 1)
}

.bg-75 {
    padding-top: 80px;
    padding-bottom: 80px;
    font-family: 'Poppins', sans-serif;
}

.category-bg {
    background: #f5f5f5
}

.categories-title>h3,
h1 {
    text-transform: capitalize;
}


.categories-title span.h1 {
    display: block;
    font-weight: 800;
    color: #3a3a3a;
    font-family: 'Poppins', sans-serif;
}

.categories-title span.h2 {
    display: block;
    font-weight: 200;
    color: #3a3a3a;
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
}

.categories-owl {
    margin-top: 25px;
}

.category-item {
    height: 200px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background: white;
    border-radius: 12px;
    color: #3a3a3a;
    text-decoration: none;
    position: relative;
}

.category-item .icon {
    font-size: 3vw;
}

.category-item .text {
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center;
}

.category-item:hover {
    height: 190px;
    color: #ffffff;
    background: var(--bgcprimary);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.category-item .icon::before {
    content: '';
    border: 3px solid var(--bgcprimary);
    border-radius: 50%;
    opacity: 0.149;
    position: absolute;
    left: 27px;
    top: 34px;
    width: 12px;
    height: 12px;
    z-index: 1;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.category-item .icon::after {
    content: '';
    border: 3px solid var(--bgcprimary);
    border-radius: 50%;
    opacity: 0.3;
    position: absolute;
    right: 45px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    z-index: 1;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.centred {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Komite */

.komite-ozgecmis h3 {
    color: white;
    font-size: 1.4rem;
}

.komite {
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #f4f4f4;
    -webkit-transition: all 750ms ease;
    -moz-transition: all 750ms ease;
    -ms-transition: all 750ms ease;
    -o-transition: all 750ms ease;
    transition: all 750ms ease;
    border-radius: 22px;
    position: relative;
}

.komite .komite-profil {
    z-index: 1;
    background: #3a3a3a;
    border-radius: 50%;
    border: 1px solid black;
}

.z-3 {
    z-index: 3 !important;
}

.komite .komite-profil img {
    width: 180px;
    border-radius: 50%;
    height: 180px;
    -webkit-transition: all 450ms ease;
    -moz-transition: all 450ms ease;
    -ms-transition: all 450ms ease;
    -o-transition: all 450ms ease;
    transition: all 450ms ease;
    z-index: 2;
    object-fit: cover;
}

.komite-name {
    margin-top: 20px;
    font-weight: 700;
    z-index: 1;
    font-size: 18px;
    text-align: center;
    padding: 8px;
    border-radius: 25px;
    min-width: 125px;
    -webkit-transition: all 450ms ease;
    -moz-transition: all 450ms ease;
    -ms-transition: all 450ms ease;
    -o-transition: all 450ms ease;
    transition: all 450ms ease;
}

.komite:hover .komite-profil img {
    border: 2px solid white;
    padding: 3px;
    box-shadow: 0 0 0 10px #fff;
    transform: scale(0.9);

}

.komite:hover {
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    background: var(--bgcprimary);
    background-image: url('../images/komite-bg.png');
    background-blend-mode: multiply;
    color: white;
    background-position-x: center;
}

.komite:hover .komite-name {
    background: white;
    color: black;
}

.komite:hover .komite-social {
    background: white;
    color: black;

}

.komite-social {
    margin-top: 20px;
    display: flex;
    -webkit-transition: all 450ms ease;
    -moz-transition: all 450ms ease;
    -ms-transition: all 450ms ease;
    -o-transition: all 450ms ease;
    transition: all 450ms ease;
    border-radius: 35px;
}

.komite-social .item {
    margin: 1rem;
    font-size: 1.2rem;
    cursor: pointer;
}

.komite-social .item a {
    color: black;
}

.komite:hover .komite-social {
    color: white;
    z-index: 1;
}

.komite-ozgecmis {
    padding: 12px;
    position: absolute;
    background: var(--bgcprimary);
    height: 100%;
    width: 100%;
    border-radius: 22px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
}

.komite-ozgecmis .close {
    background: white;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    cursor: pointer;
}

.komite-ozgecmis p {
    text-align: justify;
    height: 80%;
    min-height: 175px;
    overflow-y: scroll;
    font-size: 13px;
}


.komite-ozgecmis p::-webkit-scrollbar {
    display: none;
}


.komite-ozgecmis p {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.komite-social .item a:hover {
    color: black;
}

/* How It Works*/
.timeline-item {
    display: flex;
    padding: 12px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.timeline-item:hover {
    background-color: var(--bgcprimary) !important;
    color: #ECEFF1;
    cursor: pointer;
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

.timeline-item:nth-child(even) {
    background-color: #f5f5f5;
}

.timeline-item:nth-child(odd) {
    background-color: #f5f5f5;
}

.timeline-content {
    display: flex;
    flex-direction: column;
}

.timeline-img-content {
    min-width: 80px;
}

.timeline-item .timeline-img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;

}

.timeline-item .timeline-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.timeline-title {
    font-weight: bold;
    font-size: 24px;
}

.border-right {
    border-left: 2px solid #313131;
}

.border-left {
    border-right: 2px solid #313131;

}


.how-to-donate {
    border-radius: 20px;
    background-color: #fafafa;
    padding: 12px;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    margin: 12px 0 12px 0;
}

.how-to-donate:hover .number,
.how-to-donate:hover .title {
    color: var(--bgcprimary);
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;

}

.how-to-donate>.title {
    font-size: clamp(24px, 2vw, 24px);
    font-weight: bold;
    min-height: 40px;

}

.how-to-donate>.description {
    text-align: justify;
    min-height: 120px;
}

.how-to-donate>.number {
    font-size: 6rem;
    font-weight: bold;
}

picture img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.paydaslar {
    margin-top: 1rem;
    margin-bottom: 1rem;
    background-image: url("/assets/images/bg/stakeholders-bg.jpg");
}

.bg-brands {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-25 {
    height: 25vh;
    font-family: 'Poppins', sans-serif;
}


.grayscale {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.grayscale:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}

.campaign-poster {
    display: inline-block;
    aspect-ratio: 16 / 9;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.owl-paydaslar img {
    height: 100px !important;
    width: auto !important;
}

@media screen and (max-width: 3600px) and (min-width: 1200px) {

    .campaign-type {
        margin-bottom: 20px;
        z-index: 0;
        transition: transform .3s ease-out;
    }
}

@media only screen and (max-width: 600px) {
    :root {
        --swiper-navigation-size: 25px !important;
    }

    .category-item .icon {
        font-size: 15vw;
    }

    .slider-swi .img-slider img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }



    .type-desc>p.clamp-3 {
        width: 87%;
    }
}


@media only screen and (max-width: 800px) {

    .m-flex-column {
        flex-direction: column;
        margin-bottom: 1rem;
        margin-top: 1rem;
    }

    .mobile-flex-center {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .ltr {
        margin-top: 1rem;
    }

    .border-right {
        border-left: 0px;
    }

    .timeline-item {
        margin: 12px 0px 0px 0px;
    }

    picture img {
        width: 100%;
        height: 400px;
        object-fit: cover;
    }


}


footer {
    font-family: 'Poppins', sans-serif;
    border-top: 5px solid var(--bgcprimary);
    margin-top: 2rem;

}

.footer-logo {
    height: 45px;
    width: auto;
}

.footer-pages {
    font-weight: 600;

}

.footer-pages a {
    text-decoration: none;
    color: #4D4D4D;
    font-size: 14px;
    margin-right: 1.5rem;
}

.footer-pages a:hover {
    color: var(--bgcprimary);
}

footer a {
    color: #4D4D4D !important;
}

footer a:hover {
    color: var(--bgcprimary) !important;
}

.social-media {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #3a3a3a;
}

.social-media a {
    text-decoration: none;
    color: #3a3a3a;
    font-size: 1.5rem;
}

.social-media a:hover {
    color: var(--bgcprimary);
}

.footer-header {
    font-size: 19px;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    line-height: 1.25;
    color: #24292d;
}

.contact-us i {
    font-size: 1rem;
    color: #330033;
    margin-right: 1rem;
    height: 1rem;
    width: 1rem;
}


.contact-us {
    color: #272729;
    width: 100%;

}

.comment {
    background: #f1f1f1;
    padding: 8px;
    border-radius: 12px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 12px;
}

.comment-q-user-img {
    display: inline-block;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;

}

.comment-q-user-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
}

.comment-q-line {
    display: flex;
    align-items: start;
    margin-bottom: 18px;
}

.comment-q-item {
    margin-left: 12px;
}

.comment-q-user-name {
    font-weight: 500;
    font-size: 16px;
}

.comment-q-question {
    font-size: 14px;
}

.q-answer {
    margin-left: 2rem;
}

.comment-q-date {
    font-size: 10px;
    text-decoration: italic;
    margin-top: 1rem;
}

@media only screen and (max-width: 768px) {
    .q-answer {
        margin-left: 22px;
    }
}

.checkout-campign-banner img {
    aspect-ratio: 16 / 9;
    height: auto;
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
}

.payment-type {
    margin: 12px 0px 12px 0px;
    align-items: center;
    background-color: #fefdfe;
    border-radius: 1em;
    box-shadow: 0 0 1em rgba(0, 0, 0, 0.0625);
    display: flex;
    padding: 1em;
    justify-content: space-between;
}

.payment-type.selected {
    background: rgb(53 188 78 / 40%)
}

.amount-details .list-group-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.details-head {
    font-weight: 600;
    color: #222222;
    text-transform: capitalize;
}

.details-value {
    font-weight: 400;
    color: #222222;
    text-transform: capitalize;
}

.payment-name {
    font-weight: 500;
    font-size: 1rem;
    color: #222222;
}

.payment-type .form-check-input:checked {
    background-color: #007c11;
    border-color: #007c11;
}

button.confirm-payment {
    background-color: var(--bgcprimary);
    border: none;
    border-radius: 1em;
    color: #fff;
    cursor: pointer;
    font-size: 1em;
    font-weight: 500;
    padding: 0.75em 1.5em;
    text-align: center;
    text-transform: uppercase;
    transition: background-color 0.3s;
    display: block;
    width: 100%;
    margin: 12px 0px 12px 0px;
}

button.cancel-payment {
    background-color: var(--bs-dark);
    border: none;
    border-radius: 1em;
    color: #fff;
    cursor: pointer;
    font-size: 1em;
    font-weight: 500;
    padding: 0.75em 1.5em;
    text-align: center;
    text-transform: uppercase;
    transition: background-color 0.3s;
    display: block;
    width: 100%;
}

.custom-popover {
    --bs-popover-max-width: 200px;
    --bs-popover-border-color: #36bb4e;
    --bs-popover-header-bg: #36bb4e;
    --bs-popover-header-color: white;
    --bs-popover-body-padding-x: 1rem;
    --bs-popover-body-padding-y: .5rem;
}


/* Payment Type */

._failed {
    border-bottom: solid 4px red !important;
}

._failed i {
    color: red !important;
}

._success {
    box-shadow: 0 15px 25px #00000019;
    padding: 45px;
    width: 100%;
    text-align: center;
    margin: 40px auto;
    border-bottom: solid 4px #28a745;
}

._success i {
    font-size: 55px;
    color: #28a745;
}

._success h2 {
    margin-bottom: 12px;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 10px;
}

._success p {
    margin-bottom: 0px;
    font-size: 18px;
    color: #495057;
    font-weight: 500;
}

#filter-zone {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
    margin-bottom: 1rem;

}

#filter-zone span {
    cursor: pointer;
}

.theme-header-button-s {
    background-color: var(--bgcprimary);
    color: white;
}

.theme-header-button-p {
    color: white;
    background-color: var(--bgcsecondary);
}