O Nas
Twoja zaufana platforma rezerwacji dla Albanii
Our Story
RRI-Alb is your trusted platform for booking accommodations and services in Albania. We connect travelers with local providers across the country.
Our Mission
Making Albania accessible to travelers worldwide while supporting local businesses and tourism.
Our Values
🔒
Security
Safe payments & data protection
🤝
Trust
Transparent pricing
🌍
Diversity
10 languages, 1000+ properties
💚
Sustainability
Supporting local economy
Why Choose Us?
- ✓ Largest selection in Albania
- ✓ Multilingual support (10 languages)
- ✓ Secure payments
- ✓ Flexible cancellation
- ✓ Local expertise
- ✓ 24/7 support
.about-wrapper {
max-width: 1000px;
margin: 0 auto;
}
.about-hero {
background: linear-gradient(135deg, #2b5d6b 0%, #1a4d5c 100%);
color: white;
padding: 80px 20px;
text-align: center;
margin-bottom: 60px;
border-radius: 0 0 30px 30px;
}
.about-hero h1 {
font-size: 3em;
margin: 0 0 15px 0;
color: white;
}
.about-subtitle {
font-size: 1.3em;
color: #d4af7a;
margin: 0;
font-weight: 300;
}
.about-content {
padding: 0 20px;
}
.about-section {
margin-bottom: 60px;
}
.about-section h2 {
color: #2b5d6b;
font-size: 2em;
margin-bottom: 20px;
border-bottom: 3px solid #d4af7a;
padding-bottom: 10px;
}
.about-text {
font-size: 1.1em;
line-height: 1.8;
color: #555;
}
.values-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 30px;
margin-top: 40px;
}
.value-card {
background: white;
padding: 30px;
border-radius: 15px;
text-align: center;
box-shadow: 0 4px 15px rgba(0,0,0,0.1);
transition: all 0.3s ease;
}
.value-card:hover {
transform: translateY(-5px);
box-shadow: 0 8px 25px rgba(43, 93, 107, 0.2);
}
.value-icon {
font-size: 3em;
margin-bottom: 15px;
}
.value-card h3 {
color: #2b5d6b;
margin: 15px 0 10px 0;
font-size: 1.3em;
}
.value-card p {
color: #666;
line-height: 1.6;
margin: 0;
}
.why-list {
list-style: none;
padding: 0;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 15px;
margin-top: 30px;
}
.why-list li {
background: #f8f9fa;
padding: 15px 20px;
border-left: 4px solid #d4af7a;
font-size: 1.1em;
color: #2b5d6b;
font-weight: 500;
}
.about-cta {
background: linear-gradient(135deg, #d4af7a 0%, #c9a569 100%);
color: #1a3741;
padding: 50px;
border-radius: 20px;
text-align: center;
margin-top: 80px;
}
.about-cta h3 {
font-size: 2em;
margin-top: 0;
color: #1a3741;
}
.about-btn {
display: inline-block;
background: #2b5d6b;
color: white;
padding: 15px 40px;
border-radius: 10px;
text-decoration: none;
font-weight: 600;
font-size: 1.2em;
transition: all 0.3s ease;
}
.about-btn:hover {
background: #1a4d5c;
transform: scale(1.05);
box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}
@media (max-width: 768px) {
.about-hero h1 {
font-size: 2em;
}
.about-subtitle {
font-size: 1.1em;
}
.values-grid {
grid-template-columns: 1fr;
}
.why-list {
grid-template-columns: 1fr;
}
}