/*!
 * Start Bootstrap - Small Business (https://startbootstrap.com/template/small-business)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-small-business/blob/master/LICENSE)
 */


body {
  font-family: 'Roboto', sans-serif, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #3d3e40;
  text-align: left;
  background-color: #fafafa;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6;
  padding-top: 56px;
  background-attachment:fixed;
  background-repeat: no-repeat;
  background-size:contain;
  background-position:center;
  /*background-image:url('../img/logo/logo_2021_black.png');*/
  margin:0;
}

.logo-wrapper {
  text-align: center;
  margin-bottom: 20px;
  animation: logo-move 2s infinite alternate;
}

.logo-wrapper img {
  max-width: 70%;
  height: auto;
}

@keyframes logo-move {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10px);
  }
}


#tours {
    transition: all 0.2s;
}

.large_font {
  font-size: 1.75rem !important;
}

.medium_font {
  font-size: 1.30rem !important;
}

.small_font {
  font-size: 1rem !important;
}

.parallax {
  background-image: url('../img/home/homepage_ebike.png');
  min-height: 650px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  text-shadow: 1px 1px 5px #000000;
}

.parallax h1 {
  margin: 0;
  line-height: 200px; /* Adjust the line-height to achieve the desired spacing */
}

@media (max-width: 1024px) {
  .parallax {
    background-attachment: scroll;
  }
}

.article-content p {
    margin-bottom: 1.5rem !important;
    display: block;
    margin-left: 0.5rem;
}

.card-note {
    font-size: 0.8rem;
    color: #6c757d; /* Bootstrap’s muted grey */
}

.card-img-fit {
    height: 300px;
    object-fit: contain;
    width: 100%;
}

.title-with-border {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); 
  padding-bottom: 10px; 
  margin-bottom: 20px; 
}


.img-small {
    max-height: 80%;
}

.footer-links a {
  color: #0687a1; 
  background-color: #031215; 
}

.footer-links a:hover,
.footer-links a:focus {
    color: #ffffff;
}

/*--------------------------------------------------------------
# Customized accordion FAQ
--------------------------------------------------------------*/
.customized-accordion {
  margin: 0;
  max-width: 100%; /* Adjust the max-width as needed */
}

.customized-accordion h5 {
  background-color: #f5f5f5;
  padding: 10px;
  margin: 0;
  margin-bottom: 1rem;
  cursor: pointer;
  border: 1px solid #ddd;
  text-align: left;
  border-radius: 10px;
}

.customized-accordion h5:hover {
  background-color: #f8f9fa; 
  color: #24BDFD;
}

.customized-accordion div {
  display: none;
  padding: 10px;
  border-top: 1px solid #ddd;
  background-color: #FFFFFF;
  transition: height 1s ease-out, opacity 1s ease-out;
  margin-bottom: 10px;
  overflow: hidden;
  opacity: 0;
}

.customized-accordion div.active {
  display: block;
  opacity: 1;
}


/*--------------------------------------------------------------
# Featured Services Section
--------------------------------------------------------------*/

.services .img {
  border-radius: 8px;
  overflow: hidden;
}

.services .img img {
  transition: 0.6s;
}

.services .details {
  padding: 50px 10px;
  margin: -30px 30px 0 30px;
  transition: all ease-in-out 0.3s;
  background: var(--white);
  position: relative;
  background: rgb(255,255,255, 0.9);
  text-align: justify;
  border-radius: 8px;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0, 0.5);
}

.services .details .icon {
  margin: 0;
  width: 72px;
  height: 72px;
  background: var(--primary);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: var(--white);
  font-size: 2rem;
  transition: ease-in-out 0.3s;
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  border: 6px solid var(--white);
}

.services .details h3 {
  color: var(--gray-dark);
  font-weight: 700;
  margin: 10px 0 15px 0;
  font-size: 1.7rem;
  transition: ease-in-out 0.3s;
}

