@import url("../fonts/Acrom/acromFont.css");
@import url("./cdrstrap.css");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Acrom, sans-serif;
}

ul {
    margin-bottom: 15px;
}

ul li::marker {
    color: #E44E91;
}

a {
    text-decoration: none;
    cursor: pointer !important;
}

::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: rgba(230, 101, 170, 0.2);
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #2880c2;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    border-radius: 3px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #12aead;
}

.mm-menu {
    --mm-color-background: rgba(255, 147, 179, 0.4);
    --mm-color-text: #9d007f;
}

.mm-panel {
    --mm-color-background: rgba(255, 147, 179, 0.4);
    --mm-color-text: var(--color-bronze);
    --mm-color-icon: var(--color-bronze);
}

.mm-menu.mm-theme-dark {
    background: #dae9f4;
    color: rgba(0, 0, 0, 0.85);
    line-height: 34px;
}

.mm-listview > li:not(.mm-divider):after {
    background-color: rgba(41, 42, 42, 0.5);
}

.mm-menu.mm-theme-dark .mm-navbar a, .mm-menu.mm-theme-dark .mm-navbar > * {
    color: rgba(0, 0, 0, 0.85);
}

.mm-menu.mm-theme-dark .mm-btn:after, .mm-menu.mm-theme-dark .mm-btn:before {
    border-color: rgba(0, 0, 0, 0.85) !important;
}

.mm-menu.mm-theme-dark .mm-listview > li a:not(.mm-next) {
    color: rgba(0, 0, 0, 0.85) !important;
    font-size: 16px;
    line-height: 22px;
}

.mm-menu.mm-theme-dark .mm-listview > li .mm-next:after {
    border-color: rgba(0, 0, 0, 0.85);
}

.mobil-none {
    display: block;
}

@media (max-width: 1024px) {
    .mobil-none {
        display: none;
    }
}

.web-none {
    display: none;
}

@media (max-width: 1024px) {
    .web-none {
        display: block;
    }
}

