@font-face {
  font-family: 'montserrat';
  src: url("fonts/montserrat-bold-normal.ttf");
  src: url("fonts/montserrat-bold-normal.ttf") format("truetype");
  font-weight: bold;
  font-style: bold;
}
@media (max-width: 992px) {
	.sigma_class1{
		
	}
	
}
@media (max-width: 412px) {
	.sigma_class1{
		
	}
	
}

@media (min-width: 992px) {
	
	.sigma_class1{
		
	}
	.white_box{
		display: block;
	    height: 120px;
	    width: 100%;
	    position: relative;
	    top: 0px;
	}
	.white_box::before {
		display: block;
		filter: blur(5px);
		/*background-color: #fff;*/
	}
}
.cloud {
  position:absolute;
  width: 200px;
  height: 120px;
  top:45%;
  left: -200px;
  background-image:
    radial-gradient(ellipse farthest-side, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%),
    radial-gradient(circle at 75% 25%, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 20%),
    radial-gradient(ellipse at 25% 60%, rgba(255,255,255,0.35) 10%, rgba(255,255,255,0) 25%),
    radial-gradient(ellipse at 70% 65%, rgba(255,255,255,0.35) 10%, rgba(255,255,255,0) 35%),
    radial-gradient(ellipse at 40% 40%, rgba(255,255,255,0.35) 10%, rgba(255,255,255,0) 40%);
  animation: to-right 60s linear infinite;
}

.cloud2 {
  position:absolute;
  width: 400px;
  height: 300px;
  top:10%;
  left: -500px;
  background-image:
    radial-gradient(ellipse farthest-side, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 80%),
    radial-gradient(circle at 20% 25%, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 20%),
    radial-gradient(ellipse at 50% 25%, rgba(255,255,255,0.35) 10%, rgba(255,255,255,0) 25%),
    radial-gradient(ellipse at 50% 50%, rgba(255,255,255,0.25) 20%, rgba(255,255,255,0) 70%),
    radial-gradient(ellipse at 30% 60%, rgba(255,255,255,0.35) 10%, rgba(255,255,255,0) 30%),
    radial-gradient(ellipse at 70% 50%, rgba(255,255,255,0.35) 10%, rgba(255,255,255,0) 30%);
  animation: to-right 50s linear infinite;
}

.cloud3 {
  position:absolute;
  width: 600px;
  height: 210px;
  top:60%;
  left: -800px;
  background-image:
    radial-gradient(ellipse farthest-side, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 60%),
    radial-gradient(circle at 30% 45%, rgba(255,255,255,.5) 0%, rgba(255,255,255,0) 12%),
    radial-gradient(circle at 30% 55%, rgba(160,160,160,.25) 5%, rgba(200,200,200,0) 12%),
    radial-gradient(ellipse at 60% 40%, rgba(255,255,255,0.35) 10%, rgba(255,255,255,0) 40%),
    radial-gradient(ellipse at 50% 50%, rgba(255,255,255,0.25) 20%, rgba(255,255,255,0) 70%),
    radial-gradient(ellipse farthest-side at 40% 70%, rgba(180,180,180,0.5) 10%, rgba(100,100,100,0) 30%),
    radial-gradient(ellipse at 60% 70%, rgba(150,150,150,0.35) 10%, rgba(255,255,255,0) 25%);
  animation: to-right 55s linear infinite;
}

@keyframes to-right {
  0% {transform: translateX(0vw)}
  100% {transform: translateX(150vw)}
}
.azaharlabel{
  font-family: montserrat,arial,helvetica;
}
.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.fullscreen-bg__video {
    min-width: 100%;
    min-height: 100%;
    filter: blur(4px) brightness(50%);
}
.arrow {
  	text-align: center;
  	position: relative;
	margin-left: 50%;
	margin-top: 50%;
}

.bounce {
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}