:root {
    --container-width: 1410px;
    --container-out: calc(calc(100vw - var(--container-width)) / 2);
    --default-color: #f47920;
    
    --drawer-w: min(470px, 92vw);
    --radius: 16px;
    --shadow: 0 10px 30px rgba(0,0,0,.15);
    --bg: #f47920;
    --panel: #ffffff;
    --text: #f47920;
    --muted: #707070;
    --accent: #f47920;
    --chip: #fff;
    --chip-text: #707070;
    --overlay: rgba(2,6,23,.55);
}

body {
    color: #231f20;
   font-family: "Poppins", sans-serif;
    font-display: swap;
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    scroll-behavior: smooth;
    outline: 0 !important;
    outline: none;
    text-decoration: none;
}

*, ::after, ::before {
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: #333333;
}

h6 {
    font-size: 1rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333333;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

img {
    vertical-align: middle;
}

@font-face {
    font-family: 'bauplast';
    src: url('./icon-font/font/bauplast.eot?82910292');
    src: url('./icon-font/font/bauplast.eot?82910292#iefix') format('embedded-opentype'), url('./icon-font/font/bauplast.woff?82910292') format('woff'), url('./icon-font/font/bauplast.ttf?82910292') format('truetype'), url('./icon-font/font/bauplast.svg?82910292#bauplast') format('svg');
    font-weight: normal;
    font-style: normal;
}

.demo-icon {
    font-family: "bauplast";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.w-100 {
    width: 100%;
}

.w-50 {
    width: 50%;
}

.h-100 {
    height: 100%;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.gap-8 {
    gap: 8rem!important;
}

.gap-1 {
    gap: 1rem!important;
}

.pore {
    position: relative;
    z-index: 8;
}

.poab {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 0 5vw;
}

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

.invert-image {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.brightness-image {
    -webkit-filter: brightness(100%);
    filter: brightness(100);
}
header.hide {
    position: relative;
    transform: translateY(-100%);
}

header.show {
    position:fixed;
    transform: translateY(0);
    z-index: 11;
}

a,a:hover {
    text-decoration: none;
}

/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--default-color);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--default-color);
}

li {
    list-style: none;
}

ul {
    margin: 0;
    padding-left: 0;
}

.header-container {
    width: calc(100% - 120px );
    padding: 13px 0px 11px;
    margin: 0 60px;
    position: relative;
    z-index: 0;
}

.banner-container {
    width: calc(100% - 120px );
    padding: 18px 0px 0;
    margin: 0 60px;
    position: relative;
}

.c-container {
    width: 100%;
    max-width: var(--container-width);
    margin: 0 auto;
}

.cl-container {
    margin: 0 auto;
    margin-left: var(--container-out);
}
header {
    width: 100%;
    position: relative;
    z-index: 9;
    display: block;
    background: #fff;
    transition: transform 0.3s ease;
    top: 0;
    left: 0;
    right: 0;
}

header .lang {
    position: relative;
    margin: 0 0px 0 0px;
    padding: 0px;
    border-radius: 50px;
}

header .lang a.block {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #231f20;
    position: relative;
    z-index: 9;
    font-size: 16px;
    font-weight: 400;
}

header .lang a.block {
    color: #231f20;
}


header .lang a.block span {
    color: #231f20;
    font-size: 16px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    margin-right: 8px;
    position: relative;
    padding-right: 8px;
    line-height: 16px;
    text-transform: capitalize;
}

header .lang a.block span:after {
    content: "";
    background: #231f20;
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
}

header .lang a.block i {
    color: #231f20;
    font-size: 12px;
    margin-left: 5px;
}
header .lang:hover a.block span i {
    transform: rotate(180deg)
}

header .lang a.block span i {
    margin-top: 0px;
    color: #fff;
    font-size: 13px;
    display: block;
    margin-left: 7px;
}

header .drop-lang {
    transition: all .5s;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 27px 45px 15px 24px;
    background: #fff;
    visibility: hidden;
    text-align: left;
    z-index: 28;
}

header .lang:hover .drop-lang {
    background: #fff;
    visibility: visible;
}

header .lang .drop-lang li {
    margin-bottom: 12px;
    cursor: pointer;
}

header .lang .drop-lang li:last-child {
    margin-bottom: 8px;
}

header .drop-lang span {
    color: #231f20;
    font-size: 14px;
    font-weight: 500;
}

header .drop-lang li:hover span {
    color: #526D80;
}

header .menu {
    height: 85px;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: end;
    margin-left: 60px;
}

header .menu .top li {
    position: relative;
    margin: 0 13px;
    padding-bottom: 10px;
}

header .menu .bottom li {
    position: relative;
    margin: 0px 18px;
    z-index: 99;
    padding: 10px 0 15px;
}

header .menu li:first-child {
    margin-left: 0
}

header .menu li:last-child {
    margin-right: 0
}

header .right {
    height: 85px;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: space-between;
}
header .right .top ul {
   gap: 10px;
}
header .right .top ul a{
 color:#231f20;
 display: flex;
 align-items: center;
 gap: 3px;
 font-weight: 500;
}
header .right .top ul li:not(.lang) a i{
 background:#231f20;
 display: flex;
 align-items: center;
 color:#fff;
 width: 24px;
 height: 24px;
 justify-content: center;
 border-radius: 30px;
 font-size: 11px;
}
header .right .top ul li:not(.lang) .btn-search i{
 background:#231f20;
 display: flex;
 align-items: center;
 color:#fff;
 width: 24px;
 height: 24px;
 justify-content: center;
 border-radius: 30px;
 font-size: 11px;
}
header .menu li .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 16px 0 16px 24px;
    background: #fff;
    display: none;
    z-index: 88;
}
header .menu .top li .dropdown-menu {
   
    top: 28px;
   z-index: 104;
}
header .menu li.dropdown:hover .dropdown-menu {
    display: block;
}

header .menu li.dropdown .dropdown-menu li {
    margin: 6px 0;
    padding: 0;
    position: relative;
    padding-right: 24px;
    display: flex;
    align-items: center;
}

header .menu li.dropdown .dropdown-menu li svg {
    margin-left: 26px;
    font-size: 11px
}

header .menu li.dropdown .dropdown-menu li a {
    padding-left: 0;
    margin-left: 0;
    text-transform: capitalize;
}

header .menu li.dropdown .dropdown-menu li a span {
    white-space: nowrap;
    text-align: left;
    margin-left: 8px;
    position: relative;
    left: 0;
    transition: all .5s;
    color: #75787A;
}

header .menu li.dropdown .dropdown-menu li:hover a span {
    color: #A6A8A9;
    left: 15px;
}

header .menu .top li a,header .menu .top li span {
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;
    cursor: pointer;
}

header .menu li .dropdown-menu-two {
    position: absolute;
    top: 0;
    left: 100%;
    padding: 15px 24px;
    background: #fff;
    display: none;
    z-index: 88;
}

header .menu .dropdown-menu li:hover .dropdown-menu-two {
    display: block;
}

header .menu .bottom li a,header .menu .bottom li span {
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    display: flex;
    align-items: center;
    cursor: pointer;
}

header .menu li a,header .menu li span {
    color: #231f20;
}


header .menu .bottom li a img {
    margin-right: 7px
}

header .menu .dropdown li a,header .menu .dropdown li span {
    color: #231f20;
    font-size: 15px;
    font-weight: 500;
    cursor:pointer;
    display:flex;
    align-items:center;
    white-space:nowrap;
}

header .menu .dropdown li a:hover {
    color: #231f20;
}

header .menu li a i {
    color: #000;
    font-size: 10px;
    margin-left: 5px;
}

header .menu li .dropdown a i {
    color: #75787A;
    font-size: 10px;
    margin-left: 5px;
}

header .link a {
    margin-left: 44px;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
}

header .link a,header .link li {
    color: #75787A;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 39px;
}

header .link i {
    color: #75787A;
    margin-left: 5px;
    margin-top: 5px;
    font-size: 10px;
}

header .link a i {
    color: #75787A;
    margin-left: 5px;
    margin-top: 5px;
}

header .link li:hover i {
    color: #262554
}

header .link li {
    position: relative;
    padding-bottom: 15px;
    padding-top: 15px;
}

header .link li:hover {
    color: #262554
}

header .link li .dropdown {
    position: absolute;
    top: 50px;
    left: 0;
    padding: 30px 80px 30px 30px;
    border: 1px solid rgb(166 168 169 / 50%);
    border-radius: 10px;
    background: #fff;
    display: none;
}

header .link li:hover .dropdown {
    display: block;
}

header .link li .dropdown li {
    padding-left: 0;
    margin-left: 0;
    padding: 7px 0;
}

header .link li .dropdown li a {
    padding-left: 0;
    margin-left: 0;
}

header .link li .dropdown li a span {
    white-space: nowrap;
    text-align: left;
    margin-left: 8px;
    left: 0;
    position: relative;
    transition: all .5s;
}

header .link li .dropdown li:hover a span {
    color: #A6A8A9;
    left: 15px;
}
header .bottom{position:relative;}
header .right .bottom{display: flex;gap: 20px;}
.openmenu {
    background: #f1f1f1;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 100;
    transition: all .5s;
    visibility: hidden;
    overflow: auto;
    height: 100%;
    right: -100vw;
    max-width: 620px;
    padding: 30px 50px;
}


.openmenu .search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-radius: 50px;
    padding: 12px 12px;
}

.openmenu .bottom span {
    font-size: 14px;
    color: #fff;
}

.openmenu .right {
    flex-direction: row-reverse;
    display: flex;
    gap: 20px;
}

.openmenu .top {
    margin-bottom: 20px
}

.openmenu .bottom {
    text-align: center
}

.openmenu .navs {
    padding: 0 0px;
    margin-top: 60px;
}

.openmenu .link {
    padding-left: 0;
}

.openmenu .link li {
    /* position: relative; */
    left: 0;
    transition: all .5s;
    color: #231f20;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 12px;
    display: block;
    font-weight: 400;
    cursor: pointer;
}

.openmenu .navs-link-right {
    margin-left: 78px;
    overflow: auto;
    height: 62vh;
    position: relative;
    z-index: 2;
}

.openmenu .link li a {
    color: #231f20;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 0;
    display: inline-block;
    font-weight: 400;
}
.openmenu .link .dropdown-menu li  {
   margin-bottom: 3px;
}
.openmenu .link .dropdown-menu li a {
    color: #231f20;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 0px;
    display: inline-block;
    font-weight: 400;
}

.openmenu .link .dropdown-menu {
    margin: 14px 0 15px 15px;
    display: none;
}

.openmenu .navs-link {
    /* position: relative; */
}

.openmenu .link li.active a {
    color: #231f20;
}

