@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-size: 15px;
  background: #1B0C2B;
  font-family: "Space Grotesk", serif;
  line-height: 1.5;
  color: #6a7382;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
  color: #FAFAFA;
  margin-top: 0;
  line-height: 1.5;
}

p {
  margin-bottom: 15px;
  color: #6a7382;
}

/* Navbar */

.navbar-nav li {
  padding: 10px 10px;
}

.navbar-nav li a {
  font-family: "Space Grotesk", serif;
  font-size: 1rem;
  font-weight: 400;
  color: #D8D8D8 !important;
  display: inline-block;
  position: relative;
}

.navbar-nav li a:hover {
  color: #ffffff !important;
}

.navbar-nav .nav-link.active {
  color: #ffffff !important;
}

.header.sticky li a {
  color: white !important;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-nav .nav-link::after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #ffffff;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  width: 100%;
  left: 0;
}

ul.dropdown-menu {
  padding: 0;
}

.dropdown-menu li:hover,
.dropdown-menu li:hover a {
  background: white;
  color: #000001 !important;
}

.dropdown-menu li.active{
  background: white; 
}
.dropdown-menu li.active a{
    color:#212529 !important;
}

.navbar-brand img {
  /* width: 245px;
  height: 115px; */
  width: 180px;
  transition: 0.6s;
}

.navbar-nav li a {
  font-size: 1rem;
  font-weight: 400;
  color: #000001;
}

.offcanvas {
  background-color: #1B0C2B;
}
.offcanvas-header a img {
    width: 170px;
}
.offcanvas .navbar-nav .dropdown-menu {
  margin-top: 10px;
  border-radius: 8px;
}

.offcanvas .navbar-nav .dropdown-menu li {
  padding: 10px 0;
}

.offcanvas .navbar-nav .dropdown-menu li:hover,
.offcanvas .navbar-nav .dropdown-menu li:hover a {
  border-radius: 8px;
}

.offcanvas .btn-close svg {
  fill: white;
}

.offcanvas-header>img {
  width: 15rem;
}

.dropdown-menu {
  background-color: #4B2377;
  border-radius: 0px;
}

.dropdown-item {
  background: none !important;
}

.dropdown-menu li {
  padding: 6px 10px;
}

/* section */

section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.web-banner {
  background: url(../images/web-banner.png) no-repeat !important;
  background-size: cover !important;
}

.graphic-design {
  background: url(../images/graphic-design-banner.png) no-repeat !important;
  background-size: cover !important;
}

.app-banner {
  background: url(../images/app-banner.png) no-repeat !important;
  background-size: cover !important;
}

.animation-banner {
  background: url(../images/animation-banner.png) no-repeat !important;
  background-size: cover !important;
}

.concept-banner {
  background: url(../images/concept-banner.png) no-repeat !important;
  background-size: cover !important;
}

.digital-banner {
  background: url(../images/digital-banner.png) no-repeat !important;
  background-size: cover !important;
}

.portfolio-banner {
  background: url(../images/portfolio-banner.png) no-repeat !important;
  background-size: cover !important;
}
.ecommerce-banner {
  background: url(../images/top-book-banner.png) no-repeat !important;
  background-size: cover !important;
}

.blog-banner {
  background: url(../images/blog-banner.png) no-repeat !important;
  background-size: cover !important;
}
.contact-banner {
  background: url(../images/contact-banner.png) no-repeat !important;
  background-size: cover !important;
}
.software-banner {
  background: url(../images/software-banner.png) no-repeat !important;
  background-size: cover !important;
}
/* end */
/* header */
.header {
  position: fixed;
  left: 0;
  right: 0;
  padding: 0px 15px;
  max-width: 1300px;
  margin: 35px auto 0;
  background: #1F1D42;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 18px;
  z-index: 999;
}

header.sticky {
  padding: 0px 15px;
  position: fixed;
  /* width: 83%; */
  left: 0;
  right: 0;
  z-index: 999;
}

header.sticky #navbarNav {
  border-bottom: 0px !important;
}

header.sticky img {
  width: auto;
  transition: all 0.5s ease-in-out;
}

/* top banner */
.top-sec {
  padding: 200px 0 80px;
  position: relative;
  overflow: hidden;
}

