/*
 Author: Dario Bellotta | Webdesign Bellotta
*/

@import url("../wp-bootstrap-starter/style.css");

@font-face {
    font-family: CaliforniaGothic-Regular;
    font-display: auto;
    src: url(../fonts/CaliforniaGothic-Regular.ttf);
}

@font-face {
    font-family: Poppins-Regular;
    font-display: auto;
    src: url(../fonts/Poppins-Regular.ttf);
}

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

::-webkit-scrollbar-track {
    border-radius: 0px;
    background: #fff;
}

::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background: #757575;
}

body {
    font-family: Quicksand-Light;
    background: #fff;
    overflow-x: hidden;
    font-size: 14px;
    font-size: 0.9rem;
}

html {
    overflow-x: hidden;
}

.video-intro {
    height: auto;
    width: 100%;
}

#intro-section {
    background: #eee;
    max-height: 30vh; /* intro max height comment out */ 
    position: relative;
}

header#masthead {
    background-color: #eee;
    max-height: 3.75em;
    position: fixed;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #dbdbdb;
    border-bottom: 1px solid rgba(var(--b6a,219,219,219),1);
    padding: 0;
    max-height: initial;
}

header#masthead .container  {
    padding-right: 0;
    padding-left: 0;
}

#masthead nav {
    background: #eee;
    padding: 0.74rem 1rem !important;
}

@media (max-width: 992px) {
    #masthead nav {
        padding: 0.5rem 0 !important;
    }
}

section {
    margin-block: 2em;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    font-size: 2rem;
    color: #757575;
    font-family: Quicksand-Bold;
    font-size: 14px;
    font-size: 0.9rem;
}

h2 {
    margin-bottom: 1em;
}

h3 {
    text-align: left;
    color: #757575;
}

strong {
    font-size: 1.5rem;
    font-family: Quicksand-Medium;
    color: #798c92;
}

p {
    margin-block: 1em;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    font-family: 'Quicksand-Medium';
    text-transform: capitalize;
    color: #757575 !important;
    padding: 0 0.5rem;
    font-size: 14px;
    font-size: 0.9rem;
}

#nav-logo {
    width: 1.5em;
    height: auto;
    -webkit-filter: drop-shadow(1px 2px 2px #ead7c8);
    filter: drop-shadow(1px 2px 2px #ead7c8);
    color: #ead7c8;
    display: block;
}

.navbar {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.image-icons img {
    display: block;
    width: 1.6em;
    height: auto;
    margin: 0;
    padding: 0;
    display: inline-block;
    margin-left: 1.5em;
    margin-top: -0.6em;
}

.image-icons.image-icons-footer img {
    margin-right: 1.5em;
    margin-left: 0;
}

.icons-footer i {
    margin-left: 0;
    margin-right: 1.5em;
}

.nav-social-hide-mobile {
    display: inline-block;
}

@media (max-width: 992px) {

    .image-icons img {
        margin-left: 0.5em;
    }
    .image-icons.image-icons-footer img {
        margin-right: 0.5em;
        margin-left: 0;
    }

    .icons-footer i {
        margin-left: 0;
        margin-right: 0.5em;
    }
    .nav-social-hide-mobile {
        display: none;
    }
    #nav-logo {
        width: 20px;
    }
    .navbar-brand {
        margin-right: 0;
    }
}

.fa, .fas {
    margin-right: .3em;
}

.btn {
    background: #eee;
    margin-block: .7em;
    margin-inline: .3em;
    font-family: Quicksand-Medium;
    color: #fff;
    -webkit-transition:  all 1s ease;
    -o-transition:  all 1s ease;
    transition:  all 1s ease;
}

.btn:hover {
    color: #fff;
    text-decoration: none;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.centering {
    margin: 0 auto;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
}

#info small {
    text-align: center;
    display: block;
}

#info p {
    margin-block: 2em;
}

