/* ===================================== */
/* Host Page Starts */
/* ===================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.host-body-bg {
    background-color: #F7F7F7;
}

.host-body-bg .container {
    max-width: 1120px;
    padding: 0 12px;
    width: 100%;
    margin: 0 auto;
}

.text-start {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-end {
    text-align: right !important;
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

/* Banner section start */

.host-banner {
    padding: 120px 12px;
    background-color: #FFFFFF;
    background: url('./../img/become_a_host/host-banner2.png') no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 0px 0px 120px 0px;
}

.host-banner .banner-image-wrapper img {
    width: 100%;
    height: auto;
    border-radius: 0px 0px 60px 0px;
    display: none;
}

.host-content-wrapper {
    max-width: 600px;
}

.host-title {
    font-family: "Merriweather", serif;
    font-weight: 700;
    font-size: 50px;
    line-height: 120%;
    color: #242424;
}


.host-second-title {
    font-family: "Merriweather", serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -0.02em;
    color: #242424;
    margin: 16px 0px;
}

.host-desc {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 16px;
    line-height: 140%;
    letter-spacing: -0.02em;
    color: #242424;
}

.theme-btn {
    display: inline-block;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 30px;
    gap: 10px;
    background: #F06A55;
    border-radius: 6px;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    text-decoration: none;
    transition: 0.5s all;
}

.theme-btn:hover {
    background-color: #dd4d37;
    color: #fff;
}

/* Banner section end */


/* why-host-wrapper Start */

.why-host-wrapper {
    padding: 90px 12px;
}

.second-heading {
    font-family: 'Merriweather';
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    text-align: center;
    color: #242424;
}

