.custom-font-size-60 {
    font-size: 60px;
}
.custom-font-size-20 {
    font-size: 20px;
}
.custom-font-size-40 {
    font-size: 40px;
}
.custom-font-size-30 {
    font-size: 30px;
}
.custom-font-size-23 {
    font-size: 23px;
}
.custom-font-size-16 {
    font-size: 16px;
}

.text-red {
    color: #F23F3A;
}

.btn-danger-custom {
    background: #F23F3A;
    border: 0.8px solid #FFF;
}

.btn{
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.6;
}

.bg-lightgray{
    background: #F8F8F8;
}

.bg-lightbeige{
    background: #F0ECE2;
}

.bg-lightblack{
    background: #181818;
}

.header{
    position: relative;
    z-index: 9;
}

.homepage-cover #pre-order {
    color: var(--c-black);
    font-family: Poppins, 'serif';
    font-size: 72px;
    font-weight: 600;
}

.homepage-cover .home-description > p {
    color: var(--c-black);
    font-size: 24px;
    font-weight: 600;
}

.homepage-services .trip-stop {
    height: 1019px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.custom-border-radius {
    border-radius: 40px 0 0 40px;
}

.homepage-explore,
.homepage-explore button.btn.btn-danger {
    background-color: #F23F3A;;
}

.homepage-explore .explore-title {
    font-family: Poppins, 'serif';
    font-size: 51px;
    font-weight: 500;
}

.homepage-explore .explore-description {
    font-size: 20.5px;
    width: 70%;
}

.featured-business .image-container {
    height: 329px;
}

.featured-business .image-container .badge-img > img {
    width: 333px;
    height: 329px;
    border-radius: 21px;
}

.featured-business .image-container > img.discount-badge {
    transform: translate(30px, -114px);
}

.homepage-featured .feature-title {
    font-family: Poppins, 'serif';
    font-weight: 600;
}

.homepage-featured .text-gray {
    text-align: left;
}

.homepage-users .discount-description,
.homepage-locations .infotext,
.homepage-process .process-description,
.cards-point-text > div > div > p {
    color: #747474;
}

.homepage-users .discount-description {
    font-size: 20px;
    font-weight: 500;
}

.homepage-cover .home-description {
    padding-left: 192px;
}

.placemark-image img {
    height: 98px;
}

.featured-business figure img {
    width: 100%;
    height: 100%;
    min-height: 270px;
    flex-shrink: 0;
    object-fit: cover;
}

.featured-business figure {
    position: relative;
}

.featured-business h3 {
    font-style: normal;
    font-weight: 600;
    padding-left: 10%;
}

.featured-business .image-container img.discount-badge {
    height: 130px;
    min-height: 130px;
    width: 130px;
}

#subscribeInput {
    border-radius: 26px;
    border: 1px solid #F23F3A;
    outline: none;
    box-shadow: none;
    padding: 12px 29px;
}

#subscribeInput::placeholder {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130.245%;
}

#registerModal input::placeholder {
    padding-left: 15px;
}

#subscribeEmail {
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 16.5px 65px;
}

.card-service {
    border-radius: 23px;
    border: 1px solid #F1F1F1;
    padding: 55px 30px 30px 30px;
}

.homepage-tags {
    color: #ffffff;
}

