/*
colors var:
*/
:root {
    --gray-dark: #212121;
    --gray-light: #5c5c5c;
    --pre-color: #f4fc00;
    --sec-color: #05004a;
    --pre-color2: #d1d800fa;
    --sec-color: #020024;
    --white: #fff;
}

@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sour+Gummy:ital,wght@0,100..900;1,100..900&display=swap');

.fmr {
    font-family: "Sour Gummy", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-optical-sizing: auto;
}

@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Nerko+One&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Nerko+One&display=swap');

.nor {
    font-family: "Nerko One", cursive;
    font-weight: 400;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Shrikhand&display=swap');

.sh {
    font-family: "Shrikhand", serif;
    font-weight: 400;
    font-style: normal;
}

.fs-20 {
    font-size: 20pt;
}

.fs-12 {
    font-size: 12pt;
}

.fs-110 {
    font-size: 110pt;
}

.fs-55 {
    font-size: 55pt;
}

.fs-10 {
    font-size: 10pt;
}

.fs-35 {
    font-size: 35pt;
}

.mr-15 {
    margin-right: 15px;
}

.mr-30 {
    margin-right: 15px;
}

.fs-9 {
    font-size: 9pt;
}

.fs-8 {
    font-size: 8pt;
}

.dik-yazi {
    writing-mode: vertical-lr;
    text-orientation: mixed;
    rotate: 180deg;
}

.modal-backdrop {
    z-index: -1 !important;
}

/*
fonts:
*/
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');


* {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.f-extra-light {
    font-weight: 200;
}

.f-light {
    font-weight: 300;
}

.f-regular {
    font-weight: 400;
}

.f-medium {
    font-weight: 500;
}

.f-semi-bold {
    font-weight: 600;
}

.f-bold {
    font-weight: 700;
}

.f-extra-bold {
    font-weight: 800;
}

.f-black {
    font-weight: 900;
}



.l-screen {
    display: none !important;
}

.i-l-screen {
    display: none !important;
}

.s-screen {
    display: none !important;
}

.s-flex {
    display: none !important;
}

.m-screen {
    display: none !important;
}

.m-l-screen {
    display: none !important;
}

.model-profile-photo {
    width: 100%;
}

.model-profile-details {
    width: 100%;
}

.model-profile-photo-font {
    font-size: 10pt;
}

.model-profile-details-font {
    font-size: 10pt;
}

.footer-1 {
    text-align: center !important;
}

.footer-2 {
    text-align: center !important;
}

.index-container {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}

.index-bg {
    background-color: #f4f4f4;
}

.dark-bg {
    background-color: #001c46;
    color: #fff;
}

.index-title {
    font-weight: 700;
    color: #001c46;
}



mark {
    color: #001c46;
    position: relative;
    background: #ffffff00 !important;
    font-family: "Fira Sans", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.marked {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: yellow;
}

.index-photo {
    height: 600px;

}

.index-desc {
    font-size: 30pt;
    color: #000;
    line-height: revert;
    font-family: "Fira Sans", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.index-description {
    padding-left: 20px;

    height: 300px;
    width: 100% !important;
}

.index-ustbaslik {
    height: 142px;
    width: 100%;
    display: flex;
    align-content: end;
    flex-wrap: wrap;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
}

.index-altbaslik {
    height: 110px;
    width: 100%;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;

}

.index-text {
    height: 600px;
}

.basvuru-img {
    width: 100%;
}

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

    .icon-male:before {
        font-size: xx-large;
    }

    .index-description {
        height: auto;
        width: 100% !important;

    }

    .index-desc {
        font-size: 25pt;
    }

    .index-ustbaslik {
        height: 90px;
        width: 100%;
    }

    .index-altbaslik {
        height: 70px;
        width: 100%;
    }

    .index-container {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }


    /* Küçük ekran özel stilleri */
    .s-screen {
        display: block !important;
    }

    .s-flex {
        display: flex !important;
    }

    .sidebar.open~.home-section {
        left: 0px !important;
        width: calc(100% - 0px) !important;
    }

    .sidebar.open {
        width: 100% !important;
    }

    .sidebar.open li.profile {
        width: 100% !important;
    }

    .model-profile-button-card {
        padding: 0.25rem !important;
    }

    .model-profile-button {
        font-size: 15px !important;
        padding: 0px !important;
    }

    .model-profile-button-col-1 {
        padding-right: 2px !important;
    }

    .model-profile-button-col-2 {
        padding-right: 2px !important;
        padding-left: 2px !important;
    }

    .model-profile-button-col-3 {
        padding-left: 2px !important;
    }

    .index-photo {
        height: auto;
        width: 100%;
        margin-top: 15px;
        margin-bottom: 15px;

    }




    .index-text {
        height: auto;
        width: 100%;
    }

}

@media only screen and (min-width: 576px) and (max-width: 992px) {
    .basvuru-img {
        width: 75%;
    }

    .index-photo {
        height: 350px;
        margin-top: 15px;
        margin-bottom: 15px;

    }

    .index-desc {
        font-size: 23pt;
    }

    .index-description {
        height: 190px;
        width: 100% !important;

    }

    .index-ustbaslik {
        height: 90px;
        width: 100%;
    }

    .index-altbaslik {
        height: 70px;
        width: 100%;
    }

    .index-text {
        margin-top: 15px;
        height: 350px;
    }

    .index-container {
        width: 95%;
        margin-left: 2.5%;
        margin-right: 2.5%;
    }

    /* Orta ekran özel stilleri */
    .m-screen {
        display: block !important;
    }

    .s-screen {
        display: none !important;
    }

    .s-flex {
        display: none !important;
    }

    .m-l-screen {
        display: block !important;
    }

    .ml-p-80 {
        padding-left: 78px !important;
    }

    .home-section {
        left: 78px;
        width: calc(100% - 78px);
    }

    .model-profile-button-card {
        padding: 0.25rem !important;
    }
}

@media only screen and (min-width: 992px) {
    .basvuru-img {
        width: 100%;
    }

    /* Büyük ekran özel stilleri */
    .footer-1 {
        text-align: left !important;
    }

    .footer-2 {
        text-align: right !important;
    }

    .l-screen {
        display: block !important;
    }

    .m-screen {
        display: none !important;
    }

    .w-60-lg {
        width: 60% !important;
    }

    .m-l-screen {
        display: block !important;
    }

    .ml-p-80 {
        padding-left: 78px !important;
    }

    .home-section {
        left: 78px;
        width: calc(100% - 78px);
    }

    .i-l-screen {
        display: inline !important;
    }

    .model-profile-photo {
        width: 40% !important;
    }

    .model-profile-details {
        width: 60% !important;
    }

    .model-profile-button-card {
        padding: 1rem !important;
    }

}


.rounded-main-img {
    border-radius: 50px;
    border-color: #9e9e9e;
    border-width: 5px;
    border-style: solid;
}

.table_component {
    overflow: auto;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    border-color: #9e9e9e;
    border-width: 5px;
    border-style: solid;
}

.table_component table {
    height: 100%;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 1px;

    text-align: center;
}

.table_component caption {
    caption-side: top;
    text-align: left;
}

.table_component th {
    border-right: 2px solid #9e9e9e;
    background-color: #ffffff;
    color: #000000;
    padding: 5px;
    font-weight: 800;
    font-size: larger;

    border-bottom: 1px double #9e9e9e;
}

.table_component td {
    background-color: #ffffff;
    color: #000000;
    padding: 5px;

    border-bottom: 1px double #9e9e9e;
    font-size: larger;
}

.wrapper {
    width: 100%;
}

.carousel {
    max-width: 1200px;
    margin: auto;
    padding: 0 30px;
}

.carousel .card {
    color: #fff;
    text-align: center;
    margin: 20px 0;
    line-height: 250px;
    font-size: 90px;
    font-weight: 600;
    border-radius: 10px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}

.carousel .card-1 {
    background: #ed1c24;
}

.carousel .card-2 {
    background: #530000;
}

.carousel .card-3 {
    background: #39b54a;
}

.carousel .card-4 {
    background: #f26522;
}

.carousel .card-5 {
    background: #630460;
}

.owl-dots {
    text-align: center;
}

.owl-dot {
    height: 15px;
    width: 100px;
    margin: 0 5px;
    outline: none;
    border-radius: 14px;
    border: 2px solid #530000 !important;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.owl-dot.active,
.owl-dot:hover {
    background: #530000 !important;
}


/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.bg-category {
    background: rgb(229, 229, 229);
    background: linear-gradient(90deg, rgba(229, 229, 229, 1) 0%, rgba(229, 229, 229, 1) 100%);
    border-radius: 10px;
}


.catogory-header {
    border-bottom: 4px solid #230053;
    margin-left: 30px !important;
    margin-top: 20px !important;
    margin-right: 30px !important;

}

.fw-900 {
    font-weight: 900;
}

.fw-600 {
    font-weight: 600;
}

.navbar {
    background-color: #ffffff;
    /* Navbar arka plan rengi */
    padding: 10px;
    overflow-x: auto;
    /* Yatay kaydırma için */
    overflow-y: hidden;
    /* Dikey kaydırmayı engelle */
    white-space: nowrap;
    /* İçerikteki öğelerin yatayda kaydırılmasını sağlar */
    scrollbar-width: none;
    /* Firefox ve diğer tarayıcılarda kaydırma çubuğunu gizler */
    -ms-overflow-style: none;
}

.navbar-inner {
    display: flex;
    /* İçerikteki bağlantıları yatayda hizalar */
}

.nav-link {
    text-decoration: none;
    color: #000 !important;
    /* Varsayılan link rengi */
    padding: 10px 20px;
    display: inline-block;
    transition: color 0.3s ease;
    margin-left: 5px;
    margin-right: 5px;
    font-size: larger;
    white-space: nowrap;
    /* Link metinlerinin sarmasını engeller */
}

.nav-link:hover {
    color: #007bff !important;
    /* Mouse üzerinde mavi renk */
    border-bottom: #007bff 2px solid;
    font-weight: 700;
    /* Aktif linki vurgulamak için kalın yazı */

}

.nav-link.active {
    color: #007bff !important;
    /* Aktif linkin mavi renkli olması */
    font-weight: 900;
    /* Aktif linki vurgulamak için kalın yazı */
    border-bottom: #007bff 3px solid;

}

@media (max-width: 768px) {
    .navbar {
        padding: 5px;
    }

    .nav-link {
        padding: 8px 15px;
    }
}

.color-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    background-color: #ff0000;
    /* Bootstrap birincil rengi */
    /* Burada dilediğiniz renge değiştirebilirsiniz */
}

.category-desc {
    padding-left: 30px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.owl-carousel a {
    position: relative;
    width: 100%;
    /* Veya istediğiniz genişlik */
    padding-bottom: 100%;
    /* Kare olması için yüksekliği genişlik ile aynı yapar */
    overflow: hidden;
}

.owl-carousel a img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Resmin kare alanına uygun şekilde kesilmesini sağlar */
    transform: translate(-50%, -50%);
    /* Resmin merkezlenmesini sağlar */
}



.item-image {
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Resmin kare alanına uygun şekilde kesilmesini sağlar */
    transform: translate(-50%, -50%);
    /* Resmin merkezlenmesini sağlar */

}

.blur-image {
    filter: blur(8px);
    -webkit-filter: blur(8px);
}

.ag-courses_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    padding: 50px 0;
}

.ag-courses_item {
    -ms-flex-preferred-size: calc(33.33333% - 30px);
    flex-basis: calc(33.33333% - 30px);


    overflow: hidden;

    border-radius: 28px;
}

.ag-courses-item_link {
    display: block;
    padding: 30px 20px;
    background-color: #121212;

    overflow: hidden;

    position: relative;
}

.ag-courses-item_link:hover,
.ag-courses-item_link:hover .ag-courses-item_date {
    text-decoration: none;
    color: #FFF;
}

.ag-courses-item_link:hover .ag-courses-item_bg {
    -webkit-transform: scale(10);
    -ms-transform: scale(10);
    transform: scale(10);
}

.ag-courses-item_title {
    min-height: 87px;
    margin: 0 0 25px;

    overflow: hidden;

    font-weight: bold;
    font-size: 30px;
    color: #FFF;

    z-index: 2;
    position: relative;
}

.ag-courses-item_date-box {
    font-size: 18px;
    color: #FFF;

    z-index: 2;
    position: relative;
}

.ag-courses-item_date {
    font-weight: bold;
    color: #f9b234;

    -webkit-transition: color .5s ease;
    -o-transition: color .5s ease;
    transition: color .5s ease
}

.ag-courses-item_bg {
    height: 128px;
    width: 128px;
    background-color: #f9b234;

    z-index: 1;
    position: absolute;
    top: -75px;
    right: -75px;

    border-radius: 50%;

    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.ag-courses_item:nth-child(2n) .ag-courses-item_bg {
    background-color: #3ecd5e;
}

.ag-courses_item:nth-child(3n) .ag-courses-item_bg {
    background-color: #e44002;
}

.ag-courses_item:nth-child(4n) .ag-courses-item_bg {
    background-color: #952aff;
}

.ag-courses_item:nth-child(5n) .ag-courses-item_bg {
    background-color: #cd3e94;
}

.ag-courses_item:nth-child(6n) .ag-courses-item_bg {
    background-color: #4c49ea;
}



@media only screen and (max-width: 979px) {
    .ag-courses_item {
        -ms-flex-preferred-size: calc(50% - 30px);
        flex-basis: calc(50% - 30px);
    }

    .ag-courses-item_title {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .ag-format-container {
        width: 96%;
    }

}

@media only screen and (max-width: 639px) {
    .ag-courses_item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .ag-courses-item_title {
        min-height: 72px;
        line-height: 1;

        font-size: 24px;
    }

    .ag-courses-item_link {
        padding: 22px 40px;
    }

    .ag-courses-item_date-box {
        font-size: 16px;
    }
}

.bg-gray {
    background: #9e9e9e !important;
}

.form-switch-lg {
    height: 2rem !important;
    width: calc(3rem + 0.75rem) !important;
    border-radius: 4rem !important;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(255,255,255,1)'/></svg>") !important;
    background-color: #ea0000 !important;
    border-color: #ea0000 !important;
}


.form-switch-lg:checked {
    background-color: #269600 !important;
    border-color: #269600 !important;
}

.form-switch-lg:focus {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(255,255,255,1)'/></svg>") !important;

    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0.6) !important;
}

.form-switch-sm {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(255,255,255,1)'/></svg>") !important;
    background-color: #ea0000 !important;
    border-color: #ea0000 !important;
}


.form-switch-sm:checked {
    background-color: #269600 !important;
    border-color: #269600 !important;
}

.form-switch-sm:focus {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(255,255,255,1)'/></svg>") !important;

    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0.6) !important;
}

@import url('https://fonts.googleapis.com/css2?family=Shrikhand&display=swap');

.sr {
    font-family: "Shrikhand", serif;
    font-weight: 400;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Racing+Sans+One&display=swap');

.rs {
    font-family: "Racing Sans One", sans-serif;
    font-weight: 400;
    font-style: normal;
}



.img-content {
    width: 100%;
}

.svg-content {
    width: 100%;
}

.img-contents {
    width: 100%;
}

.row-4-2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.row-1-2-25-75 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

.row-1-3 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

.ya-1 {
    font-weight: 900;
    margin-bottom: -15px;
    font-size: 45px;
    text-align: center;
}

.ya-2 {
    font-weight: 900;
    margin-bottom: -30px;
    font-size: 46px;
    text-align: center;
}

.icon-text {
    display: flex;
    align-items: center;
    /* Yatay hizalama */
}

.icon-text svg {
    margin-right: 8px;
    /* SVG ve span arasında boşluk */
    height: 50px;
    width: 50%;
}

.icon-text span {
    font-size: 22px;
    /* Yazı boyutu */
    font-weight: 900;
    width: 50%;
}

.auto-sm-mt {
    margin-top: 50px !important;
}

@media (min-width: 768px) {
    .img-content {
        width: auto;
        height: 400px;
    }

    .svg-content {
        width: auto;
        height: 150px;
    }

    .img-contents {
        width: auto;
        height: 130px;
    }

    .row-4-2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .ya-1 {
        font-weight: 900;
        margin-bottom: -15px;
        font-size: 45px;
        text-align: center;
    }

    .ya-2 {
        font-weight: 900;
        margin-bottom: -30px;
        font-size: 45px;
        text-align: center;
    }

    .auto-sm-mt {
        margin-top: 0px !important;
    }

    .row-1-2-25-75 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-columns: 25% 75%;

    }

    .row-1-3 {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .res-h-p {
        display: flex;
        align-items: flex-end;
    }

    .res-ps {
        padding-left: 10px;
    }
}


@media (min-width: 993px) {}




.swiper {
    width: 100%;
}


.swiper-slide {
    width: 100%;
    padding-bottom: 35px;
    /* Kare yapmak için */
    position: relative;
}

.swiper-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.swiper-2 {
    width: 100%;
}


.swiper-slide-2 {
    width: 100%;
    padding-bottom: 35px;
    /* Kare yapmak için */
    position: relative;
}

.swiper-slide-2 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.photo-container {
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;
    /* Kare fotoğraflar için */
    background-color: #f0f0f0;
    /* Arkaplan rengi */
}

.photo-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Fotoğrafın tam oturmasını sağlar */
}

.photo-name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    /* Arkaplan yarı şeffaf siyah */
    color: #fff;
    padding: 5px 0;
    margin: 0;
}

/* Google Font Link */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

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

.sidebar {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 78px;
    background: #11101D;
    padding: 6px 14px;
    z-index: 99;
    transition: all 0.5s ease;
}

.sidebar.open {
    width: 250px;
}

.sidebar .logo-details {
    height: 60px;
    display: flex;
    align-items: center;
    position: relative;
}

.sidebar .logo-details .icon {
    opacity: 0;
    transition: all 0.5s ease;
}

.logo_name {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    opacity: 0;
    transition: all 0.5s ease;
}

.sidebar.open .logo-details .icon,
.sidebar.open .logo-details .logo_name {
    opacity: 1;
}

.sidebar .logo-details #btn {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 22px;
    transition: all 0.4s ease;
    font-size: 23px;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s ease;
}

