﻿/* *
* Template Name: SoftLand - v2.0.1
* Template URL: https://bootstrapmade.com/softland-bootstrap-app-landing-page-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/ */
/* --------------------------------------------------------------
# General
-------------------------------------------------------------- */
/* --------------------------------------------------------------
# Hero Section from BOOTSLANDIA
-------------------------------------------------------------- */
#hero {
    width: 100%;
    background: url("../images/windance-fairway-punchier.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 120px 0 0 0;

    /* was 120px */
    /* my code */
    /* height: 100%;
    min-width: 100%;
    min-height: 100%;
    position: relative; */
}

#hero:before {
    content: "";
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#hero h1 {
    margin: 0 0 20px 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: rgba(255, 255, 255, 0.8);
}

#hero h1 span {
    color: #fff;
    border-bottom: 4px solid #00D9A5;
}

#hero h2 {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 40px;
    font-size: 24px;
}

#hero .btn-get-started {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 50px;
    transition: 0.5s;
    color: #fff;
    background: #00D9A5;
}

#hero .btn-get-started:hover {
    background: #00D9A5;
}

#hero .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
/*
@media (min-width: 1024px) {
    #hero {
        background-attachment: fixed;
    }
}*/

@media (max-width: 991px) {
    #hero {
        padding-top: 80px;
    }

    #hero .animated {
        -webkit-animation: none;
        animation: none;
    }

    #hero .hero-img {
        text-align: center;
    }

    #hero .hero-img img {
        max-width: 50%;
    }

    #hero h1 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 10px;
    }

    #hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    #hero .hero-img img {
        width: 80%;
    }
}

@-webkit-keyframes up-down {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes up-down {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}

.hero-waves {
    display: block;
    margin-top: 60px;
    width: 100%;
    height: 60px;
    z-index: 5;
    position: relative;
}

.wave1 use {
    -webkit-animation: move-forever1 10s linear infinite;
    animation: move-forever1 10s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

.wave2 use {
    -webkit-animation: move-forever2 8s linear infinite;
    animation: move-forever2 8s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

.wave3 use {
    -webkit-animation: move-forever3 6s linear infinite;
    animation: move-forever3 6s linear infinite;
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}

@-webkit-keyframes move-forever1 {
    0% {
        transform: translate(85px, 0%);
    }

    100% {
        transform: translate(-90px, 0%);
    }
}

@keyframes move-forever1 {
    0% {
        transform: translate(85px, 0%);
    }

    100% {
        transform: translate(-90px, 0%);
    }
}

@-webkit-keyframes move-forever2 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

@keyframes move-forever2 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

@-webkit-keyframes move-forever3 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

@keyframes move-forever3 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

/* -------- In-Page Nav Menu Mod ------- */
.nav-menu-2,
.nav-menu-2 * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu-2 > ul > li {
    position: relative;
    white-space: nowrap;
    float: left;
}

.nav-menu-2 a {
    display: block;
    position: relative;
    color: white;

    /* margin-top: 110px; */
    padding: 9px 14px;
    transition: 0.3s;
    font-size: 15px;
    font-weight: 500;
    font-family: "Lato", sans-serif;
}

.nav-menu-2 a:hover,
.nav-menu-2 .active > a,
.nav-menu-2 li:hover > a {
    color: #d6f0ea;
    text-decoration: none;
}

.nav-menu-2 .book-a-table a {
    background: #00D9A5;
    color: #fff;
    border-radius: 50px;
    margin: 0 0 0 20px;
    padding: 10px 25px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    transition: 0.3s;
}

.nav-menu-2 .book-a-table a:hover {
    background: #00D9A5;
    color: #fff;
}

.nav-menu-2 .drop-down ul {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: ease all 0.3s;
}

.nav-menu-2 .drop-down:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.nav-menu-2 .drop-down li {
    min-width: 180px;
    position: relative;
}

.nav-menu-2 .drop-down ul a {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
    color: #297363;
}

.nav-menu-2 .drop-down ul a:hover,
.nav-menu-2 .drop-down ul .active > a,
.nav-menu-2 .drop-down ul li:hover > a {
    color: #0b4b3d;
}

.nav-menu-2 .drop-down > a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 5px;
}

.nav-menu-2 .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.nav-menu-2 .drop-down .drop-down:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.nav-menu-2 .drop-down .drop-down > a {
    padding-right: 35px;
}

.nav-menu-2 .drop-down .drop-down > a:after {
    content: "\eaa0";
    font-family: IcoFont;
    position: absolute;
    right: 15px;
}

@media (max-width: 1366px) {
    .nav-menu-2 .drop-down .drop-down ul {
        left: -90%;
    }

    .nav-menu-2 .drop-down .drop-down:hover > ul {
        left: -100%;
    }

    .nav-menu-2 .drop-down .drop-down > a:after {
        content: "\ea9d";
    }
}

/* -------- In page Nav Menu Mod ------- */
