/**
*	Theme Name: Navalty Yacht Club
*	Theme URI:
*	Author: ST Media Solution
*	Author URI: https://stdezign.com
*	Description: Custom theme
*	Version: 1.0
*	Text Domain:  stdezign 
**/
@font-face {
  font-family: 'Aspekta 500';
  src: url("assets/fonts/Aspekta-500.eot");
  src: url("assets/fonts/Aspekta-500.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Aspekta-500.woff2") format("woff2"), url("assets/fonts/Aspekta-500.woff") format("woff"), url("assets/fonts/Aspekta-500.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta 400';
  src: url("assets/fonts/Aspekta-400.eot");
  src: url("assets/fonts/Aspekta-400.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Aspekta-400.woff2") format("woff2"), url("assets/fonts/Aspekta-400.woff") format("woff"), url("assets/fonts/Aspekta-400.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta 350';
  src: url("assets/fonts/Aspekta-350.eot");
  src: url("assets/fonts/Aspekta-350.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Aspekta-350.woff2") format("woff2"), url("assets/fonts/Aspekta-350.woff") format("woff"), url("assets/fonts/Aspekta-350.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Behind The Nineties Sans Reg';
  src: url("assets/fonts/Behind-The-Nineties-Sans-Rg.eot");
  src: url("assets/fonts/Behind-The-Nineties-Sans-Rg.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Behind-The-Nineties-Sans-Rg.woff2") format("woff2"), url("assets/fonts/Behind-The-Nineties-Sans-Rg.woff") format("woff"), url("assets/fonts/Behind-The-Nineties-Sans-Rg.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* line 14, sass/style.scss */
body::-webkit-scrollbar {
  width: 5px;
}

/* line 17, sass/style.scss */
body::-webkit-scrollbar-thumb {
  background: #000000;
  outline: #000000 solid 1px;
}

/* line 22, sass/style.scss */
a,
a:hover {
  text-decoration: none !important;
}

/* line 27, sass/style.scss */
p {
  font: 400 20px "Aspekta 400", sans-serif;
  color: #000;
}

/* line 32, sass/style.scss */
img {
  height: auto;
  max-width: 100%;
}

/* line 36, sass/style.scss */
a:focus,
input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: 0 !important;
}

/* line 43, sass/style.scss */
input[type="checkbox"],
input[type="radio"] {
  width: auto !important;
}

/* line 47, sass/style.scss */
.searchform {
  position: relative;
}

/* line 50, sass/style.scss */
.searchform input {
  border-radius: 30px;
  border: 1px solid #ccc;
  padding: 14px 20px;
  width: 100%;
}

/* line 56, sass/style.scss */
.searchform button {
  border: 0px;
  background-color: transparent;
  font-size: 24px;
  position: absolute;
  top: 5px;
  right: 10px;
}

/* line 64, sass/style.scss */
ul.nav-menu,
div.nav-menu > ul {
  margin: 0;
  padding: 0;
}

/* line 71, sass/style.scss */
.stand img {
  max-width: 40px;
}

/* .nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	background-color: #220e10;
	color: #ffffff;
    } */
/* line 84, sass/style.scss */
.nav-menu .sub-menu,
.nav-menu .children {
  background-color: #e35a28;
  border: 0px;
  border-top: 0;
  padding: 0;
  position: absolute;
  left: -2px;
  z-index: 99999;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* line 99, sass/style.scss */
ul.sub-menu li {
  margin: 0px;
}

/* line 103, sass/style.scss */
ul.sub-menu li a {
  color: #ffffff !important;
  padding: 15px;
  text-align: left;
}

/* line 109, sass/style.scss */
ul.sub-menu li a:hover {
  background: #000;
}

/* line 113, sass/style.scss */
.nav-menu .sub-menu ul,
.nav-menu .children ul {
  border-left: 0;
  left: 100%;
  top: 0;
}

/* line 120, sass/style.scss */
ul.nav-menu ul a,
.nav-menu ul ul a {
  color: #ffffff;
  margin: 0;
  width: 200px;
}

/* line 127, sass/style.scss */
ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
  background-color: #db572f;
}

/* line 134, sass/style.scss */
ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
  clip: inherit;
  overflow: inherit;
  height: inherit;
  width: inherit;
}

/* line 144, sass/style.scss */
.closebtn,
.openmenu,
.menuToggle,
.mobilesubmenu {
  display: none;
}

/* line 152, sass/style.scss */
.sec-heading h2 {
  margin: 10px 0 0 0;
}
/* line 155, sass/style.scss */
.sec-heading p {
  margin: 15px 0 0 0;
}
/* line 158, sass/style.scss */
.sec-heading .site-btn {
  margin-top: 20px;
}

/* line 163, sass/style.scss */
.container-fluid {
  padding: 0 80px !important;
}

/* line 167, sass/style.scss */
.site-btn {
  padding: 12px 40px;
  border: 1px solid #000;
  color: #000;
  position: relative;
  overflow: hidden;
  transition: all .3s ease-in-out;
  display: inline-flex;
  align-items: center;
  font: 400 16px "Aspekta 400", sans-serif;
}
/* line 177, sass/style.scss */
.site-btn .shine {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  background: linear-gradient(to right, #000 0%, #ECEDEE 25%, #fff 50%, #ECEDEE 75%, #000 100%);
  pointer-events: none;
  z-index: 3;
  opacity: 0;
  transform: skew(30deg);
  animation: shine .75s linear 1;
  content: "";
}
/* line 200, sass/style.scss */
.site-btn:hover {
  background-color: #000;
  color: #fff;
}
/* line 203, sass/style.scss */
.site-btn:hover .shine {
  display: block;
}
/* line 207, sass/style.scss */
.site-btn.white-btn {
  background-color: #fff;
  border: 1px solid #fff;
  color: #000;
}
/* line 212, sass/style.scss */
.site-btn.black-btn {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}

@keyframes shine {
  0% {
    left: -50%;
    opacity: 0;
  }
  50% {
    left: 25%;
    opacity: .5;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
/* line 234, sass/style.scss */
.sec-padd {
  padding: 100px 0;
}

/* line 238, sass/style.scss */
.font-90 {
  font: 400 80px "Behind The Nineties Sans Reg", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
  margin: 0;
  line-height: 5rem;
}

/* line 241, sass/style.scss */
.font-20 {
  font: 400 20px "Aspekta 400", sans-serif;
  color: #000;
}

/* line 244, sass/style.scss */
.font-24 {
  font: 400 24px "Behind The Nineties Sans Reg", sans-serif;
  color: #000;
  text-transform: uppercase;
}

/* line 247, sass/style.scss */
.font-60 {
  font: 400 60px "Behind The Nineties Sans Reg", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
  margin: 0;
  line-height: 5rem;
}

/* line 252, sass/style.scss */
.hero-videos section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
/* line 258, sass/style.scss */
.hero-videos section video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 266, sass/style.scss */
.hero-videos section .content {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
/* line 277, sass/style.scss */
.hero-videos section h1 {
  transform: translateY(50px);
  font: 400 90px "Behind The Nineties Sans Reg", sans-serif;
  color: #fff;
  text-transform: uppercase;
  line-height: 6rem;
  width: 100%;
  max-width: 950px;
}
/* line 287, sass/style.scss */
.hero-videos section p {
  transform: translateY(50px);
  font: 400 20px "Aspekta 400", sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}
/* line 296, sass/style.scss */
.hero-videos .site-btn {
  border-color: #fff;
  color: #fff;
  margin-top: 50px;
}
/* line 300, sass/style.scss */
.hero-videos .site-btn:hover {
  background-color: #fff;
  color: #000;
}

/* line 307, sass/style.scss */
.social-box ul {
  margin: 0;
}
/* line 310, sass/style.scss */
.social-box ul li a {
  width: 53px;
  height: 53px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  transition: all .4s ease-in-out;
  border-radius: 100%;
  color: #fff;
}
/* line 320, sass/style.scss */
.social-box ul li a svg {
  fill: #fff;
  width: 18px;
}
/* line 324, sass/style.scss */
.social-box ul li a:hover {
  background-color: #bc8b5a;
}

/* line 332, sass/style.scss */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: all .3s ease-in-out;
  z-index: 999;
  background-color: #fff;
  padding: 10px 0;
}
/* line 341, sass/style.scss */
.site-header.fix_top {
  padding: 5px 0;
  box-shadow: 0px 3px 2px -3px #ccc;
}
/* line 344, sass/style.scss */
.site-header.fix_top .site-logo {
  width: 50%;
  text-align: center;
}
/* line 347, sass/style.scss */
.site-header.fix_top .site-logo img {
  max-width: 120px;
}
/* line 354, sass/style.scss */
.site-header .social-box svg {
  max-width: 20px;
}
/* line 356, sass/style.scss */
.site-header .social-box svg path {
  fill: #000;
}
/* line 362, sass/style.scss */
.site-header .container-fluid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
/* line 368, sass/style.scss */
.site-header .nav-toggle,
.site-header .social-box {
  width: 25%;
}
/* line 372, sass/style.scss */
.site-header .site-logo {
  width: 50%;
  text-align: center;
}
/* line 375, sass/style.scss */
.site-header .site-logo img {
  max-width: 150px;
}
/* line 378, sass/style.scss */
.site-header .site-logo h1 {
  font: 400 30px "Behind The Nineties Sans Reg", sans-serif;
  color: #000;
  margin: 0;
}

/* line 387, sass/style.scss */
.life-analog .row {
  margin-top: 80px;
  align-items: center;
}
/* line 391, sass/style.scss */
.life-analog .sec-heading {
  text-align: center;
}
/* line 393, sass/style.scss */
.life-analog .sec-heading h2 {
  margin: 0;
}
/* line 396, sass/style.scss */
.life-analog .sec-heading p {
  width: 100%;
  max-width: 950px;
  margin: 20px auto 0;
  font: 400 24px "Aspekta 400", sans-serif;
}
/* line 403, sass/style.scss */
.life-analog .slide-era {
  position: relative;
  border-radius: 20px;
}
/* line 407, sass/style.scss */
.life-analog .nav {
  flex-direction: column;
}
/* line 410, sass/style.scss */
.life-analog .tab-content {
  position: relative;
  overflow: hidden;
}
/* line 413, sass/style.scss */
.life-analog .tab-content .prevBtn {
  left: 0;
}
/* line 416, sass/style.scss */
.life-analog .tab-content .nextBtn {
  right: 0;
}
/* line 419, sass/style.scss */
.life-analog .tab-content button {
  display: none;
  border: none;
  background-color: #000;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  border: 2px solid #000;
  color: #fff;
  font-size: 25px;
  position: absolute;
  top: 42%;
  z-index: 99;
}
/* line 432, sass/style.scss */
.life-analog .tab-content button:hover {
  background-color: #fff;
  color: #000;
}
/* line 438, sass/style.scss */
.life-analog .img-box {
  position: relative;
  padding-bottom: 30%;
  position: absolute;
  width: 100%;
  height: 100%;
}
/* line 444, sass/style.scss */
.life-analog .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 20px;
}
/* line 456, sass/style.scss */
.life-analog .nav li a {
  font: 400 30px "Behind The Nineties Sans Reg", sans-serif;
  color: #000;
}
/* line 459, sass/style.scss */
.life-analog .nav li a span {
  position: relative;
  display: inline-block;
}
/* line 476, sass/style.scss */
.life-analog .nav li a p {
  font: 400 14px "Aspekta 400", sans-serif;
  width: 100%;
  max-width: 420px;
  margin: 10px 0 0 0;
}
/* line 484, sass/style.scss */
.life-analog .nav li a.active span::before {
  right: 0;
  opacity: 1;
}

/* line 494, sass/style.scss */
.slick-next::before,
.slick-prev::before {
  font-family: "Font Awesome 5 Pro" !important;
  position: absolute;
  bottom: -10px;
  z-index: -1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 1 !important;
  font-size: 36px !important;
  font-weight: 300;
  color: #d9d9d9 !important;
}

/* line 509, sass/style.scss */
.slick-prev::before {
  content: "\f177" !important;
}

/* line 512, sass/style.scss */
.slick-next::before {
  content: "\f178" !important;
}

/* line 517, sass/style.scss */
.animate-slide {
  animation: slideInUp 0.6s ease both;
}

@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(30px) scale(0.98);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
/* line 532, sass/style.scss */
.slide-era {
  position: relative;
  height: 500px;
  /* apne section ke hisab se */
}

/* line 537, sass/style.scss */
.slide-era .img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 0;
  transition: opacity 0.3s ease;
}

/* line 548, sass/style.scss */
.slide-era .img-box.active {
  opacity: 1;
  z-index: 1;
}

/* Reveal from bottom */
/* line 554, sass/style.scss */
.reveal-bottom {
  clip-path: ellipse(100% 0% at 50% 100%);
  transform: translateY(100%);
  animation: revealUp 0.8s ease forwards;
}

@keyframes revealUp {
  0% {
    clip-path: ellipse(100% 0% at 50% 100%);
    transform: translateY(100%);
  }
  100% {
    clip-path: ellipse(100% 140% at 50% 50%);
    transform: translateY(0%);
  }
}
/* Reveal from top */
/* line 572, sass/style.scss */
.reveal-top {
  clip-path: ellipse(100% 0% at 50% 0%);
  transform: translateY(-100%);
  animation: revealDown 0.8s ease forwards;
}

@keyframes revealDown {
  0% {
    clip-path: ellipse(100% 0% at 50% 0%);
    transform: translateY(-100%);
  }
  100% {
    clip-path: ellipse(100% 140% at 50% 50%);
    transform: translateY(0%);
  }
}
/* Buttons */
/* line 590, sass/style.scss */
#prevBtn, #nextBtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: orange;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 5;
  cursor: pointer;
}

/* line 603, sass/style.scss */
#prevBtn {
  left: 10px;
}

/* line 604, sass/style.scss */
#nextBtn {
  right: 10px;
}

/* line 607, sass/style.scss */
.slide-era {
  position: relative;
  overflow: hidden;
}

/* line 612, sass/style.scss */
.slide-era .img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  z-index: 1;
  transition: transform 0.8s ease, opacity 0.8s ease;
}

