@font-face {
    src: url("../fonts/Helvetica.otf");
    font-family: "Helvetica";
}
@font-face {
    src: url("../fonts/MonumentExtended-Regular.otf");
    font-family: "MonumentExtended-Regular";
}
@font-face {
    src: url("../fonts/Proxima-Nova-Black.otf");
    font-family: "Proxima-Nova-Black";
}
@font-face {
    src: url("../fonts/Proxima-Nova-Bold.otf");
    font-family: "Proxima-Nova-Bold";
}
@font-face {
    src: url("../fonts/Proxima-Nova-Extrabold.otf");
    font-family: "Proxima-Nova-Extrabold";
}
@font-face {
    src: url("../fonts/Proxima-Nova-Regular.ttf");
    font-family: "Proxima-Nova-Regular";
}
@font-face {
    src: url("../fonts/Proxima-Nova-Semibold.otf");
    font-family: "Proxima-Nova-Semibold";
}
@font-face {
    src: url("../fonts/Proxima-Nova-Thin.otf");
    font-family: "Proxima-Nova-Thin";
}


body {
    margin: 0px;
}
img {
    width: 100%;
}
section:after {
    clear: both;
    display: block;
    content: "";
}
h3 {
    font-family: "Proxima-Nova-Bold";
    color: #232323;
    line-height: 1.5;
}
p {
    font-family: "Proxima-Nova-Bold";
    color: #232323;
    line-height: 1.5;
    font-size: 16px;
}
a {
    font-family: "Proxima-Nova-Bold";
    color: #232323;
    font-size: 16px;
}
a:hover {
    text-decoration: none;
}
a.button {
    font-family: "Proxima-Nova-Bold";
    text-decoration: none;
    transition: 0.4s;
    color: #fff;
    background-color: #F01B1B;
    border: 1px solid #F01B1B;
    padding: 10px;
    font-size: 16px;
}
a.button:hover {
    color: #3283c1;
    background-color: #fff;
    border: 1px solid #3283c1;
}
button {
    font-family: "Proxima-Nova-Bold";
    outline: none;
    text-decoration: none;
    transition: 0.4s;
    color: #fff;
    background-color: #F01B1B;
    border: 1px solid #F01B1B;
    padding: 5px 10px;
    font-size: 16px; 
}
button:hover {
    color: #3283c1;
    background-color: #fff;
    border: 1px solid #3283c1;
}
ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
input,
textarea {
    font-family: "Proxima-Nova-Bold";
    color: #000;
    background: #fff;
    border: none;
    display: block;
    outline: none;
    width: 100%;
    padding: 10px 5px;
    margin-bottom: 15px;
    font-size: 16px;
}
::placeholder {
    color: #A0A0A0;
}


