@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
	font-family: 'Zoho_Puvi_Regular', sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 26px;
    font-size: 1em;
    font-weight: 100;
    overflow-x: hidden;
	font-family: 'Zoho_Puvi_Regular', sans-serif;
    background: #000;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
a{color: #fff;}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Zoho_Puvi_SemiBold', sans-serif;
}

h1 {
    font-weight: 900;
    font-size: 4.5em;
}
h3{
    font-size: 30px;
    font-weight: 600;
    text-align: center;
}

.loading-page {
    background: #fff;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 99999;
    top: 0;
}

.loading-page .counter {
    text-align: center;
    line-height: 60px;
}

.loading-page .counter p {
    font-size: 40px;
    font-weight: 100;
    color: #c60006;
}

.loading-page .counter img {
    width: 80px;
    display: block;
    margin: 0 auto;
}

.loading-page .counter h1 {
    color: white;
    font-size: 60px;
    margin: 0px 0 20px 0;
}

.loading-page .counter hr {
    background: #c60006;
    border: none;
    height: 1px;
    width: 1px;
}

.loading-page .counter hr.active {
    -webkit-transition: all 1000s ease-out 0;
    -moz-transition: all 1000s ease-out 0;
    -o-transition: all 1000s ease-out 0;
    transition: all 1000s ease-out 0;
    width: 100%;
}

.loading-page .counter {
    position: relative;
    width: 150px;
}

.loading-page .counter h1.abs {
    position: absolute;
    top: 0;
    width: 100%;
}

.loading-page .counter .color {
    width: 0px;
    overflow: hidden;
    color: #f60d54;
}

.blurbg {
    -webkit-filter: blur(40px);
    -moz-filter: blur(40px);
    -o-filter: blur(40px);
    -ms-filter: blur(40px);
    filter: blur(40px);
}

.success-msg {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.95);
    padding: 10px 0 10px 0;
    text-align: center;
    color: #C60006;
    font-weight: 400;
    font-size: 26px;
}

.success-msg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: -1;
}

.success-msg h4 {
    margin: 0 0 10px 0;
}

canvas {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}

header {
    padding: 3% 0px 0 3%;
}

div.logo {
    width: 300px;
    display: inline-block;
    vertical-align: top;
}

div.logo img {
    width: 60%;
    margin-top: 10px;
}

div.calltobutton {
    width: auto;
    display: block;
    float: left;
}

div.calltobutton a {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-decoration: none;
    color: #fff;
    background: #b10b6d;
    padding: 4px 30px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    border-radius: 15px;
    font-weight: 400;
    border: 1px solid #b10b6d;
}

div.calltobutton a:hover {
    background: transparent;
}

div.calltobutton a span {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 0 0px;
}

div.calltobutton a span img {
    width: 24px;
}

section {
    height: auto;
}

