/*!********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./src/styles.css ***!
  \********************************************************************************************************************************************************************************************************/
@font-face {
  font-family: prompt-light;
  src: url('Prompt-Light.ttf');
}

*{
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  border-spacing: 0;
}

body{
  overflow-x: hidden;
}

section{
  background: #f5f5f5
}

.app-components-profile{
  margin: 0 20px;
  display: block;
}

.home-section-7-box,
.home-section-8-box,
.home-section-9-box,
.about-section-1-box,
.about-section-2-box,
.contact-section-1-box,
.header-about-box,
.section-login-box,
.footer-box,
.tour-container-box,
.search-panel-hotels-box,
.section-1-hotel-details-box,
.section-2-hotel-details-box,
.section-destination-box,
.section-destination-details-box{
  max-width: 1200px;
  margin: 0 auto;

}

.section-destination-box,
.tour-container-box,
.sub-container-header-box,
.home-section-1-box,
.home-section-3-box,
.home-section-7-box,
.home-section-8-box,
.about-section-1,
.about-section-2,
.home-section-9-box,
.footer-box{
  padding: 0 20px;
}

.tour-container-box-bottom{
  padding-bottom: 20px;
}

.icon-mini-nav-bar-container{
  display: none;
}

.width-max{
  width: 100%;
}

.cursor-pointer{
  cursor: pointer;
}

.cursor-default{
  cursor: default;
}

body{
  background: white;
  overflow-x: hidden;
}

.fixed-nav{
  position: fixed;
  width: 100%;
  padding: 10px 0;
  z-index: 999;
}

.login-container-nav{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 30px;
}

.nav-box{
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 20px;
}

.logo-container{
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
}

.logo{
  width: 50px;
  height: 50px;
}

.icon-mini-nav-bar{
  width: 40px;
  height: 40px;
}

.home-navigation,
.hoteles-navigation,
.tours-navigation,
.news-navigation,
.about-navigation{
  color: white;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  transition: color 200ms;
}

.active-navigation,
.home-navigation:hover,
.hoteles-navigation:hover,
.tours-navigation:hover,
.news-navigation:hover,
.about-navigation:hover{
  color: #d38e49;
}

