@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
body {
  overflow-x: hidden; }

.scrolled_header {
  background-color: #ffffff; }
  .scrolled_header .navbar a {
    color: #1c1c1c !important; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  transition: background-color 0.3s ease, backdrop-filter 0.3s ease;
  z-index: 1000;
  background-color: transparent;
  backdrop-filter: blur(0px); }
  header .navbar {
    width: 100%;
    background-color: transparent !important;
    display: flex;
    padding: 0; }
    @media (max-width: 991px) {
      header .navbar {
        flex-wrap: nowrap; } }
    header .navbar a {
      font-size: 16px !important;
      line-height: 22px !important;
      color: #fff !important;
      text-decoration: none !important; }
    header .navbar .navbar-brand {
      flex: 1; }
      @media (max-width: 991px) {
        header .navbar .navbar-brand {
          flex: unset;
          width: max-content;
          margin-right: 5px; } }
      header .navbar .navbar-brand img {
        height: 72px; }
        @media (max-width: 991px) {
          header .navbar .navbar-brand img {
            height: 45px; } }
    header .navbar .navbar-collapse {
      flex: 2; }
      header .navbar .navbar-collapse .navbar-nav {
        display: flex;
        justify-content: center;
        gap: 20px; }
        header .navbar .navbar-collapse .navbar-nav a {
          height: 43px;
          padding: 9px 14px;
          border: 1px solid #AF0503;
          border-radius: 20px;
          transition: .2s linear; }
          header .navbar .navbar-collapse .navbar-nav a:hover {
            background-color: #AF0503;
            color: #fff !important;
            transition: .2s linear; }
    header .navbar .wrapper-right {
      flex: 1;
      display: flex;
      justify-content: flex-end; }
      header .navbar .wrapper-right ul {
        display: flex;
        align-items: center;
        gap: 20px;
        padding: 0;
        margin: 0;
        list-style: none; }
        @media (max-width: 991px) {
          header .navbar .wrapper-right ul {
            gap: 4px; } }
        header .navbar .wrapper-right ul li a {
          min-width: max-content;
          display: flex; }
      header .navbar .wrapper-right .wrapper-language {
        padding: 9px 14px;
        border: 1px solid #AF0503;
        border-radius: 20px;
        text-transform: uppercase;
        cursor: pointer;
        transition: .2s linear; }
        header .navbar .wrapper-right .wrapper-language:hover {
          background-color: #AF0503;
          color: #fff !important;
          transition: .2s linear; }
        @media (max-width: 991px) {
          header .navbar .wrapper-right .wrapper-language {
            padding: 5px 10px; } }

footer {
  margin-top: 60px;
  display: flex;
  flex-direction: column; }
  footer .wrapper-top {
    display: flex;
    align-items: center;
    gap: 64px;
    justify-content: center; }
    @media (max-width: 991px) {
      footer .wrapper-top {
        gap: 24px; } }
    footer .wrapper-top .wrapper-item {
      display: flex;
      align-items: center; }
      footer .wrapper-top .wrapper-item .wrapper-icon {
        margin-right: 16px; }
        footer .wrapper-top .wrapper-item .wrapper-icon svg {
          width: 40px;
          height: auto; }
      footer .wrapper-top .wrapper-item .wrapper-text {
        display: flex;
        flex-direction: column; }
        footer .wrapper-top .wrapper-item .wrapper-text p {
          color: #1c1c1c;
          font-size: 18px;
          line-height: 22px;
          margin-bottom: 0;
          font-weight: 600; }
        footer .wrapper-top .wrapper-item .wrapper-text a {
          color: #2995FF;
          font-size: 14px;
          line-height: 20px;
          text-decoration: none;
          font-style: italic; }
    @media (max-width: 991px) {
      footer .wrapper-top {
        flex-direction: column; } }
  footer .wrapper-newsletter {
    margin-top: 60px;
    background-color: #AF0503;
    padding: 20px 80px;
    display: flex;
    align-items: center;
    gap: 60px;
    border-radius: 20px;
    position: relative; }
    @media (max-width: 991px) {
      footer .wrapper-newsletter {
        padding: 20px 45px;
        gap: 0; } }
    footer .wrapper-newsletter .wrapper-left {
      width: 150px;
      height: 100px;
      object-fit: contain;
      background-repeat: no-repeat;
      left: -35px;
      transform: rotate(74deg);
      position: absolute; }
    footer .wrapper-newsletter .wrapper-right {
      width: 150px;
      height: 100px;
      object-fit: contain;
      background-repeat: no-repeat;
      right: -35px;
      transform: rotate(74deg);
      position: absolute; }
    footer .wrapper-newsletter p {
      flex: 1;
      color: #fff;
      font-size: 28px; }
      @media (max-width: 991px) {
        footer .wrapper-newsletter p {
          font-size: 18px; } }
    footer .wrapper-newsletter form {
      padding: 8px 8px 8px 24px;
      background-color: #fff;
      border-radius: 32px;
      flex: 1;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      footer .wrapper-newsletter form input {
        border: none;
        box-shadow: none;
        outline: none;
        width: 100%; }
      footer .wrapper-newsletter form button {
        background-color: #AF0503;
        color: #fff;
        display: flex;
        padding: 10px;
        border: none;
        border-radius: 32px; }
    @media (max-width: 991px) {
      footer .wrapper-newsletter {
        flex-direction: column; } }
  footer .wrapper-footer {
    display: flex;
    margin-top: 60px;
    padding-bottom: 20px; }
    footer .wrapper-footer .wrapper-logo {
      width: 35%;
      display: flex;
      flex-direction: column; }
      footer .wrapper-footer .wrapper-logo .wrapper-image {
        margin-bottom: 20px; }
        footer .wrapper-footer .wrapper-logo .wrapper-image img {
          height: 80px; }
      footer .wrapper-footer .wrapper-logo p {
        font-size: 14px;
        line-height: 20px;
        color: #545454; }
      footer .wrapper-footer .wrapper-logo ul {
        display: flex;
        margin: 0;
        padding: 0;
        gap: 20px; }
        footer .wrapper-footer .wrapper-logo ul li {
          list-style-type: none; }
          footer .wrapper-footer .wrapper-logo ul li a {
            width: 40px;
            height: 40px;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 100%;
            background-color: #fff;
            box-shadow: rgba(50, 50, 93, 0.25) 0 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px; }
            footer .wrapper-footer .wrapper-logo ul li a img {
              max-width: 18px;
              max-height: 18px; }
    footer .wrapper-footer .wrapper-links {
      display: flex;
      justify-content: space-between;
      gap: 12px;
      width: 60%;
      margin-left: auto; }
      footer .wrapper-footer .wrapper-links ul {
        width: max-content;
        margin: 0;
        padding: 0;
        list-style-type: none;
        display: flex;
        flex-direction: column;
        gap: 4px; }
        footer .wrapper-footer .wrapper-links ul li h3 {
          font-size: 18px;
          line-height: 25px;
          font-weight: 600;
          color: #AF0503;
          margin-bottom: 8px; }
        footer .wrapper-footer .wrapper-links ul li a {
          color: #545454;
          font-size: 14px;
          line-height: 20px;
          text-decoration: none; }
    @media (max-width: 991px) {
      footer .wrapper-footer {
        flex-direction: column-reverse; }
        footer .wrapper-footer .wrapper-links {
          width: 100%; }
        footer .wrapper-footer .wrapper-logo {
          width: 100%; } }
    @media (max-width: 568px) {
      footer .wrapper-footer .wrapper-links {
        flex-direction: column; } }

.section-breadcrumb {
  margin-top: 120px; }
  .section-breadcrumb .wrapper-row {
    display: flex;
    align-items: center; }
    .section-breadcrumb .wrapper-row a {
      color: #AF0503;
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 600;
      text-decoration: none;
      margin-bottom: 0; }
    .section-breadcrumb .wrapper-row p {
      color: #1c1c1c;
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 600;
      text-decoration: none;
      margin-bottom: 0; }

.main-title {
  font-size: 32px;
  line-height: 40px;
  color: #1c1c1c;
  margin-bottom: 0;
  font-weight: 700;
  text-transform: uppercase; }
  @media (max-width: 991px) {
    .main-title {
      font-size: 18px;
      line-height: 25px;
      margin-bottom: 10px; } }

.main-button {
  display: flex;
  gap: 12px;
  padding: 12px 18px;
  font-size: 20px;
  line-height: 24px;
  background-color: #AF0503;
  border-radius: 32px;
  width: max-content;
  color: #fff;
  text-decoration: none;
  transition: .2s line;
  cursor: pointer;
  box-shadow: none;
  border: none; }
  .main-button .count {
    width: 28px;
    height: 28px;
    background-color: #fff;
    border-radius: 100%;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #3D3D3D;
    transition: .2s line; }
  .main-button:hover {
    color: #fff; }
    .main-button:hover .count {
      color: #AF0503;
      transition: .2s line; }

.wrapper-head {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 991px) {
    .wrapper-head {
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start; } }

.main-slider {
  height: 400px;
  overflow: hidden; }
  @media (max-width: 991px) {
    .main-slider {
      height: auto; } }

.section-tours {
  margin-top: 60px; }
  @media (max-width: 991px) {
    .section-tours {
      margin-top: 20px; } }
  .section-tours .wrapper-head {
    margin-bottom: 30px; }

.owl-carousel-tours .owl-nav {
  display: flex !important;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  justify-content: space-between;
  align-items: center;
  height: max-content;
  margin: auto; }
  @media (max-width: 991px) {
    .owl-carousel-tours .owl-nav {
      display: none !important; } }
  .owl-carousel-tours .owl-nav button {
    outline: none;
    box-shadow: none; }
    .owl-carousel-tours .owl-nav button img {
      width: 48px;
      height: 48px; }
  .owl-carousel-tours .owl-nav .owl-prev {
    margin-left: -24px; }
  .owl-carousel-tours .owl-nav .owl-next {
    margin-right: -24px; }
.owl-carousel-tours .wrapper-item {
  box-shadow: 0 2px 10.7px 2px rgba(0, 0, 0, 0.07);
  border-radius: 30px;
  margin: 10px;
  overflow: hidden;
  width: 100%;
  display: block; }
  .owl-carousel-tours .wrapper-item .wrapper-pricing-details {
    margin: 0;
    padding-bottom: 4px;
    box-shadow: none !important;
    border: none !important;
    display: flex;
    justify-content: space-between;
    flex-direction: unset !important;
    font-size: 14px;
    line-height: 20px;
    width: 100%; }
  .owl-carousel-tours .wrapper-item .wrapper-image {
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
    overflow: hidden; }
  .owl-carousel-tours .wrapper-item .wrapper-description {
    padding: 20px; }
    .owl-carousel-tours .wrapper-item .wrapper-description h2 {
      font-size: 20px;
      line-height: 28px;
      margin-bottom: 6px; }
    .owl-carousel-tours .wrapper-item .wrapper-description p {
      font-size: 16px;
      line-height: 22px;
      margin-bottom: 0; }

.section-tours .wrapper-sliders {
  display: flex;
  gap: 40px; }
  @media (max-width: 991px) {
    .section-tours .wrapper-sliders {
      gap: 0;
      flex-direction: column; } }
  .section-tours .wrapper-sliders .wrapper-head {
    margin-bottom: 10px; }
    .section-tours .wrapper-sliders .wrapper-head h2 {
      font-size: 24px;
      line-height: 28px;
      text-align: left;
      width: 100%; }
  .section-tours .wrapper-sliders .wrapper-left {
    width: calc(50% - 20px); }
    @media (max-width: 991px) {
      .section-tours .wrapper-sliders .wrapper-left {
        width: 100%; }
        .section-tours .wrapper-sliders .wrapper-left .owl-nav {
          display: none; }
        .section-tours .wrapper-sliders .wrapper-left .owl-dots {
          display: none; } }
  .section-tours .wrapper-sliders .wrapper-right {
    width: calc(50% - 20px); }
    @media (max-width: 991px) {
      .section-tours .wrapper-sliders .wrapper-right {
        width: 100%; }
        .section-tours .wrapper-sliders .wrapper-right .owl-dots {
          display: none; }
        .section-tours .wrapper-sliders .wrapper-right .owl-nav {
          display: none; } }
    .section-tours .wrapper-sliders .wrapper-right .wrapper-head {
      justify-content: flex-end;
      display: flex; }
.section-tours .owl-nav {
  display: flex !important;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  right: 12px;
  justify-content: space-between;
  align-items: center;
  height: max-content;
  margin: auto; }
  @media (max-width: 991px) {
    .section-tours .owl-nav {
      display: none !important; } }
  .section-tours .owl-nav button {
    outline: none;
    box-shadow: none; }
    .section-tours .owl-nav button img {
      width: 32px;
      height: 32px; }
  .section-tours .owl-nav .owl-prev {
    margin-left: -24px; }
  .section-tours .owl-nav .owl-next {
    margin-right: -24px; }
.section-tours .wrapper-item {
  box-shadow: 0 2px 10.7px 2px rgba(0, 0, 0, 0.07);
  border-radius: 30px;
  margin: 10px;
  overflow: hidden;
  width: 100%;
  display: block; }
  @media (max-width: 991px) {
    .section-tours .wrapper-item {
      width: auto;
      margin: 6px; } }
  .section-tours .wrapper-item .wrapper-pricing-details {
    margin: 0;
    padding-bottom: 4px;
    box-shadow: none !important;
    border: none !important;
    display: flex;
    justify-content: space-between;
    flex-direction: unset !important;
    font-size: 14px;
    line-height: 20px;
    width: 100%; }
  .section-tours .wrapper-item .wrapper-image {
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
    overflow: hidden; }
  .section-tours .wrapper-item .wrapper-description {
    padding: 20px; }
    .section-tours .wrapper-item .wrapper-description h2 {
      font-size: 20px;
      line-height: 28px;
      margin-bottom: 6px; }
    .section-tours .wrapper-item .wrapper-description p {
      font-size: 16px;
      line-height: 22px;
      margin-bottom: 0; }

.section-map-content {
  margin-top: 60px;
  padding: 60px 0;
  background: linear-gradient(to bottom, rgba(175, 15, 3, 0), rgba(175, 15, 3, 0.08)); }
  @media (max-width: 991px) {
    .section-map-content {
      margin-top: 0; } }
  .section-map-content .wrapper-map-and-data {
    display: flex;
    align-items: center;
    gap: 40px; }
    .section-map-content .wrapper-map-and-data .wrapper-map {
      width: calc(50% - 20px); }
      .section-map-content .wrapper-map-and-data .wrapper-map svg {
        width: 100%;
        height: auto; }
        .section-map-content .wrapper-map-and-data .wrapper-map svg path {
          cursor: pointer;
          transition: .2s linear; }
          .section-map-content .wrapper-map-and-data .wrapper-map svg path:hover {
            fill: #c7504f;
            transition: .2s linear; }
      .section-map-content .wrapper-map-and-data .wrapper-map .active-place {
        opacity: .6; }
    .section-map-content .wrapper-map-and-data #wrapper-regions {
      width: calc(50% - 20px); }
    .section-map-content .wrapper-map-and-data .wrapper-data {
      display: flex;
      flex-direction: column;
      gap: 15px; }
      .section-map-content .wrapper-map-and-data .wrapper-data .wrapper-tags {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 15px; }
        .section-map-content .wrapper-map-and-data .wrapper-data .wrapper-tags span {
          background-color: #EBEBEB;
          color: #545454;
          padding: 7px 10px;
          font-size: 14px;
          line-height: 20px;
          font-weight: 400;
          border-radius: 32px; }
      .section-map-content .wrapper-map-and-data .wrapper-data .wrapper-slider .wrapper-item {
        display: flex;
        flex-direction: column;
        gap: 10px; }
        .section-map-content .wrapper-map-and-data .wrapper-data .wrapper-slider .wrapper-item .wrapper-title h4 {
          font-size: 18px;
          line-height: 25px;
          font-weight: 600;
          color: #1c1c1c;
          margin-bottom: 0; }
        .section-map-content .wrapper-map-and-data .wrapper-data .wrapper-slider .wrapper-item img {
          border-radius: 20px; }
        .section-map-content .wrapper-map-and-data .wrapper-data .wrapper-slider .wrapper-item .wrapper-description {
          display: flex;
          flex-direction: column;
          gap: 4px; }
          .section-map-content .wrapper-map-and-data .wrapper-data .wrapper-slider .wrapper-item .wrapper-description .wrapper-item {
            padding-bottom: 4px;
            border-bottom: 1px solid rgba(137, 137, 137, 0.2);
            display: flex;
            justify-content: space-between;
            flex-direction: unset !important;
            font-size: 14px;
            line-height: 20px; }
            .section-map-content .wrapper-map-and-data .wrapper-data .wrapper-slider .wrapper-item .wrapper-description .wrapper-item:last-child {
              border-bottom: none; }
    @media (max-width: 991px) {
      .section-map-content .wrapper-map-and-data {
        flex-direction: column; }
        .section-map-content .wrapper-map-and-data .wrapper-map {
          width: 100%; }
        .section-map-content .wrapper-map-and-data #wrapper-regions {
          width: 100%; } }

.section-services {
  margin-top: 60px; }
  .section-services .wrapper-head {
    margin-bottom: 30px; }
    @media (max-width: 991px) {
      .section-services .wrapper-head {
        margin-bottom: 10px; } }
    .section-services .wrapper-head p {
      max-width: 45%;
      font-size: 16px;
      line-height: 22px;
      color: #545454; }
      @media (max-width: 991px) {
        .section-services .wrapper-head p {
          max-width: 100%; } }
  .section-services .wrapper-items {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
    /* 4 equal columns */ }
    .section-services .wrapper-items .wrapper-item {
      display: flex;
      flex-direction: column;
      background-color: #FCF7F7;
      border-radius: 16px;
      box-shadow: rgba(50, 50, 93, 0.25) 0 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
      padding: 30px 20px;
      position: relative;
      overflow: hidden;
      transition: .2s linear;
      flex: 1; }
      .section-services .wrapper-items .wrapper-item:hover {
        background-color: #fce8e8;
        cursor: pointer;
        transition: .2s linear; }
      .section-services .wrapper-items .wrapper-item .wrapper-icon {
        width: 48px;
        height: 48px;
        background-color: #AF0503;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 100%;
        margin-bottom: 30px;
        padding: 6px; }
        .section-services .wrapper-items .wrapper-item .wrapper-icon img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          border-radius: 100%;
          filter: brightness(0) invert(1); }
        .section-services .wrapper-items .wrapper-item .wrapper-icon p {
          font-size: 14px;
          color: #545454;
          line-height: 20px; }
      .section-services .wrapper-items .wrapper-item .wrapper-absolute-image-one {
        height: 140px;
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        bottom: 60px;
        width: 140px;
        right: -72px;
        transform: rotate(15deg); }
      .section-services .wrapper-items .wrapper-item .wrapper-absolute-image-two {
        height: 100px;
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        bottom: -50px;
        width: 100px;
        right: 30px; }
    @media (max-width: 991px) {
      .section-services .wrapper-items {
        grid-template-columns: repeat(2, 1fr);
        /* 4 equal columns */ } }
    @media (max-width: 568px) {
      .section-services .wrapper-items {
        grid-template-columns: repeat(1, 1fr);
        /* 4 equal columns */ } }

.section-destinations {
  margin-top: 60px;
  background: linear-gradient(to bottom, rgba(175, 15, 3, 0), rgba(175, 15, 3, 0.08));
  padding-bottom: 60px; }
  .section-destinations .owl-carousel-destinations {
    margin: 40px 0; }
    @media (max-width: 991px) {
      .section-destinations .owl-carousel-destinations {
        margin: 10px 0; } }
  .section-destinations .wrapper-item {
    position: relative; }
    .section-destinations .wrapper-item img {
      height: 280px;
      object-fit: cover;
      border-radius: 24px; }
    .section-destinations .wrapper-item .wrapper-header-info {
      position: absolute;
      left: 40px;
      top: 30px;
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 18px;
      line-height: 25px;
      color: #fff;
      font-weight: 600; }
      .section-destinations .wrapper-item .wrapper-header-info .wrapper-icon {
        width: 32px;
        height: 32px;
        background-color: #AF0503;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center; }
        .section-destinations .wrapper-item .wrapper-header-info .wrapper-icon svg {
          width: 18px;
          height: 18px; }
    .section-destinations .wrapper-item .wrapper-bottom-info {
      position: absolute;
      left: 40px;
      bottom: 30px;
      display: flex;
      align-items: center;
      font-size: 18px;
      line-height: 25px;
      background-color: #fff;
      font-weight: 600;
      border-radius: 32px;
      padding: 5px 10px;
      color: #545454; }

.section-home-about {
  margin-top: 60px; }
  .section-home-about .wrapper-about {
    display: flex;
    align-items: center;
    gap: 100px; }
    .section-home-about .wrapper-about .wrapper-info {
      flex: 1;
      display: flex;
      flex-direction: column;
      gap: 16px; }
      .section-home-about .wrapper-about .wrapper-info .main-title {
        margin-bottom: 24px;
        text-transform: capitalize; }
      .section-home-about .wrapper-about .wrapper-info p {
        font-size: 14px;
        color: #545454;
        margin-bottom: 0; }
      .section-home-about .wrapper-about .wrapper-info .main-button {
        margin-top: 24px; }
    .section-home-about .wrapper-about .wrapper-data {
      flex: 1;
      display: flex;
      flex-direction: column;
      gap: 16px; }
      .section-home-about .wrapper-about .wrapper-data .wrapper-item {
        display: flex;
        align-items: center;
        gap: 40px;
        padding: 16px 24px;
        border-radius: 20px;
        background-color: #FDF7F7; }
        .section-home-about .wrapper-about .wrapper-data .wrapper-item span {
          font-size: 20px;
          line-height: 28px;
          color: #545454;
          font-weight: 500; }
    @media (max-width: 991px) {
      .section-home-about .wrapper-about {
        flex-direction: column; } }

.section-home-news {
  margin-top: 60px; }
  .section-home-news .wrapper-left {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px; }
    .section-home-news .wrapper-left p {
      font-size: 14px;
      color: #545454;
      max-width: 50%; }
      @media (max-width: 991px) {
        .section-home-news .wrapper-left p {
          max-width: 100%; } }
  .section-home-news .wrapper-item {
    display: flex;
    flex-direction: column;
    gap: 6px;
    text-decoration: none; }
    .section-home-news .wrapper-item img {
      height: 280px;
      object-fit: cover;
      border-radius: 20px; }
    .section-home-news .wrapper-item .date {
      font-size: 12px;
      color: #AF0503; }
    .section-home-news .wrapper-item p {
      color: #545454;
      font-size: 18px;
      line-height: 25px;
      font-weight: 600;
      margin-bottom: 0; }
    .section-home-news .wrapper-item .wrapper-tags {
      margin-top: 4px;
      padding-top: 10px;
      border-top: 1px solid rgba(137, 137, 137, 0.2);
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 10px;
      width: 100%; }
      .section-home-news .wrapper-item .wrapper-tags .wrapper-tag-item {
        background-color: #FCF5F5;
        color: #898989;
        padding: 4px 8px;
        font-size: 12px;
        line-height: 20px;
        font-weight: 400;
        border-radius: 32px;
        gap: 4px;
        display: flex;
        align-items: center; }
        .section-home-news .wrapper-item .wrapper-tags .wrapper-tag-item .wrapper-icon {
          width: 18px;
          height: 18px;
          display: flex;
          justify-content: center;
          align-items: center;
          background-color: #F4DDDD;
          border-radius: 100%; }
          .section-home-news .wrapper-item .wrapper-tags .wrapper-tag-item .wrapper-icon svg {
            width: 10px;
            height: auto; }

.section-testimonials {
  margin-top: 60px; }
  .section-testimonials .owl-nav {
    display: flex !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    justify-content: space-between;
    align-items: center;
    height: max-content;
    margin: auto; }
    @media (max-width: 991px) {
      .section-testimonials .owl-nav {
        display: none !important; } }
    .section-testimonials .owl-nav button {
      outline: none;
      box-shadow: none; }
      .section-testimonials .owl-nav button img {
        width: 48px;
        height: 48px; }
    .section-testimonials .owl-nav .owl-prev {
      margin-left: -24px; }
    .section-testimonials .owl-nav .owl-next {
      margin-right: -24px; }
  .section-testimonials .main-title {
    margin-bottom: 30px;
    text-align: center;
    width: 100%; }
  .section-testimonials .wrapper-item {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
    border-radius: 20px;
    margin: 10px;
    padding: 30px 20px; }
    @media (max-width: 991px) {
      .section-testimonials .wrapper-item {
        padding: 16px;
        flex-direction: column;
        gap: 10px; } }
    .section-testimonials .wrapper-item .wrapper-image img {
      width: 100px;
      height: 100px;
      object-fit: cover; }
      @media (max-width: 991px) {
        .section-testimonials .wrapper-item .wrapper-image img {
          width: 80px;
          height: 80px; } }
    .section-testimonials .wrapper-item .wrapper-description {
      display: flex;
      flex-direction: column;
      gap: 8px; }
      .section-testimonials .wrapper-item .wrapper-description h5 {
        font-size: 18px;
        line-height: 25px;
        color: #545454;
        margin-bottom: 0; }
      .section-testimonials .wrapper-item .wrapper-description p {
        font-size: 14px;
        color: #545454;
        margin-bottom: 0; }
      .section-testimonials .wrapper-item .wrapper-description .wrapper-name {
        margin-top: 18px;
        display: flex;
        flex-direction: column; }
        .section-testimonials .wrapper-item .wrapper-description .wrapper-name h6 {
          font-size: 16px;
          line-height: 22px;
          color: #545454;
          margin-bottom: 0; }

.section-tour-list {
  margin-top: 40px; }
  .section-tour-list .wrapper-head {
    margin-bottom: 40px; }
  .section-tour-list .wrapper-tags {
    margin-top: 4px;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%; }
    .section-tour-list .wrapper-tags .wrapper-tag-item {
      background-color: #FCF5F5;
      color: #898989;
      padding: 4px 8px;
      font-size: 12px;
      line-height: 20px;
      font-weight: 400;
      border-radius: 32px;
      gap: 4px;
      display: flex;
      align-items: center; }
      .section-tour-list .wrapper-tags .wrapper-tag-item .wrapper-icon {
        width: 18px;
        height: 18px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #F4DDDD;
        border-radius: 100%; }
        .section-tour-list .wrapper-tags .wrapper-tag-item .wrapper-icon svg {
          width: 10px;
          height: auto; }
  .section-tour-list .wrapper-filter {
    background-color: #FCF7F7;
    display: flex;
    flex-direction: column;
    padding: 18px 12px;
    border-radius: 20px; }
    .section-tour-list .wrapper-filter h3 {
      color: #AF0503;
      padding-bottom: 6px;
      border-bottom: 1px solid #AF0503;
      margin-bottom: 20px;
      font-size: 20px;
      line-height: 25px; }
    .section-tour-list .wrapper-filter .accordion {
      display: flex;
      flex-direction: column;
      gap: 20px; }
      .section-tour-list .wrapper-filter .accordion .accordion-item .accordion-header button {
        padding: 0;
        border: none;
        background-color: transparent;
        font-size: 16px;
        line-height: 22px;
        color: #1c1c1c;
        font-weight: 600;
        text-transform: uppercase;
        box-shadow: none;
        outline: none; }
        .section-tour-list .wrapper-filter .accordion .accordion-item .accordion-header button:after {
          background-color: #F4DFDF;
          background-image: url("data:image/svg+xml,%3csvg width='16' height='9' viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14.6663 1.33333L7.99967 8L1.33301 1.33333' stroke='%23AF0503' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
          background-position: center;
          width: 32px;
          height: 32px;
          border-radius: 100%; }
      .section-tour-list .wrapper-filter .accordion .accordion-item .accordion-collapse {
        border: none; }
        .section-tour-list .wrapper-filter .accordion .accordion-item .accordion-collapse .accordion-body {
          padding: 0;
          margin-top: 12px; }
          .section-tour-list .wrapper-filter .accordion .accordion-item .accordion-collapse .accordion-body .wrapper-tag-item {
            background-color: #F4DFDF;
            cursor: pointer; }
          .section-tour-list .wrapper-filter .accordion .accordion-item .accordion-collapse .accordion-body .active {
            background-color: #AF0503;
            color: #fff !important; }
  .section-tour-list .wrapper-data {
    display: flex;
    flex-direction: column;
    gap: 30px; }
    .section-tour-list .wrapper-data .wrapper-item {
      display: flex;
      align-items: center;
      gap: 20px;
      padding: 12px;
      border-radius: 20px;
      box-shadow: rgba(50, 50, 93, 0.25) 0 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; }
      .section-tour-list .wrapper-data .wrapper-item .wrapper-image {
        width: 40%; }
        .section-tour-list .wrapper-data .wrapper-item .wrapper-image img {
          width: 100%;
          border-radius: 12px; }
      .section-tour-list .wrapper-data .wrapper-item .wrapper-description {
        display: flex;
        flex-direction: column;
        gap: 6px;
        width: 60%; }
        .section-tour-list .wrapper-data .wrapper-item .wrapper-description h2 {
          font-size: 20px;
          line-height: 28px;
          color: #1c1c1c;
          margin-bottom: 0;
          font-weight: 600; }
        .section-tour-list .wrapper-data .wrapper-item .wrapper-description p {
          font-size: 14px;
          line-height: 20px;
          color: #545454;
          margin-bottom: 0; }
        .section-tour-list .wrapper-data .wrapper-item .wrapper-description .wrapper-additional-info {
          display: flex;
          flex-direction: column;
          gap: 4px; }
          .section-tour-list .wrapper-data .wrapper-item .wrapper-description .wrapper-additional-info .wrapper-additional-item {
            padding-bottom: 4px;
            border-bottom: 1px solid rgba(137, 137, 137, 0.2);
            display: flex;
            justify-content: space-between;
            flex-direction: unset !important;
            font-size: 14px;
            line-height: 20px; }
            .section-tour-list .wrapper-data .wrapper-item .wrapper-description .wrapper-additional-info .wrapper-additional-item:last-child {
              border-bottom: none; }
        .section-tour-list .wrapper-data .wrapper-item .wrapper-description .wrapper-pricing {
          display: flex;
          justify-content: space-between;
          align-items: center;
          margin-top: 4px; }
          .section-tour-list .wrapper-data .wrapper-item .wrapper-description .wrapper-pricing .wrapper-price {
            display: flex;
            flex-direction: column; }
            .section-tour-list .wrapper-data .wrapper-item .wrapper-description .wrapper-pricing .wrapper-price h6 {
              color: #545454;
              margin-bottom: 0;
              line-height: 30px; }
            .section-tour-list .wrapper-data .wrapper-item .wrapper-description .wrapper-pricing .wrapper-price span {
              font-size: 12px;
              color: #545454;
              line-height: 16px; }

.section-view-banner {
  min-height: 400px;
  padding-top: 120px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; }
  .section-view-banner .container-fluid {
    z-index: 999;
    position: relative; }
  @media (max-width: 991px) {
    .section-view-banner {
      min-height: 250px;
      padding: 90px 0 40px; }
      .section-view-banner .align-items-center {
        flex-wrap: wrap; } }
  .section-view-banner:after {
    position: absolute;
    content: '';
    background-color: #00000060;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .section-view-banner .wrapper-tag {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 6px 14px;
    background-color: #AF0503;
    border-radius: 32px;
    width: max-content;
    color: #fff;
    text-decoration: none;
    transition: .2s line;
    cursor: pointer; }
    .section-view-banner .wrapper-tag .wrapper-icon {
      width: 28px;
      height: 28px;
      background-color: rgba(255, 255, 255, 0.3);
      border-radius: 100%;
      font-size: 14px;
      font-weight: 600;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #3D3D3D;
      transition: .2s line; }
    .section-view-banner .wrapper-tag span {
      font-size: 16px;
      line-height: 20px; }
  .section-view-banner h1 {
    font-size: 32px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 20px; }
  .section-view-banner p {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    margin-top: 6px;
    margin-bottom: 0; }
  .section-view-banner .wrapper-location {
    display: flex;
    align-items: center;
    margin-top: 20px;
    gap: 10px; }
    .section-view-banner .wrapper-location .wrapper-icon {
      width: 32px;
      height: 32px;
      background-color: #AF0503;
      border-radius: 100%;
      font-size: 14px;
      font-weight: 600;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: .2s line; }
      .section-view-banner .wrapper-location .wrapper-icon svg {
        width: 20px;
        height: auto; }
    .section-view-banner .wrapper-location span {
      font-size: 18px;
      line-height: 25px;
      color: #fff;
      font-weight: 600;
      text-transform: uppercase; }

.section-tour-view .section-breadcrumb {
  margin-top: 60px; }
.section-tour-view .wrapper-full-data {
  display: flex;
  flex-direction: column; }
  .section-tour-view .wrapper-full-data .wrapper-about {
    display: flex;
    justify-content: space-between;
    margin-top: 60px; }
    @media (max-width: 991px) {
      .section-tour-view .wrapper-full-data .wrapper-about {
        margin-top: 20px;
        flex-direction: column; } }
    .section-tour-view .wrapper-full-data .wrapper-about .wrapper-text {
      width: 60%;
      display: flex;
      flex-direction: column;
      gap: 6px; }
      @media (max-width: 991px) {
        .section-tour-view .wrapper-full-data .wrapper-about .wrapper-text {
          width: 100%; } }
      .section-tour-view .wrapper-full-data .wrapper-about .wrapper-text h2 {
        text-transform: uppercase;
        font-size: 24px;
        line-height: 30px;
        color: #1c1c1c;
        margin-bottom: 4px; }
      .section-tour-view .wrapper-full-data .wrapper-about .wrapper-text p {
        color: #545454;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 0; }
      .section-tour-view .wrapper-full-data .wrapper-about .wrapper-text .wrapper-additional-info {
        display: flex;
        flex-direction: column;
        gap: 4px; }
        .section-tour-view .wrapper-full-data .wrapper-about .wrapper-text .wrapper-additional-info .wrapper-additional-item {
          padding-bottom: 4px;
          border-bottom: 1px solid rgba(137, 137, 137, 0.2);
          display: flex;
          justify-content: space-between;
          flex-direction: unset !important;
          font-size: 16px;
          line-height: 22px; }
          .section-tour-view .wrapper-full-data .wrapper-about .wrapper-text .wrapper-additional-info .wrapper-additional-item:last-child {
            border-bottom: none; }
      .section-tour-view .wrapper-full-data .wrapper-about .wrapper-text .wrapper-tags {
        margin-top: 4px;
        margin-bottom: 4px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
        width: 100%; }
        .section-tour-view .wrapper-full-data .wrapper-about .wrapper-text .wrapper-tags .wrapper-tag-item {
          background-color: #FCF5F5;
          color: #898989;
          padding: 4px 8px;
          font-size: 12px;
          line-height: 20px;
          font-weight: 400;
          border-radius: 32px;
          gap: 4px;
          display: flex;
          align-items: center; }
          .section-tour-view .wrapper-full-data .wrapper-about .wrapper-text .wrapper-tags .wrapper-tag-item .wrapper-icon {
            width: 18px;
            height: 18px;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: #F4DDDD;
            border-radius: 100%; }
            .section-tour-view .wrapper-full-data .wrapper-about .wrapper-text .wrapper-tags .wrapper-tag-item .wrapper-icon svg {
              width: 10px;
              height: auto; }
    .section-tour-view .wrapper-full-data .wrapper-about .wrapper-image {
      width: calc(40% - 30px); }
      @media (max-width: 991px) {
        .section-tour-view .wrapper-full-data .wrapper-about .wrapper-image {
          width: 100%; } }
      .section-tour-view .wrapper-full-data .wrapper-about .wrapper-image img {
        width: 100%;
        border-radius: 12px; }
.section-tour-view .wrapper-days-data {
  margin-top: 60px; }
  @media (max-width: 991px) {
    .section-tour-view .wrapper-days-data {
      margin-top: 20px; } }
  .section-tour-view .wrapper-days-data .nav-tabs {
    width: 100%;
    border-bottom-color: #E3E3E3;
    display: flex;
    align-items: center;
    gap: 10px; }
    @media (max-width: 991px) {
      .section-tour-view .wrapper-days-data .nav-tabs {
        flex-direction: column;
        gap: 0; } }
    @media (max-width: 991px) {
      .section-tour-view .wrapper-days-data .nav-tabs .nav-item {
        width: 100%; } }
    .section-tour-view .wrapper-days-data .nav-tabs a {
      border: none;
      background: transparent;
      outline: none;
      box-shadow: none;
      font-size: 16px;
      color: #545454;
      font-weight: 600;
      border-bottom: 2px solid transparent;
      padding: 3px; }
      .section-tour-view .wrapper-days-data .nav-tabs a:hover {
        color: #AF0503;
        border-bottom-color: #AF0503; }
      @media (max-width: 991px) {
        .section-tour-view .wrapper-days-data .nav-tabs a {
          font-size: 14px;
          text-align: left; } }
  .section-tour-view .wrapper-days-data .wrapper-tab-body {
    margin-top: 40px;
    display: flex;
    flex-direction: column; }
    .section-tour-view .wrapper-days-data .wrapper-tab-body h3 {
      font-weight: 600;
      color: #1c1c1c;
      font-size: 20px;
      line-height: 28px;
      margin-bottom: 12px;
      width: 100%; }
    .section-tour-view .wrapper-days-data .wrapper-tab-body p {
      color: #545454;
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 0; }
    .section-tour-view .wrapper-days-data .wrapper-tab-body .slider {
      position: relative;
      margin-top: 50px; }
      @media (max-width: 991px) {
        .section-tour-view .wrapper-days-data .wrapper-tab-body .slider {
          margin-top: 60px; } }
      .section-tour-view .wrapper-days-data .wrapper-tab-body .slider img {
        width: 100%;
        object-fit: cover;
        height: 300px;
        border-radius: 20px; }
      .section-tour-view .wrapper-days-data .wrapper-tab-body .slider .slick-slide {
        margin: 0 10px;
        /* Add margin on left and right */ }
      .section-tour-view .wrapper-days-data .wrapper-tab-body .slider .slick-list {
        margin: 0 -10px;
        /* Offset margin to prevent slider overflow */ }
      .section-tour-view .wrapper-days-data .wrapper-tab-body .slider .slick-prev, .section-tour-view .wrapper-days-data .wrapper-tab-body .slider .slick-next {
        width: 40px;
        height: 40px;
        position: absolute;
        top: -50px;
        right: 0;
        cursor: pointer; }
        @media (max-width: 991px) {
          .section-tour-view .wrapper-days-data .wrapper-tab-body .slider .slick-prev, .section-tour-view .wrapper-days-data .wrapper-tab-body .slider .slick-next {
            top: -50px; } }
      .section-tour-view .wrapper-days-data .wrapper-tab-body .slider .slick-prev {
        right: 60px; }
.section-tour-view .wrapper-view-form {
  display: flex;
  gap: 40px;
  margin-top: 60px; }
  @media (max-width: 991px) {
    .section-tour-view .wrapper-view-form {
      flex-direction: column;
      gap: 20px;
      margin-top: 20px; } }
  .section-tour-view .wrapper-view-form .wrapper-data {
    flex: 3;
    display: flex;
    flex-direction: column;
    gap: 24px; }
    .section-tour-view .wrapper-view-form .wrapper-data h4 {
      font-size: 18px;
      color: #1c1c1c;
      font-weight: 600;
      line-height: 25px;
      margin-bottom: 12px; }
    .section-tour-view .wrapper-view-form .wrapper-data ul {
      display: flex;
      flex-direction: column;
      gap: 8px;
      list-style-type: none;
      padding: 0; }
      .section-tour-view .wrapper-view-form .wrapper-data ul li {
        position: relative;
        font-size: 14px;
        color: #545454;
        line-height: 20px;
        padding-left: 32px; }
        .section-tour-view .wrapper-view-form .wrapper-data ul li:after {
          position: absolute;
          content: '';
          left: 0;
          width: 18px;
          height: 18px;
          border-radius: 100%;
          background-color: #AF0503; }

.wrapper-form {
  flex: 2;
  background-color: #FCF7F7;
  padding: 40px 30px;
  border-radius: 12px;
  height: max-content; }
  .wrapper-form form {
    display: flex;
    flex-direction: column;
    gap: 30px; }
    .wrapper-form form .wrapper-form-group {
      display: flex;
      flex-direction: column;
      gap: 8px; }
      .wrapper-form form .wrapper-form-group label {
        color: #545454;
        font-size: 14px;
        line-height: 20px; }
      .wrapper-form form .wrapper-form-group input {
        padding: 12px 24px;
        border-radius: 24px;
        background-color: #fff;
        border: none;
        box-shadow: none;
        outline: none; }
    .wrapper-form form .wrapper-button-and-pricing {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .wrapper-form form .wrapper-button-and-pricing h6 {
        color: #545454;
        font-weight: 600;
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 0; }

.section-blog-list {
  margin-top: 40px; }
  .section-blog-list .wrapper-head {
    margin-bottom: 30px; }
  .section-blog-list .wrapper-items {
    display: flex;
    flex-wrap: wrap;
    gap: 30px; }
    .section-blog-list .wrapper-items .wrapper-item {
      display: flex;
      width: calc(33% - 17px);
      flex-direction: column;
      gap: 6px; }
      .section-blog-list .wrapper-items .wrapper-item img {
        height: 280px;
        object-fit: cover;
        border-radius: 20px;
        width: 100%; }
      .section-blog-list .wrapper-items .wrapper-item .date {
        font-size: 12px;
        color: #AF0503; }
      .section-blog-list .wrapper-items .wrapper-item .wrapper-description {
        display: flex;
        flex-direction: column; }
      .section-blog-list .wrapper-items .wrapper-item a {
        color: #545454;
        font-size: 18px;
        line-height: 25px;
        font-weight: 600;
        margin-bottom: 0;
        text-decoration: none; }
      .section-blog-list .wrapper-items .wrapper-item .wrapper-tags {
        margin-top: 4px;
        padding-top: 10px;
        border-top: 1px solid rgba(137, 137, 137, 0.2);
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
        width: 100%; }
        .section-blog-list .wrapper-items .wrapper-item .wrapper-tags .wrapper-tag-item {
          background-color: #FCF5F5;
          color: #898989;
          padding: 4px 8px;
          font-size: 12px;
          line-height: 20px;
          font-weight: 400;
          border-radius: 32px;
          gap: 4px;
          display: flex;
          align-items: center; }
          .section-blog-list .wrapper-items .wrapper-item .wrapper-tags .wrapper-tag-item .wrapper-icon {
            width: 18px;
            height: 18px;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: #F4DDDD;
            border-radius: 100%; }
            .section-blog-list .wrapper-items .wrapper-item .wrapper-tags .wrapper-tag-item .wrapper-icon svg {
              width: 10px;
              height: auto; }

.section-static-page .section-view-banner {
  min-height: 300px; }
.section-static-page .section-content {
  margin-top: 40px; }

.section-blog-view {
  margin-top: 40px; }

.contact-section {
  margin-top: 60px; }
  .contact-section .wrapper-items {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    gap: 20px; }
    .contact-section .wrapper-items .wrapper-item {
      display: flex;
      gap: 10px; }
      .contact-section .wrapper-items .wrapper-item .wrapper-text {
        display: flex;
        flex-wrap: wrap;
        align-items: center; }
        .contact-section .wrapper-items .wrapper-item .wrapper-text .contact-item-name {
          color: #AF0503;
          width: 100%; }

.owl-carousel-home-news .owl-dots {
  display: none !important; }
.owl-carousel-home-news .owl-nav {
  display: none !important; }

.dropdown .type-dropdown a {
  color: #1c1c1c !important;
  padding: 6px 20px !important; }

.full {
  display: none; }

.full.show {
  display: inline; }

.short.hide {
  display: none; }

.short {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden; }

.dropdown .type-dropdown a:hover {
  background-color: #AF0503;
  color: #fff !important; }

.dropdown .type-dropdown a:focus {
  background-color: #AF0503;
  color: #fff !important; }

.wrapper-category-info {
  margin-top: 40px; }
  .wrapper-category-info h1 {
    margin-bottom: 20px; }
  .wrapper-category-info span {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0; }

/*# sourceMappingURL=last.css.map */