.top-sec:after {
  content: "";
  background: linear-gradient(130.83deg, #1B0C2B 2.83%, #1E264D 20.7%, #341A4B 50.66%, #3F1B3E 53.75%);
  filter: blur(96px);
  border-radius: 99px;
  transform: rotate(45deg);
  position: absolute;
  top: 15%;
  left: 35%;
  height: 50%;
  width: 100%;
}

.top-sec>img {
  position: absolute;
  right: 3%;
  width: 180px;
}

.top-sec .left-col {
  position: relative;
}

.top-sec .image-top {
  width: 120px;
}

.top-sec .image-1 {
  position: absolute;
  top: -10%;
  left: -5%;
}

.top-sec .image-2 {
  position: absolute;
  top: -3%;
  right: 6%;
  z-index: 9;
}

.top-sec .image-3 {
    position: absolute;
    left: 46%;
    bottom: 31%;
}

.top-sec .left-col h1 {
  font-size: 58px;
  font-weight: 500;
  line-height: 1.2;
  color: white;
  text-transform: capitalize;
}

.rotate-bar-white {
  position: absolute;
  top: 14%;
  left: 22%;
  width: 100%;
  background: #FAFAFA;
  transform: rotate(42.71deg);
  padding: 22px;
  z-index: 99;
}

.rotate-bar-white .rotate-bar-white-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rotate-bar-white .rotate-bar-white-inner .dot {
  background: #FF7E21;
  height: 10px;
  width: 10px;
  border-radius: 50px;
}

.rotate-bar-white .rotate-bar-white-inner span {
  font-size: 12px;
  font-weight: 500;
  color: black;
}

.rotate-bar-theme {
  position: absolute;
  top: 43%;
  left: -60px;
  width: 110%;
  background: #4B2377;
  transform: rotate(-6.95deg);
  padding: 22px;
  z-index: 9;
}

.rotate-bar-theme .rotate-bar-theme-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rotate-bar-theme .rotate-bar-theme-inner .dot {
background: #FF7E21;
  height: 9px;
  width: 9px;
  width: 8px;
  border-radius: 50px;
}

.rotate-bar-theme .rotate-bar-theme-inner span {
  font-size: 14px;
  font-weight: 500;
  color: white;
}

/* new */
.animated-text {
  display: inline;
  font-size: 30px;
  font-weight: 400;
  /*text-transform: capitalize;*/
}

.animated-text span {
  opacity: 1;
  transition: opacity 0.9s ease, color 0.9s ease;
  color: black;
}

.in-view {
  opacity: 1;
  color: #FAFAFA !important;
}

/* End */

/* about */

.about-left-col {
  margin-top: 200px;
  z-index: 9;
  position: relative;
  text-align: center;
}

.about-left-col .dot,
.project-left .dot {
  background: #9753E0;
  height: 10px;
  width: 10px;
  border-radius: 50px;
}

.about-left-col .small-title,
.project-left .small-title {
  color: #9753E0;
  font-size: 16px;
  font-weight: 500;
}

.about-right-col {
  margin-top: 200px;
  z-index: 9;
  position: relative;
}

/* end */

/* project */
.project-left {
  border: 1.10108px solid rgba(250, 250, 250, 0.7);
  border-radius: 35px;
  padding: 61px 30px;
  position: relative;
  z-index: 9;
  margin-top: 120px;
}

.project-right {
  position: relative;
  z-index: 9;
  margin-top: 120px;
  transition: transform 0.3s ease;
  overflow: hidden;
}

.project-right .project-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1b0c2bd9;
  color: white;
  padding: 20px;
  transform: translateY(100%);
  transition: transform 0.5s ease;
  opacity: 0;
  border-radius: 0px 0 33px 33px;
}

.project-right:hover .project-info {
  transform: translateY(0);
  opacity: 1;
}

.project-right .project-info>h4 {
  margin-bottom: 10px;
  color: white;
  font-size: 22px;
  font-weight: 500;
}

.project-right .project-info>p {
  margin-bottom: 0px;
  color: white;
  font-size: 16px;
  font-weight: 400;
}

.project-right img {
  border-radius: 35px;
}

.project-left h3 {
  font-size: 40px;
  color: white;
  font-weight: 600;
}

/* end */

/* counter sec */
.counter-sec {}

.counter-sec>img {
  position: absolute;
  right: 3%;
  width: 180px;
}

.counter-sec .title>span {
  color: #FAFAFA70;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  display: block;
  margin-bottom: 30px;
}

.counter-sec .counter-body {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 50px;
}

.counter-sec .counter-body .counter-inner {
  text-align: center;
  width: 17%;
}

.counter-sec .counter-body .counter-inner span {
  color: #9753E0;
  font-size: 60px;
  font-weight: 600;
  font-family: "Roboto Mono", serif;
}

.counter-sec .counter-body .counter-inner p {
  margin-bottom: 0;
  font-size: 16px;
  color: #FAFAFA70;
}

/* end */

/* service */
.service-sec {}

.service-sec .service-top-body {
  background: #5F2A97;
  border-radius: 40px;
}

.service-sec .service-top-sec {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding: 60px 40px;
  position: sticky;
  top: 80px;
  align-items:center;
}

.service-sec .service-top-sec .service-top-inner {
  width: 45.333%;
}

.service-sec .service-top-sec .service-top-inner .dot {
  background: #ffffff;
  height: 10px;
  width: 10px;
  border-radius: 50px;
}

.service-sec .service-top-sec .service-top-inner span {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  width: 100px;
}

.service-sec .service-top-sec .service-top-inner h3 {
  font-size: 40px;
  color: white;
  margin-bottom: 0;
  line-height: 45px;
}

