/*
Theme Name: HTML5 Blank Child
Theme URI: http://html5blank.com
Template: html5blank-stable
Author: Todd Motto (@toddmotto)
Author URI: http://toddmotto.com
Description: HTML5 Blank WordPress Theme
Tags: Blank,HTML5,CSS3
Version: 1.4.3.1610982154
Updated: 2021-01-18 15:02:34
*/

@import url("dev2.css");
@import url("dev3.css");

@font-face {
    font-family:'Sterion-BLLld';
    src: url(/wp-content/themes/html5blank-stable-child/fonts/Sterion-BLLld.ttf);
}

@font-face {
    font-family:'ZonaPro-Bold';
    src: url(/wp-content/themes/html5blank-stable-child/fonts/ZonaPro-Bold.otf);
}

@font-face {
    font-family:'ZonaPro-Light';
    src: url(/wp-content/themes/html5blank-stable-child/fonts/ZonaPro-Light.otf);
}

@font-face {
    font-family:'ZonaPro-SemiBold';
    src: url(/wp-content/themes/html5blank-stable-child/fonts/ZonaPro-SemiBold.otf);
}

p{
    font-family:'ZonaPro-Light';

}

/*** top header ****/

.logo img {
    width: 93%;
}

.logo {
    display: flex;
    align-items: center;
}

.header {
    background: #1B1B1B;
    width: 1031px;
    margin: 0 auto;
    padding: 16px 27px;
    margin-top: 56px;
    border-radius: 70px;
    margin-bottom: 100px;
    backdrop-filter: blur(30px);
}

a.header-btn {
    font-size: 18px;
    font-family:'ZonaPro-SemiBold';
    background: #8CD8E5;
    border-radius: 35px;
    padding: 17px 40px;

}

a.header-btn:hover img{
    transform: rotate(178deg);
}

a.header-btn img {
    transform: rotate(136deg);
    margin-left: 4px;
    margin-bottom: 6px;
    transition: .5s;
}

/************   main nav ****************/

.main-navigation-ctm {
    display: flex;
    justify-content: end;
    align-items: center;
}

.nav{
    float:right;
}


/*.sticky {
    position: fixed!important;
    top: 0;
    width: 100%;
    transition: .35s ease-out;
    box-shadow: 0 2px 2px 0 #8080802e;
    z-index: 9999999;
    left:0;
    background: #fff;
}

 */

/* sticky on scroll top */

.nav-up {
    top: -115px;
}

.nav-down{
    transition: .8s ease-out;
    animation: fadeIn 3s;
}

.nav-up{
    transition: .35s ease-out;
    animation: fadeIn 3s;
}

/***** back to top button ****/

.arrow {
    transform: rotate(90deg);
    margin-left: 4px;
}

.topbutton {
    width: fit-content;
    background: #000000;
    border-radius: 76px;
    position: fixed;
    right: 2%;
    bottom: 300px;
    z-index: 99999;
    display: none;
    padding: 9px 12px;
    cursor:pointer;
}

.top-btn-inner img {
    transform: rotate(180deg);
}

.top-btn-inner p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
    margin-left: 10px;
}

.top-btn-inner{
    display: flex;
}

.top-btn-inner {
    display: flex;
    align-items: center;
}

/*   see the universe button **/

.uni {
    width: fit-content;
    background: #1C1C1C;
    border-radius: 76px;
    position: absolute;
    right: 7%;
    top: 17%;
    z-index: 99999;
    padding: 9px 12px;
    cursor: pointer;
    animation: pulse 4s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.99);

    }

    70% {
        transform: scale(1);

    }

    100% {
        transform: scale(0.99);

    }
}

.uni .top-btn-inner img {
    transform: rotate(0deg);
}

.uni .arrow {
    transform: rotate(270deg);
}

/*Preloader*/
.spinner-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 99999999999999!important;
}

.spinner-wrapper .spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    transform:translate(-50%, -50%);
}

/**********************************FOOTER*/

footer{
    font-family:'ZonaPro-Light';
    background: #F3F4F5;
    padding: 100px 169px 0;
    position: relative;
}

footer li a{
    color:#000000;
}

aside#custom_html-2 {
    padding-bottom: 39px;
}

