:root {
    --theme-font:'Red Hat Display';
    --theme-pink:#D90368;
    --theme-purple:#820263;
    --theme-yellow:#FEA82F;
}
html, body{
    background-color: #fff;
}
body {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-family: var(--theme-font);
    font-weight: normal;
    font-size: 14px;
    font-style: normal;
    color: #000;
}
/* editor css*/
.c_editor {
    line-height: 1.3;
    font-size: 18px;
    color: #100E1B;
}
.c_editor p {
    margin-top: 20px;
    word-break: break-word;
    color: #3C3C3C;
}
.c_editor strong{
    font-weight: bold;
}
.c_editor i, .c_editor em{
    font-style: italic;
}
.c_editor em{
    font-size: 14px;
    font-style: normal;
    letter-spacing: 0.2px;
}
.c_editor > ul, .c_editor > ol{
    margin-top: 30px;
}
.c_editor ul li, .c_editor ol li{
    list-style: none;
}
.c_editor ul li{
    position: relative;
    padding-left: 20px;
    margin-top: 10px;
    word-break: break-word;
}
.c_editor ul li:before{
    position: absolute;
    left: 0;
    top: 14px;
    width: 8px;
    height: 8px;
    background-color: #100E1B;
    border-radius: 50%;
    content: '';
}
.c_editor ul li {
    border-radius: 0;
}
.c_editor ol{
    counter-reset: item;
}
.c_editor ol li{
    counter-increment: item;
    padding-left: 0px;
    margin-top: 10px;
    display: table;
    word-break: break-word;
}
.c_editor ol li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    font-size: 14px;
    color: #100E1B;
    line-height: 1;
    padding-right: 5px;
    white-space: nowrap;
}
.c_editor blockquote {
    font-weight: bold;
    border-left: 3px solid #100E1B;
    position: relative;
    background-color: #fafafa;
    padding: 25px 30px;
    margin-top: 40px;
}
.c_editor blockquote p{
    margin-top: 0;
}
.c_editor img.alignright { float: right; }
.c_editor img.alignleft { float: left; }
.c_editor img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.c_editor .alignright { float: right; }
.c_editor .alignleft { float: left; }
.c_editor .aligncenter { display: block; margin-left: auto; margin-right: auto; }
.c_editor figure {
    width: auto !important;
    max-width: 100%;
}
.c_editor img{
    width: auto;
    height: auto;
}
.c_editor p:after {
    clear: both;
    content: '';
    display: block;
}
.c_editor table{
    text-align: center;
    width: 100%;
    margin-top: 30px;
    border: 1px solid #707070;
    border-left: none;
    border-top: none;
}
.c_editor table td{
    padding: 10px;
    border-top: 1px solid #707070;
    vertical-align: middle;
    border-left: 1px solid #707070;
    word-break: break-word;    
}
.c_editor > *:first-child,.c_editor ul li:first-child {
    margin-top: 0;
}
.c_editor a {
    color: #100E1B;
    transition: color .5s;
}
.c_editor a:hover {
    color: #100E1B;
}
.c_editor h1, .c_editor h2, .c_editor h3, .c_editor h4, .c_editor h5, .c_editor h6{
    margin-top: 30px;
    line-height: 1.1;
    font-weight: 600;
    word-break: break-word;
    color: var(--theme-pink)
}
.c_editor h1+p,
.c_editor h2+p,
.c_editor h3+p,
.c_editor h4+p,
.c_editor h5+p
.c_editor h6+p{
   margin-top: 0;
}
.c_editor h1 {
    font-size: 38px;
}
.c_editor h2 {
    font-size: 34px;
}
.c_editor h3 {
    font-size: 32px;
}
.c_editor h4 {
    font-size: 22px;
}
.c_editor h5 {
    font-size: 17px;
}
.c_editor h6 {
    font-size: 15px;
}
/**********/
/* titles */
.section_title{
    font-size: 48px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.2;
}
.c{
    max-width: 1760px;
}
.small_title{
    font-size: 22px;
    color: #fff;
}
.trans_tit{
    -webkit-text-stroke: 0.5px #fff;
    -webkit-text-fill-color: transparent;
}
.color_tit{
    color:var(--theme-purple);
}
.color_tit span{
    color: #100E1B;
    display: block;
}
/************/
.row{
    font-size: 0;
}
.col_80{
    width: 80%;
} 
.menus li a{
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    font-weight: 900;
}
.menus li {
    display: inline-block;
    list-style-type: none;
    padding-left: 50px;
}
.menus ul li:first-child{
    padding-left: 0;
}
.header .row{
    margin: 0 -15px;
}
.header .col{
    padding: 0 15px;
    vertical-align: middle;
}
.header {
    background-color: rgb(16 14 27 / 80%);
    padding: 35px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}
