
/*
Theme Name: GoCar
Theme URL: 
Author: TemplatesJungle
Author URL: https://templatesjungle.com/
Description: GoCar is a Free Bootstrap Website Template for Car Rental by TemplatesJungle.
Version: 1.0
*/

/*--------------------------------------------------------------
This is main CSS file that contains custom style rules used in this template
--------------------------------------------------------------*/

/*------------------------------------*\
    Table of contents
\*------------------------------------*/


/** Base Styles
--------------------------------------------------------------*/
:root {
  --accent-color: #F58634;
  --secondary-color: #79A6DE;
  --dark-color: #000000;
  --white-color: #FFFFFF;
  --body-text-color: #000000;
  --light-text-color: #52658C;
  /* --light-text-color: #686868; */
  --link-color:  #F58634;
  --background-color: #F9F9F9;
}

/* Fonts */
:root {
  
    --body-font: 'Barlow Condensed';
    --heading-font: 'Barlow Condensed';
    --heading-font-bold: 'Barlow Condensed';
    --sub-heading-font: 'Barlow Condensed';
  
}


/*  General Styles
/*----------------------------------------------*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
}

/** Typography
    --------------------------------------------------------------*/
body {
  font-family: var(--body-font);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6em;
  letter-spacing: 0.02em;
  color: var(--light-text-color);
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  font-family: var(--heading-font-bold);
  font-weight: 700;
  color: var(--dark-color);

}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: var(--sub-heading-font);
  font-weight: 700;
  color: var(--body-text-color);

}

h1,
.h1 {
  font-size: 3.938rem;
  text-transform: uppercase;
}

h2,
.h2 {
  font-size: 2.875rem;
  text-transform: uppercase;
}

h3,
.h3 {
  font-size: 2.25rem;
  text-transform: capitalize;

}

h4,
.h4 {
  font-family: var(--sub-heading-font);
  font-weight: 700;
  color: var(--body-text-color);
  font-size: 1.688rem;
  text-transform: capitalize;
}

h5,
.h5 {
  font-size: 1rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;

}

.text-primary {
  color: var(--accent-color) !important;
}

p {
  font-family: var(--body-font);
  color: var(--light-text-color);
}

hr {
  color: #E4E4E4;
  opacity: 100;
}


a {
  font-family: var(--body-font);
  color: var(--dark-color);
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}

a:hover {
  color: var(--accent-color);
  text-decoration: none;
}

@media only screen and (max-width: 768px) {
  div#contacto {
    font-size: .8em;
  }
  h1,
  .h1 {
    font-size: 3rem;
  }

  h2,
  .h2 {
    font-size: 2.3rem;
  }

  h3,
  .h3 {
    font-size: 1.7rem;
  }

  h4,
  .h4 {
    font-size: 1.3rem;
  }

}


/* bootstrap button override  
--------------------------------------------------------------*/
.btn {
  --bs-btn-font-size: 1rem;
  letter-spacing: 0.1em;
  transition: 0.3s ease-in;
}

.btn-primary {
  text-transform: uppercase;
  --bs-btn-font-weight: 700;
  --bs-btn-font-family: var(--body-font);
  --bs-btn-padding-x: 1.25rem;
  --bs-btn-padding-y: 0.938rem;
  --bs-btn-color: var(--white-color);
  --bs-btn-bg: var(--dark-color);
  --bs-btn-border-color: var(--dark-color);
  --bs-btn-hover-color: var(--white-color);
  --bs-btn-hover-bg: var(--accent-color);
  --bs-btn-hover-border-color: var(--accent-color);
  --bs-btn-active-color: var(--white-color);
  --bs-btn-active-bg: var(--accent-color);
  --bs-btn-active-border-color: var(--accent-color);
}