ul#menu-footer-menu li a {
    font-size: 16px;
}

footer ul{
    padding-left:0;
    list-style-type:none;
    display:flex;
}

footer ul li{
margin-right:36px;
}

.copy p {
    font-size: 14px;
}

.copy-section {
    background: #f3f4f5;
    padding: 156px 0 34px;
}

ul#menu-footer-nav li a{
font-size:16px;
}

.copy a {
    color: #8BD3E9;
}

.copy a:hover {
    text-decoration: underline;
}

#footer-4 {
    position: absolute;
    bottom: 43px;
}

#circle {
    position: relative;
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
}

img.melania {
    position: absolute;
}

#circle text {
    font-size: 29px;
    font-family: 'ZonaPro-Bold';
}

#circle svg {
    position:relative;
    left: 0;
    top: 0;
    width: 95%;
    height: 318px;
    -webkit-animation-name: rotate;
    -moz-animation-name: rotate;
    -ms-animation-name: rotate;
    -o-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation-duration: 10s;
    -moz-animation-duration: 10s;
    -ms-animation-duration: 10s;
    -o-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes rotate {
    from { -webkit-transform: rotate(360deg); }
    to { -webkit-transform: rotate(0); }
}

@-moz-keyframes rotate {
    from { -moz-transform: rotate(360deg); }
    to { -moz-transform: rotate(0); }
}

@-ms-keyframes rotate {
    from { -ms-transform: rotate(360deg); }
    to { -ms-transform: rotate(0); }
}

@-o-keyframes rotate {
    from { -o-transform: rotate(360deg); }
    to { -o-transform: rotate(0); }
}

@keyframes rotate {
    from { transform: rotate(-360deg); }
    to { transform: rotate(0); }
}

.circle-pap {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

/********* testiimonials slider  ***/


#testimonials-block .slider-holder ,.inner-content-employee{
    padding: 0 16px;
    margin-bottom: 79px;
}

#testimonials-block .testimo-container {
  cursor:pointer;
}

.testimo-container {
    position: relative;
}

.testimonial-leftiko {
    position: absolute;
    top: 97px;
    width: 91%;
    padding: 0 57px;
}

#testimonials-block .slider {
    padding-top: 48px;
}

#testimonials-block .slick-slide img {
    width: 100%;
}

.progress {
    display: block;
    width: 55%;
    margin: 0 auto;
    height: 3px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #333333;
    background-image: linear-gradient(to right, #ffffff, #ffffff);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size .4s ease-in-out;
}

#testimonials-block .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

span.proj_tlt {
    color: #8CD8E5;
    font-size: 16px;
    font-family: 'ZonaPro-Bold';
    position: absolute;
    bottom: 33px;
    padding: 0 57px;
}

.testimonial-leftiko p {
    color: #fff;
    font-size: 14px;
}

.testimo-back:after {
    content: url(/wp-content/uploads/2024/05/Ellipse-139.png);
    position: absolute;
    top: 23px;
    right: 32px;
}

#testimonials-block {
    padding-top: 18%;
    padding-bottom: 10%;
}

#blow-tlt p {
    color:#FFF;
    font-size:64px;
    font-family:'Sterion-BLLld';
}

#blow-txt p {
    color: #fff;
    font-size: 30px;
    line-height: 1.2em;
    width: 62%;
}

#idrogios-static-section #left {
    padding-left:166px;
}

.wpb_single_image.wpb_content_element.vc_align_left.wpb_content_element.stoxosimg {
    margin-bottom: 0;
    position: absolute;
}

.wpb_text_column.wpb_content_element.stoxos-desc {
    margin-bottom: 0;
}

.stoxos1 .ult-content-box,.stoxos2 .ult-content-box,.stoxos3 .ult-content-box,.stoxos4 .ult-content-box,.stoxos5 .ult-content-box,.stoxos6 .ult-content-box{
    display: inline-flex;
    align-items: center;
    background: #F3F4F5;
    width: 338px;
    border-radius: 56px;
    position: absolute;
}

.stoxos1 .ult-content-box {
    top: 0;
    right: 61px;
}

.stoxos2 .ult-content-box {
    top: 20%;
    left: 25%;
}

