﻿@import url('https://fonts.googleapis.com/css?family=Poppins:400,600,700,900');


body {
    margin: 0;
    padding: 0;
    background-color: #f1f1f1;
    font-family: 'Poppins', sans-serif;
}

.topbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    z-index: 1040;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.headText {
    position: absolute;
    align-self: stretch;
    margin-top: -1.00px;
    font-family: Poppins;
    font-weight: 600;
    color: #0175c0;
    font-size: 16px;
    top: 30%;
    left: 250px;
    letter-spacing: 0;
    line-height: normal;
}

#search-popup {
    position: fixed;
    top: -300px;
    left: 0;
    width: 100%;
    min-height: 200px;
    background-color: #0175C0;
    transition: top 0.4s ease;
    z-index: 9999;
    padding: 20px;
    box-sizing: border-box;
    transition: top 0.4s ease, min-height 0.4s ease;
    overflow: hidden;
}

    #search-popup.active {
        top: 0;
    }

.search-inner {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
}

    .search-inner input {
        width: 94%;
        background: #0566A6;
        color: white;
        border: none;
        display: block;
        padding: 0.675rem 1.75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        -moz-appearance: none;
        appearance: none;
        border-radius: 20px;
    }

        .search-inner input:focus {
            outline: none;
        }

        .search-inner input::placeholder {
            color: whitesmoke;
            opacity: 0.6;
        }

    .search-inner button {
        background: #09273B;
        border-radius: 30px;
        padding: 0.675rem 1.75rem;
    }

        .search-inner button:hover {
            background: #0D3955;
        }

        .search-inner button:active {
            border: none !important;
        }


.divpopupOuter {
    margin: 30px;
    vertical-align: middle;
    color: white;
}

#close-search {
    position: absolute;
    top: 0px;
    right: 20px;
    font-size: 24px;
    color: white;
    background: none;
    border: none;
    cursor: pointer;
}

.searchText {
    color: #848484;
    text-decoration: none;
}

.aksaTextColor {
    color: #0175C0 !important;
}

.sidebar {
    position: fixed;
    top: 85px;
    left: 5px;
    width: 80px;
    height: auto;
    overflow-y: auto;
    overflow-x: hidden !important;
    transition: width 0.3s;
    z-index: 1050;
    padding: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    position: fixed;
    background-color: #ffffff;
    border-radius: 20px;
    border: 1px solid;
    border-color: #9acd66;
    max-height: 450px !important;
    overflow: auto;
}

.borderD {
    border-radius: 20px;
    border: 1px solid;
    border-color: #9acd66;
    background: #fff;
}

.sidebar.expanded {
    width: 250px;
}

.sidebar .nav-link {
    color: white;
    display: flex;
    align-items: center;
    padding: 12px 20px;
    white-space: nowrap;
    cursor: pointer;
    color: #000 !important;
    font-size: 14px;
}

.sidebar .nav-item {
    border-bottom: 1px solid #EEEEEE;
    width: 100%;
}

.sidebar .nav-link i {
    margin-right: 10px;
    width: 20px;
    text-align: center;
    color: #000 !important;
}

.sidebar .link-text {
    display: none;
}

.sidebar.expanded .link-text {
    display: inline;
}

.submenu {
    display: none;
    background-color: #fff;
    position: fixed;
    z-index: 1060;
    border: 1px solid #EEEEEE;
}

    .submenu a {
        display: block;
        padding: 5px 5px 5px 20px;
        color: #000 !important;
        font-size: 13px;
        min-width: 250px;
        text-decoration: none;
    }

        .submenu a:hover {
            background-color: gray;
        }

.menuIcon {
    padding-left: 3px;
}

.content {
/*    margin-top: 60px;
    margin-left: 80px;*/
    padding: 20px;
    transition: margin-left 0.3s;
}

.sidebar.expanded ~ .content {
    margin-left: 250px;
}

.divHeadTx {
    font-size: 18px !important;
}

.toggle-btn {
    background: none;
    border: none;
    font-size: 1.4rem;
}

.arrow {
    margin-left: auto;
}

.sidebar:not(.expanded) .arrow {
    display: none;
}

