/*
Theme Name: marinaboziki - Cleancut Custom Theme
Author: Theofylaktos Angourias
Author URI: https://cleancut.gr
Version: 1.2.0
 */

@view-transition {
	navigation: auto;
}


/* Font Faces START */

@font-face {
    font-family: 'Averta-Thin';
    src: url("assets/fonts/Intelligent Design - AvertaPE-Thin.otf");
    font-style: normal;
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'Averta-Light';
    src: url("assets/fonts/Intelligent Design - AvertaPE-Light.otf");
    font-style: normal;
    font-weight: 300;
    font-display: swap;
}


@font-face {
    font-family: 'Averta-Regular';
    src: url("assets/fonts/Intelligent Design - AvertaPE-Regular.otf");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Averta-Semibold';
    src: url("assets/fonts/Intelligent Design - AvertaPE-Semibold.otf");
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Averta-Bold';
    src: url("assets/fonts/Intelligent Design - AvertaPE-Bold.otf");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

/* Font Faces END */


.averta-thin.averta-thin,
.averta-thin * {
    font-family: 'Averta-Thin', sans-serif !important;
    font-weight: 200 !important;
    font-style: normal !important;
}

.averta-light.averta-light,
.averta-light * {
    font-family: 'Averta-Light', sans-serif !important;
    font-weight: 300 !important;
    font-style: normal !important;
}

.averta-regular,
.averta-regular * {
    font-family: 'Averta-Regular', sans-serif !important;
    font-weight: normal !important;
    font-style: normal !important;
}

.averta-semibold,
.averta-semibold * {
    font-family: 'Averta-Semibold', sans-serif !important;
    font-weight: 600 !important;
    font-style: normal !important;
}

.averta-bold,
.asavertaty-bold * {
    font-family: 'Averta-Bold', sans-serif !important;
    font-weight: 700 !important;
    font-style: normal !important;
}

em {
    font-style: italic !important;
}

.text-semibold strong,
.text-semibold b,
.text-regular strong,
.text-regular b,
strong,
* strong,
strong *,
* b,
b,
b * {
    font-family: 'Averta-Bold', sans-serif !important;
    font-style: normal !important;
    font-weight: 700 !important;
}

/* Global Styling */

:root {
    --blue: #2d3f97ff;
    --dark: #333333ff;
    --white: #ffffffff;
}

html {
    /* font-size: 100%; */
    height: 100%;
    font-family: 'Averta-Regular', Helvetica, Arial, Sans-Serif;
}


body {
    font-size: 16px;
    width: 100%;
    /* display: flex; */
    /* flex-direction: column; */
    min-height: 100%;
    /* max-width: 3840px; */
    margin: 0 auto !important;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
    /* overflow: hidden; */
    /*     height: 100%; */
}


/* Scroll Bar */

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Handle */

::-webkit-scrollbar-thumb {
    background-color: var(--blue);
    border-radius: 10px;
    transition: background-color 0.6s ease;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    filter: brightness(85%);
    -ms-filter: brightness(85%);
    -moz-filter: brightness(85%);
    -webkit-filter: brightness(85%);
}

.cky-btn-revisit-wrapper {
    bottom: 32px !important;
}


.zn2 {
    z-index: -2;
}

.bg_shape {
    width: 57.1875vw;
    height: auto;
}

.ultra_wrapper {
    flex: 1;
    max-width: 1920px;
    padding: 0 6.770833333333333%;

    /* max-height: calc(100% - 132.94px - 24px); */
}

.burger_btn,
.navbar-brand {
    background-color: #FFFFFF !important;
}

* {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    outline: none !important;
    font-family: 'Averta-Regular', Helvetica, Arial, Sans-Serif;
    box-sizing: border-box;
}

a {
    /* text-decoration: none !important; */
    /* color: var(--yellow); */

    text-decoration: underline 0.15em rgba(255, 255, 255, 0);
    transition: text-decoration-color 300ms;
    text-underline-offset: 0.2em;
}

a:hover {
    text-decoration-color: var(--blue);
}

p,
p a,
li,
li p,
li p a {
    color: var(--dark);
    transition: 0.3s color ease;
    font-family: 'Averta-Regular', Helvetica, Arial, Sans-Serif;
    font-style: normal;
    font-weight: 300;
}

h1,
h2,
h3 {
    color: var(--blue);
}

ul {
    list-style: none;
    padding-left: 1em;
    margin-bottom: 0;
}

ul>li {
    list-style-position: inside;
    padding-bottom: 0.5em;
    position: relative;
}

ul>li::before {
    /* content: "\2022";
    color: var(--blue);
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em; */




    /* content: "";
    color: var(--blue);
    font-weight: bold;
    display: inline-block;
    width: 0.25rem;
    height: 0.25rem;
    margin-left: -1em;
    position: absolute;
    top: 0;
    background-color: var(--blue);
    border-radius: 50px;
    transform: translateY(200%); */


    content: "";
    color: var(--blue);
    font-weight: bold;
    display: inline-block;
    width: 0.35em;
    height: 0.35em;
    margin-left: -1em;
    position: absolute;
    top: 0;
    background-color: var(--blue);
    border-radius: 100px;
    transform: translateY(165%);

    /* 
    content: "";
    color: var(--blue);
    font-weight: bold;
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    margin-left: -1em;
    position: absolute;
    top: 0;
    background-color: var(--blue);
    border-radius: 50px;
    transform: translateY(100%); */
}

/* li {
    padding-bottom: 0.5em;
} */

li>*>li:last-child {
    padding-bottom: 0px;
}


ol {
    padding-left: 1em;
    counter-reset: list;
}

ol>li {
    list-style: none;
}

ol>li:before {
    content: counter(list, lower-greek) ") ";
    counter-increment: list;
}

.work_nav li::before {
    display: none;
}

.btn {
    outline: none !important;
    box-shadow: none !important;
}

.more_btn {
    border: 1px solid var(--dark);
    border-radius: 0;
}

button:focus,
a:focus {
    outline: 2px solid var(--blue) !important;
    outline-offset: 5px;

}

.title_col {
    padding-top: calc(6.770833333333333% - 2rem);
}

button.aicon_link {
    top: 125px;
}

.burger_btn {
    font-size: 12px;
}

.burger_btn .burger_line {
    height: 2px;
    width: 100%;
    background-color: var(--blue);
    margin-bottom: 6px;
    border-radius: 50px;
}

.burger_btn .burger_line:first-child {
    width: 75% !important;
    margin-left: auto;
}

.burger_btn .burger_line:nth-child(2) {
    width: 45% !important;
    margin-left: auto;
}

/* FONT SIZES START */

.font_15,
.font_15 * {
    font-size: 0.9375rem;
}

.font_16.font_16,
.font_16 * {
    font-size: 1rem;
}

.font_18,
.font_18 * {
    font-size: 1.125rem;
}

.font_22,
.font_22 * {
    font-size: 1.375rem;
}

.font_25,
.font_25 * {
    font-size: 1.5625rem;
}

.font_28,
.font_28 * {
    font-size: 1.75rem;
}

.font_30,
.font_30 * {
    font-size: 1.875rem;
}

.font_65,
.font_65 * {
    font-size: 4.0625rem;
}

/* FONT SIZES END */

/* TEXT COLOR START */

.text-blue {
    color: var(--blue);
}

.text-grey {
    color: var(--dark);
}

/* TEXT COLOR START */


/* HEADER START */

header {
    max-width: 2560px;
    z-index: 10;
    transition: background-color 0.9s ease;
    background-color: #ffffff00;
}

footer {
    z-index: 9;
}

.theNav {
    padding: 2rem 6.770833333333333% !important;
}

#menu-main-menu {
    display: flex;
    margin-left: auto;
}

