@font-face {
  font-family: "Open Sauce One";
  src: url("../assets/fonts/OpenSauceOne-Medium.ttf");
  font-weight: 500;
}

@font-face {
  font-family: "Open Sauce One";
  src: url("../assets/fonts/OpenSauceOne-Bold.ttf");
  font-weight: 700;
}

@font-face {
  font-family: "Open Sauce One";
  src: url("../assets/fonts/OpenSauceOne-Regular.ttf");
  font-weight: 600;
}

@font-face {
  font-family: "Open Sauce One";
  src: url("../assets/fonts/OpenSauceOne-SemiBold.ttf");
  font-weight: 400;
}

@font-face {
  font-family: "Open Sauce One";
  src: url("../assets/fonts/OpenSauceOne-Light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "Poppins";
  src: url("../assets/fonts/Poppins/Poppins-Regular.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "Poppins_rgb";
  src: url("../assets/fonts/Poppins/Poppins-Regular.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "inter";
  src: url("../assets/fonts/Inter/static/Inter_18pt-Light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "inter-reg";
  src: url("../assets/fonts/Inter/static/Inter_18pt-Regular.ttf");
  font-weight: 300;
}

@font-face {
  font-family: "Roboto";
  src: url("../assets/fonts/Roboto/Roboto-Regular.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "Roboto-bold";
  src: url("../assets/fonts/Roboto/Roboto-Bold.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "Inria Serif";
  src: url("../assets/fonts/InriaSerif-Regular.ttf");
  font-weight: 300;
}

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

body {
  margin: 0;
  padding: 0;
  font-family: "Open Sauce One";
  font-size: 16px;
  font-weight: 400;
  width: 100vw;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  border: none;
}

.arrow {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

/* Global Padding Inline */

.padding-x {
  padding-inline: 150px;
}

.padding-y {
  padding-block: 80px;
}

.global-container {
  max-width: 1400px;
  width: 100%;
  justify-content: center;
  align-items: center;
}

/* Buttons */

.primary-btn {
  display: flex;
  height: 48px;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 99px;
  background: #ff8b00;
  color: white;
  margin-top: 2px;
  margin-bottom: 0px;
  transition: all 0.2s ease-in-out;
}

.primary-btn:hover {
  background-color: #cc7000;
  margin-top: 0px;
  margin-bottom: 2px;
}

.outline-btn {
  display: flex;
  height: 48px;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 99px;
  background: white;
  color: #0e121b;
  border: 1px solid #ff8b00;
  margin-top: 2px;
  margin-bottom: 0px;
  transition: all 0.2s ease-in-out;
}

.outline-btn:hover {
  background-color: #ff8b00;
  color: white;
}

.secondary-btn {
    width: 95.25px;
    height: 31.75px;
    top: 2468.65px;
    left: 297.22px;
    padding: 8px 9.25px 8.75px 11px;
    gap: 0px;
    border-radius: 4px ;
    opacity: 0px;
    font-size: 10px;
background-color: #FFA30C24;
color: #141D38;
}

.secondary-btn:hover {
  background-color: #ff8b00;
  color: white;
}

.link-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  color: #3B76E5;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.084px;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  cursor: pointer;
}

.link-btn:hover {
  color: #1e4285;
  text-decoration-line: underline;
}

/* topbar */
.topbar {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #18366c;
}

.topbar-layout {
  padding-block: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 2;
}

.social-links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
}

.social-icon-box {
  display: flex;
  padding: 6px;
  align-items: center;
}

/* .social-icon-box:hover {
  background-color: #3c6bc3;
  border-radius: 8px;
} */

.social-icon {
  width: 20px;
  height: 20px;
}

.topbar-btn {
  padding: 6px 14px;
  background-color: rgba(255, 255, 255, 12%);
  border-radius: 24px;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  line-height: 22px;
  color: white;
}

.topbar-btn:hover {
  background-color: #ff8b00;
  color: white;
}

/* header */

.header {
  z-index: 999;
  position: fixed;
  display: flex;
  font-family: "Poppins-Bold";
  height: 80px;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding-block: 20px;
  box-shadow: 0px 4px 44.2px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 4px 44.2px 0px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(38.599998474121094px);
  background: #FFFFFF8F;
}
.navbar-section {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  position: relative;
  z-index: 2;
}

.logo-wrapper {
  max-height: 40px;
}

.logo-wrapper img {
  max-height: 40px;
}

.main-navlink-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  position: relative;
}

.dropdown {
  position: relative;
}

.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  position: relative;
  background-color: transparent;
  color: #141D388F;
  padding: 6px 12px;
  font-family: 'Roboto';
  border-radius: 8px;
}
.nav-link:hover {
  color: #FFA30C;
  
}

.nav-link a {
  color: inherit;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.nav-link a.active {
  color: #e67e00;
}

.dropdown-content {
  display: none;
  position: absolute;
  top: 100%; /* Position below the "About" link */
  left: 0;
  background-color: #fcfcfd;
  min-width: 320px;
  border: 1px solid #e1e4ea;
  border-radius: 12px;
  padding: 8px;
  box-shadow: 0px 24px 56px -4px rgba(88, 92, 95, 0.16);
  z-index: 1;
}

.dropdown-link {
  padding: 12px;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  color: #717784;
}

.dropdown-link:hover {
  background-color: #f5f7fa;
  color: #2b303b;
}

.dropdown-link a {
  color: inherit;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* Burger Menu */
.header-burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  padding: 4px;
}

.burger-line {
  width: 30px;
  height: 3px;
  background-color: rgb(0, 0, 0);
  border-radius: 9999px;
  transition: all 0.3s;
}

/* Overlay */
.header-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 5;
  background-color: rgba(33, 33, 33, 0.9); /* bg-greyscale-900/90 */
  transition: opacity 0.3s;
}

/* Hero */
.hero_home {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 233px;
}
.hero_home-layout {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: space-between;
}

.hero_home-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 32px;
  max-width: 720px;
}

.hero_home-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.label-tag {
  display: flex;
  height: 34px;
  padding: 8px 16px 8px 12px;
  align-items: center;
  gap: 6px;
  text-transform: uppercase;
  border-radius: 999px;
  /* border: 1px solid #c1d2f1; */
  /* background: #fbfcfe; */
  color: #3B76E5;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
.tag-text {
  color: inherit;
}

.banner-title {
  align-self: stretch;
  font-size: 56px;
  font-family: 'Poppins_rgb';
  color: #141D38;
  font-size: 60px;
  font-weight: 400;
  line-height: 80px;
  text-align: left;
  /* font-weight: 500; */
  line-height: 64px;
  letter-spacing: -0.56px;
}

.banner-title span {
  color: #FFA30C;
}

.banner-content-text {
  /* align-self: stretch; */
  color: #141D3899;
  font-family: "Open Sauce One";
  font-size: 18px;
  /* font-style: normal; */
  font-family: 'Poppins_rgb';

  /* font-weight: 600; */
  line-height: 28px;
}

.banner-btn {
  display: flex;
  align-items: center;
  gap: 12px;
}

.icon-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 20px 8px 10px;
  color: #717784;
  font-size: 20px;
    font-family: Poppins;
  font-weight: 600;
  line-height: 28px;
  border-radius: 999px;
  transition: all 0.3s ease-in;
  height: 48px;
}

/* .icon-btn:hover {
  background-color: #f2f5f8;
  color: #222530;
} */

.banner-img {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.banner-globe {
  position: relative;
  justify-content: center;
  align-items: center;
}

.rotate-img {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  animation: rotate 20s linear infinite;
}

.rotate-img-in {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-pattern {
  position: absolute;
  top: -32%;
  right: -38%;
  z-index: -1;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* tech stack slider */

.slider-container {
  width: 100vw;
  display: flex;
  flex-direction: column;
  margin-top: 0px;
}

.hero-home-slider {
  display: flex;
  flex-direction: column;
}

.hero-home-slider-content {
  transform: rotate(-4deg);
}

.logo-loop-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.logo-loop {
  display: flex;
  width: 100%;
  overflow: hidden;
  gap: 40px;
}

.logo-loop-track {
  display: flex;
  width: fit-content;
  animation: logoLoop 40s linear infinite;
  gap: 40px;
}

.logo-loop-reverse .logo-loop-track {
  animation-direction: reverse;
}

.logo-loop-item {
  width: 80px;
  height: 80px;
  margin: 0 20px;
}

@keyframes logoLoop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.hero-home-slider-line {
  margin-top: -50px;
  width: 100%;
}

.hero-home-slider-line-img {
  width: 100%;
}

/* slider ends */

/* about us :: starts */

.aboutus_home {
  display: flex;
  align-items: center;
  justify-content: center;
}
.aboutus_home-layout {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 100px;
  align-self: stretch;
  position: relative;
}

.aboutus_home-pattern {
  position: absolute;
  top: -28%;
  left: -38%;
  width: 80%;
  z-index: -1;
}

.aboutus_home-top {
  display: grid;
  grid-template-columns: 0.75fr 1fr;
  gap: 140px;
  align-self: stretch;
}

.aboutus_home-content-left {
  display: flex;
  align-items: center;
  justify-content: center;
}

.aboutus_home-content-left img {
  width: 100%;
  height: auto;
}

.aboutus_home-content-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

.aboutus_home-content-right-heading {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.aboutus_home-content-title {
  color: #181b25;
  font-size: 48px;
  font-family: 'Poppins';
  font-weight: 400;
  line-height: 56px;
  letter-spacing: -0.48px;
}

.aboutus_home-content-subtitle {
  color: #3F4256;
  font-size: 20px;
  font-family: 'Roboto';
  font-weight: 400;
  line-height: 36px;
}

.aboutus_home-layout.reverse {
  flex-direction: column-reverse;
}

.aboutus_home-experience {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 44px;
  align-self: stretch;
}

.aboutus_home-experience-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.aboutus_home-experience-title {
  color: #3F4256;
  letter-spacing: -0.48px;
  font-family: 'Roboto';
font-size: 30px;
font-weight: 400;
line-height: 35.16px;

}
.row{
  width: 100%;
  display: flex;
  /* flex-wrap: wrap; */
}
.col-20{
  width: 18%;
}
.show_boxs_reive{
  gap: 34px;
}
.show_boxs_reive h3{
  font-family: 'Roboto';
  font-size: 24px;
  font-weight: 400;
  line-height: 28.13px;
  text-align: center;
  color: #3F4256;

}
.show_boxs_reive img{
  margin-top: 10px; 
  margin-bottom: 20px;
}
.bg_img_3 {
  background-image: url('../assets/images/Intersect_one.svg');
  background-repeat: no-repeat;
  background-position: -256px -225px;
}
.bg_img_4 {
  background-image: url('../assets/images/bg_img_4.svg');
  background-repeat: no-repeat;
  background-position: 1083px -14px;
}
.bg_img_5 {
  background-image: url('../assets/images/bg_img_5.svg');
  background-repeat: no-repeat;
  background-position: -105px 557px;
}
.bg_img_6 {
  background-image: url('../assets/images/bg_img_6.svg');
  background-repeat: no-repeat;
  background-position: 838px -85px;
}
.bg_img_7 {
  background-image: url('../assets/images/bg_img_7.svg');
  background-repeat: no-repeat;
  background-position: -198px 566px;
}
.bg_img_8 {
  background-image: url('../assets/images/bg_img_8.svg');
  background-repeat: no-repeat;
  background-position: 814px 1101px;
}
.bg_img_9 {
  background-image: url('../assets/images/bg_img_9.svg');
  background-repeat: no-repeat;
  background-position: -304px 1473px;
}
.bg_img_10 {
  background-image: url('../assets/images/bg_img_10.svg');
  background-repeat: no-repeat;
  background-position: 0px 73px;
}
.bg_img_11 {
  background-image: url('../assets/images/bg_img_11.svg');
  background-repeat: no-repeat;
  background-position: 847px 6px;
}
.bg_img_12 {
  background-image: url('../assets/images/bg_img_12.svg');
  background-repeat: no-repeat;
  background-position: 0px 73px;
}
.bg_img_13 {
  background-image: url('../assets/images/bg_img_12.svg');
  background-repeat: no-repeat;
  background-position: 0px 73px;
}
.show_boxs_reive p{
  font-family: 'Roboto';
font-size: 18px;
font-weight: 400;
line-height: 21.09px;
text-align: center;
color: #3F4256;
}

.aboutus_home-experience-subtitle {
  color: #3F4256;
  font-family: 'Roboto';
font-size: 14px;
font-weight: 500;
line-height: 16.41px;
text-align: left;

}

.aboutus_home-experience-stats {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  width: 100%;
}

.aboutus_home-experience-stats-item {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  border-radius: 16px;
  border: 1px solid #e1e4ea;
  background: #fff;
  color: #0e121b;
  box-shadow: 0px 4px 11px -1px rgba(10, 10, 10, 0.04);
  transition: all 0.3s ease-in-out;
  margin-top: 6px;
  margin-bottom: 0px;
}

.aboutus_home-experience-stats-item:hover {
  margin-top: 0px;
  margin-bottom: 6px;
}

.aboutus_home-experience-stats-item:hover.one {
  border: 1px solid rgba(14, 18, 27, 0.12);
  background-color: #6366f1;
  color: white;
}

.aboutus_home-experience-stats-item:hover.two {
  border: 1px solid rgba(14, 18, 27, 0.12);
  background-color: #8b5cf6;
  color: white;
}

.aboutus_home-experience-stats-item:hover.three {
  border: 1px solid rgba(14, 18, 27, 0.12);
  background-color: #10b981;
  color: white;
}

.aboutus_home-experience-stats-item:hover.four {
  border: 1px solid rgba(14, 18, 27, 0.12);
  background-color: #f97316;
  color: white;
}

.aboutus_home-experience-stats-item:hover.five {
  border: 1px solid rgba(14, 18, 27, 0.12);
  background-color: #ec4899;
  color: white;
}

.aboutus_home-experience-stats-item:hover.one svg path,
.aboutus_home-experience-stats-item:hover.two svg path,
.aboutus_home-experience-stats-item:hover.three svg path,
.aboutus_home-experience-stats-item:hover.four svg path,
.aboutus_home-experience-stats-item:hover.five svg path {
  fill: white;
}

.aboutus_home-experience-stats-item-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.aboutus_home-experience-stats-item-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.aboutus_home-experience-stats-item-subtitle {
  opacity: 0.6;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

/* Button Group */
.hero-aboutus-content-right-btn-group {
  display: flex;
  gap: 8px;
}

/* about us :: ends */

/* services::starts */

.services_home {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 64px;
  /* background: rgba(243, 246, 252, 0.5); */
  overflow: hidden;
}

.services_home-layout {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 64px;
  align-self: stretch;
}

.services_home-content-top {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}

.services_home-content-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
}

.services_home-content-left-title {
  color: #0a0a0a;
  font-size: 48px;
    font-family: Poppins;
  font-weight: 600;
  line-height: 56px;
  letter-spacing: -0.48px;
}

.services_home-content-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
}

.services_home-content-right-subtitle {
  font-family: 'Roboto';
font-size: 18px;
font-weight: 400;
line-height: 30.09px;
text-align: left;
color: #787876;
}

.services_home-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  align-self: stretch;
}

.services_home-grid-item {
  display: flex;
  min-width: 288px;
  padding: 16px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  flex: 1 0 0;
  border-radius: 16px;
  border: 1px solid #e1e4ea;
  background: #fff;
  box-shadow: 0px 4px 11px -1px rgba(10, 10, 10, 0.04);
  cursor: pointer;
  margin-top: 8px;
  margin-bottom: 0px;
  transition: all 0.3s ease-in;
  width: 307px;
  height: 353px;
  top: 2170px;
  left: 269px;
  gap: 0px;
  border-radius: 22px;
  opacity: 0px;
}
.services_home-grid-item:hover {
  border: 1px solid #ff8b00;
  background: #fffdfa;
  box-shadow: 0px 4px 16px -1px rgba(255, 139, 0, 0.12);
  margin-top: 0px;
  margin-bottom: 8px;
}

.services_home-grid-item-image {
  width: 100%;
  height: 250px;
  align-self: stretch;
  border-radius: 8px;
  overflow: hidden;
}

.services_home-grid-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services_home-grid-item-content {
  display: flex;
  padding: 8px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}
.services_home-grid-item-title-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}
.services_home-grid-item-title {
  color: #141D38;
    font-family: 'Poppins';
  font-weight: 600;
  line-height: 32px;
  font-family: Roboto;
font-size: 18px;
font-weight: 700;
line-height: 21.09px;
text-align: left;

}

.services_home-grid-item-subtitle {
  color: #737887;
  font-family: Poppins;
font-size: 12px;
font-weight: 400;
line-height: 24px;
text-align: left;

}
/* services::ends */

/* process::starts */

.process_home {
  display: flex;
  align-items: center;
  justify-content: center;
}

.process_home-layout {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 56px;
  align-self: stretch;
  position: relative;
}

.process_home-pattern {
  position: absolute;
  top: -60%;
  left: -80%;
  z-index: -1;
}

.process_home-content-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  align-self: stretch;
}

.process_home-content-top-title {
  color: #0e121b;
  font-size: 48px;
    font-family: Poppins;
  font-weight: 600;
  line-height: 56px;
  letter-spacing: -0.48px;
}

.process_home-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  align-self: stretch;
  width: 100%;
}

.process_home-grid-item {
  width: 100%;
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
  flex: 1 0 0;
  border-radius: 16px;
  border: 1px solid #f2f5f8;
  color: #0e121b;
  background: #fff;
  box-shadow: 0px 4px 11px -1px rgba(10, 10, 10, 0.04);
  transition: all 0.3s ease-in-out;
}

.process_home-grid-item:hover {
  color: #fff;
  background: #ff8b00;
  box-shadow: 0px 4px 16px -1px rgba(255, 139, 0, 0.12);
}

.process_home-grid-item:hover svg path {
  fill: #fff;
}
.process_home-grid-item-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}