.service-sec .service-top-sec .service-top-inner p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}

.service-sec .service-body {
  /* background: #111111; */
  border: 2px solid rgba(250, 250, 250, 0.7);
  border-radius: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 60px;
  border-radius: 40px;
  overflow: hidden;
}

.service-sec .service-body .service-inner {
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  padding: 30px;
  position: relative;
  /* overflow: hidden; */
  /* border-radius: 20px; */
}
.service-inner p{color:#fff;}
.service-sec .service-body .service-inner:after {
  /*content: "";*/
  /* background: rgba(250, 250, 250, 0.7); */
  position: absolute;
  top: 0;
  right: 0px;
  /* height: 100%; */
  /* width: 2px; */
  /* z-index: 54; */
}

.service-sec .service-body .service-inner:nth-child(2):after {
  display: none;
}

.service-sec .service-body .service-inner h4 {
  color: #FAFAFA;
  margin-bottom: 0;
  font-size: 23px;
  font-weight: 700;
}

.service-sec .service-body .service-inner .service-inner-footer span {
  background: #111111;
  border: 1px solid rgba(250, 250, 250, 0.7);
  border-radius: 40px;
  padding: 12px 18px;
  display: inline-block;
  color: #FAFAFA;
  font-size: 12px;
}

.service-sec .service-body .service-inner .service-inner-footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}

.bg-theme {
  background: #4B2377 !important;
  border-color: #4B2377 !important;
}

