@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;700&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* font-family: 'Poppins', sans-serif; */

/* 
    Header 
*/
html,
body {
    overflow-x: hidden;
}
section.chapter {
    padding: 3em;
}
main#home section#members-list .title{
    font-size: 14px;
}

a.active-page{
    border-bottom: 2px solid #F7931E;
}

main#home {
    margin-top: 43px;
}

main#members {
    margin-top: 0em;
}
#coming-soon{
    position: absolute;
    top: 5px;
    left: 0;
}

.form-check-input:focus{
    border-color: #F7931E !important;
    box-shadow: unset !important;
}
@media screen and (max-width:992px) {
    .space-mt{
        margin-top: 15px !important;
    }
    section.chapter {
        padding: 1em;
    }
}

.mt-36 {
    margin-top: 36px;
}
.mt-40{
    margin-top: 40px;
}
.mt-60 {
    margin-top: 60px;
}

.mt-12 {
    margin-top: 48px;
}
.bg-transition {
    background: #F6F6F6;
}
.section-title-desc {
    color: #777;
    text-align: center;
    font-family: 'Open Sans';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.section-desc {
    color: #404A59;
    font-family: 'Open Sans';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 214.286% */
}

.section-title-small {
    color: #404A59;
    text-align: center;
    font-family: 'Jost';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    /* text-transform: capitalize; */
}

.section-title {
    color: #404A59;
    text-align: center;
    font-family: Jost;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.section-title-primary {
    color: #F7931E;
    font-family: Jost;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}


@media screen and (max-width:992px) {
    main#members {
        margin-top: 4em;
    }
}

.color-secondary {
    color: #404A59;
}

.no-valid {
    border: 1px solid #FF0000 !important;
}

.no-valid::placeholder {
    color: #FF0000 !important;
}


.action-btn {
    color: #fff;
    border-radius: 5px;
    outline: 0;
    border: 0;
    width: 100%;
    padding: 1em;
    background-color: #F7931E;
    font-family: 'Jost';
    font-weight: 700;
    text-align: center;
    transition: 0.3s all;
    text-decoration: none;
}

.action-btn:hover {
    background-color: #c7802eed;
}

.theme-input {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    outline: 0;
    color: #404A59;
    height: 60px;
    padding-left: 20px;
}

.theme-input::placeholder {
    font-family: 'Jost';
    color: #404A59;
}

.eye-input {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 15px;
}

/* 
    Inner - Page
*/

header.inner-page {
    position: relative !important;
}

main.inner-page {
    margin-top: 0em;
}

.inner-bg {
    height: 250px;
    width: 100%;
    position: relative;
    background-image: url('../images/inner-bg.png');
    background-size: cover;
}

.inner-bg .backdrop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.50);
}

.inner-bg .inner-title {
    position: relative;
    z-index: 999;
    color: #FFF;
    text-align: center;
    font-family: 'Jost';
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.inner-page-description {
    color: #404A59;
    font-family: 'Open Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    /* 187.5% */
}


.theme-primary-color{
    color: #404A59;
}
.text-orange {
    color: #F7931E !important;
}

.orange-divider {
    border: 1px solid #F7931E;
    border-radius: 4px;
    width: 100px;
}

.gray-divider {
    border: 1px solid #FFFFFF1A;
    border-radius: 4px;
    width: 370px;
}

header {
    position: absolute;
    height: 121px;
    background: #404A59;
    width: 100%;
}

header div.menu a {
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    padding: 5px;
    font-family: 'Jost', sans-serif;
    font-weight: bold;
    z-index: 1;
    position: relative;
}

header .header-wrapper {
    position: relative;
    z-index: 1;
}

header #logo img {
    width: 120px;
}

/* 
    Header Media Query
*/
@media screen and (max-width:992px) {
    /* main {
        margin-top: 4.5em !important;
    } */

    section#welcome img {
        height: 121px;
    }

    header #logo {
        width: 100px;
    }
}