.services .details p {
  line-height: 24px;
  font-size: 1.1rem;
  margin-bottom: 0;
}

.services .service-item:hover .details h3 {
  color: var(--primary);
}

.services .service-item:hover .details .icon {
  background: var(--white);
  border: 2px solid var(--primary);
}

.services .service-item:hover .details .icon i {
  color: var(--primary);
}

.services .service-item:hover .img img {
  transform: scale(1.2);
}


.featured-services .service-item {
  padding: 30px;
  transition: all ease-in-out 0.4s;
  background: var(--white);
  height: 100%;
}

.featured-services .service-item .icon {
  margin-bottom: 10px;
}

.featured-services .service-item .icon i {
  color: var(--primary);
  font-size: 36px;
  transition: 0.3s;
}

.featured-services .service-item h4 {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 24px;
}

.featured-services .service-item h4 a {
  color: var(--secondary);
  transition: ease-in-out 0.3s;
}

.featured-services .service-item p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.featured-services .service-item:hover {
  transform: translateY(-10px);
  box-shadow: 0px 0 60px 0 rgba(var(--secondary), 0.1);
}

.featured-services .service-item:hover h4 a {
  color: var(--color-primary);
}

@media screen and (max-width: 768px) {
  [ddata-aos-delay] {
    transition-delay: 0 !important;
  }
}


/*--------------------------------------------------------------
# Service ends
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Ebike shopSection
--------------------------------------------------------------*/
.cta {
  padding: 0;
  margin-bottom: 60px;
}

.cta .container {
  padding: 30px;
  background: rgba(173, 181, 185, 0.1);
  border-radius: 15px;
}

@media (max-width: 992px) {
  .cta .container {
    padding: 20px;
  }
}

.cta .content h3 {
  color: var(--gray-dark);
  font-size: 48px;
  font-weight: 700;
}

.cta .content h3 em {
  font-style: normal;
  position: relative;
}

.cta .content h3 em:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  height: 10px;
  z-index: -1;
}

.cta .content p {
  color: var(--gray-dark);
  font-weight: 600;
  font-size: 18px;
}

.cta .content .cta-btn {
  color: var(--white);
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 10px;
  background: rgba(var(--gray-dark-rgb), 0.9);
}

.cta .content .cta-btn:hover {
  background: var(--primary);
}

.cta .img {
  position: relative;
}

.cta .img:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  transform: rotate(12deg);
}

.cta .img:after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  transform: rotate(6deg);
}

.cta .img img {
  position: relative;
  z-index: 3;
  border-radius: 15px;
}

/*--------------------------------------------------------------
# Ebike shop ends
--------------------------------------------------------------*/

/* electric bike shop css starts*/

.cover {object-fit: cover;}

 /* image details zoom */
.zoom {
    padding: 10px;
    transition: transform .2s; /* Animation */
    width: 250px;
    height: 250px;
    margin: 0 auto;
}

.zoom:hover {
    transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.zoomindex {
    transition: transform .2s; /* Animation */
}

.zoomindex:hover {
    transform: scale(0.9); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    color: white;
    font-size: 2rem;

}

/* electric bike shop css stops*/

@media (max-width: 1300px) {
  .mobile-disappear {
    display: none;
  }
  .margin-mobile {
    margin-top: 3rem;
  }
}

@media (max-width: 1300px) {
  .mobile-margin {
    margin-top: 5rem;
  }
}

@media (min-width: 1300px) {
  .desktop-disappear {
    display: none;
  }
}

#mainNav {
    border-color: rgba(34, 34, 34, 0.05);
    background-color: #f9f9f9;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
#mainNav .navbar-brand {
    font-weight: 700;
    text-transform: uppercase;
    color: #008bd1;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}
#mainNav .navbar-brand:focus,
#mainNav .navbar-brand:hover {
    color: #008bd1;
}
#mainNav .navbar-toggle {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #222222;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus,
#mainNav .navbar-nav > li.nav-item > a.nav-link {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #222222;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:hover {
    color: #222222;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active,
