@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Source+Code+Pro');
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}
body {
  font-family: 'Source Code Pro', monospace;  
  font-size: 16px;
  width: 100%;
  height: auto;
  overflow-x: hidden;
}

.container-fluid {
  padding: 0;
  font-size: 16px;
 
}


/* -----------------------GLOBAL CLASSES */
.title-font {
  font-family: 'Poppins', sans-serif;
}
.font-weight-100 {
  font-weight: 100;
}
.font-weight-200 {
  font-weight: 200;
}
.font-weight-400 {
  font-weight: 400;
}
.font-weight-500 {
  font-weight: 500;
}

.size-xsm {
  font-size: .5rem;
}
.size-sm {
  font-size: .5rem;
}
.size-md {
  font-size: 1.5rem;
}
.size-lg {
  font-size: 2rem;
}
.size-lgx {
  font-size: 4rem;
}
.caps {
  text-transform: uppercase;
}
.centered {
  text-align: center;
}
.rmv-border {
  border: var(--rmv-border);
}
.color-main {
  color: #fe4066;
}
.bg-main {
  background-color: #fe4066; 
}
.text-black {
  color: black;
}

.btn {
  border-radius: 1rem;
  background-color: transparent;
  border: 1px solid #fe4066;
  width: 7rem;
}
.active-link {
  color: #fe4066;
  font-family: 'Source Code Pro', monospace;  
  text-transform: uppercase;
  float: left;
  font-weight: 500;
  letter-spacing: .2rem;
  font-size: 1rem;
  margin: 5rem 1.5rem;
  text-decoration: none;
}

.btn:hover {

  background-color: transparent;
  transform: scale(1.045);
  border: 1px solid #fe4066;
  transition: ease-in-out 200ms;
}
#hr-update {
  position: relative;
  width: 17.5rem;
  display: block;
  unicode-bidi: isolate;
  margin-block-start: .5rem;
  margin-block-end: .5rem;
  margin-inline-start: auto;
  margin-inline-end: auto;
  overflow: hidden;
  text-align: center;
}

/* -----------------------NAVIGATION & LOGOS */


#logo:hover {
  opacity: .3;
  transition: all .3s ease;
}
#logo2:hover {
  opacity: .3;
  transition: all .3s ease;
}
#logo {
  left: 0;
  height: 4rem;
}
#logo2 {
  position: fixed;
  top: 0;
  height: 4.5rem;
  width: 8rem;
  margin-bottom: 2rem;
} 
 .navbar-container {
  float: right;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1;
  
}
.navbar-nav {
  position: fixed;
  top: 0;
  width: 100vw;
  height: auto;
  background-color: rgb(20, 20, 20);
  box-shadow: rgba(0, 0, 0, 1) 0px 5px 15px;
  margin: 0;
  /* padding-top: 1.75rem; */
  padding-right: 1rem;

   }
.navbar-toggler {
  border: 0;
  margin-right: 0rem;
  margin-top: .2rem;
  transition: width 1s ease;
  font-size: 1.5rem;
  z-index: 1;
}
.nav-links:hover {
  opacity: .2;
  transition: .3s;
  color: white;
}
.active-link:hover {
  opacity: .2;
  transition: .3s;
  color: white;
}
.nav-item {
  margin-left: 1rem;
}
.nav-links {
  font-family: 'Source Code Pro', monospace;  
  text-transform: uppercase;
  float: left;
  font-weight: 500;
  letter-spacing: .2rem;
  font-size: 1rem;

  text-decoration: none;
  color: white;
}

.navbar-fixed-top{
  height: 2rem;
  width: 100vw;
  transition:1.25s;
  /* background-color: red; */

}
.navbar-fixed-top.scrolled {
  background-color: rgb(19, 19, 19);
  height: 5rem;
  width: 100vw;
  box-shadow: rgba(0, 0, 0, 1) 0px 5px 15px;

}

/* -----------------------HERO IMAGE & INTRODUCTION */
.box-overlay{
 
  border-radius: 7.5px;
  position: relative;
  margin: auto;
  width: 100vw;
  text-align: center;

}

.intro-title {
  font-size: 1rem;
  color: black;
  font-weight: 900;

}
.intro-description{
  margin-top: 1rem;
  font-family: 'Source Code Pro', monospace;  
  font-size: 16px;
  font-weight: 100;

}
.hero-image {

  filter: brightness(15.5%);
  position: absolute;
} 



