body {
    font-family: "Aeonik";
    overflow-x: hidden !important;
    color: var(--themeDark);
    position: relative;
}
section {
    overflow-x: hidden !important;
}

:root {
    --themeColor: #D4AF37;
    --themeColor2: #9431B6;
    --themeDark: #0A0F1E;
}

.container {
    position: relative;
}
h1,h2,h3,h4,h5,h6{
    font-family: "PP Editorial New Ultralight";
}
a,
button,
svg {
    transition: .5s !important;
    text-decoration: none !important;
}

ul {
    list-style: none;
    padding-left: 0 !important;
}

input {
    box-shadow: none;
    outline: none !important;
}
.terms-wrapper .theme-para {
    margin-bottom: 40px;
}

.terms-wrapper ul {
    list-style: disc;
    padding-left: 30px !important;
}
.theme-color {
    color: var(--themeColor);
}

.bi-btn {
    padding: 14px 30px;
    background-color: var(--themeColor);
    color: #fff;
    border: none;
    transition: .5s;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    display: block;
    width: fit-content;
    border-radius: 50px;
}
.bi-btn:hover {
    background-color: var(--themeDark);
    scale: .96;
}
.bi-btn.transparent {
    background-color: transparent;
    color: var(--themeDark);
}
.bi-btn.outline {
    border: 1px solid transparent
}
.bi-btn.outline:hover {
    border-color: var(--themeColor);
}
.bi-btn.tranparent{
    background-color: transparent;
    text-decoration: underline !important;
}
.bi-btn.tranparent.dark{
    color: var(--themeDark);
}

.bi-header{
    position: absolute;
    color: #fff;
    z-index: 9;
    width: 100%;
    top: 30px;
}
.logo {
    flex: 2;
}

.menu-wrapper {
    flex: 6;
    display: flex;
    justify-content: end;
    gap: 120px;
    align-items: center;
}

nav.bi-nav {
    display: flex;
    gap: 30px;
}

.nav-link {
    text-transform: uppercase;
    transition: .5s;
}

.nav-link:hover {
    color: var(--themeColor)
}

.services-dropdown {
    position: relative;
}

.service-icon {
    position: absolute;
    right: -13px;
    transition: .5s;
}

.minus.service-icon {
    opacity: 0;
}

.menu-wrapper .bi-btn {
    color: #000;
    border: 1px solid transparent
}
.menu-wrapper .bi-btn:hover {
    background-color:transparent;
    border-color:#fff;
    color: #fff;
}

.hero-bg {
    position: absolute;
    inset: 0;
}

.bi-hero .container-fluid {
    padding-inline: 0;
}
.bi-hero{
    /* background: url('../img/hero-bg.jpg') no-repeat center;
    background-size: cover; */
    position: relative;
    scale: 1;
}

.hero-slider-container{
    position: relative;
    overflow: hidden;
}
.hero-content-wrapper h1 {
    position: relative;
    max-width: 45%;
    font-size: 100px;
    line-height: 1.1em;
    margin-bottom: 50px;
    letter-spacing: -3px;
}
.hero-content-wrapper {
    position: relative;
    height: 100vh !important;
    padding: 250px 50px 340px;
}
.btn-wrapper {
    position: relative;
    display: flex;
    gap: 20px;
}
.hero-content-wrapper p {
    font-size: 18px;
    position: absolute;
    bottom: 90px;
    max-width: 40%;
    font-weight: 300;
    line-height: 1.2em;
    margin-bottom: 0;
}
.hero-cotent-box p {
    position: static;
    max-width: fit-content;
    width: fit-content;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 700;
    color: #f8f8f8;
}

