body {
  overflow-x: hidden;
}

#logoja {
  width: 300px;
  margin-left: 250px;
  margin-top: 10px !important;
}

.btnsearch {
  border-radius: 50px;
  width: 65px;
  height: 50px;
  background-color: rgb(9, 88, 88);
  border: none;
}

.d-flex {
  margin-right: 70px !important;
}

.form-control {
  border-radius: 50px;
}

#icn {
  color: white;
}

.searchicon {
  margin-right: 12px;
  color: white !important;
  font-size: 17px;
}

/* .collapse {
  margin-left: 430px;
} */

.nav-item {
  margin-left: 30px;
  margin-top: 68px !important;
}

.navbar-nav {
  margin-left: 90px !important  ;
  
}

.nav-link {
  color: rgb(9, 88, 88) !important;
  font-size: 30px !important;
  font-weight: bold;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.nav-link:hover {
  color: rgb(4, 46, 46) !important;
  font-size: 30px !important;
  font-weight: bold;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.hrOverComment {
  margin-top: 20px;
  width: 65%;
  margin-left: 280px;
  margin-bottom: 30px;
}

.paraRural {
  width: 65%;
  margin: auto;
  font-size: 17px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-align: justify;
  margin-bottom: 50px;
}

/* carousel */
.custom-carousel {
  width: 1200px;
  height: 650px;
  margin: auto;
}

.custom-carousel .carousel-inner {
  width: 100%;
  height: 100%;
}

.custom-carousel .carousel-item {
  width: 100%;
  height: 100%;
}

.custom-carousel .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-carousel .carousel-text {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: white;
  background-color: rgba(0, 0, 0, 0.637);
  padding: 10px;
}

.carousel-indicators button {
  width: 12px !important;
  height: 12px !important;
  border-radius: 50% !important;
  background-color: #fff;
  border: none;
  margin: 0 5px;
  transition: background-color 0.3s ease;
}

.carousel-indicators .active {
  background-color: #000;
}

.carousel-indicators button:hover {
  background-color: #ccc;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.863);
}

/* footer */
footer {
  background-color: rgb(9, 88, 88);
  color: white;
  padding: 10px;
  text-align: center;
  font-size: 13px;
  padding: 17px;
}

footer p, footer a {
  display: inline-block;
  margin: 0 8px;
  color: white;
  text-decoration: none;
  font-size: 15px;
}

footer a:hover {
  color: white;
}

/* Header Title */
.headerNewpoint {
  color: rgb(9, 88, 88);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 28px;
  /* border: 1px solid rgb(9, 88, 88); */
  background-color: rgb(195, 248, 208);
  padding-left: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 10px !important;
  margin-right: 230px;
  margin-left: 230px;
  border-radius: 0 0 40px 0;
  margin-bottom: 30px;
}

.bigDivAim {
  margin-left: 230px;
  width: 70%;
  text-align: justify;
}

.h3Aim {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color:rgb(9, 88, 88);
  font-size: 21px;
  font-weight: bolder;
  margin-bottom: 25px;
}

.paraAim {
  font-size: 20px;
 
  font-family: 'Times New Roman', Times, serif;
  width: 70%;
  margin-bottom: 80px;
  letter-spacing: 1px;
}

.linkAimLink {
  color: rgb(9, 88, 88);
  text-decoration: none;
}

.linkAimLink:hover {
  color: rgb(235, 235, 161);
  text-decoration: none;
}

/* Projects CSS */
.divPermbajtja4 {
  width: 100%;
  margin-left: 250px;
  margin-top: 60px !important;
}

.bigDivIkona1 {
  display: flex;
  margin-bottom: 40px;
  margin-right: 400px;
}

.card-project {
  margin-left: 40px;
  width: 400px !important;
  border: 1 px solid black !important;
}

.card-img {
  width: 120px;
  height: 120px;
  float: left;
}

.liveAlertButton {
  text-decoration: none;
  color: rgb(9, 88, 88);
  border: none;
  background-color: white;
}

.location {
  display: flex;
  margin-top: -15px !important;
}

.myBtn {
  border: none;
  text-decoration: none;
  background-color: white;
}

.dots {
  display: inline;
}

.more {
  display: none;
}

.provaa {
  font-size: 5px !important;  /* Change this value to the desired font size */
}

/* Retina of the image tek HOME */

.d-block {
  filter: hue-rotate(30deg) opacity(0.8);
}

/* Gallery CSS */
.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-left: 350px;
  margin-bottom: 20px;
}

.gallery img {
  width: 360px;
  cursor: pointer;
  transition: transform 0.2s;
}

.gallery img:hover {
  transform: scale(1.1);
}

.enlarged-image-container {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.8);
  padding: 200px;
  z-index: 1000;
  border-radius: 10px;
}

