<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css?family=Montserrat:400,400i,700");
@import "https://cdn.jsdelivr.net/npm/open-props@1.6.17/open-props.min.css";

.Hero-section {
  padding-left: 13%;
}
.Hero-section .heading-wrapper {
  margin-top: 9.9rem;
}
.heading-wrapper h1 {
  font-weight: 700;
  font-size: 85px;
  line-height: 105px;
  z-index: 1;
}
.heading-wrapper p {
  font-size: 1.3125rem;
  color: var(--gray-text);
  margin-top: 1.25rem;
  width: 95%;
  line-height: 29px;
}
.Hero-section .hero-circles {
  position: absolute;
  left: -57px;
  top: -13px;
}
/* About section */
.About-section {
  padding-left: 5.9375%;
}
.About-section .section-content {
  margin-top: 5.75rem;
}
.About-section .section-content .section-title {
  width: fit-content;
}
.About-section .section-content .position-relative img {
  position: absolute;
  width: 84px;
  top: -23px;
  left: 401px;
}
.About-section img {
  width: 90%;
}
.About-section p {
  font-size: 1.3125rem;
  width: 80%;
  text-align: justify;
}
/* Service Section */

.service-heading-wrapper {
  width: fit-content;
  margin: 0 auto;
}
.service-image {
  position: absolute;
  right: -105px;
  width: 100px;
  top: -37px;
}
.service-pera {
  color: var(--gray-text);
  font-size: 1.3125rem;
  margin-top: 1.25rem;
  text-align: center;
  margin: 0 auto;
  width: 80%;
}
.service-cards-wrap {
  margin: 6.25rem 0;
}

.service-card img {
  width: 90px;
  height: 90px;
}
.service-card h5 {
  margin-top: 2.125rem;
  text-align: center;
  width: 175px;
  font-weight: bold;
}
/* ---------- Portfolio ------------------ */
.portfolio-title-wrapper {
  width: fit-content;
}
.portfolio-image-group {
  position: absolute;
  width: 111px;
  left: -109px;
  top: -74px;
}
.portfolio-pera {
  font-size: 1.3125rem;
  line-height: 29px;
  font-weight: 400;
  width: 48%;
  margin: auto;
}
.portfolio-content .nav {
  justify-content: center;
  border: none;
  margin-top: 77px;
}
.portfolio-content .nav-tabs .nav-link {
  border: none;
  font-size: 1.375rem;
  color: var(--gray);
  font-weight: 400;
}
.portfolio-content .nav-tabs .nav-link.active {
  color: var(--primary);
  font-weight: bold;
}
.carousel {
  margin-top: 30px;
}
.carousel-inner {
  margin: 0 auto;
  width: 80%;
  height: auto;
}

.carousel-item img {
  width: 100%;
  border: 1px solid transparent;
}
.carousel-control-prev,
.carousel-control-next {
  background-color: gray;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: auto 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 20px;
}

/* ----------- Blog ----------------*/
.blog-carousel-item .row .col {
  padding: 10px;
}
.tab-content {
  margin-bottom: 5rem;
}
.blog-card {
  background: var(--basic);
  border-radius: 15px;
  text-align: start;
  padding: 8px;
  text-decoration: none;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.19);
}
.blog-card .card-img {
  border-radius: 15px;
  border: 1px solid var(--gray);
}

.blog-card .card-title {
  font-size: 1rem;
  font-weight: 700;
  margin-top: 15px;
}
.blog-card .card-pera {
  font-size: 0.7rem;
  color: var(--gray);
  font-weight: 500;
}
.upload-time {
  display: flex;
  align-items: center;
}
.upload-time img {
  width: 18px;
}
.upload-time span {
  font-size: 0.7rem;
  font-weight: 600;
  margin-inline-start: 10px;
  line-height: 15px;
}

/* ----------------------------------------- */

.service-card img {
  width: 90px;
  height: 90px;
}

