@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300&display=swap");
:root {
  --main-color: #484c49;
  --secondary-color: #eeeeee;
  --third-color: #d58936;
  --main-font: "Poppins", sans-serif;
}
body,
h1,
h2,
h3,
p,
ul,
li {
  font-family: var(--main-font);
  margin: 0;
  padding: 0;
}
header {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  /* background-color: aqua; */
  height: calc(100vh / 1.2);
}
section,
footer {
  display: flex;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
}
.container {
  width: 90%;
  height: 100%;
  max-width: 1400px;
}
.bg-p {
  background-color: var(--secondary-color);
}
.bg-main {
  background-color: var(--main-color);
}
/* ------------------------------------------------nav---------------------------------------------------- */
.nav {
  width: 100%;
  display: flex;
  position: fixed;
  align-items: center;
  justify-content: center;
  z-index: 3;
  background: linear-gradient(
    360deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.782) 100%
  );
}
.background-nav {
  background: var(--main-color);
}

.nav-container-header {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  /* background-color: #1b88bb; */
  width: 100%;
}
.logo-image-header {
  width: 80px;
  overflow: hidden;
  cursor: pointer;
  /* background-color: #7497db; */
}
.logo-image-header img {
  width: 100%;
}

.nav-container-header ul {
  display: flex;
  list-style: none;
  gap: 20px;
  align-items: center;
}
.nav-container-header ul a,
.nav-header {
  text-decoration: none;
  color: white;
  font-weight: bold;
  cursor: pointer;
}

.nav-header:hover{
  color: var(--third-color);
}
/* ---------------------------------------------------------------------------------- */
.text-header-content {
  width: 100%;
  /* background-color: rgb(50, 40, 159); */
  display: flex;
  justify-content: end;
  height: 100%;
  align-items: center;
}
.text-header-container {
  width: 55%;
  /* background-color: #b62f85; */
  color: white;
}
header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.text-header-container h1 {
  font-size: 60px;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 30px;
  width: 100%;
}
.main-text {
  font-size: 18px;
}
/* ---------------------------------------------------------features------------------------------- */
.features-container {
  display: flex;
  justify-content: center;
  background-color: var(--secondary-color);
}
.characteristics-icons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
  background-color: white;
  margin-top: -65px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.characteristics-icon {
  padding-left: 2rem;
  padding-right: 2rem;
}
.characteristics-icon span {
  font-size: 40px;
  color: var(--main-color);
}
.characteristics-icon {
  border-right: var(--secondary-color) solid 0.5px;
}
.characteristics-icon:nth-last-child(1) {
  border-right: transparent;
}
/* ---------------------------------------------primera seccion------------------------ */
.tour-description-container {
  position: relative;
  /* background-color: aquamarine; */
  display: flex;
  justify-content: end;
}
.image-tour {
  position: absolute;
  /* background-color: aquamarine; */
  z-index: 1;
  top: -40px;
  left: 0;
  width: 50%;
  height: 100%;
  object-fit: cover;
}
.all-imformation-tour {
  width: 80%;
  background-color: #484c49;
  display: flex;
  flex-direction: column;
  align-items: end;
  padding: 80px 5%;
}
.text-tour {
  width: 50%;
  /* background-color: rgb(180, 115, 172); */
  color: white;
}
.button-tour {
  margin-top: 50px;
  border: none;
  padding: 15px 60px;
  font-family: var(--main-font);
  border: white solid 0.5px;
  font-size: 16px;
  font-weight: bold;
  background-color: transparent;
  color: white;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
}
.button-tour:hover {
  color: var(--third-color);
  border: var(--third-color) solid 0.5px;
}
.tour-section h3 {
  margin-bottom: 60px;
}
.container h2 {
  font-size: 48px;
  margin-bottom: 50px;
}
.container h3 {
  font-size: 40px;
}
.tour-section {
  color: var(--main-color);
  margin-bottom: 60px;
}
.subtitle {
  color: var(--main-color);
  line-height: 1.1;
}
/* ---------------------------------------------segunto tour--------------- */
.j-start {
  justify-content: start;
}
.p-right {
  right: 0;
}
.a-end {
  align-items: start;
}
.image {
  position: absolute;
  z-index: 1;
  top: -40px;
  right: 0;
  width: 50%;
  height: 100%;
  object-fit: cover;
}
/* -----------------------------------------------llalalalla-------------------------- */
.travel-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  position: relative;
}
.title-travel {
  color: var(--main-color);
  line-height: 1.1;
}
.text-travel {
  color: var(--main-color);
}
.button-travel {
  margin-top: 50px;
  border: var(--main-color) solid 0.5px;
  padding: 20px 60px;
  font-family: var(--main-font);
  font-size: 16px;
  font-weight: bold;
  color: var(--main-color);
  background-color: transparent;
  cursor: pointer;
  transition: ease-in-out 0.2s;
}
.button-travel:hover {
  border: var(--third-color) solid 0.5px;
  color: var(--third-color);
}
.image-container img {
  width: 100%;
  -webkit-mask: url("images/mascara.png");
  -webkit-mask-size: 100% 100%;
  height: 100%;
  object-fit: cover;
}
.information-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* -------------------------------------best-adventure combinations------------ */
.adventure-container {
  height: 500px;
}
.title-adventure {
  color: var(--main-color);
}
.adventure-swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.adventure-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.adventure-swiper {
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
.swiper-button-next,
.swiper-button-prev {
  --swiper-navigation-size: 2rem;
  --swiper-theme-color: #ffffff;
  border-radius: 7rem;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  --swiper-theme-color: var(--third-color);
}
.adventure-swiper .swiper-pagination {
  --swiper-pagination-color: white;
  --swiper-pagination-bullet-size: 10px;
  --swiper-pagination-bullet-inactive-color: white;
  --swiper-pagination-bullet-inactive-ity: 0.6;
}
.adventure-swiper .swiper-pagination:hover {
  --swiper-pagination-color: var(--third-color);
}
/* ---------------------others--------------------------- */
.position-adventure {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.position-adventure img {
  transition: ease-in 0.5s;
}
.text-adventure {
  position: absolute;
  bottom: 20px;
  color: white;
  /* background-color: #D58936; */
  width: calc(100% - 40px);
  text-align: left;
  padding: 20px;
  transition: ease-in 0.5s;
  text-decoration: none;
}
.text-adventure h3 {
  font-size: 24px;
  color: inherit;
}
.text-adventure p {
  font-size: 12px;
  color: inherit;
}
.filter-adventure {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.212) 50%, black 100%);
}
.position-adventure:hover > .text-adventure {
  color: var(--third-color);
  bottom: 50px;
}
.position-adventure:hover > img {
  scale: 110%;
}
/* --------------------------------------------------estilos para las preguntas frecuentes------------- */
.text {
  margin-bottom: 50px;
  color: var(--main-color);
}

