.animate-charcter {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    background-image: linear-gradient(
        -225deg,
        #40c447 0%,
        #28762c 29%,
        #0d6d12 67%,
        #034e07 100%
    );
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: inline-block;
    font-size: 100px;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}
.slick-slider .slick-track {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.checkbox-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkbox-group > * {
    margin: 0.5rem 0.5rem;
}

.checkbox-group-legend {
    font-size: 1.5rem;
    font-weight: 700;
    color: #9c9c9c;
    text-align: center;
    line-height: 1.125;
    margin-bottom: 1.25rem;
}

.checkbox-input {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
.checkbox-input:checked + .checkbox-tile {
    border-color: #40c447;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: #40c447;
}
.checkbox-input:checked + .checkbox-tile:before {
    transform: scale(1);
    opacity: 1;
    background-color: #40c447;
    border-color: #40c447;
}
.checkbox-input:checked + .checkbox-tile .checkbox-icon,
.checkbox-input:checked + .checkbox-tile .checkbox-label {
    color: #40c447;
}
.checkbox-input:focus + .checkbox-tile {
    border-color: #40c447;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 0 0 4px #51e858;
}
.checkbox-input:focus + .checkbox-tile:before {
    transform: scale(1);
    opacity: 1;
}

.checkbox-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 7rem;
    min-height: 7rem;
    border-radius: 0.5rem;
    border: 2px solid #51e858;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transition: 0.15s ease;
    cursor: pointer;
    position: relative;
}
.checkbox-tile:before {
    content: "";
    position: absolute;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    border: 2px solid #51e858;
    background-color: #fff;
    border-radius: 50%;
    top: 0.25rem;
    left: 0.25rem;
    opacity: 0;
    transform: scale(0);
    transition: 0.25s ease;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%23FFFFFF' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cpolyline points='216 72.005 104 184 48 128.005' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.checkbox-tile:hover {
    border-color: #40c447;
}
.checkbox-tile:hover:before {
    transform: scale(1);
    opacity: 1;
}

.checkbox-icon {
    transition: 0.375s ease;
    color: #494949;
}
.checkbox-icon svg {
    width: 3rem;
    height: 3rem;
}

.checkbox-label {
    color: #707070;
    transition: 0.375s ease;
    text-align: center;
}

.wrapperbookingslider .wrapper {
    padding-bottom: 40px !important;
}
.wrapperbookingslider h1 {
    color: rgba(255, 255, 255, 0.98);
    text-transform: uppercase;
    font-size: 2.4rem;
    letter-spacing: 2.5px;
    text-align: center;
}

.wrapperbookingslider p {
    color: #fff;
    text-align: center;
    font-size: 0.8rem;
    line-height: 150%;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 20px;
}

.wrapperbookingslider .button-wrapper {
    margin-top: 18px;
    text-align: center;
}

.wrapperbookingslider .btn {
    border: none;
    padding: 12px 24px;
    border-radius: 24px;
    font-size: 12px;
    font-size: 0.8rem;
    letter-spacing: 2px;
    cursor: pointer;
}

.wrapperbookingslider .btn + .wrapperbookingslider .btn {
    margin-left: 10px;
}

.wrapperbookingslider .outline {
    background: transparent;
    color: rgba(64, 196, 71, 0.9);
    border: 1px solid rgba(64, 196, 71, 0.6);
    transition: all 0.3s ease;
}

.wrapperbookingslider .outline:hover {
    transform: scale(1.125);
    color: rgba(255, 255, 255, 0.9);
    border-color: rgba(255, 255, 255, 0.9);
    transition: all 0.3s ease;
}

.wrapperbookingslider .fill {
    background: rgba(64, 196, 71, 0.9);
    color: rgba(255, 255, 255, 0.95);
    filter: drop-shadow(0);
    font-weight: bold;
    transition: all 0.3s ease;
}

.wrapperbookingslider .fill:hover {
    transform: scale(1.125);
    border-color: rgba(255, 255, 255, 0.9);
    filter: drop-shadow(0 10px 5px rgba(0, 0, 0, 0.125));
    transition: all 0.3s ease;
}

@media (min-width: 1201px) {
    .map-mobileview {
        display: none;
    }
    .map-desktopview {
        display: block;
    }
}
@media (max-width: 1200px) {
    .map-mobileview {
        display: none;
    }
    .map-desktopview {
        display: block;
    }
}
.box {
    display: none;
}

.carousel-inner .carousel-item {
    display: flex;
}

.carousel-inner .carousel-item .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
}

.carousel-inner .carousel-item .col-md-6 img {
    width: 100%;
    height: auto;
}

.carousel-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 20px;
    text-align: center;
}

#text {
    font-weight: 600;
    margin-right: 0px;
    font-family: "Druk Bold Trial";
    font-size: 285px;
    margin-bottom: 16px;
    right: unset !important;
    margin-top: 0px;
    color: #000;
}

.u-header.js-header-fix-moment {
    display: none;
}
.paragraph {
    text-align: justify;
    color: #fff;
    line-height: 2;
    font-weight: 600;
    letter-spacing: 1px;
    width: 474px;
    font-size: 20px;
}

.bigtext {
    font-size: 70px;
    color: #40c447;
    text-align: left;
    font-weight: bold;
}

