html, body {
    background-color: #1B0134;
    width: 100%;
    overflow-x: hidden;
}
body {
    font-size: 20px;
    line-height: 28px;
    font-family: atten-new, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #FFF;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

/* Headings */

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
    text-transform: uppercase;
    font-family: atten-new, sans-serif;
    font-weight: 800;
    font-style: italic;
}
h1, .h1 {
    font-size: 60px;
}

h2, .h2 {
    font-size: 48px;
    margin-bottom: 40px;
}

h4, .h4 {
    font-size: 24px;
    color: #80C74D;
}


@media screen and (max-width: 991px) {
    h2, .h2 {
        font-size: 32px;
    }
}


/* Buttons */

.btn {
    padding: 12px 20px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 18px;
    border-width: 2px;
    border-radius: 0px;
    -ms-transform: skewX(-20deg); /* IE 9 */
    -webkit-transform: skewX(-20deg); /* Safari */
    transform: skewX(-20deg);
}
.btn span {
    -ms-transform: skewX(20deg); /* IE 9 */
    -webkit-transform: skewX(20deg); /* Safari */
    transform: skewX(20deg);
    padding: 20px;
}
.btn:focus {
    outline: none;
    box-shadow: none;
}
.btn-primary {
    background-color: #80C74D;
    border-color: #80C74D;
    color: #FFF;
}
.btn-primary:hover {
    background-color: #64AD30;
    border-color: #64AD30;
}
.btn-outline {
    background-color: transparent;
    border-color: #80C74D;
    color: #FFFFFF;
}
.btn-outline:hover {
    background-color: #80C74D;
    color: #FFF;
}

.button-group {
    margin-top: 40px;
}
.button-group .btn {
    margin-right: 10px;
}

@media screen and (max-width: 991px) {
    .button-group .btn {
        margin-bottom: 15px;
    }
}

/* Lists */

ul.usp-list {
    list-style: none;
    margin: 2em 0px;
    padding: 0;
}
ul.usp-list li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: .6em 0;
    font-weight: bold;
}
ul.usp-list li::before {
    content: '\f058';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 800;
    margin-right: 1em;
    color: #80C74D;
}

/* Images */

.img-responsive {
    width: 100%;
}
.img-round {
    border-radius: 50%;
}
.img-rounded {
    border-radius: 30px;
}

/* Layout */

section {
    position: relative;
}
section * {
    z-index: 2;
}

/* Form styling */

form .form-control {
    padding: 10px 20px;
    height: auto;
    border: 1px solid #D5CDDD;
    margin-bottom: 20px;
    font-size: 20px;

}
form .form-control:focus {
    color: #1B0134;
    border-color: #64AD30;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(128 199 77 / 25%);
}
form .form-control::placeholder {
    color: #1B0134;
}
form label {
    color: #1B0134;
    font-weight: bold;
}
form .radio-row {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    color: #1B0134;
}
form .radio-row label {
    font-weight: inherit;
}
form .radio-row label input {
    margin-right: .5em;
}
form input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

form input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #64AD30;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}
form .btn {
    margin-top: 20px;
}

/* Circles */

.circle-green::after {
    content: '';
    width: 80vh;
    height: 80vh;
    position: absolute;
    bottom: 0;
    transform: translatey(20%);
    border: 9px solid #80C74D;
    border-radius: 50%;
    right: -10%;
    z-index: 0;
}
.circle-purple::after {
    content: '';
    width: 80vh;
    height: 80vh;
    position: absolute;
    bottom: 0;
    transform: translatey(20%);
    border: 9px solid #2F0E4E;
    border-radius: 50%;
    left: -10%;
    z-index: 0;
}
.location.circle-purple::after {
    left: auto;
    right: -10%;
    bottom: auto;
    top: 10%;
}
.membership.circle-purple::after {
    left: auto;
    right: -10%;
    bottom: auto;
    top: 10%;
}

/* Header */

header {
    position: fixed;
    width: 100vw;
    top: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    padding: 2em 0;
    z-index: 999;
}
header .logo {
    position: relative;
}
header .logo a {
    
}
header .logo a img {
    width: 100%;
    max-width: 180px;
    transition: ease .5s;
}
header .desktop-nav nav ul {
    margin-bottom: 0;
}
header .desktop-nav nav ul li {
    padding: 0px 30px;
}
header .desktop-nav nav ul li a {
    text-transform: uppercase;
    font-weight: 800;
    font-style: italic;
    color: #FFF;
    font-size: 20px;
    transition: ease .2s;
}
header .desktop-nav nav ul li a:hover {
    color: #80C74D;
    text-decoration: none;
}
header .mobile-nav {
    position: relative;
    width: 100%;
    padding: 30px 0px;
}
header .mobile-nav .hamburger {
    width: 30px;
    height: 26px;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer
}
header .mobile-nav .hamburger::before {
    content: 'menu';
    position: absolute;
    left: -70px;
    top: 50%;
    transform: translateY(-50%);
    text-transform: uppercase;
}
header .mobile-nav .hamburger span {
    height: 2px;
    width: 100%;
    border-radius: 20px;
    background: #FFF;
    display: block;
    position: absolute;
    transition: all 250ms ease-in-out
}

