@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");

.link-content {
  max-width: 100%;
  font-family: "Inter", sans-serif;
  padding: 1rem 2rem;
  flex: 0 0 100%;
}

.modal {
  font-family: "Inter", sans-serif;
}

main#links {
  margin: 0 !important;
}

.logo {
  text-align: left;
  margin-bottom: 20px !important;
}

.logo a img {
  height: 100px;
}

@keyframes zoom {
  0%,
  100% {
    font-size: 25px;
  }
  25%,
  75% {
    font-size: 30px;
  }

  50% {
    font-size: 35px;
  }
}

@media screen and (max-width: 568px) {
  .logo {
    text-align: center;
    margin-bottom: 10px !important;
  }
}

.title-big h1.h1 {
  font-size: 88px;
  margin-top: 15px !important;
  margin-bottom: 10px !important;
  font-weight: 700;
}
h1,
.h1,
.h2 {
  font-weight: 700;
}
.logo-slider .link-image-slider-image {
  object-fit: contain;
  opacity: 0.5;
  padding: 0 25px;
}
@media screen and (max-width: 992px) {
  .title-big h1.h1 {
    font-size: 78px;
  }
}
@media screen and (max-width: 736px) {
  .title-big h1.h1 {
    font-size: 58px;
  }
}

@media screen and (max-width: 568px) {
  .title-big h1.h1 {
    font-size: 30px;
  }
}

.paragraph .card {
  background: transparent !important;
}

.paragraph .card-body {
  padding: 0 10rem;
  font-size: 16px;
  line-height: 26px;

  margin-bottom: 15px;
}
.paragraph-50 .card-body {
  padding: 10px;
  font-weight: 400;
}
.paragraph-50 {
  display: block;
  margin: 0 auto;
  max-width: 600px;
}
.paragraph-75 {
  display: block;
  margin: 0 auto;
  max-width: 800px;
}
.small-btn.align-center {
  margin: 0 auto;
}
.content-top .card {
  padding: 30px 30px !important;
}
.content-top {
  margin-top: -60px !important;
}
.paragraph-80 {
  display: block;
  margin: 0 auto;
  max-width: 80%;
}
.banner-h2 .h2 {
  font-size: 2em;
  margin: 0 !important;
}

@media screen and (max-width: 736px) {
  .paragraph-50 {
    max-width: 100%;
  }
  .content-top .card {
    padding: 16px 16px !important;
  }
}

.two-grids {
  flex: 0 0 50%;
  align-self: center;
}
.three-grids {
  flex: 0 0 33.33%;
  margin-bottom: 20px !important;
}

.four-grids {
  flex: 0 0 25%;
  margin-bottom: 20px !important;
}
.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: 16rem;
}
.link-style1 .link-big-btn-image {
  border-radius: 18px;
  object-fit: cover;
  max-height: 16rem;
  object-position: top;
}
.two-grids .link-big-content-wrapper {
  margin-top: 0px !important;
  padding: 1rem 1rem !important;
}
.three-grids .link-style1 .link-big-btn-image-wrapper {
  width: 100%;
  max-height: 16rem;
}
.three-grids .link-big-content-wrapper {
  padding-top: 1em;
}
.four-grids {
  flex: 0 0 25%;
  margin-bottom: 30px !important;
}

.two-grids span.h4 {
  font-weight: 600;
  font-family: "Inter", sans-serif;
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 38px;
}
.two-grids small {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;

  height: auto;
}
.two-grids.service a:hover {
  transform: scale(1) !important;
  border: 1px solid #719ec1 !important;
}
.two-grids .link-hover-animation:hover {
  transform: scale(1) !important;
}
.two-grids.service a {
  align-items: baseline !important;
}
.two-grids.service .link-big-content-wrapper span.h4 {
  font-weight: 600;
  font-family: "Inter", sans-serif;
  margin-bottom: 0px;
  font-size: 24px !important;
  line-height: 34px !important;
}
.two-grids.service .link-big-content-wrapper small {
  font-weight: 500;
  font-size: 14px !important;
  line-height: 24px !important;

  height: auto;
}

