﻿html {
    width: 100%;
}

body {
    width: 100%;
    margin: 0;
    -ms-overflow-style: none;
    /* for Internet Explorer, Edge */
    scrollbar-width: none;
    /* for Firefox */
    overflow-y: scroll;
}

body::-webkit-scrollbar {
    display: none;
}


a,
a img {
    text-decoration: none;
    outline: none;
    border: none;
}

.clr {
    clear: both;
    height: 0;
}

a {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style-type: none;
    outline: none;
    resize: none;
    color: #fff;
    color: #333;
    font-family: 'Work Sans', Arial;
}

a:focus {
    outline: 0;
}

header {
    width: 20%;
    background: #f1f1f1;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 5;
}

header .logo {
    display: block;
    width: 100%;
    background: #fff;
    float: left;
    height: 120px;
    position: relative;
}

header .logo img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

header nav a {
    font-weight: 600;
    display: block;
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 5% 0;
}

header nav a:hover span {
    color: #fff;
}

header nav a span {
    position: relative;
    z-index: 1;
    color: #333;
    transition: all 0.5s ease;
}

header nav a::before {
    width: 0;
    background: #00aeef;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    transition: all 0.5s ease;
}

header nav a.active::before,
header nav a:hover:before {
    width: 100%;
}

header nav a.active span {
    color: #fff;
}

header nav a.active:after,
header nav a:hover:after {
    height: 0;
}

header nav a:last-child::after {
    display: none;
}

header nav a::after {
    width: 80%;
    transition: all 0.5s ease;
    left: 50%;
    content: '';
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateY(-50%);
}

.home-teaser {
    width: 18%;
    left: 20%;
    position: absolute;
    top: 0;
    height: 100%;
}

.follow-us {
    position: absolute;
    bottom: 3%;
    left: 50%;
    width: 90%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateY(-50%);
}

.follow-us .title {
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    padding-bottom: 6px;
    position: relative;
    margin-bottom: 15px;
}

header .title::after {
    width: 80%;
    left: 50%;
    content: '';
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateY(-50%);
}

.social {
    width: 94%;
    margin-left: 4%;
    position: relative;
    padding-bottom: 15px;
    float: left;
    display: flex;
    justify-content: space-around;
}

.social::after {
    width: 80%;
    left: 50%;
    content: '';
    height: 1.5px;
    background: #fff;
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateY(-50%);
}

.social a {
    margin-right: 0;
    transition: all 0.5s ease;
    display: block;
    float: left;
}

.social a img {
    display: block;
    margin: 0 auto;
}

.social a:hover {
    opacity: 0.5;
}

.social a:last-child {
    margin-right: 0;
}

.txt-allright {
    font-size: 12px;
    color: #333;
    text-align: center;
    padding-top: 20px;
    float: left;
    width: 100%;
}

.teaser-item {
    width: 100%;
    height: 33.33%;
    background: #00aeef;
    padding: 15% 12%;
}

.teaser-item .title {
    font-size: 38px;
    color: #fff;
    font-weight: 700;
    line-height: 38px;
    text-align: center;
}

