:root {
--primary-blue: #072233;
--dark: #212529;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
color: #333;
overflow-x: hidden;
font-size: 15px;
} .back-nav {
position: absolute;
z-index: 1001;
}
.back-nav-container {
max-width: 1400px;
margin: 0 auto;
padding: 12px 40px;
}
.back-link {
display: inline-flex;
align-items: center;
gap: 10px;
color: rgba(255, 255, 255, 0.85);
text-decoration: none;
font-size: 13px;
font-weight: 500;
letter-spacing: 1px;
text-transform: uppercase;
transition: all 0.3s ease;
padding: 8px 20px;
border-radius: 30px;
background: rgba(255, 255, 255, 0.05);
}
.back-link:hover {
color: #fff;
background: rgba(255, 255, 255, 0.1);
}
.back-link i {
font-size: 14px;
transition: transform 0.3s ease;
}
.back-link:hover i {
transform: translateX(-4px);
} .site-header {
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: 1000;
background: transparent;
}
.logo-text img {
height: 150px;
}
.header-container {
max-width: 1400px;
margin: 0 auto;
padding: 20px 40px;
text-align: center;
}
h1,h2,h3,h4,h5,h6{
font-family: 'Playfair Display', serif;
}
.logo-text h1 {
color: #fff;
font-family: 'Playfair Display', serif;
font-size: 28px;
font-weight: 700;
letter-spacing: 2px;
margin: 0;
text-transform: uppercase;
text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}
.logo-text p {
color: rgba(255,255,255,0.9);
font-size: 11px;
letter-spacing: 4px;
margin: 5px 0 0;
text-transform: uppercase;
text-shadow: 0 1px 8px rgba(0,0,0,0.3);
}
.site-header.scrolled {
position: fixed;
background: #072233;
box-shadow: 0 2px 15px rgba(0,0,0,0.1);
}
.site-header.scrolled .back-nav {
background: #072233;
}
.site-header.scrolled .header-container {
padding: 12px 40px;
}
.site-header.scrolled .logo-text h1,
.site-header.scrolled .logo-text p {
color: #fff;
text-shadow: none;
} .hero-section {
position: relative; 
min-height: 600px;
margin-top: 0;
}
.hero-swiper .swiper-slide img {
width: 100%;
height: 600px;
object-fit: cover;
filter: brightness(0.85);
}
.swiper-pagination {
bottom: 30px;
}
.swiper-pagination-bullet {
width: 8px;
height: 8px;
background: rgba(255,255,255,0.6);
}
.swiper-pagination-bullet-active {
background: var(--primary-blue);
} .villa-swiper {
width: 100%;
height: 100%;
position: relative;
}
.villa-swiper .swiper-slide {
display: flex;
align-items: center;
justify-content: center;
}
.villa-swiper img {
width: 100%;
height: 400px !important;
object-fit: cover;
}
.villa-swiper .swiper-button-prev,
.villa-swiper .swiper-button-next {
width: 36px;
height: 36px;
background: rgba(0,0,0,0.5);
border-radius: 50%;
color: #fff;
margin-top: -18px;
}
.villa-swiper .swiper-button-prev:after,
.villa-swiper .swiper-button-next:after {
font-size: 16px;
}
.villa-swiper .swiper-pagination {
bottom: 15px;
}
.villa-swiper .swiper-pagination-bullet-active {
background: var(--primary-blue);
} .gallery-section {
padding: 80px 0;
background: #f8f9fa;
}
.gallery-container {
max-width: 1400px;
margin: 0 auto;
padding: 0 40px;
}
.gallery-title {
text-align: center;
margin-bottom: 50px;
}
.gallery-title h2 {
font-size: 36px;
color: var(--primary-blue);
margin-bottom: 10px;
}
.gallery-title p {
font-size: 16px;
color: #6c757d;
}
.gallery-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 20px;
}
.gallery-item {
position: relative;
overflow: hidden;
border-radius: 8px;
aspect-ratio: 4/3;
cursor: pointer;
display: block;
}
.gallery-item img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.4s ease;
}
.gallery-overlay {
position: absolute;
inset: 0;
background: rgba(7, 34, 51, 0.7);
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
transition: opacity 0.3s ease;
}
.gallery-overlay i {
font-size: 32px;
color: #fff;
}
.gallery-item:hover .gallery-overlay {
opacity: 1;
}
.gallery-item:hover img {
transform: scale(1.1);
} @media (max-width: 768px) {
.gallery-grid {
grid-template-columns: repeat(2, 1fr);
gap: 15px;
}
.gallery-title h2 {
font-size: 28px;
}
}
@media (max-width: 480px) {
.gallery-grid {
grid-template-columns: 1fr;
}
.gallery-section {
padding: 60px 0;
}
}
.why-choose-section {
padding: 4rem 1rem;
background: #fff;
}
.why-container {
max-width: 1200px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
gap: 3rem;
align-items: center;
}
.why-video,
.why-text {
flex: 1;
min-width: 300px;
}
.video-wrapper {
position: relative;
padding-bottom: 56.25%; height: 0;
overflow: hidden;
border-radius: 12px;
box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}
.video-wrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.why-text h2 {
margin-top: 0;
color: #2c3e50;
font-size: 2.4rem;
}
.why-text p {
line-height: 1.7;
color: #555;
margin-bottom: 1.5rem;
}
.why-text ul {
list-style: none;
padding: 0;
margin: 2rem 0;
}
.why-text ul li {
margin-bottom: 1rem;
font-size: 1.1rem;
display: flex;
align-items: center;
gap: 12px;
}
.why-text ul li i {
color: #27ae60;
font-size: 1.4rem;
}
.btn-cta {
display: inline-block;
background: #e74c3c;
color: white;
padding: 1rem 2.2rem;
border-radius: 8px;
text-decoration: none;
font-weight: bold;
font-size: 1.1rem;
transition: background 0.3s;
}
.btn-cta:hover {
background: #c0392b;
} @media (max-width: 768px) {
.why-container {
flex-direction: column;
gap: 2rem;
}
.why-text {
text-align: center;
}
.why-text ul {
text-align: left;
max-width: 400px;
margin: 2rem auto;
}
} .pricing-section {
padding: 60px 0 40px;
background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
}
.section-title {
text-align: center;
margin-bottom: 40px;
max-width: 800px;
margin: auto;
padding: 20px;
}
.section-title h2 {
font-size: 30px;
color:rgb(0, 0, 0);
margin-bottom: 10px;
}
.section-title p {
color:rgb(0, 0, 0);
font-size: 15px;
margin-bottom: 15px;
}
.pricing-container {
max-width: 1200px;
margin: 0 auto;
padding: 0 30px;
}
.villa-card {
background: #fff;
border-radius: 12px;
overflow: hidden;
box-shadow: 0 4px 15px rgba(0,0,0,0.08);
margin-bottom: 30px;
}
.villa-grid {
display: grid;
grid-template-columns: 500px 1fr;
align-items: stretch;
}
.villa-image {
overflow: hidden;
height: 400px; }
.villa-info {
padding: 30px;
display: flex;
flex-direction: column;
justify-content: center;
}
.villa-title {
font-size: 22px;
font-weight: 600;
margin-bottom: 25px;
color: var(--primary-blue);
}
.pricing-options {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
margin-bottom: 25px;
}
.price-option {
background: #f8f9fa;
border-radius: 10px;
padding: 20px;
border: 2px solid #e9ecef;
text-align: center;
}
.option-type {
font-size: 13px;
font-weight: 600;
color: #6c757d;
text-transform: uppercase;
letter-spacing: 0.5px;
margin-bottom: 8px;
}
.option-price {
font-size: 32px;
font-weight: 700;
color: var(--primary-blue);
margin-bottom: 8px;
}
.option-capacity {
font-size: 13px;
color: #495057;
display: flex;
align-items: center;
justify-content: center;
gap: 5px;
}
.villa-buttons {
display: flex;
gap: 15px;
justify-content: center;
}
.btn-book, .btn-view {
padding: 12px 28px;
border-radius: 30px;
font-weight: 600;
font-size: 14px;
cursor: pointer;
text-decoration: none;
border: none;
}
.villa-buttons {
display: flex;
gap: 12px;
flex-wrap: wrap;
}
.btn-book {
flex: 1;
min-width: 160px;
padding: 13px 20px;
border: none;
border-radius: 50px;
font-size: 0.9rem;
font-weight: 600;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
transition: transform 0.18s, box-shadow 0.18s, filter 0.18s;
letter-spacing: 0.01em;
}
.btn-book:hover {
transform: translateY(-2px);
box-shadow: 0 6px 20px rgba(0,0,0,0.18);
filter: brightness(1.07);
}
.btn-book:active {
transform: translateY(0);
}
.btn-telegram {
background: #2AABEE;
color: #fff;
}
.btn-whatsapp {
background: #25D366;
color: #fff;
}
.btn-view {
background: transparent;
color: var(--primary-blue);
border: 2px solid var(--primary-blue);
} .features-section {
padding: 100px 0 80px;
background: #fff;
}
.features-container {
max-width: 1200px;
margin: 0 auto;
padding: 0 40px;
}
.features-title h2 {
font-size: 30px;
color: var(--primary-blue);
text-align: center;
margin-bottom: 80px;
position: relative;
}
.features-title h2::after {
content: '';
position: absolute;
bottom: -15px;
left: 50%;
transform: translateX(-50%);
width: 100px;
height: 4px;
background: var(--primary-blue);
}
.features-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 60px 40px;
margin-bottom: 60px;
}
.feature-item {
text-align: center;
}
.feature-icon {
font-size: 40px;
color: #89a1c9;
margin-bottom: 20px;
}
.feature-text {
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1.5px;
color: #333;
line-height: 1.4;
} .site-footer {
background: #072233;
color: #fff;
padding: 30px 0;
font-size: 15px;
}
.footer-container {
max-width: 1400px;
margin: 0 auto;
padding: 0 40px;
text-align: center;
}
.contact-row {
display: flex;
justify-content: center;
align-items: center;
gap: 60px;
margin-bottom: 12px;
}
.contact-item {
display: flex;
align-items: center;
gap: 12px;
font-weight: 500;
}
.address {
font-size: 14px;
opacity: 0.95;
} .contact-popup-overlay {
display: none;
position: fixed;
inset: 0;
background: rgba(0,0,0,0.6);
z-index: 9999;
align-items: center;
justify-content: center;
}
.contact-popup-overlay.is-active {
display: flex;
}
.contact-popup-box {
background: #fff;
width: 90%;
max-width: 600px;
margin: 20px auto;
padding: 25px;
border-radius: 6px;
position: relative;
}
.contact-popup-close {
position: absolute;
top: 5px;
right: 15px;
font-size: 30px;
cursor: pointer;
} @media (max-width: 992px) {
.villa-grid { grid-template-columns: 1fr; }
.villa-image { height: 320px; }
.features-grid { grid-template-columns: repeat(3, 1fr); }
.logo-text img {
margin-top: 20px;
height: 100px;
}
}
@media (max-width: 768px) {
.back-nav-container { padding: 10px 20px; }
.back-link { font-size: 11px; gap: 8px; padding: 6px 16px; }
.logo-text h1 { font-size: 24px; }
.pricing-options { grid-template-columns: 1fr; }
.villa-buttons { flex-direction: column; gap: 10px; }
.btn-book, .btn-view { width: 100%; }
.contact-row { flex-direction: column; gap: 18px; }
.features-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
.features-grid { grid-template-columns: 1fr; }
.features-title h2 { font-size: 32px; }
}
.video-wrapper {
position: relative;
padding-bottom: 600px; height: 0;
overflow: hidden;
background: #000;
max-width: 400px;
}
.video-wrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media (max-width: 768px) {
.video-wrapper {
width: 100%;    
padding-bottom: 500px;
}
} .gallery-tabs {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 1rem;
margin: 1.5rem 0 2rem;
}
.tab-button {
padding: 0.8rem 1.5rem;
background: #f5f5f5;
border: none;
border-radius: 30px;
font-weight: 600;
cursor: pointer;
transition: all 0.3s ease;
}
.tab-button:hover,
.tab-button.active {
background: #333;
color: white;
} .gallery-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
gap: 1.5rem;
}
.gallery-item {
position: relative;
overflow: hidden;
border-radius: 12px;
box-shadow: 0 4px 15px rgba(0,0,0,0.1);
transition: transform 0.3s ease;
}
.gallery-item:hover {
transform: scale(1.03);
}
.gallery-item.hidden {
display: none;
} @media (max-width: 600px) {
.gallery-tabs {
flex-direction: column;
gap: 0.8rem;
}
.tab-button {
width: 100%;
}
}
.title-decoration {
text-align: center;
margin: auto;
margin-bottom: 40px;
font-size: 1.2rem;
color: #c4b5a0;
letter-spacing: 3px;
}