@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{
    display: none;
}
.navbar-toggler:focus{
    border: none;
    border-radius: 0px;
    box-shadow: none;
}
.happy-farm {
    background: #33333399;
    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;
}

.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;

}

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

@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);
}
.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;
}
.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: 70%;
    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;

}
footer{
    margin-top: 50px;
    background: #C8A05B;
    text-align: center;

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

.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;
}
/*Slide Carousel*/
@media (max-width: 768px) {
    .happy-farm .nav-link{
        text-align: center;
    }

    .top-button{
        display: none !important;
    }

    .hero h1{
        line-height: 2;
        font-size: 40px;
        font-family: PlayfairDisplay;
    }

    .about-container .about-box{
        width: 100%;
    }

    .ticket-container {
        background: #f6f4ef;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .ticket-container .desc{
        width: 100%;
    }
    .take-safe-container .desc{
        width: 100%;
    }
    .map{
        margin-top: 20px;
    }

}
