@media(max-width: 1224px){
    .hero-wrapper h1 {
        font-size: 10.308vw;
        letter-spacing: -6px;
        margin-bottom: 35px;
    }
    
    .theme-para {
        font-size: 16px;
    }
    
    .theme-heading {
        font-size: 38px;
    }
    
    .service-item .theme-heading {
        font-size: 35px;
    }
    
    .bi-portfolio {
        padding: 50px 0 80px;
    }
    
    .service-wrapper {
        margin-top: 50px;
    }
    
    .theme-wrapper {
        padding: 75px 0px;
    }
    
    .bi-platforms .theme-heading {
        margin-top: 0 !important;
    }
    
    .testimonial-item .theme-heading {
        font-size: 35px;
    }
    
    .author-box {
        margin-top: -40px;
    }
    
    .testimonial-slider .slick-list {
        height: fit-content;
        min-height: fit-content;
    }
    
    .testimonial-slider {
        height: fit-content;
    }
    
    .testimonial-item {height: 353px;}
    
    .footer-copyright {
        padding-bottom: 0;
        padding-top: 0;
    }
    .hero-wrapper .btn-wrapper .bi-btn {
        flex: 1;
        text-align: center;
    }
    
    .top-bar {
        padding: 4px 10px 60px;
        margin-bottom: -45px;
    }
    
    .service-wrapper .row .col-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .service-wrapper .row .col-4:nth-child(1) {
        display: none;
    }
    
    .top-content .row {
        flex-direction: column;
    }
    
    .top-content .row .col-4 {
        flex: 1 0 100%;
        max-width: 100%;
    }
    
    .top-content .row .col-8 {
        flex: 1 0 100%;
        max-width: 100%;
    }
    
    .top-content .theme-heading {
        margin-top:20px;
    }
    
    .hero-wrapper .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .hero-wrapper .row {
        flex-direction: column-reverse;
    }
    
    .hero-para {
        margin-bottom: 20px;
        margin-top: -20px;
    }
    
    .hero-wrapper .row.align-items-center {
        flex-direction: row;
    }
    
    .hero-wrapper .row.align-items-center .col-6 {
        flex: 0 0 50%;
        max-width: 100%;
    }
    
    .image-wrapper {
        margin-bottom: -20px;
    }
    
    .bi-pricing {
        padding: 0 30px;
    }
    
    .package-item {
        padding: 20px;
    }
    
    .package-price {
        font-size: 30px;
    }
    
    .awards-item .theme-para {
        font-size: 14px;
    }
    
    .platform-item .theme-heading {
        margin-top: 30px !important;
    }
    
    .footer-form input {
        width: 26%;
}
}

@media(max-width: 994px){
    .hero-para .theme-para {
        text-align: center;
    }
    
    .hero-wrapper {
        padding: 10px 25px 30px;
        
    }
    
    .form-para {
        max-width: 100%;
        font-size: 15px;
        letter-spacing: 0px;
        margin-bottom: 0;
    }
    
    .hero-wrapper h1 {
        font-size: 8.308vw;
        letter-spacing: -2px;
    }
    
    .theme-heading {
        font-size: 32px;
    }
    
    .theme-para {
        font-size: 15px;
    }
    
    .service-item {
        padding-right: 20px;
        padding-left: 20px;
        height: 375px;
    }
    
    .service-item .theme-heading {
        letter-spacing: -1px;
    }
    
    .service-item .theme-para {
        font-size: 15px;
    }
    
    .package-wrapper {
        flex-direction: column;
    }
    
    .package-item {
        width: 100%;
        height: fit-content;
        padding-bottom: 62px;
    }
    
    .package-item .bi-btn {
        max-width: 92%;
        
    }
    
    .awards-item {
        padding: 25px 26px 25px 26px;
    }
    
    .awards-list-wrapper {
        align-items: stretch;
    }
    
    .awards-item .num {
        font-size: 5vw;
        right: 12px;
    }
    
    .awards-item h4 {
        font-size: 20px;
        letter-spacing: 0px;
    }
    
    .platform-item.slick-slide.slick-current.slick-active .theme-heading {
        font-size: 30px;
    }
    
    .platform-slider {
        margin-bottom: 70px;
    }
    
    .footer-form input {
        width: 32%;
    }
    
    .footer-form .modal-footer {
        width: 100%;
    }
    
    .bi-platforms .modal-footer .bi-btn {
        width: 100%;
    }
    
    .bi-platforms .theme-heading {
        margin-top: 20px !important;
    }
    
    .faq-button {
        font-size: 22px;
    }
    
    .testimonial-item .theme-heading {
        font-size: 27px;
        max-width: 75%;
    }
    
    
    .footer-content h2 {
        font-size: 5.792vw;
        letter-spacing: -1.5px;
    }
    
    .copyright-text {
        padding: 10px;
    }
    .modal-body p {
        font-size: 30px;
        margin-bottom: 0;
    }
    
    .inner-modal-wrapper .img-wrapper img {
        height: 370px;
        object-fit: cover;
    }
    
    .inner-modal-wrapper {
        align-items: center;
    }
}


