@import './variables.css';
.main-banner {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.main-banner .main-banner-item {
  height: 100vh;
}
.main-banner .main-banner-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(61, 68, 76, 0.3);
  mix-blend-mode: multiply;
  transform-origin: center;
}
.main-banner .main-banner-item.img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  animation: zoom 10s forwards;
  transition: all 0.5s ease-in-out;
}
@keyframes zoom {
  0% {
    transform: scale(1);
    backface-visibility: hidden;
  }
  50% {
    transform: scale(1.2);
    backface-visibility: hidden;
  }
  100% {
    transform: scale(1);
    backface-visibility: hidden;
  }
}
.main-banner .main-banner-item.vid {
  height: 100%;
  width: 100%;
}
.main-banner .main-banner-item.vid video {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.main-banner .main-banner-item-content {
  color: var(--primary-color);
  text-align: center;
  position: absolute;
  bottom: 90px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  width: 100%;
  padding: 0 30px;
  z-index: 2;
}
@keyframes slideUp {
  0% {
    transform: translateY(500%);
  }
  100% {
    transform: translateY(0);
  }
}
.main-banner .main-banner-item-content h1 {
  padding-bottom: 45px;
  font-size: 28px;
  line-height: 42px;
  max-width: 905px;
  margin: auto;
  animation: 1s ease-in-out slideUp;
}
@keyframes zoom-in {
  0% {
    transform: scale(1);
    backface-visibility: hidden;
  }
  100% {
    transform: scale(1.2);
    backface-visibility: hidden;
  }
}

.gray-background {
  background: var(--gray-bg-color);
  padding: 200px 20px;
  position: relative;
  overflow: hidden;
}
.gray-background h3 p {
  margin-bottom: 0;
  opacity: 0.8;
  color: var(--secondary-color);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 40px;
  max-width: 1100px;
  margin: auto;
}
.gray-background .read-more-holder {
  text-align: center;
  padding-top: 50px;
}

.content-section {
  z-index: 2;
  position: relative;
}
.content-section h2 {
  color: var(--primary-color);
  text-align: right;
  font-size: 48px;
  line-height: normal;
  margin-top: -10px;
}
.content-section h3 {
  max-width: 670px;
  color: var(--gray-text-color);
  font-size: 18px;
  line-height: 29px;
  padding-bottom: 20px;
}

.second-section {
  height: 1200px;
  padding-top: 100px;
  background-repeat: no-repeat;
  background-size: cover;
	position:relative;
}
.second-section:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(61, 68, 76, 0.3);
  mix-blend-mode: multiply;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.third-section {
  height: 1000px;
  position: relative;
  padding-top: 100px;
}
.third-section .overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #2e2e35;
  opacity: 0.9;
  mix-blend-mode: multiply;
  transform-origin: center;
  z-index: 1;
}
.third-section .content-section h2 {
  max-width: 390px;
}
.third-section .opporunity-holder {
  padding-top: 60px;
  justify-content: center;
  margin: auto;
}
.third-section .opporunity-holder .title {
  color: var(--gray-text-color);
  position: relative;
  margin: 5px;
  font-size: 28px;
  line-height: 25px;
  padding-bottom: 25px;
}
.third-section .opporunity-holder .title img {
  margin-left: 17px;
}

@media only screen and (max-width: 991px) {
  .gray-background {
    padding: 100px 20px;
  }
  .gray-background .three-lines-holder {
    display: none;
  }
  .gray-background h3 p {
    font-size: 22px;
  }
  .third-section .opporunity-holder {
    display: block;
    margin: auto;
    text-align: center;
  }
  .third-section .opporunity-holder img {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translate(-50%, 0);
    margin: 0 0 !important;
  }
  .third-section .opporunity-holder .title:last-child {
    padding-bottom: 0;
  }
  .third-section .opporunity-holder .title:last-child img {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .main-banner .main-banner-item-content h1 {
    font-size: 18px;
    line-height: 32px;
    padding-bottom: 25px;
  }
  .gray-background {
    padding: 50px 0;
  }
  .gray-background .three-lines-holder {
    left: -94%;
    top: 108px;
    height: 140px;
  }
  .gray-background .read-more-holder {
    padding-top: 30px;
  }
  .gray-background h3 p {
    font-size: 15px;
    line-height: 24px;
  }
  .content-section h3 {
    line-height: 24px;
    font-size: 15px;
  }
  .content-section h2 {
    font-size: 28px;
    line-height: normal;
    padding-bottom: 20px;
  }
  .second-section {
       background-position: center center;
        padding-top: 50px;
        background-attachment: initial;
    height: 100vh;
  }
  .third-section {
    padding-top: 50px;
  }
  .third-section .content-section h3 {
    padding-bottom: 6px;
  }
  .third-section .content-section h2 {
    max-width: 270px;
  }
  .third-section .opporunity-holder {
    padding-top: 50px;
  }
  .third-section .opporunity-holder .title {
    padding-bottom: 70px;
    font-size: 20px;
    line-height: 25px;
  }
  .third-section .opporunity-holder img {
    bottom: 16px;
  }
}/*# sourceMappingURL=home.css.map */