/* =========================================================
   BOOSTPME — KELTOUM HOTEL
========================================================= */

.khotel-page {
    --purple: #9561ff;
    --blue: #647dff;
    --pink: #ef5e9f;
    --green: #75bd50;

    overflow: hidden;

    background: #f7f7fa;

    color: #19191f;
}

.khotel-page * {
    box-sizing: border-box;
}

.khotel-page em {
    font-style: normal;

    color: transparent;

    background:
        linear-gradient(
            90deg,
            var(--blue),
            var(--purple),
            var(--pink)
        );

    -webkit-background-clip: text;
    background-clip: text;
}


/* =========================================================
   HERO
========================================================= */

.khotel-hero {
    position: relative;

    min-height: 100vh;

    display: flex;
    align-items: center;

    padding: 145px 0 105px;

    overflow: hidden;
}

.khotel-glow {
    position: absolute;

    border-radius: 50%;

    filter: blur(110px);

    pointer-events: none;
}

.khotel-glow-one {
    width: 480px;
    height: 480px;

    right: -130px;
    top: -70px;

    background:
        rgba(106, 112, 255, .14);
}

.khotel-glow-two {
    width: 420px;
    height: 420px;

    left: -180px;
    bottom: -120px;

    background:
        rgba(236, 92, 160, .08);
}

.khotel-hero-grid {
    position: relative;

    z-index: 3;

    display: grid;

    grid-template-columns:
        1.05fr
        .95fr;

    gap: 70px;

    align-items: center;
}

.khotel-kicker {
    display: block;

    color: #92929d;

    font-size: 8px;

    font-weight: 800;

    letter-spacing: 1.8px;
}

.khotel-copy h1 {
    margin: 18px 0 24px;

    color: #17171d;

    font-size:
        clamp(
            58px,
            6.6vw,
            98px
        );

    line-height: .91;

    letter-spacing: -5px;

    font-weight: 500;
}

.khotel-copy h1 em {
    display: block;
}

.khotel-copy > p {
    max-width: 600px;

    color: #666670;

    font-size: 14px;

    line-height: 1.8;
}

.khotel-hero-actions {
    display: flex;

    flex-wrap: wrap;

    gap: 9px;

    margin-top: 30px;
}

.khotel-primary,
.khotel-secondary {
    min-height: 49px;

    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 13px;

    padding: 0 18px;

    border-radius: 12px;

    text-decoration: none;

    font-size: 9px;

    font-weight: 800;
}

.khotel-primary {
    background: #17181e;

    color: #f5f5f7;
}

.khotel-secondary {
    border:
        1px solid
        rgba(30, 30, 40, .09);

    background: #fff;

    color: #28282f;
}


/* =========================================================
   HERO CHAT
========================================================= */

.khotel-chat-card,
.khotel-conversation {
    overflow: hidden;

    border:
        1px solid
        rgba(30, 30, 40, .07);

    border-radius: 25px;

    background:
        rgba(255, 255, 255, .86);

    box-shadow:
        0 30px 80px
        rgba(30, 30, 50, .07);
}

.khotel-chat-head {
    min-height: 72px;

    display: flex;

    align-items: center;
    justify-content: space-between;

    padding: 0 22px;

    border-bottom:
        1px solid
        rgba(30, 30, 40, .07);
}

.khotel-chat-head > div {
    display: flex;

    align-items: center;

    gap: 10px;
}

.khotel-chat-head img {
    width: 39px;
    height: 39px;

    border-radius: 50%;

    object-fit: cover;
}

.khotel-chat-head span {
    display: flex;

    flex-direction: column;
}

.khotel-chat-head strong {
    color: #24242b;

    font-size: 11px;
}

.khotel-chat-head small {
    margin-top: 3px;

    color: #9a9aa3;

    font-size: 7px;
}

.khotel-chat-head > b {
    color: #65a842;

    font-size: 7px;

    letter-spacing: 1px;
}

.khotel-chat-body,
.khotel-conversation {
    padding: 25px;
}


/* =========================================================
   SEQUENCE
========================================================= */

.khotel-page
.boost-sequence-message {
    opacity: 0;

    transform:
        translateY(17px)
        scale(.97);

    transition:
        opacity .43s ease,
        transform .43s ease;
}

.khotel-page
.boost-sequence-message.is-sequence-visible {
    opacity: 1;

    transform: none;
}


/* =========================================================
   MESSAGES
========================================================= */

.kh-user,
.kh-ai {
    display: flex;

    align-items: flex-start;

    gap: 10px;

    margin-bottom: 17px;
}

.kh-user {
    justify-content: flex-end;
}

.kh-user img {
    order: 2;
}

.kh-user img,
.kh-ai img {
    width: 35px;
    height: 35px;

    flex:
        0 0
        35px;

    border-radius: 50%;

    object-fit: cover;
}

.kh-user > div,
.kh-ai > div {
    max-width: 77%;

    padding:
        14px
        16px;
}

.kh-user > div {
    border-radius:
        17px
        6px
        17px
        17px;

    background: #18191f;
}

.kh-ai > div {
    border-radius:
        6px
        17px
        17px
        17px;

    background:
        linear-gradient(
            145deg,
            #f1eef9,
            #fff
        );
}

.kh-user span,
.kh-ai span {
    display: block;

    margin-bottom: 5px;

    font-size: 8px;

    font-weight: 800;

    text-transform: uppercase;
}

.kh-user span {
    color:
        rgba(255, 255, 255, .48);
}

