@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');


img {
    max-width: 100%;
}

a,
a:hover {
    text-decoration: none;
}

ul,
ol {
    list-style: none;
}

.logo {
    width: 130px;
}

.logo img {
    width: 100%;
}

a {
    color: rgba(var(--primary-rgb-color), 1);
}



body {
    background: #fafafa;
    font-family: "Montserrat", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Manrope", sans-serif;
}

table td {
    font-size: 15px;
}

:root {
    --primary-rgb-color: 0, 71, 180;
    --secondary-rgb-color: 255, 1, 1;
    --green-rgb-color: 25, 135, 84;
}

.mb0 {
    margin-bottom: 0 !important;
}

.header_in {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background: #FFF;
    margin: 16px 0;
    border-radius: 50px;
    padding: 10px 18px;
    box-shadow: 0 2px 14px 0 rgb(0 0 0 / 8%);
}

.header ul.menu {
    display: flex;
    align-items: center;
    gap: 0 35px;
    padding: 0;
    margin: 0;
}

.header ul.menu li a {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.header ul.menu li a:hover {
    color: rgba(var(--primary-rgb-color), 1);
}

.buttons_wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 5px;
    background: rgba(var(--primary-rgb-color), 1);
    padding: 7px;
    border-radius: 50px;
}

.buttons_wrap a {
    border-radius: 50px;
    padding: 3px 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 14px;
}

.buttons_wrap a.login {
    background: #FFF;
}


.buttons_wrap a.register {
    color: #FFF;
}

.header {
    position: relative;
    z-index: 999;
}

.nav_icon {
    display: none;
}

.trigerwrap {
    display: flex;
    align-items: center;
}

.black_div_nav {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 54%);
}

.header ul.menu span.tag {
    background: #ff000017;
    padding: 8px 12px;
    color: #080808;
    position: relative;
    border-radius: 5px;
}

.header ul.menu li.setting {
    position: relative;
}

.header ul.menu li.setting ul.droplist {
    position: absolute;
    top: 30px;
    right: 0;
    width: 250px;
    padding: 25px;
    border-radius: 10px;
    opacity: 0;
    padding-top: 50px;
    transform: translateY(20px);
    visibility: hidden;
    transition: all 0.4s ease;
}

.header ul.menu li.setting ul.droplist:before {
    content: '';
    width: 100%;
    height: calc(100% - 28px);
    background: #FFF;
    border-radius: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.header ul.menu li.setting:hover ul.droplist {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.header ul.menu li.setting ul.droplist li {
    position: relative;
    z-index: 2;
}

.header ul.menu li.setting ul.droplist li a {
    font-size: 15px;
    font-weight: 400;
}

.header ul.menu li.setting ul.droplist li:not(:last-child) {
    margin-bottom: 15px;
}

.header ul.menu li.setting ul.droplist li a i {
    margin-right: 8px;
    color: rgba(var(--primary-rgb-color), 1);
}

body#dashboard {
    background-image: url('../img/newsletter-bg.webp');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    background-attachment: fixed;
}

.header ul.menu .tag_wrap {
    display: none;
}

body#dashboard .header ul.menu .tag_wrap {
    display: block;
}

body#dashboard .header ul.menu {
    margin-right: 15px;
}

.head_section {
    padding: 165px 0;
    background-image: url('../img/newsletter-bg.webp');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
}

/* .head_section {
    text-align: center;
} */

.head_section h1 {
    font-size: 62px;
    font-weight: 500;
    margin-bottom: 35px;
}

.head_section .image_dv {
    text-align: right;
    position: static;
}


.head_section .image_dv img {
    width: 88%;
    position: absolute;
    right: 0;
    top: 36%;
    width: 730px;
    max-width: 37%;
}

.head_section .theme_btn {
    padding: 15px 25px;
    min-width: 140px;
    display: inline-block;
    text-align: center;
}

.head_section .head_buttons_wrap .theme_btn:nth-child(2) {
    background: #39bc96;
    margin-left: 10px;
}

.head_section .head_buttons_wrap .callback {
    background: transparent;
    color: rgba(var(--secondary-rgb-color), 1);
    font-weight: 600;
}

.head_section .head_buttons_wrap .callback:hover {
    color: rgba(var(--primary-rgb-color), 1);
}

