.sumprice {
  display:none;
}

.c-mybigproject {
    font-size: 1em;
}
@media (max-width: 768px) {
    .c-mybigproject {
        font-size: 0.8em;
    }
}

:root {
--c-main-color: #bf9d4c;
--c-bg-main-color: #284330;
--c-dark-color: #291d00;
--c-bg-color: #efefef;
--c-light-color: #fff;
--c-maincolor-borders: #bf9d4c;
}

.c-belowsitetitle{
font-size: 1.4em;
font-weight: 300;
line-height: 1em;
color: #6fb513;
text-align: center;
}
.c-belowsitetext{
font-size: 1em;
font-weight: 300;
margin-bottom: 0px;
line-height: 1em;
text-align: center;
}

#contenttop h1.c-top-title {
    font-size: 50px;
    font-size: clamp(22px, 4.5vw, 70px);
    font-weight: bold;
    text-align: left;
    padding: 0;
    margin: 0;
}

#contenttop h2, #contentbottom h2 {
    font-size: 32px;
    font-weight: 600;
    text-align: left;
    padding: 0;
    margin: 0;
}

#contenttop .contactform h2 {
    text-align: center;
}

.c-button, button {
    display: inline-block;
    background-color: var(--c-main-color);
    color: var(--c-light-color);
    text-decoration: none;
    padding: 10px 40px;
    border-radius: 50px;
    margin-top: 10px;
    border: 0;
}

.c-button-dark {
    background-color: var(--c-dark-color);
    color: var(--c-light-color);
}

.c-large-text {
    font-size: 2em;
}

.c-footer-boxy {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.c-footer-boxy p {
    margin-bottom: 0px;
}

#belowsite a {
    color: #291d00;
    text-decoration: none;
}

.c-inpage .c-main-inner {
    padding: 50px 15px;
    max-width: 1440px;
    margin: 0 auto;
    box-sizing: border-box;
}

div.contactform form p {
    width: 100%;
}

div.contactform form p.required input, div.contactform form p.notrequired input, div.contactform form p.required textarea, div.contactform form p.notrequired textarea {
    border: 0;
    border-bottom: 1px solid;
    width: 100%;
}

@media (max-width: 990px) {
#innercontent {
    padding-top: 0px;
}
}.c-newlogo {
    background-image: url('cache/files/notfound');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}

.mobile-header {
    height: auto;
    min-height: 100px;
}

a.mobile-header-startlink {
    background-image: url('/cache/files/e5698dd327568ad2fc4ea7fac416ff18e9021dec.png');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
width: 220px;
    transform: translate(-50%, 0%);
}

.side-nav__header {
    background-image: url('/cache/files/2fd637c94fd247e0244041eefaf3a308b653fec6.png') !important;
    color: white;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    margin-left: 0;
    margin-right: 0;
}

/* MENU & LOGO SETTINGS */
#topmenu {
}

#topbanner .langchooser {
    padding-top: 5px;
}

#innertopbanner {
    background-size: contain;
}

div.logo {
   background-size: contain;
}

div.topmenu ul li:last-child a {
background-color: var(--c-bg-main-color);
color: var(--c-main-color);
}

div.topmenu ul li:last-child a:hover {
background-color: var(--c-main-color);
color: white;
}

div.topmenu ul li, div.topmenu ul li a {
    border-radius: 50px;
}

/* ============= */.c-newsletter {
padding-top: 100px;
padding-bottom: 100px;
width: 60%;
margin: auto;
}

.c-newsletter form {
    margin: auto;
}

.c-newsletter form label {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.4em;
    font-weight: 800;
font-family: 'Manrope', sans-serif;
}

.c-newsletter form input {
    padding: 10px;
    border: 2px solid #d3d3d3;
    border-radius: 5px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}


