<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&amp;display=swap');

*, :before, :after {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}
body {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 200;
    line-height: 26px;
    overflow: hidden;
    background-color: #161619;
    padding: 0 !important;
    margin: 0 !important;
}
h1, h2, h3, h4, h5 h6 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    color: #fff;
}
h1 {
    font-size: 120px;
    font-weight: 900;
    text-align: end;
    margin-bottom: -60px !important;
    position: relative;
    z-index: 9;
}
h1 span {
    text-align: start;
    display: block;
    text-decoration: underline;
    text-decoration-style: solid;
    text-underline-offset: 22px;
    text-decoration-thickness: 10px;
}
h2 {
    font-size: 8.25vw;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-style: solid;
    text-underline-offset: 32px;
    text-decoration-thickness: 10px;
}
h3 {

}
h4 {

}
h5 {

}
h6 {
    font-size: 14px;
    letter-spacing:1.3px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #f5003c;
    font-weight: 900;
    margin-bottom: 4px;
}
.cta {

    transition: all 0.5s ease-in-out
}
button.btn,
a {
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}
p {
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
}
.p_120 {
    padding: 120px 0;
}
.text_align {
    align-items: center;
}
.img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.form-control:focus,
.btn:focus {
    box-shadow: none;
}
.form-control:focus {
    border-color: #D081A1;
}
.form-select:focus {
    border-color: inherit;
    box-shadow: none;
}
.text_hd span {
    color: #D081A1;
    text-transform: uppercase;
    letter-spacing: 0.96px;
}
.container-fluid {
    padding: 0 100px;
}
img {
    max-width: 100%;
    height: auto;
}


