* {
  margin: 0;
  padding: 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
html {
  scroll-behavior: smooth;
}
a {
  text-decoration: none;
}
body {
  background-image: url(./bg_img/Framebg.png);
  background-attachment: fixed;
}
hr {
  border: 1px solid #ffffff15;
  width: 80%;
  margin: auto;
}

/*********************************** Start Navbar Section *********************************/
nav {
  display: flex;
  justify-content: space-between;
  background-color: #00000032;
  color: #fff;
  padding: 25px 100px;
  align-items: center;
}
nav .logo {
  cursor: pointer;
}
nav .logo h1 {
  font-size: 30px;
  font-weight: 900;
  background: -webkit-linear-gradient(45deg, #09009f, #00ff95 80%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
nav ul {
  display: flex;
  list-style: none;
  gap: 40px;
  font-size: 18px;
}
nav ul li {
  position: relative;
  cursor: pointer;
}
nav ul li a {
  color: white;
}

nav ul li::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  background-color: white;
  top: 25px;
  transition: ease-in-out 0.2s;
}
nav ul li:hover::before {
  width: 100%;
}
nav .members-btn {
  list-style: none;
  padding: 10px 20px;
  background-color: #ffffff20;
  border-radius: 10px;
  transition: linear 0.2s;
  cursor: pointer;
}
nav .members-btn:hover {
  background-color: #ffffff10;
}
nav .members-btn a {
  color: white;
}
/*********************************** End Navbar Section *********************************/

/*********************************** Start Hero Section *********************************/
.hero {
  min-height: calc(100vh - 82px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero .inside-hero {
  text-align: center;
  width: 50%;
}
.hero .inside-hero .green-title {
  color: #16fcd2;
  font-size: 26px;
}
.hero .inside-hero .white-title {
  color: white;
  font-size: 35px;
  font-weight: 900;
  margin-top: 20px;
  margin-bottom: 40px;
}
.hero .inside-hero .description {
  color: #ffffff71;
  font-size: 18px;
}
.hero .inside-hero .btns {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-top: 50px;
}
.hero .inside-hero .btns .repo-btn {
  background-color: #6016fc;
  border: none;
  padding: 18px 40px;
  cursor: pointer;
  transition: linear 0.2s;
  font-weight: bold;
  font-size: 16px;
}
.hero .inside-hero .btns .repo-btn a {
  color: white;
}
.hero .inside-hero .btns .repo-btn:hover {
  background-color: #5f16fcb0;
}
.hero .inside-hero .btns .pdf-btn {
  background-color: #ffffff10;
  color: white;
  border: none;
  padding: 18px 40px;
  cursor: pointer;
  transition: linear 0.2s;
  font-weight: bold;
  font-size: 16px;
}
.hero .inside-hero .btns .pdf-btn a {
  color: white;
}
.hero .inside-hero .btns .pdf-btn:hover {
  background-color: #ffffff08;
}
/*********************************** End Navbar Section *********************************/

/*********************************** Start Sections *********************************/
/********** Start Section 1 **********/
.section1 {
  padding: 100px 120px;
  text-align: center;
}
.section1 h2 {
  font-size: 40px;
  margin-bottom: 100px;
  text-align: center;
  color: white;
}
/********** End Section 1 **********/

/********** Start Section 2 **********/
.section2 {
  padding: 100px 120px;
  text-align: center;
}

.section2 h2 {
  font-size: 40px;
  margin-top: 100px;
  margin-bottom: 100px;
  text-align: center;
  color: white;
}
/********** End Section 2 **********/

/********** Start Section 3 **********/
.section3 {
  padding: 100px 120px;
  color: white;
}
.section3 h2 {
  font-size: 40px;
  margin-top: 100px;
  margin-bottom: 100px;
  text-align: center;
  color: white;
}
/********** End Section 3 **********/

/********** Start Section 4 **********/
.section4 {
  padding: 100px 120px;
}
.section4 h2 {
  margin-top: 200px;
  margin-bottom: 100px;
  text-align: center;
  color: white;
}
table {
  border-collapse: collapse;
}
table td,
table th {
  border: 1px solid rgb(255, 255, 255);
  padding: 10px;
  text-align: center;
  color: white;
}
/********** End Section 4 **********/

/********** Start Section 5 **********/
.section5 {
  padding: 100px 120px;
  color: white;
}
.section5 h2 {
  font-size: 40px;
  margin-top: 100px;
  margin-bottom: 100px;
  text-align: center;
  color: white;
}
/* ------------------------------------------------ */
.section5 .content .part1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.section5 .content .part1 .part1-desc h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
.section5 .content .part1 .part1-desc p {
  color: #ffffff90;
  letter-spacing: 1.1px;
  font-size: 18px;
}
.section5 .content .part1 .part1-img {
  background-color: #ffffff10;
  padding: 20px;
  border-radius: 20px;
}
.section5 .content .part1 .part1-img img {
  border-radius: 20px;
  cursor: pointer;
}
/* ------------------------------------------------ */
.section5 .content .parag1 {
  margin-top: 15px;
}
.section5 .content .parag1 h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
.section5 .content .parag1 p {
  color: #ffffff90;
  letter-spacing: 1.1px;
  font-size: 18px;
}
/* ------------------------------------------------ */
.section5 .content .part2 {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 70px;
}
.section5 .content .part2 .part2-img {
  background-color: #ffffff10;
  padding: 20px;
  border-radius: 20px;
}
.section5 .content .part2 .part2-img img {
  border-radius: 20px;
  cursor: pointer;
  width: 400px;
}

.section5 .content .part2 .part2-desc h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section5 .content .part2 .part2-desc h3 img {
  width: 40px;
  margin-left: 30px;
  outline: 7px solid #6016fc20;
  border-radius: 100%;
  cursor: pointer;
}
.section5 .content .part2 .part2-desc p {
  color: #ffffff90;
  letter-spacing: 1.1px;
  font-size: 18px;
}
/* ------------------------------------------------ */
.section5 .content .parag2 {
  margin-top: 50px;
}
.section5 .content .parag2 h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
.section5 .content .parag2 h3 span {
  color: #00ff95;
}
.section5 .content .parag2 p {
  color: #ffffff90;
  letter-spacing: 1.1px;
  font-size: 18px;
}
/* ------------------------------------------------ */
.section5 .content .part3 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}

.section5 .content .part3 .part3-desc h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section5 .content .part3 .part3-desc h3 img {
  width: 50px;
  margin-left: 30px;
  outline: 7px solid #6016fc20;
  border-radius: 100%;
  cursor: pointer;
}
.section5 .content .part3 .part3-desc p {
  color: #ffffff90;
  letter-spacing: 1.1px;
  font-size: 18px;
}
.section5 .content .part3 .part3-img {
  background-color: #ffffff10;
  padding: 20px;
  border-radius: 20px;
}
.section5 .content .part3 .part3-img img {
  border-radius: 20px;
  cursor: pointer;
}
/* ------------------------------------------------ */
.section5 .content .part4 {
  margin-top: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 70px;
}
.section5 .content .part4 .part4-imgs {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.section5 .content .part4 .part4-imgs .part4-img1 {
  background-color: #ffffff10;
  padding: 5px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  width: 600px;
}
.section5 .content .part4 .part4-imgs .part4-img1 img {
  border-radius: 5px;
  cursor: pointer;
  width: 600px;
}
.section5 .content .part4 .part4-imgs .part4-img2 {
  background-color: #ffffff10;
  padding: 5px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  width: 600px;
}
.section5 .content .part4 .part4-imgs .part4-img2 img {
  border-radius: 5px;
  cursor: pointer;
  width: 600px;
}

.section5 .content .part4 .part4-desc h3 {
  font-size: 22px;
  font-weight: bold;
}
.section5 .content .part4 .part4-desc .h31 {
  margin-bottom: 5px;
  text-align: center;
  font-size: 20px;
}
.section5 .content .part4 .part4-desc .h32 {
  margin-bottom: 20px;
  margin-top: 20px;
}
.section5 .content .part4 .part4-desc p {
  color: #ffffff90;
  letter-spacing: 1.1px;
  font-size: 18px;
}
.section5 .content .part4 .part4-desc .p1 {
  text-align: center;
}
.section5 .content .part4 .part4-desc .p1 a {
  color: #00ff95;
  transition: all 0.2s;
}
.section5 .content .part4 .part4-desc .p1 a:hover {
  color: #00ff9580;
}
.section5 .content .part4 .part4-desc .p2 .command {
  color: #40fc16;
  background-color: rgba(0, 0, 0, 0.501);
  padding: 0 10px;
}
/* ------------------------------------------------ */
.section5 .content .first {
  margin-top: 50px;
}
.section5 .content .second {
  margin-top: 20px;
}
.section5 .content .parag3 h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
.section5 .content .parag3 p {
  color: #ffffff90;
  letter-spacing: 1.1px;
  font-size: 18px;
}
/* ------------------------------------------------ */
.section5 .content .part5 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 60px;
}

.section5 .content .part5 .part5-desc h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
.section5 .content .part5 .part5-desc p {
  color: #ffffff90;
  letter-spacing: 1.1px;
  font-size: 18px;
}
.section5 .content .part5 .part1-img {
  background-color: #ffffff10;
  padding: 20px;
  border-radius: 20px;
}
.section5 .content .part5 .part5-img img {
  border-radius: 20px;
  cursor: pointer;
}
/* ------------------------------------------------ */
.git-github-title {
  color: white;
  text-align: center;
  margin-top: 80px;
  font-size: 26px;
}
.section5 .content .part6 {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 70px;
}
.section5 .content .part6 .part6-img {
  background-color: #ffffff10;
  padding: 20px;
  border-radius: 20px;
}
.section5 .content .part6 .part6-img img {
  border-radius: 20px;
  cursor: pointer;
  width: 500px;
}

.section5 .content .part6 .part6-desc h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 25px;
}
.section5 .content .part6 .part6-desc p {
  color: #ffffff90;
  letter-spacing: 1.1px;
  font-size: 18px;
}
.section5 .content .part6 .part6-desc .command {
  color: #40fc16;
  background-color: rgba(0, 0, 0, 0.501);
  padding: 0 10px;
}
/* ------------------------------------------------ */
.section5 .content .part7 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 60px;
}

.section5 .content .part7 .part7-desc h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
.section5 .content .part7 .part7-desc p {
  color: #ffffff90;
  letter-spacing: 1.1px;
  font-size: 18px;
}
.section5 .content .part7 .part1-img {
  background-color: #ffffff10;
  padding: 20px;
  border-radius: 20px;
}
.section5 .content .part7 .part7-img img {
  border-radius: 20px;
  width: 500px;
  cursor: pointer;
}
.section5 .content .part7 .part7-desc .command {
  color: #40fc16;
  background-color: rgba(0, 0, 0, 0.501);
  padding: 0 10px;
}
/* ------------------------------------------------ */
.section5 .content .part8 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 60px;
}

