body {
    background-color: #19202A;
    margin: 0px;
    overflow-x: hidden;
}

.montserrat {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
}

h1 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

h3 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    color: white;
    padding: 0px 10px 0px 10px;
}

p {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
}



.navbar {
    width: 100%;
    height: 100px;
    display: flex;
    background-color: #00AAE3;
    justify-content: center;
}

.nav_active {
    color: #19202A !important;
    font-weight: 700;
    font-size: 25px;
    cursor: pointer;
}

.navbar_logo {
    /* height: 250px;
    width: 250px; */
}

.navbar_body {
    width: 95%;
    height: 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.navbar_menu {
    display: flex;
    flex-direction: row;
    width: clamp(80%, 300px, 500px);
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
}

.nav_header{
    color: white;
}

.nav_header:hover{
    color: #19202A;
    font-weight: 700;
    font-size: 25px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

a {
    text-decoration: none;
}

.sb_section {
    height: 130px;
    width: 100%;
}

.sb_section_mc {
    /* height: 95px; */
    width: 100%;
}

.lading_section {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 600px;
    width: 100%;
    justify-content: space-around;
    background-color: #808C9E;
}

.landing_logo {
    width: 400px;
    height: 600px;
    /* width: 320px; */
    /* height: 600px; */
    position: absolute;
    right: 10%;
}

.q_portrait {
    width: 500px;
    height: 580px;
    background-position: center;
    position: absolute;
    background-image: url(../assets/q_buylocal.jpg);
    background-repeat: no-repeat;
    left: 10%;
    z-index: 2;
    box-shadow: 0px 22px 65px rgba(0, 0, 0, 1);
}

.q_portrait_section {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.blue_bg {
    width: clamp(64vw, 20vw, 100%);
    height: 680px;
    left: -32%;
    position: absolute;
    background-color: #00AAE3;
}

.landing_logo_section {
    height: 600px;
}

.voice_sign {
    background-image: url(../assets/voice_trace.svg);
    background-repeat: repeat-x;
    background-position: center;
    width: 70%;
    height: 150px;
}

.footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 150px;
    width: 100%;
    background-color: #19202A;
}

.footer_logo {
    height: 150px;
    width: 150px;
}

.footer_logo_buylocal{
    height: 150px;
    width: 130px;
}

.play_icon {
    height: 65px;
    width: 65px;
    padding: 0px;
    cursor: pointer;
    background: transparent;
    animation: pulse 2s infinite;
}

.top_small {
    display: none
}

.bottom_small {
    display: none;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.play_icon:hover {
    transform: scale(1.2);
    z-index: +1;
}

.recording_space {
    width: 35px;
}

.recording_icon {
    height: 120px;
    width: 200px;
}

.home_script {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* height: 450px; */
    width: 70%;
    /* background-color: #808C9E; */
}

.home_script_text {
    text-align: center;
    color: white;
    font-weight: 600;
    font-size: 19px;
}

.popup_content {
    text-align: center;
    color: white;
    font-size: 30px;
    font-weight: 900;
}

.group_text {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 7%;
}

.services_section {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    height: 350px;
    width: 100%;
    background-color: #00AAE3
}

.service_navs {
    display: none;
}

.service_block_instore {
    margin-top: -150px;
    height: clamp(150px, 350px, 350px);
    width: clamp(150px, 350px, 350px);
    background-image: url(../assets/in_store.jpg);
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0px 22px 65px rgba(0, 0, 0, 1);
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}

.service_block_voiceover {
    margin-top: -150px;
    height: clamp(150px, 350px, 350px);
    width: clamp(150px, 350px, 350px);
    background-image: url(../assets/voice_over.jpg);
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0px 22px 65px rgba(0, 0, 0, 1);
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}

.service_block_mc {
    margin-top: -150px;
    height: clamp(150px, 350px, 350px);
    width: clamp(150px, 350px, 350px);
    background-image: url(../assets/mc_services.jpg);
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0px 22px 65px rgba(0, 0, 0, 1);
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}

.service_block_mc:hover {
    transform: scale(1.2);
    z-index: +1;
}

.service_block_voiceover:hover {
    transform: scale(1.2);
    z-index: +1;
}

.service_block_instore:hover {
    transform: scale(1.2);
    z-index: +1;
}

.white_label {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;
    color: #00AAE3;
    position: relative;
    height: fit-content;
    text-align: center;
    font-size: 30px;
    bottom: -75%;
}

.invis_back {
    background-color: transparent;
    border: none;
}

.restart_icon {
    height: 65px;
    width: 65px;
    padding: 0px;
    cursor: pointer;
}


/* Mpho start */
.main {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 410px;
    width: 100%;
    justify-content: flex-end;
    background-color: #19202a;
}

.recording {
    height: 200px;
    width: 100%;
}

.recording_mc {
    height: 130px;
    width: 100%;
}

.group_record {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}

.recording_space {
    width: 23px;
}

.recording_music {
    width: 180px;
}

.left {
    width: 42%;
    margin: 0% 54% 3% 0%;
    z-index: 3;
}

.right_mc {
    width: 42%;
    margin: 0% 2% 3% 2%;
    z-index: 3;
}

.vo_s_picture {
    position: absolute;
    width: 350px;
    right: 60%;
    z-index: 3;
    box-shadow: 0px 22px 65px rgba(0, 0, 0, 1);
}

.mc_picture {
    position: absolute;
    width: 350px;
    left: 60%;
    z-index: 3;
    box-shadow: 0px 22px 65px rgba(0, 0, 0, 1);
}

.i_s_r_picture {
    position: absolute;
    width: 325px;
    right: 60%;
    z-index: 3;
    box-shadow: 0px 22px 65px rgba(0, 0, 0, 1);
}

.back_mic {
    position: absolute;
    width: 435px;
    left: 25%;
    z-index: 3;
}

.back_mic_mc {
    position: absolute;
    width: 435px;
    right: 25%;
    z-index: 3;
}

.right {
    width: 43%;
    height: 468px;
    right: 0;
    position: absolute;
    background-color: #00AAE3;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.left_mc {
    width: 43%;
    height: 468px;
    left: 0;
    position: absolute;
    background-color: #00AAE3;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.head {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    color: white;
    font-size: 38px;
    font-weight: bold;
}

.body_info {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    color: white;
    font-size: 16px;
    font-weight: bold;
}

.sp_gray {
    color: #808C9E;
    height: 100px;
    width: 100%;
}

.navbar_mobile {
    display: none;
}

.contact_main {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 470px;
    width: 100%;
    justify-content: space-around;
    background-color: #19202a;
}

.contact_blue {
    width: clamp(64vw, 20vw, 100%);
    height: 500px;
    left: -30%;
    position: absolute;
    background-color: #00AAE3;
}

.contact_left {
    width: 320px;
    height: 380px;
    position: absolute;
    left: 10%;
    z-index: 2;
    background-color: white;
    padding: 10px;
}

.contact_form {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    width: 100%;
    margin: 25%;
}

.contact_label {
    color: white;
    font-size: 15px;
    margin-bottom: 5px;
}

.button {
    padding: 10px 50px;
    border: none;
    background-color: #00aae3;
    color: #000;
    cursor: pointer;
    margin-top: 10px;
}

.contact_inputs {
    height: 30px;
    width: 90%;
}

.contact_half {
    height: 30px;
    width: 77%;
}

.contact_subhead {
    font-weight: 800;
    color: black;
    padding: 0;
}

.contact_head {
    font-weight: 900;
}

.contact_body_info {
    color: black;
    font-size: 15px;
    font-weight: 700;
}

.contact_icons {
    width: 10%;
}

.sidenav_active {
    color: #00AAE3;
    font-weight: 800;
    font-size: 25px;
}

.parent {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.div1 {
    grid-area: 1 / 1 / 2 / 2;
    padding: 10% 0% 0% 0%;
}

.div2 {
    grid-area: 1 / 2 / 2 / 3;
    padding: 10% 0% 0% 0%;
}

.div3 {
    grid-area: 2 / 1 / 3 / 2;
}

.div4 {
    grid-area: 2 / 2 / 3 / 3;
}

@media only screen and (max-width: 425px) {

    .main {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100%;
        justify-content: center;
        background-color: #19202a;
        height: fit-content;
        position: relative;
        flex-wrap: wrap;
    }

    .recording {
        position: relative;
        color: #808C9E;
        height: 100%;
        width: 100%;
    }

    .group_record {
        display: flex;
        justify-content: flex-start;
        padding-top: 5%;
    }

    .recording_music {
        width: 35%;
    }

    .left_mc {
        width: 100%;
        height: 25%;
        left: 0;
        position: absolute;
        background-color: #00AAE3;
        z-index: 1;
        display: flex;
        top: 0%;
        flex-wrap: wrap;
        align-items: center;
    }

    .left {
        width: 100%;
        margin: 85% 1% 3% 3%;
        z-index: 3;
    }

    .back_mic_mc {
        position: absolute;
        width: 100%;
        right: 0%;
        top: -11%;
        /* display: none; */
        z-index: 3;
    }

    .back_mic {
        position: absolute;
        width: 100%;
        top: -11%;
        left: 0%;
        z-index: 3;
    }

    .mc_picture {
        position: absolute;
        background-image:url(../assets/mc_pic_mobile1.jpg);
        background-repeat: no-repeat;
        width: 90%;
        left: 5%;
        top: 5%;
        z-index: 3;
        box-shadow: 0px 22px 65px rgba(0, 0, 0, 1);
    }

    .vo_s_picture {
        position: absolute;
        background-image:url(../assets/voiceover_picture_mobile.jpg);
        background-repeat: no-repeat;
        width: 90%;
        right: 5%;
        top: 5%;
        z-index: 3;
        box-shadow: 0px 22px 65px rgba(0, 0, 0, 1);
    }

    .i_s_r_picture {
        position: absolute;
        background-image:url(../assets/store_picture_mobile.jpg);
        background-repeat: no-repeat;
        width: 90%;
        right: 5%;
        top: 5%;
        z-index: 3;
        box-shadow: 0px 22px 65px rgba(0, 0, 0, 1);
    }

    .right_mc {
        width: 100%;
        margin: 75% 1% 3% 3%;
        z-index: 3;
    }

    .right {
        width: 100%;
        height: 302px;
        right: 0;
        position: absolute;
        background-color: #00AAE3;
        z-index: 1;
        display: flex;
        top: -1%;
        flex-wrap: wrap;
        align-items: center;
    }

    .head {
        font-family: "Montserrat", sans-serif;
        font-optical-sizing: auto;
        color: white;
        font-size: 35px;
        font-weight: bold;
        text-align: center;
    }

    .body_info {
        font-family: "Montserrat", sans-serif;
        font-optical-sizing: auto;
        color: white;
        font-size: 15px;
        text-align: center;
        font-weight: bold;
        padding: 5%;
    }

    .navbar_mobile {
        height: 100px;
        width: 100%;
        display: flex;
        background-color: #00AAE3;
        justify-content: center;
    }

    .navbar {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: black;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
    }

    .sidenav {
        height: 100%;
        position: fixed;
        z-index: 5;
        top: 0;
        right: 0%;
        background-color: #111111de;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 70px;
        padding-right: 4%;
    }

    .sidenav_icon {
        margin: 20px 20px 10px 20px;
    }

    .sidenav_active {
        color: #00AAE3 !important;
        font-weight: 800 !important;
        font-size: 25px !important;
    }

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
        margin-bottom: 10%;
    }

    .sidenav a:hover {
        color: white;
        background-color: #00AAE3;

    }

    .contact_main {
        display: flex;
        flex-direction: row;
        text-align: center;
        height: fit-content;
        width: 100%;
        background-color: #19202a;
    }

    .contact_blue {
        width: 100%;
        height: 500px;
        left: 0%;
        top: 25%;
        position: absolute;
        background-color: #00AAE3;
    }

    .contact_left {
        width: 85%;
        height: fit-content;
        position: absolute;
        left: 5%;
        top: 28%;
        z-index: 2;
        background-color: white;
        padding: 10px;
    }

    .contact_form {
        display: flex;
        position: relative;
        flex-direction: row;
        margin: auto;
        padding-top: 10%;
    }

    .contact_inputs {
        height: 30px;
        width: 90%;
    }

    .contact_half {
        height: 40px;
        width: 77%;
    }

    .button {
        padding: 3% 40%;
    }

    .landing_logo_section {
        /* height: 600px; */
        /* width: 100%; */
        position: relative;
        margin-top: 110%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (min-width: 426px) and (max-width:499px) {


    .main {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100%;
        justify-content: flex-end;
        background-color: #19202a;
        height: auto;
    }

    .recording {
        color: #808C9E;
        height: 200px;
        width: 100%;
    }

    .group_record {
        display: flex;
        justify-content: flex-start;
        padding-top: 5%;
    }

    .left {
        width: 42%;
        margin: 0% 54% 3% 0%;
        z-index: 3;
    }

    .left_mc {
        width: 43%;
        height: 468px;
        left: 0;
        position: absolute;
        background-color: #00AAE3;
        z-index: 1;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .head {
        font-family: "Montserrat", sans-serif;
        font-optical-sizing: auto;
        color: white;
        font-size: 30px;
        font-weight: bold;
    }

    .body_info {
        font-family: "Montserrat", sans-serif;
        font-optical-sizing: auto;
        color: white;
        font-size: 10px;
        font-weight: bold;
    }

    .right {
        width: 43%;
        right: 0;
        position: absolute;
        background-color: #00AAE3;
        z-index: 1;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .vo_s_picture {
        position: absolute;
        width: 220px;
        right: 1%;
        z-index: 3;
        box-shadow: 0px 22px 65px rgba(0, 0, 0, 1);
    }

    .mc_picture {
        position: absolute;
        width: 230px;
        left: 1%;
        z-index: 3;
        box-shadow: 0px 22px 65px rgba(0, 0, 0, 1);
    }

    .i_s_r_picture {
        position: absolute;
        width: 220px;
        right: 1%;
        z-index: 3;
        box-shadow: 0px 22px 65px rgba(0, 0, 0, 1);
    }

    .back_mic {
        position: absolute;
        width: 100%;
        left: 0%;
        z-index: 3;
        /* top: -1%; */
        object-fit: cover;
    }

    .back_mic_mc {
        position: absolute;
        width: 435px;
        right: 5%;
        z-index: 3;
    }

    .navbar_mobile {
        height: 100px;
        width: 100%;
        display: flex;
        background-color: #00AAE3;
        justify-content: center;
    }

    .navbar {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: black;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
    }

    .sidenav {
        height: 100%;
        position: fixed;
        z-index: 5;
        top: 0;
        right: 0%;
        background-color: #111111de;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 70px;
        padding-right: 4%;
    }

    .sidenav_icon {
        margin: 20px 20px 10px 20px;
    }

    .sidenav_active {
        color: #00AAE3 !important;
        font-weight: 800 !important;
        font-size: 25px !important;
    }

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
        margin-bottom: 10%;
    }

    .sidenav a:hover {
        color: white;
        background-color: #00AAE3;

    }
}

@media only screen and (min-width: 500px) and (max-width:599px) {

    .main {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100%;
        justify-content: flex-end;
        background-color: #19202a;
        height: auto;
    }

    .recording {
        color: #808C9E;
        height: 200px;
        width: 100%;
    }

    .group_record {
        display: flex;
        justify-content: flex-start;
        padding-top: 5%;
    }

    .left {
        width: 42%;
        margin: 0% 54% 3% 0%;
        z-index: 3;
    }

    .left_mc {
        width: 43%;
        height: 468px;
        left: 0;
        position: absolute;
        background-color: #00AAE3;
        z-index: 1;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .head {
        font-family: "Montserrat", sans-serif;
        font-optical-sizing: auto;
        color: white;
        font-size: 31px;
        font-weight: bold;
    }

    .body_info {
        font-family: "Montserrat", sans-serif;
        font-optical-sizing: auto;
        color: white;
        font-size: 10px;
        font-weight: bold;
    }

    .right {
        width: 43%;
        right: 0;
        position: absolute;
        background-color: #00AAE3;
        z-index: 1;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .vo_s_picture {
        position: absolute;
        width: 250px;
        right: 10%;
        z-index: 3;
        box-shadow: 0px 22px 65px rgba(0, 0, 0, 1);
    }

    .mc_picture {
        position: absolute;
        width: 250px;
        left: 10%;
        z-index: 3;
        box-shadow: 0px 22px 65px rgba(0, 0, 0, 1);
    }

    .i_s_r_picture {
        position: absolute;
        width: 250px;
        right: 10%;
        z-index: 3;
        box-shadow: 0px 22px 65px rgba(0, 0, 0, 1);
    }

    .back_mic {
        position: absolute;
        width: 435px;
        left: 5%;
        z-index: 3;
    }

    .back_mic_mc {
        position: absolute;
        width: 435px;
        right: 5%;
        z-index: 3;
    }

    .navbar_mobile {
        height: 100px;
        width: 100%;
        display: flex;
        background-color: #00AAE3;
        justify-content: center;
    }

    .navbar {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: black;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
    }

    .sidenav {
        height: 100%;
        position: fixed;
        z-index: 5;
        top: 0;
        right: 0%;
        background-color: #111111de;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 70px;
        padding-right: 4%;
    }

    .sidenav_icon {
        margin: 20px 20px 10px 20px;
    }

    .sidenav_active {
        color: #00AAE3 !important;
        font-weight: 800 !important;
        font-size: 25px !important;
    }

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
        margin-bottom: 10%;
    }

    .sidenav a:hover {
        color: white;
        background-color: #00AAE3;

    }
}

@media only screen and (min-width: 600px) and (max-width:699px) {

    .main {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100%;
        justify-content: flex-end;
        background-color: #19202a;
        height: auto;
    }

    .recording {
        color: #808C9E;
        height: 200px;
        width: 100%;
    }

    .group_record {
        display: flex;
        justify-content: center;
    }

    .left {
        width: 42%;
        margin: 0% 54% 3% 0%;
        z-index: 3;
    }

    .left_mc {
        width: 43%;
        height: 468px;
        left: 0;
        position: absolute;
        background-color: #00AAE3;
        z-index: 1;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .head {
        font-family: "Montserrat", sans-serif;
        font-optical-sizing: auto;
        color: white;
        font-size: 32px;
        font-weight: bold;
    }

    .body_info {
        font-family: "Montserrat", sans-serif;
        font-optical-sizing: auto;
        color: white;
        font-size: 12px;
        font-weight: bold;
    }

    .right {
        width: 43%;
        right: 0;
        position: absolute;
        background-color: #00AAE3;
        z-index: 1;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .vo_s_picture {
        position: absolute;
        width: 220px;
        right: 25%;
        z-index: 3;
        box-shadow: 0px 22px 65px rgba(0, 0, 0, 1);
    }

    .mc_picture {
        position: absolute;
        width: 260px;
        left: 25%;
        z-index: 3;
        box-shadow: 0px 22px 65px rgba(0, 0, 0, 1);
    }

    .i_s_r_picture {
        position: absolute;
        width: 260px;
        right: 25%;
        z-index: 3;
        box-shadow: 0px 22px 65px rgba(0, 0, 0, 1);
    }

    .back_mic {
        position: absolute;
        width: 435px;
        left: 5%;
        z-index: 3;
    }

    .back_mic_mc {
        position: absolute;
        width: 435px;
        right: 20%;
        z-index: 3;
    }
}

@media only screen and (min-width: 700px) and (max-width:799px) {
    .main {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100%;
        justify-content: flex-end;
        background-color: #19202a;
        height: auto;
    }

    .recording {
        color: #808C9E;
        height: 200px;
        width: 100%;
    }

    .group_record {
        display: flex;
        justify-content: center;
    }

    .left {
        width: 42%;
        margin: 0% 54% 3% 0%;
        z-index: 3;
    }

    .left_mc {
        width: 43%;
        height: 468px;
        left: 0;
        position: absolute;
        background-color: #00AAE3;
        z-index: 1;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .head {
        font-family: "Montserrat", sans-serif;
        font-optical-sizing: auto;
        color: white;
        font-size: 33px;
        font-weight: bold;
    }

    .body_info {
        font-family: "Montserrat", sans-serif;
        font-optical-sizing: auto;
        color: white;
        font-size: 12px;
        font-weight: bold;
    }

    .right {
        width: 43%;
        right: 0;
        position: absolute;
        background-color: #00AAE3;
        z-index: 1;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .vo_s_picture {
        position: absolute;
        width: 260px;
        right: 30%;
        z-index: 3;
        box-shadow: 0px 22px 65px rgba(0, 0, 0, 1);
    }

    .mc_picture {
        position: absolute;
        width: 260px;
        left: 25%;
        z-index: 3;
        box-shadow: 0px 22px 65px rgba(0, 0, 0, 1);
    }

    .i_s_r_picture {
        position: absolute;
        width: 260px;
        right: 30%;
        z-index: 3;
        box-shadow: 0px 22px 65px rgba(0, 0, 0, 1);
    }

    .back_mic {
        position: absolute;
        width: 435px;
        left: 5%;
        z-index: 3;
    }

    .back_mic_mc {
        position: absolute;
        width: 435px;
        right: 20%;
        z-index: 3;
    }

    .contact_left {
        left: 4%;
    }
}

@media only screen and (min-width: 800px) and (max-width:900px) {
    .main {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100%;
        justify-content: flex-end;
        background-color: #19202a;
        height: auto;
    }

    .recording {
        color: #808C9E;
        height: 200px;
        width: 100%;
    }

    .group_record {
        display: flex;
        justify-content: center;
    }


    .left {
        width: 42%;
        margin: 0% 54% 3% 0%;
        z-index: 3;
    }

    .left_mc {
        width: 43%;
        height: 468px;
        left: 0;
        position: absolute;
        background-color: #00AAE3;
        z-index: 1;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .head {
        font-family: "Montserrat", sans-serif;
        font-optical-sizing: auto;
        color: white;
        font-size: 33px;
        font-weight: bold;
    }

    .body_info {
        font-family: "Montserrat", sans-serif;
        font-optical-sizing: auto;
        color: white;
        font-size: 12px;
        font-weight: bold;
    }

    .right {
        width: 43%;
        right: 0;
        position: absolute;
        background-color: #00AAE3;
        z-index: 1;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .vo_s_picture {
        position: absolute;
        width: 260px;
        right: 30%;
        z-index: 3;
        box-shadow: 0px 22px 65px rgba(0, 0, 0, 1);
    }

    .mc_picture {
        position: absolute;
        width: 260px;
        left: 25%;
        z-index: 3;
        box-shadow: 0px 22px 65px rgba(0, 0, 0, 1);
    }

    .i_s_r_picture {
        position: absolute;
        width: 260px;
        right: 40px;
        z-index: 3;
        box-shadow: 0px 22px 65px rgba(0, 0, 0, 1);
    }

    .back_mic {
        position: absolute;
        width: 435px;
        left: 5%;
        z-index: 3;
    }

    .back_mic_mc {
        position: absolute;
        width: 435px;
        right: 20%;
        z-index: 3;
    }
}

@media only screen and (max-width: 600px) {

    .services_section {
        overflow-x: hidden;
        justify-content: center;
    }

    .service_block_voiceover {
        display: none;
        margin-top: 0px;
        width: 350px;
    }

    .service_block_mc {
        display: none;
        margin-top: 0px;
        width: 350px;
    }

    .service_block_instore {
        display: none;
        margin-top: 0px;
        width: 350px;
    }

    .q_portrait {
        left: 0%;
        scale: 75%;
        width: 320px;
        /* height: 580px;*/
    }

    .group_record {
        display: flex;
        /* scale: 70%; */
        justify-content: center;
        padding-top: 0%;
    }

    .service_navs {
        display: flex;
        height: 50px;
        width: 50px;
    }

    .landing_logo {
        scale: 70%;
        width: 320px;
        height: 600px;
        position: absolute;
        right: -50px;
    }

    .home_script_section {
        display: flex;
        flex-direction: column;
        align-content: center;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 500px) {
    .services_section {
        overflow-x: hidden;
        justify-content: center;
    }

    .blue_bg {
        width: clamp(64vw, 20vw, 100%);
        height: 600px;
        left: -30%;
        position: absolute;
        background-color: #00AAE3;
    }

    .lading_section {
        overflow-x: hidden;
        height: 500px;
        width: 100%;
    }

    .service_block_voiceover {
        display: none;
        margin-top: 0px;
        width: 300px;
    }

    .service_block_mc {
        display: none;
        margin-top: 0px;
        width: 300px;
    }

    .service_block_instore {
        display: none;
        margin-top: 0px;
        width: 300px;
    }

    .q_portrait {
        left: 0%;
        scale: 75%;
        width: 320px;
        background-image: url(../assets/q_buylocal_mobile.jpg);
        object-fit: cover; 
        object-position: top;
        height: 85%;
    }

    .group_record {
        /* scale: 70%; */
        padding-top: 0%;
        display: flex;
        justify-content: center;
    }

    .service_navs {
        display: flex;
        height: 50px;
        width: 50px;
    }

    .landing_logo {
        scale: 70%;
        width: 320px;
        height: 600px;
        position: absolute;
        right: -50px;
    }

    .home_script_section {
        display: flex;
        flex-direction: column;
        align-content: center;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 600px) {
    .service_block_voiceover {
        margin-top: 0px;
        width: 230px;
    }

    .service_block_mc {
        margin-top: 0px;
        width: 230px;
    }

    .service_block_instore {
        margin-top: 0px;
        width: 230px;
    }
}

@media only screen and (max-width: 1050px) {
    .landing_logo {
        scale: 90%;
        /* width: 320px; */
        /* height: 600px; */
        position: absolute;
        right: -20px;
    }

    .service_block_voiceover {
        margin-top: 0px;
        width: 230px;
    }

    .service_block_mc {
        margin-top: 0px;
        width: 230px;
    }

    .service_block_instore {
        margin-top: 0px;
        width: 230px;
    }
}

@media only screen and (max-width: 950px) {
    .landing_logo {
        scale: 90%;
        /* width: 320px; */
        /* height: 600px; */
        position: absolute;
        right: -20px;
    }

    .q_portrait {
        left: 1%;
        /* scale: 75%; */
        /* width: 320px; */
        /* height: 580px;*/
    }

    .service_block_voiceover {
        margin-top: 0px;
        width: 230px;
    }

    .service_block_mc {
        margin-top: 0px;
        width: 230px;
    }

    .service_block_instore {
        margin-top: 0px;
        width: 230px;
    }
}

@media only screen and (max-width: 1100px) {
    .landing_logo {
        scale: 90%;
        /* width: 320px; */
        /* height: 600px; */
        position: absolute;
        right: -20px;
    }
}

@media only screen and (max-width: 900px) {
    .landing_logo {
        scale: 80%;
        /* width: 320px; */
        /* height: 600px; */
        position: absolute;
        /* right: -40px; */
    }
    .navbar_menu{
        padding-bottom: 1%;
    }
}

@media only screen and (max-width: 850px) {
    .q_portrait {
        left: 3%;
        scale: 90%;
        width: 400px;
    }
    .navbar_menu{
        padding-bottom: 1%;
    }
}

@media only screen and (max-width: 750px) {
    .q_portrait {
        left: 1%;
        scale: 75%;
        /* width: 320px; */
        /* height: 580px;*/
    }

    .service_block_voiceover {
        display: none;
        margin-top: 0px;
        width: 450px;
    }

    .service_block_mc {
        display: none;
        margin-top: 0px;
        width: 450px;
    }

    .service_block_instore {
        display: none;
        margin-top: 0px;
        width: 450px;
    }

    .service_navs {
        display: flex;
        height: 50px;
        width: 50px;
    }
    .navbar_menu{
        padding-bottom: 1%;
    }
}

@media only screen and (max-width: 650px) {
    .q_portrait {
        left: 1%;
        scale: 75%;
        width: 320px;
    }

    .service_block_voiceover {
        display: none;
        margin-top: 0px;
        width: 450px;
    }

    .service_block_mc {
        display: none;
        margin-top: 0px;
        width: 450px;
    }

    .service_block_instore {
        display: none;
        margin-top: 0px;
        width: 450px;
    }

    .service_navs {
        display: flex;
        height: 50px;
        width: 50px;
    }
    .navbar_menu{
        padding-bottom: 1%;
    }
}

@media only screen and (max-width: 550px) {
    .q_portrait {
        left: -12%;
        scale: 60%;
        width: 90%;
        height: 90%;
        box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    }

    .sidenav_active {
        color: #00AAE3;
        font-weight: 800;
        font-size: 25px;
    }

    .landing_logo {
        scale: 50%;
        /* width: 320px; */
        /* height: 600px; */
        position: absolute;
        right: -15%;
    }

    .service_block_voiceover {
        display: none;
        margin-top: 0px;
        width: 300px;
    }

    .service_block_mc {
        display: none;
        margin-top: 0px;
        width: 300px;
    }

    .service_block_instore {
        display: none;
        margin-top: 0px;
        width: 300px;
    }

    .service_navs {
        display: flex;
        height: 50px;
        width: 50px;
    }

    .blue_bg {
        width: clamp(64vw, 20vw, 100%);
        height: 330px;
        left: -30%;
        position: absolute;
        background-color: #00AAE3;
    }

    .lading_section {
        overflow-x: hidden;
        height: 300px;
        width: 100%;
    }
}

@media only screen and (max-width: 450px) {
    .q_portrait {
        left: -2%;
        width: 104%;
        scale: 60%;
        box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
        height: 90%;
    }

    .landing_logo {
        scale: 30%;
        /* width: 320px; */
        /* height: 600px; */
        position: absolute;
        /* right: -28%; */
        display: none;
    }

    .service_block_voiceover {
        display: none;
        margin-top: 0px;
        width: 254px;
    }

    .service_block_mc {
        display: none;
        margin-top: 0px;
        width: 230px;
    }

    .service_block_instore {
        display: none;
        margin-top: 0px;
        width: 230px;
    }

    .blue_bg {
        width: clamp(64vw, 20vw, 100%);
        height: 330px;
        left: -30%;
        position: absolute;
        background-color: #00AAE3;
    }

}