/*
Theme Name: World Dwarf Games 2023 V1
Theme URI: https://wdg2023.com/theme/
Author: Marib Aldoais
Author URI: https://www.aldoais.com
Description: For WDG2023 use only.
Version: 1.0.1
Requires at least: 5.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/old-licenses/gpl-2.0.html
Text Domain: wdg-2023
Tested up to: 5.4
Requires PHP: 7.0
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
*/

@font-face {
    font-family: Toroka;
    src: url("fonts/Toroka.ttf");
}

@font-face {
    font-family: Inter;
    src: url("fonts/Inter.ttf");
}

@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter-Regular.ttf') format('truetype');
    font-weight: 400; /* Regular */
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter-Medium.ttf') format('truetype');
    font-weight: 500; /* Medium */
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter-SemiBold.ttf') format('truetype');
    font-weight: 600; /* SemiBold */
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('fonts/Inter-Bold.ttf') format('truetype');
    font-weight: 700; /* Bold */
    font-style: normal;
}


* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    position: relative;
    font-family: 'Inter';
}

a, div, p, span, section, b, i, u {
    font-family: 'Inter';
}

body,
html {
    font-size: 14px;
    background-color: #FFFFFF;
    width: 100vw;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Toroka';
}

.top-section {
    display: flex;
    background-color: #242C5E;
    position: flex;
    justify-content: center;
    width: 100vw;
    height: 950px;
    left: 0px;
    top: 0px;
}

.top-muster {
    position: absolute;
    width: 43.2rem;
    height: 178px;
    right: 0px;
}

.menu {
    position: fixed;
    width: 8rem;
    height: 3.3rem;
    right: 42.5px;
    top: 33px;
    cursor: pointer;
    z-index: 1000;
}

.menu_str {
    position: absolute;
    width: 65px;
    height: 24px;
    left: calc(50% - 65px/2 - 31.25px);
    top: calc(50% - 24px/2 + 0.5px);

    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: right;
    letter-spacing: 1.5px;

    color: #FFFFFF;
}

.burger_menu {
    position: absolute;
    left: 59.07%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    padding: 10%;
    background: #FFFFFF;
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.burger_menu div {
    align-self: center;
    width: 1.5rem;
    height: 0.26rem;
    background: #242C5E;
    border-radius: 3px;
}

.bottom-muster {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 90rem;
    max-width: 100vw;
    height: 156px;
    object-fit: cover;
    min-width: 0;
}

#homepage_header_content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    row-gap: 90px;
}

.logo {
    width: 444px;
    height: 444px;
    max-width: 60vw;
    max-height: 60vw;
    align-items: flex-start;
    position: relative;
}

.countdown {
    margin: 0px 20px;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 2px;
    row-gap: 0px;
    align-items: center;
    justify-items: center;
    padding: 12px 15px 14px 15px;
    width: 507px;
    height: fit-content;
    background: #FFFFFF;
    border-radius: 36.5px;
    color: #692F89;
    position: relative;
}

.wdg_countdown {
    font-family: 'Toroka';
    font-style: normal;
    font-weight: 900;
    font-size: 15px;
    line-height: 15px;
    padding-right: 10px;
    display: flex;
    align-items: flex-end;
}

.countdown_days,
.countdown_hours,
.countdown_minutes,
.countdown_seconds {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.countdown_days_str,
.countdown_hours_str,
.countdown_minutes_str,
.countdown_seconds_str {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
}

#countdown_days_val,
#countdown_hours_val,
#countdown_minutes_val,
#countdown_seconds_val {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    color: #000000;
}

.colon {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    width: 10px;
}


@media only screen and (max-width: 540px) {

    .menu_str,
    .countdown_seconds,
    #colon3{
        display: none;
    }

    .countdown{
        grid-template-columns: repeat(6, 1fr);
        width: 407px;
    }
    
}

@media only screen and (max-width: 430px) {

    .countdown_minutes,
    #colon2{
        display: none;
    }

    .countdown{
        grid-template-columns: repeat(4, 1fr);
        width: 307px;
    }
    
}

.sidebar {
    position: fixed;
    padding-right: 10px;
    right: 0;
    top: 0;
    width: 30vw;
    min-width: 300px;
    height: 100vh;
    background: #E71B40;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    z-index: 1001;
    overflow-y: auto;
}

.sidebar p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    color: white;
    line-height: 50px;
    text-align: right;
}

