/* --- ROOT --- */

:root {
    --main-color: #f6f6ee;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
    background-color: var(--main-color);
   
}

#music {
    background-color: #6a56d3;

}

html {
    overflow-y: scroll;
}

/* --- FONTS --- */

@font-face {
    font-family: 'magnetik';
    src: url('./fonts/Magnetik-Light.otf') format('opentype');
    font-style: normal;
    font-weight: 100;
}

@font-face {
    font-family: 'magnetik';
    src: url('./fonts/Magnetik-Regular.otf') format('opentype');
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: 'magnetik';
    src: url('./fonts/Magnetik-SemiBold.otf') format('opentype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'magnetik';
    src: url('./fonts/Magnetik-Bold.otf') format('opentype');
    font-style: normal;
    font-weight: bold;
}


/* --- HEADER --- */

#top-line {
    margin-top: 40px;
    background-color: #141313;
    height: 2px;
}

#bottom-line {
    background-color: #141313;
    height: 2px;
}

/* Set <main> section with zero margin top/bottom, and auto ie: centered down the middle */
main {
    max-width: 1580px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Main flex parent container for navigation bar */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2px 0;
   
}

#logo {
    margin-bottom: -3px ;
    
}

.navlinks {
    list-style-type: none;
    margin-left: auto;
    display: flex;
}

.navlinks li {
    margin-left: 20px;
   
}

.navlinks a {
    text-decoration: none;
    color: #141313;
    font-family:'magnetik';
    font-size: 1.5rem;
    font-weight: bold;
 
}

.statement {
    font-family: 'magnetik';
    font-size: 1.3rem;
    margin-left: 217px;
}

/* --- HERO --- */

.info {
    margin-top: 165px;
    margin-left: 100px;
}

.hero-container {
    display: flex;
}

.hero-image {
    margin-top: 175px;
}

.hero-container .info h1 {
    font-family: 'magnetik';
    font-size: 4.9rem;
    font-weight: bold;
    letter-spacing: -1px;
    color: #141313;
}

.description {
    font-family: 'magnetik';
    font-size: 1.5rem;
    font-weight: 100;
    letter-spacing: 0.5px;
    font-style: normal;
    line-height: 1.7;
    margin-top: 40px;
}

.icon-container {
    display: flex;
    justify-content: space-around;
    width: 520px;
    margin-top: 100px;
}

.icon-descriptions {
    display: flex;
    justify-content: space-around;
    width: 520px;
    margin-top: 10px;
    font-family: 'magnetik';
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 100;
    font-style: normal;
}

.block {
    text-align: center;
    width: 200px;
}

.hero-bottom {
    background-color: #f6f6ee;
    height: 190px;
}

.divider-line {
    background-color: #141313;
    height: 3px;
    width: 1580px;
}

.divider-line2 {
    background-color: #141313;
    height: 3px;
    margin-top: -4px;
    width: 1580px;
}

.mid-section-top {
    background-color: #f6f6ee;
    height: 150px;
}

.mid-section-heading {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}

.mid-section-heading h1 {
    font-family: 'magnetik';
    font-size: 4rem;
    font-weight: normal;
    font-style: normal;
    letter-spacing: -1px;
    color: #141313;
}

.mid-section-image-container {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    gap: 40px;
}

.mid-section-bottom {
    background-color: #f6f6ee;
    height: 150px;
}

/* --- FOOTER --- */

.divider-line3 {
    background-color: #141313;
    height: 2px;
    width: 100%;
}

.footer-top {
    /* background-color: #f6f6ee; */
    height: 80px;
}

.footer-container {
    display: flex;
    justify-content: space-between;
}


.footer-right {
    margin-top: 0px;

}

.footer-navlinks {
    display: flex;
    gap: 40px;
    margin-bottom: 10px;
    list-style-type: none;
    
}

.footer-navlinks a {
    text-decoration: none;
    color: #141313;
    font-family:'magnetik';
    font-size: 1.5rem;
    font-weight: normal;
    font-style: normal;
}

.footer-description {
    font-family: 'magnetik';
    font-size: 1.2rem;
    font-weight: 300;
    font-style: normal;
    line-height: 1.7;
    margin-top: -5px;
    margin-left: 213px;
}

.footer-bottom {
    /* background-color: #f6f6ee; */
    height: 60px;
}

.location-container {
    display: flex;
    gap: 5px;
    margin-left: 345px;
}

.location-container p {
    font-family: 'magnetik';
    font-size: 1.2rem;
    font-weight: 300;
    font-style: normal;
    
}

.footer-icon-container {
    display: flex;
    gap: 34px;
    margin-top: 20px;
    margin-left: -4px;
}

/* --- ABOUT --- */

#about-container {
    display: flex;
    justify-content: space-around;
    margin-bottom: 160px;
}

.about-left {
    width: 535px;
    margin-top: 235px;
    margin-left: 55px;

}

.about-title {
    font-family: 'magnetik';
    font-size: 4.75rem;
    font-weight: bold;
    letter-spacing: -1px;
    color: #141313;
    line-height: 1;

}

.about-right {
    margin-top: 180px;
    margin-left: -20px;
}

.about-description {
    margin-top: 32px;
    font-family: 'magnetik';
    font-size: 1.3rem;
    font-weight: 100;
    font-style: normal;
    line-height: 1.7;
}

.about-description2 {
    margin-top: 32px;
    font-family: 'magnetik';
    font-size: 1.3rem;
    font-weight: 100;
    font-style: normal;
    line-height: 1.7;
}