.menu-btn {
       background: rgba(233,234,235,1);
    background: -moz-linear-gradient(-45deg, rgba(233,234,235,1) 0%, rgba(233,234,235,1) 30%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(233,234,235,1)), color-stop(30%, rgba(233,234,235,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(-45deg, rgba(233,234,235,1) 0%, rgba(233,234,235,1) 30%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(233,234,235,1) 0%, rgba(233,234,235,1) 30%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(233,234,235,1) 0%, rgba(233,234,235,1) 30%, rgba(255,255,255,1) 100%);
    background: linear-gradient(135deg, rgba(233,234,235,1) 0%, rgba(233,234,235,1) 30%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9eaeb', endColorstr='#ffffff', GradientType=1 );
    cursor: pointer;
    margin-left: 36px;
    position: relative;
    padding: 19px 0;
    margin-right: 0;
    width: 72px;
    align-items: center;
    justify-content: center;
    height: 68px;
    border-radius: 10px;
    display: grid;
    text-align: center;
}
.menu-btn span {
    position: relative;
    content: " ";
    background: #231f20;
    width: 33px;
    height: 2px;
    display: block;
    margin-bottom: 6px;
    transition: all .5s ease-in-out;
    cursor: pointer;
    float: right;
}
.menu-btn b {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 12px;
    font-weight: 600;
}
.openmenu .close {
    cursor: pointer;
    margin-left: 36px;
    position: relative;
    padding: 0px 0px;
    margin-right: 0;
    background: rgb(35 31 32 / 5%);
    display: flex;
    flex-direction: column;
    width: 60px;
    align-items: center;
    justify-content: center;
    height: 60px;
    border-radius: 10px;
}

.openmenu .close span {
    position: absolute;
    content: " ";
    background: #231f20;
    width: 27px;
    height: 3px;
    display: block;
    margin-bottom: 6px;
    transition: all .5s ease-in-out;
    cursor: pointer;
    float: right;
    transform: rotate(45deg);
    transform-origin: center;
    top: 30px;
}

.openmenu .close span+span {
    transform: rotate(-45deg);
    transform-origin: center;
}

.openmenu .close b {
    margin-bottom: 0;
    padding-bottom: 0;
    color: #fff;
    font-size: 12px;
    margin-top: 35px;
}

.navs-link-right::-webkit-scrollbar {
    width: 0px;
}

.openmenu .navs-link-right .link {
    display: none;
}

.openmenu .navs-link-right .link li {
    margin-bottom: 10px
}

.openmenu .navs-link-right .link ul {
    margin-left: 20px;
    margin-top: 10px
}

.openmenu .navs-link-right .link a {
    font-size: 20px;
    color: #fff;
    margin-bottom: 0;
    line-height: 24px;
    text-transform: capitalize;
    font-weight: 700;
}

.openmenu .navs-link-right .link ul li {
    margin-bottom: 5px
}

.openmenu .navs-link-right .link ul a {
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    font-weight: 400;
}

.openmenu .dropdownmenu {
    display: none;
    padding-left: 15px;
}

.openmenu .dropdown .dropdownmenu a {
    font-size: 20px;
    line-height: 22px;
}

.openmenu .active .dropdownmenu {
    display: block;
}

.slider {
    position: relative;
    overflow: hidden;
    background: #F8F8F8;
    margin: 0 60px;
    border-radius: 10px;
}

.slider video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.slider picture img {
    height: calc(100vh - 123px);
    width: 100%;
    object-position: bottom center;
    object-fit: cover;
    max-width: 100%;
}

.slider .item {
    position: relative;
}

.slider .content {
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    padding-top: 0;
    left: 0;
    bottom: 0;
    margin: 0;
}

.slider .content h2 {
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 10px;
}

.slider .content h3 {
    font-size: 72px;
    line-height: 80px;
    color: #fff;
    font-weight: 500;
    margin-top: 0;
    letter-spacing: -0.5px;
    margin-bottom: 33px;
    max-width: 32rem;
}

.slider .content p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 300;
    margin-top: 0;
    max-width: 28rem;
}

.page-down {
    position: absolute;
    bottom: 48px;
    cursor: pointer;
    z-index: 9;
    width: 100%;
    left: 0;
}

.page-down span {
    transform: rotate(270deg);
    display: inline-block;
    margin-bottom: 52px;
    height: 34px;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
}

.slider .arrows li {
    background: rgb(244 121 32 / 40%);
    width: 64px;
    height: 64px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: rgb(35 31 32 / 50%);
    font-size: 20px;
    margin-left: 15px;
}

.slider .arrows li:hover {
    background: #f47920;
    color: #fff;
}

.slider .arrows i {
    font-size: 21px;
    color: #fff;
}

.slider .arrows li:hover i {
    color: #fff;
}

.slider .slick-dotted.slick-slider {
    margin-bottom: -7px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.slick-slider-dots {
    position: relative;
}

.slick-slider-dots .slick-dots {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    bottom: 0;
    left: 0;
    right: 0;
    justify-content: start;
    margin: 0 auto;
}

.slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 9px;
    height: 2px;
    margin: 0 4px;
    padding: 0;
    transition: all .5s;
    cursor: pointer;
}

.slider .slick-dots li.slick-active {
    width: 57px;
}

.slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 57px;
    height: 8px;
    padding: 0px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    border: none;
    transition: all .5s;
}

.slider .slick-slider-dots .slick-dots li button:before {
    content: "";
    width: 9px;
    background: #fff;
    height: 9px;
    border: 4px solid #fff;
    border-radius: 20px;
    opacity: 1;
    transition: all .5s;
}

.slider .slick-slider-dots .slick-dots li.slick-active button:before {
    opacity: 1;
    border: 4px solid #f47920;
    background: #f47920;
    width: 57px;
}

.slider .pagescrool img {
    margin-right: 13px;
}

.slider .pagescrool {
    font-size: 21px;
    font-weight: 300;
    color: #ffffff;
    position: relative;
    z-index: 9;
    width: 21px;
}

.scroll-contact {
    position: fixed;
    right: 60px;
    top: 35%;
    overflow: visible;
    display: flex;
    background: #f47920;
    flex-direction: column;
    padding: 0px 3px;
    gap: 0;
    font-size: 32px;
    z-index: 99;
    border-radius: 5px;
}

.scroll-contact i {
    cursor: pointer;
    position: relative;
    z-index: 2;
    color: rgb(255 255 255 / 80%);
    font-size: 26px;
}

.scroll-contact :hover i {
    color: rgb(51 51 51 / 100%);
}

.scroll-contact a {
    position: relative;
    padding-top: 4px;
    margin: 0;
    height: 55px;
    border-bottom: 1px solid #fff6;
    width: 45px;
    display: block;
    padding: 0px 10px 0px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
}

.scroll-contact span {
    display: flex;
    position: relative;
    border-bottom: 1px solid #fff6;
    width: 45px;
    height: 54px;
    align-items: center;
    justify-content: center;
}

.scroll-contact span:last-child {
    border-bottom: 0px solid #fff6;
}

.scroll-contact d {
    position: absolute;
    z-index: 1;
    width: 0;
    left: -4px;
    display: flex;
    transition: all 1s;
    height: 100%;
    top: 0;
    align-items: center;
    justify-content: start;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    color: #231f20;
    transform: translateX(-100%);
    border-radius: 5px 0px 0px 5px;
}

.scroll-contact a:hover d {
    width: initial;
    padding: 0px 70px 0 15px;
    font-weight: 600;
    background: #f47920;
    justify-content: start;
    left: -2px;
}

.scroll-contact span:hover d {
    left: -2px;
    width: initial;
    padding: 0px 40px 0 15px;
    font-weight: 600;
    background: #f47920;
}

.modal .pore {
    position: relative;
    width: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.scroll-contact d ul li a {
    border: none;
    padding: 0 8px;
    width: initial;
}

.scroll-contact d ul li a i {
    color: #231f20;
    font-size: 21px;
}

.cookie {
    position: fixed;
    bottom: 30px;
    padding: 28px 25px;
    width: 490px;
    background: #43434A;
    right: 60px;
    border-radius: 15px;
    z-index: 9;
    max-width: calc(100vw - 40px);
    z-index: 99;
}

.cookie h3 {
    font-size: 15px;
    color: #fff;
    font-weight: 300;
    line-height: 19px;
}

.cookie a {
    color: #fff;
    font-weight: 700;
}

.cookie a.cookie-ok {
    margin: 7px 8px 0;
    color: #fff;
    font-size: 15px;
    margin-left: 10px;
    padding: 11px 30px;
    font-weight: 500;
    border: 1px solid #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border-radius: 50px;
    text-transform: uppercase;
}

.cloud-pems {
    color: #fff;
    padding: 2px 25px 2px 18px;
    position: relative;
}

.cloud-pems:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.3s ease-in-out;
    background: #f47920;
    border-radius: 15px;
}
.cloud-pems.bayii:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.3s ease-in-out;  background: rgba(233,234,235,1);
    background: -moz-linear-gradient(-45deg, rgba(233,234,235,1) 0%, rgba(233,234,235,1) 30%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(233,234,235,1)), color-stop(30%, rgba(233,234,235,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(-45deg, rgba(233,234,235,1) 0%, rgba(233,234,235,1) 30%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(233,234,235,1) 0%, rgba(233,234,235,1) 30%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(233,234,235,1) 0%, rgba(233,234,235,1) 30%, rgba(255,255,255,1) 100%);
    background: linear-gradient(135deg, rgba(233,234,235,1) 0%, rgba(233,234,235,1) 30%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9eaeb', endColorstr='#ffffff', GradientType=1 );
    border-radius: 15px;
}
.cloud-pems a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px;
    color: #fff;
    position: relative;
    white-space: nowrap;
    font-weight: 500;
}
.cloud-pems.bayii a {
 color: #231f20;
}
.cloud-pems:hover:before {
    transform: scaleX(1.1);
}

.cloud-pems i {
    font-size: 46px;
    transform: rotate(45deg);
}
.cloud-pems.bayii i {
    font-size: 37px;
    transform: initial;
    margin-top: 9px;
}
.lang a {
    color: rgb(255 255 255 / 40%);
    font-size: 20px;
}

.header .lang a {
    color: rgb(51 51 51 / 40%);
    text-transform: uppercase;
    cursor: pointer;
}

.lang .active a,.lang a:hover {
    color: rgb(255 255 255 / 100%);
}

.header .lang .active a,.header .lang a:hover {
    color: rgb(51 51 51 / 100%);
}

.home-aboutus {
    margin: 54px 0 64px;
}

.home-aboutus .bg {
    padding: 110px 40px;
}

.home-aboutus .bg h2 {
    font-size: 96px;
    font-weight: 300;
    color: #f47920;
    letter-spacing: -0.5px;
    line-height: 48px;
    margin-bottom: 63px;
}

.home-aboutus .bg p {
    font-size: 20px;
    font-weight: 300;
    color: #231f20;
    line-height: 28px;
    margin-bottom: 45px;
    max-width: 35rem;
}

.home-aboutus .bg a {
    color: #231f20;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 7px;
    padding-bottom: 0;
    margin-bottom: 0;
}

.home-aboutus .bg a i {
    font-size: 12px;
}

footer {
    background: #231f20;
    padding-top: 68px;
}

footer .logos img {
    height: 48px;
}

footer .logos {
    display: flex;
    align-items: center;
    gap: 20px;
}

footer .social a {
    height: 45px;
    width: 45px;
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
}

footer .social a:hover {
    background: #f47920;
    color: #fff;
}

footer .top {
    margin-bottom: 25px;
    border-bottom: 1px solid rgb(255 255 255 / 25%);
    padding-bottom: 25px;
}

footer .app {
    border-top: 1px solid rgb(255 255 255 / 25%);
    padding-top: 25px;
    margin-top: 25px;
}

footer .app p {
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 18px;
    font-weight: 300;
}

footer .top .left {
    gap: 80px;
}

footer .center .title {
    font-size: 20px;
    color: rgb(255 255 255 / 70%);
    margin-bottom: 25px;
    line-height: 15px;
    margin-top: 43px;
    font-weight: 500;
}

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

footer .center ul li a {
    font-size: 14px;
    color: rgb(255 255 255 / 90%);
    margin-bottom: 5px;
    line-height: 16px;
    font-weight: 300;
}

footer .center ul li a:hover {
    color: rgb(255 255 255 / 100%);
}

footer .center p {
    color: rgb(255 255 255 / 100%);
    margin-bottom: 5px;
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 14px;
}

footer .center .footer-contact img {
    margin-bottom: 20px
}

footer .center .footer-contact p {
    margin-bottom: 30px
}

footer .center .footer-contact ul a {
    font-size: 16px;
    color: #f47920;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px
}

footer .center .footer-contact ul i {
    font-size: 20px;
}

footer .center .footer-contact ul a span {
    position: relative;
    transition: all .5s;
    left: 0;
    color: #fff;
}

footer .center .footer-contact ul a:hover span {
    left: 10px;
}

footer .copyright {
    border-top: 2px solid rgb(255 255 255 / 30%);
    margin-top: 30px;
    background: #fff;
}

footer .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    padding: 19px 0;
}

footer .bottom p {
    font-size: 14px;
    color: #231f20;
    line-height: 14px;
    margin-bottom: 0;
    padding-bottom: 0;
}

footer .bottom a {
    font-size: 14px;
    color: #231f20;
    line-height: 14px;
    margin-bottom: 0;
    padding-bottom: 0;
}
footer .policy ul {
    display: flex;
    align-items: center;
    gap: 21px;
    color: #fff;
}

footer .policy ul li {
    padding-right: 21px;
    border-right: 1px solid rgb(255 255 255 / 30%);
}

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

footer .policy ul li a {
    font-size: 14px;
    color: #231f20;
}

footer .newlester .left p {
    font-size: 14px;
    font-weight: 300;
    color: rgb(255 255 255 / 80%);
    margin: 31px 0;
    border-left: 1px solid rgb(255 255 255 / 30%);
    padding-left: 38px;
    width: 35rem;
    padding: 10px 0px 10px 38px;
}

.check-input {
    margin-top: 10px
}

.check-input input[type="checkbox"] {
    width: 0;
    height: 0;
    opacity: 0;
    display: none;
}

.check-input label {
    position: relative;
    padding-left: 20px;
    font-size: 12px;
    color: rgb(255 255 255 / 80%);
    font-weight: 300;
}

.check-input label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #707374;
    border-radius: 3px;
}

