.button-2 .banner {
    margin: 0 !important;
}

.button-2 .line {
    height: 1px;
    opacity: 0.6;
    width: 60px;
    position: relative;
    left: 162px;
    bottom: 42px;
}

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

.chatbox {
    width: 60%;
    margin: 0 auto;
}

.chatbox .user {
    background: #fff;
    width: fit-content;
    padding: 15px;
    border-radius: 30px;
    border-bottom-right-radius: 8px;
    justify-self: flex-end;
    margin-bottom: 20px;
}

.chatbox .bot {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.chatbox .bot span {
    background: #FC4F02;
    width: fit-content;
    color: #fff;
    align-items: center;
    padding: 15px;
    border-radius: 30px;
    border-bottom-left-radius: 8px;
}

.chatbox2 .user {
    background: #060042;
    color: #fff;
}

.chatbox2 .bot {
    margin-bottom: 20px;
}

.chatbox2 {
    width: 70%;
    margin: 0;
}

.card-1 .flex-card {
    display: flex;
    gap: 40px;
}

.card-1 .flex-card .boxhover {
    width: 48%;
}

.card-1 .boxhover {
    border-radius: 5px;
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%);
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 30px;
    border: 2px solid transparent;
    transition: border-color 1s ease;
}

.card-1 .boxhover:hover {
    border: 2px solid #fff;
}

.card-2 .boxhover {
    background-color: #fff;
    color: #000;
}

.card-2 .boxhover:hover {
    border: 2px solid #FC4F02;
}

.scenario h3 {
    font-size: 22px;
    color: #FC4F02;
    text-align: center;
    font-family: 'Roboto-Regular' !important;
    font-weight: bold;
    margin-bottom: 30px;
}

.scenario .mobile-heading {
    display: flex;
    align-items: center;
    margin: 40px 0;
    gap: 10px;
}

.scenario .mobile-heading h2 {
    font-size: 95px !important;
    color: rgba(252, 79, 2, 0.3);
    font-family: 'PTSans-Bold' !important;
}

.scenario .mobile-heading h4 {
    font-family: 'PTSans-Bold' !important;
    font-size: 28px;
    color: #FC4F02;
}

.scenario .mobile-main {
    display: flex;
    gap: 40px;
}

.scenario .mobile-screen {
    display: flex !important;
    align-items: center;
    position: relative;
    flex-direction: column;
    flex: 1;
}

.mobile-img-1 {
    height: 600px;
    width: auto !important;
}

.mobile-img-1 img {
    height: 100%;

}

.scenario .mobile-screen-inner {
    width: 100%;
    background: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
}

.scenario .mobile-content {
    width: 100%;
    float: left;
    padding: 40px 0px 22px 0;
}

.scenario .mobile-content h4 {
    color: #fc4f02;
    font-size: 22px;
    font-family: 'PTSans-Bold' !important;
    margin-bottom: 20px;
}

.scenario .icons1::after {
    content: "";
    position: absolute;
    top: 10%;
    left: 15%;
    z-index: 1;
    width: 80px;
    background-image: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Chatbot_with_Odoo_Commerce/teams-icon.png);
    height: 80px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.scenario .icons1::before {
    content: "";
    position: absolute;
    top: 330px;
    width: 80px;
    height: 80px;
    left: 71%;
    z-index: 999;
    background-image: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Chatbot_with_Odoo_Commerce/smile-icon.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.extra-emoji {
    content: "";
    position: absolute;
    top: 56%;
    left: 18%;
    z-index: 1;
    width: 50px;
    background-image: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Chatbot_with_Odoo_Commerce/like-icon.png);
    height: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.extra-emoji2 {
    background-image: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Chatbot_with_Odoo_Commerce/tick2.png);
}

.extra-emoji3 {
    background-image: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Chatbot_with_Odoo_Commerce/slack-icon.png);
}

.scenario .icons2::after {
    background-image: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Chatbot_with_Odoo_Commerce/w-app-icon.png);
    top: 10%;
}

