.insky{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        width: 100vw;
        height: 100vh;
        z-index: 1;
        position: relative;
        background-image: url('../assets/insky.png');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        opacity: .7;

        & img{
                width: 100%;
                opacity: 0.3;
                /* max-width: 400px; */
        }
        @media (max-width: 500px) {
                background-image: url('../assets/copter-nose.jpg');
                background-size: auto 100%;
                background-position-x: -200px;
                opacity: .5;

        }

}

.coming-soon{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        
        width: 100vw;

                /* border: rgb(17, 94, 7);
                border-width: 1px;
                border-style: dashed; */

        
        z-index: 2;

        position: absolute;
        top: 100px;
        left: 0px;

        @media (max-width: 900px) {
        }
        @media (max-width: 500px) {
                top: 300px;
        }
        @media (max-width: 400px) {
                top: 300px;
        }


}

.kiwicopter{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 70px;
        font-weight: 600;
        color: rgb(52, 52, 52);

                @media (max-width: 900px) {
                        font-size: 50px;
                }
        
                @media (max-width: 500px) {
                        font-size: 50px;
                }
}
.landing-soon {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 40px;
        font-weight: 600;
        color: rgb(52, 52, 52);

        @media (max-width: 900px) {
                font-size: 30px;
        }

        @media (max-width: 500px) {
                font-size: 40px;
        }
}