@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&family=Poppins:wght@400;500;600&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    height: 100%;
}


/*----------------------------header---------------------------*/

.nav {
    position: fixed;
    top: 0;
    display: flex;
    justify-content: space-between;
    /* Arrange logo and button at opposite ends */
    width: 100%;
    height: 100px;
    line-height: 100px;
    background-color: #fff;
    /* Add background color for the header */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    /* Optional: Add shadow effect */
    z-index: 1000;
}

.logo-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-container img {
    max-width: 175px;
    height: 60px;
    margin-left: 15%;
}


.menu ul {
    position: relative;
    display: flex;
    align-items: end;
    left: 83%;
}

.menu ul li {
    list-style-type: none;
}

.menu ul li .link {
    text-decoration: none;
    font-weight: 500;
    color: #333;
    padding-bottom: 10px;
    margin: 0 15px;
}

.link:hover,
.active {
    border-bottom: 2px solid #10588C;
}

.signup-button .btn {
    width: 130px;
    height: 40px;
    font-weight: 500;
    background: #10588C;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    transition: .3s ease;
    color: white;
}

#signupBtn {
    margin-right: 25px;
}

.btn {
    background: #10588C;
}

.nav-menu-btn {
    display: none;
}

/* Remove padding from the header */
header {
    padding: 0;
}

/* Customize the image size */
header img {
    width: 100%;
    height: 40%;
    position: absolute;
    top: 14%;
}

/*------------------------------------search-----------------------------------*/

.search-container {
    width: 800px;
    padding: 15px;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.737);
    display: flex;
    backdrop-filter: blur(20px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    align-items: center;
    position: absolute;
    top: 46%;
    right: 25%;
    z-index: 1;
}

.dropdown-container {
    margin: 3px;
    width: 200px;
    height: 70px;
    padding: 10px;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 40px;
    background-color: rgba(255, 255, 255, 0.737);
    backdrop-filter: blur(20px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.dropdown-container select {
    margin-bottom: 5px;
    width: 150px;
    height: 70px;
    padding: 10px;
    position: relative;
    bottom: 93%;
    left: 16%;
    border: 1px solid rgba(255, 255, 255, 0);
    border-radius: 40px;
    background-color: rgba(255, 255, 255, 0);

}

.dropdown-container select:focus {
    outline: none;
    /* Remove the default focus outline */
}

.dropdown-icon {
    display: flex;
    align-items: center;
    padding: 5px;
    font-size: 24px;
    color: #10588C;
    margin-right: 10px;
    position: relative;
    top: 12%;
    left: 2%;
}

.search-btn {
    background-color: transparent;
    /* Set the background to transparent */
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 30px;
    color: #10588C;
    justify-self: right;
    position: absolute;
    right: 3%;
}

/*------------------------------------our trip-----------------------------------*/
.trip-section {
    margin: 50px auto;
    /* Center the trip-section horizontally and add top margin */
    text-align: left;
    position: absolute;
    top: 58%;
    right: 2%;
    margin-top: 20px;
}

.trip-title {
    font-family: 'montserrat', sans-serif;
    font-size: 25px;
    font-weight: bold;
    padding: 20px;
}

.trip-container {
    justify-content: space-between;
    /* Add this to create space between the columns */
}

.column {
    display: flex;
    flex-direction: row;
}

.trip-box {
    width: 700px;
    height: 170px;
    margin: 15px;
    padding: 20px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
    align-items: center;
    display: flex;
}

.trip-box img {
    width: 130px;
    height: 130px;
    object-fit: cover;
    border-radius: 20px;
}

.trip-info {
    padding: 10px;
    align-items: center;
    margin-left: 10px;
}

.trip-info h3 {
    font-family: 'montserrat', sans-serif;
    font-size: 20px;
    font-weight: bold;

}

.trip-info p {
    font-size: 14px;
}

.book-button .k_btn {
    width: 130px;
    height: 40px;
    font-weight: 500;
    background: #99C0E3;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    transition: .3s ease;
    color: rgb(0, 0, 0);
}

.k_btn {
    background: #99C0E3;
}

.see-button .s_btn {
    width: 130px;
    height: 40px;
    font-weight: 500;
    cursor: pointer;
    transition: .3s ease;
    position: absolute;
    right: 20px;
    top: 97%;
    color: rgb(146, 146, 146);
    background: #ffffff00;
    border: #ffffff00;
    font-weight: lighter;
}

.s_btn {
    background: #99c0e300;
}

/*------------------------------------Locations-----------------------------------*/
.locations-section {
    margin: 500px auto;
    text-align: left;
    position: absolute;
    top: 58%;
    left: 2%;
    width: 1427px;
}


.locations-title {
    font-family: 'montserrat', sans-serif;
    font-size: 25px;
    font-weight: bold;
    padding: 20px;
}

.locations-carousel {
    overflow-x: hidden;
    white-space: nowrap;
    height: 250px;
}

.row {
    display: inline-flex;
    gap: 0px;
    transition: transform 0.4s ease;
}

.locations-button {
    width: 330px;
    height: 200px;
    margin: 15px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: none;
}

.locations-button:hover {
    cursor: pointer;
}

.locations-button img {
    width: 440px;
    height: 220px;
    transition: .5s;
    object-fit: cover;
}

.locations-info {
    height: 100px;
    width: 330px;
    padding: 6px;
    box-sizing: border-box;
    border-radius: 0 0 20px 20px;
    text-align: center;
    position: absolute;
    bottom: 15px;
    color: #ffffff;
    transition: .5s;
    background-image: linear-gradient(to top, #000000, rgba(0, 0, 0, 0));
    line-height: 120px;
}


.locations-info h3 {
    font-family: 'montserrat', sans-serif;
    font-size: 33px;
    font-weight: bold;
}

#preBtn,
#nxtBtn {
    background-color: #10588c87;
    color: #ffffff;
    border: none;
    padding: 8px 18px;
    font-size: 37px;
    border-radius: 100px;
    cursor: pointer;
    position: absolute;
    top: 48%;
}

#nxtBtn {
    right: 0%;
}

.see2-button .s2_btn {
    width: 130px;
    height: 40px;
    font-weight: 500;
    cursor: pointer;
    transition: .3s ease;
    position: absolute;
    right: 20px;
    top: 97%;
    color: rgb(146, 146, 146);
    background: #ffffff00;
    border: #ffffff00;
    font-weight: lighter;
}

.s2_btn {
    background: #99c0e300;
}


/*------------------------------------reviews-----------------------------------*/

.reviews-section {
    margin: 500px auto;
    text-align: left;
    position: absolute;
    top: 100%;
    left: 2%;
    overflow: hidden;
    width: 1427px;
}

.reviews-title {
    font-family: 'montserrat', sans-serif;
    font-size: 25px;
    font-weight: bold;
    padding: 20px;
}

.reviews-carousel {
    overflow-x: hidden;
    white-space: nowrap;
    height: 450px;
    padding: 17px;
}

.reviews-row {
    display: inline-flex;
    gap: 38px;
    transition: transform 0.4s ease;
}

.reviews-block {
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.214), 10px 10px 0 rgba(78, 153, 206, 0.625);
    height: 400px;
    width: 305px;
    align-content: start;
    padding: 20px;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
}

