@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('bootstrap.min.css');

body {
    margin: 0;
    font-family: "Inter", sans-serif;
}

a.active,
a:focus,
button:focus,
button.active {
    outline: none;
}

a {
    text-decoration: none;
}

a:focus,
a:hover,
a:active {
    outline: 0;
}

a:focus,
a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;
}

a {
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    list-style: none;
}

p {
    margin: 0;
    padding: 0;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

img {
    border-style: none;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.wrapper {
    overflow: hidden;
}

.title {
    text-align: center;
}

.title h2,
.title p {
    font-weight: normal;
    font-size: 37px;
    line-height: 42px;
    color: #273E58;
}

.main-btn {
    font-weight: 400;
    font-size: 13.83px;
    line-height: 100%;
    text-align: center;
    background: #fff;
    height: 40px;
    padding-inline: 19px;
    border-radius: 47.96px;
    display: inline-flex;
    align-items: center;
    color: #000;
    border: 0.89px solid rgba(255, 255, 255, 1);
}

.read-btn,
.invest-btn {
    font-size: 22.2px;
    color: #273E58;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 77px;
    border: 1px solid #273E58;
    height: 65px;
    display: inline-flex;
    align-items: center;
    padding-inline: 40px;
}

.invest-btn {
    color: #fff;
    background: #273E58;
}

.wrapper {
    overflow: hidden;
}


/****** HEADER *******/
header {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 1;
}

.header-inner ol {
    display: flex;
    align-items: center;
    gap: 24px;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1610px;
    padding-inline: 85px;
    width: 100%;
    margin: 0 auto;
}

/* hero */
.hero {
    margin-bottom: 42px;
}

.hero-inner-main {
    background: url('../images/hero-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 185px;
    padding-inline: 85px;
    padding-bottom: 121px;
}

.hero .left-content h1 {
    font-weight: 400;
    font-size: 47.26px;
    line-height: 55px;
    color: #fff;
    padding-bottom: 35px;
}

.hero .left-content p {
    font-weight: 300;
    font-size: 22.08px;
    line-height: 30px;
    color: #fff;
    padding-bottom: 32px;
}

.hero .left-content ol {
    display: flex;
    align-items: center;
    gap: 17px;
}

.read-docs-btn {
    border: 0.89px solid rgba(255, 255, 255, 1);
    font-weight: 400;
    font-size: 19.72px;
    line-height: 100%;
    text-align: center;
    color: #fff;
    border-radius: 68.41px;
    height: 57.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 207px;
}

.hero .main-btn {
    height: 57px;
    font-size: 19.72px;
    padding-inline: 30px;
}

.hero-inner-text {
    padding-bottom: 28px;
}

.hero .right-content {
    text-align: right;
    padding-top: 46px;
}
.hero-main-content{
max-width: 1440px;
width: 100%;
    margin: 0 auto;
}
/* purpose sec */
.purpose-sec {
    background: url('../images/purpose-bg.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 204px 0;
}

.purpose-sec .title h2 {
    font-weight: 700;
}

.purpose-inner {
    max-width: 500px;
    margin: 0 auto;
}

/* flagship */
.flagship {
    padding-top: 71px;
    padding-bottom: 42px;
}

.flagship .title {
    padding-bottom: 42px;
}

.flagship-left {
    padding: 65px 0;
}
.flagship-left-content{
        max-width: 490px;
    width: 100%;
}
.flagship-left .title {
    padding-bottom: 15px;
    text-align: left;
}

.flagship-left p {
    font-size: 20.644px;
    color: #273E58;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding-bottom: 34px;
}

.flagship-left ol {
    display: flex;
    align-items: center;
    gap: 12px;
}

.flagship-main {
    border-radius: 32px;
    background: #F8F8F8;
    padding-left: 136px;
}

.flagship-right p {
    font-size: 20.644px;
    color: #F8F8F8;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    flex: 1;
}

.flagship-right {
    background-color: #081424;
    background-image: url('../images/flagship-bg.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 30px;
    padding: 115px 0;
    height: 100%;
}

.flagship-right ol li {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 27px;
    margin-bottom: 27px;
}

.flagship-right ol li:last-child {
    margin-bottom: 0;
}

.flagship-right ol {
    max-width: 303px;
    width: 100%;
    margin: 0 auto;
}

/* ecosystem */
.ecosystem-main {
    border-radius: 35px;
    padding-top: 60px;
    position: relative;
}

.ecosystem-main::after {
    content: '';
    position: absolute;
    background: url('../images/ecosystem-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 928px;
    z-index: -1;
    border-radius: 35px;
}

.ecosystem-main .title {
    padding-bottom: 47px;
}
.ti-logo{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.box {
    border-radius: 26.535px;
    background: linear-gradient(161deg, #2F4B6B 2.6%, #000 100.32%);
    backdrop-filter: blur(6.67528772354126px);
        padding: 32px 24px 26px 24px;
    max-width: 374px;
    width: 100%;
    min-height: 371px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
}

.box .dot-main {
    position: absolute;
    top: 78px;
    background: #3F5E81;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    filter: drop-shadow(0px 0px 3.4px rgba(255, 255, 255, 0.50));
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -8px;
}

.box .dot {
    border-radius: 50%;
    background: #081424;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box .dot-main-left {
    right: auto;
    left: -8px;
    top: 33px;
}

.box .dot-main.top-left {
    top: 85px;
}

.box .dot-top-main {
    right: auto;
    left: 76px;
    top: -8px;
}

.box ol {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
}

.box ol li a,
.box ol li span {
    font-size: 13.594px;
    border-radius: 47.151px;
    border: 0.612px solid #FFF;
    color: #FFF;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 143px;
    padding: 0 14px;
}

.box ol li:last-child a {
    background: #FFF;
    color: #000;
}

.box h3 {
    color: #FFF;
    font-size: 30.681px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.box p {
    font-size: 17.118px;
    color: #FFF;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding-top: 10px;
    padding-bottom: 25px;
}

.box span {
    display: block;
    padding-bottom: 17px;
}

.boxes-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1169px;
    padding-inline: 20px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 80px;
}

.boxes-bottom {
    max-width: 959px;
    padding-inline: 20px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 0;
}

.ecosystem-shape {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: 0;
}

.ecosystem-content {
    position: relative;
    z-index: 1;
}

/* hover */
.read-docs-btn:hover,
.box ol li:first-child a:hover {
    background: #fff;
    color: #000;
}

.main-btn:hover,
.box ol li:last-child a:hover {
    background: transparent;
    color: #fff;
    border-color: #fff;
}

.read-btn:hover {
    background: #273E58;
    color: #fff;
}
.main-btn.not-hover:hover{
        background: #fff;
        color: #000;
}
/****** FROEFRONT *******/
.forefront-sec {
    padding: 44px 0;
    position: relative;
    overflow: hidden;
}

.forefront-sec::after {
    background: url('../images/forefront-bg.svg') no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    content: "";
    left: 0;
    top: -100px;
    width: 100%;
    height: 100%;
}

.forefront-inner {
    display: grid;
    grid-template-columns: 6fr 6fr;
    gap: 10px;
    max-width: 1164px;
    width: 100%;
    margin: 80px auto 0;
    position: relative;
    z-index: 10;
}

.forefront-box {
    background: #273E58 url('../images/services-bg.png') no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 32px;
    padding: 70px 55px 63px 63px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.audits-box {
    background: #273E58 url('../images/audits-bg.png') no-repeat;
    background-position: center center;
    background-size: cover;
    padding-left: 92px;
    padding-right: 92px;
}

.hedge-box {
    background: #273E58 url('../images/hedge-bg.png') no-repeat;
    background-position: center center;
    background-size: cover;
}

.forefront-box h4 {
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 16px;
    max-width: 330px;
    width: 100%;
}

.forefront-box p {
    color: #FFF;
    font-size: 20.644px;
    font-weight: 300;
    line-height: normal;
    max-width: 426px;
    width: 100%;
}

.forefront-box ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 28px;
    margin: 44px 0 0 0;
    row-gap: 18px;
}

.audits-box p {
    max-width: 385px;
    width: 100%;
}

/****** LEADERSHIP SEC ******/
.leadership-inner {
    background: url(../images/leadership-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 35px;
    padding: 235px 134px 149px;
}

.leadership-inner .text-box {
    max-width: 467px;
    width: 100%;
    margin-left: auto;
}

.leadership-inner .text-box h4 {
    color: #fff;
    font-weight: bold;
    font-size: 38px;
    margin-bottom: 30px;
}

.leadership-inner .text-box p {
    font-weight: 300;
    font-size: 24px;
    line-height: 160%;
    color: #fff;
}

/***** FAQ ******/
.faq-sec {
    padding: 45px 0;
}

.accordion {
    margin-top: 48px;
}

.accordion-item {
    margin-bottom: 24px;
    border: 2px solid transparent;
    background-color: #F8F8F8;
    border-radius: 32px;
    padding: 44px 51px;
}

.accordion-item:last-child {
    margin: 0;
}

.accordion-item.active {
    background: #fff;
    border-color: #2F4B6B;
}

.accordion-item:first-of-type {
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion-button {
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    color: #273E58;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 24px;
}

.accordion-button p {
    flex: 1;
    width: 100%;
}

.accordion-button span {
    display: flex;
    align-items: center;
    width: 23px;
    height: 23px;
    justify-content: center;
}

.accordion-button span img {
    transition: all 0.5s ease-in-out;
    rotate: 0deg;
}

.accordion-button::after {
    display: none;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button[aria-expanded="true"] {
    background-color: transparent;
    color: #273E58;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #273E58;
    box-shadow: none;
}

.accordion-button[aria-expanded="true"] span img {
    rotate: 180deg;
    transition: all 0.5s ease-in-out;
}

.accordion-body {
    padding: 0;
    border: none;
}

.accordion-body p {
    color: #273E58;
    font-size: 20.64px;
    font-weight: 300;
    margin-top: 30px;
    font-weight: normal;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: 32px;
    border-bottom-left-radius: 32px;
}

.accordion-item.active:not(:first-of-type) {
    border-top: 2px solid #2F4B6B;
}

/***** GET START ******/
.get-start-inner {
    background: #071323 url('../images/get-start-bg.png') no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 32px;
    padding: 146px 0;
}

.get-start-inner .text-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.get-start-inner .text-box h4 {
    color: #fff;
    font-weight: normal;
    font-size: 55.09px;
    line-height: normal;
    max-width: 536px;
    width: 100%;
}

.get-start-inner .text-box ul li {
    margin-bottom: 12px;
}

.get-start-inner .text-box ul li:last-child {
    margin: 0;
}

.get-start-inner .text-box ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    height: 65px;
    border-radius: 77px;
    padding: 0 125px;
    background-color: transparent;
}

.get-start-inner .text-box ul li a:hover {
    background-color: #fff;
}

.get-start-inner .text-box ul li a img,
.get-start-inner .text-box ul li a.git-btn svg path {
    transition: all 0.5s ease-in-out;
}

.get-start-inner .text-box ul li a:hover img {
    filter: brightness(0);
    transition: all 0.5s ease-in-out;
}

.get-start-inner .text-box ul li a.git-btn {
    background-color: #fff;
}

.get-start-inner .text-box ul li a.git-btn:hover {
    background: transparent;
}

.get-start-inner .text-box ul li a.git-btn:hover svg path {
    fill: #fff;
    transition: all 0.5s ease-in-out;
}

/****** FOOTER ******/
footer {
    padding: 42px 0 105px;
}

.footer-inner {
    background: #1E1E1E url('../images/footer-bg.jpg') no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 35px;
    padding: 85px 108px 40px 108px;
}

.footer-left a {
    display: flex;
    align-items: center;
}

.footer-left p {
    color: #B7B7B7;
    font-weight: 300;
    font-size: 20px;
    line-height: 180%;
    max-width: 310px;
    width: 100%;
    margin: 64px 0 0 0;
}

.newslatter h4 {
    color: #fff;
    font-size: 24.83px;
    font-weight: 600;
    margin-bottom: 26px;
    line-height: normal;
}

.newslatter form {
    display: flex;
    align-items: center;
    gap: 15px;
}

.newslatter .form-control {
    border: 1px solid #fff;
    height: 67px;
    border-radius: 80px;
    width: 100%;
    background-color: transparent;
    color: #B7B7B7;
    font-weight: 500;
    font-size: 20.69px;
    padding-left: 30px;
    flex: 1;
    width: 100%;
}

.newslatter .form-control::placeholder {
    color: #B7B7B7;
}

.newslatter a {
    height: 67px;
    width: 202px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 80px;
    color: #273E58;
    font-weight: 500;
    font-size: 20.69px;
    border: 1px solid transparent;
}

.newslatter a:hover {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}

.footer-detail {
    display: grid;
    grid-template-columns: 3fr 3fr 3fr;
    gap: 24px;
    margin: 42px 0 0 0;
}

.links-box h4 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 26px;
}

.links-box ul li {
    margin-bottom: 12px;
}

.links-box ul li:last-child {
    margin-bottom: 0;
}

.links-box ul li a {
    color: #B7B7B7;
    font-weight: 300;
    font-size: 20px;
    line-height: normal;
    text-decoration: underline;
    display: flex;
    align-items: center;
    text-underline-offset: 3px;
}

.links-box ul li a:hover {
    color: #fff;
}

.footer-description {
    border-top: 1px solid #2F4B6B;
    padding: 36px 0 150px 0;
    margin-top: 36px;
}

.footer-description p {
    color: #B7B7B7;
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 32px;
    line-height: 150%;
}

.footer-description p:last-child {
    margin-bottom: 0;
}

.copyright p {
    color: #fff;
    font-weight: 300;
    text-align: center;
    font-size: 20.64px;
}