@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('app-base.css');
@import url('app-variables.css');
@import url('app-media.css');

.container {
    max-width: 1280px !important;
}

.ayrac-cizgi {
    border-bottom: 1px solid var(--light-grey);
}

header {
    height: var(--header-h);
    position: fixed;
    width: 100%;
    z-index: 1;
    background: #fff;
}

    header .wrapper {
        display: flex;
    }

        header .wrapper .logo {
            padding: 15px 40px 10px;
            background: var(--green);
            height: var(--header-h);
        }

            header .wrapper .logo img {
                height: 100%;
                width: 100%;
            }

        header .wrapper .nav {
            /* border-bottom: 1px solid #cbcbcb; */
        }

            header .wrapper .nav .nav-left .main-nav {
                position: relative;
                z-index: 1000;
            }

                header .wrapper .nav .nav-left .main-nav .menu {
                    list-style: none;
                    margin: 0;
                    padding: 0 40px;
                    display: flex;
                    height: var(--header-h);
                    align-items: center;
                }

                    header .wrapper .nav .nav-left .main-nav .menu .menu-item {
                        position: relative;
                        margin-right: 30px;
                        height: 100%;
                    }

                        header .wrapper .nav .nav-left .main-nav .menu .menu-item a {
                            text-decoration: none;
                            color: #000;
                            font-weight: 500;
                            font-size: 18px;
                            padding: 10px 5px;
                            display: block;
                            align-content: center;
                        }

                            header .wrapper .nav .nav-left .main-nav .menu .menu-item a i {
                                font-size: 14px;
                                margin-left: 5px;
                            }

                        header .wrapper .nav .nav-left .main-nav .menu .menu-item:hover > a {
                            color: #c00;
                        }

                        header .wrapper .nav .nav-left .main-nav .menu .menu-item .mega-menu {
                            position: fixed;
                            top: 99px;
                            left: 0;
                            width: 100vw;
                            background: #222;
                            color: #fff;
                            display: none;
                            padding: 40px 60px;
                            z-index: 9999;
                        }

                        header .wrapper .nav .nav-left .main-nav .menu .menu-item.has-mega:hover .mega-menu {
                            display: block;
                        }

                        header .wrapper .nav .nav-left .main-nav .menu .menu-item .mega-menu .mega-container {
                            display: flex;
                            justify-content: center;
                            max-width: 1300px;
                            margin: 0 auto;
                            gap: 100px;
                        }

                            header .wrapper .nav .nav-left .main-nav .menu .menu-item .mega-menu .mega-container .mega-column {
                                display: flex;
                                flex-direction: column;
                            }

                                header .wrapper .nav .nav-left .main-nav .menu .menu-item .mega-menu .mega-container .mega-column .mega-column.left {
                                    width: 70%;
                                }

                                header .wrapper .nav .nav-left .main-nav .menu .menu-item .mega-menu .mega-container .mega-column .mega-column.right {
                                    width: 25%;
                                }

                                header .wrapper .nav .nav-left .main-nav .menu .menu-item .mega-menu .mega-container .mega-column h3 {
                                    margin-bottom: 15px;
                                    color: #fff;
                                    font-size: 18px;
                                    border-bottom: 1px solid #444;
                                    padding-bottom: 8px;
                                }

                                header .wrapper .nav .nav-left .main-nav .menu .menu-item .mega-menu .mega-container .mega-column.left .columns-2 {
                                    display: grid;
                                    grid-template-columns: 1fr 1fr;
                                    gap: 8px 30px;
                                }

                                header .wrapper .nav .nav-left .main-nav .menu .menu-item .mega-menu .mega-container .mega-column a {
                                    display: block;
                                    color: #ccc;
                                    text-decoration: none;
                                    padding: 4px 0;
                                    transition: color 0.2s;
                                    font-size: 16px;
                                }

                                    header .wrapper .nav .nav-left .main-nav .menu .menu-item .mega-menu .mega-container .mega-column a:hover {
                                        color: #fff;
                                    }

                    header .wrapper .nav .nav-left .main-nav .menu .dropdown {
                        position: absolute;
                        top: calc(var(--header-h) - 1px);
                        left: 0;
                        min-width: 250px;
                        background: #222;
                        display: none;
                        z-index: 1000;
                        padding: 20px;
                        font-size: 14px;
                    }

                        header .wrapper .nav .nav-left .main-nav .menu .dropdown a {
                            display: block;
                            color: #ccc;
                            text-decoration: none;
                            padding: 4px 20px;
                            transition: color 0.2s;
                            font-size: 16px;
                        }

                            header .wrapper .nav .nav-left .main-nav .menu .dropdown a:hover {
                                color: #fff;
                            }

                    header .wrapper .nav .nav-left .main-nav .menu li.has-dropdown:hover > .dropdown {
                        display: block;
                    }

                    header .wrapper .nav .nav-left .main-nav .menu li.has-mega:hover > .mega-menu {
                        z-index: 990;
                    }

                    header .wrapper .nav .nav-left .main-nav .menu li.has-dropdown:hover > .dropdown {
                        z-index: 1200;
                    }

