* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  background: #07090e;
  font-family: "inter-regular";
  overflow-x: hidden;
}

@font-face {
  font-family: "inter-black";
  src: url(../../Font/Inter_24pt-Black.ttf), format(truetype);
}

@font-face {
  font-family: "inter-bold";
  src: url(../Font/Inter_24pt-Bold.ttf), format(truetype);
}

@font-face {
  font-family: "inter-extraBold";
  src: url(../Font/Inter_24pt-ExtraBold.ttf), format(truetype);
}

@font-face {
  font-family: "inter-extraLight";
  src: url(../Font/Inter_24pt-ExtraLight.ttf), format(truetype);
}

@font-face {
  font-family: "inter-Light";
  src: url(../Font/Inter_24pt-Light.ttf), format(truetype);
}

@font-face {
  font-family: "inter-Medium";
  src: url(../Font/Inter_24pt-Medium.ttf), format(truetype);
}

@font-face {
  font-family: "inter-semiBold";
  src: url(../Font/Inter_24pt-SemiBold.ttf), format(truetype);
}

@font-face {
  font-family: "inter-thin";
  src: url(../Font/Inter_24pt-Thin.ttf), format(truetype);
}

@font-face {
  font-family: "inter-regular";
  src: url(../Font/Inter_24pt-Regular.ttf), format(truetype);
}

h1,
h5 {
  font-size: 60px;
  line-height: 72px;
  font-family: "inter-bold";
  text-align: center;
}

h6 {
  font-size: 24px;
  line-height: 28px;
  font-family: "inter-regular";
}

.p-size,
.form-control {
  font-size: 18px;
  line-height: 28px;
  font-family: "inter-regular";
}

a {
  text-decoration: none !important;
}

.content-btn {
  font-size: 20px;
  line-height: 24px;
  color: #000 !important;
  background: #fca213;
  padding: 16px 26px;
  border-radius: 8px;
  font-family: "inter-semiBold" !important;
  cursor: pointer;
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: color 0.3s ease;
}

