@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Verdana;
    font-style: italic;
}

.navi a {
    color: white;
    font-family: Verdana;
font-size: 20px;
font-style: italic;
font-weight: 400;
line-height: 24.31px;
text-align: left;

}

.navi {
    padding-left: 30px;
    color: white;
    font-family: Verdana;
}


.navi a:hover {
    color: #FF9900;
}



.dropdown-menu {
    background-color: #fff;
}

.dropdown-menu a:hover {
    background-color: #FF9900;
    color: white;
}


.dropdown-submenu a {
    display: flex;
align-items: center;
justify-content: space-between;
color: #828282;
}

.dropdown-submenu a:hover {
    color: white;
}


.dropdown-submenu {
    color: #828282;
}

.dropdown-submenu:hover {
    color: white;
}

.dropdown-submenu h6 {
    font-family: Verdana;
font-size: 20px;
font-style: italic;
font-weight: 400;
line-height: 24.31px;
text-align: left;
}

form .formi {
    border-radius: 50px;
    border: none;
}

nav form .btn {
    border-radius: 50px;
    border: none;
    background-color: #325C46;
    color: white;
    padding: 12px 30px;
}





.swiper-pagination {
    color: white;
}





#filter-buttons button {
  border-radius: 3px;
  background: #EDEDED;
  border-color: transparent;
}

#filter-buttons button:hover {
  background: #FF9900;
}

#filter-buttons button.active {
  color: #4E4E4F;
  background: #FF9900;
}

#filterable-cards .card {
  width: 16rem;
  border: 2px solid transparent;
  background-color:#FFFFFF;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}


#filterable-cards .card.hide {
  display: none;
}

.texta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.texta h5{
    font-family: Lexend;
font-size: 22px;
font-weight: 700;
line-height: 27.5px;
text-align: center;
color:#303137;

}

.texta p {
    font-family: Verdana;
font-size: 9px;
font-style: italic;
font-weight: 400;
line-height: 10.94px;
text-align: right;
color:#04A331;

}

.texto h6{
  font-family: Lexend;
font-size: 22px;
font-weight: 700;
line-height: 27.5px;
color:#303137;

}

.texto h5 {
  font-size: 16px;
}

.texto p {
  font-family: Verdana;
font-size: 9px;
font-style: italic;
font-weight: 400;
line-height: 10.94px;
color:#04A331;

}



.forms .form-control {
    border: 1px solid black;
    font-family: Verdana;
font-size: 24px;
font-style: italic;
font-weight: 400;
line-height: 29.17px;
text-align: left;

}

.forms .btn {
    font-family: Verdana;
font-size: 24px;
font-style: italic;
font-weight: 400;
line-height: 29.17px;
text-align: center;

}



.main2 h2 {
    font-family: Verdana;
font-size: 30px;
font-style: italic;
font-weight: 400;
line-height: 36.46px;
text-align: left;
color: #4E4E4F;
}



.accordion {
  width: 80%;
  max-width: 600px;
  
}

.accordion-item {
  background-color: #fff;
  border: 1px solid #ddd;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid black;
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  cursor: pointer;
  font-size: 16px;
  background-color: #EDEDED;
  transition: background-color 0.3s ease;
  font-family: Verdana;
font-size: 17px;
font-style: italic;
font-weight: 400;
line-height: 24.31px;
text-align: left;
color: #828282;
  
}

.accordion-header:hover {
  background-color: #e0e0e0;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.accordion-content p {
  padding: 15px;
  margin: 0;
}

.accordion p a {
  text-decoration: none;
  color: #303137;
}

.chevron {
  transition: transform 0.3s ease;
}

.main2 {
  padding-top: 50px;
}

.rotate {
  transform: rotate(90deg);
}

.main3 {
  margin-top: 100px;
  justify-content: space-around;
  background-image: url(img/circle.png);
  background-size: cover;
}

.cards {
  color: white;
}

.cards h5 {
  font-family: Verdana;
font-size: 24px;
font-style: italic;
font-weight: 400;
line-height: 29.17px;
text-align: left;
color: white;
}

.cards p{
  
  font-family: Verdana;
font-size: 24px;
font-style: italic;
font-weight: 400;
line-height: 29.17px;
text-align: left;
color: white;

}

.cards a {
  color: #303137;
  background: #FF9900;
  margin-top: 20px;
}

.cards a:hover {
  background: #FF9900;
  color: #ddd;
}

.main4 {
  margin-top: 100px;
}

.main4 h5 {
  font-family: Verdana;
font-size: 30px;
font-style: italic;
font-weight: 400;
line-height: 36.46px;


}

.main4 p {
  font-family: Verdana;
font-size: 15px;
font-style: italic;
font-weight: 400;
line-height: 25.57px;
text-align: left;
padding-top: 30px;

}