.page-home section.banner {
    margin-top: 100px;
}

  .page-home  section.banner .hero-slider {
        width: 100%;
        /* height: calc(100vh - 300px); */
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        z-index: 0;
        padding: 0 5%;
    }

    .page-home section.banner .hero-slider .container {
        position: absolute;
        width: 35%;
        left: 5%;
    }

@media (max-width: 991px) {
    .page-home .hero-slider {
        /* height: 600px; */
    }
}

@media (max-width: 767px) {
    .page-home .hero-slider {
        height: 500px;
    }
}

.page-home .hero-slider .swiper-slide {
    overflow: hidden;
    color: #fff;
}

.page-home .hero-slider .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.page-home  .hero-slider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}

    .page-home .hero-slider .slide-inner img {
        position: absolute;
        width: 100%;
        height: auto;
    }

    .page-home .hero-slider .slide-inner video {
        position: absolute;
        width: 101%;
        height: auto;
    }

.page-home .hero-slider .swiper-button-prev,
.page-home  .hero-slider .swiper-button-next {
    background: transparent;
    width: 55px;
    height: 55px;
    line-height: 50px;
    margin-top: -30px;
    text-align: center;
    border: 2px solid #d4d3d3;
    border-radius: 55px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.page-home .hero-slider:hover .swiper-button-prev,
.page-home  .hero-slider:hover .swiper-button-next {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

@media (max-width: 767px) {
    .page-home .hero-slider .swiper-button-prev,
    .page-home .hero-slider .swiper-button-next {
        display: none;
    }
}

.page-home .hero-slider .swiper-button-prev {
    left: 25px;
    transform: translateX(50px);
}

    .page-home .hero-slider .swiper-button-prev:before {
        font-family: "Font Awesome 5 Free";
        content: "\f060";
        font-size: 15px;
        color: #d4d3d3;
        font-style: normal;
        display: inline-block;
        vertical-align: middle;
        font-weight: 900;
    }

.page-home .hero-slider .swiper-button-next {
    right: 25px;
    transform: translateX(-50px);
}

    .page-home .hero-slider .swiper-button-next:before {
        font-family: "Font Awesome 5 Free";
        content: "\f061";
        font-size: 15px;
        color: #d4d3d3;
        font-style: normal;
        display: inline-block;
        vertical-align: middle;
        font-weight: 900;
    }

.page-home .hero-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    text-align: left;
    line-height: 12px;
    font-size: 12px;
    color: #000;
    opacity: 0.3;
    background: #fff;
    transition: all .2s ease;
}

.page-home .hero-slider .swiper-pagination-bullet-active {
    opacity: 1;
}

.page-home .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.page-home .hero-slider .swiper-pagination-custom,
.page-home .hero-slider .swiper-pagination-fraction {
    bottom: 30px;
}

@media screen and (min-width: 992px) {
    .page-home .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
    .page-home .hero-slider .swiper-pagination-custom,
    .page-home .hero-slider .swiper-pagination-fraction {
        /*     display: none; */
    }
}

.page-home .swiper-pagination {
    text-align: left;
}

.page-home .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 50px;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}

}

