:root {
    --white: #fff;
    --ceramic: #FDFDFD;
    --water: #EBF5F4;
    --iceberg: #DEEDEC;
    --mercury: #D9E8E6;
    --cyan: #057F78;
    --liver: #57584E;
    --semi-black: #22625E;
    --vibrant: #FFD313;
    --deep-aqua: #057F78;
    --lava-red: #DA281D;
    --main-font: "DM Sans", sans-serif;
}
body {
    font-family: var(--main-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: var(--liver);
    background-color: var(--white);
}
body *:last-child {
    margin-bottom: 0;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
a {
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
img {
    max-width: 100%;
    height: auto;
}
h1, h2, h3, h4, h5 {
    font-weight: 700;
    text-transform: capitalize;
}
h1 {
    font-size: 61.04px;
    line-height: 1.18;
}
h2 {
    font-size: 48.83px;
    line-height: 1.15;
}
h3 {
    font-size: 39.06px;
}
h4 {
    font-size: 31.25px;
    line-height: 1.28;
}
h5 {
    font-size: 25px;
    line-height: 1.28;
}
p {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 400;
}
p.small {
    font-size: 16px;
    line-height: 1.5;
}
.container {
    max-width: 1512px;
}
.div-1016 {
    max-width: 1016px;
}
a.logo {
    max-width: 235px;
    height: auto;
}
.primary-solid, .primary-arrow-solid {
    color: var(--ceramic);
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    background-color: var(--lava-red);
    border-radius: 4px;
    border: 1px solid var(--lava-red);
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.primary-solid {
    padding: 11px 15px;
}
.primary-solid:hover, .primary-arrow-solid:hover {
    background-color: #8c0800;
}
.primary-arrow-solid {
    padding: 15px 23px;
}
.primary-arrow-solid i {
    margin-right: 8px;
    font-size: 16px;
}
/* Header style */
.site-header {
    padding: 24px 0;
}
nav.navmenu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
nav.navmenu ul li a {
    color: var(--cyan);
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
}
nav.navmenu ul li a:hover {
    color: var(--liver);
}
.navbar-right {
    min-width: 235px;
    text-align: end;
}
/* Footer Style */
.footer-top {
    padding: 88px 0;
    color: var(--white);
    background-color: var(--cyan);
}
.footer-top-content {
    max-width: 1016px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 48px;
    text-align: center;
}
.footer-top-content .footer-title h4 {
    margin-bottom: 16px;
}
.footer-top-content .footer-title p {
    max-width: 690px;
    margin: 0 auto;
}
.footer-top-content .primary-solid {
    padding: 15px 23px;
}
.footer-top-content .primary-solid:hover {
    color: var(--ceramic);
}
.footer-bottom {
    background-color: #22625E;
    color: var(--ceramic);
}
.footer-bottom-content .industries {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px;
}
.single-industry {
    min-width: 96px;
}
.single-industry img {
    width: 100%;
    height: auto;
}
.site-footer .copyright {
    color: var(--iceberg);
    padding: 8px 0;
}
.site-footer .copyright .center-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.site-footer .copyright .center-logo a {
    color: var(--ceramic);
    text-transform: uppercase;
}
.site-footer .copyright .center-logo a:hover {
    color: var(--vibrant);
}
.devider {
    font-size: 16px;
}
/* Modal Style */
.timer-modal .modal-dialog {
    max-width: 720px;
}
.timer-modal .modal-content {
    padding: 23px;
    border: 1px solid var(--mercury);
}
.timer-modal .timer-modal-header {
    text-align: end;
    margin-bottom: 12px;
}
.timer-modal .timer-modal-header button {
    font-size: 14px;
    padding: 13px;
}
.timer-modal .timer-modal-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 48px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.timer-modal .body-content, #timerModal .body-timer {
    text-align: center;
}
.timer-modal .body-content h5, #timerModal .body-timer p {
    margin-bottom: 24px;
}
.timer-modal .body-content p span {
    color: var(--cyan);
}
.timer-modal .body-bottom-btn {
    width: 100%;
}
.timer-modal .body-bottom-btn a {
    width: 100%;
    text-align: center;
}
/* timer style */
.timer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 4px;
    font-size: 48.83px;
    background: transparent;
}
.time-box {
    width: 88px;
    height: 88px;
    padding: 16px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}
.separator {
    padding: 8px;
}
/* Hero Section Style */
.hero-section {
    padding: 24px 0 56px;
    background-image: url('../img/hero-bg.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: cover;
}
.hero-inner-content {
    max-width: 968px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
}
.hero-inner-content .hero-title {
    text-align: center;
}
.hero-inner-content .hero-title h1 {
    margin-bottom: 12px;
}
.hero-benefits .single-item p {
    position: relative;
    padding-left: 28px;
}
.hero-benefits .single-item p:before {
    content: '';
    height: 20px;
    width: 20px;
    border: 2px solid #18928B;
    border-radius: 20px;
    position: absolute;
    left: 0;
    top: 0;
}
.hero-benefits .single-item p:after {
    content: '';
    height: 6px;
    width: 9px;
    border-left: 2px solid #18928B;
    border-bottom: 2px solid #18928B;
    position: absolute;
    left: 6px;
    top: 6px;
    -webkit-transform: rotate(310deg);
            transform: rotate(310deg);
}
.hero-bottom-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}
.hero-date, .investment-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 36px;
    background-color: var(--white);
    padding: 8px 8px 8px 24px;
    border-radius: 4px;
    border: 1px solid var(--mercury);
    box-shadow: 8px 12px 32px 0px rgba(24, 146, 139, 0.05);
    min-height: 72px;
}
/* badge section style */
.badges-section {
    padding: 56px 0;
}
.badges-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 48px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.badges-content .single-badge {
    padding: 8px 16px;
}
/* investment benefits section style */
.investment-benefits {
    padding: 56px 0;
    background-color: var(--water);
}
.investment-title {
    max-width: 968px;
    margin: 0 auto;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    margin-bottom: 96px;
}
.investment-cards {
    margin-bottom: 48px;
}
.single-investment-card {
    background-color: var(--iceberg);
    color: var(--liver);
    padding: 48px 24px;
    border-radius: 16px;
    max-width: 348px;
    text-align: center;
    margin: 0 auto;
    min-height: 100%;
}
.single-investment-card img {
    margin-bottom: 16px;
}
.investment-date {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.investment-date a {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
}
/*Success Stories Section Style */
.success-stories-section {
    padding: 56px 0;
    text-align: center;
}
.stories-title {
    margin-bottom: 64px;
}
.stories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 64px;
}
.stories p {
    font-size: 25px;
}
.stories .tab-content {
    max-width: 720px;
    margin: 0 auto;
    border-radius: 4px;
    border: 1px solid var(--mercury);
    box-shadow: 8px 12px 32px 0px rgba(24, 146, 139, 0.05);
    padding: 48px;
}
ul#custom-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
ul#custom-tab, ul#custom-tab li a {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 4px;
    color: var(--liver);
}
ul#custom-tab li a.active {
    background-color: var(--vibrant);
}
ul#custom-tab .single-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 24px 32px;
}
ul#custom-tab .single-tab .single-tab-content {
    text-align: left;
}
ul#custom-tab .single-tab .single-tab-content p {
    font-weight: 700;
    font-size: 20px;
}
ul#custom-tab .single-tab .single-tab-content p.small {
    font-weight: 400;
    font-size: 16px;
}
/* Work Process Section */
.work-process-section {
    background: url('../img/real-state-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 209px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.work-process-section h2 {
    margin-bottom: 56px;
    text-align: center;
}
.work-process-section .process {
    padding: 16px;
    max-width: 414px;
    margin: 0 auto;
    color: var(--liver);
}
.work-process-section .process h5:first-child {
    padding: 8px;
    border-radius: 4px;
    background: #E6F2F1;
    display: inline-block;
    width: 44px;
    text-align: center;
    color: var(--cyan);
}
.reserve-form > * {
    width: 100%;
}
.reserve-form label {
    width: 100%;
}
.reserve-form br {
    display: none;
}
.reserve-form form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.reserve-form label span {
    display: block;
}
.reserve-form label span :is(input, textarea) {
    width: 100%;
    max-height: 96px;
    padding: 8px 16px;
    outline: none;
    border-radius: 5px;
    border-width: 1px;
    border-color: #999;
    margin-top: 4px;
}
.reserve-form label span span {
    padding: 4px 0 0;
    font-size: 14px;
}
section.videos-section {
    padding: 80px 0;
}
.iframe-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 177.75%;
}
.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.radio-button-group label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.radio-button-group label input {
    margin: 0;
}
span.error {
    padding-top: 4px;
    display: block;
    font-size: 14px;
    color: #f73b3b;
}
section.questionary-section {
    padding: 60px 0;
    background: var(--cyan);
    color: var(--white);
}
.inner-section ul.wp-block-list {
    list-style: disc;
    margin-bottom: 30px;
    padding-left: 34px;
}
.inner-section ul.wp-block-list li > ul {
    margin-top: 10px;
    list-style: circle;
}

