@font-face {
    font-family: DIN;
    font-weight: bold;
    src: url("/Content/fonts/DINBoldTr.otf") format("opentype");
}

@font-face {
    font-family: DIN;
    font-weight: 300;
    src: url("/Content/fonts/DINLightTr.otf") format("opentype");
}

@font-face {
    font-family: DIN;
    font-weight: 400;
    src: url("/Content/fonts/DINMediumTr.otf") format("opentype");
}

.bg-blue {
    background-color: #003275 !important;
}
.pagination .active > .page-link, .pagination .page-link.active {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff;
}
.pagination .page-link {
    color: #dc3545;
}
    .pagination .page-link:hover {
        z-index: 2;
        color: #dc3545;
        background-color: var(--bs-pagination-hover-bg);
        border-color: var(--bs-pagination-hover-border-color);
    }

#myBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #b4001c;
    border: 0;
    width: 40px;
    height: 40px;
    fill: #fff;
    z-index: 9999;
    border-radius: 50%;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #003275;
    --bs-btn-border-color: #003275;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #003275;
    --bs-btn-disabled-border-color: #003275;
    border-radius: 0;
}

body {
    font-family: DIN;
    font-weight: 400;
}

.h-0 {
    height: 0;
}

.lh-0 {
    line-height: 0.5 !important;
}

.lh-07 {
    line-height: 0.7 !important;
}

.bg-danger {
    background-color: #b4001c !important;
}

.bg-danger2 {
    background-color: #e4e4e4 !important;
}

.ff-base {
    font-family: var(--bs-body-font-family) !important;
}

.ff-din-light {
    font-family: DIN;
    font-weight: 300;
}

.ff-din-bold {
    font-family: DIN;
    font-weight: bold;
}

.ff-din {
    font-family: DIN;
    font-weight: 400;
}

.text-primary {
    color: #0D427A !important;
}

.text-blue {
    color: #101D4D !important;
}

.text-danger {
    color: #B4001C !important;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgb(10, 19, 53);
    background: linear-gradient(180deg, rgba(10, 19, 53, 1) 0%, rgba(6, 25, 73, 0.61) 60%, rgba(0, 34, 101, 0) 100%);
    font-family: DIN;
    font-weight: bold;
    z-index: 999;
}

.main-swiper-pagination {
    top: 50% !important;
    right: 15px !important;
    left: auto !important;
    width: fit-content !important;
    display: flex;
    flex-flow: column;
    align-items: center;
}

    .main-swiper-pagination .swiper-pagination-bullet {
        margin: 7px !important;
        background-color: #fff !important;
        opacity: .7 !important;
    }

    .main-swiper-pagination .swiper-pagination-bullet-active {
        width: 15px !important;
        height: 15px !important;
        opacity: 1 !important;
    }

.assets-section::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 2px;
    height: 80%;
    background-color: rgba(255, 255, 255, .3);
}

.portfolio-title {
    position: absolute;
    z-index: 1;
    background: #fff;
    padding: 4px 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -27px;
    width: max-content;
}

.portfolio-col {
    position: relative;
    text-align: center;
    overflow: hidden;
}

    .portfolio-col img {
        transition: .3s ease-in-out;
    }

    .portfolio-col:hover img {
        transform: scale(1.1);
        transition: .3s ease-in-out;
    }

.portfolio-box {
    background-color: rgba(0, 0, 0, .25);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    transition: .3s ease-in-out;
}

.portfolio-col:hover .portfolio-box {
    transition: .3s ease-in-out;
    background-color: rgba(0, 0, 0, .5);
}

