@import url('https://fonts.googleapis.com/css2?family=Squada+One&display=swap');
html {
	box-sizing: border-box;
}

* {
	box-sizing: inherit;
}

body,
html {
	height: 100%;
	overflow-x: hidden;
}

body {
	background-color: #9dd9fe;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	position: relative;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"]{
-webkit-appearance: none;

}
::-webkit-input-placeholder {
	color: #000;
}

::-moz-placeholder {
	color: #000;
}

:-ms-input-placeholder {
	color: #000;
}

:-moz-placeholder {
	color: #000;
}

.highlight {
	color:#046194;
}




.content-wrap {
	margin: 20px auto 40px auto;
	max-width: 970px;
	padding: 0 15px;
	text-align: center;
}

.logo-box img {
	max-width:310px;
}

.cta-box h1 {
	color: #293235;
	font-size: 100px;
	font-family: 'Squada One', sans-serif;
	text-transform: uppercase;
	margin-bottom: 0;
}

.cta-box p {
	color: #293235;
	font-size: 20px;
	margin-top: 20px;
}

.newsletter {
	margin: 40px auto 0 auto;
	max-width: 450px;
	position: relative;
}

.newsletter .form-field {
	border: 1px solid rgba(0, 0, 0, 0.17);
	color: #fff;
	font-size: 16px;
	height: 65px;
	padding: 0 20px 0 20px;
	width: 100%;
}

.newsletter .form-field:focus {
	border: 1px solid rgba(0, 0, 0, 0.17);
	box-shadow: 0 0 0px 4px rgba(132, 115, 115, 0.28);
	outline: none
}

.btn-main {
	background: #293235;
	border: none;
	color: #9dd9fe;
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
	height: 65px;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 20px;
	text-transform: uppercase;
	z-index: 11;
}

.btn-main:hover {
	background:#046194;
	color: #fff;
}

.btn-main:focus {
	outline: none
}


/*=== Banner Cube Animation =====*/

