@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");

.link-content {
  max-width: 100%;
  padding: 1rem 1rem 0;
  flex: 0 0 100%;
}

.modal {
  font-family: "Mulish", sans-serif;
}

main#links {
  margin: 0 !important;
  background: none;
  border: none;
  padding: 0;
  font-family: "Mulish", sans-serif !important;
}

.logo {
  text-align: left;
}

.logo a {
  width: max-content;
  display: block;
}

.logo img {
  height: 40px;
}

.logo .link-hover-animation:hover {
  transform: scale(1) !important;
}

@media screen and (max-width: 736px) {
  .link-content {
    padding: 0rem 1rem 0;
  }
}

.small-btn.header-btn,
.header-btn.small-btn {
  margin-top: 0 !important;
}

.w-10 {
  flex: 0 0 10% !important;
}

.w-15 {
  flex: 0 0 15% !important;
}

.w-20 {
  flex: 0 0 20% !important;
}

.w-25 {
  flex: 0 0 25% !important;
}

.w-30 {
  flex: 0 0 30% !important;
}

.w-35 {
  flex: 0 0 35% !important;
}

.w-40 {
  flex: 0 0 40% !important;
}

.w-50 {
  flex: 0 0 50% !important;
}

.w-60 {
  flex: 0 0 60% !important;
}

.w-70 {
  flex: 0 0 70% !important;
}

.w-80 {
  flex: 0 0 80% !important;
}

.w-90 {
  flex: 0 0 90% !important;
}

@media screen and (max-width: 768px) {
  .w-20 {
    flex: 0 0 50% !important;
  }
  .w-25 {
    flex: 0 0 50% !important;
  }
  .w-40,
  .w-60,
  .w-80 {
    flex: 0 0 100% !important;
  }
}

.paragraph .card {
  background: transparent !important;
}

.paragraph .card-body {
  padding: 0 0;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 300;
  opacity: 0.8;
}

.paragraph-50 {
  display: block;
  margin: 0 auto;
  max-width: 600px;
}

.paragraph-75 {
  display: block;
  margin: 0 auto;
  max-width: 800px;
}

@media screen and (max-width: 736px) {
  .paragraph-50 {
    max-width: 100%;
  }
}

@media screen and (max-width: 415px) {
  .paragraph .card-body {
    font-size: 17px;
  }
}

.small-btn,
.small-btn-with-icon {
  margin: 15px 0;
  /* padding: 0 5px; */
  display: ruby;
  /* max-width: fit-content; */
  align-items: center;
  margin-top: 40px !important;
}

.small-btn .link-btn,
.small-btn-with-icon .link-btn {
  padding: 0.8rem 2rem !important;
  font-size: 17px;
  width: max-content;
  font-weight: 500;
}

.small-btn .link-btn span svg,
.small-btn-with-icon .link-btn span svg {
  font-size: 12px;
  margin-right: 8px !important;
  opacity: 0.8;
  position: absolute;
  right: 15px;
  top: 2px;
  bottom: 0;
  margin: auto;
}

.small-btn-with-icon .link-btn {
  padding-right: 2.7rem !important;
}

.small-btn:hover {
  transition: 0.3s ease !important;
}

@media screen and (max-width: 992px) {
  .logo,
  .small-btn,
  .small-btn-with-icon {
    flex: 0 0 50% !important;
  }
}

@media screen and (max-width: 415px) {
  .small-btn .link-btn,
  .small-btn-with-icon .link-btn {
    font-size: 15px;
  }

  .small-btn,
  .small-btn-with-icon {
    padding: 0 5px !important;
    margin-top: 20px !important;
  }
}

h1.h1 {
  font-size: 86px !important;
  line-height: 1.2 !important;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 !important;
  margin-bottom: 20px !important;
  position: relative;
}

h2.h2,
h3.h3 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  max-width: 600px;
  margin: 0 auto !important;
  margin-bottom: 40px !important;
}

