/*
Theme Name: Sandy Surf School Sagres
Theme URI: http://blisq.pt
Author: Blisq
Author URI: http://blisq.pt
Description: Tema desenvolvido para uso exclusivo da Blisq Creative
Version: V1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Blisq
Text Domain: Blisq
*/

@import url('https://fonts.googleapis.com/css2?family=Darker+Grotesque:wght@300..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
	--color-blue-ocean: #19B7BD;
	--color-blue-title: rgba(2, 42, 55, 0.86);
	--color-blue: #012837;
	--color-blue-dark: #002837;
	--move-ball: -300px;
	--move-ball-small: -125px;
}

::selection {
	background-color: #ccc;
	color: var(--color-blue-title);
}

* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

html {
	overflow-x: hidden;
	scroll-behavior: smooth;
}

html.no-overflow {
	overflow: hidden;
}

body {
	scroll-behavior: smooth;
	font-family: "Inter", sans-serif;
	background-color: #d5d5d5;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

h1,
h2,
h4,
h5,
h6 {
	font-family: "Darker Grotesque", sans-serif;
	color: var(--color-blue-title);
}

h1 {
	font-size: 75px;
	font-weight: 900;
	line-height: 80%;
	/* 60px */
	letter-spacing: -0.75px;
}

h1>span {
	display: block;
	color: var(--color-blue-ocean);
}

h2 {
	font-size: 50px;
	font-weight: 900;
	line-height: 86%;
	/* 51.6px */
}

h2>span {
	display: block;
}

h3 {
	color: #012837;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.3;
	/* 40.8px */
	letter-spacing: -0.24px;
}

a {
	text-decoration: none;
	color: inherit;
}

p {
	color: var(--color-blue);
	font-size: 16px;
	font-weight: 400;
	line-height: 170%;
	/* 27.2px */
	letter-spacing: -0.16px;
}

ul {
	list-style: none;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px transparent inset !important;
	box-shadow: 0 0 0 1000px transparent inset !important;
	-webkit-text-fill-color: inherit !important;
	transition: background-color 5000s ease-in-out 0s;
	-webkit-text-fill-color: #fff !important;
}

/* Containers */
.container {
	max-width: 1500px;
	margin: 0 auto;
}

.container-secondary {
	max-width: 1155px;
	margin: 0 auto;
}

.container-md {
	max-width: 886px;
	margin: 0 auto;
}

.container-md-secondary {
	max-width: 710px;
	margin: 0 auto;
}

.container-sm {
	max-width: 600px;
	margin: 0 auto;
}

.text-center {
	text-align: center;
}

/* Colors */
.bg-blue-ocean {
	background-color: var(--color-blue-ocean);
}

.bg-gray {
	background-color: #C2C2C2;
}

.bg-light-gray {
	background-color: #D3D3D3;
}

.bg-blue-dark {
	background-color: var(--color-blue-dark);
}

.color-white {
	color: white !important;
}

.color-light {
	color: #E4E4E4 !important;
}

.color-light-secondary {
	color: #FBF7EE !important;
}

.color-blue-ocean {
	color: var(--color-blue-ocean) !important;
}

/* Utils */
.mt-10 {
	margin-top: 10px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-15 {
	margin-top: 15px;
}

.mt-40 {
	margin-top: 40px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-25 {
	margin-bottom: 25px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-40 {
	margin-bottom: 40px;
}

.w-100 {
	width: 100%;
}

.ml-auto {
	margin-left: auto;
}

.grid-5 {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 18px;
}

.general-padding {
	padding: 40px 0 70px 0;
}

.block {
	display: block;
}

.flex-common {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 8px 10px;
}

.flex-common-column {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.flex-group {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 0 10px;
}

.grid-4 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 20px;
}

.contact-whatsapp {
	position: fixed;
	bottom: 45px;
	right: 2%;
	width: 54px;
	aspect-ratio: 1;
	background-image: url(assets/images/icons/icon-wa.svg);
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 3;
	transition: all .5s;
	scale: 1;
}

.contact-whatsapp.hide {
	opacity: 0;
	visibility: hidden;
	scale: .9;
}

/* General Content */
.general-section {
	padding: 180px 0 100px 0;
	counter-reset: section;
}

.general-content>p:first-of-type {
	color: rgba(0, 40, 55, 0.50);
	font-size: 18px;
}

.general-content>h2 {
	font-size: 36px;
	font-weight: 900;
	line-height: 90%;
	margin-bottom: 20px;
	display: flex;
	align-items: baseline;
	gap: 5px;
}

.general-content>h3 {
	margin-bottom: 20px;
}

.general-content>h2::before {
	content: counter(section, decimal-leading-zero)'.';
	counter-increment: section;
	color: #19B7BD;
}

.blog-article-content>p,
.general-content>p {
	margin-bottom: 20px;
}

html :where(img[class*=wp-image-]) {
	border-radius: 16px;
}

.blog-article-content>p>a {
	padding: 10px 15px;
	border-radius: 10px;
	color: #012837;
	background-color: #c3c3c3;
	transition: all .2s;
}

.blog-article-content>p>a:hover {
	background-color: #9A9A9A;
}

.blog-article-content>ol,
.blog-article-content>ul,
.general-content>ol,
.general-content>ul {
	padding-left: 20px;
}

.blog-article-content li,
.general-content li {
	color: #012837;
	font-size: 16px;
	font-weight: 400;
	line-height: 170%;
	/* 27.2px */
	letter-spacing: -0.16px;
	margin-bottom: 10px;
	position: relative;
}

.general-content>ul,
.blog-article-content>ul {
	list-style: disc;
}

li>ol {
	list-style: lower-alpha;
	padding-left: 20px;
}

.general-content>hr {
	margin: 25px 0;
	border-color: #b1b1b12b;
}

/* Buttons */
.btn {
	color: #20424D;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 87%;
	/* 13.92px */
	letter-spacing: -0.16px;
	padding: 16px 36px;
	border-radius: 38px;
	width: fit-content;
	display: block;
	transition: all 1s;
	text-wrap: nowrap;
}

.btn.btn-home {
	padding: 23px 60px;
}

.btn.bg-gray:hover {
	background-color: #9A9A9A;
}

#menu-menu-header>li:last-child>a,
.btn-wave {
	position: relative;
	overflow: hidden;
	z-index: 0;
}

#menu-menu-header>li:last-child>a::before,
.btn-wave::before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	top: 100%;
	left: 0;
	background-image: url(./assets/images/wave.svg);
	background-size: 200% 100%;
	animation: wave 4s linear infinite;
	z-index: -1;
	transition: all 1s;
}

.surf-pack-item:hover .btn-wave::before,
#menu-menu-header>li:last-child>a:hover::before,
.btn-wave:hover::before {
	top: 30%;
}

@keyframes wave {
	from {
		background-position-x: 0;
	}

	to {
		background-position-x: 200%;
	}
}

.btn-more {
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 181%;
	/* 28.96px */
	letter-spacing: -0.16px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.btn-more:hover::after {
	transform: translateX(5px);
}

.btn-more::after {
	content: '';
	width: 20px;
	height: 10px;
	background-image: url(assets/images/icons/icon-btn-know-more.svg);
	background-repeat: no-repeat;
	background-size: contain;
	transition: all .2s;
}

.btn-more.light::after {
	background-image: url(assets/images/icons/icon-btn-know-more-light.svg);
}

.btn-contact {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border-radius: 35px;
	background-color: #022A37;
	color: #E4E4E4;
	flex: 1;
}

.btn-contact.fit-content {
	width: fit-content;
	flex: none;
}

.btn-contact:hover {
	background-color: #19B7BD;
	color: var(--color-blue-dark);
}

.btn-contact::after {
	content: '';
	width: 20px;
	height: 20px;
	background-image: url(assets/images/icons/icon-contact-whatsapp.svg);
	background-size: contain;
	background-repeat: no-repeat;
	transition: all 1s;
}

.btn-contact:hover::after {
	/* filter: brightness(0) saturate(100%) invert(15%) sepia(99%) saturate(750%) hue-rotate(165deg); */
	background-image: url(assets/images/icons/icon-contact-whatsapp-dark.svg);
}

.btn-book-here {
	background-color: var(--color-blue-dark);
	color: #E4E4E4;
	width: 100%;
	text-align: center;
}

.btn-book-here.bestseller {
	background-color: #24444D;
}

.btn-book-here:hover {
	background-color: #19B7BD;
}

.before-section {
	position: relative;
	overflow: hidden;
}

.before-section::before {
	content: attr(data-title);
	position: absolute;
	bottom: -25px;
	left: -5%;
	color: #D8D8D8;
	font-family: "Darker Grotesque";
	font-size: 380px;
	font-weight: 900;
	line-height: 87%;
	/* 330.6px */
	letter-spacing: -3.8px;
	white-space: nowrap;
	pointer-events: none;
}

/* Galeria */
.custom-gallery {
	margin-bottom: 20px;
}

.custom-gallery .slick-list {
	border-radius: 16px;
}

.custom-gallery img {
	aspect-ratio: 16 / 9;
	border-radius: 16px;
	object-fit: cover;
}

.surf-lessons-gallery .slick-arrow,
.custom-gallery .slick-arrow {
	font-size: 0;
	background-image: url(assets/images/icons/icon-btn-custom-gallery.svg);
	height: 24px;
	width: 24px;
	background-size: contain;
	border-radius: 50%;
	border: none;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	top: 50%;
	z-index: 1;
	cursor: pointer;
	transition: all .5s;
}

#surf-lessons-gallery {
	padding-bottom: 60px;
}

.surf-lessons-gallery .slick-arrow.slick-prev,
.custom-gallery .slick-arrow.slick-prev {
	scale: -1;
	left: 20px;
}

.surf-lessons-gallery .slick-arrow.slick-next,
.custom-gallery .slick-arrow.slick-next {
	right: 20px;
}

.surf-lessons-gallery .slick-arrow:hover,
.custom-gallery .slick-arrow:hover {
	transform: scale(1.1);
}

/* Frontpage */
.frontpage-hero {
	min-height: 100vh;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding-top: 200px;
}

.frontpage-hero::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.15);
	display: block;
	pointer-events: none;
}

.frontpage-hero-video {
	height: 100%;
	width: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.frontpage-hero-content {
	position: relative;
	z-index: 1;
	max-width: 655px;
	margin-bottom: 150px;
	filter: drop-shadow(0px 0px 90px rgba(0, 0, 0, 0.50));
}

.frontpage-hero-container {
	max-width: 1750px;
	width: 100%;
	margin: 0 auto;
}

.frontpage-hero-title {
	color: #E4E4E4;
	font-family: "Darker Grotesque";
	font-size: 98px;
	font-weight: 900;
	line-height: 87%;
	/* 85.26px */
	letter-spacing: -0.98px;
	filter: drop-shadow(0px 0px 90px rgba(0, 0, 0, 0.50));
}

.frontpage-hero-buttons {
	margin-top: 30px;
	display: flex;
	align-items: center;
	gap: 35px;
}

.frontpage-gallery {
	z-index: 1;
}

.frontpage-gallery::after {
	content: '';
	position: absolute;
	bottom: -90px;
	left: 25%;
	background-image: url(assets/images/masks/mask-gallery-2.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 505px;
	height: 135px;
	z-index: -1;
}

.frontpage-gallery .slick-track {
	display: flex !important;
	gap: 15px;
	margin-top: 60px;
}

.frontpage-gallery .slick-slide {
	aspect-ratio: 9 / 11;
	object-fit: cover;
	border-radius: 15px;
	overflow: hidden;
}

.frontpage-surf-camp-left {
	max-width: 420px;
	margin-left: 10%;
}

#frontpage-surf-camp {
	padding-bottom: 300px;
	background-image: url(assets/images/masks/mask-lines-invert.webp);
	background-size: contain;
	background-position: top;
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
}

#frontpage-surf-camp::after {
	content: attr(data-title);
	position: absolute;
	right: 0;
	bottom: 50px;
	color: #CFCFCF;
	font-family: "Darker Grotesque";
	font-size: 16vw;
	font-weight: 900;
	line-height: 87%;
	/* 286.23px */
	pointer-events: none;
	letter-spacing: -3.29px;
	z-index: -1;
}

.frontpage-surf-camp-grid {
	display: grid;
	grid-template-columns: 1fr 62%;
	align-items: flex-end;
}

.frontpage-surf-camp-grid>img {
	width: 100%;
	height: auto;
}

.frontpage-surf-camp-buttons {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-top: 60px;
}

.frontpage-surf-camp-text {
	color: rgba(36, 68, 77, 0.70);
}

.frontpage-surf-camp-text>strong {
	display: block;
	margin-bottom: 10px;
	color: #24444D;
}

.frontpage-surf-rentals-list {
	color: #143742;
	font-size: 16px;
	font-weight: 700;
	line-height: 170%;
	/* 27.2px */
	letter-spacing: -0.16px;
	border-radius: 19px;
	background-color: #EEE;
	box-shadow: 0px 0px 55.9px 0px rgba(0, 0, 0, 0.25);
	display: flex;
	align-items: center;
	gap: 8.5px;
	padding: 8px 30px 8px 8px;
	width: fit-content;
	position: absolute;
	opacity: 0;
	scale: 0.9;
	transition: all 3s;
}

.frontpage-surf-rentals-list:nth-of-type(1){
	top: 56px;
	left: 30%;
}

.frontpage-surf-rentals-list:nth-of-type(2){
	top: 160px;
	right: 22%;
} 

.frontpage-surf-rentals-list:nth-of-type(3){
	bottom: 22%;
	left: 15%;
} 

.frontpage-surf-rentals-list:nth-of-type(4){
	bottom: 12%;
    left: 52%;
}

.frontpage-surf-rentals-list:nth-of-type(5){
	right: 0;
	bottom: 10%;
}

.frontpage-surf-rentals-list.visible {
	opacity: 1;
	scale: 1;
}

#about-us {
	padding: 100px 0 140px 0;
	background-color: #E4E4E4;
}

.about-us-container {
	max-width: 810px;
	margin: 0 auto;
}

.about-us-content>p:not(:last-child) {
	margin-bottom: 15px;
}

.about-us-list {
	display: grid;
	grid-template-columns: repeat(4, auto);
	gap: 20px;
	margin-top: 40px;
}

.about-us-item {
	display: flex;
	align-items: center;
	position: relative;
	flex-direction: column;
}

.about-us-item>img {
	width: 120px;
	aspect-ratio: 1;
}

.about-us-item>span {
	color: #012837;
	text-align: center;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 170%;
	/* 30.6px */
	letter-spacing: -0.18px;
}

.about-us-item:not(:last-child)::after {
	content: '';
	position: absolute;
	right: -10px;
	top: 50%;
	height: 35%;
	width: 4px;
	display: block;
	transform: translateY(-50%);
	background-color: #19B7BD;
}

