
* {
    margin: 0;
    padding: 0;
  }
  
  html, body {
    margin: 0;
    padding: 0;
  }
  body{
    background: var(--Base-Background, #FFFBF8);
  }
  html, body {
    margin: 0;
    padding: 0;
  
  }
  
  * {
    box-sizing: border-box;
  }
  
  /* img, video {
    max-width: 100%;
    height: auto;
    display: block;
  } */
  
  
  
  .navbar {
    white-space: nowrap; /* Prevent wrapping */
  }
  
  .right-circle, .left-circle {
    position: relative;
    overflow: hidden; /* Prevent elements from overflowing */
  }
  
  .container{
    max-width: 1170px;
  }
  .badge-div{
    margin-top: 24px;
  }
.badge{
    color: var(--Base-White, #FFF);
    text-align: center;
    font-family: "Mona Sans";
    font-size: 12.888px;
    font-style: normal;
    font-weight: 400;
    line-height: 106%; /* 13.661px */
    border-radius: 39.585px;
   
background: var(--Base-DarkGrey, #232323);
}
.upcoming{
    color: var(--Base-Accent-Orange, #F46E16);
/*text-align: center;*/
font-family: "Mona Sans";
padding-top:12px;
font-size: 77px;
font-style: italic;
font-weight: 700;
opacity: 0.1;
line-height: 130%; /* 104px */
letter-spacing: -1.6px;
text-transform: uppercase;
}
.livebtn{
    border-radius: 8px;
border: 1px solid var(--Base-Accent-Orange, #F46E16);
height: 44px;
padding: 9.206px 18.412px;
justify-content: center;
align-items: center;
color: var(--Base-Accent-Orange, #F46E16);
font-family: "Mona Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 25.6px */
letter-spacing: 0.32px;
 text-decoration: none;
flex-shrink: 0
}
.livebtn:hover{
    color: var(--Base-Accent-Orange, #FFF);
    background: #F46E16;
}

.modal-title{
    color: var(--Base-Accent-Orange, #F46E16);
text-align: center;
font-family: "Mona Sans";
font-size: 36px;
font-style: italic;
font-weight: 700;
line-height: 130%; /* 104px */
letter-spacing: -1.6px;
text-transform: uppercase;
}
.modal-title2{
    color: #6C63FF;
font-family: "Mona Sans";
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: 130%; /* 39px */
letter-spacing: -0.6px;
}
.modal-orange{
    color: var(--Base-Accent-Orange, #F46E16);
font-family: "Mona Sans";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 160%;
letter-spacing: 0.36px;
}
.v-head{
    color: var(--Base-Accent-Orange, #F46E16);
font-family: "Mona Sans";
font-size: 30px;
font-style: normal;
font-weight: 700;
line-height: 130%; /* 39px */
letter-spacing: -0.6px;
}
.modalP{
    color: var(--Base-BodyText, #818181);
font-family: "Mona Sans";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 28.8px */
letter-spacing: 0.36px;
}
.headModal{
    color: var(--Base-DarkGrey, #232323);
font-family: "Mona Sans";
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 160%; /* 28.8px */
letter-spacing: 0.36px;
}
.heading{
    color: var(--Base-DarkGrey, #232323);
    text-align: center;
    font-family: "Mona Sans";
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 83.2px */
    letter-spacing: -1.28px;
}
.orange-heading{
    color: var(--Base-Accent-Orange, #F46E16);
    font-family: "Mona Sans";
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -1.28px;
}
/*.dynamic-text{*/
/*    color: var(--Base-Accent-Orange, #F46E16);*/
/*text-align: center;*/
/*font-family: "Mona Sans";*/
/*font-size: 56px;*/
/*font-style: normal;*/
/*font-weight: 700;*/
line-height: 130%; /* 72.8px */
/*letter-spacing: -1.12px;*/
/*background: var(--Base-Stroke, #FFE7D3);*/
/*border-radius: 8px;*/
/*padding: 0px 8px;*/
/*position: relative;*/
/*overflow: hidden;*/
/*margin-top:24px;*/
/*}*/
/*@keyframes slideUp {*/
/*  from {*/
/*    transform: translateY(100%);*/
/*    opacity: 0;*/
/*  }*/
/*  to {*/
/*    transform: translateY(0);*/
/*    opacity: 1;*/
/*  }*/
/*}*/
/*#changingText span {*/
/*  transform: translateY(0);*/
/*}*/


/*#changingText span {*/
/*  display: inline-block;*/
/*  position: relative;*/
/*}*/
.dynamic-text-wrapper {
  position: absolute;
  top: 50%; /* Center vertically */
  left: 50%; /* Center horizontally */
  transform: translate(-50%, -50%);
  z-index: 2; /* Places text above the video */
  text-align: center;
}
.fg2{
    background: var(--Base-Background, #FFFBF8);
        width: 100%;
    height: 4px;
    z-index: 2;
    position: relative;
   top: -1px

}
.fg{
    background: var(--Base-Background, #FFFBF8);
        width: 100%;
    height: 4px;
    z-index: 2;
    position: relative;
    top: -18px;

}
/* Dynamic text styling */
.dynamic-text {
  color: var(--Base-Accent-Orange, #F46E16);
  font-family: "Mona Sans";
  font-size: 56px;
  font-weight: 700;
  line-height: 130%; /* 72.8px */
  letter-spacing: -1.12px;
  background: var(--Base-Stroke, #FFE7D3);
  border-radius: 8px;
  padding: 0px 8px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 470px;
  z-index:9;
}

/* Slide-up animation */
@keyframes slideUp {
  from {
    transform: translateY(50px); /* Start below */
    opacity: 0;
  }
  to {
    transform: translateY(0); /* Slide into view */
    opacity: 1;
  }
}

.dynamic-text span {
  display: block;
  position: relative;
  transform: translateY(100%);
  opacity: 0;
  animation: none;
}

.dynamic-text span.active {
  animation: slideUp 0.5s ease-in-out forwards;
}

.video-container {
  position: relative;
  width: 100%;
 
  
}

/* Background video */
.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 84%;
  object-fit: cover; /* Ensures the video covers the container */
  z-index: 1; /* Places video in the background */
}


.hearo-sub{
    color: #818181;
    text-align: center;
    font-family: "Mona Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 28.8px */
    letter-spacing: 0.36px;
    margin-top:24px
}
.start-btn{
    color:  #FFF;
font-family: "Mona Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 25.6px */
letter-spacing: 0.32px;
border-radius: 12px;
background:  #F46E16;
width: 22.094px;
height: 22.094px;
text-decoration: none;
padding: 9.206px 18.412px;

margin-top:33px
}
.hero-div{
    text-align: center;
    
}
video {
  image-rendering: auto; /* Default video rendering */
  background-color: transparent; /* Ensure no unwanted background color is applied */
}
.launching-subhead{
    color: var(--Base-BodyText, #818181);
font-family: "Mona Sans";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 28.8px */
letter-spacing: 0.36px;
}
.launching-head{
    color: var(--Base-DarkGrey, #232323);

/* Mobile/Heading2 */
font-family: "Mona Sans";
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 130%; /* 31.2px */
letter-spacing: -0.48px;
}
.text-div{
    margin-top:24px;
}
.launching-div{
    margin-top:117px;
    /* height: 500px; */
    overflow: hidden; /* Hide content outside the container */
    
    position: relative;
    background-color: #FFF;
    border-radius: 16px;
border: 1px solid var(--Base-Stroke, #FFE7D3);
}
.launching-txtDiv{
    margin-left: 259px;
    margin-right: 258px;
}
.top-marquee{
    color: var(--Base-DarkGrey, #232323);
    font-family: "Mona Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%; /* 25.6px */
    letter-spacing: 0.32px;
    padding: 9.206px 18.412px;
    background: var(--Base-Stroke, #FFE7D3);
    margin-top:83px;
    z-index: 12;
    position: relative;
}
.puch{
    color: var(--Base-Accent-Orange, #F46E16);
    font-family: "Mona Sans";
    font-size: 24px;
    font-style: italic;
    font-weight: 600;
    line-height: 130%; /* 31.2px */
    letter-spacing: -0.48px;
    margin-top: 171px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.launching-soon{
    color: var(--Base-DarkGrey, #232323);
    font-family: "Mona Sans";
    font-size: 72px;
    font-style: italic;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -1.44px;
    text-transform: uppercase;

   
}
.launching{
    color: var(--Base-Accent-Orange, #F46E16);
    text-align: center;
    font-family: "Mona Sans";
    font-size: 72px;
    font-style: italic;
    font-weight: 700;
    line-height: 130%; /* 93.6px */
    letter-spacing: -1.44px;
    text-transform: uppercase;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.ans{
    color: var(--Base-DarkGrey, #232323);
text-align: right;
font-family: "Mona Sans";
font-size: 20px;
font-style: italic;
font-weight: 600;
line-height: 130%; /* 26px */
letter-spacing: -0.4px;
}
.fame{
    color: var(--Base-Accent-Orange, #F46E16);
    font-family: "Mona Sans";
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.4px; 
}
.rocket-img{
    margin-top: 82px;
}
.scroll-content {
    height: 100%;
    overflow-y: auto; 
  }
  .product{
    margin-top:167.46px
  }

  .choose{
    color: var(--Base-BodyText, #818181);
    font-family: "Mona Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 28.8px */
    letter-spacing: 0.36px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .ourP{
    color: var(--Base-DarkGrey, #232323);
    font-family: "Mona Sans";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 62.4px */
    letter-spacing: -0.96px;
  }
  .light-black{
    color: var(--Base-BodyText, #818181);
    font-family: "Mona Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 28.8px */
    letter-spacing: 0.36px;
  }
  .love{
    color: var(--Base-BodyText, #818181);
text-align: center;

/* Body Style */
font-family: "Mona Sans";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 28.8px */
letter-spacing: 0.36px;
  }

/* Container Styling */
/* Container Styling */
.carousel-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 20px;
  }
  
  /* Left Text Section */
  .left-text {
    flex: 1;
    position: relative;
    min-height: 200px; /* Adjust based on content height */
  }
  
  .text-card {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
  }
  
  .text-card.active {
    opacity: 1;
    visibility: visible;
  }
  .
  
  .text-card h2 {
    font-size: 16px;
    color: gray;
    margin-bottom: 8px;
  }
  
  .text-card h1 {
    font-size: 24px;
    margin: 10px 0;
    color: #333;
  }
  
  .text-card p {
    color: var(--Base-BodyText, #818181);
    font-family: "Mona Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 28.8px */
    letter-spacing: 0.36px;
    margin-bottom: 20px;
  }
  
  .get-free-btn {
    background-color: #f97316;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
    bottom: 10%;
    margin-top: 236px;
  }
  
  /* Right Carousel Section */
  .right-carousel {
    flex: 2;
    background-color: #FFF;
    height: 434px;
    position: relative;
    border-radius: 16px;
border: 1px solid var(--Base-Stroke, #FFE7D3);
  }
  
  .carousel {
    display: flex;
    overflow: hidden;
    transition: transform 0.5s ease; 
    position: relative;
    width: 100%; /* Ensures the carousel takes up full width */
  }
  
  .card {
    flex: 0 0 100%; /* Each card takes up 100% of the carousel width */
    transition: transform 0.3s ease; /* Smooth transition for sliding effect */
    text-align: center;
    opacity: 1;
  }
  
  .card img {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }
  
  .card.active {
    transform: translateX(0); /* Keeps the active card in view */
  }
  
  /* Hide Non-Active Cards */
  .card:not(.active) {
    display: none; /* Removes blank space for non-active cards */
  }
  
  /* Carousel Controls */
  .carousel-control {
    position: absolute;
    top: 111%;
    transform: translateY(-50%);
    background-color: #00000070;
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 50%;
    z-index: 10;
  }
  
  .carousel-control.left {
    left: 10px;
    width: 34px;
    height: 34px;
    padding: 5px;
    text-align: center;
    background: var(--Base-Accent-Orange, #F46E16);
  }
  
  .carousel-control.right {
    right: 10px;
    width: 34px;
    height: 34px;
    padding: 5px;
    background: var(--Base-Accent-Orange, #F46E16);
  }
  .love{
    margin-top: 160px;
  }
  .stats-custom-con{
    border-radius: 16px;
    border: 1px solid var(--Base-Stroke, #FFE7D3);
    background: var(--Base-White, #FFF);
    padding: 16px;
    height: 100%; 
  }
  
   .stats-custom-con2{
    border-radius: 16px;
 
   background: var(--Base-Background, #FFFBF8);
    height: 100%; 
  }
  .card-text22{
      color: var(--Base-BodyText, #818181);
    font-family: "Mona Sans";
    margin-top:16px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 28.8px */
    letter-spacing: 0.36px;
  }
  .card-img{
    border-radius: 16px;
  }
  .card-text{
    color: var(--Base-DarkGrey, #232323);
    font-family: "Mona Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 24px */
  }
  .card-reviews{
    color: var(--Base-BodyText, #818181);
font-family: "Mona Sans";
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: 106%; /* 12.72px */
  }
  .reviw{
    color: var(--Base-BodyText, #818181);
font-family: "Mona Sans";
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 106%; /* 16.96px */
  }
  .strat-now{
    border-radius: 8px;
background: var(--Base-Accent-Orange, #F46E16);
/* display: flex; */
padding: 6px 12px;
justify-content: center;
align-items: center;
color: var(--Base-White, #FFF);
text-align: center;

/* P2 */
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 175% */
text-decoration: none;
position: relative;
    bottom: -32px;
  }
  .last-btns{
    text-align: right;
  }
  .show-now{
    border-radius: 8px;
    border: 1px solid var(--Base-Accent-Orange, #F46E16);
    /* display: flex; */
    padding: 6px 12px;
    justify-content: center;
    align-items: center;
    color: var(--Base-Accent-Orange, #F46E16);
    text-align: center;
    
    /* P2 */
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
    text-decoration: none;
    margin-right: 16px;
  }
  .strat-now2{
    border-radius: 8px;
background: var(--Base-Accent-Orange, #F46E16);
/* display: flex; */
padding: 6px 12px;
justify-content: center;
align-items: center;
color: var(--Base-White, #FFF);
text-align: center;

/* P2 */
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 175% */
text-decoration: none;

  }
  .head-small{
      color: var(--Base-BodyText, #818181);
    font-family: "Mona Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 28.8px */
    letter-spacing: 0.36px;
  }
  .p-head{
      color: var(--Base-DarkGrey, #232323);
        font-family: "Mona Sans";
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%; /* 39px */
        letter-spacing: -0.6px;
        margin-top:24px;
  }

  .footer{
    margin-top: 160px;
    background-color: #FFF;
  }
  .footer-row{
padding-top: 92px;
padding-bottom: 92px;
  }
  .address{
    color: var(--Base-BodyText, #818181);
    text-align: center;
    font-family: "Mona Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 121%; /* 19.36px */
    letter-spacing: 0.64px;
  }
  .offices{
    color: var(--Base-DarkGrey, #232323);
font-family: "Mona Sans";
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 106%; /* 25.44px */
letter-spacing: 0.96px;
padding-bottom: 0px;
margin-bottom: 0px;
  }
 .address-div{
    margin-top: 32px;
 }
 .pvt{
    margin-top: 41px;
 }
 .join-div{
    text-align: right;

 }
 .join{
    color: #232323;
    text-align: right;
    font-family: "Mona Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 106%; /* 25.44px */
    letter-spacing: 0.96px;
    text-transform: uppercase;
 }
 .siteMap-div{
    text-align: right;
    margin-top: 97px;
 }
 .video-tag{
  margin-top: 42px;
  margin-left: 32px;
  margin-right: 32px;
  margin-bottom: 41.23px;
  max-width: 580px;
  height: 350.842px;
 }
 .hover-bg {
    position: absolute;
    top: 100%; 
    left: 0;
    width: 664px;
    height: 250.365px;
    display: none;
    background: url('/images/bg1.png');
    background-size: cover;
    background-position: center;
    z-index: 1;
    transition: top 1.5s ease-in-out; 
    animation: none; 
  }
  .card:hover .hover-bg {
    display: block;
    z-index: -1;
    top: 0; 
    animation: bounce-in 0.5s ease-out forwards;

   

   
  }
  .card:hover .video-tag{
    margin-top: 60px;
    margin-bottom: 23.23px;
  }
 
  /* Keyframes for the bounce effect */
  @keyframes bounce-in {
    0% {
      top: 25%; /* Start from below */
    }
    50% {
      top: -10%; /* Overshoot slightly */
    }
    70% {
      top: 5%; /* Bounce back */
    }
    100% {
      top: 0; /* Settle in place */
    }
 }

 .hover-bg2 {
    position: absolute;
    top: 100%; 
    left: 0;
    width: 664px;
    height: 250.365px;
    display: none;
    background: url('/images/bg2.png');
    background-size: cover;
    background-position: center;
    z-index: 1;
    transition: top 1.5s ease-in-out; 
    animation: none; 
  }
  .card:hover .hover-bg2 {
    display: block;
    z-index: -1;
    top: 0; 
    animation: bounce-in 0.5s ease-out forwards;

   

   
  }

  .hover-bg3 {
    position: absolute;
    top: 100%; 
    left: 0;
    width: 664px;
    height: 250.365px;
    display: none;
    background: url('/images/bg3.png');
    background-size: cover;
    background-position: center;
    z-index: 1;
    transition: top 1.5s ease-in-out; 
    animation: none; 
  }
  .card:hover .hover-bg3 {
    display: block;
    z-index: -1;
    top: 0; 
    animation: bounce-in 0.5s ease-out forwards;

   

   
  }

  .hover-bg4 {
    position: absolute;
    top: 100%; 
    left: 0;
    width: 664px;
    height: 250.365px;
    display: none;
    background: url('/images/bg4.png');
    background-size: cover;
    background-position: center;
    z-index: 1;
    transition: top 1.5s ease-in-out; 
    animation: none; 
  }
  .card:hover .hover-bg4 {
    display: block;
    z-index: -1;
    top: 0; 
    animation: bounce-in 0.5s ease-out forwards;

   

   
  }

  /* header */
  .include-head {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    z-index: 1000;
}

.header-mainDiv {
    padding: 20px 0px
}
.navbar{
    border-radius: 16px;
border: 1px solid var(--Base-Stroke, #FFE7D3);
background: rgba(255, 255, 255, 0.80);
box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.10);
backdrop-filter: blur(12px);
}

.signin{
    color: var(--Base-BodyText, #818181);
text-align: center;

padding: 8px 24px;

font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 175% */
border-radius: 8px;
border: 1px solid var(--Base-BodyText, #818181);
background: var(--Base-White, #FFF);
text-decoration: none;
}
.signup{
    color: var(--Base-White, #FFF);
text-align: center;

padding: 8px 24px;
margin-left: 8px;

font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 175% */
border-radius: 8px;
background: var(--Base-Accent-Orange, #F46E16);
}
.mr-img{
    margin-left: 60px;
}
marquee{
    margin-top: 48px;
}
.image-wrapper {
    position: fixed; /* Initially fixed */
    top: 20px;
    right: 20px;
    transition: left 0.1s ease-in-out, opacity 0.1s ease-in-out; /* Smooth transition for left and opacity */
  }
  .mob{
    display: none;
  }
  .image-container {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
}

.image-left,
.image-right {
    width: 45%;
    text-align: center;
}

.image-left img,
.image-right img {
    width: 100%;
    max-width: 300px;
    opacity: 0; /* Initially hidden */
    transform: translateX(100%); /* Off-screen to the right */
    transition: all 1s ease;
}

.image-left img {
    transform: translateX(-100%); /* Off-screen to the left */
}

.image-visible {
    opacity: 4;
    transform: translateX(0); /* Move to the center */
}
.right-circle{
    position: absolute;
    top: 12%;
    right: 3%
}
.right-circle-query{
    position: absolute;
    top: 48%;
    right: 2%
}
.left-circle{
    position: absolute;
    top: 15%;
    left: 3%
}
.left-circle-query{
    position: absolute;
    top: 58%;
    left: 2%
}
    #skipTrance{
    display:none;
    }
  @media screen and (max-width: 980px) {
     .badge-div{
         margin-bottom: 12px;

    }
    #skipTrance{
    display:block;
    }
  
    #supllyChain{
        display:none;
    }
    .dynamic-text{
       font-size: 36px;  
    }
    .heading{
        font-size: 36px;
    }
    .orange-heading{
        font-size: 36px;
    }
    .hearo-sub{
        font-size: 14px;
    }
    .signin{
        display: none;

    }
    .signup{
        display: none;
    }
    .ourP{
        font-size: 30px;
    }
    .light-black{
        font-size: 14px;
    }
    .choose{
        font-size: 14px;
    }
    .lap{
        display:none
    }
    .mob-product{
        display: block;
        border-radius: 8.894px;
        border: 0.556px solid var(--Base-Stroke, #FFE7D3);
        background: #FFF;
        padding: 16px;
    }
    .carousel-caption {
        bottom: 20%;
      }
  
      .carousel-indicators [data-bs-target] {
        background-color: #F46E16;
      }
  
      .carousel-control-prev-icon,
      .carousel-control-next-icon {
        background-color: #F46E16;
        border-radius: 50%;
        height: 40px;
        width: 40px;
      }
      
      .custom-btn {
        background-color: #F46E16;
        color: white;
        padding: 10px 20px;
        border: none;
        border-radius: 5px;
        font-size: 1.2rem;
        text-decoration: none;
      }
      .custom-btn:hover {
        background-color: #F46E16;
      }
      .carousel-control-next{
        top: unset !important
      }
      .carousel-control-prev{
        top: unset !important

      }
      .mob-view{
        margin-top: 50px;
        margin-bottom: 50px;
      }
      .sub-head-pro{
        color: var(--Base-BodyText, #818181);

/* Mobile/BodyText */
        font-family: "Mona Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%; /* 22.4px */
        letter-spacing: 0.28px;
        text-align: left !important;
      }
      .upcoming{
   font-size: 44px;;
}
.askFamebtns{
    margin-top:24px !important;
}
      .pro-head{
        color: var(--Base-DarkGrey, #232323);

        /* Mobile/Heading2 */
        font-family: "Mona Sans";
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%; /* 31.2px */
        letter-spacing: -0.48px;
        text-align: left !important;
      }
      .mob-team{
        margin-top: 24px;
       
      }
      .mob{
        display: block;
      }
     
      .headcon{
        overflow-x: hidden;
      }
      .footer-child:nth-child(2){
        order: 1; 
      }
      .footer-child:nth-child(1){
        order: 2; 
      }

  }