.nav-box{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.mini-navigation{
  padding: 15px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-transform: capitalize;
}

.close-mini-nav-bar{
  width: 20px;
  height: 20px;
  padding: 20px 20px;
}

.logo-mini-nav-bar-container{
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  position: absolute;
  bottom: 10px;
  left: 10px;
  filter: grayscale(1);
}

.navigation-container{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 25px;
}

.mini-nav-bar-container{
  height: 100vh;
  width: 100vw;
  position: absolute;
  top: 0;
  left: 100%;
  background: #343434;
  transition: all 600ms;

  overflow: auto;
}

.open-mini-nav-bar-container{
  left: 0%;
}

.text-navigation{
  padding: 20px 10px;
  text-transform: capitalize;
}

.login-container{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 30px;
}

.white-border{
  border: solid 1px white;
}

.orange-border{
  border: solid 1px #d38e49;
}

.white-color{
  color: white;
}

.black-color{
  color: black;
}

.orange-color{
  color: #d38e49;
}

.orange-background{
  background: #d38e49;
}

.black-background{
  background: black;
}

.white-background{
  background: white;
}

.gray-background{
  background: #b1b1b1;
}

.hex-f6f6f6-background{
  background: #f6f6f6;
}

.button{
  border-radius: 5px;
}

.button .btn-style{
  padding: 18px 32px;
  position: relative;
  border-radius: 5px;
  contain: content;
  display: block;
  transition: border 600ms;
}

.btn-style-orange-background::before{
  background-color: #d38e49;
}

.btn-style-black-background::before{
  background-color: black;

}

.button .btn-style::before{
  transition-duration: 800ms;
  position: absolute;
  left: -50px;
  top: 100%;
  content: "";
  right: -50px;
  bottom: -50px;
  border-radius: 50%;
  transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
}

.button .btn-style .btn-wrap{
  position: relative;
  display: inline-block;
}

.button .btn-style .btn-wrap .text-one,
.button .btn-style .btn-wrap .text-two
{
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  display: block;
  transition: all 600ms ease;
}

.button .btn-style .btn-wrap .text-one{
  position: relative;
  top: 0;
}

.button .btn-style .btn-wrap .text-two{
  position: absolute;
  top: 50px;
}

.button .btn-style-orange-border:hover{
  border: solid 1px #d38e49;
}

.button .btn-style-black-border:hover{
  border: solid 1px black;
}

.button .btn-style:hover::before{
  top: -20%;
}

.button .btn-style:hover .btn-wrap .text-one{
  top: -50px;
}

.button .btn-style:hover .btn-wrap .text-two{
  top: 0px;
}

.header-box{
  height: 100vh;
  width: 100vw;
  background-image: url('banner1.jpg');
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}

.input-2-date-container{
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
}

.content-title-tour-details-container,
.title-include,
.title-not-include,
.content-text-tour-details-container{
  margin-bottom: 25px;
}

.content-text-tour-details-container{
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 10px;
}

.content-text-tour-details-container-reverse{
  flex-direction: row-reverse;
}

.button-tour-details-container-reverse{
  display: flex;
  flex-direction: row-reverse;
}

.content-image-tour-details{
  width: 50%;
  height: 300px;
  border-radius: 8px;
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}

.text-1-header,
.text-logo-header,
.text-2-header{
  color: white;
  text-transform: lowercase;
  font-family: prompt-light;
}

.text-1-header{
  font-weight: 500;
  letter-spacing: 0.25em;
  font-size: 32px;
}

.text-logo-header{
  font-size: 200px;
  font-weight: 700;
  line-height: 1em;
}

.text-2-header{
  line-height: 30px;
  font-size: 20px;
  text-align: center;
}

.search-panel-header-container,
.search-panel-header-box{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.search-panel-header-container{
  width: 87%;
  gap: 20px 0px;
}

.search-panel-header-box{
  background: white;
  border-radius: 25px;
  padding: 40px 45px 30px;
  max-width: 1090px;
  margin: 0 auto;
  margin-top: 50px;
  justify-content: space-between;
}

.label-header{
  font-weight: 500;
  font-size: 20px;
}

.input-data-container{
  height: 50px;
  position: relative;
}

.search-header-container{
  width: 33%;
}

.text-popular-header{
  font-weight: 500;
  line-height: 1.3em;
  font-size: 32px;
  transition: color 300ms;
}

.orange-color-hover:hover{
  color: #d38e49;
}

.text-1-popular-header{
  opacity: 0.70;
  line-height: 1.8em;
  font-size: 16px;
}

.popular-box{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 20px;
  margin: 0 auto;
  max-width: 1200px;
}

.home-section-1{
  padding: 110px 0 80px;
}

.central-home-section-1{
  position: relative;
  contain: content;
  border-radius: 25px;
}

.central-popular-image{
  position: relative;
  border-radius: 25px;
  width: 100%;
  height: 100%;
}

.image-profile-nav{
  height: 50px!important;
  width: 50px!important;
}

.title-popular-section-1{
    color: black;
    line-height: 50px;
    font-weight: 700;
    font-size: 40px;
}

.text-popular-section-1{
  line-height: 30px;
  opacity: 0.75;
  color: rgb(34, 34, 34);;
  font-size: 20px;
  margin-top: 15px;
}

.side-popular-image-container{
  border-radius: 25px;
  contain: content;
}

.side-popular-image{
  border-radius: 25px;
  transition: transform 600ms, filter 600ms;
  filter: brightness(1);
  width: 100%;
}

.packages-popular-section-1{
  font-size: 20px;
  padding-left: 30px;
}

.content-text-tour-details{
  font-weight: 600;
  padding: 10px 10px;
  padding-bottom: 5px;
}

.content-tr-tour-details{
  background: rgba(0,0,0,0);
  transition: all 300ms
}

.content-tr-tour-details:hover{
  background: rgba(0,0,0,0.2)
}

.packages-tour-details-container,
.hotels-view-container,
.include-or-not-included-constructor,
.content-tour-details{
  background: white;
  border-radius: 8px;
  margin-bottom: 40px;
}

.padding-tour-details-container{
  padding: 30px 40px;
}

.table-tour-details-box{
  padding: 30px;
  padding-bottom: 5px;
}

.content-table-tour-details-box{
  padding: 30px 0px;
}

.table-tour-details-container{
  background-color: #ffffff;
  transition: all .5s ease-in-out;
  position: relative;
  border-radius: 0.875rem;
  margin-bottom: 1.875rem;
  overflow: hidden;
  border: 1px solid #F5F5F5;
}

.content-tour-details{
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.content-text-tour-details{
  opacity: 0.75;
  line-height: 25px;
  font-size: 16px;
}

.destination-block_one-image:before {
  position: absolute;
  top: 0;
  left: -85%;
  z-index: 99;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .7) 100%);
  transform: skewX(-25deg);
  transition: left 600ms;
}

.destination-block_one-image:hover::before{
  left: 200%;
}

.destination-block_one-image:hover .side-popular-image{
  transform: rotate(3deg) scale(1.1);
  filter: brightness(0.6);
}

.text-popular-section-1,
.title-popular-section-1{
  text-align: center;
}

.text-popular-section-1{
  margin-bottom: 45px;
}

.input-2-date-hotel{
  display: flex;
  align-items: center;
  flex-direction: row;
  background: #f6f6f6;
  border-radius: 10px;
}

.info-popular-center-section-1-container{
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 35px;
  right: 35px;
  bottom: 40px;
}

.text-1-popular-header{
  position: relative;
  opacity: 0.7;
  line-height: 1.8em;
  font-size: 16px;
  margin-top: 15px;
}

.button2{
  border-radius: 5px;
  border: solid 1px white;
  transition: background 300ms, color 300ms, border 300ms;
}

.text-button2{
  padding: 14px 28px;
}

.buttons-popular-container{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
  margin-top: 20px;
}

.button2:hover{
  background: #d38e49;
  color: white;
  border: solid 1px #d38e49;
}

.footer-container{
  padding: 70px 0px 60px;
  background: rgba(34,34,34)
}

.footer-container-1{
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1170px;
  margin: 0 auto;
}

.navigation-footer-container{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
}

.footer-navigation{
  padding: 0 20px;
  transition: color 300ms;
}

.footer-navigation:hover
{
  color: #d38e49;
}

.text-1-home-section-3{
  opacity: 0.75;
  max-width: 400px;
  line-height: 26px;
  font-size: 16px;
}

.title-1-home-section-3{
  font-weight: 700;
  line-height: 70px;
  font-size: 70px;
}

.container-1-section-3{
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 45px;
}

.container-2-section-3{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 25px;
}

.title-2-home-section-3-container{
  line-height: 50px;
  font-weight: 700;
  font-size: 40px;
}

.title-popular-section-1,
.title-2-home-section-3{
  text-transform: uppercase;
}

.link-section-3{
  font-weight: 500;
  font-size: 18px;
  color: #d38e49;
  border-bottom: 1px solid #d38e49;
}

.home-section-3{
  padding: 100px 0px 80px;
}

.home-section-3-box{
  max-width: 1200px;
  margin: 0 auto;
}

.image-1-container-2-section-3,
.image-2-container-2-section-3{
  border-radius: 25px;
  width: 100%;
  height: 100%;
}

.image-1-container-2-section-3{
  filter: grayscale(1);
  transition: all 600ms;
}

.image-1-container-2-section-3-container:hover .image-1-container-2-section-3{
  filter: grayscale(0);
}

.info-section-3-container{
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.block-section-3-container{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.margin-top-20{
  margin-top: 20px;
}

.text-2-home-section-3{
  margin-top: 15px;
}

.index-container-2-section-3{
  position: absolute;
  right: 25px;
  top: 25px;
  line-height: 1em;
  font-weight: 800;
  font-size: 40px;
}

.image-1-container-2-section-3-container,
.image-2-container-2-section-3-container{
  position: relative;
}

.text-3-container-2-section-3{
  position: absolute;
  left: 30px;
  bottom: 30px;
  right: 20px;
  z-index: 1;
  line-height: 40px;
  font-weight: 500;
  font-size: 32px;
}

.title-1-home-section-3{
  transition: color 300ms;
}

.title-1-home-section-3:hover{
  color: #d38e49;
}

.home-section-7{
  background: url('20.jpg');
  padding: 110px 0px 110px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.title-1-home-section-7{
  line-height: 50px;
  font-weight: 700;
  font-size: 40px;
  text-align: center;
}

.text-1-home-section-7{
  line-height: 30px;
  opacity: 0.75;
  font-size: 20px;
  margin-top: 15px;
  text-align: center;
}

.container-2-section-7{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 30px;
}

.container-question-home-section-7{
  background: white;
  border-radius: 20px;
  padding: 30px 30px 30px 40px;
}

.title-question{
  font-weight: 500;
  font-size: 24px;
}

.answer-question{
  opacity: 0.75;
  line-height: 28px;
  font-size: 16px;
  max-height: 0;
  padding-top: 0;
  transition: all 300ms;
  contain: content;
}

.open-answer-question{
  padding-top: 20px;
  max-height: 110px;
}

.container-1-home-section-7{
  margin-bottom: 45px;
}

.text-1-home-section-8{
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 25px;
}

.title-1-home-section-8{
  font-weight: 700;
  margin-top: 10px;
  line-height: 1.3em;
  font-size: 32px;
  transition: color 300ms;
}

.title-1-home-section-8:hover{
  color: #d38e49;
}

.container-2-home-section-8{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
}

.image-home-section-8{
  width: 100%;
  border-radius: 25px;
  transition: transform 600ms, filter 600ms;
}

.image-home-section-8-container{
  contain: content;
  border-radius: 25px;
}

.image-home-section-8:hover{
  transform: rotate(3deg) scale(1.1);
  filter: brightness(0.6);
}

.home-section-8{
  padding: 100px 0px 80px;

}

.home-section-9{
  padding: 150px 0px 150px;
  background: url('2.jpg');
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

}

.title-home-section-9{
  font-weight: 800;
  line-height: 1em;
  text-transform: uppercase;
  font-size: 70px;
  text-align: center;
}

.text-home-section-9{
  line-height: 30px;
  font-size: 20px;
  margin: 25px 0;
  text-align: center;
}

.input-email{
  line-height: 43px;
  height: 60px;
  width: 60%;
  font-size: 16px;
  transition: all 500ms ease;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 1);
  outline: none;
}

.email-container{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  max-width: 750px;
  margin: 0 auto;
  gap: 25px;
  align-items: center;
}

.about-section-1{
  padding: 120px 20px 120px;
}

.text-1-about-section-1{
  line-height: 28px;
  opacity: 0.75;
  font-size: 18px;
  margin-top: 80px;
  text-align: center;
}

.title-about-section-2{
  line-height: 50px;
  font-weight: 700;
  font-size: 40px;
}

.about-section-2{
  padding-bottom: 80px;
}

.map-google-about{
  width: 100%;
  border-radius: 30px;
}

.title-about-section-2-container{
  margin-bottom: 45px;
}

.title-info-about{
  letter-spacing: 3px;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 15px;
}

.link-about{
  position: relative;
  font-weight: 500;
  font-size: 20px;
  transition: all 300ms ease;
  text-decoration: none;
}

.link-about:hover{
  color: #d38e49;
}

.info-about-section-2-container{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.info-block-section-2-container{
  width: 50%;
  margin-bottom: 50px;
}

.login-container-right{
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  align-items: center;
}

.title-header-about{
  font-size: 170px;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
  margin-top: 10px;
}

.header-about{
    background-image: url('14.jpg');
    text-align: center;
    padding: 260px 0px 250px;
    background-attachment: fixed;
    background-size: cover;
}

.footer-container-2{
  text-align: center;
  margin-top: 40px;
  padding-top: 25px;
  border-top: 1px solid rgba(255,255,255, 0.20);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.map-google-contact{
  border-radius: 25px;
  width: 100%;
  height: 100%;
}

.contact-section-1{
  overflow: hidden;
  padding: 110px 0px 100px;
}

.title-1-contact{
  font-weight: 700;
  text-transform: uppercase;
}

.contact-section-1-box{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 35px;
  padding: 0px 20px;
}

.text-1-contact{
    font-size: 16px;
    margin-bottom: 1rem;
}

.form-contact-container{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 30px;
}

.form-part-container{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 25px;
}

.form-block-input-contact-50{
  width: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.form-block-input-contact-100{
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.label-form-contact{
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.map-google-contact-container{
  width: 33%;
}

.input-form-contact{
  width: 100%;
  line-height: 45px;
  padding: 0px 30px;
  height: 70px;
  font-weight: 400;
  border-radius: 10px;
  font-size: 16px;
  transition: all 100ms;
  background-color: #f6f6f6;
  border: solid 0px #ff4d4d;
  outline: none;
}

.input-form-contact::placeholder{
  text-transform: capitalize;
}

.textarea-form-contact{
  width: 100%;
  line-height: 24px;
  padding: 20px 25px 25px;
  font-size: 16px;
  height: 295px;
  resize: none;
  font-size: 16px;
  border-radius: 10px;
  font-weight: 400;
  transition: all 300ms ease;
  background-color: #f6f6f6;
  outline: none;
  border: none;
}

.form-contact-1-container{
  width: 100%;
}

.header-contact-container{
  margin-bottom: 25px;
}

.section-login{
  background-image: url('18.jpg');
  text-align: center;
  padding: 260px 0px 250px;
  background-attachment: fixed;
  background-size: cover;
}

.form-login-container{
  width: 50%;
  padding: 2.5rem!important;
  border-radius: 0.375rem;
  margin: 0px 20px;
}

.section-login-box{
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}

.btn-style-login::before{
  left: -200px!important;
  right: -200px!important;
}

.container-2-section-login{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 30px;
}

.title-login{
  line-height: 1.4em;
  font-size: 32px;
}

.text-1-login{
  margin-top: .5rem;
  font-size: 16px;
}

.header-login-container{
  margin-bottom: 3rem!important;
}

.container-1-section-login{
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 30px;
  flex-wrap: nowrap;
}

.input-login-container{
  display: flex;
}

.link-login{
  text-decoration: none;
  outline: none !important;
  transition: all 300ms ease;
}

.checkbox-login-container{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
}

.text-2-login{
  margin-top: 1rem;
}

.link-footer{
  text-decoration: none;
  outline: none !important;
  transition: all 300ms ease;
}

.link-footer:hover{
  color:#d38e49;
}

.border-right{
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255,255,255, 0.20);
}

.header-tour{
  background-image: url('7.jpg');
  text-align: center;
  padding: 260px 0px 250px;
  background-attachment: fixed;
  background-size: cover;
}

.tour-container{
  padding: 100px 0px 100px;
}

.header-tour-container div{
  width: 260px;
  transition: all 600ms;
}

.input-search{
  line-height: 28px;
  font-size: 16px;
  padding: 10px 30px 10px 30px;
  display: block;
  width: 100%;
  height: 56px;
  border-radius: 0px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  border: none;
  outline: none;
  border-bottom: 1px solid rgba(0,0,0, 0.10);
}

.header-tour-container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  margin-bottom: 30px;
  transition: all 600ms;
}

.button3{
  font-weight: 500;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  text-transform: capitalize;
  padding: 16px 32px;
  border-radius: 8px;
  transition: all 500ms ease;
}

.button3-active{
  background: #d38e49;
  color: white;
}

.button3-hover:hover{
  background: #d38e49;
  color: white;
}

.functional-buttons-tour-container{
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 50px;
  margin-top: 40px;
  transition: all 600ms;
  gap: 10px;
}

.view-buttons
{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
}

.filter-container
{
  border: 1px solid rgba(0,0,0, 0.1);
  background: rgba(0,0,0, 0.01);
  border-radius: 15px;
  padding: 32px;
  margin-bottom: 3rem;
}

.filter-list-container{
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 24px;
}

.filter-box-container{
  width: 33%;
  margin-bottom: 35px;
}

.title-filter{
  margin-bottom: 20px;
  line-height: 1.6em;
  font-size: 18px;
}

.checkbox-filter{
  width: 16px;
  height: 16px;
  border: 0px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: .25em;
  vertical-align: top;
  -webkit-appearance: none;
          appearance: none;
}

.checkbox-filter:checked {
  background-color: #d38e49;
  border-color: #d38e49;
  box-shadow: none;
}

.form-checkbox-filter{
  padding-bottom: 5px;
  margin-bottom: 5px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.hotel-list-container{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  justify-content: space-between;
  gap: 20px;
}

.info-hotel-list{
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.item-hotel-box-list{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 0px;
  transition: all 300ms;
  position: relative;
}

.image-hotel-list{
  width: 250px;
  height: 150px;
  transition: all 600ms, filter 300ms;
}

.item-hotel-list:hover{
  box-shadow: 5px 20px 50px 0px rgba(0, 0, 0, 0.05);
}

.item-hotel-list:hover .item-hotel-box-list{
  margin: 15px 30px;
}

.item-hotel-list:hover .hotel-more-list{
  opacity: 1;
  right: 30px;
  bottom: 30px;
}

.item-hotel-list:hover .image-hotel-list-container .image-hotel-list{
  filter: brightness(0.8);
}

.text-tour-details{
  line-height: 28px;
  opacity: 0.75;
  font-size: 18px;
  margin: 80px 0;
  text-align: center;
}

.include-or-not-included-constructor{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: wrap;
}

.include-or-not-included-constructor-box{
  gap: 40px
}

.checkbox-container{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 5px;
}

.input-search-filter{
  border: 1px solid rgba(0, 0, 0, 0.10);
  border-radius: 15px;
  padding: 0px 10px;
  line-height: 28px;
  font-size: 16px;
  width: 100%;
  height: 50px;
  outline: none;
}

.input-search-filter-container{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.count-values-filter{
  background: rgba(211, 142, 73, 0.1);
  font-size: 10px;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 1.125rem;
  color: #d38e49;
}

.item-grid-view{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: space-evenly;
}

.item-grid-view-container{
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  width: 33%;
  height: 375px;
}

.image-item-grid-view{
  border-radius: 25px;
  width: 100%;
  height: 100%;
}

.title-name-tour{
  position: relative;
  font-weight: 500;
  line-height: 34px;
  font-size: 24px;
  margin-bottom: 15px;
  color: white;
}

.overflow-bottom{
  top: 0;
  left: 0;
  width:100%;
  height: 100%;
  position: absolute;
}

.overflow-bottom:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 25%;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(0,0,0,0.80) 100%);
}

.overflow-content{
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 1;
  right: 30px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.item-grid-view-container:hover .overflow-bottom .overflow-content
{
  bottom: -100%;
}

.item-value-grid{
  color: white;
  font-size: 16px;
  width: 100%;
  text-align: center;
  /* border-right: 1px solid rgba(255, 255, 255, .4); */
}

.text-navigation{
  display: flex;
}

.profile-image-item-nav{
  width: 40px;
  height: 40px;
}

.image-mini-navigation{
  display: flex;
  align-items: center;
  gap: 8px;
}

.info-tour-grid{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.right-border{
  border-right: 1px solid rgba(255, 255, 255, .4);
}

.item-value-grid-container{
  width: 100%;
}

.overflow-left{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.overflow-left{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 10;
  text-align: center;
  overflow: hidden;
  transition: transform 0.4s ease;
  transform: scale(0, 1);
  transform-origin: right center;
  background: rgba(34,34,34,0.7);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 20px;
}

.overflow-left-box{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  height: 100%;
  margin: 40px;
}

.title-name-tour-grid{
  font-weight: 500;
  font-size: 26px;
  text-transform: capitalize;
  color: white;
}

.text-name-tour-grid{
  position: relative;
  line-height: 28px;
  font-size: 16px;
  color: white;
}

.item-grid-view-container:hover .overflow-left{
  transform-origin: left center;
  transform: scale(1,1);
}

.header-hotels{
  background-image: url('16.jpg');
  text-align: center;
  padding: 260px 0px 350px;
  background-attachment: fixed;
  background-size: cover;
  z-index: 0;
  position: relative;
}

.search-panel-hotels-box{
  position: relative;
  padding: 35px 40px;
  border-radius: 25px;
  margin-top: -200px;
  background-color: white;
  box-shadow: 5px 20px 50px rgba(0, 0, 0, 0.1);
}

.label-search-hotels{
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.button3-container
{
  display: flex;
}

.width-100{
  width: 100%;
  text-align: center;
}

.search-panel-part-2-container{
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 20px;
  gap: 20px;
}

.image-hotel-grid-container,
.image-hotel-list-container,
.image-hotel-grid{
  overflow: hidden;
  border-radius: 25px;
  transition: all 600ms;
}

.image-hotel-grid{
  width: 100%;
  max-height: 250px!important;
  height: auto!important;
}

.contents-hotels{
  display: contents;
}

.hotel-grid-container{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  gap: 20px;
}

.position-relative{
  position: relative;
}

.hotels-input-hotels-page{
  position: relative;
  height: 70px;
  min-width: -webkit-fill-available;
  padding: 0px 30px;
  font-weight: 400;
  border-radius: 10px;
  font-size: 16px;
  transition: all 300ms ease;
  background-color: #f6f6f6;
  border: none;
  outline: none;
}

.top-75px{
  top: 75px;
}

.select-modern{
  position: absolute;
  left: 0;
  top: 75px;
  height: 200px!important;
  z-index: 1;
  box-shadow: 0px 0px 0px 5px white;
}

.select-modern option{
  padding: 10px 0;
}

.select-modern::-webkit-scrollbar{
  display: none;
}

.item-hotel-grid{
  transition: all 300ms;
  width: 30%;
  border-radius: 25px;
  position: relative;
}

.item-hotel-box-grid{
  margin: 0px;
  transition: all 300ms;
  position: relative;
}

.name-hotel-grid{
  line-height: 1.4em;
  font-size: 22px;
  transition: all 400ms;
}

.gps-hotel-grid{
  font-size: 16px;
  margin-top: 10px;
}

.price-hotel-grid{
  line-height: 1.4em;
  font-size: 16px;
  margin-top: 10px;
  color: #d38e49;
}

.image-hotel-grid{
  width: 100%;
  height: 280px;
  transition: filter 300ms;
}

.item-hotel-grid:hover{
  box-shadow: 5px 20px 50px 0px rgba(0, 0, 0, 0.05);
}

.item-hotel-grid:hover .item-hotel-box-grid{
  margin: 30px;
}

.item-hotel-grid:hover .hotel-more-grid{
  opacity: 1;
  right: 30px;
  bottom: 30px;
}

.item-hotel-grid:hover .image-hotel-grid-container .image-hotel-grid{
  filter: brightness(0.8);
}

.hotels-items-container{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.hotels-list-items-container{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.hotel-more-grid{
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 44px;
  height: 44px;
  opacity: 0;
  line-height: 44px;
  text-align: center;
  border-radius: 50px;
  color: white;
  background-color: #d38e49;
  transition: all 300ms;
}

.back-slider-bottom,
.next-slider-bottom,
.slider-bottom{
  opacity: 0.10;
  font-weight: 700;
  font-size: 30px;
  transition: all 300ms;
}

.back-slider-bottom:hover,
.next-slider-bottom:hover,
.slider-bottom:hover{
  opacity: 1;
}

.number-slider-bottom-container{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 25px;
}

.slider-container{
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 25px;
  margin-top: 70px;
}

.slider-bottom-active{
  opacity: 1;
}

.name-hotel-grid:hover{
  color: #d38e49;
}

.info-hotel-grid{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.hotel-more-grid:hover{
  background: black;
}

.image-stars{
  width: 18px;
  height: 18px;
}

.rating-container{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d38e49;
  color: white;
  padding: 15px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
}

.header-hotel-details{
  background-image: url('17.jpg');
  text-align: center;
  padding: 260px 0px 250px;
  background-attachment: fixed;
  background-size: cover;
}

.images-hotel-details-container{
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
}

.right-images-container{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.image-hotel-details{
  border-radius: 25px;
}

.section-1-hotel-details{
  padding: 30px 0px 40px;
}

.right-stick-panel{
  position: sticky;
  top: 70px;
  padding: 30px 30px;
  border-radius: 25px;
  box-shadow: 5px 20px 50px rgba(0, 0, 0, 0.1);
}

.section-2-hotel-details-box{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 40px;
}

.title-right-stick-panel{
  font-weight: 600;
  margin-bottom: 25px;
  text-transform: capitalize;
  line-height: 1.4em;
  font-size: 32px;
}

.text-right-stick-panel{
  position: relative;
  opacity: 0.75;
  line-height: 28px;
  margin-top: -10px;
  font-size: 16px;
}

.label-right-stick-panel{
  text-transform: capitalize;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 15px;
}

.select-right-stick-panel{
  width: 100%;
  line-height: 45px;
  padding: 10px 30px;
  height: 70px;
  font-weight: 400;
  border-radius: 10px;
  font-size: 16px;
  transition: all 300ms ease;
  background-color: #f6f6f6;
  border: none;
  outline: none;
}

.block-form-right-stick-panel{
  margin-bottom: 20px;
}

.right-stick-panel-bottom{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.right-stick-panel-container{
  width: 33%;
}

.info-left-panel{
  width: 66%;
}

.label-stick-panel{
  font-weight: 500;
  font-size: 16px;
}

.price-stick-panel{
  font-weight: 700;
  font-size: 26px;
  margin-top: 10px;
}

.right-stick-panel-bottom
{
  margin-top: 30px;
  margin-bottom: 20px;
}

.title-left-panel{
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
  line-height: 50px;
  font-size: 40px;
}

.text-left-panel{
  font-weight: 400;
  opacity: 0.75;
  line-height: 28px;
  margin-bottom: 30px;
  font-size: 16px;
}

.right-image-shadow{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  background-color: rgba(34, 34, 34, 0.75);
  border-radius: 25px;
}

.image-right-box{
  position: relative
}

.right-text-shadow{
  color: white;
}

.input-right-stick-panel{
  display: flex;
}

/* .rating-hotel{

} */

.header-destination{
  background-image: url('5.jpg');
  text-align: center;
  padding: 260px 0px 250px;
  background-attachment: fixed;
  background-size: cover;
}

.section-destination{
  padding: 100px 0px 100px;
}

.container-countries-destination{
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.overflow-left-box-destination{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  height: 100%;
  margin: 40px;
  gap: 20px;
}

.header-details{
  background-image: url('6.jpg');
  text-align: center;
  padding: 260px 0px 250px;
  background-attachment: fixed;
  background-size: cover;
}

.info-destination-details{
  padding: 100px 0px 80px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
  justify-content: space-between;
}

.text-destination-details{
  opacity: 0.60;
  line-height: 26px;
  font-size: 16px;
}

.fixed-nav::before{
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  right: 0px;
  height: 80px;
  background: linear-gradient(180deg, #222222 0%, rgba(34, 34, 34, 0) 100%);
  opacity: 0.5;
  z-index: -1;
}

.header-tour-details{
  background-image: url('9.jpg');
  text-align: center;
  padding: 260px 0px 250px;
  background-attachment: fixed;
  background-size: cover;
}

.logo-footer{
  height: 70px;
}

.header-right-stick-panel{
  margin-bottom: 20px;
}

.search-part-1-hotel-container{
  margin-bottom: 30px;
}

.block-search-hotel-container{
  width: 100%;
}

.hotel-container{
  width: 80%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: flex-end;
}

.btn-height-hotel{
  padding: 23px 32px!important;
}

.range-search-filter{
  padding: 0;
}

.filter-hotels-container{
  margin-top: 1rem;
}

.delete-block{
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

.module-delete-container{
  background: white;
  z-index: 1;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 500px;
  max-height: 300px;
  border-radius: 15px;
  margin: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: center;
}

.button-delete-container{
  display: flex;
  width: 100%;
  justify-content: space-evenly;
}

.chat-container{
  width: 340px;
  height: 500px;
  border-radius: 15px 15px 0px 0px;
  background: white;
  position: fixed;
  bottom: -450px;
  right: 100px;
  transition: all 600ms;
  display: flex;
  flex-direction: column;
  contain: content;
  z-index: 50 ;
}

.open-chat-container{
  bottom: 0;
}

.title-chat{
  min-height: 50px;
  background: #d38e49;
  border-radius: 15px 15px 0px 0px;
  display: flex;
  align-items: center;
  flex-direction: row;
  padding: 0px 20px;
  color: white;
  font-size: 25px;
  gap: 10px;
}

.chat-logo{
  width: 35px;
  height: 35px;
}

.user-chat{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.input-messages{
  padding: 8px;
  display: flex;
  gap: 5px;
  min-height: 40px;
}

.chat-input{
  height: 40px;
  width: 100%;
  border: none;
  background: #d9d9d9;
  border-radius: 6px;
  outline: none;
  color: black;
  padding: 0 10px;
}

.chat-send{
  background: #d38e49;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  color: white;
  transition: all 600ms;
}

.chat-send:hover{
  background: black;
}

.view-messages{
  height: 378px;
  padding: 8px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 15px;
  overflow-y: auto;
  contain: content;
}

.view-messages::-webkit-scrollbar{
  display: none;
}

.icon-chat-message-container{
  background: #03293c;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  position: absolute;
}

.user-icon-chat-message-container{
  background: rgb(214, 214, 214);
}

.icon-chat-message{
  width: 30px;
  height: 30px;
}

.text-chat-message{
  background: orange;
  position: relative;
  margin-top: 20px;
  left: 20px;
  border-radius: 0 8px 8px 8px;
  padding: 10px 20px;
  width: 230px;
  color: white;
}

.user-text-chat-message{
  left: -20px;
  border-radius: 8px 0 8px 8px;
  color: white;
  background-color: #03293c;
}

.chat-message{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.user-chat-message{
  justify-content: flex-end;
}

/* Admin-panel */

.admin-panel{
  position: relative;
  width: 100vw;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.admin-nav-panel{
  max-width: 120px;
  overflow: visible;
  padding: 30px 20px;
  box-shadow: 18px 4px 35px rgba(0, 0, 0, 0.02);
}

.open-admin-nav-panel-important{
  display: block!important;
}

.admin-nav-panel-top{
  border-radius: 50%;
  position: fixed;
  z-index: 100;
  background: white;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  left: -20px;
  transform: rotate(180deg);
  top: 80vh;
  transition: all 600ms;
  display: none;
}

.open-admin-nav-panel-top{
  left: 65px!important;
  transform: rotate(0deg)!important;
}

.admin-left-stick-panel{
  position: sticky;
  top: 30px;
}

.admin-icon-item-nav{
  width: 100%;
  padding: 8px 26px;
  border-radius: 0.5rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.875rem;
  text-decoration: none;
  text-align: center;
  color: #222222;
  transition: all 900ms;
  position: relative;
}

.admin-image-item-nav{
  width: 30px;
  height: 30px;
}

.admin-image-item-nav-top{
  width: 30px;
  height: 30px;
}

.admin-item-nav-box{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 5px;
}

.admin-item-nav-container{
  display: flex;
  position: relative;
  height: 55px;
  transition: all 400ms;
}

.admin-icon-item-nav:hover{
  color: #d37949;
  background-color: #fff9ee;
  transition: none;
}

.admin-section-panel{
  width: 100%;
  padding-top: 30px;
  background: rgba(248, 248, 248, 1);
}

.admin-icon-container{
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  margin-bottom: 25px;
}

.admin-icon{
  width: 50px;
}

.admin-block-info-container{
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 50px;
  padding-left: 50px;
  border-radius: 0.875rem;
  background-color: #d37949;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 30px;
  margin-bottom: 30px;
}

.admin-block-button{
  background-color: #ffffff;
  transition: all .5s ease-in-out;
  position: relative;
  border-radius: 0.875rem;
  padding: 1.875rem;
  overflow: hidden;
  width: 25%;
  display: flex;
  justify-content: center;
  z-index: 0;
}

.admin-buttons-container{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  gap: 30px;
}

.admin-title-info{
  line-height: 3.125rem;
  line-height: calc(1.2125rem + 2.18571vw);
  color: white;
  font-size: 2.5rem;
}

.admin-block-title-info{
  font-weight: 500;
  font-size: 1.25rem;
  transition: all 600ms;
}

.admin-block-text-info{
  font-size: 2rem;
  font-size: calc(1.1rem + 1.02857vw);
  font-weight: 700;
  line-height: 1.875rem;
  color: #222222;
  margin-top: 20px;
  transition: all 600ms;

}

.admin-home-1-container{
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 30px;
}

.admin-popular-home-container,
.admin-registration-users-home-container{
  width: 100%;
  background-color: #ffffff;
  transition: all .5s ease-in-out;
  border-radius: 0.875rem;
  margin-bottom: 1.875rem;
  padding: 30px 30px;
}

.admin-title-popular-home{
  padding-bottom: 0;
}

.admin-info-container{
  display: flex;
  align-items: center;
  justify-content: center;
}

.admin-block-button::before{
  position: absolute;
  width: 200%;
  border-radius: 50%;
  background: black;
  content: '';
  height: 200%;
  top: 100%;
  transition: all 900ms;
  z-index: -1;
}

.admin-block-button:hover::before{
  top: -50%;
}

.admin-block-button:hover div .admin-block-title-info,
.admin-block-button:hover div .admin-block-text-info{
  color: white;
}

.admin-text-item-nav{
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 600ms;
}

.admin-item-nav-container:hover{
  height: 85px
}

.admin-item-nav-container:hover .admin-icon-item-nav .admin-text-item-nav{
  opacity: 1;
}

.admin-hotels-2-container{
  background-color: #ffffff;
  transition: all .5s ease-in-out;
  border-radius: 0.875rem;
  padding: 1.875rem;
}

.admin-title-hotels{
  line-height: 3.125rem;
  line-height: calc(1.2125rem + 2.18571vw);
  text-transform: uppercase;
  margin-bottom: 30px;
}

.admin-input-search-container{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.admin-input-search{
  width: 100%;
  height: 48px;
  background-color: #ffffff;
  color: #222222;
  border: 1px solid #F5F5F5;
  border-radius: 14px;
  padding: 0px 20px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #222222;
  outline: none;
}

.admin-app-container{
  margin: 0px 20px;
  display: block;
}

.admin-home-2-container{
  display: flex;
}

.admin-title-hotels-container{
  padding-bottom: 30px;
}

.admin-block-button-active::before{
  top: -50%;
}

.admin-block-button-active div .admin-block-title-info{
  color: white;
}

.admin-table{
  width: 100%;
  border-spacing: 0;
}

th{
  padding: 30px 10px;
  font-size: 1.25rem;
  font-size: calc(1.025rem + 0.25714vw);
  font-weight: 500;
  color: #222222;
  padding: 30px 10px;
  border-bottom: 1px solid #F5F5F5;
  white-space: nowrap;
  text-align: left;
  position: relative;
}

.service-hotel-details-container{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 25px;
  line-height: 26px;
  text-align: center;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.50);
}

.service-block-hotel-details-container{
  width: 20%;
}

.rating-hotel{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.reviews-hotel-details-container{
  width: 33%;
}

.total-rating{
  width: 236px;
  height: 260px;
  text-align: center;
  border-radius: 25px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.title-total-rating{
  line-height: 1em;
  font-weight: 700;
  font-size: 100px;
}

.text-total-rating{
  font-weight: 400;
  opacity: 0.50;
  font-size: 16px;
  margin-top: 15px;
}

.reviews-hotel-details-container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: nowrap;
}

.review-hotel-details-container{
  height: 33%;
}

.text-review-hotel-details{
  font-size: 20px;
  margin-bottom: 5px;
}

.icon-about{
  width: 40px
}

.icon-about-container{
  display: flex;
  justify-content: center;
}

.bg-profile-container{
  height: 180px;
  margin-bottom: -35px;
  background-image: url('cover-photo.jpg');
  position: relative;
}

.image-profile{
  border: 4px solid #ffffff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.12);
  border-radius: 0.875rem;
  width: 160px;
  height: 160px;
  position: relative;
}

.info-profile-container{
  padding: 0 1.875rem;
  background: white;
}

.header-profile-container{
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 20px;
  margin-bottom: 30px;
}

.title-info-profile{
  font-size: 2.25rem;
  font-size: calc(1.125rem + 1.28571vw);
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.875rem;
  color: #222222;
}

.text-info-profile{
  line-height: 24px;
  color: rgba(165, 165, 165, 1);
  font-weight: 600;
}

.icons-profile-container{
  width: 36px;
  height: 36px;
  background-color: #ffe7bc;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  border-radius: 0.875rem;
}

.icons-profile{
  width: 16px;
  height: 16px;
}

.info-icons-profile-container{
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: nowrap;
  flex-direction: row;
}

.box-1-profile-container{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.contact-box-profile-container{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
}

.opacity-0{
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  opacity: 1;
  transition: opacity 600ms;
}

.profile-icon-item-nav:hover .opacity-0{
  opacity: 0;
}

.title-home-profile{
  font-size: 1.5rem;
  font-size: calc(1.05rem + 0.51429vw);
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.875rem;
  color: #222222;
}

.label-home-profile{
  font-weight: 600;
  color: rgba(34, 34, 34, 1);
  text-decoration: none;
}

.profile-1-home-container{
  width: 66%;
}

.profile-2-home-container{
  width: 33%;
}

.text-about-profile-container{
  margin-bottom: 1rem;
  color: rgba(165, 165, 165, 1);
  line-height: 24px;
  font-size: 0.875rem;
}

.box-2-profile-container{
  background-color: #ffffff;
  transition: all .5s ease-in-out;
  position: relative;
  border-radius: 0.875rem;
  margin-bottom: 1.875rem;
  overflow: hidden;
  border: 1px solid #F5F5F5;
}

.booking-home-profile{
  border-color: #F5F5F5;
  border-bottom: 1px solid #F5F5F5;
  position: relative;
  background: transparent;
  padding: 20px 30px;
}

.table-about-home-profile{
  width: 100%;
  border-spacing: 0;
}

.th-about-home-profile{
  background-color: #ffe7bc;
  padding: 10px;
  font-weight: 600;
}

.date-about-home-profile
{
  font-weight: 600;
  padding: 10px 0;
  padding-bottom: 5px;
}

.tr-about-home-profile{
  transition: all 600ms;
}

.tr-about-home-profile:hover{
  background: rgba(0, 0, 0, 0.1);
}

.tr-about-home-profile td{
  padding: 10px;
}

.check-section-booking{
  border-radius: 2px;
  padding: 0.6875rem 0;
  color: #A5A5A5;
  font-weight: 500;
  border: solid 2px transparent;
  transition: all 600ms;
}

.check-section-booking:hover {
  background: transparent;
  color: #d37949;
  border-color: transparent;
  border-bottom-color: #d37949;
}

.active-check-section-booking{
  background: transparent;
  color: #d37949;
  border-color: transparent;
  border-bottom-color: #d37949;
}

.check-section-booking-container{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid #F5F5F5;
}

.box-section-booking-container{
  padding: 1.875rem;
}

.padding-section-booking-container{
  padding: 30px;
}

.bg-red-opacity{
  background-color: rgba(255, 74, 85, 0.25)!important;
}

.bg-green-opacity{
  background-color: rgba(56, 226, 93, 0.25)!important;
}

.button-section-payment-container{
  display: flex;
  margin-top: 30px;
}

.button-section-payment{
  background: #d37949;
  color: white;
  padding: 0.75rem 2.3rem;
  border-radius: 0.875rem;
  transition: all 300ms;
}

.input-section-payment{
  width: 100%;
  height: 55px;
  padding: 0px 15px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.45;
  color: #222222;
  background-color: #ffffff;
  border-radius: 0.3125rem;
  border: 0.0625rem solid #F5F5F5;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  outline: none;
}

.input-section-payment:focus{
  box-shadow: 0px 0px 0px 5px rgba(211, 142, 73, 0.5);
}

.error-form{
  border: solid 4px #ff4d4d;
  background: #ffcaca;
}

.form-payment-container{
  margin-bottom: 30px;
}

.label-payment{
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: #222222;
}

.box-2-form-payment-container{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 32px;
}

.title-section-payment{
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 1.25rem;
}

.part-form-payment-container{
  width: 50%;
}

.date-card-container{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  flex-direction: row;
}

.cards-container{
  display: flex;
  gap: 32px;
  margin-bottom: 30px;
}

.card-container{
  background: #C2C2C2;
  border-radius: 20px;
  padding: 30px;
  width: 50%;
}

.icon-payment{
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
}

.number-card{
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 1.5rem;
  color: white;
}

.info-card{
  color: white;
}

.button-section-payment:hover{
  background: #aa623b;
}

.check-image-profile-container{
  position: relative;
  display: inline-block;
}

.check-image-profile{
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.active-profile-icon-item-nav .opacity-0{
  opacity: 0;
}

.input-data-user-header{
  width: 100%;
  line-height: 28px;
  height: 50px;
  border-radius: 5px;
  font-weight: 400;
  font-size: 16px;
  outline: none;
  border: none;
}

.input-date-user-header{
  position: relative;
  z-index: 1;
  opacity: 0;
  top: 0;
  left: 0;
}

.label-data-user-header{
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.input-date-user-header:after
{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.input-date-user-header:nth-child(0){
  background-color: red;
}

.scroll-images-tour-details{
  display: flex;
  padding: 30px 0px;
  height: 400px;
  gap: 30px;
  transition: all 0.5s ease 0s;
  transform: translate3d(0px, 0px, 0px);
  justify-content: center;
  contain: content
}

.image-tour-details{
  border-radius: 25px;
}

.gray-filter{
  filter: grayscale(1);
  transition: all 600ms;
}

.gray-filter:hover{
  filter: grayscale(0);
}

.star-icon-container{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}

.star-icon{
  width: 15px;
  height: 15px;
}

.left-position{
  justify-content: flex-start;
}

.concat-container-panel-header{
  width: 100%;
}

@media (max-width: 1253px){
  .item-grid-view{
    gap: 20px;
  }

  .item-grid-view-container{
    width: 48%;
  }
}

@media (max-width: 1200px) {
  .map-google-contact-container{
    width: 55%;
  }
  .title-header-about{
    font-size: 100px;
  }
  .text-logo-header{
    font-size: 150px;
  }
  .text-1-header{
    font-size: 24px;
    letter-spacing: 0.05em;
  }
  .title-1-home-section-3{
    margin-bottom: 25px;
    font-size: 50px;
  }
  .search-panel-part-2-container{
    flex-wrap: wrap;
  }
  .hotel-container{
    width: 100%;
    justify-content: flex-start;
  }
}

@media (max-width: 1023px) {
  .header-about,
  .section-login{
    padding: 160px 0px 130px;
  }
  .title-header-about{
    font-size: 80px;
  }
  .contact-section-1{
    padding: 60px 0px 50px;
  }
  .title-home-section-9{
    font-size: 50px;
  }
  .title-question {
    font-size: 20px;
  }
  .cards-container,
  .box-1-profile-container,
  .container-2-home-section-8{
    flex-direction: column;
  }
  .home-description-item{
    margin-bottom: 30px;
  }
  .title-1-home-section-3{
    font-size: 40px;
    margin-bottom: 15px;
  }
  .login-container{
    margin-top: 5px!important;
  }
  .search-panel-header-box{
    flex-direction: column;
  }
  .profile,
  .hidden-nav-bar{
    display: none;
  }
  .icon-mini-nav-bar-container-2{
    display: flex!important;
  }
  .icon-mini-nav-bar-container{
    display: block;
  }
  .box-1-profile-container{
    margin-bottom: 30px;
  }
  .profile-2-home-container,
  .profile-1-home-container{
    width: 100%;
  }
  .card-container{
    width: auto;
  }
  .chat-container{
    width: 50px;
    height: 50px;
    bottom: 20px;
    border-radius: 50%;
    right: 60px;
  }
  .title-chat{
    padding: 0 9px;
  }
  .open-chat-container{
    border-radius: 15px 15px 0px 0px;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    z-index: 9999
  }
  .open-chat-container .title-chat{
    padding: 0 20px;
  }
}

@media (max-width: 960px) {
  .content-text-tour-details-container{
    flex-direction: column-reverse;
  }

  .content-image-tour-details{
    width: 100%;
  }

  .sub-title-container{
    font-size: 20px !important;
  }

  .button3,
  .btn-style{
    padding: 11px 16px !important;
  }

  .button3{
    font-size: 15px;
  }

  .header-tour-container h2,
  .title-1-contact,
  .title-2-home-section-3{
    font-size: 20px !important;
  }
  
  .no-comments{
    font-size: 50px !important;
  }

  .input-form-contact{
    padding: 0px 20px !important;
    height: 50px;
    font-size: 14px;
  }

  .container-question-home-section-7{
    padding: 15px 15px 15px 25px;
  }

  .text-2-home-section-3{
    font-size: 12px;
  }

  .about-section-1{
    padding: 60px 15px 60px;
  }

  .text-1-about-section-1{
    margin-top: 50px;
    font-size: 14px;
  }

  .title-about-section-2{
    font-size: 25px
  }

  .link-about,
  .title-info-about{
    font-size: 18px;
  }

  .title-info-about{
    margin-bottom: 10px;
  }

  .title-about-section-2-container,
  .info-block-section-2-container{
    margin-bottom: 30px;
  }

  .section-destination,
  .tour-container,
  .home-section-3 {
    padding: 40px 0px 30px;
  }

  .image-1-container-2-section-3{
    width: 100% !important;
  }

  .link-section-3{
    display: none;
  }

  .container-1-section-3{
    margin-bottom: 0;
  }

  .header-tour-container{
    margin-bottom: 15px;
  }

  .functional-buttons-tour-container{
    margin-top: 0px;
    margin-bottom: 30px
  }

  .text-2-header{
    padding: 0px 20px;
  }

  .title-login{
    font-size: 25px;
  }

  .text-2-login,
  .text-1-login{
    font-size: 12px
  }

  .container-1-section-login{
    gap: 20px;
  }

  .form-login-container{
    padding: 30px 20px !important;
  }

  .header-login-container{
    margin-bottom: 30px !important;
  }

  .home-section-9{
    padding: 60px 0px;
  }

  .title-home-section-9{
    font-size: 30px !important;
  }

  .text-home-section-9{
    font-size: 16px;
  }

  .email-container{
    padding: 0px 20px;
  }

  .input-email{
    height: 50px;
  }

  .image-hotel-list{
    width: 200px !important;
    min-width: 200px !important;
    height: 150px !important;
  }

  .image-hotel-list-container{
    min-width: 200px !important;
    width: 200px !important;
    height: 150px !important;
  }

  .name-hotel-grid{
    font-size: 18px;
  }

  .gps-hotel-grid{
    font-size: 14px;
  }
}

@media (max-width: 900px) {

  .map-google-contact-container{
    width: 100%;
  }
  .form-part-container{
    flex-direction: column;
  }
  .form-block-input-contact-50{
    width: 100%;
  }
  .footer-container-1{
    flex-direction: column;
    gap: 35px;
  }
  .title-header-about{
    font-size: 70px;
  }
  .info-about-section-2-container{
    flex-direction: column;
  }
  .info-block-section-2-container{
    width: 100%;
  }
  .title-2-home-section-3{
    font-size: 40px;
  }
  .title-1-home-section-3{
    font-size: 30px;
    line-height: 40px;
  }
  .text-1-popular-header{
    line-height: 1.6em;
    font-size: 15px;
    margin-top: 12px;
  }
  .text-3-container-2-section-3 {
    font-size: 28px;
  }

  .search-panel-part-2-container,
  .item-grid-view,
  .hotel-grid-container{
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hotel-container{
    width: auto;
  }

  .item-grid-view-container,
  .item-hotel-grid{
    width: 100%;
  }
}

@media (max-width: 770px) {
  .title-header-about{
    font-size: 60px;
  }
  .filter-box-container,
  .search-header-container,
  .form-login-container{
    width: 100%;
  }
  .navigation-footer-container{
    gap: 5px;
  }
  .text-logo-header{
    font-size: 90px;
  }
  .text-1-header{
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: capitalize;
  }
  .text-2-header{
    line-height: 30px;
    font-size: 18px;
  }

  .filter-list-container,
  .header-tour-container,
  .popular-box,
  .contact-section-1-box,
  .info-section-3-container,
  .container-2-section-3,
  .search-panel-header-container{
    flex-direction: column;
  }
  .title-1-home-section-3{
    margin-top: 15px;
  }
  .login-container{
    margin-top: 15px!important;
  }
  .new-line{
    display: none;
  }
  .header-tour-container{
    align-items: flex-start;
  }
  .filter-box-container{
    margin-bottom: 0;
  }
  .admin-nav-panel{
    padding: 20px 10px;
    display: none;
  }
  .admin-nav-panel-top{
    display: flex;
  }

  .icon-mini-nav-bar{
    width: 30px;
    height: 30px;
  }

  .logo{
    width: 40px;
    height: 40px;
  }

  .fixed-nav{
    padding-top: 20px;
  }

  .header-tour-container div{
    width: 100%;
    margin-top: 10px;
  }

  .input-search{
    padding: 8px 20px;
    height: 50px;
  }
}

@media (max-width: 650px) {
  .footer-container-2{
    flex-direction: column;
    gap: 35px;
  }
  .title-header-about{
    font-size: 50px;
  }
  .title-home-section-9{
    font-size: 40px;
  }
  .box-2-form-payment-container,
  .email-container{
    flex-direction: column;
  }
  .title-about-section-2{
    font-size: 30px;
  }
  .footer-navigation{
    padding: 0 10px;
  }
  .title-1-home-section-7{
    line-height: 40px;
    font-size: 30px;
  }
  .text-1-home-section-7{
    line-height: 30px;
    font-size: 18px;
  }
  .title-question {
    font-size: 18px;
    line-height: 28px;
  }
  .title-1-home-section-8{
    font-size: 26px;
  }
  .title-2-home-section-3{
    line-height: 40px;
    font-size: 30px;
  }
  .container-1-section-3{
    flex-direction: column;
    align-items: flex-start;
  }
  .link-section-3-container{
    margin-top: 25px;
  }
  .title-popular-section-1{
    line-height: 40px;
    font-size: 30px;
  }
  .text-popular-section-1{
    line-height: 30px;
    font-size: 18px;
  }
  .input-email{
    width: 100%;
  }
  .admin-nav-panel{
    padding: 15px 5px;
  }
  .part-form-payment-container{
    width: 100%;
  }
  .image-hotel-list{
    width: 130px !important;
    min-width: 130px !important;
    height: 100px !important;
  }

  .image-hotel-list-containe{
    min-width: 130px !important;
    width: 130px !important;
    height: 100px !important;
  }
  .name-hotel-grid{
    font-size: 16px;
  }

  .gps-hotel-grid{
    font-size: 12px;
  }

  .item-hotel-list:hover .item-hotel-box-list{
    margin: 10px 20px;
  }
}

@media (max-width: 560px){
  .navigation-footer-container{
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 5px;
  }
  .link-login{
    margin-top: 15px;
  }
  .container-2-section-login{
    text-align: right;
  }
  .container-2-section-login{
    flex-direction: column;
  }
}

@media (max-width: 460px) {
  .text-logo-header{
    font-size: 60px;
  }
  .title-1-home-section-3{
    line-height: 40px;
    font-size: 30px;
  }
  .display-none{
    display: none;
  }
}


/*# sourceMappingURL=styles.css.map*/