.scenario .icons4::after {
    background-image: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Chatbot_with_Odoo_Commerce/slack-icon.png);
    top: 50%;
}

.scenario .icons4::before {
    background-image: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Chatbot_with_Odoo_Commerce/smile-icon-2.png);
    top: 30%;
}

.scenario .icons5::after {
    background-image: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Chatbot_with_Odoo_Commerce/web-icon.png);
    top: 10%;
}

.scenario .mobile-screen-inner-4- {
    overflow: hidden;
}

.scenario .mobile-screen-inner {
    width: 100%;
    background: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
}

.scenario .mobile-screen-inner-2 {
    border: 18px solid #000000;
    overflow: hidden;
    border-radius: 50px;
    width: 340px;
    height: 650px;
}

.scenario .chat-area {
    flex: 1;
    padding: 15px 15px 15px 15px;
    display: flex;
    flex-direction: column;
    background-color: #f9f9f9;
    gap: 16px;
    font-family: "PT Sans", sans-serif;
    font-weight: normal;
}

.scenario .message-row.user {
    background: #5C5FC8;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    align-self: flex-end;
}

.scenario .message-row.bot {
    padding: 10px;
    border: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
}

.scenario .message-row {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    width: 80%;
    flex-direction: column;
}

.scenario .chat-area-2 {
    background-color: #FAF2EB;
}

.scenario .chat-area-2 .message-row.user {
    background: #DCF7C5;
    color: #000;
}

.scenario .message-row.bot .w-time {
    font-size: 10px;
    color: #939398;
    align-self: flex-end;
}

.scenario .mobile-screen-inner-3 {
    border-radius: 60px;
}

.scenario .chat-area-3 {
    background-color: #ffffff;
    overflow-y: scroll;
    padding: 15px 15px 70px 15px;
}

.scenario .chat-area-3 .message-row.user {
    background: #E8F4E9;
    border: 1px solid #D7D7D7;
    color: #000;
}

.scenario .chat-area-3 .message-row.bot {
    background: #E7F4F6;
    color: #000;
    border: 1px solid #BDD3D6;
    border-radius: 10px;
}

.scenario .chat-area-4 {
    overflow-y: scroll;
    padding-bottom: 70px;
}

.scenario .mobile-screen-inner-5 {
    border: none;
    border-radius: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 9%);
}

.last-btn .connectBtn2 {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 14px;
    font-size: 16px;
    min-width: 190px;
    border-radius: 5px;
    width: fit-content;
    color: #fc4f04;
    margin: 50px 0;
    text-decoration: none;
    text-align: left;
}

.last-btn .connectBtn2:hover {
    background-color: #fc4f02;
    transition: 0.4s;
    color: #fff;
    border: 1px solid #fc4f02;
}

.last-btn ul li::marker {
    color: #fc4f02;
    font-size: 20px;
}

@media (min-width: 0px) and (max-width: 768px) {

    .flex,
    .card-1 .flex-card,
    .scenario .mobile-main {
        flex-direction: column;
    }

    .chatbox {
        width: 100%;
        margin: 30px auto;
    }

    .card-1 .flex-card .boxhover {
        width: 100%;
    }

    .mobile-img-1 {
        height: auto;
    }

    .scenario .mobile-screen-inner-2 {
        width: 100%;
    }

    .scenario .mobile-heading {
        flex-direction: column;
        align-items: flex-start;
    }

    .card-1 .flex-card {
        gap: 0;
    }

    .p-5 {
        padding: 0 !important;
    }

    .py-5 {
        padding: 1rem !important;
    }

    .pe-5 {
        padding: 0 !important;
    }

    .card-1 .flex-card .boxhover {
        display: block;
    }

    .p-3 {
        padding: 0 !important;
    }

    .scenario .icons1::after,
    .scenario .icons1::before,
    .extra-emoji,
    .extra-emoji2,
    .extra-emoji3,
    .scenario .icons2::after,
    .scenario .icons4::after,
    .scenario .icons4::before,
    .scenario .icons5::after {
        content: "";
        display: none;
    }
}