html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	min-height: 100vh;
	background: var(--basecolor);
	width: 100%;
	transition: all .5s ease-in-out;
}
body.active {
	width: 75%;
	transition: all .5s ease-in-out;
}

body::-webkit-scrollbar {
	display: none;
}

picture {
	height: 100%;
	width: 100%;
}

a {
	text-decoration: none;
}

a:-webkit-any-link {
	color: var(--primarycolor);
}

section {
	width: 100vw;
	min-height: 100vh;
	position: relative;
}

footer#footer {
	width: 100%; 
	background-color: #131313;
	padding-top: 50px;
	transition: all .5s ease-in-out;
}

.mobile {
	display: none;
}

.desktop {
	display: block;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none !important;
}


:root {
	--basecolor: ;
	--primarycolor: #ffffff;
	--secondarycolor: #000;
	--var01color: #e1001a;
	--var02color: ;
	--primaryfont: 'organetto_semi-ext_bold', sans-serif;
	--secondaryfont: ;
	--backup-font
}

/* ANIMATIONS */
@keyframes rotation {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
@keyframes Beach-button {
	0% {
		font-weight: 600;
		color: white;
	}
	50% {
		font-weight: 600;
		color: white;
	}
	55% {
		font-weight: 900;
		color: red;
	}
	65% {
		font-weight: 900;
		color: red;
	}
	100% {
		font-weight: 600;
		color: white;
	}
}

.container {
	max-width: 1280px;
	padding: 0 20px;
	margin: 0 auto;
	box-sizing: border-box;
}
/* ----- FONTS ----- */
@font-face {
	font-family: 'organetto_semi-ext_UltraLight';
	src: url('../fonts/organetto_semi-ext_UltraLight.woff') format('woff');
}
@font-face {
	font-family: 'organetto_semi-ext_Regular';
	src: url('../fonts/organetto_semi-ext_Regular.woff') format('woff');
}
@font-face {
	font-family: 'organetto_semi-ext_bold';
	src: url('../fonts/organetto_semi-ext_Bold.woff') format('woff');
}
@font-face {
	font-family: 'organetto_semi-exp_Light';
	src: url('../fonts/organetto_semi-exp_Light.woff') format('woff');
}
@font-face {
	font-family: 'organetto_exp_bold';
	src: url('../fonts/organetto_exp_Bold.woff') format('woff');
}
@font-face {
	font-family: 'organetto_thin';
	src: url('../fonts/organetto_Thin.woff') format('woff');
}
@font-face {
	font-family: 'organetto_light';
	src: url('../fonts/organetto_Light.woff') format('woff');
}
@font-face {
	font-family: 'organetto_regular';
	src: url('../fonts/organetto_Regular.woff') format('woff');
}
@font-face {
	font-family: 'organetto_bold';
	src: url('../fonts/organetto_Bold.woff') format('woff');
}
@font-face {
	font-family: 'Pacific-Beach-script';
	src: url('../fonts/Pacific-Beach-script.woff') format('woff');
}



.header {
	font-family: 'organetto_semi-ext_bold';
	font-size: 40px;
	color: var(--primarycolor);
}

.subtitle {
	font-family: 'organetto_light';
	font-size: 25px;
	color: var(--primarycolor);
}

.page-marker {
	font-family:  'organetto_exp_bold';
	font-size: 65px;
	color: var(--primarycolor);
}

.paragraph {
	font-family: 'organetto_regular';
	font-size: 18px;
	color: var(--primarycolor);
	white-space: pre-line;
}

/* ----- SECTIONS ----- */
#carousel {
	min-height: 100vh;
	height: 100vh;
	width: 100%;
	background-color: red;
}

#msn-vsn {
	min-height: 100vh;
	height: 100vh;
	width: 100%;
	background-color: blue;
}

#partners {
	padding: 40px 0px;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	background-image: url("../images/black-bg.jpg");
}

#services {
	min-height: 100vh;
	height: 100vh;
	width: 100%;
	overflow: hidden;
}

#technologies {
	min-height: 100vh;
	width: 100%;
}

#contact {
	min-height: 100vh;
	height: 100vh;
	width: 100%;
	background-color: #131313;
}