#frontpage-spotlight {
	padding: 130px 0;
	background-image: url(assets/images/bg-texture.webp);
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}

.frontpage-spotlight-content {
	max-width: 1370px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.frontpage-spotlight-content>img {
	width: 100%;
	height: auto;
}

.frontpage-spotlight-video>video {
	aspect-ratio: 16 / 9;
	width: 100%;
}

.frontpage-spotlight-video {
	position: relative;
	display: flex;
	align-items: center;
	rotate: 1deg;
}

.frontpage-spotlight-video::before {
	content: '';
	height: 100%;
	border: 15px solid #002837;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	background: linear-gradient(90deg, rgba(0, 43, 44, 0.00) 36%, #002837 100%);
}

.frontpage-spotlight-content::after,
.frontpage-spotlight-content::before {
	content: '';
	width: 400px;
	aspect-ratio: 2 / 1;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	z-index: -1;
}

.frontpage-spotlight-content::before {
	top: -40px;
	right: -150px;
	background-image: url(assets/images/masks/mask-frontpage-spotlight-top.webp);
}

.frontpage-spotlight-content::after {
	bottom: -15px;
	left: -125px;
	background-image: url(assets/images/masks/mask-frontpage-spotlight-bottom.webp);
}

.frontpage-spotlight-content>p {
	color: #19B7BD;
	font-family: "Darker Grotesque";
	text-shadow: 0px 0px 64px rgba(0, 0, 0, 0.25);
	font-size: 75px;
	font-weight: 900;
	line-height: 68%;
	letter-spacing: -0.75px;
	max-width: 500px;
	position: absolute;
	top: 190px;
	right: -110px;
}

.frontpage-spotlight-content>p::before {
	content: '';
	width: 125px;
	aspect-ratio: 1;
	background-image: url(assets/images/icons/icon-sun.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: -125px;
	left: 30%;
}

.frontpage-spotlight-content>p>strong {
	color: #fff;
}

#frontpage-surf-rentals {
	background-image: url(assets/images/masks/mask-lines.webp);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom;
}

.frontpage-surf-rentals-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
}

.frontpage-surf-rentals-image {
	position: relative;
	height: 100%;
}

.frontpage-surf-rentals-image>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.frontpage-surf-rentals-content {
	max-width: 455px;
	margin-left: 10%;
}

.frontpage-surf-rentals-items {
	margin: 20px 0 25px 0;
}

.frontpage-surf-rentals-item>a {
	color: #012837;
	font-size: 16px;
	font-weight: 700;
	line-height: 181%;
	/* 28.96px */
	letter-spacing: -0.16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.35);
}

.frontpage-surf-rentals-item>a:hover>span::after {
	transform: translateX(10px);
	opacity: 1;
}

.frontpage-surf-rentals-item>a>span::after {
	transition: all .2s;
	opacity: .2;
}

.frontpage-surf-rentals-item>a>span {
	color: #A8ABAC;
	transition: all .2s;
}

.frontpage-surf-rentals-item>a:hover>span {
	color: #022A37;
}

#testimonials {
	padding: 130px 0;
	overflow: hidden;
	background-color: #E4E4E4;
}

.testimonials-container {
	max-width: 1642px;
	margin: 0 auto;
}

.testimmonials-title {
	z-index: 1;
	position: relative;
}

.testimmonials-title strong {
	position: relative;
	display: inline-block;
	width: fit-content;
}

.testimmonials-title strong::before {
	content: '';
	position: absolute;
	left: -30px;
	top: 0;
	height: 65px;
	width: 225px;
	background-image: url(assets/images/masks/mask-learned.svg);
	background-repeat: no-repeat;
	background-size: contain;
	z-index: -1;
}

.testimmonials-title {
	color: #022A37;
	margin-bottom: 60px;
}

.testimonial-rate {
	display: flex;
	align-items: center;
	gap: 5px;
}

.testomonial-star {
	width: 26px;
	aspect-ratio: 1;
	background-image: url(assets/images/icons/icon-star.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

.testimonial-content {
	border-radius: 18px;
	background-color: #EBEBEB;
	display: flex !important;
	flex-direction: column;
	gap: 20px;
	padding: 30px;
	min-height: 345px;
}

.testimonial-content>p {
	color: rgba(0, 40, 55, 0.50);
}

.testimonial-author {
	color: #002837;
	font-family: "Darker Grotesque";
	font-size: 28px;
	font-weight: 900;
	line-height: 100%;
	/* 28px */
	letter-spacing: -0.28px;
}

.testimonial-date {
	color: rgba(0, 40, 55, 0.48);
	font-family: "Darker Grotesque";
	font-size: 17px;
	font-weight: 500;
	line-height: 100%;
	/* 17px */
	letter-spacing: -0.17px;
	text-transform: capitalize;
}

.testimonial-content>.flex-common {
	margin-top: auto;
}

.testimonials-items .slick-track {
	display: flex;
	gap: 20px;
}

.testimonials-items .slick-arrow {
	font-size: 0;
	border: none;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	background-image: url(assets/images/icons/icon-arrow-gray.svg);
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
	position: absolute;
	top: calc(50% - 50px);
	right: -70px;
	transition: all .2s;
}

.testimonials-items .slick-arrow:hover {
	scale: 1.1;
}

.testimonials-items .slick-arrow.slick-prev {
	scale: -1;
	left: -70px;
}

.testimonials-items .slick-dots {
	display: flex;
	gap: 5px;
	margin-top: 40px;
	align-items: center;
	justify-content: center;
	min-height: 15px;
}

.slick-dots>li {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #d1d1d1;
	transition: all .2s;
}

.slick-dots>li.slick-active {
	width: 15px;
	height: 15px;
	background-color: #002837;
}

.slick-dots>li>button {
	font-size: 0;
	border: none;
}

/* Blog */

.blog-banner {
	padding: 190px 0 250px 0;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom;
}

.blog-banner-intro>p {
	color: rgba(0, 40, 55, 0.50);
	font-size: 18px;
	font-weight: 500;
	line-height: 155%;
	/* 27.9px */
	letter-spacing: -0.18px;
}

.blog-banner-content {
	max-width: 710px;
	margin: 0 auto;
}

.blog-recent {
	padding: 70px 0;
	background-color: #E4E4E4;
}

.blog-recent-posts {
	display: flex;
	gap: 20px;
}

.blog-recent-post {
	flex: 0 0 20%;
	position: relative;
	transition: all 1s;
}

.blog-recent-post:first-child {
	flex: 0 0 40%;
}

.blog-recent-post:hover {
	flex: 1;
}

.blog-recent-post::after {
	content: '';
	border-radius: 0px 0px 16px 16px;
	background: linear-gradient(180deg, rgba(0, 40, 55, 0.00) 0%, #002837 77.78%);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	display: block;
}

.blog-recent-post>img {
	width: 100%;
	height: 415px;
	object-fit: cover;
	border-radius: 16px;
}

.blog-recent-content {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 30px;
	z-index: 1;
}

.blog-recent-content>h3 {
	color: #E4E4E4;
	font-size: 32px;
	font-weight: 900;
	line-height: 92%;
	/* 29.44px */
	margin-bottom: 8px;
	font-family: "Darker Grotesque";
}

.blog-recent-content>p {
	color: #E4E4E4;
	font-size: 15px;
	font-weight: 400;
	line-height: 150%;
	/* 22.5px */
	letter-spacing: -0.15px;
}

.blog-archive {
	padding: 50px 0;
}

.blog-categories-list {
	display: flex;
	align-items: center;
	gap: 12px;
}

.blog-categories {
	margin-bottom: 20px;
	overflow-x: auto;
	scrollbar-width: none;
}

.blog-categories::-webkit-scrollbar {
	display: none;
}

.blog-categories.active .blog-category {
	pointer-events: none;
}

.blog-category>a {
	padding: 10px 20px;
	color: #000;
	font-size: 14px;
	font-weight: 500;
	line-height: 140%;
	/* 19.6px */
	border-radius: 11px;
	border: 1px solid #C6C6C6;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .2s;
	white-space: nowrap;
}

.blog-category>a:hover,
.blog-category.selected>a {
	background-color: #002837;
	color: #E4E4E4;
	border-color: transparent;
}

.blog-item {
	border-radius: 20px;
	background: linear-gradient(180deg, #E4E4E4 54.32%, #D5D5D5 95.54%);
	padding: 12px;
	position: relative;
}

.blog-item::before {
	content: "";
	position: absolute;
	inset: 0;
	background: #E4E4E4;
	opacity: 0;
	transition: all .2s;
	z-index: 0;
}


.blog-item:hover::before {
	opacity: 1;
	border-radius: 20px;
}

.blog-item-image {
	aspect-ratio: 5 / 4;
	border-radius: 16px;
	overflow: hidden;
}

.blog-item-image>img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 16px;
	transition: all .2s;
}

.blog-item:hover>.blog-item-image>img {
	scale: 1.1;
}

.blog-item-content {
	margin-top: 8px;
	z-index: 1;
	position: relative;
}

.blog-item-content>h3 {
	color: var(--color-blue-title);
	font-size: 24px;
	font-weight: 900;
	line-height: 100%;
	/* 24px */
	margin-bottom: 4px;
	font-family: "Darker Grotesque";
}

.blog-item-content>p {
	font-size: 14px;
	font-weight: 400;
	line-height: 150%;
	/* 21px */
	letter-spacing: -0.14px;
}

.single-blog {
	padding-top: 190px;
	background: linear-gradient(0deg, #D5D5D5 0%, #CBCBCB 100%);
}

.post-thumbnail {
	max-width: 1065px;
	margin: 0 auto;
	border-radius: 16px;
	aspect-ratio: 16 / 9;
}

.post-thumbnail>img {
	width: 100%;
	height: 100%;
	border-radius: 16px;
	object-fit: cover;
}

.blog-intro {
	border-radius: 20px 20px 0 0;
	background-color: #e4e4e4;
	padding: 55px 20px 30px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.blog-intro>h1 {
	color: #002837;
	text-align: center;
	font-size: 50px;
	font-weight: 900;
	line-height: 90%;
	/* 45px */
}

.blog-article {
	padding: 30px 0 70px 0;
}

.blog-article-content>h4 {
	color: #9A9A9A;
	font-size: 22px;
	font-weight: 800;
	margin-bottom: 10px;
}

.blog-article-content>h3 {
	color: var(--color-blue);
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
}

.blog-article-content>h2 {
	color: #012837;
	font-family: 'Inter';
	font-size: 22px;
	font-weight: 700;
	line-height: 170%;
	/* 37.4px */
	letter-spacing: -0.22px;
	margin-bottom: 5px;
}

.post-intro {
	color: rgba(0, 40, 55, 0.50);
	font-size: 18px;
	font-weight: 500;
	line-height: 155%;
	/* 27.9px */
	letter-spacing: -0.18px;
	margin-top: 15px;
}

.results-count {
	color: #9A9A9A;
	font-size: 13px;
	font-weight: 600;
	line-height: 150%;
	/* 19.5px */
	letter-spacing: -0.13px;
}

#similar-posts {
	padding-bottom: 60px;
}

/* Breadcrumb */
.breadcrumb {
	display: flex;
	align-items: center;
	gap: 10px 16px;
	flex-wrap: wrap;
}

.breadcrumb-item {
	color: #9E9E9E;
	font-size: 16px;
	font-weight: 400;
	line-height: 100%;
	/* 16px */
	letter-spacing: -0.16px;
}

.breadcrumb-item:not(:last-of-type)::after {
	content: '';
	width: 5px;
	height: 9px;
	background-image: url(assets/images/icons/icon-breadcrumb.svg);
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	margin-left: 16px;
}

/* Contacto */
#contact {
	padding: 200px 0 75px 0;
	overflow-x: hidden;
	background: linear-gradient(transparent 60%, #002937 60%);
	position: relative;
}

.get-in-touch {
	color: #E4E4E4;
	font-family: "Darker Grotesque";
	font-size: 435px;
	font-style: normal;
	font-weight: 900;
	line-height: 80%;
	/* 348px */
	letter-spacing: -4.35px;
	text-wrap: nowrap;
	position: relative;
	margin-left: -20%;
	pointer-events: none;
	animation: getInTouch 2s forwards ease;
}

@keyframes getInTouch {
	from {
		top: 100px
	}

	to {
		top: -65px;
	}
}

.contact-grid {
	margin-top: 170px;
	display: grid;
	grid-template-columns: 25% 1fr;
	gap: 5%;
	z-index: 1;
	position: relative;
}

.contact-info {
	margin-top: 50px;
}

.contact-socials {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-top: 10px;
}

.contact-socials>a {
	transition: all .2s;
}

.contact-socials>a:hover {
	scale: 1.05;
}

.contact-image {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: auto;
	pointer-events: none;
}

.contact-info-mobile {
	display: flex;
	gap: 7px;
}

.contact-info-mobile::before {
	content: '';
	width: 32px;
	height: 32px;
	background-image: url(assets/images/icons/icon-contact-whatsapp.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

.contact-info-item {
	display: flex;
	flex-direction: column;
	gap: 5px;
	margin-bottom: 10px;
}

.contact-info-text {
	color: #E4E4E4;
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.16px;
	transition: all .2s;
}

.contact-info-text:hover {
	color: #fff;
}

.contact-info-item>small {
	color: #9B9B9B;
	font-size: 12px;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.1px;
	text-transform: uppercase;
}

.contact-form {
	display: flex;
	flex-direction: column;
}

.response-ajax {
	color: red;
	font-size: 14px;
	font-weight: 400;
	position: absolute;
	bottom: -40px;
}

.response-ajax.success {
	color: #19B7BD;
}

.input-group {
	flex: 1;
	width: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
	margin-top: 14px;
}

.input-group::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, #e4e4e490 30%, transparent 100%);
	z-index: 1;
}

.input-group>label {
	position: absolute;
	top: 20px;
	left: 25px;
	color: #E4E4E4;
	font-size: 18px;
	font-weight: 600;
	line-height: 120%;
	/* 21.6px */
	transition: all .2s;
	pointer-events: none;
}

.input-group>label.error {
	color: red;
}

.form-group input:not([type="checkbox"]) {
	flex: 1;
	border: none;
	height: 100%;
	width: 100%;
	background-color: transparent;
	padding: 20px 25px 22px 0;
	color: #E4E4E4;
	font-size: 16px;
	font-weight: 600;
}

.form-group input[type="checkbox"] {
	appearance: none;
	width: 25px;
	aspect-ratio: 1;
	flex: 0 0 25px;
	border: 0.5px solid #E4E4E4;
	border-radius: 7px;
	cursor: pointer;
}

.form-group input[type="checkbox"]:checked {
	background-color: #E4E4E4;
}

.form-group textarea {
	height: 260px;
	resize: none;
	background-color: transparent;
	border: none;
	padding: 20px 25px 20px 0;
	color: #E4E4E4;
	font-size: 16px;
	font-weight: 600;
}

.input-group textarea:focus,
.input-group input:focus {
	outline: none;
}

.input-group textarea:focus+label,
.input-group textarea:valid+label,
.input-group input:focus+label,
.input-group input:valid+label {
	top: 0;
	left: 0;
	font-size: 10px;
}

.form-footer {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 30px;
}

.form-footer.last {
	margin-top: 15px;
}

.form-footer>label {
	color: #E4E4E4;
	font-size: 16px;
	font-weight: 400;
	line-height: 170%;
	/* 27.2px */
	letter-spacing: -0.16px;
}

.form-footer>label>a {
	text-decoration: underline;
	transition: all .2s;
}

.form-footer>label>a:hover {
	color: #f2f2f2;
}

.btn-send-contact {
	position: absolute;
	right: 0;
	bottom: 20px;
	border: none;
	cursor: pointer;
	z-index: 1;
}

/* Mobile */
.hamburger {
	display: none;
}

/* Header */
header {
	width: 100%;
	position: absolute;
	left: 0;
	top: 60px;
	z-index: 4;
}

.header-social-media.mobile {
	display: none;
}

.header-social-media {
	display: flex;
	align-items: center;
	gap: 12px;
	position: absolute;
	top: -45px;
	right: 10px;
}

.header-social-media-image {
	width: 30px;
	aspect-ratio: 1;
}

.header-social-media>a {
	transition: all .2s;
	z-index: 1;
}

.header-social-media>a:hover {
	scale: 1.1
}

.blog .header-content {
	background: rgba(219, 219, 219, 0.5);
}

.header-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1800px;
	margin: 0 auto;
	border-radius: 68px;
	background: rgba(219, 219, 219, 0.3);
	filter: drop-shadow(0px 0px 210px #000);
	backdrop-filter: blur(10px);
	padding: 10px;
	position: relative;
}

#menu-menu-header {
	display: flex;
	gap: 15px;
	align-items: center;
}

#menu-menu-header>li {
	position: relative;
	transition: all .2s;
}

#menu-menu-header>li>a {
	color: #002837;
	font-size: 18px;
	font-weight: 500;
	line-height: 170%;
	/* 30.6px */
	letter-spacing: -0.18px;
	padding: 5px 15px;
	display: flex;
	align-items: center;
	gap: 10px;
}

#menu-menu-header>li:last-child>a {
	color: #FFF;
	font-size: 18px;
	font-weight: 700;
	line-height: 87%;
	/* 15.66px */
	letter-spacing: -0.18px;
	border-radius: 47px;
	background-color: #002837;
	padding: 23px 40px;
	display: block;
	width: fit-content;
	transition: all 1s;
}

.header-secondary #menu-menu-header>li>a {
	color: #FBF7EE;
}