h5.h5 {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 15px !important;
  text-decoration: underline;
}
.subtitlev h6.h6 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0px !important;
  text-decoration: underline;
}
@media screen and (max-width: 992px) {
  h1.h1 {
    font-size: 40px !important;
    line-height: 1.4 !important;
  }

  h2.h2,
  .h3.h3 {
    font-size: 30px;
  }
}

@media screen and (max-width: 736px) {
  h1.h1 {
    font-size: 32px !important;
    line-height: 1.4;
  }

  h2.h2,
  .h3.h3 {
    font-size: 28px;
    margin-bottom: 20px !important;
  }

  h5.h5 {
    font-size: 20px;
    margin-bottom: 20px !important;
  }
}

@media screen and (max-width: 568px) {
  h1.h1 {
    font-size: 32px !important;
  }

  h2.h2,
  .h3.h3 {
    font-size: 26px;
    margin-bottom: 10px !important;
  }

  h5.h5 {
    font-size: 18px;
    margin-bottom: 15px !important;
  }
}

@media screen and (max-width: 415px) {
  /* h1.h1 {
        font-size: 28px  !important;
    } */
}

.align-right {
  justify-content: end;
  padding-right: 5px;
}

.align-left {
  justify-content: start;
  padding-left: 5px;
}

/*  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,
.logo-slider,
.services .link-big-btn-image,
.flipdown .rotor-group,
.banner-button span,
.middle-content .link-big-btn-image {
  border-radius: 14px !important;
}
.link-btn-round {
  border-radius: 28px !important;
}

/*  //border-radius for link,big link,image,iframe videos, --*/

.about-content span.h4 {
  font-size: 38px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 1px;
}

