@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;700&display=swap');


/* Accordion-section */

.accordion-section {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 50px;
    flex-wrap: wrap;
}

.accordion-section img {
    width: 500px;
    max-width: 100%;
}

.accordion-custom {
    width: 500px;
    max-width: 100%;
}

.accordion-item-custom {
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
}

.accordion-header-custom {
    background: none;
    font-weight: bold;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    position: relative;
    color: #fff;
}

.accordion-header-custom::after {
    content: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Entertainment_Event_Purchase_Bot/icon1.png);
    font-size: 28px;
    color: #ffffff;
    transition: transform 0.3s;
}

.accordion-header-custom-1::after {
    color: #000 !important;
}

.accordion-item-custom.active .accordion-header-custom::after {
    transform: rotate(180deg);
}

.accordion-content-custom {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    transition: all 0.3s ease;
    font-size: 16px;
}

.accordion-item-custom.active .accordion-content-custom {
    padding: 15px 20px 20px;
    max-height: 500px;
    color: #fff;
}

.accordion-item-custom.active {
    background-color: #F4F8FF;
    border: 1px solid #C9D7FA;
}


/* box */

.scrollBlock2 {
    position: absolute;
    top: 290px;
    left: 65px;
}



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



.main-box {
    display: flex;
    gap: 40px;
    width: 100%;
}

.boxhover2,
.boxhover5,
.boxhover6,
.boxhover7,
.boxhover8 {
    border-radius: 5px;
    box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 10%);
    display: flex;
    color: #000000;
    background-color: rgba(255, 255, 255, 0.1);
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 30px;
    border: 2px solid #ffffff00;
    transition: border-color 0.5s ease;
    cursor: pointer;
    width: 100%;
    height: 200px;
}

.boxhover5 {
    height: 140px;
}

.boxhover6 {
    height: 150px;
}

.boxhover7 {
    height: 300px;
}

.boxhover8 {
    height: auto;
}

.boxhover2:hover,
.boxhover3:hover,
.boxhover5:hover,
.boxhover6:hover,
.boxhover7:hover,
.boxhover8:hover {
    border: 2px solid #FC4F02;
}



.boxhover3 {
    border-radius: 5px;
    box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 10%);
    display: flex;
    color: #000000;
    background-color: rgba(255, 255, 255, 0.1);
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 30px;
    border: 2px solid #ffffff00;
    transition: border-color 0.5s ease;
    cursor: pointer;
    width: 100%;
    height: 140px;
}



.boxhover1 {
    border-radius: 10px;
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 5%);
    display: flex;
    color: #000000;
    background-color: rgba(255, 255, 255, 0.1);
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 30px;
    border: 2px solid #ffffff00;
    transition: border-color 0.5s ease;
    cursor: pointer;
    height: auto;
}

.boxhover1:hover {
    border: 2px solid #FC4F02;
}

.boxhover1 h2 {
    float: left;
    font-size: 95px !important;
    font-weight: bold;
    color: #FC4F02;
    margin-right: 20px;
}

.box-content {
    font-size: 22px !important;
    font-family: 'PTSans-Bold' !important;
    padding-bottom: 8px;
}


.boxhover4 {
    border-radius: 5px;
    box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 10%);
    display: flex;
    color: #000000;
    background-color: rgba(255, 255, 255, 0.1);
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px;
    border: 2px solid #ffffff00;
    transition: border-color 0.5s ease;
    cursor: pointer;
    width: 100%;
}


.dothover ul li::marker,
.boxhover2 ul li::marker,
.boxhover3 ul li::marker,
.boxhover1 ul li::marker,
.accordion-body ul li::marker,
.boxhover4 ul li::marker,
.boxhover5 ul li::marker,
.boxhover6 ul li::marker,
.boxhover7 ul li::marker {
    color: #fc4f02;
    font-size: 20px;
}


.left {
    text-align: left;
}

/* mobile  */

.icon img {
    margin-right: 10px;
    color: #FF6600;
    font-size: 22px;
    width: 25px;
}

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

