@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

@font-face {
    font-family: 'Avallon';
    src: url('../Fonts/AvallonAlt.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;

}

.grid_box {
    display: grid;
}

.main {
    background-image: url(../images/home-banner.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 45%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.home_banner .grid_box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 20px;
}

.home_banner h1 {
    color: #000;
    margin-top: 15px;
    font-family: "Avallon Alt", sans-serif;
    font-size: 52px;
    font-weight: 700;
    line-height: 1;
    display: inline-block;
    align-items: center;
}

.home_banner h1 img {
    height: 86px;
    display: inline;
    vertical-align: sub;
}

.home_banner .main_img img {
    height: 790px;
    width: auto;
}

.home_banner span.label {
    border: 2px solid #daac77;
    text-align: center;
    border-radius: 35px;
    padding: 8px 25px;
    display: inline-block;
    width: fit-content;
    color: #daac77;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}

.home_banner .main_img {
    text-align: right;
    margin-left: auto;
}

.home_banner h2 {
    color: #4d505b;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    margin: 18px 0;
}


.mobile_frame .items img {
    height: 100% !important;
    width: 100%;
    object-fit: cover;
}

.mobile_frame {
    padding-right: 32px;
    margin-top: 26px;
    position: absolute;
    z-index: 10;
    top: 32.6%;
    left: 55%;
    transform: translateX(-50%);
    width: 86.5%;
    height: 25.5%;
    border-radius: 18px;
    overflow: hidden;
}

.swiper-wrapper {
    transition-timing-function: linear !important;
}

.home_banner .set {
    box-shadow: rgb(99 99 99 / 43%) 0px 2px 8px 0px;
    border-radius: 10px;
    padding: 20px;
    background: #194a3e1a;
}

.home_banner .set h3 {
    color: #2a7462;
    font-weight: 600;
    font-size: 20px;
}

.home_banner .set h4 {
    color: #4d505bab;
    font-size: 15px;
    font-weight: 500;
    margin: 12px 0;
}

.home_banner .set h5 {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    line-height: 23px;
}

.home_banner .set button {
    border: 2px solid #daac77;
    text-align: center;
    border-radius: 12px;
    padding: 8px 25px;
    display: inline-block;
    width: fit-content;
    color: #daac77;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    background: transparent;
    margin-top: 15px;
}

.home_banner .form-group {
    margin-top: 15px;
}

.home_banner .download-btn .btn {
    padding: 18px 33px;
    background: linear-gradient(90deg, #18473B, #2A7462);
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    text-align: center;
    letter-spacing: .01em;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.home_banner .download-btn {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.home_banner .download-btn span img {
    border-radius: 50px;
    background: #fff;
    height: 50px;
    width: 50px;
    border: 3px solid #fff;
    margin-right: -15px;
}

.home_banner {
    padding-top: 50px;
}

.home_banner .form-group input {
    font-size: 13px;
}

.choice_sec h2 {
    color: #2a7462;
    font-size: 32px;
    margin: 0;
    line-height: 1.3;
}

.choice_sec {
    border-top: 1px solid #e9e9e9;
    margin-top: 70px;
    padding: 60px 0;
}

.choice_sec .grid_box {
    display: grid;
    grid-template-columns: .4fr 1fr;
    align-items: center;
    gap: 15px;
}

.choice_sec .logo img {
    height: 40px;
    width: 150px;
    object-fit: contain;
}

.choice_sec .logo {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
}

.app_feature {
    background-color: #eef3f8;
    padding: 60px 0;
}


.app_feature h2 {
    text-align: center;
    color: #33363a;
    margin-top: 0;
    margin-bottom: 20px;
    font-family: "Avallon Alt", sans-serif;
    font-size: 32px;
    font-weight: 700;
}

.app_feature h2 span {
    color: #2a7462;
    font-weight: 600;
}

.app_feature h3 {
    text-align: center;
    color: #4d505b;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 400;
    max-width: 910px;
    margin: auto;
}

.app_feature .grid_box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 40px;
}

.app_feature .box .img img {
    height: 120px;
    width: 120px;
    object-fit: cover;
}

.app_feature .box h4 {
    color: #2a7462;
    margin-bottom: 6px;
    font-size: 17px;
    font-weight: 600 !important;
    line-height: 27px;
}

.app_feature .box p {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
}

.app_feature .box {
    border: none !important;
    display: flex;
    flex-direction: row;
    gap: 9px;
    background: #fff;
    padding: 12px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.story-section {
    padding: 60px 0;
}

.story-section .grid_box {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 40px;
}

.story-section .host-icon-trip img {
    height: 26px;
    width: auto;
}

.story-section .host-icon img {
    height: 28px;
    width: auto;
}

.story-section .host-icon-join img {
    height: 26px;
    width: auto;
}

.story-section .host-header img {
    height: 50px !important;
}

.story-section .host-header {
    gap: 12px;
    padding-bottom: 10px;
    margin-bottom: 35px;
}

.process-section {
    position: relative;
}

.process-section .arrow_direction img {
    height: 40px;
}

.process-section .arrow_direction {
    position: absolute;
    bottom: 0;
    top: 0;
    height: 50px;
    width: 200px;
    left: 0;
    right: 170px;
    margin: auto;
}

.cstm_marquee {
    overflow: hidden;
    width: 100%;
    background: #eef3f8;
    padding: 30px 0 25px;
    margin-top: 22px;
}

.cstm_marquee .marquee-track {
    gap: 40px;
}

.count-section {
    margin: 80px 0;
}

.count-section .opacity-9 {
    opacity: .93;
}

.count-section .count-text {
    margin: 0;
}

.testimonial-section h2 {
    margin: 0 0 35px;
}

.testimonial-section .slick-prev:before {
    margin-top: 3px;
}

.testimonial-section .slick-next:before {
    margin-top: 3px;
}

.home_banner .set .form-control {
    border: 1px solid #29715f;
    height: 47px !important;
    font-weight: 500;
}

.header_logo img {
    height: 135px;
}

.multiple_sec_app {
    padding: 60px 0;
    background: #eeeeee;
}

.multiple_sec_app h2 {
    color: #33363a;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 700;
    font-family: "Avallon Alt", sans-serif;
    text-align: center;
}

.multiple_sec_app h3 {
    font-size: 18px;
    text-align: center;
}

.multiple_sec_app .grid_box {
    display: grid;
    grid-template-columns: 1fr .5fr;
    gap: 20px;

}

.multiple_sec_app .set_box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.multiple_sec_app .text_grid {
    display: grid;
    grid-template-columns: 1fr .5fr;
    gap: 20px;
    margin-top: 60px;
}

.multiple_sec_app .text_grid .first h4 {
    text-align: start;
}

.multiple_sec_app .text_grid .first h5 {
    text-align: start;
}


.multiple_sec_app .box img {
    height: 52px;
}

.multiple_sec_app .set {
    background: #fff;
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 15px;
    border-radius: 5px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 1px solid #fff;
    transition: all .3s;
    flex-direction: column;
    height: 100%;
}

.multiple_sec_app .box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
}

.multiple_sec_app .set:hover {
    border-color: #2a7462;
    /* background: #2a74622e; */
}

.multiple_sec_app .text_grid h4 {
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    color: #2a7462;
    margin: 0 0 12px;
}

.multiple_sec_app .text_grid h5 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
}

.multiple_sec_app .img img {
    width: auto;
    height: 540px;
}

.multiple_sec_app .img {
    text-align: center;
}

.multiple_sec_app .set h6 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    text-align: center;
}

.cta_footer {
    margin: 60px 0;
}

.cta_footer .cta-area {
    text-align: center;
    background: linear-gradient(90deg, #18473B, #2A7462);
    border-radius: 20px;
    padding: 60px;
}

.cta_footer h2 {
    color: #fff;
    font-size: 42px;
    font-weight: 600;
    margin: 0 0 20px;
}

.cta_footer p {
    color: #fff;
    font-size: 18px;
    max-width: 550px;
    margin: auto;
}

.cta_footer .cta-partner-wrap a img {
    height: 55px;
    width: auto;
}

.contact_sec {
    background: #286e5d;
    padding: 60px 0 240px;
}

.contact_sec h2 {
    color: #fff;
    text-align: center;
    font-family: "Avallon Alt", sans-serif;
    font-weight: 700;
    margin-bottom: 12px;
}

.contact_sec h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    max-width: 640px;
    margin: auto;
    line-height: 1.5;
    text-align: center;
}

.contact_form .set {
    background: #fff;
    max-width: 650px;
    margin: -200px auto 0;
    padding: 30px 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.contact_form .flex_box {
    display: flex;
    align-items: center;
    gap: 20px;
}

.contact_form .form-group {
    width: 100%;
    margin-bottom: 20px;
}

.contact_form .form-group label {
    display: block;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #286e5d;
}

.contact_form .form-group input {
    width: 100%;
    height: 48px;
    padding: 12px;
    border-radius: 5px;
    border: 1px solid #286e5d;
    font-size: 14px;
}

.contact_form .form-group textarea {
    width: 100%;
    height: 120px;
    padding: 12px;
    border-radius: 5px;
    border: 1px solid #286e5d;
    font-size: 14px;
}


.contact_form button {
    background: linear-gradient(90deg, #18473B, #2A7462);
    color: #fff;
    max-width: 130px;
    width: 100%;
    border: none;
    height: 45px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    transition: all .3s;
}

.contact_form {
    padding-bottom: 30px;
}

.footer_sec .logo_sec img {
    height: 130px;
}

.footer_sec {
    background: #286e5d;
    padding: 40px 0;
    margin-top: 60px;
}

.footer_sec .logo_sec p {
    color: #fff;
    font-size: 18px;
    margin: 16px 0 0;
}

.footer_sec .logo_sec {
    max-width: 400px;
}

.footer_sec .set h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.footer_sec .set ul li a {
    color: #fff !important;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .3px;
    transition: all .3s;
}

.footer_sec .grid_box {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 12px;
    margin-top: 40px;
    border-top: 1px solid #ffffff8a;
    padding-top: 40px;
}

.footer_sec .set ul li+li {
    margin-top: 10px;
}

.footer_sec .set ul {
    margin: 0;
}

.footer_sec .set ul li a:hover {
    color: #daac77 !important;
}

.contact_form .form-group input::placeholder {
    font-weight: 500;
}


.contact_form .form-group textarea::placeholder {
    font-weight: 500;
}

.contact_form button:hover {
    background: linear-gradient(90deg, #dda666, #e9caa4);
}

.home_banner .download-btn .btn:hover {
    background: linear-gradient(90deg, #dda666, #e9caa4);
}

.home_banner .set button:hover {
    background: linear-gradient(90deg, #18473B, #2A7462);
}

.home_banner .set button:hover {
    background: linear-gradient(90deg, #18473B, #2A7462);
    border-color: #2a7462;
    color: #fff;
}

.Stop_juggling {
    background: #fbdeb2;
    padding: 60px 0;
}

.Stop_juggling h2 {
    color: #33363a;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 700;
    font-family: "Avallon Alt", sans-serif;
    text-align: center;
}

.Stop_juggling h3 {
    font-size: 18px;
    text-align: center;
}

.Stop_juggling h4 {
    color: #dc3545;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 12px;
}

.Stop_juggling h5 {
    font-size: 16px;
    margin-bottom: 30px;
}

.Stop_juggling .grid_box {
    grid-template-columns: 1fr .7fr 1fr;
    /* align-items: center; */
    gap: 15px;
    margin: 50px auto 0;
    max-width: 1020px;
    justify-self: center;
    text-transform: capitalize !important;
}

.Stop_juggling h6 {
    font-size: 16px;
    color: #4d505b;
}

.Stop_juggling h6 img {
    height: 60px;
    /* background: #fff; */
    padding: 6px;
    border-radius: 4px;
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
    width: 60px;
    object-fit: contain;
}


.Stop_juggling h6 {
    font-size: 16px;
    color: #4d505b;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    margin: 0;
}

.Stop_juggling h6+h6 {
    margin-top: 12px;
}

.Stop_juggling .arrow_img img {
    height: 40px;
}

.Stop_juggling .app_img img {
    width: auto;
    height: 600px;
}


.Stop_juggling .app_img {
    text-align: center;
    padding-left: 170px;
}

.Stop_juggling .app_img h4 {
    color: #0d6efd;
}

.story-section .host-des h4 {
    text-transform: uppercase;
    font-weight: 500 !important;
}











@media (max-width: 1399.98px) {

    .cta_footer h2 {
        font-size: 34px;
    }


    .cstm_marquee {
        padding: 25px 0 20px;
        margin-top: 10px;
    }

    .cstm_marquee .marquee-track {
        gap: 30px;
    }

    .maruee-deatil i {
        font-size: 24px !important;
    }

    .cstm_marquee p {
        font-size: 16px;
    }

    .app_feature .box p {
        font-size: 15px;
        line-height: 24px;
    }

    .app_feature .box .img img {
        height: 100px;
        width: 100px;
    }


    .home_banner .main_img img {
        height: 730px;
    }

    .home_banner h2 {
        font-size: 18px;
    }

    .home_banner h1 {
        font-size: 38px;
    }

    .home_banner h1 img {
        height: 62px;
    }

    .home_banner .download-btn .btn {
        padding: 15px 20px;
        font-size: 15px;
    }

    .home_banner {
        padding-top: 40px;
    }

}

@media (max-width: 1199.98px) {

    .Stop_juggling .arrow_img img {
        height: 34px;
    }

    .multiple_sec_app .box img {
        height: 42px;
    }

    .multiple_sec_app h3 {
        font-size: 16px;
    }

    .Stop_juggling h3 {
        font-size: 16px;
    }



    .multiple_sec_app h2 {
        margin-bottom: 14px;
        font-size: 28px;
    }

    .Stop_juggling h2 {
        margin-bottom: 14px;
        font-size: 28px;
    }

    .testimonial-designation {
        font-size: 16px;
    }

    .testimonial-name {
        font-size: 20px;
    }


    .testimonial-image-holder {
        min-width: 80px;
        max-width: 80px;
        min-height: 80px;
        max-height: 80px;
    }

    .testimonial-image-holder img {
        width: 80px;
        height: 80px;
        object-fit: cover !important;
    }

    .testimonial-card {
        padding: 25px 15px;
        border-radius: 12px;
    }

    .testimonial-section {
        padding: 40px 0;
    }


    .count-section {
        margin: 50px 0;
    }


    .story-section .grid_box {
        grid-template-columns: 1fr 1fr;
        margin-top: 30px;
    }

    .story-section {
        padding: 40px 0;
    }

    .app_feature {
        padding: 50px 0;
    }

    .app_feature h3 {
        font-size: 18px;
    }

    .app_feature .grid_box {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
        margin-top: 30px;
    }


    .home_banner .main_img img {
        height: 650px;
    }

    .choice_sec .logo img {
        height: 40px;
        width: 130px;
    }

    .choice_sec h2 {
        font-size: 28px;
    }
}

@media (max-width: 991.98px) {

    .testimonial-slider .slick-track {
        gap: 14px;
    }

    .Stop_juggling {
        padding: 40px 0;
    }

    .Stop_juggling h4 {
        margin: 0 0 8px;
    }

    .Stop_juggling h5 {
        margin-bottom: 10px;
    }

    .Stop_juggling .app_img {
        margin-top: 30px;
                padding-left: 0;
    }

    .Stop_juggling .arrow_img {
        display: none !important;
    }

    .Stop_juggling h6+h6 {
        margin-top: 0;
    }

    .Stop_juggling h6 {
        background: #ffd3a0;
        height: 100%;
        padding: 12px;
        border-radius: 6px;
    }

    .Stop_juggling .grid_box {
        grid-template-columns: 1fr;
        margin-top: 30px;
    }

    .Stop_juggling .cont {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .Stop_juggling .cont .first {
        grid-column: 1 / -1;
        text-align: center;
    }

    .mobile_frame .items img {
        height: 330px !important;
    }

    .mobile_frame {
        padding-right: 85px;
        top: 33.6%;
        left: 52%;
        width: 86.5%;
        height: 22.5%;
        border-radius: 12px;
        overflow: hidden;
    }

    .footer_sec .logo_sec p {
        font-size: 16px;
    }

    .footer_sec .grid_box {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 30px 12px;
        margin-top: 30px;
        padding-top: 30px;
    }

    .contact_sec {
        padding: 40px 0 230px;
    }

    .contact_sec h3 {
        font-size: 16px;
    }

    .contact_sec h2 {
        font-size: 28px;
    }

    .cta-partner-wrap {
        gap: 10px;
    }

    .cta_footer .cta-partner-wrap a img {
        height: 45px;
    }

    .cta_footer p {
        font-size: 16px;
    }

    .cta_footer h2 {
        font-size: 28px;
    }

    .cta_footer {
        margin: 40px 0;
    }

    .multiple_sec_app {
        padding: 40px 0;
    }

    .multiple_sec_app .box {
        grid-template-columns: 1fr 1fr;
    }

    .testimonial-section .slick-next {
        right: 0px;
    }

    .testimonial-section .slick-prev {
        right: 50px;
    }

    .testimonial-section .slick-next:before {
        margin-top: 2px;
    }

    .testimonial-section .slick-prev:before {
        margin-top: 2px;
    }

    .slick-prev,
    .slick-next {
        top: -44px;
    }

    .testimonial-section h2 {
        margin: 0 0 25px;
    }

    .count-section .count-item {
        gap: 15px;
        border-radius: 10px;
        padding: 16px;
    }

    .count-section .count-title {
        font-size: 28px;
        line-height: 1.1;
    }

    .count-section .count-icon-wrap {
        min-width: 50px;
        max-width: 50px;
        min-height: 50px;
        max-height: 50px;
    }

    .count-section .count-icon-wrap img {
        height: 23px;
    }

    .count-title {
        font-size: 28px;
        line-height: 1.1;
    }

    .rating-img {
        height: 400px;
    }

    .story_heading span {
        font-size: 26px;
    }

    .story-section .hosting.detail {
        margin-top: 16px !important;
    }

    .story_heading img {
        height: 58px;
        width: auto;
    }

    .story_heading span {
        font-size: 28px;
    }

    .story-section .grid_box {
        grid-template-columns: 1fr;
        margin-top: 20px;
    }

    .app_feature h2 {
        font-size: 28px;
    }

    .choice_sec {
        margin-top: 50px;
        padding: 40px 0;
    }

    .choice_sec h2 {
        font-size: 28px;
        text-align: center;
    }

    .choice_sec .grid_box {
        grid-template-columns: 1fr;
        gap: 25px;
        justify-content: center;
    }

    .home_banner .main_img {
        text-align: center;
        margin: auto;
    }

    .home_banner .grid_box {
        grid-template-columns: 1fr;
    }

}

@media (max-width: 767.98px) {

    .Stop_juggling .app_img img {
        height: 500px;
    }

    .Stop_juggling h6 img {
        height: 45px;
    }

    .Stop_juggling h6 {
        padding: 10px;
        font-size: 14px;
    }

    .mobile_frame {
        padding-right: 50px;
    }

    .footer_sec .logo_sec img {
        height: 100px;
    }

    .footer_sec {
        padding: 30px 0;
        margin-top: 30px;
    }

    .contact_form .form-group {
        margin-bottom: 16px;
    }

    .contact_form .flex_box {
        gap: 14px;
    }

    .contact_sec h2 {
        font-size: 26px;
    }

    .cta-partner-wrap {
        margin-top: 20px;
    }

    .cta_footer .cta-area {
        padding: 30px;
    }

    .multiple_sec_app .text_grid h5 {
        margin-bottom: 20px;
    }

    .multiple_sec_app .text_grid {
        grid-template-columns: 1fr;
        margin-top: 30px;
    }

    .multiple_sec_app .text_grid .first {
        display: none;
    }

    .multiple_sec_app .box {
        order: 2;
    }

    .multiple_sec_app .grid_box {
        grid-template-columns: 1fr;
    }

    .story-section .hosting.detail {
        margin-top: 10px !important;
    }

    .story-section .grid_box {
        gap: 15px;
    }

    .story-section {
        padding: 30px 0;
    }

    .app_feature {
        padding: 40px 0;
    }

    .app_feature h3 {
        font-size: 16px;
    }

    .app_feature .box {
        flex-direction: column;
        text-align: center;
    }


    .choice_sec .logo {
        gap: 15px;
    }

    .choice_sec .logo .img {
        padding: 22px 12px;
        text-align: center;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        border-radius: 4px;
    }

    .choice_sec .logo {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }


    .home_banner h2 {
        font-size: 16px;
        margin: 12px 0;
    }

    .home_banner span.label {
        padding: 6px 18px;
        font-size: 14px;
    }

    .home_banner h1 {
        font-size: 30px;
    }

    .home_banner {
        padding-top: 30px;
    }

}

@media (max-width: 575.98px) {

    .footer_sec .set h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .cta_footer .cta-partner-wrap a img {
        height: 38px;
    }

    .footer_sec .grid_box {
        grid-template-columns: 1fr 1fr;
        gap: 24px 12px;
    }

    .testimonial-slider {
        margin-right: 0px !important;
    }

    .story-section .host-header img {
        height: 40px !important;
    }

    .header_logo img {
        height: 115px;
    }

    .contact_form {
        padding-bottom: 10px;
    }

    .contact_form .form-group {
        margin-bottom: 14px;
    }

    .contact_form .flex_box {
        flex-direction: column;
        gap: 0;
    }

    .cta_footer {
        margin: 30px 0;
    }

    .cta_footer h2 {
        font-size: 24px;
    }

    .cta_footer h2 {
        font-size: 26px;
    }

    .multiple_sec_app .box img {
        height: 40px;
    }

    .multiple_sec_app .set h6 {
        font-size: 14px;
    }

    .multiple_sec_app .img img {
        height: 480px;
    }

    .multiple_sec_app h2 {
        font-size: 26px;
    }

    .Stop_juggling h2 {
        font-size: 26px;
    }

    .testimonial-slider .slick-track {

        justify-content: center;
    }


    .testimonial-section h2 {
        font-size: 26px;
    }

    .story_heading img {
        height: 54px;
    }

    .story-section .host {
        padding: 30px 15px !important;
    }

    .story-section .host-icon img {
        height: 22px;
    }

    .story-section .host-icon-trip img {
        height: 20px;
    }

    .host-icon {
        min-width: 50px !important;
        height: 50px !important;
    }

    .story-section .host-icon-join img {
        height: 20px;
    }

    .host-icon-join {
        min-width: 50px !important;
        height: 50px !important;
    }

    .host-icon-trip {
        min-width: 50px !important;
        height: 50px !important;
    }

    .story_heading span {
        font-size: 26px;
    }

    .app_feature h2 {
        font-size: 26px;
    }

    .app_feature .box h4 {
        margin-bottom: 10px;
        margin-top: 10px;
        font-size: 20px;
    }

    .app_feature .box {
        padding: 30px 15px;
    }

    .app_feature .grid_box {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .choice_sec h2 {
        font-size: 24px;
    }

    .home_banner .box {
        text-align: center;
    }

    .home_banner h1 img {
        height: 52px;
        vertical-align: sub;
    }

    .home_banner .set button {
        padding: 8px 20px;
        font-size: 15px;
    }

    .home_banner .download-btn span img {
        height: 40px;
        width: 40px;
    }

    .home_banner .download-btn {
        margin-top: 24px;
        gap: 10px;
        justify-content: center;
    }

    .home_banner .set h3 {
        font-size: 18px;
    }

    .home_banner .set {
        text-align: center;
    }

    .home_banner .main_img img {
        height: 570px;
    }

    .home_banner h1 {
        font-size: 28px;
        text-align: center;
    }

    .home_banner h2 {
        text-align: center;
    }

}

@media (max-width: 480px) {

    .Stop_juggling .cont {
        grid-template-columns: 1fr;
    }

    .mobile_frame {
        padding-right: 20px;
        left: 62%;
        width: 100%;
    }

    .testimonial-section h2 {
        font-size: 24px;
    }

    .contact_sec h2 {
        font-size: 24px;
    }

    .multiple_sec_app .box {
        gap: 10px;
    }

    .multiple_sec_app h2 {
        font-size: 24px;
    }

    .Stop_juggling h2 {
        font-size: 24px;
    }

    .story_heading span {
        font-size: 24px;
    }

    .app_feature h2 {
        font-size: 24px;
    }

    .choice_sec .logo img {
        height: 30px;
        width: 110px;
    }

}