.card-point {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.card-point img {
    width: max-content;
    margin: 0 auto;
}

.card-point::after {
    display: inline-block;
    content: "";
    border-top: 1px dashed black;
    width: 20%;
    top: 50%;
    position: absolute;
    right: 0;
}

.card-point::before {
    display: inline-block;
    content: "";
    border-top: 1px dashed black;
    width: 20%;
    /* margin: 0 1rem; */
    /* transform: translateY(-1rem); */
    top: 50%;
    position: absolute;
    left: 0;
}

.cards-point > .col:last-child .card-point::after,
.cards-point > .col:first-child .card-point::before{
    display: none;
}

.homepage-locations .infotext {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

.card-stats{
    display: flex;
    flex-direction: column;
    position: absolute;
    z-index: 2;
    padding: 15px 35px;
    border-radius: 34px;
    background: #FEFEFE;
    box-shadow: 0 0 54px 0 rgba(0, 0, 0, 0.25);
    align-items: center;
    top: -35px;
    left: 0;
    width: max-content;
    margin: 0 auto;
    right: 0;
}

.card-stats img{
    width: 50px;
    height: 50px;
}

.card-stats h3{
    font-size: 25px;
}

.card-stats p{
    color: #5D5D5D;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 130.245%;
    margin-bottom: 0;
}

.card-stats p span{
    color: #5D5D5D;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130.245%;
}

.homepage-process{
    background-image: url("/assets/img/icons/process-bgr.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}

.homepage-tags .btn{
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    height: fit-content;
    flex: 1 0 auto;
}

.recommended-content .card {
    border: none;
    border-radius: 22px;
}

.recommended-content .card-title {
    font-size: 19px;
    font-weight: 600;
}

.recommended-content .card .post-thumbnail {
    border-radius: 21px;
    width: 100%;
    height: 188px;
    background-size: cover;
    background-position: center;
}

.recommended-content .card .btn-recommended {
    border-radius: 12px;
    background: var(--c-red);
    color: var(--c-white);
    font-size: 10px;
    font-weight: 700;
    transform: translate(10px, 10px);
    bottom: 64%;
}

.recommended-content .card-body small {
    color: var(--c-red);
    font-size: 12px;
    font-weight: 600;
}

.recommended-content .card-body p {
    color: var(--c-grey);
    font-size: 11px;
    font-weight: 400;
}

.recommended-content .card-body .btn-explore {
    border-radius: 25px;
    background: var(--c-red);
    width: 100%;
    border: none;
    font-size: 13px;
    font-weight: 600;
}

.featured-content .card {
    border-radius: 12px;
    height: 660px;
}

.featured-content .card-body {
    background-color: var(--c-black-transparent);
    border-radius: 12px;
}

.featured-content .card-body .btn-feature {
    border-radius: 29px;
    background: var(--c-white);
}

.featured-content .card-body .btn-feature:hover {
    color: #21253699;
}
.featured-content .card-body .btn-feature {
    border-radius: 29px;
    background: var(--c-white);
}

.featured-content .card-body .btn-feature:hover {
    color: #21253699;
}

.plan-trip {
    border-radius: 40px;
}

.plan-trip .plan-description-text {
    color: var(--c-dark-gray);
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
}

.plan-trip .btn-itinerary {
    border-radius: 37px;
    background: var(--c-red);
    width: 100%;
    border: none;
}

.input-group .input-group-text,
.input-group .form-control {
    background-color: var(--primary-color);
}

#homepageSearchForm .form-select {
    max-width: 120px;
}

#homepageSearchForm .rounded-pill {
    max-width: 600px;
}

#homepageSearchForm .underline-label {
    border-bottom: 2px solid #F23F3A;
}

#homepageSearchForm label {
    /*color: var(--c-brown);*/
    font-size: 15px;
    font-weight: 500;
}

#homepageSearchForm .btn-check:checked+.btn {
    background: transparent;
    color: #000;
    border-bottom: 1px solid #F23F3A !important;
    border-radius: 0 !important;
}

#homepageSearchForm input[name="keyword"] {
    background-image: url(/assets/img/icons/search.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 10px 8px !important;
    padding-left: 40px;
}

#homepageSearchForm button[type="submit"] {
    width: 115px;
}

.radio-group.categories label {
    border-width: 2px;
}

.footer .section-title {
    font-size: 15px;
}

.footer .footer-section li {
    font-size: 13px;
}

.footer .partners-logo div {
    background-color: #D9D9D9;
    width: 117px;
    height: 39px;
}

