@import url('https://fonts.googleapis.com/css2?family=Caprasimo&family=Caveat:wght@400..700&family=Edu+NSW+ACT+Cursive:wght@400..700&family=Exo:ital,wght@0,100..900;1,100..900&family=Kalam:wght@300;400;700&family=Leckerli+One&family=M+PLUS+Rounded+1c&family=Macondo&family=Marcellus&family=Merriweather+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Playwrite+HU:wght@100..400&family=Poetsen+One&family=Varela+Round&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caprasimo&family=Caveat:wght@400..700&family=Edu+NSW+ACT+Cursive:wght@400..700&family=Exo:ital,wght@0,100..900;1,100..900&family=Kalam:wght@300;400;700&family=Leckerli+One&family=M+PLUS+Rounded+1c&family=Macondo&family=Marcellus&family=Merriweather+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Playwrite+HU:wght@100..400&family=Poetsen+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Acme&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caprasimo&family=Caveat:wght@400..700&family=Edu+NSW+ACT+Cursive:wght@400..700&family=Exo:ital,wght@0,100..900;1,100..900&family=Kalam:wght@300;400;700&family=Leckerli+One&family=M+PLUS+Rounded+1c&family=Macondo&family=Marcellus&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Playwrite+HU:wght@100..400&family=Poetsen+One&display=swap');
body {
 font-family: "Kalam", cursive;
  color: #434343;
  position: relative;
  overflow-x: hidden;
  top: 0 !important;
}

p {
  font-size: 19px;
  line-height: 21px;
  font-weight: 300;
  padding-bottom: 10px;
}

img {
  filter: saturate(1.1) brightness(1.1);
}

.md\:max-w-sm {
	max-width: 30rem;
}

.lg\:max-w-md {
	max-width: 25rem;
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1rem * var(--tw-space-y-reverse));
	color: white;
}

.text-sm {
	font-size: 20px;
	line-height: 1.25rem;
  color: rgb(0, 0, 0);
}
.max-w-xs

.pinnacle-tag {
  font-size: 13px;
  font-weight: 600;

  letter-spacing: 3px;
}
@media (max-width: 990px) {
  .pinnacle-tag {
    font-size: 12px;
  }
}

.section-topic {
  font-size: 40px;
  line-height: 42px;
  font-weight: 500;
  color: #433113;
   font-family: "Acme", sans-serif;
}
@media (max-width: 990px) {
  .section-topic {
    font-size: 30px;
    line-height: 32px;
  }
}

.btn-border {
  background-color: transparent;
  border: 1px solid white;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 13px;
  border-radius: 0;
  color: white;
  transition: 0.5s;
}
.btn-border:hover {
  background-color: white;
  color: #F59E0B;
}

.btn-blue {
  background-color: #F59E0B;
  border: 1px solid #F59E0B;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 13px;
  border-radius: 0;
  color: rgb(0, 0, 0);
  display: inline-block;
  width: auto;
  transition: 0.5s;
  border-radius: 50px;
}
.btn-blue:hover {
  background-color: white;
  color: #F59E0B;
}

.btn-red {
  background: #8D153A;
  border: 1px solid #8D153A;
  font-size: 14px;
  font-weight: 400;
  padding: 8px 13px;
  border-radius: 0;
  color: white;
  display: inline-block;
  width: auto;
  text-transform: uppercase;
  transition: 0.5s;
  border-radius: 50px;
}
.btn-red:hover {
  background: #771231;
}

.btn-search {
  background: #8D153A;
  border: 1px solid #8D153A;
  font-size: 16px;
  font-weight: 400;
  padding: 12px 13px;
  border-radius: 0;
  color: white;
  text-transform: uppercase;
  transition: 0.5s;
  border-radius: 50px;
}
.btn-search:hover {
  background: #107007;
}