#catalogue {
	padding-top: 100px;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#factory {
	min-height: 100vh;
	width: 100%;
	padding-top: 80px;
	background-color: #131313;
}

.bg-section {
	width: 100%;
	height: 100%;
	position: absolute;
}

.bg-section img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

/* ----- NAVBAR -----*/
#navbar-fixed {
	width: 100vw;
	height: 80px;
	background-color: var(--secondarycolor);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	transition: all .5s ease-in-out;
}	

#navbar-fixed.active {
	width: 75%;
	transition: all .5s ease-in-out;
}

.nav-wrp {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}

#navbar-fixed #logo {
	max-width: fit-content;
	max-height: 40px;
	height: 100%;
}

#logo img {
	height: 100%;
}

#main-menu {
	margin-left: auto;
}

#main-menu li {
	display: inline-block;
	font-family: var(--primaryfont);
	color: var(--primarycolor);
	padding: 0px 20px;
	font-size: 15px;
}
#main-menu li a {
	position: relative;
}

#main-menu li a::after {
	content: '';
	position: absolute;
	width: 100%;
	transform: scaleX(0);
	height: 1.5px;
	bottom: 0;
	left: 0;
	background-color: var(--primarycolor);
	transform-origin: bottom right;
	transition: transform 0.25s ease-out
}

#main-menu li a:hover::after {
	transform: scaleX(1);
	transform-origin: bottom left;
}

#acnt-menu {
	width: 100px;
	height: 30px;
	margin-left: 50px;
	background-color: darkcyan;
}

#cntct-btn {
	mix-blend-mode: difference;
	position: fixed;
	bottom: 50px;
	right: 75px;
	width: 100px;
	height: 100px;
	text-align: center;
	background: transparent;
	cursor: pointer;
	opacity: 1;
	z-index: 99999;
}

.mail {
	position: absolute;
	top: 43px;
	left: 42px;
	z-index: 2;
}

span.bg {
	width: 100%;
	height: 100%;
	z-index: 1;
	position: absolute;
	display: block;
	background-color: var(--primarycolor);
	opacity: .2;
	scale: 0.5;
	border-radius: 50%;
	transition: all .5s ease-in-out;
}

.rotate {
	width: 100%;
	height: 100%;
	z-index: 1;
	position: relative;
	-webkit-animation: rotation 10s infinite linear;
	animation: rotation 10s infinite linear;
}

#cntct-btn.hover span.bg {
	scale: 1.1;
	opacity: .3;
}

#lang-button {
	float: right;
	padding: 0 20px;
	border-left: solid 1px white;
}

#lang-button>a {
	font-size: 14px; 
	color: white;
	display: inline-block;
	font-family: 'Muli', cursive;
	font-weight: 600;
	text-transform: uppercase;
	margin: 10px 5px;
	cursor: pointer;
	position: relative;
}

#lang-button a.active {
	color: red;
}

#lang-button a::after {
	content: '';
	position: absolute;
	width: 100%;
	transform: scaleX(0);
	translate: 0% -50%;
	height: 1px;
	bottom: 50%;
	left: 0;
	background-color: var(--primarycolor);
	transform-origin: bottom right;
	transition: transform 0.25s ease-out
}

#lang-button a:not(.active):hover:after {
	transform: scaleX(1);
	transform-origin: bottom left;
}

.burger-menu {
	width: 40px;
	height: 40px;
	cursor: pointer;
}
.burger-menu .lines-wrp {
	width: 100%;
	height: 100%;
	position: relative;
	box-sizing: border-box;
	transition: all .2s ease-in-out;
}

.burger-menu span {
	background: #fff;
	width: 100%;
	height: 100%;
	border-radius: 2px;
	display: block;
}

.lines-wrp div {
	position: absolute;
	left: 50%;
	width: 90%;
	height: 4px;
	transition: all .2s ease-in-out;
}

.lines-wrp div:nth-child(1) {
	translate: -50% -50%;
	top: 20%;
	transition: all .2s ease-in-out;
}

.lines-wrp div:nth-child(2) {
	translate: -50% -50%;
	top: 50%;
	transition: all .2s ease-in-out;
}

.lines-wrp div:nth-child(3) {
	translate: -50% 50%;
	bottom: 20%;
	transition: all .2s ease-in-out;
}

.show .lines-wrp div {
	width: 100%;
}

