* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

*:not(i) {
    font-family: 'SF Pro Display' !important;
}

html {
    overflow-x: hidden !important;
}

body {
    padding: 0;
    margin: 0;
    overflow-x: unset;
}

body button {
    background-color: unset;
    border: unset;
    transition: all .4s ease-in-out;
}

body a {
    text-decoration: unset;
    color: inherit;
    transition: all .4s ease-in-out;
}

body svg {
    transition: all .4s ease-in-out;
}

body a:hover,
body button:hover {
    transition: all .4s ease-in-out;
}

body li {
    list-style: none;
}

body ul {
    padding-left: 0;
    margin-bottom: 0;
}

body img {
    width: 100%;
    display: block;
    position: relative;
}

body p {
    font-size: 16px;
    margin: 0;
}

input:focus,
textarea:focus,
select:focus {
    outline: 0 !important;
}

input:focus-visible,
textarea:focus-visible,
select:focus-visible {
    outline: 0 !important;
}


/*** START HEADER **/

.bilge-header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    transition: all .4s ease;
    border-bottom: 1px solid #D4D4D8;
    height: 125px;
}

.bilge-header.mega-menu-active {
    z-index: unset;
}

.bilge-header::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0, -100%);
    transition: all .4s ease;
    z-index: -1;
}

.bilge-header.sub-menu-active {
    transition: all .4s ease;
}

.bilge-header.sub-menu-active::before {
    transition: all .4s ease;
    transform: translate(0, 0);
}

.bilge-header.pages-header {
    position: relative;
    z-index: 999;
}

.bilge-header .bilge-topbar {
    margin: 35px 0 0;
    position: relative;
    z-index: 9;
}

.pages-header .menu-button {
    background-color: #E3000F;
}

.pages-header .menu-button.circle-effect::before {
    background-color: #e3000f29;
}

.bilge-header .bilge-topbar .topbar-group {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-bottom: .5px solid #b0b0b073;
    padding: 0 0 12px;
}

.bilge-header .bilge-topbar .topbar-group .topbar-col {}

.bilge-header .bilge-topbar .topbar-group .topbar-col .topbar-links {
    display: flex;
    align-items: center;
    gap: 10px;
}

.bilge-header .bilge-topbar .topbar-group .topbar-col .topbar-links a {
    color: #B8B8B8;
    font-size: 12px;
    position: relative;
}

.bilge-header .bilge-topbar .topbar-group .topbar-col .topbar-links a:not(:first-child) {
    border-left: 1px solid #B8B8B8;
    padding: 0 0 0 10px;
}

.bilge-header .bilge-topbar .topbar-group .topbar-col .topbar-links a.active {
    color: #E3000F;
    padding: 0 5px;
}

.bilge-header .bilge-topbar .topbar-group .topbar-col .topbar-links a.active::before {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: -12px;
    left: 0;
    background-color: #E3000F;
}

.bilge-header .bilge-topbar .topbar-group .topbar-col .social-links {}

.head-social {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    right: 100%;
    transform: translateX(-10px);
    width: max-content;
    align-items: center;
}

.head-social>a {
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 11px;
    font-weight: 200;
    gap: 5px;
    font-family: 'Sora', sans-serif !important;
}

.sub-menu-active .head-social>a {
    color: #000;
}

.head-social>a img {
    width: 18px;
}

.social-links {}

.social-links .social-links-group {
    display: flex;
    align-items: center;
    gap: 6px;
}

.social-links .social-links-group a {
    border: 1px solid #D4D4D8;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 10px;
}

.sub-menu-active .social-links .social-links-group a {
    color: #000;
}

header.pages-header .social-links .social-links-group a {
    color: #000;
    border-color: #000;
}

header.pages-header .head-social>a {
    color: #000;
}

header.pages-header .head-social>a img {
    width: 16px;
}

.social-links .social-links-group a i {}

.bilge-header .bilge-head-main {
}

.bilge-header .bilge-head-main .bilge-head-main-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    border-left: 1px solid #D4D4D8;
    padding: 35px 0 35px 50px;
}

.bilge-header .bilge-head-main .bilge-head-main-group .head-col {}

.bilge-header .bilge-head-main .bilge-head-main-group .head-col.head-logos {
    flex: 1;
}

.bilge-header .bilge-head-main .bilge-head-main-group .head-col .logo {}

.bilge-header.mega-menu-active .bilge-head-main .bilge-head-main-group .head-col .logo {
    position: relative;
    z-index: 99;
}

.bilge-header .bilge-head-main .bilge-head-main-group .head-col .logo a {}

.bilge-header .bilge-head-main .bilge-head-main-group .head-col .logo a img {
    width: 150px;
}

.bilge-header .bilge-head-main .bilge-head-main-group .head-col.head-menus {
    flex: 2;
}

.bilge-header .bilge-head-main .bilge-head-main-group .head-col.head-menus .menu-group {}

.bilge-header .bilge-head-main .bilge-head-main-group .head-col.head-menus .menu-group ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bilge-header .bilge-head-main .bilge-head-main-group .head-col.head-menus .menu-group ul li {}

.bilge-header .bilge-head-main .bilge-head-main-group .head-col.head-menus .menu-group ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    display: flex;
    align-items: center;
    transition: all .4s ease;
    font-family: 'Sora', sans-serif !important;
}

.bilge-header .bilge-head-main .bilge-head-main-group .head-col.head-menus .menu-group ul li a.active {
    color: #E3000F !important;
}

.bilge-header .bilge-head-main .bilge-head-main-group .head-col.head-menus .menu-group ul li a.active i {
    transform: rotate(180deg);
    transition: all .4s ease;
}

.bilge-header.sub-menu-active .bilge-head-main .bilge-head-main-group .head-col.head-menus .menu-group ul li a,
.bilge-header.pages-header .bilge-head-main .bilge-head-main-group .head-col.head-menus .menu-group ul li a {
    color: #000;
}

.bilge-header .bilge-head-main .bilge-head-main-group .head-col.head-actions {
    flex: 1;
    position: relative;
}

.bilge-header .bilge-head-main .bilge-head-main-group .head-col.head-actions .actions-group {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
}

.head-phone-mobile {
    display: none;
}

.bilge-header .bilge-head-main .bilge-head-main-group .head-col.head-actions .actions-group .search-action {}

.bilge-header.pages-header .bilge-head-main .bilge-head-main-group .head-col.head-actions .actions-group .search-action svg {
    stroke: #000;
}

.bilge-header .bilge-head-main .bilge-head-main-group .head-col.head-actions .actions-group .search-action img {}

.bilge-header .bilge-head-main .bilge-head-main-group .head-col.head-actions .actions-group a {
    background-color: #ffffff52;
    height: 45px;
}

.bilge-header.sub-menu-active .bilge-head-main .bilge-head-main-group .head-col.head-actions .actions-group a,
.bilge-header.pages-header .bilge-head-main .bilge-head-main-group .head-col.head-actions .actions-group a {
    background-color: #E9E9E9;
    color: #000;
}


/**/
/*** START HOME HERO
/**/

.bilge-hero {
    position: relative;
}

.bilge-hero .bilge-hero-wrapper {}

.bilge-hero .bilge-hero-wrapper .bilge-hero-media-slider {}

.bilge-hero-media-only {}

/* Swiper geçiş animasyonu - orijinal HTML ile uyumlu */
.swiper-wrapper {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}

.swiper.swiper-hero-media {
    z-index: -1;
}

/* Sadece fotoğraf slider - içerik yok */
.bilge-hero-media-only .swiper-hero-media {
    z-index: 1;
    position: relative;
    height: 100%;
}

.bilge-hero-media-only .swiper-hero-media .swiper-wrapper {}

.bilge-hero-media-only .swiper-hero-pagination-container {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    z-index: 10;
}

