@media screen and (max-width: 1366px) {
    .contact_form {
        width: 420px;
        right: 50px;
    }

    .banner_slider {
        position: relative;
    }

    .contact_form {
        padding: 16px 20px;
        background: #FFFFFF;
        transform: scale(0.8);
    }
    header .nav-link, header .nav-link.active, footer .nav-link {
        font-size: 14px;
        flex-grow: 0;
    }
    .about_img {
        width: 80%;
    }

    .about_info h2 {
        font-size: 30px;
        line-height: 36px;
    }

}


@media screen and (max-width: 1024px) {
    .banner_img {
        height: calc(50vh - 72px);
    }
    .about_img {
        width: 100%;
    }
    .about_info h2 {
        font-size: 26px;
        line-height: 34px;
    }
    .video_bg {
        background-position: top center;
    }
    .video_bg:before {
        left: -200px;
    }
    footer .nav-link {
        padding: 0px !important;
    }
    .our_hallmark_img {
        width: 100%;
    }
}


@media screen and (max-width: 768px) {
    .contact_form {
        transform: scale(0.6);
        width: 420px;
        right: -40px;
    }
    .banner_img {
        padding: 10px 30px;
    }
    .banner_img .left_side h1 {
        font-size: 36px;
        line-height: 40px;
    }
    .banner_img .left_side p {
        font-weight: 400;
        width: 100%;
    }
    .about_img {
        width: 90%;
    }
    .about_info h2 {
        font-size: 20px;
        line-height: 26px;
    }

    .about_info p {
        font-family: 'DM Sans';
        font-weight: 400;
        color: #637381;
        font-size: 14px;
    }

    .laptop_slider .owl-carousel .owl-item img {
        width: 75%;
    }

    .laptop_mockup {
        width: 100%;
    }

    .f_18 {
        font-size: 16px;
    }

    .download_card {
        padding: 40px 0px;
    }
    
}


@media screen and (max-width: 450px) {
    .banner_img {
        height: calc(100vh - 72px);
        padding: 30px;
    }
    .contact_form {
        transform: scale(0.85);
        width: 100%;
        right: 0px;
        top: 30%;
    }
    .video_bg:before {
        left: 0px;
    }
    .video_bg {
        background-position: top center;
        height: 400px;
    }
    .our_hallmark_img {
        width: 80%;
        margin: 20px auto 0;
        display: block;
    }
    .mb_6 {
        margin-bottom: 30px;
    }

    .desktop_slider .laptop_mockup {
        top: -14px;
    }
   
    .platform_card .nav-tabs .nav-link {
        height: 50px;
        padding: 0px 22px;

    }

    .ipad_mockup {
        top: -14px;
    }

    .section_spacing {
        padding: 50px 0px;
    }

    .download_btn, .download_btn:hover, .download_btn:focus, .download_btn:active {
        width: max-content;
        transform: scale(0.9);
    }

    .footer_divider {
        margin: 20px 0px !important;
    }

    .custom_collapse .accordion-button {
        font-size: 16px;
    }

    footer .nav-link {
        font-size: 12px;
    }

    .footer_logo {
        width: 40%;
    }

    .social_media span {
        width: 32px;
        height: 32px;
    }

    .social_media span img {
        width: 18px;
        height: 18px;
    }

    footer p {
        font-size: 12px;
    }

    .about_img {
        width: 90%;
        margin: 0px auto 20px;
        display: block;
    }

}


@media screen and (max-width: 375px) {
    body{
        background-color: white;
    }
    .banner_img .left_side h1 {
        font-size: 28px;
        line-height: 30px;
    }
    .banner_img .left_side p {
        font-size: 14px;
    }
    .contact_form {
        top: 25%;
    }
    .banner_img {
        height: calc(115vh - 72px);
        padding: 30px;
    }
}


