html, body {
  font-family: 'Montserrat';
  font-size: 13px;
  width: 100vw;
  overflow-x: hidden;
  scroll-snap-type: mandatory;
  scroll-snap-points-y: repeat(100vh);
  scroll-snap-type: y mandatory;
  margin: 0;
  padding: 0;
}

.navbar .logo {
  height: 5rem;
  margin: 1rem 0rem;
}

@media (min-width: 767px) {
  .navbar .logo {
    height: 7rem;
    /*margin: 1rem 1.5rem;*/
  }
}

.vignette {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  mix-blend-mode: multiply;
  /*background-image: url("../../assets/img/navbar-gradient.svg");*/
  pointer-events: none;
  /*background-size: cover;*/
  /*background-position: top center;*/
  /*background-repeat: no-repeat;*/
  z-index: 100;
  background: rgb(35,62,128);
  background: -moz-linear-gradient(0deg, rgba(35,62,128,0) 80%, rgba(35,62,128,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(35,62,128,0) 80%, rgba(35,62,128,1) 100%);
  background: linear-gradient(0deg, rgba(35,62,128,0) 80%, rgba(35,62,128,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#233e80",endColorstr="#233e80",GradientType=1);
}

section {
  width: 100vw;
  height: 100vh;
}

.bg-none {
  background: none;
}

.navbar-expand-lg {
  width: 100%;
  height: 100%;
}

nav .dropdown-item {
  margin: 1rem 0;
}

nav .show .dropdown-item {
  margin: 0;
  padding: 1rem 1rem;
}

@media (min-width: 768px) {
  nav .show .dropdown-item {
    margin: 0;
    padding: 1rem 1.5rem;
  }
}

#whatwedo .sub h6 {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 1rem;
}

#whatwedo .sub p {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 1rem;
  font-size: 0.75rem;
}

.navbar-brand {
  margin: 0 auto;
  padding-left: 5rem;
}

@media (min-width: 768px) {
  .navbar-brand {
    padding-left: 0;
  }
}

.sub {
  width: 100%;
  height: 100%;
  position: relative;
}

.sub:hover:before {
  background-color: rgba(0,0,0,0);
}

.sub-blue:hover:before {
  /*opacity: 0;*/
}

.sub .home-sector-icon {
  height: 1.25rem;
  margin: 1rem;
  z-index: 1;
  width: initial;
}

.sub:before {
  background-color: rgba(0,0,0,0.5);
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  transition: all 0.5s ease;
  left: 0px;
  z-index: 0;
  cursor: pointer;
}

.sub-blue:before {
  content: "";
  background-image: linear-gradient( 0deg, hsl(234deg 59% 15%) 0%, hsl(219deg 80% 16%) 9%, hsl(211deg 100% 17%) 18%, hsl(207deg 100% 19%) 27%, hsl(204deg 100% 20%) 36%, hsl(201deg 100% 22%) 45%, hsl(198deg 100% 23%) 55%, hsl(195deg 100% 24%) 64%, hsl(192deg 100% 25%) 73%, hsl(189deg 100% 26%) 82%, hsl(186deg 100% 27%) 91%, hsl(183deg 69% 33%) 100%);
  position: absolute;
  opacity: 0.75;
  top: 0px;
  right: 0px;
  bottom: 0px;
  transition: all 0.5s ease;
  left: 0px;
  z-index: -1;
  mix-blend-mode: multiply;
}

footer {
  font-size: 0.7rem;
}

.sub-blue {
  position: relative;
  z-index: 0;
}

#proposition .prop {
  padding: 2rem;
  box-sizing: border-box;
}

#proposition .prop .box {
  width: 100%;
  border: thin dashed white;
  padding: 1.5rem;
  height: 100%;
  background: rgba(0,0,0,0.35);
}

@media (max-width: 768px) {
  #proposition {
    height: 300vh !important;
  }
}

#proposition .below {
  height: 65vh;
}

@media (max-width: 768px) {
  #proposition .below {
    height: 100%;
  }
}

