body {
    font-family: 'Montserrat', sans-serif;
    background: #fff;
}

body.mobileMenuActive {
    height: 100vh;
    overflow: hidden;
}

* {
    font-family: 'Montserrat', sans-serif;
}

img {
    max-width: 100%;
}

a {
    color: #000;
    text-decoration: none !important;
    transition: 0.3s ease all;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: #363636;
}

a:hover {
    color: #f08117;
    text-decoration: none !important;
}

*:focus {
    box-shadow: unset !important;
    outline: unset !important;
}

.lang-text-AR-span {
    direction: rtl;
    display: inline-block;
}
.lang-text-AR {
    direction: rtl;
}
.lang-AR-phone {
    direction: ltr;
    display: inline-block;

}

svg.iconset {
    position: absolute;
    pointer-events: none;
}

.container-fluid.newrow {
    padding-left: 5px;
    padding-right: 5px;
}

.container.newrow {
    padding-left: 5px;
    padding-right: 5px;
}

.container.newzero {
    padding-left: 0px;
    padding-right: 0px;
}

.row.newzero > div {
    padding-left: 0px;
    padding-right: 0px;
}

.row.newzero {
    margin-left: -0px;
    margin-right: -0px;
}

.row.newrow > div {
    padding-left: 5px;
    padding-right: 5px;
}

.row.newrow {
    margin-left: -5px;
    margin-right: -5px;
}

.btn {
    border-radius: 6px;
    border: 0px;
}

.btn.btn-md {
    font-size: 14px;
    font-weight: 800;
    line-height: 14px;
    padding: 13px 19px;
}

.btn.btn-lg {
    font-size: 28px;
    line-height: 28px;
    font-weight: 900;
    padding: 21px 25px;
}

.btn.btn-lg.btn-round {
    border-radius: 50px;
    padding: 21px 55px;
}

.btn.btn-sm {
}

.btn.btn-dark {
    color: #fff;
    background-color: #474443;
}

.btn.btn-dark:not(:disabled):not(.disabled):hover, .btn.btn-dark:not(:disabled):not(.disabled):focus, .btn.btn-dark:not(:disabled):not(.disabled):active {
    color: #474443;
    background: #fff;
}

.btn.btn-light:before {
    content: '';
    -webkit-mask-image: url(../img/svg/arti-icon.svg);
    -webkit-mask-position: center;
    -webkit-mask-size: 100% auto;
    -webkit-mask-repeat: no-repeat;
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: #f79927;
    transition: 0.3s ease all;
}

.btn.btn-light {
    color: #666666;
    background-color: #fff;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: -1px;
    border: 2px solid #e0e0e0;
    position: relative;
    padding: 12px 50px;
    border-radius: 50px;
}

.btn.btn-light:not(:disabled):not(.disabled):hover, .btn.btn-light:not(:disabled):not(.disabled):focus, .btn.btn-light:not(:disabled):not(.disabled):active {
    border-color: #f89724;
    color: #f89724;
    background: #fff;
}

.btn.btn-light:not(:disabled):not(.disabled):hover:before, .btn.btn-light:not(:disabled):not(.disabled):focus:before, .btn.btn-light:not(:disabled):not(.disabled):active:before {
    transform: translateY(-50%) rotate(90deg);
    background: #f89724;
}

.btn.btn-danger:before {
    content: '';
    -webkit-mask-image: url(../img/svg/arti-icon.svg);
    -webkit-mask-position: center;
    -webkit-mask-size: 100% auto;
    -webkit-mask-repeat: no-repeat;
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: #ffffff;
    transition: 0.3s ease all;
}

.btn.btn-danger {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: -1px;
    position: relative;
    padding: 12px 50px;
    border-radius: 50px;
    background-image: -moz-linear-gradient(0deg, rgb(237, 28, 36) 0%, rgb(247, 148, 29) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(237, 28, 36) 0%, rgb(247, 148, 29) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(237, 28, 36) 0%, rgb(247, 148, 29) 100%);
    border: 0px;
    box-shadow: 0px 0px 10px #00000038;
}

.btn.btn-danger:not(:disabled):not(.disabled):hover, .btn.btn-danger:not(:disabled):not(.disabled):focus, .btn.btn-danger:not(:disabled):not(.disabled):active {
    border-color: #f89724;
    color: #f89724;
    background: #fff;
}

.btn.btn-danger:not(:disabled):not(.disabled):hover:before, .btn.btn-danger:not(:disabled):not(.disabled):focus:before, .btn.btn-danger:not(:disabled):not(.disabled):active:before {
    transform: translateY(-50%) rotate(90deg);
    background: #f89724;
}

.btn.btn-warning {
    color: #fff;
    background-color: #ea611b;
}

.btn.btn-warning:not(:disabled):not(.disabled):hover, .btn.btn-warning:not(:disabled):not(.disabled):focus, .btn.btn-warning:not(:disabled):not(.disabled):active {
    color: #ea611b;
    background: #fff;
}

.btn-round {
    border-radius: 30px;
    font-size: 18px;
    font-weight: bold;
    padding: 9px 25px;
}

.btn.btn-border.btn-warning {
    color: #fff;
    background-color: transparent;
    border: 2px solid #ea611b;
    font-size: 22px;
    font-weight: bold;
}

.btn.btn-border.btn-default {
    color: #d7dce0;
    background-color: transparent;
    border: 2px solid #d7dce0;
}

.btn.btn-border.btn-default:not(:disabled):not(.disabled):hover, .btn.btn-border.btn-default:not(:disabled):not(.disabled):focus, .btn.btn-border.btn-default:not(:disabled):not(.disabled):active {
    color: #ffffff;
    background: #484443;
}

.btn.btn-border.btn-light {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
}

.btn.btn-border.btn-light:not(:disabled):not(.disabled):hover, .btn.btn-border.btn-light:not(:disabled):not(.disabled):focus, .btn.btn-border.btn-light:not(:disabled):not(.disabled):active {
    color: #eb661c;
    background: #fff;
}

.ms-select {
    position: relative;
}

.ms-select select {
    display: none; /*hide original SELECT element:*/
}

.select-selected {
    background-color: #f2f2f2;
}

/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "";
    top: 26px;
    right: 15px;
    -webkit-mask: url('../img/svg/arrow.svg');
    -webkit-mask-position: center;
    -webkit-mask-size: 100% auto;
    -webkit-mask-repeat: no-repeat;
    background: #cccccc;
    width: 16px;
    height: 10px;
    transition: 0.3s ease all;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    transform: rotate(180deg);
    background-image: -moz-linear-gradient(0deg, rgb(244, 178, 51) 0%, rgb(244, 153, 51) 46%, rgb(234, 96, 26) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(244, 178, 51) 0%, rgb(244, 153, 51) 46%, rgb(234, 96, 26) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(244, 178, 51) 0%, rgb(244, 153, 51) 46%, rgb(234, 96, 26) 100%);
}

