@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@300;400;500;700&display=swap");

.link-content {
  max-width: 100%;
  font-family: "Kumbh Sans", sans-serif;
  padding: 3rem 2rem 0rem;
  flex: 0 0 100%;
}

.modal {
  font-family: "Kumbh Sans", sans-serif;
}

main#links {
  margin: 0 !important;
}

h1.h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2em;
}

.title-big h1.h1 {
  font-size: 28px;
  margin-top: 15px !important;
  margin-bottom: 10px !important;
  font-weight: 700;
}
@media screen and (max-width: 568px) {
  .title-big h1.h1 {
    font-size: 24px;
  }
}

h2.h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

h3.h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.card:has(.card-body) {
  box-shadow: none !important;
}

.link-hover-animation:hover {
  transform: scale(1);
}

/*-- Banner image positioned to top --*/
.banner-image {
  padding: 0;
  margin: 0 !important;
}

.banner-image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

@media screen and (max-width: 568px) {
  .banner-image img {
    height: 150px;
  }
}
/*-- //Banner image positioned to top --*/

.socialmediaicons-left .justify-content-center {
  justify-content: flex-start !important;
}

.positionedSocialIcons {
  margin: 0 !important;
}

.positionedSocialIcons > div {
  position: absolute;
  right: 10px;
  top: -39px;
}

.positionedSocialIcons > div > div,
.d-flex.flex-wrap.justify-content-center > div {
  margin: 5px 5px !important;
}

.positionedSocialIcons a:has(.fa-envelope),
.positionedSocialIcons a:has(.fa-phone-square-alt),
.positionedSocialIcons a:has(.fa-telegram),
.positionedSocialIcons a:has(.fa-whatsapp),
.positionedSocialIcons a:has(.fa-facebook),
.positionedSocialIcons a:has(.fa-facebook-messenger),
.positionedSocialIcons a:has(.fa-instagram),
.positionedSocialIcons a:has(.fa-twitter),
.positionedSocialIcons a:has(.fa-tiktok),
.positionedSocialIcons a:has(.fa-youtube),
.positionedSocialIcons a:has(.fa-soundcloud),
.positionedSocialIcons a:has(.fa-spotify),
.positionedSocialIcons a:has(.fa-pinterest),
.positionedSocialIcons a:has(.fa-snapchat),
.positionedSocialIcons a:has(.fa-twitch),
.positionedSocialIcons a:has(.fa-discord),
.positionedSocialIcons a:has(.fa-map-marker-alt) {
  width: 25px;
  height: 25px;
  line-height: 25px;
  display: block;
  border-radius: 50%;
  padding: 0px !important;
}

.avatarleft > div {
  align-items: start !important;
}

.avatarleft {
  padding-top: 3rem;
}

.avatarleft img {
  box-shadow: 0 3px 20px 0 rgba(20, 20, 43, 0.05);
}

.avatartop {
  margin-top: -62px !important;
}

.paragraph .card {
  background: transparent !important;
}

.paragraph .card-body {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 1px;
}

.paragraph-50 {
  display: block;
  margin: 0 auto;
  max-width: 50%;
}

@media screen and (max-width: 736px) {
  .paragraph-50 {
    max-width: 100%;
  }
}

.list-blog .card {
  background: transparent !important;
}
.list-blog .card-body {
  padding: 0 1.25rem;
  padding-left: 2rem;
}
.list-blog .card-body > div {
  display: list-item;
  font-size: 15px;
}

.blog-quotation .card {
  padding: 30px !important;
}
.blog-quotation .card-body {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
}

@media screen and (max-width: 568px) {
  .blog-quotation .card {
    padding: 20px !important;
  }
}
@media screen and (max-width: 415px) {
  .blog-quotation .card {
    padding: 10px !important;
  }
  .blog-quotation .card-body {
    font-size: 18px;
    padding: 20px 10px;
  }
}

@media screen and (max-width: 415px) {
  .blog-quotation .card-body {
    font-size: 16px;
    padding: 20px 5px;
  }
}

audio {
  border-radius: 20px;
}
.link-style1 .link-big-btn {
  display: grid !important;
  padding: 1rem !important;
  transform: scale(1) !important;
  grid-auto-flow: row;
  justify-content: inherit;
  grid-gap: 0;
}

.link-style1 .link-big-btn-image-wrapper {
  width: 100%;
  max-height: 12rem;
}

.link-style1 .link-big-btn-image {
  border-radius: 20px;
  object-fit: cover;
  max-height: 12rem;
  object-position: top;
}

.link-style1 .link-big-content-wrapper {
  margin-top: 20px !important;
}

.link-style1 .link-big-content-wrapper span.h4,
.link-style2 .link-big-content-wrapper span.h4 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  margin-bottom: 10px !important;
}

.link-style1 .link-big-content-wrapper small {
  font-size: 15px;
  line-height: 24px;
  color: #696687 !important;
}

.link-style2 .link-big-icon-wrapper {
  width: 10%;
  display: none;
}

.link-style2 .link-big-btn-image-wrapper {
  width: 45%;
}

