/**
 * @license
 * MyFonts Webfont Build ID 4183178, 2021-09-21T06:36:42-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Biotif-ExtraLight by Degarism Studio
 * URL: https://www.myfonts.com/fonts/degarism-studio/biotif/extra-light/
 * 
 * Webfont: Biotif-Book by Degarism Studio
 * URL: https://www.myfonts.com/fonts/degarism-studio/biotif/book/
 * 
 * Webfonts copyright: Copyright © 2016 by Deni Anggara. All rights reserved.
 * 
 * © 2021 MyFonts Inc
*/
@import url("//hello.myfonts.net/count/3fd48a");
  /**/
@font-face {
    font-family: 'Biotif';
    src: url('/siti/wp-content/themes/estro-siti/fonts/Biotif-Medium.woff2') format('woff2'),
        url('/siti/wp-content/themes/estro-siti/fonts/Biotif-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Biotif';
    src: url('/siti/wp-content/themes/estro-siti/fonts/Biotif-Regular.woff2') format('woff2'),
        url('/siti/wp-content/themes/estro-siti/fonts/Biotif-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GrandSlang B-Side';
    src: url('/siti/wp-content/themes/estro-siti/fonts/GrandSlang-B-Side.woff2') format('woff2'),
         url('/siti/wp-content/themes/estro-siti/fonts/GrandSlang-B-Side.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.tm-header{
	z-index: 9999;
}
.pointer-none{
	pointer-events:none!important;
}
/*RECAPTCHA*/
.grecaptcha-badge, .iubenda-tp-btn.iubenda-cs-preferences-link {
	display: none !important;
}

.grecaptcha-badge, .rc-anchor-invisible-text {
	box-shadow: none !important;
	visibility: hidden !important;
	display: none !important;
	opacity: 0 !important;
	pointer-events: none !important;
}
.uk-sticky-fixed .uk-navbar-container.uk-navbar-sticky{
	background:none;
	backdrop-filter:none;
}
.uk-sticky-fixed .uk-navbar-container.uk-navbar-sticky .uk-container{
	height: 58px;
    background: white;
    border-radius: 99px;
    top: 20px;
    position: relative;
}
.uk-sticky-fixed .uk-navbar-container.uk-navbar-sticky .uk-container .uk-navbar{
	top:0;
}
.uk-sticky-fixed .uk-navbar-container.uk-navbar-sticky li.uk-button{
	background: #b24fff;
    box-shadow: none;
    right: -20px;
    position: relative;
}
.uk-navbar-nav{
	align-items: center;
}
.uk-navbar-nav .uk-button.uk-button-default a{
	color:#fff!important;
	padding:0!important;
}
.uk-font-primary{
	font-weight:400;
}

.herobounce {
  animation: bounce2 2s ease;
	animation-fill-mode: forwards;
	animation-delay: 2s;
}
.uk-slidenav-large {
    padding: 0;
    background: transparent;
    border: 2px solid #b24fff;
    width: 72px;
    height: 72px;
    display: flex;
    justify-content: center;
    margin-right: 10px;
}
.uk-slidenav-large:hover {
	background:#b24fff;
}
.uk-slidenav-large:hover svg {
	color:#fff!important;
}
@keyframes bounce2 {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}

.gradient-text{
	background: -webkit-linear-gradient(135deg, #b24fff 0%,#17f4cc 50%,#ffda69 100%,#ffda69 101%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


#panel-1 .el-title, #panel-1 .el-content, #panel-1 .el-link,
#panel-2 .el-title, #panel-2 .el-content, #panel-2 .el-link,
#panel-3 .el-title, #panel-3 .el-content, #panel-3 .el-link{
	position:relative;
	z-index:1;
} 
#panel-1, #panel-2, #panel-3{
	overflow:hidden;
}
#panel-1 .uk-button-text:before,#panel-2 .uk-button-text:before,#panel-3 .uk-button-text:before {
    bottom: -6px;
    left: 0;
    right: 0px;
}
#panel-1 .uk-button-text:hover:before,#panel-2 .uk-button-text:hover:before,#panel-3 .uk-button-text:hover:before {
    right: 100%;
}

/*PANEL 1 */
#panel-1-forme{
	position:absolute;
	bottom:0;
	right:-60px;
	width:550px;
	z-index:0;
}
#forme-group > *, #panel-2 circle {
	fill:white;
}
#panel-1 .uk-button-text:before{
	border-bottom: 2px solid #FFDA69;
}