.btn-outline-primary {
  border: 2px solid var(--accent-color);
  --bs-btn-color: var(--body-text-color);
  --bs-btn-border-color: var(--accent-color);
  --bs-btn-hover-color: var(--white-color);
  --bs-btn-hover-bg: var(--accent-color);
  --bs-btn-hover-border-color: var(--accent-color);
  --bs-btn-active-color: var(--white-color);
  --bs-btn-active-bg: var(--accent-color);
  --bs-btn-active-border-color: var(--accent-color);
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
  color: var(--white-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}


/* offcanvas styling */
.btn-close {
  --bs-btn-close-focus-shadow: none;
}


/*--------------------------------------------------------------
Index page style start
--------------------------------------------------------------*/



/*---- navigation section style start ----*/

nav.navbar {
  height: 115px;
  background: var(--white-color);
  z-index: 9999999;
  filter: drop-shadow(0px 0px 10px lightgrey);
  width: 100vw;
}

.offcanvas.show:not(.hiding), .offcanvas.showing {
  height: 100vh;
}


/* Logo */
.navbar-brand img {
  width: 175px; 
  height: auto; 
  margin-left: 0px;
  margin-top: -88px;
  position: absolute;
}



a.nav-link,
.nav-button {
  color: var(--body-text-color);
  font-size: 1rem;
  font-family: var(--body-font);
  letter-spacing: 0.02em;
  text-transform: capitalize;
}

a.nav-link::after {
  content: "";
  text-align: center;
  display: block;
  width: 0;
  height: 2px;
  background: var(--accent-color);
  transition: width 0.3s;
}

a.nav-link.active::after,
a.nav-link:focus::after,
a.nav-link:hover::after {
  width: 100%;
  transition: width 0.3s;
}

.container.toolbar {
  margin-bottom: -100px; 
}

/* dropdown */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0em;
  vertical-align: 0em;
  content: "";
  border: none;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
}

.dropdown-item.active,
.dropdown-item:active {
  color: var(--body-text-color);
  text-decoration: none;
  background-color: var(--background-color);
}

/* modal  */
.modal-header {
  border-bottom: none;
}

.my-5 {
  margin-bottom: 0 !important;
  margin-bottom: 0 !important;
}

/*---- hero section style start ----*/
section#hero {
  background: var(--background-color);
  height: 100vh;
}

.hero-content {
  padding: 200px 0px;
}


.hero-content h1, .hero-content h2, .hero-content a {
    opacity: 0; /* Las letras no son visibles al principio */
    transition: opacity 1s ease; /* Transición suave */
}


.hero-content h1.horizontal, .hero-content h2.horizontal, .hero-content a.horizontal {
    opacity: 1; /* Hace que las letras sean visibles */
}


.hero-paragraph {
  font-size: 1.313rem;
  color: #E6E7E8
}

.pattern-overlay.pattern-right {
  right: 0px;
  top: 0px;
}

.detail.mb-4 {
  filter: drop-shadow(0px 0px 15px white);
}

.contacto {
  border-top: 1px solid #dddddd;
  padding: 2em;
  margin: 0;
}

.mensaje-contacto {
  text-align: center;
}

.contactenos {
  width: 10em;
  margin: 0 auto;
}

.hero-content h1.horizontal, .hero-content h2.horizontal {
  opacity: 1;
  filter: drop-shadow(0px 0px 3px rgb(34, 34, 34));
}

.pattern-overlay.pattern-left {
  bottom: 0px;
}

/* Banner */
#hero .pattern-overlay img {
  width: 120%; 
  height: auto;
  margin-top: -25%;
  margin-left: -20%;
}

#banner-image {
  opacity: 0; /* La imagen no es visible al principio */
  transform: translateY(100%); /* La imagen está posicionada debajo */
  transition: opacity 1s ease, transform 1s ease; /* Transiciones suaves */
}

#banner-image.loaded {
  opacity: 1; /* Hace que la imagen sea visible */
  transform: translateY(0); /* Mueve la imagen hacia arriba */
}

@media only screen and (max-width: 992px) {
  #hero .pattern-overlay img {
    height: 103vh;
    width: unset;
    margin-left: 50%;
    margin-top: -3vh;
  }
}

@media only screen and (max-width: 768px) {
  .hero-paragraph {
    font-size: 1rem;
  }
  .row.py-4 {
    display: flex;
    flex-direction: column;
  }
  section {
    height: unset;
  }
  .py-5 {
    padding-top: unset !important;
    padding-bottom: unset !important;
  }
  .btn-primary {
    filter: drop-shadow(0px 0px 3.5em grey);
  }
}




