/* common style start */

body {
  font-family: 'Public Sans';
  /* background-color: #1B1C23; */
  /* color: #fff; */
  overflow-x: hidden;
}

.h1,
h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
.h5,
h5,
h6,
.h6 {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}

h1,
.h1 {
  font-size: clamp(4.375rem, 1.4063rem + 9.5vw, 6.75rem);
  /* 108 to 70 */
  line-height: clamp(5rem, 1.875rem + 10vw, 7.5rem);
}

.h2,
h2 {
  font-size: clamp(2.5rem, 0.7031rem + 5.75vw, 3.9375rem); 
  /* 63px to 40px */
  line-height: clamp(3.125rem, 1.5625rem + 5vw, 4.375rem);
}

.h3,
h3 {
  font-size: clamp(1.875rem, 1.0938rem + 2.5vw, 1.5rem);
  /* 40 to 30 */
  line-height: clamp(2.5rem, 1.7188rem + 2.5vw, 2.125rem);
}

.h4,
h4 {
  font-size: clamp(1.125rem, 0.8125rem + 1vw, 1.375rem);
  /* 22 to 18 */
  line-height: clamp(1.375rem, 0.75rem + 2vw, 1.875rem);
}

.h5,
h5 {
  font-size: clamp(1.125rem, 0.9688rem + 0.5vw, 1.25rem);
  /* 20 to 18 */
  line-height: clamp(1.375rem, 1.1406rem + 0.75vw, 1.5625rem);;
}

.h6,
h6 {
  font-size: clamp(0.8rem, 0.8438rem + 0.5vw, 1rem);
  /* 16 to 14 */
  line-height: clamp(1.125rem, 0.9688rem + 0.5vw, 1.25rem);;
}

.h-screen {
  height: 100dvh;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

@media (max-width: 991px) {
  .h-screen {
    height: auto;
    display: block;
  }
}

.content p {
  font-size: 15px;
  line-height: 26px;
  color: rgba(27, 28, 35, 0.8);
}

.content ul {
  margin: 20px 0;
}
.content ul:last-child {
  margin: 0;
}
.content ul li {
  position: relative;
  padding: 0 0 0 20px;
  margin: 0 0 10px;
  color: rgba(27, 28, 35, 0.8);
}
.content ul li:last-child {
  margin-bottom: 0;
}

.content ul li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: rgba(27,28,35,0.8);
  border-radius: 10px;
}

a {
  transition: 0.4s;
}

.btn {
  background-color: #fff;
  color: #1B1C23;
  border-radius: 10px;
  font-weight: 500;
  padding: 10px 20px;
  transition: 0.4s;
  border: 1px solid #fff;
}

.btn:hover {
  border-color: #fff;
  color: #fff;
}

.btn-black {
  background-color: #1B1C23;
  border: 1px solid #1B1C23;
  color: #fff;
  border: 1px solid #1B1C23;
}

.btn-black:hover {
  background-color: transparent;
  color: #1B1C23;
  border: 1px solid #1B1C23;
}

ul li {
  list-style: none;
}

ul {
  margin: 0;
  padding: 0;
}

.btn-link {
  position: relative;
  text-decoration: none;
  color: #1B1C23;
  text-transform: uppercase;
  font-weight: 700;
}

.btn-link:hover {
  color: #1B1C23;
}

.btn-link::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #1B1C23;
  bottom: -5px;
  transform: scale(0);
  left: 0;
  right: 0;
  transition: 0.4s;
}

.btn-link:hover::after {
  transform: scale(1);
  transition: 0.4s;
}

.row {
  row-gap: 30px;
}
/* common style end */

/* HERO BANNER */

.hero-banner .img {
  position: relative;
}

.hero-banner .img>img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}

.hero-banner {
  /* height: 100dvh; */
  height: 900px;
  width: 100%;
  scroll-snap-align: start;
}

.hero-banner .banner-inner {
  overflow: hidden;
}

.hero-banner .banner-inner,
.hero-banner .banner-inner .hero-banner-img img {
  height: 100%;
  width: 100%;
}

