body {
  background: #fff;
  margin:0;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -ms-animation: none !important;
  -o-animation: none !important;
}

.very-specific-design {
  width: 1080px;
  height: 1920px;
  text-align: center;
  background: white;
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  overflow: hidden;
  background: url("../img/bg.png") no-repeat center bottom;
}

.scaleable-wrapper {
  width: 100%;
  padding: 0px;
  resize: both;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  background: #fff;
  height: 100%;
  background: url("../img/bg.png") bottom center #fff;
  background-size: cover;
}

.ui-resizable-se {
  width: 10px;
  height: 10px;
  background: orange;
  position: absolute;
  bottom: 0;
  right: 0;
}

.video-content{
  position: absolute;
  width: 1080px;
  height: 511px;
  top: 0;
  left: 0;
}

.video{
  position: absolute;
  width: 1080px;
  height: 605px;
  top: 802px;
  left: 0;
  background: url("../img/video-bg.png") no-repeat top center #000;
  animation: fadeIn 5s;
}

.video .play{
  position: absolute;
  width: 142px;
  height: 142px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../img/play.png") no-repeat top center;
}

video{
      width: 1080px;
    height: 545px;
    margin-top: 29px;
}

.logo{
  position: absolute;
  width: 897px;
  height: 304px;
  top: 158px;
  left: 50%;
  transform: translateX(-50%);
  background: url("../img/logo.png") no-repeat top center;
  animation: profilePhoto 1.5s;
}

.slogan{
  position: absolute;
  width: 645px;
  height: 166px;
  top: 540px;
  left: 50%;
  transform: translateX(-50%);
  background: url("../img/slogan.png") no-repeat top center;
  animation: sloganPhoto 2s;
}

.slider {
  width: 1015px !important;
  height: 705px !important;
  position: absolute;
  border: 0;
  padding: 0;
  top: 505px;
  opacity: 1;
  animation: fadeIn 4s;
  box-shadow: none!important;
  left: 50%;
  transform: translateX(-50%);
}

.slider img {
  width: 100%
}

.slick-arrow {
  display: none!important
}

.slick-slide {
  padding: 2px
}

.name{
  position: absolute;
  width: 563px;
  height: 156px;
  top: 700px;
  left: 50%;
  transform: translateX(-50%);
  background: url("../img/name.png") no-repeat top center;
  animation: name 2s;
}

.plus-button{
  position: absolute;
  width: 290px;
  height: 290px;
  background-repeat: no-repeat;
  background-position: center top;
}

.social-content{
  width: 100%;
  bottom: 0px;
  position: absolute;
  height: 290px;
}

.social-content a{
  display: block;
  width: 216px;
  height: 155px;
  position: absolute;
  bottom: 0px;
}

.instagram{
  left: 0px;
  background: url("../img/instagram-btn.png") no-repeat center top;
  animation: socialcontent 1s
}

.facebook{
  left: 216px;
  background: url("../img/facebook-btn.png") no-repeat center top;
  animation: socialcontent 1.2s
}

.website{
  left: 432px;
  background: url("../img/website-btn.png") no-repeat center top;
  animation: socialcontent 1.4s
}

.phone{
  left: 648px;
  background: url("../img/telefon-btn.png") no-repeat center top;
  animation: socialcontent 1.6s
}

.map{
  left: 864px;
  background: url("../img/konum-btn.png") no-repeat center top;
  animation: socialcontent 1.8s
}

.whatsapp{
  left: 0px !important;
  top: 0 !important;
  width: 100% !important;
  height: 135px !important;
  background: url("../img/whatsapp-btn.png") no-repeat center top;
  animation: wt 4s;
}


.hekime,
.danis{
  position: absolute;
  width: 382px;
  height: 128px;
  top: 1632px;
  animation:  fadeIn 3s;
}

.hekime{
  left: 110px;
}

.danis{
  right: 110px;
}

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
  position: absolute;
  left: 0px;
  top: 0px;
  margin:0;
  padding:0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #fff;
  background-size: 20%;
}

.se-pre-con img{
  width: 40%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@keyframes playid {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes whatsapp
{
  0%
  {
    transform: scale( .9 );
  }
  20%
  {
    transform: scale( 1 );
  }
  40%
  {
    transform: scale( .9 );
  }
  60%
  {
    transform: scale( 1 );
  }
  80%
  {
    transform: scale( .9 );
  }
  100%
  {
    transform: scale( .9 );
  }
}

@keyframes profilePhoto {
  0% { top: 500px; opacity: 0;}
  100% { top: 158px; opacity: 1; }
}

@keyframes sloganPhoto {
  0% { top: 640px; opacity: 0;}
  100% { top: 540px; opacity: 1; }
}

@keyframes name {
  0% { top: 800px; opacity: 0;}
  100% { top: 700px; opacity: 1; }
}

@keyframes leftSlide {
  0% { left: -454px; opacity: 0;}
  100% { left: 90px; opacity: 1; }
}

@keyframes fadeIn {
  0% { opacity: 0;}
  100% { opacity: 1; }
}

@keyframes rightSlide {
  0% { right: -454px; opacity: 0;}
  100% { right: 90px; opacity: 1; }
}

@keyframes instagram-btn {
  0% { right: -850px; opacity: 0;}
  100% { right: 73px; opacity: 1; }
}

@keyframes twitter-btn {
  0% { left: -850px; opacity: 0;}
  100% { left: 73px; opacity: 1; }
}

@keyframes phone-btn {
  0% { left: -454px; opacity: 0;}
  100% { left: 244px; opacity: 1; }
}

@keyframes map-btn {
  0% { right: -454px; opacity: 0;}
  100% { right: 244px; opacity: 1; }
}

@keyframes website-btn {
  0% { left: -454px; opacity: 0;}
  100% { left: 244px; opacity: 1; }
}

@keyframes facebook-btn {
  0% { right: -454px; opacity: 0;}
  100% { right: 244px; opacity: 1; }
}

@keyframes socialcontent {
  0% { bottom: -350px; opacity: 0;}
  100% { bottom: 0px; opacity: 1; }
}

@keyframes wt {
  0% { top: 550px; opacity: 0;}
  100% { top: 0px; opacity: 1; }
}