@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");
body {
  font-family: "Urbanist", sans-serif;
  color: #f8ffe9;
  font-size: 18px;
  font-weight: 100;
  background: #060702;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5 {
  font-size: 40px !important;
  font-weight: 900 !important;
}
.section-header .section-title,
#hero .contents h1 {
  font-size: 42px !important;
  font-weight: 700 !important;
  line-height: 1.05 !important;
}

html {
  overflow-x: hidden;
}

p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 100;
}

a:hover,
a:focus {
  color: #b5ee32;
}

a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Urbanist", sans-serif;
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 1px;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

a:not([href]):not([tabindex]) {
  color: #f8ffe9;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: #b5ee32;
}
.section {
  padding: 80px 0;
}

.section-header {
  color: #f8ffe9;
  margin-bottom: 40px;
  text-align: center;
}

.section-header .section-title {
  font-size: 42px;
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 700;
  color: #f8ffe9;
  position: relative;
}

.section-header .section-title span {
  color: #b5ee32;
}

.section-header .section-subtitle {
  margin-top: 15px;
  color: #f8ffe9;
  font-size: 18px;
  font-weight: 400;
}

.section-header .lines {
  margin: auto;
  width: 70px;
  position: relative;
  border-top: 2px solid #b5ee32;
  margin-top: 15px;
}

.btn {
  font-size: 18px;
  padding: 11px 40px;
  border-radius: 0px;
  font-weight: 400;
  color: #121418;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}

.btn:focus,
.btn:active {
  box-shadow: none;
  outline: none;
  color: #121418;
}

.btn img.world-icon {
  display: block;
  height: 1.1em;
  width: auto;
  margin-right: 0.6rem;
}

.btn-common {
  background: #b5ee32;
  position: relative;
  color: #121418;
  z-index: 1;
  border-radius: 16px;
  font-weight: 900;
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
  -webkit-transition: -webkit-transform 260ms cubic-bezier(0.2, 0.8, 0.2, 1),
    background-color 260ms ease, color 260ms ease !important;
  transition: transform 260ms cubic-bezier(0.2, 0.8, 0.2, 1),
    background-color 260ms ease, color 260ms ease !important;
}

.btn-common:hover,
.btn-common:focus,
.btn-common:active {
  color: #f8ffe9 !important;
  background: #699e14 !important;
  -webkit-transform: translateZ(0) scale(1.15);
  transform: translateZ(0) scale(1.15);
}

.btn-border {
  color: #121418;
  background-color: transparent;
  border: 2px solid #f8ffe9;
  border-radius: 4px;
}

.btn-border:hover {
  border: 2px solid #f8ffe9;
  color: #f8ffe9;
  background-color: #b5ee32;
}

.btn-lg {
  padding: 14px 33px;
  text-transform: uppercase;
  font-size: 18px;
}

.btn-rm {
  padding: 7px 0px;
  color: #999;
  text-transform: capitalize;
}

.btn-rm i {
  vertical-align: middle;
}

button:focus {
  outline: none !important;
}

.clear {
  clear: both;
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  z-index: 9999999999;
}

.spinner {
  width: 40px;
  height: 40px;
  top: 45%;
  position: relative;
  margin: 0px auto;
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #b5ee32;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
}

.back-to-top i {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #121418;
  font-size: 18px;
  text-align: center;
  border-radius: 8px;
  background-color: #b5ee32;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.back-to-top .back-to-top-icon {
  display: block;
  width: 36px;
  height: 36px;
  color: #121418;
  font-size: 18px;
  text-align: center;
  border-radius: 8px;
  background-color: #b5ee32;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  box-sizing: border-box;
  padding: 6px;
}

.back-to-top .back-to-top-icon path {
  stroke: currentColor;
}

#hero {
  background: none;
  color: #f8ffe9;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 60px;
  position: relative;
}

#hero .hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
  will-change: transform;
  backface-visibility: hidden;
}

#hero .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #060702;
  opacity: 0.4;
  z-index: 1;
}

#hero .contents {
  padding: 0 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 32px;
  width: 100%;
  position: relative;
  z-index: 2;
}

#hero .contents h1 {
  color: #f8ffe9;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.15;
  margin: 0;
  text-shadow: 0 8px 30px rgba(0, 0, 0, 0.78), 0 2px 8px rgba(0, 0, 0, 0.6);
}

#hero .contents p {
  font-size: 18px;
  color: #f8ffe9;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.5px;
  margin: 0;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.66), 0 1px 3px rgba(0, 0, 0, 0.45);
}

