body{
	overflow-x:hidden !important;
	margin: 0;
	font-family: 'Zoho_Puvi_Regular', sans-serif;
	background: #F3EFD7;
}
.zsiq_theme1.zsiq_floatmain{display: none !important;}
.noscroll {overflow: hidden !important;}
header {
    position: absolute;
    width: 100%;
    background: #0000003d;
    padding: 20px 0;
    z-index: 9999;
}
section{
	padding: 100px 0;
}
img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}
ul{padding: 0;}
.container{
	max-width: 1200px;
	width:100%;
    margin: 0 auto;
}
.clearfix {
    display: block;
}
.clearfix:before, footer:before, header:before, section:before, .rows:before, .container:before {
    display: table;
    content: "";
    clear: both;
}
.fl {float: left;}
.fr{float: right;}
.pr{position: relative;}
.pa{position: absolute;}
.text-center{text-align: center;}
.text-left{text-align: left;}
.text-dark{color: #000;}
.text-light{color: #fff;}
.space-small{height:20px;}
.space-large{height:60px;}
.rows {
    margin-right: -15px;
    margin-left: -15px;
}
.cols-1,
.cols-2,
.cols-3,
.cols-4,
.cols-5,
.cols-6,
.cols-7,
.cols-8,
.cols-9,
.cols-10,
.cols-11,
.cols-12 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.cols-12 {
  width: 100%;
}
.cols-11 {
  width: 91.66666667%;
}
.cols-10 {
  width: 83.33333333%;
}
.cols-9 {
  width: 76%;
}
.cols-8 {
  width: 66.66666667%;
}
.cols-7 {
  width: 58.33333333%;
}
.cols-6 {
  width: 50%;
}
.cols-5 {
  width: 41.66666667%;
}
.cols-4 {
  width: 33.33333333%;
}
.cols-3 {
  width: 25%;
}
.cols-2 {
  width: 16.66666667%;
}
.cols-1 {
  width: 8.33333333%;
}
.cols-center {
  margin: 0 auto;
  float: none;
}
@media (max-width: 992px) {
  .cols-md-12 {
    width: 100%;
  }
  .cols-md-11 {
    width: 91.66666667%;
  }
  .cols-md-10 {
    width: 83.33333333%;
  }
  .cols-md-9 {
    width: 75%;
  }
  .cols-md-8 {
    width: 66.66666667%;
  }
  .cols-md-7 {
    width: 58.33333333%;
  }
  .cols-md-6 {
    width: 50%;
  }
  .cols-md-5 {
    width: 41.66666667%;
  }
  .cols-md-4 {
    width: 33.33333333%;
  }
  .cols-md-3 {
    width: 25%;
  }
  .cols-md-2 {
    width: 16.66666667%;
  }
  .cols-md-1 {
    width: 8.33333333%;
  }
  .md-hidden {
    display: none;
  }
  .md-center {
    text-align: center;
  }
  .cols-md-center {
    margin: 0 auto;
    float: none;
    clear: both;
  }
}
@media (max-width: 650px) {
  .cols-sd-12 {
    width: 100%;
  }
  .cols-sd-11 {
    width: 91.66666667%;
  }
  .cols-sd-10 {
    width: 83.33333333%;
  }
  .cols-sd-9 {
    width: 75%;
  }
  .cols-sd-8 {
    width: 66.66666667%;
  }
  .cols-sd-7 {
    width: 58.33333333%;
  }
  .cols-sd-6 {
    width: 50%;
  }
  .cols-sd-5 {
    width: 41.66666667%;
  }
  .cols-sd-4 {
    width: 33.33333333%;
  }
  .cols-sd-3 {
    width: 25%;
  }
  .cols-sd-2 {
    width: 16.66666667%;
  }
  .cols-sd-1 {
    width: 8.33333333%;
  }
  .sd-hidden {
    display: none;
  }
  .sd-center {
    text-align: center;
  }
}
a {
    text-decoration: none;
    color: #000;
}
.space-large {
  height: 50px;
}
.space-medium {
  height: 25px;
}
.space-small {
  height: 16.66666667px;
}
#backToTop {
    position: fixed;
    right: 20px;
    bottom: 80px;
    color: #000;
    background: rgba(0, 0, 0, 0.7) url(https://www.manageengine.com/images/up-arrow.png) no-repeat 16px 17px;
    font-size: 12px;
    display: none;
    cursor: pointer;
    -webkit-transition: all 0.1s ease 0s;
    -moz-transition: all 0.1s ease 0s;
    -o-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-indent: -1000px;
    overflow: hidden;
}
.me-logo {
    width: 200px;
    height: auto;
}
#topbar-menu-icon {
    position: absolute;
    top: 35px;
    right: 30px;
    cursor: pointer;
    transform: translate3d(0, 0, 0);
    transition: transform .7s;
    z-index: 9999999;
    width: 30px;
    height: 30px;
    margin: 0;
}
.menu-icon {
    display: none;
    color: #fff;
}
#topbar-menu-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#topbar-menu-icon span:nth-child(1) {
    top: 0;
}
#topbar-menu-icon span:nth-child(2) {
    top: 8px;
}
#topbar-menu-icon span:nth-child(3) {
    top: 16px;
}
nav {
    display: inline-block;
    vertical-align: top;
}
nav ul li {
    display: inline-block;
    vertical-align: top;
}
nav ul li a {
    padding: 0 0 10px 0;
    border-bottom: 2px solid transparent;
    color: #fff;
    margin-right: 30px;
}
nav ul li a:hover{color: #f3eb17;}
.nav-menu, .login-sec.active {
    display: inline-block;
    vertical-align: top;
    color: #000;
}
.login-sec{
	    float: right;
    margin: 15px 0 0 0;
}
.login-sec span {
    color: #fff;
    cursor: pointer;
    padding: 0 0 10px 0;
}
.ur-log-btn {
    margin: 0 10px 0 15px;
}
div.ecard-headerselectlang {
    display: inline-block;
    vertical-align: middle;
    width: 190px;
    float: right;
    padding: 0;
    -webkit-transition: all 100ms ease-out 200ms;
    -moz-transition: all 100ms ease-out 200ms;
    -o-transition: all 100ms ease-out 200ms;
    transition: all 100ms ease-out 200ms;
    position: relative;
    text-align: left;
}
div.ecard-headerselectlang p {
    display: block;
    padding: 10px;
    background: #fff;
    color: #000;
    font-size: 1em;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    line-height: normal;
    font-family: 'Zoho_Puvi_Medium';
	margin: 5px 0;
}
div.ecard-headerselectlang p span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 10px;
}
div.ecard-headerselectlang p img {
    width: 16px;
}
.mobile-flag {
    display: none !important;
}
.mobile-flag img {
    width: 16px;
    height: 16px;
}
.ecard-headerselectlang .headdefault_lang_dropdown p:after {
  border: 1px solid #000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg);
  transform: -webkit-rotate(45deg);
  content: '';
  position: absolute;
  right: 13px;
  top: 12px;
  vertical-align: middle;
}
.ecard-headerselectlang:hover ul {
  height: 180px;
  position: absolute;
  top: 35px;
  width: 100%;
}
div.ecard-headerselectlang ul {
    padding: 0 0 0 0;
    height: 0;
    overflow: auto;
    position: absolute;
    width: 100%;
    top: 35px;
    background: #fff;
    -webkit-transition: all 200ms ease-out 200ms;
    -moz-transition: all 200ms ease-out 200ms;
    -o-transition: all 200ms ease-out 200ms;
    transition: all 200ms ease-out 200ms;
    z-index: 99;
}
div.ecard-headerselectlang ul li {
    display: block;
}
.ecard-headerselectlang {
  display: inline-block;
  vertical-align: middle;
  width: 190px;
  float: right;
  padding: 0;
  -webkit-transition: all 100ms ease-out 200ms;
  -moz-transition: all 100ms ease-out 200ms;
  -o-transition: all 100ms ease-out 200ms;
  transition: all 100ms ease-out 200ms;
  position: relative;
  text-align: left;
  display: block;
}
.ecard-headerselectlang ul {
  padding: 0 0 0 0;
  height: 0;
  overflow: auto;
  position: absolute;
  width: 100%;
  top: 35px;
  background: #fff;
  -webkit-transition: all 200ms ease-out 200ms;
  -moz-transition: all 200ms ease-out 200ms;
  -o-transition: all 200ms ease-out 200ms;
  transition: all 200ms ease-out 200ms;
  z-index: 99;
}
.ecard-headerselectlang ul li {
  display: block;
}
.ecard-headerselectlang ul li:hover a p{
	background: #dfdfdf;
}
.ecard-headerselectlang ul li a {
  color: #000;
}
.ecard-headerselectlang ul li a p {
  display: block;
  padding: 8px 10px 8px 0px;
  border-bottom: 1px solid #fff;
  background: #fff;
  color: #000;
  font-size: 1em;
  font-weight: 400;
  cursor: pointer;
  border-radius: 5px;
  position: relative;
  line-height: normal;
  margin-bottom: 0;
}
.ecard-headerselectlang ul li a p span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 10px;
}
.ecard-headerselectlang .headdefault_lang_dropdown p {
  display: block;
  padding: 10px;
  background: #fff;
  color: #000;
  font-size: 1em;
  cursor: pointer;
  border-radius: 5px;
  position: relative;
  line-height: normal;
  font-family: 'Zoho_Puvi_Medium';
}
.ecard-headerselectlang .headdefault_lang_dropdown p span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 10px;
}
.ecard-headerselectlang .headdefault_lang_dropdown p span.mobile-flag {
  display: none !important;
}
.ecard-headerselectlang .headdefault_lang_dropdown p span.mobile-flag img {
  width: 16px;
  height: 16px;
}
.ecard-headerselectlang .headdefault_lang_dropdown p:after {
  border: 1px solid #000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg);
  transform: -webkit-rotate(45deg);
  content: '';
  position: absolute;
  right: 13px;
  top: 12px;
  vertical-align: middle;
}

