@font-face {
    font-family: "Avenir";
    src: url("../fonts/Avenir-Light.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: "Avenir";
    src: url("../fonts/Avenir-Roman.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Avenir";
    src: url("../fonts/Avenir-Medium.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "Avenir";
    src: url("../fonts/Avenir-Heavy.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}
body,
html,
* {
    padding: 0;
    margin: 0;
    border-collapse: collapse;
}
body,
html {
    background-color: #000000;
    width: 100%;
    display: block;
    height: 100vh;
}
a {
    text-decoration: none;
}
p {
    font-family: "Avenir";
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    color: #000;
}
h2 {
    font-family: "Avenir";
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.4em;
    color: #fff;
    text-transform: uppercase;
}
h3 {
    font-family: "Avenir";
    font-weight: 900;
    font-size: 10px;
    letter-spacing: 0.3em;
    text-align: left;
    color: #e3bb01;
}
h4 {
    font-family: "Times New Roman";
    font-weight: normal;
    font-size: 20px;
    color: #fff;
}
h5 {
    font-family: "Avenir";
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    color: #fff;
    opacity: 0.5;
}
h6 {
    font-family: "Avenir";
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    color: #909090;
}
.nav {
    height: 102px;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    width: 100%;
    z-index: 100;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    -moz-backdrop-filter: blur(12px);
    -o-backdrop-filter: blur(12px);
}
.hamburger {
    width: 102px;
    height: 102px;
    display: block;
    position: relative;
    float: left;
    opacity: 0;
}
.nav img {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    left: 50%;
}
.nav_text {
    height: 102px;
    width: calc(100% - 102px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    float: right;
    color: #ffffff;
    padding: 0 102px 0 40px;
    box-sizing: border-box;
}
.nav_text .float_left {
    position: static;
    transform: none;
}
.nav_links {
    list-style: none;
    display: flex;
    gap: 40px;
}
.nav_links a {
    color: #fff;
    text-decoration: none;
    font-family: "Avenir";
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition: color 0.3s;
}
.nav_links a:hover {
    color: #e3bb01;
}
.social_icons {
    width: 102px;
    text-align: center;
    position: fixed;
    margin-top: 102px;
}
.social_icons ul {
    list-style: none;
}
.social_icons ul li {
    margin-bottom: 40px;
    opacity: 0.5;
    transition: all 0.3s;
}
.social_icons ul li img {
    height: 18px;
    z-index: 1000;
}
.social_icons ul li:hover {
    opacity: 1;
    cursor: pointer;
    transform: scale(1.2);
}
.wrapper {
    min-width: calc(100% - 204px);
    min-height: calc(100vh - 204px);
    display: block;
    position: absolute;
    margin: 102px;
}
.new_single {
    background-image: url(../pictures/frontcover.jpg);
    background-size: cover;
    width: 100%;
    height: calc(100vh - 204px);
    display: block;
    position: relative;
    margin-top: 102px;
}
.new_single h1 {
    font-family: "Times New Roman";
    font-weight: normal;
    font-size: 55px;
    text-align: left;
    color: #fff;
    margin-bottom: 15px;
}
.single_name {
    position: absolute;
    top: 60px;
    left: 60px;
}
.out_now {
    position: absolute;
    bottom: 60px;
    left: 60px;
}
.out_now h2 {
    color: #e3bb01 !important;
    text-shadow: 0 0 10px #000000;
}
.listen_now {
    position: absolute;
    right: 60px;
    bottom: 60px;
}
.listen_now_mobile {
    display: none;
}
.button {
    background-color: #ffffff;
    width: 340px;
    height: 70px;
    position: relative;
    margin-top: 20px;
    transition: all 0.4s;
}
.button:hover {
    background-color: #eaeaea;
    transform: translateX(-10px);
}
.button img {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    height: 30px;
}
.button h2 {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: black;
}
.video {
    position: relative;
    width: 100%;
    display: flex;
    align-items: stretch;
    gap: 20px;
}
.youtube {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.youtube_wrapper {
    flex: 1 1 auto;
}
.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.subscribe {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex: 0 0 120px;
    background: rgba(255, 255, 255, 0.13);
    transition: all 0.4s;
    height: 100%;
    box-sizing: border-box;
    padding: 70px 80px 60px 80px;
}
.subscribe img {
}
.sub_text {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 160px;
    width: 20px;
}
.subscribe h2 {
    transform: rotateZ(90deg);
    color: #ff0000 !important;
    transition: all 0.4s;
    white-space: nowrap;
}
.subscribe:hover {
    background: rgba(255, 255, 255, 0.05);
    transform: translateX(-5px);
    cursor: pointer;
}
.about {
    height: calc(100vh - 204px);
    background-color: white;
    position: relative;
    margin-top: 102px;
}
.album_image {
    background-image: url(../pictures/mainalbumimage.jpg);
    background-size: cover;
    background-position: center;
    width: 40%;
    height: 100%;
    display: block;
    float: left;
    position: absolute;
}
.about_content {
    float: right;
    width: 60%;
    height: 100%;
    margin: 0;
    padding: 60px;
    box-sizing: border-box;
    position: relative;
}
.about_content h2 {
    color: #000000 !important;
    float: left;
}
.about_content ul {
    list-style: none;
    float: right;
}
.about_content ul a {
    text-decoration: none;
}
.about_content ul li {
    display: inline;
    margin-left: 20px;
}
.about_content ul a li img {
    transition: all 0.3s;
}
.about_content ul a li img:hover {
    transform: scale(1.2);
}
.about_content p {
    clear: both;
    margin-top: 60px;
    height: calc(100% - 55px);
    overflow-y: scroll;
}
.reviews {
    margin-top: 102px;
}
.reviews-inner {
    column-count: 2;
}
.reviews-inner a {
    display: inline-block;
    width: 100%;
}
.article_text {
    background: rgba(255, 255, 255, 0.07);
    transition: all 0.3s;
    clear: both;
    padding: 30px;
    margin-bottom: 20px;
}
.article_text:hover {
    background: rgba(255, 255, 255, 0.13);
    transform: scale(1.01);
}
.reviews .article img {
    display: none;
}
.article_text h3 {
    text-transform: uppercase !important;
    margin-bottom: 10px;
}
.article_text h4 {
    margin-bottom: 10px;
    text-transform: capitalize;
}
.article_text h5 {
    font-family: "Avenir";
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    color: #fff;
    opacity: 0.5;
}
.col1 {
    float: left;
    width: calc(50% - 10px);
}
.col2 {
    float: right;
    width: calc(50% - 10px);
}
.copyright {
    position: absolute;
    display: block;
    left: 50%;
    bottom: -50px;
    transform: translate(-50%);
}
.contact {
    background-color: rgba(255, 255, 255, 0.07);
    margin-top: 20px;
    column-count: 2;
    column-gap: 0;
    column-span: all;
    padding: 0 5%;
    text-align: center !important;
}
.contact h6 {
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-top: 10px;
}
.contact a {
    text-decoration: none;
    color: white;
}
.contact a:hover > h2 {
    transform: scale(1.03);
}
.contact h2 {
    letter-spacing: 0;
    text-transform: none;
    transition: all 0.4s;
}
.contact_content {
    padding: 60px 20px;
    margin: 0;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
.contact .contact_content h6:nth-child(-n + 1) {
    color: #e3bb01;
    letter-spacing: 2px;
}
.proof_of_life_section {
    background-color: white;
    position: relative;
    margin-top: 102px;
    height: calc(100vh - 204px);
}
.pol_image {
    width: 40%;
    height: 100%;
    display: block;
    float: left;
    background-color: #000000;
}
.pol_image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}
.pol_content {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 60px;
    box-sizing: border-box;
    position: relative;
}
.pol_content h2 {
    color: #000000 !important;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 10px;
    float: none;
}
.pol_content h3 {
    font-family: "Avenir";
    font-weight: 900;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.2em;
    text-align: left;
    color: #e3bb01;
    margin-top: 10px;
    margin-bottom: 20px;
    float: none;
    clear: both;
    width: auto;
}
.pol_text {
    clear: both;
    margin-top: 0;
    padding-right: 0;
    height: calc(100% - 78px);
    overflow-y: scroll;
    column-count: 2;
    column-gap: 40px;
    column-fill: auto;
}
.pol_text p {
    margin-bottom: 15px;
    line-height: 1.6em;
    break-inside: avoid;
}
.press_page {
    padding: 60px 40px;
    color: #fff;
}
.press_page h1 {
    font-family: "Avenir";
    font-weight: 800;
    font-size: 52px;
    text-align: center;
    margin-bottom: 70px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #e3bb01;
    text-shadow: 0 0 15px rgba(227, 187, 1, 0.4);
}
.press_section {
    margin-bottom: 70px;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 40px;
    border-radius: 0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition:
        border-color 0.3s,
        box-shadow 0.3s;
}

.press_section:hover {
    border-color: rgba(227, 187, 1, 0.5);
    box-shadow: 0 0 20px rgba(227, 187, 1, 0.1);
}

#toast {
    visibility: hidden;
    display: flex;
    align-items: center;
    gap: 15px;
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(10, 10, 10, 0.7);
    color: #fff;
    padding: 15px 25px;
    z-index: 1001;
    border-radius: 0;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    font-family: "Avenir", sans-serif;
    font-size: 16px;
    letter-spacing: 0.05em;
    opacity: 0;
    transition:
        opacity 0.5s,
        bottom 0.5s;
}

#toast.show {
    visibility: visible;
    opacity: 1;
    bottom: 40px;
}

#toast img {
    width: 24px;
    height: 24px;
    color: #fff;
}

.clicked {
    animation: click-animation 0.3s ease-in-out;
}

@keyframes click-animation {
    0% {
        transform: scale(1.03);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1.03);
    }
}

.press_section h2 {
    font-family: "Avenir", sans-serif;
    text-align: left;
    font-size: 24px;
    letter-spacing: 0.5em;
    font-weight: 400;
    text-transform: uppercase;
    border-bottom: 2px solid #e3bb01;
    padding-bottom: 15px;
    margin-bottom: 40px;
    color: #fff;
    transition: border-color 0.3s ease-in-out;
}
.press_section h2:hover {
    border-color: #fff;
}

.section-heading {
    font-family: "Avenir", sans-serif;
    text-align: left;
    font-size: 20px;
    letter-spacing: 0.4em;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #fff;
}
.cta_button {
    display: inline-block;
    background-color: #e3bb01;
    color: #000;
    padding: 18px 35px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Avenir";
    font-weight: 800;
    letter-spacing: 0.1em;
    border-radius: 0;
    box-shadow: 0 5px 15px rgba(227, 187, 1, 0.4);
    transition:
        background-color 0.3s ease-in-out,
        color 0.3s ease-in-out,
        transform 0.3s ease-in-out,
        box-shadow 0.3s ease-in-out;
}
.cta_button:hover {
    background-color: #fff;
    color: #000;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(227, 187, 1, 0.6);
}
.photo_gallery_grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.photo_gallery_grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border: 1px solid #333;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease-in-out;
}
.photo_gallery_grid img:hover {
    transform: scale(1.03);
}
.award-banner {
    position: fixed;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 12px 25px 12px 12px;
    z-index: 10;
    width: auto;
    max-width: 90%;
    border-radius: 0;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    gap: 15px;
}

.award-icon-container {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0;
    box-shadow:
        0 0 20px rgba(255, 255, 255, 0.4),
        inset 0 0 2px rgba(255, 255, 255, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    flex-shrink: 0;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.award-banner .award-icon {
    width: 28px;
    height: 28px;
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.7));
}

.award-banner p {
    color: #fff;
    font-family: "Avenir", sans-serif;
    margin: 0;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.4;
    text-align: left;
}

.award-banner .award-title {
    font-weight: 800;
    font-size: clamp(15px, 1.6vw, 17px);
    letter-spacing: 0.05em;
}

.award-banner .award-publication {
    font-weight: 400;
    font-size: clamp(13px, 1.4vw, 15px);
    opacity: 0.85;
}
.latest_news {
    background-color: #0a0a0a;
    padding: 50px 40px;
    margin-top: 20px;
    text-align: left;
    border: 1px solid #222;
    border-radius: 0;
}
.latest_news h2 {
    font-family: "Avenir", sans-serif;
    text-align: left;
    margin-bottom: 40px;
    font-size: 24px;
    letter-spacing: 0.5em;
    font-weight: 400;
    text-transform: uppercase;
}
.latest_news ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.latest_news li {
    color: #fff;
    font-family: "Times New Roman", serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.8;
    padding-left: 30px;
    position: relative;
    flex: 1 1 400px;
}
.latest_news li::before {
    content: "■";
    color: #e3bb01;
    font-size: 10px;
    position: absolute;
    left: 0;
    top: 6px;
}
.latest_news a {
    color: #e3bb01;
    text-decoration: underline;
    transition: color 0.3s;
}
.latest_news a:hover {
    color: #fff;
}

.press-list {
    list-style: none;
    padding: 0;
}

.press-list li {
    margin-bottom: 15px;
}

.press-list a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s;
}

.press-list a:hover {
    color: #e3bb01;
    text-decoration: underline;
}
