@import url("https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap");

:root {
    --black: #000;
    --white: #fff;
}

html.lenis,
html.lenis body {
    height: auto;
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

/* General Styles */
body {
    margin: 0;
    padding: 0;
    font-family: "Oxygen", sans-serif;
    background: var(--black);
    color: var(--white);
    font-size: 14px;
}

a {
    text-decoration: inherit;
    color: inherit;
}

p {
    color: #efefef;
    font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 0.732vw;
}

.h1,
h1 {
    font-size: calc(1.325rem + .9vw);
}

@media (max-width:576px){
    .h2, h2 {
    font-size: calc(1.325rem + .9vw);
}

    .h3,h3{
        font-size: calc(1.275rem  + .3vw);
    }

    .h4,h4{
            font-size: calc(1.125rem + .3vw);
    }

    .h5,h5{
        font-size: 1rem;
    }
    .h6,h6{
        font-size:14px ;
    }
}

@media (min-width: 1200px) {
    h1 {
        /* font-size: 2.604vw; */
        /* h1 */
        font-size: 2.083vw;
    }

    h2 {
        font-size: 2.083vw;
    }

    h3 {
        font-size: 1.823vw;
    }

    h4 {
        font-size: 1.562vw;
    }

    h5 {
        font-size: 1.302vw;
    }

    h6 {
        font-size: 1.042vw;
    }

    p,
    span {
        font-size: 1.042vw;
    }
}

.background {
    background: linear-gradient(to bottom, rgba(38, 38, 38, 0) 0%, #262626 100%);
}

.space-top {
    padding-top: 100px;
}

.space-y {
    padding-top: 25px;
    padding-bottom: 25px;
}
@media (max-width:768px){
    .space-top {
    padding-top: 80px;
}
}

@media (min-width: 768px) and (max-width: 1199px) {
.space-top {
    padding-top: 90px;
}
}

img {
    width: 100%;
    display: block;
}

button {
    border: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cta {
    display: table;
    background: var(--white);
    color: var(--black);
    text-transform: uppercase;
    padding: 9px 30px;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
  transition: all 0.3s ease;

}

.cta span {
    display: block;
    transition: all 0.3s ease;
    opacity: 1;
}

.cta::after {
    content: attr(data-hover);
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    text-align: center;
    opacity: 0;
    transition: all 0.3s ease;
}
.cta-btn:hover,
.cta:hover {
    background-color: #005D61;
    color: white;
}

.cta:hover span {
    transform: translateY(-100%);
    opacity: 0;
}

.cta:hover::after {
    opacity: 1;
    transform: translateY(-150%);
}

.cta-btn {
    border-radius: 15px !important;
    padding: 9px 15px !important;
  transition: all 0.3s ease;
}

@media (max-width:576px){
.cta-btn span {
font-size: 10px;
}
.cta::after {
font-size: 10px;
}
.cta-btn{
        border-radius: 12px !important;
    padding: 7px 10px !important;
}

.liBtnRow {
    margin-bottom: 15px;
}
}

section {
    margin-bottom: 50px;
}

.icon {
    font-size: 20px;
    fill: var(--white);
}

.card-line {
    position: relative;
    height: 100%;
    padding: 20px;
}

.card-line::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 2px;
    height: calc(100% - 16px);
    background: linear-gradient(to bottom, #E3644B, #005D61);
}


.container>div {
    padding-left: 20px;
    padding-right: 20px;
}

#blogs,
#videos,
#insights {
  scroll-margin-top: 80px;
}
@media (max-width: 768px) {
    .container>div {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width: 1200px) {
    body {
        /* font-size: 0.938vw; */
        font-size: 1.025vw;
    }

    #blogs,
#videos,
#insights {
  scroll-margin-top: 5.857vw;
}

    .container {
        /* width: 67.708vw; */
        /* width: 80.75vw;
        max-width: inherit; */
    }

    .container>div {
        padding-left: 1.464vw;
        padding-right: 1.464vw;
    }

    .space-top {
        padding-top: 6.955vw;
    }

    .space-y {
        padding-top: 1.653vw;
        padding-bottom: 1.653vw;
    }

    .cta {
        padding: 0.586vw 1.953vw;
        border-radius: 3.66vw;
    }

    .cta-btn {
        border-radius: 0.9vw !important;
        padding: 0.659vw 1.464vw !important;
    }

    .investBtn,
    .loginBtn {
        border-radius: 1vw !important;
    }

    section {
        margin-bottom: 5.208vw;
    }

    .icon {
        font-size: 1.302vw;
    }

    .card-line {
        padding: 1.464vw;
    }

    .card-line::before {
        top: 0.586vw;
        width: 0.156vw;
        height: calc(100% - 1.171vw);
    }
}

@media (min-width: 991.99px) {
    .main-container {
        /* padding: 0 6.51vw; */
    }
    .container{
        width: 100%;
        padding: 0 5.208vw;
        max-width: inherit;
    }

    .titleAnim {
        max-width: 80%;
        margin: 0 auto;
    }
}

@media (max-width:576px){
.cta-btn {
    font-size: 12px;
}
}


/* ----------------------------------------------Text Animation---------------------------------------- */

.reveal {
    overflow: hidden;
}

.word-reveal {
    display: inline-block;
}

.char-reveal {
    display: inline-block;
    transform: translateX(-150%);
    opacity: 0;
    will-change: transform, opacity;
}


/* ---------------------------------------------------Header styles -----------------------------------------------*/
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

header {
    /* New */
        background: rgba(0, 0, 0, 0.64);
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);

    /*  */
    transition: all 0.3s ease;
}

header.fixedHeader {
    background: rgba(0, 0, 0, 0.64);
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    position: fixed;
    top: 0;
    left: 0;
}

.headCol {
    border-bottom: 1px solid #464646;
    padding-bottom: 15px;
}

.logo {
    display: block;
    width: 150px;
}

.liBtnRow {
    margin-bottom: 10px;
    --bs-gutter-x: 10px;
    transition: all 0.3s ease-in-out;
}

.liBtnRow a {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.loginBtn {
    background: #333333;
    color: var(--white);
    /* background: var(--white); */
    /* color: var(--black); */
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.investBtn:hover {
    /* background: #005D61; */
    /* color: var(--white); */
}

.loginBtn:hover {
    /* background: #E3644B; */
}

@media (min-width: 768.99px) {
    .logo {
        width: 200px;
    }
}

@media (min-width: 1200px) {
    .headCol {
        padding: 0 0 0.781vw 0;
    }

    .liBtnRow {
        margin-bottom: 1vw;
        gap: 0.4vw;
    }

    header.fixedHeader .liBtnRow {
        margin-bottom: 1vw;
    }

    .logo {
        width: 15.625vw;
    }
}

/* ------------------------------------------------Menu styles ----------------------------------------------------*/
.menuBtn {
    display: block;
    padding: 0;
    width: 30px;
    height: 20px;
    position: relative;
    background: none;
    border: 0;
}

.menuBtn span {
    display: block;
    background: var(--white);
    width: 100%;
    height: 3px;
    position: absolute;
    top: 50%;
    left: 0;
    transition: all 0.3s ease-in-out;
    border-radius: 100rem;
}

.menuBtn span:first-child {
    transform: translate3d(0, -10px, 0);
}

.menuBtn span:nth-child(4) {
    transform: translate3d(8px, 10px, 0);
    width: 70%;
}

.menuBtn.active span:first-child,
.menuBtn.active span:nth-child(4) {
    transform: translateZ(0);
    opacity: 0;
    width: 0;
}

.menuBtn.active span:nth-child(2) {
    transform: rotate(45deg);
}

.menuBtn.active span:nth-child(3) {
    transform: rotate(-45deg);
}

.menuList li {
    text-transform: uppercase;
}

@media (max-width: 991.98px) {
    .menuBtn {
        position: relative;
        z-index: 99999;
    }

    .menuOverlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: var(--black);
        z-index: 999;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition:
            opacity 0.3s ease-in-out,
            visibility 0.3s ease-in-out;
    }

    .menuOverlay.open {
        opacity: 0.5;
        visibility: visible;
        pointer-events: all;
    }

    .menuWrp {
        position: fixed;
        width: 300px;
        height: 100vh;
        top: 0;
        left: -300px;
        background: #fff;
        padding: 70px 20px 20px;
        z-index: 9999;
        overflow-y: auto;
        transition: left 0.3s ease-in-out;
        margin: 0 !important;
        box-sizing: border-box;
    }

    .menuWrp.open {
        left: 0;
        transition: left 0.3s 0.1s ease-in-out;
    }

    .menuWrp .menuList {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .menuWrp .menuList li {
        padding: 15px 0;
        border-bottom: 1px solid #ddd;
        width: 100%;
    }

    .menuWrp .menuList li a {
        color: var(--black);
        display: block;
        width: 100%;
    }
}

@media (min-width: 991.99px) {
    .menuBtn {
        display: none;
    }

    .menuList {
        display: flex;
        gap: 10px;
        color: var(--white);
    }

    .menuList li a {
        position: relative;
    }

    .menuList li a:after {
        content: "";
        position: absolute;
        bottom: -14px;
        left: 0;
        width: 0;
        height: 1px;
        background: var(--white);
        transition: all 0.3s ease-in-out;
    }

    .menuList li a:hover:after {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .menuList {
        gap: 1.302vw;
    }

    .menuList li a:after {
        bottom: -1vw;
    }
}

/* -----------------------------------------------------Footer------------------------------------- */

footer {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-bottom: 25px;
}

@media (min-width: 1200px) {
    footer {
        padding-bottom: 1.653vw;
    }
}

.footBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
    object-position: center;
}

.footBg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footBg:before {
    content: "";
    position: absolute;
    inset: 0;
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(228, 100, 75, 0) 100%);
}

.footBox {
    font-size: 14px;
    /* font-size: 12px; */
    margin-bottom: 20px;
}

.footBox .footHead {
    color: #666666;
    font-weight: 700;
    font-size: 14px;
    /* font-size: 13px; */
}

.footBox p {
    font-size: 14px;
}

.footBox .footList li {
    /* .footBox .footList li:not(:last-child) { */
    /* margin-bottom: 10px; */
}

.footBox .footList li {
    margin-bottom: 10px;
}

.footBox .footList li a {
    position: relative;
    display: inline-block;
    color: #fff;
    text-decoration: none;
}

.footBox .footList li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 1px;
    background: #fff;
    transition: width 0.4s ease;
}

.footBox .footList li a:hover::after {
    width: 100%;
}
.subscribeSec{
    max-width: 280px;
    width: 250px;
}

@media (min-width: 1200px) {
  .subscribeSec {
    max-width: 20.498vw;
    width: 18.302vw;
  }
}

.subscribeRow {
    border: 1px solid var(--white);
    background: #252525;
    overflow: hidden;
    height: 35px;
    border-radius: 5px;
}

.subscribeRow .form-control {
    background: none;
    border: 0;
    color: var(--white);
    font-size: 14px;
}

.subscribeRow .form-control,
.subscribeRow button {
    height: 100%;
}

.subscribeRow .form-control::placeholder {
    color: #999999;
}

.subscribeRow .form-control:focus {
    box-shadow: none;
}

.subscribeRow button {
    width: 40px;
    border-radius: 5px 0 0 5px;
}

.subscribeRow button svg {
    width: 70%;
    height: 70%;
    fill: var(--black);
}

.footBottom {
    border-top: 1px solid var(--white);
    font-weight: 700;
    padding: 20px 0;
}

.footSocial svg {
    width: 30px;
    fill: var(--white);
    aspect-ratio: 1/1;
}

.footList.getInTouchList li {
    display: flex;
    align-items: center;
    gap: 10px;
    word-break: break-all;
    margin-bottom: 0 !important;
}

@media (max-width: 768.99px) {
    .footBox {
        margin-bottom: 0;
    }

    .footBox .footHead {
        border-bottom: 1px solid #666666;
        padding-bottom: 15px;
        margin-bottom: 15px;
        position: relative;
    }

    .footBox .footHead.active {
        color: var(--white);
    }

    .footBox .footHead:after {
        content: "";
        width: 15px;
        aspect-ratio: 1/1;
        position: absolute;
        top: 0;
        right: 0;
        background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23666666' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2' clip-rule='evenodd'/></svg>");
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .footBox .footHead.active:after {
        background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8' clip-rule='evenodd'/></svg>");
    }

    .footList {
        display: none;
        margin-bottom: 15px;
    }

    .footList.getInTouchList li:not(:last-child) {
        /* margin-bottom: 10px; */
    }

    .footSocial {
        margin: 30px 0 20px 0;
    }

    .subscribeRow {
        margin-bottom: 10px;
    }
}

@media (max-width: 575.99px) {
    .footBottom {
        font-size: 12px;
        padding: 10px 0;
    }
}

@media (min-width: 768.99px) {
    .footLinksRow .col:nth-child(5) {
        /* margin-top: -5%; */
    }

    .footLinksRow .col:nth-child(6) {
        /* margin-top: -10%; */
        margin-top: -17%;
    }
}

@media (min-width: 1200px) {
    .footBox {
        margin-bottom: 1.5vw;
        font-size: 0.868vw;
    }

    .footLinksRow .col:nth-child(6) {
        margin-top: -15%;
    }

    .footBox>*:not(:last-child) {
        margin-bottom: 0.5vw;
    }

    .footBox p {
        font-size: 0.868vw;
    }

    .footBox .footHead {
        font-size: 0.868vw;
        /* font-size: 1.025vw; */
    }

    .footBox .footList li {
        margin-bottom: 0.732vw;
    }

    .footBox .footList li a::after {
        bottom: -0.146vw;
        height: 0.073vw;
    }

    .subscribeRow {
        border-radius: 0.5vw;
        height: 2.083vw;
    }

    .subscribeRow .form-control {
        font-size: 0.868vw;
    }

    .subscribeRow button {
        width: 2.083vw;
    }

    .footBottom {
        padding: 1vw 0;
        font-size: 1.085vw;
    }

    .footSocial svg {
        width: 1.563vw;
        margin: 0px 0.2vw;
    }

    .footSocial .youtube {
        width: 2vw !important;
    }

    .footBox .footList.getInTouchList li {
        gap: 0.651vw;
    }
}

.footMain h4 {
    /* width: 85%; */
}

.footMain {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (min-width: 1200px) {
    .footMain h5 {
        margin-bottom: 1.5vw;
    }
}

/* -----------------------------------------------Floating Btn ------------------------------------------------*/

.investCta {
    position: fixed;
    background: linear-gradient(180deg, #005D61 0%, #E3644B 100%);
    bottom: 3vw;
    right: 3vw;
    color: var(--white);
    z-index: 2;
    overflow: hidden;
    box-shadow: 0px 0 5px 0px rgba(255, 255, 255, 0.3);
}

.investCta::before {
    content: "";
    position: absolute;
    inset: 1px;
    background: #2c2a2a;
    z-index: -1;
    border-radius: 8px;
}

@media (min-width: 1200px) {
    .investCta::before {
        inset: 0.078vw;
        border-radius: 0.938vw;
    }
}

/* -------------------------------------------- Infinite Ticker--------------------------------- */

.ticker {
    /* border-top: 1px solid #1c1c1c; */
    /* border-bottom: 1px solid #1c1c1c; */
    border-top: 1px solid #464646;
    border-bottom: 1px solid #464646;
    position: relative;
    background: var(--black);
    white-space: nowrap;
    overflow: hidden;
}

.ticker::before {
    content: "";
    width: 1px;
    position: absolute;
    top: -10px;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: #1c1c1c;
    z-index: -1;
}

.ticker ul {
    display: flex;
}

.ticker li {
    white-space: nowrap;
    position: relative;
}

.ticker li:after {
    content: "";
    width: 30px;
    aspect-ratio: 1/1;
    background: url("../assets/icon/rightArw.svg") no-repeat center center / 100%;
    position: absolute;
    top: 50%;
    right: -3%;
    transform: translateY(-50%);
}

.ticker {
    /* padding: 1vw; */
    white-space: nowrap;
}

.ticker-wrap {
    display: flex;
    width: max-content;
    will-change: transform;
    transform: translate3d(0, 0, 0);
}

@media (max-width: 1200px) {
    .ticker {
        /* padding: 20px 0; */
        /* margin: 20px 0; */
        padding: 15px 0;
        margin-bottom: 20px;
    }

    .ticker::before {
        top: -20px;
        bottom: -20px;
    }

    .ticker li {
        font-size: 20px;
        padding-right: 30px;
        margin-right: 30px;
    }

    .ticker li:after {
        width: 20px;
    }
}

@media (max-width: 991.99px) {
    .ticker {
        /* padding: 15px 0; */
        margin-bottom: 15px;
    }

    .ticker li {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    .ticker {
        /* padding: 1.302vw 0; */
        /* margin: 1.302vw 0; */
        padding: 1.098vw 0;
        margin-bottom: 1.464vw;
    }

    .ticker::before {
        top: -1.302vw;
        bottom: -1.302vw;
    }

    .ticker li {
        font-size: 1.953vw;
        padding-right: 3vw;
        margin-right: 3vw;
    }

    .ticker li:after {
        width: 1.563vw;
    }
}

/* --------------------------------------------FAQ -------------------------------------- */

.faqBox {
    padding-left: 30px;
}

.faqItem {
    border-bottom: 2px solid #555;
    padding: 18px 0;
    position: relative;
    transition: 0.3s ease;
}

.faqItem.active {
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(to right, #E3644B, #005D61) 1;
}

.faqHead {
    position: relative;
    padding-right: 40px;
    cursor: pointer;
    color: #d9d9d9;
    transition: 0.3s ease;
    margin-bottom: 0;
}

.faqHead.active {
    color: #fff;
}

.faqHead::after {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    top: 10%;
    right: 0;
    transition: 0.3s ease;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='%23999999' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2' clip-rule='evenodd'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}

.faqHead.active::after {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8' clip-rule='evenodd'/%3E%3C/svg%3E");
}

.faqContent {
    display: none;
    padding-top: 18px;
    max-width: 90%;
}

@media (min-width: 1200px) {
    .faqBox {
        padding-left: 2.196vw;
    }

    .faqItem {
        border-bottom: 0.146vw solid #555;
        padding: 1.318vw 0px;
    }

    .faqItem.active {
        border-bottom: 0.146vw solid transparent;
    }

    .faqHead {
        padding-right: 2.928vw;
    }

    .faqHead::after {
        width: 1.318vw;
        height: 1.318vw;
    }

    .faqContent {
        padding-top: 1.318vw;
    }
}

@media (max-width: 991px) {
    .faqBox {
        padding-left: 0;
        margin-top: 40px;
    }
    
.faqContent {
    display: none;
    padding-top: 18px;
    max-width: 100%;
}
}


/* ------------------------------------ */


/* .border-line {
  display: inline;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.4s ease;
}

.border-line:hover {
  background-size: 100% 1px;
} */

/* .border-line {
  display: inline;
  line-height: 1.4;
  padding-bottom: 2px;

  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0% 1px;

  transition: background-size 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

a:hover .border-line,
.border-line.active {
  background-size: 100% 1px;
} */


.border-line {
  display: inline;
  line-height: 1.4;
  padding-bottom: 2px;

  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0% 1px;

  transition: background-size 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

/* direct hover */
.border-line:hover {
  background-size: 100% 1px;
}

/* parent hover support */
*:hover > .border-line {
  background-size: 100% 1px;
}