/*
Theme Name: Zen Visual Studio
Theme URI: https://example.com/
Author: Il Tuo Nome
Author URI: https://example.com/
Description: Tema minimal per fotografi, monocromatico, con landing page "sito in costruzione".
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: zenvisualstudio
*/

@import url('https://fonts.googleapis.com/css2?family=Zen+Dots&display=swap');

html, body {
  overflow-x: hidden;
}

body {
  font-family: 'Zen Dots', sans-serif;
  margin: 0;
  padding: 0;
  background: black;
  color: white;
  overflow-x: hidden;
}

.about  {
height: 100vh;

}
button.ff-btn.ff-btn-submit.ff-btn-md.ff_btn_style {
    border-radius: 25px  !important;
    border: 0  !important;
    padding: 5px 30px !important;
	background: white !important;
	color: black !important;
}

#intro {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #000;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .navbar-nav .nav-link {
    text-align: right;
    margin-right: 1em;
    font-size: 1.5em;
  }
}

.logo {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
  max-width: 200px;
}

#intro.show .logo {
  opacity: 1;
  transform: translateY(0);
}

#intro.hide {
  animation: slideUp 1s ease forwards;
}

@keyframes slideUp {
  0% { transform: translateY(0); }
  100% { transform: translateY(-100%); }
}

.logo {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
  max-width: 200px;
}

.nav-link {
    color: rgb(255 255 255) !important;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: 3em !important;
    }
}

  .video-section {
      position: relative;
      height: 100vh;
      overflow: hidden;
    }

    .video-section video {
      position: absolute;
      top: 50%;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      z-index: 0;
      transform: translate(-50%, -50%);
      object-fit: cover;
    }

    .video-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      background: rgba(0, 0, 0, 0.4); /* Optional overlay */
      display: flex;
      justify-content: center;
      align-items: center;
      color: white;
      text-align: center;
    }

html {
    margin: 0 !important;
}

  .row-equal {
      display: flex;
      flex-wrap: wrap;
    }
    .row-equal > [class^="col-"] {
      display: flex;
      flex-direction: column;
    }
    .video-box {
      flex: 1;
    }
    .video-box video {
      width: 100%;
      height: 100%;
      object-fit: cover; /* Fills and crops */
      border-radius: 8px;
      display: block;
    }

img {
    max-width: 100%;
}

.titillium {
    font-family: "Titillium Web", sans-serif;
    font-size: 1.3em;
    font-weight: 200;
}

@media (min-width: 1200px) {
    .h1, h1 {
        font-size: 3.5rem;
    }
}

input {
    width: 100%;
    margin-bottom:25px;
    padding: 6px;
    font-size: 1em;
    font-family: 'Titillium Web' !important;
}

textarea {
    width: 100%;
	margin-bottom:10px;
    padding: 6px;
    font-size: 1em;
    font-family: 'Titillium Web' !important;
	
}

.ff-el-input--label {
    display: none;
}

.categoria {
    position: absolute;
    bottom: 35px;
    left: 0;
    padding: 1rem;
    color: #ffffff78;
    background: none;
    width: 100%;
    font-family: 'Titillium Web';
}