.feature-section {
    background: #F8A720;
    text-align: left;
    position: relative;
}

.feature-section .extend {
    gap: 50px;
    display: flex;
    align-items: center;
}

.hero-text {
    padding-top: 10px;
    padding-bottom: 10px;
}

.hero-text p {
    color: #642714;
    ;
    padding-top: 10px;
}

.feature-image {
    width: 60%;
    height: auto;
    border-radius: 12px;
}

.feature-image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
}

.photo-container .rental-info {
    padding-top: 50px;
    ;
}

.feature-text h2 {
    color: #fff;
}

.logo-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.logo-container-img {
    text-align: center;
}

.logo-container img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.feature-text h2 {
    margin: 0px;
}

.feature-text p {
    padding: 0px !important;
}

.subscribe p {
    text-align: center;
    color: #F8A720;
    margin-top: 20px;
}

.custom-section {
    background: #FDE2CF;
    padding: 30px 30px;
}

.tips {
    font-size: 12px;
}


.flight-img {
    border-radius: 12px;
    display: flex;
}

.flight-box {
    padding-top: 50px;
}

.flight-box img {
    width: 100%;
}

.rental-info h2 {
    text-align: center;
    margin: 0px;
}

.only-img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    margin-top: 50px;
    gap: 20px;
    margin-bottom: 50px;

}

.bus-img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: flex;
    margin-top: 50px;
    gap: 20px;
    margin-bottom: 50px;
    justify-content: space-between;
}

.bus-img1,
.bus-img2 {
    width: 48%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.bus-img1 img {
    width: 70%;
    height: auto;
    border-radius: 12px;
    align-self: center;
    padding-left: 180px;
}

.bus-img2 img {
    width: auto;
    height: 50%;
    border-radius: 12px;
    align-self: center;
    padding-right: 80px;
}

.bus-img2 p {
    margin-top: 15px;
    color: #333;
}

.bus-img2 a {
    color: #F8A720;
    text-decoration: none;
}

.bus-img2 a:hover {
    text-decoration: underline;
}

.feature-text p img {
    width: 22px;
    vertical-align: middle;

}

.photo-container {
    display: flex;
    gap: 15px;
    width: 100%;
    margin: 0 auto;
}

.photo-container img {
    height: auto;
    object-fit: cover;
}

.photo-container img:first-child {
    width: 35%;
    border-radius: 12px;
}

.photo-container img:last-child {
    width: 65%;
}

.container {
    display: flex;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.left {
    width: 40%;
    padding-right: 30px;

}

.right {
    width: 60%;
}

.left img {
    width: 100%;
    height: auto;
    display: block;
}

.right img {
    width: 100%;
    height: auto;
    display: block;
}

.rental-info {
    padding-top: 50px;
    ;
}


@media screen and (max-width: 1100px) {
    .feature-section .extend {}

    .feature-image {
        width: 100%;

    }
}


@media screen and (max-width: 1200px) {




    .flight-box {
        padding: 0px;
        padding-top: 20px
    }

    .logo-container {
        gap: 0px;
    }

    .logo-container img {
        width: 50%;
    }

    .feature-image {
        width: 80%;


        w
    }






    @media screen and (max-width: 600px) {
        .feature-section .extend {
            flex-direction: column;
        }

        .feature-image {
            width: 100%;
            padding: 0px;
        }

        .flight-box {
            padding: 0px;
            padding-top: 20px
        }

        .logo-container {
            gap: 0px;
        }

        .logo-container img {
            width: 45%;
        }

        .feature-text p img {
            width: 16px;
            vertical-align: middle;

        }

        .photo-container {
            gap: 10px;
        }

        .left {
            width: 45%;
            padding-right: 0px;

        }

        .right {
            width: 55%;
        }

        .left img {
            width: 100%;
            height: auto;
            display: block;
        }

        .right img {
            width: 100%;
            height: auto;
            display: block;
        }




    }