@charest "utf-8";
/* author Ali AKKEÇECİ - FrameWorkV1 */

@import url("master.css");

.acilis {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    display: none
}

.acilis div {
    width: 20%;
    height: 100%;
    background-color: #ffcc00;
    float: left
}

.acilis img {
    position: absolute;
    left: 5%;
    top: 100px
}

.acilis p {
    position: absolute;
    left: 5%;
    bottom: 13vh;
    font-family: 'Now';
    font-weight: 700;
    font-size: 15vh;
    color: #242747;
    text-transform: capitalize
}

.acilis p span {
    display: block;
    position: relative;
    overflow-y: hidden;
    max-height: 0
}

.acilis p span a {
    overflow-x: hidden
}

section .banner {
    position: relative;
    z-index: 1
}

section .banner .ana-slider a {
    height: 100vh;
    border-right: 1px solid #ffcb08;
    background-color: #71630a;
    background-image: url(../img/urun-zemini.jpg);
    background-size: cover;
    position: relative;
    overflow: hidden;
    float: left;
    width: 20%;
    -wekit-transition: background-image 3s ease-in-out;
    -moz-transition: background-image 3s ease-in-out;
    transition: background-image 3s ease-in-out
}

section .banner .ana-slider a:hover {
    background-image: none;
    -wekit-transition: background-image 3s ease-in-out;
    -moz-transition: background-image 3s ease-in-out;
    transition: background-image 3s ease-in-out
}

section .banner .ana-slider a .zemin {
    opacity: .3;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 2;
    background-size: cover;
    background-color: #181938;
    background-blend-mode: luminosity;
    -wekit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    transition: all .1s linear
}

section .banner .ana-slider a:hover .zemin {
    opacity: .73;
    background-blend-mode: normal;
    -wekit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    transition: all .1s linear;
}

section .banner .ana-slider a .yazi {
    position: absolute;
    width: 80%;
    bottom: 17vh;
    left: 10%;
    z-index: 2
}

section .banner .ana-slider a .yazi .baslik:before {
    content: "";
    width: 50px;
    height: 6px;
    background-color: #ffcb08;
    display: inline-block;
    position: absolute;
    top: -25px;
}

section .banner .ana-slider a .yazi .baslik {
    font-size: 5.5vh;
    margin-bottom: 25px;
    font-family: 'proxima-bold';
    color: #fff;
    text-transform: capitalize;
    text-shadow: 0px 1px 1px rgba(6, 6, 6, 0.75);
    -wekit-transition: all 1s cubic-bezier(.19,1,.22,1);
    -moz-transition: all 1s cubic-bezier(.19,1,.22,1);
    transition: all 1s cubic-bezier(.19,1,.22,1)
}

section .banner .ana-slider a:hover .yazi .baslik {
    text-shadow: 0px 1px 1px rgba(6, 6, 6, 0.75);
    -wekit-transition: all 1s cubic-bezier(.19,1,.22,1);
    -moz-transition: all 1s cubic-bezier(.19,1,.22,1);
    transition: all 1s cubic-bezier(.19,1,.22,1)
}

section .banner .ana-slider a .yazi .detay {
    font-family: 'Now';
    font-weight: 400;
    font-size: 1.7vh;
    color: #fff;
    max-height: 0;
    overflow: hidden;
    text-shadow: 0px 1px 1px rgba(6, 6, 6, 0.75);
    -wekit-transition: all 1s cubic-bezier(.19,1,.22,1);
    -moz-transition: all 1s cubic-bezier(.19,1,.22,1);
    transition: all 1s cubic-bezier(.19,1,.22,1)
}

section .banner .ana-slider a:hover .yazi .detay {
    max-height: 5.8vh;
    height: auto;
    -wekit-transition: all 1s cubic-bezier(.19,1,.22,1);
    -moz-transition: all 1s cubic-bezier(.19,1,.22,1);
    transition: all 1s cubic-bezier(.19,1,.22,1)
}