@media (min-width: 767px) {
    .page-home .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 30px;
    }
}
/*--------------------------------------------------------------
	#hero-style
--------------------------------------------------------------*/
.page-home .hero-style {
    aspect-ratio: 1926/650;
    transition: all .4s ease;
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
}

@media (max-width: 991px) {
    .page-home .hero-style {
        /* height: 600px; */
    }
}

@media (max-width: 767px) {
    .page-home .hero-style {
        height: 500px;
    }
}

@media screen and (min-width: 992px) {
    .page-home .hero-style .container {
        /* padding-top: 95px; */
        /* width: 100%; */
    }
}

.page-home .hero-style .slide-title,
.page-home .hero-style .slide-text,
.page-home .hero-style .slide-btns {
    max-width: 100%;
}

    .page-home .hero-style .slide-title h2 {
        font-size: 50px;
        font-weight: 900;
        line-height: 1.5;
        color: #fff;
        /* margin: 0 0 50px; */
        text-transform: capitalize;
        transition: all .4s ease;
        text-shadow: 0px 1px 11px #ffffff00;
        font-family: 'Oswald',sans-serif;
    }


    .page-home .hero-style .slide-text p {
        opacity: 0.8;
        font-family: Rajdhani;
        font-size: 32px;
        font-weight: 500;
        line-height: 1.25;
        letter-spacing: normal;
        color: #ffffff;
        margin: 0 0 40px;
        transition: all .4s ease;
    }

@media (max-width: 767px) {
    .page-home .hero-style .slide-text p {
        font-size: 16px;
        font-size: 1rem;
        font-weight: normal;
        margin: 0 0 30px;
    }
}

.page-home  .hero-style .slide-btns > a:first-child {
    margin-right: 10px;
}


/*--------------------------------------------------------------
	#button-style
--------------------------------------------------------------*/
.theme-btn, .theme-btn-s2 {
    background-color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    color: #2b3b95;
    padding: 9px 32px;
    border: 0;
    border-radius: 3px;
    text-transform: uppercase;
    display: inline-block;
    line-height: initial;
    transition: all .4s ease;
}

a {
    text-decoration: none;
    transition: all 0.2s ease;
}

.theme-btn-s2 {
    background-color: rgba(255, 255, 255, 0.9);
    color: #131e4a;
}

    .theme-btn:hover, .theme-btn-s2:hover, .theme-btn:focus, .theme-btn-s2:focus, .theme-btn:active, .theme-btn-s2:active {
        background-color: var(--primary);
        color: #fff;
    }

.theme-btn-s3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #ffffff;
    text-transform: uppercase;
}

i.fa-chevron-circle-right {
    height: 22px;
    width: 22px;
}

a:hover {
    text-decoration: none;
}

@media (max-width: 991px) {
    .theme-btn, .theme-btn-s2, .theme-btn-s3 {
        font-size: 13px;
        padding: 15px 25px;
    }
}

@media (max-width: 767px) {
    .theme-btn, .theme-btn-s2 {
        padding: 13px 20px;
        font-size: 13px;
    }
}

.page-home .hero-slider .slide-inner .overlay {
    background: #1818185e;
    position: absolute;
    height: 100%;
    width: 100%;
}


