body {
    margin: 0; /* Remove default margin */
    font-family: "Montserrat", serif;
    font-style: normal;
    background-color: #141414;
}

.mennu_main {
    top: 0%;
    z-index: 10000;
    background-color: #141414;
    box-shadow: 0px 10px 15px #141414;
}
.wrapper {
    width: 100%;
    margin-top: 2%;
}

ol{
    display: flex;
    gap: 10px;
    margin: 0; /* Removes margin */
    padding: 0; /* Removes padding */
    width: max-content;
}

ol li{
    list-style-type: none;
  }
ol a{
    list-style: none!important;
    color: #555555;
  }
ol a:link {
    text-decoration: none;
}
ol span{
    color: #555555;
  } 

#projectname-category a{
    color: #ffffff;
}
#projectname{
    margin-top: 2%;
    font-size: 48px;
    line-height: 60px;
    color: #ffffff;
}

.projectinfo, .category_project{
    width: 60%;
    margin: auto;
}
#category_project{
    overflow: scroll;
      scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE and Edge */
}



#category_project::-webkit-scrollbar {
  display: none;  /* Chrome, Safari, and Opera */
}



#projectdata, #highlineinfo{
    color: #ffffff;
}
#projectdata{
    margin-top: 10px;    
    display: flex;
    gap: 5%;
}
#projectdata table{
    width: 40%;
}
#infodata{
    color: #a1a1a1;
    text-align: start;
}
#highlineinfo{
    text-align: end;
    padding: 10px;
}

#projectguide{
    color: #969696;
    margin-top: 2%;
    line-height: 1.5;
    text-align: justify;
}
#imgcoverproject{
    margin-top: 2%;
    width: 100%;
}
#imgcoverproject img{
    width: 100%;
    height: 854px;
}

.projectcontent{
    margin: auto;
    width: 60%;
    margin-top: 4%;
}
.contenttext{
    display: flex;
    gap: 5%;
    color: #fff;
}

.contenttext > :first-child {
    width: 25%;
}

.contenttext > :nth-child(2) {
    width: 70%;
}

#titledata{
    font-size: 2.5em;
}

#numberdata{
    font-size: 24px;
    line-height: 32px;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: var(--chakra-colors-gray-4);
    width: fit-content;
    color: #5c5c5c;
}

#content{
    margin-top: 5%;
    color: #a0a0a0;
    font-size: 16px;
    line-height: 1.5;
    text-align: justify;
}

.contentimg {
    display: flex;
    gap: 1%;
    margin-top: 2%;
    align-items: stretch; /* Stretch items to match the container height */
}

.contentimg img {
    width: 100%;
    object-fit: cover;
    height: 100%; /* Fill the height of the container */
}

.contentimg img:nth-child(n+2) {
    width: 50%;
    height: 100%; /* Match the height of the container */
}

.contentimg img:nth-child(n+3) {
    width: calc(100% / 3);
    height: 100%; /* Match the height of the container */
}


.nextproject{
    position: fixed;
    top: 97%;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
}
.previousproject{
    position: fixed;
    top: 97%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
}

.button {
    border-radius: 10px;
    background-color: transparent;
    color: #ffffff98;
    text-align: center;
    font-size: 1em;
    padding: 10px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
  }
  .button:hover{
    background-color: #00000098;
    color: #ffffff;
  }
  .button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }
  
  .button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -10px;
    transition: 0.5s;
  }
  
  .button:hover span {
    padding-right: 25px;
  }
  .buttonprevious:hover span:after{
    padding-left: 25px;
  }
  
  .button:hover span:after {
    opacity: 1;
    right: 0;
  }

@media only screen and (max-width: 768px){
    .mennu_main{
        width: 90%;
    }
    .projectinfo{
        width: 90%;
    }
    .category_project, .projectcontent{
        width: 90%;
    }
    #projectname{
        font-size: 2em;
    }
    #titledata{
        font-size: 2em;
    }
    #imgcoverproject img{
        object-fit: cover;
        height: auto !important;
    }

    #projectdata {
        display: grid;
        width: 100%;
    }
    #projectdata table{
        width: 100%;
    }
    .responsive-table {
        width: 100%;
    }
    
    .responsive-table th, .responsive-table td {
        text-align: left;
    }
    .contenttext{
        display: grid;
    }
    #contenthighline{
        display: grid;
        width: 100%;
    }
    .contentimg{
        margin-top: 8%;
    }
    #content{
        margin-top: 0%;
    }
  }

@media only screen and (max-width: 1240px) and (min-width: 769px){
    .mennu_main{
        width: 90% !important;
    }
    .projectinfo{
        width: 90%;
    }
    .category_project, .projectcontent{
        width: 90%;
    }
    #projectname{
        font-size: 2em;
    }
    #titledata{
        font-size: 2em;
    }
    #imgcoverproject img{
        object-fit: cover;
        height: auto !important;
    }

    #projectdata {
        display: grid;
        width: 100%;
    }
    #projectdata table{
        width: 100%;
    }
    .responsive-table {
        width: 100%;
    }
    
    .responsive-table th, .responsive-table td {
        text-align: left;
    }
    .contenttext{
        display: grid;
    }
    #contenthighline{
        display: grid;
        width: 100%;
    }
    .contentimg{
        margin-top: 8%;
    }
    #content{
        margin-top: 0%;
    }
  }