.two-grids.service .link-big-btn-image-wrapper {
  width: 10% !important;
  max-height: 2rem !important;

  margin-top: 15px !important;
}
.two-grids.service .link-big-btn-image {
  max-height: 2rem !important;
}
.content-heading h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 50px;
}
.content-heading span.h4 {
  font-size: 28px;
  line-height: 38px;
}
.content-heading small {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.content-heading .link-big-btn {
  padding-left: 0px !important;
}
.content-para .link-btn-rounded {
  border-radius: 12px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;

  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .two-grids {
    flex: 0 0 100%;
  }
  .three-grids {
    flex: 0 0 50%;
  }
  .four-grids {
    flex: 0 0 50%;
  }
  .paragraph-80 {
    display: block;
    margin: 0 auto;
    max-width: 90%;
  }
  .two-grids small {
    font-size: 18px;
    line-height: 28px;
    margin: 0 !important;
  }
  .content-heading h3,
  .content-heading h4 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media screen and (max-width: 736px) {
  .two-grids,
  .three-grids,
  .four-grids {
    flex: 0 0 100%;
  }
  .two-grids span.h4 {
    font-size: 36px !important;
  }
  .two-grids small {
    font-size: 18px;
    line-height: 28px;
    margin: 0 !important;
  }
  @keyframes zoom {
    0% {
      font-size: 16px;
    }
    25% {
      font-size: 18px;
    }

    50% {
      font-size: 20px;
    }
    75% {
      font-size: 18px;
    }
    100% {
      font-size: 16px;
    }
  }
  .content-heading h3,
  .content-heading h4 {
    font-size: 26px;
    line-height: 36px;
  }
}
@media screen and (max-width: 600px) {
  .four-grids {
    flex: 0 0 100%;
    margin-bottom: 20px !important;
  }

  .two-grids.service a {
    display: grid !important;
    padding: 1rem !important;
  }
  .two-grids small {
    font-size: 16px;
    line-height: 26px;
    height: auto;
    padding-bottom: 15px;
  }
  .two-grids span.h4 {
    font-size: 24px !important;
  }

  @keyframes zoom {
    0% {
      font-size: 14px;
    }
    25% {
      font-size: 16px;
    }

    50% {
      font-size: 18px;
    }
    75% {
      font-size: 16px;
    }
    100% {
      font-size: 14px;
    }
  }
  .content-heading h3,
  .content-heading h4 {
    font-size: 26px;
    line-height: 36px;
  }
  .content-para {
    font-size: 14px;
    line-height: 24px;
  }
  .card-body {
    padding: 1rem !important;
  }
}

@media screen and (max-width: 415px) {
  .two-grids span.h4 {
    font-size: 24px !important;
  }
  .two-grids small {
    font-size: 16px;
    line-height: 26px;
    height: auto;
    padding-bottom: 15px;
  }

  @keyframes zoom {
    0% {
      font-size: 14px;
    }
    25% {
      font-size: 16px;
    }

    50% {
      font-size: 18px;
    }
    75% {
      font-size: 16px;
    }
    100% {
      font-size: 14px;
    }
  }
}

.two-grids .link-big-icon-wrapper {
  display: none !important;
}

.two-grids .link-big-content-wrapper {
  margin-top: 0px !important;
  padding-left: 0 !important;
}

.two-grids .link-big-btn {
  padding: 1rem !important;
}
.three-grids .link-big-btn {
  padding: 1.4rem !important;
}
.two-grids .link-big-btn-image-wrapper,
.two-grids .link-big-btn-image {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
/* .three-grids .link-big-btn-image-wrapper,
.two-grids .link-big-btn-image-wrapper {
  width: 16%;
} */

.banner-content,
.about-section {
  align-self: center;
  position: relative;
}

.banner-content a {
  pointer-events: none;
}

.banner-content a:hover,
.about-section a:hover,
.content-heading a:hover {
  transform: scale(1) !important;
}

.banner-content small {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.6;
}

.banner-content span.h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
.link-btn-rounded {
  display: flex;
  justify-content: center;
  object-fit: cover;
}

.four-grids .link-big-btn-image {
  width: 100%;
  object-fit: contain;
  max-height: 3.5rem !important;
}

.four-grids span.h4 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  margin-top: 10px;
}

.four-grids small {
  font-size: 16px;
  line-height: 26px;
  margin-top: -5px;
}

.four-grids .link-btn-rounded {
  flex-direction: column;
}
.four-grids.services a:hover {
  transform: scale(1) !important;
  border: 1px solid #719ec1 !important;
}
.content-para {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.content-para .card-body {
  padding-bottom: 2rem !important;
}
.contact h6 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
}
.two-grids.banner-content a.link-big-btn {
  display: block !important;
}

.banner-content .link-big-icon-wrapper {
  background: #e7dfed;
  color: #363321;
  border-radius: 10px;
  margin: 15px 0 0 0;
  display: block;
  width: 150px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
}
.about-section span.h4 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 16px;
}
@media screen and (max-width: 991px) {
  .banner-content,
  .about-section {
    align-self: center;
    max-width: 100%;
  }

  .about-section span.h4 {
    font-size: 36px;
  }
}

@media screen and (max-width: 600px) {
  .banner-content span.h4 {
    font-size: 24px;
  }
  .banner-content small {
    font-size: 20px;
  }
  .about-section span.h4 {
    font-size: 34px;
  }
  .banner-h2 .h2 {
    font-size: 1.2rem;
  }
  h1,
  .h1,
  .h2 {
    font-size: 28px;
  }
}

@media screen and (max-width: 560px) {
  .about-section span.h4 {
    font-size: 22px;
  }
  .banner-content span.h4 {
    font-size: 30px;
  }
  .banner-content small {
    font-size: 20px;
  }
  .banner-h2 .h2 {
    font-size: 1.1rem;
  }
}

.two-grids.banner-content .link-big-content-wrapper,
.two-grids.about-section .link-big-content-wrapper {
  padding: 0px !important;
}

.align-right {
  text-align: right;
}

.align-left {
  text-align: left;
}

.small-btn {
  margin: 15px auto 0;
  padding: 0 5px;
  display: ruby;
}
.small-btn {
  margin: 15px 0;
  padding: 0 5px;
  display: ruby;
  max-width: fit-content;
}
.small-btn .link-btn {
  padding: 0.8rem 5rem;

  font-size: 16px;
  width: max-content;
  font-weight: 600;

  display: flex;
}

.small-btn .link-btn span svg {
  font-size: 12px;
  margin-right: 8px !important;
  opacity: 0.8;
  margin: auto;
}
.small-btn .link-btn span svg {
  font-size: 14px;
  margin-left: 10px !important;
}
.small-btn span:nth-child(2) {
  order: 2;
}
.rounded {
  border-radius: 16px !important;
}
.banner-image img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.blog-featured-img img {
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  height: 450px;
}
.blogpost-img img {
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  height: 400px;
}
.section-title h2.h2 {
  font-size: 40px;
  font-weight: 700;
}
.h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}
.link-style1 h4,
.h4 {
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: 700;
}
.three-grids.stats .link-btn {
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.three-grids.stats .link-btn .h4 {
  font-size: 84px;
  line-height: 94px;
  font-weight: 700;
}
.three-grids.stats .link-big-icon-wrapper {
  display: none;
}
.contact-admin .link-big-btn-image-wrapper.link-btn-rounded {
  border-radius: 50% !important;
  max-height: 9em !important;
}
.contact-admin .link-big-btn-image {
  width: 100%;
  height: auto;
  max-height: 10rem !important;
  object-fit: cover !important;
}
@media screen and (max-width: 736px) {
  .two-grids,
  .three-grids {
    flex: 0 0 100%;
  }

  .two-grids.small-btn {
    flex: 0 0 50%;
    padding: 0 5px;
  }

  .link-content {
    padding: 1rem 1rem 0;
  }
}

@media screen and (max-width: 500px) {
  .two-grids.small-btn {
    padding: 0 10px;
    display: block;
  }

  .blog-featured-img img {
    width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    height: 250px;
  }
}

@media screen and (max-width: 992px) {
  .three-grids.stats .link-btn .h4 {
    font-size: 44px;
    line-height: 54px;
  }
}
@media screen and (max-width: 768px) {
  .section-title h2.h2 {
    font-size: 30px;
  }
  .h3 {
    font-size: 26px;
    line-height: 36px;
  }
  .three-grids.stats .link-btn .h4 {
    font-size: 34px;
    line-height: 44px;
  }
}

@media screen and (max-width: 600px) {
  .section-title h2.h2 {
    font-size: 28px;
  }
  .h3 {
    font-size: 24px;
    line-height: 34px;
  }
  .small-btn {
    max-width: 100%;
    display: block;
  }

  .small-btn .link-btn {
    width: 100% !important;
    font-size: 14px;
    padding: 0.8rem 1.5rem;
    display: block;
  }
  .three-grids.stats .link-btn .h4 {
    font-size: 24px;
    line-height: 34px;
  }
}

.services .link-big-btn {
  display: grid !important;
  padding: 2rem !important;
  transform: scale(1) !important;
  grid-auto-flow: row;
  justify-content: inherit;
  grid-gap: 0;
}

.services .link-big-btn:hover {
  transform: scale(1) !important;
}
img.link-hover-animation:hover {
  transform: scale(1) !important;
}

.services .link-big-btn-image {
  object-fit: contain;
  max-height: 12rem;
  object-position: top;
}

.services .link-big-content-wrapper span.h4,
.link-style2 .link-big-content-wrapper span.h4 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  margin: 20px 0 8px 0 !important;
}

