/* 
Theme Name:		 Lenus Child Theme
Theme URI:		 http://childtheme-generator.com/
Description:	 Lenus Child Theme is a child theme of Page Builder Framework, created by ChildTheme-Generator.com
Author:			 Lenus
Author URI:		 http://childtheme-generator.com/
Template:		 page-builder-framework
Version:		 1.0.0
Text Domain:	 lenus-child-theme
*/

/*
    General
*/

html, body {
	max-width: 100% !important;
    overflow-x: hidden !important;
	}
	
.wpbf-padding-medium {
   padding-top: 0px !important;
   padding-bottom: 0px !important;
}	

/*
    Social media menu
*/

#menu-social-media {
	display: flex;
	align-items: center;
	justify-content: end;
	margin: 0;
}

#menu-social-media .menu-item {
	list-style: none;
	padding: 0 10px;
}

/*
    Mobile Menu
*/

.wpbf-mobile-menu-hamburger.wpbf-hidden-large > .wpbf-mobile-nav-wrapper.wpbf-container > .wpbf-menu-toggle-container.wpbf-1-3 {
	z-index: 2 !important;
}

.wpbf-mobile-menu-hamburger.wpbf-hidden-large > .wpbf-mobile-nav-wrapper.wpbf-container > .wpbf-menu-toggle-container.wpbf-1-3 > .wpbf-mobile-nav-item.wpbf-mobile-menu-toggle.wpbff.active.wpbff-times {
	color: #4d5a68 !important;
}

.wpbf-mobile-menu-hamburger.wpbf-hidden-large > .wpbf-mobile-menu-container.active {
	justify-content: stretch;
	left: 0px;
	opacity: 1;
	right: 0px;
	transition: opacity 0.25s ease-out 0s;
	display: flex;
	position: fixed;
	bottom: 0;
	top: 0;
	background: #fff !important;
	overflow: auto;
	width: 100%;
}


.wpbf-mobile-menu-hamburger.wpbf-hidden-large > .wpbf-mobile-menu-container.active > nav#navigation {
	background: #fff none repeat scroll 0% 0% !important;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 130rem;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	padding-top: 100px;
}

.home .wpbf-mobile-nav-item {
    color: #4d5a68 !important;
}


/*
   404 Button
*/

