u-clearfix u-palette-2-light-3 u-section-2
:root {
    --color-grey: grey;
    --color-black: black;
    --color-white: white;
    --color-first-dark: #3E5486;
    --color-second-dark: #7EA8BE;
    --color-first-light: #93bfcf;
    --color-second-light: #f6f6f6;
    --color-third-light: #dfdfdf;
    --color-fourth-light: #f2fbff;
}


html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

li {
    list-style-type: none;
    vertical-align: middle;
}

hr {
    width: 70%;
    margin: 8px auto;
}




.global-button {
    color: var(--color-white) !important;
    background-color: var(--color-first-dark) !important;
    border-color: var(--color-first-dark) !important;
    font-size: 20px;
    border-width: 1.5px;
    border-radius: 0.5rem;
}

    .global-button:hover {
        color: var(--color-first-dark) !important;
        background-color: var(--color-transparent) !important;
    }




.persona-story-child {
    cursor: pointer;
    width: 100px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3px;
    cursor: pointer;
}

    .persona-story-child span.personaclick-story-image {
        border-radius: 50%;
        background: #fbfaf8;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 3px;
    }

.personaStoryContainer {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    width: 95%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-left: 50%;
    transform: translateX(-50%);
}


.global-button2 {
    color: var(--color-first-dark);
    border-color: var(--color-first-dark);
    background-color: var(--color-transparent);
    font-size: 20px;
    line-height: 0;
}

    .global-button2:hover {
        color: var(--color-white) !important;
        background-color: var(--color-first-dark) !important;
        border-color: var(--color-first-dark) !important;
    }


/*#region header0*/
.header0 {
    position: fixed;
    width: 100%;
    z-index: 800;
    top: -1px;
}

    .header0 .nav-link-1 {
        font-family: Tahoma,Verdana,Segoe,sans-serif;
        font-size: small;
        text-decoration: none;
        color: var(--color-white);
    }

@media screen and (max-width: 768px) {
    .header0 .nav-link-1 {
        font-size: 12px;
    }
}

@media screen and (max-width: 576px) {
    .header0 .nav-link-1 {
        font-size: 7.5px;
    }
}

@keyframes rotate-data {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*#endregion */


/*#region header1*/

#header1 {
    background-color: transparent;
}


    #header1 .nav-link {
        width: 100%;
        margin: auto;
        height: 64px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        align-items: center;
        justify-content: space-between;
        padding: 0 10px;
        color: white;
        position: relative;
        padding: 0 24px;
        cursor: pointer;
    }

        #header1 .nav-link:hover {
            background-color: var(--color-second-dark) !important;
        }

@media screen and (max-width: 992px) {
    #header1 .nav-link {
        padding-left: 10px;
    }
}


#header1 .dropdown {
    border-radius: 10px;
}

#header1 .dropdown-menu, .dropdown-submenu {
    background-color: var(--color-second-light);
    color: var(--color-black);
    border-radius: 10px;
}

    #header1 .dropdown-menu .dropdown-submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -9px;
    }

@media screen and (max-width: 992px) {
    #header1 .dropdown-menu .dropdown-submenu {
        left: 55%;
    }
}

#header1 .dropdown:hover {
    background-color: var(--color-second-dark) !important;
}


    #header1 .dropdown:hover > .dropdown-menu {
        display: block;
    }

#header1 .dropdown-menu li {
    position: relative;
}

#header1 .dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
}

#header1 .dropdown-menu > li:hover > .dropdown-submenu {
    display: block;
}

#header1 .dropdown-menu li:hover > p {
    background-color: var(--color-third-light);
}


#header1 .dropdown-item:hover {
    background-color: var(--color-third-light);
}

#header1 .dropdown-item {
    color: var(--color-black) !important;
}


/*#endregion*/


.header {
    position: fixed;
    width: 100%;
    z-index: 800;
    top: -1px;
}

.card_elra {
    margin-left: 60px;
    width: 100px;
    height: 150px
}

@media(max-width:360px) {

    .card_elra {
        margin-left: 100px;
    }
}

@media(max-width:400px) {

    .card_elra {
        margin-left: 70px;
    }
}

.container_HBYS {
    display: flex;
    width: 100%;
    max-width: 1140px; /* Bu genişlik, varsayılan container genişliğidir ve ekran boyutuna göre değişir */
    margin: 0 auto; /* Ortalanmasını sağlar */
    padding: 0 15px; /* Kenarlara padding ekler */
    box-sizing: border-box; /* Padding genişliğe dahil edilir */
    justify-content:center;
}

/* 768px ve altı ekranlar için */
@media (max-width: 768px) {
    .container_HBYS {
        width: 85%;
        display:table-column;
    }
}
/* 768px ve altı ekranlar için */
@media (max-width: 1024px) {
    .container_HBYS {
        width: 85%;
        display: table-column;
    }
}

/* 480px ve altı ekranlar için */
@media (max-width: 480px) {
    .container_HBYS {
        width: 85%;
        display:table-column;
    }
}

/* 400px ve altı ekranlar için */
@media (max-width: 400px) {
    .container_HBYS {
        width: 80%;
        display:table-column;
    }
}

/* 360px ve altı ekranlar için */
@media (max-width: 360px) {
    .container_HBYS {
        width: 75%;
        display:table-column;
    }
}



.hbys__title {
    font-family: Montserrat, sans-serif;
    font-size: 36px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: -1px;
    color: #fff;
    margin-bottom: 32px;
    justify-self: center;
    padding-top: 50px;
    text-align: center;
}

.header__bar {
    height: 72px;
    padding: 0 28px;
    display: grid;
    grid-template-columns: auto 1fr auto;
}

.header__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    transition: .5s;
}


.slot__central {
    display: flex;
    align-items: center;
}

.header__brand {
    font-family: Montserrat, sans-serif;
    font-size: 36px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: -1px;
    margin-bottom: 5px;
    font-size: 24px;
}

.header__links {
    flex-direction: row;
    align-items: center;
    justify-self: flex-start;
    margin: 0 48px;
}

.header__title {
    font-family: Montserrat, sans-serif;
    font-size: 36px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: -1px;
    color: var(--text-1);
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 1px;
    font-weight: 600;
}

.acc__item, .acc__link_main {
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
}

.acc__link {
    /* display: grid
; */
    grid-template-columns: 1fr 20px;
    align-items: center;
    grid-gap: 10px;
    text-decoration: none;
    margin-bottom: 4px;
    color: var(--text-1);
}


.slot__aux {
    justify-self: center;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

.search {
    height: 40px;
}


.logo {
    height: 75px;
    width: 75px;
}




.btn-color-blue {
    color: var(--color-first-dark);
    border-color: var(--color-first-dark);
}

    .btn-color-blue:hover {
        color: var(--color-white);
        background-color: var(--color-first-dark);
    }


.main-pB {
    padding-bottom: 0px;
}


/*#region SLIDER*/
.carousel-item > img {
    object-fit: cover;
}

.slider-button {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -90%);
    font-size: 22px;
    font-weight: bold;
    border-width: 1.5px;
}
/*#endregion*/

/*#region General*/

.global-container {
    padding-top: 50px;
    padding-bottom: 50px;
}

.global-title {
    color: var(--color-first-dark);
    margin-bottom: 50px;
    text-align: center;
    font-size: 47px;
}

.bg-second {
    background-color: var(--color-second-light);
}

/*#endregion*/


.card {
    border-radius: 0.5rem;
    border: none;
    overflow: hidden;
    margin: 10px;
}


.card-hover {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.2s ease-in-out;
    color: var(--color-grey);
    cursor: default;
    transform: scale(1);
    transition: transform 0.25s;
}

    .card-hover:hover {
        box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
        transform: scale(1.05);
        transition: transform 0.25s;
    }

        .card-hover:hover .icon-hover:before {
            color: var(--color-first-dark);
            opacity: 0.8;
        }