section.sub-header {
    min-height: 100px;
}

    section.sub-header ul.breadcrumb {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    section.sub-header h1 {
        font-size: 21px;
        font-weight: 500;
    }




.page-home section.urunler {
    padding: 100px 0;
}

    .page-home section.urunler .wrapper {
        display: flex;
        gap: 50px;
    }

        .page-home section.urunler .wrapper .item {
            width: calc((100% - 50px) / 2);
            position: relative;
             transition:.5s;
        }

  .page-home section.urunler .wrapper .item:hover .image {
           opacity:0;
      transition:.5s;
        }
.page-home section.urunler .wrapper .item:hover .item-hover {
           opacity:1;
      transition:.5s;
        }

            .page-home section.urunler .wrapper .item .image {
                height: 400px;
                width: 100%;
                opacity:1;
                 transition:.5s;
            }

            .page-home section.urunler .wrapper .item .item-title {
                position: absolute;
                bottom: 10px;
                left: 10px;
                color: #FFF;
                font-size: 30px;
                font-weight: 700;
            }

                .page-home section.urunler .wrapper .item .image img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }

            .page-home section.urunler .wrapper .item .item-hover {
                padding: 30px;
                text-align: center;
                position: absolute;
                top: 0;
                left: 0;
                opacity: 0;
            }

                .page-home section.urunler .wrapper .item .item-hover .icon {
                    height: 100px;
                }

                    .page-home section.urunler .wrapper .item .item-hover .icon img {
                        width: 100%;
                        height: 100%;
                        object-fit: contain;
                    }

                .page-home section.urunler .wrapper .item .item-hover .title {
                    font-weight: 500;
                    font-size: 24px;
                    text-align: center;
                    padding-bottom: 20px;
                }

                .page-home section.urunler .wrapper .item .item-hover .text {
                    font-weight: 300;
                    font-size: 18px;
                    text-align: center;
                }

                .page-home section.urunler .wrapper .item .item-hover .btn-red {
                    font-size: 16px;
                    background: var(--primary);
                    color: #fff;
                    padding: 9px 40px;
                    margin-top: 20px;
                    display: inline-block;
                    transition: .3s;
                }

                    .page-home section.urunler .wrapper .item .item-hover .btn-red:hover {
                        background: var(--primary-hover);
                        transition: .3s;
                    }


.page-home section.latest-articles {
    padding: 120px 5%;
    background: #f5f5f5;
}

.page-home section.latest-articles .htitle{
    font-size:30px;
    font-weight: 300;
    padding-bottom: 30px;
}

    .page-home section.latest-articles .article-slider {
        position:relative;
    }

        .page-home section.latest-articles .article-slider .article .title {
            font-size: 18px;
            padding-top: 15px;
            font-weight: 500;
        }

        .page-home section.latest-articles .article-slider .glide__arrow {
            background: var(--primary);
            padding: 10px;
            color: #fff;
            font-weight: 700;
            font-size: 14px;
        }

        .page-home section.latest-articles .article-slider .glide__arrows {
            position: absolute;
            top: -70px;
            right: 0px;
        }


.page-home section.videos {
    padding: 100px 5%;
}

    .page-home section.videos .htitle {
        font-size: 30px;
        font-weight: 300;
        padding-bottom: 30px;
    }
    .page-home section.videos .video-slider {
        position: relative;
    }

        .page-home section.videos .video-slider .title {
            font-size: 18px;
            padding-top: 15px;
            font-weight: 500;
        }

        .page-home section.videos .video-slider .video-wrapper {
            position: relative;
            width: 100%;
            padding-bottom: 56.25%;
            background: #000;
            cursor: pointer;
        }

            .page-home section.videos .video-slider .video-wrapper img,
            .page-home section.videos .video-slider .video-wrapper iframe {
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                object-fit: cover;
            }

        .page-home section.videos .video-slider .play-btn {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 48px;
            background: none;
            border: none;
            color: white;
            cursor: pointer;
        }

        .page-home section.videos .video-slider .glide__arrow {
            background: var(--primary);
            padding: 10px;
            color: #fff;
            font-weight: 700;
            font-size: 14px;
        }

        .page-home section.videos .video-slider .glide__arrows {
            position: absolute;
            top: -70px;
            right: 0px;
        }


.page-products .content .left-menu {
    padding-right: 0;
}

    .page-products .content .left-menu .item .title {
        font-size: 20px;
        font-weight: 500;
        border-bottom: 1px solid var(--light-grey);
        border-top: 1px solid var(--light-grey);
        padding: 20px 0;
        margin-top: 20px
    }

    .page-products .content .left-menu .item:first-child .title {
        border-top: none;
        margin-top: 10px
    }

    .page-products .content .left-menu .item ul {
        margin-top: 20px;
    }

        .page-products .content .left-menu .item ul li a {
            font-size: 14px;
            font-weight: 400;
        }

            .page-products .content .left-menu .item ul li a:hover {
                color: var(--primary)
            }

