@import url('https://fonts.googleapis.com/css2?family=Anton+SC&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

:root {
    --primary: #417156;
    --light: #f2f1eb;
    --black: #070808;
    --font3: newsreader-regular;
    --font4: newsreader-medium;
    --blue: #64BDBB;
}

@font-face {
    font-family: align-medium;
    src: url('../fonts/BGS-Fonts/Align-Medium.otf');
}

@font-face {
    font-family: align-regular;
    src: url('../fonts/BGS-Fonts/Align-Regular.otf');
}

@font-face {
    font-family: align-regular-italic;
    src: url('../fonts/BGS-Fonts/Align-RegularItalic.otf');
}

@font-face {
    font-family: newsreader-regular;
    src: url('../fonts/NewsreaderText-Regular.woff');
}

@font-face {
    font-family: newsreader-medium;
    src: url('../fonts/NewsreaderText-Medium.woff');
}

@font-face {
    font-family: "value-serif-regular";
    src: url('../fonts/BGS-Fonts/value-serif-regular.ttf');
}

@font-face {
    font-family: "value-serif-medium";
    src: url('../fonts/BGS-Fonts/value-serif-medium.ttf');
}

.font-align-medium {
    font-family: align-medium !important;
}

.font-align-regular {
    font-family: align-regular !important;
}

.font-28 {
    font-size: 28px !important;
}

.font3 {

    font-family: var(--font3) !important;
}

.anton {
    font-family: "Anton", serif !important;
}

input {
    box-shadow: none;
    outline: none;
}

.font4 {
    font-family: var(--font4) !important;
}

.fw-light {
    font-family: align-regular !important;
}

.font2 {
    font-family: "Anton", sans-serif !important;
    font-weight: 200 !important;
    font-style: normal;
}

body {
    font-family: align-regular !important;
    overflow-x: hidden;
    background-color: var(--light);
    padding: 15px;

}

header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: var(--light);
}

/* Navigation styles */
nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    z-index: 1000;
}

.menu {
    display: flex;
    position: relative;
    z-index: 999;
    margin: auto;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}


/* Menu item styles */
.menu-item {
    white-space: nowrap;
}

.menu .menu-item:first-child {
    margin-left: 12px;
}

.menu-item a {
    display: block;
    color: var(--primary);
    font-size: 20px;
    padding: 12px 12px;
    font-family: align-regular !important;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    text-transform: uppercase;
}

@supports (-webkit-appearance: none) and (not (appearance: none)) {
    .menu-item a {
        font-weight: 500;
    }
}

/* Logo styles */
.logo {
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    width: 140px;
    color: var(--primary);
}

.logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.fas.fa-search {
    position: absolute;
    right: 10px;
    color: #F2F1EB;
}



.bg-light {
    background-color: vaR(--light) !important;
}

section.default {
    min-height: 540px;
}

.border-primary {
    border-color: var(--primary) !important;
}

.home-section-1 {
    background-color: var(--primary);
    color: var(--light);
    padding: 30px;
}

.home-section-2 {
    background-color: #f2f1eb;
    color: #000;
    padding: 30px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    padding: 0px;
}

.mg-tt {
    font-size: 120px;
}

.box {
    border: 4px solid var(--primary);
    padding: 30px;
}

.text-primary {
    color: var(--primary) !important;
}


.box .img {
    object-fit: cover;
}

.box2 {
    height: 100%;
}

.box2>.row {
    height: 100%;
}

.box2 .img {
    object-fit: cover;
    object-position: center;
    width: auto !important;
}

.social-cisons a {
    color: var(--primary);
    font-size: 32px;
    display: inline-block;
    margin: 0 20px;

}

.footer-line {
    border: none;
    border-top: 2px solid #417156;
    margin-top: -29px;
    height: 5px;
    width: 100%;
}

.footer-menu {
    max-width: 1000px;
    margin: auto;
    margin-top: 85px;
    display: flex;
    justify-content: center;
    list-style: none;
    flex-wrap: wrap;
}

.footer-menu a {
    padding: 8px 12px;
}

.section {
    padding: 40px 0;
}

.section+.section {
    padding-top: 0;
}