.head_section .head_buttons_wrap .callback i {
    font-size: 29px;
    margin-right: 11px;
    top: 6px;
    position: relative;
}

.head_section h1 span {
    color: rgba(var(--primary-rgb-color), 1);
}

.head_section h2 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 45px;
}

.head_section h2 a {
    background: rgba(var(--primary-rgb-color), 0.6);
    padding: 4px 14px;
    color: #FFF;
}

.head_section p {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
}

.head_section ul {
    padding: 0;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 35px;
}


.head_section ul li {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    position: relative;
    width: 33.33%;
    padding-left: 55px;
}


.head_section ul li span {
    font-weight: 700;
    display: block;
}

.head_section ul li img {
    width: 42px;
    position: absolute;
    left: 0;
}

.mobile_menu {
    display: none;
}

.login_section {
    background-image: url('../img/newsletter-bg.webp');
    min-height: 80vh;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 23px 20px;
}

.login_box {
    width: 480px;
    background: #ffffff;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 2px 14px 0 rgb(0 0 0 / 8%);
    padding: 45px;
    min-height: 350px;
    position: relative;
}

.login_box .event_info h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

.login_box .event_info {
    margin-bottom: 25px;
}

.login_box .event_info h4 strong {
    background: rgba(var(--primary-rgb-color), 0.8);
    color: #FFF;
    padding: 0 5px 1px;
    font-weight: inherit;
    font-size: 17px;
}

.login_box .event_info h4 span {
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #333;
}

.login_box .event_info p,
.login_box p.event_notice {
    font-size: 14px;
}

.login_box p.event_notice {
    margin-bottom: 0;
}

.login_box p.event_notice span {
    color: rgba(var(--primary-rgb-color), 1);
    font-weight: 600;
}

.login_box .verify_dv {
    display: flex;
    flex-wrap: wrap;
}

.login_box .verify_dv button {
    width: 82px;
    border-radius: 0 50px 50px 0;
    border: 1px solid rgba(var(--primary-rgb-color), 1);
    border-left: 0;
    background: rgba(var(--primary-rgb-color), 1);
    color: #FFF;
    font-size: 12px;
    padding-top: 2px;
    padding-bottom: 2px;
    display: flex;
    align-items: center;
    gap: 0 5px;
    justify-content: center;
}

.login_box .verify_dv button:hover {
    background: rgba(var(--secondary-rgb-color), 1);
    border-color: rgba(var(--secondary-rgb-color), 1);
}

