html,
body {
    margin: 0;
    font-family: sans-serif;
    padding: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

main {
    overflow-x: hidden;
    display: flex;
}

h1 {
    margin: 0;
    padding: 0;
}

section {
    min-width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

.ssection:nth-child(even) {
    background-color: rgb(164, 167, 167);
    color: white;
}

.side-menu {
    width: 100px;
    height: 100vh;
    border-right: 1px solid #E6E6E6;
    display: flex;
    align-items: center;
    justify-content: end;
    padding-top: 80px;
    flex-flow: wrap;
}
.side-menu-home{
    border-right:none;
}

.side-menu li a.nav-link {
    font-family: 'Helvetica Neue LT Std';
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    /*padding: 45px 36px;*/
    text-decoration: none;
    color: #000;
    writing-mode: vertical-lr;
    /* Bottom to top text direction */
    transform: rotate(-180deg);
    /* Flip the text upside down */
    cursor: pointer;
}

/* rotating-text css START */
.rotating-animation span {
    height: 130px;
    position: absolute;
    width: 1px;
    left: 0;
    top: 0;
    transform-origin: bottom center;
    font-size: 18px;
    font-family: 'Helvetica Neue LT Std';
    font-weight: 400;
    color: #D9D9D9;
}

.rotating-text {
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    /*background:red;*/
    border-radius: 50%;
    display: none;
}

.move-this {
    width: 1px;
    height: 200px;
    /* position:absolute; */
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-animation-name: orbit;
    -webkit-animation-duration: 65s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -moz-animation-name: orbit;
    -moz-animation-duration: 25s;
    top: 50px;
    left: 50px;

}

@-webkit-keyframes orbit {
    to {
        -webkit-transform: rotate(0deg)
    }

    from {
        -webkit-transform: rotate(360deg)
    }
}

/* rotating-text css ENDS */
.art_work h2,
.art_work .h2 {
    line-height: 100px;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: end !important;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;

}

.side-menu li a.nav-link.active {
    border-left: 2px solid #000;
}

.header {
    text-align: end;
}

a.nav-link.first-nav {
    margin-bottom: 120px;
}

@media (max-width: 767.98px) {}

.scroll_right img {
    width: 100%;
}

.force-overflow {
    min-height: 700px;
}

.style-3::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(230, 230, 230, 1);
    background-color: #E6E6E6;
}

.style-3::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background-color: #E6E6E6;
}

.style-3::-webkit-scrollbar-thumb {
    background-color: #838383;
}

.scrollbar {
    margin-left: 0px;
    float: left;
    background: #fff;
    overflow-y: scroll;
}

.list {
    margin: 0px 0 90px;
    overflow: hidden;
    padding: 0;
}

.list li {
    list-style-type: none;
    padding: 0;
}

.list-heading {
    background: #FFFFFF;
    border: none;
    border-bottom: solid 1px #F2F2F2;
    cursor: pointer;
    display: block;
    outline: none;
    padding: 25px 20px;
    position: relative;
    text-align: left;
    width: 100%;
}

.list-heading:before {
    background: #000;
    content: '';
    height: 2px;
    margin-right: 37px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(-90deg);
    transition: all 0.2s ease-in-out;
    width: 14px;
}

.list-heading:after {
    background: #000;
    content: '';
    height: 2px;
    margin-right: 37px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 14px;
}

.list-heading:hover:after {
    background-color: #fff;
}

.list-heading:hover:before {
    background-color: #fff;
}

.list-heading.active:before {
    transform: rotate(0deg);
}

.list-heading.active h2,
.list-heading:focus h2 {
    position: relative;
    color: #ff8383;
}

.grid {

    max-width: 1200px;
}

/* clear fix */
.grid:after {
    content: '';
    display: block;
    clear: both;
}

/* ---- .grid-item ---- */

.grid-item {
    float: left;
    width: 300px;
}

.grid-item img {
    max-width: 100%;
    display: block;
}

.move-this-fix {
    position: absolute;
    top: -18%;
    left: 26%;
    z-index: -1;
}

@-webkit-keyframes bounce {
    0% {
        text-shadow:
            0 5px 0 #ccc,
            0 2px 3px rgba(0, 0, 0, 1);
    }

    100% {
        transform: translateY(-20px);
        text-shadow: 0 50px 0 #333,
            0 0px 20px rgba(0, 0, 0, .8);
    }
}

/*-----Expand Accordian-----*/
* {
    box-sizing: border-box;
}

.expand_wrap {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    position: relative;
    top: 0;
    left: 0vw;
    min-height: 99vh;
    width: 100%;
    transition: all 200ms ease-in-out 50ms;
    opacity: 1;
}

.expand_wrap .expand_in {
    margin-left: 0px;
    margin-right: 0px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 1);
    transition: all 200ms ease-in-out 50ms;
    font-family: Helvetica, Arial, Sans-Serif;
    font-weight: 500;
    cursor: pointer;
    font-size: 16pt;
    display: flex;

    transition: 1.5s;
}
.expand_in .img_wrap {
    transition: all 200ms ease-in-out 50ms;
    transition: 1.5s;
}

.expand_wrap .default {
    height: 70vh;
    width: 10vw;
    color: rgba(255, 255, 255, 0);
    font-size: 16pt;
    overflow: hidden;
}

.expand_wrap .expand {
    height: 100vh;
    /* width: 1014px; */
    width: 705px;
    background: #ffffff;
    color: white;
    padding: 0px;
}

/*-----Expand Accordian-----*/

