html,
body {
    border: none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
div,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
    border: none;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-align: inherit;
    box-sizing: border-box;
    font-size: 14px;
}

body {
    line-height: 1.618;
    position: relative;
    font-size: 14px;
    background: #ffffff;
    font-family: var(--primaryfont);
    color: var(--dark)
}

* {
    box-sizing: border-box;
}



::-webkit-scrollbar {
    overflow: hidden;
    width: 0px;
    display: none;
}

* {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

figure {
    margin: 0 !important;
}

blockquote::before,
blockquote::after {
    content: "";
}

:root {
    --primaryfont: 'Figtree', sans-serif;
    --dark: #141413;
    --darkgrey: #333;
    --light: #f5f5f5;
	--bg: transparent;
}

input,
textarea,
button {
    -webkit-appearance: none;
    appearance: none;
}

button,
input,
optgroup,
select,
textarea {
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    border-radius: 0;
    color: inherit;
    font: inherit;
    font-size: inherit;
    font-family: inherit;
    margin: 0;
    padding: 0;
    text-align: inherit;
    text-transform: inherit;
    vertical-align: middle;
}

a {
    text-decoration: none !important;
    color: inherit;
    transition: 0.15s all ease;
}

a,
button {
    cursor: pointer !important;
}




img {
    width: 100%;
    height: auto;
}


h1,
h2,
h3,
h4,
h5 {
    font-family: 'Figtree', sans-serif;
    font-weight: 600;
}


p,
span,
a {
    font-family: 'Figtree', sans-serif;
    font-weight: 400;
    line-height: 1.618;
}

p {
    font-size: 14px;
}

a {
    font-weight: 400;
    font-size: 14px;
}

h1 {
    font-size: 1.25rem;
}

h2 {
    font-size: 1.25rem;
}

h3 {
    font-size: 1rem;
}

h4 {
    font-size: 1rem;

    font-weight: 400
}

h5 {
    font-size: 1rem;
}

@media only screen and (max-width:1024px) {

    h1,
    h2 {
        font-size: 16px;
    }

    h3,
    h4,
    h5,
    h6 {
        font-size: 14px;
    }
}

.clearance {
    height: 1rem;
    display: block;
    width: 100%
}

.clearancex2 {
    height: 2rem;
    display: block;
    width: 100%
}

.clearancex4 {
    height: 4rem;
    display: block;
    width: 100%
}

h2.section-title {
    color: var(--dark);
    font-family: var(--primaryfont);
    font-size: 1.25rem;
    letter-spacing: 2px;
    line-height: 140%;
    text-transform: uppercase;
    font-weight: 300;
}

p.section-subtitle {
    margin: 32px 0;
    font-size: 1rem;
    font-weight: 200;
}

@media only screen and (min-width:744px) {
    h2.section-title {
        font-size: 2rem;
    }

    p.section-subtitle {
        width: 66%;
    }
}



.row {
    clear: both;
    height: 2rem
}

.divider {
    background-color: #d9d9d9;
    height: 24px;
    margin: 0 32px;
    width: 1px;
}

.white-font {
    color: #fff !important
}

.cta-link {
    font-family: var(--primaryfont);
    font-size: 14px;
    line-height: 130%;
    position: relative;
    transition: all .3s ease-in-out;
    color: var(--dark);
    font-weight: 700;
}

@media only screen and (min-width:744px) {
    .cta-link {
        font-family: var(--primaryfont);
        font-size: 16px;
    }
}

.cta-link > span {
    border-bottom: 1px solid var(--dark);
    font-weight: 700 !important;
}

.cta-link::after {
    content: '';
    background-image: url(../images/cta-arrow.svg);
    filter: invert(1);
    display: inline-block;
    margin-left: 16px;
    top: 2px;
    width: 16px;
    height: 16px;
    position: absolute;
    right: -32px;
}

.white-font.cta-link::after {
    filter: invert(0)
}

.white-font.cta-link > span {
    border-bottom: 1px solid #fff;
}

.hoz-divider {
    margin: 64px auto;
    height: 1px;
    width: 100%;
    background-color: #e2e2e2;
}

.hoz-divider.light {
    background-color: #888;
}

.wrapper {
    position: relative;
    height: auto;
    width: auto;
    z-index: 1
}




section {
    background-color: #fafafa;
    padding: 48px 32px;
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 1
}

section.room {
    padding: 0 0 32px;
}

section.room > span{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 1rem
}


section.room:nth-of-type(2) > span > h2{
	margin-right: 16px
}

section > h4,
section > h2 {
    //text-align: center
}

a > img {
    width: 100%;
    height: auto;
}


.container {
    padding: 64px;
    position: relative;
    max-width: 1280px;
    margin: 0 auto
}

@media only screen and (max-width: 1024px) {
    .container {
        padding: 64px 0
    }
}

.partition {
    padding: 32px;
    border-radius: 4px;
}

.section-grey {
    background-color: #f6f6f6
}

.section-dark {
    background-color: var(--dark)
}

.inner-handler {
    padding: 0 64px 64px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between
}

@media only screen and (max-width: 1024px) {
    .inner-handler {
        padding: 0 0 64px
    }
}


.inner-wrapper.content {
    width: calc(70% - 16px);

}

@media only screen and (max-width: 1024px) {
    .inner-wrapper.content {
        width: 100%;
    }
}


.inner-wrapper.form {
    width: calc(30% - 16px);
    padding: 32px;
    position: sticky;
    top: 32px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

@media only screen and (max-width: 1024px) {
    .inner-wrapper.form {
        width: 66%;
        height: 100%;
        position: fixed;
        top: 0;
        right: -100%;
        z-index: 101;
        display: block;
        align-items: center;
        justify-content: center;
        transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
        /* easeOutQuart */
        transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
        /* easeOutQuart */
    }


    .inner-wrapper.form.show {
        right: 0;
    }
}


#campaigntarget{
    border: unset;
    font-size: 1rem;
    padding: 0;
    font-weight: 700;
    pointer-events: none;
    text-transform: uppercase
}

@media only screen and (max-width: 767px) {
    .inner-wrapper.form {
        width: 100%;
    }
}

.sticky-form {
    margin-bottom: 12px
}

.sticky-form > h2{
	font-size: 1rem;
	font-weight: 400;
}

.sticky-form > h2 > span{
	font-size: 1rem;
	font-weight: 600;
	text-transform: capitalize;
	display: block;
}

.sticky-form + p,
.sticky-form + p > a {
    font-size: 10px;
}

.sticky-form + p > a {
    text-decoration: underline !important;
}

@media only screen and (max-width: 1024px) {
    .sticky-form {
        width: 100%;
        margin-top: 48px;
        position: relative;
        z-index: 1;
        background-color: #fff;
    }
}


@media only screen and (max-width: 767px) {
    .sticky-form {
        margin-top: 0;
    }
}

.error-alert{
    color: red;
    display: none;
}

.error-alert.show{
    display: block;
    margin-bottom: 8px;
}

.sticky-form > input,
.sticky-form > textarea,
.sticky-form > button {
    width: 100%;
}

.sticky-form > input,
.sticky-form > textarea {
    border: 1px solid #d3d3d3;
    padding: 8px 16px;
    margin-bottom: 16px
}

.sticky-form > button {}

button.enquire {
    display: none;
}

@media only screen and (max-width: 1024px) {
    button.enquire {
        display: inline-block;
        position: fixed;
        z-index: -1;
        width: 20%;
        max-width: 180px;
        min-width: 120px;
        top: 96px;
        right: 48px;
        box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
        background-color: rgba(255, 255, 255, 0.7);
    }

}

@media only screen and (max-width: 767px) {
    button.enquire {
        top: unset;
        bottom: 0;
        background-color: rgba(255, 255, 255, 1);
        right: 0;
        max-width: unset;
        width: 100%
    }
}

/* REPEAT COMPONENTS */

.container.header {
    padding: 16px 32px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
    .container.header {
        padding: 16px 32px;
    }
}

@media only screen and (max-width: 767px) {
    .container.header {
        padding: 16px;
    }
}

.container.header > a {
    width: 180px;
    display: inline-block
}

.container.header > a > img {
    filter: invert(1);
}

.header-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header-item > button,
.header-item > a {
    margin-right: 16px;
    text-decoration: none !important;
    color: inherit;
}

.header-item > a:nth-of-type(3),
.header-item > a:nth-of-type(4) {
    font-size: 16px
}


.header-item > button:last-of-type {
    margin-right: 0;
    display: none;
}

@media only screen and (max-width: 767px) {
    .header-item > a:not(.header-item > button:last-of-type) {
        display: none;
    }

    .header-item > button:last-of-type {
        display: inline-block;
    }
}

section#section1 {
    //background-image: url(../images/parkgreens-hero-image.webp);
    background-size: cover;
    background-position: center;
}

