/* Body */

*{
    padding: 0;
    margin: 0;
}
body{
    background: #1d1d1d;
    font-family: "Open Sans", sans-serif;
}
#page {
 
    width: 100%;
    height: 100%;
    position: absolute;
}
.tags {
    color: #515152;
    position: absolute;
    bottom: 0px;
    left: 80px;
    font-size: 18px;
    font-family: 'La Belle Aurore', cursive;
    -webkit-animation: myanim2 0.2s 0.7s backwards;
    animation: myanim2 0.2s 0.7s backwards;
}

.top-tags {
    bottom: auto;
    top:0px;
}
.container {
    width: 100%;
    will-change: contents;
    height: 90%;
    min-height: 566px;
    position: absolute;
	opacity:0;
    top:5%;
    margin: 0 auto;
    z-index: 1;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
/* Home CSS Start */
.home-page .text-zone{
    position: absolute;
    left:10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40%;
    max-height: 90%;
}
.home-page .text-zone a {
    font-weight: normal;
}
.home-page h1 {
    color: #fff;
    font-size: 60px;
    line-height: 53px;
    margin: 0;
    font-weight: bold;
    -webkit-animation: myanim2 0.3s 0.8s backwards;
    animation: myanim2 0.3s 0.8s backwards;
}

.animation-logo {
    height: 50px;
}


.home-page h1:before {
    content: '<h1>';
    font-family: 'La Belle Aurore', cursive;
    color: #515152;
    font-size: 18px;
    position: absolute;
    margin-top: -40px;
    left: -15px;
    -webkit-animation: myanim2 0.2s 0.7s backwards;
    animation: myanim2 0.2s 0.7s backwards;
}
.home-page h1:after {
    content: '<h1/>';
    font-family: 'La Belle Aurore', cursive;
    color: #515152;
    font-size: 18px;
    position: absolute;
    margin-top: 18px;
    margin-left: 20px;
    -webkit-animation: myanim2 0.2s 0.7s backwards;
    animation: myanim2 0.2s 0.7s backwards;
}
.home-page h2 {
    color:#8d8d8d;
    margin-top: 20px;
    font-weight: normal;
    font-size: 11px;
    letter-spacing: 3px;
    -webkit-animation: myanim2 0.3s 0.9s backwards;
    animation: myanim2 0.3s 0.9s backwards;
}
.blast{
    display:inline-block;
}
.flat-button {
    color:#08fdd8;
    font-size: 13px;
    letter-spacing: 4px;
    font-family: "Open Sans", sans-serif;
    text-decoration: none;
    padding: 10px 18px;
    border: 1px solid #08fdd8;
    margin-top: 25px;
    float: left;
    -webkit-animation: myanim2 0.3s 0.9s backwards;
    animation: myanim2 0.3s 0.9s backwards;
}
.home-page .flat-button:hover {
    background: #08fdd8;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    color:#333333;
}
.flat-button {
    white-space: nowrap
}

.home-page .blast {
    opacity: 0;
    display:inline-block;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.home-page .blast:hover {
    color:#08fdd8;
    animation: bounce11 0.5s;
   -webkit-animation: bounce11 0.5s;
}
.bulb {
    position: absolute;
    top:12%;
    right: 5%;
    opacity: 1;
    -webkit-animation: myanim2 0.3s 0.9s backwards;
    animation: myanim2 0.3s 0.9s backwards;
}
.bulb img{
    height: 420px;
}

/* Home CSS End */

/* Contact CSS Start */

.container.contact .text-zone{
    position: absolute;
    left:10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 32%;
    vertical-align: middle;
    display: table-cell;
    max-height: 90%;

}
.container.contact .text-zone h1 {
    font-size: 53px;
    color:#08fdd8;
    font-weight: bold;
    margin-top: 0;
    position: relative;
    margin-bottom: 40px;
}

.container.contact .text-zone h2 {
    font-size: 30px;
    color:#fff;
    font-weight: bold;
    margin-top: 0;
    position: relative;
    margin-bottom: 40px;
}

.container.contact .blast {
    will-change: transform;
    opacity: 0;
    padding: 15px 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.container.contact .blast:hover {
    color: #fff;
    animation: bounce11 0.5s;
   -webkit-animation: bounce11 0.5s;
}

.container.contact .text-zone h1:before {
    content: '<h1>';
    font-family: 'La Belle Aurore', cursive;
    color: #515152;
    font-size: 18px;
    position: absolute;
    margin-top: -10px;
}
.container.contact .text-zone h1:after {
    content: '<h1/>';
    font-family: 'La Belle Aurore', cursive;
    color: #515152;
    font-size: 18px;
    position: absolute;
    left:-20px;
    bottom:-20px;
    margin-left: 20px;

}

.container.contact .text-zone p {
    font-size: 15px;
    line-height: 18px;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
}

.contact-form {
    width:100%;
}
.contact-form  ul{
    padding: 0;
    margin: 0;
}
.contact-form  ul li{
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 10px;
    opacity: 0;
    overflow: hidden;
    display: block;
    clear: both;
    position: relative;
}
.contact-form  ul li.half {
    width: 49%;
    margin-left: 2%;
    float: left;
    clear: none;
}
.contact-form  ul li.submit {
    overflow: hidden;
}
.contact-form  ul li.half:first-child {
    margin-left: 0;
}
.contact-form input[type="text"],.contact-form input[type="email"]{
    width: 100%;
    border: 0;
    background:#2b2b2b ;
    height: 50px;
    font-size: 16px;
    color: #8d8d8d;
    padding: 0 20px;
    box-sizing: border-box;

}
.contact-form textarea {
    width: 100%;
    border: 0;
    background:#2b2b2b ;
    height: 50px;
    font-size: 16px;
    color: #8d8d8d;
    padding: 20px;
    box-sizing: border-box;
    min-height: 150px;
}
.contact-form  .flat-button {
    color:#08fdd8;
    font-size: 11px;
    letter-spacing: 3px;
    font-family: "Open Sans", sans-serif;
    text-decoration: none;
    padding: 8px 10px;
    border: 1px solid #08fdd8;
    float: left;
    border-radius: 4px;
    background: transparent;
    text-transform: uppercase;
    float: right;
    text-align: center;
    margin-right: 10px;

}
.contact-form .flat-button:hover {
    background: #08fdd8;
    color:#333333;

}

.contact-form input[type="text"]:focus,.contact-form input[type="email"]:focus, textarea:focus {

    outline: 0;

}
.input__label--hoshi::before, .input__label--hoshi::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
}
.input__label--hoshi-color-2::after {
    border-color: hsl(160, 100%, 50%);
}
.input__label--hoshi::after {
    margin-top: 2px;
    border-bottom: 2px solid #08FDD8;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}
.input__field--hoshi:focus + .input__label--hoshi::after,
.input--filled .input__label--hoshi::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.required .input__field--hoshi + .input__label--hoshi::after,
.required  .input--filled .input__label--hoshi::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border-color:red;
}

.input__field--hoshi:focus + .input__label--hoshi .input__label-content--hoshi,
.input--filled .input__label-content--hoshi {
    -webkit-animation: anim-1 0.3s forwards;
    animation: anim-1 0.3s forwards;
}

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
textarea:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
textarea:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

.below-form{
    color: red;
}

/* Contact CSS End */

/* About Me CSS */

.container.about .text-zone{
    position: absolute;
    left:10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 32%;
    vertical-align: middle;
    display: table-cell;
    max-height: 90%;

}
.container.about .text-zone h1 {
    font-size: 53px;
    color:#08fdd8;
    font-weight: bold;
    margin-top: 0;
    position: relative;
    margin-bottom: 40px;
}

.container.about .text-zone h2 {
    font-size: 30px;
    color:#fff;
    font-weight: bold;
    margin-top: 0;
    position: relative;
    margin-bottom: 40px;
    letter-spacing: 2.5px;
}

.container.about .blast {
    will-change: transform;
    opacity: 0;
    padding: 15px 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.container.about .blast:hover {
    color: #fff;
    animation: bounce11 0.5s;
   -webkit-animation: bounce11 0.5s;
}

.container.about .text-zone h1:before {
    content: '<h1>';
    font-family: 'La Belle Aurore', cursive;
    color: #515152;
    font-size: 18px;
    position: absolute;
    margin-top: -10px;
}
.container.about .text-zone h1:after {
    content: '<h1/>';
    font-family: 'La Belle Aurore', cursive;
    color: #515152;
    font-size: 18px;
    position: absolute;
    left:-20px;
    bottom:-20px;
    margin-left: 20px;

}

.container.about .text-zone p {
    font-size: 15px;
    line-height: 18px;
    color: #808080;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
}

/* About Me CSS End */

/* No CSS */

.container.no .text-zone{
    position: absolute;
    left:10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 38%;
    vertical-align: middle;
    display: table-cell;
    max-height: 90%;

}
.container.no .text-zone h1 {
    font-size: 53px;
    color:#08fdd8;
    font-weight: bold;
    margin-top: 0;
    position: relative;
    margin-bottom: 40px;
}

.container.no .blast {
    will-change: transform;
    opacity: 0;
    padding: 15px 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.container.no .blast:hover {
    color: #fff;
    animation: bounce11 0.5s;
   -webkit-animation: bounce11 0.5s;
}

.container.no .text-zone h1:before {
    content: '<h1>';
    font-family: 'La Belle Aurore', cursive;
    color: #515152;
    font-size: 18px;
    position: absolute;
    margin-top: -10px;
}
.container.no .text-zone h1:after {
    content: '<h1/>';
    font-family: 'La Belle Aurore', cursive;
    color: #515152;
    font-size: 18px;
    position: absolute;
    left:-20px;
    bottom:-20px;
    margin-left: 20px;

}

.container.no .text-zone p {
    font-size: 15px;
    line-height: 18px;
    color: #808080;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
}

/* No CSS End */

@keyframes myanim2 {
    0%   { opacity: 0;}
    100% {opacity: 1;}
}
@-webkit-keyframes myanim2 {
    0%   { opacity: 0;  }
    100% {opacity: 1;}
}
@-webkit-keyframes bounce11 {
    0%,  
    100% {
       -webkit-transform: translateY(0);
    } 
    15% {
        -webkit-transform: translateY(2px);
    }
    30% {
        -webkit-transform: translateY(4px);
    }
    45% {
        -webkit-transform: translateY(6px);
    }
    60% {
        -webkit-transform: translateY(4px);
    }
    75% {
        -webkit-transform: translateY(2px);
    }
    95% {
        -webkit-transform: translateY(1px);
    }
}
@keyframes bounce11 {
    0%,  
    100% {
       transform: translateY(0);
    } 
    50% {
        transform: translateY(4px);
    }
}

@media (max-width: 1445px){
    .about .bulb,
    .contact .bulb{
        right: 2%;
    }
    .about .bulb img
    ,.contact .bulb img{
        height: 400px;
    }
}

@media (max-width: 1300px){
    .home-page .bulb img{
        height: 380px;
    }
    .about .bulb img,
    .contact .bulb img{
        height: 380px;
    }
}

@media (max-width: 1235px){
    .home-page .bulb img{
        height: 350px;
    }
    .about .bulb img,
    .contact .bulb img{
        margin-top: 60px;
        height: 320px;
    }
    .no .bulb{
        right: 10px;
    }
}

@media (max-width: 1030px){
    .home-page .bulb img{
        margin-top: 60px;
        height: 320px;
    }
    .about .bulb img,
    .contact .bulb img{
        margin-top: 60px;
        height: 300px;
    }
}

@media (max-width: 960px){
    .top-tags{
        top: 50px;
        left: 10px;
    }
    .bottom-tags{
        left: 10px;
    }
    .home-page .text-zone{
        width: 80%;
        left: 10%;
    }
    
    .container.contact .text-zone{
        width: 80%;
        top: 55%;
    }
    .bulb{
        display: none;
    }

}

@media (max-width: 600px){
    .container.contact .top-tags{
        top: 30px;
        left: 5px;
    }
    .container.contact .bottom-tags{
        left: 5px;
    }    
}

@media (max-width: 530px){
    .home-page .text-zone {
        width: 85%;
        left:15%;
    }

    body {
        overflow-y:auto ;
        overflow-x:hidden ;
    }
    .bulb{
        display: none;
    }
}
@media (max-width: 400px){
    .container.contact .text-zone h1 {
        font-size: 40px;
        margin-bottom: 20px;
    }
}
/* Preloader Start */
/* .preloader {
    position: fixed;
    will-change: transform;
    top:0;
    left:0;
    bottom:0;
    right: 0;
    background: #181818;
    z-index: 3;
    display: none;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.preloader .inner {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin: auto;
    width: 400px;
    max-width: 100%;
    height: 160px;
    text-align: center;
}
.preloader .inner > img {
    display: block;
    margin: 0 auto;
}
.preloader .inner > span {
    color:#8d8d8d;
    margin-top: 9px;
    font-size: 9px;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 3px;
    margin-bottom: 30px;
    display: block;
}
.preloader .progress-bar {
    text-align: left;
}
.preloader .progress-bar_bg {
    height: 1px;
    background: #047765 ;

}
.preloader .progress-bar_bg div {
    height: 1px;
    background: #08fdd8;
    width: 0;
}
.preloader .progress-bar span {
    color:#fff;
    text-align: right;
    float: left;
    font-size: 27px;
    font-family: font-file-82132;
    margin-bottom: 10px;
    display: block;
} */
/* Preloader End */
