@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* banner section start  */
section.banner-sec {
    background: linear-gradient(220.55deg, #7b60fb 0%, #2f1069 100%) !important;
    color: white;
    padding: 140px 0;
}
section.banner-sec .banner-box-1 h1 {
    font-weight: 700;
    font-size: 32px;
    font-family: "Poppins", sans-serif;
    width: 100%;
    max-width: 350px;
}
img.banner-box2-img {
    width: 70%;
}

section.banner-sec .banner-box-1 p {
    font-weight: 300;
    font-size: 14px;
    color: #ffffffba;
    padding-top: 20px;
    width: 90%;
    font-family: "Poppins", sans-serif;
    line-height: 25px;
}
section.banner-sec span.banner-form-para {
    font-weight: 300;
    font-size: 13px;
    font-family: "Open Sans";
    width: 80%;
    display: inline-block;
    padding-top: 30px;
}
section.banner-sec span.banner-form-para a {
    color: #5cc9a7;
    text-decoration: none;
}

input.form-control {
    color: #4A5568;
    padding: 30px 0px 30px 20px;
    border: 1px solid #e2e8f0;
    box-shadow: inset 0 1px 1px rgba(31, 45, 61, .075);
    font-weight: 400;
    font-size: 16px;
    font-family: "Open Sans";
      border-radius: 10px 0px 0px 10px;
}
input.form-control::placeholder {
    font-weight: 500;
    font-size: 16px;
    font-family: "Open Sans";
    color: #ced5e1;
}
.form-control:focus {
    color: #4a5568;
    border-color: rgba(0, 138, 255, .5);
    outline: 0;
    background-color: #fff;
    box-shadow: inset 0 1px 1px rgba(31, 45, 61, .075), 0 0 20px rgba(0, 138, 255, .1);
}

.input-group .input-group-append .form-submit{
    color: #fff;
    border-color: #5cc9a7;
    background-color: #5cc9a7;
    box-shadow: none;
    padding: 10px 28px;
    font-weight: 600;
    font-size: 16px;
    font-family: "Open Sans";
    border-radius: 0px 10px 10px 0;
}
section.banner-sec .input-group{
    width: 80%;
}


     /* banner section start  */     
    
     
     /* platform section start */
     
     
section.platform-sec .fa-solid {
    background: white;
    border-radius: 30px;
    font-size: 20px;
    width: 3rem;
    height: 3rem;
    margin: 0 auto;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #6434c0;
}     
section.platform-sec .platform-content h1 {
     text-align: center;
     color: #6434c0;
     font-weight: 600;
     font-size: 30px;
     font-family: "Poppins", sans-serif;
}
 section.platform-sec {
     padding-top: 100px;
}
 .platform-content {
     padding-bottom: 60px;
}
 section.platform-sec .platform-content p {
     font-weight: 300;
     font-size: 14px;
     color: #000;
     padding-top: 15px;
     text-align: center;
     width: 60%;
     margin: 0 auto;
     line-height: 30px;
     font-family: "Poppins", sans-serif;
}
 section.platform-sec .platform-card h3 {
     font-weight: 600;
     font-size: 20px;
     width: 100%;
     padding-top: 25px;
     padding-bottom: 0px;
     color: #fff;
     font-family: "Poppins", sans-serif;
}
 section.platform-sec .platform-card h3 a {
     color: white;
     text-decoration: none;
     line-height: 28px;
}
 section.platform-sec .platform-card span {
     font-weight: 300;
     font-size: 16px;
     font-family: "Open Sans";
     color: #ffffff;
}
 section.platform-sec .platform-card p {
     font-weight: 300;
     font-size: 14px;
     color: #ffffff;
     padding-top: 15px;
     font-family: "Poppins", sans-serif;
}
 .platform-card {
     background: #6434c0;
     border-radius: 10px;
     padding: 30px 25px 50px 30px;
     transition: all .2s ease;
}
 .platform-card:hover{
     transform: translateY(-10px) !important;
}
 .platform-card.pcard2{
     background-color: #7a5ef8;
}
 .platform-card.pcard3{
     background-color: #6434c0;
}
.section.platform-sec .platform-card i.fa-solid.fa-pager {
     BACKGROUND: #fff;
     PADDING: 15PX;
     border-radius: 30px;
     box-shadow: 0 0 1.25rem rgba(31, 45, 61, .05) !important;
     color: #718096;
     font-size: 18px;
}
.section.platform-sec .platform-card i.fa-solid.fa-shop {
     BACKGROUND: #ffffff;
     PADDING: 15PX;
     border-radius: 30px;
     box-shadow: 0 0 1.25rem rgba(31, 45, 61, .05) !important;
     color: #718096;
     font-size: 18px;
}
.section.platform-sec .platform-card i.fa-solid.fa-link {
     BACKGROUND: #fff;
     PADDING: 15PX;
     border-radius: 30px;
     box-shadow: 0 0 1.25rem rgba(31, 45, 61, .05) !important;
     color: #718096;
     font-size: 18px;
}

/* platform section end */



/* qr code generator section start */


 .qr-box1-img img {
     box-shadow: 0 .125rem .25rem rgba(31, 45, 61, .08) !important;
     border: 1px solid #eaecf3;
     border-radius: 10px;
}

 .qr-box1-img {
     padding: 20px 0 20px 5px;
}
 .qr-box2-content a.btn-qrcode-sec {
     text-decoration: none;
     padding: 14px 30px 14px 30px;
     border-radius: 5px;
     background: #008aff;
     color: white;
     font-weight: 600;
     font-size: 16px;
     font-family: "Open Sans";
}
 .qr-box2-content h1 {
     color: #171347;
     font-weight: 600;
     font-size: 28px;
     font-family: "Open Sans";
}
 .qr-box2-content {
     padding: 30px 0px 0px 60px;
}
 .qr-box2-content p {
     font-weight: 300;
     font-size: 18px;
     font-family: "Open Sans";
     color: #718096;
     padding-top: 20px;
     padding-bottom: 25px;
     WIDTH: 80%;
     line-height: 30px;
}
 section.qr-code-section {
     margin-top: 100px;
}
 .qr-main {
     box-shadow: 0 1rem 3rem rgba(31, 45, 61, .125) !important;
     border-radius: 5px;
     flex-wrap: nowrap;
     margin: 0px 0px 0px 0px;
}
/* qr code generator section end */


/* saas Platform section start */


 .saas-box-content h1 {
     color: #6434c0;
     font-weight: 600;
     font-size: 28px;
     font-family: "Poppins", sans-serif;
     margin: 0px;
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     section.support-brand-section .sb-box1-img img {
    width: 100%;
}
     section.support-brand-section .sb-box2-content {
    padding-left: 20px;
}

.support-brand-section .sb-box2-content
     ul {
    margin: 0px;
     padding: 0px;
     list-style-type: none;
}

.support-brand-section .sb-box2-content
     ul li {
    display: flex;
     gap: 10px;
     margin-bottom: 12px;
}

.support-brand-section .sb-box2-content
     ul li h4 {
    font-family: "Poppins", sans-serif;
     color: #fff;
     font-weight: 300;
     font-size: 16px;
     line-height: 24px;
}

.support-brand-section .sb-box2-content
     ul li i {
    color: #fff;
}

.support-brand-section .sb-box2-content
     ul li:last-child {
    margin-bottom: 0px;
}
     section.support-brand-section .row {
    align-items: center;
};
}
 .saas-box-content p {
     font-weight: 300;
     font-size: 14px;
     color: #000;
     padding-top: 15px;
     padding-bottom: 25px;
     line-height: 25px;
     font-family: "Poppins", sans-serif;
     margin: 0px;
}
 .saas-box-content ul {
     padding: 0;
}
 .saas-box-content li {
     list-style: none;
     display: flex;
     gap: 10px;
     align-items: baseline;
     margin-bottom: 15px;
}
 section.saas-platform-sec .saas-icon-box .fa-solid {
     background: #7b60fb;!;
     border-radius: 30px;
     box-shadow: 0 0 1.25rem rgba(31, 45, 61, .05) !important;
     color: white;
     font-size: 12px;
     width: 20px;
     height: 20px;
     display: flex;
     align-items: center;
     justify-content: center;
}

 section.saas-platform-sec .saas-info-box h4 {
     color: #000;
     font-weight: 300;
     font-size: 14px;
     margin: 0 0 4px;
     font-family: "Poppins", sans-serif;
}
 section.saas-platform-sec .saas-info-box p {
     font-weight: 400;
     font-size: 16px;
     font-family: "Open Sans";
     color: #718096;
     padding-bottom: 10px;
     line-height: 30px;
     padding-top: 0 !important;
     width: 81%;
}
 .saas-box-image img {
     box-shadow: 0 .125rem .25rem rgba(31, 45, 61, .08) !important;
     border: 1px solid #eaecf3;
     border-radius: 10px;
     width: 100%;
}
 .saas-box-image {
     margin: 0 auto;
     text-align: center;
}
 section.saas-platform-sec {
     padding-top: 150px;
}


/* saas Platform section end */
 
     
     
 section.saas-platform-sec .row {
    flex-wrap: nowrap;
    align-items: center;
}

section.saas-platform-sec .col-7 {
    width: 60%;
}

section.saas-platform-sec .col-5 {
    width: 40%;
}

section.saas-platform-sec .col-7 .saas-box-image {
    width: 100%;
    text-align: left;
    margin: 0 0 0px 0px;
}


a.btn-shortenerdeve {
    text-decoration: none;
    padding: 14px 30px 14px 30px;
    border-radius: 5px;
    background: #008aff;
    color: white;
    font-weight: 600;
    font-size: 16px;
    font-family: "Open Sans";
}
section.saas-platform-sec.e-wallet .fa-solid {
    background: #008aff;
}
.shorten-world-sec span {
    font-weight: 300;
    font-size: 15px;
    font-family: "Open Sans";
    color: #718096;
}


/* <!-- support-brand-section start  -->  */

section.support-brand-section {
    background: #021155;
    padding-top: 100px;
    margin-top: 120px;
    padding-bottom: 100px;
}
.support-brand-section .sb-box2-content p {
    font-weight: 300;
    font-size: 14px;
    color: #ffffff;
    padding-top: 20px;
    padding-bottom: 30px;
    line-height: 30px;
    width: 100%;
    font-family: "Poppins", sans-serif;
    margin-bottom: 0px;
}
.support-brand-section .sb-box2-content h1 {
    color: #ffffff;
    font-weight: 600;
    font-size: 30px;
    line-height: 50px;
    font-family: "Poppins", sans-serif;
    margin: 0px;
}
.support-brand-section a.btn-sb-sec {
    text-decoration: none;
    padding: 14px 30px 14px 30px;
    border-radius: 5px;
    background: #008aff;
    color: white;
    font-weight: 600;
    font-size: 16px;
    font-family: "Open Sans";
}
.sb-box1-img img {
    background: white;
    border-radius: 10px;
    width: 90%;
    margin-top: 20px;
}


/* <!-- support-brand-section end  -->  */


/* <!-- shorten-link-section start --> */
section.shorten-link-section .sl-content-box h4 {
    font-weight: 600;
    font-size: 17px;
    font-family: "Open Sans";
    color: #152c5b;
}
section.shorten-link-section .sl-content-box p {
   font-weight: 400;
    font-size: 16px;
    font-family: "Open Sans";
    color: #718096;
    line-height: 25px;
}

section.shorten-link-section {
    background: #021155;
    padding-top: 100px;
    padding-bottom: 40px;
}
section.shorten-link-section h1 {
    color: #ffffff;
    font-weight: 600;
    font-size: 32px;
    font-family: "Open Sans";
    line-height: 50px;
    text-align: center;
}
section.shorten-link-section li {
    list-style: none;
    background: #ffffff;
    border-radius: 10px;
    width: 30%;
    padding: 20px 13px 40px 15px;
    display: inline-flex;
    min-height: 205px;
    vertical-align: top;
    margin: 0px 55px 55px 0px;
    gap: 16px;
}
section.shorten-link-section li:nth-child(3) {
    margin: 0;
}
section.shorten-link-section li:nth-child(6) {
    margin: 0;
}
section.shorten-link-section li:nth-child(9) {
    margin: 0;
}
.sl-content-box {
    padding-top: 5px;
}
.sl-icon-box .fa-solid {
    width: 3rem;
    height: 3rem;
    align-items: center;
    display: flex;
    justify-content: center;
    color: white;
    border-radius: 30px;
    font-size: 18px;
}
section.shorten-link-section i.fa-solid.fa-layer-group{
   background: #008aff;
}
section.shorten-link-section i.fa-solid.fa-sun{
   background: #ffbe3d;
}
section.shorten-link-section i.fa-solid.fa-code{
   background: #f25767;
}
section.shorten-link-section i.fa-solid.fa-globe{
   background: #5cc9a7;
}
section.shorten-link-section i.fa-solid.fa-users{
   background: #50b5ff;
}
section.shorten-link-section i.fa-solid.fa-chart-simple{
   background: #ffbe3d;
}

section.shorten-link-section i.fa-solid.fa-wand-magic-sparkles{
   background: #171347;
}

section.shorten-link-section i.fa-solid.fa-download{
   background: #5cc9a7;
}
section.shorten-link-section i.fa-solid.fa-bars{
   background: #5cc9a7;
}
section.shorten-link-section ul {
    padding-top: 70px;
    padding-left: 0;
}


/* <!-- shorten-link-section end --> */

/* li section start  */


section.link-integrations-sec .li-box2-content h4 {
    color: #171347;
    font-weight: 700;
    font-size: 28px;
    font-family: "Open Sans";
    text-align: center;
}
section.link-integrations-sec .li-box2-content p {
    font-weight: 400;
    font-size: 16px;
    font-family: "Open Sans";
    color: #718096;
    line-height: 25px;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 10px;
    width: 72%;
    margin: 0 auto;
}
a.btn-li-sec {
    text-decoration: none;
    padding: 14px 30px 14px 30px;
    border-radius: 5px;
    background: #008aff;
    color: white;
    font-weight: 600;
    font-size: 16px;
    font-family: "Open Sans";
}
.li-box2-content {
    text-align: center;
}
section.link-integrations-sec h1 {
    color: #000000;
    font-weight: 600;
    font-size: 32px;
    font-family: "Open Sans";
    line-height: 50px;
    text-align: center;
}
section.link-integrations-sec p {
    font-weight: 400;
    font-size: 16px;
    font-family: "Open Sans";
    color: #718096;
    line-height: 25px;
    text-align: center;
}




ul.linkinte-iconbox.down {
    padding-top: 50px;
}
.notify-link-box p {
    text-align: left !important;
    font-weight: 400;
    font-size: 16px;
    font-family: "Open Sans";
    color: #718096;
    line-height: 25px;
    padding-top: 15px;
}      
.notify-link-box h3 {
    color: #152c5b;
    font-weight: 600;
    font-size: 22px;
    font-family: "Open Sans";
    padding-top: 20px;
}
.notify-link-box .fa-solid {
    color: #718096;
    font-size: 35px;
}
.notify-link-box {
    background: white;
    padding: 40px 100px 50px 50px;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 3px 0px;
}
.row.notify-link-main {
    padding: 40px 40px;
    background: #f7f9fc;
}      
section.link-integrations-sec {
    padding-top: 100px;
    padding-bottom: 100px;
}
section.link-integrations-sec .link-inte-content {
    padding-bottom: 40px;
}
ul.linkinte-iconbox {
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    text-align: center;  
}
ul.linkinte-iconbox li img {
    background: rgb(255, 255, 255);
    border-radius: 50px;
    padding: 8px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    width: 3rem;
    height: 3rem;
}
.row.link-inte-bg {
    background: #f7f9fc;
    padding-top: 50px;
    align-items: center;
    padding-bottom: 60px;
}
.link-inte-box h4 {
    font-weight: 400;
    font-size: 16px;
    font-family: "Open Sans";
    color: #171347;
    padding-top: 17px;
    text-align: center;
    line-height: 25px;
}
.link-inte-box {
    display: flex;
    justify-content: center;
}
ul.linkinte-iconbox li {
    margin-bottom: 55PX;
}

/* li section end  */
section.banner-sec .banner-box-2 img {
    width: 100%;
}

section.banner-sec .row {
    align-items: center;
}
section.support-brand-section .sb-box1-img img {
    width: 100%;
}

section.support-brand-section .sb-box2-content {
    padding-left: 20px;
}

.support-brand-section .sb-box2-content ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.support-brand-section .sb-box2-content ul li {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
}

.support-brand-section .sb-box2-content ul li h4 {
    font-family: "Poppins", sans-serif;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
}

.support-brand-section .sb-box2-content ul li i {
    color: #fff;
}

.support-brand-section .sb-box2-content ul li:last-child {
    margin-bottom: 0px;
}

section.support-brand-section .row {
    align-items: center;
}
.saas-box-content ul {
    margin: 0px;
}
.right-side-img .saas-box-image {
    padding-left: 25px;
}
.left-side-img .saas-box-image {
    padding-right: 25px;
}
#header a.btn {
    font-size: 0.8rem;
}
@media (max-width:767px){
	section.banner-sec .row {
    display: block;
}

section.platform-sec .row {
    display: block;
    flex: unset;
}

section.saas-platform-sec .row {
    display: block;
}

section.support-brand-section .row {
    display: block;
}

section.banner-sec {
    padding: 50px 0;
}

section.banner-sec .row .col-6 {max-width: 100%;width: 100%;text-align: center;}

section.banner-sec .banner-box-1 h1 {
    width: 100%;
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 15px;
}

section.banner-sec .banner-box-1 p {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    padding: 0px;
    margin-bottom: 25px;
}

section.platform-sec {
    padding-top: 50px;
}

section.platform-sec .platform-content h1 {
    font-size: 22px;
    line-height: 28px;
}

section.platform-sec .platform-content p {
    width: 100%;
    font-size: 14px;
}

.platform-content {
    padding-bottom: 40px;
}

section.platform-sec .row .col-4 {
    max-width: 100%;
    text-align: center;
}

.platform-card {
    padding: 30px 20px;
    margin-bottom: 30px;
}

section.platform-sec .platform-card h3 {
    font-size: 18px;
}

section.platform-sec .platform-card p {
    font-size: 14px;
    line-height: 25px;
}

section.saas-platform-sec {
    padding-top: 40px;
}

section.saas-platform-sec .row .col-6 {
    max-width: 100%;
    text-align: center;
}

.saas-box-content h1 {
    font-size: 26px;
}

.saas-box-content p {
    font-size: 14px;
}

.saas-box-content .saas-icon-box {
    display: none;
}

.right-side-img .saas-box-image {
    padding: 0px;
}

.left-side-img .saas-box-image {
    padding: 0px;
}

section.support-brand-section {
    padding-top: 50px;
    margin-top: 60px;
    padding-bottom: 50px;
}

section.support-brand-section .row .col-6 {max-width: 100%;text-align: center;}

.support-brand-section .sb-box2-content h1 {
    margin-top: 30px;
    font-size: 26px;
    line-height: 36px;
}

section.support-brand-section .sb-box2-content {
    padding: 0px;
}

.support-brand-section .sb-box2-content p {
    font-size: 14px;
}

.support-brand-section .sb-box2-content ul li .saas-icon-box {
    display: none;
}

footer .col-12.col-lg-auto.order-1.order-lg-2.d-flex.flex-column.flex-lg-row {
    display: none !important;
}
.support-brand-section .sb-box2-content ul li h4 {
    font-size: 14px;
}

section.saas-platform-sec .saas-info-box h4 {
    font-size: 14px;
}
section.saas-platform-sec.setOnMobile .row {
    display: flex;
    flex-direction: column-reverse;
}
div#header-navbar ul {
    justify-content: end;
    display: flex;
    flex-direction: row;
}
div.amazon-questionnaire-form label.data.radio.oneline {
    flex-direction: column;
    height: unset !important;
    gap: 15px !important;
    line-height: 22px;
    padding-top: 15px;
    justify-content: center;
}
}