.hero-banner .banner-inner .hero-banner-img img {
  object-fit: cover;
  object-position: center;
  transform: translate(12px, 25px) scale(1.25);
  position: absolute;
  left: 0;
  bottom: 0;
}

.hero-banner .hero-banner-img {
  height: 100%;
  width: 100%;
}
.hero-banner .hero-banner-img:before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(27, 28, 35, 0.3);
  z-index: 1;
  transform: scale(1.5);
}

.hero-banner .hero-container {
  height: 100%;
  width: 100%;
}

/* hero banner slider  */
.hero-banner .slider-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 12;
  top: 0;
  left: 0;
}

.hero-banner .slider-wrapper>.item-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
}

.hero-banner .container {
  max-width: 1140px !important;
  position: relative;
}

.hero-banner .hero-img-swiper {
  overflow-y: visible;
  overflow-x: clip;
}

.hero-banner .hero-img-swiper .swiper-slide .img {
  height: 100%;
}

.hero-banner .hero-img-swiper .swiper-slide {
  overflow: hidden;
  opacity: 0;
  height: 300px;
}

.hero-banner .hero-img-swiper .swiper-slide-active {
  border: 2px solid #fff;
  border-bottom: 0px;
  opacity: 1 !important;
  transform: scale(1.5);
}

.hero-banner .hero-img-swiper .swiper-slide-active .img>img {
  transform: scale(1.7) translate(4px, -76px);
}

.hero-banner-text {
  position: absolute;
  top: 150px;
  color: #fff;
  z-index: 99;
  padding: 0 20px;
}
.hero-banner-text.black {
  color: #1B1C23;
}

.hero-banner-text h1 {
  font-size: 75px;
  line-height: 80px;
}

.hero-banner-text .content {
  max-width: 400px;
  width: 100%;
}
@media (max-width: 767px) {
  .hero-banner-text .content {
    margin:auto;
  }
}

.hero-banner-text .content p {
  color: #fff;
} 
.hero-banner-text.black .content p {
  color: #1B1C23;
}
.hero-banner-text.black .btn-white {
  background-color: #1B1C23;
  color: white;
}
.hero-banner-text.black .btn-white:hover {
  border-color: #1B1C23;
  color: #1B1C23;
  background-color: #fff;
}
/* Card Slider */
.slider-wrapper {
  background: #fff;
  clip-path: polygon(26.6% 57.5%, 73.7% 57.5%, 73.7% 100%, 26.6% 100%);
  z-index: 11;
}

@media (max-width: 767px) {
  .slider-wrapper {
    clip-path: polygon(26.6% 53.5%, 73.7% 53.5%, 73.7% 100%, 26.6% 100%);
  }
}

.card-slider-wrapper {
  height: 100vh;
}

.scroll-helper {
  height: 100vh;
  scroll-snap-align: start;
}

.main-home {
  margin-top: 0 !important;
}

/* media query  */
@media screen and (min-width: 1300px) {
  .hero-banner .banner-inner .hero-banner-img img {
    transform: translate(12px, 25px) scale(1.5);
  }

  .hero-banner .hero-img-swiper .swiper-slide-active .img>img {
    transform: scale(2.05) translate(4px, -63px);
  }
}
/* hero banner */

.header-main {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  z-index: 1000;
  height: 80px;
  display: flex;
  align-items: center;
}

.header-dark {
  background-color: #1B1C23;
} 

.header-main.sticky {
  background-color: rgba(0, 0, 0, 0.50);
  backdrop-filter: blur(25px);
  position: fixed;
  animation: smoothScroll 1s forwards;
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-80px);
  }
  100% {
    transform: translateY(0);
  }
}

.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-left {
  display: flex;
  align-items: center;
}

.header-logo {
  height: 51px;
  width: auto;
}

/* Navigation Menu */
.nav-menu-desktop {
  margin: 0 0 0 auto;
}

.nav-items {
  display: flex;
  list-style: none;
  gap: 8px;
}