.teaser-item .subTitle {
    font-size: 17px;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

.teaser-item.item2 {
    background: url(../img/img-teaser.jpg) no-repeat;
}

.teaser-item a {
    width: 80%;
    margin: 20px auto 0 auto;
    border: 2px solid #fff;
    padding: 4% 0;
    color: #fff;
    font-size: 14px;
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.5s ease;
}

.teaser-item a:hover {
    background: #000;
    color: #fff;
}

.teaser-item.item3 img {
    margin: 0 auto;
    display: block;
}

.teaser-item.item3 .title-sub {
    text-align: center;
    color: #fff;
    width: 100%;
    font-weight: 600;
    margin: 6% 0;
}

.teaser-item.item3 p {
    text-align: center;
    font-size: 12px;
    color: #fff;
}

.teaser-item.item3 .inputCl {
    font-size: 18px;
    border: 1px solid #fff;
    background: none;
    color: #fff;
    padding: 4% 10px;
    margin: 15px 0;
    width: 100%;
}

.teaser-item.item3 .inputCl_send {
    font-size: 18px;
    border: 1px solid #fff;
    background: #fff;
    color: #000;
    padding: 4% 0;
    margin: 0;
    width: 100%;
    display: block;
    cursor: pointer;
    font-weight: bold;
    transition: all 0.5s ease;
}

.teaser-item.item3 .inputCl_send:hover {
    background: #00aeef;
    color: #fff;
}

.teaser-item.item3 .inputCl::-webkit-input-placeholder {
    /* Edge */
    color: #fff;
}

.teaser-item.item3 .inputCl:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

.teaser-item.item3 .inputCl::placeholder {
    color: #fff;
}

.teaser-item.item3 {
    padding: 8% 10%;
}

.teaser-item.item1 {
    transition: 0.8s ease 0s;
    position: relative;
    left: 0;
}

.teaser-item.item2 {
    transition: 0.8s ease 0.4s;
    position: relative;
    left: 0;
}

.teaser-item.item3 {
    transition: 0.8s ease 0.8s;
    position: relative;
    left: 0;
}

.teaser-item.item1.hide {
    left: -140%;
}

.teaser-item.item2.hide {
    left: -140%;
}

.teaser-item.item3.hide {
    left: -140%;
}



.home-img {
    width: 62%;
    float: right;
    position: relative;
    height: 100vh;
    transition: 0.8s ease 0s;
    right: 0;
    opacity: 1;
}

.home-img.hide {
    right: 0;
    opacity: 0;
}

.home-img .slider-1 {
    width: 100%;
    height: 100%;
    background: url(../img/slider-1-1.jpg) no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.li-height {
    height: 200px !important;
}

.page-content {
    width: 80%;
    position: fixed;
    left: -100%;
    top: 0;
    height: 100vh;
    background: #d2d2d2;
    border-left: 2px solid #00aeef;
    transition: 1.2s cubic-bezier(0.4, 0, 1, 1) 0.7s;
    text-align: center;
    padding: 100px 140px;
    opacity: 0;
}

.page-content.active {
    left: 20%;
    opacity: 1;
}

.page-content h2 {
    font-size: 32px;
}

.left-colm-product {
    float: left;
    width: 20%;
    background: #fff;
    height: 100vh;
    padding: 40px 0;
    position: relative;
    z-index: 9999;
}

.left-colm-product a.urun {
    height: auto;
    margin-bottom: 0;
    width: 103%;
    display: block;
    float: left;
    position: relative;
}

.left-colm-product a.urun.active .img-area img {
    border: 1px solid #111;
}

.left-colm-product a.urun::after {
    background: url(../img/arrow.png) no-repeat;
    width: 20px;
    height: 30px;
    content: '';
    position: absolute;
    right: 105px;
    top: 33%;
    background-size: contain;
    margin-top: -15px;
    opacity: 0;
    transition: 0.5s ease 0s;
}

.left-colm-product a.active::after {
    right: -11px;
    opacity: 1;
}

.left-colm-product a.urun .img-area {
    display: block;
    width: 98%;
    float: left;
    /* background:#ddd; */
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}

.left-colm-product a.urun .img-area img {
    width: 91%;
}

.left-colm-product a.urun:hover small {
    background: #333;
    color: #fff;
}

.left-colm-product a.urun p {
    margin: 0 0 10px 0;
    font-size: 10px;
    float: left;
    width: 100%;
    text-align: center;
}

.left-colm-product a.urun .titleSub {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    margin: 2px 0;
    font-weight: bold;
}

.left-colm-product a.urun small {
    border: 1px solid #ccc;
    padding: 6px 17px;
    width: auto;
    text-align: center;
    font-size: 13px;
    transition: 0.8s ease 0s;
    font-weight: bold;
}

.page-content#hava-perdeleri,
.page-content#nem-alma-cihazlari {
    padding: 0;
}


.incele-button {
    border: none;
    border-radius: 28px;
    width: 146px;
    color: #f36f23;
    position: static;
    height: 36px;
    margin-top: 0;
    font-size: 14px;
    margin: 0 auto;
    display: block;
    text-align: center;
    padding-top: 2%;
    background: #fff;
}

.satin-al {
    position: absolute;
    left: 50%;
    top: 0;
    background: #f36f23;
    color: #fff;
    padding: 5px 0;
    border-radius: 0;
    z-index: 2;
    margin-top: 0;
    animation-name: example;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    width: 240px;
    margin-right: 0;
    z-index: 99;
    font-weight: bold;
}

.satin-al span {
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    color: #fff;
}



@keyframes example {
    from {
        background: #4f5c62;
    }

    to {
        background: #f36f23;
    }
}




.left-colm-product a.urun2 {
    height: auto;
    margin-bottom: 0;
    width: 103%;
    display: block;
    float: left;
    position: relative;
}

.left-colm-product a.urun2.active .img-area img {
    border: 1px solid #111;
}

.left-colm-product a.urun2::after {
    background: url(../img/arrow.png) no-repeat;
    width: 20px;
    height: 30px;
    content: '';
    position: absolute;
    right: 105px;
    top: 33%;
    background-size: contain;
    margin-top: -15px;
    opacity: 0;
    transition: 0.5s ease 0s;
}

.left-colm-product a.active::after {
    right: -6px;
    opacity: 1;
}

.left-colm-product a.urun2 .img-area {
    display: block;
    width: 98%;
    float: left;
    /* background:#ddd; */
    margin-bottom: 4px;
    position: relative;
    z-index: 2;
}

.left-colm-product a.urun2 .img-area img {
    width: 70%;
}

.left-colm-product a.urun2:hover small {
    background: #333;
    color: #fff;
}

.left-colm-product a.urun2 p {
    margin: 0 0 13px 0;
    font-size: 11px;
    float: left;
    width: 100%;
    text-align: center;
}

.left-colm-product a.urun2 .titleSub {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    margin: 2px 0;
    font-weight: bold;
}

.left-colm-product a.urun2 small {
    border: 1px solid #ccc;
    padding: 6px 17px;
    width: auto;
    text-align: center;
    font-size: 13px;
    transition: 0.8s ease 0s;
    font-weight: bold;
}



.product-area {
    float: left;
    width: 80%;
    padding: 5% 10%;
    position: absolute;
    right: 0;
    top: 0;
    overflow-y: scroll;
    opacity: 0;
    transition: 0.5s ease 0s;
    z-index: 1;
    /* font-weight: bold; */
}

.product-area h3 {
    font-size: 21px;
    color: #ed1c23;
}

.product-area h4 {
    font-size: 14px;
    color: #000;
    margin-bottom: 20px;
}

.product-area h4 span {
    color: #ed1c23;
}

.product-area h4 small {
    color: #00aeef;
    font-size: 14px;
}

.product-area.active {
    opacity: 1;
    z-index: 2;
}

.product-area2 {
    float: left;
    width: 80%;
    padding: 5% 10%;
    position: absolute;
    right: 0;
    top: 0;
    overflow-y: scroll;
    opacity: 0;
    transition: 0.5s ease 0s;
    z-index: 1;
}

.product-area,
.product-area2 {
    background: url(../img/bg.jpg) no-repeat;
    background-size: cover;
}

.product-area2 h3 {
    font-size: 21px;
    color: #ed1c23;
}

.product-area2 h4 {
    font-size: 14px;
    color: #000;
    margin-bottom: 20px;
}

.product-area2 h4 span {
    color: #ed1c23;
}

.product-area2 h4 small {
    color: #00aeef;
    font-size: 14px;
}

.product-area2.active {
    opacity: 1;
    z-index: 2;
}

.img-top {
    margin: 30px auto;
    display: block;
}

#kataloglar a {
    float: left;
    display: block;
    width: 30%;
    margin-right: 3%;
}

