.bg-color-1 {
    background: linear-gradient(45deg, #1f518154, #9d9d9d00, #1f51810f);
}

.bg-color-2 {
    background: linear-gradient(45deg, #9d9d9d00, #1f518129, #1f51810f);
}

.bg-color-3 {
    background: linear-gradient(181deg, #00000000, #1f518138);
}

.site-main.page .page-header {
    background: linear-gradient(180deg, #1f518100, #1f518175, #c7c7c738, #1f518154) !important;
}

.site-main.page .page-content.login .login-area .box .form-control {
    border-radius: 25px;
}

input.form-control {
    border-radius: 25px !important;
}

.site-main.page .page-content.support .right .select2-selection {
    height: 38px;
    outline: none;
    box-shadow: none;
    border: 1px solid #ddd;
    border-radius: 25px !important;
}

.select2-container--default .select2-results__option--disabled {
    color: #999;
    border-radius: 25px !important;
}

.site-main.page .page-content.login .login-area .box .btn-login:hover,
.site-main.page .page-content.login .login-area .box .btn-login:focus,
.site-main.page .page-content.login .login-area .box .btn-login:active {
    border-radius: 25px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    border-radius: 25px;
}

.home-map {
    position: relative;
    /* Overlay'ı mutlak konumlandırmak için */
}

.title-area {
    position: relative;
    /* Göreceli konumlandırma */
    z-index: 1;
    /* Yazıların üzerinde olmasını sağlar */
}

.home-map::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 15%);
    /* Karartı rengi ve opaklığı */
    z-index: 0;
    /* Overlay'ın yazıların altında olmasını sağlar */
}

.site-main .home-map .title-area .description {
    margin: 20px 0px;
    font-size: 1em;
}

/* Search Button CSS */
.search-form-area form button {
    border-radius: 25px !important;
    transition: background-color 0.3s ease;
    /* Arka plan rengi için geçiş efekti */
}

/* Butona hover durumunda siyah arka plan ve animasyon ekleyelim */
.search-form-area form button:hover {
    background-color: #000;
    /* Butona hover durumunda siyah arka plan */
}

/* Scrolbar CSS*/
/* Scrollbar genişliği ve rengi */
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
    width: 10px;
    /* Scrollbar genişliği */
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
    background-color: #888;
    /* Scrollbar rengi */
    border-radius: 5px;
    /* Scrollbar kenar yarıçapı */
}

/* Scrollbar hover efekti */
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb:hover {
    background-color: #555;
    /* Hover durumunda scrollbar rengi */
}

/* Scrollbar kenarları */
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    /* Scrollbar arka plan rengi */
    border-radius: 5px;
    /* Scrollbar kenar yarıçapı */
}

/* Scrollbar kenarlarına gölge */
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    /* Scrollbar kenarlarına gölge */
}

.site-main .home-products {
    padding-top: 0px;
}

.sticky .sticky2 img.img-full {
    margin-top: 0rem !important;
}

img.img-full {
    max-width: 100%;
}

/* Masaüstü için */
@media only screen and (min-width: 768px) {
    img.img-full {
        max-width: 90%;
    }
}

.m-b-start {
    margin-block-start: auto;
}

/* Sticky olmadığında görüntülenecek görsel */
.normal-logo {
    display: block;
    /* veya inline-block, görüntünün özelliğine göre */
}

/* Sticky olduğunda görüntülenecek görsel */
.sticky-logo {
    display: none;
}

/* Sticky olduğunda görüntülenecek görsel */
header.sticky .sticky-logo {
    display: block;
    /* veya inline-block, görüntünün özelliğine göre */
}

/* Sticky olmadığında görüntülenecek görsel */
header.sticky .normal-logo {
    display: none;
}

/* Eğer .sticky-logo aktifse ve header da sticky class'ı varsa normal logo gizlensin */
header.sticky .sticky-logo {
    display: block;
}

/* Eğer .sticky-logo aktif değilse veya header da sticky class'ı yoksa sticky logo gizlensin */
header:not(.sticky) .normal-logo {
    display: block;
}

/* Sticky olmadığında normal logo görünsün */
header:not(.sticky) .normal-logo {
    display: block;
}

/* Sticky olduğunda sticky logo görünsün */
header.sticky .sticky-logo {
    display: block;
}

/* Diğer durumlarda normal logo varsayılan olarak görünsün */
.normal-logo {
    display: block;
}

