html,body{
    margin: 0;
    padding:0;
    overflow-x: hidden;
}
body{
    font-family: 'Poppins';
}


.nav_head{
    color: #7c3a84;
    font-weight: 600;
    text-align: center;

}

.phrama_head{
    font-size: 20px;
    font-weight: 700;

    color: #7c3a84;
}

.up_button{
    color: white;
    background: #58275b;
    border: none;
    padding: 7px 14px;
    border-radius: 7px;
}


.img_ban {
    width: -webkit-fill-available;

}
a{
    color: none;
    text-decoration: none;
}
.back_img {
    /* background-image: url(img/banner_emg.png); */
    background-size: cover;
    width: -webkit-fill-available;
    /* height: 50pc; */
    /* margin-top: 45px; */
}

@media screen and (min-width: 1200px) {
    .home {
        text-align: center;
        /* border-right: 1px solid white; */
        color: white;
        margin-top: 10px;
        font-weight: bold;
    }


    /* .back_img {
    background-image: url(img/banner_emg.png);
    background-size: cover;
    height: 37pc;
} */
}

@media screen and (max-width: 1200px) {
    .desk_view {
        display: none;
    }
    .img1{
        display: none !important;
    }

    .mob_view {
        display: block !important;
    }
    .enjoy2{
        color: #a75baf;
        font-weight: 700;
        margin-top: 10px !important;
        text-align: center;
    }
    .image_down{
        height: 28pc !important;
    }
    .speaker{
        margin: 10px 0px 0px 0px !important;
        
    }
    .latest{
        color: white;
        font-weight: 700;
        text-align: center;
    }
    .img_span{
        display: flex;
        justify-content: center;
    }
    /* .discovery{
        background: #7d3b85;
        color: white;
        border: none;
        margin-top: 15px;
        padding: 8px 16px;
        border-radius: 20px;
        font-size: 13px;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    } */
    .discovery{

        display: block;
        margin: 0 auto;
        /* width: 200px; */
        /* height: 50px; */
        text-align: center;
    }
    .input_boxes {
        border: none;
        border-bottom: 1px solid;
        width: 90% !important;
    }
    .down-arrow {
        width: 40px !important;
        height: 40px !important;
        border-radius: 50%;
        border: none;
        background: #6a3f6d;
        margin: -100px 4px 0px !important;
        padding: 8px 8px;
    }

}
.speaker{
    margin: 100px 0px 0px 0px;
}

.imgae_f {
    display: flex !important;
    justify-content: space-around !important;
}

.mob_view {
    display: none;
}

.contact_us {
    background: white;
    border: none;
    border-radius: 20px;
    padding: 4px 10px;
    font-size: 13px;
    font-weight: 600;
    margin-top: 10px;
}

.heading {
    margin-top: 50px;
    text-align: center;
    color: #7c3a84;
    font-weight: 700;
}

.enjoy {
    text-align: center;
    color: #a05ca7;
    font-weight: 700;
    margin-top: 35px;
}

.featured {
    text-align: center;
    /* color: #a05ca7; */
    font-weight: 700;
}

/* .contain {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
} */

.item1{
    display: flex;
    justify-content: center;
}

.card-body1 {
    padding: 0px !important;
    height: 250px;
}

.market {
    color: #a05ca7;
    font-weight: 700;
    font-size: 14px;
}

.episode {
    font-size: 11px;
    margin-left: 30px;
    color: #999797;
}

.podcast {
    font-weight: 700;
    font-size: 13px;
}

.explore {
    font-size: 12px;
    background: white;
    background: #9f5ea6;
    color: white;
    border: none;
    padding: 4px 8px;
    border-radius: 14px;
    margin-top: 20px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #9f5ea6 !important;
}

.image_down {
    background-image: url(img/image_banner.png);
}

.image_down {
    background-image: url(img/image_banner.png);
    height: 24pc;
    /* background: no-repeat; */
    background-size: cover;

}

