*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
}

:root {
  --bg-color:#080808;
  --second-bg-color:#131313;
  --third-bg-color:#ffbf00;
  --text-color:#ffffff;
  --main-color:#ffcc33;
}

html {
  font-family: "Poppins", sans-serif;
}

body {
  background: var(--bg-color);
}


.main-wrapper {
  background-image: url(images/t3.jpg);
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  left: 0;
  right: 0;
  z-index: 1;
  height: auto;

  }


.main-wrapper::before {
  content: '';
  background-image: linear-gradient(180deg, rgba(21, 22, 24, 0.4) 0%, #151618 100%);
  position: absolute;
  inset: 0;
  z-index: -1;
}


nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 30vh;
  background: #000;
  z-index: 999;
  padding: 2rem ;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hero-wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.nav-middle {
  width: 400px;
  max-width: 350px;
  margin: 0 auto;
}

.nav-middle p a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.nav-middle p a {
  text-decoration: none;
  color: #fff;
  font-size: 4rem;
  font-family: 'Trebuchet MS', 'Lucida Sans', Arial, sans-serif;
  font-weight: 700;
  letter-spacing: -2px;
  
}

.nav-middle span {
  font-family: 'Trebuchet MS','Lucida Sans', Arial, sans-serif;
  text-transform: uppercase;
  color: gold;
  font-size: 1.2rem;
  margin-top: -15px;
  margin-left: 30px;
  display: flex;
  align-items: top;
  justify-content: center;
}

.nav-middle span img {
  width: 50px;
  margin-left: -10px;
}

.left-menu {
  position: relative;
  color: #fff;
  display: block;
  flex-basis: 60%;
  margin-top: 20rem;

}
.artist-bio h2,
.artist-bio h2 p {
  font-size: 4rem;
  font-family: "Poppins", sans-serif;
  line-height: 1.1;
}

.artist-bio span {
  color: gold;

}

.artist-bio h4 {
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: 600;
  color: #D4AF37;
  font-style: oblique;
  margin: 5rem 0;
}
.call-to-action {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
}

.contact-studio-btn {
  text-decoration:  none;
  color: var(--text-color);
  background: var(--main-color);
  font: 2rem;
  font-family: "Poppins", sans-serif;
  padding: 20px 60px;
  border-radius: 1rem;
  text-transform: uppercase;

}

.contact-studio-btn:hover{
  color: var(--bg-color);
  background: var(--text-color);
  box-shadow: 0 0 25px var(--text-color),
              0 0 50px var(--text-color),
              0 0 75px var(--text-color);
}

.call-to-action button {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  background: transparent;
  border: 3px solid gold;
  padding: 20px 40px;
}

.call-to-action button:hover {
  background: #fff;
  color: black;
  border: 3px solid #000;
}




.right-menu {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-basis: 30%;
  margin-top: 20rem;

}
.right-menu h3 {
  color: #fff;
  font-size: 15px;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 2rem;
}

.site-language {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-language li a i {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 2.5rem;
  color: var(--main-color);
  margin-right: 10px;
}

.site-language ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0rem;
  width: 400px;
  max-width: 380px;
  flex-shrink: 0;
}

.site-language li a {
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 8px 20px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 1.2rem;
  border: 3px solid gold;
}

.site-language li {
  list-style: none;
  
}

.site-language li a:hover {
  background: #fff;
  border: 3px solid gold;
  color: #000;
}

.social-links ul {
  display: flex;
  align-items: center;
  width: 300px;
  max-width: 250px;
  flex-shrink: 0;
  gap: 30px;
  margin: 1rem auto;
}
.social-links li a {
  text-decoration: none;
}
.social-links ul li {
  list-style: none;
}
.social-links img {
  width: 25px;
  margin-top: 1rem;

}

footer {
  position: relative;
  bottom: 0;
  width: 100%;
  padding: 5rem 5rem 4rem;
  margin-top: 10rem;
  background-color: var(--second-bg-color);
}

footer .social {
  text-align: center;
  padding-bottom: 25px;
  color: var(--main-color);

}
footer .social a {
  font-size:  25px;
  color: var(--main-color);
  border: 2px solid var(--main-color);
  width: 42px;
  height: 42px;
  line-height: 42px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin: 0 10px;
  transition: 0.3s ease-in-out;
}

footer .social a:hover {
  transform:  scale(1.2) translateY(-10px);
  background-color: var(--main-color);
  color: black;
  box-shadow: 0 0 25px var(--main-color)
}

footer ul {
  margin-top: 0;
  padding: 0;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 0;
  text-align: center;
}

footer ul li a {
  color: white;
  border-bottom: 3px solid transparent;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
footer ul li a:hover{
  border-bottom: 3px solid var(--main-color);
}
footer ul li {
  display: inline-block;
  padding: 0 15px;
}

footer .copyright {
  margin-top: 50px;
  text-align: center;
  font-size: 16px;
  color: var(--text-color);
}

@media screen and (max-width:1050px){
  .hero-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0rem 1rem 4rem;
  }

  .artist-bio h2,
.artist-bio h2 p {
  font-size: 2.5rem;
  width: 100%;
  text-align: start;
  font-family: "Poppins", sans-serif;
  line-height: 1.1;
}

.artist-bio span {
  color: gold;

}

.artist-bio h4 {
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: 600;
  color: #D4AF37;
  font-style: oblique;
  margin: 5rem 0;
  text-align: center;
}

.call-to-action {
  margin: 5rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;

}

.call-to-action a {
  padding: 1.3rem 1.1rem;
}

.right-menu {
  margin-top: 5rem;
}

.site-language ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}


footer {
  position: relative;
  bottom: 0;
  width: 100%;
  padding: 5rem 1rem 4rem;
  margin-top: 5rem;
  background-color: var(--second-bg-color);
}

footer .social {
  text-align: center;
  padding-bottom: 25px;
  color: var(--main-color);

}
footer .social a {
  font-size:  25px;
  margin-bottom: 20px;
  width: 28px;
  height: 28px;
  line-height: 32px;
}
  


footer ul li {
  font-size: 13px;
  padding: 15px 20px;
 
}


footer .copyright {
  font-size: 15px;
}



  
}