@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

@font-face {
    font-family: "angellinx";
    src: url("../fonts/angellinx.eot");
    src: url("../fonts/angellinx.eot?#iefix") format("embedded-opentype"),
        url("../fonts/angellinx.woff") format("woff"),
        url("../fonts/angellinx.ttf") format("truetype"),
        url("../fonts/angellinx.svg#angellinx") format("svg");
    font-weight: normal;
    font-style: normal;

}

[data-icon]:before {
    font-family: "angellinx" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "angellinx" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-icon-1:before {
    content: "\61";
}

.icon-icon-2:before {
    content: "\62";
}

.icon-icon-3:before {
    content: "\63";
}

.icon-icon-4:before {
    content: "\64";
}

.icon-icon-5:before {
    content: "\65";
}

.icon-icon-6:before {
    content: "\66";
}

.icon-icon-7:before {
    content: "\67";
}

.icon-icon-8:before {
    content: "\68";
}

.icon-icon-9:before {
    content: "\69";
}

.icon-icon-10:before {
    content: "\6a";
}

.icon-icon-11:before {
    content: "\6b";
}

.icon-icon-12:before {
    content: "\6c";
}

.icon-icon-13:before {
    content: "\6d";
}

.icon-icon-14:before {
    content: "\6e";
}

.icon-icon-15:before {
    content: "\6f";
}

.icon-icon-16:before {
    content: "\70";
}

.icon-icon-17:before {
    content: "\71";
}

.icon-icon-18:before {
    content: "\72";
}

.icon-icon-19:before {
    content: "\73";
}

.icon-icon-20:before {
    content: "\74";
}

.icon-icon-21:before {
    content: "\75";
}

.icon-icon-22:before {
    content: "\76";
}

.icon-icon-23:before {
    content: "\77";
}

.icon-icon-24:before {
    content: "\78";
}

.icon-icon-25:before {
    content: "\79";
}

.icon-icon-26:before {
    content: "\7a";
}

.icon-icon-27:before {
    content: "\41";
}

.icon-icon-28:before {
    content: "\42";
}

.icon-icon-29:before {
    content: "\43";
}

.icon-icon-30:before {
    content: "\44";
}

.icon-icon-31:before {
    content: "\45";
}

.icon-icon-32:before {
    content: "\46";
}

.icon-icon-33:before {
    content: "\47";
}

.icon-icon-34:before {
    content: "\48";
}

.icon-icon-35:before {
    content: "\49";
}

.icon-icon-36:before {
    content: "\4a";
}

.icon-icon-37:before {
    content: "\4b";
}

.icon-icon-38:before {
    content: "\4c";
}

.icon-icon-39:before {
    content: "\4d";
}

.icon-icon-40:before {
    content: "\4e";
}

.icon-icon-41:before {
    content: "\4f";
}

.icon-icon-42:before {
    content: "\50";
}

.icon-icon-43:before {
    content: "\51";
}

.icon-icon-44:before {
    content: "\52";
}

.icon-icon-45:before {
    content: "\53";
}

.icon-icon-46:before {
    content: "\54";
}

.icon-icon-47:before {
    content: "\55";
}

.icon-icon-48:before {
    content: "\56";
}

.icon-icon-49:before {
    content: "\57";
}

.icon-icon-50:before {
    content: "\58";
}

.icon-icon-51:before {
    content: "\59";
}

.icon-icon-52:before {
    content: "\5a";
}

.icon-icon-53:before {
    content: "\30";
}

.icon-icon-54:before {
    content: "\31";
}

.icon-icon-55:before {
    content: "\32";
}

.icon-icon-56:before {
    content: "\33";
}

.icon-icon-57:before {
    content: "\34";
}

.icon-icon-58:before {
    content: "\35";
}

.icon-icon-59:before {
    content: "\36";
}

.icon-icon-60:before {
    content: "\37";
}

.icon-icon-61:before {
    content: "\38";
}

.icon-icon-62:before {
    content: "\39";
}

.icon-icon-63:before {
    content: "\21";
}

.icon-icon-64:before {
    content: "\22";
}

.icon-icon-65:before {
    content: "\23";
}

.icon-icon-66:before {
    content: "\24";
}

.icon-icon-67:before {
    content: "\25";
}

.icon-icon-68:before {
    content: "\26";
}

.icon-icon-69:before {
    content: "\27";
}

.icon-icon-70:before {
    content: "\28";
}

.icon-icon-71:before {
    content: "\29";
}



/* .container {
    max-width: 1320px;
} */

:root {
    --white: #fff;
    --darkYellow: #D79C00;
    --lightYellow: #FFF4D5;
    --lightGrey: #F7F7F7;
    --lightDarkGery: #EBEBEB;
    --lightBlack: #1A1919;
    --grey: #767676;
}

.header-footer-hide .site-header,
.header-footer-hide .ste-footer,
.header-footer-hide .foot-copyright {
    display: none;
}

img {
    max-width: 100%;
}

body {
    font-family: "DM Sans", sans-serif;
    display: flex;
    flex-direction: column;
    min-height: 100dvh;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.btns {
    background-color: var(--darkYellow);
    border: 1px solid var(--darkYellow);
    color: var(--white);
    text-decoration: none;
    display: flex;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    padding: 13px 23px;
    border-radius: 12px;
}

.btns-shadow {
    box-shadow: 0px 4px 28px rgba(215, 156, 0, 0.7);
}

.oreng-btn {
    background-color: #ED7E2C;
    border: 1px solid #ED7E2C;
    box-shadow: 0px 4px 28px rgba(237, 126, 44, 0.7);
}

.btns-02 {
    background-color: #ED7E2C;
    border: 1px solid #ED7E2C;
}

.btns-03 {
    background-color: #1A1919;
    border: 1px solid #1A1919;
}

.btns-04 {
    background-color: #43A047;
    border: 1px solid #43A047;
}

.btns-05 {
    background-color: #2196F3;
    border: 1px solid #2196F3;
}

.btns-06 {
    border: 1px solid #FFEBEE;
    background-color: #FFEBEE;
    color: #F44336;
}

.btns-secondary {
    background-color: var(--white);
    color: var(--darkYellow);
}

.btns-04.btns-secondary {
    color: #43A047;
}

.btns-02.btns-secondary {
    color: #ED7E2C;
}

.min-200 {
    min-width: 200px;
}

.btns:hover {
    background-color: #1A1919;
    border: 1px solid #1A1919;
}

#st-1 {
    z-index: 1 !important;
}

.btns.disabled {
    background: gray;
    border: gray;
    opacity: 0.5;
    cursor: not-allowed;
}

/* ======= Header Css Start ======= */
.site-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 16px;
    z-index: 99;
}

.header-inner.border {
    border: 1px solid #EBEBEB;
}

.header-inner {
    background-color: var(--white);
    padding: 15px;
    border-radius: 15px;
    border: 1px solid #EBEBEB;
}

.header-inner ul {
    gap: 32px;
}

.header-inner ul li {
    position: relative;
}

.header-inner ul li .submenu-menu {
    position: absolute;
    top: 100%;
    width: 270px;
    background-color: #fff;
    padding: 37px 15px 15px;
    border-radius: 0 0 8px 8px;
    transform: translate(-15px, 0);
    display: none;
}

.header-inner ul li .submenu-link {
    padding-right: 20px;
}

.header-inner ul li .submenu-link::after {
    content: "\66";
    font-family: "angellinx";
    position: absolute;
    right: 0;
    font-size: 12px;
}



@media only screen and (min-width: 992px) {
    .header-inner ul li:hover .submenu-menu {
        display: block;
    }

    .header-inner ul li ul li:hover ul.extra {
        display: block !important;
        position: absolute;
        left: 100%;
        width: 220px;
        top: -15px;
        background: #fff;
        padding: 15px;
        border-radius: 8px;
    }
}

.header-inner ul li .submenu-menu li:not(:last-child) {
    margin-bottom: 10px;
}

.header-inner ul li ul li:hover ul.extra {
    padding: 15px;
}

.header-inner ul li .submenu-menu li a,
.header-inner .nav-link {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #1A1919;
    text-decoration: none;
}

.header-inner ul li .submenu-menu li a::before {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 22px;
}

.toast.toast-success {
    background-color: darkgreen;
}

.header-inner .yellow-color-menu .nav-link {
    color: #D79C00;
}

.header-inner .pink-color-menu .nav-link {
    color: #C11C84;
}

.header-inner .logo {
    max-width: 240px;
}

.banner-content .banner-title {
    font-weight: 700;
    font-size: 64px;
    line-height: 72px;
    color: #FFFFFF;
    margin-bottom: 24px;
    padding-top: 13px;
}

.header-btn-main {
    gap: 16px;
}

.header-btn-main .btns {
    padding: 9px 23px;
}

.profile-dropdown .dropdown-toggle {
    padding: 0 20px 0 0;
    border: 0;
    background-color: transparent;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #1A1919;
    gap: 8px;
    display: flex;
    align-items: center;
}

.owl-carousel .owl-stage {
    display: flex;
}

.profile-dropdown .dropdown-toggle::before {
    content: "\66";
    font-family: "angellinx";
    position: absolute;
    right: 0;
    font-size: 12px;
}

.profile-dropdown .dropdown-toggle::after {
    display: none;
}

.profile-dropdown .dropdown-toggle img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
}

.header-inner ul.header-right {
    gap: 24px;
}

.header-inner ul.header-right>li>a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    left: 0px;
    top: 0px;
    background: #F7F7F7;
    border-radius: 50%;
    font-size: 20px;
    position: relative;
}


.header-inner ul.header-right>li.active>a {
    background-color: #1A1919;
    color: #fff;
}

.header-inner ul.header-right>li>a .numver {
    position: absolute;
    top: -6px;
    right: -6px;
    background-color: #D79C00;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.header-right>li>a i {
    line-height: 1;
    display: flex;
}

/* ======= Header Css End ======= */


/* ======= Footer Css Start ======= */
.ste-footer {
    background-color: var(--lightGrey);
    padding-top: 72px;
    margin-top: auto;
}

.foot-copyright {
    background-color: var(--lightDarkGery);
    padding: 12px 0;
    margin-top: auto;
}

.copyright p {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: var(--lightBlack);
    margin-bottom: 0;
}

.cms-link li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-decoration-line: underline;
    color: var(--lightBlack);
}

.foot-description {
    padding: 39px 0 27px;
}

.foot-description p {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: var(--grey);
    margin-bottom: 18px;
}

.foot-description p:last-child {
    margin-bottom: 0;
}

.description-inner {
    border-top: 1px solid #EBEBEB;
    padding-top: 24px;
}

.footer-logo a {
    width: 100%;
    max-width: 330px;
    display: flex;
}

.payment-options {
    gap: 15px;
}

.payment-options h4 {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: var(--lightBlack);
}

.footer-widget h5 {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: var(--lightBlack);
    margin-bottom: 6px;
}

.footer-widget ul {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.footer-widget ul li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: var(--grey);
    text-decoration: none;
}

.footer-widget ul li a:hover {
    color: #1A1919;
}

.footer-widget-main {
    margin-bottom: 70px;
    row-gap: 30px;
}

.footer-widget-content {
    width: 100%;
    max-width: 540px;
    margin: 32px 0 40px;
}

.footer-widget-content p {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: var(--grey);
    margin-bottom: 0;
}

.social-media {
    gap: 20px;
}

.social-media span {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: var(--lightBlack);
}

.social-media ul {
    gap: 10px;
}

.social-media ul li a {
    width: 32px;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 1000px;
    color: var(--lightBlack);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 25px;
}

