/*================================================================================================
    Start Creative Home CSS
===================================================================================================*/
@import "../reset.css";
@import "../mobile-menu.css";
@import "../header.css";

body {
  background-color: #0b0b0b;
}

:root {
  --bx-title-color: #011;
}

/* Header  */
.bx-header {
  background-color: transparent;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 999;
}
.bx-header__block {
  border-bottom: 0;
}
.header-main.sticky {
  background: #ffffff17;
  border-bottom: 1px solid #ffffff21;
}
.bx-header__inner {
  position: initial;
}
.bx-header__logo {
  border-right: 0;
  padding-right: 0px;
  height: auto;
}
.bx-header__right {
  gap: 56px;
  border-left: none;
  padding-left: 0px;
}

.bx-header__action {
  gap: 24px;
}
.bx-header__btn .bx-btn {
  background: #26221f;
}
.bx-header__btn .bx-btn:hover {
  background: var(--bx-white-color);
  color: var(--bx-title-color);
}
.bx-header__action-btn {
  display: flex;
  align-items: center;
  gap: 16px;
}
.bx-header__search,
.bx-header__menu {
  color: var(--bx-white-color);
  width: 44px;
  height: 44px;
  border: 1px solid var(--bx-white-color);
  border-radius: 100%;
  text-align: center;
  line-height: 48px;
  font-size: 18px;
}
.bx-header__search:hover {
  background: var(--bx-white-color);
  color: var(--bx-title-color);
}
.bx-header__menu {
  border: 1px solid transparent;
  background: #25221f;
}
.bx-header__menu:hover {
  background: var(--bx-white-color);
  color: var(--bx-title-color);
}
.bx-header__nav {
  border-right: none;
  padding: 0;
}
.bx-header__nav-menu li a {
  padding: 35px 0px;
}
.bx-header__nav-menu li a,
.bx-header__info .support-text i {
  color: var(--bx-white-color);
}
.bx-header__nav-menu li:hover > a,
.bx-header__nav-menu li.active a {
  color: var(--bx-primary-color);
}
.bx-header__nav-menu .megamenu-active:hover > a,
.bx-header__nav-menu .megamenu-active a {
  color: var(--bx-primary-color);
}
.header-main.sticky .bx-header__nav-menu li .active {
  color: var(--bx-primary-color);
}

/* Hero  */
.bx-hero {
  overflow: hidden;
  padding-bottom: 165px;
  padding-top: 484px;
}
.bx-hero__content {
  position: relative;
}
.bx-hero__content-widget.widget-1 {
  gap: 266px;
}
.bx-hero__content-widget.widget-2 {
  margin-top: 40px;
  margin-left: 124px;
  align-items: center;
  gap: 120px;
}
.bx-hero__content .title {
  font-size: 70px;
  line-height: 54px;
  margin: 0;
  letter-spacing: 11.2px;
  color: #bcbcbc;
  font-weight: 500;
}
.bx-hero__content .title-2 {
  font-size: 300px;
  color: var(--bx-white-color);
  font-family: var(--bx-literata-font);
  font-style: italic;
  font-weight: 400;
  line-height: 320px;
  letter-spacing: -12px;
}
.bx-hero__content .text {
  color: rgba(255, 255, 255, 0.72);
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: -0.44px;
  max-width: 390px;
  font-family: var(--bx-inter-font);
}

.bx-hero__spinner-btn {
  position: relative;
  width: 180px;
  max-width: 180px;
  height: 180px;
}
.bx-hero__spinner-btn .spinner-text {
  animation: spinner 5s infinite linear;
}
.bx-hero__spinner-btn .arrow-down {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .bx-hero {
    padding-bottom: 100px;
    padding-top: 280px;
  }
  .bx-hero__content-widget.widget-1 {
    gap: 80px;
  }
  .bx-hero__content .title-2 {
    font-size: 240px;
  }
}

/* About  */
.bx-about {
  overflow: hidden;
}
.bx-about__shapes {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.bx-about__shapes .shape-1 {
  position: absolute;
  left: 80px;
  top: 235px;
}
.bx-about__shapes .shape-2 {
  position: absolute;
  top: 192px;
  right: -156px;
}
.bx-about .bx-section-head {
  margin-left: 280px;
  max-width: 974px;
}
.bx-about .bx-section-head__title {
  color: rgba(255, 255, 255, 0.8);
}
.bx-about .bx-section-head__title span {
  font-weight: 500;
  display: block;
  margin-bottom: 12px;
}
.bx-about .bx-section-head__title span img {
  max-width: 126px;
  margin: 0px 50px;
}
.bx-about__counter-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 100px;
  margin-top: 100px;
}
.bx-about .single-counter {
  display: flex;
  align-items: center;
  gap: 16px;
}
.bx-about .single-counter h4 {
  margin: 0;
  font-size: 76px;
  line-height: 70px;
  color: rgba(255, 255, 255, 0.3);
  font-weight: 500;
}
.bx-about .single-counter .odometer.odometer-auto-theme,
.bx-about .single-counter .odometer.odometer-theme-default {
  font-family: var(--bx-inter-font);
  line-height: 70px;
  letter-spacing: -1px;
}
.bx-about .single-counter p {
  font-size: 20px;
  font-family: var(--bx-inter-font);
  font-weight: 400;
  line-height: 34px;
  color: rgba(255, 255, 255, 0.72);
}
.bx-about__image {
  margin-top: 130px;
  text-align: center;
}
.bx-about__image img {
  max-width: 1568px;
  border-radius: 6px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .bx-about__counter-wrapper {
    gap: 65px;
  }
  .bx-about__image img {
    max-width: 100%;
  }
}

/* Service  */
.bx-service__inner {
}
.bx-service .bx-section-head__title {
  max-width: 914px;
  margin-left: auto;
}
.bx-service .border-line {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: block;
  margin-top: 24px;
}