#menu-menu-header>li:last-child>a:hover {
	color: #20424D;
	background-color: var(--color-blue-ocean);
}

#menu-menu-header>li.current-menu-parent,
#menu-menu-header>li.current-menu-item:not(:last-child),
#menu-menu-header>li:not(:last-child):hover {
	border-radius: 27px;
	background-color: rgba(0, 40, 55, 0.13);
}

.menu-item-has-children>a::after {
	content: '';
	background-image: url(assets/images/icons/icon-menu-has-children.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 12px;
	height: 8px;
}

.header-secondary .menu-item-has-children>a::after {
	background-image: url(assets/images/icons/icon-menu-has-children-white.svg);
	width: 15px;
	height: 25px;
}

.header-secondary .menu-item-has-children>.sub-menu {
	border-color: #DBDBDB;
	background-color: rgba(219, 219, 219, 0.10);
}

.menu-item-has-children>.sub-menu {
	position: absolute;
	top: 62px;
	left: -55px;
	background-color: rgba(219, 219, 219, 0.62);
	backdrop-filter: blur(12px);
	padding: 15px 25px 25px 25px;
	border-top: 5px solid #012837;
	width: 275px;
	display: flex;
	flex-direction: column;
	opacity: 0;
	visibility: hidden;
	transition: all .5s;
	border-radius: 0 0 10px 10px;
	box-shadow: 0px 16px 66px 0px rgba(0, 0, 0, 0.25);
	transform: translateY(-10px);
}

.menu-item-has-children:hover>.sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.menu-item-has-children>.sub-menu::before {
	content: '';
	background-color: transparent;
	height: 80px;
	width: 100%;
	position: absolute;
	top: -80px;
	left: 0;
	display: block;
}

.menu-item-has-children>.sub-menu>li {
	width: 100%;
	border-bottom: 1px solid rgba(88, 88, 88, 0.37);
	position: relative;
}

.menu-item-has-children>.sub-menu>li>a {
	color: #002837;
	text-align: right;
	font-size: 18px;
	font-weight: 400;
	line-height: 155%;
	/* 27.9px */
	letter-spacing: -0.18px;
	padding: 5px 0;
	display: block;
	position: relative;
	transition: all .5s;
}

.menu-item-has-children>.sub-menu>li>a::after {
	content: '';
	width: 25px;
	aspect-ratio: 1;
	background-image: url(assets/images/icons/icon-menu-children.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 6px;
	right: 0;
	opacity: 0;
	visibility: hidden;
	transition: all .5s;
	pointer-events: none;
}

.header-secondary .menu-item-has-children>.sub-menu>li {
	border-color: #c4c4c4;
}

.header-secondary .menu-item-has-children>.sub-menu>li>a {
	color: #E4E4E4;
}

.menu-item-has-children>.sub-menu>li>a:hover {
	padding-right: 45px;
}

.menu-item-has-children>.sub-menu>li>a:hover::after {
	opacity: 1;
	visibility: visible;
}

/* Footer */
main {
	position: relative;
}

.back-to-top {
	position: absolute;
	top: -30px;
	right: 115px;
	height: 64px;
	width: 64px;
	border-radius: 50%;
	background-image: url(assets/images/icons/icon-backtotop.svg);
	background-repeat: no-repeat;
	background-size: cover;
	border: none;
	z-index: 2;
	cursor: pointer;
	background-position: center;
	transition: all .2s;
}

.page-template-page-surf-camp .back-to-top,
.single-surf_lesson .back-to-top {
	top: 30px;
}

.error404 .back-to-top {
	display: none;
}

.back-to-top:hover {
	scale: 1.1;
}

footer {
	padding-bottom: 60px;
	z-index: 1;
	position: relative;
}

.footer-proud{
	margin-top: 40px;
}

.footer-proud > h3{
	color: #B9B9B9;
	font-size: 10px;
	font-weight: 400;
	line-height: 140%; /* 14px */
	letter-spacing: -0.1px;
	text-transform: uppercase;
}

.footer-logo {
	padding-top: 30px;
}

.page-id-13 footer {
	all: unset;
	position: relative;
}

.page-id-13 footer::before {
	content: '';
	background-image: url(assets/images/masks/mask-elipse-footer.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 600px;
	aspect-ratio: 1;
	position: absolute;
	left: 0;
	top: -30%;
	z-index: -1;
	pointer-events: none;
}

.footer-container {
	max-width: 1800px;
	margin: 0 auto;
	border-radius: 20px;
	background-color: #E4E4E4;
	padding: 40px 50px;
	background-image: url(assets/images/bg-footer.svg);
	background-repeat: no-repeat;
	background-size: 32%;
	background-position: bottom right;
}

.footer-grid {
	display: grid;
	grid-template-columns: 10% repeat(4, auto);
}

.footer-subtitle,
.footer-items>.menu>li>a {
	color: #143742;
	font-size: 18px;
	font-family: 'Inter';
	font-weight: 600;
	line-height: 130%;
	/* 23.4px */
	letter-spacing: -0.18px;
	margin-bottom: 20px;
	display: block;
	transition: all .2s;
}

.footer-items>.menu>li>a:hover {
	color: var(--color-blue-ocean);
}

.footer-items {
	position: relative;
	padding: 30px 0 0 55px;
}

.footer-items:not(:last-of-type)::after {
	content: '';
	height: 100%;
	width: 1px;
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	background-color: #B1B1B1;
}

.footer-subtitle {
	color: #24444D;
	margin-bottom: 10px;
}

.footer-social-media-icon:hover>svg>path {
	transition: all .2s;
}

.footer-social-media-icon:hover>svg>path:first-child {
	fill: #19B7BD;
}

.footer-social-media {
	display: flex;
	gap: 12px
}

.footer-text {
	color: #143742;
	font-size: 14px;
	font-weight: 400;
	line-height: 160%;
	/* 22.4px */
	letter-spacing: -0.14px;
	font-style: normal;
	display: block;
	transition: all .2s;
}

.footer-maps:hover>.footer-text,
a.footer-text:hover {
	color: #8F8F8F;
}

.footer-contact-mobile {
	display: flex;
}

.footer-contact-mobile::before {
	content: '';
	width: 35px;
	height: 35px;
	background-image: url(./assets/images/icons/icon-whatsapp.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

.footer-contact {
	display: flex;
	flex-direction: column;
	margin-bottom: 10px;
}

.footer-contact>small {
	color: #9B9B9B;
	font-size: 10px;
	font-weight: 400;
	line-height: 140%;
	/* 14px */
	letter-spacing: -0.1px;
	text-transform: uppercase;
}

.footer-bottom {
	margin-top: 50px;
	display: grid;
	grid-template-columns: 10% 1fr;
}

#menu-menu-legal {
	display: flex;
	align-items: center;
	gap: 5px 40px;
	flex-wrap: wrap;
	margin-left: 55px;
}

#menu-menu-legal>li>a {
	color: rgba(20, 55, 66, 0.40);
	font-size: 12px;
	font-weight: 400;
	line-height: 160%;
	/* 19.2px */
	letter-spacing: -0.12px;
	transition: all .2s;
}

#menu-menu-legal>li.strong>a {
	color: #143742;
}

#menu-menu-legal>li>a:hover {
	color: #002837;
}

/* 404 */
.page-not-found {
	background-image: url(assets/images/404.webp);
	background-size: cover;
	padding: 350px 0 370px 0;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}

.page-not-found::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 30%;
	background: linear-gradient(to top, #D5D5D5 18.72%, rgba(213, 213, 213, 0.00) 83.17%);
	display: block;
}

.footer-margin {
	margin-top: -200px;
}

.page-template-page-contact footer {
	background-color: #002937;
}

/* FAQ */
.faq-title {
	max-width: 90%;
}

.faq-category-title {
	padding: 25px 40px;
	color: #002837;
	font-size: 36px;
	font-weight: 900;
	line-height: 90%;
	display: flex;
	align-items: center;
	gap: 5px;
	border-radius: 20px;
	border: 1px solid #B1B1B1;
	cursor: pointer;
	margin-bottom: 20px;
	transition: all .2s;
}

.faq-category-title::before {
	content: counter(section, decimal-leading-zero)'.';
	counter-increment: section;
	color: #19B7BD;
}

.faq-item-title::after,
.faq-category-title::after {
	content: '';
	margin-left: auto;
	width: 40px;
	height: 40px;
	background-image: url(assets/images/icons/icon-faq.svg);
	background-repeat: no-repeat;
	background-size: contain;
	transition: all .2s;
}

.faq-category-title::after {
	background-image: url(assets/images/icons/icon-faq-v2.svg);
}

.faq-item-title.open~.faq-item-content,
.faq-category-title.open~.faq-item {
	display: block;
}
.faq-item-content a{
	text-decoration: underline;
}
.faq-item-content a:hover{
	color: var(--color-blue-ocean);
}
.faq-category-title:hover,
.faq-category-title.open {
	background-color: #E4E4E4;
	border-color: transparent;
}

.faq-item-title.open::after,
.faq-category-title.open::after {
	scale: -1;
}

.faq-item {
	padding: 20px 40px;
	border-bottom: 1px solid #B1B1B1;
	display: none;
}

.faq-item.open {
	border-bottom: 2px solid #012837;
}

.faq-item-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	gap: 20px;
}

.faq-item-content {
	display: none;
	margin-top: 15px;
}

/* Surf Lessons */
#banner-surf-lessons {
	padding: 185px 0 75px 0;
	background-color: #C9C9C9;
	overflow: hidden;
}

/* .surf-lessons-gallery{
	margin-top: 60px;
} */

.surf-lessons-gallery img {
	aspect-ratio: 16 / 9;
	border-radius: 16px;
}

.surf-lessons-grid {
	display: grid;
	grid-template-columns: 40% 45%;
	gap: 20px 8%;
}

.surf-lessons-grid-left p {
	margin-bottom: 15px;
}

.surf-lessons-grid-right {
	position: relative;
	z-index: 0;
}

.surf-lessons-grid-right::after {
	content: '';
	background-image: url(assets/images/masks/mask-after-lessons.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: -10px;
	right: -40px;
	height: 125px;
	width: 205px;
	z-index: -1;
}

.surf-lessons-grid-right::before {
	content: '';
	background-image: url(assets/images/masks/mask-before-lessons.svg);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 25px;
	left: 110px;
	height: 105px;
	width: 180px;
	z-index: -1;
}

.surf-lesson-image {
	position: absolute;
	right: 0;
	top: 35px;
	width: 65%;
	height: auto;
	border-radius: 10px;
}

img.surf-lesson-image-secondary {
	width: 40%;
	height: auto;
	border-radius: 10px;
}

#surf-lessons-info {
	padding: 80px 0 60px 0;
}

.surf-lessons-info-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 55px;
}

.surf-lessons-info-left {
	border-radius: 20px;
	background-color: #E4E4E4;
	padding: 35px 50px 40px 50px;
	height: fit-content;
}

.surf-lessons-info-left>h2 {
	color: #19B7BD;
	font-size: 22px;
	font-weight: 700;
	line-height: 140%;
	/* 30.8px */
	letter-spacing: -0.22px;
	margin-bottom: 15px;
}

.surf-lessons-info-left>ul {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding-left: 30px;
}

.surf-lessons-info-left>ul>li {
	color: #012837;
	font-size: 16px;
	font-weight: 400;
	line-height: 170%;
	letter-spacing: -0.16px;
	position: relative;
}

.surf-lessons-info-left>ul>li::before {
	content: '';
	background-image: url(assets/images/icons/icon-check.webp);
	background-size: contain;
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
	display: inline-flex;
	position: absolute;
	top: 4px;
	left: -30px;
}

.surf-lessons-item {
	display: flex;
	gap: 20px;
	align-items: flex-start;
	margin-bottom: 10px;
}

.single-surf_lesson .surf-lesson-options {
	position: relative;
}