.enjoy2{
    color: #a75baf;
    font-weight: 700;
    margin-top: 70px;
}

.latest{
    color: white;
    font-weight: 700;
}

.discovery{
    background: #7d3b85;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 13px;
}

.input_boxes{
    border: none;
    border-bottom: 1px solid;
    width: 330px;
}
.input_boxes1{
    border: none;
    border-bottom: 1px solid;
    width: 98%;
}
.input_boxes2{
    border: none;
    border-bottom: 1px solid;
    width: 30%;
}

.submit{
    background: #7d3b85;
    color: white;
    border: none;
    padding: 8px 40px;
    border-radius: 20px;
    font-size: 13px;
}

.fieldInput {

    position: relative;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.09);
    border-radius: 35px;
    overflow: hidden;
    background: white;
  }
  .fieldInput .form-submit {
    font-size: 12px;
    color: white;
    position: absolute;
    right: 5px;
    top: 5px;
    /* width: 70px; */
    /* height: 35px; */
    border-radius: 17px;
    border: none;
    background: #a75baf;
    /* box-shadow: 5px -2px 81px 1px rgba(0, 0, 0, 0.09); */
    cursor: pointer;
    padding: 5px 10px;
}
  .fieldInput .form-input:focus {
    outline: none;
  }
  .fieldInput .form-input {
    width: 450px;
    background: white;
    border: none;
    padding: 12px 20px;
    font-size: 9px;
    color: #a75baf;
    /* margin-left: 26px; */
}
  .fieldInput .form-input2:focus {
    outline: none;
  }
  .fieldInput .form-input2 {
    width: 450px;
    background: white;
    border: none;
    padding: 12px 20px;
    font-size: 9px;
    color: #a75baf;
    /* margin-left: 26px; */
}
  .footer {
    font-family: 'Open Sans';
    text-align: center;
    font-size: 12px;
    color: #6A7C92;
  }
  .subscribe-container {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #a75baf;
    padding: 25px 0px;
}
.subscribe-container img,
.subscribe-container span,
.subscribe-container form {
    margin-right: 10px; /* Adjust the spacing between elements */
}

.beside_span{
    margin-right: 60px !important;

    color: white;
    font-weight: 700;
}
.horizontal-line {
    height: 10px;
    background-color: #7c3a84;
}
.our_episodes{
    color: #7c3a84;
    font-weight: 700;
    margin: 45px 0px 40px !important;
    font-size: 28px;
    text-align: center;

}


.card1{
    width: 20rem;
    box-shadow: 9px 7px 8px 3px #c1c1c1;
    margin-bottom: 30px;
}

.home1{
    color: white;
    font-size: 15px;
    margin-left: 16px;
    margin-bottom:0 ;
}
.contact_us1{
    margin-left: 16px;
    font-size: 11px;
    background: white;
    border: none;
    border-radius: 20px;
    padding: 4px 10px;
    font-weight: 600;
    margin-top: 5px;
}

.owl-theme .owl-nav {
    margin-top: 40px;
}

.background1{
    background-image: url(img/background1.png);
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 40px;
}

.beside_span1{
    color: white;
    font-weight: 700;
}

.subscribe-container1{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #a75baf;
    padding: 10px 0px;
}