section .banner .ana-slider a .yazi span {
    display: block;
    font-family: 'Now';
    font-weight: 300;
    font-size: 15px;
    color: #b1b1b7;
    -wekit-transition: all 1s cubic-bezier(.19,1,.22,1);
    -moz-transition: all 1s cubic-bezier(.19,1,.22,1);
    transition: all 1s cubic-bezier(.19,1,.22,1)
}

section .banner .ana-slider a:hover .yazi span {
    color: #fff;
    transform: translateY(25px);
    -webkit-transform: translateY(25px);
    -ms-transform: translateY(25px);
    -wekit-transition: all 1s cubic-bezier(.19,1,.22,1);
    -moz-transition: all 1s cubic-bezier(.19,1,.22,1);
    transition: all 1s cubic-bezier(.19,1,.22,1)
}

section .banner .ana-slider a .yazi span:before {
    content: "";
    width: 13px;
    height: 13px;
    display: block;
    float: left;
    background-image: url(../img/kucuk-images.png);
    background-position: -160px -66px;
    margin: 2px 7px 0 0
}

section .banner .ana-slider .slick-dots {
    position: absolute;
    bottom: 2vh;
    z-index: 3;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    cursor: pointer
}

section .banner .ana-slider .slick-dots li {
    float: left;
    width: 15px;
    height: 15px;
    background-color: #fff;
    margin: 0 2px;
    border-radius: 50%
}

section .banner .ana-slider .slick-dots .slick-active,
section .banner .ana-slider .slick-dots li:hover {
    background-color: transparent;
    border: 2px solid #fff
}

section .banner .ana-slider .slick-dots li * {
    background-color: transparent;
    font-size: 0
}

section .kurumsal-faaliyetler {
    padding: 60px 0 35px;
    background-image: url(../img/kurumsal-faaliyet-pattern.jpg);
    background-repeat: repeat;
    position: relative
}

section .kurumsal-faaliyetler .dunya-resmi {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../img/dunya-background.png);
    background-position: center top
}

section .kurumsal-faaliyetler .cizgi1,
section .kurumsal-faaliyetler .cizgi2 {
    background-color: #d6d6d6;
    box-shadow: 0px 1px 0px 0px rgba(240, 241, 242, 1);
    position: absolute;
    width: 50%;
    height: 1px;
    top: 75px
}

section .kurumsal-faaliyetler .cizgi1 {
    left: -250px
}

section .kurumsal-faaliyetler .cizgi2 {
    right: -250px
}

section .kurumsal-faaliyetler h1 {
    font-family: Rajdhani;
    font-size: 30px;
    color: #484a69;
    letter-spacing: 2px;
    /* line-height: 40px; */
    text-align: center;
    text-transform: uppercase;
    background-image: url(../img/kurumsalw.png);
    margin-bottom: 50px;
}

section .kurumsal-faaliyetler .tanitim-filmi {
    width: 380px;
    height: 580px;
    border: 8px solid #fff;
    background-image: url(../img/tanitim-filmi.jpg);
    padding-top: 227px;
    margin-right: 20px;
    float: left
}

section .kurumsal-faaliyetler .tanitim-filmi p {
   text-align: center;
    font-size: 26px;
    font-family: 'ptserif-bold';
    color: #332471;
    text-shadow: 0px 1px 1px rgb(255, 255, 255);
    padding: 0 10px;
}

section .kurumsal-faaliyetler .tanitim-filmi p span {
    font-size: 36px;
    display: block
}

section .kurumsal-faaliyetler .tanitim-filmi .link {
    font-family: 'Now';
    font-weight: 300;
    font-style: italic;
    color: #fff3c7;
    padding-right: 15px;
    text-shadow: 0px 1px 0px rgba(4, 5, 5, 0.24);
    background-image: url(../img/tanitimfilmiok.png);
    background-position: right center;
    margin: 10px 0 0 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    display: inline-block;
    text-transform: capitalize
}

