/* GALLERY HOME PAGE */
.gallery-card {
  overflow: hidden;
}
.gallery-card [data-element_type="container"] {
  pointer-events: none;
}

/* HEADER */
/*.header-bar.elementor-sticky--effects {
  background-color: rgba(0,0,0,0.9)!important;
}
.header-bar {
  transition: all 0.5s ease !important;
}
.header-bar.elementor-sticky--effects {
  --min-height: 71px;
}*/
.header-down-btn {
  padding: 2px;
  background: linear-gradient(90deg, #26179C 0%, #F00D0D 100%);
  border-radius: 45px;
}

/* OFF CANVAS */
.elementor-widget-off-canvas {
	--e-off-canvas-animation-duration: 500ms;
}

/* FOOTER */
.site-footer .footer-inner .copyright {
  margin-top: 15px;
}
#menu-site-menu-2.menu {
  display: flex;
	justify-content: center;
}

/* CHALLENGE */
.challenge-video {
	border-radius: 15px;
}

/* PRODUCTIONS */
.production-video {
	border-radius: 15px;
}

/* CONTACT */
.backdrop-container {
	-webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.password-form {
  background-color: transparent!important;
}
.passster-submit {
  background: transparent!important;
		text-align: right;
}
.passster-password {
  background: transparent!important;
	border: none!important;
		border-bottom: 1px solid white!important;
		border-radius: 0px!important;
		color: white;
		padding: 10px 0!important;
		font-size: 20px;
		font-weight: 300;
}
.passster-password::placeholder {
  color: white;
  opacity: 1; /* Firefox */
}
.passster-password::-ms-input-placeholder { /* Edge 12 -18 */
  color: white;
}