@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
{}
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
{}
@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200..800&display=swap');
{}

@font-face {
    font-family: 'Font Awesome 5 Free';
    src: url('../css/fonts/FontAwesome5Free-Regular.eot');
    src: url('../css/fonts/FontAwesome5Free-Regular.eot?#iefix') format('embedded-opentype'),
        url('../css/fonts/FontAwesome5Free-Regular.woff2') format('woff2'),
        url('../css/fonts/FontAwesome5Free-Regular.woff') format('woff'),
        url('../css/fonts/FontAwesome5Free-Regular.ttf') format('truetype'),
        url('../css/fonts/FontAwesome5Free-Regular.svg#FontAwesome5Free-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    src: url('../css/fonts/FontAwesome5Brands-Regular.eot');
    src: url('../css/fonts/FontAwesome5Brands-Regular.eot?#iefix') format('embedded-opentype'),
        url('../css/fonts/FontAwesome5Brands-Regular.woff2') format('woff2'),
        url('../css/fonts/FontAwesome5Brands-Regular.woff') format('woff'),
        url('../css/fonts/FontAwesome5Brands-Regular.ttf') format('truetype'),
        url('../css/fonts/FontAwesome5Brands-Regular.svg#FontAwesome5Brands-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Font Awesome 5 Free Solid';
    src: url('../css/fonts/FontAwesome5Free-Solid.eot');
    src: url('../css/fonts/FontAwesome5Free-Solid.eot?#iefix') format('embedded-opentype'),
        url('../css/fonts/FontAwesome5Free-Solid.woff2') format('woff2'),
        url('../css/fonts/FontAwesome5Free-Solid.woff') format('woff'),
        url('../css/fonts/FontAwesome5Free-Solid.ttf') format('truetype'),
        url('../css/fonts/FontAwesome5Free-Solid.svg#FontAwesome5Free-Solid') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}

* {
	text-decoration: none;
    list-style-type: none;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
    font-family: var(--ff-body);
    font-size: 16px;
    color: var(--clr-body);
}
:root {
    --clr-primary: #3EBCEC;
    --clr-secondary: #DCAA35;
    --clr-accent: #242424;
    --clr-white: #fff;
	--clr-pink: #FFCBCB;
	--clr-blue: #009BD6;
	--clr-yellow: #FFE964;
    --clr-black: #000;
    --clr-body: #242424;
	--clr-gray: #CBCBCB;
	--ff-nunito: "Nunito", sans-serif;
	--ff-heading: "DM Sans", sans-serif;
    --ff-body: 'Assistant', sans-serif;
}
img {
    max-width: 100%;
    height: auto;
    border: none;
}
dl, ol, ul {
    padding: 0;
    margin: 0;
}
a:hover, a {
	text-decoration: none;
}
a {
    color: var(--clr-primary);
    transition: 0.5s all;
    word-wrap: break-word;
}
a:hover {
    color: var(--clr-red);
}
img {
    max-width: 100%;
}
::selection {
    background-color: var(--clr-primary);
    color: var(--clr-white);
}

hedaer, footer ,section, main {
    width: 100%;
    display: block;
}

h1, h2, h3, h4, h5,h6 {
    margin: 0;
    font-weight: normal;
    line-height: normal;
	font-family: var(--ff-heading);
}
h2 {
    font-size: 48px;
}
h3 {
    font-size: 32px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 16px;
}

p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
    font-weight: 400;
    color: var(--clr-accent);
}
p:last-child {
    margin-bottom: 0px;
}
.py-50 {
    padding: 50px 0;
}
.section-title {
    margin-bottom: 20px;
}
.section-title h2 {
    font-size: 45px;
    line-height: 60px;
    font-weight: 600;
    color: #313131;
    font-family: var(--ff-heading);
}
.section-title.white_text h2 {
	color: var(--clr-white);
}
.section-title.blue_text h2 {
	color: #009BD6;
}
.section-title h3 {
    font-size: 30px;
    line-height: 40px;
	font-weight: 800;
	color: var(--clr-accent);
	font-family: var(--ff-heading);
}
.section-title.white_text h3 {
	color: var(--clr-white);
}
.section-title.blue_text h3 {
	color: #009BD6;
}
.section-title h5 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #333333;
    font-family: var(--ff-nunito);
}
.section-title.white_text h5 {
    color: var(--clr-white);
}
.section-title.blue_text h5 {
    color: #009BD6;
}
section {
    padding: 60px 0;
}
.container-fluid {
    padding: 0 60px;
}
.container {
	max-width: 1170px;
}
.mt-4 {
	margin-top: 40px;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
    transition-duration: .8s !important;
}

@keyframes rotate {
  0% {
    transform: rotate(-360deg)
  }
  100% {
    transform: rotate(360deg)
  }
}

/**** header   ****/