.c-newsletter form input:focus-visible {
outline: none;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

.c-newsletter form input::placeholder {
color: #d1d1d5;
font-size: 14px;
}

.c-newsletter form .submit {
margin-top: 20px;
text-align: center;
}

.c-newsletter form .submit button {
    font-size: 14px;
    font-weight: 400;
    padding: 20px 25px;
    color: white;
    background-color: #595959;
    transition: 0.3s;
    letter-spacing: 1px;
    border-radius: 3px;
    border-color: transparent;
    min-width: 170px;
}

.c-newsletter form .submit button:hover {
color: white;
background-color: #e0751b;
}

@media only screen and (max-width: 768px) {
.c-newsletter {
width: 90%;
}
}div.detail {
   max-width: 1440px;
   margin: 0 auto;
}

div.items div.detail div.photos .p_photos_main_image_detail :is(img,video) {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

div.items div.detail div.photos {
    width: 100% !important;
    padding-right: 0 !important;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    border-radius: 20px;
}

@media (min-width: 991px) {
.c-top-detail-boxy {
    width: 70%;
    float: left;
    margin-right: 1%;
}
.c-detail-info {
    float: right;
    width: 29%;
}
}

.c-detail-info {
    padding: 20px;
    box-sizing: border-box;
    background-color: var(--c-bg-color);
    border-radius: 20px;
}

div.items div.contentboxy.c-detail-info .pricenovat, div.items div.contentboxy.c-detail-info .c-rent-price {
    font-size: 20px;
    background-color: white;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
    font-weight: bold;
}

.c-rent-price span::after {
   content: '€/μήνα';
   display: inline-block;
}

.c-emvadon span.value::after {
   content: 'm²';
   display: inline-block;
}

body.itemdetail .backtocat {
   display: none;
}

div.detail div.back {
    border: 0;
    background: noe;
    background-color: var(--c-main-color);
    background-image: none;
    border-radius: 60px;
}

div.detail div.back a {
    color: white;
    padding: 10px 30px;
}

.c-description-boxy {
float: left;
    width: 100%;
    margin-top: 30px;
}

div.items .c-description-boxy div.textbox ul {
    display: flex;
    padding-left: 0px;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

div.items .c-description-boxy div.textbox ul li {
    display: inline-block;
    padding: 10px;
    background-color: var(--c-bg-color);
    border-radius: 10px;
}

div.items .c-description-boxy div.textbox ul li::before {
   content:'';
   background-image: url('/cache/files/869f56658e278b454bd3e67382c09f569be6a435.svg');
    width: 16px;
    display: inline-block;
    height: 16px;
    margin-right: 5px;
}

#contenttop div.horizontalitemsgallery div.item div.photos :is(img,video) {
    width: 100%;
    height: 100%;
    object-fit: cover;
}div.items div.linkto {
    border-radius: 50px;
}

div.list .c-price-icon span, div.list .c-location-input span {
    display: inline-block;
}

div.list .c-price-icon span::before {
   content: '';
   background-image: url('/cache/files/c8bd48d4553e1ad8721090b14e838d8af56411b1.svg');
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-right: 5px;
}

.c-list-location {
    display: flex;
    justify-content: center;
    position: relative;
align-items: center;
}

div.list .c-list-location::before {
   content: '';
   background-image: url('/cache/files/d758ebad02b9358b10a7d9455999cdb9d2d24a7a.svg');
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-right: 5px;
}

.notloggedin div.items.horizontalitems div.list .itemcontent {
   position: relative;
padding-bottom: 0px;  
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 3 / 4;
}

.notloggedin div.items.horizontalitems div.list .itemcontent::before {
   content: '';
   display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, black, transparent);
    z-index: 1;
    pointer-events: none;
}

.notloggedin div.horizontalitems div.textboxy.c-list-content-over {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    margin-bottom: 10px;
    color: white;
}

div.horizontalitems div.list div.item div.photos, div.horizontalitems div.list div.item div.photos :is(img,video) {
       max-height: 100%;
    object-fit: cover;
      height: 100%;
aspect-ratio: 3 / 4;
}

div.horizontalitems div.list div.infoboxy div.price > div, div.horizontalitems div.list div.infoboxy div.c-rent-price {
    margin: 10px 20px;
    border-top: 1px solid rgb(255 255 255 / 37%);
    padding-top: 10px;
    font-size: 20px;
    font-weight: 500;
}

.c-filter-location {
    margin-right: 5px;
    padding-right: 5px;
    border-right: 1px solid;
}#belowtopmenu {
   display: none;
}

div.logo {
  transition: all 1s ease;
}

.c-trusted-container {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
}

.c-trusted-icon img {
    width: 150px;
    height: auto;
}

.c-golden-price {
    height: 110px;
    width: auto;
    margin-top: 10px;
}

.c-top-slide {
   position: relative;
}

.c-slide-content {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1440px;
    width: 100%;
    text-align: left;
    margin-bottom: 7%;
    padding: 15px;
    box-sizing: border-box;
}

#contenttop h1.c-top-title {
    color: var(--c-main-color);
}

.c-top-text {
    max-width: 450px;
    max-width: 30vw;
    color: white;
    font-size: clamp(16px, 2vw, 44px);
    font-weight: 100;
    margin: 0;
}