#hero .contents .btn {
  margin: 0;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  #hero {
    min-height: 100vh;
    padding-top: 70px;
  }
  #hero .contents {
    gap: 18px;
    padding: 20px 0 40px;
  }
  #hero .contents h1 {
    font-size: 32px;
    text-shadow: 0 5px 16px rgba(0, 0, 0, 0.7), 0 1px 5px rgba(0, 0, 0, 0.55);
  }
}

#hero .banner_bottom_btn {
  margin-top: 40px;
}

#hero .banner_bottom_btn i {
  color: #f8ffe9;
  font-size: 48px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#hero .banner_bottom_btn i:hover {
  color: #b5ee32;
}
.navbar-brand {
  position: relative;
  padding: 0px;
}

.top-nav-collapse {
  z-index: 999999;
  top: 0px !important;
  padding: 0;
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  background: #1e1e1d !important;
  background: linear-gradient(to bottom, #1e1e1d, #141412) !important;
}

.top-nav-collapse .navbar-brand {
  top: 0px;
}

.top-nav-collapse .navbar-nav .nav-link {
  color: #f8ffe9 !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  font-weight: 400;
}

.top-nav-collapse .navbar-nav .nav-link:hover {
  color: #f8ffe9 !important;
}

.indigo {
  background: transparent;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #f8ffe9;
  padding: 0 16px;
  margin-top: 8px;
  margin-bottom: 8px;
  line-height: 40px;
  border-radius: 30px;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
  background-color: rgba(248, 255, 233, 0.1);
}

/* Horizontal spacing between navbar links */
.navbar-expand-lg .navbar-nav,
.top-nav-collapse .navbar-nav {
  gap: 8px;
  align-items: center;
}

.navbar-expand-lg .navbar-nav li a:hover,
.navbar-expand-lg .navbar-nav li .active > a,
.navbar-expand-lg .navbar-nav li a:focus {
  color: #f8ffe9;
}

.navbar .nav-link.active {
  color: #121418 !important;
  background: #b5ee32;
}

.dropdown-toggle::after {
  display: none;
}

.slicknav_btn {
  border-color: #b5ee32;
}

.slicknav_menu .slicknav_icon-bar {
  background: #b5ee32;
}

@media (min-width: 768px) and (max-width: 991px) {
  #nav-main li a.nav-link {
    padding-top: 18px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .scrolling-navbar.navbar-hidden-top {
    padding: 15px 0 !important;
  }

  .scrolling-navbar.navbar-hidden-top .navbar-header {
    padding-top: 16px !important;
    padding-bottom: 8px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .scrolling-navbar.navbar-top-mobile {
    padding: 10px 0 !important;
  }

  .scrolling-navbar.navbar-top-mobile .navbar-header {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .scrolling-navbar.navbar-hidden-top > .container,
  .scrolling-navbar.navbar-top-mobile > .container {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    box-sizing: border-box !important;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .navbar-header {
    width: 100%;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 6px 8px;
    box-sizing: border-box;
  }

  .navbar-header .navbar-brand {
    order: 1 !important;
    margin: 0 !important;
    margin-right: auto !important;
    flex: 0 0 auto !important;
  }

  .navbar-toggler {
    display: block !important;
    order: 2 !important;
    margin-left: auto !important;
    z-index: 10002;
    background: transparent;
    border: 0;
    padding: 6px 8px;
    position: relative !important;
    float: none !important;
    align-self: center !important;
  }

  .navbar-toggler i,
  .navbar-toggler .lnr {
    color: #b5ee32;
    font-size: 22px;
    line-height: 1;
    display: inline-block;
  }

  .navbar-toggler svg.navbar-toggler-icon {
    color: #b5ee32;
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
  }

  .navbar-toggler svg.navbar-toggler-icon path {
    stroke: currentColor;
  }

  .navbar-brand img {
    max-height: 40px;
    height: auto;
  }
}

.navbar-toggler {
  display: none;
}

.navbar-toggler svg.navbar-toggler-icon {
  color: #b5ee32;
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
}

.navbar-toggler svg.navbar-toggler-icon path {
  stroke: currentColor;
}

.mobile-menu {
  display: none;
}

.slicknav_menu {
  display: none;
}

@media screen and (max-width: 768px) {
  .navbar-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 8px;
    box-sizing: border-box;
  }

  .navbar-brand {
    position: relative;
    padding: 0;
    margin: 0;
    display: inline-block;
    transform: none;
    top: auto;
    left: auto;
  }

  .navbar-brand img {
    width: auto;
    max-height: 36px;
    display: block;
    height: auto;
  }

  .navbar-header {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
  }

  .navbar-header .navbar-brand {
    order: 1 !important;
    margin: 0 !important;
    margin-left: 0 !important;
    margin-right: auto !important;
    flex: 0 0 auto !important;
  }

  .navbar-header .navbar-toggler {
    order: 2 !important;
    margin-left: auto !important;
    margin-right: 0 !important;
    float: none !important;
    position: relative !important;
    align-self: center !important;
  }

  .navbar {
    padding: 6px 0;
  }

  .top-nav-collapse {
    padding: 6px 0;
  }

  .slicknav_menu {
    display: none !important;
  }

  .navbar-toggler {
    display: block !important;
    z-index: 10002;
    background: transparent;
    border: 0;
    padding: 6px 8px;
  }

  .slicknav_btn {
    display: none !important;
  }

  .navbar-toggler i,
  .navbar-toggler .lnr {
    color: #b5ee32;
    font-size: 22px;
    line-height: 1;
    display: inline-block;
  }
  #mobile-menu {
    display: none;
  }
  .slicknav_nav .active a {
    background: #b5ee32;
    color: #f8ffe9;
  }
  .slicknav_nav a:hover,
  .slicknav_nav .active {
    color: #b5ee32;
    background: #f8f9fa;
  }
  .slicknav_nav .dropdown li a.active {
    background: #f8f9fa;
    color: #b5ee32;
  }
}

.item-boxes {
  text-align: center;
  padding: 0px 15px;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.item-boxes .icon {
  width: 60px;
  height: 60px;
  text-align: center;
  border: 1px solid #f1f1f1;
  display: inline-block;
  border-radius: 30px;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.item-boxes .icon i {
  font-size: 26px;
  line-height: 60px;
  color: #b5ee32;
}

.item-boxes h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.item-boxes:hover .icon {
  background: #b5ee32;
}

.item-boxes:hover .icon i {
  color: #f8ffe9;
}

.feature-image {
  display: block;
  max-width: 260px;
  width: auto;
  height: auto;
  margin: 0 auto 28px;
  padding: 6px;
  border: 2px solid rgba(181, 238, 50, 0.3);
  border-radius: 32px;
  box-sizing: border-box;
}

#cosm {
  background: url(../img/bg1.jpg) fixed no-repeat;
  background-size: cover;
  color: #f8ffe9;
  overflow: hidden;
  position: relative;
}

#cosm .section-title {
  color: #f8ffe9;
}

#cosm .section-subtitle {
  color: #f8ffe9;
}

#cosm .icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  text-align: center;
  position: relative;
  z-index: 1;
}