section .kurumsal-faaliyetler .tanitim-filmi .button {
    font-family: 'Now';
    font-weight: 700;
    font-size: 17px;
    color: #332471;
    text-transform: uppercase;
    text-align: right;
    line-height: 60px;
    display: inline-block;
    width: 300px;
    height: 60px;
    border-radius: 30px;
    box-shadow: 0px 1px 1px 0px rgb(51, 36, 113);
    margin: 30px 0 0 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    padding-right: 34px;
    background-color: rgba(255, 255, 255, .84);
    background-image: url(../img/tanitimfilmiicon.png);
    background-position: 40px center;
    cursor: pointer;
    -wekit-transition: all 1s cubic-bezier(.19,1,.22,1);
    -moz-transition: all 1s cubic-bezier(.19,1,.22,1);
    transition: all 1s cubic-bezier(.19,1,.22,1);
}

section .kurumsal-faaliyetler .tanitim-filmi .button:hover {
    background-color: #fff;
    -wekit-transition: all 1s cubic-bezier(.19,1,.22,1);
    -moz-transition: all 1s cubic-bezier(.19,1,.22,1);
    transition: all 1s cubic-bezier(.19,1,.22,1)
}

section .kurumsal-faaliyetler .haberler {
    width: 770px;
    height: 312px;
    margin: 0 0 20px 0;
    background-color: #fff;
    box-shadow: 0px 0px 1px 0px rgba(125, 130, 135, 0.41);
    float: left;
    padding-top: 18px
}

section .kurumsal-faaliyetler .haberler h2 {
    font-family: 'Now';
    font-weight: 500;
    font-size: 18px;
    color: #bec1c4;
    text-transform: uppercase;
    padding: 13px 50px 13px 20px;
    border-bottom: 1px solid #f5f5f5
}

section .kurumsal-faaliyetler .haberler h2:before {
    content: "";
    width: 23px;
    height: 17px;
    display: block;
    float: left;
    background-image: url(../img/kucuk-images.png);
    background-position: -76px -66px;
    margin-right: 8px
}

section .kurumsal-faaliyetler .haberler .haber-slider .haber-s {
    display: block;
    padding: 20px 5px 0 20px;
    height: 195px
}

section .kurumsal-faaliyetler .haberler .haber-slider .haber-s .baslik {
    font-size: 20px;
    color: #3a434e;
    font-family: 'pancetta-medium';
    margin-bottom: 16px
}

section .kurumsal-faaliyetler .haberler .haber-slider .haber-s .detay {
    font-family: 'Now';
    font-weight: 400;
    font-size: 15px;
    color: #7d8287
}

section .kurumsal-faaliyetler .haberler .haber-slider .slick-arrow {
    width: 56px;
    height: 50px;
    background-image: url(../img/haber-ok.png);
    cursor: pointer;
    float: left;
    font-size: 0;
    background-color: transparent;
    border-top: 1px solid #f5f5f5
}

section .kurumsal-faaliyetler .haberler .haber-slider .slick-next {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    border-top: 0;
    border-bottom: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5
}

section .kurumsal-faaliyetler .haberler > a {
    display: inline-block;
    font-family: 'Now';
    font-weight: 400;
    font-size: 14px;
    color: #dad9d9;
    text-transform: uppercase;
    width: 263px;
    height: 50px;
    padding: 17px 0 17px 20px;
    border-top: 1px solid #f5f5f5;
    border-left: 1px solid #f5f5f5;
    float: left
}

section .kurumsal-faaliyetler .haberler > a:before {
    content: "";
    display: block;
    float: left;
    width: 14px;
    height: 14px;
    background-image: url(../img/kucuk-images.png);
    background-position: -159px -83px;
    margin-right: 6px
}