/*** Header ***/
section.header {
    position: fixed;
    background-color: rgb(0,0,0,0.5);
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 10;
    padding-left: 100px;
}
button.toggle-nav {
    display: none;
}
.logo {
    float: left;
    width: 15%;
    padding-top: 20px;
}
.nav {
    float: right;
    text-align: center;
    padding-top: 50px;
}
.nav ul li {
    display: inline-block;
    padding: 0px 20px;
}
.nav ul li:last-child {
    border-right: none;
}
.nav ul li.mobile-lang {
    display: none;
}
.nav ul li.mobile-dealer-login {
    display: none;
}
.nav ul li:hover, 
.nav ul li:focus, 
.nav ul li:active:focus
.nav ul li.dropdown:hover, 
.nav ul li.dropdown:focus, 
.nav ul li.dropdown:active:focus {
    outline: none;
}
.dropdown:hover .dropdown-menu.child-menu {
    display: none;
}
.nav ul li a {
    font-family: "Proxima-Nova-Bold";
    transition: 0.4s;
    color: #fff;
    font-size: 18px;
}
i.fas.fa-chevron-down {
    vertical-align: text-bottom;
}
.nav ul li a:hover {
    border: none;
    color: #F01B1B;
    text-decoration: none;
}
.nav ul.dropdown-menu li {
    position: relative;
    display: block;
    border-right: none;
    padding: 5px 0px;
}
.nav ul li:hover, 
.nav ul li:focus, 
.nav ul li:active:focus {
    outline: none;
}
.dropdown-menu>li>a:focus, 
.dropdown-menu>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}
.dropdown-menu {
    background-color: #EDF2F6;
    border: none;
    min-width: auto;
    padding: 10px 0px;
    margin: 0px;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.nav ul.dropdown-menu li a {
    color: #A0A0A0;
    border-bottom: 1px solid #A0A0A0;
}
.nav ul.dropdown-menu li a:hover {
    border-bottom: 1px solid #F01B1B;
    color: #F01B1B;
}
.nav ul.dropdown-menu li a i {
    vertical-align: baseline;
}
.dropdown-menu a.dropdown-item {
    display: block;
    font-family: "Proxima-Nova-Bold";
    color: #A0A0A0;
    transition: 0.4s;
    border-bottom: 1px solid #A0A0A0;
    text-align: left;
    padding: 8px 20px 3px 20px;
    font-size: 18px;
}
.dropdown-menu a.dropdown-item:hover {
    color: #F01B1B;
    border-bottom: 1px solid #F01B1B;
}
.dropdown.child:hover .dropdown-menu.child-menu {
    display: block;
}
ul.dropdown-menu.child-menu {
    position: absolute;
    left: 100%;
    top: 0;
}
.header-right-group {
    float: right;
    padding: 20px 30px 20px 50px;
}
.header-contact {
    float: left;
    margin-top: 25px;
}
.header-contact p,
.header-contact a {
    font-family: "Proxima-Nova-Semibold";
    color: #fff;
    display: block;
    margin: 0px;
    line-height: 1.2;
    font-size: 18px;
}
.header-right-menu-group {
    float: left;
    margin-left: 10px;
}
.lang {
    position: relative;
    margin-bottom: 5px;
}
.lang ul li {
    display: inline-block;
    list-style: none;
    border-right: 1px solid #fff;
    padding-right: 4px;
}
.lang ul li:last-child {
    border: none;
}
.lang ul li a {
    color: #fff;
}
.dealer-login {
    padding: 5px 10px;
    border: 1px solid #fff;
}
a.dealer-login-button {
    color: #fff;
    font-family: "Proxima-Nova-Semibold";
    margin: 0px;
    line-height: 1.5;
    font-size: 18px;
}


/*** Anasayfa - Slider ***/
section.slider {
    position: relative;
}
#home-slider-1 img.home-slider-panel {
    position: absolute;
    top: 0;
    left: 0;
}
.slider-panel {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0,0.2);
    top: 0px;
    left: 0px;
}
#home-slider-1 .slider-desc {
    position: absolute;
    top: 35%;
    left: 10%;
    max-width: 40%;
}
#home-slider-1 p {
    font-size: 25px;
    color: #fff;
    margin-bottom: 20px;
    text-shadow: 3px 3px 20px #000;
}
#home-slider-1 p.slider-title {
	line-height: 1.1;
    font-size: 100px;
}
#home-slider-1 .owl-dots {
    display: inline-grid;
    position: absolute;
    top: 35%;
    right: 20px;
}
#home-slider-1 .owl-dots span {
    color: #fff;
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    border: none;
    margin: 8px;
}
#home-slider-1 .owl-dot {
    margin: 10px;
}
#home-slider-1 .owl-dot.active {
    border: 2px solid #fff;
    border-radius: 25px;
}
#home-slider-1 .owl-nav {
    display: none;
}
.home-slider-2 {
    position: absolute;
    z-index: 3;
    right: 10%;
    top: 35%;
}
#home-slider-2 .item {
    background-color: rgb(0,0,0,0.5);
    padding: 20px;
}
#home-slider-2 p {
    font-family: "Proxima-Nova-Thin";
    color: #fff;
}
#home-slider-2 p.slider-title {
    font-family: "Proxima-Nova-Bold";
    border: none;
    line-height: 1;
    font-size: 20px;
}
#home-slider-2 .owl-nav {
    display: block;
    position: absolute;
    margin: 0px;
    top: 0px;
    right: -45px;
}
#home-slider-2 .owl-nav [class*=owl-] {
    transition: 0.4s;
    font-size: 30px;
    margin: 0px;
    border-radius: 0;
    padding: 10px;
    background-color: transparent;
    color: #fff;
}
#home-slider-2 .owl-nav [class*=owl-]:hover {
    color: #F01B1B;
    background-color: #fff;
}
#home-slider-2 .owl-prev {
    display: none;
}
#home-slider-2 .owl-next {
    right: 0px;
}
.slider-social-media {
    position: absolute;
    top: 65%;
    left: 3%;
    z-index: 1;
}
.slider-social-media p {
    margin: 15px 0px;
}
.slider-social-media p a {
    color: #fff;
    transition: 0.4s;
    font-size: 25px;
}
.slider-social-media p a:hover {
    color:#3283c1;
}


