Unforgettable Experiences at Croyde Bay, North Devon
Coastline Sports is a long-established outdoor activities business based in the glorious location of Croyde Bay on the North Devon coast. We provide opportunities for people of all ages and abilities to sample a wide range of outdoor activities in the safe hands of our experienced instructors.
You may be seeking an adrenaline rush or a more leisurely experience, but whatever your preference the Coastline Sports team are always on hand to ensure that your visit to Croyde Bay and the North Devon coastline will result in unforgettable experiences and fabulous memories that last a lifetime. Whether you're looking for 'otdoor activities near me' or 'Croyde things to do', then Coastline Sports has something for you.

Coasteering
Explore the rugged coastline of Croyde Bay with a coasteering adventure! Our experienced instructors provide coasteering trips for all ages from 8 upwards, allowing you to scramble, leap and swim around the cliffs, jump into the sea, and explore sea caves.

Surfing
Croyde Bay is renowned for its excellent surfing conditions, attracting surfers of all levels. Whether you’re a beginner or an experienced surfer, our surfing instructors will ensure that you will quickly learn new skills and soon be exceeding your expectations!

Climbing & Abseiling
If rock climbing and abseiling are your thing, there are cliffs and inland rocky outcrops across North Devon, that are perfect. Join us in a guided rock-climbing session to challenge yourself on natural rock faces and enjoy the stunning coastal views.

Paddleboarding
Enjoy the serene waters of our meandering inland waterways by trying stand-up paddle boarding. Paddle along still waters and take in the beautiful scenery. SUP is a versatile activity suitable for all skill levels with a huge sense of fun and achievement.

Safety First
All of the Coastline Sports instructors have an intimate knowledge of the North Devon area, weather patterns and tide characteristics to ensure that you are kept completely safe while having the time of your life!
Whether you are coasteering, climbing, surfing or out on a SUP we will provide you with all of the appropriate equipment – just bring yourselves and let us do the rest!
Our instructors hold the necessary qualifications for the activity you are doing. All instructors involved with water based activities are qualified Beach Life Guards, they also hold additional qualifications for the activity they are instructing. Our climbing instructors also have the Rock Climbing Instructor Award.
We are also registered with the Adventure Activities Licensing Authority (AALA). As part of our AALA registration we are fully inspected every 2 years, this includes checking our safety record, our Standard Operating Procedures, Risk Assessments, Training Records and Safety Equipment amongst other aspects.

