@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');

.product-page .gallery-section .container {
    max-width: 72% !important;
}

#secenek-6,
#secenek-7 {
    padding: 0px !important;
}

@media (min-width: 768px) {
    .section-header {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 9;
        margin-top: 50px;
        background-color: transparent !important;
        height: 100px;
    }

    .product-page .gallery-section .swiper-slide.show {
        transform: scale(1.0.3);
    }

    .product-page .gallery-section .swiper-slide.showless {
        opacity: 0.5;
        transform: scale(0.98);
        filter: blur(2px);
    }

    #humanForm-1 .rexa-content,
    #humanForm-2 .rexa-content {
        display: none !important;
    }

    #humanForm-1 .form,
    #humanForm-2 .form {
        width: 70%;
        border: 3px solid var(--site-color);
        padding: 20px;
        border-radius: 20px;
        margin: 0px auto;
    }

    .gallery-section-2 {
        padding-top: 0px !important;
    }

    .footer #footer-col:nth-child(2) .footer-info-list {
        padding-left: 75px;
    }

    .footer #footer-col:nth-child(3) .footer-info-list {
        margin-left: -30px;
    }

    .gallery-section-2 .container {
        padding-bottom: 40px;
    }

    .gallery-section-2 .gallery-wrapper {
        position: unset !important;
    }

    .gallery-section-2 .btn {
        position: absolute;
        bottom: 0;
    }

    .footer-img img {
        margin-top: -22px;
    }

    .body-content.shadow {
        filter: blur(5px);
    }

    .section-header .navbar .nav-link {
        color: #fff !important;
    }

    .section-header #navigation ul li a.nav-link {
        font-weight: 700 !important;
    }

    .section-header #navigation .dropdown-menu .nav-link {
        color: #fff !important;
        font-weight: 500 !important;
        transition: all .4s;
    }

    .section-header .logo img {
        max-height: 106px !important;
        margin-top: -5px;
    }

    .section-header #languages .nav-link {
        color: #fff !important;
    }

    .section-header #languages span::before {
        filter: brightness(100);
    }

    .section-header #languages {
        text-transform: uppercase !important;
    }

    .pageSliderContent {
        position: relative;
        overflow: hidden;
    }

    #gallery-detail-section-6 {
        position: relative;
    }
}

.slider-bottom-curve {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 50px;
    background: white;
    border-top-left-radius: 100% 80px;
    border-top-right-radius: 100% 80px;
    z-index: 5;
    pointer-events: none;
}

#slider-1 .weta-slider-tag,
#slider-6 .weta-slider-tag {
    font-weight: 900 !important;
    font-size: 4.5rem;
    line-height: 1.2;
    position: relative;
    right: 110px;
}

.opacity-1,
.opacity-2,
.opacity-3 {
    opacity: 0;
    animation-fill-mode: forwards;
}

/* Animasyonlar */
@keyframes fadeIn3 {
    to {
        opacity: 0.6;
    }
}

@keyframes fadeIn2 {
    to {
        opacity: 0.85;
    }
}

@keyframes fadeIn1 {
    to {
        opacity: 1;
    }
}

.opacity-3 {
    position: relative;
    top: 31px;
    animation: fadeIn3 2s ease forwards 1.5s;
}

.opacity-2 {
    animation: fadeIn2 2s ease forwards 2.5s;
}

.opacity-1 {
    position: relative;
    bottom: 30px;
    animation: fadeIn1 2s ease forwards 3.5s;
}

.hero-section {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.content-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

#paragraph-section-1 {
    background-color: #bababa;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(235, 239, 240, 1) 100%);
}

.hero-text {
    font-size: 19px !important;
    color: #333;
    text-align: center;
    margin-bottom: 40px;
    width: 100%;
}

.scroll-down-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    background-color: #000;
    border: 2px solid #000;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
    cursor: pointer;
    animation: colorAnimation 2s infinite;
}

@keyframes colorAnimation {
    0% {}

    50% {
        background-color: transparent;
        color: #000;
        transform: scale(1.02);
    }

    100% {}
}

.scroll-down-button:hover,
.scroll-down-button:focus {
    transform: scale(1.1);
    outline: none;
}

.scroll-down-button svg {
    width: 24px;
    height: 24px;
    stroke: currentColor;
}

.other-section {
    height: 100vh;
    padding: 50px 20px;
    background-color: #e9ecef;
    text-align: center;
}

.other-section h2 {
    margin-bottom: 20px;
    color: #495057;
}

@media (max-width: 768px) {
    .hero-text {
        text-align: center;
    }

    .scroll-down-button {
        width: 50px;
        height: 50px;
    }

    .scroll-down-button svg {
        width: 20px;
        height: 20px;
    }

    .section-header.fixed {
        box-shadow: none !important;
        z-index: 99999;
    }
}

@media (min-width: 1400px) {
    .section-header .container {
        max-width: 1565px !important;
    }
    #product-list .col-md-3{
        width: 33.3% !important;
    }
}

#gallery-detail-section-1 .gallery-info,
.modern-product-card .card-body,
#product-list .product-title {
    background-color: var(--site-color);
    margin-top: 10px;
    padding: 10px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 65px;
    position: relative;
    z-index: 2;
}

.modern-product-card img,
#product-list .product-image img {
    max-height: 250px !important;
    transform: scale(1.3);
}

#gallery-detail-section-1 .img-title .weta-icerik-tag,
#product-list .product-title .weta-icerik-tag,
.modern-product-card .card-body .fw-bold {
    font-size: 13px;
    color: #fff !important;
    font-weight: 600 !important;
    margin: 0px;
}

.modern-learn-more {
    display: none !important;
}

.gallery-section-1 {
    background-color: #ebeff0;
    position: relative;
    padding-bottom: 140px;
}

#page-8 .gallery-section-1 {
    background-color: #fff !important;
}

.gallery-section-1::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 80px;
    background: white;
    border-top-left-radius: 100% 80px;
    border-top-right-radius: 100% 80px;
    z-index: 5;
    pointer-events: none;
}

.gallery-section-1 .section-title {
    font-size: 40px;
    font-weight: 700;
    color: #1e3a8a;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.gallery-section-1 .section-title:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 3px;
    background-color: var(--site-color);
    bottom: -10px;
    left: 0;
}

.gallery-section-1 .galleryDescription {
    max-width: 650px;
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 1.6;
    color: #4b5563;
}

.gallery-section-1 .img-wrapper,
.modern-product-card,
#product-list .product-wrapper{
    border-radius: 10px !important;
    background-color: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

.gallery-section .img-title {
    margin-top: 0 !important;
}

.gallery-section .gallery-wrapper .weta-icerik-tag {
    font-size: 40px;
    font-weight: 800 !important;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}

.gallery-section .gallery-wrapper .weta-icerik-tag::after,
#page-15 .paragraph-title::after {
    content: "";
    position: absolute;
    width: 0px;
    height: 4px;
    background-color: #ff7a00;
    bottom: -10px;
    left: 0;
    transition: all .7s;
}

.gallery-section.active .gallery-wrapper .weta-icerik-tag::after,
#page-15 .paragraphSection.active .paragraph-title::after {
    width: 100%;
}

.gallery-section-2 {
    background-color: white;
    position: relative;
}

.gallery-section-2 .container {
    position: relative;
}

.gallery-section-2 .gallery-wrapper {
    position: relative;
    max-width: 60%;
}

.gallery-section-2 .gallery-wrapper::after {
    content: "";
    position: absolute;
    top: -70px;
    right: -550px;
    width: 300px;
    height: 300px;
    background-image: url("/images/why-us.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: none;
}

.gallery-section-2 .galleryDescription {
    max-width: 100%;
    margin-bottom: 30px;
}

.gallery-section-2 .galleryDescription p {
    font-size: 18px;
    line-height: 1.6;
    color: #4b5563;
}

.gallery-section-2::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 80px;
    border-top-left-radius: 100% 80px;
    border-top-right-radius: 100% 80px;
    z-index: 5;
    pointer-events: none;
}

