
@import url(fontawesome.css);

:root {
    --clr-light: hsl(269 96% 98%); /* light */
    --clr-pink: hsl(311 96% 92%); /* pink */
    --clr-yellow: hsl(56 85% 50%); /* yellow */
    --clr-dark: hsl(187 6% 42%); /* dark */
    --clr-black: hsl(327 49% 0%); /* black */
    --clr-white: hsl(196 100% 100%); /* white */
    --clr-violet: #660066; /* violet */
    --clr-light-border: hsla(329 96% 95% / 0.8);
    --clr-yellow-border: hsla(56 77% 45% / 0.8);
    --clr-dark-border: hsla(67 6% 66% / 0.8);


    /*default values (pink)*/
    --body-bg: var(--clr-pink);
    --body-text: var(--clr-black);
    --logo-img-bg: var(--clr-white);
    --sidemenu-bg: var(--clr-violet);
    --sidemenu-text: var(--clr-light);
    --section-bg: var(--clr-yellow);
    --section-text: var(--clr-dark);
    --section-headlinetext: var(--clr-violet);
    --section-infotext: var(--clr-violet);
    --section-contentborder: var(--clr-light-border);
    --section-button-text: var(--clr-white);
    --card-bg: var(--clr-pink);
    --card-bg-hover: var(--clr-white);
    --card-headlinetext: var(--clr-violet);
    --card-headlinetext-hover: var(--clr-violet);
    --card-infotext: var(--clr-black);
    --card-infotext-hover: var(--clr-black);
    --btn-bg: #FFFFFF;
    --btn-text: #FFFFFF;
    --clr-btn-text: var(--clr-white);
    --clr-btn-bg: var(--clr-white);
    --clr-btn-text-hover: var(--clr-white);
    --clr-btn-bg-hover: var(--clr-white);
}


body {
    margin: 0;
    background-color: var(--body-bg);
    color: var(--body-text);
    font-family: ABeeZee, 'Helvetica Neue', Helvetica, Arial, Lato, sans-serif;
    height: 100vh;
    width: 100vw;
    overflow-x: hidden;
}



.top-row {
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: end;
    position: sticky;
    padding-bottom: 5px;
    top: 0;
    z-index:1;
}

.top-row ::deep a, .top-row ::deep .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row ::deep a:hover, .top-row ::deep .btn-link:hover {
    text-decoration: underline;
}

.top-row ::deep a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

.page {
    position: relative;
    display: flex;
    flex-direction: column;
}
.container-main {
    background: url(../images/pagebackfull.png) no-repeat top right fixed;
    background-size:contain;
    /*-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
    
}

#page-wraper {
    
}


/* Basic */


input,
select,
textarea {
    outline: none;
}

a,
a:hover {
    text-decoration: none;
}

p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

h4 {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.25px;
}

img {
    width: 100%;
    overflow: hidden;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

    ul li {
        display: inline-block;
    }

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

.clearfix {
    zoom: 1;
}

    .clearfix:before,
    .clearfix:after {
        content: "";
        display: table;
    }

    .clearfix:after {
        clear: both;
    }

.container {
    margin: 0 auto;
}

.main-nav {
    text-align: center;
}

    .main-nav li:last-child a {
        border-bottom: 2px solid #fff;
    }

    .main-nav li {
        display: block;
    }

        .main-nav li a {
            height: 70px;
            line-height: 70px;
            display: inline-block;
            font-size: 16px;
            font-weight: 700;
            background: var(--sidemenu-bg);
            color: var(--sidemenu-text);
            width: 100%;
            transition: all 0.5s;
            border-top: 2px solid #fff;
        }

        .main-nav li:hover a,
        .main-nav li.active a {
            background: var(--body-bg);
            color: var(--body-text);
        }

/* Sidebar Menu */

.menu .image {
    margin-top: 60px;
    
}

.menu .image img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    text-align: center;
    background-color: var(--logo-img-bg);
}

.menu .author-content {
    margin: 40px 0px 60px 0px;
}

.menu .author-content h4 {
    margin-bottom: 0px;
}

.menu .author-content span {
    font-size: 13px;
    font-style: italic;
    color: var(--sidemenu-text);
}

.menu .social-network {
    margin-top: 60px;
}

.menu .social-network ul li {
    margin: 0 3px;
}

    .menu .social-network ul li a {
        width: 20px;
        height: 40px;
        display: inline-block;
        text-align: center;
        line-height: 40px;
        background-color: var(--sidemenu-bg);
        color: var(--sidemenu-text);
        font-size: 14px;
        transition: all 0.5s;
    }

        .menu .social-network ul li a:hover {
            background-color: var(--sidemenu-bg);
            color: var(--clr-yellow);
        }

.menu .copyright-text {
    position: relative;
    margin-top: 60px;
}

.menu .copyright-text p {
    border-top: 1px solid var(--sidemenu-bg);
    display: inline-block;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    font-size: 13px;
}

.menu:before,
.menu:after {
    content: "";
    display: table;
}

.menu:after {
    clear: both;
}

.menu a {
    text-decoration: none;
    color: inherit;
}

.menu {
    text-align: center;
}

    .menu::-webkit-scrollbar {
        display: none;
    }

.menu {
    left: 10%;
    -webkit-transition: -webkit-transform 233ms cubic-bezier(0, 0, 0.21, 1);
    -webkit-overflow-scrolling: touch;
    background-color: var(--sidemenu-bg);
    
    box-sizing: border-box;
    height: 100vh;
    max-height: 100vh !important;
    max-width: 80vw !important;
    min-width: 45px !important;
    outline: none;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    padding: 0;
    position: fixed !important;
    top: calc(0px);
    width: 20%;
    will-change: transform;
    z-index: 9999 !important;
}

.menu-toggle {
    color: var(--sidemenu-text);
    cursor: pointer;
    font-size: 25px;
    position: fixed;
    right: 25px;
    top: 25px;
}

#menu-toggle {
    z-index: 999;
    cursor: pointer;
    position: fixed;
    top: 0;
    left: 0;
    color: var(--sidemenu-text);
    background-color: var(--sidemenu-bg);
    width: 60px;
    height: 60px;
    text-align: center;
    display: inline-block;
    line-height: 60px;
}