.mobile-heading h2 {
    font-size: 95px !important;
    color: rgba(252, 79, 2, 0.3);
    font-weight: bold;
}

.mobile-heading h4 {
    font-family: 'PTSans-Bold' !important;
    font-size: 28px;
    font-weight: bold;
}



/* Mobile-Screen Css */
.main-mobile {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 140px;
    flex-wrap: wrap;
}

/* This will make each column stack the chat + content vertically */
.chat-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 400px;
}

.mobils-main {
    display: flex;
}

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



.mobile-screen-inner {
    width: 90%;
    height: 650px;
    background: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;

}




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

.mobile-screen-inner-3 .message.user-3 {
    background: #DCF7C5 !important;
    color: #000000;
}

.mobile-screen-inner-3 .message {
    background: #ffffff !important;
    color: #000000;
}

.mobile-screen-inner-4 {
    box-shadow: 0 0 30px rgb(118 115 115 / 49%);
    /* border: 18px solid #000000; */
    overflow: hidden;
    /* background: #000; */
    /* border-radius: 50px; */
    width: 400px;
    height: 650px;
}

.screen-header img {
    width: 100%;
}

.chat-area {
    flex: 1;
    overflow-y: auto;
    padding: 15px 15px 15px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
    overflow-y: hidden;
}

.chat-area-1 {
    flex: 1;
    overflow-y: scroll !important;
    padding: 15px 15px 15px 15px;
    display: flex;
    flex-direction: column;
    background-color: #f9f9f9;
    gap: 20px;

}



.message-row {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    position: relative;
}

.message-row.user {
    flex-direction: row-reverse;
}

.message {
    background: #E7EBF1 !important;
    padding: 10px 15px;
    border-radius: 5px;
    max-width: 75%;
    word-wrap: break-word;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.4;
}

.message.user {
    background: #6E44C0 !important;
    color: #fff;
    max-width: 250px;
}

.message.user-2 {
    background: #FC4F02 !important;
    color: #fff;
    border-radius: 0px !important;
}

.user-2::after {
    content: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Entertainment_Event_Purchase_Bot/tringle-icon.png);
    position: absolute;
    right: 0px;
    margin-top: 12px;

}


.message.user-4 {
    background: #E8EFF2 !important;
    color: #000000;
    border-radius: 0px !important;
}

.message.user-4::before {
    content: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Entertainment_Event_Purchase_Bot/tringle-icon-2.png);
    position: absolute;
    left: 0px;
    bottom: -16px;
}

.btn-mess-1 {
    background-color: transparent;
    color: #FC4F02;
    border: 1px solid #FC4F02;
}

.btn-mess-2 {
    background-color: #FC4F02;
    color: #fff;
    border: 1px solid #FC4F02;
}



