/* Header CSS
    ========================================================================== */

.header_section {
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_logo {
    width: 220px;
    height: auto;
}
@media only screen and (max-width: 480px) {
    .header_logo {
        width: 100px; /* Yeni genişlik değeri */
        height: auto;
    }
}

.btn-transparent {
    background-color: transparent;
}

.dropdown-toggle::after {
    border: 0
}

.dropdown-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0 2px
}

.app-btn-primary {
    height: 48px;
    padding: 0 22px;
    border-radius: 24px;
    border: 1px solid #051343;
    color: #051343;
}

.app-btn-primary-white {
    height: 48px;
    padding: 0 22px;
    border-radius: 24px;
    border: 1px solid #ffffff;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.header_info_section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 16px
}

.aspect-1 {
    aspect-ratio: 1/1;
}

.home-slider-video {
    height: 775px;
    object-fit: cover;
    display: block;
}

.homepage_slider {
    border-radius: 0 0 32px 32px;
    overflow: hidden;
}

.homepage_slider .swiper-pagination-bullet {
    background-color: #fff;
    width: 24px;
    height: 24px;
    margin: 0 9px !important;
    opacity: .4 !important;
}

.homepage_slider .swiper-pagination-bullet-active {
    outline: 1px solid #fff;
    outline-offset: 12px;
    margin: 0 21px !important;
    opacity: 1 !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 40px;
}

.homepage_slider-content {
    position: absolute;
    left: 70px;
    bottom: 50px;
    color: #fff;
    max-width: 400px;
    z-index: 3;
}