.services .link-big-content-wrapper small {
  font-size: 15px;
  line-height: 25px;
}

.services .link-big-icon-wrapper {
  color: #fff;
  border-radius: 50%;
  order: 1;
  display: inline-block;
  margin: 0rem 0 !important;
  font-size: 35px;
  width: min-content;
}

.services .link-big-content-wrapper {
  order: 2;
  padding: 0.5rem 0rem !important;
}
.review .card {
  border-width: 1px !important;
}
.review .card:hover {
  border-color: #7595c1c7 !important ;
}

@media screen and (max-width: 600px) {
  .four-grids.services .link-big-btn {
    padding: 1rem !important;
  }
  .services .link-big-icon-wrapper {
    font-size: 30px;
  }
  .services .link-big-btn {
    padding: 1.5rem !important;
  }

  .content-top .card {
    padding: 8px 6px !important;
  }
  .paragraph-80 {
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }
  .contact-admin .link-big-btn-image-wrapper.link-btn-rounded {
    margin-bottom: 1em;
  }
}

/* .portfolio .link-image-slider-image {
  object-fit: cover;
  width: 25rem !important;
  height: 15rem !important;
} */
.portfolio .splide__pagination {
  bottom: -2em;
}
.portfolio .splide__pagination__page {
  background: #0d408b !important;
  margin: 3px 5px;
  opacity: 0.5;
}
.map {
  margin: 12px 0 !important;
}

