:root{
    --yallow:#ffc107;
    --color:#666;
    --heading-font: "Inter", sans-serif;
    --desc-font:"Jost", sans-serif;
}
h1, h2, h3, h4, h5, h6{
    font-family: var(--heading-font);
}

label, p, a, span, button {
    font-family: var(--desc-font);
}

/* Header css */
.navbar-brand:focus, .navbar-brand:hover{
  color: #fff;
}
a.navbar-brand img {
    width: 100%;
}
.top-bar {
    background: #92823e;
    text-align: center;
    color: #fff;
    padding: 6px 0;
}
.top-bar p {
    margin: 0;
}
a.navbar-brand {
    width: 12%;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 21px;
}
nav.navbar-bg {
    background: #4e84c4;
    position: unset !important;
    padding: 8px 0px !important;
}
nav.navbar.navbar-expand-sm {
    width: 100%;
    padding: 15px 0px;
}
div#mynavbar {
  justify-content: end;
  padding-left: 30px;
}
a.nav-link {
    color: #fff;
    font-weight: 500;
    padding: 0 0 0 19px !important;
    font-size: 16px;
}
.nav-link:focus, .nav-link:hover{
    color: var(--yallow) !important;
}
.call-now a {
    padding: 10px 24px !important;
    background: #000;
    border-radius: 102px;
    margin-left: 27px;
    color: #f9b52c;
}
/* Button */
.CTA-button {
    margin: 48px 0px;
}

.CTA-button a:first-child {
  background: var(--yallow);
  color: #000;
}

.CTA-button a {
  text-decoration: none;
  color: #fff;
  background: #000000;
  padding: 10px 22px;
  border-radius: 60px;
  font-weight: 500;
  font-size: 18px;
  width: 100%;
  text-align: center;
}
.dropdown.language-trans {
  margin-left: 20px;
  border-left: 1px dashed #fff;
  padding-left: 10px;
}
button.gtranslate img {
  width: 23px;
}
ul.dropdown-menu.show a img {
  width: 19px;
}
/* End button */

/* Hero section */

section.hero_section {
    background: linear-gradient(to bottom, #000000, #00000078, #2c1b0178,  #ffffff), url(../assets/img/HeroImage_Homepage.webp);
    background-size: cover;
    background-position: bottom;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    height: 90vh;
}


/* Contact form */

form#signup-form {
  padding: 20px 20px;
}

form#signup-formlabel {
  display: block;
  font-weight: 500;
}
h6.General-enquery {
  /*text-align: center;*/
  font-family: 'jost';
}
h6.General-enquery a {
  color: #2196f3;
}
form#signup-form .form-group input, form#signup-form .form-group select {
  width: 100%;
  height: 50px;
  font-family: 'Jost';
  border: 1px solid #ddd;
  padding: 0 14px;
}

.form-group textarea {
  width: 100%;
  border-radius: 0px;
  font-family: 'Jost';
  border: 1px solid #ddd;
}
form#signup-form .form-group {
  padding-bottom: 14px;
}
form#contactForm button.pelum-btn {
  padding: 10px 20px;
  border-radius: 100px;
  margin: auto;
  display: block;
  background: #ffc107;
  color: #000;
  border: navajowhite;
  font-weight: 600;
}
form#contactForm {
  padding: 10px 5px 10px 5px;
  width: 80%;
  margin: auto;
}
.contact-info p {
  font-size: 14px;
  margin: 0;
}
.tag-container {
  display: flex;
  flex-wrap: wrap;
  /* padding: 0 14px; */
  border: 1px solid #ddd;
  min-height: 50px;
  cursor: text;
}

.tag {
  background: #ffc107;
  color: black;
  padding: 5px 10px;
  margin: 5px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
}

.tag .remove {
  margin-left: 5px;
  cursor: pointer;
}
.tag-input {
  border: none !important;
  outline: none;
  flex: 1;
  min-width: 100px;
  padding: 5px;
}