/* line 621, sass/style.scss */
.slide-era .img-box.active {
  opacity: 1;
  z-index: 2;
}

/* Slide from bottom */
/* line 627, sass/style.scss */
.reveal-bottom {
  transform: translateY(100%);
}

/* line 630, sass/style.scss */
.reveal-bottom.active {
  transform: translateY(0);
}

/* Slide from top */
/* line 635, sass/style.scss */
.reveal-top {
  transform: translateY(-100%);
}

/* line 638, sass/style.scss */
.reveal-top.active {
  transform: translateY(0);
}

/* line 643, sass/style.scss */
.sailboats .img-box {
  position: relative;
  padding-bottom: 70%;
}
/* line 646, sass/style.scss */
.sailboats .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* line 657, sass/style.scss */
.sailboats.sailboats-f .row {
  flex-direction: row-reverse;
}
/* line 661, sass/style.scss */
.sailboats .row {
  align-items: center;
}
/* line 664, sass/style.scss */
.sailboats .step-list {
  margin-top: 40px;
}
/* line 666, sass/style.scss */
.sailboats .step-list ul {
  margin: 0;
}
/* line 668, sass/style.scss */
.sailboats .step-list ul li {
  margin-top: 30px;
}
/* line 670, sass/style.scss */
.sailboats .step-list ul li:first-child {
  margin: 0;
}
/* line 673, sass/style.scss */
.sailboats .step-list ul li .step {
  display: flex;
}
/* line 676, sass/style.scss */
.sailboats .step-list ul li .step .step-num span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background-color: #000;
  color: #fff;
}
/* line 687, sass/style.scss */
.sailboats .step-list ul li .step .step-content {
  padding-left: 20px;
}
/* line 689, sass/style.scss */
.sailboats .step-list ul li .step .step-content h3 {
  margin: 0;
}
/* line 692, sass/style.scss */
.sailboats .step-list ul li .step .step-content p {
  font: 400 16px "Aspekta 400", sans-serif;
  margin: 5px 0 0 0;
  width: 100%;
  max-width: 650px;
}
/* line 704, sass/style.scss */
.sailboats .btn-list ul {
  margin: 30px 0 0 0;
}

