body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    /* background: linear-gradient(180deg, #0f2027, #203a43, #2c5364); */
    background: linear-gradient(180deg, #1a1a1a, #b71c1c, #ffffff);
    text-align: center;
}
.container {
    max-width: 800px;
    margin: 50px auto;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
h1 {
    color: #333;
}
.project-list {
    list-style: none;
    padding: 0;
}
.project-list li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    transition: background 0.3s, transform 0.3s;
}
.project-list li:last-child {
    border-bottom: none;
}
.project-list li a {
    position: relative;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
    font-size: 20px;
    font-weight: bold;
    transition: background 0.3s, transform 0.3s;
    width: 100%;
    padding: 15px;
    border-radius: 10px;
}
.project-list li:hover {
    background: #f0f0f0;
    transform: scale(1.05);
}
.project-container {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
    flex-grow: 1;
}
.project-logo {
    width: 20%;
    height: 80px;
    border-radius: 5px;
    background: white;
    padding: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    margin-right: 15px;
}
.project-info {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.project-name {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 5px;
}

.project-description {
    font-size: 16px;
    color: #555;
    margin-bottom: 5px;
}

.project-technologies {
    font-size: 14px;
    color: #888;
    font-style: italic;
}

.project-extras {
    display: flex;
    gap: 5px;
    position: absolute;
    bottom: 15px;
    right: 20px;
}

.extra-link {
    font-size: 11px !important;
    padding: 3px 6px !important;
    border-radius: 5px !important;
    text-transform: uppercase;
    text-decoration: none !important;
    color: white !important;
    transition: background 0.3s, transform 0.3s !important;
}

.api-link {
    background: #6c757d;
}

.admin-link {
    background: #17a2b8;
}

.store-link {
    background: #b81c17;
}

.web-link {
    background: #b5b817;
}

.extra-link:hover {
    transform: scale(1.1);
    opacity: 0.8;
    color: var(--bs-gray-700) !important;
}

.project-tag {
    position: absolute;
    top: 15px;
    right: 20px;
    /* background-color: #007bff; */
    color: var(--bs-gray-700);
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 10px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    width: 15%;
}
.tooltip-wrapper {
    position: relative;
    display: inline-block;
}

.tooltip-content {
    visibility: hidden;
    background-color: #333;
    color: #fff;
    text-align: left;
    padding: 6px 10px;
    border-radius: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%; /* linkin üstünde görünmesi için */
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    white-space: nowrap;
    pointer-events: auto;
    user-select: text;
    font-size: 13px;
}

.tooltip-wrapper:hover .tooltip-content,
.tooltip-content:hover {
    visibility: visible;
    opacity: 1;
}


/* .web-app {
    background-color: #ff9800;
}

.web-site {
    background-color: #007bff;
}

.mobile-app {
    background-color: #28a745;
} */
.headerDiv{
    height: 70px;
}
.logoDiv{
    justify-self: anchor-center;
}

img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.logo-container {
    width: 142px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 5px;
    background: white;
    padding: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    margin-right: 15px;
}

.logoZoomOut{
    max-width: 70%;
}

.logoDrdrive{
    width: 85%;
    object-fit: cover;
}
.logoKiptas{
    width: 40%;
}