.section5 .content .part8 .part8-desc h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
.section5 .content .part8 .part8-desc p {
  color: #ffffff90;
  letter-spacing: 1.1px;
  font-size: 18px;
}
.section5 .content .part8 .part8-img {
  background-color: #ffffff10;
  padding: 20px;
  border-radius: 20px;
}
.section5 .content .part8 .part8-img img {
  border-radius: 20px;
  width: 500px;
  cursor: pointer;
}
.section5 .content .part8 .part8-desc .command {
  color: #40fc16;
  background-color: rgba(0, 0, 0, 0.501);
  padding: 0 10px;
}
/* ------------------------------------------------ */
.section5 .content .part8 {
  margin-top: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 70px;
}
.section5 .content .part8 .part8-imgs {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.section5 .content .part8 .part8-imgs .part8-img1 {
  background-color: #ffffff10;
  padding: 20px;
  border-radius: 20px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  width: 500px;
}
.section5 .content .part8 .part8-imgs .part8-img1 img {
  border-radius: 5px;
  cursor: pointer;
  width: 500px;
}
.section5 .content .part8 .part8-imgs .part8-img2 {
  background-color: #ffffff10;
  padding: 20px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  width: 500px;
}
.section5 .content .part8 .part8-imgs .part8-img2 img {
  border-radius: 5px;
  cursor: pointer;
  width: 500px;
}
.section5 .content .part8 .part8-desc h3 {
  font-size: 22px;
  font-weight: bold;
}
.section5 .content .part8 .part8-desc .h31 {
  margin-bottom: 5px;
  text-align: center;
  font-size: 20px;
}
.section5 .content .part8 .part8-desc .h32 {
  margin-bottom: 20px;
  margin-top: 20px;
}
.section5 .content .part8 .part8-desc p h4 {
  color: white;
}
.section5 .content .part8 .part8-desc p {
  color: #ffffff90;
  letter-spacing: 1.1px;
  font-size: 18px;
}
.section5 .content .part8 .part8-desc .command {
  color: #40fc16;
  background-color: rgba(0, 0, 0, 0.501);
  padding: 0 10px;
}
/********** End Section 5 **********/
/*********************************** End Sections *********************************/

/*********************************** Start Members Section *********************************/
.members {
  padding: 0 120px;
}
.members h2 {
  font-size: 40px;
  color: #00ff95;
  margin-top: 100px;
  text-align: center;
}
.members .boxes {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}
.members .boxes .box {
  background-color: #ffffff08;
  padding: 30px 40px 40px;
  border-radius: 10px;
  width: 280px;
  transition: linear 0.2s;
  cursor: default;
}
.members .boxes .box:hover {
  background-color: #ffffff10;
  transform: scale(1.03);
}
.members .boxes .box h3 {
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 30px;
}
.members .boxes .box h5 {
  color: #ffffff84;
  font-size: 20px;
  letter-spacing: 1.1px;
  margin-bottom: 10px;
}
/*********************************** End Members Section *********************************/

/*********************************** Start Footer Section *********************************/
footer p {
  margin-top: 150px;
  width: 100wh;
  text-align: center;
  padding: 30px;
  font-size: 18px;
  color: white;
  border-top: 1px solid #ffffff16;
}
footer span:nth-child(2) {
  color: #35ee82;
  letter-spacing: 3px;
  margin-left: 5px;
  font-weight: 900;
}
footer span:nth-child(1) {
  font-weight: 700;
  text-decoration: underline;
  background: -webkit-linear-gradient(#eee, #333);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/*********************************** End Footer Section *********************************/
