/*=============== GOOGLE FONTS ===============*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap");
/*=============== VARIABLES CSS ===============*/
:root {
  --header-height: 3.5rem;
  /*========== Colors ==========*/
  /*Color mode HSL(hue, saturation, lightness)*/
  --first-color: hsl(220, 68%, 54%);
  --first-color-lighten: hsl(220, 68%, 97%);
  --title-color: hsl(220, 48%, 28%);
  --text-color: hsl(220, 12%, 45%);
  --body-color: hsl(208, 39%, 94%);
  /*========== Font and typography ==========*/
  /*.5rem = 8px | 1rem = 16px ...*/
  --body-font: "Poppins", sans-serif;
  --normal-font-size: .938rem;
  --small-font-size: .813rem;
  --smaller-font-size: .75rem;
  /*========== Font weight ==========*/
  --font-medium: 500;
  --font-semi-bold: 600;
  /*========== z index ==========*/
  --z-tooltip: 10;
  --z-fixed: 100;
}

/* loging bar */
.logoname a{
 
    font-size: 2rem;
    color: black;
    text-align: center;
    animation: glow 1s ease-in-out infinite alternate;
  }
  
  @-webkit-keyframes glow {
    from {
      text-shadow: 0 0 10px #eb1515, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
    }
    
    to {
      text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #f4df29e4, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
    }
  }


  .slogan{
  margin-top: -13px;
}
.slogan a{
  margin-left: 60px;
  font-size: .9rem;
  font-weight: 300;
  color:black;
}





/*====start body work====*/

* {
  margin: 0;
  box-sizing: border-box;
  padding: 0;
}

body {
   
  margin-top: 90px;
  display: flex;
  flex-direction: column;
  padding: 0;
  
  font-family: var(--body-font);
  font-size: var(--normal-font-size);
  color: var(--text-color);
}

body::before {
      content: "ARG CYBER SKILL HUB";
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) rotate(-30deg);
      font-size: 60px;
      color: rgba(0, 0, 0, 0.05);
      white-space: nowrap;
      z-index: 0;
      pointer-events: none;
    }


 /* Sticky horizontal bar */
 .scroll-bar {
  cursor: pointer;
  position: sticky;
  top: 88px;
  background: #333;
  overflow-x: auto;
  white-space: nowrap;
  z-index: 1000;
}

.scroll-bar::-webkit-scrollbar {
  display: none; /* Hide scrollbar */
}

.scroll-item {
  display: inline-block;
  color: #fff;
  padding: 8px;
  text-decoration: none;
}

.scroll-item:hover {
  background: #6c6c6c;
}








.card {
    background-color: #f0f0f0;
    color: #333;
    width: 300px;
    height: 200px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 2px 2px 12px rgba(0,0,0,0.1);
    transition: transform 0.3s;
  }

  .card:hover {
    transform: scale(1.05);
  }




  


/*===sidesearch bar======*/
.side-searchmenu{
  margin-top: 0px;
}
#myMenu {
  position: fixed;
  background-color: rgba(229, 228, 228, 0.97);
  height: 580px;
  width: 250px;
  overflow-y: scroll;
}

#mySearch {
  margin-left: 5px;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  margin-top: 10px;
  width: 226px;
  height: 35px;
  font-size: 16px;
  padding: 11px;
  border: 1px solid #ddd;
}

#myMenu li a {
  margin-left: 20px;
  padding: 6px;
  text-decoration: dotted;
  color: black;
  display: block
  
}

#myMenu li a:hover {
  background-color: rgba(158, 155, 155, 0.812);
}

::-webkit-scrollbar{
  width: 8px;
}

/*end of side searchbar*/





/*======start data of ethical hacking=======*/
  form{
    margin-top: 30px;
    align-items: center;
    justify-content: center;
    margin-left: 300px;
  }

.header-name a{
  font-family: monospace;
  font-size: 35px;
  color: black;
  text-align: center;
}

.work{
  color: black;
}

.sourceimg{
  margin-top: 20px;
}

.software-name{
  margin-top: 30px;
  font-family: monospace;
  color: black;
  font-size: 28px;
}


