@import "./animate.css";
/*** 

====================================================================
	Reset
====================================================================

***/
html {
  scroll-behavior: smooth;
}

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}

button {
  outline: none;
}

button:focus {
  outline: none;
}

button:focus {
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}

/*** 
  ====================================================================
      Global Settings
  ====================================================================
   ***/
body {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  color: #414141;
  line-height: 22px;
  font-weight: 400;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-weight: normal;
  margin: 0px;
  background: none;
  line-height: 1.6em;
}

.auto__container {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 60px;
}

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

h1 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
}

.insta {
  display: inline-block;
}
.insta img {
  width: 28px;
  margin: 0 auto;
  display: block;
}

.button {
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.button.long {
  width: 100%;
  max-width: 360px;
  display: block;
  text-align: center;
  margin: 50px auto;
  background: #f58787;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.button.long.main {
  background: #68bdb7;
}
.button.short {
  display: inline-block;
  padding: 12px 16px;
  color: #414141;
  font-size: 15px;
  line-height: 1;
  background: #fff;
  border: 1px solid #414141;
  cursor: pointer;
}
.button.short.hidden {
  display: none;
}
.button:hover {
  opacity: 0.8;
}

.wrapper {
  overflow: hidden;
  position: relative;
}

.footer {
  background: url(../images/footer/footer.png);
  padding: 50px 0;
}
.footer__inner-image {
  width: 164px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.footer__inner-image img {
  width: 100%;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px 0;
  width: 100%;
  z-index: 10;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__inner-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 250px;
}
.header__inner-logo img {
  width: 100%;
}

.nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav__inner-link {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.nav__inner-social {
  width: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 7px;
}
.nav__inner-social img {
  width: 100%;
}

.intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 400px;
  background: url(../images/intro.webp);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.what {
  position: relative;
  z-index: 1;
}
.what .auto__container {
  position: relative;
}
.what__person {
  position: absolute;
  right: -150px;
  top: -150px;
  width: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}
.what__person img {
  width: 100%;
}
.what__child {
  position: absolute;
  left: -150px;
  bottom: -100px;
  width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}
.what__child img {
  width: 100%;
}
.what__inner {
  border: 2px solid #68bdb7;
  padding: 30px;
  position: relative;
}
.what__inner-logo {
  width: 130px;
  position: absolute;
  bottom: 0;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  transform: translateX(-50%);
  -moz-ransform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  bottom: -16px;
  padding: 0 16px;
}
.what__inner-logo img {
  width: 100%;
}
.what__inner-content {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}
.what__inner-content h1 {
  margin-bottom: 35px;
}
.what__inner-content p {
  margin-bottom: 20px;
}
.what__inner-content p:last-child {
  margin-bottom: 0;
}

.about {
  padding: 100px 0 30px 0;
  position: relative;
}
.about__person {
  position: absolute;
  right: -150px;
  top: -200px;
  width: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}
.about__person img {
  width: 100%;
}
.about p {
  line-height: 30px;
  margin-bottom: 20px;
}
.about::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 380px;
  background: #f7f7f7;
}
.about__inner {
  max-width: 850px;
  margin: 0 auto;
}
.about__inner-tube {
  width: 130%;
  padding-bottom: 70%;
  position: relative;
  margin-bottom: 30px;
  background: #fff;
  z-index: 1;
}
.about__inner-tube .insta {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  -moz-ransform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.about__inner-tube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about__inner-image {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about__inner-image img {
  width: 100%;
}
.about__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about__inner-col {
  width: calc(45% - 20px);
}
.about__inner-col:last-child {
  width: calc(55% - 20px);
  margin-top: 80px;
}

.gallery {
  overflow: hidden;
}
.gallery__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
}
.gallery__inner.hidden {
  display: none;
}
.gallery__inner-col {
  height: 1100px;
}
.gallery__inner-col.sm {
  width: 26%;
}
.gallery__inner-col.sm .galleryItem {
  height: calc(33.3% - 10px);
  margin: 5px 5px 10px 5px;
}
.gallery__inner-col.big {
  width: 37%;
}
.gallery__inner-col.big .galleryItem {
  height: calc(60% - 10px);
}
.gallery__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40%;
}
.gallery__inner-row .galleryItem {
  width: calc(50% - 10px);
  height: calc(100% - 10px) !important;
}
.galleryItem {
  position: relative;
  width: calc(100% - 10px);
  margin: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.galleryItem:hover .galleryItem__comment {
  opacity: 1;
}
.galleryItem__image {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.galleryItem__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.galleryItem__comment {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background: rgba(65, 65, 65, 0.65);
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.galleryItem__comment p {
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-height: 100%;
  text-align: center;
  max-width: 288px;
  color: #fff;
}
.gallery__footer {
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1460px) {
  .gallery__inner-col {
    height: 840px;
  }
  .gallery__footer {
    padding: 30px 0;
  }

  .nav__inner-link {
    font-size: 16px;
    line-height: 20px;
  }

  .button.long {
    margin: 30px auto;
  }
}
@media (max-width: 1240px) {
  .gallery__inner-col {
    height: 650px;
  }
  .galleryItem p {
    padding: 15px;
    font-size: 12px;
    line-height: 18px;
  }

  .what__person {
    width: 350px;
    right: -50px;
  }

  .about__person {
    display: none;
  }
}
@media (max-width: 1024px) {
  .gallery__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .gallery__inner-col {
    width: 100% !important;
    height: unset;
  }
  .gallery__inner-row {
    height: 550px;
  }
  .gallery__inner-row .galleryItem {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .galleryItem {
    display: none;
  }

  .what__person {
    position: static;
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
  }
  .what__child {
    display: none;
  }

  .auto__container {
    padding: 0 20px;
  }
}
@media (max-width: 700px) {
  h1 {
    font-size: 20px;
    line-height: 30px;
  }

  .gallery__inner-row {
    height: 300px;
  }

  .nav {
    display: none;
  }

  .header {
    position: static;
  }
  .header__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header__inner-logo {
    width: 180px;
  }

  .intro {
    background-attachment: unset;
    height: 200px;
    background-position: center;
  }

  .about__inner-content .insta {
    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;
  }
  .about__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about__inner-col {
    width: 100% !important;
    margin: 0 0 20px 0 !important;
  }
  .about__inner-col:last-child {
    margin-bottom: 0 !important;
  }
  .about__inner-tube {
    width: 100%;
    padding-bottom: 55%;
    margin-bottom: 16px;
  }

  .what__inner {
    padding: 16px;
  }
  .what__inner-content h1 {
    margin-bottom: 16px;
  }
  .what__inner-content p {
    margin-bottom: 10px;
  }
}
@media (max-width: 540px) {
  .gallery__inner-row {
    height: 220px;
  }
}


.whatHappend {
  margin: 80px 0 190px;
}

.whatHappend .what__inner {
  border: 0px solid #68bdb7;
  background: #fff;
  -webkit-box-shadow: 0px 0px 59px -7px rgba(0,0,0,0.17);
  -moz-box-shadow: 0px 0px 59px -7px rgba(0,0,0,0.17);
  box-shadow: 0px 0px 59px -7px rgba(0,0,0,0.17);
  padding: 65px 30px 45px;
}

.whatHappend .what__inner h1{ 
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 1.2;
}

.whatHappend .what__inner p {
  font-size: 18px;
  color: #686563;
  line-height: 1.5;
}

.whatHappend .what__inner .what__inner-content {
  max-width: 676px;
}

.whatHappend .what__child {
  position: absolute;
  left: -220px;
  bottom: -65px;
  width: 395px;
}

.whatHappend .what__person {
  position: absolute;
  right: -220px;
  top: -55px;
  width: 453px;
}

.whatHappend .button.long {
  max-width: 327px;
  padding: 7px;
}

.whatHappend .button.long span {
  border: 2px dashed;
  display: block;
  padding: 17px 0;
}

@media (max-width: 1024px) {

.whatHappend .what__person {
  position: static;
  width: 100%;
  max-width: 360px;
  margin-bottom: 30px;
}

.whatHappend {
  margin: 10px 0 40px;
}

.whatHappend .what__inner h1 {
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 1.3;
}

.whatHappend .what__inner {
  padding: 45px 20px 25px;
}

.whatHappend .what__inner p {
  font-size: 15px;
}

.whatHappend .button.long span {
  border: 1px dashed;
  display: block;
  padding: 12px 0;
}

.whatHappend .what__child {
  position: static;
  width: 100%;
  max-width: 360px;
  display: block;
  margin: 40px auto 0;
}

}

@media (max-width: 767px) {

  .whatHappend .what__person {
    position: static;
    width: 100%;
    margin-bottom: 30px;
  }

  .whatHappend {
    margin: 10px 0 40px;
  }

  .whatHappend .what__inner h1 {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 1.3;
  }

  .whatHappend .what__inner {
    padding: 45px 20px 25px;
  }

  .whatHappend .what__inner p {
    font-size: 15px;
  }

  .whatHappend .button.long span {
    border: 1px dashed;
    display: block;
    padding: 12px 0;
  }

  .whatHappend .what__child {
    position: static;
    width: 100%;
    display: block;
    margin: 40px auto 0;
  }
}