/* New Landing Page  */
.heading-46 {
    font-size: 46px;
    line-height: 1.2;
}
.primary-solid-hover-yellow {
    color: var(--white);
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    background-color: #e60000;
    border-radius: 10px;
    border: 1px solid #e60000;
    transition: 0.3s all;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 20px 30px;
}
.primary-solid-hover-yellow:hover {
    background-color: #f4cb66;
    border-color: #f4cb66;
}
.div-1400 {
    max-width: 1424px;
}
/* investment-numbers-section */
.investment-numbers-section {
    background-image: url(../img/bg-gradient-blue.jpg);
    background-size: cover;
    padding: 100px 0;
    text-align: center;
    color: var(--white);
}
.investment-numbers-content h2 {
    font-size: 46px;
    margin-bottom: 50px;
}
.investment-numbers-bottom-content a.primary-solid-hover-yellow {
    margin-top: 30px;
}
.single-number-wraper {
    padding: 20px;
}
.single-number {
    padding: 10px;
    background-image: url(../img/bg-counter.png);
    background-size: cover;
}
.single-number span, .single-reward span {
    color: #f4cb66;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    display: inline-block;
}
.investment-numbers-bottom-content p {
    font-size: 16px;
}

/* midas-owners-slider-section */
section.midas-owners-slider-section {
    padding: 100px 0 120px;
    background-image: url(../img/bg-testimonial.jpg);
    background-size: cover;
}
.midas-owners-intro h2 {
    color: #000000;
    font-size: 46px;
    margin: 0;
}
.midas-owners-intro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 70px;
}
.carousel-btn {
    display: flex;
    align-items: center;
    gap: 30px;
}
.carousel-btn button {
    background-color: #e60000;
    color: #ffffff;
    border-radius: 100px;
    border: none;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.carousel-btn button span {
    display: inline-block;
    height: 2px;
    width: 26px;
    background-color: white;
    position: relative;
}
.carousel-btn button span::before {
    content: '';
    height: 16px;
    width: 16px;
    border-left: 2px solid white;
    border-bottom: 2px solid white;
    position: absolute;
    left: 1px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}
.carousel-btn button.next span::before {
    transform: translateY(-50%) rotate(222deg);
    left: 9px;
}
.single-owner {
    background-color: #000;
    overflow: hidden;
    height: auto;
}
.video-container {
    position: relative;
    height: 0;
    padding: 28%;
}
.video-container iframe {
    max-width: 100%;
    width: 100%;
    margin: 0;
    line-height: 1;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border: 0;
    background-color: transparent;
}
.video-container .img-with-play-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
.video-container .img-with-play-btn button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: inline-block;
    line-height: 0;
    padding: 20px;
    border-radius: 100%;
    background: #fff;
    cursor: pointer;
    border: none;
}
.video-container .img-with-play-btn button svg {
    width: 30px;
    height: 30px;
    transform: translateX(3px);
}