.requirmenttools{
  color: #04AA6D;
  font-size: 30px;
}

.toolsname{
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;;
  margin-top: 10px;
  color: black;
  font-size: 16px;
}

.installation-script{
  position: relative;
  padding: 20px;
  border: 1px solid rgb(127, 128, 128);
  font-family: "Courier New", monospace;
  width: auto;;
  height: 200px;
  font-size: 18px;
  background-color: rgba(233, 227, 227, 0.669);
  color: black;
  margin-top: 30px;
  margin-bottom: 40px;
  font-weight: 540;
}


.warning h3{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2rem;
  color: red;
  
}

.warning p{
  color: black;
}

/*end of anonphisher*/


/*table start*/

 table {
      width: 96%;
      border-collapse: collapse;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
      background-color: #fff;
      border-radius: 10px;
      
    }
    th, td {
      padding: 15px 20px;
      border: 1px solid black;
      text-align: center;
      color: black;
      font-size: 14px;
    }
    th {
      background-color: #4CAF50;
      color: white;
      text-transform: uppercase;
    }
    tr:nth-child(even) {
      background-color: #f9f9f9;
    }
    tr:hover {
      background-color: #f1f1f1;
    }
    code {
      background-color: #f4f4f4;
      padding: 3px 6px;
      border-radius: 4px;
      font-family: monospace;
    }

    h2{
      color: black  ;
    }







    /* about */

    .about-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 900px;
  margin: auto;
  padding: 20px;
}

.profile-pic {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px double #d82f0d;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
  transition: transform 0.3s ease;
}

.profile-pic:hover {
  transform: scale(1.07);
}

.about-text {
  text-align: left;
  font-size: 1.1rem;
  max-width: 700px;
}

.about-text h3 {
  margin-top: 20px;
  color: #ffd700;
}