.menu-close {
    cursor: pointer;
}

#menu-close {
    cursor: pointer;
    text-align: right;
    color: var(--sidemenu-bg);
    background-color: #fff;
    width: 100%;
    height: 60px;
    text-align: center;
    display: inline-block;
    line-height: 60px;
}


/* Section */




.section {
    color: var(--section-text);
    width: 55%;
    right: 10%;
    left: 35%;
    position: relative;
    min-height: 10vh;
    padding-bottom: 100px;
    /*border-bottom: 3px solid rgba(250, 250, 250, 0.25);*/
}

.section-heading {
    padding: 50px 20px;
}

    .section-heading h2 {
        font-size: 32px;
        font-weight: 700;
        color: var(--section-headlinetext);
    }

    .section-heading .line-dec {
        width: 100%;
        height: 1px;
        background-color: var(--body-text);
        margin: 10px auto;
    }

    .section-heading span {
        margin-top: 5px;
        font-size: 16px;
        color: var(--section-headlinetext);
        letter-spacing: 0.5px;
    }


/* Buttons */



.white-button-btn {
    display: inline-block;
    padding: 12px 20px;
    background-color: var(--sidemenu-bg);
    color: var(--section-button-text);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: all 0.5s;
    border-radius: 8px;
}

    .white-button-btn:hover {
        background-color: var(--section-button-text);
        color: var(--sidemenu-bg);
    }



.white-button a {
    display: inline-block;
    padding: 12px 20px;
    background-color: var(--sidemenu-bg);
    color: var(--section-button-text);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: all 0.5s;
    border-radius:8px;
}

    .white-button a:hover {
        background-color: var(--section-button-text);
        color: var(--sidemenu-bg);
    }

button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #fff;
    color: #a43f49;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: all 0.5s;
    border: none;
    outline: none;
    cursor: pointer;
}

    button:hover {
        outline: none;
        background-color: #a43f49;
        color: #fff;
    }



.footerHead {
    font-weight: 600;
    color: var(--sidemenu-bg);
}
.footerInfotextsmall {
    font-size: smaller;
    color: var(--sidemenu-bg);
}



/* Left & Right Post */

.right-image-post {
    margin-top: 60px;
    padding-top: 60px;
    border-top: 2px solid rgba(250, 250, 250, 0.1);
}

.left-image img,
.right-image img {
    z-index: 1;
    border-radius: 9px;
}

.right-image-post h4,
.left-image-post h4 {
    margin-top: 30px;
}

.right-image-post p,
.left-image-post p {
    margin-top: 20px;
}