.page-products .content .right-content {
    border-left: 1px solid var(--light-grey);
}

    .page-products .content .right-content .products-list .product-item {
        padding: 0;
        border-right: 1px solid var(--light-grey);
        border-bottom: 1px solid var(--light-grey);
        position: relative;
    }

        .page-products .content .right-content .products-list .product-item .image {
            height: 300px;
            padding: 20px;
        }

            .page-products .content .right-content .products-list .product-item .image img {
                height: 100%;
                width: 100%;
                object-fit: contain;
            }

        .page-products .content .right-content .products-list .product-item .info {
            padding: 20px;
        }

            .page-products .content .right-content .products-list .product-item .info .brand {
                display: block;
                text-align: center;
            }

            .page-products .content .right-content .products-list .product-item .info h3 {
                font-size: 18px;
                text-align: center;
                font-weight: 300;
            }

        .page-products .content .right-content .products-list .product-item .info-hover {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            padding: 20px;
            background: #fff;
            opacity: 0;
            transition: opacity .2s ease;
            transition-delay: .1s;
        }

        .page-products .content .right-content .products-list .product-item:hover > .info-hover {
            opacity: 1;
            transition-delay: .2s;
        }

        .page-products .content .right-content .products-list .product-item .info-hover span.brand {
            display: block;
            font-size: 18px;
        }

        .page-products .content .right-content .products-list .product-item .info-hover span {
            display: block;
            font-size: 16px;
            font-weight: 500;
        }

        .page-products .content .right-content .products-list .product-item .info-hover ul {
            padding: 20px 0 20px 20px
        }

            .page-products .content .right-content .products-list .product-item .info-hover ul li {
                position: relative;
                font-size: 15px;
            }

                .page-products .content .right-content .products-list .product-item .info-hover ul li:before {
                    content: "";
                    position: absolute;
                    left: -16px;
                    top: 9px;
                    height: 6px;
                    width: 6px;
                    border-radius: 50%;
                    background-color: #d52b00;
                }




.page-product-detail .content .column-left {
    padding: 100px 0;
    border-right: 1px solid var(--light-grey);
}

    .page-product-detail .content .column-left .gallery-container {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: space-between;
        overflow: hidden;
        /* flex-direction: column; */
        height: 70vh;
    }

        .page-product-detail .content .column-left .gallery-container .slider-galeria-thumbs {
            width: 100%; /*170px;*/
        }

            .page-product-detail .content .column-left .gallery-container .slider-galeria-thumbs img {
                width: 100%;
                height: 100%;
                object-fit: contain;
                border: 1px solid var(--light-grey);
            }

        .page-product-detail .content .column-left .gallery-container .slider-galeria {
            width: 90%; /*calc(100% - 170px);*/
        }

            .page-product-detail .content .column-left .gallery-container .slider-galeria img {
                width: 100%;
                height: 100%;
                object-fit: contain;
            }

            .page-product-detail .content .column-left .gallery-container .slider-galeria div {
                outline: 0;
                height: 100%;
            }

        .page-product-detail .content .column-left .gallery-container .slider-galeria-thumbs div {
            outline: 0;
        }

        .page-product-detail .content .column-left .gallery-container .slider-galeria-thumbs {
            margin-bottom: 20px;
            width: 10%;
        }

            .page-product-detail .content .column-left .gallery-container .slider-galeria-thumbs .slick-slide {
                margin-bottom: 5px;
                aspect-ratio: 1;
                cursor: pointer;
            }

        .page-product-detail .content .column-left .gallery-container .slider-galeria span {
            display: block;
            height: 250px;
            background: #000;
            color: #3498db;
            font-size: 36px;
            line-height: 250px;
            margin: 0 10px 0 10px;
            padding: 2%;
            text-align: center;
        }

        .page-product-detail .content .column-left .gallery-container .slider-galeria-thumbs span {
            display: block;
            margin-bottom: 5px;
            height: 55px;
            background: #3498db;
            color: #000;
            font-size: 14px;
            line-height: 55px;
            text-align: center;
        }

        .page-product-detail .content .column-left .gallery-container .slider-galeria-thumbs .slick-current span {
            background: #000;
            color: #3498db;
        }

        .page-product-detail .content .column-left .gallery-container .slider-controls .previous {
            text-indent: -9999px;
            background: transparent;
            border: 0;
            z-index: 10;
            outline: 0;
            background: #1e1e1e;
            width: 40px;
            height: 40px;
            position: relative;
            display: inline-block;
            cursor: pointer;
        }

            .page-product-detail .content .column-left .gallery-container .slider-controls .previous:before {
                content: "prev";
                color: #e9e9e9;
                font-size: 12px;
                line-height: 1;
                text-indent: 0;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                font-family: swiper-icons;
            }

        .page-product-detail .content .column-left .gallery-container .slider-controls .next {
            text-indent: -9999px;
            background: transparent;
            border: 0;
            z-index: 10;
            outline: 0;
            background: #1e1e1e;
            width: 40px;
            height: 40px;
            position: relative;
            display: inline-block;
            cursor: pointer;
        }

            .page-product-detail .content .column-left .gallery-container .slider-controls .next:before {
                content: "next";
                color: #e9e9e9;
                font-size: 12px;
                line-height: 1;
                text-indent: 0;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                font-family: swiper-icons;
            }

