/* custom reseter */
    @font-face {
        font-display: swap;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 400;
        src: url('./icons-fonts/roboto-v47-greek_latin-regular.woff2') format('woff2');
    }
    @font-face {
        font-display: swap;
        font-family: 'Roboto';
        font-style: normal;
        font-weight: 700;
        src: url('./icons-fonts/roboto-v47-greek_latin-700.woff2') format('woff2');
    }
    :root {
        --text: rgb(1, 1, 1);
        --text-basic-color: rgb(4, 124, 130);
        --text-second-color: #993e50;
        --background: #f6efef;
        --background2: rgb(253, 252, 255);
        --background3: rgba(243, 235, 255, 0.55);
        --background-transpa: rgba(235, 116, 89, 0.81);
        --background-transpa2: rgba(222, 182, 166, 0.6);
        --primary: rgb(109, 46, 204);
        --secondary: rgb(211, 152, 217);
        --secondary-transpa: rgba(199, 158, 255, 0.39);
        --accent: rgb(238, 85, 171);
    }
    *,*::before,*::after {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }
    body {
        font-family: "Roboto", sans-serif;
        font-size: 1rem;
        line-height: 1.5;
        background: var(--background2);
        color: var(--text);
    }
    img, picture {
        display: block; max-width: 100%; height: auto;
    }
    a {
        color: inherit; text-decoration: none;
    }
/* end - reseter, nikolindev */
/* v2.5 */

html{
    scroll-behavior: smooth;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: var(--background3);
    box-shadow: 1px -1px 15px 0px var(--secondary);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: 5;
}
header .header-contain {
    width: 1200px;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}
header .logo {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    cursor: pointer;
}
header .logo img {
    width: 55px;
}
header .logo p {
    font-weight: bold;
    font-size: 1.35rem;
    color: var(--text-basic-color);
}
header nav ul {
    display: flex;
    gap: 1.7rem;
    list-style: none;
    font-weight: bold;
    font-size: 1.125rem;
    align-items: center;
    height: 100%;
}
header nav ul a {
    color: rgb(75, 0, 188);
    transition: all 0.4s ease-out;
}
header nav ul li:nth-of-type(5) {
    font-size: 0.9rem;
}
header nav ul a span{
   color: rgb(178, 178, 178);
}

.nav-mobile{
    display: none;
}

.menu-open {
    transform: translateX(0);
}
.menu-transition {
    transition: transform 0.15s ease-in;
}
.iconOpen {
    display: block;
}
.iconClose {
    display: none;
}
.i-open {
    display:none;
}
.i-close {
    display: block;
}
.stop-scroll{
    overflow-y: hidden;
}
.back-mobile-close {
    display: none;
}
.back-mobile-open {
    display: block;
    width: 98.3vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.container {
    position: relative;
    width: 1200px;
    max-width: 100%;
    min-height: 100vh;
    margin: 0 auto;
    padding-top: 3.4rem;
}
.container2 {
    position: relative;
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 1rem;
}

.background {
    background-image: url(./images/inside2.webp);
    padding: 3rem;
    min-height: 87vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-blend-mode: screen;
    background-color: var(--background-transpa);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding-bottom: 1.5rem;
    padding-right: 1rem;
}
.background div {
    background-color: var(--background-transpa2);
    width: 45%;
    border-radius: 10px;
    padding-left: 7px;
    animation: 2.1s fadeInRight;
    margin-top: auto;
    margin-left: auto;
}
h1 {
    text-align: center;
    font-size: 2.5rem;
    color: var(--background2);
    letter-spacing: 0.1rem;
    text-shadow: 1px 1px 5px black;
    animation: 1.95s fadeInUp;
    margin: auto 0;
}
.background p{
    font-size: 1.15rem;
    letter-spacing: 0.04rem;
}
.background span {
    color: rgb(74, 0, 69);
    font-weight: 700;
}
.background h2{
    font-size: 1.4rem;
    color: #084e64;
    letter-spacing: 0.172rem;
}

#ipiresies {
    display: flex;
    padding: 3.4rem 0;
    justify-content: space-around;
}
#ipiresies>div {
    width: 50%;
}
#ipiresies>img {
    width: 40%;
    height: 40%;
    border: 2px solid var(--primary);
    border-radius: 50%;
    align-self: center;
}
#ipiresies>div>p:nth-of-type(3) {
    color: var(--primary);
    font-weight: bold;
    margin-bottom: 0.65rem;
}
#ipiresies>div h2 {
    color: var(--accent);
    margin-bottom: 0.4rem;
}
#ipiresies>div>p {
    font-size: 1.125rem;
}
#ipiresies .lista{
    display: flex;
    gap: 2rem;
    font-size: 1.125rem;
}
.lista ul li span {
    font-size: 0.85rem;
}
#ipiresies>div ul {
    list-style: inside;
}
#ipiresies .lista ul:nth-of-type(1) {
    display: flex;
    flex-direction: column;
}
#ipiresies .lista ul:nth-of-type(1)>li:nth-of-type(1){
    color: var(--text-basic-color);
    list-style: none;
}
#ipiresies .lista ul:nth-of-type(1) li::marker {
    color: var(--text-basic-color);
}
#ipiresies .lista ul:nth-of-type(2)>li:nth-of-type(1){
    color: var(--text-second-color);
    list-style: none;
}
#ipiresies .lista ul:nth-of-type(2) li::marker {
    color: var(--text-second-color);
}
#ipiresies .lista ul:nth-of-type(1)>.lista-extra-ipire {
    list-style: none;
    margin-top: auto;
}
.extra-lista {
    color: var(--text-second-color);
    font-style: italic;
    font-weight: 700;
}

