body {
    background-color: #fff;
}

.main-conatiner {
    /* margin-top: 80px; */
}

.first-section {
    width: 100%;
    height: 717px;
    padding-top: 33px;
    padding-bottom: 33px;
    position: relative;
    z-index: 2;

}

.first-section .left-box {
    margin-top: 104px;
}

.gradient-Txt1 {
    background: linear-gradient(90deg, #F07C41 0.59%, #6D17EF 100.59%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;

}

.first-bg {
    position: absolute;
    width: 80%;
    right: 0;
    /* object-fit: cover; */
    height: 100%;
}

.getStartedBtn.white-bg-btn {
    padding: 1px;
}

.getStartedBtn.white-bg-btn .white-btn {
    background: #4D4D4D;
    width: 100%;
    height: 100%;
    transition: all ease 1s;
}

.getStartedBtn.white-bg-btn .text {
    background: white;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.getStartedBtn.white-bg-btn .white-btn:hover {
    transition: all ease 1s;

    background: linear-gradient(90deg, #F07C41 0.59%, #6D17EF 100.59%);
}

.icon-square {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    row-gap: 5px;
    width: 96px;
    height: 96px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
}

.second-section {
    padding-top: 80px;
    padding-bottom: 56px;
    background-color: rgb(246, 240, 255);
}

.second-section .vedio-1 {
    border-radius: 16px;
}

.fs-36 {
    font-size: 36px;
    line-height: 64px;
}

.fs-40 {
    font-size: 40px;
}

.dark-text {
    color: rgba(102, 102, 102, 1);
}

.Tabs-content {
    max-width: 1000px;
    margin-top: 40px;
    /* min-height: 860px; */

}

.Tabs-content .nav-tabs-cont button {
    width: 48px;
    height: 48px;
    background-color: #fff;
    border-radius: 50%;
    padding: 0;
    border: none !important;
    color: rgba(24, 0, 63, 1);
    font-size: var(--h4);
    font-weight: 700;
    margin: 0 auto;
}

.Tabs-content .nav-tabs-cont li {
    z-index: 1;
}

.Tabs-content .nav-tabs-cont li h5 {
    color: rgba(102, 102, 102, 1);
}

.Tabs-content .nav-tabs-cont button.active {
    background-color: rgba(24, 0, 63, 1);
    color: white;
}

.Tabs-content .nav-tabs-cont button.active+.tag-txt {
    color: rgba(24, 0, 63, 1);

}

.Tab-data-content {
    margin-top: 40px;
}

.data-content {
    width: 100%;
    display: none;
    transition: opacity .15s linear;
    opacity: 0;
}

.data-content.active {
    transition: all ease 0.5s;
    opacity: 1;
    display: block;
}

.newListType {
    margin-top: 40px;
}

.third-section {
    margin-top: 80px;
}

.third-section .head-txt {
    color: rgba(24, 0, 63, 1);
}

.third-section .para-txt {
    color: rgba(68, 68, 68, 1);
}

.ai3dcontent-div {
    background: linear-gradient(278.42deg, #E6744E -39.16%, #6D17EF 79.58%);
    border-radius: 24px;
    position: relative;
    padding-top: 41px;
    padding-bottom: 41px;
}

.element-3Dcontent {
    position: absolute;
    top: -7rem;
    right: 0%;
}

.fourth-section {
    background-color: rgba(237, 227, 253, 1);
    padding-top: 95px;
    padding-bottom: 80px;
}

.studio-img {
    width: 218px;
    height: 56px;
    object-fit: contain;
}

.white-bg-btn1 {
    background: linear-gradient(90deg, #F07C41 0.59%, #6D17EF 100.59%);
    border-radius: 24px;
    height: 48px;
    border: none;
    width: 200px;
    padding: 1px;
    transition: all 0.5s;

}

.white-bg-btn1 .white-btn {
    background: rgb(140, 71, 240);
    border-radius: 24px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}

.white-bg-btn1 .white-btn .text {
    color: white;
}

.white-bg-btn1:hover .white-btn {
    background: linear-gradient(90deg, #F07C41 0.59%, #6D17EF 100.59%);
}

.white-bg-btn1:hover .text {
    background: none;
    -webkit-text-fill-color: white;
}

.white-bg-btn1:hover {
    background: white;
    box-shadow: 0px 0px 16px 4px #F07C4180;

}

.white-bg-btn1:hover svg,
.white-bg-btn1:hover path {
    fill: white;
}

@media screen and (max-width: 1400px) {
    .first-bg {
        object-fit: cover;

    }
}

@media screen and (max-width: 1200px) {
    .first-bg {
        width: 100%;
    }

    .first-section {
        height: 820px;
    }

    .fs-36 {
        font-size: var(--h1);
        line-height: 44px;
    }
}

@media screen and (max-width: 900px) {
    .fs-40 {
        font-size: var(--h1);
    }


}

@media screen and (max-width: 500px) {
    .first-section .left-box {
        margin-top: 60px;
    }

}

@media screen and (max-width: 420px) {
    .center-text {
        text-align: center;
    }
}