/* Diğer durumlarda sticky logo varsayılan olarak gizli olsun */
.sticky-logo {
    display: none;
}

/* TIMELINE */
.timeline {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 5px 25px 5px rgba(0, 0, 0, 0.2);
}

.timeline .swiper-container {
    height: 600px;
    width: 100%;
    position: relative;
}

.timeline .swiper-wrapper {
    transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
}

.timeline .swiper-slide {
    position: relative;
    color: #fff;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.timeline .swiper-slide::after {
    content: "";
    position: absolute;
    z-index: 1;
    right: -115%;
    bottom: -10%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    box-shadow: -230px 0 150px 60vw rgba(0, 0, 0, 0.7);
    border-radius: 100%;
}

.timeline .swiper-slide-content {
    position: absolute;
    text-align: center;
    width: 80%;
    max-width: 310px;
    right: 50%;
    top: 13%;
    transform: translate(50%, 0);
    font-size: 12px;
    z-index: 2;
}

.timeline .swiper-slide .timeline-year {
    display: block;
    font-style: italic;
    font-size: 42px;
    margin-bottom: 50px;
    transform: translate3d(20px, 0, 0);
    color: #d4a024;
    font-weight: 300;
    opacity: 0;
    transition: 0.2s ease 0.4s;
}

.timeline .swiper-slide .timeline-title {
    font-weight: 800;
    font-size: 34px;
    margin: 0 0 30px;
    opacity: 0;
    transform: translate3d(20px, 0, 0);
    transition: 0.2s ease 0.5s;
}

.timeline .swiper-slide .timeline-text {
    line-height: 1.5;
    opacity: 0;
    transform: translate3d(20px, 0, 0);
    transition: 0.2s ease 0.6s;
}

.timeline .swiper-slide-active .timeline-year {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: 0.4s ease 1.6s;
}

.timeline .swiper-slide-active .timeline-title {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: 0.4s ease 1.7s;
}

.timeline .swiper-slide-active .timeline-text {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: 0.4s ease 1.8s;
}

.timeline .swiper-pagination {
    right: 15% !important;
    height: 100%;
    display: none;
    flex-direction: column;
    justify-content: center;
    font-style: italic;
    font-weight: 300;
    font-size: 18px;
    z-index: 1;
}

.timeline .swiper-pagination::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.2);
}

.timeline .swiper-pagination-bullet {
    width: auto;
    height: auto;
    text-align: center;
    opacity: 1;
    background: transparent;
    color: #d4a024;
    margin: 15px 0 !important;
    position: relative;
}

.timeline .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    top: 8px;
    left: -32.5px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #d4a024;
    transform: scale(0);
    transition: 0.2s;
}

.timeline .swiper-pagination-bullet-active {
    color: #d4a024;
}

.timeline .swiper-pagination-bullet-active::before {
    transform: scale(1);
}

.timeline .swiper-button-next,
.timeline .swiper-button-prev {
    background-size: 20px 20px;
    top: 15%;
    width: 20px;
    height: 20px;
    margin-top: 0;
    z-index: 2;
    transition: 0.2s;
}

.timeline .swiper-button-prev {
    left: 8%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23d4a024'%2F%3E%3C%2Fsvg%3E");
}

.timeline .swiper-button-prev:hover {
    transform: translateX(-3px);
}

.timeline .swiper-button-next {
    right: 8%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23d4a024'%2F%3E%3C%2Fsvg%3E");
}

.timeline .swiper-button-next:hover {
    transform: translateX(3px);
}

@media screen and (min-width: 768px) {
    .timeline .swiper-slide::after {
        right: -30%;
        bottom: -8%;
        width: 240px;
        height: 50%;
        box-shadow: -230px 0 150px 50vw rgba(0, 0, 0, 0.7);
    }

    .timeline .swiper-slide-content {
        right: 30%;
        top: 50%;
        transform: translateY(-50%);
        width: 310px;
        font-size: 11px;
        text-align: right;
    }

    .timeline .swiper-slide .timeline-year {
        margin-bottom: 0;
        font-size: 32px;
    }

    .timeline .swiper-slide .timeline-title {
        font-size: 35px;
        margin: 0;
    }

    .timeline .swiper-pagination {
        display: flex;
    }

    .timeline .swiper-button-prev {
        top: 15%;
        left: auto;
        right: 15%;
        transform: rotate(90deg) translate(0, 10px);
    }

    .timeline .swiper-button-prev:hover {
        transform: rotate(90deg) translate(-3px, 10px);
    }

    .timeline .swiper-button-next {
        top: auto;
        bottom: 15%;
        right: 15%;
        transform: rotate(90deg) translate(0, 10px);
    }

    .timeline .swiper-button-next:hover {
        transform: rotate(90deg) translate(3px, 10px);
    }
}