.service-learn-more {
    align-items: center;
    background: #000;
    border: 1px solid #000;
    color: #fff !important;
    display: inline-flex;
    font-family: "Helvetica Neue LT Std";
    font-size: 12px;
    justify-content: center;
    letter-spacing: 0.08em;
    line-height: 1;
    margin-top: 18px;
    min-height: 40px;
    padding: 0 18px;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: background 0.25s ease, color 0.25s ease, opacity 0.25s ease;
}

.service-learn-more:hover,
.service-learn-more:focus {
    background: #fff;
    color: #000 !important;
}

input.cnt_fm::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #919191;
}

input.cnt_fm:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #919191;
    opacity: 1;
}

input.cnt_fm::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #919191;
    opacity: 1;
}

input.cnt_fm:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #919191;
}

input.cnt_fm::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #919191;
}

textarea.cnt_txt_fm::placeholder {
    /* Most modern browsers support this now. */
    color: #919191;
}

textarea.cnt_txt_fm::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #919191;
}

textarea.cnt_txt_fm:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #919191;
    opacity: 1;
}

textarea.cnt_txt_fm::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #919191;
    opacity: 1;
}

textarea.cnt_txt_fm:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #919191;
}

textarea.cnt_txt_fm::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #919191;
}

textarea.cnt_txt_fm::placeholder {
    /* Most modern browsers support this now. */
    color: #919191;
}

.intro {
    justify-content: center;
}

.panel {
    background-color: #fff;
}


.lang_ar{
	display: none;
	font-family: "Helvetica Neue LT Std";
	font-weight: 500;
	font-size: 16px;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	/*padding: 0 10px;*/
    margin: 0!important;
}
.mob_menu{
	display: none;
}





@media screen and (max-width: 991px) {
    #hscroll {

        /*flex-direction: column;*/
        display: block;
        height: auto;
    }

    #content {
        overflow: auto;
        overflow-x: hidden;
        width: auto !important;
    }

    .panel {
        background-color: #fff;
    }

    /*.sidebar_wrap {
        position: fixed;
        z-index: 1000;
        top: -10px;
        left: 50%;

        position: fixed;
        z-index: 1000;
        top: 50%;
        left: 0px;
        background: #fff;
        transform-origin: center;
        transform: rotate(90deg) translate(-50%, -50%);


    }*/
}

@media screen and (min-width: 991px) {

    #hscroll {
        width: auto !important;
        height: 100vh;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-y: hidden;
    }

    #content {
        overflow-x: hidden;
        width: auto !important;
    }

    line {
        display: block;
    }

    .sidebar_wrap {
        position: fixed;
        z-index: 1000;
        left: -10px;
        top: auto;


    }




    .side-menu {
        background-color: #fff;
    }

    .panel2 {
        position: relative;
        left: 150px;
        background-color: #fff;
    }

    .span3 {

        will-change: transform;
    }

}


/* Hide scrollbar for Chrome, Safari and Opera */

body::-webkit-scrollbar {
    display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
body{
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;
}

.art_work::before {
    background: none;
}

/*-------Mobile Services-------*/

.button {
    all: inherit;
    box-sizing: border-box;
    width: 100%;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
  }
  
  .button__icon {
    display: inline-block;
    font: 1.5rem monospace;
    width: 1.5rem;
    height: 1.5rem;
    transition: transform 150ms cubic-bezier(0, 0, 0, 1);
  }
  [aria-expanded=true] .button__icon {
    transform: rotate(90deg) translate(0.5rem, 0rem);
  }
  
  .content {
    background: #b6daf2;
    display: grid;
    grid-template-rows: 1fr;
    transition: grid-template-rows 200ms cubic-bezier(0, 0, 0, 1);
    transition: grid-template-rows 200ms cubic-bezier(0, 0, 0, 1), -ms-grid-rows 200ms cubic-bezier(0, 0, 0, 1);
    transition-duration: 1000ms;
  }
  
  .content[hidden] {
    grid-template-rows: 0fr;
  }
  
  .content__container {
    overflow: hidden;
  }
  .content__container ul {
    list-style: none;
    padding: 0 0 0 2.5rem;
  }
  .content__container li {
    margin: 1rem 0;
  }
  
  
  .mob_services {
      max-width: 991px;
      display: none;
  }
  .img_wrap_serv {
      position: relative;
  }
  
  .img_wrap_serv h4 {
      position: absolute;
      bottom: 0;
      z-index: 999;
      padding-left: 20px;
      padding-bottom: 28px;
      font-weight: 700;
      font-size: 24px;
      color: #fff;
      font-family: "Helvetica-Condensed-Bold" !important;
      line-height: 28px;
  }
  .img_wrap_serv img {
      max-height: 100px;
      object-fit: cover;
      display: block;
      width: 100%;
  }
  .expand_cont_mob{
    padding: 20px 20px 20px;
    width: 100%;
  }
  .expand_cont_mob img {
    width: 100%;
  }
  .expand_cont_mob h4{
    font-weight: 700;
    font-size: 24px;
    color: #000;
    font-family: "Helvetica-Condensed-Bold" !important;
    margin-top: 20px;
  }
  .expand_cont_mob p{
    font-family: "Helvetica Neue LT Std";
    font-weight: 300;
    font-size: 18px;
    color: #000;
    line-height: 25px;
  }
  video {
    width: 100%;
    height: auto;
  }
  /*-------Mobile Services-------*/

.bg-light{
    background: none;
}  
.bg-light {
    background: none!important;
}

ul.list_ul{
    padding-left: 18px
}
ul.list_ul li{
    font-family: "Helvetica Neue LT Std";
    font-weight: 300;
    font-size: 18px;
    color: #000;
    line-height: 25px;
}
.m_l_2 {
    margin-left: 600px!important;
}
.mob_trns{
    display: none;
}
.client {
    counter-reset: step;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 20px;
    width: auto;
}
.client_in{
    position: relative;
}


/*------------Gallert Work-----------*/

.container_gal {
    max-width: 80rem;
    width: 100%;
    padding: 0 0 2rem 5rem;
    margin: 0 auto;
  }
  
  .main_gal .container_gal {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem;
    justify-content: center;
    align-items: center;
  }
  .main_gal .container_gal {
    color: #252a32;
    border-radius: 2px;
    background: #ffffff;
    /*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);*/
  }
  .main_gal .card-image {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 70%;
    background: #ffffff;
  }
  .main_gal .card-image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  @media only screen and (max-width: 600px) {
    .main_gal .container {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 1rem;
    }
  }
  
  .container_gal .card-out:nth-child(n+5) {
    display: none;
  }
/*------------Gallert Work-----------*/

/*------------Synced Work Carousel-----------*/
#Work .artwork_main {
    overflow: hidden;
    padding-right: 0;
}