#cosm .box-item {
  padding: 15px 0;
}

#cosm .box-item .icon {
  border: 1px solid #b5ee32;
  text-align: center;
  float: left;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#cosm .box-item .icon i {
  color: #b5ee32;
  font-size: 24px;
  line-height: 60px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#cosm .box-item .text {
  padding-left: 80px;
}

#cosm .box-item .text h4 {
  color: #b5ee32;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 22px;
}

#cosm .box-item .text p {
  font-size: 14px;
  line-height: 26px;
}

#cosm .box-item:hover .icon {
  background: #b5ee32;
}

#cosm .box-item:hover .icon i {
  color: #f8ffe9;
}

#cosm .show-box img {
  position: absolute;
  bottom: -120px;
}

.video-promo {
  background: #b5ee32;
  color: #f8ffe9;
  overflow: hidden;
  position: relative;
}

.video-promo .video-promo-content {
  color: #f8ffe9;
}

.video-promo .video-promo-content h2 {
  color: #f8ffe9;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.video-promo .video-promo-content p {
  margin-bottom: 30px;
}

.video-promo .video-promo-content .video-popup {
  width: 80px;
  height: 80px;
  text-align: center;
  border: 3px solid #f8ffe9;
  color: #f8ffe9;
  border-radius: 50%;
  display: inline-block;
  font-size: 30px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.video-promo .video-promo-content .video-popup i {
  line-height: 72px;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #b5ee32;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#portfolios .mix {
  padding: 10px;
}

#portfolios .portfolio-item .shot-item {
  margin: 0px;
}

#portfolio .mix {
  display: none;
}

