:root {
    --po: #E12626;
    --makyagsan: #00477B;
    --petronas: #00A19C;
}

html,
body {
    overflow-x: hidden;
    /* Prevent scroll on narrow devices */
}

img {
    max-width: 100%;
}

.carousel-item img {
    width: 100% !important;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/helvetica-neue-lt-std.eot');
    src: url('../fonts/helvetica-neue-lt-std.eot?#iefix') format('embedded-opentype'),
        url('../fonts/helvetica-neue-lt-std.woff') format('woff'),
        url('../fonts/helvetica-neue-lt-std.ttf') format('truetype'),
        url('../fonts/helvetica-neue-lt-std.svg') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue Condensed';
    src: url('../fonts/helvetica-neue-lt-std-cn.eot');
    src: url('../fonts/helvetica-neue-lt-std-cn.eot?#iefix') format('embedded-opentype'),
        url('../fonts/helvetica-neue-lt-std-cn.woff') format('woff'),
        url('../fonts/helvetica-neue-lt-std-cn.ttf') format('truetype'),
        url('../fonts/helvetica-neue-lt-std-cn.svg') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/helvetica-neue-lt-std-lt.eot');
    src: url('../fonts/helvetica-neue-lt-std-lt.eot?#iefix') format('embedded-opentype'),
        url('../fonts/helvetica-neue-lt-std-lt.woff') format('woff'),
        url('../fonts/helvetica-neue-lt-std-lt.ttf') format('truetype'),
        url('../fonts/helvetica-neue-lt-std-lt.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue Condensed';
    src: url('../fonts/helvetica-neue-lt-std-lt-cn.eot');
    src: url('../fonts/helvetica-neue-lt-std-lt-cn.eot?#iefix') format('embedded-opentype'),
        url('../fonts/helvetica-neue-lt-std-lt-cn.woff') format('woff'),
        url('../fonts/helvetica-neue-lt-std-lt-cn.ttf') format('truetype'),
        url('../fonts/helvetica-neue-lt-std-lt-cn.svg') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue Condensed';
    src: url('../fonts/helvetica-neue-lt-std-med-cn.eot');
    src: url('../fonts/helvetica-neue-lt-std-med-cn.eot?#iefix') format('embedded-opentype'),
        url('../fonts/helvetica-neue-lt-std-med-cn.woff') format('woff'),
        url('../fonts/helvetica-neue-lt-std-med-cn.ttf') format('truetype'),
        url('../fonts/helvetica-neue-lt-std-med-cn.svg') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova_condensedSBd';
    src: url('../fonts/proximanovacond-semibold-webfont.eot');
    src: url('../fonts/proximanovacond-semibold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/proximanovacond-semibold-webfont.woff') format('woff'),
        url('../fonts/proximanovacond-semibold-webfont.ttf') format('truetype'),
        url('../fonts/proximanovacond-semibold-webfont.svg#proxima_nova_condensedSBd') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova_condensedlight';
    src: url('../fonts/proximanovacond-light-webfont.eot');
    src: url('../fonts/proximanovacond-light-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/proximanovacond-light-webfont.woff') format('woff'),
        url('../fonts/proximanovacond-light-webfont.ttf') format('truetype'),
        url('../fonts/proximanovacond-light-webfont.svg#proxima_nova_condensedlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova_cn_rgregular';
    src: url('../fonts/proximanovacond-regular-webfont.eot');
    src: url('../fonts/proximanovacond-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/proximanovacond-regular-webfont.woff') format('woff'),
        url('../fonts/proximanovacond-regular-webfont.ttf') format('truetype'),
        url('../fonts/proximanovacond-regular-webfont.svg#proxima_nova_cn_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova_condensedRgIt';
    src: url('../fonts/proximanovacond-regularit-webfont.eot');
    src: url('../fonts/proximanovacond-regularit-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/proximanovacond-regularit-webfont.woff') format('woff'),
        url('../fonts/proximanovacond-regularit-webfont.ttf') format('truetype'),
        url('../fonts/proximanovacond-regularit-webfont.svg#proxima_nova_condensedRgIt') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_novasemibold_italic';
    src: url('../fonts/proximanova-semibolditalic-webfont.eot');
    src: url('../fonts/proximanova-semibolditalic-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/proximanova-semibolditalic-webfont.woff') format('woff'),
        url('../fonts/proximanova-semibolditalic-webfont.ttf') format('truetype'),
        url('../fonts/proximanova-semibolditalic-webfont.svg#proxima_novasemibold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@media (max-width: 991.98px) {
    .offcanvas-collapse {
        position: fixed;
        top: 56px;
        /* Height of navbar */
        bottom: 0;
        left: 100%;
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: #343a40;
        transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    }

    .offcanvas-collapse.open {
        visibility: visible;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    color: rgba(255, 255, 255, .75);
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .875rem;
    color: #6c757d;
}

.nav-underline .nav-link:hover {
    color: #007bff;
}

.nav-underline .active {
    font-weight: 500;
    color: #343a40;
}

.text-white-50 {
    color: rgba(255, 255, 255, .5);
}

.bg-purple {
    background-color: #6f42c1;
}

.lh-100 {
    line-height: 1;
}

.lh-125 {
    line-height: 1.25;
}

.lh-150 {
    line-height: 1.5;
}

/* İnallar Madeni Yağ */

.dark-bg {
    background-color: #26323A;
}

.navbar-brand img {
    width: 14rem;
}

.navbar-nav li a {
    color: #fff;
}

.nav-underline .nav-link:hover {
    color: #26323A;
    text-decoration: underline;
}

.bg-po-red {
    background-color: #ed1c24;
}

.bg-po-red img {
    width: 100px;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.po,
.makyagsan,
.petronas {
    padding: 30px 0;
    display: -ms-flexbox;
    display: flex;
}

.po a,
.makyagsan a,
.petronas a {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
}

.po img,
.makyagsan img,
.petronas img {
    display: block;
    margin: 0 auto;
}

.po img {
    width: 50%;
}

.po {
    border: 1px solid transparent;
    background: #E12626;
}

.makyagsan {
    background: #00477B;
}

.petronas {
    background: #00A19C;
}

.jumbotron {
    border-radius: 0;
}

footer {
    padding: 30px 0;
}

.grey-bg {
    background-color: #e9ecef;
}

.footer-logo img {
    width: 10rem;
}

.footer-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-list ul li a {
    color: #000;
}

.adress-title {
    font-size: 16px;
    font-weight: 600;
}

.adress i {
    margin-right: 5px;
}

.adress p:not(.adress-title) {
    font-size: 14px;
    margin: 0;
    margin-bottom: 5px;
}

.bottom-bar {
    padding: 10px 0;
    text-align: left;
}

.bottom-bar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bottom-bar p {
    margin: 0;
    color: #fff;
    font-size: 14px;
}

.bottom-bar ul li {
    display: inline-block;
}

.bottom-bar ul li a {
    color: #fff;
    margin-right: 5px;
}

.po-inner {
    border: 1px solid transparent;
    background: #E12626;
}

.po-inner img {
    width: 100px;
}

.petronas-inner {
    border: 1px solid transparent;
    background: #00a19c;
}

.petronas-inner img {
    width: 70px;
}

.heading h4 {
    font-size: 2.3rem;
    color: #E12626;
}

.lh-1 {
    line-height: 1;
}

.po-title h4 {
    font-size: 1.3rem;
}

.po-title span {
    color: #E12626;
}

.po-inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.po-inner ul li {
    display: inline-block;
}

.po-inner ul li a {
    margin-right: 10px;
}

.po-inner ul li a:hover {
    text-decoration: none;
    color: #26323A !important;
}

.petronas-inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.petronas-inner ul li {
    display: inline-block;
}

.petronas-inner ul li a {
    margin-right: 10px;
}

.petronas-inner ul li a:hover {
    text-decoration: none;
    color: #26323A !important;
}

.aktif {
    position: relative;
}

.aktif:after {
    content: '';
    position: absolute;
    bottom: -14px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #26323A;
}

.accordion-filter ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    justify-content: center;
}

.accordion-filter ul li {
    display: inline-block;
    flex: 1;
    background: #e9ecef;
    padding: 10px 0;
    border-right: 1px solid #fff;
}

.accordion-filter ul li.selected {
    background: #26323A;
}

.accordion-filter ul li.selected a {
    color: #fff;
}

.accordion-filter ul li a {
    color: #26323A;
}

.accordion-filter ul li:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.accordion-filter ul li:last-child {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.tab-content {
    display: none;
}

.opened {
    display: block;
}

.accordion {
    width: 100%;
}

.card-header {
    background-color: rgba(233, 236, 239, .3);
}

.card .btn-link {
    font-weight: 600;
    color: #e12626;
    width: 100%;
    text-align: left;
    position: relative;
}

.card .btn-link i {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 24px;
}

.accordion-div ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.accordion-div ul li {
    background: transparent;
    margin: 0 10px 15px 0;
    flex: 0 0 32%;
}

.accordion-div ul li a {
    color: #26323A;
}

.accordion-div ul li a i {
    color: #e12626;
    margin-left: 5px;
}

.fw-normal h4 {
    font-weight: normal;
}

.yag-bulucu {
    width: 100%;
    border: 0;
    height: 500px;
}

.petronas-yag-bulucu {
    width: 100%;
    border: 0;
    height: 700px;
}

.mobile-center {
    text-align: right;
}

.navbar-toggler-icon {
    background-image: url('../images/menu-bg.svg')
}

.navbar-toggler-icon-2 {
    background-image: url('../images/menu-bg-2.svg');
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

.index {
    padding: 120px 0;
}

.nav-link {
    color: #fff;
    font-weight: 600;
    font-family: Helvetica Neue;
    font-size: 14px;
    line-height: 2;
}

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

.top-bar {
    background-color: #e9ecef;
    padding: 10px 0;
}

.po-bar {
    border-bottom: 2px solid #ED1B2F;
}

.petronas-bar {
    border-bottom: 2px solid #01bbb6;
}

.top-bar-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.top-bar-menu ul li {
    display: inline-block;
}

.top-bar-menu ul li a {
    color: #26323A !important;
    font-family: Helvetica Neue;
    margin-right: 10px;
    font-weight: 600;
    font-size: 13px;
}

.padding-tp-bt {
    padding: 30px 0;
}

.petro-linkes img {
    transition: all 2s ease;
}

.petro-linkes a:hover {
    text-decoration: none;
}

.petro-linkes a:hover img {
    transform: scale(1.1);
}

.petro-linkes a h3 {
    color: #000
}

.petro-linkes a p {
    color: #000;
}

.ow-hidden {
    overflow: hidden;
}

.pad-big {
    padding: 40px 0;
}

.text-muted {
    font-family: Helvetica Neue;
    font-size: 14px;
}

.navbar-toggler {
    display: none;
}

.shower {
    display: block !important;
}

@media (max-width: 992px) {
    .po-inner ul li {
        display: block;
        margin-top: 15px;
    }

    .po-inner ul li:first-child {
        margin-top: 0;
    }

    .petronas-inner ul li {
        display: block;
        margin-top: 15px;
    }

    .petronas-inner ul li:first-child {
        margin-top: 0;
    }

    .aktif:after {
        bottom: -5px;
    }

    .navbar-toggler {
        display: block;
    }

    .nav-masthead {
        display: none;
        position: absolute;
        top: 40px;
        left: 0;
        width: 100%;
        background: #26323A;
        z-index: 2;
    }

    .nav-link {
        width: 100%;
    }

    .navbar-brand {
        padding: .25rem .75rem;
    }
}

@media (max-width: 768px) {
    .po {
        padding: 20px 0;
    }

    .po img {
        width: 30%;
    }

    .petronas {
        padding: 20px 0;
    }

    .petronas img {
        width: 20%;
    }

    .mobile-center {
        text-align: center;
        margin-top: 10px;
    }

    .mob-cen {
        text-align: center;
    }

    .top-bar-menu {
        width: 100%;
        text-align: center;
    }

    .top-bar-menu ul li {
        margin-right: 10px;
    }

    .top-bar-menu ul li a {
        margin-right: 0;
        font-size: 12px;
    }

    .accordion-filter ul {
        flex-direction: column;
    }

    .accordion-filter ul li {
        display: block;
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #fff;
    }

    .accordion-filter ul li:first-child {
        border-radius: 0;
    }

    .accordion-filter ul li:last-child {
        border-radius: 0;
    }

    .margin-mobil {
        margin-bottom: 1rem;
    }
}

@media (max-width:767px) {
    .footer-logo {
        margin-bottom: 20px;
    }

    .footer-list {
        margin-bottom: 20px;
    }

    .adress-title {
        margin-bottom: 5px;
    }
}

.wrap {
    display: grid;
    display: -moz-grid;
    display: -ms-grid;
    -ms-grid-columns: (1fr)[3];
    -ms-grid-rows: (100vh)[3];
    grid-template: repeat(1, 100vh) / repeat(3, 1fr);
    grid-template-areas: 'a b c .';
}

.grid {
    position: relative;
    z-index: 0;
    overflow: hidden;
    display: grid;
    display: -moz-grid;
    display: -ms-grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
}

.grid:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .9);
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
}

.grid:hover:after {
    background-color: rgba(0, 0, 0, 0);
}

.po-intro {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    background-color: var(--po);
    grid-area: a;
}

.po-intro img {
    width: 200px;
}

.makyagsan {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    background-color: var(--makyagsan);
    grid-area: b;
}

.makyagsan img {
    width: 300px;
}

.petronas {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    background-color: var(--petronas);
    grid-area: c;
}

@media (max-width: 768px) {
    .wrap {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: (33.33333333vh)[3];
        grid-template-rows: repeat(3, 33.33333333vh);
        grid-template-areas: initial;
    }

    .po-intro {
        grid-area: auto;
    }

    .po-intro img {
        width: 100px;
    }

    .makyagsan {
        grid-area: auto;
    }

    .makyagsan img {
        width: 200px;
    }

    .petronas {
        grid-area: auto;
    }

    .petronas img {
        width: 100px;
    }
}

.brand-logo {
    position: relative;
}

.brand-logo img {
    width: 3rem !important;
}

.brand-logo-2 {
    position: relative;
    margin-right: 10px;
}

.brand-logo-2 img {
    width: 8rem;
}

@media (max-width: 767px) {
    .brand-logo {
        padding: .25rem 0 0 .50rem;
        margin: 0;
    }

    .brand-logo:after {
        right: -8px;
    }

    .navbar-brand img {
        width: 8rem;
    }

    .brand-logo-2 {
        margin: 0;
        padding: .25rem 0;
    }
}