* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
}

header {
    border-bottom: 1px solid #ccc;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    height: 50px;
  }
  
  .navbar {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: fixed; /* Makes the navbar fixed on the screen */
    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-weight: 700;
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
}

.zac{
    color: #242323;
    line-height: 26px;
    font-size: 20px;
    font-weight: bold;
    font-weight: 700;
    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;
    align-items: left;
}

.mak{
    display: block; /* Makes the link a block element */
    text-decoration: none; /* Removes default underline */
    color: #636363; /* Text color */
    font-size: 50px; /* Adjust the font size */
    font-weight: bold; /* Makes the font bold */
    text-align: center; /* Centers the text */
    line-height: 1.5; /* Adjusts the spacing between lines */
    font-family: 'Times New Roman', Times, serif; /* Optional: Customize the font */
    transition: color 0.3s ease; /* Adds a hover effect */
    border-spacing: 390px;
}

.mak:hover{
    color: #bf0040;
}

.text-section {
    display: flex;
    margin: 0 -45px;
    justify-content:center;
    align-items: flex-start;
    gap: 40px; /* Space between columns */
    padding: 20px 10%;
    font-family: 'Times New Roman', Times, serif;
    line-height: 1.6;
}

.column {
    flex: 1;
    text-align: justify; /* Justify the text */
}

.column:first-child p {
    color: #5a3eae; /* Purple text */
    font-size: 18px;
    font-weight: bold;
}

.column:last-child p {
    color: #2c5b72; /* Blue text */
    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; /* Prevent horizontal scrolling */
}

