@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-color: #fe8d06;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile-card {
    height: 620px;
    width: 350px;
    border-radius: 24px;
   border: 3px solid #002c49 ;
    background-color: #fff;
}

.profile-card .logo img {
    margin-top: 20px;
    margin-left: 80px; 
    margin-bottom: 7px;
    width: 205px;
    height: 90px;
}

.profile-card .line {
    margin-left: 45px;
    background: #002c49;
    width: 265px;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 20px;

}

.profile-card .item1 {
    margin-top: 5px;
    height: 55px;
}

.profile-card .item1 img {
    margin-left: 10px;
    height: 50px;
    width: 100px;
}

.profile-card .item1 {
    display: flex;
    justify-content: start;
    align-items: center;

}

.profile-card .item1 .item9 {
    margin-left: 40px;
}

.profile-card .item1 .item9 a {
    color: #fe8d06;
}

.profile-card .item1 .item5 {
    margin-left: 35px;
}

.profile-card .item1 .item5 a {
    color: #fe8d06;
}

.profile-card .item1 p {
    margin-left: 35px;
    font-size: 20px;
    font-weight: 700;
    color: #002c49;
}

.profile-card .item2 {
    margin-top: 25px;
    height: 55px;
}

.profile-card .item2 img {
    margin-left: 10px;
    height: 50px;
    width: 100px;
}

.profile-card .item2 {
    display: flex;
    align-items: center;

}

.profile-card .item2 .item10 {
    margin-left: 40px;
}

.profile-card .item2 .item10 a {
    color: #fe8d06;
}

.profile-card .item2 .item6 {
    margin-left: 37px;
}

.profile-card .item2 .item6 a {
    color: #fe8d06;
}

.profile-card .item2 p {
    margin-left: 35px;
    font-size: 20px;
    font-weight: 700;
    color: #002c49;
}

.profile-card .item3 {
    margin-top: 15px;
    height: 55px;
}

.profile-card .item3 img {
    margin-left: 10px;
    height: 50px;
    width: 100px;

}

.profile-card .item3 {
    display: flex;
    justify-content: start;
    align-items: center;

}

.profile-card .item3 .item11 {
    margin-left: 15px;
}

.profile-card .item3 .item11 a {
    color: #fe8d06;
}

.profile-card .item3 .item7 {
    margin-left: 40px;
}

.profile-card .item3 .item7 a {
    color: #fe8d06;
}

.profile-card .item3 p {
    margin-left: 25px;
    font-size: 15px;
    font-weight: 600;
    color: #002c49;
}

.profile-card .text .find {
    display: flex;
    justify-content: center;
    color: #002c49;
    margin-top: 25px;
    text-transform: capitalize;
    font-size: 19px;
    font-weight: 700;
}

.profile-card .find-us {
    display: flex;
    justify-content:center; 
    gap: 70px;  
}

.profile-card .find-us2 {
    display: flex;
    justify-content: center;
    gap: 60px;
}

.profile-card .social-gym {
    display: flex;
    justify-content: start;
    gap: 10px;
}

.profile-card .find-us .text1 {
    font-size: 21px;
    font-weight: 700;
    color: #fe8d06;
}

.profile-card .social-gym .facebook {
    font-size: 28px;
}

.profile-card .social-gym .facebook a {
    color: #002c49;
}

.profile-card .social-gym .insta {
    font-size: 28px;

}

.profile-card .social-gym .insta a {
    color: #002c49;
}


.profile-card .social-saloon {
    display: flex;
    justify-content: start;
    gap: 10px;
}

.profile-card .find-us .text2 {
    font-size: 21px;
    font-weight: 700;
    color: #fe8d06;
}



.profile-card .social-saloon .facebook2 {
    font-size: 28px;
}

.profile-card .social-saloon .facebook2 a {
    color: #002c49;
}

.profile-card .social-saloon .insta2 {
    font-size: 28px;
}

.profile-card .social-saloon .insta2 a {
    color: #002c49;

}

.profile-card .social-kids {
    display: flex;
    justify-content: start;
    gap: 4px;
}

.profile-card .find-us .text3 {
    font-size: 20px;
    font-weight: 700;
    color: #fe8d06;
}

.profile-card .social-kids .facebook3 {
    font-size: 25px;
}

.profile-card .social-kids .facebook3 a {
    color: #002c49;
}

.profile-card .social-kids .insta3 {
    font-size: 25px;
}

.profile-card .social-kids .insta3 a {
    color: #002c49;
}


.location p {
    font-size: 25px;
    font-weight: 700;
    color: #fe8d06;
}

.location {
    display: flex;
    justify-content: center;
    margin-top: 20px; 
    margin-right: 50px;
    margin-left: 50px;
    border: solid 2px #002c49;
    border-radius: 5px;
    gap: 3px;
}

.location a {
    color: #002c49;
    text-decoration: none;
}

.location .loc-margin  i {
     margin-top: 5px; 
}




.share-btn{
    position: relative;
    border: none;
    background-color: #fff;
    color: #fe8d06;
    border-radius: 50%;
     width: 30px;
    height: 30px; 
    font-size: 25px;
    padding-top: 2.5px;
    padding-right: 3px;
    cursor: pointer;
    z-index: 2;
    display: flex;

}

.share-btn a{
    color: #fe8d06;
    text-decoration: none;
}

.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);
    color: #fff;
    padding: 10px;
    font-family: 'roboto';
    transition: .5s;
    transition-delay: .5s;;
}


.share-options.active{
    transform: scale(1);
    transition-delay: 0s;
}



.share{
     display: flex; 
     justify-content: center;
    margin-right: 10px;
      margin-top: 30px;
    gap: 30px;
   
}


.social-media{
    opacity: 0;
    transition: .5s;
    transition-delay: 0s;
    width: 250px;
    height: 120px;
    display: flex;
    align-items: self-start;
    flex-wrap: wrap;
    margin: 5px 0;
}

.social-media-btn{
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    line-height: 50px;
    font-size: 30px;
    cursor: pointer;
     margin: 0 5px;  
    text-align: center;
}



.social-media .social-media-btn a i{
    color: #fff;

}


.share-options.active ,
.share-options.active .social-media,
.share-options.active {
    opacity: 1;
    transition: .5s;
    transition-delay: .5s;
}


#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:#fe8d06 ;
        background-color: #fff;
        border: none;
        border-radius: 5px;
        cursor: pointer;
    }



.line1{
    height: 1px;
    background-color: #002c49;
    width: 200px;
    margin: auto;
    margin-top:15px;
}

.profile-card .footer {
    display: flex;
    justify-content: center;
    margin-top: 13px;
    word-spacing: 2px;
    font-size: 13px;
    letter-spacing: 1px;
    color: #002c49;
    font-weight: 700;
}

.profile-card .footer a {
    margin-left: 5px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #002c49;
}

.profile-card .footer a:hover{
    text-decoration: underline;
}