@font-face {
    font-family: "Gilroy-Bold";
    src: url(../font/Gilroy-Bold.woff2);
}

@font-face {
    font-family: "Gilroy-Regular";
    src: url(../font/Gilroy-Regular.woff2);
}

@font-face {
    font-family: "Gilroy-Medium";
    src: url(../font/Gilroy-Medium.woff2);
}

@font-face {
    font-family: "SaansTrail-Bold";
    src: url(../font/SaansTRIAL-Bold.woff2);
}

@font-face {
    font-family: "SaansTrail-Medium";
    src: url(../font/SaansTRIAL-Medium.woff2);
}

@font-face {
    font-family: "SaansTrail-Regular";
    src: url(../font/SaansTRIAL-Regular.woff2);
}

@font-face {
    font-family: "SaansTrail-Light";
    src: url(../font/SaansTRIAL-Light.woff2);
}

@font-face {
    font-family: "SaansTrail-BoldItalic";
    src: url(../font/SaansTRIAL-BoldItalic.woff2);
}

@font-face {
    font-family: "SaansTrail-SemiBoldItalic";
    src: url(../font/SaansTRIAL-SemiBoldItalic.woff2);
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Gilroy-Regular";
    background-color: black;
    color: white;
}

.banner-section {
    background-color: #000000cc;
    min-height: fit-content;
    height: 100svh;
}

.gilroy-bold {
    font-family: "Gilroy-Bold";
}

.gilroy-regular {
    font-family: "Gilroy-Regular";
}

.gilroy-medium {
    font-family: "Gilroy-Medium";
}

.saans-semibold-italic {
    font-family: "SaansTrail-SemiBoldItalic";
}

.saans-bold-italic {
    font-family: "SaansTrail-BoldItalic";
}

.saans-bold {
    font-family: "SaansTrail-Bold";
}

.saans-medium {
    font-family: "SaansTrail-Medium";
}

.saans-regular {
    font-family: "SaansTrail-Regular";
}