.sidebar h2 {
    font-family: 'Toroka';
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    line-height: 80px;
    text-align: right;

    color: #FFFFFF;
}


.sidebar h2 a {
    all: unset;
    cursor: pointer;
}

.sidebar a {
    all: unset;
    cursor: pointer;
    
}


.sidebar.open {
    transform: translateX(0);
}

.close-btn {
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 100%;
}

.close-btn span {
    all: unset;
    cursor: pointer;
    margin-top: 10px;

    margin-left: auto;
    color: white;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: right;
    letter-spacing: 1.5px;
}

.close-icon {
    background: white;
    margin-left: 10px;
    margin-top: 10px;

    color: #242C5E;
    border-radius: 50%;
    width: 3.5rem;
    height: 3.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-icons {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 10px;
}

.social-icons a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 55px;
    text-align: right;
    text-decoration: none;
    color: #FFFFFF;
}

.social-icons a:hover {
    text-decoration: none;
}

.social-icons img {
    margin-left: 10px;
    width: 2rem;
    height: 2rem;
}

@media only screen and (max-width: 1200px) {
    .sidebar h2 {
        font-weight: 500;
        font-size: 30px;
        line-height: 60px;
    }
    .sidebar p {
        font-size: 20px;
        line-height: 40px;
    }
}

@media only screen and (max-height: 1000px) {
    .sidebar h2 {
        font-weight: 500;
        font-size: 30px;
        line-height: 60px;
    }
    .sidebar p {
        font-size: 20px;
        line-height: 40px;
    }
}

@media only screen and (max-height: 850px) {
    .sidebar h2 {
        font-weight: 400;
        font-size: 25px;
        line-height: 50px;
    }
    .sidebar p {
        font-size: 15px;
        line-height: 30px;
    }
}

.general_wdg_section {
    background: #F9B349;
    justify-content: center;
    width: 100vw;
    height: 100%;
    padding-bottom: 300px;
    left: 0px;
    top: 0px;
}

.wdg_section_header {
    position: relative;
    width: 40vw;
    left: 14vw;
    top: 10vw;

    font-family: 'Toroka';
    font-style: normal;
    font-size: 12vw;
    line-height: 12vw;

    color: #FFFFFF;
}

.wdg_section_content {
    position: relative;
    width: 40vw;
    left: 38vw;

    font-family: 'Inter';
    font-style: normal;
    font-size: 1.5625rem;
    line-height: 2.5rem;

    color: #242C5E;
}

@media screen and (max-width: 1265px) {
    .wdg_section_header {
        width: 70vw;
    }

    .wdg_section_content {
        left: 18vw;
        width: 50vw;
        top: 15vw;
    }
}

@media screen and (max-width: 540px) {
    .wdg_section_header {
        width: 90vw;
        left: 5vw;
    }

    .wdg_section_content {
        left: 5vw;
        width: 90vw;
        top: 15vw;
    }
}

.important {
    font-weight: bold;
    color: red;
}

.volunteer {
    justify-content: center;
    width: 100vw;
    top: -85px;
    background: #242C5E;
    transform: skewY(-5deg);
    display: flex;
    position: flex;
    padding-top: 5vw;
}

.volunteer-container {
    display: flex;
    justify-content: space-between;
    column-gap: 100px;
    max-width: 90vw;
    transform: skewY(5deg);
    top: 100px;
}


.volunteer_content {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    margin-bottom: 200px;
}

.volunteer_pic {
    display: flex;
    max-height: 50rem;
    bottom: 58px;
    top: 120px;
}

.volunteer_pic video {
    max-width: 100vw;
    min-width: 500px;
}


.volunteer_header {
    max-width: 469px;
    display: flex;
    font-family: 'Toroka';
    font-style: normal;
    font-size: 70px;
    line-height: 75px;

    color: #F9B349;
}


.volunteer_description {
    max-width: 426px;
    display: flex;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
}


.volunteer_button {
    width: 235px;
    height: 64px;
    bottom: 0%;

    background: #E71B40;
    border-style: none;
    border-radius: 39px;
    cursor: pointer;
    align-content: center;
    font-family: 'Toroka';
    font-style: normal;
    font-weight: 900;
    font-size: 30px;
    align-content: center;
    color: #FFFFFF;
}

.volunteer-top-muster {
    position: absolute;
    width: 43.2rem;
    height: 147px;
    right: 0px;
    top: -20px;
    transform: skewY(2.8deg);
}

