* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* Navbar */
.navbar {
    background-color: black;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 50px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    line-height: 20px;
    margin-right: 160;
    margin-left: 40px;
}

/* Logo */
.logo img {
    height: 80px;
    width: auto;
    display: block;
}

/* Navbar Links */
.nav-links {
    list-style: none;
    display: flex;
    gap: 50px;
    margin: 0;
    padding: 0;
    align-items: center;
    margin-right: 425px;
    padding-left: 250px;
}
#mylogina{
    text-decoration: none;
    font-size: 23px;
    color: white;
    margin-left: 300px;
}
/* Navigation Items */
.nav-item a {
    text-decoration: none;
    color: white !important;
    font-weight: bold;
    font-size: 23px;
    padding: 10px;
    transition: color 0.3s ease-in-out;
}

.nav-item a:hover {
    color: #71BBB2 !important;
}


/* Reset and base styles */


body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #111;
    color: #fff;
}

/* Hero section styling */
.about-hero {
    height: 500px;
    background: url('https://images.unsplash.com/photo-1612837017391-b3ff0862c50d');

    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#tapanji{
    height: 380px;
}
.overlay {
    background: rgba(0, 0, 0, 0.75);
    padding: 30px 20px;
    border-radius: 25px;
}

.about-hero h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
}

/* Breadcrumb */
.breadcrumb {
    font-size: 1rem;
    color: #ccc;
}

.breadcrumb a {
    color: #999;
    text-decoration: none;
    transition: color 0.3s;
}

.breadcrumb a:hover {
    color: #fff;
}

.breadcrumb span {
    margin: 0 8px;
}

.breadcrumb .active {
    color: #fff;
    font-weight: 600;
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #121212;
    color: white;
}

.container {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1000px;
    margin: 50px auto;
    padding: 20px;
    background-color: #1e1e1e;
    border-radius: 10px;
    margin-top: 200px;
}


/* Video Styling */
#videoPlayer {
    width: 160vw;
    /* Doubled from 80vw */
    max-width: 2000px;
    /* Doubled from 1000px */
    height: 120vh;
    /* Doubled for better visibility */
    max-height: 1200px;
    /* To prevent excessive stretching */
    object-fit: cover;
    /* Ensures full display without distortion */
    border-radius: 10px;
    /* Optional rounded corners */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    /* Optional shadow */
    border-radius: 40px;
}
#mobile{
    height: 800px;
    width: auto;
}
/* Responsive Design */
@media (max-width: 768px) {
    #videoPlayer {
        width: 190vw;
        /* Increase size for mobile */
        max-width: 1500px;
        height: 150vh;
        max-height: 1400px;
    }
}

.text-content {
    max-width: 55%;
}

.text-content h2 {
    font-size: 24px;
    color: #aaa;
}
.team-member {
    height: 500px;
    width: 500px;
}
.team-member img{
    height: 300px
}
#linux{
    width: 320px;
    height: 320px;
}
.text-content h1 {
    font-size: 32px;
    color: white;
}

.text-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #ddd;
}

.image-content img {
    width: 400px;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .container {
        flex-direction: column;
        text-align: center;
    }

    .text-content,
    .image-content img {
        max-width: 100%;
    }
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: url('image.png') no-repeat center center/cover;
    color: white;
}

.container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1000px;
    margin: 50px auto;
    padding: 20px;
    background-color: rgba(30, 30, 30, 0.8);
    border-radius: 10px;
}

.text-content {
    max-width: 55%;
}

.text-content h2 {
    font-size: 24px;
    color: #aaa;
}

.text-content h1 {
    font-size: 32px;
    color: white;
}

.text-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #ddd;
}

.image-content img {
    width: 400px;
    height: 400px;
    border-radius: 10px;
}

.stats-section {
    max-width: 1000px;
    margin: 50px auto;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 10px;
    text-align: left;
}

.stats-text h2 {
    font-size: 28px;
    color: white;
}

.stats-text p {
    font-size: 16px;
    color: #ddd;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 20px;
}

.stat-item {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 15px;
    border-radius: 8px;
    text-align: center;
}

.stat-item h3 {
    font-size: 24px;
    color: white;
}
.overlay{
    padding-bottom: 10px;
    margin:10px;
}
.stat-item p {
    font-size: 14px;
    color: #bbb;
}