.process_home-grid-item-title {
  font-size: 24px;
    font-family: Poppins;
  font-weight: 600;
  line-height: 32px;
}

.process_home-grid-item-subtitle {
  opacity: 0.6;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.process_home-grid-item-number {
  display: flex;
  padding: 8px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  background-color: #ff8b00;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
}
/* process::ends */

/* featured-products::starts */

.featured-products_home {
  display: flex;
  align-items: center;
  justify-content: center;
}

.featured-products_home-layout {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 64px;
  align-self: stretch;
}

.featured-products_home-content-top {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}

.featured-products_home-content-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
}

.featured-products_home-content-left-title {
  color: #0a0a0a;
  font-size: 48px;
    font-family: Poppins;
  font-weight: 600;
  line-height: 56px;
  letter-spacing: -0.48px;
}

.featured-products_home-content-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
}

.featured-products_home-content-right-subtitle {
  font-family: 'Roboto';
font-size: 18px;
font-weight: 400;
line-height: 25.09px;
text-align: left;
padding-top: 10px;
color: #787876;
}

.featured-products_home-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  align-self: stretch;
}

.featured-products_home-grid-item {
  display: flex;
  padding: 80px 24px 24px 24px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex: 1 0 0;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  box-shadow: 0 4px 11px -1px rgba(10, 10, 10, 0.04);
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  background-color: #ffffff;
}

