:root {
    --bs-font-sans-serif:"Syne", sans-serif;
    --font-weight-400: 400;
    --font-weight-500: 500;
    --font-weight-600: 600;
    --font-weight-700: 700;
    --font-weight-800: 800;
    --theme-color-primary: #262E3F;
    --theme-bg-color:#171717;
}
html,
body {
    height: 100%;
}

body {
    font-family: var(--bs-font-sans-serif);
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    font-weight: var(--font-weight-400);
    font-style: normal;
    background: #fff;

}

dl,
ol,
ul {
    list-style-type: none;
}

ol,
ul {
    padding-left: 0px;
}

.image-full {
    width: 100%;
}

.image-max-width {
    max-width: 100%;
}

a {
    text-decoration: none;
}
a {
    ----bs-link-color-rgb:#0289FD;
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
}
.object-cover {
    object-fit: cover;
}

.header-heigt-fix {
    height: 94px;
}

.header-main-hm {
    padding: 0px 0px 0px;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    background: transparent;
    border-bottom: 1px solid transparent;
}

.logo {
    margin-right: 70px;
}

.header-contbar {
    flex-flow: column wrap;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    justify-content: center;
    padding-left: 32px;
}

.header-contbar span {
    display: block;

}

.header-contbar .titl-sp {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}

.header-contnumber {
    font-weight: 800;
    font-size: 22px;
    line-height: 28px;
    color: #78CA5B;
}

.nav-header-custome {
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

.header-main-hm,
.nav-header-container,
.nav-header-custome {
    height: 85px;
}

.nav-header-custome .nav-item {
    margin-right: 0px;
    position: relative;
}

.nav-header-custome .nav-item:last-child {
    margin-right: 0px !important;
}

.nav-header-custome .nav-item .nav-link {
    font-weight: 600;
    font-size: 16px;
    line-height: 17px;
    color: #fff;
    position: relative;
    padding: 0px 30px;
    line-height: 105px;
    position: relative;
    border-radius: 0px;
}

.nav-header-custome .nav-link.active,
.nav-header-custome .show>.nav-link,
.nav-header-custome .nav-link:hover,
.nav-header-custome .nav-link:focus,
.fixnav .nav-header-custome .nav-item .nav-link:hover,
.fixnav .nav-header-custome .nav-item .nav-link:focus,
.fixnav .nav-header-custome .nav-item .nav-link.active {
    background: rgba(217, 217, 217, 0.15);
    color: #78CA5B;
}

.nav-header-custome .nav-link.active:after,
.nav-header-custome .nav-link:hover:after {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    background: #70B856;
    height: 3px;
}

.btn-booknw {
    background: transparent;
    border-radius: 50px;
    font-weight: 400;
    font-size: 15px;
    color: #272C2E;
    line-height: 16px;
    height: 40px;
    display: inline-block;
    padding: 13px 27px;
    text-decoration: none;
    border: 1px solid #272C2E;
    text-align: center;
}

.nav-headerh {
    height: 149px;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;

}

.header-main-hm-sub {
    background: #fff;
    height: 149px;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}

.fixnav,
.sub-header-main-hm {
    padding: 0px 0px 0px;
    background: rgba(0, 0, 0, 0.20);

backdrop-filter: blur(21px);
}

.fixnav .header-contbar,
.sub-header-main-hm .header-contbar {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}


.subpage-header .header-main-hm {
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.05);
}

.fixnav .nav-header-custome .nav-item .nav-link,
.sub-header-main-hm .nav-header-custome .nav-item .nav-link {
    color: #1B1A1A;
}

.fixnav .header-contbar .titl-sp,
.sub-header-main-hm .header-contbar .titl-sp {
    color: #1B1A1A;
}

.logo-white {
    display: block;
}

.logo-black {
    display: none;
}

.fixnav .logo-white {
    display: none;
}

.fixnav .logo-black {
    display: block;
}