.work-carousel {
    --work-scroll-progress: 0;
    display: grid;
    grid-template-columns: minmax(320px, 36%) minmax(260px, 27%) minmax(340px, 37%);
    align-items: center;
    column-gap: 22px;
    height: 100%;
    margin: 0;
    padding: 0 0 0 28px;
    overflow: hidden;
    position: relative;
}

.work-carousel__titles {
    align-self: center;
    height: 82vh;
    max-height: 82vh;
    min-height: 0;
    overflow: hidden;
    padding-left: 42px;
    padding-right: 10px;
    position: relative;
    z-index: 3;
}

.work-carousel__title-window {
    height: 54vh;
    overflow: hidden;
    position: relative;
}

.work-carousel__title-track {
    transform: translateY(0);
    transition: transform 0.32s ease;
    will-change: transform;
}

.work-carousel__title {
    --work-title-scale: 1;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: #d6d6d6;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 4px;
    line-height: 1.05;
    margin: 0;
    opacity: 0.68;
    padding: 4px 4px 4px 0;
    text-align: left;
    transform: scale(var(--work-title-scale));
    transform-origin: left center;
    transition: color 0.32s ease, opacity 0.32s ease, transform 0.22s ease;
    width: 100%;
}

.work-carousel__title::before {
    display: none;
}

