@font-face {
    font-family: "CF Asty Plaisio";
    src: url("https://www.plaisio.gr/assets/fonts/CFAstyPlaisio-Light.woff2") format("woff2"), url("https://www.plaisio.gr/assets/fonts/CFAstyPlaisio-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "CF Asty Plaisio";
    src: url("https://www.plaisio.gr/assets/fonts/CFAstyPlaisio-Bold.woff2") format("woff2"), url("https://www.plaisio.gr/assets/fonts/CFAstyPlaisio-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "CF Asty Plaisio";
    src: url("https://www.plaisio.gr/assets/fonts/CFAstyPlaisio-Regular.woff2") format("woff2"), url("https://www.plaisio.gr/assets/fonts/CFAstyPlaisio-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}





html {
    scroll-behavior: smooth;
    scroll-padding-top: 6rem;
}

body {
    font-family: "CF Asty Plaisio", sans-serif;
    background-color: #DBE0E6;
}

body.no-scroll {
    overflow: hidden;
}

.main-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: white;
    opacity: 1;
}

.main-pagination .swiper-pagination-bullet-active {
    background: #6393BE;
}


.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    background: white !important;
    width: 30px;
    height: 2px;
    opacity: 1 !important;
    border-radius: 0 !important;
}

.hamburger-box {
    width: 30px;
}

.navigation-button-alt {
    position: static;
    margin-top: 0;
}

.navigation-button-alt::after {
    content: none;
}

.navigation-button-alt svg {
    width: 1.25rem;
}

.navigation-alt {
    display: flex;
    width: 10rem;
    justify-content: space-between;
    margin: 3rem auto 0;
}

.main-container{
    max-width: 120rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

b{
    font-weight: bold !important;
}