#kataloglar a:last-child {
    margin-right: 0;
}

#kataloglar a img {
    width: 100%;
}

#kataloglar a p {
    padding: 5px 0;
}

.whatsapp-icon {
    position: fixed;
    z-index: 9999;
    bottom: 15px;
    right: 2rem;
}

.whatsapp-icon a img {
    width: 50px;
    height: 50px;
}

.my-new-li {
    height: auto !important;
    margin-bottom: 12%;
}

#iletisim {
    text-align: center;
}

.img-ref {
    float: left;
    width: 100%;
}

.img-ref img {
    width: 50%;
    float: left;
    display: block;
}

.img-ref img:last-child {
    float: right;
    border-left: 4px solid #fff;
}

#referanslar {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.mobil-header {
    position: fixed;
    display: none;
    width: 100%;
    height: 90px;
    background: #fff;
    z-index: 2;
    top: 0;
    box-shadow: 0px 5px 35px 0px rgba(80, 80, 80, 0.21);
}

.menuClick {
    position: absolute;
    right: 20px;
    width: 12%;
    top: 20px
}

.menuClick img {
    width: 100%;
}

@media screen and (max-width: 1540px) {
    header nav a {
        padding: 10px 0;
        font-size: 15px;
    }

    .teaser-item.item3 img {
        height: 40px;
    }

    .follow-us .title {
        font-size: 18px;
    }

    .teaser-item .title {
        font-size: 38px;
        line-height: 38px;
        text-align: center;
    }

    .teaser-item {
        padding: 7% 7%;
    }

    .teaser-item a {
        margin-top: 15px;
    }

    .teaser-item.item3 .inputCl {
        margin: 10px 0;
        padding: 3% 10px;
    }

    .teaser-item.item3 .title-sub {
        margin: 4% 0;
    }

    .teaser-item.item3 .inputCl_send {
        padding: 3% 0;
    }

}



#slider {
    margin: 0;
    width: 100%;
}