.surf-lesson-frontpage::after,
.single-surf_lesson .surf-lesson-options::after {
	content: '';
	background-image: url(assets/images/masks/mask-after-other-options.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 175px;
	height: 16px;
	position: absolute;
	bottom: -12px;
	right: 28%;
}

.surf-lesson-frontpage::after {
	right: 0;
}

#why-choose-us {
	padding: 100px 0;
	background-color: #E4E4E4;
}

.why-us-text {
	color: #012837;
	font-size: 15px;
	font-weight: 700;
	line-height: 160%;
	/* 24px */
	letter-spacing: -0.15px;
}

.why-choose-us-items {
	display: grid;
	gap: 30px 20px;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.why-choose-us-item>img {
	width: 100%;
	object-fit: cover;
	border-radius: 10px;
	height: 330px;
}

.why-choose-us-content {
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin-top: 20px;
}

.why-choose-us-content>h3 {
	color: rgba(2, 42, 55, 0.86);
	font-family: "Darker Grotesque";
	font-size: 32px;
	font-weight: 900;
	line-height: 90%;
	/* 28.8px */
}

.why-choose-us-content>p {
	color: rgba(36, 68, 77, 0.70);
	font-size: 14px;
	font-weight: 400;
	line-height: 155%;
	/* 21.7px */
	letter-spacing: -0.14px;
}

#surf-lessons-pack {
	padding-top: 60px;
}

.surf-packs {
	display: flex;
	flex-wrap: wrap;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 85px 20px;
	margin: 50px 0 75px 0;
}

.surf-packs.surf-packs-grid {
	display: grid;
}

.surf-pack-item {
	flex: 1 0 235px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	border: 1px solid #BDBDBD;
	padding: 18px 18px 45px 18px;
	position: relative;
	transition: all .2s;
}

.surf-pack-item.most-popular {
	background-color: #E4E4E4;
	border-color: #E4E4E4;
}

.surf-pack-item>h4 {
	color: #022A37;
	text-align: center;
	font-size: 20px;
	font-weight: 900;
	line-height: 140%;
	/* 28px */
	color: #022A37;
	font-size: 20px;
	font-weight: 900;
	line-height: 140%;
	padding: 5px 20px 8px 20px;
	border-radius: 70px;
	background-color: #E4E4E4;
	top: -20px;
	position: absolute;
	transition: all .5s;
}

.surf-pack-item.most-popular>h4 {
	color: #19B7BD;
	background-color: #022A37;
	display: flex;
	gap: 4px;
	align-items: center;
}

.surf-pack-item:hover>.surf-pack-btn.btn-contact {
	background-color: #19B7BD;
	color: var(--color-blue-dark);
}

.surf-pack-item:hover>.surf-pack-btn.btn-contact::after {
	/* filter: brightness(0) saturate(100%) invert(15%) sepia(99%) saturate(750%) hue-rotate(165deg); */
	background-image: url(assets/images/icons/icon-contact-whatsapp-dark.svg);
}

.surf-pack-item.most-popular>h4::before {
	content: '';
	width: 20px;
	aspect-ratio: 1;
	background-image: url(assets/images/icons/icon-star-white.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

.surf-pack-item>p {
	color: rgba(36, 68, 77, 0.70);
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 155%;
	/* 21.7px */
	letter-spacing: -0.14px;
	margin: 23px 0 12px 0;
}

.surf-pack-item>p>b {
	color: #24444D;
}

.surf-pack-prices {
	display: flex;
	align-items: center;
	gap: 13px;
}

.surf-pack-prices:not(:last-child) {
	border-bottom: 1px solid #BDBDBD;
	margin-bottom: 13px;
	padding-bottom: 13px;
}

.surf-pack-prices-content {
	margin-top: auto;
}

.surf-pack-price {
	color: #24444D;
	text-align: center;
	font-size: 34px;
	font-weight: 700;
	line-height: 155%;
	/* 52.7px */
	letter-spacing: -0.34px;
	margin-top: auto;
	white-space: nowrap;
}

.surf-pack-price>small {
	font-size: 24px;
}

.surf-pack-price-text {
	color: rgba(36, 68, 77, 0.70);
	font-size: 14px;
	font-weight: 400;
	line-height: 155%;
	/* 21.7px */
	letter-spacing: -0.14px;
}

.surf-pack-price-text>strong {
	display: block;
	font-weight: 700;
	color: #20424D;
}

.surf-pack-btn {
	position: absolute;
	bottom: -22px;
}

.block-faq-contact {
	border-radius: 20px;
	background-color: #E4E4E4;
	padding: 28px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
}

.block-faq-contact-content {
	flex: 1 0 45%;
}

.block-faq-contact-content>h3 {
	color: #24444D;
	font-size: 26px;
	font-weight: 700;
	line-height: 125%;
	/* 32.5px */
	letter-spacing: -0.26px;
}

.block-faq-contact-content-text {
	color: #20424D;
	font-size: 14px;
	font-weight: 400;
	line-height: 170%;
	/* 23.8px */
	letter-spacing: -0.14px;
}

.block-faq-contact-content-text>a {
	text-decoration: underline;
	font-weight: 700;
}

#surf-lesson {
	padding-top: 100px;
}

.page-template-default #surf-lesson {
	position: relative;
	padding-bottom: 200px;
	overflow: hidden;
}

.surf-lesson-frontpage {
	position: relative;
	width: fit-content;
	margin: 0 auto 20px auto;
}

.page-template-default #surf-lesson::after {
	content: attr(data-title);
	color: #CBCBCB;
	font-family: "Darker Grotesque";
	font-size: 18vw;
	font-weight: 900;
	line-height: 87%;
	/* 330.6px */
	letter-spacing: -3.8px;
	position: absolute;
	right: 0;
	bottom: -45px;
	pointer-events: none;
}

/* .page-template-default .surf-lesson-item-bg {
	border-bottom: 1px solid #A1A8AC;
} */

.surf-lesson-title {
	color: #24444D;
	font-family: 'Inter';
	font-size: 48px;
	font-weight: 700;
	line-height: 100%;
	/* 48px */
	position: relative;
	/*white-space: nowrap;*/
	z-index: 0;
	max-width: 80%;
}

.surf-lesson-title::before {
	content: '';
	position: absolute;
	top: 120%;
	left: -25px;
	transform: translate(-50%, -50%);
	background-image: url(assets/images/masks/mask-other-lessons.webp);
	background-repeat: no-repeat;
	background-size: contain;
	aspect-ratio: 1;
	width: 250px;
	z-index: -1;
	transition: all 1s;
}

.surf-lesson-item {
	display: flex;
	max-width: 1800px;
	margin: 0 auto;
	justify-content: space-between;
	gap: 10%;
	padding: 25px 0;
	transition: all 1s;
}

.surf-lesson-item-bg:not(:last-child) .surf-lesson-item {
	border-bottom: 1px solid #A1A8AC;
}

.no-border.surf-lesson-item-bg:not(:last-child) .surf-lesson-item {
	border-color: transparent;
}

.surf-lesson-item-right,
.surf-lesson-item-contents,
.surf-lesson-item-left {
	display: flex;
	align-items: center;
	gap: 20px;
}

.surf-lesson-item-left {
	margin-left: 10%;
	transition: all .5s;
}

.surf-lesson-item-right {
	margin-right: 10%;
	transition: all .5s;
}

.surf-lesson-item-contents {
	position: relative;
	flex: 0 0 40%;
	transition: all .5s;
}

.surf-lesson-item-content {
	flex: 0 0 30%;
	opacity: 0;
	visibility: hidden;
	text-wrap: pretty;
	transition: all 1s;
	position: absolute;
	left: 0;
	max-width: 300px;
}

.surf-lesson-item-content.odd {
	left: auto;
	right: 0;
}

.surf-lesson-item-title>a,
.surf-lesson-item-secondary-image {
	opacity: 0;
	visibility: hidden;
	position: relative;
	z-index: 1;
}

.surf-lesson-item-title>a {
	transition-delay: .5s;
	margin-top: 40px;
}

.surf-lesson-item-secondary-image,
.surf-lesson-item-bg {
	transition: all .5s;
}

.surf-lesson-item-bg {
	position: relative;
	z-index: 1;
}

.surf-lesson-item-title.odd {
	margin-left: 75%;
}

.surf-lesson-item-bg:hover {
	background-color: #E4E4E4;
}

.surf-lesson-item-bg:hover .surf-lesson-item {
	border-color: transparent;
	gap: 8%;
}

.surf-lesson-item-bg:hover .surf-lesson-item-title>a,
.surf-lesson-item-bg:hover .surf-lesson-item-secondary-image,
.surf-lesson-item-bg:hover .surf-lesson-item-content {
	opacity: 1;
	visibility: visible;
}

.surf-lesson-item-bg:hover .surf-lesson-item-title.odd,
.surf-lesson-item-bg:hover .surf-lesson-item-left {
	margin-left: 0;
	transform: translateX(0);
}

.surf-lesson-item-bg:hover .surf-lesson-item-right,
.surf-lesson-item-bg:hover .surf-lesson-item-contents {
	margin-right: 0;
}

.surf-lesson-item-title {
	margin-left: 0;
	transition: all 1s;
}

.surf-lesson-item-bg:hover .surf-lesson-item-title {
	margin-left: 100%;
	transform: translateX(-100%);
}

.surf-lesson-item-bg:hover .surf-lesson-title::before {
	left: 50px;
	opacity: .5;
}

.surf-lesson-item-bg:hover .surf-lesson-item-contents{
	flex: 0 0 50%;
}

.surf-lesson-item-bg:hover .surf-lesson-item-content {
	left: 0;
}

.surf-lesson-item-bg:hover .surf-lesson-item-content.odd {
	left: auto;
	right: 0;
}

.surf-lesson-main-image {
	width: 60%;
	height: auto;
	border-radius: 15px;
}

.single-surf_lesson footer {
	background-color: #ccc;
	padding-top: 60px;
}

/* Surf Rentals */
#equipment {
	padding: 100px 0;
	background-size: cover;
	background-repeat: no-repeat;
}

#surf-rental-banner {
	padding: 152px 0 38px 0;
	background-size: cover;
}

.surf-rental-banner-grid {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.surf-rental-banner-grid>img {
	height: auto;
	width: 60%;
}

.surf-rental-banner-left {
	flex: 0 0 32%;
}

.equipment-item>img {
	border-radius: 20px;
	width: 100%;
	height: auto;
}

.equipment-content {
	margin-top: 10px;
}

.equipment-content>h3 {
	color: #022A37;
	font-size: 30px;
	font-family: "Darker Grotesque";
	font-weight: 900;
	line-height: 90%;
	/* 27px */
	margin-bottom: 10px;
}

.equipment-content>ul {
	list-style-type: disc;
	margin-left: 20px;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.equipment-content li,
.equipment-content>p {
	color: #72868d
}

.equipment-content>p>strong {
	color: #012837;
	font-weight: 400;
	line-height: 170%;
	/* 27.2px */
	letter-spacing: -0.16px;
}

#options-pricing {
	padding: 100px 0 120px 0;
	background-color: #D3D3D3;
	background-image: url(assets/images/masks/mask-lines.webp);
	background-position: bottom;
	background-size: contain;
	background-repeat: no-repeat;
}

.options-pricing-details>p,
.text-light {
	color: #566D74
}

.options-pricing-details>p>strong {
	color: #24444D;
}

.options-pricing-grid {
	margin: 50px 0;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 58px 18px;
}

.pricing-item {
	position: relative;
	padding: 50px 16px;
	border-radius: 20px;
	border: 1px solid #BDBDBD;
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: all .2s;
}

.pricing-item:hover {
	border-color: #19B7BD;
	scale: 1.01;
}

.pricing-item li,
.pricing-item>p {
	color: #597076;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	line-height: 165%;
	/* 23.1px */
	letter-spacing: -0.14px;
}

.pricing-item li>strong {
	color: #24444D;
	font-weight: 700;
}

.pricing-item-title {
	color: #19B7BD;
	text-align: center;
	font-family: "Darker Grotesque";
	font-size: 20px;
	font-weight: 900;
	line-height: 140%;
	/* 28px */
	border-radius: 69px;
	background-color: #022A37;
	padding: 5px 18px;
	width: fit-content;
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	transition: all .2s;
}

.btn-contact-secondary {
	position: absolute;
	bottom: -20px;
	background-color: var(--color-blue-ocean);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	border-radius: 35px;
	color: #20424D;
}

.btn-contact-secondary::after {
	content: '';
	width: 20px;
	height: 20px;
	background-image: url(assets/images/icons/icon-contact-whatsapp-dark.svg);
	background-size: contain;
	background-repeat: no-repeat;
}

#how-to-rent {
	padding: 122px 0 144px 0;
	position: relative;
	z-index: 1;
	background: linear-gradient(to bottom, #E4E4E4 90%, transparent);
	overflow: hidden;
}

#how-to-rent::before {
	content: attr(data-title);
	color: #D5D5D5;
	font-family: "Darker Grotesque";
	font-size: 380px;
	font-weight: 900;
	line-height: 87%;
	/* 330.6px */
	letter-spacing: -3.8px;
	position: absolute;
	bottom: 30px;
	right: 0;
	z-index: -1;
	pointer-events: none;
	white-space: nowrap;
}

.how-to-rent-grid {
	display: flex;
	gap: 6%;
}

.how-to-rent-figure {
	position: relative;
}

