/* our stories */
img {
  max-width: 100%;
}

b {
  font-weight: 600;
}

a {
  color: #fff;
}
.scroll-to-btm img{
    filter: invert(1);
}
/* Base font size */
html {
  font-size: 16px;
  /* Default for desktop */
  scroll-behavior: smooth;
}

/* Smaller screens - scale down everything */
@media (max-width: 768px) {
  html {
    font-size: 14px;
    /* All rem units will be based on 14px */
  }
}
/* Larger screens - scale up everything */
@media (min-width: 1200px) {
  html {
    font-size: 16px;
    /* All rem units will be based on 18px */
  }
}
body,
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  position: relative;
}

.split {
  opacity: 0;
  will-change: transform;
}

.split * {
  will-change: transform;
}

.fortius-navbar {
  background: #fff;
}

.animated-text {
  /* Initially hide the text by moving it down */
  transform: translateY(100%);
}

.floating-txt {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 100;
}
@media (max-width: 767px) {
  .floating-txt {
    bottom: 20px;
    right: 20px;
    max-width: 100px;
  }
}

.header-block img{
    filter: invert(1);
}

.banner-title {
  font-family: "Staatliches", sans-serif;
  font-weight: 400;
  color: #010101;
  font-size: 5rem;
  color: #010101;
  line-height: 5.5rem;
  margin-bottom: 26px;
}
.banner-title span {
  font-size: 3rem;
  text-transform: uppercase;
  display: block;
  font-weight: bold;
}

@media (max-width: 1280px) {
  .banner-title {
    font-size: 4rem;
    line-height: 1;
    margin-bottom: 15px;
  }
  .banner-title span {
    font-size: 2rem;
    line-height: 1.5rem;
  }
}
@media (max-width: 600px) {
  .banner-title {
    font-size: 3.9rem;
    margin-bottom: 15px;
  }
  .banner-title span {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
}
/* Targets a dpr of 1.5. This is the 150% scaling factor. */
@media (resolution: 1.5dppx) {
  /* dppx = dots per pixel */
  body, .main-content {
    font-size: 85% !important; /* Adjust font size to compensate for 150% scaling */
  }
}
.banner-slides {
  display: flex;
  align-items: end;
  position: relative;
  z-index: 2;
  min-height: 100vh;
  padding-bottom: 9.375rem;
}
.banner-slides .wrap {
  max-width: 800px;
}
@media (max-width: 1280px) {
  .banner-slides .wrap {
    max-width: 620px;
  }
}
.banner-slides .wrap p {
  /* font-size: 1.563rem; */
  font-family: "Poppins", sans-serif;
  /* font-weight: 100; */
}
.banner-slides .wrap .img-wrap {
  position: relative;
}
.banner-slides .wrap .img-wrap .viewMore {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  margin-top: 25px;
  display: flex;
  margin-top: auto;
  margin-left: auto;
  padding: 30px;
  flex: 1 100%;
  justify-content: space-between;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}
.banner-slides .wrap .img-wrap .viewMore span {
  display: block;
  font-weight: 100;
  font-size: 19px;
}
@media (max-width: 787px) {
  .banner-slides .wrap .img-wrap .viewMore {
    font-size: 15px;
    padding: 10px;
  }
  .banner-slides .wrap .img-wrap .viewMore img {
    width: 20px;
}
}
.banner-slides .wrap .img-wrap .viewMore i {
  max-width: 40px;
  margin-left: 10px;
  display: flex;
  align-items: end;
}
.banner-slides .wrap .img-wrap .overlay {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  bottom: 0;
  transition: all 0.3s ease-in-out;
  display: flex;
  top: 0;
}
.banner-slides .wrap .img-wrap .overlay.viewMore2 {
  background: none;
}
.banner-slides .wrap .img-wrap .overlay.viewMore2 .viewMore {
  justify-content: end;
}
@media (min-width: 1024px) {
  .banner-slides .wrap .overlay {
    opacity: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  }
}
@media (max-width: 1023px) {
  .banner-slides .wrap img {
    opacity: 0.8;
  }
  .banner-slides .wrap .overlay {
    opacity: 1;
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  }
}

@media (max-width: 1200px) {
  .banner-slides .wrap {
    max-width: 600px;
  }
  .banner-slides .wrap p {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .banner-slides {
    align-items: start;
    padding-top: 120px;
  }
  .banner-slides .wrap p {
    font-size: 1.2rem;
  }
}
/* ScrollSmoother requires these styles */
#smooth-wrapper {
  overflow: hidden;
}

#smooth-content {
  overflow: visible;
}

.video-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.linedrawwrap {
  height: 400vh;
  position: sticky;
  background-color: #fff;
}

.viewMore {
  font-family: "Staatliches", sans-serif;
  font-size: 40px;
  color: #454545;
  text-decoration: none;
  margin-top: 25px;
  display: inline-block;
}
.viewMore i {
  max-width: 40px;
  margin-left: 10px;
  display: flex;
  justify-content: center;
}

#container {
  height: 100%;
}

.video-background {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1597px !important;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.footer-block{
    position: relative;
}
/*# sourceMappingURL=style.css.map */