.nav-items > li > a {
  display: flex;
  align-items: center;
  padding: 30px 16px;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  border-radius: 12px;
  transition: background-color 0.2s;
}

/* .nav-items > li.has-mega-menu > a::after {
  content: '';
  display: inline-block;
  margin-left: 6px;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='6 9 12 6'%3E%3Cpath d='M12 15l-4.243-4.243 1.415-1.414L12 12.172l2.828-2.829 1.415 1.414z' fill='white'/%3E%3C/svg%3E");
position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.2s;
  top: 6px;
} */

/* .nav-items > li:hover > a::after {
  transform: rotate(180deg);
  top: -4px;
} */

/* Revolut-style Mega Menu */
.mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  display: none;
  padding: 40px 0;
  border-top: 1px solid #eaeaea;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s, transform 0.3s;
}

.mega-menu-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.has-mega-menu:hover .mega-menu {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.mega-menu-column {
  display: flex;
  flex-direction: column;
}

.mega-menu-column h4 {
  font-size: 14px;
  font-weight: 600;
  color: #191919;
  margin-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.mega-menu-column ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.mega-menu-item {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #191919;
  padding: 8px 12px;
  border-radius: 12px;
  transition: background-color 0.2s;
}

.mega-menu-item:hover {
  background-color: #f5f5f5;
}

.mega-menu-icon {
  width: 40px;
  height: 40px;
  background-color: #f0f0f0;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  color: #191919;
}

.mega-menu-icon.personal {
  background-color: #ffe5ec;
  color: #ff3266;
}

.mega-menu-icon.business {
  background-color: #e5f6ff;
  color: #0666eb;
}

.mega-menu-icon.investment {
  background-color: #e5fff1;
  color: #00c853;
}

.mega-menu-text {
  display: flex;
  flex-direction: column;
}

.mega-menu-text strong {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 2px;
}
.mega-menu-item:hover .mega-menu-text strong {
  color: #1B1C23;
}

.mega-menu-text span {
  font-size: 13px;
  color: #666;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 14px;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
}

.h-btn {
  display: flex;
}

/* Mobile menu styles */
.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 18px;
  cursor: pointer;
}

.menu-toggle .line {
  height: 2px;
  width: 100%;
  background-color: #fff;
  transition: all 0.3s;
}

.nav-menu-mobile {
  display: none;
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #1B1C23;
  overflow-x: hidden;
  overflow-y: auto;
  transition: height 0.3s;
  z-index: 999;
}

.nav-menu-mobile  ul li {
  margin-bottom: 20px;
}

.nav-menu-mobile  ul li a {
  color: #fff;
  text-decoration: none;
}

.nav-menu-mobile-inner {
  padding: 20px;
  
}

.nav-menu-mobile ul li:has(.btn) {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-menu-mobile ul li .btn {
  color: #1B1C23;
}

.nav-menu-mobile ul li .btn:hover {
  color: #fff;
}

.mobile-mega-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-mega-header .mega-arrow-toggle {
  background-color: transparent;
  border: none;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(66deg) brightness(103%) contrast(104%);
}

.body-menu-open {
  overflow: hidden;
}

@media (max-width: 990px) {
  .nav-menu-desktop, .mega-menu {
    display: none !important;
  }

  .menu-toggle {
    display: flex;
  }

  .header-main {
    height: 70px;
  }

  .nav-menu-mobile {
    display: block;
  }

  .mega-submenu-mobile {
    padding-left: 20px;
    margin-top: 10px;
    display: none;
  }

  .mega-submenu-mobile.open {
    display: block;
  }

  .h-btn {
    display: none;
  }
}



/* Header end */

/* about page start */
.about-wrp {
  padding: 100px 0;
}
/* about page end */

/* faq start */
.faq-block {
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  border: 1px solid #fff;
  transition: 0.4s;
  height: calc(100% - 20px);
  margin-bottom: 20px;
  position: relative;
}

.faq-block:hover {
  background-color: #1B1C23;
  transition: 0.4s;
}

.faq-block .content p,
.faq-block * {
  color: #1B1C23;
}

.faq-block:hover .content p,
.faq-block:hover * {
  color: #fff;
}

.faq-block .hover-block,
.faq-block .inner-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 200px;
}

.hover-block {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  inset: 0;
}


.faq-block:hover .hover-block {
  opacity: 1;
  padding: 30px;
  overflow-y: auto;
  visibility: visible;
  background-color: #1B1C23;
  border-radius: 12px;
}

.faq-block:hover .hover-block {
  margin-top: 0;
}

.about-team {
  row-gap: 40px;
}

.portfolio-wrp .detail,
.about-team .detail {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  padding: 23px 15px;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 10px;
}

.about-team .team-block {
  position: relative;
}

.about-team .team-block .social-media {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  transition: 0.4s;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end ;
}

.about-team .team-block .social-media a {
  background-color: #0d66c2;
  width: 50px;
  margin: auto;
  border-radius: 100%;
  padding: 10px;
}

.about-team .team-block .social-media a:hover {
  background-color: #fff;
}

.about-team .team-block .social-media a:hover svg path {
  fill: #0d66c2;
} 

.about-team .team-block .social-media a svg path {
  color: #fff;
  background-color: #fff;
  fill: #fff;
}

.about-team .team-block:hover .social-media {
  opacity: 1;
  visibility: visible;
}

.about-team .team-block .image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.portfolio-block h6,
.portfolio-block span,
.about-team .team-block span,
.about-team .team-block h6 {
  color: #1B1C23;
  margin-bottom: 10px;
}

.faq-main .faq-title {
  padding-bottom: 20px;
}

.faq-wrp {
  padding: 30px 0 100px;
}
/* faq end */

/* inner banner start */
.inner-banner {
  position: relative;
  padding: 200px 0 100px 0;
  background-color: rgba(0, 0, 0, 0.1);
  background-size: cover;
  background-repeat: no-repeat;
}
.inner-banner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #1B1C23;
    opacity: 0.6;
}

