:root {
    --primary: #8e00d3;/*#4b3f72;*/
    --primary-light: #c8bfe7;
    --secondary: #4353e8;
    --secondary-light: #37a5fb;
    --accent: #a60d82;
    --neutral-dark: #2C2C34;
    --neutral-light: #F5F6FA;

    --trial-hot-pink: #a60d82;
}

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

body {
    font-family: sans-serif;
    font-weight: 400;
    font-style: normal;
    color: var(--neutral-dark);
    font-size: 18px;
    line-height: 24px;
    background-color: #F5F6FA;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-style: normal;
    text-transform: capitalize;
}

h1 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 30px;
}

h2 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 25px;
}

h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
}

h4 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
}

h5 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 9px;
}

p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
}

.lm_cheribim_logo {
    font-family: "Allura", cursive;
    font-size: 30px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    font-weight: 600;
    margin-right: 30px;
    font-size: 40px;
    line-height: 50px
}

header {
    width: 100%;
    height: 70px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background-color: var(--primary);
    background-size: 150% 150%;
    animation: rotate-gradient 5s ease infinite;
    padding: 0px 30px;
    color: var(--neutral-light);
    position: sticky;
    top: 0px;
    z-index: 9999;
    filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.4));
    background:linear-gradient(135deg in oklab, #8e00d3, #4353e8, #a60d82);
    background:linear-gradient(45deg in oklab, #8e00d3, #4353e8, #37a5fb)
}

header>div {
    width: 100%;
    max-width: 1400px;
    margin: 0px auto;
    display: flex;
    flex-flow: row
}

header>div>img {
    width: 50px;
    margin-right: 15px;
    aspect-ratio: 1/1;
}

header>div h1 {
    font-family: "Allura", cursive;
    font-weight: 600;
    font-size: 50px;
}

nav {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
}

nav li {
    list-style: none;
}

nav a:link {
    text-decoration: none;
    color: var(--neutral-light);
    font-weight: 400;
    font-size: 18px;
    margin-right: 30px;
    display: inline-block;
}

nav a:visited {
    text-decoration: none;
    color: var(--neutral-light);
    font-weight: 400;
    font-size: 18px;
    margin-right: 30px;
}

nav a:hover {
    text-decoration: none;
    color: var(--accent);
    font-weight: 400;
    font-size: 18px;
    margin-right: 30px;
}

.lm_cheribim_book a:link {
    background-color: var(--accent);
    color: var(--neutral-light);
    text-align: center;
    padding: 10px 20px;
    border-radius: 5px;
    margin-right: 0px;
}

.lm_cheribim_book a:link:visited {
    background-color: var(--accent);
    color: var(--neutral-light);
}

.lm_cheribim_book a:link:hover {
    background-color: var(--primary-light);
    color: var(--neutral-dark) !important;
}

article {
    width: 100%;
    margin: 0px auto;
}

article section {
    width: 100%;
    padding: 75px 30px;
}

.lm_cheribim_hero {
    padding: 0px 0px;
    margin-bottom: 75px;
    position: relative;
    overflow: hidden;
}

.lm_cheribim_hero>iframe {
    width: 300%;
    aspect-ratio: 16/9;
    margin: 0px auto;
}

.lm_cheribim_hero .lm_cheribim_hero_inner {
    width: 100%;
    height: 100%;
    max-height: 700px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-flow: column;
    justify-content: center;
    color: var(--neutral-light)
}

.lm_cheribim_hero .lm_cheribim_hero_inner>div {
    width: 100%;
    max-width: 1400px;
    margin: 0px auto;
}

.lm_cheribim_hero .lm_cheribim_hero_inner>div h1 {
    padding: 0px 30px 0px 30px;
    font-size: 40px;
    line-height: 48px;
    ;
}

.lm_cheribim_hero .lm_cheribim_hero_inner>div p {
    padding: 0px 30px 0px 30px;
    font-size: 20px;
    line-height: 28px;
    ;
}

.lm_cheribim_image {
    width: 100%;
    max-width: 1400px;
    border-radius: 75px 25px 75px 0px;
    aspect-ratio: 1;
    margin-top: 30px;
    /*filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.3));*/
}

.lm_cheribim_image_v2 {
    border-radius: 50% 1% 1% 0px;
}

/*.lm_cheribim_image_v2{border-radius: 50% 50% 50% 0px;}*/
.lm_cheribim_image_v3 {
    border-radius: 100% 0% 0% 0px;
}

.lm_cheribim_image_169 {
    aspect-ratio: 16/9;
}

.lm_cheribim_image_43 {
    aspect-ratio: 4/3;
}

.lm_cheribim_2by {
    width: 100%;
    max-width: 1400px;
    margin: 0px auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.lm_cheribim_2by h1,
h2 {
    margin-bottom: 30px;
    padding: 0px 0% 30px 0px;
}

.lm_cheribim_2by h2 {
    margin-bottom: 30px;
    padding: 0px 0% 30px 0px;
    border-bottom: solid 2px var(--accent);
}

.lm_cheribim_2by_reverse {
    flex-flow: row-reverse wrap;
}

.lm_cheribim_2by_reverse .lm_cheribim_image {
    border-radius: 25px 75px 0px 75px;
    /*filter: drop-shadow(-10px 10px 10px rgba(0, 0, 0, 0.3));*/
}

.lm_cheribim_grid {
    width: 100%;
    max-width: 1400px;
    margin: 0px auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
    padding: 20px 0px;
}

.lm_cheribim_grid h3 {
    width: 100%;
}

.lm_cheribim_grid a:link {
    color: var(--accent);
    text-decoration: none;
}

.lm_cheribim_grid a:visited {
    color: var(--accent);
}

.lm_cheribim_grid a:hover {
    color: var(--accent);
    font-weight: 600;
}

.lm_cheribim_2by div {
    width: 100%
}

.lm_cheribim_cta {
    width: 100%;
    max-width: 1400px;
    margin: 0px auto;
    padding: 75px 50px;
    background:linear-gradient(45deg in oklab, #8e00d3, #4353e8, #37a5fb);
    border: solid 0px var(--accent);
    border-radius: 20px;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    color:var(--neutral-light);
    /*filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.4));*/
}

.lm_cheribim_cta div:first-child{
    width:75%
}

.lm_cheribim_cta div:last-child{
    width:20%
}

.lm_cheribim_cta>div>h2 {
    font-size: 50px;
    line-height: 58px;
    padding:0px 0px 0px 0px;
    margin-bottom:20px;
}

.lm_cheribim_cta>div>p {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 38px;

}

.lm_cheribim_cta_book{
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.lm_cheribim_cta_book a:link {
    display:block;
    width:fit-content;
    background-color: var(--primary-light);
    color: var(--accent);
    text-align: center;
    padding: 25px 40px;
    border-radius: 5px;
    margin-right: 0px;
    text-decoration: none;
    font-size:30px;
    margin:0px auto;
    font-weight: 600;
}

.lm_cheribim_cta_book a:link:visited {
    background-color: var(--accent);
    color: var(--neutral-light);
}

.lm_cheribim_cta_book a:link:hover {
    background-color: var(--accent);
    color: var(--primary-light) !important;
}

input[type=text] {
    width: calc(100% - 120px);
}

footer {
    width: 100%;
    background:linear-gradient(135deg in oklab, #8e00d3, #4353e8, #a60d82);
    background:linear-gradient(45deg in oklab, #8e00d3, #4353e8, #37a5fb);
    padding: 100px 30px;
    margin-top: 75px;
}

.lm_cheribim_footer {
    width: 100%;
    max-width: 1400px;
    margin: 0px auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.lm_cheribim_footer h4 {
    width: 100%;
    color: var(--neutral-light);
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: solid 2px var(--primary-light);
}

.lm_cheribim_footer a:link {
    color: var(--neutral-light);
    text-decoration: none;
    margin-bottom: 10px;
}

.lm_cheribim_footer a:visited {
    color: var(--neutral-light);
    text-decoration: none;
    margin-bottom: 10px;
}

.lm_cheribim_footer a:hover {
    color: var(--primary-light);
    text-decoration: none;
    margin-bottom: 10px;
}

.lm_cheribim_footer_logo {
    width: 100%;
    color: var(--neutral-light);
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 40px;
}

.lm_cheribim_footer_logo img {
    margin-right: 15px;
    aspect-ratio: 1/1;
}

.lm_cheribim_footer_logo p {
    width: 100%;
}

.lm_cheribim_footer_links {
    width: 100%;
    display: flex;
    flex-flow: column;
    margin-bottom: 40px;
}

.lm_cheribim_footer_social {
    width: 100%;
    display: flex;
    flex-flow: column;
}

.lm_cheribim_chat_holder{
    width:100%;
    height:calc(100vh - 70px);
    display:grid;
    grid-template-columns: 1fr;
}

/*ASK CHERIBIM Site colours*/
.lm_site_header {
    padding: 20px 30px;
    line-height: 20px;
    background-color: #b66aff;
    color: #ffffff;
    border-bottom: solid 0px rgba(111, 4, 218, 1);
    filter: drop-shadow(0 20px 10px #b66aff);
}

.lm_site_header_inner {
    width: 100%;
    max-width: 1400px;
    margin: 0px auto;
}

.lm_chat_history {
    overflow: hidden;
    overflow-y: auto;
    padding: 20px 30px;
    /*background-color: #330072;*/
    background: linear-gradient(0deg, #330072, #b66aff);
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.lm_chat_history::-webkit-scrollbar {
    display: none;
}

.lm_chat_history_inner {
    width: 100%;
    max-width: 1400px;
    margin: 0px auto;
    position: relative;
}

.lm_chat_history_inner_hide {
    display: none;
}

.lm_chat_message {
    padding: 40px 40px;
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 0.6);
    color: #ffffff
}

.lm_chat_message>span {
    width: 100%;
    display: block;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 1.5px;
    font-size: 20px;
}

.lm_chat_message strong {
    letter-spacing: 1.5px;
}

.lm_human {
    margin: 20px 100px 20px 0px;
    background-color: rgba(255, 255, 255, 0.1);
}

.lm_skynet {
    margin: 20px 0px 20px 100px;
    background-color: rgba(255, 255, 255, 0.2);
}

.lm_site_question {
    width: 100%;
    height: 100%;
    padding: 20px 20px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    background-color: rgba(111, 4, 218, 1);
    background-color: #330072;
    filter: drop-shadow(0 -20px 10px #330072);
}

.lm_site_question>form {
    width: 100%;
    max-width: 1400px;
    margin: 0px auto;
    height: 100%;
    display: flex;
    flex-flow: row;
    justify-content: center;
    border: 2px solid rgba(111, 4, 218, 0.4);
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 4px;
}

.lm_site_question textarea {
    width: 100%;
    height: 100%;
    padding: 20px 30px;
    box-sizing: border-box;
    border: 0px solid rgba(111, 4, 218, 0.4);
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0);
    font-size: 16px;
    resize: none;
    font-family: "Questrial", sans-serif;
}

.lm_site_question textarea:focus {
    outline: none;
    border: none;
    background-color: rgba(255, 255, 255, 0.1);
}

.lm_ask_button {
    width: 50px;
    height: 50px;
    cursor: pointer;
    display: flex;
    flex-flow: column;
    justify-content: center;
    text-align: center;
    color: #330072;
}

@media only screen and (min-width: 768px) {}

@media only screen and (min-width: 1024px) {
    h1 {
        font-size: 50px;
        line-height: 58px;
        margin-bottom: 30px;
    }

    h2 {
        font-size: 42px;
        line-height: 50px;
        margin-bottom: 15px;
    }

    h3 {
        font-size: 34px;
        line-height: 42px;
        margin-bottom: 12px;
    }

    h4 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 10px;
    }

    h5 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 9px;
    }

    p {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    article section {
        width: 100%;
        padding: 150px 30px;
    }

    .lm_cheribim_hero {
        padding: 0px 0px;
        margin-bottom: 75px;
        position: relative;
        overflow: hidden;
        height: 700px;
        max-height: 700px;
    }

    .lm_cheribim_hero>iframe {
        width: 100%;
        aspect-ratio: 16/9;
        position:absolute;
        top: 0%; 
        left:0px
    }


    .lm_cheribim_hero .lm_cheribim_hero_inner {
        width: 100%;
        height: 100%;
        max-height: 700px;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.5);
        display: flex;
        flex-flow: column;
        justify-content: center;
        color: var(--neutral-light)
    }

    .lm_cheribim_hero .lm_cheribim_hero_inner>div {
        width: 100%;
        max-width: 1400px;
        margin: 0px auto;
    }

    .lm_cheribim_hero .lm_cheribim_hero_inner>div h1 {
        padding: 0px 30% 0px 0px;
        font-size: 60px;
        line-height: 68px;
        ;
    }

    .lm_cheribim_hero .lm_cheribim_hero_inner>div p {
        padding: 0px 40% 0px 0px;
        font-size: 30px;
        line-height: 40px;
        ;
    }

    .lm_cheribim_image {
        margin-top: 0px;
        border-radius: 150px 50px 150px 0px;
    }

    .lm_cheribim_grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 100px;
        padding: 40px 0px;
    }

    .lm_cheribim_grid h3 {
        width: 60%;
    }

    .lm_cheribim_2by>h2 {
        margin-bottom: 50px;
    }

    .lm_cheribim_2by div {
        width: 48%
    }

    .lm_cheribim_2by>h2 {
        margin-bottom: 30px;
        padding: 0px 30% 30px 0px;
    }

    .lm_cheribim_2by h2 {
        margin-bottom: 30px;
        padding: 0px 30% 30px 0px;
        border-bottom: solid 2px var(--accent);
    }

    .lm_cheribim_2by_reverse .lm_cheribim_image {
        border-radius: 50px 150px 0px 150px;
        /*filter: drop-shadow(-10px 10px 10px rgba(0, 0, 0, 0.3));*/
    }

    .lm_cheribim_footer_logo {
        width: 30%;
        margin-bottom: 0px;
    }

    .lm_cheribim_footer_links {
        width: 30%;
        margin-bottom: 0px;
    }

    .lm_cheribim_footer_social {
        width: 30%;
    }

    footer {
        margin-top: 150px;
    }

}

@keyframes rotator {
    100% {
        transform: rotate(360deg);
    }
}

.circle_container {
    width: 100%;
    height: 100%;
    position: relative;
    display: none;
    flex-flow: column;
    justify-content: center;
}

.circle_container_display {
    display: flex;
}

.circle {
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: #b66aff;

    /*filter: drop-shadow(12px 30px 20px rgba(255,255,255,0.3));
        animation:example 5s ease-in-out 1s infinite;*/
}

.circle_overlay {
    width: 10%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    animation: rotator 3s ease-in-out 1s infinite;
    background-image: url(https://static.wixstatic.com/media/eca8cd_ca1b6aa76f4643e2bdb7a14e8c08348b%7Emv2.png/v1/fill/w_192%2Ch_192%2Clg_1%2Cusm_0.66_1.00_0.01/eca8cd_ca1b6aa76f4643e2bdb7a14e8c08348b%7Emv2.png);
    background-size: contain;
    margin: 0px auto;
}