/* ---------------------------------------------------Banner------------------------------------------ */

.container-home {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: visible;
}

.camera {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

@media (max-width: 576px) {
    .camera {
        height: 96%;
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    .camera {
        height: 88%;
    }
}

@media (min-width: 769px) and (max-width: 1199px) {
    .camera {
        height: 92%;
    }
}

@media (min-width: 1200px) {
    .camera {
        height: 93%;
    }
}

.wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center;
}

.dot .dot-text {
    display: block;
    transform: rotate(-90deg);
    transform-origin: center center;
    color: black;
    font-size: 6px;
    font-weight: 500;
    padding: 10px;
    opacity: 0;
    transition:
        opacity 0.6s,
        transform 0.6s;
}

@media screen and (max-width: 768px) {
    .dot .dot-text {
        /* transform: rotate(0deg); */
        font-size: 4px;
    }

    .swiper-button-prev,
    .swiper-button-next {
        width: 5%;
    }
}

.dot {
    width: 4px;
    height: 4px;
    background: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center center;
    z-index: 1;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* overflow: hidden; */
}

.pulse {
    animation: dot 0.8s linear forwards;
}

@keyframes dot {
    0% {
        box-shadow:
            0 0 0 0 #00000098,
            0 0 0 0 #fff;
    }

    40% {
        box-shadow:
            0 0 0 4px #00000098,
            0 0 0 5px #ffffff8f;
    }

    80% {
        box-shadow:
      /* 0 0 0 9px #000, */
            0 0 0 9px #00000098,
            0 0 0 10px #ffffff4f;
    }

    90% {
        box-shadow:
      /* 0 0 0 12px #000, */
            0 0 0 12px #00000098,
            0 0 0 12px #00000000;
    }

    100% {
        box-shadow:
            none /* 0 0 0 12px #000, */ 0 0 0 0px #00000098,
            0 0 0 0px #00000000;
    }
}

.pulse-reverse {
    animation: dotReverse 1s linear forwards;
}

@keyframes dotReverse {
    0% {
        background: transparent;
        box-shadow:
            0 0 0 12px #000,
            0 0 0 12px #000;
    }

    40% {
        box-shadow:
            0 0 0 9px #000,
            0 0 0 10px #ffffff4f;
    }

    80% {
        box-shadow:
            0 0 0 4px #000,
            0 0 0 5px #ffffff8f;
    }

    99% {
        background: transparent;
        box-shadow:
            0 0 0 0 #000,
            0 0 0 0 #fff;
    }

    100% {
        background: white;
        box-shadow: none;
    }
}

/* Banner Section styles*/
.bannerSec {
    position: relative;
    height: auto;
    z-index: 1;
}

.bannerSec::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #000;
    opacity: 0.7;
}

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

.boxesColRow {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}

.boxesColRow .col {
    color: transparent;
    scale: 0;
    aspect-ratio: 1/1;
}

.whiteBox {
    background: var(--white);

    display: flex;
    align-items: end;
    position: relative;
    font-weight: 700;
    width: 100%;
    height: 100%;
}

@media (width < 1200px) {
    .bannerSec {
        padding: 50px 0 20px 0;
    }

    .whiteBox {
        border-radius: 10px;
        padding: 10px;
        font-size: 8px;
        line-height: 1.3;
    }
}

@media (width < 575px) {
    .bannerSec {
        padding: 70px 0 20px 0;
    }

    .whiteBox {
        padding: 5px;
    }
}

@media (width > 1200px) {
    .bannerSec {
        padding-top: 4vw;
        padding-bottom: 1vw;
    }

    .whiteBox {
        border-radius: 1vw;
        padding: 1vw;
    }

    .boxesColRow .col {
        transform: scale(0);
    }
}

/*------------------------------------------ Intro Section styles--------------------------------------- */
.introSec {
    position: relative;
    z-index: 1;
    color: var(--white);
    text-align: center;
    font-size: 18px;
    overflow: hidden;

    height: 100vh;
    display: flex;
    align-items: center;
}

.introSec:before {
    content: "";
    position: absolute;
    inset: 0;
    background: #000;
    opacity: 0.5;
}

