@import url("https://fonts.googleapis.com/css2?family=Azeret+Mono:ital,wght@0,100..900;1,100..900&display=swap");
/* shared */
body {
  font-family: "Azeret Mono", monospace;
}
* {
  margin: 0px;
  padding: 0px;
}

/* banner-section start */
.header {
  width: 100%px;
  height: 692px;
  background-image: url(../assets/Hero-bg.png);
}

.banner-section {
  width: 998px;
  height: 581px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banner-section img {
  width: 240.28px;
  height: 240px;
  margin: 0 auto;
}
.banner-section-titile {
  font-size: 48px;
  font-weight: 800;
  color: rgba(13, 19, 33, 0.7);
  text-align: center;
  margin-bottom: 32px;
}

.banner-section-description {
  font-size: 16px;
  font-weight: 400;
  margin: 0px 61px;
  text-align: center;
}

.btn {
  width: 244px;
  height: 65px;
  margin-left: 40%;
  margin-bottom: 30px;
  border-radius: 8px;
  background: rgb(13, 19, 33);
  color: white;
  padding: 21px 24px 21px 24px;
}
/* banner-section end */

/* web text section start*/
.web-dev-section {
  margin-top: 158px;
  text-align: center;
  margin-bottom: 48px;
}
.web-dev-section h1 {
  margin-bottom: 36px;
}
.web-dev-section p {
  margin-top: 36px;
  margin-left: 312px;
  margin-right: 224px;
}
/* web text section end */

/*coding section start*/
.coding-imp {
  width: 100%;
  border-radius: 16px;
  background: rgba(13, 19, 33, 0.02);
}

.coding-imp-container {
  width: 946px;
  height: 1072px;
  margin: 25px 26px 80px 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 48px;
  border-radius: 16px;
  background: linear-gradient(
    90deg,
    rgb(255, 255, 255),
    rgba(255, 255, 255, 0) 100%
  );
}

.top-contant {
  padding: 50px;
}
.top-contant h2 {
  color: black;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}

.top-contant p {
  color: rgb(13, 19, 33);
  font-size: 16px;
  font-weight: 400;
  padding-right: 30%;
  margin-bottom: 32px;
}
.top-image {
  padding-right: 76px;
  width: 20%;
}

.top-contant-btn {
  width: 171px;
  height: 47px;
  box-sizing: border-box;
  background-color: white;
  border: 1px solid rgb(13, 19, 33);
  color: rgb(13, 19, 33);
  font-size: 20px;
  font-weight: 600;
}

.mid {
  display: flex;
  justify-content: space-between;
  padding: 48px;
  border-radius: 16px;
  background: linear-gradient(
    90deg,
    rgb(255, 255, 255),
    rgba(255, 255, 255, 0) 100%
  );
  margin-top: 16px;
}

.mid-image {
  width: 20%;
  margin-left: 40px;
}
.mid-contant {
  width: 60%;
}

.mid-contant h2 {
  color: black;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}
.mid-contant p {
  margin-bottom: 32px;
  color: rgb(13, 19, 33);
  font-size: 16px;
  font-weight: 400;
}

.end {
  display: flex;
  justify-content: space-between;
  padding: 48px;
  border-radius: 16px;
  background: linear-gradient(
    90deg,
    rgb(255, 255, 255),
    rgba(255, 255, 255, 0) 100%
  );
  margin-top: 16px;
}

.end-image {
  width: 30%;
}
.end-contant {
  width: 70%;
  margin-left: 40px;
}
.end-contant h2 {
  color: black;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}
.end-contant p {
  margin-bottom: 32px;
  color: rgb(13, 19, 33);
  font-size: 16px;
  font-weight: 400;
}
/*coding section end*/

/* coding section start */
.inspiration-contant {
  text-align: center;
  width: 946px;
  margin-left: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 300px;
}

.inspiration-contant h3 {
  color: rgb(13, 19, 33);
  font-size: 32px;
  font-weight: 800;
}
.inspiration-contant p {
  margin-top: 34px;
  color: rgb(13, 19, 33);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 38px;
  padding: 0px;
}
.inspiration-vdo {
  width: 1140px;
  height: 614px;
}

.inspiration-vdo iframe {
  width: 1090px;
  height: 554px;
}

/* coding section end*/

/* target section start */
.target-container {
  margin-top: 120px;
  text-align: center;
  margin-left: 130px;
}
.target-container h2 {
  color: rgb(13, 19, 33);
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 24px;
  padding-right: 100px;
}
.target-container p {
  color: rgb(13, 19, 33);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  width: 946px;
  height: 1072px;
  margin: 25px 26px 80px 220px;
  height: 52px;
}

.skills {
  width: 1140px;
  margin: 25px 126px 80px 190px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.skill-html {
  padding: 40px;
  margin: 0px 24px;
  border-radius: 16px;
  width: 364px;
  height: 299px;
  background: rgba(255, 76, 30, 0.05);
}
.skill-css {
  padding: 40px;
  margin: 0px 24px;
  border-radius: 16px;
  width: 364px;
  height: 299px;
  background: rgba(0, 76, 232, 0.05);
}
.skill-js {
  padding: 40px;
  margin: 0px 24px;
  border-radius: 16px;
  width: 364px;
  height: 299px;
  background: rgba(255, 223, 0, 0.05);
}
.skill-title {
  color: rgb(13, 19, 33);
  font-size: 24px;
  font-weight: 800;
}
.skill-description {
  color: rgb(13, 19, 33);
  font-size: 16px;
  font-weight: 400;
}
.skills a {
  color: black;
  margin-top: 28px;
}

.skills h2 {
  margin-top: 28px;
}
.skills p {
  margin-top: 8px;
  margin-bottom: 28px;
}
.skills img {
  max-width: 100%;
}
/* target section end */

/* support section start */
.supports {
  background-image: url(../assets/handshake.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 946px;
  height: 313px;
  border-radius: 16px;
  background-color: rgba(0, 0, 0, 0.4);
  background-blend-mode: overlay;
  border-radius: 16px;
  padding: 24px 48px 64px 48px;
  margin-left: 220px;
  margin-right: 160px;
  text-align: center;
}

.support-container {
  margin-top: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.support-container h2 {
  margin-bottom: 18px;
  color: white;
  font-size: 32px;
  font-weight: 700;
}
.support-container p {
  font-size: 16px;
  font-weight: 400;
  color: rgb(255, 255, 255);
}

.suggation {
  width: 100%;
  text-align: center;
  padding: 20px;
}
.suggation input[type="text"] {
  width: 548px;
  height: 60px;
  padding-left: 20px;
  box-sizing: border-box;
  border: 1px solid rgba(13, 19, 33, 0.15);
  border-radius: 8px;
  background: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 400;
}

.suggation input[type="submit"] {
  width: 120px;
  height: 57px;
  border-radius: 8px;
  background: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 600;
}
/* support section end */

/* footer section start */
.social {
  padding: 32px 150px 32px 150px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-radius: 16px;
  background: rgba(13, 19, 33, 0.03);
  height: 30px;
  margin-top: 80px;
}
.social a {
  text-decoration: none;
}
/* footer section end */
