@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap");

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

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

main#links {
  margin: 0 !important;
  background: none;
  border: none;
  padding: 0;
  font-family: "Space Grotesk", 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.5rem !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: 992px) {
  .w-25 {
    flex: 0 0 50% !important;
    /* margin-top: 20px !important; */
  }

  .w-25:nth-child(odd) {
    padding-left: 8px;
  }

  .w-25:nth-child(even) {
    padding-right: 8px;
  }
}

@media screen and (max-width: 768px) {
  .w-20 {
    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: 17px;
  line-height: 1.7;
  font-weight: 400;
}

.paragraph-50 {
  display: block;
  margin: 0 auto;
  max-width: 600px;
}
.paragraph-60 {
  display: block;
  margin: 0 auto;
  max-width: 680px;
}
.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: 16px;
  }
}

.tag h6 {
  padding: 5px 15px;
  /* background: #d65746; */
  display: inline-block;
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0px;
}

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

.small-btn .link-btn,
.small-btn-with-icon .link-btn {
  padding: 0.7rem 1.5rem !important;
  font-size: 16px;
  width: max-content;
  font-weight: 600;
}

.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,
  .header-social,
  .small-btn,
  .small-btn-with-icon,
  .link-text {
    flex: 0 0 50% !important;
    align-self: center;
  }

  .small-btn .link-btn,
  .small-btn-with-icon .link-btn {
    font-size: 15px;
  }
}

@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;
  }

  .small-btn.header-btn,
  .header-btn.small-btn {
    padding: 0 15px !important;
    padding-left: 0px !important;
  }
}

h1.h1 {
  font-size: 60px !important;
  line-height: 1.2 !important;
  font-weight: 700;
  letter-spacing: 0;
  /* max-width: 700px;
  margin: 0 auto !important; */
  margin-bottom: 15px !important;
  position: relative;
}

h1 {
  font-size: 65px;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 80px;
}

h2.h2,
h3.h3 {
  font-size: 45px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0px;
  margin-bottom: 30px !important;
}

h5.h5 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 5px !important;
}

.banner .card-body {
  font-size: 18px;
}

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

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

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

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

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

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

@media screen and (max-width: 568px) {
  h1.h1,
  h1 {
    font-size: 30px !important;
    line-height: 1.4 !important;
    margin-bottom: 10px !important;
  }

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

  h5.h5 {
    font-size: 18px;
  }

  .banner .card-body {
    font-size: 16px;
  }
}

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

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

.align-right {
  display: grid;
  justify-content: end;
  /* padding-right: 5px; */
}

.align-left {
  display: grid;
  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,
.services .link-big-icon-wrapper,
.link-style1 .link-big-icon-wrapper,
.socialmediaicons a:has(.fa-fw) {
  border-radius: 12px !important;
}

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

/*-- logo slider --*/

.slider1 {
  max-width: 900px;
  margin: 0 auto;
}

.slider2 {
  max-width: 800px;
  margin: 0 auto;
}
.splide__slide img {
  width: 7rem !important;
  height: 1rem !important;
  /* background: #F5ECFF; */
  padding: 0 12px;
  border: 1px solid #ddd;
  border-top: 0px;
  border-bottom: 0px;
  border-radius: 0px !important;
}
@media screen and (max-width: 736px) {
  .splide__slide img {
    width: 4rem !important;
    padding: 5px;
  }
}

@media screen and (max-width: 480px) {
  .splide__slide img {
    width: 3rem !important;
  }
  .splide__slide {
    margin-right: 2rem !important;
  }
}

/*-- //logo slider --*/

/*--  banner section --*/

.banner-content,
.about-content {
  align-self: center;
}

.banner-content .link-btn {
  padding: 0px !important;
  padding-right: 1.5rem !important;
}

.banner-content a:hover {
  transform: scale(1) !important;
}

.banner-content small,
.about-content small {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 20px;
  opacity: 0.8;
  letter-spacing: 0.5px;
  color: #4e4e54 !important;
}

.banner-content span.h4 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0px;
  margin-bottom: 5px !important;
}

.banner-content .link-big-icon-wrapper,
.about-content .link-big-icon-wrapper {
  display: none;
}