.questions__container {
  display: grid;
  gap: 2em;
}
.questions__padding {
  padding: 0;
  transition: padding 0.3s;
  border: 0.5px solid var(--main-color);
  border-radius: 6px;
  margin-bottom: 30px;
  transition: ease-in-out 0.2s;
  cursor: pointer;
}
.questions__padding:hover {
  border: 0.5px solid var(--third-color);
}

.questions__padding--add {
  padding-bottom: 30px;
}
.questions__answer {
  padding: 0 30px 0;
  overflow: hidden;
}
.questions__title {
  text-align: left;
  display: flex;
  font-size: 20px;
  padding: 20px 0 20px;
  color: var(--color-title);
  justify-content: space-between;
  color: var(--main-color);
  transition: ease-in-out 0.2s;
  margin: 0;
}
.questions__arrow {
  border-radius: 50%;
  background-color: var(--color-title);
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: flex-end;
  margin-left: 10px;
  transition: transform 0.5s;
  transition: ease-in-out 0.2s;
}

.questions__answer:hover > .questions__title > .questions__arrow {
  color: var(--third-color);
}

.questions__answer:hover > .questions__title {
  color: var(--third-color);
}

.questions__arrow--rotate {
  transform: rotate(180deg);
}
.questions__img {
  display: block;
  transform: rotate(180deg);
}
.questions__show {
  text-align: left;
  height: 0;
  transition: height 0.3s;
  color: var(--main-color);
}
/* -----------------------------------------------footer------------------------ */
.footer-container {
  /* background-color: #7497db; */
  width: 100%;
}
.bg-color {
  background-color: var(--main-color);
}
.footer-description {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 70px;
}
.copyride-container {
  font-size: 12px;
  color: #fff;
  text-align: right;
  margin-top: 30px;
}
.logo-footer {
  width: 200px;
}
.logo-footer img {
  width: 100%;
}
.logo-description {
  color: #fff;
  font-size: 13px;
  margin-top: 40px;
}
.third-part-footer {
  text-align: center;
}

