html {
    scroll-behavior: smooth;
}
@media (max-width: 1024px) {
    footer .wrap {
        display: flex;
        justify-content: center;
    }
    footer .madeBy {
        margin: 40px 0;
    }
    footer {
        height: auto !important;
    }
    .swiper-slide {
        flex-direction: column;
        align-items: center;
        min-width: 100% !important;
    }
    .ourBoats h3 {
        font-size: 2em !important;
        width: 90% !important;
        text-align: center;
        margin: 30px 0 0 0;
    }
    .ourBoats article {
        display: flex;
        flex-direction: column;
        flex-direction: column;
        align-items: center;
    }
    .swiper {
        min-width: 100% !important;
        padding: 0 0 100px 0 !important;
    }
    .swiper .imgWrap {
        width: 100% !important;
        height: 400px;
    }
    .swiper-wrapper {
        min-width: 100% !important;
    }
    h1 {
        margin: 30px 0 0 70px !important;
    }
    header .container > p {
        margin: 15px 0 0 70px !important;
    }
    header button {
        margin: 30px 0 0 70px !important;
    }
    .gallery .wrap {
        flex-direction: column;
    }
    h2 {
        text-align: center;
    }
    .video {
        height: 40vh !important;
        margin: 400px 0 0 0 !important;
    }
    .gallery .wrap {
        align-items: center;
    }
    .gallery .wrap img {
        min-width: 100% !important;
    }
    .gallery .right {
        margin: 0 0 0 40px;
    }
    footer .container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 912px) {
    .gallery > img {
        right: 50px !important;
    }
    nav .right {
        margin: 50px 10px 0 0 !important;
    }
    header .headerBottom .left {
        margin: 0 0 0 20px;
    }
    header .headerBottom .container p {
        font-size: 1em;
    }
    header .headerBottom p {
        width: 250px !important;
    }
}

@media (max-width: 820px) {
    nav ul {
        width: 0 !important;
        margin: 50px 200px 0 0 !important;
    }
    nav ul li a {
        font-size: 0.9em;
    }
    nav ul li {
        margin: 0 55px 0 0 !important;
    }
    nav .right span {
        font-size: 0.9em !important;
    }   
}
@media (max-width: 540px) {
    nav {
        flex-direction: column;
        align-items: center;
    }
    body > header > div.container > nav > div.right {
        margin: 5px 0 0 0 !important;
    }
    nav ul {
        flex-direction: column;
        margin: 20px 60px 0 0 !important;
    }
    nav ul li a {
        font-size: 0.9em;
    }
    header .headerBottom .container {
        flex-direction: column;
        min-height: auto;
        align-items: center;
    }
    header {
        min-height: 220vh !important;
    }
    header .headerBottom {
        bottom: 150px;
        min-height: 600px;
    }
    header .headerBottom .container .inner {
        display: flex;
        justify-content: center;
    }
    header .container > p {
        width: 100% !important;
    }
    h2 {
        margin: 120px 0 0 0 !important;
        padding: 0 0 50px 0;
    }  
    h1 {
        margin: 60px 0 0 20px !important;
        font-size: 3.1em !important;
        width: 80% !important;
    }
    header .container > p {
        margin: 15px 0 0 20px !important;
        font-size: 1.6em !important;
        width: 90% !important;
    }
    header button {
        margin: 30px 0 0 20px !important;
    }
    .ourBoats button {
        width: 50% !important;
    }
    .ourBoats h3 {
        width: 70% !important;
    }
}

@media (max-width: 430px) {
    .gallery {
        width: 100% !important;
    }
    .gallery .wrap {
        width: 100% !important;
    }
    .gallery .right > div {
        position: static;
    }
    .gallery .right  {
        position: static !important;
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
    }
    .gallery .wrap div {
        width: 100% !important; 
        margin: 0 !important;
    }
    .gallery .right > div {
        position: static !important;
        width: 100% !important;
    }   
    .gallery .wrap img {
        min-width: 100% !important;
        height: 280px !important;
    }
    .gallery .right div:nth-child(1) img {
        width: 100% !important;
    }
}

