/* @media only screen and (min-width : 240px) and (max-width: 767px) {}

@media only screen and (min-width : 768px) and (max-width: 1023px) {} */

@media screen and (max-width: 768px) {
    .mobile_hamburger {
        display: block;
        position: absolute;
        right: 15px;
        padding: 0;
    }
    .header_bottom .row {
        position: relative;
    }
    .mobile_hamburger button {
        display: block;
        background: transparent;
        border: none;
    }
    .mobile_hamburger button:focus-visible {
        outline: none;
    }
    .mobile_hamburger button img {
        width: 32px;
    }
    .mobile_hamburger button span {
        width: 3px;
        height: 14px;
    }
    .header_content {
        display: none;
        max-width: 100%;
    }
    .menu {
        width: 100%;
        padding-top: 30px;
    }
    .menu ul {
        flex-direction: column;
        JUSTIFY-CONTENT: CENTER;
        align-items: center;
        width: 100%;
        gap: 2.2rem;
    }
    .header_inner_content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        flex-direction: column;
        gap: 5rem;
    }
    .header_content::after {
        content: '';
        position: absolute;
        top: -70px;
        left: -15px;
        width: 110%;
        height: 100vh;
        background: rgba(2, 2, 2, 0.81);
        z-index: -1;
    }
    .menu ul li a,
    .header_call a,
    .header_social ul li a {
        color: #fff;
    }
    .section {
        padding: 3.6rem 0;
    }
    .home_banner {
        padding: 15rem 0 20rem 0;
    }
    .home_banner_content {
        max-width: fit-content;
        flex: 0 0 100%;
        padding: 0 15px;
        text-align: center;
    }
    .home_banner_content h1 {
        font-size: 3.8rem;
    }
    .blue_tag {
        font-size: 2rem;
    }
    .home_banner_content p {
        font-size: 1.8rem;
        line-height: 100%;
    }
    .home_sec3_left_image {
        height: auto;
    }
    .home_sec3_right {
        padding-top: 1rem;
    }
    .heading {
        padding: 0;
    }
    .heading h2 {
        font-size: 2.8rem;
    }
    .home_sec3_right_bottom {
        flex-direction: column;
    }
    .offset-1 {
        margin: 0;
    }
    .home_sec4 .heading {
        padding: 0 15px;
    }
    .home_sec5 {
        min-height: 24.2rem;
    }
    .play_button {
        width: 8rem;
        height: 8rem;
        font-size: 1.5rem;
    }
    .home_sec6 .heading {
        padding: 0 15px;
    }
    .home_sec7 .heading {
        padding: 0 15px;
    }
    .home_sec7 {
        min-height: auto;
        overflow: hidden;
    }
    .upper-content p {
        font-size: 1.8rem;
        line-height: 110%;
    }
    .home_sec8 .home_sec4_box {
        margin-bottom: 1.6rem;
    }
    .big_txt {
        font-size: 6rem;
    }
}