#info #adress {
    text-align: center;
    margin: 0;
    margin-bottom: 0;
    font-size: 1.5rem;
    font-family: 'Quicksand-Bold';
    color: #d6b0a7;
}

footer {
    background: #f5f5f5 !important;
    border-top: 1px solid #dbdbdb;
    border-top: 1px solid rgba(var(--b6a,219,219,219),1);
}

.mobile-only {
    display: none;
}

@media (max-width: 992px) {

    .mobile-only {
        display: block;
    }

    .navbar-light .navbar-toggler-icon {
        background-image: url("/wp-content/uploads/2022/05/navigation02.png");
        width: 20px;
        height: 20px;
    }

    body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    }

    .navbar-nav {
        margin-top: 1em;
    }

    .btn {
        display: block;
    }

    h1, h2, h3, h4, h5, h6 {
    }

    body {
    }

    #info #adress {
    }
}

#behandlungen h3 {
    margin-bottom: .5em;
}

#behandlungen {
    background: #f5f5f5;
    padding-block: 2em;
    margin-bottom: 0;
}

#primary {
    width: 100%;
    max-width: 100%;
    display: block;
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
}

#primary .entry-header {
    display: none;
}

#primary .entry-content {
    margin: 0;
}

#Impressum, #datenschutz {
    margin: 0;
}

.reflink, .reflink:active {
    display: inline-block;
    color: #157575;
    text-decoration: none;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.reflink:hover {
    color: #157575;
    text-decoration: none;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

#socialbuttons {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 8em;
    z-index: 99;
}

#socialbuttons .btn {
    margin: 0;
    font-size: 1rem;
    border: 1px solid #dbdbdb;
    border: 1px solid rgba(var(--b6a,219,219,219),1);
    color: #757575;
}

@media (max-width: 992px) {

    #socialbuttons .btn {
    }

    #socialbuttons {
        top: 9em;
    }

}

#cookie-notice .cookie-notice-container {
    display: block;
    background: #eee;
    border-top: 1px solid #dbdbdb;
    border-top: 1px solid rgba(var(--b6a,219,219,219),1);
}

#cookie-notice a, #cookie-notice a:active {
    font-family: Quicksand-Regular;
    display: inline-block;
    color: #000;
    text-decoration: none;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

#cookie-notice a:hover {
    color: #000;
    text-decoration: none;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

#cn-notice-text {
    color: #757575;
    font-family: Quicksand-Regular;
}

#cookie-notice .cn-button {
    background: #757575;
    padding: 0.5em;
    border-radius: 4px;
    color: #fff;
    opacity: 0.5;
    border-width: 1px;
    border-radius: 9999px;
    padding-left: 0.75em;
    padding-right: 0.75em;
}

#cookie-notice .cn-button:hover {
    color: #fff;
}


@media (max-width: 992px) {

    #cookie-notice .cn-button {
        margin: 0 2px 2px 2px;
        font-size: .9rem;
    }

    .cookie-notice-container #cn-notice-text {
        display: block;
        font-size: .9rem;
    }
}

footer p, footer a, body:not(.theme-preset-active) footer#colophon, footer#colophon a:hover {
    color: #757575;
}

footer strong {
    text-align: center;
    display: block;
    color: #d6b0a7;
}

footer {
    padding-top: 1.5em;
}

/* Socials Footer */ 

#socials-footer p {
    font-size: 14px;
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 2em;
    color: #757575;
}

.footer-copyright {
    color: #757575;
}

#socials-footer #socials-footer-icons .fab, #socials-footer #socials-footer-icons .fas {
    font-size: 1.5rem;
    padding-top: 0.025em;
    color: #757575;
}

#socials-footer .mt-5, #socials-footer .my-5 {
    margin-top: 0.5rem!important;
}

.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#socials-footer .flex-center {
    margin-bottom: 0.8em !important;
}

@media (max-width: 992px) {

    #socials-footer hr {
        display: none;
    }
}

