/**
* Template Name: AgriCulture
* Template URL: https://bootstrapmade.com/agriculture-bootstrap-website-template/
* Updated: Aug 07 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Font & Color Variables
# Help: https://bootstrapmade.com/color-system/
--------------------------------------------------------------*/

/* Fonts */

@font-face {
  font-family: 'Saira';
  src: url('../../fonts/Saira-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Roboto';
  src: url('/fonts/Roboto-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}

/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/

body {
  color: var(--default-color);
  background-color: white;
  font-family: 'Saira';
  scroll-behavior: smooth;
  overflow: visible;  
}

a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}

p {
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: 'Saira';
}


.sublinhado-grosso {
  text-decoration: underline;
  text-decoration-color: #ffc700;
  text-underline-offset: 15px;
  text-decoration-thickness: 5px;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero1 {
  padding: 0 !important;
  height:80vh;
  background-color: #8ac44b;

}

.hero1 h1 {
  color: white;
  font-family: 'Saira';
  font-weight: 600;
}

.hero1 p {
  color: white;
  font-size: 1.2rem;
  letter-spacing: -1px;
  font-family: 'Saira';
}

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

.hero-text {
  padding: 0px 50px;
  margin-top: -100px !important;
}


@media (max-width: 1493px) {
  .hero-text {
    margin-top: 0px;
  }
}



@media (max-width: 1199px) {
  .hero1 {
    padding: 0 !important;
  }

  .hero1 img {
    margin-top: -40px;
  }

  .hero-text {
    margin-top: -40px !important;
    padding: 0 !important;
  }
}

@media (max-width: 1025px) {
  .hero1 {
    padding: 0 !important;
    min-height: 850px;
  }
}

@media (max-width: 890px) {
  .hero1 {
    padding: 0 !important;
    min-height: 750px;

  }
}

@media (max-width: 730px) {

  .hero1 {
    padding: 0 !important;
    min-height: 650px;
  }
}

@media (max-width: 580px) {

  .hero1 {
    padding: 0 !important;
  }

  .hero1 img {
    margin-top: 0px;
  }

  .hero-text {
    margin-top: -10px !important;
    padding: 0 !important;
  }

  .hero1 .carousel-control-prev {
    margin-top: -100px;
    left: 2% !important;
  }

  .hero1 .carousel-control-next {
    margin-top: -100px;

    right: 2% !important;
  }
}



/* Estilização dos botões do carrossel */
.hero1 .carousel-control-prev,
.hero1 .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 12%;
  /* Aumentamos a largura para dar mais área clicável */
  transform: scale(1.2);
  /* Aumenta o tamanho para simular um efeito bold */
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
  /* Opcional: sombra para destaque */
}

/* Espaçamento dos botões */
.hero1 .carousel-control-prev {
  left: -4%;
  /* afastado um pouco da borda esquerda */
}

.hero1 .carousel-control-next {
  right: -4%;
  /* afastado um pouco da borda direita */
}

/* Efeito suave de fade com keyframes */
.carousel-fade .carousel-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  animation: slideOut 0.8s ease-in-out forwards;
  /* Animação de saída */
}

/* Slide ativo (entrada suave) */
.carousel-fade .carousel-item.active {
  position: relative;
  animation: slideIn 0.8s ease-in-out forwards;
  /* Animação de entrada */
}

@keyframes slideIn {
  0% {

    transform: translateX(100%);
    /* Começa fora da tela à direita */
  }

  100% {
    transform: translateX(0);
    /* Desliza para a posição normal */
  }
}

@keyframes slideOut {
  0% {
    transform: translateX(0);
    /* Posição normal */
  }

  100% {
    transform: translateX(-100%);
    /* Sai para a esquerda */
  }
}

/*--------------------------------------------------------------
# Green Section
--------------------------------------------------------------*/

.green-container {
  background: linear-gradient(90deg, #007438 0%, #00b161 50%, #007438 100%);
  padding: 120px 0px;
}

.green-container h2 {
  text-align: center;
  font-size: 3rem;
  color: white;
  font-family: 'Saira';
  font-weight: 600;
}

.title-green-2 {
  padding: 0px 180px;
}


@media (max-width: 1200px) {
  .title-green-2 {
    padding: 0px 50px;
  }
}


@media (max-width: 992px) {
  .title-green-2 {
    padding: 0px 0px;
  }
}



/*--------------------------------------------------------------
# About 3 Section
--------------------------------------------------------------*/
.about-3 {
  padding: 20px 0px !important;
}


.about-3 img {
  max-width: 100%;
  height: auto;
}

.about-3 p {
  font-size: 1.2rem;
  font-family: 'Saira';
  letter-spacing: -1px;
  font-weight: 500;
}

.about-3 h2 {
  padding-top: 80px;
  padding-bottom: 20px;
  font-family: 'Saira';
  letter-spacing: 3px;
  color: #008d45;
  font-size: 3rem;
}

.about-logo {
  max-width: 200px;
  max-height: 200px;
  margin-bottom: -60px;
}

.last-text {
  margin-top: 40px;
}

.icon-row {
  margin-top: 60px;
  text-align: center;
}

.icon-col {
  padding: 0px 45px 40px 45px;
}

.about-icon {
  height: 200px;
  width: 200px;
  margin-bottom: 15px;
}


@media (max-width: 576px) {

  .about-3 h2 {
    padding-top: 40px;
  }

  .last-text {
    margin-top: 80px;
  }

  .about-logo2 {
    max-width: 50px;
    max-height: 50px;
  }


  .icon-row {
    margin-top: 20px;
    text-align: center;
  }


}



/*--------------------------------------------------------------
# Vídeo Section
--------------------------------------------------------------*/

.video {
  height: 100vh;
  max-height: 800px;
  background: url('../img/artesanato.jpg') no-repeat center center/cover;
  position: relative;
  display: flex;
  align-items: flex-end;
}


.video .btn-video {
  background-color: #ffc700;
  padding: 10px 60px;
  border-radius: 200px;
  font-size: 2rem;
  color: #008d45;
  border: 3px solid transparent;
  font-weight: bold;
  position: absolute;
  bottom: 50px;
  font-family: 'Saira';

}

.video .btn-video:hover {
  background-color: white;
  border: 3px solid #ffc700;

}


@media (max-width: 768px) {

  .btn-video {
    left: 30px;
    bottom: 50px;
  }
}


@media (max-width: 695px) {

  .btn-video {
    font-size: 1rem !important;
    left: 0px;
    bottom: 50px;
  }
}

#videoOverlay {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
}

#closeButton {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
  color: white;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1000;
}