@media (max-width: 414px) {
    .swiper {
        margin: -20px 0 0 0 !important;
    }
    h1 {
        font-size: 3em !important;
        margin: 80px 0 0 0px !important;
        width: 100% !important;
        text-align: center;
        font-size: 2em !important;
    }
    header .container > p {
        font-size: 1.8em !important;
    }
    nav {
        flex-direction: column;
        align-items: center;
    }
    nav .right { 
        margin: 20px 0 0 0 !important;
    }
    h3 {
        font-size: 2.2em !important;
        max-width: 80% !important;
        padding: 0 20px;
    }
    .gallery {
        width: 100% !important;
    }
    .gallery .wrap {
        width: 100% !important;
    }
    .gallery .right > div {
        position: static;
    }
    .gallery .right  {
        position: static !important;
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
    }
    .gallery .wrap div {
        width: 100% !important; 
        margin: 0 !important;
    }
    .gallery .right > div {
        position: static !important;
        width: 100% !important;
    }   
    .gallery .wrap img {
        min-width: 100% !important;
        height: 280px !important;
    }
    .gallery .right div:nth-child(1) img {
        width: 100% !important;
    }
    .video {
        margin: 100px 0 0 0 !important;
    }
}

@media (max-width: 320px) {
    footer span {
        font-size: 1em !important;
    }
    .ourBoats h3 {
        font-size: 1.2em !important;
        width: 50% !important;
    }
    .ourBoats p {
        width: 50% !important;
        font-size: 1em;
    }
    .ourBoats button {
        width: 50% !important;
    }
}

@font-face {
    font-family: HelveticaNeueCyrMiddle;
    font-display: swap;
    src: url("../assets/fonts/helveticaneuecyr_thin.otf");
}
@font-face {
    font-family: HelveticaNeueCyrThin;
    font-display: swap;
    src: url("../assets/fonts/helveticaneuecyr_ultralight.otf");
}
@font-face {
    font-family: HelveticaNeueCyrBold;
    font-display: swap;
    src: url("../assets/fonts/helveticaneuecyr_black.otf");
}
* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
}
body {
    background: #F5F5F5;
    position: relative;
}
body > img {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: -1;
}
.container {
    max-width: 1000px;
    margin: auto;
    height: 100%;
}
header {
    width: 100%;
    min-height: 155vh;
    background: url('../assets/img/header2.jpg') no-repeat center/cover;
    position: relative;
}
nav {
    height: 184px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
}
nav .left a:not(:first-child) {
    margin: 0 0 0 15px;
}
nav .left a:first-child img {
    width: 178px;
    height: 72px;
}
nav .left a:nth-child(2) img {
    width: 20px;
    height: 20px;
}
nav .left a:last-child img {
    width: 30px;
    height: 20px;
}
nav ul {
    display: flex;
    margin: 50px 0 0 90px;
}
nav ul li {
    margin: 0 100px 0 0;
    font-size: 20px;
}
nav ul li a {
    color: #000;
    font-family: HelveticaNeueCyrMiddle;
    font-weight: bold;
}
nav ul li a:hover {
    transition: 0.4s;
    color: silver;
}
nav .right {
    margin: 50px 0 0 0;
}
nav .right img {
    width: 18px;
    height: 18px;
}
nav .right span {
    color: #000;
    font-family: HelveticaNeueCyrThin;
    margin: 0 0 0 12px;
    font-size: 20px;
}
header h1 {
    color: #F9F9F9;
    font-family: HelveticaNeueCyrBold;
    font-size: 64px;
    letter-spacing: -0.04em;
    width: 486px;
    margin: 30px 0 0 0;
}
header .container > p {
    font-family: HelveticaNeueCyrMiddle;
    font-size: 36px;
    color: #FFF0F0;
    width: 560px;
    margin: 15px 0 0 0;
    backdrop-filter: blur(2px);
    padding: 10px;
    opacity: 0.9;
}
button {
    width: 178px;
    height: 52px;
    border-radius: 26px;
    border: 2px solid #2723D9;
    margin: 30px 0 0 0;
    backdrop-filter: blur(5px);
    background-color: transparent;
    color: #000;
    font-weight: bolder;
    font-family: HelveticaNeueCyrMiddle;
    font-size: 20px;
    cursor: pointer;
}
/* .headerBtn {
    position: absolute;
  transform: translateX(-200%) translateY(-50%);
  top: 53%;
  left: 40%;
  padding: 4px;
  background-image: linear-gradient(to left, #2723D9, #8C90F3);
  border-radius: 1000px;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  -ms-border-radius: 1000px;
  background-size: 400% 400%;
  margin: 0;
  cursor: pointer;
}
  .btn {
    min-width: 178px;
    min-height: 52px;
    border: none;
    border-radius: 1000px;
    font-weight: bolder;
    font-size: 20px;
    z-index: 10;
    cursor: pointer;
  }
  
  .btn:active {
    border: none;
    -webkit-border: none;
    -ms-border: none;
    -moz-border: none;
  } */