/*========== home page start here ==========*/
.hearder_wrapper .navbar-nav .nav-item .nav-link {
    padding: 0;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 800;
    transition: all 0.4s ease-in-out;
    position: relative;
    line-height: 1.1;
}
.hearder_wrapper .navbar-nav .nav-item .nav-link:hover {
    color: #f5003c;
}
.hearder_wrapper .navbar-nav .nav-item .nav-link::after {
    position: absolute;
    content: '';
    bottom: -5px;
    left: 0;
    right: 0;
    width: 0;
    height: 1px;
    border-radius: 100%;
    background-color: red;
    margin: 0 auto;
    transition: all 0.4s ease-in-out;
}
.hearder_wrapper .navbar-nav .nav-item .nav-link:hover::after {
    width: 100%;
}
.hearder_wrapper .navbar-nav .nav-item.active .nav-link {
    color: #f5003c;
}
.hearder_wrapper .navbar .social_icons li a img {
    max-width: 22px;
}
.hearder_wrapper .navbar .navbar-brand img {
    width: 100%;
    max-width:140px;
}
.social_icons {
    display: flex;
    align-items: center;
    gap: 20px;
}
.banner_wreap .banner_content {
    position: relative;
    z-index: 9;
}
.banner_text p:not(:last-child) {
    margin-bottom: 60px;
}
.hearder_wrapper .navbar {
    padding: 0 100px;
}
.hearder_wrapper .navbar .container-fluid {
    justify-content: space-between;
}
.hearder_wrapper .navbar .navbar-brand {
    margin: 0;
    padding: 0;
}
.hearder_wrapper .navbar .navbar-collapse {
    justify-content: end;
    flex-grow: inherit;
}
.hearder_wrapper .navbar .navbar-collapse .navbar-nav {
    gap:20px;
}
.hearder_wrapper .navbar ul.social_icons, .hearder_wrapper .navbar .navbar-collapse {
    width: 40%;
}
.hearder_wrapper .navbar .navbar-brand {
    width: 20%;
    text-align: center;
}
.live_content {
    position: relative;
    z-index: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 50%;
}
.live_content:has(iframe) {
	padding-top:56.2%;
	border-radius:15px;
}
.video-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}
.live_content .video-box {
    height: 100%;
}
.video-box video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #fff;
    cursor: auto;
    pointer-events: auto;
}
.video-icon i {
    color: #FFF;
    font-size: 30px;
}
span.animate-ping {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -0.1vw;
    right: -0.1vw;
    bottom: -0.1vw;
    left: -0.1vw;
    border-radius: 50%;
    background: transparent;
    z-index: -1;
}
/* .video-box:hover .video-thumb {
    display: none;
} */
.banner_text {
    padding-top: 200px;
}
.banner_content h1 {
    max-width: 1100px;
    margin: 0 auto;
}
.hd_sml {
    border-bottom: .5px solid #fff;
}
.shound_text p {
    font-size: calc(10px + 2.1vw);
    line-height: 2.85vw;
    font-weight: 800;
    padding-left: 51px;
    color: #131315;
    margin: 0;
}  
.shound_wrapper .shound_img {
    height:auto;
}
.shound_wrapper .shound_img img {
    border-radius: 10px;
} 
.work_text p {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    opacity: 0;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
    width: 100%;
    text-align: center;
}
.work_text:hover p {
    opacity: 1;
    z-index: 999;
}
.work_text {
    position: relative;
    margin: 0 30px;
    transition: all 0.4s ease-in-out;
}
.work_text img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    overflow: hidden;
}
.work_text video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
	padding:2px;
}
.work_content .hd_sml {
    margin-bottom: 50px;
}
.work_slider .draggable {
    padding: 0 220px !important;
}
.work_slider .vid.item {
    position: relative;
    margin: 0 25px;
    cursor: pointer;
}
.work_slider .video_show .video_pasue {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.work_slider .vid::before {
    content: none;
}
.work_slider .video_show {
    height: 600px;
}
.hd_sml_drk {
    padding: 0;
    border-bottom: 1px solid #131315;
}
.color_dark h2 {
    color: #131315;
}
.what_wrapper .what_text {
    display: flex;
    align-items: center;
}
.what_wrapper .what_text ul li {
    color: #131315;
    font-size: 35px;
    line-height: 1.2;
    font-weight: 200;
}
.what_wrapper .what_text ul {
    margin: 120px 0 0 -50px;
}
.hpy_client_rt ul .slick-track,
.hpy_client_text ul .slick-track {
    justify-content: center;
    display: flex;
    align-items: center;
}
.hpy_client_rt {
    margin-top: 80px;
}
.hpy_client_text ul li img , .hpy_client_rt ul li img {
    max-width: 220px;
    margin: 0 auto;
}
.text_lowercase h2 {
    text-transform: inherit;
}
.studio_content .hd_sml h2 {
    margin-bottom: -65px;
    position: relative;
    z-index: 9;
}
.hpy_client_wrapper .hd_sml_drk {
    margin-bottom: 50px;
}
.honor_list li {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 300;
    border-bottom: 1px solid;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.honor_list li:last-child {
    border-bottom: 0;
}
.footer_top p {
    margin: 0 10% 0 0;
    font-weight: 300;
    font-size: 65px;
    line-height: 1.5;
    color: #7b7b7b;
}
.footer_top p a {
    font-weight: 900;
    color: #fff;
    text-decoration: underline;
}
.footer_bt_logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 100px;
}
.footer_bt_list {
    display: flex;
    align-items: center;
    gap: 20px;
	text-transform:uppercase;
}
.footer_bt_list ul li {
    display: grid;
    margin-bottom: 20px;
    font-weight: 300;
    color: #fff;
    font-size: 18px;
    text-align: end;
    line-height: 1.2;
}
.footer_bt_list ul li:last-child {
    margin: 0;
}
.footer_bt_list ul li a {
    color: #fff;
}
.footer_top .hd_sml {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 10px;
}
.footer_top .hd_sml h6 {
    margin: 0;
}
.scroll_lnk {
    width: 110px;
    height: 110px;
}
.more_btn {
    display: flex;
    align-items: center;
    gap: 10px;
}
.more_btn p {
    margin: 0;
    font-weight: 900;
    font-size: 16px;
    font-style: italic;
}
.banner_wreap .more_btn {
    justify-content: end;
    margin-top: 80px;
}
.banner_wreap .more_btn a i {
    transform: rotate(45deg);
}
.shound_wrapper .scroll_lnk {
    color: #131315;
    border-color: #131315;
}
.shound_wrapper .more_btn {
    justify-content: end;
    margin-top: 50px;
}
.shound_wrapper .more_btn p {
    color: #131315;
}
.shound_wrapper .scroll_lnk i {
    transform: rotate(45deg);
}
.the_studi_wreap .more_btn {
    margin-top: -40px;
    position: relative;
    z-index: 9;
}
.the_studi_wreap .more_btn a i {
    transform: rotate(45deg);
}
.footer_logo_img img {
    max-width: 300px;
}
.footer_bt_list a.arrow_btn {
    display: inline-block;
}
.footer_bt_list a.arrow_btn img {
    max-width: 120px;
}
.shound_text p span {
    font-weight: 300;
    font-size:12px;
}
.studio_imgs {
    display: flex;
}
.studio_imgs .work_text img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.video_detail {
    position: relative;
    height: 100%;
    padding-left: 60px;
}
.video_detail video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.playpause {
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: contain;
    background-position: center;
    cursor: pointer;
}
.muted_wreap {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-color: transparent;
    border: 0;
    padding: 0;
    margin: 0;
}
.muted_wreap img {
    max-width: 20px;
}
.muted_wreap.mute_vd::after {
    position: absolute;
    content: '';
    width: 30px;
    height: 2px;
    background-color: #fff;
    right: -4px;
    top: 14px;
    transform: rotate(45deg);
}
.vid::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.video-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.7);
  display: none !important;
  padding: 80px;
}
.video-popup.show-video {
  display: flex !important;
}
.video-popup .iframe-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.video-popup .iframe-wrapper {
	width:100%;
    height:auto;
    position: relative;
}
.video-popup .close-video {
    position: absolute;
    top: -15px;
    right: -15px;
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    font-size: 14px;
    cursor: pointer;
    background-color: #000;
    transition: all 0.2s ease-in-out;
    z-index: 99;
}
.video-popup .close-video:hover {
    background-color: #f5003c;
}
.video-popup .close-video::after {
    position: absolute;
    content: '\f00d';
    font-family: 'FontAwesome';
}
/*========== home page end here ==========*/

