@import url('global.css');


* {
    padding: 0;
    margin: 0;
}

body {
    background: var(--black);
    color: var(--white);
    font-family: var(--font-primary);
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    color: var(--white);
}

.alert {
    top: 120px;
    right: 40px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 20px rgba(26, 85, 255, .3);
    z-index: 9999;

}

.alert-primary {
    background-color: rgba(47, 120, 255, .9);
}

.alert-danger {
    background-color: rgba(228, 47, 47, 0.9);
}

.custom-primary-btn {
    background: var(--primary-clr);
    border-radius: 10px;
    color: var(--white);
    padding: 17px 21px;
}
.mainBannerContent {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
header.header {
    z-index: 999;
}
.mainBannerContent h1 {
    font-size: 60px;
}

.header h1 {
    font-size: 5rem;
    font-weight: 800;
    line-height: 86px;
}

.container-border {
    border: solid 1px rgba(255, 255, 255, 0.3);

}

.benefits-inner {
    border-radius: 7px;
}

.benefits-main {
    background: url('../image/communi-future.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    display: block;
    min-height: 400px;
    border-radius: 7px 7px 7px 7px;
    background-size: cover;
}

.benefit-details .icon-container img {
    min-width: 50px;
}

.benefit-list {
    margin-bottom: 30px;
}

.benefit-list .benefit-info h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

.block1 {
    background-image: url('../image/Ellipse-left.svg'), url('../image/Ellipse-right.svg');
    background-position: left center, right bottom;
    background-size: auto, auto;
    background-repeat: no-repeat;
}

.block2 {
    background-image: url('../image/Ellipse-55.png');
    background-position: center center;
    background-size: 90%;
    background-repeat: no-repeat;

}

.how-we-work-container .how-we-work-list .icon-container {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 16px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.how-we-work-container .how-we-work-list .icon-container img {
    width: 50%;
}

.how-we-work-container .how-we-work-list .list-item-custom {

    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    margin: 20px 0;
}

.how-we-work-container .how-we-work-list .list-item-custom:last-child {

    border-bottom: 0;
}

.how-we-work-container .how-we-work-list {
    border-radius: 16px;
    border: solid 1px rgba(255, 255, 255, 0.3);
    padding: 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 100%);
}


.how-we-work-list .list-item-custom .process-title {
    flex: 0 0 25%;
}

/*Expert section */

.expert-slider .expert-main {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0) 100%);
    border: solid 1px rgba(255, 255, 255, 0.3);
    border-radius: 16px;
    padding: 50px 15px !important;
    color: white;
    min-height: 240px;
}

.expert-slider .slider-container {
    max-width: 900px;
    margin: auto;
}

.expert-slider .slick-prev,
.expert-slider .slick-next {
    z-index: 100;
}

/* .expert-slider .expert-card::after{
    background: url('../image/Quotes.svg');
    width: 50px;
    height: 40px;
    content: '';
    display: block;
} */

.slider-container .slider-buttons {
    display: flex;
    justify-content: start;
    gap: 10px;
    margin: 15px auto;
}