/*----------------Home------------------*/
#Home {
    text-align: center;
    color: #000;
    min-height: calc(100vh - 120px);
    padding: 120px 0 0 0;
    position: relative;
	background: #000;
	margin: 0;
	overflow: hidden;
}
#Home .container {
    position: relative;
    z-index: 3;
}
.overlay-bg {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
	background: #000;
/*
    z-index: 2;
	background: 
    repeating-radial-gradient(#000 0 0.0001%,#fff 0 0.0002%) 50% 0/2500px 2500px,
    repeating-conic-gradient(#000 0 0.0001%,#fff 0 0.0002%) 60% 60%/2500px 2500px;
  	background-blend-mode: difference;
  	animation: b .2s infinite alternate;
*/

}
iframe{background: #000;}
#bg-vimeo_iframe_mobile{
	display: none;
}
@keyframes b{
  100% {background-position: 50% 0, 60% 50%}
}
#bg-vimeo_iframe,  #bg-vimeo_iframe_mobile{
	  opacity: 0.45;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    z-index: 1;
    -moz-transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background: #000;
    transform: scale(1.3);
}
#bg-vimeo_iframe_mobile{transform: scale(1.6);}
#sec1_desc1{
    color: #fff;
    font-family: 'Zoho_Puvi_ExtraLight';
    font-size: 2.64em;
    line-height: 50px;
    margin: 80px 0 0 0;
/*
    font-family: 'Zoho_Puvi_SemiBold';
    font-size: 1.8em;
    line-height: 36px;
    margin: 60px 0 10px 0;
*/
}
#sec1_desc2{line-height: 24px;color: #fff;}
h1{
    margin: 30px 0;
    color: #fff;
    font-size: 3.8em;
    font-family: 'Zoho_Puvi_Bold';
    letter-spacing: 1px;
/*
	    margin: 30px 0 10px;
    color: #fff;
    font-size: 2em;
    font-family: 'Zoho_Puvi_Bold';
    letter-spacing: 3px;
    text-transform: uppercase;
*/
}
.title-img{    
	width: 350px;
    margin: 0 0 20px 0;
}
.video-playicon{
	transition: .5s;
	width: 65px;
	cursor: pointer;
}
.video-playicon:hover{
	transform: scale(1.1);
}
.banner-down-arrow{
	right:5%;
	z-index: 99;
}
.purpose-video-wrap {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    z-index: 11;
    -moz-transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    object-fit: cover;
    display: none;
}
.video-close-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 3;
    width: 32px;
    height: 32px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
}
.video-close-icon img {
    width: 32px;
    height: 32px;
}
iframe#vimeo_iframe2 {
    width: 85%;
    height: 100%;
}
.computer-img{margin-left: 50px;}

/*-----------------Highlights-----------------*/
h2{    
	color: #130060;
    font-family: 'Zoho_Puvi_SemiBold';
    font-size: 1.8em;
	margin: 25px 0 0 0;
	
}
.sec2_desc1{
	color: #fff;
    margin: 5px 0 8px;
    font-family: 'Zoho_Puvi_SemiBold';
    line-height: 24px;
	font-size: 1.1em;
}
.sec2_desc2{
	line-height: 24px;
    color: #fff;
    font-size: 1.4em;
    font-family: 'Zoho_Puvi_SemiBold';
    margin-top: 0px;
}
.sec2_desc3{
    font-size: 1.2em;
    background: #F3EFD7;
    width: 50%;
    margin: auto;
    padding: 40px;
    border-radius: 16px;
    line-height: 26px;
    margin-top: -136px;
}
.sec2_desc3 span{color: #FF0089;font-family:'Zoho_Puvi_SemiBold';}
.sec2_desc3 img{padding: 20px 0 0 0;}
#threegame-sec{
	position: relative;
	background: url(https://www.manageengine.com/sysadminday/2024/images/scroll1-bg.jpg) 0 0 no-repeat;
	background-size: cover;
}
#threegame-sec .container{
	margin-top: -240px;
}
#threegame-sec ul{
	padding: 0;
}
#threegame-sec li{
	width: 26%;
    display: inline-block;
    vertical-align: top;
    margin: 15px;
    border-radius: 15px;
    padding: 97px 25px 60px;
    cursor: pointer;
    transition: .5s;
	background-size: 100% 100%;
	position: relative;
}
#threegame-sec li:hover{
	transform: scale(1.05);
}
#threegame-sec li:nth-child(1){background: url("https://www.manageengine.com/sysadminday/2024/images/high-bg1.png") 0 0 no-repeat;background-size:100% 100%;}
#threegame-sec li:nth-child(2){background: url("https://www.manageengine.com/sysadminday/2024/images/high-bg2.png") 0 0 no-repeat;background-size:100% 100%;}
#threegame-sec li:nth-child(3){background: url("https://www.manageengine.com/sysadminday/2024/images/high-bg3.png") 0 0 no-repeat;background-size:100% 100%;}
#threegame-sec li:nth-child(1) .goto-cont{background: #FFEFC3;}
#threegame-sec li:nth-child(2) .goto-cont{background: linear-gradient(to top, #FBEE8F, #FBEE8F, #F4C687, #EF5F7B);}
#threegame-sec li:nth-child(3) .goto-cont{background: #FFEFC3;}
#threegame-sec li:nth-child(2):before{
	content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    background: url(https://www.manageengine.com/sysadminday/2024/images/thunder1.png) 0 0 no-repeat;
    top: 0;
    right: -15px;
    background-size: contain;
    transform: rotate(-20deg);
	animation: glow 1s ease-in-out infinite alternate;
}
#threegame-sec li:nth-child(2):after{
	content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    background: url(https://www.manageengine.com/sysadminday/2024/images/thunder1.png) 0 0 no-repeat;
    top: 0;
    left: -39px;
    background-size: contain;
    transform: rotate(23deg);
	animation: glow 2s ease-in-out infinite alternate;
}
#threegame-sec li .goto-cont{
	border-radius: 15px;
	min-height: 258px;
	padding: 15px;
	position: relative;
}
.goto-cont img{
	width:120px;
	margin: -72px 0 0 0;
}
.goto-cont p{
	line-height: 20px;
}
#threegame-sec h3{
	color: #130060;
	font-size: 1.3em;
	font-family:"Courier Prime";
	margin: 30px 0 15px;
	letter-spacing: 1px;
}
.scroll-down{
	position: absolute;
    width: 100%;
	bottom: -43px;
	left: 0;
}
.scroll-down img{
	width: 90px;
}
.high-desc{
 	position: relative;
    background: none;
    width: 1200px;
    margin: auto;
    top: -206px;
    z-index: 10;
}
/*
.screen::before {
  background: transparent linear-gradient(to bottom, #85908c 0%, #323431 100%) repeat scroll 0 0;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 30px;
}
*/

.scanlines {
	z-index: 11111;
    position: absolute;
    top: 18%;
    left: 29%;
    overflow: hidden;
    width: 44%;
    height: 40%;
}
.scanlines .overlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
	border-radius: 30px;
}
.menu {
  opacity: 1;
  background-color: transparent;
  box-sizing: border-box;
  font-size: 16px;
  height: auto;
  text-transform: uppercase;
  width: 90%;
  text-shadow: 1px 1px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000;
  filter: blur(.4px);
  color: #fff;
  -webkit-animation: jerkup 100ms infinite;
          animation: jerkup 100ms infinite;
  font-family: "Liberation Mono";
	font-weight:700;
}
.menu p {
  color: #00E561;
	text-shadow: 1px 1px 10px #03E561;
  margin-bottom: 10px;
  padding: 5px 15px;
  -webkit-animation: 5s ease 4000ms normal none infinite running glitch;
          animation: 5s ease 4000ms normal none infinite running glitch;
}
.on .picture {
  -webkit-animation: 3000ms linear 0ms normal forwards 1 running on;
          animation: 3000ms linear 0ms normal forwards 1 running on;
}
.off .picture {
  -webkit-animation: 750ms cubic-bezier(0.23, 1, 0.32, 1) 0ms normal forwards 1 running off;
          animation: 750ms cubic-bezier(0.23, 1, 0.32, 1) 0ms normal forwards 1 running off;
}
.on .text, .on .menu {
  opacity: 1;
  transition: opacity 10ms ease 2000ms;
}
@-webkit-keyframes on {
  0% {
    transform: scale(1, 0.8) translate3d(0, 0, 0);
    filter: brightness(4);
    opacity: 1;
  }
  3.5% {
    transform: scale(1, 0.8) translate3d(0, 100%, 0);
  }
  3.6% {
    transform: scale(1, 0.8) translate3d(0, -100%, 0);
    opacity: 1;
  }
  9% {
    transform: scale(1.3, 0.6) translate3d(0, 100%, 0);
    filter: brightness(4);
    opacity: 0;
  }
  11% {
    transform: scale(1, 1) translate3d(0, 0, 0);
    filter: contrast(0) brightness(0);
    opacity: 0;
  }
  100% {
    transform: scale(1, 1) translate3d(0, 0, 0);
    filter: contrast(1) brightness(1.2) saturate(1.3);
    opacity: 1;
  }
}

