* {
  margin: 0px;
  padding: 0px;
}

.azeret-mono-font {
  font-family: "Azeret Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.common-colour {
  font-weight: 400px;
  font-size: 16px;
  color: rgba(13, 19, 33, 1);
}
nav h1 {
  font-weight: 800;
  font-size: 28px;
  color: #0d1321;
  letter-spacing: 0;
  line-height: auto;
}
nav {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.btn-primary {
  background-color: white;
  font-size: 20px;
  font-weight: 400;
  color: #0d1321;
  padding: 17px 24px;
  border-radius: 8px;
  border: solid black;
}
.section1 {
  background-image: url("../assets/Hero-bg.png");
  margin-top: 33px;
  max-width: 1140px;
  margin: 36px auto;
}
.section1 {
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  /* padding:auto 221px; */
  margin: 0 auto;
  text-align: center;
  margin-bottom: 32px;
}

.section1 picture {
  margin-top: 33px;
}

.section1-content {
  font-size: 48px;
  font-weight: 800px;
  color: #0d1321;
}
.btn {
  background-color: black;
  max-width: 240px;
  max-height: 65px;
  font-weight: 600;
  font-size: 20px;
  color: white;
  padding: 24px 21px;
  border-radius: 8px;
}

/* 2nd section */
.web-dev-section {
  padding: 30px;
  margin-top: 74px;
  display: flex;
  justify-content: center;
}

.container {
  border: 1px dashed #ccc;
  padding: 20px;
  background-color: #fff;
  max-width: 946px;
  max-height: 1233px;
}

.web-dev-section h2 {
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  max-width: 1140px;
  max-height: 1393px;
  margin: auto 148px;
  justify-content: center;
  margin-bottom: 24px;
}

.description {
  text-align: center;
  font-size: 14px;
  color: #555;
  margin-bottom: 30px;
}

.card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 10px 0;
}

.card .text {
  width: 60%;
}

.card .text h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.card .text p {
  font-weight: 400px;
  font-size: 16px;
  color: rgba(13, 19, 33, 1);
}

.card .text button {
  padding: 6px 12px;
  background: transparent;
  border: 1px solid #000;
  cursor: pointer;
}

.card .image {
  width: 35%;
  text-align: right;
}

.card .image img {
  width: 180px;
}
/* 3rd section */
.my-inspiration {
  max-width: 900px;
  margin: 40px auto;
  text-align: center;
}

.header-section h2 {
  font-size: 24px;
  font-weight: 800px;
  margin-bottom: 10px;
}

.header-section p {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
  margin-bottom: 20px;
}

.youtube-link iframe {
  width: 100%;
  height: 480px;
  border-radius: 8px;
}
/* here new section vbegain */

*/
/* Apply Azeret Mono font */
.current-target h2,
.current-target h3,
.current-target p,
.current-target a {
  font-family: "Azeret Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.current-target {
  max-width: 1000px;
  margin: 40px auto;
  text-align: center;
  padding: 20px;
}

.current-target h2 {
  font-size: 28px;
  margin-bottom: 10px;
}

.current-target p {
  font-size: 15px;
  color: #555;
  margin-bottom: 30px;
}

/* Card container for 3 columns */
.card2-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

/* Card styles */
.card2 {
  padding: 30px 20px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 10px;
}

.card2 img {
  width: 70px;
  height: auto;
  margin-bottom: 15px;
  
}

.card2 h3 {
  font-size: 20px;
  margin-bottom: 10px;
  padding-top: 12px;
}

.card2 p {
  font-size: 14px;
  color: #555;
  margin-bottom: 12px;
}

.card2 a {
  font-weight: bold;
  text-decoration: none;
  color: black;
}

.card2 a:hover {
  text-decoration: underline;
}

/* Background colors for each card */
.html-card {
  background: #fff5f3;
}
.css-card {
  background: #f3f7ff;
}
.js-card {
  background: #fffde7;
}

.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 0px;
  margin-left: 400px;
  margin-bottom: 40px;
  
  /* background: #f8f8f8; */
  border-top: none;
  font-family: "Azeret Mono", monospace;
  font-size: 14px;
  font-weight: 600;
  max-width: 1140px;
  max-height: 36px;
  gap: 30px;
}

.footer h2 {
  margin: 0;
}

.social-icons a {
  margin-left: 12px;
}

.social-icons img {
  width: 28px;
  height: 28px;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.social-icons img:hover {
  transform: scale(1.15);
}