@media (max-width: 992px) {
    .gallery-section-2 .gallery-wrapper {
        max-width: 100%;
    }
}

#gallery-detail-section-2 .gallery-img img {
    display: none !important;
}

.gallery-section-2 .img-title .weta-icerik-tag {
    font-size: 25px !important;
    font-weight: 300 !important;
    position: relative;
    padding-left: 80px;
    display: inline-block;
    text-align: left !important;
}

.gallery-section-2 .img-title .weta-icerik-tag::before {
    content: attr(data-number);
    position: absolute;
    left: 0;
    top: 57%;
    transform: translateY(-50%);
    font-size: 47px;
    font-weight: 800;
    color: #ff7a00;
}

.gallery-section-2 .row .custom-col:nth-child(1) .img-title .weta-icerik-tag::before {
    content: "01";
}

.gallery-section-2 .row .custom-col:nth-child(2) .img-title .weta-icerik-tag::before {
    content: "02";
}

.gallery-section-2 .row .custom-col:nth-child(3) .img-title .weta-icerik-tag::before {
    content: "03";
}

.gallery-section-2 .row .custom-col:nth-child(4) .img-title .weta-icerik-tag::before {
    content: "04";
}

.gallery-section-2 #image-gallery {
    margin-top: 60px;
}

.gallery-section-2 .img-description {
    padding-right: 13%;
}

#content .wpb_alert p:last-child,
#content .wpb_text_column :last-child,
#content .wpb_text_column p:last-child,
.wpb_alert p:last-child,
.wpb_text_column :last-child,
.wpb_text_column p:last-child {
    margin-bottom: 0;
}

.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid>li {
    margin-bottom: -100px;
}

.entry-content .twitter-share-button,
.fb_like,
.twitter-share-button,
.wpb_accordion .wpb_content_element,
.wpb_googleplus,
.wpb_pinterest,
.wpb_tab .wpb_content_element {
    margin-bottom: 21.73913043px;
}

.wpb-content-wrapper {
    margin: 0;
    padding: 0;
    border: none;
    overflow: unset;
    display: block;
}

.wpb-content--blank .wpb-content-wrapper {
    margin: 0 auto;
}

@media (min-width: 576px) {
    .wpb-content--blank .wpb-content-wrapper {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .wpb-content--blank .wpb-content-wrapper {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .wpb-content--blank .wpb-content-wrapper {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .wpb-content--blank .wpb-content-wrapper {
        max-width: 1140px;
    }
}

.map-section {
    background-color: #f8f9fa;
    position: relative;
    padding: 60px 0;
    overflow: hidden;
    min-height: 600px;
}

.map-section .container {
    position: relative;
    z-index: 2;
}

.map-section::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 50px;
    background: white;
    border-top-left-radius: 100% 80px;
    border-top-right-radius: 100% 80px;
    z-index: 5;
    pointer-events: none;
}

.map-section .section-title {
    font-size: 42px;
    font-weight: 700;
    color: #0047cc;
    margin-bottom: 20px;
    text-align: left;
    font-family: "Arial", sans-serif;
    position: relative;
    display: inline-block;
}

.map-section .section-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 80px;
    height: 4px;
    background-color: #0047cc;
}

.map-section .section-description {
    font-size: 16px;
    color: #333;
    max-width: 500px;
    line-height: 1.6;
    margin-bottom: 50px;
    text-align: left;
}

.map-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    height: auto;
}

.map_wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 42%;
    height: 0;
    overflow: hidden;
    margin-top: 20px;
}

.map_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.map_aspect_ratio {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.map_container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.map_render {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.map_render svg {
    width: 100%;
    height: 100%;
    display: block;
}

/* Map interaction styles */
.imapsMapPolygon path {
    transition: fill 0.3s ease;
    cursor: pointer;
}

.imapsMapPolygon path:hover {
    fill: #ff6b00 !important;
}

/* Map tooltip styles */
.map-tooltip {
    position: absolute;
    background: rgba(255, 255, 255, 0.98);
    color: #1e3a8a;
    padding: 10px 15px;
    border-radius: 8px;
    height: 45px;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    pointer-events: none;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.2s ease;
    bottom: 20px;
    z-index: 9999;
    border: 1px solid rgba(255, 107, 0, 0.2);
    backdrop-filter: blur(4px);
    white-space: nowrap;
    text-align: center;
    margin-top: -35px;
}

.map-tooltip.visible {
    opacity: 1;
    transform: translateY(0);
}

.map-tooltip::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgba(255, 255, 255, 0.98);
}

.map-tooltip strong {
    display: block;
    margin-bottom: 4px;
    color: #ff6b00;
}

.map-tooltip p {
    margin: 0;
    font-size: 12px;
    color: #4b5563;
}

/* Map marker styles */
.imapsCircle {
    pointer-events: all !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
}

.country-marker {
    fill: #ff6b00;
    stroke: #fff;
    stroke-width: 1.5;
    cursor: pointer;
    transition: all 0.3s ease;
    pointer-events: all;
}

.country-marker:hover {
    fill: #ff8533;
    r: 8;
    stroke-width: 2.5;
}

.country-tooltip {
    position: fixed;
    background: rgba(255, 255, 255, 0.98);
    color: #1e3a8a;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    pointer-events: none;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 9999;
    border: 1px solid rgba(255, 107, 0, 0.2);
    backdrop-filter: blur(4px);
    white-space: nowrap;
}

.country-tooltip.visible {
    opacity: 1;
    transform: translateY(0);
}

.country-tooltip::after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgba(255, 255, 255, 0.98);
}

.city-marker {
    fill: #ff6b00;
    stroke: #fff;
    stroke-width: 1.5;
    cursor: pointer;
    transition: all 0.2s ease;
}

.city-marker:hover {
    fill: #ff8533;
    r: 7;
}

.city-tooltip {
    position: fixed;
    background: rgba(255, 255, 255, 0.95);
    color: #1e3a8a;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
    pointer-events: none;
    opacity: 0;
    transform: translateY(5px);
    transition: all 0.2s ease;
    z-index: 9999;
    white-space: nowrap;
}

.city-tooltip.visible {
    opacity: 1;
    transform: translateY(0);
}

.city-tooltip::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(255, 255, 255, 0.95);
}

