@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    }

    .logo img{
        height: 200px;
        width: auto;
    }
body{background :#121212;}

    a{
        color:#fff;
        text-decoration: none;
}

 
    .navbar {
    display:flex; /* new edit*/
       /* position: fixed ;*/
        left: 0;
        top: 0;
        width: 100%;
        padding: 25px 9%;
        
        display: flex;
        align-items: center;
        justify-content: space-between;
        z-index: 100;
        visibility: hidden;
        opacity:0;
    animation: show-content 1.5s linear forwards;
    animation-delay: 1.1s;
}
    
    @keyframes show-content{
        100%{
            visibility: visible;
            opacity:1;
        }
    }
    .navbar .logo{
        color: #fff;
        font-size: 30px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 2px;
    }
    .navbar ul  {
        display: flex;
    } 
    .navbar ul li{
        list-style: none;
        margin-left: 35px;
    
    }
    .navbar ul li a {
        font-size: 20px;
        font-weight: 500;
        transition: .5s;
        
    } 
    .navbar ul li:hover a,
    .navbar ul li.active a {
        color: #ff3d00;
    }

.home {
    display: flex;
    align-items: center;
    gap: 50px;
    height: 100vh;
    padding: 60px 9% 0;
    color: #fff;
 visibility: hidden;
        opacity:0;
    animation: show-content 1.5s linear forwards;
    animation-delay: 1.1s;
}
.bars-animation{
    position:absolute;
    width: 100%;
    height:100%;
    display: flex;
    z-index: -1;}

.bars-animation .bar{
    width: 100%;
    height: 100%;
    background: #000000;
    transform:translateY(-100%);
    animation: show-bars .5s ease-in-out forwards;
    animation-delay: calc(.1s * var(--i));
}
 @keyframes show-bars{
    100%{
    transform: translateY(0%);
 }
}

h1, h2, p {
        font-family: 'Poppins', sans-serif;
    color:white;
    }


    bars-animation{
    position:absolute;
    width: 10.0%;
    height:100%;
    display: flex;
    z-index: -1;}

.bars-animation .bar {
    width: 100%;
    height: 100%;
    background: #000000;
    transform:translateY(-100%);
    animation: show-bars .5s ease-in-out forwards;
    animation-delay: calc(.1s * var(--i));
}
 @keyframes show-bars{
    100%{
    transform: translateY(0%);
 }
 }
 .hero{
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(rgba(0,0,0,0.7), #020012), url('pictures/DIGITRAPPIN bold barcode logo trans.png');
    background-position: center;
    background-size: cover;
    display:flex;
    align-items: center;
    justify-content: center;
 
}

 form{
    width: 90%;
    max-width: 600px;
    position:center;
    padding-top: 150px;
 z-index: 1 ;
}

 .input-group{
    margin-bottom: 30px;

}

 input, textarea{
    width: 100%;
    padding: 10px;
    outline:0;
    border: 1px solid hsl(0, 100%, 50%);
    color: #fff;
    background: transparent;
    font-size: 15px;
 }

 .input-group{
    margin: bottom 30px;
    position: relative;
}
 label {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px;
    color:#fff;
    cursor: text;
 
    transition: .2s;}

 button{
    padding: 10px 0;
    color: #fff;
    outline: none;
    background: transparent;
    border: 1px solid hsl(0, 100%, 50%);
    width: 100%;
    cursor: pointer;
    font-size: 16px;
}
 

 input:focus~label,
 input:valid~label,
 textarea:focus~label,
 textarea:valid~label{
    top: -35px;
    font-size: 14px;
 
}

.row{
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}

.row .input-group
{
    flex-basis: 48%;
}

.elfsight-app-29c04e8e-bce8-4a84-b8f7-bfd737241507{
    padding-top: 200px;
}

.music-section{
   margin-left: auto;
    margin-right:auto;
    display: block;
    padding-left: 325px;
    
    
    padding-top: 250px;
}

* HAMBURGER MENU STYLE */
    #hamburger-nav {
        display: none;
    background-color: #000;
    text color: white;
    }

    .hamburger-menu {
        
        display: inline-block;
        
    }

    .hamburger-icon{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 30px;
        height: 24px;
        cursor: pointer;
    }


    html{
        scroll-behavior: smooth;
    }

    .hamburger-icon span{
        width:100%
        height:2px;
        background:#fff;
        transition:all 0.3s ease; 
    }
.menu-links{
    position: absolute;
    top: 100px;
    right: 0;
    background-color: #ff0000;
    width: fit-content;
    max-height0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    right: 0px
}
/* HAMBURGER MENU STYLE */
    #hamburger-nav {
        display: none;
    background-color: #000;
    text color: white;
    }

    .hamburger-menu {
        
        display: inline-block;
        
    }

    .hamburger-icon{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 30px;
        height: 24px;
        cursor: pointer;
    }


    html{
        scroll-behavior: smooth;
    }

    .hamburger-icon span{
        width:100%
        height:2px;
        background:#fff;
        transition:all 0.3s ease; 
    }
.menu-links{
    position: absolute;
    top: 100px;
    right: 0;
    background-color: #ff0000;
    width: fit-content;
    max-height0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    right: 0px
}

body{
    background-size:80%;
   
}
iframe{
    
    align-items: center;
}