.rl-no-pad {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.tb-no-pad {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.main-space {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
}

@media (max-width: 500px) {
    .main-space {
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }
}

.max-width {
    max-width: 1440px !important;
    margin: 0 auto;
    padding-left: 25px !important;
    padding-right: 25px !important;
}

@media (max-width: 400px) {
    .max-width {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

.content-space {
    padding: 60px 0 60px 0;
}

header {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

header .top-nav {
    width: 100%;
    min-height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #e665aa;
}

@media (max-width: 1024px) {
    header .top-nav {
        display: none;
    }
}

header .top-nav .top-mail {
    width: 33.3%;
    display: flex;
    justify-content: start;
    gap: 10px;
}

header .top-nav .top-mail .mail {
    display: flex;
    justify-content: start;
    width: 100%;
    align-items: center;
    gap: 5px;
    color: #6b6b6b;
}

header .top-nav .top-mail .mail img {
    height: 18px;
}

header .top-nav .top-mail .mail span {
    font-size: 15px;
    line-height: 16px;
}

header .top-nav .top-sosyal {
    display: flex;
    justify-content: center;
    gap: 5px;
}

header .top-nav .top-sosyal a {
    padding: 0;
    margin: 0;
    max-height: 20px;
}

header .top-nav .top-sosyal a img {
    height: 20px;
}

header nav {
    background: rgba(107, 107, 107, 0.1);
}

header nav .content {
    width: 100%;
    height: 100px;
    max-height: 150px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

@media (max-width: 1024px) {
    header nav .content {
        height: 100px;
    }
}

@media (max-width: 768px) {
    header nav .content {
        height: 70px;
    }
}

@media (max-width: 500px) {
    header nav .content {
        padding-right: 0 !important;
        padding-left: 10px !important;
    }
}

header nav .content > a.logo {
    height: 85px;
    max-height: 85px;
    margin-left: calc((100% - 1390px) / 2);
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1366px) {
    header nav .content > a.logo {
        margin-left: calc((100% - 1366px) / 2 + 21px);
    }
}

@media (max-width: 1280px) {
    header nav .content > a.logo {
        margin-left: calc((100% - 1280px) / 2 + 21px);
    }
}

@media (max-width: 1024px) {
    header nav .content > a.logo {
        margin-left: calc((100% - 1024px) / 2 + 21px);
    }
}

@media (max-width: 768px) {
    header nav .content > a.logo {
        margin-left: calc((100% - 768px) / 2 + 21px);
    }
}

@media (max-width: 750px) {
    header nav .content > a.logo {
        margin-left: calc((100% - 750px) / 2 + 21px);
    }
}

@media (max-width: 700px) {
    header nav .content > a.logo {
        margin-left: calc((100% - 680px) / 2 + 21px);
    }
}

@media (max-width: 650px) {
    header nav .content > a.logo {
        margin-left: calc((100% - 630px) / 2 + 21px);
    }
}

@media (max-width: 600px) {
    header nav .content > a.logo {
        margin-left: calc((100% - 580px) / 2 + 21px);
    }
}

@media (max-width: 550px) {
    header nav .content > a.logo {
        margin-left: calc((100% - 530px) / 2 + 21px);
    }
}

@media (max-width: 500px) {
    header nav .content > a.logo {
        margin-left: calc((100% - 455px) / 2 + 21px);
    }
}

@media (max-width: 425px) {
    header nav .content > a.logo {
        margin-left: calc((100% - 400px) / 2 + 21px);
    }
}

@media (max-width: 350px) {
    header nav .content > a.logo {
        margin-left: calc((100% - 350px) / 2 + 21px);
    }
}

header nav .content > a.logo img.logo {
    max-height: 85px;
    width: auto;
    height: 85px;
    object-fit: cover;
    overflow: hidden;
}

@media (max-width: 1024px) {
    header nav .content > a.logo img.logo {
        height: 90px;
    }
}

@media (max-width: 768px) {
    header nav .content > a.logo img.logo {
        height: 65px;
    }
}

header nav .content ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    margin-bottom: 0;
}

@media (max-width: 1280px) {
    header nav .content ul {
        display: none;
    }
}

header nav .content ul li {
    color: #6b6b6b;
    font-size: 16px;
    font-weight: 900;
    position: relative;
    line-height: 22px;
    list-style: none;
    background-image: url("../../images/user/site/header-nav-li-circle.svg");
    background-size: 10px 10px;
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 20px;
}

header nav .content ul li:last-child {
    background-image: unset;
}

header nav .content ul li:hover ul.altmenu {
    opacity: 1;
    visibility: visible;
    width: fit-content;
    min-width: 200px;
    overflow: unset;
    animation: alt-menu-onhover 0.5s;
}

header nav .content ul li a {
    color: #6b6b6b;
    font-weight: 600;
}

header nav .content ul li ul.altmenu {
    animation: alt-menu-outhover 0.5s;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 35px;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    z-index: 3;
    width: 0;
    min-width: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    box-shadow: 0px 12px 25px 4px rgba(0, 0, 0, 0.1);
    gap: 0;
}

header nav .content ul li ul.altmenu li {
    width: 100%;
    min-height: 44px;
    max-height: 44px;
    height: max-content;
    padding: 0 15px 0 0;
    display: flex;
    justify-content: start;
    align-items: center;
    background: #ffffff;
    border-bottom: 1px solid #2883C5;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

header nav .content ul li ul.altmenu li:nth-last-child(1) {
    border-radius: 0 0 5px 5px;
}

header nav .content ul li ul.altmenu li:first-child {
    border-radius: 5px 10px 0 0;
}

header nav .content ul li ul.altmenu li:hover {
    background: #2883C5;
}

header nav .content ul li ul.altmenu li:hover a {
    color: #ffffff;
}

header nav .content ul li ul.altmenu li a {
    color: #2883C5;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    padding: 5px 15px;
    white-space: nowrap;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

header nav .content .left {
    background: #12AFAE;
    border-radius: 23px 0px 0px 23px;
    padding-right: calc((100% - 1440px) / 2);
}

@media (max-width: 1280px) {
    header nav .content .left {
        display: none;
    }
}

header nav .content .left ul {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 0px;
    list-style: none;
}

header nav .content .left ul li {
    padding: 10px 20px;
    background: unset;
}

header nav .content .left ul li a {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
}

header nav .content #close {
    display: none;
    padding: 9px 12px;
    margin: 21px 20px;
    color: rgba(0, 0, 0, 0.85);
    right: 0;
    font-size: 24px;
}

@media (max-width: 1280px) {
    header nav .content #close {
        display: block !important;
        color: rgba(0, 0, 0, 0.85);
    }

    header nav .content #close i {
        font-size: 42px;
    }
}

@media (max-width: 500px) {
    header nav .content #close {
        margin: 8px 0px;
    }

    header nav .content #close i {
        font-size: 34px;
    }
}

.test {
    width: 100%;
    min-height: 450px;
    background: linear-gradient(2deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 79%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
    position: relative;
}

.test img {
    position: absolute;
    bottom: 0;
    left: 0;
}

.bagis-yap-index {
    width: 100%;
    overflow-y: hidden;
}

.bagis-yap-index img.kollar {
    width: 100%;
}

@media (max-width: 500px) {
    .bagis-yap-index img.kollar {
        margin-top: 50px;
    }
}

.bagis-yap-index img.bg {
    width: 100%;
    min-height: 200px;
    margin-top: -50px;
}

@media (max-width: 1024px) {
    .bagis-yap-index img.bg {
        min-height: 110px;
    }
}

@media (max-width: 768px) {
    .bagis-yap-index img.bg {
        min-height: 80px;
    }
}

.bagis-yap-index .content {
    width: 100%;
    background: linear-gradient(180deg, rgb(18, 174, 173) 0%, rgb(18, 174, 173) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    margin-top: -5px;
}

@media (max-width: 500px) {
    .bagis-yap-index .content {
        background: #12adac;
    }
}

.bagis-yap-index .content .max-width {
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 75px;
}

.bagis-yap-index .content .max-width > img {
    height: 650px;
}

@media (max-width: 1024px) {
    .bagis-yap-index .content .max-width > img {
        height: 400px;
    }
}

@media (max-width: 768px) {
    .bagis-yap-index .content .max-width > img {
        height: 300px;
    }
}

@media (max-width: 500px) {
    .bagis-yap-index .content .max-width > img {
        display: none;
    }
}

.bagis-yap-index .content .max-width .text {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    gap: 10px;
}

.bagis-yap-index .content .max-width .text .baslik {
    padding-top: 50px;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 15px;
}

@media (max-width: 1024px) {
    .bagis-yap-index .content .max-width .text .baslik {
        padding-top: 25px;
    }
}

.bagis-yap-index .content .max-width .text .baslik h2 {
    font-size: 38px;
    line-height: 46px;
    color: #ffffff;
}

@media (max-width: 768px) {
    .bagis-yap-index .content .max-width .text .baslik h2 {
        font-size: 30px;
        line-height: 38px;
    }
}

.bagis-yap-index .content .max-width .text p {
    font-size: 18px;
    max-width: 375px;
    color: #ffffff;
    text-align: center;
}

@media (max-width: 1024px) {
    .bagis-yap-index .content .max-width .text p {
        max-width: 500px;
    }
}

.bagis-yap-index .content .max-width .text a.detayli-bilgi-buton {
    border-color: #ffffff;
    color: #ffffff;
}

@media (max-width: 768px) {
    .bagis-yap-index .content .max-width .text a.detayli-bilgi-buton {
        border-color: #12AEAD;
        color: #12AEAD;
    }
}

@media (max-width: 500px) {
    .bagis-yap-index .content .max-width .text a.detayli-bilgi-buton {
        border-color: #ffffff;
        color: #ffffff;
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

.line-slider {
    position: absolute;
    top: 5px;
    left: 0;
    height: 5px;
    width: 100%;
    background-color: #ffffff;
    z-index: 5;
}

.owl-carousel .item img.web-slider {
    display: block !important;
}

.owl-carousel .item img.mobil-slider {
    display: none !important;
}

@media (max-width: 768px) {
    .owl-carousel .item img.web-slider {
        display: none !important;
    }

    .owl-carousel .item img.mobil-slider {
        display: block !important;
    }
}

.breadcrumb {
    min-height: 150px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    z-index: 3;
    clip-path: polygon(0% 0%, 0% 80%, 100% 100%, 100% 0%);
}

.breadcrumb .breadcrumb_inner .breadcrumb_inner_text {
    text-align: center;
}

@media (max-width: 500px) {
    .breadcrumb .breadcrumb_inner .breadcrumb_inner_text {
        padding: 0 25px;
    }
}

.breadcrumb .breadcrumb_inner .breadcrumb_inner_text a {
    color: #000000;
    line-height: 22px;
}

.breadcrumb .breadcrumb_inner .breadcrumb_inner_text a.current {
    font-weight: bold;
}

.hakkimizda {
    width: 100%;
}

.hakkimizda .content {
    display: flex;
    justify-content: center;
    padding: 0;
    gap: 80px;
    position: relative;
}

.hakkimizda .content .left {
    padding-top: 35px;
    margin-left: calc((100% - 1440px) / 2);
    padding-left: 25px;
    max-width: calc((100% - 80px) / 2);
    width: 100%;
}

.hakkimizda .content .left p {
    font: normal normal normal 18px/22px Acrom;
    color: #6B6B6B;
    margin-bottom: 24px;
}

.hakkimizda .content .left p.slogan-p {
    text-align: left;
    font: normal normal bold 26px/32px Acrom;
    color: #E44E91;
    width: 50%;
}

.hakkimizda .content .left p.slogan {
    font: normal normal bold 18px/22px Acrom;
    color: #E44E91;
}

@media (max-width: 500px) {
    .hakkimizda .content .left p {
        font: normal normal normal 14px/18px Acrom;
    }
}

.hakkimizda .content .left ul li {
    font-size: 18px;
    line-height: 22px;
    font-style: italic;
    color: #6B6B6B;
    margin-bottom: 20px;
}

.hakkimizda .content .left ul li::marker {
    color: #E44E91;
}

@media (max-width: 500px) {
    .hakkimizda .content .left ul li {
        font-size: 14px;
        line-height: 18px;
    }
}

@media (max-width: 1024px) {
    .hakkimizda .content .left {
        max-width: 100%;
        margin-left: calc((100% - 1024px) / 2);
        padding-right: 25px;
    }
}

@media (max-width: 768px) {
    .hakkimizda .content .left {
        margin-left: calc((100% - 768px) / 2);
    }
}

@media (max-width: 500px) {
    .hakkimizda .content .left {
        margin-left: calc((100% - 425px) / 2);
    }
}

@media (max-width: 425px) {
    .hakkimizda .content .left {
        margin-left: calc((100% - 370px) / 2);
    }
}

@media (max-width: 350px) {
    .hakkimizda .content .left {
        margin-left: calc((100% - 330px) / 2);
    }
}

.hakkimizda .content.detay-buton {
    display: flex;
    justify-content: start;
    align-items: center;
}

.hakkimizda .content.detay-buton .detayli-bilgi-buton {
    color: #E51071;
    border: 2px solid #E51071;
}

.hakkimizda .content.detay-buton .detayli-bilgi-buton:hover {
    color: #ffffff;
    background: #E51071;
}

.hakkimizda .content .right {
    margin-right: calc((100% - 1440px) / 2);
    padding-right: 25px;
    max-width: calc((100% - 80px) / 2);
    width: 100%;
}

.hakkimizda .content .right img {
    width: 100%;
}

@media (max-width: 1024px) {
    .hakkimizda .content .right {
        display: none;
    }
}

.neler-yapiyoruz {
    background-color: rgba(239, 225, 21, 0.1);
    width: 100%;
    margin-top: -140px;
    padding-top: 140px;
    padding-bottom: 65px;
}

@media (max-width: 500px) {
    .neler-yapiyoruz {
        margin-top: 0;
        padding-top: 0;
    }
}

.neler-yapiyoruz .max-width {
    padding-bottom: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

.neler-yapiyoruz .max-width h2 {
    text-align: center;
    font-size: 42px;
    line-height: 52px;
    font-weight: 400;
}

@media (max-width: 768px) {
    .neler-yapiyoruz .max-width h2 {
        font-size: 34px;
        line-height: 40px;
    }
}

.neler-yapiyoruz .max-width p {
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    margin-top: 15px;
}

@media (max-width: 768px) {
    .neler-yapiyoruz .max-width p {
        font-size: 16px;
        line-height: 22px;
    }
}

.neler-yapiyoruz .max-width .list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 54px;
    flex-wrap: wrap;
    padding-top: 60px;
}

@media (max-width: 768px) {
    .neler-yapiyoruz .max-width .list {
        justify-content: center;
    }
}

@media (max-width: 500px) {
    .neler-yapiyoruz .max-width .list {
        gap: 10px;
    }
}

.neler-yapiyoruz .max-width .list .item {
    background-color: rgba(239, 225, 21, 0.1);
    width: calc((100% - 108px) / 3);
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 30px;
    min-height: 110px;
}

@media (max-width: 768px) {
    .neler-yapiyoruz .max-width .list .item {
        width: calc((100% - 54px) / 2);
    }
}

@media (max-width: 500px) {
    .neler-yapiyoruz .max-width .list .item {
        width: 100%;
        min-height: 80px;
    }
}

.neler-yapiyoruz .max-width .list .item img {
    margin-left: 30px;
}

.neler-yapiyoruz .max-width .list .item p {
    margin: 0;
    padding: 25px 0;
    font-size: 26px;
    line-height: 30px;
}

@media (max-width: 1024px) {
    .neler-yapiyoruz .max-width .list .item p {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (max-width: 768px) {
    .neler-yapiyoruz .max-width .list .item p {
        font-size: 16px;
        line-height: 22px;
        padding: 10px 0;
        text-align: unset;
    }
}

.neler-yapiyoruz .max-width .detayli-bilgi-buton {
    border: 2px solid #6b6b6b;
    color: #6b6b6b;
    background: transparent;
    transition: all 0.3s ease-in-out;
    margin-top: 50px;
}

@media (max-width: 500px) {
    .neler-yapiyoruz .max-width .detayli-bilgi-buton {
        padding: 4px 7px;
    }
}

.neler-yapiyoruz .max-width .detayli-bilgi-buton:hover {
    border: 2px solid rgb(239, 225, 21);
    background: rgb(239, 225, 21);
    color: #000000;
}

.mutlu-kadin {
    background: linear-gradient(1deg, rgb(239, 225, 21) 0%, rgb(239, 225, 21) 79%, rgb(251, 250, 230) 80%, rgb(251, 250, 230) 100%);
    min-height: 550px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mutlu-kadin img {
    height: 100%;
}

@media (max-width: 1024px) {
    .mutlu-kadin {
        min-height: 350px;
        max-height: 350px;
    }

    .mutlu-kadin img {
        height: 350px;
    }
}

@media (max-width: 500px) {
    .mutlu-kadin {
        min-height: 250px;
        max-height: 250px;
    }

    .mutlu-kadin img {
        height: 250px;
    }
}

@media (max-width: 425px) {
    .mutlu-kadin {
        min-height: 150px;
        max-height: 150px;
    }

    .mutlu-kadin img {
        height: 150px;
    }
}

.senin-icin {
    background-color: #2882c4;
}

.senin-icin .content h2 {
    font: normal normal normal 59px/72px Acrom;
    text-align: center;
    color: #ffffff;
}

@media (max-width: 768px) {
    .senin-icin .content h2 {
        font: normal normal normal 46px/56px Acrom;
    }
}

@media (max-width: 500px) {
    .senin-icin .content h2 {
        font: normal normal normal 34px/44px Acrom;
    }
}

.senin-icin .content p {
    font: normal normal normal 18px/22px Acrom;
    color: #ffffff;
    text-align: center;
    padding: 35px 0;
}

@media (max-width: 768px) {
    .senin-icin .content p {
        font: normal normal normal 16px/18px Acrom;
        padding: 20px 0;
    }
}

.senin-icin .content .list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0;
    padding-top: 60px;
}

@media (max-width: 768px) {
    .senin-icin .content .list {
        flex-wrap: wrap;
        row-gap: 60px;
    }
}

@media (max-width: 500px) {
    .senin-icin .content .list {
        padding-top: 20px;
    }
}

.senin-icin .content .list .item {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    gap: 25px;
    border-right: 2px solid #ffffff;
}

@media (max-width: 768px) {
    .senin-icin .content .list .item {
        width: 50%;
    }

    .senin-icin .content .list .item:nth-last-child(3) {
        border-right: none;
    }
}

@media (max-width: 500px) {
    .senin-icin .content .list .item {
        width: 50%;
    }
}

@media (max-width: 425px) {
    .senin-icin .content .list .item {
        gap: 15px;
    }
}

.senin-icin .content .list .item:nth-last-child(1) {
    border-right: none;
}

.senin-icin .content .list .item img {
    max-height: 100px;
    height: 100%;
}

@media (max-width: 500px) {
    .senin-icin .content .list .item img {
        max-height: 70px;
    }
}

@media (max-width: 425px) {
    .senin-icin .content .list .item img {
        max-height: 50px;
    }
}

.senin-icin .content .list .item h3 {
    padding: 0 50px;
    font-size: 34px;
    font-weight: 400;
    line-height: 44px;
    color: #ffffff;
    text-align: center;
    min-height: 88px;
    max-height: 88px;
}

@media (max-width: 500px) {
    .senin-icin .content .list .item h3 {
        font-size: 24px;
        line-height: 34px;
        min-height: 68px;
        max-height: 68px;
    }
}

@media (max-width: 425px) {
    .senin-icin .content .list .item h3 {
        padding: 0 30px;
    }
}

.senin-icin .content .list .item p {
    padding: 0 50px;
    font: normal normal normal 18px/22px Acrom;
    max-height: 132px;
    min-height: 132px;
}

.senin-icin .content .list .item .detayli-bilgi-buton {
    border: 2px solid #ffffff;
    color: #ffffff;
    background: transparent;
    transition: all 0.3s ease-in-out;
}

.senin-icin .content .list .item .detayli-bilgi-buton:hover {
    border: 2px solid #ffffff;
    background: #ffffff;
    color: #E72628;
}

@media (max-width: 425px) {
    .senin-icin .content .list .item .detayli-bilgi-buton {
        font-size: 16px;
        line-height: 20px;
        padding: 4px 7px;
    }
}

.senin-icin .alt {
    background: linear-gradient(181deg, rgb(40, 130, 196) 0%, rgb(40, 130, 196) 79%, rgb(255, 255, 255) 80%, rgb(255, 255, 255) 100%);
    width: 100%;
    min-height: 116px;
}

@media (max-width: 500px) {
    .senin-icin .alt {
        display: none;
    }
}

.blog-yazilari {
    padding-top: 50px;
}

.blog-yazilari h2 {
    font: normal normal normal 59px/72px Acrom;
    color: #E72628;
    text-align: center;
    margin-bottom: 25px;
}

@media (max-width: 768px) {
    .blog-yazilari h2 {
        font: normal normal normal 46px/56px Acrom;
    }
}

.blog-yazilari p {
    font: normal normal normal 18px/22px Acrom;
    text-align: center;
    color: #6B6B6B;
}

@media (max-width: 500px) {
    .blog-yazilari p {
        font: normal normal normal 16px/20px Acrom;
    }
}

.blog-yazilari .blogs {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 30px;
}

@media (max-width: 768px) {
    .blog-yazilari .blogs {
        justify-content: center;
        flex-wrap: wrap;
    }
}

.blog-yazilari .blogs .blog {
    padding: 20px;
    width: calc((100% - 60px) / 3);
    background-color: #F2F2F2;
    background-image: url("../../images/user/site/beyaz-carpraz.png");
    background-position: bottom;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    gap: 20px;
}

@media (max-width: 768px) {
    .blog-yazilari .blogs .blog {
        width: calc((100% - 30px) / 2);
    }
}

@media (max-width: 500px) {
    .blog-yazilari .blogs .blog {
        width: 100%;
    }
}

.blog-yazilari .blogs .blog img {
    width: 100%;
}

.blog-yazilari .blogs .blog h3 {
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    min-height: 56px;
}

@media (max-width: 768px) {
    .blog-yazilari .blogs .blog h3 {
        font-size: 20px;
        line-height: 26px;
        min-height: 52px;
    }
}

@media (max-width: 500px) {
    .blog-yazilari .blogs .blog h3 {
        font-size: 18px;
        line-height: 24px;
        min-height: 48px;
    }
}

.blog-yazilari .blogs .blog p {
    font-size: 18px;
    line-height: 24px;
}

@media (max-width: 768px) {
    .blog-yazilari .blogs .blog p {
        font-size: 16px;
        line-height: 22px;
    }
}

@media (max-width: 500px) {
    .blog-yazilari .blogs .blog p {
        font-size: 14px;
        line-height: 20px;
    }
}

.bize-ulasin {
    background-color: #F2F2F2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    width: 100%;
    gap: 23px;
}

.bize-ulasin h2 {
    font: normal normal normal 30px/37px Acrom;
    letter-spacing: 0px;
    color: #E72628;
}

.bize-ulasin form {
    padding: 0 55px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    width: 100%;
    gap: 23px;
}

@media (max-width: 768px) {
    .bize-ulasin form {
        padding: 0 35px;
    }
}

@media (max-width: 500px) {
    .bize-ulasin form {
        padding: 0 15px;
    }
}

.bize-ulasin form .birinci {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}

@media (max-width: 768px) {
    .bize-ulasin form .birinci {
        flex-wrap: wrap;
    }
}

.bize-ulasin form .birinci input {
    width: calc((100% - 40px) / 3);
}

@media (max-width: 768px) {
    .bize-ulasin form .birinci input {
        width: 100%;
    }
}

.spec-header-bg {
    top: 70px;
    left: 0;
    font: normal normal normal 59px/72px Acrom;
    color: #ffffff;
    text-align: left;
    border-radius: 0px 50px 50px 0px;
    padding: 0 25px 0 calc((100% - 1440px) / 2 + 21px);
    width: fit-content;
}

@media (max-width: 1366px) {
    .spec-header-bg {
        padding: 0 25px 0 calc((100% - 1366px) / 2 + 21px);
        font: normal normal normal 56px/68px Acrom;
    }
}

@media (max-width: 1280px) {
    .spec-header-bg {
        padding: 0 25px 0 calc((100% - 1280px) / 2 + 21px);
        font: normal normal normal 52px/64px Acrom;
    }
}

@media (max-width: 1024px) {
    .spec-header-bg {
        padding: 0 25px 0 calc((100% - 1024px) / 2 + 21px);
        font: normal normal normal 40px/52px Acrom;
    }
}

@media (max-width: 768px) {
    .spec-header-bg {
        padding: 0 25px 0 calc((100% - 768px) / 2 + 21px);
        font: normal normal normal 30px/42px Acrom;
    }
}

@media (max-width: 475px) {
    .spec-header-bg {
        padding: 0 25px 0 calc((100% - 425px) / 2 + 21px);
        font: normal normal normal 22px/40px Acrom;
    }
}

@media (max-width: 425px) {
    .spec-header-bg {
        padding: 0 25px 0 calc((100% - 400px) / 2 + 21px);
        font: normal normal normal 22px/40px Acrom;
    }
}

@media (max-width: 350px) {
    .spec-header-bg {
        padding: 0 15px 0 calc((100% - 340px) / 2 + 21px);
        font: normal normal normal 22px/40px Acrom;
    }
}

@media (max-width: 325px) {
    .spec-header-bg {
        padding: 0 15px 0 calc((100% - 340px) / 2 + 21px);
        font: normal normal normal 16px/32px Acrom;
    }
}

.position-relative {
    position: relative;
    padding-top: 70px;
    min-height: 100px;
}

.normal-sayfa {
    font-size: 18px;
    line-height: 22px;
    color: #6B6B6B;
    margin-top: 35px;
}

.normal-sayfa figure {
    max-width: 50%;
    max-height: 450px;
    overflow: hidden;
    object-position: top;
    float: right;
    cursor: pointer;
    margin-top: -100px;
    margin-left: 15px;
}

.normal-sayfa figure img {
    width: 100%;
    float: right;
}

.normal-sayfa p {
    margin-bottom: 15px;
}

.normal-sayfa p b {
    font-size: 26px;
    font-weight: bold;
    line-height: 32px;
    color: #E44E91;
}

.normal-sayfa .max-width h2 {
    margin: 15px 0;
}

.sayfa-sidemenu {
    margin-top: 50px;
}

.sayfa-sidemenu h2 {
    border-bottom: 3px solid #6b6b6b;
    padding-bottom: 15px;
    margin-top: 25px;
    margin-bottom: 25px;
    line-height: 36px;
}

.sayfa-sidemenu .owl-diger-sayfalar .item a:hover .baslik h3 {
    max-height: 66px;
    min-height: 66px;
}

.sayfa-sidemenu .owl-diger-sayfalar .item a img {
    border-radius: 5px;
}

.sayfa-sidemenu .owl-diger-sayfalar .item a .baslik {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 76px;
    max-height: 76px;
    overflow: hidden;
}

.sayfa-sidemenu .owl-diger-sayfalar .item a .baslik h3 {
    display: flex;
    justify-content: center;
    align-items: start;
    font-size: 16px;
    line-height: 20px;
    padding: 5px 10px;
    color: #6b6b6b;
    min-height: 44px;
    max-height: 44px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.haberler-blogs .max-width {
    margin-top: 35px;
    font-size: 18px;
    line-height: 22px;
    color: #6b6b6b;
}

.haberler-blogs .max-width .haberler {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 30px;
    padding-top: 35px;
}

.haberler-blogs .max-width .haberler .haber-list {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
}

.haberler-blogs .max-width .haberler .haber-list .haber {
    position: relative;
    max-width: calc((100% - 25px) / 2);
    width: 100%;
    padding: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    gap: 25px;
    border-radius: 25px;
}

@media (max-width: 768px) {
    .haberler-blogs .max-width .haberler .haber-list .haber {
        max-width: 100%;
    }
}

@media (max-width: 500px) {
    .haberler-blogs .max-width .haberler .haber-list .haber {
        max-height: unset;
        min-height: unset;
        flex-direction: column;
    }
}

.haberler-blogs .max-width .haberler .haber-list .haber figure {
    max-width: 40%;
    width: 100%;
    overflow: hidden;
}

@media (max-width: 500px) {
    .haberler-blogs .max-width .haberler .haber-list .haber figure {
        max-width: unset;
        max-height: unset;
    }
}

.haberler-blogs .max-width .haberler .haber-list .haber figure:hover img {
    transform: scale(1.1);
}

.haberler-blogs .max-width .haberler .haber-list .haber figure img {
    border-radius: 10px;
    width: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.haberler-blogs .max-width .haberler .haber-list .haber .text {
    max-width: calc(60% - 25px);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    gap: 15px;
}

@media (max-width: 500px) {
    .haberler-blogs .max-width .haberler .haber-list .haber .text {
        max-width: unset;
    }
}

.haberler-blogs .max-width .haberler .haber-list .haber .text h2 {
    font-size: 22px;
    line-height: 28px;
    max-height: 84px;
    color: #B9960B;
    line-height: 28px;
    font-weight: 600;
    overflow: hidden;
}

.haberler-blogs .max-width .haberler .haber-list .haber .text p {
    font-size: 18px;
    line-height: 22px;
    max-height: 44px;
    height: 100%;
    overflow: hidden;
}

.haberler-blogs .max-width .haberler .haber-list .haber .text .alt {
    margin-top: 10px;
}

.haberler-blogs .max-width .haberler .haber-list .haber .text .alt .detayli-bilgi-buton {
    border: 2px solid #B9960B;
    color: #B9960B;
}

.haberler-blogs .max-width .haberler .haber-list .haber .tarih {
    position: absolute;
    font-size: 14px;
    bottom: 10px;
    right: 20px;
}

.haber-detay {
    margin-top: 25px;
}

.haber-detay.max-width {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 50px;
}

@media (max-width: 768px) {
    .haber-detay.max-width {
        flex-direction: column;
    }
}

.haber-detay.max-width .content {
    width: calc((100% - 50px) / 3 * 2);
}

@media (max-width: 768px) {
    .haber-detay.max-width .content {
        width: 100%;
    }
}

.haber-detay.max-width .content .baslik {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.haber-detay.max-width .content .baslik h1 {
    font-size: 22px;
    line-height: 28px;
    min-height: 56px;
    max-height: 56px;
    color: #B9960B;
}

.haber-detay.max-width .content .baslik .tarih {
    font-size: 14px;
    color: #6B6B6B;
}

.haber-detay.max-width .content .figure {
    float: right;
    max-width: 250px;
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    object-position: center;
    margin: 0 0 10px 25px;
    overflow: hidden;
    border-radius: 20px;
}

@media (max-width: 500px) {
    .haber-detay.max-width .content .figure {
        float: unset;
        max-width: 100%;
        max-height: 250px;
        margin: 20px 0;
    }
}

.haber-detay.max-width .content .figure:hover img {
    transform: scale(1.1);
}

.haber-detay.max-width .content .figure img {
    max-width: 250px;
    width: 100%;
    max-height: 200px;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s cubic-bezier(1, -0.24, 0.42, -0.39);
    -webkit-transition: all 0.5s cubic-bezier(1, -0.24, 0.42, -0.39);
}

@media (max-width: 500px) {
    .haber-detay.max-width .content .figure img {
        max-width: 100%;
        max-height: 250px;
    }
}

.haber-detay.max-width .diger-duyurular {
    width: calc((100% - 50px) / 3);
    margin-top: 60px;
}

@media (max-width: 768px) {
    .haber-detay.max-width .diger-duyurular {
        width: 100%;
    }
}

.haber-detay.max-width .diger-duyurular h2 {
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    color: #6b6b6b;
    border-bottom: 1px solid #6b6b6b;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.haber-detay.max-width .diger-duyurular .diger-duyurular-items {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 20px;
}

@media (max-width: 768px) {
    .haber-detay.max-width .diger-duyurular .diger-duyurular-items {
        flex-direction: row;
    }
}

@media (max-width: 500px) {
    .haber-detay.max-width .diger-duyurular .diger-duyurular-items {
        flex-direction: column;
    }
}

.haber-detay.max-width .diger-duyurular .diger-duyurular-items .diger-duyuru-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    max-height: 100px;
    min-height: 100px;
    height: 100px;
}

@media (max-width: 768px) {
    .haber-detay.max-width .diger-duyurular .diger-duyurular-items .diger-duyuru-item {
        width: 100%;
        flex-direction: column;
        max-width: calc((100% - 15px) / 2);
        max-height: unset;
        min-height: unset;
        height: unset;
    }
}

@media (max-width: 500px) {
    .haber-detay.max-width .diger-duyurular .diger-duyurular-items .diger-duyuru-item {
        max-width: 100%;
        border-bottom: 2px solid rgba(0, 0, 0, 0.2);
        padding-bottom: 15px;
    }
}

.haber-detay.max-width .diger-duyurular .diger-duyurular-items .diger-duyuru-item:hover .duyuru-figure img {
    transform: scale(1.1);
}

.haber-detay.max-width .diger-duyurular .diger-duyurular-items .diger-duyuru-item .duyuru-figure {
    width: 125px;
    max-width: 125px;
    min-width: 125px;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

@media (max-width: 768px) {
    .haber-detay.max-width .diger-duyurular .diger-duyurular-items .diger-duyuru-item .duyuru-figure {
        max-width: unset;
        min-width: unset;
        width: 100%;
    }
}

.haber-detay.max-width .diger-duyurular .diger-duyurular-items .diger-duyuru-item .duyuru-figure img {
    width: 125px;
    height: 125px;
    object-position: center;
    object-fit: cover;
    transition: all 0.5s cubic-bezier(1, -0.24, 0.42, -0.39);
    -webkit-transition: all 0.5s cubic-bezier(1, -0.24, 0.42, -0.39);
}

@media (max-width: 768px) {
    .haber-detay.max-width .diger-duyurular .diger-duyurular-items .diger-duyuru-item .duyuru-figure img {
        width: 100%;
        height: 100%;
    }
}

.haber-detay.max-width .diger-duyurular .diger-duyurular-items .diger-duyuru-item .duyuru-baslik {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    gap: 25px;
    height: 100%;
}

@media (max-width: 768px) {
    .haber-detay.max-width .diger-duyurular .diger-duyurular-items .diger-duyuru-item .duyuru-baslik {
        padding: 0 10px;
        width: 100%;
    }
}

@media (max-width: 500px) {
    .haber-detay.max-width .diger-duyurular .diger-duyurular-items .diger-duyuru-item .duyuru-baslik {
        padding: 0 10px;
        width: 100%;
    }
}

.haber-detay.max-width .diger-duyurular .diger-duyurular-items .diger-duyuru-item .duyuru-baslik h3 {
    font-size: 16px;
    color: #B9960B;
    line-height: 20px;
    text-align: center;
}

@media (max-width: 768px) {
    .haber-detay.max-width .diger-duyurular .diger-duyurular-items .diger-duyuru-item .duyuru-baslik h3 {
        min-height: 40px;
    }
}

.haber-detay.max-width .diger-duyurular .diger-duyurular-items .diger-duyuru-item .duyuru-baslik .tarih {
    color: #6b6b6b;
    font-size: 14px;
}

.iletisim {
    background-color: #f2f2f2;
    margin-top: -25px;
    clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 2.7%);
}

.iletisim .max-width {
    margin: 53px auto 0 auto;
    width: 70%;
}

@media (max-width: 1024px) {
    .iletisim .max-width {
        width: unset;
        margin: 10px auto 0 auto;
    }
}

.iletisim .max-width .text {
    text-align: center;
    margin: 0 auto;
    padding-top: 30px;
}

@media (max-width: 1024px) {
    .iletisim .max-width .ortak-form {
        padding: 0;
        margin-top: 25px;
        clip-path: unset;
    }
}

.iletisim .max-width .ortak-form input[type=submit] {
    background: #6b6b6b;
    color: white;
}

.iletisim .max-width .iletisim-bilgileri {
    width: 100%;
    padding: 37px;
}

.iletisim .max-width .iletisim-bilgileri h2 {
    font-size: 24px;
    color: #6B6B6B;
}

.iletisim .max-width .iletisim-bilgileri .bilgiler {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 25px;
    color: #6b6b6b;
    margin-top: 25px;
}

@media (max-width: 768px) {
    .iletisim .max-width .iletisim-bilgileri .bilgiler {
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media (max-width: 500px) {
    .iletisim .max-width .iletisim-bilgileri .bilgiler {
        justify-content: start;
    }
}

.iletisim .max-width .iletisim-bilgileri .bilgiler i {
    height: 22px;
    width: 22px;
    text-align: center;
    font-size: 20px;
    background-color: #6b6b6b;
    color: #ffffff;
    padding-top: 2px;
    border-radius: 50%;
}

@media (max-width: 768px) {
    .iletisim .max-width .iletisim-bilgileri .bilgiler i {
        width: 27px;
        height: 27px;
        padding-top: 4px;
    }
}

.iletisim .max-width .iletisim-bilgileri .bilgiler .d-flex {
    max-width: 220px;
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 10px;
}

@media (max-width: 768px) {
    .iletisim .max-width .iletisim-bilgileri .bilgiler .d-flex {
        max-width: calc((100% - 25px) / 2);
    }
}

@media (max-width: 500px) {
    .iletisim .max-width .iletisim-bilgileri .bilgiler .d-flex {
        max-width: 100%;
    }
}

.iletisim .max-width .iletisim-bilgileri .bilgiler .d-flex a {
    color: #6b6b6b;
    text-decoration: none;
}

.iletisim .max-width .iletisim-bilgileri .bilgiler .d-flex-col {
    max-width: 220px;
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    gap: 10px;
}

@media (max-width: 768px) {
    .iletisim .max-width .iletisim-bilgileri .bilgiler .d-flex-col {
        max-width: 100%;
    }
}

@media (max-width: 500px) {
    .iletisim .max-width .iletisim-bilgileri .bilgiler .d-flex-col {
        max-width: 100%;
    }
}

.iletisim .max-width .iletisim-bilgileri .bilgiler .d-flex-col a {
    color: #6b6b6b;
    text-decoration: none;
}

@media (max-width: 768px) {
    .iletisim .max-width .iletisim-bilgileri .bilgiler .d-flex-col .d-flex {
        max-width: 100%;
    }
}

@media (max-width: 500px) {
    .iletisim .max-width .iletisim-bilgileri .bilgiler .d-flex-col .d-flex {
        max-width: 100%;
    }
}

.bagis-yap-ic {
    background-color: #f2f2f2;
    margin-top: -25px;
    clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 4.7%);
}

.bagis-yap-ic .max-width {
    margin: 25px auto 25px auto;
    padding: 25px 0;
}

.bagis-yap-ic .max-width .banka-bilgileri {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 25px;
}

@media (max-width: 768px) {
    .bagis-yap-ic .max-width .banka-bilgileri {
        flex-direction: column;
    }
}

.bagis-yap-ic .max-width .banka-bilgileri .item {
    width: 50%;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 25px;
}

@media (max-width: 768px) {
    .bagis-yap-ic .max-width .banka-bilgileri .item {
        width: 100%;
        align-items: center;
    }
}

@media (max-width: 500px) {
    .bagis-yap-ic .max-width .banka-bilgileri .item {
        padding: 0px;
    }
}

.bagis-yap-ic .max-width .banka-bilgileri .item figure {
    min-height: 80px;
    max-height: 80px;
}

@media (max-width: 375px) {
    .bagis-yap-ic .max-width .banka-bilgileri .item figure img {
        width: 100%;
    }
}

.bagis-yap-ic .max-width .banka-bilgileri .item table tr td {
    padding: 10px;
}

@media (max-width: 500px) {
    .bagis-yap-ic .max-width .banka-bilgileri .item table tr td {
        padding: 10px 0;
    }
}

.bagis-yap-ic .max-width .banka-bilgileri .item table tr td:nth-child(1) {
    font-weight: bold;
}

.galeri h2 {
    font-size: 20px;
    color: #12AFAE;
    border-bottom: 3px solid #12AFAE;
    margin: 20px 0;
    padding-bottom: 10px;
    width: 100%;
}

.galeri .galeri-items {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
    gap: 15px;
}

.galeri .galeri-items .item {
    max-width: calc((100% - 90px) / 6);
    width: 100%;
    max-height: 250px;
    height: 150px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.galeri .galeri-items .item img {
    object-fit: cover;
    object-position: center;
    max-height: 150px;
    width: 100%;
}

.video .content {
    margin-top: 50px;
}

.video .content .videos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
    align-items: start;
    gap: 25px;
    margin: 50px 0;
}

.video .content .videos a.video-item {
    max-width: calc((100% - 75px) / 4);
    width: 100%;
    border: 1px solid rgba(164, 164, 164, 0.4);
    border-radius: 3px;
    padding: 5px;
}

@media (max-width: 1280px) {
    .video .content .videos a.video-item {
        max-width: calc((100% - 50px) / 3);
    }
}

@media (max-width: 768px) {
    .video .content .videos a.video-item {
        max-width: calc((100% - 25px) / 2);
    }
}

@media (max-width: 500px) {
    .video .content .videos a.video-item {
        max-width: 100%;
    }
}

.video .content .videos a.video-item .video-img {
    position: relative;
}

.video .content .videos a.video-item:hover img.video-thumb {
    filter: blur(0);
}

.video .content .videos a.video-item:hover img.play-icon {
    width: 30px;
    height: 30px;
    bottom: 5px;
    left: 5px;
}

@media (max-width: 1280px) {
    .video .content .videos a.video-item:hover img.play-icon {
        max-width: calc((100% - 50px) / 3);
    }
}

@media (max-width: 768px) {
    .video .content .videos a.video-item:hover img.play-icon {
        max-width: calc((100% - 25px) / 2);
    }
}

.video .content .videos a.video-item img.video-thumb {
    width: 100%;
    filter: blur(2px);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.video .content .videos a.video-item img.play-icon {
    position: absolute;
    height: 100px;
    width: 100px;
    bottom: calc((100% - 100px) / 2);
    left: calc((100% - 100px) / 2);
    transition: all 0.5s cubic-bezier(1, 1, 1, 1);
    -webkit-transition: all 0.5s cubic-bezier(1, 1, 1, 1);
}

.video .content .videos a.video-item .baslik {
    width: 100%;
    text-align: center;
    padding: 5px 7px;
    border-radius: 3px;
    min-height: 70px;
    max-height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video .content .videos a.video-item .baslik p {
    color: #6b6b6b;
}

.podcasts {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 35px;
}

.podcasts .podcast {
    width: calc((100% - 30px) / 2);
    display: flex;
    justify-content: start;
    background: #eff1f2;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    gap: 10px;
    overflow: hidden;
}

@media (max-width: 768px) {
    .podcasts .podcast {
        width: 100%;
    }
}

.podcasts .podcast img {
    max-width: 150px;
    max-height: 150px;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
    width: 100%;
    padding: 7px;
    overflow: hidden;
}

.podcasts .podcast .text {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    width: 100%;
    padding: 7px 0;
    gap: 10px;
}

.podcasts .podcast .text h2 {
    font-size: 22px;
}

.podcasts .podcast .text audio {
    background: transparent !important;
}

.projeler .max-width {
    margin-top: 35px;
    font-size: 18px;
    line-height: 22px;
    color: #6b6b6b;
}

.projeler .max-width .haberler {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 30px;
    padding-top: 35px;
}

.projeler .max-width .haberler .haber-list {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
}

.projeler .max-width .haberler .haber-list .haber {
    position: relative;
    max-height: 250px;
    min-height: 250px;
    height: 100%;
    max-width: calc((100% - 25px) / 2);
    width: 100%;
    padding: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    gap: 25px;
    border-radius: 25px;
}

@media (max-width: 768px) {
    .projeler .max-width .haberler .haber-list .haber {
        max-width: 100%;
    }
}

@media (max-width: 500px) {
    .projeler .max-width .haberler .haber-list .haber {
        max-height: unset;
        min-height: unset;
        flex-direction: column;
    }
}

.projeler .max-width .haberler .haber-list .haber figure {
    max-height: 220px;
    height: 100%;
    max-width: 40%;
    width: 100%;
    border-radius: 25px;
    overflow: hidden;
}

@media (max-width: 500px) {
    .projeler .max-width .haberler .haber-list .haber figure {
        max-width: unset;
        max-height: unset;
    }
}

.projeler .max-width .haberler .haber-list .haber figure:hover img {
    transform: scale(1.1);
}

.projeler .max-width .haberler .haber-list .haber figure img {
    max-height: 320px;
    height: 100%;
    width: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.projeler .max-width .haberler .haber-list .haber .text {
    max-width: calc(60% - 25px);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    gap: 15px;
}

@media (max-width: 500px) {
    .projeler .max-width .haberler .haber-list .haber .text {
        max-width: unset;
    }
}

.projeler .max-width .haberler .haber-list .haber .text h2 {
    font-size: 22px;
    line-height: 28px;
    max-height: 84px;
    color: #000;
    line-height: 28px;
    font-weight: 600;
    overflow: hidden;
}

.projeler .max-width .haberler .haber-list .haber .text p {
    font-size: 18px;
    line-height: 22px;
    max-height: 44px;
    height: 100%;
    overflow: hidden;
}

.projeler .max-width .haberler .haber-list .haber .text .alt {
    margin-top: 10px;
}

.projeler .max-width .haberler .haber-list .haber .text .alt .detayli-bilgi-buton {
    border: 2px solid #000;
    color: #000;
}

.projeler .max-width .haberler .haber-list .haber .tarih {
    position: absolute;
    font-size: 14px;
    bottom: 10px;
    right: 20px;
}

.kurumsal-destekcilerimiz {
    margin-top: 35px;
}

.kurumsal-destekcilerimiz .max-width .destekciler {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 15px;
    margin: 50px 0;
}

.kurumsal-destekcilerimiz .max-width .destekciler .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: calc((100% - 60px) / 5);
    width: 100%;
    overflow: hidden;
    border: 2px solid rgba(0, 0, 0, 0.4);
}

@media (max-width: 1366px) {
    .kurumsal-destekcilerimiz .max-width .destekciler .item {
        max-width: calc((100% - 45px) / 4);
    }
}

@media (max-width: 1024px) {
    .kurumsal-destekcilerimiz .max-width .destekciler .item {
        max-width: calc((100% - 30px) / 3);
    }
}

@media (max-width: 768px) {
    .kurumsal-destekcilerimiz .max-width .destekciler .item {
        max-width: calc((100% - 15px) / 2);
    }
}

@media (max-width: 500px) {
    .kurumsal-destekcilerimiz .max-width .destekciler .item {
        max-width: 100%;
    }
}

.kurumsal-destekcilerimiz .max-width .destekciler .item:hover figure img {
    filter: grayscale(0);
    transform: scale(1.05);
}

.kurumsal-destekcilerimiz .max-width .destekciler .item figure {
    max-height: 250px;
    height: 100%;
    width: 100%;
}

.kurumsal-destekcilerimiz .max-width .destekciler .item figure img {
    width: 100%;
    height: 100%;
    padding: 10px;
    filter: grayscale(1);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.kurumsal-destekcilerimiz .max-width .destekciler .item .destekci-adi {
    width: 100%;
    min-height: 44px;
    max-height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(0, 0, 0);
    color: white;
}

.gonullu-ol {
    display: flex;
    justify-content: space-between;
    gap: 35px;
}

.gonullu-ol .left {
    max-width: calc((100% - 20px) / 2);
    width: 100%;
    margin-top: 15px;
}

@media (max-width: 768px) {
    .gonullu-ol .left {
        max-width: 100%;
    }
}

.gonullu-ol .left .gonullu-ol-button {
    width: 250px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    background: #12AFAE;
    height: 90px;
    padding: 0 15px;
    margin-top: 35px;
    clip-path: polygon(0% 0%, 0% 95%, 100% 100%, 100% 0%);
    margin-bottom: 10px;
}

.gonullu-ol .left .gonullu-ol-button .text {
    font-size: 16px;
    font-weight: 900;
    color: #ffffff;
}

.gonullu-ol .left .gonullu-ol-button img {
    height: 85px;
    padding: 10px 0 0 0;
}

.gonullu-ol .right {
    max-width: calc((100% - 35px) / 2);
    width: 100%;
    overflow: hidden;
    padding-right: 25px;
    margin-top: -115px;
}

@media (max-width: 768px) {
    .gonullu-ol .right {
        display: none;
    }
}

footer {
    background-color: #68002F;
}

@media (max-width: 1024px) {
    footer.content-space {
        padding-bottom: 30px;
    }
}

@media (max-width: 768px) {
    footer.content-space {
        padding-bottom: 75px;
    }
}

@media (max-width: 500px) {
    footer.content-space {
        padding-bottom: 125px;
    }
}

@media (max-width: 425px) {
    footer.content-space {
        padding-bottom: 160px;
    }
}

footer .content {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 80px;
}

@media (max-width: 1024px) {
    footer .content {
        flex-wrap: wrap;
    }
}

footer .content .item {
    max-width: calc((100% - 240px) / 4);
    width: 100%;
}

@media (max-width: 1024px) {
    footer .content .item {
        max-width: calc((100% - 80px) / 2);
    }
}

@media (max-width: 500px) {
    footer .content .item {
        max-width: 100%;
    }
}

footer .content .item h2 {
    font: normal normal medium 26px/34px Acrom;
    letter-spacing: 0px;
    color: #FFFFFF;
    float: left;
}

footer .content .item ul {
    list-style: none;
}

footer .content .item ul li {
    font: normal normal normal 18px/30px Acrom;
    color: #ffffff;
}

footer .content .item ul li a {
    text-decoration: none;
    color: #ffffff;
}

footer .content .item.footer-logo {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    gap: 55px;
}

@media (max-width: 1024px) {
    footer .content .item.footer-logo {
        align-items: start;
    }
}

@media (max-width: 500px) {
    footer .content .item.footer-logo {
        align-items: center;
    }
}

footer .content .item.footer-logo .footer-logo-img {
    max-height: 130px;
    height: 100%;
}

footer .content .item.footer-logo .footer-sosyal {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 20px;
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 16px;
}

footer .content .item.footer-logo .footer-sosyal a {
    height: 20px;
}

footer .content .item.footer-hizli-menu {
    align-self: start;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 22px;
}

@media (max-width: 500px) {
    footer .content .item.footer-hizli-menu {
        align-items: center;
    }
}

footer .content .item.footer-neler-yapiyoruz {
    align-self: start;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 22px;
}

@media (max-width: 500px) {
    footer .content .item.footer-neler-yapiyoruz {
        align-items: center;
    }
}

footer .content .item.footer-iletisim {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    width: 100%;
    gap: 22px;
}

@media (max-width: 500px) {
    footer .content .item.footer-iletisim {
        align-items: center;
        margin-bottom: 50px;
    }
}

footer .content .item.footer-iletisim .iletisim {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 12.5px;
    width: 100%;
    background: unset;
    margin-top: unset;
}

footer .content .item.footer-iletisim .iletisim .item-footer {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: start;
    color: #ffffff;
    gap: 15px;
}

footer .content .item.footer-iletisim .iletisim .item-footer a {
    font: normal normal normal 18px/22px Acrom;
    color: #ffffff;
}

footer .footer-banka-bilgisi {
    background: #ffffff;
    height: 78px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
    color: #6B6B6B;
}

@media (max-width: 1024px) {
    footer .footer-banka-bilgisi {
        height: unset;
        gap: 10px;
        flex-direction: column;
        padding: 15px 0;
    }

    footer .footer-banka-bilgisi.main-space {
        margin: 20px 0 !important;
    }
}

@media (max-width: 1024px) and (max-width: 500px) {
    footer .footer-banka-bilgisi.main-space {
        text-align: center;
        font-size: 14px;
    }
}

footer .author {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 22px;
    font: normal normal normal 18px/22px Acrom;
    color: #FFFFFF;
    text-align: center;
}

@media (max-width: 1024px) {
    footer .author {
        font-size: 14px;
        gap: 10px;
    }
}

@media (max-width: 768px) {
    footer .author {
        flex-direction: column;
        gap: 10px;
    }
}

@media (max-width: 500px) {
    footer .author {
        gap: 35px;
    }
}

@media (max-width: 1024px) {
    footer .author .links {
        display: flex;
        justify-content: start;
        align-items: center;
        flex-wrap: wrap;
        row-gap: 10px;
        width: 100%;
    }
}

@media (max-width: 1024px) {
    footer .author .links {
        justify-content: center;
    }
}

footer .author .links a {
    border-right: 1px solid #ffffff;
    color: #ffffff;
    padding: 0 25px;
}

footer .author .links a:nth-last-child(1) {
    border-right: none;
}

@media (max-width: 1024px) {
    footer .author .links a {
        text-align: center;
        width: 33.3333333333%;
        padding: 0 10px;
    }
}

@media (max-width: 768px) {
    footer .author .links a {
        width: 50%;
    }

    footer .author .links a:nth-last-child(2) {
        border-right: none;
    }
}

@media (max-width: 500px) {
    footer .author .links a {
        width: 100%;
        border-right: none;
    }
}

.abone {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    background: #F1F1F1;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 15px;
    gap: 15px;
    margin-bottom: 50px;
    margin-top: 50px;
}

@media (max-width: 768px) {
    .abone {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px;
    }
}

.abone .slogan {
    font-size: 30px;
    font-weight: 600;
    line-height: 35px;
    color: #68002F;
    word-break: break-word;
    max-width: 25%;
}

@media (max-width: 768px) {
    .abone .slogan {
        max-width: 100%;
        width: 100%;
        text-align: center;
    }
}

.abone .abone-kayit {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

@media (max-width: 1024px) {
    .abone .abone-kayit {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
}

.abone .abone-kayit input[type=email] {
    height: 60px;
    background: rgb(255, 255, 255) 0% 0% no-repeat padding-box;
    width: 50%;
    border: none;
    padding-left: 15px;
    border-radius: 5px;
}

@media (max-width: 1024px) {
    .abone .abone-kayit input[type=email] {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .abone .abone-kayit input[type=email] {
        font-size: 16px;
    }
}

.abone .abone-kayit input[type=email]:focus-visible {
    outline: none;
}

.abone .abone-kayit .checkbox-bilgilendirme-abone {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    height: 65px;
}

@media (max-width: 1024px) {
    .abone .abone-kayit .checkbox-bilgilendirme-abone {
        justify-content: start;
        width: 100%;
        height: max-content;
        gap: 10px;
    }
}

.abone .abone-kayit .checkbox-bilgilendirme-abone input[type=checkbox] {
    display: none;
}

.abone .abone-kayit .checkbox-bilgilendirme-abone .mark-checkbox-abone {
    width: 30px;
    height: 30px;
    min-width: 30px;
    background: rgba(104, 0, 47, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 5px;
}

.abone .abone-kayit .checkbox-bilgilendirme-abone .mark-checkbox-abone .checked-mark-abone {
    visibility: hidden;
    opacity: 0;
}

.abone .abone-kayit .checkbox-bilgilendirme-abone .mark-checkbox-abone .checked-mark-abone.active {
    visibility: visible;
    opacity: 1;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    background: #68002F;
    border-radius: 3px;
}

.abone .abone-kayit .checkbox-bilgilendirme-abone label {
    font-size: 16px;
    line-height: 22px;
}

.abone input[type=submit].abone-ol-buton {
    height: 60px;
    padding: 0;
    background: #68002F 0% 0% no-repeat padding-box;
    border: 2px solid #68002F;
    border-radius: 13px;
    color: #ffffff;
    text-align: center;
    max-width: 20%;
    width: 100%;
    font: normal normal 600 27px/33px Acrom;
}

@media (max-width: 768px) {
    .abone input[type=submit].abone-ol-buton {
        max-width: 100%;
        width: 50%;
    }
}


.checkbox-bilgilendirme {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    min-height: 30px;
    width: 100%;
    border-radius: 15px;
    padding: 0 5%;
    margin-bottom: 15px;
}

@media (max-width: 1024px) {
    .checkbox-bilgilendirme {
        width: 100%;
        gap: 10px;
    }
}

.checkbox-bilgilendirme input[type=checkbox] {
    display: none;
}

.checkbox-bilgilendirme .mark-checkbox {
    width: 20px;
    height: 20px;
    min-width: 20px;
    background: rgba(255, 147, 179, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 5px;
}

.checkbox-bilgilendirme .mark-checkbox .checked-mark {
    visibility: hidden;
    opacity: 0;
}

.checkbox-bilgilendirme .mark-checkbox .checked-mark.active {
    visibility: visible;
    opacity: 1;
    position: absolute;
    width: 20px;
    height: 20px;
    background: #68002f;
    border-radius: 3px;
}

.checkbox-bilgilendirme label {
    font: normal normal 300 20px/26px Acrom;
    letter-spacing: 0px;
    color: #2883c6;
}

@media (max-width: 500px) {
    .checkbox-bilgilendirme label {
        font: normal normal 300 16px/22px Montserrat;
    }
}

.checkbox-bilgilendirme label a {
    font: normal normal 300 22px/28px Acrom;
    letter-spacing: 0px;
    color: #12aead;
}

@media (max-width: 500px) {
    .checkbox-bilgilendirme label a {
        font: 16px;
        line-height: 22px;
    }
}

/*# sourceMappingURL=test.css.map */


input {
    height: 60px;
    padding: 18px 28px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid #FFFFFF;
    border-radius: 13px;
    color: rgba(0, 0, 0, 0.5);
    width: 100%;
}

textarea {
    padding: 18px 28px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid #FFFFFF;
    border-radius: 13px;
    color: rgba(0, 0, 0, 0.5);
    width: 100%;
}

.detayli-bilgi-buton {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    padding: 4px 15px;
    margin-top: 15px;
    border: 2px solid #000000;
    border-radius: 18px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

@keyframes alt-menu-onhover {
    from {
        opacity: 0;
        visibility: hidden;
    }
    to {
        opacity: 1;
        visibility: visible;
    }
}

@keyframes alt-menu-outhover {
    from {
        opacity: 1;
        visibility: visible;
    }
    to {
        opacity: 0;
        visibility: hidden;
    }
}

@media (max-width: 1280px) {
    .mm-menu.mm-theme-dark .mm-listview > li a {
        color: #9d007f;
        font-weight: 600;
    }

    .mm-menu.mm-theme-dark .mm-listview > li a.etkinlik-takvimi {
        height: 68px;
        background: #5647e5;
        color: #ffffff;
        max-width: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5px;
        padding: 12px;
        border-radius: 7px;
        margin-top: 15px;
        margin-bottom: 5px;
    }

    .mm-menu.mm-theme-dark .mm-listview > li a.etkinlik-takvimi img {
        height: 44px;
    }

    .mm-menu.mm-theme-dark .mm-listview > li a.etkinlik-takvimi span {
        max-width: calc(100% - 44px);
        font-size: 20px;
        line-height: 20px;
        font-weight: 400;
    }

    .mm-menu.mm-theme-dark .mm-listview > li a.etkinlik-takvimi span.btn {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        gap: 3px;
    }
}

.ekibimiz {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    width: 100%;
    margin-top: 25px;
    gap: 30px;
}

.ekibimiz .profile-card {
    max-height: 350px;
    min-height: 350px;
    background: linear-gradient(to top right, #537a8d, #d88c77);
    color: white;
    border-radius: 20px 20px 10px 10px;
    max-width: calc((100% - 90px) / 4);
    width: 100%;
    position: relative;
    overflow: hidden;
}

@media (max-width: 1024px) {
    .ekibimiz .profile-card {
        max-width: calc((100% - 60px) / 3);
    }
}

@media (max-width: 1024px) {
    .ekibimiz .profile-card {
        max-width: calc((100% - 60px) / 3);
    }
}

@media (max-width: 768px) {
    .ekibimiz .profile-card {
        max-width: calc((100% - 30px) / 2);
    }
}

@media (max-width: 500px) {
    .ekibimiz .profile-card {
        max-width: 100%;
    }
}

.ekibimiz .profile-card img {
    background-color: #fff;
    width: 100%;
    /* min-height: 100%; */
    object-fit: cover;
    object-position: center;
    height: 100%;
}

.ekibimiz .profile-card .adsoyad {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    transform: rotate(180deg);
    writing-mode: vertical-rl;
    font-weight: 600;
    font-size: 22px;
    text-align: center;
    margin-top: 0rem;
    line-height: 2rem;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(rgb(60, 105, 112) 50%, transparent 100%);
    transition: all 0.5s ease-in-out;
}

.ekibimiz .profile-card .unvan {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
    font-size: 18px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(to right, rgb(60, 105, 112) 50%, transparent 100%);
    transition: all 0.5s ease-in-out;
}

.ekibimiz .profile-card:hover .unvan {
    bottom: -50px !important;
}

.ekibimiz .profile-card:hover .adsoyad {
    left: -50px !important;
}

.genclik-kanser {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
}

.genclik-kanser .item {
    max-width: calc((100% - 50px) / 3);
    width: 100%;
    position: relative;
    overflow: hidden;
}

@media (max-width: 768px) {
    .genclik-kanser .item {
        max-width: calc((100% - 25px) / 2);
    }
}

@media (max-width: 500px) {
    .genclik-kanser .item {
        max-width: 100%;
    }
}

.genclik-kanser .item:hover img {
    filter: sepia(0);
}

.genclik-kanser .item:hover .baslik {
    bottom: -60px;
}

.genclik-kanser .item img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
    filter: sepia(1);
    border: 1px solid rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.genclik-kanser .item .baslik {
    width: 100%;
    font-size: 22px;
    line-height: 30px;
    height: 60px;
    min-height: 60px;
    color: #000000;
    background-color: rgba(255, 255, 255, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

@media (max-width: 1024px) {
    .genclik-kanser .item .baslik {
        font-size: 18px;
        line-height: 24px;
    }
}

.normal-sayfa-color {
    background-color: #E44E91;
}

.gonullu-ol-color {
    background-color: #12AFAE;
}

.gonullu-ol-text-color {
    color: #000;
}

.iletisim-color {
    background-color: #6B6B6B;
}

.blog-color {
    background-color: #EFC315;
}

.bagis-yap-color {
    background-color: #0D6A69;
}

.video-color {
    background-color: #fd0001;
}

.ekibimiz-color {
    background-color: #3c6970;
}

.normal-sayfa-color-breadcrumb {
    background-color: rgba(229, 16, 113, 0.17);
}

.gonullu-ol-color-breadcrumb {
    background-color: rgba(40, 131, 197, 0.17);
}

.iletisim-color-breadcrumb {
    background-color: rgba(107, 107, 107, 0.17);
}

.blog-color-breadcrumb {
    background-color: rgba(239, 195, 21, 0.17);
}

.bagis-yap-color-breadcrumb {
    background-color: rgba(18, 175, 174, 0.17);
}

.video-color-breadcrumb {
    background-color: rgba(253, 0, 1, 0.17);
}

.ekibimiz-color-breadcrumb {
    background-color: rgba(60, 105, 112, 0.17);
}

.top-0 {
    top: 0 !important;
}

form.ortak-form {
    background-color: #f1f1f1;
    padding: 20px 25px;
    display: flex;
    justify-content: center;
    clip-path: polygon(0% 0%, 0% 95%, 100% 100%, 100% 0%);
}

form.ortak-form .baslik {
    font-size: 30px;
    font-weight: 300;
    line-height: 37px;
    color: #E72628;
    margin-bottom: 20px;
}

form.ortak-form input {
    margin-bottom: 20px;
    font-size: 18px;
}

form.ortak-form .submit-button {
    display: flex;
    justify-content: center;
    align-items: start;
}

form.ortak-form .submit-button input[type=submit] {
    height: 36px;
    border-radius: 20px;
    border: 2px solid #000000;
    width: max-content;
    padding: 0 15px;
    color: #000000;
}

form.ortak-form textarea {
    font-size: 18px;
    margin-bottom: 20px;
}

/*# sourceMappingURL=style.css.map */