.down-arrow{
    width: 50px; 
        height: 50px;
        border-radius: 50%;
        border: none;
        background: #6a3f6d;
        margin: -100px 10px 0px;
        padding: 8px 8px;
}
.custom-model-main {
    text-align: center;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; /* z-index: 1050; */
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear, z-index 0.15;
    -o-transition: opacity 0.15s linear, z-index 0.15;
    transition: opacity 0.15s linear, z-index 0.15;
    z-index: -1;
    overflow-x: hidden;
    overflow-y: auto;
  }
  
  .model-open {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
  }
  .custom-model-inner {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    display: inline-block;
    vertical-align: middle;
    width: 600px;
    margin: 30px auto;
    max-width: 97%;
  }
  .custom-model-wrap {
    display: block;
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
    text-align: left;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: calc(100vh - 70px);
      overflow-y: auto;
  }
  .model-open .custom-model-inner {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    z-index: 999;
  }
  .model-open .bg-overlay {
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
  }
  .bg-overlay {
    background: rgba(0, 0, 0, 0);
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    transition: background 0.15s linear;
  }
  .close-btn {
    position: absolute;
    right: 0;
    top: -30px;
    cursor: pointer;
    z-index: 99;
    font-size: 30px;
    color: #fff;
  }
  
  @media screen and (min-width:800px){
      .custom-model-main:before {
        content: "";
        display: inline-block;
        height: auto;
        vertical-align: middle;
        margin-right: -0px;
        height: 100%;
      }
  }
  @media screen and (max-width:799px){
    .custom-model-inner{margin-top: 45px;}
  }
.input_boxes:focus {
    outline: none; 
    border-bottom: 2px solid; 
}
.icons_music{
    width: 50px;
    margin: 15px -3px;
    transition: transform 0.3s ease;
}
.icons_music1{
    width: 50px;
    margin: 15px -9px;
    transition: transform 0.3s ease;
}
.icons_music2{
    width: 132px;
    margin: 15px 0px;
    transition: transform 0.3s ease;
}
.icons_music:hover {
    transform: scale(1.3); 
}
.icons_music1:hover {
    transform: scale(1.3); 
}

.line {
    border-right: 3px solid white;
    height: 140px;
    margin-right: 33px;
}

.line_2 {
    border-right: 3px solid white;
    height: 140px;
    margin-right: 33px;
    margin-top: 130px;
}

.icons1 {
    margin-right: 23px;
    color: white;
}

.data {
    margin-top: 95px;
    margin-left: -49px;
}

/* Additional CSS styles can go here */

.img1 {
    display: flex;
}

p.freee_get{
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    color: #7d3b85;
}



.input_data {
    padding: 6px 0px;
    width: 100%;
    /* border-radius: 10px; */
    /* border-bottom: 2px solid silver; */
    border: none;
    border-bottom: 1px solid;
    font-size: 13px;
}
.input_data:focus {
    outline: none;
    border-bottom: 1px solid;
}