.how-to-rent-figure::before {
	content: '';
	position: absolute;
	top: 30px;
	left: -70px;
	aspect-ratio: 5 / 4;
	width: 25%;
	background-image: url(assets/images/masks/mask-how-to-rent.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

.how-to-rent-figure>img {
	width: 100%;
	height: auto;
}

.how-to-rent-grid-right {
	flex: 0 0 38%;
	counter-reset: list-counter;
}

.how-to-rent-grid-right ol {
	list-style: none;
}

.how-to-rent-grid-right li {
	color: #002837;
	counter-increment: list-counter;
	font-size: 17px;
	line-height: 160%;
	letter-spacing: -0.17px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #c3c3c3;
	position: relative;
	padding-left: 70px;
}

.how-to-rent-grid-right li::before {
	content: counter(list-counter);
	position: absolute;
	left: 0;
	top: 0;
	color: #002837;
	text-align: center;
	font-family: "Darker Grotesque";
	font-size: 30px;
	font-weight: 900;
	line-height: 0;
	background-color: #19B7BD;
	height: 50px;
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.how-to-rent-bottom {
	border-bottom: 1px solid #c3c3c3;
	padding: 0 25px 15px 25px;
}

.how-to-rent-bottom>h3 {
	flex: 1 0 50%;
	font-family: 'Inter';
	font-size: 19px;
	font-weight: 700;
	line-height: 120%;
	/* 22.8px */
	letter-spacing: -0.19px;
}

/* Surf Guiding */
#surf-guiding-sagres {
	padding: 130px 0 200px 0;
	min-height: 95vh;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.surf-guiding-items {
	position: relative;
	display: flex;
	gap: 15px;
	align-items: flex-start;
}

.surf-guiding-items::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 30px;
	height: 300px;
	width: 1px;
	background-color: #fff;
	transform: translateY(100%);
}

.surf-guiding-items::before {
	content: '';
	position: absolute;
	border-radius: 50%;
	background-color: #FFF;
	width: 25px;
	height: 25px;
	left: 18px;
	transform: translateY(100%);
	box-shadow: 0px 0px 70px 0px #000;
	bottom: -275px;
	/* animation: moveBall infinite 10s ease; */
}

@keyframes moveBall {
	0% {
		bottom: 0;
	}

	50% {
		bottom: var(--move-ball)
	}

	100% {
		bottom: 0;
	}
}

@keyframes moveBallSmall {
	0% {
		bottom: 0;
	}

	50% {
		bottom: var(--move-ball-small);
	}

	100% {
		bottom: 0;
	}
}

.surf-guiding-items:nth-child(even)::after {
	height: 125px;
}

.surf-guiding-items:nth-child(even)::before {
	/* animation: moveBallSmall infinite 5s ease; */
	bottom: -100px;
}

.surf-guiding-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.surf-guiding-content {
	flex: 0 0 40%;
}

.surf-guiding-head-right {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px 22px;
	flex-wrap: wrap;
	padding: 15px 28px;
	position: relative;
}

.surf-guiding-head-right::before {
	content: '';
	background: rgba(228, 228, 228, 0.45);
	mix-blend-mode: multiply;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	border-radius: 10px;
	height: 100%;
}

.surf-guiding-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 68px;
	margin-top: 75px;
}

/* Surf Camp */
.page-template-page-surf-camp footer {
	padding: 60px 0;
}

.surf-camp-banner {
	background-repeat: no-repeat;
	background-size: contain;
	padding: 225px 0;
	background-position: top;
	min-height: 80vh;
	background-attachment: fixed;
}

#surf-camp {
	padding: 80px 0 40px 0;
}

#surf-packages {
	padding-top: 70px;
}

.surf-camp-gallery {
	margin-top: 40px;
}

.surf-camp-gallery .slick-track {
	display: flex;
	gap: 20px;
}

.surf-camp-content {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	gap: 25px;
}

.surf-camp-content>h2 {
	position: relative;
}

.surf-camp-content>h2::after {
	content: '';
	position: absolute;
	bottom: -18px;
	right: -35px;
	width: 150px;
	height: 16px;
	background-image: url(assets/images/masks/mask-stay.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

.surf-packages-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr 1fr 1fr;
	justify-content: space-between;
	margin: 40px 0 50px 0;
}

.package-item {
	padding: 30px;
	border-radius: 20px;
	background-color: #E4E4E4;
}

.package-item:nth-child(even) {
	background-color: #f2f2f2;
}

.package-item.bestseller {
	background-color: #002837;
	position: relative;
}

.package-item.bestseller::after {
	content: 'Bestseller';
	position: absolute;
	top: 70px;
	left: 0;
	color: #022A37;
	font-family: "Darker Grotesque";
	font-size: 30px;
	font-style: normal;
	font-weight: 900;
	line-height: 54%;
	/* 16.2px */
	border-radius: 0px 25px 25px 0px;
	background-color: #19B7BD;
	background-image: url(assets/images/icons/icon-bestseller.svg);
	background-size: 24px;
	background-position: 30px;
	background-repeat: no-repeat;
	padding: 15px 30px 15px 62px;
}

.package-item>img {
	width: 100%;
	height: auto;
	border-radius: 16px;
}

.package-content {
	margin-top: 22px;
}

.package-title {
	color: #022A37;
	font-family: "Darker Grotesque";
	font-size: 30px;
	font-weight: 900;
	line-height: 90%;
	/* 27px */
}

.package-title.bestseller {
	color: #E4E4E4;
}

.package-list>li {
	color: #012837;
	font-size: 16px;
	line-height: 153%;
	/* 24.48px */
	letter-spacing: -0.16px;
	font-weight: 400;
	padding: 12px 14px 10px 50px;
	border-bottom: 1px solid #A2A2A2;
	position: relative;
}

.package-list.bestseller>li {
	color: #E4E4E4;
	border-color: #074B64;
}

.package-list>li:last-child {
	border: none;
}

.package-list>li::before {
	content: '';
	background-image: url(assets/images/icons/icon-check.webp);
	background-size: contain;
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
	display: block;
	position: absolute;
	top: 16px;
	left: 14px;
}

.package-list.bestseller>li::before {
	background-image: url(assets/images/icons/icon-check-blue.webp);
}

.package-list>li>strong {
	font-weight: 700;
	display: block;
}

#accomodation {
	padding-bottom: 70px;
}

#accomodation-options {
	padding: 70px 0;
	overflow: hidden;
}

.accomodation-options-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
	position: relative;
	z-index: 1;
}

.accomodation-options-grid::before,
.accomodation-options-grid::after {
	content: '';
	position: absolute;
	width: 250px;
	height: 76px;
	background-image: url(assets/images/masks/mask-accomodation.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -1;
}

.accomodation-options-grid::before {
	left: -60px;
	top: 40%;
}

.accomodation-options-grid::after {
	top: 30%;
	right: -150px;
}

.accomodation-options-item {
	border-radius: 20px;
	background-color: #E4E4E4;
	padding: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.accomodation-options-item>h4 {
	color: #012837;
	text-align: center;
	font-family: 'Inter';
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: -0.16px;
}

.accomodation-content {
	padding: 70px 0 50px 0;
}

@media (min-width: 2400px) {
	.get-in-touch {
		margin-left: -30%;
		font-size: 505px;
	}

	.back-to-top {
		right: 16%;
	}

	.input-group::after {
		background: #e4e4e4;
	}

	.blog-banner {
		padding: 190px 0 310px 0;
	}

	#frontpage-surf-camp {
		background-size: auto;
	}
}

@media (max-width: 1800px) {

	.frontpage-hero-container,
	header {
		padding: 0 25px;
	}

	.contact-whatsapp {
		width: 40px;
		right: 25px;
	}

	/* Footer */
	.page-id-13 .footer-container{
		margin: 0 25px;
	}

	footer {
		padding: 0 25px 25px 25px;
	}

	.page-template-page-surf-camp footer {
		padding: 50px 25px 25px 25px;
	}

	.footer-proud-image,
	.footer-logo-sandy>img {
		width: 80px;
		height: fit-content;
	}

	.footer-items {
		padding: 30px 30px 0 30px;
	}

	#menu-menu-legal {
		margin-left: 30px;
	}

	/* Single Surf Lessons */
	.surf-lesson-item {
		padding: 25px 6%;
	}

	/* Frontpage */
	.frontpage-hero-content {
		margin-bottom: 80px;
	}
}

@media (max-width: 1680px) {
	h1 {
		font-size: 70px;
	}

	h2 {
		font-size: 46px;
	}

	.testimmonials-title strong::before {
		width: 190px;
	}

	h3 {
		font-size: 22px;
	}

	.container {
		padding: 0 6%;
	}

	/* Header */
	#menu-menu-header>li:last-child>a,
	#menu-menu-header>li>a {
		font-size: 16px;
	}

	#menu-menu-header {
		gap: 5px;
	}

	/* Footer */
	.footer-subtitle,
	.footer-items>.menu>li>a {
		font-size: 16px;
	}

	/* FAQ */
	.faq-category-title {
		padding: 22px 35px;
	}

	.faq-category-title {
		font-size: 34px;
	}

	/* Blog */
	.blog-intro>h1 {
		font-size: 48px;
	}

	.blog-recent-content>h3 {
		font-size: 30px;
	}

	.blog-item-content>h3 {
		font-size: 20px;
	}

	#how-to-rent::before,
	.before-section::before {
		font-size: 335px;
	}

	/* Contact */
	.get-in-touch {
		font-size: 380px;
	}

	#contact {
		background: linear-gradient(transparent 45%, #002937 45%);
	}

	/* Single Surf Lessons */
	.why-choose-us-item>img {
		height: 280px;
	}

	.why-choose-us-content>h3 {
		font-size: 30px;
	}

	.surf-lessons-item>img {
		width: 50px;
		aspect-ratio: 1;
	}

	.surf-lesson-title::before {
		width: 180px;
	}

	.surf-lesson-title {
		font-size: 42px;
	}

	.surf-guiding-items>img {
		width: 80px;
	}

	.surf-guiding-items::after {
		height: 250px;
	}

	:root {
		--move-ball: -250px;
	}

	.surf-camp-banner {
		min-height: 70vh;
	}

	.package-item.bestseller::after {
		font-size: 26px;
	}

	/* Frontpage */
	.frontpage-spotlight-content::after,
	.frontpage-spotlight-content::before {
		width: 285px;
	}

	.frontpage-spotlight-content::before {
		top: -60px;
		right: 0;
	}

	.frontpage-spotlight-content::after {
		left: 0;
	}

	.frontpage-spotlight-content {
		padding: 0 6%;
	}

	.frontpage-spotlight-content>p {
		font-size: 68px;
		line-height: .75;
		right: -40px;
	}

	.frontpage-surf-rentals-list {
		font-size: 15px;
		border-radius: 18px;
	}

	.testimonial-author {
		font-size: 26px;
	}

	.page-template-default #surf-lesson::after {
		bottom: -15px;
	}

	/* Surf Lessons */
	.surf-guiding-items::before {
		bottom: -225px;
	}

	#surf-guiding-sagres {
		background-position: center 80px;
		background-color: #70aeca;
	}

}

@media (max-width: 1440px) {
	h1 {
		font-size: 65px;
	}

	h2 {
		font-size: 42px;
	}

	.general-content>h2 {
		font-size: 32px;
	}

	h3 {
		font-size: 20px;
	}

	.btn {
		font-size: 16px;
	}

	.btn.btn-home {
		padding: 20px 55px;
	}

	#how-to-rent::before,
	.before-section::before {
		font-size: 285px;
	}

	.contact-whatsapp {
		width: 45px;
	}

	/* Header */
	.menu-item-has-children>.sub-menu>li>a {
		font-size: 16px;
	}

	/* Footer */
	.footer-container {
		padding: 30px;
	}

	.page-template-default footer::before {
		top: -25%;
		width: 530px;
	}

	/* FAQ */
	.faq-category-title {
		font-size: 32px;
	}

	/* Contact */
	.input-group>label {
		font-size: 16px;
	}

	.get-in-touch {
		font-size: 400px;
		margin-left: -15%;
	}

	/* Blog */
	.blog-banner-intro>p {
		font-size: inherit;
	}

	.blog-intro>h1 {
		font-size: 46px;
	}

	.blog-recent-content>h3 {
		font-size: 28px;
	}

	.blog-recent-post {
		flex: 0 0 25%;
	}

	.blog-recent-post>img {
		height: 350px;
	}

	.blog-banner {
		background-size: auto;
	}

	/* Single Surf Lessons */
	#surf-lesson {
		padding-top: 65px;
	}

	.surf-lesson-main-image {
		width: 80%;
	}

	.surf-lesson-item-secondary-image {
		display: none;
	}

	.why-choose-us-item>img {
		height: 255px;
	}

	.surf-lessons-item>img {
		width: 40px;
	}

	.surf-lesson-title {
		font-size: 40px;
	}

	.surf-lesson-item-secondary-image {
		aspect-ratio: 1;
		width: 30%;
		height: auto;
		object-fit: cover;
		border-radius: 10px;
	}

	.surf-lesson-item-title.odd {
		margin-left: 65%;
	}

	.why-choose-us-content {
		margin-top: 10px;
	}

	.why-choose-us-content>h3 {
		font-size: 28px;
	}

	#surf-guiding-sagres {
		background-position: bottom;
		padding: 80px 0 200px 0;
		overflow: hidden;
	}

	.surf-guiding-items>img {
		width: 70px;
	}

	/* Surf Rental */
	.how-to-rent-grid-right li {
		font-size: 16px;
	}

	.how-to-rent-grid-right li::before {
		font-size: 25px;
	}

	.surf-rental-banner-left {
		flex: 0 0 40%;
	}

	/* Frontpage */
	.frontpage-hero-title {
		font-size: 84px;
	}

	.frontpage-spotlight-content>p {
		font-size: 60px;
		right: 0;
		max-width: 435px;
	}

	.frontpage-surf-rentals-item>a>span,
	.frontpage-surf-rentals-item>a {
		font-size: 14px;
	}

	.frontpage-surf-rentals-list {
		padding: 6px 25px 6px 6px;
	}

	.frontpage-surf-rentals-list>img {
		width: 35px;
		aspect-ratio: 1;
	}

	#testimonials {
		padding: 70px 0;
	}

	.testimonial-author {
		font-size: 24px;
	}

	#frontpage-surf-camp {
		padding-bottom: 200px;
	}

	/* Surf Camp */
	#accomodation-options {
		padding: 55px 0 40px 0;
	}
}

@media (max-width: 1376px) {
	h1 {
		font-size: 60px;
	}

	h2 {
		font-size: 40px;
	}

	.testimmonials-title strong::before {
		width: 166px;
		left: -18px;
	}

	.grid-5 {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}

	.container-md-secondary.surf-packages-container {
		max-width: 740px;
	}

	/* Header */
	.menu-item-has-children>.sub-menu {
		top: 55px;
	}

	.header-social-media-image {
		width: 25px;
	}

	header {
		top: 45px;
	}

	.header-social-media {
		gap: 10px;
		top: -35px;
	}

	.header-content>a,
	.custom-logo-link {
		max-width: 170px;
	}

	.header-content>a>img,
	.custom-logo-link>img {
		width: 100%;
		height: fit-content;
	}

	#menu-menu-header>li:last-child>a {
		padding: 20px 30px;
	}

	/* Blog */
	.blog-intro>h1 {
		font-size: 44px;
	}

	.blog-recent-content>h3 {
		font-size: 26px;
		line-height: 1.1;
	}

	/* Contact */
	.get-in-touch {
		font-size: 335px;
	}

	.contact-grid {
		margin-top: 95px;
	}

	/* Single Surf Lesson */
	.surf-lesson-title {
		font-size: 36px;
	}

	.surf-pack-price {
		font-size: 30px;
	}

	.surf-pack-price>small {
		font-size: 20px;
	}

	.surf-pack-price-text {
		font-size: 12px;
	}

	.surf-guiding-items::after {
        height: 165px;
	}

	.surf-guiding-items::before {
        bottom: -150px;
    }

	/* Surf Camp */
	#surf-camp {
		padding: 40px 0;
	}

	.package-item.bestseller::after {
		font-size: 22px;
		top: 55px;
	}

	/* Frontpage */
	.about-us-item>span {
		font-size: 16px;
	}

	.frontpage-hero-title {
		font-size: 70px;
	}

	.frontpage-hero-content {
		max-width: 35%;
	}

	/* Footer */
	.page-template-default footer::before {
		top: -20%;
	}
}