.controls {
  text-align: center;
  padding: 0px 0px 20px;
}

.controls .active {
  color: #b5ee32 !important;
  border-color: #b5ee32;
  background: transparent;
}

.controls .btn {
  text-transform: uppercase;
  margin: 2px;
}

.controls:hover {
  cursor: pointer;
}

.portfolio-img {
  overflow: hidden;
  display: block;
  position: relative;
}

.portfolio-img img {
  width: 100%;
}

.shot-item {
  margin-right: 15px;
  border-radius: 4px;
  background: #f8ffe9;
  position: relative;
}

.shot-item img {
  width: 100%;
}

.shot-item .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
}

.shot-item:hover .overlay {
  opacity: 1;
}

.overlay .item-icon {
  height: 48px;
  width: 48px;
  line-height: 48px;
  color: #b5ee32;
  left: 50%;
  margin-left: -24px;
  margin-top: -24px;
  top: 50%;
  position: absolute;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
  text-align: center;
  font-size: 20px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: 1px solid #b5ee32;
  border-radius: 50%;
}

.overlay .item-icon:hover {
  background: #b5ee32;
  color: #f8ffe9;
}

.shot-item:hover .item-icon {
  visibility: visible;
  opacity: 1;
}

.owl-theme .owl-controls .owl-page span {
  background: #b5ee32;
}

.owl-theme .owl-controls {
  margin-top: 20px;
}

.meta-tags {
  margin-bottom: 20px;
}

.meta-tags span {
  color: #999;
  margin-right: 10px;
}

.meta-tags span i {
  margin-right: 5px;
}

.meta-tags span a {
  color: #999;
}

.meta-tags span a:hover {
  color: #b5ee32;
}

.contact-us h3 {
  font-size: 36px;
  margin-bottom: 45px;
}

.contact-us p span {
  color: #b5ee32;
  padding-left: 10px;
}

#contact {
  background: #343a40;
  color: #f8ffe9;
  position: relative;
}