.sidebar.open .logo-details #btn {
    text-align: right;
}

.sidebar i {
    color: #fff;
    height: 60px;
    min-width: 50px;
    font-size: 28px;
    text-align: center;
    line-height: 60px;
}

.sidebar .nav-list {
    padding-left: 0px;
    margin-top: 20px;
    height: 100%;
    padding-bottom: 140px;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.sidebar .nav-list::-webkit-scrollbar {
    display: none;
}

.sidebar li {
    position: relative;
    margin: 8px 0;
    list-style: none;
}

.sidebar li .tooltip {
    position: absolute;
    top: -20px;
    left: calc(100% + 15px);
    z-index: 3;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 400;
    opacity: 0;
    white-space: nowrap;
    pointer-events: none;
    transition: 0s;
}

.sidebar li:hover .tooltip {
    opacity: 1;
    pointer-events: auto;
    transition: all 0.4s ease;
    top: 50%;
    transform: translateY(-50%);
}

.sidebar.open li .tooltip {
    display: none;
}

.sidebar input {
    font-size: 15px;
    color: #FFF;
    font-weight: 400;
    outline: none;
    height: 50px;
    width: 100%;
    width: 50px;
    border: none;
    border-radius: 12px;
    transition: all 0.5s ease;
    background: #1d1b31;
}

.sidebar.open input {
    padding: 0 20px 0 50px;
    width: 100%;
}

.sidebar .bx-search {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 22px;
    background: #1d1b31;
    color: #FFF;
}

.sidebar.open .bx-search:hover {
    background: #1d1b31;
    color: #FFF;
}

.sidebar .bx-search:hover {
    background: #FFF;
    color: #11101d;
}

.sidebar li a {
    display: flex;
    height: 100%;
    width: 100%;
    border-radius: 12px;
    align-items: center;
    text-decoration: none;
    transition: all 0.4s ease;
    background: #11101D;
}

.sidebar li a:hover {
    background: #FFF;
}

.active-i {
    background: #b7b7b7;
    color: #11101d !important;
}

.sidebar li a .links_name {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: 0.4s;
}

.sidebar.open li a .links_name {
    opacity: 1;
    pointer-events: auto;
    margin-left: 10px;
}

.sidebar li a:hover .links_name,
.sidebar li a:hover i {
    transition: all 0.5s ease;
    color: #11101D;
}

.sidebar li i {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    border-radius: 12px;
}

.sidebar li.profile {
    position: fixed;
    height: 60px;
    width: 78px;
    left: 0;
    bottom: -8px;
    padding: 4px 14px;
    background: #1d1b31;
    transition: all 0.5s ease;
    overflow: hidden;
}

.sidebar.open li.profile {
    width: 250px;
}

.sidebar li .profile-details {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.sidebar li img {
    height: 45px;
    width: 45px;
    object-fit: cover;
    border-radius: 6px;
    margin-right: 10px;
}

.sidebar li.profile .name,
.sidebar li.profile .job {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    white-space: nowrap;
}

.sidebar li.profile .job {
    font-size: 12px;
}

.sidebar .profile #log_out {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: #1d1b31;
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-radius: 0px;
    transition: all 0.5s ease;
}

.sidebar.open .profile #log_out {
    width: 50px;
    background: none;
}