.investor-col > .investor-box {
    height: 292.5px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.investor-col:nth-child(1) > .investor-box {
    background-color: #000C3C;
}

.investor-col:nth-child(2) > .investor-box {
    background-color: #004280;
}

.investor-col:nth-child(3) > .investor-box {
    background-color: #8EB0CD;
}

.investor-col:nth-child(4) > .investor-box {
    background-color: #002A80;
}

.investor-col:nth-child(5) > .investor-box {
    background-color: #002A80;
}

.investor-col:nth-child(6) > .investor-box {
    background-color: #0058CB;
}

.investor-title {
    position: absolute;
    z-index: 1;
    background: #fff;
    padding: 4px 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 20px;
    width: max-content;
}

.section-news-title {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.news-col {
    position: relative;
    text-align: center;
    overflow: hidden;
}

.news-box {
    padding: 40px;
    z-index: 1;
    position: absolute;
    left: 10%;
    right: 10%;
    bottom: 5%;
    background-color: rgba(255, 255, 255, .8);
}

.news-col:nth-child(2) .news-box {
    bottom: 30%;
}

footer {
    border-top: 1px solid #C9C9C9;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 54%, rgba(0, 0, 0, 0.15) 80%, rgba(0, 0, 0, 0.30) 100%);
}

.breadcrumb {
    display: flex;
    align-items: end;
    justify-content: center;
    text-align: center;
}

    .breadcrumb .title {
        margin-bottom: 6%;
        letter-spacing: -2.5px;
        text-shadow: 2px 2px 11px black;
    }

.portfolio-border {
    position: relative;
}
.portfolio-border::before {
    content: "";
    border-bottom: 3px solid #B4001C;
    position: absolute;
    margin: 0 auto;
    width: 100%;
    bottom: -2px;
    left: 0;
    right: 0;
}
.portfolio-border::after {
    content: "";
    position: absolute;
    margin: 0 auto;
    bottom: -10px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #B4001C;
}

.categorySwiper::after {
    border-bottom: 1px solid #B4001C;
    content: "";
    position: absolute;
    width: 100%;
    bottom: 15px;
}

    .about-nav .nav-link {
        position: relative;
		text-transform: uppercase;
    }

    .about-nav .active::before {
        content: "";
        border-bottom: 3px solid #B4001C;
        position: absolute;
        margin: 0 auto;
        width: 90%;
        bottom: -2px;
        left: 0;
        right: 0;
    }

    .about-nav .active::after {
        content: "";
        position: absolute;
        margin: 0 auto;
        bottom: -10px;
        left: 0;
        right: 0;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 8px solid #B4001C;
    }

.milestone-box {
    border: 2px solid #B4001C;
    position: relative;
}

    .milestone-box::before {
        content: "";
        position: absolute;
        right: -20px;
        top: 50px;
        border: solid #B4001C;
        border-width: 0 2px 2px 0;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        padding: 18px;
        background: #fff;
    }

.milestone-col {
    position: relative;
    height: fit-content;
}

    .milestone-col::after {
        top: 108px;
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-color: #B4001C;
        right: -10px;
    }

    .milestone-col.right::after {
        right: auto;
        left: -10px;
    }

    .milestone-col.right {
        margin-top: 150px;
    }

        .milestone-col.right .milestone-box::before {
            right: auto;
            left: -20px;
            transform: rotate(135deg);
            -webkit-transform: rotate(135deg);
        }

.milestone-row {
    position: relative;
}

    .milestone-row::after {
        content: "";
        position: absolute;
        width: 2px;
        top: 0;
        height: 100%;
        background-color: #B4001C;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

.about-section, .bg-section {
    background-image: url(/Content/upload/background.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

.border-bottom-red {
    width: 100%;
    height: 2px;
    display: block;
    background-color: #B4001C;
	text-indent: -999px;
}

.blockquote {
    border-left: 2px solid #B4001C;
    padding: 20px;
}

.vision-image {
    margin-top: -50px;
}

.director-box {
    background-color: #B4001C;
    padding: 10px 10px 10px 0;
    position: relative;
    text-align: center;
    color: #fff;
    height: 71px;
}

    .director-box::after {
        position: absolute;
        left: -49px;
        top: 0;
        bottom: 0;
        content: "";
        width: 0;
        height: 0;
        border-bottom: 71.5px solid #B4001C;
        border-left: 50px solid transparent;
    }

.director-dialog {
    display: none;
    max-width: 800px;
    padding: 0;
    background-image: url(/Content/upload/directors/director-bg.jpg);
    background-size: cover;
    background-position: right center;
}

    .director-dialog .bg-box {
        background-image: url(/Content/upload/directors/aziz-torun.jpg);
        background-size: cover;
        background-position: center;
        height: 100%;
    }

    .director-dialog .director-band {
        bottom: 0;
        right: 0;
        width: 92%;
    }
        .director-dialog .director-band::after {
            position: absolute;
            left: -56px;
            top: 0;
            bottom: 0;
            content: "";
            width: 0;
            height: 0;
            border-bottom: 56px solid #B4001C;
            border-left: 56px solid transparent;
        }
.investor-relation-category{
    position:relative;
}
.irc-title {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    color: #101D4D;
    transform: translate(-50%,-50%);
}
.irc-link {
    position: absolute;
    bottom: -13px;
    left: 50%;
    transform: translateX(-44%);
    background: #fff;
    padding: 15px 60px;
    box-shadow: 1px 1px 9px rgba(0,0,0,.5);
    text-decoration: auto;
    color: #101D4D;
    text-transform: uppercase;
    transition:.3s ease-in-out;
}
    .irc-link:hover {
        background-color: #B4001C;
        transition: .3s ease-in-out;
        color:#fff;
    }

.news-image {
    display: block;
    height: 700px;
    background-size:cover;
    background-position:center;
}
.announcement-img {
    width: 100%;
    height: 430px;
    background-size: cover;
    background-position: center;
    display:block;
}

.announcement-button-next,
.announcement-button-prev {
    color: #fff;
    top: -25px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #fff;
    display:flex;
    align-items:center;
    justify-content:center;
}
    .announcement-button-next{
        left:auto;
        right:34%;
    }
.announcement-button-prev {
    left: auto;
    right: 38%;
}
    .announcement-button-next:after,
    .announcement-button-prev:after {
        font-size: 16px;
    }
.portfolio-bg{
    width:100%;
    height:400px;
    display:block;
    background-size:cover;
    background-position:center;
}

@media (max-width: 768px) {
    header {
        position: relative !important;
        background-color: #101D4D !important;
    }
    .navbar-brand img {
        width: 150px !important;
    }
    .navbar-toggler{
        border-color:#fff;
        border-radius:50%;
        width:45px;
        height:45px;
        padding:0px;
    }
    .navbar {
        --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
    }
    .assets-section::after {
        display:none;
    }
    .section-news-title {
        height: 100px;
    }
    .news-col{
        margin-bottom:20px;
    }
    .milestone-row::after{
        display:none;
    }
    .milestone-col::after, .milestone-box::before {
        display: none;
    }
    .milestone-col,.milestone-col.right {
        margin-top: 20px;
    }
    .h-0{
        height:auto!important;
    }
}