.bx-service__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 70px;
}
.bx-service__card.only-icon {
  padding: 120px 0px;
}
.bx-service__card.only-icon .service-icon img {
  max-width: 178px;
}
.bx-service__card.card-style {
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.03);
  padding: 40px;
  transition: all 0.3s ease;
}
.bx-service__card.card-style:hover {
  border: 1px solid #ffffff57;
}
.bx-service__card.card-style .service-icon img {
  max-width: 64px;
}
.bx-service__card.card-style .service-content {
  margin-top: 246px;
}
.bx-service__card.card-style .service-content .title {
  font-size: 22px;
  font-weight: 600;
  line-height: 120%;
  color: var(--bx-white-color);
  margin-bottom: 12px;
}
.bx-service__card.card-style .service-content .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.36px;
  color: rgba(255, 255, 255, 0.37);
}
.bx-service__card.only-btn {
  text-align: center;
}
.bx-service__card.only-btn a {
  width: 195px;
  height: 195px;
  background: #8aff13;
  border-radius: 100%;
  text-align: center;
  display: inline-block;
  transition: all 0.3s ease;
  position: relative;
  padding: 75px 24px;
  margin: 146px 0px;
}
.bx-service__card.only-btn a:hover {
  background: var(--bx-white-color);
  color: var(--bx-title-color);
}
.bx-service__card.only-btn a span {
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.32px;
  display: block;
  color: var(--bx-title-color);
  margin-top: 12px;
}

/* Why Choose  */
.bx-why-choose {
  overflow: hidden;
}
.bx-why-choose__section-head {
  max-width: 1332px;
}
.bx-why-choose__section-head .title {
  color: #5b5b5b;
  font-family: var(--bx-inter-font);
  font-size: 70px;
  font-weight: 500;
  line-height: 96px;
  text-transform: uppercase;
}
.bx-why-choose__section-head .title span {
  color: var(--bx-white-color);
}
.bx-why-choose__main {
  margin-top: 120px;
  display: flex;
  align-items: center;
  gap: 97px;
}
.bx-why-choose__img img {
  max-width: 490px;
}
.bx-why-choose__circle {
  max-width: 424px;
  min-width: 424px;
  height: 424px;
  border-radius: 424px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.03);
  text-align: center;
  padding: 120px 62px;
}
.bx-why-choose__circle .title {
  font-size: 140px;
  font-weight: 500;
  line-height: 96px;
  color: var(--bx-white-color);
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
}
.bx-why-choose__circle .title span {
  font-size: 48px;
  position: relative;
  top: -28px;
}
.bx-why-choose__circle .text {
  color: rgba(255, 255, 255, 0.57);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.36px;
  margin-top: 32px;
}
.bx-why-choose__content .text {
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--bx-inter-font);
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}
.bx-why-choose__btn {
  margin-top: 65px;
}
.bx-why-choose__btn .bx-btn {
  background: var(--bx-white-color);
  color: var(--bx-title-color);
}
.bx-why-choose__btn .bx-btn:hover {
  background: var(--bx-primary-color);
  color: var(--bx-white-color);
}

/* Text Move  */
.bx-text-move {
  overflow: hidden;
}
.swiper.text-move_slider-reverse {
  margin-top: 40px;
}
.bx-text-move .swiper-slide {
  width: auto !important;
}
.bx-text-move .swiper-wrapper {
  transition-timing-function: linear;
}
.bx-text-slide__item {
  display: flex;
  gap: 58px;
  justify-content: center;
  align-items: center;
}
.bx-text-slide__item .text {
  font-size: 77px;
  font-weight: 900;
  letter-spacing: -3.08px;
  color: #5b5b5b;
  line-height: 140%;
}
.bx-text-slide__item .text.text-outline {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #5b5b5b;
}
.bx-text-slide__item .arrow-img {
  max-width: 50px;
  max-height: 50px;
}

/* Portfolio  */
.bx-portfolio {
  overflow: hidden;
}
.bx-portfolio__inner {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 140px;
}
.bx-portfolio .bx-section-head {
  align-items: flex-start;
  margin: 0;
}
.bx-portfolio .bx-section-head__info {
  max-width: 724px;
}
.bx-portfolio .bx-section-head__title {
  margin: 0;
}
.bx-portfolio__item {
  max-width: 724px;
}
.bx-portfolio__item.mt-270 {
  margin-top: 270px;
}
.bx-portfolio__item.mt-194 {
  margin-top: 194px;
}
.bx-portfolio__item.mt-122 {
  margin-top: -78px;
}
.bx-section-head__btn .bx-btn {
  background: #8aff13;
  color: var(--bx-title-color);
}
.bx-section-head__btn {
  margin-top: 50px;
}
.bx-section-head__btn .bx-btn:hover {
  background: var(--bx-white-color);
  color: var(--bx-title-color);
}

.bx-portfolio__image {
  overflow: hidden;
  border-radius: 6px;
}
.bx-portfolio__image img {
  max-width: 724px;
  border-radius: 6px;
  transition: all 0.3s ease;
}
.bx-portfolio__item:hover .bx-portfolio__image img {
  transform: scale(1.04);
}
.bx-portfolio__info {
  margin-top: 35px;
}
.bx-portfolio__info .category {
  display: inline-block;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  padding: 5px 18px;
  color: var(--bx-white-color);
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0.15px;
}
.bx-portfolio__info .title {
  display: block;
  font-size: 26px;
  font-weight: 600;
  line-height: 140%;
  color: var(--bx-white-color);
  max-width: 340px;
  margin-top: 22px;
}
.bx-portfolio__item:hover .bx-portfolio__info .title {
  color: #8aff13;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .bx-portfolio__image img,
  .bx-portfolio__image {
    max-width: 680px;
  }
}