.link-style2 .link-big-btn-image {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 300px;
}

.back-btn {
  margin-top: 0 !important;
}

.back-btn a .link-btn-image-wrapper {
  width: 45px;
  position: static;
  margin: 0;
  max-height: min-content;
}

.back-btn .link-btn-image {
  padding: 0 8px;
}

.back-btn a {
  transition: 0.3s ease;
  width: min-content;
  white-space: nowrap;
  padding: 10px 0rem;
  display: flex;
  align-items: center;
}
.back-btn a:hover {
  margin-left: -10px;
  transform: scale(1) !important;
  transition: 0.3s ease;
}

.blog-featured-image img {
  overflow: hidden;
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  height: 450px;
}

@media screen and (max-width: 991px) {
  .blog-featured-image img {
    height: 350px;
  }
}
@media screen and (max-width: 568px) {
  .blog-featured-image img {
    height: 250px;
  }
}
@media screen and (max-width: 415px) {
  .blog-featured-image img {
    height: 200px;
  }
}

.two-grids {
  flex: 0 0 50%;
}

.two-grids .link-big-icon-wrapper {
  left: 40%;
}

.two-grids .link-big-content-wrapper,
.three-grids .link-big-content-wrapper {
  margin-top: 0px !important;
  padding: 1.5rem 1.5rem !important;
}

.two-grids .link-big-btn,
.three-grids .link-big-btn {
  padding: 0rem !important;
}

.two-grids .link-big-btn-image-wrapper,
.two-grids .link-big-btn-image,
.three-grids .link-big-btn-image-wrapper,
.three-grids .link-big-btn-image {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}

.two-grids.skills .link-big-btn-image-wrapper {
  align-self: baseline !important;
  margin-top: 20px !important;
  margin-right: 0px !important;
}
.two-grids.skills .link-big-btn-image {
  max-height: 3rem !important;
}
.two-grids.skills .link-big-content-wrapper {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  padding-left: 0px !important;
}
.three-grids {
  flex: 0 0 33.33%;
  margin-bottom: 20px !important;
}

@media screen and (max-width: 991px) {
  .three-grids {
    flex: 0 0 50%;
  }
}

@media screen and (max-width: 736px) {
  .two-grids,
  .three-grids {
    flex: 0 0 100%;
  }

  .link-content {
    padding: 0rem 1rem 0;
  }
}

@media screen and (max-width: 415px) {
  .link-content {
    padding: 0rem 1rem 0;
  }
}

.small-btn {
  margin: 15px auto 0;
  display: flex;
  justify-content: center;
}

.small-btn .link-btn {
  padding: 0.8rem 3rem 0.8rem 2rem;
  font-size: 16px;
  width: max-content;
}
.small-btn .link-btn span svg {
  font-size: 14px;
  margin-right: 8px !important;
  position: absolute;
  right: 7px;
  top: 17px;
}

/* after adding farcaster --*
.card {
    width: 100% !important;
}
.d-flex {
    margin: 0 !important;
    padding: 0 !important;
}

/* //after adding farcaster --*/

/*  border-radius for link,big-link,images,iframe-videos --*/
.link-btn-rounded,
.link-avatar-rounded,
.link-round,
.link-iframe-round,
.link-grid-image-wrapper,
.embed-responsive-item,
.rounded {
  border-radius: 20px !important;
}
/*  //border-radius for link,big link,image,iframe videos, --*/

.link-btn-small .link-btn-image-wrapper {
  border-radius: 50% !important;
  margin: 0;
  position: static;
  box-shadow: 0 2px 9px 0 rgba(46, 140, 171, 0.24);
}

.link-btn-small .link-btn {
  font-size: 17px;
  font-weight: 500;
  padding: 0.7rem 1rem;
  justify-content: center;
  display: grid;
  grid-auto-flow: column;
  grid-gap: 15px;
  align-items: center;
}

.small-link-with-icons .link-btn {
  padding: 1rem 4rem 1rem 4rem;
}

.small-link-with-icons .link-btn-image-wrapper {
  margin-left: -3.5rem;
}
.small-link-with-icons .link-btn span svg {
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 15px;
}

.small-link-with-icons .link-btn-image {
  padding: 2px;
}

.link-btn:hover {
  transform: scale(0.98) !important;
}

.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;
}

@media screen and (max-width: 415px) {
  main#links {
    margin: 0 !important;
  }

  .link-btn-small .link-btn {
    font-size: 16px;
  }
}

.author-blog-details .link-big-btn-image-wrapper {
  height: 150px;
  width: 150px !important;
}
.author-blog-details .link-big-btn-image-wrapper img {
  object-fit: cover;
  object-position: top;
  border-radius: 50%;
  height: 150px;
}
.author-blog-details a:hover {
  transform: scale(1) !important;
}
.author-blog-details span.h4 {
  font-size: 20px;
  font-weight: 600;
}

@media screen and (max-width: 415px) {
  .author-blog-details .link-big-btn-image-wrapper img,
  .author-blog-details .link-big-btn-image-wrapper {
    height: auto;
  }
  .author-blog-details span.h4 {
    font-size: 18px;
  }
  .author-blog-details .link-big-icon-wrapper {
    display: none;
  }
}