.fixnav.header-main-hm .navbar-toggler .cn_item svg path {
    stroke: #000 !important;
}

.sub-header-main-hm.header-main-hm .navbar-toggler .cn_item svg path {
    stroke: #000 !important;
}

.offcan-custome .offcanvas-header {
    padding: 3rem 1.5rem 1.5rem;
    justify-content: center;
}
.offcanvas-header .btn-close {
    position: absolute;
    right: 10%;
    top: 18%;
    background-image: url(../images/offconvasclose.svg);
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;

}

.offcan-custome.offcanvas-end {
    border-right: none;
    width: 374px;
    border-radius: 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(4px);
    overflow-y: auto;
    max-width: initial;
}
.offcanvas-body {
   
    overflow-y: hidden;
}
.offcan-custome.offcanvas-end:before {
    content: '';
    left: 0px;
    top: 0px;
    background: transparent;
backdrop-filter: blur(0px);
    position: absolute;
    width: 100%;
    height: 100%;
}
.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .4);
}
.sidebar-pills {
    padding-bottom: 0rem;
}

.logo-offcanvas img {
    width: 94px;
}


.sidebar-pills .nav-link {
    color: var(--bs-white);
    font-size: 15px;
    text-transform: capitalize;
    font-weight: var(--font-weight-700);
    padding: 1rem 0.8rem;
    text-transform: uppercase;
}

.sidebar-pills.nav-pills .nav-link.active,
.sidebar-pills.nav-pills .show>.nav-link {
    background-color: transparent;
    color: var(--bs-white);
}

.sidebar-pills.nav-pills .nav-link:focus,
.sidebar-pills.nav-pills .nav-link:hover {
    color: var(--bs-white);
    background-color: transparent;
}

.nav-custometp {
    background-color: #254099 !important;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, .5);
    border-bottom: 1px solid #254099;
}

.nav-custometp .cn_item {
    margin-right: 7px;
}

.nav-custometp .nav-link {
    display: block;
    padding: 1rem 1.6rem 1rem 0rem;
}

.nav-custometp .nav-title {
    font-size: 14px;
}

.nav-diver-tp {
    border-left: 1px solid #4960aa;
    padding-left: 20px;
}

.nav-custometp .link-dark {
    color: #fff;
}

.nav-custometp .link-dark .cn_item svg {
    top: -2px;
}

.header-main-hm .navbar-toggler .cn_item svg path {
    stroke: #fff !important;
}

@media (min-width: 1200px) {
    .dropdown:hover>.dropdown-menu {
        display: block;
    }
    .dropdown-menu > li:hover > .submenu {
        display: block;
    }
    .dropdown-menu .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }
}

.nav-header-custome .nav-link.drpp:before {
    display: inline-block;
    content: "";
    background-image: url(../images/dropdownarrow.svg);
    height: 10px;
    width: 10px;
    background-repeat: no-repeat;
    position: absolute;
    right: -17px;
    top: 6px;
}

.dropdown-menu {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #D6D6D6;
    padding: 15px 0px 15px;
    min-width: 230px;
}

.dropdown-item.active,
.dropdown-item:active {
    color: transparent;
    text-decoration: none;
    background-color: transparent;
}

.dropdown-menu li {
    margin: 0px 0px 0px;
    position: relative;
    padding: 0px 14px;
}

.dropdown-item {
    background: transparent;
    border-radius: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #222222 !important;
    padding: 15px 0px;
    text-transform: capitalize;
}

.dropdown-menu li:hover .dropdown-item{
    background: transparent !important;
    color: #78CA5B !important;
}
.dropdown-menu li .submenu .dropdown-item {
    background: transparent !important;
    color: #222222 !important;
}
.submenu li:hover .dropdown-item {
    background: transparent !important;
    color: #78CA5B !important;
}