@media (max-width: 1280px) {

	h1 {
		font-size: 50px;
	}

	h2 {
		font-size: 38px;
	}

	.general-content>h2 {
		font-size: 30px;
	}

	.container-secondary {
		padding: 0 6%;
	}

	.btn {
		padding: 12px 32px;
	}

	header {
		padding: 0 25px;
	}

	/* Blog */
	.blog-intro>h1 {
		font-size: 42px;
	}

	#how-to-rent::before,
	.before-section::before {
		font-size: 250px;
	}

	/* Contact */
	.get-in-touch {
		font-size: 300px;
		margin-left: -16%;
		animation: getInTouch 2s forwards ease;
	}

	@keyframes getInTouch {
		from {
			top: 100px
		}

		to {
			top: -45px;
		}
	}

	/* Single Surf Lessons */
	.surf-lessons-info-left>ul>li {
		font-size: 15px;
	}

	.surf-lesson-title {
		font-size: 34px;
	}

	.surf-lessons-info-left {
		padding: 35px;
		height: fit-content;
		position: sticky;
		top: 20px;
	}

	.surf-lesson-item-content {
		font-size: 15px;
	}

	.surf-lesson-item-content {
		max-width: 225px;
	}

	.surf-pack-price {
		font-size: 30px;
	}

	/* Surf Rentals */
	.how-to-rent-bottom {
		padding: 0 15px 15px 15px;
	}

	.how-to-rent-grid-right li::before {
		font-size: 20px;
		height: 30px;
		width: 30px;
	}

	.how-to-rent-grid-right li {
		padding-left: 40px;
	}

	.pricing-item {
		position: relative;
		padding: 35px 15px 55px 15px;
	}

	.equipment-content>h3 {
		font-size: 26px;
	}

	/* Surf Camp */
	.package-list>li {
		font-size: 15px;
		line-height: 1.45;
		padding: 10px 10px 10px 30px;
	}

	.package-title {
		font-size: 28px;
	}

	.package-list>li::before {
		height: 18px;
		width: 18px;
		left: 0;
	}

	.package-content {
		margin-top: 15px;
	}

	.package-item {
		padding: 25px;
	}

	/* Frontpage */
	.frontpage-surf-rentals-list:nth-of-type(1){
		top: 25px;
	}

	.frontpage-surf-rentals-list:nth-of-type(2){
		right: 18%;
	}

	.frontpage-surf-rentals-list:nth-of-type(3) {
		bottom: 30%;
	}

	.frontpage-surf-rentals-list:nth-of-type(4) {
		left: 25%;
	}

	.frontpage-spotlight-content::after,
	.frontpage-spotlight-content::before {
		width: 215px;
	}

	.frontpage-spotlight-content::before {
		top: -25px;
		right: 40px;
	}

	.frontpage-spotlight-content::after {
		left: 35px;
	}

	#frontpage-spotlight {
		padding: 85px 0;
	}

	.frontpage-spotlight-content>p {
		font-size: 50px;
		max-width: 375px;
	}

	.frontpage-surf-rentals-list {
		font-size: 14px;
		border-radius: 17px;
	}

	.testimmonials-title {
		margin-bottom: 40px;
	}

	.frontpage-hero-content {
		margin-bottom: 50px;
		max-width: 460px;
	}

	/* Surf Rentals */
	.options-pricing-details {
		max-width: 720px;
		margin: 0 auto;
	}
}

@media (max-width: 1180px) {
	.general-content>p:first-of-type {
		font-size: 16px;
	}

	/* Header */
	#menu-menu-header>li:last-child>a,
	#menu-menu-header>li>a {
		font-size: 15px;
	}

	#menu-menu-header>li>a {
		padding: 0 10px;
	}

	/* Footer */
	.page-template-page-surf-camp .back-to-top,
	.single-surf_lesson .back-to-top {
		top: 35px;
	}

	.footer-container {
		background-size: 45%;
	}

	.page-template-default footer::before {
		top: -18%;
		width: 50%;
	}

	.back-to-top {
		height: 50px;
		width: 50px;
		right: 5%;
	}

	.footer-grid {
		grid-template-columns: 10% 40% 45%;
		gap: 10px;
	}

	.footer-items {
		padding: 15px 30px;
	}

	.footer-logo {
		grid-row: span 2;
		padding-top: 15px;
	}

	.footer-items:not(:last-of-type)::after {
		display: none;
	}

	.footer-items:nth-child(even)::after {
		display: block;
		height: 90%;
		top: 10px;
		right: 15px;
	}

	/* Blog */
	.blog-recent-post {
		flex: 1;
		transition: all .2s;
	}

	.blog-recent-post:hover {
		scale: 1.05;
	}

	.blog-recent-content>h3 {
		font-size: 24px;
	}

	/* Single Surf Lesson */
	.surf-packs {
		grid-template-columns: 1fr 1fr;
	}

	.surf-lessons-grid {
		grid-template-columns: 1fr 1fr;
		gap: 35px;
	}

	.surf-lessons-grid-right::before {
		left: 50px;
		bottom: 50px;
	}

	.block-faq-contact-content>h3 {
		font-size: 24px;
	}

	#surf-lessons-pack {
		padding-top: 35px;
	}

	.surf-guiding-head,
	.surf-guiding-grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 55px 10%;
	}

	.surf-guiding-head-right>p {
		font-size: 14px;
	}

	.surf-guiding-head-right {
		padding: 15px;
	}

	.surf-guiding-items:nth-child(even)::after,
	.surf-guiding-items::after {
		bottom: -20px;
		left: 0;
		height: 1px;
		width: 100%;
	}

	.surf-guiding-items:nth-child(even)::before,
	.surf-guiding-items::before {
		/* animation: moveBallHor 10s infinite; */
		left: 50%;
		transform: none;
		bottom: -28px;
		width: 15px;
		height: 15px;
	}

	/* .surf-guiding-items:nth-child(even)::before {
		animation: moveBallHorInvert 10s infinite;
	} */

	@keyframes moveBallHor {
		0% {
			left: 0;
		}

		50% {
			left: 100%;
		}

		100% {
			left: 0;
		}
	}

	@keyframes moveBallHorInvert {
		0% {
			left: 100%;
		}

		50% {
			left: 0%;
		}

		100% {
			left: 100%;
		}
	}

	#surf-guiding-sagres {
		background-attachment: fixed;
	}

	#surf-guiding-sagres::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(to bottom, #00000075 65%, transparent);
		display: block;
	}

	#surf-guiding-sagres .container {
		position: relative;
		z-index: 1;
	}

	.surf-guiding-items>img {
		filter: brightness(0.2) invert(1);
	}

	.surf-guiding-items>p,
	.surf-guiding-content>h2,
	.surf-guiding-content>p {
		color: #e4e4e4;
	}

	/* Surf Rentals */
	.options-pricing-grid {
		grid-template-columns: 1fr 1fr 1fr;
	}

	#options-pricing {
		padding: 55px 0 120px 0;
	}

	/* Frontpage */
	.frontpage-surf-camp-grid {
		grid-template-columns: 1fr 55%;
		align-items: flex-start;
	}

	.frontpage-surf-camp-left {
		padding-top: 50px;
		margin-left: 0;
	}

	.testimonial-content {
		min-height: 420px;
	}

	/* Contacts */
	.form-footer>label,
	.contact-info-text {
		font-size: 14px;
	}

	.contact-grid {
		grid-template-columns: 30% 1fr;
	}
}

@media (max-width: 1080px) {
	.btn {
		font-size: 15px;
	}

	.blog-article-content li,
	.general-content li,
	.equipment-content li,
	p {
		font-size: 15px;
	}

	/* Blog */
	.post-thumbnail {
		padding: 0 6%;
	}

	.blog-intro {
		margin: 0 auto;
		max-width: 85%;
	}

	/* Contact */
	.get-in-touch {
		font-size: 24vw;
		margin-left: -15%;
	}

	/* Single Surf Lessons */
	.single-surf_lesson .surf-lesson-options::after {
		width: 140px;
		right: 32%;
	}

	.surf-lesson-frontpage::after {
		width: 140px;
	}

	.surf-lesson-item-bg:hover .surf-lesson-item,
	.surf-lesson-item {
		gap: 35px;
	}

	.surf-lesson-item-left {
		margin-left: 0;
		gap: 10px;
	}

	.surf-lesson-item-bg:hover .surf-lesson-item-contents,
	.surf-lesson-item-contents {
		flex: 0 0 45%;
	}

	.surf-lesson-item-content {
		max-width: 100%;
		flex: 0;
		position: relative;
		left: 0;
		font-size: 0;
	}

	.surf-lesson-item-content.odd {
		right: 0;
		left: 0;
	}

	.surf-lesson-item-bg:hover .surf-lesson-item-content {
		flex: 0 0 50%;
		font-size: 15px;
	}

	.surf-lesson-item-title.odd,
	.surf-lesson-item-bg:hover .surf-lesson-item-title,
	.surf-lesson-item-title {
		margin-left: 0;
		transform: translateX(0);
	}

	.surf-lesson-item-right {
		margin-right: 0;
		gap: 10px;
	}

	.surf-lesson-item-contents.odd {
		flex-direction: row-reverse;
	}

	.surf-lesson-item-bg:hover .surf-lesson-item-content {
		left: 0;
	}

	.surf-lesson-item-bg:hover .surf-lesson-item-content.odd {
		right: 0;
	}

	.surf-lesson-title {
		font-size: 30px;
		white-space: wrap;
	}

	.surf-lesson-item-content {
		flex: 0 0 50%;
		font-size: 14px;
		opacity: 1;
		visibility: visible;
		z-index: 1;
	}

	.surf-lesson-item-bg:hover .surf-lesson-item-contents,
	.surf-lesson-item-contents {
		flex: 0 0 50%;
	}

	.surf-lesson-item-bg:hover .surf-lesson-item-content {
		font-size: 14px;
	}

	.surf-lesson-item-title>a {
		visibility: visible;
		opacity: 1;
	}

	.surf-lesson-item-secondary-image {
		display: none;
	}

	.surf-lesson-item-left,
	.surf-lesson-item-right {
		z-index: 1;
	}

	.surf-lesson-main-image {
		width: 100%;
	}

	.surf-lesson-item-title>a {
		font-size: 14px;
	}

	.surf-lesson-title::before {
		width: 165px;
		left: auto;
		right: -70px;
		top: 90%;
	}

	.surf-lesson-item-bg:hover .surf-lesson-title::before {
		left: auto;
		right: 0;
	}

	.why-choose-us-content>h3 {
		font-size: 26px;
	}

	.why-choose-us-item>img {
		height: 300px;
	}

	#why-choose-us {
		padding: 60px 0;
	}

	.surf-pack-price {
		font-size: 28px;
	}

	.surf-guiding-head-right {
		flex-direction: column;
	}

	/* Surf Rentals */
	.how-to-rent-grid-right {
		flex: 0 0 48%;
	}

	.how-to-rent-grid-right li {
		font-size: 15px;
	}

	.how-to-rent-bottom>h3 {
		font-size: 18px;
	}

	#how-to-rent {
		padding: 65px 0 80px
	}

	#how-to-rent::before {
		font-size: 22vw;
	}

	#equipment {
		padding: 50px 0;
	}

	.how-to-rent-figure>img {
		height: 100%;
		object-fit: cover;
		border-radius: 16px;
	}

	/* Surf Camp */
	.surf-camp-banner {
		min-height: auto;
		background-size: cover;
		padding: 195px 0;
		background-attachment: unset;
	}

	.why-choose-us-items {
		grid-template-columns: 1fr 1fr 1fr;
	}

	/* Frontpage */
	.frontpage-surf-rentals-list:nth-of-type(2) {
        top: 40%;
	}
	.frontpage-spotlight-content>p {
		font-size: 50px;
		max-width: 35%;
	}

	.frontpage-surf-rentals-content {
		margin: 0 55px;
		padding: 55px 0;
	}

	.frontpage-surf-rentals-image {
		height: 100%;
	}

	.frontpage-surf-rentals-list {
		font-size: 13px;
		border-radius: 16px;
	}

	.testimonial-author {
		font-size: 22px;
	}

	.testomonial-star {
		width: 22px;
	}

	.testimonial-content {
		min-height: 320px;
	}

	.blog-recent-content>h3 {
		margin-left: 0;
	}
}

@media (max-width: 1024px) {
	h1 {
		font-size: 46px;
	}

	h2 {
		font-size: 36px;
	}

	/* Footer */
	.footer-logo-sandy>img {
		width: 100%;
		height: auto;
	}

	.footer-grid {
		gap: 10px 20px;
		grid-template-columns: 10% auto auto;
	}

	#menu-menu-legal {
		margin-left: 50px;
		gap: 5px 20px;
	}

	/* FAQ */
	.faq-category-title {
		font-size: 30px;
		padding: 18px 25px;
		margin-bottom: 10px;
	}

	.faq-item {
		padding: 15px 25px;
	}

	/* Contact */
	.form-footer.last {
		margin-top: 10px;
	}

	.form-group input[type="checkbox"] {
		flex: 0 0 22px;
		width: 22px;
		border-radius: 5px;
	}

	#contact {
		background: linear-gradient(transparent 40%, #002937 40%);
	}

	/* Blog */
	.blog-intro>h1 {
		font-size: 40px;
	}

	.blog-recent-content {
		padding: 20px;
	}

	.blog-recent-post>img {
		height: 295px;
	}

	.blog-recent-content>h3 {
		font-size: 22px;
	}

	.grid-5 {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.blog-item-content>h3 {
		font-size: 18px;
	}

	/* Single Surf Lessons */
	#banner-surf-lessons {
		padding: 185px 0 45px 0;
	}

	.surf-lessons-grid-right {
		height: 290px;
	}

	.surf-lesson-image {
		top: auto;
		bottom: 35px;
		width: 80%;
	}

	.surf-lessons-grid-right::after {
		top: 25px;
		right: 0px;
		height: 100px;
		width: 180px;
	}

	.surf-lessons-grid-right::before {
		left: 20px;
		bottom: 0;
	}

	.surf-lessons-info-grid {
		grid-template-columns: 100%;
		gap: 30px;
	}

	#surf-lessons-info {
		padding: 45px 0;
	}

	.surf-lessons-info-left {
		position: relative;
		top: 0;
	}

	.block-faq-contact-content>h3 {
		font-size: 20px;
	}

	.surf-packages-grid {
		grid-template-columns: 100%;
	}

	.package-item {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 20px;
	}

	.package-item>img {
		height: 100%;
		object-fit: cover;
	}

	.package-content {
		margin-top: 0;
	}

	.accomodation-options-item>h4 {
		margin-bottom: 10px;
	}

	.accomodation-content {
		padding: 20px 0 50px 0;
	}

	.block-faq-contact-content-text {
		display: flex;
		flex-wrap: wrap;
		gap: 0 5px;
	}

	.block-faq-contact-content-text>strong {
		flex: 1 0 100%;
	}

	/* Frontpage */
	.btn.btn-home {
		padding: 18px 45px;
	}

	.frontpage-surf-camp-grid>img {
		width: 85%;
		margin: 0 auto;
	}

	.about-us-item>span {
		font-size: 14px;
	}

	#about-us {
		padding: 45px 0 95px 0;
	}

	.frontpage-spotlight-content>p {
		font-size: 42px;
		max-width: 30%;
		right: 15px;
		top: 140px;
	}

	.frontpage-spotlight-content>p::before {
		width: 100px;
		top: -100px;
	}

	.frontpage-surf-camp-grid {
		grid-template-columns: 100%;
	}

	.frontpage-surf-camp-left {
		max-width: 65%;
		margin-left: 0;
		order: 1;
		padding-top: 0;
	}

	#frontpage-surf-camp {
		padding-bottom: 175px;
	}

	.page-template-default #surf-lesson {
		padding-bottom: 120px;
		padding-top: 50px;
	}

	.frontpage-surf-camp-buttons {
		margin-top: 30px;
	}

	/* Footer */
	.footer-container {
		background-image: url(assets/images/masks/mask-footer-md.svg);
		background-size: 35%;
	}

}