.social-media ul li a:hover {
    background-color: #1A1919;
    color: var(--white);
}

.social-media ul li a i {
    display: flex;
    line-height: 1;
}

/* ======= Footer Css End ======= */


/* ======= Home Css Start ======= */
.banner-section {
    background-color: var(--darkYellow);
    background-image: url(../images/new/banner-1.png), url(../images/new/banner-2.png);
    background-position: left bottom -9px, top right;
    background-repeat: no-repeat;
    padding: 134px 0 59px;
    position: relative;
}

.banner-section::before {
    content: "";
    position: absolute;
    top: -15px;
    left: 131px;
    background: url(../images/new/banner-3.png) no-repeat center center;
    width: 302px;
    height: 152px;
}

.banner-img img {
    max-width: unset;
}

.banner-content p {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: var(--white);
    margin-bottom: 24px;
}

.banner-content .btns {
    background-color: #fff;
    border: 1px solid var(--white);
    color: var(--darkYellow);
    padding: 13px 51px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
    border-radius: 12px;
}

.banner-content .btns:hover {
    background-color: #1A1919;
    border: 1px solid #1A1919;
}

.home-register-section {
    background: var(--lightYellow);
    padding: 80px 0 88px 0;
    position: relative;
    overflow: hidden;
}

.home-register-section .container {
    position: relative;
}

.choose-role-section {
    padding: 160px 0 88px;
}

.watch-works-section::before,
.home-register-section::before {
    content: "";
    position: absolute;
    width: 376.31px;
    height: 188.16px;
    left: 0px;
    bottom: -0.16px;
    background: rgba(237, 126, 44, 0.16);
    border-radius: 240px 240px 0 0;
}

.watch-works-section::before {
    left: unset;
    right: 0;
}

.watch-works-section::after,
.home-register-section::after {
    content: "";
    position: absolute;
    width: 325px;
    height: 325px;
    right: -77px;
    top: -32px;
    background: rgba(215, 156, 0, 0.16);
    border-radius: 50%;
}

.watch-works-section::after {
    left: -77px;
    right: unset;
}

.home-register-head {
    margin-bottom: 48px;
}

.home-register-head h2 {
    text-align: center;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: var(--lightBlack);
    width: 100%;
    max-width: 640px;
    margin: auto;
}

.home-register-head h2 i {
    color: var(--darkYellow);
}

.home-register-section .row {
    --bs-gutter-x: 145px;
}

.watch-works-section {
    background-color: #FDF2EA;
    padding: 96px 0 0;
    margin-bottom: 245px;
    display: inline-flex;
    width: 100%;
    position: relative;
}

.watch-works-section .section-title {
    text-align: center;
    width: 100%;
    max-width: 726px;
    margin: 0 auto 48px;
}


.watch-works-head p {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: var(--grey);
}

.home-register-box {
    text-align: center;
}

.home-register-content h4 {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: var(--lightBlack);
    margin: 34px 0 0;
}

.home-register-content p {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: var(--grey);
    width: 100%;
    max-width: 450px;
    margin: 8px auto 32px;
}

.build-raise-section {
    padding: 101px 0 109px;
}

.section-title {
    text-align: center;
}

.section-title p {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: var(--grey);
    margin: 16px 0 16px;
}

.investor-content .section-title p {
    text-align: left;
    margin: 16px 0 88px;
}

.how-it-work-section {
    padding: 102px 0 74px;
    position: relative;
    overflow: hidden;
}

.how-it-work-section::after {
    content: "";
    width: 1304px;
    height: 1304px;
    background: url(../images/new/earth.png) no-repeat center center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: calc(100% - 425px);
    animation: rotate-animation 50s infinite linear;

}

@keyframes rotate-animation {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.how-it-work-section::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 106px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    z-index: 1;
}

.how-it-work-section .container {
    position: relative;
    z-index: 1;
}

.section-title label {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: var(--lightBlack);
    padding-left: 30px;
    position: relative;
}

.section-title label::before {
    position: absolute;
    color: #D79C00;
    left: 1px;
    font-size: 20px;
    top: 1px;
    font-weight: normal;
}

.section-title h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: var(--lightBlack);
    margin: 14px 0 0;
}

.section-title h6 {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: var(--lightBlack);
    width: 100%;
    max-width: 730px;
    margin: 16px auto 28px;
}

.build-raise-box {
    border: 1px solid #EBEBEB;
    border-radius: 16px;
    overflow: hidden;
    min-height: 100%;
}

.build-raise-main {
    margin-top: 48px;
}

.build-raise-content h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: var(--lightBlack);
}

.build-raise-content {
    padding: 24px;
}

.build-raise-content ul {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.build-raise-content li {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: var(--grey);
    padding-left: 27px;
    position: relative;
}

.build-raise-content li::before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: var(--grey);
    position: absolute;
    left: 10px;
    top: 10px;
    border-radius: 50%;
}


.all-on-main {
    margin: 56px auto 0;
    display: flex;
    flex-direction: column;
    gap: 72px;
    margin-bottom: 56px;
    width: 100%;
    max-width: 997px;
}

.all-on-content h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: var(--lightBlack);
    margin: 40px 0 8px;
}

.all-on-content p {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: var(--grey);
    margin-bottom: 0;
}

.investor-content .btns,
.home-register-box .btns,
.watch-works-section .btns,
.all-on-section .btns {
    min-width: 196px;
}

.pricing-section {
    padding: 110px 0 112px;
}

.pricing-box {
    border: 1px solid #EBEBEB;
    border-radius: 16px;
    min-height: 100%;
    background-color: #fff;
}

.pricing-box>label {
    display: flex;
    background: #F7F7F7;
    padding: 16px 16px 15px 48px;
    font-weight: 700;
    font-size: 20px;
    border-radius: 16px 16px 0 0;
    line-height: 24px;
    color: var(--lightBlack);
    text-transform: capitalize;
    position: relative;
}

.pricing-box>label::before {
    position: absolute;
    left: 15px;
    top: 17px;
    font-size: 23px;
}

.pricing-box>label>span {
    position: absolute;
    top: -18px;
    right: 20px;
    padding: 5px 10px;
    background: #884819;
    border-radius: 8px 0px 8px 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.pricing-box.plan-price-green .pricing-content h3 {
    margin-bottom: 0;
}

.limited-time {
    display: inline-flex;
    padding: 4px 12px;
    background: linear-gradient(90deg, #43A047 0%, #183A1A 100%);
    border-radius: 8px;
    font-style: italic;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 7px;
}

.pricing-box>label>span::before {
    content: "";
    width: 6px;
    height: 18px;
    position: absolute;
    top: 0;
    right: -6px;
    background: url(../images/new/shape.svg) no-repeat center center;
}

.pricing-box.plan-price-green>label {
    color: #fff;
    background: linear-gradient(90deg, #ED7E2C 0%, #D79C00 100%);
}

.pricing-box.plan-price-green {
    border: 1px solid #874819;
}

.pricing-main {
    margin-top: 48px;
}

.pricing-content {
    padding: 16px 16px 32px;
    border-bottom: 1px solid #EBEBEB;
    position: relative;
}

.pricing-content>p {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: var(--grey);
    margin-bottom: 8px;
    min-height: 54px;
}

.pricing-content h3 {
    font-weight: 700;
    font-size: 48px;
    line-height: 62px;
    color: var(--lightBlack);
    margin-bottom: 32px;
}

.usage-list {
    padding: 23px 15px;
}

.usage-list h6 {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: var(--lightBlack);
    margin-bottom: 16px;
}

.usage-list ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.usage-list li {
    font-size: 14px;
    line-height: 18px;
    color: var(--grey);
    padding-left: 27px;
    position: relative;
    list-style: none;
}

.usage-list li::before {
    content: "\67";
    font-family: "angellinx" !important;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
}

.testimonial-section {
    background-color: #F7F7F7;
    padding: 102px 0 103px 0;
    margin: 82px 0 0;
}

.testimonial-section .section-title {
    text-align: left;
    position: relative;
}

.testimonial-section .section-title .custom-nav {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    gap: 16px;
}

.testimonial-section .section-title .custom-nav button {
    width: 32px;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #C0C0C0;
}

.testimonial-section .section-title .custom-nav button:hover {
    color: #000;
}

.testimonial-section .section-title .custom-nav button.preIcon {
    transform: rotate(180deg);
}

.testimonial-slider {
    margin-top: 48px;
}

.investor-section {
    padding: 112px 0;
    background: #fff;
    position: relative;
    z-index: 1;
}

.testimonial-box {
    padding: 24px;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 16px;
    width: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.testimonial-slider .slick-slide {
    float: left;
    padding: 0 12px;
}

.testimonial-slider .slick-prev,
.testimonial-slider .slick-next {
    right: 0;
}

.testimonial-box>p {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: var(--lightBlack);
    padding-top: 31px;
    margin-bottom: 40px;
    position: relative;
}

.testimonial-box>p::before {
    content: "\6c";
    font-family: "angellinx" !important;
    position: absolute;
    top: -7px;
    left: 0;
    display: flex;
    line-height: 1;
    font-size: 37px;
    color: #C0C0C0;
}

.testimonial-profile {
    display: flex;
    align-items: center;
    margin-top: auto;
}

.testimonial-profile .profile-img {
    width: 40px;
}

.testimonial-profile .profile-img img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.testimonial-profile .profile-name {
    width: calc(100% - 40px);
    padding-left: 8px;
}

.testimonial-profile .profile-name img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.testimonial-profile .profile-name h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: var(--lightBlack);
    margin-bottom: 0;
}

.testimonial-profile .profile-name p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: var(--grey);
}

.investorsection-section {
    padding: 20px 0;
}

.investor-content .section-title {
    text-align: left;
}



.investor-content .section-title h2 {
    font-weight: 500;
}

.investor-content .section-title h2 i,
.investor-content .section-title h2 em {
    color: #D79C00;
    font-weight: bold;
}

.video-img-main {
    width: 100%;
    max-width: 856px;
    margin: 0 auto -245px;
    position: relative;
}

.video-img-main i {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 105px;
    cursor: pointer;
}

.faq-section {
    padding: 112px 0;
}

.faq-section-bg {
    background-color: #FDF7E6;
}

.faq-section.faq-sky {
    background: rgba(33, 150, 243, 0.1);
}

.accordion-wrap {
    width: 100%;
    max-width: 856px;
    margin: 48px auto 0;
    border: 1px solid #EBEBEB;
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden;
}

.accordion-wrap .card-accordion {
    border-bottom: 1px solid #EBEBEB;
    padding: 31px 15px;
}

.accordion-wrap .card-accordion:last-child {
    border-bottom: 0;
}

.accordion-wrap .card-accordion>a {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #1A1919;
    text-decoration: none;
    display: flex;
    position: relative;
    padding-right: 35px;
}

.accordion-wrap .card-accordion.open>a::before {
    background-color: var(--lightBlack);
    color: var(--white);
    transform: rotate(182deg);
}

.accordion-wrap .card-accordion>a::before {
    content: "\66";
    font-family: "angellinx";
    position: absolute;
    right: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    line-height: 1;
}

.accordion-wrap .card-accordion.open {
    background-color: #F7F7F7;
}

.flex-card-body {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #767676;
    margin-top: 8px;
}

.get-started-section {
    margin-bottom: 113px;
}

.get-started-main {
    background-color: #FDF7E6;
    border-radius: 16px;
    overflow: hidden;
}

.get-started-img {
    padding: 48px;
    background-color: #D79C00;
    position: relative;
}

.get-started-img img {
    box-shadow: 8px -4px 18px rgba(0, 0, 0, 0.3);
    width: 100%;
}

.get-started-img::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 204px;
    background: linear-gradient(180deg, rgba(215, 156, 0, 0) 0%, #D79C00 74.75%);
}

.get-started-img h4 {
    position: absolute;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 48px;
}

.get-started-content {
    padding: 0 64px;
}

.get-started-content h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: var(--lightBlack);
    margin-bottom: 16px;
}

.get-started-content h2 i {
    color: #D79C00;
}

.get-started-content p {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #767676;
    margin-bottom: 56px;
}

.get-started-btn {
    gap: 32px;
}

.get-started-btn .btns {
    min-width: 199px;
}

/* ======= Home Css End ======= */


/* ======= Auth Css Start ======= */
.auth-section {
    min-height: 100dvh;
    padding: 24px 24px 24px 24px;
}

.auth-form {
    width: 49.11%;
    display: flex;
}

.auth-img {
    width: 49.11%;
    background: #FFF4D5;
    border-radius: 16px;
}

.auth-img-02 {
    background-color: #FDF2EA;
}

.auth-form-inner {
    width: 100%;
    max-width: 520px;
    margin: auto;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding-top: 60px;
}

.login-back {
    position: absolute;
    top: 26px;
    display: flex;
}

.login-back a {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #1A1919;
    text-decoration: none;
    display: flex;
    padding-left: 30px;
    position: relative;
}

.login-back a::before {
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(180deg);
    font-size: 20px;
}

.auth-form-inner .logo {
    max-width: 237px;
}


.cms-top-section h1,
.profile-cover-section h2,
.save-list-main>h2,
.auth-form-inner h1,
.feed-top-section h1,
.explore-title h4,
.live-listing-head h1,
.blogs-title h1,
.campaigns-detail-head h1,
.title-top-section h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #1A1919;
    margin: 23px 0 33px;
}