/* line 711, sass/style.scss */
.yatch-selection .sec-heading {
  display: flex;
  align-items: center;
}
/* line 714, sass/style.scss */
.yatch-selection .sec-heading img {
  max-width: 80px;
}
/* line 718, sass/style.scss */
.yatch-selection .img-box {
  position: relative;
  padding-bottom: 50%;
  transition: all .4s ease-in-out;
}
/* line 722, sass/style.scss */
.yatch-selection .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 731, sass/style.scss */
.yatch-selection .yatch-box {
  position: relative;
}
/* line 733, sass/style.scss */
.yatch-selection .yatch-box .hvr-on {
  position: absolute;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
}
/* line 743, sass/style.scss */
.yatch-selection .yatch-box a:hover .hvr-on {
  opacity: 1;
  transform: scale(1);
}
/* line 747, sass/style.scss */
.yatch-selection .yatch-box a:hover .hvr-off {
  opacity: 0;
}
/* line 753, sass/style.scss */
.yatch-selection #style-3 {
  padding: 50px 0;
}

/* line 760, sass/style.scss */
#style-3 {
  flex-wrap: nowrap;
  overflow: hidden;
  overflow-x: scroll;
  padding: 80px 0;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
}

/* line 769, sass/style.scss */
#style-3::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: #eceded;
  border-radius: 50px;
}

/* line 770, sass/style.scss */
#style-3::-webkit-scrollbar {
  width: 2px;
  background-color: #f5f5f5;
  border-radius: 50px;
  height: 2px;
}

/* line 771, sass/style.scss */
#style-3::-webkit-scrollbar-thumb {
  background-image: linear-gradient(to right, #000, #000);
  border-radius: 50px;
}

/* line 776, sass/style.scss */
#style-3.active {
  cursor: grabbing;
}

/* line 779, sass/style.scss */
#style-3 {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 80px 0;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  height: auto;
  /* auto rakho ya fixed height set karo */
}

/* line 790, sass/style.scss */
#style-3.active {
  cursor: grabbing;
}

/* line 794, sass/style.scss */
#style-3 .col-md-6 {
  flex: 0 0 auto;
  /* column shrink nahi hoga */
}

/* line 799, sass/style.scss */
footer {
  padding: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* line 806, sass/style.scss */
footer .memorable-experiences .sec-heading h4 {
  color: #fff;
}
/* line 809, sass/style.scss */
footer .memorable-experiences .sec-heading h2 {
  color: #fff;
  display: flex;
  align-items: center;
}
/* line 813, sass/style.scss */
footer .memorable-experiences .sec-heading h2 img {
  max-width: 120px;
}
/* line 819, sass/style.scss */
footer .middle-foo {
  background-color: #000;
  background-image: linear-gradient(rgba(53, 53, 53, 0.14), rgba(255, 255, 255, 0.23));
  filter: invert(1);
  padding: 4% 0;
}
/* line 826, sass/style.scss */
footer .foo-widget .site-logo {
  text-align: center;
}
/* line 833, sass/style.scss */
footer .foo-widget .site-logo a img {
  max-width: 150px;
  filter: invert(1);
}
/* line 837, sass/style.scss */
footer .foo-widget .site-logo a svg {
  width: 25px;
}
/* line 840, sass/style.scss */
footer .foo-widget .site-logo a h2 {
  margin: 0 0 0 10px;
}
/* line 846, sass/style.scss */
footer .col-md-3 {
  width: auto;
}
/* line 848, sass/style.scss */
footer .col-md-3:nth-child(2) {
  order: -1;
}
/* line 854, sass/style.scss */
footer .foo-menu ul li {
  margin-top: 10px;
}
/* line 857, sass/style.scss */
footer .foo-menu ul li a {
  color: #fff;
  font: 400 16px "Aspekta 400", sans-serif;
  transition: all .4s ease-in-out;
}
/* line 861, sass/style.scss */
footer .foo-menu ul li a.crte-acc {
  ont: 400 16px "Aspekta 400", sans-serif;
}
/* line 864, sass/style.scss */
footer .foo-menu ul li a:hover {
  opacity: .3;
}
/* line 873, sass/style.scss */
footer .log-in li a {
  display: flex;
  align-items: center;
}
/* line 876, sass/style.scss */
footer .log-in li a img {
  max-width: 40px;
}
/* line 882, sass/style.scss */
footer .row {
  justify-content: space-between;
}
/* line 885, sass/style.scss */
footer .copyright {
  text-align: center;
}
/* line 887, sass/style.scss */
footer .copyright p {
  color: #fff;
  padding: 20px 0;
  margin: 0;
  font: 400 12px "Behind The Nineties Sans Reg", sans-serif;
}
/* line 892, sass/style.scss */
footer .copyright p a {
  color: #fff;
  transition: all .4s ease-in-out;
}
/* line 895, sass/style.scss */
footer .copyright p a:hover {
  opacity: .6;
}
/* line 902, sass/style.scss */
footer .footer-widget h2 {
  color: #fff;
}

/* line 908, sass/style.scss */
.about-banner {
  padding: 10% 0 25%;
  background-repeat: no-repeat;
  background-size: cover;
  clip-path: ellipse(100% 85% at 50% 0%);
  position: relative;
}
/* line 914, sass/style.scss */
.about-banner::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  clip-path: ellipse(100% 85% at 50% 0%);
}
/* line 924, sass/style.scss */
.about-banner .banner-content {
  position: relative;
  width: 100%;
  max-width: 650px;
}
/* line 928, sass/style.scss */
.about-banner .banner-content h1 {
  color: #fff;
}
/* line 931, sass/style.scss */
.about-banner .banner-content p {
  color: #fff;
  margin: 10px 0 0 0;
}
/* line 935, sass/style.scss */
.about-banner .banner-content ul {
  margin: 20px 0 0 0;
}