/*--------------------------------------------------------------
# Crenorte Section
--------------------------------------------------------------*/
.crenorte {
  position: relative !important;
  z-index: -9999 !important;
}


.img-container {
  max-width: 600px;
  height: 800px;
  padding-top: 100px;
  overflow: hidden;
  margin-bottom: -80px;

}

.img-crenorte {
  margin-top: -100px;
  width: 100%;
  height: 100%;
  /* Mantém a imagem fixa no fundo da tela */
  top: 0;
  left: 0;
  background-image: url('../img/crenorte.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  /* Evita interações */

}

.crenorte h2 {
  margin-top: 40px;
  font-family: 'Saira';
  letter-spacing: 3px;
  color: #008d45;
  font-size: 3rem;
  font-weight: 600;
}

.crenorte p {
  font-size: 1.2rem;
  font-family: 'Saira';
  letter-spacing: -1px;
  font-weight: 500;
}


@media (max-width: 992px) {
  .img-container {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding: 0 !important;
  }
}

/*--------------------------------------------------------------
# Atendimento Section
--------------------------------------------------------------*/

.atendimento {
  margin-top: -200px;
  padding: 80px 0px 260px 0px;
  margin-bottom: 220px;
  background-color: transparent;
  /* Torna a área transparente */
}

/* Container da seção */
.localidades-container {
  position: relative;
  /* Para fixar o botão apenas dentro dela */
  padding: 40px 0px;
}

/* Botão fixo dentro da seção */
.btn-fixo {
  position: absolute;
  background-color: #ffc700;
  z-index: 999;
  padding: 10px 60px;
  border-radius: 200px;
  font-size: 1.7rem !important;
  color: #008d45;
  border: 3px solid transparent;
  font-weight: bold;
  font-family: 'Saira';
  margin-top: 20px;
  top: 15%;
  left: 50%;
  transform: translate(0%, -100%);
  transition: top 0.5s ease, left 0.5s ease, transform 0.5s ease;
  /* Centraliza o botão */
}

.btn-fixo:hover {
  background-color: white;
  border: 3px solid #ffc700;
  color: #008d45;
}

/* Seção oculta inicialmente com animação */
.localidades {
  display: none;
  opacity: 0;
  background: #116530;
  /* Verde */
  padding: 60px 0px;
  transition: opacity 0.5s ease, transform 0.5s ease;
  margin-top: -40px !important;

}

.localidades.mostrar {
  margin-top: 0px;
  display: block;
  opacity: 1;
}

.localidade-card {
  background-color: transparent;
  padding: 15px;
  color: white;
  display: flex;
  align-items: center;
  gap: 15px;
}

.localidade-card i {
  font-size: 24px;
  color: #ffc700;
}

.localidade-titulo {
  font-size: 18px;
  font-weight: bold;
  color: #ffc700;
  margin-bottom: 5px;
}

.localidade-endereco {
  font-size: 14px;
  color: white;
}

/* Quando o botão estiver ativado, aplicamos uma classe diferente */
#btn-fixo.ativo {
  margin-top: 380px;
  /* Valor para telas maiores (desktop) */
}

