/*
Theme Name: Mecury
Theme URI: https://niteothemes.com/cmp-coming-soon-maintenance/?theme=mercury
Author: NiteoThemes
Author URI: https://niteothemes.com/
Version: 1.8

Mecury CMP Theme, Copyright 2018 NiteoThemes
Mecury CMP Theme is distributed under the terms of the GNU GPL

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl.html

All used scripts are distributed under the terms of the GNU GPL v2 or later or under MIT license. 
Bundled images are distributed under the terms of the GNU GPL v2 or later or under MIT license or Unsplash license.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normaalize.css/
*/

body {
    margin:0;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-perspective: 1500px;
            perspective: 1500px;
}


h1,h2,h3,h4,h5,h6{
    font-weight: 400;
    font-size: 2.5em;
    margin-bottom: .5em;
    margin-top: 0;
}

img {
  max-width: 100%;
  height: auto;
}

a {-o-transition: color 200ms ease-in-out;transition: color 200ms ease-in-out;}

::-webkit-scrollbar {
  width: 11px; }

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.8);
  border: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }


::-webkit-scrollbar-track {
  background: rgba(170, 170, 170, 0.8); }

input,
textarea,
button  {
    font-size: 1em;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none; /* or `border-box` */
    height: 3rem;
    line-height: 1;
    border-radius: 0;
}

textarea {
    height: 150px;
    line-height: 1.5;
}


input[type="text"],
input[type="email"],
textarea {
    float: none;
    clear: both;
    flex: 1;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    text-indent: 10px;
    padding: 10px 0;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
    border: 1px solid rgba(255, 255, 255, 1);
}

input[type="email"] {
    margin-right: 5px;
}

button[type="submit"] {
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    text-indent: 0;
    border: 1px solid #fff;
    padding: 10px 20px;
    background: #fff;
    color: black;
}


button[type="submit"]:before,
button[type="submit"]:after {
    position: absolute;
    content: '';
    background: #ffffff;
    -o-transition-duration: .3s;
       transition-duration: .3s;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    width: 50%;
    height: 100%;
    opacity: 1;
}

button[type="submit"]:after {
    left: 0;
}

button[type="submit"]:hover {
    background: transparent;
    color: #ffffff;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

button[type="submit"]:hover:before,
button[type="submit"]:hover:after {
    width: 0;
}


::-webkit-input-placeholder {
    font-size: 1rem;
    color: inherit;
    opacity: 0.8;
}

::-moz-placeholder {
    font-size: 1rem;
    color: inherit;
    opacity: 0.8;
}

:-ms-input-placeholder {
    font-size: 1rem;
    color: inherit;
    opacity: 0.8;
}


input:focus,
textarea:focus {
  outline: none;
}

.text-logo {
    font-size: 3em;
}

.delay-small {
    -webkit-animation-delay: 300ms;
            animation-delay: 300ms;
}

.delay-big {
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
}

.delay-huge {
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
}


.cmp-title {
    max-width: 400px;
    line-height: 1;
    font-size: 100px!important;
    z-index: 1000;
}


.section {
    flex-grow: 1;
    padding: 0 2em;
    text-align: center;
}

.section-body {
    display: flex;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
    text-align: left;
    padding: 0 10%;
    min-height: 100vh;
    -webkit-perspective: 1000px;
            perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: -webkit-transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}

.section-overlay {
    position: absolute;
    visibility: hidden;
    min-height: 100vh;
    left: 0;
    right: 0;
    background: #fff;
    opacity: 0;
    -o-transition: visibility 500ms, opacity 500ms;
    transition: visibility 500ms, opacity 500ms;
    z-index: 1;
}

.md-open .section-overlay {
    opacity: 0.4;
    visibility: visible;
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0);
}

.md-open .section-body {
    -webkit-transform: translate3d(-200px, 0, -300px);
    transform: translate3d(-200px, 0, -300px);
}

.section-body.overflow {
  overflow: auto;
}

.logo-wrapper {
    flex: 1;
}

.logo-wrapper a {
    text-decoration: none;

}

.logo-wrapper img {
    max-width: 100%;
    max-height: 110px;
}

.text-logo {
  margin-bottom: 0;
}

#background-wrapper,
#background-image,
.background-overlay,
.slide-background,
#slider-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.video-banner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

#background-wrapper {
    overflow: hidden;
    z-index: -1;
}

#background-image,
.slide-background {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#background-image,
#slider-wrapper {
    overflow: hidden;
    opacity: 0;
    -o-transition: opacity 400ms;
    transition: opacity 400ms;
}

#background-image.loaded,
.loaded #slider-wrapper {
    opacity: 1;
}

.video-banner iframe,
.video-banner video {
    -o-transition: opacity 1500ms;
    transition: opacity 1500ms;
}

#background-image.pattern {
    background-repeat: repeat;
    background-size: initial;
}

#background-image:not(.slide) {
    background-attachment: fixed;

}

/*FRAME-1*/
.frame-1 {
    min-height: calc(100vh - 100px - 1em);
    display: flex;
    flex-direction: column;
    padding: 100px;
    padding-bottom: 1em;
}

.frame-1 header {
    display: flex;
    align-items: center;
    padding-bottom: 3em;
}

.frame-1 .content {
    display: flex;
    flex:  1;
}

.frame-1 .content-left {
    display: flex;
    flex-direction: column;
    max-width: 60vw;
}

.social-list {
    list-style: none;
    padding: 0;
    margin-bottom: 2em;
    margin-top: auto;
    z-index: 100;
}

a {
    position: relative;
    text-decoration: none;
}


.social-list li {
    padding-right: 2em;
    margin: 0;
    display: inline-block;
}