.page-product-detail .content .column-right {
    padding: 100px 0 100px 50px;
    font-size: 16px;
    line-height: 1.6;
}

    .page-product-detail .content .column-right .brand {
        font-size: 32px;
        font-weight: 200;
    }

    .page-product-detail .content .column-right h1 {
        font-size: 36px;
        font-weight: 400;
    }

    .page-product-detail .content .column-right .icons ul {
        display: flex;
        gap: 20px
    }

        .page-product-detail .content .column-right .icons ul li {
            width: calc((100% - 20px) / 3);
            font-size: 14px;
            text-align: center;
            border: 1px solid var(--light-grey);
            padding: 10px;
            font-weight: 300;
        }

            .page-product-detail .content .column-right .icons ul li .image {
                width: 100%;
                padding: 20px 33%;
            }

                .page-product-detail .content .column-right .icons ul li .image img {
                    width: 100%;
                    height: 100%;
                }





.page-product-detail section.tabs .product-tabs {
    width: 100%;
}

.page-product-detail section.tabs .tab-buttons-wrapper {
    position: relative;
    background: var(--green);
    color: #fff;
}

    .page-product-detail section.tabs .tab-buttons-wrapper::before {
        content: "";
        height: 100%;
        background-color: var(--green);
        position: absolute;
        width: 100vw;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        z-index: -1;
    }

    .page-product-detail section.tabs .tab-buttons-wrapper .tab-buttons {
        display: flex;
    }

.page-product-detail section.tabs .single_tab_button {
    padding: 30px 25px;
    cursor: pointer;
    font-weight: 500;
    border-bottom: 3px solid transparent;
    font-size: 16px;
}

    .page-product-detail section.tabs .single_tab_button.active {
        background: #3c7b67;
        /* color: #222; */
    }

.page-product-detail section.tabs .product_tab_content {
    display: none;
    padding: 50px 0;
}

    .page-product-detail section.tabs .product_tab_content.active {
        display: block;
    }

.page-product-detail section.tabs .tab-container {
    font-size: 16px;
    font-weight: 200;
}


    .page-product-detail section.tabs .tab-container ul {
        padding-left: 20px;
    }

        .page-product-detail section.tabs .tab-container ul li {
            font-size: 16px;
            position: relative;
            font-weight: 200;
        }

            .page-product-detail section.tabs .tab-container ul li::before {
                content: "";
                position: absolute;
                left: -15px;
                top: 9px;
                height: 4px;
                width: 4px;
                background-color: rgb(213, 43, 0);
                border-radius: 50%;
            }

    .page-product-detail section.tabs .tab-container .teknik-veriler table tr:nth-child(2n) {
        background: #00613412;
    }

    .page-product-detail section.tabs .tab-container .teknik-veriler table tr td {
        padding: 15px 30px;
        border: 1px solid var(--light-grey)
    }

        .page-product-detail section.tabs .tab-container .teknik-veriler table tr td:first-child {
            font-weight: 500;
        }

/* Mobilde akordeona d�n��mesi i�in */
@media(max-width: 767px) {
    .page-product-detail section.tabs .tab-buttons {
        display: none;
    }

    .page-product-detail section.tabs .product_tab_content {
        border-top: 1px solid #eee;
        padding: 0;
    }

        .page-product-detail section.tabs .product_tab_content h3,
        .page-product-detail section.tabs .product_tab_content .tab_accordion_button {
            padding: 14px 0;
            margin: 0;
            border-bottom: 1px solid #ddd;
            cursor: pointer;
        }
}



