@import url(./aos.css);
@import url(./fonts.css);
@import url(./varialble.css);
@import url(./default.css);

/* header css start */
header {
  box-shadow: rgba(99, 99, 99, 0.2) -7px -1px 8px 0px;
  padding: 10px 0;
  min-height: 10rem;
  /* position: sticky;
  top: 0;
  z-index: 999; */
}
.header-inner {
  justify-content: space-between;
}
header ul li a {
  color: var(--fintech-white);
  font-size: 16px;
  font-weight: 500;
}
header ul li:not(:last-child) a{
  margin: 0 7rem 0 0;
}
header ul {
  padding-left: 10px;
}
/* hamburger */
.hamburger {
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: none;
  position: relative;
  z-index: 999;
}

.hamburger .line {
  width: 100%;
  height: 3px;
  background-color: var(--fintech-white);
  display: block;
  margin: 6px auto;
  transition: all .3s ease-in-out
}

.hamburger:hover {
  cursor: pointer
}

.hamburger.is-active .line:first-child,.hamburger.is-active .line:nth-child(3) {
  width: 20px
}

.hamburger.is-active .line:first-child {
  transform: translateX(6px) translateY(2px) rotate(45deg)
}

.hamburger.is-active .line:nth-child(3) {
  transform: translateX(6px) translateY(-2px) rotate(-45deg)
}
/* header css end */
/* breadcrumbs-section start */
.breadcrumbs-section {
  padding: 20px 0;
  margin-top: 3rem;
}
.breadcrumbs-section ul {
  grid-gap: 10px;
}
/* breadcrumbs-section end */
/* marquee-section start */
.marquee-section {
  background-color: var(--fintech-raven);
  padding: 17px 0;
  min-height: 60px;
}
/* marquee-section end */
/* info-section start */
.info-section.bg-fintech-raven {
  border: solid var(--fintech-dark-gray);
  border-width: 1px 0;
}
.info-row {
  grid-gap: 0 8rem;
}
.info-col-content {
  grid-gap: 4rem 0;
}
.info-col-img-title {
  margin-bottom: 5.6rem;
}
/* info-section end */
/* service section start */
.service-grid {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
  margin-top: 4.8rem;
}
.service-call,
.favourite-clients-col {
  border: 1px solid var(--fintech-light-gray-second);
  padding: 24px 16px;
  transition: all 0.3s;
}
.service-call-head {
  margin-bottom: 24px;
}
.service-call:hover,
.favourite-clients-col:hover{
  box-shadow: rgba(99, 99, 99, 0.2) 0px 1px 8px 0px;
}
.project-stage-section .service-call .service-logo{
  max-width: 50px;
}
/* service section end */
/* redesign-products section start */
.redesign-products-row {
  grid-gap: 3.2rem 0;
}
/* redesign-products section end */
/* review section css start */
.review-grid {
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  margin-top: 4.8rem;
}
.review-col {
  background-color: var(--fintech-raven);
  padding: 16px;
}
.review-content-wrap {
  grid-gap: 10px;
}
.profile-img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 1px solid var(--fintech-dark-gray);
  overflow: hidden;
}
.profile-img img {
  border-radius: inherit;
}
.review-col .review-logo {
  max-width: 100px;
}
.left-quote{
  margin: 0 0 10px;
}
.right-quote{
  margin: 10px 0 3rem;
}
/* review section css end */
/* project-work-number-view-section css start */
.project-work-number-view-section {
  padding: 5rem 0;
}
.project-work-number-view-grid {
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 4rem;
}
.project-work-number-view-col h3 {
  margin-bottom: 24px;
}
/* project-work-number-view-section css end */
/* favourite-clients-section css start */
.favourite-clients-grid {
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px;
  margin-top: 4.8rem;
}
.favourite-clients-section h2.big-title {
  padding: 2rem 0;
}
.favourite-clients-col img{
  max-width: 20rem;
}
/* favourite-clients-section css end */
/* faq css start */
.faq-section .accordion_wrapper {
  width: 100%;
  margin-top: 4.8rem;
}
/* faq css end */
/* portfolio-section css start */
.portfolio-grid{
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 3rem;
  margin: 3rem 0 5rem;
}
.portfolio-col{
  overflow: hidden;
}
.portfolio-col,.portfolio-col img{
  transition: all 0.3s;
}
.portfolio-col:hover img{
  transform: scale(1.04);
}
/* portfolio-section css end */
/* footer css start */
footer {
  margin-bottom: 3rem;
}
.footer-caliber-row {
  grid-gap: 7rem;
  margin-top: 5rem;
  --footer-caliber-width: 500px;
}
footer h6 {
  font-size: 18px;
  color: var(--fintech-se-black);
  margin-bottom: 20px;
}
.footer-caliber-content {
  width: var(--footer-caliber-width);
}
.footer-caliber-links {
  width: calc(100% - var(--footer-caliber-width));
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 5rem;
}
.footer-logo-type-img {
  max-width: 10rem;
}
.footer-caliber-content p {
  margin: 3rem 0;
}
footer ul li:not(:last-child) {
  margin-bottom: 18px;
}
footer ul li a {
  font-weight: 600;
  text-decoration: none;
  color: var(--fintech-night-fog);
  font-size: 16px;
}
.footer-other-pages-link-grid {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 3rem 2rem;
  margin-top: 20px;
}
.footer-other-pages-link-wrap {
  margin-top: 4rem;
}
.footer-other-pages-link-row-wrap{
  grid-gap: 0 5px;
}
/* footer css end */