@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://cdn-uicons.flaticon.com/2.3.0/uicons-regular-rounded/css/uicons-regular-rounded.css');
@import url('https://cdn-uicons.flaticon.com/2.5.1/uicons-solid-rounded/css/uicons-solid-rounded.css');

html {
    font-size: 14px;
    scroll-behavior: smooth;
}

body {
    background-image: url('../images/background.png');
}

header {
    height: 100px;
    transition: background-color 0.3s;
}

header .dropdown.lang {
    border: 0px!important;
}

header .dropdown.lang img {
    height: 20px;
}

header .lang .dropdown-toggle::after {
    border: 0px;
    width: 18px;
    height: 18px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB4PSIwIiB5PSIwIiB2aWV3Qm94PSIwIDAgMjQgMjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIGQ9Ik0xOS4wNjEgNy44NTRhMS41IDEuNSAwIDAgMC0yLjEyMiAwbC00LjU4NiA0LjU4NWEuNS41IDAgMCAxLS43MDcgMEw3LjA2MSA3Ljg1NGExLjUgMS41IDAgMCAwLTIuMTIyIDIuMTIxbDQuNTg2IDQuNTg2YTMuNSAzLjUgMCAwIDAgNC45NSAwbDQuNTg2LTQuNTg2YTEuNSAxLjUgMCAwIDAgMC0yLjEyMVoiIGZpbGw9IiMwMDAwMDAiIG9wYWNpdHk9IjEiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiPjwvcGF0aD48L2c+PC9zdmc+);
    background-size: 18px;
    margin-left: .5rem;
}

header .lang ul {
    min-width: auto;
}

header .lang ul li {
    padding: 0px!important;
}

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

header .lang ul li a {
    padding: .5rem calc(.5rem + 16px)!important;
}

header .dropdown-menu {
    transform: translate3d(-22px, 60px, 0px)!important;
    padding: 0px!important;
    border-radius: 0 0 8px 8px!important;
    overflow: hidden;
}

header.sticky {
    background-color: white;
    z-index: 9999;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.hero {
    overflow: hidden !important;
    border-radius: 14px;
    width: 100%;
    height: 240px;
}

.hero img {
    height: 240px;
    width: auto;
}

.logo {
    height: 55px;
    position: relative;
    z-index: 9999;
}

.nav-btn {
    background-color: #6C340F;
    height: 40px;
    border-radius: 40px;
    line-height: 40px;
    padding: 0px 1.5rem;
    color: #fff;
    text-decoration: none;
    font-size: .95em !important;
    font-weight: 400 !important;
}

.nav-btn:hover {
    background-color: #56290c;
}

.nav-link {
    color: #000;
    font-size: 1em;
    font-weight: 400 !important;
}

.nav-link:hover {
    color: #C02C2C;
}

.modal-content {
    border-radius: 16px !important;
    border: 0px !important;
    overflow: hidden !important;
}

h1.main-title {
    color: #C02C2C;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
}

h2 {
    font-size: 24px;
    font-weight: 700;
    color: #6C340F;
}

p {
    font-size: 1em;
    color: #6C340F;
    font-weight: 500;
}

.btn-warning {
    background-color: #DFAF00;
    color: #fff;
    height: 50px;
    line-height: 50px;
    padding: 0px 2rem;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    border: 0px !important;
}

.btn-warning:hover,
.btn-warning:active {
    background-color: #d0a404 !important;
    color: #fff !important;
}

input,
textarea {
    height: 60px;
    width: 100%;
    max-width: 500px;
    background-color: #F4F4F4;
    border-radius: 14px;
    border: 0px;
    outline: none;
    padding-left: 2rem;
}

textarea {
    height: auto;
    padding: 1.5rem 2rem;
}

input::placeholder,
textarea::placeholder {
    font-size: 17px;
    font-weight: 600;
    color: #AFAFAF;
}

.support .card-body {
    background-color: #6C340F;
    border-radius: 30px;
    height: fit-content;
    background-repeat: no-repeat;
    background-position: 3rem center;
}

.support .card-body h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
}

.support .card-body p {
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    width: 100%;
    max-width: 780px;
    margin: auto;
}

footer h3 {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    color: #C02C2C;
}

footer p {
    font-size: 15px;
    font-weight: 400;
    color: #6C340F;
}

