/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

/* Common Styles */

/* Make body full height with no scroll */	  
	body {
		height: 100%;
		margin: 0;
		padding: 0;
		overflow: hidden;
		font-family: 'Ubuntu', sans-serif !important;
		font-size: 2.15vh;
		font-weight: 300;
		background-color: rgba(39,41,52,1);
		line-height: 1.3;
	}
	  
	html {
		height: 100%;
	}
	
	a {
		color: #fff;
		text-decoration: none;
	}
	
	a:hover {
		color:#fff;
		text-decoration: none;
	}
	 
/* Full screen video BG  */
	video {
		object-fit: cover;
		width: 100vw;
		height: 100vh;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -10;
	}
	

/*---------------------------------------
  HERO        
-----------------------------------------*/
section#section_1 h3 {
    text-align: center;
    color: white;
    font-size: 1.5em;
    font-weight: 500;
}

.Content-box {
    width: 340px;
    margin: auto;
    margin-top: 25vh;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

.Content-box span {
    font-size: 6em;
    display: inline-block;
    line-height: 3px;
    /* height: 52px; */
}

 

.title h1 {
    font-size: 2.2em;
    font-weight: 500;
    text-shadow: 1px 1px 3px black;
    margin-bottom: 30px;
}

.hero-section {
  position: relative;
  overflow: hidden;
  padding-top: 100px;
  height: calc(100vh - 51px);
}

.hero-section small {
  color: var(--white-color);
  text-transform: uppercase;
}

.hero-section .section-overlay {
  z-index: 2;
  opacity: 0.45;
}

.hero-section .container {
  position: relative;
  z-index: 2;
  height: 100%;
  padding-bottom: 50px;
}

.hero-section .container .row {
  height: 100%;
}





/* Full Screen Photo BG */
	.full-bg {
		position: fixed;
		/* The image used */
		  background-image: url("bg-img.webp");
		
		  /* Full height */
		  height: 100%;
		  width:100%;
		  
		  /* Postion */
		  top:0;
		  left:0;
		
		  /* Center and scale the image nicely */
		  background-position: center;
		  background-repeat: no-repeat;
		  background-size: cover;
		  
		  z-index: -5;
	}

/* Button Bar */
	.button-bar {
		position: fixed;
		bottom: 3.5em;
		right: 3em;
		z-index: 500;
		display: flex;
		text-decoration: none;
	}
	
	.button-bar-button {
		font-size: 1.5em;
		margin-left: 0.5em;
		height: 2em;
		width: 2em;
		background-color: #fff;
		box-shadow: 1em 1em 1em rgba(0, 0, 0, 0.248);
		color:#2b0a3d;
		text-align:center;
		border-radius:1.5em;
		border-color: rgba(255, 255, 255, 0);
	}
	
	.button-bar-label {
		color: #fff;
		font-size: 1em;
		margin-left: 0.5em;
		margin-right: 0.5em;
		position: relative;
		bottom:0.2em;
	}
	
	.invis-link {
		text-decoration: none;
	}
	
	.logo-cgi-holder {
		font-size: 1em;
		position: fixed;
		top:3.5em;
		right:3.5em;
	}
	
	.logo-cgi {
		height: 2.5em;
		width:auto;
	}

/* Home Page styles */

/* BG Gradient Overlay  */
	.bg-overlay-grad {
	/* background: rgb(39,41,52); */
	background: linear-gradient(181deg, rgb(39 41 52 / 79%) 35%, rgba(39,41,52,0) 100%);
	width: 100%;
	min-height: 100%;
	margin: auto;
	z-index: -1;
}
/* Title styling and position */
	.left-textholder	{
		position:fixed;
		top:3.5em;
		left:3.5em;
		z-index: 100;
		color:#fff;
	}
	.title-left {
		font-size: 4em;
		font-weight: 500;
		width: 45%;
		text-transform: uppercase;
		letter-spacing: 1;
		margin-bottom: 0.381em;
	}
	
	.subtitle-left {
		font-size: 1.618em;
		color: #12aada;
		width:30%;
		letter-spacing: 1;
		margin-bottom: 1em;
	}
	
	.text-left {
		margin-top: 1em;
		width: 30%;
		font-size: 0.9em;
		color: #fff;
		letter-spacing: 1;
	}
	
/* QR Code styling & position */
.left-bottom-block {
	position:fixed;
	bottom:3.5em;
	left:3em;
	z-index: 500;
	color:#fff;
	display: inline-block;
}

.qr-code {
	height:5em;
	width:5em;
}

.qr-cta {
	font-size: 1em;
	color: #12aada;
	letter-spacing: 1;
	bottom:2em;
	position: relative;
	margin-left: 1em;
}

/* Level 2 page styles */


/* BG Gradient Overlay  */
.lvl2-bg-overlay-grad {
	/* background: rgb(39,41,52); */
	background: linear-gradient(0deg, rgba(39,41,52,1) 35%, rgba(39,41,52,0.5) 100%);
	width: 100%;
	min-height: 100%;
	margin: auto;
	z-index: -5;
}

.lvl2-left-textholder	{
	position:fixed;
	top:3em;
	left:3em;
	z-index: 100;
}

.lvl2-title-left {
	font-size: 4em;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1;
	margin-bottom: 0.381em;
}

.lvl2-subtitle-left {
	font-size: 1.618em;
	color: #fff;
	letter-spacing: 1;
	margin-bottom: 1em;
	width: 50vw;
}

.presentation-buttons-holder {
	position: fixed;
	font-size: 1em;
	z-index: 500;
	bottom: 10em;
	margin-left: 3em;
	margin-right: 3em;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	width: 100%;
	color: #fff;
}

 .presentation-box {
	display: inline-block;
	vertical-align: middle;
}

 .presentation-box > div {
   margin-bottom: 3em;
   display: block;
 }
 
.presentation-box > div > a {
	text-decoration: none;
}


.presentation-button {
	font-size: 1.5em;
	background-color: transparent;
	margin-right: 0.5em;
	height: 3em;
	width: 3em;
	text-align:center;
	border: 0.1em solid #fff;
	border-radius:3.5em;
	color: #fff;
}

.presentation-button-label {
	font-size: 2em;
}

/* Diagram Positioning */
.diagram-holder {
	position: fixed;
	top: 3.5em;
	right: 47%;
	z-index: 500;
	font-size: 1em;
	color: #fff;
	z-index: 500;
	text-align: center;
}

.dsvg-m {
	position:absolute;
	width: 11em;
	height: 11em;
	left:3.5em;
}

.dsvg-m-1 {
	top:10em;
}

.dsvg-m-2 {
	top:15.45em;
}

.dsvg-m-b {
	left:2em;
	top:11.25em;
	width:14em;
	height:14em;
}

.dsvg {
	position:absolute;
	width: 18em;
	height: 18em;
	transition:1s ease;
}

.dsvg:hover {
	width:19em;
	height:19em;
	transition:1s ease;
	transform:translate(-0.5em, -0.5em);
}

.dsvg-1 {
}

.dsvg-2 {
	top:18em;
	left:-8em;
}

.dsvg-3 {
	top:18em;
	left:8em;
}

.dtext {
	position: absolute;
	font-weight: 500;
	font-size: 0.9em;
	text-transform: uppercase;
	left:8.5em;
	z-index: 502;
	line-height: 1.2em;
	text-decoration: none;
}

.dtext-1 {
	top:16em;
}

.dtext-2 {
	top:22em;
	left:6.2em;
}

.d-sep {
	position: absolute;
	font-size: 0.2em;
	height: 1em;
	width:18em;
	z-index: 501;
	background-color: #12aada;
	text-align: center;
	left:36em;
	top:90.5em;
}

/* Presentation Page */
#box {
	background-color: #393a3d;
	width: 100%;
	min-height: 100%;
	margin: auto;
}

