﻿:root {
    --container-width: 1410px;
    --container-out: calc(calc(100vw - var(--container-width)) / 2);
    --default-color: #F10000;
    --sidebar: 340px;
}

body {
    font-family: "Figtree", serif;
    scroll-behavior: smooth;
   text-decoration: none;
	color: #333333;
    margin: 0;
}
*, ::after, ::before {
    box-sizing: border-box;
	 outline: none;
	  outline: 0 !important; -webkit-tap-highlight-color: transparent;
   
}
a:active {
    background-color: transparent;  
}

a:focus {
    background-color: transparent;  
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: #333333;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
img {
    vertical-align: middle;
}
@font-face {
    font-family: 'alamach-icon-font';
    src: url('./icon-font/font/alamach-icon-font.eot?38627452');
    src: url('./icon-font/font/alamach-icon-font.eot?38627452#iefix') format('embedded-opentype'), url('./icon-font/font/alamach-icon-font.woff?38627452') format('woff'), url('./icon-font/font/alamach-icon-font.ttf?38627452') format('truetype'), url('./icon-font/font/alamach-icon-font.svg?38627452#alamach-icon-font') format('svg');
    font-weight: normal;
    font-style: normal;
}

.demo-icon {
    font-family: "alamach-icon-font";
    font-style: normal;
    font-weight: normal;
    speak: never;
    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%;}
.gap-2 {
    gap: 1rem!important;
}

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

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

.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);
}

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;
}

.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 {
    position: relative;
    padding-bottom: 35px;
    padding-top: 28px;
    background: #EFF0F2;
}

header .logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 29px
}

header span {
    color: #818181;
    font-size: 15px;
    font-weight: 400;
}



.mail-info i {
    color: #5C5C5C;
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mail-info a {
    display: flex;
    align-items: center;
    gap: 16px;
}

.mail-info a .text {
    display: flex;
    flex-direction: column;
    font-size: 18px;
    font-weight: 500;
    color: #1E1E1E;
}

.mail-info a .text span {
    font-weight: 400;
    font-size: 16px;
}

header .menu {
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    display: flex;
}

header .menu li {
    position: relative;
    margin: 0px 22px;
    text-transform: uppercase;
    z-index: 99;
    padding: 24px 0;
}

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

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

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

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

header .menu .dropdown li a {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}

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

.menu-bar {
    display: flex;
    align-items: Center;
    justify-content: space-between;
    position: absolute;
    bottom: -70px;
    left: 0;
    z-index: 1;
    width: 100%;
}

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

.menu-bar .menu-bg-color {
    position: relative;
    height: 70px;
    padding: 0 28px 0 35px;
}

.menu-bar .menu-bg-color:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: var(--default-color);
    height: 70px;
    width: 100%;
    padding: 0 40px;
    z-index: 9;
    clip-path: polygon(-3% 0, 103% -1%, 98% 100%, 2% 100%);
}

.openmenu {
    min-height: 100vh;
    background: #f1f1f1;
    width: 100%;
    position: fixed;
    top: -100vh;
    z-index: 100;
    transition: all .5s;
    visibility: hidden;
    padding-top: 21px;
}

.openmenu:after {
    content: "";
    width: 56vw;
    height: 75vh;
    position: absolute;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position-x: 7vw;
    opacity: .5;
}

.openmenu .flexd {
    flex-direction: column;
    display: flex;
    gap: 14vh;
}

.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: 28px 0px 0;
}

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

.openmenu .link li {
    margin-bottom: 16px;
    position: relative;
    left: 0;
    transition: all .5s;
}

.openmenu .navs-link .link li.active:after {
    content: "";
    position: absolute;
    right: -1px;
    top: 0;
    width: 3px;
    height: 100%;
    background: #fff;
}

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

.openmenu .link li a {
    color: rgb(255 255 255 / 70%);
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 13px;
    display: inline-block;
    text-transform: uppercase;
}

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

.openmenu .navs-link .link li:first-child a {
    font-weight: 700;
}

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

