@charset "UTF-8";
/* ========= [ * page-home_1 ]  =========*/
.home-preview .lines-st2 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
  z-index: 100;
  gap: 27vw;
  z-index: -1;
}
.home-preview .lines-st2 span {
  width: 18%;
  height: 100%;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  opacity: 0.06;
}

/* --------------- navbar preview --------------- */
.tc-navbar-preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 4vw;
  color: #fff;
}
.tc-navbar-preview .navbar-nav .nav-item .nav-link {
  position: relative;
  color: #fff;
  -webkit-margin-end: 30px;
          margin-inline-end: 30px;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
}
.tc-navbar-preview .sidemenu-toggle {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #fff5;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.25rem;
  -webkit-margin-start: 100px;
          margin-inline-start: 100px;
}
.tc-navbar-preview .sidemenu-toggle:hover {
  background-color: #fff;
  color: #181818;
}

@media screen and (max-width: 991px) {
  .tc-navbar-preview {
    background-color: #181818;
  }
}
/* --------------- header preview --------------- */
.tc-header-preview {
  position: relative;
  padding: 200px 0 100px;
  z-index: 20;
  overflow: hidden;
}
.tc-header-preview::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 16, 16, 0.7)), to(rgba(16, 16, 16, 0)));
  background: linear-gradient(180deg, rgba(16, 16, 16, 0.7) 0%, rgba(16, 16, 16, 0) 100%);
  z-index: -1;
}
.tc-header-preview .lines-st2 span {
  opacity: 0.5;
}
.tc-header-preview .title {
  position: relative;
  font-size: 9rem;
  line-height: 1.1;
  text-align: center;
  font-weight: 400;
  text-transform: capitalize;
}
.tc-header-preview .info-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 40px auto 0;
  background-color: #0008;
  border-radius: 100px;
  padding: 10px 30px 10px 10px;
}
.tc-header-preview .rotate-box {
  position: relative;
  width: 200px;
  height: 200px;
  display: block;
  margin-top: -30px;
}
.tc-header-preview .rotate-box .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 5px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 80px;
}
.tc-header-preview .rotate-box .rotate-text {
  -webkit-animation: rotateText 20s linear infinite;
          animation: rotateText 20s linear infinite;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  font-size: 30px;
  font-weight: 300;
}
.tc-header-preview .rotate-box .rotate-circle svg {
  width: 200px;
  height: 200px;
  fill: #fff;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  outline: 1px solid #fff3;
  outline-offset: -50px;
  border-radius: 50%;
}
@-webkit-keyframes rotateText {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes rotateText {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.tc-header-preview .lg-title {
  position: relative;
  font-size: 18rem;
  text-align: center;
  line-height: 1;
  opacity: 0.3;
}
.tc-header-preview .float-social-links {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 1vw;
  z-index: 20;
}
.tc-header-preview .float-social-links a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #00000055;
  font-size: 16px;
  color: #fff;
  margin: 10px;
}
.tc-header-preview .float-social-links a:hover {
  background-color: var(--cr-gold1);
}
.tc-header-preview .float-icons {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1vw;
  z-index: 20;
}
.tc-header-preview .float-icons a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #00000055;
  font-size: 16px;
  color: #fff;
  margin: 10px;
}
.tc-header-preview .float-icons a:hover {
  background-color: var(--cr-gold1);
}
.tc-header-preview .hover-imgs {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  margin-top: 80px;
}
.tc-header-preview .hover-imgs .item {
  position: relative;
  height: 300px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  cursor: pointer;
  -webkit-filter: brightness(0.2);
          filter: brightness(0.2);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  width: 20%;
}
.tc-header-preview .hover-imgs .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.tc-header-preview .hover-imgs .item:hover {
  -webkit-filter: brightness(1);
          filter: brightness(1);
  -webkit-transform: translateZ(110px);
          transform: translateZ(110px);
}
.tc-header-preview .hover-imgs .item:hover + * {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
  -webkit-transform: translateZ(80px) rotateY(20deg);
          transform: translateZ(80px) rotateY(20deg);
}
.tc-header-preview .hover-imgs .item:hover + * + * {
  -webkit-filter: brightness(0.6);
          filter: brightness(0.6);
  -webkit-transform: translateZ(50px) rotateY(15deg);
          transform: translateZ(50px) rotateY(15deg);
}
.tc-header-preview .hover-imgs .item:hover + * + * + * {
  -webkit-filter: brightness(0.4);
          filter: brightness(0.4);
  -webkit-transform: translateZ(20px) rotateY(8deg);
          transform: translateZ(20px) rotateY(8deg);
}
.tc-header-preview .hover-imgs .item:has(+ *:hover) {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
  -webkit-transform: translateZ(80px) rotateY(-20deg);
          transform: translateZ(80px) rotateY(-20deg);
}
.tc-header-preview .hover-imgs .item:has(+ * + *:hover) {
  -webkit-filter: brightness(0.6);
          filter: brightness(0.6);
  -webkit-transform: translateZ(50px) rotateY(-15deg);
          transform: translateZ(50px) rotateY(-15deg);
}
.tc-header-preview .hover-imgs .item:has(+ * + * + *:hover) {
  -webkit-filter: brightness(0.4);
          filter: brightness(0.4);
  -webkit-transform: translateZ(20px) rotateY(-8deg);
          transform: translateZ(20px) rotateY(-8deg);
}

