
@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body{
    padding: 0px;
    margin: 0px;
    background: #000;
    color: #fff;
    overflow-x: hidden;
}

ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

a{
    text-decoration: none;
}

img{
    max-width: 100%;
}


/*header css*/

header.header {
    position: sticky;
    top: 0px;
    left: 0px;
    padding: 22px 20px;
    z-index: 999;
}

.header_row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header_menu, .logo, .connect_block {
    width: 28%;
}

.header_menu ul {
    display: flex;
    flex-wrap: wrap;
}

.header_menu ul li {
    margin-right: 15px;
}

.logo img {
    height: 32px;
}

.logo a {
    display: inline-block;
}

.logo {
    text-align: center;
    flex: 1;
}

.header_row {
    justify-content: space-between;
}

.header_menu ul li a {
    font-family: "Poppins", sans-serif;
    display: flex;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    flex-direction: column;
    cursor: pointer;
}

.header_menu ul li a, .connect_block ul li a {
    overflow: hidden;
    height: 20px;
}

.header_menu ul li a span {
    display: inline-block !IMPORTANT;
    width: 100%;
    transition: 0.5s;
    cursor: pointer;
}

.header_menu ul li a:hover span.fir-menu {
    transform: translateY(-20px);
}

.header_menu ul li a:hover span.fir-menu-1 {
    transform: translateY(-21px);
}

.connect_block ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}

.connect_block ul li a {
    font-family: "Poppins", sans-serif;
    display: flex;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    flex-direction: column;
    cursor: pointer;
}

.connect_block ul li a span {
    display: inline-block !IMPORTANT;
    width: 100%;
    transition: 0.5s;
}

.connect_block ul li a:hover span.fir-menu {
    transform: translateY(-20px);
}

.connect_block ul li a:hover span.fir-menu-1 {
    transform: translateY(-21px);
}

/*header css*/


/*hero section*/

section.video_section video,  section.video_section iframe {
    cursor: auto;
    width:100%;
    height: calc(100vh - 76px);
    border-radius:0px;
    display:block;
    object-fit:cover;
    background-color:rgba(0, 0, 0, 0);
    object-position:50% 50%;
}

section.video_section {
    position: relative;
}

img.produ_icon {
    cursor: pointer;
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 107px;
    animation: blingEffect 1s infinite alternate;
}

@keyframes blingEffect {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.5;
  }
}

.production_text_block {
    position: absolute;
    width: 100%;
    bottom: 20px;
}

.animate_frame {
  display: flex;
  gap: 5px;
  justify-content: center;
}

.animate_frame img {
    width: 36px;
}

.production_text_block a {
    color: #fff;
    font-size: 19px;
}

.production_text_block a p {
    margin-top: 10px;
    text-transform: uppercase;
}

iframe#video_291 {
    width: 100% ! IMPORTANT;
    margin-top: 0vh ! IMPORTANT;
    margin-bottom: 0vh;
    height: calc(100vh - 50px) ! IMPORTANT;
    border: 1px solid red;
    object-fit: cover ! IMPORTANT;
    transform: scale(1.2);
}

section.video_section {
    overflow: hidden;
}

/*hero section*/

/*production section css*/

section.production_section {
    margin:100px 0px;
}

.production_title h2 {
    text-transform: uppercase;
    font-family: "Fjalla One", sans-serif;
    font-size: 8vw;
    color: #03669e;
}

.production_title h2 span {
    color: #51b8d9;
}

.production_text {
    text-align: center;
    max-width: 560px;
    margin: 0 auto;
}

.production_section .col-md-6 {
    text-align: center;
}

.production_section .row.mt-5 {
    margin-top: 5px !important;
}

.production_text p {
    font-size: 19px;
}

img.image_logo {
    max-width: 1020px;
}

.production_text {
    margin-bottom: 28px;
}

/*production section css*/

/*video section css*/

.video_block a {
    display: block;
}

.video_block video {
    width: 100%;
}