/* --- THINGS --- */

#things-container {
    display: flex;
    justify-content: space-around;
    margin-bottom: 160px;
}

.things-left {
    width: 680px;
    margin-top: 260px;
    margin-left: 30px;

}

.things-title {
    font-family: 'magnetik';
    font-size: 4.75rem;
    font-weight: bold;
    letter-spacing: -1px;
    color: #141313;
    line-height: 1;

}

.things-title2 {
    font-family: 'magnetik';
    font-size: 4.75rem;
    font-weight: bold;
    letter-spacing: -1px;
    color: #141313;
    line-height: 1;
    margin-top: 32px;

}

.things-right {
    margin-top: 250px;
    margin-left: -15px;
}

.things-description {
    margin-top: 25px;
    font-family: 'magnetik';
    font-size: 1.3rem;
    font-weight: 100;
    font-style: normal;
    line-height: 1.4;
}

#things-container2 {
    display: flex;
    justify-content: space-around;
    margin-bottom: 160px;
}

.things-left2 {
    margin-top: 140px;
    margin-left: -110px;

}

.things-title3 {
    font-family: 'magnetik';
    font-size: 4.75rem;
    font-weight: bold;
    letter-spacing: -1px;
    color: #141313;
    line-height: 1;
    margin-top: 80px;
}

.gear-list {
    font-family: 'magnetik';
    font-size: 1.3rem;
    font-weight: 100;
    font-style: normal;
    line-height: 1.4;
    margin-left: 20px;
    margin-top: 45px;
}

.gear-list2 {
    font-family: 'magnetik';
    font-size: 1.3rem;
    font-weight: 100;
    font-style: normal;
    line-height: 1.4;
    margin-left: 20px;
    margin-top: 20px;
}

.gear-list3 {
    font-family: 'magnetik';
    font-size: 1.3rem;
    font-weight: 100;
    font-style: normal;
    line-height: 1.4;
    margin-left: 20px;
    margin-top: 20px;
}

/* --- MUSIC --- */

button {
    cursor: pointer;
}


#music-container {
    display: flex;
    justify-content: space-around;
    margin-bottom: 160px;
}

.music-right {
    margin-top: 220px;
    margin-left: 0px;
}

.music-player-container {
    border: 2px solid #141313;
    width: 383px;
    height: 784px;
    margin-top: 137px;
}

.music-player-title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'magnetik';
    font-size: 1.9rem;
    font-weight: bold;
    border-bottom: 2px solid #141313;
    width: 379px;
    height: 81px;
    background-color: #5F45D0;
}

.featured-music {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100px;
    border-bottom: 2px solid #141313;

}

.featured-music:last-child {
    border-bottom: none;
}

.track-artist {
    font-family: 'magnetik';
    font-size: 1.4rem;
    font-weight: bold;
}

.track-title {
    font-family: 'magnetik';
    font-size: 1rem;
    font-weight: 100;
    font-style: normal;
}

.play-button {
    position: absolute;
    margin-left: 0px;
    margin-top: -30px;
    background-color: #6a56d3;
    color: #141313;
    border: none;
    font-size: 4rem;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.play-button::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border: 4px solid #141313;
    border-radius: 50%;
}

.track-info {
  margin-left: 30px;
}

.progress-container {
    background: #B633D6;
    cursor: pointer;
    margin: 10px 0;
    height: 4px;
    width: 260px;
}

.progress {
    background-color: #141313;
    height: 100%;
    width: 0%;
    transition: width 0.1s linear;
}

/* --- Toggle Switch --- */

.pause-button {
    display: none;
    position: absolute;
    margin-left: -4px;
    margin-top: -30px;
    background-color: #6a56d3;
    color: #141313;
    border: none;
    font-size: 4rem;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.pause-button::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 4px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border: 4px solid #141313;
    border-radius: 50%;
}

/* --- Contact --- */

#contact-container {
    display: flex;
    justify-content: space-around;
    margin-bottom: 160px;
}

.contact-left {
    width: 530px;
    margin-top: 210px;
}

.contact-title {
    font-family: 'magnetik';
    font-size: 8.5rem;
    font-weight: bold;
    color: #141313;
    line-height: 0.8;
    margin-left: 15px;
}

.gradient {
    margin-left: -5px;
}

.form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 245px;
    width: 664px;
}

input::placeholder {
    color: #b3adad; 
  }



/* .contact-right {
    display: flex;
    flex-direction: column;
} */

.contact-name {
    font-family: 'magnetik';
    font-size: 1.5rem;
    font-weight: bold;
    font-style: normal;
    background-color: #f6f6ee;
    padding: 10px;
    border: 2px solid #141313;
    outline: none;
}

.contact-email {
    font-family: 'magnetik';
    font-size: 1.5rem;
    font-weight: bold;
    font-style: normal;
    background-color: #f6f6ee;
    padding: 10px;
    border: 2px solid #141313;
    outline: none;
}

.contact-message {
    font-family: 'magnetik';
    font-size: 1.5rem;
    font-weight: bold;
    font-style: normal;
    background-color: #f6f6ee;
    padding: 10px 10px 340px 10px;
    border: 2px solid #141313;
    outline: none;
}

.contact-submit {
    font-family: 'magnetik';
    font-size: 1.5rem;
    font-weight: bold;
    font-style: normal;
    background-color: #5F45D0;
    border-radius: 5px;;
    width: 100px;
    color: #f6f6ee;
    padding: 10px;
    border: none;
    cursor: pointer;
}
