@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-scrolling iframe {
    pointer-events: none;
}

.section-header #navigation>ul>li a,
.nav-right .select-language .lang-menu>ul>li>a {
    font-family: "Bebas Neue", sans-serif !important;
    font-weight: 400 !important;
}

.section-header #navigation>ul>li .dropdown-menu a {
    font-family: "Inter", sans-serif !important;
    font-weight: 600 !important;
}

@media(min-width:768px) {

    #page-1 .section-header {
        background: transparent;
        position: absolute;
        top: 10px;
        left: 0;
        right: 0;
        z-index: 3;
    }

    footer {
        height: 500px;
    }

    .sliderJs .slider-contents {
        bottom: 150px;
    }

    #page-1 #languageForm span.fa-solid.fa-globe {
        color: #fff;
    }

    .section-header .navbar-weta {
        justify-content: left !important;
    }

    .weta-slider-tag {
        font-size: 55px !important;
        font-weight: 700 !important;
    }

    .weta-slider-buttons .btn {
        height: 50px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
        font-weight: 700 !important;
    }

    #page-1 .section-header #navigation>ul>li a,
    #page-1 .nav-right .select-language .lang-menu>ul>li>a {
        color: #fff !important;
    }

    .section-header #navigation>ul>li a,
    .nav-right .select-language .lang-menu>ul>li>a {
        font-size: 24px;
    }

    .section-header #headerStyle-2 #navigation>ul {
        justify-content: left;
    }

    .col-lg-2:nth-child(1) {
        width: 35%;
    }

    #headerStyle-2 {
        width: 60%;
    }

    .col-lg-2:nth-child(3) {
        width: 5%;
    }

    .section-header #navigation>ul>li .dropdown-menu li a,
    #page-1 .section-header #navigation>ul>li .dropdown-menu li a {
        color: #333 !important;
        font-size: 14px !important;
    }

    .main-mega .nav .nav-item-link.active {
        background-color: #000 !important;
        border-color: #000 !important;
        color: #fff !important;
    }

    .container-fluid {
        max-width: 100%;
    }

    #page-1 .section-header .logo img {
        max-height: 90px;
    }

    .main-mega .nav .nav-item-link {
        height: 70px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .pageSliderContent .slider-contents {
        width: 40%;
    }

    .pageSliderContent .weta-slider-tag {
        display: flex;
        flex-direction: column;
    }

    .pageSliderContent .weta-slider-tag span:nth-child(1) {
        opacity: 0.75;
    }

    .pageSliderContent .weta-slider-tag span:nth-child(2) {
        opacity: 1;
    }

    .section-header #navigation>ul>li a,
    .nav-right .select-language .lang-menu>ul>li>a {
        font-weight: 500;
    }

    .pageSliderContent .weta-slider-tag {
        font-size: 65px !important;
    }

    .main-mega .tab-content .item {
        width: 20% !important;
        padding: 0px 10px;
    }

    .section-header .row {
        position: relative;
    }

    .dropdown-menu.main-mega {
        min-width: auto !important;
        width: 100% !important;
    }

    .main-mega .tab-content .item a {
        font-size: 13px !important;
        background-color: #fff;
        line-height: 18px !important;
        min-height: 200px;
        transition: all .4s;
        border: 2px solid var(--site-color);
        padding: 0px;
        overflow: hidden;
        margin: 0px;
    }

    .main-mega .nav .nav-item-link {
        width: 33% !important;
        overflow: hidden;
        justify-content: space-between;
        padding: 0px 30px;
    }

    .section-header .item-img {
        height: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }

    .main-mega .tab-content .item a .item-img img {
        transform: none;
        width: 100%;
        object-fit: contain;
        height: 100% !important;
        max-height: fit-content !important;
        min-height: auto !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 .productSwiper .productImage,
    .productDetail .productSwiper .productImage a {
        height: 420px;
        display: block;
    }
}

.product-thumbs .productImage {
    height: 80px !important;
}

.productDetail .productSwiper .productImage img,
.productDetail .product-thumbs .productImage img {
    height: 100%;
    width: 100%;
    object-fit: contain !important;
}


.gallery-section-1 .row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 8px;
}

.gallery-section-1 .custom-col:nth-child(2) {
    grid-column-start: 1;
    grid-row-start: 2;
}

