/* ---------------------------------------
Custom CSS
background-color:#282b2f;
background-color:#2b333d;
--------------------------------------- */

.fullpage-section {
}
.fullpage-section.fullpage-section__bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #282b2f;
}
.fullpage-section.fullpage-section__bg.fullpage-section.fullpage-section__bg-lg {
  background-color: #2b333d;
}
.fullpage-section.fullpage-section__bg:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
}

.fullpage-section__film {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
}

.fullpage-section video {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  overflow: hidden;
  background-size: 100% 100%;
  background-color: black;
  background-image:  /* our video *;
  background-position: center center;
  background-size: contain;
  object-fit: cover;
}
.fullpage-section video::-webkit-media-controls {
  display: none !important;
}

.main-logo {
  width: 390px;
  height: auto;
}
@media screen and (max-width: 576px) {
  .main-logo {
    width: 80%;
    height: auto;
  }
}
.fullpage-section__intro {
  position: relative;
  z-index: 2;
  text-align: center;
  /* 		width: auto;
		margin: 0 30px; */
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/*     @media screen and (min-width: 1600px) {
		.fullpage-section__intro{
			width: 60%;
			margin: 0 auto;
		}
    }  */
.fullpage-section__intro .h1 {
  font-size: 52px;
  /* font-weight:400; */
  color: #fff;
  margin: 0;
  padding: 0;
}
.fullpage-section__intro h1 {
  color: #fff;
  margin: 0;
  padding: 0;
}
.fullpage-section__intro .h4 {
  /* font-size: 24px; */
  color: #fff;
  padding: 40px 0 0 0;
}
@media screen and (max-width: 991px) {
  .fullpage-section__intro h1,
  .fullpage-section__intro .h1 {
    font-size: 36px;
    padding: 0;
  }
  .fullpage-section__intro .h4 {
    font-size: 18px;
    line-height: 24px;
    padding: 20px 0 0 0;
    font-weight: 500;
  }
}
.fullpage-section__intro-text {
  text-align: left;
  color: #fff;
}
.fullpage-section__intro-text p {
  font-size: 16px;
  color: #fff;
}
.fullpage-section__intro-text h1,
.fullpage-section__intro-text .h1 {
  /* font-size: 3em; */
  font-weight: 400;
  color: #fff;
  margin: 0;
  padding: 40px 0 0 0;
}
.fullpage-section__intro-text h3,
.fullpage-section__intro-text .h3 {
  /* font-size: 1.5em; */
  font-weight: 400;
  color: #fff;
  margin: 0;
}
.fullpage-section__intro-text span {
  display: block;
}
.fullpage-section__intro-text a {
  color: #fff;
}
/* 		.fullpage-section__intro-text a:hover{
			color:#ddd;
		} */

.fullpage-section__intro-direction {
  display: block;
  transition: all 0.1s ease-out 0s;
}
.fullpage-section__intro-direction:hover {
  transform: translate3d(0, -4px, 0);
  transition: all 0.4s ease-out 0s;
  color: #ccc;
}