@media (max-width: 768px) {
    .container {
        flex-direction: column;
        text-align: center;
    }

    .text-content,
    .image-content img {
        max-width: 100%;
    }

    .stats-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

body {
    background-color: #121212;
    color: white;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}
nav a{
    text-decoration: none;
}

.team-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
    background-color: #1a1a1a;
}

.team-content {
    max-width: 50%;
}

.team-subtitle {
    color: gray;
    font-size: 14px;
    margin-bottom: 10px;
}

.team-title {
    font-size: 36px;
    font-weight: bold;
    margin: 0;
}

.team-navigation {
    display: flex;
    gap: 10px;
}

.nav-btn {
    background: transparent;
    border: 2px solid white;
    color: white;
    padding: 10px 15px;
    font-size: 18px;
    cursor: pointer;
    transition: 0.3s;
}

.nav-btn:hover {
    background: white;
    color: black;
}

/* General styles */
body {
    background-color: black;
    color: white;
    font-family: Arial, sans-serif;
    display: block;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    background-image: url(about_hero_bg.jpeg);
    background-position: center;
    background-size: cover;
}

/* Call-to-Action Section */
.cta-section {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.cta-box {
    background: #1a1a1a;
    padding: 50px;
    border-radius: 15px;
    text-align: center;
    position: relative;
    max-width: 700px;
    box-shadow: 0px 4px 10px rgba(255, 255, 255, 0.1);
}

/**/
/* General Styles */
body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #0a0a0a;
    color: white;
    text-align: center;
}

/* Hero Section */
.hero {
    background: url('background.png') no-repeat center/cover;
    padding: 200px 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
}

.content h1 {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.3;
}

.content em {
    font-style: italic;
    color: #eef3ee;
}

/* Button */
.button {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 20px;
    font-size: 1rem;
    color: white;
    background: transparent;
    border: 1px solid white;
    text-decoration: none;
    transition: 0.3s;
}

.button:hover {
    background: white;
    color: black;
}

/* Footer */
footer {
    padding: 20px;
    background: #111;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    /* Ensures elements stay in line */
    align-items: center;
    color: white;
}

footer span {
    display: flex;
    align-items: center;
    gap: 20px;
    /* Adds spacing between text and nav */
}

footer nav {
    display: flex;
    gap: 10px;
    margin-left: 1100px;
}

footer nav a {
    color: gray;
    text-decoration: none;
}

footer nav a:hover {
    color: white;
}
.team-section {
    text-align: center;
    padding: 20px;
}

.team-section h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #fff;
}

.team-section h3 {
    font-size: 1.8rem;
    flex-direction: row-reverse;
    margin-bottom: 50px;
    color: #ccc;
}

#middle {
    text-align: center;
}

.team-container1 {
    text-align: center;
    /* Center aligns the text */
    margin-bottom: 20px;
    /* Adds space between text and images */
    color: white;
}

.team-container2 {
    text-align: center;
    /* Center aligns the text */
    margin-bottom: 20px;
    /* Adds space between text and images */
    color: white;
    display: flex;
    justify-content: space-evenly;
}

.team-container p {
    text-align: center;
}

.team-member {
    margin: 5px;
    border-radius: 10px;
    width: 400px;
    height: 325px;
    text-align: center;
    overflow: hidden;
    display: inline;
    flex-direction: column;
    /* Makes sure images and text are stacked vertically */
    justify-content: space-around;
    /* Distributes space between items */
    gap: 15px;
}

.team-member h4{
    margin-bottom: 0;
}
.team-member img {
    width: 100%;
    height: 100%;
    /* Ensures the image takes up a proper portion of the team member block */
    object-fit: cover;
    /* Ensures the image fits without distortion */
    border-bottom: 2px solid #1a1a1a;
    transition: transform 0.3s ease;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0px;
}

.team-member img:hover {
    transform: scale(1.1);
    /* Slight zoom on hover */
}

.team-member h4,
.team-member p {
    margin: 5px 0;
    color: white;
    font-size: 18px;
}

.team-member h4 {
    font-size: 24px;
    font-weight: bold;
}

.team-member p {
    font-size: 16px;
}
.team-container2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.team-member {
    width: calc(25% - 20px);
    /* 4 items per row */
    text-align: center;
}

.team-member img {
    width: 100%;
    max-width: 200px;
    height: auto;
    border-radius: 10px;
}