.featured-products_home-grid-item:hover {
  border: 1px solid #ff8b00;
  background: #ffffff;
  box-shadow: 0px 4px 16px -1px rgba(255, 139, 0, 0.12);
}

.featured-products_home-grid-item.padding-up {
  margin-top: 25%;
  margin-bottom: 10%;
}

.featured-products_home-grid-item.padding-bottom {
  margin-bottom: 25%;
  margin-top: 10%;
}

.featured-products_home-grid-item-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  align-self: stretch;
}

.featured-products_home-grid-item-image {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  margin: 0 auto;
  
  background: #FFF4EB;
  width: 100px;
  height: 100px;
  top: -50px;
  left: 0px;
  gap: 0px;
  border-radius: 50px;
  opacity: 0px;
  padding: 23px;

}

.featured-products_home-grid-item-title {
  font-size: 24px;
    font-family: Poppins;
  font-weight: 600;
  line-height: 32px;
  text-align: center;
}

.featured-products_home-grid-item-subtitle {
  color: #717784;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}

.featured-products_home-grid-item-icon {
  width: 100%;
  height: 80px;
  align-self: stretch;
  border-radius: 8px;
  overflow: hidden;
}
/* featured-products::ends */

/* genx-products::starts */

.genx-products_home {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
}

.genx-products_home-layout {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 64px;
  align-self: stretch;
  position: relative;
}

.genx-products_home-pattern {
  position: absolute;
  top: -30%;
  right: -90%;
  z-index: -1;
}

.genx-products_home-content-top {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}

.genx-products_home-content-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
}

.genx-products_home-content-left-title {
  color: #0a0a0a;
  font-size: 48px;
    font-family: Poppins;
  font-weight: 600;
  line-height: 56px;
  letter-spacing: -0.48px;
}

.genx-products_home-content-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
}

