@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: "Cairo", sans-serif;
    box-sizing: border-box;
}

body {
    height: 100vh;
    background: #cc1b1b;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile-card {
    height: 690px;
    width: 350px;
    border-radius: 24px;
    box-shadow: 1px 1px 35px black;
    background: #fff;
    border: 3px solid #cc1b1b;
}

.profile-card .logo img {
    margin-top: 3px;
    margin-left: 110px;
    width: 140px;
    height: 120px;
}

.profile-card .p1 {
    margin-left: 90px;
    font-weight: 700;
    font-size: 18px;
    color: #cc1b1b;
}

.find-us2 .social-menu p a {
    color: #cc1b1b;
    text-decoration: none;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    border: 2px solid #fcab3f;
    padding: 0px 10px;
    border-radius: 10px;
    background: #fcab3f;
    border-radius: 24px;
    box-shadow: 1px 1px 5px #444244;
}

.find-us2 .social-menu {
    display: flex;
    justify-content: start;
    gap: 90px;
    margin-top: 5px;

}

.profile-card .line {
    margin-top: 15px;
    margin-left: 50px;
    background: #fcab3f;
    width: 260px;
    height: 1px;
    box-shadow: 1px 1px 8px #fcab3f;
}

.profile-card .item1 {
    margin-top: 5px;
    height: 40px;
}


.profile-card .item1 {
    display: flex;
    justify-content: start;
    align-items: center;

}

.profile-card .item1 .item13 {
    margin-left: 15px;

}

.profile-card .item1 .item13 a i {
    color: #cc1b1b;
}

.profile-card .item1 .item9 {
    margin-left: 35px;

}

.profile-card .item1 .item9 a {
    color: green;
}

.profile-card .item1 .item5 {
    margin-left: 20px;

}

.profile-card .item1 .item5 a {
    color: #444244;
}

.profile-card .item1 p {
    margin-left: 70px;
    font-size: 16px;
    font-weight: 600;
    color: #444244;
}

.profile-card .item2 {
    height: 45px;
}


.profile-card .item2 {
    display: flex;
    align-items: center;

}

.profile-card .item2 .item14 {
    margin-left: 15px;
}

.profile-card .item2 .item14 a i {
    color: #cc1b1b;
}

.profile-card .item2 .item10 {
    margin-left: 35px;
}

.profile-card .item2 .item10 a {
    color: green;
}

.profile-card .item2 .item6 {
    margin-left: 20px;
}

.profile-card .item2 .item6 a {
    color: #444244;
}

.profile-card .item2 p {
    margin-left: 60px;
    font-size: 16px;
    font-weight: 600;
    color: #444244;
}

.profile-card .item3 {
    height: 35px;
}


.profile-card .item3 {
    display: flex;
    justify-content: start;
    align-items: center;

}

.profile-card .item3 .item15 {
    margin-left: 12px;
}

.profile-card .item3 .item15 a i {
    color: #cc1b1b;
}

.profile-card .item3 .item11 {
    margin-left: 35px;
}

.profile-card .item3 .item11 a {
    color: green;
}

.profile-card .item3 .item7 {
    margin-left: 25px;
}

.profile-card .item3 .item7 a {
    color: #444244;
}

.profile-card .item3 p {
    margin-left: 12px;
    font-size: 16px;
    font-weight: 600;
    color: #444244;
}

.profile-card .item4 {
    height: 45px;
}



.profile-card .item4 {
    display: flex;
    justify-content: start;
    align-items: center;
}

.profile-card .item4 .item16 {
    margin-left: 12px;
}

.profile-card .item4 .item16 a i {
    color: #cc1b1b;
}

.profile-card .item4 .item12 {
    margin-left: 34px;
}

.profile-card .item4 .item12 a {
    color: green;
}

.profile-card .item4 .item8 {
    margin-left: 25px;
}

.profile-card .item4 .item8 a {
    color: #444244;
}

