@font-face {
  font-family: Optima;
  src: url(../font/7d64c37c-83dc-4450-8781-17b619b16935.ttf); }

@font-face {
  font-family: Optima-Extra;
  src: url(../font/887409a8-7285-46ea-ba85-893160ec2888.ttf); }

@font-face {
  font-family: Gcocon-next-arabic;
  src: url(../font/cocon-next-arabic.ttf); }

body {
  margin: 0; }

.navBar.scrolled {
  background-color: rgba(33, 33, 33, 0.8) !important;
  transition: background-color 200ms linear; }

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  left: 50%;
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  padding: 20px 5%;
  box-sizing: border-box; }
  nav .logo {
    height: 45px; }
    @media screen and (max-width: 768px) {
      nav .logo {
        height: 32px; } }
  nav ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding-left: 0; }
    nav ul li {
      font-family: Optima;
      font-size: 18px;
      font-style: normal;
      font-stretch: condensed;
      line-height: normal;
      letter-spacing: 0.6px;
      color: #ffffff;
      padding-left: 40px; }
      @media screen and (max-width: 768px) {
        nav ul li {
          font-size: 14px;
          padding-left: 4vw; } }
      nav ul li a {
        color: inherit; }
        nav ul li a:hover {
          color: #D4A328;
          text-decoration: inherit; }
      nav ul li .linkActive {
        color: #D4A328;
        font-weight: bold; }
        nav ul li .linkActive:after {
          content: "";
          display: block;
          width: 4px;
          border: 2px solid;
          border-radius: 100%;
          margin: 0 auto; }

.container-fluid {
  padding: 0 5%; }

#homeSection, #teamSection, #focusSection, #contactSection {
  background-color: black;
  height: 100vh;
  width: 100vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  object-fit: contain; }

#homeSection {
  background-image: url("../image/background.svg"); }
  #homeSection .container-fluid {
    height: 80%; }
    #homeSection .container-fluid .homeRow {
      height: 100%; }
    #homeSection .container-fluid .mainContentHome {
      height: 100%;
      width: 100%; }
      #homeSection .container-fluid .mainContentHome .carousel {
        height: 82%;
        margin-top: 8%; }
        @media screen and (max-width: 768px) {
          #homeSection .container-fluid .mainContentHome .carousel {
            margin-top: 10vh; } }
      #homeSection .container-fluid .mainContentHome .carousel-inner {
        height: 100%; }
      #homeSection .container-fluid .mainContentHome .carousel-item {
        width: 100%;
        height: 100%; }
        #homeSection .container-fluid .mainContentHome .carousel-item div h2 {
          font-family: Optima;
          font-size: 60px;
          font-weight: bold;
          font-style: normal;
          font-stretch: condensed;
          line-height: normal;
          letter-spacing: normal;
          color: #D4A328; }
          @media screen and (max-width: 768px) {
            #homeSection .container-fluid .mainContentHome .carousel-item div h2 {
              font-size: 24px; } }
        #homeSection .container-fluid .mainContentHome .carousel-item div p {
          width: 60%;
          font-family: Optima;
          font-size: 36px;
          font-weight: 300;
          font-style: normal;
          font-stretch: condensed;
          line-height: normal;
          letter-spacing: normal;
          color: #e6e6e6; }
          @media screen and (max-width: 768px) {
            #homeSection .container-fluid .mainContentHome .carousel-item div p {
              font-size: 14px; } }
      #homeSection .container-fluid .mainContentHome .carousel-item-image {
        background-image: url("../image/andrew-seaman-eu-du-ho-5-yy-ag-unsplash.png");
        background-size: cover;
        background-position: center;
        opacity: 0.4;
        width: 100%;
        height: 100%;
        box-shadow: 5px 15px 60px 5px #000000;
        background-color: rgba(61, 61, 61, 0.1);
        object-fit: cover; }
      #homeSection .container-fluid .mainContentHome .carousel-caption {
        margin-left: -10%; }

@keyframes scroll {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(calc(-200px * 7)); } }

