hero-content

@font-face {
    font-family: PlayfairDisplay;
    src: url(fonts/PlayfairDisplay-Regular.ttf) format("opentype");
}

@font-face {
    font-family: Raleway;
    src: url(fonts/Raleway-Regular.ttf) format("opentype");
}

@font-face {
    font-family: Montserrat;
    src: url(fonts/Montserrat-Regular.ttf) format("opentype");
}

body {
    padding-bottom: 0px;
    padding-top: 0px;
    font-size: 17px;
    font-family: Raleway;

}

p {
    font-size: 16px;
}

.wrapper {
    margin-top: 100vh;
    position: relative;
}

#container {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.navbar {
    z-index: 99;
}

.navbar-brand {
width: 150px;
}
.navbar-brand img{
    width: 100%;
}
.navbar-toggler:focus {
    border: none;
    border-radius: 0px;
    box-shadow: none;
}

.happy-farm {
    background-image: linear-gradient(to bottom, #000000, transparent);
    /*border-bottom: 1px solid #ffffff;*/
    position: absolute;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: all 0.5s;
}


.happy-farm .nav-link {
    color: #ffffff;

}

.happy-farm .nav-link span {
    padding: 5px 10px 5px 10px;
    transition: all 0.5s;
}

.happy-farm .nav-link:hover span {
    background: #b4901e;
    padding: 5px 10px 5px 10px;
    color: #ffffff;
}

.nav-item .active span {
    background: #b4901e;
    padding: 5px 10px 5px 10px;
    color: #ffffff;
}


.welcome-title {
    display:inline-block;
    overflow:hidden;
    white-space:nowrap;
}

.welcome-title:first-of-type {    /* For increasing performance
                       ID/Class should've been used.
                       For a small demo
                       it's okaish for now */
    animation: showup 7s infinite;
}

.welcome-title:last-of-type {
    width:0px;
    animation: reveal 7s infinite;
}

.welcome-title:last-of-type h1 {
    margin-left:-355px;
    animation: slidein 7s infinite;
}

@keyframes showup {
    0% {opacity:0;}
    20% {opacity:1;}
    80% {opacity:1;}
    100% {opacity:0;}
}

@keyframes slidein {
    0% { margin-left:-800px; }
    20% { margin-left:-800px; }
    35% { margin-left:0px; }
    100% { margin-left:0px; }
}

@keyframes reveal {
    0% {opacity:0;width:0px;}
    20% {opacity:1;width:0px;}
    30% {width:400px;}
    80% {opacity:1;}
    100% {opacity:0;width:400px;}
}



. hero-content.welcome-title-animate{

}
.hero-content img {
    width: 200px;
}

.navbar-scroll {
    background: #2d2928;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);
    transition-duration: 0.6s;
    position: fixed;
    width: 100%;
    top: 0;
    padding: 5px;
    z-index: 10;

}
.navbar-scroll .navbar-brand{
    width: 100px;
}
.navbar-scroll .collapse{
    justify-content: left;
}
/* Style the video: 100% width and height to cover the entire window */
.jarallax-keep-img {
    position: relative;
    z-index: 0;
}

.jarallax-keep-img > .jarallax-img {
    position: relative;
    display: block;
    max-width: 100%;
    height: auto;
    z-index: -100;
    opacity: 0;
}

.banner-container {
    height: 100vh;
}

.jarallax {
    min-height: 100vh;
}

.jarallax .overlay {
    height: 100vh;
    background: #33333369;
}


.title-container {
    width: 40%;
    margin: 0 auto;
    text-align: center;
}


.jarallax-keep-img.demo-float-left {
    margin-right: 15px;
    margin-left: -60px;
}

.jarallax-keep-img.demo-float-right {
    margin-left: 15px;
    margin-right: -60px;
}

@keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

@media screen and (max-width: 600px) {
    .jarallax-keep-img.demo-float-left,
    .jarallax-keep-img.demo-float-right {
        margin-right: 0;
        margin-left: 0;
        float: none;
    }
}


/* hero block */
.hero {
    display: flex;
    /*align-items: center;*/
    justify-content: center;
    text-align: center;
    min-height: 100vh;
    height: calc(100vh - 220px);
    /*margin-top: 90vh;*/

}

.hero h1 {
    /*font-size: 40px;*/
    font-size: clamp(32px, 7.5vw, 60px);
    /*max-width: 600px;*/
    margin: 0 auto;
    line-height: 1;
    letter-spacing: -0.01em;
    font-family: PlayfairDisplay;
    color: #ffffff;
    margin-top: 80vh;
}

.hero p {
    max-width: 700px;
    font-size: 17px;
    font-family: Raleway;
    color: #ffffff;
}

.hero.jarallax > .jarallax-img img,
.hero.jarallax > .jarallax-container img {
    filter: blur(3px);
}

.hero-name {
    font-size: 20px;
    font-size: clamp(17px, 2vw, 20px);
    font-weight: 300;
    letter-spacing: 1.1em;
    letter-spacing: clamp(1em, 2vw, 1.1em);
    margin-bottom: 20px;
    text-transform: uppercase;
}

.hero + .demo-gap {
    min-height: 230px;
}

.text-center {
    text-align: center;
}


.about-container {
    /*height: 700px;*/
    margin-top: 100px;
    margin-bottom: 100px;
}


.about-container .about-box {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.about-container .about-box .desc {
    margin-top: 50px;
    text-align: left;
}

.about-container .about-box .desc h1 {
    font-family: PlayfairDisplay;

}

.about-container .about-box .desc .location {
    color: #b4901e;
    text-transform: uppercase;
}

.take-safe-container {
    background: #b4901e;
    padding-top: 70px;
    padding-bottom: 70px;
}

.take-safe-container .desc {
    width: 70%;
    text-align: center;
    margin: 0 auto;
    text-align: center;
}

.take-safe-container h1 {
    color: #ffffff;
    font-size: 40px;
    font-family: PlayfairDisplay;

}

.take-safe-container p {
    color: #ffffff;
}

.ticket-container {
    background: #f6f4ef;
    padding-top: 150px;
    padding-bottom: 150px;
}

.ticket-container .desc {
    width: 70%;
    text-align: center;
    margin: 0 auto;
    text-align: center;
}

.btn-book {
    background: #b4901e;
    color: #ffffff;
    font-family: Montserrat;

}

.btn-call {
    /*background: #b4901e;*/
    color: #ffffff;
    border: 1px solid #fff;
    margin-right: 10px;
    font-family: Montserrat;
}

.gallery-container {
    margin-top: 50px;
    margin-bottom: 50px;
}

.gallery-container .title {
    font-family: PlayfairDisplay;
    font-size: 45px;

}

.divider {
    width: 100px;
    height: 3px;
    /* margin-left: auto; */
    margin-right: auto;
    margin-bottom: 30px;
    margin-top: 10px;
    background: #C8A05B;
    transition: .33s all ease;
}

.gallery-box .thumbnail {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #161616;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: calc(100% + 50px) auto !important;
    height: 250px;
    border-radius: 5px;
    transition: all 0.5s;
}

.gallery-box:hover .thumbnail {
    background-size: calc(100% + 60px) auto !important;
}

.contact-container {
    margin-top: 100px;
    margin-bottom: 100px;
}

.contact-container .title {
    font-family: PlayfairDisplay;
    font-size: 45px;

}
.vision-mission{
    padding: 50px;
}
.page-wrap{

    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #161616;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: calc(100% + 50px) auto !important;
    height: 300px;
    border-radius: 5px;
    transition: all 0.5s;
}
.page-overlay{
    position: absolute;
    width: 100%;
    height:300px ;
    background: #3333339c;

}
.page-wrap .title-wrap{
margin: 0 auto;
    text-align: center;
    width: 80%;
    padding-top: 175px;
}
.page-wrap .title-wrap h1{
    color: #fff;
}
.page-wrap .breadcrumb-ad{
color: #FFFFFF;
}
.page-wrap .breadcrumb-ad ul{
    display: inline-flex;
    font-size: 12px;
    padding-left: 3px;
    padding-right: 3px;
    list-style: none;

}
.page-wrap .breadcrumb-ad ul li{
    color: #FFFFFF;
    font-size: 17px;
}
.page-wrap .breadcrumb-ad ul li:first-child::after{
    content: "->";
    padding-left: 5px;
    padding-right: 5px;
}
.page-wrap .breadcrumb-ad ul li a{
    text-decoration: none;
    color: #FFFFFF;

}
footer {
    margin-top: 0px;
    background: #C8A05B;
    /*text-align: center;*/

}

footer p {
    color: #ffffff;
    padding-top: 20px;
}

footer .icons{
    padding: 15px;
}
footer .list-inline{
    text-align: right;
    margin-top: 10px;
    margin-bottom: 0px;
}
footer .list-inline .list-inline-item{
    padding: 10px;
}
footer .list-inline i{
    color: #FFFFFF;
    font-size: 20px;
}
footer .icons i{
    font-size: 20px;
    color: #FFFFFF;
}
.scroll-down {
    opacity: 1;
    -webkit-transition: all .5s ease-in 3s;
    transition: all .5s ease-in 3s;
}

.scroll-down {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -16px;
    display: block;
    width: 32px;
    height: 32px;
    border: 2px solid #FFF;
    background-size: 14px auto;
    border-radius: 50%;
    z-index: 0;
    -webkit-animation: bounce 2s infinite 2s;
    animation: bounce 2s infinite 2s;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    transform: scale(1)
}

.scroll-down:before {
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 6px);
    transform: rotate(-45deg);
    display: block;
    width: 12px;
    height: 12px;
    content: "";
    border: 2px solid white;
    border-width: 0px 0 2px 2px;
}

@keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    60% {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

.close {
    border-radius: 0px;
    background: transparent;
    font-size: 25px;
    border: 0;
    color: #ffffff;
}

#BookingModal .modal-header {
    padding: 0.2rem 1rem;
    background: #b4901e;
}

#BookingModal .modal-header .modal-title {
    color: #ffffff;
}

