#Navbar {
}

#Main {
}

#Features {
}

#navbar {
}

#main {
  min-height: 100vh;
  max-height: 100%;
  background: linear-gradient(rgba(0,0,0,0.5) 0%, #000000 10%, rgba(0,0,0,0.1) 100%), url("../../assets/img/Photo%20-%20Main.png") top / cover;
}

#features {
  background: linear-gradient(#010c19 0%, #041a35 100%);
}

#financial {
  background: #ffffff;
}

#clients {
  background: linear-gradient(0deg, #e0e0e0, #f5f5f5);
}

#expert {
}

#outro {
  text-align: center;
  border-style: none;
  background: url("../../assets/img/Photo%20-%20Outro.jpg") center / cover;
  min-height: 100vh;
  max-height: 100%;
}

#footer {
  background: #000306;
  border-style: none;
  height: 160px;
}

@media (max-width: 800px) {
  #spacing {
    margin-bottom: 40px;
  }
}

#connect {
  background: rgba(255,255,255,0);
  border-color: var(--bs-btn-disabled-color);
  font-family: Montserrat, sans-serif;
  width: 250px;
  margin-top: 20px;
  font-size: 14px;
}

#connect:hover {
  border-color: rgb(255,255,255);
  color: rgb(0,23,44);
  background: #ffffff;
}

#main-about {
  min-height: 100vh;
  max-height: 100%;
  background: linear-gradient(90deg, rgba(0,0,0,0.9), rgba(0,0,0,0.5) 40%, rgba(0,0,0,0.11) 61%), url("../../assets/img/Photo%20-%20Main-About.jpg") center / cover;
}

#value {
  background: #ffffff;
}

#deliver {
  background: linear-gradient(90deg, rgba(0,0,0,0.1) 40%, rgba(0,0,0,0.5) 60%, rgba(0,0,0,0.8) 90%), url("../../assets/img/Photo%20-%20Deliver.jpg") top / cover;
  min-height: 100vh;
  max-height: 100%;
}

#main-services {
  min-height: 100vh;
  max-height: 100%;
  background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.5) 39%, rgba(0,0,0,0.8) 90%), url("../../assets/img/Photo%20-%20Main-Services.jpg") center / cover;
}

#services {
  background: linear-gradient(#010c19 0%, #041a35 100%);
  padding-top: 50px;
}

#public-finance {
}

#main-modules {
  min-height: 100vh;
  max-height: 100%;
  background: linear-gradient(180deg, rgba(0,0,0,0.1) 20%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.8) 90%), url("../../assets/img/Photo%20-%20Main-Modules.jpg") center / cover;
}

#evolution {
}

#modules {
  background: linear-gradient(#010c19 1%, #00111f);
  min-height: 800px;
  max-height: 100%;
}

#main-technology {
  min-height: 100vh;
  max-height: 100%;
  background: linear-gradient(-178deg, rgba(0,0,0,0.1) 20%, rgba(0,0,0,0.5) 44%, rgba(0,0,0,0.8) 90%), url("../../assets/img/Photo%20-%20Main-Technology.jpg") center / cover;
}

#technology {
  padding-top: 50px;
}

#artificial-intelligence {
}

#budget-preparation {
}

.fade {
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

#budget-execution {
}

#revenue-capturing {
}

#expenditure-control {
}

#purchasing-commitment {
}

#General-Ledger {
}

#general-ledger {
}

#payroll {
}

#fixed-assets {
}

#inventory-management {
}

#systems-interface {
}

#improved-payments {
}

#revenue-collection {
}

#petty-cash {
}

#char-of-account {
}

#project-management {
}

#front-page {
}

#contact-form {
  background: linear-gradient(#010c19, #00111f);
  min-height: 1000px;
  max-height: 100%;
}

#submit {
  border-color: var(--bs-btn-disabled-color);
  width: 320px;
  margin-top: 50px;
  font-family: Montserrat, sans-serif;
  background: rgba(255,255,255,0);
}

#submit {
}

element.style {
  width: 690px;
  margin-right: 20px;
}

#submit:hover {
  border-color: rgb(255,255,255);
  color: rgb(0,23,44);
  background: #ffffff;
}