@media (max-width: 768px) {
  #proposition .prop:first-child {
    height: 100vh;
  }
}

@media (max-width: 768px) {
  #proposition .prop:first-child .box {
    height: 50%;
  }
}

@media (max-width: 768px) {
  #proposition .prop {
    height: 50vh;
  }
}

a {
  color: white;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  text-underline-offset: 0.5rem;
}

.nav-item .nav-link {
  padding: 1rem 1rem;
  color: #ffffff94;
  cursor: pointer;
}

@media (min-width: 768px) {
  .show .nav-item .nav-link {
    padding: 0 0.75rem;
  }
}

@media (min-width: 992px) {
  .show .nav-item .nav-link {
    padding: 1rem 1.25rem;
  }
}

@media (min-width: 768px) {
  .nav-link, nav .dropdown-item {
    background: none !important;
  }
}

nav .show .dropdown-menu {
  padding: 0;
  margin: 0;
}

@media (max-width: 576px) {
  .navbar:has(.navbar-collapse.show) {
    background: rgba(0,0,0,0.75);
    =:
    black;
  }
}

.navbar {
  transition: all 0.5s ease;
  background: none;
}

.nav-link, .dropdown-menu, .dropdown-item {
  cursor: pointer;
}

@media (min-width: 992px) {
  .nav-item {
    margin: 0 1rem;
  }
}

@media (min-width: 1200px) {
  .nav-item {
    margin: 0 1.5rem;
  }
}

@media (min-width: 996px) {
  nav .dropdown-item {
    /*margin: 1rem 0 !important;*/
  }
}

.navbar {
  background: none;
  padding: 0;
  height: 100vh;
}
@media (min-width: 768px) {
  .navbar {
    padding: 0 1rem 0 2rem;
    height: auto;
  }
}

@media (max-width: 576px) {
  .navbar {
    padding: 0;
  }
}

@media (max-width: 576px) {
  .navbar-black .navbar:has(.navbar-collapse.show) {
    background: #00000080;
  }
}

@media (max-width: 768px) {
  .nav-link:hover, .dropdown-item:hover {
    background: black !important;
  }
}

img {
  width: 100%;
  height: auto;
}

.carousel-indicators {
  position: relative;
}

[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target], [data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
  background-color: #ffffff;
}

[data-bs-theme=dark] .carousel .carousel-control-next-icon, [data-bs-theme=dark] .carousel .carousel-control-prev-icon, [data-bs-theme=dark].carousel .carousel-control-next-icon, [data-bs-theme=dark].carousel .carousel-control-prev-icon {
  filter: none;
}

.carousel-control-next, .carousel-control-prev {
  width: 9%;
}

.milestone:before {
  background-color: rgba(0,0,0,0.6);
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  transition: all 0.5s ease;
  left: 0px;
  z-index: -1;
}

#home #whatwedo {
  height: 200vh;
}

@media (min-width: 768px) {
  #home #whatwedo {
    height: 100vh;
  }
}

#whatwedo .above {
  height: 16%;
}

@media (min-width: 768px) {
  #whatwedo .above {
    height: 35%;
  }
}

#whatwedo .below {
  height: 84%;
}

@media (min-width: 768px) {
  #whatwedo .below {
    height: 65%;
  }
}

@media (max-width: 576px) {
  .navbar-black .navbar {
    /* background: #00000087; */
  }
}

#pinYear {
  z-index: 100;
  position: absolute;
  top: 0;
}

#pinYear .right p {
  border-top: thin solid white;
  margin-top: 3rem;
  position: absolute;
  width: 71vw;
}

#pinYear .left p {
  color: white;
  border-bottom: thin solid white;
}

#pinYear p {
  padding: 0.75rem 0;
}

.left, .right {
  height: 3rem;
}

footer {
  background: #10153F;
}

.navbar-black footer {
  background: black;
}

.navbar-black {
  background: black;
}