/* 
    Header Action Buttons 
*/

header .action-btns #login {
    text-decoration: none;
    font-family: 'Jost', sans-serif;
    font-weight: bold;
    border-radius: 5px;
    width: 130px;
    padding: 15px;
    border: 2px solid #F7931E;
    text-align: center;
    color: #fff;
    outline: 0;
    background-color: transparent;
    transition: 0.3s all;
}

header .action-btns #login:hover {
    background: #F7931E;
}

header .action-btns #register:hover {
    background: rgb(226, 129, 19);
}

header .action-btns #register {
    text-decoration: none;

    font-family: 'Jost', sans-serif;
    font-weight: bold;
    border-radius: 5px;
    width: 130px;
    padding: 15px;
    border: 2px solid #F7931E;
    text-align: center;
    color: #fff;
    outline: 0;
    background-color: #F7931E;
    transition: 0.3s all;
}


/* 
    Mobile Menu
*/
#show-mobile-menu {
    cursor: pointer;
}

.mobile-menu-wrapper {
    position: fixed;
    top: 0;
    left: -500em;
    bottom: 0px;
    height: 100vh;
    background: #fff;
    width: 87%;
    transition: 0.3s all;
    z-index: 99999;
    padding: 1em;
}

.mobile-menu-wrapper i {
    font-size: 30px;
}

.mobile-menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

.mobile-menu li {
    padding-left: 0em !important;
    padding: 1em;
}

.mobile-menu-link {
    font-family: 'Jost';
    font-weight: 700;
    color: #404A59;
    text-decoration: none;
}


/* 
    Welcome Section
*/

section#welcome img#primary-bg {
    mix-blend-mode: multiply;
    /* filter: brightness(70%); */
}

section#welcome img#primary-bg.mobile-bg {
    height: 450px;
    border-radius: 3px;
}

.highlight-wrapper {
    padding-top: 200px;
}

.highlight-text {
    position: relative;
    z-index: 1;
    color: #fff;
    font-family: 'Jost', sans-serif;
    font-weight: 700;
    font-size: 72px;
}

.highlight-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    z-index: 999;
    position: relative;
    font-family: 'Open Sans', sans-serif !important;
}

#highlight-register-button {
    background: #F7931E;
    outline: 0;
    border: 2px solid #F7931E;
    border-radius: 5px;
    width: 350px;
    height: 45px;
    position: relative;
    z-index: 1;
    font-weight: bold;
    font-size: 22px;
    transition: 0.3s all;
    text-decoration: none;
}


#highlight-register-button:hover {
    background-color: #F7931E;
    color: #fff;
}

#highlight-register-button:hover span.text-orange {
    color:#fff !important;
}




@media screen and (max-width:992px) {
    .highlight-wrapper {
        padding-top: 155px;
    }

    .highlight-text {
        font-size: 28px;
        text-align: center;
    }

    .highlight-description {
        margin-top: 15px;
        font-size: 18px;
        text-align: center;
    }

    #highlight-register-button {
        width: 100%;
    }
}

/* 
    Footer
*/

footer {
    padding: 4em;
    color: #fff;
    background-color: #404A59;
    font-family: 'Jost';
    font-weight: 700;
    font-size: 14px;
}

.footer-wrapper {
    padding: 0px 100px;
}

.footer-link {
    font-family: 'Jost';
    font-weight: 400;
    font-size: 15px;
    color: #ffffff80;
    text-decoration: none;
    transition: 0.3s all;
}

.footer-link:hover {
    margin-left: 10px;
    color: orange;
    text-decoration: underline;
}

.footer-menu li {
    margin-bottom: 10px;
}

.footer-box {
    margin-right: 100px;
}

@media screen and (max-width:992px) {
    .footer-wrapper {
        padding: 0px !important;
    }

    .footer-box {
        margin-right: 0px !important;
    }

    footer {
        padding: 2em;
    }
}