@media screen and (max-width: 991px) {
  .tc-header-preview .title {
    font-size: 3rem;
  }
  .tc-header-preview .fsz-24 {
    font-size: 18px !important;
  }
  .tc-header-preview .fsz-16 {
    font-size: 13px !important;
  }
  .tc-header-preview .rotate-box {
    margin-top: 30px;
  }
  .tc-header-preview .icon-200 {
    width: 100px;
    height: 100px;
  }
  .tc-header-preview .lg-title {
    font-size: 5rem;
    margin-bottom: 50px;
  }
}
/* ------ demos ------- */
.tc-demos {
  position: relative;
  padding: 150px 0;
  overflow: hidden;
}
.tc-demos .demo-card {
  position: relative;
  border-radius: 0;
  background-color: #151515;
  border: 1px solid #fff1;
  overflow: hidden;
  margin-top: 30px;
  display: block;
}
.tc-demos .demo-card .img {
  height: 500px;
}
.tc-demos .demo-card .img img {
  -o-object-position: top;
     object-position: top;
}
.tc-demos .demo-card .info {
  padding: 30px;
  border-top: 1px solid #fff1;
}
.tc-demos .demo-card.comming-card {
  position: relative;
  height: calc(100% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #fff1;
  background-color: #111;
}
.tc-demos .marq-content {
  position: relative;
}
.tc-demos .marq-content .marq-slider {
  position: relative;
  overflow: hidden;
  padding: 120px 0 0;
}
.tc-demos .marq-content .marq-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
  position: relative;
}
.tc-demos .marq-content .marq-slider .swiper-wrapper .swiper-slide {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}
.tc-demos .marq-content .marq-slider a {
  font-size: 120px;
  line-height: 150px;
  font-weight: 500;
  -webkit-text-stroke: 1px #fff1;
  color: transparent;
}
.tc-demos .marq-content .marq-slider a:hover {
  color: #fff;
}

/* ------ dark-sections ------- */
.tc-dark-sections {
  position: relative;
  background-image: url(../img/dark_bg.png);
  background-size: cover;
  color: #fff;
}

/* ------ tc-elementor ------- */
.tc-elementor {
  position: relative;
  padding: 80px 0;
}
.tc-elementor .info ul li {
  font-size: 20px;
  margin: 15px 0;
}
.tc-elementor .info ul li .icon {
  color: #4CA515;
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
}
.tc-elementor .img {
  position: relative;
}
.tc-elementor .img .sub-img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all linear;
  transition: all linear;
}

/* ------ tc-library ------- */
.tc-library {
  position: relative;
  padding: 80px 0;
}

