/* reset css start */
@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@500;600&family=Karla:wght@400;500;600;700&display=swap");

:root {
    --theme-color: #FFEE49;
}

html {
    scroll-behavior: smooth;
}

body {
    position: relative;
    font-family: "Karla", sans-serif;
    color: #C3BCAD;
    font-size: 1.125rem;
    padding: 0;
    margin: 0;
    font-weight: 400;
    position: relative;
    line-height: 1.7;
    background-color: #000;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    overflow-x: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: flex;
    flex-flow: column;
    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 1199px) {
    body {
        font-size: 1rem;
    }
}

footer {
    margin-top: auto;
}

@-webkit-keyframes spinRoll {
    from {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinRoll {
    from {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes spinRoll {
    from {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinRoll {
    from {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

img {
    max-width: 100%;
    height: auto;
    user-select: none;
}

select {
    cursor: pointer;
}

button {
    cursor: pointer;
}

*:focus {
    outline: none;
}

button {
    border: none;
}

button:focus {
    outline: none;
}

span {
    display: inline-block;
}

hr {
    background-color: #e5e5e5;
    opacity: 0.25;
}

ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

/* reset css end */
/* global css strat */
.text-primary {
    color: #7367f0 !important;
}

.text-secondary {
    color: #868e96 !important;
}

.text-success {
    color: #28c76f !important;
}

.text-danger {
    color: #ea5455 !important;
}

.text-warning {
    color: #ff9f43 !important;
}

.text-info {
    color: #1e9ff2 !important;
}

.text-dark {
    color: #082032 !important;
}

.text-muted {
    color: #707070 !important;
}

.text-h {
    color: #fff;
}

.text-p {
    color: #C3BCAD;
}

.hover-text-base:hover {
    color: #FFEE49;
}

.theme-color {
    color: #FFEE49 !important;
}

/* background color css start */
.bg--primary {
    background-color: #7367f0 !important;
}

.bg--secondary {
    background-color: #868e96 !important;
}

.bg--success {
    background-color: #28c76f !important;
}

.bg--danger {
    background-color: #ea5455 !important;
}

.bg--warning {
    background-color: #ff9f43 !important;
}

.bg--info {
    background-color: #1e9ff2 !important;
}

.bg--dark {
    background-color: #082032 !important;
}

.bg--light {
    background-color: #bcc7da !important;
}

.bg--base {
    background-color: #FFEE49 !important;
}
.site-color {
    color: var(--theme-color);
}

/* background color css end */
.z-index {
    z-index: 1;
}

.hn_block_header {
    margin-bottom: 80px;
}

@media (max-width: 1399px) {
    .hn_block_header {
        margin-bottom: 3.75rem;
    }
}

@media (max-width: 1199px) {
    .hn_block_header {
        margin-bottom: 2.8125rem;
    }
}

@media (max-width: 575px) {
    .hn_block_header {
        margin-bottom: 2.1875rem;
    }
}

.hn_block_header p {
    margin-top: 15px;
    font-size: 20px;
}

@media (max-width: 991px) {
    .hn_block_header p {
        font-size: 18px;
        margin-top: 10px;
    }
}

@media (max-width: 575px) {
    .hn_block_header p {
        font-size: 16px;
        margin-top: 8px;
    }
}

.hn_block_title {
    font-weight: 700;
    font-size: 56px;
    position: relative;
}

@media (max-width: 1399px) {
    .hn_block_title {
        font-size: 52px;
    }
}

@media (max-width: 1199px) {
    .hn_block_title {
        font-size: 48px;
    }
}

@media (max-width: 991px) {
    .hn_block_title {
        font-size: 36px;
    }
}

@media (max-width: 575px) {
    .hn_block_title {
        font-size: 28px;
    }
}

.hn_block_title span {
    color: var(--theme-color);
}

.hn_block_title.img_el_left img {
    top: -10px;
    left: -30px;
    max-width: 35px;
    max-height: 41px;
}

@media (max-width: 991px) {
    .hn_block_title.img_el_left img {
        display: none;
    }
}

.hn_block_title.img_el_right img {
    top: -10px;
    right: -30px;
    max-width: 40px;
    max-height: 36px;
}

@media (max-width: 991px) {
    .hn_block_title.img_el_right img {
        display: none;
    }
}

.hn_block_title img {
    position: absolute;
}

.section-bg {
    background-color: #212227;
}

.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9;
    width: 45px;
    height: 45px;
    box-shadow: 0 5px 10px rgba(255, 238, 73, 0.45);
    line-height: 45px;
    text-align: center;
    display: none;
    color: #000;
    font-size: 1.5rem;
    cursor: pointer;
}

@media (max-width: 575px) {
    .back-to-top {
        bottom: 20px;
    }
}

.preloader-holder {
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: #15161B;
    z-index: 9999;
}

.preloader {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    animation: rotatePreloader 2s infinite ease-in;
}

.preloader div {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.preloader div:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0%;
    width: 10%;
    height: 10%;
    transform: translateX(-50%);
    border-radius: 50%;
}

.preloader div:nth-child(1) {
    transform: rotateZ(0deg);
    animation: rotateCircle1 2s infinite linear;
    z-index: 9;
}

.preloader div:nth-child(2) {
    transform: rotateZ(36deg);
    animation: rotateCircle2 2s infinite linear;
    z-index: 8;
}

.preloader div:nth-child(3) {
    transform: rotateZ(72deg);
    animation: rotateCircle3 2s infinite linear;
    z-index: 7;
}

.preloader div:nth-child(4) {
    transform: rotateZ(108deg);
    animation: rotateCircle4 2s infinite linear;
    z-index: 6;
}

.preloader div:nth-child(5) {
    transform: rotateZ(144deg);
    animation: rotateCircle5 2s infinite linear;
    z-index: 5;
}

.preloader div:nth-child(6) {
    transform: rotateZ(180deg);
    animation: rotateCircle6 2s infinite linear;
    z-index: 4;
}

.preloader div:nth-child(7) {
    transform: rotateZ(216deg);
    animation: rotateCircle7 2s infinite linear;
    z-index: 3;
}

.preloader div:nth-child(8) {
    transform: rotateZ(252deg);
    animation: rotateCircle8 2s infinite linear;
    z-index: 2;
}

.preloader div:nth-child(9) {
    transform: rotateZ(288deg);
    animation: rotateCircle9 2s infinite linear;
    z-index: 1;
}

.preloader div:nth-child(10) {
    transform: rotateZ(324deg);
    animation: rotateCircle10 2s infinite linear;
    z-index: 0;
}

@keyframes rotatePreloader {
    0% {
        transform: translateX(-50%) translateY(-50%) rotateZ(0deg);
    }

    100% {
        transform: translateX(-50%) translateY(-50%) rotateZ(-360deg);
    }
}

@keyframes rotateCircle1 {
    0% {
        opacity: 0;
    }

    0% {
        opacity: 1;
        transform: rotateZ(36deg);
    }

    7% {
        transform: rotateZ(0deg);
    }

    57% {
        transform: rotateZ(0deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

@keyframes rotateCircle2 {
    5% {
        opacity: 0;
    }

    5.0001% {
        opacity: 1;
        transform: rotateZ(0deg);
    }

    12% {
        transform: rotateZ(-36deg);
    }

    62% {
        transform: rotateZ(-36deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

@keyframes rotateCircle3 {
    10% {
        opacity: 0;
    }

    10.0002% {
        opacity: 1;
        transform: rotateZ(-36deg);
    }

    17% {
        transform: rotateZ(-72deg);
    }

    67% {
        transform: rotateZ(-72deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

@keyframes rotateCircle4 {
    15% {
        opacity: 0;
    }

    15.0003% {
        opacity: 1;
        transform: rotateZ(-72deg);
    }

    22% {
        transform: rotateZ(-108deg);
    }

    72% {
        transform: rotateZ(-108deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

@keyframes rotateCircle5 {
    20% {
        opacity: 0;
    }

    20.0004% {
        opacity: 1;
        transform: rotateZ(-108deg);
    }

    27% {
        transform: rotateZ(-144deg);
    }

    77% {
        transform: rotateZ(-144deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

@keyframes rotateCircle6 {
    25% {
        opacity: 0;
    }

    25.0005% {
        opacity: 1;
        transform: rotateZ(-144deg);
    }

    32% {
        transform: rotateZ(-180deg);
    }

    82% {
        transform: rotateZ(-180deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

@keyframes rotateCircle7 {
    30% {
        opacity: 0;
    }

    30.0006% {
        opacity: 1;
        transform: rotateZ(-180deg);
    }

    37% {
        transform: rotateZ(-216deg);
    }

    87% {
        transform: rotateZ(-216deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

@keyframes rotateCircle8 {
    35% {
        opacity: 0;
    }

    35.0007% {
        opacity: 1;
        transform: rotateZ(-216deg);
    }

    42% {
        transform: rotateZ(-252deg);
    }

    92% {
        transform: rotateZ(-252deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

@keyframes rotateCircle9 {
    40% {
        opacity: 0;
    }

    40.0008% {
        opacity: 1;
        transform: rotateZ(-252deg);
    }

    47% {
        transform: rotateZ(-288deg);
    }

    97% {
        transform: rotateZ(-288deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

@keyframes rotateCircle10 {
    45% {
        opacity: 0;
    }

    45.0009% {
        opacity: 1;
        transform: rotateZ(-288deg);
    }

    52% {
        transform: rotateZ(-324deg);
    }

    102% {
        transform: rotateZ(-324deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}
/* global css end */
.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pt-80 {
    padding-top: 80px;
}

@media (max-width: 767px) {
    .pt-80 {
        padding-top: 70px;
    }
}

@media (max-width: 575px) {
    .pt-80 {
        padding-top: 50px;
    }
}

.pb-80 {
    padding-bottom: 80px;
}

@media (max-width: 767px) {
    .pb-80 {
        padding-bottom: 70px;
    }
}

@media (max-width: 575px) {
    .pb-80 {
        padding-bottom: 50px;
    }
}

.pt-100 {
    padding-top: 100px;
}

@media (max-width: 991px) {
    .pt-100 {
        padding-top: 80px;
    }
}

@media (max-width: 767px) {
    .pt-100 {
        padding-top: 70px;
    }
}

@media (max-width: 575px) {
    .pt-100 {
        padding-top: 50px;
    }
}

.pb-100 {
    padding-bottom: 100px;
}

@media (max-width: 991px) {
    .pb-100 {
        padding-bottom: 80px;
    }
}

@media (max-width: 767px) {
    .pb-100 {
        padding-bottom: 70px;
    }
}

@media (max-width: 575px) {
    .pb-100 {
        padding-bottom: 50px;
    }
}

.mt-32px {
    margin-top: 32px;
}

body .header,
body .main-wrapper, .custom-checkbox label::before {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.back-to-top, .preloader div:before {
    background-color: #FFEE49;
}

.pagination .page-item .page-link, .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    background-color: #fff;
}

a:hover {
    color: #FFEE49;
}

.accordion-item .accordion-header .accordion-button:not(.collapsed), .accordion-item .accordion-header .accordion-button, .form-control, [data-header]::before, .caption-list li .caption {
    color: #fff;
}

.hn_border_tabs .nav-item .nav-link, .hn_main_table thead th {
    color: #C3BCAD;
}

.btn-close {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.btn-close {
    justify-content: center;
}

.btn-close {
    align-items: center;
}

.hn_card {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.back-to-top {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.check-list li + li {
    margin-top: 0.9375rem;
}

.check-list li {
    position: relative;
    padding-left: 2.1875rem;
}

.check-list li::before {
    position: absolute;
    top: 3px;
    left: 0;
    font-family: "Line Awesome Free";
    font-weight: 900;
    content: "\f058";
    font-size: 1.5rem;
    color: #FFEE49;
    margin-right: 0.5rem;
    line-height: 1;
}

.number-list {
    list-style: decimal;
    padding-left: 1.125rem;
}

.number-list li + li {
    margin-top: 0.625rem;
}

.disc-list li + li {
    margin-top: 0.625rem;
}

.disc-list li {
    position: relative;
    padding-left: 0.9375rem;
}

.disc-list li::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 0.375rem;
    height: 0.375rem;
    margin-top: -0.1875rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #575757;
}

.caption-list li {
    display: flex;
    flex-wrap: wrap;
    padding: 0.625rem 0;
    font-size: 0.9375rem;
    border-bottom: 1px dashed #C3BCAD;
}

.caption-list li:first-child {
    padding-top: 0;
}

.caption-list li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.caption-list li .caption {
    width: 40%;
    font-family: "Kanit", sans-serif;
    font-weight: 700;
    font-size: 0.875rem;
    position: relative;
}

.caption-list li .caption::after {
    position: absolute;
    content: ":";
    top: 0;
    right: 0;
}

.caption-list li .value {
    width: 60%;
    padding-left: 0.9375rem;
}

.caption-list-two {
    padding: 0.625rem 0.9375rem;
    background-color: rgba(255, 238, 73, 0.1);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.caption-list-two li {
    font-family: "Kanit", sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 0.875rem;
    padding: 0.5rem 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px dashed #ada490;
}

.caption-list-two li:first-child {
    padding-top: 0;
}

.caption-list-two li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.caption-list-two li .caption {
    width: 20%;
    position: relative;
    font-weight: 700;
    padding-right: 10px;
}

.caption-list-two li .caption::after {
    position: absolute;
    content: ":";
    top: 0;
    right: 0;
}

.caption-list-two li .value {
    width: 80%;
    padding-left: 20px;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.shake {
    animation: shake 0.5s 1 linear;
}

@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
}

@-moz-keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
}

@-ms-keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
}

@keyframes shake {
    0%, 100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@-ms-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@-ms-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-moz-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-ms-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-moz-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-ms-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-moz-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-ms-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

h1 {
    font-size: 3.875rem;
}

h2 {
    font-size: 3rem;
}

@media (max-width: 1399px) {
    h2 {
        font-size: 2.25rem;
    }
}

@media (max-width: 767px) {
    h2 {
        font-size: 2rem;
    }
}

@media (max-width: 575px) {
    h2 {
        font-size: 1.75rem;
    }
}

h3 {
    font-size: 2.375rem;
}

@media (max-width: 1399px) {
    h3 {
        font-size: 2rem;
    }
}

@media (max-width: 1199px) {
    h3 {
        font-size: 1.625rem;
    }
}

@media (max-width: 767px) {
    h3 {
        font-size: 1.5rem;
    }
}

h4 {
    font-size: 2.125rem;
}

@media (max-width: 1399px) {
    h4 {
        font-size: 1.75rem;
    }
}

@media (max-width: 1199px) {
    h4 {
        font-size: 1.625rem;
    }
}

@media (max-width: 767px) {
    h4 {
        font-size: 1.5rem;
    }
}

h5 {
    font-size: 1.5rem;
}

@media (max-width: 1199px) {
    h5 {
        font-size: 1.375rem;
    }
}

@media (max-width: 767px) {
    h5 {
        font-size: 1.125rem;
    }
}

h6 {
    font-size: 1.25rem;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Kanit", sans-serif;
    color: #fff;
    font-weight: 600;
    line-height: 1.1;
    word-break: break-word;
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
    font-family: "Kanit", sans-serif;
    color: #fff;
    font-weight: 600;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1.4;
    word-break: break-word;
}

a {
    text-decoration: none;
    display: inline-block;
    font-weight: 400;
}

a:hover {
    text-decoration: none;
}

strong {
    font-weight: 500;
}

.fs-xl {
    font-size: 1.25rem !important;
}

@media (max-width: 575px) {
    .fs-xl {
        font-size: 1.125rem !important;
    }
}

.fs-lg {
    font-size: 1.125rem !important;
}

.fs-md {
    font-size: 1rem !important;
}

.fs-sm {
    font-size: 0.875rem !important;
}

.fs-xs {
    font-size: 0.75rem !important;
}

.h-font {
    font-family: "Kanit", sans-serif !important;
}

.p-font {
    font-family: "Karla", sans-serif !important;
}

.fw-medium {
    font-weight: 600 !important;
}

.btn {
    font-family: "Karla", sans-serif;
    font-size: 1.125rem;
    padding: 14px 30px;
    font-weight: 600;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

@media (max-width: 991px) {
    .btn {
        padding: 12px 30px;
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .btn {
        padding: 10px 20px;
    }
}

.btn:focus {
    box-shadow: none;
}

.btn.btn-lg {
    padding: 1rem 2.1875rem;
    font-size: 1.25rem;
}

.btn.btn-md {
    padding: 0.625rem 1.5625rem;
    font-size: 1rem;
}

.btn.btn-sm {
    padding: 0.5rem 1.25rem;
    font-size: 0.875rem;
}

.hn_btn_solid,
.cmn-btn,
.btn-main {
    background-color: #FFEE49;
    color: #2b2b2b;
}

.hn_btn_solid:hover,
.cmn-btn:hover,
.btn-main:hover {
    color: #2b2b2b;
    background-color: #FFEE49;
}

.hn_btn_border_base {
    border: 1px solid #FFEE49;
    color: var(--theme-color);
    background-color: rgba(255, 238, 73, 0.15);
}

.hn_btn_border_base:hover {
    background-color: #FFEE49;
    color: #15161B;
}

.btn_circle_arrow {
    width: 30px;
    height: 30px;
    background-color: #15161B;
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.btn-md .btn_circle_arrow {
    width: 25px;
    height: 25px;
    font-size: 14px;
}

.badge {
    padding: 0 0 0 15px;
    position: relative;
    color: #052554;
    background-color: transparent;
    font-size: 14px;
}

.badge::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #052554;
    border-radius: 50%;
    margin-top: -5px;
}

.badge-primary {
    color: var(--theme-color);
}

.badge-primary::before {
    background-color: var(--theme-color);
}

.badge-info {
    color: #0bb2d4;
}

.badge-info::before {
    background-color: #0bb2d4;
}

.badge-warning {
    color: #eb6709;
}

.badge-warning::before {
    background-color: #eb6709;
}

.badge-danger {
    color: #ff4c52;
}

.badge-danger::before {
    background-color: #ff4c52;
}

.badge-success {
    color: #11c26d;
}

.badge-success::before {
    background-color: #11c26d;
}

/* table css start */
.hn_main_table {
    margin-bottom: 0;
}

.hn_main_table thead th {
    padding: 0.5rem 1.25rem;
    font-weight: 600;
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: 500;
    vertical-align: middle;
    background-color: #212227;
    border-bottom: 1px solid rgba(195, 188, 173, 0.35) !important;
}

.hn_main_table thead th:first-child {
    text-align: left;
}

.hn_main_table thead th:last-child {
    text-align: right;
}

.hn_main_table tbody td {
    border-top: none;
    border-bottom: 1px solid rgba(195, 188, 173, 0.15);
    padding: 0.9375rem 1.25rem;
    color: #C3BCAD;
    vertical-align: middle;
    background-color: transparent;
}

.hn_main_table tbody td:first-child {
    text-align: left;
}

.hn_main_table tbody td:last-child {
    text-align: right;
}

.hn_main_table tbody tr:last-child td {
    border-bottom: none;
}

.hn_table_gateway {
    display: inline-flex;
    align-items: center;
}

.hn_table_gateway img {
    max-height: 35px;
}

.hn_table_gateway h6 {
    font-size: 16px;
    font-weight: 500;
    padding-left: 20px;
    margin-bottom: 0;
}

[data-header] {
    position: relative;
}

[data-header]::before {
    position: absolute;
    content: attr(data-header);
    font-weight: 700;
    top: 0;
    left: 0;
    padding: 0.8125rem 0.9375rem;
    display: none;
    font-size: 0.875rem;
}

@media (max-width: 991px) {
    .hn_main_table thead {
        display: none;
    }

    .hn_main_table tbody tr:nth-child(odd) {
        background-color: #17191f;
    }

    .hn_main_table tbody tr:last-child td {
        border-top: 1px solid rgba(0, 0, 0, 0.08);
    }

    .hn_main_table tbody tr td {
        padding-right: 15px;
    }

    .hn_main_table tbody tr td:last-child {
        padding-right: 15px;
    }

    .hn_main_table tr th, .hn_main_table tr td {
        display: block;
        padding-left: 45% !important;
        text-align: right !important;
    }

    .hn_main_table tr th:first-child, .hn_main_table tr td:first-child {
        border-top: none !important;
    }

    .hn_main_table [data-header]::before {
        display: block;
    }
}

.hn_main_table tr td[colspan="100%"] {
    padding-left: 15px !important;
    text-align: center !important;
}
/* table css end */
/* form css start */
.form-group {
    margin-bottom: 0.9375rem;
}

.form-control {
    padding: 0.625rem 0.9375rem;
    border: 1px solid #C3BCAD;
    width: 100%;
    background-color: transparent;
    color: #fff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    height: 58px;
    font-family: "Karla", sans-serif;
}

.form-control::-webkit-input-placeholder {
    color: #7c7c7c;
}

.form-control::-moz-placeholder {
    color: #7c7c7c;
}

.form-control:-ms-input-placeholder {
    color: #7c7c7c;
}

.form-control:-moz-placeholder {
    color: #7c7c7c;
}

.form-control:focus {
    background-color: transparent;
    border-color: var(--theme-color) !important;
    box-shadow: 0 0 5px rgba(var(--theme-color), 0.35);
    color: #fff;
}

.form-control:disabled, 
.form-control[readonly] {
    background-color: #2e2e2e;
}

.input-group-text {
    background-color: #ffffff;
    color: #000 !important;
}

.form-control.form-control-md {
    height: 45px;
}

.form-control.form-control-sm {
    height: 35px;
}

.form-control[type=file] {
    line-height: 35px;
}

.form-select {
    padding: 0.625rem 0.9375rem;
    width: 100%;
    border: 1px solid #C3BCAD;
    cursor: pointer;
    color: #C3BCAD;
    background-color: transparent;
    height: 58px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    color: #C3BCAD;
}

.form-select:focus {
    box-shadow: none;
    border-color: var(--theme-color);
}

.form-select option {
    padding: 0.625rem 0;
    display: block;
    background-color: #000;
}

.form-select.select--sm {
    height: 39px;
    font-size: 0.875rem;
    padding: 0.3125rem 30px 0.3125rem 12px;
}

textarea {
    min-height: 155px !important;
    resize: none;
    width: 100%;
}

label {
    font-family: "Kanit", sans-serif;
    color: #fff;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    font-weight: 600;
}

.input-group > .form--control,
.input-group > .select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.input-group select {
    background-color: transparent;
    border: none;
}

.custom-radio {
    position: relative;
    padding-left: 0;
}

.custom-radio input[type=radio] {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    cursor: pointer;
}

.custom-radio input[type=radio]:checked ~ label::before {
    border-width: 2px;
    border-color: #FFEE49;
}

.custom-radio input[type=radio]:checked ~ label::after {
    opacity: 1;
}

.custom-radio label {
    margin-bottom: 0;
    position: relative;
    padding-left: 20px;
    font-size: 0.875rem;
    font-weight: 400;
}

.custom-radio label::before {
    position: absolute;
    content: "";
    top: 4px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #888888;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.custom-radio label::after {
    position: absolute;
    content: "";
    top: 8px;
    left: 4px;
    width: 7px;
    height: 7px;
    background-color: #FFEE49;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.custom-checkbox {
    padding-left: 1.5625rem;
}

.custom-checkbox input {
    display: none;
}

.custom-checkbox input:checked ~ label::before {
    content: "\f14a";
    color: #FFEE49;
}

.custom-checkbox label {
    position: relative;
    font-size: 0.9375rem;
    font-weight: 400;
    cursor: pointer;
    margin-bottom: 0;
}

.custom-checkbox label::before {
    position: absolute;
    content: "\f04d";
    font-family: "Line Awesome Free";
    font-weight: 900;
    top: 3px;
    left: -1.5625rem;
    font-size: 1.25rem;
    line-height: 1;
}
/* form css end*/

/* card css start */
.hn_card {
    background-color: rgba(111, 111, 111, 0.1);
    border: 1px solid #ffffff1f;
}

.hn_card .card-header {
    padding: 0.9375rem 1.25rem;
    border-bottom: 1px solid rgba(195, 188, 173, 0.35);
    background-color: transparent;
}

.hn_card .card-body {
    padding: 1.25rem;
}
/* card css end */

/* modal css start */
.modal {
    z-index: 999999;
}

.modal-open {
    overflow: hidden;
    overflow-y: auto;
    padding-right: 0 !important;
}

.modal .bg-body {
    background-color: #161616 !important;
}

.btn-close {
    width: 12px;
    height: 12px;
    background-color: #ea5455;
    opacity: 1;
    background-size: 12px;
}

.btn-close:hover {
    opacity: 1;
}

.btn-close:focus {
    box-shadow: none;
}

.modal-content {
    background-color: #1e1d0e;
}
 
.modal-header {
    border-bottom-color: rgba(195, 188, 173, 0.15);
}

.modal-header .close {
    background-color: transparent;
    color: #fff;
}

.modal-header .close span {
    font-size: 24px;
    line-height: 1;
}

.modal-footer {
    border-top-color: rgba(195, 188, 173, 0.15);
}

.modal.fade .modal-dialog {
    transform: scale(0.85, 0.85) translate(0);
}

.modal.show .modal-dialog {
    transform: scale(1, 1) translate(0);
}

/* modal css end */
.accordion-item {
    border: none;
    border-bottom: 1px solid #e5e5e5;
}

.accordion-item:last-child {
    border-bottom: none;
}

.accordion-item .accordion-header .accordion-button {
    font-size: 1.125rem;
    font-weight: 500;
    box-shadow: none;
    padding: 0.9375rem 0;
    font-weight: 600;
}

.accordion-item .accordion-body {
    padding: 0 0 1.125rem 0;
}

.hn_border_tabs {
    border-bottom: none;
}

.hn_border_tabs .nav-item .nav-link {
    background-color: transparent;
    border: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    padding: 0.9375rem 1.5625rem;
    font-weight: 500;
    position: relative;
}

.hn_border_tabs .nav-item .nav-link::after {
    position: absolute;
    content: "";
    bottom: -1px;
    left: 50%;
    width: 75%;
    height: 2px;
    background-color: var(--theme-color);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
}

.hn_border_tabs .nav-item .nav-link.active {
    background-color: transparent;
    color: #fff;
}

.hn_border_tabs .nav-item .nav-link.active::after {
    opacity: 1;
}

.border-top {
    border-top: 1px solid rgba(249, 248, 113, 0.43) !important;
}

.border-bottom {
    border-bottom: 1px solid rgba(249, 248, 113, 0.43) !important;
}

.border-start {
    border-left: 1px solid rgba(249, 248, 113, 0.43) !important;
}

.border-end {
    border-right: 1px solid rgba(249, 248, 113, 0.43) !important;
}

.pagination {
    margin: -0.3125rem -0.4375rem;
    flex-wrap: wrap;
    margin-top: 1.25rem;
    justify-content: flex-end;
}

.pagination .page-item {
    margin: 0.3125rem 0.4375rem;
}

.pagination .page-item.active .page-link {
    background-color: #FFEE49;
    color: #fff;
    border-color: #FFEE49;
}

.pagination .page-item .page-link {
    width: 2.375rem;
    height: 2.375rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    color: #C3BCAD;
}

.pagination .page-item .page-link:hover {
    background-color: #FFEE49;
    border-color: #FFEE49;
    color: #fff;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes upDown {
    0% {
        top: 0%;
    }

    25% {
        top: 50%;
    }

    50% {
        top: 100%;
    }

    75% {
        top: 50%;
    }

    100% {
        top: 0%;
    }
}

@-moz-keyframes upDown {
    0% {
        top: 0%;
    }

    25% {
        top: 50%;
    }

    50% {
        top: 100%;
    }

    75% {
        top: 50%;
    }

    100% {
        top: 0%;
    }
}

@-ms-keyframes upDown {
    0% {
        top: 0%;
    }

    25% {
        top: 50%;
    }

    50% {
        top: 100%;
    }

    75% {
        top: 50%;
    }

    100% {
        top: 0%;
    }
}

@keyframes upDown {
    0% {
        top: 0%;
    }

    25% {
        top: 50%;
    }

    50% {
        top: 100%;
    }

    75% {
        top: 50%;
    }

    100% {
        top: 0%;
    }
}

@-webkit-keyframes downUp {
    0% {
        bottom: 0%;
    }

    25% {
        bottom: 50%;
    }

    50% {
        bottom: 100%;
    }

    75% {
        bottom: 50%;
    }

    100% {
        bottom: 0%;
    }
}

@-moz-keyframes downUp {
    0% {
        bottom: 0%;
    }

    25% {
        bottom: 50%;
    }

    50% {
        bottom: 100%;
    }

    75% {
        bottom: 50%;
    }

    100% {
        bottom: 0%;
    }
}

@-ms-keyframes downUp {
    0% {
        bottom: 0%;
    }

    25% {
        bottom: 50%;
    }

    50% {
        bottom: 100%;
    }

    75% {
        bottom: 50%;
    }

    100% {
        bottom: 0%;
    }
}

@keyframes downUp {
    0% {
        bottom: 0%;
    }

    25% {
        bottom: 50%;
    }

    50% {
        bottom: 100%;
    }

    75% {
        bottom: 50%;
    }

    100% {
        bottom: 0%;
    }
}

.dropdown-menu {
    background-color: #212227;
}

.dropdown-menu .dropdown-item {
    color: #fff;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #151619;
}

.hn_header-top {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.hn_header {
    background-color: #000;
}

.hn_header-bottom {
    padding: 20px 0;
}

.hn_header.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background-color: #181401;
}

@media (max-width: 991px) {
    .hn_header {
        background-color: rgba(255, 255, 255, 0.05);
    }
}

.hn_header_logo img {
    max-height: 55px;
}

@media (max-width: 1199px) {
    .hn_header_logo img {
        max-height: 45px;
    }
}

@media (max-width: 575px) {
    .hn_header_logo img {
        max-height: 50px;
    }
}

.hn_header_area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .hn_header_menu_area {
        position: fixed;
        top: 0;
        left: -105%;
        background-color: #000;
        min-height: 100vh;
        padding: 20px;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        z-index: 999;
    }
}

.hn_header_menu_area.active {
    left: 0;
}

.hn_header_menu_close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 28px;
    line-height: 1;
    color: #fff;
    background-color: transparent;
    padding: 0;
    border: none;
    display: none;
}

@media (max-width: 991px) {
    .hn_header_menu_close {
        display: inline-block;
    }
}

.hn_header_menu_open {
    font-size: 32px;
    line-height: 1;
    color: #fff;
    background-color: transparent;
    padding: 0;
    border: none;
    display: none;
}

@media (max-width: 991px) {
    .hn_header_menu_open {
        display: inline-block;
    }
}

.hn_header_menu {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .hn_header_menu {
        display: block;
    }
}

.hn_header_menu li a {
    position: relative;
    padding: 10px 15px;
    color: #C3BCAD;
    font-size: 1.125rem;
    font-family: "Kanit", sans-serif;
}

.hn_header_menu li a::after {
    position: absolute;
    content: "";
    bottom: 5px;
    left: 50%;
    width: 70%;
    height: 3px;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
    background-color: var(--theme-color);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
}

.hn_header_menu li a:hover {
    color: var(--theme-color);
}

.hn_header_menu li a.active {
    color: var(--theme-color);
}

.hn_header_menu li a.active::after {
    opacity: 1;
}

.hn_lang_btn {
    color: #fff;
    width: 45px;
    height: 45px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 575px) {
    .hn_lang_btn {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }
}

/* footer section start */
.hn_footer {
    padding-top: 120px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

@media (max-width: 1399px) {
    .hn_footer {
        padding-top: 70px;
    }
}

.hn_footer_shape {
    position: absolute;
    top: 30%;
    left: 0;
    z-index: -1;
    width: 95%;
}

.hn_footer_shape_two {
    position: absolute;
    top: -50%;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 150%;
}

.hn_footer_logo img {
    max-height: 55px;
}

@media (max-width: 991px) {
    .hn_footer_logo img {
        max-height: 45px;
    }
}

.hn_social_media {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.hn_social_media li a {
    width: 40px;
    height: 40px;
    border: 1px solid #C3BCAD;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: #C3BCAD;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.hn_social_media li a:hover {
    background-color: var(--theme-color);
    color: #2b2b2b;
    border-color: var(--theme-color);
}

.hn_footer_menu li + li {
    margin-top: 10px;
}

.hn_footer_menu li a {
    color: #C3BCAD;
}

.hn_footer_menu li a:hover {
    color: var(--theme-color);
}

.hn_copy_right {
    /*background-color: rgba(240, 255, 242, 0.04);*/
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    text-align: center;
    padding: 24px 30px;
    margin-top: 100px;
}

@media (max-width: 1399px) {
    .hn_copy_right {
        margin-top: 70px;
    }
}

@media (max-width: 575px) {
    .hn_copy_right {
        padding-inline: 15px 20px;
    }
}
/* footer section end */

/* Banner Section css start */
.hn_banner {
    position: relative;
    z-index: 1;
}

.banner-item {
    /*padding-top: 250px;*/
    /*padding-bottom: 120px;*/
    position: relative;
    z-index: 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-slide-img {
    width: 100%;
}

/*.banner-item::before {*/
/*    position: absolute;*/
/*    content: '';*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: linear-gradient(to right, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.15));*/
/*    z-index: -1;*/
/*}*/

.banner-slider .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    gap: 10px;
}

.banner-slider .slick-dots button {
    font-size: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 0;
    transition: all 0.3s;
}

.banner-slider .slick-dots li.slick-active button {
    background-color: var(--theme-color);
    width: 30px;
    border-radius: 99px;
}

.hn_banner_details {
    font-size: 20px;
    color: #fff;
}

@media (max-width: 1199px) {
    .hn_banner_details {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .hn_banner_details {
        font-size: 16px;
    }
}

.hn_banner_title {
    font-size: 80px;
    position: relative;
}

@media (max-width: 1399px) {
    .hn_banner_title {
        font-size: 68px;
    }
}

@media (max-width: 1199px) {
    .hn_banner_title {
        font-size: 56px;
    }
}

@media (max-width: 991px) {
    .hn_banner_title {
        font-size: 48px;
    }
}

@media (max-width: 575px) {
    .hn_banner_title {
        font-size: 32px;
    }
}

.hn_banner_title img {
    position: absolute;
    top: -8px;
    left: -23px;
}

@media (max-width: 991px) {
    .hn_banner_title img {
        display: none;
    }
}

.hn_banner_title span {
    color: var(--theme-color);
}
/* Banner Section css end */

/* Inner Hero css start */
.hn_page_banner {
    padding-block: 90px;
    background-color: rgba(0, 0, 0, 0.45);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 1399px) {
    .hn_page_banner {
        padding-block: 70px;
    }
}

@media (max-width: 991px) {
    .hn_page_banner {
        padding-block: 50px;
    }
}

@media (max-width: 575px) {
    .hn_page_banner {
        padding-block: 40px;
    }
}

.hn_page_banner_title {
    font-size: 42px;
}

@media (max-width: 1199px) {
    .hn_page_banner_title {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .hn_page_banner_title {
        font-size: 32px;
    }
}

@media (max-width: 575px) {
    .hn_page_banner_title {
        font-size: 28px;
    }
}

.hn_page_breadcrumb {
    display: flex;
    align-items: center;
}

.hn_page_breadcrumb li::after {
    content: "/";
    padding: 0 10px;
}

.hn_page_breadcrumb li:last-child::after {
    display: none;
}

.hn_page_breadcrumb a {
    color: var(--theme-color);
}

/* /Inner Hero css end */

/* Service Section css start */
.service-section {
    padding-top: 120px;
    padding-bottom: 120px;
}

.service-item {
    position: relative;
    width: 280px;
    height: 280px;
    border: 2px solid var(--theme-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 0;
}

.service-item::before {
    position: absolute;
    content: "";
    width: 160px;
    height: 160px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--theme-color);
    filter: blur(100px);
    opacity: 0.45;
    transition: all 0.3s;
    z-index: -2;
}

.service-item-line-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: -1;
    overflow: hidden;
}

@media (max-width: 1399px) {
    .service-section {
        padding-block: 100px;
    }
    .service-item {
        width: 220px;
        height: 220px;
    }
}

@media (max-width: 991px) {
    .service-item::before {
        width: 120px;
        height: 120px;
    }
    .service-section {
        padding-block: 80px;
    }
}

@media (max-width: 575px) {
    .service-section {
        padding-block: 60px;
    }
    .service-item {
        width: 132px;
        height: 132px;
    }
}
/* /Service Section css end */


/* Why choose us Section css start */
.choose-item {
    position: relative;
    padding: 30px;
    border: 2px solid var(--theme-color);
    border-radius: 12px;
    z-index: 0;
    text-align: center;
}

.choose-item::before {
    position: absolute;
    content: "";
    width: 160px;
    height: 160px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--theme-color);
    filter: blur(100px);
    opacity: 0.45;
    transition: all 0.3s;
    z-index: -2;
}

.choose-item .icon {
    margin-bottom: 30px;
}

.choose-item .icon img {
    max-height: 55px;
}

.choose-item-line-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

@media (max-width: 1199px) {
    .choose-item {
        padding: 20px;
    }
}
/* /Why choose us Section css end */

/* hn_about css start */
.hn_about {
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

@media (max-width: 1399px) {
    .hn_about {
        padding-bottom: 70px;
    }
}

@media (max-width: 991px) {
    .hn_about {
        padding-top: 70px;
    }
}

@media (max-width: 575px) {
    .hn_about {
        padding-bottom: 50px;
    }
}

.hn_about_shape {
    position: absolute;
    bottom: -22%;
    right: 0;
    z-index: -1;
}

.hn_about_img img:nth-child(1) {
    max-height: 510px;
}

.hn_about_img img:nth-child(2) {
    max-height: 21px;
}

.rounded-4 {
    border-radius: 16px;
}

/* hn_about css end */
/* plan section css start */
.hn_plan {
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
    z-index: 1;
}

@media (max-width: 1399px) {
    .hn_plan {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

@media (max-width: 575px) {
    .hn_plan {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.hn_plan .hn_plan_shape {
    position: absolute;
    width: 100%;
    bottom: -30%;
    right: 0;
    z-index: -1;
}

.hn_plan_item {
    position: relative;
    padding: 25px;
    display: flex;
    flex-flow: column;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border: 1px solid #C3BCAD;
    z-index: 1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    height: 100%;
}

.hn_plan_item:hover {
    border-color: var(--theme-color);
}

.hn_plan_item::after {
    position: absolute;
    content: "";
    width: 120px;
    height: 120px;
    right: 26%;
    bottom: 43%;
    background-color: var(--theme-color);
    filter: blur(100px);
    opacity: 0.45;
    transition: all 0.3s;
}

.hn_plan_item_img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.hn_plan_item_top {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(249, 248, 113, 0.43);
}

.hn_plan_item_top img {
    max-height: 36px;
}

.hn_plan_item_title {
    margin-top: 20px;
}

.hn_plan_item_price {
    font-size: 20px;
}

.hn_plan_item_feature {
    padding: 30px 0;
}

.hn_plan_item_feature ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
    border-bottom: 1px solid #ffffff12;
}

.hn_plan_item_bottom {
    margin-top: auto;
}

.hn_plan_item.style-two .pack-name {
    font-weight: 500;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 3px 16px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 99px;
}

.hn_plan_item.style-two .profit-rate {
    font-size: 42px;
    margin-top: 20px;
    margin-bottom: 0;
}

.plan-features-list {
    padding-block: 24px;
    display: flex;
    justify-content: center;
}

.plan-features-list li {
    display: flex;
}

.plan-features-list li + li {
    margin-top: 20px;
}

.plan-features-list li .icon {
    width: 32px;
    font-size: 20px;
    color: var(--theme-color);
    line-height: 1;
    padding-top: 6px;
}

.plan-feature-text {
    font-size: 22px;
    color: #fff;
}
/* plan section css end */

/* lottery css start */
.lottery-plan {
    background-color: #161616;
    border: 1px solid #ffffff1a;
    border-radius: 16px;
}

.lottery-plan-top {
    padding: 14px 16px;
    text-align: center;
    background-color: var(--theme-color);
    border-radius: 16px 16px 0 0;
}

.lottery-plan-name {
    color: #000;
    font-size: 22px;
    font-weight: 500;
}

.lottery-plan-body {
    padding: 20px;
}
/* lottery css end */

/* calculator css start */
.hn_calculator {
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
    z-index: 1;
}

@media (max-width: 1399px) {
    .hn_calculator {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

@media (max-width: 575px) {
    .hn_calculator {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.hn_calculator .calculator_main_shape {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.hn_calculator .calculator_shape {
    position: absolute;
    z-index: -1;
}

.hn_calculator .calculator_shape_left {
    inset-block-start: 0;
    inset-inline-start: calc(50vw - 660px);
    animation: toBottomFromTop 4s infinite forwards;
}

@media (max-width: 1399px) {
    .hn_calculator .calculator_shape_left {
        inset-inline-start: calc(50vw - 570px);
    }
}

@media (max-width: 1199px) {
    .hn_calculator .calculator_shape_left {
        display: none;
    }
}

.hn_calculator .calculator_shape_right {
    inset-block-end: 0;
    inset-inline-end: calc(50vw - 660px);
    animation: toTopFromBottom 4s infinite forwards;
    animation-delay: 0.5s;
}

@media (max-width: 1399px) {
    .hn_calculator .calculator_shape_right {
        inset-inline-end: calc(50vw - 570px);
    }
}

@media (max-width: 1199px) {
    .hn_calculator .calculator_shape_right {
        display: none;
    }
}

.hn_calculator_wrapper {
    padding: 40px 70px;
    border: 1px solid #F9F871;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

@media (max-width: 575px) {
    .hn_calculator_wrapper {
        padding: 30px;
    }
}

@keyframes toTopFromBottom {
    49% {
        transform: translateY(-100%);
    }

    50% {
        opacity: 0;
        transform: translateY(100%);
    }

    51% {
        opacity: 1;
    }
}

@keyframes toBottomFromTop {
    49% {
        transform: translateY(100%);
    }

    50% {
        opacity: 0;
        transform: translateY(-100%);
    }

    51% {
        opacity: 1;
    }
}
/* calculator css end */
/* investor css start */
.hn_investor {
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

@media (max-width: 1399px) {
    .hn_investor {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

@media (max-width: 575px) {
    .hn_investor {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.hn_investor .hn_investor_shape {
    position: absolute;
    bottom: -60%;
    right: 0;
    z-index: -1;
    width: 100%;
}

.hn_investor_item {
    position: relative;
}

.hn_investor_item_thumb {
    height: 490px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .hn_investor_item_thumb {
        height: 400px;
    }
}

.hn_investor_item_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
}

.hn_investor_item_content {
    position: absolute;
    bottom: 30px;
    background-color: rgba(14, 14, 0, 0.69);
    padding: 15px 30px;
    width: 100%;
}

.hn_investor_item_content p {
    font-size: 20px;
    color: var(--theme-color);
    font-weight: 500;
}

.hn_investor_item .hn_investor_name {
    margin-bottom: 5px;
}

.hn_investor_slider .slick-list {
    margin: 0 -15px;
}

.hn_investor_slider .hn_investor_slide {
    padding: 0 15px;
}

.hn_investor_slider .slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

.hn_investor_slider .slick-dots li {
    margin: 0 5px;
}

.hn_investor_slider .slick-dots li.slick-active button {
    width: 35px;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
    background-color: var(--theme-color);
    opacity: 1;
}

.hn_investor_slider .slick-dots li button {
    font-size: 0;
    padding: 0;
    border: 0;
    width: 10px;
    height: 10px;
    background-color: #fff;
    opacity: 0.15;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/* investor css end */

/* How Work section start */
.hn_how_work {
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
}

@media (max-width: 1399px) {
    .hn_how_work {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

@media (max-width: 575px) {
    .hn_how_work {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.hn_how_work_shape {
    position: absolute;
    bottom: -10%;
    right: 0;
    z-index: -1;
    width: 95%;
}

.hn_work_item_icon {
    width: 120px;
    height: 120px;
    border: 2px solid var(--theme-color);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.hn_work_item_icon img {
    height: 62px;
}

/* How Work section end */

/* Referral section css start */
.hn_referral {
    position: relative;
    padding-top: 120px;
    padding-bottom: 100px;
    z-index: 1;
}

@media (max-width: 1399px) {
    .hn_referral {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

@media (max-width: 575px) {
    .hn_referral {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.hn_referral .hn_referral_shape {
    position: absolute;
    bottom: 20%;
    left: 0;
    width: 95%;
    z-index: -1;
}

.hn_referral_item_wrapper {
    position: relative;
    z-index: 1;
}

.hn_referral_item_wrapper_line {
    position: absolute;
    top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -11;
    width: auto;
}

@media (max-width: 1399px) {
    .hn_referral_item_wrapper_line {
        top: -15px;
    }
}

@media (max-width: 991px) {
    .hn_referral_item_wrapper_line {
        display: none;
    }
}

.hn_referral_item {
    text-align: center;
}

.hn_referral_item_icon {
    width: 178px;
    height: 178px;
    border: 1px solid var(--theme-color);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #0B0F0A;
}

@media (max-width: 1399px) {
    .hn_referral_item_icon {
        width: 120px;
        height: 120px;
    }
}

@media (max-width: 767px) {
    .hn_referral_item_icon {
        width: 100px;
        height: 100px;
    }
}

.hn_referral_item_icon i {
    font-size: 68px;
    line-height: 1;
    color: #fff;
}

@media (max-width: 1399px) {
    .hn_referral_item_icon i {
        font-size: 48px;
    }
}

@media (max-width: 767px) {
    .hn_referral_item_icon i {
        font-size: 36px;
    }
}

.hn_referral_item_content {
    margin-top: 40px;
    padding: 0 75px;
}

@media (max-width: 1199px) {
    .hn_referral_item_content {
        margin-top: 20px;
    }
}

@media (max-width: 991px) {
    .hn_referral_item_content {
        padding: 0;
    }
}

.hn_referral_item_content p {
    margin-bottom: 0;
}

.hn_referral_item_title {
    margin-bottom: 15px;
}

.hn_referral_item_title span {
    color: var(--theme-color);
}

.hn_referral_step {
    padding-bottom: 120px;
    position: relative;
    z-index: 1;
}

@media (max-width: 1399px) {
    .hn_referral_step {
        padding-bottom: 70px;
    }
}

.hn_referral_step_shape {
    position: absolute;
    bottom: 0%;
    right: 0;
    z-index: -1;
    width: 95%;
}

.hn_referral_step_item {
    width: 170px;
    height: 170px;
    border: 1px solid var(--theme-color);
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #0B0F0A;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.hn_referral_step_item_title {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    margin-top: 15px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.hn_referral_step_item_percentage {
    font-size: 28px;
    margin-top: 6px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.hn_referral_step_item_number {
    width: 48px;
    height: 48px;
    background-color: var(--theme-color);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 34px;
    font-weight: 700;
    color: #0B0F0A;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Kanit", sans-serif;
    position: absolute;
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.hn_referral_slider .slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

.hn_referral_slider .slick-dots li {
    margin: 0 5px;
}

.hn_referral_slider .slick-dots li.slick-active button {
    width: 35px;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
    background-color: var(--theme-color);
    opacity: 1;
}

.hn_referral_slider .slick-dots li button {
    font-size: 0;
    padding: 0;
    border: 0;
    width: 10px;
    height: 10px;
    background-color: #fff;
    opacity: 0.15;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.hn_referral_slider .hn_referral_step_item {
    margin-top: 22px;
}

.hn_referral_slider .hn_referral_slide {
    height: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hn_referral_slider .hn_referral_slide.slick-active + .slick-active .hn_referral_step_item {
    width: 211px;
    height: 211px;
}

@media (max-width: 1399px) {
    .hn_referral_slider .hn_referral_slide.slick-active + .slick-active .hn_referral_step_item {
        width: 175px;
        height: 175px;
    }
}

.hn_referral_slider .hn_referral_slide.slick-active + .slick-active .hn_referral_step_item_title {
    font-size: 16px;
}

.hn_referral_slider .hn_referral_slide.slick-active + .slick-active .hn_referral_step_item_percentage {
    font-size: 34px;
}

.hn_referral_slider .hn_referral_slide.slick-active + .slick-active .hn_referral_step_item_number {
    width: 56px;
    height: 56px;
}

.hn_referral_slider .hn_referral_slide.slick-current .hn_referral_step_item {
    width: 235px !important;
    height: 235px !important;
}

@media (max-width: 1399px) {
    .hn_referral_slider .hn_referral_slide.slick-current .hn_referral_step_item {
        width: 220px !important;
        height: 220px !important;
    }
}

.hn_referral_slider .hn_referral_slide.slick-current .hn_referral_step_item_title {
    font-size: 20px !important;
}

.hn_referral_slider .hn_referral_slide.slick-current .hn_referral_step_item_percentage {
    font-size: 48px !important;
}

.hn_referral_slider .hn_referral_slide.slick-current .hn_referral_step_item_number {
    width: 67px !important;
    height: 67px !important;
}

.hn_referral_slider .hn_referral_slide.slick-current + .slick-active .hn_referral_step_item {
    width: 211px !important;
    height: 211px !important;
}

@media (max-width: 1399px) {
    .hn_referral_slider .hn_referral_slide.slick-current + .slick-active .hn_referral_step_item {
        width: 175px !important;
        height: 175px !important;
    }
}

.hn_referral_slider .hn_referral_slide.slick-current + .slick-active .hn_referral_step_item_title {
    font-size: 16px !important;
}

.hn_referral_slider .hn_referral_slide.slick-current + .slick-active .hn_referral_step_item_percentage {
    font-size: 34px !important;
}

.hn_referral_slider .hn_referral_slide.slick-current + .slick-active .hn_referral_step_item_number {
    width: 56px !important;
    height: 56px !important;
}

.hn_referral_slider .hn_referral_slide.slick-current ~ .slick-active .hn_referral_step_item {
    width: 170px;
    height: 170px;
}

.hn_referral_slider .hn_referral_slide.slick-current ~ .slick-active .hn_referral_step_item_title {
    font-size: 16px;
}

.hn_referral_slider .hn_referral_slide.slick-current ~ .slick-active .hn_referral_step_item_percentage {
    font-size: 28px;
}

.hn_referral_slider .hn_referral_slide.slick-current ~ .slick-active .hn_referral_step_item_number {
    width: 48px;
    height: 48px;
}

/* Referral section css end */
/* testimonial css start */
.hn_testimonial {
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

@media (max-width: 1399px) {
    .hn_testimonial {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

@media (max-width: 575px) {
    .hn_testimonial {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.hn_testimonial_shape {
    position: absolute;
    left: 0;
    bottom: 5%;
    width: 95%;
    z-index: -1;
}

.hn_testimonial_item {
    padding: 30px;
    border: 1px solid var(--theme-color);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: rgba(3, 11, 4, 0.55);
}

.hn_testimonial_item_img {
    width: 45px;
    height: 45px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    overflow: hidden;
}

.hn_testimonial_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
}

.hn_testimonial_item_client {
    width: calc(100% - 45px);
    padding-left: 20px;
}

.hn_testimonial_item_client h5 {
    font-size: 20px;
    margin-bottom: 0;
}

.hn_testimonial_item_client p {
    font-size: 14px;
    margin-bottom: 0;
    color: var(--theme-color);
}

.hn_testimonial_item_content {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 0;
}

.hn_testimonial_slider .slick-list {
    margin: 0 -15px;
}

.hn_testimonial_slider .hn_testimonial_slide {
    padding: 0 15px;
}

.hn_testimonial_slider .slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

.hn_testimonial_slider .slick-dots li {
    margin: 0 5px;
}

.hn_testimonial_slider .slick-dots li.slick-active button {
    width: 35px;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
    background-color: var(--theme-color);
    opacity: 1;
}

.hn_testimonial_slider .slick-dots li button {
    font-size: 0;
    padding: 0;
    border: 0;
    width: 10px;
    height: 10px;
    background-color: #fff;
    opacity: 0.15;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/* testimonial css end */
/* blog section css start */
.hn_blog {
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
    z-index: 1;
}

@media (max-width: 1399px) {
    .hn_blog {
        padding-top: 70px;
    }
}

@media (max-width: 575px) {
    .hn_blog {
        padding-top: 50px;
    }
}

.hn_blog_shape {
    position: absolute;
    bottom: 10%;
    right: 0;
    width: 95%;
    z-index: -1;
}

.hn_blog_item {
    padding: 20px 25px;
    background-color: rgba(240, 255, 242, 0.04);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

@media (max-width: 1399px) {
    .hn_blog_item {
        padding: 15px 20px;
    }
}

.hn_blog_item_img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    height: 225px;
    overflow: hidden;
}

.hn_blog_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
}

.hn_blog_item_content h5 a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hn_blog_item_content {
    margin-top: 20px;
}

.hn_blog_item_content p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hn_blog_item_btn {
    display: inline-flex;
    align-items: center;
    color: var(--theme-color);
}

.hn_blog_item_btn i {
    font-size: 20px;
    margin-left: 10px;
}

.blog-share-list ul {
    display: flex;
    align-items: center;
    gap: 16px;
}

.blog-share-list ul li a {
    color: #fff;
}

.blog-share-list ul li a:hover {
    color: var(--theme-color);
}
/* blog section css end */
/* Newsletter css start */
.hn_newsletter {
    padding-bottom: 120px;
}

@media (max-width: 1399px) {
    .hn_newsletter {
        padding-bottom: 70px;
    }
}

@media (max-width: 575px) {
    .hn_newsletter {
        padding-bottom: 50px;
    }
}

.hn_newsletter_wrapper {
    position: relative;
    padding: 50px 100px;
    background-color: rgba(240, 255, 242, 0.04);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    z-index: 1;
}

@media (max-width: 767px) {
    .hn_newsletter_wrapper {
        padding: 40px 50px;
    }
}

@media (max-width: 575px) {
    .hn_newsletter_wrapper {
        padding: 30px 20px;
    }
}

.hn_newsletter_wrapper_shape {
    position: absolute;
    top: 40px;
    left: 30px;
    z-index: -1;
    max-width: 70px;
    max-height: 66px;
}

.hn_newsletter_wrapper_shape_two {
    position: absolute;
    bottom: -50px;
    right: -40px;
    z-index: -1;
    max-width: 58px;
    max-height: 58px;
}

@media (max-width: 991px) {
    .hn_newsletter_wrapper_shape_two {
        right: 0;
    }
}
/* Newsletter css end */
/* transaction css start */
.hn_transaction {
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
    z-index: 1;
}

@media (max-width: 1399px) {
    .hn_transaction {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

@media (max-width: 575px) {
    .hn_transaction {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.hn_transaction_area {
    border: 1px solid #C3BCAD;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background-color: rgba(3, 11, 4, 0.55);
}

.hn_transaction_area_header {
    border-bottom: 1px solid #C3BCAD;
}

/* transaction css end */
/* Dashboard css start */
.hn_dashboard_sidebar {
    width: 350px;
    background-color: #161616;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 2;
    border-right: 1px solid #ffffff1a;
}

.hn_dashboard_sidebar.active {
    left: 0;
}

@media (max-width: 1399px) {
    .hn_dashboard_sidebar {
        width: 275px;
    }
}

@media (max-width: 991px) {
    .hn_dashboard_sidebar {
        left: -105%;
    }
}

.hn_dashboard_sidebar .hn_logo {
    height: 70px;
    display: flex;
    align-items: center;
    padding: 10px 30px;
}

.hn_dashboard_sidebar .hn_logo img {
    max-height: 45px;
}

@media (max-width: 991px) {
    .hn_dashboard_sidebar .hn_logo img {
        max-height: 35px;
    }
}

.hn_dashboard_sidebar_close {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: transparent;
    color: var(--theme-color);
    font-size: 28px;
    display: none;
}

@media (max-width: 991px) {
    .hn_dashboard_sidebar_close {
        display: inline-block;
    }
}

.hn_dashboard_sidebar_open {
    background-color: transparent;
    color: var(--theme-color);
    font-size: 28px;
    display: none;
}

@media (min-width: 576px) and (max-width: 991px) {
    .hn_dashboard_sidebar_open {
        display: inline-block;
    }
}

.hn_sidebar_menu {
    padding: 30px 30px;
    height: calc(100vh - 100px);
    overflow-y: auto;
}

.hn_sidebar_menu::-webkit-scrollbar {
  width: 6px;
  background-color: #000;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  -ms-border-radius: 99px;
  -o-border-radius: 99px;
}

.hn_sidebar_menu::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  -ms-border-radius: 99px;
  -o-border-radius: 99px;
}

.hn_sidebar_menu ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #000;
}

.hn_sidebar_menu li + li {
    margin-top: 15px;
}

.hn_sidebar_menu li a {
    display: flex;
    align-items: center;
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.hn_sidebar_menu li a:hover {
    color: var(--theme-color);
}

.hn_sidebar_menu li a.active {
    background-color: #070707;
    color: var(--theme-color);
}

.hn_sidebar_menu li a i {
    margin-right: 10px;
    font-size: 24px;
}

.hn_sidebar_submenu {
    padding: 12px;
    border-radius: 12px;
    background-color: #000;
    display: none;
    margin-top: 12px;
}

.hn_sidebar_submenu.show {
    display: block;
}

.hn_sidebar_submenu li + li {
    margin-top: 0;
}

.hn_sidebar_has_submenu a .arrow-icon {
    margin-left: auto;
}

.hn_sidebar_has_submenu a .arrow-icon i {
    font-size: 14px;
}

.hn_sidebar_has_submenu a.active .arrow-icon i {
    transform: rotate(180deg);
}

.hn_sidebar_has_submenu.open > a {
    background-color: #070707;
    color: var(--theme-color);
}

.hn_dashboard_navbar {
    padding: 10px 30px;
    width: calc(100% - 350px);
    background-color: #161616;
    position: fixed;
    top: 0;
    left: 350px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
    border-bottom: 1px solid #ffffff1a;
}

@media (max-width: 1399px) {
    .hn_dashboard_navbar {
        width: calc(100% - 275px);
        left: 275px;
    }
}

@media (max-width: 991px) {
    .hn_dashboard_navbar {
        left: 0;
        width: 100%;
    }
}

@media (max-width: 575px) {
    .hn_dashboard_navbar {
        position: absolute;
        padding-inline: 12px;
        background: transparent;
    }
}

.hn_dashboard_main {
    padding-top: 100px;
    padding-left: 380px;
    padding-right: 30px;
    padding-bottom: 30px;
}

@media (max-width: 1399px) {
    .hn_dashboard_main {
        padding-left: 305px;
    }
}

@media (max-width: 991px) {
    .hn_dashboard_main {
        padding-left: 30px;
    }
}

@media (max-width: 575px) {
    .hn_dashboard_main {
        padding: 85px 15px 75px 15px;
    }
}

.hn_user_card {
    padding: 25px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    height: 100%;
}

@media (max-width: 1399px) {
    .hn_user_card {
        padding: 15px;
    }
}

.hn_user_card img {
    height: 40px;
}

@media (max-width: 1399px) {
    .hn_user_card img {
        height: 30px;
    }
}

.hn_user_card_amount {
    font-size: 28px;
}

@media (max-width: 1399px) {
    .hn_user_card_amount {
        font-size: 22px;
    }
}

.hn_user_card_bg_01 {
    background-color: #FFC2AE;
}

.hn_user_card_bg_02 {
    background-color: #F9F871;
}

.hn_user_card_bg_03 {
    background-color: #FFA172;
}

.hn_user_card_bg_04 {
    background-color: #E4FFEC;
}

.hn_user_card_two {
    padding: 25px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background-color: rgba(111, 111, 111, 0.1);
    height: 100%;
    border: 1px solid #ffffff1f;
}

.hn_user_card_two img {
    height: 55px;
}

@media (max-width: 1399px) {
    .hn_user_card_two img {
        height: 35px;
    }
}

.hn_user_card_two_amount {
    font-size: 28px;
}

@media (max-width: 1399px) {
    .hn_user_card_two_amount {
        font-size: 22px;
    }
}

.profit-chart {
    height: 378px;
}

@media (max-width: 575px) {
    .profit-chart {
        height: 270px;
    }
}

.word-break {
    word-break: break-word !important;
}

.payment-box {
    background-color: rgba(111, 111, 111, 0.1);
    padding: 20px;
    border: 1px solid rgba(195, 188, 173, 0.15);
    border-radius: 16px;
    height: 100%;
    display: flex;
    flex-flow: column;
}

.payment-box-thumb {
    margin-bottom: 30px;
}

.payment-box-thumb img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    -o-object-fit: cover;
}

.payment-box-content {
    margin-top: auto;
}

@media (max-width: 575px) {
    .payment-box {
        padding: 16px;
    }
    .payment-box-thumb {
        margin-bottom: 20px;
    }
    .payment-box-thumb img {
        width: 90px;
        height: 90px;
    }
    .payment-box .btn {
        padding: 6px 12px;
    }
}

.list-group .list-group-item {
    background-color: transparent;
    color: #C3BCAD;
    border-color: rgba(195, 188, 173, 0.35);
}

.tab-btn-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}

.tab-btn-group .tab-btn {
    padding: 6px 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.tab-btn-group .tab-btn.active {
    border-color: var(--theme-color);
    color: var(--theme-color);
}

.tab-btn-group .tab-btn .num {
    padding: 2px 6px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    display: inline-block;
    line-height: 1;
}

.view-btn {
    width: 32px;
    height: 32px;
    background-color: var(--theme-color);
    color: #000;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.view-btn:hover {
    color: #000;
}

.no-data-icon {
    font-size: 42px;
}

.single-reply {
    padding: 20px;
    border: 1px solid #ffffff40;
    border-radius: 12px;
}

.single-reply + .single-reply {
    margin-top: 24px;
}

.single-reply .color-change {
    color: var(--theme-color);
}

.dashboard-slider-one .single-slide {
    padding-inline: 8px;
}

.dashboard-slider-one .slick-list {
    padding:0 15% 0 0 !important;
    margin-inline: -8px;
}

.dashboard-slider-one .single-slide.slick-current + .single-slide .hn_user_card,
.dashboard-slider-one .single-slide.slick-current + .single-slide .hn_user_card_two {
    filter: blur(2px);
}

@media (max-width: 575px) {
    .hn_user_card {
        padding: 12px;
    }

    .hn_user_card_two {
        padding: 16px;
    }
}

.mobile-app-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 20px;
    background-color: #2323187d;
    border-radius: 0;
    display: none;
    align-items: flex-end;
    justify-content: space-between;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 2;
}

.mobile-app-menu a {
    display: flex;
    flex-flow: column;
    align-items: center;
    color: #f1f1f1;
}

.mobile-app-menu a.active {
    color: var(--theme-color);
}

.mobile-app-menu a span {
    font-size: 13px;
    line-height: 1;
}

@media (max-width: 575px) {
    .mobile-app-menu {
        display: flex;
    }
}

/* Dashboard css end */
/* contact css start */
.hn_contact {
    padding-top: 120px;
    padding-bottom: 120px;
}

@media (max-width: 1399px) {
    .hn_contact {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

.hn_contact_item {
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
    border: 1px solid #C3BCAD;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    position: relative;
    overflow: hidden;
    background-color: rgba(3, 11, 4, 0.55);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    align-items: center;
}

.hn_contact_item:hover {
    border-color: var(--theme-color);
}

.hn_contact_item::after {
    position: absolute;
    content: "";
    width: 120px;
    height: 120px;
    right: 26%;
    bottom: 43%;
    background-color: var(--theme-color);
    filter: blur(100px);
    opacity: 0.45;
    transition: all 0.3s;
}

.hn_contact_item_icon {
    width: 65px;
}

@media (max-width: 575px) {
    .hn_contact_item_icon {
        width: 45px;
    }
}

.hn_contact_item_icon i {
    font-size: 42px;
    color: var(--theme-color);
}

@media (max-width: 575px) {
    .hn_contact_item_icon i {
        font-size: 32px;
    }
}

.hn_contact_item_title {
    font-size: 24px;
}

@media (max-width: 575px) {
    .hn_contact_item_title {
        font-size: 20px;
    }
}

.hn_contact_item_content {
    width: calc(100% - 65px);
    padding-left: 15px;
}

@media (max-width: 575px) {
    .hn_contact_item_content {
        width: calc(100% - 45px);
    }
}

.hn_contact_item_content a {
    color: #C3BCAD;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.hn_contact_item_content a:hover {
    color: var(--theme-color);
}

.hn_contact_form {
    padding: 40px;
    border: 1px solid #C3BCAD;
    background-color: rgba(3, 11, 4, 0.55);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

@media (max-width: 575px) {
    .hn_contact_form {
        padding: 20px;
    }
}
/* contact css end */
.hn_auth {
    display: flex;
    flex-wrap: wrap;
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
}

.hn_auth_main {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    width: 650px;
    background-color: rgba(0, 0, 0, 0.35);
    padding: 40px;
}

@media (max-width: 1399px) {
    .hn_auth_main {
        width: 500px;
    }
}

@media (max-width: 991px) {
    .hn_auth_main {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .hn_auth_main {
        padding: 40px 20px;
    }
}

.hn_auth_main .hn_logo img {
    max-height: 55px;
}

.hn_auth_main .hn_auth_main_body {
    padding: 40px 0;
}

.hn_auth_image {
    width: calc(100% - 650px);
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

@media (max-width: 1399px) {
    .hn_auth_image {
        width: calc(100% - 500px);
    }
}

@media (max-width: 991px) {
    .hn_auth_image {
        display: none;
    }
}

.single-comment + .single-comment {
    margin-top: 20px;
}

.single-comment {
    padding: 20px;
    border-radius: 12px;
    display: flex;
    flex-wrap: wrap;
}

.single-comment .thumb {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    overflow: hidden;
}

.single-comment .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.single-comment .content {
    width: calc(100% - 55px);
    padding-left: 20px;
}

@media (max-width: 575px) {
    .single-comment {
        padding: 12px;
    }

    .single-comment .thumb {
        width: 35px;
        height: 35px;
    }

    .single-comment .content {
        width: calc(100% - 35px);
    }

    .single-comment .content h6 {
        font-size: 16px;
    }
}

.side-blog {
    display: flex;
    flex-wrap: wrap;
}

.side-blog + .side-blog {
    margin-top: 20px;
}

.side-blog-thumb {
    width: 60px;
    height: 55px;
    overflow: hidden;
    border-radius: 4px;
}

.side-blog-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.side-blog-content {
    width: calc(100% - 60px);
    padding-left: 16px;
}

.side-blog-content h6 {
    font-size: 16px;
}

.side-blog-content h6 a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.divider-or {
    position: relative;
    z-index: 1;
    text-align: center;
}

.divider-or::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    opacity: 0.1;
    z-index: -1;
}

.divider-or span {
    padding: 2px 10px;
    background-color: #000;
}

.cmn-btn-outline-white {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 8px;
    padding: 12px 24px;
}

.color-change {
    color: var(--theme-color);
}

.cal-list li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 12px 0;
}

.cal-list li:first-child {
    padding-top: 0;
}

.cal-list li:last-child {
    padding-bottom: 0;
}

.cal-list li+li {
    border-top: 1px dashed #ffffff40;
}

.cal-list li .caption {
    font-weight: 500;
}

#profit-table td {
    border-bottom: 1px dashed #ffffff40 !important;
    padding: 10px 0;
    color: #C3BCAD;
}

#profit-table td:last-child {
    text-align: right;
}

.pbcontainer {
    width: 100%;
    margin-inline: auto;
}

.current-status-icon {
    position: absolute;
    bottom: 0;
    right: 16px;
    color: var(--theme-color);
    font-size: 200px;
    line-height: 1;
    opacity: 0.15;
    z-index: -1;
}

.next-target-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}

.next-target-list li {
    position: relative;
}

.next-target-list li::after {
    position: absolute;
    content: '';
    top: 50%;
    right: -20px;
    width: 8px;
    height: 8px;
    background-color: var(--theme-color);
    border-radius: 50%;
    margin-top: -4px;
    margin-right: -4px;
    opacity: 0.5;
}

.next-target-list li:last-child::after {
    display: none;
}

.progress {
    background-color: rgba(255, 255, 255, 0.1);
    height: 8px;
}

.progress-bar {
    background-color: var(--theme-color);
    color: #000;
    font-weight: 500;
}

.text-sm {
    font-size: 13px !important;
}

.text-md {
    font-size: 16px !important;
}

.sm-img {
    max-height: 24px;
}

.short-link-item {
    display: block;
    text-align: center;
}

.short-link-item i {
    width: 48px;
    height: 48px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.05);
    color: var(--theme-color);
    font-size: 18px;
}

.short-link-item p {
    font-size: 12px;
    color: #C3BCAD;
}

.mobile-back-btn {
    font-size: 20px;
    color: var(--theme-color);
    display: none;
}

/* dps section start */
.dps-section {
    padding-bottom: 60px;
}

@media (min-width: 992px) {
    .dps-section {
        padding-bottom: 80px;
    }
}

@media (min-width: 1200px) {
    .dps-section {
        padding-bottom: 100px;
    }
}

@media (min-width: 1400px) {
    .dps-section {
        padding-bottom: 120px;
    }
}
/* dps section end */

@media (max-width: 575px) {
    .mobile-back-btn {
        display: inline-block;
        margin-right: 10px;
    }
    .hn_header_right .hn_btn_solid .btn_circle_arrow {
        display: none;
    }
    .hn_header_right .btn.btn-md {
        padding: 4px 8px;
    }
    
}

@media (min-width: 576px) {
    .text-lg {
        font-size: 20px !important;
    }
}

@media (min-width: 576px) {
    .pbcontainer {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .pbcontainer {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .pbcontainer {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .pbcontainer {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .pbcontainer {
        max-width: 1320px;
    }
}