/*style the items (options), including the selected item:*/
.select-items div:last-child {
    border: 0px;
}

.select-items div {
    color: #474443;
    cursor: pointer;
    user-select: none;
    padding: 8px 17px;
    font-size: 13px;
    line-height: 24px;
    font-weight: 500;
    border-bottom: 1px solid #d6d7d8;
}

.select-selected {
    cursor: pointer;
    user-select: none;
    padding: 17px 17px;
    line-height: 24px;
    font-weight: 400;
    border-radius: 12px;
    font-size: 14px;
    color: #a6a6a6;
}

/*style items (options):*/
.select-items {
    position: absolute;
    background-color: #e6e7e8;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border-radius: 6px;
    overflow: hidden;
    overflow-y: scroll;
    max-height: 150px;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.mobileHeader {
    display: none;
}

header {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 4;
    padding-top: 30px;
}

header .logo {
    display: block;
    margin-top: 20px;
}

header .logo img {
    height: 105px;
    margin: 0 auto;
    display: block;
}

header .menu .navbar {
    width: 100%;
    padding: 0px 10px;
}

header .menu .navbar-nav.submenuActive > li > a {
    color: #c6d2da;
}

header .menu .navbar-nav {
    width: 100%;
    display: flex;
    justify-content: end;
    justify-content: flex-end;
}

header .menu .navbar-nav > li {
    z-index: 5;
    position: relative;
}

header .menu .navbar-nav > li:not(:last-child) > a {
}

header .menu .navbar-nav > li:not(:first-child) > a {
}

header .menu .navbar-nav > li:hover > a {
    color: #f79927;
}

header .menu .navbar-nav > li.dilLi {
    cursor: pointer;
}

header .menu .navbar-nav > li.dilLi:hover {
}

header .menu .navbar-nav > li.dilLi .diller {
    border-radius: 12px;
    padding: 0 13px 0;
    transition: unset;
    margin-top: -4px;
}

header .menu .navbar-nav > li.dilLi:hover .diller {
    padding: 20px 13px 15px;
    background: rgba(0, 0, 0, 0.5);
    margin-top: -24px;
    transition: 0.3s ease background;
}

header .menu .navbar-nav > li.dilLi .diller .selected {
    color: #666666;
    font-size: 14px;
    line-height: 28px;
    position: relative;
    padding-right: 26px;
}

header .menu .navbar-nav > li.dilLi .diller .selected:before {
    content: '';
    -webkit-mask-image: url(../img/svg/arrow.svg);
    -webkit-mask-position: center;
    -webkit-mask-size: 100% auto;
    -webkit-mask-repeat: no-repeat;
    position: absolute;
    right: 0px;
    width: 20px;
    height: 21px;
    background: #f79927;
    /* left: 100%; */
    top: 3px;
    display: block;
    transition: 0.3s ease all;
}

header .menu .navbar-nav > li.dilLi:hover .diller .selected:before {
    background: #fff;
}

header .menu .navbar-nav > li.dilLi:hover .diller .selected {
    color: #fff;
}

header .menu .navbar-nav > li.dilLi .diller .list {
    max-height: 0px;
    overflow: hidden;
    transition: unset;
}

header .menu .navbar-nav > li.dilLi:hover .diller .list {
    max-height: 500px;
    transition: 0.3s ease all;
}

header .menu .navbar-nav > li.dilLi .diller .list a {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 28px;
}

header .menu .navbar-nav > li.dilLi .diller .list a:hover {
    color: #f79927;
}

header .menu .navbar-nav > li > a {
    display: block;
    position: relative;
    color: #666666;
    font-size: 14px;
    font-weight: bold;
    padding: 0px 15px;
}

.menuOverlay.active {
    opacity: 1;
    pointer-events: auto;
}

.menuOverlay {
    opacity: 0;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 6;
    transition: 0.3s ease all;
    pointer-events: none;
}

section.slider {
    background: url('../img/sliderbg.jpg') top center no-repeat;
    height: 975px;
    margin-bottom: 60px;
}

section.slider .swiper-container {
}

section.slider .swiper-container .swiper-wrapper {
}

section.slider .swiper-slide {
    padding-top: 100px;
    display: flex;
    justify-content: space-between;
}

section.slider .swiper-slide .img {
    width: 50%;
    display: inline-flex;
    justify-content: flex-end;
    align-items: flex-end;
    height: 600px;
}

section.slider .swiper-slide .img img {
    max-height: 500px;
    transition: 0.3s ease all;
    opacity: 0;
    transform: scale(0.9);
}

section.slider .swiper-slide.swiper-slide-active .img img {
    opacity: 1;
    transform: scale(1);
}

section.slider .swiper-slide .content {
    width: 40%;
    display: inline-flex;
    justify-content: flex-end;
    padding-top: 100px;
}

section.slider .swiper-slide .content h3 {
    text-align: right;
    font-size: 48px;
    letter-spacing: -1px;
    color: #fff;
    font-weight: 400;
    position: relative;
    left: 100%;
    transition: 0.3s ease all;
}

section.slider .swiper-slide.swiper-slide-active .content h3 {
    left: 0px;
    transition: 0.3s 0.3s ease all;
}

section.slider .swiper-slide .content h3 b {
}

section.slider .slider-sabit {
    display: flex;
    justify-content: flex-end;
    position: relative;
    top: -240px;
    z-index: 2;
    margin-bottom: -240px;
}

section.slider .slider-sabit .img {
    background: url("../img/slidersabitimg.png") center no-repeat;
    width: 273px;
    height: 524px;
}

section.slider .slider-sabit .content {
    width: 250px;
    text-align: right;
    padding-bottom: 53px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    align-items: flex-end;
}

section.slider .slider-sabit .content h4 {
    color: #666666;
    font-size: 30px;
    line-height: 32px;
    letter-spacing: -1px;
    text-align: right;
    font-weight: 400;
    margin-bottom: 80px;
}

section.slider .slider-sabit .content .btn {
    background: #666666;
    color: #fff;
    padding: 20px 20px 20px 100px;
    border-radius: 71px;
    display: inline-block;
    width: 300px;
    text-align: left;
    height: 125px;
    font-size: 17px;
    line-height: 24px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
}

section.slider .slider-sabit .content .btn:before {
    content: '';
    -webkit-mask-image: url(../img/svg/arti-icon.svg);
    -webkit-mask-position: center;
    -webkit-mask-size: 100% auto;
    -webkit-mask-repeat: no-repeat;
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    width: 31px;
    height: 31px;
    background-image: -moz-linear-gradient(0deg, rgb(237, 28, 36) 0%, rgb(247, 148, 29) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(237, 28, 36) 0%, rgb(247, 148, 29) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(237, 28, 36) 0%, rgb(247, 148, 29) 100%);
    transition: 0.3s ease all;
}

section.slider .slider-sabit .content .btn:hover:before {
    background: #fff;
    transform: translateY(-50%) rotate(90deg);
}

section.slider .slider-sabit .content .btn:hover {
    background: #f79927;
}

section.slider .swiper-nav {
    height: 100px;
}

section.slider .swiper-nav > div {
    transition: 0.3s ease all;
    display: inline-block;
}

section.slider .swiper-nav > div:hover {
    background: #666666;
}

section.slider .swiper-nav .swiper-btn-next {
    -webkit-mask: url('../img/svg/arrow.svg');
    -webkit-mask-position: center;
    -webkit-mask-size: 100% auto;
    -webkit-mask-repeat: no-repeat;
    background: #ffffff;
    width: 33px;
    height: 33px;
    cursor: pointer;
    transform: rotate(-90deg);
    margin-left: -5px;
}

section.slider .swiper-nav .swiper-btn-prev {
    -webkit-mask: url(../img/svg/arrow.svg);
    -webkit-mask-position: center;
    -webkit-mask-size: 100% auto;
    -webkit-mask-repeat: no-repeat;
    background: #ffffff;
    transform: rotate(90deg);
    cursor: pointer;
    width: 33px;
    height: 33px;
}

section.vacuselhakkinda {
    margin-bottom: 50px;
}

section.vacuselhakkinda h2 {
    color: #666666;
    font-size: 36px;
    line-height: 38px;
    letter-spacing: -1px;
    word-spacing: -11px;
    font-weight: 400;
    position: relative;

}

section.vacuselhakkinda p {
    color: #666666;
    font-size: 14px;
    line-height: 26px;
}

section.vacuselhakkinda h2:before {
    content: '';
    background: url("../img/noktali.png") center no-repeat;
    width: 83px;
    height: 179px;
    position: absolute;
    left: 0px;
    bottom: calc(100% + 10px);
}

.urunler {
}

.urunler .urun {
    display: block;
    padding: 25px 20px;
    border-radius: 20px;
    border: 1px solid #e5e5e5;
    margin-bottom: 10px;
    background: #fff;
}

.urunler .urun .img {
    padding-bottom: 135%;
    background-position: top center;
    background-repeat: no-repeat;
}

.urunler .urun .title {
    color: #a6a6a6;
    font-size: 14px;
    line-height: 19px;
    display: block;
    max-width: 180px;
    min-height: 38px;
    display: flex;
    align-items: center;
}

.urunler .urun .kategori {
    color: #a6a6a6;
    font-size: 14px;
    line-height: 19px;
    display: block;
}

.urunler .urun:hover {
    box-shadow: 0px 0px 35px 0px rgba(247, 153, 39, 0.3);
    border-color: rgb(237, 30, 36);
}

.urunler .urun:hover .img {
}

.urunler .urun:hover .title {
}

.urunler .urun:hover .kategori {
}

section.urunlerslider {
    padding: 30px 0px;
}

section.urunlerslider h2 {
    color: #666666;
    font-size: 36px;
    letter-spacing: -1px;
    margin-bottom: 30px;
}

section.urunlerslider .sliderarea {
}

section.urunlerslider .swiper-container {
    overflow: unset;
}

section.urunlerslider .swiper-wrapper {
}

section.urunlerslider .swiper-slide {
    max-width: 295px;
    padding: 30px 0px;
}

section.urunlerslider .swiper-slide .urun {
}

.owl-urunler .owl-item.pasif1 {
}

.owl-urunler .owl-item.pasif2 {
    /* right: -200px; */
    /* margin-left: -100px; */
    /* transition: unset !important; */
}

.owl-urunler .owl-item .item {
    transform: scale(1);
    filter: blur(0px);
    position: relative;
    right: 0px;
    padding: 30px 0px;
}

.owl-urunler .owl-item.pasif1 .item {
    transform: scale(0.9);
    filter: blur(4px) grayscale(100%);
    transition: 0.3s ease all;
    right: -100px;
    position: relative;
}

.owl-urunler .owl-item.pasif2 .item {
    transform: scale(0.8);
    filter: blur(8px) grayscale(100%);
    transition: 0.3s ease all;
    right: -200px;
    position: relative;
}

.owl-urunler {
}

.owl-urunler {
}

.owl-urunler .owl-stage-outer {
}

.owl-urunler .owl-item {
    min-width: 290px;
}

.owl-urunler .owl-item.active {
    /* transition: .4s ease all; */
}

section.urunlerslider .owlnav .next-btn {
    -webkit-mask: url('../img/svg/arrow.svg');
    -webkit-mask-position: center;
    -webkit-mask-size: 100% auto;
    -webkit-mask-repeat: no-repeat;
    background: #ffffff;
    width: 33px;
    height: 33px;
    cursor: pointer;
    transform: rotate(-90deg);
    margin-left: -5px;
    border: 0px;
    top: 8px;
    position: relative;
    margin-right: 15px;
}

section.urunlerslider .owlnav .prev-btn {
    -webkit-mask: url(../img/svg/arrow.svg);
    -webkit-mask-position: center;
    -webkit-mask-size: 100% auto;
    -webkit-mask-repeat: no-repeat;
    background: #ffffff;
    transform: rotate(90deg);
    cursor: pointer;
    width: 33px;
    height: 33px;
    border: 0px;
    top: 8px;
    position: relative;
}

section.urunlerslider .owlnav > button {
    transition: 0.3s ease all;
    display: inline-block;
}

section.urunlerslider .owlnav > button:hover {
    background: #666666;
}

section.katalog {
    background-image: -moz-linear-gradient(116deg, rgb(237, 28, 36) 0%, rgb(247, 148, 29) 100%);
    background-image: -webkit-linear-gradient(116deg, rgb(237, 28, 36) 0%, rgb(247, 148, 29) 100%);
    background-image: -ms-linear-gradient(116deg, rgb(237, 28, 36) 0%, rgb(247, 148, 29) 100%);
    margin-top: -430px;
    padding-top: 330px;
    position: relative;
    max-width: 100vw;
    min-height: 900px;
    overflow: hidden;
    margin-bottom: -350px;
}

section.katalog:before {
    content: '';
    background: url('../img/katalogbg.png');
    position: absolute;
    left: 0px;
    top: -1px;
    background-position: 340px 0px;
    background-repeat: no-repeat;
    height: 515px;
    width: 100vw;
    overflow: hidden;
}

section.urunlerslider .owlnav {
    width: 80%;
    margin: 0 auto;
    text-align: right;
    position: relative;
    z-index: 2;
}

section.katalog .btn {
    margin-top: -20px;
    margin-left: 30px;
}

section.katalog .urunkatalogu {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: -25px;
}

section.katalog .urunkatalogu .img {
    background: url('../img/katalog.png');
    width: 235px;
    height: 190px;
}

section.katalog .urunkatalogu .content {
    padding-left: 20px;
}

section.katalog .urunkatalogu p {
    font-size: 22px;
    color: #fff;
    letter-spacing: -1px;
    line-height: 22px;
    margin-bottom: 5px;
}

section.katalog .urunkatalogu a:hover {
    color: #f7b71d;
    border-bottom: 1px solid #f7b71d;
}

section.katalog .urunkatalogu a {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: -1px;
    display: inline-block;
}

section.katalog .urunkatalogu span {
    color: #fff;
    font-weight: bold;
    display: inline-block;
    padding: 0px 5px;
}

.boxes {
    position: relative;
    margin-bottom: 100px;
}

.ru-boxes .boxarea .box span {
    font-size: 22px !important;
}

.AR-boxes .boxarea .box .icon {
    top: 28% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}

.AR-boxes .boxarea .box span {
    left: 0 !important;
    right: 0 !important;
    text-align: center !important;
    justify-content: center !important;
    align-items: center !important;
    font-size: 23px !important;
    line-height: unset !important;
}


.fr-boxes .boxarea .box span {
    font-size: 22px !important;
}

.boxes h3 {
    text-align: center;
    font-size: 63px;
    color: #fff;
    letter-spacing: -1px;
    margin: 0px;
}

.boxes p {
    font-size: 14px;
    line-height: 23px;
    color: #fff;
    text-align: center;
}

.boxes .boxarea {
    width: 96%;
    margin: 0 auto;
    margin-top: 80px;
}

.boxes .boxarea .box {
    background: #f8f8f8;
    border-radius: 20px;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    /* padding: 30px; */
    padding-bottom: 118%;
    cursor: default;
    margin-bottom: 10px;
}

.boxes .boxarea .box:hover {
    box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.48);
}