.page-corporate section.banner {
    height: 500px;
    overflow: hidden;
    position: relative;
}

    .page-corporate section.banner video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        mix-blend-mode: multiply;
    }

    .page-corporate section.banner::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #80d970;
    }

    .page-corporate section.banner .text-container {
        position: absolute;
        top: 0;
        left: 10%;
        display: flex;
        height: 100%;
        align-items: center;
    }

        .page-corporate section.banner .text-container .text {
            top: 10%;
            left: 10%;
            width: 35vw;
            background: #ffffffd9;
            padding: 30px;
        }

            .page-corporate section.banner .text-container .text h3 {
                font-size: 36px;
                font-weight: 400;
                padding-bottom: 10px;
            }

            .page-corporate section.banner .text-container .text span {
                font-size: 21px;
                font-weight: 200;
            }

.page-corporate section.content {
    padding: 50px 0;
    font-size: 16px;
    line-height: 2;
    font-weight: 300;
}

    .page-corporate section.content h1 {
        font-weight: 300;
    }

.page-catalogs .container {
    max-width: 100vw !important;
    padding-left: 5%;
    padding-right: 5%;
}

.page-catalogs section.content h1 {
    font-weight: 300;
}

.page-catalogs section.content span.sub-text {
    font-size: 16px;
    line-height: 2;
    font-weight: 300;
}

.page-catalogs section.content .list {
    display: flex;
    gap:30px;
}

    .page-catalogs section.content .list .item {
        padding: 20px;
        border: 1px solid var(--light-grey);
        width: calc((100% - 90px) / 4);
    }

        .page-catalogs section.content .list .item img {
            aspect-ratio: 1;
            width: 100%;
        }

        .page-catalogs section.content .list .item .text {
            font-size: 18px;
            font-weight: 500;
            text-align: center;
            padding-top: 20px;
        }

.page-blog-list .container {
    max-width:100vw !important;
    padding-left:5%;
    padding-right:5%;
}
.page-blog-list section.content h1 {
    font-weight: 300;
}

.page-blog-list section.content span.sub-text {
    font-size: 16px;
    line-height: 2;
    font-weight: 300;
}

.page-blog-list section.content .list {
    display: flex;
    gap: 30px;
}

    .page-blog-list section.content .list .item {
        padding: 20px;
        border: 1px solid var(--light-grey);
        width: calc((100% - 30px) / 3);
    }

        .page-blog-list section.content .list .item img {
            aspect-ratio: 16/9;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .page-blog-list section.content .list .item .text {
            font-size: 18px;
            font-weight: 500;
            text-align: center;
            padding-top: 20px;
        }





.page-blog-detail section.content h1 {
    font-weight: 300;
    text-align: center;
}
.page-blog-detail section.content .image {
    padding: 30px 0;
    text-align: center;
}
.page-blog-detail section.content .text {
    font-size: 16px;
    line-height: 2;
    font-weight: 300;
}

.page-blog-detail section.content .text strong {
    font-weight:700;
}

.page-blog-detail section.content .text p {
   padding-bottom:20px;
}





.page-video-list .container {
    max-width: 100vw !important;
    padding-left: 5%;
    padding-right: 5%;
}

.page-video-list section.content h1 {
    font-weight: 300;
}

.page-video-list section.content span.sub-text {
    font-size: 16px;
    line-height: 2;
    font-weight: 300;
}

.page-video-list section.content .list {
    display: flex;
    gap: 30px;
}

    .page-video-list section.content .list .item {
        padding: 20px;
        border: 1px solid var(--light-grey);
        width: calc((100% - 30px) / 3);
    }

        .page-video-list section.content .list .item img {
            aspect-ratio: 16/9;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .page-video-list section.content .list .item .text {
            font-size: 18px;
            font-weight: 500;
            text-align: center;
            padding-top: 20px;
        }

.page-contact{padding: 100px 0;}
.page-contact .content {
}
    .page-contact .content h1 {
        font-weight: 300;
    }

    .page-contact .content .contact-info {
        display: flex;
        gap: 50px;
        align-items: stretch;
    }

    .page-contact .contact-info .text-wrapper {
        padding: 30px 0;
        font-size: 18px;
        width: calc((100% - 50px) / 2);
    }

    .page-contact .contact-info .map {
        width: calc((100% - 50px) / 2);
        position:relative;
    }

        .page-contact .contact-info .map iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: 0;
        }

    .page-contact .contact-info .text-wrapper .text {
        padding: 20px 0;
    }

        .page-contact .contact-info .text-wrapper .text.phone-wrapper {
            display: flex;
            gap: 30px;
            flex-wrap: wrap;
        }

            .page-contact .contact-info .text-wrapper .text.phone-wrapper .item {
                width: calc((100% - 50px) /2);
            }

    .page-contact .contact-info .text-wrapper .title {
        font-weight: 700;
    }

    .page-contact .content .ayrac {
        border-bottom: 1px solid var(--light-grey);
        margin: 50px 0;
    }

    .page-contact .contact-form h2 {
        font-weight:300;
        padding-bottom: 20px;
        font-size:40px;
    }

   


    .page-contact .contact-form .wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
    }

        .page-contact .contact-form .wrapper .item {
            width: calc((100% - 30px) / 2)
        }

            .page-contact .contact-form .wrapper .item .title {
                font-weight: 700;
                font-size: 18px;
            }

            .page-contact .contact-form .wrapper .item.full {
                width: 100%;
            }

    .page-contact .contact-form .wrapper input[type=text], textarea {
        border-bottom: 1px solid var(--light-grey);
        font-size: 16px;
        width: 100%;
        padding: 3px 5px;
    }