@media (max-width: 768px) {
    .map-section {
        padding: 40px 0;
        min-height: auto;
    }

    .map-section .section-title {
        font-size: 32px;
    }

    .map-section .section-description {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .map_wrapper {
        padding-bottom: 75%;
    }
}

.gallery-section .img-title .weta-icerik-tag {
    text-align: center;
}

.gallery-section-3 {
    background-color: #fff;
    padding: 60px 0;
    position: relative;
}

.gallery-section-3 .img-title .weta-icerik-tag span {
    font-size: 30px !important;
    font-weight: 600;
    margin-bottom: -15px;
    display: block;
}

.gallery-section-3 .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.gallery-section-3 .custom-col {
    text-align: center;
    padding: 20px;
    width: 20%;
}

.gallery-section-3 .gallery-img img {
    width: 70px;
    height: 70px;
    opacity: 1;
    margin-bottom: 35px;
}

.gallery-section-3 .img-title .weta-icerik-tag {
    font-size: 20px;
    font-weight: 500 !important;
    color: #012597;
    margin: 10px 0;
    line-height: 1;
    min-height: 66px;
}

.gallery-section-3 .img-wrapper {
    position: relative;
    padding: 10px;
}

.gallery-section-3 .img-wrapper::after {
    content: "";
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 2px;
    background-color: #ff7a00;
}

@media (max-width: 992px) {
    .gallery-section-3 .row {
        flex-wrap: wrap;
        justify-content: center;
    }

    .gallery-section-3 .custom-col {
        width: 33.33%;
    }
}

@media (max-width: 768px) {
    .gallery-section-3 {
        padding: 40px 0;
    }

    .gallery-section-3 .custom-col {
        width: 50%;
    }

    .gallery-section-3 .img-title .weta-icerik-tag {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .gallery-section-3 .custom-col {
        width: 100%;
    }
}

#gallery-detail-section-3 {
    padding-top: 0 !important;
    padding-bottom: 0px !important;
}

@media (min-width: 991px) {
    .footer .opacity-1 {
        opacity: 1 !important;
        position: relative !important;
        font-size: 24px !important;
        font-weight: 700 !important;
        top: 0;
    }

    .footer .opacity-2 {
        opacity: 0.7;
        position: relative;
        font-size: 24px !important;
        font-weight: 700 !important;
        top: 0;
    }

    .footer .opacity-3 {
        opacity: 0.45;
        position: relative;
        font-size: 24px !important;
        left: 1px;
        font-weight: 700 !important;
        top: 0;
    }

    .footer .weta-slider-tag {
        position: relative;
    }

    #page-detail-section-3 .rexa-gorseller {
        display: flex;
        justify-content: end;
    }

    .section-header #navigation>ul>li {
        padding: 0 12px !important;
    }

    .pageSliderContent .opacity-2 {
        position: relative;
        left: 60px;
    }

    .pageSliderContent .opacity-1 {
        position: relative;
        left: 130px;
    }
}

#slider-2 .weta-slider-tag,
#slider-3 .weta-slider-tag,
#slider-4 .weta-slider-tag,
#slider-5 .weta-slider-tag,
#slider-6 .weta-slider-tag {
    font-weight: 700 !important;
}

#page-detail-section-1 .weta-icerik-tag,
#page-detail-section-2 .weta-icerik-tag,
#page-detail-section-3 .weta-icerik-tag,
#page-detail-section-4 .weta-icerik-tag,
#html-section-0 .wpb_wrapper .section-title {
    font-weight: 800 !important;
    font-size: 36px !important;
    position: relative;
    margin-bottom: 30px;
    width: max-content;
}

#page-detail-section-1 .weta-icerik-tag::after,
#page-detail-section-2 .weta-icerik-tag::after,
#page-detail-section-3 .weta-icerik-tag::after,
#page-detail-section-4 .weta-icerik-tag::after,
#html-section-0 .wpb_wrapper .section-title::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 4px;
    background-color: #ff7a00;
    bottom: -10px;
    left: 0;
    transition: all .7s;
}


#page-detail-section-1.active .weta-icerik-tag::after,
#page-detail-section-2.active .weta-icerik-tag::after,
#page-detail-section-3.active .weta-icerik-tag::after,
#page-detail-section-4.active .weta-icerik-tag::after,
#html-section-0.active .wpb_wrapper .section-title::after {
    width: 100%;
}

#page-8 .gallery-section-1 .gallery-wrapper h1.weta-icerik-tag::after {
    display: none;
}

#page-8 .gallery-section-1 {
    padding-top: 0 !important;
    margin-top: -106px;
}

@media (max-width: 768px) {
    .section-header .col-6 {
        width: 50% !important;
    }

    .section-header {
        background: transparent;
        position: absolute;
    }

    .menu-click span {
        background-color: #fff !important;
    }

    .menu-click.open span {
        background-color: black !important;
    }

    .sliderJs .slider-contents {
        width: 100%;
    }

    #slider-1 .weta-slider-tag,
    #slider-6 .weta-slider-tag {
        font-size: 2.5rem !important;
        right: 0 !important;
        left: 0;
        text-align: left;
        padding: 0px 10px;
    }


    .pageSliderContent .opacity-3 {
        top: 24px !important;
        left: 0;
    }

    .pageSliderContent .opacity-2 {
        position: relative;
        left: 35px;
        top: 10px;
    }

    .pageSliderContent .opacity-1 {
        position: relative;
        top: 0px;
        left: 85px;
    }
}

@media (max-width: 768px) {
    .gallery-section-1 #image-gallery .custom-col {
        width: 50%;
    }

    #slider-1 iframe,
    #slider-6 iframe {
        transform: scale(3.2) !important;
    }

    #html-section-0 .title-container {
        margin: 0 !important;
        padding-right: 0% !important;
    }

    .section-header.fixed .menu-click span {
        background-color: #000 !important;
    }
}

.footer .footer-pages li {
    padding: 5px 0px !important;
}

#slider-1 iframe,
#slider-6 iframe {
    transform: scale(1.4);
}

.section-header.fixed {
    background-color: white !important;
    transition: background-color 0.3s ease;
}

.section-header.fixed #navigation>ul>li a {
    color: var(--site-color) !important;
}

.section-header.fixed #languages span::before {
    filter: brightness(0) !important;
}

#second-logo {
    display: none;
    max-height: 30px;
}

@media(min-width: 768px) {
    .section-top-bar {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 9;
        margin-top: 0 !important;
        background-color: transparent !important;
    }
}

/* Custom styles for the modified top bar */
.section-top-bar {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 10px 0;
}

.centered-top-elements {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.top-bar-elements {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.search-element,
.search-element form {
    display: flex;
    align-items: center;
    position: relative;
}

.search-icon {
    color: white;
    opacity: 0.9;
    position: absolute;
    left: 10px;
    font-size: 0.9rem;
}

.search-input {
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 20px;
    color: white;
    font-size: 0.9rem;
    height: 25px;
    padding: 2px 10px 2px 30px;
    width: 180px;
    transition: all 0.3s ease;
}

.search-input::placeholder {
    color: rgba(255, 255, 255, 0.8);
    opacity: 0.9;
}

.search-input:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 0.2);
    width: 200px;
}

.top-bar-links {
    display: flex;
    align-items: center;
    gap: 10px;
}

.top-link {
    color: white;
    text-decoration: none;
    font-size: 0.9rem;
    opacity: 0.9;
    transition: opacity 0.3s ease;
}

.top-link:hover {
    opacity: 1;
    text-decoration: none;
    color: white;
}

.separator {
    color: white;
    opacity: 0.5;
}

@media (max-width: 768px) {
    .top-bar-elements {
        flex-direction: column;
        gap: 10px;
    }

    .section-top-bar {
        padding: 15px 0;
    }

    .search-input {
        width: 150px;
    }

    .search-input:focus {
        width: 170px;
    }
}

.footer-title {
    font-weight: 700 !important;
}

#bottom-footer #legal-policy {
    display: none !important;
}

#bottom-footer .col-md-3 {
    width: 50% !important;
}


.footer #footer-col:nth-child(2) ul>li>a,
.footer #footer-col:nth-child(3) ul>li>a {
    font-weight: 700 !important;
}

#html-section-0 {
    background-color: #ebeff0;
}

@media (max-width: 768px) {
    .gallery-section-2 #image-gallery .custom-col {
        width: 100%;
    }
}

.pageSliderContent .swiper-slide::before,
.pageSliderContent #slide-items-3::before,
.pageSliderContent #slide-items-4::before,
.pageSliderContent #slide-items-5::before,
.pageSliderContent #slide-items-6::before,
.pageSliderContent #slide-items-7::before {
    opacity: 1 !important;
    background: linear-gradient(180deg, rgba(1, 37, 151, 1) 0%, rgba(255, 255, 255, 0) 100%) !important;
}

section#bottom-footer {
    border-top: none;
    padding: 0px;
}

section#bottom-footer .container {
    padding: 20px 0px;
    border-top: 1px solid #d3d3d3;
}

.footer-title {
    margin-top: 10px;
    font-size: 14px !important;
}

.footer .footer-info-list,
.footer-description {
    margin-top: 0px;
}

#widget-info-bar span[class^="fa-"],
#widget-info-bar span[class*=" fa-"] {
    color: white;
}