/*PANEL 2*/
#panel-2 svg{
	overflow:visible!important;
}
#panel-2-forme{
	position:absolute;
	bottom:0;
	left:-60px;
	width:100%;
	z-index:0;
}
#panel-2 .uk-button-text:before{
	border-bottom: 2px solid #17F4CC;
}
/*#panel-2 svg circle{
	animation: move 45s ease-out infinite;
}
@keyframes move {
  0% {
    transform: translateX(0);
  }
  
  50% {
    transform: translateX(-100%);
  }
  
  100% {
    transform: translateX(0);
  }
}
*/
/*PANEL 3*/
#panel-3-forme{
	position: absolute;
    width: 80%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
#panel-3 .uk-button-text:before{
	border-bottom: 2px solid #B24FFF;
}
/* FORM */
.contact-form .uk-label{
	position: absolute;
    background: none;
    font-weight: 400;
    z-index: 3;
	left: 10px;
	pointer-events:none;
	transition:150ms ease-in-out;
	top: 50%;
    transform: translateY(-50%);
	font-size:14px;
}
.contact-form .uk-grid-small .uk-label{
	left: 26px;
}
.contact-form .uk-label.label-position-empty{
    top: 50%;
    transform: translateY(-50%);
	font-size:14px;
}
.contact-form .uk-label.textarea-label, .contact-form .uk-label.label-position-empty.textarea-label{
	top:12px;
	transform:none;
}
.contact-form .uk-label.label-position-full, .contact-form .uk-label.label-position-full.textarea-label{
	top: -24px;
    transform: translateY(0);
	font-size:12px;
}
.contact-form textarea{
	height: 150px;
}

.wpcf7 form .wpcf7-response-output {
	display: inline-block;
	border-radius: 99px;
	border-width: 2px;
	margin: 10px 0 0 0;
	font-size: 13px;
	font-weight: 600;
}
.wpcf7-not-valid-tip {
	font-weight: 600;
	font-size: 13px;
	padding-left: 10px;
}
.wpcf7-spinner{
	position:absolute;
}
.uk-button-secondary:disabled {
    background-color: #17f4cc94;
    color: rgb(255 255 255 / 37%);
}
.casestudy-form .uk-button{
	border-top-left-radius:0;
	border-bottom-left-radius:0;
	line-height: 45px;
}
.casestudy-form .uk-input{
	border-top-right-radius:0;
	border-bottom-right-radius:0;
}
@media screen and (min-width: 960px){
	.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
		min-height:0!important;
	}
	.uk-navbar{
		top:20px;
	}
	
}
@media screen and (max-width: 960px){
	.uk-navbar-container{
		background:none!important;
		backdrop-filter:none!important;
	}
	.uk-sticky-fixed .uk-navbar-container.uk-navbar-sticky{
		background: white!important;
    	border-bottom-right-radius: 20px;
    	border-bottom-left-radius: 20px;
	}
	#hero{
		min-height: calc(100vh - 56px);
		margin-top: -90px;
		padding-top: 200px;
	}
	#tm-mobile> div {
		background:none;
		padding: 10px;
	}
	.uk-nav li:not(.uk-button-default){
		display: inline-block;
    	background: white;
		padding: 5px 16px;
		border-radius: 30px;	
		margin-right:10px;
		margin-bottom:10px;
	}
	.uk-nav li.uk-button-default{
		background-color: #a92ae7;
	}
	.uk-nav li.uk-button-default a{
		color: #fff;
	}
}
@media screen and (max-width: 640px){
	.casestudy-form .uk-button{
		padding-left: 12px;
    	padding-right: 12px;
	}
}