.cms-top-section h1,
.save-list-main>h2,
.explore-title h4,
.live-listing-head h1,
.blogs-title h1,
.title-top-section h2 {
    margin: 0;
}

.profile-cover-section h2 {
    color: #fff;
    margin: 0;
}

.feed-top-section h1 {
    margin: 0 0 16px;
}

.campaigns-detail-head h1 {
    margin: 0 0 14px;
}

.form-group {
    margin-bottom: 24px;
}

.form-group label {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #1A1919;
    display: flex;
    margin-bottom: 8px;
}

span.error,
.form-group label.error {
    margin-bottom: 0;
    color: red;
    font-weight: normal;
}

.form-group select,
.form-group input,
.form-group textarea {
    width: 100%;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 12px;
    padding: 0 15px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    outline: none;
    outline-color: inherit;
}

.form-group input.dollar {
    padding-left: 40px;
    background: url(../images/new/dollar.svg) no-repeat left 15px center;
}

.form-group input.percentage {
    background: #fff url(../images/new/percentage.svg) no-repeat right 15px center;
}

.form-group input.search-icon {
    background: url(../images/new/tabler-icon-search.svg) no-repeat left 15px center;
    padding: 0 15px 0 44px;
}

.funding-form-section form .btns {
    min-width: 200px;
}

.form-group select {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url(../images/new/select.svg);
    background-position: right 15px center;
    background-repeat: no-repeat;
    color: #C0C0C0;
}

.form-group select option {
    color: black;
}

.form-group select:valid {
    color: black;
}

.form-group textarea {
    display: flex;
    height: 104px;
    padding: 15px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #C0C0C0;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #C0C0C0;
    opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #C0C0C0;
    opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #C0C0C0;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #C0C0C0;
}

input::placeholder,
textarea::placeholder {
    color: #C0C0C0;
}

.forgot-link a {
    display: flex;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #D79C00 !important;
    margin-bottom: 32px;
}


.an-account p {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #767676;
    margin-bottom: 0;
}

.an-account p a {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #1A1919;
    text-decoration: none;
}

.an-account {
    margin-top: 24px;
}

.type-investor>h5 {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #1A1919;
}

.type-radio-main {
    row-gap: 16px;
    margin-bottom: 24px;
}

.type-radio-main label {
    position: relative;
}

.type-radio-main label input {
    position: absolute;
    display: none;
}

.type-radio {
    padding: 13px 16px 13px 71px;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 12px;
}

input:checked+.type-radio {
    background-color: #F7F7F7;
}

.type-radio::before {
    content: "";
    border: 2px solid #767676;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 18px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
}

input:checked+.type-radio::after {
    content: "";
    width: 8px;
    height: 8px;
    background: #1A1919;
    position: absolute;
    top: 0;
    right: 22px;
    border-radius: 50%;
    bottom: 0;
    margin: auto;
}

input:checked+.type-radio::before {
    border: 2px solid #000;
}

.type-radio h5 {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #1A1919;
    margin-bottom: 2px;
}

.type-radio p {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #767676;
    margin-bottom: 0;
}

.type-radio h5::before {
    position: absolute;
    left: 16px;
    top: 16px;
    color: #D79C00;
    font-size: 39px;
}

.input-icon {
    position: relative;
}

.input-icon .icon {
    position: absolute;
    right: 15px;
    top: 16px;
    font-size: 18px;
    padding: 0;
    border: 0;
    display: flex;
    align-items: center;
    background-color: transparent;
    color: #000;
}

/* ======= Auth Css End ======= */


.page-top-section {
    background-color: #D79C00;
    padding: 152px 0 64px;
    position: relative;
    overflow: hidden;
}

.page-top-section.black-bg {
    background-color: #1A1919;
}

.page-top-section.sky-bg {
    background-color: #2196F3;
}

.page-top-section.orange-bg {
    background-color: #ED7E2C;
}

.plan-bg {
    background-color: #FDF7E6;
}

.page-top-section::before {
    content: "";
    position: absolute;
    width: 325px;
    height: 325px;
    left: -125px;
    top: -93px;
    background: rgba(255, 255, 255, 0.16);
    border-radius: 50%;
}

.page-top-section.round-design::before,
.page-top-section.round-design::after {
    width: 719px;
    height: 720px;
    left: -406px;
    top: -360px;
    background: rgba(255, 255, 255, 0.16);
    transform: rotate(180deg);
}

.page-top-section.round-design::after {
    left: unset;
    right: -406px;
}

.page-top-section.partners-top::before {
    top: unset;
    bottom: -93px;
}

.video-details-inner iframe {
    width: 100%;
    height: 388px;
    display: block;
    border-radius: 10px;
    margin-bottom: 56px;
}

.page-top-section::after {
    content: "";
    position: absolute;
    width: 376.31px;
    height: 376.31px;
    right: -97px;
    bottom: -188.16px;
    background: rgba(255, 255, 255, 0.16);
    border-radius: 50%;
}

.page-top-section.partners-top::after {
    top: -188.16px;
    bottom: unset;
}

.funding-top-section::before,
.funding-top-section::after {
    display: none;
}

.page-top-section p {
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}

.page-top-title h1 {
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 16px;
}

.search-box-main {
    width: 100%;
    max-width: 636px;
    margin: auto;
    position: relative;
}

.search-box-main label {
    display: flex;
    position: relative;
}

.search-box-main label::before {
    position: absolute;
    left: 16px;
    top: 15px;
    font-size: 20px;
}

.search-box-main input {
    width: 100%;
    height: 48px;
    background: #FFFFFF;
    border-radius: 12px;
    border: 0;
    outline: none;
    outline-color: inherit;
    padding: 0 15px 0 45px;
}

.search-icon-btn {
    background: transparent;
    padding: 0;
    display: flex;
    line-height: 1;
    border: 0;
    font-size: 20px;
    position: absolute;
    top: 15px;
    left: 15px;
}

.campaigns-list {
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    box-shadow: 0px 4px 20px rgba(26, 25, 25, 0.08);
    border-radius: 12px;
    overflow: hidden;
    min-height: 100%;
    position: relative;
}

.mynetwork-box {
    position: relative;
}

.view-pitch::before,
.mynetwork-box .btns::before,
.campaigns-list .btns::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.campaigns-list .btns.verify-pitch::before,
.campaigns-list .btns.edit-btn::before {
    display: none;
}

.campaigns-list .btns.verify-pitch,
.campaigns-list .delete-icon,
.campaigns-list .btns.edit-btn {
    position: relative;
    z-index: 9;
}

.campaigns-list.border-add {
    border: 1px solid #874819;
}

.drafted-tag {
    background: #767676;
    color: #fff;
    padding: 5px 15px;
    border-radius: 20px;
}

.campaigns-list-main {
    gap: 40px;
}

.campaigns-list-head {
    padding: 12px 11px 13px;
    gap: 8px;
    background: #FDF7E6;
    min-height: 49px;
}

.funds-list-main .campaigns-list-head {
    background-color: #FDF2EA;
}

.team-list-main .campaigns-list-head {
    background-color: #F7F7F7;
}

.campaigns-img {
    width: 104px;
    height: 104px;
    margin-top: -33px;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
}

.campaigns-img img {
    border-radius: 8px;
    width: 104px;
    height: 104px;
    object-fit: cover;
}

.campaigns-list-section {
    padding: 56px 0;
}

.filter_box>h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #1A1919;
    margin: 0;
    padding-left: 32px;
    position: relative;
    width: 126px;
}

.filter_box>h4::before {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 24px;
}

.filter_box form {
    width: calc(100% - 126px);
    gap: 16px;
}

.filter_box form.w-full {
    width: 100%;
    max-width: 500px;
}

.filter_box form.w-full .filter-select {
    width: calc(100% - 119px);
}

.filter-select select {
    height: 48px;
    width: 100%;
    background: #FFFFFF url(../images/new/chevron-down.svg) no-repeat right 10px center;
    border: 1px solid #EBEBEB;
    border-radius: 12px;
    outline: none;
    outline-color: inherit;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #767676;
    padding: 0 45px 0 15px;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.filter-select {
    width: 16%;
}

.explore-title {
    margin: 56px 0 40px;
}

.campaigns-list-head .btn-save {
    padding: 0;
    border: 0;
    border-radius: 0;
    display: flex;
    line-height: 1;
    font-size: 24px;
    position: relative;
    z-index: 9;
}

.campaigns-list-head .btn-save i {
    display: flex;
    line-height: 1;
}

.campaigns-list-head .btn-save i.icon-icon-26 {
    color: var(--darkYellow);
}

.campaigns-name {
    width: calc(100% - 104px);
}

.campaigns-img-main {
    padding: 0 16px 15px;
    border-bottom: 1px solid #EBEBEB;
}

.campaigns-name {
    padding: 14px 0 0 16px;
}

.campaigns-name h5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #1A1919;
}

/* .campaigns-name p {
    color: blue;
} */

.campaigns-name h5 a {
    text-decoration: none;
    color: #1A1919;
}

.max-target label {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    color: #767676;
}

.max-target h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #1A1919;
    margin-bottom: 0;
}

.industry-tag {
    display: inline-flex;
    padding: 4px 12px;
    background: #FDF2EA;
    border-radius: 101.199px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    color: #ED7E2C;
    margin-bottom: 18px;
}

.campaigns-more-details {
    padding: 15px;
}

.campaigns-details {
    gap: 60px;
}

.feed-profile-name p,
.campaigns-detail p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #1A1919;
    padding-left: 32px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.campaigns-detail p {
    min-height: 21px;
}

.feed-profile-name p::before,
.campaigns-detail p::before {
    position: absolute;
    left: 0;
    top: -2px;
    font-size: 24px;
    color: #767676;
}

.campaigns-detail label {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    color: #767676;
    margin-bottom: 5px;
}