.slider-container .slider-buttons .slick-arrow {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

.slider-container .slider-buttons .slick-prev,
.slider-container .slider-buttons .slick-next {
    border: solid 1px rgba(255, 255, 255, 0.3);
    width: 50px;
    height: 50px;
}


.slider-container .slider-buttons .slick-prev:before,
.slider-container .slider-buttons .slick-next:before {
    font-family: unset;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    background: var(--primary-clr);
}

.slider-container .slider-buttons .slick-prev:hover,
.slider-container .slider-buttons .slick-next:hover {
    background: var(--primary-clr);
}

.expert-slider .expert-profile {
    /* height: 440px; */
    overflow: hidden;
    max-height: 400px;
}
ul.slick-dots {
    display: none !important;
}
.join-network-main .join-container {
    background: url(../image/join-netwprk-bg.png);
    border-radius: 16px;
    padding: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.commonBtn {
    background: var(--primary-clr);
    border-radius: 10px;
    padding: 15px 25px;
    color: var(--white);
    font-size: 16px;
    border: 0;
    text-align: center;
}

.custom-modal .modal-content {
    background: var(--black);
    color: var(--white);
    padding: 10px;
}

.custom-modal .modal-content form {
    background-color: transparent;
}

.custom-modal .modal-content .participant-form {
    /* border-bottom: solid 1px rgba(255, 255, 255, 0.3); */
    border-radius: 0px !important;
}

.how-we-work-list .work-item-custom .process-title {
    flex: 0 0 15%;
}

.how-we-work-list .work-item-custom .grading-details {
    padding: 30px 0;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}

.how-we-work-list .work-item-custom:last-child .grading-details {
    padding: 30px 0;
    border-bottom: 0;
}

.section-sub-heading {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 30px;
}

.community-text {
    width: 50%;
}

.fetured-expert {
    font-size: 3.4rem;
    margin-bottom: 30px;
    font-weight: 700;
}

.custom-modal .btn-close {
    background: url('../image/Cancel-Icon.svg');
}

.error {
    color: rgb(255, 0, 0);
}

.btn-loader {
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    border-top: 2px solid transparent;
    border-radius: 50%;
    display: inline-block;
    animation: spin 0.6s linear infinite;
    margin-right: 8px;
    font-size: 0;
}

.modal-backdrop {
    background-color: rgb(0, 0, 0) !important;
    /* Black with 50% opacity */
}

.expert-slider .slick-slide {
    border: solid 1px transparent;
}

.process-details-info {
    font-size: 16px;
}

.process-title h5 {
    font-size: 22px;
}

.process-details p {
    font-size: 20px;
}

.process-details p span.small {
    font-size: 16px;
}

span.required{
    color:rgb(175, 56, 56)
}
.video-background {
    top: 0;
    left: 0;
    z-index: -1;
}

.video-background video {
    object-fit: cover;
}
.expert-profile {
    display: flex;
    align-items: center;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

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

/* Stepper form */

#heading {
    text-transform: uppercase;
    color: #673AB7;
    font-weight: normal
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset {
    /* background: white; */
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}
/* 
#msform input.form-control,
#msform textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    background-color: #ECEFF1;
    font-size: 16px;
    letter-spacing: 1px
} */

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid var(--primary-clr);
    outline-width: 0
}

#msform .action-button {
    width: 100px;
    background: var(--primary-clr);;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #311B92
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: var(--primary-clr);;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: var(--primary-clr);;
    font-weight: normal
}

.steps {
    font-size: 18px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: var(--primary-clr);;
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f13e"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f030"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: var(--primary-clr);
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: var(--primary-clr);
}

/* .fit-image {
    width: 100%;
    object-fit: cover
} */

@media (max-width: 1366px) {
    .mainBannerContent {
        width: 60%;
    }   
}

@media (max-width: 1199px) {
    .mainBannerContent {
        width: 70%;
    }
}

@media (max-width: 992px) {
    .mainBannerContent {
        width: 95%;
    }
}
@media (max-width: 767.98px) {
    .header h1 {
        font-size: 4rem;
        line-height: 60px;
    }
header.header {
    text-align: center;
}
    .community-text {
        width: 100%;
    }

    .fetured-expert {
        font-size: 2.8rem;
        margin-bottom: 20px;
    }

    .expert-slider .expert-profile {
        height: 350px;
    }

    .custom-modal .modal-content{
        padding: 0px;
    }
    .mainBannerContent h1 {
        font-size: 42px;
    }
    .headerLogo {
        width: 70%;
    }
    p.sub-tilte {
        font-size: 16px !important;
    }
    h2.fetured-expert {
        font-size: 2.2rem;
    }
    footer.footer p {
        text-align: center !important;
        margin-bottom: 10px;
        }
        .mainBannerContent button {
            width: 100%;
        }
        .sub-tilte {
            margin: 0 auto;
            width: 75%;
        }
}
@media (max-width: 360px) {
    .mainBannerContent h1 {
        font-size: 36px;
    }
    .headerLogo {
        width: 60%;
    }
}