.check-input label:after {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    display: flex;
    align-items: center;
    justify-content: centeR;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 900;
    width: 16px;
    height: 16px;
    border: 1px solid #707374;
    border-radius: 3px;
    color: var(--color-red);
    transition: 300ms;
    opacity: 0;
    font-size: 8px;
}

.check-input input[type="checkbox"]:checked ~ label:after {
    opacity: 1;
}

.newlester {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.newlester .newlester {
    width: 100%;
    background: hsl(210deg 2% 79% / 10%);
    padding: 30px 40px;
    border-radius: 5px;
}

.newlester .left {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 50px;
    justify-content: space-between;
    align-items: start;
}

.newlester .right {
    width: 50%;
}

.newlester-input-border {
    border: 1px solid rgb(255 255 255 / 50%);
    padding: 4px 4px 4px 16px;
    border-radius: 5px;
    width: 100%;
}

.newlester h1 {
    color: rgb(255 255 255 / 80%);
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 5px;
    font-weight: 500;
}

.newlester p {
    color: rgb(255 255 255 / 80%);
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
}

.newlester .form {
    width: 100%;
}

.newlester h4 {
    margin-bottom: 0;
    color: #f47920;
    white-space: nowrap;
    margin-right: 10px;
    padding-right: 20px;
    border-right: 1px solid;
    font-size: 20px;
}

.newlester-input-border input {
    margin-left: 10px;
    color: rgb(255 255 255 / 80%);
}

.newlester-input-border input::placeholder {
    margin-left: 10px;
    color: rgb(255 255 255 / 80%);
}

.newlester-input-border button {
    white-space: nowrap;
    background: #f47920;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 5px;
    border: none;
    padding: 12px;
    margin-left: 7px;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.co2 {
    display: flex;
    align-items: baseline;
}
.banner .bg {
    border-radius: 10px;
    margin: 0 60px 0px;
    padding: 78px 0;
    background: rgba(233,234,235,1);
    background: -moz-linear-gradient(-45deg, rgba(233,234,235,1) 0%, rgba(233,234,235,1) 30%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(233,234,235,1)), color-stop(30%, rgba(233,234,235,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(-45deg, rgba(233,234,235,1) 0%, rgba(233,234,235,1) 30%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(233,234,235,1) 0%, rgba(233,234,235,1) 30%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(233,234,235,1) 0%, rgba(233,234,235,1) 30%, rgba(255,255,255,1) 100%);
    background: linear-gradient(135deg, rgba(233,234,235,1) 0%, rgba(233,234,235,1) 30%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9eaeb', endColorstr='#ffffff', GradientType=1 );
}

.banner h1 {
    font-size: 36px;
    line-height: 44px;
    color: #231f20;
}

.breadcrumb li,.breadcrumb li a {
    color: #231f20;
    font-size: 12px;
    font-weight: 300;
    margin-top: 5px;
}

.breadcrumb li i {
    margin-left: 3px;
}

.poab p {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 0;
}

.content {
    margin-top: 30px;
    margin-bottom: 50px;
}
.sablon-two{margin-bottom:0}
.product-arge{margin-top:60px}

.content-details h1 {
    color: #f47920;
    font-size: 48px;
    font-weight: 400;
    margin: 40px 0;
}

.content-details .left {
    margin-bottom: 20px;
}

.content-details p {
    color: #231f20;
    font-size: 18px;
    font-weight: 300;
}

.content-details .left p {
    font-size: 22px;
}

.content-details-two {
    margin-top: 110px;
    background: #F8F8F8;
    padding: 147px 0;
}

.content-details-two h4 {
    font-size: 48px;
    color: #f47920;
    font-weight: 400;
    margin: 24px 0;
    letter-spacing: -1px;
}

.content-details-two p {
    color: #231f20;
    font-size: 16px;
    margin-bottom: 20px;
    max-width: 35rem;
    font-weight: 300;
}

.content-details-two b {
    font-size: 24px;
}

.document {
    margin-bottom: 230px;
}

.document a {
    margin-top: 20px;
    border: 1px solid #231f20;
    color: #231f20;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 32px;
    transition: all .5s;
    gap: 18px;
    width: 100%;
}

.document a i {
    font-size: 54px;
    color: #f47920;
}

.document img {
    -webkit-box-shadow: 0px 0px 28px -10px rgba(0,0,0,0.52);
    -moz-box-shadow: 0px 0px 28px -10px rgba(0,0,0,0.52);
    box-shadow: 0px 0px 28px -10px rgba(0,0,0,0.52);
    height: 40vh;
    object-fit: cover;
}

.document a i {
    font-size: 49px;
    margin-bottom: -4px;
    margin-left: 7px;
    transition: all .5s;
}

.referans p {
    max-width: 100%;
    font-size: 16px;
    letter-spacing: 0px;
    color: #231f20;
}

.counter {
    background: transparent;
    padding-top: 75px;
    padding-bottom: 95px;
}

.table-search {
    border: 1px solid #f47920;
    border-radius: 10px;
    padding: 15px;
    display: flex;
    gap: 5px;
    width: 297px;
    align-items: center;
}

.table-search i {
    color: #f47920;
    font-size: 24px;
}

.table-search input {
    border: none;
    width: 100%;
}

.dataTables_length,#referance_filter {
    display: none;
}

#referance {
    width: 100%;
    border-spacing: 0 12px;
}

#referance thead {
    margin-bottom: 21px;
}

#referance th:first-child {
    width: 45%;
}

#referance th {
    font-size: 14px;
    color: #707070;
    font-weight: 400;
    white-space: nowrap;
}

#referance tbody tr {
    -webkit-box-shadow: 0px 0px 26px -20px rgba(0,0,0,0.36);
    -moz-box-shadow: 0px 0px 26px -20px rgba(0,0,0,0.36);
    box-shadow: 0px 0px 26px -20px rgba(0,0,0,0.36);
}

#referance tbody td {
    padding: 15px;
    color: #231f20;
    font-size: 16px;
    white-space: nowrap;
}

#referance thead th {
    padding: 5px 15px;
}

#referance tbody td img,#referance tbody td i {
    margin-right: 10px;
    font-size: 32px;
    color: rgb(112 112 112 / 50%);
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #f47920;
    border-color: #f47920;
}

.sosyal h2 {
    font-size: 50px;
    letter-spacing: -1px;
    color: #62b622;
    font-weight: 500;
    margin-bottom: 30px;
    /* opacity: .7; */
}

.sosyal p {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: -10px;
    color: #231f20;
    line-height: 27px;
    max-width: 65rem;
    margin-top: 22px;
}

.sosyal b {
    color: #231f20;
    font-size: 24px;
    line-height: 32px;
}

.sosyal a {
    background: #f47920;
    color: #231f20;
    border: none;
    font-size: 14px;
    padding: 15px 32px;
    border-radius: 15px;
    position: relative;
    transition: all .5s;
    left: 0;
}

.sosyal a i {
    margin-left: 4px;
    font-size: 11px;
    transition: all .5s;
}

.sosyal a:hover i {
    margin-left: 10px;
}

.border-radius-30 {
    border-radius: 30px;
}

.ik h2 {
    font-size: 48px;
    letter-spacing: -1px;
    color: #231f20;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 54px;
    max-width: 25rem;
}

.ik p {
    font-size: 20px;
    font-weight: 300;
    color: #707070;
    line-height: 28px;
    max-width: 28rem;
}

.ik-form {
    padding: 0 5vw;
}

.ik-form .item {
    padding: 48px 48px 20px;
    background: #fff;
    border: 2px solid #f47920;
    margin-top: -65%;
    position: relative;
    z-index: 9;
}

