@font-face {
    font-family: "GeneralSans";
    src:
        url("../fonts/GeneralSans-Regular.woff2") format("woff2"),
        url("../fonts/GeneralSans-Regular.woff") format("woff"),
        url("../fonts/GeneralSans-Regular.ttf") format("truetype");
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: "GeneralSans";
    src:
        url("../fonts/GeneralSans-Italic.woff2") format("woff2"),
        url("../fonts/GeneralSans-Italic.woff") format("woff"),
        url("../fonts/GeneralSans-Italic.ttf") format("truetype");
    font-weight: 400;
    font-display: swap;
    font-style: italic;
}
@font-face {
    font-family: "GeneralSans";
    src:
        url("../fonts/GeneralSans-Medium.woff2") format("woff2"),
        url("../fonts/GeneralSans-Medium.woff") format("woff"),
        url("../fonts/GeneralSans-Medium.ttf") format("truetype");
    font-weight: 500;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: "GeneralSans";
    src:
        url("../fonts/GeneralSans-MediumItalic.woff2") format("woff2"),
        url("../fonts/GeneralSans-MediumItalic.woff") format("woff"),
        url("../fonts/GeneralSans-MediumItalic.ttf") format("truetype");
    font-weight: 500;
    font-display: swap;
    font-style: italic;
}
@font-face {
    font-family: "GeneralSans";
    src:
        url("../fonts/GeneralSans-Semibold.woff2") format("woff2"),
        url("../fonts/GeneralSans-Semibold.woff") format("woff"),
        url("../fonts/GeneralSans-Semibold.ttf") format("truetype");
    font-weight: 600;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: "General Sans";
    src:
        url("../fonts/GeneralSans-SemiboldItalic.woff2") format("woff2"),
        url("../fonts/GeneralSans-SemiboldItalic.woff") format("woff"),
        url("../fonts/GeneralSans-SemiboldItalic.ttf") format("truetype");
    font-weight: 600;
    font-display: swap;
    font-style: italic;
}
@font-face {
    font-family: "GeneralSans";
    src:
        url("../fonts/GeneralSans-Bold.woff2") format("woff2"),
        url("../fonts/GeneralSans-Bold.woff") format("woff"),
        url("../fonts/GeneralSans-Bold.ttf") format("truetype");
    font-weight: 700;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: "GeneralSans";
    src:
        url("../fonts/GeneralSans-BoldItalic.woff2") format("woff2"),
        url("../fonts/GeneralSans-BoldItalic.woff") format("woff"),
        url("../fonts/GeneralSans-BoldItalic.ttf") format("truetype");
    font-weight: 700;
    font-display: swap;
    font-style: italic;
}

