  /* @import url('https://fonts.cdnfonts.com/css/gotham'); */


  @font-face {
    font-family: "Avenir-Next-Bold";
    src: url(../Fonts/AvenirNext-Bold.ttf);
  }

  @font-face {
    font-family: "Avenir-Next-Regular";
    src: url(../Fonts/avenir-next-regular.ttf);
  }

  @font-face {
    font-family: "Avenir-Next-Medium";
    src: url(../Fonts/AvenirNext-Medium.ttf);
  }


  /* @font-face {
    font-family: 'UAESymbol';
    src: url('uae-symbol.woff2') format('woff2'),
         url('uae-symbol.woff') format('woff'),
         url('uae-symbol.ttf') format('truetype');
  }

  .dirham-symbol {
      font-family: 'UAESymbol', sans-serif;
      font-size: inherit;
      color: inherit;
      font-weight: bold;
  } */



  body {
    background-color: #070707 !important;
    color: #f2f2f2 !important;
    font-size: 62.5%;
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: 'Avenir-Next-Regular', sans-serif !important;
  }

  .bg {
    /* background-image: url(../images/background.svg); */
    position: fixed;
    height: 100vh;
    z-index: -9999;
    width: 100%;
  }

  @keyframes draw-short {
    from {
      stroke-dashoffset: 0;
    }

    to {
      stroke-dashoffset: 5000;
    }
  }

  @keyframes draw-long {
    from {
      stroke-dashoffset: 0;
    }

    to {
      stroke-dashoffset: 5000;
    }
  }

  .cm-social-icons {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin: 5px 0;
  }

  .aboutsocil-icon {
    width: 25px;
    margin-right: 8px;
    transition: 0.5s;
    cursor: pointer;
  }

  .aboutsocil-icon:hover {
    width: 25px;
    transform: scale(1.5);
    margin-right: 8px;
    cursor: pointer;
  }

  .bg svg {
    fill-opacity: 0;
    opacity: 0.9;
    stroke-dashoffset: 0;
  }

  .top {
    animation: draw-short 20s linear infinite;
    stroke-dasharray: 1000;
    stroke-width: 1.5;
    stroke: #B18A09;
    filter: url(#blur);
  }

  .base {
    animation: draw-long 22s linear infinite;
    stroke-dashoffset: 0;
    stroke-dasharray: 1000;
    stroke-width: 1.5;
    stroke: #B18A09;
    filter: url(#blur);
  }

  .solid {
    opacity: 0.2;
    stroke-width: 1;
    stroke: #B18A09;
  }

  .navbar {
    margin-bottom: 0;
    border-radius: 0;
  }

  #header {
    width: 100%;
    margin: 30px 0 0 0;
  }

  .logo-stiky {
    z-index: 99;
    padding: 10px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    padding: 40px;
  }

  .logo-stiky img {
    float: right;
  }

  .portfolio {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1px;
    margin: 0px;
  }

  h1 {
    font-family: 'Avenir-Next-Medium', sans-serif !important;
    font-size: clamp(20px, 3.5vw, 26px);
    color: #B18A09;
    text-transform: uppercase;
  }

  h2 {
    font-family: 'Avenir-Next-Medium', sans-serif !important;
    font-size: clamp(18px, 3vw, 24px);
  }

  h3 {
    font-family: 'Avenir-Next-Medium', sans-serif !important;
    font-size: clamp(16px, 2.5vw, 18px);
  }

  h4 {
    font-family: 'Avenir-Next-Medium', sans-serif !important;
    font-size: clamp(15px, 2vw, 16px);
  }

  h5 {
    font-family: 'Avenir-Next-Regular', sans-serif !important;
    font-size: clamp(14px, 1.5vw, 16px);
  }

  p {
    font-family: 'Avenir-Next-Regular', sans-serif !important;
    font-size: clamp(14px, 1vw, 14px);
    line-height: 1.6;
  }





  .slick-vertical .slick-slide {
    width: 100% !important;
  }







    .csr-section {
        padding: 2% 0;
        color: #fff;
    }


    .csr-section-inner {
        padding: 20px;
        background: linear-gradient(90deg, rgb(18 18 18) 0%, rgb(18 18 18) 25%, rgba(9, 9, 121, 1) 25%, rgba(28, 28, 28, 1) 22%, rgba(28, 28, 28, 1) 100%);
    }


  .csr-content {
    max-width: 800px;
    text-align: left;
    display: flex;
    flex-direction: column;
    height: -webkit-fill-available;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .section-tag {
    display: inline-block;
    margin-bottom: 15px;
    color: #B18A09;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 22px;
  }

  .csr-content h2 {
    font-size: clamp(22px, 5vw, 26px);
    line-height: 50px;
    margin-bottom: 20px;
    text-transform: uppercase;
  }

  .csr-content p {
    font-size: 18px;
    line-height: 1.8;
    color: #d4d4d4;
  }

  .csr-video video {
    width: 100%;
    border-radius: 20px;
    display: block;
  }


  .item_box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    margin: 0 auto;
  }


  .item_box p {
    margin: 0;
    font-size: clamp(10px, 1vw, 13px);
    line-height: 16px;
    text-wrap: nowrap;
  }

  .item_box h1 {
    font-size: clamp(24px, 4vw, 50px);
    margin: 0;
    font-family: 'Avenir-Next-Bold', sans-serif !important;
    color: rgb(223, 223, 223);
  }

  .item_box img {
    width: 60px !important;
    z-index: 9;
    margin-bottom: 0px;
  }


  .portfolio-wrapper {
    position: relative;
  }

  .portfolio-wrapper:before,
  .portfolio-wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    width: 120px;
    height: 100%;
    z-index: 10;
    pointer-events: none;
  }

  .portfolio-wrapper:before {
    left: 0;
    background: linear-gradient(to right,
        #070707 0%,
        rgba(255, 255, 255, 0) 100%);
  }

  .portfolio-wrapper:after {
    right: 0;
    background: linear-gradient(to left,
        #070707 0%,
        rgba(255, 255, 255, 0) 100%);
  }

  .box {
    float: left;
    z-index: 0;
    opacity: 1;
    margin-right: 1px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 180px;
    border: 1px solid #d6d6d6;
    background: #1C1C1C;
    margin: 0.5px;
    text-decoration: none;
    margin-left: 1.5px;
    color: #fff;
    transition: all 0.3s ease;
    box-sizing: border-box;
  }

  .box h1 {
    z-index: 9999999;
    position: relative;
    width: 100%;
    text-align: center;
    color: rgb(223, 223, 223);
    text-decoration: none;
  }

  .box p {
    z-index: 9999999;
    position: relative;
    width: 100%;
    text-align: center;
    color: rgb(223, 223, 223);
    text-decoration: none;
    min-height: 42px;
  }

  .box:hover {
    z-index: 10;
    text-decoration: none;
  }

  .box:before,
  .box:after {
    content: "";
    display: block;
    position: absolute;
    background: #1C1C1C;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    opacity: 1;
  }

  .box:before {
    width: calc(100% + 2px);
    height: 100%;
    z-index: 1;
    width: 102%;
    transition: height 1s ease, opacity 0.8s ease;
  }

  .box:after {
    height: calc(100% + 2px);
    width: 100%;
    z-index: 1;
    transition: width 1s ease, opacity 0.8s ease;
  }

  .box:hover:before,
  .box:focus:before {
    transition: height 0.2s ease, opacity 0.3s ease;
    height: 85%;
    opacity: 1;
  }

  .box:hover:after,
  .box:focus:after {
    transition: width 0.2s ease, opacity 0.3s ease;
    width: 85%;
    opacity: 1;
  }

  .box__image {
    fill: #000;
    width: 60%;
    will-change: width;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    transition: all 0.5s ease;
    z-index: 2;
  }

  .vert-tab>div {
    margin-left: 1px;
    margin-right: 0px;
    width: 10%;
    cursor: pointer;
    height: 400px;
    transition: all 0.5s ease 0s;
    overflow: hidden;
  }

  .recr-content {
    background: #181818;
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: #181818 !important;
    padding: 36px 28px;
    margin-top: 36px;
    border: 1px solid;
  }

  .recr-content h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    white-space: nowrap;
    transform: rotate(269deg);
  }

  .work_items_content {
    display: none;
  }

  .vert_tab_image_wrrapeer {
    display: flex;
    align-items: center;
  }

  .vert-tab-content {
    display: flex;
    align-items: center;
  }

  .vert-tab-content h2 {
    font-size: 74px;
    font-weight: 700;
    line-height: 81px;
    letter-spacing: 0em;
    text-align: left;
    transform: translateY(100%);
    opacity: 0;
    animation: slideInFromBottom 0.9s ease-out forwards;
    color: #fff;
    margin-bottom: 30px;
  }

  .vert-tab-content h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    transform: translateY(100%);
    opacity: 0;
    animation: slideInFromBottom 0.7s ease-out forwards;
    color: #fff;
    margin-bottom: 20px;
  }

  @keyframes slideInFromBottom {
    0% {
      transform: translateX(100%);
      opacity: 0;
    }

    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }

  .vert-tab-content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    max-width: 96%;
    color: #ffffff;
    margin-left: 0px;
    margin-right: auto;
    transform: translateY(100%);
    opacity: 0;
    animation: slideInFromBottom 0.7s ease-out forwards;
  }

  .recr-content.active {
    width: 100%;
    cursor: default;
    background: #1E1D1D;
    border-color: #1E1D1D;
  }

  .recr-content.active h3 {
    display: none;
  }

  .recr-content.active .work_items_content {
    display: block;
  }

  .recr-content img {
    max-width: 100%;
  }

  .vert-tab {
    display: flex;
  }

  .company-inner-left {
    width: 75%;
    animation: slideInFromBottom 0.7s ease-out forwards;
  }

  .company-inner-right {
    width: 25%;
    position: relative;
    z-index: 999;
  }

  @media (hover: hover) and (pointer: fine) {
    #cursor {
      z-index: 99;
      position: fixed;
      left: 0;
      top: 0;
      pointer-events: none;
      will-change: transform;
    }

    #cursor .cursor--inner {
      width: 5vw;
      height: 5vw;
      border-radius: 50%;
      transform: translate(-50%, -50%);
      border: solid 1px #B18A09;
    }
  }

  #companyes {
    padding: 2% 0;
  }

  #media {
    padding: 2% 0;
  }












  /* <!-- third slider -->   */
  .gallery {
    display: flex;
    flex-wrap: wrap;
    border: 0 solid rgb(240, 240, 240);
  }

  .gallery div {
    flex: 1;
    position: relative;
    text-align: center;
  }

  .gallery div:nth-of-type(1) {
    flex-basis: 75%;
  }

  .gallery div:nth-of-type(2) {
    flex-basis: 25%;
  }

  .gallery div::before {
    content: "";
    display: block;
    padding-top: 10px;
  }

  .gallery div:nth-of-type(1)::before {
    padding-top: 56.25%;
  }

  .gallery iframe,
  .gallery span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
  }

  .gallery a {
    display: inline-block;
    margin-top: 5px;
  }

  .gallery a:last-child {
    margin-bottom: 5px;
  }

  .gallery iframe,
  .gallery img {
    max-width: 90%;
    vertical-align: middle;
  }

  #award {
    padding: 4% 0 2% 0;
  }

  #magazines {
    padding-top: 2%;
  }

  #projects {
    padding: 2% 0;
  }


  button {
    border: none;
    background-color: transparent;
    text-align: left;
    color: #B18A09;
  }

  button:hover {
    color: white;
    text-decoration: underline;
  }

  #news {
    padding: 2% 0;
  }

  #news .snip1216 {
    color: #fff;
    position: relative;
    overflow: hidden;
    width: 99.7%;
    background-color: #202020;
    color: #ffffff;
    text-align: left;
    font-size: 16px;
    padding: 0px;
  }

  #news .snip1216 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  #news .snip1216 .image {
    max-height: 220px;
    overflow: hidden;
  }

  #news .snip1216 img {
    max-width: 100%;
    vertical-align: top;
    position: relative;
  }

  #news .snip1216 figcaption {
    padding: 25px;
    position: relative;
  }

  #news .snip1216 .date {
    background-color: #B18A09;
    top: 25px;
    color: #000;
    left: 25px;
    min-height: 48px;
    min-width: 48px;
    position: absolute;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
  }

  #news .snip1216 .date span {
    display: block;
    line-height: 24px;
  }

  #news .snip1216 .date .month {
    font-size: 16px;
    background-color: rgba(0, 0, 0, 0.1);
  }

  #news .snip1216 h3,
  #news .snip1216 p {
    margin: 0;
    padding: 0;
  }

  #news .snip1216 h3 {
    min-height: 50px;
    margin-bottom: 20px;
    margin-left: 60px;
    display: inline-block;
    overflow: hidden;
    text-transform: uppercase;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: normal;
  }

  #news .snip1216 p {
    font-size: 0.8em;
    line-height: 1.6em;
    overflow: hidden;
    color: #9C9C9C;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }

  #news .snip1216 footer {
    padding: 0 25px;
    background-color: #202020;
    color: #e6e6e6;
    font-size: 0.8em;
    line-height: 30px;
    text-align: left;
    margin-bottom: 20px;
  }

  #news .snip1216 footer>div {
    display: inline-block;
  }

  #news .snip1216 footer i {
    color: rgba(255, 255, 255, 0.2);
    margin-right: 5px;
  }

  #news .snip1216 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
  }

  #news .snip1216:hover img,
  #news .snip1216.hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  .views:hover svg {
    padding-left: 10px;
  }

  .lin-border {
    background-color: white;
    border: 0;
    height: 0.5px;
    opacity: 1;
    width: 78%;
  }

  #footer {
    margin: 20px 0;
  }

  .ftr-box-right {
    background-color: #151515;
    max-height: 206px;
    padding: 30px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 1px;
    flex-direction: column;
    gap: 20px;
  }

  .ftr-box-left {
    max-height: 300px;
    background-color: #1A1A1A;
    padding: 20px 30px;
    margin-bottom: 1px;
  }

  /* -------------------------- Award Section -------------------------- */

  .award-left {
    background-color: #121212;
    width: 100%;
    height: 100%;
    display: flex;
    padding: 50px;
    border-right: solid 1px #313131;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .award-left h1 {
    font-size: 2em;
    font-weight: normal;
    text-align: center;
  }

  .award-left img {
    width: 100%;
  }

  .award-thunmb {
    width: 100%;
  }

  .award-right {
    background-color: #1c1c1c;
    width: 100%;
    padding: 50px 50px;
    height: 100%;
    display: flex;
    position: relative;
    align-items: center;
  }

  .slick-slide {
    margin: 0 5px;
  }

  .award-slider .slick-slide {
    margin: 0 10px;
  }

  .award-info-outer {
    display: flex;
    gap: 20px;
    align-items: flex-end;
    position: relative;
    top: -25px;
    left: 23px;
  }

  .award-info {
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .award-info span {
    color: #a09a91;
  }

  .space {
    margin-right: 1px;
  }

  .award-slider {
    display: flex;
    width: 100%;
  }

  .slider-arrow {
    position: absolute;
    z-index: 9;
    right: 50px;
    top: -33px;
    cursor: pointer;
    transition: fill 0.3s ease;
  }

  .slider-nav {
    fill: #313131;
    stroke: #313131;
  }

  .slider-nav:hover {
    fill: #B18A09;
  }

  .project-main-outer {
    background: rgb(2, 0, 36);
    /* background: linear-gradient(90deg, rgba(2, 0, 36, 0) 0%, rgba(47, 47, 47, 0) 22%, rgba(9, 9, 121, 1) 22%, rgba(28, 28, 28, 1) 22%, rgba(28, 28, 28, 1) 100%); */
    background: linear-gradient(90deg, rgba(2, 0, 36, 0) 0%, rgba(47, 47, 47, 0) 25%, rgba(9, 9, 121, 1) 25%, rgba(28, 28, 28, 1) 22%, rgba(28, 28, 28, 1) 100%);
    
    margin-top: 70px;
  }

  .project-sub-outer {
    top: -70px;
    position: relative;
    width: 100%;
  }

  .project-info {
    position: relative;
    width: 100%;
    padding: 10% 4% 0% 0%;
    display: flex;
    gap: 26px;
    flex-direction: column;
  }


  .project-info h1 {
    color: #ffffff;
    text-transform: uppercase;
  }

  .project-thumbnail {
    position: relative;
    top: 0;
    width: 100%;
  }

  .project-arrow-media {
    cursor: pointer;
    transition: fill 0.3s ease;
    position: relative;
    top: -0px;
    left: -15px;
  }

  .project-info-inner {
    display: flex;
    align-items: center;
    gap: 25px;
    margin: 0px 0px;
  }

  .project-info-inner p {
    color: #B18A09;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  .project-info a {
    color: #B18A09;
    font-size: 14px;
    letter-spacing: 5px;
    text-transform: uppercase;
  }

  .project-info a:hover {
    color: #ded4c7;
    font-size: 14px;
    letter-spacing: 5px;
    text-transform: uppercase;
  }

  .media-list {
    /* max-height: 520px; */
    /* overflow: hidden; */
  }





    .modal-dialog {
        max-width: 80% !important;
    }



  .media-list .sub-media-list {
    background-color: #1E1E1E;
    color: white;
    padding: 10px;
    margin-bottom: 2px;
    margin-left: 1px;
  }

  .sub-media-list:hover {
    background-color: #323132;
    color: white;
  }

  .sub-media-list.active {
    background-color: #323132;
    border-left: 4px solid #B18A09;
    color: white;
  }

  .media-list .sub-media-list a {
    display: flex;
    align-items: center;
    gap: 20px;
    cursor: pointer;
  }

  .slick-active .media-list .sub-media-list {
    background-color: #323132;
    color: white;
  }

  .slick-slide {
    width: 100%;
    margin: 0;
  }

  .media-for {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .media-for iframe {
    width: 100%;
    height: 520px;
  }

  /* Style for the media-nav */
  .media-nav .sub-media-list img {
    cursor: pointer;
    width: 140px;
    height: auto;
    
  }


.media-nav {
    max-height: 560px;
    overflow-y: auto;
    overflow-x: hidden;

    scrollbar-width: thin;
    scrollbar-color: rgba(255,255,255,.4) transparent;
}

.media-nav::-webkit-scrollbar {
    width: 8px;
}

.media-nav::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,.3);
    border-radius: 20px;
}

