
  @import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@500&display=swap');

  .animated-background {
   
    border-radius: 40PX 40PX 0PX 0PX;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(45deg, #00a3ff, #e040fb, #ff8000, #00d9f5);
    background-size: 400% 400%;
    animation: gradientAnimation 9s ease infinite;
  }


  /* Define the animation keyframes */
  @keyframes gradientAnimation {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }


body {
    margin: 0;
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    background-size: cover;
    background-position: center;
    border-radius: 40PX 40PX 0PX 0PX;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(45deg, #001f02, #000000);

}

/* Navbar styles */
.navbar {
    margin-top: 20px ;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: transparent;
    overflow: hidden;
    padding: 0 20px;
}

.navbar-logo img {
    height: 40px; /* Adjust the height as needed */
    padding: 20px;
    margin-right: 550px;
    filter: invert(1);
}

.navbar-background{
    border: 1px solid #b3fe8b; /* Set the background color here */
    border-radius: 20px; /* Set the border radius here */
    background: linear-gradient(45deg, #182713, #172512 , #142212)
}


.navbar-links li {
    margin: 0 20px;
}

.navbar a {
    color: white;
    text-decoration: none;
}

.navbar-links {
    list-style-type: none;
    margin: 0;
    padding: 18px;
    display: flex;
    align-items: center;
    justify-content: center; /* Centering the navbar links */
    flex-grow: 1;
}


.extra-buttons {
    margin-left: 400PX;
    display: flex;
}

.extra-button1 {
    border: 1px solid #b3fe8b;
    border-radius: 15px;
    background: none;
    padding: 9px;
    margin-left: 20px;
    list-style-type: none;
}

.extra-button2 {
    border: 1px solid #1a2a1c;
    border-radius: 15px;
    background-color:#b3fe8b ;
    padding: 9px;
    margin-left: 20px;
    list-style-type: none;

}

.extra-button1 a {
    color: #b3fe8b;
    text-decoration: none;
}
 
.extra-button2 a {
    color: black;
    text-decoration: none;
}

/* Hero section styles */
.hero {
    margin-top: -160px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    margin-bottom: -200PX;
}

.hero h1 {
    font-size: 5em;
    margin-bottom: 0.5em;
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
}

.hero p {
    font-size: 1.5em;
    margin-bottom: 1em;
}

.cta-btn {
    border: 1px solid #1a2a1c;
    border-radius: 15px;
    background-color: #b3fe8b;
    padding: 15px;
    margin-left: 10px;
    list-style-type: none;
    text-decoration: none;
    color: #1a2a1c; /* Change the font color to white */
    font-weight:600;
}


.cta-btn2 {
    border: 1px solid #b3fe8b;
    border-radius: 15px;
    background-color:#1a2a1c  ;
    padding: 15px;
    margin-left: 20px;
    list-style-type: none;
    text-decoration: none;
    color: #b3fe8b; /* Change the font color to white */
    font-weight:600;
}




/*Projects*/ 

.heroimg-container{
    margin-left: 24%;
    margin-bottom: 100PX;
    width: 50%;
    height: 450px;
   
}.custom-container {
    display: flex;
    justify-content: center;
    align-items: center;
    
    background-color: none; /* Set a background color for the custom-container */
  }
  
  .masked-text {
    font-size: 3em;
    background: linear-gradient(45deg, #00a3ff, #e040fb, #ff8000, #00d9f5);
    background-size: 800% 800%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientAnimation 25s ease infinite;
    margin-right: 20px;
  }
  
  @keyframes gradientAnimation {
    0% {
      background-position: 0% 50%;
    }
    50% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
  


  .animated-background {
    position: relative;
}

.hero2-image {
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 85%;
    border-radius: 20px 20px 0px 0px;

}


.trust{
    margin-top:-100px;
    background-color: #0c170d;
    width: 100%;
    height: 250px;
}

#trust {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0c170d;
    width: 100%;
    height: 250px;
}

.trust-title{
   color: white;
    background-color: #0c170d;
    width: 100%;
    height: 50px;
}

#trust-title {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0c170d;
    width: 100%;
    height: 50px;
    font-size: 25px;
    font-weight: 500;
    padding-bottom: 50px;
    padding-top: 30PX;
}





.logo-container {
    display: flex;
    align-items: center;
}

.logo-item {
    width: 150px;
    height: 50px;
    margin: 0 20px;
    filter: grayscale(2001)  brightness(120);
}

.logo-item1 {
    width: 150px;
    height: 50px;
    margin: 0 20px;
    filter: grayscale(2001) invert(1) brightness(120);
  
}

.logo-item3 {
    width: 150px;
    height: 30px;
    margin: 0 20px;
    filter: grayscale(2001)  brightness(120);
}

.logo-item4 {
    width: 200px;
    height: 40px;
    margin: 0 20px;
    filter: grayscale(2001)  brightness(120);
}
