@media(min-width:320px) and (max-width:480.98px) {
    .navbar {
        max-width: 350px;
        width: 100%;
        padding: .9rem 5px !important;
    }

    .navbar-brand {
        margin-left: 0;
    }

    .navbar-brand img {
        width: 9rem;
    }

    .hero-area {
        height: 100vh;
        width: 100%;
    }

    .hero-content {
        width: 90%;
        top: 15rem;
    }

    .hero-area .main-img {
        height: 100vh;
    }

    .hero-content .main-text {
        font-size: 3.1rem;
    }

    .hero-content .top-title {
        font-size: 24px;
    }

    .hero-foot {
        display: none;
    }

    .mobile-none,
    .hero-foot-mobile {
        display: block;
    }

    .hf-left {
        display: grid;
        justify-content: center;
        max-width: 320px;
        margin: 0 auto;
        padding: 24px 30px;
        border-radius: 16px;
    }

    .hf-left.mob {
        padding: 8px 8px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .hf-left.mob .thumb-hf {
        width: 90px;
        min-width: 90px;
        height: 96px;
        border-radius: 8px;
    }

    .hf-left.mob h3 {
        color: #fff;
        font-size: 18px;
        width: 150px;
    }

    .hf-left.mob a {
        color: #fff;
        font-size: 18px;
        font-weight: 600;
    }

    .cont-mob {
        margin-left: 1.2rem;
    }

    .menu-content {
        padding: 2rem;
        overflow-y: scroll !important;
    }

    .menu-with-sub .parent-link,
    .menu-col a {
        font-size: 26px;
    }

    .menu-with-sub .parent-link img {
        width: 1.5rem;
    }

    .menu-columns {
        display: grid;
        gap: 0;
    }

    .menu-with-sub {
        margin-bottom: 0;
    }

    .menu-footer {
        display: grid;
        margin-top: 0;
        border-top: 1px solid #9D9D9D;
        padding: 2.5rem 0;
    }

    .menu-footer .logo {
        margin-top: 1.2rem;
    }

    .right-menu {
        order: -1;
    }

    .home-one h2 {
        font-size: 2.5rem;
    }

    .home-one h3 {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .wrecks-section {
        height: 100%;
    }

    .wrecks-section .wreck-img {
        height: 200px;
        width: 100%;
        object-fit: cover;

        /* Gradient opacity */
        -webkit-mask-image: linear-gradient(45deg,
                rgba(0, 0, 0, 0.1) 0%,
                rgba(0, 0, 0, 0.3) 35%,
                rgba(0, 0, 0, 1) 100%);
        mask-image: linear-gradient(45deg,
                rgba(0, 0, 0, 0.1) 0%,
                rgba(0, 0, 0, 0.3) 35%,
                rgba(0, 0, 0, 1) 100%);
    }


    #wreckSplide {
        margin-top: 1rem;
        padding: 30px 0;
    }

    .wreck-left {
        padding: 1rem;
        position: absolute;
        top: 8rem;
    }

    .wreck-thumbs {
        display: none;
    }


    .wreck-card {
        width: 95%;
        height: 100%;
        max-height: 450px;
        margin-left: 0;
        grid-template-columns: 1fr;
        justify-content: center;
        margin: 0 auto;
        backdrop-filter: blur(45px);
    }

    .wreck-desc {
        font-size: 15px;
        margin-bottom: .5rem;
    }

    .wreck-title {
        font-size: 24px;
        margin-bottom: 1rem;
    }

    .wreck-right {
        order: -1;
    }

    .wreck-controls {
        top: 8rem;
        display: inline-block;
    }

    .ctrl-btn {
        margin: 1rem .5rem;
    }

    #wreckSplide .splide__slide {
        height: 100% !important;
        min-height: 450px !important;
        max-height: 650px;
    }

    .depth-big {
        left: -0;
        top: 36.2rem;
        right: 1rem;
        display: flex;
        align-items: flex-start;
        justify-content: flex-end;
    }

    .depth-big span {
        font-size: 9rem;
        line-height: 4rem !important;
    }

    .depth-big small {
        font-size: 5rem;
        line-height: 0 !important;
    }

}