@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
@media (min-width: 1600px) {
  .website-page .container-xxl, .website-page .container-xl, .website-page .container-lg, .website-page .container-md, .website-page .container-sm, .website-page .container {
    max-width: 1520px;
  }
}
.website-page .container-xxl, .website-page .container-xl, .website-page .container-lg, .website-page .container-md, .website-page .container-sm, .website-page .container {
  padding: 0 1.5rem;
}

body.website-page {
  font-family: "Lato", sans-serif;
}

:root {
  --website-primary: #EE9D2B;
  --website-secondary: #D22024;
  --website-gray: #2E3E50;
  --website-light: #617182;
  --website-gradient: linear-gradient(105.47deg, #EE9D2B 1.28%, #D22024 100%);
}

.web-bg-gradient {
  background: var(--website-gradient) !important;
}

.web-bg-yellow {
  background: var(--website-primary) !important;
}

.btn.web-btn-gradient, .btn.web-btn-gradient:hover, .btn.web-btn-gradient:active, .btn.web-btn-gradient:focus, .btn.web-btn-gradient:focus-within, .btn.web-btn-gradient:focus-visible {
  border-radius: 0.475rem;
  background: linear-gradient(135deg, #EE9D2B 0%, #D22024 100%);
  backdrop-filter: blur(2px);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
  color: var(--bs-white, #FFF);
  text-transform: uppercase;
  font-weight: 700;
}

.web-btn-border-wrap {
  position: relative;
  background: var(--website-gradient);
  padding: 1px;
  border-radius: 0.5rem;
  font-weight: 700;
}

.btn.web-btn-border, .btn.web-btn-border:hover, .btn.web-btn-border:active, .btn.web-btn-border:focus, .btn.web-btn-border:focus-within, .btn.web-btn-border:focus-visible {
  background: var(--bs-white);
  color: var(--website-primary);
  padding: 0.775rem 1.5rem;
  border-radius: 0.45rem;
}

.web-text-gradient {
  background: var(--website-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.web-text-gray {
  color: var(--website-gray) !important;
}

.web-text-light {
  color: var(--website-light) !important;
}

.web-text-yellow {
  color: var(--website-primary) !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.website-bg-black {
  background-color: #0C0B0B !important;
}

.website-home-bg {
  background-image: url("../../../media/website-images/banner-images/home-bg-image.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.box-shadow {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
}

.home-banner-image {
  margin: -5rem;
  width: 75%;
}

.how-it-works {
  margin-top: -100px;
}

.website-tns.tns .tns-nav button {
  width: 15px;
  height: 15px;
  padding: 0;
  background-color: transparent;
  border: 1px solid var(--website-primary);
  border-radius: 100%;
}

.website-tns.tns .tns-nav button.tns-nav-active {
  background-color: var(--website-primary);
}

.testimonial-tns.tns .btn.btn-icon {
  width: 48px;
  height: 48px;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1) !important;
  border-radius: 100px;
}

.testimonial-bg {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF0DC 100%);
}

.feaures-img-bg {
  border-radius: 200px;
  background: rgba(238, 157, 43, 0.4);
  filter: blur(200px);
}

.ss-image-shadow {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
}

.how-it-works .row.bg-white {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1) !important;
}

.testimonial-slider .swiper-button-next, .testimonial-slider .swiper-button-prev {
  width: 48px !important;
  height: 48px !important;
  -moz-background-size: 48px !important;
  -webkit-background-size: 48px !important;
  background-size: 12px !important;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  border-radius: 48px;
  background-color: #fff;
}
.testimonial-slider .swiper-button-next::after, .testimonial-slider .swiper-button-prev::after {
  font-size: 24px;
  color: var(--website-primary);
}

.website-page .header-dropdown .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  width: 14px;
  height: 14px;
  vertical-align: -0.1em !important;
  border: 0 !important;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}

.header-dropdown {
  margin-top: -5px !important;
  border-radius: 0;
  border-top: 5px solid var(--website-primary);
}

.main-header .navbar-nav .nav-link {
  color: var(--website-gray);
}
.main-header .navbar-nav .nav-link:hover {
  color: var(--website-primary);
}
.main-header .navbar-nav .nav-link.active {
  color: var(--website-primary);
  position: relative;
}

.main-header {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.banner-img {
  width: 280px;
}

.features-bg {
  background: linear-gradient(180deg, #FFF0DC 0%, rgba(255, 255, 255, 0) 100%);
}
.features-bg .feature-card:hover {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
}
.features-bg .feature-card:hover .yellow-element {
  fill-opacity: 1;
  transition: all 0.3s ease;
}

.link-text:after {
  position: absolute;
  opacity: 0;
  width: 0%;
  height: 2px;
  margin-top: 5px;
  content: "";
  background: var(--website-primary);
  transition: all 0.3s;
  left: 0px;
  bottom: -6px;
}

.link-text:hover:after {
  opacity: 1;
  width: 100%;
}

.testimonial-bg .grid-item {
  float: left;
  width: 100%;
}

.faq-tab .nav-pills .nav-link.active, .nav-pills .show > .nav-link,
.hiw-tab .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: var(--website-primary);
  background-color: transparent;
}

.faq-tab .nav-pills .nav-link,
.hiw-tab .nav-pills .nav-link {
  color: var(--website-gray);
  font-weight: 900;
}

.faq-tab-content .accordion-button {
  color: var(--website-gray);
  background-color: #FBFBFB;
}
.faq-tab-content .accordion-button:after {
  display: none;
}
.faq-tab-content .accordion-button:not(.collapsed) {
  color: var(--website-gray);
  background-color: var(--bs-white);
  box-shadow: none;
  padding-bottom: 4px !important;
}
.faq-tab-content .accordion-button:not(.collapsed) .bi-plus-circle {
  display: none;
}
.faq-tab-content .accordion-button:not(.collapsed) .bi-dash-circle {
  display: inline-block;
}
.faq-tab-content .accordion-button.collapsed .bi-plus-circle {
  display: inline-block;
}
.faq-tab-content .accordion-button.collapsed .bi-dash-circle {
  display: none;
}

.faq-tab-content .accordion-item:has(.collapse.show) {
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
}

#v-hiw-tab .nav-link.active {
  color: var(--website-gray);
  position: relative;
}
#v-hiw-tab .nav-link.active .tab-desc {
  display: block;
}
#v-hiw-tab .nav-link.active:before {
  position: absolute;
  width: 2px;
  height: 100%;
  display: block;
  top: 0;
  background-color: rgba(0, 0, 0, 0.1);
  left: -10px;
  content: "";
  border-radius: 10px;
}
#v-hiw-tab .nav-link.active:after {
  height: 100%;
  transition: all 4s;
}