.page-contact .contact-form .wrapper input[type=text]:focus, textarea:focus{
     border-bottom: 1px solid var(--primary);
}
 .page-contact .contact-form .submit {
            margin-top:30px;
        }
        .page-contact .contact-form .submit .but-send {
            background:var(--primary);
            color:#fff;
            padding:10px 80px;
            font-size:18px;
            transition:.2s;
            
        }
.page-contact .contact-form .submit .but-send:hover {
            background:var(--primary-hover);
           transition:.2s;
            
        }

   

footer {
    background: #222;
    color: #f7f7f7;
}

    footer ul.footer-menu {
        display: flex;
    }

        footer ul.footer-menu li {
            padding: 70px 50px;
            border-right: 1px solid #444;
            min-width: 200px;
        }

            footer ul.footer-menu li:first-child {
                padding-left: 0;
            }

            footer ul.footer-menu li:last-child {
                border: none;
            }

            footer ul.footer-menu li h3 {
                font-size: 18px;
                padding-bottom: 15px;
                font-weight: 700;
            }

            footer ul.footer-menu li ul.footer-sub-menu li {
                font-size: 18px;
                border: none;
                padding: inherit;
                line-height: 2.1;
                font-weight: 200;
            }

                footer ul.footer-menu li ul.footer-sub-menu li a:hover {
                    color: var(--primary)
                }

    footer .social-row {
        position: relative;
    }

        footer .social-row .wrapper::before, footer .social-row .wrapper::after {
            content: "";
            height: 1px;
            background-color: #555;
            position: absolute;
            width: 100vw;
            left: 50%;
            right: 50%;
            margin-left: -50vw;
            margin-right: -50vw;
            z-index: 0;
        }

        footer .social-row .wrapper::before {
            top: 0;
        }

        footer .social-row .wrapper::after {
            bottom: 0;
        }

        footer .social-row ul.social-links {
            display: flex;
            gap: 30px;
            justify-content: center;
            padding: 30px;
        }

    footer .bottom-row .wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 0;
    }

    footer .bottom-row .copyright {
        font-size: 16px;
        font-weight: 300;
        color: #d5d5d5;
    }

    footer .bottom-row .lizbon {
        display: flex;
        height: 15px;
    }

        footer .bottom-row .lizbon img {
            -webkit-filter: invert(1);
            -moz-filter: invert(1);
            -o-filter: invert(1);
            filter: invert(1);
        }
