/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.

 
    Created on : May 13, 2025, 9:59:28 AM
    Author     : DELL*/

@media (max-width: 768px) {
    .main{
        padding: 0;
        margin: 0;
    }
    .box{
        padding: 0;
        margin: 0;
    }
    h1{
        text-align: center;
        font-family: monospace;
        font-size: 6vw;
        font-family: 'Poppins', sans-serif;
        font-weight: bolder;
        line-height: 1.6;
        color: #00aeef;
        letter-spacing: 1px;
    }
    .team{
        display: block;
        justify-content: center;
        align-items: center;
        width: 90%;
        padding: 0 5%;
    }
    .profile-card {
        width:90%;
        margin: 5%;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 0px 0px rgba(0,0,0,0.2);
        font-family: Arial, sans-serif;
        background-color: #0f2a57;
    }

    .image-wrapper {
        position: relative;
        background: #ddd;
        padding: 0;
        margin: 0;
    }
    .image-wrapper img {
        width: 100%;
        border: 0;
        padding: 0;
        margin: 0;
        height: auto;
        object-fit: cover;
        display: block;
    }

    .share-btn{
        position: absolute;
        top: 15px;
        right: 15px;
        width: 42px;
        height: 42px;
        background-color: #36c2e0;
        color: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        cursor: pointer;
    }

    .profile-info {
        position: relative;
        padding: 25px 20px;
        text-align: center;
    }
    .profile-overlay{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .profile-info h3 {
        margin: 0;
        color: #fff;
        font-size: 22px;
        line-height: 1.3;
    }
    .profile-overlay h3 {
        margin: 0;
        color: black;
        font-size: 22px;
        line-height: 1.3;
    }

    .profile-info p {
        margin-top: 10px;
        color: #8fa3c7;
        font-size: 16px;
    }
    .social-icons {
        position: absolute;
        top: 65px;
        right: 15px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        opacity: 0;
        pointer-events: none;
        transform: translateX(10px);
        transition: 0.3s ease;
    }
    .image-overlay {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        gap: 10px;
        opacity: 0;
        background-color: #00aeef;
        pointer-events: none;
        transform: translatey(-100%);
        transition: 0.6s ease-in;
        z-index: 0;
    }
    .profile-overlay{
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        gap: 10px;
        opacity: 1;
        background-color: #00aeef;
        pointer-events: none;
        transform: translatex(-100%);
        transition: 0.6s ease-in;
        z-index: 1;
    }
    .profile-card:hover .profile-overlay{
        opacity: 0.4;
        color: black;
        pointer-events: auto;
        transform: translatex(0);
    }
    .profile-card:hover .image-overlay{
        opacity: 0.3;
        pointer-events: auto;
        transform: translatey(0);
    }
    .profile-card:hover .social-icons {
        opacity: 1;
        pointer-events: auto;
        transform: translateX(0);
    }
}
@media (min-width: 768px) {
    .main{
        padding: 0;
        margin: 0;
    }
    .box{
        padding: 0;
        margin: 0;
    }
    
    h1{
        text-align: center;
        font-family: monospace;
        font-size: 3vw;
        font-family: 'Poppins', sans-serif;
        font-weight: bolder;
        line-height: 1.6;
        color: #00aeef;
        letter-spacing: 1px;
    }
    .team{
        display: flex;
        justify-content: center;
        padding: 0 5%;
    }
    .profile-card {
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 8px 20px rgba(0,0,0,0.2);
        font-family: Arial, sans-serif;
        background-color: #0f2a57;
        margin: 1%;
    }

    .image-wrapper {
        position: relative;
        background: #ddd;
    }
    .image-wrapper img {
        width: 100%;
        height: auto;
        object-fit: cover;
        display: block;
    }

    .share-btn{
        position: absolute;
        top: 15px;
        right: 15px;
        width: 42px;
        height: 42px;
        background-color: #36c2e0;
        color: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        cursor: pointer;
    }

    .profile-info {
        position: relative;
        padding: 25px 20px;
        text-align: center;
    }
    .profile-overlay{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .profile-info h3 {
        margin: 0;
        color: #fff;
        font-size: 22px;
        line-height: 1.3;
    }
    .profile-overlay h3 {
        margin: 0;
        color: black;
        font-size: 22px;
        line-height: 1.3;
    }

    .profile-info p {
        margin-top: 10px;
        color: #8fa3c7;
        font-size: 16px;
    }
    .social-icons {
        position: absolute;
        top: 65px;
        right: 15px;
        display: flex;
        flex-direction: column;
        gap: 1px;
        opacity: 0;
        pointer-events: none;
        transform: translateX(10px);
        transition: 0.3s ease;
    }
    .image-overlay {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        gap: 10px;
        opacity: 0;
        background-color: #00aeef;
        pointer-events: none;
        transform: translatey(-100%);
        transition: 0.6s ease-in;
        z-index: 0;
    }
    .profile-overlay{
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        gap: 10px;
        opacity: 1;
        background-color: #00aeef;
        pointer-events: none;
        transform: translatex(-100%);
        transition: 0.6s ease-in;
        z-index: 1;
    }
    .profile-card:hover .profile-overlay{
        opacity: 0.4;
        color: black;
        pointer-events: auto;
        transform: translatex(0);
    }
    .profile-card:hover .image-overlay{
        opacity: 0.3;
        pointer-events: auto;
        transform: translatey(0);
    }
    .profile-card:hover .social-icons {
        opacity: 1;
        pointer-events: auto;
        transform: translateX(0);
    }
}