.stoxos3 .ult-content-box {
    top: 457px;
    left: -48px;
}

.stoxos4 .ult-content-box {
    right: 0;
    top: 502px;
}

.stoxos5 .ult-content-box {
    left: 39px;
    bottom: 243px;
}

.stoxos6 .ult-content-box {
    bottom: 89px;
    right: 138px;
}

.stoxos-desc p {
    font-size: 15px;
    padding-left: 18px;
    line-height: 1.2em;
}

#idrogios-static-section #right .vc_column-inner {
    height: 1020px;
    position: relative;
}

#idrogios-static-section .wpb_raw_code.wpb_raw_html.wpb_content_element {
    margin-bottom: 0;
}

#idrogios-static-section {
    margin-top: 246px;
}

/*** slider ergazomenon home top **/



.slick-slider .element {
    border-radius: 0;
    display: inline-block;
    margin: 0 auto;
    width: 49% !important;
}

.slick-slide img {
    display: block;
    width: 100%;
}

span.slide-txt {
    display: block;
    background: #fff;
    padding: 12px;
    font-size: 14px;
    width: 100%;
    font-family: 'ZonaPro-Light';
}

.element-1,.element-2{
    padding: 38px 0;
}

.inner-content-sl {
    width: 73%;
}

.slick-slider-em {
    margin-left: 14%;
  transition: .5s ease-out;

}
img.test {
width:100%;
}

.inner-content-sl img:nth-child(1) {
    animation: fadeinout 10s;
}

@keyframes fadeinout
{
    0%{
        opacity:0;
    }
    50%
    {
        opacity:1;
    }
    100%
    {
        opacity:1;
    }
}

#employee-slider-block {
    margin-top: 100px;
}

.video-container {
    position: relative;
    margin: 0 auto;
    width: 77%;
}

.overlay-slider {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

.video-container video {
    width: 80vw;
    height: 80vw;
    margin: 0 auto;
    border-radius: 50%;
    clip-path: circle(45%);
}

.before-footer {
    height: 343px;
}

.before-footer video{
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    width: 80%;

    /*border-radius: 50%;

     */
}

#tenmore-tlt p {
    font-family:'ZonaPro-SemiBold';
    font-size: 70px;
    text-align: center;
    color: #fff;
}

#tenmore-tlt {
    margin-bottom: 125px;
}

#last-one{
    padding-top:150px;
}

br.clear {
    display: none;
}

#sphere-row-title-years{
    font-family: 'ZonaPro-Light';
    font-size: 30px;
    color: #8CD8E5;
    text-align: center;
    margin-bottom:5px;
}

#sphere-row-title-catchphrase p{
    font-family: 'ZonaPro-SemiBold';
    font-size: 70px;
    color: #FFFFFF;
    text-align: center;
}

#sphere-row-title-followup p {
    font-family: 'ZonaPro-Light';
    font-size: 30px;
    color: #FFFFFF;
    text-align: center;
}

#sphere-row-title-catchphrase {
    margin-bottom: 11px;
}

/*** horizontal slider gia to mobile */

.overlay-slider-mob .slider-holder {
    padding: 0 16px;
}

#mobile-slider{
    display:none;
}

#scroll-section-du {
    /*margin-bottom: 130px;*/
    z-index: 0;
}

/*********************************************   MEdi@ *****************************************************/

@media screen and (max-width:1536px) {

    .stoxos-desc p {
        font-size: 14px;
    }

    .uni{
        right:2%;
    }
}

@media screen and (max-width:1440px){

    #idrogios-static-section #left {
        padding-left: 158px;
    }

    #blow-txt p {
        color: #fff;
        font-size: 24px;
    }

    .inner-content-sl {
        width: 66%;
    }
}

@media screen and (max-width:1366px) {

    .stoxos3 .ult-content-box {
        left: -48px;
    }
}