.saans-light {
    font-family: "SaansTrail-Light";
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-22 {
    font-size: 22px;
}

.fs-24 {
    font-size: 24px;
}

.fs-28 {
    font-size: 28px;
}

.fs-42 {
    font-size: 42px;
}

.fs-44 {
    font-size: 44px;
}

.fs-58 {
    font-size: 58px;
}

.yellow-f4b {
    color: #F4B53C;
}

.white-50 {
    color: #FFFFFF80;
}

.white-70 {
    color: #FFFFFFB3;
}

.yellow-fff {
    color: #FFF2D5;
}

.yellow-fbf {
    color: #FBF6EA;
}

.grey-dfd {
    color: #DFDFDF;
}

.white-e2e {
    color: #E2E2E2;
}

.custom-nav-link.active {
    color: #F4B53C !important;
    font-weight: 600;
}

.active-nav {
    color: #F4B53C !important;
    font-weight: 600;
}

.custom-nav-link:hover {
    color: #b89b67 !important;
    transition: all 0.3s ease;
}

.transition-03 {
    transition: all 0.3s ease;
}

.custom-btn {
    padding: 10px 32px;
    border-color: #F4B53C !important;
    text-align: center;
}

.custom-secondary-btn:hover {
    background-color: #332203 !important;
    color: white !important;
    transition: all 0.3s ease;
}

@keyframes fixedNavAnime {
    0% {
        background-color: transparent !important;
        opacity: 0;
    }

    100% {
        background-color: #000000 !important;
        opacity: 1;
    }
}

.fixed-nav {
    background-color: #000000 !important;
    position: fixed !important;
    top: 0;
    z-index: 3;
    animation: fixedNavAnime 0.5s linear 0s 1 normal none;
    padding: 12px 0px !important;
}

.btn-close,
.navbar-toggler:focus {
    box-shadow: none !important;
}

.alternate-section-bg {
    /* background-image: url(../img/alternate-section-bg.webp); 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
    background-color: #131313;
}

.h-banner-title {
    text-shadow: 0px 0px 75px rgba(255, 168, 0, 0.52);
}

.h-banner-main-div {
    gap: 36px;
    padding: 118px 0px 130px;
}

.custom-primary-btn {
    background: linear-gradient(180deg, #F4B53C 0%, #8B5B00 100%);
}

.custom-primary-btn:hover {
    background: linear-gradient(180deg, #b97900 0%, #b97900 100%);
    transition: all 0.3s ease;
}

.h-banner-coin-span {
    top: -61px;
    right: -79px;
}

.section-padding {
    padding: 85px 0;
}

.proj-card-wrapper {
    border-radius: 12px;
    cursor: pointer;
}

.proj-card-img {
    aspect-ratio: 2/1;
}

.proj-card-text-content {
    border-top: 12px;
    margin-top: -8px;
    background: linear-gradient(180deg, #201600 0%, #0F0F0F 100%);
}

.proj-card-logo {
    width: auto;
    max-height: 54px;
}

.proj-card-wrapper:hover {
    transition: 0.3s ease all;
    transform: scale(1.02);
}

.s3-video-wrapper {
    border-radius: 20px;
    background-color: #3F3F3F;
    aspect-ratio: 16/9;
}

.s3-video-iframe {
    width: 100%;
    height: -webkit-fill-available;
}

.ytp-pause-overlay {
    display: none !important;
}

.s3-cards:hover .s3-cards-title {
    transition: all 0.3s ease;
    transform: translateX(10px);
}

.s3-cards:hover .s3-cards-icon {
    transition: all 0.3s ease;
    transform: translateX(10px) rotate(10deg);
}

.accordion-item-custom {
    border: 1px solid black;
    background-color: #191919;
    border-radius: 12px;
}

.accordion-faq {
    display: flex;
    flex-direction: column;
    gap: 18px;
    border-color: transparent !important;
}

.accordion-button-faq {
    background: transparent !important;
    padding: 18px;
}

.accordion-button-faq:focus {
    box-shadow: none !important;
}

.accordion-item-faq {
    border: 1px solid black;
    border-radius: 12px !important;
    background: #191919 !important;
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
    color: #FFF2D5 !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../img/accordian-open.png) !important;
}

.accordion-button::after {
    width: 32px;
    height: 32px;
    background-size: cover;
    background-image: url(../img/accordian-close.png) !important;
}

.accordion-body-faq {
    padding: 16px;
    padding-top: 0;
}

.accordion-item-faq:has(.accordion-button-faq[aria-expanded="true"]) {
    background-color: #141000 !important;
    border: 1px solid #8E630F;
    transition: all 0.3s ease;
}

.branch-link-wrapper:hover .branch-link {
    transition: all 0.3s ease;
    color: #F4B53C;
}

.branch-link-wrapper:hover .branch-link-icon {
    transition: all 0.3s ease;
    fill: #F4B53C;
}

.s5-branch-card-divider-circle {
    width: 7px;
    aspect-ratio: 1/1;
    background-color: #F4B53C;
}

.s5-branch-card-divider-line {
    border-bottom: 1px dashed #F4B53C;
}

.social-media-link:hover {
    transition: all 0.3s ease;
    transform: scale(1.1);
}

.cnt-form-input {
    background-color: #2F2F2F;
    box-shadow: none;
    border: none;
    outline: none;
    padding: 16px 12px;
}

.cnt-form::placeholder {
    color: #B4B4B4;
}

.cnt-form-input-textarea {
    min-height: 200px;
    resize: none;
    overflow-y: auto;
}

.text-link:hover {
    transition: all 0.3s ease;
    color: #F4B53C !important;
}

.copyright-section {
    padding: 10px 0;
    background-color: #131313;
}

.project-detail-modal .modal-content {
    background-color: #1a1a1a;
    border-radius: 24px;
}

.h-regulatory-card {
    background-color: #0D0D0D;
    border-radius: 24px;
    padding: 32px 18px;
}

.h-regulatory-card-icon {
    width: 64px;
}

.h-regulatory-card:hover .h-regulatory-card-icon {
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

.h-ecosystem-card:hover .h-ecosystem-card-img {
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

.h-ecosystem-card {
    padding: 8px;
}

.h-ecosystem-card-img {
    width: 64px;
}

.regulatory-ecosystem-div {
    gap: 72px;
}

.h-video-thumbanil-div {
    aspect-ratio: 16/10;
    border-radius: 24px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.modal-video-frame {
    aspect-ratio: 16/9;
    border-radius: 20px;
    border: none;
    outline: none;
}

.h-leader-img {
    aspect-ratio: 16/19;
    border-radius: 24px;
}

.inner-banner-section {
    background-image: url(../img/inner-banner-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    min-height: fit-content;
    height: 55svh;
}

.abt-office-img {
    aspect-ratio: 16/11;
    border-radius: 40px;
}

.vision-mission-img {
    aspect-ratio: 16/10;
    border-radius: 24px;
}

.list-icon {
    width: 28px;
}

.abt-leader-img{
    aspect-ratio: 16/13;
    border-radius: 24px;
}

.abt-leaders-detail-card{
    border-radius: 32px;
}