/********Home slider**********/
.home-swiper {
  width: 100%;
  height: 100dvh;
  overflow: hidden; }
  @media (max-width: 600px) {
    .home-swiper {
      height: auto; } }
  @media (max-width: 600px) {
    .home-swiper .swiper-pagination {
      display: none; } }
  .home-swiper .swiper-slide {
    overflow: hidden; }
    .home-swiper .swiper-slide.swiper-slide-active [data-animate] {
      opacity: 1;
      transform: none; }
    .home-swiper .swiper-slide.swiper-slide-active h1 {
      transition-delay: 0.1s; }
    .home-swiper .swiper-slide.swiper-slide-active h2 {
      transition-delay: 0.2s; }
    .home-swiper .swiper-slide.swiper-slide-active h3 {
      transition-delay: 0.3s; }
    .home-swiper .swiper-slide [data-animate] {
      opacity: 0;
      transition: all 0.8s ease-out; }
    .home-swiper .swiper-slide [data-animate="bottom"] {
      transform: translate3d(0, 15px, 0); }
    .home-swiper .swiper-slide [data-animate="left"] {
      transform: translate3d(50px, 0, 0); }
    .home-swiper .swiper-slide .intro-text {
      position: absolute;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      gap: 20px; }
      .home-swiper .swiper-slide .intro-text h1, .home-swiper .swiper-slide .intro-text h2, .home-swiper .swiper-slide .intro-text h3 {
        margin: 0;
        color: #fff;
        text-transform: uppercase; }
      .home-swiper .swiper-slide .intro-text h3 {
        font-size: clamp(0.5rem, calc(-0.875rem + 8.333vw), 1.5rem);
        font-weight: normal; }
      .home-swiper .swiper-slide .intro-text h2 {
        font-size: clamp(0.8rem, calc(-0.875rem + 8.333vw), 2.5rem);
        font-weight: normal; }
      .home-swiper .swiper-slide .intro-text h1 {
        font-size: clamp(1rem, calc(-0.875rem + 8.333vw), 5rem); }
  .home-swiper .slider-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; }
    @media (max-width: 600px) {
      .home-swiper .slider-image {
        width: 100%;
        height: auto; } }
  .home-swiper .swiper-pagination {
    bottom: 50px; }
    .home-swiper .swiper-pagination .swiper-pagination-bullet-active {
      background-color: #fff !important; }
    .home-swiper .swiper-pagination .swiper-pagination-bullet {
      border: 1px solid #fff;
      background: transparent;
      opacity: 1; }

/**********************************/
.container-fluid {
  padding: 0;
  /************Discover**************/
  /**********************************/
  /*****Must see site section*********/
  /**********************************/
  /**********Map section*************/
  /**********************************/
  /**********Gallery section*************/
  /**********************************/
  /*****Activites section*********/
  /**********************************/
  /*****Activites section*********/
  /**********************************/
  /*****Education section*********/
  /**********************************/
  /*****Tour section*********/
  /**********************************/ }
  .container-fluid .discover-section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px;
    box-sizing: border-box;
    gap: 40px;
    margin: 40px 0; }
    @media (max-width: 600px) {
      .container-fluid .discover-section {
        margin: 10px 0;
        padding: 10px; } }
    .container-fluid .discover-section .discover-image, .container-fluid .discover-section .discover-text {
      flex: 1; }
    .container-fluid .discover-section .discover-image img {
      width: 100%; }
    .container-fluid .discover-section .discover-paragraph {
      margin-top: 30px; }
    .container-fluid .discover-section h1 {
      margin: 0;
      font-size: 40px;
      font-weight: bold; }
    .container-fluid .discover-section p {
      color: #452E16; }
    .container-fluid .discover-section .discover-btn {
      width: 100%;
      margin-top: 40px;
      display: flex;
      justify-content: center; }
  .container-fluid .must-see-sites-section {
    width: 100%;
    background-color: #F3F5EE;
    padding: 50px; }
    @media (max-width: 600px) {
      .container-fluid .must-see-sites-section {
        padding: 10px; } }
    .container-fluid .must-see-sites-section-header {
      margin-bottom: 40px; }
      .container-fluid .must-see-sites-section-header h1 {
        margin: 0;
        font-size: 40px;
        font-weight: bold; }
    .container-fluid .must-see-sites-section-gallery {
      position: relative;
      width: 100%; }
      .container-fluid .must-see-sites-section-gallery .must-see-sites-section-swiper {
        width: 100%; }
      .container-fluid .must-see-sites-section-gallery .swiper-slide {
        padding-bottom: 20px;
        cursor: grab; }
        .container-fluid .must-see-sites-section-gallery .swiper-slide .slide-image {
          width: 100%;
          height: 300px;
          overflow: hidden; }
          .container-fluid .must-see-sites-section-gallery .swiper-slide .slide-image:hover img {
            width: 110%;
            height: 110%; }
          .container-fluid .must-see-sites-section-gallery .swiper-slide .slide-image img {
            display: block;
            object-fit: cover;
            width: 100%;
            height: 100%;
            transition: all 0.3s ease-in-out; }
        .container-fluid .must-see-sites-section-gallery .swiper-slide span {
          font-weight: bold;
          font-size: 1rem;
          color: var(--primary-color);
          text-transform: uppercase;
          margin-top: 12px;
          margin-bottom: 22px;
          display: block; }
        .container-fluid .must-see-sites-section-gallery .swiper-slide p {
          font-size: 0.8rem; }
      .container-fluid .must-see-sites-section-gallery .swiper-pagination {
        padding-top: 14px; }
        .container-fluid .must-see-sites-section-gallery .swiper-pagination .swiper-pagination-bullet-active {
          background-color: var(--primary-color) !important; }
        .container-fluid .must-see-sites-section-gallery .swiper-pagination .swiper-pagination-bullet {
          border: 1px solid var(--primary-color);
          background: transparent;
          opacity: 1; }
      .container-fluid .must-see-sites-section-gallery .must-see-swiper-button-prev,
      .container-fluid .must-see-sites-section-gallery .must-see-swiper-button-next {
        position: absolute;
        top: 30%;
        transform: translateY(-50%);
        z-index: 10;
        display: block !important; }
        @media (max-width: 600px) {
          .container-fluid .must-see-sites-section-gallery .must-see-swiper-button-prev,
          .container-fluid .must-see-sites-section-gallery .must-see-swiper-button-next {
            display: none !important; } }
      .container-fluid .must-see-sites-section-gallery .must-see-swiper-button-prev {
        left: -30px; }
      .container-fluid .must-see-sites-section-gallery .must-see-swiper-button-next {
        right: -30px; }
      .container-fluid .must-see-sites-section-gallery .must-see-swiper-container:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none; }
  .container-fluid .map-section {
    width: 100%;
    padding: 50px; }
    @media (max-width: 600px) {
      .container-fluid .map-section {
        padding: 10px; } }
    .container-fluid .map-section-header {
      margin-bottom: 40px; }
      .container-fluid .map-section-header h1 {
        margin: 0;
        font-size: 40px;
        font-weight: bold; }
    .container-fluid .map-section-content {
      gap: 20px; }
      .container-fluid .map-section-content-stat {
        flex: 2;
        justify-content: space-evenly;
        gap: 20px; }
        .container-fluid .map-section-content-stat-numbers {
          gap: 20px;
          width: 100%;
          justify-content: space-evenly !important; }
          .container-fluid .map-section-content-stat-numbers .state {
            text-align: center; }
            .container-fluid .map-section-content-stat-numbers .state h1 {
              font-weight: bold;
              font-size: clamp(2rem, calc(-0.875rem + 8.333vw), 3rem);
              margin: 0; }
            .container-fluid .map-section-content-stat-numbers .state span {
              font-weight: bold;
              font-size: 0.6rem; }
      .container-fluid .map-section-content-map {
        flex: 3;
        position: relative; }
        .container-fluid .map-section-content-map .map-image-container {
          position: relative; }
        .container-fluid .map-section-content-map .map-image {
          width: 100%;
          display: block;
          object-fit: contain; }
        .container-fluid .map-section-content-map .map-point {
          position: absolute;
          aspect-ratio: 1/1;
          top: var(--top);
          left: var(--left);
          cursor: pointer;
          width: 2%;
          height: 4.5%;
          /* &:focus{
                        
                        @media (max-width: 600px) {
                            position: unset;
                        }
                    }*/ }
          .container-fluid .map-section-content-map .map-point:hover .tooltip-card {
            visibility: visible;
            opacity: 1; }
          .container-fluid .map-section-content-map .map-point .tooltip-card {
            visibility: hidden;
            opacity: 0;
            width: 350px;
            height: auto;
            border: 1px solid var(--primary-color);
            text-align: center;
            padding: 10px;
            position: absolute;
            z-index: 1;
            bottom: 150%;
            left: 50%;
            margin-left: -175px;
            background: #fff;
            transition: all 0.2s ease-out; }
            @media (max-width: 600px) {
              .container-fluid .map-section-content-map .map-point .tooltip-card {
                /*left: 0;
                            width: 100vw;
                            margin-left: -50vw;*/
                margin-left: 0;
                width: calc(2em * 5);
                transform: translateX(-50%); } }
            .container-fluid .map-section-content-map .map-point .tooltip-card .tooltip-content {
              display: flex;
              gap: 10px;
              flex-direction: column;
              align-items: start; }
              .container-fluid .map-section-content-map .map-point .tooltip-card .tooltip-content span {
                color: var(--primary-color);
                font-weight: bold; }
              .container-fluid .map-section-content-map .map-point .tooltip-card .tooltip-content-data {
                display: flex;
                gap: 10px; }
                @media (max-width: 600px) {
                  .container-fluid .map-section-content-map .map-point .tooltip-card .tooltip-content-data {
                    flex-direction: column;
                    align-items: center; } }
                .container-fluid .map-section-content-map .map-point .tooltip-card .tooltip-content-data img {
                  max-width: 100px;
                  max-height: 100px; }
                .container-fluid .map-section-content-map .map-point .tooltip-card .tooltip-content-data p {
                  font-size: 0.7rem;
                  text-align: left; }
          .container-fluid .map-section-content-map .map-point .tooltip-card::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: var(--primary-color) transparent transparent transparent; }
  .container-fluid .gallery-section {
    position: relative;
    width: 100%; }
    .container-fluid .gallery-section-header {
      width: 100%;
      padding: 50px; }
      @media (max-width: 600px) {
        .container-fluid .gallery-section-header {
          padding: 10px; } }
      .container-fluid .gallery-section-header h1 {
        margin: 0;
        font-size: 40px;
        font-weight: bold; }
    .container-fluid .gallery-section-container {
      display: block;
      position: relative;
      width: 100%;
      height: 700px; }
      @media (max-width: 600px) {
        .container-fluid .gallery-section-container {
          display: none !important; } }
    .container-fluid .gallery-section-footer {
      width: 100%;
      display: flex;
      justify-content: center;
      padding: 50px 0; }
    .container-fluid .gallery-section-first {
      flex: 3;
      height: 65%; }
      .container-fluid .gallery-section-first .gallery-section-sub-first {
        height: 100%; }
      .container-fluid .gallery-section-first .gallery-image-container:first-child, .container-fluid .gallery-section-first .gallery-image-container:last-child {
        flex: 1 !important; }
      .container-fluid .gallery-section-first .gallery-image-container-sub {
        position: relative;
        width: 100%;
        height: 100%; }
        @media (max-width: 600px) {
          .container-fluid .gallery-section-first .gallery-image-container-sub {
            height: 50% !important; } }
        .container-fluid .gallery-section-first .gallery-image-container-sub:hover .park-data-sub {
          visibility: visible;
          opacity: 1; }
      .container-fluid .gallery-section-first .gallery-image-container-sub:first-child {
        height: 58%; }
      .container-fluid .gallery-section-first .gallery-image-container-sub:last-child {
        height: 42%; }
    .container-fluid .gallery-section-second {
      flex: 2;
      height: 35%; }
      .container-fluid .gallery-section-second .gallery-image-container:first-child {
        flex: 1 !important; }
        @media (max-width: 600px) {
          .container-fluid .gallery-section-second .gallery-image-container:first-child {
            height: 50% !important; } }
    @media (max-width: 600px) {
      .container-fluid .gallery-section-first, .container-fluid .gallery-section-second {
        flex: 1 !important;
        height: 50% !important; } }
    .container-fluid .gallery-section .gallery-image-container {
      position: relative;
      flex: 2;
      width: 100%;
      height: 100%;
      overflow: hidden;
      cursor: pointer; }
      @media (max-width: 600px) {
        .container-fluid .gallery-section .gallery-image-container {
          height: 300px !important;
          max-height: 300px !important; } }
      .container-fluid .gallery-section .gallery-image-container:hover .park-data {
        visibility: visible;
        opacity: 1; }
      .container-fluid .gallery-section .gallery-image-container img {
        display: block;
        object-fit: cover;
        width: 100%;
        height: 100%; }
    .container-fluid .gallery-section-gallery {
      display: none !important;
      position: relative;
      width: 100%; }
      @media (max-width: 600px) {
        .container-fluid .gallery-section-gallery {
          display: block !important; } }
      .container-fluid .gallery-section-gallery .gallery-section-swiper {
        width: 100%; }
      .container-fluid .gallery-section-gallery .swiper-wrapper {
        align-items: center; }
      .container-fluid .gallery-section-gallery .swiper-slide {
        padding-bottom: 40px; }
        .container-fluid .gallery-section-gallery .swiper-slide .slide-image {
          width: 100%;
          height: auto;
          overflow: hidden; }
          .container-fluid .gallery-section-gallery .swiper-slide .slide-image img {
            display: block;
            object-fit: cover; }
        .container-fluid .gallery-section-gallery .swiper-slide span {
          font-weight: bold;
          font-size: 1rem;
          color: var(--primary-color);
          text-transform: uppercase;
          margin-top: 12px;
          margin-bottom: 22px;
          display: block; }
        .container-fluid .gallery-section-gallery .swiper-slide p {
          font-size: 0.8rem; }
      .container-fluid .gallery-section-gallery .swiper-pagination {
        padding-top: 14px; }
        .container-fluid .gallery-section-gallery .swiper-pagination .swiper-pagination-bullet-active {
          background-color: var(--primary-color) !important; }
        .container-fluid .gallery-section-gallery .swiper-pagination .swiper-pagination-bullet {
          border: 1px solid var(--primary-color);
          background: transparent;
          opacity: 1; }
      .container-fluid .gallery-section-gallery .gallery-swiper-button-prev,
      .container-fluid .gallery-section-gallery .gallery-swiper-button-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        display: block !important; }
        @media (max-width: 600px) {
          .container-fluid .gallery-section-gallery .gallery-swiper-button-prev,
          .container-fluid .gallery-section-gallery .gallery-swiper-button-next {
            display: none !important; } }
      .container-fluid .gallery-section-gallery .gallery-swiper-button-prev {
        left: -30px; }
      .container-fluid .gallery-section-gallery .gallery-swiper-button-next {
        right: -30px; }
      .container-fluid .gallery-section-gallery .gallery-swiper-container:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none; }
  .container-fluid .activites-section {
    width: 100%;
    padding: 50px; }
    @media (max-width: 600px) {
      .container-fluid .activites-section {
        padding: 10px; } }
    .container-fluid .activites-section-header {
      margin-bottom: 40px; }
      .container-fluid .activites-section-header h1 {
        margin: 0;
        font-size: 40px;
        font-weight: bold; }
    .container-fluid .activites-section-footer {
      width: 100%;
      display: flex;
      justify-content: center;
      padding: 50px 0; }
    .container-fluid .activites-section-gallery {
      position: relative;
      width: 100%; }
      .container-fluid .activites-section-gallery .activites-section-swiper {
        width: 100%; }
      .container-fluid .activites-section-gallery .swiper-slide {
        padding-bottom: 20px;
        cursor: grab; }
        .container-fluid .activites-section-gallery .swiper-slide .slide-image {
          width: 100%;
          height: auto;
          overflow: hidden; }
          .container-fluid .activites-section-gallery .swiper-slide .slide-image img {
            display: block;
            object-fit: cover; }
        .container-fluid .activites-section-gallery .swiper-slide span {
          font-weight: bold;
          font-size: 1rem;
          color: var(--primary-color);
          text-transform: uppercase;
          margin-top: 12px;
          margin-bottom: 22px;
          display: block; }
        .container-fluid .activites-section-gallery .swiper-slide p {
          font-size: 0.8rem; }
      .container-fluid .activites-section-gallery .swiper-pagination {
        padding-top: 14px; }
        .container-fluid .activites-section-gallery .swiper-pagination .swiper-pagination-bullet-active {
          background-color: var(--primary-color) !important; }
        .container-fluid .activites-section-gallery .swiper-pagination .swiper-pagination-bullet {
          border: 1px solid var(--primary-color);
          background: transparent;
          opacity: 1; }
      .container-fluid .activites-section-gallery .activites-swiper-button-prev,
      .container-fluid .activites-section-gallery .activites-swiper-button-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        display: block !important; }
        @media (max-width: 600px) {
          .container-fluid .activites-section-gallery .activites-swiper-button-prev,
          .container-fluid .activites-section-gallery .activites-swiper-button-next {
            display: none !important; } }
      .container-fluid .activites-section-gallery .activites-swiper-button-prev {
        left: -30px; }
      .container-fluid .activites-section-gallery .activites-swiper-button-next {
        right: -30px; }
      .container-fluid .activites-section-gallery .activites-swiper-container:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none; }
  .container-fluid .bg-section {
    background-image: url("../images/bg-section.jpg");
    min-height: 350px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff; }
    @media (max-width: 600px) {
      .container-fluid .bg-section {
        text-align: center; } }
    .container-fluid .bg-section-content {
      width: 100%;
      justify-content: space-evenly; }
      .container-fluid .bg-section-content-btn {
        transform: translateY(40%); }
    .container-fluid .bg-section h6 {
      font-size: clamp(1rem, calc(-0.875rem + 8.333vw), 1.5rem); }
    .container-fluid .bg-section h1 {
      font-weight: bold;
      font-size: clamp(2rem, calc(-0.875rem + 8.333vw), 4rem);
      margin: 0; }
      @media (max-width: 600px) {
        .container-fluid .bg-section h1 {
          margin-bottom: 12px; } }
  .container-fluid .education-section {
    width: 100%;
    background-color: #F3F5EE;
    padding: 50px; }
    @media (max-width: 600px) {
      .container-fluid .education-section {
        padding: 10px; } }
    .container-fluid .education-section-header {
      margin-bottom: 40px; }
      .container-fluid .education-section-header h1 {
        margin: 0;
        font-size: 40px;
        font-weight: bold; }
    .container-fluid .education-section-footer {
      width: 100%;
      display: flex;
      justify-content: center;
      padding: 50px 0; }
    .container-fluid .education-section-content {
      gap: 30px; }
    .container-fluid .education-section-card {
      padding: 40px;
      text-align: center;
      background-color: #fff;
      border: 1px solid #000;
      display: flex;
      flex-direction: column;
      align-items: center;
      flex: 1; }
      .container-fluid .education-section-card-img, .container-fluid .education-section-card h1 {
        flex: 1;
        height: 50%;
        max-height: 50%; }
      .container-fluid .education-section-card-img {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center; }
        .container-fluid .education-section-card-img img {
          display: block;
          object-fit: contain;
          height: 80%; }
      .container-fluid .education-section-card h1 {
        margin-top: 20px;
        font-size: clamp(1rem, calc(-0.875rem + 8.333vw), 2rem);
        color: var(--primary-color);
        font-weight: bold; }
  .container-fluid .tour-section {
    width: 100%;
    background-color: var(--primary-color);
    padding: 50px; }
    @media (max-width: 600px) {
      .container-fluid .tour-section {
        padding: 10px; } }
    .container-fluid .tour-section-header {
      margin-bottom: 40px; }
      .container-fluid .tour-section-header h1 {
        margin: 0;
        font-size: 40px;
        font-weight: bold; }
    .container-fluid .tour-section-footer {
      width: 100%;
      display: flex;
      justify-content: center;
      padding: 50px 0; }
      .container-fluid .tour-section-footer a {
        color: var(--primary-color);
        background-color: #fff; }
    .container-fluid .tour-section-content {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center; }
      .container-fluid .tour-section-content h1, .container-fluid .tour-section-content span {
        color: #fff;
        font-weight: bold; }
      .container-fluid .tour-section-content h1 {
        font-size: clamp(1.5rem, calc(-0.875rem + 8.333vw), 2rem);
        margin-bottom: 40px; }
      .container-fluid .tour-section-content span {
        font-size: clamp(1rem, calc(-0.875rem + 8.333vw), 1.5rem); }


.slide-image img {
    height:300px;
    width:100%;
    object-fit:cover;
}


.container-fluid .education-section-card-img img {
    width: 100%;
}