@media (max-width: 768px) {
  #btn-fixo.ativo {
    margin-top: 490px;
    /* Botão desce mais na versão mobile */
  }
}

/* Ajuste para telas menores (exemplo: smartphones) */
@media (max-width: 460px) {
  #btn-fixo.ativo {
    margin-top: 650px;
    /* Botão desce mais na versão mobile */
  }
}

@media (max-width: 1385px) {
  .btn-fixo {
    font-size: 1.7rem !important;
  }
}

@media (max-width: 1200px) {
  .btn-fixo {
    top: 25%;
    left: 50%;
    transform: translate(0%, -100%);
  }
}

@media (max-width: 992px) {
  .btn-fixo {
    top: 36%;
    left: 0%;
    transform: translate(0%, -100%);
  }

  .atendimento {
    margin-top: 0px;
  }
}

@media (max-width: 768px) {
  .btn-fixo {
    margin-top: 0px;
    font-size: 1.2rem !important;
  }

  .atendimento {
    margin-top: 0px;
  }
}

/*--------------------------------------------------------------
# Vantagens Section
--------------------------------------------------------------*/
.vantagem {
  margin-top: -560px;
  background-color: #8ac44b;
  font-family: 'Saira';
}

.vantagem-container {
  margin-top: 50px;
}

.vantagens-titulo {
  margin-top: 40px;
  font-size: 2.8rem;
  font-weight: bold;
  color: #ffffff;
  /* Azul Escuro */
  margin-bottom: 40px;
  text-align: left;
}

/* Estilização dos cards */
.vantagem-card {
  background: white;
  border-radius: 12px;
  padding: 40px 20px 20px 20px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  height: 400px;
  /* Mantendo todas do mesmo tamanho */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 40px;
}

.vantagem-card:hover {
  transform: translateY(-20px);
  box-shadow: 5px 8px 15px rgba(0, 0, 0, 0.2);
}

/* Ícones */
.vantagem-icon {
  font-size: 40px;
  color: #008d45;
  margin-bottom: 15px;
}

/* Títulos */
.vantagem-card h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* Descrição */
.vantagem-card p {
  font-size: 16px;
  color: #555;
  flex-grow: 1;
  /* Para manter alinhamento */
}

/* Botão */
.vantagem-card a {
  display: inline-block;
  margin-top: 15px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: bold;
  color: white;
  background-color: #8ac44b;
  text-decoration: none;
  border-radius: 20px;
  transition: 0.3s;
  border: 3px transparent solid;
  text-transform: uppercase;
}