#v-hiw-tab .nav-link {
  position: relative;
}
#v-hiw-tab .nav-link .tab-desc {
  display: none;
}
#v-hiw-tab .nav-link:before {
  position: absolute;
  width: 2px;
  height: 100%;
  display: block;
  top: 0;
  background-color: rgba(0, 0, 0, 0.1);
  left: -10px;
  content: "";
  border-radius: 10px;
}
#v-hiw-tab .nav-link:after {
  position: absolute;
  width: 2px;
  height: 0;
  display: block;
  top: 0;
  background-color: var(--website-primary);
  left: -10px;
  content: "";
  border-radius: 10px;
}

#v-hiw-tabContent .hiw-img {
  border-radius: 8px;
  border: 16px solid #FFF;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2), 0px 0px 10px 0px rgba(0, 0, 0, 0.45) inset;
}

#hiw-dashboard-h-tab .nav-link {
  background-color: rgba(46, 62, 80, 0.05);
  color: var(--website-light);
  font-weight: 700;
  border-bottom: 2px solid transparent;
}
#hiw-dashboard-h-tab .nav-link.active {
  background-color: rgba(238, 157, 43, 0.1);
  color: var(--website-primary);
  border-bottom: 2px solid var(--website-primary);
}

.mt-negative {
  margin-top: -6rem;
}

.support-topics .support-icon {
  border-radius: 16px;
  background: rgba(238, 157, 43, 0.2);
}

.support-topics .topic-search .search-input {
  text-indent: 24px;
}
.support-topics .topic-search .search-icon {
  position: absolute;
  top: 8px;
  left: 15px;
  z-index: 1;
}