#menu-main-menu-1 li::before,
#menu-main-menu li::before {
    display: none;
}

#menu-main-menu li {
    padding-right: 60px;
}

#menu-main-menu li a {
    color: var(--dark) !important;
}

#menu-main-menu li.current-menu-item a {
    color: var(--blue) !important;
}

.offcanvas button {
    border: none;
    box-shadow: none !important;
}

/* HEADER END */

/* HOME PAGE START */
.contact_section,
.service_section,
.work_section,
.about_section,
.home_section {
    padding: 0 6.770833333333333%;
    max-width: 1920px;
    z-index: 1;
}

.home_section {
    /* margin-top: calc(21.01851851851852% - 227px); */
    /* margin: auto 0; */
}

.about_section .row:last-of-type,
.home_section .row {
    /* margin-bottom: 2.5925925925925926%; */
    /* margin-bottom: 12.5%; */
}

.content_wrapper {
    /* margin-top: calc(47.44444444444444% - 227px); */
}

/* .home_background_shape_wrapper * {
    transform-origin: bottom !important;
} */

.extra_txt,
.content_txt {
    line-height: 1.75;
}

.home_background_shape_wrapper {
    bottom: 0;
    right: 0;
    transform: translate(47%, 5%);
}

.about_background_shape_wrapper {
    bottom: 0;
    right: 0;
    transform: translate(32%, 18%) rotate(83deg);
}