@media (max-width: 1199px) {


.header-main-hm, .nav-header-container, .nav-header-custome {
    height: 60px;
}
    .header-main-hm,
    .nav-headerh {
        padding-top: 0px;
        height: 60px !important;
    }

    .header-heigt-fix {
        height: 50px;
    }

    .logo {
        margin-left: 0px;
        margin-right: 0px;
    }

    .logo img {
        width: 165px;
    }

    .btn-booknw {
        display: block;
        text-align: center;
        margin-top: 20px;
    }

    .nav-header-custome .nav-item .nav-link {
        font-size: 15px;
    }

    .header-contbar {
        border-left: none !important;
        padding-left: 17px;
        margin-left: auto;
        height: auto;
        text-align: left;
        justify-content: center;
        padding: 0.8rem 0px 0.8rem 12px;
        position: absolute;
        left: 50%;
        bottom: 4%;
        transform: translateX(-50%);
        white-space: nowrap;
    }

    .header-contbar .titl-sp {
        line-height: 37px;
        color: #fff;
    }
    .offcanvas-title {
        margin-left: 30px;
    }

    .dropdown-menu {
        background: #fbfbfb;
        border-radius: 5px;
        border: none;
        padding: 15px 0px 15px;
        min-width: 230px;
        position: relative !important;
        top: 0px !important;
        transform: translate3d(0px, 0px, 0px) !important;
    }
    .submenu-dogger {
        padding: 0px 0px 15px;
        display: block;
    }
    .dropdown-menu li .submenu-dogger .dropdown-item {
        background: transparent !important;
        color: #222222 !important;
    }
    .submenu-dogger li:hover .dropdown-item {
        background: transparent !important;
        color: #78CA5B !important;
    }
}
@media (max-width: 767px) {
.offcan-custome.offcanvas-end {
    width: 274px;
}
}




/* header end*/
.bg-theme {
    background: var(--theme-bg-color);
}
/* home-banner*/
.home-banner {
    padding: 0px;
    background-image: url(../images/Rectangle4.jpg);
    height: 393px;;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 70px;
    position: relative;
}



.home-banner .container {
    position: relative;
    z-index: 3;
}




.homebanner-content span {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight:  var(--font-weight-800);
    line-height: normal;
    letter-spacing: 0.8px;
    text-transform: capitalize;

}

.homebanner-content h1 {
    -webkit-text-stroke: 1px #fff;
    color: transparent;
font-size: 86px;
font-style: normal;
font-weight: var(--font-weight-700);
line-height: normal;

}


.homebanner-content a {
    background: rgba(120, 202, 91, 0.4);
    border-radius: 10px;
    font-weight: 600;
    font-size: 15px;
    line-height: 16px;
    color: #FFFFFF;
    text-decoration: none;
    display: inline-block;
    padding: 20px 34px;
    text-align: center;
}

.video-hm {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.video-hm video {
    object-fit: cover;
}

@media(max-width:1460px) {
    

    .homebanner-content h1 {
        font-size: 48px;
        line-height: 47px;
    }

    .homebanner-content p {
        font-size: 18px;
        line-height: 32px;
        margin-bottom: 20px;
        width: 100%;
    }
}

@media(max-width:1199px) {
    .home-banner {
        height: 470px;
        padding-top: 50px;
    }

    .homebanner-content {
        width: 95%;
    }

    .homebanner-content span {
        font-size: 28px;
    }

    .homebanner-content h1 {
        font-size: 47px;
        line-height: 68px;
    }

    .homebanner-content p {
        font-size: 15px;
        line-height: 26px;
        margin-bottom: 20px;
        width: 100%;
    }
}

@media(max-width:767px) {
    .home-banner {
        height: 270px;
        padding-top: 80px;
        background-image: url(../images/Rectangle4-mobile.jpg);
        padding-bottom: 70px;
    }

    

    .homebanner-content span {
        font-size: 23px;
        line-height: 29px;
    }
    .homebanner-content h1 {
        font-size: 50px;
        line-height: 56px;
        margin-top: 10px;
    }
    .homebanner-content p {
        font-size: 14px;
        line-height: 23px;
        margin-bottom: 20px;
        width: 100%;
        text-shadow: 1px 4px 10px hsl(0deg 1.89% 10.39% / 49%);
    }

    .homebanner-content a {
        font-size: 13px;
        line-height: 20px;
        padding: 17px 28px;
        background: rgba(120, 202, 91, 0.6);
    }
}

/* home-banner end*/
/* home-banner2*/
.home-banner2 {
    padding: 0px;
    background-color: var(--theme-bg-color);
    background-image: url(../images/home-bg.jpg);
    height: 873px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 70px;
    position: relative;
}

.home-banner2:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    background: rgba(23, 23, 23, 0.40);
    height: 100%;
    z-index: 2;
    background: linear-gradient(90deg, rgba(133, 87, 248, 0.10) 0%, rgba(2, 137, 253, 0.10) 100%);
    backdrop-filter: blur(20px);
}