.menu-btn {
    cursor: pointer;
    margin-left: 36px;
    position: relative;
    padding: 16px 26px;
    margin-right: 0;
    background: rgb(245 246 248 / 10%);
    display: none;
    flex-direction: column;
    width: 60px;
    align-items: center;
    justify-content: center;
    height: 60px;
    border-radius: 10px;
}

.menu-btn span {
    position: relative;
    content: " ";
    background: var(--default-color);
    width: 36px;
    height: 3px;
    display: block;
    margin-bottom: 6px;
    transition: all .5s ease-in-out;
    cursor: pointer;
    float: right;
}

.menu-btn b {
    margin-bottom: 0;
    padding-bottom: 0;
    color: rgb(255 255 255 / 80%);
    font-size: 12px;
}

.openmenu .close {
    cursor: pointer;
    margin-left: 36px;
    position: relative;
    padding: 16px 26px;
    margin-right: 0;
    background: rgb(232 232 232);
    display: flex;
    flex-direction: column;
    width: 50px;
    align-items: center;
    justify-content: center;
    height: 50px;
    border-radius: 10px;
}

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

.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;
}

.default-search {
    background: #EFF0F2;
}
.default-search.bg-gray {
    background: #fff;
}
.default-search .button-group {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    width: 130px;
    gap: 10px;
    margin-top: 32px;
}

.default-search .button-group button {
    height: 100%;
    background: #1E1E1E;
    width: 100%;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
}

.default-search form {
    width: 100%;
}

.default-search .search-bg {
    position: relative;
    top: -68px;
    background: var(--default-color);
    border-radius: 10px;
    padding: 30px 25px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 40px;
}
.default-search.bg-gray .search-bg 
{
    background:#9A9A9A;
}

.default-search .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 0;
}

.default-search .input-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    width: 20%;
}

.default-search .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    width: 100%;
}

.default-search label {
    margin-bottom: 8px;
    color: #fff;
}

.default-search input {
    height: 44px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 10px;
    border: none;
    padding: 0px 12px;
    color: #1E1E1E;
    width: 50%;
}

.default-search .top input {
    width: 100%;
}

.default-search input::placeholder {
    font-size: 14px;
    font-weight: 400;
}

.default-search select {
    height: 44px;
    border-radius: 10px;
    border: none;
    padding: 0px 12px;
    color: #1E1E1E;
}

.slider {
    position: relative;
    overflow: hidden;
    background: #F8F8F8;
}

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

.slider picture img {
    height: calc(100vh - 107px);
    width: 100%;
    object-position: bottom;
    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: 40px;
    line-height: 46px;
    color: #fff;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 10px;
}

.slider .content h3 {
    font-size: 57px;
    line-height: 67px;
    color: #fff;
    font-weight: 500;
    margin-top: 0;
    letter-spacing: -0.5px;
    margin-bottom: 16px;
    max-width: 44rem;
}

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

.page-down {
    position: absolute;
    bottom: 90px;
    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(255 255 255 / 10%);
    width: 64px;
    height: 64px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #fff;
    font-size: 20px;
    margin-left: 15px;
}

.slider .arrows li:hover {
    background: var(--default-color);
}

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

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

.slider .slick-dotted.slick-slider {
    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 1px;
    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 var(--default-color);
    background: var(--default-color);
    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;
}

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

.cookie {
    position: fixed;
    bottom: 30px;
    padding: 28px 25px;
    width: 490px;
    background: #1E1E1E;
    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: 12px 26px;
    position: relative;
    margin-left: 50px;
}
.right.lang{  margin-left: 34px;}

.cloud-pems:before {
    border-radius: 10px;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.3s ease-in-out;
    background: var(--default-color);
}

.cloud-pems a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}

.cloud-pems:hover:before {
    transform: scaleX(1.1);
}

.cloud-pems i {
    font-size: 32px;
}

.lang a {
    color:var(--default-color);
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}



.product-group-card {
    background: #EFF0F2;
}

.product-group-card h3{
    text-align: center;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    font-weight: 400;
}

.product-group-card p {
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    max-width: 50rem;
    margin: 25px auto;
}

footer {
    background: #1E1E1E;
    padding-top: 95px;
}

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: rgb(255 255 255 / 70%);
    font-size: 20px;
    background: #ffffff24;
}