/* ------ tc-builder ------- */
.tc-builder {
  position: relative;
  padding: 80px 0;
}
.tc-builder .imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 520px;
}
.tc-builder .imgs .img1 {
  -webkit-margin-end: 40px;
          margin-inline-end: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* ------ tc-options ------- */
.tc-options {
  position: relative;
  padding: 80px 0;
}
.tc-options .info .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tc-options .info .items .item {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tc-options .info .items .item .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* ------ tc-features-cards ------- */
.tc-features-cards {
  position: relative;
  padding: 80px 0;
}
.tc-features-cards .cards {
  position: relative;
}
.tc-features-cards .cards .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tc-features-cards .cards .col-lg-3:last-of-type .item::after {
  display: none;
}
.tc-features-cards .cards .item {
  position: relative;
  padding: 40px;
  z-index: 5;
  min-height: 450px;
}
.tc-features-cards .cards .item::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ADA195), color-stop(#ADA19522), to(transparent));
  background-image: linear-gradient(to bottom, #ADA195, #ADA19522, transparent);
  top: 0;
  right: 0;
}
.tc-features-cards .cards .item .top-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
.tc-features-cards .cards .item .top-cont .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #fff4;
  color: var(--cr-gold1);
  font-size: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* ------ header ------- */
.tc-inner-pages {
  position: relative;
}
.tc-inner-pages .pages-slider {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 991px) {
  .tc-inner-pages .pages-slider {
    -webkit-margin-start: calc((100vw - 1320px) / 2 );
            margin-inline-start: calc((100vw - 1320px) / 2 );
  }
}
.tc-inner-pages .pages-slider .img img {
  height: 700px;
  width: 100%;
  border-radius: 15px;
  margin-bottom: -50px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

/* ------ tc-save-money ------- */
.tc-save-money {
  position: relative;
  padding: 150px 0 80px;
  background-color: #111;
}

/* ------ tc-features ------- */
.tc-features {
  position: relative;
  padding: 50px 0 80px;
  background-color: #111;
}
.tc-features .item {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
  margin-top: 30px;
  color: #111;
}
.tc-features .item .info {
  padding: 30px;
  min-height: 200px;
}
.tc-features .item .img {
  position: relative;
  height: 360px;
  margin-top: 10px;
}
.tc-features .item .img img {
  -o-object-position: top;
     object-position: top;
}

/* ------ tc-layouts ------- */
.tc-layouts {
  position: relative;
  padding: 150px 0 80px;
  background-color: #111;
}
.tc-layouts .circle {
  position: absolute;
  top: -100px;
  right: 20px;
  height: calc(100% + 200px);
  max-height: unset;
  width: 70%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  opacity: 0.4;
}
.tc-layouts .icon-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tc-layouts .icon-cards .item {
  -webkit-margin-end: 30px;
          margin-inline-end: 30px;
  margin-top: 40px;
  text-align: center;
}
.tc-layouts .icon-cards .item .icon {
  height: 90px;
  margin-bottom: 15px;
}
.tc-layouts .img {
  position: relative;
}
.tc-layouts .img .sub-img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% + 100px);
  max-width: unset;
  -webkit-transition: all linear;
  transition: all linear;
}

/* ------ tc-save-money ------- */
.tc-woocommerce {
  position: relative;
  padding: 80px 0;
  background-color: #111;
}
.tc-woocommerce .line {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 70%;
}
.tc-woocommerce .img {
  position: relative;
}
.tc-woocommerce .img .sub-img {
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 100%;
  max-width: unset;
  max-height: unset;
  height: unset;
  -webkit-transition: all linear;
  transition: all linear;
}
.tc-woocommerce .info .tags {
  margin: 0 -3px;
}
.tc-woocommerce .info .tags a {
  font-size: 12px;
  font-weight: 500;
  padding: 5px 10px;
  text-transform: capitalize;
  margin: 6px 3px;
  background-color: #E0DCD4;
  border-radius: 5px;
}
.tc-woocommerce .info .tags a:hover {
  background-color: var(--cr-gold1);
  color: #fff;
}

/* ------ tc-mobile ------- */
.tc-mobile {
  position: relative;
  padding: 80px 0;
  background-color: #111;
}
.tc-mobile .marq-content {
  position: relative;
  overflow: hidden;
}
.tc-mobile .marq-content .marq-slider {
  position: relative;
  overflow: hidden;
  padding: 120px 0 0;
}
.tc-mobile .marq-content .marq-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
  position: relative;
}
.tc-mobile .marq-content .marq-slider .swiper-wrapper .swiper-slide {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}
.tc-mobile .marq-content .marq-slider a {
  font-size: 120px;
  line-height: 150px;
  font-weight: 500;
  -webkit-text-stroke: 1px #fff1;
  color: transparent;
}
.tc-mobile .marq-content .marq-slider a:hover {
  color: #BFB6A8;
  -webkit-text-stroke: 1px #BFB6A8;
}
.tc-mobile .patt {
  position: absolute;
  bottom: -100px;
  right: 0;
  height: calc(100% + 100px);
  max-height: unset;
  opacity: 0.2;
}

/* ------ tc-more-features ------- */
.tc-more-features {
  position: relative;
  padding: 80px 0;
  background-color: #111;
}
.tc-more-features .feat-card {
  text-align: center;
  padding: 0 20px;
  margin-top: 80px;
}
.tc-more-features .feat-card .icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 30px;
  font-size: 35px;
  color: var(--cr-gold1);
}

/* ------ dark-sections ------- */
.tc-dark-sections-st2 {
  position: relative;
  background-image: url(../../../home_preview/assets/img/dark_bg2.png);
  background-size: cover;
  color: #fff;
  padding-top: 50px;
}