.smalltext {
    font-size: 53px;
    color: #fff;
    text-align: left;
    font-weight: bold;
    letter-spacing: 2px;
    margin-top: -30px;
}

@font-face {
    font-family: "Druk Bold Trial";
    src: url("https://db.onlinewebfonts.com/t/1b03a4f72bbbc9d2d544d7f3baf64f59.eot");
    src: url("https://db.onlinewebfonts.com/t/1b03a4f72bbbc9d2d544d7f3baf64f59.eot?#iefix")
            format("embedded-opentype"),
        url("https://db.onlinewebfonts.com/t/1b03a4f72bbbc9d2d544d7f3baf64f59.woff2")
            format("woff2"),
        url("https://db.onlinewebfonts.com/t/1b03a4f72bbbc9d2d544d7f3baf64f59.woff")
            format("woff"),
        url("https://db.onlinewebfonts.com/t/1b03a4f72bbbc9d2d544d7f3baf64f59.ttf")
            format("truetype"),
        url("https://db.onlinewebfonts.com/t/1b03a4f72bbbc9d2d544d7f3baf64f59.svg#Druk Bold Trial")
            format("svg");
}

h1,
h2,
h3,
h4 {
    /*font-family: "Druk Bold Trial" !important;*/
    text-align: left;
}
input,
textarea,
select {
    border: 1px solid #40c447 !important;
}
select {
    font-size: 13px !important;
}

.u-header--white-nav-links-xl:not(.bg-white):not(.js-header-fix-moment)
    .u-header__nav-link {
    color: black;
    font-weight: bold;
    letter-spacing: 2px;
}

.u-header .u-header__nav-item .u-header__nav-link {
    padding-left: 0;
    color: #000;
    font-weight: bold;
    letter-spacing: 2px;
}

.hs-has-sub-menu {
    padding: 0 20px !important;
}

.carousel-item {
    position: relative;
}

.imagePattrenleft {
    position: absolute;
    top: 100px;
    right: 0;
    width: 400px;
}

.carousel {
    background: transparent;
}

.text-thumbnails {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}

.text-thumbnails a {
    display: block;
    text-align: left;
    color: #bd8c6c;
    font-size: 35px;
    padding: 35px;
    font-weight: bold;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.text-thumbnails a.active {
    opacity: 1;
    color: #fff;
    font-weight: bold;
}

.carousel-indicators li {
    background-color: #fff;
}

.carousel-indicators li.active {
    background-color: #000;
}

@keyframes m {
    0%,
    3% {
        transform: rotate(0);
    }

    22%,
    27% {
        transform: rotate(-90deg);
    }

    47%,
    52% {
        transform: rotate(-180deg);
    }

    72%,
    77% {
        transform: rotate(-270deg);
    }

    98%,
    100% {
        transform: rotate(-360deg);
    }
}

/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.7);
    /* Black w/ opacity */
    z-index: 9999;
}

/* Modal Content */
.custom-checkbox input[type="checkbox"]:checked + label:before {
    border: 1px solid #40c447 !important;
    background-color: #40c447 !important;
}
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    text-align: left;
    color: #40c447;
}

/* The Close Button */

.close {
    color: #40c447;
    float: right;
    font-size: 28px;
    font-weight: bold;
    text-align: right;
}

.close:hover,
.close:focus {
    color: #40c447;
    text-decoration: none;
    cursor: pointer;
}

div.standard ul {
    background: rgba(0, 0, 0, 0.247);
    height: 730px !important;
    width: 100%;
}

div.standard ul li.booked {
    display: list-item !important;
    list-style-type: none !important;
    width: 53px;
    height: 28px;
    border-radius: 50%;
    background: url(../../assets/images/calender/redtent.png);
    margin-bottom: 15px;
    margin-left: 15px;
    background-size: cover;
    background-position: center;
    cursor: not-allowed;
}

div.standard ul li.notbooked {
    display: list-item !important;
    list-style-type: none !important;
    width: 53px;
    height: 28px;
    border-radius: 50%;

    margin-left: 15px;
    margin-bottom: 15px;
    background: url(../../assets/images/calender/greentent.png);
    background-size: cover;
    background-position: center;
    cursor: pointer;
}

.hiddenitem {
    visibility: hidden;
}

div.elem-group {
    margin: 20px 0;
}

div.elem-group.inlined {
    width: 49%;
    display: inline-block;
    float: left;
    margin-left: 1%;
}

input,
select,
textarea {
    border-radius: 2px;
    border: 2px solid #777;
    box-sizing: border-box;
    font-size: 1.25em;

    width: 100%;
    padding: 10px;
}

div.elem-group.inlined input {
    width: 95%;
    display: inline-block;
}

textarea {
    height: 250px;
}

hr {
    border: 1px dotted #ccc;
}

button:hover {
    border: 2px solid black;
}

html {
    scroll-behavior: smooth;
}
.title-icon {
    text-align: left;
}
.title-icon1 {
    text-align: center;
}
.modal-title {
    font-size: 50px;
    color: #40c447;
    text-align: center;
    letter-spacing: 6px;
}
.outlinemore {
    background: #40c447;
    color: #fff;
    border: 1px solid rgba(64, 196, 71, 0.6);
    transition: all 0.3s ease;
    padding: 12px 24px;
    border-radius: 24px;
    font-size: 14px;
    letter-spacing: 2px;
    cursor: pointer;
}