footer .social a:hover {
    background: var(--default-color);
    color: #fff;
}

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

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

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

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: 400;
}

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

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

footer .center .footer-contact p {
    margin-bottom: 30px;
    color: rgb(255 255 255 / 70%);
}

footer .center .footer-contact ul a {
    font-size: 16px;
    color: rgb(255 255 255 / 70%);
    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;
}

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

footer .copyright {
    border-top: 2px solid rgb(255 255 255 / 30%);
    margin-top: 60px;
    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: #333333;
    line-height: 14px;
    margin-bottom: 0;
    padding-bottom: 0;
}

footer .bottom a {
    font-size: 14px;
    color: #333333;
    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: #333333;
}

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;
}

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

.co2 {
    display: flex;
    align-items: baseline;
}

input[type=number] {
    -moz-appearance: textfield;
}



.banner .bg {
    padding: 100px 0;
    background: #010101;
}
.banner.banner-product .bg {
    padding: 100px 0 150px;
   
}

.banner h1 {
    font-size: 36px;
    line-height: 44px;
    color: #fff;
    margin-top: 15px;
}

.breadcrumb li,.breadcrumb li a {
    color: #333333;
    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: 140px;
}
.content.product-list {
    margin-top: -50px;
}
.content-details {
}

.content-details h1 {
    color: var(--default-color);
    font-size: 52px;
    font-weight: 500;
    margin: 40px 0;
}

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

.content-details p {
    color: #333333;
    font-size: 18px;
    font-weight: 300;
}
.content-details .left h3 {
    font-size: 35px;
}
.content-details .left p {
    font-size: 24px;
}

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

.content-details-two h4 {
    font-size: 48px;
    color: var(--default-color);
    font-weight: 400;
    margin: 24px 0;
    letter-spacing: -1px;
}

.content-details-two p {
    color: #333333;
    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: 10px;
    border: 1px solid #333333;
    color: #333333;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 32px;
    transition: all .5s;
}

.document h4 {
    font-size: 24px;
    margin-top:10px;
    margin-bottom: 0px;
    margin-left: 0;
    transition: all .5s;
}


.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--default-color);
    border-color: var(--default-color);
}

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

.ik h2 {
    font-size: 30px;
    letter-spacing: -1px;
    color: #333333;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 36px;
    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 var(--default-color);
    margin-top: -65%;
    position: relative;
    z-index: 9;
}

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

.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;
}

.form span {
    padding: 8px 0;
    color: #333333;
    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%;position: relative;
}

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

.file {
    background: #ffffff00;
    border-radius: 5px;
    padding: 8px 14px;
    height: 54px;
}

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;
}

.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 a {
    color: #fff;
    padding: 20px 40px 20px 40px;
    position: absolute;
    right: 0px;
    transition: all .5s;
    background: var(--default-color);
    border-radius: 10px;
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    height: 100%;
    display: flex;
    align-items: center;
    transition: all .5s;
}

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

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

.form .button:hover a {
}

.form .c-button {
    margin-bottom: 0;
    padding: 15px 47px;
    background: transparent;
    font-size: 15px;
    font-weight: 700;
    color: #16522E;
    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;
}

input[type='range'] {
    -webkit-appearance: none;
    width: 100%;
    height: 6px;
    margin: 0;
    background: var(--default-color);
    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, var(--default-color) 0, var(--default-color) 100%);
    border-radius: 50%;
}

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

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

.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: #333333;
    margin-bottom: 20px;
}

.product-list .item ul li {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    color: #333333;
    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 var(--default-color);
    background: var(--default-color);
}

.product-list .item b {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    background: var(--default-color);
    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: 20px 20px 20px;
    border-radius: 15px;
    border: 2px solid transparent;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-group-list .product .c-card {
    border-color: rgb(30 30 30 / 20%);
    background: rgb(255 255 255 / 100%);
}

.product-group-list {
    margin-top: 50px;
    padding-bottom: 75px;
}
.product-list .product .c-card {
     border-color: rgb(30 30 30 / 20%);
     aspect-ratio: 1;
}
.product-list .product:hover .c-card {
  
     border-color: var(--default-color);
}

.product-group-list .slick-slide {
    margin: 0 15px;
}

.product-group-list .slick-list {
    margin: 0 -15px;
}

.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: var(--default-color);
}