.inner-banner .inner-content {
  position: relative;
  z-index: 1;
}
.inner-banner .inner-content .title {
  color: #fff;
}
.about-team {
  margin-top: 50px;
}
.inner-banner .date-list {
  color: #fff;
}
/* inner banner end */

/* counter section start */

.counter-wrp {
  padding: 100px 0;
  position: relative;
}

.counter-wrp::after {
  content: "";
  position: absolute;
  bottom: 0;
  background-image: url("../images/map-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;

}

.counter-block b,
.counter-block span {
  font-size: clamp(1.5rem, 0.7031rem + 5.75vw, 2.5rem); 
  /* 63px to 40px */
  line-height: clamp(3.125rem, 1.5625rem + 5vw, 4.375rem);
  font-weight: 500;
}

.counter-block {
  padding-top: 30px;
}

.counter-block .c-block {
  padding: 30px;
}

.counter-block .c-block p {
  padding-top: 20px;
}

.counter-block .row {
  row-gap: 30px;
}

.counter-block .counter-column:first-child .c-block {
  background-color: rgba(255, 255, 255, 0.1);
}
.counter-block .counter-column:nth-child(2) .c-block {
  background-color: rgba(255, 255, 255, 0.2);
}
.counter-block .counter-column:nth-child(3) .c-block {
  background-color: rgba(255, 255, 255, 0.3);
}
/* counter section end */

/* partner section start */
.partner-wrp {
  padding: 20px 0;
  overflow: hidden;
}

.marquee {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.partner-main {
  display: flex;
  width: max-content;
  height: 100%;
  animation: scroll-left 20s linear infinite;
}

.partner-main .img {
  margin: 0 40px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
}

.partner-main .img img {
  height: auto;
  object-fit: contain;
}

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

/* partner section end */

/* zigzag start */

.zigzag-wrp {
  padding: 100px 0;
}
@media (min-width: 1024px) {
  .zigzag-content {
    padding-left: 10%;
  }
}
.zigzag-image .img img {
  width: 100%;
}

.zigzag-image {
  position: relative;
}

.zigzag-image .logo-image img {
  width: 200px;
  height: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
}
/* zigzag end */

/* footer  */
.footer {
  text-align: center;
  background-color: #1B1C23;
  position: relative;
  z-index: 1;
}

.footer-contact,
.footer-menu,
.footer-logo {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0;
}

.footer-logo a {
  display: block;
}

.footer-logo img {
  width: 150px;
  height: 150px;
}

.footer-logo .content {
  max-width: 700px;
  margin: 0 auto;
}

.footer-logo .content p {
  color: #fff;
}

.footer-contact ul,
.footer-menu ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.footer-contact ul li a,
.footer-menu ul li a {
  color: #fff;
  text-decoration: none;
  position: relative;
}

.footer-contact ul li a::after,
.footer-menu ul li a::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #fff;
  bottom: -5px;
  transform: scale(0);
  left: 0;
  right: 0;
  transition: 0.4s;
}

.footer-contact ul li a:hover::after,
.footer-menu ul li a:hover::after {
  transform: scale(1);
  transition: 0.4s;
}

.social-media {
  padding-top: 20px;
}

.social-media ul li a::after {
  display: none;
}

.social-media ul li a:hover {
  opacity: 0.7;
}

.social-media ul li a img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(9deg) brightness(107%) contrast(102%);
}

