@import url('https://fonts.googleapis.com/css?family=Michroma&display=swap');
@import url('https://fonts.googleapis.com/css?family=hostGrotesk&display=swap');

body {
    font-family: Michroma, serif;
    background: rgb(33, 36, 41);
}
section,
footer {
    font-family: Host Grotesk, serif;
    font-size: 20px;
}
p {
    color: white;
}
.dropdown-brg>.dropdown-menu {
    background-color: rgb(33, 36, 41) !important;
}

.dropdown-brg>.dropdown-menu.show {
    background-color: rgb(33, 36, 41) !important;
}

.dropdown-brg>.dropdown-menu a {
    color: white;
}
.dropdown-brg>.dropdown-menu a:hover {
    color: rgb(64, 64, 64);
}
.dropstar>.dropdown {
    position: relative;
    display: inline-block;
  }
  .dropstar>.dropdown-brg {
    position: relative;
    display: inline-block;
    height: 50px;
  }
  .dropstar>.dropdown-menu {
    background-color: rgb(255, 255, 255) !important;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    display: block;
    z-index: 1000;
    pointer-events: none;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.dropstar>.dropdown-menu.show {
    opacity: 1;
    z-index: 1000;
    transform: translateY(0);
    pointer-events: auto;
    background-color: rgb(255, 255, 255) !important;
}


.dropdown {
    position: relative;
    display: inline-block;
  }
  .dropstar>.dropdown-brg {
    position: relative;
    display: inline-block;
  }
  .dropdown-button {
    background:none;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
  }
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: white !important;
    min-width: 160px;
    box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 5px;
  }
  .dropdown-content button {
    color: black;
    padding: 10px;
    text-align: left;
    border: none;
    background: none;
    width: 100%;
    cursor: pointer;
  }
  .dropdown-content button:hover {
    background-color: #ddd;
  }
  .dropdown:hover .dropdown-content {
    display: block;
  }
.btn-secondary.dropdown-toggle {
    background: linear-gradient(135deg, #4da9ff 0%, #2196f3 100%);
    border: none;
    position: relative;
    overflow: hidden;
}

.btn-secondary.dropdown-toggle::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: 0.5s;
}

.btn-secondary.dropdown-toggle:hover::before {
    left: 100%;
}
.nav-link {
    color: white;
}
.navbar-nav .nav-link.active {
    color: rgb(180, 180, 180);
}
.navbar-brand img {
    width: auto;
    height: 70px;
    object-fit: contain;
}
.navbar-lra img,
.navbar-lra1 img {
    height: 60px;
}
.navbar-lra1 {
    margin-right: 10px;
}
.navbar-brand {
    margin: 0;
    padding: 0;
}
.navbar-toggler {
    background-color: rgb(92, 91, 91);
}

.sidebar {
    color: rgb(255, 255, 255);
    
}

.card {
    background: black;
    color: rgb(255, 255, 255);
    display: flex;
}
.card a {
    text-decoration: none;
    color: rgb(255, 255, 255);
}

#cars {
    margin-left: 10%; 
    margin-right: 10%; 
    padding-bottom: 30px;
    width: 80%;
    padding-left: 0;
}
.btn-rent {
    display: flex;
    justify-content: center;
    width: 100%;
}
.btn-primary {
    display: flex;
    justify-content: center;
    /* width: 110px; */
}

.btn-primary {
    background: linear-gradient(135deg, #4da9ff 0%, #2196f3 100%) !important;
    border: none !important;
    box-shadow: 0 2px 10px rgba(33,150,243,0.3) !important;
    position: relative;
    overflow: hidden;
}

.btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: 0.5s;
}

.btn-primary:hover::before {
    left: 100%;
}

.invisible-btn {
    background: none;
    border: none;
    cursor: pointer;
    width: 100px; 
    height: 25px; 
  }

.modal-body>.number {
    background:none;
    border: none;
}
.container-xxl>.row>* {
    flex-shrink: 0;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin-top: var(--bs-gutter-y);
}