.right-image-post .white-button,
.left-image-post .white-button {
    margin-top: 30px;
}


#map {
    height: 100%;
}

/* Services */

.upCount_radius,
.upCount_range,
.upCount {
    font-size: 40px;
    color: var(--card-headlinetext);
    font-weight: 700;
}

.upCount::before {
    content: '+';
    color: var(--card-headlinetext);
    font-size: 40px;
    font-weight: 700;
    margin-right: 2px;
}

.upCount_range::before {
    content: '20...';
    color: var(--card-headlinetext);
    font-size: 40px;
    font-weight: 700;
    margin-right: 2px;
}

.upCount_radius::after {
    content: ' Km';
    color: var(--card-headlinetext);
    font-size: 40px;
    font-weight: 700;
    margin-right: 2px;
}



.my-services .col-md-6 {
    padding-left: 5px;
    padding-right: 5px;
}

.service-item {
    margin-bottom: 10px;
    padding: 40px 20px;
    background-color: var(--card-bg);
    transition: all 0.5s;
    width: 100%;
}

.service-item h4 {
    transition: all 0.5s;
    color: var(--card-headlinetext);
    padding: 20px;
}

    .service-item p {
        transition: all 0.5s;
        color: var(--card-infotext);
        margin-top: 30px;
    }

.service-item:hover {
    background-color: var(--card-bg-hover);
}

.service-item:hover h4 {
    color: var(--card-headlinetext-hover);
}

.service-item:hover p {
    color: var(--card-infotext-hover);
}

.service-item .service-icon {
    width: 70px;
    height: 70px;
    display: inline-block;
    margin-bottom: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.5s;
}




    .service-item .first-service-icon {
        background-image: url(../images/first-white-icon.png);
        
    }

.service-item:hover .first-service-icon {
    background-image: url(../images/first-main-icon.png);
}

.service-item .second-service-icon {
    background-image: url(../images/second-white-icon.png);
}

.service-item:hover .second-service-icon {
    background-image: url(../images/second-main-icon.png);
}

.service-item .third-service-icon {
    background-image: url(../images/third-white-icon.png);
}

.service-item:hover .third-service-icon {
    background-image: url(../images/third-main-icon.png);
}

.service-item .fourth-service-icon {
    background-image: url(../images/fourth-white-icon.png);
}

.service-item:hover .fourth-service-icon {
    background-image: url(../images/fourth-main-icon.png);
}


/* My Work */

section.my-work .section-heading {
    text-align: center;
    padding: 80px 45px 50px 45px;
}

.isotope-wrapper {
    position: relative;
    width: 100%;
    margin: auto;
}

.isotope-toolbar input[type="radio"] {
    display: none;
}

.isotope-toolbar span {
    text-transform: capitalize;
    display: inline-block;
    margin-right: 15px;
    padding-bottom: 3px;
    font-size: 15px;
    font-weight: 700;
    border-bottom: 2px solid transparent;
    transform: ease-in-out 0.5s;
    cursor: pointer;
}

.isotope-toolbar input[type="radio"]:checked + span {
    color: #a43f49;
    border-bottom: 2px solid #a43f49;
}

.isotope-box {
    position: relative;
    width: 100%;
}

.isotope-toolbar {
    text-align: center;
    margin: 10px;
}

    .isotope-toolbar p {
        border-top: 1px solid #fff;
        padding-top: 15px;
    }

    .isotope-toolbar a {
        color: #fff;
    }

.isotope-item {
    position: relative;
    width: 48%;
    margin: 1%;
    border-bottom: 2px solid rgba(250,250,250,0.1);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

    .isotope-item img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 5px;
    }

.lazyload {
    background: #f7f7f7;
}

.lazyloading {
    background: #f7f7f7 url(//afarkas.github.io/lazysizes/assets/imgs/loader.gif) no-repeat center;
    min-height: 60px;
}