section#section1::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    //background: rgb(36, 79, 10);
    background: var(--bg);
}

@media only screen and (max-width: 767px) {
    section#section1::after {
        height: 75%;
    }
}

.container.hero {
    position: relative;
    z-index: 10;
    padding: 360px 64px 64px;
}

@media only screen and (max-width: 767px) {
    .container.hero {
        padding: 240px 0 0;
    }
}

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

.hero-item > img {
    width: 33%;
    min-width: 240px
}



.hero-item > h1 {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 200;
    text-transform: uppercase
}


section#section4 {}

.partition.overview > h2,
.partition.overview > h4 {
    display: inline-block;
}

.partition.overview > h2 {
    margin-right: 4px;
}

.overview-items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.overview-item {
    width: calc(50% - 16px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    border-bottom: 2px solid var(--dark);
    padding: 0 0 16px;
}




.overview-item:nth-of-type(5),
.overview-item:nth-of-type(6) {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: unset
}

@media only screen and (max-width: 1024px) {
    .overview-item {
        width: calc(50% - 16px);
    }

    .overview-item:nth-of-type(4) {
        margin-bottom: 16px;
        border-bottom: 2px solid var(--dark);
        padding-bottom: 16px
    }
}

@media only screen and (max-width: 767px) {
    .overview-item {
        width: 100%;
    }


    .overview-item:nth-of-type(5) {
        margin-bottom: 16px;
        border-bottom: 2px solid var(--dark);
        padding-bottom: 16px
    }
}

.overview-item span {
    width: calc(50% - 4px);

}

.overview-item span > img {
    width: 24px;
    display: inline-block;
    vertical-align: middle
}

.overview-item span > p {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-size: 11px;
}

@media only screen and (max-width: 767px){
    .overview-item span > p{
        font-size: 14px;
    }
}

.overview-item > p {
    width: calc(50% - 4px);
    text-align: right;
    line-height: 1.2;
    font-size: 12px;
    font-weight: 700
}



.partition.description {
    padding: 0
}




.light-bg {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    background-color: #fff;
}

section#section5 {}

.partition.video {
    padding: 0;
    background-color: #d3d3d3;
    aspect-ratio: 3 / 2;
}

.partition iframe {
    width: 100%;
    height: 100%;
    display: block;
}

.video-item > p{
    margin-bottom: 16px;
}


section#section6 {}

.partition.amenities {
    padding: 16px 32px
}

@media only screen and (max-width: 767px) {
    .partition.amenities {
        padding: 0;
        background-color: unset;
        box-shadow: unset;
    }
}

.amenities-items {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.amenities-item {
    width: calc(25% - 8px);
    padding: 16px;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .amenities-item {
        width: calc(50% - 8px);
        padding: 0;
        margin: 0 0 16px;
        background-color: #fff;
        padding: 16px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
		min-height: 148px
    }

    .amenities-item:nth-of-type(7),
    .amenities-item:nth-of-type(8) {
        margin: unset;
    }
}

.amenities-item > img {
    width: 100%;
    max-width: 80px
}

.amenities-item > p {
    text-transform: uppercase;
    font-size: 11px
}

@media only screen and (max-width: 767px){
    .amenities-item > p{
        overflow:hidden;
	font-size:11px;
		line-height: 1.2;
		min-height: 1.75rem;
		text-transform: capitalize !important;
  max-height: 8rem;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
	}
}


section#section7 {}

.partition.gallery {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;

}

@media only screen and (max-width:767px) {
    .partition.gallery {
        padding: 0;
        overflow: hidden;
    }
}

.gallery-item {
    display: ;
}

.gallery-item:first-of-type {
    width: calc(66% - 8px);

}

.gallery-item:last-of-type {
    width: calc(33% - 8px);
}

@media only screen and (max-width: 767px) {

    .gallery-item:first-of-type {
        width: 100%;
        position: relative;
    }

    .gallery-item:last-of-type {
        display: none;
    }
}

.gallery-item:first-of-type > button {
    width: 100%;
    height: 360px;
    display: inline-block;
    position: relative;
}

.gallery-item:last-of-type > button {
    width: 100%;
    height: 172px;
    display: inline-block;
}

.gallery-item:last-of-type > button:last-of-type::before {
    content: 'View All ›';
    position: absolute;
    z-index: 2;
    color: #fff;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    text-align: center;
    line-height: 172px;
    font-weight: 700;
    font-size: 1.8rem;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    opacity: 0.8
}

@media only screen and (max-width: 767px) {
    .gallery-item:last-of-type > button:last-of-type::before {
        content: ;
    }
}

.gallery-item > button {
    background-size: cover;
    background-position: center;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .gallery-item:first-of-type > button::before {
        content: 'View All ›';
        position: absolute;
        z-index: 2;
        color: #fff;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        top: 0;
        left: 0;
        text-align: center;
        line-height: 360px;
        font-weight: 700;
        font-size: 1.8rem;
        text-shadow: 0 0 8px rgba(0, 0, 0, 0.4)
    }
}

section#section8 {}

.partition.paymentplan {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding: 16px;
}




.partition.paymentplan > span {
    width: calc(16.66% - 8px);
    border-right: 1px solid var(--dark);
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .partition.paymentplan {
        padding: 0;
        background-color: unset;
        box-shadow: unset;
    }

    .partition.paymentplan > span {
        width: calc(50% - 8px);
        border-right: unset;
        margin-bottom: 16px;
        background-color: #fff;
        padding: 16px 0 0;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    }

    .partition.paymentplan > span:nth-of-type(5),
    .partition.paymentplan > span:nth-of-type(6) {
        margin-bottom: 0;
    }

}

.partition.paymentplan > span:last-of-type {
    border-right: unset;
}

.partition.paymentplan > span > p:first-of-type {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.3
}

@media only screen and (max-width: 767px){
	
.partition.paymentplan > span > p:first-of-type {
    font-size: 1.8rem;
	}
}

.partition.paymentplan > span > p:last-of-type {
    line-height: 1.2rem;
    min-height: 2.4rem;
    font-size: 11px;
}

@media only screen and (max-width: 767px) {
    .partition.paymentplan > span > p:last-of-type {
        font-size: 11px;
		line-height: 1.2;
		text-transform: uppercase;
		margin-top: 6px
    }
}

section#section9 {}

.partition.map {
    padding: 0;
    height: 320px
}

.partition.documents {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0 0 32px 0
}

.partition.documents > button {
    width: calc(33% - 8px);
    border-radius: 4px;
    padding: 16px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    background-color: #fff;
    margin-right: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
	font-weight: 600
}

@media only screen and (max-width: 767px) {
    .partition.documents > button {
        width: 100%;
        margin-bottom: 16px
    }

    .partition.documents > button:last-of-type {
        margin-bottom: unset;
    }
}

.partition.documents > button:hover {
    background-color: #eee
}

.partition.documents > button > span {
    width: calc(100% - 3.2rem);
    font-weight: 600;
	pointer-events: none;
}

.partition.documents > button > i {
    font-size: 2.4rem;
	pointer-events: none;
}

/**FOOTER**/
footer .hoz-divider {
    margin: 32px auto
}


.cta-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 24px;
    width: 100%;
}

.cta-container > a{
    margin-right: 16px
}

.cta-container > a:last-of-type{
    margin-right: 0
}


@media only screen and (min-width:744px) {
    .cta-container {
        width: 40%;
    }
}

.cta-button {
    align-items: center;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 2px;
    cursor: pointer;
    display: flex;
    font-family: var(--primaryfont);
    font-size: 10px;
    height: 48px;
    justify-content: center;
    letter-spacing: 2px;
    line-height: normal;
    padding: 0 16px;
    text-align: center;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    white-space: nowrap;
    //width: calc(50% - 8px);
    text-transform: uppercase !important;
    font-size: 10px
}

.download-btn{
    margin: 0 auto
}

.cta-zone {
    margin: 16px 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.cta-zone.footer{
    justify-content: flex-start;
}

.cta-zone > a {
    margin-right: 16px;
    font-size: 16px
}

.cta-zone.footer > a{
    color: #d3d3d3;
    font-size: 1.3 rem;
}

.cta-button.white {
    background-color: #fff;
    border: 1px solid #fff;
}

.cta-button.green{
    font-size: 1rem;
    background-color: darkgreen;
    border: 1px solid darkgreen;
    color: #fff
}

.cta-button.dark {
    background-color: var(--dark);
    color: #fff;
}

.cta-button.line{
    border: 1px solid var(--dark);
    color: var(--dark)
}

.cta-button.dark-line{
    border: 1px solid #fff;
    color: #fff;
}

.cta-button.small.dark{
	height: unset;
	width: unset;
	background-color: unset;
	color: var(--dark);
	padding: unset
}

.cta-button.small.dark > span{
	display: flex;
	line-height: 0;
	align-items: center;
	font-weight: 500;
}

.cta-button.small.dark > span i{
	font-size: 1.2rem;
}

.pop-search-container {
    color: #fff;
    font-family: Figtree Regular;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 140%;
    text-transform: uppercase;
}

footer.container{
    padding:64px 0 0
}

.footer-menu-section {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.footer-menu-section > ul {
    width: calc(50% - 8px);
    list-style-type: none;
    margin-bottom: 32px;
}

.footer-menu-section > ul > span {
    color: #fff;
    font-weight: 700;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase
}

.footer-menu-section > ul > li {
    border-bottom: 1px solid transparent;
    color: #a2a2a2;
    font-size: 14px;
    line-height: 160%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.footer-bottom{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.footer-bottom > p{
    color: #fff;
    font-size: 10px
}
@media only screen and (max-width: 767px){
    .footer-bottom > p{
        display: block;
        width: 100%;
        line-height: 0
    }
}

.social-section {
    height: 32px;
    width: auto;
}

@media only screen and (min-width:744px) {
    .footer-menu-section > ul {
        width: calc(16.667% - 8px);

    }

    .social-section {
        display: inline-block;
        margin-left: auto;
    }
}



/* MODAL STYLES */

.modal {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--dark);
    top: 0;
    left: 0;
    z-index: -100;
    opacity: 0;
    transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    /* easeOutQuart */
    transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
    /* easeOutQuart */
}

.modal.invert{
	background-color: var(--light);
}

.modal.show {
    z-index: 100;
    opacity: 1;
}

.modal-close {
    position: absolute;
    top: 24px;
    right: 64px;
    font-size: 2rem;
}

#xform.modal-close {
    display: none;
}

@media only screen and (max-width:1024px) {
    #xform.modal-close {
        display: block;
    }

    .modal-close {
        right: 16px
    }
}

.modal-close.gallery {
    color: #fff;
}

.modal-close:hover {
    color: #d3d3d3;
}

.modal-container {
    width: 80%;
    margin: 0 auto;
}

.modal.invert .modal-container {
    width: 33%;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    padding: 32px;
}

@media only screen and (max-width: 1024px){
	.modal.invert .modal-container {
		width: 50%
	}
}

@media only screen and (max-width: 767px){
	.modal.invert .modal-container {
		width: calc(100% - 32px)
	}
}

.modal-container > h2 {
    margin-bottom: 32px;
    color: #fff;
    font-size: 1.6rem;
    border-bottom: 1px solid #fff;
    font-weight: 200;
    text-transform: uppercase
}

@media only screen and (max-width: 767px) {
    .modal-container > h2 {
        font-size: initial;
    }
}


/*MENU STYLES*/

.menu {
    position: fixed;
    top: -100%;
    left: 0;
    z-index: 99;
    background-color: #fff;
    width: 100%;
    height: auto;
    transition: 0.5s all ease;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.menu.show {
    top: 0
}

.menu-items{
    margin: 0 auto;
    padding: 64px 32px 24px;
}

.menu-items > a{
    display: block;
    padding: 8px 0;
    text-decoration: none;
}

.menu-items > a:first-of-type{
    border-bottom: 1px solid #d3d3d3
}


/*IMAGE GALLERY STYLES*/

.image-carousel {}

.carousel-item {
    aspect-ratio: 16/9;
    display: inline-block;
    width: 800px;
    height: auto;
    background-color: var(--dark);
}

@media only screen and (max-width: 1024px) {
    .carousel-item {
        width: 90%;
        height: auto;
    }
}

.carousel-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-right: 8px solid var(--dark);
    border-left: 8px solid var(--dark);
}

.image-carousel .flickity-prev-next-button.previous {
    left: -32px;
    transform: scale(2);
    transform-origin: center
}

.image-carousel .flickity-prev-next-button.next {
    right: -32px;
    transform: scale(2);
    transform-origin: center
}

.image-carousel .flickity-button {
    background: unset;
    color: #fff
}

.image-carousel .flickity-button:hover {
    background: unset;
    color: #d3d3d3;
}

@media only screen and (max-width: 1024px) {
    .image-carousel .flickity-button {
        display: none;
    }
}


/* SUCCESS PAGE STYLEs */

.success{
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -99;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s all ease;
}

.success.show{
    z-index: 999;
    opacity: 1;
}

.success > div{
    width: 33%;
    min-width: 320px;
    height: auto;
    padding: 32px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    text-align: center;
    background-color: #fff;
}


.success img{
    width: 33%;
    margin: 0 auto;
    max-width: 240px;
    min-width: 120px;
    display: block;
    filter: invert(1);
}

.success i{
    margin: 16px 0;
    border: 2px solid var(--dark);
    border-radius: 50%;
    padding: 8px;
}

.success a{
    display: block;
    position: relative;
    margin: 0 auto;
    line-height: 48px;
    width: auto;
}

#campaigntarget{
	overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.whatsapp-link{
    position: fixed;
    bottom: 64px;
    right: 32px;
    background-color: #25D366;
    z-index: 100;
    color: #fff;
    font-size: 2.4rem;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    text-align: center;
    line-height: 64px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}

@media only screen and (max-widt: 767px){
    .whatsapp-link{
        bottom: 80px
    }
}


/* .submitbutton{
	pointer-events: none;
	opacity: 0.8;
}

.submitbutton.ready{
	pointer-events: auto;
	opacity: 1
} */

.permit{
	position: absolute;
	top: 0;
	left: 32px;
	width: 128px;
	height: auto;
	background-color: #fff;
	padding: 6px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.permit{
	p, span{
	font-size: 8px;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center
	}
	
	img{
	display: block;
	width: 100%;
	height: auto;
}
}

@media only screen and (max-width: 767px){
	.permit{
		left: 0;
		width: 96px;
		p, span{
			font-size: 8px;
			font-weight: 200
	}
}