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;}article, aside, details, figcaption, figure,footer,header, hgroup, menu, nav, section {display: block;}body {line-height: 1;}ol, ul{list-style: none;}blockquote, q {quotes: none;}blockquote:before, blockquote:after,q:before, q:after {content: "";content: none;}table {border-collapse: collapse;border-spacing: 0;}

body {
    background-color: #0079f0;
    font-family: 'robotoregular', sans-serif;
    color: black;
    background-color: black;
}

a {
    color: black;
}

a, a:visited, a:focus, a:active, a:hover{
    outline:0 none !important;
}

button, button:visited, a:focus, a:active, a:hover{
    outline:0 none !important;
}

h1 {
    font-family: 'robotobold', sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

button {
    font-family: 'robotobold', sans-serif;
    font-size: 30px;
    text-transform: uppercase;
}

.iframe {
    height: 350px;
    width: 250px;
    position: fixed;
    top: 35%;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.wrapper {
    width: 800px;
    height: 100%;
    margin: 0 auto;
    border-right: 30px solid black;
    border-left: 30px solid black;
    background-color: #df0000;
    overflow: hidden;
}

.header_bg {
    width: 100%;
    height: 100%;
}

.bg1 {
    overflow: hidden;
    width: 62.35%;
    z-index: 1;
    position: absolute;
}

.bg2 {
    position: absolute;
    z-index: 0;
    width: 30%;
}

.blue_bg {
    height: 100%;
    width: 80%;
}

.header {
    width: 100%;
    height: 400px;
}

.logo1 {
    text-align: center;
    z-index: 2;
    position: relative;
    width: 100%;
    margin-top: -10%;
}

.logo1 h1 {
    font-size: 110px;
    margin-top: 10%;
    width: 100%;
	color: #000000;
	text-shadow: 
		-0   -4px 0   #FFFFFF,
		 0   -4px 0   #FFFFFF,
		-0    4px 0   #FFFFFF,
		 0    4px 0   #FFFFFF,
		-4px -0   0   #FFFFFF,
		 4px -0   0   #FFFFFF,
		-4px  0   0   #FFFFFF,
		 4px  0   0   #FFFFFF,
		-1px -4px 0   #FFFFFF,
		 1px -4px 0   #FFFFFF,
		-1px  4px 0   #FFFFFF,
		 1px  4px 0   #FFFFFF,
		-4px -1px 0   #FFFFFF,
		 4px -1px 0   #FFFFFF,
		-4px  1px 0   #FFFFFF,
		 4px  1px 0   #FFFFFF,
		-2px -4px 0   #FFFFFF,
		 2px -4px 0   #FFFFFF,
		-2px  4px 0   #FFFFFF,
		 2px  4px 0   #FFFFFF,
		-4px -2px 0   #FFFFFF,
		 4px -2px 0   #FFFFFF,
		-4px  2px 0   #FFFFFF,
		 4px  2px 0   #FFFFFF,
		-3px -4px 0   #FFFFFF,
		 3px -4px 0   #FFFFFF,
		-3px  4px 0   #FFFFFF,
		 3px  4px 0   #FFFFFF,
		-4px -3px 0   #FFFFFF,
		 4px -3px 0   #FFFFFF,
		-4px  3px 0   #FFFFFF,
		 4px  3px 0   #FFFFFF,
		-4px -4px 0   #FFFFFF,
		 4px -4px 0   #FFFFFF,
		-4px  4px 0   #FFFFFF,
		 4px  4px 0   #FFFFFF,
		-4px -4px 0   #FFFFFF,
		 4px -4px 0   #FFFFFF,
		-4px  4px 0   #FFFFFF,
		 4px  4px 0   #FFFFFF;
}

.header_content {
    text-align: center;
    z-index: 3;
}

.section1 {
    width: 100%;
    text-align: center;
    height: 100%;
}

.section1 button {
    margin: 70px auto 0 auto;
    width: 40%;
    height: 70px;
}

.s1_hand {
    z-index: 2;
    position: relative;
    text-align: center;
    left: 20%;
    margin-top: -8%;
    width: 140%;
}

.s1_hand_img, .s1_hand_img_shadow {
    width: 100%; 
}

.s1_hand_img {
    position: absolute;
    overflow: hidden;
    z-index: 2;
}

.s1_hand_img_shadow {
    z-index: -2;
    margin-left: -20px;
    margin-top: -30px;
    z-index: 10;
}


#video {
    position: absolute;
    width: 40%;
    height: 64%;
    z-index: -1;
    margin-top: 8.2%;
    left: 3%;
}

.slider {
    width: 100%;
    height: 100%;
    background-color: yellow;
    padding-top: 50px;
    margin-top: 50px;
    overflow: hidden;
}

.myslides {
    height: 100%;
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.myslides img {
    width: 50%;
    margin: 0 auto;
}

.myslides p {
    font-size: 30px;
    margin: 30px auto;
    width: 90%;
}

.slide_controls {
    width: 100%;
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dots_bar {
    width: 100%;
    display: block;
    background-color: yellow;
    margin-bottom: 50px;
    padding-bottom: 50px;
}

.dot {
    cursor: pointer;
    height: 25px;
    width: 25px;
    margin: 20px 20px 0 20px;
    background-color: #0079f0;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,
.dot:hover {
    background-color: #054d91;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */

@media only screen and (max-width: 300px) {
    .prev,
    .next,
    .text {
        font-size: 11px
    }
}

.section2 {
    width: 100%;
    height: 100%;
}

.camera_cover {
    text-align: center;
    height: 100%;
    width: 100%;
    z-index: 3;
    position: relative;
}

.camera {
    width: 90%;
    margin: 0 auto;
    z-index: inherit;
}

.photo_cover {
    text-align: center;
    height: 100%;
    width: 100%;
    z-index: 1;
    position: relative;
}

.photo {
    transition: 1s;
    width: 72%;
    margin-top: -150px;
    margin-left: 16px;
}

.light, .light2, .light3, .light4 {
    height: 50px;
    width: 50px;
    position: absolute;
    
    margin-top: 4.9%;
    z-index: 2;
    border-radius: 30px;
}

.light2 {
    border-radius: 25px;
}

light3 {
    border-radius: 15px;
}

light4 {
    border-radius: 5px;
}

.section3 {
    margin-bottom: 50px;
    width: 100%;
    margin-top: 50px;
    text-align: center;
    height: 100%;
}

.section3 button {
    width: 40%;
}

.rainbow {
    width: 7%;
    position: absolute;
    z-index: 60;
}

.rainbow1 {
    margin-top: 25%;
    left: 20%;
}

.rainbow2 {
    margin-top: 15%;
    left: 23%;
}

.rainbow3 {
    margin-top: 24%;
    margin-left: 20%;
}

.rainbow4 {
    left: 15%;
    top: 20%%;
}

.rainbow5 {
    right: 50%;
    margin-top: -5%;
}

.rainbow6 {
    margin-top: 12%;
    right: 15%;
}

.rainbow7 {
    right: 25%;
    margin-top: 2%;
}

s3_main_content p {
    font-size: 90px;
}

.s3_main_content {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}

.section_3_content {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
}

.section_3_content p {
    line-height: 35px;
}

.section_3_content:first-child {
    padding-top: 0;
}

.section3 p {
    font-size: 30px;
    width: 80%;
    margin: 0 auto;
    text-align: left;
    display: inline-block;
    line-height: 35px;
}

.section3_header {
    float: left;
    height: 100%;
}

.section3_header h1 {
    font-size: 100px;
    color: yellow;
    text-align: left;
    height: 100%;
}

.section3_text {
    height: 100%;
}

.section h1 {
    display: inline-block;
    width: 10%;
}

.section3 span {
    color: yellow;
    font-size: 30px;
}

.section3 button {
    margin-top: 50px;
    margin-bottom: 0;
}

.container {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.text, .s3_photo {
    width: 50%;
    height: inherit;
}

.text {
    float: left;
}

.fa-check {
    color: greenyellow;
}

.text ul {
    margin-top: 20px;
}

.text li {
    text-align: left;
    font-size: 25px;
    text-align: center;
    margin-top: 20px;
}

.s3_photo {
    float: right;
    width: 50%;
}

.s3_photo img {
    width: 400px;
    margin-right: 20%;
}

.order_form {
    margin-bottom: 50px;
    background-color: orange;
    width: 80%;
    margin: 0 auto 50px auto;
    border-radius: 10px;
    border: 3px solid yellow;
    padding: 20px;
    height: 100%;
    overflow: auto;
}

.order_form h1 {
    font-size: 90px;
}

.order_photo {
    width: 50%;
    float: left;
    height: 100%;
    border-radius: 10px;
}

.container3 {
    width: 100%;
    text-align: center;
    height: 100%;
    margin: 0 auto;
}

.text_photo {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.section3 h1 {
    margin-bottom: 50px;
}

.order_img, .price {
    width: 50%;
    display: inline-block;
}

.order_img {
    display: block;
    width: 100%;
    float: none;
    height: 65%;
    position: relative;
}
.prod, .cert {
    display: inline-block;
}
.prod {
    width: 90%;
}
.cert {
    width: 25%;
}
.order_text1 {
    font-size: 25px;
    color: white;
    margin-top: 5px;
}
.order_text2 {
    font-size: 30px;
    color: red;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 20px;
}
.price {
    float: none;
    width: 100%;
    display: block;
    margin-top: 2%;
    position: relative;
}

.old_price, .new_price {
    width: 100%;
    display: inline-block;
    float: none;
    font-size: 40px;
    font-family: 'robotobold', sans-serif;
}
.old_price {
    color: black;
}
.new_price {
    color: red;
}

.new_price p {
    font-size: 50px;
}
.order_text {
    width: 40%;
    height: 100%;
    float: right;
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    
}

.order_text p {
    text-align: left;
    margin: 20px 0 10px 0;
}

.order_text p:first-child {
    margin-top: 0;
}

select, input {
    width: 100%;
    height: 50px;
    font-size: 25px;
    border-radius: 5px;
    border: 1px solid green;
}

input {
    height: 45px;
}

.btn {
    width: 90%;
    height: 70px;
    border-radius: 80px;
    border: none;
    background-color: #50a8ff;
    font-size: 30px;
    transition: .5s;
    margin-top: 50px;
    margin-bottom: 20px
}

.btn:hover {
    background-color: #d5d806;
    transform: scale(1.2);
    transition: .5s;
}

.timer_cover {
    text-align: center;
    height: 100%;
    width: 100%;
    display: block;
}

.timer {
    width: 370px;
    height: 80px;
    display: inline-block;
    text-align: center;
    pointer-events: none;
}

.flip-clock-wrapper {
    margin: 0;
}
.flip-clock-label {
    display: none;
}

@media screen and (min-width: 150px) and (max-width: 240px) {
    .s1_hand {
        position: relative;
        z-index: 1;
    }
    #video {
        margin-top: 8.5%;
        height: 71%;
        position: absolute;
        z-index: 3;
    }
}

@media screen and (min-width: 241px) and (max-width: 330px) {
    .s1_hand {
        position: relative;
        z-index: 1;
    }
    #video {
        margin-top: 7.8%;
        height: 68%;
        position: absolute;
        z-index: 3;
    }

}

@media screen and (min-width: 331px) and (max-width: 400px) {
    #iframe {
        right: 61.1%;
        overflow: hidden;
        top: 27%;
        width: 33.5%;
        position: absolute;
        height: 65%;
        z-index: 2;
        display: block;
    }
}

@media screen and (max-width: 400px) {
    .wrapper {
        width: 100%;
        border: none;
    }
    .s1_hand {
        width: 220%;
        margin-top: -26%;
        left: 0%;
        position: relative;
    }

    .s1_hand_shadow {
        z-index: -2;
        position:absolute;
    }
    #video {
        z-index: 1;
        position: absolute;
        border-radius: 5px;
        width: 35%;
        left: 5%;
        top: 0%;
    }
    #src_video {
        z-index: 2;
        position: absolute;
        width: 30%;
    }
    .order_form {
        width: 100%;
        border-left: none;
        border-right: none;
        border-radius: 0;
        padding: 0;
        overflow: hidden;
    }
    .order_text, .order_photo {
        float: none;
        margin: 0;
    }
    .text_photo {
        text-align: center;
        width: 95%;
        margin: 0 auto;
    }
    .order_text {
        width: 100%;
        padding-top: 20px;
        padding-right: 0;
        padding-left: 0;
        margin: 0 auto;
        order: 3;
        margin-bottom: 50px;
    }
    .order_photo {
        width: 90%;
        margin: 0 auto;
        order: 1;
    }
    .timer_cover {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .btn {
        margin-top: 20px;
        margin-bottom: 0;
    }
    .section1 button {
        width: 70%;
        height: 50px;
    }
    .old p {
        font-size: 210%;;
    }
    .new p {
        font-size: 260%;
    }
    .order_text2 {
        margin-top: 10px;
        order: 2;
    }
    select, input {
        width: 90%;
    }
    .order_text p {
        width: 90%;
        margin-left: 5%;
    }
    .logo1 h1 {
        font-size: 50px;
    }
    .photo {
        margin-top: -40px;
        margin-left: 8px;
    }
    .order_form {
        width: 100%;
    }
    .order_form h1 {
        font-size: 60px;
    }
    .s3_main_content {
        width: 90%;
    }
    .s3_main_content {
        width: 90%;
    }
    .section3_text p {
        font-size: 20px;
    }
    .section3_header h1 {
        display: none;
    }
    .section3 p {
        width: 100%;
    }
    .timer {
        width: 280px;
        display: none;
    }
    .flip-clock-label {
        display: none;
    }
    .dots_bar {
        display: none;
    }
    .slider {
        margin-bottom: 50px;
        height: 100%;
        min-height: 0;
    }
    .old p {
        font-size: 40px
    }
    .new p {
        font-size: 50px
    }
    .flip-clock-wrapper ul li a div div.inn {
        font-size: 30px;
        
    }
    .flip-clock-wrapper ul {
        width: 30px;
    }
    .flip-clock-wrapper {
    }
    .slick-dots {
        display: none;
    }
    .top_btn {
        font-size: 19px;
    }
}


@media screen and (min-width: 401px) and (max-width: 430px) {
    .s1_hand {
        width: 180%;
        margin-top: -26%;
        left: 10%;
    }
    .order_form {
        width: 100%;
    }
    .order_form h1 {
        font-size: 80px;
    }
    .s3_main_content {
        width: 90%;
    }
    .order_form h1 {
        font-size: 60px;
    }
    .old p {
        font-size: 40px;
    }
    .slick-dots {
        display: none;
    }
}

@media screen and (min-width: 401px) and (max-width: 500px) {
    .s1_hand {
        width: 180%;
        margin-top: -26%;
        left: 10%;
    }
    .order_form h1 {
        font-size: 80px;
    }
    .s3_main_content {
        width: 90%;
    }
    .photo {
        margin-top: -50px;
    }
    .order_form {
        width: 100%;
    }
    .slick-dots {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .logo1 h1 {
        font-size: 70px;
    }
  .header {
    height: 290px;
  }
    
}

@media screen and (min-width: 401px) and (max-width: 800px) {
    .wrapper {
        width: 100%;
        border: none;
    }
    .s1_hand {
        position: relative;
    }
    .s1_hand_img {
        z-index: 1;
        position: absolute;
    }
    .s1_hand_shadow {
        z-index: -2;
        position:absolute;
    }

    #src_video {
        z-index: 2;
        position: absolute;
        width: 30%;
    }
    .photo {
        margin-left: 11px;;
    }
    .text_photo {
        display: flex;
        flex-direction: column;
    }
    .order_form {
        width: 100%;
        border-left: none;
        border-right: none;
        border-radius: 0;
        padding: 0;
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }

    .order_text, .order_photo {
        float: none;
        margin: 0;
    }
    .text_photo {
        text-align: center;
        width: 95%;
        margin: 0 auto;
    }
    .order_text {
        width: 100%;
        padding-top: 20px;
        padding-right: 0;
        padding-left: 0;
        margin: 0 auto 50px auto;
        order: 4;
    }
    .order_photo {
        width: 90%;
        margin: 0 auto;
        order: 1;
    }
    .order_text2 {
        order: 2;
    }
    .timer_cover {
        order: 3;
        display: block;
        margin: 0 auto 35px auto;
    }
    .timer, .timer1 {
        width: 370px;
    }
    .btn {
        margin-top: 20px;
        margin-bottom: 0;
    }
    .section1 button {
        width: 70%;
        height: 50px;
    }
    .old p {
        font-size: 210%;;
    }
    .new p {
        font-size: 260%;
    }
    .order_text2 {
        margin-top: 10px;
    }
    select, input {
        width: 90%;
    }
    .order_text p {
        width: 90%;
        margin-left: 5%;
    }
    .timer_cover {
        position: relative;
    }
}

@media screen and (min-width: 801px) and (max-width: 1024px) {
    .wrapper {
        width: 93%;    
    }
    .timer_cover {
        margin: 0;
    }
    .timer {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .order_form {
        width: 90%;
    }
    .order_form p: {
        float: left;
    }
    .new_price p {
        font-size: 70px;
    }
    .order_text1 {
        font-size: 20px;
        margin-top: 0
    }
    .order_text2 {
        font-size: 25px;
    }
    .order_text {
        padding: 0 20px;
    }
    .order_text p:first-child {
        margin-top: 20px;
    }
    .btn {
        margin-top: 9%;
        margin-bottom: 9%;
    }
    .section1 button {
        width: 60%;
    }
}






