@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@300;400;500;700&display=swap');

.link-content {
    max-width: 715px;
    font-family: 'Kumbh Sans', sans-serif;
}
.modal{
    font-family: 'Kumbh Sans', sans-serif;
}

main#links {
    position: relative;
    background-color: #fff;
    border-radius: 16px;
    border: 1px solid #f4f5fa;
    padding: 30px 40px;
    box-shadow: 0 3px 20px 0 rgba(20, 20, 43, 0.05)
}

h1.h1 {
    font-size: 22px;
    font-weight: 700;
}
h2.h2 {
    font-size: 20px;
    font-weight: 700;
}

.card:has(.card-body) {
    background: transparent !important;
    box-shadow: none !important;
}

.avatarleft>div {
    align-items: start !important;
}

.paragraph .card-body {
    padding: 0 0 1rem;
    font-size: 15px;
    line-height: 24px;
    color: #646464 !important;
}

.bloglink {
    margin-top: 0 !important;
}

.bloglink a {
    color: #2196F3 !important;
    background: none !important;
    border: none !important;
    padding: 0;
    box-shadow: none !important;
    text-align: left !important;
    display: grid !important;
    width: min-content;
    font-weight: 500 !important;
    font-size: 18px;
}

.bloglink a:hover,
.bloglink a:hover span {
    color: #0077c8 !important;
    text-decoration: underline !important;
    transform: none;
}

.link-btn:hover {
    color: #2196F3 !important;
}

/*  border-radius for link,big-link,images,iframe-videos --*/
.link-btn-rounded,
.link-avatar-rounded,
.banner-image img,
.link-round,.link-iframe-round {
    border-radius: 16px !important;
}

/*  //border-radius for link,big link,image,iframe videos, --*/

.link-btn-image-wrapper {
    border-radius: 12px !important;
    margin-left: -4rem;
}

.link-btn {
    font-size: 18px;
    font-weight: 500;
    padding: 1.2rem 3rem 1.2rem 5rem;
    border: 1px solid #ebecf3 !important;
}

.link-btn:hover {
    transform: scale(0.98);
}

.link-big-btn{
    padding: 1rem;
}
.link-big-btn:hover,.rounded_image img:hover,.link-grid-image-wrapper:hover {
    transform: scale(0.98) !important;
}

.link-btn-image {
    padding: 8px;
    background: rgb(153 153 153 / 15%);
}

.link-btn svg {
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: .4;
    font-size: 14px;
    /* transform: rotate(-45deg) */
}

@media screen and (max-width:415px) {
    main#links {
        padding: 10px 15px;
        margin: 0 !important;
    }
    
    .link-btn {
        font-size: 16px;
        padding: 1.2rem 3rem 1.2rem 4.7rem;
    }
}



.rounded_image img,.link-grid-image-wrapper {
    border-radius: 16px !important;
  }


/* social media icons style --*/

.d-flex.flex-wrap.justify-content-center>div,
.socialmediaicons>div>div {
    margin: 5px 5px !important;
}

.socialmediaicons a:has(.fa-fw){
    display: block;
    border-radius: 50%;
    padding: 5px;
}

.socialmediaicons a:has(.fa-envelope) {
    background: #222;
}

.socialmediaicons a:has(.fa-phone-square-alt) {
    background: #68217a;
}

.socialmediaicons a:has(.fa-telegram) {
    background: #0088cc;
}

.socialmediaicons a:has(.fa-facebook-messenger) {
    background: #0084ff;
}

.socialmediaicons a:has(.fa-whatsapp) {
    background: #25d366;
}

.socialmediaicons a:has(.fa-facebook) {
    background: #1877f2;
}

.socialmediaicons a:has(.fa-tiktok) {
    background: #1877f2;
}

.socialmediaicons a:has(.fa-soundcloud) {
    background: #ff8800;
}

.socialmediaicons a:has(.fa-spotify) {
    background: #1db954;
}

.socialmediaicons a:has(.fa-linkedin) {
    background: #0a66c2;
}

.socialmediaicons a:has(.fa-snapchat) {
    background: #fffc00;
}

.socialmediaicons a:has(.fa-twitch) {
    background: #1877f2;
}

.socialmediaicons a:has(.fa-map-marker-alt) {
    background: #333;
}

.socialmediaicons a:has(.fa-twitch) {
    background: #9146ff;
}

.socialmediaicons a:has(.fa-discord) {
    background: #2c2f33;
}

.socialmediaicons a:has(.fa-pinterest) {
    background: #e60023;
}

.socialmediaicons a:has(.fa-twitter) {
    background: #1da1f2;
}

.socialmediaicons a:has(.fa-youtube) {
    background: #ff0000;
}

.socialmediaicons a:has(.fa-instagram) {
    background: #c13584;
}

/* //social media icons style --*/