@keyframes on {
  0% {
    transform: scale(1, 0.8) translate3d(0, 0, 0);
    filter: brightness(4);
    opacity: 1;
  }
  3.5% {
    transform: scale(1, 0.8) translate3d(0, 100%, 0);
  }
  3.6% {
    transform: scale(1, 0.8) translate3d(0, -100%, 0);
    opacity: 1;
  }
  9% {
    transform: scale(1.3, 0.6) translate3d(0, 100%, 0);
    filter: brightness(4);
    opacity: 0;
  }
  11% {
    transform: scale(1, 1) translate3d(0, 0, 0);
    filter: contrast(0) brightness(0);
    opacity: 0;
  }
  100% {
    transform: scale(1, 1) translate3d(0, 0, 0);
    filter: contrast(1) brightness(1.2) saturate(1.3);
    opacity: 1;
  }
}
@-webkit-keyframes off {
  0% {
    transform: scale(1, 1);
    filter: brightness(1);
  }
  40% {
    transform: scale(1, 0.005);
    filter: brightness(100);
  }
  70% {
    transform: scale(1, 0.005);
  }
  90% {
    transform: scale(0.005, 0.005);
  }
  100% {
    transform: scale(0, 0);
  }
}
@keyframes off {
  0% {
    transform: scale(1, 1);
    filter: brightness(1);
  }
  40% {
    transform: scale(1, 0.005);
    filter: brightness(100);
  }
  70% {
    transform: scale(1, 0.005);
  }
  90% {
    transform: scale(0.005, 0.005);
  }
  100% {
    transform: scale(0, 0);
  }
}

@-webkit-keyframes jerk {
  50% {
    transform: translateX(1px);
  }
  51% {
    transform: translateX(0);
  }
}
@keyframes jerk {
  50% {
    transform: translateX(1px);
  }
  51% {
    transform: translateX(0);
  }
}
@-webkit-keyframes jerkup {
  0% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes jerkup {
  0% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.text span:nth-child(2) {
  -webkit-animation: jerkup 1s infinite;
          animation: jerkup 1s infinite;
}

.text span:nth-child(3) {
  -webkit-animation: glitch1 1s infinite;
          animation: glitch1 1s infinite;
}

@-webkit-keyframes glitch1 {
  0% {
    transform: translateX(0);
  }
  30% {
    transform: translateX(0);
  }
  31% {
    transform: translateX(10px);
  }
  32% {
    transform: translateX(0);
  }
  98% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(10px);
  }
}

@keyframes glitch1 {
  0% {
    transform: translateX(0);
  }
  30% {
    transform: translateX(0);
  }
  31% {
    transform: translateX(10px);
  }
  32% {
    transform: translateX(0);
  }
  98% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(10px);
  }
}

@-webkit-keyframes glitch2 {
  0% {
    transform: translateX(0);
  }
  30% {
    transform: translateX(0);
  }
  31% {
    transform: translateX(-10px);
  }
  32% {
    transform: translateX(0);
  }
  98% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-10px);
  }
}

@keyframes glitch2 {
  0% {
    transform: translateX(0);
  }
  30% {
    transform: translateX(0);
  }
  31% {
    transform: translateX(-10px);
  }
  32% {
    transform: translateX(0);
  }
  98% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-10px);
  }
}

@-webkit-keyframes glitch {
  40% {
    opacity: 1;
    transform: scale(1, 1);
    transform: skew(0, 0);
  }
  41% {
    opacity: 0.8;
    transform: scale(1, 1.2);
    transform: skew(80deg, 0);
  }
  42% {
    opacity: 0.8;
    transform: scale(1, 1.2);
    transform: skew(-50deg, 0);
  }
  43% {
    opacity: 1;
    transform: scale(1, 1);
    transform: skew(0, 0);
  }
}

@keyframes glitch {
  40% {
    opacity: 1;
    transform: scale(1, 1);
    transform: skew(0, 0);
  }
  41% {
    opacity: 0.8;
    transform: scale(1, 1.2);
    transform: skew(80deg, 0);
  }
  42% {
    opacity: 0.8;
    transform: scale(1, 1.2);
    transform: skew(-50deg, 0);
  }
  43% {
    opacity: 1;
    transform: scale(1, 1);
    transform: skew(0, 0);
  }
}
.doller {	
  -webkit-animation: 5s ease 4000ms normal none infinite running glitch;
  animation: 5s ease 4000ms normal none infinite running glitch;
}
.doller img {
	width: 35px;
	display: inline-block;
	vertical-align: middle;
}
.doller span {
    font-size: 38px;
    vertical-align: middle;
    padding: 0px 10px;
	color: #03E561;
	text-shadow: 1px 1px 10px #03E561;
}

/*---------------Ecard------------------*/
#carosel-sec{
	background: url("https://www.manageengine.com/sysadminday/2024/images/scroll2-bg.jpg") 0 0 no-repeat;
	background-size: 100% 100%;
	position: relative;