/* 
    Mini Footer 
*/
.mini-footer {
    font-family: 'Jost', sans-serif;
    background-color: #222D3E;
    width: 100%;
    color: #fff;
    font-weight: bold;
    padding: 1em;
}

.mini-footer .left,
.right {
    font-weight: 600;
}

.mini-footer a {
    color: #fff;
    text-decoration: none;
}

.mini-footer-wrapper {
    padding: 0px 160px;
}

@media screen and (max-width:992px) {
    .mini-footer-wrapper {
        padding: 0;
        text-align: center;
    }
}

/* 
    Login Screen
*/
#login-image {
    width: 100%;
    /* mix-blend-mode: multiply; */
}

.login-screen-back-drop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #404A59;
    z-index: -1;
}

.login-screen-wrapper {
    position: absolute;
    top: 32%;
    left: 17.3%;
}

.login-screen-title {
    position: relative;
    z-index: 2;
    color: #fff;
    font-family: 'Jost';
    font-weight: 700;
    font-size: 64px;
}

.login-form-wrapper {
    padding: 0em 8.75em;
    margin-top: 0em;
}

.login-divider {
    position: absolute;
    left: 23px;
    top: -50px;
    height: 274px;
    width: 2px;
    background-color: #7e797c;
    z-index: 1;
    opacity: 40%;
}

.login-screen-desc {
    font-family: 'Open Sans';
    font-weight: 200;
    color: #fff;
    margin-left: 50px;
}

.mini-login-wun {
    position: relative;
    width: 35px;
    left: 7px;
    top: -90px;
}

.register-checkbox {
    height: 25px;
    width: 25px;
}

.register-checkbox:checked {
    background-color: #F7931E;
    border-color: #F7931E;
}

.modal#register-contact .modal-body p.desc {
    font-family: 'Open Sans';
}

@media screen and (max-width:992px) {

    .register-contract {
        font-size: 12px !important;
    }

    #login-image {
        height: 360px;
    }

    .mini-login-wun {
        top: 5px;
        left: -7px;
    }

    .login-screen-wrapper {
        top: 10% !important;
        font-size: 14px;
    }

    .login-screen-title {
        left: -3px;
        top: 60px;
        font-size: 28px;
    }

    .login-screen-desc {
        position: relative;
        top: 100px !important;
        left: -20px;
        margin-top: 0em;
    }

    .login-divider {
        top: 40px !important;
        left: 7px !important;
    }

    .login-form-wrapper {
        padding: 1em !important;
        margin-top: 0em !important;
    }
}

/* 
    Members
*/
.search-wrapper {
    position: relative;
}

.search-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #A7A7A7;
    border-radius: 10px;
    color: #fff;
    width: 87.5px;
    height: 40px;
    cursor: pointer;
}

.search-icon i {
    color: #fff;
    font-size: 18px;
}

#search-member {
    height: 60px;
    border: 0;
    outline: 0;
    padding-left: 15px;
    border-radius: 10px;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 14px;
    color: #777777;
    width: 100%;
    background: #F8F8F8;
}

#search-member::placeholder {
    color: #777777;
}

select#member-filter {
    height: 60px;
    color: #777777;
    border-radius: 10px;
}

/* Member List */
.member-box {
    box-shadow: 0px 2px 7px 3px #00000014;
    padding: 1em;
    transition: 0.3s all;
    cursor: pointer;
}

.member-box:hover {
    background-color: #e5e5e55e;
}

.member-box .image {
    padding: 2.5em;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 15px;
}

.member-box .properties .title {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-family: 'Jost';
    font-weight: 700;
    line-height: 30px;
    font-size: 20px !important;
}

