* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    border: none;
    outline: none;
    scroll-behavior: smooth;
    font-family: 'IBM Plex Mono', monospace;
  
  }
  
  :root {
    --navbar-bg-color: hsl(0, 0%, 1%);
    --navbar-text-color: hsl(0, 0%, 85%);
    --navbar-text-color-focus: white;
    --navbar-bg-contrast: hsl(0, 0%, 25%);
    --first-color: hsl(38, 92%, 58%);
    --first-color-light: hsl(38, 100%, 78%);
    --first-color-alt: hsl(32, 75%, 50%);
    --second-color: hsl(195, 75%, 52%);
    --dark-color: hsl(212, 40%, 12%);
    --white-color: hsl(212, 4%, 95%);
    --body-color: hsl(212, 42%, 15%);
    --container-color: hsl(212, 42%, 20%);
    --text-color: #fff;
    --main-color: #0ef;
  }
  
  
  html {
    font-size: 62.5%;
    overflow-x: hidden;
  }
  
  
  body {
    background-image: linear-gradient(109.6deg, rgba(2, 0, 4, 1) 14.2%, rgb(54, 5, 102)91.2%);
    color: var(--text-color);
    overflow-x: hidden;
  }
  
  
  
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 64px;
    padding: 2rem 9%;
    background-color: var(--navbar-bg-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
  }
  
  .header.sticky {
    border-bottom: .1rem solid rgba(0, 0, 0, .2);
  }
  
  .logo img {
    width: 90px;
    color: var(--text-color);
  
    cursor: default;
  }
  
  .navbar {
    display: flex;
    justify-content: space-between;
    height: 100%;
    align-items: center;
  }
  
  .nav-links {
    display: flex;
    justify-content: space-between;
    height: 300px;
    align-items: center;
  }
  
  
  .navbar a {
    display: flex;
    font-size: 1.7rem;
    color: var(--text-color);
    margin-left: 4rem;
    margin: 0.5em;
    padding: 0.4em 0.4em;
    width: 100%;
    word-spacing: 0.5px;
    font-weight: 400;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
  }
  
  /* .navbar a:hover,
  .navbar a:active {
    color: var(--main-color);
  } */
  
  .navbar a:is(:focus, :hover) {
    color: var(--navbar-text-color-focus);
    background-color: var(--navbar-bg-contrast);
  }
  
  
  
  .dropbtn1 {
    background-color: transparent;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 10px;
  
  }
  
  .dropdown1 {
    position: relative;
    display: inline-block;
  
  }
  
  .dropdown-content1 {
    display: none;
    position: absolute;
    background-color: #000000;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(239, 229, 229, 0.2);
    z-index: 1;
  }
  
  .dropdown-content1 a {
    color: rgb(255, 255, 255);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown-content1 a:hover {
    background-color: #ffffff;
    color: rgb(0, 0, 0);
  }
  
  .dropdown1:hover .dropdown-content1 {
    display: block;
  }
  
  .dropdown1:hover .dropbtn1 {
    background-color: var(--navbar-bg-contrast);
  
  }
  
  
  .menu-icon {
    display: none;
    flex-direction: column;
    cursor: pointer;
    margin-right: -100px;
  }
  
  .bar {
    width: 25px;
    height: 3px;
    background-color: white;
    margin: 5px 0;
  }
  
  .wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
  
  .big {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
  }

  
  ul {
    list-style: none;
  }
  
  
  ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 2%;
    border: 2px solid #ccc;
    padding: 10px; 
    margin-bottom: 20px;
    border-radius: 10px;
  }

  /* ul li:hover {
    font-weight:bolder;
    color: black;
    background-color: rgb(143, 136, 136); 
    box-shadow: 15px 15px 10px black;
} */

ul li:hover {
  font-weight:bolder;
  color: black;
  background-color:white; 
  box-shadow: 10px 10px 10px rgb(124, 121, 121);
}
  h1{
    font-weight: 800;
    font-size: 4rem;
    letter-spacing: 0.2px;
    margin-bottom: 2%; 
    margin-top: -2%;
}
h4{
    font-size: 2.4rem;
    
}
p{
    text-align: center;
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 1.3;
    margin: 8px;
}


  .content-main{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0  auto;
    padding: 35px;

    
}




.main-info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    text-align: justify;
    align-items: center;
    margin: 6%;
}


