@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;
    background:linear-gradient(#467527,#ea9f06);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile-card{
    height: 610px;
    width: 350px;
    border-radius: 24px;
    box-shadow: 1px 1px 30px black;
    background:#fff;
    border: solid 3px #467527;

 }

 .profile-card .logo  img {
    margin-top: 10px;
    margin-left: 100px;
    width: 160px;
    height: 90px;
 }

 .profile-card .line {
    margin-top: 10px;
    margin-left: 39px;
    background: #467527;
    width: 240px;
    height: 1px;
}

.profile-card .text-data .name2 {
    color: #ea9f06 ;
    text-transform: capitalize;
    display: flex;
    justify-content: center;
    margin-left: 5px;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 10px;
}

.icons {
    margin: 10px 0 0 25px;
    background-color: #fff;
    box-shadow: 1px 1px 15px #000;
    height: 195px;
    display: flex;
    justify-content: space-evenly;
    align-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    width: 300px;
    gap: 25px;
    border-radius: 10px;
    border: solid 2px #ea9f06;

}

p {
    display: flex;
    text-transform: capitalize;
    color: #467527;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 15px;
}

a {
    color: #467527;
    text-decoration: none;
    cursor: pointer;
    transition: 0.2s;
}



.profile-card .icons .item1 {
    margin-left: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.icons .item1 a i {
    display: flex;
    justify-content: center;
}

.profile-card .icons .item2 {
    margin-left: 50px;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}



.profile-card .icons .item3 {
   
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -1px;
}

.profile-card .icons .item4{
    margin-left: 15px;
}

.profile-card .icons .item4 i{
    margin-left: 15px;
}

.profile-card .text .find {
    display: flex;
    justify-content: center;
    color: #ea9f06;
    text-transform: capitalize;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 15px 0 10px;
    margin-left: 5px;
}

.profile-card .social .facebook {
    font-size: 30px;
    border-radius: 15px;
    cursor: pointer;
    border: #467527 solid 2px;
    margin-left: 45px;
     margin-right: 10px;
}

.profile-card .social .insta{
    font-size: 30px;
    border-radius: 15px;
    cursor: pointer;
     border: #467527 solid 2px; 
    margin-left: 35px;
}

.social {
    margin-top: 5px;
    display: flex;
    width: 300px;
    justify-content: space-evenly;
    align-items: center;
    color: #ea9f06;
}

.profile-card .social .insta a i {
    color:#ea9f06;
}


.profile-card .social .facebook a i{
    color: #ea9f06;
}


.ve {
    display: flex;
    padding: 5px;
}

.profile-card .buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 10px;
    margin-bottom:10px;
    background:#fff;


}

.buttons .button {
    letter-spacing: 1px;
    text-transform: capitalize;
    padding: 5px 13px;
    margin: 10px 12px 0px;
    font-size: 13px;
    font-weight: 700;
    border-radius: 24px;
    border: solid 2px #467527;
    cursor: pointer;
    background-color: #fff;
    margin-left: 17px;
}

.profile-card .buttons .button .tdt{
    color: #ea9f06;
}

.share-btn {
    position: relative;
    border: none;
    background-color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 25px;
    padding-top: 2.5px;
    padding-right: 3px;
    cursor: pointer;
    z-index: 2;
    display: flex;
    justify-content: center;

}

.share-btn a {
    color: #ea9f06;
}

.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;
}


.share{
    display: flex; 
    justify-content: center;
   /*margin-right: 10px;*/
   gap: 30px;
   margin-top: 10px;
  
}

#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;
        padding: 0px 15px;
        font-size: 25px;
        color:#ea9f06 ;
        background-color: #fff;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        margin-top: 3px;
    }



.profile-card .footer {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    font-size: 12px;
    letter-spacing: 1px;
     font-weight: 600;

}

.profile-card .footer a {
    color: #000;
    margin-left: 3px;
}

.profile-card .footer a:hover {
    color: #ea9f06;
}




