@font-face {
    font-family: 'Brandon Grotesque';
    src: url('../fonts/BrandonGrotesque-Black.woff2') format('woff2'),
    url('../fonts/BrandonGrotesque-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Brandon Grotesque';
    src: url('../fonts/BrandonGrotesque-Bold.woff2') format('woff2'),
    url('../fonts/BrandonGrotesque-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Brandon Grotesque';
    src: url('../fonts/BrandonGrotesque-Medium.woff2') format('woff2'),
    url('../fonts/BrandonGrotesque-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Brandon Grotesque';
    src: url('../fonts/BrandonGrotesque.woff2') format('woff2'),
    url('../fonts/BrandonGrotesque.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Brandon Grotesque';
    src: url('../fonts/BrandonGrotesque-Light.woff2') format('woff2'),
    url('../fonts/BrandonGrotesque-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/*! 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 */
  -webkit-text-decoration: underline dotted;
          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;
}

/****** Elad Shechter's RESET *******/
/*** box sizing border-box for all elements ***/
*,
*::before,
*::after{box-sizing:border-box;}a{text-decoration:none; color:inherit; cursor:pointer;}
button{background-color:transparent; color:inherit; border-width:0; padding:0; cursor:pointer;}
figure{margin:0;}
input::-moz-focus-inner {border:0; padding:0; margin:0;}
ul, ol, dd{margin:0; padding:0; list-style:none;}
h1, h2, h3, h4, h5, h6{margin:0; font-size:inherit; font-weight:inherit;}
p{margin:0;}
cite {font-style:normal;}
fieldset{border-width:0; padding:0; margin:0;}

html{
    font-size: 1px; /*for using REM units*/
}
body{
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    font-size: 16rem;
    font-weight: 400;
    line-height: 1.3;
    color: #222;
}

body, html {
  min-height: 100%;
  height: 100%;
  width: 100%;
}

body {
  margin: 0;
  border: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #404040;
}

.wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.home-page {
  background-color: #021527;
}

.header {
  display: flex;
  width: 100%;
  padding: 25px;
  justify-content: space-between;
}
.header--pages {
  justify-content: center;
}
@media (min-width: 768px) {
  .header--pages .header__logo {
    display: none;
  }
}
.header__logo__src {
  height: 50px;
  width: auto;
}
.header__menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .header__menu {
    flex-wrap: nowrap;
  }
}
@media (min-width: 768px) {
  .header__item {
    padding: 10px 20px;
  }
}
.header__item--logo {
  display: none;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .header__item--logo {
    display: block;
  }
}
.header__link {
  display: inline-block;
  height: 18px;
  line-height: 18px;
  font-size: 11px;
  letter-spacing: 1px;
  padding: 5px 10px;
  text-transform: uppercase;
  color: white;
}
@media (min-width: 768px) {
  .header__link {
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    letter-spacing: 4px;
    padding: 0 10px;
  }
}
.header--pages .header__link {
  color: black;
}

.footer {
  padding-top: 60px;
  background-color: #021527;
}
.footer__content {
  width: calc(100% - 30px);
  color: white;
  font-size: 13px;
  margin: auto auto 40px;
}
@media (min-width: 768px) {
  .footer__content {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1160px) {
  .footer__content {
    width: 1120px;
  }
}
.footer__column {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .footer__column {
    width: 300px;
    text-align: left;
  }
}
.footer__column p {
  margin-bottom: 10px;
}
.footer__logo {
  height: 100px;
  width: auto;
  margin-bottom: 20px;
}
.footer__copyright {
  border-top: 1px solid #3e3e3e;
  font-size: 12px;
  text-align: center;
  color: white;
  padding: 30px 0;
}

.w100 {
  width: 100%;
}

.image {
  width: 100%;
  height: auto;
}

.intro {
  position: relative;
  width: 100%;
  height: 50vh;
}
@media (min-width: 1024px) {
  .intro {
    height: 70vh;
  }
}
.intro--page {
  text-align: center;
}
.intro--about {
  height: 50vh;
  padding: 40px 0;
  background-color: #F4F2ED;
}
.intro--about .intro__image {
  height: calc(100% - 105px);
  width: auto;
}
.intro--boats, .intro--contact {
  height: 35vh;
}
@media (min-width: 768px) {
  .intro--boats, .intro--contact {
    height: 50vh;
  }
}
.intro--boat {
  height: 200px;
}
.intro--boats .intro__image, .intro--boat .intro__image, .intro--contact .intro__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.intro--boats .intro__title, .intro--boat .intro__title, .intro--contact .intro__title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 1;
  text-align: center;
  color: white;
}
.intro--boat .intro__title {
  font-size: 40px;
  top: 43%;
  color: black;
  font-weight: 300;
}
.intro__title {
  font-size: 30px;
  font-family: "Cormoant Garamond", serif;
  color: black;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .intro__title {
    font-size: 63px;
  }
}
.intro__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.intro__content {
  position: absolute;
  left: 30px;
  bottom: 50px;
  text-transform: uppercase;
  color: white;
}
@media (min-width: 768px) {
  .intro__content {
    left: 120px;
    bottom: 100px;
  }
}
.intro__content__row1 {
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 4px;
  margin-bottom: 10px;
}
.intro__content__row2 {
  font-family: "Cormoant Garamond", serif;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .intro__content__row2 {
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 2px;
  }
}
@media (min-width: 1024px) {
  .intro__content__row2 {
    font-size: 80px;
    line-height: 80px;
    letter-spacing: 3px;
  }
}

.section {
  width: 100%;
  padding: 40px 0;
  text-align: center;
  margin: auto;
}
@media (min-width: 768px) {
  .section {
    padding: 80px 0;
  }
}
.section--margin {
  width: calc(100% - 30px);
}
@media (min-width: 1160px) {
  .section--margin {
    width: 1120px;
  }
}
.section--margin-full {
  width: calc(100% - 30px);
}
@media (min-width: 1160px) {
  .section--margin-full {
    width: calc(100% - 160px);
  }
}
.section--left {
  text-align: left;
}
@media (min-width: 768px) {
  .section--columns {
    display: flex;
  }
}
.section--booking {
  background-color: #F4F2ED;
}
.section--boat {
  width: calc(100% - 30px);
}
@media (min-width: 830px) {
  .section--boat {
    max-width: 800px;
  }
}
.section--boat .section__description {
  width: 100%;
}
.section__column {
  flex-basis: 50%;
}
.section__subtitle {
  color: #bfa888;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 4px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.section__title {
  font-family: "Cormorant Garamond", serif;
  font-size: 35px;
  line-height: 35px;
  color: white;
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .section__title {
    font-size: 63px;
    line-height: 63px;
    margin-bottom: 25px;
  }
}
.section--page .section__title {
  color: black;
}
.section__description {
  width: 80%;
  margin: auto;
  font-size: 17px;
  line-height: 28px;
  color: #ccc;
}
.section__description--w100 {
  width: 100%;
}
.section--page .section__description {
  color: #333;
}
.section--destinations {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
.section__destination__names {
  color: white;
  font-size: 18px;
  font-family: "Cormorant Garamond", serif;
  margin-top: 15px;
  text-align: left;
}
@media (min-width: 768px) {
  .section__destination__names {
    margin-top: 0;
    margin-left: 20px;
    font-size: 25px;
  }
}

@media (min-width: 768px) {
  .items {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .items__column {
    flex-basis: calc(50% - 20px);
  }
}
.items--3-columns .items__column {
  flex-basis: calc(33% - 10px);
}

.item {
  padding: 10px;
  margin-top: 40px;
  border: 1px solid #3e3e3e;
}
.item img {
  width: 100%;
  height: auto;
}
.item__content {
  padding: 30px 0;
}
.item__content--price {
  justify-content: center;
  align-items: center;
  padding: 0;
}
.item__content__for_day {
  font-size: 15px;
  color: #bfa888;
}
.item__content h4 {
  font-size: 25px;
  line-height: 30px;
  color: white;
  text-transform: uppercase;
}
.item__content__price {
  padding: 40px 20px;
  min-height: 250px;
  color: white;
  border: 1px solid #333333;
}
.item__content__price__main {
  display: inline-block;
}
.item__content__price__wrapper {
  margin: auto;
  display: flex;
}
.item__content__price__currency {
  font-size: 30px;
  font-family: "Cormorant Upright", serif;
}
.item__content__price__value {
  font-size: 60px;
  line-height: 60px;
  font-family: "Cormorant Garamond", serif;
}
.item__content__price__from {
  text-align: right;
}
.item__content__price__description {
  font-size: 15px;
  line-height: 25px;
  margin-top: 20px;
}

.point {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .point {
    display: flex;
  }
}
.point__icon {
  position: relative;
  width: 125px;
  height: 125px;
  border: 1px solid #d9d9d9;
  flex-shrink: 0;
  margin: 0 auto 20px;
}
@media (min-width: 768px) {
  .point__icon {
    margin-right: 20px;
  }
}
.point__icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 85px;
  width: 85px;
  fill: #b29862;
  z-index: 10;
}
.point__content {
  text-align: left;
}
.point__title {
  font-family: "Cormorant Upright", serif;
  text-transform: uppercase;
  color: #000;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .point__title {
    text-align: left;
  }
}
.point__description {
  font-size: 15px;
  line-height: 1.6;
}

.line {
  width: 100%;
  height: 400px;
}
.line--short {
  height: 200px;
}
.line img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.crew {
  text-align: center;
  padding: 20px 0;
}
.crew__image {
  border: 1px solid #ccc;
  padding: 9px;
  margin-bottom: 15px;
}
.crew__image img {
  display: block;
  width: 100%;
  height: auto;
}
.crew__name {
  font-family: "Cormorant Upright", serif;
  font-size: 18px;
  letter-spacing: 1px;
}

.boats {
  padding: 10px;
}
.boats__item {
  padding: 9px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .boats__item {
    display: flex;
  }
}
.boats__item__image {
  flex-basis: 45%;
}
.boats__item__image img {
  width: 100%;
  height: auto;
}
.boats__item__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .boats__item__content {
    flex-basis: calc(55% - 20px);
    margin-left: 20px;
  }
}
.boats__item__content__price {
  color: #b29862;
}
.boats__item__content__title {
  font-family: "Cormorant Upright", serif;
  text-transform: uppercase;
  color: #000;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 1px;
  font-weight: 500;
}
.boats__item__content__description {
  text-align: left;
}

.contact__info {
  margin-top: 30px;
}
.contact__info h5 {
  font-family: "Cormorant Upright", serif;
  font-size: 25px;
}

.booking__form {
  width: 100%;
}
@media (min-width: 768px) {
  .booking__form {
    width: 400px;
  }
}
.booking__form--center {
  margin: auto;
}
.booking__form--line {
  width: 100%;
}
@media (min-width: 768px) {
  .booking__form--line {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.booking__form--line label {
  color: white;
  font-size: 11px;
}
@media (min-width: 768px) {
  .booking__form--line .booking__form__field {
    flex-basis: calc(33% - 10px);
  }
}
@media (min-width: 1024px) {
  .booking__form--line .booking__form__field {
    flex-basis: calc(25% - 10px);
  }
}
.booking__form__image {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
@media (min-width: 768px) {
  .booking__form__image {
    width: calc(100% - 20px);
    margin-left: 20px;
  }
}
.booking__form__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.booking__form__field {
  margin-bottom: 20px;
}
.booking__form__field__label {
  display: inline-block;
  width: 100%;
  font-size: 12px;
  line-height: 25px;
  text-transform: uppercase;
  text-align: left;
}
.booking__form__field__wrapper {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.booking__form__field__wrapper label {
  cursor: pointer;
}
.booking__form__field__wrapper--radio {
  text-align: left;
  margin-bottom: 10px;
}
.booking__form__field__wrapper--checkbox {
  font-size: 13px;
  text-align: justify;
}
.booking__form__field__input {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 60px;
  vertical-align: top;
  padding: 17px 21px;
  font-family: inherit;
  font-size: 13px;
  line-height: 24px;
  font-weight: inherit;
  color: #858585;
  background-color: transparent;
  border: 1px solid #b3b3b3;
  border-radius: 0;
  box-sizing: border-box;
  outline: 0;
  cursor: pointer;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
}
.booking__form__field__button {
  padding: 15px 28px;
  background-color: #bfa888;
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  width: 100%;
  justify-content: center;
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 2em;
  letter-spacing: 0.25em;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0;
  transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
  color: #fff;
  border: 1px solid transparent;
  cursor: pointer;
}