.footerHome {
  width: 100%;
  height: 15%;
  background-color: rgba(33, 33, 33, 0.8);
  display: grid;
  grid-template-columns: 1fr 4fr;
  position: absolute;
  bottom: 0;
  box-sizing: border-box; }
  @media screen and (max-width: 768px) {
    .footerHome {
      height: 20%;
      display: flex;
      flex-direction: column;
      justify-content: space-around; } }
  .footerHome .rectangle {
    background-color: rgba(33, 33, 33, 0.6);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    box-sizing: border-box; }
    @media screen and (max-width: 768px) {
      .footerHome .rectangle {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding-left: 12px; } }
    .footerHome .rectangle div {
      padding-right: 10%;
      box-sizing: border-box; }
    .footerHome .rectangle::after {
      background: linear-gradient(to right, #212121, rgba(33, 33, 33, 0));
      content: "";
      height: 100%;
      position: absolute;
      width: 20px;
      z-index: 2;
      top: 0;
      transform: rotateZ(180deg); }
      @media screen and (max-width: 768px) {
        .footerHome .rectangle::after {
          display: none; } }
    .footerHome .rectangle .we-worked-with {
      font-family: Optima-Extra;
      font-size: 22px;
      font-weight: 900;
      font-style: normal;
      font-stretch: condensed;
      line-height: normal;
      letter-spacing: normal;
      color: #D4A328;
      margin-right: 10px;
      box-sizing: border-box;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .footerHome .rectangle .we-worked-with {
          font-size: 16px; } }
  .footerHome .slider {
    background: rgba(33, 33, 33, 0.6);
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
    height: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    box-sizing: border-box; }
    @media screen and (max-width: 768px) {
      .footerHome .slider {
        padding-bottom: 5%; } }
    .footerHome .slider::before, .footerHome .slider::after {
      background: linear-gradient(to right, #212121, rgba(33, 33, 33, 0));
      content: "";
      height: 100%;
      position: absolute;
      width: 200px;
      z-index: 2; }
      @media screen and (max-width: 768px) {
        .footerHome .slider::before, .footerHome .slider::after {
          width: 100px; } }
    .footerHome .slider::after {
      right: 0;
      top: 0;
      transform: rotateZ(180deg); }
    .footerHome .slider::before {
      left: 0;
      top: 0; }
  .footerHome .we-worked-with-logo {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    animation: scroll 40s linear infinite;
    width: calc(200px * 14); }
    .footerHome .we-worked-with-logo .adaaLogo {
      width: 5%; }
    .footerHome .we-worked-with-logo .bitmap {
      width: 4%; }
    .footerHome .we-worked-with-logo .gcamLogo {
      width: 6%; }
    .footerHome .we-worked-with-logo .ministryOfCultureLogo {
      width: 3%; }

.lets-talk {
  width: 25%;
  height: 10%;
  background-color: #D4A328;
  position: absolute;
  bottom: 25%;
  right: 0;
  display: flex;
  justify-content: space-around;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .lets-talk {
      height: 6%;
      width: 32%;
      bottom: 32%;
      padding: 1%; } }
  .lets-talk div p {
    font-family: Optima;
    font-size: 24px;
    font-style: normal;
    font-stretch: condensed;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    margin: 0; }
    @media screen and (max-width: 768px) {
      .lets-talk div p {
        font-size: 14px; } }
  .lets-talk div img {
    width: 80%; }
    @media screen and (max-width: 768px) {
      .lets-talk div img {
        width: 45%; } }

#teamSection {
  background-image: url("../image/background.svg"); }
  #teamSection .teamContainer {
    height: 100%; }
    @media screen and (max-width: 768px) {
      #teamSection .teamContainer {
        height: 75%;
        position: absolute;
        bottom: 0; } }
    #teamSection .teamContainer .teamRow {
      height: 100%;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      box-sizing: border-box; }
      @media screen and (max-width: 768px) {
        #teamSection .teamContainer .teamRow {
          margin: 0;
          align-items: flex-start; } }
      #teamSection .teamContainer .teamRow .col-12:nth-of-type(1) {
        margin-top: -7%; }
        @media screen and (max-width: 768px) {
          #teamSection .teamContainer .teamRow .col-12:nth-of-type(1) {
            margin-top: 4px; } }
      #teamSection .teamContainer .teamRow .col-12:nth-of-type(2) {
        height: 100%;
        width: 100%; }
        @media screen and (max-width: 768px) {
          #teamSection .teamContainer .teamRow .col-12:nth-of-type(2) {
            height: 80%; } }
      #teamSection .teamContainer .teamRow .teamMemberName {
        font-family: Optima-Extra;
        font-size: 24px;
        font-weight: 900;
        font-style: normal;
        font-stretch: condensed;
        line-height: normal;
        letter-spacing: normal;
        color: #D4A328;
        text-transform: uppercase; }
        @media screen and (max-width: 768px) {
          #teamSection .teamContainer .teamRow .teamMemberName {
            display: none; } }
      #teamSection .teamContainer .teamRow .aboutTeamMember {
        width: 70%;
        font-family: Optima;
        font-size: 14px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.38;
        letter-spacing: 0.69px;
        color: #dcdcdc;
        object-fit: contain;
        padding-top: 10px; }
        @media screen and (max-width: 768px) {
          #teamSection .teamContainer .teamRow .aboutTeamMember {
            font-size: 12px;
            text-align: center;
            width: 100%;
            margin: 0 auto;
            letter-spacing: normal;
            line-height: normal;
            padding-top: 0; } }
      @media screen and (max-width: 768px) {
        #teamSection .teamContainer .teamRow .personalPhotoDiv {
          width: 100%;
          height: 100%;
          position: absolute;
          bottom: 0; } }
      #teamSection .teamContainer .teamRow .fade-background {
        display: flex;
        justify-content: center;
        align-items: center; }
        #teamSection .teamContainer .teamRow .fade-background div {
          background-image: url("../image/fade-background@3x.png");
          background-repeat: no-repeat;
          background-size: cover;
          width: 500px;
          height: 500px;
          opacity: 0.2; }
          @media screen and (max-width: 768px) {
            #teamSection .teamContainer .teamRow .fade-background div {
              background-position: center;
              width: 250px;
              height: 250px; } }
      #teamSection .teamContainer .teamRow .personalPhoto {
        position: absolute;
        right: 20%;
        bottom: 0;
        object-fit: contain;
        width: 380px; }
        @media screen and (max-width: 768px) {
          #teamSection .teamContainer .teamRow .personalPhoto {
            width: 50%;
            width: 256px;
            margin: auto;
            left: 0;
            right: 0;
            text-align: center; } }
    #teamSection .teamContainer .redhaAlHaider, #teamSection .teamContainer .salimAlGudhea2, #teamSection .teamContainer .mattyBeckerman {
      display: none; }
  #teamSection .teamFooter {
    width: 100%;
    height: 25%;
    position: absolute;
    bottom: 0; }
    @media screen and (max-width: 768px) {
      #teamSection .teamFooter {
        top: 0; } }
    #teamSection .teamFooter .teamFooterTransparency {
      width: 100%;
      height: 100%;
      opacity: 0.4;
      box-shadow: 5px 15px 60px 5px #000000;
      background-image: linear-gradient(to bottom, #212121, #000000);
      position: absolute; }
      @media screen and (max-width: 768px) {
        #teamSection .teamFooter .teamFooterTransparency {
          display: none; } }
    #teamSection .teamFooter .teamFooterContnet {
      height: 100%;
      width: 100%;
      display: grid;
      justify-items: center;
      align-items: center;
      grid-template-columns: 1fr 3fr 1.5fr;
      position: absolute; }
      @media screen and (max-width: 768px) {
        #teamSection .teamFooter .teamFooterContnet {
          display: flex;
          align-items: flex-start;
          flex-direction: column; } }
      #teamSection .teamFooter .teamFooterContnet .teamMembers {
        font-family: Optima-Extra;
        font-size: 24px;
        font-weight: 900;
        font-style: normal;
        font-stretch: condensed;
        line-height: normal;
        letter-spacing: normal;
        color: #D4A328; }
        @media screen and (max-width: 768px) {
          #teamSection .teamFooter .teamFooterContnet .teamMembers {
            font-size: 16px;
            padding: 20px 10px 0px 20px; } }
      #teamSection .teamFooter .teamFooterContnet .teamMembersSlide1 {
        display: flex;
        justify-content: space-around;
        align-items: center;
        height: 100%; }
        @media screen and (max-width: 768px) {
          #teamSection .teamFooter .teamFooterContnet .teamMembersSlide1 {
            width: 100%; } }
      #teamSection .teamFooter .teamFooterContnet .teamMembersSlide2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        height: 40%;
        padding: 0 10px;
        width: 100%; }
      #teamSection .teamFooter .teamFooterContnet .nameOfTeamMember {
        height: 21px;
        font-family: Optima;
        font-size: 18px;
        font-weight: 300;
        font-style: normal;
        font-stretch: condensed;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #e6e6e6; }
        @media screen and (max-width: 768px) {
          #teamSection .teamFooter .teamFooterContnet .nameOfTeamMember {
            font-size: 12px;
            height: auto;
            line-height: normal;
            letter-spacing: normal; } }
      #teamSection .teamFooter .teamFooterContnet .nameOfTeamMemberActive {
        font-family: Optima-Extra;
        font-size: 20px;
        font-weight: bold; }
        @media screen and (max-width: 768px) {
          #teamSection .teamFooter .teamFooterContnet .nameOfTeamMemberActive {
            font-size: 14px;
            color: #D4A328; } }
      #teamSection .teamFooter .teamFooterContnet .teamMemberUnderline {
        width: 12vw;
        height: 2.4vh;
        opacity: 0.6;
        background-color: #3d3d3d;
        margin-top: 5px; }
        @media screen and (max-width: 768px) {
          #teamSection .teamFooter .teamFooterContnet .teamMemberUnderline {
            background-color: #e6e6e6;
            margin-top: 0;
            width: 100%;
            height: 2px; } }
      #teamSection .teamFooter .teamFooterContnet .teamMemberUnderlineActive {
        background-color: #e6e6e6; }
        @media screen and (max-width: 768px) {
          #teamSection .teamFooter .teamFooterContnet .teamMemberUnderlineActive {
            background-color: #D4A328;
            margin-top: 0;
            width: 100%;
            height: 8px; } }