/*	overflow: hidden;*/
}
#carosel-sec h2{
	color: #130060;
    font-family:"Courier Prime";
    font-size: 4em;
    margin: 40px 0 16px 0;
}
#carosel-sec p{
	color: #130060;
    line-height: 25px;
	font-size: 1.1em;
}
#carosel-sec .rows{margin: 0;}
#carosel-sec .cols-9{min-height: 728px;padding: 0;width:77%;}
#carosel-sec .cols-3{
	width: 19%;
    min-height: 728px;
	padding: 0;
}
#carosel-sec .send-ecardbtn{
    min-height: 198px;
	color: #130060;
    font-size: 1.5em;
	cursor: pointer;
	transition: .5s;
	border-bottom-right-radius:15px;
	position: relative;
	height: 195px;
    font-family: "Courier Prime";
    font-weight: 600;
}
.send-ecardbtn img{
    width: 120px;
    margin: 25px 0 15px;
	transition: .5s;
}
.send-ecardbtn:hover img{
	transform: scale(0.9);
}
#carosel-sec .cols-4{
    height: 160px;
    min-height: 160px;
    width: 36.16%;
}
.ecard-thumb{
	margin: 40px auto;
    position: relative;
}
.ecard-carousel{
    min-height: 742px;
    height: auto;
    background: url(https://www.manageengine.com/sysadminday/2024/images/send-ecard-bg.png) 0 0 no-repeat;
    background-size: 100% 100%;
	width: 90%;
	margin: 42px auto 0;
}
.carousel{
    margin: auto;
    position: relative;
    cursor: pointer;
	left: 2%;
    width: 83.2%;
}
.carousel ul{
/*	background: url(https://www.manageengine.com/sysadminday/2024/images/ecards-display-bg.png) 0 0 no-repeat;*/
/*    width: 80%;*/
    height: 519px;
/*    background-size: 100% 100%;*/
}
.carousel li {
   	width: 90%;
    height: auto;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    overflow: hidden;
    z-index: 1;
    padding: 10px 10px 34px;
    border-radius: 15px;
	left:0;
	right:0;
	margin: auto;
	transform: translateY(83px);
}
.carousel li.items {
    position: absolute;
}
.carousel li.main-pos {
    z-index: 2;
    margin: auto;
    left: 0;
    right: 0;
}
.carousel li.right-pos {
	 transform: scale(0);
}
.carousel li.left-pos {
/*
    left: -7em !important;
    transform: translateY(87px) scale(1.1);
	
*/
	  transform: scale(0);
}
.carousel li.back-right {
     transform: scale(0);
}
.carousel li.back-left {
     transform: scale(0);
}
.carousel li.back-pos {
    transform: scale(0);
}
.carousel li img {
    border-radius: 25px;
	width:100%;
}
.carousel li .hover-layer {
    position: relative;
    width: 100%;
    text-align: center;
    bottom: 11px;
}
.carousel li .hover-layer span {
    border: 1px solid #F6C855;
    padding: 10px 25px;
    font-size: 1em;
    color: #fff;
    background: #F6C855;
    color: #000;
    border-radius: 5px;
    margin: 20px 0;
    cursor: pointer;
    font-family: 'Zoho_Puvi_SemiBold';
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
#carosel-sec .move-btn{
	display: inline-block;
    vertical-align: top;
    padding: 10px 50px;
	background: -webkit-linear-gradient(right, #ccc, #d7d8d5, #dfdfdb);
	background: -o-linear-gradient(right, #ccc, #d7d8d5, #dfdfdb);
	background: linear-gradient(to left, #ccc, #d7d8d5, #dfdfdb);
	    border-radius: 54px;
}
#carosel-sec .but-styl {
    background: url(https://www.manageengine.com/sysadminday/2024/images/ecard-prev-btn.png) no-repeat right center;
    border: none;
    width: 80px;
    height: 80px;
    outline: none;
    cursor: pointer;
    font-size: 0px;
    background-size: contain;
	margin: 0 15px;
	transition: .5s;
}
#carosel-sec .but-styl:hover{transform: scale(.9);}
#carosel-sec #next {
    background: url(https://www.manageengine.com/sysadminday/2024/images/ecard-next-btn.png) no-repeat left center;
    background-size: contain;
}
.button-container {
       padding: 50px 0px;
	cursor: pointer;
}
.button-container div {
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    display: inline-block;
    width: 100px;
    margin: 12px;
    opacity: 0.3;
	border: 1px solid #000;
    background: #fff;
    padding: 2px;
    border-radius: 10px;
}
.button-container div img{
	border-radius:10px;
}
.button-container div.active {
    opacity: 1;
}
.mob-sendecard{
	color: #000;
    border: 2px solid #FFC401;
    padding: 10px;
    background: #FFC401;
    width: 120px;
    margin: 10px auto;
	display: none;
	transition: .5s;
}
.mob-sendecard:hover {
	background: transparent;
	
}

/*--------------------Pin ball Game--------------------------*/
#pinball-game{
	background: url("https://www.manageengine.com/sysadminday/2024/images/arcade-bg.jpg") 0 0 no-repeat;
	background-size: 100% 100%;
	position: relative;
	cursor: pointer;
/*	overflow: hidden;*/
	padding: 100px 0 0 0;
}
#pinball-game:before{
    content: "";
    position: absolute;
    background: url(https://www.manageengine.com/sysadminday/2024/images/spinball-crtve.svg) 0 0 no-repeat;
    background-size: 100%;
    right: 20px;
    top: -138px;
    width: 120px;
    height: 225px;
}
#pinball-game .game-container{
	position: absolute;
    width: 50%;
    margin: auto;
    left: 25%;
    top: 39%;
	z-index: 99;
}
#pinball-game .container{
	position: relative;
}
#pinball-game h2{
    font-family: "Courier Prime";
    font-size: 3em;
	text-align: center;
    position: absolute;
    width: 100%;
    margin: 0;
    top: 118px;
	background: linear-gradient(#DB3C5B, #FCF18E);
    -webkit-background-clip: text;
    color: transparent;
	position: relative;
    z-index: 99;
}
#pinball-game p{
	color: #fff;
	padding: 5px 0 10px;
	line-height: 25px;
	font-size: 1.1em;
}
.pinball-bg{
	position: relative;
    z-index: 9;
}
.playgame-cta{    
	transition: .3s;
    cursor: pointer;
    width: 140px;
    margin: auto;
}
.game-container:hover .playgame-cta{
	transform: scale(.8);
}
.gamepopup{
	display: none;
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
	background:url("https://www.manageengine.com/sysadminday/2024/images/scroll3-bg.jpg") 0 0 no-repeat;
	background-size: 100% 100%;
	color: #dee2e6;
}
.gamepop-close{
    position: absolute;
    right: 8px;
    top: 8px;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
	cursor: pointer;
	transition: .5s;
	z-index: 9;
	background: #000;
	color: #fff;
}
.gamepop-close:hover{
	background: #fff;
	border: 1px solid #000;
	color: #000;
}
.gamepopup .form-field{
	display: inline-block;
    width: 100%;
    margin: 0 0 20px 0;
    position: relative;
}
.gamepopup .form-field input, .gamepopup .form-field select{
	-webkit-box-shadow: 0 0 0 30px #1f06c9 inset;
	-moz-box-shadow: 0 0 0 30px #1f06c9 inset;
    -o-box-shadow: 0 0 0 30px #1f06c9 inset;
    box-shadow: 0 0 0 30px #1f06c9 inset;
	background: transparent;
    padding: 15px 24px;
    width: 100%;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    border-radius: 3px;
    height: auto;
    margin: 0;
    border: 1px solid #d6d5ff;
    color: #fff !important;
    font-size: 1em;
    outline: none;
    box-sizing: border-box;
}
.gamecontainer {
	position: relative;
	line-height: 0;
	font-size: 3em;
	border: 3px solid #a86ffd;
    border-radius: 8px;
}
#throw {
    position: absolute;
    display: block;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: radial-gradient(circle closest-side, #ff6c6c, #ff2020);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .3);
    border-radius: 50%;
    line-height: 100px;
    text-align: center;
    text-decoration: none;
    color: white;
    z-index: 9999;
    bottom: 10px;
    right: 15px;
}
#throw:before{
	display: block;
  	position: absolute;
  	z-index: -1;
  	width: 100%;
  	height: 100%;
  	border-radius: 50%;
  	background: black;
  	opacity: 0;
  	content: '';
  	animation: pulse 1s infinite;
}
#throw:hover::before {
  animation: none;
  opacity: .4;
  transform: scale(1.3);
}
#throw.inactive {
  background: linear-gradient(to bottom, #9173ba 0%, #9173ba 100%);
}
#throw.inactive:before {
  animation: blastOut 1s;
}
@keyframes pulse {
  from {
    transform: scale(1);
    opacity: .4;
  }
  to {
    transform: scale(1.3);
    opacity: 0;
  }
}
@keyframes blastOut {
  from {
    transform: scale(0.9);
    opacity: .4;
  }
  to {
    transform: scale(10);
    opacity: 0;
  }
}
.score {
    position: absolute;	
    width: 150px;
    text-align: center;
	line-height: 45px;
}
.current-score {
    left: 115px;
    top: 18%;
    font-size: 1.2em;
    color: #99b3ff;
    text-transform: uppercase;
	text-align: left;
}
.current-score span{
	width: 150px;
    display: block;
    border: 1px solid #fff;
    background: url(https://www.manageengine.com/sysadminday/2024/images/score-bg.jpg) 0 0 no-repeat;
    background-size: cover;
    text-align: center;
    font-size: 2.6em;
    font-family: 'Zoho_Puvi_Bold';
    color: #f8b86c;
	height: 62px;
  	border-radius: 4px;
  	line-height: 62px;
}
.game-score{
	font-size: 2em;
    margin: 10px 0;
    background: linear-gradient(#DB3C5B, #FCF18E);
    -webkit-background-clip: text;
    color: transparent;
}
.game-rules{
	position: absolute;
    bottom: 10%;
    left: 100px;
    font-size: 1.2em;
    color: #99b3ff;
    text-transform: uppercase;
    width: 350px;
}
.game-rules ol{
	border-top: 1px solid #a86ffd;
    border-bottom: 1px solid #a86ffd;
    background: linear-gradient(to bottom, #08060c, #1a142a, #342d70);
	padding: 10px;
}
.game-rules li{
	text-transform: none;
    font-size: .8em;
    color: #fff;
    margin-left: 24px;
    padding: 8px 0 0 0;
	line-height: 23px;
}
.high-score {
	right: 115px;
    top: 20%;
}
.attempt {
	   right: 115px;
    top: 20%;
}
.trigger {
  	appearance: none;
    position: absolute;
    width: 85px;
    height: 68px;
    bottom: 10px;
    border: 0;
    background-color: transparent;
    text-align: center;
    line-height: 68px;
    font-size: 1.25rem;
    text-transform: inherit;
    cursor: pointer;
    user-select: none;
    outline: none;
    z-index: 99;
	transition:.5s;
}
.trigger:hover{
	transform: scale(1.1);
}
.left-trigger {
	left: 24px;
}

.right-trigger {
	right: 74px;
}
.inactive
		{
			pointer-events: none;
		}
		.arrow {
    position: absolute;
    bottom: 75px;
    right: 20px;
    z-index: 99;
}
canvas {
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.75);
	position: relative;
	z-index: 9;
}
	img.game-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    pointer-events: none;
}
.game-end{
	    text-align: center;
	    transform: translate(-50%, -50%);
    	position: absolute; 
    	left: 50%;
    	top: 50%;
		display: none;
}
.game-end p{		
	    width: 75%;
    	margin: 20px auto 0;
    	line-height: 26px;
}
.game-submit{
	padding: 25px 0 0 0;
}
.game-over{
	font-size: 1.5em;
    margin: 20px 0 0 0;
}
.game-submit div{
	background: #FFC401;
    color: #000;
    padding: 12px 30px;
    display: inline-block;
    vertical-align: top;
    margin: 10px;
    transition: .5s;
    cursor: pointer;
    font-size: 1.1em;
    font-family: 'Zoho_Puvi_Bold';
    border: 2px solid #FFC401;
}
.game-submit div:hover{
	background: transparent;
	color: #fff;
}


.game-section.clearfix {
    position: fixed;
    width: 100%;
    height: 100%;
	color: #dee2e6;
	    background: rgba(0, 0, 0, .6);
}
		span.ar.yel-ar
		{
			background: url("https://www.manageengine.com/sysadminday/2024/images/arrow-1.png") no-repeat;
			background-size: 98%;
		background-position: center;
		}
		span.ar.pin-ar
		{
			background: url("https://www.manageengine.com/sysadminday/2024/images/arrow-2.png") no-repeat;
			background-size: 98%;
		background-position: center;
		}
		span.ar.blue-ar
		{
			background: url("https://www.manageengine.com/sysadminday/2024/images/arrow-3.png") no-repeat;
			background-size: 98%;
		background-position: center;
		}
		span.ar{
    display: block;
    width: 30px;
    height: 34px;
}
		span.ar.activearrow
		{
			    -webkit-filter: drop-shadow(0px 0px 3px #fff);
    filter: drop-shadow(0px 0px 3px #fff);
		}
		.space-ball {
    position: absolute;
    z-index: 9;
}
		.space-ball.left-space
		{
			 transform: rotate(-30deg);
			  top: 305px;
              left: 54px;
		}
		.space-ball.right-space
		{
			     transform: rotate(27deg);
    top: 305px;
    right: 114px;
		}
		.space-ball span {
        display: block;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    margin: 8px 0;
  animation: blink 0.7s infinite alternate;			
}
		.space-ball span:first-child
		{
			    background: #e76b13;
			 animation-delay: 0s;
		}
		.space-ball span:nth-child(2)
		{
			    background: #e79913;
			animation-delay: 0.5s;
		}
		.space-ball span:nth-child(3)
		{
			    background: #e7d213;
			animation-delay: 1s;
		}
		@keyframes blink {
    0% {
         box-shadow: none;
    }
    100% {
          box-shadow: 0 0 6px #ffffff;
    }
  }
		.triangle
		{
			 position: absolute;
			z-index: 9;
			top: 455px;
		}
		.triangle.triangle-left
		{
			
			    left: 79px;
		}
		.triangle.triangle-right
		{
			    right: 132px;
		}
		.triangle span
		{
			    display: block;
    border-style: solid;
    border-width: 20px 20px 0 0;
    transform: rotate(227deg);
    margin: 9px 0;
    width: 0;
    height: 0;
	animation: blinktri 0.5s infinite alternate;		
		}
		.triangle span:first-child
		{
			border-color: #ffdc76 transparent transparent transparent;
			 animation-delay: 0s;
		}
		.triangle span:nth-child(2)
		{
			border-color: #ff9260 transparent transparent transparent;
			animation-delay: 0.5s;
		}
		.triangle span:nth-child(3)
		{
			border-color: #ff616a transparent transparent transparent;
			animation-delay: 1s;
		}
		@keyframes blinktri {
    0% {
         -webkit-filter: none;
  filter: none;
    }
    100% {
  filter: drop-shadow(0px 0px 6px #ffffff);
    }
  }
	
/* responsive scaling, because pinball tables are tall */
/*
@media (min-height: 0px) {
	.gamecontainer { transform: scale(0.25) translate(-50%, -50%); }
}
*/
/*
@media (min-height: 400px) {
	.gamecontainer { transform: scale(0.5) translate(-50%, -50%); }
}
*/
@media (min-height: 600px) {
	.gamecontainer { 
         transform: scale(0.75) translate(-50%, -50%);
        position: absolute;
                left: 50%;
        top: 50%;
		transform-origin-x: 0;
		transform-origin-y: 0;
        -webkit-transform-origin-x: 0;
        -webkit-transform-origin-y: 0;
	}
}
@media (min-height: 950px) {
	.gamecontainer { transform: scale(1) translate(-50%, -50%); top: 50%; left: 50%; }
}

/*--------------------Pick your Poison game-------------------*/
#pickurpoison-game{
	background: url("https://www.manageengine.com/sysadminday/2024/images/scroll4-bg.jpg") 0 0 no-repeat;
	background-size: 100% 100%;
	position: relative;
	overflow: hidden;
}
#pickurpoison-game .container{
	position: relative;
}
#pickurpoison-game h2{
	color: #fff;
    font-family:"Courier Prime";
    font-size: 4em;
    font-size: 3em;
    margin: 0 0 16px 0;
}
#pickurpoison-game p{
	color: #fff;
	font-family: 'Zoho_Puvi_SemiBold';
	padding: 10px 0 35px;
	line-height: 25px;
	font-size: 1.1em;
}
#pickurpoison-game .game-container{
    padding: 163px 0 0 0;
    min-height: auto;
    position: absolute;
    width: 82%;
    top: 16%;
    left: 9%;
}
#pickurpoison-game span{
	font-family: 'Zoho_Puvi_SemiBold';
    font-size: 2em;
    color: #130060;
    padding: 25px 10px;
    text-align: center;
    display: block;
}
#pickurpoison-game ul{margin: 30px 0 0 0;}
#pickurpoison-game li {
        width: 220px;
    vertical-align: top;
    border: 2px solid #000;
    margin: 18px;
    border-radius: 20px;
    font-size: 1.6em;
    padding: 20px;
    min-height: 290px;
    font-family: 'Zoho_Puvi_SemiBold';
    color: #130060;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    letter-spacing: 1px;
    position: relative;
	background: #d6d5d4;
    top:33px;
}
#pickurpoison-game li:hover{
	background: #18822e !important;
	color:#fff;
}
#pickurpoison-game li.active{
	-webkit-animation-name:shake;    
    -webkit-animation-duration: 0.8s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -webkit-transform-origin: 50% 100%;
	background: #18822e !important;
	color:#fff;
}
@-webkit-keyframes shake {
  0%  {	-webkit-transform: translate(2px, 1px) rotate(0deg); }
  10% { -webkit-transform: translate(-1px, -2px) rotate(-2deg); }
  20% { -webkit-transform: translate(-3px, 0px) rotate(3deg); }
  30% { -webkit-transform: translate(0px, 2px) rotate(0deg); }
  40% { -webkit-transform: translate(1px, -1px) rotate(1deg); }
  50% { -webkit-transform: translate(-1px, 2px) rotate(-1deg); }
  60% { -webkit-transform: translate(-3px, 1px) rotate(0deg); }
  70% { -webkit-transform: translate(2px, 1px) rotate(-2deg); }
  80% { -webkit-transform: translate(-1px, -1px) rotate(4deg); }
  90% { -webkit-transform: translate(2px, 2px) rotate(0deg); }
  100%{ -webkit-transform: translate(1px, -2px) rotate(-1deg); }
 }