.banner-image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.two-grids.banner-content .link-big-content-wrapper {
  padding: 0px !important;
}
.banner-button {
  max-width: fit-content;
}
.banner-button span,
.content-with-button .button span {
  padding: 15px 25px !important;
  display: block !important;
  color: #fff;
  background: #36989e;
  margin-top: 40px;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s ease;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}
.banner-button span:hover {
  transform: scale(1.04);
  transition: 0.3s ease;
}

@media screen and (max-width: 991px) {
  .banner-content span.h4 {
    font-size: 45px;
    margin: 0;
  }

  .banner-image {
    margin-top: 30px !important;
  }
}

@media screen and (max-width: 736px) {
  .banner-content span.h4 {
    font-size: 40px;
  }

  .banner-image img {
    height: 300px;
  }
}

@media screen and (max-width: 568px) {
  .banner-content span.h4 {
    font-size: 35px;
  }

  .banner-content small {
    margin-top: 15px;
  }

  .banner-content .link-btn,
  .about-content .link-btn {
    padding: 0px !important;
  }

  .banner-button span,
  .content-with-button .button span {
    padding: 13px 22px !important;
    font-size: 15px;
  }

  .banner-content small,
  .about-content small {
    font-size: 17px;
  }
}

@media screen and (max-width: 415px) {
  .banner-content small,
  .about-content small {
    font-size: 15px;
  }

  .banner-image img {
    height: 250px;
  }
}

@media screen and (max-width: 384px) {
  .banner-content span.h4 {
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 0px;
  }
}

/*-- // banner section --*/

/*-- about section --*/

.about-content .link-big-btn {
  padding: 0px !important;
}

.about-content .about-button {
  background: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  padding-right: 25px !important;
  width: max-content;
  margin-top: 25px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.25px;
  text-decoration: underline;
  color: #d65746 !important;
}

.about-content .about-button:hover {
  color: #303036 !important;
}

.about-content span.h4 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0px;
  margin-bottom: 5px !important;
}

@media screen and (max-width: 992px) {
  .about-content span.h4 {
    font-size: 35px;
  }

  .about-content .about-button {
    margin-bottom: 30px !important;
  }
}

@media screen and (max-width: 736px) {
  .about-content span.h4 {
    font-size: 30px;
  }
}

@media screen and (max-width: 568px) {
  .about-content span.h4 {
    font-size: 28px;
    margin-bottom: 0px !important;
  }
}

@media screen and (max-width: 415px) {
  .about-content span.h4 {
    font-size: 24px;
    line-height: 1.4;
  }

  .banner-content small,
  .about-content small {
    margin-top: 15px;
  }
}

/*-- //about section --*/

/*-- logo slider --*/

/*-- //logo slider --*/

.logo-slider img {
  vertical-align: bottom;
  height: min-content !important;
  padding: 20px;
}

.logo-slider .splide__pagination__page {
  background: #c4c1bf;
}

.logo-slider .splide__pagination__page.is-active {
  background: #504137 !important;
  margin: 0 5px;
}

.logo-slider .link-image-slider-image {
  object-fit: contain;
  opacity: 0.8;
  padding: 0 25px 0 0;
}

@media screen and (max-width: 415px) {
  .logo-slider .link-image-slider-image {
    padding: 0 10px 0 0;
    /* height: 5rem !important; */
    width: 10rem !important;
  }
}

.projects a {
  border-radius: 12px;
  overflow: hidden;
  display: block;
}

.projects a div:hover {
  /* transform: scale(1) !important;
    filter: grayscale(1) !important; */
}

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

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

.four-grids {
  flex: 0 0 25%;
}

.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: 736px) {
  .three-grids {
    flex: 0 0 100%;
  }
}

.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;
  padding-right: 25px !important;
  width: max-content;
  margin: auto;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.25px;
}

.link-text .svg-inline--fa.fa-w-14 {
  width: 0.875em;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 15px;
  transform: rotateZ(-45deg);
  color: #d65746;
}

.link-text .link-btn:hover {
  transform: none !important;
  text-decoration: underline;
}

