@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;500&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 {
  -webkit-box-sizing: content-box;
          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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #121113;
}

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

h1 {
  font-size: 3rem;
}

@media (max-width: 1200px) {
  h1 {
    font-size: 2.3rem;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 1.6rem;
  }
}

@media (max-width: 375px) {
  h1 {
    font-size: 1.2rem;
  }
}

h2 {
  font-size: 2.5rem;
}

@media (max-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  h2 {
    font-size: 1.5rem;
  }
}

@media (max-width: 375px) {
  h2 {
    font-size: 1.1rem;
  }
}

h3 {
  font-size: 2rem;
  margin: 0;
}

@media (max-width: 1200px) {
  h3 {
    font-size: 1.5rem;
  }
}

@media (max-width: 768px) {
  h3 {
    font-size: 1.3rem;
  }
}

@media (max-width: 375px) {
  h3 {
    font-size: 1rem;
  }
}

p {
  margin: 0;
  font-size: 1.2rem;
}

@media (max-width: 1200px) {
  p {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  p {
    font-size: 0.8rem;
  }
}

@media (max-width: 375px) {
  p {
    font-size: 0.6rem;
  }
}

a {
  display: block;
  height: 70px;
  line-height: 70px;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: 0.1rem;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

a:hover {
  color: #FFD23F;
}

@media (max-width: 1200px) {
  a {
    font-size: 0.9rem;
  }
}

@media (max-width: 768px) {
  a {
    font-size: 0.8rem;
  }
}

@media (max-width: 375px) {
  a {
    font-size: 0.6rem;
  }
}

button {
  display: block;
  cursor: pointer;
  border: none;
  outline: none;
  text-decoration: none;
  font-family: inherit;
  text-decoration: none;
  text-align: center;
}

.header {
  position: relative;
  height: 95vh;
  background-image: url("../assets/img/background.jpg");
  background-size: cover;
  background-position: bottom;
  text-transform: uppercase;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 85vh, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 85vh, 0 100%);
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__title {
  margin: 0 5px 0 5px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  font-size: 3rem;
  letter-spacing: .6rem;
  font-weight: 500;
  position: absolute;
  top: 25%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  color: #FFFFFF;
}

@media (max-width: 768px) {
  .header__title {
    font-size: 1.1rem;
  }
}

@media (max-width: 375px) {
  .header__title {
    font-size: 0.8rem;
  }
}

.header__description {
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  font-size: 1.2rem;
  letter-spacing: 0.5rem;
  font-weight: 500;
  color: #cfe0f8;
  text-align: center;
  line-height: 150%;
}

@media (max-width: 768px) {
  .header__description {
    font-size: .7rem;
    letter-spacing: 0.1rem;
    top: 35%;
  }
}

.header__logo {
  height: 70px;
}

.header__logo--show {
  display: none;
}

@media (max-width: 768px) {
  .header__logo--show {
    display: block;
    position: absolute;
    left: 10%;
    top: 0;
    cursor: pointer;
  }
}

.nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
}

@media (max-width: 768px) {
  .nav-list {
    height: 0vh;
    width: 100vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: #151e2d;
    opacity: 0.9;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
}

@media (max-width: 768px) {
  .nav-list__link {
    font-size: 1.5rem;
  }
}

@media (max-width: 768px) {
  .nav-list__item {
    margin: 1rem 0;
  }
}

.nav-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url("../assets/img/background.jpg");
  border-bottom: 1px solid #FFFFFF;
  background-position: top center;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
  height: 70px;
}

.hide {
  display: block;
}

.show {
  visibility: visible;
  height: 100vh;
}

.activeBackground {
  color: #FFD23F;
}

.activeSection {
  background-color: #FBFCFF;
}

.menu-btn {
  position: absolute;
  z-index: 99;
  right: 10%;
  top: 25px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  display: none;
}

.menu-btn .btn-line {
  width: 28px;
  height: 3px;
  margin: 0 0 5px 0;
  background: #FFFFFF;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.menu-btn.close {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.menu-btn.close .btn-line:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(5px, 5px);
          transform: rotate(45deg) translate(5px, 5px);
  background: #FFFFFF;
}

.menu-btn.close .btn-line:nth-child(2) {
  opacity: 0;
}

.menu-btn.close .btn-line:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(7px, -6px);
          transform: rotate(-45deg) translate(7px, -6px);
  background: #FFFFFF;
}

@media (max-width: 768px) {
  .menu-btn {
    display: block;
  }
}