.enlarged-image-container img {
  max-width: 80vw;
  max-height: 80vh;
}

.enlarged-image-container:active {

  display: none;
}










/* WHO WE ARE   */

/* 
.divPermbajtja4 {
  width: 100%;
  margin-left: 250px;
  margin-top: 60px !important;}







  .bigDivIkona2 {
    display: flex;
    margin-bottom: 40px;
    margin-right: 400px;
  }
  
  .card-project {
    margin-left: 40px;
    width: 400px !important;
  }
  
  .card-img1 {
    width: 120px;
    height: 120px;
    margin-bottom: 30px !important;
    
  }

.linku{
  color:rgb(9, 88, 88);

} */


  /* modalja css */


/* Remove the border from the modal content */
/* .modal-content {
  border: none;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
} */

/* Customize the card style */


/* .card {
  border: none;
  border-radius: 10px;
 
}

.card img {
  border-radius: 10px 10px 0 0;
  width: 300px;  
  height: 200px; 
  float: left !important; 
  margin-right: 20px;  
}


.map-container {
  width: 100%;
  max-width: 1200px; 
  margin: 0 auto;
  margin-right: 485px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.map-container iframe {
  width: 100%;
  height: 380px; 
  border: 0;
}

.kontakti{
  margin-left: 230px !important;
} */











/* Responsive adjustments for laptops (1024px) */
@media (max-width: 1024px) {
  /* Adjust the navbar position */
  .navbar-nav {
    margin-left: -200px !important;
  }

  .nav-item {
    margin-left: 20px !important;
    margin-top: 68 !important;
  }

  .collapse {
    margin-left: 0 !important;
  }

  /* Adjust the logo position */
  #logoja {
    margin-left: 20px;
  }

  /* Adjust other elements */
  .headerNewpoint {
    margin: 0 20px;
  }

  .bigDivAim, .paraAim {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .gallery {
    margin-left: 20px;
    margin-right: 20px;
  }
}

/* Responsive adjustments for desktops (1440px) */
@media (min-width: 1025px) and (max-width: 1440px) {
  /* Adjust the navbar position */
  
  .navbar-nav {
    /* margin-left: 50px; */
    margin-right: 100px !important;
  }

  .nav-item {
    margin-left: 15px;
    margin-top: 70px !important;
   
  }
  .nav-link {
   
    font-size: 20px !important;
  }
  .nav-link:hover {
   
    font-size: 20px !important;
  }
  .collapse {
    margin-left: 0px !important;
  }

  /* Adjust the logo position */
  #logoja {
    margin-left: 50px;
  }

  /* Adjust other elements */
  .headerNewpoint {
    margin: 0 50px;
  }

  .bigDivAim, .paraAim {
    margin-top: 30px;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  .gallery {
    margin-left: 90px;
    margin-right: 50px;
    margin-top:30px;
    margin-bottom:30px;

  }

  .divPermbajtja4{
    margin-left: 130px;
    width: 100%;
    margin-top: 30px !important;
  }
  .card-project {
    margin-left: 20px !important;

  }
  
.bigDivIkona1 {
  display: flex;
  margin-bottom: 40px;
  margin-left: -140px !important;
  width: 1100px !important;
}

}

