/*

TemplateMo 561 Purple Buzz

https://templatemo.com/tm-561-purple-buzz

---------------------------------------------
Table of contents
------------------------------------------------
1. Typography
2. Main Nav
3. Home
4. About
5. Work
6. Single Work
7. Pricing
8. Contact
--------------------------------------------- */

html {font-family: 'Open Sans', sans-serif;}
/* Typography */
p, a {font-weight: 400;}
.h2 {font-size: 40px;}
.h3 {font-size: 28px;}
.light-300 {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 300;
}
.regular-400 {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 400;
}
.semi-bold-600 {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 600;
}
.typo-space-line::after,
.typo-space-line-center::after {
  content: "";
  width: 150px;
  display:block;
  position: absolute;
  border-bottom:  5px solid #2c2e6e;
  padding-top: .5em;
}
.typo-space-line-dark::after {
  content: "";
  width: 150px;
  display:block;
  position: absolute;
  border-bottom:  5px solid #9fa2ff;
  padding-top: .5em;
}
.typo-space-line-center::after {
  left: 50%;
  margin-left: -75px;
}
/* Main Nav */
#main_nav .nav-item .nav-link:hover {color: #fff;}
/* Home */
#index_banner {
  background-image: url('./../img/banner-bg-01.jpeg');
  height: 100%;
  min-height: 60vh;
  width: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#index_banner .carousel-item {
  min-height: 60vh;
}
#index_banner .carousel-control-prev i,
#index_banner .carousel-control-next i {
  color: #6266ea !important;
  text-decoration: none;
  font-size: 4em;
}
#index_banner .carousel-inner {
  height: 80vh;
}
#index_banner .carousel-indicators li,
#index_banner .carousel-indicators.active {
  background-color: #6266ea !important;
}
.service-wrapper .service-footer {
  max-width: 720px;
}
.service-work.card {
  border-radius: 10px !important;
  cursor: pointer;
}
.service-work .service-work-vertical {
	background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 33.33%, rgba(255,255,255,1) 66.66%, rgba(255,255,255,0) 99.99%);
  background-size: 300% 300%;
  background-position: 0% 100%;
  transition: .5s;
}
.service-work .service-work-vertical:hover {
  background-position: 0% 0%;
  transition: .5s;
}
.service-work .service-work-vertical:hover * {
  color: #000;
  border-color: #000;
  transition: .5s;
}
.recent-work.card{
  border-radius: 10px !important;
}
.recent-work .recent-work-vertical {
	background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 33.333%, rgba(97,84,199,1) 66.666%, rgba(255,255,255,0) 99.999%);
  background-size: 300% 300%;
  background-position: 0% 100%;
  transition: .5s;
  cursor: pointer;
}
.recent-work .recent-work-vertical:hover {
  background-position: 0% 0%;
  transition: .5s;
}
.recent-work .recent-work-vertical:hover div.recent-work-content {
  top: 50%;
  margin-top: -2.5em;
  position: absolute;
}
.recent-work .recent-work-vertical:hover * {
  color: white;
  transition: .5s;
}
/* About */
#work_banner {
  background-image: url('./../img/banner-bg-02.jpg');
  background-position: center center; background-size: cover;
  height: 100%;
  width: 100%;
}
.progress {
  height: 8px;
}
.objective-icon {
  border-radius: 13px;
  width: 8rem;
}
.partner-wap {
  background-color: #7276ec;
  transition: 1s;
  cursor: pointer;
}
.partner-wap:hover {
  background-color: #b1b3f5;
}
.why-us {
  background: rgb(239,239,253);
  background: -moz-linear-gradient(0deg, rgba(239,239,253,1) 50%, rgba(255,255,255,1) 50%);
  background: -webkit-linear-gradient(0deg, rgba(239,239,253,1) 50%, rgba(255,255,255,1) 50%);
  background: linear-gradient(0deg, rgba(239,239,253,1) 50%, rgba(255,255,255,1) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#efeffd",endColorstr="#ffffff",GradientType=1);
}
.team-member-img {
  transition-duration: 0.15s;
}
.team-member:hover .team-member-img {
  padding: 10px !important;
}

/* Work */
/* Singel Work */
#work_single_banner {
  background-image: url('./../img/banner-bg-03.jpg');
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.related-content {
  border-radius: 20px;
  cursor: pointer;
}
/* Pricing */
.pricing-list {
  margin-bottom: 1px;
}
.pricing-table {
  max-width: 350px;
  margin: auto;
}
.pricing-table,
.pricing-horizontal {
  border-radius: 15px !important;
}
/* Contact */
#floatingtextarea {
  height: 150px
}
/* Footer */
footer a.text-light:hover {
  color: #bfbfbf !important;
  transition-duration: 0.15s;
}