.home-section {
    position: relative;
    background: #fff;
    top: 0;
    left: 0px;
    width: calc(100%);
    transition: all 0.5s ease;
    z-index: 2;
}

.sidebar.open~.home-section {
    left: 172px;
    width: calc(100% - 172px);
}

.home-section .text {
    display: inline-block;
    color: #11101d;
    font-size: 25px;
    font-weight: 500;
    margin: 18px
}

@media (max-width: 420px) {
    .sidebar li .tooltip {
        display: none;
    }
}

.nav-bar {
    height: 70px;
    background: #11101d;
    color: white;
}

.btn2 {
    position: absolute;
    top: 48%;
    right: 0;
    transform: translateY(-50%);
    font-size: 22px;
    transition: all 0.4s ease;
    font-size: 23px;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s ease;
}

.tooltip-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.tooltip1 {
    visibility: hidden;
    color: #fff;
    text-align: center;

    /* Tooltip's positioning */
    position: absolute;
    z-index: 999;

    bottom: 60%;
    /* Tooltip'i container'ın üstüne koyar */
    left: 30%;
    transform: translateX(-50%);
    /* Ortalar */

    margin-left: 10px;
    /* Space between element and tooltip */

    /* Transition for smooth appearance */
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip-container:hover .tooltip1 {
    visibility: visible;
    opacity: 1;
}

.tooltip2 {
    visibility: hidden;
    color: #fff;
    text-align: center;

    /* Tooltip's positioning */
    position: absolute;
    z-index: 999;

    bottom: 0%;
    /* Tooltip'i container'ın üstüne koyar */
    left: 35%;
    transform: translateX(-50%);
    /* Ortalar */
    font-size: small;
    margin-left: 10px;
    /* Space between element and tooltip */

    /* Transition for smooth appearance */
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip-container:hover .tooltip2 {
    visibility: visible;
    opacity: 1;
}

.badge {
    position: absolute;
    top: 3px !important;
    /* Yüksekliği ayarlayın */
    right: -8px;
    /* Sağa konumlandırın */
    background-color: red;
    /* Baloncuk rengini ayarlayın */
    color: white;
    border-radius: 0.25rem;
    padding: 4px 6px 6px 6px !important;
    font-size: 10px !important;
    /* Font boyutunu ayarlayın */
    height: 17px !important;
    /* Yüksekliği ayarlayın */
    line-height: 20px;
    /* Yüksekliği ortalamak için */
    text-align: center;
}

.badge2 {
    position: absolute;
    top: 0px;
    /* Yüksekliği ayarlayın */
    right: 0px;
    /* Sağa konumlandırın */
    background-color: red;
    /* Baloncuk rengini ayarlayın */
    color: white;
    border-radius: 0.25rem;
    padding: 4px 6px 6px 6px !important;
    font-size: 12px;
    /* Font boyutunu ayarlayın */
    height: 20px;
    /* Yüksekliği ayarlayın */
    line-height: 20px;
    /* Yüksekliği ortalamak için */
    text-align: center;
}

.badge3 {
    position: absolute;
    top: 0px;
    /* Yüksekliği ayarlayın */
    right: 30px;
    /* Sağa konumlandırın */
    background-color: red;
    /* Baloncuk rengini ayarlayın */
    color: white;
    border-radius: 0.25rem;
    padding: 4px 6px 6px 6px !important;
    font-size: 12px;
    /* Font boyutunu ayarlayın */
    height: 20px;
    /* Yüksekliği ayarlayın */
    line-height: 20px;
    /* Yüksekliği ortalamak için */
    text-align: center;
}


/* From Uiverse.io by EmmaxPlay */
.card-offers {
    margin: 0 auto;
    background-color: #02204c;
    border-radius: 8px;
    z-index: 1;
    color: wheat;
    font-size: 10pt;
}

.tools {
    display: flex;
    align-items: center;
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 9px;
}

.circle {
    padding: 0 4px;
}

.box {
    display: inline-block;
    align-items: center;
    width: 10px;
    height: 10px;
    padding: 1px;
    border-radius: 50%;
}

.red {
    background-color: #ff605c;
}

.yellow {
    background-color: #ffbd44;
}

.green {
    background-color: #00ca4e;
}

.card-content {
    padding-left: 13px;
    padding-bottom: 13px;
    padding-right: 13px;

}

.footer {
    background: #11101d;
    color: white;
}

.btn-new {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: wheat;
    background-color: #02204c;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .btn-new {
        transition: none;
    }
}

.btn-new:hover {
    color: #212529;
}

.btn-new-check:focus+.btn-new,
.btn-new:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(0, 25, 63, 0.25);
}