#why-us {
    margin-top: 70px;
    padding-bottom: 0px;
    padding-top: 0px;
    background-color: white;
    box-sizing: border-box;
    min-height: 60vh;
    background-color: var(--c-bg-color);
}

#why-us .row {
    display: flex;
    flex-wrap: wrap;
}

#why-us .row .col-md-6:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#contenttop #why-us h1 {
    text-align: left;
}

.c-why-us-boxy {
    margin-top: 30px;
    max-width: 700px;
}

.c-why-us-boxy #why-us h3 {
    font-size: 22px;
}

.c-why-us-boxy p {
    line-height: 2em;
    font-size: 18px;
}

.c-metrics-container {
    box-sizing: border-box;
    border-radius: 30px;
    display: flex;
    gap: 20px;
    margin: 30px 0;
}

.c-metrics-box {
    flex: 1;
    border-left: 1px solid var(--c-maincolor-borders);
    padding-left: 30px;
}

.c-metric-number {
    font-size: clamp(30px, 3.2vw, 50px);
    font-weight: 600;
    color: var(--c-main-color);
    line-height: 1;
}

.c-metric-text {
    font-weight: bold;
    font-size: 20px;
}


/* =========== */

#goldenvisa {
    background-image: url('/cache/files/9098cdaa20d75af530c04eb7d2f896d888d7cd54.jpg');
    position: relative;
    min-height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
background-position: center;
}

#goldenvisa::before {
   content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, var(--c-main-color), transparent);
}

#goldenvisa .c-main-inner {
    position: relative;
    min-height: 600px;
}

.c-goldenvisa-content {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 1440px;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: left;
    color: var(--c-light-color);
}

#contentbottom #goldenvisa h2.c-section-title {
    color: var(--c-light-color);
    font-size: clamp(22px, 4.5vw, 70px);
    font-weight: bold;
    text-align: left;
}

.c-goldenvisa-content .c-large-text {
    max-width: 450px;
    color: white;
    font-weight: 100;
    margin: 0;
}

.c-footer-boxy p {
    margin-bottom: 0px;
}

#belowsite a {
    color: #291d00;
    text-decoration: none;
}

.c-section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 70px;
    margin-bottom: 10px;
}

#contenttop .c-section-header h1 {
    margin: 0;
    padding: 0;
}

#for-rent-list {
    border-top: 1px solid var(--c-maincolor-borders);
    padding-top: 40px;
    margin-top: 50px;
}

@media (max-width: 990px) {
.c-slide-image img {
    min-height: 760px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.c-slide-content {
    margin-bottom: 150px;
    top: 0;
}
#contenttop h1.c-top-title {
    font-size: 40px;
}

.c-top-text {
    max-width: 100%;
    font-size: 20px;
}

.c-golden-price img {
    width: 220px;
    height: auto;
}

.c-trusted-icon img {
    width: 130px;
    height: auto;
}

#why-us .c-main-inner {
    padding: 30px 0;
}

#goldenvisa, #goldenvisa .c-main-inner {
    min-height: 450px;
    background-position: 70%;
}

.c-goldenvisa-content {
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
}

#contenttop .c-section-header h1 {
    text-align: left;
    font-size: 18px;
}

.c-section-header .c-button {
    min-width: 100px;
}

.c-metrics-container {
    flex-wrap: wrap;
}

}.c-vertical-marquee-container{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;                 /* gap ανάμεσα στις 2 στήλες */
}

/* Το "παράθυρο" (κρύβει ό,τι βγαίνει έξω) */
.c-vertical-marquee-box{
  position: relative;
  overflow: hidden;
  height: 100vh;             /* άλλαξέ το όσο θες */
}

/* Track που κινείται */
.c-marquee-track{
  display: flex;
  flex-direction: column;
  gap: 20px;                 /* gap ανάμεσα στις εικόνες */
  will-change: transform;
  animation: vmarquee 60s linear infinite;
}

/* Κάνουμε το loop: “αντιγράφουμε” το track ακριβώς από κάτω */
.c-marquee-track::after{
  content: "";
  display: block;
  height: 0;
}

/* Για να δουλέψει το loop σωστά με καθαρό CSS,
   βάζουμε δεύτερο "copy" του ίδιου track μέσω background trick;
   Απλούστερα/καθαρότερα: διπλώνουμε τα items με JS.
   Αν θες ΟΠΩΣΔΗΠΟΤΕ χωρίς JS, τότε πρέπει να γράψεις τα ίδια images 2 φορές στο HTML.
*/