.contact-box {
  text-align: center;
  /* background: #f3f3f3; */
  padding: 13px 0px;
  /* border-radius: 11px; */
}
.contact-box a {
  background: #eee;
  padding: 4px 13px;
  border-radius: 112px;
  color: #000;
  display: inline-block;
  margin-top: 9px;
  font-weight: 600;
}
.contact-box h6 {
  font-weight: 900;
  font-style: italic;
}

/* Signup page */

h2.form-heading {
  font-size: 16px;
  font-weight: 800;
  font-style: italic;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
section.contact-page:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 50%;
  right: 0;
  /*background: #fff4f48c;*/
  top: 0;
  z-index: -1;
  border-bottom-left-radius: 610px;
  border-bottom-right-radius: 610px;
}
section.search-destination-filter {
  margin-top: -105px;
 
}


.slider-container {
  /* width: 90%; */
  /* text-align: center; */
  /* margin: auto; */
  /*padding-top: 100px;*/
  align-items: center;
}
div#mynavbar ul {
    padding-right: 50px;
}

.slider-container h2 {
    font-weight: 300;
    font-size: 55px;
    /* text-transform: uppercase; */
    color: #fff;
    /*font-style: italic;*/
    line-height: 1.2;
}
.slideritem p {
  color: #fff;
  font-weight: 500;
}
.slideritem span {
  background: #6a6a67;
  padding: 0 8px;
  border-radius: 22px;
  color: #fff;
}
.signup-form-content h3 {
  font-weight: 900;
  /*font-style: italic;*/
  font-size: 46px;
}
.signup-form-content {
  padding-top: 40%;
  position: sticky;
  top: 20px;
}

.contact-page {
  padding: 70px 0;
  position: relative;
 
} 
section.about-page {
  padding: 70px 0;
}

button#create-account{
  background: #000;
  height: 50px;
  border-radius: 50px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}
textarea.form-control {
  font-size: 13px;
}
.title-section h2 span {
    /* display: block; */
    color: var(--skybluecolor);
    font-family: var(--heading-font);
}
.social-lead-list ul {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: 24% 24% 24% 24%;
    grid-column-gap: 15px;
}
.social-lead-list ul li i {
    color: var(--yallow);
    font-size: 22px;
    padding-right: 9px;
}
.CTA-button a:hover {
    background: #ffffff;
    color: #000;
}
.cta-section a {
    background: #000;
    padding: 8px 20px;
    border-radius: 62px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
}
.section-title {
    text-align: center;
}
.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 102px;
  width: 65px;
  height: 65px;
  /* border: 2px solid #2196f3 !important; */
}
#accommodation-slider .owl-nav button i {
  font-size: 18px;
  color: #fff;
}
#accommodation-slider .owl-nav button {
  width: 29px;
  height: 29px;
  background: #100c0c80;
  border: 0px !important;
}
.owl-nav i {
  color: #fff !important;
}
#accommodation-slider .owl-nav button.owl-prev {
  left: 2px;
}
#accommodation-slider .owl-nav button.owl-next {
  right: 2px;
}
.owl-nav button.owl-prev {
    left: -70px;
}
.owl-nav button.owl-next {
    right: -70px;
}
.CTA-for-blog:hover a {
    background: var(--yallow);
    color: #fff;
}
  .owl-dots {
    text-align: center;
    padding-top: 15px;
  }
  .owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
  }
  .owl-dots button.owl-dot.active {
    background-color: #000;
  }
  .owl-dots button.owl-dot:focus {
    outline: none;
  }
  .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* background: rgb(146 130 62) !important; */
    border-radius: 102px;
    width: 50px;
    height: 50px;
}
.owl-nav button i {
    color: var(--skybluecolor);
    font-size: 22px;
}
section.blog-page {
    padding: 70px 0px;
}
.header-2 {
    position: relative !important;
    background: #000000;
}
header#mainHeader {
    background: #000;
}

