		body{
			width: 100%;
			overflow-x: hidden;
			font-family: 'Barlow', sans-serif;
			background: #000 !important;
			
		}

		.bg-wrapper{

			/*background: url("");*/
		

  		

		}

	    ::-webkit-scrollbar {
	        width: 10px;
	    }

	    ::-webkit-scrollbar-track {
	        background-color: transparent;
	    }

	    ::-webkit-scrollbar-thumb {
	        background-color: #138D75;
	        border-radius: 20px;
	        border: 4px solid transparent;
	        background-clip: content-box;
	    }

	    ::-webkit-scrollbar-thumb:hover {
	        background-color: #a8bbbf;
	    }

	    .preloadLogo{
	    	width: 14%;
	    	top: 50%;
  			left: 50%;
  			z-index: 100;
	    }


	    /* OVERLAY
		=========================== */
		.overlay {
		  position: absolute;
		  width: 100%;
		  height: 100%;
		  top: 0%;
		  z-index: 2;
		}

		.first {
		  background: #1A1A1A ;
		}

		.second {
		  background: #1A1A1A ;
		  left: 33.3%;
		}

		.third {
		  background: #1A1A1A ;
		  left: 66.6%;
		}

		.overlay1 {
		  position: absolute;
		  width: 100%;
		  height: 100vh;
		  background: #1A1A1A ;
		  top: 0%;
		  z-index: 20;
		  display: flex;
		  flex-direction: column;
		  justify-content: center;
		  align-items: center;
		}

		.overlay1 h1 {
		  font-size: 100px;
		  letter-spacing: 20px;
		}

		.overlay1 span {
		  font-size: 30px;
		  letter-spacing: 3px;
		}

		
		.logo {
		  flex: 0 0 50%;
		  background: rgb(0, 0, 0,0.8);
		 /* display: flex;*/
		  justify-content: center;
		  align-items: center;
		  text-align: center;
		  height: 100vh;
		  width: 26vw !important;
		  float: right;
		}

		.logo h1 {
		  font-weight: 300;
		  text-transform: uppercase;
		  font-size: 15px;
		  line-height: 2;
		}

		.logo span {
		  font-size: 60px;
		  line-height: 1;
		}
		.panel{
			position: absolute !important;
			bottom: 0px !important;
			right: 0px !important;
		}
		@media screen and (max-width: 909px) {
  			.preloadLogo {
    			width: 25%;
 	 		}
 	 		.bg-wrapper{


  				height: 140vh;
  		

			}
			.logo{
				height: 140vh;
				width: 100vw;
				font-size: 20px;
			}
			
			

		}

		