/*** Anasayfa - MAXWIN ***/
.default-section {
    position: relative;
    margin: 100px 0px;
}
.image-line {
    background: #F01B1B;
    position: absolute;
    width: 50%;
    height: 10px;
}
.section-title-group {
    position: relative;
}
p.back-title {
    font-family: "MonumentExtended-Regular";
    text-shadow: 0px 0px 3px #232323;
    color: #fff;
    margin: 0px;
    font-size: 90px;
}
.special-episode {
    margin-left: 75px;
}
p.down-title {
    margin: 0px;
    line-height: 1.2;
    font-size: 30px;
}


/*** Anasayfa - Ürünler ***/
section.home-projects {
    background-color: #E9ECEF;
    padding: 100px 0px;
}
.services-big-line {
    background: #F01B1B;
    display: inline-block;
    width: 10%;
    height: 70px;
    margin-right: 10px;
}
section.home-projects .section-title-group {
    display: inline-block;
}
section.home-projects .section-title-group p.back-title {
    color: #E9ECEF;
    display: inline-block;
    letter-spacing: 5px;
}
p.title {
    font-family: "Proxima-Nova-Bold";
    position: absolute;
    color: #232323;
    line-height: 1.2;
    left: 5%;
    top: 45%;
    font-size: 45px;
}
.home-projects-slider-panel {
    background: linear-gradient(#111724, transparent, #111724);
    box-shadow: none;
    margin: 0px;
    border: none;
    border-radius: 0px;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0px;
}
#home-projects-slider .item .description-detail {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 40%;
}
#home-projects-slider .item p.services-title {
    color: #fff;
    text-shadow: 5px 5px 10px #000;
    margin: 0px;
    font-size: 35px;
}
#home-projects-slider .item .services-line {
    background-color: #fff;
    width: 70%;
    height: 2px;
    margin-left: 15%;
	margin-bottom: 30px;
}
#home-projects-slider .item img {
    transition: all 0.9s ease;
}
#home-projects-slider .item img:hover {
    transform: scale(1.1)
}
#home-projects-slider .owl-nav {
    display: block;
    position: absolute;
    margin: 0px;
    right: 0;
    left: 0;
    top: 45%;
}
#home-projects-slider .owl-nav [class*=owl-] {
    position: absolute;
    background-color: transparent;
    color: #fff;
    transition: 0.4s;
    border: none;
    padding: 0px;
    margin: 0px;
    font-size: 50px;
}
#home-projects-slider .owl-nav [class*=owl-]:hover {
    color: #F01B1B;
}
#home-projects-slider .owl-prev {
    left: 10;
}
#home-projects-slider .owl-next {
    right: 10;
}