.fixed-header {
  position: fixed !important;
  top: 0;
  left: 0;
  background: #000000bf;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  z-index: 999;
  width: 100%;
}

/* Drop dwon */

.dropbtn {
  background-color: var(--yallow);
  /* font-family: var(--heading-font); */
  color: #000000;
  padding: 9px 20px;
  font-size: 17px;
  border: 2px solid var(--yallow);
  cursor: pointer;
  border-radius: 41px;
  font-weight: 500;
  margin-left: 0;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #fff;
  color: #000;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #000;
    width: 195%;
    /* overflow: auto; */
    right: 0;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 6px;
    top: 75px;
    padding: 10px 12px;
    z-index: 99;
}
.form-field label {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    font-style: normal;
}

#myDropdown button {
    width: 100%;
    border: 0px;
    background: var(--yallow);
    font-family: 'Jost';
    padding: 9px 10px;
    border-radius: 82px;
    margin-top: 12px;
    font-weight: 700;
}

#myDropdown:before {
    content: '';
    position: absolute;
    right: 20px;
    width: 20px;
    height: 20px;
    background: var(--skybluecolor);
    top: -10px;
    transform: rotate(45deg);
}

.dropdown-content a {
    color: white;
    padding: 7px 23px;
    text-decoration: underline;
    display: block;
    font-size: 16px;
    text-align: center;
}

.dropdown a:hover {
   color: var(--yallow);
}
.dropdown-content a span {
    display: block;
    font-size: 12px;
    color: #ff9e6c;
    font-weight: 500;
}
.dropdown-content a span del {
    color: #ddd;
}

.show {display: block;}

/* Model css */

.model-box-content p {
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 15px;
}
.modal-content {
    border-radius: 0;
}

.model-box-content label {
    font-weight: 700;
}
section.point-section {
    padding: 70px 0;
    border-bottom: 1px solid #eee;
}
.point-container {
    width: 70%;
    margin: auto;
}
.point-box {
    text-align: center;
}
.point-box p {
    margin: 0;
}
.point-box h3 {
    margin: 0;
}

.text-left{
    text-align: left;
}
.owl-dots {
    display: none;
}

/* Services section */

section#services {
  padding: 70px 0;
}
.service-box-item {
  position: relative;
  height: 100%;
  padding-bottom: 30px;
}

.service-box-item img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: top;
  border-radius: 12px;
}
.service-box-item h2 {
  font-size: 20px;
  font-weight: 400;
  margin-top: 22px;
  margin-bottom: 0;
}
.service-box-item p {
  font-size: 14px;
  padding: 9px 0 14px 0;
  margin: 0;
}
.cta-link-btn {
  position: absolute;
  bottom: 0;
}
.cta-link-btn a {
    background: #ffc107;
    padding: 8px 20px;
    border-radius: 22px;
    color: #000;
    font-weight: 600;
}
.cta-link-btn a:hover {
    background: #000;
    color: #fff;
}


/* Performance */
section#performance {
    padding: 70px 0px;
    border-top: 1px solid #eee;
    /* border-bottom: 1px solid #eee; */
    padding-bottom: 0;
}
.section-title span {
  color: var(--yallow);
  font-family: var(--heading-font)
}
.per-icon i {
  font-size: 35px;
  color: #454645;
}
.performance-box {
  padding: 15px 15px;
  background: #fff;
  border-radius: 13px;
  border: 1px solid #eee;
}
.performance-box p {
  font-size: 14px;
}
.performance-box h2 {
  font-size: 22px;
  margin-top: 10px;
}

.logo-section img {
    /* filter: contrast(0.1); */
    margin: auto;
    /* width: unset !important; */
    height: 70px;
    object-fit: contain;
    object-position: center;
    border: 1px solid #eee;
    padding: 6px 20px;
    border-radius: 5px;
}
.logo-section {
  text-align: center;
}

/* Features */

