/* *************************** card **************************  */
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

body {
    font-family: sans-serif;
    
}

.call-list img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    /* border: 1px solid; */
    /* background: radial-gradient(934px at 6% 39.5%, rgb(255, 35, 90) 0.2%, rgb(255, 35, 144) 54.8%, rgb(250, 99, 160) 93.4%); */
    background: linear-gradient(to right, #ffffff, #ffffff);
    /* padding: 5px; */
}

.img-outer-boder {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #10a6f5;
    /* border: 1px solid #d65576; */
    box-shadow: rgba(255, 255, 255, 0.24) 0px 3px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-image: linear-gradient(-90deg, #10a6f5, #fd93d4); */
    /* background-image: linear-gradient(-90deg, #ab9afe, #8979f8); */
    /* background-color: #8979f8; */
}

.img-outer-boder-1 {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    /* border: 1px solid #FF00FF; */
    /* border: 1px solid #d65576; */
    box-shadow: rgba(255, 131, 208, 0.24) 0px 3px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(-90deg, #10a6f5, #fd93d4);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

/* .img-outer-boder-2{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #FF00FF;
    border: 1px solid #d65576;
    box-shadow: rgba(255, 131, 208, 0.24) 0px 3px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(-90deg, #ab9afe, #8979f8);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
} */
.img-outer-boder-3 {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    /* border: 1px solid #FF00FF; */
    /* border: 1px solid #d65576; */
    box-shadow: rgba(255, 131, 208, 0.24) 0px 3px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(-90deg, #10a6f5, #fd93d4);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.btn-1 {
    /* background: radial-gradient(934px at 6% 39.5%, rgb(255, 35, 90) 0.2%, rgb(255, 35, 144) 54.8%, rgb(250, 99, 160) 93.4%); */
    background-color: #ffa6e9;
    color: #ffff;
    padding: 3px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 5px;
    /* width: 100%; */
}

.call-list {
    box-shadow: rgb(255 157 251 / 100%) 2px 4px 8px;
    background-color: #ffffff;
    width: 35%;
    min-height: 171px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 5px;
}

.img-outer-boder {
    margin-left: 6px;
}

.main-friend-club .row .caption h6 {
    margin-top: 5px;
    color: #fff;
}

.caption h6 span img {
    width: 15px;
    height: 15px;
    background: #ffff;
}

.caption i {
    font-size: 10px;
    color: green;
}

.padding2 {
    padding: 15px;
    background: rgb(36, 36, 46);
}

/* *************************** card end **************************  */


/* *************************** footer banner **************************  */
.btn-2 {
    border: 1px solid white;
    border-radius: 5px;
    padding: 3px;
    background-image: linear-gradient(to bottom, #10a6f5, #fd93d4);
    color: #ffff;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    /* font-family: Arial, Helvetica, sans-serif; */
}

.footer-banneer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
    border-radius: 10px;
}

.footer-banneer h5 {
    color: #000000;
}

.footer-banneer h6 {
    color: #ffff;
}

/* *************************** footer banner end **************************  */


/* *************************** calling page **************************  */
.phone-container {
    background: linear-gradient(to bottom, #10a6f5, #10a6f5);
    /* background: rgb(251, 89, 81);
    background: linear-gradient(90deg, rgba(251, 89, 81, 1) 0%, rgba(244, 77, 56, 0.9977240896358543) 0%, rgba(226, 94, 71, 0.9977240896358543) 0%, rgba(135, 40, 0, 1) 100%); */
    height: 100vh;
    padding-top: 50px;
}

/*  */
.phone-container {
    display: flex;
    justify-content: center;
    /* align-items: center; */

}

.stopwatch-container {
    /* background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); */
    overflow: hidden;
    text-align: center;
    /* padding: 20px; */
    color: #fff;
}

.time-display {
    font-size: 17px;
    margin-bottom: 20px;
}

.control-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.control-button {
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.start-button {
    background-color: #2ecc71;
    color: #fff;
}

.stop-button {
    background-color: #e74c3c;
    color: #fff;
}

.reset-button {
    background-color: #3498db;
    color: #fff;
}

.calling-header h5 {
    color: #fff;
}

.calling-add-money span {
    background-color: #fff;
    padding: 7px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 10px;
    color: rgb(163, 153, 153);
    font-family: Arial, Helvetica, sans-serif;
}

.calling-person-img {
    box-shadow: rgba(0, 0, 0, 0.374) 1.95px 1.95px 2.6px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(214, 203, 203, 0.447);
}

.calling-person-img img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    /* margin-top: 20px; */
}

.calling-mic {
    display: flex;
    justify-content: space-around;
    margin-top: 25px;
}

.calling-mic div {
    /* border: 1px solid; */
    padding: 7px;
    width: 48px;
    background-color: #fff;
    border-radius: 10px;
}

.hangup-btn img {
    width: 40px;
}

.hangup-btn {
    position: absolute;
    left: 20%;
    margin-top: 20px;
    border: none;
    width: 60%;
    border-radius: 10px;
}

@media screen and (min-width: 912px) {
    .hangup-btn {
        left: 184px;
    }
}

/* *************************** calling page end **************************  */












/* *************************** frieds page  **************************  */
/* home page card css */
.friend-call-details img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    /* border: 1px solid; */
    /* background: radial-gradient(934px at 6% 39.5%, rgb(255, 35, 90) 0.2%, rgb(255, 35, 144) 54.8%, rgb(250, 99, 160) 93.4%); */
    /* padding: 5px; */
}

.img-outer-boder {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color:#8979f8 */
}

.friend-call-details {
    /* border: 1px solid pink; */
    /* width: 35%; */
    min-height: 126px;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    text-align: center;
    border-radius: 5px;
}

.main-friend-club {
    background: #fff;
}

.main-friend-club .img-outer-boder {
    margin-left: 0;
}

.caption h6 {
    margin-top: 1px;
}

.caption h6 span img {
    width: 15px;
    height: 15px;
    background: #ffff;
}

/* .caption i {
    padding: 0;
    font-size: 9px;
    color: #10a6f5;
} */

.caption i {
    padding: 0;
    font-size: 14px;
    color: #10a6f5;
}

/* .friend-btns{
        display: flex;
        gap: 15px;
    } */
/*  */
/* .friend-btns a{
        background: -webkit-linear-gradient(bottom, #10a6f5, #ff90d2);
        padding: 7px;
        font-size: 11px;
        text-decoration: none;
        color: #ffffff;
        font-weight: 400;
        border-radius: 2px;
        /* width: 50px; */
.dot {
    height: 6px;
    width: 6px;
    background-color: green;
    border-radius: 50%;
    display: inline-block;
}

.language span {
    color: #808080;
    /* padding: 7px; */
    font-weight: 500;
    font-size: 13px;
}

.language {
    margin-top: 7px;
    /* font-size: 10px; */
    /* padding-top: 5px;
        padding-bottom: 5px; */
}

.friends-call-btn {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    /* gap: 58px; */
}
.friends-call-btn i{
    color: red !important;
}
.friends-call-btn a {
    /* color: #fff; */
    text-decoration: none;
    padding: 2px;
    border: 1px solid linear-gradient(-90deg, #10a6f5, #fd93d4);
    padding-left: 7px;
    padding-right: 7px;
    font-size: 14px;
    /* border: 1px solid; */
    border-radius: 3px;
    /* background: linear-gradient(to bottom, #ffa6e9 , #ffcbd7);
        border: 1px solid #ffb4fb;
        color: #fff;  */
}

.friend-play {
    color: #ffffff;
    border: 1px solid #ffffff;
    /* background: linear-gradient(to bottom, #10a6f5, #10a6f5); */
}

.friend-calls a {
    color: #ffff;
}

.main-friend-club .row .online{
    font-size: 18px;
    color: #fff;
}
.main-friend-club .row span{
    color: #fff !important;
    font-size: 19px !important;
}
.main-friend-club h6{
    color: #fff !important;
    /* font-size: 16px !important; */
}
.btn-3 {
    /* background: #fff6fda3; */
    border: 1px solid #10a6f5;
    /* color: #fff;  */

    color: #10a6f5;
    font-weight: 500;
}

.btn-4 {
    /* background: #fff6fda3; */
    /* border: 1px solid #10a6f5; */
    /* color: #fff;  */

    line-height: 1;
    border: none !important;
    color: #10a6f5;
    font-weight: 500;
    font-size: 22px !important;
}



.margin-bottom-30 {
    margin-bottom: 30px;
}

.main-friend-club .col-3 {
    padding: 5px;
}

.main-friend-club .col-9 {
    padding: 5px;
}


.bg-shadow {
    background: rgba(252, 241, 241, 0.571);
}

.btn {
    background: linear-gradient(to bottom, #10a6f5, #10a6f5);
    /* background-image: linear-gradient(to bottom, #10a6f5, #fd93d4); */
    border: 1px solid #ffb4fb;
    color: #fff;
}

.btn:focus {
    box-shadow: none;
    outline: none;
}

.minutes {
    font-size: 12px;
    color: #ff90d2;
    font-weight: 400;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

/* *************************** frieds page  end **************************  */


.caption a {
    font-size: 12px;
    line-height: 10px;
    padding: 10px;
    padding-left: 7px;
    padding-right: 7px;
    border-radius: 5px;
    color: #fff;
}

.friend-btns a {
    font-size: 12px;
    line-height: 10px;
    padding: 5px;
    padding-left: 7px;
    padding-right: 7px;
    border-radius: 5px;
    color: #fff;
}

.btn-5 {
    /*  background-color: red;  For browsers that do not support gradients */
    background-image: linear-gradient(-90deg, #67f4df, #1b5d93);

}

.btn-6 {
    background-image: linear-gradient(-90deg, #647cf3, #92b8f5);

}

.btn-7 {
    background-image: linear-gradient(-90deg, #10a6f5, #3f3f3f);

}

.btn-8 {
    background-image: linear-gradient(-90deg, #9acffe, #5b72e6);
    /* border: 1px solid white; */

}

.btn-9 {
    background-image: linear-gradient(-90deg, #d3d3d3, #bab5b1);
    /* border: 1px solid white; */
    color: black !important;
}

/* 
 */

.img-outer-boder-8 {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    /* border: 1px solid #FF00FF; */
    /* border: 1px solid #d65576; */
    box-shadow: rgba(255, 131, 208, 0.24) 0px 3px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(-90deg, #ab9afe, #8979f8);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.img-outer-boder-9 {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    /* border: 1px solid #FF00FF; */
    /* border: 1px solid #d65576; */
    box-shadow: rgba(255, 131, 208, 0.24) 0px 3px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(-90deg, #febb43, #fa9639);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.img-outer-boder-2 {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    /* border:1px solid #ffc6e3; */
    /* border: 1px solid #d65576; */
    box-shadow: rgba(255, 131, 208, 0.24) 0px 3px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(-90deg, #10a6f5, #1d3abc);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.btn-banner {
    border: 1px solid #ffffff;
    border-radius: 5px;
    padding: 3px;
    background-image: linear-gradient(to bottom, #ffffff, #ffffff);
    color: #10a6f5;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
}

.app-version {
    text-align: center;
    color: #808080;
}

.banner-2 {
    padding: 5px;
}

.shadow-1 {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 5px;
    border: 1px solid #fff;
    background: linear-gradient(to right, #f85ec799, #e954b347);
}

/* my dark css */
body {
    font-family: sans-serif;
    /* background-color: #1e1d1d !important; */
    /* background: rgb(36, 36, 46); */
}

.shadow-1 {
    box-shadow: rgb(213 211 211 / 29%) 0px 2px 8px 0px;
    /* border-radius: 5px; */
    border: 1px solid #fff;
    border-radius: 12px;
    /* background: linear-gradient(to right, #f85ec799, #e954b347); */
    /* background: linear-gradient(90deg, #194d9a 0%, rgb(33 43 45) 100%); */
    background: rgb(13, 208, 156);
}

.btn-banner {
    border: 1px solid #363232;
    border-radius: 5px;
    padding: 5px;
    background-image: linear-gradient(to bottom, #000000, #000000);
    color: #10a6f5;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 11px;
    font-weight: 700;
}

.homeheading {
    color: #000;
    font-weight: 500;
    font-size: 22px;
    /* font-family: "Rubik", sans-serif; */
    /* text-shadow: 1px 2px 4px rgb(207 183 183 / 89%); */
}

.call-list {
    box-shadow: unset;
    background-color: #000000;
    min-height: 171px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* border-radius: 5px; */
    padding: 17px;
}

.caption h6 {
    margin-top: 4px;
    color: #000000;
    font-size: 12px;
}

.img-outer-boder-9 {
    width: 80px;
    height: 80px;
    border-radius: 50%;

    box-shadow: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(-90deg, #0d6efd, #10a6f5);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.btn {


    border: 1px solid #ffffff;
    color: #fff;
    /* background: linear-gradient(90deg, rgb(23 28 111) 0%, rgb(53 198 223) 100%); */
    background-color: #ff5178;

}

.main-friend-club {
    background: transparent;
}


/* .main-friend-club .row {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;    
background: rgb(255 222 249 / 38%);
border-radius: 5px;
padding: 20px;
border: 5px solid  transparent;
} */

.main-friend-club .row {
    background-image: url(../img/bg/Blob\ Group.svg);
    border-radius: 5px;
    padding: 20px 5px;
    background-repeat: no-repeat;
    /* background-size: top left 200px; */
    background-position: 87% 75%;
    /* position: relative; */
    color: #ffff;
}
.phone-container {

    height: 100vh;
    padding-top: 50px;
    background: transparent !important;
}

.calling-add-money span {
    /* background-color: #fff; */
    background: linear-gradient(90deg, rgb(23 28 111) 0%, rgb(53 198 223) 100%);
    padding: 9px 21px;
    /* padding-left: 15px; */
    /* padding-right: 15px; */
    border-radius: 20px;
    color: rgb(255 255 255);
    font-family: Arial, Helvetica, sans-serif;
}

.hangup-btn {
    position: absolute;
    left: 20%;
    margin-top: 20px;
    border: none;
    width: 60%;
    border-radius: 3px;
    background-color: black;
    box-shadow: 0px 0px 2px 0px #fff;
}

.calling-mic div {
    /* border: 1px solid; */
    padding: 7px;
    width: 48px;
    background-color: #000;
    border-radius: 10px;
    box-shadow: 0px 0px 2px 0px #fff;
}

.switchbtn {
    /* border-bottom: 2px solid #ffa6e9; */
    border-radius: 3px;
    /* background: #86b7fe; */
    background: linear-gradient(90deg, rgb(23 28 111) 0%, rgb(53 198 223) 100%);
    color: #fff;
    /* border: 2px solid #0d6efd; */
}
.view-btn{
    /* background-color: #ff5178; */
    color: #ff5178;
    padding: 9px 49px;
    border: 2px;
    border-radius: 3px;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px; */
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

/* =====================================  Friend modal ===================================== */
.friend-deatil-modal {
background-color: #fffffff7 !important;
color: #fff !important;
padding: 0px !important;
min-height: 71vh;
/* background-image: url('./img/bg/Blob Group.svg') !important; */
background-size: cover;
background-repeat: no-repeat;
background-position: 13%;
overflow: hidden;
}
.friend-deatil-modal .modal-header{
    padding: 0;
    border-bottom: none;
}
.friend-deatil-modal .modal-body{
    padding: 0px;
   position: relative;
}
.friend-deatil-modal .modal-body::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, rgb(255 76 106) 7%, rgb(254 0 56) 69%);
  
}
.friend-deatil-modal .friend-img {
    width: 100%;
  height: 256px;
  overflow: hidden;
  position: relative;
z-index: 1;
border: 1px solid #fff;
}

.friend-deatil-modal .friend-img img{
    /* position: absolute; */
    /* top: 0;
    left: 0; */
    width: 100%;
    object-fit: cover;
}
.friend-deatil-modal .friend-details{
 padding: 10px;
 position: relative;
 z-index: 1;
 border: 1px solid #fff;
}
.friend-details h5{
    font-size: 30px;
}
.friend-deatil-modal .bio{

}
.friend-deatil-modal .small-headline {
color: #000 !important;
font-size: 20px !important;
}
.friend-deatil-modal .info-hobi{
       list-style: none;
       padding-left:0 ;
       display: flex;
       gap: 10px;
}

.friend-deatil-modal .sub-healinex{
color: #000 !important;
font-size: 20px !important;
}
.friend-deatil-modal .person-details {
display: flex;
gap: 32px;
}

.friend-deatil-modal .person-details ul{
            list-style: none;
            padding-left: 0;
}
.friend-deatil-modal .modal-footer{
padding: 0 !important;
}
.friend-deatil-modal .modal-footer  .btns{
background-color: #FF4C6A !important;
color: #fff;
padding: 19px !important;
display: flex;
align-items: center;
justify-content: center;
font-size: 16px;
}
.age{
color: #fff;
font-size: 18px;
}
/* =====================================  Friend modal ===================================== */