@font-face {
    font-family: 'IBMPlexMono-Regular';
    src: url(../fonts/IBMPlexMono-Regular.ttf);
}

@font-face {
    font-family: 'RecklessNeue-Book';
    src: url(../fonts/RecklessNeue-Book.otf);
}

@font-face {
    font-family: 'DMSans-Regular';
    src: url(../fonts/DMSans-Regular.ttf);
}

body,
html {
    margin: 0;
    font-size: 16px;
    /* overflow-x: hidden; */
}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

input:focus,
button:focus,
textarea:focus {
    outline: none;
}

img {
    max-width: 100%;
}

a:hover,
a:focus {
    text-decoration: none;
}

.main-sec-1 {
    background-color: #F7F8F5;
}

.nav-col {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 2rem;
}

.logo-sec img {
    width: 14rem;
}

.btn-sec {
    display: flex;
    align-items: center;
}

.sign-btn {
    margin-right: 5rem;
}

.s-btn {
    font-family: 'IBMPlexMono-Regular';
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.1em;
    color: #000000;
    border: 0.8px solid #000000;
    border-radius: 1.438rem;
    background-color: transparent;
    width: 7.5rem;
    height: 2.5rem;
    transition: .4s;
}

.s-btn:hover {
    color: #fff;
    background-color: #48C797;
    border: 1px solid #48C797;
}

.m-btn {
    font-family: 'IBMPlexMono-Regular';
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.1em;
    color: #000000;
    border: 0;
    background-color: transparent;
    display: flex;
    align-items: center;
    transition: .3s;
}

.m-btn:hover {
    text-decoration: underline;
}

.m-btn svg {
    height: 0.8rem;
    margin-left: 1rem;
}

.click-nav-inner .nav-col {
    justify-content: end;
}

.inner-nav-ul ul li a {
    font-family: 'RecklessNeue-Book';
    font-size: 2.75rem;
    color: #161A1A;
    text-decoration: none;
    transition: .4s;
    position: relative;
    font-weight: 500;
}

.click-to-nav {
    background-color: #E5EDE7;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100vh;
    z-index: 999999;
    top: 0vh;
    display: none;
}

.click-to-nav.active {
    opacity: 1;
    visibility: visible;
    top: 0;
}

.inner-nav-ul ul li a svg {
    height: 0.65rem;
    position: absolute;
    display: none;
    top: 0;
    right: -1rem;
    transition: .4s;
}

.inner-nav-ul ul li a:hover svg {
    display: block;
}

.inner-nav-ul {
    padding: 2rem 2rem;
    min-height: calc(100vh - 10rem);
    display: flex;
    align-items: center;
    padding-bottom: 7rem;
}

.social-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
}

.social-links a {
    font-family: 'IBMPlexMono-Regular';
    font-weight: 500;
    font-size: 0.9rem;
    letter-spacing: 0.1em;
    color: #000000;
    border: 0;
    background-color: transparent;
    display: flex;
    align-items: center;
    transition: .3s;
    text-decoration: none;
}

.social-links:hover {
    text-decoration: underline;
}

.li-span {
    display: inline-block;
    color: #000;
    text-decoration: none;
}

.li-span::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #000;
    transition: width .3s;
}

.li-span:hover::after {
    width: 100%;
}

.li-span1x {
    transition: .4s;
}

.ex-head {
    margin: 0;
    font-family: 'RecklessNeue-Book';
    max-width: 29rem;
    font-weight: normal;
    line-height: 1.09;
    font-size: 2.25rem;
}

.lorem-text-1x {
    margin: 0;
    font-size: 0.85rem;
    font-family: 'DMSans-Regular';
    line-height: 1.35;
    margin-bottom: 1.5rem;
}

.read-link {
    font-family: 'DMSans-Regular';
    text-decoration: none;
    color: #000;
    font-size: 1.125rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    transition: .3s;
}