/* ------ tc-testimonials ------- */
.tc-testimonials {
  position: relative;
  padding: 80px 0;
}
.tc-testimonials .rotate-box {
  position: relative;
  width: 220px;
  height: 220px;
  display: block;
  margin: 0 auto 30px;
}
.tc-testimonials .rotate-box .num {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 70px;
  color: var(--cr-gold1);
}
.tc-testimonials .rotate-box .rotate-text {
  -webkit-animation: rotateText 20s linear infinite;
          animation: rotateText 20s linear infinite;
  font-weight: 400;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  border-radius: 50%;
  font-size: 20px;
}
.tc-testimonials .rotate-box .rotate-circle svg {
  width: 220px;
  height: 220px;
  fill: #fff;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
@keyframes rotateText {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.tc-testimonials .testimonials-content {
  position: relative;
  margin-top: 50px;
}
.tc-testimonials .testimonials-content .swiper-button-next,
.tc-testimonials .testimonials-content .swiper-button-prev {
  top: 40%;
}
.tc-testimonials .testimonials-content .swiper-button-next::after,
.tc-testimonials .testimonials-content .swiper-button-prev::after {
  color: #fff;
  font-size: 25px;
}
.tc-testimonials .testimonials-content .swiper-button-next:hover::after,
.tc-testimonials .testimonials-content .swiper-button-prev:hover::after {
  color: var(--cr-gold1);
}
.tc-testimonials .testimonials-content .swiper-button-next {
  right: 5vw;
}
.tc-testimonials .testimonials-content .swiper-button-prev {
  left: 5vw;
}
.tc-testimonials .testimonials-content .testimonials-slider {
  position: relative;
  overflow: hidden;
}
.tc-testimonials .testimonials-content .testimonials-slider .slide-card {
  text-align: center;
}
.tc-testimonials .testimonials-content .testimonials-slider .slide-card .main-text {
  font-size: 60px;
  font-family: "Instrument Serif", serif;
  font-weight: 500;
}

.accordion-item {
  color: #fff;
}

/* ------ tc-faq ------- */
.tc-faq {
  position: relative;
  padding: 80px 0;
}
.tc-faq .accordion {
  position: relative;
  padding: 3vw 5vw 8vw;
}
.tc-faq .accordion .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tc-faq .accordion .accordion-item {
  position: relative;
  z-index: 5;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  border-bottom: 1px solid #666;
}
.tc-faq .accordion .accordion-item:last-of-type {
  border: 0;
}
.tc-faq .accordion .accordion-item .accordion-button {
  background-color: transparent !important;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  padding: 30px 0;
}
.tc-faq .accordion .accordion-item .accordion-button::after {
  background-image: none;
  content: "";
  font-family: "Font Awesome 6 Pro";
  -webkit-transform: rotate(0);
          transform: rotate(0);
  font-size: 18px;
  font-weight: 400;
}
.tc-faq .accordion .accordion-item .accordion-button:not(.collapsed) {
  color: var(--cr-gold1);
  border-radius: 0;
}
.tc-faq .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  content: "";
}
.tc-faq .accordion .accordion-item .accordion-button .num {
  -webkit-margin-end: 40px;
          margin-inline-end: 40px;
  font-weight: 300;
}
.tc-faq .accordion .accordion-item .accordion-body {
  padding-top: 0;
  padding-bottom: 30px;
  -webkit-padding-start: 60px;
          padding-inline-start: 60px;
}

/* ------ tc-purchase ------- */
.tc-purchase {
  position: relative;
  padding-top: 80px;
}
.tc-purchase .content {
  position: relative;
  text-align: center;
}
.tc-purchase .content h2 {
  font-size: 72px;
  font-weight: 500;
}
.tc-purchase .foot-img {
  position: relative;
}
.tc-purchase .foot-img .rotate-box {
  position: relative;
  width: 220px;
  height: 220px;
  display: block;
  margin: -50px 0 -150px auto;
}
.tc-purchase .foot-img .rotate-box .num {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 70px;
  font-family: "Instrument Serif", serif;
}
.tc-purchase .foot-img .rotate-box .rotate-text {
  -webkit-animation: rotateText 20s linear infinite;
          animation: rotateText 20s linear infinite;
  font-weight: 400;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  border-radius: 50%;
}
.tc-purchase .foot-img .rotate-box .rotate-circle {
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(75px);
          backdrop-filter: blur(75px);
}
.tc-purchase .foot-img .rotate-box .rotate-circle svg {
  width: 220px;
  height: 220px;
  fill: #fff;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
@keyframes rotateText {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.tc-purchase .foot-img .img {
  width: 90%;
  margin-top: 50px;
  display: block;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}

@media screen and (max-width: 991px) {
  .home-preview .tc-layouts,
.home-preview .tc-builder,
.home-preview .tc-demos,
.home-preview .tc-save-money,
.home-preview .tc-purchase {
    overflow: hidden;
  }
  .home-preview .tc-header-preview .hover-imgs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 50px;
  }
  .home-preview .tc-header-preview .hover-imgs .item {
    height: 120px;
    width: 45%;
  }
}