* {
  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; /* Размак меѓу елементите на навбарот */
}
.dropdown-menu {
  max-height: 300px; /* или висина по избор */
  overflow-y: auto;  /* скролање надоле */
}
/* Главното мени */
.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;
}
/*Divs*/
.firstdiv{
     background: linear-gradient(to right, #f7f1e3dc, #f7e2abce, #ffdfc4b5);
    padding-top: 20px;
    padding-bottom: 20px;
}
.f-tittle{
    text-align: center;
    font-weight: bold;
    font-size: 30px;
}
.description{
        text-align: center;
    font-size: 17px;
    width:80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.s-tittle{
  text-align: center;
    font-weight: bold;
    font-size: 30px;
}
.s-tittle2{
     
    font-size: 17px;
    font-weight: bold;
    width:80%;
display: block;
margin-left: auto;
margin-right: auto;
text-align: justify;                      
line-height: 1.6;  
}
.parahraph{
   display: block;
margin-left: auto;
margin-right: auto;
text-align: justify;            
          
line-height: 1.6;  
    width: 65%;
 
}
.first-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: 18px;
  color: black;
  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;
}
.first-button:hover{
  background-color:#ffcb8c ;
  color: rgb(53, 53, 53);
 }
 .third-tittle{
      text-align: center;
    font-weight: bold;
    font-size: 30px;
    margin-top: 50px;
 }
 .third-div-par{
    width: 65%;
    display: block;
margin-left: auto;
margin-right: auto;
text-align: justify;                      
line-height: 1.6;  
 
 }
 .mini-tittle{
    width: 65%;
display: block;
margin-left: auto;
margin-right: auto;
text-align: justify;                      
line-height: 1.6;  
 }
 .mini-par{
    width: 65%;
display: block;
margin-left: auto;
margin-right: auto;
text-align: justify;                      
line-height: 1.6;  
 }
 .tittle2{
          text-align: center;
    font-weight: bold;
    font-size: 25px;

 }
 .fourth-div{
         background: linear-gradient(to right, #f7f1e3dc, #f7e2abce, #ffdfc4b5);
    padding-top: 30px;
    padding-bottom: 30px;
 }
 .fourth-tittle{
    font-weight: bold;
    font-size: 30px;
    margin-left: 20px;
 }
 .fourth-par1{
    font-size: 20px;
     margin-left: 20px;
 }
 .fourth-par2{
    margin-left: 20px;
 }
 .fifth-tittle{
        font-weight: bold;
    font-size: 30px;
    margin-left: 20px;
 }
 .fifth-par{
    margin-left: 20px;
 }
/*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;
}
.nastan{
  margin-top: 40px;
  width: 60%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
  padding: 20px;
  border-radius: 5px;
}
.naslov-nastan{
  font-size: 25px;
  font-weight: bold;
}
.naslov-nastan-dva{
  font-size: 20px;
  font-weight: bold;
}
/* 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) {
  body{
    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;
}
.nastan{
  width: 95%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.f-tittle{
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 25px;
}
.description{
    width: 100%;
}
.s-tittle{
    width: 90%;
     display: block;
    margin-left: auto;
    margin-right: auto;
}
.s-tittle2{
        width: 90%;
     display: block;
    margin-left: auto;
    margin-right: auto;
}
.parahraph{
    width: 95%;
     display: block;
    margin-left: auto;
    margin-right: auto;
}
.third-div-par{
        width: 95%;
     display: block;
    margin-left: auto;
    margin-right: auto;
}
.mini-tittle{
        width: 95%;
     display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
}
.mini-par{
            width: 95%;
     display: block;
    margin-left: auto;
    margin-right: auto;
}
}