@media screen and (max-width:1280px) {

    .testimonial-leftiko {
        position: absolute;
        top: 56px;
    }

    footer {
        padding: 100px 89px 0;
    }

    #footer-4 {
        width: 100%;
    }

    .stoxos3 .ult-content-box {
        left: -48px;
        top: 36%;
    }

    .wpb_single_image.wpb_content_element.vc_align_left.wpb_content_element.stoxosimg{
        position: relative;
    }

    .wpb_text_column.wpb_content_element.stoxos-desc {
        margin-left: 0;
    }

    .stoxos1 .ult-content-box, .stoxos2 .ult-content-box, .stoxos3 .ult-content-box, .stoxos4 .ult-content-box, .stoxos5 .ult-content-box, .stoxos6 .ult-content-box{
        padding:3px;
        width: fit-content;
    }

    .stoxos-desc p {
        padding-right: 17px;
    }

    #idrogios-static-section #left {
        padding-left: 90px;
    }

    .ult-content-box .wpb_single_image.vc_align_left {
        text-align: right;
    }
}

@media screen and (max-width: 1024px) {
    .header {
        width: 95%;
        margin: 0 auto;
    }

    #proto-section {
        padding-top: 99px;
    }

    #footer-4 {
        position: absolute;
        bottom: 87px;
        left: 86px;
    }

    #blow-txt p {
        width: 74%;
    }

    #sphere-row-title-catchphrase p {
        font-size: 50px;
    }

    #testimonials-title h3,#quote-row-title h5,#tenmore-tlt p,#solar-system-title h4,#sphere-row-title-catchphrase p {
        font-size: 40px;
        line-height: 1.2em;
    }

    .before-footer video{
        width: 89%;
    }

    .before-footer {
        height: 200px;
    }

    .testimonial-leftiko {
        top: 32%;
        width: 96%;
    }


    .uni {
        position: relative;
        right: unset;
        top: unset;
        margin: 0 auto;
        bottom:120px;
    }

    .uni .top-btn-inner img,.top-btn-inner img  {
        width: 20%;
    }

    .uni,.topbutton{
        padding: 5px 12px;
    }

    .top-btn-inner p{
        font-size: 13px;
    }

    .topbutton {
        width: 198px;
    }

    .uni {
        width: 203px;
    }

    /* mobile slider ipallilon **/
   #desktop-slider,#employee-slider-block{
       display:none;
   }

   #mobile-slider{
       display:block;
   }

    .uni {
        margin-top: 72px;
    }

    .overlay-slider-mob {
        margin-top: 61px;
    }

    .overlay-slider-mob {
        width: 65%;
        margin: 0 auto;
        position: absolute !important;
        top: 19%;
        transform: translateX(-50%);
        left: 50%;
    }

    #mobile-slider .progress{
     opacity: 0;
    }

    .video_mob video {
        width: 100vw;
        height: 107vh;
    }

    .testimonial-leftiko p {
        font-size: 17px;
    }
}

@media screen and (max-width: 1008px) {
    .testimonial-leftiko p {
        font-size: 19px;
    }

    .testimonial-leftiko {
        top: 86px;
    }
}

@media screen and (max-width: 768px) {
    footer {
        padding: 146px 89px 0;
    }

    #by-the-numbers-right .stats-number {
        font-size: 74px !important;
    }

    #idrogios-static-section #left, #idrogios-static-section #right {
        width: 100%;
    }

    .stoxos3 .ult-content-box {
        left: 125px;
    }

    .stoxos1 .ult-content-box {
        top: 120px;
    }

    .stoxos5 .ult-content-box {
        left: unset;
        right: 83px;
    }

    #blow-tlt p {
        font-size: 40px;
    }

    #blow-tlt {
        margin-bottom: 11px;
    }

    #idrogios-static-section #right .vc_column-inner {
    background-size:cover;
    }

    #idrogios-static-section #right .vc_column-inner {
        background-repeat: no-repeat;
        background-position: center;
        background-size: 631px 604px;
        height: 625px;
    }

    .ult-content-box .wpb_single_image img{
        max-width: 53%;
    }

    #idrogios-static-section .wpb_raw_code.wpb_raw_html.wpb_content_element img {
        width: 58%;
    }

    .stoxos-desc p{
        padding-left:0;
    }

    .stoxos6 .ult-content-box {
        bottom: 166px;
        right: unset;
        left: 106px;
    }

    .stoxos4 .ult-content-box {
        right: 97px;
        top: 502px;
    }
    .stoxos-desc p {
        font-size: 12px;
    }

    #idrogios-static-section .wpb_raw_code.wpb_raw_html.wpb_content_element {
        text-align: center;
    }

    .stoxos1 .ult-content-box, .stoxos2 .ult-content-box, .stoxos3 .ult-content-box, .stoxos4 .ult-content-box, .stoxos5 .ult-content-box, .stoxos6 .ult-content-box {
        padding: 7px;
        width: 33%;
    }

    .before-footer {
        height: 115px;
    }

    #tenmore-tlt {
        margin-bottom: 82px;
    }

    .overlay-slider-mob {
        width: 86%;
    }

    #idrogios-static-section .vc_col-sm-6{
        width:100%;
    }

    #idrogios-static-section {
        margin-top: 133px;
    }

    #testimonials-block {
        padding-top: 30px;
    }

    #last-one {
        padding-top: 87px;
    }

    .uni {
        margin-top: 56px;
    }

}