@media (max-width: 768px) {
  body {
    overflow-x: hidden !important;
  }

  #logoja {
    width: 200px;
    margin: 0 auto;
    display: block;
    margin-top: 10px !important;
  }



 

  
  .collapse {
    margin-left: 0;
  }

  .navbar-nav {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .nav-item {
    margin-left: 0;
    margin-top: 10px !important;
    text-align: center;
  }

  .nav-link {
    font-size: 15px !important;
  }
  .nav-link:hover {
    font-size: 15px !important;
  }
  .hrOverComment {
    width: 80%;
    margin: 20px auto 30px;
  }

  .paraRural {
    width: 90%;
    margin: 0 auto;
    font-size: 15px;
  }

  .custom-carousel {
    width: 100%;
    height: auto;
  }

  .custom-carousel .carousel-inner,
  .custom-carousel .carousel-item {
    width: 100%;
    height: auto;
  }

  .custom-carousel .carousel-item img {
    width: 100%;
    height: auto;
  }

  .custom-carousel .carousel-text {
    bottom: 10px;
    left: 10px;
    padding: 5px;
  }

  .headerNewpoint {
    font-size: 20px;
    margin: 0 10px;
    padding: 10px;
  }

  .bigDivAim, .paraAim {
    width: 90%;
    margin: 0 auto;
    font-size: 16px;
  }

  .divPermbajtja4 {
    width: 100%;
    margin-left: 0;
    margin-top: 30px !important;
  }

  .bigDivIkona1 {
    flex-direction: column;
    align-items: center;
    margin: 0;
  }








  




  .card-project {
    margin-left: 0;
    width: 90% !important;
    margin-bottom: 20px;
  }

  .card-img {
    width: 80px;
    height: 80px;
    margin: 0 auto;
  }

  .location {
    flex-direction: column;
    align-items: center;
    margin-top: 0 !important;
  }

  .gallery {
    flex-direction: column;
    align-items: center;
    margin: 0 10px 20px;
    gap: 10px;
  }

  .gallery img {
    width: 100%;
  }

  .enlarged-image-container {
    padding: 20px;
  }

  .enlarged-image-container img {
    max-width: 90vw;
    max-height: 90vh;
  }

}






/* WHO WE ARE */

/* Make divPermbajtja4 responsive */
.divPermbajtja4 {
  width: 100%;
  margin-left: 250px;
  margin-top: 60px !important;
}

@media (max-width: 1200px) {
  
  .divPermbajtja4 {
    margin-left: 20px; /* Reduces the left margin for smaller screens */
  }
}

.bigDivIkona2 {
  display: flex;
  margin-bottom: 40px;
  margin-right: 400px;
}

@media (max-width: 1200px) {
  .bigDivIkona2 {
    margin-right: 20px; /* Adjust for smaller screens */
  }
}

.card-project {
  margin-left: 40px;
  width: 400px !important;
}

@media (max-width: 1200px) {
  .card-project {
    width: 100%; /* Makes the card width 100% on smaller screens */
    margin-left: 0; /* Removes the margin */
  }
}

.card-img1 {
  width: 120px;
  height: 120px;
  margin-bottom: 30px !important;
}

@media (max-width: 768px) {
  body{
    overflow-x: hidden;
  }
  .card-img1 {
    width: 100px; /* Reduces the image size on small screens */
    height: 100px;
  }

}

.linku {
  color: rgb(9, 88, 88);
}

/* Modal CSS */
.modal-content {
  border: none;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

/* Customize the card style */
.card {
  border: none;
  border-radius: 10px;
  overflow: hidden; /* Ensures no overflow */
  display: flex;
  flex-wrap: wrap;
}

.card img {
  border-radius: 10px 10px 0 0;
  width: 300px;  /* Fixed width */
  height: 200px;  /* Fixed height */
  float: left !important;  /* Floats the image to the left */
  margin-right: 20px;  /* Adds space between the image and the text */
}

@media (max-width: 768px) {
  .card img {
    width: 100%;  
    height: auto;  
    margin-right: 0;  
  }
  

  
  .modal-dialog {
    max-width: 100%; 
    margin: 0px auto; 
    
  }

  .card-text{
    width: 80%;
    text-align: left;
  
  }
  

}

.map-container {
  width: 40%;
  max-width: 1360px;
  margin: 0 auto;
  margin-left: 230px;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (max-width: 1200px) {
  .map-container {
    margin-left: -1000px !important; /* Adjust map container for smaller screens */
  }


}

.map-container iframe {
  width: 100%;
  height: 350px;
  border: 0;

}

.kontakti {
  margin-left: 230px ;
  margin-top: 50px;
}

@media (max-width: 768px) {
  .kontakti {
    margin-left: 0 !important;  /* Adjust margin for smaller screens */
  }

  .map-container iframe {
    width: 100%;
    height: 200px;
    border: 0;
  
  }
  .map-container{
    width: 100%;
    margin-left: 2px !important;
  }
  
  .bigDivIkona2{
    margin-right: 0px;
    margin-left: 100px;
    flex-direction: column;
    align-items: center;

  }
  .paraWidthTopics{
    width: 70%;
  }
  .headWidthTopics{
    width: 70%;
    
  }

.modal{
  width: 100%;
}


}



 
/* contact */

/* 
.forma-kontakt{
  display: flex;
  
} */


  

.kontakti2{
  margin-left: 1050px;
  margin-top: -350px;
}

.form-group{
  color:rgb(9, 88, 88);
}

input {
height: 25px !important;
margin-left: 3px;
width: 310px;

 }



#btn{
  width: 100px !important;
color: white;
background-color: rgb(9, 88, 88);
border-color: rgb(9, 88, 88);
border-radius: 3px;
margin-left: 20px;
margin-bottom: 110px;
}

textarea{
  width: 300px;
}

.knt{
  color: rgb(9, 88, 88);
  margin-bottom: 30px;
}


.btnback{
  
  color: white;
  background-color: rgb(9, 88, 88);
  border: 1 px solid rgb(9, 88, 88) ;
  border-radius: 7px;
   padding-right: 20px;
   padding-left: 20px;
   padding-top: 10px;
   padding-bottom: 10px;
   margin-top: 100px !important;
margin-left: 230px;
  text-decoration: none;
 

}
.btnback:hover{
  color: white;
  text-decoration: none;
 
}

@media (max-width: 768px) {
  
  /* .forma-kontakt {
    flex-direction: column; 
    align-items: center; 
    gap: 30px;
  } */


  
  .kontakti, .kontakti2 {
    max-width: 100%;  
    text-align: center; 
  }

  #btn {
    margin-left: 0; 
  }
  .kontakti2{
    margin-left: 0px;
    margin-top: 60px; /*  ndrsh */
  }

  textarea{
    width: 300px;
  }
  input{
    width: 80%;
  }
}
/* news */
.bigDivNews{
margin-left: 230px;
width: 70%;
text-align: justify;
font-size: 20px;
font-family: 'Times New Roman', Times, serif;
}