.btn-new:disabled,
.btn-new.disabled,
fieldset:disabled .btn-new {
    pointer-events: none;
    opacity: 0.65;
}

.btn-new {
    color: #fff;
    background-color: #02204c;
    border-color: #02204c;
}

.btn-new:hover {
    color: #fff;
    background-color: #001c46;
    border-color: #02204c;
}

.btn-check:focus+.btn-new,
.btn-new:focus {
    color: #fff;
    background-color: #001c46;
    border-color: #02204c;
    box-shadow: 0 0 0 0.25rem #02204c80;
}

.btn-check:checked+.btn-new,
.btn-check:active+.btn-new,
.btn-new:active,
.btn-new.active,
.show>.btn-new.dropdown-toggle {
    color: #fff;
    background-color: #02204c;
    border-color: #02204c;
}

.btn-check:checked+.btn-new:focus,
.btn-check:active+.btn-new:focus,
.btn-new:active:focus,
.btn-new.active:focus,
.show>.btn-new.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem #02204c80;
}

.btn-new:disabled,
.btn-new.disabled {
    color: #fff;
    background-color: #02204c;
    border-color: #02204c;
}


.btn-new2 {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #02204c;
    background-color: white;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .btn-new2 {
        transition: none;
    }
}

.btn-new2:hover {
    color: #212529;
}

.btn-new2-check:focus+.btn-new2,
.btn-new2:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(0, 25, 63, 0.25);
}

.btn-new2:disabled,
.btn-new2.disabled,
fieldset:disabled .btn-new2 {
    pointer-events: none;
    opacity: 0.65;
}

.btn-new2 {
    color: #02204c;
    background-color: white;
    border-color: #02204c;
}

.btn-new2:hover {
    color: #02204c;
    background-color: white;
    border-color: #02204c;
}

.btn-check:focus+.btn-new2,
.btn-new2:focus {
    color: #02204c;
    background-color: #fff;
    border-color: #02204c;
    box-shadow: 0 0 0 0.25rem #02204c80;
}

.btn-check:checked+.btn-new2,
.btn-check:active+.btn-new2,
.btn-new2:active,
.btn-new2.active,
.show>.btn-new2.dropdown-toggle {
    color: #02204c;
    background-color: #fff;
    border-color: #02204c;
}

.btn-check:checked+.btn-new2:focus,
.btn-check:active+.btn-new2:focus,
.btn-new2:active:focus,
.btn-new2.active:focus,
.show>.btn-new2.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem #02204c80;
}

.btn-new2:disabled,
.btn-new2.disabled {
    color: #02204c;
    background-color: #fff;
    border-color: #02204c;
}

.card-new {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: wheat;
    background-clip: border-box;
    color: #02204c !important;
    border-radius: 0.25rem;
}

.form-control-new {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #02204c;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control-new {
        transition: none;
    }
}

.form-control-new[type=file] {
    overflow: hidden;
}

.form-control-new[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer;
}

.form-control-new:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(230, 130, 115, 0.25);
}

.form-control-new::-webkit-date-and-time-value {
    height: 1.5em;
}

.form-control-new::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control-new::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control-new:disabled,
.form-control-new[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

.form-control-new::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
    margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control-new::file-selector-button {
        transition: none;
    }
}

.form-control-new:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3;
}

.form-control-new::-webkit-file-upload-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
    margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control-new::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none;
    }
}

.form-control-new:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3;
}




@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap");

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

:root {
    --dark: #78fad1;
    --light: #ffffff;
    --success: #0abf30;
    --error: #e24d4c;
    --warning: #e9bd0c;
    --info: #3498db;
    --random: #eb43ff;
}