.work_background_shape_wrapper {
    bottom: 0;
    right: 0;
    transform: translate(15.5%, -1%) rotate(19deg);
}

.services_background_shape_wrapper {
    bottom: 0;
    left: 0;
    transform: translate(-19%, 45%) rotate(75deg);
}

.contact_background_shape_wrapper {
    bottom: 0;
    right: 0;
    transform: translate(48%, -20%) rotate(-40deg);
}

.bgWrapper {
    transition: transform 600s linear, opacity 2s ease !important;
    transform-origin: center;
    transform: rotate(0deg);
    opacity: 0;
}

.animateIt {
    transform: rotate(-360deg) !important;
    opacity: 1 !important;
}

/* HOME PAGE END */

/* SERVICES PAGE START */
.left_col {
    box-shadow: 2px 0px 0px 0px #333333;
}

.right_col h2:last-child,
.left_col h2:last-child {
    margin-bottom: 0px !important;
}

.work_nav .nav-link {
    background-color: transparent;
    color: var(--dark) !important;
}

.work_nav .nav-link.active {
    color: var(--blue) !important;
}

.tab-content {
    display: flex;
}

.tab-content>.tab-pane {
    display: block;
    /* undo "display: none;" */
    visibility: hidden;
    margin-right: -100%;
    width: 100%;
}

.tab-content>.active {
    visibility: visible;
}

.card {
    padding: 0;
    border: none;
    background-color: transparent;
}

.footer_content {
    padding: 0 6.770833333333333%;
    margin-top: 3rem;
    position: initial !important;
}

#menu-main-menu-1 {
    padding-left: 0 !important;
}

#menu-main-menu-1 a {
    font-size: 1.2rem;
    color: var(--dark);
    text-decoration: underline 0.05em;
}

#menu-main-menu-1 li.current-menu-item a {
    color: var(--blue) !important;

}

#menu-main-menu-1 li {
    margin-bottom: 1rem;
}

.bio_col0 {
    margin-top: 0px !important;
}

#map {
    height: 100%;
    background-color: #F5F5F5;
}

.map_col {
    height: 17.59259259259259vh;
    max-height: 620px;
    min-height: 324px;
    padding: 0;
    /* padding: 14.074074074074vh 5.7291666666667%; */
}

#offcanvasRightLabel {
    font-size: 1.3rem;
}

#wp_access_helper_container {
    border: 1px solid #000000;
}


body .accessability_container button.wah-action-button {
    background-color: var(--blue);
}

.offcanvas-header .btn-close {
    opacity: 1 !important;
}

/* .map_section {
    bottom: 0;
    left: 0;
} */

/* .collapse {
    display: flex !important;
    height: 100%;
    position: relative;

}

.collapse>.card {
    display: block !important;
    visibility: hidden;
    margin-right: -100%;
    width: 100%;
    height: 100%;
}

.collapse>.show {
    visibility: visible;
} */

