body {
  font-family: "Poppins", sans-serif;
  color: #555555;
  padding:0;
  margin:0;
}
html {
    background: url(../img/main-bg.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	padding:0;
	margin:0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
}

a {
  color: #000000;
  text-decoration: none;
  transition: all 0.5s ease;
}

a:hover {
  color: #2eca6a;
  text-decoration: none;
}


.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
	box-sizing: border-box;
}

@media (min-width: 576px) {
.container {
    max-width: 540px;
}
}

@media (min-width: 768px) {
.container {
    max-width: 720px;
}
}
@media (min-width: 992px) {
.container {
    max-width: 960px;
}
}

@media (min-width: 1200px){
.container {
    max-width: 1140px;
}
}

@media (min-width: 1400px) {
.container {
    max-width: 1320px;
}
}
@media (min-width: 1600px) {
.container {
    max-width: 1560px;
}
}
@media (min-width: 1920px) {
.container {
    max-width: 1800px;
}
}

body {overflow:hidden;}
.content-area .box-area {display:flex; justify-content: space-between; background: url(../img/group-photo.png) no-repeat 73% 50%;}

.main-header {padding:30px 20px; margin-bottom:25px;}

.content-area .left span {font-size:33px; color:#000000; text-transform:uppercase; line-height:38px; display:block;}
.content-area .left span strong {font-style:italic; font-weight:600;}
.content-area .left h3 {font-size:75px; line-height:68px; font-weight:600; text-transform:uppercase; color:#0764A2; padding:0; margin:10px 0 0 0;}
.content-area .left {max-width:610px;}
.content-area .left p {font-size:15px; line-height:22px; color:#000000;}

.content-area .right h3 {font-size:23px; font-weight:700; color:#0764A2; padding:0; margin:0 0 15px 0;}

.how-it-works {margin-top:50px;}
.how-it-works h4 {font-size:23px; font-weight:600; color:#0764A2; padding:0; margin:0 0 15px 0;}
.how-it-works ul {margin:0 0 0 16px; padding:0;}
.how-it-works ul li {margin:0 0 10px 0; padding:0; font-size:15px; color:#000000;}

footer {position:fixed; left:0; bottom:0; z-index:999; background: rgb(24,59,86); background: linear-gradient(0deg, rgba(24,59,86,1) 0%, rgba(99,175,219,1) 100%); padding:10px 20px; width:100%; -ms-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
footer .inner-set {display:flex; justify-content: center; align-items:center;}
footer .text {color:#FFFFFF; font-size:12px; line-height:20px; max-width:600px; padding-right:15px; -ms-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
footer .text em {font-weight:700;}

footer .form-box {padding-left:15px; position:relative; width:550px; -ms-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
footer .form-box [type="email"] {width:100%; background:#FFFFFF; border-radius:15px; height:54px; padding:0 205px 0 20px; border:none; outline:none; font-size:16px; -ms-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
footer .form-box [type="submit"] {position:absolute; top:0; right:0; border:none; outline:none; background:#3B5998; color:#FFFFFF; height:54px; line-height:54px; padding:0 25px; border-radius:15px; font-size:15px; font-weight:600;}

img {max-width:100%;}
/*=========== Timer Style =========*/

.main-example {
	margin: 0 auto;
	width: 355px;
	text-align: center;
}
.main-example .countdown-container {
	height: 130px;
}
.main-example .time {
	border-radius: 0;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
	display: inline-block;
	text-align: center;
	position: relative;
	height: 95px;
	width: 65px;

	-webkit-perspective: 479px;
	-moz-perspective: 479px;
	-ms-perspective: 479px;
	-o-perspective: 479px;
	perspective: 479px;

	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;

	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);

	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.main-example .count {
	background: #202020;
	color: #f8f8f8;
	display: block;
	font-family: 'Oswald', sans-serif;
	font-size: 2em;
	line-height: 2.4em;
	overflow: hidden;
	position: absolute;
	text-align: center;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
	top: 0;
	width: 100%;

	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);

	-webkit-transform-style: flat;
	-moz-transform-style: flat;
	-ms-transform-style: flat;
	-o-transform-style: flat;
	transform-style: flat;
}
.main-example .count.top {
	border-top: 1px solid rgba(255,255,255,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.1);
	border-radius: 0;
	height: 50%;

	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-o-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}
.main-example .count.bottom {
	background-image: linear-gradient(rgba(255,255,255,0.1), transparent);
	background-image: -webkit-linear-gradient(rgba(255,255,255,0.1), transparent);
	background-image: -moz-linear-gradient(rgba(255,255,255,0.1), transparent);
	background-image: -ms-linear-gradient(rgba(255,255,255,0.1), transparent);
	background-image: -o-linear-gradient(rgba(255,255,255,0.1), transparent);
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-radius: 0;
	line-height: 0;
	height: 50%;
	top: 50%;

	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	-o-transform-origin: 50% 0;
	transform-origin: 50% 0;
}
.main-example .count.next {
}
.main-example .label {
	font-size: normal;
	margin-top: 5px;
	display: block;
	position: absolute;
	top: 95px;
	width: 100%;
}
/* Animation start */
.main-example .count.curr.top {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transform: rotateX(0deg);
	z-index: 3;
}
.main-example .count.next.bottom {
	-webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
	-ms-transform: rotateX(90deg);
	-o-transform: rotateX(90deg);
	transform: rotateX(90deg);
	z-index: 2;
}
/* Animation end */
.main-example .flip .count.curr.top {
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;

	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	-ms-transform: rotateX(-90deg);
	-o-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
}
.main-example .flip .count.next.bottom {
	-webkit-transition: all 250ms ease-in-out 250ms;
	-moz-transition: all 250ms ease-in-out 250ms;
	-ms-transition: all 250ms ease-in-out 250ms;
	-o-transition: all 250ms ease-in-out 250ms;
	transition: all 250ms ease-in-out 250ms;

	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.main-example {
	width: 100%;
}
.main-example .countdown-container {
	height: 150px;
}
.main-example .time {
	height: 100px;
	width: 100px;
}
.main-example .count {
	font-size: 65px;
	line-height: 98px;
}
.main-example .label {
	font-size: 21px;
	color:#000000;
	font-weight:600;
	top: 100px;
}

.mobile-group-photo {display:none;}

@media only screen and (min-width: 1400px) and (max-width: 1699px)  {
.main-header {
    padding: 20px 20px;
    margin-bottom: 20px;
}
.content-area .left h3 {
    font-size: 55px;
    line-height: 52px;
}
.content-area .left {
    max-width: 490px;
}
.content-area .left span {
    font-size: 30px;
    line-height: 35px;
}
.content-area .right {max-width:360px;}
.content-area .box-area {
    background-size: 58%;
}
.how-it-works {
    margin-top: 30px;
}
.content-area {padding-bottom:50px;}
}


@media only screen and (min-width: 1200px) and (max-width: 1399px)  {
.main-header {
    margin-bottom: 0;
	padding:20px 20px;
}
.content-area .left h3 {
    font-size: 50px;
    line-height: 44px;
}
.content-area .left {
    max-width: 490px;
}
.content-area .left span {
    font-size: 30px;
    line-height: 35px;
}
.content-area .right {max-width:360px;}
.content-area .box-area {
    background-size: 58%;
}
.how-it-works {
    margin-top: 20px;
}
.content-area {padding-bottom:50px;}
.how-it-works ul li {
    margin: 0 0 4px 0;
    font-size: 14px;
    line-height: 20px;
}
.content-area .left p {
    font-size: 14px;
    line-height: 21px;
}
.how-it-works h4 {
    font-size: 21px;
    margin: 0 0 9px 0;
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px)  {
.main-header {
    margin-bottom: 30px;
}
.content-area .left h3 {
    font-size: 50px;
    line-height: 55px;
}
.content-area .left {
    max-width: 450px;
}
.content-area .left span {
    font-size: 30px;
    line-height: 35px;
}
.content-area .right {max-width:360px;}
.content-area .box-area {
    background: url(../img/group-photo.png) no-repeat 47% 80%;
	background-size: 58%;
}
.how-it-works {
    margin-top: 50px;
}
.content-area {padding-bottom:70px;}
footer .text {
    max-width: 450px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px)  {
body {overflow:visible;}
.main-header {
    margin-bottom: 10px;
}
.content-area .left h3 {
    font-size: 42px;
    line-height: 43px;
}
.content-area .left {
    max-width: 370px;
}
.content-area .left span {
    font-size: 25px;
    line-height: 30px;
}
.content-area .right {max-width:330px;}
.content-area .box-area {
    background: url(../img/group-photo.png) no-repeat 47% 80%;
	background-size: 58%;
}
.how-it-works {
    margin-top: 30px;
}
.content-area {padding-bottom:105px;}
footer .text {
    max-width: 370px;
}
footer .form-box [type="submit"] {
    padding: 0 15px;
    font-size: 13px;
}

.main-example .time {
    height: 80px;
    width: 70px;
}
.main-example .count {
    font-size: 55px;
    line-height: 81px;
}
.main-example .label {
    font-size: 18px;
    top: 85px;
}
footer {
    padding: 15px 20px;
}
}

@media (max-width: 768px)  {
.main-header {
    margin-bottom: 10px;
}
.content-area .left h3 {
    font-size: 40px;
    line-height: 43px;
}
.content-area .left {
    max-width: 100%;
}
.content-area .left span {
    font-size: 25px;
    line-height: 30px;
}
.content-area .right {max-width:100%;}
.content-area .box-area {
    background: url(../img/group-photo.png) no-repeat 47% 80%;
	background-size: 58%;
}
.how-it-works {
    margin-top: 30px;
}
.content-area {padding-bottom:0;}
footer .text {
    max-width: 100%;
    padding: 0;
}
footer .form-box [type="submit"] {
    padding: 0 15px;
    font-size: 13px;
}

.main-example .time {
    height: 80px;
    width: 70px;
}
.main-example .count {
    font-size: 55px;
    line-height: 81px;
}
.main-example .label {
    font-size: 18px;
    top: 85px;
}
footer {
    padding: 15px 24px 15px 0;
	position:relative;
}
.content-area .box-area {
    display: block;
}
.mobile-pic {text-align:center;}
.mobile-pic img {vertical-align:bottom;}
footer .inner-set {
    display: block;
}
footer .form-box {
    padding-left: 0;
    max-width: 100%;
	margin-top:10px;
}
footer .text {
    font-size: 13px;
    line-height: 19px;
}
footer .form-box [type="email"] {
    height: 44px;
    padding: 0 165px 0 20px;
}
footer .form-box [type="submit"] {
    height: 46px;
    line-height: 46px;
}
main#main {padding:0 15px;}
.mobile-group-photo {display:block; margin: 15px -27px 0;}
body {overflow:visible;}
}