.gallery-section-1 .custom-col:nth-child(3) {
    grid-row: span 2 / span 2;
    grid-column-start: 2;
    grid-row-start: 1;
}

#gallery-detail-section-1 .img-wrapper {
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    border-radius: 10px;
    transition: all .4s;
    border: 1px solid transparent;
}

.icon-section .icon-wrapper:hover {
    transform: scale(1.015);
    border-color: var(--site-color);
}

#gallery-detail-section-1 .gallery-img {
    position: relative;
    overflow: hidden;
}

#gallery-detail-section-1 .gallery-img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%);
    width: 100%;
    height: 100%;
    transition: all .4s;
}


#gallery-detail-section-1 .img-wrapper:hover .gallery-info {
    bottom: 70px;
}

#gallery-detail-section-1 .gallery-info * {
    margin: 0px;
}

#gallery-detail-section-1 .img-description {
    color: #fff !important;
    width: 80%;
}

#gallery-detail-section-1 .img-description * {
    color: #fff !important;
}

#gallery-detail-section-1 .gallery-info {
    position: absolute;
    bottom: -90px;
    transition: all .4s;
    padding: 15px 20px;
}

#gallery-detail-section-1 .custom-col:nth-child(3) .img-wrapper {
    height: 875px;
}

#gallery-detail-section-1 .gallery-wrapper {
    margin-bottom: 40px;
}

/* 
#gallery-detail-section-1 .gallery-wrapper * {
	text-align: center !important;
} */

#gallery-detail-section-1 .gallery-info .weta-icerik-tag {
    margin-bottom: 20px !important;
    color: #fff !important;
    font-size: 34px;
    font-weight: 500 !important;
}

.custom-accordion .accordion .accordion-button {
    border-radius: 5px !important;
}

.custom-accordion .accordion .accordion-button:not(.collapsed) {
    background-color: var(--site-color) !important;
}

.custom-accordion .accordion .accordion-button:not(.collapsed)::after {
    background-color: #fff !important;
    border-color: #fff !important;
    color: var(--site-color) !important;
}

#page-detail-section-4 {
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(235, 239, 240, 1) 100%);
}

#gallery-detail-section-1,
.icon-section {
    background-color: #ebeff0;
}

#accordion-1 {
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(235, 239, 240, 1) 100%);
}

.weta-description .weta-buttons {
    display: flex;
}

.icon-section .icon {
    width: 45px;
    height: 45px;
    border-radius: 8px;
    color: #fff !important;
    background-color: var(--site-color);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
    transition: all .4s;
}

.icon-section .icon-wrapper .icon span {
    font-size: 20px !important;
}

.icon-section .icon-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 100%;
    border: 1px solid transparent;
    transition: all .4s;
    border-radius: 10px;
    background-color: #fff;
}

.icon-section .icon-title {
    width: calc(100% - 65px);
    display: flex;
    align-items: center;
    height: 45px;
}

.icon-section .icon-wrapper .weta-icerik-tag {
    font-size: 26px;
    margin: 0px;
}

.icon-section .icon-wrapper .icon-description {
    margin-top: 25px;
}

.icon-section .icon-wrapper:hover .icon {
    background-color: #fff !important;
}

.icon-section .icon-wrapper:hover .icon span {
    color: var(--site-color) !important;
}

.productTab-Bar .nav-tabs {
    border: none !important;
    box-shadow: none !important;
}

.productTab-Bar .nav-link {
    background-color: transparent !important;
    box-shadow: none !important;
    border: none !important;
    border-radius: 0px !important;
    color: #000;
    position: relative;
    transition: all .4s;
    padding: 0px;
    margin-right: 25px;
    font-size: 18px !important;
    font-weight: 600 !important;
    padding-bottom: 10px;
}

.productTab-Bar .nav-link.active {
    color: var(--site-color) !important;
}

.productTab-Bar .nav-link.active::after {
    width: 100%;
}

.productTab-Bar .nav-link::after {
    content: '';
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    right: auto;
    width: 0%;
    height: 4px;
    background-color: var(--site-color);
    transition: all .4s;
}

.pds-content li {
    margin-bottom: 10px !important;
}

.productTab-Bar .productContent,
.productTab-Bar .pds-content {
    margin-top: 25px;
}

#product-list .product-image {
    height: 200px;
}

#product-list .product-image a,
#product-list .product-image .rgw {
    display: block;
    height: 100%;
}

