/*general*/


@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body {
    margin: 0;
    padding: 0;
}


html {
    
    line-height: 1.5;

}

#app {
    height: 100vh;
    width: 100vw;
    overflow-x: hidden;
    overflow-y: scroll;
    scroll-behavior: smooth;

}

.page-inner {
    min-width: 100vw;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


p {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: rgb(85, 85, 85);
    font-size: 1.4rem;
}

.p_bolder {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.p_italic p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
}

h1 {
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-style: italic;
    font-size: 4.5vw;
}

h2 {
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3vw;
}

h3 {
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 2.5vw;
}

/* transition */

a, 
.btn {
    transition: all 300ms ease;
}

/* DESKTOP NAV */

header {
    background-color:white;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: black 3px;
    border-style: solid;
    position: fixed;
    top: 0;
    height: 20vh;
    width: 100%;
    z-index: 999;
  }
.tarpas {
    width: 100%;
    padding-bottom: 5rem;
    background-color: rgb(245, 239, 232)
}
#desktop-nav {
    display: flex;
    width: 100%;
    position: absolute;
}
nav, .nav-links {
      display: flex;
}
  
nav {
      justify-content: space-around;
      align-items: center;
      height: 20vh;
}

.nav-links {
    gap: 2rem;
    list-style: none;
    font-size: 1rem;
    margin-left: 50px;
}

ul {
    display: block;
}

.nav-links li {
    display: inline-block;
    margin-right: 10px;
}
  
a {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: black;
    text-decoration: none;
    text-decoration-color: white;
    text-align: left;
}

a:hover {
    color: grey;
    text-decoration: underline;
    text-underline-offset: 1rem;
    text-decoration-thickness: 3px;
    text-decoration-color: black;
}

.logo-container {
    display: flex;
    justify-content: center;
    align-items: left;
}

.logo-pic img {
    max-width: 70%;
    height: auto;
    object-fit: contain;
    
}

.logo-pic img:hover {
    cursor: pointer;
   
}

/* HAMBURGER MENU */

#hamburger-nav {
    display: none;
}

.hamburger-menu {
    position: relative;
    display: inline-block;
}

.hamburger-icon {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 22px;
    width: 22px;
    cursor: pointer;
}

.hamburger-icon span {
    width: 100%;
    height: 3px;
    background-color: black;
    transition:all 0.3 ease-in-out;
}

.menu-links {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: white;
    width: fit-content;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3 ease-in-out;
}

.menu-links a {
    display: block;
    padding: 10px;
    text-align: right;
    font-size: 1rem;
    color:black;
    text-decoration: none;
    transition: all 0.3 ease-in-out;
}

.menu-links a:hover {
    color: grey;
}

.menu-links li {
    list-style: none;
}

.menu-links.open {
    width: 150px;
    max-height: 400px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: black 3px;
    border-style: solid;
}

.hamburger-icon.open span:first-child {
    transform:rotate(45deg) translate(9px,5px);
}

.hamburger-icon.open span:nth-child(2) {
    opacity:0;
}

.hamburger-icon.open span:last-child {
    transform:rotate(-45deg) translate(9px,-5px);
}

.hamburger-icon span:first-child {
    transform: none;
}

.hamburger-icon span:first-child {
   opacity: 1;
}

.hamburger-icon span:first-child {
    transform: none;
}

 /* ICONS */

.icon {
    cursor: pointer;
    height: 2rem;
}

/* SECTIONS

 position: relative;
    top: 0;
    margin:0 0;
    height: fit-content;
    border-bottom: rgb(53, 53, 53) 0.1rem solid;
    min-height: fit-content;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;*/

section {
    display: block;
   
}

.section-divider {

    margin-top: 20vh;
}

.title {
    color: rgb(50, 50, 50);
    font-style: normal;
    text-align: center;
   
}

.title2 {
    color: rgb(50, 50, 50);
    font-style: normal;
    font-size: 2rem;
    text-align: right;
    margin-top: 7rem;
}

