@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
:root{

    /* theme color */
    --bg-dark:#251b29;
    --primary-color:#ff4c00;
    --white-text:#fff;


    /* font family */
    --font-fmaily:"Montserrat", sans-serif;
}

html,p,h1,h2,h3,h4,h5,h6,h6,a,.btn,label{
    font-family: var(--font-fmaily)!important;
}

/* space utilities */
section{
    margin-bottom: 4rem;
}
.bg-dark{
    background:var(--bg-dark)!important;
}

.lp-banner {
    padding: 3rem 0;
    color:var(--white-text);
}

.mainHeading {
    font-size: 3rem;
    font-weight: 600;
    line-height: 105%;
    letter-spacing: -1px;
}


.alter-clr{
    color:var(--primary-color);
}

.lp-banner p{
    margin-top: 1.5rem;
    margin-bottom:2.5rem;
    max-width: 27rem;
    font-size: 1.125rem;
}

.btn-primary{
    color:var(--white-text)!important;
    background: var(--primary-color)!important;
    border-color:var(--primary-color)!important;
}
.lp-banner .btn{
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    min-width: 3rem;
}
.lp-banner .btn-transparent{
    background: none;
    color: #fff;
    border: 1px solid #cecece!important;
    margin-left: .5rem;
}
.btn{
    display: inline-block;
    padding: 0.5rem 1.25rem!important;
    min-width: 2rem;
    background: none;
    border: 1px solid transparent;
    border-radius: 6.25rem;
    outline-offset: 0;
    outline: 4px solid transparent;
    font-size: .875rem;
    line-height: 1.5rem;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    transition: .15s;
}
.brand-label {
    color: #eee;
    font-size: .875rem !important;
    margin: 0.5rem 0 0 !important;
}

.lpBannerTopRow{
    padding-bottom:7rem;
}

.achievement-content-wrapper{
    display: flex;
    align-items: stretch;
    margin-top: 5rem;
}

.achievement-list{
    flex: 1;
    padding: 0 3rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.achievement-list {
    border-left: 1px solid #53505c;
}
.achievement-list:first-child {
    padding-left: 0;
    border-left: 0 solid #53505c;
}
.achievement-list span {
    display: inline-block;
    font-size: 4.5rem;
    font-weight: 500;
}
.achievement-list span.price {
    font-size: 60px;
}
.achievement-list span.infinity {
    font-size: 4.5rem;
}
.achievement-list p{
    margin-top:0;
    font-size: 1.125rem;
    line-height: 140%;
}
.title{
    max-width: 46.5rem;
    margin-left: auto;
    margin-right: auto;
}
.title h2{
    font-size: 2.875rem;
    line-height: 110%;
    font-weight: 600;
    letter-spacing: -1px;
    color: #251b29;
}

.industries-wrapper{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}
.wrapperinput {
    position: relative;
    outline: 0;
    border: none;
    display: block;
    margin-top: 2rem;
    outline: 0;
    width: 100%;
}
button.owl-prev, button.owl-next {
    width: 30px;
    height: 30px;
    background: darkgrey !important;
    margin: 5px;
    border-radius: 50%;
    color: #fff !important;
}
.form-check,.wrapperinput{
    margin:1rem 0;
}
div#formTop h4 {
    font-weight: 700;
    font-size: 40px;
}
.cName{
    font-size: 14px;
    font-weight: 400;
}
label.formLabel {
    position: absolute;
    left: 15px;
    top: 0.375rem;
    background: var(--white);
    width: max-content;
    pointer-events: none;
    transition: .2s ease-in-out;
    font-size: 18px;
}

.owl-nav {
    width: max-content;
    position: absolute;
    top: -10%;
    right: 0;
}
.wrapperinput input:focus~label, .wrapperinput input:valid~label, .wrapperinput textarea:focus~label, .wrapperinput textarea:valid~label {
    font-weight: inherit;
    font-size: inherit;
    font-size: 14px;
    color: var(--black) !important;
    font-weight: 700;
    padding: 0 10px;
    transform: translateY(-18px);
    background-color: #fff;
}

