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


.container{
    width: 100%;
    height: 100vh;
    background-image: url(back.png);
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card{
    width: 90%;
    max-width: 440px;
    color: #0000006e;
    text-align: center;
    padding: 50px 35px;
    border: 1px solid rgba(255,255,255,0.3);
    background: rgba(255,255,255,0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0,0,0,0.1);
    backdrop-filter: blur(5px);
}
.card img {
   width: 140px;
   border-radius: 50%; 
}
.card h2{
    font-size: 40px;
    font-weight: 600;
    margin-top: 20px;
}

.card p{
    font-size: 18px;
    margin: 10px auto;
    max-width: 330px;
}

.card .links img {
    width: 40px;
    border-radius: 50%;
    margin: 10px 5px;
    transition: background 0.5s
}

.card .links img:hover{
    background: #0140ff;
}
.btn1{
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    background: #ffffff;
    color: #40a65e;
    padding: 10px 30px;
    border-radius: 30px;
    margin: 30px 0 10px;
}

.btn2{
    width: 200px;
    height: 60px;
    columns: #ffffff;
    background: #07af58;
    font-size: 18px;
    text-decoration: none;
    margin:50px;
    border-radius: 30px;
    display: flex;
    align-items: center;
justify-content: center;
}
.btn3{
    width: 200px;
    height: 60px;
    columns: #fff;
    background: #ffffff;
    font-size: 18px;
    text-decoration: none;
    margin:50px;
    display: flex;
    align-items: center;
justify-content: center;
}

.btn2 {
    position: relative; /* Needed for pseudo-elements to position correctly */
    width: 200px;
    height: 60px;
    color: #0000006e;
    background: #003d1e5f;
    font-size: 18px;
    text-decoration: none;
    margin: 50px;
    display: flex;
    border-radius: 30px;
    align-items: center;
    justify-content: center;
    overflow: hidden; /* Prevent border overflow */
    z-index: 0;
}

.btn2::before,
.btn2::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    box-sizing: border-box;
    border-radius: 30px;
    transition: transform 0.5s ease;
    z-index: -1;
}

.btn2::before {
    border-left: 2px solid #000;
    border-top: 2px solid #000;
    transform: translate(-10px, -10px);
}

.btn2::after {
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: translate(10px, 10px);
}

.btn2:hover::before,
.btn2:hover::after {
    transform: translate(0, 0);
}

.btn2:hover {
    background: transparent;
    color: #000;
}

.btn3 {
    position: relative; /* Needed for pseudo-elements to position correctly */
    width: 200px;
    height: 60px;
    color: #0000006e;
    background: #003d1e5f;
    font-size: 18px;
    text-decoration: none;
    margin: 50px;
    display: flex;
    border-radius: 30px;
    align-items: center;
    justify-content: center;
    overflow: hidden; /* Prevent border overflow */
    z-index: 0;
}

.btn3::before,
.btn3::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    box-sizing: border-box;
    border-radius: 30px;
    transition: transform 0.5s ease;
    z-index: -1;
}

.btn3::before {
    border-left: 2px solid #000;
    border-top: 2px solid #000;
    transform: translate(-10px, -10px);
}

.btn3::after {
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: translate(10px, 10px);
}

.btn3:hover::before,
.btn3:hover::after {
    transform: translate(0, 0);
}

.btn3:hover {
    background: transparent;
    color: #000000;
}


.top-center {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}
.btn4 {
    position: relative;
    width: 200px;
    height: 60px;
    color: #0000006e;
    background: #07af58;
    font-size: 18px;
    text-decoration: none;
    margin: 50px;
    display: flex;
    border-radius: 30px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 0;
}

.top-center {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}


.btn4::before,
.btn4::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    box-sizing: border-box;
    border-radius: 30px;
    transition: transform 0.5s ease;
    z-index: -1;
}


.btn4::before {
    border-left: 2px solid #000;
    border-top: 2px solid #000;
    transform: translate(-10px, -10px);
}

.btn4::after {
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: translate(10px, 10px);
}

.btn4:hover::before,
.btn4:hover::after {
    transform: translate(0, 0);
}

.btn4:hover {
    background: transparent;
    color: #000000;
}


.btn5 {
    position: relative;
    width: 200px;
    height: 60px;
    color: #0000006e;
    background: #07af58;
    font-size: 18px;
    text-decoration: none;
    margin: 50px;
    display: flex;
    border-radius: 30px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 0;
}


.top-center {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}


.btn5::before,
.btn5::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    box-sizing: border-box;
    border-radius: 30px;
    transition: transform 0.5s ease;
    z-index: -1;
}


.btn5::before {
    border-left: 2px solid #000;
    border-top: 2px solid #000;
    transform: translate(-10px, -10px);
}

.btn5::after {
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: translate(10px, 10px);
}

.btn5:hover::before,
.btn5:hover::after {
    transform: translate(0, 0);
}

.btn5:hover {
    background: transparent;
    color: #000000;
}