.home-banner2 .container {
    position: relative;
    z-index: 3;
}

@media(max-width:1460px) {
    .home-banner2 {
        height: 733px;
    }
}

@media(max-width:1199px) {
    .home-banner2 {
        height: 670px;
    }
}

@media(max-width:767px) {
    .home-banner2 {
        height: 670px;
        background-image: url(../images/Video.jpg);
        text-align: left !important;
        padding: 0px 15px;
    }
    .home-banner2:before {
        position: absolute;
        content: '';
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 2;
        background:  linear-gradient(90deg, rgb(133 87 248 / 20%) 0%, rgb(2 137 253 / 30%) 100%);
        backdrop-filter: blur(20px);
    }
}

/* home-banner2 end*/
/* mainheading-content*/
.mainheading-content span {
    color: var(--bs-white);
font-size: 17px;
font-style: normal;
font-weight: var(--font-weight-400);
line-height: 38px; 

}
.mainheading-content span.gradient {
    background: linear-gradient(90deg, #8557F8 0%, #0289FD 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.mainheading-content h1 {
    color: var(--bs-white);
font-size: 40px;
font-style: normal;
font-weight: var(--font-weight-800);
line-height: normal;
text-transform: capitalize;
margin-bottom: 20px;

}
.mainheading-content p {
    color: var(--bs-white);
font-style: normal;
font-weight: var(--font-weight-400);
line-height: 38px;
font-size: 20px;
font-style: normal;
margin-bottom: 30px;

}

.we-content-box p {
    color: var(--bs-white);
    font-size: 16px;
    font-style: normal;
    font-weight: var(--font-weight-400);
    line-height: normal;
    margin: 20px 0px 10px;
}
@media (max-width:767px) { 
    .mainheading-content h1 {
        font-size: 26px;
    }
    .mainheading-content span {
        font-size: 16px;
    }
    .mainheading-content p {
        line-height: 36px;
        font-size: 17px;
    }
    .who-we-section .mainheading-content p {
        font-size: 16px;
        line-height: 31px;
        margin-bottom: 18px;
    }
}
/* mainheading-content end*/
/* artist-lable-section*/
.artist-lable-section {
    background: var(--theme-bg-color);
}
.artist-content .art-title {
    color: var(--bs-white);
    font-size: 20px;
    font-style: normal;
    font-weight: var(--font-weight-700);
    line-height: normal;
    position: relative;
    padding: 20px 0px 0px;
    margin: 0px;
}
.border-line {
    background: linear-gradient(90deg, #8557F8 0%, #0289FD 100%);
    height: 3px;
    width: 61.936px;
    display: inline-block;
}
.artist-content p {
    color: var(--bs-white);
    font-size: 20px;
    font-style: normal;
    font-weight: var(--font-weight-400);
    line-height: 38px;
    margin: 20px 0px 0px;
}
.artist-content-slider .mainheading-content p {
    font-size: 20px;

}
.artist-content-slider {
    padding-left: 70px;
}
.m-partner .border-line {
    width: 130px;
}
.m-partner .mainheading-content h1 {
    margin-bottom: 10px;
}
.m-partner .border-line {
    width: 130px;
}
.swiper-dots-custm .swiper-wrapper {
    padding-bottom: 50px;
 }
 .swiper-dots-custm .swiper-pagination-bullet {    
     background: var(--swiper-pagination-bullet-inactive-color, #fff);
     opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
 }
 .swiper-dots-custm .swiper-pagination-bullet-active {    
     background: linear-gradient(90deg, #8557F8 0%, #0289FD 100%);
 }

 .wrapper-linear {
    display: flex;
    overflow: hidden;
  }
  
  .wrapper-linear .content-move {
    display: flex;
    flex: none;
    align-items: center;
  }
  .single-content-move {
    flex: none;
    margin: 0px 54px 0px;
    position: relative;
}
.single-content-move2 {
    flex: none;
    margin: 0px 30px 0px;
    position: relative;
}
.wrapper-linear {
    overflow: hidden;
    position: relative;
  }
  
  /* .wrapper-linear .content-move {
    animation: left 50s linear infinite;
    -webkit-animation: left 50s linear infinite;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    will-change: transform;
  }
  
  @-webkit-keyframes left {
    from {
      transform: translateX(0%);
    }
    to {
      transform: translateX(-100%);
    }
  }
  
  @keyframes left {
    from {
      transform: translateX(0%);
    }
    to {
      transform: translateX(-100%);
    }
  } */
  
  
 @media (max-width:767px) { 
    .artist-content p {
        font-size: 18px;
        line-height: 35px;
        margin: 11px 0px 0px;
    }
.artist-content .art-title {
    padding: 0px 0px 0px;
    margin: 0px;
}

 }
 @media (max-width:479px) {
    .single-content-move img {
        max-width: 124px;
    }
    .single-content-move {
        margin: 0px 16px 0px;
    }
    .single-content-move2 {
        margin: 0px 15px 0px;
    }
    .single-content-move2 img {
        max-width: 250px;
    }
 }
/* artist-lable-section end*/
/* video-banner-section*/
.video-banner-section {
    background-image: url(../images/video-banner.jpg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.video-banner-section:before {
    width: 100%;
    height: 100%;
    content: '';
    left: 0px;
    top: 0px;
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(23, 23, 23, 0.50) 100%);
}
.video-banner-title {
    color: var(--bs-white);
font-size: 20px;
font-style: normal;
font-weight: var(--font-weight-400);
line-height: 38px;
margin: 30px 0px 0px;
}
.video-plugin iframe {
    height: 750px;
}
@media (max-width:767px) { 
    .video-plugin iframe {
       height: 350px;
   }
   .step-sc-section .mainheading-content p {
    font-size: 17px;
}
}
/* video-banner-section end*/
/* step-sc-section end*/
.step-sc-section {
    background-image: url(../images/Rectangle5.jpg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: cover;

}
.step-sc-section .mainheading-content p {
    font-size: 22px;
}
.timeline-steps {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.timeline-steps .timeline-step {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 1rem
}

.timeline-steps .timeline-content {
    text-align: center
}

.timeline-steps .timeline-content .inner-circle {
    border-radius: 1.5rem;
    height: 55px;
    width: 55px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #3b82f6;
    border-radius: 100%;
    background: linear-gradient(90deg, #8557F8 0%, #0289FD 100%);
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    position: relative;
    z-index: 2;
    padding: 0px;
}
.timeline-steps .timeline-content .inner-circle:before {
    content: '';
    position: absolute;
    left: 1px;
    top: 1px;
    height: 53px;
    width: 53px;
    display: block;
    background: #0D1628;
    border-radius: 100%;
    z-index: -1;
}


.timeline-step p {
    color: var(--bs-white);
    font-size: 14px;
    font-style: normal;
    font-weight: var(--font-weight-500);
    line-height: normal;
    margin: 24px 0px 40px;
}
@media (max-width:768px) {
.timeline-steps .timeline-step {   
    margin: 0.5rem;
    width: 28%;
}
.timeline-step p {
    font-size: 13px;
    margin: 20px 0px 20px;
}
}
@media (min-width:768px) {
    .timeline-steps .timeline-content {
        width: 12rem;
    }
    .timeline-steps .timeline-step:not(:last-child):after {
        content: "";
        display: block;
        border-top: 1px solid #262E3F;
        width: 7.46rem;
        position: absolute;
        left: 9.3rem;
       top: 1.3125rem;
    }
    .timeline-steps .timeline-step:not(:first-child):before {
        content: "";
        display: block;
        border-top: .25rem dotted #3b82f6;
        width: 3.8125rem;
        position: absolute;
        right: 7.5rem;
        top: .3125rem;
        opacity: 0;
    }
    
}
@media (min-width:1200px) {
    .timeline-steps .timeline-content {
        width: 20rem;
    }
    .timeline-steps .timeline-step:not(:last-child):after {
        width: 15.46rem;
        left: 13.3rem;
        top: 1.3125rem;
    }
   
}
@media (min-width:1600px) {
    .timeline-steps .timeline-content {
        width: 25rem;
    }
    .timeline-steps .timeline-step:not(:last-child):after {
        width: 15.46rem;
        left: 18.3rem;
        top: 1.3125rem;
    }
   
}


/* step-sc-section end*/
/* step-sc-section end*/
.artist-board-section-outer {
    background-color: var(--theme-bg-color);
    background: url(../images/parallax-bg1.jpg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-bottom: 100px;
    padding-top: 30px;
}
.artist-board-section-outer .mainheading-content p {
    font-size: 22px;
}

.artist-board-section {
    width: 100%;
    height: 100%;
    content: '';
    left: 0px;
    top: 0px;
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.70) 0%, #171717 100%);
}
@media (max-width:767px) {
.artist-board-section-outer {
    padding-bottom: 50px;
    padding-top: 10px;
}
.artist-board-section-outer .mainheading-content p {
    font-size: 17px;
    margin-bottom: 0px;
}
}
/* step-sc-section end*/
/* accord-section*/
.accord-section {
    background-color: var(--theme-bg-color);
    background-image: url(../images/Rectangle25.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 100px 0px 120px;
    position: relative;
}
.accord-section video {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.accord-section:before {
    width: 100%;
    height: 100%;
    content: '';
    left: 0px;
    top: 0px;
    position: absolute;
    background: rgba(23, 23, 23, 0.95);
    z-index: 2;
}
.custome-according .accordion {
    --bs-accordion-color: var(--bs-white);
    --bs-accordion-bg: transparent;
    --bs-accordion-border-color: transparent;
    --bs-accordion-border-width: var(--bs-border-width);
    --bs-accordion-border-radius: var(--bs-border-radius);
    --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) -(var(--bs-border-width)));
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230a58ca'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
    --bs-accordion-btn-focus-border-color: #86b7fe;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: var(--bs-white);
    --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}
.custome-according .accordion-body {
    background: linear-gradient(90deg, rgba(133, 87, 248, 0.10) 0%, rgba(2, 137, 253, 0.10) 100%);
    border-radius: 15px;
    font-size: 16px;
    line-height: 30px;
    padding: calc(var(--bs-accordion-body-padding-y)* 1.5) calc(var(--bs-accordion-body-padding-x)* 1.5);
}


.custome-according .accordion-button:not(.collapsed) {
    color: var(--bs-white);
    background-color: transparent;
    box-shadow: none;
}
.custome-according .accordion-button {
    font-size: 20px;
    color: var(--bs-white);
    background-color: transparent;
    border: 0;
    border-radius: 0;
    font-weight: var(--font-weight-800);
    box-shadow: none !important;
    padding: 25px 0px 23px;
} 
.custome-according .accordion-button::after {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    margin-left: auto;
    content: "";
    background-image:url("../images/arrow-down.svg") ;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
} 
.custome-according .accordion-button:not(.collapsed)::after {
    background-image:url("../images/arrow-up.svg") ;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}
@media (max-width:767px) { 
    .accord-section {
        padding: 50px 0px 40px;
        margin-top: 0px;
        background-position: 70% 100%;
    }
.custome-according .accordion-button {
    font-size: 17px;
    padding: 18px 0px 12px;
}
.custome-according .accordion-body {
    padding: calc(var(--bs-accordion-body-padding-y)* 1) calc(var(--bs-accordion-body-padding-x)* 1);
}
}
/* accord-section end*/
.slider-artist-image {
    padding-left: 50px;
}
.slider-artist-list li {
    color: var(--bs-white);
font-size: 16px;
font-style: normal;
font-weight: var(--font-weight-400);
line-height:43px; 
position: relative;
padding-left: 26px;
}
.slider-artist-list li:before {
    position: absolute;
    background-image: url(../images/Bullet.svg);
    left: 0px;
    content: '';
    width: 14px;
    height: 15px;
    top: 17px;
}
.slide-image-logo {
    left: 20px;
    bottom: 20px;
}
@media(max-width:1199px){
.slider-artist-image {
    padding-left: 20px;
}
}
@media(max-width:767px){
.slider-artist-list li {
    font-size: 18px;
    line-height: 38px;
}
.slider-artist-list li:before {
    top: 12px;
}
.slide-image-logo {
    width: 220px;
}
}
/* yourcontrol-section*/
.yourcontrol-section {
    background: url(../images/control-bg.jpg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 115px 0px 64px;
    backdrop-filter: blur(10px);
}
.yourcontrol-section:before {
    width: 100%;
    height: 100%;
    content: '';
    left: 0px;
    top: 0px;
    position: absolute;
    backdrop-filter: blur(5px);
    background: linear-gradient(90deg, rgba(133, 87, 248, 0.60) 0%, rgba(2, 137, 253, 0.60) 100%);

}
@media(max-width:767px){
.yourcontrol-section {
    padding: 55px 0px 14px;
}
}
/* yourcontrol-section end*/
/* footer*/

.contact-section {
    padding: 122px 0px 105px;
    color: var(--theme-color-primary);
}
.footerloog img {
    max-width: 230px;
}
.contact-form-inner {
    border: 1px solid #737373;
    border-bottom: none;
}
.form-control-custome {
    background: #FFFFFF;
    border: 1px solid transparent !important;
    border-bottom: 1px solid #737373 !important;
    border-radius: 0px;
    font-weight: 400;
    font-size: 17px;
    line-height: 18px;
    text-transform: capitalize;
    color: var(--theme-color-primary);
    height: 52px;
    box-shadow: none !important;
    outline: none !important;
    padding: 15px 25px 12px 25px;
}
.form-control-custome:focus {
    outline: none !important;
    border: 1px solid transparent;
    border-bottom: 1px solid #0289FD !important;
}
.form-borer-left {
    border-left: 1px solid #737373 !important;
}
.form-control-custome::placeholder {
    color: #B3B3B3;
    opacity: 1;
}

.form-control-custome::-webkit-input-placeholder {
    text-align: left;
}

.form-control-custome:-moz-placeholder {
    text-align: left;
}
.text-area-height {
    height: 137px !important;
}
.button-vend {
    background: #fff !important;
    border-radius: 0px;
    color: #000 !important;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: 45px;
    padding: 0px 35px;
    margin-top: 25px;
    margin-bottom: 25px;
    border: 1px solid #737373 !important;
}
.form-relative {
    position: relative;
}

.footerloog p {
    font-size: 20px;
    font-style: normal;
    font-weight: var(--font-weight-400);
    line-height: 38px;
    margin: 30px 0px 30px;
}
.footer-addres h5 {
    margin-top: 16px;
    margin-bottom: 10px;
}
.footer-addres p {
   margin-top: 0px !important;
   
}
.footer-addres p a {
    color: var(--theme-color-primary) !important;
}
.whatsapp-animat {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 100;
}
footer {
    background: var(--theme-bg-color);
    color: var(--bs-white);
    padding-bottom: 40px;
    padding-top: 40px;
}

.copyright-text {
    font-size: 20px;
}
.social-footer {
    padding: 50px 0px 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
}
.social-footer span {
    color: var(--bs-white);
    font-size: 26px;
    font-style: normal;
    font-weight: var(--font-weight-800);
    line-height: 38px;
    text-transform: uppercase;
    margin-left: 20px;
}
.social-footer a {
    display: flex;
    align-items: center;
    margin-right: 40px;
}
.social-footer a:last-child {
    display: flex;
    align-items: center;
    margin-right:0px !important;
}
@media (max-width:1199px) {
.form-borer-left {
    border-left: 1px solid transparent !important;
}
.footerloog img {
    max-width: 170px;
}
}
@media (max-width:767px) { 
    .contact-section {
        padding: 55px 0px 45px;
    }
    .footerloog img {
        width: 250px;
    }
}
@media (max-width:414px) { 
    .social-footer a {
        margin-right: 0px;
    }
    .social-footer span {
        font-size: 23px;
    }
    .copyright-text {
        font-size: 18px;
    }
    .footerloog p {
        font-size: 17px;
        line-height: 38px;
        margin: 30px 0px 30px;
    }
    footer {
        background: var(--theme-bg-color);
        color: var(--bs-white);
        padding-bottom: 30px;
        padding-top: 30px;
    }
}
/* footer end*/
/* video-plugin*/
.video-plugin {
    background-position: 0px 0px;
    background-size: cover;
    height: 619px;
    position: relative;
}
.play-vd-cn {
    cursor: pointer;
    background: rgba(53, 138, 253, 0.9);
    height: 81px;
    width: 81px;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.video-plugin-vid {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;

}
.video-plugin-vid video {
    object-fit: cover;
}
@media (max-width:1199px) { 
.video-plugin {
    height: 350px;
}
}
@media (max-width:767px) { 
    .video-plugin {
        height: 230px;
    }
    }
/* video-plugin end*/
/* m-partner*/
.m-partner {
    padding-top: 50px;
    padding-bottom: 20px;

}
.m-partne .mainheading-content p {
    font-size: 22px;
}
/* m-partner end*/
/* animation end*/
.inview {
    opacity: 0;
    -webkit-transition: all 0.6s 0.2s ease;
    -moz-transition: all 0.6s 0.2s ease;
    -ms-transition: all 0.6s 0.2s ease;
    -o-transition: all 0.6s 0.2s ease;
    transition: all 0.6s 0.2s ease;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
}

.inview.visible {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.images-an {
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: scale(1.2) translate3d(40px, -40px, 0);
    -moz-transform: scale(1.2) translate3d(40px, -40px, 0);
    -ms-transform: scale(1.2) translate3d(40px, -40px, 0);
    -o-transform: scale(1.2) translate3d(40px, -40px, 0);
    transform: scale(1.2) translate3d(40px, -40px, 0);
}

.images-an.animate.activate-animation {
    opacity: 1;
    -webkit-transform: scale(1) translate3d(0, 0, 0);
    -moz-transform: scale(1) translate3d(0, 0, 0);
    -ms-transform: scale(1) translate3d(0, 0, 0);
    -o-transform: scale(1) translate3d(0, 0, 0);
    transform: scale(1) translate3d(0, 0, 0);
}

/* animation end*/