.genx-products_home-content-right-subtitle {
  color: #717784;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.genx-products_home-content-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
}

.genx-products_home-logo-loop {
  display: flex;
  overflow: hidden;
  position: relative;
  width: 100%;
  border-radius: 16px;
  border: 1px solid #e1e4ea;
  background: white;
  box-shadow: 0px 4px 11px -1px rgba(10, 10, 10, 0.04);
}

.genx-products_home-logo-track {
  display: flex;
  animation: scroll 20s linear infinite;
  padding: 32px;
  width: 100%;
}

.genx-products_home-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 48px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* genx-products::ends */

/* testimonials::starts  */

.testimonials_home {
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonials_home-layout {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 64px;
  align-self: stretch;
  position: relative;
}

.testimonials_home-content-top {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}

.testimonials_home-content-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
}

.testimonials_home-content-left-title {
  color: #0a0a0a;
  font-size: 48px;
    font-family: Poppins;
  font-weight: 600;
  line-height: 56px;
  letter-spacing: -0.48px;
}

.testimonials_home-content-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
}

.testimonials_home-content-bottom-slider {
  display: flex;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.testimonials_home-content-bottom-slider-track {
  display: flex;
  width: calc(200%);
  animation: scroll 30s linear infinite;
  gap: 32px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.testimonials_home-content-bottom-slider:hover
  .testimonials_home-content-bottom-slider-track {
  animation-play-state: paused;
}

.show_udgar {
  position: absolute;
  top: -53px;
  left: 150px;
}
.testimonials_home-content-bottom-slider-item {
  display: flex;
  width: 350px;
  flex: 0 0 auto;
  padding: 32px;
  flex-direction: column;
  flex: 0 0 20%;
  height: 400px;
  align-items: flex-start;
  box-sizing: border-box;
  position: relative;
  gap: 32px;
  border-radius: 12px;
  margin-top: 70px;

  /* border: 1px solid #ffefdb; */
  background-image: url('../assets/images/Testimonial_bg.svg');
background-size: cover;
background-repeat: no-repeat;

  /* background: #fffdfa;
  box-shadow: 0px 32px 64px -16px rgba(57, 59, 106, 0.06); */
}

.testimonials_home-top-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 80%;
  margin: auto;
  align-self: stretch;
}

.testimonials_home-content-bottom-slider-item-stars {
  display: flex;
  align-items: flex-start;
}

.testimonials_home-review {
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  text-align: center;
  color: #515D62;
}
.testimonials_home-bottom-content {
  display: flex;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}


.testimonials_home-bottom-content-left {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  /* margin-right: 29px; */
  position: absolute;
  /* left: 0; */
  right: 178px;
}

.testimonials_home-bottom-content-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonials_home-bottom-content-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  flex: 1 0 0;
}

.testimonials_home-bottom-content-right-title {
  font-family: 'Roboto';
  font-size: 20px;
  font-weight: 700;
  line-height: 23.44px;
  text-align: center;
  color: #141D38;
}

.testimonials_home-bottom-content-right-subtitle {
  font-family: 'Roboto';
  font-size: 12px;
  font-weight: 400;
  line-height: 14.06px;
  text-align: left;
  color: #737887;
}
/* testimonials::ends */

/* clients::starts */
.clients_home {
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: #F5F9FF; */
}

.clients_home-layout {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 64px;
  align-self: stretch;
}

.clients_home-content-top {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}

.clients_home-content-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  flex: 1 0 0;
}

.clients_home-content-left-title {
  color: #0a0a0a;
  font-size: 48px;
    font-family: Poppins;
  font-weight: 600;
  line-height: 56px;
  text-align: center;
  letter-spacing: -0.48px;
}

.clients_home-content-bottom-image {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  width: 100%;
}

.clients_home-content-bottom-image img {
  width: 110%;
  height: 100%;
  object-fit: cover;
}

/* clients::ends */
/* success::starts */
.success_home {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.success_home-layout {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 64px;
  align-self: stretch;
}

.success_home-content-top {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}

.success_home-content-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
}

.success_home-content-left-title {
  color: #0a0a0a;
  font-size: 48px;
    font-family: Poppins;
  font-weight: 600;
  line-height: 56px;
  letter-spacing: -0.48px;
}

.success_home-content-bottom-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.success_home-content-bottom-slider-track {
  display: flex;
  gap: 32px;
  transition: transform 0.3s ease-in-out;
}

.success_home-content-bottom-slider-item {
  display: flex;
  width: 410px;
  min-width: 345px;
  flex-direction: column;
  align-items: center;
  border-radius: 12px;
  border: 1px solid #e1e4ea;
  background: #fff;
  box-shadow: 0px 4px 11px -1px rgba(10, 10, 10, 0.04);
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}

.success_home-content-bottom-slider-item:hover {
  border: 1px solid #ff8b00;
  background: #ffffff;
  cursor: pointer;
}

.success_home-content-bottom-slider-item-image {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  width: 100%;
  height: 240px;
}

.success_home-content-bottom-slider-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.success_home-content-bottom-slider-item-content {
  display: flex;
  padding: var(--Spacing-20, 20px);
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

.success_home-content-bottom-slider-item-title {
  color: #0e121b;
  font-size: 24px;
    font-family: Poppins;
  font-weight: 600;
  line-height: 32px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.success_home-content-bottom-slider-item-subtitle {
  color: #717784;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* success::ends */

/* youtube::starts */
.youtube_home {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('../assets/images/water-balloon-colorful-1687445-wallhere.svg');
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 120px;
}

.youtube_home-layout {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
}

.youtube_home-content-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
}

.youtube_home-content-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex: 2 0 0;
}
.youtube-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.youtube-logo img {
  width: 100%;
  height: auto;
  align-self: center;
}

.youtube_home-content-left-title {
  font-family: 'Inria Serif';
  color: #292F3B;
font-size: 41.5px;
font-weight: 400;
line-height: 53.36px;
text-align: left;

}

.youtube_home-content-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
  flex: 1;
}

.youtube_home-content-right-button {
  display: flex;
  gap: 16px;
}

.youtube_home-card-container {
  padding: 32px;
  border-radius: 16px;
  gap: 32px;
  background: #FFFFFF80;
  box-shadow: 0px 4px 10px 0px #00000017;
  backdrop-filter: blur(40px);
  width: 100%;
}


.youtube_home-card-title {
  color: #292F3B;
  width: 96%;
  margin: 32px auto;
  font-family: 'Poppins';
font-size: 40px;
font-weight: 500;
line-height: 25px;
text-align: left;

}
.youtube_home-card-grid {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.youtube_home-card-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.youtube_home-card-item-image {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  
}
.youtube_home-card-item-image iframe{
  width: 366px !important;
  height: 200px !important;
  border-radius: 10px;
}

.youtube_home-card-item-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  width: 90%;
  margin: auto;
}
.youtube_home-card-item-content button{
  font-family: 'Inter';
font-size: 20px;
font-weight: 500;
line-height: 24.2px;
text-align: left;
  color: #878787;
}
.youtube_home-card-item-title h6 {
  color: #292F3B;
  font-family: 'Inter';
font-size: 24px;
font-weight: 600;
line-height: 29.05px;
text-align: left;

}
.footer-main {
  display: flex;
  justify-content: space-between;
  padding: 48px 0;
  border-bottom: 1px solid #e5e7eb;
}
/* footer::starts */
.footer {
  background-color: #fcfcfd;
  border-top: 1px solid #e5e7eb;
  padding-block: 32px;
  border-top: none;
}

