* {
  font-family: 'Roboto';
}

body {
  color: #2a2a2a;
  font-size: 15px;
  margin-left: 5%;
  margin-right: 5%;
}

.container-fluid{
  padding-right: 8% !important;
  padding-left: 8% !important;
}

section {
  padding: 1% 0px 1% 0px;
}

.section2, 
.section4 , 
.section6 , 
.section8, 
.section10 {
  background: #f3f3f3;
}

.section3 .product__item,
.section5 .product__item,
.section7 .product__item,
.section9 .product__item,
.section11 .product__item,
.section13 .product__item{
  background-color: #f3f3f3 !important;
  border-top: 5px solid #f3f3f3 !important;
}

.section3 .project-description-main,
.section5 .project-description-main,
.section7 .project-description-main,
.section9 .project-description-main,
.section11 .project-description-main,
.section13 .project-description-main{
  background-color: #f3f3f3 !important;
}

/* nav,
.product,
.text {
  max-width: 800px;
  margin: auto;
} */

/*Nav*/
nav {
  margin: 56px auto 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.nav__link {
  color: #aaa;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  margin: 8px 16px;
  transition: color 0.5s ease;
}

.nav__link:hover {
  color: #555;
}

.nav__link-active {
  color: #555;
  border-bottom: 2px solid #545454;
}

/*Product*/
.product {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 3%;
}

.product__item {
  background: #fff;
  border: 1px solid #ddd;
  border-top: 5px solid #fff;
  border-radius: 8px;
  width: 30%;
  /* height: 320px; */
  margin: 8px 0;
  padding: 10px 25px 30px 25px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0px 1px 5px 2px #dcdada;
  transition: all 0.5s;
}
.product__item:hover {
  transition: all 0.5s;
  box-shadow: 0 16px 24px 2px rgb(0 0 0 / 7%), 0 6px 30px 5px rgb(0 0 0 / 6%),
    0 8px 10px -5px rgb(0 0 0 / 15%);
}

.product__item-highlight {
  width: 30%;
}

.product__item__image {
  /* width: 148px; */
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.product__item__text {
  color: #444;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  width: 100px;
  margin: 6px 0 20px;
}

.product__item-highlight .product__item__text {
  width: 100%;
  display: block;
  text-align: center;
  align-items: center;
  justify-content: space-between;
}

.product__item__checkmark {
  background: #fafafa;
  border-radius: 50%;
  width: 16px;
  height: auto;
  margin: 0 16px;
  padding: 8px;
}

/*Text*/
.text {
  /* width: 100%; */
  /* padding: 15px 30px; */
  display: flex;
  justify-items: center;
}

.text__item1 {
  /* min-width: 30%; */
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 8px;
}

.text__item2 {
  /* min-width: 70%; */
  padding-left: 30px !important;
}

.text__item2 button{
  margin-top: 2% !important;
}

.text__item1 h1,
.text__item2 h1 {
  color: #636363;
  font-size: 24px;
  line-height: 1.3;
}

.text__item1 p,
.text__item2 p {
  color: #636363;
  font-size: 17px;
  line-height: 1.54;
  margin: 0px !important;
}

.comapany-site-link {
  text-decoration: none;
  font-weight: bold;
  color: #444 !important;
}

.comapany-site-link:hover {
  color: #2a2a2a !important;
}

.btn-card-link {
  border: none !important;
  border-radius: 6px !important;
  padding: 2% 12% !important;
  text-decoration: none !important;
  font-size: 15px !important;
}

.rvhost-logo {
  width: 50%;
}

.button-container {
  width: 150px;
  height: 50px;
  background-color: rgb(139, 212, 232);
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 5px 10px;
  margin: 0 30px;
}

.right-col {
  /* background: #222;
            width: 50vw;
            height: 100vh; */
  padding: 1rem 0.5rem;
}

/* Toggle Switch */

.label {
  display: inline-flex !important;
  align-items: center !important;
  cursor: pointer !important;
  top: 5px !important;
  position: relative !important;
  float: right !important;
  margin-bottom: 0px !important;
}

.label-text {
  margin-left: 8px;
}

.toggle-site {
  isolation: isolate !important;
  position: relative !important;
  height: 14px !important;
  width: 28px !important;
  border-radius: 30px !important;
  border: 2px solid blue !important;
  background: #bbbbbb !important;
  overflow: hidden !important;
}

.toggle-inner {
  z-index: 2;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 10px;
  width: 30px;
  border-radius: 25px;
  overflow: hidden;
}

.active-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 200%;
  background: blue;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.05s linear 0.17s;
}

.toggle-state {
  display: none;
}

.indicator {
  height: 100%;
  width: 200%;
  background: #ffffff;
  border-radius: 13px;
  transform: translate3d(-75%, 0, 0);
  transition: transform 0.35s cubic-bezier(0.85, 0.05, 0.18, 1.35);
}

.toggle-state:checked ~ .active-bg {
  transform: translate3d(-50%, 0, 0);
}

.toggle-state:checked ~ .toggle-inner .indicator {
  transform: translate3d(25%, 0, 0);
}

.hide-show-form-label {
  font-size: 13px;
}

.toggle-main {
  display: flow-root;
  text-align: center;
  padding: 0% 10% 0% 10% !important;
}

.toggle-label-section {
  float: right;
  padding-top: 3px;
  padding-left: 5px;
}
.dot {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  animation: live-dot 2s infinite;
  background-color: red;
  float: right;
  top: 6px;
  position: relative;
  margin-left: 3px;
  margin-right: 3px;
}
.status-label {
  float: right;
  font-size: 15px;
}

.carousel{
  width:90%;
  margin:0px auto;
}
.slick-slide{
  margin:10px;
}
.slick-slide img{
  width:100%;
}
.slick-prev, .slick-next{
  background: #000;
  border-radius: 15px;
  border-color: transparent;
}

.splide {
  margin: 1% 6% 0% 6%;
}

.splide__slide {
  /* margin: 1% 1.3% !important; */
  margin-top: 5px !important;
}

.splide__arrow--prev {
  left: -3em !important;
}

.splide__arrow--next {
  right: -3em !important;
}

.splide__pagination {
  bottom: -2em !important;
}

.splide__pagination__page.is-active {
  background: #848484 !important;
}
.our-story-card-animation-container{
  padding: 15px !important;
  /* margin: -10% -5% -5% 0; */
  position: relative;
  overflow: hidden;
}
.our-story-card-img{
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.our-story-card-animation{
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.our-story-card-main-img{
  width: 81%;
  height: 73%;
  margin-top: 4.5%;
  margin-left: 9%;
  position: absolute;
  top: 0;
  left: 0;
}
.our-story-card-main-img img{
  width: 100%;
  height: 100%;
}
.our-story-card-video {
  width: 96%;
  height: 100%;
}
.site-blocks-cover, .site-blocks-cover>.container>.row {
  min-height: 600px;
  height: calc(100vh);
}
.site-blocks-cover {
  background-size: cover!important;
}
.site-blocks-cover.overlay {
  position: relative;
}
.container-fluid-cover{
  padding: 0px !important
}
.site-blocks-cover.overlay:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background: rgba(0,0,0,.4);
  background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.8)),color-stop(60%,rgba(0,0,0,0)),to(rgba(0,0,0,.8)));
  background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.8) 0,rgba(0,0,0,0) 60%,rgba(0,0,0,.8) 100%);
  background-image: -moz- oldlinear-gradient(bottom,rgba(0,0,0,.8) 0,rgba(0,0,0,0) 60%,rgba(0,0,0,.8) 100%);
  background-image: -o-linear-gradient(bottom,rgba(0,0,0,.8) 0,rgba(0,0,0,0) 60%,rgba(0,0,0,.8) 100%);
  background-image: linear-gradient(to top,rgba(0,0,0,.8) 0,rgba(0,0,0,0) 60%,rgba(0,0,0,.8) 100%);
}
.cover-main-text {
  z-index: 10;
}
.main-text {
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  -webkit-animation: 1s ease-in-out .2s both bounceInLeft;
  animation: 1s ease-in-out .2s both bounceInLeft;
}
.sub-text-one {
  font-size: 25px;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  margin-top: 2%;
  -webkit-animation: 1s ease-in .3s both lightSpeedIn;
  animation: 1s ease-in .3s both lightSpeedIn;
}
.cover-text-section{
  position: relative;
  top: 30%;
}
.our-story-header-wrapper {
  background-color: transparent;
  -webkit-transition: background-color .5s;
  -o-transition: background-color .5s;
  -moz-transition: background-color .5s;
  transition: background-color .5s;
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 20px;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5rem;
  z-index: 10;
}
.our-story-header {
  position: relative;
  margin: 0 3.5rem;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: .5rem;
  height: auto;
}
.lang-selector-test .our-story-header .our-story-logo {
  margin-right: auto;
}
.nfLogo {
  fill: #e50914;
  line-height: normal;
}
/* Style the header: fixed position (always stay at the top) */
.header {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%;
  background-color: #f1f1f1;
}