.homepage-featured .feature-description {
    padding: 62px;
}

.explore-content {
    padding-left: 62px;
}

.slider-tag-content .swiper-grid-column>.swiper-wrapper {
    flex-direction: row;
    align-items: baseline;
}

.slider-tag-content .tagSwiperFirst .swiper-slide,
.slider-tag-content .tagSwiperSecond .swiper-slide {
    display: flex;
    justify-content: center;
}

.slider-tag-content .swiper-wrapper,
.feature-swiper-mobile .mySwiper .swiper-wrapper {
    -webkit-transition-timing-function:linear!important;
    -o-transition-timing-function:linear!important;
    transition-timing-function:linear!important;
}

.homepage-featured > div.container {
    max-width: 1624px;
}

.register-verify {
    padding-right: 9.5rem !important;
    padding-left: 2.5rem !important;
}

@media screen and (max-width: 1524px) {
    .homepage-cover .home-description {
        padding-left: 0;
    }
}

@media screen and (min-width: 1200px) {
    .explore-btn {
        display: flex;
        flex-direction: row;
        justify-content: end;
        align-items: baseline;
    }

    .explore-btn  a {
        width: 212px;
        height: 51px;
    }

}

@media screen and (max-width: 983px) {
    .homepage-cover {
        height: calc(100vh - var(--desktop-navbar-height));
    }

    .homepage-cover .container,
    .homepage-cover > .container > .row {
        height: 100%;
    }

    .homepage-cover .row .col-12 {
        vertical-align: middle;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .cover-img img {
        height: calc(100vh - 143px);
        object-fit: cover;
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
    }

    .explore-content,
    .explore-btn {
       text-align: center !important;
    }

    .homepage-explore .explore-title {
        font-size: 28px;
    }

    .homepage-explore .explore-description {
        font-size: 11px;
    }

    .homepage-explore .explore-description {
        width: 100%;
    }
}

@media screen and (max-width: 982px) {
    .homepage-cover-call-to-actions a {
        width: 150px;
    }

    .featured-content .card {
        height: 660px;
    }

    .plan-calendar .input-group-text {
        padding-left: 10px !important;
        padding-right: 5px !important;
    }

    .plan-calendar .input-date {
        padding-left: 5px !important;
        font-size: 16px;
    }

    .plan-category label {
        font-size: 13px !important;
    }

    .cover-heading {
        display: none;
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .homepage-services .trip-stop {
        height: auto;
    }

    .homepage-services.bg-lightgray.pt-5 > div > div.row.d-block.d-sm-none {
        text-align: center;
    }

    .homepage-featured .feature-title {
        font-size: 31px;
    }

    .homepage-featured > div > div > div.col-12.col-sm-12.col-md-6.pt-lg-5.aos-init.aos-animate > p > span {
    font-size: 15px;
    }

    .explore-btn {
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between !important;
        gap: 20px;
    }

    .explore-btn a {
        width: 170px;
        height: 42px;
        text-align: center;
    }

    .get-started-btn > a {
        flex: 1 0 auto;
        font-size:  12px;
    }

    .homepage-services {
        background-color: var(--c-bgr-default) !important;
        padding-top: 3rem !important;
    }
}

@media screen and (max-width: 770px) {
    #hamburgerMobileMenu svg path {
        stroke: var(--c-white);
    }

    .language-switcher svg path {
        fill: var(--c-white);
    }

    .language-switcher button {
        color: var(--c-white);
    }

    .homepage-cover-call-to-actions {
        display: flex;
        justify-content: space-evenly;
    }

    .homepage-cover-call-to-actions .btn {
        font-size: 12px;
    }

    .recommended-content .card-body p {
        font-size: 12px;
    }

    .card-stats{
        display: none;
    }

    .homepage-cover {
        height: auto;
        margin-top: -127px;
        background-image: none;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .homepage-cover .row .top-text{
        text-align: center;
    }

    #preOrderForm {

    }

    #subscribeEmail {
        padding: 11px 0;
        width: 100%;
        text-align: center;
        margin: 0 !important;
    }

    .homepage-services .row.mt-lg-5 div{
        text-align: center;
    }

    .card-stats{
        display: none;
    }

    .cards-point{
        width: 100%;
    }

    .cards-point > .col{
        display: flex;
        align-items: center;
    }

    .card-point{
        width: 30%;
    }

    .cards-point > .col > .custom-font-size-20{
        width: 70%;
    }

    .cards-point{
        float: left;
    }

    .card-point img {
        width: 100%;
        padding: 50px 25px;
    }

    .card-point::after {
        display: inline-block;
        content: "";
        border-left: 1px dashed black;
        width: 0;
        top: auto;
        position: absolute;
        bottom: 0;
        height: 30%;
        left: 50%;
    }

    .card-point::before {
        display: inline-block;
        content: "";
        border-left: 1px dashed black;
        width: 0;
        top: 0;
        bottom: auto;
        height: 22%;
        left: 50%;
    }

    .badge-img::after {
        display: inline-block;
        position: absolute;
        bottom: 35px;
        right: 68px;
        width: 70px;
        height: 70px;
        background-size: contain;
    }

    .homepage-tags .btn {
        font-size: 14px;
    }

    .homepage-locations button{
        width: max-content;
        margin: 0 auto;
    }

    .order-mobile {
        order: 2;
        padding-top: 50px;
    }

    #subscribeInput {
        padding: 6.5px 20px;
    }

    #subscribeInput::placeholder{
        font-size: 16px;;
    }

    .homepage-cover {
        height: 100vh;
    }

    .homepage-cover .container-fluid {
        padding: 0;
    }

    .header.bgr-default {
        background: transparent;
    }

    .homepage-cover .home-description > p,
    .homepage-cover #pre-order {
        color: var(--c-white);
        padding-left: 25px;
        padding-right: 25px;
    }

    .homepage-cover #pre-order {
        font-size: 40px;
    }

    .homepage-cover .cover-img {
        display: none !important;
    }

    .home-description {
        height: 100vh;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%), url('/assets/img/homapage/homepage-cover-mobile.webp?t=1') lightgray 50% / cover no-repeat;
        padding-right: 0;
    }

    .homepage-cover .home-description > h1 {
        font-family: Poppins, sans-serif;
        font-size: 40px;
        font-weight: 500;
        line-height: 53px;
        text-align: center;

    }

    .homepage-cover .home-description > p {
        font-size: 14px;
        font-weight: 500;
    }

    .homepage-featured .feature-description {
        padding: 25px;
    }

    .homepage-featured .feature-description > h2 {
       text-align: center;
    }

    .homepage-featured .feature-description > p > span {
       text-align: center;
        font-size: 16px;
    }

    .explore-content {
        padding-left: 0;
    }

    .homepage-featured .swiper {
        padding-left: 25px;
    }

    .homepage-featured .swiper-slide {
        background: unset !important;
    }

    .homepage-featured .swiper-slide {
        width: unset !important;
        margin-right: 30px !important;
    }

    .homepage-featured .swiper-slide img {
        display: block;
        object-fit: cover;
    }

    .card-service {
        padding: 25px 15px;
    }

    .service-card-mobile > div {
        margin-bottom: 15px;
    }

    .service-card-mobile img {
        height: 59px;
        width: 59px;
    }

    .service-card-mobile .custom-font-size-23 {
        font-size: 16px;
    }

    .service-card-mobile .custom-font-size-16 {
        font-size: 10px;
    }

    .card-service {
        border-radius: 16px;
        border: 0.8px solid #F1F1F1;
        background: var(--c-white);
    }

    .card-service .btn {
        font-size: 11px;
        flex: 0 1 auto;
    }

    .custom-swiper-pagination > div > p {
        font-size: 15px;
        color: #CECECE;
    }

    .custom-swiper-pagination  {
        padding-left: 25px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: baseline;
    }

    .custom-swiper-arrow > svg {
        width: 100%;
    }

    .featured-business .image-container > img.discount-badge {
        transform: translate(135px, -114px);
    }

    .featured-business h3 {
        padding-left: 0 !important;
        margin-top: -35px !important;
        font-size: 1.25rem;
    }

    .discount-title {
        font-size: 38px !important;
        text-align: center;
    }

    .homepage-users .discount-description {
        font-size: 13px;
    }

    .featured-business .image-container .badge-img > img {
        width: 235px;
        height: 232px;
    }

    .feature-cards {
        display: none;
    }

    .feature-swiper-mobile {
        display: unset !important;
    }

    .homepage-featured .text-gray {
        padding-left: 30px;
        padding-right: 30px;
        line-height: 22px;
    }

    .explore-content .explore-description {
       padding: 0 58px 0 58px;
    }

    .explore-btn  a {
        width: 175px;
        height: 42px;
        text-align: center;
    }

    .homepage-locations .get-started-title {
        font-size: 38px;
    }

    .homepage-locations .infotext {
        font-size: 13px !important;
    }

    .homepage-process {
        padding-bottom: 1rem !important;
    }

    .homepage-process .process-description {
        font-size: 15px !important;
    }

    .homepage-locations .get-started-btn {
        flex-direction: row !important;
    }

    .homepage-tags .tag-title,
    .homepage-process .process-title {
        font-size: 38px !important;
    }

    .cards-point-text > div > div > p {
        font-size: 15px;
        font-weight: 500;
    }

    .cards-point-text  {
        padding-top: 1.5rem !important;
    }

    .homepage-process > div > div.cards-point-text > div:nth-child(2) {
        margin-top: 2rem;
    }

    .btn-custom {
        flex: 1 0 auto;
    }

    .view-guide-desktop {
        display: none;
    }

    .view-guide-mobile {
        display: unset !important;
    }

    .homepage-users .container > div {
        padding-bottom: 2rem !important;
    }

    .header > div > header > div.header-logo-menu-container > div > div.d-block.d-sm-none > a path {
        fill: white;
    }

    .header > div > header > div.header-logo-menu-container > div > div.d-block.d-sm-none > a circle {
        stroke: white;
    }

    .service-card-mobile > div {
        display: flex;
    }

    .card-service {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: space-between;
        flex: 1;
    }

    .homepage-process > div > div.row.process-text > div {
        padding-left:  1.5rem;
        padding-right:  1.5rem;
    }

    .register-verify {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
        padding-bottom: 1.5rem;
    }

    .register-verify .verify-image {
        text-align: center;
    }

    .register-verify .verify-image > svg {
        width: 164px;
        height: 154px;
    }

    .register-verify .square-tab.active {
        background-color: var(--c-red);
    }

    .register-verify .modal-title {
        font-family: Poppins, serif;
        font-weight: 600;
        font-size: 20px !important;
        margin-bottom: 0 !important;
    }

    .verify-description {
        font-size: 14px;
        font-weight: 500;
        line-height: 130%;
    }
}

@media screen and (max-width: 480px) {
    .recommended-content .section-title {
        font-size: 15px;
        padding: 0;
    }

    .recommended-content .show-more {
        font-size: 12px;
    }

    .recommended-content .container > div {
        align-items: baseline;
    }
}

@media screen and (max-width: 450px) {
    .get-started-btn > a {
        padding: 0.7rem !important;
    }
}

@media screen and (max-width: 378px) {
    .homepage-cover #pre-order {
        font-size: 28px;
        padding-top: 10%;
        line-height: 1.3;
    }

    .homepage-cover .home-description > p {
        font-size: 18px;
    }
}
