:root {
    --color-main: #004082;
    --color-secondary: #f7a600;
}

.logo-holder {
    width: 150px;
}

.zoom-hover {
    overflow: hidden;
}

.zoom-hover img {
    transition: .4s;
}

.zoom-hover:hover img {
    transform: scale(1.07);
}

/*.hero-wrap .overlay {*/
/*    opacity: .25;*/
/*}*/

.nav-holder nav li a {
    font-size: 1.2em;
}

.nav-holder nav li ul {
    min-width: 260px;
}


.map-btn-wrapper .btn {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}

.footer-item span, .footer-item ul li a {
    text-transform: unset;
}

.ser-title h3 {
    letter-spacing: 5px;
}

.align-items-center {
    align-items: center;
}

img.img-fluid {
    width: 100%;
}

.bg-white {
    background-color: #fff !important;
}

.mb-3 {
    margin-bottom: 1.5rem;
}

.satis h3 {
    text-align: left;
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.satis ul {
    padding-left: 2rem;
}

.satis ul li {
    list-style: disc;
    text-align: left;
    font-size: 1.1em;
    line-height: 24px;
    padding-bottom: 4px;
}


.phase-item {
    text-align: center;
}

.phase-no {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    border: 8px solid #f7a600;
    border-radius: 100%;
    background-color: #fff;
    margin: 0 auto;
}

.phase-line {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    height: 8px;
    background-color: #f7a600;
}

.overflow-hidden {
    overflow: hidden !important;
}

.phase-icon {
    text-align: center;
    margin-bottom: 15px;
}


.pt-10 {
    padding-top: 10px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.phase-text {
    font-size: 16px;
    color: #414141;

}

.phase-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

.avem-title {
    font-size: 25px;
    font-weight: 500;
}

.text-center {
    text-align: center !important;
}

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

.text-right {
    text-align: right !important;
}

.electric-register__form {
    padding: 20px;
    border-radius: 1rem;
    border: 2px solid #f7a600;
    text-align: left;
}

.electric-register__form input {
    width: 100%;
    margin-bottom: 10px;
    padding: 15px 10px;
    border: 1px #cfcfcf solid;
    border-radius: 5px;
}

.avem-btn {
    background-color: #fff;
    color: #000;
    border: 2px solid #000;
    padding: 10px 15px;
    cursor: pointer;
    transition: .3s;
    font-weight: 600;
}

.avem-btn:hover {
    background-color: #000;
    color: #fff;
}

.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.logo-carousel .item img {
    width: 69%;
    max-height: 70%;
}

.satis-img {
    overflow: hidden;
}

.satis-img img {
    transition: 1s ease-in-out;
}

.satis-img:hover img {
    transform: scale(1.2);
}

.faaliyet {
    background-color: #fff;
}

header, footer.fixed-footer {
    background: #f1f1f1;
}

.nav-holder nav li a, .footer-title a, footer.fixed-footer .footer-social li a {
    color: var(--color-main);
}

footer.fixed-footer .footer-social li a {
    color: var(--color-main);
    border: 1px solid rgb(191 191 191 / 70%);
}

header:before, .footer-title:before, footer.fixed-footer .footer-social:before {
    background: rgb(191 191 191 / 70%);
}

.nav-button span {
    background: var(--color-main);
}

.nav-holder nav li ul {
    background: #fff;
    border: 1px solid var(--color-main);
}

.nav-holder nav li ul a {
    color: var(--color-main);
}

.loader {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.loader img {
    width: 300px;
    margin-bottom: 40px;
}

.feed-item {
    background-size: cover;
    background-position: center;
    height: 150px;
    transition: .4s;
}

.feed-item:hover {
    opacity: .7;
}

.instagram-feed h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.instagram-feed h5 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
}

.feed-item i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 1.5rem;
    opacity: 0;
    pointer-events: none;
    transition: .4s ease-in-out;
}

.feed-item:hover i {
    opacity: 1;

}


.reference-item {
    text-align: left;
    padding: 15px;
    font-size: 15px;
}

.reference-row {
    display: flex;
    flex-wrap: wrap;
}

.reference-col {
    flex: 50%;
    border: 1px solid #b6b6b6;
}

.reference-col:nth-child(even) {
    border-left: none;
}

.reference-col:not(:first-child),
.reference-col:nth-child(2) {
    border-top: none;
}

.logo-carousel .item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 180px;
    padding: 0 20px;
}

.blocker {
    z-index: 999;
}