.campaigns-detail b {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
    color: #1A1919;
}

.campaigns-detail a {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #1A1919;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.campaigns-detail a img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
}

.view-details-btn .btns {
    min-width: 185px;
    padding: 9px;
}

.view-details-btn {
    margin-left: auto;
    align-self: center;
}

.verified-tag span {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 4px 12px;
    background: rgba(33, 150, 243, 0.1);
    border-radius: 100px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    color: #2196F3;
}

.verified-tag.purple-tag span {
    color: purple;
    background: #fbcdfb;
}

.verified-tag.new-tag span {
    background: linear-gradient(90deg, #ED7E2C 0%, #D79C00 100%);
    color: #fff;
    border: 1px solid #874819;
}

.live-listing-section {
    padding: 120px 0 40px;
}



.live-listing-head a {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #D79C00;
}

.live-listing-box-main {
    margin: 25px 0 0;
}

.live-listing-box {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.live-listing-box a {
    text-decoration: none;
}

.live-listing-box img {
    width: 90%;
    margin: auto;
}

.live-listing-box .d-flex {
    margin-top: auto;
}

.live-listing-box p {
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #1A1919;
    margin: 32px 0 16px;
}

.live-listing-box-main .row {
    --bs-gutter-x: 40px;
}

.live-listing-box .btns {
    min-width: 227px;
}

.contact-top,
.terms-top {
    min-height: 360px;
    display: flex;
    align-items: center;
}

.contact-top p,
.terms-top p {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

.terms-top p {
    max-width: 900px;
}

.contact-us-section {
    padding: 72px 0 65px;
}

.contact-us-section .form-group {
    margin-bottom: 32px;
}

.contact-checkbox {
    margin-bottom: 30px;
}

.contact-checkbox label {
    position: relative;
}

.contact-checkbox label input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.contact-checkbox label span {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #1A1919;
    padding-left: 25px;
    position: relative;
}

.contact-checkbox label span::before {
    content: "";
    border: 2px solid #1A1919;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 0;
}

.contact-checkbox label input:checked+span::before {
    content: "\47";
    font-family: "angellinx" !important;
}

.blogs-title {
    background: #FDF7E6;
    padding: 136px 0 184px;
    margin-bottom: -160px;
}



.blog-list-section .blog-box {
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    box-shadow: 0px 4px 20px rgba(26, 25, 25, 0.08);
    border-radius: 12px;
    overflow: hidden;
    min-height: 100%;
}

.blog-list-img a {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 24.7% 25%;
}

.blog-list-img a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-list-section .row {
    --bs-gutter-x: 40px;
    row-gap: 40px;
}

.blog-list-content {
    padding: 16px 16px 11px;
    position: relative;
}

.blog-list-content .view-blog {
    position: absolute;
    right: 15px;
    bottom: 18px;
    width: 32px;
    height: 32px;
    background: #EBEBEB;
    border-radius: 8px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    color: #1A1919;
    font-size: 20px;
}

.blog-list-content .view-blog i {
    display: flex;
    line-height: 1;
}

.blog-list-content h5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
    color: #1A1919;
    margin-bottom: 16px;
}

.blog-list-content h5 a {
    color: #1A1919;
    text-decoration: none;
}

.blog-name-date p,
.blog-list-content p {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    color: #1A1919;
    margin-bottom: 0;
}

.blog-name-date span,
.blog-list-content span {
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    text-transform: capitalize;
    color: #767676;
    display: flex;
}

.blog-list-section {
    padding-bottom: 60px;
}

.campaigns-details-section {
    padding: 120px 0 70px;
}

.partners-top {
    min-height: 360px;
}

.partners-top .page-top-title h1 {
    width: 100%;
    max-width: 690px;
    margin: 0 auto 16px;
}

.partners-top .page-top-title p {
    width: 100%;
    max-width: 760px;
    margin: auto;
}

.partners-listing-section {
    padding: 48px 0;
}

.partners-listing table {
    width: 100%;
}

.partners-listing table thead tr th {
    padding: 16px;
    background: #E9F4FE;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #1A1919;
    white-space: nowrap;
}

.partners-listing table thead tr th:first-child {
    border-radius: 8px 0 0 8px;
}

.partners-listing table thead tr th:last-child {
    border-radius: 0 8px 8px 0;
}

.partners-listing table tbody tr td {
    padding: 24px 16px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    color: #1A1919;
    border-bottom: 1px solid #EBEBEB;
}

.partners-listing table tbody tr td h3 {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    color: #1A1919;
    margin-bottom: 2px;
}

.partners-listing table tbody tr td h5 {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    text-transform: capitalize;
    color: #767676;
}

.partners-listing table tbody tr td .site-logo a {
    display: flex;
    width: 104px;
    height: 104px;
    border: 1px solid #EBEBEB;
    border-radius: 8px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.partners-listing table tbody tr td p {
    margin: 0;
}

.score-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px;
    width: 72px;
    height: 72px;
    background: #F8DC0A;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #1A1919;
    gap: 4px;
}

.score-box::before {
    font-size: 24px;
}

.partners-listing table tbody tr td .btns {
    color: #1A1919;
    border: 1px solid #1A1919;
    padding: 9px 23px;
    white-space: nowrap;
}

.partners-listing table tbody tr td .btns:hover {
    color: #fff;
}

.list-back-btn {
    margin-bottom: 24px;
}

.list-back-btn a {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #1A1919;
    text-decoration: none;
    display: inline-flex;
    padding-left: 33px;
    position: relative;
}

.list-back-btn a::before {
    position: absolute;
    left: 2px;
    top: 0;
    transform: rotate(180deg);
    font-size: 20px;
}


.campaigns-detail-head p {
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    text-transform: capitalize;
    color: #1A1919;
    padding-left: 33px;
    margin-bottom: 0;
    position: relative;
}

.campaigns-detail-head p::before {
    position: absolute;
    left: 0;
    color: #767676;
    font-size: 24px;
    line-height: 1;
    display: flex;
    top: -2px;
}

.campaigns-detail-head {
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 16px;
    margin-bottom: 56px;
}

.target-box-main {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(26, 25, 25, 0.08);
    border-radius: 12px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    position: sticky;
    top: 110px;
}

.campaigns-detail-img img {
    width: 100%;
}

.target-box-inner {
    padding: 16px;
    background: #FDF7E6;
    border-radius: 12px;
    position: relative;
}

.target-box-inner::before {
    position: absolute;
    right: 15px;
    top: 16px;
    color: #ED7E2C;
    font-size: 56px;
}

.bg-color-new {
    background-color: #FDF2EA;
}

.target-box-inner label {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
    color: #767676;
    margin-bottom: 8px;
}

.target-box-inner h5 {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: #1A1919;
    margin-bottom: 0;
}

.target-box-inner h5 a {
    text-decoration: none;
    color: #1A1919;
}

.verified-industry {}

.campaigns-list-box {
    border: 1px solid #EBEBEB;
    border-radius: 12px;
    padding: 12px 15px;
    gap: 20px;
    overflow: hidden;
}

.campaigns-detail-profile .col-lg-3 {
    width: 51%;
}

.campaigns-detail-profile .col-lg-4 {
    width: 49%;
}

.verified-industry {
    gap: 15px;
    margin-bottom: 24px;
}

.campaign-list {
    position: relative;
}

.campaign-list label {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    color: #767676;
    margin-bottom: 8px;
    display: inline-flex;
}

.campaign-list h5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
    color: #1A1919;
    margin-bottom: 0;
}

.campaign-list h5 a {
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #1A1919;
    text-decoration: none;
    gap: 8px;
}

.campaign-list h5 a img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
}

.connect-link-main {
    margin-top: 10px;
}

.connect-link-main a {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #D79C00;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.connect-link-main a::before {
    font-size: 24px;
}

.website-link a {
    display: inline-flex;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #1A1919;
    padding-left: 28px;
    text-decoration: none;
    position: relative;
    word-break: break-all;
}

.website-link a::before {
    position: absolute;
    left: 0;
    top: 2px;
    color: #767676;
    font-size: 20px;
}



.plan-top-section {
    min-height: 360px;
    background: linear-gradient(270deg, #ED7E2C 0%, #D79C00 100%);
}

.usage-list br {
    display: none;
}

.funds-list-main .row {
    row-gap: 40px;
    --bs-gutter-x: 40px;
}

.funds-list-main .campaigns-detail:first-child {
    width: calc(100% + 30px);
    border-bottom: 1px solid #EBEBEB;
    margin: 0 -15px;
    padding: 0 15px 15px;
}

.funds-list-main .campaigns-img-main {
    border-bottom: 0;
    padding-bottom: 0;
}

.funds-list-main .campaigns-details {
    row-gap: 16px;
    column-gap: 0;
}

.funds-list-main .campaigns-detail {
    width: 50%;
}

.funds-list-main .view-details-btn .btns {
    min-width: 135px;
}

.campaigns-detail p.description-line-two {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 42px;
}

.share-icon .st-btn img,
.share-icon .st-btn .st-label {
    display: none !important;
}

.favorites-icon a,
.share-icon #st-1 .st-btn {
    width: 48px;
    height: 48px;
    border: 1px solid #EBEBEB;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-color: transparent !important;
    border-radius: 50%;
    position: relative;
    font-size: 24px;
}

.share-icon #st-1 .st-btn::before {
    content: "\4d";
    font-family: "angellinx" !important;
}

.favorites-icon a {
    text-decoration: none;
    color: #1A1919;
    font-size: 20px;
}

.favorites-icon a .icon-icon-26 {
    color: #D79C00;
}

.favorites-icon a i {
    display: flex;
    line-height: 1;
}

.favorites-share {
    gap: 32px;
}

.details-inners {
    margin-top: 100px;
}

.details-inner-list .more-content {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #767676;
}

.details-inner-list h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #1A1919;
    margin-bottom: 16px;
}

.campaigns-detail-img {
    padding-right: 48px;
}

.campaigns-detail-img-inner {
    position: relative;
    padding: 50%;
}

.campaigns-detail-img-inner img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.details-inner-list:not(:last-child) {
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 55px;
    margin-bottom: 55px;
}

.view-all-fund a {
    background-color: #F7F7F7;
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #1A1919;
    text-decoration: none;
    padding: 18px 15px;
    margin: 0 -15px -12px;
    gap: 8px;
}

.view-all-fund a .icon {
    display: flex;
    line-height: 1;
    font-size: 24px;
}

.funding-top-section h1 {
    color: #000;
}

.funding-top-section p {
    color: #1A1919;
}

.funding-top-section {
    padding: 136px 0 128px;
}

.funding-form-section form {
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    box-shadow: 0px 4px 20px rgba(26, 25, 25, 0.08);
    border-radius: 12px;
    width: 100%;
    max-width: 856px;
    margin: auto;
    padding: 47px;
}

.funding-form-section {
    margin-top: -104px;
    position: relative;
    padding-bottom: 104px;
}

.funding-form-section form .form-group {
    margin-bottom: 32px;
}

.currency-main {
    position: relative;
}

.currency-main select {
    width: 74px;
    border-radius: 12px 0 0 12px;
    position: absolute;
}

.form-group .currency-main input {
    padding-left: 90px;
}

.verify-top-section .container,
.funding-top-section .container {
    position: relative;
}

.verify-top-section .list-back-btn,
.funding-top-section .list-back-btn {
    position: absolute;
    top: -16px;
    margin: 0;
}

.verify-top-section .list-back-btn {
    top: -32px;
}

.verify-top-section .list-back-btn a {
    color: #fff;
}