About Coastline Sports
My name is Will and I am the owner of Coastline Sports.
I started the business here in North Devon in 2014, partly to allow me to share my love of our amazing outdoor space with people from all walks of life. From day one, my goal has been to deliver unforgettable, bespoke adventures to anyone who is wanting an exhilarating, outdoor challenge.
Whether you are looking for an adventure for yourself, your family or for a larger group, all of us at Coastline Sports would be pleased to have you join us. Between us, my small team of instructors and I have over 50 years of professional experience, sharing our passion for the North Devon coastline.
Please don’t hesitate to give me a call on 07568 371 957 so I can answer any questions and get you on board one of our adventures.
Some of Our Reviews
Sign Up for Our Mailing List
Sign up for news, updates and articles
for Adventure?
Coasteering
Are you Ready
for Something New?
Surfing
Are you Ready
for a Challenge?
Rock Climbing
Are you Ready
for Some Me Time?
Paddleboarding
.cs-adventure-slider,
.cs-adventure-slider * {
box-sizing: border-box;
}
.cs-adventure-slider {
–cs-accent: #47acce;
position: relative;
width: 100%;
height: 720px;
min-height: 500px;
overflow: hidden;
background: #111;
isolation: isolate;
}
/* Slides */
.cs-adventure-slide {
position: absolute;
inset: 0;
z-index: 1;
width: 100%;
height: 100%;
opacity: 0;
visibility: hidden;
pointer-events: none;
transition:
opacity 900ms cubic-bezier(.22, 1, .36, 1),
visibility 900ms;
}
.cs-adventure-slide.is-active {
z-index: 2;
opacity: 1;
visibility: visible;
pointer-events: auto;
}
/* Background image */
.cs-slide-image {
position: absolute;
inset: 0;
display: block;
width: 100%;
height: 100%;
margin: 0;
object-fit: cover;
object-position: center;
transform: scale(1.08);
transition: transform 7s linear;
}
.cs-adventure-slide.is-active .cs-slide-image {
transform: scale(1);
}
/* Dark overlay */
.cs-slide-overlay {
position: absolute;
inset: 0;
z-index: 1;
background:
linear-gradient(
90deg,
rgba(4, 12, 15, 0.90) 0%,
rgba(4, 12, 15, 0.68) 38%,
rgba(4, 12, 15, 0.20) 70%,
rgba(4, 12, 15, 0.20) 100%
),
linear-gradient(
0deg,
rgba(4, 12, 15, 0.58) 0%,
transparent 52%
);
}
/* Slide content */
.cs-slide-content {
position: relative;
z-index: 3;
display: flex;
flex-direction: column;
justify-content: center;
width: min(92%, 1320px);
height: 100%;
margin: 0 auto;
padding: 60px 40px 80px;
color: #fff;
}
/* Text animation */
.cs-slide-intro,
.cs-slide-question,
.cs-slide-title {
opacity: 0;
transform: translateY(38px);
transition:
opacity 700ms cubic-bezier(.22, 1, .36, 1),
transform 700ms cubic-bezier(.22, 1, .36, 1);
}
.cs-adventure-slide.is-active .cs-slide-intro,
.cs-adventure-slide.is-active .cs-slide-question,
.cs-adventure-slide.is-active .cs-slide-title {
opacity: 1;
transform: translateY(0);
}
.cs-adventure-slide.is-active .cs-slide-intro {
transition-delay: 150ms;
}
.cs-adventure-slide.is-active .cs-slide-question {
transition-delay: 270ms;
}
.cs-adventure-slide.is-active .cs-slide-title {
transition-delay: 390ms;
}
/* Intro */
.cs-slide-intro {
margin: 0 0 5px;
color: rgba(255, 255, 255, 0.90);
font-family: Arial, Helvetica, sans-serif;
font-size: clamp(22px, 2vw, 34px);
font-weight: 400;
line-height: 1.2;
letter-spacing: -0.02em;
}
/* Main heading */
.cs-slide-question {
max-width: 950px;
margin: 0 0 24px;
color: #fff;
font-family: Arial, Helvetica, sans-serif;
font-size: clamp(45px, 6.2vw, 96px);
font-weight: 700;
line-height: 0.98;
letter-spacing: -0.055em;
}
/* Activity link */
.cs-slide-title {
position: relative;
display: inline-block;
align-self: flex-start;
margin-top: 6px;
padding-bottom: 10px;
color: var(–cs-accent);
font-family: Arial, Helvetica, sans-serif;
font-size: clamp(32px, 4vw, 62px);
font-weight: 700;
line-height: 1.05;
letter-spacing: -0.04em;
text-decoration: none;
}
.cs-slide-title::after {
content: “”;
position: absolute;
right: 0;
bottom: 0;
left: 0;
height: 3px;
background: var(–cs-accent);
transform: scaleX(0);
transform-origin: right;
transition: transform 350ms ease;
}
.cs-slide-title:hover::after,
.cs-slide-title:focus-visible::after {
transform: scaleX(1);
transform-origin: left;
}
/* Tablet */
@media (max-width: 1024px) {
.cs-adventure-slider {
height: 620px;
}
.cs-slide-content {
padding-right: 50px;
padding-left: 50px;
}
}
/* Mobile height 400px */
@media (max-width: 767px) {
.cs-adventure-slider {
height: 400px;
min-height: 400px;
}
.cs-slide-overlay {
background:
linear-gradient(
0deg,
rgba(4, 12, 15, 0.92) 0%,
rgba(4, 12, 15, 0.58) 58%,
rgba(4, 12, 15, 0.15) 100%
);
}
.cs-slide-content {
justify-content: flex-end;
width: 100%;
padding: 25px 20px 35px;
}
.cs-slide-intro {
margin-bottom: 3px;
font-size: 16px;
}
.cs-slide-question {
max-width: 100%;
margin-bottom: 10px;
font-size: clamp(30px, 10vw, 44px);
line-height: 1;
}
.cs-slide-title {
margin-top: 2px;
padding-bottom: 5px;
font-size: clamp(24px, 8vw, 34px);
}
.cs-slide-title::after {
height: 2px;
}
}
/* Accessibility */
@media (prefers-reduced-motion: reduce) {
.cs-adventure-slide,
.cs-slide-image,
.cs-slide-intro,
.cs-slide-question,
.cs-slide-title {
transition-duration: 0.01ms !important;
}
.cs-slide-image {
transform: none !important;
}
}
(function () {
function initAdventureSliders() {
const sliders = document.querySelectorAll(
‘.cs-adventure-slider:not([data-slider-ready])’
);
sliders.forEach(function (slider) {
slider.setAttribute(‘data-slider-ready’, ‘true’);
const slides = Array.from(
slider.querySelectorAll(‘.cs-adventure-slide’)
);
if (slides.length < 2) { return; } const autoplayDelay = parseInt(slider.getAttribute('data-autoplay'), 10) || 5000; let currentIndex = 0; let autoplayTimer = null; function showSlide(index) { slides.forEach(function (slide, slideIndex) { const isCurrent = slideIndex === index; slide.classList.toggle( 'is-active', isCurrent ); slide.setAttribute( 'aria-hidden', isCurrent ? 'false' : 'true' ); }); currentIndex = index; } function nextSlide() { const nextIndex = (currentIndex + 1) % slides.length; showSlide(nextIndex); } function startAutoplay() { stopAutoplay(); autoplayTimer = window.setInterval( nextSlide, autoplayDelay ); } function stopAutoplay() { if (autoplayTimer) { window.clearInterval(autoplayTimer); autoplayTimer = null; } } document.addEventListener( 'visibilitychange', function () { if (document.hidden) { stopAutoplay(); } else { startAutoplay(); } } ); showSlide(0); startAutoplay(); }); } if (document.readyState === 'loading') { document.addEventListener( 'DOMContentLoaded', initAdventureSliders ); } else { initAdventureSliders(); } /* * Helps when Cornerstone loads the HTML dynamically. */ if ('MutationObserver' in window) { const observer = new MutationObserver(function () { initAdventureSliders(); }); observer.observe(document.documentElement, { childList: true, subtree: true }); } })(); \n\n[/cs_content_seo][/cs_element_layout_column_2][/cs_element_layout_row_2][/cs_element_section_2][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id="8" ][cs_element_layout_column _id="9" ][cs_element_layout_div _id="10" ][cs_element_layout_slide_container _id="11" ][cs_element_layout_slide _id="12" ][cs_element_headline _id="13" ][cs_content_seo]{{dc:looper:field key="title"}}\n\n[/cs_content_seo][cs_element_headline _id="14" ][cs_content_seo]{{dc:looper:field key="description"}}\n\n[/cs_content_seo][cs_element_headline _id="15" ][cs_content_seo]{{dc:looper:field key="ctaText"}}\n\n[/cs_content_seo][cs_element_layout_div_2 _id="16" ][cs_element_image _id="17" ][/cs_element_layout_div_2][/cs_element_layout_slide][/cs_element_layout_slide_container][/cs_element_layout_div][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id="18" ][cs_element_layout_row _id="19" ][cs_element_layout_column _id="20" ][cs_element_headline _id="21" ][cs_content_seo]Unforgettable Experiences at Croyde Bay, North Devon\n\n[/cs_content_seo][cs_element_text _id="22" ][cs_content_seo]Coastline Sports is a long-established outdoor activities business based in the glorious location of Croyde Bay on the North Devon coast. We provide opportunities for people of all ages and abilities to sample a wide range of outdoor activities in the safe hands of our experienced instructors. You may be seeking an adrenaline rush or a more leisurely experience, but whatever your preference the Coastline Sports team are always on hand to ensure that your visit to Croyde Bay and the North Devon coastline will result in unforgettable experiences and fabulous memories that last a lifetime. Whether you're looking for 'otdoor activities near me' or 'Croyde things to do', then Coastline Sports has something for you.\n\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id="23" ][cs_element_layout_column _id="24" ][cs_element_image _id="25" ][cs_element_headline _id="26" ][cs_content_seo]Coasteering\n\n[/cs_content_seo][cs_element_text _id="27" ][cs_content_seo]Explore the rugged coastline of Croyde Bay with a coasteering adventure! Our experienced instructors provide coasteering trips for all ages from 8 upwards, allowing you to scramble, leap and swim around the cliffs, jump into the sea, and explore sea caves.\n\n[/cs_content_seo][cs_element_button _id="28" ][cs_content_seo]Coasteering\n\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id="29" ][cs_element_image _id="30" ][cs_element_headline _id="31" ][cs_content_seo]Surfing\n\n[/cs_content_seo][cs_element_text _id="32" ][cs_content_seo]Croyde Bay is renowned for its excellent surfing conditions, attracting surfers of all levels. Whether you’re a beginner or an experienced surfer, our surfing instructors will ensure that you will quickly learn new skills and soon be exceeding your expectations! \n\n[/cs_content_seo][cs_element_button _id="33" ][cs_content_seo]Surfing\n\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id="34" ][cs_element_image _id="35" ][cs_element_headline _id="36" ][cs_content_seo]Climbing & Abseiling\n\n[/cs_content_seo][cs_element_text _id="37" ][cs_content_seo]If rock climbing and abseiling are your thing, there are cliffs and inland rocky outcrops across North Devon, that are perfect. Join us in a guided rock-climbing session to challenge yourself on natural rock faces and enjoy the stunning coastal views.\n\n[/cs_content_seo][cs_element_button _id="38" ][cs_content_seo]Rock Climbing\n\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id="39" ][cs_element_image _id="40" ][cs_element_headline _id="41" ][cs_content_seo]Paddleboarding\n\n[/cs_content_seo][cs_element_text _id="42" ][cs_content_seo]Enjoy the serene waters of our meandering inland waterways by trying stand-up paddle boarding. Paddle along still waters and take in the beautiful scenery. SUP is a versatile activity suitable for all skill levels with a huge sense of fun and achievement.\n\n[/cs_content_seo][cs_element_button _id="43" ][cs_content_seo]PaddleBoarding\n\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id="44" ][cs_element_layout_row _id="45" ][cs_element_layout_column _id="46" ][cs_element_global_block _id="47" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id="48" ][cs_element_layout_row _id="49" ][cs_element_layout_column _id="50" ][cs_element_global_block _id="51" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id="52" ][cs_element_layout_row _id="53" ][cs_element_layout_column _id="54" ][cs_element_headline _id="55" ][cs_content_seo]Get in Touch Today\n\n[/cs_content_seo][cs_element_text _id="56" ][cs_content_seo][gravityform id="1" title="false"]\n\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id="57" ][cs_element_layout_row _id="58" ][cs_element_layout_column _id="59" ][cs_element_global_block _id="60" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id="61" ][cs_element_layout_row _id="62" ][cs_element_layout_column _id="63" ][cs_element_global_block _id="64" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id="65" ][cs_element_layout_row _id="66" ][cs_element_layout_column _id="67" ][cs_element_counter _id="68" ][/cs_element_layout_column][cs_element_layout_column _id="69" ][cs_element_counter _id="70" ][/cs_element_layout_column][cs_element_layout_column _id="71" ][cs_element_counter _id="72" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id="73" ][cs_element_layout_row _id="74" ][cs_element_layout_column _id="75" ][cs_element_global_block _id="76" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id="77" ][cs_element_layout_row _id="78" ][cs_element_layout_column _id="79" ][cs_element_global_block _id="80" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id="81" ][cs_element_layout_row _id="82" ][cs_element_layout_column _id="83" ][cs_element_headline _id="84" ][cs_content_seo]Coasteering\n\n[/cs_content_seo][cs_element_button _id="85" ][cs_element_button _id="86" ][/cs_element_layout_column][cs_element_layout_column _id="87" ][cs_element_headline _id="88" ][cs_content_seo]Surfing\n\n[/cs_content_seo][cs_element_button _id="89" ][cs_element_button _id="90" ][/cs_element_layout_column][cs_element_layout_column _id="91" ][cs_element_headline _id="92" ][cs_content_seo]Rock Climbing\n\n[/cs_content_seo][cs_element_button _id="93" ][cs_element_button _id="94" ][/cs_element_layout_column][cs_element_layout_column _id="95" ][cs_element_headline _id="96" ][cs_content_seo]Stand up Paddleboarding\n\n[/cs_content_seo][cs_element_button _id="97" ][cs_element_button _id="98" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id="99" ][cs_element_layout_row _id="100" ][cs_element_layout_column _id="101" ][cs_element_headline _id="102" ][cs_content_seo]News and Articles\n\n[/cs_content_seo][x_recent_posts type="post" count="3" offset="" category="" orientation="horizontal" no_sticky="true" no_image="false" fade="false" class="man"][/cs_element_layout_column][/cs_element_layout_row][cs_element_layout_row _id="104" ][cs_element_layout_column _id="105" ][/cs_element_layout_column][cs_element_layout_column _id="106" ][cs_element_button _id="107" ][cs_content_seo]View More\n\n[/cs_content_seo][/cs_element_layout_column][cs_element_layout_column _id="108" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id="109" ][cs_element_layout_row _id="110" ][cs_element_layout_column _id="111" ][cs_element_headline _id="112" ][cs_content_seo]Some of Our Reviews\n\n[/cs_content_seo][cs_element_text _id="113" ][cs_content_seo]\n\n[/cs_content_seo][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id="114" ][cs_element_layout_row _id="115" ][cs_element_layout_column _id="116" ][cs_element_global_block _id="117" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][cs_element_section _id="118" ][cs_element_layout_row _id="119" ][cs_element_layout_column _id="120" ][cs_element_global_block _id="121" ][/cs_element_layout_column][/cs_element_layout_row][/cs_element_section][/cs_content]





