* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: sans-serif;
  }
  .bold-text {
    font-weight: bold; 
  }
  
  body {
    font-family: sans-serif;
    overflow-x: hidden; /* Спречува хоризонтално скролување */
  }
  .links{
    text-decoration: none;
    color: black;
  }
  .mail{
    text-decoration: none;
    color:rgb(16, 16, 16);
  }
  /*Navbar*/
  .navbar {
    font-size: 18px;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.146) 0px 5px 15px;
    padding: 20px 30px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: sans-serif;
  }
  .navbar-brand{
    font-weight: bold;
  font-family: sans-serif;
  }
  .img-logo{
    width: 70px;
    border-radius: 100px;
  }
  .navbar .container-fluid {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .navbar .navbar-nav {
    display: flex;
    gap: 20px; /* Размак меѓу елементите на навбарот */
  }
  /* Главното мени */
  .main-nav {
    list-style: none;
    display: flex;
  }
  
  .main-nav li {
    margin: 0 15px;
  }
  
  .nav-links {
    text-decoration: none;
    color: rgb(71, 71, 71);
    font-size: 18px;
    transition: color 0.3s;
  }
  
  .nav-links:hover {
    color: black;
  }
/*First Div*/
.firstdiv-button{
    background: linear-gradient(to right, #f7f1e3dc, #f7e2abce, #ffdfc4b5);
    padding-left:10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid transparent;
    border-radius: 5px;
    font-size: 14px;
    color: rgb(71, 71, 71);
    font-weight: bold; 
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-top: 15px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .firstdiv-button:hover{
    background-color:#ffcb8c ;
   }


.flex-div{
    display: flex;
    flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  align-items: stretch; /* Ги прави сите `div` да имаат иста висина */
  gap: 20px;
    
}
.flex-div2{
  display: flex;
  flex-direction: row;
justify-content: center;
align-items: center;
margin-top: 15px;
width:55%;
margin-left: auto;
margin-right: auto;
align-items: stretch; /* Ги прави сите `div` да имаат иста висина */
gap: 20px;
  
}
.card-tittle{
    text-align: center;
    font-weight: bold;
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;

}
.card{
    margin-left: 15px;
    width: 50%;
    padding-bottom: 20px;
    padding-top: 20px;
    height: max-content;
    flex: 1; /* Ги прави сите `div` еднакво големи */
    display: flex;
    flex-direction: column; /* Го подредува текстот правилно */
    justify-content: space-between; 

    
}
.par{
    margin-left: 40px;
    margin-top: 40px;
    font-weight: bold;
    font-size: 35px;
}
/*Second-Div*/
.par2{
    margin-left: 40px;
}
/*Third Div*/
.third-div{
    padding-bottom: 60px;
}
/*Footer*/
footer {
    background: #222;
    color: #fff;
    padding: 40px 0;
  
  }
  
  .container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
    margin-top: 50px;
    padding-bottom: 80px;
  }
  
  .footer-section {
    width: 25%;
    padding: 10px;
  }
  
  .footer-section h3, .footer-section h2 {
    color:rgb(16, 16, 16);
  }
  
  .footer-section p, .footer-section ul {
    font-size: 15px;
    line-height: 1.6;
  }
  
  .footer-section ul {
    list-style: none;
    padding: 0;
    margin-top: 10px;
  }
  
  .footer-section ul li {
    margin-bottom: 5px;
  
  }
  
  .footer-section ul li a {
    color: #1a1a1a;
    text-decoration: none;
    transition: 0.3s;
    font-weight: bold;
  }
  
  .footer-section ul li a:hover {
    color:  rgba(245, 206, 116, 0.863)
  }
  
  .social-icons a {
    display: inline-block;
    color: #fff;
    margin-right: 10px;
    font-size: 18px;
    transition: 0.3s;
  }
  
  .social-icons a:hover {
    color: #f1c40f;
  }
  
  .footer-bottom {
    text-align: center;
    margin-top: 20px;
    padding: 10px 0;
    border-top: 1px solid #444;
  }
  .footer-par2{
    margin-top: 10px;
    
  }
  .calendar-link{
    text-decoration: none;
  }
  .links{
    margin-right: 5px;
  }
  .product-img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 20%;
  }
.second-product-img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 5px;
  width: 80%;
  
}
.flex-div3{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.link{
  text-decoration: none;
  color:rgb(16, 16, 16);
}
.flex-div22{
width: 50%;
display: block;
margin-left: 35%;
margin-right: auto;
}

  /* Responsive Design */
@media screen and (max-width: 768px) {
    .navbar-toggle {
        display: block;
        position: absolute;
  
        right: 20px;
    }
    .flex-div2{
      display: flex;
      flex-direction: column;
      width: 80%;
    }
    .flex-div22{
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 90%;
    }
    .main-nav {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        background-color: white;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s ease-in-out;
    }
  
    .main-nav.show {
        max-height: 400px; /* Кога ќе се отвори менито */
    }
  
    .main-nav li {
        text-align: center;
        padding: 15px 0;
        width: 100%;
    }
 
    .logo {
        font-size:16px;
        margin: 0;
    }
    .container{
        display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding-top: 30px;
    width: 100%;
      }
    .footer-section{
      width: 100%;
      text-align: center;
    }
  }
  @media screen and (max-width: 768px) {
   .flex-div{
    display: flex;
    flex-direction: column;
    margin-bottom: -10px;
   }
   .card{
width: 100%;
margin-top: 20px;
margin-left: 0;
   }

   

  }
.dropdown-menu {
  max-height: 300px; /* или висина по избор */
  overflow-y: auto;  /* скролање надоле */
}