.footer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.footer-layout {
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* Footer Menu */
.footer-menu {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
  flex-wrap: wrap;
  border-bottom: 1px solid #e1e4ea;
  width: 83%;
  font-family: 'inter-reg';
  font-weight: 500;
}

.footer-menu-link {
  padding: 12px;
}
.Watch_Our_Story{
  font-family: 'Roboto';
font-size: 20px;
font-weight: 500;
line-height: 23.44px;
text-align: left;
color: #141D38;

}
.Subscribe_Now{
  font-family: 'Roboto';
    font-size: 14px;
    font-weight: 400;
    line-height: 16.41px;
    text-align: left;
    display: block;
}

.footer-menu-link-text {
  color: #1a1a1a;
  font-size: 18px;
  font-weight: 400;
}

/* Footer Main Section */
.footer-main {
  display: flex;
  justify-content: space-between;
  padding: 48px 0;
  border-bottom: 1px solid #e5e7eb;
}

/* Footer Right Section */
.footer-main-right {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 345px;
}

.footer-right-logo {
  width: 100%;
  height: auto !important;
}

.footer-right-logo img {
  width: 250px !important;
  height: 73px !important;
}

.footer-right-content-text {
  color: #292F3b !important;
  font-family: 'inter-reg' !important;
  font-size: 18px; 
  line-height: 28px;
}

.footer-right-social {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  width: 250px !important;
}

.footer-right-social-icon {
  padding: 5px;
  border-radius: 50px;
  border: 1px solid #e5e7eb;
  background: #3b4c6f;
  width: 40px;
  height: 40px;
  display: flex;
  color: #ffffff;
  justify-content: center;
  align-items: center;
}
/* Footer Left Section */
.footer-main-left {
  display: flex;
  gap: 76px !important;
}

.footer-left-menu {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-left-menu-text {
  color: #292F3b;
  font-size: 36px !important;
  font-weight: 500;
  font-family: 'inter-reg' !important;
  margin-bottom: 10px;
}

.footer-left-menu-link-text {
  color: #292F3b !important ;
  font-size: 20px !important;
  font-family: 'inter-reg';
  font-weight: 500;
}

/* Footer Copyright */
.footer-copyright {
  display: flex;
  justify-content: space-between;
  padding-top: 16px;
  font-size: 14px;
  color: #717784;
}
.Poppins_rgb{
  font-family: 'Poppins_rgb' !important;
  font-weight: 200;
}
.footer-copyright-text {
  font-size: 20px;
  font-weight: 500;
  display: flex;
color: #292F3b;
  align-items: center;
  font-family: 'inter-reg';
  position: relative;
}
.add_line::before{
  content: '';
  position: absolute;
  background-color: #3862d5;
  height: 24px;
  width: 2px;
  right:-22px;
}
.footer-copyright-text  img{
  margin-right: 20px;
  display: inline-block;
}

.footer-copyright-text-span {
  font-weight: 500;
  color: #1a1a1a;
}
/* Responsive */
@media (max-width: 1024px) {
  .padding-x {
    padding-inline: 80px;
  }

  .padding-y {
    padding-block: 60px;
  }

  .main-navlink-wrap {
    display: none;
  }

  .hero_home-layout {
    flex-direction: column;
  }

  .hero-pattern {
    top: 20%;
    right: -90%;
  }

  .hero_home-left {
    align-items: center;
  }

  .hero_home-content {
    align-items: center;
    text-align: center;
  }

  .hero_home-content-buttons {
    flex-direction: column;
  }

  .aboutus_home-top {
    display: flex;
    flex-direction: column;
  }

  .aboutus_home-content-right {
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .aboutus_home-top-content-right-heading {
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .aboutus_home-top-content-right-heading-title {
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .aboutus_home-top-content-buttons {
    flex-direction: column;
  }

  .aboutus_home-experience {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .aboutus_home-experience-content {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .aboutus_home-experience-title {
    text-align: center;
  }

  .aboutus_home-experience-subtitle {
    text-align: center;
  }

  .aboutus_home-experience-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    justify-content: center;
  }

  .services_home-content-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .services_home-content-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .services_home-content-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .services_home-content-right-subtitle {
    text-align: center;
  }

  .services_home-content-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .services_home-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    justify-content: center;
  }
  .process_home-content-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .process_home-content-top-title {
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .progress_home-content-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .process_home-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    justify-content: center;
  }
  .featured-products_home-content-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .featured-products_home-content-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .featured-products_home-content-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .featured-products_home-content-right-subtitle {
    text-align: center;
  }
  .featured-products_home-content-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .featured-products_home-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    justify-content: center;
  }
  .featured-products_home-grid-item.padding-up {
    margin-top: 12%;
    margin-bottom: 0;
  }
  .featured-products_home-grid-item.padding-bottom {
    margin-bottom: 0;
    margin-top: 12%;
  }
  .testimonial_home-content-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .testimonials_home-content-left {
    align-items: center;
    justify-content: center;
  }
  .testimonial_home-content-left-title {
    text-align: center;
  }
  .testimonial_home-content-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .success_home-content-bottom-slider-track {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .success_home-content-bottom-slider-item {
    width: 100%;
  }

  .youtube_home-content-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .youtube_home-content-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .youtube_home-content-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .youtube_home-card-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .youtube_home-card-item {
    width: 100%;
  }
  .youtube_home-card-item-image {
    width: 100%;
  }
  .youtube_home-card-item-image iframe {
    width: 100%;
  }

  .footer-menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
    justify-content: center;
  }
  .footer-main {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
  }
  .footer-main-right {
    display: flex;
    width: 100%;
    max-width: 100%;
    gap: 16px;
    margin-bottom: 32px;
  }
  .footer-right-social {
    display: flex;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .padding-x {
    padding-inline: 40px;
  }
  .padding-y {
    padding-block: 40px;
  }
  .hero_home-left {
    gap: 32px;
    padding: 15px;
}
  .hero-home-slider-line-img {
    width: 100%;
    height: 100%;
  }
  .hero-home-slider-line-img img {
    width: 100%;
  }
  .aboutus_home-content-title {
    font-size: 40px;
    line-height: 48px;
  }
  .aboutus_home-content-subtitle {
    font-size: 16px;
    line-height: 24px;
  }
  .aboutus_home-experience-stats {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
  .services_home-content-left-title {
    font-size: 40px;
    line-height: 48px;
  }
  .services_home-content-left-subtitle {
    font-size: 16px;
    line-height: 24px;
  }
  .services_home-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
  .process_home-content-top-title {
    font-size: 40px;
    line-height: 48px;
  }
  .process_home-content-top-subtitle {
    font-size: 16px;
    line-height: 24px;
  }
  .process_home-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
  .featured-products_home-content-left-title {
    font-size: 40px;
    line-height: 48px;
  }
  .featured-products_home-content-left-subtitle {
    font-size: 40px;
    line-height: 48px;
  }
  .featured-products_home-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
  .featured-products_home-grid-item.padding-up {
    margin-top: 0;
    margin-bottom: 0;
  }
  .featured-products_home-grid-item.padding-bottom {
    margin-top: 0;
    margin-bottom: 0;
  }
  .testimonial_home-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
  .success_home-content-bottom-slider-track {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }

  .footer-menu {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
  .footer-main {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
  }
  .footer-main-right {
    display: flex;
    width: 100%;
  }
  .footer-main-left {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
    width: 100%;
  }
  .footer-copyright {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
  }
}

.client-galaxy-section {
  text-align: center;
  padding: 20px;
}

.client-galaxy-section h2 {
  font-size: 2em;
  margin-bottom: 20px;
}

.client-galaxy-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0px;
  justify-items: center;
  align-items: center;
}

.client-logo,
.center-logo {
  position: relative;
  width: 150px;
  height: 150px;
  background-color: #fff;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transform: rotate(45deg); 
  margin-left: 75px;
}

.client-logo img {
  width: 100px;
  height: auto;
  transform: rotate(-45deg); /* Rotate content back to normal */
}

.center-logo {
  background-color: #f9f9f9;
}

.center-logo p {
  transform: rotate(-45deg);
  font-size: 1.2em;
  font-weight: bold;
  color: #ff6f00;
  margin-bottom: 10px;
}

.center-logo button {
  transform: rotate(-45deg);
  padding: 10px 20px;
  background-color: #ff6f00;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.center-logo button:hover {
  background-color: #ff9000;
}

@media (max-width: 768px) {
  .client-galaxy-grid {
      grid-template-columns: repeat(2, 1fr);
  }
}

.zoom-in-out-box {
  margin: 24px;
  width: 50px;
  height: 50px;
  animation: zoom-in-zoom-out 1s ease infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}

.zoom:hover { 
  transform: scale(1.5); 
}




.sedleft_icon {
  position: fixed;
  right: 0;
  border: 1px solid #3B76E54A;
  background: #FFFFFF;
  width: 36px;
  height: 106px;
  gap: 0px;
  border-radius: 15px 0px 0px 15px;
  border: 1px 0px 0px 0px;
  opacity: 0px;
  z-index: 10;
  top: 50%;
}
.sedleft_icon > div {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px 6px;
}
.sedleft_icon > div img{
  width: 24px;
  height: 18px;
}


.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mySwiper_two .swiper-slide {
  margin-right: 0px !important;

}
.mySwiper_two .silder_button {
  display: flex;
  position: absolute;
  right: 38px;
  top: 32px;
}
.mySwiper_two .silder_button .youtub_left{
width: 40px;
height: 40px;
box-shadow: 0px 0px 5px 0px #00000033;
background: #FFFFFF;
border-radius: 36px;
padding: 4px 13px;
cursor: pointer;
}
.mySwiper_two .silder_button .youtub_right {
width: 40px;
height: 40px;
box-shadow: 0px 0px 5px 0px #00000033;
cursor: pointer;
background: #FFA30C;
border-radius: 36px;
padding: 4px 16px;
margin-left: 10px;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-pagination-bullet-active {
opacity: var(--swiper-pagination-bullet-opacity, 1);
background: #FFA30B !important;
background: var(--swiper-pagination-color,var(--swiper-theme-color));
width: 28.94px;
height: 12px;
top: 7365px;
left: 904.71px;
gap: 0px;
border-radius: 6px;
opacity: 0px;
}
.swiper-pagination-bullet {

background: #FFA30C;
width: 28.94px;
height: 12px;
top: 7365px;
left: 904.71px;
gap: 0px;
border-radius: 6px;
opacity: 0px;
} 



.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mySwiper_two .swiper-slide {
  margin-right: 0px !important;

}

.mySwiper_two .silder_button {
  display: flex;
  position: absolute;
  right: 81px;
  top: 32px;
}

.mySwiper_two .silder_button .youtub_left {
  width: 40px;
  height: 40px;
  box-shadow: 0px 0px 5px 0px #00000033;
  background: #FFFFFF;
  border-radius: 36px;
  padding: 4px 13px;
  cursor: pointer;
}

.mySwiper_two .silder_button .youtub_right {
  width: 40px;
  height: 40px;
  box-shadow: 0px 0px 5px 0px #00000033;
  cursor: pointer;
  background: #FFA30C;
  border-radius: 36px;
  padding: 4px 16px;
  margin-left: 10px;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #FFA30B !important;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  width: 28.94px;
  height: 12px;
  top: 7365px;
  left: 904.71px;
  gap: 0px;
  border-radius: 6px;
  opacity: 0px;
}

.swiper-pagination-bullet {

  background: #FFA30C;
  width: 28.94px;
  height: 12px;
  top: 7365px;
  left: 904.71px;
  gap: 0px;
  border-radius: 6px;
  opacity: 0px;
}

.social-links {

  gap: 6px;
  position: fixed;
  left: 0;
  top: 50%;
  background: #FFFFFF52;
  width: 36px;
  height: 189px;
  gap: 0px;
  border-radius: 0px 20px 20px 00px;
  display: block;
  border: 1px solid #E2E2E2;
  z-index: 1000;

}

.social-icon-box {
  display: flex;
  padding: 6px;
  align-items: center;
  padding: 12px 7px;
}

.social-icon-box img {
  width: 100%;
}

.flex_center {
  display: flex;
  gap: 10px;
  align-items: center;
}

.youtube_home-card-grid {
  margin-bottom: 32px;
}

.show_all_years {
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  height: 100vh;
  background: #fff;
  z-index: 100;
  background: #FFFFFFE5;
  display: none;
  right: 0;
}

.show_all_years.show {
  display: block;
}

.show_all_years .show_insed_box {
  width: 70%;
  margin: auto;
  display: flex;
  position: absolute;
  left: 18%;
  top: 10%;

}

.show_all_years .show_insed_box .col-6 img {
  height: 80vh;
  margin: 43px;
}

.show_all_years .show_insed_box .show_dates {
  width: 248px;
  height: 80vh;
  top: 129px;
  left: 300px;
  gap: 0px;
  border-radius: 20px;
  border: 1px solid;
  opacity: 0px;
  border: 1px solid #D3D3D3;
  margin: 45px;
  background: #FFFFFF;
  padding: 30px;
}

.show_all_years .show_insed_box .show_dates h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 21px;
  text-align: left;
  padding: 10px 0;
  color: #636363;
  border-bottom: 1px solid #E6E6E6;
}

.show_all_years .show_insed_box .show_dates h3:hover {
  color: #FFA30C;

}

.header_button {
  text-align: end;
  margin: 30px;
  position: absolute;
  right: 10%;
}

.header_button button {
  background: #FFA30C;
  width: 147px;
  height: 40px;
  border-radius: 20px;
  color: #FFFFFF;
  font-weight: 550;
  margin-right: auto;
}

.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background: #FFFFFFF2;
  backdrop-filter: blur(9.5px);
}

.modal-content {
  background-color: #fff;
  /* padding: 20px; */
  border-radius: 8px;
  width: 80%;
  overflow: hidden;
  height: 80%;
  position: relative;
}

/* Close Button */
.close {
padding: 2px 7px;
border-radius: 6px;
position: absolute;
top: 5px;
right: 10%;
font-size: 30px;
cursor: pointer;
z-index: 100;
background: #9D9D9D2B;
width: 31.99px;
height: 31.99px;
vertical-align: middle;
border-radius: 5px;
opacity: 0px;
display: inline-block;
padding: -8px;
display: flex;
align-items: center;
}
/* Styling for Swiper Slider */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* background: #f1f1f1; */

  display: flex;
  justify-content: center;
  align-items: center;
}

.mySwiper_three img {
  width: 100%;
  height: auto;
  max-height: 400px;
}


#myModal .swiper-button-prev {
  border: 1px solid #E4E4E4;
  background: #FFFFFF;
  width: 50.7px;
  height: 50.7px;
  left: 50.7px;
  gap: 0px;
  border-radius: 50%;
}

#myModal .swiper-button-next {
  border: 1px solid #E4E4E4;
  background: #FFFFFF;
  width: 50.7px;
  height: 50.7px;
  /* left: 50.7px; */
  gap: 0px;
  right: 80px;

  border-radius: 50%;
}

#myModal .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  font-size: 22px;
  content: 'prev';
  color: #000 !important;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-prev:after {
  font-size: 22px;
  content: 'prev';
  color: #000 !important;
}

#myModal .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
  color: #000 !important;
  font-size: 20px;
}