.third-part-footer button {
  margin-top: 50px;
  border: none;
  padding: 15px 60px;
  font-family: var(--main-font);
  border: white solid 0.5px;
  font-size: 16px;
  font-weight: bold;
  background-color: transparent;
  color: white;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
}
.third-part-footer button:hover {
  color: var(--third-color);
  border: var(--third-color) solid 0.5px;
}

.title-sm {
  font-size: 14;
  font-weight: 600;
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
}
.blogs-title-footer {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}
.blogs-footer li a {
  color: #fff;
  text-decoration: none;
}
.blogs-footer li {
  color: #fff;
  margin-bottom: 20px;
}
.media {
  margin-bottom: 30px;
}
.media a {
  color: #fff;
}
.media a span {
  color: #fff;
  margin: 10px;
  font-size: 25px;
  transition: all ease-in-out 0.2s;
}
.media a span:hover {
  color: var(--third-color);
}
.blogs-footer li a:hover {
  text-decoration: underline;
  color: var(--third-color);
}

/* -------------------------------------------------modal----------------------------------------------------- */
.modal {
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 10;
}
.opacity {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 31, 31, 0.96);
  z-index: -1;
}
.form-container{
  background-color: transparent;
  width: 100%;
  max-width: 700px;
  padding: 10px 30px;
  height: 100vh;
  background-color: transparent;
  overflow: auto;
}
.form-close{
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}
.close-container{
  text-align: end;
  padding-right: 10px;
}
.box-form{
  display: flex;
  flex-direction: column;
  padding: 8px 10px;
  box-sizing: border-box;
}

.box-form label{
  text-align: start;
  color: #fff;
  margin-bottom: 8PX;
}

input , select  {
  border: none;
  height:30px;
  outline: none;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
}
textarea{
  border: none;
  outline: none;
  padding: 10px;
  font-family: 'Poppins', sans-serif;
}
.box-2{
  width: 100%;
  display:flex;
  justify-content: space-between;
}
.box-2 .box-form{
  width: 50%;
}
.text-form{
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 10px;
}
.btn-form{
  border: none;
  font-size: 16px ;
  font-weight: bold;
  padding: 10px 20px;
  background-color: #D9D9D9;
  cursor: pointer;
}
.none{
  display: none;
}
/* ---------------------------------------------------------- form----modal----contáctenos------------------------------------------------------------------------------------ */

.form{
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: center; */
  text-align: center;
  width: 100%;
  height: auto;
  padding-bottom: 2rem;
}
.box-form{
  display: flex;
  flex-direction: row;
  border-bottom:.1rem solid rgb(135, 134, 134)  ;
  width: 100%;
  margin-bottom: 1rem;
  padding-bottom: 0px;
  align-items: center;
}
.box-form input, .box-form select, .box-form textarea{
  width: 100%;
  background-color: transparent;
  color: white;
}
.box-form span {
  font-size: 16px;
  margin-right: .8rem;
  color:rgb(214, 214, 214);
}
.allmessage-error{
  color: red;
  margin-left: 15px;
  position: relative;
  width: 80%;
  display: flex;
  font-size: 12px;
}
.allmessage-error span{
  margin-right: 2rem;
}
.allbox-form{
  width: 80%;
}
.text-select{
  color:rgb(135, 134, 134);
}
.aling{
  align-items:start;
}
.aling span{
  padding-top: 10px;
}
/* ---------------------------------------------------estilos para el toast del formulario------------------------------------ */
.succes-toast{
  position: absolute;
  top: calc((100% - 20rem) / 2 );
  left: 30%;
  width: 40%;
  height: 20rem;
}

#toast-container {
  position: absolute;
  top: calc((100% - 20rem) / 2 );
  left: calc((100% - 20rem) / 2 );
  max-width: 300px;
  width: 40%;
  height: 20rem;
  padding: 16px;
  padding-top: 4rem;
  background-color: rgb(255, 255, 255);
  color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: none;
  border-top: rgb(56, 156, 78 ) solid 1.5rem;
  border-bottom: rgb(56, 156, 78 ) solid .8rem;
}