.main-info p{
    position: relative;
    top: 4%;
    width: 60%;
    animation: fade 3s linear both;
    animation-timeline: view();
    -webkit-animation-timeline: view();
    animation-range: entry 30% cover 40%;
    animation-duration: 1ms;
}
@keyframes fade{
    from{
            opacity: 0;
            
            
    }
    to{
        opacity: 1;
        
        
    }

}
  
  
  
  .sec-1 {
    width: 100vw;
    background-image: linear-gradient(109.6deg, rgba(2, 0, 4, 1) 14.2%, rgb(54, 5, 102)91.2%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  
  
  .buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10%;
  
  }
  
  .Check {
    width: 180px;
    border: 0;
    padding: 12px 2px;
    background: linear-gradient(to right, #cf2e22, #b34708);
    outline: none;
    color: #fff;
    cursor: pointer;
    text-align: center;
    transition: transform 0.5s;
    font-weight: bold;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    border-radius: 50px;
  }
  
  
  
  .Check:hover {
    transform: scale(1.2);
  }
  footer {
    margin-top: auto;
  }
  
  
  footer {
    background-color: #000;
    color: #fff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
    gap: 13px;
  }
  
  .details {
    margin-right: 240px;
    font-size: 20px;
    text-align: center;
    padding-left: 250px;
  }
  
  .reach {
    margin-right: 150px;
    font-size: 20px;
    padding-left: 150px;
    color: white;
  }
  
  .social-media a {
    color: #fff;
    font-size: 24px;
    margin: 0 5px;
    text-decoration: none;
  }
  
  
  .social-media a:hover {
    color: rgb(38, 212, 38);
  }
  
  
  @media screen and (max-width: 1010px) {
  
    .details {
        font-size: 18px;
    }
  
    .reach {
        font-size: 18px;
    }
  
  }
  
  @media screen and (max-width: 901px) {
  
    header {
        padding: 1rem 5%;
  
    }
  
    .logo img {
        width: 70px;
    }
  
    .navbar a {
        font-size: 1.4rem;
        margin-left: 2rem;
    }
  
    #menu-icon {
        display: block;
        /* Show the menu icon */
    }
  
    .details {
        font-size: 15px;
    }
  
    .reach {
        font-size: 15px;
    }
  }
  
  
  
  @media screen and (max-width: 825px) {
  
    header {
        padding: 1rem 5%;
  
    }
  
    .logo img {
        width: 55px;
        margin-left: -50px;
    }
  
    .navbar {
        margin-left: 30px;
    }
  
    .navbar a {
        font-size: 1.3rem;
        margin-left: 1.5rem;
    }
  
    .navbar .dropbtn1 {
        font-size: 1.3rem;
        margin-left: 1.5rem;
    }
  
    #menu-icon {
        display: block;
        /* Show the menu icon */
    }
  
  }
  
  @media screen and (max-width: 750px) {
    .nav-links {
        display: none;
        flex-direction: column;
        width: 100%;
        text-align: center;
        position: absolute;
        top: 60px;
        left: 0;
        background-color: black;
    }
  
    .nav-links.show {
        display: flex;
    }
  
    .menu-icon {
        display: flex;
    }
  
    /* Add the following CSS to change the background color on hover */
    .navbar .nav-links a:hover {
        background-color: white;
        color: black;
    }
  
    .logo img {
        width: 80px;
        margin-left: -30px;
    }
  }
  
  @media screen and (max-width: 661px) {
  
    .navbar a {
        font-size: 1.2rem;
        margin-left: 1.5rem;
    }
  
    .details {
        font-size: 15px;
    }
  
    .reach {
        font-size: 15px;
    }
    h1{
        margin-top: 20px;
    }
  }
  
  @media screen and (max-width: 470px){
    h1{
      
      text-align: center;
    }
    h4{
      text-align: center;
    }
  }
  
  @media screen and (max-width: 376px) {
    .details {
        font-size: 13px;
    }
  
    .reach {
        font-size: 13px;
    }
  }


  @media only screen and (max-width: 767px) {
    h1 {
      font-size: 3rem;
    }
  
    h4 {
      font-size: 2rem;
    }
  
    p {
      font-size: 1rem;
    }
  
  }
  
  @media only screen and (max-width: 375px) {
    .buttons {
      display: flex;
      flex-direction: column;
    }
  
    .Check:hover {
      transform: scale(1);
    }
  
    .Check {
      margin: 2%;
    }
  }
  
  @media only screen and (max-width: 768px) {
    .Check:hover {
      transform: scale(1);
    }
  
  }