.form-control {
  width: 100%;
  margin-bottom: 10px;
  padding: 14px;
  border-color: #f8ffe9;
  border-radius: 0px;
  color: #f8ffe9;
  background: transparent;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.form-control:focus {
  box-shadow: none;
  color: #f8ffe9;
  border-color: #b5ee32;
  background: transparent;
  outline: none;
}

.btn.disabled,
.btn:disabled {
  opacity: 1;
}

.text-danger {
  font-size: 14px;
  margin-top: 10px;
}

.list-unstyled li {
  color: #d9534f;
}

footer {
  background: #1e1e1d;
  background: linear-gradient(to bottom, #1e1e1d, #141412);
  padding: 20px 0;
  font-size: 14px !important;
}

.footer-links {
  line-height: 48px;
}

.footer-links li {
  float: left;
}

.footer-links li a {
  color: #f8ffe9;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  font-size: 14px;
}

.footer-links li a:hover {
  color: #b5ee32;
}

.copyright {
  margin-top: 10px;
  float: right;
}

.copyright p {
  color: #f8ffe9;
  font-size: 14px;
}

.copyright p a {
  color: #f8ffe9;
}

.copyright p a:hover {
  color: #b5ee32;
}

footer img.footer-logo {
  max-width: 120px;
  height: auto;
  display: inline-block;
}

footer a {
  color: #b5ee32;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}

footer a:hover,
footer a:focus {
  color: #c9f465;
  text-decoration: none;
}

/* Reusable footer-like link styles for use outside the footer */
a.footer-link {
  color: #b5ee32;
  -webkit-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}

a.footer-link:hover,
a.footer-link:focus {
  color: #c9f465;
  text-decoration: none;
}

.navbar-brand img.logo {
  max-height: 50px;
  height: auto;
}

@media (max-width: 768px) {
  .navbar-brand img.logo {
    max-height: 40px;
  }
}

.navbar {
  padding: 12px 0;
  background: #1e1e1d;
  background: linear-gradient(to bottom, #1e1e1d, #141412);
}

.top-nav-collapse {
  padding: 10px 0;
}

.hero-lead {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
}

#world-app {
  background-color: #060702;
  background-image: url("../img/decorative-bg.png");
  background-repeat: no-repeat;
  background-position: center 200px;
  background-size: cover;
  background-blend-mode: hard-light;
  background-attachment: scroll;
  will-change: background-position;
  color: #f8ffe9;
  position: relative;
}

.scrolling-navbar {
  -webkit-transition: transform 0.35s ease, opacity 0.35s ease;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.scrolling-navbar.navbar-hidden-top {
  background: transparent !important;
}

.scrolling-navbar.navbar-hidden-top .collapse.navbar-collapse,
.scrolling-navbar.navbar-hidden-top .mobile-menu {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  pointer-events: none;
  transition: max-height 0.3s ease, opacity 0.25s ease, transform 0.25s ease;
}

.scrolling-navbar.navbar-hidden-top .navbar-toggler {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.scrolling-navbar.navbar-hidden-top .navbar-header {
  position: relative;
  z-index: 10001;
  display: flex;
  justify-content: center;
  width: 100%;
}

.scrolling-navbar.navbar-hidden-top .navbar-brand {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
  margin: 0 auto !important;
  text-align: center !important;
}

.scrolling-navbar.navbar-hidden-top > .container {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.scrolling-navbar.navbar-hidden-top .navbar-brand img {
  display: block;
  margin: 0 auto !important;
}

.scrolling-navbar.navbar-hidden-top .collapse.navbar-collapse {
  display: none !important;
}

.scrolling-navbar.navbar-hidden-top > .container {
  position: relative;
}
.scrolling-navbar.navbar-hidden-top .navbar-brand {
  position: absolute !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  margin: 0 !important;
}

@media (max-width: 768px) {
  .scrolling-navbar.navbar-hidden-top {
    background: transparent;
  }

  .scrolling-navbar.navbar-hidden-top .collapse.navbar-collapse,
  .scrolling-navbar.navbar-hidden-top .mobile-menu {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    pointer-events: none;
    transition: max-height 0.3s ease, opacity 0.25s ease, transform 0.25s ease;
  }

  .scrolling-navbar.navbar-hidden-top .navbar-header {
    position: relative;
    z-index: 10001;
  }

  .scrolling-navbar.navbar-hidden-top .navbar-brand {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    margin: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .scrolling-navbar.navbar-top-mobile .navbar-toggler {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }

  .scrolling-navbar.navbar-top-mobile .navbar-header {
    justify-content: center !important;
    width: 100%;
  }

  .scrolling-navbar.navbar-top-mobile .navbar-brand {
    order: 1 !important;
    margin: 0 auto !important;
    text-align: center !important;
  }

  .scrolling-navbar.navbar-top-mobile .mobile-menu,
  .scrolling-navbar.navbar-top-mobile .collapse.navbar-collapse {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transition: max-height 0.3s ease, opacity 0.25s ease;
  }
}

.item-boxes p {
  width: 100%;
  max-width: 300px !important;
  margin: 0 auto;
}

@media (max-width: 991px) {
  #features .row {
    row-gap: 20px;
  }

  #features .item-boxes {
    margin-bottom: 20px;
  }
}

/* ---------- How it works cards (Lucas) ---------- */
.how-cards {
  margin-top: 1rem;
}
.how-card {
  background: linear-gradient(180deg, #1d1e1d 0%, #141412 100%);
  border-radius: 28px;
  padding: 28px;
  color: #f8ffe9 !important;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.55);
}
.how-card .how-icon {
  width: 72px;
  height: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  margin-bottom: 18px;
  font-size: 28px;
  color: #f8ffe9 !important;
}
.how-card .how-title {
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: 600;
}
.how-card .how-desc {
  margin: 0;
  opacity: 0.88;
  line-height: 1.5;
}

/* spacing between columns on small screens when they stack
   — match Bootstrap's horizontal gutter (≈30px) so vertical and
   horizontal spacing feel consistent */
.how-cards > [class*="col-"] {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .how-card {
    padding: 22px;
  }
  .how-card .how-icon {
    width: 64px;
    height: 64px;
    font-size: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .how-cards .wow {
    transition: none !important;
    animation: none !important;
  }
}

.how-card h3 {
  font-size: 28px !important;
  font-weight: 600 !important;
  color: #c9f465;
}

.tc-list strong {
  color: #c9f465;
}

#who::before {
  content: "";
  display: block;
  height: 80px; /* igual a la altura del header */
  margin-top: -80px;
}

#how::before {
  content: "";
  display: block;
  height: 80px; /* igual a la altura del header */
  margin-top: -80px;
}

#terms::before {
  content: "";
  display: block;
  height: 80px; /* igual a la altura del header */
  margin-top: -80px;
}

#contact-us::before {
  content: "";
  display: block;
  height: 80px; /* igual a la altura del header */
  margin-top: -80px;
}