.boxes .boxarea .box:before {
    content: '';
    background: url('../img/noktalibeyaz.png');
    width: 83px;
    height: 0px;
    position: absolute;
    right: 30px;
    top: 50px;
    z-index: 2;
    transition: 0.3s ease all;
}

.boxes .boxarea .box:hover:before {
    height: 83px;
    top: -30px;
}

.boxes .boxarea .box .img {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    border-radius: 20px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: 0.3s ease all;
    opacity: 0;
}

.boxes .boxarea .box:hover .img {
    opacity: 1;
}

.boxes .boxarea .box .icon {
    position: absolute;
    width: 60px;
    height: 60px;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    background-image: -moz-linear-gradient(116deg, rgb(237, 28, 36) 0%, rgb(247, 148, 29) 100%);
    background-image: -webkit-linear-gradient(116deg, rgb(237, 28, 36) 0%, rgb(247, 148, 29) 100%);
    background-image: -ms-linear-gradient(116deg, rgb(237, 28, 36) 0%, rgb(247, 148, 29) 100%);
    -webkit-mask-position: left center;
    transition: 0.3s ease all;
    -webkit-mask-repeat: no-repeat;
}

.boxes .boxarea .box:hover .icon {
    background: #fff;
}

.boxes .boxarea .box span {
    color: #666666;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 25px;
    display: flex;
    text-align: right;
    overflow: hidden;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s ease all;
}

