@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(#bbbbbb,#be9d4d  );
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile-card{
    height: 700px;
    width: 350px;
    border-radius: 24px;
    box-shadow: 1px 1px 25px black;
    background:black;
    border: 2px solid #be9d4d ;
 }

 .profile-card .logo  img {
    margin-top: 5px;
    margin-left: 95px;
    width: 175px;
    height: 140px;
 }

 .profile-card .name{
    color: #fff;
    display: flex;
    justify-content: center;
    font-size: 22px;
    font-weight: 600;
 }

 .line{
    height: 1px;
    width: 220px;
    background: #be9d4d;
    box-shadow: 1px 1px 9px #be9d4d;
    margin-left: 61px;
    margin-top: 5px;
 }

 .text-data .name2{
    color: #fff;
    display: flex;
    justify-content: center;
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 10px;
    letter-spacing: 1px;
 }

 .profile-card .icons{
 margin: 5px 0 0 25px;
    width: 300px;
    height: 190px;
    background: black;
    border: 2px solid #be9d4d;
    border-radius: 10px;
    box-shadow: 1px 1px 10px #be9d4d;
    display: flex;
    flex-wrap: wrap;
 }

 .item1{
    padding: 20px;
    margin-left: 35px;
 }

 .item1 a{
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 14px;
    margin-left: 13px;
    font-weight: 600;
 }

 .item2{
    padding: 20px;
    margin-left: 50px;
 }

 .item2 a{
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
  font-size: 14px;
  margin-left: 13px;
  font-weight: 600;
 }

 .item3{
    padding: 20px;
    margin-left: 20px;
 }

 .item3 a{
    color: #fff;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    margin-left: 23px;
 }

 .item4{
    padding: 20px;
    margin-left: 38px;
 }

 .item4 a{
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 14px;
    margin-left: 13px;
    font-weight: 600;
 }
 
 
 .profile-card .cliq img {
   margin-top: 25px;
   width: 55px;
   cursor: pointer;
}

#hiddenText {
   display: none;
}


 a{
    transition: 0.2s;
 }

 a:hover{
    color: #be9d4d;
}

 .text .find{
    color: #fff;
    display: flex;
    text-transform: capitalize;
    justify-content: center;
    font-size: 17px;
    font-weight: 600;
    margin-top: 10px;
    letter-spacing: 1px;
 }

 .profile-card .social .facebook,.insta{
    font-size: 30px;
    border-radius: 15px;
    cursor: pointer;
    border: #be9d4d solid 2px;
    margin-left: 50px;
    margin-top: 5px;
}

.social .facebook a{
    color: #fff;
    text-decoration: none;
}

.social .insta a{
    color: #fff;
    text-decoration: none;
}


.social{
    margin-top: 10px;
    display: flex;
    width: 300px; 
    justify-content: space-evenly;
    align-items: center;
    color: #fff;
    gap: 15px;
}

.ve{
    display: flex;
    padding: 5px;
} 

.line2{
   display: flex;
  margin: auto;
    height: 1px;
    width: 180px;
    background:#be9d4d ;
    box-shadow: 1px 1px 10px #be9d4d;
    margin-top: 15px;

}


.profile-card .buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 10px;
    margin-bottom:10px;
    background:#000;


}

.buttons .button {
    letter-spacing: 1px;
    text-transform: capitalize;
    padding: 5px 16px;
    margin: 20px 15px 0px;
    color: #be9d4d;
    font-size: 13px;
    font-weight: 700;
    border-radius: 24px;
    border: solid 2px #be9d4d;
    cursor: pointer;
}

.buttons .button a{
    color: #be9d4d;
    text-decoration: none;
}

.share-btn{
   position: relative;
   border: none;
   background-color: #000;
   color: #000;
   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;
   margin-top: 18PX;
}


.share-btn a{
   color: #be9d4d;
 
}

.share-options{
   position: absolute;
   bottom: 20%;
   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);
   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 .social-media,
.share-options.active {
   opacity: 1;
   transition: .5s;
   transition-delay: .5s;
}

.share{
    display: flex; 
    justify-content: center;
   gap: 30px;
}

#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 10px;
        font-size: 25px;
        color:#be9d4d ;
        background-color:#000;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        margin-top: 20px;
        transition: 0.2s;
    }

 footer .footer{
    letter-spacing: 1px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin-top: 7px;
}

footer .footer a{
    color: #fff;
    text-decoration: none;
    transition: 0.2s;
}

footer .footer a:hover{
    color: #be9d4d;
}
