body {
    min-height: 100vh !important;
    background: url("https://bekder.com.tr/assets/img/bg.jpg") !important;
    background-position: center;
    position: relative;
}

body:after{content:'';position:absolute;width:100%;height:100%;background:#000000;opacity:0.6;top:0px;z-index:-1;}


.homeContent{display:flex;width:100%;height:99vh;}
.homeContent .homeLeftContent{width:70%;position:relative}
.homeContent .homeLeftContent .menu{position:absolute;bottom:100px;left:100px;display:flex;}
.homeContent .homeLeftContent .menu a{color:#000000;background:#fff;display:block;text-decoration:none;margin-right:10px;padding:10px 25px;font-size:20px;font-family:Arial, Helvetica, sans-serif;border-radius:10px;}
.homeContent .homeLeftContent .menu a:hover{background:#c0392b;color:#fff;}

.homeContent .homeRightContent{width:30%;position:relative;background-color: rgba(255, 255, 255, 0.7);}

.homeContent .homeRightContent .s_banners{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:70% !important ;}


.uyeOlContent{background:#fff;padding:20px !important;}

#calendar{background:#fff;padding:20px;}


section.mainSlider {
  width: 100%;
  height: 100%;
  height: 75vh;
  background: #fff;
  margin: 0;
  position: relative;
  padding: 0;
  overflow: hidden;
}
section.mainSlider video {
  height: auto;
  width: 100%;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  position: absolute;
  z-index: 0;
}
section.mainSlider .owl-carousel, section.mainSlider .owl-stage-outer, section.mainSlider .owl-stage, section.mainSlider .owl-item, section.mainSlider .item {
  height: 100%;
}
section.mainSlider #mainSlider:before {
  width: 1px;
  height: 100vh;
  background: #A1A1A1;
  position: fixed;
  top: 0;
  left: 100px;
  z-index: 1;
  opacity: 0.5;
  content: "";
}
section.mainSlider .item {
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
}

@media only screen and (max-width: 1300px) {

    .homeContent .homeLeftContent{width:60%;}
    .homeContent .homeLeftContent .menu{left:15px;}
    .homeContent .homeLeftContent .menu a{font-size:15px;}
    .homeContent .homeRightContent{width:40%;}


}

@media only screen and (max-width: 1024px) {

    .homeContent{flex-wrap:wrap;}
    .homeContent .homeLeftContent{width:100%;order:2;background-color: rgba(255, 255, 255, 0.7);}
    .homeContent .homeLeftContent .menu{left:15px;flex-wrap:wrap;}
    .homeContent .homeLeftContent .menu a{font-size:15px;width:100%;margin-bottom:10px;text-align:center;}
    .homeContent .homeRightContent{width:100%;order:1;}


}