.footer-contact {
  border-bottom: none;
}

/* service */
.service-wrp {
  padding: 100px 0 30px;
}
.service-wrp .service-main .title,
.portfolio-wrp .portfolio-main .title {
  margin-bottom: 30px;
}

.service-main-block {
  padding-top: -30px;
}

.service-block {
  border: 1px solid rgba(27, 28, 35, 0.05);
  padding: 30px 16px;
  background-color: #fff;
  filter: drop-shadow(0 8px 12px rgba(27, 28, 35, 0.03));
}

.service-block .title {
  padding-top: 20px;
}
/* service */

/* portfolio start */
.portfolio-wrp {
  padding: 100px 0 50px;
}

.portfolio-block {
  position: relative;
}

.portfolio-block .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portfolio-block a {
  color: #1B1C23;
  display: block;
  font-weight: 700;
  text-decoration: none;
  font-size: 20px;
  line-height: 28px;
}

.portfolio-block a:hover {
  opacity: 0.7;
}

.portfolio-main .btn-custom {
  padding-top: 40px;
}

.portfolio-main .title {
  padding-bottom: 20px;
}

.p-scroll {
  max-width: 500px;
  margin: 0 auto;
}


.p-scroll .swiper-scrollbar-drag {
  background-color: #1B1C23;
}

.p-scroll,
.p-pagination {
  position: relative !important;
  z-index: 99;
}

.p-pagination .swiper-pagination-bullet-active {
  background-color: #1B1C23;
}
/* portfolio end */

/* growth start */
.growth-wrp {
  padding: 100px 0;
  background-color: rgba(0, 0, 0, 0.1);
}

