.opacity- img { height: 100vh; object-fit: cover;}

@media (max-width: 575.98px) {

    .opacity- img { height: 60vh; object-fit: cover;}



  }



@keyframes data-1 {
    0% {
        transform: translate(0px, -50px);
        opacity: 0
   }
    100% {
        transform: translate(0px, 0px);
        opacity: 1
   }
}
@keyframes data-2 {
    0% {
        transform: translate(0, 100px);
        opacity: 0
   }
    100% {
        transform: translate(0px, 0px);
        opacity: 1
   }
}
.DARSLIDER {
    background: #000;
}
.DARSLIDER {
    position: relative;
    z-index: 0;
}
.anasayfa .DARSLIDER .li:after {
    width: 100%;
    height: 50%;
    position: absolute;
    content: '';
    display: table;
    left:0;
    top:0;
}
.DARSLIDER .owl-dots {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 0px;
    text-align: center;
    z-index: 9999;
}
.DARSLIDER .owl-dots .owl-dot {
    display: inline-block;
    width: 30px;
    height: 2px;
    margin: 2px;
    border-radius:  0px;
    background: #fff;
    opacity: 0.3;
}
.DARSLIDER .owl-dots .active {
    opacity: 1;
}
.DARSLIDER .li {
    position: relative;
    z-index: 1
}
 
.DARSLIDER .li .text>div {
    box-sizing: border-box;
    width: 90%;
    margin: 0 auto;
}
.DARSLIDER video {
    width: 100%;
    height: 100%;
    position: absolute;
    left:0;
    top:0;
    background: #fddbb0;
    object-fit: cover;
    z-index: -1;
}
.nokta-yok .owl-dots {
    display: none;
}
.DARSLIDER .li .text h2 {
    opacity: 0;
    padding: 0px 0px;
}
.DARSLIDER .li .text p {
    font-weight: 200;
    opacity: 0;
    padding: 0px 0px;
}
.DARSLIDER .li .text img {
    left: auto;
    top: auto;
    right: auto;
    display: inline-block;
}
@media screen and (max-width: 1000px) {
    .DARSLIDER .li .text h2 {
        font-size: 25px;
   }
    .DARSLIDER .li .text p {
   }
    .DARSLIDER .li .text br {
        display: none;
   }
    .DARSLIDER .li .text {
        text-align: center;
   }
    .DARSLIDER .li .text img {
        width: 80% !important;
        height: auto !important;
   }
}
.DARSLIDER .text {
    position: absolute;
    bottom: 0px;
    z-index: 9999;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}
.DARSLIDER .text-ust {
    display: flex;
    flex-direction: column;
    justify-content: flex-start
}
.DARSLIDER .text-orta {
    display: flex;
    flex-direction: column;
    justify-content: center
}
.DARSLIDER .text-alt {
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}
.DARSLIDER .ekrana {
    height: 100vh;
    object-fit: cover;
}
.DARSLIDER .ekrana img {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    object-fit: cover;
}
.DARSLIDER .active .text h2:nth-of-type(1) {
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-name: data-1;
    animation-timing-function: ease;
    animation-fill-mode: both;
}
.DARSLIDER .active .text h2:nth-of-type(2) {
    animation-duration: 3s;
    animation-iteration-count: 1;
    animation-name: data-1;
    animation-timing-function: ease;
    animation-fill-mode: both;
}
.DARSLIDER .active .text h2:nth-of-type(3) {
    animation-duration: 5s;
    animation-iteration-count: 1;
    animation-name: data-1;
    animation-timing-function: ease;
    animation-fill-mode: both;
}
.DARSLIDER .slider-met {

    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top:0;
    display: flex;
    align-items: center;
    align-content: center;
}
.DARSLIDER .slider-met > row {
    display: inline-block;
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
}
.DARSLIDER .slider-met ul {
    margin: 0;
    padding: 0 ;
}
.DARSLIDER .slider-met ul li {
    display: inline-block;
    padding: 30px;
    list-style: 30px;
}
.DARSLIDER .slider-met ul li i {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    line-height: 30px;
    text-align: center;
    border-radius: 30px;
}
.DARSLIDER .slider-met ul {
    animation-duration: 3s;
    animation-iteration-count: 1;
    animation-name: data-2;
    animation-timing-function: ease;
    animation-fill-mode: both;
}
.DARSLIDER .active .slider-met ul {
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-name: data-1;
    animation-timing-function: ease;
    animation-fill-mode: both;
}
/*
.DARSLIDER .active .slider-met img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
.DARSLIDER .active .slider-svg img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}*/

