/* style.css */

* {
    box-sizing: border-box;
    color: #071b3a;
}

a {
    color: #e15d4f;
    font-weight: bold;
    text-decoration: underline;
}

body {
    margin: 0;
    padding: 0;
    background-color: #eff3f5;
    font-family: 'Raleway', sans-serif;
    box-sizing: border-box;
}

.container {
    max-width: 968px;
    margin: 0 auto; /* Center the container horizontally */
}

.section {
    margin: 3rem 0;
    justify-content: space-between;
}

.text {
    font-size: .9rem;
    line-height: 1.5;
    margin: 0 0 1rem 0;
}

li.text {
    margin: 0 0 .5rem 0;
}

.headline1 {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0 0 1rem 0;
    padding: 0;
}

.headline2 {
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0 0 .75rem 0;
    padding: 0;
}

.headline3 {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0 0 .5rem 0;
    padding: 0;
}

nav {
    background-color: white;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

/* style.css */
footer {
    background-color: #333; /* Background color for the footer */
    padding: 10px 0; 
    text-align: center; /* Center-align the text */
    bottom: 0; /* Position at the bottom of the viewport */
    width: 100%; /* Full width */
}

.footer-content {
    max-width: 968px; /* Maximum width for the content within the footer */
    margin: 0 auto; /* Center-align the content horizontally within the footer */
    color: white;
}

/* Updated styles for the main menu items */
.main-menu__items {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.main-menu__item {
    display: inline;
}

.main-menu__item a {
    text-decoration: none;
    color: #e15d4f;
    padding: 1.5rem 0;
    display: block;
    font-weight: 600;
}

.main-menu__items a:hover {
    font-weight: 600;
    color: #535353 !important;
}

.main-menu__items li:not(:last-child) {
    margin-right: 2.25rem;
}

.main-menu__items .dropdown {
    position: relative;
    z-index: 5;
}

.main-menu__items .dropdown a {
    color: #e15d4f;
    text-decoration: none;
    padding: 1.5rem 0;
    display: block;
    font-weight: 600;
}

.main-menu__items .dropdown.active a {
    font-weight: bold; /* Change the font-weight */
    color: #535353; /* Change the text color */
}

.dropdown.active .dropdown-toggle {
    color: #071b3a;
}

.dropdown.active .dropdown-menu li a {
    color: #e15d4f;
}

.main-menu__items .dropdown ul li a {
    color: #e15d4f;
    padding: 0;
    font-weight: 600;
}

.main-menu__items .dropdown ul li {
    margin: 0;
    max-width: 160px;
    font-size: .9rem;
}


.dropdown .dropdown-toggle:after {
    background-color: #e15d4f;
    height: 7px;
    width: 7px;
    position: absolute;
    content: "";
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    -webkit-mask-image: url("https://cms.fibula.com.mk/b2cDocuments/MK/HTML/2023/Natta/sort-down.svg");
    -webkit-mask-size: 7px;
}

.dropdown .dropdown-toggle:hover:after {
    background-color: #071b3a;
}

.main-menu__items .dropdown.active .dropdown-toggle:after {
    background-color: #071b3a;
}

/* Adjusted styles for active menu items */
.main-menu__item.active a {
    font-weight: bold;
    color: #535353;
}

.main-menu__logo {
    max-width: 140px;
    margin-right: 5rem;
}

.main-menu__logo img {
    width: 100%;
}

.main-menu {
    display: flex;
    align-items: center;
}

.main-menu__languages {
    margin-left: auto;
}

/* Initially show both language options */
#en-language,
#mk-language {
    display: block;
}

/* Add styles for the language items */
.main-menu__languages__item {
/*    margin-right: 10px; /* Adjust the spacing between language items */*/
}

/* Updated styles for the languages links */
.main-menu__languages__item a {
    text-decoration: none;
    color: #e15d4f;
    font-weight: bold; /* Make the language links bold */
    font-size: 1.4rem;
    transition: all .2s ease-out;
}

.main-menu__languages__item a:hover {
    transform: scale(1.2);
}

/* Hover effect for language links */
.main-menu__languages__item a:hover {
    color: #535353; /* Change the color on hover */
}

/* Updated styles for the active language link */
.main-menu__languages__item.active a {
    color: #071b3a; /* Change the color for the active language link */
}

/* Hide the dropdown menu by default */
.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #fff;
    z-index: 1;
    list-style-type: none;
    margin: 0;
    padding: 0;
    min-width: 10rem;
    border: 1px solid #e3e3e3;
}