/* Testimonial  */
.bx-testimonial__inner {
}
.owl-carousel.bx-testimonial__slider-5 {
  margin-top: 80px;
}
.clutch-review {
  min-width: 250px;
  display: flex;
  align-items: center;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  justify-content: center;
  gap: 16px;
  padding: 12px 32px;
}
.clutch-review .clutch-info-inner {
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 30px;
}
.clutch-review .rattings {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  line-height: 38px;
  margin: 0;
}
.clutch-review .clutch-icon img {
  max-width: 32px;
}
.clutch-review .clutch-info img {
  max-width: 80px;
  min-width: 80px;
}
.clutch-review .clutch-info .text {
  color: rgba(255, 255, 255, 0.38);
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}
.bx-testimonial .bx-section-head__info {
  gap: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 24px;
  padding-top: 56px;
}
.bx-testimonial .bx-section-head__title {
  font-size: 70px;
  max-width: 990px;
  margin: 0;
  color: var(--bx-white-color);
  line-height: 140%;
}
.bx-testimonial .bx-section-head__title span {
  color: #5b5b5b;
  font-weight: 500;
}
.testimonial-item {
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.03);
}
.testimonial-info {
  padding: 40px 50px 50px 50px;
}

.testimonial-rattings li {
  color: #ef2b10;
  font-size: 22px;
  display: inline-block;
}
.testimonial-info .title {
  margin: 0;
  margin-top: 32px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  color: var(--bx-white-color);
}
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 46px 50px 50px 50px;
}
.testimonial-author .author-img img {
  max-width: 60px;
  height: 60px;
  border-radius: 199%;
  object-fit: cover;
  border: 2px solid var(--bx-white-color);
}
.testimonial-author .author-info .name {
  font-size: 18px;
  font-weight: 700;
  color: var(--bx-white-color);
  line-height: 120%;
  margin-bottom: 8px;
}

.testimonial-author .author-info .role {
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  color: rgba(255, 255, 255, 0.5);
}

/* Partners  */
.bx-partner__section-head {
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  padding-bottom: 40px;
}
.bx-partner__section-head .title {
  color: rgba(255, 255, 255, 0.75);
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.4px;
  margin: 0;
}
.owl-carousel.bx-partner__slider {
  margin-top: 40px;
}
.bx-partner__item img {
  max-width: 174px;
}

/* Faq  */
.bx-faq__image {
  position: absolute;
  height: 100%;
  width: 50%;
  left: 0;
  top: 0;
}
.bx-faq__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0px 8px 8px 0px;
}
.bx-faq__content {
  margin-left: 156px;
  padding: 90px 0px;
}
.bx-faq__content .faq-inner {
  margin-top: 60px;
}
.bx-faq__content .accordion-item {
  margin-bottom: 15px;
  background-color: transparent;
  border: none;
  border-radius: 0 !important;
}
.bx-faq__content .accordion-item:last-child {
  margin: 0;
}
.bx-faq__content .accordion-item .accordion-button {
  background: transparent;
  color: var(--bx-white-color);
  padding: 14px 60px 14px 30px;
  border-radius: 8px !important;
  box-shadow: none;
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.bx-faq__content .accordion-item .accordion-button:not(.collapsed) {
  box-shadow: none;
  background: #131313;
  border: 1px solid transparent !important;
  border-radius: 8px 8px 0px 0px !important;
}
.bx-faq__content .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.bx-faq__content .accordion-item .accordion-button span {
  color: var(--bx-primary-color);
}
.bx-faq__content .accordion-item .accordion-button svg {
  position: absolute;
  right: 4px;
  top: 12px;
}
.bx-faq__content .accordion-body {
  padding: 0px 30px 20px 30px;
  transition: all 0.4s ease;
  background: #131313;
  border-radius: 0px 0px 8px 8px !important;
}
.bx-faq__content .accordion-body p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.32px;
}
.bx-faq__content .accordion-button::after {
  background-image: none;
  transform: none;
  position: absolute;
  right: 30px;
  content: "\f8d8";
  font-family: uicons-solid-rounded !important;
  border-radius: 100%;
  text-align: center;
  color: var(--bx-primary-color);
  transition: all 0.4s ease;
  font-size: 20px;
  top: 15px;
}
.bx-faq__content .accordion-button:not(.collapsed)::after {
  content: "\f7e3";
}

