:root {
    --color-primary: #463434;
    --color-secondary: #929e56;
    --color-white: #ffffff;
    --color-black: #000000;
    --color-gray: #b9aeae;
    --color-dark-gray: #5e5151;
    --color-light-gray: #d8d8d8;
    --color-medium-gray: #b6b6b6;
    --color-dark-overlay: rgba(70, 52, 52, 0.5);
    --color-dark-overlay-heavy: rgba(70, 52, 52, 0.6);
    --color-black-overlay: rgba(0, 0, 0, 0.65);
    --color-black-overlay-heavy: rgba(0, 0, 0, 0.8);
    --color-selection: rgba(146, 158, 86, 0.7);
    --color-video-button: rgb(247, 11, 53);
}

/* MAIN */
body {
    font-family: 'Montserrat', sans-serif;
    background-color: var(--color-primary);
    color: var(--color-white);
}

::selection {
    color: var(--color-white);
    background-color: var(--color-selection);
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: var(--color-white);
    border-radius: 0px;
}

::-webkit-scrollbar-thumb {
    background: var(--color-secondary);
    border-radius: 0px;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Playfair Display', serif;
}

h1 {
    font-size: 96px;
    line-height: 1.4;
    font-weight: 400;
}

h2 {
    font-size: 56px;
}

h3 {
}

h4 {
}

p {
    font-weight: 300;
    line-height: 1.8;
    font-size: 14px;
}

ul {
    margin-bottom: 0;
    padding-left: 0;
}

ul li {
    list-style-type: none;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

p a {
    text-decoration: underline;
}

.overlay2 {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: var(--color-primary);
    z-index: 1;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}

.headline {
    width: 100%;
    text-align: center;
    margin-bottom: 85px;
    margin-left: auto;
    margin-right: auto;
    max-width: 760px;
}

.headline h3 {
    font-size: 11px;
    color: var(--color-secondary);
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 500;
}

/* BUTTONS */
.btn-min {
    color: var(--color-white);
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    padding: 7px 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
    transition: all 400ms ease;
    position: relative;
    letter-spacing: 2px;
    font-weight: 500;
    cursor: pointer;
    text-transform: uppercase;
}

.btn-min:before {
    content: "";
    width: 0%;
    position: absolute;
    height: 1px;
    background-color: var(--color-white);
    bottom: 0;
    right: 0;
    transition: all 400ms ease-in-out;
}

.btn-min.dark {
    color: var(--color-black);
}

.btn-min.dark:hover {
    color: var(--color-black);
}

.btn-min.dark:before {
    background-color: var(--color-black);
}

.btn-min.dark img {
    filter: invert(0);
}

.btn-min img {
    filter: invert(1);
    margin-left: 10px;
    transition: all 300ms ease;
}

.btn-min:hover {
    color: var(--color-white);
}

.btn-min.show-more .show-more1 {
    display: block;
}

.btn-min.show-more .show-more2 {
    display: none;
}

.btn-min.show-more.toggled .show-more1 {
    display: none;
}

.btn-min.show-more.toggled .show-more2 {
    display: block;
}

.btn-around {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 65px;
    margin-left: auto;
    margin-right: auto;
}

.btn-min:hover:before {
    width: 100%;
    left: 0;
}

button.btn {
    background-color: var(--color-secondary);
    padding: 12px 35px;
    color: var(--color-white);
    border-radius: 0;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

button.btn:focus {
    box-shadow: none !important;
    border: none !important;
}

/* HEADER */
header {
    overflow: hidden;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

header.full-bg {
    height: auto;
    min-height: 50vh;
}

header img.main-img {
    display: none;
}

.header-content {
    position: relative;
    z-index: 2;
    color: var(--color-white);
    text-align: center;
    max-width: 1000px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 65px;
    flex-direction: column;
}

header .overlay {
    width: 100%;
    height: 100%;
    background-color: var(--color-dark-overlay);
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

header img {
    position: absolute;
    width: 105%;
}

header iframe {
    position: absolute;
    min-height: 115%;
    min-width: 115%;
}

span.big-headline {
    position: absolute;
    font-size: 80px;
    opacity: 0.05;
    transform: scale(1.6);
    line-height: 1.4;
    z-index: 0;
    padding-top: 25px;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
}

header h1 {
    margin-bottom: 0;
    z-index: 1;
}

header h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    letter-spacing: 2px;
    z-index: 1;
    margin-bottom: 45px;
    font-weight: 500;
}

header.full-bg .header-content {
    padding-bottom: 0;
}

/* SCROLLDOWN BTN */
@-webkit-keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }
    15% {
        opacity: 1;
        top: 50%;
    }
    50% {
        opacity: 0;
        top: 50%;
    }
    100% {
        opacity: 0;
        top: 29%;
    }
}

@-moz-keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }
    15% {
        opacity: 1;
        top: 50%;
    }
    50% {
        opacity: 0;
        top: 50%;
    }
    100% {
        opacity: 0;
        top: 29%;
    }
}

@keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }
    15% {
        opacity: 1;
        top: 50%;
    }
    50% {
        opacity: 0;
        top: 50%;
    }
    100% {
        opacity: 0;
        top: 29%;
    }
}

.scroll-btn {
    display: flex;
    left: auto;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 15px;
    z-index: 2;
    right: auto;
}

.scroll-btn > p {
    font-size: 11px;
    font-weight: 500;
    color: var(--color-white);
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    transition: all 300ms ease;
}

.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
    color: var(--color-white);
}

.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.scroll-btn .mouse {
    position: relative;
    display: block;
    width: 25px;
    height: 40px;
    margin: 0 auto 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid var(--color-white);
    border-radius: 23px;
}

.scroll-btn .mouse > * {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 4px;
    height: 4px;
    margin: -4px 0 0 -2px;
    background: var(--color-white);
    border-radius: 50%;
    -webkit-animation: ani-mouse 2.5s linear infinite;
    -moz-animation: ani-mouse 2.5s linear infinite;
    animation: ani-mouse 2.5s linear infinite;
}

.scroll-btn:hover p {
    transform: scale(1.2);
}

/* NAV */
nav {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 101;
    display: flex;
    padding-top: 35px;
    padding-bottom: 35px;
    align-items: center;
    justify-content: center;
}

.nav-content {
    width: 95%;
    max-width: 1640px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding-left: 15px;
}

nav ul.menu {
    display: flex;
}

nav ul.menu li {
}

nav ul.menu li a {
    padding: 7px 15px;
    color: var(--color-white);
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 500;
    position: relative;
    letter-spacing: 2px;
    text-transform: uppercase;
}

nav ul.menu li a.active:after {
    content: "";
    width: 60%;
    height: 1px;
    bottom: -3px;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 20%;
    right: 20%;
}

nav .logo {
    width: 140px;
    z-index: 102;
}

nav .logo img {
    max-width: 100%;
}

nav a.nav-btn {
    background-color: var(--color-secondary);
    padding: 12px 35px !important;
    margin-left: 15px;
    color: var(--color-white);
    border-radius: 0;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* LOADER */
.loader.loaded {
    visibility: hidden;
    transition: all 0.4s ease-out 300ms;
    transform: translateX(-100%);
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
}

#loader1 {
    background-color: var(--color-white);
    z-index: 10003;
}

#loader2 {
    background-color: var(--color-primary);
    z-index: 10002;
}

#loader3 {
    transform: translateX(0%);
    z-index: 10004;
}

#loader4 {
    background-color: var(--color-white);
    z-index: 10001;
}

.loader img {
    max-width: 200px;
}

