/**
 * Theme Name: Twenty Twenty Five Child
 * Template:   twentytwentyfive
 */

 /* fixes */

 img{
  max-width: 100%;
 }

body {
    font-family: 'Hind Regular', sans-serif;
    font-size: 16px;
}

#main-header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

#home-header{
  margin-top: 50px;
}

.is-menu-open{
  z-index: 100 !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins Black', sans-serif;
    letter-spacing: 1px;
}

h1, h2, h3{
  text-transform: uppercase;
}
.wp-site-blocks{
  background: #111111 !important;
}
.dark-cover{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0px;
  max-width: 100%;
background-color: #0000008a;
  }
 /* HOME */

 /* Promo video */

 #promo-video .promo-cover{
  position: absolute;
  max-width: 100% !important;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  background-color: #000000;
  opacity: .7;

 }

 #promo-video h2{
  position: relative;
 }

/* Tools Section */
#tools-section{
  overflow: hidden;
}

#tools-section .rellax{
  position: absolute !important;
  font-family: 'Hind Regular' !important;
}

#tools-section .blur-1{
  filter: blur(1px);
  color: #dbdbdb;
}

#tools-section .blur-2{
 filter: blur(0);
}

#tools-section .blur-3{
 filter: blur(2px);
 color: #b5b5b5;
}

#tools-section .blur-4{
 filter: blur(3px);
     color: #989898;
}
@media only screen and (max-width: 767px) {
  #tools-section {
    display: none;
  }
}
/* Project Sections */

 .project-post .project{  
    position: relative;
    min-height: 300px;
 }

 .project-post .project h3{
  font-family: 'Hind Regular';
  text-decoration:uppercase;
 }

 .project-post .project img{
  opacity: 0.5;
  transition: opacity 2s;
 }

 .project-post .project:hover img{
     opacity: 1;
  transition: opacity 0.5s;
 }

 .project-post .project-info{
    background-color: var(--wp--preset--color--contrast);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 30px;
    opacity: 0;
    transition: all 2s;
 }

 .project-post .project:hover .project-info{
    padding-right: 0px;
    opacity: 1;
    transition: all 0.5s;
 }

/* Owl customization (*/
.owl-dots{
  text-align: center !important;
}
.owl-dot{
    background-color: white !important;
    width: 15px !important;;
    height: 15px !important;;
    border-radius: 100% !important;;
    margin: 0 5px !important;;
}
.owl-dot.active{
  background-color: var(--wp--preset--color--accent-1) !important;
}

/* HOME - Services section */

.service-block{
  overflow: hidden;
  position: relative;
  padding: 5px 25px;
}

.service-block h3{
  font-family: 'Hind Regular';
  text-transform: uppercase;
}


.service-block > .service-icon{
    position: absolute;
    right: 2px;
    bottom: -23px;
    font-size: 4rem;
    font-family: 'Poppins Black', sans-serif;
}
 /* Contact form customization */

 .wpcf7-form-control-wrap input,  .wpcf7-form-control-wrap textarea{
  padding: 15px 10px;
    border-radius: 5px;
    width: 100%;
    background-color: #ffffff1f !important;
    color: white;
    border: 0;
 }

input[type="submit" i].wpcf7-submit{
    padding: 15px;
    border-radius: 5px;
    text-transform: uppercase;
    font-family: 'Hind Regular';
    font-weight: 800;
    font-size: 1.1rem;
    letter-spacing: 1px;
    border: 2px solid white;
    color: #ffffff;
    background: none;
    cursor: pointer;
 }

 .custom-contact-form {
  max-width: 600px;
  margin: 0 auto;
  background-color: #f9f9f9;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.custom-contact-form .wpcf7-form-control {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
}

.custom-contact-form .wpcf7-submit {
  background-color: #0073e6;
  color: #fff;
  padding: 12px 25px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.custom-contact-form .wpcf7-submit:hover {
  background-color: #005bb5;
}


@media (max-width: 600px) {
  .custom-contact-form {
    padding: 20px;
  }

  .custom-contact-form .wpcf7-form-control {
    font-size: 14px;
  }

  .custom-contact-form .wpcf7-submit {
    width: 100%;
    padding: 12px;
  }
}

.custom-contact-form .wpcf7-not-valid-tip {
  color: #d9534f;
  font-size: 14px;
  margin-top: -15px;
  margin-bottom: 15px;
}

.custom-contact-form .wpcf7-response-output {
  border: 1px solid #d9534f;
  background-color: #f2dede;
  color: #a94442;
  padding: 10px;
  border-radius: 4px;
}

/* PROJECT SINGLE */

.single-project h1{
  margin-bottom: 10px;
}

.single-project .project-types{
}

.line-ver-section{
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  border-left: 7px solid;
  width: 3px;
  height: 50px;
  z-index: 10;
  opacity: 1;
}

.project-title{
  background-size: cover;
}

.project-title--types{
  font-size: var(--wp--preset--font-size--large);
}

#typography_section{
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

#typography_section .typography-image{
  display: flex;
}

#typography_section .typography-image img{
  max-width: 500px;
  width: 100%;
}

/* Colors */

.acf-color-set .acf-color-name{
  margin-top: 15px;
  font-size: 1.2rem;
}

.acf-color-set .acf-color-hex{
  font-size: 1.1rem;
  text-transform: uppercase;
}

/* Video / Gallery section */

.acf-video-placeholder {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;   /* ensures constant height */
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
  /* Optional fallback for older browsers:
     padding-bottom: 56.25%; height: 0; */
}

.acf-video-placeholder img,
.acf-video-placeholder iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border: 0;
}

.acf-video-placeholder img.acf-video-icon{
  position: absolute;
  bottom: 8px;
  right: 8px;
  top: unset;
  left: unset;
  width: 100%;
  height: auto;
  max-width: 100%;
  width: 40px;
  object-fit: contain;
}

.acf-gallery {
  margin: 0 auto;
  max-width: 1200px;
}

.acf-gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

.video-play-container{
  width: 70px;
  height: 70px;
  padding: 15px;
  background: var(--wp--preset--color--accent-1);
  border-radius: 100%;
  position: absolute;
  bottom: 15px;
  right: -110px;
}

.video-play-button{
  margin-left: 5px;
}

/* LIGHTBOX implementation */

.video-link-container{
    display: flex;
    border: 6px solid white !important;
    background: var(--wp--preset--color--accent-1) !important;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    justify-content: center;
    align-items: center;
    z-index: 9;
    position: relative;
}

.video-link-container > a{
  z-index: 10;
  position: relative;
  display: inline-block;
  text-align: center;
}

.video-link-container img{
    max-width: 60%;
    margin-left: 10px;
    margin-top: 12px;
}

#tools-section{
	display: none !important;
}