.login_box .verify_dv .input_control {
    width: calc(100% - 82px);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input_group {
    margin-bottom: 20px;
}

.input_group label {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 4px;
}

.input_control {
    width: 100%;
    border: 1px solid #CCC;
    height: 45px;
    padding: 0 15px;
    border-radius: 50px;
    font-size: 15px;
    outline: none;
}


select.input_control::placeholder,
select.input_control {
    color: #444;
}

select.input_control option {
    color: #000;
}

select.input_control {
    appearance: none;
    background-image: url('../img/icons/down.png');
    background-size: 18px;
    background-position: right 10px center;
    background-repeat: no-repeat;
}

textarea.input_control {
    height: 130px;
    border-radius: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.theme_btn {
    background: rgba(var(--primary-rgb-color), 1);
    color: #FFF;
    border: none;
    padding: 8px 25px;
    font-size: 17px;
    border-radius: 50px;
    transition: all 0.5s ease;
}

.theme_btn:hover {
    background: rgba(var(--secondary-rgb-color), 1);
}

.theme_btn.small {
    font-size: 15px;
}

.theme_btn.red {
    background: rgba(var(--secondary-rgb-color), 1);
}

.login_box h4 {
    font-weight: 700;
    margin-bottom: 25px;
}

.login_box .input_group {
    margin-bottom: 25px;
}

.login_box .theme_btn {
    min-width: 150px;
}

.login_box .nav-link {
    border: none;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0;
    color: #000;
}

.login_box .nav-link.active {
    color: rgba(var(--primary-rgb-color), 1);
}

.login_box .nav-tabs {
    display: flex;
    gap: 0 15px;
    margin-bottom: 30px;
    border: none;
}

.login_box .input_group.otp_field {
    display: flex;
    gap: 0 14px;
    align-items: center;
    min-height: 120px;
}

.justify-space-between {
    justify-content: space-between;
}

.login_box .input_group.otp_field .input_control {
    width: 55px;
    border-radius: 5px;
}

.login_section.register_sct .login_box .input_group {
    margin-bottom: 15px;
}


.event_ds_section {
    padding: 70px 0;
}

.event_table table tr:first-child td {
    background: rgba(var(--primary-rgb-color), 0.7);
    color: #FFF;
}

.event_table table tr td:last-child {
    text-align: center;
}


.table_head_card {
    margin-bottom: 30px;
}

.table_head_card h1,
.table_head_card h2 {
    font-size: 26px;
    margin-bottom: 0;
    font-weight: 700;
}

a.table_tag_link {
    font-weight: 600;
    color: #000;
    margin: 0 3px;
    font-size: 13px;
}

a.table_tag_link:hover {
    color: rgba(var(--primary-rgb-color), 1);
}

.tag {
    padding: 3px 12px;
    display: inline-block;
    font-size: 13px;
    border-radius: 50px;
    font-weight: 500;
}

.compliment {
    background: #FFBF78;
    color: #333;
}

.tag.success {
    background: #5dbe5d;
    color: #FFF;
}

.tag.danger {
    background: #ff5252;
    color: #FFF;
}

.no_record {
    background: #f5f5f5;
    padding: 90px 15px;
    text-align: center;
    border-radius: 10px;
}

.no_record p {
    margin: 0;
    font-size: 22px;
}

.event_form {
    background: #ffffffab;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #f1f1f1;
}


/* -- pricing section -- */
.pricing_section {
    padding: 50px 0;
    background-image: url('../img/newsletter-bg.webp');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
}

.price_content {
    text-align: center;
    margin-bottom: 30px;
}

.price_content .title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}

.price_content p {
    font-size: 18px;
}

.price_content h2 {
    font-size: 25px;
    margin-top: 30px;
}

.pricing_card_row {
    gap: 30px 0;
    justify-content: center;
}

.pricing_card {
    background-color: rgb(222 222 222);
    padding: 20px;
    border-radius: 10px 40px;
    text-align: right;
}

.pricing_card h3 {
    font-size: 44px;
    display: flex;
    align-items: baseline;
    color: #000000;
    margin-bottom: 15px;
    justify-content: center;
    flex-direction: column;
}

.pricing_card h3 span {
    font-size: 17px;
    color: #000000cc;
}

.pricing_card h4 {
    font-weight: 800;
    color: #0047b4bf;
    text-align: right;
    font-size: 18px;
    padding: 8px 0;
    border-radius: 50px;
    margin: 20px 0 10px 0;
}

.pricing_card a {
    background: rgb(101 169 150);
    color: #FFF;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    padding: 6px 25px;
}

.section_padding {
    padding: 60px 0;
}

.how_work_section {}

.how_work_section .how_work_card {
    padding: 25px;
    height: 100%;
    text-align: center;
}

.how_work_section .how_work_card h3 {
    font-size: 23px;
    margin-bottom: 15px;
}

.how_work_section .how_work_card p {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
}

.how_work_section .how_work_card .num_dv {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 34px;
    margin-bottom: 29px;
}

.how_work_section .how_work_card .num_dv img {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
}

.how_work_section .how_work_card {
    position: relative;
}

.how_work_section .how_work_card ul {
    padding: 0;
    margin: 0;
}

/* .how_work_section .how_work_card .num1 {
    background: #e6caca;
}

.how_work_section .how_work_card .num2 {
    background: #dee8dd;
}

.how_work_section .how_work_card .num3 {
    background: #fbddee;
} */

.how_work_section .how_work_card img {
    position: absolute;
    right: -22%;
    top: 60px;
    width: 178px;
}

.how_work_section .how_work_card.card2 img {
    top: 0;
}

.benefits_row {
    margin-top: 100px;
    align-items: center;
}

.benefits1 .graph1 {
    width: 80%;
}

.benefits1 p {
    font-size: 28px;
    text-align: left;
    margin-top: 30px;
}

.benefits2 {
    text-align: right;
}

.benefits2 .graph2 {
    width: 80%;
}

.benefits2 p {
    font-size: 28px;
    text-align: right;
    margin-bottom: 30px;
}


.benefits1 .imgdv {
    position: relative;
}

.benefits1 .imgdv .arrow1 {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateY(100%);
    width: 148px;
}

.benefits2 .imgdv {
    position: relative;
}

.benefits2 .imgdv .arrow2 {
    position: absolute;
    left: -40px;
    top: 10px;
    transform: translateY(-100%);
    width: 191px;
}

.sect_title {
    font-size: 38px;
    letter-spacing: 0.4px;
    margin-bottom: 40px;
}

.how_work_section .sect_title {
    margin-bottom: 50px;
}

.live_insights_section .inside_card {
    mask-image: url('../img/icons/shape.png');
    mask-position: center;
    /* background: #000; */
    mask-repeat: no-repeat;
    min-height: 190px;
    padding-top: 46px;
    background-image: linear-gradient(180deg, #6dabdb, #0047b4);
}



.live_insights_section .inside_card p {
    color: #FFF;
    text-align: center;
}

.live_insights_section .inside_card h3 {
    text-align: center;
    color: #FFF;
    font-size: 42px;
    margin-bottom: 0;
}

.live_insights_section {
    padding-top: 30px;
}

.faq_section {
    background: #f1f1f1;
    /* box-shadow: 0 14px 12px 0 rgb(0 0 0 / 8%); */
    position: relative;
    padding: 100px 0;
}

.faq_section::before {
    content: '';
    background-image: url('../img/about-bg-in.png');
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center top;
    background-size: auto 100%;
    background-repeat: repeat-x;
}

.faq_section .container {
    position: relative;
    z-index: 2;
}

.faq_section .sect_title {
    text-align: center;
}

.faqs_card_row {
    margin-top: 30px;
}

.faqs_card {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px 0;
}

.faqs_card.reverse {
    flex-direction: column-reverse;
}

.faqs_card img {
    width: 150px;
}

.faqs_card p {
    font-size: 22px;
    font-weight: 400;
    margin: 0;
}

.faqs_card.reverse {}

/* <!------ Add CSS by Vivek Kumar Sharma -----> */
.actionsection {
    display: flex;
    gap: 10px;
    align-items: center !important;
    text-align: center;
    animation: auto;
}

/* home page pricing */

.pricing_section_home ul.pricing {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.pricing_section_home ul.pricing li {
    width: calc(100% / 7);
    padding: 0 10px;
}

.pricing_section_home ul.pricing li h3 {
    font-size: 26px;
    font-weight: 700;
    transition: all 0.5s ease;
}

.pricing_section_home ul.pricing li h3 span {
    display: block;
    font-size: 14px;
    text-align: center;
    margin-top: 5px;
    font-weight: 400;
}

.pricing_section_home ul.pricing li h4 {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 20px;
    transition: all 0.5s ease;
}

.pricing_section_home ul.pricing li>div {
    padding: 50px 15px;
    background: transparent;
    border-radius: 100px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border: 1px dashed #18a97fcf;
    transition: all 0.5s ease;
}

.pricing_section_home ul.pricing li>div:hover {
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 32%);
    background: #18a97fcf;
}

.pricing_section_home ul.pricing li>div:hover a.theme_btn {
    background: #FFF;
    color: #18a97fcf;
}

.pricing_section_home ul.pricing li>div:hover h3,
.pricing_section_home ul.pricing li>div:hover h4 {
    color: #FFF;
}

.pricing_section_home ul.pricing li a.theme_btn {
    background: #18a97fcf;
    color: rgb(255 255 255);
    font-size: 12px;
    font-weight: 600;
    position: relative;
    padding: 6px 15px;
}





/* footer  */
.footer_section {
    padding: 50px 0;
    background: #FFF;
    border-top: 2px solid rgba(var(--primary-rgb-color), 1);
    position: relative;
}

section.footer_section:before {
    content: '';
    background-image: url('../img/section-map.webp');
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: auto;
    filter: invert(1);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
}

.footer_section .container {
    position: relative;
    z-index: 2;
}

.footer_section .about img {
    width: 170px;
    margin-bottom: 25px;
}

.footer_section .about ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    gap: 10px;
    margin: 0;
    margin-top: 18px;
}

.footer_section .about ul li {
    margin-bottom: 0;
}

.footer_section .about ul li a {
    color: #000;
    width: 35px;
    height: 35px;
    display: flex;
    border: 1px solid #000;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 14px;
}

.footer_section .about ul li a:hover {
    color: rgba(var(--primary-rgb-color), 1);
    border-color: rgba(var(--primary-rgb-color), 1);
}

.footer_section .about p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 6px;
}