.product-list .product h4 {
    color: #333333;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 0px;
}

.product-list .product h5 {
    color: #333333;
    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: var(--default-color);
}

.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: #333333;
    font-size: 48px;
    font-weight: 400;
    line-height: 54px;
    margin-bottom: 15px;
    max-width: 26rem;
}

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


.product-detail .bg {
    position: relative;
}



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

.product-detail p {
    padding-bottom: 20%;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    color: #333333;
    max-width: 37rem;
}

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

.product-detail h1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 31px;
    color: #333333;
    max-width: 33rem;
}

.product-detail h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    color: #333333;
}

.product-detail .table-detail {
    padding: 17px 0;
    background: rgb(252 252 252 / 30%);
    border-radius: 14px;
}

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

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

.table-detail table tr td {
    padding: 10px 5px 10px 5px;
    font-size: 12px;
    color: #333333;
    line-height: 15px;
    white-space: nowrap;
}
.table-detail table tr td:first-child  {
   background: var(--default-color);
}
.table-detail table tr td:first-child a {
   color:#fff;
    font-weight:500;
}
.table-detail table tr:nth-child(2n+1) {
    background: rgb(215 215 215 / 70%);
}
.table-detail table thead tr {
    background:var(--default-color) !important;
}
.table-detail table thead tr th {
   padding: 7px 10px;
   font-size:14px;
   font-weight: 500;
}


.table-detail h5 {
    margin-bottom: 18px;
    font-size: 25px;
    font-weight: 500;
    line-height: 28px;
    color: var(--default-color);
}

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

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

.table-detail i {
    /* margin-bottom: 10px; */
    /* margin-right: 16px; */
}

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

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

.same .product:hover .c-card {
    border-color: var(--default-color);
}

.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: var(--default-color);
}

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

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

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

.same h2 {
    margin-bottom: 30px;
    text-align: Center;
    color: #333333;
    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 var(--default-color);
    background: var(--default-color);
    width: 57px;
}

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

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

.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: #333333;
    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: var(--default-color);
    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: #333333;
    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: var(--default-color);
    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 #707070;
    display: flex;
    align-items: end;
    gap: 50px;
}
.catalog .item .default-btn{
  margin-left:0;
}
.catalog .item img{
 max-height:250px;
    object-fit:cover;
    height:initial;
}

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

.default-btn {
    margin-left: 30px;
    position: relative;
    color: #333333;
    font-size: 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
}

.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 var(--default-color);
    background: var(--default-color);
    color: #333333;
}

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

.content-two .item {
    border: 1px solid #707070;
    border-radius: 15px;
    overflow: hidden;
    padding-bottom: 30px;
}
.content-two.video .item{
    border: none;
    border-radius: 15px;
    overflow: hidden;
    padding-bottom: 0;
}

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

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

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

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

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

.content-detail h4 {
    font-size: 39px;
    font-weight: 500;
    line-height: 59px;
    color: #333333;
}
.content-detail h6 {
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    color: #333333;
}
.content-detail span {
    border-radius: 30px;
    color: #fff;
    padding: 8px 24px;
    background: var(--default-color);
    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 .right .top {
   margin-top:50px;
}
.content-detail .bottom {
    margin-top: 110px;
}

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

.galeri {
    padding-left: 8vw;
}

.destek .items {
    padding: 96px 5vw;
    border-radius: 15px;
    border: 1px solid var(--default-color);
}

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

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

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

.destek .items i {
    font-size: 128px;
    color: var(--default-color);
    margin-bottom: 85px;
}

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

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

.teknik .teknik-icon {
    background: var(--default-color);
    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: 56px;
    color: #333333;
    font-size: 24px;
    line-height: 29px;
}

.teknik-details i {
    font-size: 24px;
    color: #333333;
}

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

.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: 24px;
    color: #333333;
}

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