.main5 {
  margin-top: 100px;
  background-color: #325C46;
  padding: 20px;
}


.main6 {
  margin-top: 150px;
}

.map-container {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%; /* Aspect ratio (height/width) * 100% */
  height: 0;
  max-width: 100%;
  margin: 0 auto; /* Center the container */
}
.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.texti {
  padding-top: 100px;
}

.texti h6 {
  font-family: Verdana;
font-size: 18px;
font-style: italic;
font-weight: 400;
line-height: 28.23px;
text-align: left;
color: #000000;
}

.texti a {
  font-family: Verdana;
font-size: 18px;
font-style: italic;
font-weight: 400;
line-height: 22.23px;
text-align: left;
text-decoration: none;
color: black;
}


footer {
  background-color: #403C39;
  color: white;
}

footer h4 {
  font-family: Verdana;
font-size: 22px;
font-style: italic;
font-weight: 400;
line-height: 24.31px;
text-align: left;

}

footer h6 a{
  font-family: Verdana;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 24.31px;
  text-align: left;
  
  

}

footer a {
  color: white;
  text-decoration: none;
  line-height: 10px;
}


footer a:hover {
  color: #FF9900;
}



footer p {
  line-height: 10px;
}

footer p {
  padding-top: -10px;
}

.carda {
  background-color: white;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  border: none;
  border-radius: 10px;
  transition: 0.3s ease;
  padding: 30px;
}

.carda a {
  text-decoration: none;
  color: black;

}

.carda:hover {
  background-color: #FF9900;
  
}

.main11 {
  margin-top: 100px;
}

.main11 p {
  font-family: Verdana;
font-size: 15px;
font-style: italic;
font-weight: 400;
line-height: 22.5px;
text-align: left;
color: black;
}

.main11 h6 {
  font-family: Verdana;
font-size: 15px;
font-style: italic;
font-weight: 700;
line-height: 22.5px;
text-align: left;
color: black;
}


.main10 {
  margin-top: 60px;
  background-color: #325C46;
  padding: 20px;
}

.container {
  margin: 20px;
}





.card img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  padding: 20px;
}

.pagination-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}

.button {
  background-color: #ddd;
  border: none;
  border-radius: 5px;
  color: black;
  margin: 0 5px;
  padding: 10px 15px;
  cursor: pointer;
}

.button[disabled] {
  background-color: #ccc;
  cursor: not-allowed;
}

.links {
  display: flex;
}

.link {
  background-color: #ddd;
  border: none;
  border-radius: 5px;
  color: white;
  margin: 0 5px;
  padding: 10px 15px;
  cursor: pointer;
  text-decoration: none;
}

.link.active {
  background-color: #325C46;
}

.link:hover {
  background-color: #325C46;
}
  

.main13 {
  padding-top: 100px;
}

.main13 h5{
  font-family: Verdana;
font-size: 21px;
font-style: italic;
font-weight: 400;
line-height: 24.31px;
text-align: left;
color: #325C46;



}

.main13 a {
  text-decoration: none;
  color: black;
  font-family: Verdana;
font-size: 15px;
font-style: italic;
font-weight: 400;
line-height: 18.23px;
text-align: left;

}

.main13 p {
  font-family: Verdana;
font-size: 15px;
font-style: italic;
font-weight: 400;
line-height: 14.3px;
text-align: left;

}

 .main2 h3 {
  font-family: Verdana;
font-size: 20px;
font-style: italic;
font-weight: 400;
line-height: 24.31px;
color: #808083;

}


@media (max-width: 600px) {
  #filterable-cards {
    justify-content: center;
  }

  #filterable-cards .card {
    width: calc(100% / 2 - 10px);
  }
}







.carde {
  padding: 10px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}

.carde:hover {
  background-color: #FF9900;
}

.images {
  width: 100%;
  height: 200px; /* Sets a fixed height for all images */
  object-fit: cover; /* Ensures the image covers the entire area, maintaining aspect ratio */
}


/* Default styles for larger screens */
.row {
  display: flex;
  flex-wrap: wrap;
}

.example h3{
  font-family: Verdana;
font-size: 24px;
font-style: italic;
font-weight: 700;
line-height: 29.17px;
text-align: left;
color: black;

}

.example h6:hover {
  color: black;

}


.examples {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}

.examples {
  line-height: 10px;
}

.examples h6 {
  font-family: Verdana;
font-size: 20px;
font-style: italic;
font-weight: 400;
line-height: 24.31px;
text-align: left;
color: #989898;
}

.exampl {
  display: flex;
  justify-content: space-between;

}

.exampl .btn {
  padding: 10px;
  font-size: 20px;
}

