/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/
@import url('https://fonts.googleapis.com/css2?family=Sofia+Sans:ital,wght@0,1..1000;1,1..1000&display=swap');


.header-builder-p .vc_column-inner {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}


#header {
    padding-bottom: 10px;
}

#footer_follw {
    padding-top: 75px;
}


.infinite_loop_text_wrapper {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    background: #D79D59;
    padding: 10px 0;
    position: relative;
}

.infinite_loop_text_wrapper_inner {
    display: flex;
    align-items: center;
    white-space: nowrap;
    margin-bottom: 0;
}

.infinite_loop_scrollable {
    display: inline-block;
    animation: infiniteScroll 60s linear infinite;
    margin-bottom: 10px;
    margin-top: 10px;
}

.ilt__word {
    display: inline-block;
    padding: 0 10px;
    color: #000;
    font-family: "Sofia Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.88px;
    text-transform: uppercase;
}

.ilt__dot {
    display: inline-block;
    padding: 0 5px;
    color: #888;
}

@keyframes infiniteScroll {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}


#header .main-menu>li.menu-item>a {
    padding-top: 110px !important;
    padding-right: 35px !important;
    padding-bottom: unset !important;
    padding-left: 35px !important;
    text-transform: capitalize;
    color: #0B0B0B !important;
    font-family: "Sofia Sans";
    font-size: 24px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: normal !important;
    background-color: unset !important;
}

#header .main-menu>li.menu-item>a:hover {
    color: #D79D59 !important;
}

#header .share-links {
    display: flex;
    margin-top: 80px;
    font-weight: 400;
    gap: 30px;
}

.atlas_title {
    color: #000;
    font-family: "Sofia Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.atlas_text {
    color: #000;
    font-family: "Sofia Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 137.5% */
}

#section_1 .atlas_title,
#section_1 .atlas_text {
    max-width: 560px
}

.atlas_title_2 {
    color: #000;
    text-align: center;
    font-family: "Sofia Sans";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.atlas_title_3 {
    color: #000;
    text-align: center;
    font-family: "Sofia Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.orange_background img {
    border-radius: 50%;
    background-color: #D49955;
    height: 95px;
    width: 95px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.orange_background.middle_one img {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
}

#section_3 .orange_background.middle_one img {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
	min-width: 95px;
}

.atlas_title_section_3 {
    color: #FFF;
    font-family: "Sofia Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.atlas_text_section_3 {
    color: #FFF;
    font-family: "Sofia Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 137.5% */
}

.atlas_title_2_section_3 {
    color: #FFF;
    font-family: "Sofia Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.follow_us_footer {
    color: #000;
    font-family: "Sofia Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
}

.footer_socials a {
    border-radius: 50%;
}

.porto-separator {
    margin: 0;
}

#footer_follw {
    max-width: 1600px;
    margin: auto !important;
}

.max_width_1430 {
    max-width: 1430px;
    margin: auto !important;
    display: flex;
    margin-bottom: 100px !important;
}

#section_2 .atlas_text p {
    max-width: 380px;
    margin: auto !important;
}



.product-section {
    display: flex;
    height: 100vh;
    overflow: hidden;
    transition: background 0.5s ease;
    background: url('https://atlas.webdemo.gr/wp-content/uploads/2025/06/Rectangle-11-3.png') center center / cover no-repeat;
    max-height: 740px;
}

.product {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.product:nth-of-type(2) {
    border-left: solid 1px;
    border-right: solid 1px;
}

.product img {
    max-height: 300px;
    transition: transform 0.3s ease;
    z-index: 2;
    transform: scale(1.2);
}

.product:hover img {
    transform: scale(2.1);
}

.product:hover h2 {
    display: none;

}

.view_more {
    position: absolute;
    display: none;
    height: 50px;
    width: 100%;
    background: #D79D59;
    bottom: 0;
    left: 0;
    text-align: center;
    justify-content: center;
    color: #FFF;
    font-family: "Sofia Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.44px;
    text-transform: uppercase;
    align-items: center;
}

.product:hover .view_more {
    display: flex;
}

.product::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.0);
    z-index: 1;
}

.product h2 {
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
    color: #FFF;
    text-align: center;
    font-family: "Sofia Sans";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
	padding-left: 10px;
    padding-right: 10px;
}

/* Hover-specific backgrounds */
.product[data-bg]:hover~.product-section {
    background: url(attr(data-bg)) center center / cover no-repeat;
}

.ilt__word.my_bold {
    font-weight: bold;
}

html #topcontrol i {
    position: absolute;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: solid 1px #D79D59;
    color: #D79D59;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

html #topcontrol {
    background: none;
    right: 20px;
}

html #topcontrol:hover i {
    background: #D79D59;
    color: #FFF;
}

.footer_signature a,
.footer_signature p {
    color: #6B6B6B;
    font-family: "Sofia Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 137.5% */
}



.new_footer .porto-separator {
    width: 60%;
}

