* {
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

html,
body {
    width: 100%;
    margin: 0px auto;
}

body {
    background-color: #141414;
}

/* 

    MENU

*/

#menu {
    position: fixed;
    top: 0px;
    left: 0px;
    background: #13203c00;
    width: 100%;
    height: 100px;
    color: #fff;
    z-index: 99999;
    transition: .4s;
    padding: 0px 30px;
}

ul.menu_items {
    list-style: none;
    display: flex;
    gap: 18px;
    vertical-align: middle;
    padding: 19px 0px 0px 0px;
    font-size: 18px;
    height: fit-content;
    transition: .3s;
}


.menu > .menu_items > li {
    height: fit-content;
    vertical-align: middle;
}

.menu {
    display: flex;
    vertical-align: middle;
}

.menu > .menu_items > li > a {
    color: #cac8c8;
    text-decoration: none;
    transition: .3s;
    text-transform: uppercase;
    font-weight: 400;
}

.menu > .menu_items > li > a:hover {
    color: #fff;
}
.menu > .menu_items > li > a.selected {
    color: #fff;
    font-weight: 800!important;
    transition: .3s;
}

#menu.active {
    background: #101010;
    height: 70px;
    box-shadow: 0px 0px 30px 8px #00000085;
}

#menu.active  > .menu_container > .menu > .menu_items {
    padding: 2px 0px 0px 0px;
}

#menu.active  > .menu_container > .menu > .menu_items > li > a {
    color: #b1b1b1;
    /* text-transform: none; */
}

#menu.active  > .menu_container > .menu > .menu_items > li > a.selected {
    color: rgb(237 237 237);
    font-weight: 400;
}

#menu.active  > .menu_container > .menu > .menu_items > li > a:hover { 
    color: rgb(237 237 237);
}

#menu.active  > .menu_container > .logo > a > img {
    margin: calc((70px - 40px)/2) 0px;
    opacity: 1;
}

img.logo {
    width: auto;
    height: 40px;
    margin: calc((100px - 48px)/2) 0px;
    cursor: pointer;
    opacity: 1;
    transition: .3s;
}

img.logo:hover {
    opacity: 1;
}

/* 

    footer

*/

footer {
    margin-top: 100px;
    padding: 30px 0px 0px 0px;
}

footer > .bottom {
    width: 1050px;
    margin: 0px auto;
    display: flex;
    justify-content: center;
    gap: 12px;
    padding: 30px 0px 30px 0px;
}

footer > .spacer_hr {
    width: 1050px;
    margin: 0px auto;
    border-top: 1px solid #6464646b;
}

footer > .bottom > span,
footer > .bottom > a{
    color: #dadada;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 300;
}


footer > .container > div {
    width: 300px;
    text-align: left;
}
footer > .container > div > h3 {
    color: #e9e9e9;
    font-size: 22px;
    font-weight: 700;
    background-image: url(../img/highlighter_d.png);
    background-repeat: repeat-x;
    background-size: 9px;
    background-position: 0px 20px;
    width: fit-content;
}

footer > .container {
    width: 1030px;
    display: flex;
    gap: 50px;
    justify-content: center;
    margin: auto;
    padding: 40px 0px;
}

footer > .container > div > ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

footer > .container > div > ul > li {
    color: #d5cfcf;
    margin: 5px 0px;
}

footer > .container > div > ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    /* padding-left: 10px; */
}

footer > .container > div > ul > li > a {
    color: #d5cfcf;
    text-decoration: none;
}

footer > .container > div > ul > li > a:hover {
    text-decoration: underline;
}


.highlight {
    background-image: url(../img/highlighter_d.png);
    background-repeat: repeat-x;
    background-size: 9px;
    background-position: 0px 20px;
    width: fit-content;
}

.menu_container {
    display: flex;
    justify-content: space-between;
    width: 1050px;
    /* background-image: url('/assets/img/bullet_orange.png'); */
    margin: auto;
    /* background-size: 15px; */
    /* background-repeat: repeat; */
}

span.price_counter.active {
    background: #fbb031;
    color: #fff;
}

span.price_counter {
    /* display: none; */
    color: #dfdfdf;
    background: rgb(67 67 67);
    padding: 1px 7px;
    border-radius: 12px;
    /* margin-left: 10px; */
    transition: 1s;
}

.full_img {
    position: absolute;
    right: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-image: url('/assets/img/wallpaper_2025.png');
    background-size: cover;
    background-position: center center;
}

.default_btn {
    padding: 13px 20px;
    background: #fbb031;
    font-weight: 800;
    font-size: 20px;
    color: #fff;
    border-radius: 8px;
    border: none;
    outline: none;
    cursor: pointer;
}

.logos {
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
    width: 100%!important;
    justify-content: center;
}

.logos > .logo > img, .logos > .logo > svg {
    height: 60px;
}