.section-header #languages .nav-link .dropdown-trigger {
    display: none !important;
}

.section-header #languages .nav-link {
    font-weight: 500 !important;
}

#page-1 .pageSliderContent .swiper-slide::before {
    opacity: 0.4 !important;
}

.main-mega .tab-content .item {
    padding: 7px;
}

.main-mega .nav .nav-item-link {
    border: 1px solid #fff !important;
    font-weight: 700 !important;
    overflow: hidden;
    border-radius: 5px;
    min-width: 24.5%;
    font-size: 14px !important;
}

.main-mega .nav .nav-item-link.active {
    background-color: #ff7a00 !important;
    color: #fff !important;
}

.main-mega .nav .nav-item-link::after {
    background-color: var(--site-color);
}

.page-breadcrumb {
    height: 50vh;
    background-image: url(/images/9198814.jpg);
}

.product-breadcrumb {
    display: block !important;
    height: 50vh;
    background-image: url(/images/9198814.jpg);
}

.product-breadcrumb::before,
.page-breadcrumb::before {
    content: '';
    opacity: 1 !important;
    background: linear-gradient(180deg, rgba(1, 37, 151, 1) 0%, rgba(255, 255, 255, 0) 100%) !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.product-breadcrumb::after,
.page-breadcrumb::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 50px;
    background: white;
    border-top-left-radius: 100% 80px;
    border-top-right-radius: 100% 80px;
    z-index: 5;
    pointer-events: none;
}

.page-breadcrumb .title-holder {
    height: 80%;
}

.page-breadcrumb .relative-title .page-list {
    display: none;
}

.page-breadcrumb .relative-title .page-name {
    text-align: center;
}

#gallery-detail-section-6 {
    padding-bottom: 100px !important;
    position: relative;
}

#gallery-detail-section-6 .row {
    justify-content: center;
}

#gallery-detail-section-6 .img-wrapper {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

#gallery-detail-section-6 .img-title {
    padding: 15px 0px;
}

#gallery-detail-section-6 .img-title .weta-icerik-tag {
    font-weight: 500 !important;
}

#gallery-detail-section-6 .gallery-wrapper .weta-icerik-tag {
    text-align: center !important;
    margin-bottom: 25px;
}

#gallery-detail-section-6 .gallery-wrapper .galleryDescription {
    bottom: 30px;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
}

#gallery-detail-section-6 .gallery-wrapper .galleryDescription .btn,
.gallery-section-2 .btn {
    border-radius: 50px;
    font-size: 13px !important;
    padding: 7px 25px !important;
}

.main-mega .tab-content .item a .item-img img {
    max-height: 130px;
    transform: none;
    height: 70%;
    width: 80%;
    object-fit: cover;
    border-radius: 10px;
}

@media(min-width:1150px) {
    .dropdown-menu.main-mega {
        width: 80vw;
        min-width: 80vw;
        padding: 25px 10px !important;
        left: 10%;
    }

    .main-mega .tab-content .item a {
        font-size: 13px !important;
        background-color: #fff;
        line-height: 18px !important;
        min-height: 200px;
        border-radius: 15px;
        transition: all .4s;
        border: 3px solid transparent;
        padding: 0px;
        overflow: hidden;
        margin: 0px;
    }

    .main-mega .tab-content .item:hover a {
        border-color: var(--site-color) !important;
    }

}

#page-detail-section-1 .rexa-gorseller {
    display: none;
}

#counter-section-1 .weta-counter-tag {
    font-weight: 500 !important;
}

#counter-section-1 .weta-counter-tag img {
    max-height: 100px;
}

#counter-section-1 .weta-counter-tag span {
    font-family: "Lato", sans-serif !important;
    font-weight: 900 !important;
    letter-spacing: 1px;
}

#counter-section-1 .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

#counter-section-1 .counter-content,
#counter-section-1 .counter {
    width: 45%;
}

#counter-section-1 .counter-content {
    text-align: left !important;
    background-color: rgb(1, 37, 151, 0.1);
    padding: 10px;
    border-radius: 10px;
    backdrop-filter: blur(2px);
    min-width: 270px;
    margin-bottom: 20px;
    border: 1px solid;
    transition: all .4s;
}

.counterLine {
    height: 1px;
}

.counter-section .counterNumber {
    font-size: 75px !important;
    color: transparent !important;
    -webkit-text-stroke: 2px #fff;
    font-family: "Lato", sans-serif !important;
    font-weight: 900 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.counter-col p {
    font-size: 20px !important;
    font-weight: 500 !important;
}

.counter-col div {
    background-color: rgb(1, 37, 151, 0.1);
    padding: 10px;
    border-radius: 10px;
    backdrop-filter: blur(2px);
    min-width: 270px;
    margin-bottom: 20px;
    border: 1px solid;
    transition: all .4s;
}

.counter-col:hover div {
    background-color: rgb(1, 37, 151, 1);
}

.counter-section .counterNumber::after {
    content: '+';
    font-size: 60px;
    margin-left: 3px;
}

#slide-items-1::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--site-color);
    opacity: 1;
    z-index: 99;
    animation: fadeOutAfter3s 1.5s ease forwards;
    animation-delay: 4.5s;
}

@keyframes fadeOutAfter3s {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* .footer .opacity-1,
.footer .opacity-2,
.footer .opacity-3 {
  animation: none !important;
} */

.gallery-section-9 .img-wrapper .gallery-img {
    height: 450px;
}

.gallery-section-9 .img-wrapper .gallery-img img {
    height: 100%;
    object-fit: cover;
    transition: all .4s;
}

.gallery-section-9 .img-title .weta-icerik-tag {
    text-align: left !important;
    font-size: 16px !important;
    font-weight: 800 !important;
}

.gallery-section-9 .img-wrapper .gallery-info .btn {
    border-radius: 10px;
    font-size: 12px !important;
    min-width: 140px;
    min-height: 30px;
    line-height: 30px;
    position: relative;
    text-align: left;
}

.gallery-section-9 .img-wrapper .gallery-info .btn::after {
    content: '\f054';
    font-family: 'FontAwesome';
    margin-left: 5px;
}

.gallery-section-9 .img-wrapper .gallery-img::before {
    content: '';
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all .4s;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(0deg, rgba(1, 37, 151, 1) 0%, rgba(255, 255, 255, 0) 100%) !important;
    opacity: 1;
}

.gallery-section-9 .img-wrapper .gallery-img:hover::before {
    height: 0;
}

.gallery-section-9 p span {
    font-size: 18px !important;
    font-style: italic;
    font-weight: 500;
}

.gallery-section-9 .img-wrapper .gallery-img {
    transform: translate3d(0, -450px, 0);
    opacity: 0;
    transition-property: opacity, transform;
    transition-duration: 2s;
    transition-timing-function: ease;
}

.gallery-section-9 .img-wrapper .gallery-info {
    margin-top: 20px;
    transform: translate3d(0, -100px, 0);
    opacity: 0;
    transition-property: opacity, transform;
    transition-duration: 2s;
    transition-timing-function: ease;
}

.gallery-section-9 .custom-col {
    transform: none !important;
    opacity: 1 !important;
    padding-bottom: 100px;
    position: relative;
}

.gallery-section-9 .custom-col:nth-last-child(1) {
    padding-bottom: 0;
}

.gallery-section-9 .custom-col:nth-last-child(1)::after {
    display: none;
}

.gallery-section-9 .aos-animate .img-wrapper .gallery-info,
.gallery-section-9 .aos-animate .img-wrapper .gallery-img {
    transform: translateZ(0);
    opacity: 1;
}

.productDetail .container,
#product-documents .container {
    max-width: 80%;
}

#dokumanTab {
    justify-content: center;
}

.productDetail .row {
    height: 100%;
}

