* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-image: url('img/maint.jpg'); /* Set the background image */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
    overflow-x: hidden; /* Prevent horizontal scrolling */
}

header {
    border-bottom: 1px solid #ccc;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.8); /* Transparent background for readability */
    border-radius: 8px; /* Rounded corners for aesthetic */
}

.logo {
    height: 50px;
}

.navbar {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    top: 0; /* Positions it at the top */
    left: 0; /* Aligns it to the left */
    width: 100%; /* Spans the full width of the screen */
    background-color: white; /* Ensures a white background */
    z-index: 1000; /* Keeps it above other elements */
    border-bottom: 1px solid #ccc; /* Optional: Adds a bottom border */
    padding: 10px 20px; /* Adjust padding as needed */
    font-weight: bold;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 10px;
}

.nav-links li a {
    text-decoration: none;
    color: #636363;
    font-size: 14px;
    padding: 5px 10px;
    transition: color 0.3s, background-color 0.3s;
}

.nav-links li a:hover {
    color: red;
}

.nav-links li a.active {
    color: white;
    background-color: red;
    border-radius: 5px;
}

.search-container {
    position: relative;
}

.search-btn {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    outline: none;
}

.search-bar {
    display: none;
    width: 200px;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.search-bar.active {
    display: inline-block;
    transition: width 0.3s ease;
}

main {
    text-align: center;
    margin: 50px 20px;
}

.logo-section {
    margin-top: 20px;
}

.main-logo {
    width: 1920px;
    margin-bottom: 20px;
}

.title {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5;
}

.english-title {
    display: block;
    font-size: 20px;
    color: (254, 3, 3);
    margin-bottom: 5px;
}

.main-title {
    font-size: 40px;
    color: black;
}

.PRI {
    color: red;
    line-height: 26px;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Times New Roman', Times, serif;
    font-style: normal;
}

.vol {
    color: #272525;
    line-height: 26px;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    font-style: normal;
    text-decoration: underline;
}

.isp {
    color: #636363;
    line-height: 26px;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    font-style: normal;
    text-decoration: underline;
}

.ili {
    color: #636363;
    line-height: 26px;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
}

.zac {
    color: #242323;
    line-height: 26px;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    font-style: normal;
    text-decoration: underline;
}

.preku {
    color: #636363;
    line-height: 26px;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
}

.indiv {
    color: #636363;
    line-height: 26px;
    font-size: 30px;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    font-style: normal;
}

.cop {
    color: black;
    line-height: 26px;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
}

.mak {
    display: block;
    text-decoration: none;
    color: #636363;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    font-family: 'Times New Roman', Times, serif;
    transition: color 0.3s ease;
    border-spacing: 390px;
}

.mak:hover {
    color: #bf0040;
}

.text-section {
    display: flex;
    margin: 0 -45px;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    padding: 20px 10%;
    font-family: 'Times New Roman', Times, serif;
    line-height: 1.6;
}

.column {
    flex: 1;
    text-align: justify;
}

.column:first-child p {
    color: #5a3eae;
    font-size: 18px;
    font-weight: bold;
}

.column:last-child p {
    color: #2c5b72;
    font-size: 18px;
}

.gri {
    text-align: justify;
    font-family: 'Times New Roman', Times, serif;
    line-height: 1;
    color: #636363;
    padding: 20px 10%;
    font-size: 20px;
    margin: 0 -45px;
}

.cop {
    color: black;
    line-height: 26px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

html, body {
    overflow-x: hidden;
}

.kar {
    width: 100%;
    height: 32px;
    background-color: white;
    margin-top: 798px;
    z-index: 1;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    font-size: 45px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8); /* Transparent background */
    border-radius: 8px;
}

footer {
    background-color: #1e1e1e;
    color: white;
    text-align: center;
    padding: 20px 0;
    width: 100%;
    overflow: hidden;
    background-color: black; /* Transparent background */
    border-radius: 8px;
}