.ik-form .item h3 {
    margin-bottom: 43px;
    font-size: 24px;
    font-weight: 500;
    color: #231f20;
}

.form input, .form textarea {
    padding: 8px 0;
    color: #707070;
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    text-shadow: none;
    height: 54px;
    font-size: 14px;
    font-weight: 300;
    box-shadow: none !important;
}

.form span {
    padding: 8px 0;
    color: #231f20;
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    text-shadow: none;
    height: 54px;
    font-size: 14px;
    font-weight: 300;
}

.form-input {
    border: 1px solid #707070;
    padding: 0 0px 0 10px;
    border-radius: 5px;
    margin-bottom: 10px !important;
    justify-content: space-between;
    display: flex;
    align-items: center;
    width: 100%;
}

.files::-webkit-file-upload-button {
    visibility: hidden;
}

.file {
    background: #ffffff00;
    border-radius: 5px;
    padding: 8px 14px;
    height: 54px;
    border: 1px solid #707070;
    margin-bottom: 10px !important;
}

input[type="file"] {
    cursor: pointer !Important;
    color: #fff0 !important;
    text-indent: 0px;
    border-radius: 3px;
    position: relative;
    background: rgb(112 112 112 / 10%);
    width: 160px;
    text-align: center;
    height: 37px;
}

input[type="file"]:hover {
    background: #cecece;
}

.files::before {
    content: 'Dosya Seç';
    display: flex;
    color: #231f20;
    outline: none;
    cursor: pointer;
    font-weight: 300;
    top: 8px;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    position: absolute;
    left: 43px;
    z-index: 999;
    font-size: 14px;
}

.form textarea {
    min-height: 15vh;
}

.form .buttons {
    display: inline-flex;
    justify-content: end;
    position: relative;
    border: none;
}

.form .button {
    display: inline-flex;
    justify-content: end;
    position: relative;
    overflow: hidden;
}

.form .button d {
    padding: 20px 40px 20px 40px;
    position: absolute;
    right: 0px;
    transition: all .5s;
    background: #f47920;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    height: 100%;
    display: flex;
    align-items: center;
    transition: all .5s;
}

.form .button d i {
    margin-left: 10px;
    transition: all .5s;
    font-size: 12px;
    margin-top: 2px;
    position: relative;
    left: 0;
}

.form .button:hover d i {
    left: 5px;
}

.form .c-button {
    margin-bottom: 0;
    padding: 15px 47px;
    background: transparent;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    transition: all .5s;
    height: initial;
    opacity: 0;
    position: relative;
    z-index: 9;
}

.ik .ik-form p {
    margin-top: 25px;
    font-size: 16px;
    font-weight: 300;
    color: #707070;
    line-height: 24px;
    max-width: 28rem;
    margin-bottom: 0;
}

.ik .ik-form b {
    font-size: 16px;
    font-weight: 500;
    color: #707070;
    line-height: 28px;
    max-width: 28rem;
}

.bg-black {
    background: #1A2828;
}

.detail-link {
    padding-bottom: 27px;
    margin-bottom: 27px;
    border-bottom: 1px solid #D4D4D4;
    max-width: 18rem;
    margin: 0 auto 27px;
}

.detail-link a {
    color: #439B34;
    font-size: 14px;
}

.detail-link a i {
    color: #439B34;
    font-size: 10px;
}

.model-link {
    padding: 16px 32px;
    color: #231f20;
    background: #f47920;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    margin-top: 30px;
}

.model-link:hover {
    color: #231f20;
}

.model-link i {
    font-size: 14px;
    margin-left: 10px;
    position: relative;
    transition: all .5s;
    left: 0;
}

.model-link:hover i {
    left: 7px;
}

input[type='range'] {
    width: 100%;
    height: 6px;
    margin: 0;
    background: #f47920;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.24);
    border-radius: 2px;
    outline: none;
    cursor: pointer;
    border-radius: 20px;
    margin-bottom: 22px;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.24);
    background-image: linear-gradient(to bottom, #439B34 0, #439B34 100%);
    border-radius: 50%;
}

.product-list .item output {
    display: inline-block;
    width: 23px;
    margin-left: 7px;
    font-size: 14px;
    color: #231f20;
}

.product-list .item span {
    font-size: 14px;
    color: #231f20;
}

.product-list .item {
    background: #fff;
    padding: 30px 32px;
    border-radius: 15px;
}

.bbm3 {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgb(112 112 112 / 25%);
}

.product-search {
    border: 1px solid #707070;
    border-radius: 10px;
    padding: 14px;
    display: flex;
    gap: 5px;
    width: 100%;
    align-items: center;
}

.product-search i {
    color: #707070;
    font-size: 24px;
}

.product-search input {
    border: none;
    width: 100%;
}

.product-list .item h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    color: #231f20;
    margin-bottom: 20px;
}

.product-list .item ul li {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    color: #231f20;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: start;
}

.product-list .item ul li:last-child {
    margin-bottom: 0px;
}

.product-list .item ul li label {
    width: 15px;
    height: 15px;
    border: 1px solid #707070;
    margin-right: 7px;
    border-radius: 15px;
}

.product-list .item ul li.active label {
    border: 1px solid #f47920;
    background: #f47920;
}

.product-list .item b {
    font-size: 14px;
    font-weight: 500;
    color: #231f20;
    background: #f47920;
    border-radius: 5px;
    padding: 16px 32px;
    cursor: pointer;
}

.product-list .item b i {
    font-size: 12px;
    margin-left: 10px;
}

.product-list .product {
    margin-bottom: 30px;
}

.product-list .product .c-card {
    padding: 56px 20px 20px;
    border-radius: 15px;
    border: 2px solid #f1f1f1;
    margin-bottom: 15px;
}

.product-list .product:hover .c-card {
    border-color: #f47920;
}

.product-list .product .c-card img {
    height: 200px;
    object-fit: contain;
    display: flex;
    margin: 0 auto 35px;
}

.product-list .product span {
    border-radius: 10px;
    padding: 8px 24px;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    background: #f47920;
}

.product-list .product h3 {
    color: #231f20;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 0px;
}

.product-list .product h5 {
    color: #231f20;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0px;
}

.world-one {
    margin-top: 125px;
    padding: 121px 5vw 0;
    position: relative;
    border-radius: 20px;
    background: #f47920;
}

.world-one b {
    position: absolute;
    bottom: -119px;
    background: rgb(255 255 255 / 70%);
    width: 238px;
    height: 238px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 238px;
}

.world-one h5 {
    color: #231f20;
    font-size: 48px;
    font-weight: 400;
    line-height: 54px;
    margin-bottom: 15px;
    max-width: 26rem;
}

.world-one p {
    color: #231f20;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0px;
    max-width: 26rem;
}

.product-detail .bg {
    position: relative;
    padding: 60px 0 0;
    margin-bottom: 120px;
}

.product-detail .bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 60px);
    border-radius: 20px;
    background: rgba(233,234,235,1);
    background: -moz-linear-gradient(-45deg, rgba(233,234,235,1) 0%, rgba(233,234,235,1) 30%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(233,234,235,1)), color-stop(30%, rgba(233,234,235,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(-45deg, rgba(233,234,235,1) 0%, rgba(233,234,235,1) 30%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(233,234,235,1) 0%, rgba(233,234,235,1) 30%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(233,234,235,1) 0%, rgba(233,234,235,1) 30%, rgba(255,255,255,1) 100%);
    background: linear-gradient(135deg, rgba(233,234,235,1) 0%, rgba(233,234,235,1) 30%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9eaeb', endColorstr='#ffffff', GradientType=1 );
}

.product-detail .patent {
    position: absolute;
    z-index: -1;
}

.product-detail p {
    padding-bottom: 0;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    color: #231f20;
}

.product-detail .bg span {
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    padding: 12px 36px;
    color: #fff;
    background: #f47920;
    display: inline-block;
    border-radius: 10px;
    margin-bottom: 30px;
}

.product-detail h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 70px;
    color: #231f20;
}

.product-detail h2 {
    font-size: 32px;
    font-weight: 400;
    color: #231f20;
}

.product-detail .table-detail {
    padding: 96px 5vw;
    border-radius: 20px;
    background: #F8F8F8;
    margin-top: 50px;
}

.table-detail .table {
    max-height: 497px;
    overflow: hidden;
    overflow-y: auto;
}

.table-detail table {
    width: 100%;
}

.table-detail table tr {
    border-bottom-width: 0px
}

.table-detail table tr td {
    padding: 12px 7px 12px 7px;
    font-size: 15px;
    color: #231f20;
    line-height: 15px;
    /* white-space: nowrap; */
}
.table-detail table tr td:first-child {
  
     white-space: nowrap;
}
.table-detail table tr:nth-child(2n+1) {
    background: #fff;
}

.table-detail table td:last-child {
    text-align: right;
}

.table-detail table span {
    max-width: 11rem;
    display: block;
}

.table-detail h5 {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    color: #f47920;
}

.table-detail .dokuman {
    margin-bottom: 60px;
    background: #fff;
    padding: 34px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
}

.table-detail .teknik {
    background: #fff;
    padding: 16px 10px 10px;
    border-radius: 10px;
    flex-direction: column;
    display: flex;
    justify-content: end;
    align-items: end;
}

.same .product {
    margin-bottom: 30px;
}

.same .product .c-card {
    padding: 56px 20px 20px;
    border-radius: 15px;
    border: 2px solid #f8f8f8;
    margin-bottom: 15px;
    background: #fff;
}

.same .product:hover .c-card {
    border-color: #f47920;
}

.same .product .c-card img {
    height: 200px;
    object-fit: contain;
    display: flex;
    margin: 0 auto 35px;
}

.same .product span {
    border-radius: 10px;
    padding: 8px 24px;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    background: #f47920;
}

.same .product h3 {
    color: #231f20;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 0px;
}

.same .product h5 {
    color: #231f20;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0px;
}

.same {
    margin-top: 132px;
    padding: 104px 0 140px;
    background: #F8F8F8;
    margin-bottom: -3px;
}

.same h2 {
    margin-bottom: 70px;
    text-align: Center;
    color: #231f20;
    font-weight: 500;
    font-size: 36px;
    line-height: 49px;
}

.same-slider {
    padding: 0 5px;
}

.same .slick-slide {
    margin: 0 15px;
}

/* the parent */
.same .slick-list {
    margin: 0 -15px;
}

.same-slider-dots {
    position: relative;
    margin-top: 10px;
    z-index: 99;
}

.same-slider-dots .slick-dots {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    bottom: 0;
    left: 0;
    right: 0;
    justify-content: center;
    margin: 0 auto;
}

.same .slick-dots li {
    position: relative;
    display: inline-block;
    width: 9px;
    height: 2px;
    margin: 0 4px;
    padding: 0;
    transition: all .5s;
    cursor: pointer;
}

.same .slick-dots li.slick-active {
    width: 57px;
}

.same .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 57px;
    height: 8px;
    padding: 0px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    border: none;
    transition: all .5s;
}