.vantagem-card a:hover {
  background-color: #ffc700;
  border: 3px transparent solid;
  color: #008d45;
}

/* Triângulo decorativo */
.vantagem-card::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 20px solid white;
}

@media (max-width: 446px) {
  .vantagem-card {
    margin: 20px;

  }
}

/*--------------------------------------------------------------
# Cadastro Section
--------------------------------------------------------------*/
#cadastro {
  background-color: #8ac44b;
  padding-top: 100px !important;
}

#cadastro h2 {
  font-size: 2.8rem;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 20px;
  font-family: 'Saira';
}

#cadastro p {
  font-family: 'Saira';
  color: white !important;
  font-size: 1.6rem !important;
}

.form-control {
  margin-bottom: 20px;
}

.form-select {
  margin-bottom: 20px;
  font-family: 'Saira';
  color: #6c757d;

}

.form-check {
  margin-bottom: 20px;
  font-family: 'Saira';
  color: #6c757d;

}

.btn-cadastro {
  background-color: #ffc700;
  border: none;
  padding: 10px 30px;
  border-radius: 20px;
  font-family: 'Saira';
  color: #008d45;
  border: 3px solid transparent;
  font-weight: bold;
}

.btn-cadastro:hover {
  background-color: white;
  color: #008d45;
  border: 3px solid #ffc700;
}

.form-check-input {
  margin-top: 0.3rem;
}

/* Estilos para placeholders */
.form-control::placeholder {
  font-family: 'Saira';
  color: #6c757d;
  /* Cor do texto do placeholder */
}



/*--------------------------------------------------------------
# FAQ Section
--------------------------------------------------------------*/
.faq {
  background-color: #008d45;
  text-align: center;

}

.faq h2 {
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  color: #ffffff;
}

.faq-section {
  padding: 30px 0;
  display: flex;
  justify-content: center;
}

.faq-container {
  width: 60%;
  margin: 0 auto;
}

.faq-item {
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.faq-question {
  background-color: #8ac44b;
  color: #ffffff;
  padding: 12px;
  font-size: 1.2rem;
  border-bottom: 1px solid #787878;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.3s ease;
  position: relative;
  text-align: center;
}

.faq-question i {
  position: absolute;
  right: 15px;
  transition: transform 0.3s ease;
}
.faq-question.open i {
  transform: rotate(180deg);
}
.faq-question:hover {
  background-color: rgba(161, 253, 63, 0.147);
}

.faq-answer {
  background-color: #fff;
  color: #333;
  padding: 15px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out, padding 0.3s ease-in-out;
}

@media (max-width: 600px) {
  .faq-container {
    width: 95%;
  }

  .faq-question {
    font-size: 16px;
    padding: 10px;
  }

  .faq-answer {
    font-size: 14px;
    padding: 10px;
  }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer {
  background-color: #116530;
}

.logo-and-line {
  display: flex; /* Alinha os itens em linha */
  align-items: center; /* Alinha verticalmente */
} 

.footer p{
  color: white;

}

/* Estilo do logo */
.logo-footer {
  display: flex; /* Alinha os ícones em linha */
  max-width: 100%; /* Garante que o logo não ultrapasse o tamanho do contêiner */
  height: 40px;
}

.green-line {
  flex-grow: 1; /* Faz a linha ocupar o espaço restante */
  height: 2px;
  background-color: #28a745;
  margin-top: 30px;
}

.social-icons {  
  display: flex; /* Alinha os ícones em linha */
  justify-content: left; /* Centraliza os ícones horizontalmente */
  gap: 10px; /* Distância entre os ícones */
  padding: 0px;

}

.social-icon {
  display: inline-block;
  background-color: #8ac44b; /* Cor verde */
  border-radius: 50%; /* Formato circular */
  padding: 8px 15px 8px 15px; /* Espaço para garantir que o ícone não encoste nas bordas */
  transition: transform 0.3s ease; /* Efeito de transição */
}

.social-icon i {
  font-size: 22px; /* Tamanho do ícone */
  color: #fff; /* Cor do ícone (branca) */
  transition: color 0.3s ease; /* Transição suave para a cor */
}

.social-icon:hover {
  background-color: #00b161;
}

.social-icon:hover i {
  color: #fff; /* Garante que a cor do ícone continue branca no hover */
}

@media (max-width: 768px) {
  .social-icons {  
    justify-content: center !important; /* Centraliza os ícones horizontalmente */
  
  }
  .logo-footer {  
    display: flex !important; /* Alinha os ícones em linha */
    justify-content: center !important; /* Centraliza os ícones horizontalmente */
  
  }
}

.footer-bv {
  background-color: #008d45;
  margin-bottom: -30px;
  padding: 20px 0px !important;
}

.footer-bv p{
color: white;
font-size: 1.2rem;
margin-top: 10px;
}


/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  color: white;
  background-color: #008d45;
  padding: 5px 0;
  transition: all 0.5s;
  z-index: 997;
}
.header .logo img {
  max-height: 30px;
  margin-top: -10px;
  margin-right: 8px;
}

.scrolled .header {
  box-shadow: 0px 0 18px color-mix(in srgb, var(--default-color), transparent 85%);
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Navmenu - Desktop */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu a,
  .navmenu a:focus {
    color: white;
    padding: 18px 15px;
    font-size: 18px;
    font-family: 'Saira';
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;

  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu li:last-child a {
    padding-right: 0;
  }

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: yellow;
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: var(--nav-dropdown-background-color);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px color-mix(in srgb, var(--default-color), transparent 85%);
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
  }

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--nav-dropdown-color);
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
}