.error-404-button {
  color: #fff;
  text-decoration: none;
  font-family: sans-serif;
  font-size: 20px;
  position: relative;
  padding: 15px 70px 15px 30px;
  background: #606161;
  border-radius: 50px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.error-404-button:hover {
  color: #fff;
  background: #606161;
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.error-404-button .bg {
  background: #fff;
  width: 30px;
  height: 2px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  margin-left: 5px;

}

.error-404-button .bg:before, .error-404-button .bg:after {
  content: '';
  height: 2px;
  width: 10px;
  background: #fff;
  position: absolute;
  right: -2px;      
}

.error-404-button .bg:before {
  bottom: 3px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.error-404-button .bg:after{
  top: 3px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.wpbf-404-content {
	padding: 70px 0 !important;
}

.wpbf-404-content img {
	padding-bottom: 50px;
}

.wpbf-404-content h1.entry-title {
	margin-bottom: 50px;
}

/* Password Form DELETE AT END*/
.post-password-form {
	min-height: initial;
	max-width: 700px;
	margin: auto;
	padding-top: 15%;
	padding-bottom: 15%;
}
 
.post-password-form input {
    background: #1C1C1C;
    border: 2px solid #1C1C1C;
}
 
@media (max-width: 479px) {
.post-password-form {
    padding: 40px;
}
}

/* Custom CSS */

/* Custom CSS */

#container{
overflow: hidden;
}

a:focus{
	border: 1px solid #222222!important;
    box-shadow: 0px 0px 10px #222222 !important;
}
html {
  scroll-behavior: smooth;
}

/* Ticker */
.scroll-ticker {
  display: flex;
  width: 100%;
  overflow: hidden;
}
.scroll-ticker div {
  white-space: nowrap;
  -webkit-animation: animate 40s -40s linear infinite;
          animation: animate 40s -40s linear infinite;
  will-change: transform;

}
.scroll-ticker div:nth-child(2) {
  -webkit-animation: animate2 40s -20s linear infinite;
          animation: animate2 40s -20s linear infinite;
}

.scroll-ticker.type-2 div {
  white-space: nowrap;
  -webkit-animation: animate3 40s -40s linear infinite;
          animation: animate3 40s -40s linear infinite;
  will-change: transform;
}
.scroll-ticker.type-2 div:nth-child(2) {
  -webkit-animation: animate4 40s -20s linear infinite;
          animation: animate4 40s -20s linear infinite;
}

@-webkit-keyframes animate {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes animate {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes animate2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
@keyframes animate2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}

@-webkit-keyframes animate3 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

@keyframes animate3 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

@-webkit-keyframes animate4 {
  0% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes animate4 {
  0% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(0%);
  }
}

/* App Section */

.app-section{
    overflow: hidden;
}

/*
   iPhone Video
*/
.phone-container {
    display: flex;
    justify-content: center;
}
.phone-container .phone {
    position: relative;
    width: 350px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    background-repeat: no-repeat;
    background-image: url(http://actionanton.dk/wp-content/uploads/2023/06/iphone-OVERLAY.png);
    background-size: 100%;
    padding: 15px 15px;
}
.phone-container .phone video {
	position: relative !important;
	width: 96% !important;
	margin-left: 6px !important;
	z-index: -1 !important;
	margin-top: 4px;
  border-radius: 25px;
}

@media only screen and (min-width: 1024px) {
.phone {
    scale: 1.4;
    translate: -10%;
    transform-origin: top right;
	}
}

@media only screen and (max-width: 1024px) {
.phone {
    scale: 1.1;
    translate: -10%;
    transform-origin: top;
	}
}


/* Blured Background */

.blur-bg{
    backdrop-filter: saturate(180%) blur(15px);
-webkit-backdrop-filter: saturate(180%) blur(15px);
}

/* Lenus Form */

/* Progress Bar */

.lenus-form .lenus-progressbar > div > div{
border-radius: 100px !important;
height: 8px !important;
background: white !important;
border: solid 1px white !important;
}

.lenus-form .lenus-progressbar > div > div > div{
background: #BFD5DC !important;
}

/* Options */
.lenus-option [data-id="step-button"]{
border-radius: 25px !important;
}

.lenus-form .lenus-step .lenus-option input:checked + span {
        background: #BFD5DC !important;
border: solid 1px white !important;
}

/* Buttons */

.lenus-form .lenus-form-controls > button{
border-radius: 25px !important;
}

/* Placeholder */

.lenus-form .lenus-input-label > textarea, 
.lenus-form .lenus-input-label > input, 
#phone.form-control, 
.lenus-form .lenus-input-label > select {
	border-radius: 25px !important;
}

/* Hero Image Shadow */

.hero img{
    filter: drop-shadow(30px 30px 80px #22222259);
}

/* About Image Shadow */

.about-img img{
    filter: drop-shadow(30px 0 80px #22222259);
transform: translate3d(0, 0, 0);
}

/* Transormations */
.elementor-swiper-button-prev{
	margin-right: 10px;
}
.transformation .elementor-swiper-button {
    background: #222;
    border-radius: 50px;
    padding: 10px;
    transition: 0.3s ease all;
    margin-top: 50px;
    left: 0;
    z-index: 40;
    position: relative !important;
    height: 50px;
    width: 50px;
    align-items: center;
    justify-content: center; 
}

.transformation .elementor-swiper-button:hover {
    background: #2222223F;
    color: #222 !important;
}

/* Transformations Container */

.clients{
    text-align: right;
}

/* Hero Image - Mobile */

@media only screen and (max-width: 600px){
.hero-mobile {
background-image: url('https://actionanton.dk/wp-content/uploads/2024/11/AntonHero2.png') !important;
background-repeat: no-repeat !important;
background-size: cover !important;
background-position: 50% 0px !important;
}
}

@media only screen and (min-width: 600px){
.hero-mobile:before { 
content: unset; 
    
}
}

/* Play icon over the Intro Video */

.scroll-btn {
	display: flex;
	justify-content: center;
}

.scroll_circle {
    position: relative;
    bottom: 0;
    top: 0px;
    z-index: 1;
    right: 0px;
}

.scroll_circle img, .scroll_circle_exit img {
    animation: rotation 20s linear infinite;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.scroll_circle {
    width: 150px;
    background: url(http://actionanton.dk/wp-content/uploads/2023/07/play-circle.svg) no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
    background-position: center center;
	background-size: 60px;
}

@media (max-width: 1024px) {
.scroll_circle {
    width: 120px;
	background-size: 30px;
}
}

@media (max-width: 768px) {
.scroll_circle {
    width: 100px;
	background-size: 40px;
}
}

/* Magic Intro Video */

.introVideoPlaying{
	pointer-events: all !important;
}
.introVideoPlaying:before{
	transition: 1s ease;
		background-color: transparent !important;
	 background-image: linear-gradient(180deg, #22222200 0%, #22222200 100%) !important;
	 max-height: 85% !important;
}

/* Magic Intro Video Ratio */

div#intro-video-container{
    width: auto !important;
    height: auto !important;
    min-height: auto !important;
    margin: 0 10px;
    aspect-ratio: 16/9;
}
#intro-video-container video{
    aspect-ratio: 16/9;
    height: auto !important;
    width: auto !important;
}

/* Custom Section Width */

.slider-container{
    width: auto;
}