.read-link:hover {
    color: #48C797;
}

.experience-content {
    padding-top: 5rem;
}

.vid-green-sec {
    padding-top: 5rem;
}

.vid-green-sec img {
    width: 100%;
}

.problem-content {
    padding: 2rem 2rem;
}

.problem-content .ex-head {
    max-width: 100%;
}

.problem-sec {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #FFFFFF;
    border: 10px solid #E5E5E5;
}

.five-pro-inner h6 {
    margin: 0;
    font-family: 'IBMPlexMono-Regular';
    font-weight: 600;
    font-size: 1.125rem;
    text-align: center;
    position: relative;
    z-index: 9;
    letter-spacing: 0.1em;
    display: flex;
    flex-direction: column;
    justify-content: end;
    min-height: 3rem;
    top: -1.5rem;
    align-items: center;
}

.five-pro-inner h6 span {
    background-color: #fff;
    padding: 0 1rem;
}

.five-pro-inner p {
    font-family: 'DMSans-Regular';
    max-width: 12rem;
    text-align: center;
    margin: auto;
    margin-top: 2rem;
    font-size: 0.95rem;
    font-weight: 500;
}

.five-problems {
    display: flex;
    align-items: self-start;
    padding: 2rem 5rem;
    padding-bottom: 5rem;
    position: relative;
    width: 100%;
}

.five-problems::after {
    position: absolute;
    content: '';
    border: 1px solid #DEDEDE;
    left: 0;
    right: 0;
    top: 2.75rem;
}

.five-pro-inner {
    text-align: center;
    width: 20%;
    position: relative;
}

.five-pro-inner h6 svg {
    position: absolute;
    top: 0.45rem;
    right: 0;
    z-index: 9;
    height: 0.75rem;
}

.five-pro-inner1x p {
    max-width: 9rem;
}

.five-span {
    position: absolute;
    width: 100%;
    right: -50%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0.45rem;
    z-index: 9;
}

.five-span svg {
    height: 0.75rem;
}

.experience-sec1x .vid-green-sec {
    padding: 2rem;
    background-color: #fff;
    margin-top: 5rem;
}

.footer-sec {
    background: #161A1A;
}

.foot-ul-inner a {
    font-weight: 500;
    font-size: 0.9rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    font-family: 'IBMPlexMono-Regular';
    transition: .3s;
}

.foot-ul-inner a:hover {
    color: #48C797;
}

.foot-ul-inner li {
    margin-bottom: 0.5rem;
}

.news-letter p,
.news-letter button {
    font-weight: 500;
    font-size: 0.9rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    font-family: 'IBMPlexMono-Regular';
    transition: .3s;
    background-color: transparent;
    border: 0;
    margin: 0;
}

.news-letter a:hover {
    color: #48C797;
}

