@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "poppins", sans-serif;
}

body {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(#e4001e , #000000 );
}

.profile-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 645px;
    width: 350px;
    background: #fff;
    border-radius: 24px;
    padding: 25px;
    box-shadow: 1px 1px 50px rgb(0, 0, 0);
    position: relative;
    border: solid 3px #e4001e;
}


.profile-card .logo img {
    position: relative;
    height: 70px;
    width: 320px;
    padding: 3px;
    animation: o 2.5s ease 1;
}


.profile-card .logo2 img{
    background-color: #000000;
    position: relative;
    height: 70px;
    width: 274px;
    padding: 3px;
    animation: o 2.5s ease 1;
    padding: 0px 7px 0px 10px;
}

@keyframes x {
    0% {
        opacity: 0;
        translate: 0 -85px;
    }

    100% {
        opacity: 1;
        translate: 0 0;
    }
}

.profile-card .text-data {
    display: flex;
    flex-direction: column;
    align-items: center;
    animation: o 2.5s ease 1;
}

@keyframes o{
    0%{
        opacity: 0;
    }
}


/* @keyframes y {
    0% {
        opacity: 0;
        translate: -50px 0;
    }
} */

.text-data .name {
    font-size: 23px;
    font-weight: 600;
    color: #000000;
}

.text-data .job {
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
    color: #e4001e;

}

.profile-card .line {
    background: #e4001e;
    width: 215px;
    height: 1px;
    margin-top: 10px;
    animation: k 2s ease 1;
    margin-bottom: 10px;
    box-shadow: 1px 1px 6px #e4001e;
}

.profile-card .text-data2 .name {
    display: flex;
    text-transform: capitalize;
    font-size: 23px;
    font-weight: 600;
    color: #000000;
    animation: k 1.5s ease 1;
}

.icons {
    height: 270px;
    margin-top: 20px;
    padding: 10px;
    background: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    box-shadow: 1px 1px 10px #000000;
    width: 315px;
    justify-content: space-around;
    border-radius: 10px;
    animation: k 1.5s ease 1;
    align-content: center;
    border: solid 1px #000000;
}

@keyframes k {
    0% {
        opacity: 0;
        translate: 0 150px;
    }
}

.icons div {
    margin: 15px;
}

p {
    display: flex;
    text-transform: capitalize;
    color: #e4001e;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 12px;
}

a {
    color: #e4001e;
    text-decoration: none;
    cursor: pointer;
    transition: 0.2s;
}


.profile-card .icons .item1 {
    margin-left: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.profile-card .icons .item2{
    margin-top: 20px;
    margin-left: 25px;
   
}

.item2 a i{
    margin-left: 15px;
}

.facebook a i{
    margin-left: 5px;
}


.profile-card .icons .item3 {
    margin-left: 15px;
    width: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.profile-card .icons .item4 {
    margin-left: 55px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.profile-card .icons .item5 {
    margin-top: 22px;
    width: 55px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.profile-card .icons .item6 {
    margin-top: 22px;
    width: 55px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.item7 img{
    width: 40px;
}

.icons .item7{
    margin-right: 40px;
}



#hiddenText {
    display: none;
}

.profile-card .text .find {
    color: #000000;
    margin-top: 10px;
    padding: 10px;
    text-transform: capitalize;
    font-size: 23px;
    font-weight: 600;
    animation: k 1.5s ease 1;
}



.profile-card .social .facebook,
.insta {
    font-size: 30px;
    border-radius: 15px;
    cursor: pointer;
    border: solid 2px #000000;
}

.social {
    margin-top: 10px;
    display: flex;
    width: 300px;
    gap: 40px;
    justify-content: center;
    align-items: center;
    color: #fff;
    animation: k 1.5s ease 1;
}

.share{
    display: flex;
    margin-right: 15px;
    gap: 45px;
}



.share-btn {
    position: relative;
    border: none;
    /* background-color: #fff; */
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 27px;
    padding-top: 2.5px;
    padding-right: 3px;
    cursor: pointer;
    z-index: 2;
    display: flex;
    margin: auto;
    margin-left: 10px;
    margin-top: 10px;
    animation: k 1.5s ease 1;

}

.share-btn a {
    color: #e4001e;
}


.share-options {
    position: absolute;
    bottom: 40%;
    left: 53%;
    width: 65px;
    height: 70px;
    transform-origin: bottom right;
    transform: scale(0);
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    background: rgba(15, 15, 15, 0.5);
    color: #fff;
    padding: 10px;
    font-family: 'roboto';
    transition: .5s;
    transition-delay: .5s;
    ;
}



.share-options.active {
    transform: scale(1);
    transition-delay: 0s;
}

.share-options.active,
.share-options.active,
.share-options.active {
    opacity: 1;
    transition: .5s;
    transition-delay: .5s;
}


           /*Overlay Styling */
           #overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            z-index: 999;
        }

        #closePopupButton{
            
            font-size:17px;
            margin-top:10px;
            }
           
           
            #installPopup {
                display: none;
                padding: 15px  30px;
                width: 80%;
                max-width: 400px;
                border: 1px solid black;
                background: #f9f9f9;
                position: fixed;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                z-index: 1000;
                text-align: center;
                
            }
            
    
            /* Install button styling */
            #multiActionButton {
                display: inline-block;
                padding: 10px 20px;
                font-size: 16px;
                color:#e4001e ;
                /* background-color: #fff; */
                border: none;
                border-radius: 5px;
                cursor: pointer;
                margin-top: 10px;
                animation: k 1.5s ease 1;

            }


          
    


.ve {
    display: flex;
    padding: 5px;
}

.profile-card .line1 {
    background: #e4001e;
    width: 200px;
    height: 1px;
    margin-top: 15px;
    animation: k 1.5s ease 1;
    box-shadow: 1px 1px 6px #e4001e;

}


.profile-card .footer {
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    animation: k 1.5s ease 1;
}

.profile-card .footer a {
    color: #000000;
}