.modal-content {
    border: 0;
    border-radius: 16px;
}

.modal-backdrop.show {
    opacity: 50%;
}

.modal-header {
    padding: 24px 75px 24px 24px;
}

.modal-header h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #1A1919;
}

.campaigns-detail-head .share-icon,
.campaigns-detail-head .favorites-icon {
    display: flex;
    gap: 16px;
    align-items: center;
}

.campaigns-detail-head .share-icon span,
.campaigns-detail-head .favorites-icon span {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #1A1919;
}

#ShowVideo .modal-body .close,
.modal-header .close {
    position: absolute;
    right: 24px;
    border: 0;
    width: 32px;
    height: 32px;
    background: #1A1919;
    color: #fff;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#ShowVideo .modal-body .close {
    right: -15px;
    top: -15px;
}

.modal-dialog {
    max-width: 636px;
}

.modal-body {
    padding: 32px;
}

#ShowVideo .modal-body {
    padding: 0;
}

#ShowVideo .modal-body iframe {
    border-radius: 16px;
    display: flex;
}

.fund-icon {
    height: 64px;
    margin-bottom: 24px;
}

.fund-icon .icon {
    font-size: 64px;
    display: flex;
    line-height: 1;
    color: #ED7E2C;
}

#quickApply input[type="submit"] {
    min-width: 200px;
}

.title-top-section {
    padding: 128px 0 16px;
}



.mynetwork-box {
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    box-shadow: 0px 4px 20px rgba(26, 25, 25, 0.08);
    border-radius: 12px;
    padding: 15px;
    min-height: 100%;
    position: relative;
}

.search-entrepreneurs .mynetwork-profile {
    width: 60px;
}

.search-entrepreneurs .mynetwork-profile img {
    width: 60px;
    height: 60px;
}

.search-entrepreneurs .mynetwork-name {
    width: calc(100% - 60px);
}

.full-screen-view::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.mynetwork-profile {
    width: 104px;
}

.mynetwork-name {
    width: calc(100% - 104px);
    padding-left: 16px;
}

.mynetwork-profile img {
    width: 100%;
    height: 104px;
    border-radius: 50%;
    object-fit: cover;
}

.mynetwork-section .row {
    row-gap: 1.5rem;
}

.mynetwork-name h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #1A1919;
    margin-bottom: 8px;
    word-break: break-all;
}

.mynetwork-name>span {
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    text-transform: capitalize;
    color: #1A1919;
    display: flex;
    position: relative;
    padding-left: 31px;
    margin-bottom: 1px;
}

.mynetwork-name>span::before {
    position: absolute;
    left: 0;
    top: -1px;
    font-size: 24px;
    color: #767676;
    line-height: 1;
    display: flex;
}

.title-top-section form {
    margin-top: 32px;
}

.investment-level label {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    color: #767676;
    display: flex;
}

.investment-level h5 {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    color: #1A1919;
    margin: 4px 0 0;
}

.investment-level {
    padding: 16px 0 16px;
    border-bottom: 1px solid #EBEBEB;
    margin-bottom: 16px;
}

.mynetwork-box p {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    color: #1A1919;
}

.mynetwork-box a.btns {
    padding: 9px;
}

.mynetwork-box .view-details {
    margin-top: auto;
}

.feed-top-section {
    background-color: #FDF7E6;
    padding: 136px 0 144px;
}


.feed-top-section p {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #1A1919;
    margin-bottom: 0;
}

.feed-profile-main {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(26, 25, 25, 0.08);
    border-radius: 16px;
    padding: 24px;
    row-gap: 24px;
    margin-bottom: 40px;
}

.feed-post-content a {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #1A1919;
}

.feed-data-section {
    margin-top: -112px;
    padding-bottom: 70px;
}

.post_content_conatiner {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #1A1919;
}

.profile-img {
    width: 112px;
}

.profile-img img {
    width: 112px;
    height: 112px;
    border-radius: 50%;
    object-fit: cover;
    background-color: #ccc;
}

.feed-profile-name {
    padding-left: 24px;
}

.feed-profile-name h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    color: #1A1919;
}

.invest_level {
    background: #FDF2EA;
    border-radius: 12px;
    padding: 12px;
}

.accordion-side-bar .accordion-item {
    padding: 15px;
    border-radius: 16px;
    gap: 8px;
    border: 1px solid #EBEBEB;
    margin-bottom: 0;
}

.accordion-side-bar .accordion-item.open-item {
    background-color: #F7F7F7;
    border: 1px solid transparent;
}

.accordion-side-bar .accordion-button {
    display: flex;
    align-items: center;
    gap: 16px;
}

.accordion-side-bar .accordion-button::before {
    position: absolute;
    right: 0;
}

.accordion-side-bar .accordion-button[aria-expanded="true"]::before {
    transform: rotate(180deg);
}

.accordion-side-bar .accordion-button img {
    width: 48px;
    height: 48px;
    border: 1px solid #F7F7F7;
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: contain;
    padding: 5px;
}

.accordion-side-bar .accordion-button p {
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    text-transform: capitalize;
    color: #1A1919;
    margin-bottom: 0;
}

.invest_level_main {
    gap: 24px;
}

.invest_level p {
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #767676;
}

.invest_level span {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
    color: #1A1919;
}

.accordion-side-bar .accordion-body {
    padding-top: 16px;
}

.accordion-side-bar .accordion-body h2 {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #1A1919;
    margin-bottom: 16px;
}

.accordion-side-bar .accordion-body p {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #767676;
}

.accordion-side-bar .accordion-body .btns {
    padding: 9px 23px;
    background-color: transparent;
}

.accordion-side-bar {
    gap: 16px;
    padding-right: 49px;
}

.feed-post-list {
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    box-shadow: 0px 4px 20px rgba(26, 25, 25, 0.08);
    border-radius: 12px;
    overflow: hidden;
}

.feed-post-main {
    gap: 32px;
}

.verify-top-section {
    min-height: 360px;
}

.verify-content {
    width: 100%;
    max-width: 856px;
    margin: auto;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(26, 25, 25, 0.08);
    border-radius: 16px;
    padding: 56px 56px 45px;
}

.verify-content-section {
    margin-top: -128px;
    position: relative;
    padding-bottom: 49px;
}

.verify-content h1 {
    font-weight: 700;
    font-size: 48px;
    line-height: 62px;
    text-align: center;
    color: #1A1919;
    margin-bottom: 32px;
}

.verify-content p {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #1A1919;
    margin-bottom: 27px;
}

.verify-content ul {
    margin: 32px 0;
    gap: 24px;
}

.verify-content li {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #1A1919;
    position: relative;
    padding-left: 32px;
}

.verify-content li::before {
    content: "\52";
    font-family: "angellinx" !important;
    position: absolute;
    top: 0;
    left: 0;
    color: #43A047;
    font-size: 24px;
}

.verify-content .btns {
    background-color: #2196F3;
    border: 1px solid #2196F3;
}

.edit-profile-top {
    min-height: 360px;
    padding: 136px 0 0;
}

.edit-profile-top .list-back-btn a {
    color: #fff;
}

.edit-profile {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(26, 25, 25, 0.08);
    border-radius: 16px;
    overflow: hidden;
}

.edit-profile>h2 {
    text-align: center;
    background: #F7F7F7;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #1A1919;
    padding: 24px;
    margin-bottom: 0;
}

.edit-profile-section {
    margin-top: -160px;
    position: relative;
    padding-bottom: 70px;
}

.edit-profile form {
    padding: 46px;
    width: 100%;
    max-width: 850px;
    margin: auto;
}

.uploading-section {
    width: 164px;
    height: 164px;
    margin: 0 auto 38px;
    background: #FFFFFF;
    border: 2px dashed #C0C0C0;
    border-radius: 1000px;
    position: relative;
}

.camer-button button {
    position: absolute;
    width: 48px;
    height: 48px;
    right: -16px;
    bottom: -16px;
    background: #051828;
    color: #fff;
    border: 4px solid #FFFFFF;
    border-radius: 1000px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.uploading-section img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.edit-profile .form-group {
    margin-bottom: 32px;
}

.save-list-section {
    padding: 136px 0 104px;
}

.save-list-main ul {
    margin: 22px 0 40px;
    border-bottom: 1px solid #E4E3E0;
    gap: 36px;
}

.save-list-main ul li button {
    background-color: transparent;
    border: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #767676;
    padding: 2px 41px 11px;
    position: relative;
}

.save-list-main ul li button[aria-selected="true"] {
    color: #D79C00;
    font-weight: 600;
}

.save-list-main ul li button[aria-selected="true"]::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 4px;
    background: #D79C00;
    border-radius: 4px 4px 0px 0px;
}

.campaign-list-main .campaigns-list-head {
    background: #FDF7E6;
}

.feed-post-head .dropdown-toggle {
    font-size: 20px;
    margin-left: 15px;
    color: #000;
}

.feed-post-head .dropdown-toggle::after {
    display: none;
}

.feed-post-head .featured-post {
    display: inline-flex;
    margin-left: auto;
    padding: 4px 12px;
    background: linear-gradient(90deg, #ED7E2C 0%, #D79C00 100%);
    border-radius: 100px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    color: #FFFFFF;
}

.feed-post-head .dropdown-menu,
.profile-dropdown .dropdown-menu {
    width: 203px;
    background: #FFFFFF;
    box-shadow: 0px 2px 12px rgba(26, 25, 25, 0.12);
    border-radius: 8px;
    border: 0;
    margin-top: 26px !important;
    right: -17px !important;
    padding: 8px;
}

.feed-post-head .dropdown-menu li a,
.profile-dropdown .dropdown-menu li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #1A1919;
    text-decoration: none;
    display: flex;
    position: relative;
    padding: 8px 8px 8px 33px;
    border-radius: 8px;
}


.feed-post-head .dropdown-menu li a::before,
.profile-dropdown .dropdown-menu li a::before {
    position: absolute;
    left: 7px;
    top: 9px;
    font-size: 18px;
    line-height: 1;
}


.profile-dropdown .dropdown-menu li a.active {
    background-color: #F7F7F7;
}

.profile-dropdown .dropdown-menu li:last-child a {
    color: #EF5350;
}

.post-share-box textarea {
    width: 100%;
    height: 72px;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    box-shadow: 0px 4px 20px rgba(26, 25, 25, 0.08);
    border-radius: 12px;
    outline: none;
    outline-color: inherit;
    display: flex;
    padding: 23px 255px 23px 16px;
}

.share-box-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    gap: 24px;
}

.share-box-btn .btns {
    padding: 9px 23px;
}

.post-share-form {
    margin-bottom: 32px;
    position: relative;
}

.form-btn button {
    background-color: transparent;
    padding: 0;
    border: 0;
    display: flex;
    line-height: 1;
    font-size: 24px;
}

.feed-post-head {
    padding: 16px;
    background: #F7F7F7;
    border-bottom: 1px solid #EBEBEB;
}

.feed-post-head>span {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    color: #767676;
}

.post-profile {
    width: 48px;
    height: 48px;
}

.post-profile a {
    display: flex;
}

.post-profile a img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.post-profile-name {
    padding-left: 16px;
}

.post-profile-name p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    color: #767676;
}

.post-profile-name h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    color: #1A1919;
    margin-bottom: 2px;
}

.feed-post-content {
    padding: 16px;
}

.share-images-box img,
.share-images-box iframe {
    width: 100%;
    height: 394px;
    border-radius: 8px;
    object-fit: cover;
}

.share-images-box img {
    height: auto;
}

#load-data {
    margin-top: 32px;
}

.title-top-section .filter-select {
    width: 230px;
}