.new_footer .wpb_wrapper.vc_column-inner {
    max-width: 1600px;
    margin: auto;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.footer_email_to a {
    color: #000;
    font-family: "Sofia Sans";
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.footer_email {
    margin-bottom: 0;
}

.footer_email .vc_icon_element-icon:before {
    font-style: normal;
    display: inline-block;
    text-decoration: inherit;
    width: inherit;
    height: inherit;
    font-size: 1em;
    text-align: center;
    text-rendering: optimizelegibility;
    background-color: grey;
    padding: 20px;
    border-radius: 50%;
    color: #000000;
    background-color: #ded9d4;
}

#side-nav-panel {
    position: fixed;
    height: 100%;
	width: 190px;
}

html.pum-open.pum-open-overlay.pum-open-scrollable body>:not([aria-modal=true]) {
    padding-right: 0;
}
html.panel-opened .page-wrapper, html.panel-opened #header.sticky-header .header-main.sticky {
    left:0px;
}

@media only screen and (max-width: 1280px) {
.section_3_text_wrapper.vc_column_container.col-md-6.vc_custom_1750686806552{
	margin-top:30px;
	margin-bottom:30px;
}
}
@media only screen and (max-width: 1180px) {
#section_3.wpb_custom_034b39d9bc6c6b310d69e39f0ccf274f{
	    display: flex;
    flex-direction: column;
    align-items: center;
}
	
	#section_3	.vc_custom_1750329620234{
		    width: 100%;
    margin: auto;
    text-align: center;
    display: flex;
	}
	#section_3 .vc_custom_1750329625803.wpb_custom_81a4f7ef9830bf958462581aa01150fb{
	    text-align: center;	
	}
	#section_3 .vc_custom_1750408284435{
		    width: 100%;
    padding-left: 20px !important;
    padding-right: 20px !important;
	}
	
 	.section_3_text_wrapper{
		width: 100%;
		max-width:960px;
		margin:auto;
	} 
}

@media only screen and (max-width: 991px) {
	.vc_custom_1750408223220 {
		    padding-right: 50px !important;
    padding-left: 50px !important;
	}


    .logo.wpb_custom_1c5be94e08328b7326efe21c5063bd7b.pe-4 {
        margin-right: auto !important;
    }

    #header .share-links {
        display: none;
    }

    #header .logo a {
        max-width: 100%;
        min-height: 100px;
        display: flex;
        align-items: center;
    }

    #header .mobile-toggle {
        background-color: transparent;
        color: black;
        font-size: xx-large;
    }

    .new_footer .wpb_wrapper.vc_column-inner {
        flex-direction: column;
    }

    #side-nav-panel .share-links .share-instagram,
    #side-nav-panel .share-links .share-facebook {
        font-family: var(--fa-style-family-brands, "Font Awesome 6 Brands");
        height: 50px;
        width: 50px;
        margin: auto;
        z-index: 2;
        border-radius: 50%;
        font-size: 24px;
        color: #000000;
        background-color: #ded9d4;
    }

    #side-nav-panel .accordion-menu li.menu-item>a,
    #side-nav-panel .menu-custom-block a,
    #side-nav-panel .accordion-menu li.menu-item>.arrow {
        padding-right: 35px !important;
        padding-bottom: unset !important;
        padding-left: 35px !important;
        text-transform: capitalize;
        color: #0B0B0B !important;
        font-family: "Sofia Sans";
        font-size: 24px !important;
        font-style: normal !important;
        font-weight: 700 !important;
        line-height: normal !important;
        background-color: unset !important;
        border-bottom: none;
    }

    #side-nav-panel .accordion-menu li:not(:last-child),
    #side-nav-panel .accordion-menu.porto-view-switcher>li {
        border-bottom: none;
    }

    #side-nav-panel .share-links {
        font-size: 1em;
        margin: 15px 30px;
        padding: 10px 5px;
        text-align: left;
    }

    #header .logo {
        min-width: 180px;
    }

    .porto-separator {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
	
	.wpb_custom_034b39d9bc6c6b310d69e39f0ccf274f{
		display: flex;
    	flex-direction: column;
	}
	.wpb_custom_034b39d9bc6c6b310d69e39f0ccf274f .vc_column_container.col-md-4,
	.wpb_custom_034b39d9bc6c6b310d69e39f0ccf274f .vc_column_container.col-md-6{
		width:100%;
	}

    .product.popmake-103.pum-trigger {
        background-image: url(https://atlas.webdemo.gr/wp-content/uploads/2025/06/Rectangle-11-3.png);
        background-size: cover;
        background-position-x: right;

    }

    .product.popmake-116.pum-trigger {
        background-image: url(https://atlas.webdemo.gr/wp-content/uploads/2025/06/Rectangle-11-2.png);
        background-size: cover;
        background-position-x: center;
    }

    .product.popmake-118.pum-trigger {
        background-image: url(https://atlas.webdemo.gr/wp-content/uploads/2025/06/Rectangle-11-4.png);
        background-size: cover;
        background-position-x: center;
    }

    .atlas_title_section_3 {
        margin-top: 50px;
    }

    .follow_us_footer p {
        text-align: center !important;
    }

    .share-links {
        text-align: center;
    }

    .footer_signature p,
    .footer_signature {
        text-align: center !important;
    }

    .product img {
        max-height: 200px;
        transform: scale(1.4);
    }

    .product:nth-of-type(2) {
        border-left: none;
        border-right: none;
    }

    .product-section {
        max-height: 1350px;
        flex-direction: column;
        height: unset;
    }

    .product {
        min-height: 450px;
    }

    .view_more {
        display: flex;

    }

    .product h2 {
        font-size: 30px;
    }
}


@media only screen and (max-width: 400px) {
    #header .logo {
        min-width: 150px;
    }
}



#header .share-links {
    display: none;
}