.work-carousel__title,
.work-carousel__title:hover,
.work-carousel__title:focus,
.work-carousel__title:active {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.work-carousel__title:hover,
.work-carousel__title:focus {
    color: #777;
    outline: 0;
}

.work-carousel__title.is-active {
    background: transparent !important;
    color: #000;
    opacity: 1;
    padding: 8px 4px 14px 0;
    transform: scale(var(--work-title-scale));
}

.work-carousel__title.is-active::before {
    opacity: 1;
    transform: scaleY(1);
}

.work-carousel__title-line {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 4px;
    max-width: 100%;
}

.work-carousel__title-text {
    font-family: "Helvetica Neue LT Std";
    font-size: clamp(18px, 1.42vw, 25px);
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.08;
    max-width: 100%;
    overflow-wrap: anywhere;
    white-space: normal;
}

.work-carousel__title.is-active .work-carousel__title-text {
    font-family: "Helvetica-Condensed-Bold" !important;
    font-weight: 700;
}

.work-carousel__title-meta {
    color: inherit;
    font-family: "Helvetica Neue LT Std";
    display: block;
    font-size: 13px;
    letter-spacing: 0.06em;
    line-height: 1.28;
    opacity: 0;
    text-transform: uppercase;
    transform: translateY(-2px);
    transition: opacity 0.32s ease, transform 0.32s ease;
}

.work-carousel__title.is-active .work-carousel__title-meta {
    opacity: 1;
    transform: translateY(0);
}

.work-carousel__details {
    align-self: center;
    border: 1px solid #d6d6d6;
    box-sizing: border-box;
    margin-top: 0;
    min-height: 520px;
    padding: 28px 30px 32px;
    position: relative;
    width: 100%;
    z-index: 3;
}

.work-carousel__details-label {
    align-items: center;
    border-bottom: 0;
    display: flex;
    justify-content: space-between;
    margin-bottom: 22px;
    padding-bottom: 0;
}

.work-carousel__details-label span,
.work-carousel__details-label b {
    color: #000;
    font-family: "Helvetica-Condensed-Bold" !important;
    font-size: 10px;
    letter-spacing: 0.1em;
    line-height: 1;
    text-transform: uppercase;
}

.work-carousel__details-label span {
    border-bottom: 2px solid #000;
    padding-bottom: 8px;
}

.work-carousel__details-label b {
    color: #8b8b8b;
    font-size: 16px;
    letter-spacing: 0;
}

.work-carousel__detail-panel {
    color: #000;
    left: 30px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 30px;
    top: 82px;
    transform: translateY(8px);
    transition: opacity 0.28s ease, transform 0.28s ease;
    width: auto;
}

.work-carousel__detail-heading {
    color: #000;
    display: block;
    font-family: "Helvetica-Condensed-Bold" !important;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 1;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.work-carousel__detail-panel.is-active {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.work-carousel__detail-panel h3 {
    color: #000;
    font-family: "Helvetica-Condensed-Bold" !important;
    font-size: clamp(20px, 1.55vw, 28px);
    line-height: 1.05;
    margin: 0 0 4px;
}

.work-carousel__detail-meta {
    color: #000;
    display: block;
    font-family: "Helvetica Neue LT Std";
    font-size: 8px;
    letter-spacing: 0.08em;
    line-height: 1.2;
    margin-bottom: 9px;
    text-transform: uppercase;
}

.work-carousel__detail-copy {
    height: 320px;
    max-height: 320px;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 0 14px 16px 0;
    position: relative;
}

.work-carousel__detail-copy::-webkit-scrollbar {
    width: 2px;
}

.work-carousel__detail-copy::-webkit-scrollbar-thumb {
    background: #bdbdbd;
}

.work-carousel__detail-copy,
.work-carousel__detail-copy * {
    color: #000 !important;
    font-family: "Helvetica Neue LT Std" !important;
    font-size: 15px !important;
    line-height: 1.34 !important;
}

.work-carousel__detail-copy strong {
    font-family: "Helvetica-Condensed-Bold" !important;
    font-weight: 700;
}

.work-carousel__detail-copy p {
    margin: 0 0 7px;
}

.work-carousel__detail-copy ul {
    margin: 6px 0 0 14px;
    padding: 0;
}

.work-carousel__detail-copy li {
    margin: 0 0 4px;
}

.work-carousel__detail-media {
    background: #fff !important;
    border: 1px solid #000 !important;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-family: "Helvetica Neue LT Std";
    font-size: 12px;
    letter-spacing: 0.08em;
    line-height: 1.2;
    margin: 14px 18px 0 0;
    padding: 10px 13px !important;
    text-transform: uppercase;
    transition: background 0.24s ease, color 0.24s ease, opacity 0.24s ease;
}

.work-carousel__detail-media:hover {
    background: #000 !important;
    color: #fff;
    opacity: 1;
}

.work-carousel__frame {
    grid-column: 3;
    border: 0;
    border-radius: 0;
    height: 100%;
    margin-right: 0;
    overflow: hidden;
    position: relative;
}

.work-carousel__frame::before {
    display: none;
}

.work-carousel__media {
    height: 100vh;
    margin-top: 0;
    overflow-y: auto;
    padding: 14vh 0;
    position: relative;
    scroll-behavior: smooth;
    scroll-snap-type: y mandatory;
    z-index: 2;
}

.work-carousel__media::-webkit-scrollbar {
    display: none;
}

.work-carousel__card {
    margin-left: 4%;
    margin-right: 6%;
    min-height: 210px;
    opacity: 0.18;
    padding: 12px 0;
    scroll-snap-align: center;
    transform: scale(0.985);
    transition: opacity 0.38s ease, transform 0.38s ease, filter 0.38s ease;
}

.work-carousel__card.is-active {
    opacity: 1;
    transform: scale(1);
}

.work-carousel__card.is-active a {
    box-shadow: 0 0 0 1px #000;
}

.work-carousel__card a {
    display: block;
    overflow: hidden;
    position: relative;
}

.work-carousel__video-card {
    align-items: center;
    aspect-ratio: 4 / 3;
    background: #101010;
    color: #fff;
    display: flex !important;
    font-family: "Helvetica Neue LT Std";
    justify-content: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.work-carousel__video-play {
    border: 1px solid rgba(255, 255, 255, 0.65);
    font-size: 11px;
    padding: 12px 16px;
}

.work-carousel__hidden-gallery {
    display: none !important;
}

.work-carousel__card img,
.work-carousel__placeholder {
    aspect-ratio: 4 / 3;
    background: #ececec;
    display: block;
    height: auto;
    object-fit: cover;
    transition: filter 0.35s ease, transform 0.45s ease;
    width: 100%;
}

.work-carousel__card:not(.is-active) img {
    filter: grayscale(0.18) contrast(0.92);
}

.work-carousel__card.is-active img {
    filter: contrast(1.05) saturate(1.04);
}

.work-carousel__card.is-active a:hover img {
    transform: scale(1.025);
}

.work-carousel__media-count {
    background: rgba(255, 255, 255, 0.88);
    bottom: 12px;
    color: #000;
    font-family: "Helvetica Neue LT Std";
    font-size: 10px;
    letter-spacing: 0.08em;
    line-height: 1;
    opacity: 0;
    padding: 8px 10px;
    position: absolute;
    right: 12px;
    text-transform: uppercase;
    transform: translateY(6px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.work-carousel__video-badge {
    align-items: center;
    background: rgba(0, 0, 0, 0.72);
    color: #fff;
    display: flex;
    font-family: "Helvetica Neue LT Std";
    font-size: 10px;
    height: 44px;
    justify-content: center;
    left: 12px;
    letter-spacing: 0.08em;
    opacity: 0;
    padding: 0 14px;
    position: absolute;
    text-transform: uppercase;
    top: 12px;
    transform: translateY(-6px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.work-carousel__card.is-active .work-carousel__media-count,
.work-carousel__card a:hover .work-carousel__media-count {
    opacity: 1;
    transform: translateY(0);
}

.work-carousel__card.is-active .work-carousel__video-badge,
.work-carousel__card a:hover .work-carousel__video-badge {
    opacity: 1;
    transform: translateY(0);
}

.work-carousel__placeholder {
    align-items: center;
    color: #777;
    display: flex;
    font-family: "Helvetica Neue LT Std";
    font-size: 18px;
    justify-content: center;
    padding: 20px;
}

.work-carousel__detail {
    display: none;
}

.fancybox-caption strong {
    display: block;
    font-family: "Helvetica-Condensed-Bold";
    font-size: 18px;
    line-height: 1.15;
}

.fancybox-caption small {
    display: block;
    font-size: 10px;
    letter-spacing: 0.08em;
    margin-top: 3px;
    text-transform: uppercase;
}

.fancybox-caption span {
    display: block;
    font-size: 12px;
    line-height: 1.45;
    margin-top: 7px;
    max-width: 680px;
}

.work-carousel__scroll-indicator {
    bottom: 8vh;
    height: 92px;
    opacity: 0.78;
    position: absolute;
    right: 24px;
    width: 1px;
    z-index: 4;
}

.work-carousel__scroll-indicator small {
    color: #000;
    display: block;
    font-family: "Helvetica-Condensed-Bold" !important;
    font-size: 12px;
    left: -10px;
    letter-spacing: 0.1em;
    line-height: 1;
    position: absolute;
    text-transform: uppercase;
    top: -22px;
    transform: rotate(-90deg);
    transform-origin: left top;
    white-space: nowrap;
}

.work-carousel__scroll-indicator::before {
    background: #cfcfcf;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
}

.work-carousel__scroll-indicator span {
    background: #000;
    height: 20px;
    left: -3px;
    position: absolute;
    top: calc((100% - 20px) * var(--work-scroll-progress));
    transition: top 0.18s ease;
    width: 7px;
}

@media only screen and (max-width: 991px) {
    #Work .artwork_main {
        overflow-y: auto;
        padding-right: 0;
    }

    .work-carousel {
        display: block;
        height: auto;
        min-height: 100vh;
        overflow: visible;
        padding: 24px 18px 52px;
    }

    .work-carousel__titles {
        display: block;
        height: auto;
        max-height: none;
        margin-bottom: 18px;
        overflow: visible;
        padding: 0;
    }

    .work-carousel__title-window {
        height: 42vh;
        max-height: 360px;
        min-height: 260px;
        overflow-y: auto;
        overscroll-behavior: contain;
        padding: 10px 0 14px;
        scroll-behavior: smooth;
        scrollbar-width: none;
    }

    .work-carousel__title-window::-webkit-scrollbar {
        display: none;
    }

    .work-carousel__title-track {
        transform: none !important;
        transition: none;
    }

    .work-carousel__title {
        border-bottom: 1px solid #efefef;
        color: #d8d8d8;
        opacity: 0.74;
        padding: 12px 0;
    }

    .work-carousel__title::before {
        display: none;
    }

    .work-carousel__title.is-active {
        color: #000;
        opacity: 1;
        transform: none;
    }

    .work-carousel__details {
        border: 1px solid #d6d6d6;
        min-height: 260px;
        margin-bottom: 20px;
        padding: 18px;
        width: 100%;
    }

    .work-carousel__details-label {
        margin-bottom: 14px;
    }

    .work-carousel__detail-panel {
        left: auto;
        position: relative;
        right: auto;
        top: 0;
        width: 100%;
    }

    .work-carousel__detail-panel:not(.is-active) {
        display: none;
    }

    .work-carousel__detail-copy {
        height: 190px;
        max-height: 190px;
    }

    .work-carousel__detail-heading {
        margin-bottom: 10px;
    }

    .work-carousel__title-text {
        font-size: 18px;
    }

    .work-carousel__frame {
        border-width: 0;
        border-radius: 0;
        grid-column: auto;
        height: auto;
        margin: 0;
        overflow: visible;
    }

    .work-carousel__frame::before {
        display: none;
    }

    .work-carousel__media {
        height: auto;
        margin-top: 0;
        overflow: visible;
        padding: 0;
        scroll-behavior: auto;
        scroll-snap-type: none;
    }

    .work-carousel__card {
        border-bottom: 1px solid #e6e6e6;
        display: none;
        margin: 0;
        min-height: 0;
        opacity: 1;
        padding: 0 0 30px;
        scroll-snap-align: none;
        transform: none;
    }

    .work-carousel__card.is-active {
        display: block;
    }

    .work-carousel__card.is-active a {
        box-shadow: none;
    }

    .work-carousel__card + .work-carousel__card {
        margin-top: 0;
    }

    .work-carousel__card:not(.is-active) img,
    .work-carousel__card.is-active img {
        filter: none;
    }

    .work-carousel__card.is-active a:hover img {
        transform: none;
    }

    .work-carousel__card img,
    .work-carousel__placeholder,
    .work-carousel__video-card {
        aspect-ratio: 4 / 3;
        width: 100%;
    }

    .work-carousel__detail {
        display: none;
    }

    .work-carousel__detail h3 {
        color: #000;
        font-family: "Helvetica-Condensed-Bold" !important;
        font-size: 22px;
        line-height: 1.04;
        margin: 0 0 10px;
    }

    .work-carousel__detail p,
    .work-carousel__detail p *,
    .work-carousel__detail ul,
    .work-carousel__detail li {
        color: #000 !important;
        font-family: "Helvetica Neue LT Std" !important;
        font-size: 14px !important;
        line-height: 1.35 !important;
    }

    .work-carousel__detail p {
        margin: 0 0 8px;
    }

    .work-carousel__detail ul {
        margin: 6px 0 0 15px;
        padding: 0;
    }

    .work-carousel__media-count,
    .work-carousel__video-badge {
        opacity: 1;
        transform: none;
    }

    .work-carousel__scroll-indicator {
        display: none;
    }
}
/*------------Synced Work Carousel-----------*/

.intro__title_2 {
    margin-left: 300px;
}
.intro__title_3 {
    margin-left: 300px;
}
.cnt_lk_h4{
    margin-top:10px;
}

.panel3 {
    margin-left: 50px;
}
.logo_home {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 30px;
    padding-left: 10px;
}
.desk_dis{
    display: none;
}

video::-webkit-media-controls-panel {
    display: none !important;
    opacity: 1 !important;
}
#About .about_main .togl_arw{
    display: none;
}
.n_width{
    min-width:99vw;
}
/* .n_width{
    min-width:2000px;
} */



@media (max-width:1650px){
    .intro__title_2 {
        margin-left: 300px;
    }
    .intro__title_3 {
        margin-left: 300px;
    }
    #About .about_main .togl_arw {
        margin-top: 100px;
        margin-right: -400px;
        position: absolute;
        top: 0;
        right: 0;
    }
    #Services .img_wrap h4, #Services .img_wrap .h4 {
        font-size: 16px;
        line-height: 20px;
    }
    #Services .expand_cont {
        margin-top: 117px;
    }
    .o-scroll h2, .o-scroll .h2 {
        font-size: 48px;
        line-height: 52px;
    }
    .o-scroll h3, .o-scroll .h3 {
        font-size: 28px;
    }
    .o-scroll .para-1 {
        font-size: 15px;
        line-height: 23px;
    }
    .m40 {
        margin-bottom: 20;
    }
    
    .n_width {
        min-width: 1700px;
    }
}

@media (max-width:1440px) {

    .o-scroll h2,
    .o-scroll .h2 {
        font-size: 32px;
        line-height: 39px;
    }

    .o-scroll h3,
    .o-scroll .h3 {
        font-size: 26px;
    }
    .m40 {
        margin-bottom: 20;
    }
    .o-scroll .para-1 {
        font-family: "Helvetica Neue LT Std";
        font-weight: 400;
        font-size: 14px;
        color: #919191;
        line-height: 20px;
    }

    .scroll_right.vd_rt {
        margin-right: 30px;
    }
    .text_anm h2, .text_anm .h2 {
        font-family: "Helvetica Neue LT Std";
        font-weight: 300;
        font-size: 150px;
        color: #000;
        line-height: 220px;
    }
    .scroll_right img {
        width: 86%;
    }
    .text_anm span {
        margin-left: 860px;
        margin-top: -147px;
    }
    .style-3::-webkit-scrollouter-track {
        -webkit-box-shadow: inset 0 0 6px rgba(230, 230, 230, 1);
        background-color: #E6E6E6;
    }
    
    .style-3::-webkit-scrollouter {
        width: 3px;
        height: 3px;
        background-color: #E6E6E6;
    }
    
    .style-3::-webkit-scrollouter-thumb {
        background-color: #838383;
    }
    .scrollouter{
        overflow-y: scroll;
        max-height: 230px;
        overflow-x: hidden;
        padding-right: 10px;
    }
    .text_anm .trans_2 {
        margin-top: -146px;
        margin-left: 508px;
    }
    .m_l_1{
        margin-left:200px;
    }
    .m_l_2{
        margin-left: 100px;
    }
    /*#About .about_main h3, #About .about_main .h3 {
        margin-top: 30px;
    }*/
    .m_l_2 {
        margin-left: 500px!important;
        margin-top: -159px!important;
    }
    .intro__title_3{
        margin-left: 300px!important;
    }
    .client {
        grid-template-columns: repeat(4, 1fr);
    }
    #About .about_main .togl_arw {
        margin-top: 100px;
        margin-right: -280px;
    }
    #Services .img_wrap h4, #Services .img_wrap .h4 {
        font-size: 14px;
        line-height: 16px;
        padding-left: 10px;
    }
    #Services .expand_cont {
        margin-top: 117px;
    }
    .n_width {
        min-width: 1550px;
    }
}