#product-list .product-image img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}

.product-list .weta-icerik-tag {
    font-size: 16px;
}

.product-content-wrapper {
    padding: 15px 10px;
}

.product-content-wrapper .learn-more {
    margin-top: 15px;
}

.productList .col-md-7 {
    display: none;
}

.product-content-wrapper *,
#product-list .col-md-3 .product-wrapper .product-title * {
    text-align: center !important;
}

#languages * {
    text-transform: uppercase !important;
}

#languages .dropdown-trigger {
    display: none !important;
}

.filter-bar {
    display: none;
}

.custom-accordion .accordion .accordion-button:not(.collapsed) {
    color: #fff !important;
}

.sliderJs .swiper-slide {
    overflow: hidden;
}

.sliderJs iframe {
    transform: scale(1.2);
}

@media(max-width:768px) {
    .section-header .col-lg-2 {
        width: 50% !important;
    }

    .sliderJs iframe {
        transform: none !important;
        height: auto;
        min-height: 220px;
    }

    .sliderJs .swiper-slide .container {
        position: relative;
        background: #333 !important;
    }

    .pageSliderContent .swiper-slide .slider-contents {
        position: relative !important;
        padding: 30px 0px;
    }

    .pageSliderContent .sliderJs,
    .pageSliderContent .sliderJs .swiper-wrapper,
    .pageSliderContent .sliderJs .swiper-slide {
        height: max-content !important;
        max-height: max-content !important;
    }

    .pageSliderContent .weta-slider-tag {
        display: flex;
        flex-direction: column;
    }

    .pageSliderContent .weta-slider-tag span:nth-child(1) {
        opacity: 0.75;
    }

    .pageSliderContent .weta-slider-tag span:nth-child(2) {
        opacity: 1;
    }

    .weta-slider-buttons .btn {
        min-width: 140px;
        font-size: 13px !important;
        background: #fff;
        color: #333 !important;
    }

    .icon-section .custom-col {
        width: 100% !important;
    }

    .icon-section .icon {
        margin-top: 0px;
    }

    .icon-section .icon-wrapper .weta-icerik-tag {
        font-size: 23px !important;
    }

    #image-gallery .custom-col {
        width: 100%;
    }

    #gallery-detail-section-1 .custom-col:nth-child(3) .img-wrapper {
        height: max-content;
    }

    #gallery-detail-section-1 .img-wrapper .gallery-info,
    #gallery-detail-section-1 .img-wrapper:hover .gallery-info {
        bottom: 10px !important;
    }

    #gallery-detail-section-1 .gallery-info .weta-icerik-tag {
        font-size: 23px !important;
    }

    #gallery-detail-section-1 .img-description * {
        font-size: 13px !important;
    }

    #accordion-1 {
        padding-top: 0px !important;
    }

    .main-mega .nav .nav-item-link {
        width: 49%;
        margin-top: 10px;
        height: 50px
    }

    .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 .item {
        width: 200px !important;
        margin-top: 0px !important;
    }

    .main-mega .tab-content .tab-pane.active {
        display: grid !important;
    }

    .main-mega .tab-content .tab-pane::-webkit-scrollbar {
        display: none !important;
    }

    .productTab-Bar .nav-tabs li {
        width: 50%;
        margin-bottom: 20px;
    }

    #product-section-2 .swiper-pagination {
        display: none !important;
    }

    .weta-slider-tag,
    .custom-accordion .weta-icerik-tag {
        font-size: 34px !important;
    }
}

.map {
    border-radius: 10px;
    overflow: hidden;
}

.textImg .rgw {
    padding: 20px;
    position: relative;
}

.textImg .rgw img,
.textImg .rgw .swiper {
    position: relative;
    z-index: 2;
}

.textImg .rgw::after {
    content: '';
    position: absolute;
    z-index: 40;
    height: 100%;
    width: 185px;
    border-top-right-radius: 16px;
    border-bottom-left-radius: 16px;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(90deg, var(--site-color) 40%, var(--site-hover-color) 100%);
    z-index: 1;
}

