@import url("../../css/theme-vars.css");

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
body {
    font-weight: normal;
    font-style: normal;
    margin: 0;
    line-height: normal;
    padding: 0;
    border: 0;
    outline: 0;
    font-smooth: always;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 100%;
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
}
.theme-button{
    background-size: 300% 100%;
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    line-height: 1;
    padding: 12px 30px;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
    border-radius: 5px;
    background-color: #fc6d21;
    background-image: -webkit-gradient(to right, #fc6d21, #e34124, #e34124, #fc6d21);
    background-image: -webkit-gradient(linear, left top, right top, from(#fc6d21), color-stop(#e34124), color-stop(#e34124), to(#fc6d21));
    background-image: linear-gradient(to right, #fc6d21, #e34124, #e34124, #fc6d21);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    outline: none;
    border: 0px;
}
.theme-button:hover {
    background-position: 100% 0;
    color: #ffffff;
    text-decoration: none;
}
.header{
    float: left;
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    background: var(--theme-primary);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .1);
    height: 56px;
    padding: 10px 0;
    z-index: 9;
}
.header .navbar-brand{
    float: left;
    display: inline-block;
    height: 36px;
    padding: 0px;
}
.header .navbar-brand img{
    display: inline-block;
    height: 100%;
}
.header .right-nav{
    float: right;
    display: inline-block;
    padding: 0px;
    margin: 0px 0 0;
}
.header .right-nav li{
    display: inline-block;
    float: left;
    list-style: none;
}
.header .right-nav li a{
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    line-height: normal;
    text-transform: capitalize;
    padding: 6px 10px;
    text-decoration: none;
    margin-left: 5px;
    margin-top: 2px;
}
.header .right-nav li a:hover{
    color: var(--theme-secondary);
}
.header .right-nav li a.login-btn{
    border: 1px solid #ffffff;
    border-radius: 5px;
    margin-top: 1px;
    margin-left: 10px;
}
.header .right-nav li a.login-btn:hover{
    border-color: var(--theme-secondary);
    background: var(--theme-secondary);
    color: #ffffff;
}
.top-section{
    float: left;
    width: 100%;
    padding: 110px 0 60px;
    position: relative;
    background: #ffffff;
}
.top-section .details{
    display: block;
    width: 100%;
}
.top-section .details .sub-title{
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 600;
    color: #fc6d21;
    font-style: italic;
    margin-bottom: 5px;
    line-height: normal;
}
.top-section .details h1{
    font-size: 48px;
    display: block;
    font-weight: 800;
    color: #222222;
    text-transform: capitalize;
    margin-bottom: 10px;
    line-height: normal;
}
.top-section .details p{
    font-size: 18px;
    display: block;
    font-weight: normal;
    color: #606060FA;
    margin-bottom: 20px;
    line-height: 28px;
}

.top-section .details .btn-block{
    display: block;
    width: 100%;
}
.top-section .details .btn-block a{
    margin-right: 10px;
    margin-bottom: 10px;
}
.top-section .img-block{
    display: block;
    width: 100%;
    text-align: center;
}
.top-section .img-block img{
    max-width: 100%;
    display: inline-block;
}
.comman-heading{
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}
.comman-heading .sub-title{
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 600;
    color: #fc6d21;
    font-style: italic;
    margin-bottom: 5px;
    line-height: normal;
}
.comman-heading h3{
    font-size: 38px;
    display: block;
    font-weight: 800;
    color: #222222;
    text-transform: capitalize;
    margin-bottom: 10px;
    line-height: normal;
}
.comman-heading p{
    font-size: 18px;
    display: block;
    font-weight: normal;
    color: #606060FA;
    margin-bottom: 20px;
    line-height: 28px;
}
.need-section{
    float: left;
    width: 100%;
    padding: 80px 0;
    position: relative;
    background: #ffffff;
}
.need-section .inner-box{
    display: block;
    width: 100%;
    border-radius: 15px;
    padding: 30px 20px;
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}
.need-section .inner-box.bg-1{
    background: #f2f9ff;
}
.need-section .inner-box.bg-2{
    background: #fffdec;
}
.need-section .inner-box.bg-3{
    background: #f5ffe6;
}
.need-section .inner-box.bg-4{
    background: #f1f4ff;
}
.need-section .inner-box .icon{
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.need-section .inner-box .icon img{
    display: inline-block;
    width: 100px;
}
.need-section .inner-box .icon-title{
    font-size: 15px;
    display: block;
    font-weight: 600;
    color: #222222;
}
.product-stacks-section{
    float: left;
    width: 100%;
    padding: 80px 0;
    position: relative;
    background: #fafafa;
}
.product-stacks-section .product-stacks-box{
    float: left;
    width: 100%;
    padding: 30px 20px;
    border-radius: 15px;
    text-align: center;
    position: relative;
    background: #ffffff url(../../website/web-images/texture.svg) no-repeat 100% 0;
    transition: ease-in-out all .5s;
}
.product-stacks-section .product-stacks-box:hover{
    -webkit-box-shadow: 0px 12px 70px #2222221a;
    box-shadow: 0px 12px 70px #2222221a;
}
.product-stacks-section .product-stacks-box .icon{
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    background: var(--theme-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.product-stacks-section .product-stacks-box .icon img{
    display: inline-block;
    width: 60px;
}
.product-stacks-section .product-stacks-box .icon-title{
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #222222;
    line-height: normal;
    margin-bottom: 10px;
}
.product-stacks-section .product-stacks-box .description{
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #606060FA;
    line-height: 27px;
    margin-bottom: 20px;
    min-height: 108px;
}
.usecases-section{
    float: left;
    width: 100%;
    padding: 80px 0;
    position: relative;
    background: #ffffff;
}
.usecases-section .image-block{
    display: block;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
}
.usecases-section .image-block img{
    max-width: 100%;
}
.usecases-section .detail-info-box{
    float: left;
    width: 100%;
    padding: 10px;
    border-radius: 15px;
    background: #f6f7f8;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.usecases-section .detail-info-box .icon{
    float: left;
    display: inline-block;
    margin-right: 15px;
    width: 70px;
    text-align: center;
    background: #ffffff;
    border-radius: 5px;
    padding: 15px 10px;
}
.usecases-section .detail-info-box .icon img{
    width: 50px;
}
.usecases-section .detail-info-box .detail-block{
    display: block;
    position: relative;
    overflow: hidden;
}

.usecases-section .detail-info-box .detail-block h5{
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #222222;
    line-height: normal;
    margin-bottom: 5px;
}
.usecases-section .detail-info-box .detail-block p{
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #606060FA;
    line-height: normal;
    margin-bottom: 0px;
}
.our-pricing-section{
    float: left;
    width: 100%;
    padding: 80px 0;
    position: relative;
    background: #fafafa;
}
.pricing-view{
    display: block;
    width: 100%;
}
.pricing-view .table tr td {
  padding: 15px;
  background: #ffffff;
}
.pricing-view .table tr td .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background: var(--theme-primary);
  border-radius: 50%;
  margin-bottom: 15px;
}
.pricing-view .table tr td .icon img {
  display: inline-block;
  width: 68px;
  height: auto;
  margin: 0px;
}
.pricing-view .table tr td .plan-category {
  display: block;
  padding: 30px 20px;
  border-radius: 12px;
  text-align: center;
  margin-bottom: 30px;
}
.pricing-view .table tr td .plan-category.bg-1 {
  background: #faf2ea;
}
.pricing-view .table tr td .plan-category.bg-2 {
  background: #f2f2f2;
}
.pricing-view .table tr td .plan-category.bg-3 {
  background: #fffbe5;
}
.pricing-view .table tr td .plan-category.bg-4 {
  background: #f9f0f3;
}
.pricing-view .table tr td .plan-category .c-title {
  display: block;
  font-size: 16px;
  line-height: normal;
  color: var(--theme-primary);
  font-weight: 800;
}
.pricing-view .table tr td .plan-category .dark-border-btn {
  display: inline-block;
  font-size: 14px;
  line-height: normal;
  border: 2px solid var(--theme-primary);
  color: var(--theme-primary);
  border-radius: 10px;
  padding: 8px 25px;
  font-weight: 700;
  background: #ffffff;
}
.pricing-view .title {
  display: block;
  font-size: 18px;
  line-height: normal;
  color: #222222;
  font-weight: 700;
  padding: 10px 0;
  text-transform: uppercase;
}
.pricing-view .c-title {
  display: block;
  font-size: 14px;
  line-height: normal;
  color: #222222;
  font-weight: 700;
  padding: 10px 0;
}
.pricing-view img {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-top: 10px;
}

.faq-section{
    float: left;
    width: 100%;
    padding: 80px 0;
    position: relative;
    background: #ffffff;
}

.faq-section .accordion-item {
  margin-top: 20px;
  border: 1px solid #e9e9e9;
  border-radius: 20px;
}
.faq-section .accordion-item .accordion-button {
  background-color: #ffffff;
  border-radius: 20px;
  font-size: 20px;
  line-height: normal;
  color: #222;
  letter-spacing: -0.6px;
  font-weight: 600;
  border: 0;
  padding: 36px 40px;
  -webkit-box-shadow: none;
          box-shadow: none;
          display: block;
          width: 100%;
          text-decoration: none;
}
.faq-section .accordion-item .accordion-button.collapsed {
  background-color: #fafafa;
  color: #707070;
}
.faq-section .accordion-item .accordion-body {
  font-size: 16px;
  color: #222222;
  font-weight: normal;
  line-height: 28px;
  padding: 0 40px 36px;
}
.faq-section .accordion-item .accordion-body a {
  font-size: 16px;
  color: #fc6d21;
  font-weight: 500;
}
.download-section{
    float: left;
    width: 100%;
    padding: 80px 0 20px;
    position: relative;
    background: #fff5e5;
}
.contact-us-section{
    float: left;
    width: 100%;
    padding: 80px 0;
    position: relative;
    background: #fafafa;
}
.contact-us-section .get-in-touch{
    float: left;
    width: 100%;
}
.contact-us-section .get-in-touch h4{
    font-size: 28px;
    display: block;
    font-weight: 700;
    color: #222222;
    text-transform: capitalize;
    margin-bottom: 10px;
    line-height: normal;
}
.contact-us-section .get-in-touch .form-group{
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}
.contact-us-section .get-in-touch .form-group label{
    display: block;
    position: relative;
    width: 100%;
    font-size: 12px;
    color: #707070FA;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 8px;
}
.contact-us-section .get-in-touch .form-group .form-control{
    border: 0px;
    background: #ffffff;
    color: #222222;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    line-height: normal;
}
.contact-us-section .get-in-touch .form-group .form-control::-webkit-input-placeholder {
  color: #22222233;
}
.contact-us-section .address-detail {
  float: left;
  width: 100%;
  padding: 80px 40px;
  background: var(--theme-primary);
  border-radius: 20px;
}
.contact-us-section .address-detail address{
  display: block;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 20px;
}
.contact-us-section .address-detail span{
  display: block;
  font-size: 20px;
  color: #ffffff;
}
.contact-us-section .address-detail span a{
  color: #fc6d21;
}

.footer-section{
    float: left;
    width: 100%;
    padding: 80px 0 0;
    position: relative;
    background: #171321;
}
.footer-section .footer-nav-wrap{
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.footer-section .footer-nav-wrap .footer-logo{
    float: left;
    display: inline-block;
    width: 150px;
    margin-bottom: 15px;
}
.footer-section .footer-nav-wrap .footer-logo img{
    width: 100%;
}
.footer-section .footer-nav-wrap p{
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    overflow: hidden;
}
.footer-section .footer-nav-wrap .social-list{
    width: 100%;
    display: block;
    padding: 0px;
    margin: 0px;
}
.footer-section .footer-nav-wrap .social-list li{
    display: inline-block;
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.footer-section .footer-nav-wrap .social-list li a{
    display: inline-block;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .2);
    margin-right: 10px;
    transition: ease-in-out all .5s;
    position: relative;
    top: 0px;
}
.footer-section .footer-nav-wrap .social-list li a:hover{
    background: rgba(255, 255, 255, .4);
    top: -5px;
}
.footer-section .footer-nav-wrap .social-list li a img{
    width: 20px;
}
.footer-section .footer-nav-wrap h5{
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    line-height: normal;
    margin-bottom: 10px;
}
.footer-section .footer-nav-wrap .footer-nav-list{
    width: 100%;
    display: block;
    padding: 0px;
    margin: 0px;
}
.footer-section .footer-nav-wrap .footer-nav-list li{
    display: block;
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.footer-section .footer-nav-wrap .footer-nav-list li a{
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    color: rgba(255, 255, 255, .7);
    line-height: normal;
    margin-bottom: 10px;
    transition: ease-in-out all .5s;
}
.footer-section .footer-nav-wrap .footer-nav-list li a:hover{
    color: rgba(255, 255, 255, 1);
}
.footer-section .copy-text{
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    font-size: 12px;
    color: #ffffff;
    background: rgba(255, 255, 255, .1);
    margin-top: 30px;
}