@media (max-width:1380px){
    #About .about_main .togl_arw {
        margin-top: 100px;
        margin-right: -80px;
    }
}

@media (max-width:1340px){
    .o-scroll h2, .o-scroll .h2 {
        font-size: 28px;
        line-height: 33px;
    }
    .o-scroll h3, .o-scroll .h3 {
        font-size: 20px;
    }
    .o-scroll .para-1 {
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 0.5rem;
    }
}

@media (max-width:1240px){
    #Services .img_wrap h4, #Services .img_wrap .h4 {
        padding-left: 10px;
        padding-bottom: 28px;
        font-size: 18px;
        line-height: 25px;
        transform: rotate(-180deg);
        writing-mode: vertical-lr;
        padding-right: 30px;
        padding-top: 15px;
    }
    #Services .img_wrap h4 br {
        display: none;
    }
    .scroll_right img {
        width: 84%;
    }
    .m40 {
        margin-bottom: 20px;
    }
    .scrollouter {
        max-height: 200px;
    }
    a.nav-link.first-nav {
        margin-bottom: 60px;
    }
    .scroll_right.vd_rt {
        margin-right: 45px;
    }
    .text_anm h2, .text_anm .h2 {
        font-family: "Helvetica Neue LT Std";
        font-weight: 300;
        font-size: 100px;
        color: #000;
        line-height: 190px;
    }
    .text_anm span {
        margin-left: 560px;
        margin-top: -147px;
    }
    .text_anm .trans_2 {
        margin-top: -146px;
        margin-left: 310px;
    }
    .m_l_2 {
        margin-left: 360px!important;
        margin-top: -159px!important;
    }
    .intro__title_3 {
        margin-left: 200px!important;
    }
}

