*{
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  text-decoration: none;
  
-webkit-font-smoothing: antialiased;
scroll-behavior: smooth;

}
body{
position: relative;


}

@import url('https://fonts.googleapis.com/css2?family=Karla:wght@400;600;700&display=swap');

@keyframes fade-in {
0% {
  opacity: 0;
  left: -500px; /* Initial position outside the left side */
}
100% {
  opacity: 1;
  left: 0; /* Center position */
}
}



  
  
  /* header */
  .header {
    position: absolute;
    top: 0;
    width: 100%;
    /* background:linear-gradient(to bottom, rgb(0,0,0,5) 0%, rgb(0,0,0,0)100%); */
    /* background:linear-gradient( black); */
    z-index: 10;
    height: 250px;
    
  }
  
  .header-logo{
    
    width: 150px;
    height: 50px;
  }
  

  nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
  }
  
  .logo a {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    transform: scale(1, 1);
    animation: fade-in .5s ease-in-out ;
   
    
  }
  
  .logo a span {
    color: #8739fa;
  }
  
  .menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    list-style: none;
  
  }
  
  
  
  .menu a{
    display: block;
    padding: 7px 15px;
        font-size: 16px;
    transition: 0.2s all ease-in-out;
    color: #ffffff;
    text-decoration: none;
    font-family: 'Karla', sans-serif;
    text-transform: uppercase;
      font-weight: bold;
    transform: scale(1, 1);
    animation: fade-in 1s ease-in-out ;
    width: max-content;


    
  }



  
  .menu > li {
    display: inline-block;
    position: relative;
  }
  
  .menu a {
    text-decoration: none;
    padding: 10px;
    display: block;
  }
  
  .dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: transparent;
  }
  
  .dropdown li {
    display: block;
  }
  
  .menu li:hover .dropdown {
    display: block;
  }
  
  
  @media only screen and (max-width: 1200px) {



  
    .menu {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 0px;
      list-style: none;
      
      }
  
      .menu a{
        display: block;
        padding: 7px 15px;
            font-size: 15px;
        transition: 0.2s all ease-in-out;
        text-decoration: none;
        font-family: 'Karla', sans-serif;
        text-transform: uppercase;
        

      }
      
  }
  
  .menu-items{
    width: 90%;
    position: relative;
    text-align: center;
    border: 1px solid black;
    border-radius: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  
  }
  

  
  .menu a:hover {
    opacity: 1;
    color:  #5baff7;
  }
  
  .menu-icon {
    display: none;
  }
  
  #menu-toggle {
    display: none;
  }
  
  #menu-toggle:checked ~ .menu {
    transform: scale(1, 1);
    animation: fade-in .5s ease-in-out ;

  }
  
  @media only screen and (max-width: 850px) {
    .menu {
      flex-direction: column;
      background-color: black;
      align-items: end;
      position: absolute;
      top: 70px;
      left: 0;
      width: 100%;
      z-index: 1;
       transform: scale(1, 0);
      transform-origin: top; 
      transition: transform 0 ease-in-out;
      box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
      gap: 10px;
      padding: 20px;
      overflow-y: auto; /* Added property for vertical scrolling */

    }
  
  
    .header-logo{
    
      width: 99px;
      height: 40px;
    }
  
    .menu a {
      margin-left: 12px;
      color: #fffbfb;

    }
  
    .menu li {
      margin-bottom: 10px;
    }
  
    .menu-icon {
      display: block;
      color: #ffffff ;
      font-size: 28px;
      cursor: pointer;
    }
  
  
    .header {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 4px 20px hsla(207, 24%, 35%, 0.1);
    background-color: #000000;
    z-index: 10;
    height: 80px;
  }
  
  nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    z-index: 100;
    background-color: transparent;
  }

  .menu li:hover .dropdown {
    display: contents;
  }
  
 
  }
    
  
      /* hero section  */
  
      .hero-section{
          width: 100%;
          height: 100vh;
          display: flex;
          justify-content: center;
          position: relative;
          /* background-image: url(../assets/services/03\ \(1\).jpg); */
  background-repeat: no-repeat;        
  background-size: cover;
      }
  
      .hero-wrapper{
          display: flex;
          justify-content: center;
          align-items: end;
        height: 100%;
  width: 100%;
      }
  
  
  
  
      .herotexts{
          display: flex;
          flex-direction: column;
          justify-content: center;
      gap: 10px; 
      padding-bottom: 100px;
    
  
      }
  
  
  
      .hero-head{
          font-size: 40px;
          color:#ffffff ;
          font-family: 'Montserrat', sans-serif;
          position: relative;
          animation: fade-in 2s ease-out;
      }
  
      .hero-p{
          font-size: 24px;
          color:#ffffff ;
          font-family: 'Lato', sans-serif;
          position: relative;
          animation: fade-in 2s ease-out;
  
  
      }
  
  
  
      .mobimg{
        display: none;
      }
  
      .bannerImg{
        display: block;
      }
  


      li{
        list-style-type: disc;
        margin-left: 20px;
 
      }
  
  
  
      .content{
        font-size: 20px;
      }

      .content-head{
        font-size: 50px;
        color: #0E97CF;
        font-weight: bold;
      }

      .card {
        width: 300px;
        background: white;
        padding: .4em;
        border-radius: 6px;
        transition: transform 0.3s ease-in-out; /* Adding a smooth transition effect */

      }
      
      .card-image {
        width: 100%;
        border-radius: 6px 6px 0 0;
        transition: transform 0.3s ease-in-out; /* Adding a smooth transition effect */

      }
      
      .card:hover {
        opacity: 1;
        transform: scale(1.1);
        box-shadow: 1px 3px 8px 4px rgb(19, 18, 18);      }
      
      .category {
        text-transform: uppercase;
        font-size: 0.7em;
        font-weight: 600;
        padding: 10px 7px 0;
      }
      
      .category:hover {
        cursor: pointer;
      }
      
      .heading {
        font-weight: 600;
        padding: 7px;
        background-color: rgb(46, 157, 201);
        color: white;
        padding: 20px;

      }
      
      .heading:hover {
        cursor: pointer;
      }
      
      .author {
        color: rgb(255, 255, 255);
        font-weight: 400;
        font-size: 11px;
        padding-top: 10px;
      }
      
      .name {
        font-weight: 600;
      }
      
      .name:hover {
        cursor: pointer;
      }


      .jobs-container{
        position: relative;
        animation: fade-in 1s ease-out;

      }