header .mobile-nav .hamburger span:first-child {
    top: 0
}

header .mobile-nav .hamburger span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%)
}

header .mobile-nav .hamburger span:last-child {
    bottom: 0;
    width: 66%
}

header .mobile-nav .hamburger.open span:nth-child(2) {
    width: 0px;
    opacity: 0
}

header .mobile-nav .hamburger.open span:first-child {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg)
}

header .mobile-nav .hamburger.open span:last-child {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 100%
}

header.scrolling {
    padding: .6em 0;
    background: #1B0134;
}

header.scrolling .logo a img {
    max-width: 120px;
}


/* Menu overlay */

.menu-overlay {
    display: none;
    visibility: hidden;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: #1B0134;
    opacity: 0;
    transition: opacity .60s,visibility .60s,height .60s;
    z-index: 99;
    overflow-x: hidden;
    overflow-y: scroll;
}
.menu-overlay.open {
    display: block;
    opacity: 1;
    visibility: visible;
    height: 100%;
}
.menu-overlay nav {
    padding-top: 200px;
}
.menu-overlay nav ul li {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.menu-overlay nav ul li a {
   color: #FFF;
   font-weight: 600;
   font-size: 20px;
   padding: 10px 0px 10px 20px;
   display: block;
   text-transform: uppercase;
}
.menu-overlay nav ul li a::after {
   content: '\f105';
   font-family: FontAwesome;
   float: right;
   color: #80C74D;
   margin-right: 40px;
}
.menu-overlay .button-group {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}
.menu-overlay .button-group .btn {
    margin-bottom: 15px;
}


/* Hero */

.hero {
    min-height: 100vh;
    padding-top: 150px;
}

/* About */

.about {
    padding: 100px 0px;
}

/* Arrangements */
.arrangements {
    padding: 100px 0px;
}
.arrangements .arrangements-heading {
    text-align: center;
}
.arrangements .arrangements-boxes {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 50px;

}
.arrangements .arrangements-boxes .arrangements-box {
    background-color: #FFF;
    border-radius: 30px;
    padding: 50px;
    margin: 30px 0px;
    color: #1B0134;
}

/* Location */

.location {
    padding: 100px 0px;
}
.location .location-heading {
    text-align: center;
}
.location .location-description {
    text-align: center;
}

.location-images {
    padding: 50px 0px;
    position: relative;
}
.location-images .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    z-index: 9;
    border: none;
    background: #80C74D;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.location-images .slick-arrow.slick-prev {
    left: -100px;
}
.location-images .slick-arrow.slick-next {
    right: -100px;
}
.location-images .slick-arrow:focus {
    outline: none;
}
.location-images .slick-arrow.slick-prev {
    right: 100px;
}

@media screen and (max-width: 991px) {
    .location-images .slides .slick-arrow {
        bottom: -60px;
        top: auto;
    }
    .location-images .slides .slick-arrow.slick-next { 
        right: 0;
    }
    .location-images .slides .slick-arrow.slick-prev {
        right: 50px;
        left: auto;
    }
}


/* Membership */

.membership {
    padding: 100px 0px;
}
.membership .form-box {
    background-color: #FFFFFF;
    border-radius: 30px;
    padding: 60px;
}
.membership .form-box h2 {
    color: #1B0134;

}

/* Impression */


.impression .images-list .image-item:nth-child(even) {
    margin-top: 100px;
}
.impression .images-list .image-item img {
    max-width: 90%;
    margin: 0 auto;
}


/* Footer */

footer {
    padding: 200px 0px 100px 0px;
}
footer h2 {
    margin-bottom: 60px;
}
footer ul.contact-list {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 50px 0px 80px 0px;
    padding: 0;
}
footer ul.contact-list li {
    margin: 0px 30px;
}
footer ul.contact-list li a {
    color: #FFF;
    text-decoration: underline;
}
footer ul.social-list {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 50px 0px 80px 0px;
    padding: 0;
}
footer ul.social-list li {
    margin: 0px 10px;
}
footer ul.social-list li a {
    background-color: #80C74D;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
footer ul.social-list li a:hover {
    text-decoration: none;
}

footer .footer-bottom {
    opacity: .5;
    font-size: .8em;
}
footer .footer-bottom a {
    color: #FFF;
    text-decoration: underline;
}


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

    body {
        font-size: 16px;
    }

    .btn {
        font-size: 14px;
    }

    h1, .h1 {
        font-size: 38px;
    }
    h4, .h4 {
        font-size: 16px;
    }

    .circle-green::after {
        content: '';
        width: 60vh;
        height: 60vh;
        position: absolute;
        bottom: 0;
        transform: translatey(70%);
        border: 4px solid #80C74D;
        border-radius: 50%;
        right: -10%;
        z-index: 0;
    }

    .image img {
        margin: 50px 0px;
    }

    .hero {
        padding-top: 240px;
    }

    .arrangements .arrangements-boxes {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 0px;
    }

    .membership .form-box {
        padding: 30px;
    }

    form .form-control {
        font-size: 16px;
    }

    footer {
        padding: 100px 0px 100px 0px;
    }

    footer ul.contact-list {
        flex-direction: column;
    }
}