.main_logo{
    display: inline-block;
}
.main_logo img{
    height: 75px;
    object-fit: contain;
}
.menus li.current-menu-item a {
    color: var(--theme-pink);
}
.menus li.current-menu-item a:before{
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--theme-pink);
    opacity: 0;
    transition: all 0.4s ease;
}
.menus li a:hover{
    color: var(--theme-pink);
}
.menus li a:hover:before{
    opacity: 1;
}
.menus li.current-menu-item a:before{
    opacity: 1;
}
.header .col:nth-child(2){
    text-align: right;
}
.footer{
    background-color: #100E1B;
    padding: 30px 0;
    margin-top: 15px;
}
.footer_grid .row{
    margin: 0 -15px;
}
.footer_grid .col{
    padding: 0 15px;
    vertical-align: middle;
}
.footer_grid .col:nth-child(2){
    text-align: right;
}
.desc{
    font-size: 18px;
    color: #fff;
    line-height: 1.3;
}
.fosoc_links .fsoc_link{
    font-size: 25px;
    color: var(--theme-pink);
    line-height: 1;
    margin-left: 30px;
}
.fosoc_links .fsoc_link:hover{
    color: var(--theme-pink);
}
.fosoc_links .fsoc_link:first-child{
    margin-left: 0;
}
.adr_link ._1{
    color: var(--theme-pink);
}
.adr_link ._2{
    padding-left: 5px;
}
.adr_link span{
    display: inline-block;
    line-height: 1;
}
.adr_links .adr_link{
    display: inline-block;
    font-size: 18px;
    color: #fff;
}
.adr_links .adr_link:nth-child(2){
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #fff;
}
.fosoc_links,.adr_links{
    display: inline-block;
    vertical-align: middle;
}
.fo_links .adr_links{
    padding-left: 40px;
}
.trans_txt{
    text-transform: uppercase;
    font-size: 28px;
    -webkit-text-stroke: 0.5px #fff;
   -webkit-text-fill-color: transparent;
}
.signup_form .f_field {
    width: 530px;
    padding: 15px 15px 15px 30px;
    border-radius: 50px;
    border: 1px solid #598392;
    color: #fff;
    font-size: 16px;
}
.signup_form .f_field::placeholder{
    color: #fff;
}
.signup_form .input_col{
    display: inline-block;
}
.signup_form .input_col:nth-child(2){
    padding-left: 15px;
}
.cpy_txt{
    font-size: 14px;
    color: #fff;
}
.cpy_txt span{
    color: var(--theme-pink);
    text-transform: uppercase;
}
.footer_grid{
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #598392;
}
.footer_grids .footer_grid:first-child{
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}
.col_75{
    width: 75%;
}
.work_grid .image{
    padding-top: 56%;
}
.latest_grids {
    background: transparent linear-gradient(180deg, #D90368 0%, #820263 100%) 0% 0% no-repeat padding-box;
    padding: 70px 0;
    position: relative;
}
.grid_tit{
    font-size: 22px;
    color: #fff;
    padding-top: 20px;
    font-weight: 500;
}
.work_grid .grid_tit{
    max-width: 70%;
}
.blog_grid .grid_tit{
    max-width: 80%;
}
.grid_overlay{
    position: relative;
}
.grid_overlay:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.4s ease;
}
.work_grid .grid_overlay:after{
    background-color: rgb(217 3 104 / 65%);
}
.grid_overlay:hover:after{
    opacity: 1;
}
.work_grid .btn_inner{
    position: relative;
}
.overlay_btn{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    opacity: 0;
    transition: all 0.4s ease;
}
.grid_overlay:hover .overlay_btn{
    opacity: 1;
}
.swiper_inner {
    padding-top: 20px;
}
.grid_swiper{
    position: relative;
}
.work_grids .swiper-button-next{
    top: 0;
    right: 0;
}
.work_grids .swiper-button-prev{
    top: 0;
    right: 50px;
    left: auto;
}
.blog_grids .swiper-button-next{
    top: 0;
    left: 50px;
    right: auto;
}
.blog_grids .swiper-button-prev{
    top: 0;
    left: 0;
}
.grid_swiper .swiper-button-next:after, .grid_swiper .swiper-button-prev:after{
    font-size: 20px;
    color: #fff;
    transition: all 0.4s ease;
}
.grid_swiper .swiper-button-next, .grid_swiper .swiper-button-prev{
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 50%;
    margin-top: 0;
    transition: all 0.4s ease;
}
.grid_swiper .swiper-button-next:hover, .grid_swiper .swiper-button-prev:hover{
    border: 2px solid var(--theme-yellow);
}
.grid_swiper .swiper-button-next:hover:after, .grid_swiper .swiper-button-prev:hover:after{
    color: var(--theme-yellow);
}
.latest_grids .grid_inner{
    padding-top: 70px;
}
.latest_grids .grid_inner:first-child{
    padding-top: 0;
}
.blog_grid .image{
    padding-top: 62%;
}
.overlay_btn .rm_txt{
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
}
.blg_date span{
    font-size: 16px;
    display: inline-block;
    color: #fff;
    background-color: var(--theme-yellow);
    padding: 10px 30px;
    position: relative;
    z-index: 1;
    font-weight: 900;
}
.blg_date{
    position: absolute;
    top: 0;
    right: 0;
}
.blog_grids .section_title{
    text-align: right;
}
.home .banner_title span{
    display: block;
}
.home .banner{
    height: 830px;
}
.banner{
    position: relative;
    height: 800px;
}
.home .banner .banner_cont{
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    bottom: auto;
}
.banner .cont_inner{
   max-width: 30%;
}
.banner .section_title{
    color: var(--theme-pink);
}
.home .banner .trans_tit{
    display: block;
}
.home .banner .desc{
    padding-top: 15px;
}
.banner .desc{
    padding-top: 25px;
}
.footer_grid .desc{
    padding-top: 15px;
}
.btn{
    font-size: 16px;
    display: inline-block;
    line-height: 1;
    padding: 15px;
    width: 260px;
    color: #ffffff;
    border: 1px solid #fff;
    background-color: transparent;
    text-transform: uppercase;
    border-radius: 25px;
    text-align: center;
}
.btn:hover{
    background-color: var(--theme-yellow);
    color: var(--theme-purple);
    border: 1px solid var(--theme-yellow);
}
.banner .banner_cont{
    position: absolute;
    left: 0;
    bottom: 90px;
    height: auto;
    z-index: 1;
    width: 100%;
}
.footer_grid .sign_txt{
    font-size: 28px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
}
.signup_form .btn{
    border: 1px solid var(--theme-pink);
    cursor: pointer;
    transition: all 0.4s ease;
}
.signup_form .btn:hover{
    border: 1px solid var(--theme-pink);
    background-color: var(--theme-pink);
    color: #fff;
}
.fsoc_link:hover{
    color: #598392;
}
.adr_link:hover{
    color: var(--theme-pink);
}
.work_grid .ply_btn{
    height: 70px;
    object-fit: contain;
}
.blog_grid .grid_overlay:after{
    background-color: rgb(130 2 99 / 70%);
}
.our_artist .ar_row{
    font-size: 0;
    margin: 0 -10px;
}
.our_artist .ar_col{
    display: inline-block;
    padding: 0 10px;
    vertical-align: middle;
}
._1 .ar_col:first-child{
    width: 80%;
}
._1 .ar_col:last-child{
    width: 20%;
}
._2 .ar_row {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
._2 .ar_col:first-child{
    width: 80%;
}
._2 .ar_col:last-child{
    width: 20%;
}
.our_artist .desc{
    padding-top: 10px;
}
.our_artist .btn{
    margin-top: 15px;
}
.our_artist._1{
    padding-right: 70px;
}
.our_artist{
    position: relative;
}
.fimg .image:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--theme-purple);
    transition: opacity 0.4s;
}
.fimg ._1 .image:after{
    background-color: var(--theme-pink);
}
.fimg ._2 .image:after{
    background-color: var(--theme-purple);
}
.our_artist._2{
    padding-left: 70px;
    text-align: right;
}
.mic_img img{
    height: 48px;
    object-fit: contain;
}
.mic_grid{
    width: 120px;
    height: 120px;
    position: relative;
    border: 1px solid #fff;
}
.mic_img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
._1 .mic_grid{
    margin-left: auto;
}
._2 .mic_grid{
    margin-right: auto;
}
.our_artist .art_inner{
    position: relative;
    z-index: 1;
    padding: 30px 0 40px;
}
.img_with_content .c_editor{
    padding-top: 30px;
}
.sec_btns .btn:last-child{
    margin-left: 16px;
}
.img_with_content .btn{
    border: 1px solid var(--theme-purple);
    color: var(--theme-purple);
}
.img_with_content .btn:hover{
    background-color: var(--theme-purple);
    color: #fff;
    border: 1px solid var(--theme-purple);
}
.sec_btns{
    padding-top: 40px;
}
.img_with_content {
    padding: 140px 0;
}
.img_blk .image{
    padding-top: 84%;
}
.img_with_content .grid_inner{
    position: relative;
    overflow: hidden;
}
.img_with_content .img_blk{
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
}
.cont_blk .cont_col{
    width: 50%;
    padding: 200px 0;
}
.cont_blk .col_inner{
    max-width: 70%;
    padding-right: 20px;
}
.img_with_content{
    position: relative;
}
.img_with_content.bg_overlay:before{
    content: '';
    position: absolute;
    top: 0;
    width: 70%;
    height: 100%;
    background-color: #FAE7F0;
}
.left_overlay.img_with_content.bg_overlay:before{
    left: 0;
}
.img_left .cont_blk .cont_col {
    margin-left: 50%;
}
.img_left .cont_blk .col_inner {
    margin-left: auto;
}
.img_left.img_with_content .img_blk{
    left: 0;
    right: auto;
}
.right_overlay.img_with_content.bg_overlay:before{
    right: 0;
}
.latest_blogs .col{
    margin-top: 110px;
    padding: 0 8px ;
}
.latest_blogs .row{
    margin: 0 -8px;
}
.latest_blogs .grid_tit{
    color: #100E1B;
}
.blog_loadmore{
    padding-top: 110px;
    text-align: center;
}
.blog_loadmore .btn{
    border: 1px solid var(--theme-purple);
    color: var(--theme-purple);
}
.blog_loadmore .btn:hover{
    background-color: var(--theme-purple);
    color: #fff;
    border: 1px solid var(--theme-purple);
}
.latest_blogs{
    padding-bottom: 100px;
}
.our_works_grids{
    background: transparent linear-gradient(180deg, #D90368 0%, #820263 100%) 0% 0% no-repeat padding-box;
    padding-bottom: 80px;
}
.our_works_grids .col{
    padding: 0 8px;
    margin-top: 110px;
}
.our_works_grids .row{
    margin: 0 -8px;
}
.ourwork_loadmore{
    padding-top: 110px;
    text-align: center;
}
.ourwork_loadmore .btn:hover{
    color: #fff;
}
.fimg {
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
    display: flex;
}
.fimg ._col{
    width: 50%;
    height: 100%;
}
.fimg .image{
    width: 100%;
    height: 100%;
}
.fimg ._col:hover .image:after{
    opacity: 0.7;
}
.contact_details > .bg_full{
    height: 85%;
    top: 50%;
    transform: translateY(-50%);
}
.register_form> .bg_full{
    height: 85%;
    top: 50%;
    transform: translateY(-50%);
}
.contact_details .c {
    position: relative;
}