.liner {
    background-color: var(--accent);
    height: 1px;
    width: 70%;
    margin: 0.8rem auto;
}

#reserved {
    background-color: var(--background);
    width: 100%;
    padding: 4rem 1rem 0 1rem;
}
#reserved .h3-desktop{
    color: var(--text-basic-color);
    text-align: center;
    letter-spacing: 0.05rem;
    font-style: italic;
    padding: 1.7rem 0;
    padding-top: 1.45rem;
}
#reserved .combine-re {
    display: flex;
    max-width: 1200px;
    align-items: center;
    margin: 0 auto;
    justify-content: space-around;
}
#reserved .kratisi-text {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 25%;
    color: var(--text-second-color);
    align-items: center;
}
.kratisi-text h3 {
    text-wrap: balance;
    color: rgb(233, 43, 150);
}
.slide-Con{
    opacity: 0.55;
}
.slides img {
    border: 2px solid var(--accent);
    border-radius: 50%;
}

.slideM-Con {
    display: none;
}
.slideM-Con img{
    border: 2px solid var(--primary);
    border-radius: 50%;
}

.fade {
    animation-name: fade;
    animation-duration: 3.1s;
}

#reserved section{
    background-color: rgb(251, 248, 255);
}

#reserved .date-Time {
    display: flex;
    justify-content: space-evenly;
}
.form-label {
    font-size: 0.9rem;
    color: var(--primary);
}
  
#dates {
    width: 40%;
    padding: 12px;
    border: 1px solid rgba(109, 46, 204, 0.65);
    border-radius: 4px;
    background-color: white;
    color: #5e5e5e;
}

.date-Time select:nth-child(2) {
    width: 40%;
    text-align: center;
    background-color: white;
    border: 1px solid rgba(109, 46, 204, 0.65);
    border-radius: 4px;
    padding: 12px;
    color: #5e5e5e;
}

#contact {
    display: flex;
    justify-content: space-around;
    padding: 0 0 2.5rem 0;
    align-items: center;
}