@media screen and (max-width: 568px) {
  .link-text .link-btn {
    font-size: 17px;
  }

  .projects {
    max-width: 100%;
  }

  .projects .link-grid-image-wrapper {
    height: 20rem;
  }
}

@media screen and (max-width: 384px) {
  .link-text .link-btn {
    font-size: 18px;
  }

  .projects .link-grid-image-wrapper {
    height: 20rem;
  }
}

.three-grids img,
.four-grids img {
  max-height: 300px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  margin-bottom: 10px;
}

.services .link-big-btn,
.stats .link-big-btn {
  display: grid !important;
  padding: 0rem !important;
  transform: scale(1) !important;
  grid-auto-flow: row;
  justify-content: inherit;
  align-self: stretch;
  align-items: start !important;
  grid-gap: 20px;
  margin-top: 10px;
}

.stats .link-big-btn {
  display: grid !important;
  text-align: center !important;
  padding: 1rem 1rem !important;
}

.stats .link-big-btn:hover .link-big-icon-wrapper {
  transform: scale(1.2);
  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,
.stats .link-big-btn:hover {
  transform: scale(1) !important;
}

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

.services .link-big-btn-image-wrapper {
  margin: 0 !important;
  width: 100%;
  max-height: 13rem;
  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: 13rem;
  height: 13rem;
  object-position: top;
  margin: 0 !important;
}

.services .link-big-content-wrapper span.h4,
.stats .link-big-content-wrapper span.h4 {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  margin: 0px 0 15px !important;
}

.stats .link-big-content-wrapper span.h4 {
  font-size: 50px;
  line-height: 1;
  margin: 0px 0 10px !important;
}

.services .link-big-content-wrapper small,
.stats .link-big-content-wrapper small {
  font-size: 17px;
  line-height: 1.6;
  font-weight: 400;
  opacity: 0.8;
  color: #4e4e54 !important;
  letter-spacing: 0.5px;
}

.services .link-big-icon-wrapper {
  color: #000;
  order: 1;
  display: inline-block;
  margin: 0rem 0 !important;
  font-size: 26px;
  background: #ffc907;
  width: 62px;
  height: 62px;
  line-height: 60px;
  border-radius: 50% !important;
  order: 1;
  display: inline-block;
  margin: 0rem 0 !important;
  font-size: 26px;
}

.stats .link-big-icon-wrapper {
  display: none;
}

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

@media screen and (max-width: 992px) {
  .services .link-big-btn {
    margin-bottom: 0px;
  }

  .stats,
  .four-grids {
    flex: 0 0 50% !important;
  }
}

@media screen and (max-width: 768px) {
  .stats:nth-child(even),
  .four-grids:nth-child(even) {
    padding-right: 8px;
    margin-bottom: 0 !important;
  }

  .stats:nth-child(odd),
  .four-grids:nth-child(odd) {
    padding-left: 8px;
    margin-bottom: 0 !important;
  }

  .services .link-big-content-wrapper small,
  .stats .link-big-content-wrapper small {
    font-size: 17px;
  }
}

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

  .services .link-big-btn-image {
    padding: 15px;
  }

  .services .link-big-btn,
  .stats .link-big-btn {
    grid-gap: 20px;
  }

  .stats .link-big-content-wrapper span.h4 {
    font-size: 40px;
  }
}

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

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

  .services .link-big-icon-wrapper {
    font-size: 25px;
  }

  .services .link-big-btn {
    padding: 0.5rem 0rem !important;
  }

  .stats .link-big-btn {
    padding: 1.5rem 0.5rem !important;
  }

  .services .link-big-btn-image {
    padding: 10px;
  }

  .stats .link-big-content-wrapper span.h4 {
    font-size: 30px;
    margin: 0px 0 10px !important;
  }

  .stats .link-big-icon-wrapper {
    font-size: 25px;
  }

  .services .link-big-content-wrapper small,
  .stats .link-big-content-wrapper small {
    font-size: 16px;
  }

  .stats .link-big-content-wrapper small {
    letter-spacing: 0px;
  }
}

/*-- reviews --*/

.review {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
}

.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;
  letter-spacing: 0px;
  font-style: normal;
}

