@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600&display=swap');
* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #0a1420;
	font-family: 'Nunito', sans-serif;
	font-size: 18px;
	padding-top: 75px;
	color: #fff;
}

img {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
	user-drag: none;
	-webkit-touch-callout: none;
}

svg {
	object-fit: cover;
	width: 100%;
}

.wave-01 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
}

.wave-02 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transform: scaleY(1);
}

.wave-03 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -4;
}

@media (min-width: 1140px) {
	body {
		padding-top: 10vh;
	}
	.wave-01 {
		top: -15vh;
	}
	.wave-02 {
		top: -18vh;
	}
	.wave-03 {
		top: -20vh;
	}
}

.box{
	color: #0a1420;
}

header {
	/* padding: 150px 0 50px; */
	padding-bottom: 35px;
}

header .brand {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

header .logo.x-kom {
	height: 45px;
}

.container {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.counter {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	text-align: center;
}

.counter h1 {
	font-size: 1.6rem;
	font-weight: 300;
}

.counter h2 {
	font-size: 2rem;
	font-weight: 600;
}

.counter #countdown {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin: 30px 0;
}

.counter #countdown .item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	background: #fff;
	border-radius: 15px;
	width: 120px;
	height: 120px;
	margin: 15px;
	padding-bottom: 10px;
	box-shadow: 0px 10px 130px 0px rgba(0, 0, 0, 0.07);
	z-index: 5;
	position: relative;
}

.counter #countdown .item .number {
	font-size: 60px;
	font-weight: 600;
	color: #000;
	padding-bottom: 0;
	margin-bottom: 0;
}

.counter #countdown .item .label {
	position: relative;
	top: -10px;
	color: #808080;
	font-size: 15px;
}