/* Style for the dropdown items */
.dropdown-menu li {
    margin: 0;
    padding: 10px 20px;
}

.dropdown-menu li:not(:last-child) {
    border-bottom: 1px solid #e3e3e3;
}

/* Style for the dropdown links */
.dropdown-menu a {
    text-decoration: none;
    color: #333;
}

/* Main menu dropdown styles */
.main-menu__subitems {
    display: none;
    position: absolute;
    background-color: #e15d4f;
    border: 1px solid #ccc;
    z-index: 1;
}

.main-menu__subitems li {
    display: block;
    margin: 0;
    padding: 10px;
}

/* Adjusted styles for the language options */
.main-menu__languages__item {
    display: inline-block;
}

/* Updated styles for the active dropdown menu */
.main-menu__items .dropdown.active .dropdown-toggle:after {
    background-color: #535353;
}




.side-menu__items {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background: white;
}

.side-menu__item {
    display: block;
    border-bottom: 1px solid #e3e3e3;
}

.side-menu__item a {
    text-decoration: none;
    display: block;
    padding: 1rem;
}

.side-menu__items a:hover {
    font-weight: bold;
    color: #071b3a !important;
}

.side-menu__item.active a {
    font-weight: bold;
    background-color: #e15d4f;
    color: white;
    transition: all .3s ease-out;
}

.content {
    display: flex;
    justify-content: space-between;
}

.content-side {
    flex: 0 0 28%;
}

.content-main {
    flex: 0 0 67%;
}

.content-main img {
    width: 100%;
    margin-bottom: 1rem;
}

.contact {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact__form {
    background-color: #eff3f5;
    flex: 0 0 75%;
}

.contact__info {
    flex: 0 0 20%;
}

ul.contact__info__items {
    list-style: none;
    padding: 0;
    margin: 0;
}

li.contact__info__item {

}

.contact__info__item__head {
    display: flex;
    font-size: 1.25rem;
}

.contact__info__item .md.hydrated {
    color: #e15d4f;
}

.contact__info__item__icon {
    margin-right: .25rem;
}

.contact__info__item__text {
    color: #e15d4f;
    font-weight: bold;
}

.contact__info__item__body {

}

ul.contact__items {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

li.contact__item {
    flex: 0 0 30%;
    margin-block: 1rem;
    display: flex;
    flex-direction: column;
}

li.contact__item.textarea {
    flex: 0 0 100%;

}

label {
    margin-bottom: .5rem;
    font-size: .9rem;
}

li.contact__item textarea {
}

input:focus,
textarea:focus,
select:focus,
a:focus {
  outline: none;
}



input[type="text"], textarea {
  margin-bottom: 12px;
  padding: 12px 20px;
  border: 1px solid #b7ccdb;
    border-top-color: rgb(183, 204, 219);
    border-right-color: rgb(183, 204, 219);
    border-bottom-color: rgb(183, 204, 219);
    border-left-color: rgb(183, 204, 219);
  border-top-color: rgb(183, 204, 219);
  border-right-color: rgb(183, 204, 219);
  border-bottom-color: rgb(183, 204, 219);
  border-left-color: rgb(183, 204, 219);
  border-radius: 6px;
  margin-bottom: 0;
  width: 100%;
}

input[type="text"]:active, textarea:active {
  box-shadow: 0 0 10px 0 rgba(65, 140, 193, .3);
  border-color: #418cc1;
}



.natta-hero {
    position: relative;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.natta-hero__contained {
    position: relative;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.natta-hero__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); /* Semi-transparent black overlay */
}

.natta-hero__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Maintain aspect ratio while covering the container */
    z-index: -1; /* Place the image behind the content */
}

.natta-hero__content {
    position: relative;
    z-index: 1; /* Place hero content above the overlay */
    text-align: center;
    color: #fff;
    padding: 20px;
}

.natta-hero__title {
    font-size: 36px;
    margin-bottom: 20px;
    color: white;
}

.natta-hero__text {
    font-size: 18px;
    margin-bottom: 30px;
    color: white;
}





.natta__button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #e15d4f;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease;
    border: 0;
    cursor: pointer;
}

.natta__button:hover {
    background-color: #c04435;
}


.natta-tiles {

}

ul.natta-tiles__items {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
}

li.natta-tiles__item {
    background: white;
    flex: 0 0 30%;
    position: relative;
    border: 2px solid #e3e3e3;
    transition: all 250ms ease 0s;
}

li.natta-tiles__item:hover {
    border: 2px solid #e15d4f;
}

