html,
body{
    scroll-behavior: initial !important;
}

div, ul, li, p, form, h5, h6, h4, h3, h2, h1, p {  margin: 0; padding: 0;}

a{
    text-decoration: none;
    transition: .4s all;
}

body{
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
    position: relative;
    min-height: 100vh;    
    font-family: 'futurabook';
}

html{
    overflow-x: hidden;
}

li{
    list-style: none;
}

figure{
    margin: 0 ;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
}


@font-face {
    font-family: 'futurabook';
    src: url('../fonts/futura_book_font-webfont.woff2') format('woff2'),
         url('../fonts/futura_book_font-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'futuramedium';
    src: url('../fonts/futura_medium_bt-webfont.woff2') format('woff2'),
         url('../fonts/futura_medium_bt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'futuramedium';
    src: url('../fonts/futura_medium_bt-webfont.woff2') format('woff2'),
         url('../fonts/futura_medium_bt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'futurabold';
    src: url('../fonts/futura_bold_font-webfont.woff2') format('woff2'),
         url('../fonts/futura_bold_font-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'futuraextra_black';
    src: url('../fonts/futura_extra_black_font-webfont.woff2') format('woff2'),
         url('../fonts/futura_extra_black_font-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'futuraheavy';
    src: url('../fonts/futura_heavy_font-webfont.woff2') format('woff2'),
         url('../fonts/futura_heavy_font-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gilroy-bolduploaded_file';
    src: url('../fonts/gilroy-bold-webfont.woff2') format('woff2'),
         url('../fonts/gilroy-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'gilroy-mediumuploaded_file';
    src: url('../fonts/gilroy-medium-webfont.woff2') format('woff2'),
         url('../fonts/gilroy-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


.contnr-new {
    width: 100%;
    max-width: 1670px;
}

.new-container{
    width: 100%;
    max-width: 1670px;
}

section{
    position: relative;
}

.compensate-for-scrollbar {
    margin-right: 0 !important;
}

.container{
    
}



/* ========================== */



.login-section{
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
}

.login-form{
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}

.login-form:last-child{
    margin-bottom: 0;
}

.login-form label{
    font-size: 25px;
    color: white;
    flex: 0 1 auto;
}

.login-form input {
    margin-left: 8px;
    flex: 1;
    background: transparent;
    height: 45px;
    border: none;
    border-bottom: 2px solid white;
    border-radius: 0;
    color: #ff7601;
    font-size: 20px;
    transition: 0.3s all;
}

.studio-login{
    max-width: 650px;
    margin: 0 auto;
}

.login-wrapper{
    margin-bottom: 80px;
}

.login-form .form-control:focus{
    background: transparent;
    box-shadow: none;
    color: #f27001;
    border-color: #ff7601;
}

.book-btn{
    height: 50px;
    line-height: 46px;
    border: 2px solid white;
    /* padding: 0 30px; */
    font-size: 25px;
    color: white;
    display: table;
    margin: 0 auto;
    letter-spacing: 1.2px;
    font-family: 'futuramedium';
    background: transparent;
    position: relative;
    width: 218px;
    z-index: 1;
    transition-property: width;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    text-align: center;
}

.submit-btn:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #f27001;
    height: 50%;
    width: 0;
    transition: 0.5s all;
}

.submit-btn:before{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background: #f27001;
    height: 50%;
    width: 0;
    transition: 0.5s all;
}

.submit-btn:focus:after,
.submit-btn:hover:after{
    right: 0;
    left: auto;
    width: 100%;
}

.submit-btn:focus::before,
.submit-btn:hover:before{
    left: 0;
    right: auto;
    width: 100%;
}


.submit-btn{
    position: relative;
    max-width: 218px;
    margin: 0 auto;
    color: white;
    cursor: auto;
}

.studio-logo{
    text-align: center;
    margin-bottom: 80px;
}



.login-section:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
}

.collab-section{
    padding: 50px 0;
}

.collab-tab{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.collab-tab h2{
    font-size: 50px;
    font-family: 'futurabold';
    letter-spacing: 1px;
}



.new-colb-bttn{
    max-width: initial;
    border: 2px solid #000;
    margin: 0;
}

.new-colb-bttn input{
    width: auto;
    color: #000;
    border: none;
    transition: 0.5s all;
    padding: 0 30px;
    border: 1px solid white;
}

.new-colb-bttn:before,
.new-colb-bttn:after{
    background: #000;
}

.new-colb-bttn input:hover{
    color: #fff;
}

.testimonial h2{
    font-size: 50px;
    position: relative;
    color: white;
    display: table;
    background: black;
    z-index: 2;
    padding-right: 10px;
    padding-left: 130px;
    font-family: 'futurabold';
    letter-spacing: 1px;
}

.testimonial-section{
    padding: 70px 0;
    background: #000;
}

.testimonial::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 22px;
    height: 2px;
    width: 0;
    background-color: white;
    transition: all 2s ease-in-out;
}

.active_animation .testimonial::after{
    width: 100%;
}

.testimonial{
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.testimonial-para p {
    font-size: 17px;
    line-height: 27px;
    color: #fff;
    font-family: 'futuramedium';
    max-width: 600px;
    margin-left: auto;
    margin-bottom: 25px;
}

.testimonial-para p:last-child{
    margin-bottom: 0;
}

.gallery-section{
    padding: 60px 0;
}

.galry-hding{
    font-size: 50px;
    position: relative;
    color: black;
    text-align: center;
    font-family: 'futurabold';
    letter-spacing: 1px;
    margin-bottom: 45px;
}

.gallery-info h4{    
    font-size: 28px;
    padding: 0 30px;
    height: 45px;
    line-height: 45px;
    border: 2px solid;
    display: table;
    margin: 0 auto 40px;

}

.gallery-info-fig{
    margin-bottom: 30px;
    position: relative;    
}

.gallery-info{
    margin-bottom: 40px;
}

.gallery-info:last-child {
    margin-bottom: 0px;
}

.see-all{
    display: table;
    color: black;
    font-size: 15px;
    text-align: right;
    margin-left: auto;
}

.see-all:hover{
    color: #00000096;
}

.gallery-info-fig figure img{
    width: 100%;
    filter: grayscale(100%);
}

.video-info .gallery-info-fig figure img{
    filter: grayscale(0);
}

.gallery-info-fig:hover figure img{
    filter: grayscale(0);
}

.vido-btn{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: 0.4s all;
}

.ply{
    font-size: 60px;
    color: white;
}

.gallery-info-fig:hover .vido-btn{
    opacity: 1;
}

.footer{
    padding: 70px 0 150px;
    background: #000;
}

.conct-us h2{
    max-width: 100px;
    padding-left: 0;
}

.icon-info{
    position: absolute;
    bottom: 40px;
    right: 0;
    display: flex;
    align-items: center;
    gap: 25px;
}

.icon-info figure{
    width: 40px;
    height: 40px;
    transition: 0.4s all;
}

.icon-info figure:hover {
    opacity: 0.8;
}

.icon-info figure img{
    width: 100%;
}

.contact-wrapper ul{
    max-width: 500px;
    margin: 0 auto;
}

.contact-wrapper ul li{
    font-size: 22px;
    color: white;
    margin-bottom: 16px;
    position: relative;
    padding-left: 50px;
}

.contact-wrapper ul li:last-child{
    margin-bottom: 0;
}

.contact-wrapper ul li i{
    font-size: 22px;
    color: white;    
    margin-right: 25px;
    position: absolute;
    top: 5px;
    left: 0;
}

.contact-wrapper ul li a{
    color: white;
}

.contact-wrapper ul li a:hover{
    color: #f67201;
}

.contact-wrapper{
    margin-bottom: 80px;
}

.contact-about h2{
    font-size: 50px;
    position: relative;
    color: white;
    display: table;
    margin: 0 auto;
    background: black;
    font-family: 'futurabold';
    letter-spacing: 1px;
    margin-bottom: 6px;
}

.contact-about textarea{    
    height: 60px;
    width: 40%;
    display: inline-block;
    margin: 0 auto;
    background: black;
    border: 1px solid white;
    color: white;
    font-size: 21px;
    margin-bottom: 55px;    
    padding: 6px 12px;
    color: #f27001;

}

.contact-about textarea:focus-visible{
    border-radius: 0;
    outline: none;
}

.contact-about textarea:focus {
    box-shadow: none;
    color: #f27001;
    border-color: #ff7601;
}

.footer .submit-btn, header .submit-btn{
    background: white;
    margin-right: 0;
}

.contact-about{
    text-align: center;
}

.footer .book-btn, .header .book-btn{
    color: black;
}

.footer .book-btn:hover{
    color: white;
}

.header{
    background: black;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    z-index: 9;
    padding: 26px 70px;
}

.header figure{
    width: 210px;
}

.header figure img{
    width: 100%;
}

.header-right{
    display: flex;
    align-items: center;
    gap: 40px;
    position: relative;
    z-index: 99;
}

.header .submit-btn:before,
.header .submit-btn:after{
    background: black;
}

header .submit-btn:hover .book-btn{
    color: white;
}

.bars{
    color: white;
    font-size: 30px;
}

.bars:hover{
    opacity: 0.7;
    color: white;
}

.right-bar{
    cursor: pointer;
}

.right-bar span{
    display: block;
    height: 2px;
    width: 35px;
    background: white;
    margin-bottom: 9px;
    transition: 0.4s all;
}

.right-bar span:last-child{
    margin-bottom: 0;
}

.right-bar span:nth-child(2){
    width: 25px;
    margin-left: auto;
}

.right-bar:hover span{
    background: #f67201;
}

.concert-section{
    padding: 90px 0 40px;
    background: #000;
    overflow: hidden;
}

.concert-info{
    margin-bottom: 20px;
}

.concrt-header ,.concert-info h2{
    font-size: 70px;
    color: #fff;
    margin-bottom: 4px;
    font-family: 'futuraheavy';
    max-width: 350px;
    line-height: 63px;
    margin-bottom: 22px;
}

.concert-info p{
    font-size: 17px;
    color: #9f9f9f;
    max-width: 790px;
    font-family: 'gilroy-mediumuploaded_file';
}

.bannerSlide .owl-dots, .bannerSlide-scnd .owl-dots, .bannerSlide-third .owl-dots{
    position: absolute;
    bottom: 0;
    left: 270px;
}

.bannerSlide-scnd .owl-dots{
    left: auto;
    right: 330px;
}

.bannerSlide button.owl-dot, .bannerSlide-scnd button.owl-dot, .bannerSlide-third button.owl-dot{
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background: #ffffff80;
    margin: 0 5px;
    transition: 0.4s all;
}

.bannerSlide button.owl-dot.active, .bannerSlide-scnd button.owl-dot.active, .bannerSlide-third button.owl-dot.active{
    background: #f67201b5;
}

.song-track{
    color: white;
    display: table;
    position: relative;
    padding-left: 30px;
    padding-bottom: 8px;
    margin-left: 20px;
}

.track-icon{
    position: absolute;
    top: 6px;
    left: 0;
}

.track-name h4{
    font-size: 20px;
    font-family: 'gilroy-bolduploaded_file';
}

.track-name h5{
    font-size: 16px;
    font-family: 'gilroy-mediumuploaded_file';
}

.track-icon i{
    font-size: 23px;
}

.song-track:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: white;
    display: none;
}

.absout-figure{
    position: absolute;
    bottom: -360px;
    right: 0px;
}

.absout-figure figure{
    max-width: 380px;
}

.absout-figure figure img{
    width: 100%;
    position: relative;
    z-index: 1;
}

.circle-spn{
    height: 400px;
    width: 400px;
    border-radius: 50%;
    background: #ff7601;
    display: inline-block;
    position: absolute;
    left: -10px;
    bottom: 260px;
}

.video-production{
    padding: 80px 0 185px;
    background: #000;
    overflow: hidden;
}

.video-production .concrt-header{
    max-width: 350px;
    margin-left: auto;
    text-align: right;
    line-height: 63px;
    margin-bottom: 22px;
}

.video-production .concert-info p{
    margin-left: auto;
}

.video-img{
    display: table;
    margin-left: auto;
}

.video-img figure{
    width: 140px;
}

.video-img figure img{
    width: 100%;
}

.video-img p{
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 4px;
    text-align: center;
    font-family: 'gilroy-bolduploaded_file';
}

.video-img p a{
    color: #ff7601;
}

.video-img p a:hover{
    opacity: 0.7;
}

.absout-figure-scnd{
    position: absolute;
}

.absout-figure-scnd figure{
    width: 320px;
    top: -228px;
    left: 0;
    position: absolute;
}

.absout-figure-scnd figure img{
    width: 100%;
    position: relative;
    z-index: 1;
}

.absout-figure-scnd .circle-spn{
    height: 460px;
    width: 460px;
    border-radius: 50%;
    background: #ff7601;
    display: inline-block;
    position: absolute;
    left: -140px;
    bottom: 110px;
}

.live-events{
    padding-top: 80px;
}

.live-events .main-container-wrapper{
    padding-bottom: 250px;
}

.live-events figure {
    max-width: 240px;
}

.live-events .absout-figure {
    bottom: 0;
}

.live-events .circle-spn{
    height: 400px;
    width: 400px;
    left: 0px;
    bottom: 40px;
}

.camera-section{
    padding-bottom: 300px;
}

.camera-section .concert-info h2 {
    max-width: 450px;
    margin-left: auto;
}

.camera-section .absout-figure-scnd .circle-spn {
    height: 460px;
    width: 460px;
    left: -20px;
    bottom: -160px;
}

.camera-section .absout-figure-scnd figure {
    width: 320px;
    top: -175px;
}


.sound-section {
    padding: 80px 0 180px;
    background: #000;
    overflow: hidden;
}

.sound-section .video-img {
    margin: 0;
}

.last-fig{
    bottom: 0px;
    right: -27px;
}

.last-fig figure{
    max-width: 500px;
}

.last-fig .circle-spn {
    height: 430px;
    width: 430px;
    left: 170px;
    bottom: 90px;
}

.new-gallery .gallery-info{
    margin-bottom: 100px;
}

.new-gallery .gallery-info:last-child{
    margin-bottom: 0;
}

.video-production .concrt-header{
    margin-right: 0px;
    padding: 0;
}

.concert-section .circle-spn{
    animation: mymove 9s infinite;
}

@keyframes mymove {
    0%  {transform: scale(0.7);}
    50% {transform: scale(1.2);}
    100%  {transform: scale(0.7);}
}

.video-production .circle-spn{
    animation: mymove2 8s infinite;
}

@keyframes mymove2{
    0%{top: 0; left:0}
    25%{top: 100px; left:0}
    50%{top: 100px; left:100px}
    100%{top: 0; left:0}
}

.camera-section .circle-spn{
    animation: mymove5 1.6s infinite;
}

@keyframes mymove5{
    0%{opacity: 0;}
    50%{opacity: 1;}
    100%{opacity: 0;}
}

.sound-section .circle-spn::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    border: 20px solid  #ff7601;
    animation: mycircle 1.6s infinite;
}

@keyframes mycircle{
    0%  {transform: scale(0); opacity: 1;}
    75% {transform: scale(2); opacity: 0;}
    100%  {transform: scale(0); opacity: 0;}
}

.sound-section .circle-spn{
    animation: mymove4 1.2s infinite;
}

@keyframes mymove4{
    0%  {transform: scale(0.9);}
    50% {transform: scale(1);}
    100%  {transform: scale(0.9);}
}

.isotop-section{
    padding: 80px 0;
    background: black;
}

.headphn-fig{
    width: 300px;
    position: relative;
    margin: 3px !important;
    transition: 0.4s all;
    overflow: hidden;
}

.headphn-fig img{
    width: 100%;
    height: 100%;
    transition: 0.4s all;
}

.headphn-fig h5{
    font-size: 20px;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    height: 50px;
    width: 130px;
    margin: auto;
    z-index: 1;
    text-transform: uppercase;
    text-align: center;
    transition: 0.4s all;
    opacity: 0;
    cursor: pointer;
}

.headphn-fig h5 a{
    color: white;
}

.headphn-fig:hover h5{
    opacity: 1;
}

.headphn-fig:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    pointer-events: none;
    transform: scale(1.2);
}

.headphn-fig:nth-child(2),
.headphn-fig:nth-child(4){
    height: 222px;
}

.headphn-fig:nth-child(1),
.headphn-fig:nth-child(3){
    height: 450px;
}

.headphn-fig:nth-child(5){
    height: 222px;
    width: 100%;
    max-width: 606px;
}

.new-width{
    max-width: 620px;
    margin: 0 auto;
    position: relative;
}

.orng-tex{
    font-size: 80px;
    color: #f27001;
    max-width: 390px;
    text-transform: uppercase;
    font-family: 'futuraheavy';
    margin-top: 7px;
}


.v-prodctn.v-prodctn{
    height: 63px;
    width: 170px;
}

.cam-streaming.cam-streaming{
    height: 60px;
    width: 190px;
}

.sound-p.sound-p{
    width: 260px;
}

.social-media a {
    position: fixed;
    top: 500px;
    right: 110px;
    background: #ff7601;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: black;
    z-index: 10;
}

.social-media a:hover{
    opacity: 0.8;
}

.headphn-fig h5:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #f27001;
    height: 50%;
    width: 0;
    transition: 0.5s all;
    z-index: -1;
}

.headphn-fig h5:after{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background: #f27001;
    height: 50%;
    width: 0;
    transition: 0.5s all;
    z-index: -1;
}

.headphn-fig h5:hover::after,
.headphn-fig h5:hover::after{
    width: 100%;
}

.headphn-fig:hover h5:focus:after{
    left: 0;
    right: auto;
}

.headphn-fig h5:focus:after,
.headphn-fig h5:hover:after{
    left: 0;
    right: auto;
    width: 100%;
}

.headphn-fig h5:focus::before,
.headphn-fig h5:hover:before{
    right: 0;
    left: auto;
    width: 100%;
}

.headphn-fig:hover .book-new img{
    transform: scale(1.2);
    /* transform: rotate(360deg); */
}

.headphn-fig:hover h5{
   letter-spacing: 1px;
   display: flex;
}

.header-list ul li a{
    font-size: 28px;
    color: white;
    font-family: 'futurabook';
    text-transform: uppercase;
}

.header-list ul li a:hover{
    color: #ff7601;
    letter-spacing: 2px;
}


/* header */

body {
    position: relative;
}


.submit-btn {
    display: block;
}

.header-list ul {
    display: none;
    background: #101010eb;
    position: absolute;
    top: 100px;
    right: 67px;
    z-index: 9;
    padding: 30px;
    width: 500px;
    text-align: end;
}

.header-list ul.open_nav {
    /* display: block; */
}

.header-list ul li {
    margin-bottom: 10px;
    padding-top: 10px;
}

.gallery-info .col-lg-3:nth-child(n+5){
    display: none;
}

.ui-datepicker .ui-state-highlight{
    border: 1px solid #f27001;
    background: #f6f6f6;
    color: black;

}

.ui-datepicker .ui-state-active{
    background: #f27001;
    border: 1px solid #f27001;
    color: white;
}

.ui-datepicker .ui-datepicker-header{
    background: #f27001;
    color: white;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
    text-align: center;
}

.time_pick{
    position: relative;
    flex: 1;
    margin-left: 8px;
}

.time_pick input{
    margin-left: 0;
}

.time_pick .timepicki-input{
    color: black;
}

.timepicker_wrap{
    background: white;
}

.timepicker_wrap .prev, .next{
    background-color: #ff7601;
    border: none;
    transition: 0.4s all;
}

.timepicker_wrap .prev:hover, .timepicker_wrap .next:hover{
    opacity: 0.7;
    background-color: #ff7601c9;
}

.login-form sup{
    color: #ff7601;
}

.mrgn-tp{
    padding-top: 220px;
}

.new-note{
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    font-family: 'futuramedium';
    max-width: 700px;
    margin: 0 auto 26px;
}

.main-container-wrapper{
    width: 100%;
    max-width: 1920px;
    display: block;
    margin: 0 auto;
    position: relative;
}

.fig-new  figure {
    max-width: 330px;

}

.header .main-container-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.play-btn + .fa-stop{
    cursor: pointer;
}



@media only screen and (max-width: 1500px) {
    .main_player a.play-btn i {
        font-size: 16px;
    }
    .main_player a.play-btn {
        width: 14px;
    }
    .main_player .progress {
        margin-top: 4%;
    }
    .main_player .currentValue {
        height: 3px;
    }
    .song-track {
        padding-left: 25px;
        margin-left: 15px;
    }

    .btn_track .togglePlay {
        width: 20px;
        height: 50px;
    }
    .btn_track .togglePlay:after {
        border-top-width: 9px;
        border-bottom-width: 9px;
        border-left-width: 12px;
    }
    .btn_track .togglePlay.active:after {
        width: 12px;
        height: 16px;
        border-width: 0 4px;
    }

    .main-container-wrapper{
        position: static;
    }

    .contnr-new, .new-container {
        width: 100%;
        max-width: 100%;
        padding: 0 70px;
    }

    .studio-login {
        max-width: 500px;
    }

    .login-form label {
        font-size: 18px;
    }

    .login-form input{
        height: 32px;
        font-size: 17px;
        border-bottom: 1px solid white;
    }

    .book-btn{
        height: 35px;
        line-height: 33px;
        font-size: 15px;
        width: 165px;
        border: 1px solid white;
    }

    .studio-logo {
        margin-bottom: 60px;
    }

    .submit-btn {
        position: relative;
        max-width: 165px;
        margin: 0 auto;
        color: white;
        cursor: auto;
    }

    .studio-logo img{
        width: 270px;
    }

    .login-wrapper {
        margin-bottom: 70px;
    }

    .new-colb-bttn {
        max-width: initial;
        margin: 0;
    }

    .header figure {
        width: 180px;
    }

    .header{
        padding: 18px 70px;
    }

    .contact-about textarea{
        height: 45px;
        max-width: 500px;
        font-size: 18px;
        margin-bottom: 36px;
        width: 100%;
    }

    .new-colb-bttn input {
        padding: 0 25px;
    }

    .collab-tab h2, .testimonial h2, .contact-about h2 {
        font-size: 42px;
    }

    .testimonial h2{
        padding-left: 70px;
    }

    .galry-hding{
        font-size: 42px;
        margin-bottom: 35px;
    }

    .gallery-info h4{
        font-size: 22px;
        padding: 0 30px;
        height: 38px;
        line-height: 38px;
        margin: 0 auto 30px;
    }

    .gallery-info-fig {
        margin-bottom: 10px;
    }

    .testimonial-para p {
        font-size: 15px;
        line-height: 27px;
        margin-bottom: 20px;
        max-width: 550px;
        margin-right: 100px;
    }

    .footer {
        padding: 50px 0 100px;
    }

    .contact-wrapper ul li {
        font-size: 17px;
        color: white;
        margin-bottom: 12px;
        position: relative;
        padding-left: 45px;
    }

    .contact-wrapper {
        margin-bottom: 50px;
    }

    .contact-wrapper ul {
        max-width: 390px;
    }

    .conct-us h2 {
        padding-left: 0;
    }

    .concert-info h2, .concrt-header{
        font-size: 60px;
        margin-bottom: 10px;
        max-width: 300px;
        line-height: 58px;
    }

    .concert-info p {
        font-size: 15px;
        max-width: 720px;
    }

    .track-name h4 {
        font-size: 17px;
        font-family: 'gilroy-bolduploaded_file';
    }

    .track-name h5 {
        font-size: 14px;
    }

    .track-icon i {
        font-size: 21px;
    }

    .bannerSlide .owl-dots, .bannerSlide-scnd .owl-dots, .bannerSlide-third .owl-dots {
        position: absolute;
        bottom: 0;
        left: 200px;
    }

    .bannerSlide button.owl-dot, .bannerSlide-scnd button.owl-dot, .bannerSlide-third button.owl-dot {
        height: 11px;
        width: 11px;
        margin: 0 3px;
    }

    .absout-figure figure {
        max-width: 290px;
    }

    .absout-figure {
        bottom: -280px;
    }

    .circle-spn {
        height: 300px;
        width: 300px;
        left: -20px;
        bottom: 210px;
    }

    .video-production .concert-info h2 {
        line-height: 58px;
        margin-bottom: 10px;
    }

    .video-img figure {
        width: 105px;
    }

    .video-img p{
        font-size: 16px;
    }

    .absout-figure-scnd figure {
        width: 270px;
        top: -163px;
    }

    .absout-figure-scnd .circle-spn {
        height: 400px;
        width: 400px;
        left: -140px;
        bottom: 90px;
    }

    .bannerSlide-scnd .owl-dots {
        left: auto;
        right: 220px;
    }

    .live-events figure {
        max-width: 210px;
    }

    .live-events .circle-spn {
        height: 350px;
        width: 350px;
    }

    .live-events, .live-events .main-container-wrapper {
        padding-bottom: 40px;
    }

    .live-events .main-container-wrapper{
        padding-top: 0;
    }

    .camera-section .absout-figure-scnd .circle-spn {
        height: 410px;
        width: 410px;
        left: -40px;
        bottom: -150px;
    }

    .camera-section .absout-figure-scnd figure {
        width: 270px;
        top: -190px;
    }

    .camera-section {
        padding-bottom: 210px;
    }

    .last-fig figure {
        max-width: 400px;
    }

    .last-fig .circle-spn {
        height: 370px;
        width: 370px;
        left: 115px;
        bottom: 100px;
    }

    .last-fig {
        bottom: 88px;
        right: -20px;
    }

    .sound-section {
        padding: 80px 0 95px;
    }

    .ply {
        font-size: 45px;
        color: white;
    }

    .video-production .concrt-header {
        margin-right: 0px;
        padding: 0;
    }

    .orng-tex {
        font-size: 60px;
    }

    .header-list ul{
        width: 360px;
        padding: 20px 25px;
    }

    .header-list ul li a {
        font-size: 19px;
    }
    
    .header-list ul li {
        margin-bottom: 6px;
        padding-top: 6px;
    }

    .social-media a {
        top: 390px;
        right: 70px;
    }

    .concert-section {
        padding: 80px 0 110px;
    }

    .mrgn-tp {
        padding-top: 145px;
    }

    .video-production .main-container-wrapper{
        display: initial;
    }

}

@media only screen and (max-width: 991px) {
    
    .isotop-section {
        padding: 50px 0 ;
    }

    .contnr-new, .new-container {
        width: 100%;
        max-width: 100%;
        padding: 0 40px;
    }

    .headphn-fig {
        width: 250px;
    }

    .headphn-fig:nth-child(1), .headphn-fig:nth-child(3) {
        height: 370px;
    }

    .headphn-fig:nth-child(2), .headphn-fig:nth-child(4) {
        height: 200px;
    }

    .new-width {
        max-width: 512px;
    }

    .headphn-fig:nth-child(5) {
        height: 200px;
        max-width: 506px;
    }

    .headphn-fig h5{
        font-size: 15px;
        height: 40px;
        width: 100px;
    }

    .v-prodctn.v-prodctn {
        height: 50px;
        width: 148px;
    }

    .sound-p.sound-p {
        width: 210px;
    }

    .cam-streaming.cam-streaming {
        height: 55px;
        width: 155px;
    }

    .header-list ul{
        background: #101010;
    }

    .header-list ul li a {
        font-size: 17px;
    }

    .social-media a{
        height: 40px;
        width: 40px;
        font-size: 24px;
        top: 250px;
        right: 40px;
    }

    .orng-tex {
        font-size: 46px;
        max-width: 340px;
    }

    .collab-tab h2, .testimonial h2, .contact-about h2 {
        font-size: 34px;
    }

    .testimonial::after{
        bottom: 15px;
    }

    .new-colb-bttn input {
        padding: 0 20px;
    }

    .new-colb-bttn .book-btn{
        font-size: 14px;
    }

    .collab-section {
        padding: 40px 0;
    }

    .testimonial-section {
        padding: 45px 0;
    }

    .testimonial-para p{
        font-size: 14px;
        line-height: 27px;
        margin: 0 auto 20px;
    }

    .gallery-section {
        padding: 40px 0;
    }

    .gallery-info h4 {
        font-size: 20px;
        padding: 0 22px;
        height: 34px;
        line-height: 34px;
        margin: 0 auto 30px;
    }

    .icon-info {
        bottom: 30px;
        gap: 20px;
    }

    .icon-info figure {
        width: 32px;
        height: 32px;
    }

    .contact-wrapper ul li {
        font-size: 15px;
        margin-bottom: 12px;
        padding-left: 35px;
    }

    .contact-wrapper ul li i {
        font-size: 20px;
        margin-right: 25px;
        top: 4px;
    }

    .contact-wrapper {
        margin-bottom: 40px;
    }

    .contact-about textarea {
        font-size: 15px;
        margin-bottom: 30px;
    }
    
    .login-form label {
        font-size: 16px;
    }

    .login-form input {
        height: 30px;
        font-size: 15px;
    }

    .submit-btn {
        max-width: 145px;
    }
    
    .book-btn {
        font-size: 15px;
        width: 145px;
    }

    .new-colb-bttn{
        max-width: initial;
    }

    .footer {
        padding: 40px 0 50px;
    }

    
    .concert-section {
        padding: 30px 0 60px;
    }

    .concert-info h2, .concrt-header {
        font-size: 50px;
        margin-bottom: 8px;
        line-height: 50px;
    }

    .concert-info p {
        font-size: 14px;
        max-width: 610px;
    }

    .absout-figure {
        bottom: -190px;
    }

    .circle-spn {
        height: 200px;
        width: 200px;
        left: 0px;
        bottom: 170px;
    }

    .absout-figure figure {
        max-width: 200px;
    }

    .video-production .concrt-header {
        /* margin-right: 40px; */
    }

    .video-production .concrt-header {
        line-height: 50px;
        margin-bottom: 18px;
    }

    .concert-info {
        margin-bottom: 30px;
    }

    .absout-figure-scnd figure {
        width: 200px;
        top: -73px;
    }

    .absout-figure-scnd .circle-spn {
        height: 250px;
        width: 250px;
    }

    .live-events {
        padding-bottom: 100px;
    }

    .live-events .absout-figure{
        max-width: 130px;
    }

    .live-events .circle-spn {
        height: 220px;
        width: 220px;
        bottom: -20px;
    }

    .camera-section .absout-figure-scnd figure {
        width: 200px;
        top: -170px;
    }

    .camera-section {
        padding-bottom: 120px;
    }

    .camera-section .absout-figure-scnd .circle-spn {
        height: 210px;
        width: 210px;
        left: 50px;
        bottom: -50px;
    }

    .last-fig figure {
        max-width: 280px;
    }

    .last-fig .circle-spn {
        height: 250px;
        width: 250px;
        left: 85px;
        bottom: 30px;
    }

    .last-fig {
        bottom: 88px;
        right: -20px;
    }

    .sound-section {
        padding: 60px 0 80px;
    }

    .mrgn-tp {
        padding-top: 115px;
    }

    .new-note {
        font-size: 15px;
        line-height: 25px;
        max-width: 590px;
        margin: 0 auto 26px;
    }

}


@media only screen and (max-width: 767px) {
    .header figure {
        max-width: 160px;
    }

    .concert-info p {
        font-size: 13px;
        max-width: 480px;
        z-index: 5;
        position: relative;
    }

    .absout-figure-scnd {
        z-index: 0;
    }

    .absout-figure {
        z-index: 0;
    }
}


@media only screen and (max-width: 575px) {
    
    .login-section .container {
        padding: 100px 25px 0;
    }

    .studio-logo img {
        width: 200px;
    }

    .studio-logo {
        margin-bottom: 40px;
    }

    .login-form label {
        font-size: 14px;
    }

    .login-form input {
        height: 30px;
        font-size: 14px;
        border-bottom: 1px solid white;
    }

    .login-wrapper {
        margin-bottom: 50px;
    }

    .concert-section .contnr-new, .new-container{
        padding: 0 30px;
    }

    .book-btn {
        height: 37px;
        line-height: 35px;
        width: 145px;
    }

    .submit-btn {
        max-width: 145px;
    }

    .login-section .align-items-center{
        align-items: initial !important;
    }

    .header {
        padding: 13px 80px 13px 20px;
    }

    .header figure{
        max-width: 130px;
    }

    .headphn-fig{
        width: 100%;
    }

    .orng-tex {        
        font-size: 32px;
        max-width: 230px;
    }

    .header-right {
        gap: 20px;
    }

    .submit-btn {
        max-width: 105px;
    }

    .testimonial h2 {
        padding-left: 30px;
    }

    .book-btn{
        height: 32px;
        line-height: 30px;
        width: 105px;
        font-size: 12px;
    }

    .collab-tab {
        gap: 10px;
        justify-content: space-around;
    }

    .collab-tab h2, .testimonial h2, .contact-about h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .new-colb-bttn {
        max-width: initial;
    }

    .testimonial {
        margin-bottom: 14px;
    }

    .contact-wrapper ul li {
        font-size: 13px;
        margin-bottom: 11px;
        padding-left: 33px;
    }

    .testimonial-para p {
        font-size: 12px;
        line-height: 26px;
        margin: 0 auto 12px;
    }

    .testimonial-section {
        padding: 30px 0;
    }

    .gallery-section {
        padding: 30px 0;
    }

    .galry-hding {
        font-size: 30px;
        margin-bottom: 25px;
    }

    .gallery-info h4 {
        font-size: 18px;
        padding: 0 17px;
        height: 32px;
        line-height: 32px;
        margin: 0 auto 25px;
    }

    .conct-us h2{
        padding-left: 0;
    }

    .collab-section {
        padding: 30px 9px;
    }

    .isotop-section {
        padding: 30px 0;
    }

    .headphn-fig h5 {
        font-size: 13px;
        height: 33px;
        width: 90px;
    }

    .social-media a {
        height: 35px;
        width: 35px;
        font-size: 22px;
        top: 14px;
        right: 25px;
    }

    .right-bar span {
        width: 27px;
        margin-bottom: 8px;
    }

    .right-bar span:nth-child(2) {
        width: 18px;
    }

    .headphn-fig {
        width: 160px;
        margin: 2px !important;
    }

    .headphn-fig:nth-child(1), .headphn-fig:nth-child(3) {
        height: 280px;
    }

    .headphn-fig:nth-child(2), .headphn-fig:nth-child(4) {
        height: 160px;
    }

    .cam-streaming.cam-streaming {
        height: 53px;
        width: 145px;
    }

    .v-prodctn.v-prodctn {
        height: 44px;
        width: 135px;
    }

    .cam-streaming.cam-streaming {
        height: 50px;
        width: 138px;
    }

    .sound-p.sound-p {
        width: 200px;
    }

    .new-colb-bttn input {
        padding: 0 15px;
    }

    .header-list ul{
        top: 60px;
        right: 28px;
        width: 340px;
        padding: 15px 18px;
    }

    .header-list ul li {
        margin-bottom: 0px;
        padding-top: 2px;
    }

    .header-list ul li a {
        font-size: 13px;
    }

    .concert-info h2, .concrt-header {
        font-size: 32px;
        margin-bottom: 5px;
        line-height: 34px;
    }

    .track-name h5 {
        font-size: 12px;
    }

    .track-name h4 {
        font-size: 14px;
    }
    .song-track .progs_bar i,
    .song-track .progress {
        height: 2px;
    }
    .concert-info p {
        font-size: 12px;
        max-width: 100%;
    }

    .contnr-new, .new-container {
        padding: 0 30px;
    }

    .absout-figure {
        bottom: -130px;
    }

    .absout-figure figure {
        max-width: 120px;
    }

    .absout-figure {
        bottom: -115px;
    }

    .circle-spn {
        height: 120px;
        width: 120px;
        left: 0px;
        bottom: 80px;
    }

    .bannerSlide .owl-dots, .bannerSlide-scnd .owl-dots, .bannerSlide-third .owl-dots {
        bottom: 0;
        left: 80px;
    }

    .bannerSlide button.owl-dot, .bannerSlide-scnd button.owl-dot, .bannerSlide-third button.owl-dot {
        height: 8px;
        width: 8px;
        margin: 0 3px;
    }

    .new-width {
        max-width: 329px;
    }

    .concert-section {
        padding: 30px 0 35px;
    }    

    .video-production {
        padding: 30px 0 55px;
    }

    .video-img figure {
        width: 75px;
    }

    .video-img p {
        font-size: 13px;
    }

    .absout-figure-scnd figure {
        width: 130px;
        top: -110px;
    }

    .absout-figure-scnd .circle-spn {
        height: 145px;
        width: 145px;
    }

    .bannerSlide-scnd .owl-dots {
        left: auto;
        right: 110px;
    }

    .video-production .concrt-header{
        max-width: 200px;
        line-height: 33px;
        /* margin-right: 30px; */
        margin-bottom: 11px;
    }

    .live-events .concert-info h2{
        max-width: 100px;
        line-height: 30px;
    }

    .live-events {
        padding-bottom: 70px;
    }

    .live-events .absout-figure {
        max-width: 90px;
    }

    .live-events .circle-spn {
        height: 170px;
        width: 170px;
        bottom: -35px;
    }

    .camera-section .concert-info h2 {
        max-width: 250px;
        margin-left: auto;
        line-height: 35px;
        margin-bottom: 8px;
    }

    .camera-section .absout-figure-scnd figure {
        width: 95px;
        top: -74px;
    }

    .camera-section .absout-figure-scnd .circle-spn {
        height: 130px;
        width: 130px;
        left: 10px;
        bottom: -49px;
    }

    .sound-section {
        padding: 35px 0 60px;
    }

    .sound-section .concrt-header{
        max-width: 200px;
        margin-bottom: 10px;
    }

    .last-fig {
        bottom: 30px;
        right: -10px;
    }

    .last-fig figure {
        max-width: 170px;
    }

    .last-fig .circle-spn {
        height: 150px;
        width: 150px;
        left: 55px;
        bottom: 5px;
    }

    .mrgn-tp {
        padding-top: 85px;
    }

    .testimonial::after {
        bottom: 25px;
    }

    .collab-tab h2{
        font-size: 17px;
        margin-bottom: 0px;
    }

    .new-colb-bttn .book-btn {
        font-size: 13px;
    }

    .contact-about h2 {
        margin-bottom: 3px;
    }

    .new-note {
        font-size: 12px;
        line-height: 20px;
        margin: 0 auto 20px;
    }
    
}

@media only screen and (max-width: 410px) {
    
    .header {
        padding: 13px 65px 13px 20px;
        justify-content: start;
        gap: 14px;
    }

    .social-media a {
        height: 33px;
        width: 33px;
        font-size: 20px;
        top: 15px;
        right: 18px;
    }
}








/*AUDIO*/

/* .btn_track {
    display: flex;
    align-items: center;
}
.btn_track {
    display: flex;
    align-items: center;
}
.progress {
    width: 0px;
    height: 3px;
    background: #ff7601;
    transition: width 0.1s linear;
    border-radius: 0;
    position: relative;
    z-index: 9;
}
.progs_bar {
    position: relative;
}
.progs_bar i {
    width: 100%;
    height: 3px;
    background: #fff;
    display: inherit;
    position: absolute;
    top: 0;
    left: 0;
}
  
  .togglePlay {
    font: 0/0 a;
    background: none;
    color: white;
    border: none;
    width: 34px;
    height: 64px;
    padding: 0;
    cursor: pointer;
    transition: transform 150ms ease-out;
}
  .togglePlay:after {
    box-sizing: border-box;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-top-width: 13px;
    border-bottom-width: 13px;
    border-left-width: 16px;
    border-left-color: rgba(255, 255, 255, 0.9);
  }
  .togglePlay.active:after {
    width: 18px;
    height: 23px;
    margin-left: 0;
    border-width: 0 6px;
    border-color: rgba(255, 255, 255, 0.9);
  } */




  
  .btn_track {
    display: flex;
    align-items: center;
    gap: 10px;
}
a.play-btn i {
    font-size: 22px;
    color: #fff;
}
a.play-btn {
    width: 20px;
    cursor: pointer;
}
  
  .btn {
    margin-left: 10%;
  }
  
  .progress {
    background: white;
    /* padding: 1px; */
    position: relative;
    margin-top: 5%;
    border-radius: 3px;
    height: auto;
}
  
  .currentValue {
    background: #ff7601;
    height: 4px;
    width: 50%;
    }