#mainNav .navbar-nav > li.nav-item > a.nav-link.active {
    color: #222222 !important;
    background-color: #f9f9f9;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover {
    background-color: #f9f9f9;
}

.title-color{
  color: #282828 !important;
}
/*new css nav bar xxl for bootstrap 4*/

@media (max-width:1300px){
    .navbar-expand-xxl>.container,.navbar-expand-xxl>.container-fluid{
        padding-right:0px;
        padding-left:0
    }
}
@media (min-width:1300px){
    .navbar-expand-xxl{
        -ms-flex-direction:row;
        flex-direction:row;
        -ms-flex-wrap:nowrap;
        flex-wrap:nowrap;
        -ms-flex-pack:start;
        justify-content:flex-start
    }
    .navbar-expand-xxl .navbar-nav{
        -ms-flex-direction:row;
        flex-direction:row
    }
    .navbar-expand-xxl .navbar-nav .dropdown-menu{
        position:absolute
    }
    .navbar-expand-xxl .navbar-nav .dropdown-menu-right{
        right:0;
        left:auto
    }
    .navbar-expand-xxl .navbar-nav .nav-link{
        padding-right:.5rem;
        padding-left:.5rem
    }
    .navbar-expand-xxl>.container,.navbar-expand-xxl>.container-fluid{
        -ms-flex-wrap:nowrap;
        flex-wrap:nowrap
    }
    .navbar-expand-xxl .navbar-collapse{
        display:-ms-flexbox!important;
        display:flex!important
    }
    .navbar-expand-xxl .navbar-toggler{
        display:none
    }
    .navbar{
        flex-wrap:nowrap!important;
        -ms-flex-wrap:nowrap!important;
    }
}

.imgfit { 
  object-fit: cover;
}

/*.btn-mrg{
  margin-left: 100px;
}*/

.btn-lrg{
  width: 38%;
  /*box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.25);*/
}

.bg-white{
  background-color: #ffffff;
}

.bg-visit{
  background-color: rgba(233, 236, 239, 0.9);
  color: var(--gray-dark);
  border-radius: 15px;
}

.bg-clear{
  background-color: #fafafa;
  box-shadow: 0px 0 60px 0 rgba(var(--secondary), 0.1);
}