/*** Anasayfa - Medya ***/
section.home-media .section-title-group {
    text-align: center;
}
section.home-media .section-title-group p.title {
    left: 0;
    right: 0;
}
.home-systems-slider-panel {
    background: rgb(255,255,255,0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#home-systems-slider .item a.button {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 20px;
}
#home-systems-slider .owl-nav {
    display: block;
    position: absolute;
    margin: 0px;
    right: 0;
    left: 0;
    top: -65px;
}
#home-systems-slider .owl-nav [class*=owl-] {
    position: absolute;
    background-color: #F01B1B;
    color: #fff;
    border: 1px solid #F01B1B;
    transition: 0.4s;
    padding: 5px 20px;
    margin: 0px;
    font-size: 30px;
}
#home-systems-slider .owl-nav [class*=owl-]:hover {
    color: #F01B1B;
    background-color: #fff;
}
#home-systems-slider .owl-prev {
    left: 0;
}
#home-systems-slider .owl-next {
    right: 0;
}
#home-systems-slider .owl-dots {
    display: block;
    position: absolute;
    margin: 0px;
    bottom: -55px;
    left: 0;
    right: 0;
}
#home-systems-slider .owl-dots .owl-dot {
    margin: 0px 10px;
}
#home-systems-slider .owl-dots .owl-dot span {
    background-color: #869791;
    border: none;
    margin: 0px;
    width: 20px;
    height: 5px;
}
#home-systems-slider .owl-dots .owl-dot.active span {
    background-color: #F01B1B;
}
.btn.btn-primary {
    color: #232323;
    background-color: transparent;
    display: block;
    border: none;
    border-radius: 0;
    padding: 0px;
}