.btn {
  padding: 15px 25px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 7px 5px -2px rgba(0, 0, 0, 0.32);
          box-shadow: 0px 7px 5px -2px rgba(0, 0, 0, 0.32);
  font-size: 0.9rem;
  text-align: center;
  border: 2px solid transparent;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media (max-width: 768px) {
  .btn {
    padding: 13px 23px;
  }
}

.btn-primary {
  padding: 15px 25px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 7px 5px -2px rgba(0, 0, 0, 0.32);
          box-shadow: 0px 7px 5px -2px rgba(0, 0, 0, 0.32);
  font-size: 0.9rem;
  text-align: center;
  border: 2px solid transparent;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #121113;
  background-color: #FFD23F;
}

.btn-primary:hover {
  background-color: #fcdc74;
  border: 2px solid #fcdc74;
}

@media (max-width: 768px) {
  .btn-primary {
    padding: 13px 23px;
    font-size: 0.8rem;
    margin-right: 0.4rem;
  }
}

@media (max-width: 375px) {
  .btn-primary {
    padding: 9px 13px;
    font-size: 0.7rem;
  }
}

.btn-secondary {
  padding: 15px 25px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 7px 5px -2px rgba(0, 0, 0, 0.32);
          box-shadow: 0px 7px 5px -2px rgba(0, 0, 0, 0.32);
  font-size: 0.9rem;
  text-align: center;
  border: 2px solid transparent;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-left: 1rem;
  color: #FFFFFF;
  background-color: #3581B8;
}

.btn-secondary:hover {
  background-color: #cfe0f8;
  border: 2px solid #cfe0f8;
}

@media (max-width: 768px) {
  .btn-secondary {
    padding: 13px 23px;
    font-size: 0.8rem;
  }
}

@media (max-width: 375px) {
  .btn-secondary {
    padding: 9px 13px;
    font-size: 0.7rem;
  }
}

.btn-scroll {
  display: none;
  position: fixed;
  bottom: 2rem;
  right: 1.5rem;
  font-size: 1rem;
  border-radius: 10%;
  border: none;
  outline: none;
  background-color: #C03221;
  color: white;
  padding: 1.5rem;
  -webkit-box-shadow: 0px 7px 5px -2px rgba(0, 0, 0, 0.32);
          box-shadow: 0px 7px 5px -2px rgba(0, 0, 0, 0.32);
}

@media (max-width: 768px) {
  .btn-scroll {
    padding: 1rem;
    font-size: 0.8rem;
    right: .5rem;
  }
}

.btn-scroll:hover {
  background-color: #c25043;
}

.section-hero {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  -webkit-column-gap: 2rem;
          column-gap: 2rem;
  padding: 0 2rem;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  height: 100vh;
}

@media (max-width: 768px) {
  .section-hero {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    padding: 0.5rem;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
}

@media (max-width: 375px) {
  .section-hero {
    margin: 0;
  }
}

.heading__title {
  width: 100%;
  color: #121113;
}

@media (max-width: 768px) {
  .heading__title {
    margin-top: 1.5rem;
    text-align: center;
    margin: 1.5rem auto;
    width: 70%;
    font-size: 0.9rem;
  }
}

.heading__description {
  color: #121113;
  margin: 2.2rem 0;
  width: 88%;
  line-height: 1.7rem;
}

@media (max-width: 768px) {
  .heading__description {
    margin: 0 auto;
    text-align: center;
    width: 60%;
    font-size: 0.7rem;
  }
}

@media (max-width: 768px) {
  .heading {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    text-align: center;
    margin-top: 1rem;
  }
}

.heading-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .heading-buttons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1rem;
  }
}

.hero-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 768px) {
  .hero-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
  }
}

.img {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0px 7px 5px -2px rgba(0, 0, 0, 0.32);
          box-shadow: 0px 7px 5px -2px rgba(0, 0, 0, 0.32);
}

@media (max-width: 768px) {
  .img {
    width: 70%;
  }
}

.section-4 {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #3581B8;
}

.contact {
  height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1rem;
}

@media (max-width: 768px) {
  .contact {
    margin: 0.5rem;
  }
}

.contact__confirmed {
  color: #FFFFFF;
  margin-bottom: 2rem;
  font-size: 1.2rem;
}

.contact__title {
  color: #FFFFFF;
  text-align: center;
  font-weight: 400;
  font-size: 2rem;
}

.contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 1rem 0;
}

@media (max-width: 768px) {
  .contact-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2rem;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  -webkit-box-shadow: 0px 7px 5px -2px rgba(0, 0, 0, 0.32);
          box-shadow: 0px 7px 5px -2px rgba(0, 0, 0, 0.32);
}

@media (max-width: 768px) {
  .form {
    padding: 0.5rem;
    margin: 1rem;
  }
}

.input {
  margin: 1rem 0;
  padding: .5rem;
}

@media (max-width: 768px) {
  .input {
    font-size: 0.8rem;
    margin: 0.5rem 0;
  }
}

.label {
  color: #FFFFFF;
  font-size: 1.2rem;
  margin: 0.5rem 0;
  font-weight: 300;
}

@media (max-width: 768px) {
  .label {
    font-size: 1rem;
    margin: 0.2rem;
  }
}

.label-ask {
  margin-top: 1rem;
  color: #FFFFFF;
  font-weight: 300;
  font-size: 1.7rem;
}

@media (max-width: 768px) {
  .label-ask {
    font-size: 1rem;
  }
}

textarea {
  padding: .5rem 0.2rem;
  margin-top: 1rem;
  resize: none;
}

.btn-input {
  font-weight: 500;
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .btn-input {
    font-size: 0.8rem;
    margin-right: 0;
  }
}

.footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0.5rem 0;
  margin: 0.5rem auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-info__paragraph {
  text-align: center;
  font-size: 0.8rem;
  line-height: 1.1rem;
}

@media (max-width: 375px) {
  .footer-info__paragraph {
    font-size: 0.5rem;
  }
}

.footer-info__link {
  font-size: 0.8rem;
  color: #121113;
  display: inline;
  height: 10px;
  line-height: 10px;
}

.footer-info__link:hover {
  color: #3581B8;
}

@media (max-width: 375px) {
  .footer-info__link {
    font-size: 0.5rem;
  }
}

@media (max-width: 375px) {
  .footer-info {
    width: 70%;
  }
}
/*# sourceMappingURL=main.css.map */