* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "poppins", sans-serif;
    color: #D1B293;
}


.card_box {

    display: flex;

    justify-content: center;

    align-items: center;

    /*padding-top: 30px;*/

    /*padding-bottom: 30px;*/
}

.card_bg_box {
    background: #440A19;
    width: 500px;
    margin: 0 auto;
    padding-top: 36px;
    border-top: 10px solid;
}

.card_img {
    text-align: center;
    padding: 0px 21px;
}

.card_img .tanya_img {
    border-radius: 50%;
}

.card_img h2 {
    font-size: 16px;
    font-weight: 500;

    color: #D1B293;
    margin-top: 7px;
    margin-bottom: 7px;
}

.card_img .title_card {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 7px;
    color: white;
}

.hr {
    border: 1px solid #D1B293;
    margin-bottom: 7px;
    margin-top: 7px;
}

.card_info {
    text-align: center;
    margin-top: 20px;

}

.social-icons {
    display: flex;
    justify-content: center;
    column-gap: 26px;
    flex-wrap: wrap;
    row-gap: 19px;
}

.social-icons a {
    border: 2px solid;
    padding: 3px 5px;
    border-radius: 19px;
    width: 34px;
    transition: all 0.5s ease-in-out;
    height: 34px;
    cursor:pointer;
}

.social-icons a:hover {
    background: #b07c4f;

}

.social-icons i {
    transition: all 0.5s ease-in-out;
}

.social-icons a:hover i {
    color: #440A19;
}

.card_info i {
    background: white;
    padding: 7px 6px;
    width: 30px;
    height: 30px;
    margin-bottom: 9px;
    color: #440A19;
    border-radius: 30px;
    cursor:pointer;
}

.card_info p {
    margin-bottom: 9px;
}

.card_contact {
    position: relative;
}

.heart_fill {
    background: white;
    width: 45px;
    height: 45px;
    padding: 13px 0px;
    border-radius: 50px;
    position: absolute;
   top: 50%; 
   left: 50%; 
   transform: translate(-50%, -50%);
    margin: 0 auto;
}

.save-btn {
    background: #D1B293;
    color: white;
    padding: 7px 21px;
    border: none;
    margin-top: 30px;
    border-radius: 50px;
    align-items: center;
    display: flex;
    transition: all 0.5s ease-in-out;
    margin: 33px auto;
    gap: 4px;
    cursor:pointer;
}
.save-btn:hover {
    color:#440A19;
    transform: scale(1.1);
}

.save-btn i {
   color: white;
    font-size: 21px;
    transition: all 0.5s ease-in-out;
}

.save-btn:hover i {
    color:#440A19;
}


.foot {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #d2ab84;
    padding: 15px;
    color: white;

}

.foot_tab:hover {
    background-color: #440A19;
    transform: scale(1.1);
}

.foot_tab {

    padding: 9px 9px;
    border-radius: 74px;
    transition: all 0.5s ease-in-out;
    width: 50px;
    height: 50px;

}

/* Active Tab */
.foot_tab.active {
    background-color: #440A19;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 9px 9px;
    border-radius: 74px;
    width: 50px;
    height: 50px;
}

.foot_icon i {
    transition: all 0.5s ease-in-out;
    line-height: 0;

}



.foot i {
    color: white;
    font-size: 30px;
}

.foot_double i {
    font-size: 40px;
}

.foot p,
.foot span {
    color: white;
}

.footer-note {
    text-align: center;
    padding: 3px 19px;
    display: flex;
    align-items: center !important;
    justify-content: center;
    background: white;
    box-shadow: 0px 2px 8px -3px #00000033;
}

.footer-note p {
    line-height: 1.5;
    font-size: 18px;
    color: #555;
    text-align: center !important;
}

.footer-note a {
    color: #555;
    text-decoration: underline;

}

.footer-note a:hover {
    color: black;
}

.footer-heart {
    color: red;
}

.tab-content {
    padding: 20px;
    display: none;
}

.tab-content.active {
    display: block;
}

#st-2.st-has-labels .st-btn:hover {
    width:48px!important;
}

.st-label{
    display:none!important;
}

#st-2 .st-toggle{
    display:none!important;
}

 #st-2.st-right {
   
    top:40%;
   
}

@media (max-width: 1024px) {
    #st-2 {
        bottom: 0;
        display: flex;
         left:unset !important; 
        right: 0;
        top: auto;
        width: 45px !important;
    }
}

#st-2 .st-btn[data-network='sharethis'] {
    background-color: #D1B293 !important;
}

