/* ANİMASYONLAR */
.owl-item.active .on-active-flip-x{
    animation-duration: 2s;
    transform-style: preserve-3d;
    animation-name: ani-on-active-flip-x;
}
@keyframes ani-on-active-flip-x{
    0%{
        transform-style: preserve-3d;
        transform: rotateY(180deg);
    }
    33%{
        transform-style: preserve-3d;
        transform: rotateY(-80deg);
    }
    66%{
        transform-style: preserve-3d;
        transform: rotateY(40deg);
    }
    100%{
        transform-style: preserve-3d;
        transform: rotateY(0);
    }
}

.on-active-in-bottom-minus-100{
    position: absolute;
    bottom: -100px;
    right: 0;
    width: 550px !important;
    z-index:-1;
}

.owl-item.active .on-active-in-bottom-minus-100{
    animation-duration: 0.5s;
    transform-style: preserve-3d;
    animation-name: ani-on-active-in-bottom-minus-100;
}
@keyframes ani-on-active-in-bottom-minus-100 {
    0%{
        bottom:-120%;
    }
    100%{
        bottom: -100px;
    }
}
/* .ANİMASYONLAR */

.owl-carousel .owl-dots>.owl-dot>span{
    box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.39);
    background-color: #ffffff;
}
.owl-carousel .owl-dots>.owl-dot>span.active{
    background-color: #a5a5a5;
}
.owl-carousel .owl-dots>.owl-dot{
    cursor: pointer;
}
.owl-carousel .owl-dots>.owl-dot:first-child{
    margin-left: 10px;
}
.owl-carousel .owl-dots{
    position: absolute;
    bottom: 87px;
    left: 0;
    width: 1140px;
    margin: 0 auto;
    right: 0;
    text-align: left;
}

.owl-carousel-ana{

}
.owl-carousel-ana .item a{
    text-decoration: none;
    color: inherit;
}
.owl-carousel-ana .item{
    background-color: #ffffff;
    background-image: url("../img/load5.gif");
    background-repeat: no-repeat;
    background-position: center center;
}

.owl-height-new{
    height: 700px;
    width: 100%;
    background-size: cover;
    font-size: 20px;
    overflow: hidden;
}
.owl-height-new>.container{
    height: 700px;
    position: relative;
    perspective: 1000px;
}

.owl-height-new .slider-text, .owl-height-new .slider-ballon{
    display: block;
    width: 50%;
    margin-top: 250px;
}

.owl-height-new .slider-text{
    float: left;
}

.owl-height-new .slider-ballon{
    float: right;
}

.tree-d-text1{
    color: #fff;
    transform: skewY(-6deg);
    transform-origin: bottom left;
    text-shadow:
            0px -1px 10px rgba(255,255,255, 0.4),
            0px -1px 10px rgba(255,255,255, 0.4),
            -1px -1px 10px rgba(255,255,255, 0.4),

            0px -2px 3px #e1e1e1,
            -1px -2px 3px #e1e1e1,
            -2px -2px 3px #e1e1e1,

            -1px -3px 3px #e1e1e1,
            -2px -3px 3px #e1e1e1,
            -3px -3px 3px #e1e1e1,

            -2px -4px 2px #e1e1e1,
            -3px -4px 2px #e1e1e1,
            -4px -4px 2px #e1e1e1,

            -3px -5px 1px #e1e1e1,
            -4px -5px 1px #e1e1e1,
            -5px -5px 1px #e1e1e1,

            -6px -6px 3px #000000
;
}

.owl-item.active .tree-d-text1{
    animation-name: ani-tree-d-text1;
    animation-duration: 0.5s;
}

@keyframes ani-tree-d-text1 {
    0%{
        margin-left: -1000px;
    }
    20%{
        margin-left: -500px;
    }
    100%{
        margin-left: 0;
    }
}

.tex-size-fix-1{
    font-size: 60px;
}
.tex-size-fix-2{
    font-size: 60px;
}
/* LARGE */
@media screen and (max-width:1024px){
    .owl-height-new .slider-ballon,.owl-height-new .slider-text{
        margin-top: 150px;
    }
}

@media screen and (max-width:1200px){
    .owl-carousel .owl-dots{ width: 960px; }
    .owl-height-new, .owl-height-new>.container{height: 550px;}
    .on-active-in-bottom-minus-100{
        width: 450px !important;
    }
}
/* .LARGE */

/* MEDIUM */
@media screen and (max-width:992px){
    .owl-carousel .owl-dots{ width: 720px; }
    .owl-height-new, .owl-height-new>.container{height: 500px;}
    .on-active-in-bottom-minus-100{
        width: 400px !important;
    }
}
/* .MEDIUM */

/* SMALL */
@media screen and (max-width:768px) {
    .owl-carousel .owl-dots{ width: 100%; }
    .owl-height-new, .owl-height-new>.container{height: 450px;}
    .owl-carousel .owl-dots{bottom: 10px;}

    .owl-height-new .slider-ballon,.owl-height-new .slider-text{
        margin-top: 100px;
    }
}
/* .SMALL */
/*******  BOOTSTRAP FiX FREND  ****************/

/* EKSTA SMALL */
@media screen and (max-width:576px) {
    .owl-carousel .owl-dots{ width: 100%; }
    .owl-height-new, .owl-height-new>.container{height: 400px;}
    .owl-height-new .slider-ballon{
        display: none;
    }
    .owl-height-new .slider-text{
        width: 100%;
    }
    .tex-size-fix-1{
        text-align: center;
        margin-top: 20px;
    }
    .tex-size-fix-2{
        font-size: 40px;
        margin-top: 20px;
    }
}
/* .EKSTA SMALL */