/* new articles */

.articles_row_header {
    display: flex;
    gap: 30px;
    justify-content: start;
    flex-wrap: wrap;
}

.big_aricle_header {
    width: calc(66% - 30px)!important;
}

.article_basic {
    width: 100%;
    height: 350px;
    background-size: cover;
    background-position: center;
    position: relative;
    border-radius: 12px;
    display: block;
}

.article_basic.big_aricle {
    width: 100%;
    border-radius: 12px;
}

.articles_col_header {
    width: calc(33% - 30px);
}

.article_content,
.big_article_content {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 100px 40px 20px 40px;
    width: 100%;
    height: fit-content;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

p.title {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin: 0px;
    text-shadow: 0px 0px 10px #00000075;
    position: relative;
    z-index: 999;
}

p.big_title {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    text-shadow: 0px 0px 10px #00000075;
    margin: 0px;
    position: relative;
    z-index: 999;
}

.article_content::before, .big_article_content::before {
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .8));
    bottom: 0;
    content: "";
    height: 120%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
    z-index: 99;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.article_content {
    padding: 100px 40px 40px 40px;
}


.text {
    --text-color: #fbb032;
    --bg-color: hsl(0 0% 100%);
    --bg-size: 200px;
    font-family: "Dela Gothic One", sans-serif;
    grid-area: body / body / body / body;
    position: relative;
    display: flex;
    flex-direction: column;
    font-size: 38px;
}

.heading span {
    display: block;
    text-transform: uppercase;
    font-family: "Merriweather", serif;
    font-weight: 900;
    letter-spacing: 2px;
    word-spacing: 15px;
}

.heading span.filled {
    color: var(--text-color);
}

.heading span:not(.filled) {
    --stroke: min(0.25vmin, 2px) var(
    --text-color);
    color: rgb(20 20 20);
    -webkit-text-stroke: var(--stroke);
}

.hnks_hr {
    background-image: url('/assets/img/hnks/2025/hnks_spacer_horizontal_yellow.png');
    height: 30px;
    background-size: contain;
    background-position: center center;
    max-width: 1050px;
    margin: auto;
    margin-top: -50px;
    width: 90%;
}

.about_item_square:nth-last-child(1) {
    margin-bottom: 0px;
}

.marquees_container_2 {
    max-width: 1050px;
    width: 90%;
    margin: 40px auto;
}

.marquees_container_2 > div > h1 {
    font-size: 17px;
    color: #fab031!important;
}

/*  */

div#quick_links {
    max-width: 1050px;
    width: 90%;
    margin: 80px auto 0px auto;
}

.quick_links_container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.quick_link {
    width: calc(25% - 60px/4);
    padding: 40px;
    border: 1px solid #fbb031;
    border-radius: 18px;
    text-align: center;
    cursor: pointer;
    transition: .3s;
    text-decoration: none;
}

.quick_link_icon > img {
    width: 48px;
}

.quick_link_title {
    color: #fbb033;
    font-size: 24px;
    font-weight: 600;
}

.quick_link_icon {
    margin-bottom: 12px;
}

.quick_link:hover {
    background: #ffffff;
    border: 1px solid #fff;
}
/*  */

a.link {
    color: #fbb032;
    text-decoration: none;
}

a.link:hover {
    text-decoration: underline;
}