.form-control {
    border: 1px solid #ff4c00;
}
.form-control:focus{
    box-shadow: none!important;
    border-color:none!important;
}
.industries-label{
    max-width: calc((100% - 2rem) / 5);
    width: 100%;
    margin-right: 0.5rem;
    background: #f6f6f6;
    border-radius: 0.375rem;
    box-sizing: border-box;
    padding: 0.75rem 1rem;
    font-style: normal;
    font-weight: 500;
    letter-spacing: .002em;
    margin-bottom: 0.5rem;
}
.clientsWrapper{
    margin-top: 2rem;
}
div#formTop {
    padding: 1rem;
}
.client-item{
    width: 33%;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec-title h3{
    font-size: 3rem;
    font-weight: 700;
}

.ul-list-pack .check{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin-right: 1rem;
}
.ul-list-pack .check img{
    width: 1.5rem;
    height: 1.5rem;
    display: block;
}

.ul-list-pack li {
    font-family: var(--font-fmaily);
    display: flex;
    align-items: start;
    line-height: 1.5rem;
    margin-bottom: 1rem;
    font-size: 1rem;
}

.sec-row {
    display: flex;
    align-items: center;
    margin-top: 3rem;
    justify-content: space-between;
}

.ul-list-pack {
    margin: 2rem 0;
}

.bg-dark .title h2{
    color: var(--white-text);
}

.sec-free-trial{
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.lp-cta-btn-dark .btn-white{
    background-color: #fff;
    color: #251b29;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    min-width: 3rem;
}
.lp-cta-btn-dark .btn-transparent{
    margin-left: .5rem;
    background: none;
    color: #fff;
    border: 1px solid #cecece !important;
}

.alter-title h2{
    font-size: 2.875rem;
    font-weight: 600;
}
.alter-title p{
    margin:1.75rem 0;
}

.check img{
    stroke: #3b2b42;
    fill: #856292;
}

ul#ourTabList{
    position: relative;
    display: flex;
    padding: 0.25rem;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 6.25rem;
    text-align: center;
    gap: 0.5rem;
    border: 1px solid #cecece;
    align-items: center;
    margin:3rem auto 0;
}
ul#ourTabList .nav-link{
    color: #3b2b42;
    font-weight: 600;
}
ul#ourTabList .nav-link.active{
    background: #3b2b42;
    color: #fff;
    border: 0px solid  transparent! important;
    flex: 1;
    border-radius: inherit;
    text-align: center;
    white-space: nowrap;
    line-height: 1.5rem;
    transition: .15s;
    border-radius: 6.25rem;
}

ul#ourTabList .nav-link:hover{
    border: 1px solid  transparent!important;
}

.stream-service-grid {
    margin-top: 2rem;
    display: grid;
    letter-spacing: -.25px;
    row-gap: 1rem;
    grid-template-columns: auto minmax(auto, 38.25rem);
}

.d-point {
    margin-right: 1rem;
}
.text-primary{
    color: #ff4c00!important;
}

.card-content {
    padding: 1rem .5rem;
}
.card-anchor{
    color: #f8f9fa;
    font-size: 1.125rem;
    font-weight: 700;
    text-decoration: none;
}

.card-wrapper{
    border:1px solid #cecece;
    width: 90%;
    margin: auto;
    background:#251b29;
}
.card-wrapper img {
    width: 150px!important;
    height: 150px;
    border-radius: 50%;
    margin: 1rem auto 0;
    display: block;
}
a.navbar-brand {
    width: 150px;
}
button.owl-prev span, button.owl-next span {
    font-size: 30px;
    line-height: .75;
}
span.error {
    position: absolute;
    top: 100%;
    left: 0%;
    color: #FF9800;
}
@media screen and (min-width:320px) and (max-width:767px){
    .lp-banner {
        padding: 2rem 0;
    }
    .mainHeading{
        font-size:2.5rem;
    }
    .lpBannerTopRow {
        padding-bottom: 1rem;
    }
    .lp-banner p {
        margin: 0.75rem 0 !important;
    }
    .achievement-content-wrapper {
        flex-direction: column;
    }
    .achievement-list {
        padding: 0;
    }
    .achievement-list {
        border-bottom: 1px solid #53505c;
        border-left: none;
    }
    .title h2{
        font-size:1.75rem;
    }
    .industries-label {
        max-width: calc((100% - 2rem) / 2);
    }
    .sec-title h3{
        font-size: 2rem;
    }
    .clientsWrapper{
        flex-wrap: wrap;
    }
    .client-item{
        width:50%;
        height:6rem;
    }
    .sec-free-trial {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .alter-title h2{
        font-size:2rem;
    }
    .stream-service-grid{
        grid-template-columns:none;
    }
    .sec-row{
        margin: 0;
        padding: 1rem 0;
    }
    .bg-light .d-flex {
        flex-direction: column;
        text-align: center;
    }
    .card-wrapper{
        margin: 1rem auto 0;
    }
    .owl-nav{
        top:-13%;
        right:-10%;
    }
    section {
        margin-bottom: 1rem;
    }
    .videowrapper{
        margin-top: 2rem;
    }
    div#formTop h4{
        font-size:25px;
    }
    div#formTop h5 {
        font-size: 16px;
    }
    .mbrr{
        flex-direction: column-reverse;
    }
    .achievement-list span{
        font-size:2.5rem;
    }
    .card-wrapper img{
        width:120px!important;
        height:120px;
    }
    
    .sec-title h3 {
        font-size: 2rem;
        margin-top: 1rem;
    }
}

@media screen and (min-width:768px) and (max-width:1023px){
    .lpBannerTopRow {
        padding-bottom: 4rem;
    }
}
@media screen and (min-width:820px) and (max-width:1179.5px){
    .videowrapper {
        margin-top: 2rem;
    }
    .achievement-list span{
        font-size:1.75rem;
    }
    .mbrr {
        flex-direction: column-reverse;
    }
    .sec-title h3 {
        margin-top: 2rem;
    }
    .owl-nav{
        top:-15%;
    }
    .achievement-list{
        padding:0 1rem;
    }
}
@media screen and (min-width:1200px) and (max-width:1399px){
    .card-wrapper{
        width: 100%;
    }
}   
@media screen and (min-width:1360px) and (max-width:1399px){
    .achievement-list span{
        font-size:3.5rem;
    }
    .card-anchor{
        color: #f8f9fa;
        font-size: .75rem;
    }
}