.container2 h3 {
    color: var(--accent);
    text-align: center;
    padding: 4rem 0 1.5rem 0;
    letter-spacing: 0.172rem;
}
.container2 .h3-mobile {
    display: none;
}
.liner2 {
    height: 0.7px;
    width: 74.7%;
    margin:-3.5rem auto 0.8rem auto;
}
#contact ul {
    list-style-type: none;
    text-align: center;
    font-size: 1.125rem;
}
#contact ul li {
    margin-bottom: 1rem;
}
#contact ul li>div {
    margin-top: 3rem;
    border-top: 2px solid var(--accent);
    border-bottom: 2px solid var(--primary);
    border-radius: 50px;
    padding: 0.5rem 0.1rem 0.9rem 0.1rem;
}
#contact ul .follow {
    display: flex;
    justify-content: space-evenly;
    margin-top: 0.5rem;
}
#contact ul a {
    transition: all 0.2s ease-out;
}
#contact ul a:hover {
    opacity: 0.6;
}
#contact .con-flex {
    display: flex;
    gap: 0.5rem;
}
#contact .form-group-container {
    justify-content: normal;
}

/* form */
.contact-section {
    width: 40%;
    padding: 1rem 2rem;
    border: var(--accent) solid 2px;
    border-radius: 20px;
    text-align: center;
}
.form-flexer {
    display: flex;
    gap: 1rem;
}
.form-group-container {
    display: grid;
    gap: 0.5rem;
    justify-content: center;
}
.form-input,
.form-textarea {
    padding: 0.5rem;
    border: 1px solid #e5e7eb;
    display: flex;
    height: 2.5rem;
    width: 100%;
    border-radius: 0.375rem;
    font-size: 1rem;
    line-height: 1.25rem;
    resize: none;
}
.form-input::placeholder,
.form-textarea:focus-visible,
.form-textarea::placeholder {
    color: #96979d;
}
.form-input:focus-visible,
.form-textarea:focus-visible {
    outline: 2px solid #2563eb;
    outline-offset: 2px;
}
.form-textarea {
    min-height: 120px;
}
.form-submit {
    width: 100%;
    margin-top: 0.8rem;
    background-color: var(--primary);
    color: #fff;
    padding: 13px 5px;
    border-radius: 0.375rem;
}
#reserved .form-submit {
    width: 70%;
    padding: 10px 5px;
}
#reserved .form-submit:hover {
    background-color: var(--secondary);
    color: black;
}
.form-submit:hover {
    background-color: var(--secondary);
    color: black;
}
/* end - form */

.map-arrow {
    text-align: center;
    margin-top: -1rem;
    animation: fadeArrow 3.5s ease-out infinite;
}
.img-arrow {
    display: inline-block;
}

#google-maps {
    margin: 1rem auto;
    text-align: center;
}
#maps-loading{
    display: none;
}
#google-maps iframe {
    width: 700px;
    height: 500px;
    border: 2px solid var(--secondary);
    border-radius: 20px;
}

footer {
    width: 100%;
    background-color: var(--primary);
    color: white;
    display: flex;
    height: 2.5rem;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    font-size: 0.9rem;
    letter-spacing: 0.03rem;
}
footer .copyright {
    display: flex;
    gap: 4px;
}

/* cookies policy page */
.cookies-mobile-page {
    width: 50%;
    max-width: 1200px;
    padding: 4.5rem 1rem 2rem 1rem;
}
.cookies-mobile-page h1 {
    text-shadow: none;
    animation: none;
    color: var(--primary);
    font-size: 1.3rem;
}
.cookies-mobile-page p {
    padding-top: 1rem;
}
.cookies-mobile-page p:nth-of-type(3) {
    text-wrap: balance;
}
.cookies-mobile-page a {
    color: var(--primary);
    font-weight: bold;
}
.cookies-mobile-page h2 {
    color: var(--accent);
    padding-top: 1rem;
    font-size: 1.2rem;
}

/* animations */
@keyframes fadeInUp {
    0% {
      transform: translateY(100%);
      opacity: 0;
    }
    100% {
      transform: translateY(0%);
      opacity: 1;
    }
}
@keyframes fadeInRight {
    0% {
        transform: translateX(100%);
        opacity: 0;
      }
      100% {
        transform: translateX(0%);
        opacity: 1;
      } 
}
@keyframes fadeArrow {
    0% {
        transform: translateY(0);
        opacity: 0.25;
      }
    50%{
        opacity: 1;
        transform: translateY(65%);
    }
      100% {
        transform: translateY(0);
        opacity: 0.25;
      } 
}
@keyframes fade {
    from {opacity: 0.55} 
    to {opacity: 1}
}
/* end - animations */