.growth-block {
  position: relative;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .growth-block {
    padding: 0 20px;
  }
}
.g-main .g-inner .inner-block {
  border: 1px solid #1B1C23;
  border-top: 3px solid #1B1C23;
  border-bottom: 3px solid #1B1C23;
  padding: 40px 20px;
  margin: 0;
  position: relative;
}
/* .g-main .g-inner .inner-block .num {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    font-size: 18px;
    font-weight: bold;
    background-color: #000;
    color: #fff;
} */
@media (min-width: 992px) {
  .g-main .g-inner:nth-child(1) .inner-block {
    margin-top: 18dvw;
  }
  .g-main .g-inner:nth-child(2) .inner-block {
    margin-top: 12dvw;
  }
  .g-main .g-inner:nth-child(3) .inner-block {
    margin-top: 6dvw;
  }
  .g-main .g-inner:nth-child(1) .inner-block:after {
    content: "";
    position: absolute;
    top: -22px;
    left: -45px;
    width: 45px;
    height: 103%;
    background-color: rgba(27, 28, 35, 0.3);
    transform: skewY(40deg);
  }
  .g-main .g-inner:nth-child(2) .inner-block:after,
  .g-main .g-inner:nth-child(3) .inner-block:after,
  .g-main .g-inner:nth-child(4) .inner-block:after {
    content: "";
    position: absolute;
    top: -22px;
    left: -45px;
    width: 45px;
    height: 6.5dvw;
    background-color: rgba(27, 28, 35, 0.3);
    transform: skewY(40deg);
  } 
}
@media (min-width: 768px) and (max-width: 991px) {
  .g-main {
    row-gap: 77px;
  }
  .g-main .g-inner:nth-child(odd) .inner-block {
    margin-top: 6dvw;
  }
  .g-main .g-inner:nth-child(odd) .inner-block:after {
    content: "";
    position: absolute;
    top: -22px;
    left: -45px;
    width: 45px;
    height: 103%;
    background-color: rgba(27, 28, 35, 0.3);
    transform: skewY(40deg);
  }
  .g-main .g-inner:nth-child(even) .inner-block:after {
    content: "";
    position: absolute;
    top: -22px;
    left: -45px;
    width: 45px;
    height: 6.5dvw;
    background-color: rgba(27, 28, 35, 0.3);
    transform: skewY(40deg);
  }  
}
@media (min-width: 768px) {
  .g-main .g-inner .inner-block:before {
      content: "";
      position: absolute;
      bottom: 100%;
      left: 0;
      width: 100%;
      height: 40px;
      background-color: #1B1C23;
      transform: skewX(51deg) translateX(-22px);
  }
}

.growth-block .img {
  padding-bottom: 20px;
}

.growth-main>.title {
  padding-bottom: 60px;
}
/* growth end */

/* proficiency-wrp start */
.proficiency-wrp {
  padding: 100px 0 20px ;
}

.proficiency-wrp .h3 {
  display: inline-block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 10px;
}

.proficiency-wrp .p-block p {
  margin: 0;
}

.proficiency-wrp .p-block {
  background: #ffffff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  height: 100%;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.proficiency-wrp .p-block .icon {
  /* padding-bottom: 20px; */
  background-color: rgba(98, 98, 98, 0.1);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.proficiency-wrp .p-block .icon img {
  width: 40px;
  height: 40px;
}

.proficiency-wrp .p-block .detail {
  padding-left: 20px;
}

.portfolio-block .content {
  padding-top: 20px;
}

.proficiency-wrp .p-block .detail li {
  list-style: disc;
  /* font-size: 14px;
  line-height: 20px; */

}

/* blog single start */
.date-list ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
  opacity: 0.8;
}
/* blog single end */

/* bg image start */
.bg-image-wrp {
  position: relative;
  height: 100dvh;
  overflow: hidden;
}
.bg-image-wrp .swiper,
.bg-image-wrp .swiper .image {
  height: 100%;
}
@media (max-width: 991px) {
  .bg-image-wrp {
    height: 650px;
  }
}
.bg-image-wrp .bg-slider .image::after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}

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

.bg-slider {
  position: relative;
  z-index: 9;
}

.bg-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  text-align: center;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}

.bg-content .content p,
.bg-content .title {
  color: #fff;
}
/* bg image end */

/* blog start */
.blog-wrp {
  padding: 100px 0;
}

.blog-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.blog-content {
  padding-top: 20px;
}

.blog-content .h6 {
  font-weight: 400;
  display: block;
  text-decoration: none;
  text-transform: none;
}

.blog-content .h6:hover {
  opacity: 0.7;
}

.blog-main .top-title {
  padding-bottom: 60px;
}