#toast-container span{
  color: rgb(56, 156, 78 ) ;
  font-size: 5rem;
}
#toast-message{
  color:rgb(56, 156, 78 ) ;
  font-weight: 800;
  font-size: 2.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.toast-success{
  color: #333;
}
#toast-container.show {
  display: block;
  animation: slideIn 0.5s forwards, fadeOut 0.5s 7s forwards;
}
#toast2-container {
  position: absolute;
  top: calc((100% - 20rem) / 2 );
  left: calc((100% - 20rem) / 2 );
  max-width: 300px;
  width: 40%;
  height: 20rem;
  padding: 16px;
  padding-top: 4rem;
  background-color: rgb(255, 255, 255);
  color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: none;
  border-top: red solid 1.5rem;
  border-bottom: red solid .8rem;
}


#toast2-container span{
  color:red ;
  font-size: 5rem;
}
#toast2-message{
  color:red ;
  font-weight: 800;
  font-size: 2.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
#toast2-container.show {
  display: block;
  animation: slideIn 0.5s forwards, fadeOut 0.5s 7s forwards;
}
.none{
  display: none;
}

/* ------------------------------------------------------------------------responsive----------------------------- */
@media screen and (max-width: 950px) {
  section,
  footer {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .text-header-container {
    width: 65%;
  }
  .text-header-container h1 {
    font-size: 48px;
    margin-bottom: 20px;
  }
  .container h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .container h3 {
    font-size: 36px;
  }
  .travel-container {
    display: flex;
    flex-direction: column;
  }
  .image-container {
    order: 2;
    padding-bottom: 100px;
  }
  .informatyion-container {
    order: 1;
  }
  .button-travel {
    position: absolute;
    margin-top: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  section,
  footer {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .text-header-container {
    width: 65%;
  }
  .container h2 {
    font-size: 36px;
    margin-bottom: 10px;
    line-height: 1.2;
    margin-bottom: 25px;
  }
  .container h3 {
    font-size: 30px;
  }
  .characteristics-icons {
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
    background-color: white;
    margin-top: -130px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .characteristics-icon {
    padding-bottom: 20px;
  }
  .footer-description {
    display: flex;
    flex-direction: column;
  }
  .first-part-footer {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
  }
  .logo-description {
    margin-top: 10px;
  }
  .copyride-container {
    text-align: center;
  }
  .title-sm {
    margin-bottom: 10px;
  }
  .third-part-footer button {
    margin-top: 0px;
  }
  .logo-footer {
    width: 150px;
  }
}
@media screen and (max-width: 650px) {
  .container h1 {
    font-size: 40px;
  }
  .container h2 {
    margin-bottom: 10px;
    font-size: 30px;
  }
  .container h3 {
    font-size: 27px;
    margin-bottom: 15px;
  }
  .main-text {
    font-size: 14px;
    line-height: 1.2;
  }
  .text-header-container {
    width: 85%;
  }
  .tour-description-container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
  }
  .image-tour {
    width: 100%;
    position: relative;
    top: 0;
  }
  .all-imformation-tour {
    width: calc(100% - 40px);
    align-items: center;
    padding: 20px;
  }
  .text-tour {
    width: 100%;
    font-size: 14px;
  }
  .image {
    width: 100%;
    position: relative;
    top: 0;
  }
  .button-tour {
    margin-top: 30px;
  }
  .text-travel {
    margin-top: 10px;
    font-size: 14px;
  }
  .text {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .questions__title {
    font-size: 16px;
    padding: 10px 0px;
  }
  .questions__answer {
    padding: 0px 10px;
  }
}
@media screen and (max-width: 410px) {
  section,
  footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .text-header-container {
    width: 100%;
  }
  .container h1 {
    font-size: 34px;
  }
  .characteristics-icons {
    display: flex;
    flex-direction: column;
    margin-top: -50px;
  }
  .characteristics-icon {
    padding-bottom: 10px;
  }
  .characteristics-icon span {
    font-size: 30px;
  }
  .characteristics-icon p {
    font-size: 14px;
  }
  .nav-container-header{
    font-size: 14px;
  }
  #home, #blogs{
    display: none;
  }
  .button-tour, .button-travel , .third-part-footer button{
    font-size: 14px;
  }
  .media a span{
    font-size: 20px;
    margin: 5px;
  }
  .logo-footer {
    width: 80px;
  }
  .logo-description{
    font-size: 11px;
  }
  .blogs-footer{
    font-size: 14px;
  }
  .copyride-container{
    font-size: 10px;
  }
  
}