/*** Footer ***/
section.footer {
    position: relative;
    background: #F1F3F5;
    padding-top: 20px;
}
section.footer p.back-title {
    color: #F1F3F5;
}
.footer-section {
    background: #111724;
    padding: 30px 0px 0px 0px;
}
.footer-logo {
    text-align: right;
	border-bottom: 3px solid #F01B1B;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}
.footer-logo img {
    width: 50%;
}
.footer-detail {
    margin-top: 20px;
}
.footer-column ul li.footer-social-media p {
    display: inline-block;
    margin-right: 10px;
}
.footer-column ul li p,
.footer-column ul li a {
    font-family: "Helvetica";
    color: #fff;
}
.footer-column ul li p a {
    font-family: "Helvetica";
    color: #fff;
}
.footer-column ul li.footer-social-media p a {
    font-size: 20px;
}
.footer-column ul li.title {
    font-family: "Proxima-Nova-Bold";
    color: #F01B1B;
    font-size: 25px;
}
.footer-line {
    background-color: #F01B1B;
    width: 100%;
    height: 3px;
}


.advert {
    background-color: #111724;
    text-align: center;
    padding: 10px 0px;
}
.advert a {
    font-family: "Proxima-Nova-Regular";
    color: #fff;
    margin: 0px;
}


/*** MAXWIN - Hakkımızda ***/
.top-section {
    margin-top: 200px;
}
.left-line {
    background-color: #707070;
    width: 60%;
    height: 2px;
    margin: 0px;
}
.right-line {
    background-color: #707070;
    width: 60%;
    height: 2px;
    margin-left: 40%;
}


/*** Breadcrumb ***/
section.breadcrumb {
    border-radius: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: 0.4s;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 35vh;
}
section.breadcrumb-product-detail {
    position: fixed;
    width: 100%;
    z-index: 1;
    top: 0;
}
section.breadcrumb-product-detail.scrolling {
    height: 15vh;
}
section.breadcrumb p {
    color: #fff;
    margin: 0px;
}
p.breadcrumb-title {
    margin: 0px;
    line-height: 1.2;
    font-size: 40px;
}
.title-line {
    width: 50%;
    height: 2px;
    background-color: #fff;
    margin-bottom: 10px;
}
section.breadcrumb .site-map {
    background-color: #edf2f6;
}
section.breadcrumb .site-map p,
section.breadcrumb .site-map p a {
    color: #A0A0A0;
    margin: 0px;
    padding: 10px 0px;
}


/*** Ürünler ***/
section.detail-section {
    position: relative;
    margin: 50px 0px;
}
.products .item,
.product-detail .item {
    margin-bottom: 50px;
}
.products .item .item-line,
.product-detail .item .item-line {
    background-color: #707070;
    width: 100%;
    height: 1px;
    margin-top: 30px;
}
.products .item .title-line,
.product-detail .item .title-line {
    background-color: #000;
    margin-bottom: 20px;
}


/*** Ürün Ağacı ***/
ul.tree-list li {
    background-color: #edf2f6;
    border-bottom: 1px solid #000;
    list-style: none;
	transition: 0.4s;
    padding: 10px 20px;
}
ul.tree-list li:last-child {
    border: none;
}
ul.tree-list li.tree-list-title {
    background-color: #F01B1B;
    text-align: center;
}
ul.tree-list li.tree-list-title p {
    color:#fff;
}
ul.tree-list li.active a {
    color: #F01B1B;
}
p.medium-title {
    color: #000;
    margin: 0px;
    font-size: 22px;
}
.tree-list-episode {
    transition: 0.4s;
    position: fixed;
    left: 7%;
    width: 20%;
    top: 40%;
}
.tree-list-episode.scrolling {
    top: 20%;
}
ul.item-tree-list.special li {
    background-color: transparent;
    border-bottom: 1px solid #000;
}
ul.item-tree-list.special li.tree-list-title {
    background-color: #F01B1B;
}
ul.item-tree-list.special li.tree-list-title p {
    font-family: "Montserrat-Bold";
    color: #fff;
}
ul.item-tree-list.special li p.down-title a {
    font-family: "Montserrat-Bold";
    color: #000;
}


/*** Ürünler - Kategori ***/
.products .item.right {
    text-align: right;
}
.product-detail .item.right {
    text-align: right;
}
.products .item.right .title-line {
    margin-left: 50%;
}
.product-detail .item.right .title-line {
    margin-left: 50%;
}
p.product-cat-title {
    margin: 0px;
    line-height: 1.2;
    font-size: 25px;
}
.products .item:hover p.product-cat-title {
    color: #F01B1B;
}
.product-detail .item:hover p.product-cat-title {
    color: #F01B1B;
}
img.product-cat-image {
    border: 2px solid transparent;
}
.products .item:hover img.product-cat-image {
    border: 2px solid #F01B1B;
}
.product-detail .item:hover img.product-cat-image {
    border: 2px solid #F01B1B;
}
.product-detail .item .detail {
    margin-top: 30px;
}


/*** Ürün Detay ***/
.product-special-section-detail img{
    height: 200px;
    object-fit: contain;
}
.product-special-section-detail p.tab-content-title{
   font-size: 11px;
}
section.product-detail-section {
    margin: 485px 0px 100px 0px;
}
.background-tree-list {
    position: fixed;
    left: -55px;
    top: 0;
}
p.product-detail-title {
    font-family: "Proxima-Nova-Extrabold";
    margin: 0px;
    line-height: 1;
    font-size: 50px;
}
img.project-detail-img {
    margin-bottom: 20px;
}
table {
    width: 100%;
}
table tr.title {
    background-color: #F01B1B;
}
table tr td {
    border: 1px solid #fff;
    font-family: "Proxima-Nova-Bold";
    color: #232323;
    background-color: #edf2f6;
    border-radius: 5px;
    line-height: 1.5;
    font-size: 14px;
    text-align:center;
    padding: 5px;
}
table tr.title td {
    color: #fff;
    background-color: #F01B1B;
}
table tr.title td i {
    font-size: 25px;
    margin-bottom: 15px;
    margin-top: 15px;
}
#project-slider .owl-nav {
    position: absolute;
    bottom: 0px;
    margin: 0px;
    left: 0px;
    right: 0px;
}
#project-slider .owl-nav [class*=owl-] {
    transition: 0.4s;
    border: 1px solid #F01B1B;
    background-color: #F01B1B;
    color: #fff;
    font-size: 15px;
    padding: 10px;
}
#project-slider .owl-nav [class*=owl-]:hover {
    background-color: transparent;
    color: #F01B1B;
}
.detail-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 55vh;
}
.product-special-section {
    margin-top: 30px;
}
.product-special-section ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 0px;
}
.product-special-section ul li a {
    border: 1px solid #000;
    border-radius: 5px;
    padding: 10px 0px;
}
.product-special-section ul li.active a {
    color: #fff;
    background-color:#F01B1B;
    border: 1px solid #F01B1B;
}
.tab-content {
    margin-top: 20px;
}
.tab-content .item {
    margin-bottom: 30px;
}
.tab-content-image-panel {
    background-color: rgb(255,255,255,0.4);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
p.tab-content-title {
    background: #a4a4a4;
    color: #fff;
    text-align: center;
    margin: 0px;
    padding: 10px 0px;
}
.product-type-name-group {
    margin-top: 20px;
}
.product-type-name-group ul li {
    margin-bottom: 20px;
}
.product-type-name-group ul li .product-type-name-image {
    display: inline-block;
    width: 30%;
}
.product-type-name-group2 ul li .product-type-name-image {
    display: inline-block;
    width: 50%;
}
.product-type-name-group2 ul li .product-type-name a{
    font-size: 10px;
}
.product-type-name-group2 ul li .product-type-name {
    padding: 5px 15px !important;
}
.product-type-name-group ul li .product-type-name {
    display: inline-block;
    background-color: #e6e6de;
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 5px 20px;
    text-align: center;
}
.product-type-name-group ul li .product-type-name p{
font-size: 13px;
}
.product-type-name-group ul li .product-type-name:hover {
    border: 1px solid #F01B1B;
}
.product-type-name-group ul li .product-type-name p {
    margin: 0px;
}
#product-nicescroll {
    height: 75%;
}


