
/*GEÇİCİ YEŞİL RENK TONU: 7--6bd38 558e2e*/

.mobile-intro-img-responsive { width:100%; height:auto; }


    @media (min-width: 768px) {
      .mobile-only {
        display: none;
      }
    }
    
    @media (max-width: 767.98px) {
      .desktop-only {
        display: none;
      }
    }


.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.video-hero-wrapper {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.video-background iframe {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.5); /* force cover */
  object-fit: cover;
  pointer-events: none;
}

/* Optional overlay for readability */
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0.4), rgba(0,0,0,0.2));
  z-index: 1;
}

/* Centered logo with fade-in */
.video-logo-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  opacity: 0;
  animation: fadeIn 1.5s ease-in-out 0.3s forwards;
}

.video-logo-center img {
  max-width: 320px;
  width: 80%;
  height: auto;
}

/* Mobile tweak to avoid notch */
@media (max-width: 768px) {
  .video-logo-center {
    top: 55%;
  }
}

/* Animation */
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

.map-container {
    position: relative;
    width: 100%;
   min-height:300px ;
   max-height:500px ;

}
.map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60%;
}


/* Default Font Style */
.default-font {
font-family: 'Open Sans', sans-serif;
}

/* Alternative Font Style */
.alternative-font {
    color: #CCC;

font-family: 'Shadows Into Light Two', cursive;
    font-size: 1.6em;
}


p {
padding: 5px;
font-size: 14px;
letter-spacing: 0.02em;
}

.text-top{
vertical-align: top;
}

.ceo-name{
text-align: right;
font-size: 16px;
letter-spacing: 0.02em;
}

.ceo-title{
text-align: right;
font-weight: bold;
font-size: 14px;
letter-spacing: 0.02em;
}

.text-rayt{
    width: 100%;
text-align: right;
float:right;
}

/*-------- WP SİDE NAV -----------*/
.wp-wrapper{ 
    position:fixed;
    bottom:40px;
    right:20px;
    z-index:1000;
}

.wp-wrapper a:nth-child(1){
    background-color:green;
}

.wp-wrapper a:nth-child(2){
    background-color:blue;
}
  
.wp-wrapper a:nth-child(3){
    
    animation: 0.7s ease-out 0s 1 FadeIn;
    transition:all 0.3s;
}


.wp-wrapper a:hover:nth-child(3){
    
    background-color:red;
}
 
 
@keyframes FadeIn {
    0% {
     transform:rotate(0deg);
    }
    100% {
      transform:rotate(360deg); 
    }
}


.hide{
    position:absolute;
    bottom:0px !important;
    z-index:-1;
    transition:all 2s;
    
}

.social{
    
}

.wp-wrapper a{ 
    height:50px;
    width:50px;
    background:#000;
    padding:10px;
    display:flex;
    flex-direction:row;
    border-radius:50%;
    justify-content:center;
    align-items:center; 
    text-decoration:none;
    color:#fff;
    margin:2px;
}