body {
  padding: 0px;
  margin: 0px;
  font-size: 1rem;
  font-family: "Urbanist", sans-serif;
  background-color: #ffffff; }

html, body {
  overflow-x: hidden; }

html {
  scroll-padding-top: 70px; }

:root {
  font-size: 16px !important; }
  @media (max-width: 1450px) {
    :root {
      font-size: 14px !important; } }
  @media (max-width: 767px) {
    :root {
      font-size: 12px !important; } }

a {
  text-decoration: none; }

button:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

img {
  max-width: 100%; }

.btn {
  border-radius: 100px;
  height: 3.188rem;
  font-weight: 500;
  font-size: 1.25rem;
  padding: 0 20px; }

.btn-primary {
  border: 1px solid #000000;
  background-color: transparent;
  color: #000; }
  .btn-primary:hover, .btn-primary:active {
    background-color: #000 !important;
    border: 1px solid #000 !important; }
    .btn-primary:hover img, .btn-primary:active img {
      -webkit-filter: invert(1);
      filter: invert(1); }
    .btn-primary:hover a, .btn-primary:active a {
      color: #fff; }
  @media (max-width: 1550px) {
    .btn-primary {
      font-size: 1rem; } }

.btn-secondary {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff; }
  .btn-secondary:hover, .btn-secondary:active {
    background-color: #fff !important;
    border: 1px solid #fff !important;
    color: #000 !important; }
    .btn-secondary:hover img, .btn-secondary:active img {
      -webkit-filter: invert(1);
      filter: invert(1); }
  @media (max-width: 1550px) {
    .btn-secondary {
      font-size: 1rem; } }

@media (min-width: 1400px) {
  .container {
    max-width: 1440px; } }

@media (max-width: 575px) {
  .container {
    padding: 0 16px; } }

:root {
  --text-dark: rgba(0, 0, 0, 1);
  --text-light: #D4D4D4;
  --color-primary: #070707;
  --color-secondary: #ffffff;
  --highlight-color: #F7931E;
  --selected-color: #18AAAA; }

.button-wrap .banner-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 100px;
  margin: 11px 0;
  padding: 0 25px; }
  @media (max-width: 767px) {
    .button-wrap .banner-btn {
      height: 40px; } }
  .button-wrap .banner-btn img {
    max-width: 16px; }

.button-wrap .btn-arrow {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #fff;
  margin-left: 10px; }
  @media (max-width: 767px) {
    .button-wrap .btn-arrow {
      height: 40px;
      width: 40px; } }
  .button-wrap .btn-arrow:before {
    content: url(./../../images/icons/button-arrow.svg);
    position: absolute;
    left: 0;
    top: 50%;
    width: 14px;
    height: 14px;
    right: 0;
    margin: -8px auto 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .button-wrap .btn-arrow:hover {
    background-color: #222; }
    .button-wrap .btn-arrow:hover:before {
      -webkit-filter: invert(1);
      filter: invert(1); }

.btn-div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 30px 0;
  -webkit-transition: padding 0.3s ease,background 0.3s ease,-webkit-box-shadow 0.3s ease,-webkit-transform 0.3s ease;
  transition: padding 0.3s ease,background 0.3s ease,-webkit-box-shadow 0.3s ease,-webkit-transform 0.3s ease;
  -o-transition: padding 0.3s ease,background 0.3s ease,box-shadow 0.3s ease,transform 0.3s ease;
  transition: padding 0.3s ease,background 0.3s ease,box-shadow 0.3s ease,transform 0.3s ease;
  transition: padding 0.3s ease,background 0.3s ease,box-shadow 0.3s ease,transform 0.3s ease,-webkit-box-shadow 0.3s ease,-webkit-transform 0.3s ease; }
  @media (min-width: 991px) {
    .header .navbar-nav {
      background: rgba(255, 255, 255, 0.1);
      border-radius: 100px;
      padding: 5px 0; }
      .header .navbar-nav .nav-link {
        color: #fff;
        font-weight: 500;
        font-size: 1.25rem;
        line-height: 20px;
        text-align: center;
        padding: 11px 2.5rem !important;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 100px; }
      .header .navbar-nav li {
        padding: 0 5px; }
        .header .navbar-nav li:hover .nav-link {
          background: #fff;
          color: #000; } }
  .header .page-logo img {
    max-width: 90%; }
    @media (max-width: 1399px) {
      .header .page-logo img {
        max-width: 75%; } }
    @media (max-width: 991px) {
      .header .page-logo img {
        max-width: 150px; } }

.header-fixed .header {
  background: #fff;
  padding: 10px 0;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); }
  .header-fixed .header a img {
    -webkit-filter: invert(1);
    filter: invert(1); }
  @media (min-width: 991px) {
    .header-fixed .header .navbar-nav {
      background: #070707; }
      .header-fixed .header .navbar-nav .nav-link {
        background: #fff;
        color: #000; }
      .header-fixed .header .navbar-nav li:hover .nav-link {
        background: rgba(255, 255, 255, 0.3);
        color: #fff; } }

@media (max-width: 991px) {
  .header {
    padding: 20px 0; }
    .header .sgrf-logo {
      display: none; }
    .header li:hover a::after {
      display: none; }
  .navbar-collapse {
    background: #161616;
    position: fixed;
    left: 0;
    top: 78px;
    width: 60%;
    height: 100vh !important;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    z-index: 999; }
    .navbar-collapse ul {
      padding: 80px 20px 0;
      text-align: left; }
      .navbar-collapse ul li {
        padding-bottom: 20px; }
        .navbar-collapse ul li .nav-link {
          color: #fff !important;
          font-size: 18px; }
    .navbar-collapse.show {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
  .menu-overlay {
    display: none;
    position: fixed;
    top: 92px;
    left: 0;
    width: 100%;
    height: calc(100vh - 92px);
    background: rgba(0, 0, 0, 0.5);
    z-index: 10; }
  .mobile-menu-open .menu-overlay {
    display: block; }
  .navbar-toggler {
    border: 0;
    padding: 0;
    background-color: transparent; }
    .navbar-toggler .navbar-toggler-icon {
      background: url("./../../images/icons/icon-hamburger.svg") no-repeat center center;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      width: 30px;
      height: 21px; }
    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
      background: url("./../../images/icons/modal-close.svg") no-repeat center center; }
  .header-fixed .header {
    padding: 20px 0; }
  .header-fixed .navbar-toggler {
    -webkit-filter: invert(1);
    filter: invert(1); } }

.navbar-expand-lg .navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%; }

.footer-section {
  background-color: var(--color-primary);
  padding: 50px 0 0; }
  .footer-section h3 {
    font-weight: 400;
    font-size: 3rem;
    text-transform: capitalize;
    color: #fff;
    max-width: 300px;
    padding-bottom: 1rem; }
    @media (max-width: 991px) {
      .footer-section h3 {
        font-size: 2.5rem; } }
    @media (max-width: 575px) {
      .footer-section h3 {
        font-size: 2rem; } }
  .footer-section p {
    font-weight: 400;
    font-size: 1rem;
    color: var(--text-light);
    max-width: 350px;
    width: 100%; }
    .footer-section p a {
      color: var(--text-light); }
      .footer-section p a:hover {
        color: #bbb; }
  .footer-section h4 {
    font-weight: 500;
    font-size: 1.5rem;
    color: #fff;
    margin: 0;
    padding-bottom: 1rem; }
  .footer-section ul {
    padding: 0; }
    .footer-section ul li {
      list-style-type: none;
      padding: 6px 0 6px 0; }
      .footer-section ul li a {
        color: var(--text-light);
        text-decoration: none;
        font-size: 1rem; }
      .footer-section ul li:hover a {
        color: #b1b1b1 !important; }
    .footer-section ul.social-link-menu li:hover {
      opacity: 0.9; }
  .footer-section .footer-bottom {
    padding: 24px 0;
    border-top: 1px solid #8D8D8D;
    margin-top: 20px; }
    .footer-section .footer-bottom ul {
      margin: 0; }
      .footer-section .footer-bottom ul li a {
        color: #fff; }
    .footer-section .footer-bottom p {
      color: #fff; }
    @media (max-width: 767px) {
      .footer-section .footer-bottom .footer-copy-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .footer-section .footer-logo img {
    max-width: 90%; }
    @media (max-width: 991px) {
      .footer-section .footer-logo img {
        max-width: 180px; } }

@media (max-width: 991px) {
  .sgrf-logo {
    margin: 15px 0; }
    .sgrf-logo a {
      display: none; } }

h2 {
  font-weight: 400;
  font-size: 4rem;
  line-height: 4.5rem;
  color: var(--color-primary); }

.section-title {
  font-size: 3.75rem;
  font-size: 4rem;
  font-weight: 400;
  color: var(--color-primary); }

.banner {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-image: url(./../../images/place-holders/banner-image.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .banner .banner-caption {
    width: 100%;
    padding-top: 12.5rem;
    padding-bottom: 5.938rem; }
    .banner .banner-caption .row {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .banner .banner-caption h1 {
      font-weight: 300;
      font-size: 4.063rem;
      color: #fff;
      font-family: "Poppins", sans-serif; }
    .banner .banner-caption h4 {
      font-weight: 400;
      font-size: 3.125rem;
      color: #fff; }
    .banner .banner-caption p {
      font-size: 1.25rem;
      color: #fff;
      margin: 0;
      max-width: 498px; }
    .banner .banner-caption .button-wrap .btn-arrow {
      -webkit-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      .banner .banner-caption .button-wrap .btn-arrow:hover {
        background-color: #fff; }
        .banner .banner-caption .button-wrap .btn-arrow:hover:before {
          -webkit-filter: invert(1);
          filter: invert(1); }
    .banner .banner-caption .bannerinner-img {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: end; }
      .banner .banner-caption .bannerinner-img .rounded-img-wrp.row {
        width: 100%; }
      .banner .banner-caption .bannerinner-img .rounded-img-wrp figure {
        height: 450px;
        display: inline-block;
        padding: 3px;
        background: -webkit-linear-gradient(315deg, #EC1B48, #7D5DBE, #870D9E);
        background: -o-linear-gradient(315deg, #EC1B48, #7D5DBE, #870D9E);
        background: linear-gradient(135deg, #EC1B48, #7D5DBE, #870D9E);
        border-radius: 100px; }
        .banner .banner-caption .bannerinner-img .rounded-img-wrp figure img {
          border-radius: 100px;
          width: 100%;
          -o-object-fit: cover;
          object-fit: cover;
          height: 100%; }

.section-padding {
  padding: 6.25rem 0; }

.bg-grey-color {
  background: #F0F0F0; }

.accordion .accordion-item {
  border-radius: 0 !important;
  border: 1px solid #BFBFBF !important; }

.accordion .accordion-button {
  background-color: #F0F0F0 !important;
  font-weight: 500;
  font-size: 1.25rem;
  color: #000;
  padding: 0.688rem 1.5rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 24px; }

.accordion .accordion-body {
  background-color: #F0F0F0 !important;
  padding-top: 0; }

.how-reach-wrp .how-reach-content h2 {
  max-width: 635px; }

.how-reach-wrp .how-reach-content p {
  font-weight: 500;
  font-size: 1.125rem;
  max-width: 400px; }

.how-reach-wrp .map-container iframe {
  width: 100%;
  height: 340px; }

.how-reach-wrp .img-reach-wrp figure {
  height: 340px; }
  .how-reach-wrp .img-reach-wrp figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.visit-card-img {
  overflow: hidden; }
  .visit-card-img figure {
    height: 100%; }
    .visit-card-img figure img {
      -webkit-transition: -webkit-transform 0.5s ease;
      transition: -webkit-transform 0.5s ease;
      -o-transition: transform 0.5s ease;
      transition: transform 0.5s ease;
      transition: transform 0.5s ease, -webkit-transform 0.5s ease;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }

.visit-card-content {
  position: relative;
  z-index: 1; }

.bg-gradient-text {
  position: relative;
  z-index: 1; }
  .bg-gradient-text::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    z-index: -1; }

.visit-wrp .visit-card-caption {
  min-height: 367px; }
  @media (max-width: 767px) {
    .visit-wrp .visit-card-caption {
      min-height: auto; } }
  .visit-wrp .visit-card-caption p {
    max-width: 307px;
    margin: auto; }

.bg-dark-black {
  background: #070707; }

.back-top-btn {
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 100; }
  .back-top-btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.938rem 5px;
    border-radius: 100px;
    gap: 10px;
    background: #FFFFFF;
    -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    font-size: 14px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    color: #222; }
    .back-top-btn a img {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    .back-top-btn a.show {
      opacity: 1;
      pointer-events: auto; }

.main-banner-wrp {
  position: relative; }

@media (max-width: 1700px) {
  .banner {
    height: 916px; } }

@media (max-width: 1550px) {
  .banner {
    height: 740px; }
    .banner .banner-caption {
      padding-top: 10rem; }
      .banner .banner-caption h1 {
        font-size: 2.8rem;
        max-width: 415px;
        padding: 10px 0 8px 0; }
        .banner .banner-caption h1 .gradient-normal {
          font-size: 2.5rem; }
      .banner .banner-caption h4 {
        font-size: 2rem; }
      .banner .banner-caption .bannerinner-img .rounded-img-wrp figure {
        height: 370px;
        width: 100%; }
  .header .nav-link {
    font-size: 1.1rem; }
  .section-title {
    font-size: 2.6rem; }
  h2 {
    font-size: 3rem;
    line-height: 3.6rem; }
  .visit-wrp .bg-gradient-text:before, .room-wrp .bg-gradient-text:before, .offer-wrp .bg-gradient-text:before {
    background-size: 27%; }
  .how-reach-wrp .how-reach-content h2 {
    max-width: 480px; }
  .back-top-btn a img {
    max-width: 13px; } }

@media (max-width: 1450px) {
  .banner {
    height: 700px; } }

@media (max-width: 991px) {
  .banner {
    height: 540px; }
    .banner .banner-caption .bannerinner-img {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding-top: 50px;
      display: none; }
    .banner .banner-caption h1 {
      max-width: inherit;
      width: 100%; }
  .banner .banner-caption h1 {
    max-width: 350px; } }

@media (max-width: 767px) {
  .section-padding {
    padding: 40px 0; }
  .testimonial-modal .btn-close {
    top: -60px;
    right: 0; }
  h2 {
    font-size: 2.5rem;
    line-height: 3rem; }
  .section-title {
    font-size: 2.3rem; }
  .visit-wrp .bg-gradient-text:before, .room-wrp .bg-gradient-text:before, .offer-wrp .bg-gradient-text:before {
    background-size: 195px;
    top: -75px; } }

@media (max-width: 575px) {
  .banner .banner-caption h1 {
    font-size: 3rem; } }

.btn-new .button-wrap .btn-arrow {
  border: 1px solid #000; }
  .btn-new .button-wrap .btn-arrow:before {
    content: url(./../../images/icons/button-arrow-dark.svg) !important; }

.btn-new .button-wrap .banner-btn {
  border: 1px solid #000;
  color: #000; }
  .btn-new .button-wrap .banner-btn img {
    margin-right: 10px; }

@media (max-width: 1550px) {
  .about-section {
    padding-top: 0; } }

.about-section p {
  margin-left: initial !important; }

.heritage-stay .sub-para {
  font-size: 1.25rem; }

.heritage-stay p {
  margin: initial !important;
  max-width: 100% !important;
  font-weight: 400;
  font-size: 1rem;
  color: #565656;
  margin-bottom: 20px !important; }

.heritage-stay .visit-card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 767px) {
    .heritage-stay .visit-card-content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; } }

.heritage-stay .visit-card-caption {
  width: 65%; }
  @media (max-width: 767px) {
    .heritage-stay .visit-card-caption {
      width: 100%; } }

.heritage-stay .visit-card-img {
  width: 35%; }
  @media (max-width: 767px) {
    .heritage-stay .visit-card-img {
      width: 100%; } }

.heritage-stay h4 {
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 50px;
  letter-spacing: 0%; }
  @media (max-width: 1550px) {
    .heritage-stay h4 {
      font-size: 2rem;
      line-height: 2.5rem; } }

.heritage-stay span.hightlight {
  font-size: 1.25rem;
  font-weight: 500;
  color: #222; }

.schedule-section {
  background: #070707; }
  .schedule-section h3 {
    color: #fff !important;
    margin-bottom: 0 !important; }
  .schedule-section h4 {
    font-weight: 400;
    font-size: 3.125rem;
    color: #CDCDCD !important;
    margin-top: 0 !important;
    margin-bottom: 35px !important; }
    @media (max-width: 1550px) {
      .schedule-section h4 {
        font-size: 2.5rem; } }
    @media (max-width: 991px) {
      .schedule-section h4 {
        font-size: 1.8rem;
        margin-bottom: 15px !important; } }
  .schedule-section .schedules {
    padding-left: 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px; }
    @media (max-width: 991px) {
      .schedule-section .schedules {
        gap: 10px; } }
    .schedule-section .schedules li {
      background-color: #fff;
      font-weight: 500;
      font-size: 1.5rem;
      line-height: 34px;
      letter-spacing: 0%;
      list-style: none;
      height: 4rem;
      width: 161px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      border-radius: 4px; }
      @media (max-width: 991px) {
        .schedule-section .schedules li {
          width: 48%; } }
      .schedule-section .schedules li:first-child {
        background-color: transparent;
        color: #fff;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
        @media (max-width: 991px) {
          .schedule-section .schedules li:first-child {
            width: 100%; } }

.itinerary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: absolute;
  bottom: 15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 0px 10px;
  font-size: 20px;
  color: #fff;
  font-weight: 500; }
  .itinerary span {
    background: #fff;
    border-radius: 100px;
    color: #000;
    font-size: 1.25rem;
    font-weight: 500;
    padding: 4px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px; }
    @media (max-width: 1550px) {
      .itinerary span {
        font-size: 1rem; }
        .itinerary span img {
          max-width: 18px; } }
  .itinerary h5 {
    margin: 0; }

.experience-box {
  color: #fff;
  padding: 40px 35px;
  background: -webkit-gradient(linear, left top, right top, from(#0C362F), color-stop(50.45%, rgba(12, 54, 47, 0.9)), to(rgba(12, 54, 47, 0.8)));
  background: -webkit-linear-gradient(left, #0C362F 0%, rgba(12, 54, 47, 0.9) 50.45%, rgba(12, 54, 47, 0.8) 100%);
  background: -o-linear-gradient(left, #0C362F 0%, rgba(12, 54, 47, 0.9) 50.45%, rgba(12, 54, 47, 0.8) 100%);
  background: linear-gradient(90deg, #0C362F 0%, rgba(12, 54, 47, 0.9) 50.45%, rgba(12, 54, 47, 0.8) 100%);
  border-radius: 4px; }
  @media (max-width: 767px) {
    .experience-box {
      padding: 25px; } }
  .experience-box .about-exp-content {
    position: relative; }
    .experience-box .about-exp-content:after {
      content: "";
      position: absolute;
      background: #fff;
      right: 25px;
      top: 0;
      width: 1px;
      height: 100%; }
      @media (max-width: 1199px) {
        .experience-box .about-exp-content:after {
          right: 5px; } }
      @media (max-width: 767px) {
        .experience-box .about-exp-content:after {
          display: none; } }
    .experience-box .about-exp-content:last-child:after {
      display: none; }
    .experience-box .about-exp-content label {
      display: block;
      font-size: 2.5rem; }
      @media (max-width: 1550px) {
        .experience-box .about-exp-content label {
          font-size: 2rem; } }
    .experience-box .about-exp-content span {
      color: #CDCDCD;
      font-size: 1.25rem;
      display: block; }
  .experience-box .tag-wrp span {
    font-size: 1.25rem;
    color: #000;
    background: #fff;
    border-radius: 100px;
    padding: 5px 10px;
    position: relative;
    padding-left: 25px; }
    @media (max-width: 1550px) {
      .experience-box .tag-wrp span {
        font-size: 14px; } }
    .experience-box .tag-wrp span:after {
      content: "";
      position: absolute;
      background: #000;
      left: 10px;
      top: 12px;
      width: 8px;
      height: 8px;
      border-radius: 100px; }
      @media (max-width: 1550px) {
        .experience-box .tag-wrp span:after {
          top: 9px; } }

.show-details ul {
  margin: 30px 0 0;
  padding: 0; }
  .show-details ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #F0F0F0;
    margin-bottom: 10px;
    padding: 10px;
    gap: clamp(20px, 2vw, 40px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px; }
    .show-details ul li .highlight {
      padding: 7px 20px;
      font-size: clamp(20px, 1.9vw, 30px);
      font-weight: 500;
      text-transform: uppercase;
      background: -webkit-gradient(linear, left top, right top, from(#0C362F), color-stop(50.48%, rgba(12, 54, 47, 0.9)), to(rgba(12, 54, 47, 0.8)));
      background: -webkit-linear-gradient(left, #0C362F 0%, rgba(12, 54, 47, 0.9) 50.48%, rgba(12, 54, 47, 0.8) 100%);
      background: -o-linear-gradient(left, #0C362F 0%, rgba(12, 54, 47, 0.9) 50.48%, rgba(12, 54, 47, 0.8) 100%);
      background: linear-gradient(90deg, #0C362F 0%, rgba(12, 54, 47, 0.9) 50.48%, rgba(12, 54, 47, 0.8) 100%);
      color: #fff;
      line-height: normal;
      white-space: nowrap;
      border-radius: 4px; }
    .show-details ul li p {
      margin: 0;
      font-size: clamp(18px, 1.7vw, 24px);
      color: #000000;
      font-weight: 400; }

.show-details h2 {
  margin: 30px 0 10px;
  font-size: 40px;
  font-weight: 400; }
  @media (max-width: 1550px) {
    .show-details h2 {
      font-size: 2.125rem; } }

.show-details .table {
  border: 1px solid #565656; }
  .show-details .table tr td {
    font-size: clamp(18px, 1.61vw, 20px);
    color: #000;
    padding: 8px 30px;
    border-right: 1px solid #565656; }
    .show-details .table tr td:first-child {
      width: 20%; }

.btn-add {
  font-size: 1.25rem; }

.itenary-section h4 {
  color: #565656;
  font-size: 3.125rem;
  font-weight: 500; }
  @media (max-width: 1550px) {
    .itenary-section h4 {
      font-size: 2.125rem; } }

.itenary-section .visit-card-content {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .itenary-section .visit-card-content::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
    width: 100%;
    height: 50%; }

.itenary-section .visit-card-img figure {
  height: 220px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease; }

.special-font {
  font-family: "Poppins", sans-serif; }
