@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.banner.home-banner::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.9) 100%);
}
.banner.home-banner .bg {
  height: 100vh;
}
@media only screen and (max-width: 991px) {
  .banner.home-banner .bg {
    height: calc(100vh - var(--headerfixed));
  }
}
@media only screen and (max-width: 768px) {
  .banner.home-banner .bg {
    height: 80vh;
  }
}
@media only screen and (max-width: 540px) {
  .banner.home-banner .bg {
    height: 550px;
  }
}
.banner.home-banner .bg .banner-wrapper {
  width: 100%;
  top: unset;
  bottom: 20%;
  translate: 0 20%;
}
@media only screen and (max-width: 768px) {
  .banner.home-banner .bg .banner-wrapper {
    top: 70%;
    translate: 0 -70%;
  }
}
@media only screen and (max-width: 1300px) {
  .banner.home-banner .bg .banner-wrapper .container-fluid, .banner.home-banner .bg .banner-wrapper .container {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 768px) {
  .banner.home-banner .bg .banner-wrapper .container-fluid, .banner.home-banner .bg .banner-wrapper .container {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 345px) {
  .banner.home-banner .bg .banner-wrapper .container-fluid, .banner.home-banner .bg .banner-wrapper .container {
    padding: 0 13px;
  }
}
@media only screen and (max-width: 320px) {
  .banner.home-banner .bg .banner-wrapper .container-fluid, .banner.home-banner .bg .banner-wrapper .container {
    padding: 0 10px;
  }
}
.banner.home-banner .bg .banner-wrapper .container-fluid .content, .banner.home-banner .bg .banner-wrapper .container .content {
  display: flex;
  align-items: center;
  gap: 90px;
}
@media only screen and (max-width: 1280px) {
  .banner.home-banner .bg .banner-wrapper .container-fluid .content, .banner.home-banner .bg .banner-wrapper .container .content {
    gap: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .banner.home-banner .bg .banner-wrapper .container-fluid .content, .banner.home-banner .bg .banner-wrapper .container .content {
    gap: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .banner.home-banner .bg .banner-wrapper .container-fluid .content, .banner.home-banner .bg .banner-wrapper .container .content {
    gap: 20px;
    flex-direction: column;
  }
}
.banner.home-banner .bg .banner-wrapper .container-fluid .content h2, .banner.home-banner .bg .banner-wrapper .container .content h2 {
  font-size: 40px;
  font-weight: 600;
}
@media only screen and (max-width: 1280px) {
  .banner.home-banner .bg .banner-wrapper .container-fluid .content h2, .banner.home-banner .bg .banner-wrapper .container .content h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .banner.home-banner .bg .banner-wrapper .container-fluid .content h2, .banner.home-banner .bg .banner-wrapper .container .content h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 540px) {
  .banner.home-banner .bg .banner-wrapper .container-fluid .content h2, .banner.home-banner .bg .banner-wrapper .container .content h2 {
    font-size: 22px;
  }
}
.banner.home-banner .bg .banner-wrapper .container-fluid .content .text-slider, .banner.home-banner .bg .banner-wrapper .container .content .text-slider {
  flex: 0 1 auto;
  margin-left: 0;
  height: 110px;
}
@media only screen and (max-width: 1280px) {
  .banner.home-banner .bg .banner-wrapper .container-fluid .content .text-slider, .banner.home-banner .bg .banner-wrapper .container .content .text-slider {
    height: 64px;
  }
}
@media only screen and (max-width: 991px) {
  .banner.home-banner .bg .banner-wrapper .container-fluid .content .text-slider, .banner.home-banner .bg .banner-wrapper .container .content .text-slider {
    height: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .banner.home-banner .bg .banner-wrapper .container-fluid .content .text-slider, .banner.home-banner .bg .banner-wrapper .container .content .text-slider {
    margin-left: auto;
    text-align: center;
  }
}
@media only screen and (max-width: 540px) {
  .banner.home-banner .bg .banner-wrapper .container-fluid .content .text-slider, .banner.home-banner .bg .banner-wrapper .container .content .text-slider {
    height: 44px;
  }
}
.banner.home-banner .bg .banner-wrapper .container-fluid .content .text-slider span, .banner.home-banner .bg .banner-wrapper .container .content .text-slider span {
  font-size: 100px;
  font-weight: 600;
  color: var(--white);
  line-height: 1;
  font-family: "New Science";
}
@media only screen and (max-width: 1280px) {
  .banner.home-banner .bg .banner-wrapper .container-fluid .content .text-slider span, .banner.home-banner .bg .banner-wrapper .container .content .text-slider span {
    font-size: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .banner.home-banner .bg .banner-wrapper .container-fluid .content .text-slider span, .banner.home-banner .bg .banner-wrapper .container .content .text-slider span {
    font-size: 56px;
  }
}
@media only screen and (max-width: 540px) {
  .banner.home-banner .bg .banner-wrapper .container-fluid .content .text-slider span, .banner.home-banner .bg .banner-wrapper .container .content .text-slider span {
    font-size: 42px;
  }
}

.banner.about-banner::before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #3B2310 40%);
}
.banner.about-banner .bg {
  background: #3B2310;
  min-height: 650px;
}
@media only screen and (max-width: 991px) {
  .banner.about-banner .bg {
    min-height: 600px;
    height: 600px;
  }
}
@media only screen and (max-width: 768px) {
  .banner.about-banner .bg {
    min-height: 650px;
    height: 650px;
  }
}
@media only screen and (max-width: 540px) {
  .banner.about-banner .bg {
    min-height: 600px;
    height: 600px;
  }
}
.banner.about-banner .bg video {
  -o-object-position: 0 30px;
     object-position: 0 30px;
  opacity: 0.4;
}
.banner.about-banner .banner-wrapper .main_wrapper {
  --gap: 90px;
  align-items: center;
  justify-content: center;
  gap: var(--gap);
  line-height: 1.5;
}
@media only screen and (max-width: 1280px) {
  .banner.about-banner .banner-wrapper .main_wrapper {
    --gap: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .banner.about-banner .banner-wrapper .main_wrapper {
    --gap: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .banner.about-banner .banner-wrapper .main_wrapper {
    --gap: 30px;
    flex-direction: column;
  }
}
.banner.about-banner .banner-wrapper .main_wrapper figure {
  flex: 0 1 auto;
  width: 100%;
  max-width: 340px;
  -webkit-mask-image: url(../../images/vector/tplus_vector.svg);
          mask-image: url(../../images/vector/tplus_vector.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  line-height: 0;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  height: 509px;
}
@media only screen and (max-width: 1280px) {
  .banner.about-banner .banner-wrapper .main_wrapper figure {
    max-width: 300px;
    height: 460px;
  }
}
@media only screen and (max-width: 991px) {
  .banner.about-banner .banner-wrapper .main_wrapper figure {
    max-width: 270px;
    height: 420px;
  }
}
@media only screen and (max-width: 768px) {
  .banner.about-banner .banner-wrapper .main_wrapper figure {
    max-width: 190px;
    height: 290px;
  }
}
@media only screen and (max-width: 540px) {
  .banner.about-banner .banner-wrapper .main_wrapper figure {
    max-width: 150px;
    height: 230px;
    margin-left: 30px;
  }
}
.banner.about-banner .banner-wrapper .main_wrapper figcaption {
  flex: 1;
  max-width: calc(50% - var(--gap));
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .banner.about-banner .banner-wrapper .main_wrapper figcaption {
    max-width: 100%;
    text-align: center;
  }
}
.banner.about-banner .banner-wrapper .main_wrapper figcaption h2 {
  font-size: 40px;
  color: var(--colortext);
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 1.1;
}
@media only screen and (max-width: 1280px) {
  .banner.about-banner .banner-wrapper .main_wrapper figcaption h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 991px) {
  .banner.about-banner .banner-wrapper .main_wrapper figcaption h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .banner.about-banner .banner-wrapper .main_wrapper figcaption h2 {
    font-size: 24px;
  }
}
.banner.about-banner .banner-wrapper .main_wrapper figcaption p {
  color: var(--lightwhite);
}
.banner.about-banner .banner-wrapper .main_wrapper figcaption .btn {
  margin-top: 40px;
  color: #F4E2B6;
  border-color: #F4E2B6;
}
@media only screen and (max-width: 768px) {
  .banner.about-banner .banner-wrapper .main_wrapper figcaption .btn {
    margin: 30px auto 0;
  }
}
@media only screen and (max-width: 540px) {
  .banner.about-banner .banner-wrapper .main_wrapper figcaption .btn {
    margin: 20px auto 0;
  }
}
.banner.about-banner .banner-wrapper .main_wrapper figcaption .btn::before {
  background: #F4E2B6;
}
.banner.about-banner .banner-wrapper .main_wrapper figcaption .btn:hover {
  color: var(--black);
}

.products_sec {
  background: var(--bglight);
}
.products_sec .upper_sec {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .products_sec .upper_sec {
    gap: 25px;
  }
}
@media only screen and (max-width: 540px) {
  .products_sec .upper_sec {
    margin-bottom: 30px;
    gap: 20px;
  }
}
@media only screen and (max-width: 540px) {
  .products_sec .upper_sec .heading {
    width: 100%;
    text-align: center;
  }
}
.products_sec .upper_sec .heading h2 {
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--primary);
}
@media only screen and (max-width: 1280px) {
  .products_sec .upper_sec .heading h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .products_sec .upper_sec .heading h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 540px) {
  .products_sec .upper_sec .heading h2 {
    font-size: 26px;
  }
}
.products_sec .upper_sec .product-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 50px;
}
@media only screen and (max-width: 1280px) {
  .products_sec .upper_sec .product-nav {
    gap: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .products_sec .upper_sec .product-nav {
    gap: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .products_sec .upper_sec .product-nav {
    flex: 0 1 100%;
    gap: 40px;
  }
}
@media only screen and (max-width: 540px) {
  .products_sec .upper_sec .product-nav {
    flex-wrap: nowrap;
    gap: 30px;
    overflow-x: auto;
  }
  .products_sec .upper_sec .product-nav::-webkit-scrollbar {
    width: 0;
    background: none;
    height: 0;
  }
  .products_sec .upper_sec .product-nav::-webkit-scrollbar-track {
    box-shadow: none;
  }
  .products_sec .upper_sec .product-nav::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
  }
}
.products_sec .upper_sec .product-nav li {
  cursor: pointer;
  font-size: 24px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.2117647059);
  position: relative;
  padding-bottom: 7px;
  transition: 0.5s ease;
}
@media only screen and (max-width: 1280px) {
  .products_sec .upper_sec .product-nav li {
    font-size: 22px;
  }
}
@media only screen and (max-width: 991px) {
  .products_sec .upper_sec .product-nav li {
    font-size: 20px;
    padding-bottom: 5px;
  }
}
@media only screen and (max-width: 540px) {
  .products_sec .upper_sec .product-nav li {
    font-size: 16px;
    white-space: nowrap;
  }
}
.products_sec .upper_sec .product-nav li.active {
  color: var(--black);
}
.products_sec .upper_sec .product-nav li.active::before {
  width: 100%;
}
.products_sec .upper_sec .product-nav li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--black);
  transition: 0.5s ease;
}
.products_sec .tab-nav-content .tabs:not(.active) {
  transform: translateY(20px) scale(0.7);
}
.products_sec .tab-nav-content .tabs .product_wrapper {
  position: relative;
}
.products_sec .tab-nav-content .tabs .product_wrapper .product_slider {
  max-width: 97%;
}
.products_sec .tab-nav-content .tabs .product_wrapper .product_slider .product_col figcaption {
  padding: 0 35px 30px;
}
.products_sec .tab-nav-content .tabs .product_wrapper .product_slider .product_col figcaption h6 {
  font-size: 20px;
  font-weight: 600;
}
.products_sec .tab-nav-content .tabs .product_wrapper .btn_wrap {
  justify-content: center;
  margin-top: 60px;
}
@media only screen and (max-width: 991px) {
  .products_sec .tab-nav-content .tabs .product_wrapper .btn_wrap {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 540px) {
  .products_sec .tab-nav-content .tabs .product_wrapper .btn_wrap {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 540px) {
  .interior_guide .container {
    padding-right: 0;
  }
}
.interior_guide .heading {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .interior_guide .heading {
    margin-bottom: 30px;
  }
}
.interior_guide .heading h2 {
  font-size: 60px;
  font-weight: 300;
  color: var(--primary);
}
@media only screen and (max-width: 1280px) {
  .interior_guide .heading h2 {
    font-size: 52px;
  }
}
@media only screen and (max-width: 991px) {
  .interior_guide .heading h2 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 768px) {
  .interior_guide .heading h2 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 540px) {
  .interior_guide .heading h2 {
    font-size: 28px;
  }
}
.interior_guide .interior_wrapper {
  position: relative;
}
.interior_guide .interior_wrapper .interior_swiper {
  max-width: 97%;
}
@media only screen and (max-width: 540px) {
  .interior_guide .interior_wrapper .interior_swiper {
    max-width: 100%;
  }
}
.interior_guide .interior_wrapper .interior_swiper .interior_col {
  display: block;
  height: 423px;
}
@media only screen and (max-width: 540px) {
  .interior_guide .interior_wrapper .interior_swiper .interior_col {
    height: 330px;
  }
}
.interior_guide .interior_wrapper .interior_swiper .interior_col::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.interior_guide .interior_wrapper .interior_swiper .interior_col:hover figure img {
  transform: scale(1.1);
}
.interior_guide .interior_wrapper .interior_swiper .interior_col figure {
  position: relative;
}
.interior_guide .interior_wrapper .interior_swiper .interior_col figure::before {
  content: "";
  display: block;
  width: 0px;
  height: 86%;
  position: absolute;
  top: 7%;
  left: 0%;
  opacity: 0;
  background: white;
  box-shadow: 0 0 55px 12px white;
  transform: skewX(-20deg);
  z-index: 1;
}
.interior_guide .interior_wrapper .interior_swiper .interior_col figure:hover::before {
  animation: shine 0.4s linear;
  animation-fill-mode: none;
}
.interior_guide .interior_wrapper .interior_swiper .interior_col figure img {
  transition: 0.8s ease;
}
.interior_guide .interior_wrapper .interior_swiper .interior_col figcaption {
  padding: 0 30px 30px;
}
@media only screen and (max-width: 991px) {
  .interior_guide .interior_wrapper .interior_swiper .interior_col figcaption {
    padding: 0 20px 20px;
  }
}
@media only screen and (max-width: 540px) {
  .interior_guide .interior_wrapper .interior_swiper .interior_col figcaption {
    padding: 0 15px 15px;
  }
}
.interior_guide .interior_wrapper .interior_swiper .interior_col figcaption h6 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
}
@media only screen and (max-width: 1280px) {
  .interior_guide .interior_wrapper .interior_swiper .interior_col figcaption h6 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .interior_guide .interior_wrapper .interior_swiper .interior_col figcaption h6 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .interior_guide .interior_wrapper .interior_swiper .interior_col figcaption h6 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 540px) {
  .interior_guide .interior_wrapper .interior_swiper .interior_col figcaption h6 {
    font-size: 16px;
    line-height: 1.3;
  }
}

.wood_solutions .heading {
  border-bottom: 1px solid #896E3E;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1280px) {
  .wood_solutions .heading {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .wood_solutions .heading {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 540px) {
  .wood_solutions .heading {
    margin-bottom: 30px;
    padding-bottom: 7px;
  }
}
.wood_solutions .heading h2 {
  font-size: 60px;
  font-weight: 300;
  color: var(--primary);
}
@media only screen and (max-width: 1280px) {
  .wood_solutions .heading h2 {
    font-size: 52px;
  }
}
@media only screen and (max-width: 991px) {
  .wood_solutions .heading h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .wood_solutions .heading h2 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 540px) {
  .wood_solutions .heading h2 {
    text-align: center;
    font-size: 28px;
  }
}
.wood_solutions .wood_wrapper {
  align-items: center;
  --gap: 90px;
  gap: var(--gap);
}
@media only screen and (max-width: 1280px) {
  .wood_solutions .wood_wrapper {
    --gap: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .wood_solutions .wood_wrapper {
    align-items: start;
    --gap: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .wood_solutions .wood_wrapper {
    --gap: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .wood_solutions .wood_wrapper {
    --gap: 10px;
  }
}
.wood_solutions .wood_wrapper figure {
  flex: 0 1 40%;
  max-width: 40%;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .wood_solutions .wood_wrapper figure {
    position: sticky;
    top: var(--headerheight);
  }
}
@media only screen and (max-width: 768px) {
  .wood_solutions .wood_wrapper figure {
    flex: 0 1 100%;
    max-width: 100%;
    position: static;
  }
}
.wood_solutions .wood_wrapper figure img {
  border-radius: 5px;
}
.wood_solutions .wood_wrapper figcaption {
  flex: 1;
  max-width: calc(60% - var(--gap));
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .wood_solutions .wood_wrapper figcaption {
    max-width: 100%;
  }
}
.wood_solutions .wood_wrapper figcaption .summery-detail-content .col:not(:last-child) {
  border-bottom: 1px solid #966833;
}
.wood_solutions .wood_wrapper figcaption .summery-detail-content .col.active .title .circle {
  background: #966833;
}
.wood_solutions .wood_wrapper figcaption .summery-detail-content .col.active .title .circle .plus {
  --bgcolor: var(--white);
}
.wood_solutions .wood_wrapper figcaption .summery-detail-content .col.active .title .circle .plus::after {
  transform: scaleY(0);
}
.wood_solutions .wood_wrapper figcaption .summery-detail-content .col .title {
  padding: 15px 0;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1280px) {
  .wood_solutions .wood_wrapper figcaption .summery-detail-content .col .title {
    padding: 12px 0;
  }
}
.wood_solutions .wood_wrapper figcaption .summery-detail-content .col .title .circle {
  flex: 0 1 auto;
  width: 35px;
  height: 35px;
  border: 1px solid #966833;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.5s ease;
}
.wood_solutions .wood_wrapper figcaption .summery-detail-content .col .title .plus {
  --bgcolor: #966833;
  --size: 15px;
  --border: 2px;
  width: var(--size);
  height: var(--size);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: relative;
}
.wood_solutions .wood_wrapper figcaption .summery-detail-content .col .title .plus::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: var(--bgcolor);
  transition: 0.5s ease;
}
.wood_solutions .wood_wrapper figcaption .summery-detail-content .col .title .plus::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: var(--bgcolor);
  transition: 0.5s ease;
}
.wood_solutions .wood_wrapper figcaption .summery-detail-content .col .title .plus::before, .wood_solutions .wood_wrapper figcaption .summery-detail-content .col .title .plus::after {
  transition: 0.5s ease;
}
.wood_solutions .wood_wrapper figcaption .summery-detail-content .col .title .plus::before {
  top: calc(var(--size) / 2 - var(--border) / 2);
  bottom: auto;
  height: var(--border);
  width: 100%;
}
.wood_solutions .wood_wrapper figcaption .summery-detail-content .col .title .plus::after {
  left: calc(var(--size) / 2);
  translate: -50% 0;
  right: auto;
  width: var(--border);
  height: 100%;
}
.wood_solutions .wood_wrapper figcaption .summery-detail-content .col .title h6 {
  color: #966833;
}
.wood_solutions .wood_wrapper figcaption .summery-detail-content .col article {
  padding-bottom: 30px;
}
@media only screen and (max-width: 1280px) {
  .wood_solutions .wood_wrapper figcaption .summery-detail-content .col article {
    padding-bottom: 25px;
  }
}
@media only screen and (max-width: 540px) {
  .wood_solutions .wood_wrapper figcaption .summery-detail-content .col article {
    padding-bottom: 15px;
  }
}
.wood_solutions .wood_wrapper figcaption .summery-detail-content .col article > * {
  color: var(--text);
}

.tplus_gaurantee {
  background: var(--gradient-a);
  padding: 80px 0;
  position: relative;
}
.tplus_gaurantee::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: url(../../images/vector/tplus_vector.svg);
  transition: 0.5s ease;
}
.tplus_gaurantee::before {
  background-repeat: no-repeat;
  background-position: 95% 150%;
  background-size: 300px;
  opacity: 0.15;
}
@media only screen and (max-width: 1280px) {
  .tplus_gaurantee::before {
    background-size: 235px;
  }
}
@media only screen and (max-width: 768px) {
  .tplus_gaurantee::before {
    background-size: 180px;
    background-position: 100% 130%;
  }
}
@media only screen and (max-width: 540px) {
  .tplus_gaurantee::before {
    background-position: 100% 110%;
  }
}
@media only screen and (max-width: 1280px) {
  .tplus_gaurantee {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 991px) {
  .tplus_gaurantee {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 540px) {
  .tplus_gaurantee {
    padding: 40px 0;
  }
}
.tplus_gaurantee .heading {
  text-align: center;
}
.tplus_gaurantee .heading h2 {
  color: var(--white);
  font-weight: 300;
  font-size: 60px;
}
@media only screen and (max-width: 1280px) {
  .tplus_gaurantee .heading h2 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .tplus_gaurantee .heading h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .tplus_gaurantee .heading h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 540px) {
  .tplus_gaurantee .heading h2 {
    font-size: 28px;
  }
}
.tplus_gaurantee .main_wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
  margin: 60px 0;
}
@media only screen and (max-width: 1280px) {
  .tplus_gaurantee .main_wrapper {
    gap: 40px;
    margin: 50px 0;
  }
}
@media only screen and (max-width: 991px) {
  .tplus_gaurantee .main_wrapper {
    gap: 30px;
    margin: 45px 0;
  }
}
@media only screen and (max-width: 768px) {
  .tplus_gaurantee .main_wrapper {
    justify-content: center;
    margin: 30px 0 40px;
  }
}
.tplus_gaurantee .main_wrapper .gaurante_col {
  flex: 1;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .tplus_gaurantee .main_wrapper .gaurante_col {
    flex: 0 1 29%;
  }
}
@media only screen and (max-width: 540px) {
  .tplus_gaurantee .main_wrapper .gaurante_col {
    flex: 0 1 45%;
  }
}
.tplus_gaurantee .main_wrapper .gaurante_col figure {
  width: 75px;
  height: 75px;
  margin: 0 auto 15px;
}
@media only screen and (max-width: 1280px) {
  .tplus_gaurantee .main_wrapper .gaurante_col figure {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .tplus_gaurantee .main_wrapper .gaurante_col figure {
    margin: 0 auto 12px;
  }
}
@media only screen and (max-width: 540px) {
  .tplus_gaurantee .main_wrapper .gaurante_col figure {
    width: 50px;
    height: 50px;
    margin: 0 auto 10px;
  }
}
.tplus_gaurantee .main_wrapper .gaurante_col figcaption h6 {
  font-size: 16px;
  font-weight: 600;
  font-family: "Graphik";
  line-height: 1.3;
}
@media only screen and (max-width: 540px) {
  .tplus_gaurantee .main_wrapper .gaurante_col figcaption h6 {
    font-size: 14px;
  }
}
.tplus_gaurantee .btn_wrap {
  justify-content: center;
}

.testimonial_sec {
  display: none;
}
.testimonial_sec .heading {
  text-align: center;
  margin-bottom: 60px;
}
.testimonial_sec .heading .icon {
  width: 80px;
  margin: 0 auto 10px;
}
.testimonial_sec .heading h2 {
  font-weight: 300;
}
.testimonial_sec .main_wrapper {
  position: relative;
}
.testimonial_sec .main_wrapper .testimonial_slider {
  max-width: 97%;
}
.testimonial_sec .main_wrapper .testimonial_slider .testimonial_col::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.testimonial_sec .main_wrapper .testimonial_slider .testimonial_col:hover figure img {
  transform: scale(1.1);
}
.testimonial_sec .main_wrapper .testimonial_slider .testimonial_col figure {
  position: relative;
}
.testimonial_sec .main_wrapper .testimonial_slider .testimonial_col figure::before {
  content: "";
  display: block;
  width: 0px;
  height: 86%;
  position: absolute;
  top: 7%;
  left: 0%;
  opacity: 0;
  background: white;
  box-shadow: 0 0 55px 12px white;
  transform: skewX(-20deg);
  z-index: 1;
}
.testimonial_sec .main_wrapper .testimonial_slider .testimonial_col figure:hover::before {
  animation: shine 0.4s linear;
  animation-fill-mode: none;
}
.testimonial_sec .main_wrapper .testimonial_slider .testimonial_col figure img {
  transition: 0.8s ease;
}
.testimonial_sec .main_wrapper .testimonial_slider .testimonial_col figcaption {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 25px 25px;
}
.testimonial_sec .main_wrapper .testimonial_slider .testimonial_col figcaption .user_details {
  flex: 1;
}
.testimonial_sec .main_wrapper .testimonial_slider .testimonial_col figcaption .user_details h6 {
  font-size: 20px;
  font-weight: 600;
  font-family: "Graphik";
  line-height: 1.3;
}
.testimonial_sec .main_wrapper .testimonial_slider .testimonial_col figcaption .user_details p {
  font-weight: 500;
}
.testimonial_sec .main_wrapper .testimonial_slider .testimonial_col figcaption .play-btn {
  --btnsize: 43px;
}

.adver_banner.banner::before {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0.5) 88%);
}
@media only screen and (max-width: 540px) {
  .adver_banner.banner .bg {
    height: 500px;
  }
}
.adver_banner.banner .banner-wrapper {
  top: 75%;
  translate: 0 -75%;
}
.adver_banner.banner .banner-wrapper .heading h2 {
  font-size: 50px;
  font-weight: 600;
  text-transform: uppercase;
  max-width: 990px;
}
@media only screen and (max-width: 1280px) {
  .adver_banner.banner .banner-wrapper .heading h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .adver_banner.banner .banner-wrapper .heading h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .adver_banner.banner .banner-wrapper .heading h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 540px) {
  .adver_banner.banner .banner-wrapper .heading h2 {
    font-size: 20px;
  }
}
.adver_banner.banner .banner-wrapper .btn_wrap {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .adver_banner.banner .banner-wrapper .btn_wrap {
    margin-top: 30px;
  }
}

.thankyou-banner::before {
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 14%, rgba(0, 0, 0, 0.6) 88%);
}
.thankyou-banner .bg {
  height: 100vh;
}
.thankyou-banner .banner-wrapper {
  top: 70%;
  translate: 0 -70%;
}
.thankyou-banner .banner-wrapper .content {
  max-width: 875px;
  text-align: center;
  margin: 0 auto;
}
.thankyou-banner .banner-wrapper .content p {
  font-size: 18px;
}
.thankyou-banner .banner-wrapper .content .btn {
  margin: 20px auto 0;
}/*# sourceMappingURL=home.css.map */