.notifications {
    position: fixed;
    top: 30px;
    right: 20px;
    z-index: 1061;
}

.notifications :where(.toast, .column) {
    display: flex;
    align-items: center;
}

.notifications .toast {
    width: 400px;
    position: relative;
    overflow: hidden;
    list-style: none;
    border-radius: 4px;
    padding: 16px 17px;
    margin-bottom: 10px;
    background: var(--light);
    justify-content: space-between;
    animation: show_toast 0.3s ease forwards;
}

@keyframes show_toast {
    0% {
        transform: translateX(100%);
    }

    40% {
        transform: translateX(-5%);
    }

    80% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-10px);
    }
}

.notifications .toast.hide {
    animation: hide_toast 0.3s ease forwards;
}

@keyframes hide_toast {
    0% {
        transform: translateX(-10px);
    }

    40% {
        transform: translateX(0%);
    }

    80% {
        transform: translateX(-5%);
    }

    100% {
        transform: translateX(calc(100% + 20px));
    }
}

.toast::before {
    position: absolute;
    content: "";
    height: 3px;
    width: 100%;
    bottom: 0px;
    left: 0px;
    animation: progress 5s linear forwards;
}

@keyframes progress {
    100% {
        width: 0%;
    }
}

.toast.success::before,
.btn#success {
    background: var(--success);
}

.toast.error::before,
.btn#error {
    background: var(--error);
}

.toast.warning::before,
.btn#warning {
    background: var(--warning);
}

.toast.info::before,
.btn#info {
    background: var(--info);
}

.toast.random::before,
.btn#random {
    background: var(--random);
}

.toast .column i {
    font-size: 1.75rem;
}

.toast.success .column i {
    color: var(--success);
}

.toast.error .column i {
    color: var(--error);
}

.toast.warning .column i {
    color: var(--warning);
}

.toast.info .column i {
    color: var(--info);
}

.toast.random .column i {
    color: var(--random);
}

.toast .column span {
    font-size: 1.07rem;
    margin-left: 12px;
}

.toast i:last-child {
    color: #aeb0d7;
    cursor: pointer;
}

.toast i:last-child:hover {
    color: var(--dark);
}

.buttons .btn {
    border: none;
    outline: none;
    cursor: pointer;
    margin: 0 5px;
    color: var(--light);
    font-size: 1.2rem;
    padding: 10px 20px;
    border-radius: 4px;
}

@media screen and (max-width: 530px) {
    .notifications {
        width: 95%;
    }

    .notifications .toast {
        width: 100%;
        font-size: 1rem;
        margin-left: 20px;
    }

    .buttons .btn {
        margin: 0 1px;
        font-size: 1.1rem;
        padding: 8px 15px;
    }
}

.toast:not(.showing):not(.show) {
    opacity: 1 !important;
}

.i-g-span1 {
    background: #02204c !important;
    color: white !important;
    font-weight: 900 !important;
    border: none !important;
}

.logo {
    display: flex;
}

.logo img {
    height: 30px;
    margin-right: 10px;
    align-self: center;
}

.logo h3 {
    font-size: large;
    color: black;
    padding: 0%;
    margin: 0%;
    height: 20px;
    align-self: center;
}

.menu-icon {
    align-self: center;
}

.nav-links {
    margin: auto;
    color: #02204c;

}

.nav-links a {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    position: relative;
    font-size: 1.2rem;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    transition: color 0.3s ease;
}

.nav-links a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #02204c;
    left: 0;
    bottom: -5px;
    transition: width 0.3s ease;
}

.nav-links a:hover::after {
    width: 100%;
}

.nav-links a:hover {
    color: #02204c;
}


.link-transition-01 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    position: relative;
    font-size: 1.2rem;
    text-decoration: none;
    color: #d8d85f;
    font-weight: bold;
    transition: color 0.3s ease;
}

.link-transition-01::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #ffff79;
    left: 0;
    bottom: -5px;
    transition: width 0.3s ease;
}

.link-transition-01:hover::after {
    width: 100%;
}

.link-transition-01:hover {
    color: #ffff79;
}

@media screen and (max-width: 700px) {
    .scroll-box {
        display: block !important;
        position: fixed;
        right: 20px;
        bottom: 18px;
        background-color: none;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 18px;
        font-weight: bold;
        border-radius: 10px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        opacity: 1;
        position: fixed;
        z-index: 23;
        /* Varsayılan olarak görünür */
        transition: opacity 0.5s ease;
        /* Opacity geçişi için animasyon */
    }

    .scroll-box.hidden {
        opacity: 0;
        /* Kaybolduğunda opacity sıfırlanır */
        display: none;
        position: fixed;

    }

    .nav-links {
        display: none;
        position: absolute;
        top: 3.7rem;
        left: 0;
        width: 100%;
        background-color: white;
        text-align: center;
    }

    .nav-links.responsive {
        display: block;
        height: 100vh;
    }

    .nav-links.responsive a {
        margin-top: 1rem;
        margin-bottom: 1rem;
        font-size: xx-large;
    }

    .nav-links a {
        display: block;
    }

    .menu-icon {
        display: block !important;
        z-index: 1;
    }

    button {
        padding: 0.4rem;
    }
}



.page-header {
    background-color: #ffffff;
    padding: 1.3rem;
    display: flex;
    justify-content: space-between;
}

.nav-bar {
    margin: auto;
}


.menu-icon {
    color: white;
    cursor: pointer;
    display: none;
}



.scroll-box {
    display: none;
}


@import url("https://fonts.googleapis.com/css?family=Fira+Sans");