figure.snip1321 {
    overflow: hidden;
    text-align: center;
    -webkit-perspective: 50em;
    perspective: 50em;
}

    figure.snip1321 * {
        -webkit-box-sizing: padding-box;
        box-sizing: padding-box;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

    figure.snip1321 figcaption {
        top: 50%;
        left: 20px;
        right: 20px;
        position: absolute;
        opacity: 0;
        z-index: 1;
    }

    figure.snip1321 h4 {
        margin-top: 15px;
        margin-bottom: 5px;
        color: #232323;
    }

    figure.snip1321 span {
        font-size: 14px;
        font-style: italic;
        display: block;
        color: #7a7a7a;
    }

    figure.snip1321 i {
        position: relative !important;
        font-size: 18px;
        background-color: #a43f49;
        width: 40px;
        height: 40px;
        display: inline-block;
        text-align: center;
        line-height: 40px;
        border-radius: 5px;
        color: #fff;
    }

    figure.snip1321:after {
        background-color: #ffffff;
        position: absolute;
        content: "";
        display: block;
        top: 20px;
        left: 20px;
        right: 20px;
        bottom: 20px;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        -webkit-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        opacity: 0;
    }

    figure.snip1321 a {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 1;
    }

    figure.snip1321:hover figcaption,
    figure.snip1321.hover figcaption {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 1;
        -webkit-transition-delay: 0.2s;
        transition-delay: 0.2s;
    }

    figure.snip1321:hover:after,
    figure.snip1321.hover:after {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 0.9;
    }


/* Contact Me */

section.contact-us {
    border-bottom: none;
}

#contact input {
    background-color: rgba(250,250,250,0.1);
    border: 1px solid rgba(250,250,250,1);
    border-radius: 0px;
    margin-bottom: 30px;
    color: #fff;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    width: 100%;
    padding-left: 15px;
}

    #contact input:focus {
        outline: none;
        box-shadow: none;
    }

#contact textarea {
    background-color: rgba(250,250,250,0.1);
    border: 1px solid rgba(250,250,250,1);
    border-radius: 0px;
    margin-bottom: 30px;
    color: #fff;
    font-size: 14px;
    height: 180px;
    max-height: 220px;
    line-height: 40px;
    width: 100%;
    padding-left: 15px;
}

    #contact textarea:focus {
        outline: none;
        box-shadow: none;
    }

#contact {
    text-align: center;
}







.menu .container {
    padding-left: 0;
    padding-right: 0;
}

#menu-toggle,
#menu-close {
    display: none;
}

@media screen and (max-width: 1680px) {
    .menu {
        left: 5%;
    }

    .section {
        color: var(--section-text);
        width: 65%;
        right: 5%;
        left: 30%;
    }
}

@media screen and (max-width: 1680px) and (min-width: 846px) {
    .menu .social-network ul li a {
        width: 36px;
        height: 36px;
        line-height: 36px;
    }

    .menu .social-network ul li {
        margin: 0;
    }

    .menu .image {
        margin-top: 60px;
        
    }
}

@media screen and (max-width: 1280px) {
    .menu {
        left: 0%;
    }

    .right-image-post h4,
    .left-image-post h4 {
        margin-top: 0px;
    }

    .right-image-post p,
    .left-image-post p {
        margin-top: 15px;
    }

    .right-image-post .white-button,
    .left-image-post .white-button {
        margin-top: 25px;
    }
}

@media screen and (max-width: 1280px) and (min-width: 846px) {
    .menu {
        width: 25%;
    }
}

@media screen and (max-width: 845px) {
    #menu-toggle,
    #menu-close {
        display: inline-block;
    }

    .menu {
        width: 320px;
        -webkit-transform: translateX(-100%) !important;
        transform: translateX(-100%) !important;
        transition: -webkit-transform 233ms cubic-bezier(0, 0, 0.21, 1);
        transition: transform 233ms cubic-bezier(0, 0, 0.21, 1);
        transition: transform 233ms cubic-bezier(0, 0, 0.21, 1), -webkit-transform 233ms cubic-bezier(0, 0, 0.21, 1);
    }

        .menu .image {
            margin-top: 40px;
        }

        .menu .image img {
            width: 200px;
            height: 200px;
        }

        .menu .author-content {
            margin: 20px 0px 40px 0px;
        }

        .menu .container {
            padding-left: 15px;
            padding-right: 15px;
        }

        .menu.open {
            display: inline-block;
            -webkit-transform: translateX(0) !important;
            transform: translateX(0) !important;
        }

    .responsive-nav {
        display: inline-block;
    }

    .section {
        width: 94%;
        right: 3%;
        left: 3%;
    }

    .isotope-item {
        width: 94%;
        margin: 3%;
    }

    .left-image-post img {
        margin-bottom: 30px;
    }

    .right-image-post img {
        margin-top: 30px;
    }

    .isotope-item {
        border-bottom: none;
        text-align: center;
    }

    .isotope-toolbar {
        margin-bottom: 20px;
    }

}