.cubeGroup.cube-front.cube-1 img {
	width: 190px;
	height: auto;
}
.containCube {
	position: absolute;
	width: 100%;
	perspective: 572px;
	margin-left: 40%;
	z-index: -1;
	opacity: 0.05;
	margin-top: 27%;
}
.containCube .cube {
  position: absolute;
  height: 350px;
  width: 350px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  box-sizing: border-box;
  transform-style: preserve-3d;
  transform-origin: 50% 50%;
  -webkit-animation: rotate 90s ease-in-out infinite alternate;
          animation: rotate 90s ease-in-out infinite alternate;
}
.containCube .cubeGroup {
	position: absolute;
  display: flex;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  font-family: 'Space Grotesk', sans-serif;
  color: white;
  text-shadow: 0 0 1px white;
  border: 2px dashed #000;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.containCube .cubeGroup h1 {
  margin: auto;
}
.containCube .cube-front {
  transform: translatez(200px);
}
.containCube .cube-rear {
  transform: translatez(-150px) rotatey(180deg);
}
.containCube .cube-right {
  transform-origin: 100%;
  transform: rotatey(90deg) translatex(150px);
  
}
.containCube .cube-left {
  transform-origin: 0%;
  transform: rotatey(-90deg) translatex(-150px);
}
.containCube .cube-bottom {
  transform-origin: 50% 100%;
  transform: rotatex(-90deg) translatey(150px);
}
.containCube .cube-top {
  transform-origin: 50% 0%;
  transform: rotatex(90deg) translatey(-150px);
}
.containCube .cube-1 {
  
  background-image: linear-gradient(to right, #6a11cb 0%, #2575fc 100%);
}
.containCube .cube-2 {
  background: hsla(192, 96%, 50%, 1);
  background: linear-gradient(90deg, hsla(192, 96%, 50%, 1) 0%, hsla(65, 92%, 54%, 1) 100%);
background: -moz-linear-gradient(90deg, hsla(192, 96%, 50%, 1) 0%, hsla(65, 92%, 54%, 1) 100%);
  background: -webkit-linear-gradient(90deg, hsla(192, 96%, 50%, 1) 0%, hsla(65, 92%, 54%, 1) 100%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#05C9F9", endColorstr="#E5F61B", GradientType=1 );
}
.containCube .cube-3 {
  background: hsla(17, 95%, 50%, 1);

  background: linear-gradient(90deg, hsla(17, 95%, 50%, 1) 0%, hsla(42, 94%, 57%, 1) 100%);
  
  background: -moz-linear-gradient(90deg, hsla(17, 95%, 50%, 1) 0%, hsla(42, 94%, 57%, 1) 100%);
  
  background: -webkit-linear-gradient(90deg, hsla(17, 95%, 50%, 1) 0%, hsla(42, 94%, 57%, 1) 100%);
  
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#F74C06", endColorstr="#F9BC2C", GradientType=1 );
}
.containCube .cube-4 {
  background: hsla(333, 100%, 53%, 1);
    background: linear-gradient(90deg, hsla(333, 100%, 53%, 1) 0%, hsla(33, 94%, 57%, 1) 100%);
    background: -moz-linear-gradient(90deg, hsla(333, 100%, 53%, 1) 0%, hsla(33, 94%, 57%, 1) 100%);
    background: -webkit-linear-gradient(90deg, hsla(333, 100%, 53%, 1) 0%, hsla(33, 94%, 57%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#ff0f7b", endColorstr="#f89b29", GradientType=1 );
}
.containCube .cube-5 {
  background: hsla(202, 71%, 27%, 1);

background: linear-gradient(90deg, hsla(202, 71%, 27%, 1) 0%, hsla(176, 45%, 66%, 1) 100%);

background: -moz-linear-gradient(90deg, hsla(202, 71%, 27%, 1) 0%, hsla(176, 45%, 66%, 1) 100%);

background: -webkit-linear-gradient(90deg, hsla(202, 71%, 27%, 1) 0%, hsla(176, 45%, 66%, 1) 100%);

filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#145277", endColorstr="#83D0CB", GradientType=1 );
}
.containCube .cube-6 {
  background: hsla(347, 89%, 61%, 1);

background: linear-gradient(90deg, hsla(347, 89%, 61%, 1) 0%, hsla(242, 42%, 40%, 1) 100%);

background: -moz-linear-gradient(90deg, hsla(347, 89%, 61%, 1) 0%, hsla(242, 42%, 40%, 1) 100%);

background: -webkit-linear-gradient(90deg, hsla(347, 89%, 61%, 1) 0%, hsla(242, 42%, 40%, 1) 100%);

filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#F44369", endColorstr="#3E3B92", GradientType=1 );
}

@-webkit-keyframes rotate {
  10% {
    transform: rotate3d(1, 1, 0, 320deg);
  }
  20% {
    transform: rotate3d(1, 0, 0, -90deg);
  }
  30% {
    transform: rotate3d(1, 1, 0, 440deg);
  }
  40% {
    transform: rotate3d(1, 0, 0, -180deg);
  }
  50% {
    transform: rotate3d(1, 1, 0, 460deg);
  }
  60% {
    transform: rotate3d(0, 1, 0, -195deg);
  }
  70% {
    transform: rotate3d(1, 1, 0, 172deg);
  }
  80% {
    transform: rotate3d(0, 1, 0, -360deg);
  }
  90% {
    transform: rotate3d(1, 1, 0, 280deg);
  }
}

@keyframes rotate {
  10% {
    transform: rotate3d(1, 1, 0, 320deg);
  }
  20% {
    transform: rotate3d(1, 0, 0, -90deg);
  }
  30% {
    transform: rotate3d(1, 1, 0, 440deg);
  }
  40% {
    transform: rotate3d(1, 0, 0, -180deg);
  }
  50% {
    transform: rotate3d(1, 1, 0, 460deg);
  }
  60% {
    transform: rotate3d(0, 1, 0, -195deg);
  }
  70% {
    transform: rotate3d(1, 1, 0, 172deg);
  }
  80% {
    transform: rotate3d(0, 1, 0, -360deg);
  }
  90% {
    transform: rotate3d(1, 1, 0, 280deg);
  }
}
@-webkit-keyframes rotateZed {
  20% {
    transform: translatez(100px);
  }
  40% {
    transform: translatez(-100px);
  }
  60% {
    transform: translatez(100px);
  }
  80% {
    transform: translatez(-100px);
  }
}
@keyframes rotateZed {
  20% {
    transform: translatez(100px);
  }
  40% {
    transform: translatez(-100px);
  }
  60% {
    transform: translatez(100px);
  }
  80% {
    transform: translatez(-100px);
  }
}
/*=== Banner Cube Animation end here =====*/

.cta-box {
	margin: 8px 0;
	display: inline-block;
}
.cta-box p {
	width: 72%;
	margin: auto;
}

@media screen and (min-width:1200px) {
	.content-wrap {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width:970px;
	}
}

@media screen and (max-width:1024px) {
	.content-wrap {
		margin-top: 13%;
	}
	.logo-box img {
		max-width: 410px;
	}
	.cta-box h1 {
		font-size: 84px;
	}
	.cta-box p {
		width: 67%;
	}

}
@media screen and (max-width:767px) {
	.content-wrap {
		margin-top: 80px;
		width: 80%;
	}
	.logo-box img {
		max-width: 300px;
	  }
	.cta-box h1 {
		font-size: 44px;
	}
	.cta-box p {
		width: 100%;
	}
	.newsletter {
		max-width: 100%;
	}
	.cta-box p {
		font-size: 17px;
	}
	.newsletter .form-field,
	.btn-main {
		height: 46px;
	}
	.countdown ul li {
		height: 75px;
		width: 75px;
	}
	.containCube .cube {
		height: 250px;
		width: 250px;
	}
	.cta-box h1 {
		font-size: 86px;
		line-height: 0.8;
		margin-bottom: 20px;
	}
}
@media screen and (max-width:479px) {
	.logo-box img {
		max-width: 280px;
	}
	
	.cta-box p {
		font-size: 15px;
	  }
	  .newsletter .form-field {
		font-size: 14px;
	}
	.btn-main {
		font-size: 12px;
	}
	.containCube .cube-front {
		transform: translatez(98px);
	  }
	  .containCube .cubeGroup h1 {
		font-size: 18px;
	}

}