﻿@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800&display=swap");
@media (max-width: 991.98px) {
  html, body {
    overflow-x: hidden;
    width: 100%;
    /* restrict the page width to viewport */ } }

body {
  background-color: #100d19;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #8a859a; }

h1 {
  font-size: 80px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.08;
  letter-spacing: 6px;
  color: #ffffff;
  text-transform: uppercase; }
  h1 span {
    -webkit-text-stroke: 1px #ffffff;
    color: transparent; }

h2 {
  font-size: 38px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #f0eafc; }

h3 {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2px;
  color: #ffffff;
  text-transform: uppercase; }

.purple-button {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.75px;
  color: #ffffff;
  border-radius: 2px;
  background-color: #5f27bc;
  padding: 8px 12px; }
  .purple-button:hover {
    background-color: #4F1E93; }

a, a:hover {
  color: #ffffff;
  text-decoration: none; }

@media (max-width: 767.98px) {
  h1 {
    font-size: 38px;
    font-weight: 900;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 2.85px; }
  h2 {
    font-size: 32px; } }

.header {
  z-index: 2;
  position: relative; }
  .header h3 {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.75px;
    color: #ffffff;
    text-transform: uppercase; }
  .header .mt-16 {
    margin-top: 16px; }
  .header .header-hover {
    border-radius: 2px;
    padding: 8px 12px;
    border: solid 2px transparent; }
    .header .header-hover:hover {
      border: solid 2px #5f27bc; }
  .header.navbar-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100;
    background-color: #100d19; }
  .header .navbar-collapse {
    justify-content: flex-end; }
  .header .header-item-list > div {
    z-index: 0;
    padding: 32px 48px 20px 0; }
  @media (max-width: 991.98px) {
    .header {
      padding-bottom: 15px; }
      .header.navbar-fixed {
        background-color: #171324; }
      .header .navbar-toggler {
        margin-top: 22px;
        cursor: pointer; }
      .header #navbarNav {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 100;
        background-color: #171324; }
        .header #navbarNav .header-hover {
          padding: 0;
          border: 0; }
        .header #navbarNav .header-item-list > div {
          padding: 24px 0 0 0; } }

.top-banner {
  margin-top: -81px;
  z-index: -1;
  object-fit: contain;
  position: relative; }
  .top-banner .banner-video {
    width: 100%; }
  .top-banner .banner-overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(16, 13, 25, 0) 43%, #100d19), linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)); }
  .top-banner .banner-content {
    width: 100%;
    position: absolute;
    z-index: 2;
    top: 235px; }
  @media (max-width: 767.98px) {
    .top-banner {
      min-height: 500px; }
      .top-banner .banner-video {
        transform: scale(3.5);
        overflow: hidden; }
      .top-banner .banner-content {
        top: 156px; } }

@media (max-width: 767.98px) {
  .about-us {
    margin-top: 100px; } }

.what-we-do {
  margin-top: 184px; }
  .what-we-do .what-we-do-rows {
    margin-top: 70px; }
    .what-we-do .what-we-do-rows img {
      height: 65px;
      margin-bottom: 28px; }
  @media (max-width: 767.98px) {
    .what-we-do {
      margin-top: 88px; } }

.images-row {
  margin-top: 154px; }
  .images-row img {
    width: 100%;
    height: auto; }
  .images-row .images-item {
    position: relative; }
    .images-row .images-item:hover .images-item-overlay-hover {
      display: block; }
    .images-row .images-item .images-item-overlay-hover {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: linear-gradient(to bottom, rgba(16, 13, 25, 0.8), rgba(16, 13, 25, 0.8)); }
      .images-row .images-item .images-item-overlay-hover .images-item-overlay-hover-text {
        position: absolute;
        bottom: 105px;
        left: 100px; }
  @media (max-width: 767.98px) {
    .images-row {
      margin-top: 88px; }
      .images-row h2 {
        font-size: 38px; }
      .images-row .images-item .images-item-overlay-hover {
        background-image: linear-gradient(to bottom, rgba(16, 13, 25, 0) 43%, #100d19), linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
        display: block; }
        .images-row .images-item .images-item-overlay-hover .images-item-overlay-hover-text {
          bottom: 24px;
          left: 24px; }
      .images-row .images-item-stretch {
        height: 350px;
        background-image: url("/Content/IndexPage/imagev2/3.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        overflow: hidden; }
        .images-row .images-item-stretch img {
          display: none; } }

.how-it-works {
  margin-top: 136px; }
  .how-it-works .icon-wrapper {
    position: relative; }
    .how-it-works .icon-wrapper .min-width-262 {
      min-width: 262px; }
    .how-it-works .icon-wrapper h1 {
      position: absolute;
      top: 40px;
      right: 20px; }
  @media (max-width: 767.98px) {
    .how-it-works {
      margin-top: 88px; }
      .how-it-works .icon-wrapper h1 {
        top: 180px;
        right: 10px;
        font-size: 80px; }
      .how-it-works .mt-220 {
        margin-top: 210px !important;
        padding-left: 0; } }

.trip-brands {
  margin-top: 136px; }
  .trip-brands img {
    width: 100%;
    height: auto; }
  .trip-brands .mt-70 {
    margin-top: 70px; }
  .trip-brands .ml-100 {
    margin-left: 100px; }
  .trip-brands .ml-50 {
    margin-left: 50px; }
  .trip-brands .col {
    position: relative; }
  .trip-brands .trip-brand:hover .trip-brand-overlay-hover {
    display: block; }
  .trip-brands .trip-brand:hover .title-default {
    display: none !important; }
  .trip-brands .trip-brand:hover .title-hover {
    display: block !important; }
  .trip-brands .your-project.trip-brand .title-hover {
    position: absolute;
    height: 100%;
    top: 0;
    left: 100px;
    width: calc(100% - 100px); }
  .trip-brands .your-project.trip-brand .trip-brand-overlay-hover {
    background-image: none;
    background-color: #171324;
    display: block; }
  .trip-brands .your-project.trip-brand .visi-site-wrapper .visit-site-image {
    left: 140px; }
  .trip-brands .your-project.trip-brand .title-hover {
    display: flex !important; }
  .trip-brands .smaller-font {
    font-size: 76px; }
  .trip-brands .trip-brand-overlay-hover {
    object-fit: contain;
    background-image: linear-gradient(to bottom, rgba(16, 13, 25, 0.8), rgba(16, 13, 25, 0.8));
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    display: none; }
  .trip-brands .title-default {
    position: absolute;
    height: 100%;
    top: 0;
    left: 100px; }
  .trip-brands .title-hover {
    position: absolute;
    width: calc(100% - 250px);
    top: 0;
    left: 100px;
    top: 60px;
    display: none; }
  .trip-brands p {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 5px; }
  .trip-brands b {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    color: #ffffff;
    text-transform: uppercase; }
  .trip-brands a:hover {
    text-decoration: none; }
  .trip-brands .visi-site-wrapper {
    position: relative; }
    .trip-brands .visi-site-wrapper .visit-site-text {
      position: relative;
      z-index: 1; }
    .trip-brands .visi-site-wrapper .visit-site-image {
      background-image: url("/Content/IndexPage/imagev2/visit-site.svg");
      transition: background-image 0.5s ease-in;
      width: 84px;
      height: 84px;
      left: 75px;
      top: -27px;
      position: absolute;
      z-index: 0; }
    .trip-brands .visi-site-wrapper:hover .visit-site-image {
      background-image: url("/Content/IndexPage/imagev2/visit-site-hover.svg");
      transition: background-image 0.5s ease-in-out; }
  @media (max-width: 767.98px) {
    .trip-brands {
      margin-top: 88px; }
      .trip-brands .row {
        min-height: 750px; }
      .trip-brands h1 {
        -webkit-text-stroke: 1px #f0eafc;
        letter-spacing: 2.85px;
        color: rgba(255, 255, 255, 0);
        min-height: 115px; }
      .trip-brands .ml-100 {
        margin-left: 0; }
      .trip-brands .ml-50 {
        margin-left: 0; }
      .trip-brands .mt-70-mobile {
        margin-top: 70px; }
      .trip-brands .smaller-font {
        font-size: 38px; }
      .trip-brands .trip-brand, .trip-brands .trip-brand:hover, .trip-brands .your-project.trip-brand {
        height: 300px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%; }
        .trip-brands .trip-brand img, .trip-brands .trip-brand:hover img, .trip-brands .your-project.trip-brand img {
          display: none; }
        .trip-brands .trip-brand .trip-brand-overlay-hover, .trip-brands .trip-brand:hover .trip-brand-overlay-hover, .trip-brands .your-project.trip-brand .trip-brand-overlay-hover {
          display: none; }
        .trip-brands .trip-brand .title-default, .trip-brands .trip-brand:hover .title-default, .trip-brands .your-project.trip-brand .title-default {
          display: none !important; }
        .trip-brands .trip-brand .title-hover, .trip-brands .trip-brand:hover .title-hover, .trip-brands .your-project.trip-brand .title-hover {
          display: block !important; }
      .trip-brands .trip-brand-1 {
        background-image: url("/Content/IndexPage/imagev2/bg1-mobile.jpg"); }
      .trip-brands .trip-brand-2 {
        background-image: url("/Content/IndexPage/imagev2/bg2-mobile.jpg"); }
      .trip-brands .trip-brand-3 {
        background-image: url("/Content/IndexPage/imagev2/bg3-mobile.jpg"); }
      .trip-brands .trip-brand-4 {
        background-image: url("/Content/IndexPage/imagev2/bg4-mobile.jpg"); }
      .trip-brands .title-hover {
        position: unset;
        margin: 170px 0 0 24px;
        width: calc(100% - 100px); }
        .trip-brands .title-hover .d-flex {
          margin-left: -24px; }
      .trip-brands .your-project.trip-brand {
        background-color: #171324; }
        .trip-brands .your-project.trip-brand .title-hover {
          position: unset;
          margin: 170px 0 0 24px; }
          .trip-brands .your-project.trip-brand .title-hover .d-flex {
            margin-left: -24px;
            margin-top: 86px; } }

.testimonials {
  margin-top: 136px; }
  .testimonials .testimonial-text {
    color: #f0eafc; }
  .testimonials .mt-92 {
    margin-top: 92px; }
  .testimonials .testimonials-symbol {
    width: 60px;
    height: 60px;
    margin-top: -7px; }
  .testimonials .testimonials-logo .logo-selected {
    display: none; }
  .testimonials .testimonials-logo a.active .logo-selected {
    display: block; }
  .testimonials .testimonials-logo a.active .logo-default {
    display: none; }
  .testimonials .gidi-logo {
    margin-top: -25px; }
  @media (max-width: 767.98px) {
    .testimonials {
      margin-top: -250px;
      display: flex;
      flex-direction: column-reverse; }
      .testimonials .mt-92, .testimonials .testimonials-symbol {
        margin-top: 0; }
      .testimonials .carousel {
        min-height: 600px; }
        .testimonials .carousel .carousel-inner {
          text-align: center; }
        .testimonials .carousel .arrow-left, .testimonials .carousel .arrow-right {
          background-image: url("/Content/IndexPage/imagev2/arrow-left.svg");
          background-repeat: no-repeat;
          width: 22px;
          height: 18px;
          left: 0px;
          top: 30px;
          position: absolute;
          z-index: 0; }
        .testimonials .carousel .arrow-right {
          background-image: url("/Content/IndexPage/imagev2/arrow-right.svg");
          left: unset;
          right: 0px; } }

.faq {
  margin-top: 160px; }
  .faq a {
    color: #8a859a;
    text-decoration: underline; }
    .faq a:hover {
      color: #ffffff; }
  .faq h3 {
    color: #f0eafc;
    width: calc(100% - 30px); }
  .faq hr {
    height: 1px;
    opacity: 0.2;
    background-color: #8a859a; }
  .faq .faq-list-question {
    cursor: pointer;
    position: relative; }
  .faq .faq-list-icons {
    position: absolute;
    right: 0;
    top: 0; }
    .faq .faq-list-icons .plus-icon-hover {
      display: none; }
    .faq .faq-list-icons .plus-icon {
      display: none; }
    .faq .faq-list-icons .minus-icon {
      display: none; }
    .faq .faq-list-icons .minus-icon-hover {
      display: none; }
  .faq .faq-list-question[aria-expanded=true] .faq-list-icons .minus-icon {
    display: block;
    margin-top: 10px; }
  .faq .faq-list-question[aria-expanded=true]:hover .faq-list-icons .minus-icon {
    display: none; }
  .faq .faq-list-question[aria-expanded=true]:hover .faq-list-icons .minus-icon-hover {
    display: block;
    margin-top: 10px; }
  .faq .faq-list-question[aria-expanded=false] .faq-list-icons .plus-icon {
    display: block; }
  .faq .faq-list-question[aria-expanded=false]:hover .faq-list-icons .plus-icon {
    display: none; }
  .faq .faq-list-question[aria-expanded=false]:hover .faq-list-icons .plus-icon-hover {
    display: block; }
  @media (max-width: 767.98px) {
    .faq {
      margin-top: 89px; } }

.footer {
  margin-top: 140px;
  background-color: #171324;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 80px; }
  .footer .copyright {
    margin-top: 16px;
    opacity: 0.5;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #8a859a; }
  .footer h3 {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.75px;
    color: #ffffff; }
  .footer a {
    margin-top: 16px;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #8a859a; }
    .footer a:hover {
      color: #ffffff;
      text-decoration: underline; }
  @media (max-width: 767.98px) {
    .footer {
      margin-top: 88px; }
      .footer .arrow-up-wrapper {
        position: relative; }
        .footer .arrow-up-wrapper .arrow-up {
          background-image: url("/Content/IndexPage/imagev2/arrow-up.svg");
          background-repeat: no-repeat;
          width: 18px;
          height: 22px;
          right: 0px;
          top: -10px;
          position: absolute;
          z-index: 0; } }