/* Socials Footer end */

@media (max-width: 992px) {

    .behandlungen-row {
        padding-right: 15px;
        padding-left: 15px;
    }

    .behandlungen-br {
        display: none;
    }
}

#preisliste {
    background: #d6b0a7;
    margin-block:  0;
    padding-top: 2em;
    padding-bottom: 2em;
}

#preisliste p {
    font-family: Quicksand-SemiBold;
    font-size: 1.5rem;
    color: #fff;
    margin-block: 0;
}

#preisliste hr {
    display: block;
    width: 100%;
    background: #0000;
    border-top: 1px dotted #fff;
}

@media (max-width: 992px) {

    #preisliste hr {
        border-top: 2px dotted #fff;
    }
}





/* SNAKE NATION CSS ONLY */
body {
    padding: 0 !important;
    font-family: Poppins-Regular !important;
    color: #ffffff !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: CaliforniaGothic-Regular;
    font-size: 6rem !important;
    color: #ffffff;
}

h2 {
    font-size: 4rem !important;
}

.fa-brands, .fab {
    color: #ffffff;
    margin-left: 1em;
    font-size: 1.5rem;
}

section {
    margin-block: 0;
    background: #000000;
    padding-block: 2em;
}

#intro-section {
    background: #000000;
    background-color: #000000;
}

a {
    color: #ffffff !important;
}

button, button:hover, #loadMore, #loadMore:hover {
    text-align: center !important;
    display: block !important;
    margin: 0 !important;
    margin-top: 2em !important;
    height: 3em !important;
    background: #4a0270;
    border-color: #4a0270;
    color: #ffffff !important;
    padding-top: 0.5em;
    border-radius: 0.5em;
    width: 8em;
    margin: 0 auto !important;
    font-size: 1rem;
}

#loadMore, #loadMore:hover {
    margin-top: 2em !important;
}

strong {
    color: #ffffff !important;
    font-family: Poppins-Regular;
}

@media (max-width: 992px) {
    strong {
        font-size: 1rem;
    }
}

p {
    text-align: justify;
}

hr {
    height: 0.15em !important;
    border-radius: 0.5em;
    background: #4a0270;
    margin-top: 1em !important;
    opacity: 1;
}

div {
    color: #ffffff;
}

main {
    background: #000000;
}

main label {
    color: #ffffff !important;
    margin-block: 2em !important;
    text-align: center;
}

footer {
    background: #000000 !important;
    border-color: #000000;
    padding-top: 2em;
    padding-bottom: 4em;
    position: relative;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    color: #ffffff !important;
    font-family: CaliforniaGothic-Regular;
    font-size: 1.5rem;
}

header#masthead {
    background-color: #4a0270;
    border: 0;
}

header#masthead.scrolled {
    background-color: #000000;
    border: 0;
}

header#masthead.scrolled #main-nav,
header#masthead.scrolled #nav-socials {
}

.navbar-toggler {
    display: none !important;
}

#masthead nav {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#nav-logo {
    -webkit-filter: none;
    filter: none;
    width: auto;
}

#nav-logo img {
    width: 5em;
    height: auto;
    display: block;
    max-width: initial;
}

header#masthead.scrolled #nav-logo {
    margin: 0 auto;
}

header#masthead.scrolled #nav-logo img {
    width: 5em;
}

.navbar-expand-xl .navbar-collapse {
    width: 20em;
}

#nav-socials {
    width: 20em;
    text-align: right;
}

@media (max-width: 992px) {

    .navbar-expand-xl .navbar-collapse {
        width: 5em;
    }

    .nav-mobile-none {
        display: none;
    }

    #nav-socials {
        width: 5em;
    }

    .navbar-nav {
        margin-top: 0;
    }
}

#intro-div {
    /*
        -webkit-filter: drop-shadow(2px 4px 6px #000000);
                filter: drop-shadow(2px 4px 6px #000000);
                */
    display: none;
}


