@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&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');
@font-face { 
    font-family: 'GRIFTER'; 
    src:  url('./GRIFTER.otf')  format('otf'); 
} 

*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
.heading,
.h1,.h2,.h3{
    font-family: "Nunito Sans" !important;
    font-weight: 800;
}
.h2,.h3{
    font-size: 48px;
  	line-height: 65px;
  	letter-spacing: 0px;
}
.p,.a,.li.btn{
    font-family: "Poppins" !important;
  	font-size: 18px;
  	font-weight: 400;
  	line-height: normal;
  	letter-spacing: 0px;
}
.nav-link {
    color: #ffffff;
}
.nav-link:hover {
    color: #F7941D !important;
}
.nav-btn {
    background-color: #F7941D !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    padding: .5rem 1rem !important;
    border-radius: 10px !important;
    transition: all .2s ease-in-out !important;
}
.nav-btn:hover {
    color: #ffffff !important;
    transform: scale(1.09);
}
.carousel-control-prev {
    left: -60px;
}
.carousel-control-next {
    right: -60px;
}
@media (max-width:991px) {
    .navbar-nav {
        background-color: #424242;
        border-radius: 8px;
        padding: 2rem;
    }
    .navbar-toggler {
        background-color: white;
    }
}

.logo {
    width: 200px;
}

