.header {
  position: absolute;
  left: 0px;
  top: 0px;
  display: flex;
  align-items: center;
  width: 100%;
  z-index: 1000;
  padding: 16px 0px;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }
  .header.sticky {
    position: fixed;
    background: #081728;
    padding: 4px 0px;
    -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1); }
    @media (max-width: 991px) {
      .header.sticky {
        padding: 8px 0px; } }
  .header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%; }
  .header .logo a {
    font-size: 44px;
    color: #a08d53;
    font-weight: 900;
    text-transform: uppercase; }
    @media (max-width: 1360px) {
      .header .logo a {
        font-size: 34px; } }
    @media (max-width: 1199px) {
      .header .logo a {
        font-size: 28px; } }
    .header .logo a span {
      font-weight: 400;
      color: #fff; }
  .header .icon-mobile {
    height: 14px;
    width: 20px;
    position: absolute;
    top: -200px;
    right: 12px;
    border-top: 2px solid #fff;
    cursor: pointer;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    @media (max-width: 991px) {
      .header .icon-mobile {
        top: auto; } }
    .header .icon-mobile:before, .header .icon-mobile:after {
      position: absolute;
      top: 4px;
      right: 0px;
      display: block;
      height: 2px;
      width: 20px;
      background: #fff;
      content: '';
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
    .header .icon-mobile:after {
      top: 10px; }
  .header .menu {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 991px) {
      .header .menu {
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        top: -100%;
        left: 0px;
        width: 100%;
        height: 100%;
        margin: 0px;
        background: #081728;
        z-index: 1004;
        padding: 20px;
        text-align: center;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
        .header .menu.active {
          top: 0px; } }
    .header .menu .icon-clos {
      position: absolute;
      top: 35px;
      left: auto;
      display: none;
      cursor: pointer;
      right: 20px; }
      @media (max-width: 991px) {
        .header .menu .icon-clos {
          display: block; } }
      .header .menu .icon-clos svg path {
        stroke: #fff; }
  .header .navigation-menu ul {
    display: flex;
    position: relative; }
    @media (max-width: 991px) {
      .header .navigation-menu ul {
        display: block; } }
    .header .navigation-menu ul li {
      margin: 0px 12px; }
      @media (max-width: 1300px) {
        .header .navigation-menu ul li {
          margin: 0px 8px; } }
      @media (max-width: 1020px) {
        .header .navigation-menu ul li {
          margin: 0px 4px; } }
      @media (max-width: 991px) {
        .header .navigation-menu ul li {
          margin: 0px;
          margin-bottom: 16px; } }
      .header .navigation-menu ul li a {
        list-style: none;
        color: #fff;
        text-align: center;
        font-size: 14px;
        text-transform: uppercase;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
        @media (max-width: 1199px) {
          .header .navigation-menu ul li a {
            font-size: 12px; } }
        @media (max-width: 991px) {
          .header .navigation-menu ul li a {
            font-size: 16px; } }
        .header .navigation-menu ul li a:hover, .header .navigation-menu ul li a.mPS2id-highlight {
          color: #a08d53; }

.modal {
  padding: 0px 16px !important;
  overflow-x: hidden;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.85); }
  .modal .modal-dialog {
    max-width: 1200px; }
  .modal .modal-content {
    padding: 24px; }
    .modal .modal-content .head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-bottom: 1px solid #d5d5d5;
      padding-bottom: 16px; }
      .modal .modal-content .head .title {
        font-size: 24px !important;
        color: #000; }
      .modal .modal-content .head .close {
        position: absolute;
        right: 24px;
        margin: 0px;
        padding: 0px;
        opacity: 1;
        text-shadow: none;
        outline: none; }
  .modal .item {
    margin-top: 24px; }
    @media (max-width: 991px) {
      .modal .item {
        max-width: 100%;
        flex: 100%; } }
    .modal .item .map-text {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      margin-bottom: 32px; }
      .modal .item .map-text:last-child {
        margin: 0px; }
      .modal .item .map-text .icon {
        display: flex;
        justify-content: center;
        align-items: center;
        min-width: 46px;
        max-width: 46px;
        height: 46px;
        background: #fff;
        box-shadow: 0px 0px 13px #d0d0d070;
        -webkit-border-radius: 60px;
        border-radius: 60px;
        background-clip: padding-box; }
        .modal .item .map-text .icon svg {
          fill: #a08d53;
          width: 22px;
          height: 22px; }
      .modal .item .map-text p,
      .modal .item .map-text a {
        display: flex;
        align-items: center;
        margin-left: 12px;
        color: #000; }
      .modal .item .map-text a {
        display: block;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
        .modal .item .map-text a:hover {
          color: #a08d53; }
    .modal .item .map {
      width: 100%;
      position: relative;
      background: #fff;
      padding: 0px !important; }
      .modal .item .map iframe {
        display: block;
        border: 0px;
        width: 100%;
        height: 455px; }
        @media (max-width: 991px) {
          .modal .item .map iframe {
            height: 300px; } }

.slider {
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  width: 100%; }
  .slider .container {
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: 10; }
    .slider .container .title {
      font-size: 66px;
      position: relative;
      width: 100%;
      text-align: center;
      text-transform: uppercase;
      letter-spacing: 10px; }
      @media (max-width: 550px) {
        .slider .container .title {
          font-size: 42px;
          letter-spacing: 14px; } }
      .slider .container .title span {
        color: #a08d53; }
    .slider .container .text {
      color: #fff;
      text-align: center;
      font-size: 24px;
      text-transform: uppercase; }
      @media (max-width: 550px) {
        .slider .container .text {
          font-size: 16px;
          margin: 0px; } }
    .slider .container .counter {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 32px; }
      .slider .container .counter .it-counter {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0px 4px;
        text-align: center;
        padding: 8px;
        min-width: 108px;
        height: 108px;
        background: #000000bd; }
        @media (max-width: 550px) {
          .slider .container .counter .it-counter {
            min-width: 62px;
            height: 62px; } }
        .slider .container .counter .it-counter div {
          font-size: 46px;
          font-weight: 900;
          color: #fff;
          line-height: 42px;
          color: #a08d53; }
          @media (max-width: 550px) {
            .slider .container .counter .it-counter div {
              font-size: 30px;
              line-height: 16px; } }
        .slider .container .counter .it-counter span {
          display: block;
          font-size: 18px;
          color: #fff;
          text-align: center;
          line-height: 22px;
          font-weight: 200;
          margin-top: 8px; }
          @media (max-width: 550px) {
            .slider .container .counter .it-counter span {
              font-size: 14px;
              line-height: 16px; } }
  .slider .nav__link {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: 40px;
    left: 0;
    z-index: 100;
    width: 56px;
    margin: 0px auto;
    -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-animation: jump 2.5s ease 0s infinite normal;
    animation: jump 2.5s ease 0s infinite normal; }
    @media (max-width: 991px) {
      .slider .nav__link {
        width: 148px;
        height: 40px;
        font-size: 14px;
        margin-top: 16px;
        width: 36px;
        bottom: 48px; } }
    .slider .nav__link svg {
      width: 56px;
      height: 56px; }
      @media (max-width: 991px) {
        .slider .nav__link svg {
          width: 36px;
          height: 36px; } }
@-webkit-keyframes jump {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  20% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes jump {
  0% {
    transform: translateY(0); }
  20% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px); }
  50% {
    transform: translateY(0); }
  60% {
    transform: translateY(-15px); }
  80% {
    transform: translateY(0); }
  100% {
    transform: translateY(0); } }
  .slider .carousel {
    width: 100%; }
    .slider .carousel .carousel-item {
      height: 100vh; }
      @media (max-width: 550px) {
        .slider .carousel .carousel-item {
          height: 80vh; } }
      .slider .carousel .carousel-item::after {
        content: '';
        position: absolute;
        top: 0;
        right: auto;
        bottom: auto;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg, #1373a400 0%, #0000009c 100%); }
      .slider .carousel .carousel-item img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .slider .carousel-indicators {
    margin: 0px !important;
    bottom: -10%; }
    @media (max-width: 991px) {
      .slider .carousel-indicators {
        display: none; } }
    .slider .carousel-indicators li {
      background: #dfdfdf;
      width: 16px;
      height: 16px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-clip: padding-box; }
      .slider .carousel-indicators li.active {
        background: #1373a4; }
  .slider .carousel-control-next,
  .slider .carousel-control-prev {
    top: 50%;
    opacity: 1;
    width: 46px;
    height: 46px;
    margin-top: -12px;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    @media (max-width: 550px) {
      .slider .carousel-control-next,
      .slider .carousel-control-prev {
        display: none; } }
    .slider .carousel-control-next svg,
    .slider .carousel-control-prev svg {
      width: 46px;
      height: 46px;
      fill: #fff;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
    .slider .carousel-control-next:hover svg,
    .slider .carousel-control-prev:hover svg {
      fill: #a08d53; }
  .slider .carousel-control-next {
    right: -40px; }
  .slider .carousel-control-prev {
    left: -40px; }
    .slider .carousel-control-prev svg {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
  .slider .carousel:hover .carousel-control-next {
    right: 40px; }
  .slider .carousel:hover .carousel-control-prev {
    left: 40px; }

.about {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 84px; }
  @media (max-width: 991px) {
    .about {
      padding-top: 48px; } }
  @media (max-width: 991px) {
    .about .item {
      max-width: 100%;
      flex: 100%;
      margin-top: 48px; } }
  .about .item h2.title {
    margin-bottom: 16px; }
    @media (max-width: 991px) {
      .about .item h2.title {
        text-align: center; } }
  .about .item h3.title {
    color: #a08d53;
    font-size: 24px;
    font-weight: 300; }
    @media (max-width: 991px) {
      .about .item h3.title {
        text-align: center;
        font-size: 20px; } }
  @media (max-width: 991px) {
    .about .item .text {
      text-align: center; } }
  .about .item.flex {
    display: flex;
    align-items: center;
    padding-left: 40px; }
    @media (max-width: 991px) {
      .about .item.flex {
        padding-left: 12px; } }
  @media (max-width: 991px) {
    .about .al-img {
      max-width: 100%;
      flex: 100%; } }
  @media (max-width: 991px) {
    .about .al-img .img {
      max-width: 50%;
      flex: 50%;
      display: flex;
      justify-content: center; } }
  .about .al-img .img:nth-child(1) .in-bg, .about .al-img .img:nth-child(4) .in-bg {
    height: 240px; }
  .about .al-img .img:nth-child(2) .in-bg, .about .al-img .img:nth-child(3) .in-bg {
    min-width: 280px;
    max-width: 280px;
    height: 280px;
    border-top-left-radius: 0px; }
  .about .al-img .img:nth-child(4) {
    margin-top: 40px; }
  @media (max-width: 1199px) {
    .about .al-img .img:nth-child(3) {
      margin-top: 40px; } }
  .about .al-img .img:nth-child(3) .in-bg {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    border-bottom-right-radius: 0px; }
  .about .al-img .img .in-bg {
    min-width: 240px;
    max-width: 240px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    -webkit-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.1); }
    .about .al-img .img .in-bg:hover {
      will-change: transform;
      transform: perspective(700px) rotateX(8.33deg) rotateY(2.2deg) scale3d(1, 1, 1); }
    @media (max-width: 1199px) {
      .about .al-img .img .in-bg {
        min-width: 200px !important;
        max-width: 200px !important;
        height: 200px !important; } }
    @media (max-width: 600px) {
      .about .al-img .img .in-bg {
        min-width: 138px !important;
        max-width: 138px !important;
        height: 138px !important; } }
  .about .al-img .img img {
    width: 100%;
    min-height: 100%;
    object-fit: cover; }
  .about .genre {
    position: relative;
    width: 100%;
    padding: 48px 0px;
    background: #a08d53 url(../images/slider/img1.jpg) no-repeat fixed center center/cover;
    overflow: hidden;
    margin-top: 84px; }
    @media (max-width: 991px) {
      .about .genre {
        margin-top: 48px; } }
    .about .genre::after {
      content: '';
      position: absolute;
      top: 0;
      right: auto;
      bottom: auto;
      left: 0;
      width: 100%;
      height: 100%;
      background: #a08d53de; }
    .about .genre .container {
      z-index: 10; }
    .about .genre .title {
      text-align: center;
      color: #000; }
    .about .genre .item {
      margin-top: 48px;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      @media (max-width: 1199px) {
        .about .genre .item {
          max-width: 33.333%;
          flex: 33.333%; } }
      @media (max-width: 991px) {
        .about .genre .item {
          max-width: 50%;
          flex: 50%; } }
      @media (max-width: 767px) {
        .about .genre .item {
          max-width: 100%;
          flex: 100%;
          margin-top: 32px; } }
      .about .genre .item:hover {
        transform: translateY(-16px); }
      .about .genre .item .inner {
        display: flex;
        align-items: center; }
        .about .genre .item .inner .photo {
          position: relative;
          min-width: 140px;
          max-width: 140px;
          background: #fff;
          height: 200px;
          text-align: center;
          overflow: hidden; }
          .about .genre .item .inner .photo img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
        .about .genre .item .inner .title {
          font-size: 20px !important;
          margin-left: 12px;
          font-weight: 700;
          text-transform: inherit; }

.shooting-location,
.the-antara-move-nft,
.the-arabian-camels {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 64px 0px; }
  @media (max-width: 991px) {
    .shooting-location,
    .the-antara-move-nft,
    .the-arabian-camels {
      padding: 32px 0px; } }
  @media (max-width: 991px) {
    .shooting-location .item,
    .the-antara-move-nft .item,
    .the-arabian-camels .item {
      max-width: 100%;
      flex: 100%;
      margin-bottom: 24px; }
      .shooting-location .item:last-child,
      .the-antara-move-nft .item:last-child,
      .the-arabian-camels .item:last-child {
        margin: 0px; } }
  .shooting-location .item .photo,
  .the-antara-move-nft .item .photo,
  .the-arabian-camels .item .photo {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%; }
    .shooting-location .item .photo img,
    .the-antara-move-nft .item .photo img,
    .the-arabian-camels .item .photo img {
      max-width: 100%; }
  .shooting-location .item.flex,
  .the-antara-move-nft .item.flex,
  .the-arabian-camels .item.flex {
    display: flex;
    align-items: center; }
    @media (max-width: 991px) {
      .shooting-location .item.flex .inner,
      .the-antara-move-nft .item.flex .inner,
      .the-arabian-camels .item.flex .inner {
        text-align: center; } }

.the-antara-move-nft {
  background: url(../images/bg2-1.png) repeat-x; }
  .the-antara-move-nft .title,
  .the-antara-move-nft .text {
    text-align: center; }
  .the-antara-move-nft .videos-slider {
    position: relative;
    z-index: 1;
    margin-top: 48px; }
    .the-antara-move-nft .videos-slider .slick-list {
      position: relative;
      display: block;
      overflow: hidden;
      outline: none;
      padding: 0px !important;
      margin: 0px -300px; }
      @media (max-width: 991px) {
        .the-antara-move-nft .videos-slider .slick-list {
          margin: 0px -12px; } }
      .the-antara-move-nft .videos-slider .slick-list .slick-track {
        position: relative;
        top: 0;
        right: auto;
        bottom: auto;
        left: auto;
        display: block;
        padding-top: 50px;
        overflow: hidden;
        height: 522px; }
        @media (max-width: 991px) {
          .the-antara-move-nft .videos-slider .slick-list .slick-track {
            height: auto;
            padding: 0px; } }
        .the-antara-move-nft .videos-slider .slick-list .slick-track:after, .the-antara-move-nft .videos-slider .slick-list .slick-track:before {
          display: table;
          content: ''; }
    .the-antara-move-nft .videos-slider .slick-next,
    .the-antara-move-nft .videos-slider .slick-prev {
      position: absolute;
      top: -46px;
      right: 0px;
      background: none;
      cursor: pointer;
      padding: 0px;
      outline: none;
      border: 0px;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 36px;
      height: 36px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-clip: padding-box;
      border: 1px solid #979797;
      display: none !important;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      .the-antara-move-nft .videos-slider .slick-next path,
      .the-antara-move-nft .videos-slider .slick-prev path {
        stroke: #fff !important; }
      .the-antara-move-nft .videos-slider .slick-next:hover,
      .the-antara-move-nft .videos-slider .slick-prev:hover {
        border: 1px solid #a08d53;
        background: #a08d53; }
        .the-antara-move-nft .videos-slider .slick-next:hover path,
        .the-antara-move-nft .videos-slider .slick-prev:hover path {
          stroke: #fff !important; }
    .the-antara-move-nft .videos-slider .slick-prev {
      right: 32px;
      margin-right: 20px; }
      @media (max-width: 991px) {
        .the-antara-move-nft .videos-slider .slick-prev {
          margin-right: 8px; } }
    .the-antara-move-nft .videos-slider .slick-dots {
      width: 100%;
      padding: 0px;
      list-style: none;
      height: 28px;
      text-align: center; }
      @media (max-width: 991px) {
        .the-antara-move-nft .videos-slider .slick-dots {
          margin-top: 24px; } }
      .the-antara-move-nft .videos-slider .slick-dots li {
        position: relative;
        display: inline-block;
        margin: 0px 3px;
        width: 12px;
        height: 12px;
        padding: 0px;
        cursor: pointer;
        background: #fff;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box; }
        .the-antara-move-nft .videos-slider .slick-dots li button {
          font-size: 0px;
          line-height: 0px;
          display: block;
          cursor: pointer;
          width: 12px;
          height: 12px;
          color: #fff;
          border: 0px;
          outline: none;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          background-clip: padding-box;
          background: transparent; }
      .the-antara-move-nft .videos-slider .slick-dots li.slick-active {
        background: #a08d53; }
    @media (max-width: 991px) {
      .the-antara-move-nft .videos-slider {
        padding: 0px 12px;
        margin-top: 24px; } }
  .the-antara-move-nft .item {
    display: inline-block;
    vertical-align: text-top;
    margin-left: -30px;
    margin-right: -30px; }
    @media (max-width: 991px) {
      .the-antara-move-nft .item {
        margin: 0px 12px; } }
    .the-antara-move-nft .item.slick-current, .the-antara-move-nft .item.slick-center {
      position: relative;
      z-index: 10; }
      .the-antara-move-nft .item.slick-current .inner, .the-antara-move-nft .item.slick-center .inner {
        height: 500px;
        margin-top: -50px;
        -webkit-box-shadow: 4px 4px 60px #000000e0;
        -moz-box-shadow: 4px 4px 60px #000000e0;
        -o-box-shadow: 4px 4px 60px #000000e0;
        -ms-box-shadow: 4px 4px 60px #000000e0;
        box-shadow: 4px 4px 60px #000000e0; }
        @media (max-width: 991px) {
          .the-antara-move-nft .item.slick-current .inner, .the-antara-move-nft .item.slick-center .inner {
            height: 380px;
            margin: 0px; } }
    .the-antara-move-nft .item .inner {
      position: relative;
      background: #404040;
      width: 100%;
      height: 400px;
      border: 1px solid #343434;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      @media (max-width: 991px) {
        .the-antara-move-nft .item .inner {
          height: 380px; } }
      .the-antara-move-nft .item .inner iframe,
      .the-antara-move-nft .item .inner video {
        display: block;
        border: 0px;
        width: 100%;
        height: 100%;
        background: #000; }

.the-arabian-camels {
  background: url(../images/bg2-1.png) repeat-x; }
  @media (max-width: 991px) {
    .the-arabian-camels .item {
      margin: 0px; } }
  .the-arabian-camels .item .photo {
    height: 640px;
    overflow: hidden; }
    @media (max-width: 991px) {
      .the-arabian-camels .item .photo {
        height: 440px; } }
    .the-arabian-camels .item .photo img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .the-arabian-camels .item.flex {
    display: flex;
    align-items: center;
    margin-left: -140px;
    z-index: 10;
    max-width: calc(50% + 140px);
    flex: calc(50% + 140px); }
    @media (max-width: 991px) {
      .the-arabian-camels .item.flex {
        max-width: 100%;
        flex: 100%;
        margin: 0px; } }
    .the-arabian-camels .item.flex .inner {
      background: #a08d53;
      padding: 60px; }
      @media (max-width: 991px) {
        .the-arabian-camels .item.flex .inner {
          padding: 40px; } }
      .the-arabian-camels .item.flex .inner .title {
        color: #000; }
      .the-arabian-camels .item.flex .inner .text {
        color: #141414; }

.nfts {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 64px 0px;
  background: #a08d53 url(../images/nfts.jpeg) no-repeat fixed center center/cover; }
  @media (max-width: 991px) {
    .nfts {
      padding: 32px 0px; } }
  .nfts .item {
    display: flex;
    align-items: center; }
    @media (max-width: 991px) {
      .nfts .item {
        max-width: 100%;
        flex: 100%; } }
    .nfts .item .inner {
      padding: 60px;
      background: #081728; }
      @media (max-width: 991px) {
        .nfts .item .inner {
          padding: 40px; } }

.people {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 64px 0px; }
  @media (max-width: 991px) {
    .people {
      padding: 32px 0px; } }
  .people .title {
    text-align: center; }
  .people .item {
    margin-top: 32px; }
    @media (max-width: 991px) {
      .people .item {
        max-width: 100%;
        flex: 100%; } }
    .people .item .inner {
      width: 100%;
      padding: 24px;
      min-height: 452px;
      background: #081728;
      -webkit-box-shadow: 20px 20px 120px #0000000a;
      -moz-box-shadow: 20px 20px 120px #0000000a;
      -o-box-shadow: 20px 20px 120px #0000000a;
      -ms-box-shadow: 20px 20px 120px #0000000a;
      box-shadow: 20px 20px 120px #0000000a;
      border-bottom: 4px solid #a08d53; }
      @media (max-width: 991px) {
        .people .item .inner {
          min-height: inherit; } }
      .people .item .inner .photo {
        width: 100px;
        height: 100px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box;
        overflow: hidden; }
        .people .item .inner .photo img {
          width: 100%;
          min-height: 100%;
          object-fit: cover; }
      .people .item .inner .title {
        text-align: left;
        font-size: 20px;
        font-weight: 600;
        margin-top: 16px; }

.contact {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 64px 0px;
  background: #a08d53 url(../images/contact.jpg) no-repeat fixed center center/cover; }
  @media (max-width: 991px) {
    .contact {
      padding: 32px 0px; } }
  .contact::after {
    content: '';
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 100%;
    background: #081728b8; }
  .contact .title {
    text-align: center;
    text-transform: uppercase; }
  .contact .container {
    z-index: 10; }
  .contact .allbox {
    display: flex; }
    @media (max-width: 991px) {
      .contact .allbox {
        display: block;
        margin-top: 32px; } }
    .contact .allbox .inner {
      padding: 64px 20px;
      border-right: 1px solid #fff3;
      text-align: center;
      min-width: 33.333%;
      background: #081728ba;
      margin-top: 32px; }
      .contact .allbox .inner:last-child {
        border: 0px; }
      @media (max-width: 991px) {
        .contact .allbox .inner {
          min-width: 100%;
          border: 0px;
          margin: 0px;
          border-bottom: 1px solid #fff3; }
          .contact .allbox .inner:last-child {
            border: 0px; } }
      .contact .allbox .inner .icon {
        margin: 0px auto;
        width: 140px;
        height: 140px; }
        .contact .allbox .inner .icon svg {
          fill: #a08d53;
          width: 40px;
          max-width: 40px;
          max-height: 40px; }
      .contact .allbox .inner .title {
        font-size: 20px !important;
        font-weight: 600;
        text-transform: inherit;
        margin-top: 24px; }
      .contact .allbox .inner a,
      .contact .allbox .inner p {
        display: block;
        margin-top: 12px;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s; }
        .contact .allbox .inner a:hover,
        .contact .allbox .inner p:hover {
          color: #a08d53; }

.partners {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 64px 0px;
  background: url(../images/bg2-1.png) repeat-x; }
  @media (max-width: 991px) {
    .partners {
      padding: 32px 0px; } }
  .partners .row {
    justify-content: center; }
  .partners .title {
    text-align: center;
    margin-bottom: 24px; }
    @media (max-width: 991px) {
      .partners .title {
        margin-bottom: 8px; } }
  .partners .item {
    margin-top: 24px;
    max-width: 25%;
    flex: 25%;
    display: flex;
    align-items: center; }
    @media (max-width: 991px) {
      .partners .item {
        max-width: 33.333%;
        flex: 33.333%; } }
    @media (max-width: 450px) {
      .partners .item {
        max-width: 50%;
        flex: 50%; } }
    .partners .item .photo {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 140px;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      background-clip: padding-box;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      -webkit-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      .partners .item .photo img {
        max-width: 90%;
        max-height: 90%; }
      .partners .item .photo:hover {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
        z-index: 1; }

.footer {
  width: 100%;
  position: relative;
  background: #081728; }
  @media (max-width: 991px) {
    .footer {
      text-align: center;
      padding-top: 32px; } }
  .footer .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 991px) {
      .footer .container {
        display: block; } }
  .footer .boxfot {
    margin-top: 32px; }
    @media (max-width: 991px) {
      .footer .boxfot {
        max-width: 100%;
        flex: 100%;
        margin: 0px;
        margin-bottom: 32px; }
        .footer .boxfot:last-child {
          margin: 0px; } }
    .footer .boxfot .logo {
      font-size: 36px;
      color: #a08d53;
      font-weight: 900;
      text-transform: uppercase; }
      @media (max-width: 991px) {
        .footer .boxfot .logo {
          font-size: 28px; } }
      .footer .boxfot .logo span {
        font-weight: 400;
        color: #fff; }
    .footer .boxfot .social {
      display: flex;
      margin-top: 24px; }
      .footer .boxfot .social a {
        display: flex;
        justify-content: center;
        align-items: center;
        -moz-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        width: 38px;
        height: 38px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box;
        background: #ffffff17;
        margin-right: 8px; }
        @media (max-width: 991px) {
          .footer .boxfot .social a {
            margin: 0px 4px; } }
        .footer .boxfot .social a svg {
          fill: #fff;
          max-width: 18px;
          max-height: 18px; }
        .footer .boxfot .social a.icon-facebook:hover {
          background: #3b5998; }
        .footer .boxfot .social a.icon-twitter:hover {
          background: #00acee; }
        .footer .boxfot .social a.icon-instagram:hover {
          background: #8d5b46; }
        .footer .boxfot .social a.icon-youtube:hover {
          background: #c4302b; }
        .footer .boxfot .social a.icon-rss:hover {
          background: #ee802f; }
        .footer .boxfot .social a.icon-linkedin:hover {
          background: #007fb1; }
        .footer .boxfot .social a.icon-gplus:hover {
          background: #dd4b39; }
        .footer .boxfot .social a.icon-whatsapp:hover {
          background: #189d0e; }
        .footer .boxfot .social a.icon-discord:hover {
          background: #5863f1; }
      @media (max-width: 991px) {
        .footer .boxfot .social {
          justify-content: center; } }
      .footer .boxfot .social a {
        width: 44px;
        height: 44px; }
        @media (max-width: 991px) {
          .footer .boxfot .social a {
            margin: 0px 4px; } }
      .footer .boxfot .social .icon-discord svg {
        max-width: 24px;
        max-height: 24px; }
  .footer .copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 32px;
    padding: 12px;
    width: 100%;
    border-top: 1px solid #282840;
    z-index: 2; }
    @media (max-width: 991px) {
      .footer .copyright {
        margin-top: 32px; } }
  .footer .scrollToTop {
    position: fixed;
    right: 16px;
    bottom: 16px;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    display: none;
    z-index: 1000;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding-top: 13px;
    background: #a08d53;
    font-size: 16px;
    -webkit-box-shadow: 4px 4px 60px #892e0fab;
    -moz-box-shadow: 4px 4px 60px #892e0fab;
    -o-box-shadow: 4px 4px 60px #892e0fab;
    -ms-box-shadow: 4px 4px 60px #892e0fab;
    box-shadow: 4px 4px 60px #892e0fab;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
    .footer .scrollToTop:hover {
      background: #c7481b; }
    @media (max-width: 991px) {
      .footer .scrollToTop {
        display: none !important; } }

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
ul,
li,
hr,
strong,
b,
input,
select,
textarea,
.highcharts-title,
.highcharts-axis-labels,
.highcharts-yaxis-title {
  margin: 0px;
  padding: 0px;
  border: 0px;
  text-decoration: none;
  list-style: none;
  font-size: 20px;
  color: #acacac;
  font-family: 'EB Garamond', serif;
  text-transform: inherit; }

::-webkit-scrollbar {
  width: 6px;
  height: 20px; }

/* Track */
::-webkit-scrollbar-track {
  background: #f9f9f9; }

/* Handle */
::-webkit-scrollbar-thumb {
  background-color: #a08d53;
  cursor: pointer; }

/* Handle on hover */
body {
  direction: ltr;
  text-align: left;
  position: relative;
  background: #000; }
  body.active {
    overflow: hidden; }

p::first-letter,
span::first-letter,
.title::first-letter,
.bottom::first-letter,
a::first-letter {
  text-transform: uppercase; }

.bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  outline: none;
  outline-style: none;
  border: 0px;
  padding: 0px 12px;
  width: 160px;
  height: 52px;
  overflow: hidden;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  background-clip: padding-box;
  cursor: pointer; }
  .bottom::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    height: 100%;
    background: #1373a4; }
  .bottom span {
    display: block;
    z-index: 10;
    color: #000;
    font-weight: 600;
    font-size: 18px; }
  .bottom svg {
    width: 20px;
    height: 20px;
    z-index: 10;
    margin: 4px 0px 0px 6px; }
  .bottom:hover::after {
    width: 100%; }

.title {
  font-size: 44px;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  position: relative; }
  @media (max-width: 991px) {
    .title {
      font-size: 30px; } }

.text {
  margin-top: 16px;
  font-weight: 500;
  line-height: 28px;
  text-transform: inherit; }
  .text:first-letter {
    text-transform: uppercase; }
  .text a {
    color: #a08d53; }
    .text a:hover {
      text-decoration: underline; }

.alert {
  display: flex;
  align-items: center;
  border: 0px;
  margin: 0px;
  margin-top: 16px;
  padding: 16px;
  border-radius: 4px;
  height: 60px;
  color: #fff; }
  .alert a {
    text-decoration: underline;
    color: #fff;
    font-weight: 400; }
    .alert a:hover {
      text-decoration: none; }
  .alert .contant {
    margin: 0px !important;
    margin-left: 12px !important; }
  .alert p {
    color: #fff; }
  .alert.alert-success {
    background: linear-gradient(303.91deg, #1F7A66 7.57%, #60B3A7 94.39%); }
  .alert.alert-danger {
    background: linear-gradient(303.91deg, #C24848 7.57%, #D34A4A 94.39%); }

/*# sourceMappingURL=home.css.map */