footer a {
    color: #6C340F;
    text-decoration: none;
    border-bottom: 1px dotted transparent;
    width: fit-content;
}

footer a:hover {
    text-decoration: none;
    border-bottom: 1px dotted #C02C2C;
}

.mb-6 {
    margin-bottom: 6rem;
}

.container-xl {
    max-width: 1500px;
}

.articles a {
    text-decoration: none !important;
    overflow: hidden;
}

.articles a i {
    visibility: hidden;
}

.articles a:hover i {
    display: inline-block;
    color: #C02C2C;
    visibility: visible;
}

.articles .card-body img {
    width: 100%;
    border-radius: 14px;
    height: 197px;
}

.articles .card-body::before {
    content: '';
    background-color: #ECE7D4;
    width: 100%;
    height: 100%;
    position: absolute;
    ;
    z-index: -1;
    top: 8px;
    left: 8px;
    border-radius: 14px;
}

.articles .card-footer {
    margin-top: 8px;
    padding-left: 16px !important;
    padding-top: 16px !important;
}

.articles .card-footer h3 {
    font-size: 20px;
    color: #6C340F;
    font-weight: 600;
}

.articles .card-footer span {
    color: #C02C2C;
    border-bottom: 1px dotted #C02C2C;
}

.article p a {
    color: #C02C2C;
    border-bottom: 1px dotted #C02C2C;
    text-decoration: none;
}

.article h2 {
    font-size: 24px;
    margin-bottom: 1rem;
    color: #6C340F;
}

.article h3 {
    font-size: 20px;
    margin-bottom: 1rem;
    color: #6C340F;
    font-weight: 700;
}

.support .position-absolute {
    position: relative !important;
}

.support .position-absolute img {
    height: 120px;
}

.dropdown {
    cursor: pointer;
}

#nav {
    width: 60px;
    height: 45px;
    position: relative;
    -webkit-transform: rotate(0deg) scale(.7);
    -moz-transform: rotate(0deg) scale(.7);
    -o-transform: rotate(0deg) scale(.7);
    transform: rotate(0deg) scale(.7);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    margin-right: -10px;
    z-index: 9999;
}

#nav span {
    display: block;
    position: absolute;
    height: 4px;
    border-radius: 4px !important;
    width: 100%;
    background: #000;
    border-radius: 0px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav span:nth-child(2) {
    top: 18px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav span:nth-child(3) {
    top: 36px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 8px;
}

#nav.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

#nav.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 39px;
    left: 8px;
}

#nav.open span {
    background-color: #000 !important;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    border: 0px;
}

.nav-modal {
    width: 100%;
    height: 100dvh;
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
}

.nav-modal.show {
    display: flex;
}

.article h1 {
    color: #6C340F!important;
}

.article h2 {
    font-size: 24px;
}

.badge-warning {
    background-color: #DFAF00;
    color: #fff;
    border-radius: 22px;
    height: 22px;
    border-radius: 22px;
    line-height: 22px;
    padding: 0px 10px;
    font-weight: 500;
}

.badge-danger {
    background-color: #C02C2C;
    color: #fff;
    border-radius: 22px;
    height: 22px;
    border-radius: 22px;
    line-height: 22px;
    padding: 0px 10px;
    font-weight: 500;
}

.thumbnail img {
    border-radius: 14px;
    max-height: 500px;
}

.fs-small {
    font-size: 14px;
}

.w-fit {
    width: fit-content!important;
}

.more:focus {
    color: #fff;
}

@media (min-width: 992px) {
    h1.main-title {
        font-size: 40px;
    }

    p {
        font-size: 15px;
    }

    h2 {
        font-size: 40px;
    }

    .support .card-body {
        height: 250px;
        background-image: url('/images/buddha.png');
    }

    .support .position-absolute {
        top: 50%;
        right: 3rem;
        transform: translateY(-50%);
        position: absolute !important;
    }

    .support .position-absolute img {
        height: 120px;
    }

    .hero {
        overflow: hidden !important;
        border-radius: 14px;
        width: 100%;
        height: auto;
    }

    .hero img {
        height: auto;
        width: 100%;
    }

    .nav-modal {
        display: block !important;
        width: auto;
        height: auto;
        background-color: transparent;
        position: relative;
    }
}

* {
    font-family: "Be Vietnam Pro", sans-serif !important;
}