.blog-main .top-title .content {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
/* blog end */

/* blog single general style start */

.general-content .image {
  padding-bottom: 20px;
  text-align: center;
}

.general-content img {
  width: auto;
  height: auto;
  padding-bottom: 20px;
  display: block;
  max-width: 100%;
  max-height: 420px;
  margin: auto;
}

.general-content .image {
  margin: 0 auto;
 
  padding: 0 20px;
}

.general-content h6,
.general-content h5,
.general-content h4,
.general-content h3,
.general-content h2,
.general-content h1 {
  margin-bottom: 30px;
  margin-top: 30px;
}

.general-content h6,
.general-content h5,
.general-content h4,
.general-content h3,
.general-content h2,
.general-content h1 {
  text-transform: none;
}

.general-content h1 {
  font-size: clamp(2rem, 1.4063rem + 7.5vw, 2.75rem);
  line-height: clamp(3rem, 1.875rem + 8vw, 3rem);
}
.general-content h2 {
  font-size: clamp(1.8rem, 1.4063rem + 7.5vw, 2rem);
  line-height: clamp(3rem, 1.875rem + 8vw, 2.25rem);
}
/* blog single general style end */

/* FORM START */
.form-main form .form-group {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
}


.form-main form .form-group select,
.form-main form .form-group input,
.form-main form .form-group textarea {
  width: 100%;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 10px 20px;
}

.form-main form .form-group select:focus,
.form-main form .form-group input:focus,
.form-main form .form-group textarea:focus {
  box-shadow: none;
  outline: none;
}

.form-check-input:checked {
  background-color: #1B1C23;

}

.form-main .form-check {
  padding-left: 35px;
  min-height: auto;
  display: block !important;
}

.form-main .form-check label {
  padding-bottom: 0 !important;
  padding-left: 10px;
}

.form-main .form-group .btn {
  background-color: #1B1C23;
  color: #fff;
  border: 1px solid #1B1C23;
  text-transform:  uppercase;
  font-weight: 500;
}

.form-main .form-group .btn:hover {
  border: 1px solid #1B1C23;
  color: #1B1C23;
  background-color: transparent;
}

.form-main form .form-group .form-check-input {
  /* width: auto; */
  float: none;
  padding: 0;
  width: 20px;
  height: 20px;
  position: relative;
  top: -2px;
}

.form-main form .form-group label {
  font-size: 16px;
  line-height: 20px;
  color: #1B1C23;
  padding-bottom: 10px;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 0;
}

.form-wrp {
  padding: 30px 0 100px;
}
/* form end */

/* blo listing start */
.blog-block .image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.author-block {
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 20px;
}

.author-block .image img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 100%;
  margin-bottom: 20px;
}

.blog-side-block .blog-form-block {
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 20px;
  margin: 20px 0;
}

.blog-side-block .blog-form-block input {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  border: none;
  padding: 10px;
}

.blog-side-block .blog-form-block input:focus {
  outline: none;
  box-shadow: none;
}

.blog-side-block .blog-form-block input::placeholder {
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: #1B1C23;
}

.blog-list,
.latest-blog {
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: left;
  padding: 20px;
  margin: 20px 0;
}

.latest-blog .h6 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-transform: none;
}

.latest-blog a {
  text-decoration: none;
  border-bottom: none !important;
  margin-top: 20px;
  display: block;
  margin-bottom: 0;
}

.latest-blog a:hover {
  opacity: 0.7;
}

.blog-list ul,
.latest-blog .date-list {
  padding-left: 20px;
}

.blog-list li,
.latest-blog .date-list li {
  list-style: disc;
  font-size: 14px;
  line-height: 20px;
}

.latest-blog h2 {
  padding-bottom: 10px;
}

.latest-blog .l-block {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 0;
}

.latest-blog .l-block:last-child {
  border-bottom: none !important;
}

.blog-list li a {
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #1B1C23;
}

.blog-list ul {
  padding-top: 20px;
}

.blog-list li span {
  color: rgba(0, 0, 0,0.5);
}

.blog-list .title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.blog-list .title .h6 {
  margin-bottom: 10px;
}

.blog-list li a:hover {
  opacity: 0.7;
}
/* blog listing end */

/* thesis start  */
.thesis-wrp {
  padding: 100px 0;
}

.t-block blockquote {
  font-size: 40px;
  line-height: 50px;
  font-weight: 500;
}