/* line 946, sass/style.scss */
.explore-sec {
  margin-top: -300px;
}
/* line 948, sass/style.scss */
.explore-sec .info-box {
  box-shadow: 0px 0px 20px -1px #ccc;
  border-radius: 15px;
}
/* line 951, sass/style.scss */
.explore-sec .info-box .img-box {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
  border-radius: 15px;
}
/* line 956, sass/style.scss */
.explore-sec .info-box .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: all .7s ease-in-out;
}
/* line 967, sass/style.scss */
.explore-sec .info-box .info-title {
  padding: 15px;
}
/* line 969, sass/style.scss */
.explore-sec .info-box .info-title h3 {
  margin: 0;
}
/* line 975, sass/style.scss */
.explore-sec .info-box:hover .img-box img {
  transform: scale(1.1);
}
/* line 981, sass/style.scss */
.explore-sec .play-btn-box {
  display: flex;
  align-items: flex-end;
  height: 100%;
  transform: translate(0px, -30px);
}
/* line 987, sass/style.scss */
.explore-sec .video-play {
  background-color: #fff;
  border-radius: 100%;
  width: 120px;
  height: 120px;
  margin: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 997, sass/style.scss */
.explore-sec .video-play .play-wave {
  background-color: #0000005b;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 92px;
  height: 92px;
  display: flex;
}
/* line 1005, sass/style.scss */
.explore-sec .video-play .play-wave a {
  z-index: 10;
  background-color: #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 4px 4px 4px 8px;
  display: flex;
  position: relative;
  color: #fff;
  font-size: 25px;
}

/* line 1024, sass/style.scss */
.overview-sec .sec-heading {
  text-align: center;
}
/* line 1026, sass/style.scss */
.overview-sec .sec-heading p {
  font: 400 24px "Aspekta 500", sans-serif;
}
/* line 1030, sass/style.scss */
.overview-sec .row {
  margin-top: 80px;
}
/* line 1033, sass/style.scss */
.overview-sec .icon-box {
  text-align: center;
}
/* line 1035, sass/style.scss */
.overview-sec .icon-box .icons {
  width: 90px;
  height: 90px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d9d9d9;
  border-radius: 100%;
}
/* line 1043, sass/style.scss */
.overview-sec .icon-box .icons img {
  filter: brightness(0%);
}
/* line 1048, sass/style.scss */
.overview-sec .icon-box .ico-heading h3 {
  margin: 10px auto 0;
  width: 100%;
  max-width: 150px;
}

/* line 1057, sass/style.scss */
.contact-us {
  position: relative;
}
/* line 1059, sass/style.scss */
.contact-us .sec-heading {
  text-align: center;
}
/* line 1062, sass/style.scss */
.contact-us form {
  width: 100%;
  max-width: 900px;
  margin: auto;
  position: relative;
}
/* line 1067, sass/style.scss */
.contact-us form .form-group {
  margin-top: 30px;
}
/* line 1069, sass/style.scss */
.contact-us form .form-group.sub-btn {
  text-align: center;
}
/* line 1071, sass/style.scss */
.contact-us form .form-group.sub-btn input {
  padding: 15px 85px 15px 40px;
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  position: relative;
  overflow: hidden;
  transition: all .3s ease-in-out;
  display: inline-flex;
  align-items: center;
  font: 400 20px "Aspekta 400", sans-serif;
}
/* line 1083, sass/style.scss */
.contact-us form .form-group.sub-btn p {
  position: relative;
  display: inline-block;
}
/* line 1086, sass/style.scss */
.contact-us form .form-group.sub-btn p::before {
  position: absolute;
  content: url(images/btn-snd.png);
  width: auto;
  height: auto;
  right: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  pointer-events: none;
  top: 14px;
  filter: invert(0);
}
/* line 1100, sass/style.scss */
.contact-us form .form-group.sub-btn .wpcf7-spinner {
  position: absolute;
}
/* line 1104, sass/style.scss */
.contact-us form .form-group.sub-btn:hover input {
  background-color: transparent;
  color: #000;
}
/* line 1109, sass/style.scss */
.contact-us form .form-group.sub-btn:hover p::before {
  filter: invert(100%);
}
/* line 1117, sass/style.scss */
.contact-us form select,
.contact-us form textarea,
.contact-us form input {
  border: none;
  border-bottom: 1px solid #000;
  background-color: transparent;
  border-radius: 0;
  color: #000;
  font: 400 16px "Aspekta 400", sans-serif;
  padding: 0 0px 15px 0;
}
/* line 1127, sass/style.scss */
.contact-us form select:focus,
.contact-us form textarea:focus,
.contact-us form input:focus {
  box-shadow: none;
  border-color: #000;
}
/* line 1132, sass/style.scss */
.contact-us form select::placeholder,
.contact-us form textarea::placeholder,
.contact-us form input::placeholder {
  font: 400 16px "Aspekta 400", sans-serif;
  color: #999999;
}
/* line 1136, sass/style.scss */
.contact-us form select:focus,
.contact-us form textarea:focus,
.contact-us form input:focus {
  background-color: transparent;
}
/* line 1140, sass/style.scss */
.contact-us form select {
  padding-left: 10px;
  padding-right: 10px;
}
/* line 1144, sass/style.scss */
.contact-us form textarea {
  height: 100px;
}
/* line 1148, sass/style.scss */
.contact-us .wpcf7 {
  margin-top: 50px;
}
/* line 1151, sass/style.scss */
.contact-us .wpcf7-not-valid-tip {
  font: 400 12px "Aspekta 400", sans-serif;
  margin-top: 2px;
}

/* line 1157, sass/style.scss */
.about-form {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* line 1162, sass/style.scss */
.about-form::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
/* line 1171, sass/style.scss */
.about-form .sec-heading {
  position: relative;
  text-align: left;
}
/* line 1174, sass/style.scss */
.about-form .sec-heading h2 {
  color: #fff;
  margin: 0;
  font: 400 60px "Behind The Nineties Sans Reg", sans-serif;
  line-height: 4rem;
}
/* line 1181, sass/style.scss */
.about-form .form-box {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 15px;
  padding: 50px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
/* line 1190, sass/style.scss */
.about-form .form-box select,
.about-form .form-box textarea,
.about-form .form-box input {
  color: #fff;
  border-bottom: 1px solid #fff;
}
/* line 1195, sass/style.scss */
.about-form .form-box select::placeholder,
.about-form .form-box textarea::placeholder,
.about-form .form-box input::placeholder {
  color: #fff;
}
/* line 1199, sass/style.scss */
.about-form .form-box select {
  color: #fff;
}
/* line 1201, sass/style.scss */
.about-form .form-box select option {
  color: #000;
}
/* line 1205, sass/style.scss */
.about-form .form-box .wpcf7 {
  margin: 0;
}

/* line 1212, sass/style.scss */
.promo-video .container-fluid {
  padding: 0 20px !important;
}
/* line 1215, sass/style.scss */
.promo-video .vide-box {
  position: relative;
  overflow: hidden;
}
/* line 1218, sass/style.scss */
.promo-video .vide-box .bottom-video-text {
  position: absolute;
  bottom: -130px;
  right: 0;
  left: 0;
  text-align: center;
}
/* line 1224, sass/style.scss */
.promo-video .vide-box .bottom-video-text h2 {
  color: #ffffffb3;
  font: 400 170px "Behind The Nineties Sans Reg", sans-serif;
}
/* line 1229, sass/style.scss */
.promo-video .vide-box video {
  width: 100%;
  border-radius: 15px;
}
/* line 1234, sass/style.scss */
.promo-video .vide-box .play-btn-box {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 1242, sass/style.scss */
.promo-video .vide-box .video-play {
  background-color: #fff;
  border-radius: 100%;
  width: 120px;
  height: 120px;
  margin: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 1252, sass/style.scss */
.promo-video .vide-box .video-play .play-wave {
  background-color: #0000005b;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 92px;
  height: 92px;
  display: flex;
}
/* line 1260, sass/style.scss */
.promo-video .vide-box .video-play .play-wave a {
  z-index: 10;
  background-color: #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 4px 4px 4px 8px;
  display: flex;
  position: relative;
  color: #fff;
  font-size: 25px;
}
/* line 1277, sass/style.scss */
.promo-video .sec-heading {
  background-color: #000;
  height: 100%;
  border-radius: 15px;
  padding: 50px;
}
/* line 1282, sass/style.scss */
.promo-video .sec-heading h2,
.promo-video .sec-heading h4 {
  color: #fff;
}

/* line 1289, sass/style.scss */
.testimonial-slider {
  margin-bottom: 90px;
}
/* line 1292, sass/style.scss */
.testimonial-slider .slide-left .name-list,
.testimonial-slider .slide-left .slick-track {
  width: 100% !important;
}
/* line 1296, sass/style.scss */
.testimonial-slider .slide-left .name-list {
  opacity: 0.3 !important;
  left: 0 !important;
}
/* line 1299, sass/style.scss */
.testimonial-slider .slide-left .name-list.slick-current {
  opacity: 1 !important;
}
/* line 1302, sass/style.scss */
.testimonial-slider .slide-left .name-list h3 {
  margin: 15px 0 0 0;
}
/* line 1307, sass/style.scss */
.testimonial-slider .review-count {
  margin-top: 100px;
}
/* line 1310, sass/style.scss */
.testimonial-slider .count-box {
  width: 100% !important;
  left: 0 !important;
  display: none !important;
}
/* line 1314, sass/style.scss */
.testimonial-slider .count-box.slick-current {
  display: block !important;
}
/* line 1321, sass/style.scss */
.testimonial-slider .main-slide .slide-box i {
  font-size: 40px;
}
/* line 1324, sass/style.scss */
.testimonial-slider .main-slide .slide-box h2 {
  font: 500 36px "Behind The Nineties Sans Reg", sans-serif;
}
/* line 1329, sass/style.scss */
.testimonial-slider .inner-box {
  background-color: #f3f3f3;
  padding: 100px 80px;
  border-radius: 15px;
}
/* line 1335, sass/style.scss */
.testimonial-slider .slick-next,
.testimonial-slider .slick-prev {
  position: absolute;
  z-index: 99999;
  opacity: 1;
  z-index: 1;
  display: inline-block;
  width: auto;
  top: auto;
  bottom: -80px;
  opacity: 1;
}
/* line 1347, sass/style.scss */
.testimonial-slider .slick-prev::before {
  content: "\f104" !important;
}
/* line 1350, sass/style.scss */
.testimonial-slider .slick-next::before {
  content: "\f105" !important;
}
/* line 1354, sass/style.scss */
.testimonial-slider .slick-prev {
  left: calc(100% - 18%);
}
/* line 1357, sass/style.scss */
.testimonial-slider .slick-next {
  right: calc(100% - 100%);
}
/* line 1360, sass/style.scss */
.testimonial-slider .slick-prev::before {
  left: 30px;
}
/* line 1363, sass/style.scss */
.testimonial-slider .slick-next::before {
  right: 30px;
}
/* line 1366, sass/style.scss */
.testimonial-slider .slick-next::before,
.testimonial-slider .slick-prev::before {
  font-family: "Font Awesome 5 Pro" !important;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #000;
  color: #000 !important;
  position: absolute;
  bottom: -10px;
  z-index: -1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 1 !important;
  font-size: 22px;
  font-weight: 300;
}
/* line 1385, sass/style.scss */
.testimonial-slider .slick-next:hover::before,
.testimonial-slider .slick-prev:hover::before {
  background-color: #000;
  border-color: #000;
  color: #fff !important;
}

/* line 1394, sass/style.scss */
.yatch-video video {
  width: 100%;
  object-fit: cover;
  height: 950px;
  margin-top: 80px;
}
/* line 1400, sass/style.scss */
.yatch-video .sec-heading {
  text-align: center;
}

/* line 1406, sass/style.scss */
.sticky-banner .img-box {
  position: relative;
  padding-bottom: 50%;
}
/* line 1409, sass/style.scss */
.sticky-banner .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 1420, sass/style.scss */
#menuToggle {
  display: flex;
  flex-direction: column;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
  z-index: 9999999;
  cursor: pointer;
}

/* line 1430, sass/style.scss */
#menuToggle input {
  width: 32px !important;
  height: 32px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  top: -6px;
}

/* line 1439, sass/style.scss */
.mob-icons ul {
  margin: 0;
}

/* line 1443, sass/style.scss */
#menuToggle span {
  display: flex;
  width: 40px;
  height: 3px;
  margin-bottom: 5px;
  position: relative;
  background: #000;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 5px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  margin-left: auto;
}

/* line 1459, sass/style.scss */
#menuToggle span:nth-child(3) {
  width: 30px;
  margin-left: auto;
}

/* line 1463, sass/style.scss */
#menuToggle span:nth-child(4) {
  width: 24px;
  margin-left: auto;
}