.exampl .btns{
  font-family: Verdana;
font-size: 25px;
font-style: italic;
font-weight: 700;
line-height: 30.38px;
text-align: left;
color: #5A4EA8;
background-color: #EEEBFF;


}

/* Change color of pagination bullets */
.swiper-pagination-bullet {
  background-color: white; /* Change to desired color */
  
}

/* Change color of active pagination bullet */
.swiper-pagination-bullet-active {
  background-color: white; /* Change to desired color */
}


.fixed-buttons {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.fixed-buttons i {
  font-size: 24px;
}

.fixed-buttons a {
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #25D366; /* WhatsApp green */
  color: white;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.fixed-buttons a.telegram {
  background-color: #0088cc; /* Telegram blue */
}

.fixed-buttons a:hover {
  opacity: 0.8;
}

.fixed-buttons {
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 999;
}

.fixed-buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #25D366; /* WhatsApp green */
  color: white;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  animation: pulse 2s infinite;
  transition: 0.4s ease;
  margin-top: 10px;
}

.fixed-buttons a.telegram {
  background-color: #0088cc; /* Telegram blue */
}

.fixed-buttons a:hover {
  transform: scale(1.1);
}




@keyframes pulse {
  0%, 100% {
      transform: scale(1);
  }
  50% {
      transform: scale(1.1);
  }
}

.dropdown .menus a:hover{
  background-color: #325C46;
  color: white;
}

form .btn:hover {
  background-color: #FF9900;
  border: none;
}



.main2 a {
  color: black;
  text-decoration: none;
}

.main2 a:hover {
  color: #FF9900;
}

.carousel-image {
  width: 100px; /* Set the desired width */
  height: 100px; /* Set the desired height */
  object-fit: cover; /* Ensures images cover the area while maintaining aspect ratio */
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbar-toggler i {
  color: white;
  font-size: 34px;
}

.titl a {
  font-family: Verdana;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 24.31px;
    color: #828282;
    text-decoration: none;
}

.titl a:hover {
  color: black;
}

/* General button styles */
.col-12 .btnb {
  width: 120px; /* Set a fixed width */
  height: 120px; /* Set a fixed height */

}

/* Ensure images inside buttons are properly sized */
.col-12 .btnb img {
  max-width: 50px; /* Set a maximum width for images */
  max-height: 50px; /* Set a maximum height for images */
  margin-bottom: 5px;
}

.imag {
  width: 100%;
  height: 200px;
  object-fit: cover;
  background-color: white;
  border-radius: 40px;
}

/* Basic styling */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: #333;
}

.navbar-brand a {
  color: #fff;
  text-decoration: none;
  font-size: 24px;
}

.navbar-nav {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-item {
  position: relative;
}

.nav-link {
  color: #fff;
  padding: 10px 15px;
  text-decoration: none;
  display: block;
}



.main5 .slider-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.main5 .slider-wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.main5 .slide {
  min-width: 20%; /* 100% / 5 slides = 20% */
  box-sizing: border-box;
}

.main5 .slide img {
  width: 100%;
  height: 150px;
  max-width: 150px;
  display: block;
}

.prev, .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}




@media (max-width: 768px) {

  .main {
    
   
  }
  .accordions {
      display: none;
  }

  .navi a {
    padding-top: 20px;
  }

  form {
    padding-top: 20px;
  }

  footer {
    text-align: center;
    line-height: 40px;
  }
  
  footer h4 {
    text-align: center;
  
  }
  
  footer h6 a{

    text-align: center;
  }

  .example h4 {
    font-size: 12px;
  }

  .exampl {
    justify-content: center;
    display: block;
  }


  .exampl .btn {
    font-size: 15px;

  }

  .example h3 {
    font-size: 15px;
  }

  .examples h6 {
    font-size: 14px;
  }



  .titl h3 {
    font-family: Verdana;
      font-size: 14px;
      font-style: italic;
      font-weight: 400;
      line-height: 24.31px;
      color: #828282;
  }
  

  
}


@media (max-width: 768px) {
  .card.mt-5 {
      display: none;
  }
}

/* Styles for mobile devices */
@media (max-width: 768px) {
  .card {
    flex: 1 1 100%; /* Full width on mobile devices */
    margin: 0.5rem 0;
  }
}


@media (max-width: 480px) {
  .dropdown-toggle {
    display: none;
  }

}


@media (max-width: 1200px) {
  .slide {
      min-width: 25%; /* 4 slides */
  }
}

@media (max-width: 992px) {
  .slide {
      min-width: 33.33%; /* 3 slides */
  }
}

@media (max-width: 768px) {
  .slide {
      min-width: 50%; /* 2 slides */
  }
}

@media (max-width: 576px) {
  .main5 .slide {
      min-width: 75%; /* 1 slide */
      
  }
}