.hero-cotent-box {
    position: absolute;
    bottom: 90px;
    right: 50px;
    display: flex;
    width: 500px;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #dee7de36;
    background-color: rgb(222 231 222 / 30%);
    gap: 10px;
}
.hero-cotent-box.third {
    /*left: 50px;*/
    /*right: unset;*/
}
.hero-cotent-box h3 {
    font-size: 24px;
    margin-bottom: 0;
}
.bi-services{
    padding: 140px 0;
}
.top-content{
    display: flex;
    align-items: start;
    justify-content: space-between;
    position: relative;
}
.theme-heading {
    font-size: 72px;
    letter-spacing: -3px;
}
.theme-para {
    font-size: 24px;
    color: #6E7683;
    line-height: 1.3em;
}
.top-content .theme-heading {
    max-width: 45%;
}
.top-content .theme-para {
    max-width: 30%;
}
.top-content .bi-btn.tranparent {
    position: absolute;
    right: 20px;
    bottom: 50px;
    padding-inline: 0;
}
.services-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
}
.service-box {
    width: 100%;
    margin-inline: 25px;
    transition: 0.5s;
    border-radius: 10px;
    color: #000;
}
.projects-box:hover .up-arrow {
    top:10px;
    right:10px;
    transform: rotateZ(360deg);
    
}
.service-box:hover{
    scale: 1.06 !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.service-box.second .service-top {
    background-color: #ECDCB4;
}
.service-box.third .service-top {
    background-color: #DEE7DE;
}
.service-top {
    padding: 45px 30px;
    border-radius: 10px 10px 0 0;
    background-color: #DDE5F1;
    display: flex;
    gap: 45px;
}
.service-top h3 {
    font-size: 40px;
    line-height: 1em;
    letter-spacing: -1px;
    width: 45%;
}
.service-info {
    width: 52%;
}
.service-info p {
    margin-bottom: 0;
    font-size: 12px;
}
.service-info img {
    margin-top: 10px;
}
.service-img img {
    width: 100%;
    border-radius: 0 0 10px 10px;
}
.bi-video-container{
    padding-inline: 50px;
}
.bi-video-container .container-fluid {
    position: relative;
}
.bi-video-container video{
    position: absolute;
    inset: 0;
    border-radius: 20px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.video-para {
    width: fit-content;
    height: fit-content;
    position: absolute;
    inset: 0;
    margin: auto;
    color: #fff;
    font-size: 24px;
}
.bi-projects{
    padding: 120px 0;
}
/* .bi-projects .top-content .bi-btn.tranparent {
    right: -30px;
} */
.project-wrapper {
    margin-top: 90px;
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 69px;
    flex-wrap:wrap;
}
.project-img{
    position: relative;
}
.up-arrow{
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    width: 45px !important;
}
.project-img img{
    border-radius: 10px;
    width: 100%;
}
.project-content{
    margin-top: 20px;
}
.project-content p{
    font-size: 22px;
    margin-bottom: 10px;
}
.project-highlight{
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
}
.project-highlight span{
    padding: 3px 15px;
    border-radius: 5px;
    color: #83838E;
    border: 1px solid #DCDCE0;
    text-transform: uppercase;
    font-size: 13px;
}
.bi-our-work{
    padding: 130x 0;
}
.bi-our-work .container-fluid{
    max-width: 95%;
    margin-inline: auto;
    padding: 140px 70px;
    background-color: #0A0F1E;
    border-radius: 10px;
}
.col-left .bi-btn.tranparent {
    padding-left: 0;
    margin-top: 60px;
}
.col-right{
    padding-left: 120px;
}
.col-right .theme-para {
    margin: 85px 0;
    padding-right: 190px;
}
.bi-success-stories {
    padding: 120px 0;
}
.success-content {
    padding-right: 100px;
}
.success-content .theme-para {
    margin: 50px 0;
}
.success-item {
    background-color: #ECDCB4;
    padding: 40px;
    border-radius: 10px;
}
.success-item p {
    font-size: 34px;
    line-height: 1.2em;
    margin-bottom: 130px;
}
.success-author {
    display: flex;
    justify-content: start;
    align-items: start;
    gap: 20px;
}
.success-author p {
    margin-bottom: 0;
}
.bi-logos{
    padding-bottom: 100px;
}
.bi-footer{
    padding-bottom: 40px;
}
.bi-footer .left-col img {
    margin-bottom: 70px;
}
.bi-footer .left-col .theme-heading {
    margin-bottom: 25px;
}
.bi-footer .right-col {
    padding-left: 200px;
}

.bi-footer .right-col .item {
    margin-bottom: 25px;
}

.bi-footer .right-col .item p.theme-para {
    margin-bottom: 0;
}

.bi-footer .right-col .item a.theme-para {
    color: #000;
    text-decoration: underline !important;
}
.right-wrapper {
    display: flex;
    justify-content: start;
    align-items: start;
}

.right-wrapper .wrapper-one {
    width: 60%;
    padding-right: 50px;
}
.right-wrapper .wrapper-two {
    width: 40%;
    padding-left: 20px;
}
.wrapper-two .item {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.bi-footer .wrapper-two .item a.theme-para {
    text-decoration: unset !important;
}
.upper-footer{
    padding-bottom: 120px;
}
.bottom-footer{
    padding: 120px 50px 30px;
    background-color: #000;
}
.copyright-section {
    margin-top: 50px;
    padding: 50px 0 0;
    border-top: 1px solid #1f1d1d;
}

.copyright-section .col-one {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}

.copyright-section .col-two {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}
.copyright-section .col-two .theme-para.small{
    font-size: 16px;
}
.progress-indicators {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
}

.progress-bar {
  width: 540px;
  height: 5px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  overflow: hidden;
}

.progress-bar .fill {
  height: 100%;
  width: 0%;
  background: #FFF;
  border-radius: 5px;
  transition: width 0s;
}
.hero-content-wrapper.right-content h1 {
    margin-left: auto;
    text-align: right;
}

.hero-content-wrapper.right-content .btn-wrapper {
    justify-content: end;
    width: 812px;
    margin-left: auto;
}
@media(max-width: 767px){
    .bi-hero{
        transform: scale(1) !important;
    }
}
/* GSAP ANIMATION CSS START*/
@media(min-width: 767px){
.bi-hero{
    position: relative;
    clip-path: inset(0 100% 0 0);
    scale: .9;
    filter: blur(5px);
}
.header-anim{
    transform: translateY(-90px);
    opacity: .1;
}
.hero-content-wrapper.only-anim h1, .hero-content-wrapper.only-anim .btn-wrapper, .hero-content-wrapper.only-anim p, .hero-content-wrapper.only-anim .hero-cotent-box {
    clip-path: inset(0 100% 0 0);
}
.service-box {
    transform: scale(.8);
    opacity: 0;
}
.services-wrapper .slick-track {
    padding-top: 50px;
}
.projects-box{
    opacity: 0;
    scale: 0;
}
.projects-box img{
    transition: .5s;
}
.projects-box:hover img{
    scale: 1.03;
}
.feature-item{
    opacity: 0;
    transform: translateX(-50px);
    scale: .7;
}
.phases-item{
    opacity: 0;
    scale: .7;
}
}
/* GSAP ANIMATION CSS END*/





/* Inner Page Css */

.inner-page .bi-hero {
    height: 850px;
    overflow: hidden;
}
.services-wrapper-inner {
    display: flex;
    justify-content: start;
    align-items: start;
    margin-top: 60px;
    flex-wrap: wrap;
}

.services-wrapper-inner .service-box {
    width: 46%;
}
.inner-page .service-img {
    height: 408px;
}

.inner-page .service-img img {
    height: 100%;
    object-fit: cover;
}

.services-wrapper-inner {
    gap: 40px;
}
.top-content.direction-column {
    flex-direction: column;
    gap: 40px;
}

.top-content.direction-column  .theme-heading {
    max-width: 55%;
}

.top-content.direction-column  .theme-para {
    max-width: 45%;
}
.service-detail-page .bi-services {
    padding-bottom: 100px;
}
.feature-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 40px;
    row-gap: 10px;
    flex-wrap: wrap;
}

.feature-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 48%;
    padding-bottom: 10px;
    border-bottom: 1px solid #d3cccc;
}

.feature-name {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px;
}

.feature-name h3 {
    margin-bottom: 0;
    font-family: 'Aeonik';
    font-size: 26px;
}
.phase-top {
    margin: 50px 0 75px;
}

.phases-slider {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}
.bi-core-feature{
    padding-top: 160px;
}
.phases-item {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 53px !important;
    padding: 37px !important;
    background-color: #E8E8E8 !important;
    flex: 1 !important;
    height: 422px !important;
    text-align: center !important;
    position: relative !important;
    transition:.5s !important;
    margin-inline: 15px !important;
}
.phases-item:hover{
    background-color: #ECDCB4 !important;
}
.phases-item:hover :is(.phase-name, span, img){
    filter: brightness(0) invert(1) !important;
}
.phase-name {
    font-size: 32px;
    font-family: 'Aeonik';
    line-height: 1em;
    transition: .5s;
}

.phases-item span {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 22px;
    transition: .5s;
}

.phases-item img {
    object-fit: cover;
    transition: .5s;
}
.phase-btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    border: 1px solid #000;
    padding: 10px 30px;
    font-size: 22px;
    color: #000;
    transition: .5s;
}
.phase-btn:hover{
    background-color:#000;
    color:#fff;
}
.bi-faq .accordion-button {
    border: none !important;
    background-color: transparent;
    box-shadow: none;
    font-family: "Aeonik";
    font-size: 22px;
}
.bi-faq .accordion-item {
    border: none !important;
    border-bottom: 1px solid #ebebeb !important
}
.faq-other-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}