#teklifForm, #akaryakitForm, .modal-form {
    padding: 0;
    border-radius: 1rem;
}

.show-share i {
    color: var(--color-main);
    font-size: 1.1rem;
}

.show-share span {
    color: var(--color-main);
}

.show-share {
    width: unset;
    color: var(--color-main);
}

.show-share a {
    font-weight: 500;
    font-size: 1rem;
    display: block;
}

.color-change {
    animation: color-change 1s infinite;
}


header.pc-only {
}

/*.sidebar {*/
/*    width: 400px;*/
/*    height: 100vh;*/
/*    position: fixed;*/
/*    left: 0;*/
/*    top: 0;*/
/*    background-color: #fff;*/
/*    padding-top: 40px;*/
/*    padding-inline: 0;*/
/*    transition: .3s ease-in-out;*/
/*}*/

.sidebar-logo {
    margin-bottom: 60px
}

.sidebar-logo img {
    width: 280px;
}

.sidebar.collapsed {
    left: 0;
}

.sidebar ul li a {
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.25em;
    color: var(--color-main);
    margin: 4px 0 0 0;
    padding: 0 0 8px 0;
    list-style: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    width: 90%;
    display: block;
}

.sidebar li {
    margin-bottom: 1rem;
    text-align: left;
    position: relative;
    padding-left: 45px;
}

.sidebar-toggle-btn {
    position: fixed;
    cursor: pointer;
    left: 35px;
    top: 35px;
    z-index: 9999;
}

.sidebar-toggle-btn i {
    font-size: 22px;
    color: var(--color-main);
}


.pc-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pc-logo img {
    width: 250px;
}

.logo-swiper .swiper-slide {
    height: 140px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-swiper .swiper-slide img {
    max-width: 60%;
    min-width: 50%;
    max-height: 70%;
    object-fit: contain;
    margin: 0 auto;
}

.logo-swiper {
    height: 700px;
}

.teklif-mobile {
    font-size: 16px;
    font-weight: 800;
    position: relative;
}

.teklif-mobile::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    height: 1px;
    background-color: var(--color-main);
}

.footer-item p, .footer-item span, .footer-item ul li a {
    color: rgba(0, 0, 0, 0.7);
}

.footer-item .text-link {
    color: #000000;
}

.footer-item .text-link:before {
    background: #000000;
}

.footer-wrap {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.footer-wrap:before {
    background: #000;
}

.to-top {
    color: #000;
}

.footer-logo a:before {
    background: rgba(3, 3, 3, 0.2);
}

@keyframes color-change {
    0% {
        color: var(--color-main);
    }
    50% {
        color: #59aef3;
    }
    100% {
        color: var(--color-main);
    }
}

.content-footer {
    background: #f1f1f1;
    padding: 50px 0 0 0;
}

.footer-item ul li {
    margin-bottom: 10px;
}

.content-footer {
    left: 0;
}

.content:before {
    display: none;
}


.loader-vid {
    height: 100vh;
    position: relative;
    width: 100%;
}

.loader-vid video {
    width: 100%;
    object-fit: contain;
}

.js .jquery-background-video {
    opacity: 1;
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

.menu-icon {
    transition: .2s;
}

.menu-icon.mirrored {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.footer-prices li {
    text-align: left;
    margin-bottom: 8px;
    text-decoration: underline;
    padding-left: 5px;
}

.footer-prices {
    background-color: #f1f1f1;
    padding: 10px;
    position: fixed;
    left: -200px;
    /*left: 0;*/
    bottom: 30px;
    transition: .25s ease-in-out;
    font-size: 1rem;
}

.footer-prices.show {
    left: 0;
}

#pricesBtn {
    position: fixed;
    bottom: 140px;
    left: 5px;
    cursor: pointer;
    font-size: 1rem;
    color: var(--color-main);
}

/*.content-holder {*/
/*    padding: 0 0 0 400px;*/
/*}*/

.sidebar-prices {
    position: absolute;
    width: 100%;
    bottom: 100px;
}

.content-holder {
    padding: 0;
}

.price-item {
    background-color: #f7a600;
    color: var(--color-main);
    padding: 10px;
}

.price-title {
    font-size: 18px;
    margin-bottom: 10px;
}

.hero-wrapper {
    height: 700px;
}

.price-value {
    font-weight: 600;
    font-size: 15px;
}

.show-share {
    top: 27px;
    right: 40px;
}

#blueBtn {
    padding: 15px 25px;
    background-color: var(--color-main);
    color: #fff;
    border: none;
    outline: none;
    transition: .4s;
    cursor: pointer;
}

#blueBtn.clicked {
    background-color: #fff;
    color: var(--color-main);
}