.member-box .properties .description {
    color: #777777;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.member-box .properties .contacts a,
p {
    text-decoration: none;
    color: #777777;
    font-size: 14px;
}

.member-box .description{
    height: 70px;
}
.member-box .contacts{
    height: 85px; /* 110 */
}
.member-box a:hover{
    color: #F7931E !important;
}

.member-box .contacts a,
.member-box .properties .description,
.member-box .properties .title{
    line-break: anywhere;
}
/* Members Pagination */
.pagenation .pagination-prev-btn,
.pagination-next-btn {
    width: 90px;
    height: 50px;
    background: transparent;
    transition: 0.3s all;
    color: #777777;
    border-radius: 10px;
    text-decoration: none;
    border: 1px solid #F0F0F0;
    padding: 15px;
}

.pagenation .pagination-prev-btn:hover,
.pagination-next-btn:hover {
    background: #F7931E;
    color: #fff;
}

.pagenation .pagenation-list a {
    border: 1px solid #F0F0F0;
    color: #777777;
    padding: 15px;
    border-radius: 10px;
    background-color: transparent;
    transition: 0.3s all;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}

@media screen and (max-width:992px){
    .pagenation .pagenation-list a{
        padding: 5px !important;
    }
    .pagination-prev-btn,
    .pagination-next-btn{
        padding: 10px !important;
    }
}

.pagenation .pagenation-list a:hover {
    background: #F7931E;
    color: #fff;
}

.pagenation .pagenation-list a.active {
    background: #F7931E;
    color: #fff;
}

/* 
    Quickly Section
*/
@media screen and (max-width:992px) {

    .quickly-section-title,
    .quickly-section-title div {
        font-size: 26px;
    }
}

/* 
    How to design Website?
*/

.htdw-box {
    border-radius: 5px;
    background: #fff;
    width: 228px;
    height: 405px;
    padding: 20px;
}

.htdw-box .htdw-title {
    color: #404A59;
    text-align: center;
    font-family: 'Jost';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.htdw-image {
    width: 188px;
    height: 188px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.htdw-box .htdw-desc {
    color: #404A59;
    text-align: center;
    font-family: Open Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 12px;
}

#htdw-main-title {
    white-space: nowrap;
}

@media screen and (max-width:992px) {

    .section-title,.section-title-primary{
        font-size: 26px !important;
    }
    .htdw-title-wrapper,
    .htdw-title-wrapper .section-title-primary
    
    .faq-title-wrapper,
    .faq-title-wrapper .section-title-primary
    {
        font-size: 26px
    }

    .htdw-box {
        width: 100%;
    }
}

/* 
    60 Minutes Build Web Site
*/

#build-website .left {
    width: 80%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background: var(--primary-gradient, linear-gradient(90deg, #F6B53D -0.01%, #F7931E 99.99%));
}

#build-website .left>.highlight-text {
    color: #FFF;
    font-family: 'Open Sans';
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#build-website .right {
    border-radius: 10px;
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

#build-website .right .backdrop {
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.7;
    background: #404A59;
    mix-blend-mode: multiply;
}

.view-website-builder-btn {
    border-radius: 35px;
    border: 1px solid #fff;
    background: #fff;
    width: 198px;
    height: 56px;
    color: var(--primary-gray, #404A59);
    font-family: 'Open Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    background-color: #fff;
    z-index: 9999;
    transform: translateY(-50%);
    top: 50%;
    margin: 0 auto;
    left: 0;
    right: 0;
    transition: 0.3s all;
}

.view-website-builder-btn:hover {
    color: #fff;
    border: 0;
    background-color: #f7a02a;
}
.view-website-builder-btn:hover path{
    fill: #fff !important;
}

@media screen and (max-width:992px) {
    #build-website .right {
        margin-left: 0px !important;
        margin-top: -15px;
    }

    #build-website .right img {
        border-radius: 10px;
    }

    #build-website .left {
        width: 100%;
        border-radius: 10px;
    }

    #build-website .left>.highlight-text {
        font-size: 26px;
    }
}

/* 
    Premium Experience
*/
section#premium-experience .left-wrapper img {
    border-radius: 5px;
}

section#premium-experience .left-wrapper .col-6:nth-child(1) img {
    width: 324px;
    height: 282px;
}