@media (max-width: 1024px) and (min-height: 1180px) {
	.frontpage-hero {
		min-height: 68vh;
	}
}

@media (max-width: 950px) {
	.container-md {
		padding: 0 6%;
	}

}

@media (max-width: 900px) {

	html,
	body {
		overflow-x: hidden;
	}

	body {
		position: relative;
	}

	.general-section {
		padding: 140px 0 60px 0;
	}

	.general-content>h2 {
		font-size: 28px;
	}

	.breadcrumb-item {
		font-size: 14px;
	}

	/* Menu */
	#menu-menu-header>li.current-menu-parent,
	#menu-menu-header>li.current-menu-item:not(:last-child),
	#menu-menu-header>li:not(:last-child):hover {
		border-radius: 0;
		background-color: transparent;
	}

	#menu-menu-header>li:last-child>a {
		color: #fff;
	}

	/* 404 */
	.page-not-found {
		padding: 185px 0 300px 0;
	}

	/* Blog */
	.single-blog {
		padding-top: 130px;
	}

	.blog-banner {
		padding: 135px 0 245px 0;
	}

	/* Contact */
	.contact-grid {
		grid-template-columns: 36% 1fr;
		gap: 20px;
	}

	#contact {
		padding: 135px 0 75px 0;
	}

	.contact-info-text,
	.form-footer>label,
	.input-group>label {
		font-size: 14px;
	}

	.contact-grid {
		margin-top: 50px;
	}

	/* Header */
	.header-social-media {
		display: none;
	}

	.header-social-media.mobile {
		display: flex;
		top: auto;
		bottom: 100px;
		left: 30px;
	}

	#menu-menu-header>li:not(:last-child):hover {
		background-color: transparent;
	}

	.menu-item-has-children>.sub-menu {
		backdrop-filter: unset;
		box-shadow: unset;
		border-top: unset;
		position: relative;
		top: 0;
		left: 0;
		display: block;
		visibility: visible;
		padding: 10px 0;
		opacity: 1;
		transform: translateY(-0);
		background-color: transparent;
		width: 100%;
	}

	.menu-item-has-children>.sub-menu>li>a {
		font-size: 16px;
		text-align: start;
		color: #002837 !important;
	}

	.menu-item-has-children>.sub-menu>li>a:hover {
		padding-right: 0;
	}

	.menu-item-has-children>.sub-menu>li>a::after {
		display: none;
	}

	.header-secondary .menu-item-has-children>.sub-menu>li {
		border-color: rgba(88, 88, 88, 0.37);
	}

	.menu-item-has-children>.sub-menu::before {
		display: none;
	}

	.menu-item-has-children.open>.sub-menu {
		display: block;
	}

	.header-secondary #menu-menu-header>li:not(:last-child)>a {
		color: #002837;
	}

	.header-secondary .menu-item-has-children>a::after {
		background-image: url(assets/images/icons/icon-menu-has-children.svg);
		width: 12px;
		height: 8px;
	}

	.header-navigation {
		position: fixed;
		height: 100vh;
		width: 100%;
		background-color: #e4e4e4;
		top: 0;
		left: 0;
		transform: translateX(110%);
		padding-top: 50px;
		transition: all 1s;
		opacity: 0;
		visibility: hidden;
	}

	.header-navigation::before {
		content: '';
		position: absolute;
		height: calc(100vh + 20px);
		width: calc(100vw + 25px);
		background-color: #e4e4e4;
		top: -20px;
		left: -25px;
		display: block;
		pointer-events: none;
		background-image: url(assets/images/masks/mask-footer-md.svg);
		background-size: 50%;
		background-repeat: no-repeat;
		background-position: bottom right;
	}

	#hamburger-6.is-active~.header-navigation {
		transform: translateX(0);
		opacity: 1;
		visibility: visible;
	}

	.header-content.is-active {
		filter: none;
		backdrop-filter: none;
	}

	#menu-menu-header {
		flex-direction: column;
		align-items: flex-start;
		padding: 0 6%;
		gap: 0;
	}

	#menu-menu-header>li:last-child>a,
	#menu-menu-header>li {
		width: 100%;
	}

	#menu-menu-header>li:last-child>a {
		text-align: center;
	}

	#menu-menu-header>li>a {
		border-bottom: 1px solid #002837;
		width: 100%;
		padding: 12px 0;
		font-size: 18px;
	}

	.menu-item-has-children>a::after {
		display: none;
	}

	#menu-menu-header>li:nth-last-of-type(2)>a {
		border-bottom: none;
	}

	header {
		top: 20px;
	}

	/* Mobile */
	.hamburger {
		display: block;
		z-index: 1;
		margin-right: 25px;
	}

	.hamburger .line {
		width: 50px;
		height: 3px;
		background-color: var(--color-blue);
		display: block;
		margin: 8px auto;
		transition: all 0.3s ease-in-out;
		cursor: pointer;
	}

	.header-secondary .hamburger .line {
		background-color: #FBF7EE;
	}

	.header-secondary .hamburger.is-active .line {
		background-color: var(--color-blue);
	}

	#hamburger-6.is-active {
		transition: all 0.3s ease-in-out;
		transition-delay: 0.6s;
		transform: rotate(45deg);
	}

	#hamburger-6.is-active .line:nth-child(2) {
		width: 0px;
	}

	#hamburger-6.is-active .line:nth-child(1),
	#hamburger-6.is-active .line:nth-child(3) {
		transition-delay: 0.3s;
	}

	#hamburger-6.is-active .line:nth-child(1) {
		transform: translateY(12px);
	}

	#hamburger-6.is-active .line:nth-child(3) {
		transform: translateY(-10px) rotate(90deg);
	}

	/* Single Surf Lessons */
	#banner-surf-lessons {
		padding: 135px 0 30px 0;
	}

	.surf-lesson-item-contents {
		flex: 0 0 55%;
	}

	/* Surf Rentals */
	.equipment-content>h3 {
		font-size: 24px;
	}

	/* Surf Camp */
	.surf-camp-banner {
		background-attachment: initial;
		padding: 150px 0 190px 0;
	}

	/* Frontpage */
	.about-us-item>img {
		height: 70px;
		width: 70px;
	}

	.about-us-container {
		padding: 0 6%;
	}

	/* Footer */
	.footer-items:nth-child(even)::after {
		right: 0;
	}
}

@media (max-width: 820px) {
	h1 {
		font-size: 42px;
	}

	h2 {
		font-size: 34px;
	}

	h2>span {
		display: inline;
	}

	h2.testimmonials-title>span {
		display: block;
	}

	h3 {
		font-size: 18px;
	}

	.container-md-secondary {
		padding: 0 6%;
	}

	.before-section::before {
		font-size: 210px;
	}

	.btn {
		font-size: 14px;
		padding: 14px 30px;
	}

	/* Frontpage */
	.frontpage-surf-rentals-grid {
		grid-template-columns: 100%;
	}

	.frontpage-surf-rentals-content {
		max-width: 100%;
		margin: 0 8%;
		padding: 30px 0 50px;
	}

	.frontpage-surf-rentals-list>img {
		width: 25px;
	}

	/* FAQ */
	.faq-title {
		max-width: 100%;
	}

	.faq-item-title::after,
	.faq-category-title::after {
		width: 30px;
		height: 30px;
	}

	.faq-category-title {
		font-size: 28px;
	}

	/* Contact */
	.contact-grid {
		margin-top: 10px;
	}

	.form-group input[type="checkbox"] {
		flex: 0 0 20px;
		height: 20px;
	}

	.contact-grid {
		grid-template-columns: 100%;
	}

	.contact-info {
		margin-top: 30px;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 15px;
	}

	.contact-socials,
	.contact-follow-us {
		grid-column: 1;
	}

	#contact {
		background: linear-gradient(transparent 30%, #002937 30%);
	}

	@keyframes getInTouch {
		from {
			top: 100px
		}

		to {
			top: -15px;
		}
	}

	/* Single Surf Lessons */
	.why-choose-us-flex {
		width: 100%;
	}

	.why-choose-us-content {
		margin-top: 15px;
		gap: 8px;
	}

	.surf-lesson-image {
		bottom: 55px;
	}

	.surf-lesson-item {
		flex-direction: column-reverse;
	}

	.surf-lesson-item.odd {
		flex-direction: column;
	}

	.surf-lesson-title::before {
		width: 200px;
		left: auto;
		right: -100px;
		top: -35px;
		transform: translate(0);
	}

	#surf-lessons-info {
		padding: 30px 0 45px 0;
	}

	.surf-lesson-main-image {
		width: 60%;
		height: auto;
		flex: 1;
	}

	.surf-lesson-item-contents {
		flex: 1;
		justify-content: space-between;
		flex-direction: row-reverse;
	}

	.surf-lesson-item-title>a {
		margin-top: 20px;
	}

	.surf-lesson-item {
		padding: 50px 6%;
	}

	#surf-lesson {
		padding-top: 45px;
	}

	.surf-lesson-item-bg:not(:last-child) .surf-lesson-item {
		border-color: transparent;
	}

	.why-choose-us-items {
		grid-template-columns: 1fr 1fr;
	}

	/* Surf Camp */
	.surf-camp-content {
		margin-bottom: 25px;
	}

	.package-list>li {
		padding: 10px 10px 8px 30px;
	}

	#surf-packages {
		padding-top: 30px;
	}


	/* Surf Rentals */
	#equipment {
		background-size: contain;
		background-repeat: repeat;
	}

	.equipment-items {
		grid-template-columns: 1fr 1fr;
	}

	/* Footer */
	.page-template-default footer::before {
		top: -10%;
	}

	.page-template-default #surf-lesson::after {
		bottom: -10px;
		font-size: 20vw;
	}
}

@media (max-width: 768px) and (min-height: 100px) {
	.frontpage-hero {
		min-height: 68vh;
	}
}

@media (max-width: 768px) {

	h1 {
		font-size: 40px;
	}

	h2 {
		font-size: 32px;
	}

	/* Footer */
	.back-to-top {
		height: 45px;
		width: 45px;
		right: 10%;
		top: -20px;
	}

	.page-template-page-surf-camp footer {
		padding: 60px 25px 30px 25px;
	}

	.footer-subtitle,
	.footer-items>.menu>li>a {
		font-size: 14px;
	}

	.footer-grid {
		grid-template-columns: 100px auto auto;
		gap: 20px 30px;
	}

	.footer-text {
		font-size: 13px;
	}

	.footer-bottom {
		grid-template-columns: 100px auto;
		gap: 20px;
		margin-top: 40px;
	}

	#menu-menu-legal {
		margin-left: 0;
	}

	.footer-items {
		padding: 0;
	}

	.footer-logo {
		max-width: 65px;
		padding-top: 0;
	}

	.footer-items:nth-child(even)::after {
		display: none;
	}

	/* FAQ */
	.faq-category-title {
		font-size: 26px;
	}

	.faq-item {
		padding: 15px;
	}

	/* Blog */
	.blog-recent {
		padding: 40px 0;
	}

	.blog-category>a {
		font-size: 13px;
	}

	.blog-article {
		padding: 30px 0;
	}

	.post-intro {
		font-size: 16px;
	}

	.blog-intro>h1 {
		font-size: 38px;
	}

	.blog-article-content>h2 {
		font-size: 20px;
	}

	.blog-recent-post>img {
		height: 260px;
	}

	.blog-recent-posts {
		gap: 15px;
		flex-wrap: wrap;
	}

	.blog-recent-post:first-child,
	.blog-recent-post:hover,
	.blog-recent-post {
		flex: 1 0 48%;
	}

	.blog-recent-content>h3 {
		font-size: 20px;
	}

	/* Single Surf Lessons */
	#surf-lesson,
	.page-template-default #surf-lesson{
		padding-top: 30px;
	}

	.breadcrumb-item {
		font-size: 13px;
	}

	.surf-lessons-grid-right {
		height: 260px;
	}

	.block-faq-contact-content>h3 {
		margin-bottom: 10px;
	}

	.surf-lesson-item-bg:nth-child(even) {
		background-color: #E4E4E4;
	}

	.why-choose-us-item>img {
		height: 240px;
	}

	.surf-guiding-head {
		grid-template-columns: 100%;
		gap: 12px;
	}

	.surf-guiding-head-right {
		flex-direction: row;
	}

	/* Surf Rentals */
	.how-to-rent-grid {
		flex-direction: column;
		gap: 20px;
	}

	.grid-4 {
		grid-template-columns: 1fr 1fr;
	}

	.options-pricing-grid {
		grid-template-columns: 1fr 1fr;
	}

	.how-to-rent-bottom>h3 {
		font-size: 16px;
	}

	#how-to-rent::before {
		font-size: 145px;
	}

	/* Surf Camp */
	.package-title {
		font-size: 26px;
	}

	.package-item {
		grid-template-columns: 40% 1fr;
	}

	.surf-camp-gallery .slick-track {
		display: block;
	}

	.accomodation-options-item {
		padding: 20px;
	}

	.package-item {
		display: block;
	}

	.package-item>img {
		position: relative;
		height: fit-content;
	}

	.package-content {
		margin-top: 20px;
	}

	/* Frontpage */
	.about-us-item>span {
		font-size: 13px;
	}

	.about-us-list {
		margin-top: 25px;
	}

	#frontpage-spotlight {
		padding: 55px 0;
	}

	.frontpage-spotlight-content>p {
		font-size: 40px;
		max-width: 40%;
	}

	.slick-dots>li.slick-active {
		width: 12px;
		height: 12px;
	}

	.slick-dots>li {
		width: 8px;
		height: 8px;
	}

	.testomonial-star {
		width: 20px;
	}

	.testimonial-author {
		font-size: 20px;
	}

	.testimonials-items .slick-track {
		gap: 10px;
	}

	#testimonials {
		padding: 45px 0;
	}

	.testimmonials-title strong::before {
		width: 135px;
	}
}

