@font-face {
    font-family: "SourceSansPro";
    src: url("../fonts/SourceSansPro-Black.otf") format("opentype");
    font-weight: 900;
    /* Black */
    font-style: normal;
}

@font-face {
    font-family: "SourceSansPro";
    src: url("../fonts/SourceSansPro-Bold.otf") format("opentype");
    font-weight: 700;
    /* Bold */
    font-style: normal;
}

@font-face {
    font-family: "SourceSansPro";
    src: url("../fonts/SourceSansPro-Semibold.otf") format("opentype");
    font-weight: 600;
    /* Semibold */
    font-style: normal;
}

@font-face {
    font-family: "SourceSansPro";
    src: url("../fonts/SourceSansPro-Regular.otf") format("opentype");
    font-weight: 400;
    /* Regular */
    font-style: normal;
}

@font-face {
    font-family: "SourceSansPro";
    src: url("../fonts/SourceSansPro-Light.otf") format("opentype");
    font-weight: 300;
    /* Light */
    font-style: normal;
}

@font-face {
    font-family: "SourceSansPro";
    src: url("../fonts/SourceSansPro-ExtraLight.otf") format("opentype");
    font-weight: 200;
    /* ExtraLight */
    font-style: normal;
}

body {
    font-family: "Barlow", sans-serif;
}