.footer_section .about p a {
    font-weight: 600;
    color: #000;
}

.footer_section .about p a:hover {
    color: rgba(var(--primary-rgb-color), 1);
}

.quick_link ul {
    padding: 0;
    margin: 0;
}

.quick_link ul li a {
    font-size: 15px;
    font-weight: 500;
    color: #333;
}

.quick_link ul li:not(:last-child) {
    margin-bottom: 5px;
}

.quick_link h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.quick_link ul li a:hover {
    color: rgba(var(--primary-rgb-color), 1);
}

.quick_link .download img {
    width: 165px;
    display: block;
}

.quick_link .download .playstore img {
    margin-bottom: 20px;
}

.user_profile {
    margin-bottom: 35px;
    background: rgba(var(--primary-rgb-color), 0.10);
    padding: 15px;
    border-radius: 13px;
}

.user_profile .row {
    gap: 20px 0;
}

.user_profile .row>div {
    border-right: 1px solid #CCC;
    display: flex;
    justify-content: left;
    padding: 0 25px;
}

.user_profile .row>div:nth-child(5) {
    border-right: none;
}

.user_profile .box h5 {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 700;
}

.user_profile .box p {
    font-size: 15px;
    color: #000;
    margin-bottom: 0;
}

.purchase_credit {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 6px;
}