.section-title {
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section-title h4 img {
    height: 39px;
}

.section-title h4 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-style: italic;
    line-height: normal;
}

.section-title h4 {
    font-size: clamp(28px, 5vw, 51px);
}

.section-title a {
    text-decoration: underline;
    color: var(--primary);
    font-size: clamp(16px, 3vw, 24px);
}

.vertical-box {
    color: var(--primary);
}

.vertical-box a {
    text-decoration: none;
    color: var(--primary);
}

.vertical-box img {
    object-fit: cover;
}

.bg-primary {
    background-color: var(--primary) !important;
}

.bg-primary * {
    color: var(--light) !important;
}

.good-country {
    padding: 30px;
}

.home-good-county img {
    filter: grayscale(100%) contrast(100%);
}

.bg-black * {
    color: var(--light) !important;
}

.bg-black {
    background-color: var(--black) !important;
}

.text-primary {
    color: var(--primary) !important;
}

.grid-42 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 40px;
}

.listing-box {}

.listing-box .img {
    height: 600px;
}

.post-content {
    text-align: left;
    line-height: 1.3;
}

.post-content p {
    font-size: 24px;
    margin-bottom: 45px;
    font-family: var(--font3);
}

.post-content strong {
    font-family: 'align-medium';
}

.gc .post-content strong {
    font-family: 'value-serif-medium' !important;
	font-weight:bold;
}

.post-content iframe {
    width: 100% !important;
}

.fullscreen-iframee {
    aspect-ratio: 16 / 9;
    width: 100% !important;
}

.hr {
    border-width: 2px;
    border-color: var(--primary) !important;
    border-style: solid;
}

.ul li {
    font-size: 22px;
    font-family: var(--font4) !important;
    margin-bottom: 10px;
}

.search-box {
    z-index: 1000;
    background-color: #417156;
    border-radius: 0px;

}

.search-form {
    width: 100%;
    padding: 0 30px 0 10px;
    border: none;
    background: #417156;
    color: black;
    max-width: 200px;
    width: 100%;
    height: 42px;
    font-size: 16px;
    font-family: align-regular;
}

.search-form::placeholder {
    color: var(--light);
    background-color: #417156;
}

.fas.fa-search {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #F2F1EB;
}

.search-form img {
    width: 30px;
}

.about-box {
    text-align: center;
}

.about-box p {
    font-size: 18px;
    margin-bottom: 20px;
}

.music-heading {
    font-size: 77px;
}

.section-inner {
    border-top: 2px solid var(--primary);
    padding-top: 20px;
}

.playlist-frame {
    width: 100%;
    height: 640px;
}

.playlist-frame-parent {
    overflow: hidden;
}

.gc .logo {
    color: var(--black);
}

.gc .menu-item a {
    color: var(--black);
}

.gc-heading {
    font-size: 230px;
    text-align: center;
}

.gc-subheading {
    font-size: 140px;
    text-align: center;
}

.text-black {
    color: var(--black) !important;
}

.gc-hr {
    border: 2px solid var(--black) !important;
    margin-bottom: 30px;
    margin-left: -30px;
    margin-right: -30px;
}

.gc .box {
    font-family: "Anton", serif !important;
}

.gc-article-featured-image {
    margin-left: -30px;
    margin-right: -30px;
}

.striped-div {
    width: 100%;
    height: 285px;
    background-image: linear-gradient(to bottom, black 4px, transparent 4px);
    background-size: 100% 40px;
    background-repeat: repeat;
    display: flex;
    align-items: center;
}

.gc-full {
    margin-left: -30px;
    margin-right: -30px;
}

.gc-blue {
    height: 122px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: align-medium !important;
    border: 4px solid #070808;
}

.dynamic-text {
    width: 95%;
    margin:auto;
    transition: font-size 0.3s ease;
}

.gc-frame {
    border: 0;
    width: 100%;
    height: 720px;
}

.gc-splls {
    max-width: 800px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.gc-splls img {
    width: 100%;
    background: var(--blue);
}

.gc-splls .content {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: space-between;
    background: var(--blue);
    padding: 40px;
    font-family: newsreader-medium !important;
}

.newsreader {
    font-family: newsreader-medium !important;
}