/* responsive ******************************************************************************/
@media (max-width: 1599px) {}

/* responsive ******************************************************************************/
@media (max-width: 1499px) {}

/* responsive ******************************************************************************/
@media (max-width: 1399px) {
    .steps-section .steps-box {
        justify-content: center;
        gap: 40px;
    }
}

/* responsive ******************************************************************************/
@media (max-width: 1299px) {
    .banner-box h1 {
        font-size: 78px;
    }

    section {
        padding: 60px 0;
    }

    .footer .enquire-box a {
        font-size: 50px;

    }

    .footer .enquire-box a {
        font-size: 42px;
    }

    .footer .right-part ul li p span {
        font-size: 16px;
    }

    .contact .section-heading p {
        font-size: 20px;
    }

    .contact .contact-box {
        flex-direction: column;
    }

    .contact .contact-box .left-part {
        width: 100%;
        text-align: center;
    }

    .contact .section-heading p {
        width: 100%;
    }

    .contact .contact-box .right-part {
        width: 90%;
        margin-top: 30px;
    }

    .drone .drone-box .box h3 {
        font-size: 20px;
    }
}

/* responsive ******************************************************************************/
@media (max-width: 1199px) {}

/* responsive ******************************************************************************/
@media (max-width: 1080x) {}

/* responsive ******************************************************************************/
@media (max-width: 991px) {

    .drone .drone-box .box h3 {
        font-size: 18px;
    }

    section {
        padding: 40px 0;
    }

    .banner-box h1 {
        font-size: 52px;
    }

    .content-box {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .Partnership .text-box li {
        text-align: left;
        font-size: 22px;
    }

    .Partnership .text-box li::before {
        flex-direction: column;
        left: 3%;
        transform: translateX(-50%);
        top: 6px;
        max-width: 14px;
    }

    .img-box {
        max-width: 100%;
    }

    .steps-section .steps-box {
        flex-wrap: wrap;
    }

    .steps-section .steps-card {
        width: calc(45% - 30px);
    }


    .drone .drone-box {
        gap: 80px;
        row-gap: 20px;
        flex-wrap: wrap;
    }

    .drone .drone-box .box {
        width: calc(33.33% - 80px);
    }

}



/* responsive ******************************************************************************/
@media (max-width: 767px) {
    .steps-section .steps-box {
        margin-top: 50px;
    }

    .drone .drone-box .box h3 {
        font-size: 16px;
    }

    .banner {
        height: 80dvh;
    }

    .banner-box h1 br {
        display: none;
    }

    .banner-box h1 {
        font-size: 40px;
    }

    .Partnership .text-box li {
        text-align: left;
        font-size: 19px;
    }

    .steps-section .steps-card {
        width: calc(90% - 30px);
        text-align: center;
        padding-top: 40px;
    }

    .section-heading h2 {
        font-size: 28px;
        margin-bottom: 2px;
    }

    .steps-section .steps-card img {
        left: 50%;
        top: 0;
    }

    .Partnership .img-box img {
        max-width: 350px;
    }

    .steps-section .steps-btn .btn-primary {
        font-size: 22px;
    }

    .drone .drone-box {
        margin-top: 30px;
        gap: 20px;
    }

    .drone .drone-box .box {
        width: calc(50% - 10px);
    }

    .footer .footer-top {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .footer {
        padding-top: 40px;
    }

    .footer .footer-top::after {
        display: none;
    }

    .footer .footer-top .left-part,
    .footer .footer-top .right-part {
        width: 100%;
    }

    .footer .footer-top .left-part img {
        max-width: 220px;
        margin: 0 auto;
    }

    .footer .enquire-box a {
        font-size: 30px;
    }

    .footer .footer-bottom {
        margin-top: 40px;
    }

    .contact .section-heading p {
        font-size: 16px;
    }

    .contact .form-group button {
        font-size: 18px;
    }

    .contact .box {
        flex-direction: column;
        gap: 0;
    }

    .w-50 {
        width: 100%;
    }

    .contact .form-box form .form-group {
        margin-bottom: 20px;
    }
}

/* responsive ******************************************************************************/
@media (max-width: 575px) {}

/* responsive ******************************************************************************/
@media (max-width: 479px) {

    .banner-box h1 {
        font-size: 32px;
    }

    .Partnership .text-box li {
        text-align: left;
        font-size: 15px;
    }

    .Partnership .text-box li::before {
        left: 8%;
        transform: translateX(-50%);
        top: 3px;
    }

    .section-heading h1 {
        font-size: 26px;
    }

    .Partnership .text-box li {
        margin-bottom: 14px;
    }

    .section-heading h1 {
        margin-bottom: 26px;
    }

    .steps-section .steps-card h4 {
        font-size: 18px;
    }
}

/* responsive ******************************************************************************/
@media (max-width: 379px) {}