/* Index page specific styles. */

.index-booking-frame {
  width: 100%;
  height: 280px;
}

.newsletter-spam-field {
  display: none;
}

.mobile-whatsapp-icon {
  width: 12%;
}

@media (min-width: 960px){
  .mobilcalltoaction {
     display: none;

  }

}
.mobilcalltoaction {
   position: fixed;
   bottom: 9%;
   left: 0;
   padding: 5px 10px;
   width: 100%;
   z-index: 1000;

}
#sabitiletisim {
   display:none;

}
@media (max-width:768px){
  #sabitiletisim {
     display:block;
     position: fixed;
     bottom: 0;
     left: 0;
     width: 100%;
     z-index: 1000;

  }
  .fixed-bottom {
     display: flex;
     justify-content: center;
     align-items: center;

  }
  .iletisim-alan {
     display: flex;
     width: 100%;

  }
  .iletisim-buton {
     display: flex;
     justify-content: center;
     align-items: center;
     width: 50%;
     text-decoration: none;
     color: white;
     font-weight: bold;
     font-family: var(--theme-font-family, "Poppins", Arial, sans-serif);
     padding: 15px;

  }
  .iletisim-buton.ara {
     background-color: #3f77b5;
     font-size:1.5rem;

  }
  .iletisim-buton.whatsapp {
     background-color: #c39c64;
     font-size:1.5rem;

  }
  .iletisim-buton .icon {
     font-size: 30px;
     margin-right: 10px;

  }

}



/* Local video player */
.local-video-player {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #000;
}

@media (max-width: 767.98px) {
  .local-video-player {
    width: 100%;
    max-width: 100%;
  }
}



.local-video-wrapper {
  position: relative;
}

.local-video-click-layer {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.local-video-click-layer.is-hidden {
  display: none;
}