.reviews-block img {
    height: 200px;
    width: 200px;
    object-fit: cover;
    border-radius: 100px;
    padding: 30px;
}

.reviews-block name {
    font-family: 'montserrat', sans-serif;
    font-size: 18px;
    font-weight: bold;
    padding-left: 60px;
}

.reviews-block comment {
    font-family: 'montserrat', sans-serif;
    font-size: 14px;
    padding: 15px;
    height: 80px;
    flex-grow: 1;
}

.rating {
    display: inline-block;
    position: absolute;
    top: 80%;
    padding: 30px;

}

.rating input {
    display: none;
}

.rating label {
    font-size: 24px;
    padding: 0 2px;
    cursor: pointer;
    color: gold;
    /* Set the default color for stars */
}

/* Reset form element styles */
.rating input:focus {
    outline: none;
}

/* Set the color for filled stars */
.rating input:checked~label {
    color: gold;
}

#prevBtn,
#nextBtn {
    background-color: #10588c87;
    color: #ffffff;
    border: none;
    padding: 8px 18px;
    font-size: 37px;
    border-radius: 100px;
    cursor: pointer;
    position: absolute;
    top: 48%;
}

#nextBtn {
    right: 0%;
}

/*------------------------------------footer-----------------------------------*/



.footer{
    text-align: center;
    margin-top: 100%;
    height: 50px;
}

.contact {
    position: absolute;
    display: flex;
    padding-left: 18%;
    width: 100%;
    top: 260%;
}

.img1 {
    justify-content: space-between;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30%;
    width: 30%;
    padding-bottom: 3%;
}

.info {
    text-align: left;
    padding-top: 3%;
    padding-left: 18%;
}

.info h1 {
    font-size: 24px;
    color: #5E646B;
    padding-bottom: 10%;
}

.info h2 {
    font-weight: lighter;
    padding-bottom: 4%;
    font-size: 15px;
    color: #000;
}

.info1{
    text-align: left;
    margin-top: 85px;
}

.info1 h1 {
    font-weight: lighter;
    padding-bottom: 4%;
    font-size: 15px;
    color: #000;
    margin-left: 35px;
}



.social-sign-in {
    display: flex;
    gap: 15px;
    position: absolute;
    top: 60%;
    left: 57.5%;
}

.input-Facebook {
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 1px solid #f0f0f0;
    background-color: #f0f0f0;
    border-radius: 50%;
}

.input-Facebook img {
    width: 24px;
    margin-right: 5%;
    margin-top: 7%;
}

.input-telegram {
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 1px solid #f0f0f0;
    background-color: #f0f0f0;
    border-radius: 50%;
}

.input-telegram img {
    width: 24px;
    margin-top: 7%;
}

.input-Instagram {
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 1px solid #f0f0f0;
    background-color: #f0f0f0;
    border-radius: 50%;
}

.input-Instagram img {
    width: 24px;
    margin-top: 7%;
}

.input-Twitter {
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 1px solid #f0f0f0;
    background-color: #f0f0f0;
    border-radius: 50%;
}

.input-Twitter img {
    width: 24px;
    margin-top: 7%;
}

.input-Facebook:hover,
.input-telegram:hover,
.input-Instagram:hover,
.input-Twitter:hover,
.input-submit:hover {
    opacity: 0.9;
}

.end {
    position: absolute;
    height: 20%;
    top: 100%;
    width: 100%;
    margin: 0;
    background-color: #f0f0f0;
    left: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
}

.end h1 {

    font-weight: lighter;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 1%;
    font-size: 13px;
    color: #888888;
}