.boxes .boxarea .box:hover span {
    color: #fff;
}

footer {
    border-top: 1px solid #f9f9f9;
    padding-top: 130px;
}

footer .logo {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -moz-linear-gradient(116deg, rgb(237, 28, 36) 0%, rgb(247, 148, 29) 100%);
    background-image: -webkit-linear-gradient(116deg, rgb(237, 28, 36) 0%, rgb(247, 148, 29) 100%);
    background-image: -ms-linear-gradient(116deg, rgb(237, 28, 36) 0%, rgb(247, 148, 29) 100%);
    font-size: 26px;
    font-weight: bold;
    letter-spacing: -1px;
}

footer .logo + span {
    display: block;
    color: #666666;
    letter-spacing: -1px;
    line-height: 13px;
    margin-bottom: 15px;
}

footer p {
    color: #666666;
    line-height: 23px;
    letter-spacing: -1px;
}

footer .sosyal {
    padding: 30px 0px;
}

footer .sosyal a {
    display: block;
}

footer .sosyal a svg {
    width: 100%;
    height: 41px;
    text-align: center;
    fill: #e5e5e5;
    transition: 0.3s ease all;
}

footer .sosyal a:hover svg {
    fill: #ee2423;
}

footer .sosyal a:hover {
}

footer ul {
}

footer ul > li {
    color: #666666;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: -1px;
}

footer ul > li > a {
    color: #666666;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: -1px;
}

footer ul > li > a:hover {
    color: #ee2423;
}

footer .imza {
    color: #b5bbc0;
    font-size: 14px;
    text-align: center;
    padding-bottom: 10px;
    margin-top: 40px;
}

footer .imza a {
    font-weight: bold;
    color: #b5bbc0;
}

footer .imza a:hover {
    color: #64737a;
    border-bottom: 2px solid #64737a;
}

section.header-bg {
    background: url('../img/sliderbg.jpg') top center no-repeat;
    height: 975px;
    margin-bottom: 60px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

section.page {
    padding-top: 215px;
    position: relative;
    z-index: 3;
}

section.page .box {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0px 1px 40px 0px rgba(0, 0, 0, 0.1);
    padding-top: 90px;
    padding-bottom: 90px;
    position: relative;
    margin-bottom: 55px;
    border: 4px solid #fff;
    background-position: bottom center;
    background-repeat: no-repeat;
}

section.page .box:last-child {
    margin-bottom: 130px;
}

section.page .box h4 {
    font-size: 36px;
    font-weight: 400;
    color: #666666;
    margin: 0 0 30px 0;
}

section.page .box p {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    text-align: justify;
}

section.page .box:not(:last-child):after {
    content: '';
    position: absolute;
    background-image: url('../img/noktaliuzun.png');
    width: 57px;
    height: 194px;
    background-repeat: no-repeat;
    background-position: center;
    right: 60px;
    z-index: 9;
    bottom: -130px;
}

section.page .box ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
}

section.page .box ul li {
    padding-left: 1em;
    text-indent: -1em;
}

section.page .box ul li:before {
    content: '•';
    padding-right: 5px;
}

section.page .box .page-gallery {
    margin-bottom: 40px;
}

section.page .box .page-gallery .gallery-item {
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 10px;
    position: relative;
}

