@charset "UTF-8";
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: thin dotted;
}

a:active, a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: “”‘’;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

body, figure {
  margin: 0;
}

legend, button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}

* {
  box-sizing: border-box;
}

.visuallyhidden:not(:focus):not(:active) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0);
  overflow: hidden;
}

@font-face {
  font-family: "Raleway Header";
  src: url("../fonts/raleway-black-webfont.woff2") format("woff2"), url("../fonts/raleway-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/raleway-bold-webfont.woff2") format("woff2"), url("../fonts/raleway-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/raleway-regular-webfont.woff2") format("woff2"), url("../fonts/raleway-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html {
  font-size: 16px;
}

body {
  position: relative;
  font-family: "Raleway";
}

.no-js {
  visibility: hidden;
  opacity: 0;
}

.js {
  visibility: visible;
  opacity: 1;
}

.wrapper {
  width: 80%;
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  z-index: 20;
}

.ui-loader {
  display: none;
}

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

img {
  display: inline-block;
  width: 100%;
}

h2 {
  font-size: 47px;
  line-height: 46px;
  margin: 0;
}

a {
  text-decoration: none;
  transition: all 0.5s;
}
a:focus {
  outline: none;
}

section {
  padding: 100px 0 150px 0;
}

a.--fingerLink {
  color: #6D90AF;
  font-family: "Raleway Header";
  font-size: 18px;
}
a.--fingerLink:after {
  content: "👈";
  display: inline-block;
  margin-left: 10px;
  transition: all 0.5s;
}
a.--fingerLink:hover:after {
  transform: translateX(-5px);
}

.--headerFont {
  font-family: "Raleway Header";
}

.--white {
  color: white;
}

a.--white {
  color: white;
}

.--black {
  color: #5C5C5C;
}

a.--black {
  color: #5C5C5C;
}

.--bold {
  font-weight: 700;
}

.--gold {
  color: #F9E4A4;
}

.--blue {
  color: #08B1D8;
}

.--italic {
  font-style: italic;
}

.--underline {
  text-decoration: underline;
}

@media (max-width: 940px) {
  .wrapper {
    width: 90%;
  }
}
header {
  height: 100vh;
  background-color: #6EDDF4;
  background-image: url("../assets/headerSmall.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 99%;
  position: relative;
}
header .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.navBar {
  position: absolute;
  z-index: 100;
  width: 100%;
  padding: 37.5px 0;
  transition: all 0.5s;
}

.hideHeaderMenu {
  transform: translateY(-150px);
}

.scrollLogo {
  height: 40px;
  width: 40px;
  display: none;
}

.menuDesktopScroll {
  position: fixed;
  background-color: #5B5B5B;
  padding: 28px 0;
  z-index: 200;
}
.menuDesktopScroll .scrollLogo {
  display: flex;
}

.desktopNavList {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.navItem {
  margin: 0 20px;
  font-size: 18px;
}

.navLink:hover {
  color: #5C5C5C;
}

.navBooking {
  border: 2px solid white;
  border-radius: 25px;
  padding: 10px;
}
.navBooking:hover {
  background-color: white;
  color: #29A7D5;
}

.headerLogo {
  padding-top: 17vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.headerLogo img {
  width: 35vh;
}
.headerLogo h3 {
  font-size: 17px;
  text-align: center;
}

.bookButton {
  margin-top: 36px;
  display: flex;
}
.bookButton a {
  background-color: white;
  border-radius: 13px;
  padding: 10px 25px;
}

.firstButton {
  margin-right: 20px;
}

.bookReleaseButton {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 9vh;
}
.bookReleaseButton p {
  margin: 0;
  margin-top: 22px;
}

.scrollLink {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.scrollLink:hover ~ .scrollTriangle {
  transform: translateY(10px);
}

.scrollDown {
  font-size: 14px;
}

.scrollTriangle {
  transition: all 0.5s;
  margin-top: 6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 13px 0 13px;
  border-color: #ffffff transparent transparent transparent;
}

.mobileButton,
.mobileOverlay {
  display: none;
}

@media (max-width: 1000px) {
  header {
    background-position: 84% 100%;
  }
}
@media (max-width: 650px) {
  .desktopNavList,
  .bookReleaseButton {
    display: none;
  }
  .navBar {
    display: none;
  }
  .bookButton {
    flex-direction: column;
    align-items: center;
  }
  .firstButton {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .mobileButton {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    width: 100%;
    z-index: 200;
    transition: all 0.5s;
  }
  .mobileButton p {
    font-size: 25px;
    margin: 0;
  }
  .mobileSquare {
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 19px;
    transition: all 0.5s;
  }
  .menuDesktopScroll {
    position: fixed;
    background-color: #5B5B5B;
    z-index: 200;
    padding: 0;
  }
  .menuDesktopScroll .scrollLogo {
    display: flex;
  }
  .mobileLink {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 200;
  }
  .line {
    width: 35px;
    height: 5px;
    margin-bottom: 8px;
    border-radius: 20px;
    background-color: white;
    transition: all 0.2s;
  }
  .menuXClose .line:nth-of-type(2) {
    transform: translateY(-13px);
  }
  .menuX .line:first-of-type {
    transform: rotate(-45deg);
  }
  .menuX .line:nth-of-type(2) {
    transform: translateY(-13px) rotate(45deg);
  }
  .headerLogo {
    padding-top: 18vh;
  }
  .headerLogo img {
    width: 32vh;
  }
  .mobileOverlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #5B5B5B;
    display: block;
    z-index: 100;
    padding-top: calc(147px + 4vh);
    overflow: scroll;
    display: none;
    opacity: 0;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: all 0.7s;
  }
  .mobileOverlay img {
    width: 23vh;
    margin-top: 4vh;
    margin-bottom: 10vh;
  }
  .mobileNavItem {
    font-size: 30px;
    margin-bottom: 47px;
  }
  .activateOverlay {
    display: flex;
  }
}
section.aboutSection {
  background: linear-gradient(to bottom, #040404, #9e9d9d);
  position: relative;
  overflow: hidden;
}

.aboutTitle {
  width: 50%;
}

.aboutContent {
  display: flex;
  align-items: flex-start;
  margin-top: 43px;
}

.leftAbout {
  width: calc(50% - 50px);
  margin-right: 50px;
  display: flex;
}

.aboutPicture {
  position: relative;
  margin-bottom: 15px;
}
.aboutPicture img {
  border-radius: 20px;
}

.aboutPictureBox {
  width: calc(50% - 30px);
  margin-right: 30px;
}
.aboutPictureBox p {
  margin: 0;
}

.aboutName {
  font-size: 19px;
}

p.aboutQual {
  font-size: 11px;
  margin: 3px 0;
}

.aboutSocial {
  font-size: 14px;
}

.aboutLink {
  border-radius: 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid transparent;
}
.aboutLink:hover {
  border: 10px solid #F9E4A4;
}

.goldRing {
  border: 10px solid #F9E4A4;
  pointer-events: none;
  cursor: pointer;
}

.rightAbout {
  width: calc(50% - 50px);
  margin-left: 50px;
}
.rightAbout h4 {
  font-size: 22px;
  margin: 0;
}

.meet {
  display: none;
  opacity: 0;
  transition: all 0.5s;
}

.showMeet {
  display: block;
  opacity: 1;
}

.horse {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 47vh;
  left: auto;
  min-height: 25vw;
  max-height: 500px;
  width: auto;
  min-width: 100%;
}

@media (max-width: 840px) {
  .rightAbout {
    margin: 0;
  }
  .aboutPictureBox:nth-of-type(2) {
    margin: 0;
  }
  .aboutPictureBox {
    width: 50%;
  }
  .horse {
    right: -19vw;
    max-height: 350px;
  }
}
@media (max-width: 700px) {
  .aboutTitle {
    width: 100%;
  }
  .aboutContent {
    flex-direction: column;
  }
  .leftAbout,
  .rightAbout {
    width: 100%;
    margin: 0;
  }
  .leftAbout {
    margin: 41px 0;
  }
}
@media (max-width: 570px) {
  .horse {
    right: -35vw;
  }
}
@media (max-width: 450px) {
  .horse {
    right: -59vw;
  }
}
.alexanderSection {
  background: linear-gradient(to bottom, #08B1D8 80%, rgb(188, 223, 230));
}

.alexBlock {
  margin-bottom: 120px;
}

.blockNoMargin {
  margin-bottom: 0;
}

.alexTitle {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.alexTitle img {
  width: 80px;
  height: 80px;
  margin-right: 20px;
}
.alexTitle h2 {
  width: calc(50% - 140px);
}

.titleRight {
  justify-content: flex-end;
}

.alexContent {
  display: flex;
}

.alexText {
  width: calc(50% - 40px);
  margin-right: 40px;
}

.alexAlbum {
  width: calc(50% - 40px);
  margin-left: 40px;
  position: relative;
}
.alexAlbum img {
  opacity: 0;
  transition: all 0.5s;
  display: none;
  border-radius: 20px;
  margin-top: 16px;
  box-shadow: 13px 12px 13px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 13px 12px 13px rgba(0, 0, 0, 0.2);
}

.reverseBlock {
  flex-direction: row-reverse;
}
.reverseBlock .alexText {
  margin: 0 0 0 40px;
}
.reverseBlock .alexAlbum {
  margin: 0 40px 0 0;
}

.imageBox {
  position: relative;
}

.dots {
  position: absolute;
  right: 0;
  bottom: -35px;
  display: flex;
}

.dot {
  width: 18px;
  height: 18px;
  background-color: white;
  margin-left: 5px;
  border-radius: 50%;
}
.dot:hover {
  background-color: rgba(255, 255, 255, 0.6);
}

.transparentDot {
  background-color: rgba(255, 255, 255, 0.6);
  pointer-events: none;
  cursor: pointer;
}

img.showImage {
  display: block;
  opacity: 1;
}

@media (max-width: 940px) {
  .alexAlbum,
  .alexText {
    width: calc(50% - 20px);
  }
  .alexAlbum {
    margin-left: 20px;
  }
  .alexTitle h2 {
    width: calc(50% - 120px);
  }
  .alexText {
    margin-right: 20px;
  }
  .reverseBlock .alexText {
    margin: 0 0 0 20px;
  }
  .reverseBlock .alexAlbum {
    margin: 0 20px 0 0;
  }
}
@media (max-width: 830px) {
  section.alexanderSection {
    padding-top: 0;
  }
  .alexTitle h2 {
    width: 100%;
  }
  .alexContent {
    flex-direction: column;
  }
  .alexAlbum,
  .alexText {
    width: 100%;
    margin: 0;
  }
  .reverseBlock .alexAlbum,
  .reverseBlock .alexText {
    margin: 0;
  }
}
section.lessonSection {
  margin-bottom: 50px;
  background: linear-gradient(to bottom, rgb(188, 223, 230), white 40%);
}
section.lessonSection .wrapper.wrapperIntro {
  width: 100%;
  max-width: 1600px;
  display: flex;
  position: relative;
}

.lessonImage {
  width: 55%;
  border-radius: 20px;
  background-image: url("../assets/Images/class.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.lessonImage img {
  border-radius: 20px;
}

.lessonsIntro {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 70px 0 20px;
  width: 45%;
}

.lessonTitle {
  display: flex;
  flex-direction: column;
}
.lessonTitle img {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}

.lessonDetails {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

.lessonBlock {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(33% - 1.3vw);
  position: relative;
  padding: 40px 30px;
  border-radius: 20px;
  overflow: hidden;
}
.lessonBlock h4 {
  font-size: 22px;
  margin: 0;
}

.lessonNumber {
  position: absolute;
  bottom: -8px;
  right: 25px;
  font-size: 123px;
  font-weight: 700;
  line-height: 100px;
  margin: 0;
  font-family: "Raleway Header";
  color: rgba(255, 255, 255, 0.534);
}

.lessonNumber.lesson3 {
  line-height: 121px;
}

.privateBlock {
  background-color: #F8D0BF;
}

.onlineBlock {
  background-color: #F8D7B4;
}

.bookingBlock {
  background-color: #B5D4E1;
}

@media (max-width: 880px) {
  section.lessonSection {
    background: white;
    padding-top: 0;
    padding-bottom: 120px;
    margin-bottom: 0;
  }
  section.lessonSection .wrapper {
    flex-direction: column;
  }
  .lessonImage {
    width: 100%;
    height: 60vh;
    border-radius: 0;
  }
  .lessonsIntro {
    margin-top: 30px;
    width: 100%;
    padding: 0;
  }
  .lessonTitle {
    flex-direction: column;
  }
  .wrapperInside {
    width: 90%;
    margin: 0 auto;
  }
  .lessonDetails {
    flex-direction: column;
  }
  .lessonBlock {
    width: 100%;
    margin-bottom: 30px;
  }
}
section.bookSection {
  padding-top: 0;
}
section.bookSection .wrapper {
  display: flex;
  align-items: center;
  width: 70%;
}

.bookImage {
  width: calc(40% - 15px);
  overflow: hidden;
  margin-right: 15px;
}
.bookImage img {
  border-radius: 20px;
}

.bookContent {
  width: calc(60% - 15px);
  margin-left: 15px;
}
.bookContent h4 {
  margin-bottom: 10px;
  font-size: 20px;
}
.bookContent a {
  margin-right: 40px;
}
.bookContent a.lastBookLink {
  margin-right: 0;
}

.bookLinks a.--fingerLink {
  font-family: "Raleway Header";
  font-size: 18px;
  margin-right: 30px;
  display: inline-flex;
  align-items: center;
}
.bookLinks a.--fingerLink:after {
  content: "👈";
  display: inline-block;
  margin-left: 10px;
  transition: all 0.5s;
}
.bookLinks a.--fingerLink:hover:after {
  transform: translateX(-5px);
}

@media (max-width: 1078px) {
  section.bookSection .wrapper {
    width: 80%;
  }
}
@media (max-width: 942px) {
  section.bookSection .wrapper {
    width: 90%;
  }
}
@media (max-width: 880px) {
  section.bookSection .wrapper {
    flex-direction: column;
  }
  .bookContent {
    margin-top: 40px;
    margin-left: 0;
    width: 100%;
  }
  .bookContent h2 {
    text-align: center;
  }
}
@media (max-width: 540px) {
  .bookImage {
    width: 100%;
    margin-right: 0;
  }
  .bookContent .bookLinks {
    display: flex;
    flex-direction: column;
  }
  .bookContent .bookLinks a {
    margin-top: 7px;
    margin-right: 0;
  }
}
section.contactSection .wrapper {
  position: relative;
}

.contactTitle {
  display: flex;
  flex-direction: column;
}
.contactTitle img {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}

.contactContent {
  display: flex;
  align-items: flex-end;
}

.contactText {
  width: 40%;
  padding-right: 40px;
}

.proverb {
  font-size: 18px;
  margin-top: 30px;
}

h3 {
  font-size: 23px;
  margin-bottom: 16px;
}

.reviews, .events, .socialMedia, .contactLinks {
  display: flex;
  flex-direction: column;
  margin: 0px 0 15px 0;
}
.reviews a.--fingerLink, .events a.--fingerLink, .socialMedia a.--fingerLink, .contactLinks a.--fingerLink {
  margin-bottom: 10px;
  font-family: "Raleway";
}
.reviews a.--fingerLink:hover, .events a.--fingerLink:hover, .socialMedia a.--fingerLink:hover, .contactLinks a.--fingerLink:hover {
  color: #08B1D8;
}

.socialMedia {
  margin-bottom: 0;
}

.contactLinks p, .contactLinks a {
  margin: 0;
}
.contactLinks p {
  margin-bottom: 5px;
}
.contactLinks a:hover {
  color: #08B1D8;
}

.contactBlock {
  margin-bottom: 20px;
}

.contactForm {
  width: 60%;
  background-color: #B5D4E1;
  padding: 23px 40px 50px 30px;
  border-radius: 20px;
  transition: all 0.5s;
}

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

input,
select,
textarea {
  background-color: rgb(249, 250, 249);
  margin-bottom: 15px;
  padding: 15px;
  border-radius: 16px;
  font-weight: 700;
  color: #5C5C5C;
  outline: none;
}
input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  font-weight: 700;
  color: rgb(166, 167, 166);
}
input::placeholder,
select::placeholder,
textarea::placeholder {
  font-weight: 700;
  color: rgb(166, 167, 166);
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-right: 10px solid transparent;
  background-image: url("../assets/Icons/arrow.svg");
  background-size: 17px;
  background-position: right 16px;
  background-repeat: no-repeat;
  font-weight: 700;
  color: #5C5C5C;
}

input,
textarea {
  border: 0;
}

button {
  background: none;
  border: none;
  display: flex;
  outline: none;
  margin-top: 15px;
  padding: 0;
}
button:before {
  content: "▶︎";
  display: inline-block;
  margin-right: 10px;
  transition: all 1s;
  transform-origin: center;
}
button:hover:before {
  transform: rotate(360deg);
}

.thankYou {
  height: 50%;
  display: none;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.3s;
}
.thankYou p {
  font-size: 34px;
}

footer {
  background-color: #5C5C5C;
  width: 100%;
  padding: 25px 0;
}
footer .wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
footer img {
  width: 15%;
  margin-right: 40px;
}
footer p {
  font-size: 12px;
  margin-right: 15px;
}
footer a:hover {
  color: #08B1D8;
}

.sax {
  position: absolute;
  top: -231px;
  right: -171px;
  width: 98px;
  height: auto;
}

@media (max-width: 1295px) {
  .sax {
    right: -132px;
  }
}
@media (max-width: 1036px) {
  .sax {
    display: none;
  }
}
@media (max-width: 1040px) {
  .contactText,
  .contactForm {
    width: 50%;
  }
}
@media (max-width: 830px) {
  .contactSection {
    padding-top: 0;
  }
  .contactContent {
    flex-direction: column;
  }
  .contactText {
    padding: 0;
    margin-bottom: 40px;
  }
  .contactText,
  .contactForm {
    width: 100%;
  }
}
@media (max-width: 680px) {
  footer {
    padding: 33px 0;
  }
  footer .wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  footer img {
    width: 62%;
    margin: 0 0 6px;
  }
  footer p {
    font-size: 15px;
    margin: 0;
    margin-top: 10px;
  }
  footer a:hover {
    color: #08B1D8;
  }
}/*# sourceMappingURL=styles.css.map */