@media(min-width:1000px) {
    .productDetail .col-md-5 {
        width: 100%;
        height: 100%;
        display: flex;
        padding-top: 85px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .productDetail .product-title {
        margin-bottom: 30px;
    }

    .productDetail .col-md-7 {
        width: 40%;
        height: 60%;
        margin-top: 3%;
        margin-left: -3%;
        z-index: 99;
        border-radius: 0 8px 8px 0;
        padding: 30px;
        min-height: 330px;
    }
}

.productDetail .col-md-7 {
    background-color: rgba(1, 37, 151, 0.15);
    display: none !important;
}

.crossSell {
    padding: 30px 15px;
    padding-left: 20px !important;
}

.productTitle .weta-icerik-tag {
    font-size: 30px !important;
}

.breadcrumpProductUl li a {
    padding: 10px 5px;
    margin-bottom: 10px;
    display: block;
    border-radius: 5px;
}

.crossSell h4 {
    font-size: 25px !important;
}

#dokumanTab .nav-link {
    color: #000;
    font-weight: 500;
    padding: 15px;
    margin-right: 15px;
    display: inline-block;
    font-size: 16px;
    background-color: #f3f3f3;
    padding: 15px 30px;
    border-radius: 9999px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    border-bottom: 0px !important;
    border: none !important;
    min-width: 150px;
}

#dokumanTab .nav-link.active,
#dokumanTab .nav-link:hover {
    font-weight: 600;
    color: var(--site-color) !important;
    background-color: #d9dff0;
    border-radius: 99999px;
    border-bottom: 0px !important;
}

.pds-content p,
.pds-content span,
#product-documents li,
.pds-content li {
    font-size: 14px !important;
}

#product-documents .pds-content li {
    margin-right: 5px;
    position: relative;
    align-items: center;
    margin-bottom: 10px;
    display: flex;
}

#product-documents .pds-content li::before {
    content: '\f00c';
    font-family: 'FontAwesome';
    margin-right: 10px;
    background-color: var(--site-color);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    color: #d9dff0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    min-width: 20px;
}

.pds-content {
    padding: 20px 25px;
    border-radius: 25px;
    padding-right: 100px;
    background: #fff;
    border: 3px solid #ecf0f1;
    max-height: 785px;
    overflow: scroll;
    width: 100%;
}

.pds-content iframe {
    width: 100%;
    height: 550px;
}

#secenek-3 {
    padding-right: 25px !important;
}

.pds-content ul {
    padding-left: 5px;
}

@media(min-width:768px) {
    .section-header #navigation>ul>li.dropdown:nth-child(1) .dropdown-menu {
        /* min-width: 40vw; */
        left: 10%;
        padding: 15px 10px !important;
        display: flex !important;
        justify-content: space-between;
        flex-wrap: wrap;
        min-height: 180px;
        min-width: 300px !important;
    }

    .section-header #navigation>ul>li.dropdown:nth-child(1) .dropdown-menu li {
        width: 100%;
        display: flex;
        align-items: center;
        background-color: #fff;
        border-radius: 5px;
        overflow: hidden;
        margin-bottom: 15px;
    }

    .section-header #navigation>ul>li.dropdown:nth-child(1) .dropdown-menu li:hover {
        background-color: #ff8533 !important;
    }

    .section-header #navigation>ul>li.dropdown:nth-child(1) .dropdown-menu li:hover a {
        color: #fff !important;
    }

    .section-header #navigation>ul>li.dropdown:nth-child(1) .dropdown-menu li:nth-last-child(1) {
        margin-bottom: 0px !important;
    }

    .section-header #navigation>ul>li.dropdown:nth-child(1) .dropdown-menu li a {
        padding-left: 30px;
        position: relative;
        height: 30px;
        line-height: 30px !important;
        color: var(--site-color) !important;
        width: 100%;
    }

    .section-header #navigation>ul>li.dropdown:nth-child(1) .dropdown-menu li a::before {
        content: '';
        position: absolute;
        top: 3px;
        left: 0;
        right: auto;
        bottom: 0;
        width: 25px;
        height: 25px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .section-header #navigation>ul>li.dropdown:nth-child(1) .dropdown-menu li:nth-child(1) a::before {
        background-image: url(/modules/about.png);
    }

    .section-header #navigation>ul>li.dropdown:nth-child(1) .dropdown-menu li:nth-child(2) a::before {
        background-image: url(/modules/mission.png);
    }

    .section-header #navigation>ul>li.dropdown:nth-child(1) .dropdown-menu li:nth-child(3) a::before {
        background-image: url(/modules/film.png);
    }

    .section-header #navigation>ul>li.dropdown:nth-child(1) .dropdown-menu li:nth-child(4) a::before {
        background-image: url(/modules/history.png);
    }

    .section-header #navigation>ul>li.dropdown:nth-child(1) .dropdown-menu li:hover:nth-child(1) a::before {
        background-image: url(/modules/white-about.png);
    }

    .section-header #navigation>ul>li.dropdown:nth-child(1) .dropdown-menu li:hover:nth-child(2) a::before {
        background-image: url(/modules/white-mission.png);
    }

    .section-header #navigation>ul>li.dropdown:nth-child(1) .dropdown-menu li:hover:nth-child(3) a::before {
        background-image: url(/modules/white-film.png);
    }

    .section-header #navigation>ul>li.dropdown:nth-child(1) .dropdown-menu li:hover:nth-child(4) a::before {
        background-image: url(/modules/white-history.png);
    }

    .section-header .dropdown-menu {
        background-color: var(--site-color);
    }

    /* .section-header #navigation>ul>li.dropdown:nth-child(1) .dropdown-menu::after {
        content: '';
        position: absolute;
        right: 20px;
        top: 80px;
        background-image: url(/images/masfen-menu-image.jpg);
        width: 95%;
        height: 205px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 10px;
    } */

    .section-header #navigation>ul>li.dropdown:nth-child(1) .dropdown-menu li:hover::before {
        opacity: 1;
        visibility: visible;
    }

    .section-header #navigation>ul>li.dropdown:nth-child(1) .dropdown-menu li:hover .nav-link {
        transform: scale(1.01) !important;
        font-weight: 600 !important;
    }

    .section-header .dropdown-menu li:hover {
        transform: none !important;
    }

    .section-header #navigation .dropdown-menu li:hover .nav-link {
        transform: translateX(10px);
        font-weight: 700 !important;
    }
}

.gallery-section-11 .gallery-wrapper {
    margin-bottom: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.gallery-section-11 .weta-icerik-tag {
    position: relative;
    width: max-content;
    padding-bottom: 20px;
}

.gallery-section-11 .weta-icerik-tag::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 0;
    height: 3px;
    background-color: #ff6b00;
    animation: underlineExpand 1s ease forwards;
    animation-delay: 2s;
}

@keyframes underlineExpand {
    to {
        width: 100%;
        left: 0;
    }
}

.gallery-section-11 iframe {
    height: 500px;
    padding: 0px 200px;
}

#paragraph-section-2 .weta-icerik-tag,
#paragraph-section-3 .weta-icerik-tag,
#paragraph-section-4 .weta-icerik-tag,
#paragraph-section-5 .weta-icerik-tag,
#paragraph-section-6 .weta-icerik-tag,
#paragraph-section-7 .weta-icerik-tag,
#paragraph-section-8 .weta-icerik-tag,
#paragraph-section-9 .weta-icerik-tag,
#paragraph-section-10 .weta-icerik-tag {
    background: -webkit-linear-gradient(top, rgba(1, 37, 151, 1) 40%, rgba(243, 147, 7, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 37px !important;
}

#page-15 .paragraphSection .container,
#page-16 .paragraphSection .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

#page-15 .paragraphSection {
    padding: 70px 0px;
}

#page-15 .paragraphSection .paragraph-content {
    width: 80%;
    margin: 0px auto;
    text-align: left;
}

