* { box-sizing: border-box; }
body { margin: 0px; font-family: 'Open Sans', sans-serif; font-size: 24px; color: #030303; overflow-x: hidden; background-color: #f9f8f9; }
img { max-width: 100%; display: block; }
.cmn-btn { margin: auto; display: flex; cursor: pointer; background-color: #e4001e; color: #fff; font-family: 'Open Sans'; border: none; font-size: 17px; font-weight: 500; padding: 10px 10px 11px 10px; min-width: 240px; text-align: center; justify-content: center; border-radius: 40px; transition: 0.5s all; text-decoration: none; }
.cmn-btn:hover { background-color: #c9001a;color: #fff;
    text-decoration: none; }
.container { max-width: 1250px; width: 100%; margin: auto; padding: 0 15px; }




.animate {
    animation-duration: 0.75s;
    animation-delay: 0.5s;
    animation-timing-function: ease;
    animation-fill-mode: backwards;
    animation-name: animate-slide;
}

/* Slide Left */
.slide-left {
    animation-name: animate-slide-left;
}

@keyframes animate-slide-left {
    0% {
        opacity: 0;
        transform: translate(-40px, 0);
    }

    100% {
        opacity: 1;
        transform: translate(0, 0);
    }

}

/* Slide Right */
.slide-right {
    animation-name: animate-slide-right;
}

@keyframes animate-slide-right {
    0% {
        opacity: 0;
        transform: translateX(40px);
    }

    100% {
        opacity: 1;
        transform: translate(0, 0);
    }

}

@keyframes animate-slide {
    0% {
        opacity: 0;
        transform: translate(0, 40px);
    }

    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}

/* Animation Delays */
.delay-1 {
    animation-delay: 0.3s;
}

.delay-2 {
    animation-delay: 0.6s;
}

.delay-3 {
    animation-delay: 0.9s;
}

.delay-4 {
    animation-delay: 1.2s;
}

.delay-5 {
    animation-delay: 1.5s;
}

.delay-6 {
    animation-delay: 1.8s;
}

.delay-7 {
    animation-delay: 2.1s;
}

.delay-8 {
    animation-delay: 2.4s;
}

.delay-9 {
    animation-delay: 2.7s;
}

.delay-10 {
    animation-delay: 3s;
}

.delay-11 {
    animation-delay: 3.3s;
}
.delay-12 {
    animation-delay: 3.6s;
}
.delay-13 {
    animation-delay: 3.9s;
}
.delay-14 {
    animation-delay: 4.3s;
}
.delay-15 {
    animation-delay: 4.6s;
}


.header-scn { width: 100%; display: flex; flex-flow: row wrap; justify-content: center; min-height: 104px; align-items: center; position: relative; z-index: 1; background-color: #fff; }
.logo { display: flex; flex-flow: row wrap; justify-content: center; padding: 15px 0px 0px 0px;}
.video-full { width: 100%; height: 100%; background-size: 100% 105%; position: absolute; left: 0px; top: 0px; object-fit: cover; }
.m-first-screen { position: relative; z-index: 99; height: 100%; min-height: calc(100vh - 114px); padding-bottom: 10px; background: linear-gradient(270deg, rgba(99,13,16,1) 0%, rgba(128,24,27,1) 20%, rgba(155,33,35,1) 54%, rgba(168,37,39,1) 82%, rgba(164,35,36,1) 100%);}
.m-first-inner { max-width: 1000px; width: 100%; margin: auto; }
.m-first-screen-inner {
    position: relative;
    z-index: 999;
}
.christmas-date-list { width: calc(100% + 40px); display: flex; flex-flow: row wrap; margin-left: -20px; padding-top: 30px; }
.christmas-date-list .c-date-item { width: calc(16.66% - 40px); margin: 20px; position: relative; min-height: 128px; cursor: pointer; background-color: rgba(255, 255, 255, 0.5); border-radius: 8px; }
.c-date-bg { width: 100%; height: 100%; display: flex; background-size: 100% 100%; flex-flow: row wrap; align-items: center; justify-content: center; position: absolute; left: 0px; top: 0px; border-radius: 8px; opacity: 0; transition: 0.5s all; background-color: rgba(255, 255, 255, 0.5); }
.c-date-effect { width: 150px; height: 150px; display: flex; flex-flow: row wrap; align-items: center; justify-content: center; border-radius: 30px 12px 12px 30px; background-color: #fff; position: absolute; left: 0px; top: -11px; z-index: 3; transition: 0.5s all; transform-origin: 0 0; transform-origin: 0 0; clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 92%); opacity: 0; }
.date-number { width: 100%; height: 100%; display: flex; color: #fff; font-size: 50px; left: 0px; top: 0px; transition: 0.5s all; transform-origin: 0 0; position: absolute; align-items: center; justify-content: center; z-index: 4; }
.christmas-date-list .c-date-item:hover .c-date-bg { opacity: 1; }
.christmas-date-list .c-date-item:hover .c-date-effect { box-shadow: 15px 3px 15px rgba(0, 0, 0, .15); transform: rotateY(-50deg); opacity: 1; }
.christmas-date-list .c-date-item:hover .date-number { color: #000; transform: rotateY(-35deg); left: -5px; }
.win-text { display: block; text-align: center; color: #fff; }
.clickontoday-c { text-align: center; color: #fff; padding: 17px 0;  margin: 17px 0;background: #0000005c; }
.maxon-g-employees { color: #fff; font-size: 10px; text-align: center; display: block; }
.maxon-form { width: 100%; position: relative; background-color: #f9f8f9; padding: 40px 0 10px 0;}
.maxon-form .m-form-bg {
    width: inherit;
    position: absolute;
    height: -webkit-fill-available;
    background-repeat: no-repeat;
    background-size: 28% 100%;
}
.maxon-form .m-form-bg.m-form-left-img { left: 0px; }
.maxon-form .m-form-bg.m-form-right-img {
    right: 0px;
    background-position-x: right;
}
.m-form-container { max-width: 750px; margin: auto; text-align: center; position: relative; z-index: 99; width: 100%; padding: 0px 15px; }
.m-form-top h3 { color: #e4001e; font-weight: 300; font-size: 38px; margin: 0px; }
.info-tagline { display: block; font-size: 22px; font-weight: 600; color: #df1e00; margin: 15px 0px 8px 0px; }
.m-win-info { font-size: 16px; font-weight: 600; color: #000; }
.m-form-top p { font-size: 15px; font-weight: 600; color: #000; max-width: 640px; margin: 10px auto 12px auto; line-height: 1.5; }
.m-form { width: 100%; text-align: left; margin: auto; }
.m-form .mf-tagline { font-size: 14px; text-transform: uppercase; font-weight: 600; text-align: left; margin-bottom: 10px; display: inline-block; width: 100%; }
.m-form-group { display: flex; flex-flow: row wrap; width: 100%; justify-content: space-between; align-items: flex-start; }
.m-form-group label { width: 100%; display: block; font-size: 14px; color: #000; font-family: 'Open Sans', sans-serif; }
.m-form-group .m-fg-inner { width: calc(50% - 25px); margin-bottom: 16px; display: flex; flex-flow: row wrap; }
.m-form-group .m-fg-inner-full { width: 100%; }
.m-form-group .m-fg-inner input { font-size: 14px; font-family: 'Open Sans', sans-serif; background-color: transparent; border: none; outline: none; border-bottom: #000 2px dotted; width: 100%; padding: 2px 0; }
.checkbox-txt { font-size: 12px; color: #000; }
.checkbox-txt a { color: #000; text-decoration: none; }
.checkbox-txt a:hover { text-decoration: underline; }
.checkbox-txt { font-size: 12px; color: #000; position: relative; padding-left: 25px; }
.checkbox-txt a { color: #000; text-decoration: none; }
.checkbox-txt a:hover { text-decoration: underline; }
.addemail-text { width: 100%; text-align: center; font-size: 16px; margin: 18px 0px 22px 0px; }
.addemail-text a { font-weight: 600; color: #000; text-decoration: none; }
.addemail-text a:hover { text-decoration: underline; }
.checkbox-txt:before { content: ''; width: 12px; height: 12px; border: #000 1px solid; display: inline-block; position: absolute; left: 0px; top: 1px; cursor: pointer; }
.checkbox-txt:after { content: ''; width: 8px; height: 8px; background-color: #000; display: inline-block; position: absolute; left: 3px; top: 4px; cursor: pointer; opacity: 0; }
.m-f-checkbox input { position: absolute; opacity: 0; }
.m-f-checkbox input:checked + .checkbox-txt:after { opacity: 1 }
.m-f-checkbox { width: 100%; display: block; padding: 7px 0; }
.final-screen { background-color: #f9f8f8; }
.final-screen .m-form-top h3 { font-size: 45px; font-weight: 400; }
.final-screen .info-tagline { color: #000; font-size: 34px; }
.motordata { display: flex; flex-flow: row wrap; justify-content: center; }
.motordata .motorname { display: block; width: 100%; color: #e4001e; font-size: 27px; margin: 20px 0px 30px 0px; font-weight: 500; }
.medical-active-cont { display: flex; flex-flow: row wrap; justify-content: center; font-size: 18px; font-weight: 500; max-width: 270px; }
.ma-text { font-weight: 700; line-height: 1.6; font-size: 18px; }
.medical-active-cont .ma-cont { max-width: 300px; font-weight: 600; margin: 10px 0px 40px 0px; line-height: 1.6; }
.motor-img { display: flex; flex-flow: row wrap; align-items: center; margin: 50px 0px 10px 0px; }

/*@media(max-width: 1800px) {
.maxon-form .m-form-bg {
    width: 450px;
    height: 650px;
}
}

@media(max-width: 1600px) {
 .maxon-form .m-form-bg {
    width: 390px;
    height: 580px;
}
}
*/
@media(max-width: 1400px) {
/*  .maxon-form .m-form-bg {
    width: 340px;
    height: 500px;
}*/
 .m-form-container {
  max-width: 560px;
 }
 .m-form-group .m-fg-inner:not(.m-fg-inner-full) {
    width: calc(50% - 15px);
    margin-bottom: 12px;

}
.m-form-top h3 {
    font-size: 30px;
    letter-spacing: -1px;
}
.info-tagline {
 font-size: 18px;
}
.m-win-info {
 font-size: 15px;
}
.final-screen .m-form-top h3 {
    font-size: 38px;
}
.final-screen .info-tagline {
 font-size: 28px;
}
.christmas-date-list .c-date-item { width: calc(16.66% - 20px); margin: 10px;}
.clickontoday-c {
    font-size: 20px;
}
}

@media(max-width: 1200px) {
/* .header-scn{    min-height: 64px;}
    .maxon-form .m-form-bg {
    width: 270px;
    height: 380px;
}*/
.logo img {
    max-width: 150px;
}
.maxon-form {
 padding-top: 25px;
}
.m-form-container {
    max-width: 500px;
}
.m-form-top h3 {
    font-size: 27px;
    letter-spacing: -1px;
}
.info-tagline {
    font-size: 17px;
}
.m-form-top p, .m-win-info {
 font-size: 14px;
}
.addemail-text {
 font-size: 14px;
}
.final-screen .m-form-top h3 {
    font-size: 36px;
}
.motordata .motorname {
 font-size: 22px;
}
}

@media(max-width: 992px) {

/*   .maxon-form .m-form-bg {
    width: 220px;
    height: 300px;
    top: 100px;
}*/
.m-form .mf-tagline {
 font-size: 13px;
}

 .m-form-container {
    max-width: 360px;
}
.m-form-group .m-fg-inner:not(.m-fg-inner-full) {
    width: 100%;
    margin-bottom: 12px;
}
.christmas-date-list {
    padding: 0px 10px;
}
.christmas-date-list .c-date-item {
    width: calc(25% - 20px);
    
}
.christmas-date-list .c-date-item:hover .c-date-effect {
 transform: rotateY(-40deg);
}
.date-number {
    font-size: 40px;
}
}

@media only screen and (max-width: 767px) {
.maxon-form-scn-main #circle-play-b img {
    width: 27px !important;
    height: 30px !important;
}
.m-form-container {
    max-width: 100%;
}
.m-form-top h3 {
    font-size: 26px;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
}
.motor-img {
    margin: 20px 0px 10px 0px;
    max-width: 230px;
}
.info-tagline {
    font-size: 17px;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}
.addemail-text {
    font-size: 14px;
    margin: 10px 0px 15px 0px;
}
.final-screen .m-form-top h3 {
    font-size: 30px;
}
.final-screen .info-tagline {
    font-size: 24px;
}
.christmas-date-list {
    padding-top: 15px;
}
.christmas-date-list .c-date-item {
    width: calc(50% - 20px);
    
}
.video-full {
    width: 100%;
    height: 247px;
    background-size: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 999;
    object-fit: cover;
}
.clickontoday-c {
    font-size: 15px;
}
.win-text {
    font-size: 18px;
    margin-top: 10px;
}
.clickontoday-c {
    padding: 12px 0;
}
.medical-active-cont .ma-cont {margin: 5px 0px 20px 0px; line-height: 1.5; }
.final-screen {
    min-height: inherit;
}
}

.welcome_slogan {
    color: #c82b1d;
    font-weight: bold;
    font-size: 26px;
}


/* new-css mexon - start */

.maxon-form-scn-main {
    padding-top: 0;
    position: relative;
   overflow: hidden;
    width: 100%;
    background-color: #c4c9d375;
}
.maxon-form-scn-main .prev-shap {
    position: absolute;
    left: 0;
    width: 465px;
    height: auto;
    background-repeat: no-repeat;
    box-shadow: -60px 91px 100px #d2d7dd91;
    top: 0;
    bottom: 0;
}
.maxon-form-scn-main .next-shap {
    position: absolute;
    right: 0;
    width: 465px;
    height: auto;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    background-position: right;
    background-position-y: top;
}

.maxon-form-scn-main #video {
    cursor: pointer;
    border: 4px solid #c09149;
    border-radius: 5px;
    width: 100%;
    height: 350px;
    object-fit: cover;
}
video {
    cursor: pointer !important;
}
.maxon-form-scn-main .video-container {
  width: 640px;
  border-radius: 4px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.4);
}
.maxon-form-scn-main .video-container .video-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.maxon-form-scn-main .video-container video {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.maxon-form-scn-main .play-button-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    align-self: center;
    bottom: 0;
    pointer-events: none;
    z-index: 9;
    align-content: center;
}
.maxon-form-scn-main #circle-play-b img {
    width: auto;
    height: auto;
    margin: 0 auto;
}
.maxon-form-scn-main .play-button-wrapper #circle-play-b {
    cursor: pointer;
    pointer-events: auto;
    height: 350px;
    align-content: center;
}
.maxon-form-scn-main .mexon-title-contants {
    width: 720px;
    text-align: center;
    position: relative;
    z-index: 99;
    margin: 0 auto;
}

.maxon-form-scn-main .video-brand {
    position: relative;
    width: 720px;
    height: 350px;
    margin: 0 auto;
}
.maxon-form-scn-main .mexon-title-contants .vacter-images {
    padding: 0;
    margin: 0 !important;
    display: grid;
    justify-content: center;
    gap: 25px;
}
.maxon-form-scn-main .mexon-title-contants .vacter-images li {
list-style: none;
}
.maxon-form-scn-main .mexon-title-contants h2 {
    color: #e4001e;
    font-size: 50px;
    margin: 60px 0 40px 0;
    font-weight: 300;
}
.maxon-form-scn-main .cmn-btn.enter-prize-btn.animate.delay-3 {
    max-width: fit-content;
    margin-top: 45px;
}
.maxon-form-scn-main .mexon-title-contants h4 {
    margin: 40px 0 5px 0;
    color: #000;
    font-size: 23px;
}
.maxon-form-scn-main .youtube-links {
    display: grid;
    justify-content: center;
}
.maxon-form-scn-main .youtube-links a img {
    margin: 0 auto;
    margin-top: 10px;
}
.maxon-form-scn-main .youtube-links a {
color: #e4001e;
font-size: 30px;
}
/*@media only screen and (max-width: 1800px) {
    .maxon-form .m-form-bg {
    background-size: 55% auto;
}
}
@media only screen and (max-width: 991px) {
    .maxon-form .m-form-bg {
            width: 260px;
        background-size: 28% auto;
    }
}
@media only screen and (max-width: 1200px) {
    .maxon-form .m-form-bg {
        background-size: 35% auto;
    }
}*/
@media only screen and (max-width: 1200px) {
    .video {
    width: 545px;
    height: 310px;
}
.maxon-form-scn-main .video-brand {
    width: 545px;
    height: 310px;}
    .maxon-form-scn-main .mexon-title-contants {
    width: 545px;}
.maxon-form .m-form-bg.m-form-right-img {
right: 0px;background-size: 218px 395px;
}
.maxon-form .m-form-bg.m-form-left-img {
left: 0px;
background-size: 218px 395px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1720px) {
 /*       .maxon-form .m-form-bg.copy-page-2 {
        right: -121px !important;
        background-size: 100% 100% !important;
        width: 530px;
    }
        .maxon-form .m-form-bg.copy-page-1 {
        left: -121px !important;
        background-size: 100% 100% !important;
        width: 530px;
    }*/
    .video {
    width: 545px;
    height: 310px;
}
.maxon-form-scn-main .video-brand {
    width: 545px;
    height: 310px;}
    .maxon-form-scn-main .mexon-title-contants {
    width: 545px;}
.maxon-form .m-form-bg.m-form-right-img {
right: -60px;
background-size: auto;
}
.maxon-form .m-form-bg.m-form-left-img {left: -60px;background-size: auto;}

.maxon-form-scn-main .mexon-title-contants h2 {
    font-size: 42px;
}
}

@media only screen and (max-width: 1200px) {
.maxon-form-scn-main .mexon-title-contants h2 {
    font-size: 42px;
}
}
@media only screen and (max-width: 991px) {
        .maxon-form-scn-main .video-brand {
        width: 100%;
    }
    .maxon-form-scn-main .play-button-wrapper #circle-play-b {
        height: 180px;
}
    .maxon-form-scn-main .mexon-title-contants {
        width: 100% !important;
    }
        .maxon-form-scn-main .video-brand {
        width: 100% !important;
        height: 180px;
    }
            .video {
            width: fit-content;
            height: 180px;
        }
        .maxon-form .m-form-bg.m-form-left-img {
        background-size: 160px 255px;
    }
        .maxon-form .m-form-bg.m-form-right-img {
        background-size: 160px 255px;
    }
        .maxon-form-scn-main .mexon-title-contants h2 {
        font-size: 36px;
    }
    .maxon-form-scn-main .cmn-btn.enter-prize-btn.animate.delay-3 {
    margin-top: 50px;
}
}
@media only screen and (max-width: 575px) {
            .maxon-form .m-form-bg.m-form-right-img {
            background-size: 90px 200px;
        }
                .maxon-form .m-form-bg.m-form-left-img {
            background-size: 90px 200px;
        }
    .maxon-form-scn-main .youtube-links a {
    font-size: 22px;
}

        .maxon-form-scn-main .mexon-title-contants h2 {
        margin: 50px 0 20px 0;
        font-size: 30px;
    }
}
.mexon-title-contants strong {
    color: #e4001e;
    font-weight: 600;
    font-size: 22px;
}
.window-chances {
    margin: 12px 0 55px 0;
    font-size: 15px;
    color: #000;
    line-height: 25px;
    font-weight: 600;
}
.window-chances span {
   padding-bottom: 12px;
}
.vacter-images li img {margin: 0 auto;}
.info-image-area img {
    margin: 0 auto;
}
@media only screen and (min-width: 1920px) {
.maxon-form .m-form-bg {
    background-size: contain;
}
}
.mexon-title-contants p {
    padding-top: 25px;
}
.video {
    border: 3px solid #c09149;
    border-radius: 3px;
}