.header {
    width: 100%;
    position: absolute;
    z-index: 1111;
}
.navigation {
    width: 100%;
    gap: 15px;
    padding: 0 20px;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--clr-white);
}
.navigation ul {
    gap: 30px;
    align-items: center;
    flex-direction: unset;
}
.left_nav {
    float: right;
    text-align: right;
    flex: 1;
}
.left_nav ul {
    float: right;
    margin-right: 75px;
}
.logo {
    flex-grow: 0;
    display: flex;
    justify-content: center;
	margin: 25px 0 0px 0px;
}
.logo img {
    width: auto;
    margin-top: -30px;
    text-align: center;
    position: relative;
}
.navigation ul li a {
    font-size: 16px;
    line-height: 36px;
    font-weight: 400;
    color: var(--clr-accent);
    text-transform: capitalize;
    font-family: var(--ff-nunito);
}
.navigation ul li.active a,
.navigation ul li a:hover {
    color: var(--clr-red);
}
.right_nav {
    width: auto;
    float: right;
    text-align: right;
    flex: 1;
    display: flex;
    justify-content: space-around;
}
.right_nav .primary_btn {
    margin-left: 30px;
}

/***  banner  section  ***/

.banner-sec {
    position: relative;
}
.banner_sec {
    width: 100%;
    height: 850px;
    padding: 70px 0 0;
    display: flex;
    align-items: end;
    text-align: left;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.banner_sec .inner-block {
    width: 100%;
    position: relative;
    z-index: 1111;
    margin: 0 auto 0;
	text-align: left;
}
.banner_sec .inner-block h1 {
    color: var(--clr-white);
    font-size:  65px;
    line-height: 80px;
	font-weight: 800;
    text-transform: uppercase;
	font-family: var(--ff-heading);
}
.banner_sec .inner-block h4 {
    color: var(--clr-white);
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;
    margin: 15px auto 0;
	font-family: var(--ff-heading);
}
.banner_sec .inner-block h2 {
    color: var(--clr-white);
    font-size: 40px;
    line-height: 36px;
    font-weight: 700;
	letter-spacing: 0.28px;
    margin: 15px auto 0;
	font-family: var(--ff-nunito);
}
.right_img_bx {
	width: 100%;
	/* display: flex; */
	/* gap: 20px; */
	/* position: relative; */
	margin-top: 60px;
	float: left;
}

/***  who we are  ***/

.bottom_layout {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
} 
.video_bx.img_bx {
    position: relative;
}
.play_btn {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0px, -50%);
}
.play_btn img {
    width: auto !important;
    transform: none !important;
    text-align: center;
    margin: 0 auto;
}
.text_content p {
    font-size: 16px;
    line-height: 26px;
	font-weight: 400;
	color: #333;
}
.img_bx {
    width: 100%;
    height: 100%;
	overflow: hidden;
}
.img_bx img {
    width: 100%;
    height: 100%;
	transition: 0.5s;
}
.img_bx img:hover {
	transform: scale(1.1);
}
.primary_btn .btn-primary {
    width: auto;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    transition: .5s;
    padding: 5px 25px;
	box-shadow: none;
	outline: none;
    color: var(--clr-white);
}
.primary_btn .btn-primary:hover {
    color: var(--clr-white);
	border-color: var(--clr-secondary);
    background: var(--clr-secondary);
}
.primary_btn .btn-warning {
    width: auto;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    transition: .5s;
    padding: 5px 25px;
    box-shadow: none;
    outline: none;
    color: var(--clr-black);
    border: 2px solid #CD9E2C;
    background: transparent linear-gradient(180deg, #FFE964 0%, #DCAA35 100%) 0% 0% no-repeat padding-box;
}
.primary_btn .btn-warning:hover {
    background: var(--clr-yellow);
	border: 2px solid var(--clr-yellow);
}
.primary_btn .btn-light {
    width: auto;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    transition: .5s;
    padding: 5px 25px;
	box-shadow: none;
	outline: none;
    color: var(--clr-black);
	border: 2px solid #CD9E2C;
}
.primary_btn .btn-light:hover {
    color: var(--clr-white);
	border-color: var(--clr-secondary);
    background: var(--clr-secondary);
	border: 2px solid var(--clr-secondary);
}
.abt_service .imgbx img {
    margin: 0 auto;
    text-align: center;
}
.gray_layout{
	height: 100%;
	background-color: #F8F8F8;
}
.event_info_colm{
	margin-top: 80px;
}
.section-title p {
    font-size: 18px;
    line-height: 30px;
	font-weight: 400;
    color: #767676;
	font-family: var(--ff-heading);
}
.event_bx{
	position: relative;
}
.date_col {
    width: 85px;
    height: 85px;
    top: -50px;
    right: 15px;
    z-index: 1;
    padding: 10px 12px;
    text-align: center;
    position: absolute;
    background-color: var(--clr-white);
    border: 1px solid #CBCBCB;
    box-shadow: 0px 10px 36px #00000029;
}
.date_col h4 {
    font-size: 25px;
    line-height: 30px;
	font-weight: 700;
    color: var(--clr-accent);
	font-family: var(--ff-body);
}
.date_col h4 span {
    width: 100%;
    display: inline-block;
    color: var(--clr-blue);
}
.sub_title h5 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
	margin-top: 10px;
    color: var(--clr-blue);
    font-family: var(--ff-body);
}
.sub_title h4 {
    font-size: 22px;
    line-height: 36px;
    font-weight: 600;
    color: var(--clr-accent);
    font-family: var(--ff-body);
}
.sub_title h4 a{
    color: var(--clr-accent);
}
.sub_title h4 a:hover{
    color: var(--clr-primary);
	text-decoration: underline;
}
.sub_title p {
    font-size: 16px;
    line-height: 26px;
	font-weight: 400;
    color: var(--clr-accent);
}
.sub_title p span {
    color: var(--clr-blue);
}
.section-title.border_line {
    position: relative;
    width: auto;
}
.section-title.border_line::before {
    content: "";
    position: absolute;
    width: 100%;
    top: 24px;
    left: 0;
    right: 0;
    z-index: -1;
    border-top: 1px solid var(--clr-blue);
}
.section-title.border_line h3 {
    position: relative;
    background-color: #fff;
    display: inline-block;
    z-index: 11111;
}
.border_bx {
    width: 100%;
    padding: 10px;
    border: 1px solid rgb(61 185 232 / 61%);
}
.primary-btn a {
    float: right;
    font-size: 17px;
    line-height: 42px;
    font-weight: 600;
	color: var(--clr-blue);
    text-decoration: underline;
}
.primary-btn a:hover {
    color: var(--clr-secondary);
}
.magic_portofolio .border_bx {
    transition: 0.5s;
    position: relative;
}
.portfolia-hover-effect {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(83 83 83 / 77%);
    top: 100%;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
    transition-delay: 0.2s;
}
.magic_portofolio .border_bx:hover .portfolia-hover-effect {
    visibility:visible;
	opacity:1;
	top: 0%;
}
.magic_portofolio .border_bx .portfolia-hover-effect.active {
    visibility:visible;
	opacity:1;
	top: 0%;
}
.mugic_store .sub_title h4 {
    font-size: 18px;
	margin-top: 5px;
}
.sub_title p a {
    font-size: 17px;
    line-height: 30px;
    font-weight: 600;
	color: var(--clr-blue);
    text-decoration: underline;
}
.sub_title p a:hover {
    color: var(--clr-secondary);
}
.testimonial_slider {
    position: relative;
    margin: 0;
}
.blue_bx_box {
    width: 100%;
    padding: 45px;
    background-color: #4691f3;
    box-shadow: 0px 94px 99px #00000052;
}
.testimonial_slider  .inner_colm {
    width: 70%;
    margin: 0px auto;
}
.testimonial_slider .text_content p {
    color: var(--clr-white);
    font-family: var(--ff-heading);
}
.user_img {
    margin-top: 20px;
}
.user_img img {
    text-align: center;
    margin: 0 auto 5px;
}
.user_img h5 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: var(--clr-white);
    font-family: var(--ff-body);
}
.user_img p {
    font-size: 16px;
    line-height: 36px;
    font-weight: 300;
    color: var(--clr-white);
    font-family: var(--ff-heading);
}
.testimonial_slider button.slick-prev.slick-arrow {
    left: 20px;
}
.testimonial_slider .slick-prev:before {
    content: "\f0d9";
    font-weight: 900;
    font-size: 40px;
    color: #fff;
    opacity: 1;
    font-family: "Font Awesome 5 Free";
}
.testimonial_slider button.slick-next.slick-arrow {
    right: 20px;
}
.testimonial_slider .slick-next:before {
    content: "\f0da";
    font-weight: 900;
    font-size: 40px;
    color: #fff;
    opacity: 1;
    font-family: "Font Awesome 5 Free";
}
.white_text p{
	color: var(--clr-white);
}
.abt_music_event {
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    text-align: center;
    margin-top: -130px;
    padding-bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.partner_log_slider {
    width: 100%;
    gap: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.newsletter_colm {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.inner_colm_newsletter {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}
.inner_colm_newsletter .section-title h3 {
    color: var(--clr-black);
    letter-spacing: 0.72px;
    font-size: 36px;
    font-weight: 600;
    font-family: var(--ff-body);
}
.newsletter_colm {
    width: 50%;
}
.newsletter_colm form {
    width: 100%;
    gap: 20px;
    display: flex;
    align-items: center;
    margin: 0;
}
.newsletter_colm form input[type="email"] {
    width: 100%;
    height: 55px;
    outline: none;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
	color: var(--clr-black);
    padding: 0 15px;
    border-radius: 32px;
    background-color: transparent;
    border: 2px solid rgb(0 0 0 / 26%);
}
.newsletter_colm .icon_btn input[type="submit"] {
    width: auto;
    height: 55px;
    padding: 0 45px;
    border: none;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
	transition: 0.5s;
    border-radius: 32px;
    text-transform: capitalize;
    color: var(--clr-white);
	font-family: var(--ff-nunito);
    background: transparent linear-gradient(180deg, #3EBCEC 0%, #35A4CE 100%) 0% 0% no-repeat padding-box;
}
.newsletter_colm .icon_btn input[type="submit"]:hover {
	color: var(--clr-black);
    background: var(--clr-pink);
}
.footer_colm p a {
    color: var(--clr-primary);
}
.footer_colm p a:hover {
    color: var(--clr-secondary);
}




.primary_btn a .btn-blue{
    width: auto;
    height: 55px;
    padding: 0 45px;
    border: none;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    transition: 0.5s;
    border-radius: 32px;
    text-transform: capitalize;
    color: var(--clr-white);
    font-family: var(--ff-nunito);
    background: transparent linear-gradient(180deg, #3EBCEC 0%, #35A4CE 100%) 0% 0% no-repeat padding-box;
}
.primary_btn a .btn-blue:hover {
    color: var(--clr-black);
    background: var(--clr-pink);
}


/***  footer   ****/

/***  footer  start  ***/

.footer {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.footer_top {
    padding: 40px 0 30px;
}
.footer_colm{
    width: 100%;
}
.footer_colm.colm-1 {
    padding-top: 45px;
}
.footer_colm.colm-2 {
    display: inline-block;
    padding-right: 15px;
    padding-left: 30px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.footer_colm h2 {
    font-size: 35px;
    font-weight: 700;
    line-height: 40px;
    padding-bottom: 10px;
    color: var(--clr-white);
}
.footer_colm h4 {
    font-size: 22px;
    font-weight: 500;
    line-height: 48px;
    padding-bottom: 10px;
    color: var(--clr-white);
}
.footer_colm p {
    font-size: 16px;
    line-height: 24px;
    opacity: 0.74;
    color: var(--clr-white);
}
.footer_colm ul li {
    padding-bottom: 12px;
}
.footer_colm ul li p {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.footer_colm ul li p i {
    margin-top: 5px;
}
.footer_colm ul li p a{
    font-weight: 400;
    transition: 0.5s all;
    font-size: 16px;
    line-height: 26px;
    text-transform: capitalize;
    flex-direction: column;
    display: flex;
	color: var(--clr-white);
}
.footer_colm ul li p a:hover{
	color: var(--clr-secondary);
}
.footer_nav ul {
    width: 100%;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}
.footer_nav ul li {
    position: relative;
    width: 100%;
    padding: 0 0 0 20px;
}
.footer_nav ul li::before {
    content: "\f101";
    position: absolute;
    font-weight: 900;
    font-size: 15px;
    left: 0;
	opacity: 0.74;
    color: var(--clr-white);
    font-family: "Font Awesome 5 Free";
}
.footer_nav ul li a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
	opacity: 0.74;
    color: var(--clr-white);
    font-family: var(--ff-nunito);
}
.footer_nav ul li a:hover{
	color: var(--clr-secondary);
}
.inner_footer_colm {
    width: 100%;
    text-align: right;
    padding: 20px 0;
    margin-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.copyright p {
	font-size: 16px;
    line-height: 24px;
    font-weight: 400;
	opacity: 0.74;
    color: var(--clr-white);
    font-family: var(--ff-nunito);
}
.inner_footer_colm ul {
    justify-content: flex-end;
    display: flex;
    gap: 10px;
    margin-top: 10px;
    align-items: center;
}
.social_media ul li  a {
    color: var(--clr-white);
    /* display: inline-block; */
    padding: 0 0 0;
    /* animation: rotate 5s infinite; */
}
.social_media li a{
    color: var(--clr-white);
    font-size: 18px;
}

.social_media ul li  a:hover {
	transform: rotate(360deg);
}

/***  footer  end  ***/

/*** ***/

.inner_banner_sec {
    width: 100%;
    height: 415px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.inner-block-title {
    margin: 110px auto 0;
    width: 100%;
}
.inner-block-title h1 {
    font-size: 60px;
    line-height: 80px;
    font-weight: 800;
    color: var(--clr-white);
    text-transform: uppercase;
}
.abt_magic button.btn.btn-light {
    color: #1565D8;
    font-weight: 600;
    border: 2px solid #1565D8;
}
.abt_magic button.btn.btn-light i {
    margin-left: 5px;
}
.left_colm .img_bx {
    position: relative;
    overflow: visible;
}
.abt_experience  .right_colm {
    position: relative;
}
.since_year {
    width: 110px;
    height: 110px;
    bottom: -50px;
    right: 25px;
    z-index: 6;
    padding: 10px 12px;
    text-align: center;
    position: absolute;
    border-radius: 8px;
    background-color: var(--clr-blue);
}
.since_year h4 {
    font-size: 40px;
    line-height: 35px;
    font-weight: 600;
    letter-spacing: 0.2px;
    color: #F9F9F9;
    font-family: var(--ff-body);
}
.since_year h4 span {
    width: 100%;
	font-size: 20px;
    line-height: 30px;
	font-weight: 500;
	color: #F9F9F9;
    display: inline-block;
}
.design_thing {
    width: 100%;
    margin-top: -120px;
    background-color: #F7F7F7;
}
.magic_add .section-title h5 {
    font-weight: 700;
    color: var(--clr-blue);
    font-family: var(--ff-body);
}
.music_produce h3{
	margin-bottom: 10px;
}
.abt_studio  .left_colm {
    padding: 70px 50px;
}
.blue_bx {
    background-color: var(--clr-blue);
    height: 100%;
}
.abt_studio  .left_colm p{
    color: var(--clr-white);
}
.black_bg{
	background-color: var(--clr-black);
}
.music_app_logo .partner_log img {
    width: 62px;
    height: auto;
    object-fit: contain;
}
.track_now {
    margin-top: 25px;
}
.track_now h4 span {
    width: 80px;
    height: 80px;
    margin: 0 18px 15px 0;
    text-align: center;
    line-height: 80px;
    display: inline-block;
    background-color: var(--clr-blue);
}
.track_now h4 span i {
    font-size: 40px;
    line-height: normal;
    color: #fff;
}
.track_now h4 {
    font-size: 28px;
    line-height: 35px;
    font-weight: 400;
    color: #121212;
    display: flex;
}
.expressible_music button.btn.btn-light {
    color: #1565D8;
    font-weight: 600;
    border: 2px solid #1565D8;
}
.expressible_music button.btn.btn-light i {
    margin-left: 5px;
}
.expressible_music button.btn.btn-light:hover {
    color: #fff;
    font-weight: 600;
    border: 2px solid var(--clr-secondary);
}
.expressible_music .right_colm ul li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.expressible_music .right_colm ul li .img_bx{
    width: auto;
}
.expressible_music .right_colm ul li .img_bx {
    width: auto;
    position: relative;
    left: -50px;
}
.expressible_music  .right_colm {
    position: relative;
    padding: 30px 0px 30px 0;
    border-radius: 30px;
    margin-left: 30px;
}
.expressible_music .right_colm button.btn.btn-light {
    border: 2px solid #fff;
	color: var(--clr-white);
	background-color: transparent;
}
.expressible_music .right_colm button.btn.btn-light:hover {
    color: var(--clr-secondary);
	border: 2px solid var(--clr-secondary);
}
.expressible_music .right_colm ul li:nth-child(2) {
    margin-top: 10px;
}
.expressible_music .right_colm ul li:nth-child(2) .img_bx {
    left: initial;
    right: -80px;
}
.expressible_music .right_colm ul li .text_content {
    padding: 0 30px;
}
.text_content h3 {
    font-size: 32px;
    line-height: 43px;
    font-weight: 500;
    color: var(--clr-white);
}
.text_content h5 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    color: var(--clr-white);
}

.contact_form {
	padding: 80px;
    position: relative;
}
.contact_form::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    height: 100%;
    width: calc(100% + 365px);
    transition: 0.5s;
    background-color: #F1F1F1;
}
.contact_form .form-group {
    margin-bottom: 20px;
}
.contact_form input[type="text"], .contact_form input[type="email"], .contact_form input[type="tel"], .contact_form textarea, .contact_form select, .contact_form input[type="password"],.contact_form input[type="date"],.contact_form input[type="number"]{
	width: 100%;
    height: 52px;
	padding: 0 12px;
	border-radius: none;
	outline: none;
	font-size: 14px;
    line-height: 20px;
    font-weight: 400;
	letter-spacing: 0.28px;
	color: var(--clr-black);
	border: 1px solid #009BD663;
}
.contact_form textarea {
    min-height: 115px;
	padding: 12px 12px;
}
.contact_form textarea::placeholder, .contact_form input::placeholder {
	color: #828282;
}
.contact_form input[type="submit"] {
	width: 100%;
    display: inline-block;
    padding: 15px 15px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    border-radius: 0px;
	border: none;
    margin-top: 10px;
    transition: 0.5s;
	letter-spacing: 0.32px;
    text-transform: uppercase;
    color: var(--clr-white);
    background-color: var(--clr-blue);
}
.contact_form input[type="submit"]:hover {
    color: var(--clr-white);
	background-color: var(--clr-secondary);
}
.address_sec {
	padding: 0px 70px 70px;
}
.address_sec .play_btn {
    text-align: center;
}
.address_sec .play_btn img {
    margin: 0 auto;
}
.address_sec  .video_bx.img_bx {
    top: -50px;
}
.iconbx {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 12px;
    border: 1px solid #FFFFFF;
}
.address-info ul li {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0 0 25px;
}
.iconbx i {
    color: #fff;
    font-size: 16px;
}
.iconbx i.fas.fa-phone-volume {
    transform: rotate(315deg);
    font-size: 18px;
}
.contact_inner_title p a {
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    color: var(--clr-white);
}
.contact_inner_title p a:hover {
    color: var(--clr-secondary);
}
.social_contact_link {
    padding-bottom: 30px;
    border-bottom: 1px solid #fff;
}
.social_contact_link ul {
    display: flex;
    gap: 12px;
    align-items: center;
}
.social_contact_link ul li {
    width: 33px;
    height: 33px;
    text-align: center;
    display: inline-block;
    line-height: 33px;
    transition: 0.5s;
    border-radius: 100%;
    /* animation: rotate 5s infinite; */
    background-color: var(--clr-white);
}
.social_contact_link ul li:hover {
    transform: rotate(360deg);
}
.social_contact_link ul li a {
    color: var(--clr-primary);
}
.social_contact_link ul li img {
    width: auto;
    margin: 0 auto;
    text-align: center;
    /* padding: 8px 0; */
    display: inline-block;
    object-fit: contain;
}

.magic_illusions {
    margin-top: -25px;
}
.magic_illusions .text_content {
    position: relative;
    top: 40px;
}
.star_review {
    border-top: 1px solid #fff;
}
.star_img {
    display: flex;
    align-items: center;
    gap: 12px;
}
.star_img img {
    width: 100px;
}
.star_review h6 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    color: var(--clr-white);
}
.star_review p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: var(--clr-white);
}
.bx_item1 {
    width: 200px;
    height: 200px;
    padding: 50px 0;
    margin: 0 auto;
    text-align: center;
    border-radius: 100%;
    border: 2px solid #FFFFFF;
}
.bx_item1 h2 {
	font-size: 40px;
    line-height: 60px;
    font-weight: 300;
    color: var(--clr-white);
}
.bx_item1 h5{
	font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: var(--clr-white);
}








.woocommerce-page table.wc-block-cart-items {
    border: 1px solid hsla(0,0%,7%,.11);
}
.woocommerce-page table.wc-block-cart-items th {
    padding: 12px !important;
    color: #3EBCEC;
    font-size: 16px;
}
.woocommerce-page table.wc-block-cart-items button.wc-block-cart-item__remove-link {
    color: #3EBCEC !important;
    font-size: 14px !important;
}
.woocommerce-page table.wc-block-cart-items button.wc-block-cart-item__remove-link:hover {
    color: #3EBCEC !important;
}
.woocommerce-page .wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block {
    border: 1px solid hsla(0,0%,7%,.11);
    padding: 0;
}
.woocommerce-page .wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block span.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
    color: #3EBCEC !important;
    font-size: 14px !important;
    padding: 12px;
}
.woocommerce-page .wc-block-components-sidebar a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    display: flex;
    width: 200px;
    color: #fff;
    margin: 25px auto 0;
    text-align: center;
    justify-content: center;
	color: var(--clr-black);
    border: 2px solid #CD9E2C;
    background: transparent linear-gradient(180deg, #FFE964 0%, #DCAA35 100%) 0% 0% no-repeat padding-box;
}
.woocommerce-page .wc-block-components-sidebar a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover {
	background: var(--clr-yellow);
    border: 2px solid var(--clr-yellow);
}
.woocommerce-page button.wc-block-components-address-form__address_2-toggle {
    padding: 12px 0;
}
.woocommerce-page button {
    background-color: var(--clr-primary);
    border-color: var(--clr-primary);
    color: #fff;
    margin: 25px auto 0;
    text-align: center;
    justify-content: center;
    border: none;
    outline: none;
}
.woocommerce-page button:hover {
    background-color: #5c636a;
}
.woocommerce-page span.wc-block-components-order-summary__button-text {
    text-align: left;
    float: left;
}
.woocommerce-page button.wc-block-components-panel__button {
    text-align: left;
    background-color: transparent;
    color: #000;
    border-color: transparent;
}
.woocommerce-page .wc-block-components-totals-coupon.wc-block-components-panel button {
    background-color: transparent;
    color: #000;
    border-color: transparent;
}
.woocommerce nav.woocommerce-MyAccount-navigation {
    width: 20%;
    height: 100%;
    box-shadow: 0px 5px 12px rgb(17 17 17 / 8%);
    margin-right: 0 !important;
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li {
	transition: 0.5s all;
    border-bottom: 1px solid rgb(143 143 143 / 35%);
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li a {
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    padding: 10px 10px;
    display: inline-block;
    transition: 0.5s all;
    color: var(--clr-black);
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li.is-active {
    background-color: var(--clr-secondary);
}
.woocommerce nav.woocommerce-MyAccount-navigation ul li:hover {
    background-color: var(--clr-secondary);
}
.sidebar_categories {
    width: 100%;
    height: 100%;
    padding: 45px 30px;
    text-align: center;
    background-color: rgb(200 203 204 / 49%);
    box-shadow: 0px 5px 12px rgb(17 17 17 / 8%);
}
.sidebar_categories h5 {
    font-size: 18px;
    color: #14171F;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 20px;
}
.sidebar_categories .imgbx img {
    width: auto;
    height: 230px;
    margin: 0 auto;
    object-fit: contain;
}
.sidebar_categories h4 {
    font-size: 28px;
    color: #14171F;
    font-weight: 700;
    line-height: 40px;
    margin: 20px 0 0;
}
.sidebar_categories p {
    font-size: 20px;
    color: #799B7D;
    font-weight: 400;
    line-height: 26px;
    font-family: var(--ff-heading);
}
.recent_list_colm h6 {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    color: #14171F;
    opacity: 0.3;
    margin-bottom: 10px;
    font-family: var(--ff-heading);
}
.recent_list_colm {
    width: 100%;
    padding: 20px;
    text-align: left;
    border-radius: 16px 16px 0px 0px;
    background-color: var(--clr-white);
}
.recent_list_colm ul li {
    width: 100%;
    padding: 0 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list_sub_tile {
    gap: 20px;
    display: flex;
    align-items: center;
}
.list_sub_tile h5 {
    letter-spacing: normal;
    color: #28283A;
    margin: 0;
    width: calc(100% - 30px);
}
.list_sub_tile h5 span {
    font-size: 16px;
    font-weight: 400;
    color: #28283A;
    opacity: 0.7;
    display: inline-block;
    width: 100%;
}
.img_thumnail img {
    width: 72px;
    height: auto;
    object-fit: cover;
}
.more_option a {
    color: #C8CBCC;
    font-size: 18px;
}
.recent_song {
    padding: 30px 0 0;
}
.recent_song h5 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: var(--clr-accent);
}
.product_bx {
    width: 100%;
    margin-top: 10px;
    text-align: left;
}
.product_bx .product_title p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    opacity: 0.7;
    margin: 0;
    color: var(--clr-black);
    font-family: var(--ff-heading);
}
.product_bx .primary-btn a {
    float: left;
}
.shop-detail_sec .woocommerce-product-gallery {
    padding: 15px;
    text-align: center;
    margin: 0 !important;
    border: 2px solid rgb(112 112 112 / 76%);
}
.shop-detail_sec .woocommerce-product-gallery img.wp-post-image {
    max-width: 100%  !important;
    height: 100%;
    object-fit: cover;
    width: 100%;
    border-radius: 0;
}
.shop-detail_sec .summary.entry-summary h1.product_title.entry-title {
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    margin: 0;
    padding: 0px 0 15px;
    color: #3ebcec;
    border-bottom: 1px solid #CCCCCC;
}
.shop-detail_sec .summary.entry-summary p.price {
    margin: 20px 0 10px;
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    color: #000000;
}
.shop-detail_sec .summary.entry-summary .woocommerce-product-details__short-description p {
    line-height: 28px;
    font-size: 16px;
    color: #5A5A5A;
}
.shop-detail_sec .summary.entry-summary table.variations select {
    max-width: 50%;
    border: 1px solid #CCCCCC;
    padding: 10px;
    width: 100%;
    color: #5A5A5A;
    font-size: 15px;
}
.shop-detail_sec .summary.entry-summary form.variations_form.cart {
    margin: 0;
}
.shop-detail_sec .summary.entry-summary .quantity {
    width: auto;
    margin: 0;
    border: 1px solid #CCCCCC;
}
.shop-detail_sec .summary.entry-summary form.cart {
    padding: 10px 0 0;
    margin: 0 0 20px;
}
.shop-detail_sec .summary.entry-summary .quantity button {
    background-color: transparent;
}
.shop-detail_sec .summary.entry-summary .quantity input {
    background-color: transparent;
    box-shadow: none;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}
.shop-detail_sec .summary.entry-summary  button.single_add_to_cart_button.button.alt {
    display: inline-block;
    padding: 10px 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    transition: 0.5s all;
    border-radius: 0px;
    outline: none;
    box-shadow: none;
    margin: 0;
    opacity: 1 !important;
    text-transform: uppercase;
    background-color: #3ebcec;
}
.shop-detail_sec .summary.entry-summary  button.single_add_to_cart_button.button.alt:hover {
	color: #353535;
    background-color: rgb(252 228 3 / 50%);
}
.shop-detail_sec .summary.entry-summary .edit-link a {
    display: inline-block;
    padding: 4px 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    transition: 0.5s all;
    border-radius: 0px;
    outline: none;
    box-shadow: none;
    margin: 0;
    opacity: 1 !important;
    text-transform: uppercase;
    background-color: #3ebcec;
}
.shop-detail_sec .summary.entry-summary .edit-link a:hover {
	color: #353535;
    background-color: rgb(252 228 3 / 50%);
}
.shop-detail_sec .summary.entry-summary .product_meta {
    margin: 10px 0 0;
}
.single-product .shop-detail_sec .woocommerce-tabs.wc-tabs-wrapper {
    display: inline-block;
    width: 100%;
    padding: 0;
}
.shop-detail_sec .container-fluid {
    padding: 0;
}
.single-product .shop-detail_sec .related.products {
    position: relative;
	padding: 0;
}
.single-product .shop-detail_sec .related.products ul.products li {
    width: auto;
    transition: 0.5s;
    margin: 0 8px 30px 8px !important;
    text-align: center;
}
.single-product .shop-detail_sec .related.products h2 {
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    width: 100%;
    font-weight: 500;
    margin-bottom: 40px;
    color: #2E2E2E;
}
.single-product .shop-detail_sec .related.products ul.products li h2.woocommerce-loop-product__title {
    text-transform: capitalize;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #2E2E2E;
    margin: 0;
}
.single-product .shop-detail_sec .related.products ul.products li img {
    max-width: 100% !important;
    object-fit: cover;
    height: 325px !important;
    border-radius: 0;
    width: 100%;
}
.single-product .shop-detail_sec .related.products ul.products li a.button {
    display: inline-block;
    padding: 6px 15px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    transition: 0.5s all;
    border-radius: 2px;
    outline: none;
    box-shadow: none;
    margin: 0;
    text-transform: uppercase;
    background-color: #3ebcec;
}
.single-product .shop-detail_sec .related.products ul.products li a.button:hover {
    color: #000000;
    background-color: var(--clr-secondary);
}
.shop-detail_sec .site-main {
    margin-bottom: 0;
}
.shop-detail_sec .content-area {
    margin: 0;
}


.tribe-events-calendar-list__event-datetime-wrapper.tribe-common-b2 {
    margin: 0 !important;
}
.tribe-events a.tribe-events-calendar-list__event-title-link.tribe-common-anchor-thin {
    color: var(--clr-blue) !important;
}
.tribe-events h3.tribe-events-calendar-list__event-title.tribe-common-h6.tribe-common-h4--min-medium {
    margin: 0 !important;
}
.tribe-events time.tribe-events-calendar-list__event-datetime span {
    margin: 0 !important;
    opacity: 0.6 !important;
}
.tribe-events .tribe-events-calendar-list__event-date-tag-datetime {
    background-color: var(--clr-blue);
    height: auto !important;
    padding: 15px 0 !important;
    border-radius: 5px !important;
}
.tribe-events .tribe-events-calendar-list__event-date-tag-datetime span {
    color: #fff !important;
}
.tribe-events button.tribe-events-c-nav__prev.tribe-common-b2 {
    color: #0d6efd !important;
    opacity: 1 !important;
}
.tribe-events button.tribe-events-c-nav__prev.tribe-common-b2 path {
    fill: #0d6efd !important;
}
.tribe-events button.tribe-events-c-nav__next.tribe-common-b2 {
    color: #0d6efd !important;
    opacity: 1 !important;
}
.tribe-events button.tribe-events-c-nav__next.tribe-common-b2 path {
    fill: #0d6efd !important;
}

.gallery_portofolio .envira-gallery-wrap img {
    width: 100%;
}
.mob-menu-logo-holder {
    display: none;
}
.header section button.btn.btn-primary.rounded-pill {
    margin: 0;
}



.shop_heading_sec .storefront-sorting {
    display: none;
}

/*.shop_heading_sec .product_song_list.px-5 {
    padding-right: 20px !important;
    padding-left: 0 !important;
}*/

.shop_heading_sec .product_song_list li.product {
    margin-bottom: 40px;
}
/**
.woocommerce .shop_heading_sec .recent_song img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    margin: 0 0 10px;
}**/
.woocommerce  .shop_heading_sec .recent_song h2.woocommerce-loop-product__title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin: 0;
    color: var(--clr-accent);
}
.woocommerce .shop_heading_sec .recent_song span.woocommerce-Price-amount.amount {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    opacity: 0.7;
    margin: 0;
    color: var(--clr-black);
    font-family: var(--ff-heading);
}
.woocommerce .shop_heading_sec .recent_song a.button {
    display: inline-block;
    padding: 6px 15px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    transition: 0.5s all;
    border-radius: 2px;
    outline: none;
    box-shadow: none;
    margin: 0;
    text-transform: uppercase;
    background-color: #3ebcec;
}
.woocommerce .shop_heading_sec .recent_song a.button:hover {
    background-color: var(--clr-secondary);
}
.shop_heading_sec .shop_footer_sec .storefront-sorting {
    display: block;
}
.shop_heading_sec .shop_footer_sec .storefront-sorting form.woocommerce-ordering {
    display: none;
}
.shop_heading_sec .shop_footer_sec .storefront-sorting p.woocommerce-result-count {
    display: none;
}
.shop_heading_sec .shop_footer_sec .storefront-sorting nav.woocommerce-pagination {
    float: left;
}
.shop_heading_sec .shop_footer_sec .storefront-sorting nav.woocommerce-pagination ul li span {
    width: 50px;
    height: 50px;
    font-size: 20px;
    padding: 8px 0;
    font-weight: 400;
    letter-spacing: 0.5px;
    border-radius: 100%;
    border: 1px solid rgb(62 188 236 / 10%);
    background-color: rgb(62 188 236 / 48%);
}
.shop_heading_sec .shop_footer_sec .storefront-sorting nav.woocommerce-pagination ul li a {
    width: 50px;
    height: 50px;
    font-size: 20px;
    padding: 8px 0;
    font-weight: 400;
    letter-spacing: 0.5px;
    border-radius: 100%;
    border: 1px solid #3EBCEC;
    background-color: transparent;
}
.shop_heading_sec .shop_footer_sec .storefront-sorting nav.woocommerce-pagination ul li a:hover {
	border: 1px solid rgb(62 188 236 / 10%);
    background-color: rgb(62 188 236 / 48%);
}
.left_nav ul li .sub-menu {
	/* display: none; */
}
.home_img_slider .slick-slide {
	margin: 0 5px;
}
.home_img_slider .slide_img_bx img{
	border: 2px solid #fff;
}
.home_img_slider  button {
    display: none !important;
}
.home_img_slider ul.slick-dots {
    display: none !important;
}
.home_img_slider {
    margin: 0 !important;
}
 
.navigation ul li.current_page_item a {
    border-bottom: 1px solid #009BD6;
    color: #009BD6;
}
.navigation ul li a:hover {
    border-bottom: 1px solid var(--clr-gray);
}
.navigation ul li.current_page_item a {
    border-bottom: 1px solid var(--clr-gray);
}
.navigation ul li {
    position: relative;
}
.navigation ul li ul.sub-menu {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
    background-color: #009BD6;
    width: 200px;
    display: block;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    top: 35px;
    text-align: left;
    box-shadow: 0px 5px 12px rgb(17 17 17 / 38%);
    margin: 0;
}
.navigation ul li ul.sub-menu li {
    display: block;
    margin: 0;
    padding: 0 0px;
    border-bottom: 1px solid #fff;
}
.navigation ul li ul.sub-menu li a {
    padding: 5px 10px;
    display: inline-block;
    width: 100%;
    font-size: 14px; 
    font-weight: 400;
    line-height: 25px;
    color: var(--clr-white);
	border-bottom: 1px solid transparent;
}
.navigation ul li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
}
.navigation ul li ul.sub-menu li a:hover {
	color: var(--clr-gray);
	background-color: var(--clr-white);	
}/**
.social_contact_link ul li:nth-child(7) {
    background-color: transparent;
    line-height: normal;
    height: auto;
}**/

.social_media ul li:nth-child(7) {
    line-height: normal;
    height: auto;
    width: 22px;
}
.inner_footer_colm.social_media {
    text-align: left;
	    max-width: 70%;
}
.inner_footer_colm.social_media ul{
    justify-content: flex-start;
}
.hidebtn{display:none !important;}




.newsletter-text {
  color: #2b2100;
  font-size: 1.1rem;
  line-height: 1.5;
}

.newsletter-bar .primary_btn .btn-blue {
    width: auto;
    height: 55px;
    padding: 0 45px;
    border: none;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    transition: 0.5s;
    border-radius: 32px;
    text-transform: capitalize;
    color: var(--clr-white);
    font-family: var(--ff-nunito);
    background: transparent linear-gradient(180deg, #3EBCEC 0%, #35A4CE 100%) 0% 0% no-repeat padding-box;
}

.newsletter-bar .primary_btn .btn-blue:hover {
    color: var(--clr-black);
    background: var(--clr-white);
}
