@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(#0099CC , #0171B9);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile-card {
    height: 780px;
    width: 340px;
    border-radius: 24px;
    box-shadow: 1px 1px 15px #0099CC ;
    background: #fff;
    border: 3px solid #0171B9  ;

}

.profile-card .logo img {
    padding: 0px;
    display: flex;
    margin: auto;
    width: 276px;
    height: 70px;
    margin-top: 10px;
    margin-bottom: 5px;
    /* animation: x 2s ease 1; */
}


@keyframes x {
    0% {
        opacity: 0;
        translate: 0 -100px;

    }

    100% {
        opacity: 1;
        translate: 0 0;
    }
}


.line1 {
    height: 1px;
    width: 200px;
    background: #0171B9;
    box-shadow: 1px 1px 10px #0171B9;
    margin: auto;
    /* animation: y 2s ease 1; */
}


.profile-card .text-data {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* animation: y 2s ease 1; */
}

@keyframes y {
    0% {
        opacity: 0;
        translate: -170px 0;
    }
}

.text-data .name1 {
    margin-top: 5px;
    font-size: 19px;
    font-weight: 600;
    color: #0171B9;
}

.icons1 {
    border-radius: 10px;
    margin: auto;
    margin-top: 7px;
    height: 55px;
    width: 235px;
    background: #fff;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    box-shadow: 1px 1px 8px #0171B9;
    border: 2px solid #0099CC;
    gap: 20px;
  margin-bottom: 15px;
}




.item3 {
    width: 50px;
    height: 58px;
    justify-content: center;
    display: flex;
    margin-top: 1px;
}

.item3 a {
    color: #0171B9;
    text-decoration: none;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 600;
    margin-left: 10px;
}

.item3 a i {
    justify-content: center;
    display: flex;
}

.item3 a p{
    font-size: 11px;
}



.item3l {
    width: 45px;
    height: 58px;
    justify-content: center;
    display: flex;
    margin-top: 4px;
}

.item3l a {
    color: #0171B9;
    text-decoration: none;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 600;
}

.item3l a i {
    justify-content: center;
    display: flex;
}

.item3l a p{
    font-size: 11px;
}





.item5{
    width: 50px;
    height: 58px;
    justify-content: center;
    display: flex;
    margin-top: 3px;
}

.item5 a{
    color: #0171B9;
    text-decoration: none;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 600;
    /* margin-left: 10px; */
}

.item5 a i {
    justify-content: center;
    display: flex;
}

.item5 a p{
    font-size: 11px;
}



.line3 {
    height: 1px;
    width: 140px;
    background: #0171B9;
    box-shadow: 1px 1px 10px #0171B9;
    margin: auto;
    /* animation: y 2s ease 1; */
}


.icons{
  border-radius: 10px;
  margin: auto;
  margin-top: 15px;
  /* height: 150px; */              /* better with grid */
  width: 270px;
  background: #fff;

  /* ✅ change from flex to grid */
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 columns */
  grid-template-rows: repeat(3, auto);   /* 3 rows */
  gap: 10px 10px;                        /* spacing between icons */
  place-items: center;                   /* center items in each cell */
  padding: 10px;                         /* inner spacing */

  box-shadow: 1px 1px 8px #0171B9;
  border: 2px solid #0099CC;
  /* animation: k 1.5s ease 1; */
}


@keyframes k {
    0% {
        opacity: 0;
        translate: 0 150px;

    }
}


.item1 {
    display: flex;
    margin: auto;
}

.item1 a {
    color: #0171B9;
    text-decoration: none;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 600;
}

.item1 a i {
    margin-left: 5px;
    display: flex;
}


/* .item5{
    width: 50px;
    height: 58px;
    display: flex;
    margin: auto;
    margin-left: 35px;
}

.item5 a{
    color: #1a3e72;
    text-decoration: none;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 600;
    margin-left: 10px;
}

.item5 a i {
    margin-left: 4px;
    display: flex;
} */


/* .item6{
    width: 50px;
    height: 58px;
    display: flex;
    margin: auto;
    margin-left: 20px;
}

.item6 a{
    color: #1a3e72;
    text-decoration: none;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 600;
    margin-left: 10px;
}

.item6 a i {
    margin-left: 9px;
    display: flex;
} */



.item4 {
    display: flex;
    margin: auto;
}


.item4 a {
    color: #0171B9;
    text-decoration: none;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 600;
}

.item4 a i{
    margin-left: 4px;
    display: flex;
}



/* .item2 {
    height: 50px;
    display: flex;
    margin: auto;
    margin-left: 14px;
}

.item2 a {
    color: #d64c27;
    text-decoration: none;
    font-size: 13px;
    margin-left: 4px;
    text-transform: capitalize;
    font-weight: 600;
}

.item2 a i {
    margin-left: 12px;
    display: flex;
} */



.location {
    display: flex;
    margin: auto;
}

.location a {
    color: #0171B9;
    text-decoration: none;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 600;
}

.location a i{
    margin-left: 10px;
    display: flex;
}

/* .x {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-left: -3px;
}

.x a {
    color: #1a3e72;
} */


.website {
    display: flex;
    align-self: center;
}

.website a {
    color: #0171B9;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 600;
}

.website a i{
    margin-left: 11px;
}










.facebook {
    display: flex;
    align-self: center;
}

.facebook a {
    color: #0171B9;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 600;
}

.facebook a i{
    margin-left: 11px;
}




.instagram {
    display: flex;
    align-self: center;
    margin-top: 2px;
}

.instagram a {
    color: #0171B9;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 600;
}

.instagram a i{
    margin-left: 17px;
}


.profile-card .icons .vid-button{
  
    margin: auto;
}


.vid-button a{
    color: #0171B9;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
}





.profile-card .icons .vid-img {
    margin-top: 10px;
    width: 29px;
    margin-left: 7px;
}


.profile-card .icons .photo-button{
    margin: auto;
}

.photo-button a{
    color: #0171B9;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 600; 
}

.photo-button a i{
    margin-left: 5px;
}




body.noscroll {
    overflow: hidden;
}
.overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index:10;
}
.overlay img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 10px;
}
.overlay.show {
    visibility: visible;
    opacity: 1;
}

.qricon{
cursor: pointer;
font-size: 30px;
color: #0171B9;
margin-top: -21px;
}

.qricon i{
   margin-left: 7px;

}


.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;
    display: flex;
    justify-content: center;
    margin-top: -3px;




}


.share-btn a {
    color: #0171B9;

}

.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;
    /* animation: k 1.5s ease 1; */

}

.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: #0171B9;
    border: none;
    cursor: pointer;
    transition: 0.2s;
    margin-top: -1px;
}

#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: #1a3e72;
}

.profile-card .share .vid-img {
    width: 30px;
    margin-left: 10px;
}





.line2 {
    display: flex;
    margin: auto;
    margin-top: 10px;
    height: 1px;
    width: 175px;
    background: #0171B9;
    box-shadow: 1px 1px 10px #0171B9;
    /* animation: k 1.5s ease 1; */
}

.profile-card .footer {
    display: flex;
    justify-content: center;
    margin-top: 5px;
    font-size: 11px;
    color: black;
    letter-spacing: 1px;
    font-weight: 600;
    /* animation: k 1.5s ease 1; */

}


.profile-card .footer a {
    color: black;
    margin-left: 3px;
    text-decoration: none;
    transition: 0.2s;
}

.profile-card .footer a:hover {
    color: #0099CC;
}