.same .same-slider-dots .slick-dots li button:before {
    content: "";
    width: 9px;
    background: #707070;
    height: 9px;
    border: 4px solid #707070;
    border-radius: 20px;
    opacity: 1;
    transition: all .5s;
}

.same .same-slider-dots .slick-dots li.slick-active button:before {
    opacity: 1;
    border: 4px solid #f47920;
    background: #f47920;
    width: 57px;
}

.other .item {
    height: 400px;
    position: relative;
    top: -225px;
    margin-bottom: -120px;
    background-size: auto;
    padding: 50px 5vw;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    position: relative;
    flex-direction: column;
    background-position: right;
    border-radius: 40px;
}

.other .other-product {
    position: absolute;
    bottom: 0;
    right: 0vw;
}

.other .slogan {
    position: absolute;
    bottom: 50px;
    right: 2vw;
}

.other h3 {
    color: #fff;
    font-size: 48px;
    letter-spacing: -1.5px;
    line-height: 54px;
    max-width: 26rem;
    margin-bottom: 15px;
}

.other p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    max-width: 29rem;
}

.other a {
    position: relative;
    color: #231f20;
    font-size: 14px;
    font-weight: 500;
    line-height: 9px;
    padding: 21px 32px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}

.other a:after {
    content: "";
    background: #f47920;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    border-radius: 15px;
    transition: all .5s;
    transform: scaleX(1);
}

.other a:hover:after {
    transform: scaleX(1.04);
    transform-origin: left;
}

.other a i {
    font-size: 12px;
    margin-left: 8px;
}

.dokuman h6 {
    max-width: 14rem;
}

.dokuman a {
    position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 9px;
    padding: 21px 32px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}

.dokuman a:after {
    content: "";
    background: #f47920;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    border-radius: 15px;
    transition: all .5s;
    transform: scaleX(1);
}

.dokuman a:hover:after {
    transform: scaleX(1.04);
    transform-origin: left;
}

.dokuman a i {
    font-size: 12px;
    margin-left: 8px;
}

.catalog .item {
    padding: 30px;
    border-radius: 15px;
    border: 1px solid rgb(112 112 112 / 50%);
    display: flex;
    align-items: end;
    gap: 50px;
}

.catalog .item h6 {
    margin-bottom: 50px;
    max-width: 7rem;
}

.default-btn {
    margin-left: 30px;
    position: relative;
    color: #231f20;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    line-height: 9px;
    padding: 21px 32px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    border: 1px solid #707070;
    border-radius: 15px
}

.catalog .default-btn {
    margin-left: 0px;
}

.default-btn:hover:after {
    transform: scaleX(1.04);
    transform-origin: left;
}

.default-btn i {
    font-size: 12px;
    margin-left: 8px;
    transition: all .5s;
}

.default-btn:hover {
    border: 1px solid #f47920;
    background: #f47920;
    color: #231f20;
}

.default-btn:hover i {
    margin-left: 15px;
}

.content-two .item {
    border: 1px solid rgb(112 112 112 / 50%);
    border-radius: 15px;
    overflow: hidden;
    padding-bottom: 30px;
}

.content-two .item h6 {
    padding: 30px;
    color: #707070;
    font-size: 1rem;
}

.px-30 {
    padding: 0 30px;
}

.content-two .date {
    color: #707070;
}

.content-two span {
    border-radius: 30px;
    color: #fff;
    padding: 8px 24px;
    background: #E28D2C;
    font-size: 12px;
}

.content-detail .date {
    color: #707070;
    margin-top: 15px;
}

.content-detail h6 {
    font-size: 48px;
    font-weight: 500;
    line-height: 59px;
    color: #231f20;
}

.content-detail span {
    border-radius: 30px;
    color: #fff;
    padding: 8px 24px;
    background: #E28D2C;
    font-size: 12px;
}

.radius-20 {
    border-radius: 20px;
}

.content-detail .right {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    align-items: start;
    padding-left: 7vw;
}

.content-detail .bottom {
    margin-top: 110px;
}

.content-detail .bottom p {
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    color: #231f20
}

.galeri {
    padding-left: 8vw;
}

.destek .items {
    padding: 96px 5vw;
    border-radius: 15px;
    border: 1px solid #f47920;
}

.destek .items h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 29px;
    color: #231f20;
    margin-bottom: 43px;
}

.destek .items h4 {
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    color: #231f20;
    margin-bottom: 30px;
}

.destek .items p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #231f20
}

.destek .items i {
    font-size: 128px;
    color: #f47920;
    margin-bottom: 85px;
}

.arge-details {
    margin-top: 20px;
    grid-template-columns: repeat(auto-fit, minmax(390px, 1fr));
    gap: 20px;
    padding: 20px;
    display: grid;
    grid-auto-flow: dense;
    grid-template-columns: repeat(auto-fill, minmax(390px, 1fr));
     /* sadece bazı tarayıcılar */
    align-items: start;
}

.arge-details .items {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: stretch;
}
.arge-details .items {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: stretch;
     height: 325px;
}

.arge-details .items img {
    border-radius: 5px;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.arge-details .items:nth-child(6n+1) {
   
    height: 650px;
}
.arge-details .items:nth-child(6n+3) {
   
    height: 650px;
}
.arge-details .items:nth-child(6n+5) {
   margin-top:-325px;
    height: 650px;
}


.arge h2 {
    font-size: 48px;
    font-weight: 400;
    line-height: 59px;
    color: #f47920;
    letter-spacing: -1.5px;
    margin-bottom: 33px;
    max-width: 35rem;
}

.arge p {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    color: #231f20;
    max-width: 56rem;
    text-align: center;
    margin: 0 auto 22px;
}

.arge h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
    color: #231f20;
    margin-bottom: 0px;
}

.arge h4 {
    font-size: 17px;
    font-weight: 400;
    line-height: 21px;
    color: #231f20;
    margin-bottom: 14px;
}

.arge h4 b {
    font-weight: 600;
}

.arge .arge-details p {
    color: #231f20;
    width: 100%;
    text-align: left;
}

.arge .arge-details .text {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    padding: 21px 21px 0;
    position: absolute;
    top: 47px;
    background: rgb(248 248 248 / 90%);
    border-radius: 0px 5px 5px 0px;
}

.teknik h2 {
    font-size: 36px;
    font-weight: 500;
    line-height: 44px;
    color: #231f20;
    margin-bottom: 33px;
    max-width: 31rem;
}

.teknik p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #231f20;
    max-width: 30rem;
    margin-bottom: 40px;
}

.teknik .teknik-icon {
    background: #f47920;
    color: #fff;
    padding: 50px;
    border-radius: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 160px;
    position: absolute;
    bottom: -80px;
    left: 5vw;
}

.teknik .teknik-icon i {
    font-size: 60px;
    color: #fff;
}

.teknik-details {
    margin-top: 130px;
}

.teknik-details .name {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: #231f20;
    font-size: 18px;
    line-height: 29px;
}

.teknik-details .name+span {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: #231f20;
    font-size: 24px;
    line-height: 29px;
    display: block;
}

.teknik-whatsapp {
    margin-top: 26px;
}

.teknik-details h6 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    color: #707070;
    min-height: 58px;
}

.teknik-btn,.teknik-btn:hover {
    border: 1px solid rgb(112 112 112 / 10%);
    background: rgb(112 112 112 / 10%);
}

.teknik-details .item {
    border: 1px solid rgb(112 112 112 / 50%);
    padding: 30px;
    border-radius: 20px;
}

.teknik-btn i {
    font-size: 12px;
    color: #231f20;
}

.sss h3 {
    margin-bottom: 0px;
    text-align: center;
    color: #231f20;
    font-size: 32px;
}

.sss h5 {
    margin-bottom: 110px;
    text-align: center;
    color: #231f20;
    font-size: 64px;
}

.sss .item {
    margin-bottom: 0px;
    padding-bottom: 20px;
}

.sss .item.active h4 {
    margin-bottom: 22px;
}

.sss .item.active p {
    font-size: 16px;
    color: #303030;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 20px;
}

.sss .item h4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 24px;
    color: #231f20;
    padding-right: 0;
    cursor: pointer;
    border-bottom: 1px solid #707070;
    padding-bottom: 15px;
}

.sss .item i {
    font-size: 18px;
    transform: rotate(0deg);
    color: #231f20;
}

.sss .item.active i {
    transform: rotate(180deg);
}

.sss .item .sss-detail {
    display: none;
}

.sss .item.active .sss-detail {
    display: block
}

.map {
    overflow: hidden;
    height: 370px;
}

.contact .items {
    margin-top: 170px;
}

.contact .item {
    padding: 120px 5vw;
    border-radius: 20px;
    border: 1px solid #f47920;
}

.contact .items h3 {
    margin-bottom: 40px;
    color: #231f20;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
}

.contact-link a {
    background: #707070;
    color: #fff;
    padding: 16px 19px;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    border-radius: 10px;
}

.contact-link a.active {
    background: #f47920;
}

.contact-link {
    margin-bottom: 48px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.contact .top h5 {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 48px;
    color: #231f20;
}

.contact .top p {
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 10px;
    color: #231f20;
    max-width: 18rem;
}

.contact .top a.yol {
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    color: #f47920;
}

.contact .top .mt-5 a {
    font-size: 20px;
    font-weight: 300;
    line-height: 36px;
    margin-bottom: 0px;
    color: #231f20;
    position: relative;
    transition: all .5s;
    padding-left: 0;
    display: block;
}

.contact .top .mt-5 a:hover {
    font-weight: 500;
    padding-left: 5px;
}

.captcha {
    max-width: 240px;
}


.print-d-block {
    display: none;
}

.home-product .home-product-detail {
  
    padding-top: 0;
    text-align: center;
  }
.home-product .same {
  background:transparent;
  }

.home-product .home-product-detail p {
    color: #231f20;
    font-size: 36px;
    line-height: 40px;
    margin-top: -170px;
}

.home-product .home-product-detail p b {
    font-weight: 500;
    color: var(--default-color);
}

.home-product .home-product-detail h1 {
    color: #F8F8F8;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 0px;
    padding-bottom: 33px;
    margin-bottom: 25px;
}

@media print {
    section,footer,header,.scroll-contact,button,#print ,.border-right {
        display: none !important;
    }

    #maliyet {
        display: block !important;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-4 {
        width: 33.33%;
    }

    .print-d-block {
        display: block;
    }

    .print-d-none {
        display: none;
    }

    .print-col-6 {
        width: 50%;
    }

    .print-logo {
        display: flex !important;
    }
}

div.dt-row {
    overflow: auto;
}

div.dt-row::-webkit-scrollbar {
    height: 1px;
}

#mapfield {
    width: 100% !important;
    position: relative;
    overflow: auto!important;
}

#mapfield::-webkit-scrollbar {
    height: 1px;
}

.right-img-two {
    display: none;
}

.none-disabled {
    pointer-events: none!important;
}