/* media queres */
@media(max-width: 960px) {
    header .header-contain {
        max-width: 98%;   
    }
    header .logo {
        gap: 0.1rem;
    }
    header .logo img {
        width: 55px;
    }
    header .logo p {
        font-size: 1.15rem;
    }
    header nav ul {
        font-size: 1rem;
    }
    .background h2 {
        font-size: 1.3rem;
        text-wrap: balance;
    }
    #ipiresies {
        gap: 0;
        align-items: center;
        padding-top: 3rem;
        padding-left: 0.1rem;
        padding-right: 0.1rem;
    }
    #ipiresies img {
        height: 50%;
        width: 50%;
    }
    #ipiresies>div h2 {
        margin-bottom: 0rem;
        text-wrap: balance;
    }
    #ipiresies .lista ul:nth-of-type(1)>li:nth-of-type(1) {
        width: 90%;
    }
    #reserved {
        padding-top: 3.65rem;
    }
    #reserved .kratisi-text {
        width: 30%;
    }
    .contact-section {
        width:50%;
    }
    .container2 h3 {
        padding-top: 3.5rem;
    }
    #dates {
        width: 60%;    
    }
    .date-Time select:nth-child(2) {
        width: 32%;
    }
    #google-maps iframe {
        width: 90%;
    }
    footer {
        font-size: 0.85rem;
        letter-spacing: 0.01rem;
    }
}