/*---- search section style start ----*/
.search-block {
  background: #FFFFFF;
  border: 1px solid #FAFAFA;
  box-shadow: 0px 12px 90px rgba(12, 12, 12, 0.06);
  border-radius: 9px;
  position: static;
  margin-top: 0;
  left: 0;
  right: 0;
}

iconify-icon.search-icons {
  color: #B8B8B8;
  font-size: 20px;
}

.label-style {
  color: var(--body-text-color);
}

.input-group-text {
  border: none;
  background: transparent;
}

.form-control {
  border: 1px solid #E1E1E1;
  border-radius: 4px !important;
  color: var(--body-text-color);
}

.form-control:focus {
  border-color: var(--light-text-color);
  box-shadow: none;
  color: var(--body-text-color);
}

.process-content {
  margin-top: 260px;
}

.search-icon-position {
  right: 0;
}

@media only screen and (max-width: 992px) {
  .search-block {
    position: static;
    margin-top: 0;
  }

}




/*---- process section style start ----*/

.process-block {
  margin-top: -54px;
}

.bullet {
  z-index: 1;
  position: v absolute;
  background: #e6e7e8;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  transition: 0.3s ease;
}

.bullet:hover {
  background: var(--accent-color);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 12px #52658C;
  border-radius: 15px;
}

@media only screen and (max-width: 990px) {
  .progress-line {
    display: none;
  }
}




/*---- rental section style start ----*/

#rental {
  margin-bottom: 150px; /* Ajusta el tamaño del espacio según lo necesites */
}
.swiper-button-next.rental-arrow,
.swiper-button-prev.rental-arrow {
  background: var(--white-color);
  color: var(--dark-color);
  border: 1px solid var(--dark-color);
  padding: initial;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  --swiper-navigation-size: 20px;
  font-weight: bold;
  
}

.swiper-button-next.rental-arrow {
  right: 10%;
}

.swiper-button-prev.rental-arrow {
  left: 10%;

}


.swiper-button-disabled {
  opacity: 1; /* el cero desaparece el botón para seguir scrolleando*/
  cursor: auto;
  pointer-events: none;
}


.card {
  --bs-card-border-width: none;
  --bs-card-border-radius: none;
  --bs-card-inner-border-radius: none;
}



.rental-list {
  color: var(--light-text-color);
}

.rental-price {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
}

img.card-img-top {
  border-radius: 10px;
  object-fit: contain; /* Ajusta cómo se ajusta la imagen dentro del contenedor */
}

.card-text {
  column-count: 2;
}
.row>li {
  padding-right: 0;
}

.card-title {
  text-align: center;
}

@media only screen and (max-width: 990px) {
  .rental-list.display-small {
    display: none;
  }
}


/*---- testimonial section style start ----*/
section#testimonial {
  background: var(--background-color);
}

.testimonial-icon {
  font-size: 127px;
  color: var(--accent-color);
}

.testimonial-paragraph {
  font-size: 31px;
  line-height: 146%;

}

@media only screen and (max-width: 768px) {
  .testimonial-icon {
    font-size: 100px;
    color: var(--accent-color);
  }



}


/* swiper overide 
--------------------------------------------------------------*/
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  position: unset;
}

.swiper-pagination-bullet {
  background: var(--swiper-pagination-bullet-inactive-color, var(--accent-color));

}





/*---- pricing section style start ----*/
.pricing-lable {
  background: #EDF3E0;
  border-radius: 10px;
  overflow: hidden;
  height: 580px;
}


iconify-icon.pricing-lable-icon {
  color: #E2EEC9;
  font-size: 400px;
}

.pricing-detail {
  border: 3px solid #F58634; 
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; 
}

.price-recommend {
  color: var(--accent-color);
}

.label-color {
  color: var(--accent-color);
}

label#monthly-label,
label#yearly-label {
  cursor: pointer;
}


/* switch button style */
.form-switch .form-check-input {
  width: 4em;
  background-color: #f58634;;

  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input {
  height: 2em;
}

.form-check-input:focus {
  border-color: #f58634;
  box-shadow: none;
}

.form-check-input:checked {
  background-color: #f58634;
  border-color: #E6E7E8;
}

.form-check-input {
  border: var(--bs-border-width) solid #52658c;
}

.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  background-color: #F58634;

}