#focusSection {
  background-image: url("../image/pavan-trikutam-71-cj-ssb-83-wo-unsplash2.png"); }
  @media screen and (max-width: 768px) {
    #focusSection {
      height: 180vh; } }
  #focusSection .rectangleRadialGradientForFocusSection {
    background-image: url("../image/rectangleFocus@2x.png");
    height: 100vh;
    width: 100vw;
    background-size: cover;
    position: absolute;
    bottom: 0; }
    @media screen and (max-width: 768px) {
      #focusSection .rectangleRadialGradientForFocusSection {
        height: 180vh; } }
  #focusSection .container-fluid {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media screen and (max-width: 768px) {
      #focusSection .container-fluid {
        align-items: center; } }
    #focusSection .container-fluid .OUR-Focus, #focusSection .container-fluid .Our-experties {
      width: 100%;
      font-family: Optima-Extra;
      font-size: 22px;
      font-weight: 900;
      font-style: normal;
      font-stretch: condensed;
      line-height: normal;
      letter-spacing: normal;
      color: #D4A328;
      text-transform: uppercase; }
      @media screen and (max-width: 768px) {
        #focusSection .container-fluid .OUR-Focus, #focusSection .container-fluid .Our-experties {
          font-size: 16px; } }
      #focusSection .container-fluid .OUR-Focus p, #focusSection .container-fluid .Our-experties p {
        margin-bottom: 0.5%; }
      #focusSection .container-fluid .OUR-Focus div, #focusSection .container-fluid .Our-experties div {
        height: 14px;
        object-fit: contain;
        background-color: #e6e6e6; }
        @media screen and (max-width: 768px) {
          #focusSection .container-fluid .OUR-Focus div, #focusSection .container-fluid .Our-experties div {
            display: none; } }
    #focusSection .container-fluid .OUR-Focus div {
      width: 225px; }
    #focusSection .container-fluid .Our-experties p {
      margin-top: 20px; }
    #focusSection .container-fluid .Our-experties div {
      width: 155px; }
    #focusSection .container-fluid .We-serve-clients-on, #focusSection .container-fluid .We-provide-specialit {
      margin: 1.5% 0; }
      #focusSection .container-fluid .We-serve-clients-on p, #focusSection .container-fluid .We-provide-specialit p {
        object-fit: contain;
        transform: rotate(-360deg);
        font-family: Optima;
        font-size: 20px;
        font-weight: 300;
        font-style: bold;
        font-stretch: condensed;
        line-height: normal;
        letter-spacing: normal;
        color: #ffffff;
        margin-bottom: 0.5%; }
        @media screen and (max-width: 768px) {
          #focusSection .container-fluid .We-serve-clients-on p, #focusSection .container-fluid .We-provide-specialit p {
            font-size: 12px;
            text-align: center;
            letter-spacing: normal;
            margin-top: 10px; } }
      #focusSection .container-fluid .We-serve-clients-on div, #focusSection .container-fluid .We-provide-specialit div {
        height: 1px;
        object-fit: contain;
        border: solid 1px #D4A328;
        margin: 0; }
    #focusSection .container-fluid .We-serve-clients-on div {
      width: 270px; }
      @media screen and (max-width: 768px) {
        #focusSection .container-fluid .We-serve-clients-on div {
          width: 165px; } }
    #focusSection .container-fluid .We-provide-specialit div {
      width: 480px; }
      @media screen and (max-width: 768px) {
        #focusSection .container-fluid .We-provide-specialit div {
          width: 290px; } }
    #focusSection .container-fluid .serveClientsRow, #focusSection .container-fluid .expertiesRow {
      margin: 0;
      display: flex;
      justify-content: space-between; }
      #focusSection .container-fluid .serveClientsRow .serveClientsCol, #focusSection .container-fluid .serveClientsRow .expertiesCol, #focusSection .container-fluid .expertiesRow .serveClientsCol, #focusSection .container-fluid .expertiesRow .expertiesCol {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; }
        @media screen and (max-width: 768px) {
          #focusSection .container-fluid .serveClientsRow .serveClientsCol, #focusSection .container-fluid .serveClientsRow .expertiesCol, #focusSection .container-fluid .expertiesRow .serveClientsCol, #focusSection .container-fluid .expertiesRow .expertiesCol {
            margin-top: 10px; } }
        #focusSection .container-fluid .serveClientsRow .serveClientsCol .Mask-Copy-6, #focusSection .container-fluid .serveClientsRow .expertiesCol .Mask-Copy-6, #focusSection .container-fluid .expertiesRow .serveClientsCol .Mask-Copy-6, #focusSection .container-fluid .expertiesRow .expertiesCol .Mask-Copy-6 {
          width: 100px;
          height: 100px;
          object-fit: contain;
          transform: rotate(-315deg);
          box-shadow: 5px 5px 30px 0 rgba(230, 230, 230, 0.2);
          background-color: rgba(61, 61, 61, 0.1);
          margin: 0;
          margin-top: 20px;
          margin-bottom: 30px;
          display: flex;
          justify-content: center;
          align-items: center;
          background-color: #212121; }
          @media screen and (max-width: 768px) {
            #focusSection .container-fluid .serveClientsRow .serveClientsCol .Mask-Copy-6, #focusSection .container-fluid .serveClientsRow .expertiesCol .Mask-Copy-6, #focusSection .container-fluid .expertiesRow .serveClientsCol .Mask-Copy-6, #focusSection .container-fluid .expertiesRow .expertiesCol .Mask-Copy-6 {
              width: 80px;
              height: 80px; } }
          #focusSection .container-fluid .serveClientsRow .serveClientsCol .Mask-Copy-6 img, #focusSection .container-fluid .serveClientsRow .expertiesCol .Mask-Copy-6 img, #focusSection .container-fluid .expertiesRow .serveClientsCol .Mask-Copy-6 img, #focusSection .container-fluid .expertiesRow .expertiesCol .Mask-Copy-6 img {
            width: 40px;
            transform: rotate(315deg);
            z-index: inherit; }
            @media screen and (max-width: 768px) {
              #focusSection .container-fluid .serveClientsRow .serveClientsCol .Mask-Copy-6 img, #focusSection .container-fluid .serveClientsRow .expertiesCol .Mask-Copy-6 img, #focusSection .container-fluid .expertiesRow .serveClientsCol .Mask-Copy-6 img, #focusSection .container-fluid .expertiesRow .expertiesCol .Mask-Copy-6 img {
                width: 35px; } }
          #focusSection .container-fluid .serveClientsRow .serveClientsCol .Mask-Copy-6 .noun-start-up-img, #focusSection .container-fluid .serveClientsRow .serveClientsCol .Mask-Copy-6 .strategyImg, #focusSection .container-fluid .serveClientsRow .expertiesCol .Mask-Copy-6 .noun-start-up-img, #focusSection .container-fluid .serveClientsRow .expertiesCol .Mask-Copy-6 .strategyImg, #focusSection .container-fluid .expertiesRow .serveClientsCol .Mask-Copy-6 .noun-start-up-img, #focusSection .container-fluid .expertiesRow .serveClientsCol .Mask-Copy-6 .strategyImg, #focusSection .container-fluid .expertiesRow .expertiesCol .Mask-Copy-6 .noun-start-up-img, #focusSection .container-fluid .expertiesRow .expertiesCol .Mask-Copy-6 .strategyImg {
            width: 30px; }
            @media screen and (max-width: 768px) {
              #focusSection .container-fluid .serveClientsRow .serveClientsCol .Mask-Copy-6 .noun-start-up-img, #focusSection .container-fluid .serveClientsRow .serveClientsCol .Mask-Copy-6 .strategyImg, #focusSection .container-fluid .serveClientsRow .expertiesCol .Mask-Copy-6 .noun-start-up-img, #focusSection .container-fluid .serveClientsRow .expertiesCol .Mask-Copy-6 .strategyImg, #focusSection .container-fluid .expertiesRow .serveClientsCol .Mask-Copy-6 .noun-start-up-img, #focusSection .container-fluid .expertiesRow .serveClientsCol .Mask-Copy-6 .strategyImg, #focusSection .container-fluid .expertiesRow .expertiesCol .Mask-Copy-6 .noun-start-up-img, #focusSection .container-fluid .expertiesRow .expertiesCol .Mask-Copy-6 .strategyImg {
                width: 25px; } }
        #focusSection .container-fluid .serveClientsRow .serveClientsCol .Culture---Entertainm, #focusSection .container-fluid .serveClientsRow .expertiesCol .Culture---Entertainm, #focusSection .container-fluid .expertiesRow .serveClientsCol .Culture---Entertainm, #focusSection .container-fluid .expertiesRow .expertiesCol .Culture---Entertainm {
          object-fit: contain;
          font-family: Optima-Extra;
          font-size: 14px;
          font-weight: bold;
          font-style: normal;
          font-stretch: condensed;
          line-height: normal;
          letter-spacing: normal;
          text-align: center;
          color: #D4A328;
          text-transform: capitalize; }
          @media screen and (max-width: 768px) {
            #focusSection .container-fluid .serveClientsRow .serveClientsCol .Culture---Entertainm, #focusSection .container-fluid .serveClientsRow .expertiesCol .Culture---Entertainm, #focusSection .container-fluid .expertiesRow .serveClientsCol .Culture---Entertainm, #focusSection .container-fluid .expertiesRow .expertiesCol .Culture---Entertainm {
              font-size: 12px; } }
          #focusSection .container-fluid .serveClientsRow .serveClientsCol .Culture---Entertainm p, #focusSection .container-fluid .serveClientsRow .expertiesCol .Culture---Entertainm p, #focusSection .container-fluid .expertiesRow .serveClientsCol .Culture---Entertainm p, #focusSection .container-fluid .expertiesRow .expertiesCol .Culture---Entertainm p {
            margin: 0;
            margin-bottom: 10px; }
      #focusSection .container-fluid .serveClientsRow .serveClientsCol:nth-of-type(1) .Culture---Entertainm, #focusSection .container-fluid .serveClientsRow .serveClientsCol:nth-of-type(2) .Culture---Entertainm, #focusSection .container-fluid .serveClientsRow .expertiesCol:nth-of-type(1) .Culture---Entertainm, #focusSection .container-fluid .serveClientsRow .expertiesCol:nth-of-type(4) .Culture---Entertainm, #focusSection .container-fluid .expertiesRow .serveClientsCol:nth-of-type(1) .Culture---Entertainm, #focusSection .container-fluid .expertiesRow .serveClientsCol:nth-of-type(2) .Culture---Entertainm, #focusSection .container-fluid .expertiesRow .expertiesCol:nth-of-type(1) .Culture---Entertainm, #focusSection .container-fluid .expertiesRow .expertiesCol:nth-of-type(4) .Culture---Entertainm {
        width: 248px; }
        @media screen and (max-width: 768px) {
          #focusSection .container-fluid .serveClientsRow .serveClientsCol:nth-of-type(1) .Culture---Entertainm, #focusSection .container-fluid .serveClientsRow .serveClientsCol:nth-of-type(2) .Culture---Entertainm, #focusSection .container-fluid .serveClientsRow .expertiesCol:nth-of-type(1) .Culture---Entertainm, #focusSection .container-fluid .serveClientsRow .expertiesCol:nth-of-type(4) .Culture---Entertainm, #focusSection .container-fluid .expertiesRow .serveClientsCol:nth-of-type(1) .Culture---Entertainm, #focusSection .container-fluid .expertiesRow .serveClientsCol:nth-of-type(2) .Culture---Entertainm, #focusSection .container-fluid .expertiesRow .expertiesCol:nth-of-type(1) .Culture---Entertainm, #focusSection .container-fluid .expertiesRow .expertiesCol:nth-of-type(4) .Culture---Entertainm {
            width: auto; } }

