@import url('https://fonts.googleapis.com/css? family=Poppins:200,300,400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bad+Script&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: 'Poppins', sans-serif; */
    scroll-behavior: smooth;
}
body {
    min-height: 1000px;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 40px 100px;
    z-index: 20;   
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.5s;
}
.header__logo{
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    /* align-items: center;
    height: 100vh; */    
    
}
h1{
    margin: 0; 
    padding: 0;
    color: #fff;
    font-size: 4em;
    font-family: "Bad Script", cursive; 
}

h1 span{
    display: table-cell;
    margin: 0;
    padding: 0;
    animation: animate 2.5s linear infinite;
}
h1 span:nth-child(1){
    animation-delay: 0s;
}
h1 span:nth-child(2){
    animation-delay: 0.25s;
}
h1 span:nth-child(3){
    animation-delay: 0.5s;
}
h1 span:nth-child(4){
    animation-delay: 0.75s;
}
h1 span:nth-child(5){
    animation-delay: 1s;
}
h1 span:nth-child(6){
    animation-delay: 1.25s;
}
h1 span:nth-child(7){
    animation-delay: 1.5s;
}
h1 span:nth-child(8){
    animation-delay: 1.75s;
}
h1 span:nth-child(9){
    animation-delay: 2s;
}
h1 span:nth-child(10){
    animation-delay: 2.25s;
}

header .navigation {
    position: relative;
    display: flex;
}

header .navigation li {
    list-style: none;
    margin-left: 30px;
}

header .navigation li a {
    text-decoration: none;
    color: #fff;
    font-size: 1.2em;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    text-shadow: 0 0 20px #FFFFFF;
}

header .navigation li a:hover {
    color: #F7EC09;
}

header.sticky .navigation li a {
    color: #111;
    font-size: 1em;
    text-shadow: 0 0 20px #2F4F4F;

}
header.sticky h1{
    font-size: 2em;
    background: #925162;
    padding: 0px 30px;
    border-radius: 50px;
    box-shadow: 0 0 10px #0c1f13;
}

header.sticky .navigation li a:hover {
    color: #ff0157;
}
.banner {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/baner_fon_1.png);
    background-size: cover;
}
.banner .content {
    max-width: 900px;
    text-align: center;
}

.banner .content h2 {
    /*padding: 130px 0px 20px;*/
    text-align: center;
    font-size: 4.2em;
    color: #fff;
}

.banner .content p {
    width: 50%;
    transform: translateX(50%);
    text-align: center;  
    margin-top: 4%;
    font-size: 1.5em;
    letter-spacing: 1.2px;
    color: #FFFF00;
}

.btn {
    font-size: 1.8em;
    color: #fff;
    background: #ff0157;
    display: inline-block;
    padding: 10px 30px;
    margin-top: 10%;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    border-radius: 30px;
    transition: 0.5s;
}