@media (max-width: 768px) {
  header nav #navbar-sticky {
    height: 100vh;
  }
}
@media (max-width: 340px) {
  header nav .btn-red {
    display: none;
  }
}
header nav li {
  margin: 0 !important;
  transition: 0.5s;
}
@media (max-width: 768px) {
  header nav li {
    padding: 10px;
  }
}
header nav li .nav-link {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000000;
  padding: 0;
  margin: 0;
  transition: 0.5s;
  padding: 5px 10px;
  line-height: 74px;
  margin: 0 2px;
}
@media (max-width: 768px) {
  header nav li .nav-link {
    padding: 5px;
    line-height: 16px;
    color: #434343;
  }
}
header nav li .nav-link:hover {
  background-color: #F59E0B;
  color: white;
}
header nav li .nav-link.active {
  background-color: #F59E0B;
  color: rgb(0, 0, 0);
}
@media (max-width: 768px) {
  header nav li .nav-link.active {
    background-color: transparent;
    color: #434343;
  }
}
@media (max-width: 768px) {
  header nav .nav-sticky {
    padding: 30px;
  }
}

.hero-section {
  height: 600px;
  margin-top: 74px;
}
.hero-section .hero-swiper {
  height: 600px;
}
.hero-section .hero-swiper .hero-card {
  height: 900px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  filter: saturate(1.1) brightness(1.1);
}
.hero-section .hero-swiper .hero-card .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  content: "";
  left: 0;
  top: 0;
}
.hero-section .hero-swiper .hero-card img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-section .hero-swiper .hero-card .hero-content {
  position: absolute;
  text-align: center;
  bottom: 180px;
}
@media (max-width: 990px) {
  .hero-section .hero-swiper .hero-card .hero-content {
    left: 20px;
  }
}
.hero-section .hero-swiper .hero-card .hero-content h5 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 500;
  color: white;
  margin-bottom: 20px;
  font-family: "Acme", sans-serif;
}
@media (max-width: 990px) {
  .hero-section .hero-swiper .hero-card .hero-content h5 {
    font-size: 35px;
    line-height: 32px;
  }
}
.hero-section .hero-swiper .hero-card .hero-content .pinnacle-tag {
  color: white;
}

.destination-card {
  position: relative;
  height: 250px;
}
.destination-card img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 250px;
  transition: 0.5s;
}
.destination-card .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  content: "";
  left: 0;
  top: 0;
}
.destination-card h5 {
  font-weight: 500;
  color: rgb(0, 0, 0);
  font-size: 18px;
  position: absolute;
  padding: 0;
  line-height: 20px;
  left: 0;
  bottom: 0;
  margin: 20px;
  font-family: "Acme", sans-serif;
}
.destination-card:hover img {
  filter: grayscale(1.1);
}
.f-font{

  font-size: 35px;
}
.home-form {
  background-color: #F59E0B;
}
.home-form label {
  font-size: 20px;
  font-weight: 600;
  color: rgb(0, 0, 0);
}
.home-form input,
.home-form select {
  padding: 12px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 0;
  color: rgb(0, 0, 0);
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  width: 100%;
}
.home-form select option {
  color: #434343;
}

.package-card {
  position: relative;

}
.package-card .package-img {
  height: 320px;
  position: relative;
  transition: 0.3s;
}
.package-card .package-img img {
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}
.package-card .package-img .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.2) 20%, transparent 50%);
  content: "";
  left: 0;
  top: 0;
}
.package-card .package-img .border {
  position: absolute;
  width: 95%;
  height: 300px;
  border: 1px solid white;
  content: "";
  margin: 10px;
  left: 0;
  top: 0;
}
.package-card .package-img h4 {
  font-size: 20px;
  line-height: 12px;
  color: black;
  font-weight: 400;
  background-color: #FFBE29;
  padding: 8px;
  position: absolute;
  left: 10px;
  top: 20px;
}
.package-card .package-img h5 {
  font-size: 18px;
  line-height: 20px;
  color: white;
  font-weight: 500;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px;
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 90%;
  font-family: "Acme", sans-serif;
}