#contactSection {
  height: 80vh; }
  #contactSection .rectangleRadialGradient {
    width: 100%;
    height: 30%;
    background-image: url("../image/rectangle@3x.png");
    opacity: 0.8;
    background-size: cover;
    position: absolute;
    bottom: 0; }
  #contactSection .container-fluid {
    height: 35vh;
    position: relative;
    background-image: url("../image/pavan-trikutam2.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding-right: 0; }
    #contactSection .container-fluid .row {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      margin: 0;
      padding-top: 1%; }
      @media screen and (max-width: 768px) {
        #contactSection .container-fluid .row {
          height: 50%;
          padding-top: 3%; } }
      #contactSection .container-fluid .row .Get-in-touch {
        object-fit: contain;
        font-family: Optima-Extra;
        font-size: 24px;
        font-weight: 900;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #D4A328; }
        @media screen and (max-width: 768px) {
          #contactSection .container-fluid .row .Get-in-touch {
            font-size: 16px; } }
        #contactSection .container-fluid .row .Get-in-touch p {
          margin-bottom: 0.5%; }
        #contactSection .container-fluid .row .Get-in-touch div {
          width: 170px;
          height: 14px;
          object-fit: contain;
          background-color: #e6e6e6; }
          @media screen and (max-width: 768px) {
            #contactSection .container-fluid .row .Get-in-touch div {
              width: 110px;
              margin-top: 5px;
              height: 10px; } }
      #contactSection .container-fluid .row .Wed-love-to-hear-fr {
        margin: 10% 0; }
        #contactSection .container-fluid .row .Wed-love-to-hear-fr p {
          object-fit: contain;
          transform: rotate(-360deg);
          font-family: Optima;
          font-size: 20px;
          font-weight: 300;
          font-stretch: condensed;
          line-height: normal;
          color: #ffffff;
          margin-bottom: 0.5%; }
          @media screen and (max-width: 768px) {
            #contactSection .container-fluid .row .Wed-love-to-hear-fr p {
              font-size: 12px;
              letter-spacing: normal;
              margin-top: 10px; } }
        #contactSection .container-fluid .row .Wed-love-to-hear-fr div {
          width: 235px;
          height: 1px;
          object-fit: contain;
          border: solid 1px #D4A328;
          margin: 0; }
          @media screen and (max-width: 768px) {
            #contactSection .container-fluid .row .Wed-love-to-hear-fr div {
              width: 140px; } }
    #contactSection .container-fluid .lets-talk-contactSection {
      width: 350px;
      height: 30%;
      background-color: #D4A328;
      position: absolute;
      bottom: 25%;
      right: 0;
      display: flex;
      justify-content: center;
      align-items: center; }
      #contactSection .container-fluid .lets-talk-contactSection a {
        width: 90%;
        height: 100%;
        position: absolute;
        z-index: 1; }
      @media screen and (max-width: 768px) {
        #contactSection .container-fluid .lets-talk-contactSection {
          height: 22%;
          bottom: 10%;
          width: 220px; } }
      #contactSection .container-fluid .lets-talk-contactSection div {
        height: 100%;
        width: 90%;
        display: flex;
        justify-content: center;
        align-items: center; }
        #contactSection .container-fluid .lets-talk-contactSection div p {
          font-family: Optima;
          font-size: 18px;
          font-weight: 300;
          font-style: normal;
          font-stretch: condensed;
          letter-spacing: normal;
          color: #ffffff;
          margin: 0;
          text-decoration: none;
          text-transform: lowercase; }
          @media screen and (max-width: 768px) {
            #contactSection .container-fluid .lets-talk-contactSection div p {
              font-size: 12px; } }
        #contactSection .container-fluid .lets-talk-contactSection div img {
          height: 30%; }
          @media screen and (max-width: 768px) {
            #contactSection .container-fluid .lets-talk-contactSection div img {
              width: 60%;
              height: auto; } }
  #contactSection .mapDiv {
    background-image: url("../image/map2.png");
    background-position: center;
    width: 100%;
    height: 45vh;
    position: absolute;
    bottom: 0;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.4); }
    #contactSection .mapDiv .pinDiv {
      position: absolute;
      bottom: 49%;
      left: 49%; }
      #contactSection .mapDiv .pinDiv .circle {
        width: 17px;
        height: 17px;
        background-color: #D4A328;
        border-radius: 50%;
        position: absolute;
        top: 19%;
        left: 19%; }
      #contactSection .mapDiv .pinDiv .ringring {
        border: 3px solid #D4A328;
        border-radius: 30px;
        -webkit-border-radius: 30px;
        height: 27px;
        width: 27px;
        animation: pulsate 1s ease-out;
        -webkit-animation: pulsate 1s ease-out;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
        opacity: 0.0; }