/* owner-reward-section */
section.owner-reward-section {
    padding: 100px 0;
}
.owner-reward-content {
    padding: 20px;
}
.owner-reward-content h4, .support-content-area h4 {
    font-size: 28px;
    font-weight: 700;
    font-style: italic;
    line-height: 1.1;
    color: #cb9c2c;
    margin-bottom: 15px;
    max-width: 350px;
}
.owner-reward-content h2, .support-content-area h2 {
    color: #000000;
    font-size: 46px;
    margin-bottom: 20px;
}
.single-reward {
    padding: 20px 20px 25px;
    text-align: center;
    height: 100%;
}
.single-reward div {
    background: linear-gradient(90deg,#F4CB66 0%,#CB9C2C 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.single-reward span {
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
}
.single-reward p {
    font-size: 18px;
    font-weight: 500;
}
.owner-reward-content > p {
    font-size: 16px;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
.owner-reward-right-img {
    padding: 20px;
}

/* multiple-revenue-section  */
section.multiple-revenue-section {
    padding: 100px 0;
    background-image: url(../img/bg-gradient-dark-blue.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.multiple-revenue-intro {
    margin-bottom: 50px;
}
.multiple-revenue-intro h2 {
    color: var(--white);
    font-size: 46px;
}
.multiple-revenue-intro p {
    color: var(--white);
    font-size: 16px;
    font-weight: 300;
    line-height: 25.5px;
}
.single-revenue {
    padding: 20px;
    height: 100%;
}
.single-revenue img {
    margin-bottom: 20px;
}
.single-revenue h5.title {
    font-size: 22px;
    font-weight: 500;
    color: #fee600;
    text-align: center;
}

/* support-section */
section.support-section {
    padding: 100px 0;
}
.support-content-area, .support-right {
    height: 100%;
}
.support-content-area h4 {
    max-width: 100%;
}
.support-content-area h2 {
    margin-bottom: 40px;
}
.single-support img {
    max-width: 93px;
    margin-right: 5px;
}
.all-support {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.single-support h6 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin: 0;
}
.single-support p {
    font-weight: 300;
    color: #000;
    line-height: 25.6px;
    font-size: 16px;
}
.seciton-bottom-content {
    padding-top: 24px;
}
.bottom-content p {
    margin-bottom: 30px;
    font-weight: 300;
    line-height: 25px;
    color: #000;
    font-size: 16px;
}