.headlink{
text-decoration: none;
color: rgb(9, 88, 88)
}  

.headlink:hover{
text-decoration: none;
color: rgb(9, 88, 88)
}
.news{
  border: 1px solid #ddd; 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
  border-radius: 8px; 
  transition: transform 0.3s, box-shadow 0.3s;
  margin-bottom: 10px;
  margin-top: 10px;
}
.news:hover{
  transform: translateY(-5px); 
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.paranws{
  text-decoration: none;
  color: black;
}
.paranws:hover{
  text-decoration: none;
  color: black;
}

@media (min-width: 1025px) and (max-width: 1440px) {
  .bigDivNews{
    margin-left: 120px;
    width: 80%;
    text-align: justify;
    font-size: 18px;
    font-family: 'Times New Roman', Times, serif;
    }

}
@media (max-width: 768px){
  body{
    overflow-x: hidden !important;
  }
  .bigDivNews {
    flex-direction: column; /* Stacks the cards vertically on smaller screens */
    gap: 10px; /* Adjust spacing for smaller screens */
    width: 100%;
    margin-left: 0px;

  }
}


/* css bletaria bllace */
.bletariaBllace1{
  display: flex;
}

@media (max-width: 768px) {
  .bletariaBllace1 {
    flex-direction: column;
  }

  .bletariaBllace1 > div:first-child {
    order: 1; /* Content appears first */
  }

  .bletariaBllace1 > div:last-child {
    order: 2; /* Images appear last */
  }

  .responsive-img {
    max-height: 200px;
  }
}

@media (max-width: 768px) {
  .bletariaBllace1 {
    flex-direction: column;
  }

  .bletariaBllace1 > div:first-child {
    order: 1; /* Content appears first */
  }

  .bletariaBllace1 > div:last-child {
    order: 2; /* Images appear last */
  }

  .responsive-img {
    max-height: 200px;
  }
}

@media (max-width: 768px) {
  body{
    overflow-x: hidden !important;
  }
  .bletariaBllace1 {
    flex-direction: column;
  }

  .bletariaBllace1 > div:first-child {
    order: 1; /* Content appears first */
  }

  .bletariaBllace1 > div:last-child {
    order: 2; /* Images appear last */
  }

  .responsive-img {
    max-height: 200px; /* Adjusted for better visibility on smaller screens */
    max-width: 250px;
  }
}

@media (max-width: 768px) {
  .bletariaBllace1 {
    flex-direction: column;
  }

  .bletariaBllace1 > div:first-child {
    order: 1; /* Content appears first */
  }

  .bletariaBllace1 > div:last-child {
    order: 2; /* Images appear last */
  }

  .responsive-img1 {
    max-width: 270px; /* Smaller width for mobile screens */
    max-height: 200px;
    margin-left: 0px !important;
  }
}

.card-img-top{
  object-fit: cover;
}


.bbb{
  margin-left: 800px;
  margin-top: 50px;
  
}

