body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
    -webkit-user-select: none;
    user-select: none;
    overflow-x: hidden; /* Hide the horizontal scrollbar */
}

header {
    text-align: center;
    padding: 20px;
    background-color: #333;
    color: white;
}

header img {
    max-width: 100%;
    height: auto;
    border-radius: 50%;
    pointer-events: none;
}

.about-container {
    max-width: 800px;
    font-size: 18px;
    text-align: justify;
    padding: 30px;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    margin: 20px auto;
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none;
    display: none;
    height: 800px;  /* Set your desired height */
    overflow-y: auto;  /* Enable vertical scrollbar if content exceeds the height */
}

.main-header {
    position: relative;
    background-color: #3b7094;
    color: #fff;
    padding: 20px;
    text-align: center;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.header-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

.header-container img {
    max-width: 100%;
    height: auto;
    transform: scale(0.8);
    -webkit-user-select: none;
    user-select: none;
    pointer-events: none;
}

.navbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.container {
    max-width: 1100px;
    margin: 0 auto;
}
.container img {
    width: 12%;
    height: auto;
}
.navbar ul {
    list-style: none;
    padding: 0;
}

.navbar li {
    display: inline-block;
    margin-right: 20px;
}

.navbar a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.popup-content {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 30px;
    border-radius: 20px;
    max-width: 800px;
    width: 90%;
    position: relative;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
    color: #fff;
}

footer {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 20px;
}

.footer-content {
    max-width: 600px;
    margin: 0 auto;
}

.footer-content p {
    margin: 10px 0;
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none;
}

.footer-social {
    margin-top: 20px;
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none;
}

.footer-social a {
    display: inline-block;
    margin: 0 10px;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none;
}
@keyframes moveText {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(14.5%); /* Adjust the distance of movement */
    }
}

.moving-text {
    display: inline-block;
    position: relative;
    background-color: #fff; /* Set the background color to white */
    padding: 10px; /* Adjust padding as needed */
    border-radius: 10px; /* Add rounded corners */
    animation: moveText 10s infinite alternate; /* Adjust the animation duration and type as needed */
    white-space: nowrap; /* Prevent text from wrapping */
}

.me {
    color: rgb(133, 72, 180);
}

.names {
    color: orange;
}

.passion {
    color: red;
}

.precision {
    color: green;
}

.crafted {
    color: blue;
}

.by {
    color: purple;
}

.using {
    color: brown;
}

.elevating {
    color: teal;
}

.headings {
    color: yellow; /* You can use any color code you prefer */
    font-weight: bold;
}
.tits {
    color:orange; /* You can use any color code you prefer */
    font-weight: bold;
}
.highlight {
    color: #3498db; /* You can use any color code you prefer */
    font-weight: bold;
}
.seeking-position {
    color: teal; /* Use a shade of blue */
    /* Add additional styling as needed */
}
