  
@media (max-width: 768px) {
   .menu-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff; /* Shto ngjyrën e dëshiruar të sfondit */
    border-top: 1px solid #212121; /* Shto një vijë ndarëse sipërfaqësore */
}
.menu-items a {
    font-size:18px;
    text-align:center;
    display: block;
    padding: 5px;
    text-decoration: none;
    color:white; /* Shto ngjyrën e tekstit të dëshiruar */
}

    .hamburger-menu-icon {
        width: 30px;
        height: 2px;
        background-color:white;
        position: relative;
        display: block;
    }
    .hamburger-menu-icon:before, .hamburger-menu-icon:after {
        content: "";
        width: 30px;
        height: 2px;
        background-color:white;
        position: absolute;
        top: -10px;
    }
    .hamburger-menu-icon:after {
        top: 10px;
    }
    .hamburger-menu-button {
        margin-right:30px;
        background-color: transparent;
        border: none;
        cursor: pointer!important;
        padding: 10px;
    }
    .menu-items.show {
      padding-bottom:20px;
        background-color:#212121;
        display: block;
    }
}
@media(min-width:768px){
.hamburger-menu-button{
display:none;
}
}
.footer {
    margin-bottom:30px;
    margin-top:50px;
    position: relative; 
}
@media(max-width:768px){
    .footer{
        margin-bottom:10px;
    }
}
@media(max-width:1200px) and (min-width:768px){
    .by-prg{
    right:70px!important;
}
.foot-text{
    left:70px!important;
    }
}
@media(max-width:1200px){
    .footer{
        margin-top:20px!important;
    }
}
.foot-text {
    position: absolute; 
    left: 150px; 
    top: 0; 
}
@media (max-width: 768px) {
    .foot-text {
        position: static; /* Hiq pozicionin absolute */
        margin-left:20px; /* Vendos në qendër horizontalisht */
        margin-right: 20px;
        text-align: center; /* Vendos tekstin në qendër */
    }
}
.by-prg {
    position: absolute;
    right: 150px;
    top: 0; 
}
@media(max-width:768px){
    .by-prg{
        margin-top:-15px;
         position: static; /* Hiq pozicionin absolute */
        margin-left: auto; /* Vendos në qendër horizontalisht */
        margin-right: auto;
        text-align: center; /* Vendos tekstin në qendër */
  
    }
}
.logo-image {
    margin-left:60px;
    width: 100px; 
    height: auto; 
    border-radius: 5px;
}
@media(max-width:768px){
    .logo-image{
        margin-left:0;
    }
}
@media(max-width:920px) and (min-width:768px){
    .logo-image{
        margin-left:0px!important;
    }
    .buton{
        margin-left:0px!important;
    }
}
.buton-container {
    padding:15px;
    width:100%;
    background-color:#212121;
    display: flex;
    flex-direction: row; 
    justify-content: left;
    position:fixed;
    z-index:999;
    align-items:center;
}
@media (max-width: 768px) {
    .buton-container {
        justify-content: space-between;
    }
}

.buton {
    margin-top: auto;
    margin-bottom: auto;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
    text-align: left;
    margin-left: 15px;
    padding: 10px 20px;
    color: white;
    text-decoration: none;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.main-content {
    max-width: 1600px !important;
    margin-right: auto;
    margin-left: auto;
}
.buton-container{
    max-width: 1600px !important;
    position: relative;
    margin-right: auto;
    margin-left: auto;
}
        