.video_home_thumbnails {
    border-radius: 20px;
    overflow: hidden;
}

.video_home_thumbnails video {
    transform: scale(1.4);
}

.video_block_section {
    margin: 75px 0px;
}

.video_block {
    background: #141414;
    padding: 10px;
    border-radius: 30px;
    overflow: hidden;
}

.video_block_inner {
    padding: 20px 15px;
}

.video_block_inner h2 {
    color: #fff;
    font-size: 19px;
    font-family: "Fjalla One", sans-serif;
    margin: 0px;
    text-transform: uppercase;
}

.video_block video {
    border-radius: 20px;
    height: 59vh;
    object-fit: cover;
}

.video_block_inner h2 {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 23px;
}

.video_block_inner h2 span {
    transition: 0.5s;
}

.video_block:hover h2 span.name_data {
    transform: translateY(-40px);
}

.video_block:hover h2 span.name_data2 {
    transform: translateY(-24px);
}

.gray_bg:hover {
    background: #a0bac7;
}

.yellow_bg:hover {
    background: #dbdcab;
}

.pink_bg:hover {
    background: #dba0a0;
}

.orange_bg:hover{
    background: #d38f69;
}

.video_block:hover h2 {
    color: #000;
}

.video_block_section .col-md-4 {
    margin-bottom: 20px;
}

/*video section css*/


/*idea section*/

.idea_block h2 {
    font-family: "Fjalla One", sans-serif;
    font-size: 100px;
    position: relative;
    z-index: 9;
    text-transform:uppercase;
}

video.idea_video {
    width: 375px;
    height: 410px;
    object-fit: cover;
    border-radius: 20px;
}

section.idea_section {
    margin-top: 100px;
}

section.mt-100{
   margin-top: 100px; 
}

video.productions-montage, .montag_video_block iframe {
    width: 100%;
}

iframe#video_292 {
    width: 100% !IMPORTANT;
}

.montag_video_block iframe {
    height: 100vh;
    object-fit: cover !IMPORTANT;
    /*transform: scale(1.2);*/
}

/*idea section*/



/*footer css*/

footer.footer {
    padding: 50px 15px 30px 15px;
}

.footer_row {
    display: flex;
    justify-content: center;
    align-items: end;
    flex-wrap: wrap;
}

.footer_block {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    margin-right: 15px;
}

.footer_block p {
    margin: 0px;
    font-size: 50px;
    font-family: "Fjalla One", sans-serif;
    text-transform: uppercase;
}

.footer_block a {
    display: inline-block;
    text-transform: uppercase;
    font-family: "Fjalla One", sans-serif;
    font-size: 25px;
    padding: 0px 5px;
    color: #fff;
}

.footer_block p, .footer_block a {
    opacity: 0.5;
}

.footer_block a:hover {
    opacity: 1;
}

.footer_block:last-child {
    margin-right: 0px;
}

.footer_block a {
    padding-bottom: 10px;
}

/*footer css*/

/*mobile menu css*/

.monile_menubar_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.mobile_menu_items {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    height: 100vh;
    background: #000;
    overflow: auto;
    padding-top: 74px;
    display: none;
}

.logomobile, .menu_toggle {
    z-index: 99;
}

.logomobile img {
    height: 25px;
}

.mobile_menu_items ul li a {
    display: block;
    text-align: center;
    font-family: "Fjalla One", sans-serif;
    text-transform: uppercase;
    font-size: 38px;
    color: #fff;
}

.mobile_menu {
    z-index: 999;
    position: sticky;
    top: 0;
}

.mobile_menu {
    padding: 15px;
    display: none;
}

a.goggle_menu {
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
}