/* ---- Εναλλακτική (συνιστώ): ΔΙΠΛΟ HTML track (χωρίς JS) ---- */
/* Αν γράψεις τις εικόνες 2 φορές στο HTML (ίδια σειρά),
   τότε αυτό το keyframe είναι το σωστό. */
@keyframes vmarquee{
  from { transform: translateY(0); }
  to   { transform: translateY(-50%); }
}

/* Images styling */
.c-marquee-track img{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 30px;       /* optional */
  object-fit: cover;
}

/* Offset για τη 2η στήλη: ξεκινάει από "τη μέση" της εικόνας της 1ης στήλης */
.c-marquee-box-2 .c-marquee-track{
  /* Το 50% του ύψους της 1ης εικόνας ΔΕΝ είναι γνωστό με CSS αν οι εικόνες
     έχουν responsive ύψη. Αν οι εικόνες έχουν fixed height (π.χ. 240px),
     τότε το κάνουμε ακριβές: translateY(-120px). Βλ. παρακάτω. */
  animation-delay: -7s; /* πρακτικό offset μισής διαδρομής (για ίδιες λίστες) */
}

/* ---- Αν θέλεις ΑΚΡΙΒΩΣ μισή εικόνα: βάλε σταθερό ύψος εικόνας ---- */
/* Π.χ. κάθε εικόνα 240px height -> offset 120px */
.c-marquee-track img{
  object-fit: cover;
}
.c-marquee-box-2 .c-marquee-track{
  transform: translateY(-120px);
}




@keyframes vmarquee{
  from { transform: translateY(0); }
  to   { transform: translateY(-50%); }
}



@media (max-width: 990px) {
.c-vertical-marquee-container {
    margin-top: 20px;
}
.c-vertical-marquee-box {
    height: 65vh;
}

.c-goldenvisa-content {
    margin: 20px;
}

}.chosen-container {
    min-width: 200px;
}

.c-filtra {
    padding: 50px 15px 0 15px;
    margin: 20px 0;
    border-top: 0px solid rgb(30 28 28 / 22%);
    border-bottom: 0px solid rgb(30 28 28 / 22%);
    border-radius: 40px;
    margin-top: -40px;
    background-color: white;
    position: relative;
}

.c-filtra a.toggle {

}

.c-filtra.boxy .filter_group form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
align-items: center;
}

.c-filtra .boxy .filter_opt {
    padding: 10px;
    position: relative;
}

.c-filtra a.toggle {
    background-size: 15px;
    background-position: center left;
    padding-left: 20px;
    font-weight: 200;
    background-image: url('/cache/files/fb3e5117e2ef4b6a7e66b71d9030d90f0f96189e.svg');
}

.c-filtra a.toggle.openedexpand {
    background-image: url('/cache/files/7209c8fe2daf91575b47fe4e5fd3c424faaf18bf.svg');
}

.c-filtra .filter_opt .filterlabel {
    padding-bottom: 5px;
}

.c-filtra .chosen-container-single .chosen-single {
    border: 1px solid #1e1c1c;
    padding: 10px 25px 10px 15px;
    line-height: normal;
    height: auto;
    background-image: none;
    border-top-left-radius: 18.75px;
    border-top-right-radius: 18.75px;
    border-bottom-right-radius: 18.75px;
    border-bottom-left-radius: 18.75px;
}

.c-filtra .chosen-container-single.chosen-with-drop .chosen-single {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.c-filtra .chosen-container-single .chosen-single div b {
   background-image: url('cache/files/notfound') !important;
    background-size: 15px !important;
    background-position: center !important;
    transform: rotate(0deg);
    transition: 0.5s;
}

.c-filtra .chosen-container-single.chosen-with-drop .chosen-single div b {
    transform: rotate(180deg);
    background-size: 15px !important;
    background-position: center !important;
}

.chosen-container-single .chosen-single div {
    width: 30px;
}

.chosen-container-single .chosen-drop {
    border: 1px solid #1e1c1c;
    border-top: 1px solid transparent;
    margin-top: -2px;
background: #fdf8f5;
}

@media (max-width: 990px) {
.c-filtra .filter_opt .filterlabel {
   font-size: 12px;
}
.chosen-container {
    min-width: 150px;
        width: 100% !important;
}

.filterelem {
   width: 50%;
}

.c-filters-box button {
    display: flex;
    justify-content: center;
    gap: 7px;
    align-items: center;
   width: 50%;
}

.filter_opt {
    padding: 0 5px 20px;
}
}