@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: "poppins", sans-serif;
    box-sizing: border-box;
}

body {
    height: 100vh;
    background: linear-gradient(#0d496c, #57b2d1, #a6a8aa);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile-card {
    height: 595px;
    width: 340px;
    border-radius: 24px;
    box-shadow: 1px 1px 15px #0d496c;
    background: #fff;
    border: 3px solid #0d496c;

}

.profile-card .logo img {
    display: flex;
    margin: auto;
    width: 201px;
    height: 50px;
    margin-top: 15px;
}

.profile-card .logo2 img {
    padding: 0px;
    display: flex;
    margin: auto;
    width: 100px;
    height: 70px;
    margin-top: 10px;

}


.line1 {
    height: 1px;
    width: 280px;
    background: #0d496c;
    box-shadow: 1px 1px 10px #0d496c;
    margin: 10px 0 0 33px;
}

.find {
    color: #57b2d1;
    display: flex;
    justify-content: center;
    font-size: 19px;
    font-weight: 600;
    margin-top: 10px;
    text-transform: capitalize;
}

.icons {
    border-radius: 10px;
    margin: auto;
    margin-top: 7px;
    height: 250px;
    width: 290px;
    background: #fff;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    box-shadow: 1px 1px 8px #0d496c;
    border: 2px solid #0d496c;
  
}




.item3 {
    width: 50px;
    height: 58px;
    display: flex;
    margin: auto;
    margin-left: 25px;
}

.item3 a {
    color: #0d496c;
    text-decoration: none;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 600;
    margin-left: 10px;
}

.item3 a i {
    margin-left: 10px;
    display: flex;
}


.item5{
    width: 50px;
    height: 58px;
    display: flex;
    margin: auto;
    margin-left: 20px;
}

.item5 a{
    color: #0d496c;
    text-decoration: none;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 600;
    margin-left: 10px;
}

.item5 a i {
    margin-left: 4px;
    display: flex;
}


.item4 {
    width: 50px;
    height: 50px;
    display: flex;
    margin: auto;
    margin-left: 20px;

}


.item4 a {
    color: #0d496c;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
}

.item4 a i{
    margin-left: 5px;
}



.item2 {
    height: 50px;
    display: flex;
    margin: auto;
    margin-left: 20px;
}

.item2 a {
    color: #0d496c;
    text-decoration: none;
    font-size: 13px;
    margin-left: 12px;
    text-transform: capitalize;
    font-weight: 600;
}

.item2 a i {
    margin-left: 10px;
    /* display: flex; */
}



.item1 {
    width: 50px;
    height: 50px;
    display: flex;
    margin: auto; 
    margin-left: -8px;  
}

.item1 a {
    color: #0d496c;
    margin-left: 11px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
}

.item1 a i {
    margin-left: 10px;
}


.linkedin {
    width: 50px;
    height: 50px;
    display: flex;
    margin: auto;
    margin-left: 15px;
}

.linkedin a {
    color: #0d496c;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
}

.linkedin a i{
    margin-left: 12px;
}


.insta {
    width: 79px;
    height: 50px;
    display: flex;
    margin: auto;
    margin-left: 15px;
}

.insta a {
    color: #0d496c;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 600;
    margin-left: 10px;
}

.insta a i{
    margin-left: 17px;
}

.x {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-left: -3px;
}

.x a {
    color: #0d496c;
}




.facebook {
    width: 50px;
    height: 50px;
    display: flex;
    margin: auto;
    margin-left: 0px;
}

.facebook a {
    color: #0d496c;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 600;
}

.facebook a i{
    margin-left: 10px;
}



.share-btn {
    position: relative;
    border: none;
    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;
    margin-top: -3px;




}


.share-btn a {
    color: #57b2d1;

}

.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;
    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: 45px;
    margin-top: 20px;

}

.share a{
  text-decoration: none;
}

.share-btn a p{
    font-size: 16px;
}

.share-btn a i{
    margin-left: 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;
    font-size: 25px;
    color: #57b2d1;
    border: none;
    cursor: pointer;
    transition: 0.2s;
    margin-top: -3;
}

#multiActionButton p{
    font-size: 16px;
}

#multiActionButton i{
    margin-left: 7px;
}

.profile-card .share .video-img-cotainer{
    margin-right: 0px;
}

.profile-card .share .video-img-cotainer p{
    text-decoration: none;
    color: #57b2d1;
}

.profile-card .share .vid-img {
    width: 30px;
    margin-left: 10px;
}





.line2 {
    display: flex;
    margin: auto;
    margin-top: 10px;
    height: 1px;
    width: 175px;
    background: #0d496c;
    box-shadow: 1px 1px 10px #0d496c;

}

.profile-card .footer {
    display: flex;
    justify-content: center;
    margin-top: 5px;
    font-size: 11px;
    color: black;
    letter-spacing: 1px;
    font-weight: 700;

}

.profile-card .footer span{
    font-weight: 400;
    text-transform: capitalize;
}

.profile-card .footer a {
    color: black;
    margin-left: 3px;
    text-decoration: none;
    transition: 0.2s;
}

.profile-card .footer a:hover {
    color: #0d496c;
}