.news-letter {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news-letter input {
    display: block;
    width: calc(100% - 25rem);
    margin: 0 2rem;
    max-width: 100%;
    border: 0;
    border-bottom: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    position: relative;
    top: -.7rem;
}

.footer-fluid {
    padding: 2rem;
}

.owl-carousel1 {
    padding: 5rem 0;
    margin-top: 5rem;
    padding-bottom: 3rem;
}

.main-sec-2 {
    background-color: #161A1A;
}

.weave-sec {
    min-height: 23vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.weave-content h1 {
    margin: 0;
    font-family: 'RecklessNeue-Book';
    font-weight: 500;
    line-height: 1.09;
    font-size: 2.25rem;
    color: #fff;
    padding: 2rem;
    padding-left: 7rem;
    max-width: 51rem;
}

.sydney-row {
    border-top: 1px solid #fff;
}

.sydney-content {
    display: flex;
    align-items: self-start;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 4rem 2rem;
    max-width: 55rem;
    margin-left: auto;
}

.sydney-content h3 {
    margin: 0;
    font-family: 'RecklessNeue-Book';
    font-size: 2.5rem;
    color: #FFFFFF;
}

.sydney-content-inner p {
    margin: 0;
    font-family: 'DMSans-Regular';
    font-size: 1.0125rem;
    color: #FFFFFf;
    max-width: 13rem;
    line-height: 1.375rem;
}

.sydney-content-inner a {
    font-family: 'DMSans-Regular';
    font-size: 1rem;
    color: #FFFFFF;
    margin-top: 1rem;
}

.sydney-content-inner1x h6 {
    color: #FFFFFF;
    margin: 0;
    font-family: 'DMSans-Regular';
    font-size: 1.35rem;
    line-height: 2;
    font-weight: 400;
}

.sydney-content-inner1x h6:first-child {
    text-decoration: underline;
}

.main-sec-2 .nav-sec .nav-menu .m-btn {
    color: #fff;
}

.london-sec .sydney-row {
    border: 0;
}

.hong-kong-sec .sydney-row {
    border: 0;
}

.owl-second-sec {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.owl-second-sec p {
    font-size: 1.125rem;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    font-family: 'DMSans-Regular';
    padding: 2.25rem 0;
    margin: 0;
    white-space: nowrap;
}

.owl-second-sec .owl-carousel2 .item {
    min-width: 10rem;
}

.sydney-img img {
    width: 100%;
}

.main-sec-3 .experience-content p {
    font-size: 1.125rem;
    color: #000000;
    font-family: 'DMSans-Regular';
    margin-top: 2rem;
}

.main-sec-3 .ex-head {
    max-width: 36rem;
}

.main-sec-3 .experience-content {
    padding: 0;
    position: relative;
    z-index: 999;
}

.main-sec-3 .experience-sec {
    padding: 5rem 0;
    padding-top: 3rem;
}

.about-content-inner p {
    font-size: 0.85rem;
    color: #000000;
    margin: 0;
    max-width: 32rem;
    line-height: 1.125;
}

.about-content-inner {
    margin-top: 19vw;
}

.water-mark {
    position: absolute;
    top: 0rem;
    width: 100%;
}

.experience-sec {
    position: relative;
    z-index: 999;
    background-color: #F7F8F5;
}

.main-sec-3 .nav-sec {
    position: relative;
    z-index: 9999;
}

.main-sec-3 .about-content-inner {
    position: relative;
    z-index: 999;
}

.slick-first-sec {
    background-color: #161A1A;
    padding: 3rem 0;
}

.slick-first-col img {
    width: 100%;
}

.slick-first-inner {
    align-items: center;
    justify-content: space-between;
    margin-top: 2rem;
    display: none;
    transition: opacity 0.7s ease, display 0.7s ease;
    opacity: 0;
}

.slick-first-sec .slick-active.slick-center .slick-first-inner {
    display: flex;
    opacity: 1;
    transition: opacity 0.7s ease, display 0.7s ease;
}

.slick-first-inner p {
    margin: 0;
    font-weight: 500;
    font-size: 1rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: 'IBMPlexMono-Regular';
}

.slick-first-col {
    padding: 0 1.5rem;
}

.launch-slider .slick-next {
    background-image: url(../images/left-arw.png);
    background-position: 50%;
    background-repeat: no-repeat;
    font-size: 0;
    width: 1.5rem;
    border: 0;
    height: 1.5rem;
    top: calc(40% - 0rem);
    left: 5.5rem;
    position: absolute;
    border-radius: 2rem;
}

.launch-slider .slick-next,
.launch-slider .slick-prev {
    z-index: 99999;
    background-color: transparent;
}

.launch-slider .slick-prev {
    background-image: url(../images/right-arw.png);
    background-position: 50%;
    background-repeat: no-repeat;
    font-size: 0;
    width: 1.5rem;
    border: 0;
    height: 1.5rem;
    right: 5.5rem;
    position: absolute;
    top: calc(40% - 0rem);
    border-radius: 2rem;
}

.client-sec {
    padding: 4rem 0;
    border-bottom: 1px solid #000;
    padding-bottom: 6rem;
}

.owl-carousel3 {
    padding-top: 5rem;
}

.owl-carousel3 .owl-item img {
    width: 10rem !important;
}

.people-sec {
    padding: 5rem 0;
    padding-bottom: 4rem;
}

.people-sec .ex-head {
    max-width: 100%;
    margin-top: 1rem;
}

.people-sec .lorem-text-1x {
    margin: 0;
    margin-top: 1rem !important;
    text-align: end;
    max-width: 33rem;
    margin-left: auto;
}

.partner-slick-inner {
    border: 1px solid #000;
    border-right: 0;
}

.partner-slick-inner1x {
    padding: 3rem;
}

.partner-slick-inner1x img {
    width: 100% !important;
    /* min-height: 38.2vw; */
    height: auto;

}

.staff-name1x {
    padding: 1.125rem;
    border-top: 1px solid #000;
}

.staff-name1x p {
    margin: 0;
    font-weight: 500;
    font-size: 1rem;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #000000;
    font-family: 'IBMPlexMono-Regular';
}

.culture-sec .ex-head {
    text-align: end;
}

.culture-sec .lorem-text-1x {
    text-align: start;
    max-width: 100%;
    font-size: 1rem !important;
}

.culture-sec {
    padding: 9rem 0;
}

.culture-sec .read-link {
    margin-top: 2rem;
}

.laundry-sec {
    background-image: url(../images/launder.png);
    background-size: 100% 100%;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    min-height: 41rem;
    margin-bottom: 10rem;
    position: relative;
}
.laundry-sec .launch-slider2x{
    transform: translate(0, -50%);
    top: 50%;
    position: absolute;
    left: 0;
    right: 0;
}

.laundry-content {
    max-width: 40rem;
    margin: auto;
}

.laundry-content h1 {
    margin: 0;
    font-size: 1.938rem;
    text-align: center;
    color: #FFFFFF;
    font-family: 'RecklessNeue-Book';
}

.laundry-content p {
    font-size: 0.875rem;
    text-align: center;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    font-family: 'DMSans-Regular';
    max-width: 12rem;
    margin: auto;
    margin-top: 4rem;
    line-height: 1.125;
}

.laundry-content-col {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 75vh;
}

.launch-slider2x .slick-next {
    background-image: url(../images/left-arw.png);
    background-position: 50%;
    background-repeat: no-repeat;
    font-size: 0;
    width: 1.5rem;
    border: 0;
    height: 1.5rem;
    left: 3rem;
    position: absolute;
    border-radius: 2rem;
    top: -15%;
    bottom: 15%;
    margin: auto;
}

.launch-slider2x .slick-next,
.launch-slider2x .slick-prev {
    z-index: 99999;
    background-color: transparent;
}

.launch-slider2x .slick-prev {
    background-image: url(../images/right-arw.png);
    background-position: 50%;
    background-repeat: no-repeat;
    font-size: 0;
    width: 1.5rem;
    border: 0;
    height: 1.5rem;
    right: 3rem;
    position: absolute;
    border-radius: 2rem;
    top: -15%;
    bottom: 15%;
    margin: auto;
}

.main-sec-4 .vid-green-sec {
    padding-top: 2rem;
}

.dashboard-sec {
    padding: 1rem 1rem;
}

.dashboard-col {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 0.5rem;
    margin-top: 1rem;
    padding: 1rem;
    margin-bottom: 1rem;
    min-height: 10rem;
}

.dashboard-inner p {
    margin: 0;
    color: #000;
    font-family: 'IBMPlexMono-Regular';
    font-weight: 600;
    font-size: 1.125rem;
}

.dashboard-inner h3 {
    margin: 0;
    color: #78B89A;
    font-weight: 700;
    font-family: 'IBMPlexMono-Regular';
}

.dash-select {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}

.dash-select p {
    margin: 0;
    font-family: 'IBMPlexMono-Regular';
    font-weight: 600;
    margin-right: 1rem;
}

.dash-select select {
    width: 15rem;
    background-color: #E6E6E6;
    border: 0;
    font-family: 'IBMPlexMono-Regular';
    font-weight: 600;
    max-width: 100%;
}

.main-sec-4 .dash-ex-sec {
    padding-top: 2.5rem;
    padding-bottom: 5.5rem;
    border-bottom: 1px solid #000;
}

.better-ai-sec {
    padding: 1rem 2rem;
}

.better-ai-sec img {
    width: 100%;
}

.weave-btn-sec {
    padding: 2rem 2rem;
    position: relative;
}

.weave-btn-sec img {
    width: 100%;
}

.wev-btn {
    font-family: 'DMSans-Regular';
    font-size: 3rem;
    line-height: 3.875rem;
    color: #000000;
    position: absolute;
    top: calc(50% - 11rem);
    right: calc(22% - 1rem);
}

.two-book-sec {
    padding: 1rem 2rem;
    padding-bottom: 2.5rem;
}

.two-book-sec img {
    width: 100%;
}

.tech-col {
    border-radius: 1.25rem;
    background: #454545;
    min-height: 13rem;
}

.tech-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    min-height: 8rem;
}

.tech-inner p {
    font-size: 1.75rem;
    text-align: center;
    color: #FFFFFF;
    font-family: 'DMSans-Regular';
    font-weight: 400;
}

.tech-inner h3 {
    font-family: 'IBMPlexMono-Regular';
    font-size: 3rem;
    text-align: center;
    color: #FFFFFF;
    font-weight: 500;
}

.tech-sec {
    padding: 5rem 0;
}

.terminal-content h1 {
    margin: 0;
    font-family: 'RecklessNeue-Book';
    font-size: 2.5rem;
    color: #000000;
    font-weight: normal;
}

.terminal-content img {
    margin: 2rem 0;
}

.terminal-content p {
    margin: 0;
    font-family: 'DMSans-Regular';
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.25;
    color: #000000;
    max-width: 35rem;
}

.terminal-sec {
    padding: 2rem 0;
    padding-bottom: 5rem;
}

.crew-sec {
    border-top: 1px solid #000;
    padding: 0rem 2rem;
}

.crew-sec img {
    width: 100%;
}

.owl-third-sec {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.owl-third-sec p {
    color: #000;
}

.radar-accordian {
    background-color: #161A1A;
    /* padding: 2rem 0; */
    padding-top: 4rem;
}

.radar-accordian h1 {
    margin: 0;
    font-family: 'RecklessNeue-Book';
    font-weight: 600;
    font-size: 2.5rem;
    color: #FFFFFF;
    padding-left: 7rem;
    padding-right: 1rem;
    padding-bottom: 3rem;
}

.accordion-button::after {
    margin-right: 0;
    margin-left: initial;
}

.accordion-button {
    flex-direction: row-reverse;
    justify-content: start;
    gap: 2rem;
}

.accordion-button img {
    position: absolute;
    top: 2.5rem;
    right: 7rem;
    width: 5rem;
}

.accordion-button::after {
    background-image: url(../images/plusaccord.png);
    width: 2.25rem;
    height: 2.25rem;
    background-size: 2.25rem;
}

.accordion-item {
    border: 0;
    border-radius: 0;
}

.accordion-button {
    background-color: #161A1A;
    border: 0;
    border-radius: 0;
}

.accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}

.accordion-button {
    color: #fff;
    background-color: #161A1A;
    box-shadow: none;
    padding-left: 7rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #161A1A;
    padding-bottom: 0;
    border-bottom: none !important;
    padding-bottom: 48px;

}

.accordion-collapse {
    border-radius: 0;
    border: 0;
    background-color: #161A1A;
}

.accordion-body {
    font-family: 'DMSans-Regular';
    font-weight: 400;
    font-size: 1rem;
    color: #FFFFFF;
    max-width: 55rem;
    padding-left: 11rem;
    line-height: 1.125;
    padding-bottom: 50px;
    /* padding: 6px 90px 50px 90px */
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/minusaccord.png);
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border: 0;
    border-radius: 0;
    color: #fff;
    padding-left: 7rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
}


.accordion-button {
    font-family: 'RecklessNeue-Book';
    font-size: 2.125rem;
}

.demo-sec {
    padding: 2rem 0;
    background-color: #F7F8F5;
}

.demo-link a {
    font-family: 'RecklessNeue-Book';
    font-size: 2rem;
    color: #000000;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    cursor: pointer;
}

.demo-link a:hover {
    text-decoration: underline;
}

.demo-sec .trigger-request a img{
    position: absolute;
    right: 5%;
}

.circulation-content1x p {
    margin: 0;
    font-family: 'RecklessNeue-Book';
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.25;
    color: #000000;
    margin-top: 3rem;
}

.circulation-content2x h6 {
    margin: 0;
    font-family: 'DMSans-Regular';
    font-weight: 400;
    font-size: 1rem;
    color: #000000;
    max-width: 23rem;
    margin-left: auto;
}

.client-content-tilte img {
    margin-top: 3.5rem;
}

.client-content-tilte .experience-content {
    padding-top: 3rem;
}

.client-content-tilte .lorem-text-1x {
    max-width: 34rem;
}

.client-content-tilte .read-link img {
    margin: 0;
}

.client-content-tilte .ex-head {
    max-width: 100%;
}

.client-title-sec {
    padding: 2.5rem 0;
}

.faq-sec {
    padding: 5rem 0;
    border-top: 1px solid #000;
}

.faq-sec .ex-head {
    max-width: 100%;
}

.faq-content2x .ex-head {
    margin-top: 2rem;
}

.faq-content2x .lorem-text-1x {
    margin: 0;
    margin-top: 2rem;
}

.main-sec-8 {
    background-color: #161A1A;
    min-height: 100vh;
    position: relative;
}

.signup-sec {
    position: relative;
    z-index: 9999;
}

.request-sec {
    position: relative;
    z-index: 9999;
}

.signup-sec .c-btn {
    color: #fff;
}

.signup-sec .nav-menu {
    /* padding: 2.125rem 2.125rem; */
    padding: 2.5rem 2rem;
}

.request-content h6 {
    margin: 0;
    font-family: 'IBMPlexMono-Regular';
    font-weight: 500;
    font-size: 1rem;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    text-align: center;
}

.form-1x {
    margin-top: 4rem;
    padding: 0 1rem;
}

.form-1x input {
    border: 0;
    background-color: transparent;
    border-bottom: 1px solid #646B72;
    padding-bottom: 0.5rem;
    width: 100%;
    font-family: 'IBMPlexMono-Regular';
    font-weight: 500;
    font-size: 1rem;
    letter-spacing: 0.1em;
    /* color: rgba(255, 255, 255, 0.3); */
    color: #ffffff;
    text-transform: uppercase;
}

.form-1x textarea {
    border: 0;
    background-color: transparent;
    border-bottom: 1px solid #646B72;
    padding-bottom: 0.5rem;
    width: 100%;
    font-family: 'IBMPlexMono-Regular';
    font-weight: 500;
    font-size: 1rem;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.3);
    resize: none;
    text-transform: uppercase;
}