.rb-rl-0 {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.rt-rl-0 {
  border-top-right-radius: 0px !important;
  border-top-left-radius: 0px !important;
}

/* end */

/* text slider */
.text-slider-sec {
  padding: 22px 0;
  overflow: hidden;
}

.text-slider-sec .text-slider-sec-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.text-slider-sec .text-slider-sec-inner .dot {
  background: #FAFAFA;
  height: 10px;
  width: 10px !important;
  border-radius: 50px;
}

.text-slider-sec .text-slider-sec-inner span {
  font-size: 28px;
  font-weight: 500;
  color: #FAFAFA;
  text-align: center;
  text-transform: uppercase;
  /* position: relative; */
}

/* end */

/* reviews-sec */
.reviews-sec {}

.reviews-sec .reviews-body {
  background: #FAFAFA;
  border-radius: 35px;
  padding: 40px;
  height: 480px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.reviews-sec .reviews-body .reviews-inner .dot {
  background: #111111;
  height: 10px;
  width: 10px;
  border-radius: 50px;
}

.reviews-sec .reviews-body .reviews-inner span {
  color: #111111;
  font-size: 16px;
  font-weight: 500;
}

.reviews-sec .reviews-body .reviews-inner h3 {
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 12px;
  color: #111111;
}

.reviews-sec .reviews-body .rotate-sec {
    position: relative;
    text-align: center;
}
.reviews-inner {
    text-align: center;
}
.reviews-inner .d-flex {
    justify-content: center;
}
.reviews-sec .reviews-body .rotate-sec .quotes {
  position: absolute;
  top: 55px;
  left: 0px;
  right:0px;
  margin:0 auto;
}

.rotate-animation {
  animation: rotate-image 6s linear infinite;
}

@keyframes rotate-image {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.reviews-sec .reviews-right .accordion-button:not(.collapsed) {
  color: #FAFAFA;
  background-color: #5F2A97;
  box-shadow: none;
  border: 2px solid #5F2A97 !important;
}

.reviews-sec .reviews-right .accordion-button:focus {
  border-color: #fbfbfb;
  box-shadow: none;
  border: 2px solid #111111;
}

.reviews-sec .reviews-right h4 button {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  border-radius: 18px !important;
  background: #111111;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  border: 2px solid #111111;
  color: #FAFAFA;
}

.reviews-sec .reviews-right .accordion-item {
  border: none;
  border-radius: 20px !important;
  margin-bottom: 20px;
  background-color: #5F2A97;
}

.reviews-sec .reviews-right .accordion-item .accordion-body p {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0px;
  color: #FAFAFA;
}

.reviews-sec .reviews-right .accordion-button:not(.collapsed) span {
  background: #FAFAFA;
  color: black;
}

.reviews-sec .reviews-right h4 button span {
  font-size: 20px;
  background: transparent;
  color: #FAFAFA;
  padding: 8px 22px;
  border-radius: 50px;
  font-weight: 700;
  border: 1px solid #FAFAFA;
}

.reviews-sec .reviews-right h4 button small {
  font-size: 14px;
}

.reviews-sec .accordion-button::after {
  display: none;
}

/* end */
.merge-sec {
  background: url(../images/gradient-bg.png) no-repeat top;
  background-size: cover;
  padding: 0;
}

/* team sec */
.feature-sec .row {
    align-items: center;
}
.feature-sec p {
    color: #fff;
}
.feature-box {
    border: 1px solid #ffffff57;
    padding: 20px;
    border-radius: 5px;
    /*min-height: 330px;*/
    text-align: center;
}
.feature-box p{color:#fff;}
.feature-box:hover{
    background:#5F2A97;
}

.team-sec {}

.team-sec .dot {
  background: #B175F2;
  height: 10px;
  width: 10px;
  border-radius: 50px;
}

.team-sec .title {
  color: #B175F2;
  font-size: 16px;
  font-weight: 500;
}

.team-sec h3 {
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 12px;
  margin-bottom: 30px;
  text-align: center;
}

.team-sec .team-body {
  background: #111111;
  border: 1px solid rgba(250, 250, 250, 0.7);
  border-radius: 18px;
  padding: 25px;
}

.team-sec .team-body>img {
  border-radius: 18px;
}

.team-sec .team-body span {
  color: #FAFAFA;
  font-size: 16px;
  font-weight: 500;
}

.team-sec .team-body>h4 {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-top: 20px;
}

.team-sec .team-body>p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  font-family: "Roboto Mono", serif;
}

/* end */

/* blog */
.blog-sec {}

.blog-sec .dot {
  background: #B175F2;
  height: 10px;
  width: 10px;
  border-radius: 50px;
}

.blog-sec .title {
  color: #B175F2;
  font-size: 16px;
  font-weight: 500;
}

.blog-sec h3 {
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 0px;
}

.blog-sec .blog-inner {
  position: relative;
}

.blog-sec .blog-inner .blog-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 30px;
}

.blog-sec .blog-inner .blog-footer span {
  color: #FAFAFA70;
  font-size: 16px;
  font-family: "Roboto Mono", serif;
  font-weight: 400;
}

.blog-sec .blog-inner .blog-footer>h4 {
  font-size: 24px;
  font-weight: 500;
  margin-top: 12px;
  margin-bottom: 0px;
  font-family: "Roboto Mono", serif;
}

.blog-sec .blog-right {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* end */

/* contact us */
.contact-us {}

.contact-us .contact-left {
  position: relative;
}

.contact-us .contact-left::after {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  background: #FFFFFF70;
  height: 100%;
  width: 3px;
}

.contact-us .contact-left h3 {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 28px;
  line-height: 1.2;
}

.contact-us .contact-left h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.contact-us .contact-left p a {
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  color: #FAFAFA70;
}

.contact-us form input,
.contact-us form select,
.contact-us form textarea {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid #FFFFFF;
  box-shadow: 0px 1.16036px 2.32072px rgba(27, 31, 35, 0.05);
  border-radius: 11px;
}

.contact-us form select option {
  color: black;
}

.contact-us form label {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 12px;
  color: #FAFAFA;
}

.contact-bg {
  padding: 40px 50px;
  background: linear-gradient(180deg, #892066 0%, rgba(137, 32, 102, 0) 100%);
  border-radius: 32px;
}

/* end */

/* banner sec */
.banner-sec {
  background: url(../images/about-banner.png) no-repeat;
  background-size: cover;
  padding: 200px 0 100px;
}
.banner-sec .row {
    justify-content: center;
    text-align: center;
}
.banner-sec .banner-title>h1 {
  font-size: 45px;
  font-weight: 600;
}

.banner-sec .banner-title>p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  color: white;
}

/* end */

/* bar white */
.bar-white-sec {
  background: #D9D9D9;
  padding: 35px;
}

.bar-white-sec .bar-white-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bar-white-sec .bar-white-inner .dot {
  background: #FF7E21;
  height: 10px;
  width: 10px;
  border-radius: 50px;
}

.bar-white-sec .bar-white-inner>span {
  font-size: 16px;
  font-weight: 500;
  color: #212121;
  text-transform: uppercase;
}

/* end */

/* market sec */
.market-sec {}
.achievement-sec div { align-items:center;}
.market-sec .market-left,
.market-sec .market-right .market-right-footer .market-inner-right {
  border: 1px solid rgba(250, 250, 250, 0.7);
  border-radius: 20px;
  padding: 40px 25px 25px;
  text-align: center;
  margin-bottom: 0px;
}

.market-sec .market-left .market-inner-left>span,
.market-sec .market-right .market-right-footer .market-inner-right>span {
  font-size: 45px;
  font-weight: 600;
  color: white;
}

.market-sec .market-left .market-inner-left>p,
.market-sec .market-right .market-right-footer .market-inner-right>p {
  font-size: 15px;
  font-weight: 400;
  color: white;
  margin-bottom: 20px;
}

.market-sec .market-left-img>img,
.market-sec .market-right>img,
.market-sec .market-right .market-right-footer .market-inner-right-img>img {
  border-radius: 20px;
}

.market-sec .market-right .market-right-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

.market-sec .market-right .market-right-footer .market-inner-right,
.market-sec .market-right .market-right-footer .market-inner-right-img {
  width: 48.333%;
}

.market-sec .market-center>img {
  height: 427px;
  object-fit: cover;
  border-radius: 20px;
}

.market-sec .market-right>img {
  height: 240px;
  object-fit: cover;
}

/* end */

/* why choose us */
.why-choose-us {}

.why-choose-us .left-heading .dot {
  background: #B175F2;
  height: 10px;
  width: 10px;
  border-radius: 50px;
}

.why-choose-us .left-heading .title {
  color: #B175F2;
  font-size: 16px;
  font-weight: 500;
}

.why-choose-us .left-heading h3 {
  font-size: 35px;
  font-weight: 600;
}

.why-choose-us .right-desc p {
  font-size: 16px;
  font-weight: 400;
  color: white;
}

.why-choose-us .side-tabs-left .nav-link {
  text-align: left;
  padding: 30px 16px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  border-left: 2px solid #414141;
  border-radius: 0;
}

.why-choose-us .side-tabs-left .nav-link h4 {
  text-align: left;
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
}

.why-choose-us .side-tabs-left .nav-link p {
  font-size: 15px;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 0;
}

.why-choose-us .side-tabs-left .nav-pills .nav-link.active,
.why-choose-us .side-tabs-left .nav-pills .show>.nav-link {
  border-left: 2px solid #B4299A;
  background: transparent;
  color: #215BC8;
  border-radius: 0;
}

.why-choose-us .side-tabs-desc .desc-inner>p {
  font-weight: 400;
  font-size: var(--font-size);
}

/* end */

/* achievement sec */
.achievement-sec {}

.achievement-sec .achievement-years span {
  color: #FAFAFA;
  font-size: 45px;
  font-weight: 600;
  font-family: "Roboto Mono", serif;
}

.achievement-sec .achievement-info {
  display: flex;
  gap: 30px;
}

.achievement-sec .achievement-info > div {
    width: 100%;
}

.achievement-sec .achievement-info>img {
  border-radius: 15px;
}

.achievement-sec .achievement-info h3 {
  font-size: 26px;
  font-weight: 600;
  color: #FAFAFA;
  font-family: "Roboto Mono", serif;
}

.achievement-sec .achievement-info p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  color: #FAFAFA;
  font-family: "Roboto Mono", serif;
}

.achievement-row {
  opacity: 0.2;
  transition: opacity 0.5s ease-in-out;
  position: sticky;
  top: -30px;
}

.achievement-row.visible {
  opacity: 1;
}

/* end */

/* what we do */
.what-we-do {
  padding-top: 50px;
  padding-bottom: 115px;
}

.what-we-do .what-we-do-body {
  position: relative;
}
.what-we-do-body:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #00000052;
}

.what-we-do .what-we-do-body .what-we-do-inner {
  border: 1px solid rgba(250, 250, 250, 0.7);
  border-radius: 35px;
  padding: 30px;
  position: absolute;
  width: 80%;
  margin: auto;
  bottom: -105px;
  left: 0;
  right: 0;
  backdrop-filter: blur(16.5px);
}

.what-we-do .what-we-do-body .what-we-do-inner>h2 {
  text-transform: capitalize;
  font-size: 35px;
  font-weight: 600;
}

.what-we-do .what-we-do-body .what-we-do-inner>p {
  color: #FAFAFA;
  font-weight: 400;
  margin-bottom: 25px;
}

/* end */

/* our services */
.our-services {
  padding-top: 30px;
  padding-bottom: 30px;
  background: url(../images/gradient-bg.png) no-repeat;
  background-position: 0% 75px;
  background-size: contain;
}

.our-services .section-title {
  text-align: center;
  margin-bottom: 30px;
}

.our-services .dot {
  background: #ffffff;
  height: 10px;
  width: 10px;
  border-radius: 50px;
}

.our-services .section-title .title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}

