@import url("https://fonts.googleapis.com/css2?family=Oswald&family=Piazzolla:opsz,wght@8..30,200;8..30,300;8..30,400;8..30,900&display=swap");

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

.hero {
  height: 100vh;
  width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.48)),
    url("images/edited\ from\ XD.png");
  background-attachment: fixed;
}
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* background-color: rgb(20, 20, 20); */
  color: white;
  position: relative;
}
.brand-title {
  font-size: 2.5rem;
  margin: 0.5rem;
  font-weight: 800;
}
.navbar-links ul {
  margin: 0;
  padding: 0;
  display: flex;
}
.navbar-links ul li {
  list-style: none;
}
.navbar-links ul li a {
  text-decoration: none;
  color: white;
  padding: 1rem;
  display: block;
  font-size: 1.2rem;
}
.toggle-button {
  position: absolute;
  top: 0.75rem;
  right: 1rem;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 31px;
  height: 21px;
  /* display: flex; */
  margin-top: 18px;
}
.toggle-button .bar {
  height: 3px;
  width: 100%;
  background-color: white;
  border-radius: 10px;
  /* margin-top: 6px; */
}

.hero-text {
  /* border: 1px green solid; */
  width: 800px;
  padding: 1rem;
  margin-top: 13rem;
  margin-left: 10rem;
}
.hero-text h1 {
  color: white;
  font-size: 7rem;
}
.hero-text p {
  color: rgb(190, 185, 185);
  font-size: 1.5rem;
  padding-bottom: 2rem;
}
.hero-text .about-me {
  width: 6.3rem;
  height: 3rem;
  font-size: 1.3rem;
  text-align: center;
  color: white;
  background-color: rgba(241, 144, 54, 0.938);
  outline: none;
  border: none;
  border-radius: 5px;
}
.about-me a {
  text-decoration: none;
  color: white;
}
.hero-text .about-me:hover {
  background-color: rgba(245, 164, 89, 0.938);
}
.about {
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url("images/Web\ 1920\ –\ 1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-attachment: fixed; */
}
.about-text {
  width: 800px;
  /* border: 1px green solid; */
  margin-left: 1000px;
  /* margin-top: 400px; */
  padding-top: 350px;
}

.about-text h1 {
  font-size: 7rem;
  color: white;
}
.about-text p {
  font-size: 1.5rem;
  color: rgb(190, 185, 185);
  padding-bottom: 2rem;
}
.about-project {
  width: 7rem;
  height: 3rem;
  font-size: 1.3rem;
  text-align: center;
  color: white;
  background-color: rgba(241, 144, 54, 0.938);
  outline: none;
  border: none;
  border-radius: 5px;
}
.about-project a {
  text-decoration: none;
  color: white;
}
.about-project:hover {
  background-color: rgba(245, 164, 89, 0.938);
}
.projects {
  width: 100%;
  height: 250vh;
  background-attachment: fixed;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("images/un.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.projects h1 {
  font-size: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin-left: 500px; */
  color: white;
}
.projects p {
  font-size: 21px;
  color: rgb(190, 185, 185);
  display: flex;
  justify-content: center;
  align-items: center;
}
.row {
  padding-top: 10px;
  /* border: 1px red solid; */
  width: 90%;
  height: 120vh;
  margin: 0 auto;
}
.parallax,
.port,
.resturent,
.music {
  /* border: 1px green solid; */
  width: 100%;
  height: 500px;
  margin: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  /* padding: 1rem; */
}
.para,
.portfo,
.restura,
.gan {
  width: 400px;
  background: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 1));
}
.parq-txt,
.port-txt,
.res-txt,
.music-txt {
  width: 550px;
  /* border: 1px red solid; */
}
.parq-txt p,
.port-txt p,
.res-txt p,
.music-txt p {
  font-size: 30px;
  color: white;
  text-align: justify;
}
.visit-para,
.visit-port,
.visit-re,
.visit-mu {
  width: 7rem;
  height: 3rem;
  font-size: 20px;
  color: white;
  background-color: rgba(241, 144, 54, 0.938);
  border: none;
  outline: none;
  border-radius: 5px;
  margin-top: 20px;
}
.visit-mu a {
  text-decoration: none;
  color: white;
}
.visit-para a {
  text-decoration: none;
  color: white;
}
.visit-re a {
  text-decoration: none;
  color: white;
}
.hire {
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("images/hire.png");
  background-position: center;
  /* background-repeat: no-repeat; */
  /* background-size: cover; */
}
.hire-text {
  color: white;
  /* border: 1px red solid; */
  width: 800px;
  margin-left: 100px;
  padding-top: 179px;
  /* margin-bottom: -80px; */
}
.hire-text h1 {
  font-size: 80px;
}
.hire-text p {
  font-size: 21px;
  color: rgb(190, 185, 185);
  margin-top: 30px;
  margin-bottom: 20px;
}
.hire-text h3 {
  font-size: 30px;
}
.bx {
  color: rgba(241, 144, 54, 0.938);
  font-size: 20px;
  /* display: flex; */
  /* padding-bottom: 70px; */
  padding-left: 20px;
  text-align: center;
  /* margin-left: 100px; */
}