/*---- services section style start ----*/

section#services {
  min-height: 1300px; /* Establece un alto mínimo para la sección */
}

section#services {
  background: var(--background-color);

}

.services-components {
  background: var(--white-color);
  border: 2px solid #F58634; 
  box-shadow: 0px 12px 90px rgba(12, 12, 12, 0.06);
  border-radius: 9px;
  width: 260px; /* Ancho fijo */
  height: 120px; /* Alto fijo */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.services-icon {
  font-size: 45px;
  color: var(--accent-color);
}

/*---- faq section style start ----*/

section#faq {
  min-height: 1200px; /* Establece un alto mínimo para la sección */
}


/* accordian style override  */
.accordion-button {
  font-family: var(--sub-heading-font);
  font-weight: 700;
  color: var(--body-text-color);
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.09em;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: var(--body-text-color);
  background-color: var(--grey-color);
}

.accordion {
  --bs-accordion-border-color: none;
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-btn-icon: url('https://api.iconify.design/mdi/plus.svg');
  --bs-accordion-btn-active-icon: url('https://api.iconify.design/mdi/minus.svg');
}




/*---- blog section style start ----*/
a.blog-title {
  font-family: var(--sub-heading-font);
  font-weight: 700;
  color: var(--body-text-color);
  font-size: 1.688rem;
  text-transform: capitalize;
  transition: all 0.5s ease-in;
}

a.blog-title:hover {
  color: var(--accent-color);
  text-decoration: none;
}



/*---- call-to-action section style start ----*/
section#action {
  background: var(--background-color);
}




/*---- footer section style start ----*/


.social-link {
  display: flex;
  align-items: center;
  margin-bottom: 10px; /* Ajusta el margen inferior según sea necesario */
}

.social-link-icon {
  font-size: 24px;
  width: 20px; /* Establece un ancho fijo para los íconos */
  margin-right: 10px; /* Ajusta el margen derecho según sea necesario */
  
}

.social-link-icon.active {
  color: var(--accent-color);
}

/*--Iconos del fianl del footer--*/
.custom-icon {
  font-size: 15px;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
}

footer {
  flex-direction: column;
  margin-top: 30px;
}

/*--------------------------------------------------------------
Blog Page style start
--------------------------------------------------------------*/
.blog-title:hover {
  color: var(--accent-color);
}

.pagination {
  --bs-pagination-active-bg: var(--bs-black);
  --bs-pagination-active-border-color: var(--bs-gray-dark);
  --bs-pagination-color: var(--body-text-color);
}


/*--------------------------------------------------------------
Reviews Page style start
--------------------------------------------------------------*/
.reviews-components {
  border: 2px solid #FAFAFA;
  box-shadow: 0px 12px 90px rgba(12, 12, 12, 0.06);
  border-radius: 9px;
}

iconify-icon.quote {
  font-size: 60px;
  color: var(--accent-color);
}

.rate {
  color: var(--accent-color);
}


/*--------------------------------------------------------------
Properties-single page style start
--------------------------------------------------------------*/
iconify-icon.property-icon {
  color: var(--body-text-color);
  font-size: 30px;

}

.whatsapp-logo {
  width: 40px; 
  height: auto; 
}

.swiper-slide {
  transform: scale(.7) !important;
  transition: transform .5s !important;
}
.swiper-slide.swiper-slide-next {
  transform: scale(1) !important;
  margin-top: 0.8em;
  transition: transform .5s !important;
} 

#testimonial .swiper-slide {
  transform: scale(.7) !important;
} 

#menu {
  display: none;
}

/* flip card */
.flip-card {
  background-color: transparent;
  width: 260px;
  height: 100%;
  perspective: 1000px;
  cursor: pointer;
}

.flip-card-inner {
  position: relative;
  width: 260px;
  height: 120px;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 260px;
  height: 120px;
  -webkit-backface-visibility: hidden; 
  backface-visibility: hidden;
}

