body {
    font-family: 'Roboto', sans-serif;
}


.language-body {
    background-image: url('../images/background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.language-body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/bg-layer.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: -1;
}


.language-selection {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
}

.language-selection h2 {
    font-size: 18px;
    color: #616d7b;
    background-color: #d3dcdd;
    width: 300px;
    padding: 8px;
    border-radius: 30px;
}

.language-selection button {
    margin: 5px;
}

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

.top-bar .logo img {
    position: relative;
    max-width: 180px;
    bottom: -35px;
    z-index: 999;
}

.top-bar .contact-info {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.top-bar .contact-info i {
    margin-right: 5px;
}

.top-bar .contact-info img {
    width: 28px;
}

.navbar-custom {
    align-items: flex-end;
    position: relative;
    background-color: transparent;
    background-image: url('../images/navbar.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.right-bar {
    display: flex;
    position: relative;
    right: 20vw;
    margin-left: auto;
}

.navbar-custom .navbar-nav .nav-item {
    padding: 10px 0;
}

.navbar-custom .navbar-nav .nav-link {
    position: relative;
    display: flex;
    color: #6c757d;
    padding: 0 0;
}

.navbar-custom .navbar-nav .nav-link.active {
    color: #ff8900;
}

.navbar-custom .navbar-nav .nav-link::after {
    content: '';
    display: flex;
    width: 0;
    height: 4px;
    background: #ff8900;
    position: absolute;
    bottom: -17px;
    left: 0;
}



.navbar-custom .navbar-nav .nav-item:not(:first-child) .nav-link:hover:after {
    left: 46px;
}

.navbar-custom .navbar-nav .nav-link:hover:after {
    width: 100%;
    transition: width .3s;
}

.navbar-custom .navbar-nav .nav-item:not(:first-child) .nav-link:hover:after {
    width: calc(100% - 44px);
    transition: width .3s;
}

.navbar-custom .navbar-nav .nav-link.active::after {
    width: 100%;
}

.navbar-custom .navbar-nav .nav-item:not(:first-child) .nav-link.active:after {
    width: calc(100% - 44px);
    left: 44px;
}

.navbar-custom .navbar-nav .nav-item:not(:first-child) .nav-link::before {
    content: '';
    display: flex;
    width: 1px;
    height: 24px;
    margin-right: 22px;
    margin-left: 22px;
    background: #7f7f7f;
    transition: height 1s ease-in-out;
}


.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: white;
}

.footer .logo img {
    max-height: 50px;
}

.footer .info {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer .info .icon {
    height: 24px;
    margin: 0 10px;
}

.footer .info p {
    font-size: 14px;
    margin: 0;
    padding: 0;
}


.footer .logo {
    height: 40px;
}

.footer::after {
    content: "";
    display: block;
    height: 6px;
    width: 100%;
    color: #f77c04;
    background-color: #f77c04;
    margin-top: 32px;
}


.carousel-content {
    position: absolute;
    bottom: -13vh;
    left: 68.5vw;
    width: 660px;
    height: 200px;
    background-color: #ff8800b9;
    /* Yarı saydam siyah */
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 24px;
    border-radius: 16px;
}

.carousel-content .content {
    padding: 20px;
}

.carousel-content h2 {
    font-size: 24px;
    margin: 0 0 0 0;
}

.carousel-content h4 {
    font-size: 16px;
    margin: 14px 0 0 0;
}

.owl-carousel .item {
    position: relative;
    padding: 30px 0;
    margin: 10px;
    color: #fff;
    border-radius: 3px;
    text-align: center;
}

.owl-carousel .item img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}


section.about {
    background-color: #fff;
    padding: 50px 0;
}

section.about b {
    color: #ff8900;
}

section.about .card {
    background-color: #f3f3f3;
    border: 0;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    padding: 16px;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
}

section.about .card .content {
    height: 33%;
}

section.about .card .content img {
    max-width: 38px;
    height: auto;
    border-radius: 10px;
}

section.about .card b {
    color: #ff8900;
    font-size: 24px;
}

section.about .card p {
    color: #7d7d7e;
    font-size: 14px;
    margin: 0;
}

section.serve {
    position: relative;
    background-color: #ededed;
    padding: 30px 0;
    margin-top: 140px;
	padding-top:130px
}

section.serve .row {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
section.serve p {
	margin-top:10px
}

section.serve .row [class*="col-"] {
    margin-bottom: 12px;
}

section.serve img {
    width: 48px;
    height: auto;
    margin:auto;
    display: block;
}

section.serve .card {
    position: absolute;
    top: 0;
    left: 50%;
    width: 600px;
    height: 220px;
    background-color: #6dabc2b2;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 24px;
    border-radius: 16px;
    border: none;
}

section.serve .card img {
    width: 128px;
    height: auto;
    border-radius: 10px;
}


section.serve .shorts {
    font-size: 14px;
	text-align:center;
}


section.serve .card2 {
    width: 100%;
    height: auto;
    background-color: #6dabc2b2;
}

section.serve .card2 .head {
    background-color: #f1b167;
    height: 100px;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

section.serve .card2 .head h2 {
    font-size: 24px;
}

section.serve .card2 .body {
    background-color: #efeff0;
    height: auto;
	min-height:260px
}

section.serve .card2 .body p {
    padding: 15px;
    color: #676767;
    font-size: 16px;
}


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

section.serve .center h2 {
    color: #f38607;
}

section.serve .center p {
    color: #676767;
}

section.battery {
    position: relative;
    margin-top: 20px;
    padding: 100px 0;
	min-height:350px;
    height: auto;
    color: #fff;
    text-align: center;
    background-image: url('../images/battery-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

section.battery.hasMap {
    padding: 0;
}

section.battery iframe {
    width: 100%;
    height: 500px;
    border: none;
}

section.battery .battery-color {
    position: absolute;
    background-color: #ffb259;
    width: 100%;
    height: 72px;
    top: 0;
}

section.battery .card {
    border: none;
    background-color: transparent;
    color: #fff;
}

section.battery .card2 .head {
    position: relative;
    left: 50%;
    width: 300px;
    height: 100px;
    background-color: #6dabc2b2;
    transform: translate(-50%, -50%);
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 10px;
}

section.battery .card2 .head h3 {
    position: absolute;
    font-size: 20px;
    top: 70px;
    left: 50%;
    transform: translate(-50%, -50%);
}

section.battery .card2 .head img.logo {
    position: absolute;
    top: -10px;
    width: 128px;
    height: auto;
    border-radius: 10px;
}

section.battery .card2 .head img {
    position: absolute;
    bottom: -20px;
    width: 56px;
    height: auto;
    border-radius: 10px;
}


section.battery .card2 .body {
    position: absolute;
    top: 150px;
    left: 50%;
    width: 400px;
    padding: 10px;
    background-color: #a1a7afa9;
    transform: translate(-50%, -50%);
    justify-content: center;
    align-items: center;
    color: white;
}




section.battery .card h3 {
    font-size: 17px;
    min-height: 6em;
    margin: 6px 0 0 0;
}

section.battery .card .content {
    position: relative;
    background-color: #aabcc588;
    border: 0;
    bottom: 0;
    padding: 16px;
    height: 100%;
    width: 100%;
    min-height: 210px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
}

section.battery .card img {
    width: 32px;
    height: auto;
    border-radius: 10px;
    top: 56px;
}

section.battery .card .content p {
    font-size: 14px;
    margin: auto;
}

section.battery img {
    position: absolute;
    width: 50%;
    bottom: 100px;
    left: 50%;
    transform: translate(-50%, 50%);
}

footer {
    padding: 20px 0 0 0;
    color: #a4a4a4;
}

footer .logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 256px;
}

footer .info [class*="col-"] {
    margin-top: 22px;
}

footer .info img {
    width: 24px;
    height: auto;
    margin-right: 10px;
}


footer .link {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ededed;
    margin-top: 20px;
}

footer .link a {
    text-decoration: none;
    color: #666666;
    margin: 0 60px;
    position: relative;
}

footer .link a:not(:first-child)::before {
    content: '';
    display: block;
    width: 1px;
    height: 20px;
    background-color: #666666;
    position: absolute;
    left: -60px;
    top: 50%;
    transform: translateY(-50%);
}

footer .link a:hover {
    color: #ff8900;
}


footer .btn {
    background-color: #e4e3e3;
    width: 100%;
    height: 35px;
    text-align: left;
}

footer .btn span {
    float: left;
    width: 195px;
	font-size:14px
}

footer .btn img {
    width: 11px;
    height: auto;
    margin-left: 10px;
    float: left;
}

footer .info a {
    padding-left: 8px;
}

.slider-bg img {
    width: 100%;
    height: auto;
}


section.products .btn-select,
section.products .btn-charges {
    margin-top: 20px;
    background-color: #ededed;
    color: #676767;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border: none;
    width: 100%;
}

section.products .btn-select:hover,
section.products .btn-charges:hover {
    background-color: #fcaf56;
    color: white;
    transition: background-color .3s;
}

section.products .btn-select.active,
section.products .btn-charges.active {
    background-color: #fcaf56;
    color: white;
}



section.products .content {
    position: relative;
    margin-top: 180px;
    padding-bottom: 100px;
    background-color: #a0b3b8;
}

section.products .content.mt {
    margin-top: 200px;
}

section.products .content.mtl {
    margin-top: 300px;
}

section.products .content::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 14px;
    background-color: #fcaf56;
}

section.products .content img {
    position: absolute;
    width: 240px;
    height: auto;
    left: 20px;
}

section.products .content img.center {
    left: 50%;
    transform: translateX(-50%);
    top: 50px;
}

section.products .content img.extra {
    position: unset;
    width: 60%;
}

section.products .content h2 {
    position: absolute;
    top: 65px;
    left: 45%;
    color: #fff;
    font-size: 28px;
    text-align: center;
}

section.products .content h2.center {
    left: 50%;
    transform: translateX(-50%);
    top: 70px;
}



section.products .content .body {
    position: relative;
    background-color: #f5f5f5;
    top: 180px;
    padding: 35px;
}

section.products .content .body p {
    color: #7d7d7e;
    font-size: 16px;

}

section.products .content .body h3 {
    color: #fd9f31;
    margin-top: 22px;
    margin-bottom: 22px;
}

section.products .content .body .btn {
    position: relative;
    background-color: #f5f5f5;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

    border-radius: 30px;
    display: flex;
    width: 270px;

}

section.products .content .body .btn img {
    width: 14px;
    height: auto;
    margin-left: 10px;

    position: unset;
    top: 0;
    left: 0;
}

section.products .content table.table {
    width: 100%;
}

section.services h2 {
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    padding: 20px;
    color: #ff8900;
    text-align: center;
}

section.services .text {
    background-color: #f5f5f5;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    min-height: 125px;
}

section.services .text .container {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-top: 20px;
    padding: 10px;
}

section.services .text .container img {
    width: 52px;
    height: auto;
    margin-right: 10px;
}

section.services .text .container p {
    margin: auto;
    margin-left: 0;
    color: #676767;
}



section.blog {
    background-color: #f5f5f5;
    padding: 100px 0;
}

section.blog .card {
    background-color: #fff;
    border: 0;
    border-radius: 10px;
    height: 600px;
    width: 85%;
    display: flex;
    flex-direction: column;
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 18px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 50px;
}

section.blog .card .bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 400px;
    background-color: #f5f5f5;
    padding-left: 40px;
    padding-right: 40px;

}

section.blog .card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

section.blog .post {
    position: relative;
}

section.blog .post::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -10px;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    z-index: 999;
    background-image: url('../images/arrow-orange.png');
    background-size: contain;
    background-repeat: no-repeat;

}

section.blog .card::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(to bottom, rgba(245, 245, 245, 0) 40%, rgba(245, 245, 245, 1) 100%);
    pointer-events: none;
}

section.blog .card h2,
section.blog .card p,
section.blog .card .btn {
    position: relative;
    bottom: 0;
    z-index: 2;
}

section.blog .card h2,
section.blog .card p {
    color: #666666;
    text-align: start;
}

section.blog .card .btn {
    background-color: #f5f5f5;
    color: #ff8900;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border: none;
    width: 130px;
    position: absolute;
    left: 40px;
    bottom: 10px;
}

section.blog .card .btn:hover {
    background-color: #fcaf56;
    color: white;
    transition: background-color .3s;
}

section.blog .card .btn img {
    left: auto;
    top: auto;
    width: 14px;
    height: auto;
    margin-left: 2px;
    object-fit: cover;
}

section.recycling {
    font-size: 16px;
    color: #666666;
}

section.recycling .text-line {
    background-color: #fff;
    padding: 20px;
    color: #ff8900;
    text-align: center;
}

section.recycling .text-line2 {
    background-color: #dbe2e2;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    padding: 20px;
    color: #676767;
    text-align: center;
    font-weight: 700;
}

section.recycling .text-line2 img {
    width: 18px;
    height: auto;
    margin-top: 5px;
}

section.recycling .text-line2 span {
    color: #ff8900;
}


section.recycling .text-line3 {
    background-color: #f5f5f5;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    padding: 10px;
    color: #676767;
    text-align: center;
    font-weight: 700;
}

section.recycling .text-line3 img {
    width: 48px;
    height: auto;
    margin-top: 5px;
}

section.recycling .text-line3 span {
    color: #ff8900;
}

section.recycling .container img {
    width: 100%;
    height: auto;
}

@media (max-width: 1800px) {
    .right-bar {
        right: 14vw;
    }
}

@media (max-width: 1600px) {
    .right-bar {
        right: 12vw;
    }
}

@media (max-width: 1400px) {
    .right-bar {
        right: 8vw;
    }
	footer .btn img {
		margin-left:0px
	}
}

@media (max-width: 1200px) {
    .right-bar {
        right: 2vw;
    }
}



@media (max-width: 991px) {

    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }

    .carousel-item .w-100 {
        height: 252px;
        object-fit: cover;
        object-position: -103px;
    }

    .navbar-custom {
        background: none;
    }

    .right-bar {
        display: block;
        margin: 0;
        width: 100%;
    }

    .right-bar .navbar-toggler {
        float: right;
    }

    .right-bar .navbar-collapse {
        width: 100%;
    }

    .right-bar .navbar-nav {
        width: 100%;
        padding-left: 15px;
    }

    .navbar-custom .navbar-nav .nav-item:not(:first-child) .nav-link::before {
        display: none;
    }

    .navbar-custom .navbar-collapse {
        padding: 10px;
    }

    .top-bar .logo img {
        bottom: 0;
        max-width: 140px;
    }

    .top-bar .contact-info {
        font-size: 16px;
        display: block;
    }

    .top-bar .contact-info .me-3 {
        margin: 10px 0 0 40px;
    }

    .top-bar .contact-info img {
        width: 24px;
    }

    .top-bar .form-search {
        display: none;
    }

    .carousel-content {
        bottom: -6vh;
        width: 400px;
        height: 120px;
    }

    .none {
        display: none;
    }

    section.battery {
        height: 800px;
    }

    section.battery.h150 {
        height: 150vh;
    }

    section.battery .battery-color {
        height: 50px;
    }

    section.battery .card h3 {
        font-size: 14px;
        min-height: 6em;
    }

    section.battery .card img {
        width: 38px;
        top: 46px;
    }

    .navbar-custom .navbar-nav .nav-item .nav-link:hover:after,
    .navbar-custom .navbar-nav .nav-link.active:after {
        width: 100% !important;
        left: 0 !important;
    }

    section.battery .card2 .body {
        width: 330px;
    }

    footer .info {
        font-size: 12px;
    }

    footer .btn {
        font-size: 14px;
    }


    footer .link a {
        font-size: 14px;
    }

    .footer .info a {
        padding-left: 12px;
    }

    .carousel-content {
        position: relative;
        width: 100%;
        border-radius: 0px;
        bottom: inherit;
        top: 0;
        left: 0;
        transform: inherit;
    }

    .carousel-content .content h2 {
        font-size: 16px;
    }

    .carousel-content .content h4 {
        font-size: 12px;
    }

    section.about .card b {
        font-size: 18px;
    }

    section.about .card p {
        font-size: 12px;
    }


    section.about .card .content img {
        max-width: 28px;
    }

    section.serve {
        padding: 50px 0;
        margin-top: 75px;
    }

    section.serve .card {
        width: 300px;
        height: 130px;
    }

    section.serve .card img {
        width: 38px;
    }

    section.serve .card h2 {
        font-size: 18px;
    }

    section.serve .row {
        font-size: 14px;
    }

    section.battery .card .content {
        font-size: 12px;
        padding: 2px;
        min-height: 240px;
    }

    section.battery .mt-0 {
        margin-top: 3rem !important;
    }

    section.battery img {
        bottom: 30px;
    }

    section.products .content img {
        left: 50%;
        transform: translateX(-50%);
    }

    section.products .content img.extra {
        left: 0;
        transform: none;
        width: 100%;
    }

    section.products .content h2 {
        text-align: center;
        left: 50%;
        transform: translateX(-50%);
        font-size: 20px;
    }

    section.products .content table.table {
        width: 100%;
    }

    section.blog .card {
        width: 100%;
    }

    .slider-bg img {
        width: 100%;
        height: 20vh;
        object-fit: cover;
    }

    footer .btn img {
        display: none;
    }

    section.about {
        padding: 20px 0;
    }

}