.kh-ai span {
    color: #8060c8;
}

.kh-user p,
.kh-ai p {
    margin: 0;

    font-size: 11px;

    line-height: 1.68;
}

.kh-user p {
    color: #f2f2f5;
}

.kh-ai p,
.kh-ai .boost-sequence-text {
    color: #2e2a33;
}


/* =========================================================
   ACTION
========================================================= */

.kh-action {
    width: max-content;

    max-width: 100%;

    display: flex;

    align-items: center;

    gap: 7px;

    margin:
        20px
        auto
        3px;

    padding:
        8px
        11px;

    border:
        1px solid
        rgba(100, 170, 70, .14);

    border-radius: 999px;

    background:
        rgba(100, 170, 70, .06);

    color: #4f8736;

    font-size: 7px;

    font-weight: 800;
}

.kh-action i {
    width: 6px;
    height: 6px;

    border-radius: 50%;

    background: #70b64b;
}

.kh-action.warning {
    border-color:
        rgba(220, 125, 68, .16);

    background:
        rgba(220, 125, 68, .06);

    color: #a45e35;
}

.kh-action.warning i {
    background: #d6804b;
}


/* =========================================================
   DATA
========================================================= */

.kh-data {
    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 8px;

    margin: 20px 0;
}

.kh-data > div {
    padding: 14px;

    border:
        1px solid
        rgba(30, 30, 40, .06);

    border-radius: 12px;

    background: #f5f5f7;
}

.kh-data small {
    display: block;

    color: #9999a3;

    font-size: 6px;
}

.kh-data strong {
    display: block;

    margin-top: 5px;

    color: #292930;

    font-size: 10px;
}


/* =========================================================
   SECTIONS
========================================================= */

.khotel-section,
.khotel-offer {
    padding: 120px 0;
}

.khotel-title {
    max-width: 850px;

    margin-bottom: 55px;
}

.khotel-title > span {
    display: block;

    color: #9999a3;

    font-size: 8px;

    font-weight: 800;

    letter-spacing: 1.7px;
}

.khotel-title h2 {
    margin: 14px 0 0;

    color: #19191f;

    font-size:
        clamp(
            43px,
            5.2vw,
            74px
        );

    line-height: .97;

    letter-spacing: -4px;

    font-weight: 500;
}

.khotel-conversation {
    max-width: 850px;

    margin: auto;
}

.khotel-alt {
    background: #fff;
}


/* =========================================================
   DARK BLOCK
========================================================= */

.khotel-dark {
    background: #0c0d12;
}

.khotel-dark .khotel-title > span {
    color:
        rgba(255, 255, 255, .30);
}

.khotel-dark .khotel-title h2 {
    color: #f5f5f7;
}

.khotel-dark .dark-card {
    border-color:
        rgba(255, 255, 255, .08);

    background:
        rgba(255, 255, 255, .035);

    box-shadow:
        0 30px 80px
        rgba(0, 0, 0, .25);
}


/* =========================================================
   OFFER
========================================================= */

.khotel-offer {
    background:
        radial-gradient(
            circle at center,
            rgba(112, 90, 255, .08),
            transparent 45%
        ),
        #f6f6f9;
}

.khotel-offer-card {
    max-width: 950px;

    display: grid;

    grid-template-columns:
        1fr
        auto;

    gap: 40px;

    align-items: center;

    margin: auto;

    padding: 36px;

    border:
        1px solid
        rgba(30, 30, 40, .07);

    border-radius: 24px;

    background: #fff;
}

.khotel-offer-card > div:first-child > span {
    display: block;

    color: #8d6be0;

    font-size: 8px;

    font-weight: 800;

    letter-spacing: 1.5px;
}

.khotel-offer-card h2 {
    margin:
        9px
        0
        12px;

    color: #202027;

    font-size: 34px;

    letter-spacing: -1.5px;
}

.khotel-offer-card p {
    max-width: 520px;

    margin: 0;

    color: #6c6c76;

    font-size: 11px;

    line-height: 1.7;
}

.khotel-price {
    display: flex;

    align-items: center;

    gap: 15px;
}

.khotel-price > div {
    display: flex;

    flex-direction: column;

    gap: 4px;
}

.khotel-price small {
    color: #9999a3;

    font-size: 6px;
}

.khotel-price strong {
    color: #26262d;

    font-size: 14px;
}

.khotel-price > span {
    color: #aaaab1;
}

.khotel-offer-card > a {
    grid-column: 1 / -1;

    width: max-content;

    min-height: 47px;

    display: inline-flex;

    align-items: center;

    gap: 12px;

    padding: 0 17px;

    border-radius: 12px;

    background: #18191f;

    color: #f5f5f7;

    text-decoration: none;

    font-size: 9px;

    font-weight: 800;
}


/* =========================================================
   MOBILE
========================================================= */

@media(max-width:900px) {

    .khotel-hero-grid {
        grid-template-columns: 1fr;
    }

    .khotel-offer-card {
        grid-template-columns: 1fr;
    }

}

@media(max-width:600px) {

    .khotel-hero {
        padding: 120px 0 80px;
    }

    .khotel-section,
    .khotel-offer {
        padding: 82px 0;
    }

    .khotel-copy h1,
    .khotel-title h2 {
        letter-spacing: -2.5px;
    }

    .kh-data {
        grid-template-columns: 1fr;
    }

    .khotel-price {
        align-items: flex-start;

        flex-direction: column;
    }

    .khotel-price > span {
        display: none;
    }

}