.flip-card-back {
  background-color: #F58634;
  color: white;
  transform: rotateY(180deg);
  border-radius: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flip-card-back p {
  color: white;
  text-transform: uppercase;
  padding: .5em;
  margin-top: .8em;
}

.col-sm {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: .9em;
}

#availabilityModal, #reservaModal, #graciasModal {
  z-index: 9999999999;
}

.modal-content {
  min-height: 90vh;
  max-height: fit-content;
  width: 90vw;
  margin: 0 auto;
  padding: 0;
}

.modal {
  --bs-modal-width: 100vw !important;
}

.busqueda {
  padding-left: 0;
  margin-bottom: 0;
}

.busqueda .row>li {
  padding-right: 1em;
}

.busqueda .card, .modal-body {
  display: flex;
  flex-direction: row;
  border-top: 1px solid #dddddd;
  background: linear-gradient(transparent, transparent, transparent, #00000012);
  padding: 0 2em;
}

.busqueda div {
  text-align: center;
}

.busqueda .card-text {
  column-count: 3; /* Default number of columns */
}

.busqueda p {
    margin-bottom: 0;
    text-align: right;
}

.busqueda button {
  padding: 8px;
}

@media (max-width: 768px) {
  .busqueda .card-text {
      column-count: 2; /* Adjust to two columns on smaller screens */
  }
  .busqueda .card {
    flex-direction: column;
  }
}

@media (max-width: 576px) {
  .busqueda .card-text {
      column-count: 2; /* Adjust to one column on even smaller screens */
  }
  .busqueda button {
    width: 100%;
  }
}

.custom-form {
    margin: 0 auto;
}

.custom-form label {
    font-weight: bold;
}

.custom-form input[type="text"],
.custom-form input[type="email"],
.custom-form textarea {
    width: 100%;
    padding: 0.375rem 0.75rem;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.custom-form input[type="text"]:focus,
.custom-form input[type="email"]:focus,
.custom-form textarea:focus {
    outline: none;
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-form button[type="submit"] {
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    cursor: pointer;
}

.modal-body {
  padding: unset;
  border-bottom: 0px solid red;
  margin-bottom: 0;
  padding-bottom: 0;
}

.modal-body p {
  padding-left: 1em;
}

.card p {
  margin: 0 auto;
}

.contenedor-btn-reservar {
  text-align: center;
  margin-bottom: 2.5em;
}


/* Icono flotante Whataspp*/

.whatsapp-float {
  position: fixed;
  bottom: 20px; /* borde inferior */
  right: 15px; /*  borde derecho */
  z-index: 1000;
  padding: 2px; /* espacio alrededor del icono para hacerlo más grande */
  border-radius: 50%; 
  width: 45px; /*  ancho del contenedor */
  height: 45px; /*  altura del contenedor */
  display: flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(0 0 3px gray);
}

.whatsapp-icon {
  width: 100%; /* Utiliza el 100% del contenedor */
  height: auto; /* Ajusta la altura automáticamente para mantener la proporción */
  color: #fff; /* Cambia el color del icono */
}

/* Página estadísticas*/ 

.titulo-estadisticas {
  /*color: var(--bs-border-width) solid #52658c !important;*/
  color: #7286b5;
  font-size: 85%;
}

.card-estadistica {
  background: linear-gradient(135deg, #52658c 0%, #7286b5 100%) !important;
  color: #ffffff;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.card-estadistica p {
  color: white !important;
}

.card-estadistica h2 {
  font-weight: bold;
}

.header-estadisticas{
    font-size: 3rem;
    font-family: var(--body-font);
    letter-spacing: 0.02em;
    font-weight: bold;
}

.area-graficos {
  display: flex;
  flex-direction: column;
  align-items: center; /* Centra los gráficos horizontalmente */
  justify-content: center; /* Centra el contenedor verticalmente */
 
}

.estilo-graficos {
  background-color: #f8f8f8;
  border: 2px solid #ccc;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  max-width: 80%; /* Ajusta el ancho del gráfico */
  width: 100%;
  margin-bottom: 20px; /* Espacio entre los gráficos */
}

.estilo-graficos canvas {
  width: 100% !important;  
}
