* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
}

.navbar-brand {
    margin-right: 50px;
}

.navbar-brand img {
    height: 32px;
}

.nav-link {
    font-size: 14px;
    font-weight: 600;
}

.navbar-nav .nav-link.active::after {
    content: '';
    height: 2px;
    width: 100%;
    background: linear-gradient(45deg, #fff722, #ff26f9);
    display: flex;
    background: linear-gradient(to top left, #b87ff947, rgba(255, 153, 150, 0), #2ec5ce), linear-gradient(to top right, #fe9a22, rgb(140 48 245 / 0%), #8c30f5) rgb(242 43 178);
    display: flex;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #000;
    background-color: transparent;
}

.download-btn {
    height: 40px;
}

.download-btn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.download-btn:first-child {
    margin-right: 20px;
}

.navbar {
    padding: 20px 100px;
}

.section-1-img {
    width: 100%;
    height: 640px;
    object-fit: contain;
}

.f-60 {
    font-size: 60px;
    font-weight: 700;
    color: #111827;
    line-height: 72px;
}

.f-18 {
    font-size: 18px;
    color: #374151;
}

.theme-btn {
    background-color: #7C3AED;
    border-radius: 8px;
    height: 56px;
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    border: 3px solid #7C3AED;
    color: #fff;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    transition: .3s;
}

.theme-btn:hover {
    background-color: transparent;
    color: #7C3AED;
    border: 3px solid #7C3AED;
    box-shadow: none;
    transition: .3s;
}

.p-100 {
    padding: 50px 100px;
}

.section-1 {
    background-image: url(./imgs/Background.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: -93px;
    padding-top: 100px;
}

.section-1-col-1 {
    padding-top: 100px;
}

.navbarBgWhite {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.watch-video-btn {
    background: transparent;
    border: none;
    color: #7c3aed;
    font-size: 16px;
    font-weight: 600;
}

.watch-video-btn svg {
    height: 25px;
    width: 25px;
}

.client-logos {
    border-top: 1px solid #E5E7EB;
    border-bottom: 1px solid #E5E7EB;
    padding: 30px 0;
}

.partners-img:not(:last-child) {
    margin-right: 40px;
    height: 30px;
    width: 115px;
    object-fit: contain;
}

.f-48 {
    font-size: 48px;
    font-weight: 700;
    color: #111827;
    line-height: 60px;
}

.f-30 {
    font-size: 30px;
    font-weight: 700;
    color: #111827;
}

.testimonials {
    box-shadow: 0px 4px 8px -2px rgba(17, 24, 39, 0.1);
    background-color: #fff;
    border-radius: 8px;
    padding: 35px;
}

.slider-div {
    padding: 10px 150px;
}

.f-18-7 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0px;
}

.f-14 {
    font-size: 14px;
    color: #6B7280;
}

.slider-client-logo {
    height: 32px;
    margin-bottom: 20px;
}

.quote {
    height: 18px;
    padding-top: 5px;
    padding-right: 16px;
}

.p-32 {
    padding-left: 32px;
}

.slick-next:before, [dir=rtl] .slick-prev:before {
    content: '⟶' !important;
}

.slick-prev:before, [dir=rtl] .slick-prev:before {
    content: '⟵' !important;
}

.slick-next:before, .slick-prev:before {
    color: #fff !important;
    font-size: 28px !important;
    margin-bottom: 5px;
}

.slider-right-div-1 {
    margin-bottom: 20px;
}

.slick-prev {
    left: 20% !important;
    z-index: 2 !important;
}

.slick-next, .slick-prev {
    top: 85% !important;
    background: #1db5be !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 50px !important;
    width: 50px !important;
    border-radius: 8px;
    transition: .3s;
}

.slick-next:hover, .slick-prev:hover {
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    transition: .3s;
}

.slick-next {
    right: 71% !important;
}

.section-4 {
    background-color: #D5FAFC;
    position: relative;
}

.bg-quote {
    position: absolute;
    top: 7%;
    height: 116px;
    width: 140px;
    opacity: 30%;
    z-index: 0;
}

.pl-100 {
    padding-left: 100px;
    position: absolute;
    top: 12%;
}

.carousel {
    margin-top: 160px;
}

.f-36 {
    font-size: 36px;
    font-weight: 700;
    color: #111827;
    line-height: 60px;
}

.section-5-img {
    position: absolute;
    z-index: -1;
    width: 85%;
}

.section-5 {
    position: relative;
    padding-bottom: 50px;
}

.section-5 .p-100 .row {
    border-top: 2px solid #F3F4F6;
}

.section-5-right-div .d-flex {
    width: 90%;
    padding-top: 25px;
}

.section-5-right-div {
    position: relative;
}

.integration-img {
    width: 64px;
    height: 64px;
    margin-bottom: 30px;
}

.integration-img:not(:last-child) {
    margin-right: 55px;
}

.section-5-left-div {
    padding-top: 50px;
}

.section-6-right-div {
    position: relative;
    text-align: start;
    height: 100%;
}

.phone-img {
    width: auto;
    height: 400px;
    object-fit: contain;
}

.section-6 {
    background-color: #1DB5BE;
}

.section-6 .p-100 {
    padding-top: 0;
    padding-bottom: 0;
}

.section-6-left-div {
    padding-top: 50px;
    padding-bottom: 100px;
}

.phone-img-2 {
    position: absolute;
    top: 100%;
    height: 360px;
    left: 100%;
    transform: translate(-100%, -100%) !important;
}

.footer-links {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    margin-right: 20px;
}

footer {
    background-color: #000;
}

@media (max-width:1280px) {
    .section-1-img {
        height: 535px;
    }

    .slider-div {
        padding: 10px 80px;
    }

    .slick-prev {
        left: 18% !important;
    }

    .section-5-right-div .d-flex {
        width: 90%;
        margin: auto;
    }

    .integration-img:not(:last-child) {
        margin-right: 35px;
    }

    .section-5-img {
        width: 100%;
    }
}

@media (max-width:1024px) {
    .navbar {
        padding: 20px 80px;
    }

    .navbar-brand img {
        height: 26px;
    }

    .nav-link {
        font-size: 13px;
    }

    .download-btn {
        height: 32px;
    }

    .section-1-img {
        height: 435px;
    }

    .section-1-col-1 {
        padding-top: 50px;
    }

    .f-60 {
        font-size: 48px;
        line-height: 58px;
    }

    .f-18 {
        font-size: 16px;
    }

    .theme-btn {
        height: 48px;
        width: 130px;
        font-size: 14px;
    }

    .watch-video-btn {
        font-size: 14px;
    }

    .p-100 {
        padding: 40px 80px;
    }

    .partners-img:not(:last-child) {
        margin-right: 32px;
        height: 25px;
        width: 110px;
    }

    .client-logos {
        padding: 25px 0;
    }

    .f-48 {
        font-size: 40px;
        line-height: 52px;
    }

    .f-18 {
        font-size: 15px;
    }

    .features-div-1 img {
        height: 28px;
        width: 28px;
        margin-bottom: 5px !important;
    }

    .f-30 {
        font-size: 25px;
    }

    .f-16 {
        font-size: 13px;
    }

    .bg-quote {
        top: 7%;
        height: 92px;
        width: 120px;
    }

    .pl-100 {
        padding-left: 80px;
        position: absolute;
        top: 11%;
    }

    .carousel {
        margin-top: 130px;
    }

    .testimonials {
        padding: 20px;
    }

    .slider-client-logo {
        height: 24px;
        margin-bottom: 10px;
    }

    .slider-div .f-18 {
        font-size: 13px;
    }

    .f-18-7 {
        font-size: 15px;
    }

    .f-14 {
        font-size: 12px;
    }

    .slider-div {
        padding: 10px 50px 10px 80px;
    }

    .slick-prev {
        left: 15% !important;
    }

    .slick-next, .slick-prev {
        top: 90% !important;
    }

    .f-36 {
        font-size: 26px;
        line-height: 44px;
    }

    .left-icon {
        height: 28px;
        width: 28px;
    }

    .p-100 {
        padding: 40px 65px;
    }

    .section-5-img {
        width: 100%;
    }

    .integration-img {
        width: 55px;
        height: 55px;
    }


    .phone-img {
        height: 320px;
    }

    .phone-img-2 {
        height: 270px;
    }

    .logo-img {
        height: 50px;
        width: auto;
    }

    .footer-links {
        font-size: 15px;
    }
}

@media (max-width:992px) {
    .navbar-brand img {
        height: 32px;
    }

    .navbar {
        padding: 20px 50px;
    }

    .f-60 {
        font-size: 38px;
    }

    .section-1-col-1 {
        padding-top: 35px;
    }

    .p-100 {
        padding: 30px 50px;
    }

    .section-1-img {
        height: 375px;
    }

    .partners-img:not(:last-child) {
        margin-right: 15px;
        height: 20px;
    }

    .f-48 {
        font-size: 32px;
    }

    .f-30 {
        font-size: 22px;
    }

    .features-div-1 img {
        height: 24px;
        width: 24px;
    }

    .slider-div {
        padding: 10px 22px;
    }

    .slick-prev {
        left: 12% !important;
    }
    
    .f-48 {
        font-size: 28px;
        line-height: 38px;
    }
    
    .f-36 {
        font-size: 20px;
        line-height: 25px;
    }
    
    .left-icon{
        margin-right: 10px !important;
    }

    .integration-img:not(:last-child) {
        margin-right: 18px;
    }

    .phone-img {
        height: 260px;
    }
    

    .phone-img-2 {
        height: 215px;
    }
    .navbar-nav{
        align-items: start!important;
        padding: 20px 0;
    }
}

@media (max-width:768px) {
    .p-100 {
        padding: 30px 10px;
    }
    
    .navbar {
        padding: 20px 10px;
    }
    
    .section-1-img {
        height: 460px;
        margin-top: 50px;
    }

    .section-6-left-div{
        padding-top: 0;
    }

    .section-6 .row{
        flex-direction: column-reverse;
    }

    footer .p-100{
        padding: 30px 20px;
    }

    .client-logos {
        padding: 30px 0;
        overflow: auto;
        justify-content: start !important;
    }

    .partners-img:not(:last-child) {
        margin-right: 36px;
        height: 25px;
    }

    .f-48 {
        font-size: 38px;
        line-height: 60px;
    }
    
    .f-18 {
        font-size: 18px;
    }
    
    .features-div-1 img {
        height: 32px;
        width: 32px;
        margin-bottom: 10px !important;
    }

    .f-30 {
        font-size: 30px;
    }

    .f-16 {
        font-size: 16px;
    }

    footer .d-flex{
        display: block !important;
    }

    .download-btn img {
        width: auto;
    }
    
    .download-btn {
        height: 42px;
    }
    
    .carousel {
        margin-top: 350px;
    }

    .f-48 {
        font-size: 44px;
        line-height: 55px;
    }

    .pl-100 {
        padding-left: 25px;
    }
    
    .slider-left-div{
        margin-bottom: 20px;
    }

    .slider-div {
        padding: 10px 10px;
    }
    
    .slick-next, .slick-prev {
        top: 100% !important;
    }
    
    .slick-next {
        right: 55% !important;
    }
        
}