/* reset styles */
@import url(reset.css);

/* founts */
@import url(founts.css);

/* base classes */
@import url(base.css);

/* header */
.general-logo
{
    position: absolute;
    z-index: 100;
    top: 0;
    left: 50%;

    display: inline;

    width: 562px;
    height: 127px;

    -webkit-transition: .5s;
         -o-transition: .5s;
            transition: .5s;
    -webkit-transition-property: all;
    -webkit-transition-property: width, height, left;
         -o-transition-property: all;
         -o-transition-property: width, height, left;
            transition-property: all;
            transition-property: width, height, left;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
}

.general-logo-mobile img,
.general-logo img
{
    width: 100%;
    height: 100%;
}

.header
{
    position: relative;

    width: 100%;
    height: 100vh;

    background-image: url(../img/header/background.png);
    background-position: 50% 0;
    background-size: cover;
}

.general-logo-mobile
{
    position: absolute;
    z-index: 100;
    top: 0;
    left: 50%;

    display: inline;

    width: 230px;
    height: 50px;

    -webkit-transition: .5s;
         -o-transition: .5s;
            transition: .5s;
    -webkit-transition-property: all;
    -webkit-transition-property: width, height, left;
         -o-transition-property: all;
         -o-transition-property: width, height, left;
            transition-property: all;
            transition-property: width, height, left;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
}

/* content */
.header-text-mobile,
.header-text
{
    width: 100%;
}

.header-text p
{
    font-size: 1.5em;

    display: inline-block;

    padding-top: 52px;
}

.language
{
    font-family: 'Raleway-Medium', 'Arial', sans-serif;

    float: left;

    padding-left: 68px;

    cursor: default;

    color: white;
}

.languages
{
    cursor: pointer;
}

.active-language
{
    font-family: 'Raleway-Bold', 'Arial', sans-serif;

    color: #fe8632;
}

.age-rate
{
    font-family: 'Montserrat-Bold', 'Arial', sans-serif;

    float: right;

    padding-right: 68px;

    color: white;
}

.header-content
{
    position: absolute;
    z-index: 30;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 262px;

    text-align: center;

    background-image: url(../img/header/pointer.png);
    background-repeat: no-repeat;
    background-position: bottom center;
}

.header-battons
{
    position: absolute;
    top: 50%;

    width: 100%;

    -webkit-transform: translate(0, -8%);
        -ms-transform: translate(0, -8%);
            transform: translate(0, -8%);
}

.header-content img
{
    width: 250px;
    height: auto;
    margin: 8px;
}

/* mobile */
.language-mobile
{
    font-family: 'Raleway-Medium', 'Arial', sans-serif;

    float: left;

    padding-left: 20px;

    cursor: default;

    color: white;
}

.age-rate-mobile
{
    font-family: 'Montserrat-Bold', 'Arial', sans-serif;

    float: right;

    padding-right: 20px;

    color: white;
}

.header-text-mobile p
{
    font-size: 1.5em;

    display: inline-block;

    padding-top: 20px;
}

.header-content-mobile
{
    position: absolute;
    z-index: 30;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 100px;

    text-align: center;
}

.header-content-mobile img
{
    width: 138px;
    height: auto;
}

.header-battons-mobile
{
    position: absolute;
    top: 32%;

    width: 100%;

    -webkit-transform: translate(0, -8%);
        -ms-transform: translate(0, -8%);
            transform: translate(0, -8%);
}

/* smoke behind the logo */
.header-content-smoke
{
    position: absolute;
    bottom: 0;

    width: 100%;
    height: 506px;
    margin: 0 auto;

    -webkit-animation: smoke-move  14s infinite ease-in-out;
            animation: smoke-move  14s infinite ease-in-out;

    background-image: url(../img/header/smoke.png);
    background-repeat: no-repeat;
    background-size: 200%;
}

@-webkit-keyframes smoke-move
{
    from,
    to
    {
        background-position: 10% 100%;
    }
    50%
    {
        background-position: 90% 100%;
    }
}

@keyframes smoke-move
{
    from,
    to
    {
        background-position: 10% 100%;
    }
    50%
    {
        background-position: 90% 100%;
    }
}

.header-content-smoke-mobile
{
    position: absolute;
    bottom: 0;

    width: 100%;
    height: 300px;
    margin: 0 auto;

    -webkit-animation: smoke-move  24s infinite ease-in-out;
            animation: smoke-move  24s infinite ease-in-out;

    background-image: url(../img/header/smoke.png);
    background-repeat: no-repeat;
    background-size: 800%;
}

/* services-f */
.services-f
{
    width: 100%;
    padding: 112px 0;

    background-color: #161718;
}