.why-host-grid-wrapper {
    padding: 48px 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.why-host-grid-wrapper .host-card {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 30px;
    text-align: left;
    flex: 0 0 calc(35% - 40px);
}

.host-icon {
    width: 48px;
    height: auto;
    margin: 0 auto;
}

.host-card-title {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.02em;
    color: #000000;
    margin: 15px 0px;
}

.host-card-desc {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: -0.02em;
    color: #000000;
}

/* why-host-wrapper End */

/* guestay-experience-section-wrapper Start */

.guestay-experience-section-wrapper {
    background-image: url('./../img/become_a_host/guestay-experience-background.png');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
    border-radius: 0px 120px 0px 0px;
    background-color: #F06A55;
}

.guestay-experience-section-wrapper .grid-wrapper {
    display: flex;
    align-items: center;
    gap: 80px;
    padding: 0px 12px;
}

.guestay-experience-section-wrapper .grid-wrapper .img-grid-wrapper {
    display: flex;
    gap: 20px;
}

.guestay-experience-section-wrapper .grid-wrapper .img-grid-wrapper .img-wrapper {
    position: relative;
}

.guestay-experience-section-wrapper .grid-wrapper .img-grid-wrapper .vertical-flex.pt-5 {
    padding-top: 50px;
}

.guestay-experience-section-wrapper .grid-wrapper .img-grid-wrapper .vertical-flex.pb-5 {
    padding-bottom: 50px;
}

.guestay-experience-section-wrapper .grid-wrapper .img-grid-wrapper .vertical-flex {
    display: flex;
    flex-direction: column;
    gap: 20px;
    overflow: hidden;
}

.guestay-experience-section-wrapper .grid-wrapper .img-grid-wrapper .vertical-flex .image {
    border-radius: 8px;
}

.guestay-experience-section-wrapper .grid-wrapper .img-wrapper .guestay-absolute-box {
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 4px 8px;
    gap: 4px;
    background: #FFFFFF;
    border: 1px solid #F06A55;
    border-radius: 32px;
    width: fit-content;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: 0 auto;
}

.guestay-experience-section-wrapper .grid-wrapper .img-wrapper .guestay-absolute-box span {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #F06A55;
}

.guestay-experience-section-wrapper .grid-wrapper .img-grid-wrapper .vertical-flex .first-img {
    margin-top: -10px;
}

.guestay-experience-section-wrapper .grid-wrapper .img-grid-wrapper .vertical-flex .last-img {
    margin-bottom: -10px;
}

.guestay-experience-section-wrapper .grid-wrapper .gustay-content-wrapper {
    padding: 30px 0px;
}

.guestay-experience-section-wrapper .grid-wrapper .gustay-content-wrapper .icon-wrapper {
    background-color: #FFF;
    padding: 15px;
    border-radius: 50px;
    width: 66px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.guestay-experience-section-wrapper .grid-wrapper .gustay-content-wrapper .icon-wrapper img {
    width: 100%;
    height: auto;
}

.guestay-experience-section-wrapper .grid-wrapper .gustay-content-wrapper .second-heading {
    text-align: left;
    margin: 24px 0px;
    color: white;
}

.guestay-experience-section-wrapper .grid-wrapper .gustay-content-wrapper .desc {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin-bottom: 24px;
}

.theme-border-btn {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 30px;
    gap: 10px;
    background: #F06A55;
    border: 1px solid #FFFFFF;
    border-radius: 6px;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    text-decoration: none;
    transition: 0.3s all ease;
}

.theme-border-btn:hover {
    background: #FFF;
    color: #F06A55;
}

/* guestay-experience-section-wrapper End */

/* become-a-host-wrapper Start */

.become-a-host-wrapper {
    padding: 90px 12px;
}

.become-a-host-wrapper .row {
    display: flex;
    gap: 80px;
}

.become-a-host-wrapper .row .col-lg-6 {
    width: 50%;
}

.check-list-wrapper {
    padding: 32px 0px;
}

.check-list-wrapper .d-flex {
    margin: 16px 0px;
}

.check-list-wrapper img {
    margin-right: 12px;
    width: 26px;
    height: 32px;
}

.check-list-wrapper span {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -0.02em;
    color: #242424;
}

.check-list-wrapper .desc {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.02em;
    color: #242424;
}

.become-a-host-wrapper .become-host-img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    object-fit: cover;
}

/* become-a-host-wrapper End */

/* your-space-wrapper Start */

.your-space-wrapper {
    padding: 90px 12px;
    background-color: #FFF;
}

.your-space-wrapper .grid-col-5 {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    position: relative;
    z-index: 1;
    margin-top: 50px;
}

.your-space-wrapper .grid-col-5::before {
    content: "";
    position: absolute;
    width: 84%;
    height: 1px;
    left: 0;
    right: 0;
    top: 17px;
    border-top: 1px dashed #F06A55;
    z-index: -1;
    margin: 0 auto;
}

.your-space-wrapper .grid-col-5 .space-col {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    flex: 0 0 calc(20% - 16px);
}

.your-space-wrapper .grid-col-5 .space-col .space-icon {
    width: 38px;
    height: auto;
}

.your-space-wrapper .grid-col-5 .space-col .space-title {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    letter-spacing: -0.02em;
    color: #242424;
    margin: 12px 0px;
}

.your-space-wrapper .grid-col-5 .space-col .space-desc {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    letter-spacing: -0.02em;
    color: #242424;
}

/* your-space-wrapper End */

/* feature-grid-wrapper Start */

.feature-grid-wrapper {
    padding: 90px 12px;
}

.feature-grid-wrapper .row {
    display: flex;
    gap: 48px;
    flex-wrap: wrap;
}

.feature-grid-wrapper .row .col-lg-6 {

    flex: 0 0 calc(50% - 24px);
}

.feature-grid-wrapper .row .col-lg-12 {
    width: 100%;
}

.feature-grid-wrapper .feature-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 24px;
    background: #FFFFFF;
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    height: 100%;
}

.feature-grid-wrapper .feature-card .icon {
    margin-bottom: 16px;
}

.feature-grid-wrapper .check-list-wrapper {
    padding-top: 10px !important;
}


.feature-grid-wrapper .feature-card.two {
    padding: 0;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 32px;
}

.feature-grid-wrapper .feature-card.two .image-wrapper {
    min-height: 460px;
    height: 100%;
    width: 30%;
}