/* SERVICES PAGE END */
.work_nav .nav-link {
    text-decoration: underline 0.05em !important;
}

.m_menu_bg {
    position: absolute;
    top: 0;
    z-index: -9;
    pointer-events: none;
}

.eu-banner {
    z-index: 151;
    position: fixed;
    bottom: 0;
    left: 0;
    /*     width: 270px; */
    max-width: 100%;
    width: 30rem;
    padding: 0;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    /*     -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    /*   filter: grayscale(100%); */
    height: auto;
}

/* .eu-banner img {
    max-width: 100%;
    height: auto;
} */

@media all and (min-width: 1200px) {
    header.custom-bg-white {
        background-color: #ffffffff;
    }

    .btn {
        display: none !important;
    }

    .collapse:not(.show) {
        display: initial !important;
    }
}

@media all and (max-width: 1600px) {
    .web_logo {
        width: 57.938px;
    }

    #menu-main-menu li {
        padding-right: 45px;
    }
}

@media all and (max-width: 1199px) {
    .eu-banner {
        position: sticky !important;
    }

    a {
        /* text-decoration: none !important; */
        /* color: var(--yellow); */

        text-decoration: underline 0.05em rgba(255, 255, 255, 0);
        /* 	text-underline-offset: 0em; */
    }

    .font_16.font_16,
    .font_16 * {
        font-size: 0.9375rem;
    }

    .font_18,
    .font_18 * {
        font-size: 1rem;
    }

    .font_22,
    .font_22 *,
    .font_25,
    .font_25 * {
        font-size: 1.0625rem;
    }

    .font_28,
    .font_28 * {
        font-size: 1.125rem;
    }

    .font_30,
    .font_30 * {
        font-size: 1.375rem;
    }

    .font_65,
    .font_65 * {
        font-size: 2.125rem;
    }

    header {
        background-color: var(--white);
    }

    #menu-main-menu li {
        padding-right: 45px;
    }


    .web_logo {
        width: 48.281px;
    }

    .bg_shape {
        width: 125vw;
        max-height: 92vh;
    }

    .ultra_wrapper {
        height: auto !important;
    }

    .sub_wrapper br {
        display: none;
    }

    .left_col,
    .right_col {
        box-shadow: -2px 0px 0px 0px #333333;
        margin-left: 12px;
    }

    .left_col h2:last-child {
        margin-bottom: 3rem !important;
    }

    button.aicon_link {
        top: 25%;
    }

    button.font_16.font_16 {
        font-size: 0.875rem;
    }

}

@media all and (max-width: 991px) {

    .contact_section,
    .service_section,
    .work_section,
    .about_section,
    .home_section {
        margin-top: 1.5rem;
    }

    .theNav {
        padding: 1rem 6.770833333333333% !important;
    }
}

@media all and (max-width: 767px) {

    /*     .font_15,
    .font_15 * {
        font-size: 0.875rem;
    } */

    /*     .font_18,
    .font_18 * {
        font-size: 0.9375rem;
    } */

    /*     .font_25,
    .font_25 * {
        font-size: 1.0625rem;
    } */
    .font_28,
    .font_28 * {
        font-size: 1rem;
    }

    .font_30,
    .font_30 * {
        font-size: 1.25rem;
    }

    .font_65,
    .font_65 * {
        font-size: 1.75rem;
    }

    /* 
    .theNav {
        padding: 0.5rem 6.770833333333333% !important;
    } */

    .left_col h2:last-child {
        margin-bottom: 1.5rem !important;
    }
}

@media all and (max-width: 575px) {

    /* 	button.aicon_link {
		top: initial;
		bottom: 25%;
	} */
    footer .font_15,
    footer .font_15 * {
        font-size: 0.875rem;
    }

    .contact_section,
    .service_section,
    .work_section,
    .about_section,
    .home_section {

        margin-top: 1.5rem;
    }

    .web_logo {
        width: 38.625px;
    }


}