.purchase_credit .buy-now-btn a {
    border-radius: 50px;
    padding: 5px 12px;
    font-size: 13px;
    background: rgba(var(--primary-rgb-color), 1);
    color: #FFF;
    transition: all 0.5s ease;
}

.purchase_credit .buy-now-btn a:hover {
    background: rgba(var(--secondary-rgb-color), 1);
}



.common_content_part h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 30px;
}

.common_content_part strong {
    font-weight: 600;
}

.common_content_part p {
    margin-bottom: 15px;
}

.common_content_part ul {
    list-style: disc;
    padding-left: 20px;
}

.common_content_part ul li {
    margin-bottom: 5px;
}

.common_content_part a {
    font-weight: 600;
    color: #000;
}

.common_content_part a:hover {
    color: rgba(var(--primary-rgb-color), 1);
}

.faq_section .aboutus {
    margin-top: 80px;
}

.faq_section .aboutus :last-child {
    margin-bottom: 0;
}


.main_tab_login {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    transform: translateY(-100%);
}


.login_box .main_tab_login .nav-tabs {
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 0;
    gap: 0;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.login_box .main_tab_login .nav-tabs button {
    width: 50%;
    background: #3c3c3c;
    font-size: 14px;
    padding: 11px 0;
    color: #FFF;
    border-radius: 0;
    letter-spacing: 0.5px;
}

.login_box .main_tab_login .nav-tabs button.active {
    background: rgba(var(--primary-rgb-color), 1);
    color: #FFF;
}


.about_img {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.about_img img.overlay_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    max-width: none;
    height: 100%;
    filter: blur(12px);
    transition: all 0.5s ease;
    opacity: 0;
}

.about_img:hover img.overlay_img {
    width: 100%;
    filter: blur(0);
    opacity: 1;
}


.about_content_inpage {
    padding-left: 55px;
}

.about_content_inpage ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 25px 0;
    margin-bottom: 20px;
}

.about_content_inpage ul li {
    width: 50%;
    padding-right: 30px;
    display: flex;
    align-items: center;
    gap: 0 20px;
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
}

.about_content_inpage p.big {
    font-size: 20px;
    text-align: justify;
}

.about_content_inpage ul li img {
    max-width: 55px;
    width: 100%;
    height: auto;
}

.about_page .faqs_card img {
    width: 74px;
}

/* -- analytics Page -- */

.analytics_section .row {
    gap: 40px 0;
}

.analytics_content1 h4 {
    font-weight: 600;
    margin-bottom: 30px;
}

.analytics_content1 ul {
    padding: 0;
}

.analytics_content1 ul li {
    margin-bottom: 30px;
    display: flex;
    gap: 0 20px;
}

.analytics_content1 ul li img {
    width: 71px;
    height: fit-content;
}