#intro-div .btn {
    padding: 0.25em;
    padding-inline: 1em;
    background: #000000;
    border-radius: 1em;
    font-family: CaliforniaGothic-Regular;
    font-size: 3rem;
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
    animation-iteration-count: infinite;
}

#intro-div .btn:hover {
    text-decoration: none;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
}

20%, 80% {
    transform: translate3d(2px, 0, 0);
}

30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
}

40%, 60% {
    transform: translate3d(4px, 0, 0);
}
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px !important;
    }
}

@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 720px !important;
    }
}

@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px !important;
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px !important;
    }
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100% !important;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.navbar-expand-xl .navbar-collapse {
    display: block !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: initial;
    -ms-flex-positive: initial;
    flex-grow: initial;
}

#intro-3d-effect {
   display: none;
   width: 40vw !important;
   height: auto;
   position: absolute;
   bottom: 0;
   z-index: 2;
   padding-bottom: 0 !important;
   right: 9em;
   padding: 0 !important;
   margin: 0 !important;
   display: none;
}

#intro-section {
    background: #4a0270;
    max-height: 33.2vw;
    margin-top: 6em;
    height: 33.2vw;
    background-image: url(../img/SnakeNationNFT_Background_Final.png);
    background-color: #4a0270;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#intro-div h1 {
    font-size: 5rem;
    text-align: center;
    -webkit-filter: drop-shadow(2px 4px 6px black);
    filter: drop-shadow(2px 4px 6px black);
    color: #ffffff;
    font-family: SUPERSCR;
    font-size: 4.1rem !important;
}

#intro-div img {
    width: 25em;
    height: auto;
}

#intro-div p {
    font-size: 1.35rem;
    text-align: center;
    color: #ffffff;
    -webkit-filter: drop-shadow(2px 4px 6px black);
    filter: drop-shadow(2px 4px 6px black);
}

@media (max-width: 992px) {
    #intro-section {
        background-image: url(../img/SnakeNationNFT_Background_Mobile_Final.png);
        max-height: 100vw;
        height: 100vw;
    }
}

#mint {
    padding-top: 4em;
    padding-bottom: 0;
}

#minting-dapp-prerelease {
    display: none;
    max-width: initial !important;
    position: relative;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.5rem;
    border: 0;
    /* box-shadow: 0 2px 15px -3px #4a0270, 0 10px 20px -2px #4a0270; */
    background: #000000;
    padding: 2em;
    margin-bottom: 1em;
    border: 0.15em solid #4a0270;
}

#minting-dapp {
    display: none;
    max-width: initial !important;
    position: relative;
    min-height: 30em;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.5rem;
    border: 0;
    /* box-shadow: 0 2px 15px -3px #4a0270, 0 10px 20px -2px #4a0270; */
    background: #000000;
    padding: 2em;
    margin-bottom: 1em;
    border: 0.15em solid #4a0270;
}

#minting-dapp .error {
    position: absolute;
    height: 90%;
    width: 90%;
    background: #000000;
    z-index: 9;
    background: #000000;
    border-color: #000000;
    color: white;
    padding: 5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#minting-dapp .collection-not-ready {
    background-color: #000000 !important;
    color: #ffffff !important;
}

#minting-dapp strong {
    text-align: center;
    font-size: .9rem;
}

main .error:before {
    padding: 1em;
    font-size: 1.5rem !important;
}

#minting-dapp .no-wallet {
    background: #000000 !important;
    padding: 0;
}

#minting-dapp .no-wallet .merkle-proof-manual-address input {
    color: #000000;
    border-radius: 0.5em !important;
    width: 100%;
    margin: 0 auto;
    font-family: Poppins-Regular;
}

#minting-dapp .no-wallet .use-block-explorer:not(:first-child):before {
    display: none !important;
}