.title-top-section .filter_box>h4 {
    width: auto;
}

.title-top-section .filter_box {
    gap: 32px
}

.mynetwork-section .view-details .row {
    --bs-gutter-x: 32px;
}


.pagination-main div:first-child {
    display: none;
}

.pagination-main div:last-child span {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4px;
    box-shadow: unset !important;
}

.pagination .page-link,
.pagination-main div:last-child span a,
.pagination-main div:last-child span span[aria-current="page"] span,
.pagination-main div:last-child span[aria-disabled="true"] span {
    width: 40px;
    height: 40px;
    border-radius: 12px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #767676;
    padding: 0 !important;
    text-decoration: none;
    border: 0 !important;
    background-color: #fff;
    outline: none;
    box-shadow: unset;
}


.pagination .active .page-link,
.pagination-main div:last-child span span[aria-current="page"] span {
    background-color: #1A1919 !important;
    color: #fff;
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link,
.pagination-main div:last-child span[aria-disabled="true"] span {
    padding: 7px !important;
    border: 1px solid #EBEBEB !important;
    color: #C0C0C0;
    background-color: #F7F7F7;
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
    font-size: 0;
}

.pagination .page-item:first-child .page-link::before,
.pagination .page-item:last-child .page-link::before {
    font-family: "angellinx";
    font-size: 20px;
}

.pagination .page-item:first-child .page-link::before {
    content: "\25";
}

.pagination .page-item:last-child .page-link::before {
    content: "\26";
}

.pagination-main div:last-child span a[rel="prev"],
.pagination-main div:last-child span a[rel="next"] {
    padding: 7px !important;
    border: 1px solid #1A1919 !important;
    color: #1A1919;
}

.pagination .page-item:first-child,
.pagination-main div:last-child span[aria-disabled="true"]:first-child,
.pagination-main div:last-child span a[rel="prev"] {
    margin-right: 30px;
}

.pagination .page-item:last-child,
.pagination-main div:last-child span[aria-disabled="true"]:last-child,
.pagination-main div:last-child span a[rel="next"] {
    margin-left: 30px;
}

.mynetwork-section {
    padding-bottom: 70px;
}

.profile-cover-section {
    height: 460px;
    background: #ED7E2C url(../images/new/entrepreneur-bg.png) no-repeat bottom center;
    padding: 136px 0 0;
}

.profile-cover-section::before {
    content: "";
    position: absolute;
    width: 325px;
    height: 325px;
    left: -125px;
    top: -93px;
    background: rgba(255, 255, 255, 0.16);
    border-radius: 50%;

}

.investors-bg {
    background: #D79C00 url(../images/new/investors-bg.png) no-repeat bottom center;
}

.view-profile-details {
    margin-top: -106px;
}

.view-profile-img img {
    width: 212px;
    height: 212px;
    border: 8px solid #FFFFFF;
    background-color: #fff;
    border-radius: 1000px;
    object-fit: cover;
    margin-left: -8px;
}

.view-profile-details h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #1A1919;
    margin: 16px 0 13px;
}

.view-profile-details p.icon {
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    text-transform: capitalize;
    color: #1A1919;
    padding-left: 32px;
    margin-bottom: 14px;
}

.view-profile-details p.icon::before {
    position: absolute;
    left: 0;
    top: -1px;
    color: #767676;
    font-size: 24px;
}

.my-funds-btns .delete-icon {
    margin-right: auto;
    text-decoration: none;
    display: flex;
    line-height: 1;
    color: #F44336;
    font-size: 24px;
}

.my-funds-section {
    margin-top: 32px;
}


.create-campaign-btn>.btns,
.btns-05 {
    display: flex;
    gap: 10px;
}

.create-campaign-btn>.btns i,
.btns-05 i {
    font-size: 18px;
    line-height: 1;
    display: flex;
}

.new-fund-top-sec {
    min-height: 360px;
    padding: 152px 0 110px;
}

.new-fund-section {
    margin-top: -88px;
}

.status-tag span {
    display: inline-flex;
    display: flex;
    padding: 4px 12px;
    background: #767676;
    border-radius: 101.199px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    color: #FFFFFF;
}

.border-tags {
    color: #ED7E2C;
    border: 1px solid #ED7E2C;
    border-radius: 50px;
    padding: 3px 10px;
    display: inline-flex;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    margin-top: 1px;
}

.border-tags.pink-tag {
    color: #f58498;
    border: 1px solid #f58498;
}

.border-tags.blue-tag {
    color: blue;
    border: 1px solid blue;
}

.border-tags.green-tag {
    color: green;
    border: 1px solid green;
}

.view-profile-details .invest_level_main {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.view-profile-details .invest_level p {
    font-size: 18px;
    margin-bottom: 11px;
}

.view-profile-details .invest_level {
    padding: 19px 17px 13px;
}

.view-profile-details .invest_level span {
    font-size: 24px;
}

.connection-requests p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #767676;
    margin: 24px 0;
}

.connection-requests p span.color-green {
    color: green;
    font-weight: bold;
}

.email-address label {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #767676;
    margin-bottom: 2px;
}

.email-address b {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #1A1919;
}

.profile-email-address {
    margin-top: 40px;
}

.email-address:not(:last-child) {
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 14px;
    margin-bottom: 16px;
}

.edit-address-link a {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #D79C00;
    position: relative;
    display: inline-flex;
    padding-left: 25px;
    text-decoration: none;
    margin-top: 8px;
}

.edit-address-link a::before {
    position: absolute;
    left: 0;
    font-size: 20px;
}



.tab-link ul {
    border-bottom: 1px solid #E4E3E0;
    margin-bottom: 32px;
    overflow-x: auto;
    overflow-y: hidden;
}

.tab-link ul li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #767676;
    text-decoration: none;
    display: flex;
    padding: 0 51px 11px;
    position: relative;
    white-space: nowrap;
}

.view-profile-data {
    padding: 32px 0 0 5px;
}

.tab-link ul li.active a {
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    color: #1A1919;
}

.tab-link ul li.active a::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 100%;
    height: 4px;
    background: #1A1919;
    border-radius: 4px 4px 0px 0px;
}

.plan-section {
    margin-top: -80px;
    position: relative;
}

.verification-content {
    text-align: center;
}

.verification-content p {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #051828;
    margin: 25px 0;
}

.verification-content .btns {
    min-width: 200px;
}

.plan-section .row {
    row-gap: 30px;
}

.applicant-lists-section {
    background-color: #ED7E2C;
    padding: 97px 0;
    position: relative;
    overflow: hidden;
}

.applicant-lists-section::before {
    content: "";
    position: absolute;
    width: 376.31px;
    height: 188.16px;
    left: 0px;
    top: 0px;
    background: rgba(255, 255, 255, 0.16);
    border-radius: 0 0 500px 500px;
}


.applicant-lists-section::after {
    content: "";
    border-radius: 50%;
    position: absolute;
    width: 325px;
    height: 325px;
    right: -128px;
    bottom: -72px;
    background: rgba(255, 255, 255, 0.16);
}

.applicant-lists-table>h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.all-table table {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    box-shadow: 0px 4px 20px rgba(26, 25, 25, 0.08);
    border-radius: 8px;
    overflow: hidden;
}

.all-table table thead tr th {
    padding: 16px;
    background: #F7F7F7;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #1A1919;
    line-height: normal !important;
}

.all-table table tbody tr td {
    font-weight: 500;
    font-size: 14px !important;
    line-height: 18px !important;
    color: #1A1919;
    padding: 15px 16px 13px;
    border-bottom: 1px solid #EBEBEB;
    position: relative;
}

.chat-profile-img-name {
    width: calc(100% - 180px);
    text-align: left;
}


.status-table-tag span {
    display: inline-flex;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    padding: 2px 15px;
    border-radius: 50px;
}

.status-table-tag .declined {
    color: #F44336;
    background-color: #FFEBEE;
}

.status-table-tag .accepted {
    color: #43A047;
    background-color: #E8F5E9;
}

.status-table-tag .pending {
    color: #D79C00;
    background-color: #FDF7E6;
}

.action-btn {
    display: flex;
    align-items: center;
    gap: 48px;
}

.action-btn a {
    display: flex;
    line-height: 1;
    font-size: 20px;
    text-decoration: none;
    color: #1A1919;
}

.action-btn a.delete-icon {
    color: #F44336;
}

.profile-data>h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #1A1919;
}

.profile-data>p {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #767676;
    margin-bottom: 24px;
}

.extra {
    display: none;
}

.profile-data>p:last-child {
    margin-bottom: 0;
}

.profile-data {
    padding-bottom: 55px;
    margin-bottom: 56px;
    border-bottom: 1px solid #EBEBEB;
}

.profile-data:last-child {
    border-bottom: 0;
}


.my-profile-img-top {
    margin-top: -17px;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.input-groups {
    position: relative;
}

.input-groups>b {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #1A1919;
    width: 40px;
    justify-content: center;
}

.input-group-prepend {
    position: absolute;
    right: 40px;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    border: 1px solid #EBEBEB;
}

.input-group-prepend button {
    padding: 0;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    width: 22px;
    height: 23px;
}

.input-group-prepend button.btn-minus {
    border-top: 1px solid #EBEBEB;
}

.cms-top-section {
    padding: 136px 0 48px;
    background-color: #FDF7E6;
}

.cms-content-main {
    padding: 80px 0;
    background-color: #FDF7E6;
}

.cms-content-bg,
.cms-top-bg {
    background-color: #FDF2EA;
}

.cms-top-section h1 {
    text-align: center;
}

.cms-content-main h1 {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: var(--lightBlack);
    margin-bottom: 50px;
}

.cms-content-main p {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #767676;
    margin-bottom: 30px;
}

.cms-content-main h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #1A1919;
    margin-top: 50px;
}

.cms-content-main .container {
    max-width: 1000px;
}

.blogs-detail-bg {
    width: 100%;
    height: 519px;
    background: #FDF2EA;
}

.blogs-detail-section {
    margin: -383px 0 0;
}

.blogs-detail-section .container {
    max-width: 880px;
    margin: auto;
}

.blogs-detail-section h1 {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #1A1919;
    margin: 40px 0 16px;
}

.blog-detail-img {
    padding: 24.66% 25%;
    position: relative;
    margin-top: 20px;
    margin-bottom: 48px;
}

.blog-detail-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.blog-description p {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #767676;
    margin-bottom: 24px;
}

.blog-description p:last-child {
    margin-bottom: 0;
}

.box-details-content:not(:last-child) {
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 55px;
    margin-bottom: 56px;
}

.blogs-detail-section {
    padding-bottom: 70px;
}

.box-details-content h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #1A1919;
}

.all-table.chat-table table {
    border: 1px solid #EBEBEB;
}

.blog-description p b {
    color: #1A1919;
    font-weight: 500;
}

.details-content {
    margin-top: 56px;
}

.all-table.chat-table table tbody tr td {
    vertical-align: middle;
}

.all-table.chat-table table tbody tr td a.btns {
    color: #fff;
}

.all-table.chat-table table tbody tr td:hover {
    background-color: #FDF7E6;
}

.all-table.chat-table table tbody tr td.client-name a {
    text-decoration: none;
    color: #1A1919;
    font-size: 18px;
}

.chat-profile-img a {
    width: 52px;
    height: 52px;
    display: flex;
}

.chat-profile-img a img {
    border-radius: 50%;
    object-fit: cover;
    width: 52px;
    height: 52px;
}

.chat-list-main .action-btn {
    gap: 15px;
}

.chat-profile-name {
    width: calc(100% - 62px);
    padding-left: 20px;
}