.social-list a:after  {
    content: '';
    top: 6px;
    position: absolute;
    -webkit-transform: rotate(-13deg);
        -ms-transform: rotate(-13deg);
        transform: rotate(-13deg);
    display: block;
    width: 0;
    height: 1em;
    background: rgba(255, 255, 255, 0.2);
    -o-transition: 200ms width ease-in-out;
    transition: 200ms width ease-in-out;
}

.social-list a:hover:after  {
    width: 100%;
    
}


.social-list li:nth-child(1) {
    -webkit-animation-delay: 700ms;
            animation-delay: 700ms;
}

.social-list li:nth-child(2) {
    -webkit-animation-delay: 800ms;
            animation-delay: 800ms;
}

.social-list li:nth-child(3) {
    -webkit-animation-delay: 900ms;
            animation-delay: 900ms;
}

.social-list li:nth-child(4) {
    -webkit-animation-delay: 1000ms;
            animation-delay: 1000ms;
}

.social-list li:nth-child(5) {
    -webkit-animation-delay: 1100ms;
            animation-delay: 1100ms;
}

.social-list li:nth-child(6) {
    -webkit-animation-delay: 1200ms;
            animation-delay: 1200ms;
}

.social-list li:nth-child(7) {
    -webkit-animation-delay: 1300ms;
            animation-delay: 1300ms;
}
.social-list li:nth-child(8) {
    -webkit-animation-delay: 1400ms;
            animation-delay: 1400ms;
}

.social-list li:nth-child(9) {
    -webkit-animation-delay: 1500ms;
            animation-delay: 1500ms;
}


.frame-1 .content-right {
    flex: 1;
    text-align: right;
    padding-top: 10vh;
}

#counter-day {
    font-size: 190px;
    font-weight: 700;
    line-height: 0.8;
}

.counter-wrap p {
    font-size: 190px;
    font-weight: 700;
    margin: 0;
    line-height: 1!important;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    color: black;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: white;
    text-transform: uppercase;
    opacity: .5;
}

.frame-1 footer {
    /* overflow: hidden; */
    display: flex;
    padding: 2em 0;
}

.subscribe-wrapper {
    position: relative;
    min-width: 415px;
    -ms-grid-row-align: center;
        align-self: center;
    text-align: right;
    margin-left: auto;
}

.cmp-form-inputs {
    display: flex;
}

.frame-1 footer p {
    max-width: 700px;
    padding-right: 3em;
}

.cmp-form-notes {
    position: absolute;
    bottom: calc(100% + 10px);
    left: 10px;
    width: 100%;
    text-align: left;
}

#subscribe-response {
    position: absolute;
    left:  10px;
    top: 100%;
    width: 100%;
    text-align: left;
}

.cmp-form-notes p {
    margin: 0;
}

/*slick*/

.slide {
    position: relative;
    height: 100%;
}

.slick-list, .slick-slider, .slick-track {
    height: 100%;
}


.slider-nav {
    display: none;
}


/* wpcf7-form */
/* contact form 7 */
.wpcf7 .screen-reader-response, .wpcf7 .wpcf7-validation-errors {display: none!important;}
.wpcf7 .wpcf7-form-control-wrap {position: relative;}
.wpcf7-form .wpcf7-not-valid-tip {position: absolute; bottom: -33px; left: 0px; text-align: left; font-size: 0.7em;}
div.wpcf7-mail-sent-ng {border:none;}
.wpcf7 .wpcf7-response-output { display: block!important; border:none;margin: 0; padding: 0; font-size: 0.7em;}


@media only screen and (max-width : 1400px) {
    #counter-day,.counter-wrap p {font-size: 150px;}
    .cmp-title {font-size: 90px!important;}
}

@media only screen and (max-width : 1200px) {
    #counter-day,.counter-wrap p {font-size: 140px;}
    .cmp-title {font-size: 65px!important;}

}



@media only screen and (max-width : 1024px) {
    .frame-1 .content { flex-direction: column; }
    .frame-1 .content-left { order: 1; }
    .frame-1 .content-right {padding-top: 0}
    .frame-1 footer {flex-direction: column; padding: 4em 0; padding-bottom: 0;}
    .footer-text {order: 1; }
    .subscribe-wrapper {margin-left: initial;margin-bottom: 2em;}
    .frame-1 footer p {padding-right: 0;}
    .cmp-subscribe {display: flex; flex-direction: column;}
    .cmp-form-inputs {order:1}
    .cmp-form-notes {position: relative;left:0;bottom:initial;margin-bottom: 1em;}
}


@media only screen and (max-width : 768px) {
    body {font-size: 14px!important;}
    .frame-1 { padding: 30px; min-height: calc(100vh - 60px); }
    .text-logo { font-size: 1.3em; }
    .social-list { position: absolute; top: 20vh; }
    .social-list li {display: block; padding: 0.6em 0;}
    .frame-1 .content-left {max-width: 100%; order: 1;}
    .cmp-title { font-size: 75px!important;}
    .frame-1 .content-right {padding: 4em 0;}
    #counter-day {font-size: 130px;}
    .content p {font-size: 80px;}
    .cmp-form-inputs {display: flex;}
    .cmp-form-inputs input[type="text"], .cmp-form-inputs input[type="email"]{flex: 1;max-width: initial;}
}


@media only screen and (max-width : 680px) {

   
}

@media only screen and (max-width : 560px) {
    .cmp-title {font-size: 40px!important;}
    .subscribe-wrapper {min-width: 100%;}


}

@media only screen and (max-width : 330px) {
    button[type="submit"] { padding: 10px 2px;}
}

