html {
    margin: 0; 
    padding: 0;
    background: #000;
    scroll-behavior: smooth;
    font-family: "acumin-pro", sans-serif !important;
}

body {
    font-weight: 400;
}

.fire-container {
    background: #000;

    aspect-ratio: 16/9;
    overflow: hidden;
    width: 100%;

}

text {
    font-family: "acumin-pro", sans-serif !important;
}


.scroll-down {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}

.play-btn:hover {
    background: rgba(255, 255, 255, 1);
}
.play-btn {
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    color: #000;
    background: rgba(255, 255, 255, 0.7);
    transition: 0.5s linear all;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 8px 15px;
    font-size: 14px;
    border-radius: 100px;
}

.fire-abs h1 {
    color: white;
    font-size: 7rem;
    font-weight: 700;
    top: 0;
    left: 0;
    filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.52));
    -webkit-filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.52));                
    position: absolute;
    width: 100%;
    aspect-ratio: 16/9;
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: italic;
}

.logo-text{
    font-weight: 600;
    font-style: italic;
}

.logo-img {
    vertical-align: middle;
    filter: invert(1);
    width: 18px;
    height: 18px;
}

.navigation {
    position: sticky;
    z-index: 9999;
    width: 100%;
    top: 0;
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    background: rgba(50, 50, 50, 0.7);
    min-height: 50px;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.35));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.logo-cont {
    font-weight: 400;
    font-size: 1rem;
}

section {
    padding: 50px;
    position: sticky;
    top: 0;
    height: 100vh;
    width: 100%;
    display: grid;
    place-items: center;
}

.article-section {
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    position: static;
}

.section-1 {
    height: 1000vh;
    width: 100%;
    background: rgba(0,0,0,0.7);
}

.section-1 section {
    color: #fff;
}

.section-2 {
    background: #fff;
}

.bg-1 {
    background-image: url("bg-1.png") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    text-align: center;
}

.bg-2 {
    background-image: url("alice+caroline.jpg") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.bg-4 {
    background-image: url("alice+caroline+2.jpg") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.bg-1 h1 {
     filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.32));
    -webkit-filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.32));
}

.quote {
    font-size: 1rem;
}

.bg-2, .bg-3, .bg-4, .bg-5 {
    font-family: acumin-pro, sans-serif;
}

.bg-2, .bg-3, .bg-4, .bg-5 {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background: rgba(0,0,0,0.5);
}

.spacer {
    min-width: 40px;
    display: inline-block;
    color: transparent;
}

.text-container {
    margin-top: 15px;
    filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.32));
    -webkit-filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.32));
}

.navigation a {
    font-weight: 400;
    text-decoration: none;
}
.animal-btn {
    
}
.animal-btn, .search-btn {
    color: white;
    font-weight: 400 !important;
    font-size: 20px;
}

@keyframes pulse {
    0% {
        fill: #005bff;
    }
    50% {
        fill: #4587ff;
    }
    100% {
        fill: #005bff;
    }
}

#glowing-pin {
    animation: pulse 2s infinite;
}

.animal-btn img {
    height: 25px;
    vertical-align: middle;
}

@media (max-width: 575.98px) { 
    
    .text-container p {
        font-size: 0.9rem !important;
    }
    
    
    .scroll-down {
        display: none;
    }
    
    section {
        padding: 25px;
    }
    
    .navigation {
        padding-left: 25px;
        padding-right: 25px;
    }
    
    .fire-container {
        aspect-ratio: 9/16;
        overflow: hidden;
        width: 100%;
    }
    
    .mobile-only {
        display: block !important;
    }
    
    .fire-abs h1 {
        width: 100%;
        aspect-ratio: 9/16;
    }
    
    .desktop-only {
        display: none;
    }
}

.mobile-only {
    
    display: none;
}

.doubleqt {
    font-size: 5rem;
    font-family: serif;
    line-height: 0.5;
    margin-bottom: -15px;
    display: block;
    font-weight: bold
}

.section-2 {
    background: rgba(0,0,0,0.7);
    text-align: left;
    color: #fff;
}

.footer {
    height: 100vh;
    color: #fff;
    padding: 80px;
    text-align: center;
    background: #1a1a1a;
}

.footer a {
    text-decoration: none;
    color: #ab8959;
    transition: 0.5s linear color;
}

.footer a:hover {
    color: #d9993f;
    
}

.footer img {
    max-width: 100%;
    width: 400px;
    display: inline-block;
    margin-bottom: 20px;
    filter: invert(1);
}

#all-articles a:hover {
    opacity: 0.6;
    transition: 0.5s linear all;
}

.search-btn h4, .animal-btn h4 {
    font-weight: 400;
}

.search-menu, .home-menu {
    position: fixed;
    top: 0;
    z-index: 99999;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    color: #fff;
    -webkit-backdrop-filter: blur(10px);
    padding: 80px;
}

.custom-input {
    border-bottom: 3px solid #fff;
    height: 37px;
    border-top: none;
    border-left: none;
    border-right: none;
    background: transparent;
    color: #fff;
    width: 100%;
    font-size: 30px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
    transition: border-bottom 0.3s ease-in-out;
}

.custom-input:focus {
    border-bottom: 3px solid #6ba8ff;
    outline: none;
}

.search-cont, .menu-cont {
    width: 400px;
    max-width: 100%;
}
.search-cont p, .menu-cont p {
    margin-top: 0;
    padding-top: 0;
}

.results ul {
    list-style: decimal;
    margin-left: -10px;
}

.results a, .menu-list a {
    color: white;
}

.menu-list-sub {
    list-style: none;
    margin-left: -2.5px;

}

.toggle-menu, .toggle-search {
    cursor: pointer;
}
