/* container responsive widths */
/* sm:max-w-[540px] md:max-w-[720px]  lg:max-w-[960px] xl:max-w-[1140px] w-full mx-auto px-[15px] md:px-auto */

/* Investment management Select container widths if it has padding X 120px */
/* w-full mx-auto px-[15px] sm:max-w-[540px] md:max-w-[720px]  lg:max-w-[960px]  xl:max-w-none   xl:px-[120px]  */

/* text-base font-normal  mb-[1rem] tracking-[0.03em] leading-[1.8] text-[#333]   p tag or content or description  which is having 16px in old website then maintain these all over  */

/* <div class="grid grid-cols-1 md:grid-cols-12 items-center">
        <div class="md:col-span-8">
        </div>
        <div class="md:col-span-4">
        </div>
 </div>   use these type grid to get boostrap columns type widths*/

/* a tag hover styles */
/* text-[#333] hover:text-red-500 transition-all duration-300 ease-in-out */
@import url("https://fonts.googleapis.com/css2?family=Gayathri:wght@100;400;700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");

.font-urbanist {
  font-family: "Urbanist", sans-serif;
}

::-webkit-scrollbar {
  width: 8px;
  background-color: #aaa;
}

::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 5px;
}

::selection {
  background: #222;
  color: #fff;
}

::-moz-selection {
  background: #222;
  color: #fff;
}

::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

body {
  font-family: "Jost", sans-serif;
}
.accordion {
  transition: border-color 0.3s ease;
}

.accordion.active {
  border-color: #003c7a;
}

.accordion-button {
  transition: color 0.3s ease;
}

.accordion-button.text-red-500 {
  color: #9e9d9b;
}

.affix {
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  position: fixed !important;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  background: #fff;
  padding-block: 24px !important;
  -webkit-box-shadow: 0 0 1.25rem rgba(30, 34, 40, 0.06);
  box-shadow: 0 0 1.25rem rgba(30, 34, 40, 0.06);
  color: #000 !important;
}
.font-urbanist {
  font-family: "Poppins", serif;
}

.font-authentic {
  font-family: "Poppins", serif;
}

.font-manrope {
  font-family: "Poppins", serif;
}

.active-link {
  color: #f00 !important;
}

.nav-links {
  transition: top 0.3s ease;
}

.carousel-indicators {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: '' !important;
  display: none !important;
}

.testimonials-swiper .swiper-wrapper {
  position: relative;
}

.transaction-swiper .swiper-wrapper {
  position: relative;
}

.transaction-swiper .swiper-button-prev:after {
  font-size: 30px !important;
}

.transaction-swiper .swiper-button-next:after {
  font-size: 30px !important;
}

.clientSection {
  background: #fff;
  padding-bottom: 70px;
}

.clientSection .clientHead {
  font-size: 18px;
}

.clientScroll {
  padding-bottom: 30px;
}

.clientScroll .clientBox {
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  position: relative;
}

.clientScroll .clientBox img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: contain;
  transition: all 0.3s ease;
}

.clientScroll .swiper-slide:nth-child(2) .clientBox {
  transition-delay: 0.1s;
}

.clientScroll .swiper-slide:nth-child(3) .clientBox {
  transition-delay: 0.2s;
}

.clientScroll .swiper-slide:nth-child(4) .clientBox {
  transition-delay: 0.3s;
}

.clientScroll .swiper-slide:nth-child(5) .clientBox {
  transition-delay: 0.4s;
}

.clientScroll .swiper-slide:nth-child(6) .clientBox {
  transition-delay: 0.5s;
}

.clientScroll .swiper-slide:nth-child(7) .clientBox {
  transition-delay: 0.6s;
}

.clientScroll .swiper-slide:nth-child(8) .clientBox {
  transition-delay: 0.7s;
}

.socialIcons a:before {
  width: 40px;
  height: 40px;
  border: 0 solid #fff;
  background: #00b26b;
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) scale(1.8);
  opacity: 0;
  z-index: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}

.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 999999;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

.preloader:before {
  width: 50%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
}

.preloader:after {
  width: 50%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
}

.preloader.complete:after,
.preloader.complete:before {
  animation: loader 0.5s forwards;
}

.status {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 143px;
  height: 46px;
  z-index: 9;
  opacity: 1;
}

.status img {
  width: 100%;
  height: auto;
}

.preloader.complete .status {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@-webkit-keyframes loader {
  0% {
    width: 50%;
  }

  100% {
    width: 0%;
  }
}

@-moz-keyframes loader {
  0% {
    width: 50%;
  }

  100% {
    width: 0%;
  }
}

@keyframes loader {
  0% {
    width: 50%;
  }

  100% {
    width: 0%;
  }
}