.content {
    position: relative;
    z-index: 1030; /* Geri kalan içerik daha altta */
}

.faaliyet {
    height: 100%;
}

.faaliyetText {
    position: relative;
    right: 1%;
    top: 15%;
    min-width: 200px;
    font-size: 12px;
    text-align: left;
    color: #0175C0;
    font-weight: 600 !important;
}

.faaliyetImg {
    padding: 35px;
}

.faaliyet .card-title {
    font-weight: 600 !important;
}

.divSlide {
    text-align: end;
    position: absolute;
    right: 10px;
    bottom: 26px;
}

.divSlideImage {
    background: #0175C0;
    border-radius: 0px 20px 20px 0px;
}

.faaliyetSlideIcon {
    background-color: white;
    padding: 5px;
    border-radius: 18px;
    color: #0175C0;
    width: 25px;
    height: 25px;
}

.btnfaaliyet {
    background: #0175C0;
    color: white;
    font-size: 12px;
    border-radius: 0;
}

    .btnfaaliyet:hover {
        border: 1px solid #0175C0;
        color: #0175C0;
    }

.divharitaLink {
    position: absolute;
    right: -2%;
    top: 6%;
    min-width: 200px;
    font-size: 12px;
}

.divharita {
    height: auto;
    display: flex;
}

.card-img-bottom {
    width: 90% !important;
    display: block;
    margin: auto;
}

/* Bir bakışta doğalgaz alanı css'leri *****************************************************/
.bir-bakista-dogalgaz {
    position: relative;
    height: 500px;
    text-align: center;
}

.text-wrapper-9 {
    position: relative;
    top: 18px;
    font-family: Poppins;
    font-weight: 500;
    color: #0175c0;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
}

.frame-10 {
    display: flex;
    flex-direction: column;
    width: 98%;
    align-items: flex-start;
    gap: 10px;
    position: absolute;
    top: 60px;
    left: 1%;
}

.frame-11 {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 10px;
    align-self: stretch;
    width: 100%;
    align-items: center;
    position: relative;
    flex: 0 0 auto;
}

.frame-12 {
    display: flex;
    flex-direction: column;
    width: 150px;
    align-items: center;
    position: relative;
}

.image-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    flex: 0 0 auto;
}

.image-3 {
    position: relative;
    width: 48px;
    height: 54px;
    object-fit: cover;
}

.frame-13 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.div-2 {
    flex: 1;
    color: #000000;
    font-size: 20px;
    text-align: center;
    line-height: 20px;
    position: relative;
    margin-top: -1.00px;
    font-family: Poppins;
    font-weight: 400;
    letter-spacing: 0;
}

.text-wrapper-10 {
    font-weight: 600;
    line-height: 28px;
}

.text-wrapper-11 {
    font-weight: 600;
    font-size: 32px;
    line-height: 28px;
}

.text-wrapper-12 {
    font-size: 16px;
    line-height: 28px;
}

.text-wrapper-13 {
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
}

.img-wrapper {
    display: flex;
    width: 64px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    flex: 0 0 auto;
}

.frame-14 {
    display: inline-flex;
    padding: 0px 0px 10px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    flex: 0 0 auto;
}

.frame-15 {
    display: flex;
    width: 64px;
    padding: 0px 0px 10px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    flex: 0 0 auto;
}

.frame-16 {
    text-align: left;
    position: absolute;
    top: 3px;
    right: 3px;
}


/* Şebeke pasta dilimi grafik alanı cssleri ******************************************/

.sebeke {
    position: relative;
    width: 100%;
    min-height: 500px;
    text-align: center;
}

.text-wrapper-8 {
    position: relative;
    top: 18px;
    font-family: Poppins;
    font-weight: 500;
    color: #0175c0;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
}

.image-2 {
    position: absolute;
    width: 90%;
    height: auto;
    top: 65px;
    left: 5%;
    object-fit: cover;
}

/* Etkinlikler alanı css'leri ****************************************************/

.etkinlikler {
    position: relative;
    width: 100%;
    min-height: 500px
}

.text-wrapper-5 {
    position: relative;
    top: 18px;
    font-family: Poppins;
    font-weight: 500;
    color: #0175c0;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
}