#page-15 .paragraph-title {
    margin-bottom: 50px;
    min-width: 35%;
    position: relative;
}

#page-15 .paragraphSection .container {
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
}

#page-16 .paragraphSection .paragraph-title {
    width: 35%;
}

#page-16 .paragraphSection .paragraph-content {
    width: 65%;
}

#page-16 .paragraphSection {
    padding: 50px 0px;
    position: relative;
}

#page-16 .paragraphSection .container::after {
    content: '';
    position: absolute;
    left: 48%;
    bottom: -50px;
    width: 0;
    height: 3px;
    background-color: #ff6b00;
    animation: underlineExpand 1s ease forwards;
    animation-delay: 2s;
}

#page-16 .paragraphSection:nth-last-child(1) .container::after {
    display: none;
}

#page-16 .paragraphSection:nth-child(2n) {
    background-color: #fbfbfb;
}

#html-section-4 .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#html-section-4 .content #paragraph-section-8 {
    width: 100%;
}

#html-section-4 .content #paragraph-section-9,
#html-section-4 .content #paragraph-section-10 {
    width: 50%;
}

.blogDetail .col-md-4 {
    width: 66.66666667%;
}

.blogDetail .blogImage {
    margin-bottom: 50px;
}

.page-breadcrumb .relative-title .page-name span {
    top: 50px;
}

#alternative-product {
    display: none !important;
}

.pds-content h2 {
    font-size: 19px !important;
}

.pds-content h3 {
    font-size: 19px !important;
}

.tab-content {
    width: 100%;
}

.product-page .gallery-section .gallery-wrapper .weta-icerik-tag::after {
    display: none;
}

.product-page .gallery-section .swiper-pagination-bullets {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.product-page .gallery-section::after {
    display: none;
}

.product-page .gallery-section .gallery-img,
.product-page .gallery-section .gallery-img a {
    display: block;
    height: 300px !important;
}

.product-page .gallery-section .gallery-img img {
    height: 100%;
    transform: none !important;
    object-fit: contain;
}

.product-page .gallery-section .swiper-slide {
    transition: all .4s;
}

.product-page .gallery-section .swiper-button-next,
.product-page .gallery-section .swiper-button-prev {
    background: var(--site-color);
}

.product-page .gallery-section .swiper-button-next::after,
.product-page .gallery-section .swiper-button-prev::after {
    color: #fff !important;
    font-size: 20px !important;
}

.gallery-section-1 .img-wrapper,
.modern-product-card,
#product-list .product-wrapper{
    transition: all .4s;
    border: 3px solid transparent !important;
}

.gallery-section-1 .img-wrapper:hover,
.modern-product-card:hover,
#product-list .product-wrapper:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
    border: 3px solid var(--site-color) !important;
}

.gallery-section-1 .img-wrapper .gallery-img {
    height: 230px;
    overflow: hidden;
}

.gallery-section-1 .img-wrapper .gallery-img img {
    height: 100%;
    object-fit: contain;
    transition: all .55s;
    transform: scale(1.35);
}

.gallery-section-1 .img-wrapper:hover .gallery-img img {
    transform: scale(1.45);
}

#gallery-detail-section-12 .gallery-img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    background-color: var(--site-color) !important;
}

#gallery-detail-section-12 .gallery-img::before {
    content: '';
    font-size: 45px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 800;
}

#gallery-detail-section-12 .img-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#gallery-detail-section-12 .gallery-info {
    position: absolute;
    width: 30%;
    left: 100px;
}

#gallery-detail-section-12 .custom-col:nth-child(2n) .gallery-info {
    right: 120px;
    left: auto;
}

#gallery-detail-section-12 .gallery-info .img-title .weta-icerik-tag {
    text-align: left;
    font-size: 30px !important;
}

#gallery-detail-section-12 .col-md-3 {
    margin-bottom: 120px;
    position: relative;
    opacity: 1 !important;
    transform: none !important;
}

#gallery-detail-section-12 .col-md-3::after {
    content: '';
    position: absolute;
    height: 120px;
    top: auto;
    bottom: -120px;
    left: 50%;
    width: 5px;
    background-color: var(--site-color);
}

#gallery-detail-section-12 .col-md-3:nth-last-child(1)::after {
    display: none !important;
}

#gallery-detail-section-12 .gallery-img img {
    display: none;
}

#gallery-detail-section-12 .custom-col:nth-child(1) .gallery-img {
    background-color: #027c93;
}

#gallery-detail-section-12 .custom-col:nth-child(2) .gallery-img {
    background-color: #00a9bc;
}

#gallery-detail-section-12 .custom-col:nth-child(3) .gallery-img {
    background-color: #00c07f;
}

#gallery-detail-section-12 .custom-col:nth-child(4) .gallery-img {
    background-color: #ffb901;
}

#gallery-detail-section-12 .custom-col:nth-child(5) .gallery-img {
    background-color: #f69290;
}

#gallery-detail-section-12 .custom-col:nth-child(1) .gallery-img::before {
    content: '1974';
}

#gallery-detail-section-12 .custom-col:nth-child(2) .gallery-img::before {
    content: '2014';
}

#gallery-detail-section-12 .custom-col:nth-child(3) .gallery-img::before {
    content: '2018';
}

#gallery-detail-section-12 .custom-col:nth-child(4) .gallery-img::before {
    content: '2020';
}

#gallery-detail-section-12 .custom-col:nth-child(5) .gallery-img::before {
    content: '2024';
}

.product-page .gallery-section {
    padding-bottom: 20px;
    padding-top: 0px !important;
    background-color: transparent;
}

.product-page .gallery-section .gallery-wrapper {
    display: none;
}

#paragraph-section-13 .paragraph-content h2.weta-icerik-tag {
    font-size: 22px !important;
}

span.italic {
    font-style: italic;
    font-weight: 500;
}

#languages #main-menu{    
    opacity: 1;
    visibility: visible;
    top: 20px;
    right: 0;
    min-width: max-content !important;
    width: 30px !important;
    border: none;
    background: transparent;
    margin-left: 50px;
    height: max-content !important;
    min-height: auto;
    padding: 0px !important;
}
#languages #main-menu li,
#languages #main-menu li a{
    background-color: transparent !important;
    font-size: 16px !important;
    color: #fff !important;
}


.section-header.fixed #languages #main-menu li,
.section-header.fixed #languages #main-menu li a{
    color: var(--site-color) !important;
}

#languages{
    min-width: 150px;
}

#languages #main-menu a::before {
    display: none !important;
}

#languages #main-menu a {
    padding-left: 0px !important;
}

#widget-info li:nth-child(3) {
    background-color: #25d366 !important;
}

#slider-1 .slider-bottom-curve,
#slider-6 .slider-bottom-curve {
    background-color: #fff;
}

.product-page .page-breadcrumb {
    display: none !important;
}

.product-page .section-header,
.product-page .section-top-bar {
    background-color: var(--site-color) !important;
}

.product-page .section-top-bar {
    height: 50px;
}

.product-page .section-header {
    height: 80px;
}

.product-page .section-header.fixed {
    background-color: #fff !important;
    height: 75px;
}

.product-page .body-content {
    padding-top: 140px;
}