@font-face {
    font-family: "Thunder";
    src:
        url("../fonts/Thunder-MediumLC.woff2") format("woff2"),
        url("../fonts/Thunder-MediumLC.woff") format("woff"),
        url("../fonts/Thunder-MediumLC.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Thunder";
    src:
        url("../fonts/Thunder-SemiBoldLC.woff2") format("woff2"),
        url("../fonts/Thunder-SemiBoldLC.woff") format("woff"),
        url("../fonts/Thunder-SemiBoldLC.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Thunder";
    src:
        url("../fonts/Thunder-LightLC.woff2") format("woff2"),
        url("../fonts/Thunder-LightLC.woff") format("woff"),
        url("../fonts/Thunder-LightLC.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "DM Sans";
    src: url("../fonts/DMSans-Bold.eot");
    src:
        url("../fonts/DMSans-Bold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/DMSans-Bold.woff2") format("woff2"),
        url("../fonts/DMSans-Bold.woff") format("woff"),
        url("../fonts/DMSans-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "DM Sans";
    src: url("../fonts/DMSans-Regular.eot");
    src:
        url("../fonts/DMSans-Regular.eot?#iefix") format("embedded-opentype"),
        url("../fonts/DMSans-Regular.woff2") format("woff2"),
        url("../fonts/DMSans-Regular.woff") format("woff"),
        url("../fonts/DMSans-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    background-color: #1e1e1e;
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    font-family: "GeneralSans";
}
.font-Thunder {
    font-family: "Thunder";
}
.font-GeneralSans {
    font-family: "GeneralSans";
}
.font-DM-sans {
    font-family: "DM Sans";
}
.f-W-L {
    font-weight: 300 !important;
}
.f-W-M {
    font-weight: 500 !important;
}
.f-W-SB {
    font-weight: 600 !important;
}
.f-W-B {
    font-weight: 700 !important;
}
img {
    max-width: 100%;
}
a,
a:hover {
    color: #f5907c;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}
.f-s-48 {
    font-size: 48px;
}
.f-s-24 {
    font-size: 24px;
}
.f-s-20 {
    font-size: 20px;
}
.f-s-36 {
    font-size: 36px;
}

.z-ind-1 {
    z-index: 1;
}

.bounce {
    animation: bounce2 4s ease infinite;
}
.bounce_1 {
    animation: bounce3 4s ease infinite;
}
@keyframes bounce2 {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}
@keyframes bounce3 {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(0);
    }
}

.wrap-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}
.wrap-header .cst-navbar {
    padding-top: 50px;
    padding-bottom: 15px;
    transition: all 0.2s linear;
}
.siteLogo {
    max-width: 221px;
    display: inline-block;
}
.thm-navigation > .nav-item:not(:last-child) {
    margin-right: 44px;
}
.thm-navigation > .nav-item > .nav-link {
    font-size: 16px;
    color: #a7a7a7;
    font-weight: 500;
    line-height: 1;
    padding: 0;
}
.thm-navigation > .nav-item > .nav-link:hover {
    color: #fff;
}
.pgScroll_Header .wrap-header {
    background-color: #1e1e1e;
}
.pgScroll_Header .wrap-header .cst-navbar {
    padding-top: 15px;
    padding-bottom: 15px;
}

.hero-Section {
    padding-top: 150px;
    padding-bottom: 50px;
    min-height: 100vh;
    position: relative;
}
.hero-Section .contWrapper {
    position: relative;
    z-index: 1;
    padding-top: 75px;
}
.hero-Section .videoWrap {
    position: absolute;
    width: 100%;
    height: 140%;
    overflow: hidden;
    top: 0;
    left: 0;
}
.hero-Section .videoWrap .heroFull-video {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
.hero-infoWrapp .head-text {
    font-weight: 600;
    font-size: 60px;
    line-height: 0.9;
    margin: 0;
}
.hero-infoWrapp .head-text .line-Stroke {
    position: relative;
}
.hero-infoWrapp .head-text .line-Stroke:after {
    content: "";
    position: absolute;
    width: 218px;
    height: 13px;
    background-image: url(../images/stroke.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    left: 0;
    bottom: 3px;
}
.hero-infoWrapp .text-cont {
    font-size: 48px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.51);
    line-height: 1;
}
.hero-infoWrapp .social-List {
    margin-top: 40px;
}
.social-List {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.social-List > li:not(:last-child) {
    margin-right: 20px;
}
.social-List .icon-wrap img {
    max-width: 20px;
    width: 100%;
}
.hero-textSummary {
    max-width: 330px;
    margin-left: auto;
    margin-top: 40px;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
}
.hero-Section .scrollBtn-pos {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 2;
}
.hero-Section .scrollBtn {
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: none !important;
    background-color: transparent;
    max-width: 62px;
    position: absolute;
    right: 0;
    bottom: 40px;
}
.section-Vision-and-About {
    position: relative;
}

.section-Vision {
    padding-top: 55px;
    padding-bottom: 70px;
    position: relative;
    z-index: 1;
}
.sec-bgMedia {
    position: absolute;
    left: 0;
    top: 220px;
    width: 100%;
    height: 768px;
    overflow: hidden;
    line-height: 0;
}
.sec-bgMedia .bg {
    object-fit: fill;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
.vision-Video {
    line-height: 0;
    border-radius: 20px;
    overflow: hidden;
}
.sec_scroll_mng {
    position: relative;
    top: -62px;
}
.section-Wrapp {
    padding-top: 80px;
    padding-bottom: 50px;
}
.sec-header-wrapp {
    margin-bottom: 40px;
    position: relative;
}
.sec-sm-head {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 7px;
    line-height: 1;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.51);
}
.sec-head {
    font-weight: 500;
    font-size: 48px;
    margin-bottom: 0;
    line-height: 1;
}

/*Bhushan CSS*/
.card_bx {
    background: #242424;
    border-radius: 20px;
    overflow: hidden;
}
.cardBx_1 .cardImg {
    padding-bottom: 10px;
}
.cardBx_1 .card-inner {
    padding: 28px;
    padding-top: 10px;
}
.cardBx_1 .platformLogo {
    max-width: 144px;
    width: 100%;
    display: block;
    margin-bottom: 17px;
}
.platformTxt {
    font-size: 14px;
    opacity: 0.5;
    line-height: 1.5;
}

.cardBx_2 .platformTitle {
    font-size: 64px;
    line-height: 1;
    margin-bottom: 10px;
}
.cardBx_2 .card-inner {
    padding: 25px 20px;
    padding-left: 20px;
}
.cardBx_2 .platformLogo {
    margin-bottom: 10px;
}

.cardBx_3 .platformTitle,
.cardBx_1 .platformTitle {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 15px;
    padding-right: 15px;
}
.cardVideo {
    mix-blend-mode: difference;
    border-radius: 25px;
    display: block;
    margin: auto;
    width: auto;
}
.cardBx_3 .card-inner {
    padding: 25px 20px;
}
.cardBx_3 .platformLogo {
    margin-bottom: 30px;
}
.card_bx.cardBx_1 {
    height: 100%;
}

.card_bx.cardBx_2,
.card_bx.cardBx_3 {
    height: 48%;
}
.mrg-b-30 {
    margin-bottom: 30px !important;
}
.card_bx {
    margin-bottom: 30px;
}
.teamBx_top {
    background: #242424;
    border: 1px solid rgba(245, 144, 124, 0.3);
    border-radius: 12px;
    position: relative;
    padding: 25px 15px;
    padding-top: 50px;
    margin-bottom: 50px;
}

.clr-2 {
    color: #f5907c;
}

.teamBx_top .teamFounder_1 {
    position: absolute;
    top: -38%;
    width: 76%;
    text-align: center;
    transform: translate(0%, 50%);
    left: 0;
    line-height: 1;
    margin: auto;
    right: 0;
}
.teamFounder_inner {
    background: rgba(30, 30, 30, 1);
    background: -moz-linear-gradient(
        top,
        rgba(30, 30, 30, 1) 0%,
        rgba(30, 30, 30, 1) 50%,
        rgba(36, 36, 36, 1) 51%,
        rgba(36, 36, 36, 1) 100%
    );
    background: -webkit-gradient(
        left top,
        left bottom,
        color-stop(0%, rgba(30, 30, 30, 1)),
        color-stop(50%, rgba(30, 30, 30, 1)),
        color-stop(51%, rgba(36, 36, 36, 1)),
        color-stop(100%, rgba(36, 36, 36, 1))
    );
    background: -webkit-linear-gradient(
        top,
        rgba(30, 30, 30, 1) 0%,
        rgba(30, 30, 30, 1) 50%,
        rgba(36, 36, 36, 1) 51%,
        rgba(36, 36, 36, 1) 100%
    );
    background: -o-linear-gradient(
        top,
        rgba(30, 30, 30, 1) 0%,
        rgba(30, 30, 30, 1) 50%,
        rgba(36, 36, 36, 1) 51%,
        rgba(36, 36, 36, 1) 100%
    );
    background: -ms-linear-gradient(
        top,
        rgba(30, 30, 30, 1) 0%,
        rgba(30, 30, 30, 1) 50%,
        rgba(36, 36, 36, 1) 51%,
        rgba(36, 36, 36, 1) 100%
    );
    background: linear-gradient(
        to bottom,
        rgba(30, 30, 30, 1) 0%,
        rgba(30, 30, 30, 1) 50%,
        rgba(36, 36, 36, 1) 51%,
        rgba(36, 36, 36, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1e1e', endColorstr='#242424', GradientType=0 );
    line-height: 1;
    padding: 0 15px;
    display: inline-block;
}
.teamFounder_2 {
    line-height: 1;
}
.rowTeam_sec2 .teamFounder_inner {
    display: flex;
    height: 42px;
    justify-content: center;
    align-items: center;
    overflow: visible;
}

.contactBx {
    background: #050505;
    backdrop-filter: blur(50px);
    border-radius: 20px;
    padding: 25px 35px;
    border: 1px solid rgba(245, 144, 124, 0.3);
}
.contactBx .contactTitle {
    font-size: 16px;
    letter-spacing: 0.2px;
    margin-bottom: 10px;
}
.contact_address {
    line-height: 1.7;
    margin-bottom: 15px;
}
.directBtn {
    display: inline-block;
    font-size: 16px;
    padding: 10px 25px;
    border: solid 1px;
    border-radius: 35px;
    margin-bottom: 15px;
}
.opacity-8 {
    opacity: 0.8;
}
.contactForm_Bx {
    background: #ffffff;
    border-radius: 12px;
    padding: 30px;
    position: relative;
    z-index: 11;
}
.contactForm_Bx .contactForm_title {
    margin-bottom: 25px;
}
.cstInput,
.cstInput:focus {
    border: 2px solid #eae9e9;
    border-radius: 6px;
    padding: 15px 20px;
    width: 100%;
    color: #000;
    font-size: 16px;
    box-shadow: none;
    outline: none;
}
.cstInput::placeholder {
    color: #000000;
}
.cstInput_submit {
    text-align: center;
    letter-spacing: 0.2px;
    color: #ffffff;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    background:
        radial-gradient(422.3% 419.84% at 88.65% 24.55%, #f5907c 0%, rgba(0, 2, 16, 0) 100%)
            /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */,
        #000000;
    border: 1px solid #f5907c;
    box-shadow:
        0px 20px 40px rgba(245, 144, 124, 0.3),
        inset 0px 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 86px;
    padding: 15px 35px;
}
.section-Contactus .sec-bgMedia {
    top: 150px;
}
.mrg-b-20 {
    margin-bottom: 20px;
}
.f-s-16 {
    font-size: 16px;
}
.descTxt {
    color: #aaaaaa;
}
.footerMenu {
    padding: 35px 0;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}
.footer_links {
    letter-spacing: -0.03em;
    color: #6a6a6a;
}
.copyrightTxt {
    letter-spacing: -0.03em;
    color: #6a6a6a;
    padding: 20px 0px;
}
.footer-logo {
    max-width: 139px;
    margin: 0 auto;
    display: block;
    padding-bottom: 40px;
}
.video.missionBg {
    margin: auto;
    height: 100%;
}
.typed-cursor {
    display: none;
}
.videoWrap:before {
    content: "";
    position: absolute;
    bottom: 0;
    background: rgba(30, 30, 30, 0.35);
    background: -moz-linear-gradient(top, rgba(30, 30, 30, 0.35) 0%, rgba(30, 30, 30, 1) 100%);
    background: -webkit-gradient(
        left top,
        left bottom,
        color-stop(0%, rgba(30, 30, 30, 0.35)),
        color-stop(100%, rgba(30, 30, 30, 1))
    );
    background: -webkit-linear-gradient(top, rgba(30, 30, 30, 0.35) 0%, rgba(30, 30, 30, 1) 100%);
    background: -o-linear-gradient(top, rgba(30, 30, 30, 0.35) 0%, rgba(30, 30, 30, 1) 100%);
    background: -ms-linear-gradient(top, rgba(30, 30, 30, 0.35) 0%, rgba(30, 30, 30, 1) 100%);
    background: linear-gradient(to bottom, rgba(30, 30, 30, 0.35) 0%, rgba(30, 30, 30, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1e1e', endColorstr='#1e1e1e', GradientType=0 );
    width: 100%;
    height: 100%;
}
.card_bx > .row {
    height: 100%;
}
#preloader {
    position: fixed;
    top: 0;
    background-color: #1e1e1e;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
}
#status {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.logo {
    max-width: 80px;
}
.txtSummary {
    letter-spacing: 2px;
}

/* Loader CSS */
.loaderWrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
}
.loaderWrap .loaderImg {
    background-color: #fff;
    border-radius: 100%;
    overflow: hidden;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.loaderWrap .loaderImg img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.cardImg_2 {
    position: absolute;
    top: 80px;
    right: 0;
    max-width: 250px;
}
.cardImg_1 {
    position: relative;
    z-index: 1;
    max-width: 280px;
}
.cardaboutGreen .cardImg {
    margin-bottom: 50px;
}
.bxMrg_1 .cardImg {
    margin-bottom: 20px;
}
.cardaboutGreen .cardImg_1 {
    max-width: 280px;
}
.cardaboutGreen .cardImg_2 {
    max-width: 260px;
}

.cm-coming-soon {
    position: relative;
    overflow: hidden;
}

.cm-coming-soon::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.3);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border-radius: 10px;
}

.cm-coming-soon::after {
    content: "coming soon";
    text-transform: uppercase;
    font-size: 60px;
    font-weight: 600;
    line-height: 65px;
    letter-spacing: 2px;
    font-family: "Thunder";
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity));
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
    z-index: 3;
}
.section-term {
    margin-top: 100px;
}
.section-term .card_bx {
    padding: 30px;
}
.section-term ul {
    padding-left: 1rem;
}
.section-term th {
    font-weight: 500;
    letter-spacing: 1px;
    font-family: "GeneralSans";
}
.section-term td {
    font-family: "GeneralSans";
}
.section-privacy {
    margin-top: 100px;
}
.section-privacy ul {
    padding-left: 1rem;
}
.section-privacy ul.typ-number {
    list-style-type: decimal;
    color: #aaaaaa;
    font-size: 20px;
    font-weight: 700;
}
.section-privacy ul.typ-roman {
    list-style-type: upper-roman;
    font-weight: 400;
    font-size: 16px;
}
.section-privacy ul.typ-lower-alpha {
    list-style-type: lower-alpha;
    font-weight: 400;
    font-size: 16px;
}
.section-privacy .card_bx {
    padding: 30px;
}
.clt-logo-wrap {
    background-color: #fff;
}
.clt-grid {
    list-style: none;
    padding: 0;
    display: flex;
    margin-bottom: 0;
}
.clt-grid li {
    flex: 1 1 0;
    padding: 5px;
    text-align: center;
}
.clt-grid li img {
    /* filter: grayscale(100%); */
    background-color: #fff;
    padding: 5px;
    width: 80%;
}
.reg-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #6a6a6a;
    padding: 5px;
    border-radius: 10px;
    text-align: left;
}
.footer-bottom .left-wrap {
    display: flex;
    gap: 10px;
}
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding-bottom: 40px; */
}
.footer-bottom .right-wrap {
    text-align: right;
}
.reg-wrap span {
    display: block;
    color: #6a6a6a;
    font-size: 12px;
    padding-left: 10px;
}
.slick-slide img {
    width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

.slick-slide {
    transition: all ease-in-out 0.3s;
}

.force-img-to-position {
    position: absolute;
    width: 330px;
    right: -8px;
    top: 42%;
}

/**************************/
/*Responsive CSS*/
/**************************/
@media (max-width: 1339px) {
    .force-img-to-position {
        position: absolute;
        width: 280px;
        right: 0;
        top: 42%;
    }
}

@media (max-width: 991px) {
    .wrap-header .cst-navbar {
        padding-top: 20px;
    }
    .siteLogo {
        max-width: 130px;
    }
    .hero-infoWrapp .head-text {
        font-size: 44px;
    }
    .hero-infoWrapp .head-text .line-Stroke:after {
        width: 108px;
        bottom: 0;
    }
    .hero-Section {
        padding-top: 0px;
    }
    .hero-infoWrapp .text-cont {
        font-size: 28px;
    }
    .hero-infoWrapp .social-List {
        margin-top: 10px;
    }
    .hero-textSummary {
        font-size: 18px;
        margin-left: 0;
    }
    .hero-Section .contWrapper {
        padding-top: 0;
    }
    .hero-Section .scrollBtn {
        right: 10px;
        max-width: 32px;
    }
    .hero-infoWrapp .head-text {
        line-height: 1;
    }
    .sec-sm-head {
        font-size: 18px;
    }
    .sec-head {
        font-size: 48px;
    }
    .cardBx_2 .platformTitle {
        font-size: 36px;
    }
    .teamFounder_inner {
        font-size: 24px;
    }
    .f-s-48 {
        font-size: 36px;
    }
    .rowTeam_sec2 .teamFounder_inner {
        font-size: 16px;
        height: 32px;
    }
    .f-s-36 {
        font-size: 18px;
    }
    .section-Wrapp {
        padding-top: 20px;
    }
    .rowTeam_sec2 .teamBx_top .teamFounder_1 {
        width: 100px;
    }
    .teamBx_top {
        padding: 25px 10px;
        padding-top: 40px;
        margin-bottom: 30px;
    }
    .cardBx_2 .platformLogo {
        margin-bottom: 30px;
    }
    .cardVideo {
        width: 100%;
    }
    .secAbout_mobile {
        padding-top: 80px;
    }
    .clt-grid {
        flex-wrap: wrap;
    }
    .clt-grid li {
        width: 33.33%;
        flex: none;
    }
    .clt-grid li img {
        width: 90%;
    }
}

@media (max-width: 767px) {
    .card_bx.cardBx_1 {
        height: auto;
    }
    .card_bx.cardBx_2,
    .card_bx.cardBx_3 {
        height: auto;
    }
    .contactBx {
        margin-bottom: 25px;
    }
    .contactForm_Bx {
        margin-top: 100px;
    }
    .navMng-In {
        max-height: 100vh;
        height: 100vh;
        padding: 65px calc(3% + 35px);
        overflow: auto;
        -webkit-box-shadow: 31px 0 36px -1px rgb(223 31 38 / 10%);
        -moz-box-shadow: 31px 0 36px -1px rgba(223, 31, 38, 0.1);
        box-shadow: 31px 0 36px -1px rgb(223 31 38 / 10%);
        background-color: #151515;
        text-align: left;
    }
    .navbar-collapse {
        position: fixed;
        top: 0;
        right: 0;
        background-color: #151515;
        width: 100%;
        border-top: 1px solid rgba(0, 0, 0, 0.07);
        max-width: 250px;
        height: 100%;
        transform: translateX(100%);
        transition: 0.3s ease-in-out;
        -ms-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
    }
    .navbar-collapse.show {
        transform: translateX(0%);
    }
    .thm-navigation > .nav-item > .nav-link {
        font-size: 28px;
        font-family: "Thunder";
        color: #dfdfdf;
        font-weight: 500;
        display: block;
        text-transform: uppercase;
    }
    .thm-navigation > .nav-item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 25px;
    }
    .mobMrg_50 {
        margin-top: 30px;
    }
    .mobClose {
        position: absolute;
        top: 15px;
        right: 20px;
    }
    .navbar-toggler:focus {
        outline: none !important;
        box-shadow: none !important;
    }

    .sec-bgMedia {
        height: auto;
    }

    .cardImg_1 {
        max-width: 70%;
    }
    .cardImg_2 {
        max-width: 63%;
    }
    .cardaboutGreen .cardImg_2 {
        max-width: 68%;
    }
    .cardaboutGreen .cardImg_1 {
        max-width: 70%;
    }
    .cardaboutGreen .cardImg {
        margin-bottom: 90px;
    }
    .cm-coming-soon::after {
        font-size: 50px;
        line-height: 55px;
    }
    .section-term th {
        min-width: 150px;
    }
    .section-term th:first-child {
        min-width: auto;
    }

    .footer-bottom .left-wrap {
        flex-direction: column;
    }

    .force-img-to-position {
        position: relative;
        top: 2px;
        width: 100%;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .mobile-Dflex_1 {
        display: flex;
        align-items: center;
    }
    .mobile-Dflex_1 .card-inner {
        padding: 55px;
    }
    .mobile-Dflex_2 {
        display: flex;
    }
    .card_bx.cardBx_1,
    .card_bx.cardBx_2,
    .card_bx.cardBx_3 {
        height: auto;
    }
    .bxMrg_1 .cardImg {
        margin-bottom: 0;
    }
    .hero-textSummary {
        margin-top: 0px;
    }
}