.support-topics .topic-row, .support-questions .question-row {
  transition: all 0.5s;
}
.support-topics .topic-row .topic-title, .support-topics .topic-row .question-title, .support-questions .question-row .topic-title, .support-questions .question-row .question-title {
  color: var(--website-gray);
  transition: all 0.5s;
}
.support-topics .topic-row .arrow-icon, .support-questions .question-row .arrow-icon {
  opacity: 0;
  position: relative;
  padding-right: 36px;
  transition: all 0.5s;
}

.support-topics .topic-row:hover, .support-questions .question-row:hover {
  background-color: var(--bs-white) !important;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
}
.support-topics .topic-row:hover .topic-title, .support-topics .topic-row:hover .question-title, .support-questions .question-row:hover .topic-title, .support-questions .question-row:hover .question-title {
  color: var(--website-primary);
}
.support-topics .topic-row:hover .arrow-icon, .support-questions .question-row:hover .arrow-icon {
  opacity: 1;
  padding-right: 16px;
}

.integration-bg:after {
  background: #FFFFFF;
  border-radius: 50%;
  bottom: -350px;
  content: "";
  display: block;
  height: 400px;
  left: -62%;
  position: absolute;
  width: 224%;
}

.min-h-xs-450px {
  min-height: 450px;
}

@media (min-width: 768px) {
  .testimonial-bg .grid-item {
    width: 50%;
  }
  .min-h-md-220px {
    min-height: 220px !important;
  }
}
@media (min-width: 992px) {
  .home-banner-image {
    margin: -2rem;
    width: 105%;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .min-h-lg-450px {
    min-width: 450px !important;
  }
  .main-header .nav-link.active:after {
    position: absolute;
    top: calc(100% - 5px);
    left: 0;
    width: 100%;
    height: 5px;
    content: "";
    background-color: var(--website-primary);
    transition: all 0.3s;
  }
  .contact-row:after {
    position: absolute;
    left: 0;
    bottom: -150px;
    width: 400px;
    height: 450px;
    background-image: url("../../../media/website-images/yellow-dot-vector.png");
    background-size: cover;
    content: "";
  }
  .contact-row:before {
    position: absolute;
    bottom: -100px;
    right: 0;
    width: 150px;
    height: 350px;
    background-image: url("../../../media/website-images/red-dot-vector.png");
    background-size: cover;
    content: "";
  }
  .mt-negative {
    margin-top: -15rem;
  }
  .banner-img {
    width: auto;
  }
  .testimonial-bg .grid-item {
    width: 33.33%;
  }
}
.text-truncate-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-card .blog-img img {
  max-height: 250px;
  height: 250px;
  width: 100%;
  overflow: hidden;
  object-position: center;
  object-fit: cover;
}

.blog-content img {
  max-width: 100%;
  height: auto;
}

.channel-tabs.nav-line-tabs .nav-item .nav-link {
  color: #272F64;
}
.channel-tabs.nav-line-tabs .nav-item .nav-link.active {
  color: #EE9D2B !important;
  border-color: #EE9D2B !important;
}

.pricing-tabs.nav-line-tabs .nav-item .nav-link {
  color: #272F64;
}
.pricing-tabs.nav-line-tabs .nav-item .nav-link.active {
  color: #EE9D2B !important;
  border-color: #EE9D2B !important;
}
.pricing-tabs.nav-line-tabs .nav-item.annually-tab .active .pricing-badge {
  display: none;
}

#pricingTabContent .swiper-pagination {
  position: absolute;
  display: flex;
  justify-content: start;
  top: -50px;
  left: 0 !important;
  width: 100% !important;
  margin: 0;
  height: 36px;
  z-index: 200;
}
@media (min-width: 576px) {
  #pricingTabContent .swiper-pagination {
    top: -10px !important;
  }
}
#pricingTabContent .swiper-pagination-bullet {
  padding: 4px;
  border-radius: 0;
  width: auto;
  height: 36px;
  text-align: center;
  line-height: 30px;
  font-weight: 700;
  font-size: 12px;
  color: #272F64;
  opacity: 1;
  background: transparent;
  border-bottom: 2px solid transparent;
}
#pricingTabContent .swiper-pagination-bullet-active {
  color: #EE9D2B;
  border-color: #EE9D2B;
}