.review span {
  font-size: 18px;
  line-height: 1.7;
  font-weight: 500;
  order: 3;
  opacity: 0.8;
  letter-spacing: 0.5px;
  font-style: italic;
}

.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 #0000001a !important;
  padding: 3rem !important;
}

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

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

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

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

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

.review .link-review-image {
  width: 3.5rem;
  height: 3.5rem;
}

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

.content-top .card {
  margin-top: -12em;
}

@media screen and (max-width: 768px) {
  .review span.h5 {
    font-size: 22px;
  }

  .review span {
    font-size: 17px;
  }

  .review .card {
    padding: 1.5rem !important;
  }
}

@media screen and (max-width: 600px) {
  .review span.h5 {
    font-size: 18px;
  }
}
@media screen and (max-width: 415px) {
  .review span {
    font-size: 16px;
  }
}

/*-- //reviews --*/

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

.link-style1 .link-big-btn {
  display: grid !important;
  padding: 1.2rem !important;
  padding-bottom: 4rem !important;
  transform: scale(1) !important;
  grid-auto-flow: row;
  justify-content: inherit;
  align-self: stretch;
  align-items: start !important;
  grid-gap: 30px;
  margin-bottom: 10px;
}

.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: 17px;
  font-weight: 600;
  width: fit-content;
  box-shadow: none !important;
  color: #d65746 !important;
  letter-spacing: 0.5px;
}

.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 !important;
  font-size: 16px;
  width: fit-content;
  font-weight: 600;
  background: #fff !important;
  color: #000 !important;
  margin-bottom: 0px !important;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

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

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

.content-with-button .link-big-content-wrapper {
  order: 2;
  margin-top: 30px !important;
  max-width: 750px;
  margin: 0 auto;
}

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

.link-style1 .link-big-icon-wrapper,
.content-with-button .link-big-icon-wrapper {
  display: none;
}