.mobile_menu_items ul {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

a.goggle_menu.active {
    opacity: 0.8;
}

section.team_section {
    margin: 200px 0px;
}

/*mobile menu css*/



/*about page css*/

.about_text {
    font-family: "Fjalla One", sans-serif;
    text-transform: uppercase;
    font-size: 110px;
    line-height: 142px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.about_text video {
    height: 125px;
    width: 325px;
    object-fit: cover;
    margin: 0px 15px;
    border-radius: 10px;
}

section.about_description {
    margin: 200px 0px;
    padding: 0px 20px;
}

.about_description_row {
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
}

.about_description_inner {
    max-width: 600px;
}

.about_description_inner p {
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    line-height: 31px;
}

.team_block .team_image{
    background: #141414;
    padding: 10px;
    border-radius: 30px;
    overflow: hidden;
}

.team_block img {
    width: 100%;
    border-radius: 20px;
    transition:0.5s;
    filter: grayscale(1);
}

.team_block:hover img{
    transform:scale(1.1);
    filter: grayscale(0);
}

.team_image_inner{
    overflow:hidden;
    border-radius: 20px;
}

.team_name {
    padding: 20px 15px;
}

.team_name h2 {
    font-family: "Fjalla One", sans-serif;
    font-size: 20px;
    margin: 0px;
}

.team_name h2 span {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    opacity:0.5;
    transition:0.5s;
}

.team_block:hover .team_name h2 span {
    opacity: 1;
}

.team_section .col-md-4 {
    margin-bottom: 20px;
}

.title_client {
    margin: 0 auto;
    display: inline-block;
    margin-bottom: 50px;
}

.title_client p, .title_client h2, .title_client h5 {
    font-family: "Fjalla One", sans-serif;
    margin: 0px;
}

.title_client p {
    font-size: 24px;
}

.title_client h2 {
    font-size: 48px;
}

section.client_logo_section {
    text-align: center;
}

.title_client h5 {
    text-align: right;
}

.logo_client_row {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    justify-content: center;
    overflow: hidden;
}

.logo_client {
    width: 12%;
    padding: 6px;
}

.logo_client img {
    filter: grayscale(1);
}

.logo_client img:hover{
    filter: grayscale(0);
}

div#production_service h3 {
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    margin-bottom: 15px;
    margin-top: 50px;
}

div#production_service p {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 28px;
}

div#production_service {
    max-width: 934px;
    margin: 0 auto;
    margin-top: 15px;
}

/*about page css*/


/*contact page css*/

.contact_block {
    text-align: center;
    margin-bottom: 35px;
}

.contact_block p {
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    margin-bottom: 7px;
}

.contact_block a {
    display: inline-block;
    font-family: "Fjalla One", sans-serif;
    color: #fff;
    font-size: 3vw;
}

.contact_block:last-child {
    margin: 0px;
}

.contact_block a:hover {
    opacity: 0.5;
}

/*contact page css*/


/*work page css*/

.work_title {
    text-align: center;
}

.work_title h1 {
    font-family: "Fjalla One", sans-serif;
    text-transform: uppercase;
    font-size: 100px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.work_title ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.work_title ul li {
    margin-right: 20px;
}

.work_title ul li:last-child {
    margin-right: 0px;
}

.work_title ul li a {
    display: flex;
    flex-direction: column;
    color: #fff;
    opacity: 0.5;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    height: 21px;
    overflow: hidden;
}

.work_title ul li.active a {
    opacity: 1;
}

.work_title ul li a:hover {
    opacity: 1;
}

.work_title ul li a span {
    width: 100%;
    transition: 0.5s;
}

.work_title ul li a:hover span.work_item_menu {
    transform: translateY(-25px);
}

.work_title ul li a:hover span.work_item_menu2 {
    transform: translateY(-21px);
}

.work_section ul#pills-tab li button {
    display: flex;
    flex-direction: column;
    padding: 0px;
    background: transparent ! IMPORTANT;
    font-size: 15px;
    opacity: 0.5;
    height: 27px;
    overflow: hidden;
    color: #fff ! IMPORTANT;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.work_section ul#pills-tab li button:hover, .work_section ul#pills-tab li button.active {
    opacity: 1;
}

spna.tab_name2 {
    margin-top: 10px;
}

