@import url(https://fonts.bunny.net/css?family=noto-serif-display:400);
@import url(https://fonts.bunny.net/css?family=manrope:400);
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

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

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

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

progress {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-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.
*/

::-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 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.ml-4 {
  margin-left: 1rem;
}
.block {
  display: block;
}
.table {
  display: table;
}
.list-disc {
  list-style-type: disc;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.no-underline {
  text-decoration-line: none;
}
.hover\:underline:hover {
  text-decoration-line: underline;
}

/* Font colors */
:root {
  --primary-color: #d0aa94;
  --primary-color--light: #fef4ec;
  --secondary-color: #151e43;
  --quaternary-color: #365368;
  --fortiary-color: #bad6ce;
  --dark-color: #434242;
  --white-color: #ffffff;
  --black-color: #000000;
}

/* Dynamic font specs*/
:root {
  --min-xxl-font-size: 2.5rem;
  --max-xxl-font-size: 6rem;
  --min-xl-font-size: 2rem;
  --max-xl-font-size: 4rem;
  --min-lg-font-size: 1.75rem;
  --max-lg-font-size: 3rem;
  --min-md-font-size: 1.25rem;
  --max-md-font-size: 2rem;

  --min-viewport: 320px;  /* Minimum viewport width */
  --max-viewport: 1920px; /* Maximum viewport width */
}

.xxl-size {
  font-size: clamp(var(--min-xxl-font-size), 5vw, var(--max-xxl-font-size));
}

.xl-size {
  font-size: clamp(var(--min-xl-font-size), 5vw, var(--max-xl-font-size));
}

.lg-size {
  font-size: clamp(var(--min-lg-font-size), 5vw, var(--max-lg-font-size));
}

.md-size {
  font-size: clamp(var(--min-md-font-size), 3vw, var(--max-md-font-size));
}

/* =================================================================
  Imports
 */

/*! HTML5 Boilerplate v9.0.1 | MIT License | https://html5boilerplate.com/ */

/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

* {
  box-sizing: border-box;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * The use of `table` rather than `block` is only necessary if using
 * `::before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

/* General Styles */
body {
  margin: 0;
  width: 100%;
  font-family: 'Manrope', sans-serif;
  color: var(--black-color);
  background-color: var(--primary-color--light);
}

.serif {
  font-family: "Noto Serif Display", serif;
  font-weight: 400;
}

a {
  color: var(--primary-color);
}

/* Navigation Menu */
.main-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--primary-color--light);
  position: sticky;
  top: 0;
  width: 100%;
  padding: .5rem 2rem;
  z-index: 1000;
}

.main-header__logo {
  font-size: 1.5em;
  font-weight: bold;
}

.main-header .navigation {
  list-style: none;
  display: flex;
  margin: 0;
}

.navigation-item {
  margin-left: 20px;
}

.navigation-item__link {
  text-decoration: none;
  color: #333;
  text-transform: uppercase;
  transition: color .3s;
}

.navigation-item__link:hover {
  color: var(--primary-color);
}

.hero {
  height: calc(100vh - 88px);
  overflow: hidden;
  color: var(--secondary-color);
}

.hero img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-content {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 0 2rem;
}

.hero h1 {
  /*font-size: 3em;*/
  margin: 0 0 .5em;
  max-width: 46rem;
}

.hero p {
  font-size: 1.2em;
  margin: 20px 0;
}

.hero .btn {
  background-color: transparent;
  color: var(--secondary-color);
  padding: 15px 25px;
  text-decoration: none;
  border: 2px solid var(--secondary-color);
  border-radius: 5px;
  transition: background-color 0.3s;
  text-transform: uppercase;
  font-weight: bold;
}

.hero .btn:hover {
  background-color: var(--primary-color);
}

section h2 {
  text-align: center;
  margin-bottom: 40px;
}

/* About Us */
.about {
  padding: 0 2rem;
  color: var(--secondary-color);

  & h1 {
    margin: 0;
    padding: 80px 0;
    font-weight: 100;
    /*font-size: 96px;*/
    max-width: 80vw;
    line-height: 1;
    letter-spacing: -2px;
  }

  & ul {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
}

/* Classes */
.classes {
  padding: 80px 2rem;
}

.classes h2 {
  margin-bottom: 1rem;
  /*font-size: 4em;*/
  text-align: left;
  color: var(--secondary-color);
}

.class-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.class-item {
  margin: 30px 0;
  padding: 4rem 1rem;
  text-align: center;
  border-radius: 35px;
  color: var(--white-color);
  border: 2px solid var(--secondary-color);
  background: var(--secondary-color);
  max-width: calc(25% - 2rem);
}

.class-item h3 {
  font-size: 1.5rem;
  margin-bottom: 3rem;
}
.class-item p {
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 0;
}

.class-item h3 {
  margin-top: 0;
  color: var(--primary-color);
}

/* Testimonials */
.testimonial {
  max-width: 600px;
  margin: 20px auto;
  text-align: center;
}

.testimonial p {
  font-style: italic;
}

.testimonial .author {
  font-weight: bold;
  margin-top: 10px;
}

/* Gallery */
.gallery-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.gallery-images img {
  flex: 1 1 300px;
  margin: 10px;
  max-width: calc(33% - 20px);
  height: auto;
  border-radius: 5px;
}

.contact {
  position: relative;
  min-height: calc(100vh - 100px);
  min-height: 40rem;
  padding: 10rem 2rem 2rem;
  color: var(--primary-color);
  background: var(--secondary-color);
}

.contact-inner {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  height: 100%;
}

.contact-start h1 {
  margin: 0;
  font-weight: 400;
}

.contact-end {
  display: flex;
  flex-direction: column;
  text-align: left;
  flex-grow: 1;
  justify-content: start;
  max-width: 21rem;
}

.contact-end p {
  margin: 0;
  line-height: 1.5;
}

.contact-end a {
  text-decoration: none;
  transition: color .3s;
}
.contact-end a:hover {
  color: var(--primary-color--light);
}

.contact--social-links {
  margin-top: 2rem;
  display: flex;
  align-items: center;
}

.contact--social-links a {
  width: 48px;
  height: 48px;
}

.contact--social-links a:not(:first-child) {
  margin-left: 1rem;
}

.contact--social-links a svg {
  fill: var(--primary-color);
  transition: fill .3s;
}

.contact--social-links a:hover svg {
  fill: var(--white-color);
}

/* Contact Form */
.contact-middle {
  max-width: 600px;
  width: 100%;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 40rem;
  width: 100%
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.form-group label {
  font-family: 'Noto Serif Display', serif;
  color: var(--primary-color);
  font-size: 1.125rem;
}

.form-group input,
.form-group textarea {
  padding: 0.75rem 1rem;
  /* border: 2px solid var(--primary-color); */
  border-radius: 0;
  background: var(--white-color);
  color: var(--secondary-color);
  font-family: 'Manrope', sans-serif;
  font-size: 1rem;
  transition: border-color 0.3s, background-color 0.3s;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--white-color);
  background: var(--primary-color--light);
}

.form-group input::-moz-placeholder, .form-group textarea::-moz-placeholder {
  color: var(--quaternary-color);
  opacity: 0.7;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: var(--quaternary-color);
  opacity: 0.7;
}

.form-submit {
  padding: 0.875rem 2rem;
  background: var(--primary-color);
  color: var(--white-color);
  border: 2px solid var(--primary-color);
  border-radius: 4px;
  font-family: 'Manrope', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  cursor: pointer;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
  align-self: flex-start;
}

.form-submit:hover {
  background: var(--white-color);
  color: var(--primary-color);
  border-color: var(--white-color);
}

.form-submit:active {
  transform: translateY(1px);
}

.form-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.form-message {
  padding: 1rem;
  border-radius: 4px;
  font-family: 'Manrope', sans-serif;
  font-size: 0.9375rem;
  line-height: 1.5;
}

.form-message-success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.form-message-error {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

.form-error {
  display: none;
  color: #dc3545;
  font-size: 0.875rem;
  margin-top: 0.5rem;
  font-family: 'Manrope', sans-serif;
}

.form-group input:invalid:not(:-moz-placeholder), .form-group textarea:invalid:not(:-moz-placeholder) {
  border-color: #dc3545;
}

.form-group input:invalid:not(:placeholder-shown),
.form-group textarea:invalid:not(:placeholder-shown) {
  border-color: #dc3545;
}

/* Footer */
.main-footer {
  padding: 1rem 2rem;
}

.main-footer--inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.main-footer .contact-start {
  text-align: left;
  font-size: 20px;
}

.main-footer p {
  color: var(--secondary-color);
}

.main-footer--copyright {
  text-align: left;
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  .class-item {
    max-width: calc(50% - 1rem);
  }
}

@media screen and (max-width: 767px) {
  nav {
    padding: .5rem 1rem;
  }

  .hero-content {
    padding: 0 1rem;
  }

  .about {
    padding: 0 1rem;

    & h1 {
      padding: 40px 0;
    }
  }

  .classes {
    padding: 0 1rem;
  }

  .class-item {
    max-width: 100%;
  }

  .contact {
    padding: 2rem 1rem 2rem;
  }

  .contact-inner {
    height: auto;
    flex-direction: column;
  }

  .contact-end {
    margin-top: 2rem;
  }

  .main-footer {
    padding: 1rem;
  }

  .main-footer p {
    margin: 0;
    font-size: 14px;
  }

  .main-footer--inner div:last-child p {
    margin-top: 1rem;
  }
}

@media screen and (max-width: 639px) {
  .main-header {
    padding: .5rem 1rem;
  }

  .navigation {
    padding: .5rem 0;
  }

  .navigation-item {
    margin-left: 6px;
    font-size: 14px;
  }
}


