@import url('https://fonts.googleapis.com/css2?family=Battambang:wght@100;300;400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Siemreap&display=swap');

body {
    font-family: "Siemreap", system-ui;
}

.fluid-container {
    width: 100%;
    height: 450px;
    background-color: #ff8e14;
}

.hero-banner-text {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-banner-text .hero-text-h1 {
    margin-top: 50px;
}

.hero-banner-text .hero-text-h1,
.hero-text-p {
    color: #fff;
}

.i-customize {
    color: #ff8e14;
}

.search-direction {
    background-color: #131721;
    padding: 20px;
    margin-top: -140px;
}

.heading-title {
    color: #1E1E1F;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sub-heading-title {
    color: #17223A;
    font-size: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.divider-separator {
    display: block;
    margin: 0 auto;
    width: 50px;
    height: 5px;
    background-color: #ff8e14;
    color: red;
    margin: -20px auto 10px;
}

.btn-search {
    padding: 5px 10px;
    background-color: #ff8e14;
}

.btn-search span {
    font-family: "Siemreap", system-ui;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.btn-search:hover {
    color: #ff8e14;
    border: 2px solid #ff8e14;
    background-color: transparent;
}

.btn-search:hover span {
    color: #ff8e14;
}

.btn-search i {
    color: #fff;
}

.btn-search:hover i {
    color: #ff8e14;
}

/* To purchase itme */
.feature {
    display: flex;
    align-items: center;
}

.feature-icon {
    width: 80px;
    height: 80px;
    background-color: #ff8e14;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.feature-icon i {
    color: #17223A;
    font-size: 30px;
}

.feature-text {
    margin-left: 40px;
}

.feature-text p {
    color: #414141;
    font-size: 16px;
}


/* Favorite Destinations */
.fav-desination {
    width: 100%;
    background-color: #eee;
    padding: 40px 0;
}

.card-favorite {
    border: 2px solid #ff8e14;
    border-radius: 20px;
    height: 525px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(244, 162, 97, 0.8);
    transition: box-shadow 0.3s ease;
}

.card-favorite:hover {
    /* transform: scale(1.1); */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.card-favorite .favorite-image {
    width: 100%;
    height: 60%;
    object-fit: cover;
}

.card-favorite .favorite-image img {
    border-radius: 18px 18px 0 0;
    /* padding: 4px; */
}

.card-favorite .favorite-text-description {
    margin: 10px 0 20px 0;
    padding-left: 20px;
}

.card-favorite .favorite-text-description h1 {
    color: #ff8e14;
}

.card-favorite .favorite-text-description p {
    color: #414141;
}

.btn {
    font-family: "Siemreap", system-ui;
    cursor: pointer;
    padding: 10px 20px;
    border: 2px solid #ff8e14;
    background-color: transparent;
    margin: 0 20px;
    border-radius: 10px;

}

.btn:hover,
.btn:hover i {
    background-color: #ff8e14;
    color: #fff;
}

/* Why choose us? */
.sub-heading-title span {
    color: #ff8e14;
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-image {
    padding: 20px;
    background-color: #ff8e14;
    border-radius: 20px;
}

.card-detail p {
    color: #414141;
}

/* Premium */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    /* background: linear-gradient(to right, #F4A261, #FFC52D); */
    opacity: 0.5;
    z-index: 999;
}

.premium {
    width: 100%;
    height: 500px;
    background-image: url('../assets/images/group-bg.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;

}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.z-index {

    z-index: 999;
}

.card {
    /* position: absolute; */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: auto;
}

.card .card-premium .heading-title {
    color: #fff;
}

.card .card-premium .sub-heading-title {
    color: #fff;
}

/* Our Partner */
.partner {
    width: 100%;
    height: 150px;
    background-color: #788399;
    display: flex;
    justify-content: center;
    align-items: center;

}

.card-partner {
    background-color: rgb(246, 246, 246);
    /* width: 100px; */
}

.card-partner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.card-you-love {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.card-you-love p {
    font-size: 20px;
}

.payment-method {
    display: flex;
    justify-self: center;
    align-items: center;
    margin-top: 20px;
    width: 100%;
    height: 100px;
    background-color: #ff8e14;
    border-radius: 10px;
}

.payment-method-img {
    margin: 0 auto;
    width: 80%;
    height: auto;
    padding: 20px;
}


.mid {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* FAQs */
.question {
    width: 100%;
    height: 80px;
    background-color: #F4F4F4;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    cursor: pointer;
}

.question:active {
    background-color: #ff8e14;
}

.question h3 {
    font-size: 20px;
    color: #181E76;
}

.answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .6s ease-in-out;
    padding: 0 20px;
}


.answer p {
    padding-top: 1rem;
    line-height: 1.6;
    font-size: 16px;
    color: #535353;
}

.faq.active .answer {
    max-height: 300px;
    transition: max-height .5s ease-in-out;
}

.faq.active .fa-angle-down {
    transform: rotate(180deg);
}

.fa-angle-down {
    transition: transform .5s ease-in;
}

@keyframes max-height {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.faq:not(.active) .answer {
    transition: .5s ease;
}

/* JoinNow&GetBonus */
.image-mb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 20px;
}

.joinnow {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-center {
    background-color: #ff8e14;
    font-size: 18px;
    color: #fff;
    margin-top: 25px;
}

.btn-center:hover {
    background-color: #ff8e14;
    opacity: .9;
}

.btn-center .btn-rotate-arrow {
    transform: rotate(-45deg);
}

/* RegisterNow&GetNotification */
.sign-new {
    background-color: #F4F4F4;
    padding: 20px 0;
}

.card-text p {
    font-size: 25px;
    color: #181E76;
}

.btn-letter {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 36px;
    background-color: #ff8e14;
    border-radius: 5px;
    border: 0;
    padding: 20px;
    font-family: "Siemreap", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: black;
}