.all-table.chat-table table tbody tr td .chat-profile-name a {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    text-transform: capitalize;
    color: #1A1919;
    text-decoration: none;
}

.all-table table tbody tr td .chat-line-one {
    font-weight: 500;
    font-size: 16px;
    color: #767676;
}

.chat-list-section {
    padding-bottom: 70px;
}

.chat-list-section .pagination {
    display: flex;
    gap: 15px;
    justify-content: end;
}

.unread-tag {
    position: absolute;
    bottom: 11px;
    right: 22px;
    font-size: 0;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background-color: #D79C00;
}

.chat-list-section .pagination a {
    text-decoration: none;
    color: #1A1919;
}

.all-table.chat-table table tbody tr td a {
    color: #D79C00;
}

.terms-conditions-section .container {
    max-width: 877px;
    margin: auto;
}

.terms-conditions-section {
    padding: 72px 0;
}

.terms-conditions-section p {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #767676;
    margin-bottom: 24px;
}

.terms-conditions-section p:last-child {
    margin-bottom: 0;
}

.terms-conditions-box {
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 55px;
    margin-bottom: 56px;
}

.terms-conditions-box:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.terms-conditions-box h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #1A1919;
}


.terms-conditions-section .terms-mail,
.terms-conditions-section .terms-conditions-info {
    display: flex;
    padding: 12px 8px 12px 40px;
    background: #FDF2EA;
    border-radius: 16px;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #1A1919;
    position: relative;
}

.terms-conditions-section .terms-conditions-info::before,
.terms-conditions-section .terms-mail::before {
    content: "\32";
    font-family: "angellinx" !important;
    color: #ED7E2C;
    position: absolute;
    left: 7px;
    top: 12px;
    line-height: 1;
    font-size: 25px;
}

.terms-conditions-section .terms-mail {
    background-color: #FDF7E6;
}

.terms-conditions-section .terms-mail::before {
    content: "\33";
}

.chat-box-inner {
    box-shadow: 0px 4px 20px rgba(26, 25, 25, 0.08);
    border-radius: 16px;
    background-color: #fff;
    padding: 90px 0 0;
    position: relative;
    overflow: hidden;
}

.chat-box-section {
    padding-bottom: 50px;
}

.chat-box-inner .ml-auto {
    margin-left: auto;
    padding: 12px 16px;
    background: #D79C00;
    border-radius: 16px 16px 0px 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    margin-right: unset;
}

.chat-box-inner span {
    padding: 12px 16px;
    background: #F7F7F7;
    margin-right: auto;
    border-radius: 16px 16px 16px 0px;
}

.chat-box-inner {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.date-chat {
    display: flex;
}

.date-chat small {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #767676;
    margin-top: 4px;
}

.date-ml-auto {
    margin-left: auto;
}

.coming-soon-section {
    margin-top: 82px;
}

.coming-soon-main {
    position: relative;
    background: #ED7E2C;
    border-radius: 16px;
    padding: 72px 20px;
    overflow: hidden;
}

.coming-soon-main::before {
    content: "";
    position: absolute;
    width: 488px;
    height: 244px;
    right: 1052px;
    top: 0px;
    background: rgba(255, 255, 255, 0.16);
    transform: matrix(1, 0, 0, -1, 0, 0);
    border-radius: 0 900px 0 0;
}

.coming-soon-main::after {
    content: "";
    position: absolute;
    width: 488px;
    height: 244px;
    right: -220px;
    bottom: 0px;
    background: rgba(255, 255, 255, 0.16);
    border-radius: 900px 0 0 0;
}

.coming-soon-label,
.coming-soon-main .section-title label {
    padding: 6px 12px;
    background: #ED7E2C;
    border-radius: 12px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.coming-soon-main .section-title h2 {
    color: #fff;
}

.coming-soon-main .section-title p {
    color: #fff;
    width: 100%;
    max-width: 906px;
    margin: 16px auto 0;
}

.chat-profile-head {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #EBEBEB;
    padding: 20px;
    row-gap: 20px;
}


.chat-profile-head img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.by-profile-name {
    padding-left: 12px;
}

.by-profile-name h5 {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    text-transform: capitalize;
    color: #1A1919;
    margin-bottom: 0;
}

.by-profile-name p {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    color: #1A1919;
    margin-bottom: 0;
    position: relative;
    padding-left: 20px;
}

.by-profile-name p::before {
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
    color: #767676;
}

.chat-scrolling {
    max-height: 500px;
    overflow: auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.chat-type {
    border-top: 1px solid #EBEBEB;
    padding: 20px;
}

.chat-type textarea {
    height: 48px;
    width: calc(100% - 60px);
    background: #F7F7F7;
    border: 1px solid #EBEBEB;
    border-radius: 12px;
    font-weight: 500;
    font-size: 16px;
    padding: 10px;
    line-height: 26px;
    color: #767676;
    outline: none;
    outline-color: inherit;
}

.chat-type button[type="submit"] {
    width: 48px;
    height: 48px;
    background-color: #000;
    color: #fff;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    font-size: 24px;
}

.profile-cover-section .list-back-btn a {
    color: #fff;
}

.applicant-main {
    padding-left: 81px;
    position: relative;
}

.applicant-main span {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
    color: #767676;
    margin-bottom: 7px;
    display: flex;
}

.applicant-main h5 {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    text-transform: capitalize;
    color: #1A1919;
}

.applicant-main::before {
    position: absolute;
    left: 0;
    top: 0;
    color: #D79C00;
    font-size: 57px;
}

.funds-listing-details {
    padding: 12px 16px;
    border: 1px solid #EBEBEB;
    border-radius: 12px;
}

.funds-listing label {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #767676;
}

.funds-listing p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #1A1919;
    margin: 5px 0 0;
}

.funds-listing:not(:last-child) {
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 15px;
    margin-bottom: 13px;
}


.changes-pass-top {
    min-height: 360px;
    padding: 136px 0 0;
}

section.change-pass-section {
    margin-top: -136px;
    position: relative;
    padding-bottom: 70px;
}

.change-pass-section form {
    width: 100%;
    max-width: 856px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(26, 25, 25, 0.08);
    border-radius: 16px;
    padding: 48px;
    margin: auto;
}


.change-pass-section form .form-group {
    margin-bottom: 32px;
}


/* Example: Highlight active page in a different color */
.page-item.active .page-link {
    background-color: var(--darkYellow);
    border-color: var(--darkYellow);
    color: white;
}

/* Add hover effect */
.page-link {
    color: var(--darkYellow);
}

/* Add hover effect */
.page-link:hover {
    background-color: #f8f9fa;
    color: var(--darkYellow);
}

.pagination {
    gap: 0px !important;
    flex-wrap: wrap;
}

.lear-more-btn {
    margin-top: 40px;
}

.lear-more-btn a {
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
    min-width: auto !important;
}

.lear-more-btn a:hover {
    color: #fff;
}

.form-group .iti {
    width: 100%;
}

.fund-management .btns {
    min-width: 200px;
}

.deal-success-top {
    height: 360px;
}

.deal-success-box {
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
}

.deal-success-head {
    background-color: #F7F7F7;
    border-radius: 30px 30px 0 0;
    padding: 0 15px 86px;
}

.cfo-content .deal-success-head {
    padding: 86px 15px 86px;
}

.deal-success-section {
    margin-top: -152px;
    position: relative;
    margin-bottom: 104px;
}


.color-1 .deal-success-head {
    background-color: #FDEAEA;
}

.color-1 .services-box-main {
    background-color: #FDEAEA;
}

.color-2 .deal-success-head {
    background-color: #EAF4FD;
}

.color-2 .services-box-main {
    background-color: #EAF4FD;
}

.color-4 .deal-success-head {
    background-color: #FDF7E6;
}

.color-4 .services-box-main {
    background-color: #FDF2EA;
}

.color-5 .deal-success-head {
    background-color: #EDEAFD;
}

.color-5 .services-box-main {
    background-color: #EDEAFD;
}

.color-3 .deal-success-head {
    background-color: #F0FDEA;
}

.color-3 .services-box-main {
    background-color: #F0FDEA;
}

.success-icon {
    margin-top: -85px;
}

.deal-success-head h4 {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #1A1919;
    margin: 28px 0 26px;
}

.deal-success-head p {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #767676;
    width: 100%;
    max-width: 920px;
    margin: auto;
}

.success-content>h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #1A1919;
    margin-bottom: 16px;
}

.success-content>p {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #767676;
    width: 100%;
    max-width: 800px;
    margin: auto;
}

.success-content {
    padding: 104px 30px 47px;
}

.services-box-main {
    padding: 16px;
    background: #FDF2EA;
    border-radius: 12px;
    min-height: 100%;
}

.success-content .row {
    margin-top: 48px;
    row-gap: 20px;
    --bs-gutter-x: 20px;
}

.services-box-content p {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #767676;
    margin-bottom: 0;
}

.services-box-content h4 {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #1A1919;
}

.services-box-icon .icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 8px;
    color: #D79C00;
    font-size: 48px;
}

.services-box-content {
    width: calc(100% - 64px);
    padding-left: 20px;
}

.step-form-main {
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    box-shadow: 0px 4px 20px rgba(26, 25, 25, 0.08);
    border-radius: 12px;
    width: 100%;
    max-width: 856px;
    margin: auto;
    overflow: hidden;
}

.step-form-head {
    padding: 16px 15px 17px;
    background: #F7F7F7;
}

.step-form-head p {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #767676;
    margin-bottom: 8px;
}

.step-form-head h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    text-transform: capitalize;
    color: #1A1919;
    margin-bottom: 0;
}

.step-form-inner {
    padding: 48px;
}

.light-bg {
    background: #FDF2EA;
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 32px;
}

.box-more {
    background: #F7F7F7;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 20px;
}

.box-more>h5 {
    padding: 10px 16px;
    background: #767676;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    margin-bottom: 0;
}

.box-more-inner {
    padding: 16px;
}

.box-more:last-child {
    margin-bottom: 0;
}

.step-btn {
    gap: 32px;
}

.step-btn .btns {
    min-width: 200px;
}

.deal-completion-section {
    padding: 120px 0 100px;
}

.deal-completion-section .campaigns-detail-head {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 40px;
}

.deal-tabs ul>li>button {
    background-color: transparent;
    border: 0;
    padding: 0 14px 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #767676;
    position: relative;
}

.deal-tabs ul>li>button.disabled {
    color: #ccc;
    cursor: not-allowed;
}

.deal-tabs button.active {
    color: #1A1919;
}

.deal-tabs ul {
    border-bottom: 2px solid #E4E3E0;
    gap: 40px;
}

.deal-tabs button.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 4px;
    background: #1A1919;
    border-radius: 4px 4px 0px 0px;
}

.upload-box {
    border: 1px dashed #ccc;
    padding: 15px;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
    margin-bottom: 32px;
    transition: background-color 0.3s;
    width: 100%;
}

.upload-box .icon {
    width: 40px;
    height: 40px;
    background: #EBEBEB;
    border-radius: 50px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #767676;
}

.upload-box.dragover {
    background-color: #f0f0f0;
    border-color: #aaa;
}

.uploaded-file {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f8f8f8;
    padding: 9px 16px;
    background: #F7F7F7;
    border-radius: 8px;
    margin-bottom: 32px;
}

.upload-box input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}

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

.file-info img {
    width: 32px;
    margin-right: 10px;
}

.remove-file {
    color: red;
    cursor: pointer;
    font-size: 14px;
    text-decoration: underline;
    background-color: transparent;
    border: 0;
    padding: 0;
    text-transform: capitalize;
}