.container-text {
  padding-top: 12rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 5rem;
  min-height: calc(100vh - 11rem);
}

.dropdown-blue .dropdown-toggle::after {
  border: none;
}

.dropdown-blue button {
  background-color: #233E80;
  border-radius: 0;
  border: none;
  padding: 1rem 2rem;
}

.dropdown-blue .dropdown-menu {
  background: none;
  border: none;
  position: relative !important;
  transform: none !important;
  margin-top: 0;
  padding-top: 0;
}

.dropdown-blue .show button {
  background: none;
  padding: 0.25rem 1rem;
}

.dropdown-blue .dropdown-item {
  background: none;
  margin: 0.75rem 0;
  border-bottom: thin solid white;
  pointer-events: none;
  cursor: pointer;
  color: lightgrey;
  padding-left: 2rem;
}

.dropdown-blue .dropdown-item:hover {
  background: none;
}

.dropdown-blue a:hover {
  text-decoration: none;
}

.dropdown-blue .dropdown-menu .dropdown-menu .dropdown-item {
  border: none !important;
  color: #1A888E;
  margin-left: 1rem;
}

.dropdown-blue .dropdown-menu .dropdown {
  border-bottom: thin solid white;
  margin: 0.75rem 0;
}

.container-text img:not(.icon) {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 4 / 3;
}

@media (min-width: 992px) {
  .container-text img:not(.icon) {
    aspect-ratio: 16 / 9;
  }
}

.tab-content {
  padding: 2rem 0;
}

.btn-group-left .icon {
  height: 1.5rem;
  width: initial;
  margin-right: 0.75rem;
}

.btn-group button {
  padding: 1rem 2rem;
}

.btn-group-left {
  background: #233E80;
  border: none;
  pointer-events: none !important;
  min-width: 17rem;
}

.btn-group-right {
  background: #29A09D;
}

.btn-group-right:hover {
  background: #1D7189;
}

.icon-arrow-down {
  float: right;
  font-size: 1.75rem;
  margin: 0;
  padding: 0;
}

.dropdown-menu .icon-arrow-down {
  float: right;
  font-size: 01rem;
  margin: 0;
  padding: 0;
}

.dropdown-blue .dropdown-toggle {
  width: calc(100% - 1.5rem);
  text-align: left;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #299E9B;
}

.nav-link.disabled, .nav-link:disabled {
  color: #299e9b;
  pointer-events: none;
  cursor: default;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: white;
  text-decoration: underline;
  text-underline-offset: 0.5rem;
  background: none;
}

.news-grid img:hover {
  opacity: 1;
}

.news-grid img {
  opacity: 0.75;
  transition: all 1s ease;
}

.btn-success {
  --bs-btn-bg: white;
  --bs-btn-hover-bg: #233E80;
  padding: 0.5rem 1rem;
  width: 100%;
  max-width: 16rem;
  border: none;
  color: #233E80;
  font-weight: bold;
}

.btn-primary {
  --bs-btn-bg: #1A8A90;
  --bs-btn-hover-bg: #1D7189;
  padding: 0.5rem 1rem;
  width: 100%;
  max-width: 16rem;
  border: none;
}

#joinus .border {
  --bs-border-color: #1A888E;
  --bs-border-width: thin;
}

.form-control {
  background: white;
  padding: 1rem;
  border: none;
  border-radius: 0;
  color: black;
  --bs-body-bg: #233E80;
}

.form-control::placeholder {
  color: darkgrey;
}

@media (max-width: 576px) {
  form .btn {
    width: 100%;
    max-width: 100%;
  }
}

.form-control:focus {
  border: none;
  box-shadow: none;
}

.nav-link:hover {color: white;}

#hsection1 {
  height: 200vh;
  overflow: hidden;
}

.scrollbg {
  background-size: cover;
  background-repeat: no-repeat;
}

#section1bg {
  position: absolute;
  z-index: -1;
  background-image: url("../../assets/img/home/home-section-bg-1.jpg");
  background-position: 10%;
  background-size: cover;
}