.frame-6 {
    position: absolute;
    top: 3px;
    right: 3px;
}

.frame-7 {
    display: flex;
    flex-direction: column;
    width: 300px;
    align-items: flex-end;
    gap: 10px;
    position: absolute;
    top: 60px;
}

.frame-8 {
    display: flex;
    height: 67px;
    align-items: center;
    gap: 5px;
    position: relative;
    align-self: stretch;
    width: 100%;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #eeeeee;
}

.fi-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0px 0px 0px 10px;
    position: relative;
    align-self: stretch;
    flex: 0 0 auto;
}

.fi {
    position: relative;
    align-self: stretch;
    width: 22px;
}

.frame-9 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px;
    position: relative;
    flex: 0 0 auto;
}

.p {
    width: fit-content;
    color: transparent;
    font-size: 18px;
    line-height: normal;
    position: relative;
    margin-top: -1.00px;
    font-family: Poppins;
    font-weight: 400;
    letter-spacing: 0;
}

.text-wrapper-6 {
    font-weight: 600;
    color: #000000;
    font-size: 13px;
}

.text-wrapper-7 {
    color: #545454;
    font-size: 12px;
}

.tradview {
    position: relative;
    width: 100%;
    min-width: 350px;
    height: 420px;
}

.overlap-group {
    position: relative;
    width: 96%;
    height: 380px;
    top: 20px;
    left: 2px;
}

.frame-5 {
    position: relative;
    top: 5px;
    width: 100%;
    display: inline-flex;
    gap: 5px;
}

.tradingDiv {
    position: relative;
    min-width: 400px;
    top: 30px;
    left: 15px;
    height: 360px;
}

.frameTrade {
    position: relative;
    top: -25px;
    left: 8px;
}

/* Çubuk Grafik alanı cssleri *********************************************************** */
.divInner {
    width: 96%;
    left: 2%;
    height: 100%;
}

.cubukgrafik {
    position: relative;
    width: 100%;
    height: 420px;
    background-color: #ffffff;
    border-radius: 20px;
    border: 1px solid;
    text-align: center;
    border-color: #9acd66;
}

    .cubukgrafik .carousel-item {
        position: relative;
        top: 40px;
        font-family: Poppins;
        font-weight: 400;
        color: #0175c0;
        font-size: 18px;
        text-align: center;
        letter-spacing: 0;
        line-height: normal;
    }

    .cubukgrafik .chart-subtitle {
        font-weight: 600;
    }

    .cubukgrafik .chart-carousel-controls {
        position: absolute;
        right: 4px;
        top: 2px;
    }

.chart-carousel-prev,
.chart-carousel-next {
    border: none;
    background: none;
}

.canvasBuyume {
    margin-top: 20px;
}

.iconleft {
    color: #589719;
}

.iconright {
    color: #0175C0;
}

.btnrightCr {
    padding: 2px 6px 2px 2px;
}

.btnleftCr {
    padding: 2px;
}

.chart-container {
    width: 100% !important;
}
/*  Sürdürülebilirlik alanı Css'leri ********************************************************** */
.sustainability {
    position: relative;
    width: 100%;
    height: 375px;
    background-color: #ffffff;
    border-radius: 20px;
    border: 1px solid;
    border-color: #9acd66;
}

.frame {
    position: absolute;
    width: 40%;
    height: 375px;
    top: -1px;
    left: 60%;
    background-color: #9acd66;
    border-radius: 0px 20px 20px 0px;
}

.img {
    position: absolute;
    width: 100%;
    height: 308px;
    top: 34px;
}

.frame-2 {
    display: flex;
    width: 60%;
    height: 375px;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -1px;
}

.frame-3 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    position: relative;
    flex: 0 0 auto;
}

.rectangle {
    position: relative;
    width: 174px;
    height: 252px;
    border-radius: 20px 0px 20px 0px;
    border: 1px solid;
    border-color: #9acd66;
    background: linear-gradient( 180deg, rgba(4, 80, 130, 1) 0%, rgba(133, 190, 74, 1) 83% );
}

.text-wrapper {
    position: absolute;
    top: 124px;
    left: 35px;
    font-weight: 500;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    font-family: Poppins;
    letter-spacing: 0;
}

