@font-face {
    font-family: 'Gotham';
    src: url('../font/Gotham.eot');
    /* IE9 Compat Modes */
    src: url('../font/Gotham.eot?#iefix') format('embedded-opentype');
    /* Safari, Android, iOS */
    font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}



.shop-date {
    position: absolute;
    top: 8px;
    right: 20px;
}

.match-single-img {
    margin: 0px 0 30px;
}

.t-a-c {
    text-align: center;
}

.bg-beige {
    background: #FAF7EF;
}

.bg-beige h2.title,
.team h2.title {
    color: #D6BE82;
}

.bg-beige .gp-item h4,
.bg-beige .gp-item p {
    color: #132B45;
}

.story-bg {
    background: #8D9298;
}

.story-bg p {
    color: #222;
}

.roadmap-timeline-wrap .sold-percentage h2 {
    color: #065A96;
}

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

.dropdown-toggle {
    padding: 0;
    border: none;
    background-color: transparent;
    font-weight: 500;
    outline: 0;
    cursor: pointer;
}

.dropdown-toggle img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 3px solid #ffffff;
    position: relative;
    top: -2px;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.header-action .dropdown-menu {
    background-color: transparent;
}

.others-options a.dropdown-item {
    color: #fff !important;
    padding: 0;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: transparent;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff;
    background-color: transparent;
}

.team-thumb .shop-img {
    width: 80%;
}

.team-thumb {
    position: relative;
}

.story-bg img {
    max-width: 100%;
}

.accordion-item.bg-unset {
    background-color: unset !important;
}

.box-map {
    padding: 12px 20px;
}

.box-map h3 {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 15px;
    color: #132B45;
}

.box-map p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
    color: #222;
}

.sold-percentage .title {
    font-size: 40px;
}


.team-img img {
    max-width: 100%;
    border-radius: 20px;
}

.f-logo {
    font-size: 16px;
    font-weight: 600;
}

.f-logo span {
    font-size: 14px;
}

@media (max-width: 449px) {
    .shop-date {
        top: 0px !important;
        right: 10px !important;
    }

    .shop-content {
        padding: 15px 0 0 0;
    }

    .shop-title .title {
        font-size: 16px;
    }

    .shop-title p {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 5px;
    }

    .section-title .title {
        font-size: 24px;
    }

    .nft img {
        margin-bottom: 15px;
    }

    .box-map h3 {
        font-weight: 600;
        font-size: 15px;
    }


}
