<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*
{
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    box-sizing: border-box;
    box-sizing: border-box;
}
body 
{
    background-color: #444;
    font-family: Arial, sans-serif;
    line-height: 1.6;
}
.gallery
{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.gallery img 
{
    
}
.details
{
    
    background: #fff;
    padding: 0px;
    padding-top: 50px;
    padding-left: 15px;
    box-shadow: -10px 5px 10px 10px rgba(0, 0, 0, 0.1);
    font-size: 13px;
    font-weight: 500;
    color: #777;

}
.details h1 
{
    color: #333;
    font-size: 30px;
    text-align: center;
}
.details h2 
{
    color: #555;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
}
.details h3 
{
    color: #00d874;
    margin-bottom: 20px;
    text-align: center;
}
.details p 
{
    margin-bottom: 20px;
    text-align: center;
}
.call 
{
    background: #555;
    color: #fff;
    font-size: 12px;
    width: 80%;
    padding: 10px;
    border-radius: 30px;
    border: 0;
    outline: 0;
    margin-top: 50px;
    box-shadow: 0 10px 10px rgba(85, 63, 240, 0.25);
    margin-left: auto;
    margin-right: auto;
}
.call p 
{
    text-align: center;
    margin-bottom: 0px;
}
.controls 
{
    display: flex;
    margin-left: auto;
    margin-right: auto;
}
.btn 
{
    display: block;
    width: 18px;
    height: 18px;
    background: #999;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    border-radius: 25px;
}
.btn.active
{
    background: #000;
}
header 
{
    color: #fff;
    padding: 20px 0;
    margin-top: 10px;
}
nav .container 
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
nav h1 
{
    margin-left: 20px;
}
nav ul 
{
    list-style: none;
    display: flex;
}
nav ul li 
{
    margin: 0 15px;
}
nav ul li a 
{
    color: #fff;
    text-decoration: none;
}
.container 
{
    width: 80%;
    margin: auto;
    overflow: hidden;
}
.container h2 
{
    color: black;
}
header h1 
{
    text-align: center;
}
section {
    padding: 20px 0;
}

section h2 {
    text-align: center;
    margin-bottom: 20px;
}

.contact
{
    background: #f4f4f4;
    margin: 20px 0;
    padding: 20px;
    border-radius: 5px;
}

form {
    display: flex;
    flex-direction: column;
}

form label {
    margin: 10px 0 5px;
}

form input, form textarea {
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

form button {
    background: #e8491d;
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
}
footer {
    background: #333;
    color: #fff;
    padding: 10px 0;
    text-align: center;
}
img 
{
    margin: auto;
    justify-content: center;
    align-items: center;
    width: 100%;
}
h3 
{
    font-size: 25px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
p
{
    font-size: 15px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.photos
{
    background: #f4f4f4;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    height: 100%;
}
.container h2
{
    background: #f4f4f4;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
}</pre></body></html>