﻿/* *
* 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-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%);
    }
}

/* --------------------------------------------------------------
# hero variable-height orig BOOTSLANDIA mod jm
            background: linear-gradient(to right, rgba(74, 44, 153, 0.8) 0%, rgba(61, 179, 197, 0.8) 100%),
-------------------------------------------------------------- */
#hero {
    width: 100%;
    background: url("../images/blue-shell-spa-waiting-room.jpg");
    background-size: cover;
    width: 100%;
    position: relative;
    background-size: cover;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    height: 0;
    padding: 56.125% 0 0 0;
}

/* #hero {
    background: url("../images/home-rotator/island-view/ivc-bvc-sunset-from-water-1920x2200.jpg");
    background-attachment: fixed; comment to fix mobile hero 
} */
#hero:before {
    content: "";
    background: rgba(0, 0, 0, 0.1);
    position: relative;
    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: "Roboto", 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 only screen and (min-device-width: 1366px) and (max-device-height: 1024px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: landscape)  {}

@media only screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait)  {} */
/* Extra small devices (phones, below 576px) */
@media (max-width: 575.98px) {
    #hero {
        padding-top: 80px;
        background-size: cover;
        width: 100%;
        position: relative;
        background-size: cover;
        overflow: hidden;
        background-position: center;
        background-repeat: no-repeat;
        height: 0;
        padding: 100% 0 0 0;
    }

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

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

    #hero .hero-img img {
        background-size: cover;
        width: 100%;
        position: relative;
        background-size: cover;
        overflow: hidden;
        background-position: center;
        background-repeat: no-repeat;
        height: 0;
        padding: 114.5% 0 0 0;
    }

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

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

/* Small devices (portrait tablets and large phones, 576px and up) */
@media (min-width: 576px) {
    #hero {
        padding-top: 80px;
        background-size: cover;
        width: 100%;
        position: relative;
        background-size: cover;
        overflow: hidden;
        background-position: center;
        background-repeat: no-repeat;
        height: 0;
        padding: 90% 0 0 0;
    }

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

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

    #hero .hero-img img {
        background-size: cover;
        width: 100%;
        position: relative;
        background-size: cover;
        overflow: hidden;
        background-position: center;
        background-repeat: no-repeat;
        height: 0;
        padding: 00% 0 0 0;
    }

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

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

/* Medium devices (landscape tablets, 768px and up) */
@media (min-width: 768px) {
    #hero {
        padding-top: 80px;
        background-size: cover;
        width: 100%;
        position: relative;
        background-size: cover;
        overflow: hidden;
        background-position: center;
        background-repeat: no-repeat;
        height: 0;
        padding: 75% 0 0 0;
    }

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

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

    #hero .hero-img img {
        background-size: cover;
        width: 100%;
        position: relative;
        background-size: cover;
        overflow: hidden;
        background-position: center;
        background-repeat: no-repeat;
        height: 0;
        padding: 75% 0 0 0;
    }

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

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

/* Large devices (laptops/desktops, 992px and up) */
@media (min-width: 992px) {
    #hero {
        /*background-attachment: fixed;*/
        padding-top: 0px;
        background-size: cover;
        width: 100%;
        position: relative;
        background-size: cover;
        overflow: hidden;
        background-position: center;
        background-repeat: no-repeat;
        height: 0;
        padding: 72% 0 0 0;
    }

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

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

    #hero .hero-img img {
        background-size: cover;
        width: 100%;
        position: relative;
        background-size: cover;
        overflow: hidden;
        background-position: center;
        background-repeat: no-repeat;
        height: 0;
        padding: 72% 0 0 0;
    }

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

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

/* Extra large devices (large laptops and desktops, 1200px and up)  large percentage is 56.125% */
@media (min-width: 1200px) {
    #hero {
        /*background-attachment: fixed;*/
        padding-top: 80px;
        background-size: cover;
        width: 100%;
        position: relative;
        background-size: cover;
        overflow: hidden;
        background-position: center;
        background-repeat: no-repeat;
        height: 0;
        padding: 60.125% 0 0 0;
    }

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

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

    #hero .hero-img img {
        background-size: cover;
        width: 100%;
        position: relative;
        background-size: cover;
        overflow: hidden;
        background-position: center;
        background-repeat: no-repeat;
        height: 0;
        padding: 60.125% 0 0 0;
    }

    #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 {
        background-size: cover; width: 100%; 
        position: relative;
        background-size: cover;
        overflow: hidden;
        background-position: center;
        background-repeat: no-repeat; height:0;
    padding: 114.5% 0 0 0;
    }
} */
@-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%);
    }
}

/* --------------------------------------------------------------
# ZOOM attempt .gallery .gallery-item from Butterly renamed it to zoom-item
-------------------------------------------------------------- */
.zoom .zoom-item {
    overflow: hidden;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
}

.zoom .zoom-item img {
    transition: all ease-in-out 0.4s;
}

.zoom .zoom-item:hover img {
    transform: scale(1.1);
}

 