.avatar {
    width: 32px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-responsive {
    max-width: 100%;
    height: auto;
}


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

.mobile-content h4 {
    color: #FC4F02;
    font-size: 22px;
    font-weight: bold;
}

.mobile-content ul li::marker {
    color: #FC4F02;
    font-size: 20px;
}

.screen-footer {
    background: #f1f1f1;
    border-top: 1px solid #ddd;
    display: flex;
    gap: 10px;
    align-items: center;
}

.screen-footer input {
    flex: 1;
    padding: 10px;
    border-radius: 11px;
    border: 1px solid #ccc;
    outline: none;
}

.screen-footer button {
    padding: 10px 15px;
    border: none;
    border-radius: 20px;
    background: #007bff;
    color: white;
    cursor: pointer;
}


.tickicon1 {
    width: 100px;
    height: 100px;
    position: absolute;
    right: 72%;
    top: 15%;
    z-index: 1;
}

.whatsappicon {
    width: 100px;
    height: 100px;
    position: absolute;
    right: 72%;
    top: 48%;
    z-index: 1;
}

.whatsappicon2 {
    width: 100px;
    height: 100px;
    position: absolute;
    right: 72%;
    top: 70%;
    z-index: 1;
}

.whatsappicon3 {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 12%;
    top: 23%;
    z-index: 1;
}

.thumbicon1 {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 72%;
    top: 15%;
    z-index: 1;
}

.boticon1 {
    width: 100px;
    height: 100px;
    position: absolute;
    right: 13%;
    top: 20%;
    z-index: 1;
}

.boticon2 {
    width: 100px;
    height: 100px;
    position: absolute;
    right: 12%;
    top: 65%;
    z-index: 1;
}

.loveicon {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 72%;
    top: 40%;
    z-index: 1;
}

.angryicon {
    width: 100px;
    height: 100px;
    position: absolute;
    right: 7%;
    top: 60%;
    z-index: 1;
}

.smileicon {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 72%;
    top: 40%;
    z-index: 1;
}

.left-panel {
    display: flex;
    align-items: center;
    background-color: #fff;
}

.left-panel {
    min-height: 100%;
    padding: 20px;
}





/* responsive css */
@media (min-width: 0px) and (max-width: 768px) {

    .screen-footer img {
        width: 100%;
    }

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

    .boxhover1 {
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .message {
        width: 100%;
    }

    .sixthbox {
        display: none !important;
    }

    .tickicon1 {
        width: 100px;
        height: 100px;
        position: absolute;
        right: 85% !important;
        top: 15%;
        z-index: 1;
        display: none;
    }

    .whatsappicon {
        width: 100px;
        height: 100px;
        position: absolute;
        right: 85% !important;
        top: 32%;
        z-index: 1;
        display: none;
    }

    .whatsappicon2 {
        width: 100px;
        height: 100px;
        position: absolute;
        left: -7% !important;
        top: 61%;
        z-index: 1;
        display: none;
    }

    .whatsappicon3 {
        width: 100px;
        height: 100px;
        position: absolute;
        left: -8% !important;
        top: 22%;
        z-index: 1;
        display: none;
    }

    .thumbicon1 {
        width: 100px;
        height: 100px;
        position: absolute;
        left: 85% !important;
        top: 15%;
        z-index: 1;
        display: none;
    }

    .boticon1 {
        width: 100px;
        height: 100px;
        position: absolute;
        right: -10% !important;
        top: 18%;
        z-index: 1;
        display: none;
    }

    .boticon2 {
        width: 100px;
        height: 100px;
        position: absolute;
        right: -9% !important;
        top: 58%;
        z-index: 1;
        display: none;
    }

    .loveicon {
        width: 100px;
        height: 100px;
        position: absolute;
        left: 85% !important;
        top: 54%;
        z-index: 1;
        display: none;
    }

    .angryicon {
        width: 100px;
        height: 100px;
        position: absolute;
        right: -14% !important;
        top: 60%;
        z-index: 1;
        display: none;
    }

    .smileicon {
        width: 100px;
        height: 100px;
        position: absolute;
        left: 85% !important;
        top: 40%;
        z-index: 1;
        display: none;
    }


    .boxhover3,
    .boxhover4,
    .boxhover5,
    .boxhover6,
    .boxhover7,
    .boxhover8 {
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .main-box {
        flex-direction: column;
        gap: 0;
    }

    .main-box-content {
        width: 100%;
    }

    .boxhover2 {
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }


    .accordion-custom {
        width: auto;
        max-width: auto;
    }

    .swip {
        display: flex;
        flex-direction: column;
    }

    .items1 {
        order: 2
    }

    .items2 {
        order: 1
    }

    .p-res {
        padding: 1rem !important;
    }

    .accordion-header-custom::after {
        margin-left: 10px;
    }

    .mobils-main {
        flex-direction: column;
        flex-direction: column;
        display: flex;
        ;
        align-items: center;
    }

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

    .mobile-screen-inner {
        width: 100%;
        top: 0px;
        position: relative;
        margin-top: 20px;
    }

    .mobile-content {
        width: 100% !important;
    }
}