.socialmediaicons-left .justify-content-center {
  justify-content: flex-start !important;
}
.socialmediaicons-right .justify-content-center {
  justify-content: flex-end !important;
}

@media screen and (max-width: 736px) {
  .socialmediaicons-right .justify-content-center {
    justify-content: flex-start !important;
  }
}

.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;
}

/* 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: 4px 6px;
}

.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 --*/
.two-grids .link-big-content-wrapper small {
  color: #9ea5b3 !important;
}
.four-grids .link-big-content-wrapper small {
  color: #9ea5b3 !important;
}
.two-grids.service .link-big-btn {
  padding: 1rem 1.5rem !important;
}
.heading h1.h1 {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (max-width: 992px) {
  .heading h1.h1 {
    font-size: 45px;
  }
  .paragraph .card-body {
    padding: 0px 5rem;
  }
  .two-grids span.h4 {
    font-size: 26px;
    line-height: 1.2;
  }
  .two-grids small {
    font-size: 16px;
    line-height: 26px;
  }
  .rounded {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .heading h1.h1 {
    font-size: 38px;
  }
  .paragraph .card-body {
    padding: 0px 4rem;
  }
}
@media screen and (max-width: 736px) {
  .paragraph .card-body {
    padding: 0px 3.5rem;
    font-size: 14px;
    line-height: 24px;
  }
  .two-grids .link-big-content-wrapper span.h4 {
    font-size: 26px !important;
  }
  .two-grids .link-big-content-wrapper small {
    font-size: 16px;
    line-height: 26px;
    margin: 0 !important;
  }
}
@media screen and (max-width: 568px) {
  .heading h1.h1 {
    font-size: 32px;
  }
  .two-grids.service .link-big-btn {
    padding: 1rem !important;

    display: grid !important;
  }
  .review .card-body span {
    font-size: 14px;
  }
  .services .link-big-content-wrapper span.h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 415px) {
  .heading h1.h1 {
    font-size: 38px;
  }
  .two-grids span.h4 {
    font-size: 22px !important;
  }
  .two-grids small {
    font-size: 14px;
    line-height: 24px;
  }
  h2.h2 {
    font-size: 22px;
  }
  .two-grids .link-big-content-wrapper span.h4 {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  .two-grids .link-big-content-wrapper small {
    font-size: 12px !important;
    line-height: 22px !important;
    margin: 0 !important;
  }
  .two-grids.service .link-big-content-wrapper span.h4 {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  .two-grids.service .link-big-content-wrapper small {
    font-size: 12px !important;
    line-height: 22px !important;
  }
  .content-heading h2,
  .content-heading h3,
  .content-heading h4 {
    font-size: 22px;
    line-height: 32px;
  }
}
@media screen and (max-width: 365px) {
}
