[data-fs-scroll] {
  position: relative;
}

[data-fs-scroll] .page {
  position: fixed;
  list-style: none;
}

[data-fs-scroll] .page.vertical {
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

[data-fs-scroll] .page.horizontal {
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

[data-fs-scroll] .page li {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, .6);
  border-radius: 50%;
  margin: 5px 2px;
  cursor: pointer;
}

[data-fs-scroll] .page li.active {
  border-radius: 6px;
  background: #FAA63A;
}

[data-fs-scroll] .page.horizontal li {
  display: inline-block;
}

[data-fs-scroll] .page.horizontal .active {
  width: 8px;
}

[data-fs-scroll] .page.vertical .active {
  height: 8px;
}

* {
  padding: 0;
  margin: 0;
}

html,
body {
  height: 100%;
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
  -webkit-font-smoothing: antialiased;
}

.container-fluid,
.sections,
.section {
  position: relative;
  height: 100%;
  text-align: center;
  color: #fff;
}

.section h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  transition: all .3s ease;
}

.section:first-child h1 {
  animation: first-show .3s;
}

.section1 {
  background-image: url(../images/sec-one-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.section2 {
  background: #0E2027;
}

.section3 {
  background: #0E2027;
  background-image: url(../images/sec-three-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.section4 {
  background: linear-gradient(0deg, rgba(14, 32, 39, 0.65), rgba(14, 32, 39, 0.65)), url(shooting-event.jpg);
  background-image: url(../images/sec-four-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.section5 {
  background-image: url(../images/sec-five-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.section6 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.31), rgba(0, 0, 0, 0.31)), linear-gradient(0deg, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.86)), url(jakob-owens-mQxttWjHFjA-unsplash 5.png);
  background-blend-mode: normal, color, normal;
  background-image: url(../images/sec-six-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.section7 {
  background-image: url(../images/sec-seven-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.section h1.text-animate {
  left: 0px;
  transform: translateX(-100%);
}

@keyframes first-show {
  0% {
    left: 0px;
    transform: translateX(-100%);
  }
  100% {
    left: 50%;
    transform: translateX(-50%);
  }
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 64px;
  line-height: 64px;
  background: rgba(0, 0, 0, 0.7);
}

nav.navbar.navbar-expand-md.fixed-top {
  background: rgba(0, 0, 0, 0.7);
  height: 80px;
}

.social-bg-color {
  background-color: #FAA63A;
}

.email-link {
  padding: 1.5rem 1rem !important;
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
}

.email-link:hover {
  color: #ffffff;
}

.sec-two-globle-text {
  font-size: 54px;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 14%;
    z-index: 9;
}

.sec-two-globle-map {
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  transition: all .3s ease;
}

.sec-three-main-text {
  font-size: 65px;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  top: 40%;
  left: 2%;
}

.sec-three-inner-text {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  position: absolute;
  top: 52%;
  left: 2%;
}

.sec-four-main-text {
  font-size: 65px;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 24%;
  transform: translate(-50%, -50%);
  transition: all .3s ease;
  text-align: left;
  line-height: 65px;
}

.left-text-sec-five {
  font-weight: bold;
  font-size: 56px;
  line-height: 56px;
  text-transform: uppercase;
  position: absolute;
  top: 30%;
  left: 19.5%;
  transform: translate(-50%, -50%);
  transition: all .3s ease;
  text-align: left;
}

.right-text-sec-five {
  font-weight: bold;
  font-size: 56px;
  line-height: 56px;
  text-transform: uppercase;
  position: absolute;
  top: 64%;
  right: 3%;
  text-align: right;
}

.text-sec-six {
  font-size: 65px;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 19%;
  transform: translate(-50%, -50%);
  transition: all .3s ease;
  text-align: left;
  line-height: 65px;
}

.text-sec-seven {
  font-size: 65px;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 34.5%;
  transform: translate(-50%, -50%);
  transition: all .3s ease;
  text-align: left;
  line-height: 65px;
}

.copyright-text {
  color: #FFFFFF;
  opacity: 0.4;
}

.mobile-footer {
  display: none;
}

.header-mobile {
  display: none;
}


/**************************************/

.carousel-indicators li {
  display: block;
  margin-bottom: 5px;
  border: 1px solid #00a199;
}

.carousel-indicators li.active {
  margin-bottom: 5px;
  background: #00a199;
}

.vertical .carousel-inner {
  height: 100%;
}

.carousel-item {
  -webkit-transition: 0.6s ease-in-out top;
  -moz-transition: 0.6s ease-in-out top;
  -ms-transition: 0.6s ease-in-out top;
  -o-transition: 0.6s ease-in-out top;
  transition: 0.6s ease-in-out top;
}

.carousel-indicators .active {
  background-color: #FAA63A !important;
}

ul.carousel-indicators li {
  background-color: #ffffff;
  border-radius: 100%;
}


/******************************/


/***************************/

* {
  padding: 0;
  margin: 0;
}

html,
body {
  min-height: 100% !important;
  height: 100%;
}

img {
  max-width: 100%;
}

.animation-area {
  /*background: #000;*/
  width: 100%;
  height: 100%;
  position: relative;
}

.animation-content {
  /*background: #404040;*/
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 96%;
  height: 90%;
}

.animation-content .group1 span {
  position: absolute;
  z-index: 99;
  left: 12%;
}

.animation-content .group2 span {
  position: absolute;
  z-index: 99;
  left: 33%;
}

.animation-content .group3 span {
  position: absolute;
  z-index: 99;
  left: 62%;
}

.a-group {
  flex-basis: 45%;
  margin-top: -5%;
}

.group1 span {
  /*max-width: 25%;*/
  font-size: 48px;
  font-weight: bold;
  color: #ffffff;
}

.group2 span {
  /*max-width: 25%;*/
  font-size: 48px;
  font-weight: bold;
  color: #ffffff;
}

.group3 span {
  /*max-width: 25%;*/
  font-size: 48px;
  font-weight: bold;
  color: #ffffff;
}

/*.group1 {
  flex-basis: 12%;
}*/

.a-group span {
  opacity: 0;
  animation-name: fade-in-out;
  animation-timing-function: ease-in-out;
  animation-duration: 1.5s;
}

.group1 span:nth-child(1) {
  animation-delay: 2s;
}

.group1 span:nth-child(2) {
  animation-delay: 3.5s;
}

.group1 span:nth-child(3) {
  animation-delay: 4.5s;
}

.group1 span:nth-child(4) {
  animation-delay: 5.5s;
}

.group1 span:nth-child(5) {
  animation-delay: 6.5s;
  animation-name: stay;
  animation-duration: 9.8s;
}

/*.group1 span:nth-child(6) {
  animation-delay: 4.5s;
  animation-name: stay;
  animation-duration: 9.8s;
}*/

.group2 span:nth-child(1) {
  animation-delay: 7.5s;
}

.group2 span:nth-child(2) {
  animation-delay: 8.5s;
}

.group2 span:nth-child(3) {
  animation-delay: 9.5s;
}

.group2 span:nth-child(4) {
  animation-delay: 10.5s;
}

.group2 span:nth-child(5) {
  animation-delay: 11.5s;
  animation-name: stay;
  animation-duration: 6s;
}

/*.group2 span:nth-child(6) {
  animation-delay: 8s;
  animation-name: stay;
  animation-duration: 6s;
}*/

.group3 span:nth-child(1) {
  animation-delay: 12.5s;
}

.group3 span:nth-child(2) {
  animation-delay: 13.5s;
}

.group3 span:nth-child(3) {
  animation-delay: 14.5s;
}

.group3 span:nth-child(4) {
  animation-delay: 15.5s;
}

.group3 span:nth-child(5) {
  animation-delay: 16.5s;
  animation-name: stay;
  animation-duration: 2.5s;
}

/*.group3 span:nth-child(6) {
  animation-delay: 11.5s;
  animation-name: stay;
  animation-duration: 2.5s;
}*/

@keyframes fade-in-out {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes stay {
  0% {
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.animation-area {
  animation: animation-area 1s ease-in-out;
}

@keyframes animation-area {
  0% {
    background-color: #fff;
  }
  100% {
    background-color: #000;
  }
}

.animation-content {
  /*background-color: transparent;*/
  animation: animation-content 1s ease-in-out forwards;
  animation-delay: 1s;
}

@keyframes animation-content {
  0% {
    background-color: transparent;
    visibility: hidden;
  }
  100% {
    /*background-color: #404040;*/
    visibility: visible;
  }
}

.content2 {}

.content2 img {
  opacity: 0;
  animation: content2 2s ease-in-out;
  /*animation-name: content2;*/
  animation-duration: 3s;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.content2 img:nth-child(1) {
  animation-delay: 19s;
  animation-name: content2-last-one;
  animation-fill-mode: none;
}



.content3 {}

.content3 img {
  opacity: 0;
  animation: content2 2s ease-in-out;
  /*animation-name: content2;*/
  animation-duration: 3s;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}


.content3 img:nth-child(1) {
  animation-delay: 24.5s;
  animation-name: content2-last;
  animation-fill-mode: forwards;
}




@keyframes content2-last-one {
  0% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}

@keyframes content2 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes content2-last {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

img.cuts {
  opacity: 1;
}

img.cogut {
  opacity: 0;
  -moz-animation: cssAnimation 10s;
  /* Firefox */
  -webkit-animation: cssAnimation 10s;
  /* Safari and Chrome */
  -o-animation: cssAnimation 10s;
  /* Opera */
  animation: cssAnimation 10s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

img.cuts {
  opacity: 0;
  -moz-animation: cssAnimation 5s;
  /* Firefox */
  -webkit-animation: cssAnimation 5s;
  /* Safari and Chrome */
  -o-animation: cssAnimation 5s;
  /* Opera */
  animation: cssAnimation 5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@keyframes cssAnimation {
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes cssAnimation {
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media(max-width: 991px) {
  .a-group {
    flex-basis: 25%;
    margin-top: -3%;
  }
  .group1 img {
    max-width: 16%;
  }
  .group2 img {
    max-width: 30%;
  }
  .group3 img {
    max-width: 26%;
  }
  .group1 {
    flex-basis: 18%;
  }
}

@media(max-width: 767px) {
  .animation-content {
    display: block;
    overflow: hidden;
  }
  .a-group {
    text-align: center;
    max-height: 30%;
    display: block;
    min-height: 15%;
  }
  .group1 {
    margin-top: 57%;
  }
  .group1 img {
    max-width: 40%;
    left: 33%;
  }
  .group2 img {
    max-width: 75%;
    left: 25%;
  }
  .group3 img {
    max-width: 65%;
    left: 28%;
  }
}

#container {
  height: 100%;
  /*Only for the demo.*/
  position: relative;
  z-index: 999;
}

#text {
  position: absolute;
  bottom: 8rem;
  width: 100%;
  text-align: center;
  color: #fc983b;
  font-size: 24px;
}

#text_img {
  position: absolute;
  bottom: 4rem;
  width: 100%;
  text-align: center;
}


/***************************/

.video-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.carousel-inner>.carousel-item {
    -webkit-transition: -webkit-transform 1s ease-in-out, opacity 2s ease-in-out;
    -moz-transition: -moz-transform 1s ease-in-out, opacity .5s ease-in-out;
    -o-transition: -o-transform 1s ease-in-out, opacity 2s ease-in-out;
    transition: transform 1s ease-in-out, opacity 2s ease-in-out;
}

.yallow-text{
        color:#E2E918
      }