.faq-other-question .wrapper-one a.theme-para {
    color: #000 !important;
    text-decoration: underline !important;
}

.faq-other-question .wrapper-one .item {
    margin-bottom: 20px;
}

.faq-other-question .wrapper-one .theme-para {
    margin-bottom: 0;
}
.bi-newsletter {
    margin: 120px 20px;
}

.bi-newsletter .container-fluid{
    padding: 110px 50px;
    background-color:#F0F0F0;
}

.bi-newsletter .col-right h4 {
    font-size: 40px;
    font-family: 'Aeonik';
    line-height: 1em;
    margin-bottom: 30px;
}

.bi-newsletter .col-right p {
    font-size: 20px;
    color: #6B6B6B;
}
.service-dropdown-menu {
    position: absolute;
    left: 0;
    top: 30px;
    width: 255px;
    padding: 10px 20px;
    background-color: rgb(255 255 255 / 10%);
    border-radius: 10px;
    backdrop-filter: blur(5px);
    border: 1px solid rgb(255 255 255 / 10%);
    transition: .5s;
    opacity: 0;
}
.service-dropdown-menu.show{
    opacity: 1;
}
.service-dropdown-menu a {
    color: #fff;
    margin: 10px 0;
    transition: .5s;
}

.service-dropdown-menu a:hover {
    color: var(--themeColor);
}
.plus.service-icon.hide{
    rotate: 360deg;
    opacity: 0;
}
.minus.service-icon.show {
    rotate: 360deg;
    opacity: 1;
}
.bi-about-content {
    padding: 150px 0;
}