.bg-black{
  background-color: #031215;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}


.btn-default.active,
.btn-default:active,
.open > .btn-default.dropdown-toggle {
    color: #222222;
    border-color: #e0e0e0;
    background-color: #e6e6e6;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .btn-default.dropdown-toggle.focus,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle:hover {
    color: #FFFFFF;
    background-color: 137e91;
}

.btn-default.active,
.btn-default:active,
.open > .btn-default.dropdown-toggle {
    background-image: none;
}

iframe.map {
     height: 600px;
     width: 100%;
     border: none;
}

iframe.wikimap {
     height: 315px;
     width: 100%;
     border: none;
}

iframe.wikiloc {
     height: 400px;
     width: 100%;
     border: none;
}

iframe.map-small {
     height: 202px;
     width: 100%;
     border: none;
}

iframe.video-new {
     height: 315px;
     width: 100%;
     border: none;
}

@media (min-width: 1200px) {
    div.widget-ebt {
        display: block;
    }
}


/*index tour boxes starts*/

.gx-0 {
  --bs-gutter-x: 0;
}


.padding_img {
  padding-top: 3rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 1rem;
}

.bg-square {
  background-color: #22bbd7;
}

.projects-section {
  padding: 5rem 0;
}
.projects-section .featured-text {
  padding: 2rem;
}
@media (min-width: 992px) {
  .projects-section .featured-text {
    padding: 0 0 0 2rem;
    border-left: 0.5rem solid #64a19d;
  }
}
.projects-section .project-text {
  padding: 3rem;
  font-size: 90%;
}
@media (min-width: 992px) {
  .projects-section .project-text {
    padding: 5rem;
  }
  .projects-section .project-text hr {
    border-color: #64a19d;
    border-width: 0.25rem;
    width: 30%;
  }
}

.text-start {
  text-align: left !important;
}


/*index tour boxes stops*/

.mt-large {
  margin-top: 10rem !important;
}

.text-grey {
    color: #dcd7d7;
}

.title {
    text-transform: uppercase;
}

/*--------------------------------------------------------------
# visit Malaga custom css
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  background: linear-gradient(45deg, #1de099, #1dc8cd);
  color: #fff;
  border-radius: 4px 4px 0 0;
  right: 15px;
  bottom: 0;
  transition: none;
  visibility: hidden;
  opacity: 0;
  width: 64px;
  height: 34px;
}

.back-to-top i {
  line-height: 0;
  font-size: 20px;
}

.back-to-top:focus {
  background: linear-gradient(45deg, #1de099, #1dc8cd);
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #1dc8cd;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}


/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  overflow: hidden;
}

/* Sections Header
--------------------------------*/
.section-header .section-title {
  font-size: 32px;
  color: #111;
  text-align: center;
  font-weight: 400;
}

.section-header .section-description {
  text-align: center;
  padding-bottom: 40px;
  color: #777;
  font-style: italic;
}

.section-header .section-divider {
  display: block;
  width: 60px;
  height: 3px;
  background: #1dc8cd;
  background: linear-gradient(0deg, #1dc8cd 0%, #55fabe 100%);
  margin: 0 auto;
  margin-bottom: 20px;
}

/* Section with background
--------------------------------*/
.section-bg {
  background: #eff5f5;
}

/* About Us Section
--------------------------------*/
#about {
  padding: 60px 0;
  overflow: hidden;
}

#about .about-img {
  height: 510px;
  overflow: hidden;
}

#about .about-img img {
  margin-left: -15px;
  max-width: 100%;
}

@media (max-width: 768px) {
  #about .about-img {
    height: auto;
  }

  #about .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }
}

#about .content .h2 {
  color: #333;
  font-weight: 300;
  font-size: 24px;
}

#about .content h3 {
  color: #777;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
}

#about .content p {
  line-height: 26px;
}

#about .content p:last-child {
  margin-bottom: 0;
}

#about .content i {
  font-size: 20px;
  padding-right: 4px;
  color: #1dc8cd;
}

#about .content ul {
  list-style: none;
  padding: 0;
}

#about .content ul li {
  padding-bottom: 10px;
}

/* Product Featuress Section
--------------------------------*/
#features {
  background: #fff;
  padding: 60px 0 0 0;
  overflow: hidden;
}

#features .features-img {
  text-align: center;
  padding-top: 20px;
}

@media (min-width: 769px) {
  #features .features-img {
    padding-top: 120px;
    margin-top: -200px;
  }
}

#features .features-img img {
  max-width: 100%;
}

#features .box {
  margin-bottom: 15px;
  text-align: center;
}

#features .icon {
  margin-bottom: 10px;
}

#features .icon i {
  color: #666666;
  font-size: 40px;
  transition: 0.5s;
}

#features .icon i:before {
  background: #1dc8cd;
  background: linear-gradient(45deg, #1dc8cd 0%, #55fabe 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#features .title {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 22px;
}

#features .title a {
  color: #111;
}

#features .description {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
}

#features .section-description {
  padding-bottom: 10px;
}

/* Product Advanced Featuress Section
--------------------------------*/
#advanced-features {
  overflow: hidden;
}

#advanced-features .features-row {
  padding: 60px 0 30px 0;
}

#advanced-features h2 {
  font-size: 26px;
  font-weight: 700;
  color: #000;
}

#advanced-features h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-style: italic;
  color: #999;
}

#advanced-features p {
  line-height: 24px;
  color: #777;
  margin-bottom: 30px;
}

