@import url('https://fonts.googleapis.com/css?family=Cinzel:400,700,900|Montserrat:400,400i,700&display=swap&subset=latin-ext');

::selection {
  background: #0A2A67;
  color: #fff;
}

::-moz-selection {
  background: #0A2A67 none repeat scroll 0 0;
  color: #fff;
}

html, body {
  height: 100%;
}

.tamekran {
  height: 100%;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
  font-family: 'Montserrat', sans-serif;
}

.beyaz-yazi {
  color:#fff;
}

a img {
  border: 0;
}

*{
	outline: 0 !important;
}

a {
  text-decoration: none;
}

.padding-10{
  padding:10px;
}

.padding-5 { padding:5px;}

.margin-5 { margin:5px;}

.margin-10 { margin:10px;}

.baslik-font {font-family: 'Cinzel', serif; text-transform: uppercase;}

.icerik-font {font-family: 'Montserrat', serif;}

.text-center{
  text-align: center;
}

.radus-5 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.radus-10 {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.border-1 {
	border: 1px solid #C0C0C0;
}


.yazi-satir-tasma {
	overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
}

.golge {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);}
  .oda-yazisi {bottom:25px; position:absolute; padding-left:15px; font-size:28px;}
  @media only screen and (max-width: 320px) {

  } 

  .aligned-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .aligned-row::before {
    display: block;
  }
  .yesil-kutu {background-size:100% ;max-height:500px; min-height:450px; width:93%;}
  .oda-kutu {margin:15px 5px 15px 5px;max-height:500px; min-height:450px;}
  .orta-baslik { font-size: 28px; }
  .buyuk-baslik { font-size: 35px; }
  .orta-icerik-yazisi { font-size: 18px; }
  .beyaz-tus {border:1px solid #fff; padding: 5px 10px 5px 10px; margin-top: 15px; display: inline-block; font-family: 'Old Standard TT', serif; font-weight: 700;}
  .siyah-yazi { color: #4d4643; }
  .alti-cizili { text-decoration: underline; }

  .box-beyaz {
    transition: box-shadow .3s;

  }
  .box-beyaz:hover {
    box-shadow: 0 0 31px rgba(255,255,255,.3); 
  }

  .box-siyah {
    transition: box-shadow .3s;

  }
  .box-siyah:hover {
    box-shadow: 0 0 31px rgba(0,0,0,.3); 
  }
  .buyutme:hover
  {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    transition:all 0.3s ease;
  }
  .buyutme
  {
    -webkit-transform: scale(1.00);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
    transition:all 0.3s ease;
  }

  .send-button { background: #da522b; border:0px; padding: 10px;  font-family: 'Old Standard TT', serif; font-weight: 700; color: #fff;}
  .textkutusu { border:0px; padding:10px;  font-family: 'Old Standard TT', sans-serif; color: #4d4643;  }
  .sol-yazi {background: #da522b; left: -105px; padding: 10px; font-weight: 700; position: absolute; top: 50%;-webkit-transform: rotate(270deg); font-size: 16px; -moz-transform: rotate(270deg); -ms-transform: rotate(270deg); -o-transform: rotate(270deg); transform: rotate(270deg);}


  #full_screen {
    background:url(../images/paper.jpg)  center center; background-size: cover;background-repeat: no-repeat;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 1000;
    position: fixed;
    display: none;
    margin: 0px;
    padding: 0px;
  }
  #menutus{cursor: pointer;}
  .info_visible {
    width:100%;
    height: auto;
    color:white;
    padding-top: 10px;
    padding-bottom: 20px;
    position: fixed;
  }

  .col-align {
    float: none;
    display: inline-block;

    &--top {
      vertical-align: top;
    }
    &--center {
      vertical-align: middle;
    }
    &--bottom {
      vertical-align: bottom;
    }
  }
  .v-center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  * { box-sizing: border-box; }

  .video-background {
    background: #000;
    top: 0; 
    right: 0; 
    bottom: 0; 
    left: 0;
    z-index: -99;
  }
  
  .video-foreground,
  .video-background iframe {
    position: absolute;
    top: -20%;
    left: 0;
    width: 100%;
    height: 130%;
  }

  .video-foreground form{
    position: absolute;
    bottom: 20%;
    left: 20%;
    width: 60%;
    height: auto;
  }

  @media (max-width: 768px) {
    .video-foreground {
      height: 100%;
    }
    .video-foreground form{
      left: 5%;
      width: 90%;
      bottom: 2%;
    }

    
  }

  .hero-form{
    background-color: rgba(0,0,0,.3);
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 5px;
  }

  #vidtop-content {
    top: 0;
    color: #fff;
  }
  .vid-info { position: absolute; top: 0; right: 0; width: 33%; background: rgba(0,0,0,0.3); color: #fff; padding: 1rem; font-family: Avenir, Helvetica, sans-serif; }
  .vid-info h1 { font-size: 2rem; font-weight: 700; margin-top: 0; line-height: 1.2; }
  .vid-info a { display: block; color: #fff; text-decoration: none; background: rgba(0,0,0,0.5); transition: .6s background; border-bottom: none; margin: 1rem auto; text-align: center; }
  
  /*
  @media (min-aspect-ratio: 16/9) {
    .video-foreground { height: 300%; top: -100%; }
  }
  @media (max-aspect-ratio: 16/9) {
    .video-foreground { width: 300%; left: -100%; }
  }
  */
  @media all and (max-width: 600px) {
    .vid-info { width: 50%; padding: .5rem; }
    .vid-info h1 { margin-bottom: .2rem; }
  }
  @media all and (max-width: 500px) {
    .vid-info .acronym { display: none; }
  }

  @keyframes fadeince {
    from { opacity: 0; }
    to   { opacity: 1; }
  }

/* Firefox < 16 */
@-moz-keyframes fadeince {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeince {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadeince {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadeince {
  from { opacity: 0; }
  to   { opacity: 1; }
}

@-webkit-keyframes kayidrsol {
  100% { left: 0; }
}

@keyframes kayidrsol {
  100% { left: 0; }
}
#kayidrsol {
  position: absolute;
  left: -600px;
  -webkit-animation: slide 0.5s forwards;
  -webkit-animation-delay: 2s;
  animation: slide 0.5s forwards;
  animation-delay: 2s;
}


.slide-rotate-hor-b-bck {
  -webkit-animation: slide-rotate-hor-b-bck 0.5s cubic-bezier(0.455, 0.030, 0.515, 0.955) reverse both;
  animation: slide-rotate-hor-b-bck 0.5s cubic-bezier(0.455, 0.030, 0.515, 0.955) reverse both;
}



/* ----------------------------------------------
 * Generated by Animista on 2019-11-29 15:55:51
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-rotate-hor-b-bck
 * ----------------------------------------
 */
 @-webkit-keyframes slide-rotate-hor-b-bck {
  0% {
    -webkit-transform: translateY(0) translateZ(0) rotateX(0deg);
    transform: translateY(0) translateZ(0) rotateX(0deg);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
  }
  100% {
    -webkit-transform: translateY(150px) translateZ(-230px) rotateX(90deg);
    transform: translateY(150px) translateZ(-230px) rotateX(90deg);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
  }
}
@keyframes slide-rotate-hor-b-bck {
  0% {
    -webkit-transform: translateY(0) translateZ(0) rotateX(0deg);
    transform: translateY(0) translateZ(0) rotateX(0deg);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
  }
  100% {
    -webkit-transform: translateY(150px) translateZ(-230px) rotateX(90deg);
    transform: translateY(150px) translateZ(-230px) rotateX(90deg);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
  }
}

#demo-1 {
  position: relative; /* can either be relative, absolute or fixed. If position is not set (i.e. static), it would be set to "relative" by script */
  overflow: hidden; /* to bound the empty top space created by inner element's top margin */
  width: 100%;
  min-height: 540px;
}
.demo-inner-content {
  position: relative; /* if position is not set, the script will set it to 'relative'. */
  z-index: 2; /* if z-index is not set, the script will set it to '2'. */
  margin: 0px auto;
  padding: 40px;
  max-width: 600px;
  color: #fff;
  text-align: center;
  font-size: 1.5em;
}
.demo-inner-content h1 {
  font-size: 2.5em;
  margin: 0;
}

.bildiri {
  background: white;
  background-color: white;
  animation: blinker 2s linear infinite;
  color: #000;
}
@keyframes blinker {
  80% {
    background-color: #da522b;
  }
}

.yeni-kare-tus  a:hover{
    color: #fff;
    text-decoration: none;

  }
 .yeni-kare-tus a{
    color: #fff;
    text-decoration: none;

  }
 .yeni-kare-tus {

    padding: 8px 12px 8px 12px;
    background: #da522b;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    border-radius: 4px;
    text-decoration: none;
  }