.natta-tiles__image {
    background-color: #e3e3e3;
    height: 300px;
}

.natta-tiles__image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

li.natta-tiles__item:hover .natta-tiles__overlay {
    background: rgba(242, 90, 54, 0.78);
}

.natta-tiles__overlay {
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  position: absolute;
  padding: 15px;
  color: white;
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  z-index: 3;
  background: rgba(185, 52, 21, 0.8);
}

h3.natta-tiles__title {
    color: white;
    padding: 0 0 .5rem 0;
    margin: 0;
}

.natta-tiles__text {
    color: white;
    padding: 0;
    margin: 0;
    font-size: .9rem;
    line-height: 1.5;
}




.footer {
  position: relative;
  width: 100%;
  background: #e15d4f;
  min-height: 100px;
  padding: 20px 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 12rem;
}

.social-icon,
.menu {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
  flex-wrap: wrap;
}

.social-icon__item,
.menu__item {
  list-style: none;
}

.social-icon__link {
  font-size: 2rem;
  color: #fff;
  margin: 0 10px;
  display: inline-block;
  transition: 0.5s;
}
.social-icon__link:hover {
  transform: translateY(-10px);
}

.menu__link {
  font-size: 1.2rem;
  color: #fff;
  margin: 0 10px;
  display: inline-block;
  transition: 0.5s;
  text-decoration: none;
  opacity: 0.75;
  font-weight: 300;
}

.menu__link:hover {
  opacity: 1;
}

.footer p {
  color: #fff;
  margin: 15px 0 10px 0;
  font-size: 1rem;
  font-weight: 300;
}

.wave {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: 100px;
  background: url("https://cms.fibula.com.mk/b2cDocuments/MK/HTML/2023/Natta/wave.png");
  background-size: 1000px 100px;
}

.wave#wave1 {
  z-index: 1000;
  opacity: 1;
  bottom: 0;
  animation: animateWaves 4s linear infinite;
}

.wave#wave2 {
  z-index: 999;
  opacity: 0.5;
  bottom: 10px;
  animation: animate 4s linear infinite !important;
}

.wave#wave3 {
  z-index: 1000;
  opacity: 0.2;
  bottom: 15px;
  animation: animateWaves 3s linear infinite;
}

.wave#wave4 {
  z-index: 999;
  opacity: 0.7;
  bottom: 20px;
  animation: animate 3s linear infinite;
}

.md.hydrated {
    color: white;
}

@keyframes animateWaves {
  0% {
    background-position-x: 1000px;
  }
  100% {
    background-positon-x: 0px;
  }
}

@keyframes animate {
  0% {
    background-position-x: -1000px;
  }
  100% {
    background-positon-x: 0px;
  }
}

.member-list {

}

ul.member-list__items {
    list-style: none;
    padding: 0;
    margin: 0;
}

li.member-list__item {
    display: flex;
    justify-content: space-between;
    background-color: white;
    margin-bottom: 1rem;
    padding: 1rem;
    box-shadow: 0 0 1rem 0 rgba(0,0,0,.1);
}

.member-list__item__info {
    flex: 0 0 70%;
}

.member-list__item__image {
/*    max-height: 120px;*/
    flex: 0 0 25%;
}

.member-list__item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.member-list__item__detail {
    margin-bottom: .2rem;
}










/* Pagination styles */
.pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.pagination__list {
    list-style: none;
    display: flex;
    box-shadow: 0 0 1rem 0 rgba(0,0,0,.1);
    padding: 0;
}

.pagination__item:hover {
    background-color: #e15d4f;
    color: white;
}


.pagination__item {
    font-size: 18px;
    background-color: white;
    display: inline-block;
    color: #333;
    text-decoration: none;
    cursor: pointer;
    padding: 1rem;
    transition: all .2s ease-out;
}

.pagination__item:not(:last-child) {
    border-right: 1px solid #e3e3e3;
}

.pagination__item.selected {
    background-color: #e15d4f; /* Change to your desired highlight color */
    color: #fff; /* Change to your desired text color */
}

.events {

}

ul.events__items {
    list-style: none;
    padding: 0;
    margin: 0;
}

li.events__item {
    background-color: white;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    margin-bottom: 2rem;
}

.events__image {
    flex: 0 0 38%;
}

.events__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.events__info {
    flex: 0 0 60%;
    padding: 1rem 1rem 0 0;
}

.events__info__title {

}

.events__info__text {
    overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  -webkit-box-orient: vertical;
}