.aboutus_home-experience-stats-item svg{
  margin: auto;
}


.aboutus_home-experience-stats-item-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin: auto;
}

.About_Us {
  width: 276px;
  background: #FFA30C;
  height: 46px;
  border-radius: 10px !important;
  font-family: Roboto;
font-size: 18px;
font-weight: 500;
line-height: 21.09px;
text-align: left;

}
.About_Us:hover{
  background: #FFA30C !important;
}










/* -----responsive----css-- */
@media screen and (max-width:768px) {
  
  .process_home-pattern, .genx-products_home-pattern, .hero-pattern {

    display: none;
  }
  .client-galaxy-grid {
    grid-template-columns: repeat(1, 1fr);
}
.client-galaxy-grid {
  margin-left: 0px !important;
  display: flex;
  flex-direction: column-reverse;
}
.row{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.col-20{
  width: 70%;
  margin: auto;
}
.process-step {
  flex: none !important;
  
  height: 252px !important;
}
.me-0{
  margin-left: auto !important;
}
.d_mobile_none{
  display: none;
}
.banner-title {
  font-size: 2rem;
    font-family: Poppins;
  font-weight: 600;
  line-height: 46px;
  letter-spacing: -1.56px;
}
.banner-img {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.banner-globe img{
  width: 100%;
}
.services_home-grid-item {
  min-width: 100%;

}
.main-navlink-wrap.show {
  display: flex;
  align-items: center;
  position: absolute !important;
  gap: 8px;
  top: 0px;
  justify-content: center;
  position: relative;
  flex-direction: column;
  width: 122%;
  background: #fff;
  height: 100vh;
  left: -23px;
}
.header-burger {
  /* display: none; */
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  padding: 4px;
  position: absolute;
  display: flex;
  right: -26px;
}
.nav-button {
  display: none;
}
.success_home-content-left-title {
  color: #0a0a0a;
  font-size: 35px;
    font-family: Poppins;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0.52px;
}
.padding-x {
  padding-inline: 40px;
}
/* .primary-btn{
  text-wrap: nowrap;

} */
.primary-btn {
  display: flex;
  height: 48px;
  width: 122px;
  padding: 8px 24px;
  justify-content: center;
  align-items: center;
  gap: 2px;
  border-radius: 99px;
  background: #ff8b00;
  color: white;
  margin-top: 2px;
  margin-bottom: 0px;
  transition: all 0.2s ease-in-out;
  font-size: 11px;
}
.youtube_home-content-right-button .primary-btn{
  width: 161px;
}
.youtube_home-content-right-button .outline-btn {

  width: 170px;
}
.global-container .success_home-content-left-title {
  color: #0a0a0a;
  font-size: 20px;
    font-family: Poppins;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0.52px;
}
.icon-btn {

  padding: 8px -4px 8px 10px;

  text-wrap: nowrap;
}
.process_home-content-top-title {
  font-size: 27px;
  line-height: 48px;
}
.featured-products_home-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 55px;
}
.featured-products_home-content-left-title {
  font-size: 29px;
  line-height: 48px;
}
.testimonials_home-content-left-title {
  color: #0a0a0a;
  font-size: 29px;
    font-family: Poppins;
  font-weight: 600;
  line-height: 43px;
  letter-spacing: -0.48px;
}
.testimonials_home-content-bottom-slider-item {
  
  padding: 32px;
  flex-direction: column;
  flex: 0 0 50%;
}
.testimonials_home-bottom-content {
  display: flex;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  flex-direction: column;
}
.mySwiper_two .silder_button {
  display: flex;
  position: absolute;
  right: 22px;
  top: 64px;
}
.success_home-content-bottom-slider-item {
  display: flex;
  width: auto;
  min-width: fit-content !important;
  flex-direction: column;
  align-items: center;
  border-radius: 12px;
  border: 1px solid #e1e4ea;
  background: #fff;
  box-shadow: 0px 4px 11px -1px rgba(10, 10, 10, 0.04);
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.flex-container {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.text-column {
  width: 100% !important;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 80px;
  flex-direction: column-reverse;
}
.left-column, .right-column {
  flex: 1;
  max-width: 100% !important;
  padding: 0 20px;
}
.process-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  position: relative;
  flex-direction: column;
  gap: 59px;
}
.main-container {
  border-radius: 0;
  /* display: flex; */
  flex-direction: column;
  align-items: flex-end;
  padding: 31px 31px 0 35px !important;
}
.company-image {
  object-fit: contain;
  width: 300px !important;
  border-radius: 0;
}
.success-stories {
  max-width: max-content;
  margin: 0 0 !important;
  padding: 20px;
}
.footer-layout {
  padding: 0 20px !important;
}
.cta-container {
  display: flex;
  gap: 7px;
  /* margin: 36px 293px 0 0; */
  font: 471 14px Roboto, sans-serif;
  margin: 10px 0;
}
.cta-container {
  display: flex;
  gap: 7px;
  text-wrap: nowrap;
  /* margin: 36px 293px 0 0; */
  font: 471 14px Roboto, sans-serif;
  margin: 10px 0;
}
.cta-button {
  border-radius: 10px;
  font-size: 12px;

  padding: 12px 15px !important;
  text-decoration: none;
}
body.oveflow_hiden{
  overflow: hidden;
}

} 

.hero_home{
  padding-inline:150px !important;
}

@media (max-width: 767px) {
  .slider-height-padding {
      padding-top: 340px;
  }
  .hero_home{
    padding-inline:10px !important;
  }
  
  .d_none_mobail{
    display: none;
  }
  .About_Us{
    width: 200px;
  }
  .banner-content-text {
  font-size: 14px !important;
  }

  ul li {
      height: 300px;
      font-size: 13px;
      letter-spacing: 1px;
  }
  .mane_PLAYLISTS{
          font-weight: bold;
          color: rgb(197, 197, 197);
          text-align: center;
          letter-spacing: 5px  !important;
          font-size: 60px !important;
          font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
      
  }
  .WATCHLISTS {
      font-weight: bold;
      font-family: Poppins;
      padding-bottom: 100px;
      color: rgb(197, 197, 197);
      text-align: center;
      letter-spacing: 2px !important;
      font-size: 50px !important;
      font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  }
  .themes{
      display: none !important;
  }
  .btn {
      padding: 10px 20px;
      border-radius: 8px;
      font-size: 16px;
      /* font-weight: bold; */
      cursor: pointer;
      border: none;
      width: 150px;
      height: 60px;
  }
  .for_you{
          font-weight: bold;
          font-family: Poppins;
          padding-bottom: 100px;
          color: rgb(197, 197, 197);
          text-align: center;
          letter-spacing: 5px !important;
          font-size: 60px !important;
          font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
      
  }
  .PICS_GALLERY{
          font-weight: bold;
          font-family: Poppins;
          padding-bottom: 100px;
          color: rgb(197, 197, 197);
          text-align: center;
          letter-spacing: 4px !important;
          font-size: 60px !important;
          font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
      
  }
  .slider_dive_hiight{
      height: 902px !important;
  }
  .pics img{
      width: 50% !important;
  }
  iframe{
        width: 100% !important;
  }
  .d_none_mobile{
      display: none !important;
  }
  .footer-left-menu{
      width: 100% !important;
  }
  .footer-main-left {
      display: flex;
      gap: 32px;
      flex-wrap: wrap;
      padding: 0 30px;
  }
  .footer-main-right {
  padding: 0 20px;
  }
  .center .slick-track{
      width: 90%  !important;
      margin: auto !important;
  }
  .menu--item iframe{
width: 100% !important;
  }
  .show_vidion_all{
      height: fit-content !important;
  }
  .main-navlink-wrap{
      display: none;
  }
  .header-burger{
      display: block;
  }
  .nav-button{
      display: none;
    }
    .header-burger {
      /* display: none; */
      flex-direction: column;
      justify-content: center;
      gap: 8px;
      cursor: pointer;
      padding: 4px;
      position: absolute;
      display: flex;
      right: 6px;
    }
    .main-navlink-wrap.show {
      display: flex;
      align-items: center;
      position: absolute !important;
      gap: 8px;
      top: -19px;
      justify-content: center;
      position: relative;
      flex-direction: column;
      width: 122%;
      background: #fff;
      height: 100vh;
      left: -23px;
  }
  .menu--wrapper{
      flex-wrap: wrap;
  }
  .show_udgar{
    display: none;
  }
  .testimonials_home-bottom-content-right-title {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 700;
    line-height: 23.44px;
    text-align: center;
    color: #141D38;
}
.testimonials_home-bottom-content-right-subtitle {
  font-family: 'Roboto';
  font-size: 9px;
  font-weight: 400;
  line-height: 14.06px;
  text-align: left;
  color: #737887;
}
.testimonials_home-review {
  font-family: 'Roboto';
  font-size: 10px;
  font-weight: 400;
  line-height: 16.41px;
  text-align: center;
  color: #515D62;
}
.testimonials_home-bottom-content-left {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 39px;
  height: 40px;
  /* margin-right: 29px; */
  position: absolute;
  /* left: 0; */
  right: 105px;
  bottom: 12px;
}
.youtube_home-content-right-button .outline-btn {
  width: 167px;
  padding: 20px;
  font-size: 10px;
}
.youtube_home-content-left-title {
  font-family: 'Inria Serif';
  color: #292F3B;
  font-size: 20px;
  font-weight: 400;
  line-height: 29.36px;
  text-align: left;
}
.youtube_home-card-title {
  color: #292F3B;
  width: 96%;
  margin: 32px auto;
  font-family: 'Poppins';
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
}
.youtube_home-card-item-image iframe{
  width: 100% !important;
}
.youtube_home-card-item{
  width: 100%;
}
.footer-left-menu-text {
  color: #292F3b;
  font-size: 25px !important;
  font-weight: 600;
  font-family: 'inter-reg' !important;
  margin-bottom: 10px;
}
.footer-left-menu-link-text {
  color: #292F3b !important;
  font-size: 16px !important;
  font-family: 'inter-reg';
  font-weight: 500;
}
.footer-main-left {
  display: flex;
  gap: 30px !important;
}
.experience-container {
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding: 40px 13px 92px !important; 
  margin-top: 80px;
}
.main-container {
  
  padding: 100px 31px 0 35px !important;
}

.experience-container {

  margin-top: 0px !important;
}
.uper_line, .right_line{
  display: none !important;
}
.company-title {
  font: 500 26px/37px 'Poppins' !important;
  margin: 0;
  color: #3F4256;
}
.company-description {
  margin-top: 25px;
  font: 400 15px/22.44px 'Roboto';
}
.experience-title {
  font-family: 'Poppins';
  font-size: 21px !important;
  font-weight: 600;
  line-height: 42px !important;
  text-align: left;
  color: #3F4256;
}
.about-year-experience{
  margin-top: 20px !important;
}
.how-section{
  margin-top: 10px !important;
}
.footer-copyright-text{
  font-size: 13px !important;
}
.banner-img {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
}
  .testimonials_home-content-bottom-slider-item {
    display: flex;
    width: 274px;
    flex: 0 0 auto;
    padding: 32px;
    flex-direction: column;
    /* flex: 0 0 20%; */
    height: 275px;
    align-items: flex-start;
    box-sizing: border-box;
    position: relative;
    gap: 17px;
    border-radius: 12px;
    margin-top: 70px;
    /* border: 1px solid #ffefdb; */
    background-image: url('../assets/images/Testimonial_bg.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    background-position: center;
}
.banner-globe {
  overflow: hidden;
  position: relative;
  justify-content: center;
  align-items: center;
}
}

@media (max-width: 575px) {
  .slider-height-padding {
      padding-top: 240px;
  }

  ul li {
      height: 200px;
  }
  
}

.mySwiper .swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 350px !important;
  height: 482px !important;
}
.mySwiper .success_home-content-bottom-slider-item{
  width: auto !important;
}
.first_column{
  position: relative;
}

/* .first_column::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 131%;
  top: 6px;
  right: -43px;
  background-color: #3B76E5;
}
.first_column::before {
  content: '';
  position: absolute;
  width: 90%;
  height: 1px;
  top: 6px;
  right: -43px;
  background-color: #3B76E5;
} */
.uper_line{
    width: 86%;
    display: block;
    position: absolute;
    background-color: #3B76E5;
    height: 1px;
    right: -42px;
    top: 5px;

}
.right_line{
    width: 1px;
    display: block;
    position: absolute;
    background-color: #3B76E5;
    height: 130%;
    right: -42px;
    top: 5px;
}