#pickurpoison-game li label{
/*	position: absolute;*/
    width: 100%;
    height: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
	cursor: pointer;
	line-height: 35px;
	padding: 15px;
	font-family:"Courier Prime";
	font-weight: 600;
}
#pickurpoison-game li input{display: none;}
.pick-ques{
	width: 50%;
    margin: auto;
    text-align: left;
}
.pick-img {
    width: 100px;
    height: 100px;
    border: 1px solid #000;
    border-radius: 15px;
    display: inline-block;
    vertical-align: middle;
}
#answers{
	  margin: 165px 26px 0 0;
}
.pick-ques span{
	display: inline-block;
    vertical-align: middle;
    padding: 0 25px;
}
.counter{
    width: 60px;
    height: 60px;
    position: absolute;
    right: 27px;
    top: 107px;
    text-align: center;
    line-height: 60px;
    font-size: 1.8em;
    color: #130060;
    font-family: 'Zoho_Puvi_SemiBold';
}
.pick-game-popup{
    color: #fff;
    text-align: center;
    width: 600px;
    padding: 45px 70px 45px;
    display: none; 
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	border: 2px solid #FBEF8E;
}
.pick-game-popup .form-field{
	display: inline-block;
    width: 100%;
    margin: 0 0 20px 0;
    position: relative;
}
#country_state, #ukcountry_region{margin: 20px 0 0 0;}
.pick-game-popup input, .pick-game-popup select{
	background: #DDDDDD;
    padding: 15px 24px;
    width: 100%;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    border-radius: 3px;
    height: auto;
    margin: 0;
    border: 1px solid #d6d5ff;
    color: #000 !important;
    font-size: 1em;
    outline: none;
    box-sizing: border-box;
}
.pick-game-popup select{
  border: 1px solid #d6d5ff;
  color: #000;
  padding: 15px 24px;
  width: 100%;
  height: auto;
  font-size: 1em;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 3px;
  position: relative;
  background: #DDDDDD url(https://www.manageengine.com/sysadminday/2024/images/country-arrow.svg) no-repeat;
  background-position: 96% center;
  box-shadow: none !important;
  outline: none;
  background-size: 10px;
}
.error{
  display: none;
  position: absolute;
  bottom: -15px;
  color: #ffbebe;
  font-size: 0.8em;
  left: 10px;
  line-height: normal;
  margin: 0;
}
.pick-submit{
  	border: 2px solid #FFC401;
    padding: 12px 20px;
    background: #FFC401;
    text-transform: uppercase;
    font-family: 'Zoho_Puvi_Bold';
    width: 100px;
    margin: auto;
    cursor: pointer;
    transition: .5s;
    text-align: center;
}
.pick-submit:hover{
	background: transparent;
	color:#fff;
}
.enclose-ans{
	display: none;
    background: rgba(0, 0, 0, .8);
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
}
.enclose-overlay{
	margin: auto;
    text-align: center;
    background: url(https://www.manageengine.com/sysadminday/2024/images/sumbit-pick-popup-bg.jpg) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 450px;
    padding: 40px 10px;
}
.enclose-overlay h3{
	font-size: 2em;
    font-family: 'Zoho_Puvi_SemiBold';
    color: #fff;
    margin: 0;
}
#pickurpoison-game .enclose-overlay p{
	font-size: 1.2em;
    font-family: 'Zoho_Puvi_Regular';
    padding: 20px 0;
	margin: 0;
}
.pin-success-msg{
	display: none;
    border: 2px solid #FBEF8E;
    width: 35%;
    border-radius: 15px;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
	padding: 25px;
}
.pin-success-msg h3{
	font-size: 2.3em;
    margin: 0;
    font-family: 'Zoho_Puvi_Bold';
}
.pin-success-msg p{
	font-size: 1.2em;
    line-height: 24px;
}
.pin-msg-close{
	border: 1px solid #FFC401;
    padding: 10px 25px;
    display: inline-block;
    background: #FFC401;
    color: #000;
    font-family: 'Zoho_Puvi_Bold';
    margin: 10px;
}
.pick-popup{
	display: none;
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
	background: url("https://www.manageengine.com/sysadminday/2024/images/scroll4-bg.jpg") 0 0 no-repeat;
	background-size: 100% 100%;
	color: #dee2e6;
}
.pick-success-msg{
    border: 2px solid #FBEF8E;
    width: 35%;
    border-radius: 15px;
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
	padding: 25px;
}
.pick-success-msg h3{
	font-size: 2.3em;
    margin: 0;
    font-family: 'Zoho_Puvi_Bold';
}
.pick-success-msg p{
	font-size: 1.2em;
    line-height: 24px;
}
.close-msg, .pinclose-msg{
	color: #000;
    font-family: 'Zoho_Puvi_Bold';
    background: #FFC401;
    display: inline-block;
    padding: 10px 30px;
    border: 1px solid #FFC401;
    margin: 10px;
	cursor: pointer;
	font-size: 1.1em;
	transition: .5s;
}
.close-msg:hover, .pinclose-msg:hover{
	background: transparent;
	color: #fff;
}
.pick-pop-close{
	color: #fff;
    position: absolute;
    right: 6px;
    top: 6px;
    border: 1px solid #000;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
	cursor: pointer;
	transition: .5s;
	z-index: 9;
	background: #000;
}
.pick-pop-close:hover{
	color: #000;
	background: #fff;
}