.volunteer-bottom-muster-container {
    position: absolute;
    height: 229px;
    width: 100vw;
    bottom: -90px;
    left: 0;
    transform: skewY(3.5deg);
}

.volunteer-bottom-muster {
    position: absolute;
    min-width: 0;
    bottom: -20px;
    width: 1295;
    height: 229px;
}


@media screen and (max-width: 1350px) {
    .volunteer-container {
        flex-direction: column;
        align-items: center;
        row-gap: 100px;
        max-width: 90vw;
    }

    .volunteer_pic {
        top: -200px;
    }
}


@media screen and (max-width: 1290px) {
    .volunteer-bottom-muster {
        width: 100%;
        max-width: 100vw;
        object-fit: cover;
    }
}

@media screen and (max-width: 680px) {
    .volunteer_header {
        font-size: 50px;
        line-height: 55px;
    }
}

.sports {
    background: #F9B349;
    width: 100vw;
    display: flex;
    justify-content: center;
    padding: 5vw 20vw;
    left: 0px;
    top: -85px;
    transform: skewY(-5deg);
}


.sports-header {
    position: absolute;
    height: 75px;
    padding: 0px 10px;
    top: 5vw;
    font-family: 'Toroka';
    font-style: normal;
    font-size: 5rem;
    color: #692F89;
    transform: skewY(5deg);
}


.sports-grid-container {
    position: flex;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(105px, 1fr));
    grid-row-gap: 20px;
    grid-column-gap: 37px;
    justify-content: center;
    width: 70vw;
    transform: skewY(5deg);
    height: 20%;
    padding-bottom: 200px;
    padding-top: 200px;
}


.sport-container {
    display: flex;
    grid-row-gap: 5px;
    flex-direction: column;
    align-items: center;
    width: 105px;
}

.sport-container p {
    width: 105.36px;
    height: 25.19px;

    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    text-align: center;

    color: #692F89;
}

.sport {
    width: 105px;
    height: 105px;
}

.sports-bottom-muster {
    position: absolute;
    left: 0px;
    bottom: -130px;
}

@media screen and (max-width: 1200px) {

    .sports-bottom-muster {
        max-width: 100vw;
        object-fit: cover;
        bottom: -120px;
    }
}

@media screen and (max-width: 1060px) {
    .sports-header {
        height: 60px;
        font-size: 4rem;
    }
}

@media screen and (max-width: 462px) {
    .sports-header {
        height: 40px;
        font-size: 3rem;
    }
}

@media screen and (max-width: 630px) {

    .sports-bottom-muster {
        bottom: -90px;
    }
}

.news {
    display: flex;
    position: flex;
    width: 100vw;
    left: 0px;
    top: -85px;
    transform: skewY(-5deg);
    padding: 10vw;
}


.news-header {
    position: absolute;
    width: 80vw;
    top: 10%;
    transform: skewY(5deg);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 10%;
}

.news-header h1 {
    font-family: 'Toroka', sans-serif;
    font-style: normal;
    font-size: 4rem;
    color: #692F89;
    text-align: center;
    flex-grow: 1;
}

.news-header a {
    all: unset;
    font-family: 'Toroka', sans-serif;
    font-style: normal;
    font-size: 2rem;
    color: #F9B349;
    text-align: right;
    margin-left: auto;
    cursor: pointer;
}

.news-container {
    transform: skewY(5deg);
    display: flex;
    position: flex;
    overflow-x: auto;
    padding: 0 10%;
    justify-content: left;
    gap: 27px;
}



@media screen and (max-width: 900px) {
    .news-header {
        width: 90vw;
    }

    .news-container {
        margin-top: 100px;
    }
}

@media screen and (max-width: 438px) {
    .news-header h1{
        font-size: 3rem;
    }

    .news-header a{
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 350px) {
    .news-header h1{
        font-size: 2.5rem;
    }
}

.news-card {
    width: 292px;
    flex-shrink: 0;
}

.news-card h2,
.news-card p,
.news-card div {
    margin: 0;
    padding: 0;
}

.news-card img {
    width: 100%;
    height: auto;
    border-radius: 50% 50% 0 0;
    clip-path: polygon(0% 20%, 100% 0%, 100% 100%, 0% 100%);

}

.news-card h2 {
    margin-top: 17px;
    font-family: 'Toroka';
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 27px;
    color: #242C5E;
}

.news-card p {
    margin-top: 14px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #242C5E;
}

.news-card a, .news-item a {
    margin-top: 17px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    color: #F9B349;
}


.partners {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    width: 100%;
    padding: 10vw;
    transform: skewY(-5deg);
}

.partners-header {
    font-family: 'Toroka';
    font-style: normal;
    font-size: 4rem;
    color: #692F89;
    transform: skewY(5deg);
    padding-bottom: 30px;
    text-align: center;
    width: 100%;
}

.partners-grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    grid-row-gap: 60px;
    grid-column-gap: 37px;
    justify-items: center;
    width: 60vw;
    transform: skewY(5deg);
}