header .headerBottom {
    width: 100%;
    height: 290px;
    background: transparent;
    position: absolute;
    bottom: 0;
    background: linear-gradient(to bottom, transparent, rgb(0, 0, 0, 0.7));
    backdrop-filter: blur(6px);
}
header .headerBottom .container {
    display: flex;
    justify-content: space-evenly;
}
header .headerBottom .left  img {
    width: 60px;
    margin: 60px 0 0 0;
    opacity: 0.85;
    height: 60px;
}
header .headerBottom .center  img {
    width: 40px;
    margin: 60px 0 0 0;
    opacity: 0.85;
    height: 50px;
}
header .headerBottom p {
    color: #FFF0F0;
    width: 327px;
    height: 84px;
    font-family: 'HelveticaNeueCyrMiddle';
    font-style: normal;
    font-size: 18px;
    opacity: 0.74;
    line-height: 152.91%;
    margin: 20px 0 0 0;
}
h2 {
    margin: 50px 0 0 0;
    color: #282828;
    font-family: 'HelveticaNeueCyrBold';
    font-size: 64px;
    letter-spacing: -0.04em;
}
.gallery {
    position: relative;
}
.gallery > img {
    position: absolute;
    right: 0;
    top: -155px;
    width: 650px;
    height: 290px;
}
.gallery .wrap {
    width: 100%;
    min-height: 350px;
    margin: 40px 0 0 0;
    display: flex;
    justify-content: space-between;
}
.gallery .wrap div {
    width: 500px;
}
.gallery .wrap div img {
    width: 92%;
    height: 370px;
}
.gallery .right > div {
    position: absolute;
}
.gallery .right  {
    position: relative;
}
.gallery .right div:nth-child(1) {
    left: -20px;
    width: 0;
}
.gallery .right div:nth-child(1) img {
    width: 335px;
    height: 245px;
}
.gallery .right div:not(:nth-child(1)) img {
    width: 160px;
    height: 115px;
}
.gallery .right div:nth-child(2) {
    right: 175px;
    width: 0;
}
.gallery .right div:nth-child(3) {
    right: 175px;
    width: 0;
    top: 130px;
}
.gallery .right div:nth-child(4) {
    left: -20px;
    width: 0;
    top: 255px;
}
.gallery .right div:nth-child(5) {
    left: 155px;
    width: 0;
    top: 255px;
}
.gallery .right div:nth-child(6) {
    left: 325px;
    width: 0;
    top: 255px;
}
.gallery img:not(.gallery img[alt="bird"]):hover {
    transform: scale(1.02);
    transition: 0.5s;
}
.video {
    width: 100%;
    height: 100vh;
    margin: 100px 0 0 0;
    background: #000;
    position: relative;
}
iframe {
    width: 100%;
    height: 100%;
}
.video .wrap {
    width: 100%;
    height: 100%;
    opacity: 0.6;
    filter: blur(5px);
}
.video .wrap img {
    width: 100%;
    height: 100%;
}
.video .playWrap {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    z-index: 3;
}
.video .playWrap img {
    width: 100px;
    height: 100px;
    cursor: pointer;
}
footer {
    height: 282px;
    width: 100%;
}
footer .container {
    padding: 70px 0 0 0;
}
footer img {
    width: 170px;
    height: 70px;
}
footer .phoneWrap {
    margin: 30px 0 0 0;
}
footer .mailWrap {
    margin: 15px 0 0 0;
}
footer .phoneWrap img {
    width: 18px;
    height: 18px;
    margin: 0 13px 0 0;
}
footer .mailWrap img {
    width: 18px;
    height: 15px;
    margin: 0 13px 0 0;
}
footer span {
    font-size: 20px;
    font-family: 'HelveticaNeueCyrMiddle';
    font-weight: 550px;
    color: #fff;
    letter-spacing: 1.2px;
} 

@media (min-width: 1024px) {
    .swiper {
        min-height: 90vh !important;
    }
}

@media (min-width: 1250px) {
    .ourBoats h2 {
        margin: 0 0 0 -50px;
    }
    footer .madeBy {
        display: flex;
        align-items: flex-end;
        padding: 0 0 65px 0;
    }
    footer .container {
        display: flex;
        justify-content: space-between;
    }
}

@media (min-width: 1336px) {
    .ourBoats h2 {
        margin: 0 0 0 -90px;
    }
}

@media (min-width: 1410px) {
    .ourBoats h2 {
        margin: 0 0 0 -120px;
    }
}

@media (min-width: 1506px) {
    .ourBoats h2 {
        margin: 0 0 0 -185px;
    }
}