.hint {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #767676;
}

.deal-form-step {
    width: 100%;
    max-width: 856px;
    margin: 40px auto 0;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    box-shadow: 0px 4px 20px rgba(26, 25, 25, 0.08);
    border-radius: 12px;
    overflow: hidden;
}

.deal-form-head {
    padding: 17px 10px 16px;
    background: #F7F7F7;
}

.deal-form-head h5 {
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    text-transform: capitalize;
    color: #1A1919;
    margin: 0;
}

.deal-form {
    padding: 48px;
}

.upload-box h5 {
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #1A1919;
    margin: 8px 0;
}

.upload-box h5 span {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #D79C00;
    text-decoration: underline;
}

.file-name {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #1A1919;
}

.file-size {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #767676;
}

.deal-form .btns {
    min-width: 200px;
}

.deal-form .file-actions .btns {
    min-width: auto;
    padding: 5px 15px;
    border-radius: 8px;
    font-size: 14px;
}

.accordion-item {
    background: #FFFFFF;
    border: 1px solid #EBEBEB !important;
    border-radius: 16px !important;
    overflow: hidden;
    margin-bottom: 31px;
}

.accordion-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #1A1919;
    padding: 10px 16px;
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-right: 40px;
}

.accordion-title span {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #767676;
}

.accordion-title[aria-expanded="true"] span {
    color: #fff;
}

.accordion-title::after {
    content: "\66";
    font-family: "angellinx" !important;
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 14px;
}

.accordion-title[aria-expanded="true"] {
    background-color: #767676;
    color: #fff;
}

.accordion-title[aria-expanded="true"]::after {
    transform: rotate(180deg)
}

.deal-form .accordion-body {
    background-color: #F7F7F7;
    padding: 15px;
}

.deal-form .form-group {
    margin-bottom: 32px;
}

.final-agreement-item {
    margin-bottom: 15px;
}

span.badge.badge-success {
    background: green;
    margin-right: 5px;
}

/* .deal-form .uploaded-file {
    background-color: #FFFFFF;
    margin: 8px 0 0;
} */

.approved-text {
    position: absolute;
    top: 10px;
    right: 16px;
}

.add-new-link a {
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #1A1919;
    position: relative;
    margin-left: 26px;
    display: flex;
    margin-top: 12px;
}

.add-new-link a::before {
    position: absolute;
    left: -27px;
    font-size: 19px;
}

.btns.save-changes-btn {
    background-color: #000;
    border: 1px solid;
    padding: 10px 24px;
    margin-top: 31px;
    min-width: auto;
}

.take-rate-box {
    padding: 12px 12px 10px;
    background: #EBEBEB;
    border-radius: 12px;
    margin-top: 31px;
    position: relative;
}

.take-action {
    position: absolute;
    top: 12px;
    right: 10px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.take-action button {
    background-color: transparent;
    border: 0;
    display: flex;
    align-items: center;
    padding: 0;
    font-size: 20px;
}

.take-action button.icon-icon-51 {
    color: #F44336;
}

.comment-header {
    position: relative;
}

.comments-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.comment-header .comment-meta,
.take-rate-box h5 {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    padding-right: 70px;
    color: #1A1919;
    margin-bottom: .5rem;
}

.green-item .accordion-title {
    background: green;
    color: #fff;
}

p.text-info-main {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #2196F3;
}

.form-group input[type="file"] {
    padding: 10px;
}

.comment-actions {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.comment-actions button {
    padding: 0;
    border: 0;
    display: flex;
    line-height: 1;
    font-size: 20px;
}

.comment-actions button i {
    display: flex;
    line-height: 1;
}

.comments-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px 0;
}

.comments-header h6 {
    margin: 0;
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.take-rate-box p {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #767676;
    margin-bottom: 6px;
}

.take-rate-box .file-name span {
    display: inline-flex;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #767676;
    position: relative;
    padding-left: 22px;
}

.take-rate-box span::before {
    position: absolute;
    left: 0;
    top: 0;
    color: #0B2735;
    font-size: 19px;
}

.comments-header h6 span,
.comment-count {
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    align-items: center;
    vertical-align: middle;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.small-btn button.btns,
.take-action-main button.btns {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: auto;
    padding: 6px 11px;
    font-size: 14px;
    border-radius: 8px;
}

.full-radio label {
    position: relative;
    margin-bottom: 0;
    width: 100%;
}

.full-radio input {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
}

.full-radio span {
    padding: 13px 16px;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 12px;
    display: flex;
    width: 100%;
    cursor: pointer;
}

.full-radio span::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 16px;
    border: 2px solid #767676;
    width: 17px;
    height: 17px;
    border-radius: 50%;
}

.full-radio input:checked+span {
    background-color: #F7F7F7;
}


.full-radio input:checked+span::after {
    border: 2px solid #1A1919;
}

.full-radio input:checked+span::before {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    background: #1A1919;
    position: absolute;
    right: 20px;
    top: 20px;
    border-radius: 50%;
}

.amount-equity-tag-main {
    padding: 12px 16px;
    background: #FDF7E6;
    border-radius: 8px;
    gap: 35px;
}

.amount-equity-tag-main p {
    padding: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
    color: #767676;
    display: flex;
    align-items: center;
    gap: 6px;
}

.amount-equity-tag-main p b {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    text-transform: capitalize;
    color: #1A1919;
}

.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.7);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: all;
}

.loading-spinner {
    width: 8vh;
    height: 8vh;
    border: 4px solid #fbfbfb;
    border-top: 5px solid #ED7E2C;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.add_more_label {
    margin-top: 7px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
}

.add_more_label span {
    margin-left: 5px;
    text-decoration: underline;
    text-underline-offset: 2px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #1A1919;
}

.add_more_label::before {
    font-size: 18px;
}

.upload-icon {
    font-size: 40px;
    margin-bottom: 10px;
    color: #888;
}

.upload-click {
    color: #d4aa00;
    font-weight: bold;
    cursor: pointer;
    text-decoration: underline;
}

.upload-info {
    font-size: 12px;
    color: #777;
    margin-top: 5px;
}

#upload-file-list li {
    color: #b38f02;
    padding: 4px;
}

.choose-plan-section {
    padding: 96px 0;
    background: #FDF7E6;
    border-radius: 12px;
}

.choose-plan-head {
    text-align: center;
    margin-bottom: 48px;
}

.choose-plan-head h4 {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #1A1919;
    margin-bottom: 16px;
}

.choose-plan-head p {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #767676;
    margin-bottom: 0;
}

.choose-plan-box {
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 16px;
    padding: 14px;
    position: relative;
}

.choose-plan-box.most-popular {
    border: 1px solid #DEA81B;
}

.choose-plan-box.most-popular>span {
    position: absolute;
    top: -19px;
    right: 0;
    left: 0;
    margin: auto;
    display: flex;
    padding: 5px 10px;
    max-width: 119px;
    background: #DEA81B;
    border-radius: 8px;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.choose-plan-inner {
    padding: 20px;
    background: #FDF2EA;
    border-radius: 16px;
    margin-bottom: 30px;
}

.choose-plan-inner span {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #1A1919;
}

.choose-plan-inner h4 {
    font-weight: 700;
    font-size: 48px;
    line-height: 62px;
    color: #1A1919;
    margin: 18px 0 8px;
}

.choose-plan-inner small {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #767676;
}

.choose-plan-inner p {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #1A1919;
    margin-bottom: 0;
}

.choose-plan-box ul {
    display: flex;
    flex-direction: column;
    margin: 30px 0 0;
    row-gap: 18px;
}

.choose-plan-box ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #767676;
    padding-left: 26px;
    position: relative;
}

.choose-plan-box ul li::before {
    content: "\67";
    font-family: "angellinx" !important;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
}

.next-step-section {
    padding: 104px 0;
}

.next-step-section h3 {
    text-align: center;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #1A1919;
    margin-bottom: 16px;
}

.next-step-section p {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #767676;
    width: 100%;
    max-width: 760px;
    margin: 0 auto 35px;
}

.ml-2 {
    margin-left: 2px;

}

.create-campaign-main .uploading-section {
    width: 160px;
    height: 160px;
    background: #FFFFFF;
    border: 2px dashed #C0C0C0;
    border-radius: 16px;
}

.create-campaign-main .uploading-section img {
    border-radius: 16px;
}

.inner-list-bg {
    padding: 16px;
    background: #FDF2EA;
    border-radius: 12px;
}

.inner-list-bg .row {
    row-gap: 16px;
}

.inner-list-bg label {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    color: #767676;
}

.inner-list-bg p {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    color: #1A1919;
}

.inner-list-bg .col-md-6 p {
    font-size: 18px;
}

.create-fund-listing-btn {
    margin-left: auto;
}

.select2-container--default .select2-selection--single {
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 12px;
}

.form-group>.select2 {
    width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-weight: 500;
    font-size: 16px;
    line-height: 46px;
    color: #000;
    padding: 0 15px;
    background-image: url(../images/new/select.svg);
    background-position: right 15px center;
    background-repeat: no-repeat;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.mobile-menu-bottom {
    display: none;
}

.chat-line-one br {
    display: none;
}

.notifications-list h5 {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #051828;
}

.notifications-list span {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #58646F;
}

.form-group.error-bottom {
    display: flex;
    flex-direction: column;
}

.form-group.error-bottom .select2 {
    order: 1;
}

.form-group.error-bottom .error {
    order: 3;
}

.disabled-btn {
    opacity: 0.6;

}

.mobile-plan-show {
    margin-top: 30px;
    display: none;
}

.mobile-plan-show .row {
    --bs-gutter-x: 0;
    flex-wrap: nowrap;
    overflow: auto;
    padding-top: 15px;
}

.mobile-plan-show .pricing-box,
.mobile-plan-show .pricing-box>label {
    border-radius: 0;
}

.mobile-plan-show .col-4 {
    width: 300px;
}

.feed-post-head {}


.plan-select .notify-message {
    position: absolute;
    bottom: 5px;
    left: 20px;
}

.notify-message p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: normal;
}

.pitch-video-main iframe {
    width: 100%;
    height: 388px;
    border-radius: 10px;
}

.team-detail-main {
    gap: 16px;
}

.team-detail .team-name {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #1A1919;
    margin-bottom: 16px;
}

.accordion-title .badge {
    margin-left: auto;
    margin-right: 10px;
}

.applied-via-green {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #43A047;
    margin: 10px 15px 10px 0;
}

.btns.declined-tag {
    margin-right: 15px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #F44336;
    padding: 2px 15px;
}

.conn-notify-btn {
    display: flex;
    gap: 10px;
}

.conn-notify-btn .btn.blue {
    background-color: blue;
    color: #fff;
    padding: 2px 14px;
}

.conn-notify-btn .btn.green {
    background-color: #FFEBEE;
    color: #F44336;
    padding: 2px 14px;
}

.profile_image_error .error {
    display: flex;
    justify-content: center;
    color: red;
    margin-bottom: 5px;
}

.plan-price .text-danger {
    font-size: 20px;
    line-height: 50px;
}

.verify-iframe {
    padding: 0 15px 30px;
}

.verify-iframe iframe {
    background: #fff;
}

.status-table-tag.mr-2 {
    margin-right: 15px;
}

.custom-file-label {
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 12px;
    padding: 0 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.custom-file-label b {
    background-color: var(--darkYellow);
    color: #fff;
    padding: 5px 10px;
    border-radius: 10px;
    display: flex;
    white-space: nowrap;
}

.custom-file-label span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 12px;
}

.by-text li{
    font-size: 14px;
}

.by-text li a{

}