@media(max-width: 767px){
    .header-wrapper .d-flex {
    display: none !important;
}
    .inner-modal-wrapper {
    flex-direction: column;
}

.inner-modal-wrapper .img-wrapper img {
    height: 200px;
    width: 100%;
    object-position: 0px -37px;
}

.inner-modal-wrapper .img-wrapper {
    width: 100%;
}

.modal-body p {
    font-size: 22px;
}

button.close-modal {
    padding: 5px 10px;
    font-size: 20px;
}
    .header-wrapper {flex-direction: column;gap: 20px;}

.bi-btn {
    font-size: 12px;
}

.hero-wrapper h1 {
    font-size: 10.308vw;
    letter-spacing: 0px;
    line-height: 1em;
}

.btn-wrapper {
    flex-direction: column;
    gap: 10px;
}

.btn-wrapper a {
    flex: 1 0 100%;
    max-width: 100%;
    width: 100%;
}

.theme-para {
    font-size: 13px;
}

.hero-wrapper {
    padding: 30px 20px 30px;
}

.hero-wrapper .row.align-items-center {
    flex-direction: column-reverse;
}

.hero-form {margin-top: -25px;}

.bi-about {
    padding-inline: 20px;
}

.theme-wrapper {
    padding: 55px 0px;
}

.theme-heading {
    font-size: 26px;
}

.service-wrapper .row .col-4 {
    max-width: 100%;
    flex: 0 0 100%;
}

.service-item .theme-heading {
    font-size: 30px;
}

.count-num {
    font-size: 20.375vw;
}

.review-wrapper {
    margin-top: 40px;
}

.top-content.centered .theme-para {
    max-width: 100%;
}

.package-list li {
    font-size: 13px;
}

p.package-para {
    font-size: 14px;
}

.awards-item {
    flex: 1 0 100%;
    width: 100%;
}

.awards-item .num {
    font-size: 10vw;
}

.bi-awards .btn-wrapper {
    margin-top: 30px;
    padding: 0 10px;
}

.bi-awards .btn-wrapper .bi-btn {
    text-align: center;
}

.theme-wrapper {
    padding-inline: 10px;
}

.platform-item {
    padding: 20px;
}

.platform-item.slick-slide.slick-current.slick-active .theme-heading {
    font-size:23px;
    margin-bottom:20px !important;
}

.footer-form input {
    width: 100%;
}

.faq-item .theme-para {
    font-size: 13px;
}

.faq-button {
    font-size: 19px;
}

.testimonial-item .theme-heading {
    font-size:22px;
    max-width:100%;
}


.copyright-wrapper {
    flex-direction: column;
}

.copyright-text.border {
    border: none;
}

.copyright-text {
    padding: 0;
    margin-bottom: 10px;
}

.theme-wrapper.footer-copyright {
    padding: 30px 10px 16px;
}

img.img-fluid.footer-logo {
    margin-top: 35px;
}

.footer-content .bi-btn.black {
    margin-top: -40px;
}

.slick-arrow {
    scale: .7;
}
}