/* Blog  */
.bx-blog {
  overflow: hidden;
}
.bx-blog__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
.bx-blog__card {
  margin-top: 40px;
}
.bx-blog__cover {
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.bx-blog__cover img {
  border-radius: 8px;
  width: 100%;
}
.bx-blog__card:hover .bx-blog__cover img {
  transform: scale(1.04);
}
.bx-blog__content {
  margin-top: 24px;
}
.bx-blog__meta {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 12px;
}
.bx-blog__meta .category {
  padding: 12px 20px;
  border-radius: 56px;
  font-size: 14px;
  font-weight: 500;
  line-height: 12px;
  color: var(--bx-white-color);
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.bx-blog__meta .category:hover {
  background: var(--bx-white-color);
  color: var(--bx-title-color);
}
.bx-blog__meta .date {
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  color: var(--bx-white-color);
  text-transform: uppercase;
}
.bx-blog__content .title {
  font-size: 26px;
  font-weight: 500;
  line-height: 140%;
  color: var(--bx-white-color);
  margin-bottom: 16px;
}
.bx-blog__content .title:hover {
  color: var(--bx-primary-color);
}
.bx-blog__content .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.36px;
  color: rgba(255, 255, 255, 0.65);
}

.featured-blog .bx-blog__content .title {
  font-size: 40px;
}

.blog-list .bx-blog__card {
  border-radius: 8px;
  padding: 30px;
  gap: 30px;
  border: 1px solid rgba(255, 255, 255, 0.13);
}
.blog-list .bx-blog__cover {
  min-width: 306px;
}
.blog-list .bx-blog__content {
  margin-top: 0;
}

/* Call Action  */
.bx-call-action {
}
.bx-call-action__shapes {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.bx-call-action__shapes .shape {
  position: absolute;
  left: 8%;
  top: 20%;
}
.bx-call-action__content {
  padding: 0px 66px;
}
.bx-call-action__content .sm-title {
  font-size: 15px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.15px;
  color: var(--bx-white-color);
  padding: 10px 18px;
  border-radius: 4px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
}

.bx-call-action__content .title {
  margin: 0;
  margin-top: 24px;
  font-size: 48px;
  font-weight: 500;
  line-height: 64px;
  letter-spacing: -0.48px;
  color: var(--bx-white-color);
}

.bx-call-action__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  gap: 32px;
}
.bx-call-action__btn .bx-btn,
.bx-call-action__btn .bx-btn.outline-btn:hover {
  background: #8aff13;
  color: var(--bx-title-color);
  border: 1px solid transparent;
}
.bx-call-action__btn .bx-btn.outline-btn,
.bx-call-action__btn .bx-btn:hover {
  background: transparent;
  color: var(--bx-white-color);
  border: 1px solid var(--bx-white-color);
}

/* Footer  */
.bx-footer {
  z-index: 2;
  background-color: #121212;
}

.bx-footer__main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 128px;
  padding: 100px 0px 140px;
}
.bx-footer__widget {
  margin-top: 40px;
}
.bx-footer__widget.bx-footer__about {
  min-width: 465px;
}
.bx-footer__logo img {
  max-width: 142px;
}
.bx-footer__about .title {
  color: var(--bx-white-color);
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
  margin: 0;
  margin-top: 32px;
}
.bx-footer__social {
  margin-top: 56px;
}
.bx-footer__social li {
  display: inline-block;
  align-content: ;
  margin-right: 24px;
}
.bx-footer__social li a {
  font-size: 24px;
  color: var(--bx-white-color);
}
.bx-footer__social li a:hover {
  color: var(--bx-primary-color);
}
.bx-footer__social li:last-child {
  margin: 0;
}
.bx-footer__widget-group {
  min-width: 632px;
}
.bx-footer__widget-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 116px;
}
.bx-footer__widget .widget-title {
  color: var(--bx-white-color);
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 32px;
}
.bx-footer__widget .list-links li {
  margin-bottom: 28px;
}
.bx-footer__widget .list-links li a {
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}
.bx-footer__widget .list-links li:last-child {
  margin: 0;
}
.bx-footer__widget .list-links li a:hover {
  color: var(--bx-primary-color);
}
.bx-footer__widget .contact-item {
  display: flex;
  gap: 24px;
  margin-bottom: 56px;
}
.bx-footer__widget .contact-icon img {
  max-width: 53px;
}
.bx-footer__widget .contact-info .label {
  display: block;
  color: rgba(255, 255, 255, 0.69);
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 10px;
}
.bx-footer__widget .contact-info .links {
  color: var(--bx-white-color);
  font-size: 22px;
  font-weight: 500;
  line-height: 34px;
}
.bx-footer__widget .contact-info .links:hover {
  color: var(--bx-primary-color);
}
.bx-footer__widget .contact-item:last-child {
  margin: 0;
}
.bx-footer__copyright {
  background: #000000;
  padding: 12px 0px;
}
.bx-footer__copyright-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bx-footer__links li {
  display: inline-block;
  padding-right: 20px;
  margin-right: 20px;
  position: relative;
}
.bx-footer__links li::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 18px;
  background: rgba(255, 255, 255, 0.16);
  right: 0;
  top: 4px;
}
.bx-footer__links li:last-child {
  padding: 0;
  margin: 0;
}
.bx-footer__links li:last-child::before {
  display: none;
}
.bx-footer__links li a {
  color: rgba(255, 255, 255, 0.69);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.bx-footer__links li a:hover {
  color: var(--bx-primary-color);
}
.copyright-text {
  color: rgba(255, 255, 255, 0.69);
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.bx-footer__newsletter {
  margin-top: 64px;
  position: relative;
}
.bx-footer__newsletter input {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.19);
  border-radius: 0;
  width: 100%;
  padding: 14px 180px 22px 0px;
  color: var(--bx-white-color);
  font-weight: 400;
}
.bx-footer__newsletter input:focus {
  color: var(--bx-white-color);
}
.bx-footer__newsletter .bx-btn {
  position: absolute;
  right: 0;
  bottom: 10px;
  font-size: 15px;
  padding: 8px 18px;
  background: var(--bx-white-color);
  color: var(--bx-title-color);
  transition: all 0.3s ease;
}
.bx-footer__newsletter .bx-btn:hover {
  background: var(--bx-primary-color);
  color: var(--bx-white-color);
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .bx-footer__main {
    gap: 80px;
  }
  .bx-footer__widget-inner {
    gap: 60px;
  }
  .bx-footer__widget.bx-footer__about {
    min-width: 423px;
  }
  .bx-footer__widget-group {
    min-width: 560px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  /* Header  */
  .bx-header__nav-menu li {
    margin-right: 16px;
  }

  /* Hero  */
  .bx-hero {
    padding-top: 400px;
    padding-bottom: 140px;
  }
  .bx-hero__content-widget.widget-1 {
    gap: 180px;
  }
  .bx-hero__content-widget.widget-2 {
    margin-left: 90px;
    gap: 90px;
  }
  .bx-hero__content .title {
    font-size: 60px;
    line-height: 140%;
    letter-spacing: 9px;
  }
  .bx-hero__content .title-2 {
    font-size: 180px;
    line-height: 240px;
    letter-spacing: -9px;
  }
  .bx-hero__content .text {
    font-size: 18px;
    line-height: 30px;
    max-width: 350px;
  }
  .bx-hero__spinner-btn {
    width: 150px;
    min-width: 150px;
    max-width: 150px;
    height: 150px;
  }

  /* About  */
  .bx-about__counter-wrapper {
    gap: 24px;
  }
  .bx-about .single-counter h4 {
    font-size: 54px;
  }

  /* Service  */
  .bx-service .bx-section-head__title {
    max-width: 800px;
  }
  .bx-service__wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-top: 60px;
  }
  .bx-service__card.only-icon {
    padding: 100px 0px;
  }
  .bx-service__card.only-icon .service-icon img {
    max-width: 150px;
  }
  .bx-service__card.card-style {
    padding: 30px;
  }
  .bx-service__card.card-style .service-content {
    margin-top: 210px;
  }
  .bx-service__card.only-btn a {
    width: 170px;
    height: 170px;
    padding: 65px 20px;
    margin: 130px 0px;
  }

  /* Why Choose  */
  .bx-why-choose__section-head {
    max-width: 1100px;
  }
  .bx-why-choose__section-head .title {
    font-size: 55px;
    line-height: 75px;
  }
  .bx-why-choose__main {
    margin-top: 90px;
    gap: 60px;
  }
  .bx-why-choose__img img {
    max-width: 400px;
  }
  .bx-why-choose__circle {
    max-width: 350px;
    min-width: 350px;
    height: 350px;
    padding: 90px 45px;
  }
  .bx-why-choose__circle .title {
    font-size: 110px;
    line-height: 80px;
  }
  .bx-why-choose__circle .title span {
    font-size: 40px;
    top: -20px;
  }
  .bx-why-choose__circle .text {
    font-size: 16px;
    line-height: 26px;
    margin-top: 25px;
  }
  .bx-why-choose__content .text {
    font-size: 18px;
    line-height: 30px;
  }
  .bx-why-choose__btn {
    margin-top: 50px;
  }

  /* Portfolio  */
  .bx-portfolio__inner {
    padding-top: 120px;
  }
  .bx-portfolio .bx-section-head__info {
    max-width: 600px;
  }
  .bx-portfolio__item {
    max-width: 600px;
  }
  .bx-portfolio__item.mt-270 {
    margin-top: 220px;
  }
  .bx-portfolio__item.mt-194 {
    margin-top: 160px;
  }
  .bx-portfolio__item.mt-122 {
    margin-top: -60px;
  }
  .bx-section-head__btn {
    margin-top: 40px;
  }
  .bx-portfolio__image img {
    max-width: 100%;
  }
  .bx-portfolio__info {
    margin-top: 30px;
  }
  .bx-portfolio__info .title {
    font-size: 24px;
    max-width: 320px;
    margin-top: 20px;
  }

  /* Testimonial  */
  .bx-testimonial .bx-section-head__title {
    font-size: 60px;
  }

  .owl-carousel.bx-testimonial__slider-5 {
    margin-top: 60px;
  }
  .testimonial-info {
    padding: 35px 40px 40px 40px;
  }
  .testimonial-info .title {
    font-size: 26px;
    line-height: 40px;
    margin-top: 25px;
  }
  .testimonial-author {
    padding: 35px 40px 40px 40px;
  }

  /* Faq  */
  .bx-faq__content {
    padding: 70px 0px;
  }
  .bx-faq__content .faq-inner {
    margin-top: 40px;
  }
  .bx-faq__content .accordion-item .accordion-button {
    font-size: 18px;
    line-height: 30px;
    padding: 12px 50px 12px 25px;
  }
  .bx-faq__content .accordion-body {
    padding: 0px 25px 20px 25px;
  }
  .bx-faq__content .accordion-button::after {
    right: 25px;
    font-size: 18px;
  }

  /* Blog  */
  .bx-blog__wrapper {
    gap: 40px;
  }
  .featured-blog .bx-blog__content .title {
    font-size: 34px;
    line-height: 130%;
  }
  .bx-blog__content .title {
    font-size: 22px;
    line-height: 130%;
  }
  .bx-blog__content .text {
    font-size: 16px;
    line-height: 26px;
  }
  .blog-list .bx-blog__card {
    padding: 25px;
    gap: 25px;
  }
  .blog-list .bx-blog__cover {
    min-width: 260px;
  }
  .bx-blog__meta .category {
    padding: 10px 16px;
    font-size: 13px;
  }
  .bx-blog__meta .date {
    font-size: 13px;
  }

  /* Call Action  */
  .bx-call-action__content .title {
    font-size: 36px;
    margin-bottom: 35px;
  }
  .bx-call-action__content {
    padding: 0;
  }
  /* Footer  */
  .bx-footer__main {
    grid-template-columns: repeat(2, 1fr);
  }
  .bx-footer__widget.bx-footer__contact {
    margin-top: -160px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  /* Hero  */
  .bx-hero {
    padding-top: 200px;
    padding-bottom: 120px;
  }
  .bx-hero__content-widget.widget-1 {
    gap: 24px;
    flex-direction: column;
    align-items: flex-start;
  }
  .bx-hero__content-widget.widget-2 {
    margin-left: 0px;
    margin-top: 60px;
    gap: 50px;
  }
  .bx-hero__content .title {
    font-size: 48px;
    line-height: 40px;
    letter-spacing: 7px;
  }
  .bx-hero__content .title-2 {
    font-size: 132px;
    line-height: 160%;
    letter-spacing: -6px;
  }
  .bx-hero__content .text {
    font-size: 16px;
    line-height: 28px;
    max-width: 300px;
    margin-top: 20px;
  }
  .bx-hero__spinner-btn {
    width: 120px;
    min-width: 120px;
    height: 120px;
    max-width: 120px;
  }

  /* About  */
  .bx-about .bx-section-head {
    margin-left: 0;
    max-width: 100%;
  }
  .bx-about .bx-section-head__title span img {
    max-width: 120px;
    margin: 0px 16px;
  }
  .bx-about__counter-wrapper {
    margin-top: 40px;
    flex-wrap: wrap;
    gap: 24px;
  }
  .bx-about .single-counter {
    display: block;
  }
  .bx-about__image img {
    max-width: 100%;
  }
  .bx-about__image {
    margin-top: 60px;
  }

  /* Service  */
  .bx-service .bx-section-head__title {
    max-width: 700px;
  }
  .bx-service__wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 50px;
  }
  .bx-service__card.only-icon {
    display: none;
  }
  .bx-service__card.card-style {
    padding: 25px;
  }
  .bx-service__card.card-style .service-content {
    margin-top: 180px;
  }
  .bx-service__card.card-style .service-content .title {
    font-size: 20px;
  }
  .bx-service__card.card-style .service-content .text {
    font-size: 16px;
    line-height: 26px;
  }
  .bx-service__card.only-btn {
    grid-column: span 2;
  }
  .bx-service__card.only-btn a {
    width: 150px;
    height: 150px;
    padding: 55px 20px;
    margin: 100px 0px;
  }

  /* Why Choose  */
  .bx-why-choose__section-head {
    max-width: 100%;
  }
  .bx-why-choose__section-head .title {
    font-size: 40px;
    line-height: 55px;
  }
  .bx-why-choose__main {
    margin-top: 70px;
    flex-direction: column;
    gap: 50px;
  }
  .bx-why-choose__img {
    order: 1;
    text-align: center;
  }
  .bx-why-choose__img img {
    max-width: 400px;
    width: 100%;
  }
  .bx-why-choose__circle {
    order: 2;
    max-width: 300px;
    min-width: 300px;
    height: 300px;
    padding: 75px 35px;
  }
  .bx-why-choose__circle .title {
    font-size: 90px;
    line-height: 70px;
  }
  .bx-why-choose__circle .title span {
    font-size: 35px;
    top: -15px;
  }
  .bx-why-choose__circle .text {
    font-size: 15px;
    line-height: 24px;
    margin-top: 20px;
  }
  .bx-why-choose__content {
    order: 3;
    text-align: center;
  }
  .bx-why-choose__content .text {
    font-size: 16px;
    line-height: 28px;
  }
  .bx-why-choose__btn {
    margin-top: 40px;
    text-align: center;
  }

  /* Text Move  */
  .bx-text-slide__item .text {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 0;
  }
  .bx-text-slide__item .arrow-img {
    max-width: 34px;
    max-height: 34px;
  }
  .bx-text-slide__item {
    gap: 32px;
  }
  .swiper.text-move_slider-reverse {
    margin-top: 32px;
  }

  /* Portfolio  */
  .bx-portfolio__inner {
    padding-top: 90px;
  }
  .bx-portfolio .bx-section-head__title {
    margin-top: 24px;
  }
  .bx-portfolio .bx-section-head {
    flex-direction: column;
    gap: 20px;
  }
  .bx-portfolio .bx-section-head__info {
    max-width: 100%;
  }
  .bx-portfolio__wrapper {
    margin-top: 60px;
  }
  .bx-portfolio__item {
    max-width: 100%;
    margin-bottom: 60px;
  }
  .bx-portfolio__item.mt-270,
  .bx-portfolio__item.mt-194,
  .bx-portfolio__item.mt-122 {
    margin-top: 0;
  }
  .bx-section-head__btn {
    margin-top: 30px;
  }
  .bx-portfolio__image img {
    max-width: 100%;
    width: 100%;
  }
  .bx-portfolio__info {
    margin-top: 25px;
  }
  .bx-portfolio__info .category {
    font-size: 14px;
    padding: 4px 15px;
  }
  .bx-portfolio__info .title {
    font-size: 22px;
    max-width: 100%;
    margin-top: 18px;
  }

  /* Testimonial  */
  .bx-testimonial .bx-section-head__info {
    flex-direction: column;
    gap: 30px;
    padding-top: 40px;
  }
  .bx-testimonial .bx-section-head__title {
    font-size: 48px;
    max-width: 100%;
  }
  .owl-carousel.bx-testimonial__slider-5 {
    margin-top: 50px;
  }
  .testimonial-info {
    padding: 30px 35px 35px 35px;
  }
  .testimonial-info .title {
    font-size: 22px;
    line-height: 36px;
    margin-top: 20px;
  }
  .testimonial-rattings li {
    font-size: 18px;
  }
  .testimonial-author {
    padding: 30px 35px 35px 35px;
  }
  .testimonial-author .author-img img {
    max-width: 50px;
    height: 50px;
  }
  .testimonial-author .author-info .name {
    font-size: 16px;
  }
  .testimonial-author .author-info .role {
    font-size: 14px;
  }

  /* Faq  */
  .bx-faq__image {
    position: relative;
    width: 100%;
    height: 400px;
  }
  .bx-faq__image img {
    border-radius: 8px;
  }
  .bx-faq__content {
    margin-left: 0;
    padding: 60px 0px;
  }
  .bx-faq__content .faq-inner {
    margin-top: 40px;
  }
  .bx-section-head__title br {
    display: none;
  }
  .bx-faq__content .accordion-item .accordion-button {
    font-size: 16px;
    line-height: 26px;
    padding: 12px 50px 12px 20px;
  }
  .bx-faq__content .accordion-body {
    padding: 0px 20px 15px 20px;
  }
  .bx-faq__content .accordion-button::after {
    right: 20px;
    font-size: 16px;
    top: 13px;
  }

  /* Blog  */
  .bx-blog__wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .featured-blog .bx-blog__content .title {
    font-size: 30px;
    line-height: 130%;
  }
  .bx-blog__content .title {
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 12px;
  }
  .bx-blog__content .text {
    font-size: 16px;
    line-height: 26px;
  }
  .blog-list .bx-blog__card {
    padding: 20px;
    gap: 20px;
  }
  .blog-list .bx-blog__cover {
    min-width: 220px;
  }
  .bx-blog__meta {
    gap: 15px;
    margin-bottom: 10px;
  }
  .bx-blog__meta .category {
    padding: 8px 14px;
    font-size: 12px;
  }
  .bx-blog__meta .date {
    font-size: 12px;
  }

  /* Call Action  */
  .bx-call-action__content .title {
    font-size: 32px;
    line-height: 130%;
    margin-bottom: 30px;
  }
  .bx-call-action__shapes .shape-1 {
    left: 5%;
  }
  .bx-call-action__shapes .shape-2 {
    right: 5%;
  }

  /* Footer  */
  .bx-footer__main {
    display: flex;
    gap: 40px;
    padding: 40px 0px 80px;
    flex-wrap: wrap;
  }
  .bx-footer__widget.bx-footer__about {
    min-width: 100%;
  }
  .bx-footer__about .title {
    font-size: 24px;
  }
  .bx-footer__social {
    margin-top: 40px;
  }
  .bx-footer__social li a {
    font-size: 20px;
  }
  .bx-footer__widget-group {
    min-width: 100%;
  }
  .bx-footer__copyright-inner {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }
}

@media only screen and (max-width: 767px) {
  /* Hero  */
  .bx-hero {
    padding-top: 124px;
    padding-bottom: 56px;
  }
  .bx-hero__content-widget.widget-1 {
    gap: 0;
    flex-direction: column;
    align-items: flex-start;
  }
  .bx-hero__content-widget.widget-2 {
    margin-left: 0;
    margin-top: 40px;
    gap: 20px;
    flex-direction: row;
    align-items: flex-start;
  }
  .bx-hero__content .title {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 5px;
  }
  .bx-hero__content .title-2 {
    font-size: 48px;
    line-height: 90px;
    letter-spacing: -3px;
  }
  .bx-hero__content .text {
    font-size: 15px;
    line-height: 24px;
    max-width: 100%;
    margin-top: 15px;
  }
  .bx-hero__spinner-btn {
    width: 100px;
    height: 100px;
    max-width: 100px;
  }

  /* About  */
  .bx-about__shapes {
    display: none;
  }
  .bx-about .bx-section-head {
    margin-left: 0px;
    max-width: 100%;
  }
  .bx-about .bx-section-head__title span img {
    max-width: 86px;
    margin: 0px 8px;
  }
  .bx-about .bx-section-head__title span {
    margin-bottom: 0;
  }
  .bx-about__counter-wrapper {
    margin-top: 40px;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: flex-start;
  }
  .bx-about .single-counter h4 {
    font-size: 44px;
    line-height: 24px;
  }
  .bx-about .single-counter {
    display: block;
  }
  .bx-about .single-counter .odometer.odometer-auto-theme,
  .bx-about .single-counter .odometer.odometer-theme-default {
    line-height: 50px;
  }
  .bx-about__image img {
    max-width: 100%;
  }
  .bx-about__image {
    margin-top: 40px;
  }

  /* Service  */
  .bx-service .bx-section-head__title {
    max-width: 100%;
  }
  .bx-service .bx-section-head__label {
    font-size: 14px;
  }
  .bx-service__wrapper {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 40px;
  }
  .bx-service__card.only-icon {
    display: none;
  }
  .bx-service__card.only-icon .service-icon img {
    max-width: 100px;
  }
  .bx-service__card.card-style {
    padding: 20px;
  }
  .bx-service__card.card-style .service-content {
    margin-top: 120px;
  }
  .bx-service__card.card-style .service-content .title {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .bx-service__card.card-style .service-content .text {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.2px;
  }
  .bx-service__card.only-btn a {
    width: 120px;
    height: 120px;
    padding: 38px 15px;
    margin: 32px 0px 0px;
  }
  .bx-service__card.only-btn a span {
    font-size: 14px;
    margin-top: 8px;
  }

  /* Why Choose  */
  .bx-why-choose__section-head {
    max-width: 100%;
  }
  .bx-why-choose__section-head .title {
    font-size: 28px;
    line-height: 40px;
  }
  .bx-why-choose__main {
    margin-top: 50px;
    flex-direction: column;
    gap: 40px;
  }
  .bx-why-choose__img {
    order: 1;
    text-align: center;
  }
  .bx-why-choose__img img {
    max-width: 100%;
  }
  .bx-why-choose__circle {
    order: 2;
    max-width: 250px;
    min-width: 250px;
    height: 250px;
    padding: 60px 25px;
    margin: 0 auto;
  }
  .bx-why-choose__circle .title {
    font-size: 70px;
    line-height: 60px;
    gap: 5px;
  }
  .bx-why-choose__circle .title span {
    font-size: 28px;
    top: -12px;
  }
  .bx-why-choose__circle .text {
    font-size: 14px;
    line-height: 22px;
    margin-top: 15px;
  }
  .bx-why-choose__content {
    order: 3;
    text-align: center;
  }
  .bx-why-choose__content .text {
    font-size: 15px;
    line-height: 26px;
  }
  .bx-why-choose__btn {
    margin-top: 30px;
    text-align: center;
  }

  /* Text Move  */
  .bx-text-slide__item .text {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0;
  }
  .bx-text-slide__item .arrow-img {
    max-width: 24px;
  }
  .bx-text-slide__item {
    gap: 32px;
  }
  .swiper.text-move_slider-reverse {
    margin-top: 24px;
  }

  /* Portfolio  */
  .bx-portfolio__inner {
    padding-top: 70px;
  }
  .bx-portfolio .bx-section-head {
    flex-direction: column;
    gap: 15px;
  }
  .bx-portfolio .bx-section-head__info {
    max-width: 100%;
  }

  .bx-portfolio__wrapper {
    margin-top: 40px;
  }
  .bx-portfolio__item {
    max-width: 100%;
    margin-bottom: 40px;
  }
  .bx-portfolio__item.mt-270,
  .bx-portfolio__item.mt-194,
  .bx-portfolio__item.mt-122 {
    margin-top: 0;
  }
  .bx-section-head__btn {
    margin-top: 25px;
  }
  .bx-section-head__btn .bx-btn {
    padding: 12px 20px;
    font-size: 14px;
  }
  .bx-portfolio__image img {
    max-width: 100%;
    width: 100%;
  }
  .bx-portfolio__info {
    margin-top: 20px;
  }
  .bx-portfolio__info .category {
    font-size: 13px;
    padding: 3px 12px;
    line-height: 22px;
  }
  .bx-portfolio__info .title {
    font-size: 18px;
    max-width: 100%;
    margin-top: 15px;
    line-height: 1.3;
  }

  /* Testimonial  */
  .clutch-review {
    min-width: auto;
    padding: 10px 20px;
    gap: 12px;
  }
  .clutch-review .rattings {
    font-size: 22px;
    line-height: 30px;
  }
  .clutch-review .clutch-info img {
    max-width: 70px;
    min-width: 70px;
  }
  .clutch-review .clutch-info .text {
    font-size: 12px;
  }
  .bx-testimonial .bx-section-head__info {
    flex-direction: column;
    gap: 25px;
    padding-top: 30px;
    margin-top: 20px;
  }
  .bx-testimonial .bx-section-head__title {
    font-size: 32px;
    line-height: 130%;
  }
  .owl-carousel.bx-testimonial__slider-5 {
    margin-top: 40px;
  }
  .testimonial-info {
    padding: 25px 20px 30px 20px;
  }
  .testimonial-info .title {
    font-size: 18px;
    line-height: 30px;
    margin-top: 15px;
  }
  .testimonial-rattings li {
    font-size: 16px;
  }
  .testimonial-author {
    padding: 25px 20px 30px 20px;
  }
  .testimonial-author .author-img img {
    max-width: 45px;
    height: 45px;
  }
  .testimonial-author .author-info .name {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .testimonial-author .author-info .role {
    font-size: 13px;
  }

  /* Partner  */
  .bx-partner__section-head {
    padding-bottom: 24px;
  }
  .bx-partner__section-head .title {
    font-size: 18px;
  }
  .owl-carousel.bx-partner__slider {
    margin-top: 32px;
  }

  /* Faq  */
  .bx-faq__image {
    position: relative;
    width: 100%;
    height: 300px;
  }
  .bx-faq__image img {
    border-radius: 8px;
  }
  .bx-faq__content {
    margin-left: 0;
    padding: 50px 0px 0px;
  }
  .bx-faq__content .faq-inner {
    margin-top: 30px;
  }
  .bx-section-head__title br {
    display: none;
  }
  .bx-faq__content .accordion-item {
    margin-bottom: 10px;
  }
  .bx-faq__content .accordion-item .accordion-button {
    font-size: 15px;
    line-height: 24px;
    padding: 10px 40px 10px 15px;
    -webkit-line-clamp: 2;
  }
  .bx-faq__content .accordion-body {
    padding: 0px 15px 15px 15px;
  }
  .bx-faq__content .accordion-body p {
    font-size: 14px;
    line-height: 24px;
  }
  .bx-faq__content .accordion-button::after {
    right: 15px;
    font-size: 14px;
    top: 13px;
  }

  /* Blog  */
  .bx-blog__wrapper {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .featured-blog .bx-blog__content .title {
    font-size: 24px;
    line-height: 130%;
  }
  .bx-blog__content .title {
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 10px;
  }
  .bx-blog__content .text {
    font-size: 15px;
    line-height: 24px;
  }
  .blog-list .bx-blog__card {
    flex-direction: column;
    padding: 15px;
    gap: 15px;
  }
  .blog-list .bx-blog__cover {
    min-width: 100%;
  }
  .blog-list .bx-blog__content {
    margin-top: 15px;
  }
  .bx-blog__meta {
    gap: 12px;
    margin-bottom: 8px;
  }
  .bx-blog__meta .category {
    padding: 8px 12px;
    font-size: 11px;
    line-height: 10px;
  }
  .bx-blog__meta .date {
    font-size: 11px;
  }

  /* Call Action  */
  .bx-call-action__content .sm-title {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .bx-call-action__content .title {
    font-size: 26px;
    line-height: 130%;
    margin-bottom: 24px;
  }
  .bx-call-action__btn {
    flex-direction: column;
    gap: 16px;
  }
  .bx-call-action__shapes .shape-1 {
    left: 5%;
    max-width: 24px;
  }
  .bx-call-action__shapes .shape-2 {
    right: 5%;
    max-width: 24px;
  }
  .bx-call-action__content {
    padding: 0;
  }

  /* Footer  */
  .bx-footer__main {
    grid-template-columns: repeat(1, 1fr);
    padding: 16px 0px 56px;
  }
  .bx-footer__widget.bx-footer__about {
    min-width: 100%;
  }
  .bx-footer__about .title {
    font-size: 24px;
    margin-top: 24px;
  }
  .bx-footer__social {
    margin-top: 24px;
  }
  .bx-footer__social li {
    margin-right: 22px;
  }
  .bx-footer__social li a {
    font-size: 20px;
  }
  .bx-footer__widget-group {
    min-width: 100%;
  }
  .bx-footer__main {
    gap: 0;
  }
  .bx-footer__widget .widget-title {
    font-size: 18px;
  }
  .bx-footer__widget-inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .bx-footer__newsletter input {
    height: 48px;
  }
  .bx-footer__newsletter {
    margin-top: 40px;
  }
  .bx-footer__widget .contact-icon img {
    max-width: 40px;
  }
  .bx-footer__widget .contact-info .links {
    font-size: 16px;
    line-height: 120%;
  }
  .bx-footer__widget .contact-item {
    margin-bottom: 32px;
  }
  .bx-footer__copyright-inner {
    display: block;
    text-align: center;
  }
  .copyright-text {
    text-align: center;
    margin-top: 12px;
  }
  .bx-footer__links li {
    padding-right: 12px;
    margin-right: 12px;
  }
}

/*================================================================================================
  End Creative Home CSS
===================================================================================================*/
