* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
}

header {
    background-color: black !important;
}

.nav {
    background-color: black !important;
    justify-content: space-between;
}

.nav .menu_1 a span {
    font-size: 12px;
}

section {
    border: 1px solid rgba(89, 89, 89, .3);
    border-bottom: 0px;
}

.lastSection {
    border-bottom: 1px solid rgba(89, 89, 89, .3) !important;
}

#first_logo {
    background-color: black;
}

#first_logo img {
    transform: translateY(47px);
}

.box {
    padding: 0px 5px 3px 10px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    position: relative;
    margin: 0;
    background-color: #fff;
    /* border-width: 1px; */
    /* border-style: solid; */
    border-left: 1px solid rgba(89, 89, 89, .3);
    border-bottom: 0;
    border-top: 0px;
    border-right: 0px;
}

section .box:nth-child(4) {
    border-right: 1px solid rgba(89, 89, 89, .3);
}

.box .crosshair {
    position: absolute;
    right: -1px;
    bottom: -9px;
    background: #595959;
    height: 17px;
    width: 1px;
    z-index: 10;
}

.newPlus .crosshair {
    position: absolute;
    left: -13px;
    bottom: -9px;
    background: #595959;
    height: 17px;
    width: 1px;
    z-index: 10;
}

.box .content {
    display: flex;
    justify-content: center;
    flex-flow: column;
    height: 95%;
    width: 100%;
    margin: 0 auto;
}

.box .content .body {
    z-index: 99;
    display: flex;
    flex-flow: column;
    padding: 10px 15px;
    color: #414141;
    height: 100%;
    white-space: normal;
    /* Ensures text does not wrap unexpectedly */
}

/* .box .content .body:hover {
    overflow-y: auto;
    white-space: normal;
}

.box .content .body::-webkit-scrollbar {
    width: .25rem;
    height: .25rem;
}

.box .content .body::-webkit-scrollbar-thumb {
    background: #c5e0f4;
    display: none;
}

.box .content .body::-webkit-scrollbar-track {
    background: #e2f0fa;
    width: .2em;
    display: none;
}
.box .content .body:hover::-webkit-scrollbar-track{
    display: block;
}
.box .content .body:hover::-webkit-scrollbar-thumb{
    display: block;
} */
.box .content .body p {
    font-size: 14px;
    line-height: normal;
    text-align: center;
}

.box .content .body img {
    width: 100%;
    object-fit: contain;
    height: 90px;
}

.box .content .body {
    color: #414141;
    padding: 3px 0 6px 0;
}

.box .content .text-container {
    padding: 4px 8px;
    padding-bottom: 0px;
}
.box .content .body p{
    margin-bottom: 0px !important;
}

.box .content .body span {
    font-size: 25px;
    line-height: 25px;
    color: white;
}

.box .content .body a {
    font-size: 14px;
    line-height: 25px;
    color: #6e6d6d;
    transition: all .3s ease;
}

.box .content .body a:hover {
    font-size: 14.4px;
    line-height: 25px;
    transition: all .3s ease;
    color: #3a3a3a;
}