.DARSLIDER .active .text p {
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-name: data-2;
    animation-timing-function: ease;
    animation-fill-mode: both; 
    

}



.DARSLIDER .active .zoomout {
 
    animation: zoom-in-zoom-out 20s ease-out;
  }
  
  @keyframes zoom-in-zoom-out {
    0% {
      transform: scale(2, 2);
    }
   
    100% {
      transform: scale(1, 1);
    }
  }




.DARSLIDER .owl-nav {
    position: absolute;
    width: 100%;
    bottom:10px;
    height: 1px;
    left: 0px;
    text-align: center;
    z-index: 9999;
    display:block;
}
.DARSLIDER .owl-carousel .owl-prev {
    position: absolute;
    left: 20px;
    bottom: 0%;
}
.DARSLIDER .owl-carousel .owl-next {
    position: absolute;
    right: 20px;
    bottom: 0%;
}
.DARSLIDER .owl-carousel .owl-nav i {
    display: inline-block;
    margin: 2px;
    color: #fff; 
}
.DARSLIDER .mask {
    position: absolute;
    z-index:500 ;
    width: 100%;
    bottom:0;
}
.DARSLIDER .mask img {
    width: 100%;
    height: auto;
}
.DARSLIDER .menuslider {
    position: absolute;
    width: 300px;
    bottom:0;
    padding-bottom: 50px;
    right: calc((100% - 1500px) / 2);
    background:rgba(255,255,255,1);
    backdrop-filter: blur(6px);
    filter: none;
    z-index: 1000;
    display: flex;
    align-items: center;
    box-shadow: 0px -30px 50px rgba(0, 0, 0, 0.1);
    display: none;
}
.DARSLIDER .menuslider > div {
    width: 100%;
}
.DARSLIDER .menuslider a {
   display: inline-block;
    width: 100%;
    padding: 7px 15px;
    color: var(--p-color);
    transition: 0.5s;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    font-weight: 400;
    letter-spacing: -1px;
}
.DARSLIDER .menuslider a:hover {
    background: var(--bg-color);
    color: #fff;
}
.DARSLIDER .menuslider a i {
    display: inline-block;
    padding-right: 20px;
}
@media screen and (max-width: 1000px) {
    .DARSLIDER .mask {
        display: none;
   }
}
.anasayfa .DARSLIDER .owl-carousel {
    position: relative;
    z-index: 90;
}
.owl-carousel {
   display: none;
   width: 100%;
   -webkit-tap-highlight-color: transparent;
   position: relative;
   z-index: 1
}
.owl-carousel .owl-stage {
   position: relative;
   -ms-touch-action: pan-Y;
   touch-action: manipulation;
   -moz-backface-visibility: hidden
}
.owl-carousel .owl-stage:after {
   content: ".";
   display: block;
   clear: both;
   visibility: hidden;
   line-height: 0;
   height: 0
}
.owl-carousel .owl-stage-outer {
   position: relative;
   overflow: hidden;
   -webkit-transform: translate3d(0px, 0px, 0px)
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
   -webkit-backface-visibility: hidden;
   -moz-backface-visibility: hidden;
   -ms-backface-visibility: hidden;
   -webkit-transform: translate3d(0, 0, 0);
   -moz-transform: translate3d(0, 0, 0);
   -ms-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-item {
   position: relative;
   min-height: 1px;
   float: left;
   -webkit-backface-visibility: hidden;
   -webkit-tap-highlight-color: transparent;
   -webkit-touch-callout: none
}
.owl-carousel .owl-item img {
   display: block;
   width: 100%
}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
   display: none
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
   cursor: pointer;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
   background: none;
   color: inherit;
   border: none;
   padding: 0!important;
   font: inherit
}
.owl-carousel.owl-loaded {
   display: block
}
.owl-carousel.owl-loading {
   opacity: 0;
   display: block
}
.owl-carousel.owl-hidden {
   opacity: 0
}
.owl-carousel.owl-refresh .owl-item {
   visibility: hidden
}
.owl-carousel.owl-drag .owl-item {
   -ms-touch-action: pan-y;
   touch-action: pan-y;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none
}
.owl-carousel.owl-grab {
   cursor: move;
   cursor: grab
}
.owl-carousel.owl-rtl {
   direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
   float: right
}
.no-js .owl-carousel {
   display: block
}
.owl-carousel .animated {
   animation-duration: 1000ms;
   animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
   z-index: 0
}
.owl-carousel .owl-animated-out {
   z-index: 1
}
.owl-carousel .fadeOut {
   animation-name: fadeOut
}
@keyframes fadeOut {
   0% {
        opacity: 1
   }
   100% {
        opacity: 0
   }
}
.owl-height {
   transition: height 500ms ease-in-out
}
.owl-carousel .owl-item .owl-lazy {
   opacity: 0;
   transition: opacity 400ms ease
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
   max-height: 0
}
.owl-carousel .owl-item img.owl-lazy {
   transform-style: preserve-3d
}
.owl-carousel .owl-video-wrapper {
   position: relative;
   height: 100%;
   background: #000
}
.owl-carousel .owl-video-play-icon {
   position: absolute;
   height: 80px;
   width: 80px;
   left: 50%;
   top: 50%;
   margin-left: -40px;
   margin-top: -40px;
   background: url(owl.video.play.png) no-repeat;
   cursor: pointer;
   z-index: 1;
   -webkit-backface-visibility: hidden;
   transition: transform 100ms ease
}
.owl-carousel .owl-video-play-icon:hover {
   -ms-transform: scale(1.3, 1.3);
   transform: scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
   display: none
}
.owl-carousel .owl-video-tn {
   opacity: 0;
   height: 100%;
   background-position: center center;
   background-repeat: no-repeat;
   background-size: contain;
   transition: opacity 400ms ease
}
.owl-carousel .owl-video-frame {
   position: relative;
   z-index: 1;
   height: 100%;
   width: 100%
}
.owl-origin {
   -webkit-perspective: 1200px;
   -webkit-perspective-origin-x: 50%;
   -webkit-perspective-origin-y: 50%;
   -moz-perspective: 1200px;
   -moz-perspective-origin-x: 50%;
   -moz-perspective-origin-y: 50%;
   perspective: 1200px
}
.owl-fade-out {
   z-index: 10;
   -webkit-animation: fadeOut .7s both ease;
   -moz-animation: fadeOut .7s both ease;
   animation: fadeOut .7s both ease
}
.owl-fade-in {
   -webkit-animation: empty 1ms both ease;
   -moz-animation: empty 1ms both ease;
   animation: empty 1ms both ease
}
.owl-backSlide-out {
   -webkit-animation: backSlideOut 1s both ease;
   -moz-animation: backSlideOut 1s both ease;
   animation: backSlideOut 1s both ease
}
.owl-backSlide-in {
   -webkit-animation: backSlideIn 1s both ease;
   -moz-animation: backSlideIn 1s both ease;
   animation: backSlideIn 1s both ease
}
.owl-goDown-out {
   -webkit-animation: scaleToFade .7s ease both;
   -moz-animation: scaleToFade .7s ease both;
   animation: scaleToFade .7s ease both
}
.owl-goDown-in {
   -webkit-animation: goDown .6s ease both;
   -moz-animation: goDown .6s ease both;
   animation: goDown .6s ease both
}
.owl-fadeUp-in {
   -webkit-animation: scaleUpFrom .5s ease both;
   -moz-animation: scaleUpFrom .5s ease both;
   animation: scaleUpFrom .5s ease both
}
.owl-fadeUp-out {
   -webkit-animation: scaleUpTo .5s ease both;
   -moz-animation: scaleUpTo .5s ease both;
   animation: scaleUpTo .5s ease both
}