@media screen and (min-width: 1024px) {
    .timeline .swiper-slide::after {
        right: -20%;
        bottom: -12%;
        width: 240px;
        height: 50%;
        box-shadow: -230px 0 150px 39vw rgba(0, 0, 0, 0.7);
    }

    .timeline .swiper-slide-content {
        right: 30%;
    }
}

/* BREADCRUMP */
#breadcrumb {
    list-style: none;
    display: inline-block;
}

#breadcrumb .fa {
    font-size: 14px;
}

#breadcrumb li {
    float: left;
}

#breadcrumb li a {
    color: #FFF;
    display: block;
    background: #3498db;
    text-decoration: none;
    position: relative;
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 5px;
    text-align: center;
    margin-right: 23px;
    margin-top: 10px
}

#breadcrumb li:nth-child(even) a {
    background-color: #2980b9;
}

#breadcrumb li:nth-child(even) a:before {
    border-color: #2980b9;
    border-left-color: transparent;
}

#breadcrumb li:nth-child(even) a:after {
    border-left-color: #2980b9;
}

#breadcrumb li:first-child a {
    padding-left: 15px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px 0 0 4px;
}

#breadcrumb li:first-child a:before {
    border: none;
}

#breadcrumb li:last-child a {
    padding-right: 15px;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0;
    border-radius: 0 4px 4px 0;
}

#breadcrumb li:last-child a:after {
    border: none;
}

#breadcrumb li a:before,
#breadcrumb li a:after {
    content: "";
    position: absolute;
    top: 0;
    border: 0 solid #3498db;
    border-width: 20px 10px;
    width: 0;
    height: 0;
}

#breadcrumb li a:before {
    left: -20px;
    border-left-color: transparent;
}

#breadcrumb li a:after {
    left: 100%;
    border-color: transparent;
    border-left-color: #3498db;
}

#breadcrumb li a:hover {
    background-color: #343434;
}

#breadcrumb li a:hover:before {
    border-color: #343434;
    border-left-color: transparent;
}

#breadcrumb li a:hover:after {
    border-left-color: #343434;
}

#breadcrumb li a:active {
    background-color: #343434;
}

#breadcrumb li a:active:before {
    border-color: #343434;
    border-left-color: transparent;
}

#breadcrumb li a:active:after {
    border-left-color: #343434;
}

ul#breadcrumb {
    margin: 0;
    padding: 0;
}

.site-main.page .page-header {
    padding: 95px 0 15px;
    border-bottom: 5px solid rgba(94, 93, 95, 0.2);
    position: relative;
}

.breadcrumb-h1 {
    margin: 10px 0 5px 0;
}

.site-main.page .page-header {
    background: none !important;
}


.site-main.page.career .page-header h1 {
    color: #1F5181 !important;
}

.site-main.page.career .page-header .breadcrumbs ul li {
    color: #582424;
    transition: all 0.5s;
}

.site-main.page.career .page-header .breadcrumbs ul li a {
    color: #222;
}

.site-main.page.career .page-header .breadcrumbs ul li:hover,
.site-main.page.career .page-header .breadcrumbs ul li:focus,
.site-main.page.career .page-header .breadcrumbs ul li:active,
.site-main.page.career .page-header .breadcrumbs ul li.active {
    color: rgba(34, 34, 34, 0.5);
}

.site-main .home-map {
    padding: 50px 0;
    /* background-position: right; */
    background-repeat: no-repeat;
    min-height: 550px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-position: center;
}

.site-main .home-map .title-area {
    text-align: start;
    background: rgba(255, 255, 255, 0.5);
    padding: 50px 40px;
}

header .header-top .bottom-menu-area #main-menu ul li {
    margin-right: 20px;
    float: left;
}

@media only screen and (max-width: 992px) {
    header .header-top #searchIcon {
        position: absolute;
        right: 65px;
        top: 10px;
        font-size: 1.5em;
        transition: all 0.5s;
    }

    header .header-top #mobile-menu-icon {
        display: block !important;
        position: absolute;
        right: 10px;
        font-size: 1.5em;
        top: 10px;
        color: #000000;
        transition: all 0.5s;
    }
}