section .kurumsal-faaliyetler .asamalar {
    width: 770px;
    height: 247px;
    float: left;
    background-image: url(../img/asamalar-pattern.jpg);
    background-repeat: repeat;
    box-shadow: 0px 0px 1px 0px rgba(125, 130, 135, 0.41);
    padding: 20px
}

section .kurumsal-faaliyetler .asamalar .zemin {
    width: 100%;
    height: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 1px 0px rgba(125, 130, 135, 0.41);
    padding: 15px 25px 0;
    position: relative
}

section .kurumsal-faaliyetler .asamalar .zemin .cizgi {
    background-color: #eee;
    width: 95%;
    height: 1px;
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%)
}

section .kurumsal-faaliyetler .asamalar .zemin .asamalar-slider .slick-dots {
    float: left;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%)
}

section .kurumsal-faaliyetler .asamalar .zemin .asamalar-slider .slick-dots:after {
    content: "";
    display: block;
    clear: both
}

section .kurumsal-faaliyetler .asamalar .zemin .asamalar-slider .slick-dots li {
    float: left
}

section .kurumsal-faaliyetler .asamalar .zemin .asamalar-slider .slick-dots button {
    width: 38px;
    height: 44px;
    background-color: transparent;
    margin-right: 20px;
    position: relative;
    color: #3a434e;
    font-size: 16px;
    font-family: 'pancetta-medium';
    cursor: pointer;
    background-image: url(../img/kucuk-images.png);
    background-position: 0 -80px
}

section .kurumsal-faaliyetler .asamalar .zemin .asamalar-slider .slick-dots button:hover,
section .kurumsal-faaliyetler .asamalar .zemin .asamalar-slider .slick-active button {
    background-position: -38px -80px;
    color: #fff
}

section .kurumsal-faaliyetler .asamalar .zemin .asamalar-slider .slick-dots li:last-of-type button {
    margin: 0
}

section .kurumsal-faaliyetler .asamalar .zemin .asamalar-slider [aria-live="polite"] {
    width: 100%
}

section .kurumsal-faaliyetler .asamalar .zemin .asamalar-slider .asama {
    padding-top: 20px
}

section .kurumsal-faaliyetler .asamalar .zemin .asamalar-slider .asama .baslik {
    font-family: 'pancetta-medium';
    font-size: 37px;
    color: #484a69;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 10px
}

section .kurumsal-faaliyetler .asamalar .zemin .asamalar-slider .asama .baslik img {
    display: inline;
    margin-right: 15px
}

section .kurumsal-faaliyetler .asamalar .zemin .asamalar-slider .asama .alt {
    font-family: 'Now';
    font-weight: 400;
    font-size: 14px;
    color: #7d8287;
    text-align: center
}

section .banner .kaydir {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 15px
}

section .banner .kaydir p {
    font-family: 'Now';
    font-weight: 400;
    font-size: 13px;
    color: #e2e0d7
}

section .banner .kaydir div {
    height: 40px;
    background-image: url(../img/alta.png);
    margin-top: 17px;
    -webkit-animation: altaok 4s infinite;
    animation: altaok 4s infinite;
    opacity: .6
}

@-webkit-keyframes altaok {
    0% {background-position: center top}
    8% {background-position: center 9px}
    16% {background-position: center top}
    24% {background-position: center 9px}
    32% {background-position: center top}
    100% {background-position: center top}
} 

@keyframes altaok {
    0% {background-position: center top}
    8% {background-position: center 9px}
    16% {background-position: center top}
    24% {background-position: center 9px}
    32% {background-position: center top}
    100% {background-position: center top}
}

/*
section .banner .kaydir span {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 18px;
    height: 18px;
    margin-left: -9px;
    border-left: 1.5px solid #e2e0d7;
    border-bottom: 1.5px solid #e2e0d7;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: kaydirma 1.5s infinite;
    animation: kaydirma 1.5s infinite;
    opacity: 0
}

section .banner .kaydir span:nth-of-type(1) {
    bottom: 20px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

section .banner .kaydir span:nth-of-type(2) {
    bottom: 10px;
    -webkit-animation-delay: .15s;
    animation-delay: .15s
}

section .banner .kaydir span:nth-of-type(3) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

@-webkit-keyframes kaydirma {
    0% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes kaydirma {
    0% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
*/

