:root {
    --white: #fff;
    --black: #000;
    --primary: #6c00bc;
}

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

body {
    font-size: 16px;
    font-weight: 400;
    position: relative;
    font-family: "Poppins", sans-serif;
}

html {
    position: relative;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

:focus {
    outline: none;
}

input[type="submit"],
button {
    -webkit-appearance: none;
}

input::placeholder,
textarea::placeholder {
    color: #303030;
    opacity: .8;
}

select {
    word-wrap: normal;
}

::-webkit-input-placeholder {
    color: #303030;
}

:-moz-placeholder {
    color: #303030;
}

::-moz-placeholder {
    color: #303030;
}

ul {
    list-style: none;
}

.clr {
    clear: both;
    float: none;
    display: block;
}

.clr:after,
.afclr:after {
    clear: both;
    float: none;
    display: block;
    content: "";
}

.wrapper {
    width: 100%;
    max-width: 1280px;
    padding: 0 20px;
    margin: 0 auto;
}

a {
    text-decoration: none;
    color: var(--primary);
}

.header-sec {
    background: #000;
    padding: 10px 0 8px 0;
}

.header-logo {
    width: 400px;
    margin: 0 auto;
}

.banner-bg img {
    width: 100%;
    max-width: none;
}

.banner-bg {
    position: relative;
}

.banner-bg::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #00000061;
}

.about-sec {
    padding: 120px 0 100px 0;
}

.about-inn {
    display: flex;
    gap: 50px;
    align-items: center;
}

.about-left {
    width: 50%;
}

.about-right {
    width: 50%;
}

.about-content p {
    font-size: 26px;
    font-style: italic;
    font-weight: 500;
    line-height: 1.5em;
}

.about-list-box {
    box-shadow: 2.65px 4.24px 53.58px 3.42px rgba(86, 86, 86, 0.22);
    padding: 70px 48px;
    background-color: #f7f8fa;
}

.about-list-box ul {
    list-style: disc;
    font-size: 36px;
    color: var(--primary);
    margin-bottom: 20px;
    padding-left: 32px;
    font-weight: 600;
}

.about-list-box ul li {
    margin-bottom: 5px;
}

.about-list-box p {
    text-transform: uppercase;
    font-size: 36px;
    color: var(--primary);
    font-weight: 600;
}

.free-download-inn {
    padding: 90px 0 60px 0;
    background: url('../images/free-download-bg-img.jpg') no-repeat;
    background-position: center;
    background-size: cover;
}

.free-download-inn h2 {
    font-size: 64px;
    text-align: center;
    color: var(--white);
    line-height: 1em;
    text-transform: uppercase;
}

.audio-inn {
    display: flex;
    gap: 40px;
}

.audio-left {
    width: 50%;
    height: 100%;
}

.audio-right {
    width: 50%;
    height: 100%;
    position: relative;
}

.audio-sec {
    padding: 100px 0 120px;
    overflow: hidden;
}

.audio-list-box {
    background-color: rgb(247, 248, 250);
    box-shadow: 2.65px 4.24px 53.58px 3.42px rgba(86, 86, 86, 0.22);
    padding: 35px 40px 45px;
    width: calc(100% + 40px);
    position: relative;
    left: -40px;
}

.audio-list-title h2 {
    font-size: 24px;
    text-transform: uppercase;
}

.audio-list-title {
    margin-bottom: 20px;
}

.audio-list-item {
    display: flex;
    align-items: center;

}

.audio-list-item {
    border-bottom: 1px solid rgb(155, 155, 155);
}

.audio-list .audio-list-item:last-child {
    border: none;
}

.audio-list-item-col {
    padding: 26px 15px 26px 0;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    transition: .3s all ease;
    -webkit-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -o-transition: .3s all ease;
}

.audio-list-item-col._1 {
    width: 20%;
    position: relative;
    padding-left: 2px;
}

.audio-list-item-col._2 {
    width: 80%;
}

.audio-list-item-col._3 {
    width: 20%;
    padding-right: 0;
    text-align: right;
}

.audio-list-item:hover .audio-list-item-col {
    color: var(--primary);
}

.audio-list-item:hover .play-icon{
    display: inline-block;
}

.controller-icon {
    display: inline-block;
    width: 36px;
    height: 36px;
    display: none;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #f7f8fa;
}

.controller-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.list-count{
    opacity: 0;
}
.play-icon{
    display: inline-block;
    z-index: 1;
}
.paused-icon{
    z-index: 2;
}