#advanced-features i {
  color: #666666;
  font-size: 64px;
  transition: 0.5s;
  float: left;
  padding: 0 15px 0px 0;
  line-height: 1;
}

#advanced-features i:before {
  background: #1dc8cd;
  background: linear-gradient(45deg, #1dc8cd 0%, #55fabe 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#advanced-features .advanced-feature-img-right {
  max-width: 100%;
  float: right;
  padding: 0 0 30px 30px;
}

#advanced-features .advanced-feature-img-left {
  max-width: 100%;
  float: left;
  padding: 0 30px 30px 0;
}

@media (max-width: 768px) {

  #advanced-features .advanced-feature-img-right,
  #advanced-features .advanced-feature-img-left {
    max-width: 50%;
  }
}

@media (max-width: 767px) {

  #advanced-features .advanced-feature-img-right,
  #advanced-features .advanced-feature-img-left {
    max-width: 100%;
    float: none;
    padding: 0 0 30px 0;
  }
}

/* More Features Section
--------------------------------*/
#more-features {
  padding: 60px 0 60px 0;
  overflow: hidden;
}

#more-features .box {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #fff;
  transition: 0.4s;
  height: 100%;
}

#more-features .icon {
  float: left;
}

#more-features .icon i {
  color: #666666;
  font-size: 80px;
  transition: 0.5s;
  line-height: 0;
}

#more-features .icon i:before {
  background: #1dc8cd;
  background: linear-gradient(45deg, #1dc8cd 0%, #55fabe 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#more-features h4 {
  margin-left: 100px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#more-features h4 a {
  color: #111;
}

#more-features p {
  font-size: 14px;
  margin-left: 100px;
  margin-bottom: 0;
  line-height: 24px;
}

@media (max-width: 767px) {
  #more-features .box {
    margin-bottom: 20px;
  }

  #more-features .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }

  #more-features h4,
  #more-features p {
    margin-left: 0;
    text-align: center;
  }
}

/* Clients Section
--------------------------------*/
#clients {
  padding: 30px 0;
  background: #fff;
  overflow: hidden;
}

#clients img {
  max-width: 100%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}

#clients img:hover {
  opacity: 1;
}



/* Frequently Asked Questions Section
--------------------------------*/
#faq {
  padding: 60px 0;
  overflow: hidden;
}

#faq .faq-list {
  padding: 0;
  list-style: none;
}

#faq .faq-list li {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

#faq .faq-list .question {
  display: block;
  position: relative;
  font-family: #1dc8cd;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-left: 25px;
  cursor: pointer;
  color: #179ca0;
  transition: 0.3s;
}

#faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
}

#faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 25px;
}

#faq .faq-list .icon-show {
  display: none;
}

#faq .faq-list .collapsed {
  color: black;
}

#faq .faq-list .collapsed:hover {
  color: #1dc8cd;
}

#faq .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}

#faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}

/* Our Team Section
--------------------------------*/
#team {
  padding: 60px 0;
  overflow: hidden;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
}

#team .member .pic {
  margin-bottom: 15px;
  overflow: hidden;
  height: 260px;
}

#team .member .pic img {
  max-width: 100%;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  color: #b3b3b3;
}

#team .member .social a:hover {
  color: #1dc8cd;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.radius {
  border-radius: 15px;
}

.caption-black {
    color: black;
  }

.small-container {
    margin-left: 8px;
    margin-right: 8px;
  }


  /*--------------------------------------------------------------
# Travel Hero Section
--------------------------------------------------------------*/
/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */
:root { 
  --background-header: #3d3e40;  
  --default-color: #031215; /* Default color used for the majority of the text content across the entire website */
  --heading-color: #031215; /* Color for headings, subheadings and title throughout the website */
  --accent-color: #24bdfd; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
  --surface-color: #fafafa; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
  --contrast-color: #fafafa;
}

.travel-hero {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 120px 0 60px 0;
}

