* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
  }
  .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*/
.first-div{
    background: linear-gradient(to right, #f7f1e3dc, #f7e2abce, #ffdfc4b5);
    padding-top: 100px;
    padding-bottom: 50px;
    height: 50vh;
}
.first-div-tittle{
    text-align: center;
    font-size: 30px;
    padding-top: 10px;
    font-weight: bold;

}
.first-div-par{
    text-align: center;
    font-size: 20px;
    padding-top: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;

}
/*Contact Div*/
.contact{
    display: flex;
    flex-direction: row;
    padding-top: 150px;
    padding-bottom: 150px;
}
.contact-div{
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
}
.contact-form-div{
width: 40%;
display: block;
margin-left: auto;
margin-right: auto;
padding-right: 50px;
}
.contact-form{
    display: flex;
    flex-direction: column;
    
}
.contact-form h2 {
    text-align: center;
    margin-bottom: 15px;
}

.contact-form label {
    font-weight: bold;
    display: block;
    margin-top: 10px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

.contact-form textarea {
    resize: vertical;
    height: 100px;
}

.contact-form button {
    width: 100%;
    padding: 10px;
    margin-top: 15px;
    background: linear-gradient(to right, #f7f1e3dc, #f7e2abce, #ffdfc4b5);
    border: none;
    color: #000000;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    font-weight: bold;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.contact-form button:hover {
    background-color:#ffcb8c ;
    color: white;
}
.footer-par22{
    margin-top: 10px;
    font-weight: bold;
    
  }

/*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;
    
  }
    .firstdiv-button{
    background: linear-gradient(to right, #f7f1e3dc, #f7e2abce, #ffdfc4b5);
    padding-left:15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 5px;
    font-size: 20px;
    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:#efe7dd ;
}
.calendar-link{
  text-decoration:none;
}
/* Responsive Design */
@media screen and (max-width: 768px) {
    .navbar-toggle {
        display: block;
        position: absolute;
  
        right: 20px;
    }
  
    .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;
    }
  }
  @media screen and (max-width: 768px) {

  .first-div-tittle{
    font-size: 19px;
    margin-top: -40px;
  }
  .first-div-par{
    font-size: 15px;
    width: 90%;
  }
.contact{
    display: flex;
    flex-direction: column;
    margin-top: -80px;
}
.contact-div{
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding: 0;
}
.contact-form-div{
margin-top: 20px;
display: block;
margin-left: auto;
margin-right: auto;
width: 95%;
padding: 0;
}
.contact-form{
padding: 0;
width: 100%;
}
.container{
    display: flex;
flex-direction: column;
align-items: center;
margin: 0;
padding-top: 30px;
width: 100%;
  }
.footer-section{
  width: 100%;
  text-align: center;
}
  }
  .link{
    text-decoration: none;
    color:#363636;
  }
  .dropdown-menu {
  max-height: 300px; /* или висина по избор */
  overflow-y: auto;  /* скролање надоле */
}