.main-container{
  position: relative;
  animation: fade-in 1s ease-out;
}






      #map{
        height: 100%;
        width: 100%;
      }

      .content.white{
        font-size: 20px;
        text-align: left;
        color: white;
        position: relative;
        animation: fade-in 1s ease-out;
      }
  
      
      .content-head.white{
        font-size: 28px;
        color: white;
        font-weight: bold;
        position: relative;
        animation: fade-in 1s ease-out;
      }
      




      .menu li.active a {
        color: #5baff7;
        /* Add any additional styling as needed */
      }






      

      /* mobile responsive */



      @media only screen and (max-width: 1024px) {


        #map{
          height: 400px;
        }
  
      }

      @media only screen and (max-width: 650px) {
        .content.white{
          font-size: 14px;
        }
      
        
        .content-head{
          font-size: 20px;
      
        }

          
    #map{
      height: 300px;
    }
          
        .hero-section{
          width: 100%;
          height: 400px;
          display: flex;
          justify-content: center;
          position: relative;
          /* background-image: url(../assets/services/03\ \(1\).jpg); */
  background-repeat: no-repeat;        
  background-size:100% 400px ;
      }
  
  
        
    
      .hero-head{
        font-size: 24px;
  
  
    }
  
    .hero-p{
        font-size: 18px;
  
  
    }
  
  
  
    
    
    .content{
      font-size: 14px;
    }
  
  
    
    .content-head{
      font-size: 20px;
  
    }
  
        }