.div-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 5px 20px;
    position: absolute;
    top: 202px;
    left: 56px;
    background-color: #0175c0;
}

.text-wrapper-2 {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: Poppins;
    font-weight: 600;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0;
    line-height: normal;
}

.vector {
    position: absolute;
    width: 64px;
    height: 64px;
    top: 40px;
    left: 65px;
}

.group {
    position: absolute;
    width: 64px;
    height: 52px;
    top: 6px;
    left: 0;
}

.vector-2 {
    position: absolute;
    width: 57px;
    height: 56px;
    top: 44px;
    left: 68px;
}



/*  Footer Css alanları ******************************************************************* */
.footer {
    position: relative;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
    color: #000;
    padding-bottom: 15px;
}

.footercontent {
    padding-right: 0;
    text-align: left;
}

.divfooter {
    background-color: #ffffff;
    width: 100%;
    border-radius: 20px;
    text-align: center;
    padding-top: 15px;
    margin-left: 10px;
}

.followText {
    position: relative;
    align-self: stretch;
    margin-top: -1.00px;
    font-family: Poppins;
    font-weight: 600;
    color: #0175c0;
    font-size: 14px;
    letter-spacing: 0;
    line-height: normal;
}

.footerheadText {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: Poppins;
    font-weight: 600;
    color: #000000;
    font-size: 15px;
    letter-spacing: 0;
    line-height: normal;
}

.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}

    .social-network li {
        display: inline;
        margin: 0 5px;
    }

.socialIcon {
    color: black;
}

.footerLink {
    color: #8B8B8B;
    position: relative;
    left: 10px;
    text-decoration: none;
    line-height: 30px;
    font-size: 13px;
}

.footerText {
    color: #8B8B8B;
    font-size: 12px;
}

.btnAksa {
    color: #0175c0 !important;
}

    .btnAksa:hover {
        background-color: #0175c0 !important;
        color: white !important;
    }


@media (max-width: 1200px) {
    .rectangle {
        width: 150px;
        height: 230px;
    }
}

@media (max-width: 768px) {
    .rectangle {
        width: 174px;
        height: 252px;
    }

    .headText {
        display: none;
    }

    .faaliyetImg {
        height: 100%;
        min-height: 250px;
        width: 80%;
    }


    .divSlideImage {
        border-radius: 0;
        margin-top: 15px;
        max-height: 230px;
        text-align: center;
    }

    .divharita {
        margin-top: 10px;
    }

    .divharitaLink {
        right: -4%;
        top: 20%;
    }

    .divMrg {
        margin-top: 10px;
    }

    .cubukgrafik {
        height: 300px;
    }

    .sidebar {
        display: none; /* telefon ve tabletlerde menü gizlenir */
    }

        .sidebar.mobile-visible {
            display: block;
            position: fixed;
            top: 60px;
            left: 0;
            width: 300px;
            height: calc(100vh - 60px);
            z-index: 1060;
            background-color: #ffffff;
            overflow-y: auto;
            overflow-x: hidden !important;
            transition: transform 0.3s ease-in-out;
            box-shadow: 2px 0 5px rgba(0,0,0,0.1);
        }

        .sidebar.mobile-hidden {
            transform: translateX(-100%);
        }

        .sidebar.mobile-visible {
            transform: translateX(0);
        }

    .content {
        margin-left: 0 !important; /* mobilde içerik sola kaymasın */
    }

    .sustainability {
        position: relative;
        height: 1030px;
        text-align: center;
    }

    .frame {
        position: relative;
        height: 208px;
        width: 100%;
        top: 0px;
        left: 0;
        border-radius: 0px;
    }

    .img {
        height: 308px;
        top: -50px;
        left: 0px;
    }

    .frame-2 {
        display: contents;
        width: 80%;
        height: 510px;
        top: 212px;
    }

    .frame-3 {
        gap: 10px;
        padding: 10px;
    }

    .bir-bakista-dogalgaz {
        height: 580px;
    }

    .tradview {
        min-width: 315px;
    }

    .tradingDiv {
        min-width: 310px;
    }

    ..divfooter {
        margin-left: 0;
    }
}