/*========== About page start here ==========*/
.about-sec .about-img {
    margin-left: 140px;
}
.about-content p:not(:last-child) {
    margin-bottom: 30px;
}
.about-content .text p:last-child{
    margin-bottom: 0px;
}
.about-content span {
    font-size: 25px;
    display: block;
    margin-top: 16px;
    font-weight: 300;
}
.about-sec .head {
    position: absolute;
    margin-top: 20px;
}
.about-sec .about-img img {
    border-radius: 15px;
}
.we-do-content ol li {
    font-size: 55px;
    line-height: 94px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 800;
}
.we-do-content ol {
    counter-reset: section;
    list-style-type: none;
    padding: 0;
}
.we-do-content li {
    position: relative;
}
.we-do-content ol li::before {
    counter-increment: section;
    content: counters(section, ".") " ";
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 300;
    width: 40px;
    height: 40px;
    left: -60px;
    top: 0;
    border-radius: 50%;
    background-color: #161619;
    border: 1px solid #ff1032;
}
.musicad-content h5 {
    font-size: 42px;
    line-height: 60px;
    color: #7b7b7b;
    font-weight: 300;
    margin: 30px 150px;
}
.heading {
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.we-do-content h5 {
    font-size: 55px;
    line-height: 80px;
    font-weight: 300;
    margin-bottom: 50px;
}
.heading span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:12px;
    font-weight: 300;
    width:24px;
    height:24px;
    margin-bottom: 4px;
    border-radius: 100%;
    background-color: #161619;
    border: 1px solid #ff1032;
}
.ad-video  {
    position: relative;
    z-index: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 50%;
    border-radius: 15px;
}
.scroll_up {
    position: absolute;
    top: 70%;
}
.about-content .row&gt;div {
    position: relative;
}
.work_wrapper .slick-list.draggable {
    margin: 0px -15px !important;
}
.about-content h2 {
    margin-bottom: 0;
}
.scroll_up a:hover {
    color: #f5003c;
}
.we-do-content ol li a {
    color: #fff;
}
.we-do-content ol li a:hover {
    color: #f5003c;
}
/*========== About page end here ==========*/

/*========== work page start here ==========*/
.work-content h3 {
    font-size: 50px;
    line-height: 1.3;
    color: #ffffff;
    font-weight: 300;
    padding-right: 30px;
}
.work-content p {
    font-size: 16px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 900;
    text-align: right;
}
.work-content h2 {
    font-size: 20VW;
    /*font-size: 380px;*/
    text-transform: capitalize;
    margin-left: 100px;
}
.ald-content .hd_sml.line-txt {
    display: flex;
    align-items: end;
    gap: 10px;
    margin: 30px 0px;
    padding-bottom: 2px;
    padding-left: 30px;
}
.ald-content .hd_sml.line-txt h6 {
    position: absolute;
    bottom: 8px;
    left: 0;
    line-height: 1.1;
}
.ald-content .hd_sml.line-txt h2 {
    text-decoration: none;
    line-height: 100px;
    font-size: 115px;
}
.ald-content .line-txt2 p {
    font-size: 17px;
    line-height: 1.4;
    color: #7b7b7b;
}
.ald-content .line-txt2 {
    display: flex;
    max-width: 890px;
    gap: 55px;
}
.ald-content .hd_sml.line-txt p {
    font-size: 45px;
    line-height: 48px;
    font-weight: 300;
    text-transform: uppercase;
}
.ald-content .line-txt2 h6 {
    white-space: nowrap;
    cursor: pointer;
}
.pl_4 {
    padding-left: 470px;
}
.ald-content .hd_sml.line-txt .agent h2 {
    font-size: 70px;
    line-height: 1;
}
.ald-content .hd_sml.line-txt .para {
    font-size: 42px;
}
.vid__play {
    width: 34px;
    height: 34px    ;
    position: absolute;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 999;
}
.vid__play img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.vid__play {
    display: none;
}
/*========== work page end here ==========*/