.show .lines-wrp div:nth-child(1) {
	top: 50%;
	transition: all .2s ease-in-out;
}

.show .lines-wrp div:nth-child(2) {
	transition: all .2s ease-in-out;
}

.show .lines-wrp div:nth-child(3) {
	bottom: 50%;
	transition: all .2s ease-in-out;
}

.burger-menu .line-1 {
	transition: all .2s ease-in-out;
}

.burger-menu .line-2 {
	opacity: 1;
	transition: all .2s ease-in-out;
}

.burger-menu .line-3 {
	transition: all .2s ease-in-out;
}

.burger-menu.show .line-1 {
	transform: rotate(45deg);
	transition: all .2s ease-in-out;
}

.burger-menu.show .line-2 {
	opacity: 0;
	transition: all .2s ease-in-out;
}

.burger-menu.show .line-3 {
	transform: rotate(-45deg);
	transition: all .2s ease-in-out;
}


/* ----- CAROUSEL -----*/

.slider {
	position: relative;
	width: 100%;
	height: 100%;
}

.carousel-slide {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	transition: all .5s ease-in-out;
	overflow: hidden;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}

.carousel-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

#slide1 {
	opacity: 1;
}

#slide2 .header {
	font-family: 'Monoton';
	font-size: 130px;
	line-height: 1;
}

#slide2 .paragraph {
	font-family: 'organetto_semi-ext_UltraLight';
	font-size: 70px;
	line-height: 0.7;
}

#slide2 .available-btn {
	font-family: 'Pacific-Beach-script';
	font-size: 110px;
	line-height: 0.5;
	color: #ffcb69;
}


.slider-cnt {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	translate: -50% 0;
	padding-top: 80px;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-around;
	align-items: center;
	box-sizing: border-box;
	z-index: 10;
}
#pickleballs.slider-cnt {
	flex-direction: row !important;
}
.slider-cnt>.content {
	height: 90%;
}
#pickleballs .content {
	height: 70% !important;
	display: flex;
	flex-direction: column;
	justify-content: center;   
}

#pickleballs .content .header,#pickleballs .content .paragraph,#pickleballs .content .available-btn {
	color: #232222;
	font-family: 'organetto_semi-ext_bold';
	font-size: 25px;
}

#pickleballs .content .header {
	font-family: 'Gabriella';
	text-transform: uppercase;
	font-size: 55px;
}

#pickleballs .content .paragraph {
	font-family: 'Muli';
	font-weight: 900;
	text-transform: uppercase;
	font-size: 40px;
}

.slider-cnt>.cnt-img {
	height: 90%;
}

#pickleballs .cnt-img {
	height: 70% !important;
}

#slide2 .content {
	text-align: end;
}


#carousel .dots {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 20;
}

span.dot {
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 10px;
	background-color: var(--primarycolor);
	cursor: pointer;
	transition: all .5s ease-in-out;
}

span.dot.active {
	width: 50px !important;
}

#carousel .buttons {
	z-index: 20;
	color: var(--primarycolor);
	font-size: 30px;
	cursor: pointer;
}

.buttons>#nextBtn {
	position: absolute;
	top: 50%;
	right: 100px;
	z-index: 20;
}

.buttons>#prevBtn {
	position: absolute;
	top: 50%;
	left: 100px;
	z-index: 20;
}


/* ----- VISION & MISSION -----*/

.msn-vsn {
	width: 100%;
	height: 100%;
	display: flex;
}

.msn-vsn .active {
	width: 100% !important;
	transition: all .5s ease-in-out;
}

.msn-vsn>.col-50 {
	width: 50%;
	height: 100%;
	transition: all .5s ease-in-out;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.msn-vsn>.col-50>.overlay {
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.3) 100%);
	position: absolute;
}

.msn-vsn>.overlay {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.3) 100%);
	position: absolute;
	display: none;
}

.msn-vsn>.col-50>.content {
	color: var(--primarycolor);
	text-align: justify;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 20;
}

.msn-vsn>.col-50>.content p{
	width: 600px;
	opacity: 0;
	transition: all 0.1s ease-in-out 0s;
}

.msn-vsn>.col-50.active>.content p{
	opacity: 1;
	transition: all .5s ease-in-out 0.4s;
}