.patner .section1 {
  color: #617182;
}
.patner .section1 h2 {
  color: #2E3E50;
}
.patner .section1 h2 span {
  background: linear-gradient(135deg, #EE9D2B 0%, #D22024 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.patner .section2 {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 240, 220) 100%);
}
.patner .section3 .img-block {
  border-radius: 16px;
  box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.2);
  border: 1px solid #D9D9D9;
  overflow: hidden;
  margin-bottom: 32px;
}
.patner .section4 {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 240, 220) 100%);
}
.patner .section5 {
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(255, 240, 220) 100%);
}
.patner .section5 .box {
  height: 100%;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}
.patner .section5 .box .box-headeing {
  padding: 35px 24px;
  text-align: center;
  border-bottom: 1px solid #E1E1E1;
}
.patner .section5 .box .box-headeing h2 {
  color: #EE9D2B;
}
.patner .section5 .box .box-body {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.patner .section5 .box .box-body > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.patner .section5 .box .box-body > ul > li {
  background-image: url("../../../media/website-images/list.svg");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: left 2px;
  padding-left: 30px;
  margin-bottom: 20px;
}
.patner .section6 {
  text-align: center;
}
.patner .section6 .icon {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50rem;
  position: relative;
  margin: 0 auto;
  margin-bottom: 16px;
}
.patner .section6 .icon span {
  position: absolute;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  border: 2px solid #fff;
  border-radius: 50rem;
  left: 0;
  top: 0;
}
.patner .section6 h6 {
  font-size: 18px;
}
@media (min-width: 576px) {
  .patner .section6 h6 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .patner .section6 h6 {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .patner .section6 h6 {
    font-size: 24px;
  }
}
.patner .section6 .box {
  position: relative;
}
.patner .section6 .arrow {
  position: absolute;
  top: 50%;
  right: -50%;
  width: 50%;
}
.patner .section6 .icon1 {
  background-color: #FEDCAC;
}
.patner .section6 .icon1 span {
  color: #EE9D2B;
  background-color: #FEDCAC;
}
.patner .section6 .icon2 {
  background-color: #FFDADB;
}
.patner .section6 .icon2 span {
  color: #D22024;
  background-color: #FFDADB;
}
.patner .section6 .icon3 {
  background-color: #E4E1FF;
}
.patner .section6 .icon3 span {
  color: #7367F0;
  background-color: #E4E1FF;
}

h1, .h1 {
  font-size: calc(36px + 8 * (100vw - 400px) / 1520);
  line-height: 1.25em;
}

h2, .h2 {
  font-size: calc(28px + 12 * (100vw - 400px) / 1520);
  line-height: 1.25em;
}

h3, .h3 {
  font-size: calc(24px + 8 * (100vw - 400px) / 1520);
  line-height: 1.25em;
}

h4, .h4 {
  font-size: calc(22px + 6 * (100vw - 400px) / 1520);
  line-height: 1.5em;
}

h5, .h5 {
  font-size: calc(20px + 4 * (100vw - 400px) / 1520);
  line-height: 1.5em;
}

h6, .h6 {
  font-size: calc(18px + 2 * (100vw - 400px) / 1520);
  line-height: 1.5em;
}

.fs-18 {
  font-size: 18px;
  line-height: 28px;
}

.home-banner .svg-inner:after {
  display: block;
  position: absolute;
  top: 100px;
  right: 0;
  background: linear-gradient(black 30%, transparent);
  content: "";
  width: 100%;
  height: 50px;
  transform: translate(-25%, 0);
}

.home-banner .chart-img {
  right: 12%;
  bottom: 20px;
  display: none;
  width: 300px;
}

@media screen and (min-width: 1600px) {
  .home-banner .chart-img {
    right: -16%;
    transform: translate(-50%);
    width: 380px;
    bottom: 30px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home-banner .chart-img {
    right: -19%;
    transform: translate(-50%);
    width: 380px;
    bottom: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .home-banner .chart-img {
    right: 0%;
  }
}
@media screen and (max-width: 767px) {
  .home-banner .chart-img {
    display: none !important;
  }
}