.sub-hero {
    .hero-img {
        top: auto;
        bottom: 50px;
    }
}

#learjet {
    .circle {
        -webkit-transform-origin: bottom left;
                transform-origin: bottom left;
        bottom: -20%;
        left: -30%;
        z-index: -10;
    }
}

#pictures {
    .item {
        width: 95%;

        img {
            border-radius: var(--border-radius);
            overflow: clip;
            object-fit: cover;
        }
    }
}

#medical {
    text-align: center;

    p {
        max-width: 960px;
        margin: 20px auto;
    }

    .col-13 {
        text-align: left;
    }
}

#luggage,
#entertainment {
    .circle {
        -webkit-transform: scale(0.5);
                transform: scale(0.5);
        -webkit-transform-origin: bottom left;
                transform-origin: bottom left;
        bottom: 15%;
        left: 10%;
    }
}

#food {
    .circle {
        -webkit-transform: scale(0.5);
                transform: scale(0.5);
        -webkit-transform-origin: bottom right;
                transform-origin: bottom right;
        bottom: 15%;
        right: 10%;
    }
}

#luggage,
#food,
#entertainment {
    .col {
        padding: 0;
    }
}

#entertainment {
    .col {
        .row {
            justify-content: flex-start;
            gap: 20px;

            img {
                padding: 0;
                margin-top: 20px;
            }
        }
    }
}

#pilots-2 {
    padding-top: 0;

    img {
        position: absolute;
        bottom: 0;
        left: 0;
        max-width: 50%;
        object-fit: fill;
    }

    .circle {
        top: 10%;
        right: 55%;
        z-index: -1;
    }

    .content {
        padding: 200px 0;
    }
}
#pilots-3 {
    padding-top: 0;

    img {
        position: absolute;
        bottom: 0;
        right: 0;
        max-width: 50%;
        object-fit: fill;
    }

    .circle {
        top: 10%;
        left: 55%;
        z-index: -1;
    }

    .content {
        padding: 200px 0;
    }
}


/*MEDIA QUERIES*/
@media (max-width: 1350px) {
    #pilots-2,
    #pilots-3 {
        img {
            top: auto;
            bottom: 0;
        }
    }
}

@media (max-width: 1250px) {
    #luggage,
    #entertainment {
        .circle {
            bottom: 10%;
            left: 0;
        }
    }

    #food {
        .circle {
            bottom: 10%;
            right: 0;
        }
    }

    #pilots-2,
    #pilots-3 {
        padding-bottom: 250px;

        .content {
            padding: 0 0 100px;
        }

        img {
            top: auto;
            bottom: 0;
            left: auto;
            right: 0;
            max-width: none;
            height: 350px;
        }

        .circle {
            top: 50%;
            right: auto;
            left: 45%;
        }
    }
}

@media (max-width: 1024px) {
    #learjet {
        .circle {
            -webkit-transform: scale(0.8);
                    transform: scale(0.8);
        }
    }

    #medical {
        .col-13 {
            width: 100%;
        }
    }

    #luggage,
    #entertainment {
        .col {
            padding: 0;
        }

        .circle {
            bottom: 0;
        }
    }

    #food {
        .col {
            padding: 0;
        }

        .circle {
            bottom: 0;
        }
    }
}

@media (max-width: 960px) {
    #learjet {
        .circle {
            -webkit-transform: scale(0.6);
                    transform: scale(0.6);
            bottom: -10%;
        }
    }

    #luggage,
    #entertainment {
        .circle {
            -webkit-transform: scale(0.7);
                    transform: scale(0.7);
            -webkit-transform-origin: top right;
                    transform-origin: top right;
            top: 5%;
            left: auto;
            right: 0;
        }
    }

    #food {
        .circle {
            -webkit-transform: scale(0.7);
                    transform: scale(0.7);
            -webkit-transform-origin: top left;
                    transform-origin: top left;
            top: 5%;
            right: auto;
            left: 0;
        }
    }

    #entertainment {
        .col {
            .row {
                flex-direction: row;
            }
        }
    }
}

@media (max-width: 768px) {
    .sub-hero {
        padding: 20% 0;

        .hero-img {
            position: relative;
            bottom: auto;
            top: auto;
            max-width: 100%;
        }
    }

    #luggage,
    #food,
    #entertainment {
        .circle {
            -webkit-transform: scale(0.5);
                    transform: scale(0.5);
        }
    }

    #pilots-2,
    #pilots-3 {
        padding-top: 50px;

        .content {
            padding-top: 0;
        }

        img {
            height: 300px;
        }
    }
}

@media (max-width: 600px) {
       
}

@media (max-width: 532px) {
    #learjet {
        .circle {
            -webkit-transform: scale(0.4);
                    transform: scale(0.4);
        }
    }
}