@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

* {
  font-family: "Open Sans", sans-serif;
}

.btn {
  padding: 10px 30px;
  background-color: rgb(253, 110, 10);
  border: none;
  border-radius: 5px;
  color: rgb(255, 255, 255);
}

.btn-container {
  text-align: center;
  margin-top: 10px;
}

/* Banner styles */
.header {
  background-image: url("/img/developer.png"), url("/img/header_bg.png");
  background-position: top left, bottom right;
  background-repeat: no-repeat;
  margin-bottom: 100px;
}
.contact-btn {
  padding: 10px 30px;
  border: 1px solid rgb(156, 154, 154);
  border-radius: 5px;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1030px;
  margin: 0 auto;
}

.nav-title {
  font-family: Open Sans;
  font-size: 42px;
  font-weight: 800;
  line-height: 61px;
  letter-spacing: 0%;
  text-align: left;
}

.nav-container li a {
  text-decoration: none;
  font-size: 14px;
  color: rgb(46, 43, 43);
}

.nav-container ul {
  display: flex;
  align-items: center;
  gap: 30px;
}

.nav-container ul li {
  list-style: none;
}

/* banner Related code here */

.banner-container {
  width: 1030px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.banner-container .sub-title {
  color: rgb(71, 71, 71);
  font-family: Open Sans;
  font-size: 30px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: left;
}
.banner-container .title {
  color: rgb(24, 24, 24);
  font-family: Open Sans;
  font-size: 50px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: left;
}
.banner-container .descrip {
  color: rgb(29, 28, 28);
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: left;
}

.banner-container .img-container img {
  width: 584px;
}

.about-container {
  width: 1030px;
  margin: 0 auto 100px;
  background-color: rgb(255, 248, 243);
  border-radius: 5px;
}

.about-container .about {
  width: 744px;
  padding: 40px 30px 40px;
  margin: 0 auto;
}

.about-container .about-title {
  color: rgb(24, 24, 24);
  font-family: Open Sans;
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0%;
  text-align: center;
}

.about-container .about-des {
  color: rgb(117, 117, 117);
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0%;
  text-align: center;
}

.about-container .about-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Tech styles */

.tec-container {
  width: 1030px;
  margin: 0 auto 100px;
}

.tec-info-container {
  width: 818px;
  margin: 0 auto;
  text-align: center;
}

.tec-info-container .tech-title {
  color: rgb(24, 24, 24);
  font-family: Open Sans;
  font-size: 35px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0%;
  text-align: center;
}

.tec-info-container .tec-desc {
  color: rgb(117, 117, 117);
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0%;
  text-align: center;
}

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

.tec-container .skill {
  /* width: 240px; */
  box-shadow: 0px 6px 50px 0px rgba(0, 0, 0, 0.06);
  padding: 10px;
  border-radius: 5px;
}
.tec-container .skill-title {
  color: rgb(24, 24, 24);
  font-family: Open Sans;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0%;
}

.tec-container .skill-des {
  color: rgb(117, 117, 117);
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: left;
}

/* Resume styles */
.resume-container {
  width: 1030px;
  margin: 0 auto 100px;
}

.experience-container {
  display: flex;
  gap: 10px;
}

.resume-title {
  color: rgb(24, 24, 24);
  font-family: Open Sans;
  font-size: 35px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0%;
  text-align: center;
}

.resume-container .edu-title {
  color: rgb(71, 71, 71);
  font-family: Open Sans;
  font-size: 25px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: left;
}
.resume-container .instite {
  color: rgb(46, 45, 45);
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0%;
  text-align: left;
}

.resume-container .edu-details {
  color: rgb(41, 40, 40);
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: left;
}

/* footer style */
.footer {
  background-color: rgb(255, 248, 243);
}

.footer-container {
  width: 1030px;
  height: 600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.footer-container .footer-info {
  width: 50%;
}

.footer-container .footer-form input {
  width: 400px;
  height: 50px;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  margin-bottom: 10px;
}

.footer-container .footer-form textarea {
  width: 400px;
  height: 160px;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
}

.footer-title {
  color: rgb(24, 24, 24);
  font-family: Open Sans;
  font-size: 30px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0%;
}

.footer-des {
  color: rgb(71, 71, 71);
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0%;
}

.hide {
  display: none;
}

/* Responsive  */

@media screen and (max-width: 576px) {
  /* skills related response */
  body {
    margin: 5px;
  }
  .tec-container,
  .tec-info-container,
  .banner-container,
  .nav-container {
    width: 100%;
  }

  .nav-container {
    justify-content: start;
  }

  .resume-container {
    width: 100%;
  }

  .about-container {
    width: 100%;
  }

  .about-container .about-info {
    flex-wrap: wrap;
  }

  .about-container .about {
    width: 100%;
    padding: 10px;
  }
  .banner-container .img-container img {
    width: 100%;
  }

  .footer-container {
    width: 100%;
    height: auto;
    flex-direction: column;
  }
  .skills-container,
  .experience-container,
  .banner-container {
    flex-direction: column;
    margin: 5px;
  }
  .tec-container .skill {
    width: 100%;
    border: 1px solid gray;
  }

  /*  */
}

@media screen and (min-width: 576px) and (max-width: 992px) {
  .skills-container {
    flex-wrap: wrap;
    margin: 5px;
  }

  .tec-container .skill {
    width: 100%;
    border: 1px solid gray;
  }
}