section#features {
  padding: 70px 0px;
  position: relative;
}
section#features:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 760px;
  background: #fbf8f8;
  left: 0;
  bottom: 0;
  display: block;
  z-index: -1;
  border-radius: 920px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.feature-item h4 {
  font-size: 22px;
  margin-top: 10px;
  color: #333;
  font-weight: 500;
}
.feature-item p {
  font-size: 14px;
}
.feature-item {
    text-align: center;
    padding: 20px 30px;
    border: 2px solid #f3f3f3;
    /* border-radius: 15px; */
    margin-bottom: 15px;
    /* padding-top: 0; */
    background: #fff;
    border-radius: 14px;
}
.feature-item i {
    font-size: 35px;
    color: #ffc107;
}
/* About */
section#about {
  padding: 70px 0;
}
.colon-container {
  display: grid;
  grid-template-columns: 49% 49%;
  grid-column-gap: 10px;
}
.aboutuscontent-div {
    position: sticky;
    top: 10px;
}
.about-section h2 {
  font-weight: 900;
  font-size: 38px;
  /*font-style: italic;*/
}
.about-section h3 {
  font-size: 20px;
  font-weight: bold;
}
.about-section h3 span {
  font-weight: 900;
  color: var(--yallow);
}
.colon-box {
  padding: 23px 10px;
  border: 1px solid #eee;
  border-radius: 13px;
  background: #eee;
}
.colon-box h5 {
  font-size: 18px;
  font-weight: 900;
}
.colon-box p {
  font-size: 14px;
  margin-bottom: 0;
}

.content-box {
  padding-bottom: 15px;
}
.content-box h2 {
  font-size: 18px;
  font-weight: 800;
  color: #333;
}
.content-box p {
  font-size: 14px;
  margin-bottom: 3px;
}
.content-box ul {
  font-family: 'Jost';
  font-size: 14px;
}
.content-box a {
  color: #03a9f4;
  text-decoration: underline;
  font-weight: 600;
  padding-left: 5px;
}
h4.modal-title {
  font-family: 'Inter';
  font-weight: 900;
}

form#contactForm input {
  border-radius: 0px;
  height: 45px;
  font-size: 13px;
  margin-top: 7px;
  border: 1px solid #ddd;
}

/* Footer */

.footer {
  padding: 50px 0px 0;
  background: linear-gradient(to left, #181716ba, #0000009e, #000000ad), url(../assets/img/HeroImage_Homepage.webp);
  background-size: cover;
  background-position: center;
}
.about-content p {
    color: #e9e9e9;  
}

.contactus-footer ul {
    list-style: none;
    padding: 0;
    padding-left: 10px;
}
.contactus-footer ul li {
    color: #fff;
    position: relative;
    padding: 5px 0;
    font-family: 'Jost';
}
.contactus-footer ul li a {
    color: #fff;
    text-decoration: none;
}
.contactus-footer ul i {
    position: absolute;
    left: -30px;
}
.about-content label {
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    border-right: 1px solid #ddd;
    margin-right: 10px;
    padding-right: 10px;
}
.about-content a {
    color: #fff;
    text-decoration: none;
    padding-right: 11px;
}
.f-logo {
    text-align: center;
    color: #fff;
}
.f-logo h6 {
    margin-bottom: 0;
    margin-top: 10px;
}
.about-content h6 {
  color: var(--yallow);
}
.copy-right {
  text-align: center;
  padding: 7px 0;
  background: #000000;
  margin-top: 50px;
}
.copy-right p {
    margin-bottom: 0;
    color: #fff;
}

/* Floating button Live chat*/

a{
    text-decoration:none;
}
 
/* Contact form */

.form-field {
    margin-bottom: 2px;
}
.form-field label {
    width: 100%;
    font-weight: 600;
}
.form-field textarea {
    width: 100%;
    border: 1px solid #ddd;
}
.form-check-input:checked {
  background-color: var(--yallow) !important;
  border-color: var(--yallow) !important;
}
.form-field input {
    height: 45px;
    padding: 0 12px;
   font-family: 'jost';
    border: 1px solid #fff;
    width: 100%;
    /* border-radius: 42px; */
}
label.form-check-label {
  color: #fff;
}
.form-check.form-switch {
  margin-top: 12px;
}
.form-container {
    display: grid;
    grid-template-columns: 48% 48%;
    grid-column-gap: 4%;
}

button#submit {
    width: 50%;
    padding: 10px 20px;
    border: 1px solid #ddd;
    background: var(--yallow);
    color: #000;
    font-family: 'Jost';
    font-weight: 600;
    margin-bottom: 11px !important;
    border-radius: 42px;
    /* margin: auto; */
    display: block;
}

