@import url("https://fonts.googleapis.com/css2?family=Poppins: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");
:root {
--color-1: #0b0b0b;
--color-2: #1a1a1a;
--color-3: #2b2b2b;
--color-4: #a17500;
--color-5: #b3930f;
--color-6: #ffcd00;
--color-7: #ffd600;
--color-8: #c8c8c8;
--color-9: #f5f5f5;
--gradient-1: linear-gradient(to bottom, var(--color-7), var(--color-5)) !important;
--gradient-2: linear-gradient(to bottom, var(--color-3), var(--color-2)) !important;
--gradient-3: linear-gradient(to bottom, var(--color-7), var(--color-5), var(--color-7)) !important;
--gradient-4: linear-gradient(to bottom, var(--color-8), var(--color-3)) !important;
}  .bg-color-1 { background-color: var(--color-1) !important; }
.bg-color-2 { background-color: var(--color-2) !important; }
.bg-color-3 { background-color: var(--color-3) !important; }
.bg-color-4 { background-color: var(--color-4) !important; }
.bg-color-5 { background-color: var(--color-5) !important; }
.bg-color-6 { background-color: var(--color-6) !important; }
.bg-color-7 { background-color: var(--color-7) !important; }
.bg-color-8 { background-color: var(--color-8) !important; }
.bg-color-9 { background-color: var(--color-9) !important; }
.bg-black { background-color: #000000 !important; }
.bg-gradient-1 { background-image: var(--gradient-1) !important; }
.bg-gradient-2 { background-image: var(--gradient-2) !important; }
.bg-gradient-3 { background-image: var(--gradient-3) !important; }
.bg-gradient-4 { background-image: var(--gradient-4) !important; }  .btn.btn-custom {
background-image: var(--gradient-4) !important;
color: var(--color-9) !important;
}    .yellow{
background-color: #ffc107;
}
.green{
background-color: #28a745;
}
.red{
background-color: #dc3545;
}
body {
background-color: var(--color-1);
}
button, button:focus, button:hover {
border: none !important;
box-shadow: none !important;
outline: 0 !important;
}
.btn {
border: 0 !important;
}
.btn.btn-custom, .btn.btn-custom:focus, .btn.btn-custom:hover {
padding: 6px 18px;
background-color: var(--color-3);
box-shadow: none !important;
border-radius: 50px;
color: var(--white);
font-size: 16px;
font-weight: 500;
outline: 0 !important;
}
hr.border-dashed {
border-top: 0 !important;
border-left: 0 !important;
border-right: 0 !important;
border-width: 1px;
border-style: dashed;
}
.hr-border-warning {
border-color: var(--color-5) !important;
}
header {
display: block;
position: relative;
}
header .logo-wrapper {
display: block;
position: relative;
margin: 0 auto;
max-width: 125px;
}
header .logo-wrapper img {
display: block;
position: relative;
width: 100%;
}
header .input-group {
max-width: 180px;
}
header .input-search {
font-size: 14px;
}
section {
display: block;
position: relative;
}
section.content-wrapper {
border-top: 5px solid var(--color-3);
}
section.content-wrapper h1,
section.page-wrapper h1,
section.content-wrapper h2,
section.page-wrapper h2,
section.content-wrapper h3,
section.page-wrapper h3,
section.content-wrapper h4,
section.page-wrapper h4,
section.content-wrapper h5,
section.page-wrapper h5,
section.content-wrapper h6,
section.page-wrapper h6 {
color: var(--color-8);
font-weight: 900 !important;
}
section.content-wrapper a,
section.page-wrapper a {
color: var(--color-9);
}
section.content-wrapper .content,
section.page-wrapper .content {
display: block;
position: relative;
border-radius: 20px 20px 0 0;
}
section img {
max-width: 100% !important;
}
section .page-title {
position: relative;
margin: 0;
margin-bottom: 20px !important;
font-weight: 500 !important;
}
section .sidebar-wrapper {
display: block;
position: relative;
}
section .pagination-wrapper {
display: block;
position: relative;
}
section .pagination-wrapper .paginate {
display: flex;
justify-content: center;
align-items: center;
}
section .pagination-wrapper .paginate .page-numbers {
display: block;
position: relative;
margin-right: 5px;
width: 35px;
height: 35px;
background-color: var(--color-6);
color: var(--white) !important;
line-height: 35px !important;
text-decoration: none !important;
}
section .pagination-wrapper .paginate .page-numbers:last-child {
margin-right: 0;
}
section .pagination-wrapper .paginate .page-numbers.current {
background-color: var(--color-9);
color: var(--color-1) !important;
font-weight: 700;
}
footer {
display: block;
position: relative;
}
footer a {
color: var(--color-9) !important;
font-weight: 900 !important;
}
table tr td {
vertical-align: middle !important;
}  .aligncenter {
margin: 0 auto;
display: block;
}
.line-height-small {
line-height: 1 !important;
}
.line-height-normal {
line-height: 1.25 !important;
}
.card.card-post {
border-radius: 6px;
}
.card.card-post .card-body {
border-radius: 6px;
}
.card.card-post .card-body .card-thumbnail {
display: block;
position: relative;
border-radius: 6px 6px 0 0;
}
.card.card-post .card-body .card-thumbnail img {
width: 100%;
border-radius: 6px 6px 0 0;
}
.card.card-post .card-body .btn {
border-radius: 6px;
color: var(--color-1);
}
.card.card-blog {
border-radius: 6px;
}
.card.card-blog .card-header,
.card.card-blog .card-header .card-thumbnail,
.card.card-blog .card-header .card-thumbnail img {
border-radius: 6px 6px 0 0;
}
.card.card-blog .card-header .card-thumbnail img {
display: block;
}
.card.card-blog .card-body {
border-radius: 0 0 6px 6px;
}
.card.card-blog .card-body a {
color: var(--color-5) !important;
}
@media (min-width: 993px) {
header .logo-wrapper {
max-width: 200px;
}
header .input-group {
max-width: 300px;
}
section .sidebar-wrapper {
max-width: 350px;
}
}
@media (min-width: 1200px) {
.container {
max-width: 1320px;
}
}
.text-blink {
animation: blink 1s linear infinite;
}
@keyframes blink {
50% {
opacity: 0;
}
}
@keyframes slideshow {
0%    { transform: translateX(0); }
100%  { transform: translateX( calc(-50% - 0px) ); }
}