/* ----- PARTNERS -----*/
#partners>.header {
	margin: 20px;
}

h2 {
	text-align: center;
	padding: 20px;
}

.slick-slide{
	margin: 0 20px;
}
.slick-slide img{
	width: 100%;
}
.slick-slider{
	position: relative;
	display: block;
	box-sizing: border-box;
}
.slick-list{
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-track{
	position: relative;
	top: 0;
	left: 0;
	display: block
}
.slick-slide{
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
.slick-slide img{
	display: block;
}
.slick-initialized .slick-slide{
	display: block;
}
.copy{
	padding-top: 250px;
}


/* ----- SERVICES -----*/
#services>.overlay {
	z-index: 0;
	width: 100%;
	height: 100%;
	background-color: #00000075;
	position: absolute;
	opacity: 1;
	backdrop-filter: blur(10px);
}

.services .page-marker {
	text-align: right;
}

.srvc-wrp {
	z-index: 1;
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.srvc-wrp>hr {
	width: 100vw;
	margin-bottom: 100px;
}

.srvc-wrp>.content {
	display: flex;
	align-items: center;
}

.srvc-wrp>.content>.text {
	padding-right: 80px;
	text-align: justify;
}

.srvc-wrp>.content ul {
	margin-top: 50px;
}

.srvc-wrp>.content ul li{
	position: relative;
	margin-left: 50px;
	line-height: 2;
	cursor: pointer;
}

.srvc-wrp>.content ul li::before {
	content: "";
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	left: -50px;
	width: 30px;
	height: 2px;
	background-color: var(--primarycolor);	
	transition: all 0.2s ease-in-out;
}

.srvc-wrp>.content ul li:hover::before {
	transform: rotate(45deg);
	transition: all 0.2s ease-in-out;
}

/* ----- TECHNOLOGIES -----*/

.tech-wrp {
	z-index: 1;
	position: relative;
	width: 100%;
	padding-top: 150px;
	padding-bottom: 150px;
}

.tech-text {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: justify;
	margin-bottom: 40px;
}

.mat-wrp {
	height: 25vw;
	width: 50%;
	max-height: 250px;
	position: relative;
	cursor: pointer;
}

.mat-wrp .image-container {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.mat-wrp .image-container img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.mat-wrp>.overlay {
	background-color: var(--secondarycolor);
	opacity: 0.2;
	transition: all 0.3s ease-out;
	width: 100%;
	height: 100%;
}

.mat-wrp.active>.overlay {
	opacity: 0.8;
	transition: all 0.3s ease-out;
}

.mat-wrp>.text {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.mat-wrp>.text>.title {
	font-family: 'organetto_semi-ext_bold';
	font-size: 30px;
	color: var(--primarycolor);
	text-align: center;
	width: 100%;
}

.mat-wrp>.text .paragraph {
	width: 80%;
	padding-top: 20px;
	opacity: 0;
	transition: all 0.3s ease-out
}

.active>.text .paragraph {
	opacity: 1;
	transition: all 0.3s ease-out
}

.tech-contnt {
	display: flex;
}

.tech-contnt>.mat-wrp:nth-child(1) {
	margin: 20px 20px 20px 0px;
}

.tech-contnt>.mat-wrp:nth-child(2) {
	margin: 20px 0px 20px 20px;
}

/* ----- CONTACT -----*/

.contact-cnt {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}

.contact-wrp {
	width: 100%;
	height: 600px;
	position: relative;
	display: flex;
	justify-content: center;
}

#map {
	width: 60%;
	filter: drop-shadow(10px 10px 20px #00000045);
	cursor: pointer;
}

#map img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

#map.hover .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #00000047;

}

.map-redirect {
	display: none;
}

.hover .map-redirect {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	cursor: pointer;
}

.form-wrp {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	padding: 20px;
	width: 40%;
	text-align: center;
}

.form-wrp .title {
	color: var(--var01color);
	font-family: 'organetto_thin';
	font-size: 60px;
	word-break: break-word;
}

.form-wrp item>span.bold {
	color: var(--primarycolor);
	font-family: 'organetto_bold';
	font-size: 40px;
}

form#contact-form {
	margin-top: 30px;
	width: 100%;
	box-sizing: border-box;
	padding: 0 40px;
}

.contact-field {
	width: 100%;
	box-sizing: border-box;
	position: relative;
	background-color: none !important;
}

input, textarea {
	background-color: transparent;
	border-style: solid;
	border-radius: 0;
	border-width: 0 0 1px 0;
	font-family: 'organetto_regular';
	font-size: 20px;
	color: #ffffff9c;
	resize: none;
	padding: 4px;
	width: 100%;
	box-sizing: border-box;
}

input:focus, textarea:focus {
	outline: none;
	color: #ffffff !important;
}

.contact-field label{
	display: none;
}
.contact-field input{
	height: 50px;
	line-height: 10px;
}
.contact-field textarea {
	height: 100px;
}

.contact-field textarea::-webkit-scrollbar {
	display: none;
}

.contact-field ::placeholder {
	font-family: 'organetto_thin';
	font-size: 20px;
	color: #ffffff66;
}

.contact-field ::selection {
	font-family: 'organetto_thin';
	font-size: 20px;
	color: var(--primarycolor);
	background-color: var(--var01color);
	position: absolute;
	bottom: 0;
	left: 0;
}

.alert-wrp {
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
}

.alert-wrp span {
	color: white;
	font-family: 'organetto_regular';
	font-size: 40px;
	background-color: #000000d1;
	padding: 40px;
	border-radius: 10px;
	white-space: nowrap;
}


.alert-message {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #0000008c;
	z-index: 999999;
}

.close-btn {
	background: transparent;
	width: 50px;
	height: 50px;
	position: absolute;
	cursor: pointer;
	padding: 0;
	transition: transform 0.3s ease;
	border: none;
}

.alert-wrp>button.close-btn {
	right: -25px;
	top: -65px;
	color: var(--primarycolor);
}
#close-info.close-btn {
	right: 0px;
	top: 0px;
	color: var(--secondarycolor);
}

.close-btn:hover {
	transform: rotate(90deg);
}

.close-btn>i#close-mark{
	position: relative;
	width: 100%;
	height: 100%;
}
.close-btn>i#close-mark::before{
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	line-height: 1;
	font-size: 40px;
}

