@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

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

body {
  background-color: #000;
  overflow-x: hidden;
}

/* Header section */

header {
  width: 100%;
  max-width: 100%;
  padding-left: 100px;
  height: 50px;
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
}

header nav a {
  color: #fff;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 16px;
  transition: 0.2s;
  text-decoration: none;
}

a.active {
  background: #14ff72cb;
  border-radius: 2px;
}

a:hover {
  background: #14ff72cb;
  border-radius: 2px;
}

/* Header section */

h1#mehsullar {
  color: #fff;
  text-align: center;
  font-size: 50px;
  padding: 50px 0 0 0;
  text-wrap: wrap;
}

.parag_title {
  color: #ddd2d2;
  text-align: center;
  padding: 10px;
}

/* Responsive Design */

@media screen and (max-width: 999px) {
  header {
    padding-left: 50px;
  }

  h1#mehsullar {
    font-size: 25px;
  }

  .list .item .content {
    left: 50px;
  }

  .content .title,
  .content .name {
    font-size: 70px;
  }

  .content .des {
    width: 80%;
    font-size: 16px;
    text-wrap: wrap;
  }
}

@media screen and (max-width: 690px) {
  header {
    padding-left: 5px;
  }
  header nav a {
    font-size: 14px;
    margin-right: 0;
  }

  .list .item .content {
    top: 40%;
    left: 10px;
  }

  .content .title,
  .content .name {
    font-size: 45px;
  }

  .content .btn button {
    padding: 10px 15px;
    font-size: 14px;
  }

  h2#mehsullar {
    font-size: 20px;
  }
}

section.aboutus {
  padding: 50px 0 20px 20px;
  color: #fff;
}

section.aboutus h2 {
  padding: 20px 0;
  color: #fff;
  text-align: center;
}

section.aboutus p {
  color: #ddd7d7;
  padding: 0 5px;
}

.green {
  color: #14ff72cb;
  font-weight: 600;
  letter-spacing: 1px;
}