/*-----------------Footer------------------*/
footer {
    background: #000;
    padding: 60px 0;
    color: #fff;
	text-align: center;
}
footer .foot-me-logo {
    display: inline-block;
    margin-bottom: 10px;
}
footer .foot-me-logo img {
    width: 240px;
    height: auto;
}
footer .for-terms {
    font-size: 15px;
    margin: 0;
}
footer .for-terms a {
    color: #fff;
}
footer .copyright {
    font-size: 15px;
    margin: 0;
}
footer .copyright a {
    color: #fff;
    text-decoration: none;
}
footer a:hover{text-decoration: underline;}

/*-------------Popup styles-------------*/
.popup-container {
  background: #fcc300;
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  overflow-x:hidden;
}
.popup-container.pinball-popup{background: url("https://www.manageengine.com/sysadminday/2024/images/scroll3-bg.jpg") 0 0 no-repeat;}
.popup-container.pinball-popup .pop-cont{
	background: rgba(0, 0, 0, .6);
	top: 0;
    position: relative;
    margin: 0;}  
.popup-container.pick-popup-stl{background: url("https://www.manageengine.com/sysadminday/2024/images/scroll4-bg.jpg") 0 0 no-repeat;background-size: 100% 100%;}
.popup-container .pop-cont {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
}
.popup-close {
  position: absolute;
  top: 6px;
  right: 6px;
  cursor: pointer;
  z-index: 3;
  background: #000;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  display: block;
  color: #fff;
  text-align: center;
  font-family: 'Zoho_Puvi_SemiBold';
  line-height: 30px;
  border: 2px solid #000;
  transition: .5s;
}
.popup-close:hover {
  background: #fff;
  color: #000;
	border: 2px solid #000;
}
.verfication-form {
  color: #000;
  text-align: center;
  background-size: 100%;
  width: 700px;
  margin: 0 auto;
  border: 1px solid #000;
  display: none;
  position: relative;
  padding: 12px 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #FFC403;
  transform: translateY(50%);
}
.verfication-form h3{
  font-size: 2em;
  font-family: 'Zoho_Puvi_Bold';
}
#verpop1_line2 {
  font-size: 1.3em;
  margin: 0 0 20px;
  line-height: 1.5;
}
.verfication-form input[type="text"] {
  background: url(https://www.manageengine.com/sysadminday/2024/images/verfied-input-img.svg) no-repeat left center !important;
  background-size: 315px !important;
  font-size: 2.7em;
  color: #000;
  line-height: normal;
  letter-spacing: 42px;
  width: 400px;
  outline: none;
  border: none;
  padding: 20px 14px;
  position: relative;
  -webkit-appearance: none;
  left: 40px;
  overflow: hidden;
}
.verfication-form p#pop1_line3 {
     color: #d74119;
}
.verfication-form p#pop1_line4 {
  padding: 15px 0 0;
}
.verfication-form .verify-submit {
  margin: 25px 0;
}
.verifystyle {
		background: url(https://www.manageengine.com/sysadminday/2024/images/verfied-input-img.svg) no-repeat left center !important;
    	background-size: 315px !important;
		display: inline-block;
		left: 40px;
		position: relative;
	}
	.verfication-form input[type="text"] {
		left: 0;
	}
.btn2,
.btn1 {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  font-size: 1.2em;
  border: 1px solid #D84119;
  padding: 15px 25px;
  border-radius: 5px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background: #D84119;
  color: #fff;
  font-family: "Courier Prime";
}
.btn2:hover,
.btn1:hover {
  color: #000;
  background: transparent;
}
.gameform_ctas{background: #FFC401;color: #000; border: 1px solid #FFC401;}
.gameform_ctas:hover{background: transparent;color: #fff;}
.ecard-form {
  margin-top: 5%;
}
.ecardsimg-box {
    display: inline-block;
    width: 55%;
    vertical-align: middle;
    float: left;
    padding: 38px 0 0 0;
}
.ecards-images > img{
	height: 420px;
}
.ecards-images {
  width: 100%;
  box-sizing: border-box;
}
.ecards-images img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.ecards-images ul {
  text-align: left;
  margin: auto;
  padding: 0;
}
.ecards-images ul li {
  display: inline-block;
  vertical-align: top;
  width: 17%;
  margin: 0 3% 0 0;
  -moz-transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  cursor: pointer;
}
.ecards-images ul li:last-child{margin: 0;}
.ecards-images ul li img {
  border: 2px solid #173d3e;
  width: 100%;
  height: auto;
  opacity: 0.3;
}
.ecards-images ul li.active img {
  opacity: 1;
}
.ecardsform-box {
  overflow: auto;
  text-align: left;
  width: 40%;
  margin: 0 0 0 5%;
  padding: 0 0 0 5%;
  font-size: 0.9em;
 color:#000;
}
.ecardsform-box form select {
  border: 1px solid #000;
  color: #000;
  padding: 15px 24px;
  width: 100%;
  height: auto;
  font-size: 1em;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 3px;
  position: relative;
  background: url(https://www.manageengine.com/sysadminday/2024/images/country-arrow.svg) no-repeat transparent;
  background-position: 96% center;
  box-shadow: none !important;
  outline: none;
  background-size: 10px;
}
.ecardsform-box .form-field {
  display: inline-block;
  width: 100%;
  margin: 0 0 17px 0;
  position: relative;
}
.ecardsform-box .form-field input {
  background: transparent;
}
.ecardsform-box .form-field input::placeholder {
  /* Most modern browsers support this now. */
  color: #000;
}
.ecardsform-box .form-field .reg_form_errors {
  display: none;
  position: absolute;
  bottom: -15px;
  color: #f00;
  font-size: 0.8em;
  left: 10px;
  line-height: normal;
  margin: 0;
}
.ecardsform-box .zc-label-text {
  margin: 15px 0 20px 0;
  display: block;
  font-size: 1.2em;
  color: #000;
}
.ecardsform-box .zc-Radio span {
  padding: 0 0 15px;
  display: block;
  cursor: pointer;
  color: #000;
}
.ecardsform-box .privacy-policy{color: #000;}
.ecardsform-box .privacy-policy a{color: #D84119;}
.ecardsform-box #meGDPRMessage a{color: #D84119;}
#meGDPRMessage a:hover{text-decoration: underline;;}
.ecardsform-box .zc-Radio span input[type='radio'] {
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid #000;
    border-radius: 50%;
    outline: none;
    padding: 0;
    margin-right: 3px;
    background: no-repeat;
    cursor: pointer;
	position: relative;
}
.ecardsform-box .zc-Radio span input[type='radio']:checked {
  background: #D8D6D6;
}
.ecardsform-box .zc-Radio span input[type='radio']:checked:before{
	content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background: #006896;
    border-radius: 50%;
    text-align: center;
    line-height: 26px;
    left: 2px;
    top: 2px;
}
.ecardsform-box .zc-Radio span label {
  display: inline-block;
  width: 90%;
  vertical-align: top;
  cursor: pointer;
}
.ecardsform-box input,
.ecardsform-box textarea{
  background: transparent;
  padding: 15px 24px;
  width: 100%;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border-radius: 3px;
  height: auto;
  margin: 0;
  border: 1px solid #000;
  color: #000 !important;
  font-size: 1em;
  outline: none;
  box-sizing: border-box;
}
.ecardsform-box input:-webkit-autofill, .ecardsform-box input:-webkit-autofill:hover, .ecardsform-box input:-webkit-autofill:focus, .ecardsform-box input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #fcc300 inset !important;
}
input:-webkit-autofill {
    -webkit-text-fill-color: #000;
}
.ecardsform-box input:active,
.ecardsform-box textarea:active,
.ecardsform-box input:visited,
.ecardsform-box textarea:visited,
.ecardsform-box input:focus,
.ecardsform-box textarea:focus {
  color: #fff;
}
.ecardsform-box #meGDPRMessage{color:#000;font-size: .9em;}
input:-webkit-autofill {
  -webkit-text-fill-color: #000;
}
input:-webkit-autofill:focus {
  -webkit-text-fill-color: #000;
}
.privacy-policy {
  font-size: 0.9em;
  color:#fff;
  line-height: 20px;
}
.privacy-policy a{color:#FFC401;}
.privacy-policy a:hover{text-decoration: underline;}
#meGDPRMessage{color:#fff;line-height: 20px;font-size: .9em;}
#meGDPRMessage a{color: #FFC401;}
.changemailid {display: none;}
.changemailid.active {
  display: inline-block;
  padding: 7px 18px;
  background: #fff;
  border-radius: 20px;
  margin-top: 10px;
  border: 1px solid #000;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.changemailid.active:hover {
  background: transparent;
  color: #000;
  cursor: pointer;
}
.ecard-success-msg{display: none;}
.ecard-success-msg {
    color: #000;
    text-align: center;
    width: 600px;
    padding: 45px;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	background: #fff;
}
.ecard-success-msg h3{
	font-size: 1.4em;
    font-style: italic;
    font-family: 'Zoho_Puvi_SemiBold';
}
.ecard-success-msg p{margin-bottom: 25px;}
.succ-msg-btn-grp .btn1{border: 1px solid #FFC400;background: #FFC400;color: #000;}
.ecardsform-box .form-field input:focus::placeholder, .pick-game-popup input:focus::placeholder {
  color: transparent;
}

/*-------------Animation-------------*/
#answers li.moveleft{opacity: 0;transition: 1s;}
.cubelement {
  position: absolute;
/*  left: -35%;*/
  top: 2%;
  z-index: 1;
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transform:rotate(15deg);
  -webkit-transition: transform 2.5s;
  -moz-transition: transform 2.5s;
  -o-transition: transform 2.5s;
  transition: transform 2.5s;
   left: 2%;
	width:260px;
	  filter: drop-shadow(22px -15px 5px rgba(0, 0, 0, 0.5));
	  animation: float 8s infinite alternate-reverse;
}
@keyframes float{
	from{
	transform: translateX(0px) rotate(15deg);
	}
	to{
	  transform: translateX(50px) rotate(70deg);
	}
}
@keyframes swing{
	from{transform: rotate(0deg);}
	to{transform: rotate(20deg);}
}
.bounceball{
   position: absolute;
   width:30px;
   right:90px;
   bottom: 10%;
   z-index: 1;
   animation: bounce 600ms cubic-bezier(.36,-0.01,.86,.63) infinite;
   animation-fill-mode: both;
   animation-direction: alternate;
}
@keyframes bounce {
  from {
    bottom: 10%;
  }
  to {
    bottom: -6%;
  }
}
#pickurpoison-game:before{
    content: "";
    position: absolute;
    background: url(https://www.manageengine.com/sysadminday/2024/images/box-img.png) 0 0 no-repeat;
    width: 200px;
    height: 200px;
    background-size: 100%;
    left: 0;
    top: 0;
    filter: drop-shadow(22px 15px 5px rgba(0, 0, 0, 0.5));
	transform: translatey(0px);
	animation: floatkey 6s ease-in-out infinite;
}
@keyframes floatkey {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
}
#pickurpoison-game:after{
	content: "";
    position: absolute;
    background: url(https://www.manageengine.com/sysadminday/2024/images/coffee-img.png) 0 0 no-repeat;
    width: 200px;
    height: 230px;
    background-size: 100%;
    right: 20px;
    bottom: 10px;
	transform: translatex(0px);
	animation: coffeefloat 6s ease-in-out infinite;
}
@keyframes coffeefloat {
	0% {
		transform: translatex(0px) rotate(0deg);
	}
	50% {
		transform: translatex(-20px) rotate(-10deg);
	}
	100% {
		transform: translatex(0px) rotate(0deg);
	}
}
.thunder1{
	position: absolute;
    top: 10%;
    left: 4%;
    transform: rotate(32deg);
    width: 242px;	
	animation: glow 1s ease-in-out infinite alternate;
}
.thunder2{
    position: absolute;
    top: 40%;
    left: 2%;
    transform: rotate(21deg);
    width: 287px;
    animation: glow 1s ease-in-out infinite alternate;
	animation-delay: 5s;
}
.thunder3{
	 position: absolute;
    bottom: 10%;
    left: 6%;
    width: 287px;
    animation: glow 1s ease-in-out infinite alternate;
	animation-delay: 8s;
}
.thunder4{
	position: absolute;
    top: 8%;
    right: 4%;
    width: 200px;
    animation: glow 1s ease-in-out infinite alternate;
    animation-delay: 2s;
    transform: rotate(11deg);
}
.thunder5{
    position: absolute;
    top: 32%;
    right: 2%;
    width: 287px;
    animation: glow 1s ease-in-out infinite alternate;
    animation-delay: 7s;
    transform: rotate(26deg);
}
.thunder6{
    position: absolute;
    bottom: 12%;
    right: 5%;
    width: 287px;
    animation: glow 1s ease-in-out infinite alternate;
    animation-delay: 1s;
    transform: rotate(25deg);
}
@-webkit-keyframes glow {
  from {
	  filter: drop-shadow(5px 5px 5px #222); 
  }
  
  to {
	       filter: drop-shadow(5px 5px 5px #ba9f6b);
  }
}
.star1{
    position: absolute;
    bottom: 22%;
    left: 19%;
    width: 70px;
/*	transform: scale(0);*/
/*	animation: zoomin 3s ease-in-out infinite;*/
	  animation: blinker 1s linear infinite;
	animation-delay: 5s;
}
.star2{
	position: absolute;
    bottom: 30%;
    left: 4%;
    width: 70px;
	animation: blinker 1s linear infinite;
}
.star3{
	position: absolute;
    top: 20%;
    left: 14%;
    width: 70px;
    animation: blinker 1s linear infinite;
	animation-delay:6s;
}
.star4{
	position: absolute;
	top:50%;
	right:15%;
	animation: blinker 1s linear infinite;
	animation-delay:2.5s;
}
.star5{
	position: absolute;
	top:10%;
	right:2%;
	animation: blinker 1s linear infinite;
	animation-delay:3.5s;
	width: 70px;
}
.star6{
	position: absolute;
	bottom:10%;
	right:12%;
	animation: blinker 2s linear infinite;
	animation-delay:4.5s;
	width: 70px;
}
@keyframes zoomin{
	from{transform: scale(0);}
	to{transform: scale(1);}
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.floopyimg {
	width: 800px;
}
/*-------------Event closed---------------*/
.popup-container{overflow: hidden;}
.popup-container .pop-cont .ecardsend-sec .eventclosed {
  padding: 40px;
  border: 1px solid #000;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  width: 60%;
}
.eventclosed h3{
	font-size: 2em;
	color: #570095;
    margin: 10px 0;
    line-height: 40px;
}
.eventclosed p{
	font-size: 1.1em;
    line-height: 24px;
}

/*-------------Media query----------------*/
@media (min-width:1800px){
	#sec1_desc1{margin: 90px 0 0 0;}
}
@media (min-width:1140px) and (max-width:1250px){
	.counter{right: 22%;}
}
@media (max-width: 1250px) {
  .container {
    max-width: 90%;
  }
  .carousel #next{right: -72%;}
	.carousel .but-styl{left: -71%;}
		#topbar-menu-icon{
		display: block;
		right: 18px;
	}
	    header nav .nav-menu {
        background: #fff;
        position: absolute;
        width: 250px;
        top: 50px;
        z-index: 99;
        float: none;
        right: 18px;
        display: none;
    }
	nav ul li{
		    width: 100%;
    padding: 15px 0;
    text-align: center;
    border-bottom: 1px solid #000;
		cursor: pointer;
		background: #fff;
	}
	nav ul li:hover{
		background:#d3d3d3;
	}
	nav ul li a{color:#000;}
	div.ecard-headerselectlang{right: 0%;}
	.high-desc{width:100%;}
	.high-desc img{margin-left:0;}
	#pickurpoison-game li{min-height: 340px;}
	.scanlines{left:25%;}
	#threegame-sec li {width:35%;}
	.ecard-carousel{width:100%;}
	#pickurpoison-game .game-container{width: 100%;left: 0%;}
	.game-rules{width: 27%;left: 50px;}
	.current-score{left:50px;}
	.cubelement{left:-8%;}
}
@media (max-width:1100px){
	.game-rules{display: none !important;}
	.counter {right: 18%;}
}
@media (max-width: 1025px) {
.ecard-headerselectlang {
    margin-right: 40px;
  }
	    .counter {
        right: 16%;
    }
}
@media (max-width:992px){
	#Home{min-height:600px;}
	#threegame-sec li{
		width: 40%;
		margin: 25px 20px;
	}
	#pickurpoison-game li{
		width: 38%;
		margin: 20px 10px;
	}
	.verfication-form {
    	width: 600px;
		padding: 10px;
  	}
	.pick-game-popup{
		width: 80%;
		padding: 40px;
	}
	.pick-success-msg, .pin-success-msg{
		width: 60%;
	}
	#pinball-game .game-container{
		width:56%;
		left:22%;
	}
	.current-score{
		left: 20px;
    	top: 10%;
	}
	.ecards-images ul li{width:16.7%;}
	.computer-img{display: none;}
	.high-desc{top:0;width:80%;padding: 40px 0 0 0;}
	#threegame-sec .container{margin-top:0;}
	.carousel{left: 0;width: 100%;}
	.carousel ul{background: none;width:100%;margin: 0;}
	.ecard-carousel{background: #e8e9e2;border-radius:15px;position: relative;}
	#carosel-sec .cols-9, #carosel-sec .cols-3{width:100%;border:none;min-height: auto;background: #e8e9e2;border-radius:15px;}
	#carosel-sec .send-ecardbtn{border:none;}
	.carousel li{width: 500px;padding: 10px;background: #fff;border:1px solid #000;border-radius: 20px;transform:scale(0);}
	.send-ecardbtn{display: none;}
	.button-container{padding: 20px 0 40px 0;}
	.carousel li.back-left, .carousel li.back-right, .carousel li.back-pos{transform: scale(.3);}
	.mob-sendecard{display: block;}
	.scanlines{
		    position: relative;
    		top: 0;
    		left: 0;
			width: 100%;
		    line-height: 24px;
	}
	.scanlines .overlay{position: relative;}
	.menu, .doller, .menu p{animation: none;-webkit-animation:none;}
	.doller span{color:#fff;text-shadow: none;}
	.menu{filter: none;}
	.menu p{color:#fff;text-shadow: none;}
	#pickurpoison-game img{display: none;}
	#pickurpoison-game .game-container{
		    position: relative;
    		width: 100%;
    		top: 0;
    		left: 0;
		    padding: 50px 0 25px;
    		background: #D76E2A;
    		border-radius: 20px;
	}
	.pick-ques{
		    background: #fff;
		    width: 100%;
	}
	#answers{margin: 30px 0 0 0;}
	.cubelement{width: 200px;top: -5%;}
/*	.cubelement.active{left:-12%;}*/
	.carousel li.main-pos{margin: 40px auto 0;transform:scale(1);}
	#pickurpoison-game:before{
		    width: 150px;
    		height: 150px;
		    top: -23px;
	}
	#pickurpoison-game:after{bottom: -13px;width: 150px;height: 178px;}
	.enclose-ans{bottom: 0;}
	.menu{text-transform: none;width:100%;}
	.counter{right: 10px;top: 0;}
	.enclose-overlay{width:60%;padding: 40px 10px;}
}

@media (min-width: 992px) and (max-height:680px){
	.high-desc{top:-180px;}
	.current-score{z-index: 9;}
}
@media(max-height:600px){
	.gamecontainer{
		min-height: 500px;
    height: 500px;
    width: 350px;
    margin: 20px auto 0;
    overflow: hidden;
		        top: 50%;
	}
	canvas{
		    width: 350px;
		height: 100%;
	}
		span.ar.pin-ar{background-size: 64%;}
	span.ar{height:18px;}
	span.ar.yel-ar{background-size: 68%;}
	span.ar.blue-ar{background-size: 60%;}
	#throw{right:4px;}
	.arrow{bottom: 54px;right: 10px;}
}
@media (max-width:800px){
	#pinball-game{padding: 100px 0;}
	.pinball-bg{display: none;}
	#pinball-game .game-container{
		width: 90%;
        left: 0;
        background: linear-gradient(to left, #5954CC, #114F9E, #5954CC);
        padding: 20px 10px;
        border: 5px solid #0C7B8E;
        box-shadow: 0px 0px 10px 4px #0C7B8E;
		position: relative;
	}
	#pinball-game h2{margin: 20px auto 25px;top: 0;position: relative;}
	.thunder{display: none;}
}
@media (max-width:650px){
	.ecard-headerselectlang {
    width: auto !important;
    margin-right: 50px;
  }
	.ecard-headerselectlang .headdefault_lang_dropdown p span.mobile-flag {
    display: inline-block !important;
    vertical-align: middle;
    margin: 0px 24px 2px 5px;
  }
	.ecard-headerselectlang .headdefault_lang_dropdown p span {
    display: none;
  }
	#bg-vimeo_iframe_mobile{display: block;}
	#bg-vimeo_iframe{display: none;}
	#threegame-sec li{
		width: 80%;
		margin: 25px 0;
	}
	.pick-game-popup{border:none;}
	#pickurpoison-game li{
		width: 80%;
        min-height: auto;
		padding: 0px;
		margin: 0px 0 18px 0;
		font-size: 1.3em;
		border-radius: 10px;
	}
	#pickurpoison-game li label{line-height: 24px;}
	.verfication-form input[type="tel"] {
    	padding: 15px 13px;
   	 	font-size: 2.2em;
    	background-size: 290px;
    	max-width: 100%;
    	margin-left: 35px;
  	}
		.pick-ques{
		border: none;
		width: 100%;
	}
	.pick-popup{width: 100%;}
	.carousel li{width:90%;}
	.carousel ul{height: 500px;}
	.carousel ul{height:450px;}
	#carosel-sec .move-btn{padding: 10px 20px;}
	#carosel-sec .but-styl{width: 60px;height: 60px;}
	.ecard-success-msg{width:80%;}
	.ecard-form{padding: 20px 0;}
	.verfication-form input[type="tel"]{letter-spacing: 46px;}
		canvas{width:400px;}
	.game-rules{display: none !important;}
	#throw{width:30px;height:30px;right:13px;}
	span.ar{width: 30px;height: 28px;}
	span.ar.blue-ar, span.ar.yel-ar, span.ar.pin-ar{background-size: 87%;}
	.arrow{bottom: 64px;right: 14px;}
	.game-end{width:90%;top:42%;}
	.enclose-overlay {width: 80%;padding: 40px 20px;}
	#sec1_desc1{
		font-size: 2em;
    	line-height: 38px;
    	margin: 10px 0 0 0;
	}
		#sec1_desc1 br{display: none;font-size: 1.6em;}
	.ecard-headerselectlang:hover ul {
    width: 200%;
    right: 0;
  }
}
@media (max-width:450px){
	.verfication-form .form-field {
    	-webkit-transform: scale(0.9);
   	 	-moz-transform: scale(0.9);
    	-o-transform: scale(0.9);
    	transform: scale(0.9);
  	}
.carousel ul{height:400px;}
	.title-img{width: 300px;}
	#sec1_desc1 br{display: none;font-size: 1.6em;}
	.verfication-form input[type="text"]{background-size: 300px !important;letter-spacing: 38px;}
	.verifystyle{left: 14px;background-size: 300px !important;}
	#pickurpoison-game span{font-size: 1.6em;}
}
@media (max-width:350px){
.ecardsimg-box {
    display: none;
  }
		.carousel ul{height:350px;}
	.ecards-images ul li{width:16.5%;}
	.verifystyle{left:3px;}
}
@media (max-width:650px) and (max-height:600px){
	.current-score{z-index: 9;}
	    canvas {
        width: 350px;
    }
		#throw{width:30px;height:30px;right:13px;}
	span.ar{width: 30px;height: 28px;}
	span.ar.blue-ar, span.ar.yel-ar, span.ar.pin-ar{background-size: 87%;}
	.arrow{bottom: 64px;right: 14px;}
}
@media (max-width: 650px) and (max-width: 400px) {
  .ecard-headerselectlang {
    margin-right: 23px;
  }
}
@media (max-width: 400px){
	    .ecard-headerselectlang {
        margin-right: 36px;
    }
}
@media (max-width:350px) and (max-height:600px){
.gamecontainer {width:300px;}
	canvas{
		    width: 300px;
		height: 100%;
	}
	
}
@media (max-width: 992px) and (max-width: 650px) {
	.verfication-form {
   	 	width: 90%;
/*    	margin: 14% auto 0 auto;*/
  	}
	.ecardsimg-box {
    	float: none;
    	display: block;
    	width: 100%;
    	margin: -30px 0 0;
	}
	.ecardsform-box {
    	width: auto;
   		padding: 0;
    	margin: 30px 0;
    	font-size: 1em;
  	}
		.current-score{left: 11px;top: 10px;z-index: 9;}
}

/*--------Firefox styles---------*/
@-moz-document url-prefix() {
	.gamecontainer {transform: scale(0.75) translate(-65%, -65%);}
	@media (max-height:600px){
		.gamecontainer{transform: scale(.75);}
	}
}
	