.link-style1 .link-big-icon-wrapper svg {
  font-size: 18px;
  /* transform: rotate(-45deg); */
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.link-style1:hover .link-big-icon-wrapper svg {
  font-size: 22px;
  transform: rotate(-45deg);
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

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

.link-style1 .link-big-btn-image,
.blog-posts .link-big-btn-image {
  border-radius: 8px;
  object-fit: cover;
  max-height: 12rem;
  height: 12rem;
  object-position: center;
  margin-bottom: 0px;
  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: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .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: 0px !important;
  padding: 0 0px;
}

.content-with-button .link-big-content-wrapper span.h4 {
  font-size: 44px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 30px !important;
}

.link-style1 .link-big-content-wrapper span.h4,
.blog-posts .link-big-content-wrapper span.h4 {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 600;
  margin: 0px 0 15px !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: 17px;
  line-height: 1.6;
  font-weight: 500;
  color: #303036 !important;
  letter-spacing: 0.5px;
  opacity: 0.8;
}

.content-with-button .link-big-content-wrapper small {
  /* max-width: 740px; */
  margin: 0 auto;
}

/* 
.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: 992px) {
  .content-with-button .link-big-content-wrapper span.h4 {
    font-size: 38px;
  }

  .content-with-button .link-big-content-wrapper {
    margin-top: 0px !important;
  }
}

@media screen and (max-width: 768px) {
  .link-style1 .link-big-content-wrapper small,
  .blog-posts .link-big-content-wrapper small,
  .content-with-button .link-big-content-wrapper small {
    font-size: 17px;
  }
}

@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-btn {
    padding: 1rem !important;
    padding-bottom: 4rem !important;
  }

  .link-style1 .more-btn {
    padding: 0 15px !important;
  }

  .link-style1 .link-big-icon-wrapper,
  .content-with-button .link-big-icon-wrapper {
    line-height: 55px;
  }

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

@media screen and (max-width: 568px) {
  .content-with-button .link-big-btn {
    padding: 2rem !important;
    padding-bottom: 8rem !important;
  }

  .link-style1 .link-big-btn-image,
  .blog-posts .link-big-btn-image {
    max-height: 15rem;
    height: 15rem;
  }

  .link-style1 .link-big-icon-wrapper,
  .content-with-button .link-big-icon-wrapper {
    width: 50px;
    height: 50px;
    line-height: 45px;
    top: 7rem;
  }
}

@media screen and (max-width: 480px) {
  .content-with-button .link-big-btn.content-button {
    font-size: 15px;
  }

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

  .content-with-button .link-big-btn {
    padding: 2rem 1rem !important;
    padding-bottom: 7rem !important;
  }

  .content-with-button .link-big-btn.content-button {
    bottom: 35px;
  }

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

@media screen and (max-width: 415px) {
  .link-style1 .link-big-btn {
    grid-gap: 20px;
  }
}

.gallery img {
  margin-bottom: 15px;
}

.gallery img {
  min-height: 300px;
  max-height: 300px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  cursor: pointer;
}

@media screen and (max-width: 992px) {
  .gallery img {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 568px) {
  .gallery img {
    min-height: 200px;
    max-height: 200px;
  }
}

.middle-content .link-btn {
  padding: 50px 50px !important;
  display: grid !important;
  grid-gap: 50px;
  border-radius: 16px !important;
  grid-template-columns: 1fr 1fr;
}
.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: 42px;
  line-height: 1.2;
}

.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: 8px !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;
  color: #4e4e54 !important;
}

.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;
  }

  .middle-content .link-btn {
    padding: 25px 25px !important;
  }
}

@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: 26px;
    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;
  }

  .middle-content small,
  .more-content small {
    font-size: 16px;
  }
}

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

.faq {
  max-width: 850px;
  margin: 0 auto;
}

.faq .card {
  margin-bottom: 10px !important;
}

.faq .link-faq button {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 2px 12px;
}

.faq .card-body {
  padding: 0px 30px 10px 15px;
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.8;
}

.faq .btn:focus,
.faq .btn.focus {
  outline: 0;
  box-shadow: none;
}

.faq .card h2 {
  position: relative;
}

.faq .card h2 button:after {
  content: url(https://webhash-site-carcare.netlify.app/images/down.png);
  position: absolute;
  right: 16px;
  top: 4px;
  bottom: 0;
  margin: auto;
  /* z-index: -1; */
}

@media screen and (max-width: 991px) {
  .faq .link-faq button {
    font-size: 17px;
  }

  .faq .card-body {
    padding: 0px 20px 10px 10px;
  }
}

@media screen and (max-width: 736px) {
  /* .faq .link-faq button {
      font-size: 16px;
      padding: 8px 15px;  
    }
    .faq .card-body {
        padding: 0px 30px 20px 15px;
    } */
}

@media screen and (max-width: 600px) {
  .faq .card h2 button:after {
    right: 5px;
    top: 5px;
  }
}

@media screen and (max-width: 415px) {
  .faq .link-faq button {
    padding: 2px 18px;
    padding-left: 2px;
    font-size: 16px;
  }

  .faq .card {
    margin-bottom: 10px !important;
    margin: 5px 0px !important;
  }

  .faq .card-body {
    padding: 0px 10px 10px 2px;
    font-size: 15px;
    line-height: 1.8;
  }
}

/* social media icons style --*/

.socials {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.d-flex.flex-wrap.justify-content-center > div,
.socialmediaicons > div > div {
  margin: 0px 7px !important;
}

.d-flex.flex-wrap.justify-content-center > div:last-child {
  margin-right: 0px !important;
}

.socialmediaicons {
  margin-top: 20px !important;
}

.socialmediaicons a:has(.fa-fw) {
  display: block;
  width: 38px;
  height: 38px;
  line-height: 40px;
  font-size: 13px;
}

.socialmediaicons a i {
  line-height: inherit !important;
}

.socialmediaicons a:has(.social-farcaster-icon) {
  background: #8a63d2;
}

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

@media screen and (max-width: 568px) {
  /* .d-flex.flex-wrap.justify-content-center>div,
    .socialmediaicons>div>div {
        margin: 0px 5px !important;
        font-size: 15px;
    } */

  .d-flex.flex-wrap.justify-content-center > div:last-child {
    margin-right: 0px !important;
  }

  .header-social .justify-content-center {
    justify-content: flex-end !important;
  }
}
