@font-face {
  font-family: Inter-Light;
  src: url(../fonts/Inter-Light.woff);
}
@font-face {
  font-family: Inter-Medium;
  src: url(../fonts/Inter-Medium.woff2);
}
@font-face {
  font-family: Inter-Regular;
  src: url(../fonts/Inter-Regular.woff);
}
@font-face {
  font-family: Inter-SemiBold;
  src: url(../fonts/Inter-SemiBold.woff);
}
@font-face {
  font-family: Inter-Bold;
  src: url(../fonts/Inter-Bold.woff);
}
@font-face {
  font-family: SpaceGrotesk-Bold;
  src: url(../fonts/SpaceGrotesk-Bold.ttf);
}
@font-face {
  font-family: SpaceGrotesk-Light;
  src: url(../fonts/SpaceGrotesk-Light.ttf);
}
@font-face {
  font-family: SpaceGrotesk-Regular;
  src: url(../fonts/SpaceGrotesk-Regular.ttf);
}



body{
  font-family: Inter-Regular;
  overflow-x: hidden;
}

.container{
  max-width: 1170px;
}
.AlignCenter {
    align-items: center;
}



.BanMain {
    background-color: #E9E9E9;
    position: relative;
    padding-bottom: 170px;
}
.PaddTB {
    padding: 50px 0;
}
.BanSerSlide p a {
    background-color: #404040;
    padding: 8px 10px;
    text-align: center;
    border-radius: 10px;
    text-transform: uppercase;
    color: #fff;
    font-family: Inter-Regular;
    font-size: 20px;
    min-width: 180px;
    width: fit-content;
    margin: 0 auto;
    display: block;
    transition: all 0.5s ease-in-out;
}
.BanSerSlide p a:hover {
    background: #e86ca8;
}
#owl_custom12 .owl-dots {
    display: none;
}
.SlideMenu ul {
    padding: 0;
    list-style: none;
    display: flex;
    column-gap: 25px;
    justify-content: end;
    margin: 0;
}
.SlideMenu ul li span {
    margin-right: 10px;
}
body.index .SlideMenu ul li a {
    color: #1F1F1F;    
}
.SlideMenu ul li a {
    text-decoration: none;
    display: block;
    font-family: Inter-Bold;
    text-transform: uppercase;
    color: #404040;
    font-size: 20px;
    transition: all 0.5s ease-in-out;
}
.SlideMenu ul li a:hover {
    color: #e86ca8 !important;
}
.BanContent h1 {
    color: #1F1F1F;
    font-size: 20px;
    font-family: Inter-Bold;
    text-transform: uppercase;
    line-height: 30px;
}
.BanAbtIMD span {
    width: 35px;
    height: 36px;
    display: inline-block;
    background: linear-gradient(90deg, #404040, #292929);
    text-align: center;
    line-height: 36px;
    border-radius: 8px;
    margin-right: 10px;
    color: #fff;
}
.TeamExperts p {
    color: #717171;
    font-size: 15px;
    line-height: 26px;
}
.TeamExperts h3 {
    font-size: 20px;
    color: #1F1F1F;
    font-family: 'Inter-Medium';
    margin: 15px 0 3px;
}
.BanAbtIMD a {
    display: inline-block;
    background-color: #fff;
    width: 146px;
    padding: 5px;
    border-radius: 8px;
    font-size: 15px;
    color: #1F1F1F;
    text-decoration: none;
    font-family: Inter-Bold;
}
.BanContent {
    margin-top: 30px;
}
.BanAbtIMD {
    margin-top: 100px;
}
.TeamExperts {
    margin-top: 130px;
    margin-left: 40px;
}
.MarqueText marquee {
    font-size: 107px;
    font-family: SpaceGrotesk-Bold;
    color: #1F1F1F;
    background-color: transparent;
    position: relative;
}
.MarqueText{
    position: relative;
}
.BanMain .MarqueText::before {
    content: '';
    width: 80px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: -10px;
    background-image: url('../images/marquee-before.png');
    background-repeat: no-repeat;
    background-position: center;
    z-index: 999;
}
.BanMain .MarqueText::after {
    content: '';
    width: 80px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: -10px;
    background-image: url('../images/marquee-after.png');
    background-repeat: no-repeat;
    background-position: center;
    z-index: 999;
}
.timeline-step {
    padding-bottom: 10px;
}
.MarqueText marquee span {
    color: #E86CA8;
}
.BanMenu {
    background-color: #CFCFCF;
    border-radius: 13px;
    padding: 35px;
    margin-top: -50px;
    position: relative;
    z-index: 4;
}
/*.BanMenu:after{
    content: 'Creative';
    font-family: SpaceGrotesk-Bold;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 107px;
    color: #DED8DB;
    position: absolute;
    top: -110%;
    z-index: 000;
    left: 0;
}*/
ul.BanNav {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    column-gap: 90px;
}
.Butn  a {
    padding: 15px 27px;
}
a {
    text-decoration: none;
}
.BanNav li a {
    color: #000000;
    font-family: Inter-Regular;
    font-size: 16px;
}
.BanNav li a:hover{
    color: #E86CA8;
}
.MovingRobot img {
  width: 100%;
  max-width: 498px;
  opacity: 0;
  transform: translateY(80px);
  transition: all 1.2s ease-out;
}

/* Fade-in + upward movement */
.MovingRobot img.animate {
  opacity: 1;
  transform: translateY(0);
}

/* After fade-in, start floating */
.MovingRobot img.floating {
  animation: floatAstronaut 5s ease-in-out infinite;
}

@keyframes floatAstronaut {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}


.MarqueText {
    position: absolute;
    bottom: 20%;
}
.MarqueText {
    position: relative;
    margin-top: -180px;
    z-index: 3;
}
.BanNav .Black a {
    background-color: #000;
    color: #fff;
    border-radius: 6px;
}
.BanNav .Black a i {
    position: relative;
    right: -15px;
    rotate: 312deg;
}
section.HomeSecondSec {
    padding: 100px 70px;
    background-color: #151515;
    background-image: url(../images/check-bg.png);
    border-top-left-radius: 70px;
    border-top-right-radius: 70px;
    margin-top: -58px;
    position: relative;
}
.SmallHead h2 {
    font-size: 20px;
    color: #fff;
    font-family: Inter-Regular;
}
.MainHead h2 {
    font-family: SpaceGrotesk-Bold;
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
}
.Para {
    font-size: 18px;
    color: #fff;
    font-family: Inter-Regular;
}
/*div#v-pills-tab {*/
/*    height: 345px !important;*/
/*    flex-direction: row !important;*/
/*    overflow-y: scroll;*/
/*    row-gap: 10px;*/
/*    direction: rtl;*/
/*    justify-content: left;*/
/*    padding-left: 20px;*/
/*    scrollbar-color: #E86CA8 #505050;*/
/*    scrollbar-width: thin;*/
/*}*/
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #282828 !important;
}
.nav-pills .nav-link {
    padding: 13px 23px;
    color: #fff;
    font-family: Inter-Regular;
}
.TabContent {
    padding: 30px;
    background-color: #000;
    border-radius: 10px;
}
.TabContent h3 {
    font-family: SpaceGrotesk-Bold;
    font-size: 30px;
    color: #fff;
    margin-bottom: 20px;
    line-height: 40px;
}
.TabContent .Para {
    margin-bottom: 20px;
}
.MarTop{
    margin-top: 50px;
}
.TabContent a {
    color: #fff;
    font-family: SpaceGrotesk-Bold;
    padding: 10px 0;
    display: inline-block;
}
.Butons {
    display: flex;
    justify-content: center;
    column-gap: 50px;
}
.Butns {
    padding: 15px 39px;
    border-radius: 6px;
    font-family: SpaceGrotesk-Regular;
    font-size: 24px;
    color: #fff;
    display: inline-block;
    position: relative;
}
.Pink {
    background: #E86CA8;
    background: linear-gradient(90deg,rgba(232, 108, 168, 1) 0%, rgba(152, 35, 92, 1) 100%);
}
.Gradiant {
    background: #CE5590;
    background: linear-gradient(90deg,rgba(206, 85, 144, 1) 0%, rgba(25, 24, 24, 1) 100%);
    border: 1px #f2f2f28f solid;
}
.HomeThirdSec {
    padding: 150px 0;
    background-color: #151515;
    position: relative;
}
.AboutImg {
    text-align: right;
}
.AboutImg img {
    width: 100%;
}
.HomeThirdSec .container:before {
    content: '';
    width: 60%;
    display: inline-block;
    height: 2px;
    background-color: #2D2D2D;
    position: absolute;
    left: 20%;
    top: 7%;
}
.HomeThirdSec .container:after {
    content: '';
    display: inline-block;
    width: 28.5px;
    height: 28.5px;
    background-image: url(../images/wheel_5.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 5.7%;
    left: 48%;
    animation: rotateWheel 2s linear infinite;
}
@keyframes rotateWheel {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.Star {
    margin-bottom: 30px;
}
.Star img {
    width: 40px;
    height: 40px;
    animation: rotateStar 3s linear infinite;
}
@keyframes rotateStar {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.CounterMain {
    display: flex;
    column-gap: 50px;
    margin-top: 70px;
    border-top: 1px #2D2D2D solid;
    padding-top: 30px;
    position: relative;
}
.CounterMain:before{
    content: '';
    display: inline-block;
    width: 16.5px;
    height: 16.5px;
    background-image: url(../images/wheel-small.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: -5%;
    left: 44.5%;
    animation: rotateWheel 2s linear infinite;
}
.HomeThirdSec .SmallHead {
    margin-bottom: 50px;
}
.HomeThirdSec .MainHead {
    margin-bottom: 50px;
}
.HomeThirdSec .Para {
    margin-bottom: 30px;
}
.Content a {
    font-size: 18px;
    color: #fff;
    font-family: SpaceGrotesk-Regular;
    display: inline-block;
    margin-top: 50px;
}
.BordRight {
    border-right: 1px #2D2D2D solid;
}
.ConterBox {
    padding-right: 70px;
}
.ConterBox h4 {
    font-size: 80px;
    color: #fff;
    font-family: SpaceGrotesk-Bold;
    line-height: 90px;
}

.ConterBox p {
    font-size: 17px;
    color: #5E5E5E;
    line-height: 28px;
    font-family: Inter-Light;
}
.AbtContent {
    margin-top: 70px;
    margin-left: 70px;
    padding-bottom: 50px;
    border-bottom: 1px #2D2D2D solid;
    position: relative;
}
.AbtContent h3 {
    font-family: SpaceGrotesk-Bold;
    font-size: 40px;
    color: #fff;
}
.AbtContent p {
    font-size: 18px;
    color: #fff;
    font-family: 'Inter-Light';
}
.AbtContent:before{
    content: '';
    display: inline-block;
    width: 16.5px;
    height: 16.5px;
    background-image: url(../images/wheel-small.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 95.5%;
    left: 45%;
    animation: rotateWheel 2s linear infinite;
}
.HomeFourthSec {
    padding-top: 150px;
    padding-bottom: 70px;
    background-color: #151515;
    position: relative;
    border-radius: 0px 0px 37px 37px;
    margin-bottom: -40px;
  z-index:99;
}
.HomeFourthSec .MainHead h2 {
    font-size: 80px;
    line-height: 90px;
}
.HomeFourthSec .MainHead {
    text-align: center;
}
.PinkButn a {
    font-size: 24px;
    padding: 25px 86px;
    background: linear-gradient(to bottom, #E86CA8, #98235C);
    position: relative;
    color: #fff;
    font-family: SpaceGrotesk-Regular;
    top: -20px;
    border-radius: 50px;
    display: inline;
}
span.Icon {
    background: linear-gradient(to bottom, #222222, #030303);
    height: 65px;
    width: 65px;
    display: inline-block;
    border-radius: 50%;
    line-height: 60px;
    position: absolute;
    left: 8px;
    top: 8px;
    margin-right: 20px;
}
.HomeFourthSec:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 97px;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 999;
    bottom: -30px;
    box-shadow: 0px 33px 27px #000;
}
.PortfolioImg {
    margin-bottom: 30px;
    overflow: hidden;
}
.PortfolioImg img {
    width: 100%;
    height: 380px;
    transition: all 1.5s 
ease-in-out;
}
.PortfolioImg img:hover {
    transform: scale(1.5);
}



.logo-slider {
  display: flex;
  gap: 25px;
}

.column {
  width: 177px;
  height: 900px;
  overflow: hidden;
  position: relative;
  padding: 0 10px;
}

.slide-track {
  display: flex;
  flex-direction: column;
}

/* Common slide styling */
.slide {
  background: #fff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 220px;
  margin: 10px 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}

/* Animations */
.column.up .slide-track {
  animation: scroll-up 40s linear infinite;
}

.column.down .slide-track {
  animation: scroll-down 40s linear infinite;
}

/* Upward motion */
@keyframes scroll-up {
  0% { transform: translateY(0); }
  100% { transform: translateY(-50%); }
}

/* Downward motion */
@keyframes scroll-down {
  0% { transform: translateY(-50%); }
  100% { transform: translateY(0); }
}

/* Responsive */
@media (max-width: 768px) {
  .logo-slider {
    gap: 15px;
  }

  .column {
    width: 120px;
    height: 400px;
  }

  .slide {
    height: 100px;
  }

  .slide img {
    width: 60px;
  }
}
.HomeFifthSec {
    background-color: #000;
    padding: 70px 0;
    position: relative;
}
.HomeFifthSec .MarqueText {
    position: relative;
    margin: 0px;
}
.HomeFifthSec .MarqueText marquee {
    background-color: #000;
    color: #fff;
}
.HomeFifthSec .MarqueText:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 97px;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    z-index: 999;
    left: 0;
    box-shadow: 0px -48px 36px #000000;
}
.HomeSixthSec {
    background-color: #000;
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}

.HomeSixthSec::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/home_steps_bg.png);
  background-position: center top;
  background-size: cover;
}

/* Animation Keyframes */
@keyframes bgMove {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px); /* jitna move karwana ho utna adjust karein */
  }
}

.HomeSixthSec::after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background-image: url('../images/steps_sec_robot.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0.6;
    filter: grayscale(1);
    animation: bgMove 2s ease-in-out infinite alternate;
}   
.HomeSixthSec .Star {
    text-align: center;
}
.HomeSixthSec .MainHead {
    text-align: center;
}
.HomeSixthSec .Content {
    text-align: center;
    margin-top: 30px;
}









.process-section {
  position: relative;
  padding: 120px 0 0 0;
  overflow: hidden;
  z-index: 9999;
}

.timeline-container {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

/* --- Timeline Line --- */
.timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%) rotate(
0deg); /* diagonal line */
  width: 3px;
  height: 100%;
  background: rgba(255, 255, 255, 0.15);
  overflow: hidden;
  border-radius: 5px;
}

