AnonSec Shell
Server IP : 213.186.33.4  /  Your IP : 216.73.216.59
Web Server : Apache
System : Linux webm006.cluster103.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
User : awebpaca ( 35430)
PHP Version : 8.5.0
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/awebpaca/lessarmoudes/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/awebpaca/lessarmoudes/style.css
:root {
  --blue: #55aede;
  --blue-dark: #1f668f;
  --text: #17202a;
  --muted: #657786;
  --surface: #ffffff;
  --surface-alt: #f5f8fb;
  --border: #dce7ef;
  --shadow: 0 18px 45px rgba(22, 52, 72, .12);
  --radius: 18px;
  --container: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  line-height: 1.6;
  background: var(--surface);
}

body.nav-open {
  overflow: hidden;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(var(--container), calc(100% - 32px));
  margin: 0 auto;
}

.narrow {
  max-width: 820px;
  text-align: center;
}

.section {
  padding: clamp(56px, 8vw, 96px) 0;
}

.section h2 {
  margin: 0 0 28px;
  text-align: center;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.15;
}

.section h2::after {
  content: "";
  display: block;
  width: 96px;
  height: 3px;
  margin: 18px auto 0;
  background: var(--blue);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease;
}

.button:hover,
.button:focus-visible {
  background: var(--blue-dark);
  transform: translateY(-1px);
}

.button.secondary {
  background: #fff;
  color: var(--blue-dark);
  border: 1px solid var(--border);
}

.button.secondary:hover {
  background: var(--surface-alt);
}

.site-header {
  position: relative;
}