.sec-1-bg {
    background: url('/assets/assets_startup/img/sec1-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.sec-1 .heading {
    font-size: 48px;
    font-weight: 500;
    line-height: 120%;
    color: #ffffff;
}
.sec-1 .heading span {
    font-weight: 800;
    color: #F7941D;
}
.sec-1 .sub-heading {
    color: #FFC000;
    font-size: 18px;
    font-weight: 400;
}
.sec-1 .btn {
    background-color: #F7941D;
    color: #ffffff;
    font-weight: 700;
    font-size: 20px;
    padding: 1rem 2rem;
}
.what-new-section .heading,
.blog .heading,
.faqs-sec .heading,
.sec-2 .heading {
    font-size: 50px;
    font-weight: 700;
    line-height: 120%;
    color: #F7941D;
    text-align: center;
}
.sec-2 .col-heading {
    font-size: 64px;
    font-weight: 700;
    line-height: 120%;
    color: #000000;
    text-align: center;
}
.sec-2 .col-heading span {
    color: #FFC000;
}
.sec-2 .col-sub {
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    color: #F7941D;
    text-align: center;
}
.sec-3 .heading {
    font-size: 48px;
    font-weight: 700;
    line-height: 120%;
    color: #F7941D;
}
.sec-4 .heading {
    font-size: 48px;
    font-weight: 700;
    line-height: 120%;
    color: #F7941D;
}
.sec-4 .box {
    margin: 0 1.1rem;
    border: 1.5px #F7941D solid;
    border-radius: 30px;
    padding: 3.8rem 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 500px;
}
.sec-4 .box .title {
    font-size: 22px;
    font-weight: 400;
    margin-top: 2rem;
}
.sec-4 .box .text {
    font-size: 16px;
    font-weight: 300;
    text-align: center;
}
.sec-4 .box hr {
    color: #F7941D;
    background-color: #F7941D;
    background: #F7941D;
    opacity: 100%;
    height: 2px;
    width: 40%;
}
.sec-5 .heading {
    font-size: 48px;
    font-weight: 800;
    line-height: 120%;
    color: #F7941D;
}
.sec-5 .btn {
    background-color: none;
    background: none;
    color: #F7941D;
    font-size: 32px;
    font-weight: 500;
    width: auto !important;
    margin: .7rem 0;
}
.sec-5 .btn:hover {
    color: #000000aa;
}
.sec-5 .col-line {
    border-right: 1.5px #F7941D solid;
}
.sec-6 .heading {
    font-size: 48px;
    font-weight: 700;
    line-height: 120%;
    color: #F7941D;
}
.sec-7 .heading {
    font-size: 48px;
    font-weight: 700;
    line-height: 120%;
    color: #F7941D;
}
.sec-7 .box {
    width: auto;
}
.sec-7 img:hover {
    border: 1px #F7941D solid;
    border-radius: 10px;
}
.sec-8 .heading {
    font-size: 32px;
    font-weight: 500;
    color: #352008;
}
.sec-8 .heading span {
    font-size: 42px;
    font-weight: 600;
    color: #F7941D;
}
.sec-8 .sub-heading {
    font-size: 30px;
    font-weight: 400;
    color: #FFC000;
}
.sec-8 .text {
    font-weight: 300;
    font-size: 16px;
}
.sec-9 .heading {
    font-size: 48px;
    font-weight: 800;
    line-height: 120%;
    color: #F7941D;
}
.sec-10 .heading {
    font-size: 48px;
    font-weight: 700;
    line-height: 120%;
    color: #F7941D;
}
.sec-10 .box {
    margin: 0 .7rem;
    border: 1.5px #F7941D solid;
    padding: 2.2rem 1.8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.sec-10 .box .heading2 {
    font-size: 24px;
    font-weight: 700;
    color: #F7941D;
}
.sec-10 .box:hover {
    color: #6C6C6C !important;
    border: 1.5px #6C6C6C solid;
}
.sec-11 {
    background: url('/assets/assets_startup/img/sec11-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.sec-11 .heading {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
}
.sec-11 .text {
    font-size: 18px;
    font-weight: 300;
    color: #ffffff;
}

footer {
    background: #F6F6F6;
}
footer .heading {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
}
footer ul {
    margin-left: 0;
    padding-left: 0;
}
footer ul li {
    list-style: none;
}
footer ul li a {
    font-size: 16px;
    font-weight: 300;
    color: #000000;
    text-decoration: none;
    transition: all .2s ease-in-out;
}
footer ul li a:hover {
    font-weight: 500;
    color: #F7941D;
}
footer .bottom-sec {
    background-color: #ffffff;
}
footer .bottom-sec p {
    color: #F7941D;
}
footer .bottom-sec a {
    color: #F7941D;
    text-decoration: none;
}


.about-sec-1-bg {
    background: url("/assets/assets_startup/img/aboutsec1.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
}
.page-sec-1 .heading {
    font-size: 48px;
    font-weight: 500;
    line-height: 120%;
    color: #ffffff;
}
.page-sec-1 .heading span {
    font-weight: 500;
    color: #F7941D;
}
.page-sec-1 .text {
    color: #ffffff;
    font-size: 22px;
    font-weight: 200;
}
.page-sec-1 .btn {
    background-color: #F7941D;
    color: #ffffff;
    font-weight: 700;
    font-size: 20px;
    padding: 1rem 2rem;
}
.page-sec-3 {
    background: url("/assets/assets_startup/img/aboutsec3.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
}
.page-sec-3 .text {
    color: #ffffff;
    text-align: center;
    font-size: 32px;
    font-weight: 500;
}
.page-sec-3 .name {
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
}
.services-sec-1-bg {
    background: url("/assets/assets_startup/img/servicessec-bg.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
}
.gift-banner{
    background: url("/assets/assets_startup/img/servicessec-bg.svg");
}
.services-sec-2 .heading {
    font-size: 32px;
    font-weight: 700;
}
.services-sec-3 .heading {
    font-size: 48px;
    font-weight: 700;
    line-height: 120%;
    color: #F7941D;
}
.services-sec-3 .box {
    border: 1px solid #F7941D;
    padding: 2rem 2rem;
    color: #000000;
    height: 100%;
}
.services-sec-3 .box .service {
    font-size: 24px;
    font-weight: 500;
}
.services-sec-3 .box .text {
    font-size: 14px;
    font-weight: 300;
    text-align: justify;
}
.services-sec-3 .box-active:hover {
    background-color: #F7941D;
    border: 1px solid #F7941D;
    padding: 2rem 2rem;
    color: #ffffff;
}
.services-sec-4 .heading {
    font-size: 48px;
    font-weight: 700;
    line-height: 120%;
    color: #F7941D;
}
.services-sec-4 .box .heading-2 {
    font-size: 24px;
    font-weight: 400;
    color: #6C6C6C;
}
.services-sec-4 .box .text {
    font-size: 14px;
    font-weight: 300;
    text-align: justify;
}

.features-sec-2 .heading {
    font-size: 32px;
    font-weight: 500;
}
.features-sec-2 .heading2 {
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 9px;
}
.features-sec-2 .text2 {
    font-size: 14px;
    font-weight: 300;
    line-height: 100%;
    margin-bottom: 0;
}
.features-sec-2 .heading3 {
    font-size: 32px;
    font-weight: 400;
    line-height: 180%;
    color: #000000;
}
.features-sec-2 .heading3 span {
    font-weight: 400;
    color: #F7941D;
}
.features-sec-2 .text3 {
    font-size: 16px;
    color: #545454;
    font-weight: 300;
    text-align: justify;
}
.features-sec-3 .heading {
    font-size: 32px;
    font-weight: 400;
    line-height: 180%;
    color: #000000;
}
.features-sec-3 .text {
    font-size: 16px;
    color: #545454;
    font-weight: 300;
    text-align: justify;
}
.features-sec-3 .text2 {
    font-size: 18px;
    color: #545454;
    font-weight: 300;
    text-align: justify;
    margin-bottom: 0;
}
.features-sec-4 .heading {
    font-size: 32px;
    font-weight: 600;
    line-height: 180%;
    color: #000000;
}
.features-sec-4 .heading span {
    color: #F7941D;
}
.features-sec-4 .box {
    background-color: #000000;
    color: #ffffff;
    padding: 1rem;
    border-top-right-radius: 35px;
    border-top-left-radius: 35px;
    border-bottom-right-radius: 35px;
    border-bottom-left-radius: 0;
    transition: all .2s ease-in-out;
}
.features-sec-4 .box:hover {
    background-color: #F7941D;
    border-top-right-radius: 35px;
    border-top-left-radius: 35px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 35px;
}
.features-sec-4 .box .text {
    font-size: 18px;
    font-weight: 500;
}

.contact-sec .form-box {
    background-color: #ffffff;
    border-radius: 40px;
    padding: 1.5rem;
    box-shadow:  12px 12px 33px #e8e8e8,
             0px 0px 0px #f4f4f400;
}
.contact-sec .form-box .heading {
    font-size: 48px;
    font-weight: 800;
    line-height: 180%;
    color: #000000;
}
.contact-sec .form-box .heading span {
    color: #F7941D;
}
.contact-sec .btn {
    background-color: #F7941D;
    color: #ffffff;
    font-weight: 700;
    font-size: 20px;
    padding: 1rem 2rem;
}
.faqs-sec .accordian-container
{
    border-radius: 18px;
    background: var(--Neutral-100, #FFF);
    box-shadow: 0px 5px 16px 0px rgba(8, 15, 52, 0.06);
    max-width: 1072px;
    margin: 0 auto;

}
.faqs-sec .accordion
{
    max-width: 850px;
    margin: 0 auto;
    padding: 20px 0px;
}
.accordion-button{
    color: #352008;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    padding: 20px;
}
.accordion-button:not(.collapsed){
    color: #F7941D;
}
.accordian .p{
    color: #5C5C5C;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 16px;
}
.accordion-button:not(.collapsed),
.accordion-button:focus {
    border-color: transparent;
    background-color: transparent;
    box-shadow: none;
}
.accordion-button:not(.collapsed)::after{
    content: "-";
    background-image: none;
    font-size: 40px;
}
.accordion-button::after {
    content: "+";
    background-image: none;
    font-size: 30px;
}
.contact-sec .ul{
    list-style: none;
    color: #1B2534;
    font-size: 22px;
    font-weight: 600;
    line-height: 150%; /* 33px */
    text-transform: capitalize;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.contact-sec .li{
    position: relative;
}
.contact-sec .li:after{
    position: absolute;
    content: "";
    background-image: url("/assets/assets_startup/img/right.png");
    top: 5px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: cover;
    left: -30px;
}
.blog .p{
    color: #FFC000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}
.blog .fltr-btn{
    border: none;
    background-color: transparent;
    color: #C4C4C4;
    font-size: 12px;
}
.blog .fltr-act{
    color: #F7941D;
}
.blog .card-container .p
{
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.08px;
}
.blog .card{
    border-radius: 4px;
    min-height: 100%;
}
.blog .card1{
    background: rgba(254, 161, 50, 0.80);
}
.blog .card2
{
    background: #89875C;
}
.blog .card3
{
    background: #4C5462;
}
.blog .card4
{
    background: #735D44;
}
.blog .card5
{
    background: #954D4D;
}
.blog .card6
{
    background: #5E3B5B;
}
.what-new-section{
   background-color: #fdead2;
}
.what-new-card .span{
    color: #E5E5E5;
    font-size: 12px;
}
.what-new-card .h3
{
    color: #101010;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
}
.what-new-card .p
{
    color: #E5E5E5;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
}
.inner-text{
    color: #101010;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
}
.what-new-section .video-container .button-container{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}
.modal-body .h2{
    color: #F7941D;
    font-size: 22px;
    font-weight: 800;
    text-transform: capitalize;
}
.modal-body .p{
    color: #5C5C5C;
    font-size: 16px;
    font-weight: 300;
    text-transform: capitalize;
}
.modal-body .a
{
    border-radius: 38.442px;
    border: 3.117px solid #C27D50;
    background: #F7941D;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    text-decoration: none;
    padding: 5px 20px;
}
.modal-container{
    position: fixed;
    top: 0;
    background-color: #fff;
    height: 100vh;
    width: 100%;
}
.contact-sec input{
    border-radius: 20px;
    border: 1px solid #D3D3D3;
    background: #FFF;
    padding: 20px;
}
.contact-sec label
{
    color: #606060;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
    text-transform: capitalize;
}
.contact-sec label span{
    color: #F7941D;
}
.modal-body .btn-close
{
    top: 20px;left: 35px; z-index: 10;
}
.modal-body .svg-back{
    top: 0px;height: 100%;width: 100%;z-index: 2;left: 0;
}
.modal-body .dot1{
    top: 0px;right:50px
}
.modal-body .dot2{
    top: 50%; left: 10px;
}
.modal-body .dot3{
    bottom:20%; right:15px;
}
.modal-body
{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    background-color: #ffffffdb;
    display: none;
    width: 100%;
}
.model-active{
    display: flex;
}
.form-submitted,
.terms-and-condition,
.privacy-and-policy{
    padding-top: 100px !important;
}
.form-submitted{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 80vh;
}
.form-submitted .span
{
    color:#F7941D;
}
.padding{
    padding: 70px 0px
}
.terms-and-condition a:hover,
.privacy-and-policy a:hover{
    color: #F7941D !important;
}
.carousel-control-next,
.carousel-control-prev{
    background-image: url('/assets/assets_startup/img/carousel-service.png');
    color: #fff;
    height: 50px;
    width: 50px;
    top: 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
.carousel-control-prev{
    transform: rotate(180deg);
}

.sec-5 .nav-link
{
    color: #F7941D;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.48px;
}
.sec-5 .nav-tabs .active
{
    color: #5C5C5C;
}
.about-our-values-container {
    min-height: 160px;
}
.blog .blog-container .card-list{
    position: relative;
    min-height: 100%;
    overflow: hidden;
}
.app-button{
    gap: 10px;
}
.gift-box-container {
    position: absolute;
    top: -120px;
    right: -20px;
    z-index: 10;
    width: 200px;
}
.gift-box-banner-container
{
    position: absolute;
    left: -80px;
    transform: rotate(60deg);
    top: 80px;
}
.bow-wrap-container {
    position: absolute;
    right: -20px;
    top: -10px;
    width: 200px;
}
.header svg{
    height: 30px;
    width: 30px;
}
.blog .blog-card {
    background-color: #0000005c;
}
.blog .blog-card .h3
{
    color: #fff;
    font-family: "Nunito Sans";
    font-weight: 700;
    font-Size: 32px;
    line-height:43.65px;
    letter-spacing: -1.5%;
}
.blog .blog-card .p
{
    color: #fff;
    font-family: "Poppins";
    font-weight: 400;
    font-Size: 16px;
    line-height:24px;
    letter-spacing: -0.5%;
}
.what-new-section .image-container{
    border-radius: 20px;
    overflow: hidden;
}
.what-new-section .span{
    color: #191919;
    font-family: "Poppins";
    font-weight:300;
    font-size: 12px;
    line-height:20px;
}
.what-new-section .h3{
    color: #FF8A02;
    font-family: "Nunito";
    font-weight:600;
    font-size: 18px;
    line-height:25px;
}
.what-new-section .p{
    color: #191919;
    font-family: "#Poppins";
    font-weight:400;
    font-size: 12px;
    line-height:20px;
}
@media only screen and (max-width: 992.98px){
    .flex-reverse{
        flex-direction: column-reverse;
        gap: 30px;
    }
    .sec-5 .tab-content svg,
    .sec-5 .tab-content img{
        width:100px;
        height:100px;
    }
}
@media only screen and (min-width: 991.98px){
    .faqs-sec .accordion {
        padding: 100px 0px;
    }
    .blog .p{
        font-size: 32px;
    }
    .accordion-button{
        font-size: 22px;
        font-weight: 600;
        line-height: 28px;
    }
    .accordian .p{
        font-size: 18px;
    }
    .blog .card-container .p
    {
        font-size: 16px;
    }
    .blog .card1{
        min-height: 497px;
    }
    .modal-body .h2{
        font-size: 44px;
    }
    .modal-body .p{
        font-size: 22.245px;
    }
    .modal-body .a
    {
        font-size: 31.169px;
    }
    .what-new-section .heading, .blog .heading, .faqs-sec .heading, .sec-2 .heading {
        font-size: 64px;
        font-weight: 700;
        line-height: 120%;
        color: #F7941D;
        text-align: center;
    }
    .carousel.text{
        width: 70%;
    }
    .sec-5 .tab-container .button-container{
        border-right: 1px solid #F7941D80;
    }
    .slick-next:before, .slick-prev:before{
        background-image: url("/assets/assets_startup/img/carousel-service.png");
        color: #fff;
        position: absolute;
        height: 50px;
        width: 50px;
        top: 50%;
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
    }
    .slick-prev:before{
        transform: rotate(180deg);
        left: -30px;
    }
    .blog .blog-container .image-container
    {
        width: 100%;
        height: 300px;
    }
    .svg-blog-line{
        margin-left: 20%;
    }
    .gift-box-container {
        right: -50px;
    }
    .bow-wrap-container {
        width: 230px;
    }

}

.home-v2 .sec-1{
    background-color: #FF8B00;
    margin-top: 130px !important;
}
.home-v2 .sec-3 .card,
.home-v2 .sec-2 .card{
    border: none ;
  	box-shadow: none !important;
    padding: 20px 5px;
    transition: all 0.5s ease-in-out;
}
.home-v2 .sec-3 .card:hover,
.home-v2 .sec-2 .card:hover{
    border-radius: 10px !important;
    box-shadow: 5px 5px 5px 5px #aab3d444 !important;
    cursor: pointer;
}
.home-v2 .sec-2 .col-heading span,
.home-v2 .sec-2 .card .col-heading{
    font-size: 64px;
    font-weight: 700;
    line-height: 80px;
    color: #F7941D !important;
}
.home-v2 .sec-2 .card .col-sub{
    font-size: 20px;
    font-weight: 800;
    line-height: 25px;
    color: #151515;
}
.home-v2 .get-satrted-form .h2
{
    font-weight:700;
    font-Size:42px;
    Line-height:63px;
    color: #FD853A;
}
.home-v2 .get-satrted-form .p
{
    font-Weight:500;
    font-Size:32px;
    Line-height:42px;
    color: #fff;
}
.home-v2 .get-satrted-form .li
{
    font-weight:400;
    font-size:22px;
    line-height:25px;
    color: #FD853A;
}
.home-v2 .get-satrted-form textarea,
.home-v2 .get-satrted-form input{
    border: 2px solid #F7941D;
    border-radius: 15px;
    padding: 10px;
}
.home-v2 .get-satrted-form label
{
    font-weight:600;
    font-size:20px;
    Line-height:30px;
    color:#606060;
}
.home-v2 .get-satrted-form button{
    background-color: #F7941D;
    Font-Weight:700;
    font-size:12px;
    line-height:18px;
    color: #fff;
    border-radius: 15px;
    padding: 10px 20px;
}
.home-v2 .sec-11{
    background-image: none;
    background: linear-gradient(0.25turn, #F7941D , #f7951da8,#ffffffc3 , #ffffffcb);
}
.home-v2 .sec-11{
    position: relative;
}
.home-v2 .sec-11:after{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-image: url('/assets/assets_startup/img/setup-isnow-available.png');
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}
.home-v2 .sec-11 .h2 .span{
    background-color: #fff;
    padding: 10px;
    color: #F7941D;
}
.home-v2 .sec-11 .h2
{
    position: relative;
    Font-Weight:600;
    Font-Size:36px;
    Line-height:46.6px;
    z-index: 2;
    margin-bottom: 20px;
}
.home-v2 .sec-11 a,
.home-v2 .sec-11 .p
{
    position: relative;
    Font-Weight:400;
    Font-Size:16px;
    Line-height:25px;
    z-index: 2;
}

.home-v2 .reviews-slider .qoute-image-container {
    left: -50px;
}
.home-v2 .reviews-slider .name{
    Font-Weight:600;
    font-size:32px;
    line-height:44.64px;
    color: #000000;
}
.home-v2 .newsroom1 .slick-dots{
    text-align: start;
    bottom: -50px;
}
.home-v2 .reviews-slider .slick-dots{
    text-align: start;
    left: 10%;
    bottom: 3%;
}
.home-v2 .reviews-slider .slick-dots button:before
{
    color: #fff;
}
.home-v2 .newsroom1 .slick-dots .slick-active button,
.home-v2 .business-slider .slick-dots .slick-active button,
.home-v2 .reviews-slider .slick-dots .slick-active button{
    color: transparent;
}
.home-v2 .newsroom1 .slick-dots .slick-active,
.home-v2 .business-slider .slick-dots .slick-active,
.home-v2 .reviews-slider .slick-dots .slick-active{
    width: 70px;
}
.home-v2 .newsroom1 .slick-dots button:before,
.home-v2 .business-slider .slick-dots button:before,
.home-v2 .reviews-slider .slick-dots button:before{
  	height: 15px;
    width: 15px;
  	font-size: 15px;
}

.home-v2 .newsroom1 .slick-dots .slick-active button:before,
.home-v2 .business-slider .slick-dots .slick-active button:before,
.home-v2 .reviews-slider .slick-dots .slick-active button:before{
    color: #F7941D;
    background-color:#F7941D ;
    height: 15px;
    width: 70px;
    border-radius: 10px;
}
.home-v2 .reviews-slider .slick-next,
.home-v2 .reviews-slider .slick-prev{
    top: unset;
    bottom: 5%;
    left: unset;
    right: 50px;
    height: 30px;
    width: 30px;
    border: 1px solid #000000;
    border-radius: 50%;
    z-index: 10;
}
.home-v2 .reviews-slider .slick-next:before,
.home-v2 .reviews-slider .slick-prev:before{
    height: 20px;
    width: 20px;
    left: 3px;
    top: 3px;
}
.home-v2 .reviews-slider .slick-next{
    right: 10px;
}
.home-v2 .reviews-slider .slick-next:before{
    top: 5px;
}
.home-v2 .newsroom1 .h2{
    font-size: 48px;
    font-weight: 800;
    line-height: 50px;
    color:#F7941D;
    margin-bottom: 20px;
}

.home-v2 .services .card1{
    background-color: #000000;
}
.home-v2 .services .card2{
    background-color: #ecd210;
    background-image: url('/assets/assets_startup/img/home-v2-service2-back.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.home-v2 .services .card3{
    background-color: #e10b0b;
    background-image: url('/assets/assets_startup/img/home-v2-service3-back.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.home-v2 .services .card4{
    background-color: #08CCA1;
    background-image: url('/assets/assets_startup/img/home-v2-service4-back.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.home-v2 .services .card5{
    background-color: #2496FF;
    background-image: url('/assets/assets_startup/img/home-v2-service5-back.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.home-v2 .services .card6{
    background-color: #A543F2;
    background-image: url('/assets/assets_startup/img/home-v2-service6-back.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.home-v2 .banner .h1{
    font-weight:400;
    font-size:48px;
    Line-height:75px;
}
.home-v2 .nav li a{
    color: #000000;
}
.home-v2 .nav li a:hover{
    color: #C27D50;
}

.home-v2 .slick-track{
    display: flex;
    align-items: center;
}
.home-v2 .features .card img{
    transition: all 0.3s ease-in;
}
.home-v2 .features .card img:hover{
    border-radius: 20px;
}
.home-v2 .business-slider .slick-dots {
    bottom: -50px;
}
.home-v2 .all-site-slick .slick-list{
    padding: 50px 0px !important;
}
.home-v2 .all-site-slick .slick-slide{
    transition: all 0.5s ease-in;
}

.home-v2 .all-site-slick .slick-center{
    transform: scale(1.1);
    z-index: 3;
}   

.home-v2 .startup-sites .h2{
    font-size: 48px;
    font-weight: 800;
    line-height: 120%;
    color: #000;
}
.home-v2 .startup-sites .h2 .span{
    font-size: 48px;
    font-weight: 800;
    line-height: 120%;
    color: #F7941D;
}
.navbar {
    background-color: #ffffffa6  !important;
}
.request-demo .total-clients .h2{
    font-size: 42px;
    line-height: normal;
    color: #FD853A;
}
.request-demo .total-clients .h2 .span{
    font-size: 42px;
    line-height: normal;
    color: #000;
}
.sign-up-page{
    background-color: #5c5c5c;
    position: absolute;
    width: 100%;
    right: 0;
    height: 100vh;
    z-index: 999999;
}
.sign-up-page .p{
    font-size:26px;
    line-height:39px;
    color: #fff;
}
.sign-up-page .image-container-2{
    position: absolute;
    bottom: 0px;
    width: 55%;
    height: 60%;
    right: -100px;
    z-index: 1;
}
.login-page .image-container-2{
    width: 70%;
}
.sign-up-page .form-sign-up input{
    border: none;
    border-bottom: 1px solid #5c5c5c;
    border-radius: 0px;
    margin-bottom: 30px;
}
.sign-up-page .form-sign-up .btn{
    background-color: #FD853A;
    color: #fff;
    border-radius: 15px;
    width: 75%;
    margin: 40px auto;
    display: block;
}
.sign-up-page .div-right .p{
    font-weight:500;
    font-size:16px;
    line-height:24px;
    color: #5c5c5c;
}
.sign-up-page .div-right .p a{
    color: #FD853A;
}
.home-v2 .features .card .data-container .text-start:hover + .home-v2 .features .card img{
    border-radius: 20px !important;
    background-color: #000;
}
.request-demo .total-clients .card img{
    height: 65px;
    width: 65px;
    margin-bottom: 20px !important;
}
.request-demo .sec-1 {
    background-color: transparent;
    background-image: linear-gradient(#eecda8, #FFF);
}
.request-demo .sec-1 label span{
    color: #F7941D;
}
.request-demo .sec-1 select,
.request-demo .sec-1 input{
    border: 1px solid #F7941D;
    border-radius: 15px;
    height: 35px;
}
.request-demo .sec-1 .request-banner-form{
    border: 1px solid #F7941D !important;
    border-radius: 30px !important;
    box-shadow: 5px 10px 20px #f7941d70 !important;
}
.request-demo .sec-1 form .btn {
    background-color: #F7941D;
    color: #ffffff;
    padding: 5px 10px;
    border: none !important;
    border-radius: 15px;
}
.request-demo .startup-sites{
    background-color: #f7941d4f !important;
}
.request-demo .technology .h2
{
    font-size: 48px;
    font-weight: 700;
    line-height: 120%;
    color: #F7941D;
    text-align: center;
    margin-bottom: 50px;
}

.navbar-nav a{
    text-decoration: none;
    color: #000;
}
.navbar-nav a:hover{
    color: #FD853A;
}
.contact-sec .btn:hover{
    color: #FD853A;
    background-color: transparent;
    border: 1px solid #FD853A;
}
.blog-heading-p{
	width: max-content;
    margin: 0 auto;
	margin-bottom: 50px;
}
.blog-heading-main{
	background-image: linear-gradient(124deg, #F7941D, #F7941D, #22C4C4, #22C4C4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    font-weight: 700;
    font-size: 50px;
}
.blog-container .pagination{
    justify-content: center;
    gap: 20px;
}
.blog-container .pagination a{
    color: #000;
    text-decoration: none;
}
.blog-container .pagination a{
    color: #FD853A;
}
.web-development .technologies-accordian .technologies-accordian-nav{
    border-bottom: 8px solid #F6BB74;
}

.web-development .cycle-accordian .span,
.web-development .cycle-accordian .h2,
.web-development .technologies-accordian .span,
.web-development .technologies-accordian .h2{
    Font-family:'Nunito';
    font-weight:400 !important;
    font-size:48px;
    line-height:56px;
    color:#181818;    
}
.web-development .cycle-accordian .span,
.web-development .technologies-accordian .span{
    color:#FF8B00;   
    font-weight: 500 !important; 
}
.web-development .technologies-accordian .technologies-accordian-nav .nav-link{
    Font-family:'Nunito';
    font-weight:700;
    font-size:24px;
    line-height:48px;
    color:#181818;
}
.web-development .technologies-accordian .technologies-accordian-nav .active{
    border-bottom: 8px solid #565656 !important;
}
.web-development .technologies-accordian .tab-content .tab-pane .h3{
    Font-family:'Poppins';
    font-weight:500;
    font-size:22px;
    line-height:32px;
    color:#FF8B00;
}
.web-development .technologies-accordian .tab-content .tab-pane .p{
    Font-family:'Poppins';
    font-weight:400;
    font-size:18px;
    line-height:27px;
    color:#383838;
}
.web-development .cycle-accordian .tab-content .h3{
    Font-family:'Nunito';
    font-weight:600;
    font-size:56px;
    line-height:56px;
    color:#000000;
}
.web-development .cycle-accordian .tab-content .p{
    Font-family:'Nunito';
    font-weight:300;
    font-size:30px;
    line-height:42px;
    color:#1E1E1E;
}
.web-development .cycle-accordian .cycle-accordian-nav-container{
    background-color:  #f7951d4a;
}
.web-development .services-list .span,
.web-development .services-list .h2{
    Font-family:'Nunito';
    font-weight:400;
    font-size:48px;
    line-height:56px;
    color:#000;
}
.web-development .services-list .span{
    color:#FAB23C;
}
.web-development .services-list .p,
.web-development .services-list .h3{
    Font-family:'Nunito';
    font-weight:700;
    font-size:22px;
    line-height:32px;
    color:#000000;
}
.web-development .services-list .p{
    font-size:18px;
    line-height:32px;
    color:#686666;
    font-weight: 400;
}
.web-development .cycle-accordian .cycle-accordian-nav .active{
    background-color: transparent;
    opacity: 1 !important;
}
.web-development .cycle-accordian .cycle-accordian-nav .nav-link{
    display: flex;
    flex-direction: column;
    gap: 10px;
  	opacity: 0.5;
}
.web-development .cycle-accordian .cycle-accordian-nav .nav-link:hover{
opacity:1;}
.web-development .cycle-accordian .cycle-accordian-nav .cycle-accordian-button1 .discover-data-container,
.web-development .cycle-accordian .cycle-accordian-nav .cycle-accordian-button2 .planning-data-container,
.web-development .cycle-accordian .cycle-accordian-nav .cycle-accordian-button3 .design-data-container,
.web-development .cycle-accordian .cycle-accordian-nav .cycle-accordian-button4 .development-data-container,
.web-development .cycle-accordian .cycle-accordian-nav .cycle-accordian-button5 .deploy-data-container{
    top: 15%;
    left: 30%;
}
.web-development .cycle-accordian .cycle-accordian-nav .cycle-accordian-button2 .planning-data-container{
    top: 30%;
    left: 35%;
}
.web-development .cycle-accordian .cycle-accordian-nav .cycle-accordian-button3 .design-data-container{
    top: 35%;
    left: 15%;
}
.web-development .cycle-accordian .cycle-accordian-nav .cycle-accordian-button4 .development-data-container{
    top: 20%;
    left: 25%;
}
.web-development .cycle-accordian .cycle-accordian-nav .cycle-accordian-button5 .deploy-data-container{
    top: 20%;
    left: 25%;
}
.web-development .cycle-accordian .cycle-accordian-nav .cycle-accordian-button1,
.web-development .cycle-accordian .cycle-accordian-nav .cycle-accordian-button2,
.web-development .cycle-accordian .cycle-accordian-nav .cycle-accordian-button3,
.web-development .cycle-accordian .cycle-accordian-nav .cycle-accordian-button4,
.web-development .cycle-accordian .cycle-accordian-nav .cycle-accordian-button5{
    position: absolute;
    top: 0px;
    left: 0px;
}
.web-development .cycle-accordian .cycle-accordian-nav .cycle-accordian-button2{
    left: 230px;
    top: -2px;
}
.web-development .cycle-accordian .cycle-accordian-nav .cycle-accordian-button3{
    left: 282px;
    top: 170px;
}
.web-development .cycle-accordian .cycle-accordian-nav .cycle-accordian-button4{
    top: 320px;
    left: 85px;
}
.web-development .cycle-accordian .cycle-accordian-nav .cycle-accordian-button5{
    top: 150px;
    left: -15px;
}
.web-development .cycle-accordian .cycle-accordian-nav-container .cycle-sub-container{
    top: 0px;
    min-height: 500px;
}
.cycle-accordian .nav-link:hover {
    color: #fff !important;
}
.dropdown-menu-nav-service
{
  top: 35px !important;
  animation: drop-down 2s ease;
  overflow-y: scroll;
  scrollbar-width:none;
  height: 210px;
}
.dropdown-menu-nav-service2
{
  top: 35px !important;
  animation: drop-down 2s ease;
  overflow-y: scroll;
  scrollbar-width:none;
  height: 210px;
}
@keyframes drop-down {
  from {height: 0px}
  to {height: 210px}
}
.service-team-up .span
{
    font-family: 'GRIFTER';
    font-size: 128px;
    line-height: 128px;
    color: #fff;
    text-shadow: -2px 2px 0 #F7941D, 2px 2px 0 #F7941D, 2px -2px 0 #F7941D, -2px -2px 0 #F7941D;
    font-weight: 700;
}
.service-team-up .h3
{
    font-family: "Nunito Sans";
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    color: #352008;
}
.service-team-up .p
{
    font-family: 'Poppins';
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    color: #5C5C5C;
}
.download-now-button{
    color: #FFFFFF;
    background-color: #292D32;
    border: 3px solid #292D32;
    padding: 10px 30px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 14px;
}
.get-started-button{
    color: #000000;
    border: 3px solid #fff;
    background-color: transparent;
    padding: 10px 30px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 14px;
}
.newsroom1 .p{
    font-size: 16px;
    line-height: 26px;
}
.home-v2-service-p{
    font-size: 20px;
}
.services .card .h2{
    font-size: 42px;
}
.services .card .p{
    font-size: 20px;
}
.features .p{
    font-size: 20px;
}
.features .card .h2{
    font-size: 32px;
  	line-height: 32px;
  font-weight: 400;
}
.total-clients .p,
.startup-sites .p,
.services .sub-heading,
.banner .p,
.testi .text{
    font-size: 20px;
}
.technology .sub-heading,
.about-our-mission .sub-heading{
    font-size: 24px;
    line-height: 42px;
}
.features-sec-2 .heading2,
.banner .feature-banner-p,
.features-sec-2 .text-muted{
    font-size: 18px;
}
.total-clients .col-sub{
    font-weight: 600 !important;
}
.newsroom2 img{
	filter: grayscale(100%);
}
.newsroom2 img:hover{
	filter: grayscale(0%);
}
.blog #card-list-1{
    background-color: #FEA132 !important;
}
.blog #card-list-2{
    background-color: #89875C !important;
}
.blog #card-list-3{
    background-color: #4C5462 !important;
}
.blog #card-list-4{
    background-color: #735D44 !important;
}
.blog #card-list-5{
    background-color: #954D4D !important;
}
.blog #card-list-6{
    background-color: #5E3B5B !important;
}

.free-design-landing .sec-1 .heading{
    font-weight: 800;
}
.free-design-landing .sec-1 .get-started-button {
    color: #F7941D;
    border: 3px solid #F7941D;
    background-color: transparent;
    padding: 10px 30px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 20px;
    line-height: 24px;
}
.free-design-landing .sec-1 .get-started-button:hover {
    color: #FFF;
    border: 3px solid #F7941D;
    background-color: #F7941D;
}
.free-design-landing .sec-2 .span{
    font-family: 'Nunito';
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}
.free-design-landing .sec-2 .heading{
    font-family: 'Nunito';
    font-weight: 800;
    font-size: 56px;
    line-height: 61px;
}
.free-design-landing .sec-2 .sub-heading{
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}
.free-design-landing .first-order .h2{
    Font-Weight: 800;
}
.free-design-landing .first-order .h3{
    width: 127px;
    border-bottom: 2px solid #000;
}
.free-design-landing .first-order .btn{
    font-family: 'Nunito';
    font-weight: 700;
    font-size: 20px;
    line-height: 46px;
    text-decoration: none;
}
.free-design-landing .sec-11{
    background-image: url(/assets/assets_startup/img/landing-first-order-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: -50px;
}
.free-design-landing .sec-11:after{
    background-image: none;
    z-index: -2;
}
.free-design-landing .sec-11 .app-button a{
    text-decoration: none;
}
.free-design-landing .startup-idea .h2{
    font-family: 'Nunito';
    font-weight: 800;
    font-size: 56px;
    line-height: 61px;
}
.free-design-landing .startup-idea .p{
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}
.free-design-landing .startup-idea .btn{
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    background-color: #F7941D;
    border: 2px solid #F7941D;
    padding: 10px 30px;
    border-radius: 30px;
}
.free-design-landing .startup-idea .btn:hover{
    color: #F7941D;
    background-color: transparent;
    border: 2px solid #F7941D;
}


.scroll-technology-main {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.scroll-technology {
    display: flex;
    width: 100%;
}
.scroll-technology div {
    background-color: #fff;
    white-space: nowrap;
    animation: animatetechnology 40s -40s linear infinite;
    will-change: transform;
}      
.scroll-technology div:nth-child(2) {
    animation: animate2technology 40s -20s linear infinite;
}


.scroll-technology-main2 {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.scroll-technology2 {
    display: flex;
    width: 100%;
}
.scroll-technology2 div {
    background-color: #fff;
    white-space: nowrap;
    animation: animatetechnology2 40s -40s linear infinite;
    will-change: transform;
}      
.scroll-technology2 div:nth-child(2) {
    animation: animate2technology2 40s -20s linear infinite;
}
  
@keyframes animatetechnology2 {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

@keyframes animate2technology2 {
    0% {
        transform: translateX(-200%);
    }
    100% {
        transform: translateX(0);
    }
}

.scroll-technology-main2 .scroll-technology2 img,
.scroll-technology-main .scroll-technology img{
    filter: grayscale(100%);
}
.scroll-technology-main2 .scroll-technology2 img:hover,
.scroll-technology-main .scroll-technology img:hover{
    filter: grayscale(0%);
}

@media only screen and (min-width: 991.98px){
    .blog-heading-main{
        font-size: 76px;
    }
    .features-sec-2 .text-muted{
        width: 40%;
        margin: 0 auto;
    }
    .home-v2 .features .card4,
    .home-v2 .features .card2{
        margin-bottom: -50px;
    }
    .home-v2 .all-site-slick .slick-center{
        transform: scale(1.3);
        z-index: 3;
    }   
    .request-all-site-slick .slick-prev:before {
        left: -90px;
    }
    .request-all-site-slick .slick-next:before{
        right: -90px;
    }
    .request-all-site-slick .slick-dots {
        bottom: -50px;
    }
    .request-all-site-slick .slick-dots li button:before{
        background-color: #5C5C5C;
        border-radius: 50%;
        color: #5C5C5C;
        opacity: 1;
    }
    .request-all-site-slick .slick-dots li.slick-active button:before
    {
        background-color: #FD853A;
        color: #FD853A;
        width: 100px;
        border-radius: 20px;
    }
    .request-all-site-slick .slick-dots .slick-active{
        width: 100px;
    }
    .web-development .cycle-accordian .cycle-accordian-nav .cycle-accordian-button3 .design-data-container img,
    .web-development .cycle-accordian .cycle-accordian-nav .cycle-accordian-button1 .discover-data-container img{
        margin-left: 50px;
    }
  	.home-v2-service-p{
      width: 50%;
      margin: 0 auto;
    }
    .features .sub-heading,
    .services .sub-heading{
        width: 70%;
        margin: 0 auto;
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 991.98px){
    .home-v2 .sec-2 .card{
        border: none;
        padding: 20px 5px;
        border-radius: 10px;
        box-shadow: 5px 5px 5px 5px #aab3d444;
        cursor: pointer;
    }
    .home-v2 .sec-11 .h2{
        line-height: 70px;
    }
    .sec-9 .heading,
    .home-v2 .get-satrted-form .h2 {
        font-Size: 30px;
        Line-height: 41px;
    }
    .home-v2 .get-satrted-form .p {
        font-Size: 16px;
        Line-height: 20px;
    }
    .home-v2 .get-satrted-form .li {
        font-Size: 16px;
        Line-height: 20px;
    }
    .web-development .cycle-accordian .cycle-accordian-nav .cycle-accordian-button1 img,
    .web-development .cycle-accordian .cycle-accordian-nav .cycle-accordian-button2 img,
    .web-development .cycle-accordian .cycle-accordian-nav .cycle-accordian-button3 img,
    .web-development .cycle-accordian .cycle-accordian-nav .cycle-accordian-button4 img,
    .web-development .cycle-accordian .cycle-accordian-nav .cycle-accordian-button5 img{
        width: 75% !important;
    }
    .web-development .cycle-accordian .cycle-accordian-nav .cycle-accordian-button1 .discover-data-container img,
    .web-development .cycle-accordian .cycle-accordian-nav .cycle-accordian-button2 .planning-data-container img,
    .web-development .cycle-accordian .cycle-accordian-nav .cycle-accordian-button3 .design-data-container img,
    .web-development .cycle-accordian .cycle-accordian-nav .cycle-accordian-button4 .development-data-container img,
    .web-development .cycle-accordian .cycle-accordian-nav .cycle-accordian-button5 .deploy-data-container img{
        width: 40px !important;
        height: 40px !important;
    }
    .web-development .cycle-accordian .cycle-accordian-nav .cycle-accordian-button1{
        left: 20px;
    }
    .web-development .cycle-accordian .cycle-accordian-nav .cycle-accordian-button2 {
        left: 190px;
        top: -2px;
        z-index: 5;
    }
    .web-development .cycle-accordian .cycle-accordian-nav .cycle-accordian-button3 {
        left: 229px;
        top: 123px;
        z-index: 4;
    }
    .web-development .cycle-accordian .cycle-accordian-nav .cycle-accordian-button4 {
        top: 235px;
        left: 85px;
        z-index: 3;
    }
    .web-development .cycle-accordian .cycle-accordian-nav .cycle-accordian-button5 {
        top: 110px;
        left: 11px;
        z-index: 2;
    }
    .web-development .cycle-accordian .cycle-accordian-nav .nav-link .p{
        font-size: 10px;
    }
    .web-development .cycle-accordian .cycle-accordian-nav-container .cycle-sub-container {
        top: 0px;
        min-height: 350px;
    }
    .web-development .cycle-accordian .cycle-accordian-nav .cycle-accordian-button3 .design-data-container img,
    .web-development .cycle-accordian .cycle-accordian-nav .cycle-accordian-button1 .discover-data-container img{
        margin-left: 30px;
    }
    .web-development .cycle-accordian .cycle-accordian-nav .cycle-accordian-button4 .development-data-container {
        top: 20%;
        left: 20%;
    }
    .download-now-button {
        padding: 10px 20px;
        font-size: 12px;
        gap: 10px !important;
    }
    .get-started-button{
        padding: 10px 20px;
        font-size: 12px;
        gap: 10px !important;
    }
    .free-design-landing .sec-1 .heading{
        font-size: 40px;
    }
    .home-v2 .sec-11 .h2,
    .free-design-landing .startup-idea .h2,
    .free-design-landing .sec-2 .heading{
        font-size: 30px;
        line-height: 35px;
    }
    .free-design-landing .sec-2 .span {
        margin-bottom: 20px;
        display: block;
    }
    .free-design-landing .startup-idea .p{
        font-size: 16px;
    }
    .free-design-landing .sec-11 {
        background-position-x: right;
    }
}


