/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}


/* Base Styles */
html {
    display: 100%;
    min-height: 100%;
    font-variant-ligatures: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
}

body {
    font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Inter", "IBM Plex Sans", Segoe UI, Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.65;
    color: #111111;
}

p,
    {
    color: #111111;
}

h1,
h2,
h3,
h4,
h5 {
    color: #111111;
    font-weight: 500;
}

h1,
.text-size-h1 {
    margin-top: 0;
    font-size: 1.8em;
}

h2,
.text-size-h2 {
    font-size: 1.6em;
}

h3,
.text-size-h3 {
    font-size: 1.42em;
}

h4,
.text-size-h4 {
    font-size: 1.27em;
}

h5,
.text-size-h5 {
    font-size: 1.13em;
}

.text-caption {
    font-size: 0.89em;
}

small,
.text-small {
    font-size: 0.79em;
}

/* Link Styles */
a,
a:link,
a:active,
a:visited {
    cursor: pointer;
    text-decoration: none;
    padding-bottom: 0.1375em;
    border-bottom: 1px solid #E2DDCA;
    color: #111111;
}

a:hover {
    color: #111111;
    border: none;
}

/* Booking Styles */
.booking {
    margin: 5em auto;
    text-align: center;
}

.booking a,
.booking a:link,
.booking a:active,
.booking a:visited {
    cursor: pointer;
    text-decoration: none;
    border: none;
    background-color: #f6c44d;
    color: #111111;
    padding: 0.5em;
    border-radius: 15px;
}

.booking a:hover {
    background-color: #dcd6bf;
}

/* Structural Styles */
nav {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: block;
    position: sticky;
    top: 0;
    background-color: #f6c44d;
    font-weight: 500;
    color: #7B6226;
    z-index: 2;
}

nav section {
    padding: 0.25em 0;
}

nav a,
nav a:link,
nav a:active,
nav a:visited {
    cursor: pointer;
    text-decoration: none;
    border: none;
    color: #7B6226;
}

nav a:hover {
    color: #7B6226;
}

.main {
    background-color: white;
    padding-top: 1em;
}

footer {
    max-width: 700px;
    width: 90%;
    margin: 0 auto 1.65em;
    text-align: center;
}

.block-black a,
.block-black a:link,
.block-black a:active,
.block-black a:visited {
    cursor: pointer;
    text-decoration: none;
    color: white;
    padding-bottom: 0.1375em;
    border-bottom: 1px solid white;
}

.block-black a:hover {
    color: white;
    border: none;
}

section {
    max-width: 700px;
    width: 90%;
    margin: 0 auto;
}

header {
    background: linear-gradient(rgba(246, 196, 77, 0.4), rgba(246, 196, 77, 0.8)), url('../img/yellow-bricks.webp') no-repeat center/cover;
    padding: 7em 0;
    position: sticky;
    top: 0;
    z-index: -99;
    color: white;
    text-shadow: 4px 4px 14px rgba(0, 0, 0, 0.8);
    text-align: center;
}

header h1 {
    color: white;
}

/* Utility Classes */
.right {
    text-align: right;
    float: right;
}

.img {
    width: 100%;
    border-radius: 5px;
    display: block;
}

.highlight {
    border-radius: 1em 0 1em 0;
}

.separator {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.yellow-brick {
    color: #f6c44d;
}

.start {
    text-align: center;
}

.step {
    height: 64px;
    width: 64px;
    border-radius: 32px;
    background: #f7f7f1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 24px;
}

.error404 {
    height: 50vh;
}

/* Background Gradient Classes */
.pink {
    background-image: linear-gradient(-100deg, rgba(255, 101, 159, 0.15), rgba(255, 101, 159, 0.8) 100%, rgba(255, 101, 159, 0.25));
}

.blue {
    background-image: linear-gradient(-100deg, rgba(103, 223, 255, 0.15), rgba(103, 223, 255, 0.8) 100%, rgba(103, 223, 255, 0.25));
}

.green {
    background-image: linear-gradient(-100deg, rgba(131, 241, 141, 0.15), rgba(131, 241, 141, 0.8) 100%, rgba(131, 241, 141, 0.25));
}

.purple {
    background-image: linear-gradient(-100deg, rgba(181, 129, 254, 0.15), rgba(181, 129, 254, 0.8) 100%, rgba(181, 129, 254, 0.25));
}

.yellow {
    background-image: linear-gradient(-100deg, rgba(252, 241, 81, 0.15), rgba(252, 241, 81, 0.8) 100%, rgba(252, 241, 81, 0.25));
}

/* Block Styles */
.block-white {
    background-color: #ffffff;
    padding: 3em 0;
    margin: 0;
}

.block-grey {
    background-color: #F9F8F4;
    padding: 3em 0;
    margin: 0;
}

.block-black {
    background-color: #000;
    color: #FFF;
    padding: 3em 0;
    margin: 0;
}

.block-black h1,
.block-black h3 {
    color: white;
}

/* Horizontal Rule */
hr {
    width: 3em;
    height: 0.125em;
    background-color: #111111;
    border: none;
    margin: 0;
    margin-top: -0.875em;
    padding: 0;
}

/* External Link Icon */
.external:after {
    content: ' \2197';
}

/* Responsive Font Sizes */
@media only screen and (min-width: 576px) {
    html {
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) {
    html {
        font-size: 17px;
    }
}

@media only screen and (min-width: 992px) {
    html {
        font-size: 18px;
    }
}

@media only screen and (min-width: 1200px) {
    html {
        font-size: 19px;
    }
}

/* Testimonials */
.testimonial-container {
    position: relative;
    text-align: center;
    margin: 0 auto 0 auto;
    width: 80%;
    overflow: hidden;
    font-weight: 500;
    z-index: 1;
}

.testimonials {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
}

.testimonials .testimonial {
    flex: 1 0 100%;
    display: flex;
    justify-content: top;
    align-items: top;
    flex-direction: column;
}

.controls {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 1em;
    list-style: none;
    padding: 0;
    margin: 0;
}

.controls li {
    display: inline-block;
}

.controls li a {
    display: block;
    width: 0.7em;
    height: 0.5em;
    background-color: white;
    border-radius: 50%;
    text-decoration: none;
    cursor: pointer;
    border: none;
}

.controls li a.active {
    background-color: #f6c44d;
    border: none;
}