/* line 1468, sass/style.scss */
.menuToggle.open {
  position: absolute;
  top: 32px;
  right: 23px;
}

/* line 1473, sass/style.scss */
.mob-icons {
  display: flex;
  align-items: center;
}

/* line 1477, sass/style.scss */
#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

/* line 1482, sass/style.scss */
#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

/* line 1486, sass/style.scss */
#menuToggle.open span {
  opacity: 1;
  transform: rotate(45deg) translate(-3px, -1px);
  background: #fff;
}

/* line 1492, sass/style.scss */
#menuToggle.open span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/* line 1498, sass/style.scss */
#menuToggle.open span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}

/* line 1502, sass/style.scss */
ul.nav-menu li ul.sub-menu,
ul.nav-menu li:hover ul.sub-menu {
  display: none !important;
}

/* line 1506, sass/style.scss */
ul.nav-menu li.open ul.sub-menu,
ul.nav-menu li.open:hover ul.sub-menu {
  display: block !important;
}

/* line 1510, sass/style.scss */
ul.sub-menu.open-submenu {
  display: block !Important;
  background-color: rgba(72, 72, 72, 0.85) !important;
  top: 0 !important;
}

/* line 1515, sass/style.scss */
.mobilesubmenu.open {
  background-color: rgba(72, 72, 72, 0.85) !important;
}