.sss h5 {
    margin-bottom: 110px;
    text-align: center;
    color: #333333;
    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: #333333;
    padding-right: 0;
    cursor: pointer;
    border-bottom: 1px solid #707070;
    padding-bottom: 15px;
}

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

.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: 90px;
}

.contact .item {
    padding: 120px 5vw;
    border-radius: 20px;
    border: 1px solid var(--default-color);
}

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

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

.contact-link a.active {
    background: var(--default-color);
}

.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: #333333;
}

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

.contact .top a.yol {
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    color: var(--default-color);
}

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

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

.select-card {
    position: relative;
    font-family: Arial;
}

.select-card select {
    display: none;
}

.select-selected {
    background-color: #fff;
}

.select-selected:after {
    content: "\e820";
    font-family: "alamach-icon-font";
    position: absolute;
    top: 15px;
    right: 5px;
    width: 20px;
    height: 20px;
    font-size: 12px;
    color: #1e1e1e !important;
    font-weight: 700;
}


.select-selected.select-arrow-active:after {
   content: "\e823";
}

.select-items div,.select-selected {
    cursor: pointer;
    height: 44px;
    border-radius: 10px;
    border: none;
    padding: 0px 12px;
    color: #1E1E1E;
    display: flex;
    align-items: center;
    position: relative;
}

.select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border-radius: 14px;
}

.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.attachment {
    position: relative;
}

.attachment .text {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}
.attachment .text h4 {
   display: flex;
    align-items: end;
    color:#fff;
    flex-direction:column;
    font-size:35px;
    font-weight:300;
}
.attachment .text h4 strong {
  
    font-weight:700;
}


.who {
    padding-top: 90px;
    padding-bottom: 90px;
    background: #eff0f2;
    overflow: hidden;
}

.who h2 {
    color: #333333;
    font-size: 42px;
    font-weight: 500;
    line-height: 117px;
    margin-bottom: 0;
}

.who .item {
    background: rgb(255 255 255);
    padding: 70px 28px 20px 43px;
    border-radius: 15px 15px 0 0;
    margin-top: 60px;
    height: 36vh;
    display: flex;
    align-items: center;
    justify-content: start;
    position: relative;
    border: 1px solid;
}
.who .item h5 {
    font-size:28px;
    color: #333333;
    font-weight: 500;
}

.who .item p {
    color: #333333;
    font-weight: 400;
}

.who .item .icon {
    height: 96px;
    width: 96px;
    border-radius: 128px;
    background: #fff;
    position: relative;
    top: -60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -40px;
    position: absolute;
    color: #333333;
    font-size: 37px;
}

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

.who .slick-list {
    margin: 0 -20px;
    padding: 0px var(--container-out) 0 0 !important;
}