@media(min-width:768px) {
    .section-header .dropdown.static .dropdown-menu {
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        border: none;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        background: linear-gradient(360deg, rgba(255, 255, 255, 1) 0%, rgba(235, 239, 240, 1) 100%);
    }

    .section-header .dropdown.static:hover .dropdown-menu {
        top: 100% !important;
    }

    .section-header .item-img {
        min-height: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media(min-width:1300px) and (max-width:1550px) {

    .section-header .container,
    .container {
        max-width: 90% !important;
    }

    .section-header #navigation>ul>li a,
    .nav-right .select-language .lang-menu>ul>li>a,
    #dokumanTab .nav-link {
        font-size: 13px !important;
    }

    .crossSell h4 {
        font-size: 19px !important;
    }

    .breadcrumpProductUl li a {
        font-size: 10px !important;
    }

    .pds-content h2 {
        font-size: 20px !important;
    }

    .pds-content h3 {
        font-size: 18px !important;
    }

    .pds-content p,
    .pds-content span,
    #product-documents li,
    .pds-content li {
        font-size: 12px !important;
    }

    p,
    .weta-description li,
    .pds-content li,
    .productContent li,
    #product-documents li,
    #product-accordions li {
        font-size: 13px !important;
    }

    #gallery-detail-section-1 .img-title .weta-icerik-tag {
        font-size: 11px !important;
    }

    .footer * {
        font-size: 11px !important;
    }

    .weta-icerik-tag,
    .weta-slider-tag,
    .weta-counter-tag,
    .weta-parallax-tag {
        font-size: 38px !important;
    }

    #page-detail-section-1 .weta-icerik-tag,
    #page-detail-section-2 .weta-icerik-tag,
    #page-detail-section-3 .weta-icerik-tag,
    #page-detail-section-4 .weta-icerik-tag,
    #html-section-0 .wpb_wrapper .section-title {
        font-size: 26px !important;
    }

    .footer .opacity-1,
    .footer .opacity-2,
    .footer .opacity-3 {
        font-size: 28px !important;
    }

    .title-container {
        margin: 0 0 7em 10em !important;
    }

    .private-map-div {
        position: relative;
        transform: translateX(-80px);
        scale: 0.72;
    }

    .gallery-section-3 .img-title .weta-icerik-tag {
        font-size: 16px !important;
    }

    .gallery-section-3 .img-title .weta-icerik-tag span {
        font-size: 20px !important;
        margin-bottom: -5px;
    }

    .gallery-section-2 .img-title .weta-icerik-tag {
        font-size: 20px !important;
        padding-left: 60px !important;
    }

    .gallery-section-2 .img-title .weta-icerik-tag::before {
        font-size: 37px !important;
    }

    .dropdown-menu.main-mega {
        width: 95vw;
        min-width: 95vw;
        left: 3%;
    }

    .main-mega .nav .nav-item-link {
        font-size: 13px !important;
    }

    .main-mega .tab-content .item a {
        font-size: 12px !important;
    }

    #slider-1 .weta-slider-tag,
    #slider-6 .weta-slider-tag {
        right: 0;
    }

    .top-link,
    .search-input {
        font-size: 0.65rem !important;
    }

    .crossSell h4 {
        font-size: 20px !important;
    }

    .weta-icerik-tag {
        font-size: 35px !important;
    }
}


#slider-1 #slide-items-1 .slider-contents,
#slider-6 #slide-items-1 .slider-contents {
    bottom: 0;
}

#gallery-detail-section-12 .img-wrapper {
    overflow: unset;
}

#gallery-detail-section-12 .col-md-3:nth-child(1) .img-description img {
    position: absolute;
    left: 180%;
    width: 250px !important;
    height: 350px;
    object-fit: cover;
    top: -90px;
}

#gallery-detail-section-12 .col-md-3:nth-child(2) .img-description img {
    position: absolute;
    left: -180%;
    top: -35px;
}

#gallery-detail-section-12 .col-md-3:nth-child(3) .img-description img {
    position: absolute;
    left: 180%;
    top: -80px;
}

#gallery-detail-section-12 .col-md-3:nth-child(4) .img-description img {
    position: absolute;
    left: -180%;
    top: -60px;
}

.product-page .body-content,
#page-detail-section-1,
#page-15 .body-content,
#page-17 .body-content,
#page-18 .body-content,
.page-breadcrumb::after {
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(235, 239, 240, 1) 100%);
}

#page-11 .page-breadcrumb::after,
#page-20 .page-breadcrumb::after {
    background: #fff !important;
}

.main-mega .tab-content .item a span {
    background: var(--site-color);
    color: #fff;
    height: 100%;
    min-height: 50px;
    display: flex;
    align-items: center !important;
    justify-content: center;
}

.productDetail #myTabContent {
    display: none;
}

.productDetail .col-md-5 .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: unset;
    overflow: auto;
    transform: none !important;
}

.productDetail .col-md-5 .swiper-wrapper .swiper-slide {
    width: 30% !important;
    margin: 0px 10px !important;
    margin-bottom: 30px !important;
    border-radius: 20px;

}

.product-page .gallery-section .img-wrapper:hover {
    border: 3px solid var(--site-color) !important;
}

.product-page .gallery-section .img-wrapper:hover .gallery-info {
    background-color: var(--site-color) !important;
}

.product-page .gallery-section .img-wrapper .weta-icerik-tag {
    font-size: 17px !important;
}

.product-page .gallery-section .img-wrapper {
    border: 3px solid #6d7799 !important;
}

.product-page .gallery-section .gallery-info {
    background-color: #6d7799 !important;
    margin: 0px;
    margin-top: 0px !important;
    min-height: 52px !important;
}

.product-page .gallery-section .swiper-pagination-clickable {
    display: none !important;
}

.gallery-section-22 .swiper-slide:nth-child(1) .img-wrapper .gallery-img {
    padding: 0px 40px;
}