/* Navmenu - Mobile */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    font-size: 40px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }

  .navmenu {
    padding: 10px 0px 5px 0px;
    z-index: 9997;
  }

  .header .logo img {
    margin-top: 0;
  }


  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: var(--nav-mobile-background-color);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    box-shadow: 0px 0px 30px color-mix(in srgb, var(--default-color), transparent 90%);
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 10px 20px;
    font-family: 'Roboto';
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }
}

/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: var(--background-color);
  transition: all 0.6s ease-out;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #ffffff;
  border-color: var(--accent-color) transparent var(--accent-color) transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1.5s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 60px 0;
  scroll-margin-top: -40px;
  overflow: clip;
}

@media (max-width: 1199px) {

  section,
  .section {
    scroll-margin-top: 66px;
  }
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  text-align: center;
  padding-bottom: 60px;
  position: relative;
}

.section-title h2 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 15px;
}

.section-title p {
  margin-bottom: 0;
  font-family: var(--heading-font);
  font-size: 32px;
}



:root {
  --default-font: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --heading-font: "Marcellus", sans-serif;
  --nav-font: "Marcellus", sans-serif;
}

/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root {
  --background-color: #ffffff;
  /* Background color for the entire website, including individual sections */
  --default-color: #212529;
  /* Default color used for the majority of the text content across the entire website */
  --heading-color: #2d465e;
  /* Color for headings, subheadings and title throughout the website */
  --accent-color: #116530;
  /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #ffffff;
  /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #ffffff;
  /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
}

/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */
:root {
  --nav-color: #212529;
  /* The default color of the main navmenu links */
  --nav-hover-color: #116530;
  /* Applied to main navmenu links when they are hovered over or active */
  --nav-mobile-background-color: #ffffff;
  /* Used as the background color for mobile navigation menu */
  --nav-dropdown-background-color: #ffffff;
  /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
  --nav-dropdown-color: #212529;
  /* Used for navigation links of the dropdown items in the navigation menu. */
  --nav-dropdown-hover-color: #116530;
  /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
}

/* Color Presets - These classes override global colors when applied to any section or element, providing reuse of the sam color scheme. */

.light-background {
  --background-color: #f9f9f9;
  --surface-color: #ffffff;
}

.dark-background {
  --background-color: #060606;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --accent-color: #2ea359;
  --surface-color: #252525;
  --contrast-color: #ffffff;
}

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}