/* The progress container (grey background) */
.progress-container {
  width: 100%;
  height: 8px;
  background: #ccc;
}

/* The progress bar (scroll indicator) */
.progress-bar {
  height: 8px;
  background: #04AA6D;
  width: 0%;
}

.company-logo{
  width: 10rem;
  height: 10rem;
}
.img-fluid{
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.d-none{
  display: none !important;
}
.btn-center{
  float: none !important;
}
.item-center{
  display: flex;
  align-items: center;
  justify-content: center;
}
.text-bold{
  font-weight: bold !important;
}
.staging-dot{
  background-color: grey !important;
}

#scroll-down-animation {
  position: absolute;
  bottom: -6%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.mouse-scroll {
  margin: 0 auto;
  display: block;
  border-radius: 50px;
  border: 4px solid #fff;
  width: 40px;
  height: 70px;
  position: relative;
}

.move-scroll {
  position: absolute;
  background-color: #fff;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  animation: move 2s linear infinite;
}

@keyframes move {
  0% {
    transform: translate(-50%,10px);
    opacity: 0;
  }
  50% {
    transform: translate(-50%,20px);
    opacity: 1;
  }
  100% {
    transform: translate(-50%,40px);
    opacity: 0;
  }
}

.scroll-down-label{
  font-size: 14px;
  color: #ffffff;
}

.dots li a.active:before {
  background-color: #6f6f6f !important;
  box-shadow: 0px 0px 0px 3px #dbdbdb !important;
}
.dots li a:before {
  background-color: #969696 !important;
}
.back-to-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: none;
  z-index: 999;
  background-color: #6f6f6f;
}
.back-to-top i{
  color: #ffffff !important;
}

#myScrollTopBtn {
  /* display: none; */
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #6f6f6f;
  color: white;
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 4px;
}

#myScrollTopBtn:hover {
  background-color: #555;
}

.project-description-main{
  padding: 26px;
  background: #fff;
  border-radius: 8px;
  margin-right: 6% !important;
  margin-left: 6% !important;
}