* {
  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;
}

  /*First div*/
  .firstdiv{
    background: linear-gradient(to right, #f7f1e3dc, #f7e2abce, #ffdfc4b5);
    height:70vh;
  }
  .flex-div{
    display: flex;
    flex-direction: row;
  }
  .first-div{
    width: 50%;
    align-items: center;

    padding-top: 10%;
    padding-left: 5%;
  }
  .firstdiv-par{
    text-align: left;
    font-weight: bold;
    font-size: 40px;
    color: rgb(71, 71, 71);
  }
  .firstdiv-button{
    background-color: #ffffff;
    padding-left:15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid transparent;
    border-radius: 5px;
    font-size: 18px;
    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;
  }
.firstdiv-button:hover{
 background-color:#efe7dd ;
}
.second-div{
  width: 50%;
}
.image-pochetna{
  width: 85%;
  height: 60%;
  margin-top: 50px;

  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
/*Second Div*/
.seconddiv{
  background-color: #f8f6f3e7;
  padding-bottom: 60px;
}
.second-div-text{
  text-align: center;
  padding-top: 60px;
}
.seconddiv-tittle{
  font-weight: bold;
  font-size: 25px;
  color: rgb(1, 1, 1);
}
.seconddiv-text{
  font-size: 17px;
  font-weight: 500;
}
.flex-divv{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  width: 80%;

}
.seconddiv-first-div{
  margin-top: 60px;
  width: 50%;
}
.par-list{
  font-size: 17px;
  font-weight: 500;
 margin-left: 5px;
 margin-top: 15px;
 padding: 0;
}
.arrow-icon{
  width: 22px;
}
.image-text{
  display: flex;
  align-items:center ;
  flex-direction: row;

}
.seconddiv-second-div{
  width: 50%;
}
.seconddiv-par{
margin-top: 60px;


}
.flex-div-p{
  text-align: center;
  margin-top: 50px;
  font-weight: bold;
  font-size: 18px;
}
.link{
  text-decoration: none;
  color:#363636;
}
/*Third Div*/
.thirddiv{
  padding-bottom: 50px;
}
.flex-div3{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
.thirddiv-text{
  text-align: center;

}
.thirddiv-tittle{
  text-align: center;
  margin-top: 50px;
  font-size: 35px;
  font-weight: bold;
  color: rgb(71, 71, 71);
}
.thirddiv-text2{
  font-size:25px;
  font-weight: bold;
  padding-bottom: 20px;
}
.thirddiv-text3{
  font-size: 15px;
margin-left: 10px;
}
.thirddiv-list{
  margin-top: 10px;
  font-size: 15px;

}
.thirddiv-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: 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;
}
.thirddiv-button:hover{
  background-color:#ffcb8c ;
 }
 .image{
  width: 50%;
 }
 .thirddiv-image{
  width: 70%;
 display: block;
 margin-left: auto;
 margin-right: auto;
  margin-top: 50px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

 }
 /*Foruth Div*/
 .fourthdiv{
  padding-bottom: 50px;
 }
 .fourthdiv-tittle{
  font-size: 30px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  text-align: center;
  margin-top: 50px;
 }
 .flex-div4{
  display: flex;
  flex-direction: row;
  margin-top: 5%;
 }
 .flexdiv-4{
  width: 20%;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
 }
 .fourthdiv-image{
  margin-bottom: 20px;
 }
 .fourthdiv-tittle2{
  font-size: 20px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  text-align: center;
  margin-top: 50px;
 }
 .fourthdiv-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: rgb(71, 71, 71);
  font-weight: bold; 
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin-top: 30px;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.fourthdiv-button:hover{
  background-color:#ffcb8c ;
 }
 /*Fifth Div*/
 .fifthdiv{
  padding-top: 50px;
  padding-bottom: 50px;
  background: linear-gradient(to right, #f7f1e3dc, #f7e2abce, #ffdfc4b5);
  padding-bottom: 80px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
 }
 .fifthdiv-tittle{
  font-size: 35px;
  color:rgb(16, 16, 16);
  font-weight: bold;
  text-align: center;
  margin-top: 50px;
 }
 .flex-div5{
  display: flex;
  flex-direction: row;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
 }
.card1{
  width: 40%;
  background-color: white;
  margin-left: 20px;
  padding: 20px;
  padding-bottom: 40px;
  border-radius: 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
.card1-par{
  font-size: 17px;
}
.card1-tittle{
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 10px;
}
/*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%;
  }
  .firstdiv{
    width: 100%;
    padding-top: 60px;
    height: fit-content;
  
  }
  .first-div{
    width: 100%;
  }
  .firstdiv-par{
    text-align: center;
    font-size: 31px;
    margin-top: -45px;
 

  }
  .second-div{
    width: 100%;
    padding-bottom: 20px;
  }
  .image-pochetna{
  width: 70%;
  
    margin-top: 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .seconddiv-tittle{
font-size: 20px;
  }
  .flex-div-p{
    font-size: 13px;
  }
  .fourthdiv-tittle{
    font-size: 25px;
  }
  .seconddiv{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .flexdiv-4{
    margin-top: 10px;
  }
  .fourthdiv{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
   
  }
  .firstdiv-button{
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
  }
  .flex-div{
    display: flex;
    flex-direction: column;
  }
  .flex-divv{
    display: flex;
    flex-direction: column;
  }
  .flex-div3{
    display: flex;
    flex-direction: column;
  }
  .flex-div4{
    display: flex;
    flex-direction: column;
  }
  .flex-div5{
    display: flex;
    flex-direction: column;
  }
  .seconddiv-first-div{
    width: 100%;
  }
  .seconddiv-second-div{
    width: 100%;
  }
  .image{
    width: 100%;
  }
  .thirddiv-image{
    width: 100%;
  }
  .thirddiv-text2{
    width: 100%;
    font-size: 20px;
  }
  .flexdiv-4{
    width: 100%;
  }
  .card1{
    width: 100%;
    margin: 0;
    margin-top: 10px;
  }
  .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;
}

}