@media (max-width: 376px) {
  .section {
    margin-bottom: 5rem;
  }
  .Hero-section .heading-wrapper {
    margin-top: 4rem;
  }
  .heading-wrapper h1 {
    font-size: 2.5rem;
    line-height: 50px;
  }
  .heading-wrapper p {
    font-size: 0.875rem;
    text-align: justify;
  }
  .section-title {
    font-size: 2.5rem;
  }
  .About-section {
    padding: 0 10%;
  }
  .About-section .section-content .position-relative img {
    width: 40px;
    top: 20px;
    left: -9px;
  }
  .About-section p {
    font-size: 0.875rem;
    text-align: justify;
    width: 100%;
  }
  .service-image {
    right: -84px;
    width: 100px;
    top: -56px;
  }
  .service-pera {
    font-size: 0.875rem;
    text-align: justify;
  }
  .portfolio-image-group {
    width: 51px;
    left: -40px;
    top: -40px;
  }
  .portfolio-pera {
    font-size: 0.875rem;
    text-align: justify;
    width: 90%;
    line-height: 23px;
  }
  .portfolio-content .nav-tabs .nav-link {
    font-size: 1rem;
  }
  .talk-pera {
    font-size: 0.875rem;
  }
}

@media (min-width: 376px) and (max-width: 576px) {
  .section {
    margin-bottom: 5rem;
  }
  .Hero-section .heading-wrapper {
    margin-top: 4rem;
  }
  .heading-wrapper h1 {
    font-size: 3.5rem;
    line-height: 70px;
  }
  .heading-wrapper p {
    font-size: 1rem;
    line-height: 26px;
    text-align: justify;
  }
  .section-title {
    font-size: 2.5rem;
  }
  .About-section {
    padding: 0 10%;
  }
  .About-section .section-content .position-relative img {
    width: 40px;
    top: 20px;
    left: -9px;
  }
  .About-section p {
    font-size: 1rem;
    text-align: justify;
    width: 100%;
  }
  .service-image {
    right: -84px;
    width: 100px;
    top: -56px;
  }
  .service-pera {
    font-size: 1rem;
    text-align: justify;
  }
  .portfolio-image-group {
    width: 51px;
    left: -40px;
    top: -40px;
  }
  .portfolio-pera {
    font-size: 1rem;
    text-align: justify;
    width: 90%;
    line-height: 23px;
  }
  .portfolio-content .nav-tabs .nav-link {
    font-size: 1rem;
  }
  .talk-pera {
    font-size: 1rem;
  }
}

@media (min-width: 577px) and (max-width: 992px) {
  .section {
    margin-bottom: 5rem;
  }
  .Hero-section .heading-wrapper {
    margin-top: 4rem;
  }
  .heading-wrapper h1 {
    font-size: 5rem;
    line-height: 90px;
  }
  .heading-wrapper p {
    font-size: 1.1rem;
    line-height: 30px;
    text-align: justify;
  }
  .section-title {
    font-size: 3.5rem;
  }
  .About-section {
    padding: 0 10%;
  }
  .About-section .section-content .position-relative img {
    width: 40px;
    top: 20px;
    left: -9px;
  }
  .About-section p {
    font-size: 1.1rem;
    text-align: justify;
    width: 100%;
  }
  .service-image {
    right: -84px;
    width: 100px;
    top: -56px;
  }
  .service-pera {
    font-size: 1.1rem;
    text-align: justify;
    width: 100%;
  }
  .portfolio-image-group {
    width: 51px;
    left: -40px;
    top: -40px;
  }
  .portfolio-pera {
    font-size: 1.1rem;
    text-align: justify;
    width: 100%;
    line-height: 23px;
  }
  .portfolio-content .nav-tabs .nav-link {
    font-size: 1.1rem;
  }
  .talk-pera {
    font-size: 1.1rem;
  }
}
</pre></body></html>