.img-x6 {
    width: 600px; 
    margin-top: 140px;
    height: auto;
    position: relative;
    transform: translateX(-130%);
    opacity: 0; 
    animation: slideIn 2s ease-out forwards; 
}
.about-img .img-x6.active {
    transform: translateY(-20%);
    opacity: 1;
}

.why-us-h4 {
    color: rgb(0, 0, 0);
    display: flex;
    justify-content: center;
    position: relative;

}

.about-us {
    margin-right: 0; 
    padding-right: 0; 
    background-color: rgb(218, 218, 218); 
    width: 100%;
    height: 700px;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(3, 1fr);
}
.about-txt {
    width: 620px;
    height: 700px;
    display: grid;
    grid-column: 5/10;
    margin-top: 200px;
    position: relative;
    transform: translateY(-40%); 
    opacity: 0; 
    animation: slideIn1 2s ease-out forwards; 
}
.about-txt.active {
    transform: translateY(0); 
    opacity: 1; 
}
.slide-text,
.footer-text {
    color: rgb(255, 255, 255);
    margin: auto auto;
}
footer,
.btn-outline-primary {
    border-top: 1px solid rgb(49, 49, 49);

}
footer {
    background: rgb(33, 36, 41);
    padding: 20px 0;
}

.map-container {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.map-container iframe {
    width: 100%;
    height: 400px;
    border: none;
    display: block;
}

#map {
    width: 100%;
    height: 400px;
    border-radius: 10px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.media-links {

    display: grid;
    grid-column: repeat(3, fr1);
    grid-row: repeat(2, fr1);
    margin-bottom: 10px;
    grid-template-columns: 1fr 100px 1fr;
}
.media-links>h5 {
    grid-row:1/2;
    grid-column: 2/3;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 5px;
}

.media-links>.wtsp {
    grid-row: 2/3;
    grid-column: 1/2;
    text-align: right;

}
.media-links>.tme {
    grid-row: 2/3;
    grid-column: 2/3;
    text-align: center;
}
.media-links>.inst {
    grid-row: 2/3;
    grid-column: 3/4;

}

.call-anim {
    animation: call 2s ease 0s infinite normal forwards;
}

.about-img h2,
.about-img p {
    display: none;
}

.why-us {
    background-color:  rgb(218, 218, 218);
}
.why-us-txt p{
    color: black;
}

section>.btn-group {
    position: fixed;
    right: 10px; 
    top: 90%; 
    transform: translateY(-50%) rotate(90deg);
    display: flex;
    align-items: center;
    justify-content: center; 
    z-index: 1000; 
}
.btn-group>.show {
    padding-left: 12px;
    background-color: grey;
    height: 53px;
    padding-bottom: 3px;
    padding-top: 5px;
}

.card {
    animation: 3s show ease;
  }
  

  gmpx-store-locator {
    width: 100%;
    height: 100%;

    /* These parameters customize the appearance of Locator Plus. See the documentation at
       https://github.com/googlemaps/extended-component-library/blob/main/src/store_locator/README.md
       for more information. */
    --gmpx-color-surface: #fff;
    --gmpx-color-on-surface: #212121;
    --gmpx-color-on-surface-variant: #757575;
    --gmpx-color-primary: #1967d2;
    --gmpx-color-outline: #e0e0e0;
    --gmpx-fixed-panel-width-row-layout: 28.5em;
    --gmpx-fixed-panel-height-column-layout: 65%;
    --gmpx-font-family-base: "Roboto", sans-serif;
    --gmpx-font-family-headings: "Roboto", sans-serif;
    --gmpx-font-size-base: 0.875rem;
    --gmpx-hours-color-open: #188038;
    --gmpx-hours-color-closed: #d50000;
    --gmpx-rating-color: #ffb300;
    --gmpx-rating-color-empty: #e0e0e0;
  }

  @keyframes show {
    from { opacity: 0; }
    to { opacity: 1; }
  }        
@keyframes call {
	0%,
	100% {
		transform: translateX(0%);
		transform-origin: 50% 50%;
	}

	15% {
		transform: translateX(-30px) rotate(-6deg);
	}

	30% {
		transform: translateX(15px) rotate(6deg);
	}

	45% {
		transform: translateX(-15px) rotate(-3.6deg);
	}

	60% {
		transform: translateX(9px) rotate(2.4deg);
	}

	75% {
		transform: translateX(-6px) rotate(-1.2deg);
	}
}
@keyframes slideIn {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes slideIn1 {
    0% {
        transform: translateY(-40%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes slideIn2 {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@media (max-width: 450px) {
    .about-us>.about-img>.img-x6 {
        width: 300px;
        margin-top: 50px;
        display: inline-block;
    }
    .about-us>.about-img {
        margin-left: 20px;
        margin-right: 40px;
        width: 100%; 
        text-align: center; 
    }  
    .bgvideo {
        height: 250px;
    }
    .col-lg-12>.row>.about-us {
        height: 1250px;
    }
    .bgvideo video {
        height: 250px;
    }
    .effect {
        height: 250px;
    }
}

@media (max-width: 755px) {
    .carousel-indicators {
        display: none;
    }
    .about-img>.img-x6 {
        width: 300px;
        margin-top: 70px;
        display: inline-block;
    }
    .about-us>.about-img {
        margin-left: 20px;
        margin-right: 40px;
        width: 100%; 
        text-align: center; 
    }
    .row>.about-us {
        height: 800px;
    }
    .row>.abts-ge {
        height: 1050px;
    }

    
}


@media (min-width: 992px) {
    .navbar-lra1 {
        display: none;
    }
    .dropdown-brg {
        display: none;
    }
   
    
}
@media (max-width: 991px) {
    .navbar-lra {
        display: none;
    }
    .dropdown {
        display: none;
    }
    .about-us>.about-img {
        margin-left: 45px;
        margin-right: 70px;
        width: 100%; 
        text-align: center; 
    }
    .about-img>.img-x6 {
        width: 400px;
        margin-top: 70px;
        display: inline-block;
    }
    .about-us {
        height: 600px;
    }
    .navbar-nav .nav-item.dropdown {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
    
    .navbar-nav .dropdown-menu {
        margin-top: 0 !important;
    }
    .navbar-brand img {
        height: 50px;
    }
}
@media (max-width:1250px) {
    .about-img {
        margin-left: 90px;
        margin-right: 80px;
        width: 100%; 
        text-align: center; 
    }
    .img-x6 {
        width: 500px;
        margin-top: 70px;
        display: inline-block;
    }
    .about-us {
        display: flex;
        height: 900px;
        
    }
    .about-txt {
        display: flex;
        align-items: end;
    }
    .about-txt {
        display: none;
    }
    .about-img h2,
    .about-img p {
        display: flex;
        justify-content: center;
    }
    
    .bgimage>.img-text h1 {
        font-size: 80px;
    }
    .bgimage>.img-text p {
        font-size: 25px;
    }
    .bgimage>.img-text {
        margin-top: 20px;
        margin-left: 50px;
    }
    #cars {
        margin-left: 5%; 
        margin-right: 5%; 
        padding-bottom: 30px;
        width: 90%;
        
    }

}
@media(min-width:1500px) {
    section .bgimage {
        height: 840px;
    }
    section .bgimage img {
        height: 840px;
    }
    section .bgvideo {
        height: 800px;
    }
    section .bgvideo video {
        height: 800px;
    }
    section .effect {
        height: 800px;
    }
}

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 400px;
    gap: 5px;
}

.footer-text {
    width: 100%;
    text-align: center;
    margin: 0 !important;
}

.footer-text p {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 5px;
}

footer {
    background: rgb(33, 36, 41);
    padding: 20px 0;
}

h5 {
    margin: 5px 0;
}

.lang-btn, .lang-btn:hover, .lang-btn:focus,
.dropdown-menu-dark, .dropdown-menu-dark .dropdown-item,
.dropdown-menu-dark .dropdown-item:hover {
    all: revert;
}

@media (max-width: 991px) {
    .d-flex.align-items-center {
        gap: 8px;
    }
}
