:root {
  --bs-primary: #ffc800;
  --bs-primary-light: #ffc800;
  --bs-secondary: #010101;
  --bs-primary-rgb: 0, 40, 40;
  --bs-secondary-rgb: 1, 1, 1;
  --bs-border-radius: 0;
  --bs-body-font-family: "Outfit";
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600 !important;
  line-height: 1.4;
}

li::marker {
  color: var(--bs-secondary);
}

.section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.text-gray {
  color: #898989;
}
.text-gray-light {
  color: #d1d1d1;
}

#mainSection {
  background: url("https://appx-static.akamai.net.in/tharunspeaks/main-bg.png");
}

#testimonialsSection .user-img {
  width: 150px;
  height: 150px;
}

.underlined {
  background: url(https://appx-static.akamai.net.in/tharunspeaks/underline.svg) no-repeat;
  background-size: 100% 46%;
  background-position: bottom;
}
.underlined-wt {
  background: url(https://appx-static.akamai.net.in/tharunspeaks/underline-wt.svg) no-repeat;
  background-size: 100% 65%;
  background-position: bottom;
}
.underlined-lg {
  background: url(https://appx-static.akamai.net.in/tharunspeaks/underline-lg.svg) no-repeat;
  background-size: 100% 46%;
  background-position: bottom;
}

iframe,
img {
  max-width: 100%;
}

.btn {
  border-radius: 50px;
  padding: 0.5rem 1.5rem;
}

.btn-group-sm > .btn,
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.btn-lg {
  padding: 0.8rem 4rem;
  font-weight: 700 !important;
  font-size: 1.6rem;
  border-radius: var(--bs-border-radius);
}

.btn-outline-primary {
  border-color: var(--bs-primary);
  color: var(--bs-primary);
}

.bg-primary{
  background-color: var(--bs-primary) !important;
}

.btn-primary,
.btn-primary:hover,
.btn-outline-primary:hover {
  color: #000;
  font-weight: 500;
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  box-shadow: 5px 5px 0px #000;
}
.btn-primary-light,
.btn-primary:hover {
  color: #000;
  font-weight: 500;
  background-color: var(--bs-primary-light);
  border-color: var(--bs-primary-light);
  box-shadow: 5px 5px 0px #000;
}

.btn-secondary,
.btn-secondary:hover,
.btn-outline-secondary:hover {
  color: var(--bs-primary);
  background-color: #000;
  border-color: #000;
  box-shadow: 5px 5px 0px var(--bs-primary);
}

.btn-outline-secondary {
  color: var(--bs-secondary);
  border: 2px solid var(--bs-secondary);
  font-weight: 500;
}
.btn-outline-secondary:hover {
  color: var(--bs-secondary);
  border: 2px solid var(--bs-secondary);
  font-weight: 500;
}

.border-primary-light {
  border-color: var(--bs-primary-light) !important;
}
.btn-outline-primary-light {
  color: #fff;
  border: 2px solid var(--bs-primary-light);
  font-weight: 500;
}

.btn-outline-primary-light:hover {
  color: #000;
  border: 2px solid var(--bs-primary-light);
  background-color: var(--bs-primary-light);
  font-weight: 500;
}

.text-primary {
  color: var(--bs-primary) !important;
}
.text-secondary {
  color: var(--bs-secondary) !important;
}
.border-primary {
  border-color: var(--bs-primary) !important;
}
.card {
  border-radius: var(--bs-border-radius);
}
.card-img-top {
  border-top-left-radius: var(--bs-border-radius);
  border-top-right-radius: var(--bs-border-radius);
}
.nav-link {
  padding: 1rem 1.8rem !important;
  color: #fff !important;
  font-weight: 400;
}

.fw-bolder {
  font-weight: 800 !important;
}

.fw-bold {
  font-weight: 600;
}

.fw-semi-bold {
  font-weight: 500 !important;
}
.rounded {
  border-radius: 10px !important;
}
.rounded-sm {
  border-radius: 10px;
}

.rounded-lg {
  border-radius: 1.5rem;
}

.font-sm {
  font-size: 0.9rem;
}

.shadow-light {
  box-shadow: 5px 5px 0 gray;
}
.pricing-card {
  box-shadow: 10px 10px 0 var(--bs-primary);
  background-color: var(--bs-secondary);
}

.free-asset-item {
  cursor: pointer;
}
.free-asset-item:hover {
  font-weight: 500;
  /* background-color: #f1f1f1; */
}
#aboutSection .main-image {
  width: 450px;
  max-width: unset;
}
.disabled {
  pointer-events: none;
  opacity: 0.6;
}

#footer {
  color: #E9FF09;
  background: url("https://appx-static.akamai.net.in/tharunspeaks/footer-bg.png") no-repeat bottom;
  background-size: cover;
}
#testimonialSection {
  overflow: auto;
}
.testimonial-card {
  flex-shrink: 0;
  margin: 1rem;
  /* border-radius: 1rem; */
  /* box-shadow: 0 .5rem 1rem rgba(0,0,0,.1)!important; */
  border: none;
  background: url("https://appx-static.akamai.net.in/tharunspeaks/bg-quote\ 1.svg") no-repeat;
  background-position: 97% -8px;
  background-size: 65px;
  background-color: var(--bs-primary-light);
  box-shadow: 5px 5px 0px #000;
}
.testimonial-card .card-body {
  min-height: 210px;
  overflow: hidden;
  text-align: justify;
}
.owl-testimonial-1 .owl-item img,
.owl-testimonial-2 .owl-item img {
  width: 50px !important;
}
.owl-testimonial-2 .read-more-btn {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 2px 12px;
  background-color: var(--bs-primary-light);
}
.owl-testimonial-2 #readMore {
  height: 338px;
  margin-bottom: 1rem;
}
.owl-testimonial-2 #readMore.collapse:not(.show) {
  display: block;
  overflow: hidden;
}
.owl-testimonial-2 #readMore.collapse.show {
  height: auto;
}

.owl-testimonial-2 a.collapsed::after {
  content: 'Read More';
}

.owl-testimonial-2 a:not(.collapsed)::after {
  content: 'Read Less';
}
@media (max-width: 600px) {
  .border-grey{
    border: gray 2px solid;
    border-radius: 5px;
    margin-top: 5px;
  }
  .section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  #placementsSection h4 {
    font-size: 20px;
  }
  #learnSection img {
    max-height: 220px;
    border-radius: 1rem;
    object-fit: cover;
  }
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
 .owl-carousel,.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0,0,0)
}

.owl-carousel .owl-item,.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0)
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%
}

.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled {
  display: none
}

.no-js .owl-carousel,.owl-carousel.owl-loaded {
  display: block
}

.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0!important;
  font: inherit
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block
}

.owl-carousel.owl-hidden {
  opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab
}

.owl-carousel.owl-rtl {
  direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
  float: right
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
  z-index: 0
}

.owl-carousel .owl-animated-out {
  z-index: 1
}

.owl-carousel .fadeOut {
  animation-name: fadeOut
}

@keyframes fadeOut {
  0% {
      opacity: 1
  }

  100% {
      opacity: 0
  }
}

.owl-height {
  transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3,1.3);
  transform: scale(1.3,1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn {
  display: none
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%
}