.partner-seperator {
    display: flex;
    margin-left: 37px;
    width: 1px;
    height: 111px;
    border: 1px solid #F9B349;
}

.partner-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 180px;
}

.partner {
    max-width: 170px;
    max-height: 100px;
    margin: auto;
}

@media (max-width: 1300px) {
    .partner-container {
        width: 220px;
    }
    .partners-grid-container {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    }
}

@media (max-width: 1200px) {
    .partner-container {
        width: 300px;
    }
    .partners-grid-container {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
}

@media (min-width: 1301px) {
    .partners-grid-container {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media screen and (max-width: 900px) {
    .partners-grid-container {
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    }

    .partner-seperator {
        display: none;
    }

    .partners{
        padding-bottom: 20vw;
    }
}

@media screen and (max-width: 400px) {
    .partners-header{
        font-size: 3rem;
    }

    .partners{
        padding-bottom: 25vw;
    }
}

.persons {
    display: flex;
    background: #F9B349;
    position: flex;
    justify-content: center;
    width: 100vw;
    min-height: 600px;
    padding-bottom: 135px;
    left: 0px;
    top: -85px;
    transform: skewY(-5deg);
}

.persons-top-muster {
    position: absolute;
    width: 43.2rem;
    height: 147px;
    right: 0px;
    top: -20px;
    transform: skewY(2.8deg);
}

#people-slider {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: skewY(5deg);
    top: 200px;
    width: 70vw;
}

.person {
    display: flex;
    justify-content: space-between;
    align-items: top;
    margin-bottom: 20px;
}

.person .info .phrase {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
    color: #242C5E;
}

.person img {
    width: 415px;
    height: auto;
    object-fit: cover;
    padding: 20px;
}

.person .info {
    margin-top: 2vw;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 400px;
    padding: 0px 20px;
    z-index: 100;
}


#prev {
    left: -5vw;
}

#next {
    right: -5vw;
}


.persons-bottom-muster {
    max-width: 100vw;
    position: absolute;
    left: 0px;
    bottom: -105px;
}

@media screen and (max-width: 1200px) {

    #prev {
        left: -11vw;
    }

    #next {
        right: -11vw;
    }

    .persons-bottom-muster {
        max-width: 100vw;
        object-fit: cover;
        bottom: -100px;
    }
}

@media screen and (max-width: 1000px) {

    .persons-bottom-muster {
        bottom: -75px;
    }
}


@media screen and (max-width: 960px) {
    .person {
        flex-direction: column-reverse;
    }

    #prev {
        left: -12vw;
    }

    #next {
        right: -12vw;
    }

    .persons-bottom-muster {
        bottom: -20px;
    }
}

@media screen and (max-width: 500px) {
    .person .info .phrase {
        font-size: 30px;
        line-height: 40px;
    }

    .person .info .name {
        font-size: 30px;
        line-height: 40px;
    }

    .person .info{
        width: 60vw;
        min-width: 0;
    }
    
    .person img {
        width: 60vw;
    }
    
    .person {
        width: 70vw;
    }
}

.arrow {
    position: absolute;
    top: 20%;
    transform: translateY(-50%);

    z-index: 1;
}


.bullet {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 0 5px;
    background-color: #242C5E;
    border: 2.5px solid #F9B349;

}

.bullet.selected {
    background-color: #F9B349;
}

#bullets {
    z-index: 2;
    position: absolute;
    bottom: 0px;
    transform: skewY(5deg);
}

#next,
#prev {
    border: none;
    padding: 0px;
    text-decoration: none;
    display: inline-block;
    padding: 8px 16px;
    background-color: transparent;
    color: #692F89;
    height: 3rem;
    width: 3rem;
    font-size: 5rem;
}

#next:hover,
#prev:hover {
    cursor: pointer;
}