.yellow-strip {
    background: linear-gradient(180deg, #f9c800 0%, #faa300 100%);
    padding: 15px;
    color: #fff;
}

.yellow-strip a {
    color: #fff;
    font-size: 1rem;
}


.hero-wrap-text-slider .owl-dots .owl-dot.active span,
.hero-wrap-text-slider .owl-dots .owl-dot:hover span {
    background: #f5bb47;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}

.hero-wrap-text-slider .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.hero-wrap-text-slider .owl-dots .owl-dot {
    display: inline-block;
}

.hero-wrap-text-slider .owl-dots .owl-dot span {
    background: var(--color-secondary);
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
    border-radius: 50%;

}

.electric-register__form label {
    color: #757575;
    font-size: 14px;
}


.electric-register__form input[type="file"] {
    padding-left: 0;
    border: none;
    margin-bottom: 0;
}

.discover-content {
    width: 70%;
    position: relative;
}

.align-items-center {
    align-items: center !important;
}

.mb-20 {
    margin-bottom: 20px;
}

.d-flex {
    display: flex !important;
}

.discover-flex {
    padding: 23px 15px 23px 15px;
    border-radius: 10px;
    background-color: white;
    align-items: center;
}

.discover-content p {
    color: #333333;
    font-size: 20px;
    font-weight: 700;
    padding-left: 20px;
    margin-bottom: 0px;
}

.discover-text {
    background: transparent linear-gradient(90deg, #014182 0%, #f7a600 100%) 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: 40px;
    color: white;
    width: 100%;
}

.discover-text:nth-child(1) {
    background: transparent linear-gradient(90deg, #f7a600 0%, #014182 100%) 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: 40px;
    color: white;
    width: 100%;
}

.justify-content-end {
    justify-content: end !important;
}

.px-3 {
    padding-inline: 1rem !important;
}

header:before {
    display: none;
}

.mt-3 {
    margin-top: 1rem !important;
}

.modal-form a {
    text-decoration: underline;
    font-size: 16px;
    color: #003cc3;
}

.get-offer {
    height: 200px;
    background-image: url("../img/get-offer.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.get-offer span {
    pointer-events: none;
    font-size: 2.25rem;
    font-weight: 500;
    color: #fff;
    z-index: 2;
}

.p-0 {
    padding: 0 !important;
}

.get-offer::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: rgb(0,0,0,0.5);
    transition: .3s ease-in-out;
}

.get-offer:hover::before {
    background-color: rgb(0,0,0,0.25);
}

p {
    text-indent: 20px;
    text-align: justify;
    line-height: 22px;
}
.table-bordered {
    border: 1px solid #ddd;
}

.table {
    width: 80%;
    max-width: 100%;
    margin: 0 auto;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.reftable tbody tr:nth-child(2n) {
    background-color: #ddd;
}
table td:nth-child(2) {
    text-align: left;
}

.kvkk, .kvkk p {
    text-align: left;
    font-size: 15px;
    line-height: 1.5;
}

.home-reference .item a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-justify {
    text-align: justify !important;
}

#contact-form input[type="email"] {
    float: left;
    width: 100%;
    background: none;
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: 700;
    height: 70px;
    border-radius: 0;
    position: relative;
    z-index: 20;
    padding-left: 8px;
    color: #999;
    border: 0;
    text-transform: uppercase;
    border-bottom: 1px solid #000;
    -webkit-appearance: none;
    font-family: 'Inter', sans-serif;
}

.message-box {
    padding: 20px;
    text-align: center;
    border: 1px solid #8c8c8c;
    margin-bottom: 1rem;
    font-size: 1rem;
}

.modal-choice-item {
    margin-bottom: .7rem;
    position: relative;
}
.modal-choice-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    background-color: rgb(0,0,0,.4);
    z-index: 2;
    transition: .2s;
}

.modal-choice-item img {
    width: 100%;
}

.modal-choice-item h4 {
    font-weight: 800;
    font-size: 35px;
    color: #fff;
    z-index: 3;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.modal-choice-item:hover::before {
    background-color: rgb(0,0,0,.6);
}

.py-3 {
    padding-block: 1rem !important;
}

.py-5 {
    padding-block: 2rem !important;
}