.t-block span {
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
  display: block;
  margin-bottom: 20px;
  margin-top: 10px;
}

.t-block p span,
.t-block ul li span {
  font-size: 16px;
  line-height: 22px;
}

.t-bg-image p,
.t-block h2 {
  font-size: 30px;
  line-height: 36px;
  text-transform: none;
}

.slogan h2 {
  font-size: 38px;
  line-height: 44px;
  text-transform: none;
  margin-top: 30px;
  text-transform: uppercase;
}

.t-block h3 {
  font-size: 28px;
  line-height: 32px;
  text-transform: none;
}

.t-block ul {
  padding-left: 20px;
}

.t-block ul li {
  list-style: disc;
  margin-bottom: 16px;
}

.t-block .content ul li span{
      display: unset;
}

.ft-overview-item {
  position: sticky;
  top: 0;
  padding: 100px 0;
}
@media (max-width: 991px) {
  .ft-overview-item {
    position: relative;
  }
}
.ft-overview-item:last-of-type {
  position: relative;
  z-index: 1;
}
.ft-overview-item.white::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    margin: auto;
    z-index: -1;
}
.ft-overview-item.black::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #1B1C23;
    margin: auto;
    z-index: -1;
}
.ft-overview-item.white * {
  color: #1B1C23;
}
.ft-overview-item.black * {
  color: #fff;
}
@media (max-width: 991px) {
  .ft-overview-item {
    padding: 50px 0;
  }
}
.ft-overview-content .sub {
    display: block;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.ft-overview-content p,
.ft-overview-content ul li {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;    
}
.ft-overview-item.white .ft-overview-content p,
.ft-overview-item.white .ft-overview-content ul li {
  color: rgba(27, 28, 35, 0.8);
}
.ft-overview-item.black .ft-overview-content p,
.ft-overview-item.black .ft-overview-content ul li {
  color: rgba(255, 255, 255, 0.8);
}
.ft-overview-item.black .ft-overview-content ul li:before {
  background-color: rgba(255, 255, 255, 0.8);
}
/* thesis end */

/* responsive css start */

@media (max-width: 1199px) {
  .zigzag-main .title .h1 {
    font-size: 60px;
    line-height: 70px;
  }

  .general-content img {
    width: 100%;
  }
}

@media (max-width:767px) {

  .inner-banner::after {
    left: 20px;
    right: 20px;
  }

  .thesis-wrp,
  .form-wrp,
  .blog-wrp,
  .faq-wrp,
  .proficiency-wrp,
  .growth-wrp,
  .portfolio-wrp,
  .service-wrp,
  .zigzag-wrp,
  .counter-wrp,
  .about-wrp {
    padding: 50px 0;
  }

  /* counter */
  .counter-block {
    padding-top: 20px;
  }
  /* counter */

  /* zigzag */
  .zigzag-image .logo-image img {
    width: 100px;
    height: 100px;
  }

  .zigzag-main .title {
    text-align: center;
    padding-left: 0;
  }
  
  .zigzag-main .title {
    padding-left: 0;
  }

  .counter-block .c-block {
    padding: 0;
  }
 

  /* zigzag */

  /* growth section */

  .growth-block::after {
    display: none;
  }

  .about-team .team-block .image img {
    height: 400px;
  }

  .faq-block {
    height: 100%;
    margin-bottom: 0;
  }

  /* banner */
  .hero-banner {
    height: 830px;
  }
  .hero-banner .hero-img-swiper .swiper-slide {
    height: 300px;
  }
  .hero-banner-text h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .hero-banner-text {
    top: 120px;
    text-align: center;
    width: 100%;
    left: 0;
  }

  /* .hero-img-swiper {
    max-width: 180px;
    width: 100%;
  } */

  .g-main .g-inner:nth-child(even) .inner-block,
  .g-main .g-inner .inner-block {
    margin: 0 !important;
  }
}

@media (min-width: 1920px) {
  .hero-banner .hero-container {
    max-width: 100% !important;
  }
  .hero-banner .hero-banner-text {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
/* responsive css end */