.travel-hero .hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.travel-hero .hero-background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.travel-hero .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, color-mix(in srgb, var(--background-header), transparent 60%) 0%, color-mix(in srgb, var(--background-header), transparent 80%) 50%, color-mix(in srgb, var(--background-header), transparent 90%) 100%);
  z-index: 1;
}

.travel-hero .hero-text .hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  color: #e6e6e6;
}

.travel-hero .hero-text .hero-subtitle {
  font-size: 1.2rem;
  margin-bottom: 2rem;
  opacity: 0.9;
  line-height: 1.6;
  color: #e6e6e6;
}

.travel-hero .hero-text .hero-buttons .btn {
  padding: 12px 30px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.travel-hero .hero-text .hero-buttons .btn.btn-primary {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  color: var(--contrast-color);
}

.travel-hero .hero-text .hero-buttons .btn.btn-primary:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  border-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  transform: translateY(-2px);
}

.travel-hero .hero-text .hero-buttons .btn.btn-outline {
  background-color: transparent;
  border: 2px solid var(--contrast-color);
  color: var(--contrast-color);
}

.travel-hero .hero-text .hero-buttons .btn.btn-outline:hover {
  background-color: var(--accent-color);
  color: var(--contrast-color);
  transform: translateY(-2px);
  border-color: var(--accent-color);
}

.travel-hero .booking-form-wrapper .booking-form {
  background-color: var(--background-header);
  border-radius: 15px;
  padding: 2rem;
  box-shadow: 0 10px 30px color-mix(in srgb, var(--default-color), transparent 85%);
  backdrop-filter: blur(10px);
}

.travel-hero .booking-form-wrapper .booking-form .form-title {
  color: #e6e6e6;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  text-align: center;
}

.travel-hero .booking-form-wrapper .booking-form label {
  color: var(--background-header);
  font-weight: 500;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}

.travel-hero .booking-form-wrapper .booking-form .form-control,
.travel-hero .booking-form-wrapper .booking-form .form-select {
  border: 2px solid color-mix(in srgb, #e6e6e6, transparent 80%);
  border-radius: 8px;
  padding: 12px 15px;
  font-size: 14px;
  color: #e6e6e6;
  background-color: var(--background-header);
  transition: all 0.3s ease;
  width: 100%;
}

.travel-hero .booking-form-wrapper .booking-form .form-control:focus,
.travel-hero .booking-form-wrapper .booking-form .form-select:focus {
  border-color: var(--accent-color);
  box-shadow: 0 0 0 0.2rem color-mix(in srgb, var(--background-header), transparent 75%);
  outline: none;
}

.travel-hero .booking-form-wrapper .booking-form .form-control::placeholder,
.travel-hero .booking-form-wrapper .booking-form .form-select::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.travel-hero .booking-form-wrapper .booking-form .btn-primary {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  color: var(--contrast-color);
  padding: 12px 20px;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.travel-hero .booking-form-wrapper .booking-form .btn-primary:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  border-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  transform: translateY(-1px);
}

@media (max-width: 992px) {
  .travel-hero .hero-text {
    text-align: center;
    margin-bottom: 3rem;
  }

  .travel-hero .hero-text .hero-title {
    font-size: 2.5rem;
  }

  .travel-hero .hero-text .hero-subtitle {
    font-size: 1.1rem;
  }

  .travel-hero .booking-form {
    margin-top: 2rem;
  }
}

@media (max-width: 768px) {
  .travel-hero .hero-text .hero-title {
    font-size: 2rem;
  }

  .travel-hero .hero-text .hero-subtitle {
    font-size: 1rem;
  }

  .travel-hero .hero-text .hero-buttons .btn {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
  }

  .travel-hero .hero-text .hero-buttons .btn:last-child {
    margin-bottom: 0;
  }

  .travel-hero .booking-form-wrapper .booking-form {
    padding: 1.5rem;
  }
}