span.tab_name2 {
    margin-top: 10px;
}

.work_section ul#pills-tab li button span {
    transition: 0.5s;
}

.work_section ul#pills-tab li button:hover span.tab_name1{
    transform: translateY(-35px) !IMPORTANT;
}

.work_section ul#pills-tab li button:hover span.tab_name2 {
    transform: translateY(-35px) ! IMPORTANT;
}

.char {
    transform: translateY(115px);
    transition: transform .5s;
}

.scroll-container {
  display: flex;
  flex-direction: column;
}


.work_page_description {
    max-width: 573px;
    text-align: left;
    margin: 0 auto;
    margin-top: 40px;
}

.work_page_description p {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
}

.work_section .work_title {
    margin: 115px 0px;
}


/*++++++++++++*/

li.work_items {
    position: relative;
}

li.work_items video {
    position: absolute;
    right: -88px;
    width: 232px;
    /*object-fit: cover;*/
    object-fit: none;
    height: 165px;
    border-radius: 11px;
    transform: rotate(21deg);
    bottom: -21px;
    opacity: 0;
}

li.work_items:hover video{
    opacity: 1;
}

.scroll-container ul li a {
    position: relative;
}

.scroll-container ul li a h2 {
    position: relative;
    z-index: 1;
}

.scroll-container ul li a p {
    position: relative;
    z-index: 1;
}

.scroll-container ul li:nth-child(odd) a:hover h2 {
    color: #a0bac7;
}

.scroll-container ul li:nth-child(even) a:hover h2 {
    color: #dbdcab;
}

.scroll-container ul li:nth-child(3n+1) a:hover h2{
    color:#dba0a0;
}


#scrollContent {
    display: inline-block;
    animation: scrollUp 15s linear infinite;
}

@keyframes scrollUp {
    0% {
        transform: translateY(0%);
    }
    100% {
        transform: translateY(-50%);
    }
}

.scroll-container ul {
    margin: 0;
    padding: 0;
}




/*++++++++++++*/


.list_of_items_work {
    height: 478px;
    overflow: hidden;
    padding-right: 15%;
}

.scroll-container ul li a {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 0px;
}

.scroll-container ul li a p {
    margin: 0px;
    flex: 1;
    padding-left: 15px;
    font-size: 13px;
    opacity: 0.7;
    font-family: "Poppins", sans-serif;
}

.scroll-container ul li a h2 {
    font-family: "Fjalla One", sans-serif;
    margin: 0px;
    font-size: 50px;
    width: 573px;
    text-align: right;
}

.scroll-container ul li a {
    color: #fff;
    text-transform: uppercase;
}

.all_works_data_list {
    padding: 150px 0px;
}

.scroll-container {
    max-width: 730px;
    margin: 0 auto;
}



.list_of_items_work:before {
    content: '';
    position: absolute;
    height: 40px;
    width: 100%;
    top: 0px;
    left: 0px;
    background: linear-gradient(180deg, black, transparent);
    z-index: 9;
}

.list_of_items_work:after {
    content: '';
    position: absolute;
    height: 40px;
    width: 100%;
    bottom: 0px;
    left: 0px;
    background: linear-gradient(0deg, black, transparent);
    z-index: 9;
}

.list_of_items_work {
    position: relative;
}


/*work page css*/




/*work detail page css*/

section.detail_page_section {
    margin: 100px 0px;
}