.sign-submit button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-top: 4rem;
    font-weight: 400;
    font-size: 1.25rem;
    color: #FFFFFF;
    background-color: transparent;
    border: 0;
    gap: 1rem;
}

.sign-submit button:hover {
    text-decoration: underline;
}

.request-sec {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 10rem);
}

.signup1x {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.signup2x {
    /* position: absolute; */
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.login-inner {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.have-acc {
    margin-top: 4rem;
}

.have-acc p {
    font-family: 'IBMPlexMono-Regular';
    font-weight: 500;
    font-size: 1rem;
    text-align: center;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    margin: 0;
}

.have-acc p a {
    color: #FFFFFF;
}

.main-sec-10 {
    background-color: #161A1A;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}
.loader{
position: fixed;
left:0;
top:0;
bottom:0;
right:0;
height: 100vh;
z-index:999999999;
opacity: 1;
visibility: visible;
}

.loader.none{
    /* opacity: 1;
    visibility: visible; */
    animation: 0.6s loadComplete;
    animation-fill-mode: forwards;
}
@keyframes loadComplete {
  0% {
    opacity: 1;
  }
  100% {
    visibility: hidden;
    opacity: 0;
  }
}

.loader img{
    animation-name: loader;
    animation-duration: .8s;
    animation-iteration-count: infinite;
}
@keyframes loader{
    0%{
        opacity: 0.4;
    }
    30%{
        opacity: 1;
    }
    60%{
        opacity: 1;
    }
    100%{
        opacity: 0.4;
    }
}
lottie-player{
    /* width: 100% !important;
    height: initial !important; */
    width: 100%;
    height: initial;
}
#pathLottie, #scrollLottie1{
    /* background-color: #000; */
    background-color: #16161a;
    
}
#scrollLottie1{
    width: 8rem !important;
}
.animater-1-sec-d{
    /* background-color: #000; */
    background-color: #16161a;
    height: calc(100vh - 6.6rem);
    display: flex;
    justify-content: center;
    align-items: center;
}
.weave-eco-imgs img{
    height: 100%;
}
.weave-eco-imgs .col-12{
    padding-bottom: 2rem;
}
.map-sec-d1 lottie-player{
    border-radius: 1.5rem;
    overflow: hidden;
}
.click-to-nav.active .social-links:hover{
    text-decoration: none !important;
}
.click-to-nav.active .social-links a:hover{
    text-decoration: underline !important;
}
.click-to-nav .sign-btn{
    margin-right: calc(5rem - 10px);
}
.animater-1-sec-d{
flex-direction: column
}
.animater-1-sec-d p{
color: #fff;
font-weight: 600;
margin:0;
margin-top: -10px;
font-size: 1.1rem;
}
.sign-in-popup, .request-popup{
position: fixed;
width: 100%;
z-index:99999999;
top: 0vh;
display: none;
overflow: scroll;
height: 100%;
}
.sign-in-popup.active, .request-popup.active{
opacity:1;
visibility: visible;
top: 0;
}
.read-link{
cursor: pointer;
}
.lorem-text-1x.more-text{
margin-top: -1.5rem;
display: none;
}
.read-link.active img{
transform: rotate(180deg);
}
.read-link img{
transition: all .2s ease;
}
.owl-carousel3 .owl-item img{
    max-width: 100%;
}
.slick-second-sec .launch-slider1x .slick-prev{
    background-image: url(../images/arrow-l1.svg);
    background-size: 100% 100%
}
.slick-second-sec .launch-slider1x .slick-next{
    background-image: url(../images/arrow-r1.svg);
    background-size: 100% 100%
}
.slick-second-sec .launch-slider1x .slick-arrow{
border:0;
font-size: 0;
padding: 0;
width: 1.5rem;
height: 1.5rem;
position: absolute;
top: calc(50% - .75rem);
background-color: transparent;
z-index:1;
}
.slick-second-sec .launch-slider1x .slick-next{
right: .5rem;
}
.slick-second-sec .launch-slider1x .slick-prev{
left: .5rem;
transform: rotate(180deg);
}
.experience-content.experience-content-d1 .ex-head{
max-width: 58rem;
}