#BookingModal .modal-body {

}

.form-group {
    margin-bottom: 15px;
}

.form-control {
    border: none;
    box-shadow: 0px 0px 7px 1px #ddd;
}

.form-control:focus {
    box-shadow: none;
}

.customer-container {
    padding: 100px;
    background: #dddddd;
}

.customer-container h1 {
    text-align: center;
}

.customer-container .country-item {
    margin-bottom: 10px;
    padding: 10px;
    background: #FFFFFF;
    border-radius: 5px;
}

.customer-container .country-item p {
    margin-bottom: 0px;
}

.product-container .title {
    margin-bottom: 10px;
    color: #FFFFFF;
    text-transform: uppercase;
}
.product-container {
    padding: 100px;
}

.product-item {
position: relative;
}

.product-item .product-thumbnail {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #161616;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: calc(100% + 50px) auto !important;
    height: 300px;
    border-radius: 5px;
    transition: all 0.5s;
    z-index: 0;
}

.product-item .product-title {
    width: 80%;
    /* margin: 0 auto; */
    /* text-align: center; */
    background: #dda600;
    color: #FFFFFF;
    margin-top: -7px;
    z-index: 9999;
    padding: 15px;
    position: absolute;
    bottom: -25px;
    text-align: center;
    margin: 0 auto;
    left: 40px;


}