@media (max-width:1199px){
    .text_anm h2, .text_anm .h2 {
        font-size: 110px;
        line-height: 180px;
    }
    .text_anm .intro__title_1 span {
        margin-left: 642px;
        margin-top: -110px;
    }
    .text_anm span {
        font-size: 26px;
        line-height: 36px;
    }
    .client {
        grid-template-columns: repeat(3, 1fr);
    }
    .text_anm .trans_2 {
        margin-top: -125px;
        margin-left: 398px;
    }
    #About .about_main h3, #About .about_main .h3 {
        font-size: 28px;
    }
    #About .about_main p {
        font-size: 20px;
        margin-bottom: 20px;
        line-height: 26px;
    }
    .o-scroll h2, .o-scroll .h2 {
        font-size: 28px;
        line-height: 32px;
    }
    .o-scroll h3, .o-scroll .h3 {
        font-size: 20px;
    }
    .scrollouter {
        max-height: 154px;
    }
    .m_l_2 {
        margin-left: 605px!important;
        margin-top: -146px!important;
    }
}

@media (max-width:991px){
	main {
	  overflow-x: auto;
	  display: block;
	}
	.side-menu {
	  width: 100%;
	  height: auto;
	  border-right: none;
	  display: block;
	  align-items: end;
	  justify-content: end;
      
	}
	.lang_ar{
	  display: block;
	}
	.header{
	  display: none;
	}
	.mob_menu{
	  display: block;
	  margin-top: 10px;
	}
    .side-menu li a.nav-link {
        padding: 15px 0px;
    }
	.deskt_menu{
	  display: none;
	}
	a.nav-link.first-nav {
		margin-bottom: 0px;
	}
	.side-menu li a.nav-link {
	  writing-mode: inherit;
	  transform: inherit;
	}
	.side-menu li a.nav-link.active {
	  border-left: none;
	}
	.nav-link:focus, .nav-link:hover {
      color:#878686!important;
	}
	.side-menu li a.nav-link{
	  color: #000;
	}
	.navbar-nav .show > .nav-link, .navbar-nav .nav-link.active {
	  color: #343434;
	}
	.navbar-toggler i{
	  font-size: 40px;
	}
    .artwork_area {
        display: block;
    }
    .art_work h2, .art_work .h2 {
        font-size: 100px;
        transform: inherit;
        writing-mode: inherit;
        width: 100%;
        display: block;
        padding-top: 20px;
    }
    .art_work {
        width: 100%;
        display: block;
        padding-bottom: 30px;
        position: relative;
        height: auto;
    }
    .sidebar_wrap {
        position: fixed;
        width: 100%;
        background: #fff;
        z-index: 999;
    }
    .o-scroll h2, .o-scroll .h2 {
        font-size: 36px;
        line-height: 42px;
    }
    .o-scroll h3, .o-scroll .h3 {
        font-size: 22px;
    }
    .m40 {
        margin-bottom: 20px;
    }
    .o-scroll_left img {
        width: 70px;
    }
    .move-this-fix {
        display: none;
    }
    #Services h2, #Services .h2 {
        transform: inherit;
        writing-mode: inherit;
        width: 100%;
        display: block;
        margin-top: 0px;
    }
    #About .about_head {
        height: auto;
    }
    #About .about_main {
        padding-top: 30px;
    }
    #About .about_main h3, #About .about_main .h3 {
        font-size: 30px;
        margin-top: 10px;
    }
    .text_anm h2, .text_anm .h2 {
        font-size: 100px;
    }
    .text_anm h2, .text_anm .h2 {
        font-family: "Helvetica Neue LT Std";
        font-weight: 300;
        font-size: 70px;
        color: #000;
        line-height: 84px;
    }
    .text_anm span br {
        display: none;
    }
    .expand_wrap .default {
        height: 70vh;
        width: 15vw;
        color: rgba(255, 255, 255, 0);
        font-size: 16px;
        overflow: hidden;
    }
    
    .expand_wrap .expand {
        height: 100vh;
        width: 788px;
        background: #ffffff;
        color: white;
        padding: 0px;
    }
    #Services .img_wrap h4, #Services .img_wrap .h4 {
        padding-left: 20px;
        padding-bottom: 40px;
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        padding-right: 20px;
        padding-top: 20px;
        transform: rotate(-180deg);
        writing-mode: vertical-lr;
    }
    #Services .img_wrap h4 br{
        display: none;
    }
    #Contact h2, #Contact .h2 {
        font-size: 100px;
        transform: inherit;
        writing-mode: inherit;
        width: 100%;
        display: block;
        padding-top: 20px;
    }
    .artwork_area .artwork_main {
        width: 100%;
        height: auto;
        margin-right: 0px;
        padding-right: 0px;
        margin-top: 20px;
    }
    .o-scroll {
        padding: 0px 0px 20px 0px;
        min-width: 100%;
        min-height: auto;
        display: flex;
        position: relative;
        overflow: hidden;
    }
    .art_work::before {
        background: none;
    }
    .art_work {
        border-left: none;
    }
    /*.art_work h2, .art_work .h2 {
        line-height: 74px;
    }*/
    .list {
        margin: 0px 0 10px;
    }
    .text_anm {
        display: block;
        min-height: auto;
        padding: 100px 0 50px;
    }
    #About .about_main {
        margin-right: 0px;
    }
    .about_mob{
        overflow-y: scroll;
        overflow-x: hidden;
    }
    #Services .service_main {
        overflow: inherit;
    }
    #Contact .contact_main {
        padding: 30px 0 0px 5px;
        margin-right: 0px;
        overflow: inherit;
    }
    #About .about_main .togl_arw {
        text-align: center;
        margin-top: -115px;
        margin-right: 0px;
        left: 0;
    }
    .artwork_area {
        width: 100%;
        height: auto;
    }
    #About .about_main .client_head {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .adds {
        text-align: left!important;
    }
    #Contact {
        min-width: inherit;
        overflow-x: hidden;
    }
    #Contact .contact_main .adds_wrap .cnt_lk {
        margin-bottom: 30px;
    }
    .text_anm span {
        font-weight: 400;
        font-size: 30px;
        color: #000;
        display: inline-block;
        margin-left: 0px;
        line-height: 45px;
        margin-top: 10px;
    }
    .dest_services{
        display: none;
    }
    .mob_services {
        display: block;
        z-index: 9;
    }
    #Home img {
        width: 100%;
        height: auto!important;
    }
    .bg-light {
        background: #f8f9fa!important;
        margin-left: -12px;
    }
    /*.art_work h2, .art_work .h2 {
        animation: slide-left 5s linear infinite;
    }
    @keyframes slide-left {
        from {
          -webkit-transform: translateX(0);
          transform: translateX(0);
        }
        to {
          -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
        }
    }*/
    .mob_trns{
        display: block;
    }
    

    .an_text {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        padding: 10vh 0 0;
        --marquee-width: 100vw;
        --offset: 20vw;
        --move-initial: calc(100% + var(--offset));
        --move-final: calc(-100% + var(--offset));
        --item-font-size: 10vw;
        counter-reset: menu;
    }
    
    /* Make sure 3 items are visible in the viewport by setting suitable font size. */
    
    .marquee {
        position: absolute;
        top: 0;
        left: 0;
        width: var(--marquee-width);
        overflow: hidden;
        pointer-events: none;
        /*mix-blend-mode: color-burn;*/
    }
    
    .marquee__inner {
        width: fit-content;
        display: flex;
        position: relative;
        transform: translate3d(var(--move-initial), 0, 0);
        animation: marquee 4s linear infinite;
        animation-play-state: paused;
        opacity: 0;
        transition: opacity 0.1s;
    }
    
    .marquee .marquee__inner {
        animation-play-state: running;
        opacity: 1;
        transition-duration: 0.4s;
    }
    @keyframes marquee {
        0% {
            transform: translate3d(var(--move-initial), 0, 0);
        }
    
        100% {
            transform: translate3d(var(--move-final), 0, 0);
        }
    }
    .text_anm {
        padding: 30px 0 30px;
    }
    section {
        min-height: auto;
    }
    .text_anm {
        display: inline-block;
    }
    .desk_trns{
        display: none!important;
    }
    .client {
        counter-reset: step;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
        width: auto;
    }
    .client img {
        width: 100%;
    }
    .scroll_right.vd_rt {
        margin-right: 0px;
        margin-top: 20px;
    }
    #Services .service_main {
        padding-top: 30px;
    }
    ul.list_ul {
        list-style: disc;
    }
    .text_anm .trans_2 {
        margin-top: 10px;
        margin-left: 0px;
    }
    .m_l_1 {
        margin-left: 0px;
    }
    .m_l_2 {
        margin-left: 0px!important;
        margin-top: 20px!important;
    }
    .panel8 {
        overflow-x: hidden;
    }
    .container_gal {
        max-width: 80rem;
        width: 100%;
        padding: 2rem 0 2rem 0rem;
        margin: 0 auto;
    }
    .p_10 {
        padding: 5px;
    }
    .lang {
        display: flex;
        margin-right: 15px;
    }
    .logo_home{
        display: none;
    }
    .side-menu {
        padding-top: 0px;
    }
    .mob_disp{
        display: none;
    }
    .desk_dis {
        display: block;
    }
    .panel3 {
        margin-left: 0px;
    }
}