@media (min-width: 768.99px) {
    .introSec {
        /* font-size: 22px; */
        height: 100vh;
        display: flex;
        align-items: center;
    }
}

@media (max-width: 768.99px) {
    .introSec {
        margin-bottom: 0;
        height: 80vh;
    }

    .circleAnim img {
        width: 150% !important;
    }
}

@media (min-width: 1200.99px) {
    .introSec {
        /* font-size: 1.953vw; */
    }
}

.circleAnim {
    position: absolute;
    inset: 0;
    z-index: -1;
}

.circleAnim img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 75%;
    /* width: 90%; */
    height: auto;
    transform: translate(-50%, -50%);
    opacity: 0;

    /* position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;

  opacity: 0; */

    /* animation: fadeSmooth 2s infinite; */
    /* animation-timing-function: ease-in-out; */
}

.circleAnim img:nth-child(1) {
    animation-delay: 0s;
}

.circleAnim img:nth-child(2) {
    animation-delay: 0.3s;
}

.circleAnim img:nth-child(3) {
    animation-delay: 0.5s;
}

@keyframes fadeSmooth {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    35% {
        opacity: 1;
    }

    45% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

/* ----------------------------------------DOLAT EDGE SECTION--------------------------------------------- */

.dolatEdgeSec {
    position: relative;
}

.dolatEdgeBorder {
    will-change: transform;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}

.dolatEdgeMainWrp {
    display: flex;
    align-items: center;
    position: relative;
}

.dolatEdgeBorder::before {
    content: "";
    position: absolute;
    width: calc(100% + 3px);
    height: calc(100% + 3px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background: linear-gradient(130deg, transparent 5%, #d4d4d4, #d4d4d4, transparent 95%);
    border-radius: 30px;
}

.dolatEdgeWrp {
    position: relative;
    padding: 45px 35px 80px;
    border-radius: 30px;
    background: linear-gradient(to bottom, #000000, #000000f0, #000000);
    z-index: 1;
    box-shadow:
        -1px 0 10px rgba(255, 255, 255, 0.05),
        0 0 18px rgba(255, 255, 255, 0.15),
        inset 1px 0 12px rgba(255, 255, 255, 0.08),
        inset 1px 0 2px rgba(255, 255, 255, 0.6);
    overflow: hidden;
}

.dolatEdgeWrp::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 15px;
    pointer-events: none;
    z-index: 1;
    background: radial-gradient(
            ellipse 100px 20px at 80% 0%,
            rgba(255, 255, 255, 0.6) 0%,
            rgba(255, 255, 255, 0.35) 30%,
            rgba(255, 255, 255, 0.15) 50%,
            transparent 75%
        ),
        radial-gradient(
            ellipse 150px 20px at 35% 100%,
            rgba(255, 255, 255, 0.6) 0%,
            rgba(255, 255, 255, 0.4) 20%,
            rgba(255, 255, 255, 0.2) 40%,
            rgba(255, 255, 255, 0) 80%
        );
}
.dolatEdgeWrp h3,
.dolatEdgeWrp h2 {
    font-weight: 600;
    margin-bottom: 25px;
}
@media (max-width: 768px) {
    .dolatEdgeWrp {
        border-radius: 25px;
    padding: 25px 25px 35px;

    }
    .dolatEdgeBorder::before {
        border-radius: 25px;
    }
.dolatEdgeWrp h3, .dolatEdgeWrp h2 {
    margin-bottom: 15px;
}

    .simulatorSwiper .swiper-button-prev,
    .simulatorSwiper .swiper-button-next {
        top: 60% !important;
        /* display: none; */
    }
}

@media (min-width: 1200.99px) {
    .dolatEdgeBorder::before {
        width: calc(100% + 0.22vw);
        height: calc(100% + 0.22vw);
        border-radius: 3vw !important;
    }
    .dolatEdgeWrp {
        padding: 3.906vw 3.255vw 6.857vw;
        border-radius: 3vw;
        box-shadow:
            -0.073vw 0 0.732vw rgba(255, 255, 255, 0.05),
            0 0 1.318vw rgba(255, 255, 255, 0.15),
            inset 0.073vw 0 0.878vw rgba(255, 255, 255, 0.08),
            inset 0.073vw 0 0.146vw rgba(255, 255, 255, 0.6);
    }

    .dolatEdgeWrp::after {
        border-radius: 1.098vw;
        background: radial-gradient(
                ellipse 6.51vw 1.302vw at 80% 0%,
                rgba(255, 255, 255, 0.6) 0%,
                rgba(255, 255, 255, 0.35) 30%,
                rgba(255, 255, 255, 0.15) 50%,
                transparent 75%
            ),
            radial-gradient(
                ellipse 9.766vw 1.302vw at 35% 100%,
                rgba(255, 255, 255, 0.6) 0%,
                rgba(255, 255, 255, 0.4) 20%,
                rgba(255, 255, 255, 0.2) 40%,
                rgba(255, 255, 255, 0) 80%
            );
    }

    .deCard {
        margin-bottom: 2vw;
    }

    .dolatEdgeWrp h3,
.dolatEdgeWrp h2 {
    margin-bottom: 1.83vw;
}


}

/* -------------------------------------SIMULATOR SECTION------------------------------------- */
.simulatorSwiper {
    padding: 5% 0 12% 0;
    margin-bottom: 20px;
    position: relative;
}

.simulatorSwiper .swiper-slide {
    border-radius: 33px;
    width: 100%;
    /* height: 400px; */
}

.simulatorSwiper .swiper-slide img {
    border-radius: 33px;
    transition:
        box-shadow 0.5s ease,
        transform 0.5s ease;
        width: 100%;
        height: 100%;
        object-fit: cover;
}

.simulatorSwiper .swiper-button-prev {
    left: 0;
}

.simulatorSwiper .swiper-button-next {
    right: 0;
}

.simulatorSwiper .swiper-button-prev,
.simulatorSwiper .swiper-button-next {
    top: 50%;
    bottom: 50%;
}

.simulatorSwiper .swiper-button-prev,
.simulatorSwiper .swiper-button-next {
    width: 25px;
    aspect-ratio: 1/1;
    height: auto;
}

/* @media (max-width: 576px) { */
@media (max-width: 768px) {

    .simulatorSwiper .swiper-button-prev,
    .simulatorSwiper .swiper-button-next {
        top: 100% !important;
    }
    .simulatorSwiper .swiper-button-prev {
    left: 35%;
}

.simulatorSwiper .swiper-button-next {
    right: 35%;
}
}


@media (min-width: 1200.99px) {
    .simulatorSwiper {
        margin-bottom: 2vw;
    }

    .simulatorSwiper .swiper-button-prev,
    .simulatorSwiper .swiper-button-next {
        width: 1.563vw;
        top: 50%;
        bottom: 50%;
    }

    .simulatorSwiper .swiper-slide,
    .simulatorSwiper .swiper-slide-active,
    .simulatorSwiper .swiper-slide img {
        border-radius: 2.148vw !important;
    }

        .simulatorSwiper .swiper-slide {
      /* height: 25.622vw; */
    }
}

@media (min-width: 991.99px) {
    .simulatorSwiper .swiper-button-prev {
        left: 7vw;
        /* left: 10vw; */
    }

    .simulatorSwiper .swiper-button-next {
        right: 7vw;

        /* right: 10vw; */
    }
}

.simulatorSwiper .swiper-slide-active {
    box-shadow: 0 0 7.766vw 1.604vw rgba(255, 255, 255, 0.2);
    border-radius: 33px;
    z-index: 10;
}

@media (max-width: 991.99px) {
    .simulatorSwiper .swiper-slide-active,
    .simulatorSwiper .swiper-slide-active img {
        box-shadow: 0 0 30px 0px rgba(255, 255, 255, 0.2);
        border-radius: 20px;
    }

    .simulatorSwiper .swiper-slide,
    .simulatorSwiper .swiper-slide img {
        border-radius: 20px;
    }
}

/*---------------------------------------- SCALABLE SECTION---------------------------------------- */
.scalableSec {
    position: relative;
    overflow: hidden;
}

.scalableCard {
    text-align: center;
    transform-origin: center;
    will-change: transform;
}

.scalableCard img {
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-name: clockwiseSpin;
    animation-timing-function: linear;
    will-change: transform;
    width: 180px;
    margin: 0 auto;
}

@keyframes clockwiseSpin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.scalableCard .imgCard {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1200.98px) {
    .scalableCard > * {
        margin-bottom: 15px;
    }
}

@media (max-width: 768.99px) {
    .scalableSec .row {
        --bs-gutter-x: 20px;
        --bs-gutter-y: 20px;
    }

    .scalableCard .imgCard {
        /* height: 170px; */
    }

    .scalableCard img {
        width: 150px;
    }
}
@media (max-width: 991.98px) {
    .scalableCard img {
        width: 150px;
    }
}

@media (min-width: 1200.99px) {
    .scalableSec .row {
        --bs-gutter-x: 3vw;
    }

    .scalableCard > * {
        margin-bottom: 1vw;
    }

    .scalableCard .imgCard {
        height: 13.021vw;
    }

    .scalableCard img {
        width: 11.719vw;
    }
}

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

.navigation {
    position: fixed;
    top: 35%;
    right: 0%;
    z-index: 1;
}

.navigation svg {
    display: block;
}

.navigation .active-ring {
    position: absolute;
    width: 12px;
    height: 12px;
    border: 1px solid #ffffffbe;
    border-radius: 50%;
    pointer-events: none;
    top: 50%;
    left: 50%;
    transition:
        top 0.3s,
        left 0.3s;
    transform: translate(-50%, -50%);
    box-shadow: 1px 1px 10px rgba(255, 255, 255, 0.8);
}

.navigation .nav-tooltip {
    position: absolute;
    left: -60px;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 4px;
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
    transition:
        top 0.3s,
        opacity 0.3s;
}

@media (min-width: 1200.99px) {
    .navigation {
        /* right: 2.646vw; */
    }

    .navigation .active-ring {
        width: 0.938vw;
        height: 0.938vw;
    }

    .navigation .nav-tooltip {
        font-size: 1.042vw;
        left: -4.167vw;
        padding: 0.333vw 0.667vw;
    }

    .navigation svg {
        width: 5.646vw;
        height: 17.458vw;
    }
}

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


.investmentChartSec {
  overflow: hidden;
  position: relative;
}

.chart-panel {
  overflow: hidden;
}

.bar-body,
.bar-body-neg {
  will-change: height;
}

#invest {
  contain: layout paint;
}

.charts-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 150;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .charts-grid {
        grid-template-columns: 1fr;
    }
    .tab {
        padding: 5px 0px !important;
    }

    .tabs-bar {
        column-gap: 10px !important;
    }

    .legend-item {
        display: flex;
        align-items: center;
        font-size: 12px !important;
    }
}

@media screen and (max-width: 576px) {
    .tabs-bar {
        padding: 6px 20px !important;
        column-gap: 10px;
    }
}
.chart-panel {
    background: linear-gradient(to bottom, rgba(38, 38, 38, 0) 0%, #262626 100%);
    border-radius: 16px;
    padding: 28px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: column;
}
.chart-panel h5 {
    margin-bottom: 10px;
}
.bars-wrapper-positive {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 26px;
    height: 250px;
    position: relative;
}
.bars-wrapper-negative {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 26px;
    height: 0px;
    overflow: visible;
    position: relative;
    transition: height 0.5s ease;
}
.baseline {
    width: 100%;
    height: 1.5px;
    background: #444;
    flex-shrink: 0;
}
.bar-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    position: relative;
}
.bar-col-neg {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    position: relative;
}
.bar-value-neg {
    color: #f08080;
    margin-top: 8px;
}
.bar-body {
    width: 80px;
    border-radius: 5px 5px 0 0;
    height: 0px;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}
.bar-body-neg {
    width: 80px;
    border-radius: 0 0 5px 5px;
    height: 0px;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

.bar-body.teal {
    /* background: linear-gradient(180deg, #1a969c 0%, #0f6469 100%); */
    background: linear-gradient(180deg, #0f6469 0%, #005D61 100%);
    /* background-color: #005D61; */
}
.bar-body.coral {
    /* background: linear-gradient(180deg, #1a969c 0%, #0f6469 100%); */
    background: linear-gradient(180deg, #E3644B 0%,  #c8533b 100%);
}
.bar-body.silver {
    background: linear-gradient(180deg, #b8b8b0 0%, #787870 100%);
}

.bar-body-neg.teal-neg {
    background: linear-gradient(180deg, #005D61 0%, #005D61 100%);
}
.bar-body-neg.silver-neg {
       background: linear-gradient(180deg, #b8b8b0 0%, #787870 100%);

}

/* .bar-body-neg.teal-neg {
    background: linear-gradient(180deg, #c0443a 0%, #8b2020 100%);
}
.bar-body-neg.silver-neg {
    background: linear-gradient(180deg, #b07070 0%, #7a4040 100%);
} */
.bar-shine {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    box-shadow:
        inset 5px 0 10px rgba(255, 255, 255, 0.12),
        inset -5px 0 10px rgba(0, 0, 0, 0.35),
        inset 0 5px 10px rgba(255, 255, 255, 0.08),
        inset 0 -5px 10px rgba(0, 0, 0, 0.2),
        8px 6px 14px rgba(0, 0, 0, 0.45);
}
.tabs-bar {
    background: #262626;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 24px;
    margin-top: 14px;
    gap: 2px;
    flex-wrap: wrap;
    column-gap: 20px;
}
.tab {
    color: white;
    cursor: pointer;
    transition:
        color 0.2s,
        background 0.2s;
    user-select: none;
    white-space: nowrap;
    text-align: center;
    margin-bottom: 0;
}
.tab:hover {
    color: #aaa;
}
.tab.active {
    color: #e8e2d8;
    text-decoration: underline;
    text-underline-offset: 4px;
}
.legend-bar {
    background: #262626;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 12px 24px;
    margin-top: 12px;
}
.legend-items {
    display: flex;
    gap: 18px;
    align-items: center;
}
.legend-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #c0bbb4;
}
.legend-swatch {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    flex-shrink: 0;
}
.swatch-teal {
    background: #005D61;
}
.swatch-silver {
    background: #a0a09a;
}
.legend-date {
    font-size: 14px;
    color: #ccc;
}

.legend-bar p {
    margin-bottom: 0;
}

@media (min-width: 1200.99px) {
    .charts-grid {
        /* gap: 2.604vw; */
    gap: 10.981vw;

    }
    .chart-panel {
        border-radius: 1.042vw;
        padding: 1.823vw;
    }
    .chart-panel h5 {
        margin-bottom: 0.651vw;
    }
    .bars-wrapper-positive {
        gap: 1.693vw;
        height: 16.276vw;
    }
    .bars-wrapper-negative {
        gap: 1.693vw;
        height: 16.276vw;
    }
    .baseline {
        height: 0.098vw;
    }
    .bar-value-neg {
        margin-top: 0.586vw;
    }
    .bar-body {
        width: 5.857vw;
        border-radius: 0.326vw 0.326vw 0 0;
    }
    .bar-body-neg {
        width: 5.208vw;
        border-radius: 0 0 0.326vw 0.326vw;
    }
    .tabs-bar {
        margin-top: 0.781vw;
        border-radius: 0.977vw;
        padding: 0.781vw 1.563vw;
        column-gap: 1.302vw;
    }
    .tab {
        font-size: 1.042vw;
    }
    .legend-bar {
        margin-top: 0.781vw;
        border-radius: 0.977vw;
        padding: 0.781vw 1.563vw;
    }
    .legend-items {
        gap: 0.651vw;
    }
    .legend-date,
    .legend-date span {
        font-size: 0.911vw;
        gap: 0.521vw;
    }
    .legend-swatch {
        width: 1.172vw;
        height: 1.172vw;
        border-radius: 0.195vw;
    }
}