.title_container {
    position: relative;
    width: auto;
    height: auto;
    justify-content: center;
    flex: 1;
}

button {
    background-color: black;
    border: 0;
    color: white;  
}


/* PROFILIS */

#profilis {
    position: relative;
    height: auto;
}

.profilis_main_container {
    display: flex;
    position: relative;
    background-image: url("./assets/spa-accessories-grey.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
    top: 0;
    left: 0;
    margin: 0;
    min-height: 80vh;
    width: 100%;
}

.profilis-text_container {
    display: flex;
    width: 50%;
    height: auto;
    margin-top: 18rem;
    margin-left: 100px;
    position: absolute;
    align-items: center;
}

.profilis-text h1 {
    color: rgb(50, 50, 50); 
    text-align: left;
}


/* KASYRA SECTION */

#kasyra {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    box-sizing: border-box;
   
}

.kasyra_main_container {
    position: flex;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0%;
    display: flex;
    flex-wrap: wrap;
}

.kasyra-info-containers {
    display: flex;
    width: 100%;
    height: fit-content;
    flex-direction: row;
    justify-content: space-between;

}

.kasyra__pic-container {
    display: flex;
    border-left: rgb(53, 53, 53) 0.1rem solid;
    background-image: url(./assets/kuno.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
    min-height: 100vh;
    padding-top: 0;
    right: 0;
    margin: 0;
}

.kasyra_text-container {
    display: flex;
    width: 45%;
    min-height:fit-content;
    padding-top: 20vh;
    flex-direction: column;
}

.kasyra_text {
    margin: 0;
    width: 100%;
    height: fit-content;
}

.kasyra_text p {
    margin-top: 2rem;
    margin-bottom: 3rem;
    margin-left: 2rem;
    margin-right: 2rem;
    text-align: justify;
}
.kasyra_ikureja_container {
    padding: 0 2rem;
    max-width: 62rem ;
    margin: 0 auto;
}

.kasyra_ikureja_title {
    width: auto;
    text-align: left;


}
article {
    margin: 2em 0;
    padding: 2em;
    text-align: justify;
}
.kasyra_ikureja-pic {
    width: 300x;
    float: left;
    margin-right: 3rem;
    margin-bottom: 3rem;
   
}

/*.kasyra_ikureja_container {
    display: flex;
    width: 100%;
    height: fit-content;
    flex-wrap: wrap;
}
.kasyra_ikureja_text_container{
    width: 70%;
}

.kasyra_ikureja_title {
    margin-top: 5rem;
    width: auto;
    text-align: left;
    margin-left: 5rem;

}

.kasyra_ikureja_text {
    margin-left: 5rem;
    text-align: left;
}
.kasyra_ikureja-pic_container{
    width: 30%;
    height: 45vh;
    float: left;
}
.kasyra_ikureja-pic {
    display: flex;
    background-image: url(./assets/As.png);
    border-right: black 0.1rem solid;
    background-repeat: no-repeat;
    width: 100%;
    height: 45vh;
    object-fit:contain;
    
}*/

/* PASLAUGOS SECTION */

#paslaugos {
    position: relative;
}

.paslaugos-text_info_main_container {

    display:flex;
    flex-direction: column;
}

.paslaugos-text_info_containers {
    margin-left: 15%;
    margin-right: 15%;
    text-align: center;
}

.w-full_min {
    width: 100%;
    height: auto;
    background-color: rgb(245, 239, 232);
}

.minutes_container {
    display:flex;
    flex-direction: column;
    text-align: center;
   
   
}

.minutes {
    position: relative;
    margin: 0.7rem;
    width: 100%;
}

.minutes p {
    text-align: justify;
    text-justify: inter-character;
    letter-spacing: .1pt;
    padding-left: 0.7rem;
    padding-right: 0.7rem;

}

.minutes h3 {
    font-size: 1.2rem;
    font-weight: bold;
}
.minutes_home {
    position: relative;
    margin-top: 2rem;
    text-align: center;
    padding-bottom: 2rem;
}


