@media only screen and (max-width: 600px) {
    * {
        /* border: red solid 1px; */
    }

    .floting p {
        font-size: 45px !important;
    }

    body {
        overflow-x: hidden;

    }

    .navic {
        display: block;
    }

    #navicon {
        width: 70%;
    }

    .flexnav {
        justify-content: space-between;
    }

    .flexnav:first-child {
        padding-left: 2rem;
    }

    .flexnav:last-child {
        padding-right: 2rem;
    }

    #navicon {
        filter: saturate(0) contrast(20);
    }

    .menuicon {
        background-color: var(--green-2);
        width: 100vw;
        height: 100vh;
        overflow: hidden;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 110;
        display: none;
    }

    .contains_menu {
        border: transparent solid;
        position: relative;

    }

    .contains_menu p i {
        font-size: 2.5rem !important;
        color: white;
        position: absolute;
        right: 5%;
        top: 1rem;
    }

    .active_sm a {
        color: var(--yellow-1) !important;
    }

    .navmenu {
        display: flex;
        flex-direction: column;
        gap: 1.3rem;
        font-weight: 600;
        /* border: yellow solid; */
        margin-top: 50%;
        padding-left: 20%;
    }

    .social_sm {
        display: flex;
        color: white;
        gap: 1rem;
        margin-top: 50%;
        justify-content: end;
        padding-right: 2rem;
    }

    .sm_soi {
        background-color: var(--yellow-1);
        padding: 0.5rem 0.8rem;
        border-radius: 0.5rem;
    }

    .sm_soi i {
        font-size: 1.5rem !important;
    }

    li {
        list-style: none;
    }

    .navmenu li a {
        color: white;
        text-decoration: none;
        font-size: 26px !important;
    }

    .scrolltx {
        display: none;
    }


    #logo_pic {
        width: 8rem;
    }

    #hero {
        height: fit-content !important;
        /* overflow-y: visible; */
    }

    p,
    h1,
    a {
        font-size: 10px !important;
    }

    #nav_br {
        height: 3rem;
    }


    .sidegrad {
        display: none;
    }

    .flexnav .se:nth-child(2),
    .flexnav .se:nth-child(3) {
        display: none;
    }

    #home {
        /* border: rgb(255, 252, 89) solid; */
        width: 100vw;
        height: 100%;
        overflow: hidden;
    }

    .rotalm {
        scale: 0.5;
        transform: translate(2.5rem, 1rem);
    }

    .pannel {
        display: none;
    }

    .flexhome {
        position: relative;
        flex-direction: column-reverse;
        height: 100vh;
        margin-bottom: 3rem;
    }

    .leftside {
        /* background-color: rgba(122, 70, 70, 0.341); */
        height: 50%;
        width: 100%;
        padding: 0rem 0rem;
        display: flex;
        transform: translateY(-2rem);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .rightside {
        height: 50%;
        width: 100%;
        padding: 0rem 0rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .imgvtyu {
        scale: 0.5;
        top: 15%;
        left: 0%;
        transform: translate(-20%, -50%) !important;
        position: absolute;
    }

    .buttonsrow {
        display: flex;
        flex-direction: column;
        gap: 0rem;
        padding-top: 0rem;
    }

    #secone {
        display: none;
    }

    #h_tit {
        font-size: var(--heading-sm) !important;

    }

    #h_subt {
        scale: 0.85;
        font-size: var(--sub_sm) !important;
    }

    #cursor {
        display: none;
    }

    #firstone {
        padding: 1rem 6rem !important;
        font-size: 1.15rem;
        scale: 0.8;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 700;
        background-color: var(--green-2);
        border: solid var(--green-2) 4px;
        color: #232323;
        border-radius: 0.5rem;
    }

    #secone {
        padding: 1rem 1.8rem;
        font-size: 1.15rem;
        scale: 0.8;
        font-weight: 700;
        background-color: transparent;
        border: solid var(--yellow-1) 4px;
        color: var(--yellow-1);
        border-radius: 0.5rem;
    }

    .flexconta {
        display: flex;
        /* height: 100%; */
        justify-content: center;
        /* border: green solid; */
        overflow: hidden;
        padding: 0rem;
        flex-direction: column-reverse;
        align-items: center;
    }

    .procont {
        display: flex;
        flex-direction: column;
        gap: 0rem;
        /* border: red solid; */
        padding: 0.2rem 0rem;
        margin-left: 3.5rem;
        height: 100%;
        gap: 1rem;
        width: 100%;
        justify-content: baseline;
        align-items: start;
    }

    .rcon p {
        /* border: red solid; */
        font-size: var(--heading-sm) !important;
    }

    .rcon img {
        width: 50px;
    }

    .line {
        height: 0.25rem;
    }

    .procont {
        /* border: red solid; */
        padding-top: 3rem;
        padding-left: 2.5rem !important;
    }

    #subtx {
        font-size: var(--sub_sm) !important;
    }

    .instacol i {
        font-size: 2rem !important;
    }











}