.section .title {
	font-size: 1.6rem;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.section.socials .title {
	font-size: 1.4rem;
}

.section .title .logo.geex {
	height: 45px;
	margin-left: 15px;
}

.feed {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

.feed .post {
	background: #fff;
	border-radius: 15px;
	box-shadow: 0px 10px 130px 0px rgba(0, 0, 0, 0.07);
	width: calc(33.3% - 30px);
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	text-align: center;
	padding: 60px 30px;
	margin: 15px;
}

.feed .post a {
	text-decoration: none;
	transition: all 200ms ease-in-out;
}

.feed .post img {
	margin-bottom: 30px;
	transition: all 250ms ease-in-out;
}

.feed .post:hover img {
	transform: scale(1.1);
}

.feed .post h4 {
	font-size: 1.4rem;
	line-height: 1.215;
	color: #646464;
	margin-bottom: 30px;
}

.feed .post .cta {
	background: #0082fa;
	color: #fff;
	padding: 8px 35px;
	border-radius: 900px;
	transition: all 200ms ease-in-out;
}

.feed .post .cta:hover {
	background: #006dd3;
}

.socials {
	margin-top: 30px;
}

.socials ul {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.socials ul li {
	list-style-type: none;
	margin: 0 15px;
}

.socials ul li a {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	background: #fff;
	width: 50px;
	height: 50px;
	box-shadow: 0px 10px 130px 0px rgba(0, 0, 0, 0.07);
	border-radius: 100%;
	text-decoration: none;
}

.socials ul li a.social.facebook {
	color: #3b5998;
}

.socials ul li a.social.instagram {
	color: #c32aa3;
}

.socials ul li a.social.linkedin {
	color: #007bb5;
}

.socials ul li a.social.twitter {
	color: #1da1f2;
}

.socials ul li a.social.youtube {
	color: #ff0000;
}

.socials ul li a.social.tiktok {
	color: #010101;
}

.newsletter {
    margin: 50px 0;
}

.newsletter .box {
    position: relative;
	background: #fff;
	border-radius: 15px;
	box-shadow: 0px 10px 130px 0px rgba(0, 0, 0, 0.07);
    padding: 30px;
    overflow: hidden;
    margin: 15px;
}
.newsletter .icon{
    position: absolute;
    top: 30px;
    right: 60px;
    filter: grayscale(1);
    opacity: .1;
    width: 25%;
    transition: all 200ms ease-in-out;
}

.newsletter .box:hover .icon{
    transform: rotate(12deg) scale(1.2);
}

.newsletter .box form{
    width: 60%;
    margin: 30px 20% 0;
}

.newsletter .box .form-group {
    display: flex;
    flex-direction: row;
	position: relative;
	padding-bottom: 20px;
}

.newsletter .box .form-group label {
	position: absolute;
	top: 26px;
	transform: translateY(-50%);
	left: 25px;
    transition-duration: 250ms;
    color: #808080;
}

.newsletter .box .form-group input {
    width: 80%;
    padding: 0 26px;
    height: 50px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border: 1px solid #d9d9d9;
    color: #000;
    font-weight: 600;
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
}

.newsletter .box .form-group button{
    width: 20%;
    height: 52px;
    background: #0082fa;
    border: 1px solid #0082fa;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    color: #fff;
    cursor: pointer;
    transition: all 200ms ease-in-out;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
}

.newsletter .box .form-group button:hover{
    background: #006dd3;
    border-color: #006dd3;
}

.newsletter .box .form-group input:focus+label,
.newsletter .box .form-group input.filled+label,
.newsletter .box .form-group textarea:focus+label,
.newsletter .box .form-group textarea.filled+label {
	font-size: 12px;
	top: -20px;
	opacity: 0.7;
}

.newsletter .box .form-group input:focus,
.newsletter .box .form-group input:active{
    box-shadow: none;
    outline: none;
}

.newsletter .box .form-group button:focus,
.newsletter .box .form-group button:active{
    box-shadow: none;
    outline: none;
}

.newsletter .box .valid {
	color: green;
}

.newsletter .box .invalid {
	color: #ff0000;
}

.newsletter .box #validation-messages {
    position: absolute;
    top: 26px;
    transform: translateY(-50%);
    right: 22%;
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
}

footer {
	padding: 30px 0;
}

.counter{
	flex-direction: column;
}

iframe{
	width: 90%;
	margin: 0 5%;
	max-width: 1200px;
	border-radius: 30px;
	overflow: hidden;
}

/* circles */

.circles,
.circle {
  position: absolute;
  top: 22%;
  left: 50%;
  z-index: -1;
}

.circles {
  -webkit-animation: 6s ease-in-out infinite circles;
          animation: 6s ease-in-out infinite circles;
}

@-webkit-keyframes circles {
  0%, 10% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  90%, 100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes circles {
  0%, 10% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  90%, 100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.circle {
  border-radius: 50%;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
.circle--1, .circle--2, .circle--3 {
  background-image: -webkit-gradient(linear, left top, right top, from(#324969), to(#11234b));
  background-image: linear-gradient(90deg, #324969, #11234b);
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
.circle--4 {
  background-color: #0a1420;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}

.circle--1 {
  width: 50vmin;
  height: 50vmin;
  -webkit-animation-name: circle--1;
          animation-name: circle--1;
}

.circle--2 {
  width: 50vmin;
  height: 50vmin;
  -webkit-animation-name: circle--2;
          animation-name: circle--2;
}

.circle--3 {
  width: 25vmin;
  height: 25vmin;
  -webkit-animation-name: circle--3;
          animation-name: circle--3;
}

.circle--4 {
  width: 25vmin;
  height: 25vmin;
  -webkit-animation-name: circle--4;
          animation-name: circle--4;
}

@-webkit-keyframes circle--1 {
  0%, 10% {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
            transform: translate(-50%, -50%) scale(1.5);
  }
  90%, 100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes circle--1 {
  0%, 10% {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
            transform: translate(-50%, -50%) scale(1.5);
  }
  90%, 100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@-webkit-keyframes circle--2 {
  0%, 10% {
    -webkit-transform: translate(-50%, -50%) scale(1) rotate(180deg);
            transform: translate(-50%, -50%) scale(1) rotate(180deg);
  }
  90%, 100% {
    -webkit-transform: translate(-50%, -50%) scale(1.5) rotate(180deg);
            transform: translate(-50%, -50%) scale(1.5) rotate(180deg);
  }
}
@keyframes circle--2 {
  0%, 10% {
    -webkit-transform: translate(-50%, -50%) scale(1) rotate(180deg);
            transform: translate(-50%, -50%) scale(1) rotate(180deg);
  }
  90%, 100% {
    -webkit-transform: translate(-50%, -50%) scale(1.5) rotate(180deg);
            transform: translate(-50%, -50%) scale(1.5) rotate(180deg);
  }
}
@-webkit-keyframes circle--3 {
  0%, 10% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  90%, 100% {
    -webkit-transform: translate(-50%, -50%) scale(2);
            transform: translate(-50%, -50%) scale(2);
  }
}
@keyframes circle--3 {
  0%, 10% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  90%, 100% {
    -webkit-transform: translate(-50%, -50%) scale(2);
            transform: translate(-50%, -50%) scale(2);
  }
}
@-webkit-keyframes circle--4 {
  0%, 20% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
            transform: translate(-50%, -50%) scale(1.5);
  }
}
@keyframes circle--4 {
  0%, 20% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
            transform: translate(-50%, -50%) scale(1.5);
  }
}

@media (max-width: 1360px) {
	.container {
		max-width: 1140px;
	}
}

@media (max-width: 1200px) {
	.container {
		max-width: 960px;
	}
}

@media (max-width: 1024px) {
	.container {
		max-width: 768px;
    }
    .newsletter .box .form-group input{
        width: 70%;
    }
    .newsletter .box .form-group button{
        width: 30%;
	}
	.newsletter .box #validation-messages{
		top: 75px;
		right: inherit;
		left: 0;
	}
}

@media (max-width: 800px) {
	html {
		font-size: 14px;
	}
	.container {
		max-width: 90%;
	}
	.feed {
		flex-direction: column;
		justify-content: center;
		align-content: center;
		align-items: center;
	}
	.feed .post {
		width: 80%;
		margin: 0 0 30px;
	}
}

@media (max-width: 768px) {
	.section .title {
		flex-direction: column;
	}
	.section .title .logo.geex {
		margin-top: 15px;
	}
	.counter #countdown .item {
		width: 190px;
    }
    .newsletter .box form{
        width: 80%;
        margin: 30px 10% 0;
    }
    .newsletter .box .form-group input{
        width: 60%;
    }
    .newsletter .box .form-group button{
        width: 40%;
    }
}

@media (max-width: 540px) {
	.socials ul li {
		margin: 0 5px;
	}
	.counter #countdown {
		flex-direction: column;
		flex-flow: wrap;
	}
	.counter #countdown .item {
		width: calc(50% - 60px);
	}
}

@media (max-width: 480px){
    .newsletter{
        margin: 25px 0;
    }
    .newsletter .box{
        margin: 0;
    }
    .newsletter .box form{
        width: 100%;
        margin: 30px 0 0;
    }
    .newsletter .box .form-group input{
        width: 60%;
    }
    .newsletter .box .form-group button{
        width: 40%;
    }
    .newsletter .box .form-group .hidden-sm{
        display: none;
    }
}

@media (max-width: 380px) {
	html {
		font-size: 12px;
	}
	.socials ul {
		flex-direction: column;
		flex-flow: wrap;
	}
	.socials ul li {
		width: 25%;
		margin: 15px;
		display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
	}
	header .logo.x-kom {
		height: 35px;
	}
	.counter #countdown .item {
		height: 90px;
	}
	.counter #countdown .item .number {
		font-size: 42px;
	}
}