#qrcode {
    width: 110px;
    height: 110px;
    -webkit-box-shadow: 0px 0px 28px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 28px -10px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 28px -10px rgba(0,0,0,0.75);
}

.table-detail .tab {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 15px;
}

.table-detail h6 {
    margin: 15px 0;
    padding-bottom: 5px
}

.table-detail h6:first-child {
    margin: 0px 0 15px;
    padding-bottom: 5px
}

.table-detail .tab {
    padding-right: 20px
}

.table-detail .tab .item {
    width: calc(33.333% - 15px);
}

.table-detail .table>:not(caption)>*>* {
    padding: 0;
    background-color: transparent;
    border-bottom-width: 0px;
    box-shadow: inset 0 0 0 9999px transparent;
}

.table-detail .tab .item span {
    font-size: 13px;
}

.home-group {
    position: relative;
    padding-top: 6%;
    margin-bottom: 95px;
}

.home-group:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: #f1f1f1;
}

.home-group .home-group-content {
    padding: 30px;
    background: #f8f8f8;
    position: relative;
    z-index: 9;
    border-radius: 10px;
    display: flex;
    align-items: stretch;
    gap: 30px;
}

.home-group .home-group-content .home-katalog {
    width: 42%;
    background: #fff;
    border-radius: 15px;
    padding: 60px 0px 0 60px;
}

.home-group .home-group-content .home-katalog h3 {
    color: #231f20;
    font-size: 36px;
    margin-bottom: 15px;
    font-weight: 500;
}

.home-group .home-group-content .home-katalog p {
    color: #707070;
    max-width: 18rem;
    font-size: 16px;
    margin-bottom: 30px;
    font-weight: 400;
}

.home-group .home-group-content .home-katalog a {
    color: #231f20;
    font-size: 16px;
    font-weight: 500;
}

.home-group .home-group-content .home-katalog img {
    margin-top: 70px;
}

.home-group .home-group-content .right {
    width: 58%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.home-group .home-group-content .right .kalite,.home-group .home-group-content .right .home-news {
    height: 50%;
    background: #fff;
    padding: 30px 30px 30px 60px;
    border-radius: 15px;
}

.home-group .home-group-content .home-news a {
    color: #231f20;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    z-index: 10;
}

.home-group .home-group-content .home-news p {
    color: #707070;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 30px;
}

.home-group .home-group-content .home-news .item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.home-group .home-group-content .home-news .slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.home-group .home-group-content .home-news .slick-list,.home-group .home-group-content .home-news .slick-track {
    height: 100%;
}

.news-slider-dots {
    position: relative;
    margin-top: -10px;
    z-index: 99;
    width: 100%;
}

.news-slider-dots .slick-dots {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    bottom: 0;
    left: 0;
    right: 0;
    justify-content: end;
    margin: 0 auto;
}

.news-slider-dots .slick-dots li {
    position: relative;
    display: inline-block;
    width: 9px;
    height: 2px;
    margin: 0 4px;
    padding: 0;
    transition: all .5s;
    cursor: pointer;
}

.news-slider-dots .slick-dots li.slick-active {
    width: 57px;
}

.news-slider-dots .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 57px;
    height: 8px;
    padding: 0px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    border: none;
    transition: all .5s;
}

.news-slider-dots .slick-dots li button:before {
    content: "";
    width: 9px;
    background: #707070;
    height: 9px;
    border: 4px solid #707070;
    border-radius: 20px;
    opacity: 1;
    transition: all .5s;
}

.news-slider-dots .slick-dots li.slick-active button:before {
    opacity: 1;
    border: 4px solid #f47920;
    background: #f47920;
    width: 57px;
}

.catalog img {
    max-width: 200px;
}

