/* @font-face {
    font-family: 'Gotham Light';
    src: url(../gotham-light-font/Gotham-Light.otf);
    font-weight: 400;
}

body {
    font-family: 'Gotham Light';
} */

.hidden {
    display: none;
}

.region-card-radio input {
    display: none;
}

.region-card-radio-btn {
    margin: 10px;
    width: 220px;
    height: 180px;
    display: inline-block;
    position: relative;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s;
    top: 0;

}

.region-card-radio-btn:hover {
    opacity: 0.8;
    top: -5px;
}

@media(max-width: 1439px) {
    .region-card-radio-btn {
        width: 180px;
        height: 180px;
    }
}

@media(max-width: 767px) {
    .region-card-radio-btn {
        width: 130px;
        height: 150px;
        top: 0px;
    }
}

.region-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #0000006e;
    z-index: 12;
}

/* .region-card {
    3xl: pt-[48px] 3xl:pb-[69px]  3xl:px-[80px] 3xl:px-[100px]
} */

.region-card-radio-btn .hobbies-icon {
    width: 105px;
    height: 105px;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 0px;
}

.region-card-radio-btn .hobbies-icon .icon-title {
    font-size: 20px !important;
    font-weight: 500;
    color: #000000;
    margin-bottom: 0;
    white-space: nowrap;
}

.region-card-radio-btn .hobbies-icon p {
    /* font-size: 14px; */
    font-weight: 500
}

.region-card-radio-btn .hobbies-icon .titlep {
    color: #1E1D1B;
}

.region-card-radio-btn .hobbies-icon .desc {
    color: #5B514F;
    margin-top: 12px;
}

.region-card .flex {
    display: flex;
}

.region-card .items-center {
    align-items: center;
}

/* @media(max-width: 1439px) {
    .region-card-radio-btn .hobbies-icon {
        width: 130px;
    }
}

@media(max-width: 767px) {
    .region-card-radio-btn .hobbies-icon {
        width: 100px;
        height: auto;
    }
} */

.region-card-radio-btn .hobbies-icon img {
    display: block;
    width: 100%;
    margin-bottom: 20px;

}

@media(max-width: 600px) {
    .region-card-radio-btn .hobbies-icon img {
        max-width: 90px;
        margin: 0 auto;
    }
}

.region-card {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    padding-bottom: 40px;
    font-family: inherit;
}

@media(min-width: 768px) {
    .region-card {
        padding: 50px;
    }
}

@media(min-width: 1440px) {
    .region-card {
        padding-top: 48px;
        padding-bottom: 48px;
        padding-left: 110px;
        padding-right: 110px;
    }
}


.text-center {
    text-align: center;
}

.region-card-title {
    margin-bottom: 40px;
}

@media(max-width: 1280px) {
    .region-card-title {
        margin-bottom: 35px;
    }
}

@media(max-width: 768px) {
    .region-card-title {
        margin-bottom: 25px;
    }
}

.region-card-title .titlep {
    font-size: 26px !important;
    font-weight: 500;
    color: #000;
    margin: 0;
}

.region-card-title .sub-title {
    font-size: 26px !important;
    font-weight: 500;
    color: #000;
    margin-top: 8px;
    margin-bottom: 0;
}

.close-region {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.icon-desc {
    font-size: 20px !important;
    color: #000 !important;
}


/* menu dropdown align */
.no-link::before {
    top: 42%;
}

.journal-language .dropdown-toggle {
    margin-top: 17px;
}