  @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");

  * {
      margin: 0;
      padding: 0;
      font-family: 'Poppins', sans-serif;
      text-transform: capitalize;
      box-sizing: border-box;
      transition: all .3s ease;
      text-decoration: none;
  }







  :root {
      --primary-color: #e82574;
      --primary-color-dark: #bc1c5c;
      --text-dark: #0c0a09;
      --text-light: #78716c;
      --white: #ffffff;
      --dark-green: #112a34;
      --green-color: #004047;
      --white-color: #fff;
      --max-width: 1200px;
      --text-color: #f5f5f5;
      --hover-color: #12f7ff;
      --bg-color: #250821;
      --second-bg-color: #292e33;
      --big-font: 2.5rem;
      --norma-font: 2rem;
      --neon-box-shadow: 0 0 0.5rem #12f7ff;
      --h2-font: 3rem;
      --font-neon-text-shadow: 0 0 10px rgba(18, 247, 255, 0.3),
          0 0 20px rgba(18, 247, 255, 0.3),
          0 0 30px rgba(18, 247, 255, 0.3),
          0 0 40px rgba(18, 247, 255, 0.3),
          0 0 70px rgba(18, 247, 255, 0.3),
          0 0 80px rgba(18, 247, 255, 0.3),
          0 0 100px rgba(18, 247, 255, 0.3),
          0 0 150px rgba(18, 247, 255, 0.3),
  }

  ::selection {
      background: var(--green-color);
      color: var(--white-color);
  }

  html,
  body {
      width: 100%;
      height: 100%;
  }

  html {
      font-size: 90%;
  }

  section {
      padding: 0 8rem;
      width: 100%;
  }

  .label {
      font-size: 1.1rem;
      color: #666;
      text-transform: uppercase;
      font-weight: 500;
  }

  .heading {
      font-size: 3rem;
      margin-top: 1rem;
  }




  .headings {
      text-align: center;
      padding: 2.5rem 0
  }

  .headings span {
      font-size: 3.5rem;
      background: rgba(255, 165, 0, .2);
      color: var(--green-color);
      border-radius: .5rem;
      padding: .2rem 1rem;
  }

  .headings span.space {
      background: none;
  }






  section.header {
      padding: 1rem;
      width: 100%;
      height: 100vh;
  }

  .header .jio-lebel {
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.55) url("jio/image/2.jpg");
      background-blend-mode: darken;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      padding: .5rem;
      border-radius: .5rem;
  }

  .header .jio-lebel nav {
      width: 100%;
      height: 80px;
      background: linear-gradient(rgb(255, 255, 255, .2), rgb(255, 255, 255, .2));
      backdrop-filter: blur(1px);
      border-radius: .7rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0 4rem;
      z-index: 10;
      position: relative;

  }

  .header .jio-lebel nav .logo {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;

  }

  .header .jio-lebel nav .logo .bar {
      font-size: 1.45rem;
      color: var(--white-color);
      cursor: pointer;
      display: none;
      justify-content: center;
      margin-left: auto;
  }




  .logo-img {
      display: flex;
      height: 60px;

  }

  .btn {
      position: relative;
      display: inline-block;
      margin-top: 1rem;
      background: var(--green-color);
      color: #fff;
      padding: 10px 15px;
      cursor: pointer;
      font-size: 1.5rem;
      z-index: 0;
  }

  .btn::before {
      content: "";
      position: absolute;
      color: #fff;
      width: 0;
      height: 100%;
      background-color: #000;
      top: 0;
      left: 0;
      transition: all .3s ease-in-out;
      z-index: 0;
  }

  .btn:hover::before {
      right: 0;
      width: 100%;
      z-index: -1;

  }

  .btn-submit:hover {
      letter-spacing: 1px;
      background-color: #000;
  }



  .header .jio-lebel nav .logo .bar:hover {
      color: var(--green-color);
  }

  .header .jio-lebel nav .logo h3 {
      color: var(--white-color);
      font-weight: 400;
  }

  .header .jio-lebel nav .menu .close {
      display: none;
  }

  .header .jio-lebel nav .menu ul {
      display: flex;
      gap: 3rem;
      list-style: none;
  }

  .header .jio-lebel nav .menu ul li a {
      color: var(--white-color);
      font-weight: 400;
  }

  .header .jio-lebel nav .menu ul li a:hover {
      color: rgb(255 255 255/70%);
  }



  .header .jio-lebel .content-hum-jio-lebel-container {
      width: 100%;
      height: calc(100% - 65px);
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      transform: translate(0, -65px);
  }

  .header .jio-lebel .content-hum-jio-lebel-container h5 {
      text-transform: uppercase;
      color: var(--white-color);
      font-size: .9rem;
      font-weight: 400;
      margin-bottom: 2rem;
  }

  .header .jio-lebel .content-hum-jio-lebel-container h1 {
      font-size: 4rem;
      max-width: 50rem;
      color: var(--white-color);
      text-align: center;
      font-weight: 600;
      line-height: 1.2;
      margin-bottom: 1rem;
  }

  .header .jio-lebel .content-hum-jio-lebel-container p {
      color: #eee;
      font-weight: 300;
      max-width: 40rem;
      font-size: 1.1rem;
      text-align: center;
      margin-bottom: 2rem;
  }

  .header .jio-lebel .content-hum-jio-lebel-container .search {
      width: 100%;
      max-width: 38rem;
      height: 45px;
      background: var(--white-color);
      border-radius: 3rem;
      display: flex;
      align-items: center;
      padding: .3rem;

      transform: translateX(-50%);
      z-index: 1000;
    


  }

  .header .jio-lebel .content-hum-jio-lebel-container .search i {
      color: rgba(0, 0, 0, .5);
      margin: 0 .6rem;
  }

  .header .jio-lebel .content-hum-jio-lebel-container .search input {
      width: 100%;
      height: 100%;
      background: transparent;
      border: none;
      outline: none;
      font-weight: 400;
  }

  .header .jio-lebel .content-hum-jio-lebel-container .search button {
      height: 100%;
      padding: 0 1rem;
      border-radius: inherit;
      background: var(--green-color);
      border: none;
      outline: none;
      color: var(--white-color);
      font-weight: 400;
      cursor: pointer;
  }

  .header .jio-lebel .content-hum-jio-lebel-container .search button:hover {
      background: #02636e;
  }

  .header .jio-lebel .content-hum-jio-lebel-container h5,
  .header .jio-lebel .content-hum-jio-lebel-container h1,
  .header .jio-lebel .content-hum-jio-lebel-container p,
  .header .jio-lebel .content-hum-jio-lebel-container .search {
      transform: translate(0, 100px);
      opacity: 0;
  }

 

  .hum-jio-lebel .hum-jio-lebel-container {
      width: 100%;
      display: flex;
      justify-content: space-evenly;
      align-items: center;
      justify-content: center;
      gap: 4rem;
      padding: 5rem 0;
  }

  .hum-jio-lebel .hum-jio-lebel-container .box {
      padding: 0 1rem;
      text-align: center;
      max-width: 30rem;
      transform: translate(0, 100px);
      opacity: 0;
  }

  .hum-jio-lebel .hum-jio-lebel-container .box img {
      height: 10rem;
  }

  .hum-jio-lebel .hum-jio-lebel-container .box h4 {
      font-size: 1.2rem;
      margin: 1rem 0;
      margin-top: 2rem;
      font-weight: 600;
  }

  .hum-jio-lebel .hum-jio-lebel-container .box p {
      color: #666;
  }

 
  .jhik-jio {
      width: 100%;
      padding-top: 4rem;
      padding-bottom: 4rem;
  }

  .jhik-jio .container {
      width: 100%;
  }

  .jhik-jio .container .container-box {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
  }

  .jhik-jio .container .container-box .heading {
      /* max-width: 30rem; */
      font-size: 2rem;
  }

  .jhik-jio .container .container-box .content-hum-jio-lebel-container {
      max-width: 35rem;
  }

  .jhik-jio .container .container-box .content-hum-jio-lebel-container p {
      line-height: 1.7;
      color: #383636;
      margin-bottom: 1rem;
      font-size: 1.2rem;

  }

  .jhik-jio .container .container-box .content-hum-jio-lebel-container a {
      color: var(--green-color);
      font-weight: 600;
  }

  .jhik-jio .container .container-box .content-hum-jio-lebel-container a i {
      margin-left: .5rem;
  }

  .jhik-jio .container .container-box .content-hum-jio-lebel-container a:hover i {
      margin-left: .1rem;
  }

  .lebel-services {
      margin-top: 4rem;
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      gap: 1rem;
  }

  .lebel-services .box {
      height: 23rem;
      flex-grow: 1;
      overflow: hidden;
      border-radius: .8rem;
      position: relative;
  }



  .lebel-services .box img {
      width: 100%;
      height: 100%;
      object-fit: unset;
      object-position: center;
  }

  .lebel-services .box .text {
      padding: 0.75rem 1.5rem;
      position: absolute;
      outline: none;
      border: none;
      left: 0;
      bottom: 0;
      font-size: 1rem;
      font-weight: 500;
      color: var(--white);
      background-color: var(--green-color);
      border-radius: 5px;
      cursor: pointer;
      transition: 0.3s;

  }

  .lebel-services .box .text::before {
      content: "";
      position: absolute;
      color: #fff;
      width: 0;
      height: 100%;
      background-color: #000;
      top: 0;
      left: 0;
      transition: all .3s ease-in-out;
      z-index: 0;
  }

  .lebel-services .box .text::before {
      right: 0;
      width: 100%;
      z-index: -1;

  }



  .lebel-services .box .text:hover {
      background: var(--dark-green);
      letter-spacing: .5rem;
  }




  .lebel-services .box .text h2 {
      font-size: 1.4rem;
      /* color: var(--white-color); */
      font-weight: 600;
      color: var(--text-color);
      cursor: pointer;

  }

  .jhik-jio .container .container-box .heading,
  .jhik-jio .container .container-box .content-hum-jio-lebel-container {
      transform: translate(-200px);
      opacity: 0;
  }

 

  .jhik-jio .lebel-services .box {
      transform: translate(0, 100px);
      opacity: 0;
  }

   
 

 


  .contact .row {
      display: flex;
      flex-wrap: wrap;
      gap: 1.5rem;
      align-items: center;
  }

  .contact .row .image {
      flex: 1 1 35rem;

  }

  .contact .row .image img {
      width: 100%;

  }

  .contact .row form {
      flex: 1 1 50rem;
      padding: 2rem;
      box-shadow: 0 1rem 2rem rgba(0, 0, 0, .1);
      border-radius: .5rem;
  }

  .contact .row form .inputBox {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
  }

  .contact .row form .inputBox input,
  .contact .row form textarea {
      width: 49%;

      margin: 1rem 0;
      padding: 1rem;
      font-size: 1rem;
      color: #333;
      background: #f7f7f7;
      text-transform: none;
  }

  .contact .row form textarea {
      height: 15rem;
      resize: none;
      width: 100%;
  }










  footer {
      padding: 1rem;
      width: 100%;
  }

  footer .jio-foot {
      background: var(--dark-green);
      border-radius: .7rem;
      padding: 6rem 7rem;
      padding-bottom: 1rem;
  }

  footer .jio-foot .lebel-container {
      display: flex;
      justify-content: space-between;
      padding-bottom: 1rem;
      border-bottom: 1px solid var(--green-color);
      gap: 2rem;
  }

  footer .jio-foot .lebel-container .hum {
      max-width: 32rem;
  }

  footer .jio-foot .lebel-container .hum h3 {
      font-size: 1.3rem;
      font-weight: 500;
      margin-bottom: 1rem;
      color: var(--white-color);
  }

  footer .jio-foot .lebel-container .hum p {
      line-height: 1.6;
      color: rgb(255 255 255/80%);
      margin-bottom: 1.5rem;
  }

  footer .jio-foot .lebel-container .hum h5 {
      font-size: 1rem;
      font-weight: 400;
      color: var(--white-color);
  }

  footer .jio-foot .lebel-container .hum a {
      color: rgb(255 255 255/80%);
      font-size: .9rem;
      border-bottom: 2px solid #00cee4;
      padding: 1px 0;
      display: inline-block;
  }

  footer .jio-foot .lebel-container .hum .link-social {
      display: flex;
      gap: .8rem;
      margin-top: 1rem;
  }

  footer .jio-foot .lebel-container .hum .link-social img {

      height: 22px;
  }

  footer .jio-foot .lebel-container .hum .link-social a {
      border: none;
      font-size: 1.3rem;
      color: var(--white-color);
  }

  footer .jio-foot .lebel-container h4 {
      font-size: 1.1rem;
      font-weight: 500;
      margin-bottom: .5rem;
      color: var(--white-color);
  }

  footer .jio-foot .lebel-container li {
      list-style: none;
      margin-top: 1rem;
  }

  footer .jio-foot .lebel-container a {
      color: rgb(255 255 255/80%);
  }

  footer .jio-foot .lebel-container a:hover {
      color: var(--white-color);
  }

  footer .jio-foot .lebel-container span {
      color: #000;
      background: #00cee4;
      font-size: .9rem;
      padding: .1rem .5rem;
      border-radius: .3rem;
      font-weight: 500;
  }

  footer .jio-foot .copyright {
      display: flex;
      justify-content: space-between;
      margin-top: 1rem;
      font-size: .9rem;
      color: rgb(255 255 255/80%);
      text-align: center;
      text-transform: lowercase;
  }

  footer .jio-foot .copyright a {
      color: rgb(255 255 255/80%);
      margin-left: 1rem;
      text-align: center;
  }

 













   
  @media (max-width: 1020px) {
      html {
          font-size: 85%;
      }

      section {
          padding: 0 2rem;
      }

      .contact .row form .inputBox input {
          width: 100%;
      }

      footer .jio-foot {
          padding: 2rem;
      }

      .headings span {
          font-size: 1.5rem;
      }
  }

  @media (max-width: 910px) {

      .header .jio-lebel nav {
          padding: 0 1rem;
      }

      .header .jio-lebel nav .menu ul {
          gap: 2rem;
      }

      .jhik-jio .container .container-box {
          flex-direction: column;
          align-items: flex-start;
      }

      footer .jio-foot .lebel-container {
          flex-direction: column;
      }
  }

  @media (max-width: 767px) {

      .header .jio-lebel nav {

          

          display: flex;


      }


      .heading {
          font-size: 1.5rem;
      }



      .header .jio-lebel nav .menu {
          display: none;
      }

      .header .jio-lebel nav .logo .bar {
          display: flex;

      }

      .header .jio-lebel .logo {
          justify-content: space-between;
      }

      .header .jio-lebel nav .menu.active {
          display: block;
          position: absolute;
          left: -1.5rem;
          top: -1.5rem;
          width: 100vw;
          height: 100vh;
          background: rgb(0 0 0/90%);
          display: flex;
          align-items: center;
          padding: 0 3rem;
      }

      .header .jio-lebel nav .menu .close {
          display: block;
          position: absolute;
          left: 3rem;
          top: 3rem;
          cursor: pointer;
          color: var(--white-color);
          font-size: 2rem;
      }

      .header .jio-lebel nav .menu .close:hover {
          color: rgb(255 255 255/40%);
      }

      .header .jio-lebel nav .menu ul {
          flex-direction: column;
          font-size: 1.3rem;
          gap: 1rem;
      }

      .header .jio-lebel nav .menu ul:hover li a {
          color: rgb(255 255 255/40%);
      }

      .header .jio-lebel nav .menu ul li a:hover {
          color: var(--white-color);
      }

      .header .jio-lebel .content-hum-jio-lebel-container {
          padding: 2rem;
      }

      .hum-jio-lebel .hum-jio-lebel-container {
          flex-direction: column;
          padding: 4rem 0;
          gap: 4rem;
      }

      .hum-jio-lebel .container .box img {
          height: 6rem;
      }

      .jhik-jio .container .container-box .content-hum-jio-lebel-container {
          font-size: .8rem;
      }

     
  }

  @media (max-width: 607px) {
      .header .jio-lebel .content-hum-jio-lebel-container h1 {
          font-size: 2rem;
      }

      .header .jio-lebel .content-hum-jio-lebel-container p {
          font-size: .8rem;
      }
  }

 