/*------------------------------------------------
    SPACE SHIP
------------------------------------------------*/

.space-ship {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    max-width: 100vw;
    max-height: 100vh;
    /* overflow: hidden; */
    /* width: 100vw; */
    height: 700px;
    position: relative;
    position: absolute;
    top: 128%;
    z-index: 5000;
    transform: scale(0.8);
    transition: transform 10s ease;
}

.hidden-ship {
    opacity: 0;
}

.fire-glow {
    position: absolute;
    top: -100px;
    left: -120px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle,
            #fff2007c 20%,
            #ffae008c 30%,
            transparent,
            transparent);
    z-index: -1;
}

.space-ship__base {
    position: absolute;
    bottom: -53px;
    left: 140px;
    width: 500px;
    height: 100px;
    background-color: white;
    box-shadow: inset 0 0 40px 30px #111;
    border-radius: 0 0 60px 60px;
}

.space-ship__bottom {
    position: absolute;
    bottom: 90px;
    width: 215px;
    height: 100px;
    background-color: white;
    box-shadow: inset 0 0 40px 30px #111;
    border-radius: 0 0 60px 60px;
}

.engine-container {
    position: absolute;
    /* width: 100%; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.space-ship__left-engine {
    position: relative;
    bottom: -15px;
    left: 40px;
    min-width: 260px;
    height: 260px;
    background-color: white;
    background: linear-gradient(45deg,
            #000 0%,
            #222 20%,
            white 40%,
            #111 83%,
            #000 100%);
    border-radius: 50% 50% 30px 50%;
}

.space-ship__left-engine--fan-bg {
    position: absolute;
    left: 73px;
    top: 70px;
    width: 160px;
    height: 190px;
    background-color: #888;
    background: linear-gradient(45deg,
            #222 0%,
            #555 20%,
            #AAA 40%,
            #555 80%,
            #444 100%);
    border-radius: 160px 20px 30px 90px;
    box-shadow: 20px 40px 10px -20px #222;
}

.space-ship__left-engine--fan {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 140px;
    height: 180px;
    background-color: #111;
    background: radial-gradient(circle,
            #333 0%,
            #222 20%,
            #000 30%,
            #444 100%);
    border-radius: 160px 20px 30px 90px;
    /* box-shadow: 20px 40px 10px -20px #222; */
}