.send-btn button {
	padding: 20px;
	margin-top: 50px;
	background-color: var(--var01color);
	border: none;
	border-radius: 5px;
	color: white;
	font-size: 20px;
	font-family: 'organetto_exp_bold';
	cursor: pointer;
}

.player-animation {
	height: 70%;
	width: 100%;
	position: absolute;
	bottom: 0;
	pointer-events: none;
}

#player {
	height: 100%;
	position: absolute;
	bottom: 0;
	left: -22%;
}

#ball {
	height: 4.24%;
	width: fit-content;
	position: absolute;
	top: -38%;
	left: 18%;
}


/* ----- FOOTER -----*/

footer .footer-wrp {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
}

footer .columns-wrp {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: inherit;
	margin: 0 0 80px 0;
}

footer ul {
	font-family: 'organetto_semi-ext_bold';
	font-size: 22px;
	text-align: center;
	color: var(--primarycolor);
	width: 30%;
	padding: 0px 32px;
}

footer ul.middle {
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	border-color: #ffffff26;
}

footer ul>li {
	font-family: 'organetto_light';
	font-size: 18px;
	color: var(--primarycolor);
}

#copyright {
	color: white;
	font-size: 13px;
	font-family: 'organetto_semi-ext_bold';
	padding: 20px 0;
	text-align: center;
}


/* ----- CATALOGUE -----*/
#catalogue .bg-img-container {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

#catalogue .bg-img-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.page-marker.catalogue {
	font-size: 40px;
	color: var(--var01color);
	margin-top: 30px;
}

.padel-crslwrp {
	width: 100%;
	height: 453px;
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	flex-direction: row;
	margin-top: 100px;
	transition: all .5s ease-in-out;
}

.padel-carousel {
	width: 8%;
	transition: all .2s ease-in-out;
	position: relative;
	cursor: pointer;
}

.padel-carousel .mold-title {
	position: absolute;
	bottom: 0;
	left: 50%;
	translate: -70px 22px;
	transform: rotate(270deg);
	transform-origin: top left;
	font-family: 'organetto_semi-ext_bold';
	color: white;
	z-index: 2;
	font-size: 43px;
	line-height: 1;
	white-space: nowrap;
}