.analytics_content2 h4 {
    font-weight: 600;
    margin-bottom: 20px;
}

.analytics_content2 ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.analytics_content2 ul li {
    margin-bottom: 16px;
    width: 29.33%;
    background: #e2e2e2;
    margin-right: 15px;
    padding: 20px;
    border-radius: 6px;
    font-weight: 500;
    line-height: 20px;
}

.analytics_content2 ul li img {
    width: 65px;
    display: block;
    margin-bottom: 14px;
}

.analytics_content1 {
    margin-right: 30px;
}

.analytics_content2 {
    margin-left: 50px;
}



.contact_us_section .event_form {
    margin-right: 30px;
}

.contact_us_section .event_form form {
    margin: 25px 0 30px 0;
}

.contact_us_section .event_form p {
    width: 98%;
    max-width: 100%;
}

.contact_us_section .event_form p a {
    font-weight: 500;
}

.contact_info p {
    margin-bottom: 20px;
}

.contact_info h4 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 10px;
}

.contact_info p span {
    font-weight: 600;
}

.contact_info p strong {
    margin-bottom: 4px;
    display: block;
}

.case_study_wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

.case_study {
    background: #eae7e7;
    padding: 40px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    width: calc(100% - 360px);
    padding-right: 100px;
}

.case_qrcode {
    width: 360px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;

}

.case_qrcode,
.case_qrcode:before {
    background: rgba(var(--primary-rgb-color), 1);
    ;
}

.case_qrcode:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 116%;
    height: 450px;
    border-left: 8px solid rgba(var(--secondary-rgb-color), 1);
    ;
    transform: rotate(14deg);
    z-index: 0;
}

.case_qrcode img {
    width: 174px;
    position: relative;
    z-index: 2;
    filter: invert(1);
}

.case_study .sect_title {
    margin-bottom: 20px;
    font-size: 28px;
}

.case_study p {
    text-align: justify;
}

.case_study .theme_btn {
    margin-top: 13px;
    display: inline-block;
    font-weight: 600;
    background: transparent !important;
    padding: 0;
    color: rgba(var(--primary-rgb-color), 1);
}

.case_study .theme_btn img {
    width: 25px;
    margin-right: 1px;
}

.case_study .theme_btn:hover {
    transform: translateX(10px);
}

#header-profile-icon {
    height: 45px;
    width: 45px;
    object-fit: cover;
    border-radius: 100px;
    border: 2px solid #4b7dc9;
    padding: 9px;
}

/* --- mobile menu -- */

.mobile_menu .mob_logo {
    text-align: center;
    margin-bottom: 25px;
    border-bottom: 1px solid #CCC;
    padding-bottom: 20px;
}

.mobile_menu .mob_logo img {
    width: 170px;
}


/* -- event card code -- */
.event_card_row {
    gap: 30px 0;
}

.event_card {
    background: #ffffff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);
}

.evet_head {
    position: relative;
    border-bottom: 1px solid #CCC;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.event_card .evet_head h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 7px;
    color: rgba(var(--primary-rgb-color), 1);
    max-width: calc(100% - 50px);
}

.event_card .evet_head p {
    font-size: 14px;
    margin-bottom: 4px;
    font-weight: 500;
}

.evet_head p.capacity span {
    background: rgba(var(--green-rgb-color), .32);
    ;
    color: #000;
    display: inline-block;
    padding: 4px 5px;
    line-height: 1;
    min-width: 30px;
    text-align: center;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 500;
    margin-left: 5px;
}

.add_validator {
    font-size: 13px;
    font-weight: 600;
    float: right;
    top: -22px;
    position: relative;
}

.add_validator span {
    background: rgba(var(--primary-rgb-color), 1);
    width: 20px;
    height: 20px;
    display: inline-block;
    color: #FFF;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    font-size: 10px;
    transition: all 0.5s ease;
}

.add_validator:hover span {
    transform: rotate(90deg);
    background: rgba(var(--green-rgb-color), 1);
}

.add_validator:hover {
    color: rgba(var(--green-rgb-color), 1);
}

.evet_body a.view_regis {
    font-size: 13px;
    font-weight: 600;
    color: rgba(var(--green-rgb-color), 1);
    margin: 6px 0;
}