.our-services .section-title h3 {
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 12px;
  margin-bottom: 15px;
  text-align: center;
}

.our-services .section-title p {
  color: #FAFAFA;
  font-size: 16px;
  margin-bottom: 0;
}

.our-services .service-box-sec {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.our-services .service-box {
  border: 1px solid rgba(250, 250, 250, 0.7);
  border-radius: 34px;
  padding: 30px;
  opacity: 0.5;
}

.our-services .service-box>span {
  background: #FAFAFA;
  border-radius: 17px;
  padding: 12px 20px;
  display: inline-block;
  color: #111111;
  font-size: 16px;
  font-weight: 600;
  font-family: "Roboto Mono", serif;
  margin-bottom: 50px;
}

.our-services .service-box>h4 {
  font-size: 45px;
  font-weight: 500;
  margin-bottom: 20px;
}

.our-services .service-box .btn {
    display: none;
}

.our-services .service-box>p {
  color: #FAFAFA;
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto Mono", serif;
  margin-bottom: 30px;
}

.our-services .service-box .box-footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}

.our-services .service-box .box-footer span {
  background: transparent;
  border: 1px solid #FAFAFA;
  border-radius: 40px;
  padding: 12px 18px;
  display: inline-block;
  color: #FAFAFA;
  font-size: 14px;
  font-family: "Roboto Mono", serif;
}