header .header-top .bottom-menu-area #main-menu ul ul {
    display: none;
    position: absolute;
    min-width: 250px;
    padding-top: 0px !important;
    z-index: 60;
}

figure {
    margin: 10px 0px !important;
}

.wp-image-107 {
    width: 100% !important;
}



/* MESAN text animation */
@keyframes before-footer-anim {
    0% {
        background-position: 228px;
    }

    100% {
        background-position: -50px;
    }
}

.before-footer span {
    letter-spacing: 0;
    padding-right: 0;
    margin-right: 0;
    font-size: 4em;
    font-weight: 900;
    font-family: var(--montserrat);
    background-color: transparent;
    background-image: linear-gradient(45deg, #1f5181 50%, #343434 50%);
    background-size: 300% auto;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    background-position: 228px;
    transition: all 0.5s ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
    transition-duration: .4s;
}

[data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, transform;
}

[data-aos=fade-right] {
    transform: translate3d(-100px, 0, 0);
}

.text-right {
    text-align: right !important;
}

.p-0 {
    padding: 0 !important;
}

.collective {
    font-size: 1.3em;
    font-weight: 300;
    color: #173964;
    margin-top: -20px;
    position: relative;
    overflow: hidden;
    letter-spacing: 0;
}

.collective span {
    font-weight: 600;
}

/* FOOTER MESAN LOGO CSS */
.aos-animate[data-aos=fade-right]>.before-footer span.ornek {
    animation: before-footer-anim 1.1s linear forwards;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0);
}

[data-aos=fade-right].aos-animate {
    opacity: 1;
    transform: translateZ(0);
}

.otgs-development-site-front-end {
    display: none;
}


[data-aos^=fade][data-aos^=fade] {
    opacity: 1 !important;
    transition-property: opacity, transform;
}

/* CORUESEL CSS */
.owl-carousel .owl-item img {
    cursor: zoom-in;
    width: 100%;
    height: 60px;
    object-fit: cover;
    transition: all 0.5s;
}

.site-main.page .page-content.product-detail .gallery .big-image img {
    width: 100% !important;
    height: 365px !important;
    object-fit: contain !important;
    cursor: zoom-in;
}

.owl-item.active {
    width: 39px;
    margin-right: 0px;
}

/* FOOTER MESAN LOGO CSS */
.aos-animate[data-aos=fade-right] .before-footer span {
    animation: before-footer-anim 1.1s linear forwards;
}

.before-footer span {
    letter-spacing: 0;
    padding-right: 0;
    margin-right: 0;
    font-size: 4em;
    font-weight: 900;
    font-family: var(--montserrat);
    background-color: transparent;
    /* background-image: linear-gradient(45deg, #343434 50%, #004897 50%); */
    background-image: linear-gradient(45deg, #1f5181 50%, #343434 50%);
    background-size: 300% auto;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    /* Fallback for other browsers */
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    text-fill-color: transparent;
    /* Fallback for other browsers */
    background-position: 228px;
    transition: all 0.5s ease-in-out;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0);
}

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
    transition-duration: .4s;
}

[data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, transform;
}

[data-aos=fade-right] {
    transform: translate3d(-100px, 0, 0);
}

.text-right {
    text-align: right !important;
}

.p-0 {
    padding: 0 !important;
}

.collective {
    font-size: 1.3em;
    font-weight: 300;
    color: #173964;
    margin-top: -20px;
    position: relative;
    overflow: hidden;
    letter-spacing: 0;
}

.collective span {
    font-weight: 600;
}

/* MESAN yazısı üzerindeki animasyon */
@keyframes before-footer-anim {
    0% {
        background-position: 228px;
    }

    100% {
        background-position: -50px;
    }
}

/* Safari için özel uyumluluk düzenlemeleri */
@supports (-webkit-background-clip: text) {
    .before-footer span {
        background-clip: text;
        -webkit-background-clip: text;
    }
}

@supports (-webkit-text-fill-color: transparent) {
    .before-footer span {
        -webkit-text-fill-color: transparent;
    }
}


@media only screen and (min-width: 992px) {
    header .header-top {
        color: #fff;
        padding: 21px 0;
        position: relative;
        min-height: 65px;
    }
}