section#premium-experience .left-wrapper .col-6:nth-child(2) img {
    width: 204px;
    height: 204px;
}

section#premium-experience .left-wrapper .col-6:nth-child(3) img {
    width: 264px;
    height: 204px;
}

section#premium-experience .left-wrapper .col-6:nth-child(4) img {
    width: 240px;
    height: 286px;
}

.inner-bg{
    mix-blend-mode: multiply;
}

section#premium-experience img#circle {
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
    margin: 0 auto;
    mix-blend-mode: multiply;
}

section#premium-experience .section-details .mini-detail-box .desc {
    color: var(--primary-gray, #404A59);
    font-family: 'Jost';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    text-transform: capitalize;
}

section#premium-experience .premium-experience-divider-color {
    background-color: #1C1E221A;
}

section#premium-experience #highlight-register-button {
    width: 411px !important;
    height: 64px !important;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.3em;
}
section#premium-experience #highlight-register-button:hover span:nth-child(2) {
    color: #fff;
}

/* 
    FAQ 
*/
section#faq{
    background-image: url('../images/faq-section-bg.png');
    background-size: cover;
}
section#faq .accordion-button {
    border-radius: 4px !important;
    background: #fff !important;
    color: #404A59;
    font-family: 'Jost';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 214.286% */
}

section#faq .accordion-button:focus {
    box-shadow: unset !important;
}

section#faq .accordion-button::after{
    width: 7.5px !important;
    height: 4.44px !important;
    background-size: auto;
    background-image: url('../images/active-accordion.svg') !important;
}
section#faq .accordion-body {
    color: #777;
    font-family: 'Open Sans';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    background: #F6F6F6;
    text-align:left !important;
    padding-right: 10px !important;
}

/* 
    Payment Details
*/
section#payment-details .payment-box{
    cursor: pointer;
    border-radius: 10px;
    border: 1px solid var(--primary-yellow, #F7931E);
    padding: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    height: 144px;
    transition: 0.3s all;
}
section#payment-details .payment-box:hover{
    background: #fff;
}
section#payment-details .payment-box:hover .title{
    color: #404A59;
}
section#payment-details .payment-box .title{
    color: #F7931E;
    text-align: center;
    font-family: 'Poppins';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
section#payment-details .payment-box .mastercard-text{
    position: absolute;
    z-index: 99;
    top: 0px;
}
@media screen and (max-width:992px){
    section#payment-details .payment-box .title{
        font-size: 14px;
        text-wrap: nowrap;
    }
}

/* 
    Home Screen - Members List
*/
a#show-all-members{
    color: #fff;
    border-radius: 5px;
    background: #F7931E;
    width: 169px;
    height: 64px;
    text-decoration: none;
    display: flex;
    justify-content:center;
    align-items: center;
    transition: 0.3s all;
    text-align: center;
    font-family: 'Jost';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; 
    text-transform: capitalize;
}
a#show-all-members:hover{
    background: #d27e1ee2;
}

/* 
    Contact
*/

.contact-frame{
    border:0; 
    width: 100%; 
    height: 384px;
}
.contact-input{
    width: 100%;
    border-radius: 5px;
    border: 1px solid #EDEDED;
    background: #FFF;
    color: #404A59;
    font-family: 'Open Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; 
    padding: 15px;
    outline: 0;
}
.contact-input::placeholder{
    color: #404A59;
    font-family: 'Open Sans';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; 
}
.contact-input:focus{
    outline: 1px solid #404A59;
}
.contact-btn{
    width: 100%;
    color: #fff;
    border-radius: 5px;
    background: linear-gradient(90deg, #F6B53D -0.01%, #F7931E 99.99%);
    outline: 0;
    border: 1px solid #F7931E;
    padding: 20.63px;

    color:#FFF;
    text-align: center;
    font-family: 'Jost';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 142.857% */
    text-transform: capitalize;
}

