@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800&display=swap');

.drone-section {
    font-family: 'Inter', sans-serif;
    background-color: #efefef;
    padding: 60px 50px;
    color: #000;
    display: flex;
    justify-content: center;
}

.content-wrapper {
    max-width: 1400px;
    width: 100%;
}

/* Griglia superiore */
.top-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 40px;
    margin-bottom: 60px;
}

.text-main h2 {
    font-size: 36px;
    line-height: 42px;
    font-weight: 600;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
    color: black;
    padding-bottom: 10px;
}

.text-main p {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
    font-family: Inter, sans-serif;
    color: #000;
}

.supported-drones {
    text-align: right;
    align-self: center;
}

.supported-drones .label {
    display: inline-flex;
    font-family: Inter, sans-serif;
    font-size: 28px;
    line-height: 34px;
    font-weight: 600;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
    color: black;
    padding-bottom: 20px;
}

.supported-drones h3 {
    font-size: 36px;
    line-height: 42px;
    font-weight: 600;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
    color: black;
    padding-bottom: 10px;
}

.supported-drones h4 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
    font-family: Inter, sans-serif;
    color: #000;
}

/* Preview Software */
.software-preview {
    position: relative;
    margin-bottom: 60px;
}

.main-window {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
}


.text-secondary h3 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
    color: black;
    padding-bottom: 10px;
    max-width: 700px;
}

.text-secondary p {
    font-family: Inter, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin-block-start: 0px !important;
    margin-block-end: 0px !important;
    color: #000;
    max-width: 700px;
}

@media (max-width: 409px) {
    .drone-section {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 410px) and (max-width: 699px) {
    .drone-section {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (min-width: 700px) and (max-width: 870px) {
    .drone-section {
        padding-left: 30px;
        padding-right: 30px;
    }
}

/* Responsive */
@media (max-width: 699px) {
    .top-grid {
        grid-template-columns: 1fr;
    }

    .supported-drones {
        text-align: left;
    }
}


/* TITOLO */
@media (max-width: 369px) {

    .text-main h2,
    .supported-drones h3 {
        font-size: 26px;
        line-height: 32px;
    }
}

@media (min-width: 370px) and (max-width: 375px) {

    .text-main h2,
    .supported-drones h3 {
        font-size: 24px;
        line-height: 30px;
    }
}

@media (min-width: 376px) and (max-width: 409px) {

    .text-main h2,
    .supported-drones h3 {
        font-size: 27px;
        line-height: 33px;
    }
}

@media (min-width: 410px) and (max-width: 414px) {

    .text-main h2,
    .supported-drones h3 {
        font-size: 28px;
        line-height: 34px;
    }
}

@media (min-width: 415px) and (max-width: 430px) {

    .text-main h2,
    .supported-drones h3 {
        font-size: 29px;
        line-height: 35px;
    }
}

@media (min-width: 431px) and (max-width: 791px) {

    .text-main h2,
    .supported-drones h3 {
        font-size: 30px;
        line-height: 36px;
    }
}

@media (min-width: 792px) and (max-width: 810px) {

    .text-main h2,
    .supported-drones h3 {
        font-size: 31px;
        line-height: 37px;
    }
}

@media (min-width: 811px) and (max-width: 830px) {

    .text-main h2,
    .supported-drones h3 {
        font-size: 32px;
        line-height: 38px;
    }
}

@media (min-width: 831px) and (max-width: 849px) {

    .text-main h2,
    .supported-drones h3 {
        font-size: 33px;
        line-height: 39px;
    }
}


@media (min-width: 850px) and (max-width: 964px) {

    .text-main h2,
    .supported-drones h3 {
        font-size: 35px;
        line-height: 41px;
    }
}

/* TITOLETTO */
@media (max-width: 369px) {

    .text-main p,
    .supported-drones h4 {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (min-width: 370px) and (max-width: 1200px) {

    .text-main p,
    .supported-drones h4 {
        font-size: 18px;
        line-height: 24px;
    }
}

/* DESCIRZIONE */
@media (max-width: 369px) {
    .supported-drones .label {
        line-height: 26px;
        font-size: 18px;
    }
}

@media (min-width: 369px) and (max-width: 388px) {
    .supported-drones .label {
        line-height: 28px;
        font-size: 20px;

    }
}

@media (min-width: 389px) and (max-width: 409px) {
    .supported-drones .label {
        line-height: 30px;
        font-size: 22px;
    }
}

@media (min-width: 410px) and (max-width: 820px) {
    .supported-drones .label {
        line-height: 30px;
        font-size: 22px;
    }
}

@media (min-width: 821px) and (max-width: 943px) {
    .supported-drones .label {
        line-height: 34px;
        font-size: 26px;
    }
}

/* 22PX */
@media (max-width: 1066px) {
    .text-secondary h3 {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (min-width: 1067px) and (max-width: 1231px) {
    .text-secondary h3 {
        font-size: 20px;
        line-height: 26px;
    }
}

/* 18PX */
@media (max-width: 1128px) {
    .text-secondary p {
        font-size: 16px;
        line-height: 22px;
    }

    .text-secondary p {
        margin-block-start: 0px !important;
        margin-block-end: 0px !important;
    }
}

@media (max-width: 369px) {
    .text-secondary p {
        line-height: 20px;
        font-size: 14px;
    }
}

.nuovo-btn {
    width: 300px;
    height: 54px;
    background-color: #000000;
    border: 0px;
    border-radius: 30px;
    font-family: Inter;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #fff !important;
    text-align: center;
    margin-bottom: 20px;
    cursor: pointer;
    border: 2px solid black;
    display: inline-block;
    align-content: center;
    text-decoration: none;
}

.nuovo-btn:hover {
    background-color: white;
    color: #000 !important;
    border: 2px solid black;
}

@media (max-width: 369px) {
    .nuovo-btn {
        width: 100%;
    }
}