.home-group .home-group-content .right .kalite {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.home-group .home-group-content .right .kalite .left {
    width: 40%;
}

.home-group .home-group-content .right .kalite .left h4 {
    font-size: 36px;
    margin-bottom: 15px;
}

.home-group .home-group-content .right .kalite .left p {
    font-size: 16px;
    margin-bottom: 25px;
    color: #707070;
}

.home-group .home-group-content .right .kalite img {
    border-radius: 15px;
}

.home-group .home-group-content .right .kalite .left a {
    color: #231f20;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    z-index: 10;
}

.contact .form-input:not(.form-text) {
    width: 33%;
}

form .form-input:not(.form-file) label {
    display: none;
}

.w-recaptcha label {
    display: none;
}

.form button.g-button {
    border: none;
    padding: 15px 30px 15px 30px;
    transition: all .5s;
    background: var(--default-color);
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    transition: all .5s;
}

.uyari {
    font-size: 12px;
}

form .form-input label.control-file-label-right {
    display: none;
}

.w-recaptcha {
    width: 60%;
    margin-bottom: -20px;
}

.g-recaptcha {
    transform: scale(0.70);
    transform-origin: 0 0;
}

.document h4 {
    font-size: 24px;
}

.bayii-filter {
    margin-bottom: 50px;
}

.bayii-filter .d-flex {
    justify-content: center;
    gap: 15px;
    align-items: stretch;
}

.bayii-filter .input {
    width: 16%;
    display: flex;
    align-items: center;
}

.bayii-filter .konum {
    background: var(--default-color);
    color: #fff;
    gap: 8px;
    justify-content: center;
    border-radius: 5px;
    cursor: pointer;
}

.select2-selection__rendered {
    line-height: 45px !important;
}

.select2-container .select2-selection--single {
    height: 47px !important;
}

.select2-selection__arrow {
    height: 47px !important;
}

.filterbayii {
    cursor: pointer;
    padding: 0px 34px;
    background: var(--default-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #fff;
}

.sidebar {
    min-height: 40%;
    background: #fafafa;
    padding: 40px 20px;
    border-radius: 14px;
}

.sidebar h4 {
    font-size: 16px;
    margin-bottom: 20px;
}
.sidebar h5 {
    font-size: 13px;
    margin-bottom: 16px;
    margin-left:6px
}

.share-copy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    margin: 0px 0 0px;
    border-bottom: 1px solid #E6E6E6;
    padding-left: 30px;
    border-top: 1px solid #E6E6E6;
    padding-top: 9px;
}

.share-copy .share {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: #231f20;
}

.share-copy .copy {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    color: #231f20;
}

.share-copy i {
    cursor: pointer;
    font-size: 16px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F9F9F9;
    border-radius: 50px;
    gap: 5px;
}

.share-copy i:hover {
    color: #fff;
    background: #231f20;
}

.colors h2,.aksesuar h2{
    font-size: 36px;
}
.colors img {aspect-ratio: 4/5;object-fit: cover;}
.product-kesif {
    padding: 20px 90px !important;
}

.product-kesif i {
    margin-right: 10px;
    font-size: 64px;
    color: var(--default-color);
}

.product-kesif h6 {
    max-width: 30rem;
}

.tab-container {
    display: flex;
    white-space: nowrap;
    overflow: auto;
}
.tab-container::-webkit-scrollbar {
    width: 0;height:0;
}

.tab-container .tab,.tab-container .tab2 {
    padding: 6px 22px;
    cursor: pointer;
    border-bottom: none;
    background: #fff;
    margin-right: 5px;
    font-size: 16px;
    border-radius: 10px;
    border: 1px solid var(--default-color);
}

.tab-container .tab.active,.tab-container .tab2.active {
    background: var(--default-color);
    color: #fff;
}

.colors .tab-content,.aksesuar .tab-content2 {
    display: none;
}

.colors .tab-content.active,.aksesuar .tab-content2.active {
    display: block;
}

.video {
    background-color: #fff;
    padding: 40px 0;
  
}

.video h2 {
    font-size: 36px;
}

.product-arge h6 {
    font-size: 36px;
    text-align: center;
}

.sametwo-slider-dots {
    position: relative;
    margin-top: 10px;
    z-index: 99;
}

.sametwo-slider-dots .slick-dots {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    bottom: 0;
    left: 0;
    right: 0;
    justify-content: center;
    margin: 0 auto;
}

.same .sametwo-slider-dots .slick-dots li button:before {
    content: "";
    width: 9px;
    background: #707070;
    height: 9px;
    border: 4px solid #707070;
    border-radius: 20px;
    opacity: 1;
    transition: all .5s;
}

.same .sametwo-slider-dots .slick-dots li.slick-active button:before {
    opacity: 1;
    border: 4px solid #f47920;
    background: #f47920;
    width: 57px;
}

.video-banner {
    height: 185px;
}

.video-banner video {
    object-fit: cover;
    height: 100%;
    margin-left: 50px;
}

.product-detail-slide {
    display: flex;
    align-items: start;
    gap: 10px;
    justify-content: space-between;
    border-bottom: 1px solid #526d804d;
    flex-direction: column-reverse;
    border-right: 1px solid #526d804d;
}

.product-detail-slide .left {
    width: 100%;
}

.product-detail-slide .right {
    width: 100%;
}
.product-slider-for {border-bottom: 1px solid #526d804d;}
.product-slider-for a img{margin:0 auto;height: 530px;}
.product-slider-nav img{margin:0 auto;height: 101px;}
.product-slider-nav .slide {
    margin-bottom: 10px;
    border: .2px solid #f1f1f1;
    cursor: pointer;
    width: 120px;
    margin-right: 15px;
    padding: 15px;
    position: relative;
}
.product-slider-nav .slide span {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    border-radius: 15px;
    background: var(--default-color);
    color: #fff;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-opsiyon-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    padding: 30px 30px;
    border-radius: 10px;
    gap:30px; flex-wrap: wrap;
}
.product-opsiyon-link a  {
 flex:1;
}
.product-opsiyon-link a span {
    color: #231f20;
    background: #dfdfdf;
    padding: 28px 19px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 38px;
    font-size: 20px;
}
.product-opsiyon-link a span i{
  position:relative;
  right: 00px;
  transition:all .5s;
}
.product-opsiyon-link a:hover span i{

    right:-20px;
}
.product-opsiyon-link a span i.lefticon{position: absolute;font-size: 80px;left: 0;opacity: .8;color: #ffffff;top: 0;height: 100%;display: flex;align-items: center;z-index: -1;}

.referance-detail h2 {font-size: 36px;margin-top:40px;}
.referance-detail h4 {
    font-size: 17px;
    font-weight: 400;
    line-height: 21px;
    color: #231f20;
    margin-bottom: 14px;
}

.referance-detail h4 b {
    font-weight: 600;
}

.referance-detail p {
    color: #231f20;
    width: 100%;
    text-align: left;
}
.content.referance-detail {margin-bottom:55px;}
 .referance-detail-grid {
      display: grid;
      grid-template-columns: repeat(9, 1fr);
      grid-template-rows: 50% 50%;
      width: 100%;
      height: 800px;
      gap: 5px;margin-bottom:5px;
    }

 .referance-detail-grid     .grid-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

 .referance-detail-grid     .item1 {
      grid-column: 1 / 4; 
      grid-row: 1 / 3;    
    }

 .referance-detail-grid    .item2 {
      grid-column: 4 / 8;  
      grid-row: 1 / 2;     
    }

 .referance-detail-grid     .item3 {
      grid-column: 8 / 10; 
      grid-row: 1 / 2;
    }
 .referance-detail-grid     .item4 {
      grid-column: 4 / 6; 
      grid-row: 2 / 3;
    }

 .referance-detail-grid     .item5 {
      grid-column: 6 / 10;
      grid-row: 2 / 3;
    }
.profesyonel-lists .items{display:flex;align-items:center;justify-content:space-between;margin-bottom: 30px;margin-top: 70px;}
.profesyonel-lists .items h3 {
    margin-bottom: 15px;
}
.profesyonel-lists .items p {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    color: #231f20;
    max-width: 56rem;
    text-align: left;
    margin: 0 auto 7px;
}
.profesyonel-lists .profesyonel-lists-block:nth-of-type(even){background: #F8F8F8;padding: 50px 0;}
.profesyonel-lists .profesyonel-lists-block:nth-of-type(even) .items{flex-direction:row-reverse}
#compared {
            display: none;
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            text-align: center;
            background: #fff;
			z-index:105;
        }
#compared .toplink{
    background: #4d4d4d;
    padding: 15px 0;
    color: #fff;
    }
	#compared .toplink a{color: #fff;display:flex;align-items:center;justify-content:start;gap:5px;font-size: 18px;font-weight: 500;}
	#compared .toplink a i{ font-size:16px;}
	#compared .toplink span{color: #fff;display:flex;align-items:center;justify-content:start;gap:5px; font-size:12px;font-weight:500;cursor:pointer;}
.comparedlist {
	margin:10px 0;
        }
.comparedlist	.product .item {
    padding: 15px 20px 15px;
	text-align:left;
	position:relative;
}
.comparedlist .product h2 {
  margin-bottom: 14px;
  min-height: initial;
  line-height: 20px;
  font-size: 14px;
  max-width: 120px;
}
.comparedlist .product img {
   width: 50px;
   height:50px;
   aspect-ratio: 1/1;
   object-fit:contain;
}
.comparedlist	.product .item i{
    color: #526D80;
    position: absolute;
    right: 5px;
    top: 5px;
cursor: pointer;
}
.compared-bg{
    width: calc(100% - 120px );
    border-radius: 5px;
    margin: 15px 60px;
    position: relative;
    padding: 55px 0 286px;
    background: rgba(233,234,235,1);
    background: -moz-linear-gradient(-45deg, rgba(233,234,235,1) 0%, rgba(233,234,235,1) 30%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(233,234,235,1)), color-stop(30%, rgba(233,234,235,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(-45deg, rgba(233,234,235,1) 0%, rgba(233,234,235,1) 30%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(233,234,235,1) 0%, rgba(233,234,235,1) 30%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(233,234,235,1) 0%, rgba(233,234,235,1) 30%, rgba(255,255,255,1) 100%);
    background: linear-gradient(135deg, rgba(233,234,235,1) 0%, rgba(233,234,235,1) 30%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9eaeb', endColorstr='#ffffff', GradientType=1 );
}
.comparedkodadd {background:#fff;border-radius: 10px;padding:7px;position: relative;}
.comparedkodadd input{border:none;text-indent:13px;color: #231f20;font-weight:500;position: relative;z-index: 99;width: 16rem;outline: none;}
.comparedkodadd input::placeholder{color:#526D80;font-weight:400;}
.compared-bg h4{color: #231f20;font-size:48px;font-weight: 500;}
.compared-bg span{color: #231f20;font-size:20px;font-weight: 400;white-space: nowrap;margin-right: 10px;}
.comparedkodadd span{background: #f47920;color:#fff;border-radius: 10px;padding:10px 24px;font-size:12px;font-weight:700;position: relative;z-index: 2;cursor:pointer;}
.comparedlists{margin-top: -255px;margin-bottom: 50px;}
.comparedlists .list{background:#fff;position: relative;z-index: 0;min-height: 50vh;border-radius: 20px;padding-top: 20px;gap: 16px;width: 100%;overflow: auto;}
.comparedlists .list ul {width:20%;min-width: 310px;}
.comparedlists .list li {border-bottom: 1px solid rgb(82 109 128 / 25%);padding: 0px 7px;font-size: 12px;font-weight:400;color: #231f20;overflow-x: auto;height: 46px;display: flex;align-items: center;}
.comparedlists .list .title li {font-weight:700;color: #231f20;}
.comparedlists .list li:first-child	{
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
    min-height: 160px;
    justify-content: space-between;
    align-items: start;
    font-size: 15px;
    }
.comparedlists .list li:first-child a	{
  color:#f47920;
    }
.comparedlists .list li:first-child span	{
  position:absolute;
  right: 10px;
  top:0;
  cursor:pointer;
  color: #231f20;
  font-size:14px;
  display:flex;
  gap:5px;
  align-items: center;
  }
.comparedlists .list .title li:first-child	{
    flex-direction: initial;
    align-items: end;
    justify-content: start;
    gap: 3px;
}
.comparedlists .list .title li:first-child input	{
  height: 18px;
  width: 18px;
  margin-bottom: 2px;
}
#compared .back {cursor:pointer;margin-top:50px;background:#526D80;color:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;gap:15px;font-weight:700;font-size:14px;padding:14px 16px;}
.myList{
    position: absolute;
    top: 100%;
    display:none;
    left: 0;
    background: #fff;
    width: 100%;
    z-index: 1;
    padding: 0px 0  0px;
    border-radius: 10px;
    border: 1px solid rgb(82 109 128 / 50%);
    text-align: left;
    max-height: 48vh;
    overflow: auto;
    }
.right .myList{
    position: absolute;
    top: 0;
    display:none;
    left: 0;
    background: #fff;
    width: 100%;
    z-index: 1;
    padding: 76px 0  0px;
    border-radius: 25px 25px 5px 5px;
    border: 0px solid rgb(82 109 128 / 50%);
    text-align: left;
    max-height: 48vh;
    overflow: auto;
    }
.myList img{width:40px;margin-right:19px;height: 40px;object-fit: contain;}
.myList b{width:30px; margin-right:14px;}
.myList li{
	padding: 5px 9px;
	border-bottom: 1px solid rgb(82 109 128 / 50%);
	color: #231f20;
	font-size:16px;
	display: flex;
	align-items: center;
	gap: 20px;
	}
.myList li:last-child{
	
	   border-bottom: none;
	  
    }
.comparedkodadd .myList li{border-top: 1px solid rgb(82 109 128 / 50%); border-bottom: none;}
.comparedkodadd .myList li:first-child{border-top: 0px solid rgb(82 109 128 / 50%);}
.myList li a{
	  
	   color:rgb(82 109 128 / 100%);
	   font-size:16px;
    }
.back {cursor:pointer;margin-top:50px;background: #f47920;color:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;gap:15px;font-weight:700;font-size:14px;padding:14px 16px;}
.comparedlist .product {
    border: 1px solid #c0b5b5;
    position: relative;
    background: #fff;
    border-radius: 5px;
} 
.product-detail .col-lg-6 .top {
    max-height: 410px;
    overflow: auto;
}
.comparedlist .d-flex{gap:25px;}
.text-top {padding-left:30px}
.text-top li{list-style:disc;}
.text-top ul {margin-left:20px}
.detail-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 30px;
    position: relative;
    z-index: 2;
}

.detail-links ul {
    position: relative;
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 9px;
    width: 100%;
    flex-wrap: wrap;
}
.detail-links::after {
  content:"";
  position:absolute;
  top:50%;
  left:0;
  width:100%;
  height:1px;
  background: #526d804d;
}
.detail-links ul li {
    position: relative;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    font-weight: 700;
    height: 100%;
    padding: 0px 0;
    width: calc(50% - 12.5px);
}
.detail-links ul li  a{
    position: relative;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    font-weight: 700;
    height: 100%;
    padding: 12px 0;
}
.detail-links ul li  span{
    position: relative;
    color: #231f20;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 18px;
    font-weight: 600;
    height: 100%;
    padding: 12px 0;
}
.detail-links i {
    height: 42px;
    width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background: #fff;
    border-radius: 42px;
    -webkit-box-shadow: 0px 0px 27px -15px rgba(0, 0, 0, 0.93);
    -moz-box-shadow: 0px 0px 27px -15px rgba(0, 0, 0, 0.93);
    box-shadow: 0px 0px 27px -15px rgba(0, 0, 0, 0.93);
    cursor: pointer;
}
.detail-links span:hover i {
    color:#fff;
    background: #231f20;
}
.header-mobile-top, .header-mobile-bottom {
    display: none;
}

.content-tree .item {
    position: relative;
}
.content-tree .text {
    text-align: center;
    margin: 0px auto 60px;
}

.content-tree .text img {
    max-height: 50vh;
    object-fit: contain;
    margin-bottom: 15px;
    width: 100%;
}

.content-tree .text h3 {
    font-size: 36px;
    line-height: 43px;
    font-weight: 600;
    color: #000;
    margin-bottom: 50px;
}

.content-tree .text p {
    color: #000;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    padding: 0 5px;
}

.full-galeri {
    padding: 174px 0 230px;
    background: #F5F5F5;
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
}

.full-galeri h2 {
    color: #231f20;
    text-align: center;
    margin-bottom: 50px;
    font-size: 48px;
    font-weight: 500;
    line-height: 48px;
}

.galeri-slider.slick-dotted.slick-slider {
    margin-bottom: -7px;
    padding-bottom: 0;
}

.full-galeri .slick-galeri-dots {
    position: relative;
}

.full-galeri .slick-dots {
    position: absolute;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    bottom: -57px;
    left: 0;
    right: 0;
    justify-content: center;
    margin: 0 auto;
}

.full-galeri .slick-dots li {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 3px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.full-galeri .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 40px;
    height: 3px;
    padding: 0px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    border: none;
}

.full-galeri .slick-galeri-dots .slick-dots li button:before {
    content: "";
    width: 40px;
    background: #707070;
    height: 4px;
    border: 1px solid #707070;
    border-radius: 0px;
    opacity: .4;
    display: block;
}

.full-galeri .slick-galeri-dots .slick-dots li.slick-active button:before {
    opacity: 1;
}

.full-galeri .slick-slide {
    margin: 0 20px;
}

.full-galeri .slick-list {
    padding: 0px 30% 0 30% !important;
    margin: 0 -20px;
}
.full-galeri .slick-list img{
   aspect-ratio: 3/2;
}

.product-list-sub {
    margin-top: 35px;
}

.product-list-sub .item {
    padding: 20px 20px 20px 30px;
    border: 1px solid rgb(212 212 212 / 50%);
    display: flex;
    border-radius: 10px;
    align-items: stretch;
    justify-content: space-between;
}
.product-list-sub .item:hover {
  border-color: var(--default-color);
}
.product-list-sub .item img {
    max-width: 160px;
    height: 160px;
    object-fit: cover;
}
.product-list-sub .item span {color:#231f20;}
.product-list-sub .item:hover span {color:var(--default-color);}
.favori{position: relative;}
.favori span{position: absolute;top: 12px;right: 27px;cursor: pointer;}
.features{position:relative;padding-top: 50px;padding-bottom: 20px;overflow: hidden;}
.features h2{color: #231f20;
    font-size: 36px;
    margin-bottom: 15px;
    font-weight: 500;}
    .features h3{
    color: #231f20;
    font-size: 21px;
    margin-bottom: 0;
    font-weight: 500;
    max-width: 19rem;
    padding-left: 20px;
    }
     .features p{
    color: #231f20;
    font-size: 17px;
    margin-bottom: 0;
    font-weight: 400;
    max-width:36rem;
    }
.features:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:40%;background:#f1f1f1;z-index:-1;}
.features-container{margin-left: var(--container-out);}
.features-slider {margin-top:60px}
.features-slide {width: 600px;margin-right: 30px;position: relative;z-index: 2;}
.features-slide video {width: 100%;border: 1px solid #f1f1f1;border-radius: 10px;}
.features-slider .slick-prev,.features-slider.slick-next{display: none !important;}
.features .arrows li {
    cursor: pointer;
    background: #f1f1f1;
    width: 64px;
    height: 64px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: rgb(35 31 32 / 50%);
    font-size: 20px;
    margin-left: 15px;
}
.features-d-flex {display: flex;align-self:center;justify-content: space-between;}
.mobile-arrows{display: none;}
.breadcrumb {overflow: auto;white-space: nowrap;}
.breadcrumb::-webkit-scrollbar {
    width: 0;height: 0;
}
.aksesuar-slider .product{max-width: 350px;}
.aksesuar-slider  .product .c-card {
    padding: 56px 20px 20px;
    border-radius: 15px;
    border: 2px solid #f1f1f1;
    margin-bottom: 15px;
}

.aksesuar-slider  .product:hover .c-card {
    border-color: #f47920;
}
.min-h-300 {min-height: 300px;}
  .overlay {z-index: 11; position: fixed; inset: 0; background: var(--overlay); opacity: 0; pointer-events: none; transition: opacity .22s ease; }
    .overlay.open { opacity: 1; pointer-events: auto; }

    .drawer {z-index: 12; position: fixed; inset-block: 0; inset-inline-end: 0; width: var(--drawer-w); background: var(--panel); color: var(--text); box-shadow: var(--shadow); transform: translateX(110%); transition: transform .28s cubic-bezier(.2,.8,.2,1); display: grid; grid-template-rows: auto 1fr auto; }
    .drawer.open { transform: translateX(0); }
    .drawer h3 { font-size: 18px; margin: 0; font-weight: 700; letter-spacing: .2px; }
    .icon-btn {border: 0;background: var(--default-color);padding: 13px 18px;border-radius: 10px;cursor: pointer;color: #fff;}
   .searchbar { display: grid; grid-template-columns: 1fr auto; gap: 10px; padding: 16px 18px; }
    .searchbar input { width: 100%; font-size: 16px; padding: 12px 14px; border-radius: 12px; border: 1px solid #e5e7eb; outline: none; }
    .searchbar input:focus { border-color: var(--accent); box-shadow: 0 0 0 4px rgba(37,99,235,.15); }
    .searchbar button { background: var(--accent); color: white; border: 0; padding: 12px 16px; border-radius: 12px; cursor: pointer; font-weight: 600; }

    .drawer .content { padding: 8px 18px 18px; overflow: auto; }
    .section-title { font-size: 13px; color: var(--muted); text-transform: uppercase; letter-spacing: .12em; margin: 12px 0 8px; }

    .chips { display: flex; flex-wrap: wrap; gap: 8px; }
    .chip { background: var(--chip); color: var(--chip-text); border-radius: 999px; padding: 8px 12px; font-size: 14px; border: 1px solid #e5e7eb; cursor: pointer; }
    .chip:hover { background: #eef2f7; }
    .chip .x { margin-left: 6px; opacity: .6; }
.drawer-footer { border-top: 1px solid #eef2f7; padding: 12px 18px; display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--muted); font-size: 13px; }
kbd {  border: 1px solid #e5e7eb; border-bottom-width: 2px; border-radius: 6px; padding: 2px 6px; background: #f9fafb; color: #374151; font-size: 12px; }
  .btn-search{cursor: pointer;}
  .technic-table{margin-top: 43px;margin-bottom: 0;}
.technic-table .table-overflow{max-height: 400px;overflow: auto;}
.technic-table table{width:100%}
.technic-table table {margin: 30px auto;text-align: center;border-collapse: separate;border-spacing: 13px 6px;max-height: 324px;overflow: auto;}
 .technic-table table th,.technic-table table td {
   
    padding: 10px;
  }
 .technic-table table th {
     border-bottom: 1px solid var(--primary-color); font-weight:600;color:var(--primary-color);font-size:18px;
   
  }
  .technic-table table tbody tr:nth-child(even) {
    background-color: #fafafa;
  }
  .table-detail .technic-table table  td:last-child {
    text-align: center;
  
}
.aksesuar-colors{
display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;}
.aksesuar-colors img {min-width: 100%;}
.aksesuar-colors .colors-content{width: 90px;text-align: center;text-transform: uppercase;font-size: 12px;font-weight: 500;}
.piktogram {margin-bottom: 25px;}
.piktogram li img {height: 30px;}
.piktogram li  {display: flex;gap:15px;}
.content.product-detail .table-detail {margin-bottom: 120px;}
.features-slide img {
    height: 350px;
    width: 100%;
    object-fit: contain;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    background: #fff;
	margin-bottom:15px;
}
.news {
    margin-bottom: 120px;
}
.news-detail{margin-top:60px;}
.blog-grid,.news-grid {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 30px
}

.news-grid .news-card {
    width: calc(100% / 3 - 20px)
}

.news-grid .news-card img {
    height: 270px;
    object-fit: cover;
    width: 100%;
    border-radius: 10px 10px 0 0;
}

.news-grid .news-card .activity-info {
    background: #f0f0f0;
    border-radius: 0 0 10px 10px;
    padding: 20px 10px;
}

.first-news {
    display: flex;
    margin-bottom: 30px;
    align-items: stretch;
    aspect-ratio: 17/6;
}

.first-news img {
    width: 50%;
    object-fit: cover;
    max-width: 50%;
    height: 100%;
    flex: 1;
    border-radius: 10px 0 0 10px
}

.first-news .first-activity-info {
    width: 50%;
    background: #f0f0f0;
    border-radius: 0 10px 10px 0;
    padding: 0 30px 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 0
}

.first-news .first-activity-info .icon-btn {
    max-width: 150px;
    margin-top: 0
}

.first-news .first-activity-info .date {
    background: var(--default-color);
    max-width: 130px;
    padding: 7px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    border-radius: 0 0 10px 10px
}

.first-news .first-activity-info h3 {
    font-size: 30px;
    font-weight: 600;
    color: #282828;
    margin-bottom: 20px
}

.first-news .first-activity-info p {
    font-weight: 600;
    color: #282828;
    font-size: 18px;
    line-height: 25px
}

.news-detail-flex {
    display: flex;
    align-items: start;
    gap: 20px;
    flex-wrap: wrap
}
.news-detail-flex .left{
  flex:1;
}

.news-detail .news-detail-content {
    margin-top: 20px;
    display: block;
    flex-wrap: wrap;
    margin-bottom: 60px;
    flex: 1;
    width: 100%;
}

.news-detail .news-detail-content a {
    color: var(--default-color);
    font-weight: 500
}

.news-detail img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    border-radius: 10px;
    aspect-ratio: 16/9;
}

.news-detail h2 {
    font-weight: 600;
    margin-top: 25px;
    font-size: 28px
}

.news-detail strong {
    font-weight: 600;
    font-size: 18px
}

.news-detail ul {
    margin: 0 0 15px 20px;
    display: block;
}

.news-detail li,.news-detail p {
    font-weight: 400;
    font-size: 18px;
    list-style: disc;
    line-height: 25px;
    margin-bottom: 10px
}

.blog-card .blog-info h3,.first-blog h3 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 600
}

.news-detail p {
    margin-bottom: 15px;
    width: 100%
}

.news-detail .form {
    max-width: 890px;
    margin: 110px auto 0
}
.gallery-grid {
    opacity: 0;
    animation: .5s forwards fadeSlideIn;
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(300px,1fr));
    grid-auto-rows: 200px;
    gap: 16px;
    margin: auto
}

.gallery-item {
    overflow: hidden;
    border-radius: 10px
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    min-height: 327px;
    aspect-ratio: 2/1
}

.gallery-item:nth-child(14n+10),.gallery-item:nth-child(14n+2) {
    grid-column: span 2
}

.gallery-item:nth-child(14n+11),.gallery-item:nth-child(14n+4) {
    grid-column: span 2;
    grid-row: span 2
}

.gallery-item:nth-child(14n+12),.gallery-item:nth-child(14n+5) {
    grid-row: span 2
}

.allgallery {
    justify-content: center;
    margin-top: 40px
}
.thumb {
  width: 100%;
  position: relative;
  cursor: pointer;
  border-radius: 15px;
  display: block;
}
.thumb span{
 font-size: 16px;
 font-weight: 600;
 color: #231f20;
 display: block;
 background: #f0f0f0;
 border-radius: 0 0 10px 10px;
 padding: 15px 10px;
}
.thumb img {object-fit:cover;border-radius: 10px 10px 0 0;overflow: hidden;width: 100%;aspect-ratio: 9/5;min-width: 250px;}
.highlights {
    width: 325.5px;
    overflow: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: sticky;
    top: 0;
    transition: transform 0.3s ease;
}
.shows .highlights{ top: 110px;}
.group-cat-name{position: relative;margin: 20px 0;}
.group-cat-name:after{content:"";position:absolute;right: 0;bottom: 0;width: 90%;height: 3px;background: #f47920;z-index: -1;}
.group-cat-name span{
    border-radius: 10px 10px 0;
    padding: 12px 32px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    background: #f47920;
    display: block;
    width: max-content;
    cursor: auto;
    }
    .compared-detail .table-compared{overflow: auto;}
    .table-detail .table-compared tr:first-child  th{
    white-space: nowrap;
    padding: 14px 7px 14px 7px;
}
.table-detail .table-compared tr:first-child  th:first-child {
  text-align:left;
}
.table-detail .table-compared tr td {
  min-width: 273px;
}
.table-detail .table-compared td:last-child {
    text-align: left;
}
::-webkit-scrollbar {
 height: 8px;
}
.table-compared td:first-child,
.table-compared th:first-child {
    position: sticky;
    left: 0;
    z-index: 10;
    background: #fff; /* Arkası boş kalmasın */
    font-weight: 600;
    border-right: 2px solid #ddd;
}
@media (prefers-color-scheme: dark) {
  body {
    background-color: #fff;
    color: #231f20;
  }
}