@media(max-width: 600px) {
    h1,h2,h3 {
        line-height: 1.2;
    }
    header {
        width: 100vw;
        background: rgba(243, 235, 255, 0.9);
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
    }
    header .header-contain {
        max-width: 95%;
        margin: 0 auto;
    }
   
    .nav-mobile {
        position: relative;
        display: block;
        cursor: pointer;
        width: 20px;
    }
    header nav ul {
        padding-right: 0;
        position: absolute;
        width: 65vw;
        flex-direction: column;
        top: 3.4rem;
        right: 0;
        height: 70vh;
        justify-content: space-around;
        background: var(--background3);
        z-index: 10;
        -webkit-backdrop-filter: blur(10px);
         backdrop-filter: blur(10px);
        transform: translateX(100%);
        border-radius: 10px;
        font-size: 1.07rem;
        letter-spacing: 0.1rem;
    }
    header .logo p {
        font-size: 1.25rem;
    }
    .container {
        padding-top: 0;
    }
    .background {
        padding: 0rem;
        min-height: 100dvh;
        justify-content: space-evenly;
    }
    .background div {
        width: 95%;
        animation: 1.9s fadeInRight;
        margin: 0 auto 1rem auto;
    }
    h1 {
        text-align: center;
        font-size: 2rem;
        margin-top: auto;
        margin-bottom: auto;
    }
    .background h2{
        text-align: center;
        font-size: 1.22rem;
        letter-spacing: 0.11rem;
    }
    .background p {
        font-size: 1rem;
        letter-spacing: 0rem;
        line-height: 1.35;
    }
    
    #ipiresies {
        padding: 3.45rem 0.7rem 2rem 0.7rem;
        flex-direction: column;
    }
    #ipiresies>div {
        width: 98%;
    }
    #ipiresies > div > p {
        font-size: 1rem;
    }
    #ipiresies .mobile-titlos-ipire {
        text-wrap: nowrap;
    }
    #ipiresies .lista{
        font-size: 1rem;
        gap: 0.5rem;
    }
    #ipiresies .lista ul:nth-of-type(1)>li:nth-of-type(1) {
        width: 87%;
    }
    #ipiresies .lista ul:nth-of-type(2)>li:nth-of-type(1) {
        text-wrap: nowrap;
    }
    #ipiresies>div h2 {
        text-align: center;
        font-size: 1.17rem;
        margin-bottom: 0.55rem;
    }
    #ipiresies>div ul {
        padding-bottom: 1rem;
    }
    #ipiresies>img {
        width: 97%;
        border-radius: 15px;
    }
    #reserved {
        padding-left: 0;
        padding-right: 0;
        padding-top: 3.5rem;
        padding-bottom: 1.7rem;
        margin-top: -4.25rem;
    }
    #reserved .combine-re{
        flex-direction: column;
    }
    #reserved .kratisi-text {
        width: 85%;
        padding-bottom: 1.2rem;
        letter-spacing: 0.05rem;
    }
    #reserved .kratisi-text h3 span {
        display: none;
    }
    #reserved .h3-desktop {
        display: none;
    }
    #reserved .date-Time {
     justify-content: space-between;
    }
    .slide-Con {
        display: none;
    }

    .slideM-Con {
        display: block;
        opacity: 0.65;
        padding-top: 1rem;
        margin-bottom: -2.3rem;
    }
    .slideM-Con img {
        border-radius:5%;
        width: 55vw;
        height: 140.7px;
        margin: 0 auto;
    }

    .container2 h3{
        padding: 3.4rem 0 1.25rem 0;
        letter-spacing: 0.07rem;
    }   
    .liner2 {
        display: none;
    }
    #contact {
        flex-direction: column;
        padding-bottom: 1.4rem;
    }
    .contact-section {
        width: 90%;
        padding: 1rem;
    }
    #contact ul {
        padding-top: 1.5rem;
        font-size: 1rem;
    }
    #contact ul li>div {
        margin-top: 2rem;
    }
    .container2 .h3-mobile {
        display: block;
        color: var(--text-basic-color);
        text-align: center;
        padding-bottom: 0;
        padding-top: 1rem;
        letter-spacing: 0.025rem;
        font-style: italic;
    }
    #google-maps iframe {
        width: 95%;
        height: 60vh;
    }

    footer {
        padding: 5px 1px;
        letter-spacing: 0rem;
        height: auto;
        font-size: 0.7rem;
        gap: 0rem;
        flex-direction: column;
        padding-top: 15px;
    }
    footer a {
        height: 27px;
        display: inline-block;
    }
    footer .copyright {
        gap: 2px;
        align-items: baseline;
        width: 100%;
        justify-content: center;
    }
    footer .copyright .footer-text{
        text-align: end;
    }
    footer .copyright>span{
        /* flex-basis: 35px; */
        font-size: 0.6rem;
    }

    .form-group-container {
        justify-content: normal;
    }
    .form-input,
    .form-textarea{
        padding: 0.35rem;
        height: auto;
        font-size: 0.8rem;
    }
    #reserved .form-textarea {
        min-height: 85px;
    }
    .form-flexer .form-group:nth-of-type(1){
        width: 60%;
    }
    .form-flexer .form-group:nth-of-type(2){
        width: 40%;
    }
    #dates {
        width: 55%;
        padding: 5px;
        font-size: 0.75rem;  
        border: 1px solid rgba(109, 46, 204, 0.3);
    }
    .date-Time select:nth-child(2) {
        width: 35%;
        padding: 7px;
        font-size: 0.75rem; 
        border: 1px solid rgba(109, 46, 204, 0.3);
    }
    .cookies-mobile-page {
        width: 100%;
        padding-top: 4.5rem;
    }
}
@media(max-width: 375px) {
    footer .copyright>span{
        flex-basis: 2.5rem;
    }
}
@media(max-width: 335px) {
    #ipiresies .lista ul:nth-of-type(2)>li:nth-of-type(1) {
        text-wrap: wrap;
    }
    footer .copyright .footer-text{
        font-size: 0.65rem;
    }
}

@media(pointer: fine) {
    header nav ul a:hover {
        color: var(--accent);
    }
    header nav ul li:nth-of-type(5) a:hover{
        color: rgb(178, 178, 178);
    }
    header nav ul li:nth-of-type(5) a:hover span {
        color: var(--accent);
    }
    footer a {
        transition: all 0.4s ease-out;
    }
    footer>a:hover {
        color: var(--accent);
    }
    footer .copyright a>span:hover {
        color: var(--accent);
    }
    .cookies-link:hover {
        color: var(--accent);
        transition: all 0.7s ease-out;
    }
}
/* end - media queres */