*{
    margin: 0;
    padding: 0;
}
body{
    background: black;
}
.hero-section-container{
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.new-nav-container{
    width: 100%;
    height: 100px;
    position: absolute;
    top: 0;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0;
    place-items: center;
    z-index: 101;
}
.new-nav-hyper{
    cursor: pointer;
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ah-logo{
    width: 75%;
}
.new-vid-hero{
    width: 100%;
}
.new-nav-ac{
    width: 90%;
}
.new-nav-ac ul{
    list-style: none;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.new-nav-ac ul li{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.new-nav-ac ul li a{
    text-decoration: none;
    color: white;
    font-family: 'Koulen';
    font-size: 200%;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}
.links-hyper{
    border: 2px solid white;
    padding: 0px;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 10px;;
}
.jungle-banner-transition{
    width: 100%;
    height: 20%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 101;

}
.welcome-header-new{
    position: absolute;
    top: 35%;
    left: 5%;
    color: white;
    font-family: 'Impact';
    font-size: 500%;
    width: 100%;
    text-transform: uppercase;
    z-index: 101;
}
/* */
.beginning-container{
    width: 100%;
    height: auto;
    background: #304529;
    display: grid;
    grid-template-columns: 60% 40%;
    gap: 0;
    padding-bottom: 5%;
}
.begun-text-cont{
    width: 100%;
    height: 100%;
    padding-top: 5%;
}
.begun-header{
    color: white;
    font-size: 3.4em;
    font-family: 'SanFran';
    font-weight: bold;
    margin-top: 2%;
    margin-left: 2%;
}
.begun-description{
    margin-top: 4%;
    margin-left: 2%;
    color: white;
    font-size: 2em;
    font-family: 'SanFranThin';
    width: 90%;
}
.begun-mixer-cont{
    padding-top: 5%;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dj-container{
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 700px;
}
.beginning-transition-b{
    position: absolute;
    width: 100%;
    height: 136px;
    overflow: hidden;
    transform: rotate(180deg);
}
.jungle-banner-top{
    width: 100%;
    height: 100%;
}
.dj-video-container{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.amazon-tracks-header{
    position: absolute;
    color: white;
    top: 20%;
    width: 100%;
    text-align: center;
    font-family: 'Inter';
    font-size: 3em;
    text-shadow: 4px 4px 4px rgba(255, 255, 255, 0.50);
}
.songs-grid-container{
    width: 80%;
    height: 55%;
    margin-left: 10%;
    position: absolute;
    top: 30%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, 1fr);
    gap: 1%;
}
.song-track{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.songs-track-text{
    text-decoration: none;
    color: white;
    font-family: 'SanFran';
    font-size: 2em;
    text-align: left;
    width: 100%;
    text-align: center;
}
.tracks-transition{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 20%;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.idea-behind-cont{
    width: 100%;
    height: auto;
    background: black;
    display: grid;
    grid-template-columns: 40% 60%;
    gap: 0;
    padding-top: 10%;
    padding-bottom: 10%;
}
.idea-description-container{
    width: 100%;
    height: 100%;
}
.headphones-container{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.idea-header{
    float: right;
    font-size: 4em;
    color: white;
    font-family: 'SanFran';
    margin-right: 2%;
}
.idea-text{
    font-family: 'SanFranThin';
    font-size: 2em;
    text-align: right;
    float: right;
    margin-right: 2%;
    margin-top: 2%;
    width: 80%;
    color: white;
}
.footer-container{
    width: 100%;
    height: auto;
    background: #304529;
    position: relative;
    padding-bottom: 5%;
}
.drip-container{
    width: 100%;
    height: 148px;
}
.drip-svg{
    width: 100%;
    margin-top: -.5%;
}
.footer-body{
    width: 100%;
    height: 378px;
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 0;
}
.footer-description-cont{
    width: 100%;
    height: 100%;
}
.footer-header{
    font-family: 'Impact';
    font-size: 2em;
    color: white;
    margin-left: 2%;
}
.footer-description{
    font-family: 'ModernSans';
    margin-left: 2%;
    color: white;
    font-size: 1.8em;
    margin-top: 2%;
}
.footer-links{
    width: 80%;
    height: 100%;
    margin-left: 10%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5%;
}
.footer-link{
    width: 100%;
    height: 100%;
    text-align: center;
}
.footer-link-header{
    font-family: 'Impact';
    font-size: 2em;
    margin-top: 2%;
    color: white;
}
.nav-link-foot{
    color: white;
    text-decoration: none;
    font-size: 1.5em;
    font-family: 'ModernSans';
}
.social-media-grid-cont{
    width: 100%;
    height: 60%;
    margin-top: 8%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 5%;
}
.social-media{
    display: flex;
    align-items: center;
    justify-content: center;
}
.sm-logo{
    width: 50%;
}
.footer-copyright-sec{
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: 0;
    background: #2c3f26;
    box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.25);
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 0;
}
.copyright-text-container{
    display: flex;
    align-items: center;
    justify-content: left;
    margin-left: 2%;
}
.hc-signature{
    display: flex;
    align-items: center;
    justify-content: right;
    margin-right: 2%;
}
.copyright-text,
.signature-text{
    font-family: 'Koulen';
    font-size: 1.5em;
    color: white;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}
.hc-blue{
    text-decoration: none;
    color: #79F9FF;
}
@font-face{
    font-family: 'SanFran';
    font-weight: normal;
    src: url('fonts/SFNSDisplay-Regular.otf');
}
@font-face{
    font-family: 'SanFranThin';
    font-weight: normal;
    src: url('fonts/SFNSDisplay-Thin.otf');
}
@font-face{
    font-family: 'Inter';
    font-weight: bold;
    src: url('fonts/Inter-VariableFont_slnt\,wght.ttf');
}
@font-face{
    font-family: 'ModernSans';
    font-weight: normal;
    src: url('fonts/ModernSans-Light.otf');
}
@media screen and (min-width: 0px) and (max-width: 500px)
{
    .new-nav-container{
        place-items: center;
        place-content: center;
        grid-template-columns: 1fr;
        width: 100%;
    }
    .new-vid-hero{
        width: 200%;
    }
    .new-nav-hyper{
        width: 20%;
        margin-left: -5%;
    }
    .ah-logo{
        width: 100%;
    }
    .new-nav-ac{
        display: none;
    }
    .navigation-container,
    .cta-nav{
        display: none;
    }
    .welcome-header-new{
        font-size: 175%;
        width: 90%;
    }
    .nav-container{
        grid-template-columns: 100%;
    }
    .logo-and-name-cont{
        align-items: center;
        justify-content: center;
    }
    .alien-nft{
        max-width: 100px;
        max-height: 100px;
    }
    .video-container{
        height: 50vh;
    }
    .welcome-header{
        font-size: 3em;
        width: 90%;
    }
    .beginning-container{
        grid-template-columns: 100%;
    }
    .begun-header{
        font-size: 2em;
    }
    .begun-description{
        font-size: 1.8em;
    }
    .begun-mixer-cont{
        display: none;
    }
    .amazon-tracks-header{
        font-size: 2em;
    }
    .songs-grid-container{
        width: 100%;
        margin-left: 0;
    }
    .songs-track-text{
        font-size: 1.5em;
    }
    .idea-behind-cont{
        grid-template-columns: 100%;
    }
    .headphones-container{
        display: none;
    }
    .idea-header{
        float: unset;
        width: 100%;
        text-align: center;
        font-size: 3em;
    }
    .idea-text{
        float: unset;
        width: 80%;
        text-align: center;
        margin-left: 10%;
        font-size: 1.5em;
    }
    .footer-body{
        display: inline-block;
        grid-template-rows: repeat(5, 1fr);
        grid-auto-flow: column;
        gap: 5px;
        height: auto;
        padding-bottom: 12%;
    }
    .footer-links{
        display: inline-block;
        grid-template-rows: repeat(5, 1fr);
        grid-auto-flow: column;
        gap: 5px;
        width: 90%;
        margin-left: 2%;
    }
    .footer-link{
        text-align: left;
    }
    .social-media-grid-cont{
        height: 100%;
        display: inline-flex;
        grid-auto-flow: column;
        gap: 0;
    }
    .copyright-text,
    .signature-text{
        font-size: .8em;
    }
}
@media screen and (min-width: 501px) and (max-width: 900px)
{
    .new-nav-container{
        place-items: center;
        place-content: center;
        grid-template-columns: 1fr;
        width: 100%;
    }
    .new-vid-hero{
        width: 200%;
    }
    .new-nav-hyper{
        width: 20%;
        margin-left: -5%;
    }
    .ah-logo{
        width: 100%;
    }
    .new-nav-ac{
        display: none;
    }
    .navigation-container,
    .cta-nav{
        display: none;
    }
    .welcome-header-new{
        font-size: 300%;
        width: 90%;
    }
    .nav-container{
        grid-template-columns: 100%;
    }
    .logo-and-name-cont{
        align-items: center;
        justify-content: center;
    }
    .alien-nft{
        margin-left: 0;
        max-width: 200px;
        max-height: 200px;
    }
    .nav-header{
        margin-left: 0;
    }
    .navigation-container,
    .cta-nav{
        display: none;
    }
    .welcome-header{
        font-size: 3.5em;
        width: 80%;
    }
    .beginning-transition-a{
        bottom: -1%;
    }
    .jungle-vid-cont{
        width: 100%;
        height: 100%;
        z-index: 10;
        object-fit: cover;
        min-height: 100vh;
    }
    .audio-mixer-image,
    .headphones-graphic{
        width: 100%;
    }
    .songs-track-text{
        font-size: 1.5em;
    }
    .idea-behind-cont{
        padding-bottom: 20%;
    }
    .footer-body{
        display: inline-block;
        grid-template-rows: repeat(5, 1fr);
        grid-auto-flow: column;
        gap: 5px;
        height: auto;
        padding-bottom: 12%;
    }
    .footer-links{
        display: inline-block;
        grid-template-rows: repeat(5, 1fr);
        grid-auto-flow: column;
        gap: 5px;
        width: 90%;
        margin-left: 2%;
    }
    .footer-link{
        text-align: left;
    }
    .social-media-grid-cont{
        height: 100%;
        display: inline-flex;
        grid-auto-flow: column;
        gap: 0;
    }
    .copyright-text,
    .signature-text{
        font-size: 1em;
    }
}
@media screen and (min-width: 901px) and (max-width: 1300px)
{
    .audio-mixer-image{
        width: 100%;
    }
    .footer-links{
        margin-left: 5%;
    }
}
@media screen and (min-width: 0px) and (max-width: 255px)
{
    .welcome-header{
        font-size: 2.2em;
    }
    .songs-track-text{
        font-size: .8em;
    }
    .footer-body{
        padding-bottom: 100px;
    }
    .copyright-text,
    .signature-text{
        font-size: .5em;
    }
}