.our-services .service-box-right {
  position: sticky;
  top: 150px;
}

.our-services .service-box-right .service-box-right-inner {
  background: #111111;
  border: 1px solid rgba(250, 250, 250, 0.7);
  border-radius: 34px;
  padding: 30px;
  margin-bottom: 20px;
}

.our-services .service-box-right .service-box-right-inner span {
  color: #B4299A;
  font-size: 16px;
  font-weight: 500;
  font-family: "Roboto Mono", serif;
}

.our-services .service-box-right .service-box-right-inner .dot {
  background: #B4299A;
  height: 10px;
  width: 10px;
  border-radius: 50px;
}

.our-services .service-box-right .service-box-right-inner>h5 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0;
}

/* end */

/* slider-sec */
.slider-sec {}

.slider-sec .left>h3 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
}

.slider-sec .right>p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  color: white;
}

.slider-sec .slide-box {
  background: #EBF0F5;
  border-radius: 17px;
  padding: 25px;
  margin: 0 5px;
}

.slider-sec .slide-box>img {
  width: 60px;
  height: 60px;
}

.slider-sec .slide-box>h4 {
  font-size: 18px;
  font-weight: 600;
  color: #1B1925;
  margin-top: 20px;
}

.slider-sec .slide-box>p {
  font-size: 16px;
  font-weight: 400;
  color: #1B1925;
}

.slider-sec .slide-box>a {
  font-size: 16px;
  font-weight: 500;
  color: #1B1925;
  display: none;
}

.slider-sec .slick-dots {
  bottom: -60px;
  display: none;
}

.slider-sec .slick-dots li button:before {
  font-size: 0;
  background: white;
  border-radius: 12px;
  height: 7px;
  width: 8px;
  opacity: 1;
  display: none;
}

.slider-sec .slick-dots li.slick-active button:before {
  opacity: 1;
  font-size: 0;
  background: white;
  border-radius: 12px;
  height: 7px;
  width: 20px;
  display: none;
}

/* end */

/* industries */
.industries {
  padding-top: 25px;
}

.industries .section-title{
  margin-bottom: 30px;
}

.industries>img {
  position: absolute;
  right: 3%;
  width: 180px;
}

.industries .section-title {
  text-align: center;
}

.industries .section-title h3 {
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 12px;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.industries .section-title p {
  color: #FAFAFA;
  font-size: 16px;
  margin-bottom: 0;
}

.industries .industries-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}

.industries .industries-body>span {
  border: 1px solid #D3D3D3;
  background: white;
  border-radius: 14px;
  padding: 12px;
  display: inline-block;
  width: 24.333%;
  text-align: center;
  color: #1C1C1C;
  font-weight: 600;
}

/* end */

/* portfolio */
.portfolio {
  padding-top: 50px;
  padding-bottom: 0;
}

.portfolio .section-title {
  text-align: center;
  margin-bottom: 30px;
}

.portfolio .section-title .dot {
  background: #ffffff;
  height: 10px;
  width: 10px;
  border-radius: 50px;
}

.portfolio .section-title .title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}

.portfolio .section-title h3 {
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 12px;
  margin-bottom: 15px;
  text-align: center;
}

.portfolio .section-title p {
  color: #FAFAFA;
  font-size: 16px;
  margin-bottom: 0;
}

.portfolio .portfolio-img {
  position: relative;
  transition: .3s;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.portfolio .portfolio-img>img {
  border-radius: 8px;
}

.portfolio .portfolio-para p {
  color: #ffff;
  font-size: 25px;
  font-weight: 600;
}

.portfolio .portfolio-para {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1b0c2b94;
  color: white;
  padding: 20px;
  transform: translateY(100%);
  transition: transform 0.5s ease;
  opacity: 0;
}

.portfolio .portfolio-img:hover .portfolio-para {
  transform: translateY(0);
  opacity: 1;
}

/* end */

/* blog */
.blog {}

.blog .section-title {
  text-align: center;
}

.blog .section-title h3 {
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
}

.blog .blog-box,
.blog-details .blog-box {
  background: linear-gradient(155.14deg, rgba(255, 255, 255, 0) -2.13%, rgba(255, 255, 255, 0.15) 136.58%);
  filter: drop-shadow(0px 4px 58px rgba(0, 7, 72, 0.12));
  backdrop-filter: blur(14px);
  border-radius: 23px;
}

.blog .blog-box>img {
  width: 100%;
}

.blog .blog-box .blog-box-footer,
.blog-details .blog-box .blog-box-footer {
  padding: 20px;
}

.blog .blog-box .blog-box-footer>h4,
.blog-details .blog-box .blog-box-footer>h4 {
  font-size: 20px;
  font-weight: 600;
}

.blog .blog-box .blog-box-footer>span,
.blog-details .blog-box .blog-box-footer>span {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff70;
}

/* end */

/* blog details */
.blog-details {
  padding-top: 180px;
}

.blog-details .section-title {
  text-align: center;
}

.blog-details .section-title h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
}

