body {
    font-family: Satoshi-Variable;
    color: #3C3B3B;
}

header {
    top: 0;
    height: 120px;
    background: rgba(255, 255, 255, .8)
}

header .logo {
    max-width: 240px;
}

/* misc */
.text-grey {
    color: #707070;
}

.font-xs {
    font-size: 0.7rem;
}

.font-small {
    font-size: 1rem;
}

.font-mid {
    font-size: 1.35rem;
}

.font-big {
    font-size: 1.7rem;
}

h3 {
    letter-spacing: 0px;
    font-size: 2rem;
    font-weight: 900;
}

.form-control {
    padding: 1rem 1.4rem;
    border-radius: 15px;
    border: 1px solid #3C3B3B;
}

.form-control::placeholder {
    color: #cccccc !important;
}

.right-arrow {
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-left: 30px;
    margin-bottom: 1px;
    border-top: 1px solid #3C3B3B;
    border-left: 1px solid #3C3B3B;
    transform-origin: center;
    transform: rotate(135deg);
 }
 .right-arrow::after {
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    background-color: #3C3B3B;
    transform: rotate(-45deg) translate(10px, 4px);
 }

 .accordion-button:not(.collapsed) {
    color: unset;
    background-color: unset;
    box-shadow: none;
}

 /* buttons */
.button {
    padding: 12px 22px;
    border-radius: 36px;
}

.button-border {
    border: 1px solid #3C3B3B;
    color: #3C3B3B;
}

.button-border-grey {
    border: 1px solid #edecec;
    color: #3C3B3B;
}

.button-green {
    background-color: #AECD53;
    color: #fff;
}

a.button, a:visited.button, a:hover.button {
    text-decoration: none;
}

a:hover.button {
    background-color: #AECD53;
    color: #fff;
    border-color: #AECD53;
}

a:hover .right-arrow {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}

a:hover .right-arrow::after {
    background-color: #fff;
}

.home-padding-top {
    padding-top: 160px;
}

.section-intro {
    padding-top: 160px;
    padding-bottom: 100px;
    margin-bottom: 120px;
    background-image: url('/assets/images/bg-intro.png');
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: cover;
}

@media only screen and (max-width: 600px) {
    .section-intro {
        background-size: 100%;
        margin-bottom: 0;
    }
}

.section-intro .logo {
    max-height: 280px;
}

.section-marketplace {
    background-image: url('/assets/images/bg-marketplace.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 140px;
    padding-bottom: 140px;
    margin-bottom: 260px;
}
@media only screen and (max-width: 767px) {
    .section-marketplace {
        margin-bottom: 100px;
    }
}

.section-marketplace .img-token {
    position: absolute;
    max-width: 330px;
}
@media only screen and (max-width: 600px) {
    .section-marketplace .img-token {
        display: none;
    }
}
@media only screen and (max-width: 991px) {
    .section-marketplace .img-token {
        max-width: 250px;
    }
}

.section-marketplace .img-coins {
    max-width: 200px;
}
@media only screen and (max-width: 767px) {
    .section-marketplace .img-coins {
        max-width: 70px;
    }
}

.section-nfts {
    margin-bottom: 180px;
}
@media only screen and (max-width: 767px) {
    .section-nfts {
        margin-bottom: 80px;
    }
}

.section-gallery {
    background-image: url('/assets/images/bg-marketplace.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 140px;
    padding-bottom: 140px;
    margin-bottom: 200px;
}
@media only screen and (max-width: 767px) {
    .section-gallery {
        margin-bottom: 100px;
    }
}

.section-gallery img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    cursor: pointer;
}
@media only screen and (max-width: 767px) {
    .section-gallery img {
        height: 100px;
    }
}

.section-contact .reserve {
    position: absolute;
    bottom: 0;
    right: 0;
}
@media only screen and (max-width: 767px) {
    .section-contact .reserve {
        position: unset;
        bottom: unset;
        right: unset;
    }
}

footer {
    margin-top: 180px;
}
@media only screen and (max-width: 767px) {
    footer {
        margin-top: 80px;
    }
}

.nft {
    max-width: 300px;
}

.nft-content {
    border: 1px solid #3C3B3B;
    border-radius: 15px;
    margin-bottom: 55px;
}

.gallery-modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding: 40px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
}

.gallery-modal .modal-content {
    position: relative;
    margin: auto;
    padding: 0;
}

.gallery-modal .close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
    z-index: 1;
}

.gallery-modal .close:hover,
.gallery-modal .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.mySlides {
    display: none;
    text-align: center;
}

.mySlides img {
    max-width:100%;
    max-height: 80vh;
}

.gallery-modal .prev,
.gallery-modal .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    text-decoration: none;
}

.gallery-modal .next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.gallery-modal .prev:hover,
.gallery-modal .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.gallery-modal .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
    right: 50%;
}

.gallery-modal img.demo {
    opacity: 0.6;
}

.gallery-modal .active,
.gallery-modal .demo:hover {
    opacity: 1;
}

.gallery-modal img.hover-shadow {
    transition: 0.3s;
}

.gallery-modal .hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}