.card-text {
    padding: 0px 10px 10px 10px;
}


.card-shadow {
    box-shadow: 0 1px 2px rgba(0.01, 0.05, 0.05, 0.13);
    transition: box-shadow 0.2s ease-in-out;
}

    .card-shadow:hover {
        box-shadow: 0 13px 13px rgba(0, 0, 0, 0.1);
    }


.card-body {
    overflow-y: auto !important;
    color: black !important; /* Metni siyah yap */
}


.references-logo {
    height: 130px;
    border-radius: 10px;
    margin: 0px 10px 0px 10px;
    background-color: var(--color-white);
}


.hero {
    background-image: url("../assets/images/circle.webp");
    background-repeat: no-repeat;
    background-position: 90% -60%;
    min-height: 900px;
    display: flex;
    align-items: center;
}

.hero_icons {
    display: flex;
}

.hero_icon {
    color: var(--text-1);
    text-decoration: none;
    border-radius: 12px;
    border: none;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: -.4px;
    background: rgba(74, 74, 74, .0902);
    display: flex;
    justify-content: center;
    height: 48px;
    width: 48px;
    align-items: center;
    grid-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    transition: all .3s;
}
/*
hero__sticker[data-v-d5fb20c8] {
    width: 108px;
}

}

 */


.social-icons {
    display: flex;
    flex-wrap: wrap;
    padding-top: 5px;
}

    .social-icons .icon {
        margin-right: 20px;
        color: #010521;
        display: inline-block;
        font-size: 22px;
        margin-bottom: 3px;
    }

        .social-icons .icon:last-child {
            margin-right: 0;
        }

        .social-icons .icon:hover {
            color: #234A98;
        }

    .social-icons.icons-xl {
        font-size: 36px;
    }

        .social-icons.icons-xl .icon {
            margin-right: 20px;
        }

    .social-icons.icons-md .icon {
        margin-right: 20px;
        font-size: 20px;
    }

    .social-icons.icons-sm .icon {
        margin-right: 10px;
        font-size: 14px;
    }

    .social-icons.social-icon-box .icon {
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background: #f0f1f6;
        margin-right: 4px;
    }

        .social-icons.social-icon-box .icon:last-child {
            margin-right: 0;
        }

        .social-icons.social-icon-box .icon:hover {
            background: linear-gradient(114deg, #0fa, #4579f5 53%, #9c42f5);
            color: #ffffff; /* İkon rengi beyaz */
            transition: background 0.3s ease, color 0.3s ease; /*Renk gradient*/
            transform: translateY(-5px); /* Yukarıya zıplama */
        }

    .social-icons.social-icon-box.icons-xl .icon {
        width: 70px;
        height: 70px;
        line-height: 70px;
    }

    .social-icons.social-icon-box.icons-md .icon {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .social-icons.social-icon-box.icons-sm .icon {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .social-icons.social-icon-rounded .icon {
        border-radius: 4px;
    }

    .social-icons.social-icon-round .icon {
        border-radius: 50%;
    }

    .social-icons.icon-colored .icon.facebook {
        color: #4267B2;
    }

        .social-icons.icon-colored .icon.facebook:hover {
            background: transparent;
            color: #4267B2;
        }

    .social-icons.icon-colored .icon.twitter {
        color: #1DA1F2;
    }

        .social-icons.icon-colored .icon.twitter:hover {
            background: transparent;
            color: #1DA1F2;
        }

    .social-icons.icon-colored .icon.pinterest {
        color: #E60023;
    }

        .social-icons.icon-colored .icon.pinterest:hover {
            background: transparent;
            color: #E60023;
        }

    .social-icons.icon-colored .icon.instagram {
        color: #8a3ab9;
    }

        .social-icons.icon-colored .icon.instagram:hover {
            background: transparent;
            color: #8a3ab9;
        }

    .social-icons.icon-colored .icon.dribbble {
        color: #ea4c89;
    }

        .social-icons.icon-colored .icon.dribbble:hover {
            background: transparent;
            color: #ea4c89;
        }

    .social-icons.icon-colored .icon.rss {
        color: #ee802f;
    }

        .social-icons.icon-colored .icon.rss:hover {
            background: transparent;
            color: #ee802f;
        }

    .social-icons.social-icon-box.icon-colored .icon.facebook {
        color: #4267B2;
    }

        .social-icons.social-icon-box.icon-colored .icon.facebook:hover {
            background: #4267B2;
            color: #ffffff;
        }

    .social-icons.social-icon-box.icon-colored .icon.twitter {
        color: #1DA1F2;
    }

        .social-icons.social-icon-box.icon-colored .icon.twitter:hover {
            background: #1DA1F2;
            color: #ffffff;
        }

    .social-icons.social-icon-box.icon-colored .icon.pinterest {
        color: #E60023;
    }

        .social-icons.social-icon-box.icon-colored .icon.pinterest:hover {
            background: #E60023;
            color: #ffffff;
        }

    .social-icons.social-icon-box.icon-colored .icon.instagram {
        color: #8a3ab9;
    }

        .social-icons.social-icon-box.icon-colored .icon.instagram:hover {
            background: #8a3ab9;
            color: #ffffff;
        }

    .social-icons.social-icon-box.icon-colored .icon.dribbble {
        color: #ea4c89;
    }

        .social-icons.social-icon-box.icon-colored .icon.dribbble:hover {
            background: #ea4c89;
            color: #ffffff;
        }

    .social-icons.social-icon-box.icon-colored .icon.linkedin {
        color: #0077b5;
    }

        .social-icons.social-icon-box.icon-colored .icon.linkedin:hover {
            background: #0077b5;
            color: #ffffff;
        }

    .social-icons.icon-bg-colored .icon.facebook {
        color: #ffffff;
        background: #4267B2;
    }

        .social-icons.icon-bg-colored .icon.facebook:hover {
            transform: translateY(-3px);
            box-shadow: 0px 7px 20px rgba(1, 5, 33, 0.3);
        }

    .social-icons.icon-bg-colored .icon.twitter {
        color: #ffffff;
        background: #1DA1F2;
    }

        .social-icons.icon-bg-colored .icon.twitter:hover {
            transform: translateY(-3px);
            box-shadow: 0px 7px 20px rgba(1, 5, 33, 0.3);
        }

    .social-icons.icon-bg-colored .icon.pinterest {
        color: #ffffff;
        background: #E60023;
    }

        .social-icons.icon-bg-colored .icon.pinterest:hover {
            transform: translateY(-3px);
            box-shadow: 0px 7px 20px rgba(1, 5, 33, 0.3);
        }

    .social-icons.icon-bg-colored .icon.instagram {
        color: #ffffff;
        background: #8a3ab9;
    }

        .social-icons.icon-bg-colored .icon.instagram:hover {
            transform: translateY(-3px);
            box-shadow: 0px 7px 20px rgba(1, 5, 33, 0.3);
        }

    .social-icons.icon-bg-colored .icon.dribbble {
        color: #ffffff;
        background: #ea4c89;
    }

        .social-icons.icon-bg-colored .icon.dribbble:hover {
            transform: translateY(-3px);
            box-shadow: 0px 7px 20px rgba(1, 5, 33, 0.3);
        }

    .social-icons.icon-bg-colored .icon.linkedin {
        color: #ffffff;
        background: #0077b5;
    }

        .social-icons.icon-bg-colored .icon.linkedin:hover {
            transform: translateY(-3px);
            box-shadow: 0px 7px 20px rgba(1, 5, 33, 0.3);
        }

    .social-icons.icon-border .icon {
        background: transparent;
        border: 2px solid #f0f1f6;
    }

        .social-icons.icon-border .icon:hover {
            background: #234A98;
            border: 2px solid #234A98;
        }

    .social-icons.icons-animation {
        overflow: hidden;
    }

        .social-icons.icons-animation .icon:hover i {
            animation: toTopFromBottom 0.3s forwards;
        }

.hero__heading {
    font-family: Montserrat, sans-serif; /* Font ailesi Montserrat olarak ayarlandı. */
    font-size: 36px; /* Varsayılan font boyutu 36 piksel. */
    font-weight: 700; /* Varsayılan font kalınlığı 700. */
    font-stretch: normal; /* Fontun genişlemesi normal. */
    font-style: normal; /* Font stili normal. */
    line-height: 1.2; /* Satır yüksekliği 1.2 olarak belirlendi. */
    letter-spacing: -1px; /* Harfler arasındaki boşluk -1 piksel. */
    color: white; /* Metin rengi CSS değişkeni. */
    margin-bottom: 57px; /* Alttan boşluk 57 piksel. */
    margin-top: 150px; /* Üstten boşluk 150 piksel. */
    margin-left: 35px; /* Soldan boşluk 35 piksel. */
    /*
    font-family: Montserrat, sans-serif;
    font-size: 36px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: -1px;
    color: var(--text-1);
    font-size: 72px;
    font-weight: 800;
    margin-bottom: 57px;
    color: white;
    margin-top: 150px;
   /* margin-left:35px;*/
}

@media (max-width: 768px) {
    .hero__heading {
        font-size: 28px; /* Küçük ekranlar için font boyutu 28 piksel. */
        font-weight: 700; /* Mobilde hafif bir kalınlık kullanıldı. */
        margin-top: 100px; /* Üstten boşluk mobilde azaltıldı. */
        margin-left: 60px; /* Soldan boşluk mobilde azaltıldı. */
        margin-bottom: 30px; /* Alttan boşluk mobilde azaltıldı. */
        margin-right: 20px
    }
}

@media (max-width: 400px) {
    .hero__heading {
        font-size: 10px; /* Daha küçük ekranlar için font boyutu 24 piksel. */
        margin-top: 75px; /* Üstten boşluk daha da azaltıldı. */
        margin-left: 60px; /* Soldan boşluk daha da azaltıldı. */
        margin-bottom: 20px; /* Alttan boşluk daha da azaltıldı. */
        margin-right: 20px;
    }
}

@media (max-width: 480px) {
    .hero__heading {
        font-size: 10px; /* Daha küçük ekranlar için font boyutu 24 piksel. */
        margin-top: 75px; /* Üstten boşluk daha da azaltıldı. */
        margin-left: 50px; /* Soldan boşluk daha da azaltıldı. */
        margin-bottom: 20px; /* Alttan boşluk daha da azaltıldı. */
        margin-right: 20px;
    }
}

@media (max-width: 300px) {
    .hero__heading {
        font-size: 10px; /* Daha küçük ekranlar için font boyutu 24 piksel. */
        margin-top: 75px; /* Üstten boşluk daha da azaltıldı. */
        margin-left: 60px; /* Soldan boşluk daha da azaltıldı. */
        margin-bottom: 20px; /* Alttan boşluk daha da azaltıldı. */
        margin-right: 20px;
    }
}



.heading__brand {
    display: block;
    position: relative;
    color: white;
    margin-top: 20px;
}


.hero__sticker {
    position: absolute;
    left: 25%;
    bottom: 60px;
    width: 128px;
    height: 128px;
    -webkit-animation: rotate-data 12s linear infinite;
    animation: rotate-data 12s linear infinite;
    z-index: 4;
}

@media (max-width: 400px) {
    .hero__sticker {
        left: 40%;
    }
}

@media (max-width: 480px) {
    .hero__sticker {
        left: 35%;
    }
}

@media (max-width: 360px) {
    .hero__sticker {
        left: 45%;
    }
}

.hero__subtext {
    font-size: 14px;
    opacity: .6;
    margin-bottom: 24px;
}

.hero__buttons {
    display: flex;
    margin-bottom: 24px;
}


.button__start {
    display: block;
    text-decoration: none;
    border-radius: 12px;
    border: none;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: -.4px;
    padding: 24px 32px;
    box-shadow: 0 8px 8px -4px rgba(69, 121, 245, .12), 0 16px 24px 0 rgba(69, 121, 245, .24), 0 2px 4px -1px rgba(27, 10, 82, .12), 0 0 1px 0 rgba(69, 121, 245, .24);
    background-image: linear-gradient(114deg, #0fa, #4579f5 53%, #9c42f5);
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--text-1);
}

.site-footer {
    padding-top: 20px;
    padding-left: 20px;
    font-size: 20px;
    line-height: 30px;
    padding-left: 20px;
    color: white;
    font-weight: 600;
}


    .site-footer a {
        text-decoration: none;
        padding-top: 20px;
        padding-left: 20px;
        font-size: 20px;
        line-height: 30px;
        padding-left: 20px;
        color: white;
        font-weight: 600;
    }



    .site-footer .group {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

@media screen and (max-width: 1200px) {
    .site-footer .list-group {
        margin-top: 50px;
    }
}

.site-footer h3 {
    color: var(--color-white);
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 20px;
    letter-spacing: 2px
}

.site-footer .list-group a {
    text-decoration: none;
    color: var(--color-white);
    min-width: 200px;
}

    .site-footer .list-group a:hover {
        color: var(--color-white);
        text-decoration: none;
        background-color: rgba(0, 0, 0, 0.2);
    }

.site-footer .list-group-item0 {
    background-color: rgba(0, 0, 0, 0);
    border: 0px;
    padding: 0.3rem 0.5rem;
    border-radius: 10px;
}

.border-radius {
    border-radius: 4px;
}


.list-margin {
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: var(--color-fourth-light);
}

.list-bg {
    background-color: var(--color-fourth-light);
    margin: 20px 0 20px 0;
    padding: 20px 30px 20px 30px;
    font-size: 17px;
    font-family: Tahoma,Verdana,Segoe,sans-serif;
    border-radius: 20px;
}

    .list-bg li::before {
        content: "\2022\0020";
        color: var(--color-first-dark);
    }

    .list-bg li {
        padding-top: 10px;
        padding-bottom: 10px;
    }




/*Blog Css*/
.blog-sayfa {
    margin-top: 20px;
    padding-top: 35px;
    padding-bottom: 60px;
}

.blog-link {
    text-decoration: none;
    color: var(--color-first-dark);
}



.blog-post {
    -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
}

    .blog-post .blog-img .overlay,
    .blog-post .blog-img .post-meta {
        position: absolute;
        opacity: 0;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .blog-post .blog-img .overlay {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .blog-post .blog-img .post-meta {
        bottom: 5%;
        right: 5%;
        z-index: 1;
    }

        .blog-post .blog-img .post-meta .read-more:hover {
            color: var(--color-first-light) !important;
        }

    .blog-post .content h1, .blog-post .content h2, .blog-post .content h3, .blog-post .content h4, .blog-post .content h5, .blog-post .content h6 {
        line-height: 1.2;
    }

    .blog-post .content .title {
        font-size: 18px;
    }

        .blog-post .content .title:hover {
            color: var(--color-first-light);
        }

    .blog-post .content .author .name:hover {
        color: #6dc77a !important;
    }

    .blog-post:hover {
        -webkit-transform: translateY(-7px);
        transform: translateY(-7px);
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    }

        .blog-post:hover .blog-img .overlay {
            opacity: 0.65;
        }

        .blog-post:hover .blog-img .post-meta {
            opacity: 1;
        }

    .blog-post .post-meta .like i,
    .profile-post .like i {
        -webkit-text-stroke: 2px #dd2427;
        -webkit-text-fill-color: transparent;
    }

    .blog-post .post-meta .like:active i, .blog-post .post-meta .like:focus i,
    .profile-post .like:active i,
    .profile-post .like:focus i {
        -webkit-text-stroke: 0px #dd2427;
        -webkit-text-fill-color: #dd2427;
    }

.avatar.avatar-ex-sm {
    height: 36px;
}

.shadow {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) !important;
}

.text-muted {
    color: #8492a6 !important;
}

.brand_global {
    font-family: 'Roboto Slab';
    font-size: 20px;
    justify-content: flex-start;
    color: white;
    white-space: nowrap;
    overflow: hidden;
    text-decoration: none;
}

.para-desc {
    max-width: 600px;
}

.text-muted {
    color: #8492a6 !important;
}

.section-title .title {
    letter-spacing: 0.5px;
    font-size: 30px;
}
/*Blog Css*/




/*Contact*/

.contact {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: var(--color-white);
}

.contact-background {
    background-color: var(--color-second-light);
    padding: 0 40px 160px 40px;
    border-radius: 5px;
}

.contact-border {
    border-radius: 15px !important;
}


.contact .form {
    background: #fff;
    margin-top: 10%;
    margin-bottom: 5%;
    width: 70%;
}


    .contact .form form {
        padding: 14%;
    }

        .contact .form form .row {
            margin-bottom: -7%;
        }


    .contact .form .control {
        border-radius: 1rem;
    }

.contact .image {
    text-align: center;
}

    .contact .image img {
        border-radius: 6rem;
        width: 11%;
        margin-top: -3%;
        transform: rotate(29deg);
    }


.contact-form h3 {
    margin-bottom: 8%;
    margin-top: -10%;
    text-align: center;
    color: #0062cc;
}

.contact-button {
    width: 20%;
    margin-top: 20px;
}

.background-color {
    background-color: var(--color-fourth-light);
    border-radius: 15px/15px;
    padding: 25px 25px 25px 25px;
}

.businessPartners {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.businessPartners-image {
    margin-left: auto;
    margin-right: auto;
    max-width: 30%;
    height: auto;
    text-align: center;
}

.businessPartners-text {
    margin-top: 40px;
}

/*Contact End*/


/*tablardaki container*/

.container {
    display: flex;
    justify-content: center;
    column-gap: 20px;
}

@media (max-width: 400px) {
    .container {
        display: flex;
        justify-content: center;
        column-gap: 20px;
        flex-direction: column;
        display: inline;
    }
}

@media (max-width: 480px) {
    .container {
        display: flex;
        justify-content: center;
        column-gap: 20px;
        flex-direction: column;
        display: inline;
    }
}

:root {
    /*  --footer-background: #FF69B4; Pembe Footer */
}
/*Hastane Otomasyonu/USBS*/

body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-color: #0f2349; /*#212429;*/
    display: flex;
    flex-direction: column;
    grid-template-rows: 1fr 10rem auto;
    grid-template-areas: "main" "." "footer";
    overflow-x: hidden;
    min-height: 100vh;
    position: relative;
}
    /*bubbles*/
    body .footer {
        z-index: 1;
        display: grid;
        position: relative;
        grid-area: footer;
        min-height: 12rem;
        --footer-background: rgb(131,58,180);
        --footer-background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,29,104,1) 28%, rgba(69,155,252,1) 99%);
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 999;
    }

        body .footer .bubbles {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 1rem;
            background: var(--footer-background);
            filter: url("#blob");
        }

            body .footer .bubbles .bubble {
                position: absolute;
                left: var(--position, 50%);
                background: var(--footer-background);
                border-radius: 100%;
                -webkit-animation: bubble-size var(--time, 4s) ease-in infinite var(--delay, 0s), bubble-move var(--time, 4s) ease-in infinite var(--delay, 0s);
                animation: bubble-size var(--time, 4s) ease-in infinite var(--delay, 0s), bubble-move var(--time, 4s) ease-in infinite var(--delay, 0s);
                transform: translate(-50%, 100%);
            }

        body .footer .content {
            z-index: 2;
            display: grid;
            grid-template-columns: 1fr auto;
            grid-gap: 4rem;
            padding: 2rem;
            background: var(--footer-background);
            display: flex;
            align-items: flex-end;
            justify-content: flex-end;
            grid-gap: 4rem;
        }
            /*
            body .footer .content a, body .footer .content p {
                color: #F5F7FA;
                text-decoration: none;
                font-size:300px;
                font-weight:500;
     }

                */



            body .footer .content b {
                color: white;
            }

            body .footer .content p {
                margin: 0;
                font-size: 15px;
                display: contents;
            }

            body .footer .content > div {
                display: flex;
                flex-direction: column;
                justify-content: center;
            }

                body .footer .content > div > div {
                    margin: 0.25rem 0;
                }

                body .footer .content > div .image {
                    align-self: center;
                    width: 4rem;
                    height: 4rem;
                    margin: 0.25rem 0;
                    background-size: cover;
                    background-position: center;
                }


    body.footer-links {
        color: #ffffff;
        margin: 20px 0 12px;
        padding: 0;
    }

        body .footer-links a:before {
            content: "|";
            font-weight: 300;
            font-size: 50px;
            left: 0;
            color: #fff;
            display: inline-block;
            padding-right: 5px;
        }

@-webkit-keyframes bubble-size {
    0%, 75% {
        width: var(--size, 4rem);
        height: var(--size, 4rem);
    }

    100% {
        width: 0rem;
        height: 0rem;
    }
}

@keyframes bubble-size {
    0%, 75% {
        width: var(--size, 4rem);
        height: var(--size, 4rem);
    }

    100% {
        width: 0rem;
        height: 0rem;
    }
}

@-webkit-keyframes bubble-move {
    0% {
        bottom: -4rem;
    }

    100% {
        bottom: var(--distance, 10rem);
    }
}

@keyframes bubble-move {
    0% {
        bottom: -4rem;
    }

    100% {
        bottom: var(--distance, 10rem);
    }
}
/*buubles son*/
.custom-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 30px;
    margin: 100px 50px 100px 50px;
}

.custom-container_header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 10px 10px 10px 10px;
}

@media only screen and (max-width: 769px) {
    .custom-container {
        flex-wrap: wrap;
    }

    .custom-right {
        width: 100% !important;
        max-width: 100% !important;
    }
}

.titleHo {
    margin-top: 50px;
}



.custom-left,
.custom-right {
    height: 400px;
    overflow: hidden;
    border-radius: 1rem;
    flex-grow: 1;
}

    .custom-left img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

.custom-right {
    background-color: var(--color-fourth-light);
    color: var(--color-black) !important;
    width: 40%;
    min-width: 40%;
    max-width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
}

.text-area {
    padding: 20px;
}

    .text-area p {
        font-size: 18px;
    }


.custom-container + .custom-container {
    margin-top: 20px;
}

/*Hastane Otomasyonu/USBS End*/





/*İletişim */

.body2 {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.container2 {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 800px;
    padding: 2em;
    gap: 20px;
    flex-wrap: wrap;
}

.form-container,
.contact-info-container {
    padding: 2em;
    background-color: var(--color-fourth-light);
    border-radius: 15px/15px;
    padding: 25px 25px 25px 25px;
    width: 48%;
}

@media only screen and (max-width: 769px) {
    .form-container,
    .contact-info-container {
        width: 100%;
    }
}

.form-container h3,
.contact-info-container h3 {
    margin-top: 0;
    margin-bottom: 1em;
}

.form-container label,
.form-container input[type="text"],
.form-container input[type="email"],
.form-container textarea,
.form-container input[type="submit"] {
    display: block;
    margin-bottom: 1em;
}

.form-container input[type="text"],
.form-container input[type="email"],
.form-container textarea {
    width: 100%;
    padding: 0.5em;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.form-container textarea {
    resize: vertical;
}

.contact-info-container ul {
    list-style-type: none;
    padding: 0;
}

.contact-info-container li {
    margin-bottom: 1em;
}

.contact-info-container a {
    text-decoration: none;
}

    .contact-info-container a:hover {
        text-decoration: underline;
    }


/*Belgelerimiz */

.body1 {
    font-family: Arial, sans-serif;
    justify-content: center;
    align-items: center;
}

.file-table {
    width: 70%;
    border-collapse: collapse;
    background-color: var(--color-first-light);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin: 20px auto;
    border-radius: 1rem;
}

.file-row {
    background-color: var(--color-fourth-light);
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

    .file-row:nth-child(even) {
        background-color: var(--color-white);
    }

.file-icon-cell {
    width: 50px;
    height: 50px;
    text-align: center;
}

    .file-icon-cell img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 5px;
    }

.file-details-cell {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 10px;
}


/*SıkçaSorulanSorular */

.faq-title {
    color: var(--color-first-dark);
    margin-top: 20px;
    text-align: center;
    font-size: 47px;
}

.custom-tooltip {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 10;
    background: #f8f9fa;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    width: 300px;
    text-align: center;
}



.faq-container {
    width: 70%;
    margin: 20px auto;
    border-radius: 4px;
    font-family: "Onest", sans-serif;
}

.faq-item {
    background: #ffffff;
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e7e7e7;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

    .faq-item:not(:last-child) {
        border-bottom: none;
    }

.faq-question {
    width: 100%;
    padding: 10px 30px 10px 10px;
    text-align: left;
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
    font-size: 18px;
    border-bottom: 1px solid #e7e7e7;
}

    .faq-question:hover,
    .faq-question:focus {
        background-color: var(--color-third-dark);
    }

.faq-toggle {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    border: solid #333;
    border-width: 0 2px 2px 0;
    padding: 3px;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-toggle {
    transform: rotate(-135deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.6s ease-in-out;
    padding: 0 10px;
    border-top: 1px solid #e7e7e7;
}

    .faq-answer p {
        margin: 10px 0;
        font-size: 16px;
    }

@media (max-width: 768px) {
    .faq-container {
        width: 90%;
    }

    .faq-question {
        padding-right: 20px;
    }
}







.slider-wrapper {
    max-width: 1200px; /* Örnek genişlik, ihtiyaca göre ayarlanabilir */
    margin: 0 auto; /* Merkeze alındı */
    position: relative;
    padding: 20px 0; /* Üst ve alttan boşluk */
}

.slider {
    overflow: hidden;
}

.slide-container {
    overflow: hidden;
    position: relative;
}

.slides {
    display: flex;
    transition: transform 0.5s ease;
}

    .slides img {
        width: 100%;
        max-width: 300px; /* Küçük resim boyutu */
        display: block;
        margin: 10px;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }




.slide-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 10;
}

.left {
    left: 0;
}

.right {
    right: 0;
}


.hero {
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    z-index: 2;
    justify-content: space-around;
}

.hero__buttons {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-bottom: 0;
}



.hero__buttons {
    display: flex;
    margin-bottom: 24px;
}

.banner-landing {
    padding: 0 0 100px;
}


.hero__content-wrap {
    width: 100%;
    max-width: 1120px;
    margin: auto;
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.hero__content {
    max-width: 50%;
}

.hero__images {
    justify-content: flex-end;
    align-items: center;
    z-index: 1;
    align-self: flex-end;
}


@keyframes appearAndStop {
    0% {
        transform: scale(0); /* Yokken büyüklüğü 0 */
        opacity: 0; /* Görünmez */
    }

    50% {
        transform: scale(1.2); /* Büyüyüp biraz daha büyük */
        opacity: 1; /* Görünür */
    }

    100% {
        transform: scale(1); /* Normal boyuta döner */
        opacity: 1; /* Tamamen görünür */
    }
}



.phone {
    position: absolute;
    z-index: 4; /* Telefon çemberin üstünde görünür */
    /*top: 10%; /* Telefonun dikey hizalaması */
    left: -10%; /* Telefonun yatay hizalaması */
    transition: transform 0.70s ease-in-out; /* Geçiş animasyonu */
    animation: appear 1.5s ease-out, heartbeat 2.5s infinite 1.5s; /* İki animasyonu birleştir */
}


/* Telefonun arkadan gelme animasyonu */
@keyframes appear {
    0% {
        opacity: 0; /* Görünmez */
        transform: scale(0.5) translateY(50%); /* Küçük ve aşağıda */
    }

    100% {
        opacity: 1; /* Görünür */
        transform: scale(1) translateY(0); /* Normal boyut ve konum */
    }
}

/* Kalp atışı animasyonu */
@keyframes heartbeat {
    0%, 100% {
        transform: scale(1); /* Başlangıç boyutu */
    }

    25% {
        transform: scale(1.1); /* İlk genişleme */
    }

    50% {
        transform: scale(1); /* Normal boyuta dön */
    }

    75% {
        transform: scale(1.1); /* İkinci genişleme */
    }
}

.phone:hover {
    transform: scale(1.2) translate(10%, 20%); /* Boyutu %120 artır ve aşağıya 20% kaydır */
}

@media (max-width: 768px) {
    .phone {
        margin-left:150px /*100px;*/
    }
}

@media (max-width: 480px) {
    .phone {
        margin-left: 40px; /*30px;*/
    }
}


@media (max-width: 400px) {
    .phone {
        margin-left:20px; /* Soldan boşluk daha da azaltıldı.10px */
    }
}


@media (max-width: 300px) {
    .phone {
        margin-left: 70px/* Soldan boşluk daha da azaltıldı.60px; */
    }
}


.hero__images .phone {
    height: 510px;
}

.hero__images {
    display: flex;
    align-items: flex-end;
    max-width: 100%;
    position: relative;
}

.card-image {
    display: inline-block;
    width: 271px;
    height: 428px;
    padding: 32px;
    border-radius: 32px;
    background: hsla(0, 0%, 100%, .25);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, .37);
    background-image: linear-gradient(101deg, rgba(245, 247, 250, .12), rgba(245, 247, 250, .06) 52%, rgba(245, 247, 250, 0));
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    position: absolute;
    z-index: 3;
    /*    transform: translate(-135%,21%);
    transition: transform 0.70s ease-in-out;
       */
}

    .card-image:hover {
        transform: scale(1.2); /*Boyutu %120 artır*/
    }

.page {
    overflow: hidden;
}

header {
    position: fixed;
    width: 100%;
    z-index: 800;
    top: -1px;
}

.header__bar {
    padding: 0 16px;
}

.circle-back {
    position: relative; /* Konumlandırılmış bir öğe olduğundan emin olun */
    z-index: 1; /* Diğer öğelerin arkasında */
    height: 500px;
    width: 500px;
}

@media (min-width: 991px) {
    .header__bar {
        height: 72px;
        padding: 0 28px;
        display: grid;
        grid-template-columns: auto 1fr auto;
    }
}

.header__bar {
    width: 100%;
    margin: auto;
    height: 64px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}

.header__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    transition: .5s;
}

.slot__aux, .slot__central {
    display: flex;
    align-items: center;
}

.slot__central {
    grid-gap: 8px;
    gap: 8px;
    justify-self: flex-start;
    cursor: pointer;
}


.header__links[data-v-2d15dcfc] {
    margin: 0 18px;
}



@media (min-width: 990px) {
    .header__links[data-v-2d15dcfc] {
        flex-direction: row;
        align-items: center;
        justify-self: flex-start;
        margin: 0 48px;
    }
}

.header__links {
    justify-content: space-between;
    display: flex;
}

.hero__content {
    max-width: 50%;
}



.hero__heading {
    font-size: 57px;
    margin-bottom: 32px;
}

}

.hero__heading {
    font-family: Montserrat, sans-serif;
    font-size: 36px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: -1px;
    color: var(--text-1);
    font-size: 72px;
    font-weight: 800;
    margin-bottom: 57px;
}

.nav-tabs {
    display: flex; /* Yatay düzeni etkinleştir */
    border-bottom: none;
    align-content: center;
}

    .nav-tabs .nav-item {
        margin: 0 10px; /* Yatay sekmeler arasında boşluk */
    }

    .nav-tabs .nav-link {
        padding: 10px 20px; /* Sekme iç dolgu */
        text-align: start;
        border: none; /* İsteğe bağlı: çerçeve kaldırılır */
        border-radius: 5px; /* Köşe yuvarlama */
        background-color: #0f2349; /* Arka plan rengi */
        color: white; /* Metin rengi */
        transition: all 0.3s ease-in-out; /* Geçiş animasyonu */
        font-size: 18px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: -.4px;
    }

        .nav-tabs .nav-link.active {
            color: #fff; /* Aktif sekme metin rengi */
            box-shadow: 0 8px 8px -4px rgba(69, 121, 245, .12), 0 16px 24px 0 rgba(69, 121, 245, .24), 0 2px 4px -1px rgba(27, 10, 82, .12), 0 0 1px 0 rgba(69, 121, 245, .24);
            background-image: linear-gradient(114deg, #0fa, #4579f5 53%, #9c42f5);
        }


.slot__aux {
    justify-self: center;
}

.slot__aux, .slot__central {
    display: flex;
    align-items: center;
}

.slot__control {
    display: none;
}



.slot__control {
    justify-self: flex-end;
}

.nav__tools {
    position: relative;
    display: grid;
    grid-template-columns: 24px 24px;
    cursor: pointer;
}


.hero__subtext {
    font-size: 18px;
    margin-bottom: 32px;
}

.hero__buttons {
    display: flex;
    margin-bottom: 24px;
}

.hero__icons {
    display: flex;
}


.button__download {
    padding: 16px 24px;
}

.button__download {
    display: block;
    text-decoration: none;
    border-radius: 12px;
    border: none;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: -.4px;
    padding: 24px 32px;
    box-shadow: 0 8px 8px -4px rgba(0, 187, 255, .06), 0 16px 24px 0 rgba(0, 187, 255, .12), 0 2px 4px -1px rgba(27, 10, 82, .06), 0 0 1px 0 rgba(0, 187, 255, .12), inset 0 2px 6px 0 rgba(0, 187, 255, .4);
    background-image: linear-gradient(120deg, #2d2f33, #282a2e 51%, #212429 99%);
    color: white;
}

@media (min-width: 901px) {
    .buttons__button {
        margin-right: 24px;
        width: 100%;
        justify-content: center;
    }
}

button__start {
    display: block;
    text-decoration: none;
    border-radius: 12px;
    border: none;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: -.4px;
    padding: 24px 32px;
    box-shadow: 0 8px 8px -4px rgba(69, 121, 245, .12), 0 16px 24px 0 rgba(69, 121, 245, .24), 0 2px 4px -1px rgba(27, 10, 82, .12), 0 0 1px 0 rgba(69, 121, 245, .24);
    background-image: linear-gradient(114deg, #0fa, #4579f5 53%, #9c42f5);
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--text-1);
    width: 100%;
    justify-content: center;
}

.button_sticker {
    display: block;
    text-decoration: none;
    border-radius: 50%;
    border: none;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: -.4px;
    padding: 24px 32px;
    box-shadow: 0 8px 8px -4px rgba(69, 121, 245, .12), 0 16px 24px 0 rgba(69, 121, 245, .24), 0 2px 4px -1px rgba(27, 10, 82, .12), 0 0 1px 0 rgba(69, 121, 245, .24);
    background-image: linear-gradient(114deg, #0fa, #4579f5 53%, #9c42f5);
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--text-1);
}

@media (max-width: 900px) {
    .buttons__button {
        margin-bottom: 24px;
        padding: 10px 20px;
        font-size: 16px;
        background-color: #007bff;
        color: white;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        width: 100%;
        justify-content: center;
    }

        .buttons__button:hover {
            background-color: #0056b3;
        }
}

@media (max-width: 900px) {
    .buttons__button2 {
        margin-bottom: 24px;
        padding: 10px 20px;
        font-size: 16px;
        background-color: #007bff;
        color: white;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        justify-content: center;
    }

        .buttons__button2:hover {
            background-color: #0056b3;
        }
}

@media (max-width: 1300px) {
    .nav__item[data-v-2d15dcfc] {
        padding: 0 12px;
        font-size: 14px;
    }
}

@media (min-width: 900px) {
    .nav__item[data-v-2d15dcfc] {
        font-size: 16px;
    }
}

.nav__item[data-v-2d15dcfc] {
    background: 0 0;
    border: none;
    text-decoration: none;
    color: var(--text-1);
    font-weight: 600;
    padding-left: 24px;
    padding-right: 24px;
}

.link__app[data-v-2d15dcfc] {
    color: var(--link-1);
    font-weight: 600;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    font-style: normal;
    font-size: 16px;
    line-height: 28px;
}

.acc {
    position: relative;
    cursor: pointer;
    margin-left: 60px;
    margin-top: 15px;
}

@media (max-width: 768px) {
    .acc {
        display: none; /* 768 pikselden küçük ekranlarda gizler */
    }
}

div.container {
    display: flex;
    justify-content: center;
    column-gap: 20px;
}

div.tab {
    color: white;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    display: inline;
    text-decoration: none;
    border-radius: 12px;
    border: none;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: -.4px;
    padding: 24px 32px;
    box-shadow: 0 8px 8px -4px rgba(69, 121, 245, .12), 0 16px 24px 0 rgba(69, 121, 245, .24), 0 2px 4px -1px rgba(27, 10, 82, .12), 0 0 1px 0 rgba(69, 121, 245, .24);
    background-image: linear-gradient(114deg, #0fa, #4579f5 53%, #9c42f5);
    width: auto;
    height: auto;
    justify-content: space-between;
    align-items: center;
    word-wrap: normal;
    text-wrap: none;
    text-align: center;
}

    div.tab:hover {
        text-shadow: none;
        color: #0f2349;
        background-color: white;
        border: 1px solid black;
        border-bottom: 4px solid rgb(1, 4, 12);
        font-size: 15px;
        text-align: center;
    }

    div.tab::after {
        content: "";
        visibility: hidden;
        z-index: 2;
        position: absolute;
        top: 110%;
        left: 50%;
        transform: translate(-50%,-50%);
        border-width: 0px 0.7vw 0.7vw 0.7vw;
        border-color: transparent transparent white transparent;
        border-style: solid;
        transition: visibility
    }

    div.tab:hover::after {
        visibility: visible;
        border-style: solid;
    }

    div.tab:hover div.sub-tab {
        width: 300px;
        height: 200px;
        visibility: visible;
        transition: ease-out 0.4s;
        top: 120%; /* Daha aşağıda görünmesi için artırıldı */
    }

div.sub-tab {
    display: none;
    height: 0;
    width: 0;
    visibility: hidden;
    overflow: hidden;
    z-index: 2;
    position: absolute;
    top: 100%; /* Varsayılan olarak tab'ın hemen altında */
    left: 20%;
    transform: translate(-50%, 0);
    border-radius: 10px;
    box-shadow: 0px 2px 2px 2px black;
    background-color: #0f2349;
    transition: height 0.4s ease, width 0.4s ease, visibility 0.4s ease;
    text-shadow: 0 8px 8px -4px rgba(69, 121, 245, 0.12), 0 16px 24px 0 rgba(69, 121, 245, 0.24), 0 2px 4px -1px rgba(27, 10, 82, 0.12), 0 0 1px 0 rgba(69, 121, 245, 0.24);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width:768) {
    .tab {
        text-align: left;
    }

    .sub-tab {
        display: block;
        padding-left: 20px;
    }
}

@media(max-width:360px) {
    .tab {
        text-align: left;
    }

    .sub-tab {
        display: block;
        padding-left: 20px;
    }
}

@media(max-width:400px) {

    .tab {
        text-align: left;
    }

    .sub-tab {
        display: block;
        padding-left: 20px;
    }
}

.hbys_decription {
    margin-top: 5px;
    padding: 10px;
    background-color: #145DA0;
    border: 1px solid #ddd;
    color: white;
    font-size: 14px;
    position: relative;
    padding-right: 20px;
    white-space: normal
}

/*Cards*/
.main-cont {
    padding: 0;
    margin: 0;
    top: -215px;
}

.news-row {
    margin: 0;
    margin-top: 50px;
    margin-bottom: 450px;
}

.news-block {
    margin: auto;
    padding: 0;
    background-color: transparent;
    max-width: 1060px;
    min-width: 100px;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-animation: blockAppear .6s ease-in-out;
    animation: blockAppear .6s ease-in-out;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.underlay {
    /*display: none;*/
    margin: 0;
    padding: 0;
    max-height: 350px;
    max-width: 340px;
    justify-self:center;
}

.card-tab {
    margin: 0;
    width: 340px;
    /*max-height: 350px;*/
    max-width: 340px;
    background-color: transparent;
    transition: transform 0.6s ease;
    animation: blockAppear 1.5s ease-in-out;
    position: relative;
    z-index: 10;
}

@keyframes blockAppear {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    40% {
        opacity: 0;
        transform: translateY(20px);
        box-shadow: 0 10px 35px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(0, 0, 0, 0.15);
    }

    80% {
        opacity: 1;
        transform: translateY(-5px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
        box-shadow: none;
    }
}

.card-tab:hover {
    z-index: 999;
    max-height: 800px;
    width: 400px;
    max-width: 400px;
    border: none;
    border-right: 60px solid transparent;
    border-bottom: 20px solid transparent;
    margin-right: -20px;
    transform: translate(-30px, -50px);
    opacity: 1;
}

    .card-tab:hover:before {
        max-width: 300px;
        box-shadow: 60px 60px 20px rgba(142, 142, 142, 0.6);
    }

    .card-tab:hover .card-tab-block {
        width: 300px;
        background-image: linear-gradient(66deg, rgba(63,94,251,1) 0%, rgba(252,70,107,1) 100%);
        height: 300px;
    }

    .card-tab:hover .card-tab-title,
    .card-tab:hover .card-tab-text {
        color: white;
    }

.card-tab-block {
    background-color: transparent;
    /*background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.75) 0%, rgba(245, 245, 245, 0.75) 16.6%, rgb(245, 245, 245) 37.8%, rgb(245, 245, 245) 48.8%, rgb(254, 254, 254) 53.1%, rgba(245, 245, 245, 0.75) 79.4%, rgba(245, 245, 245, 0.75) 84.3%);*/
    background-repeat: no-repeat;
    color: transparent;
}

.card-tab-text {
    font-size: 16px;
    text-align: center;
}

.card-tab-img-top {
    width: 300px;
    height: 250px;
    background-color: #fff;
    transition: height 0.8s ease;
}

@media (max-width: 1120px) {
    .bar-cont {
        width: 100%;
    }

    .news-block {
        max-width: 720px;
    }

    .card-tab:hover .card-tab-block {
        width: 300px;
    }
}

@media (max-width: 800px) {
    .news-block {
        min-width: 380px;
    }

    .card-tab:hover {
        border-left: 20px solid transparent;
        margin-right: -40px;
        transform: translate(0, -50px);
    }

        .card-tab:hover:before {
            box-shadow: 0px 60px 40px rgba(142, 142, 142, 0.5);
        }

        .card-tab:hover .card-tab-block {
            width: 300px;
        }
}

@media (max-width: 580px) {
    .news-block {
        max-width: 380px;
    }
}

.pixel-grid {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: 15;
    opacity: 0.2;
    display: none;
}

#toggle-grid {
    position: fixed;
    top: 150px;
    right: 2px;
    z-index: 16;
    color: white;
    font-size: 1.8em;
    width: 1.8em;
    text-align: center;
    line-height: 1.85em;
    background: #666;
    border-radius: 50%;
    opacity: 0.3;
    transition: background 1s ease-out;
    display: none;
}

    #toggle-grid:hover {
        cursor: pointer;
        background: repeating-linear-gradient(to bottom right, rgb(0, 0, 0) 0%, rgb(226, 226, 226) 61.4%, rgb(226, 226, 226) 66.9%, rgb(226, 226, 226) 76.6%, rgb(226, 226, 226) 88.7%, rgb(255, 255, 255) 100%);
    }

.orange {
    color: orange !important;
    box-shadow: 2px 2px 3px #888;
    opacity: 1 !important;
}
/*Face*/
:root {
    --eye-size: 20vmin;
    --eye-gap: 14vmin;
    --eye-color: white;
    background: transparent;
    --user-button-main: #D770AD;
}

.face-container {
    width: 100vw;
    min-height: 10vh;
    display: grid;
    place-items: center;
    background: var(--background);
}

@keyframes float {
    0%, 100% {
        transform: translateY(-5%);
    }

    50% {
        transform: translateY(5%);
    }
}

.face {
    --left-lower-rotation: 0deg;
    --left-lower-position: 0%;
    --left-upper-rotation: 0deg;
    --left-upper-position: 0%;
    --right-lower-rotation: 0deg;
    --right-lower-position: 0%;
    --right-upper-rotation: 0deg;
    --right-upper-position: 0%;
    --face-rotation-x: 0deg;
    --face-rotation-y: 0deg;
    --face-rotation-z: 0deg;
    display: grid;
    grid-template-columns: var(--eye-size) var(--eye-gap) var(--eye-size);
    grid-template-rows: var(--eye-size);
    grid-template-areas: "left . right";
    filter: blur(1vmin) contrast(8);
    transform: translateZ(8vmin) rotateX(var(--face-rotation-x)) rotateY(var(--face-rotation-y)) rotateZ(var(--face-rotation-z));
    transition: 0.75s cubic-bezier(0.25, 0.5, 0.5, 1);
    mix-blend-mode: lighten;
    transform: rotateX(var(--face-rotation-x)) rotateY(var(--face-rotation-y)) rotateZ(var(--face-rotation-z));
}

    .face .eye {
        position: relative;
        background: white;
        border-radius: 100%;
        overflow: hidden;
        box-shadow: 0 0 0 2vmin black;
    }

        .face .eye, .face .eye * {
            transition: 0.5s cubic-bezier(0.75, 0.25, 0.25, 0.75);
        }

            .face .eye > div {
                --rotation: 0deg;
                --position: 0%;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                transform: rotate(var(--rotation));
            }

                .face .eye > div .lid {
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    background: black;
                }

                .face .eye > div.lower .lid {
                    top: calc(100% - var(--position));
                }

                .face .eye > div.upper .lid {
                    bottom: calc(100% - var(--position));
                }

            .face .eye.left {
                grid-area: left;
            }

                .face .eye.left .lower {
                    --rotation: var(--left-lower-rotation);
                    --position: var(--left-lower-position);
                }

                .face .eye.left .upper {
                    --rotation: var(--left-upper-rotation);
                    --position: var(--left-upper-position);
                }

            .face .eye.right {
                grid-area: right;
            }

                .face .eye.right .lower {
                    --rotation: var(--right-lower-rotation);
                    --position: var(--right-lower-position);
                }

                .face .eye.right .upper {
                    --rotation: var(--right-upper-rotation);
                    --position: var(--right-upper-position);
                }


.ticari__title {
    font-family: Montserrat, sans-serif;
    font-size: 36px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: -1px;
    color: black;
    margin-bottom: 32px;
    justify-self: center;
    padding-top: 50px;
    text-align: center;
}
/**ticari card ikonları*/



.fa-paintbrush {
    background: linear-gradient(to bottom right, #bbcbfb, #f1d4ff);
}

.fa-code {
    background: linear-gradient(to bottom right, #fbbbda, #ffd4d4);
}

.fa-cog {
    background: linear-gradient(to bottom right, #bbebfb, #efd4ff);
}

.fa-user-group {
    background: linear-gradient(to bottom right, #bbfbe4, #d4e0ff);
}

.fa-clipboard {
    background: linear-gradient(to bottom right, #bbd8fb, #ffd4d4);
}

.fa-graduation-cap {
    background: linear-gradient(to bottom right, #ffdec7, #d4d9ff);
}

.title {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}
/*Ticari Table*/
.comparison {
    max-width: 960px;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 30px;
    font: 13px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    padding: 10px;
}

    .comparison table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
        table-layout: auto;
    }

    .comparison td,
    .comparison th {
        border-right: 1px solid #E8E8E8;
        empty-cells: show;
        padding: 10px;
        border-top: 1px solid #E8E8E8;
        border-bottom: 1px solid #E8E8E8;
        color: #808080;
        font-size: 15px;
    }

    .comparison tbody tr:nth-child(odd) {
        display: none;
    }

    .comparison .compare-row {
        background: #F7F7F7;
    }

.fa-check {
    color: #69C7F1;
}

.comparison th {
    font-weight: normal;
    padding: 0;
    border-top: 0px solid #E8E8E8;
    border-bottom: 0px solid #E8E8E8;
}

.comparison tr td:first-child {
    text-align: left;
    padding: 15px;
    border-left: 1px solid #E8E8E8;
    border-top: 1px solid #E8E8E8;
}

.comparison .product,
.comparison .tl {
    color: #FFF;
    padding: 10px;
    font-size: 14px;
}

.comparison .tl2 {
    border-right: 0;
}

.comparison .product {
    background: #69C7F1;
    height: 40px;
    font-size: 1.6em;
}

.comparison .price-info {
    padding: 15px;
}

.comparison .price-now,
.comparison .price-now span {
    color: #808080;
}

    .comparison .price-now span {
        font-size: 36px;
        color: #545454;
    }

    .comparison .price-now p {
        font-size: 14px;
        text-align: center;
        line-height: 16px;
        display: inline;
    }

.comparison .price-buy {
    background: #EC671A;
    padding: 10px 20px;
    font-size: 14px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    text-transform: uppercase;
    margin: 5px 0 10px 0;
    letter-spacing: 1px;
    cursor: pointer;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}

    .comparison .price-buy:hover {
        background: #E84D00;
    }

@media screen and (min-width: 721px) and (max-width: 1000px) {
    .table_ul li {
        letter-spacing: 0px;
    }

    .comparison .price-now span {
        font-size: 32px;
    }

    .comparison .price-now p {
        display: block;
    }
}

@media screen and (max-width: 720px) {
    .table_ul {
        padding: 0px;
    }

        .table_ul li {
            font-size: 10px;
            line-height: 16px;
            padding: 3px 0;
        }

    .comparison {
        max-width: 100%;
    }

        .comparison td:first-child,
        .comparison th:first-child {
            display: none;
        }

        .comparison tbody tr:nth-child(odd) {
            display: table-row;
            background: #F7F7F7;
        }

        .comparison .row {
            background: #FFF;
        }

        .comparison td,
        .comparison th {
            border: 1px solid #CCC;
            border-top: none;
            padding: 10px;
        }

    .price-info {
        border-top: 0 !important;
        padding: 10px 0 !important;
    }

        .price-info p {
            line-height: 8px;
            font-size: 8px !important;
        }

    .comparison .compare-row {
        background: #ffffff;
    }

    .comparison .price-now p {
        display: block;
    }

    .comparison .price-now span {
        font-size: 24px;
    }

    .comparison .qbse {
        font-size: 1.2em;
    }

    .comparison td {
        font-size: 14px;
    }

    .comparison th {
        font-size: 14px;
    }
}

.u-header {
    background-image: none;
}



article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}
/*biz kimiz banner*/
.glass-banner {
    margin-top: 90px;
    height: 100px; /* Gerekirse artırabilirsiniz */
    margin-bottom: 0;
    background-image: linear-gradient(#a1c4fd, #c2e9fb);
    position: relative; /* Ana kapsayıcıya göre konumlandırma */
    width: 100%; /* Tam genişlik */
    z-index: 1; /* Diğer içeriklerin önünde olmasını sağlamak için */
    display: flex; /* Flex kullanarak içerikleri hizalayın */
    justify-content: center; /* Yatayda ortalama */
    align-items: center; /* Dikeyde ortalama */
}


/* Telefon ekranı için */
@media (max-width: 768px) {
    .glass-banner {
        width: 100%; /* Telefon ekranında tam genişlikte olsun */
        height: 150px; /* Daha kısa bir yükseklik ayarla */
    }
}

.hakkinda {
    margin-bottom: 150px;
    margin-top: 10px;
    background-color: white;
    color: black;
    padding: 50px;
    border-radius: 10px;
    width: 700px;
    text-align: justify;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 3;
    position: relative;
    margin-left:20px
}

/* Telefon ekranı için */
@media (max-width: 768px) {
    .hakkinda {
        width: 90%; /* Telefon ekranında genişliği küçültüp ortalamak için */
        padding: 20px; /* Kenar boşluklarını küçült */
        margin: 50px auto; /* Üst ve alt boşlukları küçült, ortala */
        height: auto; /* İçeriğe göre otomatik yükseklik */
        margin-top: 80px;
    }
}
@media(max-width: 400px) {
    .hakkinda {
        width: 90%; /* Yüzde ile daha iyi uyumluluk */
        padding: 30px; /* Küçük ekranlar için padding azaltılabilir */
    }
}

@media(max-width: 360px) {
    .hakkinda {
        /* Bu kısımda istenen özel stil ayarları yapılabilir */
        padding: 20px; /* Daha da azaltabilirsiniz */
    }
}

.fade-in {
    opacity: 0;
    animation: fadeIn 1.5s ease-in-out forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fade-in-scroll {
    opacity: 0;
    transform: translateY(50px); /* Başlangıçta aşağıda olacak */
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

    .fade-in-scroll.visible {
        opacity: 1;
        transform: translateY(0); /* Yukarı hareket edecek */
    }

.header-bizkimiz {
    align-self: flex-start;
    text-align: center;
    width: 100%;
    font-family: Montserrat, sans-serif; /* Font ailesi Montserrat olarak ayarlandı. */
    font-size: 36px; /* Varsayılan font boyutu 36 piksel. */
    font-weight: 700; /* Varsayılan font kalınlığı 700. */
    font-stretch: normal; /* Fontun genişlemesi normal. */
    font-style: normal; /* Font stili normal. */
    line-height: 1.2; /* Satır yüksekliği 1.2 olarak belirlendi. */
    letter-spacing: -1px; /* Harfler arasındaki boşluk -1 piksel. */
    box-shadow: 0 8px 8px -4px rgba(69, 121, 245, .12), 0 16px 24px 0 rgba(69, 121, 245, .24), 0 2px 4px -1px rgba(27, 10, 82, .12), 0 0 1px 0 rgba(69, 121, 245, .24);
    background-image: linear-gradient(114deg, #0fa, #4579f5 53%, #9c42f5);
    padding-top: 20px;
    color: white;
}


.button_up {
    display: inline-block;
    background-color: var(--accent);
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 57px;
    right: 113px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-animation: spineer 2s infinite;
    animation: spineer 2s infinite;
    cursor: pointer;
}
