*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}

body{
    background-color: #000080;
}

body, html{
    height: 100%;
}

/*Navbar section*/

.sectionOne {
    width: 100%;
    height: 80px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: space-between; /* Space out logo and nav */
    padding: 0 20px; /* Add some padding to the sides */
}

.logo {
    width: auto; /* Adjust as needed */
    height: 60%; /* Adjust as needed */
    display: flex;
    align-items: center;

}

.responsive-image {
    max-height: 100%;
    width: auto;
}

.nav {
    width: auto; /* Adjust as needed */
    height: 100%;
    display: flex;
    align-items: center;
}

.navbar {
    display: flex;
    align-items: center;
    background-color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.nav-links {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

.nav-links li {
    margin-right: 20px;
    position: relative;
}

.nav-links a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
    display: block;
}

.dropdown-arrow {
    font-size: 12px;
    margin-left: 5px;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    list-style: none;
    padding: 0;
    margin: 0;
}

.dropdown-content li a {
    color: #333;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content li a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {
    display: block;
} 


.nav-buttons {
    display: flex;
    margin-left: 20px;
}

.apply-now-button {
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 20px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
    min-width: 100px;
}

.apply-now-button:hover {
    opacity: 0.8;
}

/* Mobile Styles */
.hamburger {
    display: none; /* Hide by default on larger screens */
    cursor: pointer;
    padding: 10px;
}

.bar {
    width: 25px;
    height: 3px;
    background-color: #333;
    margin: 5px 0;
    transition: 0.4s;
}

@media screen and (max-width: 768px) {
    .navbar {
        justify-content: space-between; /* Space out hamburger and buttons */
        padding: 10px;
    }

    .nav-links {
        display: none; /* Hide on mobile */
        flex-direction: column;
        background-color: #f9f9f9;
        position: absolute;
        top: 80px; /* Adjust based on header height */
        left: 0;
        width: 100%;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 2;
    }

    .nav-links.active {
        display: flex;
    }

    .nav-links li {
        margin: 0;
        border-bottom: 1px solid #ddd;
    }

    .nav-links li a {
        padding: 15px;
        text-align: center;
    }

    .dropdown {
        width: 100%;
    }

    .dropdown a {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .dropdown-content {
        position: static;
        box-shadow: none;
        width: 100%;
        background-color: #eee;
        display: none; /* Initially hidden in mobile view */
    }

    .dropdown.active > .dropdown-content {
        display: block;
    }

    .nav-buttons {
        margin-left: 0;
    }

    .hamburger {
        display: block; /* Show on mobile */
    }
}

/*second section*/

.sectionTwo {
    background-image: url('photoOne.jpg'); /* Replace with your image URL */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 500px; /* Adjust as needed */
    color: white;
    width: 100%;
    display: flex;
    flex-direction: column;
}



.floatingRectangle {
    background-color: #000080; /* Navy blue color */
    color: white;
    width: 25%; /* 25% width of the parent container */
    padding: 20px;
    position: absolute; /* Position it absolutely inside the sectionTwo */
    left: 20px; /* Add some margin on the left side */
    top: 50%; /* Position it vertically in the center */
    transform: translateY(-50%); /* Adjust to truly center the rectangle */
    box-sizing: border-box;
    /*border-radius: 8px; /* Optional: Rounded corners */
    font-family: "Mulish", sans-serif;
    font-optical-sizing: auto;
    border-radius: 20px;
}

@media screen and (max-width: 768px){
    
    .floatingRectangle{
        width: 80%;
        background-color: rgba(0, 0, 0, 0.2);
        margin-top: -20px;
    }

    .titler{
        text-align: center;
        margin-left: -10px;
    }

    .cont{
        background-image: url("land.jpg");
    }

    .hyj{
        margin-left: 32%;
    }

    .hyja{
        margin-left: 38%;
    }
    
}

.margin{
    margin-top: 20px;
}

h1{
    margin: 15px;
}

.kx{
    width: 100%;
    height:80px;
    background-color: #000080;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.kawazaki{
    width: 100%;
    height: 600px;
    background-color: #000080;
    display: flex;
    flex-direction: row;
    margin-bottom: 50px;
}

.six, .mille{
    width: 50%;
    height: 100%;
}

.six{
    background-image: url(landa.jpg);
    
}

.cbr{
    font-family: "Mulish", sans-serif;
    font-optical-sizing: auto;
    color: white;
    min-width: 415px;
    font-size: 24px;
}

.cross{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 75%;
    padding: 30px;
    overflow: none;
}

.iconz{
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 25%;
    font-family: "Mulish", sans-serif;
    font-optical-sizing: auto;
    color: white;
    margin-top: -25px;
    flex-direction: row;
}

.icon-item{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    padding: 10px;
}

.icon-item p{
    margin-top: 15px;
}

.plane{
    font-size: 20px;
    padding: 20px;
    margin-left: -20px;
    font-family: "Mulish", sans-serif;
    font-optical-sizing: auto;
    color: white;
}
.car{
    font-family: "Mulish", sans-serif;
    font-optical-sizing: auto;
    color: white;
    font-size: 20px;
    padding: 20px;
    margin-top: 13px;
}
.shoes{
    font-family: "Mulish", sans-serif;
    font-optical-sizing: auto;
    color: white;
    font-size: 20px;
    padding: 20px;
}

.plane, .car, .shoes{
    background-color: rgb(251, 248, 248);
    color:#000000;
    margin-left: 30px;
    width: 85%;
    border-radius: 30px;
}


.scooter, .zoter, .oter{
    width: 600px;
    height: 300px;
}

.ligne-un{
    border-top: solid 4px white;
    width: 100%;
}

.ligne-deux{
    border-top: solid 4px white;
    width: 100%;
}


@media screen and (max-width: 768px){
    .kawazaki{
        flex-direction: column;
        height: auto;
        margin-bottom: 270px;
    }
    .six, .mille{
        width: 100%;
        height: 100%;
    }
    .iconz{
        margin-top: -35px;
        flex-direction: column;
        height: auto;
        height: 60%;
        overflow: none;
        text-align: center;
    }

    .icon-item{
        width: 100%;
        display: flex;
        text-align: center;
        justify-content: center;
        flex-direction:column;
        margin-bottom: 60px;

    }
    .scooter, .zoter, .oter{
        width: 400px;
        height: 250px;
        border-radius: 5px;
    }
    .plane, .car, .shoes{
        border-radius: 10px;
        text-align: center;
    }

    .mille{
        height: 700px;
    }
    .cbr{
        min-width: none;
        font-size: 20px;
        text-align: center;
        margin-top: 15px;
    }
    .ligne-un, .ligne-deux{
        display: none;
    }
    .fa-calendar-alt{
        margin-left: 0px;
    }
    .fas{
        margin-left: 0px;
        padding-bottom: 0px;
        margin-bottom: 20px;
    }
    .fast{
        margin-left: 0px;
    }
    .car{
        margin-top: 17px;
    }
    .icon-item{
        padding: 0px;
        }
    
    .icon-item p{
        margin-top: 0px;
    }
    
    /*.un{
        padding-bottom: 15px;
        padding-top: 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }*/

    /* remove the code in the bottom to remove lines*/
    .zero{
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        padding-top: 24px;
        padding-bottom: -24px;
        justify-content: center;
        align-items: center;
    }
    .un{
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        padding-top: 24px;
        margin-top: -24px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-bottom: 24px;
    }
    .deux{
        margin-top: -32px;
        padding-bottom: 30px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);

    }
}