.news-card {
  position: relative;
  height: 370px;
  overflow: hidden;
}
.news-card img {
  width: 100%;
  height: 370px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.news-card .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0) 50%);
  content: "";
  left: 0;
  top: 0;
}
.news-card .border {
  position: absolute;
  width: 95%;
  height: 300px;
  border: 1px solid #8D153A;
  content: "";
  margin: 10px;
  left: 0;
  top: 0;
}
.news-card h4 {
  font-size: 12px;
  line-height: 12px;
  color: #8D153A;
  font-weight: 400;
  background-color: white;
  padding: 5px;
  position: absolute;
  left: 10px;
  top: 20px;
}
.news-card h5 {
  font-size: 18px;
  line-height: 20px;
  color: white;
  font-weight: 500;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px;
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 90%;
  padding-bottom: 70px;
  font-family: "Acme", sans-serif;
}
.news-card .btn-search {
  border-color: #8D153A;
  background-color: #8D153A;
  bottom: 0;
  left: 0;
}
.news-card:hover img {
  filter: grayscale(1);
}

.text-blue-600 {
	--tw-text-opacity: 1;
	color: #F59E0B;
}

.object-cover {
	object-fit: cover;
	padding: 10px;
}
.review-section {
  background: linear-gradient(to top, rgba(0, 83, 78, 0.4), rgba(0, 83, 78, 0.4)), url("../img/review-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-blue-400 {
	--tw-text-opacity: 1;
	color: #F59E0B;
}

footer {
  background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("../img/bg3.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 300px 0 0;
}
footer h5 {
  color: white;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  padding: 0;
  margin-bottom: 10px;
  font-family: "Acme", sans-serif;
}
@media (max-width: 990px) {
  footer h5 {
    font-size: 20px;
    line-height: 20px;
  }
}
footer .social-links {
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media (max-width: 990px) {
  footer .social-links {
    justify-content: center;
  }
}
footer .social-links li {
  font-size: 20px;
  margin-right: 10px;
  color: white;
}
@media (max-width: 990px) {
  footer .social-links li {
    font-size: 20px;
  }
}
footer .social-links li:hover {
  color: #FFBE29;
}
footer .footer-links {
  list-style: none;
}
footer .footer-links li {
  font-weight: 300;
  color: white;
  font-size: 20px;
  line-height: 18px;
  padding: 0;
  margin-bottom: 10px;
}
@media (max-width: 990px) {
  footer .footer-links li {
    font-size: 14px;
    line-height: 16px;
  }
}
footer .footer-links li a:hover {
  color: #FFBE29;
}
footer .quick-links {
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px 0;
}
footer .quick-links li {
  font-weight: 500;
  font-size: 20px;
  color: white;
  margin: 10px;
  padding: 0;
  font-family: "Acme", sans-serif;
}
@media (max-width: 990px) {
  footer .quick-links li {
    font-size: 16px;
    margin: 0 5px 5px;
  }
}
footer .quick-links li a:hover {
  color: #FFBE29;
}
footer .copyright {
  font-size: 13px;
  font-weight: 300;
  color: white;
  padding-top: 20px;
  border-top: 1px solid white;
}
@media (max-width: 990px) {
  footer .copyright {
    font-size: 13px;
  }
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-family: "bootstrap-icons";
  color: white;
  height: 45px;
  width: 45px;
  border: 1px solid white;
  background-color: transparent;
  border-radius: 50%;
}

.swiper-button-next::after {
  content: "\f135";
}

.swiper-button-prev::after {
  content: "\f12c";
}

.home-chat {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 99;
}
.home-chat a i {
  width: 40px;
  height: 40px;
  background-color: white;
  color: white;
  line-height: 40px;
  font-size: 20px;
  display: block;
  text-align: center;
  transition: 0.5s;
  margin-bottom: 5px;
}
.home-chat a .fa-facebook-f {
  background-color: #1877f2;
}
.home-chat a .bi-whatsapp {
  background-color: #25d366;
}
.home-chat a .bi-youtube {
  background-color: #ff0000;
}
.home-chat a .bi-google {
  background-color: #ea4335;
}
.home-chat a .bi-threads {
  background-color: black;
}
.home-chat a .bi-twitter-x {
  background-color: black;
}
.home-chat a .bi-instagram {
  background-color: #c32aa3;
}
.home-chat a .bi-tiktok {
  background-color: black;
}
.home-chat a .fa-tripadvisor {
  background-color: #007955;
}
.home-chat a .bi-linkedin {
  background-color: #0a66c2;
}
.home-chat a .bi-pinterest {
  background-color: #bd081c;
}

.whatsapp-icon {
  width: 60px;
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 999;
  border: 3px solid #8D153A;
  border-radius: 50%;
  background-color: #8D153A;
}

.Language {
  display: flex;
  align-items: center;
  position: fixed;
  right: 0;
  top: 30%;
  z-index: 9999;
  margin: 0;
  overflow: hidden;
}
.Language p {
  padding: 3px 8px;
  margin: 0 5px 0 0;
}
.Language select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f1f1f1;
  text-align: center;
  cursor: pointer;
  border-radius: 0;
  border: none;
  font-weight: 400;
  font-size: 13px;
  border: none;
  color: black;
  padding: 2px;
  margin: 0;
}
.Language select:focus {
  border: none;
}
.Language select:active {
  border: none;
}

.VIpgJd-ZVi9od-ORHb,
.VIpgJd-ZVi9od-ORHb-OEVmcd {
  display: none !important;
}

.page-header {
  height: 400px;
  margin-top: 74px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  filter: saturate(1.1) brightness(1.1);
}
.page-header .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 990px) {
  .page-header .content {
    width: 90%;
  }
}
.page-header .content h1 {
  font-weight: 500;
  color: white;
  font-size: 60px;
  padding: 0;
  margin: 0;
  text-align: center;
  line-height: 60px;
  font-family: "Acme", sans-serif;
}
@media (max-width: 990px) {
  .page-header .content h1 {
    font-size: 40px;
    line-height: 43px;
  }
}

.page-gallery-header {
  background-color: #F59E0B;
  margin-top: 74px;
  height: 600px;
  filter: saturate(1.1) brightness(1.1);
  position: relative;
}
@media (max-width: 768px) {
  .page-gallery-header {
    height: 300px;
  }
}
.page-gallery-header .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 30%, transparent 50%);
  content: "";
  left: 0;
  top: 0;
  pointer-events: none;
}
.page-gallery-header .content {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 30px;
  text-align: center;
  z-index: 1;
}
@media (max-width: 990px) {
  .page-gallery-header .content {
    width: 100%;
  }
}
.page-gallery-header .content h5 {
  font-weight: 500;
  color: white;
  font-size: 50px;
  padding: 0;
  margin: 0;
  text-align: center;
  line-height: 53px;
  font-family: "Acme", sans-serif;
}
@media (max-width: 990px) {
  .page-gallery-header .content h5 {
    font-size: 40px;
    line-height: 43px;
  }
}
.page-gallery-header .content h6 {
  background-color: #EB7400;
  color: white;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  padding: 3px 5px;
  margin: 0;
  line-height: 15px;
  display: inline-block;
}
.page-gallery-header .destination-content {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 30px;
  text-align: center;
  width: 90%;
  z-index: 1;
}
.page-gallery-header .destination-content h5 {
  font-weight: 500;
  color: white;
  font-size: 80px;
  padding: 0;
  margin: 0;
  text-align: center;
  line-height: 80px;
  font-family: "Acme", sans-serif;
}
@media (max-width: 990px) {
  .page-gallery-header .destination-content h5 {
    font-size: 40px;
    line-height: 43px;
  }
}