.img_up {
    background-image: url("img/image22.png") !important;
    background-size: cover; 
    background-repeat: no-repeat; 
    height: 250px;
}
.img_content{
    margin-left: 90px;
    display: flex;
    margin-top: 35px;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
}
/* new code start here */
.text_data{
    font-size: 46px;
    font-weight: bold;
    margin-top: 45px;
}
.but_data1{
    border: 0px;
    /* background-color: #6A7C92; */
    padding: 10px;
    color: #6a3f6d;
    background: white;
    border-radius: 24px;
    padding: 6px 0px;
    /* padding: 15px 22px 15px 22px; */
    width: 100%;
    font-weight: bold;
    font-size: 18px;
}
.time_part{
    font-size: 15px;
    color: #6a3f6d;

}
.ep_data{
    font-size: 19px;
    color: #6a3f6d;
    font-weight: bold;
}
.name_color{
    color: #6a3f6d;
    font-weight: bold;
    font-size: 22px;

}
.fa-brands.fa-linkedin{
    font-size: 30px;
    color: #6a3f6d;
}
.intro_part{
    background-image: url(img/back_img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.bio_data{
    display: grid;
    align-content: center;
    /* font-weight: bold; */
    /* color: #6a3f6d; */
}
.now_more{
    border: 0px;
    border-radius: 10px;
    background-color:#6a3f6d;
    padding: 10px;
    font-weight: bold;
    color: white;
}
.email{
    font-size: 120px;
    color: white;
}
.email_icon{
    background:#59285c;
    width: fit-content;
    padding: 25px;
    border-radius: 100px;
}
.inp_data{
    width: 40%;
    padding: 13px;
    border-radius: 15px;
    border: 1px solid silver;
}
.sub_btn{
    border: 0px;
    padding: 10px 30px 10px 30px;
    background: #59285c;
    border-radius: 10px;
    color: white;
    font-weight: bold;
}
.main_part{
    /* height: 100%;
    width: -webkit-fill-available;
    border-radius: 100px;
    padding: 35px; */
    width: -webkit-fill-available;
    border-radius: 100px !important;
    padding: 25px;
}
.inpu_data{
    font-size: 17px;
    padding: 10px;
}
@media (max-width:600px)  {
   .inp_data{
    width: 80% !important;
   }
   .main_part{
    height: 100%;
    width: -webkit-fill-available;
    border-radius: 100px !important;
    /* padding: 35px; */
    text-align: center;
   }
 

}


@media (max-width:1100px)  {
    .owl-carousel .owl-nav button.owl-prev span {
  
        left: 0px !important;
    }
    .sound-wave{
      
        gap:10px !important;
        
      }

}


/* end */


.main-content .owl-theme .custom-nav {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
}

/* .main-content .owl-theme .custom-nav .owl-prev {
    left: 0px;
    background: #034ea1;
    border-radius: 100%;
    width: 36px;
    height: 36px;
    font-size: 24px !important;
    margin-top: -24px;
} */




.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: white !important;
    display: inline-block;
    /* cursor: pointer; */
    border-radius: 3px;
}
.owl-carousel .owl-nav button.owl-next span {
    font-size: 20px;
    background-color: #7c3a84;
    padding: 0px 12px 5px 12px;
    border-radius: 50%;
    color: white;
    position: absolute;
    height: 40px;
    width: 40px;
    top: 15pc;
    right: -5px;
}
/* .owl-carousel .owl-nav button.owl-prev span {
    font-size: 21px;
    background-color: #7c3a84;
    padding: 0px 12px 5px 12px;
    border-radius: 50%;
    color: white;
    left: 5px;
    z-index: 1;
    display: flex;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 15pc;
} */

.owl-carousel .owl-nav button.owl-prev span{
    font-size: 20px;
    background-color: #7c3a84;
    padding: 0px 12px 5px 12px;
    border-radius: 50%;
    color: white;
    position: absolute;
    height: 40px;
    width: 40px;
    top: 15pc;
    left: -95px;

}
.card-img-top{
    width: -webkit-fill-available;
    height: 300px;
}
/* audio track code */
*{
    padding:0;
    margin:0;
    }
    .demo_con{
    /* background:#0A2647; */
    /* height:100vh; */
      /* display:flex; */
      justify-content:center;
      align-items:center;
      
    }
    @keyframes audio-wave {
      0%{
        height: 10px;
        trnsform: translateY(0px);
        background:salmon;
      }
      25%{
        height: 40px;
        trnsform: translateY(-5px);
        scale:(1.7);
        background:seagreen;
      }
      50%{
        height: 10px;
        trnsform: translateY(0px);
        scale:(1.7);
        background:sandybrown;
      }
      100%{
        height: 10px;
        trnsform: translateY(0px);
        scale:(1.7);
        background:palevioletred;
      }
    }
    
    .sound-wave{
      display:flex;
      justify-content: center;
      align-items:center;
      gap:19px;
      height:90px
    }
    .sound-wave span{
      height:18px;
      width:10px;
      display:block;
      border-radius:8px;
      background:#59285c;
      animation:audio-wave 2.2s infinite ease-in-out
      
    }
    .sound-wave span:nth-child(2) {
      left:11px;
      background:#59285c;
      animation-delay:0.2s
    }
    .sound-wave span:nth-child(3){
      left:22px;
      animation-delay:0.4s
    }
    .sound-wave span:nth-child(4){
      left:33px;
      animation-delay:0.6s
    }
    .sound-wave span:nth-child(5){
      left:44px;
      animation-delay:0.8s
    }
    .sound-wave span:nth-child(6){
      left:55px;
      animation-delay:1s
    }

    .audio_track{
        font-size: 32px;
        display: grid;
        align-content: center;
        color: #59285c;
    }


   

    .wrapper {
        /* margin: 20px auto; */
        width: 600px;
        /* text-align: center;
        display: flex; */
        justify-content: space-between;
    
      }
      .only_phone{
        margin-top: -25px !important;
      }
      
      .input1 {
        width: 300px;
        height: 50px;
        padding: 0 0 0 50px;
        border-bottom: 1px solid #ccc !important;
        border: none;
        font-size: 14px;
      }
      
      input:focus {
        outline: none;
      }
      
      .input-group {
        flex: 1;
        margin: 0 5px;
        position: relative;
        display: table;
      }
      
      .input-group .fa {
        position: absolute;
        margin: 20px;
      }
      
      .fa-user:before {
        content: "\f007";
        color: #d6d7d8;
      }
      
      .fa-envelope:before {
        content: "\f0e0";
        color: #d6d7d8;
    }
      .fa-phone:before {
        content: "\f0e0";
        color: #d6d7d8;
    }
      .fa-info-circle:before {
        content: "\f0e0";
        color: #d6d7d8;
    }
    .fa-send-o:before, .fa-paper-plane-o:before {
        content: "\f1d9";
        color: white;
        /* background: #59285c; */
    }

    .get_in_touch{
        background: #b86fc1;
    color: white;
    border: none;
    padding: 8px 6px;
    }


    @media only screen and (min-width: 760px){
        .wrapper {
            /* margin: 5px auto; */
            width: 600px;
            text-align: center;
            display: flex;
            justify-content: space-between;
        }
        .only_phone{
            margin-top: 0px;
          }
          
    }
    .check_box{
        margin-top: 11px;
    }
    .fa-linkedin:before {
        content: "\f0e1";
        border: 2px solid #6a3f6d;
        padding: 4px 5px;
        font-size: 14px;
        border-radius: 3px;
    }

    .TrailerWidget_singleGridContainer__ze_JU .TrailerWidget_metadataWrapper__GLU_U a[href] {
        display: inline;
        display: initial;
        white-space: nowrap;
        overflow-x: hidden;
        text-overflow: ellipsis;
        color: #7d3789 !important;
    }

    .AddToLibrary_addToLibraryButtonText__g0IHy {
        white-space: nowrap;
        overflow-x: hidden;
        text-overflow: ellipsis;
        -webkit-margin-start: 4px;
        margin-inline-start: 4px;
        font-family: CircularSp,CircularSp-Arab,CircularSp-Hebr,CircularSp-Cyrl,CircularSp-Grek,CircularSp-Deva,var(--fallback-fonts,sans-serif);
        font-style: normal;
        font-weight: 450;
        font-size: .875rem;
        color: #773a81;
    }
    .haNxPq {
        fill: currentcolor;
        color: #773a81;
    }
    .Tags_tagList__Hhh1H.Tags_condensedTags__4SZD_>* {
        -webkit-margin-end: 4px;
        margin-inline-end: 4px;
        color: #773a81;
    }

    .input_class{
        padding: 0px 17px 0px 0px;
        border: none;
        border-bottom: 1px solid;
        margin: 10px 0px;
        width: 100%;
        background: unset;
    }

    #thankyou{
        font-size: 25px;
        font-weight: 600;
    }
    /* new code here media*/
@media (max-width:1024px) {
    .music_icon{
        justify-content: center !important;

    }
}
/* here new code for about part */
 .img_part2{
    width: -webkit-fill-available;
 }
 .mam_part{
    display: grid;
    align-content: center;
 }
 .butn_data{
    padding: 8px 15px 8px 15px;
    border: 0px;
    border-radius: 8px;
    background-color: #58275b;
    color: white;

 }
 .Know_more{
    color: white;
    background: #58275b;
    border: none;
    padding: 7px 14px;
    border-radius: 7px;
    width: fit-content;
}
#more {display: none;}
/* end of about */