.blog-details .blog-box>img {
  width: 100%;
}

.blog-details .blog-box .blog-box-footer>p {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff70;
}

.blog-details .blog-desc>p {
  font-size: 16px;
  font-weight: 400;
  color: white;
  margin-top: 25px;
  margin-bottom: 0;
}

.blog-details .blog-desc ul {
  margin-top: 20px;
}

.blog-details .blog-desc ul li {
  font-size: 16px;
  font-weight: 400;
  color: white;
}

/* end */

/* form */
/* Works for Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-control {
  resize: none;
  display: block;
  width: 100%;
  padding: 16px 15px;
  font-size: 1rem;
  border-radius: 8px;
  font-weight: 400;
  line-height: 1.5;
  border: 1px solid #1e1e1e42;
  color: #ffffff70 !important;
  background-color: transparent;
}

.form-control:focus {
  background-color: transparent;
  border-color: #c883c0;
  box-shadow: none !important;
  outline: none !important;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff70 !important;
  font-weight: 400;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff70 !important;
  font-weight: 400;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff70 !important;
  font-weight: 400;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff70 !important;
  font-weight: 400;
}

/* end */

/* Button */

.btn-theme,
.btn-theme-light {
  display: inline-block;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  /* z-index: 1; */
  border-radius: 8px;
}

/* btn theme */
.btn-theme {
  color: white;
  background-color: transparent;
  border: 2px solid rgb(255 255 255);
}

.btn-theme::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255 255 255);
  transform: translateX(-100%);
  transition: all .3s;
  z-index: -1;

}

.btn-theme:hover {
  color: black;
}

.btn-theme:hover::before {
  transform: translateX(0);

}

/* btn theme light */
.btn-theme-light {
  color: white;
  background-color: transparent;
  border: 2px solid #ffffff13;
}

.btn-theme-light::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #4B2377;
  transform: translateX(-100%);
  transition: all .3s;
  z-index: -1;

}

.btn-theme-light:hover {
  color: white;
  border-color: #4B2377;
}

.btn-theme-light:hover::before {
  transform: translateX(0);
}

.btn-check:focus+.btn,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

/* end */

/* footer */
.footer {
  padding-top: 70px;
  padding-bottom: 20px;
}

.footer-logo img {
   width: 200px;
  /*filter: brightness(0) invert(1); */
}

.footer-logo p {
  color: white;
  margin-top: 20px;
  font-size: 1rem;
  display: inline-block;
  font-weight: 400;
}

.footer-links>h6 {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 600;
}

.footer-links>p {
  color: white;
  font-size: 1rem;
  margin-top: 16px;
  margin-bottom: 0px;
  font-weight: 400;
}

.footer-links>ul>li {
  padding: 20px 0px 0 0px;
  color: white;
  transition: all ease-in-out 0.3s;
}

.footer-links>ul>li:hover {
  color: #546DD4;
}

.footer-links>ul>li>a {
  text-decoration: none;
  font-size: 1rem;
  color: white;
  font-weight: 400;
  transition: all ease-in-out 0.3s;
}

.footer-links>ul>li>a:hover {
  color: #FFE100;
  padding-left: 0px;
}

.social>p>span {
  margin: 0;
  margin-right: 15px;
  color: white;
  font-size: 1.2rem;
  font-weight: 500;
}

.social>p>a {
  color: #FFE100;
  margin: 0 5px;
  font-size: 1.2rem;
  transition: all ease-in-out 0.3s;
  padding: 0px 16px 0 0;
  border-radius: 30px;
}

.social>p>a:hover {
  color: #ffffff;
}

.footer-bootom-links>p {
  margin: 0;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
}

.footer input,
.footer input:focus {
  border-left: 1px solid rgba(255, 255, 255, 1);
  border-right: none;
  border-radius: 0;
}

.footer button,
.footer input,
.footer input:focus {
  border-top: 1px solid rgba(255, 255, 255, 1);
  border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.footer input {
  color: #ffffff !important;
  background: transparent;
}

.footer input::placeholder {
  color: white !important;
}

.footer button {
  border-radius: 0;
  background: 0 0;
  border-right: 1px solid rgba(255, 255, 255, 1);
  border-left: none;
  padding: 10px 20px;
  color: #ffffff;
  font-size: 1rem;
  background: transparent;
}

.footer-links>ul>li img {
  margin-right: 8px;
}

.footer-links>ul>li p {
  font-size: 1rem;
  color: #9f9f9f;
  font-weight: 600;
  margin-bottom: 5px;
}

.footer-links>ul>li a {
  text-decoration: none;
  font-size: 1rem;
  color: #ffffff;
  font-weight: 400;
  transition: all ease-in-out 0.3s;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  word-break: break-word;
  line-height: 1;
}
.social-link>p>a {
  border-right: 2px solid white;
}
.social-link>p>a:nth-child(3) {
  border-right: 0px solid white;
}

hr {
  background-color: white;
  opacity: 1;
}

.social-link>p>a {
  color: #ffffff;
  margin: 0 5px;
  transition: all ease-in-out 0.3s;
  padding: 0px 10px 0 0;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 400;
}

.social-link>p>a:hover {
  color: #FFE100;
}

.footer-bootom-links>span {
  margin: 0;
  color: white;
  font-size: 1rem;
  font-weight: 400;
}

/* end */

.animate-up {
  animation: up 3s ease-in-out infinite;
}

@keyframes up {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-16px);
  }

  100% {
    transform: translateY(0);
  }
}