/* PAGE */
.page {
    padding-top: 280px;
    padding-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-light {
    background-color: var(--color-white);
    padding-top: 0px;
    position: relative;
    padding-bottom: 120px;
}

.page-light .page-content {
    position: relative;
    background-color: var(--color-white);
    margin-top: -180px;
    padding-top: 100px;
    z-index: 99;
    display: flex;
}

.page-content {
    width: 95%;
    max-width: 1420px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page-light-2 {
    background-color: var(--color-white);
    position: relative;
    padding-top: 140px;
    padding-bottom: 120px;
}

.page-light-2 .page-content {
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
}

.page-light-3 {
    background-color: var(--color-white);
    position: relative;
    padding-top: 140px;
    padding-bottom: 20px;
}

.page-light-3 .page-content {
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
}

/* SERVICE */
.service {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 280px;
    flex-direction: column;
}

.service-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 1440px;
    width: 95%;
    margin-bottom: 240px;
}

.service-content:hover .service-image {
    transform: scale(1.1);
}

.service-content.left {
    justify-content: flex-end;
}

.service-content.left .service-info {
    right: auto;
    left: 0;
    align-items: flex-start;
}

.service-info {
    position: absolute;
    right: 0;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 2;
}

.service-image {
    position: relative;
    overflow: hidden;
    transition: all 400ms ease;
}

.service-image img {
    max-width: 100%;
}

.service-info h2 {
    font-size: 120px;
    color: var(--color-white);
}

.service-content:hover .btn-min {
    margin-right: 0px;
}

.service-content:hover .btn-min:before {
    width: 100%;
    left: 0;
}

.service-content .btn-min {
    margin-right: 20px;
}

.service .service-content .btn-min {
    margin-left: 0px;
}

.service .service-content:hover .btn-min {
    margin-left: 20px;
}

/* QUOTE */
.quote {
    max-width: 1040px;
    margin-bottom: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.quote p {
    margin-bottom: 0;
    font-size: 48px;
    font-weight: 400;
    text-align: center;
    font-family: 'Playfair Display', serif;
}

.quote2 p {
    font-size: 34px;
}

.quote .btn-min {
    margin-top: 25px;
}

.quote:hover .btn-min:before {
    width: 100%;
    left: 0;
}

/* ANIMATIONS */
.text-reveal {
    overflow: hidden;
    justify-content: center;
    display: flex;
}

.text-reveal span {
    transform: translateY(200%);
}

.text-reveal span.gap {
    width: 15px;
}

.text-reveal span.active {
    transform: translateY(0);
    transition: 1s ease 200ms;
}

.text-reveal.delay1 span.active {
    transition-delay: 600ms;
}

.text-reveal.delay2 span.active {
    transition-delay: 900ms;
}

.text-reveal.delay3 span.active {
    transition-delay: 1300ms;
}

.text-reveal.delay4 span.active {
    transition-delay: 1600ms;
}

.text-reveal.delay5 span.active {
    transition-delay: 1900ms;
}

[data-aos="my-animation"] {
    transition-property: transform;
    transition-delay: 0.3s;
    transform: translateX(0%);
}

[data-aos="my-animation"].aos-animate {
    transform: translateX(100%);
}

[data-aos="my-animation2"] {
    transition-property: transform;
    transition-delay: 0.3s;
    transform: scale(2);
}

[data-aos="my-animation2"].aos-animate {
    transform: scale(1);
}

[data-aos="my-animation3"] {
    transition-property: transform;
    transition-delay: 0.3s;
    transform: translateY(0%);
}

[data-aos="my-animation3"].aos-animate {
    transform: translateY(-100%);
}

[data-aos="my-animation4"] {
    transition-property: opacity;
    transition-delay: 2s;
    opacity: 1;
}

[data-aos="my-animation4"].aos-animate {
    opacity: 0;
}

/* FOOTER */
footer {
    background-color: var(--color-white);
    padding-top: 90px;
    padding-bottom: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    bottom: 0;
    position: relative;
    color: var(--color-black) !important;
}

footer.pages {
    border-top: 1px solid var(--color-gray);
}

.footer-content {
    width: 95%;
    max-width: 1640px;
    position: relative;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.footer-small {
    width: 95%;
    max-width: 1640px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid var(--color-gray);
    flex-direction: column;
    padding-top: 85px;
}

.footer-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    flex-direction: column;
    min-height: 150px;
}

.footer-box.center {
    border-right: 1px solid var(--color-gray);
    border-left: 1px solid var(--color-gray);
}

.footer-box a {
    font-size: 52px;
    line-height: 0.7;
    color: var(--color-primary);
    font-family: 'Playfair Display', serif;
    transition: all 400ms ease;
}

.footer-box a small {
    font-size: 24px;
}

.footer-box a:hover {
    color: var(--color-secondary);
}

.social-icons a:before {
    content: "";
    width: 0%;
    position: absolute;
    height: 1px;
    background-color: var(--color-gray);
    bottom: -3px;
    right: 0;
    transition: all 400ms ease-in-out;
}

.social-icons a:hover:before {
    width: 100%;
    left: 0;
}

.footer-small ul li a:hover {
    color: var(--color-secondary);
}

.footer-box h3 {
    margin-bottom: 30px;
    font-size: 11px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--color-secondary);
}

.footer-small ul {
    display: flex;
    margin-top: 65px;
}

.footer-small ul li {
    margin-right: 25px;
    font-size: 11px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: var(--color-primary);
    letter-spacing: 2px;
}

.footer-small ul li a {
    position: relative;
    transition: all 400ms ease;
}

.footer-small img {
    max-width: 220px;
}

footer h2 {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6;
    font-size: 40px;
}

.social-icons {
    position: relative;
    display: flex;
    width: 95%;
    max-width: 1640px;
    padding-top: 45px;
    padding-bottom: 45px;
    border-top: 1px solid var(--color-gray);
    margin-top: 85px;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

.social-icons ul {
    display: flex;
}

.social-icons ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
}

.social-icons h3 {
    margin-bottom: 0;
    margin-right: 65px;
    line-height: 1;
    font-size: 34px;
}

.social-icons ul li a {
    font-size: 11px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: var(--color-primary);
    line-height: 1;
    letter-spacing: 2px;
    position: relative;
}

.social-icons hr {
    width: 100px;
    margin: 0 35px 0 35px;
    background-color: var(--color-gray);
    opacity: 1;
}

/* FAQ */
.faq {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 95%;
    max-width: 1440px;
    margin-bottom: 120px;
}

.faq h2 {
    color: var(--color-white);
    margin-bottom: 20px;
}

.faq p {
    font-size: 14px;
    color: var(--color-medium-gray);
    margin-bottom: 0;
    line-height: 1.8;
}

.accordion {
    margin: 0 auto 0px;
    border-top: 1px solid var(--color-dark-gray);
    width: 100%;
}

.accordion li {
    border-bottom: 1px solid var(--color-dark-gray);
    position: relative;
}

.accordion li p {
    display: none;
    line-height: 1.8;
    color: var(--color-medium-gray);
    padding-top: 10px;
    font-size: 14px;
    padding-bottom: 35px;
}

.accordion a {
    width: 100%;
    display: block;
    cursor: pointer;
    font-size: 11px;
    user-select: none;
    color: var(--color-white);
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-top: 25px;
    padding-bottom: 25px;
    line-height: 2;
}

.accordion a:after {
    width: 8px;
    height: 8px;
    border-right: 1px solid var(--color-white);
    border-bottom: 1px solid var(--color-white);
    position: absolute;
    right: 10px;
    content: " ";
    transform: rotate(-45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    top: 33px;
}

.accordion a.active:after {
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* SLICK SLIDER */
.image-slider {
    z-index: 0;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    overflow: hidden;
    height: 65vh;
}

.image-slide {
    margin: 0 auto;
    height: 65vh;
    overflow: hidden;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.image-slider img {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
}

.slick-slide.slick-center {
    transform: scale(1.0);
    transition: transform .8s 1.0s cubic-bezier(.84, 0, .08, .99);
}

.slick-slide {
    transform: scale(0.9);
    transition: transform .7s cubic-bezier(.84, 0, .08, .99);
}

.slider-control {
    margin: 0%;
    position: relative;
    z-index: 2;
    display: flex;
}

.slider-control button {
    background: none;
    display: flex;
    border-radius: 50%;
    border: 1px solid rgba(254, 254, 254, 0.5);
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 50px;
    height: 50px;
    transition: all 400ms ease;
}

.slider-control button:hover {
    transform: scale(1.1);
}

.slider-control button .arrow {
    position: absolute;
    transition: all 400ms ease;
}

.slider-control button .first {
    transform: translateX(0%);
    opacity: 1;
}

.slider-control button .second {
    transform: translateX(150%);
    opacity: 0;
}

.slider-control button:focus {
    outline: none;
}

.slider-control button:hover .first {
    transform: translateX(-150%);
    opacity: 0;
}

.slider-control button:hover .second {
    transform: translateX(0%);
    opacity: 1;
}

.slider-control .next button:hover .first {
    transform: translateX(150%);
    opacity: 0;
}

.slider-control .next button .second {
    transform: translateX(-150%);
}

.slider-control .next button:hover .second {
    transform: translateX(0%);
    opacity: 1;
}

.slider-control button img {
    filter: invert(1);
    width: 28px;
    height: 28px;
}

.block-1 {
    z-index: 1;
    position: absolute;
    height: 100%;
    width: 5%;
    left: 0%;
    top: 0;
    background-color: var(--color-primary);
}

.block-2 {
    z-index: 1;
    position: absolute;
    width: 4%;
    left: 46%;
    top: 0;
    background-color: var(--color-primary);
    height: 100%;
}

.block-3 {
    z-index: 1;
    position: absolute;
    height: 100%;
    background-color: var(--color-primary);
    width: 3%;
    bottom: 0;
    right: 0;
}

.block-4 {
    z-index: 1;
    position: absolute;
    height: 10%;
    background-color: var(--color-primary);
    width: 47%;
    top: 0;
    left: 0;
}

.block-5 {
    z-index: 1;
    position: absolute;
    height: 10%;
    background-color: var(--color-primary);
    width: 47%;
    bottom: 0;
    left: 0;
}

.block-6 {
    z-index: 1;
    position: absolute;
    height: 100%;
    background-color: var(--color-dark-overlay-heavy);
    width: 47%;
    bottom: 0;
    left: 0;
}

.overlay3 {
    z-index: 30;
    position: fixed;
    height: 70vh;
    width: 20%;
    left: 5%;
    background: var(--color-black-overlay);
}

.text-slider-wrapper {
    z-index: 2;
    position: absolute;
    width: 100%;
    bottom: 0;
    top: 35%;
}

.text-slider {
    margin: 0%;
    padding: 0%;
}

.text-slide h2 {
    color: var(--color-white);
    font-size: 84px;
    padding-left: 15%;
}

.slider {
    width: 100%;
    position: relative;
    height: 65vh;
    padding-top: 0%;
    margin: 0px 0px 380px;
    background-color: var(--color-primary);
}

@media (max-width: 990px) {
    .block-1 {
        width: 20%;
    }

    .block-3 {
        width: 12%;
    }

    .slide-slick {
        display: none !important;
    }

    .text-slide h1 {
        font-size: 30px !important;
    }

    .text-slider-wrapper {
        position: absolute;
    }

    .slider-control {
        left: 22.5%;
    }
}

/* ICONS */
.icons {
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    max-width: 1040px;
    margin-bottom: 80px;
    max-height: 375px;
    overflow: hidden;
}

.icons.toggled {
    max-height: 3000px;
}

.icons-box {
    display: flex;
    justify-content: center;
    padding: 22px 10px;
    margin-bottom: 12px;
    flex-direction: row;
    align-items: center;
}

.icons-box .image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.icons-box .text {
    padding-left: 25px;
    border-left: 1px solid var(--color-gray);
    height: 100%;
    display: flex;
    align-items: center;
}

.icons-box img {
    max-width: 100%;
    width: 48px;
    height: 48px;
}

.icons-box p {
    margin-bottom: 0;
    color: var(--color-primary);
    font-weight: 500;
}

.page-light .headline {
    color: var(--color-black);
}

.icons .btn-around {
    position: absolute;
    bottom: 0;
    margin-top: 0;
    padding-top: 65px;
    background-color: var(--color-white);
}

/* BOXES */
.boxes {
    width: 100%;
    display: none;
    flex-wrap: wrap;
    color: var(--color-black);
    max-width: 1240px;
    margin-bottom: 180px;
}

.box p {
    margin-bottom: 0;
}

.box {
}

.box.left {
    padding-right: 60px;
    padding-top: 280px;
}

.box.right {
    padding-left: 60px;
}

.boxes img {
    max-width: 100%;
}

.boxes h3 {
    margin-bottom: 25px;
    font-size: 38px;
}

.img-around {
    position: relative;
    overflow: hidden;
    margin-bottom: 45px;
    max-width: 100%;
}

.boxes .overlay2 {
    background-color: var(--color-gray);
}

.box.right .img-around:last-of-type {
    margin-top: 120px;
}

/* RESERVATION */
.reservation {
    width: 100%;
    max-width: 1040px;
    margin-bottom: 140px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 140px;
}

form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.input-around {
    padding: 15px;
}

.input-around input {
    border-radius: 0px;
    border: 1px solid var(--color-gray);
    min-height: 50px;
    background-color: transparent;
    color: var(--color-white);
}

.input-around input:focus {
    color: var(--color-white);
    background-color: transparent;
    border-color: var(--color-secondary);
    outline: 0;
    box-shadow: none;
}

.input-around textarea:focus {
    color: var(--color-white);
    background-color: transparent;
    border-color: var(--color-secondary);
    outline: 0;
    box-shadow: none;
}

.input-around input::placeholder {
    color: var(--color-white);
}

.input-around textarea {
    border-radius: 0px;
    border: 1px solid var(--color-gray);
    min-height: 50px;
    background-color: transparent;
    color: var(--color-white);
}

.form-check {
    width: 100%;
    margin-top: 15px;
    align-items: center;
    justify-content: center;
    display: flex;
}

label {
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
}

.form-btn {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-check label {
    text-transform: none;
    letter-spacing: 0px;
    font-size: 12px;
}

.form-check label a {
    text-decoration: underline;
}

.styled-checkbox {
    position: absolute;
    opacity: 0;
}

.styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
}

.styled-checkbox + label:before {
    content: "";
    margin-right: 15px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background-color: var(--color-medium-gray);
    position: relative;
    bottom: 2px;
}

.styled-checkbox:hover + label:before {
    background: var(--color-secondary);
}

.styled-checkbox:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.styled-checkbox:checked + label:before {
    background: var(--color-secondary);
}

.styled-checkbox:disabled + label {
    color: #b8b8b8;
    cursor: auto;
}

.styled-checkbox:disabled + label:before {
    box-shadow: none;
    background: #ddd;
}

.styled-checkbox:checked + label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 9px;
    background: var(--color-white);
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 var(--color-white), 4px 0 0 var(--color-white), 4px -2px 0 var(--color-white), 4px -4px 0 var(--color-white), 4px -6px 0 var(--color-white), 4px -8px 0 var(--color-white);
    transform: rotate(45deg);
}

.calendar {
    width: 100%;
    min-height: 500px;
    margin-bottom: 120px;
    color: var(--color-black);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-light-gray);
}

/* TIPS */
.tips {
    color: var(--color-black);
    margin-bottom: 85px;
}

.tips.left {
    padding-right: 45px;
}

.tips img {
    max-width: 100%;
}

.tips.right {
    padding-left: 45px;
}

.tips .overlay2 {
    background-color: var(--color-gray);
}

.tips .headline {
    width: 100%;
    text-align: left;
    max-width: 100%;
    margin-bottom: 25px;
}

.tips-box ul {
    line-height: 3.0;
}

.tips-box ul li {
    font-weight: 500;
}

.tips-box ul ul {
    padding-left: 35px;
}

.tips-box ul ul li {
    font-weight: 400;
    list-style-type: disc;
}

.tips-box {
    margin-bottom: 45px;
}

.tips .accordion a {
    color: var(--color-black);
}

.tips .accordion li p {
    color: var(--color-black);
    padding-bottom: 0;
}

.tips .accordion li {
    border-bottom-width: 0px;
}

.tips .accordion {
    border-top-width: 0px;
}

.tips .accordion a:after {
    border-right-color: var(--color-black);
    border-bottom-color: var(--color-black);
}

.tips .accordion a.none:after {
    display: none;
}

/* PRICE LIST */
tbody {
    border: none !important;
}

.table {
    border: 1px solid var(--color-gray);
}

.table-around {
    width: 100%;
}

thead {
}

thead th {
    background-color: var(--color-primary) !important;
    color: var(--color-white);
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    font-weight: 500;
    text-transform: uppercase;
    white-space: nowrap;
}

tbody th {
    background-color: var(--color-primary) !important;
    color: var(--color-white);
    font-size: 14px;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    font-weight: 500;
    text-transform: uppercase;
}

tbody th small {
    font-size: 12px;
    font-weight: 400;
    text-transform: none;
}

tr {
    line-height: 2;
    border-bottom: 1px solid var(--color-gray);
    position: relative;
}

th {
    text-indent: 10px;
    border: none !important;
    font-size: 14px;
}

td {
    text-indent: 10px;
    border: none !important;
    font-size: 14px;
    min-height: 60px;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    white-space: nowrap;
    font-weight: 500;
    position: relative;
}

td p {
    margin-bottom: 0;
    display: grid;
    font-weight: 500;
}

tbody th p {
    margin-bottom: 0;
    display: grid;
    font-weight: 500;
}

td p small {
    font-weight: 400;
}

thead th p {
    margin-bottom: 0;
    display: grid;
    font-weight: 500;
}

thead th p small {
    font-weight: 400;
    text-transform: none;
}

.price-list {
    width: 100%;
    max-width: 1040px;
}

.price-list .alert {
    color: var(--color-black);
    padding: 0;
    margin-bottom: 0;
    margin-top: 15px;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.price-list .alert img {
    margin-right: 8px;
}

.question-around {
    position: absolute;
    display: flex;
    align-items: center;
    left: 120px;
    bottom: 13px;
}

.question-content {
    position: absolute;
    background-color: var(--color-secondary);
    z-index: 1;
    padding: 5px 10px;
    display: none;
    min-width: 250px;
    right: -151px;
    bottom: -40px;
}

.question-content p {
    color: var(--color-white);
    font-size: 12px;
}

.question-content.toggled {
    display: flex !important;
}

.question-content:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0%;
    margin-left: -8px;
    margin-top: -7px;
    width: 0;
    height: 0;
    border-right: 8px solid transparent;
    border-bottom: 8px solid var(--color-secondary);
    border-left: 8px solid transparent;
    clear: both;
}

.question-around:hover g {
    fill: var(--color-secondary) !important;
}

/* FLOOR PLAN */
.wrapper {
    width: 100%;
    color: #555;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}

.tabs li {
    float: left;
    width: 33%;
}

.tabs a {
    display: block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #888;
    padding: 20px 0;
    border-bottom: 1px solid var(--color-gray);
    background-color: var(--color-primary);
    transition: all 400ms ease;
}

.tabs a:hover,
.tabs a.active {
    background-color: var(--color-secondary);
    color: var(--color-white);
    font-weight: 500;
}

.tabgroup div {
    padding: 10px;
}

.clearfix:after {
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
}

.floor-plan {
    width: 100%;
    max-width: 1040px;
    margin-top: 30px;
    margin-bottom: 100px;
}

.floor-plan img {
    max-width: 100%;
}

.tabgroup {
    margin-top: 45px;
}

/* MOBILE */
@media (max-width: 767px) {
    header {
        height: 330px;
    }
    header iframe {
        display: none;
    }
    .footer-box.left {
        padding-right: 0px;
    }
    button.open-gallery {
        display: none;
    }
    .footer-box.right {
        padding-left: 0;
    }
    header iframe {
        display: none;
    }
    .footer-box a {
        font-size: 32px;
    }

    .footer-box {
        min-height: 130px;
    }

    footer {
        padding-top: 45px;
        padding-bottom: 65px;
    }

    .social-icons h3 {
        margin-right: 0;
        margin-bottom: 25px;
    }

    .footer-small img {
        max-width: 160px;
    }

    .social-icons {
        margin-top: 45px;
    }

    .footer-small {
        padding-top: 45px;
    }

    .footer-small ul {
        margin-top: 45px;
        align-items: center;
    }

    .footer-small ul li {
        margin-right: 0px;
        margin-left: 0px;
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
    }

    h2 {
        font-size: 36px;
    }

    .reservation {
        padding-top: 65px;
        margin-bottom: 65px;
    }

    .headline {
        margin-bottom: 45px;
    }

    .calendar {
        margin-bottom: 45px;
    }

    .floor-plan {
        margin-bottom: 45px;
    }

    .page-light .page-content {
        padding-top: 65px;
    }

    .icons {
        margin-bottom: 30px;
        max-height: 285px;
    }

    .tabs li {
        font-size: 11px;
    }

    .icons-box img {
        width: 28px;
        height: 28px;
    }

    .icons-box {
        padding-top: 12px;
        padding-bottom: 12px;
        margin-bottom: 6px;
    }

    .icons-box p {
        font-size: 13px;
    }

    .icons .btn-around {
        padding-top: 35px;
    }

    .quote2 p {
        font-size: 18px;
    }

    .page {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .quote {
        margin-bottom: 80px;
        width: 90%;
    }

    .quote p {
        font-size: 18px;
    }

    header img {
        min-width: 100%;
        max-width: 160%;
        width: auto;
        min-height: auto;
        display: block !important;
    }

    h1 {
        font-size: 34px;
    }

    span.big-headline {
        font-size: 34px;
    }

    .scroll-btn > p {
        font-size: 9px;
    }

    .block-1 {
        display: none;
    }

    .block-2 {
        display: none;
    }

    .block-3 {
        display: none;
    }

    .block-4 {
        display: none;
    }

    .block-5 {
        display: none;
    }

    .block-6 {
        display: none;
    }

    .text-slide h2 {
        font-size: 28px;
    }

    tbody th {
        font-size: 11px;
        text-align: left;
        white-space: nowrap;
    }

    th {
        font-size: 11px;
    }

    td {
        font-size: 11px;
    }

    .service-info {
        position: relative;
        width: 100%;
        padding-top: 35px;
        align-items: flex-start;
    }

    .service {
        padding-bottom: 80px;
    }

    .overlay2 {
        display: none;
    }
    .overlay3 {
        display: none;
    }
    .service-content {
        flex-wrap: wrap;
    }

    .service-info h2 {
        font-size: 38px;
    }

    .btn-around {
        margin-top: 25px;
    }

    .service-info .btn-around {
        margin-left: 0;
    }

    .quote {
        margin-bottom: 60px;
    }

    .faq {
        margin-bottom: 80px;
    }

    header.full-bg {
        min-height: 40vh;
        padding-top: 100px;
    }

    .page-light-2 {
        padding-bottom: 80px;
    }

    .tips.left {
        padding-right: 0;
    }

    .tips {
        margin-bottom: 45px;
    }

    .tips.right {
        padding-left: 0;
    }

    .accordion a {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .img-around {
        margin-bottom: 0;
    }

    nav ul.menu {
        position: absolute;
        width: 100%;
        left: 0;
        right: 0;
        flex-direction: column;
        top: 0;
        background-color: var(--color-primary);
        align-items: center;
        height: 100vh;
        bottom: 0;
        justify-content: center;
        opacity: 0;
        transition: opacity 300ms ease;
        visibility: hidden;
        display: flex;
    }

    nav .logo {
        width: 80px;
    }

    .nav-content {
        padding-right: 15px;
    }

    ul.menu.toggled {
        opacity: 1;
        visibility: visible;
    }

    nav {
        padding-top: 15px;
        padding-bottom: 15px;
        position: fixed;
    }

    ul.menu li a {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
        min-height: 35px !important;
        font-size: 22px;
    }

    nav ul.menu li {
        padding-top: 25px !important;
        padding-bottom: 25px !important;
        min-height: 35px !important;
        opacity: 0;
        transition: opacity 500ms ease;
    }

    .mob-menu {
        display: flex !important;
    }

    ul.menu.toggled li {
        opacity: 1;
    }

    ul.menu.toggled li:nth-child(1) {
        transition-delay: 400ms;
    }

    ul.menu.toggled li:nth-child(2) {
        transition-delay: 500ms;
    }

    ul.menu.toggled li:nth-child(3) {
        transition-delay: 600ms;
    }

    ul.menu.toggled li:nth-child(4) {
        transition-delay: 700ms;
    }
    ul.menu.toggled li:nth-child(5) {
        transition-delay: 800ms;
    }
    .slider {
        height: 35vh;
        margin-bottom: 185px;
        background: transparent;
    }
    .page-top {
        padding-bottom: 40px;
    }
    .page-top .quote {
        margin-bottom: 0px;
    }
    .image-slider {
        height: 40vh;
    }

    .image-slide {
        height: 40vh;
        margin-left: 0;
        margin-right: 0;
        width: 100vw;
    }

    .image-slide img {
        width: 100%;
    }

    .text-slider-wrapper {
        bottom: 0;
    }

    .slider-control {
        left: 150%;
        margin-bottom: -35px;
    }

    .slider button {
        width: 34px;
        height: 34px;
        margin-left: 5px;
        margin-right: 4px;
    }

    .slider button img {
        width: 22px;
        height: 22px;
    }

    .text-slider {
        display: none !important;
    }
    .video-section {
        padding: 65px 0px !important;
    }
    .video-inner .video {
        height: 192px !important;
        padding: 0px !important;
    }
    .video-inner {
        padding: 0px !important;
    }
}

/* MOB MENU */
.mob-menu {
    width: 20px;
    height: 20px;
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    cursor: pointer;
    right: 20px;
    flex-direction: column;
    z-index: 102;
}

.mob-menu.toggled {
}

.mob-menu.toggled span:nth-child(1) {
    width: 20px;
    transform: rotate(-45deg);
    top: 9px;
}

.mob-menu.toggled span:nth-child(2) {
    width: 0px;
}

.mob-menu.toggled span:nth-child(3) {
    width: 20px;
    transform: rotate(45deg);
    bottom: 9px;
}

.mob-menu span {
    height: 2px;
    border-radius: 30px;
    background-color: var(--color-white);
    position: absolute;
    transition: all 300ms ease-in-out;
}

.mob-menu span:nth-child(1) {
    width: 10px;
    top: 0px;
    left: 0;
}

.mob-menu span:nth-child(2) {
    margin-top: 4px;
    margin-bottom: 4px;
    width: 20px;
}

.mob-menu span:nth-child(3) {
    width: 10px;
    bottom: 0;
    right: 0;
}

/* VIDEO */
.video-section {
    background: var(--color-white);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: var(--color-white);
    padding: 65px 15px;
    width: 100%;
    max-width: 940px;
}

.video-inner {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 15px;
}

.video-inner iframe {
    width: 100%;
    height: 100%;
    position: absolute;
}

.video-hide {
    display: flex;
    background: var(--color-black);
    position: absolute;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.video-hide img {
    position: absolute;
    width: 110%;
    opacity: .6;
}

.video-hide.toggled {
    display: none;
}

.video-show {
    display: none;
}

.video-show.toggled {
    display: block;
}

#play-video.toggled {
    display: none;
}

.video-inner .video {
    height: 438px;
    background: var(--color-black);
    width: 100%;
    position: relative;
    border-radius: 0px;
    overflow: hidden;
    padding: 0;
}

.video-text button {
    width: auto;
    background: var(--color-white);
    color: var(--color-video-button);
    padding: 15px 35px;
    margin-top: 25px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
}

.video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 24px;
    height: 33px;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
    cursor: pointer;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: var(--color-secondary);
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: var(--color-secondary);
    border-radius: 50%;
    -webkit-transition: all 200ms;
    transition: all 200ms;
}

.video-play-button:hover:after {
    background-color: var(--color-secondary);
}

.video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 26px solid var(--color-white);
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.video-overlay {
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--color-black-overlay-heavy);
    opacity: 0;
    -webkit-transition: all ease 500ms;
    transition: all ease 500ms;
}

.video-overlay.open {
    position: fixed;
    z-index: 1000;
    opacity: 1;
}

.video-overlay-close {
    position: absolute;
    z-index: 1000;
    top: 15px;
    right: 20px;
    font-size: 36px;
    line-height: 1;
    font-weight: 400;
    color: var(--color-white);
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 200ms;
    transition: all 200ms;
}

.video-overlay-close:hover {
    color: #fa183d;
}

.video-overlay iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    box-shadow: 0 0 15px rgba(0, 0, 0, .75);
}

/* GALLERY */
.gallery {
    width: 100%;
    height: 100vh;
    position: fixed;
    background-color: var(--color-dark-overlay-heavy);
    display: none;
    z-index: 101;
    align-items: center;
    justify-content: center;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.gallery.toggled {
    display: flex;
}

.gallery-content {
    position: relative;
    width: 90%;
    max-height: 90vh;
}

.slider-gallery {
    width: 100%;
    height: 100%;
}

.slider-gallery div {
    display: flex !important;
    align-items: center !important;
    width: 90vw;
    justify-content: center !important;
    position: relative;
}

.slider-gallery div img {
    max-width: 100%;
    max-height: 90vh;
}

.gallery-content .slider-control {
    left: 50%;
    padding: 15px;
    bottom: 1%;
    background-color: var(--color-primary);
    position: absolute;
    transform: translate(-50%, -50%);
    margin-bottom: 13px;
}

.close-btn {
    width: 24px;
    height: 24px;
    position: absolute;
    background-image: url('images/icons/icons8-close.svg');
    background-position: center center;
    top: 15px;
    right: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

.more-photo {
    z-index: 9;
    bottom: -20px;
    left: 5%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
}

button.open-gallery {
    margin-right: 25px;
}

@media (min-width: 1920px) {
    header iframe {
        min-width: 130%;
        min-height: 130%;
    }
}

.dropdown {
    position: relative;
}

.dropdown-menu {
    display: none;
    position: absolute;
    background-color: var(--color-primary);
    z-index: 1;
    min-width: 160px;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu li {
    list-style: none;
}

.dropdown-menu li a {
    display: block;
    padding: 10px;
    color: #333;
    text-decoration: none;
}

.dropdown-menu li a:hover {
    background-color: var(--color-primary);
}

/* NEWSLETTER */
.newsletter-around {
    color: var(--color-black);
    background-color: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 80px 0px;
}

.newsletter-around .headline {
    margin-bottom: 0px;
}

.newsletter-around h2 {
}

.newsletter-around p {
    text-align: center;
}

form.newsletter {
    display: flex;
    justify-content: center;
    position: relative;
    flex-direction: column;
    margin-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    width: auto;
}

form.newsletter input {
    width: 100%;
    height: 60px;
    border-radius: 30px;
    background-color: transparent;
    border: 1px solid var(--color-gray);
    outline: none;
    box-shadow: none;
    padding: 5px 60px 5px 25px;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
    color: var(--color-black);
}

form.newsletter input::placeholder {
    color: var(--color-black);
    font-size: 14px;
}

form.newsletter button {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 14px;
    top: 4px;
    bottom: 4px;
    margin-top: 0;
    border-radius: 30px !important;
    background-color: var(--color-primary) !important;
    padding: 0;
    outline: none;
    border: none;
    margin-top: 0px !important;
}

form.newsletter button img {
    margin-left: 0;
    filter: invert(1);
    width: 20px !important;
    height: 20px !important;
}

form.newsletter span {
    width: 100%;
    color: var(--color-black);
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}