.media-nav::-webkit-scrollbar-thumb:hover {
    background: rgba(255,255,255,.6);
}


  

  .slider-arrow-media {
    cursor: pointer;
    transition: fill 0.3s ease;
    z-index: 9;
    right: 50px;
    top: -33px;
  }

  .new-slider-arrow-media {
    cursor: pointer;
    transition: fill 0.3s ease;
    z-index: 9;
    right: 50px;
    top: -33px;
  }

  .media-slider-nav {
    fill: #313131;
    stroke: #313131;
  }

  .phone-type {
    display: none;
  }

  .desktop-type {
    display: inline;
  }

  .news-nav-left path:hover {
    fill: #B18A09;
  }

  .news-nav-right path:hover {
    fill: #B18A09;
  }

  .mag-slider-nav-left path:hover {
    fill: #B18A09;
  }

  .mag-slider-nav-right path:hover {
    fill: #B18A09;
  }

  .slider-nav-left path:hover {
    fill: #B18A09;
  }

  .slider-nav-right path:hover {
    fill: #B18A09;
  }

  .project-nav-left path:hover {
    fill: #B18A09;
  }

  .project-nav-right path:hover {
    fill: #B18A09;
  }

  .media-slider-nav-left path:hover {
    fill: #B18A09;
  }

  .media-slider-nav-right path:hover {
    fill: #B18A09;
  }

  .project-for .slick-slide {
    opacity: 0;
    transition: opacity 0.5s ease;
  }

  .project-for .slick-current {
    opacity: 1;
  }

  .project-nav .slick-slide {
    opacity: 0;
  }

  .project-nav .slick-current {
    opacity: 1;
  }

  .slick-disabled {
    opacity: 0.6;
    cursor: default;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
  }

  .slick-disabled path:hover {
    fill: #575757 !important;
  }

  .project-info a {
    color: #B18A09;
    font-size: 14px;
    letter-spacing: 5px;
    text-transform: uppercase;
  }

  .desktop-layout {
    display: inherit;
  }

  .phone-layout {
    display: none;
  }

  .button-text {
    color: #B18A09;
    font-size: 14px;
    letter-spacing: 5px;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
  }

  .button-text:hover {
    color: #B18A09;
    font-size: 14px;
    letter-spacing: 5px;
    text-transform: uppercase;
  }

  .icon-bar {
    position: fixed;
    top: 50%;
    z-index: 99;
    right: 1px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .icon-bar a {
    display: block;
    text-align: center;
    padding: 15px;
    transition: all 0.3s ease;
    color: white;
    font-size: 18px;
  }

  .icon-bar a:hover {
    background-color: rgb(255, 255, 255);
    fill: black;
  }

  .facebook {
    background: #3B5998;
    color: white;
  }

  .twitter {
    background: #55ACEE;
    fill: white;
  }

  .twitter svg {
    fill: white;
  }

  .twitter:hover svg {
    fill: black;
  }

  .insta {
    background: #EE3F76;
    color: white;
  }

  .google {
    background: #dd4b39;
    color: white;
  }

  .google svg {
    fill: white;
  }

  .google:hover svg {
    fill: black;
  }

  .linkedin {
    background: #007bb5;
    color: white;
  }

  .youtube {
    background: #bb0000;
    color: white;
  }

  .svg-container {
    position: relative;
    display: inline-block;
  }

  .shine {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
  }

  .shine::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.5) 100%);
    animation: shineAnimation 2s infinite linear;
  }

  .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #232222 !important;
    background-clip: padding-box;
    border: 1px solid rgb(56 55 55 / 20%);
    border-radius: .3rem;
    outline: 0;
  }

  .modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #303030 !important;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px);
  }

  .modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #303030 !important;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
  }

  /* -------------------------------------- MAGAZINES ------------------------------------------ */

  .magazines-right {
    width: 100%;
    padding: 10px 20px;
    height: 100%;
    display: flex;
    position: relative;
    align-items: center;
    /* background: #202020; */
  }

    .p-text-dark {
        font-family: 'Avenir-Next-Regular', sans-serif !important;
        font-size: clamp(13px, 1vw, 13px);
        line-height: 1.6;
    }

  .mag-shelf {
    width: 96%;
    height: 20px;
    background-color: #464646;
    position: relative;
    z-index: 99;
    bottom: 120px;
    border-radius: 15px;
    margin: 0 auto;
  }

  .mag-slider-arrow {
    z-index: 9;
    cursor: pointer;
    transition: fill 0.3s ease;
  }

  .magazines-info-outer {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    position: relative;
    top: 40px;
    min-height: 80px;
    left: 0px;
    min-height: 110px;
    max-width: 290px;
  }

  .magazines-info {
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-left: 20px;
  }

  .magazines-info p {
    text-transform: uppercase;
  }

  .magazines-info a {
    color: #B18A09;
  }

  .magazines-info a:hover {
    color: #B18A09;
    text-decoration: underline;
  }

  .magazines-thunmb {
    width: 288px;
    border-radius: 22px;
    filter: drop-shadow(10px -7px 1px rgba(44, 44, 44, 0.373));
    padding: 10px;
  }




  @keyframes shineAnimation {
    0% {
      transform: translateX(-100%);
    }

    100% {
      transform: translateX(100%);
    }
  }

  /* Large devices (laptops/desktops, 992px and up) */
  @media only screen and (max-width: 992px) {

    body {
      /* background-size: inherit; */
      background-size: 370%;
      background-attachment: fixed;
      height: 100vh;
    }

    .desktop-layout {
      display: none;
    }

    .phone-layout {
      display: inherit;
    }

    #news {
      margin: 50px 0;
    }

    #footer {
      margin: 50px 0;
    }

    #media {
      margin: 50px 0;
    }

    #award {
      margin: 50px 0;
    }

    #companyes {
      margin: 10px 0 50px 0;
    }

    #header {
      margin: 20px auto;
    }

    .project-sub-outer {
      top: 0px;
      padding: 0px 0;
      position: relative;
      width: 100%;
    }

    .project-main-outer {
      /* background: #1C1C1C; */
      margin-top: 30px;
    }

    .project-arrow-media {
      top: -36px;
      left: 19px;
    }

    .project-info {
      padding: 0;
      gap: 10px;
    }

    .project-info h1 {
      font-size: 28px;
    }

    .project-info-inner {
      align-items: flex-start;
      gap: 20px;
      flex-direction: column;
    }

    .vert-tab {
      display: flex;
      flex-direction: column;
    }

    .recr-content h3 {
      transform: rotate(0deg);
    }

    .vert-tab-content {
      display: flex;
      align-items: center;
      flex-direction: row;
    }

    .recr-content {
      margin-top: 1px;
      border: 1px solid;
    }

    .vert-tab>div {
      width: 100%;
      height: auto;
    }

    .company-inner-left {
      width: 100%;
    }

    .company-inner-right {
      width: 65%;
      animation: slideInFromBottom 0.7s ease-out forwards;

    }

    .recr-content h3 {
      margin: 0px 0 0px;
    }

    .cstm-sm-none {
      display: none;
    }


  }

  @media only screen and (max-width: 768px) {


    #header {
      margin: 0px auto;
      padding: 70px 0px;
      background: rgb(0, 0, 0);
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.9430365896358543) 0%, rgba(2, 0, 36, 0) 100%);
    }

    .desktop-layout {
      display: none;
    }

    .phone-layout {
      display: inherit;
    }

    .portfolio {
      grid-template-columns: repeat(1, 1fr);
      /* Two columns on mobile */
    }

    .item_box img {
      width: 50px;
      z-index: 9;
      margin-bottom: 0px;
    }

    .project-main-outer {
      background: #1C1C1C;
    }


    .mag-shelf {
      bottom: 190px;
    }

    .magazines-info {
      text-align: center;
    }

    .magazines-thunmb {
      width: 100%;
      padding: 0px;
    }

    .project-sub-outer {
      top: 0px;
      padding: 0 0 0px 0;
      position: relative;
      width: 100%;
    }

    .project-arrow-media {
      top: -36px;
      left: 19px;
    }

    .project-info {
      padding: 0;
      gap: 10px;
    }

    .project-info h1 {
      font-size: 28px;
    }

    .project-info-inner {
      align-items: flex-start;
      gap: 20px;
      flex-direction: column;
    }

    .cstm-sm-none {
      display: none;
    }

    .award-left {
      border-right: solid 0px #313131;
    }

    .award-right {
      padding: 50px 50px 0 45px;
    }

    #footer {
      margin: 0px 0;
    }

    #companyes {
      margin: 50px 0;
    }


    #award {
      margin: 50px 0;
    }

    #media {
      margin: 50px 0;
    }

    #news {
      margin: 50px 0;
    }

    .media-for iframe {
      width: 100%;
      height: 219px;
    }

    .ftr-box-left {
      padding: 64px 40px;
    }

    .ftr-box-right {
      padding: 50px 40px;
    }

    @keyframes slideInFromBottom {
      0% {
        transform: translateY(100%);
        opacity: 0;
      }

      100% {
        transform: translateY(0);
        opacity: 1;
      }
    }

    body {
      /* background-size: inherit; */
      background-size: 500%;
      background-attachment: fixed;
      height: 100vh;
    }

    .vert-tab {
      display: flex;
      flex-direction: column;
    }

    .recr-content h3 {
      transform: rotate(0deg);
    }

     .modal-dialog {
        max-width: 100% !important;
    }

    .vert-tab-content {
      display: flex;
      align-items: center;
      flex-direction: column;
    }

    .recr-content {
      margin-top: 1px;
      border: 1px solid;
    }

    .vert-tab>div {
      width: 100%;
      height: auto;
    }

    .company-inner-left {
      width: 100%;
    }

    .company-inner-right {
      width: 65%;
      animation: slideInFromBottom 0.7s ease-out forwards;

    }

    .recr-content h3 {
      margin: 0px 0 0px;
    }

    .media-list .sub-media-list {
      align-items: flex-start;
      flex-direction: column;
    }

    .award-left img {
      width: 60%;
    }

    #news .snip1216 img {
      width: 100%;
    }

    .lin-border {
      display: none;
    }

    .slick-dots li button:before {
      font-family: 'slick';
      font-size: 10px !important;
      line-height: 50px !important;
      position: absolute;
      top: 0;
      left: 0;
      width: 15px;
      height: 15px;
      content: '•';
      text-align: center;
      opacity: .25;
      color: #ffffff !important;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }

    .slick-dots li.slick-active button:before {
      opacity: .75;
      color: #B18A09 !important;
    }


    .slick-dots {
      bottom: -15px !important;
    }

    .slick-dots li {
      width: 10px !important;
    }

    .icon-bar a {
      display: block;
      text-align: center;
      padding: 15px;
      transition: all 0.3s ease;
      color: white;
      font-size: 18px;
      width: inherit;
    }

    .icon-bar {
      position: fixed;
      bottom: -3%;
      top: inherit;
      display: flex;
      z-index: 99;
      margin: 0 auto;
      right: auto;
      width: 100%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      justify-content: space-evenly;
      align-items: center;
      gap: 2px;
    }

    .vert-tab-content p {
      margin-bottom: 30px;
    }

    .slider-arrow-media {
      display: none;
    }

    .phone-type {
      display: inline;
      text-align: center;
    }

    .desktop-type {
      display: none;
    }

    .logo-stiky {
      z-index: 99;
      padding: 10px;
      top: 0;
      right: 0;
      z-index: 99;
      border-radius: 0 0 0 50%;
    }
  }

  /* Extra large devices (large laptops and desktops, 1200px and up) */
  @media only screen and (min-width: 1200px) {
    .hide-desktop {
      display: none;
    }
  }

  @media (max-width: 767px) {
    .hide-desktop {
      display: block;
    }
  }