.container {
    max-width: 1204px;
    margin: 0 auto;
    padding: 0 15px;
}

/* .starter-page {
    height: 100vh;
} */

header {
    margin: 70px 0 120px 0;
}

.logo {

    max-width: 151px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.logo img {
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.main-content {
    max-width: 820px;
    margin: 0 auto;
}

.main-content h1 {
    text-align: center;
    margin-top: 50px;
    font-size: 96px;
    font-weight: bold;
    line-height: normal;
    color: #1E1E1E;
    margin: 0 0 20px 0;
}

.main-content a {
    display: block;
    width: 100%;
    text-decoration: none;
    max-width: 184px;
    margin: 0 auto;
}

.main-content a img {
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: contain;
}

body {
    margin: 0;
    box-sizing: border-box;
    font-family: "Asap Condensed", sans-serif;
}

.voice-input-page {
    background: url("../images/voice-input-bg.png") no-repeat center center;
    /* height: 100vh; */
}

.voice-input-container {
    max-width: 380px;
    margin: 0 auto;
}

.voice-input-container img {
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;

}

.voice-input-page .btn-grid {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 20px;
    gap: 10px;
    max-width: 465px;
    height: 64px;
    padding: 10px 60px 50px 60px;
    margin-right: 0;
    margin-left: auto;
}

.voice-input-page .btn-grid a {
    background: #ffffff;
    border-radius: 40px;
    padding: 36px 26px 36px 26px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex: 1;
    text-decoration: none;
    text-transform: uppercase;
}

.voice-input-page .btn-grid a img {
    max-width: 24px;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.voice-input-page .btn-grid a span {
    color: #551997;
    text-align: center;

    font-size: 24px;
    font-weight: 600;
}

.live-transition-wrapper {
    max-width: 1000px;
    margin: 20px auto;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 60px;
    border-style: solid;
    border-color: #ffffff;
    border-width: 1px;
    padding: 20px 60px 40px 60px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    align-self: stretch;
    flex-shrink: 0;
    min-height: 246px;
    backdrop-filter: blur(2px);
}

.live-transition-wrapper h2 {
    margin: auto;
    color: #551997;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

.live-transition-wrapper .content {
    max-width: 700px;
    margin: auto;
}

.live-transition-wrapper .content p:first-child {
    color: #1e1e1e;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    opacity: 0.3;
}

.live-transition-wrapper .content p:nth-child(2) {
    color: #1e1e1e;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    opacity: 0.5;
}

.live-transition-wrapper .content p:nth-child(3) {
    color: #1e1e1e;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
}

.quotation-container {
    padding: 0 10px;
    margin-bottom: 25px;
}

.quotation-container .quote-row {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    align-items: flex-start;
}

.quotation-container .quote-row h2 {
    color: #551997;
    text-align: left;
    font-size: 64px;
    font-weight: 700;
    margin: 0 0 50px;
}

.quotation-container .quote-row .play-bar {
    max-width: 490px;
    margin-bottom: 30px;
}

.quotation-container .quote-row .play-bar img {
    max-width: 100%;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.quotation header {
    margin-bottom: 51px;
}

.quotation-container .quote-row .col-1 {
    width: 40%;
    max-width: 490px;
}

.quotation-container .quote-row .col-2 {
    width: 60%;
}

.quotation-content {
    background: #f5efff;
    border-radius: 40px;
    padding: 30px 40px 30px 30px;
    display: flex;
    flex-direction: column;
    gap: 34px;
}

.quotation-content h4 {
    margin: 0;
    color: #551997;
    text-align: left;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

.quotation-content p {
    color: #1e1e1e;
    text-align: left;
    font-size: 24px;
    font-weight: 400;
    margin: 0;
}

.quotation-container .quote-row .col-2 .quote-module {
    background: #f5efff;
    border-radius: 40px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    min-height: 478px;
    margin-bottom: 50px;
}

.cs-btn-grid {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    height: auto;
}

.cs-btn-grid a {
    background: #e5d9f2;
    border-radius: 40px;
    padding: 30px 20px 30px 20px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex: 1;
    height: 0;
    text-decoration: none;
}

.cs-btn-grid a span {
    color: #551997;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}

.quotation-container .quote-row .col-2 .quote-module .wrape-quote {
    width: 100%;
    flex: 1;
}

.quotation-container .quote-row .col-2 .quote-module .wrape-quote h3 {
    color: #1e1e1e;
    text-align: left;
    font-size: 36px;
    font-weight: 600;
}

.quote-bars {
    width: 100%;
}

.q-row-1 {
    margin: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.q-row-1 span:first-child {
    color: #1e1e1e;
    text-align: left;
    font-size: 24px;
    font-weight: 600;
    display: block;
}

.q-row-1 span {
    color: #1e1e1e;
    text-align: left;
    font-size: 24px;
    font-weight: 500;
    display: block;
}

.quote-total span {
    display: block;
}

.quote-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.quote-total span {
    color: #1e1e1e;
    text-align: left;
    font-size: 24px;
    font-weight: 600;
}

.quote-total span:nth-child(2) {
    color: #1e1e1e;
    text-align: left;
    font-size: 40px;
    font-weight: 500;
}

@media screen and (max-width: 1023.98px) {
    .quotation-container .quote-row {
        flex-direction: column;
    }

    .quotation-container .quote-row .col-1 {
        width: 100%;
        max-width: 100%;
    }

    .quotation-container .quote-row .col-2 {
        width: 100%;
    }


}


@media screen and (max-width: 767.98px) {
    .cs-btn-grid {
        flex-direction: column;
    }

    .cs-btn-grid a {
        padding: 20px 0;
        width: 100%;
        margin: 8px 0;
    }

    .quotation-container .quote-row h2 {

        text-align: center;

    }

    .quotation-content h4 {
        text-align: center;
    }

    .quotation-content p {
        text-align: center;
    }

    .q-row-1 span:first-child {

        font-size: 18px;

    }

    .q-row-1 span {
        font-size: 18px;
    }

    .quotation-container .quote-row .col-2 .quote-module .wrape-quote h3 {

        font-size: 26px;

    }

    .quotation-container .quote-row .col-2 .quote-module {

        padding: 15px;

    }

    .quote-total {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 20px;
    }

    .quote-total span {
        font-size: 20px;
    }

    .quote-total span:nth-child(2) {

        font-size: 30px;

    }
}