/* 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 --*/

.contact-links {
  max-width: 600px;
  margin: auto;
  display: inline-block;
}
.banner {
  max-width: 800px;
  margin: 0 auto;
}
.two-grids.section {
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-title .h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6;
}
/* border-radius: 38% 62% 72% 28% / 59% 69% 31% 41% !important; */

.two-grids.profile-img img {
  border-radius: 38% 62% 72% 28% / 59% 69% 31% 41% !important;
}
.two-grids.small-btn {
  margin: 15px auto 0;
  display: flex;
  justify-content: end;
}
.banner .link-big-btn-image-wrapper {
  width: 150px !important;
  max-height: 150px !important;
}
.banner img.link-big-btn-image {
  width: 150px !important;
  max-height: 150px !important;
  object-fit: cover;
  border-radius: 50%;
}

.banner .link-big-btn {
  padding: 4rem 6rem;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.banner .link-big-content-wrapper {
  font-size: 24px !important;
  margin-bottom: 10px;
}
.banner .link-big-content-wrapper span.h4 {
  font-size: 50px !important;
  font-weight: 700;
  line-height: 60px !important;
  margin-bottom: 25px;
}
.banner .link-big-icon-wrapper {
  width: 60px;
  height: 60px;
  color: #000000;
  background: #ffffff;
  justify-content: center;
  display: flex;
  align-items: center;
  border-radius: 50%;
}
.banner .link-big-btn:hover,
.service .link-big-btn:hover {
  transform: scale(1) !important;
}
.two-grids .h2 {
  font-size: 26px !important;
}

.banner .link-btn-rounded {
  border-radius: 40px !important;
}

.service .link-big-icon-wrapper {
  display: none !important;
}
/* .two-grids.service .link-big-content-wrapper small {
  color: #808080 !important;
  font-size: 16px;
  line-height: 28px;
} */
.two-grids.service .link-big-content-wrapper small,
.two-grids.skills .link-big-content-wrapper small,
.two-grids.section .link-big-content-wrapper small {
  color: #808080 !important;
  font-size: 16px;
  line-height: 28px;
}
.section .link-big-content-wrapper .h4 {
  font-size: 32px;
  line-height: 1.2em;
  margin-bottom: 20px;
}
.skills .link-big-btn:hover {
  transform: scale(1) !important;
}
.link-big-icon-wrapper {
  display: none !important;
}
@media screen and (max-width: 992px) {
  h1.h1 {
    font-size: 45px;
    padding: 0.5rem 1rem;
  }
  .two-grids {
    flex: 0 0 100%;
  }
  .two-grids .h2 {
    text-align: center !important;
  }
  .two-grids.small-btn {
    justify-content: center;
  }
  .two-grids img {
    width: 100% !important;
  }
}

@media screen and (max-width: 768px) {
  .two-grids.small-btn {
    justify-content: center;
  }

  h1.h1 {
    padding: 0.5rem 0rem;
    font-size: 40px;
  }
  .paragraph .card-body {
    padding: 0rem 1rem;
  }
  .two-grids,
  .three-grids {
    flex: 0 0 100%;
  }
  .paragraph-50 {
    max-width: 100%;
  }
  .two-grids img {
    width: 100% !important;
  }
  .two-grids .h2 {
    text-align: center !important;
  }
}

@media screen and (max-width: 568px) {
  .two-grids.small-btn {
    justify-content: center;
  }
  h1.h1 {
    font-size: 30px !important;
    padding: 0.5rem 0rem;
  }
  .paragraph .card-body {
    padding: 0rem 1rem;
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 415px) {
  .banner .link-big-btn {
    padding: 3rem 2rem;
  }
  .banner .link-big-content-wrapper {
    font-size: 18px !important;
    line-height: 26px !important;
  }
  .banner .link-big-content-wrapper span.h4 {
    font-size: 26px !important;
    line-height: 36px !important;
  }
  h1.h1 {
    font-size: 28px !important;

    padding: 0.5rem 0rem;
  }
  .paragraph .card-body {
    padding: 0rem 1rem;
    font-size: 16px;
    line-height: 26px;
  }
  .two-grids .link-big-btn,
  .three-grids .link-big-btn {
    padding: 0.5rem !important;
  }
  .two-grids .link-big-content-wrapper {
    padding: 0px !important;
  }
  .two-grids.service .link-big-btn {
    padding: 0.7rem !important;
  }
  .two-grids.skills .link-big-content-wrapper {
    padding: 1rem !important;
  }
  .two-grids.skills .link-big-btn-image-wrapper {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
  }
  .two-grids.small-btn {
    justify-content: center;
  }
  .two-grids .h2 {
    font-size: 22px !important;
  }
  .small-btn .link-btn {
    padding: 0.8rem 2.5rem 0.8rem 1.5rem;
    font-size: 14px;
  }
  .small-btn .link-btn span svg {
    right: 4px;
  }
}