.bilge-hero-media-only .bilge-navigation.hero-navigation {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.bilge-hero-media-only .bilge-navigation.hero-navigation .container {}

.swiper.swiper-hero-media .swiper-slide {
    position: relative;
}

.swiper.swiper-hero-media .swiper-slide img {
    height: 100%;
    object-fit: contain;
}

/*
.swiper.swiper-hero-media .swiper-slide::before {
    content: "";
    background: #00000000;
    background: -moz-linear-gradient(180deg, #000000c9 0%, #00000000 25%);
    background: -webkit-linear-gradient(180deg, #000000c9 0%, #00000000 25%);
    background: linear-gradient(180deg, #000000c9 0%, #00000000 25%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
*/

.bilge-hero .bilge-hero-wrapper .bilge-hero-content-slider {
    height: 100vh;
}

.nav-container {
    position: absolute;
    width: 100%;
    height: 82%;
    bottom: 0;
}

.nav-container .container {
    position: relative;
}

.nav-container .hero-navigation {
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 9;
}

.swiper.swiper-hero-content {
    height: 100%;
}

.swiper.swiper-hero-content .swiper-slide {}

.swiper.swiper-hero-content .swiper-slide .hero-content-box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 1px solid #D4D4D8;
    padding: 80px 0 0 50px;
}

.swiper.swiper-hero-content .swiper-slide .hero-content-box .title {
    color: #fff;
    font-size: 55px;
    line-height: 65px;
    font-weight: 800;
    margin: 0 0 10px;
}

.swiper.swiper-hero-content .swiper-slide .hero-content-box .title span {
    font-weight: 800;
    /* Kalın fontlarda outline daha iyi görünür */

    /* Outline ayarları */
    -webkit-text-stroke: 2px #ffffff;
    /* Çizgi kalınlığı ve rengi */
    color: transparent;
    /* İçini boşaltmak için */
    display: block;
}

.swiper.swiper-hero-content .swiper-slide .hero-content-box .title strong {
    font-weight: 700;
}

.swiper.swiper-hero-content .swiper-slide .hero-content-box .title br {}

.swiper.swiper-hero-content .swiper-slide .hero-content-box p {
    font-weight: 400;
    color: #fff;
    font-size: 18px;
    max-width: 40%;
}

.swiper.swiper-hero-content .swiper-slide .hero-content-box .links-group {
    margin: 50px 0 0;
}

.swiper.swiper-hero-content .swiper-slide .hero-content-box .links-group .bilge-button {}

.swiper.swiper-hero-content .swiper-slide .hero-content-box .links-group .bilge-button.contact {
    background-color: #E3000Fb3;
}

.swiper-hero-pagination-container {
    margin: 50px 0 0;
}

.swiper-hero-pagination-container .swiper-hero-pagination {
    display: flex;
    align-items: center;
    gap: 10px;
}

.swiper-hero-pagination-container .swiper-hero-pagination .swiper-pagination-bullet {
    background-color: unset;
    margin: 0 !important;
    width: 10px;
    height: 10px;
    background-color: #7b7b7b;
    opacity: 1 !important;
    transition: all .4s ease;
}

.swiper-hero-pagination-container .swiper-hero-pagination .swiper-pagination-bullet::before {
    content: "";
}

.swiper-hero-pagination-container .swiper-hero-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 50px;
    border-radius: 5px;
    background-color: #fff;
}

.swiper-hero-pagination-container .swiper-hero-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    content: "";
}



/*** FEATURES ***/

.bilge-features {
    position: relative;
    z-index: 2;
    overflow: visible;
    /* margin-top: -80px; */
}

.bilge-features::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(assets/images/pattern.jpg);
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.bilge-features .bilge-features-group {
    min-height: 280px;
    align-items: center;
    display: flex;
    padding: 50px 0 50px 50px;
}

.bilge-features .bilge-features-group .features-content {}

.bilge-features .bilge-features-group .features-content h2 {
    color: #333333;
    font-size: 26px;
    font-weight: 700;
    font-family: 'Sora', sans-serif !important;
}

.bilge-features .bilge-features-group .features-content h2 span {
    font-weight: 100;
}

.bilge-features .bilge-features-group .features-content p {
    font-size: 15px;
    font-weight: 300;
    font-family: 'Sora', sans-serif !important;
}

.bilge-features .bilge-features-group .row {
    align-items: center;
}

.bilge-features .bilge-features-group .features-box {
    text-align: center;
    transition: all .4s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #F2F2F2;
    padding: 30px 20px;
    border-radius: 30px;
    min-height: 200px;
}

.bilge-features .bilge-features-group .features-box .icon {
    background-color: #fff;
    border-radius: 100%;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 19px;
}

.bilge-features .bilge-features-group .features-box .icon img {
    width: 24px;
}

.bilge-features .bilge-features-group .features-box .icon.circle-effect::before {
    background-color: #FCF3F3;
}

.bilge-features .bilge-features-group .features-box:hover .title {
    color: #E20000;
    transition: all .4s ease;
}

.bilge-features .bilge-features-group .features-box .title {
    color: #333333;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    line-height: 18px;
    width: 100%;
    transition: all .4s ease;
    margin: 0 0 5px;

}

.bilge-features .bilge-features-group .features-box p {
    color: #C0C0C0;
    font-size: 10px;
    font-weight: 200;
    font-family: 'Sora', sans-serif !important;
}


/*** START ABOUT **/

.bilge-about {}

.bilge-about .row {}

.bilge-about .about-card {}

.bilge-about .about-card .about-card-group {
    display: flex;
    gap: 25px;
}

.bilge-about .about-card .about-card-group .about-card-media {}

.bilge-about .about-card .about-card-group .about-card-media .about-card-media-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
}

.bilge-about .about-card .about-card-group .about-card-media .about-card-media-group .media-item {}

.bilge-about .about-card .about-card-group .about-card-media .about-card-media-group .media-item.arrow {
    background-color: #E3000F;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bilge-about .about-card .about-card-group .about-card-media .about-card-media-group .media-item.arrow img {
    height: auto;
    width: 40%;
    transform: rotate(20deg);
}

.bilge-about .about-card .about-card-group .about-card-media .about-card-media-group .media-item img {
    width: 100%;
    height: 100%;
}

.bilge-about .about-card .about-card-group .about-card-content {}

.bilge-about .about-card .about-card-group .about-card-content .title {
    font-size: 30px;
    color: #333333;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 10px;
}

.bilge-about .about-card .about-card-group .about-card-content p {
    font-size: 14px;
    line-height: 24px;
}


/*** VIDEO BÖLÜMÜ ***/

.bilge-video-section {
    padding: 50px 0;
}

.bilge-video-section .container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bilge-video-wrapper {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}

.bilge-video-inner {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0, 0, 0, .1);
}

.bilge-video-container {
    position: relative;
    background: #000;
}

.bilge-video-player {
    width: 100%;
    display: block;
    background: #000;
}

.bilge-video-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px 20px;
    background: linear-gradient(transparent, rgba(0,0,0,.75));
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    opacity: 0;
    transition: opacity .25s ease;
}

.bilge-video-container:hover .bilge-video-controls,
.bilge-video-container.show-controls .bilge-video-controls {
    opacity: 1;
}

.bilge-video-btn {
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: rgba(255,255,255,.9);
    color: #333;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: background .2s, transform .2s;
}

.bilge-video-btn:hover {
    background: #fff;
    transform: scale(1.08);
}

