body {
  font-family: "Poppins", sans-serif, "Times New Roman", Times, serif;
  margin: 0;
  padding: 0;
  background: linear-gradient(-45deg,#0B5E36,#52010f,#0E6B3C,#710114,#15803D,#1F8A46);
    background-size: 400% 400%;
    animation: gradientMove 12s ease infinite;
    position: relative;
    overflow-x: hidden;
}
@keyframes gradientMove {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(0, 0, 0, 0);
  font-size: larger;
  padding: 1rem 0rem;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}

header img {
  height: 48px;
  margin-left: 10px;
  border-radius: 30px;
  width: 50px;
}

.logo {
  font-size: 1.5rem;
  margin-left: -915px;
  font-weight: bold;
  color: #ffffff;
  margin-top: -5px;
  margin-right: 300px;
  
}

nav a {
  color: white;
  margin: 0 1.5rem;
  text-decoration: none;
  font-weight: bold;
  
}

.button {
  margin-right: 20px;
}

nav a:hover {
  color: rgb(46, 44, 44);
}

/*MAIN*/
.main-container {
  padding: 0%;
  margin: 0%;
}

.main-container h1 {
  padding-top: 100px;
  text-align: center;
  color: white;
  font-size: 42px;
  padding-bottom: 18px;
  
}


.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 350px); /* Fixed width columns */
  gap: 30px;
  justify-content: center; /* Centers the whole grid */
  justify-items: center;   /* Centers each card */
  align-items: center;
  padding: 20px;
}

.product-card {
  background-color: white;
  border-radius: 20px;
  text-align: center;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  display: flex;
  
  justify-content: space-between;
  box-shadow: 0 0px 15px black;
  background: rgb(36, 28, 28);
  width: 250px;
  height: 300px;
 
}

.product-card img {
  width: 250px;
  height: 300px;
  border-radius: 12px;
  object-fit: cover;
  margin-bottom: -10px;
  
  
}
.product-card h4 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 1rem;
  color: white;
  font-weight: 900;
}
.product-card a {
  text-decoration: none;
 
}

.product-card p {
  font-size: 0.9rem;
  color: black;
  margin: 2px 6px;
  text-align: center;
}
.product-card .price {
  font-weight: bold;
  color: #007b5e;
  font-size: 1.1rem;
}

.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
}

/*about Page ni*/

.container {
  margin: 0px;
  padding: 0;
}

.About {
  padding-top: 100px;
  text-align: center;
  color: white;
  font-family: auto;
  font-size: 40px;
}

.InformationContainer {
  display: flex;
  align-items: flex-start;
  gap: 6rem;
  max-width: 100%;
  margin: 0%;
  padding: 5rem;
  padding-top: 30px;
  padding-bottom: 20px;
  margin-top: 0;
}

.Myprofile logo {
  width: 400px;
  height: 360px;
}

.Myprofile {
  max-width: 400px;
  margin-left: 100px;
  width: 100%;
  height: auto;
  border-radius: 50px;
  object-fit: cover;
}

.Information {
  flex: 1;
  text-align: justify;
}

.name {
  font-size: 1.9rem;
  margin-bottom: 30px;
  color: white;
  font-family: sans-serif;
}

.Info {
  line-height: 1.9;
  color: white;
  font-family: sans-serif;
  margin-right: 100px;
  font-size: large;
}

.LevelUp {
  background-color: rgb(0, 0, 0);
}

.MainPage h1 {
  text-align: center;
  font-size: 2.9rem;
  margin-bottom: 30px;
  font-weight: 900;
  font-family: sans-serif;
  color: #ff5d79;
  text-shadow:
    0 0 4px #ffffff,
    0 0 4px #ffffff;
}

.ListContainer {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
  max-width: 100%;
  padding: 2rem;
}

.Team {
  flex: 1;
  text-align: justify;
}

.TeamDiscription {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-radius: 50px;
  object-fit: cover;
}
body::before {
    content: "";
    position: fixed;
    inset: 0;
    background: url("picture/IT2.png") no-repeat center center;
    background-size: 700px; /* Change the size */
    opacity: 0.08;          /* Transparency (0.05 - 0.15 looks good) */
    z-index: -1;
    pointer-events: none;
}
/* HERO SECTION */

.hero{
    height:85vh;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
    color:#fff;
    padding:20px;
}

.hero-content{
    max-width:800px;
    animation:fadeUp 1.2s ease;
}

.hero h3{
    font-size:25px;
    color:#d9d9d9;
    margin-bottom:10px;
    letter-spacing:2px;
}

.hero h1{
    font-size:65px;
    margin-bottom:20px;
    font-weight:bold;
    text-transform:uppercase;
}

.hero p{
    font-size:20px;
    line-height:1.8;
    margin-bottom:35px;
    color:#f5f5f5;
}

.hero-btn{
    display:inline-block;
    padding:15px 40px;
    background:#ffffff;
    color:#0c6b3e;
    text-decoration:none;
    font-size:18px;
    font-weight:bold;
    border-radius:50px;
    transition:.4s;
}

.hero-btn:hover{
    background:#0c6b3e;
    color:#fff;
    transform:translateY(-5px);
    box-shadow:0 10px 20px rgba(0,0,0,.3);
}

/* Fade Animation */

@keyframes fadeUp{
    from{
        opacity:0;
        transform:translateY(40px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}