.detail_page_title h1 {
    text-transform: uppercase;
    font-family: "Fjalla One", sans-serif;
    font-size: 20vw;
    line-height: 19vw;
    color:#a0bac7;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}


.detail_page_title p {
    text-transform: uppercase;
    font-size: 17px;
    font-family: "Poppins", sans-serif;
    opacity:1;
}

section.video_tumbnails_section {
    transform: rotate(-2deg);
    margin: 100px 0px;
    /*margin-right: -10px;*/
}


.video_tumbnails_slide_wrap {
  overflow: hidden;
  width: 100%;
}

.video_tumbnails_block {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.video_tumbnails_inner_slide {
  display: inline-flex;
  animation: scroll 80s linear infinite;
}



/* Infinite scroll keyframe */
@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}


.video_thumbnails {
  display: inline-block;
  white-space: nowrap;
  font-size: 18px;
  transition: background 0.3s;
  width: 463px;
  padding: 0px 8px;
}

.video_thumbnails img {
    width: 100%;
    height: 300px;
    border-radius: 15px;
    object-fit: cover;
}


.video_data_inner {
    max-width: 494px;
    margin: 0 auto;
}

.video_data_inner p {
    display: flex;
    flex-wrap: wrap;
}

span.left_deta_p {
    text-transform: uppercase;
    font-family: "Fjalla One", sans-serif;
    font-size: 16px;
    width: 50%;
    text-align: right;
}

span.right_data_p {
    width: 50%;
    padding-left: 10px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
}

section.video_data_section {
    margin: 100px 0px;
}

.detailpage_video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.detailpage_video {
    max-width: 1100px;
    height: 620px;
    margin: 0 auto;
}

.other_works h2 {
    text-transform: uppercase;
    margin: 0px;
    font-size: 50px;
    font-family: "Fjalla One", sans-serif;
    text-transform: uppercase;
}

.other_works {
    margin-bottom: 50px;
}

section.card_swiper_section {
    margin: 100px 0px;
    margin-bottom: 50px;
}

.card_swiper_block .video_block {
    width: 394px;
    position: absolute;
    padding: 6px;
    border-radius: 15px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s;
}

.card_swiper_block {
    position: relative;
    height: 420px;
}

.card_swiper_block .video_block video {
    height: 340px;
    border-radius: 8px;
}

.hover_active .video_block:nth-child(1) {
    transform: translateX(-94%) rotate(-20deg);
}

.hover_active .video_block:nth-child(2) {
    transform: translateX(1%) rotate(20deg);
}

.card_swiper_block {
    margin: 100px 0px;
}

/*work detail page css*/


/*works new page css*/

.work_block_page_frame iframe, .work_block_page_frame img {
    height: 45vh;
    width: 100%;
    object-fit: cover;
    border-radius: 28px;
}

.work_block_page_frame_image img {
    transform: scale(1.4);
}

.work_block_page_frame_image{
    border-radius: 30px;
    overflow: hidden;
}

.work_block_page_frame {
    background: #141414;
    padding: 10px;
    border-radius: 30px;
    overflow: hidden;
}

.work_block_page_deta {
    padding: 15px;
}

.work_block_page_deta h2 {
    font-family: "Fjalla One", sans-serif;
    font-size: 20px;
}

.work_block_page_deta p {
    margin-bottom: 6px;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    display: flex;
}

.work_block_page_deta p:last-child {
    margin-bottom: 0px;
}

span.namework1 {
    font-family: "Fjalla One", sans-serif;
    font-size: 17px;
    text-transform: uppercase;
}

span.namework2 {
    padding-left: 14px;
}

.work_section .col-md-4 {
    margin-bottom: 20px;
}

h1.modal-title {
    font-family: "Fjalla One", sans-serif;
    color: #fff;
    font-size: 30px !IMPORTANT;
}

.modal-body iframe {
    width: 100%;
    height: 59vh;
    object-fit: cover;
}

.modal-header .btn-close {
    position: absolute;
    right: -24px;
    top: -25px;
    background: red;
    color: #fff !IMPORTANT;
    opacity: 1;
    outline: none !IMPORTANT;
    box-shadow: none !IMPORTANT;
    display: flex;
    justify-content: center;
    align-items: center;
}

.work_block_page {
    cursor: pointer;
}

.modal-header {
    background: #1f1e1e;
}

/*works new page css*/

.work_comingsoon h2 {
    text-transform: uppercase;
    font-family: "Fjalla One", sans-serif;
    font-size: 6vw;
}


.photographs_block a {
    display: block;
    width: 100%;
}

.photographs_block a {
    position: relative;
}

.photographs_block a:before {
    content: '\f00e';
    font-family: fontAwesome !IMPORTANT;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0 0 0/80%);
    color: #fff;
    font-size: 25px;
    transform: scale(0);
    transition: 0.5s;
}

