﻿.bgk-home {
    background-color: #FBFDFF;
}

.h880 {
    /*min-height:880px;*/
}

.p-bottom20 {
    padding-bottom: 20px;
}

.main-home {
    background-image: linear-gradient(180deg,#1c3E7299 0,#020d2a 81%);
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 100% 99%;
}

.bgk-home1 {
    /*background-color: white;*/
    background-repeat: no-repeat;
    background-image: url('/f4f/images/home/home-background1_1920.jpg');
    background-size: 100% 99%;
}

.line-brown {
    width: 100px;
    display: block;
    background-color: rgb(203,162,141);
    height:3px;
}

.cbrown {
    color: rgb(203,162,141) !important;
}

.h4-home1 {
    color: white;
    font-size: 18px;
    font-weight: 400;
}

.main-home2 {
}

.item-1,
.item-2,
.item-3 {
    position: absolute;
    display: block;
    animation-duration: 3s;
    /*    animation-timing-function: ease-in-out;*/
    animation-iteration-count: infinite;
    font-weight: 700;
    font-size: 150px;
}

.item-1 {
    animation-name: anim-1;
}

.item-2 {
    animation-name: anim-2;
}

.item-3 {
    animation-name: anim-3;
}

@keyframes anim-1 {
    0%,33.33% {
        opacity: 1;
    }

    33.33%, 100% {
        opacity: 0;
    }
}

@keyframes anim-2 {
    0%, 33.33% {
        opacity: 0;
    }

    33.33%,66.66% {
        opacity: 1;
    }

    66.66%, 100% {
        opacity: 0;
    }
}

@keyframes anim-3 {
    0%,66.66% {
        opacity: 0;
    }

    66.66%,100% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
.p-home2 {
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
}
.h2-whatwedid {
    color: rgb(203,162,141);
    font-size: 55px;
    
}
.img02-whatwedid {
    margin: auto;
    display: block;
    border-radius: 10px;
    justify-content: right;
}

.h2-whythischoice {
    color: rgb(25,40,83);
    font-size: 55px;
    text-align: center;
}

.h3-whythischoice {
    color: rgb(203,162,141);
    font-size: 45px;
    text-align: center;
}

.main-home3bg {
    background-image: url('/f4f/images/home/bg-02_1920.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

.main-home3 {
    /*background-image: linear-gradient(180deg,#fef9ee 0,#e9cba7 100%);*/
    background-image: linear-gradient(180deg,rgba(254,249,238,0.65),rgba(233,203,167,0.65));
}


.h4-why {
    color: rgb(25,40,83);
    font-size: 40px;
    font-weight: 700;
    line-height: 0px;
    margin-top:15px;
    
}

.p-why {
    color: rgb(25,40,83);
    font-size: 16px;
    font-weight: 300;
}



.text-why {
    padding-top:0px;
}




.inner-nature {
    background-color: white;
    opacity: 0.65;
    border-radius: 10px;
    margin: auto;
    display: block;
    width: 730px;
    height: 500px;
}





.p-nature {
    color: black;
    font-weight: 300;
    font-size: 15px;
    text-align: center;
    max-width: 412px;
    display: block;
    margin: auto;
    padding:20px;
    padding-top:0px;
}

.h4-bottom {
    font-size: 25px;
    text-align: center;
    font-weight: 500;
    color: rgb(25,40,83);
}

.img-bottom {
    display: block;
    margin: auto;
}

.p-bottom {
    text-align: center;
    color: rgb(85,85,85);
    font-size: 18px;
    font-weight: 400;
    max-width: 265px;
    display: block;
    margin: auto;
}

.btn-home-viewprods {
    display: block;
    margin: auto;
    border-radius: 28px;
    width: 200px;
    vertical-align: middle;
    height: 56px;
    text-align: center;
    background-color: rgb(30,50,106);
    color: white;
    font-size: 18px;
    font-weight: 500;
    line-height: 50px;
    margin-top: 50px;
}

.btn-view-all-prod {
    display: block;
    border-radius: 28px;
    width: 200px;
    vertical-align: middle;
    height: 56px;
    text-align: center;
    background-color: rgb(30,50,106);
    color: white;
    font-size: 18px;
    font-weight: 500;
    line-height: 50px;
    margin: auto;
    margin-bottom: 30px;
}


/*RESPONSIVE*/
@media (max-width: 640px) {
    .last33 {
        padding-top:20px;
        width: 100%;
    }
    .inner-nature {
        background-color: white;
        opacity: 0.65;
        border-radius: 10px;
        margin: auto;
        display: block;
        width: 100%;
    }
    .div-nature {
        background-image: url('/f4f/images/home/nature_1500.jpg');
        background-size: cover;
        padding: 10px;
        padding-bottom: 30px;
        padding-top: 30px;
        background-position: right bottom;
    }
    .h4-nature {
        text-align: center;
        color: rgb(25,40,83);
        font-weight: 700;
        font-size: 15px;
        padding-top: 50px;
    }
    .welove-nature {
        color: rgb(203,162,141);
        font-weight: 700;
        font-size: 25px;
        text-align: center;
        line-height: 0px;
    }

    .nature-nature {
        color: rgb(203,162,141);
        font-weight: 700;
        font-size: 60px;
        text-align: center;
    }
    .f3-left {
    }

    .f3-right {
    }
    .img-why {
        border-radius: 10px;
        max-width:100%;
    }
    .text-why {
        padding-top: 35px;
    }
    .f-why {

    }
    .img01-whatwedid {
        margin: auto;
        display: block;
        border-radius: 10px;
        justify-content: center;
        width:100%;
        max-width:100%;
    }
    .img02-whatwedid {
        margin: auto;
        display: block;
        border-radius: 10px;
        justify-content: center;
        width: 100%;
        max-width: 100%;
    }

    .btn-home-readmore {
        display: block;
        border-radius: 28px;
        width: 200px;
        vertical-align: middle;
        height: 56px;
        text-align: center;
        background-color: rgb(30,50,106);
        color: white;
        font-size: 18px;
        font-weight: 500;
        line-height: 50px;
        margin: auto;
        margin-bottom: 30px;
    }
    .head-home1 {

    }

    .head-home2 {

    }
    .h1-home1 {
        color: #CBA28D;
        font-size: 20px;
        margin-top: 50px;
        font-weight: 700;
        text-align: center;
    }

    .h2-home1 {
        color: #CBA28D;
        font-size: 25px;
        font-weight: bold;
        line-height: 0px;
        text-align: center;
    }

    .h3-home1 {
        color: white;
        font-size: 80px;
        line-height: 110px;
        min-height: 110px;
        position: relative;
        overflow: hidden;
        text-align: center;
    }
    .item-1,
    .item-2,
    .item-3 {
        width: 100%;
    }
    .h4-home1 {
        text-align: center;
    }
    .btn-home-viewprod1 {
        border-radius: 28px;
        width: 200px;
        vertical-align: middle;
        height: 56px;
        text-align: center;
        background-image: linear-gradient(190deg,#91584b 0,#daac95 100%);
        color: rgb(25,40,83);
        font-size: 18px;
        font-weight: 500;
        display: block;
        line-height: 50px;
        margin:auto;
        margin-top: 50px;
    }
    .img-home1 {
        
        margin-top: 70px;
        width: 400px;
        transform: rotate(-5deg);
        display:block;
        margin:auto;
        animation: fading 2s
    }

    @keyframes fading {
        0% {
            width: 0;
            left: 0;
            top: 200px;
            transform: rotate(0deg);
        }

        100% {
            width: 400px;
            left: 0px;
            top: 0px;
            transform: rotate(-5deg);
        }
    }

    .h3-homenew {
        width: 100%;
        text-align: center;
        animation: tiltshaking infinite 1.5s;
    }

        .h3-homenew span::before {
            content: "FLY";
            animation: animate infinite 4.5s;
            padding-left: 10px;
            font-size: 150px;
            line-height: 150px;
            font-weight: 700;
            text-align: left;
            color: white;
            margin: 0;
            padding: 0;
        }

    .img-fxf{
        max-width:100%;
    }
}

@media (min-width: 641px) {
    .last33 {
        padding-top: 20px;
        width: 100%;
    }

    .inner-nature {
        background-color: white;
        opacity: 0.65;
        border-radius: 10px;
        margin: auto;
        display: block;
        width: 100%;
    }

    .div-nature {
        background-image: url('/f4f/images/home/nature_1500.jpg');
        background-size: cover;
        padding: 10px;
        padding-bottom: 30px;
        padding-top: 30px;
        background-position: right bottom;
    }

    .h4-nature {
        text-align: center;
        color: rgb(25,40,83);
        font-weight: 700;
        font-size: 15px;
        padding-top: 50px;
    }

    .welove-nature {
        color: rgb(203,162,141);
        font-weight: 700;
        font-size: 25px;
        text-align: center;
        line-height: 0px;
    }

    .nature-nature {
        color: rgb(203,162,141);
        font-weight: 700;
        font-size: 60px;
        text-align: center;
    }
/*    .img-why {
        border-radius: 10px;
        max-width: 100%;
    }*/

    .text-why {
        padding-top: 35px;
    }
    .f-why {
        width:100%;
    }
    .f3-left {
/*        float: left;
        width: 50%;*/
    }

    .f3-right {
/*        float: right;
        width: 50%;*/
    }
    .img-why {
        border-radius: 10px;
        min-width:100%;
        display:block;
        margin:auto;
    }

    .img01-whatwedid {
        margin: auto;
        display: block;
        border-radius: 10px;
        justify-content: center;
        width:100%;
    }
    .img02-whatwedid {
        margin: auto;
        display: block;
        border-radius: 10px;
        justify-content: center;
        width: 100%;
    }
    .item-1,
    .item-2,
    .item-3 {
        width:100%;
    }

    .btn-home-readmore {
        display: block;
        border-radius: 28px;
        width: 200px;
        vertical-align: middle;
        height: 56px;
        text-align: center;
        background-color: rgb(30,50,106);
        color: white;
        font-size: 18px;
        font-weight: 500;
        line-height: 50px;
        margin-top: 50px;
        margin:auto;
        margin-bottom:30px;
    }
    .btn-view-all-prod {
        display: block;
        margin: auto;
    }
    .head-home1 {
    }

    .head-home2 {
    }

    .h1-home1 {
        color: #CBA28D;
        font-size: 20px;
        margin-top: 50px;
        font-weight: 700;
        text-align: center;
    }

    .h2-home1 {
        color: #CBA28D;
        font-size: 25px;
        font-weight: bold;
        line-height: 0px;
        text-align: center;
    }

    .h3-home1 {
        color: white;
        font-size: 80px;
        line-height: 110px;
        min-height: 110px;
        position: relative;
        overflow: hidden;
        text-align: center;
    }
    .h4-home1 {
        text-align:center;
    }
    .btn-home-viewprod1 {
        border-radius: 28px;
        width: 200px;
        vertical-align: middle;
        height: 56px;
        text-align: center;
        background-image: linear-gradient(190deg,#91584b 0,#daac95 100%);
        color: rgb(25,40,83);
        font-size: 18px;
        font-weight: 500;
        display: block;
        line-height: 50px;
        margin: auto;
        margin-top: 50px;
    }

    .img-home1 {
        margin-top: 70px;
        width: 550px;
        transform: rotate(-5deg);
        display: block;
        margin: auto;
        animation: fading 2s
    }

    @keyframes fading {
        0% {
            width: 0;
            left: 0;
            top: 200px;
            transform: rotate(0deg);
        }

        100% {
            width: 550px;
            left: 0px;
            top: 0px;
            transform: rotate(-5deg);
        }
    }

    .h3-homenew {
        width: 100%;
        text-align: center;
        animation: tiltshaking infinite 1.5s;
    }

    .h3-homenew span::before {
        content: "FLY";
        animation: animate infinite 4.5s;
        padding-left: 10px;
        font-size: 150px;
        line-height: 150px;
        font-weight: 700;
        text-align: left;
        color: white;
        margin: 0;
        padding: 0;
    }
    .img-fxf {
        max-width: 100%;
    }
}

@media (min-width: 960px) {
    .img-why {
        border-radius: 10px;
        max-width: 100%;
    }

    .text-why {
        padding: 10px;
        padding-top: 0px;
    }

    .f3-left {
        float: left;
        width: 50%;
    }

    .f3-right {
        float: right;
        width: 50%;
    }

    .head-home1 {
        float: right;
        width: 50%;
    }

    .head-home2 {
        float: right;
        width: 50%;
    }
    .h4-home1 {
        text-align: left;
    }
    .h1-home1 {
        text-align: left;
    }

    .h2-home1 {
        text-align: left;
    }
    .item-1,
    .item-2,
    .item-3 {
        width: auto;
    }
    .f-why {
        float: left;
        width: 50%;
    }
    .btn-home-viewprod1 {
        margin-left: 0px;
    }
    .img-home1 {
        margin-top: 0px;
        width: 400px;
        transform: rotate(-5deg);
        position: absolute;
        left: 0px;
        animation: fading 2s
    }

    @keyframes fading {
        0% {
            width: 0;
            left: 0;
            top: 0px;
            transform: rotate(0deg);
        }

        100% {
            width: 400px;
            left: 0px;
            top: 0px;
            transform: rotate(-5deg);
        }
    }

    .h2-whatwedid {
        margin: 0;
    }
    .p-whatwedid {
        padding-right: 30px;
    }
    .pleft50 {
        padding-left: 30px;
    }

    .pright50 {
        padding-right: 30px;
    }

    .inner-nature {
        background-color: white;
        opacity: 0.65;
        border-radius: 10px;
        margin: auto;
        display: block;
        width: 730px;
        height: 500px;
    }

    .div-nature {
        height: 500px;
        background-image: url('/f4f/images/home/nature_1500.jpg');
        background-size: cover;
        padding: 100px;
        padding-bottom: 150px;
    }

    .h4-nature {
        text-align: center;
        color: rgb(25,40,83);
        font-weight: 700;
        font-size: 22px;
        padding-top: 50px;
    }

    .welove-nature {
        color: rgb(203,162,141);
        font-weight: 700;
        font-size: 38px;
        text-align: center;
        line-height: 0px;
    }
    .last33 {
        float: left;
        width: 33.33%;
    }

    .h3-homenew {
        width: 300px;
        text-align: left;
        animation: tiltshaking infinite 1.5s;
    }

    .h3-homenew span::before {
        content: "FLY";
        animation: animate infinite 4.5s;
        padding-left: 10px;
        font-size: 150px;
        line-height: 150px;
        font-weight: 700;
        text-align: left;
        color: white;
        margin: 0;
        padding: 0;
    }
}

@media (min-width: 1100px) {
    .last33 {
        float: left;
        width: 33.33%;
    }
    .inner-nature {
        background-color: white;
        opacity: 0.65;
        border-radius: 10px;
        margin: auto;
        display: block;
        width: 730px;
        height: 500px;
    }
    .div-nature {
        height: 500px;
        background-image: url('/f4f/images/home/nature_1500.jpg');
        background-size: cover;
        padding: 100px;
        padding-bottom: 150px;
    }
    .h4-nature {
        text-align: center;
        color: rgb(25,40,83);
        font-weight: 700;
        font-size: 22px;
        padding-top: 50px;
    }
    .welove-nature {
        color: rgb(203,162,141);
        font-weight: 700;
        font-size: 38px;
        text-align: center;
        line-height: 0px;
    }

    .nature-nature {
        color: rgb(203,162,141);
        font-weight: 700;
        font-size: 90px;
        text-align: center;
    }
    .f3-left {
        float: left;
        width: 50%;
    }
    .f3-right {
        float: right;
        width: 50%;
    }
    .pleft50{
        padding-left:50px;
    }
    .pright50 {
        padding-right: 50px;
    }
    .img-why {
        border-radius: 10px;
        max-width:100%;
    }
    .f-why {
        float: left;
        width: 50%;
        
    }
    .img01-whatwedid {
        margin: auto;
        display: block;
        border-radius: 10px;
        justify-content: center;
    }

    .btn-home-readmore {
        display: block;
        border-radius: 28px;
        width: 200px;
        vertical-align: middle;
        height: 56px;
        text-align: center;
        background-color: rgb(30,50,106);
        color: white;
        font-size: 18px;
        font-weight: 500;
        line-height: 50px;
        margin-top: 50px;
    }
    .btn-view-all-prod {
        display: block;
        margin: auto;
        
    }
    .head-home1{
        float:right;
        width:50%;
    }
    .head-home2 {
        float: right;
        width: 50%;
    }

    .h1-home1 {
        color: #CBA28D;
        font-size: 30px;
        margin-top: 110px;
        font-weight: 700;
        text-align:left;
    }

    .h2-home1 {
        color: #CBA28D;
        font-size: 40px;
        font-weight: bold;
        line-height: 0px;
        text-align: left;
    }
    .btn-home-viewprod1 {
        border-radius: 28px;
        width: 200px;
        vertical-align: middle;
        height: 56px;
        text-align: center;
        background-image: linear-gradient(190deg,#91584b 0,#daac95 100%);
        color: rgb(25,40,83);
        font-size: 18px;
        font-weight: 500;
        display: block;
        line-height: 50px;
        margin-top: 50px;
        margin-left:0px;
    }

    .h2-whatwedid {
        margin:0;
    }
    .p-whatwedid {
        padding-right:30px;
    }

    .img-home1 {
        margin-top: 30px;
        width: 675px;
        height: 574px;
        transform: rotate(-5deg);
        position: absolute;
        left: -150px;
        animation: fading 2s
    }
    @keyframes fading {
        0% {
            width: 0;
            height:0;
            left: 0;
            top: 200px;
            transform: rotate(0deg);
        }

        100% {
            width: 675px;
            height: 574px;
            left: -150px;
            top: 30px;
            transform: rotate(-5deg);
        }
    }

    .h3-homenew {
        width:300px;
        text-align: left;
        animation: tiltshaking infinite 1.5s;
    }

    h3-homenew span::before {
        content: "FLY";
        animation: animate infinite 4.5s;
        padding-left: 10px;
        font-size: 150px;
        line-height: 150px;
        font-weight: 700;
        text-align: left;
        color: white;
        margin: 0;
        padding: 0;
    }
}

@keyframes tiltshaking {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(0deg);
    }
    30% {
        transform: rotate(10deg);
    }
    40% {
        transform: rotate(-10deg);
    }
    50% {
        transform: rotate(10deg);
    }
    60% {
        transform: rotate(-10deg);
    }
    70% {
        transform: rotate(10deg);
    }
    75% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@keyframes animate {
    0% {
        content: "FLY";
    }
    33% {
        content: "FREE";
    }
    66% {
        content: "FISH";
    }
}