.form-structor {
    background-color: #222;
    border-radius: 15px;
    height: 550px;
    position: relative;
    overflow: hidden;

    &::after {
        content: '';
        opacity: .8;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 500px;
        background-image: url('../img/banner.jpg');
    }

    .signup {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        width: 65%;
        z-index: 5;
        -webkit-transition: all .3s ease;


        &.slide-up {
            top: 5%;
            -webkit-transform: translate(-50%, 0%);
            -webkit-transition: all .3s ease;
        }

        &.slide-up .form-holder,
        &.slide-up .submit-btn {
            opacity: 0;
            visibility: hidden;
        }

        &.slide-up .form-title {
            font-size: 1em;
            cursor: pointer;
        }

        &.slide-up .form-title span {
            margin-right: 5px;
            opacity: 1;
            display: inline;
            visibility: visible;
            -webkit-transition: all .3s ease;
        }

        .form-title {
            color: #fff;
            font-size: 1.7em;
            text-align: center;

            span {
                color: rgba(0, 0, 0, 0.4);
                opacity: 0;
                display: none;
                visibility: hidden;
                -webkit-transition: all .3s ease;
            }
        }

        .form-holder {
            border-radius: 15px;
            background-color: #fff;
            overflow: hidden;
            margin-top: 50px;
            opacity: 1;
            visibility: visible;
            -webkit-transition: all .3s ease;

            .input {
                border: 0;
                outline: none;
                box-shadow: none;
                display: block;
                height: 30px;
                line-height: 30px;
                padding: 8px 15px;
                border-bottom: 1px solid #eee;
                width: 100%;
                font-size: 12px;

                &:last-child {
                    border-bottom: 0;
                }

                &::-webkit-input-placeholder {
                    color: rgba(0, 0, 0, 0.4);
                }
            }
        }

        .submit-btn {
            background-color: rgba(0, 0, 0, 0.4);
            color: rgba(256, 256, 256, 0.7);
            border: 0;
            border-radius: 15px;
            display: block;
            margin: 15px auto;
            padding: 15px 45px;
            width: 100%;
            font-size: 13px;
            font-weight: bold;
            cursor: pointer;
            opacity: 1;
            visibility: visible;
            -webkit-transition: all .3s ease;

            &:hover {
                transition: all .3s ease;
                background-color: rgba(0, 0, 0, 0.8);
            }
        }
    }

    .login {
        position: absolute;
        top: 20%;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #fff;
        z-index: 5;
        -webkit-transition: all .3s ease;

        &::before {
            content: '';
            position: absolute;
            left: 50%;
            top: -20px;
            -webkit-transform: translate(-50%, 0);
            background-color: #fff;
            width: 200%;
            height: 250px;
            border-radius: 50%;
            z-index: 4;
            -webkit-transition: all .3s ease;
        }

        .center {
            position: absolute;
            top: calc(50% - 10%);
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            width: 65%;
            z-index: 5;
            -webkit-transition: all .3s ease;

            .form-title {
                color: #000;
                font-size: 1.7em;
                text-align: center;

                span {
                    color: rgba(0, 0, 0, 0.4);
                    opacity: 0;
                    visibility: hidden;
                    display: none;
                    -webkit-transition: all .3s ease;
                }
            }

            .form-holder {
                border-radius: 15px;
                background-color: #fff;
                border: 1px solid #eee;
                overflow: hidden;
                margin-top: 50px;
                opacity: 1;
                visibility: visible;
                -webkit-transition: all .3s ease;

                .input {
                    border: 0;
                    outline: none;
                    box-shadow: none;
                    display: block;
                    height: 30px;
                    line-height: 30px;
                    padding: 8px 15px;
                    border-bottom: 1px solid #eee;
                    width: 100%;
                    font-size: 12px;

                    &:last-child {
                        border-bottom: 0;
                    }

                    &::-webkit-input-placeholder {
                        color: rgba(0, 0, 0, 0.4);
                    }
                }
            }

            .submit-btn {
                background-color: #6B92A4;
                color: rgba(256, 256, 256, 0.7);
                border: 0;
                border-radius: 15px;
                display: block;
                margin: 15px auto;
                padding: 15px 45px;
                width: 100%;
                font-size: 13px;
                font-weight: bold;
                cursor: pointer;
                opacity: 1;
                visibility: visible;
                -webkit-transition: all .3s ease;

                &:hover {
                    transition: all .3s ease;
                    background-color: rgba(0, 0, 0, 0.8);
                }
            }
        }

        &.slide-up {
            top: 90%;
            -webkit-transition: all .3s ease;
        }

        &.slide-up .center {
            top: 10%;
            -webkit-transform: translate(-50%, 0%);
            -webkit-transition: all .3s ease;
        }

        &.slide-up .form-holder,
        &.slide-up .submit-btn {
            opacity: 0;
            visibility: hidden;
            -webkit-transition: all .3s ease;
        }

        &.slide-up .form-title {
            font-size: 1em;
            margin: 0;
            padding: 0;
            cursor: pointer;
            -webkit-transition: all .3s ease;
        }

        &.slide-up .form-title span {
            margin-right: 5px;
            opacity: 1;
            display: inline;
            visibility: visible;
            -webkit-transition: all .3s ease;
        }
    }
}


.table-image {

    td,
    th {
        vertical-align: middle;
    }
}

.baslik-cizgi {
    display: flex;
    align-items: center;
    text-align: center;
}

.baslik-cizgi::before,
.baslik-cizgi::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #000;
    margin: 0 10px;
}

.policy-text {
    color: #000;
}

.policy-text:hover {
    color: red;
}

.policy-text.active {
    color: #00ca4e;
}

.tab-container-r {
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: height 0.5s ease;
    /* Yükseklik geçişi */
}

.tab-r {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    display: none;
    /* İlk başta görünmez yapıyoruz */
    transition: opacity 0.5s ease;
}

.tab-r.active {
    display: block;
    /* Sadece aktif tab görünecek */
    opacity: 1;
}

.circle-icon {
    width: 50px;
    /* Div'in genişliği */
    height: 50px;
    /* Div'in yüksekliği */
    background-color: #fff;
    /* Arkaplan rengi */
    display: flex;
    /* Merkezi hizalama için flex kullanımı */
    align-items: center;
    /* Dikey hizalama */
    justify-content: center;
    /* Yatay hizalama */
    border-radius: 50%;
    /* Yuvarlak yapmak için %50 yarıçap */
    font-weight: 900;
    font-size: 20pt;
}


.btn-alt {
    border: none;
    font-family: "Sour Gummy", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-optical-sizing: auto;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 25px 60px;
    display: inline-block;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-alt:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}



.btn-3-alt {
    background: #ffffff;
    color: #001c46;
}

.btn-3-alt:hover {
    background: #d1d1d1;

}

.btn-3-alt:active {
    background: #a8a8a8;
    top: 2px;
}

.btn-3-alt:before {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    line-height: 3;
    font-size: 140%;
    width: 60px;
}

.btn-3d-alt {
    border-radius: 10px;
}

.btn-3d-alt:before {
    background: #ffff00;
    color: #00327e;
    z-index: 1;
    border-radius: 8px 0 0 8px;
}

.btn-3d-alt:after {
    width: 20px;
    height: 20px;
    background: #ffff00;
    z-index: 1;
    left: 55px;
    top: 50%;
    margin: -10px 0 0 -10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-3d-alt:active:before {
    color: #001c46;
}

.btn-3d-alt:active {
    top: 2;
}

.btn-3d-alt:active:after {
    left: 60px;
}


.icon-male:before {
    font-family: 'boxicons';
    font-weight: normal;
    content: "\eb54";
    z-index: 2;

}

.icon-female:before {
    font-family: 'boxicons';
    font-weight: normal;
    content: "\ead3";
    z-index: 2;

}

.icon-child:before {
    font-family: 'boxicons';
    font-weight: normal;
    content: "\ef48";
    z-index: 2;

}

.icon-briefcase:before {
    font-family: 'boxicons';
    font-weight: normal;
    content: "\ea00";
    z-index: 2;
}

.icon-gift:before {
    font-family: 'boxicons';
    font-weight: normal;
    content: "\eaef";
    z-index: 2;
}

.icon-sun:before {
    font-family: 'boxicons';
    font-weight: normal;
    content: "\ec34";
    z-index: 2;
}

.icon-store:before {
    font-family: 'boxicons';
    font-weight: normal;
    content: "\ec2f";
    z-index: 2;
}

.icon-home-heart:before {
    font-family: 'boxicons';
    font-weight: normal;
    content: "\eb15";
    z-index: 2;
}

.icon-label:before {
    font-family: 'boxicons';
    font-weight: normal;
    content: "\eb29";
    z-index: 2;
}

.icon-street-view:before {
    font-family: 'boxicons';
    font-weight: normal;
    content: "\ec30";
    z-index: 2;
}

.icon-basebal:before {
    font-family: 'boxicons';
    font-weight: normal;
    content: "\e9ca";
    z-index: 2;
}



.btn-3d-alt-2:before {
    background: #001c46;
    color: #ffff00;
}

.btn-3d-alt-2:after {
    background: #001c46 !important;
}


.btn-3d-alt-2:active:before {
    color: #ffff82;
}

.help-card {
    width: 50%;
}

.col-2-1 {
    flex: 0 0 auto;
    width: 50% !important;
    margin-top: 30px !important;
}



.col-2-1 * {
    text-align: center;
    text-decoration: none;
    color: white;
    font-weight: normal;
    font-size: 10pt;
    width: 100%;
    display: block;
    margin-bottom: 1rem;
}

.col-2-1 *:hover {
    text-align: center;
    text-decoration: none;
    color: white;

}

.col-2-1 a:hover {
    text-align: center;
    text-decoration: none;
    color: #ffff00;

}
.footer a:hover {
    text-align: center;
    text-decoration: none;
    color: #ffff00;
}

.footer a {
    text-align: center;
    text-decoration: none;
    color: rgb(255, 251, 199);
}
.footer *:hover {
    text-align: center;
    text-decoration: none;
    color: white;

}
.footer-title {
    width: 100%;
    display: flex;
    justify-content: center !important;
}

.footer-title h5 {
    text-align: center;
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 1.25rem !important;
    border-bottom: #ffff00 solid 3px;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    border-radius: 10px;
    border-bottom-left-radius: 4px;
    padding-bottom: 3px;
}

.alti-cizili {
    border-bottom: #ffff00 solid 3px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    border-radius: 10px;
    border-bottom-left-radius: 4px;
    padding-bottom: 3px;
}

.col-lg-2-5 {
    margin-top: 20px !important;
}

.col-3-1 {

    height: 550px;
    margin-top: 50px !important;
    margin-bottom: 50px !important;

}

.col-3-2 {
    height: 550px;
    border-right: 2px solid #b8b8b8;
}

@keyframes grow {
    0% {
      width: 25%;
      height: 25%;
    }
    100% {
      width: 45%;
      height: 45%;
    }
  }

.ad-status {
    position: relative;
}

.ad-status .status-img {
    position: absolute !important;
    top: 0px !important;
    right: 0px !important;
    left: auto !important;

    width: 25% ;
    height: 25% ;
    border-bottom-left-radius: 10px !important;
    display: block;
    transition: width 0.7s ease, height 0.7s ease;
}

.ad-status .photo-name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 2px;
    margin: 0;
    font-size: 8pt;
}