.about-content-area h2 {
    margin-bottom: 40px;
}

.about-content-area .top-content{
    margin: 60px 0 80px;
}

.about-content-area .top-content .theme-heading {
    font-size: 65px;
    max-width: 46%;
    margin-bottom: 0;
}

.about-content-area .top-content .theme-para {
    font-size: 22px;
    max-width: 40%;
    margin: 0px 0; 
    padding-right: 0px;
}
.bi-faq.about-page{
    padding: 140px 0 200px;
}
.review-main-wrapper{
    padding: 150px 0;
}
.review-content .theme-para {
    margin: 40px 0 50px;
}
.review-content .bi-btn.tranparent {
    margin-top: 0;
}
.review-main-wrapper .col-right{
    padding-left: 0;
}
.review-main-wrapper .row {
    row-gap: 50px;
}
.work-page .project-wrapper {
    justify-content: space-around;
}
.work-highlight-slider {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 35px;
}

.hightlight-item {
    text-align: center;
    width: fit-content;
    font-size: 15px;
    padding: 10px;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    text-transform: uppercase;
    margin: 0 5px;
}
.contact-info {
    margin-top: 120px;
}

.contact-info a {
    text-decoration: underline !important;
    margin-bottom: 40px;
    display: block;
}

.contact-info p {
    margin-bottom: 5px;
}
.bi-form input {
    width: 100%;
    height: 70px;
    border-radius: 10px;
    border: 1px solid #4b4646;
    color: #0000;
    font-family: 'Aeonik';
    padding-left: 20px;
    margin-bottom: 15px;
    font-size: 20px;
}
.bi-form input:focus {
    outline: 1px solid #000 !important;
}
.bi-form textarea {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #4b4646;
    color: #0000;
    font-family: 'Aeonik';
    padding-left: 20px;
    margin-bottom: 15px;
    font-size: 20px;
    resize: none;
}

.hero-submit {
    background-color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 20px;
    padding: 20px 30px;
    width: 98% !important;
    margin-inline: auto;
}
.case-study-wrapper{
     text-align: center;
}
.case-study-wrapper .col-right{
    padding-left: 0;
}
.case-study-black .upper-footer {
    padding-top: 120px;
}
.upper-footer .left-col a {
    color: #000;
}

.upper-footer .left-col a:hover {
    text-decoration: underline !important;
}