.textImg .rexa-gorseller.gorsel-left .rgw::after {
    right: auto;
    left: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.modern-learn-more .btn {
    background-color: #fff !important;
    border-color: #d3d3d3 !important;
    width: 100%;
    border-radius: 8px !important;
    color: #333 !important;
    height: 35px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer {
    background-image: url(/images/footer-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.btn-color {
    border-radius: 5px !important;
}

.textImg .swiper-slide {
    background-color: transparent !important;
}

footer .footer-img img {
    max-height: 60px;
}

.fa-handshake-o::before {
    content: "\f2b5";
}

#product-list .swiper-slide {
    padding: 10px;
}

.main-mega .tab-content .tab-pane {
    position: relative;
}

.main-mega .tab-content .tab-pane .viewAll {
    width: max-content;
    height: auto;
    min-height: auto;
    line-height: normal;
    position: absolute !important;
    right: 10px;
    left: auto;
    top: 10px;
    background: var(--site-hover-color);
    padding: 15px 20px;
    border-radius: 4px;
    font-size: 16px !important;
}

.accordion-body ul {
    padding: 0px;
}

.accordion-body ul ul {
    padding-left: 15px;
}

.main-mega .nav .nav-item-link span::before {
    content: '\f103';
    font-family: 'FontAwesome';
    margin-right: 5px;
}

.main-mega .nav .nav-item-link::before {
    display: none;
}

.main-mega .nav .nav-item-link .btn,
.section-header #navigation>ul>li a.btn,
#page-1 .section-header #navigation>ul>li a.btn {
    font-size: 13px !important;
    min-width: auto !important;
    background-color: #fff !important;
    border-color: #333 !important;
    color: #000 !important;
    font-weight: 300 !important;
}

.main-mega .nav .nav-item-link.active .btn {
    /* background-color: transparent;
    border-color: #fff !important; */
}

.modern-category-listing a i,
.modern-category-sidebar h5 i {
    display: none !important;
}

.categoryType3 .col-lg-12 {
    order: 1;
    width: 75%;
}

.categoryType3 .col-lg-9 {
    order: 3;
}

.categoryType3 .col-lg-3 {
    order: 2;
    position: absolute;
    right: 0;
    top: 0;
}

.categoryType3 .row {
    position: relative;
}

.modern-product-img-wrapper {
    min-height: 150px;
    padding: 0px !important;
    background-color: #fff;
}

.modern-category-listing a.active,
.modern-category-listing a:hover {
    background: rgb(140 198 63 / 15%) !important;
    color: var(--site-hover-color) !important;
}

.modern-category-listing .fw-semibold a {
    border-radius: 0.5rem !important;
    padding: 0.2rem 0.5rem !important;
}

.main-mega .nav .nav-item-link::after {
    background-color: var(--site-hover-color);
}

.big-swiper {
    position: relative;

}

.productDetail .product-thumbs .swiper-slide {
    border-radius: 7px;
    border: 1px solid #d3d3d3;
}

.productDetail .big-swiper .swiper {
    border: 1px solid transparent;
    border-radius: 7px;
    background: linear-gradient(90deg, var(--site-color), var(--site-hover-color)) border-box, #fff padding-box;
}

.productDetail .swiper-button-next,
.productDetail .swiper-button-prev {
    display: flex;
}

.productDetail .swiper-button-next,
.productDetail .swiper-button-prev,
.productDetail .swiper-rtl .swiper-button-prev,
.productDetail .swiper-button-prev.swiper-button-disabled,
.productDetail .swiper-button-next.swiper-button-disabled {
    opacity: 1 !important;
    background: var(--site-hover-color) !important;
    z-index: 9;
}

.productDetail .swiper-button-next::after,
.productDetail .swiper-button-prev::after {
    font-size: 20px !important;
    color: #fff !important;
}

.productDetail .swiper-button-next {
    right: -23px;
}

.productDetail .swiper-button-prev {
    left: -23px;
}

#gallery-detail-section-3 .img-wrapper {
    padding: 0px 15px;
    border: 1px solid #eee;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    padding-bottom: 10px;
}

#gallery-detail-section-3 .img-wrapper .btn {
    min-width: auto;
    background-color: #fff !important;
    border-color: #d3d3d3 !important;
    width: 100%;
    border-radius: 15px !important;
    color: #333 !important;
    height: 35px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
#gallery-detail-section-3 .img-wrapper .btn:hover{
    background-color: var(--site-hover-color) !important;
    border-color: var(--site-hover-color) !important;
    color: #fff !important;
}