/*scroll*/
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-thumb {
  background: #ffffff;
  border-color: #ffffff;
  border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #000001;
}

/* model popup */
.model-discount span {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
  color: #ffffff;
}

.animate-div {
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

.model-discount span label {
  color: #546DD4;
  animation: zoom-in-zoom-out 2s ease-out infinite;
  font-size: 20px;
  font-weight: 700;
}

.model-discount label {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
}

.model-sec .modal-body {
  padding: 0;
  position: relative;
}

.model-sec .modal-content {
  border-radius: 30px;
  border: none;
}

.model-discount {
  padding: 30px 40px 30px 40px;
  background: #1F1D42;
  border-radius: 25px;
}

.model-input {
  border-color: #0D1F2D;
  padding: 10px 15px;
  color: #ffffff !important;
  border: 2px solid;
}

.model-input:focus {
  border-color: #9753E0 !important;
}

.model-input::placeholder {
  color: #ffffff !important;
  font-weight: 400;
}

.model-discount .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  box-shadow: none;
}

.model-discount hr {
  background-color: #ffffff;
  opacity: 1;
}

select option {
  color: black;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0.9);
    transition: all 0.5s ease-in-out;
  }

  30% {
    transform: scale(1);
    transition: all 0.7s ease-in-out;
  }

  50% {
    transform: scale(1.2);
    transition: all 0.7s ease-in-out;
  }

  50% {
    transform: scale(1);
    transition: all 0.7s ease-in-out;
  }

  100% {
    transform: scale(0.9);
    transition: all 0.7s ease-in-out;
  }
}
   .service-inner[data-bg="bg1"] {
   background: url(../images/service-inner-bg-1.jpg) no-repeat center/cover;
   }
   .service-inner[data-bg="bg2"] {
   background: url(../images/service-inner-bg-2.jpg) no-repeat center/cover;
   }
   .service-inner[data-bg="bg3"] {
   background: url(../images/service-inner-bg-3.jpg) no-repeat center/cover;
   }
   .service-inner[data-bg="bg4"] {
   background: url(../images/service-inner-bg-4.jpg) no-repeat center/cover;
   }
   .service-inner[data-bg="bg5"] {
   background: url(../images/service-inner-bg-5.jpg) no-repeat center/cover;
   }
   .service-inner[data-bg="bg6"] {
   background:url(../images/service-inner-bg-6.jpg) no-repeat center/cover;
   }

.service-sec .service-body .service-inner:before {
    content: "";
    position: absolute;
    inset: 0;
    background: #000000bf;
    z-index: 4;
    /* border-radius: 20px; */
}

.service-sec .service-body .service-inner > * {
    position: relative;
    z-index: 4;
}
.service-sec .service-body .service-inner:not(:last-child) {
    border-right: 2px solid rgba(250, 250, 250, 0.7);
}
/* end */


.faq-heading p {
    color: #fff;
}
.faqs-accord .accordion-item {
    margin-bottom: 17px;
}
.faqs-accord .accordion-item p {
    font-size: 16px;
    margin-bottom: 0;
    color: black;
    font-weight: 400;
}
.faqs-accord .accordion-button:not(.collapsed) {
    background: #1f1d42;
    color: #fff;
}
.faqs-accord .accordion-button::after {
   
    filter: brightness(0) invert(1);
}
.faqs-accord .accordion-item .accordion-button {
    border-radius: 0;
    background: #5f2a97;
    /* margin-bottom: 12px; */
    color: #fff;
}

.portfolio button {
    color: #fff;
}
.portfolio .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #B4299A;
    border-color: #B4299A;
}
.portfolio .nav-tabs .nav-link:hover {
    color:#fff;
    border-color: #B4299A;
    
}
.portfolio .nav-tabs {
    border-bottom: 1px solid #dee2e6;
    justify-content: center;
    margin-bottom: 30px;
}
.term-sec a {
    color: #e2cd33;
}
.term-sec p {
    color: #fff;
}
.term-sec li {
    color: #fff;
}

.thank-you {
    padding: 200px 0 50px;
}
.thank-you .right-col h1 {
    font-size: 50px;
}
.thank-you .right-col p {
    font-size: 16px;
    color: white;
}