section.home .container {
    position: relative;
    z-index: 999;
}
.verfication-sec{
    width: 32%;
    margin: 10% auto 0 auto;
    border-radius: 5px;
    border: 2px solid #fff;
    padding: 30px;
    text-align: center;
}
#mob-send-another-ecard{display: none;}
section .container {
    width: 1100px;
    margin: auto;
}
.verfication-form{display: none;}
.verfication-error{
    border: 2px solid #f00;
}
.verfication-success{
    border: 2px solid #5db908;
}
.verfication-success h3{
    margin: 0 0 10px 0;
}
.verfication-success a{
    background: #b10b6d;
    border: 1px solid #b10b6d;
    padding: 5px 20px;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    border-radius: 30px;
    text-decoration: none;
    margin: 20px 0 0;
    font-size: .9em;
    font-weight: 400;
    letter-spacing: 1px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.verfication-success a:hover{
    background: transparent;
}
section.home {
    position: relative;
    min-height: 700px;
}

section.home h1 {
    padding: 4% 0 2% 0;
    text-align: center;
    color: #fff;
}

section.home h6 {
    width: 80%;
    padding: 0 0 12% 0;
    text-align: center;
    margin: 0 auto;
    line-height: 26px;
    font-size: 1em;
    color: #fff;
    font-weight: 100;
}

div.home-content {
    margin: 15% 0 0 0;
}

div.home-content aside {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 50px 0;
}

div.home-content aside img {
    width: 120px;
    display: block;
    margin: 0 auto;
}

div.home-content article {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 0px 0 40px 0px;
}

div.home-content article img {
    width: 180px;
}

div.home-content article p {
    width: 50%;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
}

div.home-content article p span {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

section.send-ecard {
    position: relative;
    z-index: 2;
    margin: -50px 0 0 0;
}

div.ecard-headsec {
    text-align: center;
    padding: 0% 0 3% 0;
    color: #fff;
}

div.ecard-headsec h1 {
    margin: 3% 0 2% 0;
    color: #fff;
    font-size: 3em;
}

div.ecard-headsec img {
    margin: 0;
    width: 80px;
}

div.ecard-stepsec {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

div.ecard-stepsec h1 {
    position: absolute;
    font-size: 20em;
    font-family: 'Zoho_Puvi_Regular', sans-serif;
    color: #c9c7e4;
    top: 25%;
    display: inline-block;
    opacity: 0.3;
    z-index: 9;
}

div.ecard-stepsec ul {
    padding: 65px 0 0 20px;
    z-index: 999;
    position: relative;
}

div.ecard-stepsec ul li {
    padding: 0 0 15px 0;
}

div.ecard-stepsec ul li:hover {
    cursor: pointer;
}

div.ecard-stepsec ul li p {}

div.ecard-stepsec ul li h4 {
    font-family: 'Zoho_Puvi_Regular', sans-serif;
}

div.ecard-stepsec ul li.active h4 {
    font-weight: 500;
}

div.ecard-stepsec div.previewbut {
    -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;
    padding: 5px;
    border: 2px solid transparent;
    margin: 20px 0 0 15px;
    display: inline-block;
}

div.ecard-stepsec div.previewbut.active {
    border: 2px solid #0876fb;
    box-shadow: 0px 0px 4px #8abdfc;
    -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;
}

div.ecard-stepsec a {
    background: #c60006;
    padding: 10px 30px;
    color: #fff;
    text-decoration: none;
    border-radius: 2px;
    display: inline-block;
}

div.ecard-previewsec {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    border: 2px solid transparent;
}
section.popup-preview .ecard-imgpreview img .ecard-thumb li img{width:100px;}
.preview-images li{display: inline-block;width:120px;height:auto;margin:10px 4px;cursor: pointer;}

.preview-images  li img{width:100%;border:3px solid #fff;}
.preview-images  li img:hover{border: 3px solid #b10b6d;}

div.ecard-previewsec.active {}

div.ecard-imgprivesection {
    border: 2px solid transparent;
    padding: 5px;
    margin: 0 0 0 6px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

div.ecard-imgprivesection.active {
    border: 2px solid #0876fb;
    box-shadow: 0px 0px 4px #8abdfc;
}
.preview-images li.active img {border:3px solid #b10b6d;}
div.ecard-selectlang {
    width: 350px;
    position: relative;
    margin: 0 0 20px 0;
    padding: 5px;
    border: 2px solid transparent;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

div.ecard-selectlang.active {
    border: 2px solid #b10b6d;
    width: 248px;
    border-radius: 29px;
    margin: 20px auto 0 auto;
}

div.ecard-selectlang p {
    display: block;
    padding: 3px 0 3px 15px;
    color: #fff;
    text-align: left;
    background: url(../images/dropdown-icon.svg) no-repeat 90% center;
}

div.ecard-selectlang:hover {
    cursor: pointer;
    background: #b10b6d;
}

div.ecard-selectlang:hover ul {
    height: 230px !important;
    position: absolute;
    top: 45px;
    width: 97%;
    -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;
    text-align: left;
}

div.ecard-selectlang p:hover {
    cursor: pointer;
}

div.ecard-selectlang p span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 10px;
}

div.ecard-selectlang p img {
    width: 16px;
}

div.ecard-selectlang ul {
    padding: 0 0 0 0;
    height: 0;
    overflow: hidden;
    z-index: 9999;
}

div.ecard-selectlang ul li {
    display: block;
}

div.ecard-selectlang ul li p {
    background: #fff;
    color: #000;
}

div.ecard-selectlang ul li p:hover {
    cursor: pointer;
    background: #b10b6d;
    color: #fff;
}

div.header_navigation {
    float: right;
    margin-top: 20px;
}

div.ecard-headerselectlang {
    display: inline-block;
    vertical-align: middle;
    padding: 1px 20px;
    border: 1px solid #b10b6d;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative;
    margin: 0 0 20px 20px;
    border-radius: 15px;
    width:160px;
}

div.ecard-headerselectlang.active {
    border: 2px solid #0876fb;
    box-shadow: 0px 0px 4px #8abdfc;
    -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;
}

div.ecard-headerselectlang p {
    display: block;
    padding: 1px 0px 1px 0px;
    border-bottom: 1px solid #fff;
    background: url("../images/dropdown-icon.svg") no-repeat 95% center;
    margin: auto;
    border: none;
    font-weight: 600;
}
.headdefault_lang_dropdown p{color:#fff;}
.headdefault_lang_dropdown p span{
    display: inline-block;
    vertical-align: top;
    padding: 3px 3px 0 3px;
}
.headdefault_lang_dropdown p span+span{
    padding: 0 3px;
}
div.ecard-headerselectlang p img{width:16px;height: 16px;}
div.ecard-headerselectlang:hover {
    cursor: pointer;
    background: #b10b6d;
}

div.ecard-headerselectlang:hover ul {
    background: #fff;
    height: 250px !important;
    position: absolute;
    top: 31px;
    left: 0;
    width: 100%;
    -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;
}

div.ecard-headerselectlang li:hover {
    cursor: pointer;
}

div.ecard-headerselectlang li span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 10px;
}

div.ecard-headerselectlang li img {
    width: 16px;
    margin-top: 7px;
}

div.ecard-headerselectlang ul {
    padding: 0 0 0 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    top: 47px;
}

div.ecard-headerselectlang ul li {
    display: block;
}

div.ecard-headerselectlang ul li p {
    background: #fff;
}

div.ecard-headerselectlang ul li p:hover {
    cursor: pointer;
    background: #b10b6d;
    color: #fff;
}

div.ecard-imgpreview img {
    width: 100%;
    display: block;
}
.ecard-imgpreview{width:98%;}
span#backToTop {
    display: none !important;
}

section.popup-preview {
    display: block;
}

section.popup-preview .preview-form {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 0;
}
div.close-icon {
    position: absolute;
    right: 5%;
    top: 5%;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 20px;
    background: #fff;
    cursor: pointer;
}
div.close-icon img {
    width: 12px;
    height: 18px;
    margin-top: 6px;
}

div.close-icon span {
    font-size: 26px;
    color: #fff;
    line-height: 38px;
    font-weight: 500;
}

div.close-icon span:hover {
    cursor: pointer;
}

section.popup-preview {
    background: url("../images/banner.jpg") no-repeat center center;
    background-size: cover;
    position: fixed;
    height: 100%;
    z-index: 999;
    left: -100%;
    top: 0;
    width: 100%;
    padding: 3% 0 0 0;
    -webkit-transition: all 500ms ease-out 500ms;
    -moz-transition: all 500ms ease-out 500ms;
    -o-transition: all 500ms ease-out 500ms;
    transition: all 500ms ease-out 500ms;
}

section.popup-preview.active {
    left: 0;
    -webkit-transition: all 500ms ease-out 500ms;
    -moz-transition: all 500ms ease-out 500ms;
    -o-transition: all 500ms ease-out 500ms;
    transition: all 500ms ease-out 500ms;
}

.form-field input {
    width: 100%;
    padding: 10px 0;
    text-indent: 10px;
    font-size: 14px;
    margin: 0 0 20px 0;
    border: 1px solid #58bdff;
    border-radius: 3px;
}

.form-field select {
    font-family: 'Zoho_Puvi_Regular', sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #ffffff url("https://www.manageengine.com/events/images/dropdown-arrow.png") no-repeat 95% center;
    padding: 10px;
    width: 100%;
    font-size: 1em;
    height: auto;
    color: #555;
    border-radius: 3px;
    margin: 0 0 20px 0;
    border: 1px solid #58bdff;
}
.form-field input[type="text"]:disabled {
    background: #3c3a42;
        border: 1px solid #515056;
    color: #a5a5a5;
}
.zc-utm_source-group,
.zc-utm_medium-group,
.zc-utm_term-group,
.zc-utm_campaign-group {
    display: none;
}

div.form-field {
    position: relative;
    width: 100%;
}

p.reg_form_errors {
    display: none;
    position: absolute;
    bottom: 0;
    font-size: 12px;
    font-style: italic;
    color: #fd6e6e;
    font-weight: 500;
}

div#meGDPRMessage,
p.privacy-policy {
    margin: 0 0 20px 0;
    line-height: 20px;
    font-size: 12px;
}

div.ecard_captchafield {
    position: relative;
    width: 100%;
    display: inline-block;
    margin: 0 0 20px 0;
}

div.ecard_captchafield label {
    width: 100%;
    display: inline-block;
}

div.ecard_captchafield p.reg_form_errors {
    text-align: center;
    width: 100%;
}

div.ecard_captchafield input {
    margin: 0 0 20px 0;
    padding: 10px 10px;
    font-size: 14px;
    width: 150px;
    border: 1px solid #58bdff;
    text-transform: uppercase;
}

div.ecard_captchafield span {
    display: inline-block;
    width: auto;
    height: auto;
    background: url("../images/captcha-bg.jpg");
    padding: 8px 15px 8px 15px;
    font-size: 16px;
    font-style: italic;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input.button1 {
    width: 180px;
    border: none;
    background: #b10b6d;
    border: 1px solid #b10b6d;
    padding: 13px 10px;
    font-size: 1em;
    color: #fff;
    border-radius: 30px;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
input[type="submit"]:focus{outline: none;}
input.button1:hover {
    background: transparent;
    border: 1px solid #b10b6d;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

section.popup-preview .previewimg-section {
    width: 60%;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 5%;
}

section.popup-preview .ecard-imgpreview p {
    margin: 0 0 20px 0;
}

section.popup-preview .ecard-imgpreview p:last-child {
    margin: 20px 0 0px 0;
}

section.popup-preview .ecard-imgpreview img {
    width: 100%;
    border: 5px solid #fff;
    /* border-radius: 3px; */
    margin: 25px 0 0 0;
}

footer {
    padding: 100px 0;
    background: url("../images/footer.png") no-repeat center center;
    background-size: cover;
    width: 100%;
    position: relative;
    margin-top: 185px;
}

footer p {
    text-align: center;
    color: #fff;
    font-size: 1em;
    width: 100%;
    margin: 0 auto;
    line-height: 22px;
    padding: 10px 0;
}

div.bluractive {
    -webkit-filter: blur(5px);
    filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
}

div.event-ended {
    margin: 20% 0 0 0;
}

div.event-ended p {
    text-align: center;
    font-size: 2em;
    line-height: 1.5em;
}

.banner-cont h1 img {
    width: 400px;
    height: auto;
}

.items {
    position: absolute;
}

.right-pos:after {
    content: '';
    position: absolute;
    right: 24%;
    top: 0;
    width: 220px;
    height: 100%;
    z-index: 1;
    background: linear-gradient(left, rgba(250, 250, 250, 0), #000);
    background: -webkit-linear-gradient(left, rgba(250, 250, 250, 0), #000);
    background: -moz-linear-gradient(left, rgba(250, 250, 250, 0), #000);
}

.left-pos:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 220px;
    height: 100%;
    background: linear-gradient(right, rgba(0, 0, 0, 0), #000);
    background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0), #000);
    background: -moz-linear-gradient(right, rgba(0, 0, 0, 0), #000);
}

#screen2_line2 {
    color: #fff;
}

.slider-button.active, .slide1.active{background-color: #16C165;}

.slider-button,
.slide1 {
    display: inline-block;
    height: 2px;
    width: 31px;
    background-color: #414040;
}

#1:target ~ .img-container {
    left: 0;
}

.button-container {
    bottom: -26%;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
}

.crousel li img {
    width: 300px;
}

.but-styl {
    background: url("../images/leftarrow.png") no-repeat 0 0;
    border: none;
    width: 40px;
    position: absolute;
    z-index: 10000;
    left: -27%;
    top: 52%;
    height: 20px;
    outline: none;
    cursor: pointer;
}

#backToTop {
    display: none!important;
}
.carousel {
    width: 550px;
    height: 29em;
    margin: 0 auto;
    position: relative;
}
.carousel li {
    width: 500px;
    height: 335px;
    background: transparent;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    overflow: hidden;
    margin-top: 100px;
    z-index: 1;
}
.carousel li p {
    color: #fff;
    font-weight: bold;
    font-size: 5em;
    text-align: center;
    margin-top: 1.175em;
}
#next {
    background: url("../images/rightarrow.png") no-repeat 0 0;
    left: auto;
    right: -32%;
    top: 52%;
}
.but-styl:hover {
    cursor: pointer;
}

.carousel li.main-pos {
    margin-left: 2em !important;
    z-index: 2;
    transform: scale(1.5);
}
.carousel li.back-pos {
    margin-left: 2em !important;
    opacity: .05;
}
.carousel li.left-pos {
    opacity: .3;
    margin-left: -42em !important;
}
.carousel li.right-pos {
    opacity: .3;
    margin-left: 46em !important;
}
.items img {
    width: 100%;
}



.img-hover {
    background: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: none;
    z-index: 9999;
    text-align: center;
}

.main-pos .img-hover-but {
    width: 150px;
    padding: 8px 0;
    background: #b10b6d;
    border: 1px solid #b10b6d;
    margin: 150px auto;
    border-radius: 30px;
    color: #fff;
    text-align: center;
    font-size: .7em;
    line-height: normal;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.main-pos .img-hover-but:hover{
    background: transparent;
    border: 1px solid #b10b6d;
}
.img-hover-footer {
    width: 100%;
    padding: 6px 0px;
    background: #155032;
    position: absolute;
    bottom: 0;
}
.img-hover .hover-ul .hover-li {
    width: 160px;
    color: #fff;
    display: inline-block;
    margin: 0;
    background: transparent;
    text-align: center;
    height: 20px;
    font-size: .6em;
    font-weight: 600;
}
.img-hover .hover-ul .hover-li span+span {
    font-weight: 400;
    font-size: .9em;
}

.main-pos:hover .img-hover {
    display: block;
}

.overlay-bg {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .50);
    left: 0;
    top: 0;
    z-index: 2;
}

#intro-video {
    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: -20px;
    overflow: hidden;
    background: #000;
    object-fit: cover;
}


/* ----- responsive styles stsrt ---- */

@media only screen and (min-width: 1500px) {
    section.home{min-height: 900px;}
}
@media only screen and (min-width:1900px) {
    .main_content {
        width: 1440px;
        margin: 0 auto;
        overflow: hidden;
    }
    section.home{min-height: 700px;}
}
@media only screen and (min-width:1200px) {
    #screen2_line2{width:70%;margin:0 auto;text-align: center;}
    .but-styl{background: url(../images/leftarrow.png) no-repeat right center;left: -78%;top: 25%;padding: 150px;}
    #next {background: url(../images/rightarrow.png) no-repeat left center;left: auto;right: -79%;top: 25%;}
}

@media only screen and (max-width:1280px) {
    div.ecard-headsec {
        padding: 0 0 5% 0;
    }
    footer {
        padding: 10% 0px 25px 0px;
    }
    section.popup-preview {
        padding: 1% 0 0 0;
    }
/*
    section.popup-preview .previewimg-section {
        width: 50%;
    }
*/
    .form-field input,
    .form-field select {
        padding: 5px 0;
    }
	.pre
    div#meGDPRMessage,
    p.privacy-policy {
        margin: 0 0 5px 0;
    }
    div.ecard_captchafield {
        margin: 0;
		
    }
    .home:after {bottom:60px}
}

@media only screen and (max-width:1200px) {
    div.container {
        width: 88%;
        margin: 0 0 30px 0;
        padding: 0 6% 0;
		
    }
    footer {
        padding: 0;
    }
	.preview-images li{width:95px;}
    header {
        padding: 4% 0px 0 0%;
    }
}

@media only screen and (max-width:1100px) {
    .main-pos {
        transform: scale(.9);
	}
    .right-pos {
        transform: scale(.8);
        margin-left: 30em !important;
    }
    .left-pos {
        transform: scale(.8);
        margin-left: -26em !important;
    }
    .carousel li{margin-top:50px;}
    .carousel li.main-pos {transform: scale(1.2);}
    #next {right: -25%;}
    .but-styl {left: -20%;}
    section.send-ecard {margin-bottom: 0;}
    .but-styl, #next{top: 43%;}
    .button-container {display: none;}
    footer {margin-top: 0;}
}

@media only screen and (max-width:1000px) {
    .home:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100px;
        background: rgba(231, 56, 39, 0);
        background: -moz-linear-gradient(top, rgba(231, 56, 39, 0.001) 0%, rgba(0, 0, 0, 1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(231, 56, 39, 0.001)), color-stop(100%, rgba(0, 0, 0, 1)));
        background: -webkit-linear-gradient(top, rgba(231, 56, 39, 0.001) 0%, rgba(0, 0, 0, 1) 100%);
        background: -o-linear-gradient(top, rgba(231, 56, 39, 0.001) 0%, rgba(0, 0, 0, 1) 100%);
        background: -ms-linear-gradient(top, rgba(231, 56, 39, 0.001) 0%, rgba(0, 0, 0, 1) 100%);
        background: linear-gradient(to bottom, rgba(231, 56, 39, 0.001) 0%, rgba(0, 0, 0, 1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e73827', endColorstr='#000000', GradientType=0);
        z-index: 2;
    }
	.preview-images li{width:84px;}
    .carousel li.main-pos {transform: scale(1);}
    #next {right: -10%;}
    .but-styl {left: -5%;}
    div.ecard-stepsec h1 {
        left: 15%;
    }
    div.ecard-stepsec ul {
        padding: 65px 0 0 60px;
    }
    div.ecard-stepsec div.previewbut {
        margin: 20px 0 0 50px;
    }
    div.ecard_captchafield input {
        margin: 0 0 10px 0;
    }
    input.button1 {
        margin: 10px 0 0 0;
    }
    section.popup-preview .container {
        width: 800px;
    }
    section.popup-preview .previewimg-section {
        width: 60%;
    }
    .verfication-sec{width:70%;}
    #send-another-ecard{display: none;}
    #mob-send-another-ecard{display: block;}
}

@media only screen and (max-width:800px) {
    h1 {
        font-size: 3em;
    }
    section.home h6 {
        width: 70%;
    }
    div.container {
        width: 90%;
		overflow-x: hidden;
    }
    section.popup-preview .container {
        width: 70%;
    }
    section.popup-preview .preview-form {
        width: 100%;
    }
    div.event-ended {
        display: none;
    }
    section.popup-preview .previewimg-section {
        display: none;
    }
    section.popup-preview {
        padding: 5% 0 0 0;
    }
    div.form-field {
        width: 47%;
        display: inline-block;
        vertical-align: top;
        margin: 0 5px 0px 0px;
    }
    div.form-group.form-field {
        width: 100%;
    }
    div.ecard-previewsec {
        width: 65%
    }
    div.close-icon {
        right: 3%;
        top: 2%;
    }
    .form-field select {
        width: 90%;
    }
    div#meGDPRMessage,
    p.privacy-policy {
        width: 100%;
        display: inline-block;
    }
}

@media only screen and (max-width:768px) {
    div.ecard-stepsec {
        display: none;
    }
    section.send-ecard {
        background: none;
    }
    h1 {
        font-size: 2.5em;
    }
    div.ecard-previewsec {
        width: 100%
    }
    div.ecard-imgprivesection {
        margin: 0;
    }
    section.popup-preview .container {
        width: 90%;
    }
    div.form-field {
        width: 100%;
    }
    div.close-icon {
        display: block;
    }
    .success-msg {
        font-size: 14px;
    }
    div.ecard-selectlang {
        margin: 0 auto 20px auto;
        display: block;
    }
    .form-field select {
        width: 100%;
        text-indent: 3px;
    }
    div.logo {
        width: 200px;
    }
    div.logo img {
        width: 100%;
    }
    div.calltobutton a span {
        display: none;
    }
}

@media only screen and (max-height:500px) {
    .preview-form {
        min-height: 400px;
        height: 400px;
        overflow: scroll;
    }
}

@media only screen and (max-width:650px) {
    .main-pos {
        transform: scale(.7);
    }
    .carousel .right-pos {
        transform: scale(.6);
        margin-left: 23em !important;
        display: none;
    }
    .carousel .left-pos {
        transform: scale(.6);
        margin-left: -19em !important;
        display: none;
    }
    #next {
        right: 22%;
    }
    .but-styl {
        left: 12%;
    }
    footer {
        margin-top: 0;
    }
    #next {
        right: 33%;
    }
    .carousel {
        width: 30em;
    }
}

@media only screen and (max-width:600px) {
    section.home {
        background: url("../images/banner.jpg") no-repeat 48% center;
        background-size: cover;
    }
	.img-hover-footer{
		display:none;
	}
    .overlay-bg, #intro-video{display: none;}
    div.logo {
        width: 180px;
    }
    div.logo img {
        width: 100%;
    }
    section.home h6 {
        width: 90%;
    }
    div.home-content article p {
        width: 90%;
    }
    p#screen2_line2 {
        width: 80%;
        margin: 30px auto;
    }
    div.ecard-headsec h1 {
        font-size: 2em;
    }
    h1 {
        font-size: 24px;
    }
    div.ecard-headerselectlang {
        display: none;
    }
    .main-pos {
        margin-left: 0 !important;
        transform: scale(.5);
    }
    .button-container {
        left: -25%;
    }
    .banner-cont h1 img {
        width: 300px;
    }
    .carousel li{
        margin-top: 0;
        width: 60%;
        height: auto;
    }
    .main-pos .img-hover-but{margin: 100px auto;}
    .but-styl, #next {top: 40%;}
    #next {right: 23%;}
    .but-styl {left: -1%;}
    .carousel{height: 15em;}
    footer{width: 80%;margin: 0 auto 20px auto;}
    #screen2_line2 br{display: none;}
}

@media only screen and (max-width:420px) {
    div.logo {
        width: 100%;
    }
    div.logo img {
        margin: 0 auto 20px auto;
        display: block;
        width: 100%;
    }
    div.calltobutton {
        float: none;
        width: 250px;
        margin: 0 auto;
        display: grid;
    }
    section.home {
        background-position: center center;
    }
    div.ecard-selectlang {
        width: 280px;
    }
    div.header_navigation {
        width: 100%;
        float: none;
    }
    section.home h1 {
        padding: 10% 0 7% 0;
    }
    .main-pos {
        margin-left: -5em !important;
    }
    .button-container {
        left: -47%;
    }
}

@media only screen and (max-width:400px) {
    .home .banner-cont h1 img {width: 280px;}
    .carousel {width: 29em;}
}

@media only screen and (max-width:360px) {
    .carousel {width: 24em;}
    .but-styl, #next {top: 29%;}
}