#minting-dapp  button, 
#minting-dapp  button:hover {
    text-align: center !important;
    display: block !important;
    margin: 0 !important;
    margin-top: 2em !important;
    height: 3em !important;
    background: #4a0270;
    border-color: #4a0270;
    color: #ffffff !important;
    width: 100%;
    border-radius: 1em;
    font-size: 1rem;
}

#minting-dapp button {
    width: 100%;
    margin: 0 auto !important;
    margin-block: 2em !important;
    border-radius: 1em !important;
}

#minting-dapp button:hover {
    width: 100%;
    margin: 0 auto !important;
    margin-block: 2em !important;
    border-radius: 1em !important;
}

#minting-dapp .error button {
 width: 100%;
 padding: 1em;
}

#minting-dapp p {
    text-align: justify;
}

#dapp-icon .background-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

#dapp-icon img {
    width: 100%;
    height: auto;
}

@media (max-width: 992px) {
    #minting-dapp .error {
        left: 1em;
    }
    #minting-dapp .error {
        padding: 0;
    }

    #minting-dapp  button, 
    #minting-dapp  button:hover {
        font-size: .8rem;
    }
}

#minting-dapp .cannot-mint.not-mainnet, #minting-dapp .collection-sold-out.not-mainnet, #minting-dapp .not-mainnet.not-mainnet {
    background: transparent;
    border: 0;
    color: #ffffff;
    font-size: .9rem;
    --tw-shadow: 0;
}

#minting-dapp .collection-status {
    background: transparent;
    border: 0;
    color: #ffffff;
    font-family: Poppins-Regular;
    display: block;
}

#minting-dapp .collection-status .current-sale.supply, #minting-dapp .collection-status .supply.supply {
    border: 0;
}

#minting-dapp .collection-status .user-address {
    border: 0;
}

#minting-dapp .collection-status .current-sale .label, #minting-dapp .collection-status .supply .label {
    color: #ffffff;
    font-size: .9rem;
}

#minting-dapp .collection-status>* .label {
    color: #ffffff;
    font-size: .9rem;
    font-weight: 600;
}

#minting-dapp .collection-status .user-address .address {
    font-weight: 400;
}

#minting-dapp .cannot-mint, #minting-dapp .collection-sold-out, #minting-dapp .not-mainnet {
    background: transparent;
    color: #ffffff;
}

#minting-dapp .cannot-mint.cannot-mint .emoji, #minting-dapp .collection-sold-out.cannot-mint .emoji, #minting-dapp .not-mainnet.cannot-mint .emoji {
    filter: grayscale(1);
}

#minting-dapp .mint-widget>:not(:last-child) {
    background: transparent;
    border: 0;
    padding: 0;
}

#minting-dapp .mint-widget {
    background: transparent;
}

#minting-dapp .mint-widget .controls .mint-amount {
    border: 0;
    color: #ffffff;
}

#minting-dapp .mint-widget .controls .decrease, #minting-dapp .mint-widget .controls .mint-amount {
    border: 0;
}

#minting-dapp .mint-widget .controls>* {
    margin-inline: 1em !important;
}

#minting-dapp strong {
    font-size: .9rem;
}

@media (max-width: 992px) {
    #minting-dapp .mint-widget .controls {
        display: block;
    }
}

.Toastify__toast-theme--colored.Toastify__toast--default, .Toastify__toast-theme--light {
    background: transparent;
}

.Toastify__toast-container--top-left {
    top: auto;
    bottom: 0;
}

.Toastify__toast-theme--colored.Toastify__toast--default, .Toastify__toast-theme--light {
    background: transparent;
    filter: grayscale(1);
}

.Toastify__toast-container {
    left: 0;
    width: 100%;
    bottom: 0;
}

.Toastify__toast-container--top-center, .Toastify__toast-container--top-left, .Toastify__toast-container--top-right {
    top: auto;
}

.Toastify__toast-body>div:last-child {
    font-size: 1.5rem;
}

