/* header */

/* Responsive Styling */
@media (max-width: 1024px) {
  

  .head-main {
      width: 1461px;
      height: 950px;
  }

    
    /* Logo */
    .logo {
      height: 40px;
      width: auto;
    }
    
    /* Navigation Menu */
    nav ul {
      list-style: none;
      display: flex;
      gap: 40px;
    }
    
  
    
    nav ul li a {
      text-decoration: none;
      font-size: 14px;
      font-family: 'Lexend Exa', sans-serif;
      /* font-weight: bold; */
      color: white;
    }
    
   
   
    
    .link {
      font-size: 14px;
      /* font-weight: bold; */
      color: #0162B1;
      font-family: 'Lexend Exa', sans-serif;
      text-decoration: none;
      position: relative;
      padding: 8px 10px;
      display: flex;
      align-items: center;
    }
    

    
    .link i {
      margin-right: 15px;
      color: #fff;
    }
    
    .link .color {
      width: 2em;
      height: 2em;
      border-radius: 5px;
      background-color: #0162B1;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0.25em;
    }
    
    /* Heading Styles */
    .linear-gradient {
      position: absolute;
      top: 40px;
      left: 240px;
    
      font-size: 85px;
      font-weight: bold;
      text-transform: uppercase;
      background: linear-gradient(#ffffff, #ffffff, #ffffffe3, #f3f3f33f, #ffffff00, #ffffff00);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      text-align: center;
      margin-top: 105px;
    
    }
    
    .underline-right a {
      position: relative;
      text-decoration: none;
      font-size: 14px !important;
      display: inline-block !important;
      color: #ffffff;
      /* Change text color to white */
      transition: color 0.3s ease-in-out;
    }
    
 

}

@media (max-width: 480px) {

  nav ul li a.active {
      color: #efd923;
      /* Change this to whatever color you want */
      font-weight: bold;
    
      border-bottom: 2px solid #efd923;
    }
    
    *,
    *::before,
    *::after {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }
    
    body {
      font-family: 'Lexend Exa', sans-serif;
    }
    
    .head-main {
      position: relative;
      background-image: url('image/1.png');
      /* Ensure correct image path */
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      font-family: 'Poppins', sans-serif;
      height: 1200px;
      margin-top: 0;
    
      background-color: black;
    }
    
    /* Header Styling */
    header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      background-color: black;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 50px;
      z-index: 1000;
      border-bottom: 1px solid #8d8d8d77;
    }
    
    /* Logo */
    .logo {
      height: 45px;
      width: auto;
    }
    
    /* Navigation Menu */
    nav ul {
      list-style: none;
      display: flex;
      gap: 40px;
    }
    
    nav ul li {
      display: inline;
    }
    
    nav ul li a {
      text-decoration: none;
      font-size: 14px;
      font-family: 'Lexend Exa', sans-serif;
      /* font-weight: bold; */
      color: white;
    }
    
    /* Animated Contact Us Button */
    .wrapper {
      position: relative;
    }
    
    .wrapper a {
      background-color: #fff;
      border-radius: 5px;
    }
    
    .link {
      font-size: 14px;
      /* font-weight: bold; */
      color: #0162B1;
      font-family: 'Lexend Exa', sans-serif;
      text-decoration: none;
      position: relative;
      padding: 8px 10px;
      display: flex;
      align-items: center;
    }
    
    .link span,
    .link i {
      position: relative;
    }
    
    .link i {
      margin-right: 15px;
      color: #fff;
    }
    
    .link .color {
      width: 2em;
      height: 2em;
      border-radius: 5px;
      background-color: #0162B1;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0.25em;
    }
    
    /* Heading Styles */
    .linear-gradient {
      position: absolute;
      top: 40px;
      left: 240px;
    
      font-size: 115px;
      font-weight: bold;
      text-transform: uppercase;
      background: linear-gradient(#ffffff, #ffffff, #ffffffe3, #f3f3f33f, #ffffff00, #ffffff00);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      text-align: center;
      margin-top: 105px;
    
    }
    
    /* .linear-gradient:hover {
        
        background: linear-gradient(#efd923, #efd923, #efdb23d8, #ffff004b, #ffff0000, #ffff0000);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        
    } */
    
    .underline-right a {
      position: relative;
      text-decoration: none;
      font-size: 14px !important;
      display: inline-block !important;
      color: #ffffff;
      /* Change text color to white */
      transition: color 0.3s ease-in-out;
    }
    
    .underline-right a::after {
      content: "";
      position: absolute;
      bottom: -4px;
      /* Adjust position */
      left: 0;
      width: 0;
      height: 2px;
      background-color: currentColor;
      /* Uses text color */
      transition: width 0.3s ease-in-out;
    }
    
}
