@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gilda+Display&display=swap');

* {
    margin: 0;
    padding: 0;
}

body {
    line-height: 1.8;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
}

.logo {
    width: 150px;
}

.flag {
    width: 25px;
    height: 25px;
}

.nav-link,
.nav-link:hover,
.dropdown-toggle,
.dropdown-toggle:active {
    color: black;
}


.navbar {
    background-color: white;

}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: black;
}

.navbar.scrolled {
    background-color: white;
}

.scrolled .nav-link {
    color: black !important;
}

.active,
.scrolled .active {
    color: #00AEEF !important;
}

a {
    text-decoration: none;
    color: inherit;
}

.footer {
    background-color: rgba(0, 0, 0, 0.938);
    color: white;
    padding: 50px 0 20px 0;
}

.footer-title {
    font-weight: 600;
    font-size: 1.2rem;
}

.logo-powered {
    width: 120px;
}

/* Heo Section */
.hero-section {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3)), url('image/hero-section.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.sector {
    padding: 100px 0;
}

.title {
    color: #0A6DB8;
    font-family: "Gilda Display", serif;
    font-weight: 600;
    font-size: 2.5rem;
}

.supertitle {
    font-family: "Gilda Display", serif;
    font-weight: 600;
    font-size: 3.5rem;
}

.chars p {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1rem;
}

.about-col {
    border: #00AEEF 2px double;
    background-color: #00afef1c;
    padding: 20px;
}

.book-now,
.book-now:hover {
    color: white;
    background-color: #00AEEF;
    border-radius: 30px;
    width: fit-content;

}

.other-section {
    background-color: #00afef1c;
}

.makina {
    border: #00AEEF solid 2px;
    padding: 0;
}

.car-info {
    padding: 20px;
}

.map {
    width: 100%;
    height: 400px;
}

/* cAR rENTAL pAGE */
.rental-section {
    /* Gradienti shkon nga e zeza transparente (0.7) drejt një të zeze më të lehtë (0.3) */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3)), url('image/Screenshot 2024-06-04 105726.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    /* Që teksti të duket qartë mbi gradient */
}

.about-section {

    /* Gradienti shkon nga e zeza transparente (0.7) drejt një të zeze më të lehtë (0.3) */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3)), url('image/hero-section.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    /* Që teksti të duket qartë mbi gradient */
}

.tour-section {

    /* Gradienti shkon nga e zeza transparente (0.7) drejt një të zeze më të lehtë (0.3) */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3)), url('image/butrinti-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    /* Që teksti të duket qartë mbi gradient */
}
.rentals-bg1{
  
    /* Gradienti shkon nga e zeza transparente (0.7) drejt njÃ« tÃ« zeze mÃ« tÃ« lehtÃ« (0.3) */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3)), url('image/Screenshot 2024-06-04 105726.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    /* QÃ« teksti tÃ« duket qartÃ« mbi gradient */
}

.contact-section {

    /* Gradienti shkon nga e zeza transparente (0.7) drejt një të zeze më të lehtë (0.3) */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3)), url('image/hero-section.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    /* Që teksti të duket qartë mbi gradient */
}
.car-card{
    border: 1px solid #00AEEF;
}
.footer-map {
    width: 100%;
}

@media(max-width:900px) {
    .navbar {
        background-color: white;
    }

    .nav-link,
    .navbar-nav .nav-link.active,
    .navbar-nav .nav-link.show,
    .nav-link,
    .nav-link:hover,
    .dropdown-toggle,
    .dropdown-toggle:active {
        color: black;
    }

}

@media(max-width:400px) {
    .supertitle {
        font-size: 3rem;
    }
}