@media (max-width: 710px) {
	#surf-rental-banner {
		padding: 130px 0 35px 0;
	}

	/* Single Surf Lessons */
	.surf-lessons-grid {
		grid-template-columns: 100%;
		gap: 45px;
	}

	.surf-lesson-image {
		width: 60%;
		right: 25px;
		bottom: 20px;
	}

	.surf-lessons-grid-right::before {
		left: 75px;
		bottom: -35px;
	}

	.surf-lessons-grid-right::after {
		top: -50px;
		right: -30px;
	}

	.surf-lessons-grid-right {
		height: auto;
	}

	#banner-surf-lessons {
		padding: 135px 0 55px 0;
	}

	.surf-guiding-grid {
		grid-template-columns: 100%;
		margin-top: 30px;
	}

	.surf-guiding-items {
		align-items: center;
	}

	.surf-guiding-items>img {
		width: 60px;
	}

	/* Surf Rentals */
	.surf-rental-banner-grid {
		flex-direction: column;
		gap: 20px;
	}

	.surf-rental-banner-grid>img {
		width: 100%;
		gap: 20px;
	}
}

@media (max-width: 650px) {
	.general-content>h2 {
        font-size: 26px;
    }

	.container-sm {
		padding: 0 6%;
	}

	/* Footer */
	.footer-grid {
		grid-template-columns: 1fr 1fr;
		gap: 20px 35px;
	}

	.footer-logo {
		grid-row: auto;
		grid-column: span 2;
		max-width: 100%;
        padding-top: 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 25px;
	}

	.footer-logo-sandy{
		max-width: 75px;
		height: auto;
	}

	.grid-5 {
		grid-template-columns: 1fr 1fr;
	}

	/* Surf Camp */
	.accomodation-options-grid {
		grid-template-columns: 100%;
	}

	#accomodation-options {
		padding: 45px 0;
	}

	.about-us-list {
		grid-template-columns: 1fr 1fr;
	}

	.about-us-item:nth-child(even):not(:last-child)::after {
		display: none;
	}

	/* Frontpage */
	.btn.btn-home {
		padding: 16px 40px;
	}

	.frontpage-surf-camp-left {
		max-width: 100%;
	}

	.frontpage-spotlight-content>p {
		font-size: 34px;
		top: 110px;
		right: 25px;
	}

	.frontpage-spotlight-content>p::before {
		width: 70px;
		top: -70px;
	}

	.frontpage-spotlight-video::before {
		border-width: 10px;
		background: linear-gradient(90deg, rgba(0, 43, 44, 0.00) 12%, #002837 100%);
	}

	.testimonial-content {
		min-height: 300px;
	}

	#frontpage-surf-camp {
		padding-bottom: 120px;
	}

	.frontpage-surf-camp-grid>img {
		width: 100%;
	}

	/* Faq */
	.block-faq-contact {
		flex-direction: column;
		padding: 25px;
	}
}

@media (max-width: 550px) {
	h1 {
		font-size: 36px;
	}

	.general-content>p:first-of-type {
		font-size: 15px;
	}

	.blog-article-content li,
	.general-content li,
	.equipment-content li,
	p {
		font-size: 14px;
	}

	#menu-menu-header>li>a{
		font-size: 16px;
	}

	.hamburger .line {
		width: 35px;
		height: 2px;
	}

	.sm-none {
		display: none;
	}

	/* Footer */
	.footer-items {
		padding: 0;
		border-bottom: 1px solid #b1b1b1;
		padding-bottom: 20px;
	}

	.footer-items.footer-items-no-border {
		border-color: transparent;
		padding-bottom: 0;
	}

	.footer-bottom {
		margin-top: 25px;
	}

	.footer-contact-mobile::before {
		order: 1;
	}

	.footer-container {
		background-size: 90%;
	}

	.footer-logo {
		grid-column: auto;
		grid-template-columns: 100%;
		gap: 0;
	}

	.footer-proud{
		margin-top: 20px;
	}

	.footer-logo-sandy {
		max-width: 70px;
	}

	.footer-grid {
		grid-template-columns: 100%;
		gap: 20px;
	}

	.page-template-default footer::before {
		left: 0;
		top: auto;
		bottom: -30px;
		width: 70%;
	}

	#footer-contact-us-title {
		display: none;
	}

	#menu-menu-footer-2 {
		margin-top: -20px;
	}

	/* Header */
	#hamburger-6.is-active .line:nth-child(1) {
		transform: translateY(10px);
	}

	header {
		padding: 0 10px;
	}

	.header-content>a,
	.custom-logo-link {
		max-width: 130px;
	}

	.header-content {
		padding: 10px 10px 4px 10px;
	}

	.hamburger {
		margin-top: -6px;
	}

	.header-navigation::before {
		background-size: 75%;
	}

	/* Slick */
	.surf-lessons-gallery .slick-arrow.slick-prev,
	.custom-gallery .slick-arrow.slick-prev {
		left: 10px;
	}

	.surf-lessons-gallery .slick-arrow.slick-next,
	.custom-gallery .slick-arrow.slick-next {
		right: 10px;
	}

	/* Contact */
	#contact {
		background: linear-gradient(transparent 25%, #002937 25%);
	}

	.contact-image {
		width: 150%;
		left: -40%;
	}

	.contact-grid {
		margin-top: 90px;
	}

	.flex-group {
		flex-direction: column;
		align-items: flex-start;
	}

	/* FAQ */
	.faq-category-title {
		font-size: 24px;
		padding: 18px;
	}

	.block-faq-contact-content-text {
		line-height: 1.6;
	}

	/* Blog */
	.blog-recent-post::after {
		height: 100%;
	}

	.surf-lessons-gallery .slick-arrow,
	.custom-gallery .slick-arrow {
		display: none !important;
	}

	.blog-intro {
		max-width: 92%;
		padding: 30px 20px;
	}

	.post-intro {
		font-size: 14px;
	}

	.blog-intro>h1 {
		font-size: 36px;
	}

	.blog-recent-content>p {
		font-size: 14px;
	}

	.blog-item-content>p {
		font-size: 13px;
	}

	.before-section::before {
		font-size: 175px;
	}

	.blog-categories {
		margin-left: -6%;
		width: 112%;
	}

	.blog-category:first-child {
		margin-left: 6%;
	}

	/* Single Surf Lessons */
	.single-surf_lesson .surf-lesson-options::after {
		width: 100px;
	}

	.surf-lesson-frontpage::after {
		width: 100px;
	}

	#banner-surf-lessons {
		padding: 115px 0 55px 0;
	}

	.surf-lessons-info-left {
		padding: 25px;
	}

	.surf-lessons-info-left>ul {
		padding-left: 25px;
	}

	.surf-lessons-info-left>ul>li {
		font-size: 14px;
	}

	.surf-lessons-info-left>ul>li::before {
		width: 15px;
		left: -25px;
	}

	.surf-lessons-item>img {
		width: 30px;
	}

	.surf-lesson-title {
		font-size: 26px;
		flex: 0;
	}

	.surf-lesson-title::before {
		width: 160px;
	}

	.surf-lesson-item-contents.odd,
	.surf-lesson-item-contents {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.surf-lesson-item-title>a {
		margin-top: 0;
	}

	#why-choose-us {
		padding: 45px 0;
	}

	.surf-packs {
		grid-template-columns: 100%;
	}

	.surf-pack-prices-content {
		width: 100%;
	}

	.surf-pack-prices {
		justify-content: center;
	}

	#surf-guiding-sagres {
		padding: 60px 0;
	}

	.surf-lessons-info-right > ul{
		padding: 10px 0;
	}

	/* Surf Rentals */
	.options-pricing-grid {
		grid-template-columns: 100%;
		gap: 85px;
	}

	#options-pricing {
		padding: 55px 0;
	}

	.options-pricing-details>p:not(:last-child) {
		margin-bottom: 15px;
	}

	#how-to-rent::before {
		font-size: 110px;
		bottom: 0;
	}

	#how-to-rent {
		padding: 40px 0 80px;
	}

	.equipment-content li,
	.equipment-content>p {
		font-size: 14px;
	}

	/* Surf Camp */
	.package-list {
		margin-bottom: 10px;
	}

	/* Frontpage */
	#frontpage-surf-camp {
		padding-bottom: 60px;
	}

	.surf-lesson-item-title {
		display: flex;
		align-items: center;
		gap: 15px;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
	}

	.frontpage-hero-buttons {
		gap: 20px;
	}

	.frontpage-gallery::after {
		width: 250px;
		height: 100px;
	}

	.about-us-item:not(:last-child)::after {
		display: none;
	}

	.about-us-content.text-center>h2,
	.about-us-content.text-center {
		text-align: left;
	}

	.page-template-default #surf-lesson::after {
		display: none;
	}

	.frontpage-spotlight-content::after,
	.frontpage-spotlight-content::before {
		width: 115px;
	}

	.frontpage-spotlight-content::before {
		top: -35px;
	}

	.frontpage-spotlight-content::after {
		bottom: -30px;
	}

	#frontpage-surf-camp::after {
		display: none;
	}

	.frontpage-spotlight-content>p {
		font-size: 30px;
		top: 80px;
		right: 0;
		max-width: 45%;
	}

	.frontpage-spotlight-content>p::before {
		width: 55px;
		top: -60px;
		left: auto;
        right: 25px;
	}

	.frontpage-surf-rentals-list {
		font-size: 12px;
		border-radius: 15px;
	}

	.page-template-default #surf-lesson {
		padding-bottom: 0;
	}

	.breadcrumb-item:not(:last-of-type)::after {
		margin-left: 10px;
	}

	.breadcrumb {
		gap: 10px;
	}

}

@media (max-width: 465px) {
	h1 {
		font-size: 32px;
		line-height: 1;
	}

	h3 {
		font-size: 16px;
		line-height: 1.4;
	}

	.btn {
		padding: 14px 22px;
	}

	.mb-20,
	.mb-25 {
		margin-bottom: 15px;
	}

	/* Header */
	.hamburger .line {
		width: 30px;
		margin: 6px auto;
	}

	#hamburger-6.is-active .line:nth-child(1) {
		transform: translateY(6px);
	}

	/* 404 */
	.page-not-found {
		padding: 150px 0 265px 0;
	}

	/* Contact */
	.contact-info {
		display: none;
	}

	.contact-image {
		width: 160%;
	}

	#contact {
		padding: 115px 0 75px 0;
		background: linear-gradient(transparent 30%, #002937 30%);
	}

	.get-in-touch {
		font-size: 110px;
	}

	.package-content {
		margin-top: 10px;
	}

	@keyframes getInTouch {
		from {
			top: 100px
		}

		to {
			top: 0;
		}
	}

	.contact-image {
		animation: contactImage forwards 5s;
	}

	@keyframes contactImage {
		from {
			left: 0;
		}

		to {
			left: -45%;
		}
	}

	/* Blog */
	.blog-recent-post>img {
		height: 200px;
	}

	.blog-intro>h1 {
		font-size: 34px;
	}

	.grid-5 {
		grid-template-columns: 100%;
		gap: 8px;
	}

	.blog-item-image {
		flex: 0 0 115px;
	}

	.blog-item {
		display: flex;
		gap: 15px;
		padding-right: 20px;
	}

	/* Single Surf Lessons */
	.surf-guiding-head-right {
		flex-direction: column;
		align-items: flex-start;
	}

	.btn-contact {
		width: 100%;
	}

	.surf-lesson-title::before {
		display: none;
	}

	.why-choose-us-items {
		grid-template-columns: 100%;
	}

	.why-choose-us-content {
		margin-top: 0;
	}

	.why-choose-us-item {
		display: flex;
		gap: 20px;
	}

	.why-choose-us-item>img {
		height: 150px;
		flex: 0;
	}

	.why-us-text {
		max-width: 75%;
	}

	/* Frontpage */
	.frontpage-gallery .slick-slide {
		aspect-ratio: 9 / 12;
	}

	.frontpage-gallery .slick-list{
		padding: 0 15px !important;
	}

	.testimmonials-title strong::before {
		width: 120px;
		left: -10px;
	}

	.frontpage-surf-camp-grid>img {
		width: 110%;
		margin-left: -5%;
	}

	.frontpage-spotlight-content>p::before {
        width: 55px;
        top: -75px;
        left: auto;
        right: 15px;
    }

    .frontpage-spotlight-content>p {
        position: relative;
        top: auto;
        right: auto;
        max-width: 100%;
        margin-top: 25px;
        line-height: 1;
    }

	.frontpage-spotlight-video::before {
		background: linear-gradient(90deg, rgba(0, 43, 44, 0.1) 0%, #00283775 100%);
	}

	.frontpage-hero {
		min-height: 75vh;
	}

	.frontpage-hero-title {
		font-size: 75px;
	}

	.page-template-default #surf-lesson::after {
		bottom: 10px;
		font-size: 20vw;
		right: auto;
		left: 6%;
	}

	.footer-bottom {
		grid-template-columns: 100%;
		margin-top: 20px;
	}

	#menu-menu-legal {
		flex-direction: column;
		align-items: flex-start;
	}

	.footer-blisq {
		order: 1;
	}

	/* Surf Camp */
	.surf-camp-title {
		font-size: 50px;
	}

	.surf-camp-banner {
		padding: 115px 0 190px 0;
	}

	.general-section {
		padding: 115px 0 60px 0;
	}

	.package-item.bestseller::after {
		top: 35px;
	}

	#frontpage-surf-camp {
		padding-bottom: 35px;
	}
}

@media (max-width: 430px) and (max-height: 844px) {
	.frontpage-hero {
		min-height: 100dvh;
	}
}

@media (max-width: 430px) and (min-height: 845px) {
	.frontpage-hero {
		min-height: 75vh;
	}
}

@media (max-width: 400px) {
	.surf-lesson-title {
		font-size: 22px;
	}

	.frontpage-hero-title {
		font-size: 60px;
		max-width: 90%;
	}

	.custom-logo-link {
		max-width: 115px;
	}

	.contact-image {
		width: 170%;
	}

	.grid-4 {
		grid-template-columns: 1fr;
	}

	.surf-guiding-items>img {
		width: 55px;
	}

	.equipment-item>img{
		height: 240px;
		object-fit: cover;
	}
}

@media (max-width: 375px) {
	.surf-lesson-title {
		font-size: 20px;
	}
}