.border-top {
    border-top: rgb(53, 53, 53) 0.1rem solid;
}

.w-full {
    width: 100%;
    box-sizing: border-box;
}
.flex {
    display: flex;
}
.flex-wrap {
    flex-wrap: wrap;
}


.paslaugos.w-full {
    width: 100%;
    box-sizing: border-box;

}

.paslaugos__item {
    border-right: rgb(53, 53, 53) 0.1rem solid;
    border-bottom: rgb(53, 53, 53) 0.1rem solid;
    padding: 2rem;
}

.bg-white100 {
    background: #fff;
 
}

.wrapper {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;

}

.paslaugos__info {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 100%;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: .75rem;

}


.mb-3 {
    margin-bottom: 0.75rem;
}

.pasl_subtitle {
    font-size: 1.5vw;
}
.paslaugos__info h3 {
  
    line-height: 1.625;
}
p {
    padding-bottom: 1rem;
}

.p-0 {
    padding: 0;
}
.m-0 {
    margin: 0;
}

.mb-6 {
    margin-bottom: 1.5rem;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    color: rgb(85, 85, 85);
}


.paslaugos-sub-title {
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-style: normal;
    color: rgb(53, 53, 53);
    margin-top: 5rem;
    margin-bottom: 5rem;
    text-align: center;
}

.paslaugos-masazo_info_containers {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    margin-top: 2rem;
    width: 100%;

}

.paslaugos_masazo_info-details {
    flex-direction: column;
    display: flex;
    background: white;
    text-align: center;
    width: 100%;
    justify-content: center;
}
s
dl {
    margin: 0;
}
dd {
    margin: 0;
}
dl {
    display: block;
    margin-block-end: 1rem;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}


/* KONTAKTAI SECTION */

#kontaktai {
    display: block;
    position: relative;
   
    height: fit-content;
}

.contact-info-upper-container {
    display: flex;
    flex-direction: row;
    height: fit-content;
    padding-top: 20vh;
    margin-bottom: 10rem;
}
.contact-info-inner-container {
    display: flex;
    width: 100%;
    height: fit-content;
    flex-direction: row;
    justify-content:center;
    
    
}

.contact-title-container_upper {
    display: flex;
    width: 50%;
    justify-content: right;
    align-items: first baseline;
}
.contact-title-container {
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: column;
    justify-content: center;
}
.contact-address_container_upper {
    font-display: flex;
    width: 50%;
    
}
.contact-address-container {
    width: 100%;
    height: fit-content;

}

.contact_map {
    width: 100%;
    height: 400px;
    background-image: url(./assets/map.png);
    object-fit:cover;

}
.contact-info-container {
    flex-direction: column;
    display: flex;
    width: 40%;
    min-height: fit-content;
    text-align: left;
    margin-top: 0;
    margin-left: 3rem;
    
    
}

.contact-socials {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content:left;
    margin-left: 3rem;
}

.soc-icon img {
    width: 50px;
    height: 50px;
    margin: 0.5rem;

}
.contact-subtitle {
    font-size: 1.5rem;

}

.contact-info-container p {
    margin: 0;
    padding: 0;
}

.soc-icon {
    cursor: default;
}

.email-icon {
    height: 2.5rem;
}

/* FOOTER */

footer {
    display: block;
    width: 100%;
    background-color: rgb(245,239,232);
    height: 26vh;
    margin: 0;
}



footer p {
    text-align: center;
    font-size: 0.7rem;
}

.f-nav-links-container {
    width: 100%;
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    
}

.f-nav-links {
    margin: 0;
    padding: 0;
    gap: 1rem;
    list-style: none;
    font-size: 1rem;

}
.f-nav-links-container ul {
    display: flex;
}

.f-nav-links li {
    display: inline-block;
    margin: 10px;
}

.sfc453ht98s855pjexhkphulnjwby541wcb {
    display: flex;
    justify-content: center;
    background-color: rgb(245,239,232);
}