section.page .box .page-gallery .gallery-item .image {
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 153%;
    display: block;
    width: 100%;
    background-size: auto 110%;
}

section.page .box .page-gallery .gallery-item .hover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: rgba(237, 28, 36, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    transition: all ease .2s;
}

section.page .box .page-gallery .gallery-item .hover .plus {
    position: relative;
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
}

section.page .box .page-gallery .gallery-item .hover .plus:after {
    content: '';
    -webkit-mask-image: url(../img/svg/arti-icon.svg);
    -webkit-mask-position: center;
    -webkit-mask-size: 100% auto;
    -webkit-mask-repeat: no-repeat;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 0;
    width: 30px;
    height: 30px;
    background: #fff;
    transition: 0.3s ease all;
    z-index: 9;
}

section.page .box .page-gallery .gallery-item .hover span {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

section.page .box .page-gallery .gallery-item:after {
    content: '';
    background: url(../img/noktalibeyazgaleri.png);
    width: 45px;
    height: 0px;
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    z-index: 2;
    transition: 0.3s ease all;
}

section.page .box .page-gallery .gallery-item:hover:after {
    height: 83px;
}

section.page .box .page-gallery .gallery-item:hover .hover {
    opacity: 1;
}

.page-title {
}

.page-title h1 {
    font-size: 36px;
    font-weight: 400;
    color: #fff;
    margin: 0;
}

.page-title ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.page-title ul li {
    margin-left: 12px;
    position: relative;
}

.page-title ul li:not(:last-child):after {
    content: '•';
    color: #fff;
    position: absolute;
    right: -8px;
}

.page-title ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.page-title ul li:hover a {
}

.product-list {
    margin-top: 140px;
}

.product-list .item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    display: block;
    padding-left: 35px;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 95px;
}

.product-list .item h4 {
    font-size: 18px;
    font-weight: bold;
    color: #54ac23;
}

.product-list .item p {
    font-size: 14px;
    color: #a6a6a6;
    font-weight: 400;
}

.product-list .item img {
    margin-top: -65px;
    max-height: 350px;
}

.product-text {
    margin-bottom: 75px;
}

.product-text .text-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    display: block;
    padding: 65px 45px;
}

.product-text .text-item div h1 {
    font-size: 18px;
    font-weight: 400;
    color: #666666;
}

.product-text .text-item div p {
    font-size: 14px;
    color: #a6a6a6;
    font-weight: 400;
    line-height: 24px;
}

.product-text .text-item div p:not(:last-child) {
    margin-bottom: 32px;
}

.product-slider {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    display: block;
    padding: 25px 14px 40px 15px;
}

.product-slider .urunlerslider {
    height: 585px;
}

.product-slider .urunlerslider .swiper-slide {
    background-repeat: no-repeat;
    background-position: center;
}

.product-slider .urunsliderkucuk {
    height: 585px;
}