.destination-title{
color: rgb(0, 0, 0);
  font-size: 25px;
  background-color: #F59E0B;
}
.gallery-item {
  height: 300px;
}
.gallery-item img {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.gallery-item:hover img {
  filter: grayscale(1);
  cursor: zoom-in;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .page-item {
  width: 40px;
  height: 40px;
  border: 1px solid #F59E0B;
  margin: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  color: #434343;
  transition: 0.5s;
}
.pagination .page-item:hover {
  background-color: #F59E0B;
  color: white;
}
.pagination .page-item.active {
  background-color: #F59E0B;
  color: white;
}

.itinerary .item {
  border-bottom: 1px dotted #555;
}
.itinerary .item .title {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 10px;
}
.itinerary .item .title:hover {
  background-color: #f8f9fa;
}
.itinerary .item .title h5 {
  margin-bottom: 10px;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 990px) {
  .itinerary .item .title h5 {
    font-size: 16px;
    line-height: 20px;
  }
}
.itinerary .item .title i {
  color: #555;
  font-size: 20px;
}
.itinerary .item .content {
  display: none;
  margin: 0;
  text-align: justify;
  padding: 10px;
}
.itinerary .item .content h5 {
  font-size: 17px;
  padding: 0;
  font-weight: 400;
  margin: 15px 0 5px;
  line-height: 19px;
}
.itinerary .item .content h6 {
  font-size: 20px;
  padding: 0;
  font-weight: 400;
  margin: 0 0 10px;
  font-style: italic;
  line-height: 20px;
  color: #8D153A;
  font-family: "Acme", sans-serif;
}
.itinerary .item .content ul {
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
}
.itinerary .item .content ul li {
  position: relative;
  line-height: 18px;
  font-size: 14px;
  margin: 0;
  padding: 5px 0 5px 15px;
}
.itinerary .item .content ul li:before {
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #8D153A;
  content: "";
  top: 10px;
}
.itinerary .item .content ul li ul {
  margin-left: 10px !important;
}
.itinerary .item .content ul li ul li:before {
  position: absolute;
  left: 0;
  top: 3px;
  border-radius: 50%;
  content: "";
  width: 10px;
  height: 10px;
}

.includes ul {
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
}
.includes ul li {
  position: relative;
  line-height: 18px;
  font-size: 18px;
  margin: 0;
  padding: 5px 0 5px 20px;
  display: flex;
  align-items: center;
  font-weight: 300;
}
.includes ul li:before {
  position: absolute;
  font-family: "bootstrap-icons";
  left: 0;
  font-size: 15px;
  font-weight: 500;
  color: #EB7400;
  content: "\f26c";
}

.excludes ul {
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
}
.excludes ul li {
  position: relative;
  line-height: 18px;
  font-size: 18px;
  margin: 0;
  padding: 5px 0 5px 20px;
  display: flex;
  align-items: center;
  font-weight: 300;
}
.excludes ul li:before {
  position: absolute;
  font-family: "bootstrap-icons";
  left: 0;
  font-size: 15px;
  font-weight: 500;
  color: #EB7400;
  content: "\f628";
}

.notes ul {
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
}
.notes ul li {
  position: relative;
  line-height: 18px;
  font-size: 18px;
  margin: 0;
  padding: 5px 0 5px 20px;
  font-weight: 300;
  align-items: center;
}
.notes ul li:before {
  position: absolute;
  font-family: "bootstrap-icons";
  left: 0;
  font-size: 15px;
  font-weight: 500;
  color: #8D153A;
  content: "\f121";
}
.notes ul li a {
  color: #F59E0B;
}

.package-title {
  font-size: 20px;
  font-weight: 500;
  color: #F59E0B;
  padding: 0;
  line-height: 22px;
  margin-bottom: 10px;
  font-family: "Acme", sans-serif;
}

.news-date {
  color: #434343;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.destinations {
  display: flex;
  align-items: center;
  list-style: none;
  flex-wrap: wrap;
  gap: 5px;
}
.destinations li {
  padding: 10px;
  border: 1px solid #434343;
  color: #434343;
  font-weight: 300;
  line-height: 14px;
  font-size: 14px;
}
.destinations li a {
  color: #434343;
}

.form-title {
  color: rgb(0, 0, 0);
  font-weight: 400;
  font-size: 40px;
  line-height: 42px;
  margin-bottom: 5px;
  font-family: "Acme", sans-serif;
}

form label {
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 400;
  color: rgb(0, 0, 0);
}
form input,
form select,
form textarea {
  width: 100%;
  padding: 10px 12px;
  border: none;
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: #434343;
  font-size: 14px;
  font-weight: 400;
  background-color: rgb(223, 223, 223);
}
form input:focus,
form select:focus,
form textarea:focus {
  box-shadow: none;
  border: none;
  border: 1px solid rgba(255, 255, 255, 0.8);
}
form textarea {
  margin-bottom: 10px;
}

.text-color2 {
  color: #F59E0B;
}

.text-color {
  color: #434343;
}

.bc-black {
  border-color: black;
}
.bc-black:focus {
  border-color: black;
}

.bg-green {
  background-color: #F59E0B;
}

.contact-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  border: 1px solid #F59E0B;
  width: 100%;
  padding: 20px;
  justify-content: space-between;
  height: 100%;
  padding: 20px;
  border: 1px solid #434343;
  border-radius: 8px;
  background-color: #f9F9F9;
}
.contact-card h5 {
  color: #F59E0B;
  font-weight: 600;
  font-family: "Acme", sans-serif;
  font-size: 24px;
}
.contact-card i {
  font-size: 20px;
  width: 45px;
  height: 45px;
  background-color: #F59E0B;
  color: white;
  border-radius: 50%;
  text-align: center;
  line-height: 45px;
}
.contact-card a,
.contact-card p {
  font-size: 16px;
  font-weight: 500;
  color: #434343;
  text-align: center;
}

.social-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.social-contact i {
  width: 40px;
  height: 40px;
  color: white;
  background-color: #8D153A;
  line-height: 40px;
  text-align: center;
  margin: 5px;
  display: block;
  transition: 0.5s;
}
.social-contact i:hover {
  background-color: white;
}
.social-contact .fa-facebook-f {
  background-color: #1877f2;
  border: 1px solid #1877f2;
}
.social-contact .fa-facebook-f:hover {
  color: #1877f2;
}
.social-contact .bi-whatsapp {
  background-color: #25d366;
  border: 1px solid #25d366;
}
.social-contact .bi-whatsapp:hover {
  color: #25d366;
}
.social-contact .bi-youtube {
  background-color: #ff0000;
  border: 1px solid #ff0000;
}
.social-contact .bi-youtube:hover {
  color: #ff0000;
}
.social-contact .bi-google {
  background-color: #ea4335;
  border: 1px solid #ea4335;
}
.social-contact .bi-google:hover {
  color: #ea4335;
}
.social-contact .bi-threads,
.social-contact .bi-tiktok,
.social-contact .bi-twitter-x {
  background-color: black;
  border: 1px solid black;
}
.social-contact .bi-threads:hover,
.social-contact .bi-tiktok:hover,
.social-contact .bi-twitter-x:hover {
  color: black;
}
.social-contact .bi-instagram {
  background-color: #c32aa3;
  border: 1px solid #c32aa3;
}
.social-contact .bi-instagram:hover {
  color: #c32aa3;
}
.social-contact .fa-tripadvisor {
  background-color: #007955;
  border: 1px solid #007955;
}
.social-contact .fa-tripadvisor:hover {
  color: #007955;
}
.social-contact .bi-linkedin {
  background-color: #0a66c2;
  border: 1px solid #0a66c2;
}
.social-contact .bi-linkedin:hover {
  color: #0a66c2;
}
.social-contact .bi-pinterest {
  background-color: #bd081c;
  border: 1px solid #bd081c;
}
.social-contact .bi-pinterest:hover {
  color: #bd081c;
}

.title-contact {
  color: #F59E0B;
  font-weight: 600;
  font-family: "Acme", sans-serif;
  font-size: 40px;
  text-align: center;
}


    .footer-links li {
    font-size: 50px;
}


.title-about {
  color: white;
  font-weight: 600;
  font-family: "Acme", sans-serif;
  font-size: 22px;
  text-align: center;
}

.description p {
  padding-bottom: 10px;
  text-align: justify;
}



/*# sourceMappingURL=styles.css.map */
 
/* .destination-section{
  margin-top: -50px;
}  */
  .p-content h5{
    font-family: "Acme", sans-serif;
    font-size: 25px;
  }
  .p-content{
    background-color: #ececec;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 15px;
    padding-top: 15px;
  }

  .custom-shape-divider-top-1757484163 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1757484163 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
    transform: rotateY(180deg);
}

.custom-shape-divider-top-1757484163 .shape-fill {
    fill: #FFFFFF;
}