<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    padding: 0;
    margin: 0;
}


.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top {
    padding: 1rem 2rem;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1)), url(../background/background.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: auto;
}

.main-logo {
    width: 150px;
}

.bar-side a , .login-side a {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-decoration: none;
    font-size: 17px;
    padding: 7px 15px;
    font-weight: bold;
    color: white;
    transition: .4s;
}

.bar-side a:hover ,.login-side a:hover {
    background-color: gray;
    color: white;
    border-radius: 10px;
}

.middle-part {
    height: 150px;
    text-align: center;
}

.center-text {
    margin-top: 100px;
    letter-spacing: 1px;
    font-size: 35px;
    color: white;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin-bottom: 3rem;
}

.features {
    text-align: center;
    margin-top: 5rem;
    margin-bottom: 3rem;
}

.features h1 {
    color: white;
    font-size: 35px;
    font-weight: bold;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 4rem;
}

.images p {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    width: 550px;
    margin-bottom: 5px;
    color: white;
}

.images a{
    padding: 7px 15px;
    text-decoration: none;
    color: black;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: bold;
    transition: .4s;
    background-color: rgb(231, 231, 231);
}

.images a:hover {
    background-color: gray;
    color: white;
    border-radius: 10px;
}

#logo {
    width: 550px;
    height: 320px;
    filter: brightness(85%);
    border-radius: 5px;;
}

.boats,.houses {
    margin-left: auto;
    margin-right: 10px;
    margin-top:1px ;
    margin-bottom: 1rem;
}

.gold,.cars {
    margin-top:1px ;
    margin-right: auto;
}


.boats,.gold {
    margin-bottom: 1rem;
}

.footer {
    text-align: center;
    color: white;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    padding: 0 2rem;
}

.footer h1{
    margin-bottom: 2rem;
}

.links {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
}

.links a {
    color: white;
    text-decoration: none;
    padding: 0 10px;
}

.one-side {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.right-write a {
    text-decoration: none;
    color: white;
    font-size: 30px;
    padding: 0 0.3rem;
}

@media all and (min-width:1051px) and (max-width:1350px) {
    #logo {
        width: 450px;
        height: 200px;
    }

    .images p {
        width: 350px;
    }

    .top {
        height: auto;
    }
}

@media all and (min-width:801px) and (max-width:1050px) {

    #logo {
        width: 375px;
        height: 200px;
    }

    .images p {
        width: 350px;
    }

    .top {
        height: auto;
    }
}

@media all and (min-width:481px) and (max-width:800px) {
    #logo {
        width: 450px;
        height: auto;
        margin: auto;
    }

    .top {
        height: auto;
    }

    .images {
        display: grid;
        grid-template-columns: 1fr;
    }

    .images p {
        width: 450px;
        font-family: Poppins;
        font-size: 17px;
    }

    .bar-side {
        display: none;
    }

    .links a {
        padding: 0 4px;
    }
}

@media all and (min-width:480px) and (max-width:480px) {
    #logo {
        height: auto;
        width: 400px;
    }

    .images {
        display: grid;
        grid-template-columns: 1fr;
    }

    .images p {
        width: 350px;
        font-size: 13px;
    }

    .bar-side {
        display: none;
    }

    .links a {
        padding: 0 4px;
    }
}

@media all and (min-width:400px) and (max-width:479px) {
    #logo {
        width: 350px;
        height: auto;
    }

    .features h1 {
        font-size: 25px;
    }

    .images {
        display: grid;
        grid-template-columns: 1fr;
    }

    .images p {
        width: 350px;
        font-size: 13px;
    }

    .bar-side {
        display: none;
    }

    .links a {
        padding: 0 4px;
    }
    
    .top {
        height: auto;
    }

    .footer h1 {
        font-size: 25px;
    }
}

@media all and (min-width:300px) and (max-width:399px) {
    #logo {
        width: 250px;
        height: auto;
    }

    .images {
        display: grid;
        grid-template-columns: 1fr;
    }

    .images p {
        width: 270px;
        font-size: 12px;
    }

    .bar-side {
        display: none;
    }
    
    .top {
        height: auto;
    }

    .login-side a {
        font-size: 15px;
        padding: 3px 5px;
    }

    .main-logo {
        width: 90px;
    }

    .rees {
        display: none;
    }

    .links .hell {
        font-size: 14px;
    }

    .features h1 {
        font-size: 20px;
    }

    .footer h1 {
        font-size: 20px;
    }

    .left-write p {
        font-size: 13px;
    }

    .right-write a {
        font-size: 13px;
    }

    .images a {
        font-size: 13px;
        padding: 4px 7px;
    }
}</pre></body></html>