.Toastify__toast-container--top-left {
    left: 1em;
    top: auto;
    bottom: 0;
    width: 40em;
    background: #000000;
}

#text {
    padding-bottom: 0;
    padding-top: 0;
}

#text hr {
    margin-block: 1em;
    width: 50%;
}

#text-icon .background-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

#text-icon img {
    width: 70%;
    height: auto;
    padding-block: 7.5em;
}

#text-area {
    padding-top: 12em;
}

@media (max-width: 992px) {
   #text-area {
    padding-top: 5em;
}
}

#gallery-loadmore {
    padding-top: 4em;
}

#gallery-loadmore img {
    height: auto;
    width: 100% !important;
}

#faq {
    padding-bottom: 8em;
}

.content {
  display: none;
}

.faq-heading{
    border-bottom: #777;
    padding: 20px 60px;
}
.faq-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.hr-line{
  width: 100%; 
  margin: auto;
  
}
/* Style the buttons that are used to open and close the faq-page body */
.faq-page {
    /* background-color: #eee; */
    color: #444;
    cursor: pointer;
    padding: 30px 20px;
    width: 100%; 
    border: none;
    outline: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    margin: auto;
    display: block;
    padding-top: 0.5em;
    padding-bottom: 0.05em;
}
.faq-body{
    margin: auto;
    /* text-align: center; */
    width: 100%; 
    padding: auto;
}

.faq-body p {
    padding-block: 2em;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.faq-active, .faq-page:hover {
    background-color: transparent;
}
/* Style the faq-page panel. Note: hidden by default */
.faq-body {
    padding: 0 18px;
    display: none;
    overflow: hidden;
}
.faq-page:after {
    content: '\02795';
    /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}
.faq-active:after {
    content: "\2796";
    /* Unicode character for "minus" sign (-) */
}

#faq h2 {
    margin-block: 1em;
}

.faq-one {
    padding-block: 1em;
}

#footer-right {
    margin: 0 auto;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: 0;
}

#footer-hr {
    background: #ffffff;
    margin-bottom: 3em;
    display: block;
    margin-top: 6em !important;
    height: 0.15em !important;
}

#footer-logo {
    position: absolute;
    top: 74px;
    z-index: 9;
    left: 48%;
    right: auto;
    width: 6em;
    height: auto;
}

@media (max-width: 992px) {
    #footer-right {
        width: 100%;
        padding-block: 2em;
    }

    #socials-footer hr {
        display: block;
    }

    #footer-logo {
        left: 40%;
    }
}

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

.slick-slider {
    margin-block: 4em;
}

.slick-slide img {
    padding: 3em;
}

@media (max-width: 992px) {
    .slick-slide img {
        padding: 2em;
    }

    #gallery {
        padding-bottom: 0;
    }
}

.container-full {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
}

@media (max-width: 992px) {
    .container {
        padding-inline: 3em;
    }

    header#masthead .container {
        padding-inline: 3em;
    }

    .fa-brands, .fab {
        font-size: 1.2rem;
        margin-left: 0rem;
    }
}

audio {
 position: fixed;
 z-index: 9;
 bottom: 0;
 top: auto;
 display: block;
 left: 1em;
 bottom: 1em;
}

#play-pause-button{
  font-size: 50px;
  cursor: pointer;
  position: fixed;
  z-index: 9;
  bottom: 0;
  top: auto;
  display: block;
  left: 1em;
  bottom: 1em;
  margin: 0;
  text-decoration: none;
}

#play-pause-button:hover{
    text-decoration: none;
}

@media (max-width: 992px) {
    #play-pause-button {
        bottom: 0.5em;
        left: 0.5em;
    }
}

.countdown {
    text-align: center;
    text-transform: uppercase;
    font-size: 4rem;
    padding: 0;
    /* margin: 0; */
    margin-top: 0;
    font-family: 'CaliforniaGothic-Regular';
}
.countdown.countdown01 {
    margin-bottom: 0;
}