.events__info__footer {
    border-top: 1px solid #e3e3e3;
    display: flex;
    padding: .5rem 0;
    align-items: center;
}

.events__info__footer .natta__button {
    margin-left: auto;
}

.events__info__footer__date {
display: flex;
align-items: center;
}

.events__info__footer__date__icon {
    margin-right: .25rem;
}

.events__info__footer__date__icon .md.hydrated {
    color: #071b3a;
}

.events__info__footer__date__text {

}

.event-page {
    max-width: 576px;
    margin: 0 auto;
}

.event-page img {
    width: 100%;
    margin-bottom: 1rem;
}

.board {

}

ul.board__items {
    list-style: none;
    padding: 0;
    margin: 0;
}

li.board__item {
    background-color: white;
    padding: 1rem;
}












.board__section {
}

.board__programa__container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.board__programa__info {
    flex: 0 0 100%;
}

.board__programa__text {
    font-size: .9rem;
    line-height: 1.5;
    padding: 1rem 0;
}

ul.board__programa__items {
    padding: 0;
    margin: 0;
    list-style: none;
}

li.board__programa__item {
    margin-bottom: .5rem;
    overflow: hidden;
    transition: all 0.3s ease;
    background: white;
}

li.board__programa__item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.board__programa__question {
    padding: .25rem 1rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
}

.board__programa__question:hover {
    background-color: #f9f9f9;
}

h3.board__programa__item__title {
    font-size: .9rem;
    font-weight: 500;
    margin: 0 2rem 0 0;
}

.board__programa__icon {
    font-size: 2.5rem;
    font-weight: 500;
    transform-origin: center;
    transition: all 0.3s ease;
    color: #e15d4f;
}

.board__programa__question.active .board__programa__icon {
    transform: rotate(45deg);
}

.board__programa__content {
    overflow: hidden;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    max-height: 0;
    opacity: 0;
    border-top: 1px solid #e3e3e3;
}

.board__programa__content > p {
    margin: 0;
    padding: 1rem;
    line-height: 1.4;
    font-size: .9rem;
}

.board__faq-toggle {
    display: flex;
    align-items: center;
}

.board__faq-toggle__button {
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    background: transparent;
    font-size: .9rem;
    margin-left: auto;
    
}

.board__faq__container {
    display: flex;
    margin-bottom: 1rem;
    width: 100%;
}

.board__faq-toggle__button:hover {
    /* Add your hover styles here */
}

.board__faq-toggle__icon {
    font-size: 2.5rem;
    cursor: pointer;
    font-weight: 500;
    transform-origin: center;
    transition: all 0.3s ease;
    color: #e15d4f;
}

.board__faq-toggle.active .board__faq-toggle__icon {
    transform: rotate(45deg);
}

.fibula-program__gallery {
    position: relative;
    margin-bottom: 2rem;
}

.fibula-program__gallery__container {
/*        max-width: 600px;*/
}

ul.fibula-program__gallery__items {
    margin: 0;
    padding: 0;
}

li.fibula-program__gallery__item {
    height: 500px;
    width: 100%;

}

li.fibula-program__gallery__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

ul.slick-dots {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}

.slick-dots li button {
    background-color: white;
    border: none;
    margin: 0 .15rem;
    border-radius: 50%;
    height: 14px;
    width: 14px;
    font-size: 0;
    cursor: pointer;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.25);
    list-style: none;
}

.slick-dots li.slick-active button {
    background-color: #e15d4f;
}

ul.fibula-program__gallery__items button.slick-next,
ul.fibula-program__gallery__items button.slick-prev {
    border: none;
    position: absolute;
    background: rgba(0,0,0,.1);
    padding: 0 4rem;
    font-size: 0;
}

ul.fibula-program__gallery__items button.slick-next {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    cursor: pointer;

}

ul.fibula-program__gallery__items button.slick-prev {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    cursor: pointer;
}

.fibula-program__gallery__items button.slick-next::after,
.fibula-program__gallery__items button.slick-prev::after {
    content: "";
    position: absolute;
    background: white;
    -webkit-mask-image: url("https://cms.fibula.com.mk/b2cDocuments/MK/HTML/2023/CBS/Homepage/back.svg");
    -webkit-mask-size: 2rem;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: 50% 50%;
    height: 2rem;
    width: 2rem;
}


.fibula-program__gallery__items button.slick-next::after {
    transform: translate(-50%,-50%) rotate(180deg);
}

.fibula-program__gallery__items button.slick-prev::after {
    transform: translate(-50%,-50%);
}