.responsive-iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
	
/* Preloader */

/*Styling preloader*/
  .preloader {
	  /*
	  Making the preloader floating over other elements.
	  The preloader is visible by default. 
	  */
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100vw;
	  height: 100vh;
	  z-index: 1000;
	  background-color: rgba(39,41,52,1);
	  transition: 2s;
  }
  
.lds-ellipsis {
	display: inline-block;
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	width: 80px;
	height: 80px;
  }
  .lds-ellipsis div {
	position: absolute;
	top: 33px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #fff;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
  }
  .lds-ellipsis div:nth-child(1) {
	left: 8px;
	animation: lds-ellipsis1 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(2) {
	left: 8px;
	animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(3) {
	left: 32px;
	animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(4) {
	left: 56px;
	animation: lds-ellipsis3 0.6s infinite;
  }
  @keyframes lds-ellipsis1 {
	0% {
	  transform: scale(0);
	}
	100% {
	  transform: scale(1);
	}
  }
  @keyframes lds-ellipsis3 {
	0% {
	  transform: scale(1);
	}
	100% {
	  transform: scale(0);
	}
  }
  @keyframes lds-ellipsis2 {
	0% {
	  transform: translate(0, 0);
	}
	100% {
	  transform: translate(24px, 0);
	}
  }
  
  /* Level 2 Page - Heading Colors */
  
  /* New Business page*/
  
  .lvl2-nb-color {
	  color: #00D4CF !important;
  }
  
  /* Digital Experiences page*/
  .lvl2-de-color {
	  color: #00B1A1  !important;
  }
  
  /* Your Future Network page*/
  .lvl2-yfn-color {
	  color: #33B469 !important;
  }


.mobile-view {
    display: none;
}



/*---------------------------------------
  SECTION               
-----------------------------------------*/
.section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-bg {
  background-color: var(--section-bg-color);
}

.section-overlay {background: rgb(0,0,0);background: -moz-radial-gradient(circle, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);background: -webkit-radial-gradient(circle, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);background: radial-gradient(circle, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);position: absolute;top: 0;left: 0;pointer-events: none;width: 100%;height: 100%;opacity: 0.35;}

.section-overlay + .container {
  position: relative;
}


/*---------------------------------------
  VIDEO              
-----------------------------------------*/
.video-wrap {
  z-index: -100;
}

.custom-video {
  position: absolute;
  top: 0;
  left: 0px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}


/*---------------------------------------
  HERO        
-----------------------------------------*/
.hero-section {
  position: relative;
  overflow: visible;
  padding-top: 70px;
  height: 100vh;
}

.hero-section small {
  color: var(--white-color);
  text-transform: uppercase;
}

.hero-section .section-overlay {
  z-index: -1;
  opacity: 0.85;
}

.hero-section .container {
  position: relative;
  z-index: 2;
  height: 100%;
  padding-bottom: 50px;
}

.hero-section .container .row {
  height: 100%;
}

.title h5 {
    font-size: 1.5em;
    font-weight: 300;
    margin-bottom: 30px;
}

.content-box p {
    /* text-shadow: 1px 1px 0px black; */
    font-size: 1.1em;
}

/*---------------------------------------
  wise               
-----------------------------------------*/
.wise-section {
  background-image: url('../images/nicholas-green-unsplash-blur.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 130px;
}

.wise-form {
  background: white;
  border-radius: 30px;
  padding: 40px;
  box-shadow: 1px 1px 36pt #00000029;
}

.wise-form .form-check {
  position: relative;
  min-height: 52px;
  padding-left: 35px;
}

.wise-form .form-check .form-check-label {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 12px;
  margin-left: 35px;
  width: 100%;
  height: 100%;
}
.wise-form h2 {
    font-size: 1.5em;
    font-weight: 500;
}

.form-group {
    margin-bottom: 10px;
    display: block;
    width: 100%;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 400;
}

.wise-form input, .wise-form textarea {
    padding: 15px 10px;
    width: 100% !important;
    border: 0;
    display: block;
    background-color: #E6E6E6;
    border-radius: 11px;
}
p.small {
    font-size: 14px;
    margin-bottom: 10px;
}

p.small a {
    color: black;
    text-decoration: underline;
    font-weight: 400;
}

.wise-form button {
    padding: 10px 40px;
    border: 0;
    border-radius: 26px;
    background-color: #12AADA;
    color: white;
    font-size: 16px;
}



/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 1080px) {
.title-left {
    font-size: 2.5em;
}
.text-left {
    
    width: 38%;
    
}
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 992px) {
	.hero-section {
    padding-top: 150px;
  }
	
	.mobile-view {
    display: block;
}
.title-left {
    font-size: 2.5em;
     width: 100%;
    
}
.subtitle-left {
    
    width: 100%;
    
}
.diagram-holder {
    position: absolute;
    top: 29vh;
    right: 77%;
    z-index: 500;
    font-size: 1em;
    color: #fff;
    z-index: 500;
    text-align: center;
}.desktop-view {
    display: none;
}
.text-left {
    width: 100%;
}
body {
    
    overflow: visible;
    
}
.bg-overlay-grad {
   
    min-height: 144vh;
    
}
.bg-overlay-grad {
    /* min-height: 144vh; */
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgb(39 41 52 / 71%);
}
.left-textholder {
    position: static;
    /* text-align: center; */
}
.mobile-view {
    padding: 20px;
}
.bottom-content {
    margin-top: 79vh;
}
.logo-cgi-holder {
  
   
    top: 1.5em;
    right: 1.5em;
}
	
	
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 767px) {
	.hero-section {
    padding-top: 50px;
}
.view-on-desktop {
   display: block !important;
   position: fixed;
   top: 0;
   z-index: 9999999999999;
   /* background: #000000f7; */
   width: 100%;
   height: 100%;
   color: white;
   font-size: 2em;
   padding-top: 32vh;
   background-image: url(bg-omg-drak.jpg);
   background-size: cover;
   text-align: center;
}
.view-on-desktop h4 {
    /* margin-top: 40vh; */
}

.view-on-desktop .logo-cgi {
    position: static;
}
.logo-cgi-holder {
    top: 1.5em;
    right: 1.5em;
    position: static;
    margin-bottom: 25px;
}
}
