@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: radial-gradient(#f58220, #000);

}

.profile-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 600px;
    width: 350px;
    background-color: #fff;
    border-radius: 24px;
    padding: 25px;
    box-shadow: 1px 1px 30px #000;
    border: solid 3px #f58220;
  
}

.profile-card .logo img {
    width: 160px;
    height: 160px;
}

.profile-card .text-data {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.text-data .name {
    letter-spacing: 1px;
    font-size: 22px;
    font-weight: 600;
    color: #000;
}


.profile-card .line {
    margin: auto;
    background: #f58220;
    width: 200px;
    height: 1px;
    margin-top: 10px;
    box-shadow: 1px 1px 8px #f58220;
}

.profile-card .text-data2 .name {
    margin-top: 15px;
    color: #f58220;
    text-transform: capitalize;
    display: flex;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
   
}

.icons {
    margin: 15px 0 0 0px;
    background-color: #f58220;
    box-shadow: 1px 1px 20px #000;
    height: 200px;
    display: flex;
    justify-content: space-evenly;
    align-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    width: 295px;
    gap: 25px;
    border-radius: 10px;
}

p {
    display: flex;
    text-transform: capitalize;
    color: #000;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 13px;
}

a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    transition: 0.2s;
}



.profile-card .icons .item1 {
    margin-right: 25px;
    margin-left: 45px;
    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-right: 25px;
    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-right: 5px;
  
}

.profile-card .icons .item4 {
    margin-right: 45px;
    margin-left: 49px;
    margin-top: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   
}

.line1{
    margin: auto;
    background: #f58220;
    width: 210px;
    height: 1px;
    margin-top: 20px;
    box-shadow: 1px 1px 8px #f58220;

}


.share{
    gap:50px;
}

.share-btn{
    position: relative;
    border: none;
    background-color: #fff;
    color: #f58220;
    border-radius: 50%;
     width: 30px;
    height: 30px; 
    font-size: 25px;
    padding-top: 2.5px;
    padding-right: 3px;
    cursor: pointer;
    z-index: 2;
    margin-left: 10px;
}

.share-btn a{
    color: #f58220;
}

.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);
    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 .social-media,
.share-options.active {
    opacity: 1;
    transition: .5s;
    transition-delay: .5s;
}


.profile-card .footer {
    display: flex;
    justify-content: center;
    text-transform: capitalize;
    margin-top: 10px;
    font-size: 12px;
    color: #00a0df;
    letter-spacing: 1px;
    font-weight: 600;

}

.profile-card .footer a {
    color: #000;
    margin-left: 3px;
}






  /*#installButton {*/
      
  /*          display: inline-block;*/
  /*          padding: 10px 20px;*/
  /*          font-size: 16px;*/
  /*          color: #f58220;*/
  /*          background-color:#fff;*/
  /*          border: none;*/
  /*          border-radius: 5px;*/
  /*          cursor: pointer;*/
  /*          margin:5px;*/
  /*      }*/
  /*      #iosInstallButton {*/
  /*          display: none;*/
  /*          padding: 10px 20px;*/
  /*          font-size: 16px;*/
  /*          color: #f58220;*/
  /*          background-color: #fff;*/
  /*          border: none;*/
  /*          border-radius: 5px;*/
  /*          cursor: pointer;*/
  /*      }*/
  /*      #iosInstallPrompt {*/
  /*          display: none;*/
  /*          padding: 20px;*/
  /*          width: 90%;*/
  /*          max-width: 500px;*/
  /*          border: 1px solid black;*/
  /*          background: #f9f9f9;*/
  /*          position: fixed;*/
  /*          top: 50%;*/
  /*          left: 50%;*/
  /*          transform: translate(-50%, -50%);*/
  /*          z-index: 1000;*/
  /*          text-align: center;*/
  /*          font-size:15px;*/
  /*      }*/
        
  /*      #ios-p{*/
  /*          margin-bottom:20px;*/
  /*      }*/
        
  /*      #iosInstallPrompt button {*/
  /*        margin-top:25px;*/
  /*        margin-left:105px;*/
  /*        display:flex;*/
  /*        margin:auto;*/
  /*          padding: 5px 15px;*/
  /*          font-size:18px;*/
  /*          background-color:#fff;*/
  /*          border:solid 3px #000;*/
  /*          color:red;*/
  /*          font-weight:600;*/
  /*              border-radius: 10px;*/

  /*      }*/
        
  /*       #iosInstallPrompt p{*/
  /*           color:red;*/
  /*           margin-bottom:10px;*/
  /*           font-size:14px;*/
  /*       }*/
        
        
           /*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;
        }
        
        
          /*Popup Message Styling */
        /*#popupMessage {*/
        /*    display: none;*/
        /*    padding: 20px;*/
        /*    width: 80%;*/
        /*    max-width: 300px;*/
        /*    border: 1px solid black;*/
        /*    background: #f9f9f9;*/
        /*    position: fixed;*/
        /*    top: 50%;*/
        /*    left: 50%;*/
        /*    transform: translate(-50%, -50%);*/
        /*    z-index: 1000;*/
        /*    text-align: center;*/
        /*}*/
        
        /*#popupMessage button {*/
        /*    margin-top: 10px;*/
        /*}*/
        
        
        
        /* .install-button {*/
        /*    display: none; */
        /*    padding: 10px 20px;*/
        /*    font-size: 16px;*/
        /*    color: white;*/
        /*    background-color: blue;*/
        /*    border: none;*/
        /*    border-radius: 5px;*/
        /*    cursor: pointer;*/
        /*    margin: 5px;*/
        /*}*/
        
        #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:#f58220 ;
            background-color: #fff;
            border: none;
            border-radius: 5px;
            cursor: pointer;
        }