/* line 1518, sass/style.scss */
ul.sub-menu {
  display: none !Important;
  position: relative !Important;
  top: -100% !Important;
}

/* line 1523, sass/style.scss */
.mobilesubmenu i {
  position: relative;
  top: 13px;
  right: 18px;
}

/* line 1528, sass/style.scss */
.nav-bar li {
  display: block;
  margin: 0;
  width: 100%;
  top: 0;
  overflow: hidden;
}

/* line 1535, sass/style.scss */
.mobilesubmenu {
  display: block;
  position: absolute;
  top: 0;
  cursor: pointer;
  color: #ffffff;
  right: 0;
  z-index: 9999;
  border-left: 1px solid #717171;
  padding-left: 36px;
  height: 46px;
}

/* line 1547, sass/style.scss */
.nav-menu .sub-menu, .nav-menu .children {
  width: 100%;
}

/* line 1550, sass/style.scss */
ul.sub-menu li {
  display: block;
}

/* line 1553, sass/style.scss */
ul.sub-menu,
.open-submenu {
  transition: all 1s;
}

/* line 1557, sass/style.scss */
.openmenu {
  display: inline-block;
  font-size: 30px;
  cursor: pointer;
  color: #333333;
}

/* line 1563, sass/style.scss */
.nav-bar.open {
  right: 0;
}

/* line 1566, sass/style.scss */
.nav-menu li a {
  color: #fff;
  padding: 15px 0;
  font: 400 30px "Behind The Nineties Sans Reg", sans-serif;
  display: block;
  text-transform: uppercase;
  transition: all .4s ease-in-out;
  text-align: left;
}
/* line 1574, sass/style.scss */
.nav-menu li a:hover {
  opacity: .3;
}

/* line 1578, sass/style.scss */
ul.sub-menu li:last-child {
  border: 0px !important;
}

/* line 1581, sass/style.scss */
ul.sub-menu li a {
  color: #ffffff !important;
  font-weight: 600;
}

/* line 1585, sass/style.scss */
ul.sub-menu li {
  margin: 0px;
}

/* line 1588, sass/style.scss */
ul.sub-menu li:last-child a {
  text-align: left;
  color: #ffffff !important;
  padding: 15px;
}

/* line 1593, sass/style.scss */
.nav-menu li:last-child {
  border: 0px  !important;
}

/* line 1596, sass/style.scss */
.nav-menu li:last-child a,
.nav-menu .sub-menu, .nav-menu .children {
  left: 0;
  width: 100% !important;
}

/* line 1601, sass/style.scss */
.nav-bar {
  background-image: url(images/nav-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: fixed;
  top: 0;
  right: -100%;
  padding: 110px 100px 15px;
  transition: all 0.3s;
  width: 100%;
  z-index: 999;
  display: flex;
  justify-content: left;
  text-align: left;
}

/* line 1617, sass/style.scss */
.closebtn {
  display: block;
  position: absolute;
  top: -55px;
  font-size: 20px;
  right: 0;
  color: #ffffff;
  cursor: pointer;
  margin-bottom: 20px;
}

/* line 1628, sass/style.scss */
.menuToggle ul {
  margin: 0;
}

/* line 1631, sass/style.scss */
#menuToggle.open span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
  margin: 0;
}

/* line 1635, sass/style.scss */
#menuToggle.open span:nth-child(4) {
  width: 40px;
  margin-left: auto;
  transform: rotate(-43deg) translate(-3px, 2px);
}

/* line 1640, sass/style.scss */
.main-navigation ul {
  text-align: center;
}