.padel-carousel img {
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	translate: -50% 0%;
	transition: all .2s ease-in-out;
}

.padel-carousel.hoveron,.padel-carousel.active {
	width: 20%;
	transition: all .2s ease-in-out;
}

#standard-molds {
	margin: 0 0 50px 0;	
}

#beach-series.padel-crslwrp {
	height: 600px;
	margin: 0 0 50px 0;
}
#beach-series>.padel-carousel {
	width: 280px;
	overflow: hidden;
	margin: 0 100px;
}

#pickleball-series {
	height: 600px;
	margin: 0 0 50px 0;
}

#pickleball-series .padel-carousel {
	width: 20% !important;
}


#pickleball-series .padel-carousel .mold-title {
	translate: -100px 0px;
}

.onhover {
	opacity: 0;
	transition: all .2s ease-in-out;
}

.hoveron>.onhover, .active>.onhover {
	opacity: 1;
	transition: all .2s ease-in-out;
}

.initial {
	opacity: 1;
	transition: all .2s ease-in-out;
}

.hoveron>.initial, .active>.initial {
	opacity: 0;
	transition: all .2s ease-in-out;
}

#padel-popup {
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	padding: 40px;
	position: fixed;
	top: 0;
	right: -25%;
	width: 25%;
	height: 100vh;
	background-color: white;
	color: black;
	z-index: 9999999;
	transition: all .5s ease-in-out;
	font-family: 'organetto_regular';
	font-size: 14px;
	background-color: var(--primarycolor);
}

#padel-popup.active {
	right: 0;
	transition: all .5s ease-in-out;
	background-color: var(--primarycolor);
}

#padel-popup span.title {
	font-family: 'organetto_semi-ext_bold';
	font-size: 15px;
	display: block;
	margin-top: 10px;
}

#padel-popup a {
	cursor: pointer;
}

#padel-360 {
	width: 100%;
	margin-top: 20px;
	flex-grow: 1;
	position: relative;
}

#padel-360>img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: contain;
}

#product-name {
	font-family: 'organetto_exp_bold';
	font-size: 20px;
	color: var(--var01color);
	word-wrap: break-word; /* For older browsers */
	overflow-wrap: break-word;
}

#padel-template {
	display: flex;
	justify-content: center;
}

#padel-template>img {
	height: 100%;
}

button.flashing-button {
	background-color: transparent;
	border: 0;
	color: var(--primarycolor);
	font-family: 'organetto_semi-ext_UltraLight';
	font-size: 30px;
	font-weight: 600;
	padding: 70px;
	animation: Beach-button 1s infinite;
}
.click-infos {
	font-family: 'organetto_semi-ext_bold';
	color: white;
	font-size: 13px;
}

/* ----- FACTORY -----*/
#factory>.header {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 350px;
	overflow: hidden;
	position: relative;
}

#factory img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#factory-title {
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	white-space: nowrap;
}

.factory-text>.title-wrp {
	width: 40%;
}

.title-wrp>.title {
	font-family: 'organetto_semi-ext_bold';
	color: white;
	font-size: 50px;
	line-height: 0.9;
	position: fixed;
}

.factory-text>.paragraph {
	width: 100%;
	font-family: 'organetto_light' !important;
	text-align: justify; 
}

.factory-text {
	width: 100%;
	display: block;
}

#factory p {

}

.factory-infos {
	display: flex;
	padding: 50px 0px;
}

.plan-wrp {
	width: 60%;
}
.plan-wrp img {
	width: 100%;
}

.counter {
	width: 40%;
	padding: 0 40px;
	box-sizing: border-box;
}

.counter p {
	font-family: 'organetto_semi-ext_bold';
	color: white;
	font-size: 30px;
	line-height: 0.7;
	margin: 0;
}
.counter p>span {
	font-size: 15px;
	font-family: 'organetto_semi-exp_Light';
}

.counter h1 {
	color: white;
	font-family: 'organetto_exp_bold';
	font-size: 25px;
	margin: 15px 0 0 0;
}

.counter>span {
	color: var( --var01color);
	font-family: 'organetto_regular';
	font-size: 20px;
	margin: 0;
}