.evet_body a.view_regis span {
    background: rgba(var(--green-rgb-color), 1);
    display: inline-block;
    min-width: 15px;
    line-height: 1;
    color: #FFF;
    text-align: center;
    border-radius: 25px;
    padding: 3px 10px;
    font-size: 13px;
    margin-right: 4px;
    transition: all 0.5s ease;
}

.evet_body a.view_regis:hover {
    color: rgba(var(--primary-rgb-color), 1);
    ;
}

.evet_body a.view_regis:hover span {
    background: rgba(var(--primary-rgb-color), 1);
    ;
}

.justify-content-right {
    justify-content: right !important;
}

.event_foot {
    display: flex;
    gap: 0 6px;
}

.event_foot .btn_wrap {
    width: 100%;
    position: relative;
}

.event_foot .btn_wrap a {
    background: rgba(var(--primary-rgb-color), 1);
    padding: 5px 10px;
    border-radius: 50px;
    width: 100%;
    text-align: center;
    font-size: 13px;
    color: #FFF;
    font-weight: 500;
    letter-spacing: 0.2px;
    display: inline-block;
    transition: all 0.5s ease;
}

.event_foot .btn_wrap a:hover {
    background: rgba(var(--green-rgb-color), 1);
}

.event_foot .btn_wrap a span {
    display: inline-block;
    margin-right: 4px;
}

.statusdv {
    position: absolute;
    right: 0;
    top: 0;
}

.statusdv a {
    font-size: 30px;
    line-height: 1;
}

.evet_body {
    margin-bottom: 20px;
}

.evet_body ul {
    padding: 0;
    margin: 0;
}

.evet_body li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 9px;
    font-size: 15px;
}

.evet_body li span:first-child {
    font-weight: 600;
}


.share_popup {
    position: absolute;
    top: 38px;
    right: 0;
    width: 200px;
    height: 90px;
    background: #FFF;
    border-radius: 6px;
    box-shadow: 0 2px 17px 0 rgb(0 0 0 / 20%);
    padding: 15px;
    text-align: center;
    display: none;
}

.share_popup p {
    font-weight: 600;
}

.share_popup ul {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 0 7px;
    justify-content: center;
}

.share_popup ul li i {
    font-size: 20px;
    cursor: pointer;
    transition: all 0.4s ease;
}

.share_popup ul li i:hover {
    color: rgba(var(--primary-rgb-color), 1);
}

span.close-share-popup {
    color: rgba(var(--secondary-rgb-color), 1);
    font-size: 23px;
    position: absolute;
    right: 10px;
    top: 1px;
    font-weight: 600;
    cursor: pointer;
}

/* -- // event card code end -- */


.event_table {
    max-width: 100%;
    overflow: auto;
}

.event_table table {
    min-width: 1000px;
}

.go-back-btn a {
    background: rgba(var(--primary-rgb-color), 1);
    color: #FFF;
    padding: 7px 15px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 14px;
}

.event_view_card h2 {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
}

.event_view_card p {
    text-align: center;
    font-size: 15px;
}

.event_view_card .registered-qr {
    text-align: center;
    margin-bottom: 15px;
}

.event_view_card .registered-qr img {
    width: 150px;
}

.event_view_card ul li {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    background: transparent;
    gap: 0 10px;
}

.event_view_card ul li:last-child {
    flex-wrap: wrap;
    gap: 8px;
}

.profile .event_view_card h2 {
    text-align: left;
    margin-bottom: 20px;
    font-weight: 700;
    color: rgba(var(--primary-rgb-color), 1);
}

.profile .event_view_card li.list-group-item {
    padding-left: 0;
    padding-right: 0;
}

.edit-profile-btn {
    position: absolute;
    right: -15px;
    top: -15px;
}

.event_form .event_view_card {
    position: relative;
}

.event_form .event_view_card .edit-profile-btn a {
    background: rgba(var(--primary-rgb-color), 1);
    color: #FFF;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    line-height: 22px;
    border-radius: 50%;
    font-size: 14px;
}

.event_form .event_view_card .edit-profile-btn a:hover {
    background: rgba(var(--green-rgb-color), 1);
}


.faq_accordion .accordion-button {
    background: transparent;
    font-weight: 500;
    box-shadow: none;
    cursor: pointer;
    padding: 15px 0;
    transition: all 0.5s ease;
}

.faq_accordion .accordion-item:first-child {
    border-top: none;
}