.product-slider .urunsliderkucuk .swiper-slide {
    height: 90px !important;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.product-slider .slider-area {
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.product-slider .slider-area .left {
    width: calc(100% - 110px);
}

.product-slider .slider-area .right {
    width: 110px;
    padding: 0 10px;
}

.product-slider .slider-area .right .oklar div {
    -webkit-mask: url('../img/svg/arrow.svg');
    display: inline-block;
    transition: 0.3s ease all;
    background: #e5e5e5;
    -webkit-mask-position: center;
    -webkit-mask-size: 100% auto;
    -webkit-mask-repeat: no-repeat;
    width: 33px;
    height: 33px;
    cursor: pointer;
}

.product-slider .slider-area .right .oklar div:hover {
    background: #666666;
}

.product-slider .slider-area .right .oklar .urunsagagit {
    transform: rotate(-90deg);
    margin-left: -5px;
}

.product-slider .slider-area .right .oklar .urunsolagit {
    transform: rotate(90deg);
}

.reference-table {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    display: block;
    padding-top: 55px;
    padding-bottom: 55px;
    position: relative;
    z-index: 9;
}

.table-custom {
    width: 100%;
}

.table-custom table {
}

.table-custom table thead {
}

.table-custom table thead tr {
}

.table-custom table thead tr th {
    border: unset;
    font-size: 16px;
    font-weight: bold;
    color: #666666;
    line-height: 18px;
}

.table-custom table tbody {
}

.table-custom table tbody tr {
    padding: 12px 0px;
}

.table-custom table tbody tr:hover td {
    background-color: #d1d1d1;
    color: #fff;
}

.table-custom table tbody tr td:first-child {
    font-weight: bold;
}

.table-custom table tbody tr td:first-child {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}

.table-custom table tbody tr td:last-child {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}

.table-custom table tbody tr td {
    border: unset;
    font-size: 14px;
    font-weight: 400;
    color: #a6a6a6;
}

.table-custom .header {
}

.table-custom .header ul {
    width: 100%;
    display: flex;
}

.table-custom .header ul li {
    font-size: 18px;
    font-weight: bold;
    color: #666666;
    width: 25%;
    display: inline-block;
}

.table-custom .body {
}

.table-custom .body ul {
    width: 100%;
    display: flex;
    padding: 11px 20px;
    color: #a6a6a6;
    line-height: 1;
    margin-left: -20px;
    margin-bottom: 0;
}

.table-custom .body ul:hover {
    background-color: #d1d1d1;
    border-radius: 100px;
    color: #fff;
}

.table-custom .body ul li {
    font-size: 14px;
    font-weight: 400;
    width: 25%;
    color: inherit;
    display: inline-block;
}

.table-custom .body ul li:first-child {
    font-weight: bold;
}

.apperance {
    background-color: #f6f6f6;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    display: block;
    padding: 75px 55px 65px 55px;
    margin-top: -20px;
    position: relative;
    z-index: 2;
}

.apperance h4 {
    font-size: 18px;
    font-weight: bold;
    color: #666666;
    margin-bottom: 30px;
}

.apperance {
    font-weight: 400;
    font-size: 14px;
    color: #a6a6a6;
    line-height: 26px;
    margin-bottom: 0;
}

.catalog {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    display: block;
    padding: 75px 25px 15px 25px;
    margin-top: -55px;
    position: relative;
    z-index: 1;
    margin-bottom: 75px;
}

.catalog img {
}

.catalog h4 {
    font-size: 22px;
    font-weight: 400;
    color: #666666;
}

.catalog ul {
}

.catalog ul li {
    display: inline-block;
    position: relative;
    padding-right: 5px;
    margin-right: 5px;
}

.catalog ul li a {
    font-size: 16px;
    font-weight: bold;
    color: #666666;
}

.catalog ul li:hover a {
    color: #ed1c24;
    text-decoration: underline !important;
}

.catalog ul li:not(:last-child):after {
    content: '•';
    font-size: 16px;
    font-weight: bold;
    color: #666666;
    position: absolute;
    right: -5px;
}

.catalog .btn {
    padding: 12px 60px;
}

.catalog .btn:before {
    right: unset;
    left: 25px;
    width: 20px;
    height: 20px;
}

.iletisim-box {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    display: block;
    padding: 100px 65px;
    position: relative;
    z-index: 1;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.iletisim-box h4 {
    font-weight: bold;
    font-size: 18px;
    color: #666666;
    margin-bottom: 20px;
}

.iletisim-box p {
    font-size: 14px;
    color: #a6a6a6;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 24px;
}

.iletisim-box p b {
    font-weight: bold;
}

.harita {
    position: relative;
    height: 625px;
    margin-bottom: 60px;
}

.harita .btn:before {
    content: unset;
}

.harita .btn {
    position: relative;
    z-index: 3;
    margin: 15px 0 0 15px;
}

.harita #harita {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    z-index: 1;
}

.contactForm {
    margin-bottom: 75px;
}

.contactForm h4 {
    font-size: 18px;
    color: #666666;
    font-weight: bold;
    margin-bottom: 25px;
}

.contactForm .form-group {
    position: relative;
}

.contactForm .form-group:after {
    content: '';
    opacity: 0;
    transition: all ease .2s;
    border-radius: 14px;
    position: absolute;
    left: -2px;
    top: -2px;
    bottom: -2px;
    right: -2px;
    z-index: 2;
    background-image: -moz-linear-gradient(0deg, rgb(237, 28, 36) 0%, rgb(247, 148, 29) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(237, 28, 36) 0%, rgb(247, 148, 29) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(237, 28, 36) 0%, rgb(247, 148, 29) 100%);
}

.contactForm .form-group:hover:after, .contactForm .form-group:focus:after {
    content: '';
    opacity: 1;
}

.contactForm .form-group.txarea:after {
    bottom: 5px;
}

.contactForm input, .contactForm textarea {
    position: relative;
    border-radius: 12px;
    background-color: #f2f2f2;
    border: 2px solid #f2f2f2;
    padding: 27px;
    width: 100%;
    font-size: 14px;
    color: #a6a6a6;
    z-index: 3;
}

.contactForm input {
    height: 67px;
}

.contactForm textarea {
    min-height: 150px;
}

.contactForm button {
    background: #666666;
    color: #fff;
    padding: 15px 40px;
    border-radius: 71px;
    display: inline-block;
    text-align: left;
    font-size: 19px;
    line-height: 24px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
}

.contactForm button:hover {
    background-color: #f79927;
    color: #fff;
}

.demoTalepModal {
    border-radius: 12px;
}

.demoTalepModal .modal-body {
    padding: 30px;
}

.demoTalepModal h3 {
    color: #666666;
    font-size: 19px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

.demoTalepModal .form-group {
    margin-bottom: 10px;
    position: relative;
}

.demoTalepModal .form-group:after {
    content: '';
    opacity: 0;
    transition: all ease .2s;
    border-radius: 14px;
    position: absolute;
    left: -2px;
    top: -2px;
    bottom: -2px;
    right: -2px;
    z-index: 2;
    background-image: -moz-linear-gradient(0deg, rgb(237, 28, 36) 0%, rgb(247, 148, 29) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(237, 28, 36) 0%, rgb(247, 148, 29) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(237, 28, 36) 0%, rgb(247, 148, 29) 100%);
}

.demoTalepModal .form-group:hover:after, .demoTalepModal .form-group:focus:after {
    content: '';
    opacity: 1;
}

.demoTalepModal .form-group:hover .form-control, .demoTalepModal .form-group:focus .form-control {
    background: #fff;
}

#basvuruForm .send {
    background: #666666;
    color: #fff;
    padding: 15px 40px;
    border-radius: 71px;
    display: inline-block;
    text-align: left;
    font-size: 19px;
    line-height: 24px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    border: 0px;
}

#basvuruForm input[type=text] {
    position: relative;
    border-radius: 12px;
    background-color: #f2f2f2;
    border: 2px solid #f2f2f2;
    padding: 27px;
    width: 100%;
    font-size: 14px;
    color: #a6a6a6;
    height: 57px;
    z-index: 3;
}

.demoTalepModal .form-control {
    position: relative;
    border-radius: 12px;
    background-color: #f2f2f2;
    border: 2px solid #f2f2f2;
    padding: 27px;
    width: 100%;
    font-size: 14px;
    color: #a6a6a6;
    height: 57px;
    z-index: 3;
}

.demoTalepModal .close {
    position: absolute;
    right: 20px;
    top: 5px;
    font-size: 60px;
    z-index: 2;
    width: 30px;
    height: 30px;
    color: #666666;
    opacity: 1;
}

.demoTalepModal .btn {
    background: #666666;
    color: #fff;
    padding: 15px 40px;
    border-radius: 71px;
    display: inline-block;
    text-align: left;
    font-size: 19px;
    line-height: 24px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
}

.mobileHeader {

    position: absolute;

    left: 0px;

    right: 0%;

    top: 0px;

    padding: 20px 30px;

    z-index: 16;

    transition: 0.1s 0.2s ease box-shadow, 0.1s ease background;

}


.mobileHeader .logo {

    display: block;

    position: relative;

    height: 70px;
}


.mobileHeader .logo img {

    opacity: 1;

    transition: 0.3s ease all;

    height: 100%;
}


.mobileHeader .logo .img {

    background-image: url('../img/logo.svg');

    background-position: left;

    background-size: contain;

    background-repeat: no-repeat;

    display: block;

    position: absolute;

    left: 0px;

    top: 0px;

    bottom: 0px;

    right: 0px;

    opacity: 0;

    transition: 0.3s ease all;
}


body.mobileMenuActive .mobileHeader .logo img {

    opacity: 0;

}


body.mobileMenuActive .mobileHeader .logo .img {

    opacity: 1;

}


body.mobileMenuActive .mobileHeader {

    background: transparent;

    box-shadow: 0px 20px 35px 0px rgba(0, 0, 0, 0);

    transition: 0.1s ease box-shadow, 0.1s 0.2s ease background;

}


.mobileHeader .btnPoisition {

    display: flex;

    justify-content: flex-end;

    align-items: center;
}


body.mobileMenuActive .button-toggle span {

    background: #666666;
}


.button-toggle:before {
    content: '';
    width: 70px;
    height: 70px;
    position: absolute;
    background: white;
    border-radius: 100%;
    left: -10px;
    top: -9px;
    opacity: 0;
    transition: unset;
}

body.mobileMenuActive .button-toggle:before {

    opacity: 1;

    transition: 0.2s 0.2s ease all;
}

.button-toggle {

    top: 10px

}


.button-toggle {

    cursor: pointer;

    background: 0 0;

    box-shadow: none;

    border: none;

    transition: all .3s;

    height: 50px;

    position: absolute;

    z-index: 30;

    outline: unset !important;

    vertical-align: middle;

    padding: 0;

    margin: 0;

    width: 50px;
}


.button-toggle span {

    display: block;

    width: 48px;

    height: 6px;

    background: #ffffff;

    border-radius: 10px;

    margin: 0;

    position: absolute;

    top: 23px;

    left: 14px;

    box-shadow: 0px 20px 35px 0px rgba(0, 0, 0, 0.20);

    transition: all .3s;
}


body.mobileMenuActive .button-toggle span:nth-child(1) {

    transform: rotate(45deg) translate(-4px, 4px)

}


body.mobileMenuActive .button-toggle span:nth-child(2) {

    transform: translateX(-50px);

    opacity: 0

}


body.mobileMenuActive .button-toggle span:nth-child(3) {

    transform: rotate(-45deg) translate(-4px, -4px)

}


body.mobileMenuActive .button-toggle span {

    width: 36px;
}


.button-toggle span:nth-child(1) {

    transform: translateY(-13px)

}


.button-toggle span:nth-child(3) {

    transform: translateY(13px)

}


.mobileMenu {

    position: absolute;

    left: 0px;

    right: 0px;

    overflow: hidden;

    height: 100vh;

    transition: 0.3s ease opacity;

    z-index: 15;

    background: rgba(237, 28, 36, 0.95);

    pointer-events: none;

    opacity: 0;
}


body.mobileMenuActive .mobileMenu {
    opacity: 1;
    opacity: 1;
    pointer-events: auto;
}


.mobileMenu .menucontainer {

    opacity: 0;

    transition: 0.3s 0.3s ease all;

    width: 100vw;

    height: 100vh;

    position: relative;

}


.mobileMenu .menucontainer .navbar-nav {

}


body.mobileMenuActive .mobileMenu .menucontainer {

    opacity: 1;

}


.mobileMenu .navbar-nav {

    padding: 40px 0px;

}


.mobileMenu .navbar-nav > li {

}


.mobileMenu .navbar-nav > li > a {

    color: #fff;

    font-size: 30px;

    font-weight: bold;

    line-height: 60px;

    display: block;

    padding: 0px;

    padding-left: 30px;
}


.mobileMenu .navbar-nav > li.dilLi {
    display: none;
}

.mobileMenu .navbar-nav .mobile-diller {

}

.mobileMenu .navbar-nav .mobile-diller > a {

}


.mobileMenu .navbar-nav > li > a:hover {

    color: #474443;

}


.mobileMenu .navbar-nav > li.megaMenu {

}


.mobileMenu .navbar-nav > li.megaMenu .dropdown {

    display: none;

}


.mobileMenu .mobile-diller {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
}


.mobileMenu .mobile-diller > a {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
}

.mobileMenu .mobile-diller > a.aktif {

    color: #474443;
}

.mobileMenu .mobile-diller > a:before {
    content: '';
    right: -15px;
    position: absolute;
    top: 5px;
    bottom: 5px;
    width: 2px;
    background-color: #fff;
}

.mobileMenu .mobile-diller > a:last-child:before {
    display: none;
}


.mobileMenu .menuContent1 {

    position: absolute;

    left: -100%;

    top: 0px;

    bottom: 0px;

    transition: 0.3s ease left;

    padding-top: 130px;

    width: 100vw;

    height: 100vh;

    display: flex;

    flex-direction: column;

    padding-top: 130px;
}

.mobileMenu .menuContent1.active {

    left: 0%;

}

section.page .box {
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 0;
    margin-right: 0;
}

section.urun .reference-table {
    padding-left: 64px;
    padding-right: 64px;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -20px;
}

@media only screen and (max-width: 579px) {
    footer .imza {
        text-align: center;
    }

    header {
        display: none;
    }

    .mobileHeader {
        display: block;
    }

    section.header-bg {
        background-position: 38% -130px;

    }

    section.slider {
        background: url(../img/sliderbg.jpg) top center no-repeat;
        height: 975px;
        margin-bottom: 60px;
        background-position: 38% -130px;
    }

    section.slider .swiper-slide .content {
        padding-top: 50px;
        width: 70%;
    }

    section.slider .swiper-slide {
        justify-content: flex-end;
        height: 399px;
        position: relative;
        margin-bottom: 70px;
        margin: 0px;
    }

    section.slider .swiper-slide .img {
        position: absolute;
        width: 270px;
        height: 250px;
        left: -20px;
        bottom: -30px;
    }

    section.slider .swiper-slide .content h3 {
        font-size: 22px;
    }

    section.slider .slider-sabit {

        top: -150px;

        margin: 0px;

        flex-direction: column;

        align-items: flex-end;

        padding-top: 50px;

    }

    section.slider {
        height: 685px;
        background-size: cover;
        margin: 0px;
        margin-bottom: -50px;
    }

    section.slider .slider-sabit .img {
        width: 110px;
        height: 200px;
        background-size: contain;
    }

    section.slider .slider-sabit .content {
        flex-direction: initial;
        justify-content: space-between;
        width: 100%;
        align-items: baseline;
    }

    section.slider .swiper-nav {
        position: absolute;
        top: 0px;
        right: 0px;
    }

    section.slider .slider-sabit .content h4 {
        font-size: 20px;
        text-align: left;
        line-height: 22px;
        margin: 0px;
        max-width: 150px;
    }

    section.slider .slider-sabit .content .btn {
        font-size: 16px;
        padding: 20px 13px 20px 66px;
        width: auto;
        height: 95px;
        line-height: 17px;
        max-width: 170px;
    }

    section.slider .slider-sabit .content .btn:before {
        width: 18px;
        height: 18px;
        left: 25px;
    }

    section.vacuselhakkinda .row {
        flex-direction: column-reverse;
    }

    section.vacuselhakkinda h2:before {
        display: none;
    }

    section.vacuselhakkinda .btn {
        max-width: 160px;
        display: block;
        margin: 0 auto;
    }

    .owl-urunler .owl-item.pasif1 .item {
        transform: scale(1);
        filter: blur(0px);
        position: relative;
        right: 0px;
        padding: 30px 0px;
    }

    .owl-urunler .owl-item.pasif2 .item {
        transform: scale(1);
        filter: blur(0px);
        position: relative;
        right: 0px;
        padding: 30px 0px;
    }

    .owl-urunler .owl-item {
        min-width: unset;
    }

    section.urunlerslider {
        background-image: -moz-linear-gradient(116deg, rgb(237, 28, 36) 0%, rgb(247, 148, 29) 100%);
        background-image: -webkit-linear-gradient(116deg, rgb(237, 28, 36) 0%, rgb(247, 148, 29) 100%);
        background-image: -ms-linear-gradient(116deg, rgb(237, 28, 36) 0%, rgb(247, 148, 29) 100%);
        max-width: 100%;
        overflow: hidden;
    }

    section.urunlerslider h2 {
        color: #fff;
        font-size: 25px;
        margin: 0px;
    }

    .urunler .urun .img {
        background-size: contain;
    }

    section.urunlerslider .owlnav {
        text-align: center;
    }

    section.urunlerslider .owl-dots {
        display: none;
    }

    section.urunlerslider .owlnav .btn {
        max-width: 220px;
        display: block;
        margin: 0 auto;
        margin-top: 20px;
    }

    section.katalog {
        background: unset;
        margin: 0px;
        min-height: unset;
        padding: 0px;
    }

    section.katalog:before {
        display: none;
    }

    section.katalog .urunkatalogu {
        margin: 0px;
        padding: 0px 20px;
    }

    section.katalog .urunkatalogu .img {
        background: url(../img/katalog.png);
        width: 295px;
        height: 190px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    section.katalog .urunkatalogu p {
        color: #474443;
        font-size: 16px;
    }

    section.katalog .urunkatalogu a {
        color: #474443;
        font-weight: bold;
        font-size: 12px;
        letter-spacing: -1px;
        display: inline-block;
    }

    .boxes h3 {
        display: none;
    }

    .boxes p {
        display: none;
    }

    .boxes .boxarea .box .icon {
        position: absolute;
        width: 40px;
        height: 40px;
        left: 15px;
    }

    .boxes .boxarea .box span {
        font-size: 17px;
        line-height: 20px;
        right: 15px;
    }

    .boxes .boxarea .box {
        margin-bottom: 10px;
    }

    section.urunlerslider .owlnav .next-btn {
        margin-right: 0px;
    }

    footer {
        border-top: 1px solid #f9f9f9;
        padding: 0px 15px;
        padding-top: 50px;
        text-align: center;
    }

    footer ul {
        display: none;
    }

    footer p b {
        white-space: nowrap;
    }

    .boxes {
        position: relative;
        margin-bottom: 50px;
    }

    section.page .box .page-gallery .gallery-item .image {
        background-size: cover;
    }

    section.page .box {
        padding-top: 40px;
    }

    .product-list {
        margin-top: 50px;
    }

    .product-list .item {
        margin-bottom: 60px;
    }

    .product-list .item p {
        display: none;
    }

    section.page {
        padding-left: 10px;
        padding-right: 10px;
    }

    .iletisim-box {
        padding: 50px 25px;
    }

    section.urun .reference-table {
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .table-custom .body ul li {
        display: block;
        width: 100%;
    }

    .table-custom .body ul {
        flex-direction: column;
    }

    .page-title h4 {
        font-size: 27px;
    }

    .page-title ul {
        display: none;
    }

    .table-custom .header ul li {
        width: 100%;
        display: block;
    }

    .product-slider .slider-area .left {
        width: 100%;
    }

    .product-slider .slider-area .right {
        display: none;
    }

    .catalog h4 {
        font-size: 16px;
    }

    .catalog ul li a {
        font-size: 15px;
    }

    .catalog .btn {
        padding: 12px 52px;
        max-width: 280px;
        display: block;
        margin: 0 auto;
    }

    .apperance {
        padding: 75px 30px 65px 30px;
    }
}

@media only screen and (max-height: 568px) {
    .mobileMenu .navbar-nav {
        padding: 0;
    }

    .mobileMenu .navbar-nav > li > a {
        line-height: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
}


.err {
    color: #a0a9af;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    display: block;
    font-weight: 500;
    letter-spacing: -1px;
    margin: 10px 0;
}

@media only screen and (min-width: 1300px) {
    section.page .box {
        padding-left: 100px;
        padding-right: 100px;
        margin-left: -100px;
        margin-right: -100px;
    }

    .container {
        max-width: 1190px;
    }
}

@media only screen and (min-width: 2000px) {

    .container-fluid {
        max-width: 1920px;
    }
}

@media only screen and (min-width: 1500px) {
    section.page .box {
        padding-left: 175px;
        padding-right: 175px;
        margin-left: -175px;
        margin-right: -175px;
    }
}


.accordion .card-header {
    position: relative;
}

.accordion .card-header:not(.collapsed):after {
    content: '';
    transform: rotate(180deg) translateY(50%);
}

.accordion .card-header.collapsed:after {
    content: '';
    -webkit-mask-image: url(../img/svg/arrow.svg);
}

.accordion .card-header:after {
    content: '';
    -webkit-mask-image: url(../img/svg/arrow.svg);
    -webkit-mask-position: center;
    -webkit-mask-size: 100% auto;
    -webkit-mask-repeat: no-repeat;
    position: absolute;
    right: 20px;
    width: 20px;
    height: 21px;
    background: #9b9b9b;
    top: 50%;
    display: block;
    transition: 0.3s ease all;
    transform: rotate(0deg) translateY(-50%);
}

.card-header {
    border: unset;
    height: 78px;
    display: flex;
    align-items: center;
    background-color: #fff;
}

.collapse-container {
    margin-bottom: 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    background-color: #fff;
    overflow: hidden;
}

.collapse-container:last-child {
    margin: 0;
}

.product-slider.sss {
    padding-bottom: 25px;
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 940px;
}

.card {
    border: unset;
    background: transparent;
    padding-bottom: 660px;
}

.card .card-title {
    font-size: 18px;
    color: #666666;
    margin: 0;
    font-weight: bold;
}

.card .card-header:not(.collapsed) .card-title {
    font-size: 22px;
    color: #ed1c24;
    margin: 0;
    font-weight: bold;
}

.card-body {
    padding-top: 0;
    font-size: 14px;
    font-weight: 400;
    color: #a6a6a6;
    line-height: 24px;
}

.collapsed:hover {
    background-color: #ffc255;
    color: #fff;
}

.collapsed:hover a {
    color: #fff;
}

.collapsed:hover:after {
    content: '';
    background: #fff;
}

.numune-box {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 90px;
}

.numune-box .header {
    height: 308px;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 20px;
    overflow: hidden;
    padding-left: 50px;
}

.numune-box .header h1 {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    margin: 0;
    white-space: pre-line;
    width: 280px;
}

.numune-box .reference-table {
    padding-left: 64px;
    padding-right: 64px;
    margin-top: -35px;
    margin-bottom: 20px;
}


.numune-box .reference-table p {
    font-size: 15px;
    font-weight: 400;
    color: #a6a6a6;
    line-height: 20px;
}
