:root {
  --relo-bg: #000000;
  --relo-white: #ffffff;
  --relo-font-family: "Cabinet Grotesk", sans-serif;
  --relo-active-clr: #0066cc;
  --bs-body-font-family: "Cabinet Grotesk", sans-serif !important;
  --corner-radius: 10px;
  --btn-corder-radius: 5px;
  --relo-btn-bg: #d7c7fa;
}
html {
  font-size: 16px;
}

.relo-bg {
  background: var(--relo-bg);
}
.relo-btn {
  font-size: 1rem;
  background: var(--relo-btn-bg);
  border: 2px solid var(--relo-btn-bg);
  padding: 0.5rem 1.5rem;
  border-radius: var(--btn-corder-radius);
  font-weight: 600;
  color: var(--relo-bg);
  &:hover {
    background: var(--relo-bg);
    color: var(--relo-btn-bg);
  }

  &.btn-black {
    background: var(--relo-bg);
    color: var(--relo-white);
    padding: 0.4rem 1.25rem;
  }
  &.btn-border {
    background: var(--relo-bg);
    color: var(--relo-btn-bg);
    padding: 0.4rem 1.25rem;
    &:hover {
      background: var(--relo-btn-bg);
      color: var(--relo-bg);
    }
  }
}

.reloPublicPage {
  background: #f6f6f6;
  font-family: var(--bs-body-font-family);
  ul.navbar-nav {
    a.nav-link {
      font-size: 1.15rem;
      font-weight: 600;
    }
  }

  h1 {
    font-size: 3.5rem;
    font-weight: 800;
  }
  h2 {
    font-size: 2.5rem;
    font-weight: 600;
  }
  p {
    font-size: 1.5rem;
    font-weight: 400;
  }

  .hero-section {
    background: var(--relo-bg);
    color: var(--relo-white);
    height: 80vh;
    min-height: 400px;
    position: relative;
    padding: 5rem 0;
    display: flex;
    align-items: center;

    .item {
      max-width: 600px;
      margin-left: 2.5rem;
    }
    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .banner {
      /* position: absolute;
            max-width: 900px;
            right: 0px;
            padding: 4rem 0;
            overflow: hidden;
            max-width: 55rem;
        

            .img{
                height: 100%;
                border-radius: 10px;
                overflow: hidden;
                max-height: 600px;
              
            } */

      position: absolute;
      right: 0px;
      padding: 4rem 0;
      overflow: hidden;
      max-width: 85vh;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 2rem;

      .img {
        height: 100%;
        border-radius: 10px;
        overflow: hidden;
        &:first-child {
          grid-column: span 2;
        }
        &:last-child {
          border-radius: 10px 0 0 10px;
        }
      }
      img {
        width: 100%;
      }
    }
  }

  .keyFeatures-section {
    margin: 6rem 0;
    .grid-view {
      max-width: 1000px;
      margin: auto;
      margin-top: 60px;
      display: grid;
      grid-gap: 25px;
      grid-template-columns: repeat(3, 1fr);

      .item {
        position: relative;
        grid-column: span 2;
        border-radius: 10px;
        overflow: hidden;
        &::after {
          /* content: "";
                position: absolute;
                background: rgba(0, 0, 0, 0.5);
                top: 0px;
                left: 0px;
                width: 100%;
                height: 100%; */
        }
        img {
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
        .textview {
          position: absolute;
          top: 0px;
          bottom: 0;
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          padding: 1rem;
          z-index: 1;
          text-align: left;

          h3 {
            font-size: 1.25rem;
            font-weight: 800;
            text-transform: uppercase;
          }
          p {
            font-size: 0.8rem;
            font-weight: 400;
            margin: 0;
          }
        }
        &:nth-child(1) {
          grid-column: 1 / 3;
          grid-row: 1 / 2;

          .textview {
            width: 200px;
            color: #000000;
            justify-content: flex-end;
            max-width: 230px;
          }
        }
        &:nth-child(2) {
          grid-column: 3 / 4;
          grid-row: 1 / 3;
          .textview {
            width: 90%;
            color: #ffffff;
            justify-content: flex-end;
          }
        }
        &:nth-child(3) {
          grid-column: 1 / 2;
          .textview {
            width: 90%;
            color: #ffffff;
            justify-content: flex-start;
          }
        }
        &:nth-child(4) {
          grid-column: 2 / 3;
          .textview {
            width: 90%;
            color: #ffffff;
            justify-content: flex-end;
            h3 {
              width: 75%;
            }
          }
        }
        &:nth-child(5) {
          grid-column: 1 / 2;
          .textview {
            width: 90%;
            color: #000000;
            justify-content: flex-start;
          }
        }
        &:nth-child(6) {
          grid-column: 2 / 4;
          .textview {
            width: 300px;
            color: #000000;
            justify-content: flex-end;
          }
        }
      }
    }
  }

  .yourCoPilot {
    .instruction {
      position: relative;
      margin-top: 2rem;
      margin-bottom: 6rem;
      img {
        width: 85%;
      }
      ul {
        list-style-type: none;
        padding: 0;
        li {
          position: relative;
          background: #efe8ff;
          text-align: left;
          padding: 20px;
          border-radius: 10px;
          padding-left: 40px;
          max-width: 400px;
          position: absolute;
          top: 60px;
          right: 0px;
          &::after {
            content: "";
            background: #9b70fb;
            width: 6px;
            border-radius: 10px;
            top: 15px;
            left: 15px;
            bottom: 15px;
            position: absolute;
          }
          h3 {
            color: #4a1c5d;
            font-weight: 700;
            font-size: 23px;
            margin-bottom: 0;
          }
          p {
            color: #010101;
            font-weight: 500;
            margin-bottom: 0;
            font-size: 14px;
          }

          &:nth-child(2) {
            right: auto;
            top: 50%;
            transform: translateY(-50%);
            bottom: auto;
          }
          &:nth-child(3) {
            bottom: 80px;
            top: auto;
            right: 0;
          }
        }
      }
    }
  }

  .seamlessRelo {
    background: #e9e9e9;
    padding: 4rem 0;
    .gridView {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 2rem;
      width: 90%;
      margin: auto;
      .item {
        &:last-child {
          padding: 2rem 0;
        }
      }
      h3 {
        font-size: 30px;
        font-weight: 800;
        margin-bottom: 2rem;
      }
      ul {
        list-style-type: none;
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        li {
          display: flex;
          justify-content: space-between;
          align-items: flex-start;
          font-weight: 700;
          gap: 3rem;
          font-size: 25px;
          border-bottom: 2px solid #cccccc;
          padding: 25px 0;
          span {
            font-weight: 400;

            font-size: 17px;
            min-width: 300px;
            width: 300px;
          }

          &:last-child {
            border: 0;
          }
        }
      }
    }
  }

  .mobileView {
    margin: 6rem 0;
    .gridView {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 2rem;
      margin-top: 3rem;
      h3 {
        font-size: 1.35rem;
        font-weight: 700;
      }
      p {
        font-size: 1rem;
        font-weight: 500;
        width: 80%;
        margin-left: 0;
      }
      ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        padding-top: 3rem;
        li {
          display: flex;
          margin-bottom: 3rem;
          i {
            img {
              width: 65px;
              margin-right: 1.5rem;
            }
          }
        }
      }
      .item {
        &:first-child {
          li {
            flex-direction: row-reverse;
            i {
              img {
                margin-right: 0;
                margin-left: 1.5rem;
              }
            }
            span {
              text-align: right;
            }
            p {
              margin-left: auto;
              margin-right: 0;
            }
          }
        }
        &:last-child {
          transform: translateX(-20%);
        }
      }
    }
  }

  .footerSigup {
    background: var(--relo-bg);
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    color: var(--relo-white);
    .view {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      padding: 20px;
      p {
        font-weight: 400;
        color: #f6f6f6;
      }
    }
  }

  footer {
    background: var(--relo-bg);
    text-align: center;
    padding: 4rem 0 1rem;
    margin-top: 6rem;
    ul {
      list-style-type: none;
      padding: 0;
      display: flex;
      justify-content: space-between;
      max-width: 800px;
      margin: 3rem auto 1rem;
      padding-bottom: 1rem;
      border-bottom: 2px solid #ffffff4d;

      li {
        a {
          color: var(--relo-white);
          font-weight: 500;
          font-size: 1.25rem;
          text-decoration: none;
        }
      }
    }
    p {
      color: #ffffff;
      font-weight: 400;
      margin-bottom: 3rem;
      font-size: 1rem;
    }
    span {
      font-size: 16px;
      font-weight: 400;
      color: #ffffff50;
    }
  }

  .contactUs {
    padding-top: 110px;
    height: auto;
    background-image: url(https://relonavigator.com/638da46887ea1736b94a.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 100px 0;
    h2 {
      font-size: 70px;
      font-weight: 800;
    }
    ul {
      list-style-type: none;
      padding: 0;
      margin-top: 45px;
      li {
        font-size: 17px;
        margin-bottom: 15px;
        font-weight: 500;
        span {
          display: block;
          font-weight: 800;
          font-size: 18px;
          margin-bottom: 5px;
        }
        ul {
          display: flex;
          margin: 0;
          margin-top: 10px;
          li {
            margin-right: 10px;
            img {
              width: 25px;
            }
          }
        }
      }
    }
    .form {
      background: #ffffff;
      border-radius: 12px;
      box-shadow: 0px 0px 10px #cccccc;
      padding: 30px;
      label {
        font-size: 18px;
        font-weight: 600;
      }
      input.form-control {
        height: 46px;
        border-radius: 7px;
        font-size: 16px;
      }
    }
  }

  /*responsive css*/

  @media (max-width: 1600px) {
    & .hero-section {
      & .banner {
        max-width: 45rem;
        .img {
          max-height: 500px;
        }
      }
    }
  }
  @media (max-width: 1399px) {
    & .hero-section {
      .item {
        max-width: 45%;
      }
      & .banner {
        max-width: 45%;
      }
    }
    & .seamlessRelo {
      .gridView {
        width: 100%;
        h3 {
          margin-bottom: 0rem;
        }
      }
    }
  }
  @media (max-width: 1199px) {
    h1 {
      font-size: 45px;
    }
    & .keyFeatures-section {
      .grid-view {
        width: 95%;
        & .item {
          .textview {
            width: 100% !important;
          }
        }
      }
    }
    & .seamlessRelo {
      .gridView {
        width: 100%;
        .item {
          padding: 10px 0 !important;
        }
        h3 {
          margin-bottom: 20px;
          font-size: 27px;
        }
        ul {
          li {
            gap: 20px;
            padding: 15px 0;
            span {
              min-width: 250px;
              width: 250px;
            }
          }
        }
      }
    }
    & .mobileView {
      .gridView {
        grid-gap: 1rem;
        li {
          i {
            img {
              width: 50px;
            }
          }
          p {
            width: 100%;
            font-size: 14px;
          }
          h3 {
            font-size: 20px;
            font-weight: 800;
          }
        }
      }
    }
  }
  @media (max-width: 991px) {
    nav.navbar {
      border: 0px !important;
    }
    h1 {
      font-size: 45px;
    }
    & .hero-section {
      display: block;
      height: auto;
      position: relative;
      overflow: hidden;
      .item {
        max-width: 100%;
        width: 80%;
        margin-left: 0;
        position: relative;
        z-index: 99;
      }
      & .banner {
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        padding: 0px;
        right: 0px;
        margin: 0;
        opacity: 0.5;
        max-width: initial;
        .img {
          &:last-child {
            display: none;
          }
        }
      }
    }
    & .keyFeatures-section {
      .grid-view {
        width: 95%;
        & .item {
          .textview {
            width: 100% !important;
            p {
              font-size: 10px;
            }
            h3 {
              font-size: 16px;
            }
          }
        }
      }
    }
    & .yourCoPilot {
      & .instruction {
        & ul {
          li {
            padding: 15px;
            padding-left: 35px;
            max-width: 250px;
            top: 40px;
            h3 {
              font-size: 15px;
              font-weight: 800;
            }
            p {
              font-size: 10px;
            }
          }
        }
      }
    }

    & .seamlessRelo {
      .gridView {
        display: block;

        ul {
          margin-top: 25px;
          li {
            gap: 20px;
            padding: 20px 0;
            span {
              min-width: 250px;
              width: 50%;
            }
          }
        }
      }
    }

    & .mobileView {
      .gridView {
        display: block;
        li {
          flex-direction: row !important;
          span {
            text-align: left !important;
            margin-left: 20px;
          }
          i {
            img {
              margin: auto !important;
            }
          }
        }
        .item {
          transform: initial !important;
          img.mobile {
            max-width: 350px;
          }
        }
      }
    }

    .footerSigup {
      img {
        min-height: 300px;
        object-fit: cover;
      }
    }
    footer {
      ul {
        max-width: 700px;
        width: 95%;
      }
      p {
        font-size: 20px;
      }
    }
  }
  @media (max-width: 767px) {
    & .keyFeatures-section {
      .grid-view {
        width: 95%;
        grid-template-columns: repeat(2, 1fr);
        margin-top: 40px;
        & .item {
          position: relative;
          color: #ffffff !important;
          &::after {
            content: "";
            position: absolute;
            top: 0px;
            bottom: 0px;
            left: 0px;
            right: 0px;
            background: rgba(0, 0, 0, 0.6);
          }
          .textview {
            color: #ffffff !important;
            max-width: 80% !important;
            p {
              font-size: 14px;
            }
            h3 {
              font-size: 18px;
            }
          }

          &:nth-child(1) {
            grid-column: span 2;
            grid-row: 1 / 2;
          }
          &:nth-child(2) {
            grid-column: 2 / 3;
            grid-row: 2 / 4;
          }
          &:nth-child(3) {
            grid-column: 1 / 2;
          }
          &:nth-child(4) {
            grid-column: 1 / 2;
          }
          &:nth-child(5) {
            grid-column: span 2;
            max-height: 155px;
          }
          &:nth-child(6) {
            grid-column: span 2;
          }
        }
      }
    }

    & .yourCoPilot {
      & .instruction {
        img {
          width: 100%;
          height: 220px;
        }
        & ul {
          li {
            padding: 7px;
            border-radius: 5px;
            padding-left: 24px;
            &::after {
              top: 7px;
              bottom: 7px;
              width: 3px;
            }
            p {
              display: none;
            }
            &:nth-child(1) {
              top: 25px;
            }
            &:nth-child(2) {
            }
            &:nth-child(3) {
              bottom: 10px;
            }

            h3 {
              font-size: 14px;
              font-weight: 600;
            }
            p {
              font-size: 10px;
            }
          }
        }
      }
    }

    footer {
      ul {
        flex-wrap: wrap;
        padding-bottom: 0;
        li {
          margin-right: 20px;
          margin-bottom: 1rem;
        }
      }
      p {
        font-size: 20px;
      }
    }
  }

  @media (max-width: 575px) {
    .navbar-brand {
      img {
        max-width: 165px;
        width: 100%;
      }
    }
    h1 {
      font-size: 30px;
    }
    p {
      font-size: 18px;
    }
    & .hero-section {
      .item {
        width: 85%;
        margin: auto;
      }
    }
    & .keyFeatures-section {
      margin: 3rem 0;
      .grid-view {
        .item {
          .textview {
            max-width: 100% !important;
            h3 {
              font-size: 13px;
            }
            p {
              font-size: 11px;
            }
          }
        }
      }
    }
    & .yourCoPilot {
      & .instruction {
        margin-bottom: 3rem;
      }
    }
    & .seamlessRelo {
      padding: 2rem;
      & .gridView {
        & ul {
          li {
            flex-direction: column;
            span {
              width: 100%;
            }
          }
        }
      }
    }
    & .mobileView {
      margin: 3rem 0;
    }

    .footerSigup {
      .btns {
        .relo-btn {
          padding: 7px 18px;
        }
      }
    }
  }
}

@media (max-height: 650px) and (min-width: 992px) and (max-width: 1300px) {
  .reloPublicPage {
    .hero-section {
      height: 100vh;
      min-height: 550px;
    }
  }
  .scrollDiv {
    max-height: 170px;
    overflow: auto;
  }
  .listViewOnMap_poi {
    left: 40px;
  }
  .religious_mainView div#mapus {
    height: calc(100vh - 53px);
  }
}