.profile-card .item4 p {
    margin-left: 75px;
    font-size: 17px;
    font-weight: 600;
    color: #444244;
}

.profile-card .line1 {
    margin-top: 5px;
    margin-left: 50px;
    background: #fcab3f;
    width: 260px;
    height: 1px;
    box-shadow: 1px 1px 8px #fcab3f;

}

.profile-card .text .find {
    display: flex;
    justify-content: center;
    color: #cc1b1b;
    margin-top: 1px;
    text-transform: capitalize;
    font-size: 19px;
    font-weight: 650;
}

.profile-card .find-us {
    display: flex;
    justify-content: center;
    gap: 65px;
}

.profile-card .find-us2 {
    display: flex;
    justify-content: space-evenly;
    gap: 15px;

}


.profile-card .social-gym {
    display: flex;
    justify-content: start;
}

.profile-card .social-gym .facebook {
    font-size: 30px;
}

.profile-card .social-gym .facebook a {
    text-decoration: none;
    color: #fcab3f;
    transition: 0.2s;
}



.profile-card .social-gym .insta {
    font-size: 30px;
}

.profile-card .social-gym .insta a {
    text-decoration: none;
    color: #fcab3f;
    transition: 0.2s;
    margin-right: 15px;
}

.share-btn{
    position: absolute;
    border: none;
    color: #fcab3f;
    border-radius: 50%;
     width: 30px;
    height: 30px; 
    font-size: 25px;
    padding-top: 2.5px;
    padding-right: 3px;
    cursor: pointer;
    z-index: 2;
    display: flex;
    margin: auto;
    margin-left: 5px;

}

.share-btn a{
    color: #fcab3f;
}

.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);
    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{
    margin-top: 10px;
    display: flex;
    justify-content: space-around;
    margin-left: 10px;
    gap: 30px;
}



.profile-card .social-saloon {
    display: flex;
    justify-content: center;
}

.profile-card .find-us .text1 {
    font-size: 20px;
    font-weight: 600;
    color: #cc1b1b;
    margin-left: 15px;
}

.profile-card .find-us .text2 {
    font-size: 20px;
    font-weight: 600;
    color: #cc1b1b;
}



.profile-card .social-saloon .facebook2 {
    font-size: 30px;
}

.profile-card .social-saloon .facebook2 a {
    text-decoration: none;
    color: #fcab3f;
    transition: 0.2s;
    margin-left: 30px;
}



.profile-card .social-saloon .insta2 {
    font-size: 30px;
}

.profile-card .social-saloon .insta2 a {
    text-decoration: none;
    color: #fcab3f;
    transition: 0.2s;

}


.ve {
    display: flex;
    padding: 5px;
}



.profile-card .cliq img {
    margin-top: 10px;
    width: 50px;
    cursor: pointer;
}

.profile-card .cliq{
    border-radius: 5px;
    padding: 1px 5px 5px 5px; 
}


#hiddenText {
    display: none;
}

.profile-card .buttons {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 10px;
    margin-top: 5px;


}


#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: 16px;
        color:#fcab3f ;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        margin-top:13px ;
    }



.buttons .button {
    letter-spacing: 1px;
    text-transform: capitalize;
    padding: 1px 10px;
    margin: 10px 15px 0px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 24px;
    border: solid 2px #fcab3f;
    cursor: pointer;
    background: #fcab3f;
    box-shadow: 1px 1px 10px #444244;
}

.buttons .button a {
    color: #cc1b1b;
    text-decoration: none;

}



.profile-card .footer {
    display: flex;
    justify-content: center;
    margin-top: 5px;
    word-spacing: 2px;
    font-size: 12px;
    letter-spacing: 1px;
    color: #444244;
    font-weight: 700;
}

.profile-card .footer a {
    color: #000;
    margin-left: 3px;
    text-decoration: none;
    transition: 0.2s;
    font-weight: 700;
}