@media (min-width: 1560px) {
    .ourBoats h2 {
        margin: 0 0 0 -215px;
    }
}

@media (min-width: 1680px) {
    .container {
        min-width: 1400px;
    }
    header {
        min-height: 135vh;
    }
    nav .left a:nth-child(2) img {
        width: 25px;
        height: 25px;
    }
    nav .left a:last-child img {
        width: 35px;
        height: 25px;
    }
    nav ul li {
        font-size: 25px;
    }
    nav .right span {
        font-size: 25px;
    }
    header h1 {
        font-size: 90px;
        width: 650px;
        margin: 150px 0 0 0;
    }
    header .container > p { 
        margin: 40px 0 0 0;
    }
    button {
        margin: 45px 0 0 0;
        width: 220px;
        height: 60px;
        font-size: 25px;
    }
    /* .headerBtn {
        top: 58%;
        left: 38%;
    } */
    nav .left a:not(:first-child) {
        margin: 0 0 0 25px;
    }
    nav .left a:first-child img {
        width: 185px;
        height: 80px;
    }
    header .headerBottom .left  img {
        width: 70px;
        height: 70px;
    }
    header .headerBottom .center  img {
        width: 50px;
        height: 65px;
    }
    .gallery .wrap div img {
        width: 750px;
        height: 500px;
    }
    .gallery .right div:nth-child(1) {
        left: -120px;
    }
    .gallery .right div:nth-child(1) img {
        width: 400px;
        height: 325px;
    }
    .gallery .right div:not(:nth-child(1)) img {
        width: 190px;
        height: 155px;
    }
    .gallery .right div:nth-child(2) {
        right: 205px;
        width: 0;
    }
    .gallery .right div:nth-child(3) {
        right: 205px;
        width: 0;
        top: 170px;
    }
    .gallery .right div:nth-child(4) {
        left: -120px;
        width: 0;
        top: 345px;
    }
    .gallery .right div:nth-child(5) {
        left: 90px;
        width: 0;
        top: 345px;
    }
    .gallery .right div:nth-child(6) {
        left: 296px;
        width: 0;
        top: 345px;
    }
    .gallery > img {
        width: 850px;
        height: 350px;
        top: -210px;
    }
    .video {
        margin: 240px 0 0 0;
    }
    .swiper .imgWrap {
        width: 900px !important;
        height: 650px !important;
    }
    .swiper {
        min-height: 80vh !important;
    }
    .ourBoats article {
        margin: 60px 200px 0 0 !important;
    }
    .ourBoats h2 {
        margin: 0 0 0 -80px;
    }
}

video {
    object-fit: cover;
}
body > header > div.container > nav > div.right > span {
    font-family: HelveticaNeueCyrMiddle;
    font-weight: bold;
}
body > header > div.container > p {
    color: #000;
    font-weight: bolder;
}
body > header > div.container > h1 {
    -webkit-text-stroke: 2px #000;
}
.swiper {
    width: 100%;
}
.swiper-slide {
    display: flex;
    justify-content: space-between;
}
.swiper-pagination span {
    width: 12px;
    height: 12px;
}
.swiper {
    min-height: 95vh;
    margin: 40px 0 0 0;
}
.swiper .imgWrap {
    width: 600px;
    height: 500px;
}
.ourBoats {
    margin: 60px 0 0 0;
}
.ourBoats h3 {
    width: 450px;
    font-family: 'HelveticaNeueCyrBold';
    font-size: 54px;
    line-height: 91%;
    letter-spacing: -0.05em;
    background: -webkit-linear-gradient(0deg, #8C90F3 5%, #2723D9);
    -webkit-background-clip: text;
    -webkit-text-stroke: 4px transparent;
    color: #F5F5F5;
}
.ourBoats  p {
    width: 300px;
    font-family: 'HelveticaNeueCyrMiddle';
    line-height: 26px;
    margin: 20px 0;
}
.ourBoats article {
    width: 500px;
}
.ourBoats  button {
    width: 350px;
}
header .headerBottom .container p {
    text-align: center;
}
header .headerBottom .inner {
    display: flex;
    justify-content: center;
}
footer .madeBy {
    font-family: 'HelveticaNeueCyrMiddle';
    letter-spacing: 1px;
}
footer .madeBy a {
    margin: 0 0 0 10px;
    text-decoration: underline;
    text-underline-offset: 3px;
    color: #fff;
}
footer .madeBy a:hover {
    transition: 0.4s;
    opacity: 0.5;
}
footer .madeBy {
    color: #fff;
}