.section-header.fixed {
    position: fixed !important;
    top: 0 !important;
    height: 75px;
    line-height: 75px;
    background-color: #fff !important;
}
#page-1 .section-header.fixed{
    background-color: #333 !important;
}

.section-header.fixed #navigation>ul>li,
.section-header.fixed .lang-menu>ul>li {
    line-height: 75px !important;
}

.section-header.fixed li.dropdown:hover #main-menu {
    top: 100% !important;
}

#gallery-detail-section-1 .container {
    position: relative;
    padding-bottom: 60px;
}

#gallery-detail-section-1 .gallery-wrapper .btn {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 44%;
}

.modern-learn-more .btn i {
    display: none !important;
}

.modern-learn-more .btn:hover {
    background-color: var(--site-hover-color) !important;
    border-color: var(--site-hover-color) !important;
    color: #fff !important;
}

.page-breadcrumb .relative-title .page-name .page-title,
.page-breadcrumb .relative-title .page-name .page-sub-title {
    position: absolute;
    font-size: 22px;
    bottom: 40px;
}

.product-breadcrumb a,
.product-breadcrumb span,
.page-breadcrumb a,
.page-breadcrumb span {
    font-size: 12px;
}

@media(max-width:768px){
    .section-header, .section-header.fixed,#page-1 .section-header.fixed{
        background-color: #fff !important;
    }
    .main-mega .nav .nav-item-link{
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0px 10px;
    }
    .menu-click span{
        background: #000 !important;
    }
    .menu-click.open span:nth-child(1),
    .menu-click.open span:nth-child(2),
    .menu-click.open span:nth-child(3){
        background: #000 !important;
    }
    #gallery-detail-section-1 .gallery-wrapper .btn{
        width: 90%;
        left: 5%;
    }
    .product-view-all .btn{
        width: 100%;
    }
    .section-header.fixed #navigation>ul>li, .section-header.fixed .lang-menu>ul>li{
        line-height: normal !important;
    }
    .weta-icerik-tag,.weta-counter-tag, .weta-parallax-tag{
        font-size: 30px !important;
    }
    .product-list .weta-icerik-tag{
        font-size: 16px !important;
    }
    .categoryType3 .col-lg-3{
        position: relative;
    }
    .categoryType3 .col-lg-12{
        width: 100% !important;
    }
    .productDetail .big-swiper .swiper{
        background-color: transparent !important;
        border: 1px solid #000 !important;
    }
    .productDetail .swiper-button-next{
        right: -15px;
    }
    .productDetail .swiper-button-prev{
        left: -15px;
    }
    .product-thumbs .productImage{
        height: 50px !important;
    }
    .page-breadcrumb .relative-title .page-name .page-title, .page-breadcrumb .relative-title .page-name .page-sub-title{
        position: relative;
        bottom: 0;
    }
}
#footer-social-media li{
    width: 50px !important;
    height: 50px !important;
    border: 1px solid #fff !important;
}
#footer-social-media li span{
    font-size: 20px !important;
}

.product-page .button-3d{
    min-width: auto;
    background: var(--site-hover-color);
    border-color: var(--site-hover-color);
    position: fixed;
    top: 40%;
    left: 0;
    z-index: 9;
    border-radius: 0px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 60px;
    padding: 30px 0px;
    line-height: 1px;
    letter-spacing: 0px;
    font-size: 15px;
    font-weight: 600 !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    min-height: 140px;
}

.product-page .button-3d:focus,
.product-page .button-3d:hover{
    background-color: transparent !important;
    color: var(--site-hover-color) !important;
}
.product-page .button-3d i{
    font-size: 30px;
}

.product-page #staticBackdrop .modal-dialog{
    max-width: 80%;
}
.product-page #staticBackdrop .modal-body{
    padding: 0px;
    height: 750px;
}
.product-page .btn-close{
    width: 36px;
    height: 36px;
    border: none;
    background: #d3d3d3;
    color: #495057;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    font-size: 0.9rem;
}
.product-page .btn-close::after{
    content: "\f00d";
    font-family: 'FontAwesome';
}
.product-page .modal-title{
    font-size: 1.5rem !important;
    font-weight: 600 !important;
    margin: 0px;
}

@media(min-width:1150px) and (max-width:1375px){
    .modern-product-title {
        font-size: 13px !important;
    }
    .modern-learn-more .btn{
        height: 25px !important;
        font-size: 11px !important;
    }
}