.icon {
  color: #ffffff;
}

* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: auto;
  overflow-x: hidden;
}

/* remove side scrolling */
body::-webkit-scrollbar {
  width: 0;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  background: url("/assets/img/BG1.webp?h=defbec7a01d02aeedd49fea12cdbfd37");
  padding-top: 80px;
}

a {
  text-decoration: none;
}

section {
  overflow: hidden;
  width: 100vw;
  background-attachment: fixed !important;
  box-shadow: 0px -13px 100px 50px rgba(0, 0, 0, 0.4);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.hero {
  background-image: url("/assets/img/IVdust.webp?h=defbec7a01d02aeedd49fea12cdbfd37");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  background-attachment: fixed !important;
  min-height: 100vh;
}

.section-records {
  min-height: 100vh;
}
.section-records .registo-img-bg {
  background: url("/assets/img/registos.webp?h=0989f9739aaa957150f46988874b2e31");
  background-attachment: fixed;
  background-size: cover;
  min-height: 100vh;
  position: absolute;
  width: 100vw;
  z-index: -1;
}
.section-records .records-overlay {
  min-height: 100vh;
  position: absolute;
  width: 100vw;
  z-index: 2;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, #232323 100%);
}

.section-blog {
  background-image: url("/assets/img/bluered.webp?h=f5ffb890232801ccc1213e4539dcdb35");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  background-attachment: fixed !important;
}

.z-index {
  z-index: 4;
}

.navbar {
  height: 5rem;
  box-shadow: none;
  border: none;
  margin: 0;
  border-radius: 0;
  font-size: 16px;
}

.navbar .navbar-nav > li > a, .navbar a.navbar-brand.navbar-link {
  min-height: 4rem;
  line-height: 90px;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: none !important;
  /*text-shadow: none !important;*/
  text-shadow: 1px 1px 2px #202020;
  border: none;
}

@media (min-width: 768px) {
  .navbar .navbar-nav > li > a {
    margin: 0 0 0 1px;
  }
}
.navbar-brand img {
  margin: 20px 0;
  max-height: 50px;
}

@media (max-width: 767px) {
  .navbar-brand img, .navchange .navbar-brand img {
    margin: 10px 0;
    max-height: 40px;
    width: auto;
  }
}
.navbar .dropdown-menu {
  box-shadow: none;
  padding: 0;
  min-width: 200px;
  -webkit-transition: background 0.6s ease-out;
  transition: background 0.6s ease-out;
}

@media (max-width: 767px) {
  .navbar {
    position: relative !important;
  }
}
@media (max-width: 767px) {
  .navbar, .navbar.navchange, .navbar a.navbar-brand.navbar-link, .navbar.navchange a.navbar-brand.navbar-link {
    min-height: 60px;
    line-height: 60px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .navbar .navbar-nav > li > a, .navbar.navchange .navbar-nav > li > a {
    min-height: 40px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .navbar-nav {
    margin: 0 -15px;
  }
}
@media (max-width: 767px) {
  .navbar .dropdown-menu {
    width: 100%;
    position: relative;
  }
}
.navbar, .navbar .navbar-nav > li > a, .navbar a.navbar-brand.navbar-link, .navbar-brand img, .navbar .dropdown-menu li a, .icon-bar {
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

.navbar {
  background: linear-gradient(90deg, rgba(217, 217, 217, 0.1) 0%, rgba(217, 217, 217, 0.15) 0.01%, rgba(217, 217, 217, 0.3) 100%);
  backdrop-filter: blur(8px);
  width: 100%;
}
.navbar .navbar-toggler {
  border: none;
}
.navbar .nav-link {
  font-family: "IBM Plex Mono", sans-serif;
  text-align: center;
  line-height: 1.625rem;
  font-weight: 400;
  font-size: 1.25rem;
  color: #ffffff;
}
@media (max-width: 576px) {
  .navbar .nav-item {
    padding: 1rem 0;
  }
}
.navbar .nav-link:hover {
  color: #F7D116 !important;
}
.navbar .nav-link:active {
  color: #F7D116 !important;
}
.navbar .nav-link:focus {
  color: #F7D116 !important;
}
.navbar .dropdown-menu {
  background: linear-gradient(90deg, rgba(217, 217, 217, 0.1) 0%, rgba(217, 217, 217, 0.2) 0.01%, rgba(217, 217, 217, 0.4) 100%) !important;
  border-style: none;
  text-shadow: 1px 1px 2px #202020;
}
@media (max-width: 576px) {
  .navbar .dropdown-menu {
    background: none !important;
  }
}
.navbar .dropdown-item:hover {
  background: none;
}

.hero-title {
  font-family: "IBM Plex Mono", sans-serif;
  text-align: center;
  line-height: 6rem;
  font-weight: 400;
  font-size: 4rem;
  color: #ffffff;
  opacity: 0.7;
}
@media (max-width: 576px) {
  .hero-title {
    font-size: 3rem;
    line-height: 2.75rem;
  }
}

.section-title {
  font-family: "IBM Plex Mono", sans-serif;
  text-align: left;
  line-height: 4rem;
  font-weight: 400;
  font-size: 3rem;
  color: #ffffff;
}
@media (max-width: 768px) {
  .section-title {
    text-align: center;
    font-size: 1.75rem;
    line-height: 2rem;
  }
}

.section-content {
  font-family: "Lora", serif;
  text-align: left;
  line-height: 2.25rem;
  font-weight: 400;
  font-size: 1.5rem;
  color: #ffffff;
}
@media (max-width: 576px) {
  .section-content {
    text-align: center;
  }
}

.hero-subtitle {
  font-family: "Lora", serif;
  text-align: center;
  line-height: 2rem;
  font-weight: 400;
  font-size: 26px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .hero-subtitle {
    text-align: center;
    font-size: 1.25rem;
    line-height: 2rem;
  }
}

.footer-txt {
  font-family: "IBM Plex Mono", sans-serif;
  text-align: left;
  line-height: 1.5rem;
  font-weight: 400;
  font-size: 1rem;
  color: #ffffff;
}

.card-blog {
  font-family: "Lora", serif;
  text-align: left;
  line-height: 2rem;
  font-weight: 400;
  font-size: 1.75rem;
  color: #ffffff;
}

.blog-title {
  font-family: "IBM Plex Mono", sans-serif;
  text-align: center;
  line-height: 3.5rem;
  font-weight: 400;
  font-size: 3rem;
  color: #ffffff;
}
@media (max-width: 576px) {
  .blog-title {
    font-size: 1.75rem;
  }
}

.Blog-title {
  font-family: "IBM Plex Mono", sans-serif;
  text-align: left;
  line-height: 3rem;
  font-weight: 400;
  font-size: 3rem;
  color: #ffffff;
}

.Blog-subtitles {
  font-family: "IBM Plex Mono", sans-serif;
  text-align: left;
  line-height: 3rem;
  font-weight: 400;
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .Blog-subtitles {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.Blog-content {
  font-family: "Lora", serif;
  text-align: left;
  line-height: 2.5rem;
  font-weight: 400;
  font-size: 1.5rem;
  color: #ffffff;
}
@media (max-width: 992px) {
  .Blog-content {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}

.blog-link {
  background-color: rgba(207, 32, 39, 0.3);
}

.Blog-bio {
  font-family: "Lora", serif;
  text-align: left;
  line-height: 2rem;
  font-weight: 400;
  font-size: 1.25rem;
  color: #ffffff;
}
@media (max-width: 576px) {
  .Blog-bio {
    font-size: 1.25rem;
    line-height: 2rem;
    text-align: center;
  }
}

.icon {
  color: #ffffff;
}

.blue-btn {
  font-family: "IBM Plex Mono", sans-serif;
  font-weight: 500;
  background: linear-gradient(92.07deg, rgba(0, 56, 147, 0.8) -10.53%, rgba(207, 32, 39, 0.2) 156.79%, rgba(207, 32, 38, 0.393) 156.79%);
  color: #ffffff;
  padding: 10px;
  box-shadow: -10px 10px 0px #003893;
  border-radius: 50px;
  cursor: pointer;
  width: 20rem;
  height: 45px;
  font-size: 24px;
  line-height: 90%;
  text-transform: capitalize;
  text-shadow: -2px 2px 0px rgba(0, 0, 0, 0.7);
  border: none;
}

.newsletter-btn {
  font-family: "IBM Plex Mono", sans-serif;
  font-weight: 500;
  background: linear-gradient(92.07deg, rgba(0, 56, 147, 0.8) -10.53%, rgba(207, 32, 39, 0.2) 156.79%, rgba(207, 32, 38, 0.393) 156.79%);
  color: #ffffff;
  padding: 10px;
  box-shadow: -10px 10px 0px #003893;
  border-radius: 50px;
  cursor: pointer;
  width: 20rem;
  height: 45px;
  font-size: 24px;
  line-height: 90%;
  text-transform: capitalize;
  text-shadow: -2px 2px 0px rgba(0, 0, 0, 0.7);
  border: none;
}

.close-btn {
  font-family: "IBM Plex Mono", sans-serif;
  font-weight: 500;
  background: linear-gradient(92.07deg, rgba(0, 56, 147, 0.8) -10.53%, rgba(207, 32, 39, 0.2) 156.79%, rgba(207, 32, 38, 0.393) 156.79%);
  color: #ffffff;
  padding: 10px;
  box-shadow: -10px 10px 0px #003893;
  border-radius: 50px;
  cursor: pointer;
  width: 8rem;
  height: 45px;
  font-size: 24px;
  line-height: 90%;
  text-transform: capitalize;
  text-shadow: -2px 2px 0px rgba(0, 0, 0, 0.7);
  border: none;
}

.icon {
  color: #ffffff;
}

.island-icon {
  height: auto; /* Keeps proportions */
  object-fit: contain; /* Ensures no distortion */
}

.bv-island {
  width: 150px;
}

.brava-island {
  width: 38px;
}

.fogo-island {
  width: 118px;
}

.maio-island {
  width: 75px;
}

.sal-island {
  width: 55px;
}

.Santiago-island {
  width: 175px;
}

.sa-island {
  width: 195px;
}

.sn-island {
  width: 200px;
}

.sv-island {
  width: 110px;
}

.islands-overlay {
  position: absolute;
  background: url("/assets/img/bluered.webp?h=f5ffb890232801ccc1213e4539dcdb35");
  min-height: 100vh;
  width: 100vw;
  background-position: center;
  background-attachment: fixed;
  z-index: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.islands-records {
  min-height: auto;
}

.card-records {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 20rem; /* Ensures uniform height for all cards */
}

.enter-records {
  min-height: 120vh;
}

.form-control:focus {
  color: #ffffff;
  background-color: transparent;
  border-color: #F7D116;
  outline: 0;
  box-shadow: 0 0 0 0.1rem #F7D116;
}

.form-mobile {
  width: 100%;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  background-clip: padding-box;
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-color: rgba(239, 239, 239, 0.5960784314);
  border-width: 1px;
}

.dropdown-toggle, .dropdown-toggle:hover, .dropdown:active {
  background-color: inherit !important;
  background: none;
  border-style: solid;
  border-color: rgba(239, 239, 239, 0.5960784314);
}

.dropdown-item:focus, .dropdown-toggle:active {
  background: linear-gradient(90deg, #CF2027 0%, #F7D116 100%);
}

.dropdown-menu {
  background: rgba(35, 35, 35, 0.7294117647);
  backdrop-filter: blur(8px);
  --bs-btn-active-bg: none;
}

.btn:focus,
.btn:active {
  box-shadow: none !important;
  background-color: inherit !important;
  color: inherit !important;
  border-color: rgba(239, 239, 239, 0.5960784314);
}

.logo {
  height: 1.75rem;
  color: linear-gradient(90deg, rgba(217, 217, 217, 0.1) 0%, rgba(217, 217, 217, 0.15) 0.01%, rgba(217, 217, 217, 0.3) 100%);
}