.middle-engine__container {
    position: relative;
    top: -140px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.space-ship__middle-engine--left {
    position: relative;
    width: 130px;
    height: 160px;
    background-color: white;
    background: linear-gradient(to bottom,
            white 0%,
            #222 90%,
            #111 100%);
    background: linear-gradient(45deg,
            #000 0%,
            #222 20%,
            white 40%,
            #777 80%,
            #999 100%);
    border-radius: 120px 0 0 40px;
    /* clip-path: polygon(15% 0%, 85% 0%, 100% 100%, 0% 100%);    box-shadow: inset 0 0 40px 30px #111; */
}

.space-ship__middle-engine--right {
    position: relative;
    width: 130px;
    height: 160px;
    background-color: white;
    background: linear-gradient(to bottom,
            white 0%,
            #222 90%,
            #111 100%);
    background: linear-gradient(-45deg,
            #000 0%,
            #222 20%,
            white 40%,
            #777 80%,
            #999 100%);
    border-radius: 0 120px 40px 0;
}

.space-ship__middle-engine--fan-bg {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 210px;
    height: 130px;
    background-color: #111;
    background: linear-gradient(to bottom,
            #999,
            #444 100%);
    border-radius: 225px 225px 55px 55px;
    box-shadow: 0 75px 40px 0 #222;
    /* clip-path: polygon(15% 0%, 85% 0%, 100% 100%, 0% 100%); */
}

.space-ship__middle-engine--fan {
    width: 180px;
    height: 95%;
    width: 95%;
    background-color: #111;
    background: radial-gradient(circle,
            #333 0%,
            #222 20%,
            #000 30%,
            #444 100%);
    border-radius: 120px 120px 25px 25px;
    /* box-shadow: 20px 40px 10px -20px #222; */
    /* clip-path: polygon(15% 0%, 85% 0%, 100% 100%, 0% 100%); */
}

.space-ship__right-engine {
    position: relative;
    bottom: -15px;
    right: 40px;
    min-width: 260px;
    height: 260px;
    background-color: white;
    background: linear-gradient(-45deg,
            #000 0%,
            #222 20%,
            white 40%,
            #111 83%,
            #000 100%);
    border-radius: 50% 50% 50% 30px;
    /* box-shadow: inset 0 0 40px 30px #111; */
}

.space-ship__right-engine--fan-bg {
    position: absolute;
    right: 73px;
    top: 70px;
    width: 160px;
    height: 190px;
    background-color: #888;
    background: linear-gradient(-45deg,
            #222 0%,
            #555 20%,
            #AAA 40%,
            #555 80%,
            #444 100%);
    border-radius: 20px 160px 90px 30px;
    box-shadow: -20px 40px 10px -20px #222;
}

.space-ship__right-engine--fan {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 140px;
    height: 180px;
    background-color: #111;
    background: radial-gradient(circle,
            #333 0%,
            #222 20%,
            #000 30%,
            #444 100%);
    border-radius: 20px 160px 90px 30px;
    /* box-shadow: -20px 40px 10px -20px #222; */
}

.top-wing {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    height: fit-content;
    margin: 0;
    padding: 0;
    top: -72px;
    left: 50%;
    transform: translate(-50%, -50%);
    /* Center the item within the container */

}

.top-wing__top {
    height: 25px;
    width: 18px;
    background-color: #6a1812;
    background: linear-gradient(to right,
            #ffb57c,
            #9f251c,
            #6a1812,
            #9f251c,
            #ffb57c);
}

.top-wing__mid-one {
    height: 25px;
    width: 15px;
    background-color: #ccc;
    background: linear-gradient(to right,
            white,
            #aaa,
            #aaa,
            white);
}

.top-wing__mid-two {
    height: 28px;
    width: 18px;
    background-color: #ccc;
    background: linear-gradient(to right,
            white,
            #999,
            #999,
            white);
}

.top-wing__mid-three {
    height: 32px;
    width: 21px;
    background-color: #ccc;
    background: linear-gradient(to right,
            white,
            #888,
            #888,
            white);
}

.top-wing__base {
    height: 43px;
    width: 43px;
    background-color: #ccc;
    background: linear-gradient(to right,
            white,
            #888,
            #666,
            #888,
            white);
    clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
}

.space-ship__body {
    position: absolute;
    bottom: 155px;
    width: 360px;
    height: 265px;
    /* background-color: rgb(220, 220, 220);
    box-shadow: inset 0 0 40px 30px #444; */
    background: linear-gradient(to right,

            #222 0%,
            #ccc 12%,
            white 23%,
            #000 54%,
            white 77%,
            #ccc 88%,
            #222 100%);
    border-radius: 300px 300px 90px 90px;
}

.space-ship__cock-pit {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 450px;
}

.space-ship__cock-pit--background-one {
    position: absolute;
    top: 45px;
    height: 0;
    width: 130px;
    border-bottom: 75px solid #777;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
}

.space-ship__cock-pit--background-two {
    position: absolute;
    top: 5px;
    left: -22px;
    height: 0;
    width: 120px;
    border-bottom: 64px solid black;
    border-left: 27px solid transparent;
    border-right: 27px solid transparent;
}

.space-ship__cock-pit--seat-back {
    position: absolute;
    top: 34px;
    height: 80px;
    width: 110px;
    background-color: #333;
    background: repeating-linear-gradient(to right,
            #000 0px, #222 4px, #000 8px);
    border-radius: 30px 30px 0 0;
}

.me-torso {
    width: 192px;
    top: -78px;
    top: 30px;
    position: absolute;
}

.sunglasses {
    position: absolute;
    top: 17px;
    left: -150px;
    opacity: 0;
}

.lenses {
    display: flex;
}

.lenses-left,
.lenses-right {
    width: 25px;
    height: 10px;
    background: linear-gradient(to right, #000, #000, #000, #111, #333, #ccc, #fff, #333);
    border: 2px solid black;
    border-radius: 5px 5px 20px 20px;
}

.lenses-left {
    /* border-radius: 5px 5px 10px 15px; */

}

.lenses-right {
    /* border-radius: 5px 5px 15px 10px; */
}

.seat-rail__left {
    position: absolute;
    top: -18px;
    left: -35px;
    background-color: transparent;
    border: 5px solid #333;
    border-radius: 30%;
    width: 20px;
    height: 80px;
}

.seat-rail__right {
    position: absolute;
    top: -18px;
    right: -35px;
    background-color: transparent;
    border: 5px solid #333;
    border-radius: 30%;
    width: 20px;
    height: 80px;
}

.head-rest {
    position: absolute;
    top: 5px;
    height: 30px;
    width: 80px;
    background: linear-gradient(to right, #444, #222, #000, #222, #444);
    border-radius: 5px;
}

.windshield-back {
    position: absolute;
    top: -65px;
    width: 180px;
    height: 150px;
    background-color: #99999978;
    clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
    border-radius: 115px 115px 0 0;
}

.windshield {
    position: absolute;
    top: -50px;
    width: 250px;
    height: 200px;
    background-color: #99999978;
    clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
    border-radius: 115px 115px 0 0;
    /* border: 3px solid #777; */
    /* box-shadow: 0 0 0px 5px #777; */
}

.controls-front {
    position: absolute;
    bottom: 300px;
    width: 160px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.front-left {
    position: absolute;
    bottom: 7px;
    left: 0;
    width: 80px;
    height: 15px;
    background-color: green;
    background: linear-gradient(65deg,
            white 0%,
            white 5%,
            #999 5%,
            white 28%,
            white 53%,
            #9f251c 53%,
            #6a1812 100%);

}

.front-right {
    position: absolute;
    bottom: 7px;
    right: 0;
    width: 80px;
    height: 15px;
    background-color: green;
    background: linear-gradient(-65deg,
            white 0%,
            white 5%,
            #999 5%,
            white 28%,
            white 53%,
            #9f251c 53%,
            #6a1812 100%);
}


.controls__container {
    position: absolute;
    bottom: 316px;
    width: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.left-controls {
    width: 80px;
    height: 35px;
    background-color: green;
    background: linear-gradient(50deg,
            #777 0%,
            #999 5%,
            white 20%,
            white 40%,
            #9f251c 41%,
            #6a1812 100%);
    border-top-left-radius: 15px;
    border-top: 1px solid #777;

}

.right-controls {
    width: 80px;
    height: 35px;
    background-color: green;
    background: linear-gradient(-50deg,
            #777 0%,
            #999 5%,
            white 20%,
            white 40%,
            #9f251c 41%,
            #6a1812 100%);
    border-top-right-radius: 15px;
    border-top: 1px solid #777;
}

.hood-paint--left {
    position: absolute;
    bottom: 287px;
    left: 387px;
    width: 40px;
    height: 20px;
    background-color: #6a1812c7;
    background: linear-gradient(80deg,
            white 0%,
            white 17%,

            #9f251c 18%,
            #6a1812);
}

.hood-paint--right {
    position: absolute;
    bottom: 287px;
    right: 387px;
    width: 40px;
    height: 20px;
    background-color: #6a1812c7;
    background: linear-gradient(-80deg,
            white 0%,
            white 17%,
            #9f251c 18%,
            #6a1812);
}

.spaceship__nose-container {
    position: absolute;
    bottom: 129px;
    width: 355px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spaceship__nose-one {
    width: 50%;
    height: 190px;
    background-color: #999;
    background: linear-gradient(60deg,
            #000 0%,
            #222 20%,
            white 64%,
            #ddd
            /* #aaa 78%,
            #999 79%,
            #aaa 80%,
            white 83%,
            white 89%,
            #9f251c 90%,
            #6a1812 100% */
        );
    border-radius: 85px;
    border-radius: 75% 75% 50% 50%;
    border-radius: 115px 0 0 85px;
}

.spaceship__nose-two {
    width: 50%;
    height: 190px;
    background-color: #999;
    background: linear-gradient(-60deg,
            #000 0%,
            #222 20%,
            white 64%,
            #ddd
            /* #aaa 78%,
            #999 79%,
            #aaa 80%,
            white 83%,
            white 89%,
            #9f251c 90%,
            #6a1812 100% */
        );
    border-radius: 85px;
    border-radius: 75% 75% 50% 50%;
    border-radius: 0 115px 85px 0;
}

.front-vent__container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 145px;
    height: 90px;
    width: 120px;
    background-color: #6a1812;
    background-color: green;
    background: linear-gradient(to bottom, #9f251c, #1d0605);
    border-radius: 60px 60px 20px 20px;
    box-shadow: 0px 25px 40px 15px #555555b2;
}

.front-vent__border {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    width: 110px;
    background-color: #52120e;
    background: linear-gradient(to bottom, #6f1a13, #360c09);
    border-radius: 55px 55px 15px 15px;
}

.front-vent__vent {
    height: 60px;
    width: 90px;
    background-color: black;
    background: repeating-linear-gradient(to bottom,
            #000 0px,
            #444 5px);
    border-radius: 45px 45px 5px 5px;
    box-shadow: inset 0px 0px 10px 5px #000;
}

.left-wing-container {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}

.left-wing__connector {
    position: absolute;
    bottom: -126px;
    left: -313px;
    width: 40px;
    height: 40px;
    background-color: #999;
    background: linear-gradient(to bottom,
            transparent 0%,
            transparent 27%,
            #6c6c6c 28%,
            #6c6c6c 33%,
            #5d5d5d 34%,
            #5d5d5d 66%,
            #505050 67%);
    transform: skew(33deg);
}

.left-wing {
    position: absolute;
    bottom: -126px;
    left: -513px;
    width: 400px;
    height: 40px;
    background-color: #999;
    background: linear-gradient(to bottom,
            #fff 0%,
            #fff 33%,
            #ddd 34%,
            #ddd 66%,
            #bbb 67%);
    border-radius: 30% 26% 0 30%;
    transform: rotate(-33deg) translateX(-50%);
}

.left-wing__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: linear-gradient(to right,
            #00000028,
            #00000095);
    border-radius: 30% 26% 0 30%;
}

.left-wing__stripe-one {
    position: absolute;
    top: 0;
    left: 60px;
    height: 20px;
    width: 80px;
    transform: skew(-45deg, 0deg);
    background-color: #851a12d2;
    color: #ffffffb5;
    font-size: small;
    display: flex;
    justify-content: center;
}

.left-wing__stripe-two {
    position: absolute;
    top: 20px;
    left: 60px;
    height: 20px;
    width: 80px;
    transform: skew(45deg, 0deg);
    background-color: #6a1812d2;
}

.right-wing-container {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}

.right-wing__connector {
    position: absolute;
    bottom: -126px;
    right: -312px;
    width: 40px;
    height: 40px;
    background-color: #999;
    background: linear-gradient(to bottom,
            transparent 0%,
            transparent 27%,
            #6c6c6c 28%,
            #6c6c6c 33%,
            #5d5d5d 34%,
            #5d5d5d 66%,
            #505050 67%);
    transform: skew(-33deg);
}

.right-wing {
    position: absolute;
    bottom: -126px;
    right: -512px;
    width: 400px;
    height: 40px;
    background-color: #999;
    background: linear-gradient(to bottom,
            #fff 0%,
            #fff 33%,
            #ddd 34%,
            #ddd 66%,
            #bbb 67%);
    border-radius: 26% 30% 30% 0;
    transform: rotate(33deg) translateX(50%);
}

.right-wing__overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 40px;
    background: linear-gradient(to left,
            #00000028,
            #00000095);
    border-radius: 26% 30% 30% 0;
}

.right-wing__stripe-one {
    position: absolute;
    top: 0;
    right: 60px;
    height: 20px;
    width: 80px;
    transform: skew(45deg, 0deg);
    background-color: #851a12d2;
    color: #ffffffb5;
    font-size: small;
    display: flex;
    justify-content: center;
}

.right-wing__stripe-two {
    position: absolute;
    top: 20px;
    right: 60px;
    height: 20px;
    width: 80px;
    transform: skew(-45deg, 0deg);
    background-color: #6a1812d2;
}

.gun-box {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gun {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    background: linear-gradient(to bottom,
            #bbb,
            #999,
            #666);
}

.gun-one {
    top: 116px;
    left: -316px;
}

.gun-two {
    top: 116px;
    right: -316px;
}

.gun__barrel {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: radial-gradient(circle,
            #000 5px,
            #111 6px,
            #222 7px,
            #777 8px,
            #666 11px,
            #222 12px,
            #666 13px,
            #555 16px,
            #222 17px,
            #555 18px,
            #444 21px,
            #222 22px,
            #666 23px,
            #444 26px,
            #000 30px);
}

.gun__barrel--active {
    background: radial-gradient(circle,
            #fff 3px,
            #ffffbb 5px,
            #ff0000 7px,
            transparent 8px,
            #666 11px,
            #ff0000 12px,
            #666 13px,
            #555 16px,
            #ff0000 17px,
            #555 18px,
            #444 21px,
            #ff0000 22px,
            #666 23px,
            #444 26px,
            #ff0000 30px);
}

/* .laser--one {
    display: none;
    position: absolute;
    top: 537px;
    left: -363px;
    width: 100px;
    height: 6px;
    background: linear-gradient(to bottom,
            #ffffff,
            #ff4d00 25%,
            #ff0000 50%,
            transparent 50%,
            transparent);
    background: linear-gradient(to bottom,
            transparent,
            #ff0000,
            #ffffff,
            #ff0000,
            transparent);
    border-radius: 50%;
    transform: rotate(305deg);
}

.laser--two {
    display: none;
    position: absolute;
    top: 537px;
    right: -363px;
    width: 100px;
    height: 6px;
    background: linear-gradient(to bottom,
            #ffffff,
            #ff4d00 25%,
            #ff0000 50%,
            transparent 50%,
            transparent);
    background: linear-gradient(to bottom,
            transparent,
            #ff0000,
            #ffffff,
            #ff0000,
            transparent);
    border-radius: 50%;
    transform: rotate(55deg);
} */

.laser--one, .laser--two {
    visibility: hidden; /* Instead of display: none */
    position: absolute;
    top: 537px;
    width: 100px;
    height: 6px;
    background: linear-gradient(to bottom,
            transparent,
            #ff0000,
            #ffffff,
            #ff0000,
            transparent);
    border-radius: 50%;
}

.laser--one {
    left: -363px;
    transform: rotate(305deg);
}

.laser--two {
    right: -363px;
    transform: rotate(55deg);
}

@media screen and (max-width: 1200px) {
    .space-ship {
        transform: scale(0.7);
    }

    /* .footer {
        width: 140vw;
    } */
}

@media screen and (max-width: 800px) {
    .space-ship {
        transform: scale(0.6);
    }

    /* .footer {
        width: 170vw;
    } */
}

@media screen and (max-width: 600px) {
    .space-ship {
        transform: scale(0.5);
    }

    /* .footer {
        width: 200vw;
    } */
}

@media screen and (max-width: 400px) {
    .space-ship {
        transform: scale(0.4);
        top: 132%;
    }

    /* .footer {
        width: 250vw;
        height: 35vh;
        bottom: -35%;
    } */
}