

body {
    font-family: "Georgia", serif; 
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: #1b3b1a; 
    color: #ddd; 
}


.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 50, 0, 0.8); 
    padding: 10px 0;
    z-index: 100;
}

.navbar ul {
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.navbar li {
    margin: 0 20px;
}

.navbar a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px;
    transition: color 0.3s ease, transform 0.3s ease;
}

.navbar a:hover {
    color: #a3d9a5;
    transform: scale(1.1);
}


.title {
    background-color: rgba(42, 104, 44, 0.9); 
    color: #fff;
    padding: 50px;
    background-image: url('assets/background.png'); 
    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat; 
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7); 
}

.title h1 {
    font-size: 40px;
    letter-spacing: 3px;
}

.title p {
    font-size: 18px;
    line-height: 1.6;
}


.features-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    max-width: 900px;
    margin: 40px auto;
    flex-wrap: wrap; 
}

.features {
    flex: 1;
    background: rgba(255, 255, 255, 0.1); 
    padding: 40px;
    border-radius: 20px; 
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3); 
    transition: transform 0.3s ease, box-shadow 0.3s ease; 
    backdrop-filter: blur(10px); 
}

.features:hover {
    transform: scale(1.05); 
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4); 
}

.features h2 {
    color: #a3d9a5; 
    font-size: 28px; 
    text-transform: uppercase; 
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.features p {
    font-size: 18px;
    line-height: 1.8;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5); 
}


.features h2 {
    background: linear-gradient(45deg, #66ff66, #3a5f3a);
    -webkit-background-clip: text;
    color: transparent;
}


.video-demo {
    flex: 1;
    min-width: 300px;
    text-align: center;
}

.video-title {
    font-size: 26px;
    color: #a3d9a5;
    margin-bottom: 15px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    letter-spacing: 2px;
    font-weight: bold;
}

.video-demo video {
    max-width: 100%;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    border: 2px solid #3a5f3a;
}

.features h2 {
    color: #c3ffb6; 
}

.features p {
    font-size: 20px;
    line-height: 1.8;
    text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.7);
}


.about {
    padding: 50px;
    background: rgba(30, 60, 30, 0.9);
    border-radius: 15px;
    max-width: 700px;
    margin: 30px auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about:hover {
    transform: scale(1.05); 
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
}

.about img {
    display: block;
    margin: 20px auto;
    border-radius: 10px;
}

.about h2 {
    color: #a3d9a5;
}

.about p {
    font-size: 18px;
    line-height: 1.6;
}


.contact {
    padding: 30px;
    position: relative;
    background: rgba(20, 40, 20, 0.9);
    border-radius: 15px;
    max-width: 500px;
    margin: 30px auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact:hover {
    transform: scale(1.05); 
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
}

.contact img {
    display: block;
    margin: 0 auto 15px;
    border-radius: 10px;
}

.contact h2 {
    color: #a3d9a5;
}


.social-icons {
    margin-top: 15px;
}

.social-icons a {
    text-decoration: none;
    color: #ddd;
    font-size: 28px;
    margin: 0 15px;
    transition: color 0.3s, transform 0.2s;
}

.social-icons a:hover {
    color: #66ff66; 
    transform: scale(1.1);
}

.social-icons a:first-child:hover {
    color: #ff6666;
}

.tools {
    padding: 40px;
    background: rgba(0, 50, 0, 0.8); 
    border-radius: 15px;
    margin: 40px auto;
    max-width: 900px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tools h2 {
    color: #a3d9a5; 
    margin-bottom: 20px;
}

.tools-icons {
    display: flex;
    justify-content: center;
    gap: 40px;
    align-items: center;
    flex-wrap: wrap;
}

.tool {
    text-align: center;
    font-size: 30px;
}

.tool-icon {
    width: 60px; 
    height: 60px;
    transition: transform 0.3s;
}

.tool:hover .tool-icon {
    transform: scale(1.1); 
}

.tools:hover {
    transform: scale(1.05); 
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4); 
}

.tool p {
    color: #ddd;
    font-size: 16px;
    margin-top: 10px;
    font-weight: bold;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.profile-container {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 120px;
    height: 120px;
    background-color: white; 
    border-radius: 50%; 
    overflow: hidden; 
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border: 4px solid rgba(0, 50, 0, 0.8);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.profile-container:hover {
    transform: scale(1.05); 
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
}

.profile-pic {
    width: 100%;
    height: 120%;
    object-fit: cover;
}

.playable-prototype {
    background-color: rgba(30, 60, 30, 0.9); 
    color: #ddd;
    text-align: center;
    padding: 50px;
    border-radius: 15px;
    margin: 40px auto;
    max-width: 800px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    animation: popOut 1s ease-out; 
}

.playable-prototype:hover {
    transform: scale(1.05); 
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
}

.playable-prototype h2 {
    color: #a3d9a5;
    font-size: 28px;
    margin-bottom: 20px;
}

.playable-prototype p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.cta-button {
    background-color: #4d8a4d; 
    color: #fff;
    padding: 15px 30px;
    font-size: 18px;
    text-decoration: none;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.cta-button:hover {
    background-color: #66b366; 
    transform: scale(1.05);
}