/*
  Theme Name: Regna
  Theme URL: https://bootstrapmade.com/regna-bootstrap-onepage-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #666666;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #2dc997;
}

a:hover, a:active, a:focus {
  color: #2dca98;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}


/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top:focus {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #2dc997;
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 30px 0;
  height: 92px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}


#header.header-fixed {
  background: rgba(52, 59, 64, 0.9);
  padding: 20px 0;
  height: 95px;
  transition: all 0.5s;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: #000;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

#hero:before {
  content: "";
  background: rgba(255, 255, 255, 0.15);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

#hero .hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  z-index: 2;
}

#hero .hero-logo {
  width: 400px;
  height: auto;
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  #hero .hero-logo {
    width: 220px;
  }
}

#hero .hero-badge {
  position: absolute;
  right: 6%;
  top: 42%;
  transform: translateY(-50%);
  width: 200px;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

#hero .hero-badge img {
  width: 100%;
  height: auto;
}

#hero .hero-badge-text {
  margin-top: 8px;
  color: #c9a24f;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}

@media (max-width: 992px) {
  #hero .hero-badge {
    right: 4%;
    width: 160px;
    height: 160px;
  }
}

@media (max-width: 768px) {
  #hero .hero-badge {
    position: static;
    transform: none;
    margin-top: 16px;
  }
}

#hero h1 {
  margin: 30px 0 10px 0;
  font-size: 42px;
  font-weight: 600;
  line-height: 50px;
  text-transform: none;
  color: #e0b45f;
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

#hero h2 {
  color: #1d3b8a;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 600;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}



/* Nav Meu Styling */
#header nav {
  display: flex;
  justify-content: center;
}

.nav-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.nav-menu > li {
  float: none;
  margin-left: 0;
}

.nav-menu a {
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.5px;
  outline: none;
  border: 1.5px solid rgba(255, 180, 180, 0.9);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.2);
  min-width: 150px;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.nav-menu .menu-text {
  display: inline-block;
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0% 2px;
  background-repeat: no-repeat;
  background-position: 0% 100%;
  transition: background-size 0.3s ease;
  padding-bottom: 2px;
}

.nav-menu a .menu-sub {
  text-transform: none;
  font-size: 12px;
  letter-spacing: 0;
  opacity: 0.95;
}

.nav-menu a:hover,
.nav-menu li:hover > a,
.nav-menu .menu-active > a {
  background-color: rgba(0, 0, 0, 0.35);
  border-color: rgba(255, 200, 200, 1);
}

.nav-menu a:hover .menu-text,
.nav-menu li:hover > a .menu-text,
.nav-menu .menu-active > a .menu-text {
  background-size: 100% 2px;
}



/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* About Us Section
--------------------------------*/
#about {
  background: #fff;
  padding: 80px 0;
}

/* Services Section
--------------------------------*/
#services {
  background: #fff;
  padding: 80px 0;
}

.service-images {
  text-align: center;
}

.service-images img {
  display: block;
  margin: 0 auto 24px auto;
  max-width: 100%;
  color: #fff;
  transition: 0.4s;
}

#contact .form button[type="submit"]:hover {
  background: #51d8ad;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #343b40;
  padding: 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .copyright {
  text-align: center;
}