.bilge-video-embed {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.bilge-video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.about-page .bilge-video-section {
    margin-top: 50px;
}

/* Hakkımızda: sadece video, büyük ve ortada */
.bilge-video-section--compact .bilge-video-wrapper {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
.bilge-video-section--compact .bilge-video-inner {
    border-radius: 12px;
}


/*** START PRODUCTS ***/

.bilge-products {
    margin: 0 0 125px;
}

.bilge-products .bilge-products-head {}

.bilge-products .bilge-products-head {
    margin-bottom: 30px;
}

.bilge-products .bilge-products-head .bilge-head {
    flex-direction: row;
    justify-content: space-between;
}

.bilge-products .bilge-products-head .subtitle {
    margin: 0 0 15px 10px;
}

.bilge-products .bilge-products-head h3 {}

.bilge-products .bilge-products-head h2 {}


.bilge-products .bilge-products-body {}

.bilge-products .bilge-products-body .products-slider-group {
    display: flex;
    height: 600px;
}

.bilge-products .bilge-products-body .products-slider-group .bilge-products-media-slider {
    width: 50%;
}

.bilge-products .bilge-products-body .products-slider-group .bilge-products-content-slider {
    width: 50%;
    padding: 70px 70px 0;
    display: flex;
    align-items: flex-end;
}

.swiper.swiper-products-media {
    height: 100%;
}

.swiper.swiper-products-media .swiper-slide {}

.swiper.swiper-products-media .swiper-slide .products-image {
    height: 100%;
    overflow: hidden;
}

.swiper.swiper-products-media .swiper-slide .products-image img {
    height: 100%;
    object-fit: cover;
}

.swiper.swiper-products-content {
    height: 340px;
}

.swiper.swiper-products-content .swiper-slide {
    opacity: .2;
    transition: all .4s ease-in;
}

.swiper.swiper-products-content .swiper-slide.swiper-slide-active {
    height: 200px;
    opacity: 1;
    transition: all .4s ease-in;
}

.products-home-card {}

.products-home-card .card-content {}

.products-home-card .card-content .subtitle {
    background-color: #E3000F;
    width: fit-content;

    color: #fff;
    font-size: 12px;
    font-weight: 400;
    padding: 8px 20px;
    line-height: 1;
    border-radius: 5px;
    margin: 0 0 15px;
    text-transform: uppercase;
}

.products-home-card .card-content h2 {
    color: #1B1B1B;

    font-size: 32px;
}

.products-home-card .card-content p {
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;

}


/*** START STEPS ***/

.bilge-steps {
    margin: 100px 0 50px;
}


.bilge-steps .bilge-steps-group {
    width: 85%;
    margin: auto;
}

.bilge-steps .bilge-steps-group .row {
    --bs-gutter-x: 50px;
}

.bilge-steps .bilge-steps-group .steps-box {
    display: flex;
    align-items: center;
    gap: 15px;
}

.bilge-steps .bilge-steps-group .steps-box .number {
    width: 40px;
    min-width: 40px;
    height: 40px;
    background-color: #DEDEDE;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Sora', sans-serif !important;
    font-size: 18px;
}

.bilge-steps .bilge-steps-group .steps-box .title {
    font-family: 'Sora', sans-serif !important;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
}



/*** START PROJECTS ***/

.bilge-projects {
    margin: 60px 0;
}

.bilge-projects .bilge-head {
    margin: 0 0 50px;
}

.bilge-projects .bilge-head .head-col.nav {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bilge-projects .head-filter {}

.bilge-projects .head-filter .head-filter-group {
    display: flex;
    justify-content: flex-end;
}

.bilge-projects .head-filter .head-filter-group a {
    color: #000000;
    opacity: .2;
    font-size: 13px;
    font-weight: 400;
    padding: 10px 30px;
}

.bilge-projects .head-filter .head-filter-group a:not(:first-child) {
    border-left: .5px solid #000000;
}

.bilge-projects .head-filter .head-filter-group a.active {
    opacity: 1;
    border-color: rgb(0 0 0 / 20%);
}

.bilge-projects .bilge-projects-body {}

.bilge-projects .bilge-projects-body .bilge-projects-group {
    transform: translate(0, 20px);
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    pointer-events: none;
    transition: height 0s, all .4s ease-in;
}

.bilge-projects .bilge-projects-body .bilge-projects-group.active {
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
    height: auto;
    overflow: visible;
    pointer-events: auto;
    transition: height 0s, all .4s ease-in;
}

.swiper.swiper-projects {
    width: 110vw;
    position: relative;
}

.swiper.swiper-projects .swiper-slide {}

.projects-home-card {
    position: relative;
    display: block;
}

.projects-home-card::before {
    content: "";
    background: #00000000;
    background: -moz-linear-gradient(180deg, #00000000 0%, #050505 100%);
    background: -webkit-linear-gradient(180deg, #00000000 0%, #050505 100%);
    background: linear-gradient(180deg, #00000000 0%, #050505 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    opacity: .6;
    border-radius: 10px;
}

.projects-home-card .images {
    aspect-ratio: 16/10;
    overflow: hidden;
}

.projects-home-card .images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.projects-home-card .content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
    padding: 30px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.projects-home-card .content .main {}

.projects-home-card .content .tax {

    color: #fff;
    font-weight: 200;
    font-size: 15px;
    line-height: 1;
    margin: 0 0 10px;
}

.projects-home-card .content h3 {

    color: #fff;
    text-transform: uppercase;
    font-size: 35px;
    margin: 0;
}

.projects-home-card .content .button {}

.projects-home-card .content .button .projects-button {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff33;
    border-radius: 100%;
}

.projects-home-card .content .button .projects-button i {
    color: #fff;
    font-size: 22px;
}

.projects-home-card .content .button .circle-effect::before {}

.bilge-projects .head-navigation {}

.bilge-projects .head-navigation .navigation-group {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.bilge-projects .head-navigation .navigation-group .swiper-navigation-button {}

.bilge-projects .head-navigation .navigation-group .swiper-navigation-button img {
    width: 16px;
}

.bilge-projects .head-navigation .swiper-navigation-button.swiper-button-lock {
    opacity: 1 !important;
    pointer-events: auto !important;
    visibility: visible !important;
}

/*** END PROJECTS ***/


/*** START SYSTEMS ***/

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

.bilge-systems .bilge-systems-body {
    position: relative;
    z-index: 1;
    height: 100%;
}

.bilge-systems .bilge-systems-body .bilge-systems-group {
    height: 100%;
}

.bilge-systems .bilge-systems-body .bilge-systems-group .row {}

.bilge-systems .bilge-systems-body .bilge-systems-group .bilge-head {
    align-items: flex-start;
}

.bilge-systems .bilge-systems-body .bilge-systems-group .bilge-head .subtitle {
    margin: 0 0 30px 10px;
    color: #fff;
}

.bilge-systems .bilge-systems-body .bilge-systems-group .bilge-systems-filter-area {
    display: flex;
}

.bilge-systems .bilge-systems-body .bilge-systems-group .bilge-systems-filter-area .bilge-systems-filter-area-wrapper {
    display: flex;
}

.systems-home-card {
    position: relative;
    height: 600px;
    display: block;
}

.systems-home-card .images {
    height: 100%;
}

.systems-home-card .images img {
    height: 100%;
    object-fit: cover;
}

.systems-home-card .content {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    border-right: 1px solid #D4D4D8;
}

.systems-home-card .content h2 {
    writing-mode: sideways-lr;
    color: #fff;

    font-size: 18px;
    font-weight: 400;
    letter-spacing: 5px;
}

/*** END SYSTEMS ***/


/*** START REFERENCES ***/

.bilge-references {
    margin: -130px 0 0;
    background-color: #0E0F0F;
    padding: 150px 0 30px;
}

.bilge-references .bilge-references-head {}

.bilge-references .bilge-references-head .bilge-head {}

.bilge-references .bilge-references-head .bilge-head::before {
    content: "";
    width: 100%;
    height: .5px;
    position: absolute;
    left: 0;
    bottom: 10px;
    background-color: #D4D4D8;
    z-index: 0;
}

.bilge-references .bilge-references-head .bilge-head .head-col.nav {
    justify-content: flex-end;
}

.bilge-references .head-navigation {}

.bilge-references .head-navigation .navigation-group {
    display: flex;
    flex-direction: column;
}

.bilge-references .swiper-navigation-button {
    height: 30px;
}

.bilge-references .swiper-navigation-button img {
    width: 18px;
}

.bilge-references .swiper-navigation-button.swiper-button-lock,
.bilge-references .swiper-navigation-button.swiper-button-disabled {
    opacity: 1 !important;
    pointer-events: auto !important;
    visibility: visible !important;
}

.bilge-references .bilge-references-head .bilge-head h3 {
    color: #fff;
}

.bilge-references .bilge-references-head .bilge-head p {
    color: #fff;
    background-color: #0E0F0F;
    z-index: 9;
    position: relative;
    width: fit-content;
    padding: 0 10px 0 0;
}

.bilge-references .bilge-references-head .bilge-head p::before {
    content: "";
}

.bilge-references .bilge-references-slider {
    padding: 50px 0 100px;
}

.bilge-references .bilge-references-slider>p {

    color: #fff;
    font-weight: 300;
    margin: 40px 0 0;
    max-width: 25%;
}

.swiper.swiper-references {
    width: 100vw;
    position: relative;
}

.swiper-references .swiper-slide {}

.swiper-references .swiper-slide .images {
    background-color: #181A1B;
    border-radius: 5px;
    padding: 10px;
}

.swiper-references .swiper-slide .images img {
    height: 120px;
    object-fit: contain;
}


/*** JOURNALS ***/

.bilge-journals {}

.bilge-journals .bilge-journals-wrapper {
    background-color: #E3000F;
    margin: 0 50px;
    padding: 75px 0;
}

.bilge-journals .row {}

.bilge-journals .journals-content {}

.bilge-journals .journals-content .title {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 5px;
}

.bilge-journals .journals-content p {
    color: #fff;
    font-family: 'Sora', sans-serif !important;
    font-size: 14px;
    font-weight: 200;
    max-width: 50%;
}

.bilge-journals .journals-form {}

.bilge-journals .journals-form form {}

.bilge-journals .journals-form form .bilge-input-group {
    display: flex;
    margin: 0;
}

.bilge-journals .journals-form form .bilge-input-group input {
    background-color: #ffffff4d;
    border: unset;
    color: #fff;
    font-size: 13px;
    height: 55px;
    padding: 0 20px;
    border-radius: 15px 0 0 15px;
    font-family: 'Sora', sans-serif !important;
}

.bilge-journals .journals-form form .bilge-input-group input::placeholder {
    color: #fff;
    font-family: 'Sora', sans-serif !important;
}

.bilge-journals .journals-form form .bilge-input-group button {
    background-color: #fff;
    color: #E3000F;
    font-size: 14px;
    font-weight: 600;
    width: 130px;
    border-radius: 0 15px 15px 0;
}


/*** FOOTER ***/

.bilge-footer {}

.bilge-footer .bilge-footer-menus {
    padding: 50px 0 75px;
}

.bilge-footer .bilge-footer-menus .bilge-footer-menus-group {}

.bilge-footer .bilge-footer-menus .bilge-footer-menus-group .row {}

.bilge-footer .bilge-footer-menus .bilge-footer-menus-group .row .col {}

.bilge-footer .bilge-footer-menus .bilge-footer-menus-group .footer-menu-item {}

.bilge-footer .bilge-footer-menus .bilge-footer-menus-group .footer-menu-item.worked .title {
    justify-content: flex-end;
}

.bilge-footer .bilge-footer-menus .bilge-footer-menus-group .footer-menu-item .title {
    font-size: 14px;
    font-weight: 200;
    letter-spacing: 8px;
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0 0 20px;
    font-family: 'Sora', sans-serif !important;
    color: #808080;
}

.bilge-footer .bilge-footer-menus .bilge-footer-menus-group .footer-menu-item .title i {
    color: #E3000F;
    font-size: 14px;
    line-height: 1;
    margin: 0 0 3px;
}

.bilge-footer .bilge-footer-menus .bilge-footer-menus-group .footer-menu-item .menu-content {}

.bilge-footer .bilge-footer-menus .bilge-footer-menus-group .footer-menu-item .menu-content ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.bilge-footer .bilge-footer-menus .bilge-footer-menus-group .footer-menu-item.worked .menu-content ul {
    align-items: flex-end;
}

.bilge-footer .bilge-footer-menus .bilge-footer-menus-group .footer-menu-item .menu-content ul li {}

.bilge-footer .bilge-footer-menus .bilge-footer-menus-group .footer-menu-item .menu-content ul li p {
    font-family: 'Sora', sans-serif !important;
    font-size: 12px;
    font-weight: 300;
    text-align: end;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 10px;
}

.bilge-footer .bilge-footer-menus .bilge-footer-menus-group .footer-menu-item .menu-content ul li p::before {
    content: "";
    width: 5px;
    height: 5px;
    display: block;
    background-color: #000;
}

.bilge-footer .bilge-footer-menus .bilge-footer-menus-group .footer-menu-item.worked .menu-content ul li p {}

.bilge-footer .bilge-footer-menus .bilge-footer-menus-group .footer-menu-item .menu-content ul li .social-links {}

.bilge-footer .bilge-footer-menus .bilge-footer-menus-group .footer-menu-item .menu-content ul li .social-links .social-links-group {}

.bilge-footer .bilge-footer-menus .bilge-footer-menus-group .footer-menu-item .menu-content ul li .social-links .social-links-group a {
    color: #000;
    border-color: #D4D4D8;
    gap: 0;
    width: 30px;
    height: 30px;
}

.bilge-footer .bilge-footer-menus .bilge-footer-menus-group .footer-menu-item .menu-content ul li .social-links .social-links-group a::before {
    display: none;
}

.bilge-footer .bilge-footer-menus .bilge-footer-menus-group .footer-menu-item .menu-content ul li a.contact-links {
    font-weight: 400;
}

.bilge-footer .bilge-footer-menus .bilge-footer-menus-group .footer-menu-item .menu-content ul li a.contact-links::before {
    display: none;
}

.bilge-footer .bilge-footer-menus .bilge-footer-menus-group .footer-menu-item .menu-content ul li a.contact-links img {
    width: 20px;
}

.bilge-footer .bilge-footer-menus .bilge-footer-menus-group .footer-menu-item .menu-content ul li a {
    font-size: 14px;
    font-weight: 300;
    font-family: 'Sora', sans-serif !important;
    display: flex;
    align-items: center;
    gap: 10px;
}

.bilge-footer .bilge-footer-menus .bilge-footer-menus-group .footer-menu-item .menu-content ul li a::before {
    content: "";
    width: 5px;
    height: 5px;
    display: block;
    background-color: #000;
}

.bilge-footer .bilge-footer-menus .bilge-footer-menus-group .footer-menu-item .menu-content ul li a:hover {
    color: #E3000F
}

.bilge-footer-tops {}

.bilge-footer-tops {}

.bilge-footer-tops .bilge-footer-tops-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #C1C1C1;
    padding: 20px 0;
}

.bilge-footer-tops .bilge-footer-tops-group .logo {}

.bilge-footer-tops .bilge-footer-tops-group .logo a {}

.bilge-footer-tops .bilge-footer-tops-group .logo a img {
    width: 150px;
}

.bilge-footer-tops .bilge-footer-tops-group .tops-content {}

.bilge-footer-tops .bilge-footer-tops-group .tops-content .content {
    text-align: end;
    color: #333333;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
}

.bilge-footer-tops .bilge-footer-tops-group .tops-content .content span {
    display: block;
    font-weight: 100;
}

.bilge-footer .bilge-footer-copyright {
    padding: 30px 0;
}

.bilge-footer .bilge-footer-copyright .bilge-footer-copyright-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bilge-footer .bilge-footer-copyright .bilge-footer-copyright-group .copyright-col {}

.bilge-footer .bilge-footer-copyright .bilge-footer-copyright-group .copyright-col.contact {
    display: flex;
    align-items: center;
    gap: 50px;
}

.bilge-footer .bilge-footer-copyright .bilge-footer-copyright-group .copyright-col img.logo {
    width: 100px;
    margin: 0 0 10px;
}

.bilge-footer .bilge-footer-copyright .bilge-footer-copyright-group .copyright-col p {
    font-size: 14px;
    line-height: 1;
}

.bilge-footer .bilge-footer-copyright .bilge-footer-copyright-group .copyright-col .copyright-contact-item {
    display: flex;
    flex-direction: column;
}

.bilge-footer .bilge-footer-copyright .bilge-footer-copyright-group .copyright-col .copyright-contact-item span {
    font-weight: 300;
    font-size: 12px;
}

.bilge-footer .bilge-footer-copyright .bilge-footer-copyright-group .copyright-col .copyright-contact-item a {
    font-size: 16px;
    font-weight: 500;
}


/** SYSTEMS PAGE **/

.systems-page {
    margin: 50px 0;
}

.systems-page .systems-page-content {
    padding: 0 60px 0 0;
}

.systems-page .systems-page-content .breadcrumb {}

.systems-page .systems-page-content .title {
    border-bottom: .5px solid #000;
    margin: 0 0 20px;
    padding: 0 0 20px;
}

.systems-page .systems-page-content .title span {
    font-weight: 400;
}

.systems-page .systems-page-content p {
    font-size: 14px;
    font-weight: 300;
    font-family: 'Sora', sans-serif !important;
    margin: 0 0 20px;
    line-height: 28px;
}

.systems-page .systems-page-content .title h1 {
    color: #333333;
    font-size: 35px;
    font-family: 'Sora', sans-serif !important;
    font-weight: 700;
    margin: 0;
    letter-spacing: 1px;
}

.systems-list {
    margin: 0 0 100px;
}

.systems-list .bilge-systems-list-wrapper {}

.systems-list .bilge-systems-list-wrapper .system-list-slider {}

.swiper.swiper-system-list {}

.swiper.swiper-system-list .swiper-slide {}

.systems-card {}

.systems-card .card-images {
    background-color: #F8F8F8;
    aspect-ratio: 3/4;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.systems-card .card-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.systems-card .card-content {
    margin: 10px 0 0;
}

.systems-card .card-content h3 {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.systems-content {
    margin: 0 0 50px;
}

.systems-content .row {
    --bs-gutter-x: 50px;
    --bs-gutter-y: 40px;
    margin-bottom: 50px;
}

.systems-content .row:last-child {
    margin-bottom: 0;
}

.systems-content .content {
    margin: 0;
    padding-right: 20px;
}

.systems-content .content p {
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 1em;
}

.systems-content .content p:last-child {
    margin-bottom: 0;
}

.systems-content .content h2 {
    font-family: 'Sora', sans-serif !important;
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 15px;
}

.systems-content .media {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 340px;
}

.systems-content .media img {
    width: 100%;
    height: 400px;
    display: block;
    object-fit: cover;
    object-position: center center;
}


/** PROJECTS PAGE **/

.projects-page {
    margin: 50px 0;
}

.projects-page .projects-page-wrapper {}

.projects-page .projects-page-wrapper .breadcrumb {}

.projects-page .projects-page-wrapper .bilge-head {}

.projects-page .projects-page-wrapper .bilge-head h1 {}

.projects-page .projects-page-wrapper .projects-list {}

.projects-page .projects-page-wrapper .projects-list .row {
    --bs-gutter-y: 30px;
}

.projects-card {
    background-color: #FAFAFA;
    display: block;
    border-radius: 0 0 20px 20px;
}

.projects-card .card-image {}

.projects-card .card-image img {
    object-fit: cover;
    height: 300px;
}

.projects-card .card-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 25px;
}

.projects-card .card-content .card-col {}

.projects-card .card-content .card-col .subtitle {
    color: #d1d1d1;
    font-size: 13px;
    line-height: 1;
    margin: 0 0 5px;
}

.projects-card .card-content .card-col h3 {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}

.projects-card .card-content .card-col .button {}

.projects-card .card-content .card-col .button .projects-button {
    background-color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.projects-card .card-content .card-col .button .projects-button.circle-effect::before {}

.projects-card .card-content .card-col .button .projects-button i {}



/** PROJECT DETAIL **/

.project-detail-page {
    margin: 50px 0 100px;
}

.project-detail-page .breadcrumb {
    margin: 0 0 40px;
}

.project-detail-page .project-detail-wrapper {}

.project-detail-page .project-detail-wrapper .row {}

.project-detail-page .project-detail-wrapper .media {
    position: relative;
    overflow: hidden;
}

.project-detail-page .project-detail-wrapper .media img {
    height: 500px;
    object-fit: contain;
    width: 100%;
}

.project-detail-page .project-detail-slider .swiper-project-detail {
    position: relative;
}

.project-detail-page .project-detail-slider .swiper-project-detail .swiper-slide img {
    width: 100%;
    height: 500px;
    object-fit: contain;
    object-position: center center;
    display: block;
}

.project-detail-page .project-detail-slider .swiper-project-detail-pagination {
    position: absolute;
    bottom: 15px;
    z-index: 10;
}

.project-detail-page .project-detail-slider .swiper-button-prev,
.project-detail-page .project-detail-slider .swiper-button-next {
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.project-detail-page .project-detail-slider .swiper-button-prev::after,
.project-detail-page .project-detail-slider .swiper-button-next::after {
    font-size: 18px;
}

.project-detail-page .project-detail-wrapper .detail-content {
    padding: 0 0 0 50px;
}

.project-detail-page .project-detail-wrapper .detail-content h1 {
    font-size: 35px;
    font-weight: 400;
    border-bottom: .5px solid #000;
    padding: 0 0 15px;
    margin: 0 0 15px;
}

.project-detail-page .project-detail-wrapper .detail-content p {
    font-weight: 400;
    font-size: 15px;
    margin: 0 0 15px;
    line-height: 30px;
}

.detail-info {
    padding: 0 0 0 50px;
    margin: 40px 0 0;
}

.detail-info .detail-info-group {
    display: flex;
    gap: 30px;
}

.detail-info .detail-info-group .detail-item {
    display: flex;
    align-items: center;
    height: 40px;
}

.detail-info .detail-info-group .detail-item .label {
    font-size: 12px;
    color: #CFCFCF;
    font-weight: 400;
    border-right: 1px solid #D9D9D9;
    height: 100%;
    place-content: center;
    padding: 0 15px 0 0;
}

.detail-info .detail-info-group .detail-item .value {
    font-size: 16px;
    font-weight: 500;
    padding: 0 0 0 15px;
}

.project-list {
    margin: 0 0 50px;
}

.project-list .bilge-head {
    margin: 0 0 20px;
}

.project-list .bilge-head h2 {
    font-size: 30px;
    font-family: 'Sora', sans-serif !important;
}

.project-list .bilge-head h2 span {
    font-weight: 300;
}

.project-list .project-list-wrapper {}

.project-list .project-list-wrapper .projects-card {
    background-color: transparent;
}

.project-list .project-list-wrapper .projects-card .card-content {
    padding: 15px 0;
}

.project-list .project-list-wrapper .projects-card .card-image img {
    border-radius: 10px;
}

.swiper.swiper-project-list {}



/** PRODUCTION LIST **/

.production-page {
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.production-page::before {
    content: "";
    width: 600px;
    height: 600px;
    border-radius: 100%;
    position: absolute;
    border: 1px solid #fff;
    left: -10%;
    top: 20%;
}

.production-page::after {
    content: "";
    width: 600px;
    height: 600px;
    border-radius: 100%;
    position: absolute;
    border: 1px solid #fff;
    left: 22%;
    top: 20%;
}

.production-page .production-page-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.production-page .production-page-wrapper .production-col {}

.production-page .production-page-wrapper .production-col .title {
    color: #fff;
    font-family: 'Sora', sans-serif !important;
    line-height: 35px;
    font-size: 28px;
    font-weight: 200;
}

.production-page .production-page-wrapper .production-col .title strong {
    display: block;
    font-family: 'Sora', sans-serif !important;
    font-weight: 600;
    font-size: 45px;
    line-height: 45px;
}

.production-page .production-page-wrapper .production-col .production-boxes {
    background-color: #ffffffe3;
    padding: 30px 25px;
    border-radius: 10px;
    width: 500px;
    position: relative;
    z-index: 99;
}

.production-page .production-page-wrapper .production-col .production-boxes h1 {
    font-family: 'Sora', sans-serif !important;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: -1px;
}

.production-page .production-page-wrapper .production-col .production-boxes p {
    font-family: 'Sora', sans-serif !important;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}


.production-content {
    margin: 0 0 200px;
}

.production-content .row {}

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

.production-content .content .first-image {
    width: 50%;
}

.production-content .content .first-image img {
    width: 400px;
    height: 500px;
    object-fit: cover;
}

.production-content .content .second-image {
    transform: rotate(5deg);
    background-color: #F7F7F7;
    padding: 10px;
    width: 50%;
}

.production-content .content .second-image img {
    width: 350px;
    height: 400px;
    object-fit: cover;
}

.production-content .content-main {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.production-content .row:nth-child(even) .content-main {
    padding-right: 200px;
}

.production-content .row:nth-child(odd) .content-main {
    padding-left: 200px;
}

.production-content .content-main h2 {
    font-family: 'Sora', sans-serif !important;
    font-size: 30px;
    font-weight: 600;
    line-height: 35px;
}

.production-content .content-main h2 span {
    display: block;
    font-weight: 100;
}

.production-content .content-main p {
    font-family: 'Sora', sans-serif !important;
    font-size: 14px;
    font-weight: 200;
    line-height: 26px;
    margin: 0 0 10px;
}


/** BLOG **/

.bilge-blog-page {
    margin: 50px 0;
}

.bilge-blog-page .bilge-blog-page-container {}

.bilge-blog-page .bilge-blog-page-container .bilge-blog-page-wrapper {}

.bilge-blog-page .bilge-blog-page-head {
    margin: 0 0 50px;
}

.bilge-blog-page .bilge-blog-page-head .breadcrumb {
    margin: 0 0 40px;
}

.bilge-blog-page .bilge-blog-page-head h1 {
    font-size: 35px;
    font-weight: 600;
    line-height: 40px;
    font-family: 'Sora', sans-serif !important;
}

.bilge-blog-page .bilge-blog-page-head p {
    font-size: 15px;
    max-width: 30%;
    font-family: 'Sora', sans-serif !important;
    font-weight: 300;
}

.bilge-blog-page .bilge-blog-page-body {}

.bilge-blog-page .bilge-blog-page-body .bilge-blog-page-body-wrapper {}

.bilge-blog-page .bilge-blog-page-body .bilge-blog-page-body-wrapper .row {
    --bs-gutter-y: 25px;
}

.bilge-blog-page .bilge-blog-page-body .bilge-blog-page-body-wrapper .row .col-lg-6,
.bilge-blog-page .bilge-blog-page-body .bilge-blog-page-body-wrapper .row .col-md-6 {
    display: flex;
}

.blog-card {
    position: relative;
    margin: 0;
    display: block;
    width: 100%;
    height: 320px;
    overflow: hidden;
}

.blog-card::before {
    content: "";
    background: #00000000;
    background: -moz-linear-gradient(180deg, #00000000 0%, #050505 100%);
    background: -webkit-linear-gradient(180deg, #00000000 0%, #050505 100%);
    background: linear-gradient(180deg, #00000000 0%, #050505 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: .6;
    border-radius: 0;
}

.blog-card .card-image {
    position: absolute;
    inset: 0;
}

.blog-card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.blog-card .card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    padding: 0 30px 30px 30px;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
    z-index: 9;
}

.blog-card .card-content h2 {
    color: #fff;
    font-size: 22px;
    font-family: 'Sora', sans-serif !important;
    width: 70%;
}

.blog-card .card-content .projects-button {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffffcc;
    border-radius: 100%;
    color: #000;
}

.blog-card .card-content .projects-button.circle-effect::before {
    z-index: 0;
    background-color: rgb(255 255 255 / 15%);
}

.blog-card .card-content .bilge-button img {}


/** BLOG DETAY **/

.bilge-blog-detail {
    margin: 50px 0 150px;
}

.bilge-blog-detail .bilge-blog-detail-wrapper {}

.bilge-blog-detail .bilge-blog-detail-wrapper .breadcrumb {
    margin: 0 0 50px;
}

.bilge-blog-detail .bilge-blog-detail-wrapper .blog-media {
    margin: 0 0 50px;
}

.bilge-blog-detail .bilge-blog-detail-wrapper .blog-media .main {
    object-fit: cover;
    height: 400px;
}

.bilge-blog-detail .bilge-blog-detail-wrapper .blog-content {}

.bilge-blog-detail .bilge-blog-detail-wrapper .blog-content h1 {
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 20px;
    font-family: 'Sora', sans-serif !important;
}

.bilge-blog-detail .bilge-blog-detail-wrapper .blog-content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    margin: 0 0 20px;
    font-family: 'Sora', sans-serif !important;
    letter-spacing: -.5px;
}


/** CONTACT PAGE **/

.bilge-contact-page {
    margin: 50px 0;
}

.bilge-contact-page .bilge-contact-page-wrapper {}

.bilge-contact-page .bilge-contact-page-wrapper .breadcrumb {
    margin: 0 0 30px;
}

.bilge-contact-page .bilge-contact-page-wrapper .media {
    margin: 0 0 70px;
}

.bilge-contact-page .bilge-contact-page-wrapper .media img {
    height: 400px;
    object-fit: cover;
}

.bilge-contact-page .bilge-contact-page-wrapper .bilge-contact-page-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bilge-contact-page .bilge-contact-page-wrapper .bilge-contact-page-head .title {
    width: 60%;
}

.bilge-contact-page .bilge-contact-page-wrapper .bilge-contact-page-head .title .subtitle {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 10px;
}

.bilge-contact-page .bilge-contact-page-wrapper .bilge-contact-page-head .title h1 {
    font-size: 60px;
    font-weight: 500;
}

.bilge-contact-page .bilge-contact-page-wrapper .bilge-contact-page-head .social-links {}

.bilge-contact-page .bilge-contact-page-wrapper .bilge-contact-page-head .social-links .social-links-group {
    flex-direction: column;
}

.bilge-contact-page .bilge-contact-page-wrapper .bilge-contact-page-head .social-links .social-links-group a {
    border-color: #B7B7B7;
    width: 40px;
    height: 40px;
    font-size: 16px;
    color: #000;
}

.bilge-contact-page .bilge-contact-page-wrapper .bilge-contact-page-head .social-links .social-links-group a i {}

.bilge-contact-page .bilge-contact-page-wrapper .bilge-contact-page-body {
    margin: 50px 0 0;
}

.bilge-contact-page .bilge-contact-page-wrapper .bilge-contact-page-body .bilge-contact-page-form {}

.bilge-contact-page .bilge-contact-page-wrapper .bilge-contact-page-body .bilge-contact-page-form .bilge-input-group {}

.bilge-contact-page .bilge-contact-page-wrapper .bilge-contact-page-body .bilge-contact-page-form .bilge-input-group input,
.bilge-contact-page .bilge-contact-page-wrapper .bilge-contact-page-body .bilge-contact-page-form .bilge-input-group textarea {
    font-size: 14px;
}

.bilge-contact-page .bilge-contact-page-wrapper .bilge-contact-page-body .bilge-contact-page-form .bilge-input-group input::placeholder {}

.bilge-contact-page .bilge-contact-page-wrapper .bilge-contact-page-body .bilge-contact-page-form .form-action-buttons {
    display: flex;
    gap: 20px;
}

.bilge-contact-page .bilge-contact-page-wrapper .bilge-contact-page-body .bilge-contact-page-form .form-action-buttons .bilge-submit {
    background-color: #dedede40;
    border: unset;
    height: 50px;
    padding: 0 25px;
    color: #A4A4A4;
    font-size: 15px;
    font-weight: 500;
    position: relative;
}

.bilge-contact-page .bilge-contact-page-wrapper .bilge-contact-page-body .bilge-contact-page-form .form-action-buttons .whatsapp {
    background-color: #dc00241c;
    border: unset;
    height: 50px;
    padding: 0 70px 0 50px;
    color: #DC0024;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    display: flex;
    width: fit-content;
    align-items: center;
}

.bilge-contact-page .bilge-contact-page-wrapper .bilge-contact-page-body .bilge-contact-page-form .form-action-buttons .whatsapp i {
    position: absolute;
    right: 15px;
}

.bilge-contact-page .bilge-contact-page-info {
    background-color: #FAFAFA;
    margin: 50px 0 0;
    padding: 50px 0;
}

.bilge-contact-page .bilge-contact-page-info .bilge-contact-page-info-wrapper {}

.bilge-contact-page .bilge-contact-page-info .bilge-contact-page-info-wrapper .row {}

.bilge-contact-page .bilge-contact-page-info .bilge-contact-page-info-wrapper .info-title {}

.bilge-contact-page .bilge-contact-page-info .bilge-contact-page-info-wrapper .info-title h2 {
    font-size: 45px;
    font-weight: 700;
}

.bilge-contact-page .bilge-contact-page-info .bilge-contact-page-info-wrapper .info-list {}

.bilge-contact-page .bilge-contact-page-info .bilge-contact-page-info-wrapper .info-list ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.bilge-contact-page .bilge-contact-page-info .bilge-contact-page-info-wrapper .info-list ul li {}

.bilge-contact-page .bilge-contact-page-info .bilge-contact-page-info-wrapper .info-list ul li a {
    font-size: 18px;
    font-weight: 500;
}


/** ABOUT PAGE **/

.about-page {
    background-color: #2F2F2F;
    margin: 0 0 50px;
}

.about-page .about-page-wrapper {}

.about-page .about-page-wrapper .about-image {}

.about-page .about-page-wrapper .about-image img {
    height: 500px;
    object-fit: cover;
}

.about-page .about-page-wrapper {}

.about-page .about-page-wrapper .about-page-content {
    margin: 40px 0;
}

.about-page .about-page-wrapper .about-page-content h1 {
    font-family: 'Sora', sans-serif !important;
    color: #fff;
    font-size: 45px;
    line-height: 50px;
}

.about-page .about-page-wrapper .about-page-content h1 span {
    font-weight: 300;
}

.about-page .about-page-wrapper .about-page-content p {
    font-family: 'Sora', sans-serif !important;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -.5px;
    line-height: 28px;
}

.about-page .about-page-wrapper .about-page-content-item {
    background-color: #fff;
    margin: 0 0 25px;
}

.about-page .about-page-wrapper .about-page-content-item .about-page-content-group {
    display: flex;
    padding: 20px;
}

.about-page .about-page-wrapper .about-page-content-item .about-page-content-group .media {
    width: 50%;
}

.about-page .about-page-wrapper .about-page-content-item .about-page-content-group .media img {}

.about-page .about-page-wrapper .about-page-content-item .about-page-content-group .content {
    width: 50%;
    padding: 30px;
}

.about-page .about-page-wrapper .about-page-content-item .about-page-content-group .content h2 {
    font-family: 'Sora', sans-serif !important;
    font-size: 30px;
    font-weight: 600;
}

.about-page .about-page-wrapper .about-page-content-item .about-page-content-group .content p {
    font-family: 'Sora', sans-serif !important;
    font-size: 14px;
    font-weight: 200;
    line-height: 28px;
    margin: 0 0 20px;
}

.about-page .about-page-wrapper .about-page-content-item .about-page-content-group .content ul {
    padding: 0 0 0 20px;
}

.about-page .about-page-wrapper .about-page-content-item .about-page-content-group .content ul li {
    list-style: outside;
}

.about-page .about-page-wrapper .about-page-content-item .about-page-content-group .content ul li span {
    font-family: 'Sora', sans-serif !important;
    font-size: 14px;
    font-weight: 400;
}



.search-action {}

.search-action img {
    width: 24px;
}

.search-action svg {
    width: 24px;
    height: 24px;
    stroke: #fff;
}

.search-action i {
    color: #fff;
    font-size: 30px;
    line-height: 1;
    font-weight: 100;
    position: relative;
    top: 5px;
    display: none;
}

.search-action svg path {}

.links-group {
    display: flex;
    align-items: center;
    gap: 15px;
}

body .bilge-button {
    height: 55px;
    background-color: #E3000F;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
    border-radius: 10px;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    width: fit-content;
    gap: 5px;
}

body .bilge-button:hover {
    background-color: #C27D1F !important;
}

body .bilge-button.transparent {
    background-color: #ffffff52;
}

body .bilge-button img {
    width: 20px;
    margin: 0 0 3px;
}

body .bilge-button i {}

.bilge-head {
    display: flex;
    position: relative;
    margin: 0 0 40px;
}

.bilge-head .head-col {
    width: 50%;
}

.bilge-head h1 {
    font-size: 40px;
    line-height: 45px;
    font-weight: 600;
    color: #E3000F;
    margin: 0 0 15px;
}

.bilge-head h1 span {
    color: #BCBCBC;
    display: block;
    font-weight: 400;
}

.bilge-head .subtitle {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    margin: 0 0 20px;
    line-height: 1;
    width: fit-content;

}

.bilge-head h3 {
    font-size: 40px;
    line-height: 45px;
    font-weight: 600;
    color: #E3000F;
    margin: 0 0 15px;

}

.bilge-head h3 span {
    color: #BCBCBC;
    display: block;

    font-weight: 400;
}

.bilge-head h2 {}

.bilge-head p {
    font-size: 14px;
    font-weight: 400;
    max-width: 75%;
    line-height: 20px;
}

.bilge-head .bilge-head-col {}

.bilge-head a {
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 3px;
}

.bilge-head a i {
    line-height: 1;
}

.swiper-navigation-button {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    position: relative;
}

.swiper-navigation-button img {
    width: 24px;
}

body .swiper {
    display: none;
}

body .swiper.swiper-horizontal,
body .swiper.swiper-vertical {
    display: block;
}



/** START HEAD SUB MENU  **/

.sub-head-menu {
    position: absolute;
    top: 65px;
    width: 300px;
    display: none;
}

.sub-head-menu.active {
    appearance: auto;
    opacity: 1;
    transform: translate(0, 0);
    display: block;
    transition: all .4s ease;
}

.sub-head-menu .sub-head-menu-wrapper {
    background-color: #FAFAFA;
    margin: 60px 0 0;
}

.sub-head-menu .sub-head-menu-wrapper .sub-head-menu-group {}

.sub-head-menu .sub-head-menu-wrapper .sub-head-menu-group .sub-head-menu-title {
    background-color: #E3000F;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-head-menu .sub-head-menu-wrapper .sub-head-menu-group .sub-head-menu-title::before {
    content: "";
}

.sub-head-menu .sub-head-menu-wrapper .sub-head-menu-group .sub-head-menu-title .title {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
}

.sub-head-menu .sub-head-menu-wrapper .sub-head-menu-group .sub-head-menu-list {
    padding: 40px 30px;
}

header.bilge-header .bilge-head-main .sub-head-menu .sub-head-menu-wrapper .sub-head-menu-group .sub-head-menu-list ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.sub-head-menu .sub-head-menu-wrapper .sub-head-menu-group .sub-head-menu-list ul li {
    display: block;
    width: 100%;
}

.sub-head-menu .sub-head-menu-wrapper .sub-head-menu-group .sub-head-menu-list ul li:not(:last-child) {}

header.bilge-header .bilge-head-main .sub-head-menu .sub-head-menu-wrapper .sub-head-menu-group .sub-head-menu-list ul li a {
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 200;
    width: 100%;
    font-size: 12px;
}

header.bilge-header .bilge-head-main .sub-head-menu .sub-head-menu-wrapper .sub-head-menu-group .sub-head-menu-list ul li a:hover {
    color: #E3000F;
}

.sub-head-menu .sub-head-menu-wrapper .sub-head-menu-group .sub-head-menu-list ul li a i {
    margin: 0 0 2px;
    font-size: 12px;
}

/** END HEAD SUB MENU  **/



/** START PAGE HEAD  **/

body .breadcrumb {
    margin: 0 0 15px;
}

body .breadcrumb ul {
    display: flex;
    gap: 5px;
}

body .breadcrumb ul li {
    color: #D2D2D2;
    font-size: 14px;
    font-weight: 100;
}

body .breadcrumb ul li a {}

body .breadcrumb ul li i {
    font-size: 14px;
}

body .breadcrumb ul li a::after {
    content: "/";
}

body .breadcrumb ul li:last-child {
    color: #000;
}


/** MENU BUTTON **/

.menu-button {
    background-color: #ffffff33;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

header.mega-menu-active .menu-button {
    position: relative;
    z-index: 99;
    background-color: #DC0024;
}

header.mega-menu-active .menu-button::before {
    background-color: #dc00242b;
}

.sub-menu-active .menu-button {
    background-color: #DC0024;
}

.sub-menu-active .menu-button.circle-effect::before {
    background-color: #dc00242b;
}

.menu-button .menu-button-group {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: fit-content;
}

.menu-button span {
    height: 1px;
    display: block;
    background-color: #fff;
}

.menu-button span:nth-child(1) {
    width: 18px;
}

.menu-button span:nth-child(2) {
    width: 14px;
}

.menu-button span:nth-child(3) {
    width: 8px;
}

.menu-button.active span:nth-child(1) {
    transform: rotate(45deg);
    width: 18px;
    top: 4px;
}

.menu-button.active span:nth-child(2) {
    display: none;
}

.menu-button.active span:nth-child(3) {
    width: 18px;
    transform: rotate(-45deg);
    top: -2px;
}

.menu-button.active span {
    position: relative;
}

.circle-effect {
    position: relative;
}

.circle-effect::before {
    content: "";
    width: 70px;
    height: 70px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(255 255 255 / 10%);
    border-radius: 100%;
    z-index: -1;
}

.bilge-navigation {}

.bilge-navigation .navigation-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;
    position: absolute;
    right: 100%;
    height: 100%;
    border-right: 1px solid #D4D4D8;
    width: 130px;
    transform: translateX(calc(var(--bs-gutter-x) * .55));
}

.bilge-input-group {
    margin: 0 0 30px;
}

.bilge-input-group input,
.bilge-input-group select,
.bilge-input-group textarea {
    width: 100%;
    border: unset;
    border-bottom: 1px solid #CACACA;
    height: 60px;
    font-size: 16px;
    color: #000;
}

.bilge-input-group input::placeholder,
.bilge-input-group select::placeholder,
.bilge-input-group textarea::placeholder {
    color: #000;
}

.bilge-input-group input {}

.bilge-input-group select {}

.bilge-input-group textarea {
    height: 120px;
}


/** MEGA MENU **/

.mega-menu-section {
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: 60vh;
    min-height: 350px;
    overflow-y: auto;
    z-index: 99;
    display: none;
}

.mega-menu-section .mega-menu-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mega-menu-section .mega-menu-wrapper .mega-menu-list {}

.mega-menu-section .mega-menu-wrapper .mega-menu-list ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.mega-menu-section .mega-menu-wrapper .mega-menu-list {
    width: 100%;
    max-width: 100%;
}

.mega-menu-section .mega-menu-wrapper .mega-menu-list ul li {}

.mega-menu-section .mega-menu-wrapper .mega-menu-list ul li {
    width: 100%;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mega-menu-section .mega-menu-parent {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.mega-menu-section .mega-menu-wrapper .mega-menu-list ul li a {
    font-family: 'Sora', sans-serif !important;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.mega-menu-section .mega-menu-wrapper .mega-menu-list ul li a i {
    color: #c0c0c0;
}

/* Mega menü alt menü (Sistemler, Kurumsal) - aşağı doğru açılır */
.mega-menu-section .mega-submenu {
    display: none;
    list-style: none;
    padding: 10px 0 10px 20px;
    margin: 8px 0 0;
    border-left: 2px solid #E3000F;
    width: 100%;
    align-self: center;
}

.mega-menu-section .mega-submenu li {
    max-width: none;
}

.mega-menu-section .mega-submenu li a {
    font-size: 16px !important;
    font-weight: 500 !important;
}

.mega-menu-section .mega-menu-parent.active i {
    transform: rotate(180deg);
    transition: transform .3s ease;
}

/* LANGUAGE SWITCHER */

body .bilge-language-switcher {}

body .bilge-language-switcher .bilge-language-switcher-card {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

body .bilge-language-switcher .bilge-language-switcher-card .bilge-language-switcher-flag {}

body .bilge-language-switcher .bilge-language-switcher-card .bilge-language-switcher-flag i {
    color: #fff;
    font-size: 24px;
    font-weight: 100;
}

body .bilge-language-switcher .bilge-language-switcher-card .bilge-language-switcher-flag img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

body .bilge-language-switcher .bilge-language-switcher-card .bilge-language-switcher-content {
    line-height: 1;
}

body .bilge-language-switcher .bilge-language-switcher-card .bilge-language-switcher-content .label {
    color: rgb(255 255 255 / 50%);
    font-size: 12px;
    line-height: 1;
    display: block;
    margin: 0 0 5px;
}

body .bilge-language-switcher .bilge-language-switcher-card .bilge-language-switcher-content .language {
    display: flex;
    align-items: center;
    gap: 5px;
}

body .bilge-language-switcher .bilge-language-switcher-card .bilge-language-switcher-content .language span {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

body .bilge-language-switcher .bilge-language-switcher-card .bilge-language-switcher-content .language i {
    color: #fff;
    font-size: 14px;
    line-height: 1;
}

body .bilge-language-switcher .bilge-language-dropdown {
    position: absolute;
    background-color: #fff;
    width: 150px;
    padding: 15px;
    border-radius: 12px;
    margin: 0;
    display: none;
    z-index: 999999;
}

body .bilge-language-switcher .bilge-language-dropdown ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    display: flex;
}

body .bilge-language-switcher .bilge-language-dropdown ul li {}

body .bilge-language-switcher .bilge-language-dropdown ul li .bilge-language-item {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #000;
    gap: 10px;
    height: auto !important;
}

body .bilge-language-switcher .bilge-language-dropdown ul li .bilge-language-item .flag {}

body .bilge-language-switcher .bilge-language-dropdown ul li .bilge-language-item .flag img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

body .bilge-language-switcher .bilge-language-dropdown ul li .bilge-language-item .text {}

.bilge-video-content{
    height: 100%;
    display: flex;
    align-items: center;
}
.bilge-video-content .bilge-head{
    flex-direction: column;
}
.bilge-video-content .bilge-head h2{color: #333333;font-size: 26px;font-weight: 700;font-family: 'Sora', sans-serif !important;}
.bilge-video-content .bilge-head p{
    font-size: 15px;
    font-weight: 300;
    font-family: 'Sora', sans-serif !important;
}