.homepage_slider-overlay {
    inset: 0;
    position: absolute;
    z-index: 2;
    background: rgb(5, 19, 67);
    background: -moz-linear-gradient(216deg, rgba(5, 19, 67, 0) 50%, rgba(5, 19, 67, 0.8015581232492998) 100%);
    background: -webkit-linear-gradient(216deg, rgba(5, 19, 67, 0) 50%, rgba(5, 19, 67, 0.8015581232492998) 100%);
    background: linear-gradient(216deg, rgba(5, 19, 67, 0) 50%, rgba(5, 19, 67, 0.8015581232492998) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#051343", endColorstr="#051343", GradientType=1);
}

.play-btn-icon {
    width: 18px;
    height: 18px;
}

.play-btn {
    position: absolute;
    right: 70px;
    bottom: 50px;
    background-color: #1364FE;
    border: 5px solid #FAFAFA;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
}

.play-btn.playing .play-btn-icon {
    display: none;
}

.play-btn.playing .pause-btn-icon {
    display: block;
}

.play-btn .pause-btn-icon {
    display: none;
}

.board_section {
    border-radius: 20px;
    height: 160px;
    position: relative;
    overflow: hidden;
}

.board_section.secondary {
    height: 460px;
}

.board_overlay {
    position: absolute;
    inset: 0;
    background: rgb(5, 19, 67);
    background: -moz-linear-gradient(216deg, rgba(5, 19, 67, 0) 50%, rgba(5, 19, 67, 0.8015581232492998) 100%);
    background: -webkit-linear-gradient(216deg, rgba(5, 19, 67, 0) 50%, rgba(5, 19, 67, 0.8015581232492998) 100%);
    background: linear-gradient(216deg, rgba(5, 19, 67, 0) 50%, rgba(5, 19, 67, 0.8015581232492998) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#051343", endColorstr="#051343", GradientType=1);
}

.board_content {
    font-weight: 600;
    color: #fff;
    font-size: 24px;
    position: absolute;
    bottom: 0;
    left: 30px;
}

.board_image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.board_overlay-secondary {
    position: absolute;
    inset: 0;
    background: rgb(5, 19, 67);
    background: -moz-linear-gradient(216deg, rgba(5, 19, 67, 0) 50%, rgba(5, 19, 67, 0.8015581232492998) 100%);
    background: -webkit-linear-gradient(216deg, rgba(5, 19, 67, 0) 50%, rgba(5, 19, 67, 0.8015581232492998) 100%);
    background: linear-gradient(216deg, rgba(5, 19, 67, 0) 50%, rgba(5, 19, 67, 0.8015581232492998) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#051343", endColorstr="#051343", GradientType=1);
}

.map_section {
    margin: 16px 0;
    position: relative;
    border-radius: 16px;
}

.map_section-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    opacity: .6;
}

.map_section-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
}

.link-primary {
    border-radius: 18px;
    background-color: #1364FE;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 24px;
}

.link-primary.link-bigger {
    padding: 16px 32px;
    border-radius: 26px;
}

.border-r-col {
    position: relative;
}

.border-r-col::after {
    content: '';
    width: 1px;
    position: absolute;
    top: 10px;
    bottom: 10px;
    background: linear-gradient(180deg, rgba(96, 96, 96, 0) 0%, #FFFFFF 47.4%, rgba(96, 96, 96, 0) 100%);
    right: 0;
}

.gray-outer {
    background-color: #F7F7F7;
    padding-top: 80px;
}

.swiper-home-button-prev {
    width: 88px;
    min-width: 88px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 70px;
    border: 1px solid #051343
}

.swiper-home-button-next {
    width: 88px;
    min-width: 88px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 70px;
    background: #051343;
}

.swiper-home-button-next img {
    transform: rotate(180deg);
    filter: brightness(0) invert(100%);
}

.gap-x-2 {
    gap: 0 32px
}

.swiper-home-pagination {
    font-size: 16px;
    font-weight: 600;
    line-height: 28.8px;
    text-align: left;
}

.swiper-home-pagination .swiper-pagination-total {
    color: #05134366;
}

.home_cards-content {
    padding: 32px;
    border-radius: 16px;
    background-color: #fff;
}

.home_cards-image {
    width: 100%;
    height:100%;
    object-fit: cover;
    border-radius: 16px;
    margin-bottom: 30px;
}

.app-circle {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #081A4A;
}

.app-single-cards {
    background-color: #fff;
    border-radius: 16px;
    padding: 30px 12px;
}

.link-secondary {
    background-color: #051343;
    border-radius: 16px;
    padding: 8px 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #fff;
    gap: 0 10px
}

.link-secondary.bigger {
    width: 100%;
    display: block;
    padding: 22px;
    font-size: 22px;
    border-radius: 100px;
}

.general_footer {
    padding-top: 64px;
    background-color: #F7F7F7;
}

.footer-logo-image {
    margin-bottom: 47px;
}

.social-link-footer {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    margin-right: 10px;
}

.footer-links {
    margin-top: 20px;
}

.footer-link-item {
    font-size: 14px;
    font-weight: 400;
    line-height: 17.64px;
    letter-spacing: -0.02em;
    text-align: left;
    margin-bottom: 14px;
    color: #9B9B9C;
}

.footer-link-item.norm {
    color: #051343;
}

.footer-copyright {
    margin-top: 34px;
    padding-bottom: 46px;
    text-align: center;
    font-weight: 500;
}

.general_footer {
    position: relative;
}

.footer-pattern {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}

.z-1 {
    z-index: 1;
    position: relative;
}

.custom-marker {
    background-color: #333;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.map_overlay {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: rgb(5,19,67);
    background: -moz-linear-gradient(180deg, rgba(5,19,67,0) 0%, rgba(5,19,67,0.5018382352941176) 100%);
    background: -webkit-linear-gradient(180deg, rgba(5,19,67,0) 0%, rgba(5,19,67,0.5018382352941176) 100%);
    background: linear-gradient(180deg, rgba(5,19,67,0) 0%, rgba(5,19,67,0.5018382352941176) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#051343",endColorstr="#051343",GradientType=1);
}

.app_sidebar {
    position: fixed;
    transition: all .3s ease;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 770px;
    background-color: #061442;
    z-index: 99;
    overflow-y: auto;
    padding: 50px 90px;
    text-align: right;
    right: -110%;
}

.app_sidebar.opened {
    right: 0;
}

.navigation-bg {
    position: absolute;
    left: 0;
    top: 0;
    mix-blend-mode: screen;
    opacity: .6;
}

.navigation-link {
    color: #7E879A;
    position: relative;
    z-index: 2;
}

.navigation-link:hover {
    color: #fff;
}

.navigation-link.active {
    font-weight: 700;
    color: #fff;
}

.sidebar-closer {
    position: absolute;
    left: 40px;
    top: 85px;
    cursor: pointer;
}

.news {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.app_head {
    position: relative;
    border-radius: 0 0 40px 40px;
    height: 350px;
    overflow: hidden;
}

.app_head-content {
    background: #061847E5;
    position: absolute;
    inset: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.app_breadcrumb {
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.03em;
    gap: 8px;
    position: absolute;
    left: 60px;
    top: 36px;
    z-index: 2;
}

.link-transparent {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    line-height: 22.56px;
    letter-spacing: -0.03em;
}

.app-single-cards-image {
    height: 240px;
    object-fit: cover;
    width: 100%;
    margin-bottom: 25px;
}

.project-link:hover .app-single-cards {
    background-color: #051343;
    color: #fff;
}

.app-single-cards .white {
    display: none;
}

.project-link:hover .app-single-cards .white {
    display: inline;
}

.project-link:hover .app-single-cards .black {
    display: none;
}

.project-detail-image {
    height: 530px;
    object-fit: fill;
    margin-bottom: 67px;
    width: 100%;
}

.head-line {
    background-color: #051343;
    height: 6px;
    width: 112px;
}

.project-detail-gallery {
    width: 100%;
    display: block;
    height: 300px;
    object-fit: cover;
    border-radius: 20px;
}

.dropdown-item {
    display: flex;
    align-items: center;
    gap: 0 10px;
}

.app_input {
    border-radius: 18px;
    padding: 30px;
    background-color: #fff;
    width: 100%;
    color: #8E8E8E;
}

.app_input::placeholder {
    color: #8E8E8E;
}

.select-icon {
    position: absolute;
    right: 40px;
    top: 30px;
}

.generic_form {
    margin-bottom: 80px;
}

input[type="checkbox"]::before, input[type="radio"]::before {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    background-color: #fff;
    border: none
}

input[type="checkbox"]:checked::before, input[type="radio"]:checked::before {
    background: #051343;
}


.w-lg-auto {
    width: auto;
}

.pdf-image {
    width: 100%;
    display: block;
    height: 335px;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 20px;
}

.about-us-machine {
    background-color: #F7F7F7;
    padding-top: 70px;
    position: relative;
}

.vinc-card {
    text-align: center;
    background: #fff;
    color: #000;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
}

.machine-card {
    padding: 38px 22px;
    background: #fff;
}

.machine-head {
    gap: 15px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E2E2E2;
    margin-bottom: 30px;
}

.about-us-machine-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: auto;
}

.about-us-head-name {
    padding: 80px 0;
}

.category-cards {
    padding: 20px 12px;
    border-radius: 18px;
    background-color: #fff;
}

.category-card-icon {
    padding: 7px 15px;
    border-right: 1px solid #B2B2B2;
}

.category-card-item {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}

.category-card-texts {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 15px;
}

.line-icon {
    margin-bottom: 18px;
}

.news-card {
    display: flex;
    padding: 14px 12px;
    background-color: #fff;
    border-radius: 18px;
    margin-bottom: 18px;
}

.news-card-image {
    width: 100px;
    min-width: 100px;
    border-radius: 10px;
    margin-right: 10px;
    height: 80px;
}

.tickets {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.ticket {
    padding: 16px 20px;
    color: #000;
    border-radius: 8px;
    background-color: #fff;
}

.news-head-image {
    width: 100%;
    height: 480px;
    object-fit: cover;
    
}
.news-head-image2 {
    width: 100%;
    height: 480px;
    object-fit: cover;
    height: auto; /* Yüksekliği otomatik olarak ayarlanır, orantılı olarak değişir */
    display: block; /* Blok öğe olarak görüntülenir */
    margin-left: auto; /* Sol kenara otomatik (diğer boşluk miktarına göre) hizalandı */
    margin-right: auto; /* Sağ kenara otomatik (diğer boşluk miktarına göre) hizalandı */
    margin-bottom: 30px; /* Alt kenara 30px boşluk bırakıldı */
}

.link-secondary:focus, .link-secondary:hover {
    color: white;
}

.hoverable-content {
    display: none;
    background-color: #fff;
    border-radius: 20px;
    position: absolute;
    width: 300px;
    padding: 20px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 65px;
    box-shadow: 0 0 4px 5px #00000016;
}

.hoverable {
    position: absolute;
    width: 60px;
    height: 60px;
    cursor: pointer;
}

.hoverable:hover .hoverable-content {
    display: block;
}

.hoverable.c01 {
    left: 268px;
    top: 124px;
}

.hoverable.c02 {
    left: 440px;
    top: 335px;
    width: 40px;
    height: 40px;
}

.hoverable.c03 {
    right: 422px;
    top: 260px;
    width: 40px;
    height: 40px;
}

.app_input.sec {
    background-color: transparent;
    border-bottom: 1px solid #C4C4C4;
    border-radius: 0;
    padding: 12px 16px;
}

.app_input.sec + .select-icon {
    right: 16px;
    top: 7px;
}