@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0.0; }
  50% {
    opacity: 1.0; }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0.0; } }

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0.0; }
  50% {
    opacity: 1.0; }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0.0; } }
    #contactSection .mapDiv .rectangleRadialGradient2 {
      width: 100%;
      height: 100%;
      background-image: url("../image/rectangle-copy-map@3x.png");
      opacity: 0.8;
      background-size: cover;
      position: absolute;
      bottom: 0; }
    #contactSection .mapDiv .mapDivContent {
      position: absolute;
      bottom: 15%;
      right: 0; }
      @media screen and (max-width: 768px) {
        #contactSection .mapDiv .mapDivContent {
          width: 100%;
          bottom: 0; } }
      #contactSection .mapDiv .mapDivContent .socialMediaDiv ul {
        width: 80%;
        list-style-type: none;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0;
        padding: 0; }
        @media screen and (max-width: 768px) {
          #contactSection .mapDiv .mapDivContent .socialMediaDiv ul {
            justify-content: space-around;
            width: 100%; } }
        #contactSection .mapDiv .mapDivContent .socialMediaDiv ul li {
          font-family: Optima;
          font-size: 12px;
          font-weight: normal;
          font-style: normal;
          font-stretch: condensed;
          line-height: normal;
          letter-spacing: 1px;
          color: #ffffff;
          margin: 8px 0; }
          @media screen and (max-width: 768px) {
            #contactSection .mapDiv .mapDivContent .socialMediaDiv ul li {
              font-size: 12px; } }
          #contactSection .mapDiv .mapDivContent .socialMediaDiv ul li a {
            color: inherit; }
            #contactSection .mapDiv .mapDivContent .socialMediaDiv ul li a:hover {
              color: #D4A328;
              text-decoration: inherit; }
              #contactSection .mapDiv .mapDivContent .socialMediaDiv ul li a:hover:after {
                content: "";
                display: block;
                border: 0.5px solid;
                margin: 1px auto; }
      #contactSection .mapDiv .mapDivContent .getDirectionsContent {
        width: 400px;
        height: 15vh;
        background-color: rgba(61, 61, 61, 0.6);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding: 10px 20px; }
        #contactSection .mapDiv .mapDivContent .getDirectionsContent a {
          width: 90%;
          height: 70%;
          position: absolute;
          z-index: 1;
          margin: 0;
          padding: 0; }
        @media screen and (max-width: 768px) {
          #contactSection .mapDiv .mapDivContent .getDirectionsContent {
            width: 100%;
            padding: 10px 15px; } }
        #contactSection .mapDiv .mapDivContent .getDirectionsContent p {
          margin: 0;
          padding-top: 10px; }
        #contactSection .mapDiv .mapDivContent .getDirectionsContent .addressDirections {
          padding-top: 10px;
          margin-left: 50px; }
        #contactSection .mapDiv .mapDivContent .getDirectionsContent .address {
          height: 100%;
          font-family: Optima;
          font-size: 18px;
          font-weight: normal;
          font-style: normal;
          font-stretch: condensed;
          line-height: normal;
          letter-spacing: 1px;
          color: #ffffff; }
          @media screen and (max-width: 768px) {
            #contactSection .mapDiv .mapDivContent .getDirectionsContent .address {
              line-height: 1.56;
              letter-spacing: 0.16px; } }
        #contactSection .mapDiv .mapDivContent .getDirectionsContent .getDirectionsDiv {
          width: 100%;
          display: flex;
          justify-content: space-between;
          height: 100%;
          font-family: Optima;
          font-size: 20px;
          font-weight: bold;
          font-style: normal;
          font-stretch: condensed;
          line-height: normal;
          letter-spacing: 0.6px;
          color: #ffffff;
          text-transform: uppercase; }
          #contactSection .mapDiv .mapDivContent .getDirectionsContent .getDirectionsDiv p {
            text-decoration: none;
            color: inherit;
            padding-top: 10px; }
          @media screen and (max-width: 768px) {
            #contactSection .mapDiv .mapDivContent .getDirectionsContent .getDirectionsDiv {
              font-size: 18px;
              letter-spacing: 0.45px;
              width: 100%; } }
          #contactSection .mapDiv .mapDivContent .getDirectionsContent .getDirectionsDiv div {
            display: flex;
            justify-content: space-between; }
          #contactSection .mapDiv .mapDivContent .getDirectionsContent .getDirectionsDiv img {
            width: 50%; }
            @media screen and (max-width: 768px) {
              #contactSection .mapDiv .mapDivContent .getDirectionsContent .getDirectionsDiv img {
                width: 50%;
                height: auto; } }

footer {
  background-color: #111111;
  height: 15vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  footer p {
    width: 100%;
    height: 50%;
    font-family: Optima;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: condensed;
    line-height: normal;
    letter-spacing: 1px;
    text-align: center;
    color: #ffffff;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 768px) {
      footer p {
        font-size: 12px; } }
  footer div {
    width: 15%;
    margin: 0; }
    @media screen and (max-width: 768px) {
      footer div {
        width: 25%; } }
    footer div ul {
      padding: 0;
      list-style-type: none;
      display: flex;
      justify-content: space-around;
      align-items: center;
      font-family: Gcocon-next-arabic;
      font-size: 18px; }
      footer div ul li a {
        margin: 0;
        padding: 0;
        color: #ffffff;
        text-decoration: none; }
        footer div ul li a:hover {
          color: #D4A328;
          text-decoration: inherit; }
          footer div ul li a:hover:after {
            content: "";
            display: block;
            border: 0.5px solid;
            margin: 1px auto; }