.gallery-section-22 .img-wrapper .gallery-img {
    padding: 0px 10px;
    display: flex;
    align-items: center;
    min-height: 120px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

@media(max-width:768px) {
    .main-mega .nav .nav-item-link {
        min-width: 100%;
        height: 35px;
        margin-top: 10px;
        padding-left: 0px !important;
        text-align: left !important;
        font-size: 14px !important;
        background-color: #fff !important;
        font-weight: 400 !important;
        color: #000 !important;
    }
    .main-mega .nav .nav-item-link.active{
        background-color: #fff !important;
        color: #000 !important;
    }

    .section-header #navigation>ul>li.dropdown>.dropdown-trigger {
        width: 100%;
    }

    .main-mega .nav .nav-item-link::before {
        content: '\f0da' !important;
    }

    .gallery-section-3 .gallery-img img {
        width: 40px;
        margin-bottom: 0;
        height: 40px;
    }

    .gallery-section-3 .img-title .weta-icerik-tag {
        font-size: 12px !important;
    }

    #gallery-detail-section-3 .custom-col {
        width: 33.3% !important;
        margin: 0;
    }

    .main-mega .tab-content .tab-pane {
        overflow: scroll;
        justify-content: unset;
        overflow-x: scroll;
        overflow-y: scroll;
        grid-auto-flow: column;
    }

    .main-mega .tab-content .tab-pane.active {
        display: grid;
    }

    .main-mega .tab-content .tab-pane::-webkit-scrollbar {
        display: none !important;
    }

    .main-mega .tab-content .item {
        width: 145px !important;
        margin-top: 0px !important;
    }
    .section-header #navigation > ul li{
        padding: 10px 0px !important;
    }

    .main-mega .tab-content .item a .item-img img {
        width: 100%;
        min-height: 100px;
    }

    .main-mega .tab-content .item a span {
        height: 50px;
        font-size: 9px !important;
    }

    #counter-section-1 .counter-content,
    #counter-section-1 .counter {
        width: 100% !important;
    }

    .counter-col div {
        min-width: auto;
        width: 100%;
    }

    #counter-section-1 {
        min-height: 700px !important;
    }

    #counter-section-1 .weta-counter-tag img {
        max-height: 50px !important;
    }

    .counter-col p {
        font-size: 16px !important;
    }

    .counter-section .counterNumber {
        font-size: 55px !important;
    }

    #bottom-footer .col-md-3 {
        width: 100% !important;
    }

    #gallery-detail-section-6 .custom-col {
        width: 50% !important;
    }

    .gallery-img iframe {
        height: 100px;
    }

    #gallery-detail-section-6 .img-title .weta-icerik-tag {
        font-size: 13px !important;
    }

    #gallery-detail-section-11 .custom-col,
    #gallery-detail-section-12 .col-md-3 {
        width: 100% !important;
    }

    .gallery-section-11 iframe {
        height: 250px;
        padding: 0px !important;
    }

    #gallery-detail-section-12 .gallery-img {
        margin-bottom: 40px;
    }

    #gallery-detail-section-12 .gallery-info {
        position: relative;
        width: 100%;
        text-align: center;
        left: 0 !important;
        right: 0 !important;
    }

    #gallery-detail-section-12 .gallery-info .img-title .weta-icerik-tag {
        text-align: center;
    }

    .gallery-section-12 .img-description {
        text-align: center;
    }

    #gallery-detail-section-12 .col-md-3 .img-description img {
        position: relative !important;
        width: auto !important;
        height: auto !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
    }

    #gallery-detail-section-12 .img-wrapper {
        z-index: 99;
    }

    #gallery-detail-section-12 .col-md-3::after {
        z-index: 2;
        height: 150px;
    }

    .gallery-section .gallery-wrapper .weta-icerik-tag {
        font-size: 30px !important;
    }

    .wpb_text_column {
        display: none !important;
    }

    .gallery-section-3 .img-wrapper::after {
        display: none !important;
    }

    .gallery-section-3 .gallery-img {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .productDetail .container,
    #product-documents .container {
        max-width: 100% !important;
        padding: 0px !important;
    }

    .productDetail .product-title {
        margin: 30px 0px;
    }

    .productDetail .product-title .weta-icerik-tag {
        font-size: 30px !important;
    }

    #product-documents li {
        width: 100% !important;
        margin-bottom: 10px;
    }

    #product-documents li button {
        width: 100%;
    }

    .pds-content {
        padding-right: 25px !important;
        overflow: unset !important;
        max-height: fit-content !important;
    }

    .crossSell h4 {
        font-size: 22px !important;
    }

    .pds-content h2 {
        font-size: 20px !important;
    }

    .pds-content h3 {
        font-size: 16px !important;
    }

    .product-page .gallery-section .swiper-wrapper {
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .product-page .gallery-section .swiper-slide {
        width: 47% !important;
        margin: 0px !important;
        margin-bottom: 30px !important;
    }

    .product-page .gallery-section .swiper-button-next,
    .product-page .gallery-section .swiper-button-prev,
    .product-page .gallery-section .swiper-pagination-clickable {
        display: none !important;
    }

    .pds-content iframe {
        height: 170px;
    }

    p,
    .pds-content p,
    .pds-content span,
    #product-documents li,
    .pds-content li {
        font-size: 12px !important;
    }

    .hero-text {
        font-size: 11px !important;
    }

    .gallery-section-1 .img-wrapper .gallery-img {
        height: 150px;
    }

    #gallery-detail-section-1 .img-title .weta-icerik-tag,
    .modern-product-card .card-body .fw-bold {
        font-size: 11px !important;
    }

    .gallery-section-2 .img-description {
        padding-right: 0px !important;
    }

    .gallery-section-2 .img-title .weta-icerik-tag,
    #paragraph-section-13 .paragraph-content h2.weta-icerik-tag {
        font-size: 18px !important;
    }

    #page-detail-section-1 .weta-icerik-tag,
    #page-detail-section-2 .weta-icerik-tag,
    #page-detail-section-3 .weta-icerik-tag,
    #page-detail-section-4 .weta-icerik-tag,
    #html-section-0 .wpb_wrapper .section-title,
    #counter-section-1 .weta-counter-tag,
    .paragraph-title .weta-icerik-tag,
    .gallery-section .gallery-wrapper .weta-icerik-tag {
        font-size: 26px !important;
    }

    .counter-col {
        width: 50% !important;
    }

    .counter-col p {
        font-size: 13px !important;
    }

    .counter-section .counterNumber {
        font-size: 45px !important;
    }

    .counter-section .counterNumber::after {
        font-size: 40px !important;
    }

    .page-breadcrumb .relative-title .page-name span {
        font-size: 30px;
    }

    .weta-icerik-tag {
        font-size: 26px !important;
    }

    .product-page .gallery-section .container {
        max-width: 100% !important;
    }

    .product-page .gallery-section .gallery-img,
    .product-page .gallery-section .gallery-img a {
        height: 160px !important;
    }

    #widget-info li span.fa-brands,
    #widget-info li span.fa-solid {
        font-size: 15px !important;
    }

    #bar-social-media li,
    #widget-info li {
        width: 35px !important;
        height: 35px !important;
        line-height: 35px !important;
    }

    #widget-info li:hover a,
    #widget-info li:hover .social-bar {
        right: 40px;
    }

    #widget-info li a,
    #widget-info li .social-bar {
        width: 165px;
        font-size: 13px !important;
    }

    .categoryType3 .col-lg-9 .col-lg-4 {
        width: 50% !important;
    }

    #html-section-0 .wpb_wrapper .section-title {
        width: 100% !important;
    }

    .gallery-section-9 .img-wrapper .gallery-img {
        height: 150px !important;
    }

    .gallery-section-9 .img-title .weta-icerik-tag {
        font-size: 12px !important;
    }

    .gallery-section-9 .img-wrapper .gallery-info .btn {
        font-size: 8px !important;
        min-height: 10px;
        line-height: 10px;
    }

    .gallery-section-9 .custom-col {
        padding-bottom: 0px !important;
    }
    #languages #main-menu{
        top: 0 !important;
        margin-left: 15px !important;
    }
    #languages a,
    #languages #main-menu li,
    #languages #main-menu li a{
        text-transform: uppercase !important;
        color: var(--site-color) !important;
    }
    #languages .dropdown-trigger{
        display: none !important;
    }
    #widget-info li a,
    .social-bar{
        width: 100% !important;
        right: 0 !important;
        top: -35px !important;
        visibility: hidden;
    }
    #widget-info li .social-bar a{
        top: 0 !important;
    }
    #widget-info{
        flex-wrap: wrap;
        flex-direction: unset;
        position: relative;
    }
    #widget-info-bar {
        right: 15px;
        left: 15px;
        top: auto;
        bottom: 0;
        width: calc(100% - 30px);
    }
    #widget-info li{
        width: 25% !important;
        position: unset;
    }
    #widget-info li:hover a,
    #widget-info li:hover .social-bar{
        visibility: visible;
    }
    #html-section-0{
        padding-bottom: 250px;
        position: relative;
    }
    #html-section-0::after{
        content: '';
        position: absolute;
        bottom: 20px;
        left: 20px;
        right: 20px;
        width: calc(100% - 45px);
        top: auto;
        background-image: url(/images/masfen-map.png);
        height: 200px;
        background-size: contain;
        background-position: center;
    }
}

.swiper-horizontal>.swiper-scrollbar {
    display: none !important;
}

.productDetail .tab-pane {
    display: none !important;
}

.productDetail .tab-pane.active {
    display: flex !important;
}

.productDocuments,
.productDocuments .container {
    width: 100%;
    max-width: 100% !important;
}

#product-accordions {
    display: none !important;
}

.fa-share-nodes:before {
    content: '\f064' !important;
}

.categoryType3 .col-lg-3 {
    display: none !important;
}

.categoryType3 .col-lg-9 {
    width: 100%;
}

.categoryType3 .col-lg-9 .col-lg-4 {
    margin-bottom: 25px;
}

@media(min-width:768px) {
    .mfp-arrow-left {
        left: 65px !important;
    }

    .mfp-arrow-right {
        right: 65px !important;
    }
}

@media(min-width:1400px) and (max-width:1550px) {
    .pageSliderContent .opacity-2 {
        top: -23px;
    }

    .pageSliderContent .opacity-3 {
        top: -19px;
    }
}

#product-list .product-image img{
    object-fit: contain;
}