* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

body {
    height: 100vh;
    /* background-color: #fff; */
    
    background-size: cover;
    background-position: center; 
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #fff;
    font-size: 1rem;
}

a:hover {
    color: cornflowerblue
}

header {
    position: relative;
    padding: 0 2rem;
    background-color: rgba(0, 0, 0, 0.238);
}

.navbar {
    width: 100%;
    max-width: 1200px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar .logo a {
    font-size: 1.5;
    font-weight: bold;
}

.navbar .links {
    display: flex;
    gap: 2rem;
}

.navbar .burger-menu-button {
    color: #fff;
    font-size: 1.5rem;
    cursor: pointer;
    display: none;
}

.buttons {
    display: flex;
    gap: 10px;
}

.action-button {
    background-color: #63c7b2;
    color: #120d31;
    border: 1px solid #63c7b2;
    padding: 0.5rem 1.2rem;
    border-radius: 5px;
    outline: none;
    font-size: 0.9rem;
    font-weight: bold;
    cursor: pointer;
}

.action-button:hover {
    color: #fff;
    border: 1px solid #fff;
}

.pro {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.pro:hover {
    background-color: #fff;
    color: #120d31;
}

/* --------------------------- INDEX -------------------------------- */
.cover-title {
    position: absolute;
    top: 0;
    left: 50%;
    max-width: 50%;
    text-align: center;
    background-color: transparent;
    transform: translate3d(-50%, -50%, 0);
    opacity: 0;
    transition: 240ms;
    transition-delay: 480ms;
}

.cover-title .h3 {
    font-size: 4rem;
    margin-bottom: 10px;
    color: inherit;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.cover-title>:first-child {
    margin-top: 0;
}

.cover-title.active {
    top: 50%;
    opacity: 1;
}

/* ------------ page staff ---------------- */
h2,
h3 {
    margin: 0;
}

.ace {
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    border: solid 2px #868686;
    position: relative;
    top: 20px;
}

.card {
    box-shadow: 2px 5px 8px #252525;
    width: 300px;
    height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #ececec;
    border-radius: 9px;
}

.card:hover {
    box-shadow: 2px 5px 8px #0468c5;
}

.container {
    margin-top: 20%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.card-top {
    background-color: #63c7b2;
    text-align: center;
    height: 25%;
    border-radius: 9px 9px 0 0;
}

.card-infos {
    /* background: #63c7b2; */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 1em 0 1em;
}

.name {
    color: #919191;
}

.job {
    margin-top: 0.5em;
    text-transform: uppercase;
    color: #63c7b2;
}

.quote {
    margin-top: 2em;
    color: rgb(99, 99, 99);
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-style: italic;
    font-size: 0.7em;
    text-align: center;
}

.button {
    margin-bottom: 1em;
    text-align: center;
}

button {
    background-color: #63c7b2;
    color: #120d31;
    border: 1px solid #63c7b2;
    padding: 0.5rem 1.2rem;
    border-radius: 5px;
    outline: none;
    font-size: 0.9rem;
    font-weight: bold;
    cursor: pointer;
}

button:hover {
    color: #fff;
    border: 1px solid #5a5a5a;
}

/* ------------ page Pro ---------------- */
h2,
h3 {
    margin: 0;
}

.ace-pro {
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    border: solid 2px #080808;
    position: relative;
    top: 40px;
}

.card-pro {
    box-shadow: 2px 5px 8px #252525;
    width: 400px;
    height: 520px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #ececec;
    border-radius: 9px;
}

.card-pro:hover {
    box-shadow: 2px 5px 8px #8e04c5;
}

.container {
    margin-top: 10%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.card-top-pro {
    background-color: #4600b8;
    text-align: center;
    height: 25%;
    border-radius: 9px 9px 0 0;
}

.card-infos-pro {
    /* background: #63c7b2; */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 1em 0 1em;
}

.name-pro {
    color: #000;
}

.job-pro {
    margin-top: 0.5em;
    text-transform: uppercase;
    color: #4600b8;
}

.quote-pro {
    margin-top: 0.5em;
    color: rgb(20, 20, 20);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: italic;
    background-color: #fff;
    border: 1px solid #888787;
    border-radius: 5px;
    text-align: center;
}

.btn-pro {
    width: 100%;
    height: 45px;
    background: #4600b8;
    border: none;
    outline: none;
    border-radius: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    font-size: 16px;
    color: #c997e0;
    font-weight: 600;
}

.btn-pro:hover {
    color: #fff;
    border: 2px solid #c997e0;
}

/* -------------- LOGIN -------------------- */
.contact {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: transparent;

}

.wrapper {
    width: 420px;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(20px);
    box-shadow: 2px 5px 8px #252525;
    color: #fff;
    border-radius: 10px;
    padding: 30px 40px;
}

.wrapper:hover {
    box-shadow: 2px 5px 8px #0468c5;
}

.wrapper h1 {
    font-size: 36px;
    text-align: center;
}

.wrapper .input-box {
    position: relative;
    width: 100%;
    height: 50px;
    margin: 30px 0;
}

.input-box input {
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    outline: none;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 40px;
    font-size: 16px;
    color: #fff;
    padding: 20px 45px 20px 20px;
}

.input-box input::placeholder {
    color: #fff;
}

.input-box i {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
}

.wrapper .remember-forgot {
    display: flex;
    justify-content: space-between;
    font-size: 14.5px;
    margin: -15px 0 15px;
}

.remember-forgot label input {
    accent-color: #fff;
    margin-right: 3px;
}

.wrapper .btn {
    width: 100%;
    height: 45px;
    background: #63c7b2;
    border: none;
    outline: none;
    border-radius: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    font-size: 16px;
    color: #333;
    font-weight: 600;
}

.wrapper .btn:hover {
    color: #fff;
    border: 1px solid #fff;
}

.wrapper .register-link {
    font-size: 14.5px;
    text-align: center;
    margin: 20px 0 15px;
}
.cov{
    width: 100%;
    max-width: 1200px;
    color: white;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* ============= Registar ===================== */
input[type="radio"]{
    display: none;
}
label{
    display: block;
    cursor: pointer;
    font-weight: 600;
    margin-bottom: 10px;
}
label span{
    display: inline-flex;
    align-items: center;
    padding: 10px 20px 10px 10px;
    border-radius: 31px;
    transition: .25s ease;
}
label span:hover,
input[type="radio"]:checked + span{
    background-color: #d6d6e5;
    color: #000;
}

label span::before{
    content: "";
    background-color: #fff;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    margin-right: 10px;
    transition: .25s ease;
    box-shadow: inset 0 0 0 2px #28c0c5;

}
input[type="radio"]:checked + span::before{
    box-shadow: inset 0 0 0 5px #00005c;
}

/* ============================================= */
.al {
    padding: 20px;
    border: 1px solid #63c7b2;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.card-t {
    background-color: #fff;

}

.row_4.row {
    padding-top: 60px !important;
    padding-right: 30px !important;
    padding-bottom: 60px !important;
    padding-left: 30px !important;
    padding-top: 60px;
    padding-right: 30px;
    padding-bottom: 60px;
    padding-left: 30px
}




/* ------------ BURGER MENU ---------------- */
.burger-menu {
    display: none;
    height: 0;
    /* height: 310px; */
    position: absolute;
    right: 2rem;
    top: 60px;
    width: 200px;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(15px);
    border-radius: 10px;
    overflow: hidden;
    transition: height 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.burger-menu.open {
    height: 310px;
}

.burger-menu li {
    padding: 0.7rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.divider {
    height: 1px;
    background-color: #fff;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
}

.burger-menu .action-button {
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.buttons-burger-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}






/* =========== Responsive ================= */

@media (max-width: 990px) {
    header {
        background: none;
    }

    .navbar .links,
    .navbar .action-button {
        display: none;
    }

    .navbar .burger-menu-button {
        display: block;
    }

    .burger-menu {
        display: block;
    }
}

@media (max-width: 576px) {
    .burger-menu {
        left: 2rem;
        width: unset;
    }

}



