@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/sf-pro-display/SFProDisplay-BlackItalic.woff2') format('woff2'),
        url('../fonts/sf-pro-display/SFProDisplay-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/sf-pro-display/SFProDisplay-ThinItalic.woff2') format('woff2'),
        url('../fonts/sf-pro-display/SFProDisplay-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/sf-pro-display/SFProDisplay-HeavyItalic.woff2') format('woff2'),
        url('../fonts/sf-pro-display/SFProDisplay-HeavyItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/sf-pro-display/SFProDisplay-LightItalic.woff2') format('woff2'),
        url('../fonts/sf-pro-display/SFProDisplay-LightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/sf-pro-display/SFProDisplay-Medium.woff2') format('woff2'),
        url('../fonts/sf-pro-display/SFProDisplay-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/SFProDisplay-UltralightItalic.woff2') format('woff2'),
        url('../fonts/SFProDisplay-UltralightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/sf-pro-display/SFProDisplay-Bold.woff2') format('woff2'),
        url('../fonts/sf-pro-display/SFProDisplay-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/sf-pro-display/SFProDisplay-Regular.woff2') format('woff2'),
        url('../fonts/sf-pro-display/SFProDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/sf-pro-display/SFProDisplay-SemiboldItalic.woff2') format('woff2'),
        url('../fonts/sf-pro-display/SFProDisplay-SemiboldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

:root {
    --primary-color: #F1646F;
    --green-color: #1ABAC2;
}

.cntct-bread-bg {
    background: #E6F7F8;
}

.faq-bread-bg {
    background: #FEF0F1;
}

.bg-grey {
    background: #FAFAFA;
}

.pd-150 {
    padding: 150px 0;
}

body {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: #00243B;

}

.butn {
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    padding: 12px 16px;
    line-height: 1.5;
    border-radius: 8px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.text-white {
    color: #fff;
}

/* header css */
.right-nav {
    display: flex;
    margin-left: 85px;
}

.right-nav .butn:nth-child(even) {
    margin-left: 12px;
}

.right-nav .butn {
    font-size: 14px;
    line-height: 18px;
    min-width: 94px;
}

.primary-btn {
    background: var(--primary-color);
    color: #fff;
    border: 1px solid var(--primary-color);
}

.primary-btn:hover,
.white-btn:hover {
    background-color: transparent;
    text-decoration: none;
    color: #f1646f;
}

.white-btn {
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    background-color: #fff;
}
.default-btn{
    color: #00243B;
    border:1px solid #fff;
    background-color: #fff;
}
.default-btn:hover{
    text-decoration: none;
    box-shadow: 0px 5px 7px 0px rgb(0 0 0 / 20%);
}

.common-btn {
    padding: 14px 62px;
}

/* end header css */
/* header css */
header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9;
}

.navbar-brand img {
    max-width: 216px;
    width: 100%;
}

.custom-navbar {
    padding: 22px 0;
}

.custom-navbar.navbar .nav-link {
    padding: 10px 20px;
    color: #fff;
    font-weight: 700;
    transition: all .5s ease-in-out
}

.inner-head .nav-link {
    color: #00243B !important;
    transition: all .5s ease-in-out;
}

.nav-link:hover {
    color: #f1646f !important;
}

/* end header css */
/* banner css */
.banner-wrapper {
    background: #00243B;
}

.banner-content h3 {
    color: #fff;
    font-size: 36px;
    line-height: 48px;
    font-weight: 800;
}

.banner-content .common-btn,
.btn-download-wrapper {
    margin-top: 64px;
}

.btn-download-wrapper {
    display: flex;
}

.btn-download-wrapper a:nth-child(even) {
    margin-left: 24px;
}

.mySwiper .swiper-pagination .swiper-pagination-bullet {
    max-width: 174px;
    width: 100%;
    height: 6px;
    background: #fff;
    opacity: 1;
    border-radius: 99px;
}

.mySwiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #00B2BB;
}

.mySwiper .swiper-wrapper .swiper-slide {
    position: unset;
    padding: 191px 0 98px;
    overflow: hidden;
}

.mySwiper .swiper-wrapper .swiper-slide .slide1 {
    background-image: url(../images/Vector-2.png);
    background-position: TOP right;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    right: 0;
    z-index: 99999999;
    z-index: -2;
}

.mySwiper .swiper-wrapper .swiper-slide .slide2 {
    background-image: url(../images/Vector-1.png);
    background-position: TOP right;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    right: -39px;
    z-index: -1;
}

