@charest "utf-8";
/* author Wathek Hafez */

/* Master Sayfaları */

@import url("master.css");

/* Banner */
.slider {
    width: 100%;
    max-height: 860px;
    border-radius: 0 0 6px 6px;
    position: relative;
    overflow: hidden
}

.slider .kay {
    display: flex;
    position: relative
}

.slider .kay li {
    background-size: cover
}

.slider .nok {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1
}

.slider .nok li {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: #fff;
    opacity: .84;
    display: inline-block;
    border-color: #fff;
    margin: 0 2px;
    cursor: pointer;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.slider .nok li:hover,
.slider .nok .slider-active {
    border: 2px solid #fff;
    background-color: transparent;
    transform: scale(1.25);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.slider .slider-oklar {
    width: 1170px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0)
}

.slider .slider-oklar .slider-sag,
.slider .slider-oklar .slider-sol {
    position: absolute;
    top: 435px;
    background-image: url(../img/slider-ok.png);
    width: 68px;
    height: 68px;
    opacity: .6;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.slider .slider-oklar .slider-sag:hover,
.slider .slider-oklar .slider-sol:hover {
    opacity: 1;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.slider .slider-oklar .slider-sag {
    right: -100px;
    transform: rotate(180deg)
}

.slider .slider-oklar .slider-sol {
    left: -100px
}

/* Site */

section {
    padding: 0 15px;
    z-index: 2;
    margin-top: -85px !important
}

/* Faaliyet Alanlarımız */

section .faaliyet {
    margin: 110px 20px 0 0;
    width: 740px;
    position: relative;
    float: left;
    overflow: hidden
}

section .faaliyet .cizgi-1,
section .faaliyet .cizgi-2 {
    border-top: 1px solid #40444c;
    border-bottom: 1px solid #40444c;
    width: 50%;
    height: 5px;
    position: absolute;
    top: 35px
}

section .faaliyet .cizgi-1 {
    transform: translateX(-150px)
}

section .faaliyet .cizgi-2 {
    right: 0;
    transform: translateX(150px)
}

section .faaliyet > h1 {
    color: #c3c6ce;
    font-family: 'Roboto';
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    background-image: url(../img/faaliyet.png);
    height: 75px;
    line-height: 75px;
    font-size: 23px
}

section .faaliyet .urunler {
    width: 100%;
    height: 357px;
    position: relative;
    overflow: hidden
}

section .faaliyet .urunler .urun-b {
    display: flex;
    position: relative
}

section .faaliyet .urunler .urun-b li * {
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4);
    text-align: center;
}

section .faaliyet .urunler .urun-b li div {
    height: 70px;
    line-height: 95px;
    margin-bottom: 15px;
    font-size: 45px;
    font-family: 'icon';
    text-transform: uppercase
}

section .faaliyet .urunler .urun-b li h2 {
    font-size: 35px;
    font-family: 'adelle-extrabold';
    letter-spacing: 1;
    text-transform: uppercase
}

section .faaliyet .urunler .urun-b li p {
    font-size: 19px;
    font-family: 'pancetta-medium';
    padding: 10px 100px
}

section .faaliyet .urunler .urun-b li span {
    display: block;
    text-align: center;
    text-transform: capitalize;
    padding-top: 10px;
    background-image: url(../img/detay-ok.png);
    background-position: center top;
    color: #fff;
    font-family: arial;
    opacity: 0;
    text-shadow: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

section .faaliyet .urunler .urun-b li:hover span {
    opacity: 1;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

section .faaliyet .urunler .urun-b [data-urunler="1"] div {
    color: #344b06
}

section .faaliyet .urunler .urun-b [data-urunler="1"] h2 {
    color: #344b06
}

section .faaliyet .urunler .urun-b [data-urunler="1"] p,
section .faaliyet .urunler .urun-b [data-urunler="1"] span {
    color: #1e2a06
}

section .faaliyet .urunler .urun-b [data-urunler="2"] * {
    color: #553607
}

section .faaliyet .urunler .urun-b [data-urunler="3"] div {
    color: #372305
}

section .faaliyet .urunler .urun-b [data-urunler="3"] h2 {
    color: #402906
}

section .faaliyet .urunler .urun-b [data-urunler="3"] p,
section .faaliyet .urunler .urun-b [data-urunler="3"] span {
    color: #261904
}

section .faaliyet .urunler .urun-b [data-urunler="4"] * {
    color: #003531
}

section .faaliyet .urunler .urun-n {
    position: absolute;
    width: 100%;
    bottom: 35px;
    padding: 0 35px
}

section .faaliyet .urunler .urun-n li {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: rgba(255, 255, 255, .3);
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    font-family: 'icon';
    font-size: 30px;
    color: #385106;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

section .faaliyet .urunler .urun-n li:hover,
section .faaliyet .urunler .urun-n .urunler-active {
    background-color: rgba(255, 255, 255, .8);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

section .faaliyet .urunler .urun-n .renk1 {
    color: #385106;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

section .faaliyet .urunler .urun-n .renk2 {
    color: #553607;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

section .faaliyet .urunler .urun-n .renk3 {
    color: #a66d00;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

section .faaliyet .urunler .urun-n .renk4 {
    color: #00665e;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

section .faaliyet .urunler .urun-n > * {
    float: left;
    line-height: 55px
}

section .faaliyet .urunler .urun-n div {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 26px;
    color: #f3f3f3;
    text-shadow: 0px 1px 1px rgba(5, 5, 5, 0.34);
}

/* Başkan Bölümü */

section .baskan {
    width: 380px;
    height: 454px;
    background-image: url(../img/baskan-zemin.jpg);
    background-size: cover;
    float: left;
    padding: 35px 55px;
    border: 1px solid #ffcc68
}

section .baskan .profile {
    width: 185px;
    height: 185px;
    border: 1px solid #af6f10;
    border-radius: 185px;
    margin: 0 auto 13px auto;
    padding: 11px
}

section .baskan .profile div {
    border-radius: 175px;
    width: 100%;
    height: 100%
}

section .baskan h1 {
    color: #563607;
    font-size: 21px;
    font-family: 'adelle-semibold';
    text-align: center;
    text-transform: capitalize
}

section .baskan h2 {
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 14px;
    color: #6e470d;
    text-align: center;
    text-transform: capitalize;
    margin: 3px 0 22px
}

section .baskan p {
    font-family: 'pancetta-regular';
    font-size: 17px;
    color: #895a14;
    text-align: center;
    position: relative
}

section .baskan p:before,
section .baskan p:after {
    content: "";
    width: 13px;
    height: 12px;
    background-image: url(../img/baskan-p.png);
    position: absolute
}

section .baskan p:before {
    left: 0;
    top: -8px
}

section .baskan p:after {
    bottom: 0;
    transform: rotate(180deg)
}

section .baskan a {
    width: 195px;
    height: 45px;
    line-height: 45px;
    padding-left: 40px;
    background-color: #553607;
    background-image: url(../img/baskan-ok.png);
    background-position: 143px center;
    border-radius: 23px;
    margin: 17px auto 0;
    color: #f59c17;
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

section .baskan a:hover {
    background-position: 150px center;
    letter-spacing: .9;
    padding-left: 35px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

/* Haberler */

section .haberler {
    width: 380px;
    height: 454px;
    float: left;
    background-color: #f3f3f3;
    margin-top: 20px;
    padding: 30px 15px 0;
    border: 1px solid #fff;
    position: relative
}

section .haberler > h1 {
    height: 38px;
    line-height: 38px;
    font-family: 'adelle-semibold';
    font-size: 24px;
    color: #1b1f27;
    padding-left: 38px;
    background-image: url(../img/haberler-icon.png);
    background-position: left top;
    text-transform: uppercase;
    display: inline-block
}

section .haberler .tum {
    width: 27px;
    height: 27px;
    border: 1px solid #b8b9bc;
    border-radius: 2px;
    background-image: url(../img/tum-haberler-icon.png);
    background-position: 5px center;
    position: absolute;
    right: 15px;
    top: 32px;
    padding-left: 25px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

section .haberler .tum a {
    text-transform: capitalize;
    color: #b8b9bc;
    font-family: 'pancetta-regular';
    font-size: 15px;
    width: 0;
    overflow-x: hidden;
    display: block;
    height: 100%;
    line-height: 27px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

section .haberler .tum:hover {
    width: 127px;
    height: 29px;
    line-height: 29px;
    padding-left: 30px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

section .haberler .tum:hover a {
    width: 100px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

section .haberler .haberler-slider {
    overflow-x: hidden
}

section .haberler .haberler-slider .haberler-kay {
    height: 325px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: #d7d7d7;
    display: flex
}

section .haberler .haberler-slider .haberler-kay li {
    padding-top: 15px
}

section .haberler .haberler-slider .haberler-kay li div {
    width: 100%;
    height: 177px;
    margin-bottom: 18px
}

section .haberler .haberler-slider .haberler-kay li h1 {
    font-family: 'pancetta-regular';
    color: #1b1f27;
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px
}

section .haberler .haberler-slider .haberler-kay li p {
    padding-left: 23px;
    background-image: url(../img/haber-icon.png);
    background-position: left center;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 12px;
    color: #c7c7c7;
    height: 20px;
    line-height: 20px;
    text-transform: capitalize;
    margin: 0 auto;
    display: table
}

section .haberler .haberler-slider .haberler-nok {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translate(-50%, 0)
}

section .haberler .haberler-slider .haberler-nok li {
    width: 13px;
    height: 13px;
    background-color: #d1d1d1;
    float: left;
    border-radius: 50%;
    margin: 0 2px;
    cursor: pointer
}

section .haberler .haberler-slider .haberler-nok li:hover,
section .haberler .haberler-slider .haberler-nok .haber-active {
    background-color: transparent;
    border: 2px solid #d1d1d1
}

section .haberler .haberler-slider .haberler-sol,
section .haberler .haberler-slider .haberler-sag {
    background-image: url(../img/haberler-ok.png);
    width: 33px;
    height: 33px;
    position: absolute;
    bottom: 12px;
    cursor: pointer
}

section .haberler .haberler-slider .haberler-sag {
    right: 15px;
    transform: rotate(180deg)
}

/* Tanıtım Videosu */

section .tanitim {
    width: 300px;
    height: 367px;
    margin: -366px 20px 0 0;
    float: left;
    background-image: url(../img/tanitim-zemin.jpg);
    border: 1px solid #454a53;
    padding: 75px 35px
}

section .tanitim h1 {
    font-family: 'adelle-regular';
    font-size: 23px;
    color: #9198a6;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 5px
}

section .tanitim h1:before {
    content: "";
    width: 40px;
    height: 3px;
    background-color: #f59c17;
    position: absolute;
    top: -14px
}

section .tanitim h1 span {
    font-family: 'adelle-extrabold';
    font-size: 30px;
    display: block
}

section .tanitim a {
    width: 150px;
    height: 37px;
    background-color: #f59c17;
    border-radius: 20px;
    padding-left: 20px;
    line-height: 37px;
    font-family: 'Roboto';
    font-weight: 400;
    color: #21242b;
    background-image: url(../img/tanitim-icon.png);
    background-position: 110px center;
    text-transform: uppercase;
    display: block;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

section .tanitim a:hover {
    box-shadow: 0 1px 70px rgba(0, 0, 0, 1);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

/* Fabrika Genel Görünümü */

section .fabrika {
    float: left;
    width: 420px;
    height: 424px;
    background-image: url(../img/fabrika-zemin.jpg);
    border: 1px solid #ebecee;
    margin-top: -366px;
    padding-top: 180px
}

section .fabrika h1 {
    font-family: 'adelle-regular';
    font-size: 41px;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    text-shadow: 0px 1px 0px rgba(5, 5, 5, 0.46);
    line-height: .9
}

section .fabrika h1 span {
    display: block;
    font-size: 81px;
    font-family: 'adelle-bold'
}

section .fabrika h2 {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    text-shadow: 0px 1px 0px rgba(5, 5, 5, 0.46);
    text-align: center;
    margin: 5px 0 20px
}

section .fabrika a {
    width: 293px;
    height: 58px;
    border-radius: 29px;
    background-color: #1b1f27;
    font-family: 'Roboto';
    font-weight: 400;
    color: #e3e3e3;
    line-height: 58px;
    padding-left: 70px;
    text-transform: uppercase;
    margin: 0 auto;
    display: block;
    background-image: url(../img/fabrika-ok.png);
    background-position: 220px center;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

section .fabrika a:hover {
    letter-spacing: 1;
    padding-left: 60px;
    background-position: 230px center;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

@media (max-width: 1170px) {
    
    .slider {
        margin-top: 175px
    }
    
    .slider .nok {
        bottom: 10px
    }
    
    section {
        padding: 0;
        margin-top: 20px !important
    }
    
    section .faaliyet,
    section .baskan,
    section .haberler,
    section .tanitim,
    section .fabrika {
        margin-right: 0;
        margin: 20px 20px 0 0;
    }
    
    section .faaliyet {
        width: 100%;
        margin-right: 0
    }
    
    section .haberler,
    section .fabrika {
        margin-right: 0
    }
    
    section .baskan,
    section .haberler {
        width: 360px
    }
    
    section .faaliyet .urunler .urun-n {
        margin-left: 50%;
        transform: translateX(-50%);
        width: auto;
        min-width: 280px;
        padding: 0
    }
    
    section .faaliyet .urunler .urun-n div {
        display: none
    }
    
    section .faaliyet .urunler .urun-n li {
        margin: 0 5px
    }
}

@media (max-width: 425px) {
    
    section .faaliyet,
    section .baskan,
    section .haberler,
    section .tanitim,
    section .fabrika {
        width: 100%;
        margin: 20px 0 0 0
    }
    
    section .tanitim {
        background-size: cover
    }
    
    section .faaliyet .urunler .urun-b li p {
        padding: 5px;
        font-size: 17px
    }
    
    section .faaliyet .urunler .urun-n {
        bottom: 10px
    }
}