.feature-grid-wrapper .feature-card.two .image-wrapper img {
    border-radius: 16px 0px 0px 16px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feature-grid-wrapper .feature-card.two .card-wrapper {
    padding: 30px 0px;
}

/* feature-grid-wrapper End */

/* faq-section Start */

.faq-section {
    padding: 90px 12px;
    background-color: #FFF;
}

.faq-box-wrapper {
    max-width: 754px;
    margin: 40px auto 0;
}

.faq-box-wrapper details {
    display: block;
    padding: 12px 16px;
    gap: 12px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    margin-top: 16px;
    appearance: none;
}

.faq-box-wrapper summary {
    cursor: pointer;
    outline: none;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -0.02em;
    color: #242424;
    list-style: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 0px;
}

.faq-box-wrapper details summary::after {
    content: '';
    background-image: url('./../img/become_a_host/plus.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
    transition: transform 0.3s ease;
    margin: 0;
    position: unset;
    border: unset;
    border-radius: unset;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    -ms-border-radius: unset;
    -o-border-radius: unset;
}

.faq-box-wrapper details[open] summary::after {
    background-image: url('./../img/become_a_host/mius.svg');
    background-repeat: no-repeat;
}

.faq-box-wrapper .faq-answer {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.02em;
    color: #242424;
    padding-top: 12px;
}

/* faq-section End */

/* Host page Responsive Start */
@media (max-width: 992px) {
    .host-banner {
        padding: 90px 12px;
    }

    .host-content-wrapper {
        max-width: 520px;
    }

    .host-title {
        font-size: 44px;
    }

    .host-second-title {
        font-size: 18px;
    }

    .why-host-wrapper,
    .become-a-host-wrapper,
    .your-space-wrapper,
    .feature-grid-wrapper,
    .faq-section {
        padding: 70px 12px;
    }

    .why-host-grid-wrapper {
        padding: 50px 0 0;
    }

    .guestay-experience-section-wrapper .grid-wrapper {
        gap: 50px;
    }

    .check-list-wrapper {
        padding: 20px 0 32px 0px;
    }

    /* .your-space-wrapper .grid-col-5::before {
        display: none;
    } */

    /* .your-space-wrapper .grid-col-5 {
        flex-wrap: wrap;
        justify-content: center;
    }

    .your-space-wrapper .grid-col-5 .space-col {
        flex: 0 0 calc(33.60% - 16px);
    } */

    .check-list-wrapper span {
        font-size: 18px;
    }

    .check-list-wrapper .desc {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .host-banner {
        padding: 70px 24px;
        border-radius: 0px 0px 60px 0px;
    }

    .host-content-wrapper {
        max-width: 375px;
    }

    .host-title {
        font-size: 40px;
    }

    .host-desc {
        font-size: 14px;
    }

    .why-host-grid-wrapper .host-card {
        flex: 0 0 calc(54% - 40px);
    }

    .guestay-experience-section-wrapper {
        border-radius: 0px 60px 0 0;
    }

    .guestay-experience-section-wrapper .grid-wrapper {
        gap: 20px;
        padding: 50px 12px;
    }

    .guestay-experience-section-wrapper .grid-wrapper .img-grid-wrapper .vertical-flex .first-img,
    .guestay-experience-section-wrapper .grid-wrapper .img-grid-wrapper .vertical-flex .last-img {
        margin: 0;
    }

    .guestay-experience-section-wrapper .grid-wrapper .gustay-content-wrapper {
        padding: 0;
    }

    .guestay-experience-section-wrapper .grid-wrapper .img-grid-wrapper,
    .guestay-experience-section-wrapper .grid-wrapper .gustay-content-wrapper {
        width: 50%;
    }

    .guestay-experience-section-wrapper .grid-wrapper .img-wrapper .guestay-absolute-box span {
        font-size: 10px;
    }

    .guestay-experience-section-wrapper .grid-wrapper .img-grid-wrapper .vertical-flex {
        width: 50%;
    }

    .guestay-experience-section-wrapper .grid-wrapper .img-grid-wrapper .vertical-flex .image {
        width: 100%;
    }

    .become-a-host-wrapper .row {
        gap: 25px;
    }

    .check-list-wrapper {
        padding: 12px 0px;
    }

    .become-a-host-wrapper .row .col-lg-6 {
        width: 50%;
    }


    /* .your-space-wrapper .grid-col-5 .space-col {
        flex: 0 0 calc(50% - 16px);
    }

    .your-space-wrapper .grid-col-5 {
        row-gap: 40px;
    } */

    /* .feature-grid-wrapper .row .col-lg-6 {
        flex: 0 0 100%;
    } */

    .feature-grid-wrapper .row .col-lg-6 {
        flex: 0 0 calc(50% - 10px);
    }

    .feature-grid-wrapper .row {
        gap: 20px;
    }


    .faq-box-wrapper summary {
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .host-banner {
        background: #FFFFFF;
        padding: 50px 12px;
        border-radius: 0px 0px 60px 0px;
    }

    .host-content-wrapper {
        max-width: 100%;
        text-align: center;
    }

    .host-banner .banner-image-wrapper img {
        display: block;
        margin-top: 32px;
    }

    .host-title {
        font-size: 34px;
    }

    .host-second-title {
        font-size: 16px;
    }

    .host-desc {
        font-size: 14px;
    }


    .theme-btn,
    .theme-border-btn {
        font-size: 14px;
        padding: 14px 22px;
    }

    .why-host-wrapper,
    .become-a-host-wrapper,
    .your-space-wrapper,
    .feature-grid-wrapper,
    .faq-section {
        padding: 50px 12px;
    }

    .why-host-grid-wrapper {
        padding: 30px 0 0;
    }

    .why-host-grid-wrapper .host-card {
        flex: 0 0 100%;
        padding: 20px;
    }

    .host-card-title {
        margin: 7px 0px;
    }

    .guestay-experience-section-wrapper {
        background-image: url('./../img/become_a_host/guestay-experience-background-mobile.png');
        background-repeat: repeat;
        background-size: contain;
        overflow: hidden;
    }

    .guestay-experience-section-wrapper .grid-wrapper {
        flex-wrap: wrap;
    }

    .guestay-experience-section-wrapper .grid-wrapper .img-grid-wrapper {
        margin-top: -35%;
    }

    .guestay-experience-section-wrapper .grid-wrapper .img-grid-wrapper,
    .guestay-experience-section-wrapper .grid-wrapper .gustay-content-wrapper {
        width: 100%;
    }

    .guestay-experience-section-wrapper .grid-wrapper .gustay-content-wrapper .second-heading {
        margin: 12px 0px;
    }

    .guestay-experience-section-wrapper .grid-wrapper .gustay-content-wrapper .desc {
        font-size: 14px;
    }

    .become-a-host-wrapper .row {
        flex-wrap: wrap-reverse;
    }

    .become-a-host-wrapper .row .col-lg-6 {
        width: 100%;
    }

    .your-space-wrapper .grid-col-5 {
        row-gap: 30px;
    }

    .feature-grid-wrapper .feature-card.two {
        flex-direction: column;
        gap: 0;
    }

    .feature-grid-wrapper .feature-card.two .image-wrapper {
        width: 100%;
        height: auto;
        min-height: auto;
    }

    .feature-grid-wrapper .feature-card.two .image-wrapper img {
        border-radius: 16px 16px 0px 0px;
    }

    .feature-grid-wrapper .feature-card.two .card-wrapper {
        padding: 20px;
    }

    .feature-card .second-heading {
        font-size: 24px;
    }

    .feature-card .check-list-wrapper span {
        font-size: 16px;
    }

    .feature-card .check-list-wrapper img {
        margin-right: 12px;
        width: 21px;
        height: 28px;
    }

    .your-space-wrapper .grid-col-5 {
        flex-wrap: wrap;
        row-gap: 70px;
        justify-content: center;
    }

    .your-space-wrapper .grid-col-5 .space-col {
        flex: 0 0 100%;
        position: relative;
    }

    .your-space-wrapper .grid-col-5::before {
        display: none;
    }

    .your-space-wrapper .grid-col-5 .space-col::before {
        content: "";
        position: absolute;
        width: 1px;
        height: 32px;
        left: 0;
        right: 0;
        top: auto;
        bottom: -50px;
        border-left: 1px dashed #F06A55;
        z-index: -1;
        margin: 0 auto;
    }

    .your-space-wrapper .grid-col-5 .space-col:last-child::before {
        display: none;
    }

    .feature-grid-wrapper .row .col-lg-6 {
        flex: 0 0 100%;
    }
}
@media (min-width: 1277px) {
    header .menu-button,
    main section.benefits-main {
        display: none;
    }
}
@media (max-width: 480px) {
    .host-title {
        font-size: 28px;
    }

    .host-banner {
        padding: 50px 4px;
    }

    .host-second-title {
        margin: 12px 0;
    }

    .why-host-wrapper,
    .become-a-host-wrapper,
    .your-space-wrapper,
    .feature-grid-wrapper,
    .faq-section {
        padding: 40px 4px;
    }

    .second-heading {
        font-size: 28px;
    }

    .become-a-host-wrapper .check-list-wrapper {
        padding: 10px 0px 0 0;
    }

    .your-space-wrapper .grid-col-5 .space-col {
        flex: 0 0 208px;
    }

    .your-space-wrapper .grid-col-5 .space-col .space-title {
        font-size: 20px;
        margin: 12px 0px 7px 0px;
    }

    .your-space-wrapper .grid-col-5 {
        margin-top: 30px;
    }

    .guestay-experience-section-wrapper .grid-wrapper {
        padding: 30px 12px 32px;
    }

    .guestay-experience-section-wrapper .grid-wrapper .img-grid-wrapper,
    .guestay-experience-section-wrapper .grid-wrapper .img-grid-wrapper .vertical-flex {
        gap: 12px;
    }

    .guestay-experience-section-wrapper .grid-wrapper .img-wrapper .guestay-absolute-box span {
        font-size: 8px;
    }

    .guestay-experience-section-wrapper .grid-wrapper .img-grid-wrapper .vertical-flex.pt-5 {
        padding-top: 30px;
    }

    .guestay-experience-section-wrapper .grid-wrapper .img-grid-wrapper .vertical-flex.pb-5 {
        padding-bottom: 30px;
    }

    .guestay-experience-section-wrapper .grid-wrapper .gustay-content-wrapper .icon-wrapper {
        padding: 12px;
        width: 52px;
        height: 52px;
    }

    .your-space-wrapper .grid-col-5 .space-col .space-desc {
        font-size: 14px;
    }

    .your-space-wrapper .grid-col-5 .space-col .space-icon {
        width: 42px;
        height: auto;
    }

    .feature-card .second-heading {
        font-size: 22px;
        line-height: 150%;
    }

    .feature-grid-wrapper .row {
        gap: 15px;
    }

    .feature-card .check-list-wrapper .d-flex {
        margin: 12px 0px;
    }

    .feature-grid-wrapper .check-list-wrapper {
        padding: 0 !important;
    }

    .feature-grid-wrapper .feature-card .icon {
        margin-bottom: 6px;
    }

    .feature-grid-wrapper .feature-card {
        padding: 15px;
    }

    .faq-box-wrapper summary {
        font-size: 16px;
    }

    .faq-box-wrapper .faq-answer {
        font-size: 14px;
    }

    .faq-box-wrapper details {
        padding: 10px 12px;
    }

    .faq-box-wrapper summary::after {
        background-size: 14px
    }

    .faq-box-wrapper {
        margin: 30px auto 0;
    }
} 

header{
    background-color: #FFF;
    background-image: url(../img/icons.webp);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right;
}
header .logo h1 {
    height: 52.63px;
}
header #header_search_btn{
    width: 47.24px;
}
header nav.main-nav > ul {
    /* width: 745.36px; */
}
header .btn-secondary {
    border: 1px solid #E6E6E6;
    color: #262626;
    background-color: #FFF;
}
.search-field {
    border-color: #ccc;
    display: none;
}
header .search-field input[type="search"] {
    color: #fff !important;
}

footer.footer-main .container{
    padding-bottom: 99px;
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1320px;
}
footer.footer-main .container .social-media-icons{
    height: 24px;
}
footer .footer-text a.logo{
    height: 45.15px;
}
/* Host page Responsive End */

/* ===================================== */
/* Host Page Ends */
/* ===================================== */