@media screen and (max-width: 767px){

}

@media screen and (max-width: 600px) {

    footer ul {
        display: grid;
    }

    #footer-4 {
        position: relative;
        bottom: 0;
        left: 0;
        padding-top: 24px;
    }

    .copy-section {
        padding: 41px 0 11px;
    }

    #blow-txt p {
        width: 91%;
    }

    #idrogios-static-section #left {
        padding-left: 29px;
    }

    .stoxos1 .ult-content-box, .stoxos2 .ult-content-box, .stoxos3 .ult-content-box, .stoxos4 .ult-content-box, .stoxos5 .ult-content-box, .stoxos6 .ult-content-box {
        width: 50%;
    }

    .testimonial-leftiko {
        position: absolute;
        top: 27px;
        width: 96%;
        padding: 0 57px 0 26px;
        left: 0;
    }

    span.proj_tlt {
        padding: 0 57px 0 20px;
    }

    .video_mob video {
        display: none;
    }

    #mobile-slider .progress {
        opacity: 1;
    }

    .overlay-slider-mob{
        position: relative!important;
        left:unset;
        transform: unset;
    }




}

@media screen and (max-width: 550px) {
    .stoxos1 .ult-content-box {
        top: 200px;
    }
    .stoxos2 .ult-content-box {
        top: 30%;
        left: 5%;
    }

    #testimonials-block .slick-slide img {
        height: 498px;
    }

}


@media screen and (max-width: 500px) {
    #blow-txt p {
        width: 100%;
    }

    #testimonials-block .slick-slide img {
        display: none;
    }

    .testimonial-leftiko {
        position: relative;
        top: 0;
        margin-bottom: 25px;
    }

    span.proj_tlt {
        position: relative;
        bottom: 0;
    }

    .testimo-back:after{
        display:none;
    }

    a.header-btn {
        font-size: 14px;
        font-family: 'ZonaPro-SemiBold';
        background: #8CD8E5;
        border-radius: 35px;
        padding: 11px 16px;
    }

    #testimonials-title h3, #quote-row-title h5, #tenmore-tlt p, #solar-system-title h4, #sphere-row-title-catchphrase p {
        font-size: 34px;
    }

    #sphere-row-title-followup p{
        font-size: 18px;
    }

    #sphere-row-title-catchphrase {
        margin-bottom: 4px;
    }

    #proto-section {
        padding: 72px 20px 0;
    }

    footer {
        padding: 117px 29px 0;
    }

    .topbutton{
        bottom:63px;
    }

    #footer-1 img {
        width: 46%;
    }

    #mobile-slider .progress{
        opacity: 1;
    }
}


@media screen and (max-width: 414px) {

    #testimonials-title h3, #quote-row-title h5, #tenmore-tlt p, #solar-system-title h4, #sphere-row-title-catchphrase p {
        font-size: 30px;
    }

    .testimonial-leftiko{
        width: 100%;
    }

    #blow-txt p {
        font-size: 18px;
        padding-right: 25px;
    }

    #by-the-numbers-right .stats-number {
        font-size: 60px !important;
    }

    .testimonial-leftiko p {
        font-size: 17px;
    }
}

@media screen and (max-width: 368px) {

}

@media screen and (max-width: 360px) {

}



}