.audio-list-item.playing .play-icon{
    display: inline-block;
}
.audio-list-item.paused .paused-icon{
    display: inline-block;
}

.audio-list-item.active .list-count {
    display: none;
}

.audio-list-item.active .audio-list-item-col {
    color: var(--primary);
}



.audio-right::after {
    content: '';
    background-color: #6c00bc;
    position: absolute;
    top: 12px;
    bottom: 12px;
    left: 0;
    height: calc(100% - 24px);
    width: 10000px;
    z-index: 1;
    background: url('../images/audio-mic-img.webp') no-repeat;
    background-position: left center;
    background-size: contain;
}


.site_button {
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
    min-width: 170px;
    text-align: center;
    color: var(--white);
    padding: 16px 20px 16px;
    background-color: var(--primary);
    border: 1px solid var(--primary);
    transition: all 0.3s ease;
    display: inline-block;
    border-radius: 0;
    text-transform: uppercase;
    cursor: pointer;
}

.site_button:hover {
    color: var(--primary);
    background-color: var(--white);
}

/* form sec  */

.form_h_sec {
    overflow: hidden;
    position: relative;
    padding: 150px 0;
}

.form_h_back_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: var(--black);
}

.form_h_back_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    object-position: right 54%;
    opacity: 0.94;
}

.form_h_inner {
    display: flex;
    gap: 75px;
    position: relative;
    align-items: center;
}

.form_h_left {
    width: 50%;
}

.form_h_left_inner {
    background: var(--white);
    padding: 20px 35px;
}

.form_h_left_inner p {
    font-size: 27px;
    font-weight: 600;
    line-height: 1.6;
    color: var(--black);
}

.form_h_right {
    width: 50%;
}


.form_h_title h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--white);
    margin-bottom: 25px;
    text-transform: uppercase;
}


.form_box {
    display: flex;
    gap: 15px;
}

.form_half {
    width: 50%;
    margin-bottom: 15px;
}

.form_full {
    width: 100%;
    margin-bottom: 15px;
}

.form_box input[type="text"],
.form_box input[type="email"],
.form_box textarea {
    width: 100%;
    border: 1px solid #fff;
    padding: 10px 17px;
    color: var(--gray);
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    font-family: "Poppins", sans-serif;
    background-color: var(--white);
}

.form_box textarea {
    resize: none;
}

.form_box input[type="text"]::placeholder,
.form_box input[type="email"]::placeholder,
.form_box textarea::placeholder {
    color: inherit;
    font-weight: inherit;
    line-height: inherit;
    font-size: inherit;
}

.form_btn {
    margin-top: 15px;
}
.form_btn_inn{
    position: relative;
}
.parsley-errors-list{
    color: #d30000;
    font-size: 15px;
}

.loader {
    opacity: 0;
    width: 40px;
    height: 40px;
    border: 3px solid #FFF;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    transition: .3s all ease;
    -webkit-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -o-transition: .3s all ease;
}

.loader::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 3px solid;
    border-color: var(--primary) transparent;
}
.form_loader{
    position: absolute;
    top: -7px;
    right: -60px;
}
.form_loader.active{
    opacity: 1;
}
.formResponse>div {
    margin-top: 25px;
    border: 1px solid currentColor;
    padding: 2px 12px;
    background-color: var(--white);
}
.formResponse .success{
    color: green;
}
.formResponse .error{
    color: red;
}

.swal2-confirm{
    background-color: var(--primary) !important;
}


@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.form_btn input[type=submit]:disabled{
    opacity: .5;
    cursor: not-allowed;
}

.audio__list__sec{
    height: 100%;
    max-height: 400px;
    overflow-y: scroll;
    padding-right: 30px;
}

.audio__list__sec::-webkit-scrollbar {
  width: 6px;
}
.audio__list__sec::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(106, 0, 188, 0.3);
    background-color: #6c00bc47;
    border-radius: 10px;
}

.audio__list__sec::-webkit-scrollbar-thumb {
    background-color: #6c00bc;
    border-radius: 10px;
}

.audio-list-item.paused.active .controller-icon.play-icon{
    display: inline-block;
}
.audio-list-item.paused.active .controller-icon.paused-icon{
    display: none;
}
.audio-list-item.playing.active .controller-icon.paused-icon{
    display: inline-block;
}
.audio-list-item.playing.active .controller-icon.play-icon{
    display: none;
}