@media (min-width: 1440px) {
  /* line 2, sass/_screen.scss */
  .container {
    max-width: 1480px !important;
  }
}
@media (max-width: 1600px) {
  /* line 8, sass/_screen.scss */
  .explore-sec .play-btn-box {
    transform: translate(0px, 40px);
  }

  /* line 11, sass/_screen.scss */
  .promo-video .vide-box .bottom-video-text {
    bottom: -50px;
  }

  /* line 14, sass/_screen.scss */
  .promo-video .vide-box .bottom-video-text h2 {
    font: 400 90px "Behind The Nineties Sans Reg", sans-serif;
  }

  /* line 17, sass/_screen.scss */
  .font-60 {
    font: 400 40px "Behind The Nineties Sans Reg", sans-serif;
    line-height: 3rem;
  }

  /* line 21, sass/_screen.scss */
  .testimonial-slider .slick-prev {
    left: calc(100% - 25%);
  }
}
@media (max-width: 1440px) {
  /* line 28, sass/_screen.scss */
  .explore-sec {
    margin-top: -150px;
  }

  /* line 31, sass/_screen.scss */
  .about-form .sec-heading h2 {
    font: 400 40px "Behind The Nineties Sans Reg", sans-serif;
    line-height: 3rem;
  }

  /* line 35, sass/_screen.scss */
  .contact-us form .form-group.sub-btn input {
    padding: 15px 50px 15px 31px;
    align-items: center;
    font: 400 16px "Aspekta 400", sans-serif;
  }

  /* line 40, sass/_screen.scss */
  .contact-us form .form-group.sub-btn p::before {
    max-width: 1px;
  }
}
@media (max-width: 1366px) {
  /* line 46, sass/_screen.scss */
  .testimonial-slider .slick-prev {
    left: calc(100% - 35%);
  }

  /* line 50, sass/_screen.scss */
  .testimonial-slider .main-slide .slide-box h2 {
    font: 500 30px "Behind The Nineties Sans Reg", sans-serif;
  }
}
@media (max-width: 1170px) {
  /* line 57, sass/_screen.scss */
  .sailboats .col-md-7,
  .sailboats .col-md-5 {
    width: 100%;
  }

  /* line 62, sass/_screen.scss */
  .font-90 {
    font: 400 40px "Behind The Nineties Sans Reg", sans-serif;
    line-height: 4rem;
  }

  /* line 66, sass/_screen.scss */
  .font-24 {
    font: 400 18px "Behind The Nineties Sans Reg", sans-serif;
  }

  /* line 69, sass/_screen.scss */
  .sailboats .img-box {
    margin-top: 20px;
  }

  /* line 72, sass/_screen.scss */
  footer .foo-widget .site-logo a h2 {
    font-size: 20px;
  }

  /* line 76, sass/_screen.scss */
  .memorable-experiences .col-md-5 {
    width: 100%;
  }

  /* line 79, sass/_screen.scss */
  .life-analog .col-md-6 {
    width: 100%;
  }

  /* line 82, sass/_screen.scss */
  .life-analog .tab-content {
    margin-top: 40px;
  }

  /* line 85, sass/_screen.scss */
  .sec-padd {
    padding: 70px 0;
  }

  /* line 88, sass/_screen.scss */
  .hero-videos section h1 {
    font: 400 50px "Behind The Nineties Sans Reg", sans-serif;
    line-height: 4rem;
    max-width: 750px;
  }

  /* line 93, sass/_screen.scss */
  .life-analog .sec-heading p {
    font: 400 16px "Aspekta 400", sans-serif;
  }

  /* line 97, sass/_screen.scss */
  .about-form .col-md-7,
  .about-form .col-md-5 {
    width: 100%;
  }

  /* line 101, sass/_screen.scss */
  .about-form .form-box {
    margin-top: 20px;
  }

  /* line 105, sass/_screen.scss */
  .promo-video .col-md-6 {
    width: 100%;
  }

  /* line 108, sass/_screen.scss */
  .promo-video .sec-heading {
    padding: 30px;
    margin-top: 30px;
  }

  /* line 112, sass/_screen.scss */
  .testimonial-slider .col-md-8,
  .testimonial-slider .col-md-4 {
    width: 100%;
  }

  /* line 116, sass/_screen.scss */
  .testimonial-slider .big-slide {
    margin-top: 30px;
  }

  /* line 119, sass/_screen.scss */
  .site-header .site-logo {
    width: 76%;
    text-align: center;
  }

  /* line 123, sass/_screen.scss */
  .site-header .nav-toggle, .site-header .social-box {
    width: 12%;
  }
}
@media (max-width: 900px) {
  /* line 129, sass/_screen.scss */
  .middle-foo .col-md-2,
  .middle-foo .col-md-3 {
    width: 50%;
  }

  /* line 133, sass/_screen.scss */
  footer .footer-widget {
    margin-top: 25px;
  }

  /* line 136, sass/_screen.scss */
  .font-20 {
    font: 400 16px "Aspekta 400", sans-serif;
  }

  /* line 139, sass/_screen.scss */
  .sec-heading p {
    margin: 5px 0 0 0;
  }

  /* line 142, sass/_screen.scss */
  .site-header .site-logo h1 {
    font: 400 18px "Behind The Nineties Sans Reg", sans-serif;
  }

  /* line 145, sass/_screen.scss */
  .container-fluid {
    padding: 0 20px !important;
  }

  /* line 148, sass/_screen.scss */
  .nav-menu li a {
    padding: 10px 0;
    font: 400 20px "Behind The Nineties Sans Reg", sans-serif;
  }

  /* line 152, sass/_screen.scss */
  .explore-sec .play-btn-box {
    transform: translate(0px, 0);
  }

  /* line 155, sass/_screen.scss */
  .overview-sec .sec-heading p {
    font: 400 18px "Aspekta 500", sans-serif;
  }

  /* line 158, sass/_screen.scss */
  .overview-sec .icon-box {
    margin-top: 20px;
  }

  /* line 161, sass/_screen.scss */
  .testimonial-slider .slick-prev {
    left: calc(100% - 50%);
  }

  /* line 164, sass/_screen.scss */
  .overview-sec .col-md-3 {
    width: 50%;
  }

  /* line 167, sass/_screen.scss */
  .explore-sec .info-box {
    margin-top: 25px;
  }

  /* line 171, sass/_screen.scss */
  .explore-sec .play-btn-box {
    margin-top: 20px;
  }

  /* line 174, sass/_screen.scss */
  .testimonial-slider .review-count {
    margin-top: 20px;
  }

  /* line 177, sass/_screen.scss */
  .testimonial-slider .inner-box {
    padding: 60px 20px;
  }

  /* line 180, sass/_screen.scss */
  .sticky-banner {
    margin-top: 50px;
  }

  /* line 183, sass/_screen.scss */
  .nav-bar {
    padding: 110px 30px 15px;
  }

  /* line 186, sass/_screen.scss */
  #menuToggle.open span:nth-child(4) {
    width: 31px;
  }
}
@media (max-width: 767px) {
  /* line 192, sass/_screen.scss */
  .site-btn {
    padding: 10px 12px;
    font: 400 14px "Aspekta 400", sans-serif;
  }

  /* line 196, sass/_screen.scss */
  .contact-us form .form-group.sub-btn p {
    margin: 0;
  }

  /* line 199, sass/_screen.scss */
  .contact-us form .form-group.sub-btn p::before {
    display: none;
  }

  /* line 203, sass/_screen.scss */
  .contact-us form .form-group.sub-btn input {
    padding: 15px 20px 15px 20px;
    font: 400 14px "Aspekta 400", sans-serif;
    width: 100%;
  }

  /* line 208, sass/_screen.scss */
  .contact-us .wpcf7 {
    margin-top: 20px;
  }

  /* line 211, sass/_screen.scss */
  .contact-us form .form-group.sub-btn .wpcf7-spinner {
    left: 0;
    bottom: -15px;
    margin: 0;
  }

  /* line 216, sass/_screen.scss */
  .sailboats .step-list ul li .step .step-content p {
    font: 400 14px "Aspekta 400", sans-serif;
  }

  /* line 219, sass/_screen.scss */
  .font-90 {
    font: 400 30px "Behind The Nineties Sans Reg", sans-serif;
    line-height: 3rem;
  }

  /* line 223, sass/_screen.scss */
  .testimonial-slider .slick-next, .testimonial-slider .slick-prev {
    bottom: -30px;
  }

  /* line 226, sass/_screen.scss */
  .testimonial-slider .main-slide .slide-box h2 {
    font: 500 22px "Behind The Nineties Sans Reg", sans-serif;
    margin-top: 10px;
  }

  /* line 230, sass/_screen.scss */
  .testimonial-slider .slick-next::before, .testimonial-slider .slick-prev::before {
    width: 30px;
    height: 30px;
    font-size: 24px !important;
  }

  /* line 235, sass/_screen.scss */
  .testimonial-slider .slick-prev {
    left: calc(100% - 50%);
  }

  /* line 238, sass/_screen.scss */
  .promo-video .vide-box .bottom-video-text h2 {
    font: 400 50px "Behind The Nineties Sans Reg", sans-serif;
  }

  /* line 242, sass/_screen.scss */
  .promo-video .vide-box .video-play .play-wave a {
    width: 65px;
    height: 65px;
    font-size: 20px;
  }

  /* line 247, sass/_screen.scss */
  .promo-video .vide-box .video-play .play-wave {
    width: 70px;
    height: 70px;
  }

  /* line 251, sass/_screen.scss */
  .promo-video .vide-box .video-play {
    width: 90px;
    height: 90px;
  }

  /* line 255, sass/_screen.scss */
  .promo-video .vide-box .bottom-video-text {
    bottom: -25px;
  }

  /* line 258, sass/_screen.scss */
  .explore-sec {
    margin-top: 0;
  }

  /* line 261, sass/_screen.scss */
  .font-60 {
    font: 400 30px "Behind The Nineties Sans Reg", sans-serif;
    line-height: 2rem;
  }

  /* line 265, sass/_screen.scss */
  .about-banner {
    padding: 25% 0 50%;
  }

  /* line 268, sass/_screen.scss */
  p {
    font: 400 16px "Aspekta 400", sans-serif;
  }

  /* line 271, sass/_screen.scss */
  .yatch-video video {
    height: 550px;
  }

  /* line 274, sass/_screen.scss */
  footer .middle-foo .col-md-6 {
    order: -1;
  }

  /* line 277, sass/_screen.scss */
  footer .foo-widget .site-logo a img {
    max-width: 100px;
    filter: invert(1);
    margin: 10px 0;
  }

  /* line 282, sass/_screen.scss */
  .life-analog .nav li a {
    font: 400 24px "Behind The Nineties Sans Reg", sans-serif;
  }

  /* line 285, sass/_screen.scss */
  .sailboats .img-box {
    padding-bottom: 100%;
  }

  /* line 288, sass/_screen.scss */
  .stand img {
    max-width: 24px;
  }
}
@media (max-width: 600px) {
  /* line 294, sass/_screen.scss */
  .hero-videos section h1 {
    font: 400 40px "Behind The Nineties Sans Reg", sans-serif;
    line-height: 3rem;
  }

  /* line 298, sass/_screen.scss */
  .slide-era {
    height: 140px;
  }

  /* line 301, sass/_screen.scss */
  .life-analog .tab-content button {
    width: 35px;
    height: 35px;
    font-size: 18px;
  }

  /* line 306, sass/_screen.scss */
  .life-analog .tab-content button i {
    font-size: 18px;
  }

  /* line 309, sass/_screen.scss */
  footer .memorable-experiences .sec-heading h2 img {
    max-width: 40px;
  }

  /* line 312, sass/_screen.scss */
  footer .foo-menu ul li a {
    font: 400 12px "Aspekta 400", sans-serif;
  }

  /* line 315, sass/_screen.scss */
  .hero-videos section h1 {
    font: 400 35px "Behind The Nineties Sans Reg", sans-serif;
    line-height: 2.5rem;
  }

  /* line 319, sass/_screen.scss */
  .site-header .site-logo h1 {
    font: 400 14px "Behind The Nineties Sans Reg", sans-serif;
  }

  /* line 322, sass/_screen.scss */
  .container-fluid {
    padding: 0 15px !important;
  }

  /* line 325, sass/_screen.scss */
  .life-analog .nav li a span::before {
    width: 30px;
  }

  /* line 328, sass/_screen.scss */
  #menuToggle span {
    width: 30px;
    height: 1px;
  }

  /* line 332, sass/_screen.scss */
  #menuToggle span:nth-child(3) {
    width: 20px;
  }

  /* line 335, sass/_screen.scss */
  #menuToggle span:nth-child(4) {
    width: 16px;
  }

  /* line 338, sass/_screen.scss */
  .testimonial-slider .slick-prev {
    left: calc(100% - 60%);
  }

  /* line 341, sass/_screen.scss */
  .promo-video .vide-box .bottom-video-text h2 {
    font: 400 25px "Behind The Nineties Sans Reg", sans-serif;
  }

  /* line 344, sass/_screen.scss */
  .about-banner .site-btn {
    padding: 7px 11px;
    font: 400 12px "Aspekta 400", sans-serif;
  }

  /* line 348, sass/_screen.scss */
  .about-form .form-box {
    padding: 20px;
  }

  /* line 353, sass/_screen.scss */
  .promo-video .vide-box .video-play .play-wave a {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }

  /* line 358, sass/_screen.scss */
  .promo-video .vide-box .video-play .play-wave {
    width: 50px;
    height: 50px;
  }

  /* line 362, sass/_screen.scss */
  .promo-video .vide-box .video-play {
    width: 70px;
    height: 70px;
  }

  /* line 366, sass/_screen.scss */
  .font-60 {
    font: 400 24px "Behind The Nineties Sans Reg", sans-serif;
    line-height: 2rem;
  }

  /* line 370, sass/_screen.scss */
  .testimonial-slider .main-slide .slide-box h2 {
    line-height: 1.8rem;
  }

  /* line 373, sass/_screen.scss */
  .about-form .sec-heading h2 {
    font: 400 30px "Behind The Nineties Sans Reg", sans-serif;
    line-height: 2rem;
  }

  /* line 377, sass/_screen.scss */
  .about-form.about-form form .form-group.sub-btn input {
    font: 400 11px "Aspekta 400", sans-serif;
  }

  /* line 380, sass/_screen.scss */
  .yatch-video video {
    height: 350px;
  }
}
@media (max-width: 414px) {
  /* line 386, sass/_screen.scss */
  .contact-us form .form-group.sub-btn input {
    padding: 15px 10px 15px 10px;
    font: 400 12px "Aspekta 400", sans-serif;
  }
}