.navbar {
  position: fixed;
  z-index: 20;
  inset: 0 0 auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  padding: 0 max(24px, calc((100vw - var(--container)) / 2));
  background: rgba(85, 174, 222, .96);
  color: #fff;
  backdrop-filter: blur(12px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 1.2rem;
  font-weight: 700;
  min-width: 0;
}

.brand-logo {
  width: 58px;
  height: auto;
  flex: 0 0 auto;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.nav-links a {
  display: block;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 600;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  background: rgba(255, 255, 255, .18);
}

.nav-toggle {
  display: none;
  background: transparent;
  border: 0;
  padding: 8px;
  cursor: pointer;
}

.nav-toggle .bar {
  display: block;
  width: 28px;
  height: 3px;
  margin: 5px 0;
  background: #fff;
  border-radius: 999px;
  transition: transform .2s ease, opacity .2s ease;
}

.nav-toggle[aria-expanded="true"] .bar:nth-of-type(1) {
  transform: translateY(8px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .bar:nth-of-type(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] .bar:nth-of-type(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.hero {
  position: relative;
  min-height: 680px;
  display: grid;
  place-items: center;
  padding: 120px 24px 80px;
  text-align: center;
  color: #fff;
  overflow: hidden;
  background: #123046;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(18, 48, 70, .45), rgba(18, 48, 70, .45));
  z-index: 1;
}

.hero-slider {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-slider img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  animation: heroFade 25s infinite;
}

.hero-slider img:nth-child(1) { animation-delay: 0s; }
.hero-slider img:nth-child(2) { animation-delay: 5s; }
.hero-slider img:nth-child(3) { animation-delay: 10s; }
.hero-slider img:nth-child(4) { animation-delay: 15s; }
.hero-slider img:nth-child(5) { animation-delay: 20s; }

@keyframes heroFade {
  0%, 100% { opacity: 0; }
  4%, 20% { opacity: 1; }
  24% { opacity: 0; }
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 920px;
}

.hero h1 {
  margin: .2em 0;
  font-size: clamp(3rem, 10vw, 7.5rem);
  letter-spacing: .05em;
  text-transform: uppercase;
  line-height: .95;
}

.hero p {
  margin: 0 0 16px;
  font-size: clamp(1.1rem, 2.3vw, 1.6rem);
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 700;
}

.features,
.seasons {
  background: var(--surface-alt);
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.info-card,
.apartment-card,
.seasons article {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.info-card {
  padding: 24px;
}

.info-card h3,
.seasons h3 {
  margin-top: 0;
  color: var(--blue-dark);
}

.apartment-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.apartment-card {
  overflow: hidden;
}

.apartment-image img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform .25s ease;
}

.apartment-image:hover img {
  transform: scale(1.03);
}

.apartment-content {
  padding: 28px;
}

.apartment-meta {
  color: var(--blue-dark);
  font-weight: 700;
}

.apartment-content ul {
  padding-left: 20px;
  color: var(--muted);
}

.price {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--blue-dark);
}

.season-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.seasons article {
  padding: 28px;
  text-align: center;
}

.gallery-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.tab {
  border: 1px solid var(--border);
  background: #fff;
  border-radius: 999px;
  padding: 10px 16px;
  cursor: pointer;
  font-weight: 700;
  color: var(--blue-dark);
}

.tab.active {
  background: var(--blue);
  color: #fff;
  border-color: var(--blue);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.gallery-grid a {
  overflow: hidden;
  border-radius: 14px;
  background: var(--surface-alt);
  box-shadow: 0 8px 24px rgba(22, 52, 72, .08);
}

.gallery-grid img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  transition: transform .25s ease;
}

.gallery-grid a:hover img {
  transform: scale(1.04);
}

.gallery-grid a.hidden {
  display: none;
}

.contact-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 44px;
  align-items: start;
}

.contact-details h2 {
  text-align: left;
}

.contact-details h2::after {
  margin-left: 0;
}

.contact-form {
  display: grid;
  gap: 12px;
  background: var(--surface-alt);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px;
}

.contact-form label {
  font-weight: 700;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 12px 14px;
  font: inherit;
  background: #fff;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 3px solid rgba(85, 174, 222, .25);
  border-color: var(--blue);
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: .9rem;
}

.site-footer {
  padding: 28px 0;
  background: #17202a;
  color: #fff;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 28px;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.footer-content p {
  margin: 0;
}

.footer-content a {
  color: #d8f0ff;
}

.lightbox-close {
  display: none;
}

@media (max-width: 900px) {
  .navbar {
    min-height: 70px;
    padding-inline: 18px;
  }

  .nav-toggle {
    display: block;
    flex: 0 0 auto;
  }

  .nav-links {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    display: grid;
    gap: 0;
    padding: 12px 18px 18px;
    background: var(--blue);
    transform: translateY(-120%);
    opacity: 0;
    pointer-events: none;
    transition: transform .25s ease, opacity .25s ease;
    max-width: 100vw;
  }

  .nav-links.open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .nav-links a {
    padding: 14px 10px;
    border-radius: 10px;
  }

  .hero {
    min-height: 560px;
  }

  .grid-4,
  .apartment-grid,
  .season-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-details h2,
  .contact-details {
    text-align: center;
  }

  .contact-details h2::after {
    margin-left: auto;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(100% - 24px, var(--container));
  }

  .section {
    padding: 48px 0;
  }

  .brand span {
    font-size: 1rem;
  }

  .brand-logo {
    width: 46px;
  }

  .hero {
    min-height: 520px;
    padding-inline: 16px;
  }

  .hero h1 {
    font-size: clamp(2.6rem, 16vw, 4.5rem);
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .footer-content {
    flex-direction: column;
  }
}


.legal-page {
  padding-top: 96px;
  background: var(--surface);
}

.legal-content {
  max-width: 920px;
}

.legal-content h1 {
  margin: 0 0 36px;
  text-align: center;
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 1.1;
}

.legal-content h1::after {
  content: "";
  display: block;
  width: 96px;
  height: 3px;
  margin: 18px auto 0;
  background: var(--blue);
}

.legal-content article {
  margin-bottom: 28px;
  padding: 28px;
  background: var(--surface-alt);
  border: 1px solid var(--border);
  border-radius: var(--radius);
}

.legal-content h2 {
  margin: 0 0 12px;
  color: var(--blue-dark);
  font-size: 1.35rem;
  text-align: left;
}

.legal-content h2::after {
  display: none;
}

.legal-content p {
  margin: 0 0 12px;
}

.legal-content p:last-child {
  margin-bottom: 0;
}

.legal-content a {
  color: var(--blue-dark);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-update {
  text-align: center;
  color: var(--muted);
  font-weight: 700;
}

@media (max-width: 560px) {
  .legal-page {
    padding-top: 76px;
  }

  .legal-content article {
    padding: 20px;
  }
}





.contact-phone-card {
  display: grid;
  gap: 18px;
  align-content: start;
  background: var(--surface-alt);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px;
  box-shadow: var(--shadow);
}

.contact-phone-card h3 {
  margin: 0;
  color: var(--blue-dark);
  font-size: 1.6rem;
}

.contact-phone-card p {
  margin: 0;
}

.phone-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.phone-list a {
  color: var(--blue-dark);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 560px) {
  .phone-actions {
    display: grid;
  }
}

Anon7 - 2022
AnonSec Team