@media screen and (max-width: 1380px) {
    .header-logo {
        width: 350px;
    }

    .about-list-box ul {
        font-size: 32px;
        padding-left: 30px;
    }

    .about-list-box p {
        font-size: 32px;
    }

    .free-download-inn h2 {
        font-size: 58px;
    }

    .audio-list-box {
        width: 100%;
        left: 0;
    }
}

@media screen and (max-width: 1280px) {
    .header-logo {
        width: 300px;
    }

    .about-sec {
        padding: 100px 0;
    }

    .about-list-box p {
        font-size: 24px;
    }

    .about-list-box ul {
        font-size: 24px;
        padding-left: 24px;

    }

    .about-list-box ul li {
        margin-bottom: 10px;
    }

    .about-content p {
        font-size: 22px;
    }

    .free-download-inn {
        padding: 70px 0 65px 0;
    }

    .free-download-inn h2 {
        font-size: 52px;
    }

    .form_h_left_inner p {
        font-size: 22px;
    }

}

@media screen and (max-width: 1024px) {
    .form_h_inner {
        gap: 40px;
    }


    .form_h_sec {
        padding: 80px 0;
    }
}

@media screen and (max-width: 992px) {
    .form_h_left_inner p {
        font-size: 20px;
    }

    .site_button {
        min-width: 140px;
        padding: 12px 20px;
    }

    .form_box {
        flex-wrap: wrap;
        gap: 0;
    }

    .form_half {
        width: 100%;
    }

    .header-logo {
        width: 250px;
    }

    .about-sec {
        padding: 80px 0;
    }

    .about-content p {
        font-size: 20px;
    }

    .about-list-box ul {
        font-size: 20px;
        padding-left: 22px;
    }

    .about-list-box p {
        font-size: 20px;
    }

    .about-list-box {
        padding: 55px 30px;
    }

    .free-download-inn h2 {
        font-size: 46px;
    }


    .audio-inn {
        gap: 30px;
    }

    .audio-list-item-col {
        padding: 20px 15px 20px 0;
    }

    .audio-list-box {
        padding: 40px 24px;
    }

}

@media screen and (max-width: 767px) {
    .form_box {
        flex-wrap: nowrap;
        gap: 15px;
    }

    .form_half {
        width: 50%;
    }

    .form_h_inner {
        flex-wrap: wrap;
    }

    .form_h_left {
        width: 100%;
    }

    .form_h_right {
        width: 100%;
    }

    .form_h_sec {
        padding: 70px 0;
    }

    .form_h_back_img img {
        opacity: 0.8;
    }

    .form_h_left_inner p {
        line-height: 1.4;
    }

    .header-logo {
        width: 200px;
    }

    .about-inn {
        flex-direction: column;
    }

    .about-left {
        width: 100%;
    }

    .about-right {
        width: 100%;
    }

    .about-sec {
        padding: 70px 0 80px;
    }

    .free-download-inn h2 {
        font-size: 32px;
    }

    .free-download-sec {
        overflow: hidden;
    }

    .free-download-inn {
        padding: 60px 0 52px 0;
        width: calc(100% + 40px);
        position: relative;
        left: -20px;
    }

    .audio-sec {
        padding: 80px 0 80px;
    }

    .audio-inn {
        flex-direction: column;
        gap: 80px;
    }

    .audio-left {
        width: 100%;
    }

    .audio-right {
        width: 100%;
    }

    .audio-right {
        width: calc(100% + 40px);
        height: 318px;
        position: relative;
        left: -20px;
    }

    .audio-right::after {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        background-size: cover;
    }

    .banner-bg {
        overflow: hidden;
    }

    .banner-bg img {
        width: 130%;
        position: relative;
        left: -23%;
    }

}

@media screen and (max-width: 479px) {
    .form_box {
        flex-wrap: wrap;
        gap: 0;
    }

    .form_half {
        width: 100%;
        margin-bottom: 10px;
    }

    .form_full {
        margin-bottom: 10px;
    }

    .form_h_title h2 {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .form_btn {
        margin-top: 10px;
    }


    .header-sec {
        padding: 12px 0 14px 0;
    }
    .audio-list-box {
        padding: 25px 12px 30px;
    }
    .audio-list-item-col {
        padding: 20px 10px;
        font-size: 15px;
    }    
    .audio__list__sec{padding-right: 15px;}
}