footer {
    width: 100vw;
    left: 0px;
    top: -85px;
    background: #242C5E;
    transform: skewY(-5deg);
    justify-content: center;
    display: flex;
    padding: 10vw 10vw 0vw 10vw;
    z-index: 1;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    column-gap: 200px;
    transform: skewY(5deg);
    top: 20%;
    width: 100vw;
    max-width: 950px;
}

.column1 {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    margin-left: 20px;
}

.column1 img {
    cursor: pointer;
}

.column1 .row {
    display: flex;
    flex-direction: row;
    column-gap: 20px;
    row-gap: 20px;
    width: 100px
}

.column1 .row img {
    display: flex;
    flex-direction: row;
    cursor: pointer;
}

.column2 {
    display: flex;
    column-gap: 10px;
    row-gap: 20px;
}

.subcolumn {
    display: flex;
    flex-direction: column;
    width: 185px;
}

.subcolumn h3 {
    font-family: 'Toroka';
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 27px;

    color: #F9B349;
    margin-bottom: 20px;
}

.subcolumn a {
    all: unset;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 31px;
    cursor: pointer;
    color: #FFFFFF;
}

@media screen and (max-width: 940px) {
    .footer-container {
        display: flex;
        justify-content: space-between;
        column-gap: 50px;
        transform: skewY(5deg);
        top: 20%;
        max-width: 950px;
    }

    .column1 .row {
        flex-direction: column;
    }

    .column2 {
        flex-direction: column;
    }
}

@media screen and (max-width: 570px) {
    .footer-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        row-gap: 90px;
    }
}

.footer-end {
    position: absolute;
    background: #242C5E;
    width: 100vw;

    height: 400px;
    transform: rotateY('angle');
    left: 0px;
    bottom: -200px;
    justify-content: center;
    display: flex;
}

.footer-bottom-muster {
    position: absolute;
    left: 0px;
    bottom: 0px;
}


@media screen and (max-width: 1200px) {

    .footer-bottom-muster {
        max-width: 100vw;
        object-fit: cover;
    }
}

.content {
    width: 100vw;
    padding: 10vw 10vw 220px 10vw;
    background: white;
    min-height: 800px;
    align-content: center;
}

.top-section-content {
    display: flex;
    background-color: #242C5E;
    position: flex;
    justify-content: center;
    width: 100vw;
    height: 600px;
    left: 0px;
    top: 0px;
}


.content-bottom-muster {
    position: absolute;
    left: 0px;
    bottom: -20px;
}

.content h2, .content h3, .content h4{
    font-family: 'Toroka';
    font-style: normal;
    color: #692F89;
}

.content h2{
    font-size: 5rem;
}

.content h3{
    font-size: 4.5rem;
}

.content-container {
    font-family: 'Inter';
    font-style: normal;
    font-size: 1.5625rem;
    line-height: 2.5rem;
    color: #242C5E;
}

.logo-content{
    width: 100%;
    max-width: 200px;
    min-width: 50px;
    position: absolute;
    margin: 0px;
    top: 33px;
    left: 33px;
    cursor: pointer;
}

@media screen and (max-width: 1200px) {

    .content-bottom-muster {
        max-width: 100vw;
        object-fit: cover;
        bottom: 0px;
    }

    .content {
        padding: 10vw 5vw 220px 5vw;
    }

    .content h2 {
        font-size: 4rem;
        max-width: inherit;
    }
    .content h3 {
        font-size: 3.5rem;
        max-width: inherit;
    }
}


@media screen and (max-width: 800px) {

    .content-bottom-muster {
        max-width: 100vw;
        object-fit: cover;
        bottom: 50px;
    }

    .content {
        padding: 10vw 7.5vw 220px 7.5vw;
    }

    .content h2{
        font-size: 3.5rem;
    }

    .content h3{
        font-size: 3.0rem;
    }
}

@media screen and (max-width: 450px) {

    .content h2{
        font-size: 2.5rem;
    }

    .content h3{
        font-size: 2.0rem;
    }
}


.news-grid {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

.news-item {
    max-width: 40%;
    box-sizing: border-box;
    padding: 15px;
}

.news-thumbnail {
    width: 100%;
    height: auto;
}

/* Responsive Design */
@media only screen and (max-width: 1200px) {
    .news-item {
        max-width: 33.33%;
    }
}

@media only screen and (max-width: 768px) {
    .news-item {
        max-width: 50%;
    }
}

@media only screen and (max-width: 576px) {
    .news-item {
        max-width: 100%;
    }
}