/* Google Font CDN Link */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

body {
    /* min-height: 100vh; */
    width: 100%;
    /* background: #c8e8e9; */
    /* background-color: #afafb6; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(9, 47, 121, 1) 49%, rgb(112 0 146) 100%); */
}

body::before {
    content: "";
    position: absolute;
    /* background: url('../images/rg4.jpg') no-repeat center center/cover; */
    /* background: rgb(2, 0, 36); */
    /* background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(9, 47, 121, 1) 49%, rgba(0, 212, 255, 1) 100%); */
    height: 400px;
    top: 40px;
    left: 0px;
    width: 100%;
    z-index: -1;
    opacity: 0.8;
    /* animation: imgs 20s linear infinite; */

}

.container {
    margin-top: 120px;
    margin-bottom: 10px;
    width: 85%;
    background: #fff;
    border-radius: 6px;
    padding: 20px 60px 30px 40px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.container .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.container .content .left-side {
    width: 25%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    /* position: relative; */
}

.content .left-side::before {
    content: '';
    position: absolute;
    height: 70%;

    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    background: #afafb6;
}

.content .left-side .details {
    margin: 14px;
    text-align: center;
}

.content .left-side .details i {
    font-size: 30px;
    color: #3e2093;
    margin-bottom: 10px;
}

.content .left-side .details .topic {
    font-size: 18px;
    font-weight: 500;
}

.content .left-side .details .text-one,
.content .left-side .details .text-two {
    font-size: 14px;
    color: #afafb6;
}

.container .content .right-side {
    width: 75%;
    margin-left: 75px;
}

.content .right-side .topic-text {
    font-size: 23px;
    font-weight: 600;
    color: #3e2093;
}

.right-side .input-box {
    height: 50px;
    width: 100%;
    margin: 12px 0;
}

.right-side .input-box input,
.right-side .input-box textarea {
    height: 100%;
    width: 100%;
    border: none;
    outline: none;
    font-size: 16px;
    background: #F0F1F8;
    border-radius: 6px;
    padding: 0 15px;
    resize: none;
}

.right-side .message-box {
    min-height: 110px;
}

.right-side .input-box textarea {
    padding-top: 6px;
}

.right-side .button {
    display: inline-block;
    margin-top: 12px;
}

.right-side .button {
    color: #fff;
    font-size: 18px;
    outline: none;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    background: #3e2093;
    cursor: pointer;
    transition: all 0.3s ease;
}

.button input[type="button"]:hover {
    background: #5029bc;
}

@media (max-width: 950px) {
    .container {
        width: 90%;
        padding: 30px 40px 40px 35px;
    }

    .container .content .right-side {
        width: 75%;
        margin-left: 55px;
    }
}

@media (max-width: 820px) {
    .container {
        margin: 80px 0;
        height: 100%;
    }

    .container .content {
        flex-direction: column-reverse;
    }

    .container .content .left-side {
        width: 100%;
        flex-direction: row;
        margin-top: 40px;
        justify-content: center;
        flex-wrap: wrap;
    }

    .container .content .left-side::before {
        display: none;
    }

    .container .content .right-side {
        width: 100%;
        margin-left: 0;
    }
}


/* accordian css ---------------*/

/* ===== Google Font Import - Poppins ===== */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');



.accordion {
    /* max-width: 530px; */
    margin-bottom: 10px;
    width: 85%;
    background: #FFF;
    margin: 10 15px;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.accordion .accordion-content {
    margin: 10px 0;
    border-radius: 4px;
    background: #FFF7F0;
    border: 1px solid #FFD6B3;
    overflow: hidden;
}

.accordion-content:nth-child(2) {
    background-color: #F0FAFF;
    border-color: #CCEEFF;
}

.accordion-content:nth-child(3) {
    background-color: #FFF0F3;
    border-color: #FFCCD6;
}

.accordion-content:nth-child(4) {
    background-color: #f3fff0;
    border-color: #b3ffc7;

}

.accordion-content:nth-child(5) {
    background-color: #F0F0FF;
    border-color: #CCCCFF;
}

.accordion-content:nth-child(6) {
    background-color: #fffdf0;
    border-color: #f5f4b0;
}

.accordion-content:nth-child(7) {
    background-color: #f8f0ff;
    border-color: #f8ccff;
}

.accordion-content:nth-child(8) {
    background-color: #f0ffff;
    border-color: #ccebff;
}

.accordion-content:nth-child(9) {
    background-color: #fff0f3;
    border-color: #ffccdf;
}

.accordion-content:nth-child(10) {
    background-color: #fff5f0;
    border-color: #CCCCFF;
}

.accordion-content:nth-child(11) {
    background-color: #f1fff0;
    border-color: #a6f4a6;
}

.accordion-content:nth-child(12) {
    background-color: #fff0f1;
    border-color: #ffccd2;
}

.accordion-content:nth-child(13) {
    background-color: #f0fffe;
    border-color: #abeffc;
}

.accordion-content:nth-child(14) {
    background-color: #f8fff0;
    border-color: #c7ee8d;
}

.accordion-content:nth-child(15) {
    background-color: #f0f2ff;
    border-color: #b2b1f4;
}


.accordion-content.open {
    padding-bottom: 10px;
}

.accordion-content header {
    display: flex;
    min-height: 50px;
    padding: 0 15px;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    transition: all 0.2s linear;
}

.accordion-content.open header {
    min-height: 35px;
}

.accordion-content header .title {
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

.accordion-content header i {
    font-size: 15px;
    color: #333;
}

.accordion-content .description {
    height: 0;
    font-size: 12px;
    color: #333;
    font-weight: 400;
    padding: 0 15px;
    transition: all 0.2s linear;
}