@import url('https://fonts.googleapis.com/css2?family=Playwrite+GB+J:ital,wght@0,100..400;1,100..400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gilda+Display&display=swap');
@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');

.banner-section {
    position: relative;
    overflow: hidden;
}

.banner-section .container-fluid {
    padding: 0;
}

.banner-section::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 9;
    background: linear-gradient(0deg, #000000d9, transparent);
}

.banner-inn {
    position: absolute;
    top: 50%;
}

.banner-inn {
    position: absolute;
    top: 83%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-family: "Poppins", sans-serif;
    z-index: 9;
    width: 65%;
}

.banner-inn h1 b {
    color: #ffba0a;
    font-size: 40px;
    font-weight: 500;
}

.banner-inn h1 {
    font-size: 19px;
    color: #fff;
    font-weight: 300;
}

.tour-trip {
    display: flex;
    text-align: center;
    justify-content: space-around;
    width: 45%;
    margin: 0 auto;
    margin-top: 15px;
    flex-wrap: wrap;
}

.tour-trip p {
    background: #f0f0f0;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 12px;
    margin-bottom: 0;
}

.banner-inn hr {
    border-top: 1px dashed #fff;
}

.members-trip {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.members-trip p {
    margin-bottom: 0;
}

.members-trip {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-family: 'Poppins';
}

.members-trip p i {
    color: #fa9eb4;
}

.btn {
    background: #e44f73;
    color: #fff;
    font-size: 14px;
    border-radius: 20px;
}

.padding-space-extra {
    padding: 50px 0;
}

.mount-trip-section h2 {
    font-family: 'Poppins';
    font-size: 22px;
}

.mount-trip-highlight-points {
    font-family: 'Poppins';
}

.mount-trip-highlight-points p {
    font-size: 13px;
    margin-bottom: 0;
}

.mount-trip-highlight-points p i {
    margin-right: 5px;
}

.trip-highlights h3 {
    font-family: 'Poppins';
    font-size: 18px;
}

.trip-highlights ul {
    padding-left: 20px;
}

.trip-highlights ul li {
    font-family: 'Poppins';
    font-size: 13px;
    margin-bottom: 10px;
}

.faq-section-information .card .card-header {
    position: relative;
    overflow: hidden;
}

.card-header h4 {
    background: transparent;
    color: #000;
    font-family: 'Poppins';
    width: 100%;
    text-align: left;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-section-information .card {
    margin-bottom: 20px;
    font-family: 'Poppins';
}

.faq-section-information .card .card-body {
    font-size: 12px;
}

.card-header h4 p {
    margin-bottom: 0;
    font-size: 14px;
    font-family: 'Poppins';
}

.card-header h4 b {
    background: #e44f73;
    padding: 5px 10px;
    border-radius: 17px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}

.card-header h4 a {
    width: 100%;
}

.faq-section-information .card-header-title>a:after {
    content: "\f078";
    font-family: "FontAwesome";
    font-weight: 900;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
}

.faq-section-information .card-header-title>a[aria-expanded="true"]:after {
    content: "\f077";
}

.trip-tokyo-img {
    margin-top: 20px;
}

.tokyo-img img {
    border-radius: 20px;
    box-shadow: 0 0 3px #000;
}

.mount-fuji-query h3 {
    font-family: 'Poppins';
    font-size: 15px;
}

.mount-fuji-query {
    border: 1px solid #cdcdcd;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.mount-fuji-query b {
    color: #e44f73;
}

.mount-fuji-query p {
    margin-bottom: 10px;
    font-family: 'Poppins';
    font-size: 14px;
}

.mount-fuji-form {
    border: 1px solid #cdcdcd;
    padding: 10px;
    border-radius: 10px;
    font-family: 'Poppins';
    position: sticky;
    top: 96px;
}

.mount-fuji-form form h3 {
    font-size: 13px;
    color: #e44f73;
}

.mount-fuji-form form .form-control {
    font-size: 12px;
}

.mount-fuji-query i {
    color: #e44f73;
}

.mount-fuji-trip-section {
    width: 90%;
    margin: 0 auto;
}

.desktop-banner {
    display: block;
}

.tab-banner {
    display: none;
}

.mobile-banner {
    display: none;
}

@media only screen and (max-width: 1199px) {
    .banner-inn {
        width: 85%;
    }
}

@media only screen and (max-width: 991px) {
    .banner-inn {
        top: 80%;
    }

    .banner-inn h1 b {
        font-size: 37px;
    }

    .banner-inn h1 {
        font-size: 18px;
    }

    .mount-trip-section h2 {
        font-size: 20px;
    }

    .desktop-banner {
        display: none;
    }

    .tab-banner {
        display: block;
    }

    .mobile-banner {
        display: none;
    }
}

@media only screen and (max-width: 845px) {
    .tour-trip {
        width: 100% !important;
    }
}

@media only screen and (max-width: 767px) {
    .banner-inn {
        width: 95%;
    }

    .tokyo-img {
        margin-bottom: 15px;
    }

    .mount-trip-highlight-points p {
        font-size: 13px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 660px) {
    .banner-inn {
        width: 98%;
    }

    .mount-trip-highlight-points p {
        margin-bottom: 10px;
    }

    .tour-trip p {
        font-size: 10px;
    }

    .members-trip p {
        margin-bottom: 0;
        font-size: 13px;
        text-align: left;
    }

    .banner-inn h1 b {
        font-size: 33px;
    }

    .mount-fuji-trip-section {
        width: 95%;
    }
}

@media only screen and (max-width: 575px) {
    .desktop-banner {
        display: none;
    }

    .tab-banner {
        display: none;
    }

    .mobile-banner {
        display: block;
    }

    .mount-trip-section h2 {
        font-size: 18px;
    }

    .tokyo-img img {
        border-radius: 9px;
    }

    .tour-trip p {
        margin-bottom: 7px;
    }

    .banner-inn hr {
        border-top: 1px dashed #fff;
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .faq-section-information .card .card-body {
        font-size: 11px;
    }

    .mount-fuji-trip-section {
        width: 100%;
    }

    .padding-space-extra {
        padding: 40px 0;
    }

    header {
        background: #000000db;
        top: 0 !important;
    }

    .newClass {
        background: #000000db;
        top: 0 !important;
    }

    .button_container {
        top: 50% !important;
    }

    .banner-section {
        margin-top: 69px;
    }

    .btn {
        font-size: 13px;
    }

    .banner-inn {
        top: 78%;
    }

    .mount-trip-section h2 {
        font-size: 16px;
    }
    .faq-section-information .card .card-header {
        padding: 10px;
    }
    .card-header h4 p {
        font-size: 13px;
    }
}