/*  */
@media (max-width: 1100px) {
    .articles_row_header > div {
        width: 100%!important;
        margin-bottom: 40px;
    }
    
    .big_title {
        padding-bottom: 30px;
        text-align: center;
        width: 70%;
        margin: auto!important;
        display: block;
    }
    
    p.title {
        padding-bottom: 30px;
        text-align: center;
        width: 70%;
        margin: auto !important;
        display: block;
        color: #fff;
        font-size: 32px;
        font-weight: 700;
        text-shadow: 0px 0px 10px #00000075;
        position: relative;
        z-index: 999;
    }
    .articles_row_header {
        display: block!important;
        gap:0px;
    }
    .left_side {
        width: 70%;
    }
    div#section_with_header {
        width: 90%;
    }

    .articles_container > a {
        width: calc(50% - 30px);
    }
    
    .article_content > div:nth-child(3) {
        display: none;
    }
    
    .article_content {
        width: 100%;
    }
    .article_big > .article_container > .article_container_img, 
    .article_regular > .article_container > .article_container_img {
        width: 100%;
    }
    .article_item {
        width: 100%!important;
    }
    .article_big > .article_container > .article_content {
        background: rgb(255, 255, 255);
        height: fit-content;
        padding: 14px 40px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 12px;
        border-bottom-right-radius: 12px;
        position: absolute;
        bottom: 0px;
        width: 100%;
    }

    div.videos > div.container {
        width: 90%;
    }
    .spacer_left_side {
        width: 600px;
        left: 50%;
        transform: translate(-50%, 0px);
    }
    .spacer_left_side_filter {
        bottom: 0px!important;
    }
    .spacer_right_side {
        left: 50%;
        transform: translate(-50%, 0px);
        top: 180px;
    }
    div.videos > div.container:nth-child(even) > .spacer_right_side {
        left: 50%!important;
        transform: translate(-50%, 0px);
        top: 50px!important;
    }
    div.videos > div.container:nth-child(even) > .spacer_left_side {
        left: 50%!important;
        transform: translate(-50%, 0px);
        top: 480px!important;
    }
    .about_item_container {
        width: 90%;
        display: block;
    }
    .about_item > .about_item_container > .about_info > p {
        width: 100%;
    }
    img.about_image {
        display: block;
        margin: 80px auto 0px auto;
    }
    .menu_container {
        width: 100%!important;
    }
    .about_item_square {
        display: flex;
        flex-wrap: wrap;
    }
    .about_item_square > .about_item_image_container > img {
        width: 100%;
    }

    .about_item_image_filter {
        width: calc(450px / 1.5);
        height: calc(450px / 1.5);
        bottom: auto;
        top: -180px;
        right: -80px;
    }

    .about_item_square > div:nth-child(2) {
        margin-top: -60px;
        padding-bottom: 60px;
    }
    .about_item_square:nth-child(2n) {
        padding: 0px;
        margin-top: -99px;
    }
    .about_item:nth-last-child(1) {padding: 100px 0px 0px 0px;}

    .about_item_square:nth-last-child(1) {
        padding: 120px 0px 0px 0px;
    }

    .about_item_square:nth-last-child(1) > div:nth-child(2) {
        padding-bottom: 0px;
    }
    footer > .container, footer > .bottom {
        width: 90%;
    }
    .events_container {
        justify-content: center;
    }
    footer > .spacer_hr {
        width: 90%;
    }
    .quick_link {
        width: calc(50% - 10px)!important;
        padding: 20px;
    } 
}   

@media (max-width: 850px) {
    .articles_container > a {
        width: calc(100%);
    }
    .landing_container_left > h1 {
        font-size: 62px!important;
    }
    .videos > .container > .spacer_left_side {
        width: 100%;
    }
    
    .videos > .container > .spacer_right_side {
        width: 100%;
    }
    .video {
        width: 100%;
    }
    footer > .container {
        display: block;
    }
    
    footer > .container > div {
        width: 300px;
        margin: 0px auto 80px auto;
        text-align: center;
    }
    
    footer > .container > div > h3 {
        margin: auto;
    }
    .quick_link {
        width: 100%!important;
    }
}

@media (max-width: 650px) {
    .landing_container_left > h1 {
        font-size: 52px!important;
    }

    .menu_container {
        display: block;
    }

    .menu_container > .logo {
        display: none;
    }

    #menu > .menu_container > .menu {
        justify-content: space-around;
    }
}

@media (max-width: 550px) {
    .landing_container_left > h1 {
        font-size: 42px!important;
    }
}

/* NEW ELEMENTS  */
.heading_solid {
    font-size: 50px;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 800;
    position: relative;
    z-index: 999;
}

.heading_hnks {
    width: fit-content;
    margin: 0px auto;
    text-align: center;
}

.hnks_heading {
    margin: 100px;
}

.heading_lines {
    position: relative;
}

.heading_lines > span {
    font-size: 44px;
    color: #fff;
    font-weight: 800;
    color: rgb(20 20 20);
    -webkit-text-stroke: 1px #a5a5a5;
}

.heading_lines.top_lines {
    margin-bottom: -36px;
}

.heading_lines.bottom_lines {
    margin-top: -36px;
}

.heading_lines.top_lines > div {
    position: absolute;
    background: linear-gradient(0deg, rgb(20 20 20) 40%, rgba(20,20,20, 0) 100%);
    width: 100%;
    height: 52px;
    bottom: 0px;
}

.heading_lines.bottom_lines > div {
    position: absolute;
    background: linear-gradient(0deg, rgb(20 20 20) 40%, rgba(20,20,20, 0) 100%);
    width: 100%;
    height: 52px;
    top: 2px;
    transform: rotate(180deg);
}

.event_name_gradient {
    width: 100%;
    height: 150%;
    background: linear-gradient(0deg, rgb(20 20 20 / 91%) 0%, rgb(20 20 20 / 81%) 39%, rgb(20 20 20 / 47%) 65%, rgba(20, 20, 20, 0) 95%);
    position: absolute;
    bottom: 0px;
    left: 0px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

span.date {
    text-decoration: none;
    color: #fff;
    z-index: 999;
    position: relative;
    background: #fbb031;
    padding: 3px 8px;
    border-radius: 6px;
    margin-top: 14px;
    display: block;
    width: fit-content;
}