.fotter {
  width: 100%;
  height: 10vh;
  background-color: #333;
  color: white;
}
.boxi {
  /* border: 1px red solid; */
  width: 100px;
  height: 30px;
  margin: 0 auto;
  padding-top: 10px;
}
.footer {
  height: 10vh;
}
.footer h2 {
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 20px;
}
.icons {
  margin-top: 40px;
  /* border: 1px green solid; */
  width: 390px;
  height: 250px;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  flex-direction: column;
}
.ty-name {
  /* border: 1px red solid; */
  width: 150px;
  height: 50px;
  text-align: center;
  font-size: 20px;
  color: #333;
}
.ty-email {
  width: 150px;
  height: 50px;
  text-align: center;
  font-size: 20px;
  color: #333;
}
.submit {
  width: 100px;
  height: 50px;
  background-color: rgba(241, 144, 54, 0.938);
  color: white;
  border-radius: 5px;
  border: none;
  margin-top: 10px;
  font-size: 20px;
}
@media (max-width: 800px) {
  html,
  body {
    width: 100%;
    height: 100%;
    margin: 0;
    overflow-x: hidden;
    padding: 0;
  }
  .toggle-button {
    display: flex;
  }
  .navbar-links {
    display: none;
    width: 100%;
  }

  .navbar {
    background-color: rgb(39, 37, 37);
    flex-direction: column;
    align-items: flex-start;
    z-index: 1;
  }
  .navbar-links ul {
    flex-direction: column;
    width: 100%;
  }
  .navbar-links ul li {
    text-align: center;
  }
  .navbar-links a {
    padding: 0.5rem 1rem;
  }
  .navbar-links.active {
    display: flex;
  }
  .hero-text {
    width: 800px;
    margin-top: 18.7rem;
    /* z-index: 1; */
  }
  .hero-text h1 {
    font-size: 70px;
    margin-top: -190px;
    margin-left: -150px;
  }
  .hero-text p {
    margin-left: -150px;
    font-size: 20px;
    width: 350px;
    /* border: 1px red solid; */
  }
  .hero-text .about-me {
    margin-left: -150px;
  }

  .about-text {
    /* border: 1px red solid; */
    width: 400px;
    height: 400px;
    /* position: absolute; */
    margin-left: 140px;
  }
  .about-text h1 {
    font-size: 4.37rem;
    margin-top: -290px;
  }
  .about-text p {
    font-size: 20px;
    width: 200px;
  }
  .projects {
    /* border: 1px green solid; */
    /* background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
    height: 320vh;
    background-size: cover;
  }
  .projects h1 {
    font-size: 4.37rem;
  }
  .projects p {
    font-size: 20px;
  }
  .parallax,
  .port,
  .resturent,
  .music {
    flex-direction: column;
  }
  .parallax {
    /* border: 1px blue solid; */
    margin-left: -2px;
    /* position: relative; */
  }
  .para {
    margin-top: -420px;
    /* border-radius: 5px; */
    margin-left: -1px;
    width: 350px;
    /* border: 1px green solid; */
    /* position: absolute; */
  }

  .parq-txt p {
    font-size: 20px;
    /* border: 1px red solid; */
    width: 300px;
    /* margin-bottom: 90px; */
    margin-left: 126px;
    /* margin-bottom: 30px; */
  }
  /* .visit-para {
    margin-bottom: -190px;
    margin-left: 65px;
  } */
  .visit-para {
    /* border: 1px red solid; */
    margin-left: 214px;
  }
  .port {
    /* border: 1px red solid; */
    margin-left: -1px;
  }
  .portfo {
    /* border: 1px green solid; */
    width: 350px;
    margin-top: -130px;
  }
  .port-txt {
    /* border: 1px red solid; */
    width: 300px;
  }
  .visit-port {
    margin-left: 89px;
  }
  .resturent {
    /* border: 1px red solid; */
    margin-left: -1px;
    margin-top: -93px;
  }
  .restura {
    width: 350px;
    margin-top: -615px;
    /* margin-left: 50px; */
  }
  .res-txt {
    /* border: 1px green solid; */
    width: 300px;
    margin-bottom: 150px;
  }
  .visit-re {
    margin-left: 85px;
  }
  .music {
    /* border: 1px red solid; */
    margin-left: -1px;
  }
  .gan {
    width: 350px;
    margin-top: -19px;
  }
  .music-txt {
    /* border: 1px green solid; */
    width: 300px;
  }
  .visit-mu {
    margin-left: 84px;
  }
  .hire {
    /* border: 1px red solid; */
  }
  .hire-text {
    /* border: 1px red solid; */
    margin-left: -1px;
  }
  .hire-text h1 {
    font-size: 2.37rem;
    margin-left: 5px;
    margin-top: -165px;
  }
  .hire-text p {
    font-size: 20px;
    margin-left: 5px;
    width: 300px;
    color: rgb(236, 227, 227);
  }
  .hire-text h3 {
    width: 350px;
    font-size: 20px;
    padding-left: 5px;
  }
  .bx {
    font-size: 25px;
    padding: 0.1px;
    padding-left: 50px;
    padding-top: 10px;
  }
  .fotter {
    /* border: 1px green solid; */
    height: 110px;
  }
  .footer h2 {
    /* padding-top: 20px; */
    /* height: 100px; */
  }
  .ty-name {
    margin-left: 5px;
  }
  .submit {
    margin-left: 5px;
  }

  .boxi {
    /* border: 1px green solid; */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .boxi a {
    /* border: 1px red solid; */
    margin-left: -30px;
  }

  .bxl-facebook-circle {
    margin-left: -30px;
    /* margin-right: -20px; */
  }
}
