.xmgwidth{
    width: 96%;
    margin: 0vw clamp(0px, 2vw , 8.28px);
}
.social-share-img-box{
    margin-top:10px;
}
.text-sub-title-b{
    color:white;
}
.text-main-normal{
    color:var(--text-sub);
}
.mainsharereff{
    margin:0px 0px;
}

.mainshare-img-box{
    width:100%;
}

.mainshare-img-box img{
    width:100%;
}

.mainsharereff-button{
    margin:10px 0px;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* .share-button{
    width: 47vw;
    margin-bottom: 3vw;
    height: 9vw;
    border-radius:3px;
} */

.share-button{
    width: clamp(0px, 47vw, 194.58px);
    margin-bottom: clamp(0px, 3vw, 12.42px);
    cursor: pointer;
}

.share-button img{
    max-width: 100%;
    max-height: 100%;
    height: auto; 
    width: auto;
    display: block;
}

/* .mainsharereff-social-button img{
    width:100%;
    margin:10px 0px;
} */

.mainsharereff-social-button img{
    width:100%;
}

.mainsharereff-video video{
    width:100%;
    margin:10px 0px;
}


/* share page  */
.share-page{
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.share-page .bg{
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: var(--pop-up-bg-layer);
    opacity: 0.7;
}

.share-page .inner-div{
    width: clamp(0px, 75%, 310.5px);
    box-sizing: border-box;
    padding: clamp(0px, 4vw, 16.56px) clamp(0px, 2vw, 8.28px);
    background-color: var(--main-color);
    z-index: 10;
    border-radius: 1vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: clamp(0px, 2vw, 8.28px);
    text-align: center;
    border: clamp(0px, 0.25vw, 1.035px) solid var(--sub-color);
    background-image: var(--pop-up-bg-img);
}

.share-page hr{
    width: 100%;
    height: clamp(0px, 0.25vw, 1.035px);
    margin: 0;
    border: none;
    background-color: var(--sub-color);
}

.share-page .qr{
    width: 55.5%;
    border-radius: clamp(0px, 1vw, 4.14px);
}

.share-page .qr-text{
    padding: 0 clamp(0px, 1vw, 4.14px);
}


.share-page .inner-div2{
    display: flex;
    flex-direction: column;
    gap: clamp(0px, 2vw, 8.28px);
    justify-content: center;
    align-items: center;
}


.share-page .share-item-div{
    width: 80%;
    display: flex;
    flex-direction: column;
    gap: clamp(0px, 1vw, 4.14px);
    cursor: pointer;
}

.share-page .share-item-div img{
    max-width: 100%;
    max-height: 100%;
    height: auto; 
    width: auto;
    border-radius: clamp(0px, 2vw, 8.28px);
}

.share-page .copy-text-div{
    position: relative;
    width: clamp(0px, 56.5vw, 233.91px);
    height: clamp(0px, 9.25vw, 38.295px);
    padding: 0vw clamp(0px, 4vw, 16.56px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: clamp(0px, 5vw, 20.7px);
    border: clamp(0px, 0.25vw, 1.035px) solid var(--sub-color);
    box-sizing: border-box;
    flex-direction: row;
    gap: clamp(0px, 2vw, 8.28px);
}

.share-page .copy-text{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.share-page .copy-icon{
    height: clamp(0px, 5vw, 20.7px);
    display: flex;
    align-items: center;
    flex-shrink: 0;
    cursor: pointer;
}


.share-page .copy-icon svg{ 
    max-width: 100%;
    max-height: 100%;
    height: auto; 
    width: auto;
    display: block;
}