/*custom*/
.typo-space::after {
  content: "";
  width: 200px;
  display:block;
  position: absolute;
  border-bottom:  5px solid #9fa2ff;
  padding-top: .5em;
}
.typo-space-line-large::after {
  content: "";
  width: 255px;
  display:block;
  position: absolute;
  border-bottom:  5px solid #4232c2;
  padding-top: .5em;
}
.typo-space-line-large-dark::after {
  content: "";
  width: 255px;
  display:block;
  position: absolute;
  border-bottom:  5px solid #0dcaf0;
  padding-top: .5em;
}
.typo-space-line-Act::after {
  content: "";
  width: 160px;
  display:block;
  position: absolute;
  border-bottom:  5px solid #4232c2;
  padding-top: .5em;
}
.typo-space-line-Act-dark::after {
  content: "";
  width: 160px;
  display:block;
  position: absolute;
  border-bottom:  5px solid #0dcaf0;
  padding-top: .5em;
}
.typo-space-aac::after {
  content: "";
  width: 230px;
  display:block;
  position: absolute;
  border-bottom:  5px solid #4232c2;
  padding-top: .5em;
}
.typo-space-aac-dark::after {
  content: "";
  width: 230px;
  display:block;
  position: absolute;
  border-bottom:  5px solid #0dcaf0;
  padding-top: .5em;
}
.typo-space-line-practicals::after  {
  content: "";
  width: 280px;
  display:block;
  position: absolute;
  border-bottom:  5px solid #4232c2;
  padding-top: .5em;
}
.typo-space-line-practicals-dark::after  {
  content: "";
  width: 280px;
  display:block;
  position: absolute;
  border-bottom:  5px solid #0dcaf0;
  padding-top: .5em;
}
.typo-space-journal::after {
  content: "";
  width: 135px;
  display:block;
  position: absolute;
  border-bottom:  5px solid #4232c2;
  padding-top: .5em;
}
.typo-space-journal-dark::after {
  content: "";
  width: 135px;
  display:block;
  position: absolute;
  border-bottom:  5px solid #0dcaf0;
  padding-top: .5em;
}
.typo-space-soon::after {
  content: "";
  width: 200px;
  display: flexbox;
  padding-left: 40%;
  position: center;
  border-bottom:  5px solid #4232c2;
  padding-top: .5em;
}
.l  {color: inherit; text-decoration: none; margin: 0.25ch;}
.l:hover  {color: inherit; text-decoration: none;}

@keyframes bouncing-loader {
  to {
    opacity: 0.1;
    transform: translate3d(0, -1rem, 0);
  }
}
.bouncing-loader {
  display: flex;
  justify-content: center;
}
.bouncing-loader > div {
  width: 1rem;
  height: 1rem;
  margin: 3rem 0.2rem;
  background: #8385aa;
  border-radius: 50%;
  animation: bouncing-loader 0.6s infinite alternate;
}
.bouncing-loader > div:nth-child(2) {
  animation-delay: 0.2s;
}
.bouncing-loader > div:nth-child(3) {
  animation-delay: 0.4s;
}
.sub-ai-link {font-size: xx-large !important;}
@media (max-width: 465px) {
  .sub-ai-link  {font-size: 24px !important;}
}
@media screen and (min-width: 992px) {.scroll-dark::-webkit-scrollbar-track {margin-block-end: 10vh;}}
@media screen and (min-width: 772px) {
  .scroll-dark::-webkit-scrollbar {
    display: flex;
    width: fit-content;
    background: linear-gradient(transparent);
    overflow: visible;
  }

  .scroll-dark::-webkit-scrollbar-track {
    background-color: #212529;
    border-radius: 100vw;
    margin-block-start: 8vh;
    margin-block-end: 10.5vh;
  }
  
  .scroll-dark::-webkit-scrollbar-thumb {
    transition-duration: 2s;
    background-color: hsl(0, 0%, 50%);
    border: .15em solid #212529;
    border-radius: 100vw;
  }
  .scroll-dark::-webkit-scrollbar-thumb:hover {
    background-color: hsl(0, 0%, 40%);
  }
}