.slider {
    width: 100%;
    height: 600px;
    overflow: hidden;
    padding: 0 18px;
}

.slider ul {}

.slider ul li {
    width: 100%;
    height: 220px;
    float: left;
}

.sliderButon {
    text-align: right;
    padding-top: 10px;
}

.sliderButon a {
    background: #333;
    color: #fff;
    padding: 5px;
}

.sonraki {
    position: absolute;
    bottom: 11px;
    right: 50%;
    margin-right: -12.5px;
    background: url(../img/bottom.png) no-repeat center;
    font-size: 0;
    width: 25px;
    height: 15px;
}

.onceki {
    position: absolute;
    top: 15px;
    right: 50%;
    margin-right: -12.5px;
    background: url(../img/top.png) no-repeat center;
    font-size: 0;
    width: 25px;
    height: 15px;
}

.logo-mobil {
    display: block;
    float: left;
    width: 41%;
    margin-top: 6px;
}

.logo-mobil img {
    width: 100%;
}

.closeMobil {
    display: none;
}

@media screen and (max-width: 1024px) {

    .onceki,
    .sonraki {
        display: none;
    }

    .closeMobil {
        display: block;
        position: absolute;
        right: 24px;
        top: 108px;
        width: 30px;
    }

    .closeMobil img {
        width: 100%;
    }

    body {
        width: 100%;
        margin: 0;
        padding-top: 90px;
    }

    .mobil-header {
        display: block;
    }

    header {
        display: none;
    }

    .home-teaser {
        position: static;
        width: 100%;
        float: left;
    }

    .teaser-item {
        width: 33.33%;
        float: left;
        padding: 7% 0;
        height: 350px;
    }

    .teaser-item.item3 {
        padding: 7% 3%;
    }

    .home-img {
        width: 100%;
        height: 700px;
    }

    .page-content.active {
        left: 0;
        width: 100%;
    }

    .page-content {
        width: 100%;
    }

    .left-colm-product {
        height: 100%;
    }

    .page-content {
        border-left: 0;
    }

    header {
        position: fixed;
        top: 90px;
        z-index: 5;
        left: 0;
        width: 100%;
        height: 450px;
        overflow: hidden;
    }

    header .logo {
        display: none;
    }

    header nav a {
        font-size: 17px;
        padding: 12px 0;
    }

    .txt-allright {
        display: none;
    }

    .page-content {
        padding: 120px 20px;
    }

    .page-content.active {
        padding-top: 120px !important;
    }

    .page-content {
        height: 100%;
    }

    .page-content#hava-perdeleri,
    .page-content#nem-alma-cihazlari {
        padding-top: 90px !important;
    }

    .slider ul li,
    .slider ul,
    .slider {
        height: auto !important;
    }

    .slider {
        overflow: visible;
    }

    .slider ul li {
        margin-bottom: 35px;
    }

    .left-colm-product {
        height: 100%;
        overflow-y: scroll;
    }

    .product-area {
        padding-top: 120px;
        width: 100%;
    }

    .product-area img {
        width: 100%;
    }

    .product-area2 img {
        width: 60%;
        margin-top: 70px;
        float: none !important;
        margin: 0px auto 0 auto;
    }

    .product-area2 img:nth-child(1n) {
        margin-top: 70px;
        margin-bottom: 15px;
    }

    .product-area2 p {
        width: 100%;
        float: left;
    }

}


@media screen and (max-width: 640px) {
    .teaser-item {
        height: auto;
    }

    .teaser-item,
    .img-top {
        width: 100%;
    }

    .teaser-item.item2 {
        background: url(../img/img-teaser.jpg) no-repeat;
        background-size: cover;
    }

    .home-img {
        width: 100%;
        height: 300px;
    }

    .teaser-item .title br {
        display: none;
    }

    .teaser-item .title {
        font-size: 30px;
        line-height: 1;
    }

    .teaser-item .subTitle {
        font-size: 16px;
    }

    .product-area2 {
        width: 100%;
        padding-bottom: 50px;
    }

    .left-colm-product {
        width: 100%;
    }

    #slider {
        padding: 0 20%;
    }

    .left-colm-product a.urun .img-area {
        width: 98%;
    }

    .left-colm-product a.urun .titleSub {
        margin: 0;
    }

    .hideMobil {
        display: none;
    }

    #kataloglar a {
        width: 47%;
        margin-right: 6%;
    }

    #kataloglar a:nth-child(2n+0) {
        margin-right: 0;
    }
}






a {
    text-decoration: none !important;
}

#referanslar {
    position: absolute;
    overflow-y: auto;
}

#referanslar img {
    width: 150px;
    height: 150px;
    object-fit: contain;
}