.ad-status:hover .status-img {
    width: 45%;
    height: 45%;
}

@media only screen and (max-width: 576px) {
    .col-3-2 {
        height: auto;
        border-right: none;
        margin-bottom: 0px !important;


    }

    .btn-3d-alt:active:after {
        left: 53px;
    }

    .help-card {
        width: 100%;
    }

    .btn-help {
        font-size: small !important;
    }

    .ay-icon:before {
        font-size: 25pt;
        line-height: 60px;
        padding-left: 10px;
    }

    .btn-3-alt:before {
        width: 50px;
    }

    .btn-3d-alt:after {
        left: 45px;
    }

    .btn-alt {
        padding: 20px;
        padding-left: 70px;
        padding-right: 10px;
        text-align: left;
        font-size: x-small;
    }

    .btn-3d-alt:after {
        width: 15px;
        height: 15px;
        background: #ffff00;
        z-index: 1;
        left: 50px;
        top: 55%;
        margin: -10px 0 0 -10px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .btn-3d-alt-2:before {
        font-size: 20pt;
        line-height: 56px;
        padding-left: 13px;
    }

    .col-2-2 {
        flex: 0 0 auto;
        width: 100% !important;
        margin-top: 30px !important;
    }

    .col-2-2 * {
        text-align: center;
    }

}

@media only screen and (min-width: 576px) and (max-width: 769px) {
    .col-3-1 {
        height: auto;
        border-right: none;
        margin-bottom: 0px !important;
        margin-top: 0px !important;

    }

    .col-3-2 {
        height: auto;
        border-right: none;
        margin-top: 0px !important;
        margin-bottom: 50px !important;

    }



    .basvuru-img {
        width: 100% !important;
    }

    .ay-icon:before {
        font-size: 30pt;
        line-height: 75px;
    }

    .btn-3d-alt-2:before {
        font-size: 23pt;
        line-height: 75px;
        padding-left: 3px;
    }

    .help-card {
        width: 90%;
    }

    .col-2-2 {
        flex: 0 0 auto;
        width: 100% !important;
        margin-top: 30px !important;
    }

    .col-2-2 * {
        text-align: center;
    }
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
    .ay-icon:before {
        font-size: 30pt;
        line-height: 75px;
        padding-left: 10px;

    }

    .help-card {
        width: 70%;
    }


    .btn-alt {
        padding-left: 75px;
        padding-right: 10px;
        text-align: left;
    }

    .btn-3d-alt-2:before {
        font-size: 25pt;
        line-height: 75px;
        padding-left: 14px;
    }

    .col-2-1 {
        flex: 0 0 auto;
        width: 20% !important;
    }
}

@media only screen and (min-width: 992px) {
    .col-2-1 {
        flex: 0 0 auto;
        width: 20% !important;
    }

    .ay-icon:before {
        font-size: 40pt;
        line-height: 75px;
        padding-left: 5px;
    }

    .ay-icon {
        padding-left: 75px !important;
        text-align: left;
    }

    .btn-alt {
        padding-left: 75px;
        padding-right: 10px;
        text-align: left;
    }

    .btn-3d-alt-2:before {
        font-size: 23pt;
        line-height: 75px;
        padding-left: 15px;
    }

    .col-lg-2-5 {
        width: 20% !important;
        margin-top: 0 !important;

    }
}

.admin-card {
    background: wheat;
    padding: 15px;
    border-radius: 8px;
    box-shadow: inset 0px 0px 5px 0px white;
}

.admin-card .header {
    padding: 7px;
    text-align: center;
    background: white;
    border-radius: 5px;
    font-size: 10pt;
    font-weight: 600;
    font-family: "Sour Gummy", sans-serif;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 10px;
}

.admin-card .body {
    font-size: 10pt;
}

.admin-card .footer-card {
    margin-top: 20px;
    font-size: 10pt;
}


.firma-card {
    background: #11101d;
    padding: 15px;
    border-radius: 8px;
    box-shadow: inset 0px 0px 5px 0px #11101d;
    color: white;
}

.firma-card .header {
    padding: 7px;
    text-align: center;
    color: #11101d;
    background: white;
    border-radius: 5px;
    font-size: 10pt;
    font-weight: 600;
    font-family: "Sour Gummy", sans-serif;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 10px;
}

.firma-card .body {
    font-size: 10pt;
}

.firma-card .footer-card {
    margin-top: 20px;
    font-size: 10pt;
}


.modal-card {
    background: #11101d;
    background-color: #11101d !important;
    padding: 15px;
    border-radius: 8px !important;
    box-shadow: 0px 0px 20px 0px #ffffff;
    color: white;
    background-clip: unset !important;
}

.modal-card .header {
    padding: 7px;
    text-align: center;
    color: #11101d;
    background: white;
    border-radius: 5px;
    font-size: 10pt;
    font-weight: 600;
    font-family: "Sour Gummy", sans-serif;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 10px;
}

.modal-card .body {
    font-size: 10pt;
}

.modal-card .footer-modal {
    margin-top: 20px;
    font-size: 10pt;
}

.gorusme-wrapper {
    --padding: 9px;
    --focus-color: #02204c;
    position: relative;
    display: flex;
    align-items: center;
}

.gorusme-wrapper input,
.gorusme-wrapper textarea,
.gorusme-wrapper select {
    padding: var(--padding);
    border: 2px solid #11101d;
    outline: none;
    border-radius: 5px;
}

.gorusme-wrapper input {
    height: 30px;
    font-size: 10pt;
}

.gorusme-wrapper textarea {
    height: 100px;
}

.gorusme-wrapper select {
    height: 22px;
}


.gorusme-wrapper .placeholder {
    position: absolute;
    background-color: white;
    color: #11101d;
    left: var(--padding);
    top: var(--padding);
    padding: 0 4px;
    transition: all 0.2s ease-in;
    border-radius: 5px;
    font-size: 8px;

}

.gorusme-wrapper input:is(:focus),
.gorusme-wrapper textarea:is(:focus),
.gorusme-wrapper select:is(:focus, :valid) {
    box-shadow: 0px 0px 3px 0px #ffffff;

    border: 2px solid #11101d;
}


.gorusme-wrapper input:is(:focus, :valid, :disabled)+.placeholder,
.gorusme-wrapper textarea:is(:focus, :valid, :disabled)+.placeholder,
.gorusme-wrapper select:is(:focus, :valid, :disabled)+.placeholder {
    transform: translatey(calc(-1 * var(--padding) - 7px));
    font-size: 7px;
    color: #11101d;
    background: white;
    border: 2px solid #11101d;
    box-shadow: 0px 0px 1px 0px #ffffff;
}


.gorusme-wrapper .blank_input:is(:focus, :valid)+.placeholder {
    transform: translatey(calc(-1 * var(--padding) - 7px));
    font-size: 7px;
    color: #11101d;
    background: white;
    border: 2px solid #930000;
}

.gorusme-wrapper .success_input:is(:focus, :valid)+.placeholder {
    transform: translatey(calc(-1 * var(--padding) - 7px));
    font-size: 7px;
    color: #11101d;
    background: white;
    border: 2px solid #036600;
}

.gorusme-wrapper input:is( :valid),
.gorusme-wrapper textarea:is(:valid),
.gorusme-wrapper select:is(:valid) {
    box-shadow: none !important;

}

.gorusme-wrapper input:is( :focus),
.gorusme-wrapper textarea:is(:focus),
.gorusme-wrapper select:is(:focus) {
    box-shadow: 0px 0px 1px 0px #ffffff !important;

}

.gorusme-wrapper input:is( :disabled),
.gorusme-wrapper textarea:is(:disabled),
.gorusme-wrapper select:is(:disabled) {
    color: white;
}

.disable-output:is(:disabled) {
    color: black !important;

    background-color: #ffffffe8 !important;
}

.gorusme-wrapper input:is(:valid)+.placeholder,
.gorusme-wrapper textarea:is(:valid)+.placeholder,
.gorusme-wrapper select:is(:valid)+.placeholder {
    box-shadow: none !important;
}

.gorusme-wrapper input:is(:disabled)+.placeholder,
.gorusme-wrapper textarea:is(:disabled)+.placeholder,
.gorusme-wrapper select:is(:disabled)+.placeholder {
    color: #11101d;
    background: rgb(133, 133, 133);
    box-shadow: none !important;

}

.gorusme-wrapper input:is(:focus)+.placeholder,
.gorusme-wrapper textarea:is(:focus)+.placeholder,
.gorusme-wrapper select:is(:focus)+.placeholder {
    box-shadow: 0px 0px 1px 0px #ffffff !important;
}



.info-wrapper .placeholder {
    opacity: 0;
}

.info-wrapper:hover .placeholder {
    border: 2px solid #00234b !important;
    background: #eae9eb !important;
    opacity: 1;
    transition: opacity 0.5s;
}

.info-wrapper:hover input {
    border: 2px solid #00234b !important;
    transition: border 0.5s;

}



.input-wrapper {
    --padding: 10px;
    --focus-color: #02204c;
    position: relative;
    display: flex;
    align-items: center;
}

.input-wrapper input,
.input-wrapper textarea,
.input-wrapper select {
    padding: var(--padding);
    border: 2px solid #11101d;
    outline: none;
    border-radius: 10px;
}

.blank_input {
    border: 2px solid #930000 !important;

}

.blank_input:is(:focus, :valid) {
    border: 2px solid #930000 !important;

}

.success_input {
    border: 2px solid #036600 !important;

}

.success_input:is(:focus, :valid) {
    border: 2px solid #036600 !important;

}

.input-wrapper input {
    height: 44px;
}

.input-wrapper textarea {
    height: 200px;
}

.input-wrapper select {
    height: 44px;
}



.input-wrapper .placeholder {
    position: absolute;
    background-color: white;
    color: #11101d;
    left: var(--padding);
    top: var(--padding);
    padding: 0 4px;
    transition: all 0.2s ease-in;
    border-radius: 5px;
    font-size: 15px;

}

.input-wrapper input:is(:focus),
.input-wrapper textarea:is(:focus),
.input-wrapper select:is(:focus, :valid) {
    box-shadow: 0px 0px 3px 0px #ffffff;

    border: 2px solid #11101d;
}


.input-wrapper input:is(:focus, :valid, :disabled)+.placeholder,
.input-wrapper textarea:is(:focus, :valid, :disabled)+.placeholder,
.input-wrapper select:is(:focus, :valid, :disabled)+.placeholder {
    transform: translatey(calc(-1 * var(--padding) - 12px));
    font-size: 14px;
    color: #11101d;
    background: white;
    border: 2px solid #11101d;
    box-shadow: 0px 0px 3px 0px #ffffff;
}


.input-wrapper .blank_input:is(:focus, :valid)+.placeholder {
    transform: translatey(calc(-1 * var(--padding) - 12px));
    font-size: 14px;
    color: #11101d;
    background: white;
    border: 2px solid #930000;
}

.input-wrapper .success_input:is(:focus, :valid)+.placeholder {
    transform: translatey(calc(-1 * var(--padding) - 12px));
    font-size: 14px;
    color: #11101d;
    background: white;
    border: 2px solid #036600;
}

.input-wrapper input:is( :valid),
.input-wrapper textarea:is(:valid),
.input-wrapper select:is(:valid) {
    box-shadow: none !important;

}

.input-wrapper input:is( :focus),
.input-wrapper textarea:is(:focus),
.input-wrapper select:is(:focus) {
    box-shadow: 0px 0px 3px 0px #ffffff !important;

}

.input-wrapper input:is( :disabled),
.input-wrapper textarea:is(:disabled),
.input-wrapper select:is(:disabled) {
    color: white;
}

.disable-output:is(:disabled) {
    color: black !important;

    background-color: #ffffffe8 !important;
}

.input-wrapper input:is(:valid)+.placeholder,
.input-wrapper textarea:is(:valid)+.placeholder,
.input-wrapper select:is(:valid)+.placeholder {
    box-shadow: none !important;
}

.input-wrapper input:is(:disabled)+.placeholder,
.input-wrapper textarea:is(:disabled)+.placeholder,
.input-wrapper select:is(:disabled)+.placeholder {
    color: #11101d;
    background: rgb(133, 133, 133);
    box-shadow: none !important;

}

.input-wrapper input:is(:focus)+.placeholder,
.input-wrapper textarea:is(:focus)+.placeholder,
.input-wrapper select:is(:focus)+.placeholder {
    box-shadow: 0px 0px 3px 0px #ffffff !important;
}



.info-wrapper .placeholder {
    opacity: 0;
}

.info-wrapper:hover .placeholder {
    border: 2px solid #00234b !important;
    background: #eae9eb !important;
    opacity: 1;
    transition: opacity 0.5s;
}

.info-wrapper:hover input {
    border: 2px solid #00234b !important;
    transition: border 0.5s;

}