a {
    text-decoration: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

header {
    padding: 0 70px;
    height: 80px;
    display: flex;
    align-items: center;
    position: relative;
}

header .logo {
    border-right: 1px solid #0033a1;
    padding-right: 30px;
}

header .header-items {
    cursor: pointer;
}

header .header-menu {
    padding-left: 30px;
    display: flex;
    align-items: center;
    gap: 30px;
    height: 100%;
}

header .header-menu .header-items {
    color: #0033a1;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

header .header-menu .header-items .header-sub-menu-wrapper {
    position: absolute;
    top: 100%;
    z-index: 13;
    visibility: hidden;
    background: #0133a1;
}

header .header-menu .header-items .header-sub-menu-wrapper:hover {
    visibility: visible;
}

header .header-menu .header-items .header-sub-menu-wrapper:hover~.header-bg-wrapper {
    opacity: 1;
}

header .header-menu .header-items .header-sub-menu-wrapper .header-sub-menu {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 17px 0;
    width: max-content;
    padding: 0 20px;
}

header .header-menu .header-items .header-sub-menu-wrapper .header-sub-menu .header-sub-menu-items:before {
    content: "";
    position: absolute;
    width: 0%;
    height: 1px;
    bottom: -1px;
    transition: 0.4s;
}

header .header-menu .header-items .header-sub-menu-wrapper .header-sub-menu .header-sub-menu-items:hover:before {
    content: "";
    width: 100%;
    background: white;
}

header .header-menu .header-items .header-sub-menu-wrapper .header-sub-menu .header-sub-menu-items {
    position: relative;
    color: #dddddd;
    font-family: Barlow;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2px;
    padding: 10px 0;
    border-bottom: 1px solid #ffffff57;
}

header .header-menu .header-items .header-sub-menu-wrapper .header-sub-menu .header-sub-menu-items:hover {
    color: #fff;
}

header .header-menu .header-items .header-sub-menu-wrapper .header-sub-menu .header-sub-menu-items:last-child {
    border-bottom: unset !important;
}

header .header-bg-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #0033a1;
    height: 0;
    opacity: 0;
    transition: opacity 0.4s ease, height 0.4s ease;
    z-index: 1;
    display: none !important;
}

.header-items-menu:hover .header-sub-menu-wrapper {
    visibility: visible !important;
    opacity: 1;
}

.header-items-menu:hover~.header-bg-wrapper {
    opacity: 1;
    height: auto;
}

.header-items-menu:hover .header-sub-menu-wrapper+.header-bg-wrapper {
    height: auto;
}

.main-image {
    height: calc(100vh - 100px);
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    background-attachment: fixed;
    /* position: sticky;
    top: 0;
    z-index: -1; */
    background-size: cover;
}

.main-banner-social-absolute {
    display: flex;
    align-items: center;
    gap: 30px;
    position: absolute;
    bottom: 100px;
}

.main-banner-social-absolute .text1 {
    color: #fff;
    font-family: "SourceSansPro";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 2.8px;
}

@media (max-width:990px) {
    .main-banner-social-absolute {
        bottom: 40px;
        display: none;
    }
}

.center-text {
    display: flex;
    height: 95%;
    align-items: center;
    justify-content: center;
}

.center-text .title {
    color: #fff;
    font-family: "SourceSansPro";
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 4.8px;
}

.takip-text {
    color: #fff;
    font-family: "SourceSansPro";
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2.8px;
    text-transform: uppercase;
}

.absolute-img {
    width: 100%;
}

.absolute-img .title {
    color: #fff;
    font-size: 50px;
    font-weight: 400;
    font-family: "SourceSansPro";
}

.absolute-img .text {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    font-family: "SourceSansPro";
}

.absolute-img .daha-fazla {
    color: #fff;
    font-family: "SourceSansPro";
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    border-left: 1px solid #fff;
    padding-left: 20px;
    position: relative;
    width: fit-content;
}

.absolute-right {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.absolute-right .right-items {
    color: #0033a1;
    font-family: "SourceSansPro";
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2.8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    padding: 24px;
    transition: .4s;
    text-transform: uppercase;
}

.absolute-right .right-items.active {
    color: #fff;
    background-color: #0033a1;
}

.absolute-right .right-items:hover {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.absolute-right .right-items.hakkimizda:hover {
    background-image: url(../img/bg-hakkimizda.png);
}

.absolute-right .right-items.tarihcemiz:hover {
    background-image: url(../img/bg-tarihcemiz.png);
}

.absolute-right .right-items.vizyon-misyon:hover {
    background-image: url(../img/bg-vizyon.png);
}

.absolute-right .right-items.global-operasyon:hover {
    background-image: url(../img/bg-global.png);
}

.absolute-right .right-items.sosyal-sorumluluk:hover {
    background-image: url(../img/bg-sosyal.png);
}

.line-left {
    height: 130px;
    width: 1px;
    background-color: #a3a3a3;
    position: relative;
}

.line-left::before {
    content: "";
    width: 20px;
    height: 10px;
    background-color: #0033a1;
    position: absolute;
    top: 23%;
    transform: translate(-50%, 50%);
    left: 50%;
}

header .header-menu .header-items:before {
    content: "";
    position: absolute;
    bottom: 28px;
    width: 0;
    height: 1px;
    background: #0033a1;
    z-index: 1;
    transition: 0.4s;
}

header .header-menu .header-items:hover:before {
    width: 100%;
}

.left-sidebar {
    display: flex;
    flex-direction: column;
    gap: 30px;
    border-left: 1px solid #a3a3a3;
    padding: 30px 0 30px 30px;
    position: relative;
    position: sticky;
    top: 0;
    left: 0;
    height: fit-content;
}

/* .left-sidebar::before {
    content: "";
    position: absolute;
    top: 35px;
    left: -10px;
    width: 20px;
    height: 10px;
    background-color: #0033a1;
  } */
.left-sidebar .title {
    color: #a3a3a3;
    font-family: "SourceSansPro";
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2.8px;
    text-transform: uppercase;
}

.left-sidebar .title.active {
    color: #0033a1;
}

.left-sidebar-date {
    display: flex;
    flex-direction: column;
    gap: 50px;
    width: 133px;
    align-items: center;
}

.left-sidebar-date .date-text {
    color: #0033a1;
    font-family: "SourceSansPro";
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: none;
}

.left-sidebar-date .date-text.active {
    display: block;
}

.date-texts p {
    display: none;
}

.date-texts p.active {
    display: block;
}

.main-banner-social {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 70px;
}

.main-banner-social .text {
    color: #fff;
    font-family: "SourceSansPro";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 2.8px;
}

.mt-200 {
    margin-top: 200px;
}

.mt-100 {
    margin-top: 100px;
}

footer {
    background-color: #fff;
    padding: 40px 0;
    margin-top: 50px;
}

.footer-logo {
    max-width: 200px;
}

.social-links {
    display: flex;
    gap: 20px;
    justify-content: flex-end;
}

.social-link {
    color: #000;
    font-size: 20px;
    transition: color 0.3s ease;
}

.social-link:hover {
    color: #ff0000;
}

.footer-links {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.footer-links a {
    color: #666;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #000;
}

@media (max-width: 768px) {
    .social-links {
        justify-content: center;
        margin-top: 20px;
    }

    .footer-logo {
        display: block;
        margin: 0 auto;
    }
}

.ref-div {
    position: relative;
    padding: 10px 10px 10px 0;
}

.ref-div .ref-hover {
    visibility: hidden;
    background-color: #fff;
    padding: 10px;
    position: absolute;
    bottom: -40px;
    left: 50%;
    width: 220px;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
}

.ref-div .ref-hover a {
    color: #0033a1;
    text-align: center;
    font-family: "SourceSansPro";
    font-size: 14px;
    font-weight: 700;
}

.ref-div:hover .ref-hover {
    visibility: visible;
    z-index: 1;
}

.right-page {
    border-top: 1px solid #000;
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.right-page .title {
    color: #191919;
    font-family: "SourceSansPro";
    font-size: 26px;
    font-weight: 600;
    text-decoration: underline;
}

.right-page .title.two {
    font-size: 20px;
}

.right-page .text {
    color: #a3a3a3;
    font-family: "SourceSansPro";
    font-size: 18px;
    font-weight: 400;
}

.linkedin-card {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
}

.linkedin-card .name {
    color: #191919;
    font-size: 20px;
    font-weight: 700;
    font-family: "SourceSansPro";
}

.linkedin-card .title {
    color: #a3a3a3;
    text-align: center;
    font-family: "SourceSansPro";
    font-size: 20px;
    font-weight: 400;
}

.mobile-bars-button {
    display: none;
}

.pt-100 {
    padding-top: 100px;
}

.adresler-tabs .nav-tabs {
    border: none;
    display: flex;
    align-items: center;
    gap: 30px;
}

.adresler-tabs .nav-tabs .nav-link {
    border: none;
    padding: 0;
}

.adresler-tabs .nav-link {
    color: #a3a3a3;
    font-family: "SourceSansPro";
    font-size: 20px;
    font-weight: 600;
}

.adresler-tabs .sm-title {
    color: #191919;
    font-family: "SourceSansPro";
    font-size: 18px;
    font-weight: 600;
}

.adresler-tabs .sm-text {
    color: #a3a3a3;
    font-family: "SourceSansPro";
    font-size: 18px;
    font-weight: 400;
}

.company-page {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.company-page .text {
    color: #fff;
    font-family: "SourceSansPro";
    font-weight: 400;
    font-size: 22px;
}

.link-company {
    padding: 14px 20px;
    background-color: #191919;
    color: #fff;
    font-family: "SourceSansPro";
    font-size: 20px;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.link-company-text {
    color: #fff;
    font-family: "SourceSansPro";
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2.8px;
    border-left: 1px solid #fff;
    padding-left: 20px;
}

.input-text {
    color: #191919;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2.8px;
    font-family: "SourceSansPro";
}

.contact-input {
    border-bottom: 1px solid #a3a3a3;
    border-right: none;
    border-left: none;
    border-top: none;
}

.contact-input:focus {
    outline: none;
}

.gonder-button {
    padding: 14px;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 4px;
    font-family: "SourceSansPro";
    background-color: #0033a1;
    text-transform: uppercase;
    border: none;
}


.article-text {
    color: #a3a3a3;
    font-family: "SourceSansPro";
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.riht-page li::marker {
    color: #A3A3A3;
}

.article-text p,
.article-text ul {
    margin-bottom: 1.5rem;
}

.article-text ul {
    padding-left: 1rem;
}

.prev-button.mobile {
    display: none;
}

.next-button.mobile {
    display: none;
}

@media (max-width: 990px) {
    .prev-button.web {
        display: none;
    }

    .next-button.web {
        display: none;
    }

    .prev-button.mobile {
        display: block;
    }

    .next-button.mobile {
        display: block;
    }

    .link-company {
        font-size: 18px;
    }

    .company-page .text {
        font-size: 18px;
    }

    header .header-menu {
        display: none;
    }

    header .logo {
        border: none;
    }

    header {
        padding: 20px;
        justify-content: space-between;
    }

    .mobile-bars-button {
        display: block;
    }

    .mobile-bars-button .bars-button {
        background-color: #0033a1;
    }

    header .mobile-items {
        color: #0033a1;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 2.4px;
    }

    header .mobile-sm-items {
        color: #0033a1;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 2px;
    }

    .mobile-bars-button .offcanvas-end {
        width: 80%;
    }

    .absolute-img .title {
        font-size: 40px;
    }

    .absolute-img .text {
        font-size: 20px;
    }

    .main-image {
        height: calc(100vh - 86px);
    }

    .main-image.baskan {
        margin-top: -54px;
        height: auto;
    }

    .mt-200 {
        margin-top: 50px;
    }

    .right-page {
        border: none;
        padding-top: 0;
    }

    .right-page .text {
        font-size: 16px;
    }

    footer {
        padding: 30px 20px;
        margin-top: 50px;
    }

    footer .footer-baglanti {
        font-size: 30px;
    }

    footer .footer-right {
        align-items: start;
    }

    footer .footer-ref {
        justify-content: center;
    }

    footer .footer-social {
        justify-content: center;
    }

    .center-text .title {
        text-align: center;
    }

    .takip-edin-yazisi-div {
        justify-content: center !important;
    }

    .ref-hover {
        display: none !important;
    }

    .mt-100 {
        margin-top: 50px;
    }

    .pt-100 {
        padding-top: 0;
    }
}

.image-gallery {
    display: flex;
    width: 100%;
    max-width: 100%;
    overflow-x: scroll;
    gap: 20px;
    padding-bottom: 30px;
}

.image-gallery .image-box {
    width: 40%;
    min-width: 40%;
    height: 252px;
}

.image-gallery .image-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.image-gallery::-webkit-scrollbar {
    height: 5px;
}

.image-gallery::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
}

.image-gallery::-webkit-scrollbar-thumb {
    height: 5px;
    background-color: #191919;
}

.image-gallery::-webkit-scrollbar-thumb:hover {
    background-color: #191919;
}

.web-footer-bg {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .1;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 41%;
    width: 40vw;
    transform: translateX(-50%);
}

.linkedin-button-hidden {
    transition: 0.4s;
    background-color: #0033A1;
    padding: 9px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    font-family: "SourceSansPro";
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
}

.linkedin-card:hover .linkedin-button-hidden {
    position: absolute;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.linkedin-button-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.linkedin-card:hover .title {
    opacity: 0;
}

.contact-title-sm {
    color: #191919;
    font-family: "SourceSansPro";
    font-size: 20px;
    font-weight: 600;
}

.contact-text-sm {
    color: #A3A3A3;
    font-family: "SourceSansPro";
    font-size: 18px;
    font-weight: 400;
}

@media (max-width:990px) {
    .web-footer-bg {
        display: none;
    }
}


.absolute-img .daha-fazla:hover svg {
    animation: moveRightAndBack 0.7s infinite;
}

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

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0);
    }
}

.main-banner-social-absolute a:hover svg {
    transform: scale(1.3);
}

.main-banner-social-absolute a svg {
    transition: 0.4s;
}

.absolute-img .daha-fazla:hover:before {
    height: 100%
}

.absolute-img .daha-fazla:before {
    content: "";
    height: 100%;
    background: #0033a1;
    width: 1px;
    position: absolute;
    z-index: 1;
    left: -1px;
    height: 0;
    top: 0;
    transition: 0.4s;
}

.sticky-left-side {
    position: sticky;
    top: 50px;
}

@media(max-width:990px) {
    .left-sidebar-date {
        flex-direction: unset;

    }
}

.left-sidebar .title:first-child.active:before {
    content: "";
    position: absolute;
    left: -10px;
    top: 35px;
    width: 20px;
    height: 10px;
    background-color: #0033a1;
}

.left-sidebar .title:last-child.active:before {
    content: "";
    position: absolute;
    left: -10px;
    top: 87px;
    width: 20px;
    height: 10px;
    background-color: #0033a1;
}

.left-sidebar .title:nth-of-type(5).active:before {
    content: "";
    position: absolute;
    left: -10px;
    top: 87px;
    width: 20px;
    height: 10px;
    background-color: #0033a1;
}

.ref-div img {
    width: 4vw;
}

@media(max-width:990px) {
    .company-page .img-company.haus {
        height: 100px;
    }

    .company-page .img-company {
        height: 45px;
    }

    .company-page .img-company img {
        height: 100%;
    }
}


.slider-container {
    position: relative;
    width: 100%;
    height: 90vh;
    overflow: hidden;
}

.video-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.video-slide.active {
    opacity: 1;
}

.video-slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-text {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    z-index: 10;
    width: 80%;
}

.slider-text h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.slider-text p {
    font-size: 1.5rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.companies-section {
    padding: 80px 0;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.companies-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #f8f9fa 25%, transparent 25%) -50px 0,
        linear-gradient(225deg, #f8f9fa 25%, transparent 25%) -50px 0,
        linear-gradient(315deg, #f8f9fa 25%, transparent 25%),
        linear-gradient(45deg, #f8f9fa 25%, transparent 25%);
    background-size: 100px 100px;
    background-color: #ffffff;
    opacity: 0.4;
    z-index: 1;
}

.companies-section .container {
    position: relative;
    z-index: 2;
}

.section-title {
    font-size: 24px;
    font-weight: 600;
    color: #0033a1;
    margin-bottom: 3rem;
    position: relative;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background-color: #0033a1;
}

.company-logo {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.company-logo::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 51, 161, 0.03) 0%, rgba(255, 255, 255, 0) 100%);
    opacity: 0;
    transition: all 0.3s ease;
}

.company-logo:hover {
    box-shadow: 0 5px 15px rgba(0, 51, 161, 0.1);
    transform: translateY(-5px);
}

.company-logo:hover::before {
    opacity: 1;
}

.company-logo img {
    max-width: 100%;
    height: 50px;
    object-fit: contain;
    position: relative;
    z-index: 1;
}

@media (max-width: 768px) {
    .companies-section {
        padding: 40px 0;
    }

    .section-title {
        font-size: 2rem;
    }
}

.vision-section {
    background-color: #8C8E90;
    padding: 100px 0;
    position: relative;
    /* overflow: hidden; */
}

.vision-content {
    padding-right: 20px;
}

.vision-title {
    color: #ffffff;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 30px;
}

.vision-text {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.6;
    opacity: 0.9;
}

.vision-image {
    position: relative;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.orange-img {
    position: absolute;
    z-index: 2;
    width: 120%;
    height: auto;
    top: -150px;
    right: -10%;
}

@media (max-width: 991px) {

    .rowGrey {
        margin-top: 60px !important;
    }
    .vision-section {
        padding: 60px 0;
    }

    .vision-content {
        padding-right: 0;
        margin-bottom: 40px;
        text-align: center;
    }

    .vision-title {
        font-size: 36px;
    }

    .vision-image {
        height: 300px;
    }

    .orange-img {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        margin: 0 auto;
    }
}

.contact-info-section {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.contact-card {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    height: 100%;
    transition: transform 0.3s ease;
}

.contact-card:hover {
    transform: translateY(-5px);
}

.contact-title {
    color: #0033a1;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #eee;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-text {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

.contact-text i {
    color: #0033a1;
    width: 25px;
    margin-right: 10px;
}

.contact-map {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

@media (max-width: 768px) {
    .contact-info-section {
        padding: 40px 0;
    }

    .contact-card {
        margin-bottom: 20px;
    }

    .contact-title {
        font-size: 20px;
    }

    .contact-text {
        font-size: 14px;
    }
}

.homeRow3 {
    background: #fff;
    display: flex;
    margin: 70px 0px;
}

.homeRow3 .content {
    width: 70%;
    padding-left: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 18px;
    position: relative;
}

.homeRow3 .content h2 {
    font-weight: 700;
    color: #7B868C;
    padding-bottom: 20px;
}

.homeRow3 .hero {
    width: 30%;
}

.homeRow3 .hero img {
    width: 100%;
}

.homeRow2 {
    background: #fff;
    display: flex;
}

.homeRow2 .content {
    width: 50%;
    padding-left: 15%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 18px;
    position: relative;
}

.homeRow2 .content h2 {
    font-weight: 700;
}

.homeRow2 .hero {
    width: 50%;
}

.homeRow2 .hero img {
    width: 100%;
}

.homeRow1 {
    background: #7B868C url(../img/logo_icon-white.svg) no-repeat;
    background-position-y: 99%;
    background-position-x: -60%;
    background-size: 75%;
    overflow: hidden;
    display: flex;
}

.homeRow1 .content {
    width: 50%;
    padding: 8% 0 8% 1%;
    margin-left: 46%;
    font-size: 18px;
    color: #fff;
    transform: skewX(30deg);
    position: relative;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

.homeRow1 .content span {
    transform: skewX(-30deg);
    display: inline-block;
}

.homeRow1 .content h2 {
    font-weight: 700;
}


@media (max-width:767px) {
    @-webkit-keyframes pagedownarrow {
        0% {
            -webkit-transform: translateY(-80px);
            -webkit-opacity: 0;
        }

        70% {
            -webkit-transform: translateY(0px);
            -webkit-opacity: 1;
        }

        90% {
            -webkit-transform: translateY(0px);
            -webkit-opacity: 1;
        }

        100% {
            -webkit-opacity: 0;
        }
    }

    @keyframes pagedownarrow {
        0% {
            transform: translateY(-40px);
            opacity: 0;
        }

        70% {
            transform: translateY(0px);
            opacity: 1;
        }

        90% {
            transform: translateY(0px);
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
    }

    .homeRow1 {
        background: #7B868C;
    }

    .homeRow1 .content {
        transform: skewX(0deg);
        padding: 20px;
        margin: 0;
        width: 100%;
    }

    .homeRow1 .content span {
        transform: skewX(0deg);
    }

    .homeRow1 .content h2,
    .homeRow2 .content h2,
    .homeRow3 .content h2,
    .homeRow4 .content h2 {
        font-size: 20px;
    }

    .homeRow1 .content p,
    .homeRow2 .content,
    .homeRow3 .content,
    .homeRow4 .content {
        font-size: 16px;
    }

    .homeRow2 {
        flex-direction: column-reverse;
    }

    .homeRow2 .content,
    .homeRow2 .hero {
        width: 100%;
    }

    .homeRow2 .content {
        padding: 20px;
    }

    .homeRow3 {
        display: inline-block;
    }

    .homeRow3 .content,
    .homeRow3 .hero {
        width: 100%;
    }

    .homeRow3 .content {
        padding: 20px;
    }

    .homeRow4 {
        flex-direction: column-reverse;
    }

    .homeRow4 .content,
    .homeRow4 .hero {
        width: 100%;
    }

    .homeRow4 .content {
        padding: 20px;
    }

    .homeRow4 .hero {
        margin-left: 0;
    }

    .homeRow4 br {
        display: none;
    }

    .rowGrey {
        padding-bottom: 20px;
        margin-top: 60px;
    }

    .rowGrey .content {
        padding-top: 20px;
    }

    .rowGrey .hero img {
        padding: 0;
    }

    .group_col-md7 div {
        width: 50%;
        padding: 0 .5rem;
        margin-bottom: 1rem;
    }

    .bg-history {
        background-color: #7B868C;
        background-image: none;
    }

    #timeline {
        display: none;
    }

    .mobile-dn {
        display: none;
    }

    .plyButton {
        bottom: 30%;
    }
}



.rowGrey {
    width: 100%;
    background: #7B868C;
    /* margin-top: 200px; */
    /* margin-bottom: 100px; */
    padding-bottom: 20px;
    padding-left: 60px;
    overflow: hidden;
}

.rowGrey .content {
    padding-top: 80px;
    color: #fff;
}

.rowGrey .hero {
    width: 100%;
    background: #fff;
    position: relative;
}

.rowGrey .hero img {
    width: 100%;
    padding-top: 60px;
}

.rowGrey h1 {
    font-weight: 700;
}

.rowGrey p {
    font-size: 18px;
}

.rowGrey .content a {
    color: #fff;
}

.rowGrey .content a:hover {
    color: #000;
}

.rowGrey .directors {}

.rowGrey .directors h2 {
    font-weight: 700;
    font-size: 20px;
    margin: 1rem 0 0 0;
}

.rowGrey .directors p {
    font-size: 14px;
    margin-bottom: .2rem
}

.rowGrey .directors img {
    width: 100%;
    margin-top: 1rem;
}

.rowGrey hr {
    border-top: 1px solid #fff;
}

.maskGrey {
    left: -1px;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: url(../img/mask-grey.svg) no-repeat;
    background-size: cover;
}

.maskWhite {
    left: -1px;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: url(../img/mask-white.svg) no-repeat;
    background-size: cover;
}

@media (max-width:767px) {
    .rowGrey {
        padding-bottom: 20px;
        margin-top: 60px;
        padding: 24px;
    }

    .rowGrey .content {
        padding-top: 20px;
    }

    .rowGrey .hero img {
        padding: 0;
    }

    .hero {
        width: 100%;
    }
}

.main-image.baskan {
    height: auto !important;
}



.globalMap {position:relative;}
.globalMap  button {border:none;padding:0;background:0;}
.globalMap .pinRed {position:absolute;z-index:4;width:28px;top:20%;left:53%;}
.globalMap .pinRed_1 {position:absolute;z-index:4;width:20px;top:20%;left:51%;}
.globalMap .pinRed_2 {position:absolute;z-index:4;width:20px;top:14%;left:49.8%;}
.globalMap .pinRed_3 {position:absolute;z-index:4;width:20px;top:11%;left:48%;}
.globalMap .pinRed_4 {position:absolute;z-index:4;width:20px;top:22%;left:40%;}
.globalMap .pinRed_5 {position:absolute;z-index:4;width:20px;top:24%;left:12%;}

.globalMap .pinGreen_1 {position:absolute;z-index:4;width:20px;top:22.4%;left:48.8%;}
.globalMap .pinGreen_2 {position:absolute;z-index:4;width:20px;top:26%;left:42.2%;}
.globalMap .pinGreen_3 {position:absolute;z-index:4;width:20px;top:28%;left:39%;}

.tooltip-arrow { border-top-color:rgba(0,0,0,0.60); opacity: .6;}
.tooltip-inner {background-color:rgba(0,0,0,0.60);padding:10px 20px; text-shadow:none;border:none;}