/* -----------------------FEATURES */
.features-container {
  margin-top: 22.5rem;
  text-align: center;

}
/* -----------------------CTA */
.cta-container {
  width: 100vw;
  top: 3rem;
  margin-bottom: 10rem;
  text-align: center;
  width: 100vw;
  height: auto;
}
.card-img-top {
  height: 35vh;
}
.card {
  margin-bottom: 2.5rem;
  height: 32.5rem;
  box-shadow: rgba(0, 0, 0, .5) 0px 2px 10px;

}



/* -----------------------SLIDESHOW CAROUSEL */
.slider {
  position: relative;
  width: 100vw;
  height: 12rem;
}
.slider > * {
  opacity: 0;
  position: absolute;
  width: 100%;
  object-fit: cover;

}

.current {
  opacity: 1;
  height: 35rem;
  /* box-shadow: rgba(0, 0, 0, 1) 0px 5px 15px; */
}

.previous {
  /* box-shadow: rgba(0, 0, 0, 1) 0px 5px 15px; */
  height: 35rem;
  z-index: 1;
  transition-property: opacity;
  transition-duration: 1s;
  transition-timing-function: ease;
}

/* -----------------------FOOTER */
.footer-dark {
  text-align: center;
  padding:50px 0;
  color:#f0f9ff;
  background-color:#1f1f1f;
  
}

.footer-dark h3 {

  margin-top:0;
  margin-bottom:12px;
  font-weight:bold;
  font-size:16px;
}

.footer-dark ul {

  padding:0;
  list-style:none;
  line-height:1.6;
  font-size:14px;
  margin-bottom:0;
}

.footer-dark ul a {

  color:inherit;
  text-decoration:none;
  opacity:0.6;
}

.footer-dark ul a:hover {
  opacity:0.8;
}


.footer-dark .item.text p {
  
  opacity:0.6;
  margin-bottom:0;
}

.footer-dark .item.social {
  text-align:center;
}



.footer-dark .item.social > a {
 
  font-size:20px;
  width:36px;
  height:36px;
  line-height:36px;
  display:inline-block;
  text-align:center;
  border-radius:50%;
  
  box-shadow:0 0 0 1px rgba(26, 26, 26, 0.746);
  margin:0 8px;
  opacity:0.75;
}

.footer-dark .item.social > a:hover {
  opacity:0.9;
}

.footer-dark .copyright {
  text-align:center;
  padding-top:24px;
  opacity:0.3;
  font-size:13px;
  margin-bottom:0;
  
}


/* ----------------------------------------MEDIA QUERIES */
/* -- Mobile -- */

@media (min-width: 320px){
  .nav-links {
    margin: 1rem 1.5rem;
  }
  .active-link {
    margin: 1rem 1.5rem;
  }
}

/* -- Tablet -- */
@media (min-width: 768px){
  .footer-dark .item:not(.social) {
    text-align:center;
    padding-bottom:20px;
  }
  .footer-dark .item:not(.social) {
    text-align:center;
    padding-bottom:20px;
  }
  .footer-dark .item.text {
    margin-bottom:0;
  }
  .footer-dark .item.text {
    margin-bottom:36px;
  }


  .features-container {
    margin-bottom: 7.5rem;
    height: auto;

}
#featured-image1{
  margin-bottom: 2.5rem;
  width: 75vw;
  height: 50vh;
  background-size: 100% 100%;

}
#featured-image2{
  margin-bottom: 2.5rem;
  width: 75vw;
  height: 50vh;
  background-size: 100% 100%;

}
} 

/* -- Desktop -- */
@media (min-width: 990px){
  .nav-links {
    margin: 5rem 1.5rem;
  }
  .active-link {
    margin: 5rem 1.5rem;
  }


  .footer-dark .item.social {
    text-align:center;
    margin-top:20px;
  }
  #logo2 {
    height: 5rem;
  
  }
  
  #logo {
    display: none;
  } 
  .navbar-nav {
    box-shadow: none;
    background: transparent;
    margin-top: -3rem;
    margin-left: 5rem;

}

#featured-image1{
  width: 50vw;
  height: 50vh;
  background-size: 100% 100%;

}
#featured-image2{
  margin-bottom: 2.5rem;
  width: 50vw;
  height: 50vh;
  background-size: 100% 100%;
}
} 