.timeline-fill {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0%;
  background: linear-gradient(180deg, #ff2a8a, #ff66b2);
  border-radius: 5px;
}

/* --- Timeline Steps --- */
.timeline-step {
  position: relative;
  display: flex;
}

/*.timeline-step .dot {*/
/*  position: absolute;*/
/*  left: 50%;*/
/*  transform: translate(-50%, -50%);*/
/*  background: #ff2a8a;*/
/*  color: #fff;*/
/*  width: 32px;*/
/*  height: 32px;*/
/*  border-radius: 50%;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  font-weight: 600;*/
/*  z-index: 5;*/
/*  box-shadow: 0 0 12px #ff2a8a99;*/
/*}*/

.timeline-step .box {
    background: linear-gradient(179deg, rgba(34, 34, 34, 1), rgba(27, 26, 26, 1));
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    position: relative;
    margin: 100px 0 50px;
    padding-top: 75px;
    transition: all 1.5s ease-in-out;
}

.box h3 {
  font-size: 15px;
  color: #fff;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}

.box p {
  font-size: 13px;
  color: #ccc;
  line-height: 1.5em;
}

.box .duration {
  display: inline-block;
  margin-top: 10px;
  font-size: 12px;
  background: rgba(255, 255, 255, 0.1);
  color: #ff66b2;
  padding: 5px 8px;
  border-radius: 6px;
}

/* Position adjustments for each step */
.step1 .dot { top: 0%; }
.step2 .dot { top: 40%; }
.step3 .dot { top: 80%; }

.step1 .box { top: -10px; }
.step2 .box { top: 0px; }
.step3 .box { top: 10px; }

.timeline-step.step1.Step1 {
    justify-content: end;
}
.timeline-step.step3.Step3 {
    justify-content: end;
}
.Step1 .box {
    margin-top: 70px;
}
.Step2 .box {
    margin-top: 70px;
}
.Step3 .box {
    margin-top: 70px;
}





.testimonial-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 80px 0;
}

.testimonial-container {
  text-align: center;
  width: 1170px;
  position: relative;
  rotate: 180deg;
  margin-top: 400px;
}

.image-arc {
  position: relative;
  height: 280px;
  right: 94px;
}

.testimonial-image {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #222;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
  filter: grayscale(100%);
  cursor: pointer;
  z-index: 1;
  rotate: 180deg;
}

.testimonial-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-image.active {
  filter: grayscale(0%);
  border-color: #ff4d94;
  z-index: 10;
  transform: translate(-50%, -50%) scale(1.2);
}

.testimonial-content {
  min-height: 200px;
  padding: 20px;
  rotate: 180deg;
  position: absolute;
  top: -59%;
  left: 0%;
  transform: translate(-50%, -100%);
  width: 100%;
  max-width: 550px;
}

.quote-icon {
  font-size: 60px;
  color: #ff4d94;
  margin-bottom: 10px;
}

.testimonial-text {
  font-size: 18px;
  color: #ccc;
  line-height: 1.6;
  opacity: 0;
  transition: opacity 0.8s ease;
  margin: 0 auto 15px;
}

.testimonial-text.active {
  opacity: 1;
}

.stars {
  font-size: 22px;
  color: #ffd700;
  margin-bottom: 8px;
}

.author {
  font-size: 14px;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media (max-width: 768px) {
  .testimonial-container {
    width: 95%;
    margin-top: 300px;
  }

  .testimonial-image {
    width: 55px;
    height: 55px;
  }

  .testimonial-image.active {
    transform: translate(-50%, -50%) scale(1.1);
  }

  .testimonial-text {
    font-size: 16px;
  }
}
.btn-group {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: auto;
  width: auto;
}
.btn-group div {
  display: inline-block;
  margin: 5px;
  padding: 15px 25px;
  background-color: #222;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}



nav {
  position: fixed;
  background-color: #222;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
nav ul {
  margin: 0;
  padding: 0;
}
nav ul li {
  list-style-type: none;
}
nav ul li a {
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 10px 20px;
  text-align: center;
  font-size: 20px;
}


.Ham{
    cursor: pointer;
}

nav.left,
nav.right {
  height: 100%;
  width: 250px;
}
nav.left {
  top: 0;
  left: -250px;
}
nav.left.active {
  left: 0;
}
nav.right {
  top: 0;
  right: -250px;
}
nav.right.active {
  right: 0;
}



/*nav.top,*/
/*nav.bottom {*/
/*  height: 100px;*/
/*  width: 100%;*/
/*}*/
/*nav.top {*/
/*  top: -100px;*/
/*  left: 0px;*/
/*}*/
/*nav.top.active {*/
/*  top: 0;*/
/*}*/
nav.bottom {
  bottom: -100px;
  left: 0;
}
nav.bottom.active {
  bottom: 0;
}
nav.top ul,
nav.bottom ul{
  text-align: center;
}
nav.top ul li,
nav.bottom ul li {
  display: inline-block;
  padding: 20px 25px;
}

/* Habib Pro Tag */
.habibpro {
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 15px 30px;
  background-color: #212121;
  color: #fff;
  box-shadow: -2.5px 5px 5px #555;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 3px;
  display: inline-block;
  text-decoration: none;
}
.habibpro:hover {
  background-color: #FFC107;
  color: #222;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.MenuMainBody {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    overflow: hidden;
    background: linear-gradient(360deg, #e86ca8 -35%, #000 24%, #000 25%);
    z-index: 999999;
    transition: height 1s ease, 
    opacity 1s ease;
}
.MenuMainBody.active {
    height: 152px;
    opacity: 1;
    overflow: visible;
}
.MenuMainBody .container {
    max-width: 100%;
}
nav.top.MenuMainBody button {
    border-radius: 50%;
    width: 55px;
    height: 55px;
    font-size: 24px;
    color: #ffffff;
    background-color: transparent;
    outline: none;
    box-shadow: 0 -3px 6px 0px #e86ca84d;
    font-family: 'Inter-Regular';
    border: none;
    border: 1px solid #ff6b9d;
}
body .mobilenavMenu {
    display: none !important;
}
body .desktopnavMenu {
    display: block !important;
}
.MenuLogo {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}
.index nav.top.MenuMainBody img.logoWhite {
    display: block;
}
.MenuMainBody ul {
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 0;
    display: block;
}
.MenuMainBody ul li {
    padding: 0 !important;
    margin-bottom: 10px;
    display: inline-block !important;
}
.MenuMainBody ul li a {
    text-decoration: none;
    text-transform: capitalize;
    font-size: 18px;
    padding: 5px 15px;
    font-family: 'SpaceGrotesk-Bold';
}
/*.MenuMainBody .container {*/
/*    max-width: 1320px;*/
/*}*/
.HomeSeventhSec {
    background: #151515;
    position: relative;
}
.HomeSeventhSec .container {
    position: relative;
    z-index: 999;
}
.HomeSeventhSec::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('../images/review-sec-bg.png');
    background-position: center;
    background-size: cover;
}
.HomeSeventhSec .row {
    padding-top: 100px;
    align-items: center;
}
.HomeSeventhSec .row .col-md-6:not(:first-child) {
    text-align: right;
}
.HomeSeventhSec .row .col-md-6:not(:first-child) p.para {
    padding-bottom: 38px;
}
.step1, .step2, .step3 {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease-out;
}

.step1.visible, .step2.visible, .step3.visible {
    opacity: 1;
    transform: translateY(0);
}
.portfolioImg img {
    border-radius: 10px;
}
.ServiceInnerImg{
    border-radius: 10px;
}

.TestimonialMain .row {
    padding: 0;
}
.TestimonialContent {
    text-align: center;
    padding: 50px 0;
}
.TestimonialContent i {
    font-size: 75px;
    color: #ff4d94;
    margin-bottom: 30px;
}
.TestimonialContent img {
    border: 4px #f74b8f solid;
    border-radius: 50%;
    width: 33% !important;
    margin: 0 auto;
}
.TestimonialContent p {
    font-size: 18px;
    font-family: 'Inter-Regular';
    margin-top: 30px;
}
.TestimonialContent h4 {
    color: #827A7A;
    font-size: 16px;
    line-height: 26px;
}
.MobTestimonail{
  display: none;
}
svg.Ham rect, .SlideMenu ul li a span svg rect {
    transition: all 0.5s ease-in-out;
}
svg.Ham:hover rect {
    fill: #e86ca8;
}
.SlideMenu ul li a:hover span svg >rect {
    fill: #e86ca8;
}
.SlideMenu ul li a:hover span svg g rect {
    fill: #000;
}
a.whatsapp-float {
    position: fixed;
    right: 1%;
    bottom: 2%;
    z-index: 9999;
}
a.whatsapp-float img {
    width: 60px;
}








.desktopnavMenu li {
    position: relative;
}
.MenuMainBody ul.submenu {
    transform: translateY(-10px);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    background: #000;
    min-width: 200px;
    list-style: none;
    padding: 15px 15px;
    box-shadow: 0 2px 17px #ff6b9d30;
    transition: all 0.3s ease-in-out;
    text-align: left;
    margin-top: 12px;
    border-radius: 13px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.MenuMainBody ul.submenu li a {
    padding: 8px 15px;
    white-space: nowrap;
}
.MenuMainBody ul.submenu li a:hover {
    color: #ff6b9d;
}
.MenuMainBody ul li:hover ul.submenu {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}