.product-item .product-title h5 {
    margin-bottom: 0px;
    font-size: 17px;
}


.why-choose{
    padding: 50px;
}
.why-choose .choose-item {
    padding: 15px;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24)!important;
}
.why-choose .choose-item .icon-box{
    border-radius: 50%;
    width: 100% !important;
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24)!important;
    padding: 20px;
    margin: 0 auto;
    text-align: center;
}
.why-choose .choose-item img{
    width: 100%;
}
.why-choose .choose-item p{
    margin-bottom: 0px;
}
.footer-container{
    padding: 30px 0px 100px 0px;
    background: url("/public/image/product_bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}
.footer-container .footer-box{
    border-radius: 5px;
    border: 3px solid #dda600;
    padding: 15px;
    position: relative;
}
.footer-container .footer-box p{
    color: #FFFFFF;
}
.footer-container .footer-box .icon-box{
    border: 2px solid #dda600;
    background: #dda600;
    color: #FFFFFF;
    position: absolute;
    width: 80px;
    text-align: center;
    bottom: -39px;
    height: 80px;
    padding: 20px;
    border-radius: 4px;
}
.footer-container .footer-box .icon-box i{
    font-size: 35px;
}

.divider {
    width: 100px;
    height: 3px;
     margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    margin-top: 10px;
    background: #C8A05B;
    transition: .33s all ease;
}
.divider-left {
    width: 100px;
    height: 3px;
    /*margin-left: auto;*/
    margin-right: auto;
    margin-bottom: 30px;
    margin-top: 10px;
    background: #C8A05B;
    transition: .33s all ease;
}


.content-wrap{
    padding-top: 100px;
    padding-bottom: 100px;
}
.content-wrap h3{
    color: #b4901e;
    font-size: 23px;
}

.story-box-item{
    margin-bottom: 20px;
    margin-left: -15px;
    margin-right: -15px;
}
.story-box-item .story-thumbnail{
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #161616;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: calc(100% + 50px) auto !important;
    height: 350px;
    border-radius: 5px;
    transition: all 0.5s;
}

.story-box-item .desc{
    padding: 15px;
}


.news-box-item{
    margin-bottom: 20px;
    margin-left: -15px;
    margin-right: -15px;
}
.news-box-item .news-thumbnail{
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #161616;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: calc(100% + 50px) auto !important;
    height: 250px;
    border-radius: 5px;
    transition: all 0.5s;
}

.news-box-item .desc{
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}


.product-box-item{
    padding: 20px;
}
.product-box-item-bg{
    background: #fff0f0;
}

.product-box-item .product-thumbnail{
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #161616;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: calc(100% + 0px) auto !important;
    height: 400px;
    border-radius: 5px;
    transition: all 0.5s;
}
.logo-box{
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #161616;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: calc(100% + -45px) auto !important;
    height: 150px;
    border-radius: 5px;
    transition: all 0.5s;
    margin-bottom: 20px;
    box-shadow: 0px 0px 6px 0px #eee;
}
@media (max-width: 768px) {

    .navbar-brand {
        width: 75px;
    }
    .page-wrap{
        height: 250px;
    }
    .page-overlay{
        height: 240px;
    }
    .customer-container {
        padding: 50px 0px 50px 0px;
    }
    .footer-container{
        margin-top: 30px;
    }
    .footer-container img{
        width: 50%;
    }
    .footer-container .footer-box{
        margin-bottom: 70px;
    }
    .footer-container .footer-box .icon-box{
        bottom: -55px;
    }
   footer .list-inline{
        text-align: center !important;
       margin-top: -20px;
    }
    .footer-container {
        padding: 30px 0px 50px 0px;
    }
    .product-container {
       padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .product-item{
        margin-bottom: 25px;
    }
    .about-container{
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .product-box-item {
        padding: 0px;
    }
    .product-box-item .product-thumbnail{
        height: 300px;
    }
    .product-box-item .desc{
        padding-top: 10px;
    }

}