.faq_accordion .accordion-item {
    background: transparent;
    border: none;
    border-top: 1px solid rgba(var(--primary-rgb-color), 0.2);
    border-radius: 0;
    overflow: hidden;
}

.faq_accordion .faq_accordion_body {
    padding: 20px;
    padding-top: 0;
}

.faq_accordion .faq_accordion_body :last-child {
    margin-bottom: 0;
}

.faq_accordion .accordion-button:not(.collapsed) {
    padding-left: 20px;
    font-weight: 600;
    background: #FFF;
}

.faq_accordion .accordion-collapse.collapse.show {
    background: #FFF;
}

.faq_accordion .accordion-item:first-child .accordion-button:not(.collapsed) {
    border-top: 1px solid rgba(var(--primary-rgb-color), 0.2);
}

.faq_accordion .accordion-item:last-child .accordion-collapse.collapse.show {
    border-bottom: 1px solid rgba(var(--primary-rgb-color), 0.2);
    border-radius: 0 !important;
}

.faq_accordion .faq_accordion_body strong {
    font-weight: 600;
}

.faq_accordion .accordion-button::after {
    background-size: 13px;
    margin-right: 15px;
}

.faq_page .faq_section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.share_dv_two {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.share_dv_one {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
    gap: 0 10px;
    position: absolute;
    right: 0;
    top: 0;
}

.share_dv_two a,
.share_dv_two button {
    font-size: 13px;
    padding: 8px 13px;
    margin: 0 !important;
    line-height: 1;
}


.event_form.card_style {
    padding: 0;
    border-color: rgba(var(--primary-rgb-color), 0.2);
    border-bottom: 5px solid rgba(var(--secondary-rgb-color), 1);
    width: 500px;
    margin: auto;
}

.card_style .top_head {
    width: 100%;
    background: rgba(var(--primary-rgb-color), 1);
    border-radius: 0 0 50px 50px;
    padding: 10px 10px;
}

.card_style .top_head h2 {
    color: #FFF;
    margin-bottom: 5px;
}

.card_style .top_head p {
    margin: 0;
    color: #FFF;
    font-size: 14px;
}

.card_style .body_part {
    padding: 20px;
    position: relative;
}

.card_style .body_part:before {
    content: '';
    background-image: url('../img/card_bg.png');
    background-position: bottom center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
}

.card_style .body_part>* {
    position: relative;
    z-index: 2;
}

.card_style .event_view_card .registered-qr img {
    width: 130px;
}


.invite_to_register .modal-body {
    padding: 40px;
}

.invite_to_register .modal-title {
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 20px;
}

.invite_to_register .btn-close {
    width: 25px;
    height: 25px;
    background: red;
    opacity: 1;
    border-radius: 50px;
    top: -12px;
    right: -12px;
    position: absolute;
    color: #FFF;
}



#callBackModal .modal-body {
    padding: 0;
    background: radial-gradient(circle, rgb(120 157 213) 0%, rgb(255 255 255) 100%);
    border-radius: 5px;
}

.image_side {
    text-align: center;
    padding-top: 25px;
}

.image_side img {
    width: 320px;
    margin: auto;
    max-width: 100%;
}

.call_back_form {
    padding: 30px 66px;
    text-align: center;
    padding-top: 0;
}

#callBackModal .btn-close {
    position: absolute;
    right: -12px;
    top: -12px;
    width: 30px;
    height: 30px;
    background: rgba(var(--secondary-rgb-color), 1);
    opacity: 1;
    border-radius: 50%;
    color: #FFF;
    outline: none;
    box-shadow: none !important;
    line-height: 30px;
    font-size: 14px;
    padding: 0;
    text-align: center;
}

.call_back_form .input_control {
    border-radius: 5px;
}

.call_back_form .theme_btn {
    padding: 12px 25px;
}

.call_back_form h4 {
    margin-bottom: 20px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: rgba(var(--primary-rgb-color), 1);
    font-size: 24px;
}

.call_back_form h4 span {
    font-weight: 400;
    color: #000000;
    font-size: 20px;
}

.call_back_form h4 i {
    color: rgba(var(--primary-rgb-color), 1);
}

.trigerwrap a.call {
    color: #000;
    margin-right: 15px;
    font-weight: 500;
}

.trigerwrap a.call i {
    margin-right: 4px;
}