.mySwiper .swiper-pagination {
    bottom: 25px;
}
.banner-img-box:after {
    content: '';
    position: absolute;
    background-image: url(../images/support-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 647px;
    height: 598px;
    right: -114px;
    z-index: -1;
    top: -5px;
}

.float-img {
    position: absolute;
}

.float-img-1 {
    bottom: 39px;
    left: -131px;
}

.float-img-1,
.float-img-2 {
    max-width: 294px;
    width: 100%;
}

.float-img-1 img,
.float-img-2 img {
    width: 100%;
    height: 100%;
}

.float-img-2 {
    top: 160px;
    right:-283px;
}

.float-img-3 {
    bottom: 112px;
    right: -87px;
}

.float-img-4 {
    bottom: -27px;
    right: 68px;
}

.float-img-5 {
    top: -68px;
    right: 47px;
}
.slide-2 img{
    width: 100%;
}
.slide-2:after {
    content: '';
    position: absolute;
    background-image: url(../images/slide-bac-2.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.video-section {
    background: #fff;
    position: relative;
}

.video-section::after {
    content: '';
    background: #00243B;
    border-radius: 0 0 594px 594px;
    width: 1920px;
    height: 95%;
    position: absolute;
    top: -25px;
    left: -1px;
    bottom: 0;
    right: -1px;
    max-width: 100%;
}

/* end banner css */
.video-section .inner-section {
    max-width: 926px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.video-wrapper {
    margin-top: 72px;
}

.video-section .inner-section .text-wrapper {
    max-width: 800px;
    margin: 0 auto;
}

.hire-singer-section p {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    letter-spacing: -0.2px;
    color: #00243B;
    margin: 26px 0 0;
}

section.hire-singer-section {
    padding-bottom: 100px;
    /* border: 1px solid #E6E9EB; */
}

.section-title {
    font-weight: 800;
    font-size: 32px;
    letter-spacing: -0.3px;
    line-height: 36px;
}

.section-title span {
    font-size: 24px;
}

.how-it-works {
    padding: 64px 0 125px;
}

.gallery-container {
    position: relative;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    padding-top: 118px;
}

.gallery-main {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
}
.gallery-main .swiper-wrapper{
    height: 670px;
}
.gallery-main .swiper-button-prev,
.gallery-main .swiper-button-next {
    display: none;
}

.gallery-main .swiper-button-prev::after,
.gallery-main .swiper-button-next::after {
    font-size: 12px;
}

.gallery-main .swiper-button-prev {
    right: 40px;
    border-right: 1px solid #e9e9e9;
}

.gallery-title {
    position: absolute;
    top: 15px;
    right: 15px;
    font-family: "Epilogue", sans-serif;
    font-size: 50px;
    font-weight: 700;
    text-align: right;
    text-transform: uppercase;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    color: #ffffff;
}

.swiper-slide-active .gallery-title {
    -webkit-animation: slide-in 0.3s ease-in both;
    animation: slide-in 0.3s ease-in both;
}

.gallery-thumbs {
    flex: 0 0 50%;
    max-width: 50%;
    height: 710PX;
    margin-right: 15px;
    padding-left: 15px;
}

.gallery-thumbs .swiper-slide img {
    transition: 0.3s;
}

.gallery-thumbs .swiper-slide-active {
    opacity: 0.9;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.gallery-thumbs .swiper-slide-thumb-active img {
    margin-left: -15px;
}

.vedio-wrapper {
    margin-top: 50px;
}


@-webkit-keyframes slide-in {
    from {
        opacity: 0;
        right: -50%;
    }
}

@keyframes slide-in {
    from {
        opacity: 0;
        right: -50%;
    }
}

.single-how-app-work {
	border: 1px solid #E6E9EB;
	border-radius: 12px;
	padding: 15px;
	background: #fff;
	text-align: left;
}

.gallery-thumbs .swiper-slide-thumb-active .single-how-app-work {
    background: #E6F7F8;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.single-how-app-work span.step {
    background: #E6F7F8;
    PADDING: 4PX 6PX;
    color: #00B2BB;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    border-radius: 8px;
    margin-bottom: 6PX;
    display: inline-block;
}

.single-how-app-work h6 {
	font-weight: 700;
	font-size: 20px;
	letter-spacing: -0.2px;
	line-height: 28px;
	margin: 0 0 10px;
}

.single-how-app-work p {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #80929D;
    margin-bottom: 0;
}

section.review-vedio-section {
    padding: 115px 0 212px;
}

.instrumental-section {
    background: #00243B;
    padding: 102px 0 180px;
}

.instrument-video-section {
    max-width: 926px;
    width: 100%;
    margin: 64px auto 34px;
    position: relative;
    padding-bottom:45%;
}

.instrument-video-section  iframe {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.footer-top {
    padding: 104px 0 162px;
}

.footer-col-head {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.2px;
    color: #2B2E35;
    margin-bottom: 16px;
}

.footer-col p {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #80929D;
}

.footer-col ul li {
    list-style: none;
}

.footer-google-link li:first-child {
    margin-bottom: 12px;
}

.footer-google-link li a img {
    width: 135px;
    height: 40px;
}

.footer-col ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
}

.footer-col ul li a {
    color: #00243B;
}
.footer-col ul li a:hover{
    color: #f1646f;
}
.footer-col ul {
    padding: 0;
}

.footer-col.info-col {
    padding-right: 55px;
}

.copyright-footer {
    background: #E6E9EB;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #80929D;
    padding: 13px;
}

/****Mobile Menu****/

.mobile-menu {
    position: relative;
    text-align: right;
    height: 52px;
    line-height: 61px;
}

.offcanvas-menu {
    position: relative;
    z-index: 99999999;
}

.offcanvas-menu:hover:before {
    cursor: pointer;
}

.offcanvas-menu-overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    content: "";
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
    visibility: hidden;
}

.offcanvas-menu-overlay.menu-show {
    background: rgba(0, 0, 0, 0.3);
    visibility: visible;
}

.offcanvas-menu-overlay.menu-show:hover {
    cursor: pointer;
}

.offcanvas-wrapper {
    position: fixed;
    width: 70%;
    right: -100%;
    z-index: 3;
    background: #00243B;
    padding: 0;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    top: 0;
}

.offcanvas-small-links ul li {
    list-style: none;
}

.offcanvas-wrapper .menu-close-btn {
    position: absolute;
    top: 20px;
    right: inherit;
    font-size: 18px;
    width: 51px;
    padding: 0;
    border-radius: 50%;
    height: 50px;
    border: 0;
    background: var(--green-color);
    border: 2px solid #fff;
    left: -30px;
}

.offcanvas-wrapper .menu-close-btn:hover {
    cursor: pointer;
}

.offcanvas-wrapper .menu-close-btn span {
    width: 24px;
    height: 2.67px;
    display: inline-block;
    background: #fff;
    transform: rotate(-45deg);
    position: absolute;
    left: 12px;
    border-radius: 5px;
}

.offcanvas-wrapper .menu-close-btn span:last-child {
    transform: rotate(45deg);
}

.offcanvas-wrapper.active {
    opacity: 1;
    visibility: visible;
    right: 0;
}

.logo1 {
    background: #fff;
    padding: 20px;
    text-align: center;
}

.logo1 a img {
    width: 68px;
}

.offcanvas-links {
    padding: 86px 30px 30px 30px;
    text-align: center;
}

.offcanvas-links ul {
    padding: 0;
}

.offcanvas-links li+li {
    margin-top: 35px;
}

.offcanvas-links li a {
    color: #fff;
    font-size: 16px;
    position: relative;
    font-weight: 500;
    line-height: 32px;
}

.offcanvas-links li a:hover,
.offcanvas-links li.active a,
.offcanvas-links li.active a:hover,
.offcanvas-links li.active a:focus {
    color: var(--primary-color);
    text-decoration: none;
}

.offcanvas-links li a::before {
    background-color: var(--primary-color);
    bottom: 6px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    transition: all .3s ease-in-out 0s;
    -ms-transform-origin: 2px;
    transform-origin: 2;
    visibility: hidden;
    right: 0;
    -webkit-transform: scaleX(0);
    -webkit-transition: all .3s ease-in-out 0s;
    bottom: -1px;
}

.offcanvas-links li a:hover::before {
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    visibility: visible;
}


.offcanvas-links .offcanvas-small-links li.last-menu a {
    background: #213150;
    color: #fff;
    line-height: 48px;
    padding: 0 25px;
    width: 180px;
    text-align: center;
    border-radius: 2px;
}

.offcanvas-links .offcanvas-small-links li.last-menu a:hover {
    background: #fbc108 !important;
    color: #fff;
}

.offcanvas-links .offcanvas-small-links li.last-menu a::before {
    display: none;
}

.offcanvas-links .offcanvas-small-links li a::before {
    left: 0;
}

.tw-off-search {
    color: #000;
    z-index: 99;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0;
    transform: rotate(-180deg);
}

.tw-menu-bar {
    display: block;
    text-align: right;
    padding: 0;
    width: 30px;
    line-height: 2px;
}

.tw-menu-bar span:nth-child(2) {
    width: 24px;
}

.tw-menu-bar:hover {
    cursor: pointer;
}

.tw-menu-bar span {
    display: inherit;
    background: var(--primary-color);
    height: 3px;
    width: 100%;
}

.tw-menu-bar span:nth-child(2) {
    margin: 5px 0;
    width: 30px
}

.tw-menu-bar span:nth-child(1),
.tw-menu-bar span:nth-child(2),
.tw-menu-bar span:nth-child(3) {
    -webkit-animation: animateline 2s infinite linear;
    animation: animateline 2s infinite linear
}

.tw-menu-bar span:nth-child(2) {
    -webkit-animation-delay: 2s;
    animation-delay: 1s
}

.tw-menu-barspan:nth-child(3) {
    -webkit-animation-delay: 3s;
    animation-delay: 2s
}

@-webkit-keyframes animateline {
    0% {
        width: 20%
    }

    50% {
        width: 100%
    }

    100% {
        width: 20%
    }
}

@keyframes animateline {
    0% {
        width: 20%
    }

    50% {
        width: 100%
    }

    100% {
        width: 20%
    }
}

.any-qus {
    padding: 24px 18px 20px 90px;
    background: var(--primary-color);
    border-radius: 0;
    text-align: left;
    position: relative;
}

.any-icn {
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
}

.any-qus h4 {
    color: #fff;
}

.any-qus a {
    color: #fff;
}

/****Faq Page Start****/

.faq-inner .card-header {
    background: transparent;
    border-radius: 12px !important;
    border: 1px solid #E6E9EB !important;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px !important;
}

.faq-inner .btn-block {
    font-weight: 700;
    font-size: 20px;
    color: #00243B;
    position: relative;
}

.faq-inner .btn-block::after {
    position: absolute;
    right: 0;
    background: url(../images/expand_less.png);
    content: '';
    height: 24px;
    width: 24px;
    transform: rotate(0deg);
    top: 10px;
}

.faq-inner .collapsed.btn-block::after {
    transform: rotate(-180deg);
}

.faq-inner .btn.btn-link.btn-block.text-left:focus {
    border: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

.faq-inner .btn-block:hover {
    text-decoration: none;
}

.faq-inner .card {
    border: none !important;
}

.faq-inner .card-body {
    background: #FAFAFA;
    color: #80929D !important;
    border-radius: 12px;
    font-size: 16px;
}

.faq-inner .collapse.show {
    margin-top: -20px !important;
    margin-bottom: 20px;
    transition:  height .35s ease;
}

.faq-inner .collapsing {
    transition:  none !important
}

/****Faq Page End****/

/****Contact Us Page Start****/

.contact-us-frm .form-control {
    height: 54px;
    border-radius: 8px;
    border: 1px solid #667C89;
}

.contact-us-frm .form-control:focus {
    box-shadow: none;
    border: 1px solid #667C89;
}

.contact-us-frm label {
    font-size: 16px;
    color: #301416;
    font-weight: 400;
    margin-bottom: 5px;
}

.contact-us-frm textarea.form-control {
    height: 180px !important;
}

.error {
    color: red !important;
}


/****Contact Us Page End****/

.bredcrum-card {
    padding-top: 450px !important;
    padding-bottom: 150px !important;
    position: relative;
}

.bread-innr-img {
    position: absolute;
    left: 0;
    bottom: -150px;
}

.bread-innr {
    position: relative;
}
.contact-bread-text{
    margin-top: -146px;
}
.contact-bread-text h3 {
    color: #00243B;
    font-weight: 800;
    font-size: 42px;
}

.contact-bread-text p {
    font-weight: 400;
    font-size: 18px;
    color: #80929D;
}

/****Artist Page Start****/
.artist-video-sec {
    background: url(../images/artist-bg.png);
    padding: 200px 0 0 0;
    background-size: cover;
}

.artist-video-hd {
    margin-bottom: 50px;
    text-align: center;
}

.artist-video-hd h3 {
    color: #00243B;
    font-weight: 800;
    font-size: 42px;
    margin-bottom: 0;
}

.artist-video {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    position: relative;
    padding-bottom: 55%;
}
.artist-video iframe{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.artist-video::before {
    position: absolute;
    left: 50%;
    top: 24%;
    transform: translate(-50%, -50%);
    background: url(../images/sound-wave.png);
    content: '';
    width: 1619px;
    height: 594px;
    z-index: -1;
}

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

.artist-app-sec {
    padding: 20px;
    background: #F1646F;
    border-radius: 12px;
    margin-top: 40px;
}

.artist-app-sec h4 {
    color: #fff;
    margin-bottom: 0;
    font-weight: 800;
    font-size: 24px;
    line-height: 34px;
}

.artist-app-btn ul {
    list-style: none;
    margin-bottom: 0;
}

.artist-app-btn ul li {
    display: inline-block;
}

.artist-app-btn {
    min-width: 52%;
    text-align: right;
}

.artist-video-card {
    margin-bottom: -150px;
}

.my-app-step {
    margin-top: 200px;
}

.my-app-list:nth-child(n+1)::before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    background: url(../images/down-border.png);
    width: 715px;
    height: 181px;
    bottom: -44px;
}

.my-app-list:nth-child(2n)::before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    background: url(../images/up-border-art.png);
    width: 715px;
    height: 181px;
    bottom: -44px;
}

.my-app-list:last-child::before {
    display: none;
}

.my-app-list {
    position: relative;
    padding-bottom: 131px;
}

.app-list-dis .step-sec {
    font-weight: 600;
    font-size: 16px;
    color: #00B2BB;
    background: #E6F7F8;
    border-radius: 8px;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 10px;
}

.app-list-dis h4 {
    font-weight: 700;
    font-size: 24px;
    color: #00243B;
    width: 70%;
    line-height: 30px;
}
.app-list-dis p {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #80929D;
}
.get-started-wrapper{
    background-color: #00B2BB;
    border-radius: 12px;
    background-image: url(../images/wave.png);
    padding: 24px 24px 24px 190px;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 140px;
    background-size: contain;
}
.get-started-wrapper h2{
    font-weight: 800;
    font-size: 32px;
    line-height: 36px;
}
.speaker-img-wrapper {
    position: absolute;
    left: -32px;
    top: -77px;
}
.position-unset{
    position: unset;
}
/****Artist Page End****/

.how-app-work-screen-mobile-image {
    background-image: url(../images/Starlight.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    height: 670px;
    left: calc(50% + 0.5px);
    position: absolute;
    top: 0px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 310px;
    z-index: 2;
}

.speaker {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 40px;
    z-index: 99;
    display: none;
}

.ballon {
    display: inline-block;
    position: absolute;
    top: -62px;
    right: 43px;
    z-index: 99;
    display: none;
}

.celebration {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 40px;
    z-index: 99;
    display: none;
}

.slide-one .speaker,
.slide-one .ballon,
.slide-one .celebration {
    display: block;
}

.music {
    display: inline-block;
    position: absolute;
    top: -22px;
    left: 39px;
    z-index: 99;
    display: none;
}

.guitar {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 57px;
    z-index: 99;
    display: none;
}

.mic {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 49px;
    z-index: 99;
    display: none;
}

.slide-two .music,
.slide-two .guitar,
.slide-two .mic {
    display: block;
}

.music2 {
    display: inline-block;
    position: absolute;
    top: -76px;
    right: 67px;
    z-index: 99;
    display: none;
}

.calnder {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 40px;
    z-index: 99;
    display: none;
    transform: translateY(-50%);
}

.chat {
    display: inline-block;
    position: absolute;
    bottom: 0px;
    right: 30px;
    z-index: 99;
    display: none;
}

.slide-three .music2,
.slide-three .calnder,
.slide-three .chat {
    display: block;
}

.happy {
    display: inline-block;
    position: absolute;
    top: -55px;
    left: 40px;
    z-index: 99;
    display: none;
}

.review {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 37px;
    z-index: 99;
    display: none;
    transform: translateY(-50%);
}

.mic-3 {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50px;
    z-index: 99;
    display: none;
}

.slide-four .happy,
.slide-four .review,
.slide-four .mic-3 {
    display: block;
}




.gallery-main .swiper-slide {
    text-align: center;
}

.gallery-main .swiper-slide img {
    margin-top: 11px;
}

.gallery-main::after {
    content: '';
    position: absolute;
    background-image: url(../images/bg-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    left: 0px;
    top: 26px;
    width: 494.44px;
    height: 444.19px;
    z-index: -1;
}

.gallery-main::before {
    content: '';
    position: absolute;
    background-image: url(../images/bg-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    right: 30px;
    bottom: 120px;
    width: 238.54px;
    height: 221.77px;
    z-index: -1;
}
.video-wrapper {
	margin-top: 72px;
	height: 500px;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}
.video-wrapper iframe{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.faq-class {
    text-align: center;
    font-size: 40px;
}

.copyright-footer p {
    color: #7e7e7e;
    font-weight: normal;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
}

.content-page{
    padding: 100px 0 0 0;
}

.content-page .container{
    min-height: 350px;
}
.nav-item.active .nav-link {
	color:#f1646f!important;
}