.who .slick-dotted.who-slider {
    margin-bottom: 0;
    padding-bottom: 0;
    margin-left: var(--container-out);
}
form .form-input:not(.form-file) label {
    display: none;
}
form .form-input label.control-file-label-right{position: absolute;right: 0;background: #f0f0f0;height: 100%;display: flex;align-items: center;padding: 10px;border-radius: 4px;}
.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;
}
.w-recaptcha {
    width: 60%;
    margin-bottom: -20px;
}
.g-recaptcha {
    transform:scale(0.70);
    transform-origin:0 0;
}
.w-button {
    width: 30%;
    display: flex;
    justify-content: end;
}
.contact .form-input:not(.form-text) {
  width: 33%;
}
.sidebar{
   
background: #fafafa;
   
padding: 40px 20px 1px;
   
border-radius: 14px;
   
width: var(--sidebar);
height: 100%;

}
.sidebar .group {border-bottom:1px solid #9a9a9a;margin-bottom: 30px;}
.sidebar h4{font-size: 18px;margin-bottom: 20px;}
.sidebar ul{margin-left: 15px;}
.sidebar h5{font-size: 16px;margin-bottom: 15px;}
.product-galery .item img {
    width: 100%;
    height: 50%;
    object-fit: contain;
    max-height: 225px;
    background: #fcfeff;
    border: 1px solid #818181;
    border-radius: 14px;
    margin-bottom: 15px;
}
.product-detail img.product-image {
    border-right: 1px solid #818181;
    width: 100%;
    height: 200px;
    object-fit: contain;
    }
    .z-index-10 {z-index: 10;}
    .pagination {
        display: flex;
        justify-content: center;
        margin-top: 33px;
        }
        .pagination .page-item {
            margin: 0 2px;
            border-radius: 5px;
            overflow: hidden;
            height: 36px;
            width: 36px;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #f1f1f1;
            border-color: #f1f1f1;
        }
        
        .pagination .page-link {
            z-index: 2;
            color: #707070;
            background-color: transparent;
            border-color: transparent;
            font-size: 16px;
            font-weight: 500;
            height: 36px;
            width: 36px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .pagination .page-link:hover,.pagination .active .page-link {
            z-index: 2;
            color: #fff;
            background-color: var(--default-color);
            border-color: var(--default-color);
        }
        
        .pagination .page-link svg {
            font-size: 14px;
        }
        
        .pagination .page-link:hover svg,.pagination .page-link.active i {
            z-index: 2;
            color: #fff;
        }
        header .bottom{position:relative;}
header .search {
    display: flex;
    align-items: center;
    background: #f5f6f8;
    border-radius: 5px;
    padding: 6px 7px;
    position: relative;
    z-index: 26;
    gap: 15px;
}
header .search .search-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
header .search .search-icon:after {
    content: "";
    background: var(--default-color);
    border-radius: 5px;
    height: 36px;
    width: 36px;
    z-index: 9;
    position: absolute;
    top: 0;
    left: 0;
}

header .search i {
    z-index: 12;
    height: 36px;
    width: 36px;
    display:flex;
    align-items:center;
    justify-content:center;
    position: relative;
    color:#fff;
    margin-left: 0;
    font-size: 18px;
}
header .search input {
    border: none;
    font-size: 16px;
    font-weight: 700;
    color: #526D80;
    margin-right: 10px;
    padding-right: 0px;
    background: transparent;
}

header .search input::placeholder {
    border: none;
    font-size: 14px;
    font-weight: 500;
}
.searchList{
    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;
    }
.searchList img{width: 50px;margin-right:19px;}
.searchList b{width:30px;margin-right:14px;}
.searchList li{
	padding: 5px 9px;
	border-bottom: 1px solid rgb(82 109 128 / 50%);
	color:rgb(82 109 128 / 100%);
	font-size:16px;
	}
.searchList li:last-child{
	
	   border-bottom: none;
	  
    }
    .searchList li a{
	  
color: #333333;
	  
font-size: 14px;
	  
display: flex;
	  
align-items: start;
}
.product-table-detail{width: 100%;margin-bottom: 35px;margin-top:25px;}
.product-table-detail td{font-weight: 500;text-align:center;padding:6px 0;}
.product-table-detail tr:first-child td{color: #fff;background: var(--default-color);border-radius: 7px;}
section.product-detail {
	margin-bottom:90px;
}
.who-slider-dots {
    position: relative;
    margin-top: 48px;
    z-index: 99;
}
.who-slider-dots .slick-dots li {
    position: relative;
    display: inline-block;
    width: 9px;
    height: 2px;
    margin: 0 4px;
    padding: 0;
    transition: all .5s;
    cursor: pointer;
}
.who-slider-dots .slick-dots li.slick-active {
    width: 57px;
}
.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;
}

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

 .who-slider-dots .slick-dots li.slick-active button:before {
    opacity: 1;
    border: 4px solid #333;
    background: #333;
    width: 57px;
}
.who  .arrows li {
    background: rgb(51 51 51 / 30%);
    width: 64px;
    height: 64px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #fff;
    font-size: 20px;
    margin-left: 15px;
    cursor: pointer;
}
.who  .arrows li:hover {
    background: rgb(51 51 51 / 100%);
  
}
.c-d-none{display: none;}
.about-us img{width: 49%;}
.openmenu li, .openmenu li a {
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    color: #333;
    cursor: pointer;
    margin-bottom: 12px;
    display: block;
}
.openmenu .dropdown-menu{margin-bottom: 13px;margin-top: 9px;margin-left: 8px;}
.col-product-right{width: calc(100% - var(--sidebar));}