.services-f-wrapper
{
    width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

.services-f-item
{
    position: relative;

    display: inline-block;

    width: 340px;
}

.services-f-item:hover .services-f-item-image-overlay-1,
.services-f-item:hover .services-f-item-image-overlay-2,
.services-f-item:hover .services-f-item-image-overlay-3,
.services-f-item:hover .services-f-item-image-overlay-1-mobile,
.services-f-item:hover .services-f-item-image-overlay-2-mobile,
.services-f-item:hover .services-f-item-image-overlay-3-mobile
{
    opacity: 1;
}

.services-f-item-image
{
    width: 200px;
    height: 200px;
    margin: 0 auto;

    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}

.services-f-item-image-overlay-1
{
    position: absolute;
    top: -15px;
    left: 56px;

    -webkit-transition: opacity .5s;
         -o-transition: opacity .5s;
            transition: opacity .5s;

    opacity: 0;
}

.services-f-item-image-overlay-2
{
    position: absolute;
    top: -42px;
    left: 56px;

    -webkit-transition: opacity .5s;
         -o-transition: opacity .5s;
            transition: opacity .5s;

    opacity: 0;
}

.services-f-item-image-overlay-3
{
    position: absolute;
    top: -56px;
    left: 24px;

    -webkit-transition: opacity .5s;
         -o-transition: opacity .5s;
            transition: opacity .5s;

    opacity: 0;
}

.services-item-text h2
{
    padding: 35px 0 22px 0;
}

.services-f-item-s
{
    margin-top: 140px;
}

.services-f-item-f
{
    margin-top: -10px;
}

/* mobile */
.services-f-mobile
{
    position: relative;

    overflow: hidden;

    width: 100%;
    height: 100vh;

    background-color: #161718;
}

.services-f-mobile .services-f-item-image
{
    width: 106px!important;
    height: 106px!important;
    margin: 0 auto;

    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}

.services-f-mobile .services-item-text h2
{
    padding: 25px 0 10px 0;
}

.services-f-item-image-overlay-1-mobile
{
    position: absolute;
    top: -8px;
    left: 32px;

    width: 120px!important;
    height: auto;

    -webkit-transition: opacity .5s;
         -o-transition: opacity .5s;
            transition: opacity .5s;

    opacity: 0;
}

.services-f-item-image-overlay-2-mobile
{
    position: absolute;
    top: -21px;
    left: 32px;

    width: 165px!important;
    height: auto;

    -webkit-transition: opacity .5s;
         -o-transition: opacity .5s;
            transition: opacity .5s;

    opacity: 0;
}

.services-f-item-image-overlay-3-mobile
{
    position: absolute;
    top: -32px;
    left: 11px;

    width: 140px!important;
    height: auto;

    -webkit-transition: opacity .5s;
         -o-transition: opacity .5s;
            transition: opacity .5s;

    opacity: 0;
}

.services-f-mobile .services-f-item
{
    position: relative;

    display: inline-block;

    width: 182px;
    margin: 0 auto;
    margin: 20px 40px;
}

.services-f-mobile .services-f-items-mobile
{
    width: 262px;
}

.services-f-wrapper-mobile
{
    position: absolute;
    top: 50%;
    left: 50%;

    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.dots-fixed-f
{
    position: absolute;
    top: 130px;
    left: 45%;
}

.dots-fixed-f .owl-dot
{
    display: inline-block;

    width: 4px;
    height: 4px;
    margin: 3px;

    border-radius: 36px;
    background-color: #505152;
}

.dots-fixed-f .active
{
    background-color: #fff;
}

/* services-s */
.services-s
{
    width: 100%;
    padding: 100px 0;

    background-color: #fe8632;
}

.services-s-item
{
    position: relative;

    display: inline-block;

    width: 320px;
}

.services-s-item-image
{
    margin: 0 -28px;
}

.services-s-item-image-overlay-1
{
    position: absolute;
    top: 140px;
    left: -19px;

    -webkit-transition: opacity .5s;
         -o-transition: opacity .5s;
            transition: opacity .5s;

    opacity: 0;
}

.services-s-item-image-overlay-2
{
    position: absolute;
    top: 78px;
    left: -12px;

    -webkit-transition: opacity .5s;
         -o-transition: opacity .5s;
            transition: opacity .5s;

    opacity: 0;
}

.services-s-item-image-overlay-3
{
    position: absolute;
    top: 306px;
    left: 38px;

    -webkit-transition: opacity .5s;
         -o-transition: opacity .5s;
            transition: opacity .5s;

    opacity: 0;
}

.services-s-item:hover .services-s-item-image-overlay-1,
.services-s-item:hover .services-s-item-image-overlay-2,
.services-s-item:hover .services-s-item-image-overlay-3,
.services-s-item:hover .services-s-item-image-overlay-1-mobile,
.services-s-item:hover .services-s-item-image-overlay-2-mobile,
.services-s-item:hover .services-s-item-image-overlay-3-mobile
{
    opacity: 1;
}

.services-s-item-s
{
    margin-top: 225px;
}

/* mobile */
.services-s-mobile
{
    position: relative;

    overflow: hidden;

    width: 100%;
    height: 100vh;

    background-color: #fe8632;
}


.services-s-mobile .services-s-items-mobile
{
    margin: 0 auto;
}

.services-s-mobile .services-item-text h2
{
    padding: 25px 0 10px 0;
}


.services-s-mobile .services-s-item
{
    position: relative;

    display: inline-block;

    width: 182px;
    margin: 20px 40px;
}

.services-s-mobile .services-s-items-mobile
{
    width: 262px;
}

.services-s-mobile .owl-item
{
    display: inline-block;
}

.services-s-mobile .owl-stage-outer
{
    overflow: hidden;
}

.services-s-mobile .owl-nav
{
    display: none;
}

.services-s-wrapper-mobile
{
    position: absolute;
    top: 50%;
    left: 50%;

    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.dots-fixed-s
{
    position: absolute;
    top: 200px;
    left: 44%;
}

.dots-fixed-s .owl-dot
{
    display: inline-block;

    width: 4px;
    height: 4px;
    margin: 3px;

    border-radius: 36px;
    background-color: #be6425;
}

.dots-fixed-s .active
{
    background-color: #000;
}

.services-s-item-image-overlay-1-mobile
{
    position: absolute;
    top: 56px;
    left: 20px;
    width: 151px;
    height: auto;

    -webkit-transition: opacity .5s;
         -o-transition: opacity .5s;
            transition: opacity .5s;

    opacity: 0;
}

.services-s-item-image-overlay-2-mobile
{
    position: absolute;
    top: 34px;
    left: 34px;
    width: 136px;
    height: auto;

    -webkit-transition: opacity .5s;
         -o-transition: opacity .5s;
            transition: opacity .5s;

    opacity: 0;
}

.services-s-item-image-overlay-3-mobile
{
    position: absolute;
    top: 124px;
    left: 48px;
    width: 84px;
    height: auto;
    -webkit-transition: opacity .5s;
         -o-transition: opacity .5s;
            transition: opacity .5s;

    opacity: 0;
}

.services-s-item-image-mobile
{
    margin: 0 18px;
    width: 146px;
    height: auto;
}

/* footer */
.footer
{
    position: relative;

    width: 100%;

    background-image: url(../img/footer/background.png);
    background-position: 50% 0;
    background-size: cover;
}

.footer-content
{
    padding-top: 100px;
}

.video
{
    margin-top: 40px;
}

.footer-battons
{
    padding: 50px 0 180px 0;
}

.footer-battons img
{
    width: 290px;
    margin: 0 45px;
}

.footer-down
{
    position: absolute;
    bottom: 0;

    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 0 68px;
}

.footer-down h4
{
    float: left;

    padding: 40px 0;
}

.footer-down .socials
{
    float: right;

    padding: 20px;
}

.footer-down .socials a
{
    margin: 0 14px;

    -webkit-transition: opacity .5s;
         -o-transition: opacity .5s;
            transition: opacity .5s;

    opacity: .4;
}

.footer-content h1
{
    text-shadow: 0 0 30px black;
}

.footer-down .socials a:hover
{
    opacity: .7;
}

.footer-down .socials a:last-child
{
    margin: 0 0 0 14px;
}

/* mobile */
.footer-mobile
{
    position: relative;
    height: 100vh;
    width: 100%;

    background-image: url(../img/footer/background.png);
    background-position: 50% 0;
    background-size: cover;
}

.footer-mobile .video
{
    margin-top: 20px;
    box-shadow: 0px 4px 50px black;
}

.footer-mobile .footer-battons img
{
    width: 138px;
    margin: 0 45px;
}

.footer-down .socials a
{
    margin: 0 5px;

    -webkit-transition: opacity .5s;
         -o-transition: opacity .5s;
            transition: opacity .5s;

    opacity: .4;
}
.footer-down .socials a:last-child
{
    margin: 0 0 0 5px;
}

.footer-mobile .footer-down
{
    padding: 0 10px;
}

.footer-mobile .footer-down .socials
{
    padding: 15px 0 15px 15px;
}

.footer-mobile .footer-down h4
{
    padding: 22px 0;
}

.footer-mobile .footer-battons
{
    padding: 50px 0 0 0;
}

/* ratate block */
.rotate-block
{
    position: relative;
    width: 100%;
    height: 100vh;

    background-image: url(../img/resize_mobile/rotate.png);
    background-position: 50% 0;
    background-size: cover;  
}

.rotate-block img
{
    width: 50%;
    height: auto;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
}