.photographs_block a:hover:before {
    transform: scale(1);
}

.photographs_block a img {
    width: 100%;
    height: 59vh;
    object-fit: cover;
}

.photographs_block {
    border-radius: 15px;
    overflow: hidden;
}

.lb-data .lb-close {
    background: url(../image/close-1.png) ! IMPORTANT;
    background-repeat: no-repeat ! IMPORTANT;
    background-size: contain ! IMPORTANT;
    position: absolute;
    top: -42px;
    right: 25px;
    width: 24px ! IMPORTANT;
    height: 24px ! IMPORTANT;
}

.lb-nav a.lb-prev {
    background: url(../image/left-chevron.png) left 48% no-repeat ! Important;
}

.lb-nav a.lb-next {
    background: url(../image/chevron.png) right 48% no-repeat ! Important;
}

.montag_video_block {
    position: relative;
}

.showreel_lable {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0 0 0/70%);
    display: flex;
    justify-content: center;
    align-items: center;
}

h2.showreel_button {
    margin: 0px;
    font-family: "Fjalla One", sans-serif;
    font-size: 7vw;
    text-transform: uppercase;
    cursor: pointer;
}

h2.showreel_button {
    position: absolute;
}

.showreel_lable img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


@media(max-width: 1201px){
     .detail_page_title h1 {
        font-size: 160px;
        line-height: 160px;
    }  
    
    .video_thumbnails {
        width: 360px;
    }
    
    .video_thumbnails img {
        height: 244px;
    }
    
    .card_swiper_block .video_block {
        width: 300px;
    }
    
    .card_swiper_block .video_block video {
        height: 245px;
    }

    .work_block_page_frame iframe, .work_block_page_frame img{
        height: 300px;
    }

    .work_block_page_deta h2{
        font-size: 17px;
    }

    span.namework1 {
        font-size: 15px;
    }

    span.namework2 {
        font-size: 15px;
    }
    
    img.image_logo {
        max-width: 100%;
    }
}



@media(max-width: 1130px){
    header.header{
        display: none;
    }

    .mobile_menu {
        display: block;
    }

    .about_text{
        font-size: 80px;
        line-height: 92px;
    }

    .about_text video{
        height: 74px;
        width: 155px;
    }
    
    .scroll-container ul li a {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    
    .scroll-container ul li a p {
        width: 100%;
    }
    
    .list_of_items_work {
        padding-right: 0px;
    }
    
    .scroll-container ul li a h2 {
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }
    
    li.work_items video {
        opacity: 1;
        position: static;
        transform: rotate(0);
        height: 134px;
        width: 220px;
    }
    
    li.work_items {
        margin-bottom: 35px;
    }
    
    .list_of_items_work {
        height: 500px;
    }
    
    .logo_client {
        width: 33.3%;
    }
}


@media(max-width: 992px){
    .about_text {
        font-size: 53px;
        line-height: 63px;
    }

    .about_text video {
        height: 50px;
        width: 121px;
    }
    
    .detail_page_title h1 {
        font-size: 100px;
        line-height: 100px;
    }
    
    .detail_page_title p {
        font-size: 14px;
    }
    
    .video_thumbnails {
        width: 240px;
    }
    
    .video_thumbnails img {
        height: 145px;
    }
    
    .detailpage_video {
        height: 445px;
    }

    .col-md-4.item_works {
        flex: 0 0 auto;
        width: 50%;
    }
    
    .photographs_block a img {
        height: 250px;
    }
    
    iframe#video_292{
        height: 53vh ! IMPORTANT;
    }
}