/*** İletişim ***/
section.contact {
    padding: 150px 0px;
}
p.contact-title {
    font-family: "Proxima-Nova-Bold";
    color: #232323;
    line-height: 1.2;
    margin: 0px;
    font-size: 55px;
}
section.contact p {
    color: #fff;
}
section.contact a {
    color: #fff;
}
.contact-social-media {
    padding: 10px 0px;
}
.contact-social-media p {
    display: inline-block;
    margin-right: 10px;
}
.contact-social-media p a {
    color: #fff;
    font-size: 22px;
}
.map iframe {
    margin-bottom: 10px;
    height: 340px;
}
.contact-form-detail {
    margin-top: 65px;
}
form.contact-form input,
form.contact-form textarea {
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
}
form.contact-form input::placeholder,
form.contact-form textarea::placeholder {
    color: #fff;
}
label.container {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: "Proxima-Nova-Bold";
    color: #fff;
    line-height: 1.5;
    font-size: 16px;
}
label.container a {
    color: #F01B1B;
}
label.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: 1px solid #eee;
    background: transparent;
}
label.container input:checked ~ .checkmark {
    background-color: #F01B1B;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
label.container input:checked ~ .checkmark:after {
    display: block;
}
label.container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*** 404 ***/
section.not-found-page .section-title-group p.title {
    left: 0;
    right: 0;
}


.kvkk-band {
    background-color: #aaa;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10;
    padding: 5px 0px;
}
.kvkk-band p {
    color: #fff;
    margin: 0px;
    float: left;
    max-width: 85%;
}
.kvkk-band p a {
    color: #fff;
    font-weight: bold;
	border-bottom: 1px solid #fff;
}
.kvkk-band .button {
    background-color: #e6e6e6;
    border: none;
    float: right;
    max-width: 15%;
}
.passive {
    display: none;
}