.box .content .body a {
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box .content .body a span {
    font-size: 1rem;
    color: #575757 !important;
}

.box .content .body .new_head span {
    font-size: 17px;
}

.box .crosshair::before {
    content: "";
    position: absolute;
    background: #595959;
    height: 1px;
    width: 17px;
    left: -8px;
    bottom: 8px;
}

.box .crosshair::after {
    content: "";
    position: absolute;
    background-color: #595959;
    height: 1px;
    width: 17px;
    transform: rotate(90deg);
    right: -8.5px;
    bottom: 8px;
    z-index: 1;
}

.newPlus .crosshair::before {
    content: "";
    position: absolute;
    background: #595959;
    height: 1px;
    width: 17px;
    left: -9px;
    bottom: 8px;
}

.newPlus .crosshair::after {
    content: "";
    position: absolute;
    background-color: #595959;
    height: 1px;
    width: 17px;
    transform: rotate(90deg);
    right: -8.5px;
    bottom: 8px;
    z-index: 1;
}

.linear,
.linear2,
.linear3,
.linear4,
.linear5,
.linear6,
.linear7,
.linear8,
.linear9,
.linear10,
.linear11,
.linear12,
.linear13,
.linear14,
.linear15,
.linear16,
.linear17,
.linear18,
.linear19,
.linear20,
.linear21,
.linear22,
.linear23,
.linear24,
.linear25,
.linear26,
.linear27,
.linear28,
.linear29,
.linear30,
.linear31 {
    position: absolute;
    width: 100%;
    height: 100%;
}

.linear::before,
.linear2::before,
.linear3::before,
.linear4::before,
.linear5::before,
.linear6::before,
.linear7::before,
.linear8::before,
.linear9::before,
.linear10::before,
.linear11::before,
.linear12::before,
.linear13::before,
.linear14::before,
.linear15::before,
.linear16::before,
.linear17::before,
.linear18::before,
.linear19::before,
.linear20::before,
.linear21::before,
.linear22::before,
.linear23::before,
.linear24::before,
.linear25::before,
.linear26::before,
.linear27::before,
.linear28::before,
.linear29::before,
.linear30::before,
.linear31::before {
    content: "";
    position: absolute;
    width: 82px;
    background: rgb(12, 12, 12);
    height: 1.5px;
    opacity: 0;
    animation-fill-mode: forwards;
    /* Ensure the animation stays in its final state */
}

.linear.remove-before::before,
.linear2.remove-before::before,
.linear3.remove-before::before,
.linear4.remove-before::before,
.linear5.remove-before::before,
.linear6.remove-before::before,
.linear7.remove-before::before,
.linear8.remove-before::before,
.linear9.remove-before::before,
.linear10.remove-before::before,
.linear11.remove-before::before,
.linear12.remove-before::before,
.linear13.remove-before::before,
.linear14.remove-before::before,
.linear15.remove-before::before,
.linear16.remove-before::before,
.linear17.remove-before::before,
.linear18.remove-before::before,
.linear19.remove-before::before,
.linear20.remove-before::before,
.linear21.remove-before::before,
.linear22.remove-before::before,
.linear23.remove-before::before,
.linear24.remove-before::before,
.linear25.remove-before::before,
.linear26.remove-before::before,
.linear27.remove-before::before,
.linear28.remove-before::before,
.linear29.remove-before::before,
.linear30.remove-before::before,
.linear31.remove-before::before {
    display: none;
    /* Hide the ::before element after animation */
}

.linear:nth-child(1)::before,
.linear2:nth-child(1)::before,
.linear3:nth-child(1)::before,
.linear4:nth-child(1)::before,
.linear5:nth-child(1)::before,
.linear6:nth-child(1)::before,
.linear7:nth-child(1)::before,
.linear8:nth-child(1)::before,
.linear9:nth-child(1)::before,
.linear10:nth-child(1)::before,
.linear11:nth-child(1)::before,
.linear12:nth-child(1)::before,
.linear13:nth-child(1)::before,
.linear14:nth-child(1)::before,
.linear15:nth-child(1)::before,
.linear16:nth-child(1)::before,
.linear17:nth-child(1)::before,
.linear18:nth-child(1)::before,
.linear19:nth-child(1)::before,
.linear20:nth-child(1)::before,
.linear21:nth-child(1)::before,
.linear22:nth-child(1)::before,
.linear23:nth-child(1)::before,
.linear24:nth-child(1)::before,
.linear25:nth-child(1)::before,
.linear26:nth-child(1)::before,
.linear27:nth-child(1)::before,
.linear28:nth-child(1)::before,
.linear29:nth-child(1)::before,
.linear30:nth-child(1)::before,
.linear31:nth-child(1)::before {
    top: 2px;
    left: -9px;
}

.linear:nth-child(1)::before {
    animation: animate1 .5s linear;
}

.linear2:nth-child(1)::before {
    animation: animate1 .5s linear;
    animation-delay: 1s;
}

.linear3:nth-child(1)::before {
    animation: animate1 .5s linear;
    animation-delay: 1.5s;
}

.linear4:nth-child(1)::before {
    animation: animate1 .5s linear;
    animation-delay: 2s;
}

.linear4:nth-child(1)::before {
    animation: animate1 .5s linear;
    animation-delay: 2s;
}

.linear5:nth-child(1)::before {
    animation: animate1 .5s linear;
    animation-delay: 2.5s;
}

.linear6:nth-child(1)::before {
    animation: animate1 .5s linear;
    animation-delay: 3s;
}

.linear7:nth-child(1)::before {
    animation: animate1 .5s linear;
    animation-delay: 3.5s;
}

.linear8:nth-child(1)::before {
    animation: animate1 .5s linear;
    animation-delay: 4s;
}

.linear9:nth-child(1)::before {
    animation: animate1 .5s linear;
    animation-delay: 4.5s;
}

.linear10:nth-child(1)::before {
    animation: animate1 .5s linear;
    animation-delay: 5s;
}

.linear11:nth-child(1)::before {
    animation: animate1 .5s linear;
    animation-delay: 5.5s;
}

.linear12:nth-child(1)::before {
    animation: animate1 .5s linear;
    animation-delay: 6s;
}

.linear13:nth-child(1)::before {
    animation: animate1 .5s linear;
    animation-delay: 6.5s;
}

.linear14:nth-child(1)::before {
    animation: animate1 .5s linear;
    animation-delay: 7s;
}

.linear15:nth-child(1)::before {
    animation: animate1 .5s linear;
    animation-delay: 7.5s;
}

.linear16:nth-child(1)::before {
    animation: animate1 .5s linear;
    animation-delay: 8s;
}

.linear17:nth-child(1)::before {
    animation: animate1 .5s linear;
    animation-delay: 8.5s;
}

.linear18:nth-child(1)::before {
    animation: animate1 .5s linear;
    animation-delay: 9s;
}

.linear19:nth-child(1)::before {
    animation: animate1 .5s linear;
    animation-delay: 9.5s;
}

.linear20:nth-child(1)::before {
    animation: animate1 .5s linear;
    animation-delay: 10s;
}

.linear21:nth-child(1)::before {
    animation: animate1 .5s linear;
    animation-delay: 10.5s;
}

.linear22:nth-child(1)::before {
    animation: animate1 .5s linear;
    animation-delay: 11s;
}

.linear23:nth-child(1)::before {
    animation: animate1 .5s linear;
    animation-delay: 11.5s;
}
.linear24:nth-child(1)::before {
    animation: animate1 .5s linear;
    animation-delay: 12s;
}
.linear25:nth-child(1)::before {
    animation: animate1 .5s linear;
    animation-delay: 12.5s;
}
.linear26:nth-child(1)::before {
    animation: animate1 .5s linear;
    animation-delay: 13s;
}
.linear27:nth-child(1)::before {
    animation: animate1 .5s linear;
    animation-delay: 13.5s;
}
.linear28:nth-child(1)::before {
    animation: animate1 .5s linear;
    animation-delay: 14s;
}
.linear29:nth-child(1)::before {
    animation: animate1 .5s linear;
    animation-delay: 14.5s;
}
.linear30:nth-child(1)::before {
    animation: animate1 .5s linear;
    animation-delay: 15s;
}
.linear31:nth-child(1)::before {
    animation: animate1 .5s linear;
    animation-delay: 15.5s;
}


@keyframes animate1 {
    0% {
        left: 0%;
        opacity: 1;
    }

    50% {
        left: 50%;
        opacity: 1;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}

.linear:nth-child(2)::before,
.linear2:nth-child(2)::before,
.linear3:nth-child(2)::before,
.linear4:nth-child(2)::before,
.linear5:nth-child(2)::before,
.linear6:nth-child(2)::before,
.linear7:nth-child(2)::before,
.linear8:nth-child(2)::before,
.linear9:nth-child(2)::before,
.linear10:nth-child(2)::before,
.linear11:nth-child(2)::before,
.linear12:nth-child(2)::before,
.linear13:nth-child(2)::before,
.linear14:nth-child(2)::before,
.linear15:nth-child(2)::before,
.linear16:nth-child(2)::before,
.linear17:nth-child(2)::before,
.linear18:nth-child(2)::before,
.linear19:nth-child(2)::before,
.linear20:nth-child(2)::before,
.linear21:nth-child(2)::before,
.linear22:nth-child(2)::before,
.linear23:nth-child(2)::before,
.linear24:nth-child(2)::before,
.linear25:nth-child(2)::before,
.linear26:nth-child(2)::before,
.linear27:nth-child(2)::before,
.linear28:nth-child(2)::before,
.linear29:nth-child(2)::before,
.linear30:nth-child(2)::before,
.linear31:nth-child(2)::before {
    transform: rotate(90deg);
    right: -32px;
    top: 0%;
}

.linear:nth-child(2)::before {
    animation: animate2 .5s linear;
}

.linear2:nth-child(2)::before {
    animation: animate2 .5s linear;
    animation-delay: 1s;
}

.linear3:nth-child(2)::before {
    animation: animate2 .5s linear;
    animation-delay: 1.5s;
}

.linear4:nth-child(2)::before {
    animation: animate2 .5s linear;
    animation-delay: 2s;
}

.linear5:nth-child(2)::before {
    animation: animate2 .5s linear;
    animation-delay: 2.5s;
}

.linear6:nth-child(2)::before {
    animation: animate2 .5s linear;
    animation-delay: 3s;
}

.linear7:nth-child(2)::before {
    animation: animate2 .5s linear;
    animation-delay: 3.5s;
}

.linear8:nth-child(2)::before {
    animation: animate2 .5s linear;
    animation-delay: 4s;
}

.linear9:nth-child(2)::before {
    animation: animate2 .5s linear;
    animation-delay: 4.5s;
}

.linear10:nth-child(2)::before {
    animation: animate2 .5s linear;
    animation-delay: 5s;
}

.linear11:nth-child(2)::before {
    animation: animate2 .5s linear;
    animation-delay: 5.5s;
}

.linear12:nth-child(2)::before {
    animation: animate2 .5s linear;
    animation-delay: 6s;
}

.linear13:nth-child(2)::before {
    animation: animate2 .5s linear;
    animation-delay: 6.5s;
}

.linear14:nth-child(2)::before {
    animation: animate2 .5s linear;
    animation-delay: 7s;
}

.linear15:nth-child(2)::before {
    animation: animate2 .5s linear;
    animation-delay: 7.5s;
}

.linear16:nth-child(2)::before {
    animation: animate2 .5s linear;
    animation-delay: 8s;
}

.linear17:nth-child(2)::before {
    animation: animate2 .5s linear;
    animation-delay: 8.5s;
}

.linear18:nth-child(2)::before {
    animation: animate2 .5s linear;
    animation-delay: 9s;
}

.linear19:nth-child(2)::before {
    animation: animate2 .5s linear;
    animation-delay: 9.5s;
}

.linear20:nth-child(2)::before {
    animation: animate2 .5s linear;
    animation-delay: 10s;
}

.linear21:nth-child(2)::before {
    animation: animate2 .5s linear;
    animation-delay: 10.5s;
}

.linear22:nth-child(2)::before {
    animation: animate2 .5s linear;
    animation-delay: 11s;
}

.linear23:nth-child(2)::before {
    animation: animate2 .5s linear;
    animation-delay: 11.5s;
}
.linear24:nth-child(2)::before {
    animation: animate2 .5s linear;
    animation-delay: 12s;
}
.linear25:nth-child(2)::before {
    animation: animate2 .5s linear;
    animation-delay: 12.5s;
}
.linear26:nth-child(2)::before {
    animation: animate2 .5s linear;
    animation-delay: 13s;
}
.linear27:nth-child(2)::before {
    animation: animate2 .5s linear;
    animation-delay: 13.5s;
}
.linear28:nth-child(2)::before {
    animation: animate2 .5s linear;
    animation-delay: 14s;
}
.linear29:nth-child(2)::before {
    animation: animate2 .5s linear;
    animation-delay: 14.5s;
}
.linear30:nth-child(2)::before {
    animation: animate2 .5s linear;
    animation-delay: 15s;
}
.linear31:nth-child(2)::before {
    animation: animate2 .5s linear;
    animation-delay: 15.5s;
}

@keyframes animate2 {
    0% {
        top: 0%;
        opacity: 1;
    }

    50% {
        top: 50%;
        opacity: 1;
    }

    100% {
        top: 100%;
        opacity: 0;
    }
}

.linear:nth-child(3)::before,
.linear2:nth-child(3)::before,
.linear3:nth-child(3)::before,
.linear4:nth-child(3)::before,
.linear5:nth-child(3)::before,
.linear6:nth-child(3)::before,
.linear7:nth-child(3)::before,
.linear8:nth-child(3)::before,
.linear9:nth-child(3)::before,
.linear10:nth-child(3)::before,
.linear11:nth-child(3)::before,
.linear12:nth-child(3)::before,
.linear13:nth-child(3)::before,
.linear14:nth-child(3)::before,
.linear15:nth-child(3)::before,
.linear16:nth-child(3)::before,
.linear17:nth-child(3)::before,
.linear18:nth-child(3)::before,
.linear19:nth-child(3)::before,
.linear20:nth-child(3)::before,
.linear21:nth-child(3)::before,
.linear22:nth-child(3)::before,
.linear23:nth-child(3)::before,
.linear24:nth-child(3)::before,
.linear25:nth-child(3)::before,
.linear26:nth-child(3)::before,
.linear27:nth-child(3)::before,
.linear28:nth-child(3)::before,
.linear29:nth-child(3)::before,
.linear30:nth-child(3)::before,
.linear31:nth-child(3)::before {
    bottom: -4px;
    right: -8px;
}

.linear:nth-child(3)::before {
    animation: animate3 .5s linear;
}

.linear2:nth-child(3)::before {
    animation: animate3 .5s linear;
    animation-delay: 1s;
}

.linear3:nth-child(3)::before {
    animation: animate3 .5s linear;
    animation-delay: 1.5s;
}

.linear4:nth-child(3)::before {
    animation: animate3 .5s linear;
    animation-delay: 2s;
}

.linear5:nth-child(3)::before {
    animation: animate3 .5s linear;
    animation-delay: 2.5s;
}

.linear6:nth-child(3)::before {
    animation: animate3 .5s linear;
    animation-delay: 3s;
}

.linear7:nth-child(3)::before {
    animation: animate3 .5s linear;
    animation-delay: 3.5s;
}

.linear8:nth-child(3)::before {
    animation: animate3 .5s linear;
    animation-delay: 4s;
}

.linear9:nth-child(3)::before {
    animation: animate3 .5s linear;
    animation-delay: 4.5s;
}

.linear10:nth-child(3)::before {
    animation: animate3 .5s linear;
    animation-delay: 5s;
}

.linear11:nth-child(3)::before {
    animation: animate3 .5s linear;
    animation-delay: 5.5s;
}

.linear12:nth-child(3)::before {
    animation: animate3 .5s linear;
    animation-delay: 6s;
}

.linear13:nth-child(3)::before {
    animation: animate3 .5s linear;
    animation-delay: 6.5s;
}

.linear14:nth-child(3)::before {
    animation: animate3 .5s linear;
    animation-delay: 7s;
}

.linear15:nth-child(3)::before {
    animation: animate3 .5s linear;
    animation-delay: 7.5s;
}

.linear16:nth-child(3)::before {
    animation: animate3 .5s linear;
    animation-delay: 8s;
}

.linear17:nth-child(3)::before {
    animation: animate3 .5s linear;
    animation-delay: 8.5s;
}

.linear18:nth-child(3)::before {
    animation: animate3 .5s linear;
    animation-delay: 9s;
}

.linear19:nth-child(3)::before {
    animation: animate3 .5s linear;
    animation-delay: 9.5s;
}

.linear20:nth-child(3)::before {
    animation: animate3 .5s linear;
    animation-delay: 10s;
}

.linear21:nth-child(3)::before {
    animation: animate3 .5s linear;
    animation-delay: 10.5s;
}

.linear22:nth-child(3)::before {
    animation: animate3 .5s linear;
    animation-delay: 11s;
}

.linear23:nth-child(3)::before {
    animation: animate3 .5s linear;
    animation-delay: 11.5s;
}
.linear24:nth-child(3)::before {
    animation: animate3 .5s linear;
    animation-delay: 12s;
}
.linear25:nth-child(3)::before {
    animation: animate3 .5s linear;
    animation-delay: 12.5s;
}
.linear26:nth-child(3)::before {
    animation: animate3 .5s linear;
    animation-delay: 13s;
}
.linear27:nth-child(3)::before {
    animation: animate3 .5s linear;
    animation-delay: 13.5s;
}
.linear28:nth-child(3)::before {
    animation: animate3 .5s linear;
    animation-delay: 14s;
}
.linear29:nth-child(3)::before {
    animation: animate3 .5s linear;
    animation-delay: 14.5s;
}
.linear30:nth-child(3)::before {
    animation: animate3 .5s linear;
    animation-delay: 15s;
}
.linear31:nth-child(3)::before {
    animation: animate3 .5s linear;
    animation-delay: 15.5s;
}

@keyframes animate3 {
    0% {
        right: 0%;
        opacity: 1;
    }

    50% {
        right: 50%;
        opacity: 1;
    }

    100% {
        right: 100%;
        opacity: 0;
    }
}

.linear:nth-child(4)::before,
.linear2:nth-child(4)::before,
.linear3:nth-child(4)::before,
.linear4:nth-child(4)::before,
.linear5:nth-child(4)::before,
.linear6:nth-child(4)::before,
.linear7:nth-child(4)::before,
.linear8:nth-child(4)::before,
.linear9:nth-child(4)::before,
.linear10:nth-child(4)::before,
.linear11:nth-child(4)::before,
.linear12:nth-child(4)::before,
.linear13:nth-child(4)::before,
.linear14:nth-child(4)::before,
.linear15:nth-child(4)::before,
.linear16:nth-child(4)::before,
.linear17:nth-child(4)::before,
.linear18:nth-child(4)::before,
.linear19:nth-child(4)::before,
.linear20:nth-child(4)::before,
.linear21:nth-child(4)::before,
.linear22:nth-child(4)::before,
.linear23:nth-child(4)::before,
.linear24:nth-child(4)::before,
.linear25:nth-child(4)::before,
.linear26:nth-child(4)::before,
.linear27:nth-child(4)::before,
.linear28:nth-child(4)::before,
.linear29:nth-child(4)::before,
.linear30:nth-child(4)::before,
.linear31:nth-child(4)::before {
    bottom: 0px;
    left: -17.7%;
    transform: rotate(90deg);
}

.linear:nth-child(4)::before {
    animation: animate4 .5s linear;
}

.linear2:nth-child(4)::before {
    animation: animate4 .5s linear;
    animation-delay: 1s;
}

.linear3:nth-child(4)::before {
    animation: animate4 .5s linear;
    animation-delay: 1.5s;
}

.linear4:nth-child(4)::before {
    animation: animate4 .5s linear;
    animation-delay: 2s;
}

.linear5:nth-child(4)::before {
    animation: animate4 .5s linear;
    animation-delay: 2.5s;
}

.linear6:nth-child(4)::before {
    animation: animate4 .5s linear;
    animation-delay: 3s;
}

.linear7:nth-child(4)::before {
    animation: animate4 .5s linear;
    animation-delay: 3.5s;
}

.linear8:nth-child(4)::before {
    animation: animate4 .5s linear;
    animation-delay: 4s;
}

.linear9:nth-child(4)::before {
    animation: animate4 .5s linear;
    animation-delay: 4.5s;
}

.linear10:nth-child(4)::before {
    animation: animate4 .5s linear;
    animation-delay: 5s;
}

.linear11:nth-child(4)::before {
    animation: animate4 .5s linear;
    animation-delay: 5.5s;
}

.linear12:nth-child(4)::before {
    animation: animate4 .5s linear;
    animation-delay: 6s;
}

.linear13:nth-child(4)::before {
    animation: animate4 .5s linear;
    animation-delay: 6.5s;
}

.linear14:nth-child(4)::before {
    animation: animate4 .5s linear;
    animation-delay: 7s;
}

.linear15:nth-child(4)::before {
    animation: animate4 .5s linear;
    animation-delay: 7.5s;
}

.linear16:nth-child(4)::before {
    animation: animate4 .5s linear;
    animation-delay: 8s;
}

.linear17:nth-child(4)::before {
    animation: animate4 .5s linear;
    animation-delay: 8.5s;
}

.linear18:nth-child(4)::before {
    animation: animate4 .5s linear;
    animation-delay: 9s;
}

.linear19:nth-child(4)::before {
    animation: animate4 .5s linear;
    animation-delay: 9.5s;
}

.linear20:nth-child(4)::before {
    animation: animate4 .5s linear;
    animation-delay: 10s;
}

.linear21:nth-child(4)::before {
    animation: animate4 .5s linear;
    animation-delay: 10.5s;
}

.linear22:nth-child(4)::before {
    animation: animate4 .5s linear;
    animation-delay: 11s;
}

.linear23:nth-child(4)::before {
    animation: animate4 .5s linear;
    animation-delay: 11.5s;
}
.linear24:nth-child(4)::before {
    animation: animate4 .5s linear;
    animation-delay: 12s;
}
.linear25:nth-child(4)::before {
    animation: animate4 .5s linear;
    animation-delay: 12.5s;
}
.linear26:nth-child(4)::before {
    animation: animate4 .5s linear;
    animation-delay: 13s;
}
.linear27:nth-child(4)::before {
    animation: animate4 .5s linear;
    animation-delay: 13.5s;
}
.linear28:nth-child(4)::before {
    animation: animate4 .5s linear;
    animation-delay: 14s;
}
.linear29:nth-child(4)::before {
    animation: animate4 .5s linear;
    animation-delay: 14.5s;
}
.linear30:nth-child(4)::before {
    animation: animate4 .5s linear;
    animation-delay: 15s;
}
.linear31:nth-child(4)::before {
    animation: animate4 .5s linear;
    animation-delay: 15.5s;
}

@keyframes animate4 {
    0% {
        bottom: 0%;
        opacity: 1;
    }

    50% {
        bottom: 50%;
        opacity: 1;
    }

    100% {
        bottom: 100%;
        opacity: 0;
    }
}




@media(max-width:576px) {
    .mobi_none {
        display: none;
    }

    /* .crosshair {
        display: none !important;
    } */

    .box {
        border: 0px !important;
    }

    .menu_1 {
        flex-wrap: wrap;
    }

    .menu_2 {
        flex-wrap: wrap;
    }

    .box {
        border-bottom: 1px solid rgba(89, 89, 89, .3) !important;
    }

    .box .content .body {
        overflow: inherit !important;
    }

    .box .content .body:hover {
        overflow: inherit !important;
    }

    .newPlus {
        border: 0px !important;
    }
    nav .menu_1 a span {
        font-size: 12px;
    }
}