@media (max-width:768px){
    #content {
        margin-top: 80px;
    }
    
}

@media (max-width:580px){
    .art_work h2, .art_work .h2 {
        font-size: 60px;
        line-height: 60px;
    }
    #Services h2, #Services .h2 {
        font-size: 60px;
        line-height: 60px;
    }
    .list-heading:before {
        top: 60%;
    }
    .list-heading:after {
        top: 60%;
    }
    .scroll_right.vd_rt {
        margin-right: 0px;
        margin-top: 20px;
    }
    .text_anm h2 {
        font-size: 45px;
        line-height: 54px;
    }
    .text_anm span {
        font-size: 24px;
        line-height: 24px;
    }
    main {
        overflow-x: hidden;
    }
    .list-heading:before {
        margin-right: 15px;
    }
    .list-heading:after {
        margin-right: 15px;
    }
    #Contact h2, #Contact .h2 {
        font-size: 60px;
        padding-top: 0px;
        line-height: 60px;
    }
    .artwork_area .artwork_main {
        margin-top: 20px;
    }
    .text_anm {
        padding: 30px 0 30px;
    }
    section {
        min-height: auto;
    }
    .text_anm {
        display: inline-block;
    }
    .client {
        counter-reset: step;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        width: auto;
    }
    .panel8 img {
        width: 100%;
        height: auto!important;
    }
    section#Home {
        padding-top: 30px;
    }
    /*.o-scroll-outer {
        padding-top: 100px;
    }*/
    .adds img {
        width: auto;
    }
}