.skills-list {
  margin-top: 30px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.skills-list li {
  background: rgba(255, 255, 255, 0.1);
  padding: 10px 15px;
  border-radius: 10px;
  transition: background 0.3s ease;
}

.skills-list li:hover {
  background: #ffd700;
  color: #000;
}

.typewriter {
  border-right: 2px solid white;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  animation: typing 3.5s steps(40, end), blink 0.75s step-end infinite;
  margin-top: 20px;
  font-style: italic;
  color: #ccc;
  font-size: 1rem;
  max-width: 100%;
}

@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

@keyframes blink {
  50% { border-color: transparent }
}


/*about*/






/*slider animation of front page image*/
.slider {
  width: 80%;
  height: 300px;
  margin: 20px auto;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

.slides {
  display: flex;
  width: 400%;
  animation: slide 16s infinite;
}

.slides img {
  width: 100%;
  height: auto;
}

@keyframes slide {
  0%   { margin-left: 0%; }
  20%  { margin-left: 0%; }
  25%  { margin-left: -100%; }
  45%  { margin-left: -100%; }
  50%  { margin-left: -200%; }
  70%  { margin-left: -200%; }
  75%  { margin-left: -300%; }
  95%  { margin-left: -300%; }
  100% { margin-left: 0%; }
}




/*animation off */




/*footer*/

footer{
  text-align: center;
  flex-direction: column;
  justify-content: space-evenly;
  cursor: pointer;
  position: sticky;
  background-color: rgb(2, 2, 19);
  margin-top: 300px;
  width: 100%;
  height: auto ;
}


  
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap");
/*--=====paragraf box===*/

.paragrafbox {
  justify-content: space-evenly;
  padding-top: 80px;
  display: flex;
  font-size: 14px;
}


.course{
  font-size: 20px;
  max-width: 100%;
  color: burlywood;
}

.paragrafbox li a{
  justify-content: space-evenly;
  color: white;
}


.paragrafbox a:hover{
    color: rgb(24, 6, 130);
} 

.qrcode{
  flex-direction: column;
}


.youtube-lab{
  text-align: center;
  font-size: 13px;
  max-width: 100%;
  color: white;
}

.youtube img{
  width: 120px;
  height: 120px;
  border-color: white;
  border-style: double;
  border-radius: 16px;
  margin-top: 50px;
}

.whatsapp img{
  width: 120px;
  height: 120px;
  border-color: white;
  border-style: double;
  border-radius: 16px;
  margin-top: 50px;
}

.copyright-box p{
  padding-bottom: 60px;
  font-size: 13px;
  margin-top: 60px;
  color: white;
}

/*---======end of foooter========--*/







@media screen and (min-width: 1024px) {
    header {
      --normal-font-size: 1rem;
      --small-font-size: .875rem;
      --smaller-font-size: .813rem;
    }
  }

    
  /*=============== BASE ===============*/
  
  ul {
    list-style: none;
  }
  
  a {
    text-decoration: none;
  }
  
  /*=============== REUSABLE CSS CLASSES ===============*/
  .container {
    max-width: 1120px;
    margin-inline: 1.5rem;
  }
  
  /*=============== HEADER ===============*/
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 2px 8px hsla(220, 68%, 12%, 0.1);
    background-color: var(--body-color);
    z-index: var(--z-fixed);
  }
  
  /*=============== NAV ===============*/
  .nav {
    height: var(--header-height);
  }
  .nav__data {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .nav__logo {
    display: inline-flex;
    align-items: center;
    column-gap: 0.25rem;
    color: var(--title-color);
    font-weight: var(--font-semi-bold);
    transition: color 0.3s;
  }
  .nav__logo i {
    font-size: 1.25rem;
  }
  .nav__logo:hover {
    color: var(--first-color);
  }
  .nav__toggle {
    position: relative;
    width: 32px;
    height: 32px;
  }
  .nav__toggle-menu, .nav__toggle-close {
    font-size: 1.25rem;
    color: var(--title-color);
    position: absolute;
    display: grid;
    place-items: center;
    inset: 0;
    cursor: pointer;
    transition: opacity 0.1s, transform 0.4s;
  }
  .nav__toggle-close {
    opacity: 0;
  }


  
@media screen and (max-width: 1148px){

  .scroll-bar {
      margin-top: -40px;
      top: 48px;
      background: #333;
      overflow-x: auto;
      white-space: nowrap;
      z-index: 1000;
    }

  }
  
  
  /*==for large device*/
  
  @media screen and (max-width: 1118px) {
    .nav__menu {
      display: flex;
      background-color: var(--body-color);
      position: absolute;
      left: 0;
      top: 2.5rem;
      width: 100%;
      height: calc(100vh - 3.5rem);
      overflow: auto;
      padding-block: 1.5rem 4rem;
      pointer-events: none;
      opacity: 0;
      transition: top 0.5s, opacity 0.5s;
    }
  
  
    .nav__menu::-webkit-scrollbar {
      width: 0.5rem;
    }
    .nav__menu::-webkit-scrollbar-thumb {
      background-color: hsl(220, 12%, 70%);
    }
  }
  
  
  
  .nav__link {
    color: var(--title-color);
    font-weight: var(--font-semi-bold);
    padding: 1.25rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s;
  }
  .nav__link:hover {
    background-color: var(--first-color-lighten);
  }
  
  /* Show menu */
  .show-menu {
    opacity: 1;
    top: 3.5rem;
    pointer-events: initial;
  }
  
  /* Show icon */
  .show-icon .nav__toggle-menu {
    opacity: 0;
    transform: rotate(90deg);
  }
  
  .show-icon .nav__toggle-close {
    opacity: 1;
    transform: rotate(90deg);
  }
  
  
  
  /*===============HEADER DROPDOWN ===============*/
  .dropdown__button {
    cursor: auto;
  }
  .dropdown__arrow {
    font-size: 1.5rem;
    font-weight: initial;
    transition: transform 0.4s;
  }
  .dropdown__content, .dropdown__group, .dropdown__list {
    display: grid;
  }
  .dropdown__container {
    background-color: var(--first-color-lighten);
    height: 0;
    overflow: hidden;
    transition: height 0.9s;
  }
  .dropdown__content {
    row-gap: 1.75rem;
  }
  .dropdown__group {
    padding-left: 2.5rem;
    row-gap: 0.5rem;
  }
  .dropdown__group:first-child {
    margin-top: 1rem;
  }
  .dropdown__group:last-child {
    margin-bottom: 1.25rem;
  }
  .dropdown__icon i {
    font-size: 1.25rem;
    color: var(--first-color);
  }
  .dropdown__title {
    font-size: var(--small-font-size);
    font-weight: var(--font-semi-bold);
    color: var(--title-color);
  }
  .dropdown__list {
    row-gap: 0.25rem;
  }
  .dropdown__link {
    font-size: var(--smaller-font-size);
    font-weight: var(--font-medium);
    color: var(--text-color);
    transition: color 0.3s;
  }
  .dropdown__link:hover {
    color: var(--title-color);
  }
  
  /* Rotate dropdown icon */
  .show-dropdown .dropdown__arrow {
    transform: rotate(180deg);
  }
  
  /*=============== END HEADER DROPDOWN ===============*/


 

/* For Laptop and other  devices */
@media screen and (min-width: 1118px) {
.logoimg img{
  margin-left: -70px;
  margin-top: 10px; 
}
/* Nav */
.nav {
  height: calc(var(--header-height) + 2rem);
  display: flex;
  justify-content: space-between;
}
.nav__toggle {
  display: none;
}
.nav__list {
  display: flex;
  column-gap: 3rem;
  height: 100%;
}
.nav li {
  display: flex;
}
.nav__link {
  padding: 0;
}
.nav__link:hover {
  background-color: initial;
}


/* Dropdown */
.dropdown__button {
  column-gap: 0.25rem;
  pointer-events: none;
}
.dropdown__container {
  height: max-content;
  position: absolute;
  left: 0;
  right: 0;
  top: 6.5rem;
  background-color: var(--body-color);
  box-shadow: 0 6px 8px hsla(220, 68%, 12%, 0.05);
  pointer-events: none;
  opacity: 0;
  transition: top 0.4s, opacity 0.3s;
}
.dropdown__content {
  grid-template-columns: repeat(4, max-content);
  column-gap: 6rem;
  max-width: 1120px;
  margin-inline: auto;
}
.dropdown__group {
  padding: 4rem 0;
  align-content: baseline;
  row-gap: 1.25rem;
}
.dropdown__group:first-child, .dropdown__group:last-child {
  margin: 0;
}
.dropdown__list {
  row-gap: 0.75rem;
}
.dropdown__icon {
  width: 60px;
  height: 60px;
  background-color: var(--first-color-lighten);
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
}
.dropdown__icon i {
  font-size: 2rem;
}
.dropdown__title {
  color: black;
  background-color: transparent;
  font-size: var(--normal-font-size);
}
.dropdown__link {
  font-size: var(--small-font-size);
}
.dropdown__link:hover {
  color: var(--first-color);
}
.dropdown__item {
  cursor: pointer;
}
.dropdown__item:hover .dropdown__arrow {
  transform: rotate(180deg);
}
.dropdown__item:hover > .dropdown__container {
  top: 5.5rem;
  opacity: 1;
  pointer-events: initial;
  cursor: initial;
}
}

  /* For Laptop and other  devices */
@media screen and (min-width: 1118px) {
    .logoimg img{
      margin-top: 10px; 
    }
    /* Nav */
    .nav {
      height: calc(var(--header-height) + 2rem);
      display: flex;
      justify-content: space-between;
    }
    .nav__toggle {
      display: none;
    }
    .nav__list {
      display: flex;
      column-gap: 3rem;
      height: 100%;
    }
    .nav li {
      display: flex;
    }
    .nav__link {
      padding: 0;
    }
    .nav__link:hover {
      background-color: initial;
    }
  
  
    /* Dropdown */
    .dropdown__button {
      column-gap: 0.25rem;
      pointer-events: none;
    }
    .dropdown__container {
      height: max-content;
      position: absolute;
      left: 0;
      right: 0;
      top: 6.5rem;
      background-color: var(--body-color);
      box-shadow: 0 6px 8px hsla(220, 68%, 12%, 0.05);
      pointer-events: none;
      opacity: 0;
      transition: top 0.4s, opacity 0.3s;
    }
    .dropdown__content {
      grid-template-columns: repeat(4, max-content);
      column-gap: 8rem;
      max-width: 1120px;
      margin-inline: auto;
    }
    .dropdown__group {
      padding: 4rem 0;
      align-content: baseline;
      row-gap: 1.25rem;
    }
    .dropdown__group:first-child, .dropdown__group:last-child {
      margin: 0;
    }
    .dropdown__list {
      row-gap: 0.78rem;
    }
    .dropdown__icon {
      width: 60px;
      height: 60px;
      background-color: var(--first-color-lighten);
      border-radius: 50%;
      display: grid;
      place-items: center;
      margin-bottom: 1rem;
    }
    .dropdown__icon i {
      font-size: 2rem;
    }
    .dropdown__title {
      color: black;
      background-color: transparent;
      font-size: var(--normal-font-size);
    }
    .dropdown__link {
      font-size: var(--small-font-size);
    }
    .dropdown__link:hover {
      color: var(--first-color);
    }
    .dropdown__item {
      cursor: pointer;
    }
    .dropdown__item:hover .dropdown__arrow {
      transform: rotate(180deg);
    }
    .dropdown__item:hover > .dropdown__container {
      top: 5.5rem;
      opacity: 1;
      pointer-events: initial;
      cursor: initial;
    }
  }
  
  
  @media screen and (min-width: 1152px) {
    .container {
      margin-inline: auto;
    }
  }
  
  

@media screen and (max-width: 700px) {
  .scroll-bar {
    margin-top: -40px;
    top: 48px;
    background: #333;
    overflow-x: auto;
    white-space: nowrap;
    z-index: 1000;
  }


  footer{
    position: relative;
    flex-direction: column;
    text-align: center;
    align-items: center;
    max-width: 100%;
    height: auto;
    width: 100%;
  }


.footerparagraf{
  padding-top: 30px;
  justify-content: space-evenly;
}

   .paragrafbox{
    flex-direction: column;
    padding-top: 20px;
    justify-content: space-evenly;
   }

.course{
  font-size: 20px;
  max-width: 100%;
  color: burlywood;
}

   .paragrafbox ul li{
    font-size: 12px;
    justify-content: space-evenly;
    padding-left: 0%;
    margin-left: 0;
   }


.youtube-lab{
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
  max-width: 100%;
  color: white;
}


.copyright-box{
  padding: 10px;
}


    .searchmenu{
      display: none;
    }
    
    form{
      max-width: 94%;
      margin-left: 20px;
    }

    .header-name a, .requirmenttools, .warning h3{
      font-size: 25px;
    }
    .installation-script{
      position: relative;
      overflow: scroll;
      width: 100%;
    }
    .software-name{
      font-size: 20px;
    }
    .installation-script{
      font-size: 16px;
    }

  }


  
@media screen and (max-width: 440px) {
  
  .logoname a{
    
    font-weight: 300;
    font-size: 1.4rem;
  }
 
  .slogan a{
    display: none;
  }

  .logoimg img{
   width: 45px;
   height: 45px;

  }

  
form{
  margin-top: 100px;
  margin-left: 10px;
}

.installation-script{
  max-width: 100%;
}
}




@media screen and (max-width: 300px) {
  table{
    align-items: center;
    text-align: center;
    flex-direction: column;
    flex-wrap: wrap;
    max-width: 100%;

  }

  th, td{
    padding: 0;
   font-size: 12px;
  }

  code{
    padding: 0%;
  }
}

  


@media screen and (max-width: 270px) {
  .logoname a{
    display: none;
  }

  .logoimg img{
    display: none;

  }
}









 .whatsapp-float {
      position: fixed;
      bottom: 20px;
      right: 20px;
      z-index: 999;
    }

    .whatsapp-float a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 60px;
      height: 60px;
      background-color: #25D366;
      color: white;
      font-size: 30px;
      border-radius: 50%;
      text-decoration: none;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      transition: transform 0.3s;
    }

    .whatsapp-float a:hover {
      transform: scale(1.1);
    }