@media (max-width: 756px) {
	.desktop {
		display: none;
	}
	.mobile {
		display: block;
	}

	#navbar-fixed #logo {
		max-height: 30px;
	}
	.nav-wrp {
		justify-content: space-between;
	}
	#main-menu {
		display: block;
		position: absolute;
		left: 50%;
		top: 0px;
		translate: -50% -100%;
		width: 100%;
		background-color: #000000ba;
		opacity: 0;
		transition: all .5s ease-in-out;
	}
	#main-menu.show {
		opacity: 1;
		top: 80px;
		translate: -50% 0%;
		transition: all .5s ease-in-out;
	}
	#main-menu>ul {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
		width: 100%;
	}
	#main-menu li {
		margin: 0px;
		width: 100%;
		transition: all .5s ease-in-out;
	}
	#main-menu.show li {
		margin: 25px;
		width: 100%;
		transition: all .5s ease-in-out;
	}

	.slider-cnt {
		flex-direction: column-reverse;
		justify-content: space-evenly;
	}
	.slider-cnt>.content {
		height: auto;
	}
	#slide1 .content {
		text-align: center;
	}
	.slider-cnt>.cnt-img {
		height: 55%;
	}
	#slide1 .header {
		font-size: 70px;
	}
	#slide1 .paragraph {
		font-size: 50px;
	}
	#slide1 .available-btn {
		font-size: 70px;
		margin-bottom: 40px;
	}
	.buttons>#nextBtn {
		right: 10px;
	}
	.buttons>#prevBtn {
		left: 10px;
	}
	.subtitle {
		font-size: 20px;
	}
	#msn-vsn {
		height: auto;
		display: flex;
		flex-direction: column;
		overflow: hidden;
	} 
	.msn-vsn {
		flex-direction: column;
		justify-content: space-evenly;
		flex-grow: 1;
		box-sizing: border-box;
		padding: 30px;
	}
	.msn-vsn>.col-50 {
		width: 100%;
		height: auto;
		overflow: unset;
	}
	.msn-vsn>.col-50>.content {
		width: 100%;
	}
	.msn-vsn>.col-50>.content p {
		width: auto;
		opacity: 1;
	}
	.msn-vsn>.overlay {
		display: block !important;
	}
	#vision>img, #mission>img, .msn-vsn .overlay {
		display: none;
	}
	.page-marker {
		word-wrap: break-word;
		font-size: 32px !important;
		width: 100%;
	}
	.paragraph {
		font-size: 15px;
	}
	.srvc-wrp {
		align-items: center;
	}
	.srvc-wrp>hr {
		width: 100%;
		margin-bottom: 30px;
	}
	.srvc-wrp>.content {
		flex-direction: column;
	}
	.srvc-wrp>.content>.text {
		padding-right: 0;
		text-align: revert;
	}
	.srvc-wrp>.content ul li {
		line-height: 1.5;
	}
	#services .page-marker {
		text-align: left;
	}
	.tech-wrp {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.tech-contnt {
		flex-direction: column;
		justify-content: flex-start;
	}
	.tech-contnt>.mat-wrp {
		width: 100%;
		height: auto;
		max-height: unset;
		padding: 20px;
		box-sizing: border-box;
	}
	.tech-contnt>.mat-wrp:nth-child(1) {
		margin: 10px 0px;
	}
	.tech-contnt>.mat-wrp:nth-child(2) {
		margin: 10px 0px;
	}
	.mat-wrp>.overlay {
		opacity: 0.4;
		position: absolute;
		top: 0;
		left: 0;
	}
	.mat-wrp>.text {
		position: relative;
	}
	.mat-wrp>.text>.title {
		position: relative;
		transform: none;
		top: 0;
		left: 0;
	}
	.mat-wrp>.text .paragraph {
		opacity: 1;
		width: 100%;
	}
	#contact {
		height: auto;
	}
	#cntct-btn {
		bottom: 5px;
		right: 5px;
	}
	.contact-cnt{
		flex-direction: column-reverse;
		height: auto;
		padding-top: 80px;
	}
	.contact-wrp {
		width: 100%;
		height: auto;
		box-sizing: border-box;
		flex-direction: column-reverse;
	}
	.form-wrp .title>span {
		display: block;
	}
	form#contact-form {
		padding: 0;
	}
	.form-wrp {
		width: 100%;
		box-sizing: border-box;
	}
	.send-btn button{
		margin: 50px 0;
	}
	#map {
		display: block;
		width: 100%;
		height: 50vh;
	}
	.map-redirect {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		translate: -50% -50%;
	}
	.player-animation {
		display: none;
	}
	footer ul {
		width: 100%;
		padding: 16px 16px 16px 16px;
		box-sizing: border-box;
	}
	footer .columns-wrp {
		flex-direction: column;
		align-items: center;
	}
	footer ul.middle {
		border-width: 1px 0 1px 0;
	}
	#factory>.header {
		height: 210px;
	}
	#factory-title {
		white-space: break-spaces;
		text-align: center;
	}
	#factoryinfos {
		flex-direction: column;
		padding: 0;
		text-align: center;
	}
	#factoryinfos>div {
		width: 100%;
	}
	#factoryinfos>div:nth-child(1) {
		padding: 40px 0 20px 0;
	}
	#factoryinfos>div:nth-child(2){
		padding: 20px 0 40px 0;
	}
	.padel-crslwrp {
		height: unset;
		justify-content: flex-start;
		flex-direction: column;
		margin: 0;
	}
	.padel-carousel {
		margin: 20px 0 !important;
		width: 100%;
		height: 40vh;
		flex-grow: 1;
		box-sizing: border-box;
	}
	.padel-carousel .mold-title {
		right: 10%;
		left: unset;
		translate: 0px 7px;
		transform: rotate(0deg);
		font-size: 70px;
		text-align: right;
	}
	.padel-carousel img {
		left: 10%;
		translate: 0 15px;
	}
	.padel-carousel.active {
		width: 100%;
	}
	#navbar-fixed.active {
		width: 100%;
	}
	#padel-popup {
		width: 100%;
		right: -100%;
	}
	#padel-popup.active {
		width: 100%;
	}
	#beach-series.padel-crslwrp {
		height: unset;
	}
	#beach-series>.padel-carousel {
		width: 100%;
		overflow: unset;
	}
	body.active {
		width: 100%;
		overflow: hidden;
	}
	body {
		-webkit-tap-highlight-color: transparent;
	}
}