@media(max-width: 767px){
    section.idea_section {
        margin-top: 100px;
    }

    .idea_block h2 {
        font-size: 59px;
    }

    .idea_block h2 {
        font-size: 15vw;
    }

    section.idea_section {
        margin-bottom: 0px;
    }

    .footer_block {
        text-align: center;
        justify-content: center;
    }

    .footer_block p {
        display: block;
        width: 100%;
        font-size: 42px;
    }

    .footer_block a {
        font-size: 20px;
    }

    .footer_block {
        margin-right: 0px;
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        margin-bottom: 25px;
    }

    .footer_block p {
        font-size: 42px;
    }

    footer.footer {
        padding-bottom: 50px;
    }

    section.production_section {
        margin: 50px 0px;
    }

    .contact_block p {
        font-size: 15px;
    }

    .contact_block a {
        font-size: 35px;
    }
    
    .work_title h1{
        font-size:60px;
    }
    
    .work_page_description p{
        font-size:14px;
    }
    
    .logo_client {
        width: 20%;
    }

    h1.modal-title{
        font-size: 22px !Important;
    }
    
    iframe#video_291 {
        height: calc(74vh - 50px) ! IMPORTANT;
    }
    
    iframe#video_292{
        height: 53vh ! IMPORTANT;
    }
}

@media(max-width:600px){
    .hover_active .video_block:nth-child(1) {
        transform: translateX(-50%) rotate(-20deg);
        z-index: 1;
    }
    
    .hover_active .video_block:nth-child(2) {
        transform: translateX(-50%) translateY(274px) rotate(20deg);
    }
    
    .card_swiper_block {
        height: 600px;
    }

    .col-md-4.item_works {
        flex: 0 0 auto;
        width: 100%;
    }

    .modal-header .btn-close {
        top: 14px;
        right: 7px;
        margin: 0px;
    }

    .modal-header {
        padding-right: 50px;
    }
}

@media(max-width:510px){
    section.video_section video, section.video_section iframe{
        height:350px;
    }

   .about_text {
        font-size: 38px;
        line-height: 44px;
    }

    .about_text video {
        height: 42px;
        width: 80px;
        border-radius: 11px;
    }

    section.about_description, section.team_section{
        margin: 65px 0px;
        padding: 0px;
    }

    .about_description_inner p{
        font-size: 14px;
        line-height: 25px;
    }

    .contact_block a {
        font-size: 20px;
    }

    .contact_block{
        margin-bottom: 17px;
    }
    
    .all_works_data_list {
        padding: 75px 0px;
    }
    
    .scroll-container ul li a h2 {
        font-size: 36px;
    }
    
    .detail_page_title h1 {
        font-size: 56px;
        line-height: 60px;
    }
    
    span.left_deta_p {
        width: 30%;
    }
    
    span.right_data_p {
        width: 70%;
    }
    
    .detailpage_video {
        height: 300px;
    }
    
    .card_swiper_block .video_block {
        width: 258px;
    }
    
    .card_swiper_block .video_block video {
        height: 187px;
    }

    h1.modal-title {
        font-size: 17px !Important;
    }

    span.namework2 {
        font-size: 12px;
    }

    span.namework1 {
        font-size: 13px;
    }
    
    .modal-body iframe{
        height:300px;
    }
    
    .production_text_block a p{
        font-size:12px;
    }
    
    .animate_frame img{
        width:26px;
    }
    
    .video_block video{
        height:250px;
    }
    
    .contact_block br {
        display: none;
    }
    
    .montag_video_block iframe{
        height:300px;
    }
    
    iframe#video_291 {
        width: 100% ! IMPORTANT;
        height: 350px ! IMPORTANT;
        margin-top: -80px ! IMPORTANT;
    }
}

@media(max-width: 400px){
    video.idea_video{
        width: 100%;
    }
    
    iframe#video_291 {
        width: 100% ! IMPORTANT;
        height: 240px ! IMPORTANT;
        margin-top: -25px ! IMPORTANT;
    }
}