.btn:hover {
    letter-spacing: 4px;
}
header.sticky {
    background: #fff;
    padding: 10px 100px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
header.sticky .navigation li a {
    color: #111;
}

header.sticky .navigation li a:hover {
    color: #ff0157;
}

section {
    padding: 50px 100px;
}
.about{
    margin-top: 40px;
}
.row {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.row .col50 {
    position: relative;
    width: 48%;
}

.titleText {
    color: #111;
    font-size: 2em;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
}

.titleText span {
    color: #ff0157;
    font-weight: 700;
    font-size: 1.3em;
    font-family: 'Poppins', sans-serif;
}

.row .col50 .imgBx {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* min-height: 300px; */
    height: 380px;
    background: #091921;
    border-radius: 30px;
    box-shadow: 0 0 20px #0c1f13;
}
.row .col50 .imgBx.light{
    background: #d1dae3;
} 

.row .col50 .imgBx .clock {
    position: absolute;
    /* top: 0;
    left: 0;
    width: 100%;
    height: 100%; */
    object-fit: cover;
}
/*  Clock  */
.clock{
    width: 350px;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/clock.png);
    background-size: cover;
    border: 4px solid #091921;
    border-radius: 50%;
    box-shadow: -8px -8px 15px rgba(255,255,255,0.05),
                inset -8px -8px 15px rgba(255,255,255,0.05),
                10px 10px 10px rgba(0,0,0,0.3),
                inset 10px 10px 10px rgba(0,0,0,0.3);
}
.row .col50 .imgBx.light .clock{
    background: #d1dae3 url(../images/clock.png);
    background-size: cover;
    border: 4px solid #cad3dc;
    box-shadow: -8px -8px 15px rgba(255,255,255,0.5),
                10px 10px 10px rgba(0,0,0,0.1),
                inset -8px -8px 15px rgba(255,255,255,0.5),                
                inset 10px 10px 10px rgba(0,0,0,0.1);
}
.clock::before{
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50%;
    z-index: 10000;
}
.row .col50 .imgBx.light .clock::before {
    background: #008eff;
}
.clock .hour,
.clock .min,
.clock .sec{
    position: absolute;
}

.clock .hour, .hr{
    width: 160px;
    height: 160px;
}
.clock .min, .mn{
    width: 190px;
    height: 190px;
}
.clock .sec, .sc{
    width: 230px;
    height: 230px;
}
.hr, .mn, .sc{
    display: flex;
    justify-content: center;
    /* align-items: center; */
    position: absolute;
    border-radius: 50%;
}
.hr::before{
    content: "";
    position: absolute;
    width: 8px;
    height: 80px;
    background: #ff105e;
    z-index: 10;
    border-radius: 6px 6px 0 0;
}
.mn::before{
    content: "";
    position: absolute;
    width: 4px;
    height: 90px;
    background: rgb(177, 238, 80);
    z-index: 11;
    border-radius: 6px 6px 0 0;
}
.row .col50 .imgBx.light .mn::before{
    background: #7b830d;
}
.sc::before{
    content: "";
    position: absolute;
    width: 2px;
    height: 150px;
    background: #746bf5;
    z-index: 12;
    border-radius: 6px 6px 0 0;
}
.toggleClass{
    position: absolute;
    top: 30px;
    right: 150px;
    width: 15px;
    height: 15px;
    font-size: 16px;
    border-radius: 50%;
    background: #d1dae3;
    color: #d1dae3;
    font-family: Courier;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.toggleClass::before{
    position: absolute;
    left: 25px;
    content: 'Light';
    white-space: nowrap;
}
.row .col50 .imgBx.light .toggleClass{
    background: #091921;
    color: #091921;
}
.row .col50 .imgBx.light .toggleClass::before{    
    content: 'Dark';
}
/* ------------------- */
.title {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: 'Poppins', sans-serif;
}
.menu .title p{
    padding: 20px;
    width: 30%;
}
.menu .title .btn{
    margin-top: 0;
}
.menu .content {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    /* margin-top: 40px; */
}

.menu .content .box {
    width: 340px;
    margin: 20px;
    border: 15px solid #fff;
    box-shadow: 0 5px 35px rgba(0, 0, 0, 0.08);
}

.menu .content .box .imgBx {
    position: relative;
    width: 100%;
    height: 300px;
}

.menu .content .box .imgBx img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.menu .content .box .text {
    padding: 15px 0 5px;
}

.menu .content .box .text h3 {
    font-weight: 400;
    color: #111;
}
.testimonials {
    background: url(../images/fon_0577.jpg);
    background-size: cover;
}

.white .titleText,
.white p {
    color: #fff;
}
.white p{
    line-height: 34px;
    font-size: 23px;
}

.testimonials .content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 40px;
}

.testimonials .content .box {
    width: 340px;
    margin: 20px;
    padding: 40px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
}

.testimonials .content .box .imgBx {
    position: relative;
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonials .content .box .imgBx img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonials .content .box .text {
    text-align: center;
}

.testimonials .content .box .text p {
    color: #666;
    font-style: italic;
}

.testimonials .content .box .text h3 {
    margin-top: 20px;
    /* color: #111; */
    font-size: 1em;
    color: #ff0157;
    font-weight: 600;
}

.contact {
    /*background: url(../images/fon_0631.jpg);*/
    background-size: cover;
    /**/
}
.contact .content{
    display: flex;
    justify-content: center;
}
.contact .content .box {
    margin-top: 30px;
    margin-left: 70px;
    width: 900px;
    border: 15px solid #fff;
    box-shadow: 0 5px 35px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
}
.contact .content .box .imgBx video {
    /*position: absolute;*/
    /* justify-content: center;
    align-items: center; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.contactForm {
    padding: 75px 50px;
    background: #fff;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    margin-top: 30px;
    border-radius: 20px;

}

.contactForm h3 {
    color: #111;
    font-size: 1.2em;
    margin-bottom: 20px;
    font-weight: 500;
}

.contactForm .inputBox {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.contactForm .inputBox input,
.contactForm .inputBox textarea {
    width: 100%;
    border: 1px solid #555;
    padding: 10px;
    color: #111;
    outline: none;
    font-size: 16px;
    font-weight: 300;
    resize: none;
}

.contactForm .inputBox input[type="submit"] {
    font-size: 1em;
    color: #fff;
    background: #ff0157;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1.8px;
    transition: 0.5s;
    max-width: 200px;
    font-weight: 500;
    border: none;
    cursor: pointer;
}

.container{
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}
.footer__content{
    background: url(../images/23964.jpg);;
    padding: 20px 0px 30px;
}
.footer__inner{
    display: flex;
    justify-content: space-between;
}
.footer__inner .header__btn{
    float: none;
    display: inline-block;
}
.footer__map{
    padding-top: 10px;
    max-width: 630px;
    width: 100%;
}
.footer__map iframe{
    width: 100%;
}
.footer__title{
    letter-spacing: 0.5px;
    color: #fff;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 36px;
}
.footer__text{
    color: #d3d2d2;
    margin-bottom: 20px;
}
.footer__info{
    max-width: 360px;
}
.footer__list{
    padding-top: 10px;
}
.footer__list li{
    list-style: none;
    margin-top: 10px;
}
.footer__list a{
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.25px;
    color: #fff;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    padding-left: 33px;
    position: relative;
}
.footer__list a::before{
    font-family: 'icomoon';
    content: "\f003";
    position: absolute;
    left: 0px;
    color: #ffc222;
}
.footer__list .footer__phone::before{
    content: "\f095";
    left: 3px;
}
.footer__list .footer__adress::before{
    content: "\f041";
    left: 3px;
}
.footer__copy{
    background-color: #303030;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
    padding: 8px 0px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #fff;
}

@keyframes animate{
    0%,100%
    {
        color: #fff;
        filter: blur(3px);
        /* text-shadow: 0 0 10px #00b3ff,
                     0 0 20px #00b3ff,
                     0 0 40px #00b3ff,
                     0 0 80px #00b3ff,
                     0 0 120px #00b3ff,
                     0 0 200px #00b3ff,
                     0 0 300px #00b3ff,
                     0 0 400px #00b3ff,
                     0 0 500px #00b3ff,
                     0 0 600px #00b3ff; 
                     #00ff62*/
        text-shadow: 0 0 10px #00ff62,
                     0 0 20px #00ff62,
                     0 0 40px #00ff62,
                     0 0 80px #00ff62,
                     0 0 120px #00b3ff,
                     0 0 200px #00b3ff,
                     0 0 300px #00b3ff,
                     0 0 400px #00b3ff,
                     0 0 500px #00b3ff,
                     0 0 600px #00b3ff; 

    }
    5%,95%
    {
        color: rgb(236, 219, 224);
        filter: blur(0px);
        text-shadow: none;
    }
}