#section2bg {
  position: absolute;
  z-index: -1;
  background-image: url("../../assets/img/home/bg-header-2.jpg");
  background-position: center;
  background-size: cover;
  scale: 2;
}

#section3bg {
  position: absolute;
  z-index: -1;
  background-image: url("../../assets/img/home/bg-header-3.jpg");
  background-position: center;
  background-size: cover;
  scale: 2;
}

#section4bg {
  position: absolute;
  z-index: -1;
  background-image: url("../../assets/img/home/bg-header-4.jpg");
  background-position: center;
  background-size: cover;
  scale: 4;
}

.grecaptcha-badge {
  bottom: 4rem !important;
}

.page-link {
  background: none;
  border: none;
}

#section1bg.nightTime {
  background-image: url("../../assets/img/home/home-section-bg-2.jpg");
}

.dropdown-menu-dark {
  background: none;
}

@media (min-width: 768px) {
  .dropdown-menu .dropdown-item:hover {
    background: rgba(0,0,0,1) !important;
  }
}

@media (min-width: 768px) {
  .dropdown-menu .dropdown-item {
    background: rgba(0,0,0,0.75) !important;
  }
}

.dropdown-menu a:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  .dropdown-item.hover, .dropdown-item:hover {
    text-decoration: underline !important;
  }
}

button.navbar-toggler {
  margin-right: 2rem;
}










.container-icon {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: end;
  justify-content: center;
  position: fixed;
  top:0;
  pointer-events: none;
}

.field {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 300px;
  position: relative;
  top: -7rem;
}

.field-pinch {
  top: -15rem;
  display:block;
}



.scroll {
  width: 60px;
  height: 60px;
  border: 2px solid white;
  border-radius: 50%;
  position: relative;
  animation: down 1.5s infinite;
  -webkit-animation: down 1.5s infinite;
  &::before {
    content: '';
    position: absolute;
    top: 15px;
    left: 18px;
    width: 18px;
    height: 18px;
    border-left: 2px solid white;
    border-bottom: 2px solid white;
    transform: rotate(-45deg);
  }
}

@media (min-width: 767px) {
  .field-pinch{
    display:none;
  }
}

.pinch img {
  width: 60px;
  height: 60px;
  position: relative;
  margin-bottom:1rem;

}

.pinch{
  animation: zoom-in-zoom-out 1.5s infinite;
  -webkit-animation: zoom-in-zoom-out 1.5s infinite;
  
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}

@keyframes down {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translateY(15px);
  }
  40% {
    transform: translate(0);
  }
}

@-webkit-keyframes down {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translateY(15px);
  }
  40% {
    transform: translate(0);
  }
}

.arrow {
  width: 0;
  height: 40px;
  border: 1px solid #333;
  position: relative;
  animation: scroll 1.5s infinite;
  -webkit-animation: scroll 1.5s infinite;
  &::after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: -5px;
    width: 1px;
    height: 10px;
    
    // triangle
    border-top: 10px solid #333;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
  }
}


.vp-below .col:nth-child(2) {
  padding-left: 1rem;
  padding-top: 0;
  padding-right: 0;
}

@media (min-width: 992px) {
  .vp-below .col:nth-child(2) {
    padding-left: 0;
    padding-top: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 992px) {
  .vp-below img {
    max-height: 4rem;
    width: auto;
  }
}

.vp-below img {
  max-width: 3rem;
  height: auto;
}

.bg-blue{
  background: url("../img/Gradient Background.jpg") top left / 100% 100% no-repeat;
}

.border {
  border: thin solid white !important;
}

.btn:hover {
  text-decoration: none;
}
.invalid-feedback {
  color: white;
  background: #f40000;
  /* width: fit-content; */
  padding: 0.25rem 2rem;
}

.investor .nav-item {
  margin: 0;
}

.col-count-2{
  column-count:1;
}


@media (min-width: 767px) {
  .col-count-2{
    column-count:2;
  }
}