* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Lato', sans-serif;
    font-family: 'Montserrat', sans-serif;
    list-style: none;
}

html {
  font-size: 62.5%;
  background-color: black;
 }
  
  .hero {
    width: 100%;
    height: 140vh;
    background-image: url(img/gold_stars_banner_background.png);
    background-size: cover;
    background-position: center;
    background-color: black;
  }
  
  nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 2%;
    margin-top: -3px;
  }
  
  #logo-image {
    max-width: 200px;
    max-height: 200px;
  }
  
  
  nav ul li {
    list-style-type: none;
    display: inline-block;
    padding: 10px 20px;
  }
  
  nav ul li a {
    color: gold;
    text-decoration: none;
    font-weight: bold;
    font-family: 'Road Rage', sans-serif;
  }
  
  nav ul li a:hover {
    color: rgba(226, 9, 9, 0.824);
    transition: .3s;
  }
  
  nav ul li {
    font-size: 15px;
  }
  
 .content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 5px;
    height: 45vh;
 }

 .content h3 {
    display: block;
    width: 100%;
    color: #ffffffb3;
    font-size: 23px;
    letter-spacing: 10px;
    text-transform: uppercase;
    font-weight: 500;
 }

.content h1 {
    width: 100%;
    font-size: 100px;
    color: white;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 55px;
    margin-top: -8%;
}

.content p {
    width: 100%;
    color: #ffffffb3;
    font-size: 18px;
    line-height: 30px;
    position: relative;
    margin-bottom: 10px;
    padding-top: 50vh;
    z-index: 5;
}

.content img {
  position: absolute;
  top: 55%;
  max-width: 600px;
}

.main-img {
    position: absolute;
    top: 123%;
    left: 50%;
    transform: translate(-50%,-50%);
   
}

.beat-player {
  height: 165vh;
  background-image: url(img/black_fadeout4.png);
  background-position: cover;
  text-align: center;
  clip-path: polygon(
   /*  0 0,
     100% 0,
     100% 80%,
     50% 100%,
     0% 80%
*/
  ); 
}

.beat-player iframe {
  max-height: 800px;
  margin-top: 5%;
  border: none;
}

.beat-player h3 {
  text-align: center;
  display: block;
  width: 100%;
  color: #ffffffb3;
  font-size: 45px;
  letter-spacing: 10px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 40%;
  margin-bottom: 5%;
  font-family: 'Poppins', sans-serif;
}

.beat-player h3 span {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

.about {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  align-items: center;
  grid-gap: 2rem;
  background-color: black;
}

.about-img img {
  max-width: 60%;
  width: 640px;
  height: auto;
  margin-top: 10%;
  margin-left: 40%;
}

span {
  color: goldenrod; 
  font-style: italic;
}



.about-text h2 {
  display: block;
  width: 100%;
  color: #ffffffb3;
  font-size: 30px;
  letter-spacing: 10px;
  font-weight: 900;
  margin-top: 14%;
  margin-bottom: 5%;
  font-family: 'Lato', sans-serif;}

.about-text p {
  color: white;
  letter-spacing: 1px;
  line-height: 28px;
  font-size: 25px;
  margin-bottom: 45px;
  margin-right: 30%;
  font-family: 'Lato', sans-serif;  
  font-weight: 500;
}

.container {
  width: 100%;
  min-height: 100vh; 
  background-image: url(img/Nas\ and\ L13\ \(1500\ x\ 2200\ px\).png);
  background-repeat: no-repeat;
  background-size: cover;

}

.container h2 {
  padding: 7% 0;
  text-align: center;
  display: block;
  width: 100%;
  color: #ffffffb3;
  font-size: 45px;
  letter-spacing: 10px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
}

.container h2 span {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

.price-row {
  width: 90%;
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 25px;
  margin-top: 0%;
}

.price-col-one {
  background: url(img/Premium\ Price\ List\ 1B.png);
  background-position: center;
  background-repeat: no-repeat;
  padding: 10% 15%;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  width: 500px;
  min-height: 900px;
}

.price-col-two {
  background: url(img/Premium\ Price\ List\ 2B.png);
  background-position: center;
  background-repeat: no-repeat;
  padding: 10% 15%;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  width: 500px;
  min-height: 900px;
}

.price-col p {
  font-size: 22px;
}

.price-col h3 {
  font-size: 44px;
  margin: 20px 0 40px;
  font-weight: 500;
  color: goldenrod;
  font-family: 'Road Rage', sans-serif;
}

.price-col ul {
  text-align: left;
  margin: 20px 0;
  color: #ffffffb3;
}

.price-col ul li {
  margin: 15px 0;
  list-style-type: none;
}

.price-col ul li::before {
  content: '\2020';
  color: goldenrod;
  font-weight: bold;
  margin-right: 8px;
}

.price-col-one button {
  width: 100%;
  padding: 14px 0;
  background: transparent;
  color: white;
  font-size: 15px;
  border: 1px solid goldenrod;
  border-radius: 6px;
  margin-top: 775px;
  cursor: pointer;
  transition: background 0.5s;
}

.price-col-one button:hover {
  background: goldenrod;
  color: black;
  font-weight: 500;
}

.price-col-two button {
  width: 100%;
  padding: 14px 0;
  background: transparent;
  color: white;
  font-size: 15px;
  border: 1px solid goldenrod;
  border-radius: 6px;
  margin-top: 775px;
  cursor: pointer;
  transition: background 0.5s;
}

.price-col-two button:hover {
  background: goldenrod;
  color: black;
  font-weight: 500;
}

.contact-div {
  width: 100%;
  height: 110vh;
  background-image: url(img/black_fadeout3.png);
  clip-path: polygon(
     0 0,
     100% 0,
     100% 80%,
     50% 100%,
     0% 80%

  ); 
} 

 main {
  width: 70rem;
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  height: 45rem;
  border-radius: 2rem;
  padding: 2rem;
 }
 
 form {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
 }
 
 .input__container {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
 }
 
 .input__container label { 
  font-size: 1.6rem;
  font-family: 'Lato', sans-serif;
}
 
 .input__container input,
 textarea {
  padding: 1rem 2rem;
  border-radius: 5px;
  border: 1px solid #555;
  resize: none;
  background-color: #222121;
  color: #fff;
 }
 
 button {
  align-self: flex-start;
  padding: 1rem 2rem;
  border-radius: 5px;
  border: none;
  background: #333;
  color: #fff;
  cursor: pointer;
 }

 .input__container {
  color: goldenrod;
 }

 main h1 {
  padding: 10% 0;
  text-align: center;
  letter-spacing: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffffb3;
  font-size: 45px;
  width: 100%;
  margin-top: 5%;
  font-family: 'Poppins', sans-serif;
}
 
.social-div {
  background-color: black;
  height: 20vh;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.social-div ul {
  display: flex;
}

.social-div ul li {
  position: relative;
  display: block;
  color: #666;
  font-size: 30px;
  height: 60px;
  width: 60px;
  background: #171515;
  line-height: 60px;
  border-radius: 50%;
  margin: 0 15px;
  cursor: pointer;
  transition: 5s;
}

.social-div ul li:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background: goldenrod;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  z-index: -1;
  transform: scale(0.9);
  transition: .5s;
}

.social-div ul li:hover:before {
  filter: blur(3px);
  transform: scale(1.2);
  box-shadow: 0 0 15px goldenrod;
}

.social-div ul li:hover {
  color: #ffa502;
  box-shadow: 0 0 15px goldenrod;
  text-shadow: 0 0 15px goldenrod;

}