label.login-label a {
    padding: 3px 1px;
    font-weight: 800;
    color: var(--yallow);
}
.section-signup {
    padding: 60px 0px;
}

form#registration_form {
    font-family: 'jost';
    padding: 6px 6px;
}

.form-field select {
    width: 100%;
    height: 40px;
    border-color: #c7c7c7;
}

.content-list p {
    text-align: left;
    margin: 0;
}

/* / end description tab / */

.need-help {
    text-align: center;
    padding: 50px 0px;
}
.need-help h5 {
    font-weight: 700;
}
 
#myDropdown button a {
    padding: 0;
}
#myDropdown button:hover a {
    color:#000;
}

/*Partner review*/

section#partner_reviews {
    padding: 30px 0;
}
.review-box {
    padding: 15px;
    background: #fff;
    border-radius: 15px;
    margin-bottom: 21px;
    box-shadow: 0px 0px 12px #eee;
    margin: 40px 7px;
    text-align: center;
    margin-bottom: 20px;
}
.start-div i {
    color: #ffc107;
}
.review-box p {
    font-size: 14px;
    margin: 10px 0;
    padding: 9px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.autor-div h6 {
    font-size: 14px;
    margin-bottom:5px;
}

/*Whatapp chat*/

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #202020;
    color: #FFF;
    border-radius: 50px;
    font-size: 33px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}

.my-float{
	margin-top:16px;
}
.form-group label {
    font-size: 15px;
    padding-bottom: 3px;
}

/* Price table */

.price-container-box {
    padding: 53px 20px;
    background: #f3f3f3;
    border-radius: 13px;
    position: relative;
}

.price-container-box span {
    position: absolute;
    top: 0;
    font-size: 11px;
    font-weight: 600;
    background: #4caf50;
    padding: 5px 26px;
    color: #fff;
    /* width: max-content; */
    text-align: center;
    left: 50%;
    border-radius: 15px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    transform: translate(-50%, 0px);
    margin: auto;
}

.price-btn a {
    background: #ffc107;
    padding: 10px 30px;
    border-radius: 22px;
    color: #000;
    font-weight: 500;
    display: block;
}
.price-btn a:hover {
    background: #000;
    color: #fff;
}
.price-btn {
    text-align: center;
    padding: 19px 0;
}
.price-container-box p {
    margin-bottom: 0px;
}
.point-div strong {
    font-size: 13px;
    font-family: 'Jost';
    padding: 9px 0;
    display: block;
}
.point-div ul {
    padding-left: 17px;
    list-style: none;
}
.point-div ul li {
    font-size: 15px;
    padding-bottom: 6px;
    font-family: 'Jost';
    position: relative;
}
.price-container-box h2 {
    font-size: 27px;
    font-weight: 400;
    text-align: center;
}
.point-div li i {
    position: absolute;
    left: -21px;
    color: #ffa623;
    font-weight: 900;
}
p.title-dec-price {
    text-align: center;
    font-weight: 600;
}
p.title-dec-price span {
    font-size: unset;
    background: unset;
    color: unset;
    position: unset;
    padding: unset;
}

select#currencySelector {
    font-family: 'Jost';
    font-size: 14px;
    padding: 7px 9px;
    border-radius: 62px;
    border: 2px solid #ddd;
}