@media (max-width: 1650px) {
    .acilis p {
        font-size: 13vh
    }
}

@media (max-width: 1450px) {
    .acilis p {
        font-size: 11vh
    }
}

@media (max-width: 1170px) {
    .kurumsal-faaliyetler > .grid {
        margin: 0 auto;
        max-width: 775px
    }
    
    section .kurumsal-faaliyetler .tanitim-filmi {
        height: 645px;
        background-size: cover
    }
    
    section .kurumsal-faaliyetler .haberler {
        margin-right: 0
    }
    
    section .kurumsal-faaliyetler .asamalar {
        width: 775px
    }
    
    section .banner .kaydir {
        bottom: 55px
    }
}

@media (max-width: 775px) {
    .kurumsal-faaliyetler > .grid {
        margin: 0 10px
    }
    
    section .kurumsal-faaliyetler .tanitim-filmi {
        margin-right: 0;
        width: 100%;
        height: auto;
        padding: 30px 0;
        background-position: center bottom;
        margin-bottom: 20px
    }
    
    section .kurumsal-faaliyetler .haberler {
        width: 100%
    }
    
    section .kurumsal-faaliyetler .haberler {
        height: auto
    }
    
    section .kurumsal-faaliyetler .haberler .haber-slider .haber-s {
        height: auto;
        padding: 20px
    }
    
    section .kurumsal-faaliyetler .haberler .haber-slider .slick-arrow {
        width: 13%
    }
    
    section .kurumsal-faaliyetler .haberler > a {
        position: absolute;
        right: 0;
        width: 74%;
        font-size: 13px
    }
    
    section .kurumsal-faaliyetler .etkinlik {
        width: 100%
    }
    
    section .kurumsal-faaliyetler .asamalar {
        width: 100%;
        padding: 10px;
        height: auto
    }
    
    section .kurumsal-faaliyetler .asamalar .zemin {
        padding: 15px 13px 0;
        height: auto
    }
    
    section .kurumsal-faaliyetler .asamalar .zemin .asamalar-slider .slick-dots button {
        margin-right: 15px
    }
    
    section .kurumsal-faaliyetler .asamalar .zemin .asamalar-slider .asama {
        padding: 20px 0
    }
    
    section .kurumsal-faaliyetler .asamalar .zemin .asamalar-slider .asama .baslik {
        font-size: 35px
    }
}

@media (max-width: 650px) {
    .acilis p {
        font-size: 52px
    }
}

@media (max-width: 425px) {
    section .kurumsal-faaliyetler h1 {
        font-size: 20px;
        line-height: 25px;
        background-size: contain
    }
    
    section .kurumsal-faaliyetler .asamalar .zemin .asamalar-slider .slick-dots button {
        margin-right: 5px
    }
}

@media (max-width: 375px) {
    section .kurumsal-faaliyetler .tanitim-filmi p {
        font-size: 19px
    }
    
    section .kurumsal-faaliyetler .tanitim-filmi p span {
        font-size: 26px
    }
    
    section .kurumsal-faaliyetler .tanitim-filmi button {
        width: 260px;
        font-size: 14px
    }
}

@media (max-width: 775px) {.products{width:100% !important;}}
.products{float:left;width: 33%;height: 345px;padding: 5px;border:1px solid #ccc;border-radius: 8px;margin:5px;background: #fff}
.products>div:nth-child(1){height: 200px;}
.products .alt-btn{width: 100%;float: left;}
.products>h3{font-family:'Now', sans-serif;height:50px;text-align: center;width:100%;font-size: 20px;font-weight: 600;}