/*========== Privacy policy page start here ==========*/
.privac_inner {
    margin-top: 40px;
}
.privac_content h4 {
    font-size: 30px;
    font-weight: 600;
    line-height: normal;
}
.privac_content p {
    color: #FFF;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
}
.privac_content ul li {
    color: #FFF;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
}
.privac_hd h2 {
    margin-bottom: 50px;
}
/*========== Privacy policy page end here ==========*/

/*========== work page start here ==========*/
.zoom_vd .ad-video {
    padding: inherit;
    max-width: 1024px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}
.zoom_vd .video-thumb {
    display: none;
}
.zoom_vd .live_content {
    padding: inherit;
}
.what_wrapper .what_text.p_120 {
    padding-bottom: 170px;
}
.what_text h2 {
	font-size:8.25vw;
}
.zoom_vd {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 80px;
    z-index: 999;
}
.zoom_vd .live_content {
    max-width: 1024px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}
.modal-header {
    display: unset;
    padding: 0;
    border: 0;
    border-radius: 0;
    position: absolute;
    right: 100px;
    top: 50px;
    z-index: 9;
}
.modal {
    padding: 50px;
}
.modal-content {
    height: 100%;
    background-color: transparent;
    position: relative;
    z-index: 9;
}
.modal-header .btn-close {
    padding: 0;
    margin: 0;
    filter: invert(1);
}
.modal-dialog {
    max-width: 100%;
    margin: 0;
    height: 100%;
}
.modal-body ul {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.modal-body ul li a {
    font-size: 18px;
    color: #fff;
}
.modal-body ul li {
    padding: 5px 0;
}
.modal::after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(0 0 0 / 90%);
}
[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: ease-in-out;
}
.work_text:hover video.dfdsf {
    transition: all 0.4s ease-in-out;
}
.work_text:hover video.dfdsf {
    transform: scale(1.1);
    z-index: 9;
    box-shadow: rgba(0, 0, 0, 0.75) 0px 3px 10px;
}
.work_wrapper .slick-list.draggable {
    overflow: visible;
}
.video_zoom_1 p,
.video_zoom_1 img {
    position: relative;
    z-index: -1;
}
.work_slider .slick-track {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.work_slider .slick-track {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.work_slider .slick-prev {
    left: 0;
}
.work_slider .slick-next, .slick-prev {
    z-index: 9;
    height: 100%;
    width: 10%;
}
.work_slider .slick-next {
    right: 0;
}
.work_slider .slick-next:before, .slick-prev:before {
    font-size: 35px;
}
.studio_imgs .work_text img {
    max-height: unset !important;
}
.modal {
    overflow-x: unset !important;
    overflow-y: hidden !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.footer_top .social_icons li a img {
    max-width: 35px;
}
.footer_top .social_icons {
    gap:25px;
}
.footer_bt_list ul li.links-legal a {
    color: hsl(0deg 0% 100% / 35%);
}
.about-content p {
    font-size: 28px;
    padding-left: 16px;
	font-weight:200;
	line-height:1.5;
}
@media(min-width:992px) {
.ald-content .line-txt2 p,
.ald-content .line-txt2 h6 {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    transition: all 0.5s ease-in-out;
}
}
.text_toggl p, .text_toggl h6 {
    opacity: 1 !important;
    transform: scaleY(1) !important;
}

.hearder_wrapper {
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
    /* position: fixed; */
	position:relative;
    transform: translate3d(0px, 0px, 0px);
    color: rgb(0, 0, 0);
    background-color: rgba(20, 20, 20, 50%);
    backdrop-filter: blur(10px);
    transition: all 0.5s ease-in-out;
}
.hearder_wrapper.scroll-up {
    transform: translateY(-100%);
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.hearder_wrapper.scroll-down {
    transform: translateY(0%);
    opacity: 1;
    transition: all 1.2s ease-in-out;
}
.privac_wrapper, .work_sec, .about-sec, .banner_wreap {
    padding-top: 200px !important;
}
.privac_content .privac_inner:last-child p {
    margin: 0;
}
/*========== work page end here ==========*/
.footer_top .social_icons li a {
    display: inline-block;
}
.what_wrapper .hd_sml_drk {
    margin: 0 15px;
}
.menu-lang-menu-container ul {
	display:flex;
	flex-direction:row;
	justify-content:end;
	gap:10px;
}
.menu-lang-menu-container .current-language-menu-item a {
	opacity:.5;
}
.video-thumb {
	position:absolute;
	top:0;
	border-radius:15px;
	overflow:hidden;
    height: 100%;
    width: 100%;
    pointer-events: none;
	/*height:100%;*/
}</pre></body></html>