@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
html {
  margin: 0 !important;
  padding: 0;
  box-sizing: border-box;
}

input[type="text"]:focus {
  border: none;
  outline: none;
  background: transparent;
  box-shadow: none;
}

header {
  width: 100%;
  height: 100px;
  display: flex;
  padding: 6px 16px;
}

header .logo {
  width: 300px;
  height: auto;
  display: flex;
  align-items: center;
}

.header-navbar {
  width: 90%;
  height: 100%;
  display: flex;
  align-items: center;
}

.header-navbar .main-menu {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  margin: 0;
}

.main-menu li {
  height: 100%;
}

.main-menu li a {
  color: #284834;
  padding: 16px 20px;
  font-size: 20px;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  text-decoration: none;
  line-height: 20px;
  margin: 0 1rem;
}

.main-menu .dropdown {
  position: relative;
}

.dropdown .sub-menu {
  width: 220px;
  position: absolute;
  top: 110%;
  left: -40%;
  list-style-type: none;
  border: 1px solid #c2a763;
  display: none;
}

.sub-menu li {
  width: 100%;
  padding: 1rem 0;
  border-bottom: 1px solid #c2a763;
}

.sub-menu li a {
  color: #284834;
  padding: 16px 20px;
  font-size: 20px;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  text-decoration: none;
  line-height: 20px;
  margin: 0 1rem;
}

.dropdown:hover .sub-menu {
  display: block;
}

.header-register {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 4px solid #000;
  border-left: 1px solid #000;
  background-color: #c2a763;
  padding: 12px 24px;
  border-radius: 50px;
  margin: 0 3rem;
}

.main-menu .header-register a {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
}

.header-lang .sub-menu {
  width: 220px;
  position: absolute;
  top: 110%;
  left: -40%;
  list-style-type: none;
  border: 1px solid #c2a763;
  display: none;
}

.header-lang:hover .sub-menu {
  display: block;
}

.header-lang {
  width: 10%;
}

/*
* Banner
*/
.banner {
  width: 100%;
  height: 780px;
  position: relative;
}

.banner .banner-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  object-fit: cover;
  object-position: right bottom;
}

.banner .banner-title {
  height: 100%;
  width: 50%;
  position: absolute;
  left: 20%;
  top: 0%;
  display: flex;
  align-items: center;
}

.banner .banner-title-container {
}

.banner-title h1 {
  font-family: "Inter";
  font-weight: 700;
  font-size: 80px;
  line-height: 110px;
  color: rgb(35, 59, 46);
}

.banner-title p {
  font-weight: 400;
  font-family: "Manrope", sans-serif;
  font-size: 28px;
  line-height: 44px;
  color: #ffffff;
  margin: 1rem 0;
}

.banner-button {
  width: 100%;
  display: flex;
  gap: 2rem;
}

.banner-button a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 4px solid #000;
  border-left: 1px solid #000;
  border-radius: 50px;
  padding: 14px 30px;
  gap: 2rem;
}

.banner-button a span {
  font-family: "Inter";
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  color: black;
  text-transform: uppercase;
}

.banner-button a .banner-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner .info-knowledge {
  width: 100%;
  height: 230px;
  position: absolute;
  bottom: 0%;
  left: 0;
  display: flex;
  justify-content: center;
}

.backdoor {
}

.info-knowledge .info-knowledge-container {
  width: 80%;
  height: 100%;
  background-color: #c2a763;
  border-top: 1px solid #000;
  border-right: 8px solid #000;
  border-bottom: 8px solid #000;
  border-left: 1px solid #000;
  display: grid;
  grid-template-columns: repeat(4, minmax(25%, 1fr));
  gap: 20px;
  border-radius: 40px;
}

.info-knowledge-container .info-knowledge-item {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.knowledge-title h1 {
  font-family: "Inter";
  font-weight: 700;
  font-size: 64px;
  line-height: 80px;
  color: #ffffff;
}

.knowledge-title p {
  font-family: "Manrope";
  font-weight: 500;
  font-size: 18px;
  line-height: 34px;
  color: #ffffff;
}

.footer {
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  padding: 2rem 0;
}

.footer-container {
  width: 80%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-container .footer-logo {
  width: 20%;
  height: 80%;
  position: relative;
}

.footer-logo h2 {
  font-family: "Manrope";
  font-size: 18px;
  line-height: 34px;
  font-weight: 400;
  color: #000000;
}

.footer-logo div {
  position: absolute;
  right: 0;
  bottom: 0%;
}

.footer-container .contact {
  width: 20%;
}

.footer-container .contact h2 {
  font-family: "Manrope";
  font-size: 28px;
  line-height: 40px;
  font-weight: 600;
  color: black;
}

.contact ul {
  margin: 1rem 0;
}

.contact ul li {
  list-style-type: none;
  font-family: "Manrope";
  font-weight: 400;
  font-size: 20px;
  line-height: 36px;
  color: #000000;
  padding: 0;
  margin: 10px 0;
}

.info-themes {
  width: 80%;
  margin: 0 10%;
}

.site-below-footer-wrap[data-section="section-below-footer-builder"]
  .ast-builder-grid-row {
  margin: 0;
}
.fade-in {
  opacity: 0;
  animation: fillIn 3s ease forwards;
  color: rgb(35, 59, 46);
}

@keyframes fillIn {
  0% {
    color: transparent;
    -webkit-text-stroke: 1px #233B2E;
    opacity: 0;
  }
  60% {
    opacity: 1;
    color: transparent;
    -webkit-text-stroke: 1px #233B2E;
  }
  100% {
    opacity: 1;
    color: rgb(35, 59, 46) !important;
    -webkit-text-stroke: 0px;
  }
}

/*
*
* Responsive
*
*/
@media screen and (max-width: 1650px) {
  .banner .banner-title {
    width: 60%;
    left: 15%;
  }
}

@media screen and (max-width: 1450px) {
  .footer-container .footer-logo {
    width: 25%;
  }

  .footer-container .contact {
    width: 30%;
  }
}

@media screen and (max-width: 1400px) {
  .banner .banner-title {
    width: 70%;
    left: 10%;
  }
}

@media screen and (max-width: 1250px) {
  .banner-title h1 {
    font-size: 65px;
  }
}

@media screen and (max-width: 1150px) {
  .footer-container .footer-logo {
    width: 35%;
  }

  .footer-container .contact {
    width: 35%;
  }
}

@media screen and (max-width: 950px) {
  .banner-title h1 {
    font-size: 60px;
  }
}

@media screen and (max-width: 900px) {
  .banner-title h1 {
    font-size: 55px;
    line-height: 80px;
  }

  .footer-container .footer-logo {
    width: 45%;
  }

  .footer-container .contact {
    width: 45%;
  }
}

@media screen and (max-width: 800px) {
  .banner {
    height: 450px !important;
  }

  .banner .banner-title {
    width: 90%;
  }
}

@media screen and (max-width: 750px) {
  .footer {
    min-height: 500px;
  }

  .footer .footer-container {
    display: block;
    padding: 0 2rem;
  }

  .footer-container .footer-logo {
    height: 50%;
    width: 100%;
  }

  .footer-container .contact {
    width: 100%;
    height: 50%;
  }
}

@media screen and (max-width: 450px) {
  .banner-title h1 {
    font-size: 35px;
    line-height: 60px;
  }

  .banner .banner-title {
    height: 70%;
  }

  .banner-title p {
    font-size: 20px;
  }
}

