@charset "UTF-8";

* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}


body {
    background-image: url('./images/5-maiores-cassinos-de-portugal.png');
    width: 100%;
    background-size: cover;
    height: 100vh;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(3px);
    padding: 10px;
}

button a {
    text-decoration: none;
    color: white !important;
}

.texto {
    width: 50%;
    text-align: left;
    color: #fff;
    box-shadow: rgb(0, 0, 0) 1.95px 1.95px 2.6px;
    background-color: rgb(0, 0, 0);
    padding: 10px;
    border-radius: 15px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    cursor: default;

    transition: 0.4s;
}

.texto:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.texto h1 {
    cursor: default;
}


.container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 50px;
}

.logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo img {
    max-width: 600px;
    border-radius: 10px;
}

.botoes {
    display: flex;
    gap: 30px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;

}

.fancy {
    background-color: black;
    border: 2px solid #000;
    border-radius: 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin: 0;
    outline: none;
    overflow: visible;
    padding: 1.25em 2em;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    transition: all 0.3s ease-in-out;
    user-select: none;
    font-size: 13px;
}

.cpy {
    display: flex;
    width: 100%;
    border-radius: 20px;
    align-items: center;
    justify-content: center;
    height: 100px;
    background-color: #1a252f;
    color: white;
    padding: 10px;
}

.fancy::before {
    content: " ";
    width: 1.5625rem;
    height: 2px;
    background: rgb(255, 255, 255);
    top: 50%;
    left: 1.5em;
    position: absolute;
    transform: translateY(-50%);
    transform-origin: center;
    transition: background 0.3s linear, width 0.3s linear;
}

.fancy .text {
    font-size: 1.125em;
    line-height: 1.33333em;
    padding-left: 2em;
    display: block;
    font-weight: bold;
    text-align: left;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    text-decoration: none;
    color: rgb(255, 255, 255);
}

.fancy .top-key {
    height: 2px;
    width: 1.5625rem;
    top: -2px;
    left: 0.625rem;
    position: absolute;
    background: #e8e8e8;
    transition: width 0.5s ease-out, left 0.3s ease-out;
}

.fancy .bottom-key-1 {
    height: 2px;
    width: 1.5625rem;
    right: 1.875rem;
    bottom: -2px;
    position: absolute;
    background: #e8e8e8;
    transition: width 0.5s ease-out, right 0.3s ease-out;
}

.fancy .bottom-key-2 {
    height: 2px;
    width: 0.625rem;
    right: 0.625rem;
    bottom: -2px;
    position: absolute;
    background: #e8e8e8;
    transition: width 0.5s ease-out, right 0.3s ease-out;
}

.fancy:hover {
    color: white;
    background: black;
}

.fancy:hover::before {
    width: 0.9375rem;
    background: white;
}

.fancy:hover .text {
    color: white;
    padding-left: 1.5em;
}

.fancy:hover .top-key {
    left: -2px;
    width: 0px;
}

.fancy:hover .bottom-key-1,
.fancy:hover .bottom-key-2 {
    right: 0;
    width: 0;
}

img {
    width: 50%;
}


@media(max-width: 552px) {
    .texto {
        width: 100%;
        font-size: 11px;
    }

    .fancy .text {
        font-size: 11px;
    }
}

@media(max-width: 400px) {
    .texto {
        width: 100%;
        font-size: 9px;
        line-height: 26px;
    }
}

@media(max-width: 400px) {

    .cpy {
        display: flex;
        width: 100%;
        border-radius: 20px;
        align-items: center;
        justify-content: center;
        height: 100px;
        background-color: #1a252f;
        color: white;
        padding: 10px;
        margin-top: 60px;
    }

}


@media(max-width: 700px) {

    .cpy {
        display: flex;
        width: 100%;
        border-radius: 20px;
        align-items: center;
        justify-content: center;
        height: 100px;
        background-color: #1a252f;
        color: white;
        padding: 10px;
        margin-top: 150px;
    }

}



@media(max-height: 800px) {

    .cpy {
        display: flex;
        width: 100%;
        border-radius: 20px;
        align-items: center;
        justify-content: center;
        height: 100px;
        background-color: #1a252f;
        color: white;
        padding: 10px;
        margin-top: 250px;
    }
}


@media(max-height: 700px) {
    .cpy {
        display: flex;
        width: 100%;
        border-radius: 20px;
        align-items: center;
        justify-content: center;
        height: 100px;
        background-color: #1a252f;
        color: white;
        padding: 10px;
        margin-top: 350px;
    }
}


@media(max-width: 2000px) {
    .texto {
        width: 30%;
    }
}


@media(max-width: 1335px) {
    .texto {
        width: 40%;
    }
}




@media(max-width: 933px) {
    .texto {
        width: 50%;
    }
}


@media(max-width: 600px) {
    .texto {
        width: 100%;
    }
}