@font-face {
  font-family: 'Youth';
  src: url('../font/Youth-Thin.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Youth';
  src: url('../font/Youth-Light.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Youth';
  src: url('../font/Youth-Regular.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Youth';
  src: url('../font/Youth-Medium.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Youth';
  src: url('../font/Youth-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Youth';
  src: url('../font/Youth-Black.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

body {
    font-family: "Urbanist", sans-serif;
    overflow-x: hidden !important;
    color: var(--themeDark);
    position: relative;
}

:root {
    --themeColor: #FC2278;
    --themeColor2: #A707CB;
    --themeDark: #0A0F1E;
}

.container {
    position: relative;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Youth", sans-serif;
}
a,
button,
svg {
    transition: .5s !important;
    text-decoration: none !important;
}

ul {
    list-style: none;
    padding-left: 0 !important;
}

input {
    box-shadow: none !important;
    outline: none !important;
}
textarea {
    box-shadow: none !important;
    outline: none !important;
    resize: none;
}
.bi-form textarea::placeholder {
    color: #000;
}
.theme-color {
    color: var(--themeColor);
}

.bi-btn {
    padding: 12px 25px;
    background-color: var(--themeColor);
    color: #fff;
    border: none;
    transition: .5s;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    display: block;
    width: fit-content;
    border-radius: 15px;
    font-family: "Youth", sans-serif;
}
.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;
}
.bi-btn.tranparent.dark{
    color: var(--themeDark);
}
.bi-btn.white{
    background-color: #fff;
    color: #000;
}
.theme-gradient{
    background: -webkit-linear-gradient(var(--themeColor), var(--themeColor2));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}
.bi-btn:before {
   content:""; 
   background: -webkit-linear-gradient(var(--themeColor), var(--themeColor2));
   font-weight: 600;
   position:absolute;
   inset:0;
   width:100%;
   height:100%;
   z-index:-1;
   border-radius:15px;
   opacity:0;
   transition:.5s;
}
.bi-btn:hover {
   background-color:transparent;
   color:#fff;
}
.bi-btn:hover:before {
   opacity:1;
}
.bi-hero{
    background: url('../img/hero-bg.jpg') no-repeat center;
    background-size: cover;
    padding: 230px 0 240px;
}
.hero-content-wrapper{
    color: #fff;
}
.hero-sub-heading{
    font-size: 50px;
    font-weight: 500;
    letter-spacing: -1px;
}
.hero-heading{
    font-size: 100px;
    font-weight: 600;
    letter-spacing: -2px;
    line-height: 1em;
    margin-bottom: 30px;
}
.hero-para{
    font-size: 30px;
    line-height: 1.2em;
}
.hero-para.second{
    max-width: 600px;
}
.hero-btn-wrapper{
    margin-top: 30px;
    display: flex;
    justify-content: start;
    align-items: center;
}
.hero-form-wrapper{
    position: relative;
    padding: 40px 40px;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    border-radius: 30px;
    border: 1px solid #ffffff7a;
}
.hero-form-wrapper h3{
    font-family: "Urbanist", sans-serif;
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom:30px;
}
.hero-form-wrapper :is(input, select){
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    height: 45px;
    font-family: "Youth";
    width: 100%;
    font-weight: 500;
    color: #fff;
    text-indent: 20px;
    margin: 5px 0;
}
.hero-form-wrapper textarea{
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    height: 120px;
    font-family: "Youth";
    width: 100%;
    font-weight: 500;
    color: #fff;
    text-indent: 20px;
    padding-top: 10px;
    margin: 5px 0;
}
.hero-form-wrapper select option{
    background-color: #000;
}
.hero-form-wrapper input::placeholder{
    color: #fff;
}
.hero-form-wrapper textarea::placeholder{
    color: #fff;
}
.trusted-wrapper {
    border: 2px solid #f3e2e2;
    border-radius: 20px;
    padding-bottom: 35px;
    padding-inline: 40px;
    padding-top: 30p;
}

.trusted-heading {
    background-color: #fff;
    padding-inline: 20px;
    margin-top: -15px;
    width: fit-content;
    margin-inline: auto;
}

.trusted-logos-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
}

.trusted-wrapper .logo-item img {
    filter: invert(1) contrast(0.5);
    max-width: 160px;
}
.trusted-logos-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;

}

.trusted-logos-track {
  display: flex;
  width: max-content;
  animation: scroll 15s linear infinite;
}


.trusted-logos-track::after {
  content: "";
  display: flex;
  animation: none;
}

.trusted-logos-track::before {
  content: "";
}
.logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
}
.hero-btn-wrapper .bi-btn.tranparent {
    border: 1px solid #ffffff82 !important;
}

.hero-btn-wrapper {
    gap: 20px !important;
}

.hero-btn-wrapper .bi-btn.tranparent:hover {
    border-color: transparent !important;
}
/* Continuous scroll animation */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.bi-industries{
    padding: 90px 0;
}
.bi-industries .btn-wrapper {
    margin-top: 50px;
}
.btn-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.bi-btn.black {
    background-color: #000;
}
.theme-heading {
    font-size: 80px;
    font-weight: 600;
    letter-spacing: -4px;
    line-height: 1em;
}

.bi-industries .theme-heading {
    max-width: 685px;
    margin-inline: auto;
    margin-bottom: 50px;
}

.theme-para {
    font-size: 30px;
    line-height: 1.2em;
}

.bi-industries .theme-para {
    margin-bottom: 70px;
    max-width: 1000px;
    margin-inline: auto;
}
.bi-packages{
    padding: 130px 0;
    background: url('../img/package-bg.jpg') no-repeat center top;
    background-size: auto;
}
.bi-packages .theme-heading {
    max-width: 700px;
    margin-inline: auto;
    margin-bottom: 60px;
}

.bi-packages .theme-para {
    max-width: 640px;
    margin-inline: auto;
}
.package-item {
    display: flex;
    justify-content: start;
    align-items: center;
    background-color: #fff;
    padding: 60px 40px;
    border-radius: 30px;
    margin-bottom: 40px;
    border: 1px solid rgba(0, 0, 0, 0.205);
    position: relative;
}
.package-item:nth-child(1):before{
    content:"";
    position: absolute;
    top: -17px;
    left: 300px;
    width: 114px;
    height: 124px;
    background: url('../img/best-seller.png') no-repeat center;
    background-size: contain;
}
.package-col-left {
    width: 410px;
}

.package-col-right {
    padding-left: 100px;
}

.packages-wrapper {
    margin-top: 80px;
}

.package-name {
    font-size: 35px;
    font-weight: 700;
    letter-spacing: -1.3px;
}

.package-content {
    font-size: 17px;
    color: #838383;
    line-height: 1.2em;
}

.package-price-wrapper {
    display: flex;
    margin: 20px 0 30px;
    align-items: center;
}

.package-price-wrapper .price {
    font-size: 45px;
    font-weight: 800;
    font-family: 'Youth';
    letter-spacing: -1px;
}

.package-price-wrapper sub {
    font-size: 20px;
    font-weight: 500;
    color: #848484 !important;
    text-decoration: line-through;
    letter-spacing: 0;
    left: 5px;
    top: 10px;
}
.package-item .bi-btn{
    background: #A707CB;
    background: linear-gradient(360deg, rgba(167, 7, 203, 1) 0%, rgba(252, 34, 120, 1) 100%);
}
.package-content-wrapper h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
}
.package-content-wrapper ul{
    font-family: "Urbanist", sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding-left: 20px !important;
}
.package-content-wrapper ul li{
    margin: 8px 0;
    position: relative;
}
.package-content-wrapper ul li:before{
    content: "";
    position: absolute;
    width: 14px;
    height: 10px;
    background: url('../img/check.png') no-repeat center;
    background-size: cover;
    left: -24px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.package-col-right {
    border-left: 1px solid #e9e7e7;
}

.packages-wrapper {
    max-width: 1150px;
    margin-inline: auto;
}
.bi-cta{
    background: url('../img/cta-bg.jpg') no-repeat center;
    background-size: cover;
    padding: 120px 0 90px;
}
.bi-cta .theme-heading {
    max-width: 930px;
    margin-inline: auto;
    margin-bottom: 50px;
}
.bi-cta .theme-para {
    max-width: 1000px;
    margin-inline: auto;
    margin-bottom: 60px;
}
.bi-solution {
    padding: 100px 0 170px;
}

.bi-solution .theme-heading {
    margin-bottom: 50px;
}

.sub-heading {
    font-size: 42px;
    font-weight: 600;
}

.bi-solution .theme-para {
    max-width: 1025px;
    margin-inline: auto;
    margin-bottom: 50px;
}
 *, *:before, *:after {
	 box-sizing: border-box;
	 position: relative;
	 transition-property: clip-path, opacity;
	 transition-duration: 900ms, 300ms;
	 transition-timing-function: cubic-bezier(0.5,0,0.5,1);
}
.slider {
	 position: relative;
	 display: flex;
	 width: 47%;
     height: 400px;
	 /* overflow: hidden; */
     border-radius: 20px;
}
 .slider .status {
	 position: absolute;
	 bottom: 10px;
	 left: 10px;
	 display: flex;
}
 .slider .status .stat {
	 width: 10px;
	 height: 10px;
	 background-color: transparent;
	 border-radius: 50%;
	 z-index: 11;
	 margin: 0px 5px;
	 border: 2px solid #fff;
}
 .slider .status .stat[data-active] {
	 background-color: #fff;
}
 .slider img {
	 object-fit: cover;
	 object-position: center 80%;
	 width: 100%;
	 height: 100%;
	 display: block;
     transition: .9s;
}
 .slider .image {
	 width: 100%;
	 margin-right: -100%;
	 opacity: 0;
	 display: block;
}
 .slider .image img {
     clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
 .slider .image[data-active] {
	 opacity: 1;
}
 .slider .image[data-active] img {
	 clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
 .slider .image[data-active] ~ .image {
	 opacity: 0;
}
 .slider .image[data-active] ~ .image img {
	 clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
 .slider svg {
	 height: 20px;
	 position: absolute;
	 top: 50%;
	 margin-top: -15px;
	 z-index: 1000;
	 cursor: pointer;
	 overflow: visible;
}
 .slider svg path {
	 stroke: #666;
	 stroke-linecap: round;
	 stroke-width: 12px;
	 fill: transparent;
}
 .slider svg circle {
	 fill: #fff;
}
 .slider svg#next {
	 right: 5vw;
}
 .slider svg#prev {
	 left: 5vw;
}
.slider .progress {
  position: absolute;
  bottom: -65px;
  left: 0;
  width: 80%;
  height: 4px;
  background: rgb(0 0 0 / 10%);
  border-radius: 10px;
  overflow: hidden;
  z-index: 10;
}

.slider .progress-bar {
  width: 0%;
  height: 100%;
  background: #000;
  border-radius: 50px;
  transition: width 0.6s ease;
}
.slider svg {
    display: block !important;
    bottom: -79px;
    top: unset;
    right: 10px !important;
    border: 1px solid #000 !important;
    margin-top: 0 !important;
    width: 40px;
    padding: 10px;
    height: 40px;
    border-radius: 50%;
}

.slider svg circle {
    fill: transparent;
}
.slider svg path {
    stroke-width: 8px;
    stroke: #000;
}
.slider svg#prev {
    left: unset;
    right: 60px !important;
}
.slider .image {
    overflow: hidden;
    border-radius: 20px;
}
.slider .image img {
    transform: translateX(-45px);
}
.slider .image[data-active] ~ .image img {
    transform: translateX(45px);
}

.slider .image[data-active] img {
    transform: translateX(0px);
}
.slide-extreme{
    background: url('../img/Decks/01/1.jpg') no-repeat center center / cover;
}
.slide-future{
    background: url('../img/Decks/02/1.jpg') no-repeat center center / cover;
}
.slide-golden-home{
    background: url('../img/Decks/05/1.jpg') no-repeat center center / cover;
}
.slide-gymwise{
    background: url('../img/Decks/04/1.jpg') no-repeat center center / cover;
}
.slide-name {
    position: absolute;
    bottom: -60px;
    z-index: 99;
    font-weight: 700;
}
.case-study-slider-wrapper{
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    row-gap: 120px;
    justify-content: space-between;
    align-items: center;
}
.bi-expertise{
    padding: 90px 0 120px;
}
.bi-expertise .theme-heading {
    max-width: 620px;
    margin-inline: auto;
    margin-bottom: 50px;
}

.bi-expertise .theme-para {
    margin-bottom: 50px;
    max-width: 1170px;
    margin-inline: auto;
}
.featured-case-study {
    margin-top: 90px;
    padding: 70px;
    background-color: var(--themeColor);
    border-radius: 40px;
    color:#fff;
    position: relative;
}
.featured-heading {
    font-size: 56px;
    max-width: 725px;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 40px;
}
.featured-para {
    font-size: 24px;
    font-weight: 200;
    opacity: .9;
    max-width: 750px;
    margin-bottom: 50px;
}
.featured-author p {
    max-width: 375px;
    font-size: 20px;
}
.author-box {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
    margin-top: 40px;
}
.author-content p {
    margin-bottom: 0;
    font-size: 16px;
}
.author-content h5 {
    margin-bottom: 0;
}
.featured-slider {
  overflow: hidden;
  position: absolute;
  bottom: 80px;
  right: 0;
  max-width: 67%;
}

.slider-track {
  display: flex;
  width: calc(400px * 8); /* adjust if needed */
  animation: scroll 20s linear infinite;
}

.featured-item {
  min-width: 250px; /* adjust based on your image size */
  margin-right: 20px;
}

.featured-item img {
  width: 100%;
  border-radius: 20px;
  display: block;
}

/* Animation keyframes */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.bi-ready {
    padding: 120px 0;
    background: url('../img/ready-bg.jpg') no-repeat center;
    background-size: cover;
    color: #fff;
}
.bi-ready .theme-heading {
    font-size: 130px;
    font-weight: 700;
    max-width: 560px;
    margin-inline: auto;
    margin-bottom: 40px;
}

.bi-ready .theme-para {
    font-size: 36px;
    max-width: 1000px;
    margin-inline: auto;
    font-weight: 300;
    margin-bottom: 30px;
}

.logos-wrapper {
    margin-top: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1100px;
    margin-inline: auto;
}
.phone-btn {
    cursor: pointer;
}
.bi-footer{
    padding: 130px 0 30px;
    background-color: #02021E;
}
.footer-content-wrapper h5 {
    margin-top: 50px;
    color: #fff;
    opacity: .5;
    margin-bottom: 20px;
}

.links-wrapper {
    display: flex;
    gap: 20px;
    justify-content: start;
    align-items: center;
}
.footer-content-wrapper ul a {
    font-size: 28px;
    color: #fff;
    opacity: 0.7;
    transition: .5s;
}

.footer-content-wrapper h4 {
    color: #fff;
    opacity: .5;
    margin-bottom: 5px;
}

.footer-content-wrapper a {
    color: #fff;
    font-size: 22px;
}
.footer-content-wrapper .top-margin{
    margin-top: 30px;
}
.top-gap{
    margin-top: 80px;
}
.top-gap img{
    max-width: 200px;
}
.bottom-border{
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}
.copywrite {
    margin-bottom: 0;
    color: #fff;
    opacity: .5;
}
.footer-bottom-links{
    display: flex;
    align-items: center;
    margin-bottom: 0;
    gap: 20px;
}
.footer-bottom-links a{
    color: #fff;
    opacity: .5;
}
.bi-header {
    position: absolute;
    z-index: 99;
    width: 100%;
    top: 30px;
}
.hero-form-wrapper small {
    margin-top: 30px;
    display: block;
    font-size: 20px;
    font-weight: 500;
}
.modal-content {
    background-color: #000;
    border: 1px solid #ffffff6b;
    border-radius: 20px;
}

.btn-close {
    position: absolute;
    z-index: 999;
    filter: invert(1);
    opacity: 1;
    right: 15px;
}

.modal-content .bi-form {
    margin-top: 30px;
}
.modal-content :is(input, select){
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    height: 45px;
    font-family: "Youth";
    width: 100%;
    font-weight: 500;
    color: #fff;
    text-indent: 20px;
    margin: 5px 0;
}
.modal-content textarea{
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    height: 120px;
    font-family: "Youth";
    width: 100%;
    font-weight: 500;
    color: #fff;
    text-indent: 20px;
    padding-top: 10px;
    margin: 5px 0;
}
.modal-content select option{
    background-color: #000;
}
.modal-content input::placeholder{
    color: #fff;
}
.modal-content textarea::placeholder{
    color: #fff;
}
.modal-content .bi-btn {
    max-width: 97%;
    margin-inline: auto;
    padding: 8px;
    border-radius: 10px;
}
.footer-content-wrapper button {
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 24px;
    color: #81818f;
    font-weight: 600;
    transition: .5s;
}
.footer-content-wrapper button:hover {
    color:#fff;
}