:root {
    --colorRed: #B11449;
    --colorGray: #666668;
    --colorBlack: #333333;
    --white: #fff;
    --black: #000;
    --primary: #003471;
    --gray: #616161;
    --orange: #ff9900;
}

a {
    text-decoration: none !important;
}

p {
    color: var(--colorGray) !important;
}

b,
strong {
    font-weight: 900 !important;
}

li {
    color: var(--colorGray);
}

li::marker {
    color: black;
}

body {
    font-family: 'Helvetica Neue' !important;

}

input {
    font-family: 'Helvetica Neue' !important;
}

.fw-800 {
    font-weight: 800;
}

.SliderContent {
    height: 100vh;
    padding: 0 !important;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ytSwiper .swiper-slide-active {
    transform: scale(1.2) !important;
    z-index: 2;
}

.ytsSwiper .swiper-slide-active {
    transform: scale(1.2) !important;
    z-index: 2;
}

.ytSwiper {
    height: 300px;
    display: grid !important;
    place-items: center;
}

.ytSwiper .swiper-wrapper {
    height: auto;
}

.ytsSwiper {
    height: 300px;
    display: grid !important;
    place-items: center;
}

.ytsSwiper .swiper-wrapper {
    height: auto;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.horPagi {
    left: 10px !important;
    width: fit-content !important;
    transform: rotate(90deg) !important;
    top: 50% !important;
    height: fit-content !important
}

.headerActives {
    background: white;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px;
}

.menuActives {
    color: var(--colorGray) !important;
    fill: var(--colorGray) !important;
}

.menuActives .bigMenuText {
    color: var(--colorGray) !important;
}

.menuActives .topMenusBigA {
    color: var(--colorGray) !important;
    fill: var(--colorGray) !important;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 135px;
    z-index: 999;
    color: white;
}

.headerBody {
    width: 100%;
}

.headerBody,
.logoContent,
.menuContent {
    height: 100%;
}

.logoContent {
    display: grid;
    place-items: center;
}

.logo {
    width: 250px;
}

.menuContent {
    display: flex !important;
    flex-direction: column;
    align-items: end;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 0 !important;
}

.menuTopRight {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 390px;
    background: var(--colorRed);
    padding: 5px 11px;
    border-radius: 30px 0px 0px 0px;
}

.social {
    display: flex !important;
    align-items: center !important;
    justify-content: space-evenly;
    width: 60%;
    border-right: 1px solid white;
}

.headerNumber {
    width: 40%;
    padding-left: 15px;
}

.headerNumber a {
    color: white;
}

.fb_icon {
    width: 25px;
}

.ins_icon {
    width: 25px;
}

.yt_icon {
    width: 30px;
}

.lin_icon,
.tw_icon {
    width: 20px;
}

.menuBottom {
    display: flex;
    align-items: center;
    justify-content: end;
    height: 100%;
    padding-right: 2rem;
    padding-top: 1rem;
    position: relative;
}

.menu {
    margin-right: 2rem;
    color: white;
    text-transform: uppercase;
}

.menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.menu ul li {
    list-style: none;
    margin-right: 25px;
    color: white;
}

.menu ul li a {
    color: white;
}

.menuRight {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 105px;
}

.horPagi .swiper-pagination-bullet {
    background: white;
}

.down {
    color: white;
    font-size: 18px;
}

.search svg {
    width: 20px;
}

.down img {
    width: 19px;
}

.rightBar {
    position: fixed;
    right: -7px;
    z-index: 99;
    top: calc(50% - 78px);
    width: 175px;
    background: white;
    border-radius: 10px 0px 0px 10px;
    padding-top: 15px;
    padding-left: 10px;
    transform: translateX(125px);
    transition: .5s;
    border: .5px solid var(--colorRed);
}

.rightBar ul {
    padding: 0;
    margin: 0;
}

.rightBar ul li {
    list-style: none;
    width: 100%;
    padding-bottom: 17px;
    position: relative;
}


.rightBar ul li a {
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: start;
}


.rightBar ul li a p {
    margin: 0;
    color: var(--colorGray);
}

.rightBar:hover {
    transform: translateX(0);
}

.rightBar ul li a img {
    padding-right: 20px;
    width: 47px;
}

.sliderBottom {
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0;
    bottom: 15%;
    height: 150px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    font-weight: bold;
}

.sliderBottomImg {
    padding-top: 1.5rem;
}

.sliderBottomImg img {
    width: fit-content;
    height: 100px;
    text-align: center;
}

.effectBtn {
    width: 180px;
    height: 60px;
    cursor: pointer;
    background: transparent;
    border: 1px solid #91C9FF;
    outline: none;
    transition: 1s ease-in-out;
    position: relative;
    border: none;
    color: var(--colorGray);
}

.effectBorderOneWhite {
    position: absolute;
    left: 0;
    top: 0;
    fill: none;
    stroke: white;
    stroke-dasharray: 0 400 100 0;
    stroke-dashoffset: 150;
    transition: 1s ease-in-out;
}

.effectBorderOne {
    position: absolute;
    left: 0;
    top: 0;
    fill: none;
    stroke: var(--colorRed);
    stroke-dasharray: 0 400 100 0;
    stroke-dashoffset: 150;
    transition: 1s ease-in-out;
}

.effectBorder {
    position: absolute;
    left: 0;
    top: 0;
    fill: none;
    stroke: var(--colorRed);
    stroke-dasharray: 256 550 0 0;
    stroke-dashoffset: 150;
    transition: 1s ease-in-out;
}

.effectBorderWhite {
    position: absolute;
    left: 0;
    top: 0;
    fill: none;
    stroke: white;
    stroke-dasharray: 256 550 0 0;
    stroke-dashoffset: 150;
    transition: 1s ease-in-out;
}

.effectBtn:hover {
    transition: 1s ease-in-out;
}

.effectBtn:hover .effectBorderOne {
    stroke-dashoffset: -480;
    stroke-dasharray: 100 0;
}

.effectBtn:hover .effectBorderOneWhite {
    stroke-dashoffset: -480;
    stroke-dasharray: 100 0;
}

.effectBtn:hover .effectBorderWhite {
    stroke-dashoffset: -480;
    stroke-dasharray: 100 0;
}

.effectBtn:hover .effectBorder {
    stroke-dashoffset: -480;
    stroke-dasharray: 100 0;
}

.effectBtn span {
    color: var(--colorGray);
    font-size: 18px;
}

.formPop {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100vh;
    backdrop-filter: brightness(0.5);
    display: grid;
    place-items: center;
    transition: .5s;
    top: 0;
    left: 0;
}

.formPopRemove {
    backdrop-filter: brightness(1);
    opacity: 0;
    pointer-events: none;
}

.searchPopRemove {
    opacity: 0;
    pointer-events: none;
}

.formPopContent {
    width: 55%;
    background: white;
    padding: 3rem;
    border-radius: 15px;
    border: 3px solid var(--colorRed);
    position: relative;
}

.formInIpn {
    display: flex;
    flex-wrap: wrap;
}

.formPopInp {
    width: 48%;
    margin-right: 14px;
    margin-bottom: 14px;
    padding: 15px;
}

.contactPopInp {
    width: 100%;
    margin-right: 14px;
    margin-bottom: 14px;
    padding: 15px;
}

.contactArea {
    height: 60%;
}

.formBody {
    padding-top: 2rem;
}

.formBodyBottom {
    display: flex;
}

.formBodyBottom input {
    margin-right: 5px;
}

.formBodyBottom p a {
    color: var(--colorRed);
}

.formPopContent h1 {
    font-size: 35px;
    color: var(--colorGray);
}

.formBodyBottom p {
    font-size: 15px;
    margin: 0;
}

.formBodyBtnBottom {
    text-align: center;
    padding-top: 1.5rem;
}

.contactBodyBtnBottom {
    text-align: right;
    padding-top: 1.5rem;
}

.formPopClose {
    position: absolute;
    right: 2rem;
    top: 2rem;
    cursor: pointer;
}

.homeAboutTop {
    display: flex;
    align-items: center;
    padding-bottom: 4rem;
}

.homeAboutTop img {
    width: 25px;
    margin-right: 7px;
}

.homeAboutTop h2 {
    font-size: 25px;
    color: var(--colorGray);
    margin: 0;
}

.santralTit {
    display: flex;
    align-items: center;
    padding-bottom: 2rem;
}

.santralTit img {
    width: 25px !important;
    margin-right: 7px !important;
    height: fit-content !important;
}

.santralTit h2 {
    padding: 0 !important;
}


.santrallerTop {
    display: flex;
    align-items: center;
    padding-bottom: 2rem;
}

.santrallerTop img {
    width: 25px;
    margin-right: 7px;
}

.santrallerTop h2 {
    font-size: 25px;
    color: var(--colorGray);
    margin: 0;
}

.homeAbout {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
    background-image: url(../img/bigStar.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 36.5%;
}

.homeAboutCol img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
}

.homeAboutCountContent {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-top: 3rem;
}

.homeAboutCount {
    background: var(--colorRed);
    color: white;
    padding: 27px 19px;
    margin-right: 2rem;
    border-radius: 45px 5px 45px 5px;
    text-align: center;
    width: 245px;
    height: 135px;
    display: grid;
    place-items: center;
}

.homeAboutCount h1 {
    font-size: 28px;
}

.homeAboutCount h4 {
    font-size: 25px;
    font-weight: 300;
}

.homeAboutColLeft:before {
    content: "";
    width: 140%;
    height: 95%;
    position: absolute;
    left: -15px;
    top: -40px;
    border: 2px solid var(--colorGray);
    border-radius: 15px;
    z-index: -1;
}

.homeAboutCol {
    position: relative;
}



.homeAboutColTitle {
    color: var(--colorRed);
    padding-bottom: 5px;
}


.homeAboutCol h2 {
    color: var(--colorGray);
    font-size: 27px;
    padding-bottom: 20px;
}

.homeAboutCol p {
    color: var(--colorGray);
    padding-bottom: 20px;
}

.homeNews {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
    position: relative;
}

.homeFaaliyet {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
    position: relative;
    background-image: url(../img/faaliyetBgNew.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 3rem;
    background-color: #f8f8f8;
}

.homeBasin {
    padding-top: 8rem !important;
    padding-bottom: 3rem !important;
    margin-bottom: 4rem !important;
    position: relative;
}

.faaliyetCol {
    display: grid;
    place-items: center;
}

.faaliyetColContent {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 52px 5px 52px 5px;
}

.faaliyetColImg,
.yatirimColImg {
    width: 100%;
}

.faaliyetColContentBottom {
    position: absolute;
    top: 74%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #b1144994;
    color: white;
    display: grid;
    place-items: center;
    border-radius: 52px 5px 52px 5px;
    z-index: 0;
    transition: 1s;
}

.faaliyetColContentBottomGray {
    position: absolute;
    top: 67%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #686666a8;
    color: white;
    display: grid;
    place-items: center;
    border-radius: 52px 5px 52px 5px;
    z-index: 0;
    transition: 1s;
}

.faaliyetColBottomIn {
    width: 80%;
    height: 75%;
}

.faaliyetColBottomInImg {
    text-align: center;
    height: 0;
    width: 0;

}

.faaliyetColBottomInImg img {
    opacity: 0;
    width: 0;
    transition: 1s;
    height: 0;
}

.faaliyetColBottomIn h1 {
    font-size: 24px;
    padding-bottom: 1rem;
    text-align: center;
}

.faaliyetColBottomGrayIn h1 {
    font-size: 24px;
    padding-bottom: 1rem;
    text-align: center;
    margin-top: 2.5rem !important;
}

.faaliyetColBottomIn p {
    padding-bottom: 2rem;
    color: white !important;
}

.faaliyetColParagraph {
    text-align: left !important;
}

.faaliyetIconCont {
    text-align: right;
}

.faaliyetIconCont img {
    width: 35px;
}

.faaliyetColImg,
.yatirimColImg {
    transition: .5s;
}

.yatirimColImg {
    width: 306px !important;
    height: 306px !important;
    object-fit: cover !important;
}

.faaliyetCol:hover .faaliyetColContentBottom {
    top: 0 !important;
}

.faaliyetCol:hover .faaliyetColImg {
    transform: scale(1.1);
}

.faaliyetCol:hover .yatirimColImg {
    transform: scale(1.1);
}

.faaliyetCol:hover .faaliyetColContentBottomGray {
    top: 25% !important;
}

.faaliyetCol:hover .faaliyetColBottomInImg {
    width: auto;
    height: auto;
}

.faaliyetCol:hover .faaliyetColBottomInImg img {
    opacity: 1;
    width: 70px;
    height: auto;
}

.faaliyetCol:hover .faaliyetColTitle {
    margin-top: 2.5rem !important;
    text-align: left;
}

.faaliyetColTitleGray {
    margin-top: 1rem !important;
    text-align: left !important;
}

.faaliyetIconContGray a {
    display: flex;
    justify-content: end;
}

.faaliyetColBottomIn h6 {
    text-align: left !important;
}

.homeEnerji {
    display: flex;
    align-items: center;
    padding-bottom: 1rem;
}

.homeEnerji img {
    width: 25px;
    margin-right: 7px;
}

.homeEnerji h2 {
    font-size: 25px;
    color: var(--colorGray);
    margin: 0;
}

.homeEnerjiBottom p {
    padding-left: 35px;
}

.homeMap {
    height: 750px;
    padding: 0;
    margin: 0;
    width: 100% !important;

}

.homeMapImg {
    background-image: url(../img/faaliyetBgNew.png);
    background-size: cover;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-color: #f8f8f8;
}


.jqvmap-label {
    position: absolute;
    display: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #292929;
    color: white;
    font-family: sans-serif, Verdana;
    font-size: smaller;
    padding: 3px;
}

.jqvmap-zoomin,
.jqvmap-zoomout {
    position: absolute;
    left: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #000000;
    padding: 3px;
    color: white;
    width: 10px;
    height: 10px;
    cursor: pointer;
    line-height: 10px;
    text-align: center;
}

.jqvmap-zoomin {
    top: 10px;
}

.jqvmap-zoomout {
    top: 30px;
}

.jqvmap-region {
    cursor: pointer;
}

.jqvmap-ajax_response {
    width: 100%;
    height: 550px;
}


#vmap {
    width: 100%;
    height: 100%;
    background-color: #333;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.jqvmap-region {
    cursor: default !important;
}

.map-pin {
    width: 40px;
    height: 40px;
    position: absolute;
    top: -25px;
    left: -22px;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    background-position: top center;
    color: #888;
    font-weight: 500;
    font-size: 14px;
    transition: .5s;
    pointer-events: none;
}


.active {
    transform: scale(1.3);
    color: white !important;
}

.countries {
    display: flex;
    align-items: start;
    width: 200px;
    height: auto;
    border: 1px solid #b2154a;
    transform: translate(35px, -70px);
    text-align: left;
    background: #b11449b3;
    color: white;
    padding: 7px;
    flex-direction: column;
}

.btmIconFlex p {
    padding-left: 10px;
}

.countries img {
    width: 26px !important;
}

.ctTopText {
    width: fit-content;
    border-bottom: 1px solid white;
    margin-right: 1rem;
    margin-bottom: 1rem;
}

.btmIconFlex {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 1rem;
}

.map-pin span {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    left: 0;
}

.flag {
    background-image: url('../samples/images/kutup_pin.png');
}

.jqvmap-pin {
    font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
    cursor: default;
}

#jqvmap1_fl_pin {
    margin-left: 5%;
}

.countries p {
    margin: 0 !important;
}

.countriesTitle {
    padding-bottom: 2px !important;
    font-size: 14px;
    font-weight: normal;
    color: white !important;
}

.countriesSubTitle {
    padding-bottom: 5px !important;
    font-size: 12px;
    font-weight: normal;
    color: white !important;
}

.homeSurdur {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
    background-image: url(../img/starGray.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 36.5%;
    background-color: var(--colorRed);
}

.homeSurdurColTitle {
    color: white;
    padding-bottom: 5px;
}

.homeSurdurCol {
    position: relative;
}

.homeSurdurCol:before {
    content: "";
    width: 100%;
    height: 164%;
    border: 3px solid white;
    position: absolute;
    left: 0;
    top: -35px;
    z-index: 1;
    border-radius: 15px;
}

.homeSurdurCol img {
    width: 100%;
    position: absolute;
    left: 8%;
    top: 10%;
    z-index: 0;
}

.faaliyetNext {
    top: 100% !important;
    right: 7% !important;
}

.faaliyetPrev {
    left: auto !important;
    right: 13% !important;
    top: 100% !important;
}

.swiper-container {
    width: 80%;
    height: 300px;
    margin: 0 auto;
}

.swiper-slide {
    transition: transform 1s;
}


.newImg {
    border-radius: 10px;
    border: 2px solid var(--colorGray);
}

.newsPlayBtn {
    width: 70px;
    position: absolute;
    z-index: 9;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    height: fit-content !important;
    padding: 13px 15px;
    backdrop-filter: blur(3px);
    border-radius: 50%;
    border: 1px solid var(--colorGray);
}

.newsPlayBtn img {
    object-fit: contain !important;
}

.footer {
    padding: 3rem 11rem !important;
    background-image: url(../img/bigStar.png);
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    border-top: 8px solid var(--colorRed);
    padding-bottom: 1rem !important;
}

.footerColLeft {
    text-align: center;
}

.footerTitle {
    color: var(--colorRed);
    margin-bottom: 1.5rem;
}

.footerLogo {
    width: 250px;
}

.footerMenu ul li {
    list-style: none !important;
    padding-bottom: 7px;
}

.footerMenu ul li a {
    color: var(--colorGray);
}

.footerMenu ul li a {
    color: var(--colorGray);
    font-weight: 300;
    font-size: 17px;
}

.footerMenu h6 {
    padding-bottom: 10px;
}

.footerRight {
    padding-bottom: 10px;
}

.footerForm {
    padding-top: 2rem;
}

.footerColLeft p {
    font-size: 15px;
    padding-top: 10px;
}

.footerColLeft img {
    padding-bottom: 10px;
}

.footerRight a {
    color: var(--colorGray);
    font-size: 18px;
}

.footerSocial a {
    margin-right: 12px;
}

.searchForm {
    position: relative;
}

.formBottom {
    margin-top: 1rem;
    position: relative;
}

.searchForm button {
    position: absolute;
    right: 0;
    background: transparent;
    border: none;
    top: 0;
}

.formBottom button {
    position: absolute;
    right: 0;
    background: transparent;
    border: none;
    top: 0;
}

.footerFormInp {
    width: 100%;
    padding: 10px;
    border: none;
    border-bottom: 1px solid var(--colorGray);
}

.footerInBottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    text-align: right;
    margin-top: 2rem !important;
    border-top: 1px solid var(--colorBlack);
    padding-top: 1rem;
}

.footerInBottom p {
    margin: 0;
    color: var(--colorGray);
}

.footerInBottomText a {
    margin-right: 13px;
    color: var(--colorGray);
}

.megaMenu {
    position: absolute;
    z-index: 9999;
    background-image: url(../img/megaMenuBg.png);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    width: 97%;
    height: 350px;
    right: 0;
    top: 70%;
    opacity: 0;
    pointer-events: none;
    transition: .5s;
    background-color: white;
    border-radius: 7px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 30px 15px;
}

.topMenus {
    cursor: pointer;
}

.topMenus:hover a {
    color: var(--colorRed);
}

.topMenus:hover {
    color: var(--colorRed);
}

.topMenus:hover .megaMenu {
    opacity: 1;
    pointer-events: all;
    top: 85%;
}

.megaMenu .row {
    padding: 3rem;
    height: 100%;
    width: 100%;
    margin: 0;
}

.megaMenu .row div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.megaMenuTitleActive {
    position: relative;
    color: var(--colorRed) !important;
}

.megaMenuTitleActive:after {
    content: "";
    width: 50%;
    height: 1px;
    background: var(--colorRed);
    position: absolute;
    top: 10px;
    right: 0;
}

.megaMenuTitle {
    color: var(--colorRed);
}

.megaMenuRightTitle {
    font-size: 14px;
    color: var(--colorGray) !important;
}

.righMega {
    justify-content: center !important;
    text-align: center;
}

.rigMegaOne {
    justify-content: start !important;
}

.rigMegaOne .megaMenuTitle {
    margin-bottom: 1rem;
}

.searchPop {
    width: 100%;
    height: 100vh;
    z-index: 99999;
    position: fixed;
    background: #000000b3;
    display: grid;
    place-items: center;
    bottom: 0;
    transition: .5s;
}

form.searchPopBody {
    width: 50%;
}

.searchFormInp {
    width: 100%;
    padding: 10px;
    border: none;
    background: transparent;
    border-bottom: 2px solid white;
    outline: none;
    color: white;
    font-size: 25px;
}

.searchPopBtn {
    top: 13px !important;
}

.searchPopBtn img {
    width: 30px;
}

.searchPopCLose {
    position: absolute;
    right: 3%;
    top: 10%;
    width: 25px;
    cursor: pointer;
}

.timeLineContent {
    height: 400px;
    padding-top: 3rem;
    position: relative;
    background-image: url(../img/timeBg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 3rem;
    margin-top: 10rem;
}

.slideTimeline {
    padding-top: 3rem !important;
}

.timeLinePagi {
    top: 0 !important;
    display: flex;
    justify-content: space-between;
    height: fit-content !important;
}

.timeLinePagi .swiper-pagination-bullet {
    position: relative;
}

.timeLinePagi .swiper-pagination-bullet:after {
    content: "";
    width: 547px;
    height: 1px;
    background: var(--colorGray) !important;
    position: absolute;
    left: 9px;
    top: 3px;
}

.timeLinePagi .swiper-pagination-bullet-active {
    background: var(--colorRed);
}

.timeLinePagi .swiper-pagination-bullet-active:after {
    opacity: .2;
}

.timeLineTitle {
    color: var(--colorRed);
    padding-bottom: 1rem;
}

.timeLineTitleRed {
    color: var(--colorRed);
    padding-bottom: 1rem;
}

.timeLineTitleGray {
    color: var(--colorGray);
    margin: 0;
}

.timeLineImg {
    width: 25px;
}

.timeLineTitle span {
    font-size: 18px;
}

.slideTimeline .swiper-slide {
    background: transparent;
}

.searchBreadcrumbCol {
    display: flex;
    align-items: center;
    height: 95px;
}

.searchBreadcrumbCol p,
.searchBreadcrumbColBottom p {
    margin: 0;
}

.searchBreadcrumbCol img,
.searchBreadcrumbCol p {
    padding-right: 10px;
}

.searchBreadcrumbColCenter {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
}

.searchBreadcrumbColCenter h1 {
    text-align: center;
    color: var(--colorGray);
}

.searchBreadcrumbColBottom {
    display: flex;
    align-items: center;
    height: 95px;
    font-size: 19px;
}

.searchBreadcrumbColBottom span {
    color: var(--colorRed);
    margin-right: 10px;
}

.searchBreadcrumbColBottom p {
    color: var(--colorGray);
}

.searchBreadcrumbRowBottom {
    margin-top: 1rem !important;
    margin-bottom: 3rem !important;

}

.searchBox {
    display: grid;
    place-items: center;
    margin-bottom: 2rem;
}

.searchBoxContent {
    width: 100%;
    display: flex;
    align-items: center;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 25px !important;
    border-radius: 10px;
}

.searchBoxContent h5 {
    padding-bottom: 10px;
}

.searchBoxContent p {
    color: var(--colorGray);
}

.kurumsalBreadContent {
    height: 310px;
    background-image: url(../img/kurumsalBg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: end;
}

.kurumsalBreadRow {
    background: #ffffffab;
    padding: 15px 10px;
    border-radius: 35px 35px 0px 0px;
    position: relative;
}

.kurumsalBreadRow:after {
    content: "";
    width: 100%;
    height: 2px;
    background: var(--colorRed);
    position: absolute;
    bottom: 0;
    left: 0;
}

.kurumsalBreadRow ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

.kurumsalBreadRow ul li {
    list-style: none;
    position: relative;
}

.kurumsalBreadRow ul li a {
    font-size: 16px;
    color: var(--colorGray);
}

.kurumsalBreadRowActive:after {
    content: "";
    width: 15px;
    height: 15px;
    background: white;
    position: absolute;
    z-index: 99;
    left: 40%;
    border-radius: 50%;
    border: 2px solid var(--colorRed);
    bottom: -20px;
    z-index: 1;
}

.kurumsalBottomColLeft {
    background-image: url(../img/bigStar.png);
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
}

.kurumsalKaliteBottomColLeft {
    background-image: url(../img/bigStar.png);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}

.kurumsalEndContent {
    height: 310px;
    background-image: url(../img/kurumsalBottom.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: grid;
    place-items: center;
    margin-top: 4rem;
    position: relative;
}

.kurumsalEndContent h1 {
    font-size: 25px;
    color: white;
    width: 40%;
    text-align: center;
}

.kurumsalDegerBottomCol {
    text-align: center;
}

.kurumsalDegerBottomCol img {
    width: 80px;
    padding-bottom: 2rem;
}

.kurumsalDegerBottomCol h3 {
    color: var(--colorGray);
    text-align: center;
}

.kurumsalVizyonBottomCol img {
    width: 100%;
    padding-bottom: 2rem;
}

.kurumsalVizyonBottomCol h3 {
    color: var(--colorGray);
    text-align: center;
}

.kaliteAnlayisiContent {
    display: flex;
    align-items: center;
    margin-bottom: 3rem;
}

.kaliteAnlayisiContent p {
    margin: 0;
    padding-left: 10px;
}

.surdurBottomUl li::marker {
    color: black;
}

.bredcrumbTwo {
    color: white !important;
}

.kariyerBottomBtn {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 3rem !important;
}

.btnRgImg {
    width: 18px;
    margin-left: 15px;
}

.bultenBtn {
    width: 200px;
    background: transparent;
    border: 1px solid var(--colorRed);
    padding: 15px;
    text-align: center;
}

.bultenBtnGray {
    width: 200px;
    background: var(--gray);
    border: 1px solid white !important;
    color: white;
    padding: 15px;
    text-align: center;
}

.bultenBtnGray .bultenDownImg {
    filter: invert(1);
}

.bultenDownImg {
    margin-left: 20px;
    transition: 1s;
    user-select: none;
}

.btnRotate {
    transform: rotateX(180deg);
}

.bultenBottomCol {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.bultenCol {
    position: relative;
}

.bultenPos {
    position: absolute;
    top: 146%;
    width: 100%;
}

.bultenBottomContent {
    min-height: auto;
    margin-bottom: 2rem;
}

.bultenBottomPdf {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.bultenBottomPdf a {
    color: var(--colorGray);
}

.bultenBottomPdf img {
    margin-right: 15px;
    width: 35px;
}

.medyaBottomPdf {
    display: flex;
    align-items: baseline;
    justify-content: space-around;
    margin-bottom: 1rem;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 2rem 1rem;
    border-radius: 10px;
}

.medyaBottomPdf a {
    color: var(--colorGray);
}

.medyaBottomPdf img {
    margin-right: 15px;
    width: 35px;
}

.medyaBottomPdf .medyaLink {
    margin: 0 !important;
}

.bultenFormText {
    position: absolute;
    left: 45px;
    top: 45px;
}

.bultenFormText h2 {
    color: white !important;
}

.kurumsalFormInp {
    width: 550px;
    padding: 10px;
    border: none;
    border-bottom: 1px solid white;
    background: transparent;
    color: white;
}

.kurumsalFormInp::placeholder {
    color: #ffffff40;
}

.kurumsalFormInp:focus {
    outline: none;
}

.bultenMailImg {
    width: 30px;
}

.santralColContentBottom {
    position: absolute;
    top: 74%;
    left: 0;
    width: 100%;
    height: 150px;
    background: #b1144994;
    color: white;
    display: grid;
    place-items: center;
    border-radius: 52px 5px 52px 5px;
    z-index: 0;
    transition: 1s;
}

.santralColBottomIn {
    width: 100%;
    height: 70%;
    display: flex;
    align-items: start;
    justify-content: center;
}

.santralColTitle {
    font-size: 19px;
}

.santralIconCont img {
    width: 25px;
    opacity: 0;
    pointer-events: none;
    transform: translateX(-10px);
    transition: .5s;
}

.santralColContent:hover .santralIconCont img {
    opacity: 1;
    pointer-events: all;
    transform: translateX(20px);
}

.santralColContent:hover .santralColContentBottom {
    background: var(--colorRed);
}

.santralColContent {
    margin-bottom: 2rem;
    height: 230px;
}

.hidroLeftTag {
    display: flex;
    align-items: center;
    background: white;
    color: var(--colorRed) !important;
    padding: 15px;
    justify-content: center;
    border-radius: 5px;
    height: auto;
    min-height: 95px;
    margin-bottom: 2rem;
    border: 2px solid var(--colorRed);
    width: 200px;
}

.hidroLeftTagActive {
    background: var(--colorRed);
    color: white !important;
}

.hidroLeftTag img {
    width: 60px;
    margin-right: 20px;
}

.santralBottomRows {
    width: 70% !important;
}

.santralPhotoCol {
    height: auto;
    min-height: 280px;
}

.santBottomVideoContent {
    width: 70% !important;
    height: 450px;
    position: relative;
}

.santBottomVideoContent img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.santPlayBtn {
    width: 100px !important;
}

.santPlayBtn {
    width: 100px !important;
    left: calc(50% - 50px) !important;
    height: 100px !important;
    display: grid;
    place-items: center;

}

.santPlayBtn img {
    width: 45px !important;
    height: auto !important;
}

.yatirimMap {
    height: 550px;
    padding: 0;
    margin: 0;
    width: 100% !important;
}

.medyaContentImg {
    width: 100%;
    height: 403px;
    min-height: 403px;
    object-fit: cover;
    border-radius: 10px;
}

.medyaDate {
    margin-top: 2rem;
    color: var(--colorGray);
}

.medyaInDate {
    color: var(--colorGray);
}

.medyaTitle {
    font-size: 30px;
    margin-bottom: 1rem;
}

.medyaParagraph {
    color: var(--colorGray);
}

.medyaLink {
    display: flex;
    align-items: center;
    width: fit-content;
    color: var(--colorRed);
    margin-top: 1rem;
}

.medyaLink img {
    margin-left: 10px;
    width: 23px;
}

.medyaBottomCol {
    display: flex;
    justify-content: center;
}

.medyaRightContent {
    width: 95%;
    height: 600px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 1.5rem 1rem;
    border-radius: 10px;
}

.medyaRightSmall {
    display: flex;
    margin-bottom: 1rem;
}

.medyaRightSmall img {
    width: 120px;
    height: auto;
}

.medyaRightContentText {
    margin-left: 10px;
}

.medyaRightDate {
    margin: 0;
    font-size: 14px;
    color: var(--colorGray);
}

.medyaRightTitle {
    font-size: 17px;
    margin-top: 10px;
}

.medyaRightArrw {
    text-align: right;
}

.medyaRightArrw img {
    width: 25px;
}

.medyaInTitle {
    font-size: 26px;
}

.basinInContentCol {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 3rem;
}

#map {
    width: 100%;
    height: 450px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 25px;
    border-radius: 5px;
}

.contactottomCol {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.contactRightText {
    text-align: center;
    width: 60%;
}

.contactLink {
    font-size: 17px;
    color: var(--colorGray);
}

.contactBottomContainer {
    background-image: url(../img/bigStar.png);
    background-size: contain;
    background-position: 115%;
    background-repeat: no-repeat;
}

.footerMenu a {
    color: var(--colorGray);
    width: fit-content;
    display: block;
}

.mobileMenu {
    cursor: pointer;
    display: none !important;
}

.faaliyetPrev::after,
.faaliyetNext::after {
    color: var(--colorGray) !important;
}

.searchBoxLeft {
    width: 92%;
}

.searchBoxRight {
    width: 8%;
    text-align: right;
}

.sliderBottom a {
    color: white;
}

#map iframe {
    width: 100%;
    height: 100%;
}

.enerjiBigColLeft {
    flex-direction: row !important;
    justify-content: space-around !important;
}

.enerjiBigColLeft .megaMenuTitle {
    width: 25% !important;
}

.enerjiRightMenu {
    flex-direction: row !important;
}

.enerjiRightIn {
    margin-right: 20px;
}

.enerjiBigColRight {
    flex-direction: row !important;
}

.enerjiBigColRight .megaMenuTitle {
    width: 27%;
}

.setLngButton {
    background: transparent;
    border: none;
}

.enerjiInLeft {
    justify-content: start !important;
}

.enerjiInLeft .megaMenuRightTitle {
    margin-bottom: 2.5rem;
}

.search path {
    fill: white;
}

.timeLineParagraph {
    color: var(--colorGray);
}

.footerColLeft {
    color: var(--colorGray);
}

.footerCol {
    color: var(--colorGray);
}

.dg_logo {
    width: 70px;
}

.yatirimFlexCol {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.lb-caption {
    font-weight: 500 !important;
}

.mobileCont {
    display: none;
}

.mobileMap {
    width: 100%;
}

.mobileMenuContent {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    background: #00000075;
    opacity: 0;
    pointer-events: none;
    transition: 1s;
}

.activeContent {
    opacity: 1;
    pointer-events: all;
}

.activeBody {
    left: 0 !important;
}

.mobileMenuBody {
    width: 85%;
    height: 100%;
    background: white;
    padding: 10px 20px;
    position: absolute;
    left: -100px;
    transition: .5s;
}

.mobileMenuTitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.mobileMenuBottomContent {
    color: white;
    display: none;
    transition: .5s;
    margin-bottom: 1rem;
}

.mobileMenuBottomContentActive {
    display: block;
}

.mobileMenuDown {
    cursor: pointer;
}

.mobileMenuClose {
    font-size: 25px;
    cursor: pointer;
}

.menuBigTitle {
    color: var(--colorGray);
}

.submenuTitle {
    color: var(--colorGray);
    font-size: 14px;
}

.mobileLogo {
    height: 100%;
    display: block;
}

.mobileLogo img {
    width: 100%;
}

.mobileMenuTop {
    margin-bottom: 2rem;
}

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

.mobileMenuBottomContent ul {
    padding-left: 4rem;
}

.basinSlider {
    height: 420px;
}