.content-btn::before {
  content: '';
  position: absolute;
  top: 0%;
  left: unset;
  right: 33px;
  width: 300%;
  height: 300%;
  background: linear-gradient(113deg, #FFF 18.62%, rgba(255, 255, 255, 0.00) 80.54%);
  transform: rotate(113deg);
  transition: top 0.5s ease, right 0.5s ease;
  z-index: 0;
  opacity: 0.65;
  mix-blend-mode: overlay;
}

.content-btn:hover::before {
  background: linear-gradient(200deg, #FFF 18.62%, rgba(255, 255, 255, 0.00) 80.54%);
  top: 0;
  right: -84%;
  opacity: 0.65;
  transition: top 0.5s ease, right 0.5s ease;
}

.owl-carousel {
  z-index: 1 !important;
}

.card-body {
  padding: 0;
}

.navbar {
  background: rgba(0, 0, 0, 1) !important;
  width: 100%;
  padding: 16px 0;
}

/* .navbar{background:rgba(0,0,0,1)!important;position:fixed;top:0;left:0;z-index:9;width:100%;padding:16px 0;} */
.navbar .navbar-nav .nav-item {
  padding: 36px 20px;
  cursor: pointer;
}

.navbar .navbar-nav .nav-item .nav-link {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  padding: 0;
  font-family: "inter-regular";
}

.navbar .navbar-nav .nav-item .nav-link.active {
  color: #FCA213;
}

.navbar .navbar-nav .nav-item:hover {
  background: rgba(255, 255, 255, 0.10);
}

.navbar .navbar-nav .nav-item:last-child:hover {
  background: none;
}

.navbar .navbar-nav .nav-item .content-btn {
  margin-left: 20px;
  padding: 16px 26px;
}

.navbar .navbar-nav .nav-item.dropdown-mega .dropdown-menus {
  opacity: 0;
  transform: translateY(-423px);
  transition: all 0.6s ease-in-out;
  z-index: -1;
}

.navbar .navbar-nav .nav-item.dropdown-mega:hover .dropdown-menus {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.6s ease-in-out;
}

.nav-link.dropdown-toggle img {
  margin-left: 10px;
  transition: transform 0.3s ease-in-out;
}

.nav-link.dropdown-toggle::after {
  border: 0;
  margin-left: 0;
}

.navbar .navbar-nav .nav-item:hover .nav-link.dropdown-toggle img {
  transform: scaleY(-1);
}

.hero-section {
  padding: 61px 0;
}

.hero-section .sub-title-badge {
  color: #fff;
  font-family: "inter-regular";
  margin: 0;
}

.hero-section .sub-title-badge span {
  background: rgba(255, 0, 0, 0.12);
  background: linear-gradient(90deg, rgba(255, 0, 0, 0.12) 0%, rgba(255, 51, 0, 0.04) 100%);
  border: 2px solid rgb(67, 1, 2);
  padding: 10px 16px;
  border-radius: 8px;
  display: inline-block;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0;
}

.hero-section h1,
.hero-section h2,
.contact-us-contents h1 {
  color: #fca213;
  letter-spacing: 0.5px;
  margin: 28px 0;
  text-align: left;
}

.hero-section h1 span,
.hero-section h2 span,
.contact-us-contents h1 span,
.portfolio-list-content>div h2,
.about-number .count,
.exclusive-benefits h4 {
  background: rgb(255, 255, 255);
  background: linear-gradient(142deg, #FFF 30.95%, #ADBEFF 78.02%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-section p {
  color: rgba(255, 255, 255, 0.8);
  margin: 28px 0;
}

.hero-banner {
  height: 677px;
}

.hero-banner .owl-carousel {
  height: 677px !important;
  position: absolute !important;
  top: 0;
  z-index: -1 !important;
}

.hero-banner .owl-theme .owl-dots {
  display: none;
}

.hero-banner .owl-carousel .item img:first-child {
  width: 100%;
  height: 677px;
  object-fit: cover;
  /* Ensure images cover the space without distortion */
}

.hero-banner .owl-carousel .item img {
  width: 100%;
  height: 677px;
  object-fit: cover;
  /* Ensure images cover the space without distortion */
}

.header-red-line {
  position: absolute;
  z-index: -1;
  bottom: -56px;
  right: 0;
}

/* Optionally, you can add this to ensure the carousel container also takes full width */
.hero-banner .owl-carousel {
  width: 100%;
  max-width: 100%;
}

.experince-section {
  padding: 100px 0 80px;
  margin-bottom: 80px;
}

.experince-details .experince-content {
  padding: 0 82px;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.experince-details .experince-content:last-child {
  border-right: none;
}

.experince-details .experince-content .count {
  color: #fca213;
  font-size: 60px;
  line-height: 72px;
  font-family: "inter-bold";
  text-align: center;
  margin-bottom: 0.5rem;
}

.experince-details .experince-content .text {
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  font-family: "inter-regular";
}

.experince-details .dropdown-divider {
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
}

.services-section {
  margin: 60px 0 180px;
}

.services-section h2 {
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(173, 190, 255, 1) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "inter-bold";
  text-align: center;
}

.services-section .swiper-card {
  background: #000;
  padding: 40px;
  border-radius: 20px;
}

.services-section .swiper-card img {
  margin-bottom: 40px;
}

.services-section .swiper-card .card-body {
  padding: 0;
}

.swiper-card .card-body h3 {
  margin-bottom: 18px;
  color: #fca213;
}

.swiper-card .card-body p {
  color: rgba(255, 255, 255, 0.8);
}

.selected-section {
  background: url("../Images/bg-2.jpg");
  background-size: cover;
  background-position: center;
  padding: 94px 0px 423px;
  margin-bottom: 52px;
}

.selected-section h2 {
  margin-bottom: 80px;
  font-family: "inter-bold";
  text-align: center;
}

.selected-section .selected-option {
  gap: 86px;
}

.selected-option .option-title p {
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  margin-bottom: 30px;
  margin-left: 20px;
}

.selected-option .option-title h3 {font-size: 24px;line-height: 36px;color: #fff;margin-bottom: 30px;margin-left: 20px;}

.contact-us-section {
  padding: 140px 0;
}

.contact-us-section img {
  width: 100%;
}

.contact-us-section .contact-us-content {
  gap: 102px;
}

.contact-us-content .contact-us-details {
  margin-right: 104px;
}

.contact-us-content .contact-us-details h2 {
  font-size: 48px;
  line-height: 58px;
  font-family: "inter-bold";
  color: #fca213;
  margin-bottom: 40px;
}

.contact-us-content .contact-us-details a {
  font-size: 20px;
  line-height: 24px;
  font-family: "inter-semiBold";
  color: #000;
  background: #fca213;
  padding: 16px 26px;
  letter-spacing: 0.15px;
  border-radius: 8px;
}

.contact-us-section .bg-text {
  background: url(../Images/Unreal1.svg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 426px;
  width: -webkit-fill-available;
  position: absolute;
  left: -260px;
  top: -90px;
  z-index: -1;
  opacity: 0.5;
  mix-blend-mode: soft-light;
}

.project-section {
  margin: 60px 0 80px;
}

.review-section {
  margin: 109px 0;
}

.review-section h2 {
  margin-bottom: 60px;
  font-family: "inter-bold";
  text-align: center;
}

.form-section h2 {
  font-family: "inter-bold";
  text-align: center;
}

.review-section h2,
.form-section h2,
.project-section h5,

/* .project-section .project-card h3, */
.contact-us-content .contact-us-details h2 span,
.selected-section h2,
.mission-vision-box .main-title,
.our-commitment h2,
.game-approach h2,
.game-approach h3,
.why-choose-us h2,
.tailored-slider-content h3,
.faq-accordion button,
.client-success-content h5,
.blog-content h6 {
  background: rgb(255, 255, 255);
  background: linear-gradient(142deg, #FFF 30.95%, #ADBEFF 78.02%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.review-section .owl-item .review-card {
  border-radius: 20px;
  border: none;
  border: 3px solid #0A0D14;
  border-radius: 20px;
  background: #080B11;
  padding: 50px;
}

.review-section .owl-item.active.center .review-card {
  border-radius: 20px;
  border: none;
  border: 3px solid #1C2438;
  border-radius: 20px;
  background: #0E121C;
  padding: 50px;
}

.review-card p {
  color: rgba(255, 255, 255, 0.60);
  text-align: justify;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 0;
}

.review-card hr {
  margin: 30px 0;
  border: 0;
  border-bottom: 1px solid #1C2438;
  opacity: 1;
}

.form-section {
  padding: 0 0 185px 0;
}

.form-section .form-details {
  padding: 50px;
  border-radius: 30px;
  max-width: 1020px;
  margin: 0 auto;
  border: 3px solid rgba(255, 255, 255, 4%);
  background-color: rgba(255, 255, 255, 4%);
  background-blend-mode: overlay;
}

.form-section .sub-title {
  color: #fff;
  width: 620px;
  margin: 14px auto 20px;
}

.form-section .form-details .form-control,
.form-style .form-control {
  background-color: #0e121c;
  height: 52px;
  margin-bottom: 16px;
  border: 1px solid transparent;
  border-radius: 12px;
  padding: 12px 24px !important;
  color: #ffffff;
  background: #1C2438;
  margin-bottom: 0;
}

.form-section .form-details .form-textarea {
  height: auto;
}

.form-details .form-control::placeholder {
  color: #939db7;
  font-size: 18px !important;
  line-height: 28px !important;
  font-family: "inter-regular" !important;
}

.form-style .form-control::placeholder {
  color: rgba(255, 255, 255, 60%);
}

.form-section .form-details .form-control:focus,
.form-section .form-details .form-control:hover,
.form-style .form-control:focus,
.form-style .form-control:hover {
  color: #fff;
  box-shadow: none;
  border: 1px solid #939db7;
}

.form-section .form-details .form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8' fill='none'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23939DB7' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position-x: 96%;
  background-position-y: 22px;
}

.checkbox label {
  padding-left: 50px;
  color: #939DB7;
  max-width: 920px;
  cursor: pointer;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"]+.box:before,
input[type="checkbox"]+.box:after {
  transition: all 0.3s;
}

input[type="checkbox"]+.box:after {
  position: absolute;
  left: 8px;
  top: 20px;
  margin-top: -5px;
  margin-left: -4px;
  display: inline-block;
  content: " ";
  width: 20px;
  height: 20px;
  border: 2px solid rgb(140, 152, 192, 0.2);
  border-radius: 4px;
  background-color: rgba(147, 157, 183, 0.2);
}

input[type="checkbox"]:checked+.box:after {
  background-color: rgba(147, 157, 183, 0.2);
  border-color: #8c98c0;
}

input[type="checkbox"]:checked+.box:before {
  transform: rotate(45deg);
  position: absolute;
  left: 11px;
  top: 17px;
  width: 6px;
  height: 13px;
  border-width: 2px;
  border-style: solid;
  border-top: 0;
  border-left: 0;
  border-color: #8c98c0;
  content: "";
  z-index: 10000;
}

.footer-section {
  padding-top: 65px;
  background: #000;
}

/* .footer-section h6{color:#fff;margin:26px 0 20px;font-family:"inter-regular";} */
.footer-section a.phone-call {
  display: inline-block;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  font-family: "inter-regular";
  padding: 16px 26px;
  border: 1px solid transparent;
  border-radius: 12px;
  transition: all 0.5s ease;
}

.footer-section a.phone-call:hover {
  border-color: #fca213;
}

.footer-section p {
  font-size: 14px;
  line-height: 26px;
  font-family: "inter-regular";
  margin: 36px 0 52px;
  color: rgba(255, 255, 255, 0.5);
}

.footer-section .description {
  color: #fff;
  margin: 10px 0 0;
  font-family: "inter-regular";
  font-size: 15px;
  line-height: 24px;
  max-width: 252px;
}

footer .grid-name {
  font-size: 15px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.4);
  font-family: "inter-regular";
  text-align: left;
  margin: 0;
}

footer address {
  max-width: 266px;
  font-size: 15px;
  line-height: 24px;
  color: #ffffff;
  margin: 0;
}

footer .gap-20 {
  gap: 20px;
  place-content: start;
}

footer .gap-10 {
  gap: 10px;
}

.copy-footer {
  margin-bottom: 73px;
}

.copy-footer p {
  margin: 0 !important;
}

.footer-bottom {
  margin: 27px 0;
  border: 0;
  border-bottom: 1px solid #353535;
  opacity: 1;
}

.footer-bottom-link {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #ffffff;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  font-size: 15px;
  line-height: 24px;
}

.footer-bottom-link a,
footer a {
  color: #ffffff;
  transition: all 0.3s ease-in;
}

.footer-bottom-link a:hover,
footer a:hover {
  color: #FCA213;
  transition: all 0.3s ease-in;
}


/* Animation CSS */
.circle1,
.circle2,
.circle3,
.circle4,
.circle5 {
  position: absolute;
  z-index: -1;
}

.circle2,
.circle3,
.circle5 {
  top: 0;
}

.circle1,
.circle4 {
  bottom: 0;
}

.circle2 {
  right: 0;
}

.circle1 {
  left: 50%;
  transform: translate(-70%);
}

.circle4,
.circle3 {
  left: 50%;
  z-index: -1;
}

.circle3 {
  transform: translate(-50%, -51%);
}

.circle4 {
  transform: translate(-50%, 51%);
}

.circle5 {
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 1;
}

.size-overflow {
  overflow-x: clip;
}

.Unreal-text {
  position: absolute;
  top: 100px;
  left: -100px;
  z-index: 1;
  opacity: 0.5;
  mix-blend-mode: soft-light;
}

.Unreal-text1 {
  position: absolute;
  top: 380px;
  z-index: 1;
  opacity: 0.5;
  mix-blend-mode: soft-light;
  right: -100px;
}

.Unreal-text3 {
  top: 429px;
}

/* services Section  Carousel CSS  */
.services-section .owl-carousel .owl-stage-outer {
  margin: 40px 0;
}

.services-section .owl-carousel .item img {
  height: auto;
}

.services-section .owl-theme .owl-nav {
  color: #fff;
}

.services-section .owl-theme .owl-nav::before:hover,
.services-section .owl-theme .owl-nav::after:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

/* Review Section Carousle CSS */
.review-section .owl-carousel .item,
.services-section .owl-carousel .item {
  height: 100%;
}

.review-section .owl-carousel .item img {
  height: auto;
  object-fit: unset;
}


/************************************* My Style *************************************/
.awards-logo.owl-carousel {
  width: auto;
  height: auto !important;
  position: unset !important;
  max-width: unset !important;
}

.awards-logo.owl-carousel .item img {
  width: auto !important;
  height: auto !important;
  object-fit: unset !important;
}

.circle1 {
  left: 0;
  transform: translate(0%);
}

.main-title {
  font-size: 48px;
  margin-bottom: 0;
  line-height: normal;
}

.services-section h2 span,
.project-section h5 span,
.contact-us-form h5 span,
.our-commitment h2 span,
.why-choose-us h2 span,
.portfolio-inner-form h2 span {
  color: #FCA213;
  -webkit-text-fill-color: #FCA213
}

.services-section .owl-carousel .owl-stage,
.project-section .owl-carousel .owl-stage,
.owl-carousel1 .owl-stage,
.case-studies .owl-stage,
.owl-explore-slider .owl-stage,
.case-studies .owl-stage {
  display: flex;
}

.services-section .swiper-card {
  background: #ffffff;
  padding: 20px;
}

.services-section .swiper-card img {
  margin-bottom: 20px;
}

.swiper-card .card-body h3 {
  color: #07090E;
  font-size: 24px;
  line-height: 29.05px;
  letter-spacing: 0;
}

.swiper-card .card-body p {
  color: #07090E;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  font-family: "inter-regular";
}

.owl-carousel2 .owl-stage-outer,
.case-studies .owl-stage-outer {
  overflow: unset !important;
}

.services-section .owl-theme .owl-dots .owl-dot span,
.project-section .owl-theme .owl-dots .owl-dot span,
.owl-carousel1 .owl-dots .owl-dot span,
.tailored-solution-slider .owl-dots .owl-dot span,
.owl-explore-slider .owl-dots .owl-dot span,
.owl-our-expertise .owl-dots .owl-dot span,
.client-success-slider .owl-dots .owl-dot span {
  margin: 0 6px !important;
  width: 6px !important;
  height: 6px !important;
  border: 1px solid #ffffff;
  background: transparent !important;
  top: 12px;
  position: relative;
}

.services-section .owl-theme .owl-dots .owl-dot.active span,
.project-section .owl-theme .owl-dots .owl-dot.active span,
.owl-carousel1 .owl-dots .owl-dot.active span,
.tailored-solution-slider .owl-dots .owl-dot.active span,
.owl-explore-slider .owl-dots .owl-dot.active span,
.owl-our-expertise .owl-dots .owl-dot.active span,
.client-success-slider .owl-dots .owl-dot.active span {
  background-color: transparent !important;
  width: 50px !important;
  height: 10px !important;
  border: 1px solid #FCA213;
  top: 14px;
}

/* .services-section .owl-theme .owl-dots,.project-section .owl-theme .owl-dots{display: flex;align-items: center;justify-content: center;} */
.services-section .owl-theme .owl-nav,
.project-section .owl-theme .owl-nav,
.owl-carousel1 .owl-nav,
.owl-explore-slider .owl-nav,
.owl-our-expertise .owl-nav,
.client-success-slider .owl-nav,
.owl-our-expertise .owl-nav {
  margin-top: 0;
  position: relative;
  max-width: 1228px !important;
  padding: 0;
  margin: 0 auto;
}

/* .services-section .owl-theme .owl-nav .owl-next, .services-section .owl-theme .owl-nav .owl-prev,
.project-section .owl-theme .owl-nav .owl-next, .project-section .owl-theme .owl-nav .owl-prev{display: block;} */
.services-section .owl-theme .owl-nav button span,
.project-section .owl-theme .owl-nav button span,
.owl-carousel1 .owl-nav button span,
.owl-explore-slider .owl-nav button span,
.owl-our-expertise .owl-nav button span,
.client-success-slider .owl-nav button span {
  color: transparent !important;
}

.services-section .owl-theme .owl-nav .owl-next,
.services-section .owl-theme .owl-nav .owl-prev,
.project-section .owl-theme .owl-nav .owl-next,
.project-section .owl-theme .owl-nav .owl-prev,
.owl-carousel1 .owl-nav .owl-next,
.owl-carousel1 .owl-nav .owl-prev,
.owl-explore-slider .owl-nav .owl-next,
.owl-explore-slider .owl-nav .owl-prev,
.owl-our-expertise .owl-nav .owl-next,
.owl-our-expertise .owl-nav .owl-prev,
.client-success-slider .owl-nav .owl-next,
.client-success-slider .owl-nav .owl-prev {
  right: 35%;
  position: absolute !important;
  background-image: url(../Images/our-services-right-arrow.svg) !important;
  background-repeat: no-repeat;
  width: 61px;
  height: 52px;
  margin: 0 !important;
  transition: all 0.3s ease-in;
}

.services-section .owl-theme .owl-nav .owl-next:hover,
.services-section .owl-theme .owl-nav .owl-prev:hover,
.project-section .owl-theme .owl-nav .owl-next:hover,
.project-section .owl-theme .owl-nav .owl-prev:hover,
.owl-carousel1.owl-theme .owl-nav .owl-next:hover,
.owl-carousel1.owl-theme .owl-nav .owl-prev:hover,
.owl-explore-slider.owl-theme .owl-nav .owl-next:hover,
.owl-explore-slider.owl-theme .owl-nav .owl-prev:hover,
.owl-our-expertise.owl-theme .owl-nav .owl-next:hover,
.owl-our-expertise.owl-theme .owl-nav .owl-prev:hover,
.client-success-slider.owl-theme .owl-nav .owl-next:hover,
.client-success-slider.owl-theme .owl-nav .owl-prev:hover {
  background-image: url(../Images/our-services-right-arrow-hover.svg) !important;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in;
}

.services-section .owl-theme .owl-nav .owl-prev,
.project-section .owl-theme .owl-nav .owl-prev,
.owl-carousel1 .owl-nav .owl-prev,
.owl-explore-slider .owl-nav .owl-prev,
.owl-our-expertise .owl-nav .owl-prev,
.client-success-slider .owl-nav .owl-prev {
  transform: rotate(180deg);
}

.services-section .owl-theme .owl-nav .owl-prev,
.project-section .owl-theme .owl-nav .owl-prev,
.owl-carousel1 .owl-nav .owl-prev,
.owl-explore-slider .owl-nav .owl-prev,
.owl-our-expertise .owl-nav .owl-prev,
.client-success-slider .owl-nav .owl-prev {
  left: 35%;
  position: absolute;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent !important;
}

.owl-carousel1 .owl-stage,
.owl-explore-slider .owl-stage {
  margin-bottom: 54px;
}

.owl-carousel1 .owl-stage-outer,
.owl-explore-slider .owl-stage-outer,
.owl-our-expertise .owl-stage-outer {
  position: relative;
}

.owl-carousel1 .owl-stage-outer::before,
.owl-carousel1 .owl-stage-outer::after {
  top: 0;
  content: '';
  position: absolute;
  background: linear-gradient(270deg, #07090E 0%, rgba(7, 9, 14, 0) 100%);
  height: 100%;
  width: 383px;
  z-index: 9;
  right: 0;
  top: 0;
}

.owl-carousel1 .owl-stage-outer::after {
  left: 0 !important;
  transform: rotate(180deg);
}


.client-logo {
  margin: 30px 0;
}

.client-logo img {
  height: auto !important;
  object-fit: unset;
}

.case-studies-slider-box {
  min-width: 888px;
  width: 100%;
  padding: 20px;
  justify-content: space-between;
  gap: 26px;
  border-radius: 30px;
  padding: 20px;
  color: #ffffff;
  border: 3px solid #1E263A;
  background: #0E121C;
  border-radius: 30px;
  height: 100%;
}

.case-studies-slider-box h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 58.09px;
  margin-bottom: 16px;
}

.case-studies-slider-box p {
  font-size: 18px;
  line-height: 28.08px;
  letter-spacing: 0.15px;
}

.case-studies-content {
  max-width: 410px;
  width: 100%;
  margin: 20px 0 20px 30px;
}

.case-studies-img img {
  height: 401px;
  object-fit: contain;
}

.case-studies .owl-stage-outer {
  padding-bottom: 60px;
}

.case-studies .owl-item {
  display: flex;
}

.form-details .form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 16px;
  column-gap: 14px;
}

.my-35 {
  margin: 35px 0;
}

.my-35 a {
  color: #006FFF;
  text-decoration: none;
}

.grid-column-span-2 {
  grid-column: span 2 / span 2;
}


.form-section {
  position: relative;
}

.form-section::before,
.form-section::after,
.client-success::after,
.client-success::before {
  content: '';
  position: absolute;
  border-radius: 445px;
  opacity: 0.5;
  background: #006FFF;
  filter: blur(200px);
  width: 445px;
  height: 444px;
  bottom: 0;
  z-index: -1;
}

.form-section::after {
  background: #D1502F;
  bottom: 0;
  right: 0;
}

.card-footer {
  gap: 24px;
}

.profile-title .name {
  color: #ffffff;
  font-size: 18px;
  line-height: 156%;
  letter-spacing: 0.027px;
  margin-bottom: 2px;
}

.gap-34 {
  gap: 34px;
  margin-top: 30px;
}



/* Contact Us CSS */
.contact-us-form {
  padding: 0 0 134px 0;
}

.contact-us-form.form-section .form-details {
  position: relative;
  z-index: 1;
}

.contact-us-form::before {
  top: 35%
}

.contact-us-form::after {
  bottom: 85px;
  top: auto !important;
}

.contact-us-form .Unreal-text3 {
  top: 900px;
}

.contact-us-content-main {
  padding: 85px 0 0;
  display: flex;
  gap: 0;
}

.contact-us-contents {
  max-width: 700px;
  width: 100%;
}

.contact-us-contents h1 {
  font-size: 96px !important;
  line-height: 116.18px;
  letter-spacing: -1.5px;
  max-width: 430px;
  margin: 0 0 20px;
}

.contact-us-contents p {
  font-size: 18px;
  line-height: 28.08px;
  letter-spacing: 0.15px;
  color: rgba(255, 255, 255, 0.60);
}

.contact-us-contents hr {
  margin: 73px 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.60);
  opacity: 1;
}

.contact-us-form .form-details {
  max-width: 100%;
}

.contact-us-form .main-title {
  text-align: left;
  max-width: 700px;
}

.contact-us-form .sub-title {
  margin: 20px 0 50px;
}

.contact-info {
  display: grid;
  gap: 12px;
}

.contact-info p {
  max-width: 374px;
}

.form-section .contact-info p,
.contact-info a {
  font-size: 18px;
  line-height: 28.08px;
  letter-spacing: 0.15px !important;
  color: #ffffff !important;
}

.contact-info>div {
  display: flex;
  gap: 30px;
  margin: 16px 0;
}

.contact-sticky-img img {
  position: sticky;
  top: 80px;
}

.mt-80 {
  margin-top: 80px;
}

.max-w-604 {
  max-width: 604px;
}


/* Portfolio CSS */
.portfolio-bg {
  background: url(../Images/portfolio-bg.png) center center/cover no-repeat;
}

.portfolio-main-bg {
  gap: 232px;
}

.portfolio-bg .hero-section {
  flex: 0 0 604px;
  padding: 0;
  position: unset;
}

.portfolio-bg .hero-section h1,
.portfolio-bg .hero-section h2 {
  font-size: 48px;
  line-height: 58px;
}

.portfolio-bg .hero-section p {
  color: #ffffff;
  letter-spacing: 0.15px;
}

.portfolio-bg .number-box h2 {
  font-size: 34px;
  line-height: 44.2px;
  letter-spacing: 0.25px;
  color: #FCA213;
  margin-bottom: 10px !important;
}

.portfolio-bg .number-box p {
  font-size: 15px;
  line-height: 24px;
}

.portfolio-bg .number-box h2,
.portfolio-bg .number-box p {
  margin: 0;
}

.gap-60 {
  gap: 60px;
}

.portfolio-list .client-logo {
  margin: 23px 0 55px;
}

.portfolio-list-block {
  display: grid;
  gap: 60px;
  margin-bottom: 115px;
}

.portfolio-blue {
  display: flex;
  padding: 40px;
  justify-content: center;
  align-items: center;
  gap: 52px;
  align-self: stretch;
  background: linear-gradient(99deg, #458EE2 -5.9%, #141A96 98.44%);
  border-radius: 30px;
}

.portfolio-blue img {
  border-radius: 20px;
  border: 3px solid #FFF;
}

.portfolio-list-content {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 39px;
}

.portfolio-list-content>div {
  gap: 12px;
}

.portfolio-list-content>div h2 {
  font-size: 34px;
  margin-bottom: 0;
}

.portfolio-list-content>div p {
  color: #ffffff;
  margin: 0;
}

.rating-box {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.rating-box>div {
  display: flex;
  padding: 6px 22px;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  background-blend-mode: overlay;
}

.rating-box>div h3 {
  color: #FCA213;
  font-size: 34px;
  line-height: 130%;
  letter-spacing: 0.085px;
  margin: 0;
}

.rating-box>div span {
  color: rgba(255, 255, 255, 0.20);
}

.rating-box>div p {
  color: #ffffff;
  font-size: 15px;
  line-height: 24px;
  margin: 0;
}

.portfolio-green {
  background: linear-gradient(99deg, #1B8E85 -5.9%, #064D41 98.44%);
}

.portfolio-orange {
  background: linear-gradient(99deg, #D9834E -5.9%, #380F0A 98.44%);
}

.portfolio-pink {
  background: linear-gradient(99deg, #D94E9A -5.9%, #1B0A38 98.44%);
}

.portfolio-slider .hero-section {
  max-width: 644px;
}

.portfolio-slider h2 {
  font-size: 48px;
  line-height: 58.09px;
  margin: 0 0 20px 0;
  font-family: "inter-bold";
}

.portfolio-slider p {
  font-size: 24px;
  font-weight: 400;
  line-height: 144%;
  color: rgba(255, 255, 255, 0.60);
  margin: 20px 0 50px;
}

.portfolio-slider .container,
.portfolio-slider .row {
  height: 100%;
}

.portfolio-slider .row {
  align-items: center;
}

.left-letter .Unreal-text {
  top: 50%;
  left: 0;
  transform: translate(-39%, 50%);
  z-index: -1;
}


/* About Us CSS */
.about-us {
  margin-bottom: 100px;
}

.about-main-title {
  padding: 0
}

.about-main-title {
  margin: 0 auto;
}

.about-main-title .about-text {
  flex: 0 0 534px;
}

.about-main-title h1 {
  font-size: 48px;
  line-height: 58.09px;
  letter-spacing: 0px;
  font-family: "inter-bold";
  color: #FCA213;
  margin-bottom: 21px;
  text-align: left;
}

.about-main-title p {
  font-size: 24px;
  line-height: 144%;
  color: #ffffff;
  margin: 0;
}


.about-number {
  flex: 0 0 292px;
  display: flex;
  gap: 9px;
  flex-direction: column;
}

.number-center-content-main {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
}

.number-center-content {
  max-width: 639px;
  display: flex;
  flex-direction: column;
  gap: 17px;
}

.about-number .count {
  font-size: 96px;
  line-height: 116.18px;
  letter-spacing: -1.5px;
  font-family: "inter-bold";
  margin: 0;
}

.about-number p {
  font-size: 24px;
  line-height: 34.56px;
  letter-spacing: 0px;
  color: #FCA213;
  margin: 0;
}

.number-center-content p {
  margin: 0;
}

.number-center-content .years-text {
  font-size: 24px;
  line-height: 34.56px;
  letter-spacing: 0px;
  color: #ffffff;
}

.number-center-content .long-text {
  color: rgba(255, 255, 255, 0.60);
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.number-center-content-main .img-box {
  margin: 14px 0;
  height: 96px;
}

.number-center-content-main-hr {
  margin: 30px 0;
  border: 0;
  border-bottom: 1px solid #ffffff;
  opacity: 0.2;
}

.column-gap-40 {
  column-gap: 40px;
}

.mission-vision {
  padding: 118px 0;
  position: relative;
}

.mission-vision::after,
.solutions-inner-section::after {
  content: '';
  position: absolute;
  border-radius: 625px;
  opacity: 0.5;
  background: #006FFF;
  filter: blur(200px);
  width: 625px;
  height: 625px;
  bottom: -330px;
  z-index: -1;
  left: -318px;
}

.mission-vision .gap-20 {
  gap: 20px;
}

.mission-vision-box {
  border-radius: 20px;
  background: #07090E;
  display: flex;
  padding: 50px;
  flex-direction: column;
}

.mission-vision-box .main-title,
.our-commitment h2,
.why-choose-us h2 {
  font-family: "inter-bold";
}

.mission-vision-box hr {
  margin: 20px 0;
  border: 0;
  border-bottom: 1px solid #FCA213;
  opacity: 1;
  width: 100%;
}

.mission-vision-box p {
  margin: 0;
  color: rgba(255, 255, 255, 0.60);
  font-size: 15px;
  line-height: 24px;
}

.mission-vision-box .main-title {
  font-size: 48px;
  line-height: normal;
}


.our-commitment::after,
.solutions-inner-section::before {
  content: '';
  position: absolute;
  border-radius: 592px;
  opacity: 0.5;
  background: #D1502F;
  filter: blur(200px);
  width: 592px;
  height: 592px;
  bottom: 25px;
  z-index: -1;
  right: -238px;
}

.our-commitment::after {
  bottom: 300px;
}

.our-commitment {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.game-approach {
  flex: 0 0 352px;
}

.game-approach h2,
.game-approach h3 {
  font-size: 34px;
  line-height: 130%;
  letter-spacing: 0.085px;
}

.my-60 {
  margin: 60px 0;
  gap: 30px;
}

.commitment-three-box {
  display: flex;
  gap: 20px;
}

.commitment-three-box .commitment-img-box {
  display: flex;
  width: 100%;
  max-width: 256px;
  padding: 32px 25px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  border-radius: 20px;
  border: 3px solid rgba(255, 255, 255, 4%);
  background-color: rgba(255, 255, 255, 4%);
  background-blend-mode: overlay;
}

.commitment-three-box .commitment-img-box p {
  color: #ffffff;
  font-size: 18px;
  line-height: 156%;
  letter-spacing: 0.027px;
  margin: 0;
}

.exclusive-benefits {
  display: grid;
  column-gap: 38px;
  row-gap: 50px;
  grid-template-columns: repeat(3, 1fr);
}

.exclusive-benefits>div {
  border-left: 1px solid#FCA213;
  padding-left: 28px;
}

.exclusive-benefits>div h4 {
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.03px;
  margin-bottom: 12px;
}

.exclusive-benefits>div p,
.why-choose-inner p {
  color: rgba(255, 255, 255, 0.60);
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 0;
}

.gap-60-other {
  gap: 60px;
}

.why-choose-us {
  padding-bottom: 100px;
}

.why-choose-box {
  display: flex;
  align-items: center;
  gap: 20px;
  align-self: stretch;
  margin-top: 40px;
}

.why-choose-inner {
  display: flex;
  padding: 20px;
  flex-direction: column;
  gap: 20px;
  border: 3px solid transparent;
  border-radius: 20px;
  transition: all 0.3s ease-in;
}

.why-choose-inner:hover {
  border: 3px solid #1C2438;
  background-color: #0E121C;
  background-blend-mode: overlay;
}

.img-with-text {
  gap: 30px;
}

.img-with-text h3 {
  font-family: "inter-semiBold";
  color: #ffffff;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.03px;
  margin-bottom: 0;
}

.why-choose-inner img {
  max-width: 80px;
}

.about-testimonials {
  margin: 29px 0;
}

.explore-portfolios {
  padding: 100px 0;
}

.max-w-700 {
  max-width: 650px;
}

.load-more-btn .white-border-btn {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "inter-semiBold";
  padding: 10px 20px;
  border-radius: 8px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.03px;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.load-more-btn .white-border-btn svg {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s ease-in-out, max-height 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.white-border-btn:hover {
  border: 1px solid #FCA213;
  color: #FCA213;
  transition: all 0.3s ease-in-out;
}

.white-border-btn:hover svg {
  max-height: 25px;
  opacity: 1;
  animation: fadeInMove 0.3s ease-in-out forwards;
}

@keyframes fadeInMove {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }

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

.max-w-700 h2 {
  margin-bottom: 10px;
}

.max-w-700 p {
  color: rgba(255, 255, 255, 0.60);
  font-size: 15px;
  line-height: 24px;
}

.white-border-btn.see-all {
  flex-direction: unset;
}

.white-border-btn.see-all svg {
  opacity: 0;
  max-width: 0;
  transform: translateX(-16px) rotate(270deg);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, max-width 0.3s ease-in-out;
}

.white-border-btn.see-all:hover {
  border: 1px solid #FCA213;
  color: #FCA213;
  transition: all 0.3s ease-in-out;
}

.white-border-btn.see-all:hover svg {
  opacity: 1;
  max-width: 25px;
  transform: translateX(10px) rotate(270deg);
  animation: none;
}

.explore-slider {
  padding: 20px 20px 30px 20px;
  border-radius: 30px;
  background: #ffffff;
  height: 100%;
}

.explore-slider-main .item {
  height: 100%;
}

.explore-slider-main:hover .item {
  height: auto;
}

.explore-slider-main .item:hover .explore-slider {
  background: linear-gradient(142deg, #FFF 30.95%, #ADBEFF 78.02%);
  height: auto;
}

.img-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 21px;
}

.explore-slider-main {
  margin-top: 40px;
}

.explore-slider-main .owl-explore-slider .owl-stage-outer::before,
.explore-slider-main .owl-explore-slider .owl-stage-outer::after {
  display: none;
}

.explore-slider-main img {
  border-radius: 20px;
  max-height: 306px;
  max-width: 356px;
  object-fit: cover;
  transition: max-height 0.3s ease;
}

.explore-slider h3 {
  color: #07090E;
  font-size: 24px;
  line-height: 144%;
  margin: 0;
}

.explore-slider:hover img {
  max-height: 261px;
}

.explore-slider hr {
  margin: 12px 0;
  border: 0;
  border-bottom: 1px solid #07090E;
  opacity: 0.3;
  width: 100%;
}

.hide-show-box {
  opacity: 0;
  max-height: 0;
  transition: opacity 0.3s ease, max-height 0.3s ease, transform 0.3s ease;
}

.explore-slider:hover .hide-show-box {
  opacity: 1;
  max-height: unset;
  opacity: 1;
  transition: opacity 0.3s ease, max-height 0.3s ease, transform 0.3s ease;
}

.img-scale {
  width: 100%;
  position: relative;
  transition: opacity 0.3s ease;
}

.img-scale .content-btn {
  position: absolute;
  bottom: 15px;
  right: 15px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.explore-slider:hover .content-btn {
  opacity: 1;
}

.explore-slider .owl-theme .owl-dots,
.explore-slider .owl-theme .owl-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}

.explore-slider-main .owl-explore-slider .owl-stage {
  margin-bottom: 30px;
}

.left-letter .Unreal-text.about-us-letter {
  top: 52%;
  right: 0;
  left: auto;
  transform: translate(39%, 0%);
}


/* Solutions CSS */
.solutions-bg {
  background: url(../Images/solutions-bg.png) center center / cover no-repeat;
  padding: 66px 0;
}

.solutions-inner-section .left-letter .Unreal-text {
  top: 0;
  transform: translate(-49%, 36%);
}

.solutions-inner-section .my-60 {
  gap: 20px;
  margin-bottom: 0;
}

.solutions-inner-section .commitment-three-box {
  gap: 14px;
}

.solutions-inner-section .commitment-three-box .commitment-img-box {
  padding: 20px;
  gap: 44px;
}

.solutions-inner-section .commitment-three-box .commitment-img-box svg {
  margin-top: 33px;
}

.readymade {
  padding: 100px 0 246px;
}

.readymade .why-choose-box {
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  column-gap: 20px;
  row-gap: 40px;
}

.solutions-inner-section::before {
  bottom: 0;
  top: 235px;
}

.solutions-inner-section::after {
  bottom: 0;
  top: 287px;
}

.tailored-solution {
  padding: 90px 0 140px;
  background: #101C35;
  position: relative;
}

.tailored-solution .img-left {
  position: absolute;
  top: -186px;
  left: -50px;
}

.tailored-solution .img-right {
  position: absolute;
  top: -200px;
  right: -150px;
}

.tailored-solution h2 {
  max-width: 562px;
  margin: 0 auto;
  text-align: center;
}

.tailored-solution .tailored-slider-items {
  border-radius: 30px;
  background-color: #121F3A;
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
  height: 100%;
}

.tailored-solution .tailored-slider-items img {
  border-radius: 20px;
}

.tailored-slider-content h3 {
  font-family: "inter-semiBold";
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.03px;
  text-align: left;
}

.tailored-slider-content p {
  color: #8A96AE;
  font-size: 18px;
  line-height: 156%;
  letter-spacing: 0.027px;
  margin: 0;
}

.tailored-slider-content hr {
  margin: 12px 0;
  border: 0;
  border-bottom: 1px solid #243E74;
  opacity: 1;
  width: 55px;
}

.tailored-solution-slider {
  margin: 45px 0 67px;
}

.tailored-solution-slider .item {
  height: 100%;
}

.bespoke-title {
  flex: 0 0 710px;
  margin-bottom: 54px;
}

.bespoke-title h2 {
  max-width: 100%;
}

.tailored-solution p {
  color: #8A96AE;
  font-size: 18px;
  line-height: 156%;
  letter-spacing: 0.027px;
  margin: 0;
}

.bespoke-boxs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
}

.bespoke-inner-box {
  display: flex;
  padding: 35px 52px;
  flex-direction: column;
  align-items: flex-start;
  gap: 19px;
  flex: 1 0 0;
  align-self: stretch;
}

.bespoke-inner-box p {
  font-family: "inter-semiBold";
  color: #ffffff;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.03px;
}

.bespoke-boxs-boy {
  margin-bottom: -41px;
  position: relative;
}

.bespoke-inner-box:nth-child(1) {
  border-radius: 20px 0px 0px 0px;
  background: #2543C7;
  box-shadow: -42px -16px 140px 0px rgba(0, 0, 0, 0.49);
}

.bespoke-inner-box:nth-child(2) {
  background: #BC2A2A;
  box-shadow: -42px -16px 140px 0px rgba(0, 0, 0, 0.49);
  border-radius: 0;
}

.bespoke-inner-box:nth-child(3) {
  border-radius: 0px 20px 0px 0px;
  background: #C7902A;
  box-shadow: -42px -16px 140px 0px rgba(0, 0, 0, 0.49);
}

.bespoke-inner-box:nth-child(4) {
  background: #A84DB6;
  box-shadow: -42px -16px 140px 0px rgba(0, 0, 0, 0.49);
  border-radius: 0;
}

.bespoke-inner-box:nth-child(5) {
  background: #63994A;
  box-shadow: -42px -16px 140px 0px rgba(0, 0, 0, 0.49);
  border-radius: 0;
}

.bespoke-inner-box:nth-child(6) {
  background: #2F51C0;
  box-shadow: -42px -16px 140px 0px rgba(0, 0, 0, 0.49);
  border-radius: 0;
}

.bespoke-inner-box:nth-child(7) {
  border-radius: 0px 0px 0px 20px;
  background: #1985B4;
  box-shadow: -42px -16px 140px 0px rgba(0, 0, 0, 0.49);
}

.bespoke-inner-box:nth-child(8) {
  background: #6533DB;
  box-shadow: -42px -16px 140px 0px rgba(0, 0, 0, 0.49);
  border-radius: 0;
}

.bespoke-inner-box:nth-child(9) {
  border-radius: 0px 0px 20px 0px;
  background: #2C1D63;
  box-shadow: -42px -16px 140px 0px rgba(0, 0, 0, 0.49);
}

.proven-expertise {
  padding: 100px 0;
}

.proven-expertise-box {
  grid-template-columns: repeat(4, 1fr);
  display: grid;
  margin-top: 60px;
  overflow: hidden;
}

.proven-expertise-box>div {
  display: flex;
  padding: 40px 33px;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  align-self: stretch;
  background: #000;
  box-shadow: 69px -33px 120px 0px #07090E;
}

.proven-expertise-box>div p {
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
  margin: 0;
}

.Unreal-text3.solution-right {
  top: -130%;
}

.faq {
  padding: 100px 0;
}

.faq-grid {
  display: flex;
  align-items: start;
  gap: 124px;
}

.faq-title {
  flex: 0 0 292px;
}

.faq-title p {
  font-size: 24px;
  line-height: 34.56px;
  letter-spacing: 0px;
  color: #ffffff;
  margin: 0;
}

.faq-accordion {
  border-radius: 12px;
  border: 3px solid rgba(255, 255, 255, 4%);
  background-color: rgba(255, 255, 255, 4%);
  background-blend-mode: overlay;
  padding: 24px;
  color: #ffffff;
}

.faq-accordion .accordion .accordion-item:not(:last-child) {
  margin-bottom: 6px;
}

.faq-accordion .accordion-item,
.faq-accordion .accordion-button {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  color: #ffffff;
}

.faq-accordion button {
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.03px;
  font-family: "inter-semiBold";
  padding: 16px 24px;
}

.faq-accordion .accordion-header {
  border-radius: 8px;
}

.faq-accordion .accordion-header:hover {
  background: rgba(7, 9, 14, 0.50);
}

.faq-accordion .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 5L8 11L14 5'/%3E%3C/svg%3E");
}

.faq-shadow::after {
  border-radius: 445px;
  opacity: 0.5;
  background: #D1502F;
  filter: blur(200px);
  bottom: 100px;
  z-index: -1;
  width: 445px;
  height: 444px;
  right: -377px;
}

.faq-accordion .accordion-body {
  font-size: 15px;
  line-height: 24px;
}

.accordion-item:has(.accordion-button.collapsed) {
  background-color: transparent;
}

.accordion-item:has(.accordion-button) {
  background: rgba(7, 9, 14, 0.50);
  border-radius: 8px;
}


/* Portfolio Inner CSS */
.portfolio-inner-bg {
  background: url(../Images/poker-game-development-company.webp) center center / cover no-repeat;
  padding: 100px 0;
}
.portfolio-inner-bg1 {
  background: url(../Images/slot-game-development-company.webp) center center / cover no-repeat;
  padding: 0;
}
.portfolio-inner-bg2 {
  background: url(../Images/casino-game-development-company.webp) center center / cover no-repeat;
  padding: 0;
}
.portfolio-inner-bg3 {
  background: url(../Images/ludo-game-development-company.webp) center center / cover no-repeat;
  padding: 0;
}
.portfolio-inner-bg4 {
  background: url(../Images/shooter-game-development-company-army-action-scene.webp) center center / cover no-repeat;
  padding: 0;
}
.portfolio-inner-bg5 {
  background: url(../Images/arcade-game-development-company.webp) center center / cover no-repeat;
  padding: 0;
}
.portfolio-inner-bg6 {
  background: url(../Images/board-game-development-company.webp) center center / cover no-repeat;
  padding: 0;
}
.portfolio-inner-bg7 {
  background: url(../Images/kids-game-development-company.webp) center center / cover no-repeat;
  padding: 0;
}

.portfolio-inner-bg .gap-60,
.portfolio-inner-bg1 .gap-60 
.portfolio-inner-bg2 .gap-60
.portfolio-inner-bg3 .gap-60
.portfolio-inner-bg4 .gap-60
.portfolio-inner-bg5 .gap-60
.portfolio-inner-bg6 .gap-60
.portfolio-inner-bg7 .gap-60{
  gap: 20px;
}

.portfolio-inner-bg .number-box,
.portfolio-inner-bg1 .number-box,
.portfolio-inner-bg2 .number-box,
.portfolio-inner-bg3 .number-box,
.portfolio-inner-bg4 .number-box,
.portfolio-inner-bg5 .number-box,
.portfolio-inner-bg6 .number-box,
.portfolio-inner-bg7 .number-box {
  padding: 6px 22px;
  border-radius: 12px;
  border: 2px solid #292D33;
  background-color: #0D0F13;
  background-blend-mode: overlay;
  backdrop-filter: blur(30px);
}

.portfolio-inner-bg .number-box h2 span,
.portfolio-inner-bg1 .number-box h2 span,
.portfolio-inner-bg2 .number-box h2 span,
.portfolio-inner-bg3 .number-box h2 span,
.portfolio-inner-bg4 .number-box h2 span,
.portfolio-inner-bg5 .number-box h2 span,
.portfolio-inner-bg6 .number-box h2 span,
.portfolio-inner-bg7 .number-box h2 span {
  color: rgba(255, 255, 255, 0.20);
  background: #0D0F13 !important;
}

.tech-box {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.tech-box .sub-title-badge span {
  border-radius: 12px;
  border: 1px solid #292B35;
  background: rgba(77, 77, 77, 0.10);
  backdrop-filter: blur(10px);
  padding: 8px 20px;
  color: #ffffff;
  font-size: 18px;
  line-height: 156%;
}

.portfolio-bg.portfolio-inner-bg .number-box h2,
.portfolio-bg.portfolio-inner-bg1 .number-box h2,
.portfolio-bg.portfolio-inner-bg2 .number-box h2,
.portfolio-bg.portfolio-inner-bg3 .number-box h2,
.portfolio-bg.portfolio-inner-bg4 .number-box h2,
.portfolio-bg.portfolio-inner-bg5 .number-box h2,
.portfolio-bg.portfolio-inner-bg6 .number-box h2,
.portfolio-bg.portfolio-inner-bg7 .number-box h2 {
  margin-bottom: 4px !important;
}

.portfolio-inner-main::after {
  content: none;
}

.portfolio-inner-form {
  padding: 100px 0 0 !important;
}

.portfolio-inner-form h2 {
  max-width: 800px;
  margin: 0 auto;
}

.portfolio-inner-form .sub-title {
  margin: 20px auto 48px;
}

.portfolio-inner-form::before {
  bottom: unset;
  left: -138px;
  width: 492px;
  height: 492px;
  border-radius: 492px;
}

.portfolio-inner-form::after,
.client-success::before {
  background: #D1502F;
  top: -327px;
  right: -283px;
  width: 571px;
  height: 571px;
  border-radius: 571px;
}

.client-success::before {
  top: 327px;
}

.our-impact {
  padding: 100px 0;
}

.our-impact-content {
  max-width: 1020px;
  margin: 0 auto;
  text-align: center;
}

.our-impact-content p {
  font-size: 34px;
  line-height: 44.2px;
  letter-spacing: 0.25px;
  padding: 37px 0;
  margin: 0;
  color: #ffffff;
}

.our-impact .top-red-img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}

.our-impact .bottom-red-img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}

.technology-stacks {
  padding: 78px 0;
  background: #0E121C;
}

.gap-40 {
  gap: 40px;
}

.max-w-848 {
  max-width: 848px;
}

.technology-stacks .nav.nav-pills {
  display: flex;
  gap: 12px;
}

.technology-stacks .nav-pills .nav-link {
  background-color: #151B2A;
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  line-height: 144%;
  border-radius: 20px;
  padding: 10px 26px;
  border: 1px solid transparent;
  box-shadow: none;
}

.technology-stacks .nav-pills .nav-link.active {
  border: 1px solid #FCA213;
  background-color: rgba(252, 162, 19, 0.1);
}

.tech-logo {
  display: flex;
  gap: 12px;
}

.tech-logo>div {
  padding: 30px 10px;
  background-color: #1C2438;
  border: 2px solid #384870;
  display: grid;
  gap: 12px;
  max-width: 160px;
  width: 100%;
  border-radius: 20px;
  text-align: center;
}

.tech-logo>div p {
  color: #ffffff;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.15px;
  font-family: "inter-semiBold";
  margin-bottom: 0;
}

.technology-stacks .technology-stacks-img {
  position: absolute;
  top: -62px;
  right: 0;
}

.project-overview {
  padding: 100px 0;
}

.project-overview-grid {
  display: flex;
  gap: 60px;
}

.img-style img {
  border-radius: 20px;
}

.project-overview-content {
  flex: 0 0 604px
}

.project-overview-content h2 {
  margin-bottom: 33px;
}

.project-overview-content p {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #ffffff;
}

.project-overview-slider {
  margin-top: 60px;
}

.project-overview-slider img {
  border-radius: 20px;
}

.technology-stacks .left-letter .Unreal-text {
  top: -92%;
  left: 0;
  transform: translate(-41%, 0%);
  z-index: 0;
}

.portfolio-inner-right-text {
  top: -440px;
}


/* Solutions CSS */
.services-bg {
  background: url(../Images/services-bg.png) center center / cover no-repeat;
  padding: 66px 0;
}

.service-experince-section {
  margin-bottom: 0;
  padding: 80px 0;
}

.unleash-your-main {
  display: flex;
  gap: 27px;
  justify-content: space-between;
}

.our-unreal .max-w-700 p {
  max-width: 585px;
  color: #ffffff;
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 156%;
  letter-spacing: 0.027px;
}

.unleash-your .unleash-your-content {
  display: flex;
  gap: 30px;
  align-items: start;
  flex-direction: column;
  justify-content: center;
}

.unleash-your .unleash-your-content h2 {
  max-width: 487px;
}

.unleash-your .unleash-your-content p {
  color: #ffffff;
  font-size: 18px;
  line-height: 156%;
  letter-spacing: 0.027px;
  max-width: 541px;
}

.img-position {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0%, -50%);
  z-index: -1;
}

.unleash-your {
  padding: 200px 0;
}

.unleash-number {
  padding: 100px 0;
}

.unleash-number-content {
  display: flex;
  justify-content: space-around;
  gap: 26px;
}

.unleash-number-content .img-box {
  flex: 0 0 601px;
}

.unleash-number-content p {
  color: #ffffff;
  font-size: 24px;
  line-height: 144%;
  margin: 30px 0;
}

.unleash-number-content .img-box img {
  border-radius: 12px;
}

.unleash-your .left-letter .Unreal-text {
  top: -70%;
  left: 0;
  transform: translate(-39%, 0%);
  z-index: -1;
}


.our-unreal {
  padding: 80px 0;
}

.unleash-icon-div {
  display: grid;
  gap: 12px;
  place-items: start
}

.img-box>div {
  position: sticky;
  top: 150px;
}

.icon-box .icon-with-text {
  display: flex;
  gap: 20px;
  align-items: center;
}

.icon-box .icon-with-text h3 {
  color: #ffffff;
  font-size: 24px;
  line-height: 144%;
  margin: 0;
  font-family: "inter-regular";
  text-align: left;
}

.icon-box p {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
}

.unleash-icon-div {
  counter-reset: section;
}

.unleash-icon-div>div::before {
  counter-increment: section;
  content: counter(section);
  font-family: "inter-bold";
  color: #FFF;
  font-size: 80px;
  letter-spacing: -1.2px;
  opacity: 0.5;
  mix-blend-mode: overlay;
  position: absolute;
  right: 24px;
  top: -4px;
}

.unleash-icon-div>div {
  display: flex;
  padding: 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  border-radius: 12px;
  background: #0B0D13;
  position: relative;
}

.hover-expand {
  margin-top: 52px;
  padding: 20px;
  display: flex;
  gap: 18px;
}

.hover-expand>div {
  width: 16.66%;
  height: 417px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all ease 0.6s;
  transition: all ease 0.6s;
}

.hover-expand>div:hover {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.hover-expand>div .img-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.hover-expand>div .img-wrapper::before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.hover-expand>div .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}

.info {
  display: grid;
  gap: 10px;
  position: absolute;
  bottom: 0;
  padding: 20px 20px 40px;
  animation: fadeInMove 0.6s ease-in-out forwards;
}

.info h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  align-self: stretch;
  overflow: hidden;
  color: #ffffff;
  text-overflow: ellipsis;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.03px;
  margin: 0;
  transition: all ease-in-out 0.6s;
}

.hover-expand>div:hover .info h3 {
  animation: fadeInMove 1s ease-in-out forwards;
}

.info p {
  color: #FFF;
  font-size: 18px;
  line-height: 156%;
  letter-spacing: 0.027px;
  margin: 0;
  opacity: 0;
  max-height: 0;
  transition: opacity ease 0.6s, max-height ease 0.6s, transform ease 0.6s;
}

.hover-expand>div:hover .info p {
  opacity: 1;
  max-height: unset;
  opacity: 1;
  transition: opacity ease 0.6s, max-height ease 0.6s, transform ease 0.6s;
  animation: fadeInMove 1s ease-in-out forwards;
}

.why-choose .hero-section {
  display: grid;
  gap: 20px;
  max-width: 900px;
  padding: 80px 0 0;
}

.why-choose .hero-section p {
  margin: 0;
}

.why-choose-main {
  display: grid;
  gap: 30px;
}

.why-choose-boxs {
  display: flex;
  gap: 34px;
  max-width: 866px;
}

.why-choose-boxs .why-choose-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 17px;
  padding: 41px 20px;
  border-radius: 20px;
  border: 2px solid #0E121C;
  background: #06070B;
  backdrop-filter: blur(30px);
  min-width: 191px;
  width: 100%;
}

.why-choose-boxs .why-choose-icon p {
  color: #FFF;
  font-size: 18px;
  line-height: 134%;
  letter-spacing: 0.027px;
  margin: 0;
  text-align: center;
}

.why-choose-img {
  position: absolute;
  right: -20%;
  z-index: -1;
}

.why-choose-us.our-expertise {
  padding: 100px 0 !important;
}

.our-expertise-character {
  max-width: 416px;
}

.our-expertise-slider {
  max-width: 763px;
}

.our-expertise-slider p {
  color: #ffffff;
  font-size: 24px;
  line-height: 144%;
  margin: 12px 0 30px;
}

.our-expertise-icon {
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.70);
  height: 100%;
  display: flex;
  padding: 20px 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 29px;
}

.our-expertise-icon p {
  color: #ffffff;
  font-size: 18px;
  line-height: 156%;
  letter-spacing: 0.027px;
  text-align: center;
}

.our-expertise-icon img {
  max-width: 90px;
}

.owl-our-expertise .owl-stage-outer {
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.02);
  padding: 8px;
}

.our-expertise .bottom-red-img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.our-expertise .top-red-img {
  top: 0;
  position: absolute;
}

.owl-our-expertise .owl-stage,
.tailored-solution-slider .owl-stage {
  display: flex;
}

.owl-our-expertise .owl-item,
.tailored-solution-slider .owl-item {
  display: grid;
}

.client-success {
  padding: 100px 0;
}

.client-success .client-slider-m-container {
  margin-bottom: 100px;
}

.client-success-main {
  display: flex;
  gap: 23px;
  margin-bottom: 53px;
}

.client-success-main h2 {
  margin-bottom: 12px;
}

.client-success-main p {
  color: #ffffff;
  font-size: 18px;
  line-height: 156%;
  letter-spacing: 0.027px;
  margin: 0;
}

.client-success-slider-img {
  flex: 0 0 551px;
}

.client-success-slider-img img {
  border-radius: 20px;
}

.client-success-slider .owl-stage-outer {
  border: 3px solid rgba(255, 255, 255, 4%);
  background: rgba(255, 255, 255, 4%);
  border-radius: 33px;
}

.client-success-content-main {
  gap: 52px;
  padding: 52px 58px;
  align-items: center;
}

.client-success-content {
  display: grid;
  gap: 40px;
  place-items: start;
}

.client-success-content h5 {
  font-size: 34px;
  line-height: 130%;
  letter-spacing: 0.085px;
  font-family: "inter-regular";
}

.client-success-content p {
  color: #ffffff;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 12px;
}

.mobile-number-box {
  gap: 12px;
}

.client-success-content .number-box {
  border-radius: 12px;
  background-blend-mode: overlay;
  display: flex;
  padding: 6px 22px;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  background-color: rgb(255 255 255 / 4%);
}

.client-success-content .number-box h2 {
  font-size: 34px;
  line-height: 44.2px;
  letter-spacing: 0.25px;
  color: #FCA213;
  margin-bottom: 4px
}

.client-success-content .number-box h2 span {
  color: rgba(255, 255, 255, 0.20);
}

.client-success-content .number-box p {
  margin: 0;
}

.client-success .portfolio-inner-right-text {
  top: 20px;
}

/* Blog CSS */
.blog-bg {
  background: url(../Images/blog-bg.png) center center / cover no-repeat !important;
  padding: 100px 0;
}

.blog-list .blog-category {
  padding: 50px 0;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.blog-category>span {
  background: #151B2A;
  padding: 10px 26px;
  font-size: 24px;
  line-height: 34.56px;
  letter-spacing: 0px;
  border-radius: 20px;
  color: #ffffff;
  display: inline-block;
  ;
  border: 1px solid transparent;
}

.blog-category .active {
  border: 1px solid #FCA213;
  background-color: rgba(252, 162, 19, 0.1);
}

.blog-list-box {
  display: grid;
  row-gap: 60px;
  column-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}

.blog-img-box {
  padding: 16px 16px 24px;
  border-radius: 24px;
  border: 2px solid transparent;
  display: grid;
  gap: 16px;
  transition: all 0.3s ease-in;
  cursor: pointer;
}

.blog-img-box:hover {
  background: #0E121C;
  border: 2px solid #1C2438;
}

.blog-image-wrapper {
  overflow: hidden;
  max-width: 364px;
  border-radius: 20px;
  margin: 0 auto;
}

.blog-img-box img {
  transform: scale(1);
  transition: transform 500ms ease-in-out;
}

.blog-img-box:hover img {
  transform: scale(1.06);
}

.blog-content {
  display: grid;
  gap: 4px;
}

.blog-content h6 {
  font-family: "inter-semiBold";
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.15px;
  margin: 0;
}

.blog-content p {
  margin: 0;
  font-size: 18px;
  line-height: 28.08px;
  letter-spacing: 0.15px;
  color: #FCA213;
}

.blog-content .dark-p {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  color: rgba(255, 255, 255, 0.6);
}

.pagination {
  margin: 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.blog-arrow-rotate {
  transform: rotate(180deg);
}

.pagination .number-box {
  border-radius: 8px;
  padding: 4px 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  font-size: 22px;
}

.pagination .number-box.active {
  border: 1px solid #FCA213;
  color: #FCA213;
  font-family: "inter-semiBold";
}

.blog-list .Unreal-text3 {
  top: 36%;
  z-index: 0;
}

.blog-inner-bg .hero-section {
  flex: 0 0 802px;
}

.blog-inner-bg {
  background: url(../Images/blog-inner-bg.png) center center / cover no-repeat !important;
}

.auther-img {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 30px 0;
}

.auther-img img {
  max-width: 54px;
}

.auther-img .auther-text h3 {
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.15%;
  font-family: "inter-semiBold";
  margin: 0;
  color: #ffffff;
}

.auther-img .auther-text p,
.blog-date {
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  color: rgba(222, 209, 235, 0.62) !important;
  margin: 0;
}

.blog-inner-content {
  padding: 100px 0;
}

.blog-big-text {
  gap: 60px;
}

.long-content {
  flex: 0 0 916px;
  color: #ffffff;
}

.long-content h3 {
  font-size: 34px;
  line-height: 44.2px;
  letter-spacing: 0.25px;
  margin-bottom: 10px;
}

.long-content p {
  font-size: 18px;
  line-height: 34px;
}

.blog-content-img {
  margin: 60px 0;
}

.blog-content-img img {
  border-radius: 20px;
}

.mb-60 {
  margin-bottom: 60px;
}

.blog-inner-content .Unreal-text3 {
  top: 24%;
}

.subscribe-to {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 69px;
}

.subscribe-form {
  display: grid;
  gap: 30px;
  place-items: start;
}

.form-style {
  display: grid;
  gap: 20px;
}

.form-style .form-control {
  background: rgba(255, 255, 255, 6%);
}

.subscribe-form-main .portfolio-inner-form::before {
  content: none;
}

.right-bar {
  position: sticky;
  top: 130px;
}

.table-of-content .top-title {
  font-family: "inter-semiBold";
  color: #FCA213;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.15px;
  margin-bottom: 0.5rem;
}

.table-of-content ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 310px;
  overflow: auto;
}

.table-of-content ul::before {
  content: '';
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  width: 1px;
  height: 310px;
  right: 3px;
  z-index: -1;
}

.table-of-content ul::-webkit-scrollbar {
  width: 7px;
}

.table-of-content ul::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}

.table-of-content ul::-webkit-scrollbar-thumb {
  background: #FCA213;
  border-radius: 10px;
}

.table-of-content ul::-webkit-scrollbar-thumb:hover {
  background: #ff9800;
}

.table-of-content ul li {
  padding: 12px;
  color: #FFFFFF;
  font-size: 15px;
  line-height: 24px;
}

.let-s-build {
  border: 1px solid #FCA213;
  border-radius: 20px;
  padding: 16px;
  margin-top: 40px;
}

.let-s-build img {
  border-radius: 12px;
}

.let-s-build p {
  margin: 20px 0;
  color: #ffffff;
  font-family: "inter-semiBold";
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.15%;
  text-align: center;
}

.why-choose-us.similar-blogs h2 {
  margin-bottom: 60px;
}

.similar-blogs {
  padding-bottom: 0 !important;
}

.similar-blogs .blog-list-box {
  gap: 20px !important;
}

.similar-blogs .portfolio-inner-right-text {
  top: -70%;
  right: 0;
  z-index: 0;
}


@media (min-width: 1444px) {

  .explore-slider-main .owl-nav .owl-prev,
  .owl-our-expertise .owl-nav .owl-prev,
  .client-success-slider .owl-nav .owl-prev {
    left: -90px;
  }

  .explore-slider-main .owl-nav .owl-next,
  .owl-our-expertise .owl-nav .owl-next,
  .client-success-slider .owl-nav .owl-next {
    right: -90px;
  }

  .explore-slider-main .owl-nav .owl-prev,
  .explore-slider-main .owl-nav .owl-next,
  .owl-our-expertise .owl-nav .owl-prev,
  .owl-our-expertise .owl-nav .owl-next,
  .client-success-slider .owl-nav .owl-prev,
  .client-success-slider .owl-nav .owl-next {
    top: 30%;
  }

  .explore-slider-main .owl-theme .owl-nav {
    position: absolute;
    top: 130px;
    left: 0;
    right: 0;
  }

  .owl-our-expertise .owl-nav {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
  }

  .client-success-slider .owl-nav {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
  }
}

@media (max-width: 1444px) {
  .about-main-title .about-text {
    flex: 0 0 500px;
  }

  .about-main-title img {
    max-width: 800px;
  }
}

@media screen and (min-width:1200px) and (max-width:1740px) {
  .case-studies-slider-box {
    width: 100%;
    min-width: unset;
  }

  .case-studies-content {
    max-width: 350px;
  }

  .case-studies-slider-box h2 {
    font-size: 40px;
    line-height: normal;
  }
}

@media screen and (min-width:1200px) and (max-width: 1350px) {
  .img-position {
    max-width: 700px;
  }

  .unleash-your {
    padding: 100px 0;
  }
}

@media screen and (min-width:1350px) and (max-width: 1600px) {
  .img-position {
    max-width: 900px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1228px !important;
    padding: 0;
  }
}

@media (max-width: 1400px) {
  .tailored-solution .img-right {
    right: -90px;
  }
}

@media (max-width: 1250px) {
  .container {
    padding: 0 16px !important;
  }
}

@media (max-width: 1199px) {
  .services-section .owl-theme .owl-nav .owl-prev {
    left: 30%;
  }

  .services-section .owl-theme .owl-nav .owl-next {
    right: 30%;
  }

  .review-section .review-card {
    padding: 20px !important;
  }

  .review-card p {
    text-align: unset;
    font-size: 14px;
    line-height: 20px;
  }

  .form-section {
    padding: 0 0 92px 0;
  }

  .case-studies-slider-box {
    width: 100%;
    min-width: unset;
  }

  .selected-section {
    padding: 94px 0px 200px;
  }

  .owl-carousel1 .owl-stage-outer::before,
  .owl-carousel1 .owl-stage-outer::after {
    width: 300px;
  }

  .form-section .form-details {
    position: relative;
    z-index: 1;
  }

  .form-section .form-details .form-control {
    position: relative;
    z-index: 2;
  }

  .form-section::after {
    top: 0;
  }

  .contact-us-content .contact-us-details {
    margin-right: 0;
  }

  .portfolio-bg .hero-section h1,
  .portfolio-bg .hero-section h2 {
    font-size: 44px;
  }

  .portfolio-main-bg {
    gap: 50px;
  }

  .portfolio-bg .hero-section {
    flex: 0 0 500px;
  }

  .gap-60 {
    gap: 30px;
  }

  .portfolio-blue {
    gap: 40px;
  }

  .portfolio-blue img {
    max-width: 400px;
  }

  .portfolio-list-content>div h2,
  .rating-box>div h3 {
    font-size: 28px;
  }

  .portfolio-list-content>div p {
    font-size: 14px;
  }

  .portfolio-list-content {
    gap: 20px;
  }

  .about-us {
    margin-bottom: 50px;
  }

  .mission-vision,
  .our-commitment,
  .tailored-solution {
    padding: 50px 0 !important;
  }

  .about-main-title {
    margin-bottom: 50px;
  }

  .about-main-title p {
    font-size: 20px;
    line-height: 34px;
  }

  .about-main-title .about-text {
    flex: 0 0 400px;
  }

  .about-main-title img {
    max-width: 600px;
  }

  .game-approach h2,
  .game-approach h3 {
    font-size: 28px;
  }

  .mission-vision-box {
    padding: 30px;
  }

  .game-approach {
    flex: 100%;
  }

  .gap-60-other {
    gap: 20px;
  }

  .exclusive-benefits {
    column-gap: 20px;
    row-gap: 40px;
  }

  .img-with-text h3 {
    font-size: 18px;
  }

  .explore-slider h3 {
    font-size: 22px;
  }

  .tailored-solution .img-right {
    right: -100px;
  }

  .readymade {
    padding: 100px 0 150px;
  }

  .proven-expertise-box {
    grid-template-columns: repeat(2, 1fr);
  }

  .faq-grid {
    gap: 60px;
  }

  .faq-accordion button {
    font-size: 18px;
  }

  .portfolio-inner-main {
    padding: 0 !important;
  }

  .our-impact.why-choose-us {
    padding: 60px 0 !important;
  }

  .our-impact-content p {
    font-size: 30px;
    padding: 0 0 37px;
  }

  .our-impact .content-btn {
    width: auto;
  }

  .tech-logo>div {
    padding: 22px 10px;
  }

  .project-overview-grid {
    gap: 20px;
    align-items: end;
  }

  .project-overview-content {
    flex: 0 0 450px;
  }

  .project-overview-content p {
    font-size: 16px;
  }

  .img-position {
    max-width: 500px;
  }

  .unleash-your {
    padding: 50px 0;
  }

  .unleash-number-content,
  .client-success-content-main {
    flex-direction: column;
  }

  .unleash-number-content .img-box,
  .client-success-slider-img {
    flex: 100%;
  }

  .why-choose .hero-section,
  .why-choose-boxs {
    max-width: 500px;
  }

  .why-choose-boxs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .our-expertise-slider {
    max-width: 500px;
  }

  .our-expertise .owl-nav .owl-prev {
    left: 0;
  }

  .owl-our-expertise .owl-nav .owl-next {
    right: 0;
  }

  .blog-category>span {
    font-size: 18px;
    padding: 6px 20px;
  }

  .long-content {
    flex: 0 0 600px;
  }

  .why-choose-us.similar-blogs h2 {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {

  .red-shadow-top,
  .red-shadow-bottom {
    display: none;
  }
}

@media (min-width: 991px) {
  .navbar-expand-lg .navbar-nav .dropdown-menus {
    position: absolute;
    right: 0;
    left: 0;
    top: 94px;
    max-width: 1228px;
    margin: 0 auto;
    border-radius: 0px 0px 12px 12px;
    padding: 0;
    background: linear-gradient(92deg, #FFF -20.42%, #ADBEFF 188.8%);
    border: 0;
    border-left: 11px solid #FCA213;
  }

  .mega-menu-icon {
    padding: 36px 22px;
    width: 100%;
  }

  .ul-mega-menu-icon {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }

  .ul-mega-menu-icon .header-icon-box:hover {
    color: #ff0000;
  }

  .mega-menu-icon .header-icon-box {
    border: 1px solid #ff0000;
    padding: 10px;
    display: flex;
    gap: 10px;
    align-items: center;
    border-radius: 8px;
    font-size: 18px;
    line-height: 28.08px;
    letter-spacing: 0.15px;
    transition: all 0.3s ease-in;
    color: rgba(7, 9, 14, 0.8);
  }

  .mega-menu-icon .header-icon-box span {
    max-width: 120px;
  }

  .mega-menu,
  .on-hover-open {
    padding: 36px 0 22px 39px;
  }

  .mega-content ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    min-width: 330px;
    width: 100%;
  }

  .mega-content li {
    padding: 12px 16px;
    font-size: 18px;
    line-height: 28.08px;
    letter-spacing: 0.15px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
  }

  .mega-content li:hover {
    background: #ffffff;
  }

  .mega-content li:hover a {
    color: rgba(255, 0, 0, 1);
  }

  .mega-content li:hover svg path {
    stroke-width: 2px;
    stroke: #F00;
    stroke-opacity: 1;
  }

  .mega-content li a {
    color: rgba(7, 9, 14, 0.8);
  }

  .right-images {
    width: 387px;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.50);
    padding: 20px 0;
  }

  .right-images img {
    width: 200px;
  }

  .on-hover-open {
    display: none;
  }

  .on-hover-open.active {
    display: block;
  }

  .contact-us-content hr {
    margin: 34px 0;
  }
}

@media (max-width: 991px) {
  .sticky-top {
    position: fixed;
    width: 100%;
  }

  .navbar-brand img {
    max-width: 90px;
  }

  .navbar-collapse {
    max-height: 400px;
    overflow: auto;
    margin-top: 20px;
  }

  .nav-item:has(.dropdown-toggle.show) {
    background-color: rgba(0, 0, 0, 0.5) !important;
    border-radius: 20px;
  }

  .navbar-nav .dropdown-menu {
    background: transparent;
    color: #ffffff;
    padding: 0;
  }

  .navbar-nav .dropdown-menu {
    border: 0;
  }

  .navbar-nav .dropdown-menu .dropdown-item {
    color: #ffffff;
    padding: 12px 20px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.15px;
  }

  .nav-link.dropdown-toggle img {
    transform: scaleY(1) !important;
  }

  .nav-link.dropdown-toggle.show img {
    transform: scaleY(-1) !important;
  }

  main {
    margin-top: 70px;
  }

  .services-section .owl-theme .owl-nav .owl-prev,
  .services-section .owl-theme .owl-nav .owl-next,
  .project-section .owl-theme .owl-nav .owl-prev,
  .project-section .owl-theme .owl-nav .owl-next,
  .owl-carousel1 .owl-nav .owl-prev,
  .owl-carousel1 .owl-nav .owl-next,
  .owl-explore-slider .owl-nav .owl-prev,
  .owl-explore-slider .owl-nav .owl-next,
  .header-red-line,
  .mission-vision::after,
  .our-commitment::after,
  .client-success-slider .owl-nav .owl-prev,
  .client-success-slider .owl-nav .owl-next {
    display: none !important;
  }

  .review-section,
  .project-section,
  .services-section {
    margin: 54px 0 !important;
  }

  .proven-expertise,
  .explore-portfolios,
  .explore-portfolios,
  .why-choose-us.our-expertise,
  .client-success,
  .blog-inner-content {
    padding: 54px 0 !important;
  }

  .contact-us-section {
    padding: 60px 0 0 !important;
  }

  .navbar {
    background-color: rgba(0, 0, 0, 0.35) !important;
    backdrop-filter: blur(120px);
  }

  .main-title {
    font-size: 36px;
    line-height: 48px;
  }

  .owl-carousel1 .owl-stage,
  .owl-explore-slider .owl-stage {
    margin-bottom: 0;
  }

  .client-success .client-slider-m-container {
    margin-bottom: 0 !important;
  }

  .owl-theme .owl-nav {
    margin-top: 0;
  }

  .review-section h2,
  .selected-section h2,
  .contact-us-content .contact-us-details h2 {
    margin-bottom: 20px;
  }

  .review-card hr {
    margin: 20px 0;
  }

  .case-studies .owl-stage-outer {
    padding-bottom: 10px;
  }

  .case-studies-slider-box {
    flex-direction: column-reverse;
  }

  .case-studies-content {
    max-width: unset;
    width: auto;
    margin: 0;
  }

  .case-studies-slider-box h2 {
    font-size: 30px;
    margin: 0;
  }

  .contact-us-section .contact-us-content {
    gap: 60px
  }

  .selected-option .option-title p {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .option-title img {
    position: relative;
    top: 4px;
  }

  .selected-section .selected-option {
    gap: 20px;
  }

  .selected-section h2 {
    margin-bottom: 50px;
  }

  .owl-carousel1 .owl-stage-outer::before,
  .owl-carousel1 .owl-stage-outer::after {
    width: 200px;
  }

  .form-section::after {
    top: 0;
  }

  .contact-us-contents h1 {
    font-size: 64px !important;
    max-width: 300px;
    line-height: 77.45px;
  }

  .contact-us-content-main,
  .portfolio-main-bg {
    flex-direction: column-reverse;
    gap: 0;
  }

  .portfolio-bg {
    background: none;
  }

  .portfolio-bg .hero-section,
  .faq-title {
    flex: 100%;
  }

  .portfolio-bg .hero-section {
    margin-top: -40px !important;
    position: relative;
    z-index: 1;
    top: 0;
  }

  .portfolio-blue {
    flex-direction: column;
  }

  .portfolio-list-block {
    gap: 40px;
  }

  .portfolio-slider p {
    font-size: 20px;
    margin: 20px 0 20px
  }

  .portfolio-slider .hero-section {
    margin-bottom: 50px;
  }

  .about-number p {
    font-size: 20px;
  }

  .about-number .count {
    font-size: 64px;
  }

  .about-number {
    flex: 0 0 192px;
  }

  .column-gap-40 {
    column-gap: 20px;
  }

  .about-main-title .about-text {
    flex: 100%;
    margin-bottom: 50px;
  }

  .about-main-title img {
    max-width: 100%;
  }

  .mission-vision .gap-20,
  .img-with-text {
    gap: 10px;
  }

  .mission-vision-box {
    padding: 20px;
  }

  .gap-60-other {
    gap: 40px;
  }

  .game-approach h2,
  .game-approach h3 {
    font-size: 24px;
  }

  .exclusive-benefits>div h5,
  .explore-slider h3 {
    font-size: 18px;
  }

  .commitment-three-box .commitment-img-box p,
  .exclusive-benefits>div p {
    font-size: 16px;
  }

  .why-choose-inner {
    border: 3px solid #1C2438;
    background-color: #0E121C;
    background-blend-mode: overlay;
  }

  .explore-slider:hover .hide-show-box,
  .explore-slider:hover .content-btn,
  .explore-slider hr {
    display: none;
  }

  .explore-slider-main .item:hover .explore-slider {
    background: #ffffff;
  }

  .img-title {
    gap: 12px;
  }

  .explore-slider {
    padding: 16px;
  }

  .explore-slider h3 {
    font-family: "inter-semiBold"
  }

  .explore-slider-main .owl-explore-slider .owl-stage {
    margin-bottom: 0;
  }

  .explore-slider-main .content-btn {
    width: 100%;
    text-align: center;
    padding: 9px 26px !important;
    border-radius: 12px !important;
    font-size: 16px;
  }

  .explore-slider-main .content-btn:hover::before {
    background: none;
    height: 0;
    width: 0;
  }

  .solutions-bg,
  .portfolio-inner-bg,
  .services-bg {
    padding: 0;
  }

  .readymade .why-choose-box {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
  }

  .solutions-inner-section::before {
    bottom: 0;
    top: unset;
    left: auto;
    right: 0;
  }

  .solutions-inner-section::after {
    bottom: 0;
    top: 0;
    left: 0;
  }

  .tailored-solution .img-right,
  .tailored-solution .img-left,
  .bespoke-boxs-boy,
  .technology-stacks .technology-stacks-img,
  .hover-expand>div:hover .info p {
    display: none;
  }

  .readymade {
    padding: 70px 0;
  }

  .bespoke-inner-box {
    padding: 20px 20px;
  }

  .bespoke-inner-box p,
  .faq-title p {
    font-size: 16px;
  }

  .bespoke-boxs img {
    max-width: 60px;
  }

  .faq-grid,
  .subscribe-to,
  .blog-big-text {
    flex-direction: column;
  }

  .faq-grid {
    gap: 20px;
  }

  .why-choose-us.faq {
    padding: 50px 0 20px !important;
  }

  .portfolio-inner-form {
    padding: 78px 0 0 !important;
  }

  .portfolio-inner-main .why-choose-us.faq {
    padding: 0 0 54px !important;
  }

  .tech-logo {
    flex-wrap: wrap;
  }

  .tech-logo>div {
    max-width: 128px;
  }

  .technology-stacks .nav-pills .nav-link {
    font-size: 16px;
    padding: 10px 16px;
    border-radius: 12px;
  }

  .gap-40 {
    gap: 30px;
  }

  .project-overview-content,
  .long-content {
    flex: 100%;
  }

  .project-overview-grid,
  .client-success-main {
    flex-direction: column;
  }

  .project-overview-grid {
    align-items: start;
  }

  .unleash-your-main {
    flex-direction: column-reverse;
  }

  .img-position {
    max-width: 500px;
    position: unset;
    transform: unset;
    margin: 0 auto;
  }

  .unleash-your {
    padding: 0 0 54px !important;
  }

  .unleash-your-main {
    gap: 0;
  }

  .hover-expand>div {
    width: 100%;
    height: 200px;
  }

  .hover-expand {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 0;
  }

  .info {
    display: unset;
    padding: 16px;
  }

  .info h3 {
    font-size: 16px;
    -webkit-line-clamp: none;
    animation: none;
  }

  .why-choose .hero-section,
  .why-choose-boxs {
    max-width: 100%;
  }

  .why-choose-img {
    position: unset;
  }

  .why-choose .hero-section {
    padding: 0;
    margin-top: -100px !important;
    top: 0;
  }

  .our-expertise-slider,
  .our-expertise-character {
    max-width: 100%;
  }

  .our-expertise .bottom-red-img,
  .our-expertise .top-red-img {
    left: 0;
    right: 0;
  }

  .blog-list .blog-category {
    padding: 50px 0 20px;
  }

  .blog-list-box {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .blog-category>span {
    font-size: 16px;
    padding: 2px 16px;
  }

  .blog-inner-bg {
    padding: 100px 0 0 !important;
  }

  .long-content h3 {
    font-size: 26px;
    line-height: normal;
  }

  .long-content p {
    font-size: 16px;
  }

  .blog-content-img {
    margin: 20px 0;
  }

  .mb-60 {
    margin-bottom: 30px;
  }

  .long-content .why-choose-us {
    padding: 0 !important;
  }

  .blog-big-text {
    gap: 20px;
  }

  .copy-footer {
    margin-bottom: 40px;
  }

}

@media (max-width: 767px) {

  .container,
  .portfolio-inner-bg .hero-section,
  .portfolio-inner-bg1 .hero-section,
  .portfolio-inner-bg2 .hero-section,
  .portfolio-inner-bg3 .hero-section,
  .portfolio-inner-bg4 .hero-section,
  .portfolio-inner-bg5 .hero-section,
  .portfolio-inner-bg6 .hero-section,
  .portfolio-inner-bg7 .hero-section,
  .services-bg .hero-section {
    padding: 0 16px !important;
  }

  .hero-banner .owl-carousel .item img:first-child {
    height: 377px;
  }

  .hero-section {
    margin-top: -400px !important;
  }

  .hero-section h1,
  .hero-section h2 {
    margin: 16px 0;
  }

  .portfolio-bg .tech-box .sub-title-badge{
    margin: 0;
  }

  .hero-section .sub-title-badge span {
    padding: 6px 12px;
    font-size: 13px;
    font-family: "inter-regular";
  }

  .hero-section h1 span,
  .hero-section h1,
  .hero-section h2 span,
  .hero-section h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 43.57px;
  }

  .tech-box .sub-title-badge span{
    font-size: 16px;
  }

  .hero-section p {
    margin: 16px 0 20px;
    color: rgba(255, 255, 255, 0.6);
  }

  .services-section .owl-carousel .owl-stage-outer {
    margin: 20px 0 0;
  }

  .swiper-card .card-body h3 {
    font-family: "inter-semiBold";
    font-size: 16px;
    line-height: 22.4px;
    letter-spacing: 0.15px;
    margin-bottom: 10px;
  }

  .swiper-card .card-body p {
    font-family: "inter-regular";
    color: rgba(7, 9, 14, 1);
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.15px;
  }

  .selected-section {
    padding: 60px 0
  }

  .selected-option .option-title p,
  .content-btn {
    font-size: 16px !important;
  }

  .selected-section h2 {
    margin-bottom: 20px;
  }

  .client-slider-m-container {
    padding: 0 !important;
  }

  .services-section .swiper-card {
    padding: 12px;
  }

  .form-details .form-grid {
    display: flex;
    flex-direction: column;
  }

  .form-section .form-details {
    padding: 20px !important;
  }

  .review-section .owl-item .review-card {
    border-radius: 20px;
    border: none;
    border: 3px solid #1C2438;
    border-radius: 20px;
    background: #0E121C;
    padding: 50px;
  }


  .contact-us-section .bg-text,
  .Unreal-text,
  .Unreal-text1,
  .Unreal-text3,
  .circle1,
  .circle2,
  .circle3,
  .circle4,
  .circle5 {
    display: none;
  }

  .red-shadow-top,
  .red-shadow-bottom {
    display: block;
    left: 50%;
    transform: translate(-50%);
    top: 0;
    position: absolute;
  }

  .red-shadow-bottom {
    bottom: 0;
    top: unset;
  }

  .form-section .sub-title {
    max-width: 100% !important;
    width: 100% !important;
    text-align: left !important;
  }

  .form-section h2 {
    text-align: left !important;
    line-height: 48px;
  }

  .form-section p {
    color: rgba(255, 255, 255, 0.6) !important;
    line-height: 26px;
  }

  .my-35 {
    margin: 20px 0;
  }

  .my-35 label {
    font-size: 13px;
    line-height: 20px;
  }

  .footer-bottom-link {
    gap: 14px;
  }

  .copy-footer {
    margin-bottom: 30px;
  }

  .owl-carousel1 .owl-stage-outer::before,
  .owl-carousel1 .owl-stage-outer::after,
  .owl-explore-slider .owl-stage-outer::before,
  .owl-explore-slider .owl-stage-outer::after {
    content: none;
  }

  .review-section .review-card {
    padding: 30px;
  }

  .review-card p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.15px;
  }

  .card-footer img {
    min-width: 40px;
  }

  .profile-title .name {
    font-size: 16px;
    line-height: 26px;
  }

  .profile-title p {
    line-height: 24px;
  }

  .form-section .form-details .form-control {
    padding: 12px !important;
  }

  .phone-call span {
    margin-right: 14px;
  }

  .footer-section a.phone-call {
    font-size: 18px;
    line-height: 21.78px;
    letter-spacing: 0.15px;
  }

  footer .footer-section .description {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.15px;
    max-width: 256px;
    margin: 24px 0 16px;
  }

  .gap-34 {
    margin-top: 24px;
    gap: 30px;
  }

  .gap-34 img {
    width: 26px;
  }

  .footer-section p {
    margin: 37px 0 16px;
  }

  .case-studies-slider-box h2 {
    font-size: 16px;
    line-height: 22.4px;
    letter-spacing: 0.15px;
    margin-bottom: 12px;
    font-weight: 600;
  }

  .case-studies-slider-box p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.15px;
    color: rgba(255, 255, 255, 0.6)
  }

  .case-studies-img img {
    height: auto;
  }

  .content-btn {
    width: 100%;
    text-align: center;
    padding: 9px 26px !important;
    border-radius: 12px !important;
  }

  .content-btn:hover::before {
    background: none;
    height: 0;
    width: 0;
  }

  .selected-option .option-title p {
    margin-bottom: 29px !important;
  }

  .selected-option .option-title p.mb-0 {
    margin-bottom: 0 !important;
  }

  .selected-section .selected-option {
    gap: 29px;
  }

  .contact-us-section .contact-us-content {
    gap: 20px;
  }

  .form-section::before,
  .form-section::after {
    right: 0;
    bottom: 0;
    top: auto;
  }

  .form-section::before {
    top: 0;
  }

  .contact-us-contents p,
  .hero-section .sub-title-badge span {
    font-size: 16px;
  }

  .contact-us-contents hr {
    margin: 30px 0;
  }

  .contact-info>div {
    margin: 12px 0;
    gap: 20px;
  }

  .mt-80 {
    margin-top: 54px;
  }

  .contact-us-form .sub-title {
    margin: 14px 0 20px;
  }

  input[type="checkbox"]+.box:after {
    margin-top: -16px;
  }

  input[type="checkbox"]:checked+.box:before {
    left: 12px;
    top: 6px;
  }

  .portfolio-bg .hero-section {
    margin: 24px 0;
  }

  .portfolio-bg .hero-section h1,
  .portfolio-bg .hero-section h2 {
    font-size: 36px;
    line-height: normal;
  }

  .portfolio-bg .hero-section p {
    margin: 16px 0;
    color: rgba(255, 255, 255, 0.6);
  }

  .gap-60 {
    gap: 0;
  }

  .mobile-number-box {
    margin: 24px 12px;
    margin-bottom: 16px;
  }

  .pagination {
    gap: 10px;
  }

  .pagination .number-box {
    display: flex;
    align-items: center;
    gap: 30px;
  }

  .portfolio-bg .number-box h2,
  .about-number .count {
    background: rgb(255, 255, 255);
    background: linear-gradient(142deg, #FFF 30.95%, #ADBEFF 78.02%);
    margin-bottom: 0 !important;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "inter-Medium";
    font-weight: 700;
    font-size: 48px;
    line-height: 58.09px;
  }

  .portfolio-bg .number-box p {
    font-size: 16px;
    line-height: 22.4px;
    letter-spacing: 0.15px;
    color: #FCA213;
    margin: 0;
  }

  .portfolio-bg .border-margin {
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    margin: 20px 0;
    width: 100%;
  }

  .portfolio-blue {
    padding: 24px;
    gap: 20px;
  }

  .portfolio-list-content>div {
    gap: 16px;
  }

  .rating-box {
    gap: 12px !important;
  }

  .portfolio-blue img {
    max-width: 100%;
  }

  .portfolio-list-content>div h2,
  .rating-box>div h3 {
    font-size: 24px;
  }

  .rating-box>div {
    padding: 6px 12px;
  }

  .portfolio-list-content>div p {
    font-size: 13px;
    line-height: 20px;
  }

  .portfolio-list-block {
    gap: 20px;
  }

  .portfolio-list-content .content-btn,
  .portfolio-slider .content-btn,
  .unleash-your .unleash-your-content .content-btn,
  .client-success-slider .content-btn {
    width: unset;
  }

  .portfolio-slider {
    margin: 24px 0;
  }

  .portfolio-slider p,
  .proven-expertise-box>div p {
    font-size: 16px;
  }

  .portfolio-list-block {
    margin-bottom: 78px;
  }

  .portfolio-slider .hero-section {
    top: 0;
  }

  .portfolio-slider .hero-section {
    margin-top: -350px !important;
  }

  .portfolio-slider .hero-section {
    margin-bottom: 0px;
  }

  .number-center-content-main {
    width: auto;
  }

  .column-gap-40 {
    flex-direction: row-reverse;
    column-gap: 30px;
  }

  .about-number {
    flex: 100%;
    flex-direction: column-reverse;
    gap: 0;
  }

  .number-center-content-main .img-box {
    margin: 0;
  }

  .number-center-content-main .img-box svg {
    max-width: 66px;
  }

  .number-center-content-main-hr {
    margin: 20px 0;
  }

  .about-number p,
  .mission-vision-box p,
  .img-with-text h3,
  .tailored-solution p {
    font-size: 16px;
  }

  .about-main-title h1 {
    text-align: left !important;
    font-size: 36px;
    margin-bottom: 0;
  }

  .about-main-title p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.15px;
  }

  .about-us {
    margin-bottom: 30px;
  }

  .about-main-title {
    margin-bottom: 0;
  }

  .mission-vision,
  .our-commitment {
    padding: 30px 0;
    margin: 24px 0;
  }

  .mission-vision .gap-20 {
    flex-direction: column;
  }

  .mission-vision-box {
    padding: 20px 4px;
  }

  .mission-vision-box hr {
    margin: 12px 0;
    border-bottom: 1px solid rgb(255 255 255 / 10%)
  }

  .mission-vision .gap-20 {
    gap: 16px;
  }

  .exclusive-benefits {
    grid-template-columns: repeat(2, 1fr);
  }

  .commitment-three-box {
    flex-direction: column;
  }

  .commitment-three-box .commitment-img-box {
    max-width: 100%;
    flex-direction: row;
    padding: 16px 20px;
  }

  .commitment-three-box .commitment-img-box img {
    max-width: 80px;
    margin: unset !important;
  }

  .our-commitment {
    padding: 0 0 30px 0 !important;
  }

  .why-choose-us {
    padding: 24px 0 !important;
  }

  .load-more-btn .white-border-btn {
    padding: 10px 16px;
    font-size: 16px !important;
    min-width: 107px;
    border-radius: 12px;
  }

  .load-more-btn .white-border-btn svg {
    display: none;
  }

  .solutions-inner-section,
  .mobile-padding {
    padding: 30px 0;
  }

  .solutions-inner-section .commitment-three-box .commitment-img-box {
    flex-direction: column;
    padding: 20px;
    gap: 12px;
  }

  .solutions-inner-section .commitment-three-box .commitment-img-box svg {
    margin-top: 0;
  }

  .solutions-inner-section .my-60 {
    margin: 24px 0;
  }

  .tailored-solution-slider {
    margin: 24px 0;
  }

  .tailored-solution-slider .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .bespoke-boxs {
    grid-template-columns: repeat(2, 1fr);
    gap: 4px;
  }

  .bespoke-title {
    flex: 100%;
  }

  .bespoke-inner-box {
    padding: 16px;
    gap: 16px;
  }

  .bespoke-inner-box:nth-child(2) {
    border-radius: 0px 20px 0px 0px;
  }

  .bespoke-inner-box:nth-child(3),
  .bespoke-inner-box:nth-child(7) {
    border-radius: 0
  }

  .bespoke-inner-box:nth-child(9) {
    grid-column: span 2 / span 2;
    border-radius: 0px 0px 20px 20px;
  }

  .bespoke-inner-box p {
    font-family: "inter-regular"
  }

  .bespoke-title {
    margin-bottom: 24px;
  }

  .tailored-solution h2 {
    margin-bottom: 16px;
  }

  .proven-expertise-box {
    margin-top: 20px;
    grid-template-columns: repeat(1, 1fr);
  }

  .faq-accordion {
    padding: 24px 16px;
  }

  .faq-accordion button {
    padding: 12px 16px;
    font-size: 16px;
  }

  .portfolio-inner-main .why-choose-us.faq {
    padding: 24px 0 20px !important;
  }

.portfolio-inner-bg .number-box,
.portfolio-inner-bg1 .number-box,
.portfolio-inner-bg2 .number-box,
.portfolio-inner-bg3 .number-box,
.portfolio-inner-bg4 .number-box,
.portfolio-inner-bg5 .number-box,
.portfolio-inner-bg6 .number-box,
.portfolio-inner-bg7 .number-box {
    padding: 6px 8px;
  }

  .portfolio-inner-bg .gap-60,
  .portfolio-inner-bg1 .gap-60, 
  .portfolio-inner-bg2 .gap-60,
  .portfolio-inner-bg3 .gap-60,
  .portfolio-inner-bg4 .gap-60,
  .portfolio-inner-bg5 .gap-60,
  .portfolio-inner-bg6 .gap-60,
  .portfolio-inner-bg7 .gap-60{
    gap: 12px;
    margin: 16px 0 0;
  }

  .portfolio-bg.portfolio-inner-bg .number-box h2,
  .portfolio-bg.portfolio-inner-bg1 .number-box h2 
  .portfolio-bg.portfolio-inner-bg2 .number-box h2
  .portfolio-bg.portfolio-inner-bg3 .number-box h2
  .portfolio-bg.portfolio-inner-bg4 .number-box h2
  .portfolio-bg.portfolio-inner-bg5 .number-box h2
  .portfolio-bg.portfolio-inner-bg6 .number-box h2
  .portfolio-bg.portfolio-inner-bg7 .number-box h2{
    font-weight: 400;
    font-size: 24px;
    line-height: 31.2px;
    letter-spacing: 0.25px;
    color: #FCA213;
    -webkit-text-fill-color: unset;
    font-family: "inter-regular";
  }

  .portfolio-bg .number-box p {
    font-size: 12px;
    color: #ffffff;
  }

  .project-overview.why-choose-us {
    padding: 30px 0 54px 0 !important;
  }

  .project-overview-slider {
    margin-top: 33px;
  }

  .portfolio-inner-bg .container,
  .services-bg .container {
    padding: 0 !important;
  }

  .portfolio-inner-bg7 .container,
  .services-bg .container {
    padding: 0 !important;
  }
  .portfolio-inner-bg1 .container,
  .services-bg .container {
    padding: 0 !important;
  }
  .portfolio-inner-bg2 .container,
  .services-bg .container {
    padding: 0 !important;
  }
  .portfolio-inner-bg3 .container,
  .services-bg .container {
    padding: 0 !important;
  }
  .portfolio-inner-bg4 .container,
  .services-bg .container {
    padding: 0 !important;
  }
  .portfolio-inner-bg5 .container,
  .services-bg .container {
    padding: 0 !important;
  }
  .portfolio-inner-bg6 .container,
  .services-bg .container {
    padding: 0 !important;
  }

  .icon-box p {
    color: rgba(255, 255, 255, 0.6);
  }

  .why-choose-boxs {
    gap: 12px;
  }

  .why-choose-boxs .why-choose-icon {
    min-width: unset;
  }

  .why-choose-icon img {
    max-width: 68px;
  }

  .unleash-icon-div>div::before,
  .client-success-content .client-success-title p {
    display: none;
  }

  .client-success-content h5,
  .client-success-content .number-box h2 {
    font-size: 24px;
  }

  .client-success-content .number-box {
    gap: 20px;
  }

  .client-success-content .number-box {
    background-color: transparent;
    padding: 0;
  }

  .blog-list-box {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}

@media (max-width:575px) {
  .form-section .sub-title {
    max-width: 220px;
  }

  h1 {
    font-size: 32px;
    line-height: 40px;
  }

  h6 {
    font-size: 20px;
  }

   .experince-details .experince-content .count {
      font-family: "inter-Light";font-size: 30px;line-height: 39px;letter-spacing: 0.25px;margin-bottom: 10px;
    }
    .experince-details .experince-content .text  {
        font-family: "inter-regular";font-size: 16px;line-height: 26px;letter-spacing: 0.15px;
    }

  .experince-section {
    padding: 24px 0px;
  }

  .experince-details .experince-content {
    border: none;
    padding: 0 10px;
  }

  .experince-details .experince-content h5 {
    font-family: "inter-Light";
    font-size: 30px;
    line-height: 39px;
    letter-spacing: 0.25px;
    margin-bottom: 10px;
  }

  .experince-details .experince-content h6 {
    font-family: "inter-regular";
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.15px;
  }

  .owl-carousel1 .owl-stage-outer,
  .tailored-solution-slider .owl-stage-outer,
  .project-overview-slider .owl-stage-outer {
    overflow: unset !important;
  }

  .case-studies {
    padding: 0 16px;
  }

  .awards-logo.owl-carousel .owl-item img {
    max-width: 50px;
  }

  .my-60 {
    margin: 16px 0 24px;
    gap: 16px;
  }

  .exclusive-benefits {
    grid-template-columns: repeat(1, 1fr);
  }

  .commitment-three-box {
    gap: 12px;
  }

  .gap-60-other,
  .exclusive-benefits {
    gap: 24px;
  }

  .exclusive-benefits>div h5 {
    font-size: 16px;
  }

  .exclusive-benefits>div {
    padding-left: 24px;
  }

  .tech-logo,
  .hover-expand {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .tech-logo>div {
    max-width: 100%;
  }

  .hover-expand>div {
    height: 173px;
  }

  .why-choose .hero-section {
    margin-top: -70px !important;
  }

  .client-success-content-main {
    padding: 35px;
  }

  .client-success-content {
    gap: 20px;
  }

  .client-success-slider .mobile-number-box {
    margin: 0;
  }
}

@media (max-width:400px) {
  .rating-box {
    gap: 8px !important
  }

  .rating-box>div h3 {
    font-size: 22px;
  }

  .portfolio-list-content>div p {
    font-size: 11px;
  }

  .rating-box>div {
    padding: 6px 8px;
  }
}

@media (max-width:767px) {

  /* .experince-details .experince-content{border:none;padding:20px 40px;} */
  /* .selected-section{background-position:center;padding:94px 0 180px;}
  .selected-section .selected-option{gap:24px;} */
  .contact-us-section {
    padding: 80px 0;
  }

  .contact-us-content .contact-us-details h2 {
    font-size: 32px;
    line-height: 42px;
  }

  .p-size,
  .form-control {
    font-size: 16px;
    line-height: 24px;
  }

  .selected-option .option-title p {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 24px;
  }

  .form-section .form-details {
    padding: 60px 24px;
  }

  .content-btn {
    font-size: 18px;
    line-height: 22px;
    padding: 12px 26px;
  }

  .services-section {
    margin: 60px 0 120px;
  }

  h5 {
    font-size: 40px;
    line-height: 58px;
    margin-bottom: 0;
  }

  .Unreal-text3 {
    width: 33%;
  }
}

@media screen and (min-width:576px) and (max-width:767px) {
  .form-section .sub-title {
    width: 420px;
  }
}

@media (max-width:991px) {
  .form-section .form-details {
    padding: 60px 24px;
  }

  h6 {
    font-size: 20px;
    line-height: 24px;
  }
}

@media screen and (min-width:768px) and (max-width:991px) {
  h5 {
    font-size: 48px;
    line-height: 60px;
  }

  .experince-details .experince-content .count {font-size: 48px;line-height: 60px;}
  .experince-details .experince-content .text {font-size: 20px;line-height: 24px;}


  /* .selected-section .selected-option{gap:30px;} */
  .contact-us-content .contact-us-details h2 {
    font-size: 32px;
    line-height: 44px;
  }

  .Unreal-text3 {
    width: 25%;
  }
}

@media (max-width:768px) {
  .contact-us-content .contact-us-details {
    margin-right: 0;
  }
}

@media screen and (min-width:992px) and (max-width:1199px) {

  h1,
  h5 {
    font-size: 48px;
    line-height: 60px;
  }

  h6 {
    font-size: 20px;
    line-height: 24px;
  }
    
  .selected-option .option-title h3 {font-size: 18px;line-height: 24px;}

  .selected-option .option-title p {
    font-size: 18px;
    line-height: 24px;
  }

  .option-title img {
    position: relative;
    top: 4px;
  }

  .contact-us-content .contact-us-details h2 {
    font-size: 40px;
    line-height: 52px;
  }

  .Unreal-text3 {
    width: 20%;
  }

  .hero-banner .owl-carousel .owl-item img {
    object-fit: cover !important;
  }
}

@media screen and (max-width:991px) {
  .navbar .navbar-nav .nav-item {
    padding: 16px 20px;
    width: 100%;
    text-align: left;
    border-radius: 20px;
  }

  .dropdown-mobile {
    display: block !important;
  }

  .navbar .navbar-nav .nav-item .content-btn {
    margin-top: 16px;
    padding: 16px 20px;
  }

  .navbar-nav {
    align-items: left !important;
  }

  .navbar .navbar-nav .nav-item .content-btn {
    margin-left: 0;
  }

  .hero-banner {
    height: auto;
  }

  .hero-banner .owl-carousel {
    position: relative !important;
  }

  .hero-banner .owl-carousel .owl-item img {
    object-fit: cover !important;
  }

  .hero-section {
    padding: 0;
    position: relative;
    top: -30px;
  }

  .mobile-content-btn .content-btn {
    background: #fca213;
    width: 100%;
    text-align: center;
    padding: 9px 16px !important;
    border-radius: 12px !important;
    font-size: 16px;
  }

  .mobile-content-btn .content-btn:hover::before {
    content: none;
  }

  .selected-option .option-title h3 {font-size: 16px;margin-bottom: 20px;}
}

@media screen and (min-width:768px) and (max-width:1199px) {
  .contact-us-section img {
    width: 40%;
  }
}

.navbar-toggler-icon {
  background: none;
  height: auto;
  width: auto;
}

.navbar-toggler {
  border: none;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0;
}

.navbar-toggler:hover {
  background: transparent !important;
}

.navbar-toggler:focus {
  outline: none;
}

.icon-bar {
  height: 2px;
  width: 26px;
  background-color: white;
  border-radius: 1px;
  display: block;
  margin-top: 5px;
  transition: all 0.2s;
}

.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
  opacity: 0;
}

.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}

.table-of-content ul li{
  padding: 12px;
  color: #FFFFFF;
  font-size: 15px;
  line-height: 24px;
}