.about-content small {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 20px;
  color: #616971 !important;
}
.banner-button span,
.content-with-button .button span {
  padding: 18px 30px !important;
  display: block !important;
  color: #fff;
  background: #9854cb !important;
  margin-top: 30px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px !important;
  transition: 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.banner-content .link-big-icon-wrapper,
.about-content .link-big-icon-wrapper {
  display: none;
}
.four-grids.stats {
  display: grid;
}
.stats .link-big-btn {
  display: grid !important;
  text-align: center !important;
  padding: 2rem 1rem !important;
  align-items: center;
}
.stats .link-big-content-wrapper span.h4 {
  font-size: 56px;
  line-height: 1;
  margin: 0px 0 10px !important;
  font-weight: 700;
}
.services .link-big-content-wrapper small,
.stats .link-big-content-wrapper small {
  font-size: 17px;
  line-height: 1.6;
  font-weight: 300;
  opacity: 0.4;
  color: #fff !important;
  letter-spacing: 0.5px;
}
.four-grids.stat-img img {
  border-radius: 28px !important;
}

/*  //stats --*/

.two-grids {
  flex: 0 0 50%;
  align-items: center;
  display: grid;
}

.three-grids {
  flex: 0 0 33.33%;
}

.four-grids {
  flex: 0 0 25%;
  margin-bottom: 30px !important;
}

.five-grids {
  flex: 0 0 20%;
  margin-bottom: 15px !important;
  padding-right: 40px;
}

@media screen and (max-width: 992px) {
  .two-grids {
    flex: 0 0 100%;
  }

  .three-grids {
    flex: 0 0 50%;
  }

  .three-grids.paragraph {
    flex: 0 0 100%;
    margin: 15px 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .three-grids {
    flex: 0 0 100%;
  }
  .four-grids {
    flex: 0 0 50%;
    margin-bottom: 24px !important;
  }
  .stats .link-big-content-wrapper span.h4 {
    font-size: 38px;
  }
}

.projects .link-grid-image-overlay-text {
  font-size: 18px;
  font-weight: 500;
}
.projects .link-grid-image-overlay {
  height: 3rem;
}

.link-text .link-btn {
  background: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  width: max-content;
  margin: auto;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.5;
}

.link-text .link-btn:hover {
  opacity: 0.8;
  transform: none !important;
}

@media screen and (max-width: 600px) {
  .link-text .link-btn {
    font-size: 20px;
  }
  .about-content span.h4 {
    font-size: 27px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 1px;
  }
  .four-grids {
    flex: 0 0 100%;
    margin-bottom: 0px !important;
  }
}
@media screen and (max-width: 384px) {
  .link-text .link-btn {
    font-size: 18px;
  }
  .projects .link-grid-image-wrapper {
    height: 20rem;
  }
}
.big-paragraph .link-big-btn {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
}
.services .link-big-btn {
  /* display: grid !important; */
  padding: 1.5rem !important;
  transform: scale(1) !important;
  grid-auto-flow: row;
  justify-content: inherit;
  align-self: stretch;
  grid-gap: 20px;
}

.services .link-big-btn:hover {
  transform: scale(1) !important;
}

img.link-hover-animation:hover {
  transform: scale(1) !important;
}

.services .link-big-btn-image-wrapper {
  margin: 0 !important;
  width: 30%;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}

.services .link-big-btn:hover .link-big-btn-image-wrapper {
  transform: scale(1.1) !important;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}

.services .link-big-btn-image {
  object-fit: cover;
  max-height: 12rem;
  object-position: top;
  background: #f4fde4;
  padding: 12px;
  margin: 0 !important;
  border-radius: 50px !important;
}

.services .link-big-content-wrapper span.h4 {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 500;
  margin: 0px 0 5px !important;
}

.services .link-big-content-wrapper small {
  font-size: 17px;
  line-height: 1.7;
  font-weight: 400;
  opacity: 0.8;
}

.services .link-big-icon-wrapper {
  /* color: #aea8a8;
    border-radius: 50%;
    order: 1;
    display: inline-block;
    margin: 0rem 0 !important;
    font-size: 40px; */

  display: none;
}

.services .link-big-content-wrapper {
  order: 2;
}

@media screen and (max-width: 736px) {
  .services .link-big-content-wrapper span.h4 {
    font-size: 20px;
  }
}

@media screen and (max-width: 415px) {
  .services .link-big-content-wrapper small {
    font-size: 17px;
  }

  .services .link-big-icon-wrapper {
    font-size: 35px;
  }
  .services .link-big-btn {
    padding: 1rem !important;
  }
}

/*-- reviews --*/

.review {
  display: flex;
}

.review span.h5 {
  font-size: 22px;
  font-weight: 600 !important;
  order: 2;
  line-height: 1.2;
  margin-top: 10px !important;
  margin-bottom: 20px !important;
  opacity: 1;
}

.review span {
  font-size: 17px;
  line-height: 1.7;
  font-weight: 400;
  order: 3;
  opacity: 0.8;
}

.review > div > div > div span {
  font-style: normal;
}

.review svg {
  font-size: 12px;
  margin: 0 -1px !important;
}

.review .card {
  /* background: #e5e9ef66 !important;
    background-color: #e5e9ef1c !important; */
  border: 1px solid #303234 !important;
  padding: 2rem !important;
}

.review .card-body {
  padding: 0px !important;
}

.review .card-body > div > div span:nth-child(1) {
  font-style: normal;
  font-size: 18px;
  font-weight: 600 !important;
  line-height: 1.6;
  opacity: 1;
}

.review .card-body > div > div span:nth-child(2) {
  font-size: 16px;
  opacity: 0.8;
}

.review .card-body > div:nth-child(2) {
  order: 1;
}

.review .card-body > div:nth-child(4) {
  order: 5;
}
.review .link-review-image {
  width: 3rem;
  height: 3rem;
}

.review .card-body > div svg:last-child {
  color: #d8d9d9 !important;
}

@media screen and (max-width: 568px) {
  .review span.h5 {
    font-size: 18px;
  }
  .review .card-body > div > div span:nth-child(1) {
    font-size: 16px;
    margin-bottom: 0px !important;
  }
  .review .card {
    padding: 1.5rem !important;
  }
}
/*-- //reviews --*/

.link-style1 {
  position: relative;
  align-self: baseline;
}

.link-style1 .link-big-btn {
  display: grid !important;
  padding: 1rem !important;
  padding-bottom: 2rem !important;
  transform: scale(1) !important;
  grid-auto-flow: row;
  justify-content: inherit;
  grid-gap: 0;
}

.link-style1 .link-big-btn:hover,
.blog-posts .link-big-btn:hover {
  transform: scale(1) !important;
}

.link-style1 .more-btn {
  background: transparent !important;
  border: none !important;
  position: absolute;
  left: 20px;
  bottom: 20px;
  padding: 0 15px !important;
  font-size: 16px;
  font-weight: 400;
  width: fit-content;
}

.link-style1 .more-btn:hover {
  text-decoration: underline;
}

.blog-posts .more-btn {
  background: transparent !important;
  border: none !important;
  font-size: 16px;
  font-weight: 400;
  width: fit-content;
  margin-top: 20px;
}

.blog-posts .link-big-btn {
  display: grid !important;
  transform: scale(1) !important;
  grid-auto-flow: row;
  justify-content: inherit;
  grid-gap: 0;
  padding: 0 !important;
}

.content-with-button .link-big-btn.content-button {
  padding: 0.9rem 1.5rem 0.7rem !important;
  font-size: 16px;
  width: max-content;
  font-weight: 500;
  background: #fff !important;
  color: #000 !important;
  margin-bottom: 0px !important;
}

.content-with-button .link-big-btn.content-button:hover {
  transform: scale(1.025) !important;
}

.content-with-button .link-big-btn {
  display: grid !important;
  padding: 0rem !important;
  transform: scale(1) !important;
  grid-auto-flow: row;
  justify-content: inherit;
  grid-gap: 0;
}

.content-with-button .link-big-btn:hover {
  transform: scale(1) !important;
}

.link-style1 .link-big-icon-wrapper,
.content-with-button .link-big-icon-wrapper {
  order: 1;
  margin: 0 auto !important;
  text-align: center !important;
  display: block;
  color: #e9c0e9;
  font-size: 40px;
}

.link-style1 .link-big-btn-image-wrapper,
.blog-posts .link-big-btn-image-wrapper {
  width: 100%;
  max-height: 13rem;
  margin: 0;
}

.link-style1 .link-big-btn-image,
.blog-posts .link-big-btn-image {
  border-radius: 8px;
  object-fit: cover;
  max-height: 13rem;
  object-position: center;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}

.link-style1:hover .link-big-btn-image {
  transform: scale(1.1);
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}

.blog-posts .link-big-btn-image-wrapper,
.blog-posts .link-big-btn-image {
  max-height: 16rem;
  background: #e9c0e9;
}

.link-style1 .link-big-content-wrapper,
.blog-posts .link-big-content-wrapper {
  margin-top: 8px !important;
}

.content-with-button .link-big-content-wrapper span.h4 {
  font-size: 40px;
  line-height: 1.4;
  font-weight: 300;
  margin-bottom: 15px !important;
}

.link-style1 .link-big-content-wrapper span.h4,
.blog-posts .link-big-content-wrapper span.h4 {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 0px !important;
}

.link-style1:hover .link-big-content-wrapper span.h4 {
  text-decoration: underline;
}

.link-style1 .link-big-content-wrapper small,
.blog-posts .link-big-content-wrapper small,
.content-with-button .link-big-content-wrapper small {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 15px !important;
  opacity: 0.7;
}

.link-style1 .link-big-content-wrapper,
.blog-posts .link-big-content-wrapper,
.content-with-button .link-big-content-wrapper {
  order: 2;
  margin-top: 25px !important;
  max-width: 770px;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .content-with-button .link-big-content-wrapper span.h4 {
    font-size: 35px;
  }
}

@media screen and (max-width: 736px) {
  .content-with-button .link-big-content-wrapper span.h4 {
    font-size: 26px;
  }

  .link-style1 .link-big-content-wrapper small,
  .blog-posts .link-big-content-wrapper small,
  .content-with-button .link-big-content-wrapper small {
    font-size: 16px;
  }

  .link-style1 .link-big-icon-wrapper,
  .blog-posts .link-big-icon-wrapper,
  .content-with-button .link-big-icon-wrapper {
    font-size: 30px;
  }
}

@media screen and (max-width: 480px) {
  .content-with-button .link-big-btn.content-button {
    padding: 0.7rem 1.4rem 0.5rem !important;
    font-size: 15px;
  }

  .link-style1 .link-big-content-wrapper span.h4,
  .blog-posts .link-big-content-wrapper span.h4 {
    font-size: 20px;
  }
}

@media screen and (max-width: 415px) {
  .link-style1 .link-big-content-wrapper span.h4,
  .blog-posts .link-big-content-wrapper span.h4 {
    font-size: 19px;
  }

  .link-style1 .link-big-content-wrapper small,
  .blog-posts .link-big-content-wrapper small,
  .content-with-button .link-big-content-wrapper small {
    font-size: 15px;
    margin-top: 10px !important;
  }

  .link-style1 .link-big-content-wrapper,
  .blog-posts .link-big-content-wrapper,
  .content-with-button .link-big-content-wrapper {
    margin-top: 20px !important;
  }
}

.middle-content .link-btn {
  padding: 50px 50px !important;
  display: grid !important;
  grid-template-columns: 1fr 1.3fr;
  grid-gap: 50px;
}

.middle-content .link-btn:hover {
  transform: scale(1) !important;
}

.middle-content .link-big-icon-wrapper {
  width: 10%;
  display: none;
}
.middle-content span.h4,
.more-content span.h4 {
  font-weight: 600;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 0.5px;
}
.more-content .link-big-btn {
  padding: 30px;
}
.more-content .link-big-content-wrapper {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  text-align: center;
}
.middle-content .link-big-btn-image-wrapper {
  width: 100%;
  height: 100%;
  max-height: 100%;
  margin-right: 50px !important;
  border-radius: 0px !important;
}
.middle-content .link-big-btn-image {
  max-height: 100%;
}
.middle-content small,
.more-content small {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
  margin-top: 20px;
  opacity: 0.8;
}
.middle-content .link-btn.content-button {
  padding: 15px 25px !important;
  max-width: min-content;
  font-size: 17px;
  font-weight: 500;
  display: block !important;
  margin: 0 auto;
  margin-top: 30px !important;
  /* position: absolute; */
  /* bottom: 100px; */
  /* background: #1a1a1a !important; */
  /* color: #ffffff !important; */
  /* left: 90px; */
  /* right: 0; */
}

@media screen and (max-width: 992px) {
  .middle-content span.h4,
  .more-content span.h4 {
    font-size: 34px;
  }
  .middle-content .link-btn {
    grid-template-columns: 1fr;
    grid-gap: 30px;
    padding: 40px 30px !important;
  }
}

@media screen and (max-width: 736px) {
  .middle-content span.h4,
  .more-content span.h4 {
    font-size: 28px;
  }
}

@media screen and (max-width: 568px) {
  .middle-content .link-btn {
    padding: 30px 20px !important;
  }
  .more-content .link-big-content-wrapper {
    padding: 0px;
  }
  .middle-content span.h4,
  .more-content span.h4 {
    font-size: 22px;
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 480px) {
  .middle-content .link-btn {
    padding: 20px 15px !important;
  }
  .middle-content span.h4,
  .more-content span.h4 {
    font-size: 26px;
  }
}
@media screen and (max-width: 415px) {
  .middle-content span.h4,
  .more-content span.h4 {
    font-size: 24px;
  }
}

/* social media icons style --*/

.d-flex.flex-wrap.justify-content-center > div,
.socialmediaicons > div > div {
  margin: 5px 5px !important;
}
.socialmediaicons {
  margin-top: 20px !important;
}
.socialmediaicons a:has(.fa-fw) {
  display: block;
  border-radius: 12px;
  width: 42px;
  height: 42px;
  line-height: 43px;
  font-size: 13px;
  background: #853dd6 !important;
  border: 1px solid #853dd6 !important;
}

.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 --*/
