/* Banner */
.bannerSec {
  padding: 220px 0;
  background: #060606;
  overflow: hidden;
}
.bannerSec.gradiantVector::before{
  position: absolute;
  content: '';
  width: 620px;
  height: 620px;
  border-radius: 620px;
background: conic-gradient(from 90deg at 50% 50%, rgba(0, 55, 52, 0.60) 170.6250035762787deg, rgba(0, 189, 178, 0.50) 359.9285888671875deg);
filter: blur(95px);
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
}

.bannerContainer {
  max-width: 854px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.bannerSec h1,.bannerSec h1 span {
  color: #FFF;
  text-align: center;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 120.187%;
}
.bannerSec h1 span{
  color: #05ADA3;
}

.bannerDesc {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  line-height: 170%;
  margin-top: 16px;
}

.bannerBtns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  margin-top: 42px;
}

.bannerBtns a {
  max-width: 215px;
  width: 100%;
  height: 56px;
  font-weight: 500;
  font-size: 17px;
  line-height: 150%;
  letter-spacing: 0.03em;
  display: flex;
  justify-content: center;
  border-radius: 100px;
  border: 1px solid #05ada3;
  align-items: center;
}

.bannerBlueBtn {
  background: linear-gradient(180deg, #24C7BD 0%, #046761 100%);
  color: #fff;
  position: relative;
}

.bannerBlueBtn::before,
.blueCTA::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  animation-name: pulse-animation6;
  -webkit-animation-duration: 2s;
  animation-duration: 1s;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.bannerWhiteBtn {
  color: #05ada3;
  background: #fff;
}

.bannerBtns a:hover {
  background: #019990;
}

/* Notifications */
.notifications {
  padding: 21px 0;
  overflow: hidden;
  background: #eefffe;
  margin-top: 20px;
}

.allNotifications {
  display: flex;
  list-style: none;
  gap: 133px;
  white-space: nowrap;
  animation: animateText 50s linear infinite;
}

.allNotifications li {
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #000000;
  position: relative;
}

.allNotifications li::before {
  position: absolute;
  content: '';
  background: url(../svg/user.svg);
  width: 14px;
  height: 14px;
  left: -26px;
  top: 3px;
}

@keyframes animateText {
  from {
    transform: translateX(105%);
  }

  to {
    transform: translateX(-320%);
  }
}

/* Automated Section */
.automatedSec {
  padding: 91px 0 112px;
}

.automatedWrapper {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 46px;
}

.automatedContent {
  max-width: 556px;
  width: 100%;
  ;
}

.automatedContent h2 {
  font-size: 40px;
  line-height: 150%;
  color: #000000;
}

.secDesc {
  font-size: 16px;
  line-height: 150%;
  color: #3F3F3F;
  margin: 24px 0 44px;
  width: 90%;
}

/* Features Sectiom */
.featureSec {
  padding: 27px 0 25px;
  max-width: 1236px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background: #fff;
}

.featureSec::before {
  position: absolute;
  content: '';
  width: 95%;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.25);
  height: calc(100% + 24px);
  left: 50%;
  transform: translateX(-50%);
  top: -12px;
  z-index: -1;
}

.featureText {
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  color: #000000;
}

.featuresWrapper {
  display: flex;
  align-items: center;
  padding: 0 214px;
  justify-content: space-between;
  margin-top: 24px;
  align-items: center;
}

/* Discover Section */
.discoverSec {
  padding: 124px 0 95px;
}

.dottedEnd {
  position: absolute;
  content: '';
  width: 65%;
  border-top: 1px dashed rgba(162, 161, 154, 0.82);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.discoverContent {
  max-width: 520px;
  width: 100%;
}

.discoverContent h2 {
  font-size: 40px;
  line-height: 150%;
}

/* Exceptional Essay Section */
.writeEssaySec {
  padding: 112px 0;
}

.stepsHead {
  max-width: 684px;
  width: 100%;
  margin: 0 auto;
  font-weight: 900;
  font-size: 66px;
  line-height: 150%;
  text-align: center;
  text-transform: capitalize;
  color: #000000;
}

.pointsWrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 54px;
}

.pointsWrapper img {
  margin: 20px auto auto;
}

.singlePoint {
  max-width: 309px;
}

.pointHead {
  font-weight: 900;
  font-size: 32px;
  line-height: 150%;
  color: #000000;
}

.pointDesc {
  font-size: 16px;
  line-height: 150%;
  color: #000000;
  margin-top: 10px;
}

.fullPoint {
  font-size: 27px;
  line-height: 150%;
  color: #000000;
  max-width: 235px;
  width: 100%;
}

/* CTA Sec */
.getStartedSec {
  max-width: 927px;
  width: 100%;
  background: #05ada3;
  border-radius: 15px;
  padding: 67px 0;
  justify-content: center;
  gap: 110px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  margin-bottom: 112px;
}

.CTAText {
  font-size: 44px;
  line-height: 150%;
  text-align: center;
  color: #FFFFFF;
}

.appBtn {
  padding: 17px 65px;
  font-weight: 500;
  font-size: 17px;
  line-height: 150%;
  letter-spacing: 0.03em;
  color: #000000;
  background: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 100px;
}

/* Features Sec */
.featuresList {
  list-style: none;
}

.featuresList li {
  position: relative;
  padding-left: 29px;
  font-size: 16px;
  line-height: 150%;
  color: #3F3F3F;
  margin-bottom: 18px;
}

.featuresList li:last-child {
  margin-bottom: 0;
}

.featuresList li::before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url('../svg/listcheck.svg');
  width: 17px;
  height: 17px;
}

.blueCTA {
  display: flex;
  align-items: center;
  padding: 18px 25px;
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
  color: #FFFFFF;
  background: linear-gradient(180deg, #24C7BD 0%, #046761 100%);
  border-radius: 100px;
  max-width: max-content;
  justify-content: center;
  position: relative;
  min-width: 210px;
}

.blueCTA:hover {
  background: #019990;
}

/* How It Works */
.howItWorksSec {
  padding: 120px 0;
}

.stepsWrapper {
  max-width: 1104px;
  margin: 80px auto 0;
  display: flex;
  justify-content: space-between;
}

.allStepTabs {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.singleTab {
  display: flex;
  padding: 12px 20px;
  border: 1px solid #D4DDE5;
  border-radius: 9px;
  gap: 14px;
  min-width: 329px;
  color: #000;
  transition: all ease .1s;
}

.singleTab:hover {
  box-shadow: 1px 1px 11px rgba(224, 224, 224, 0.5);
}

.stepNum {
  font-weight: 900;
  font-size: 22px;
  line-height: 150%;
}

.stepType {
  font-size: 16px;
  line-height: 150%;
}

.singleTab.active {
  color: #fff;
  background: linear-gradient(180deg, #24C7BD 0%, #046761 100%);
  border-radius: 9px;
}

.singleTab.active svg path {
  stroke: #fff;
}

.singleTab.active img{
  filter: brightness(0) saturate(100%) invert(100%) sepia(9%) saturate(0%) hue-rotate(164deg) brightness(113%) contrast(100%);
}

.singleTab svg {
  width: 40px;
}
.singleTab img {
  max-width: 51px;
  width: 100%;
  max-height: 52px;
  height: 100%;
}

/* testimonials */
.testimonialsSec {
  padding: 120px 0;
  display: none;
}

.testimonialsSec.show{
  display: block;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.singleReview {
  padding: 71px 14px 32px;
  background: #FFFFFF;
  box-shadow: 1px 1px 11px rgba(224, 224, 224, 0.25);
  border-radius: 4px;
  position: relative;
  z-index: 2;
}

.singleReview::before {
  position: absolute;
  content: '';
  background-image: url(../svg/quote.svg);
  width: 54px;
  height: 54px;
  top: 41px;
  left: 15px;
}

.reviewText {
  font-size: 16px;
  line-height: 170%;
  color: #3F3F3F;
  text-align: left;
  border-bottom: 1px dashed #E0EAF4;
  padding-bottom: 18px;
  margin-bottom: 18px;
  min-height: 232px;
}

.user {
  display: flex;
  align-items: center;
  gap: 10px;
}
.user img {
  max-width: 30px;
  width: 100%;
  max-height: 30px;
  height: 30px;
}

.userName {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #05ada3;
}

.testimonalSwiper .swiper-slide {
  padding: 25px 0;
  position: relative;
}

.testimonalSwiper .swiper-slide::after {
  position: absolute;
  content: '';
  width: 302px;
  height: 99%;
  background: transparent;
  border: 1px solid #D4DDE5;
  border-radius: 8px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.testimonialsWrapper {
  position: relative;
  padding: 54px 0 32px;
}

.testimonialsPagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  text-align: center;

}

.testimonialsWrapper .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  background: #05ada3;
}

.testimonialsSec .blueCTA {
  margin: 50px auto 0;
}

.centerHead {
  font-weight: 900;
  font-size: 38px;
  line-height: 150%;
  text-align: center;
  text-transform: capitalize;
  color: #000000;
  max-width: 816px;
  width: 100%;
  margin: 0 auto;
}

.centerHead.small {
  font-size: 38px;
  line-height: 150%;
  max-width: 709px;
  font-weight: 600;
  max-width: 720px;
}
.seoHeading{
  margin-top: 18px;
  font-size: 28px;
  line-height: 150%;
  font-weight: 600;
  color: #000000;
  
}

.contentSec {
  padding: 60px 0 120px;
}

.mainConWrapper {
  padding: 50px 36px 54px;
  background: #FFFFFF;
  border: 1px solid #D4DDE5;
  box-shadow: 1px 1px 11px rgba(224, 224, 224, 0.25);
  border-radius: 25px;
}

.mainConWrapper ul {
  margin-left: 40px;
}

.mainConWrapper p,
.mainConWrapper li {
  font-size: 18px;
  line-height: 150%;
  color: #3F3F3F;
  margin-top: 18px;
}

.mainConWrapper .firstSeoP {
  margin-top: 56px;
}

.mainConWrapper p:first-child {
  margin-top: 34px;
}

.featuresImg {
  max-width: 600px;
  width: 100%;
  max-height: 399px;
  height: 100%;
}

.featuresWrapper img {
  max-width: 114px;
  width: 100%;
  max-height: 114px;
  height: 100%;
}

.automatedImg {
  max-width: 524px;
  width: 100%;
  max-height: 327px;
  height: 100%;
}

.discoverImg {
  max-width: 572px;
  width: 100%;
  max-height: 572px;
  height: 100%;
}

.tabImage {
  max-width: 738px;
  width: 100%;
  max-height: 518px;
  height: 100%;
}
section.reviews__head__Section {
  position: relative;
  display: flex;
  align-items: center;
}
.reviews__head__Wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.reviews__head__Wrapper h2.secHead {
  max-width: 886px;
  width: 100%;
  font-weight: 500;
  font-size: 40px;
  line-height: 130%;
  text-align: center;
  color: #000;
  margin-bottom: 25px;
  z-index: 1;
}

.reviews__head__Wrapper h2.secHead span {
  /* background: linear-gradient(to right, #FF51D7 0%, #C300FF 25%, #C300FF 50%, #30B6FF 75%, #00F0FF 90%, #1E43FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
   font-weight: 600;  
 
}

.reviews__head__Wrapper p.secDesc {
  max-width: 544px;
  width: 100%;
  font-weight: 400;
  font-size: 17px;
  line-height: 160%;
  text-align: center;
  color: #000;
  margin-bottom: 37px;
  z-index: 1;
}
.reviews__head__Wrapper p.secDesc a{

  text-decoration: underline;
  font-weight: 600;
  color:#05ADA3;
}
.reviews__head__Wrapper p.secDesc a:hover{
  text-decoration: none;
  color: #05ADA3;
}

.reviews__head__Wrapper .reviews_ratings {
  display: flex;
  justify-content: center;
  gap: 36px;
  margin-bottom: 81px;
  z-index: 1;
}
.ratingsVal{
  max-width: 191px;
  width: 100%;
  max-height: 42px;
  height: 100%;
}
/* .reviews__head__Wrapper .reviews_ratings img.desk {
  max-width: 580px;
  width: 100%;
  max-height: 38px;
  height: 100%;
}
.reviews__head__Wrapper .reviews_ratings img.mob {
  display: none;
} */
.stepsImagesWrapper{
  position: relative;
}
.spinner {
	margin-top: -21px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
  display: none;
  z-index: 2;
}

.spinner svg {
	-webkit-animation: loading-rotate 2s linear infinite;
	-moz-animation: loading-rotate 2s linear infinite;
	-o-animation: loading-rotate 2s linear infinite;
	animation: loading-rotate 2s linear infinite;
	height: 42px;
	width: 42px;
}

.spinner .path {
	stroke-dasharray: 90, 150;
	stroke-dashoffset: 0;
	stroke-width: 2;
	stroke: #409eff;
	stroke-linecap: round;
	-webkit-animation: loading-dash 1.5s ease-in-out infinite;
	-moz-animation: loading-dash 1.5s ease-in-out infinite;
	-o-animation: loading-dash 1.5s ease-in-out infinite;
	animation: loading-dash 1.5s ease-in-out infinite;
}

@-webkit-keyframes loading-rotate {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

@-moz-keyframes loading-rotate {
	to {
		-moz-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

@-o-keyframes loading-rotate {
	to {
		-o-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

@keyframes loading-rotate {
	to {
		-webkit-transform: rotate(1turn);
		-moz-transform: rotate(1turn);
		-o-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}

@-webkit-keyframes loading-dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -40px;
	}
	to {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -120px;
	}
}

@-moz-keyframes loading-dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -40px;
	}
	to {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -120px;
	}
}

@-o-keyframes loading-dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -40px;
	}
	to {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -120px;
	}
}

@keyframes loading-dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -40px;
	}
	to {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -120px;
	}
}


@media (max-width:1199px) {
  .tabImage {
    width: 100%;
  }
}

@media (max-width:991px) {
  .bannerSec h1 {
    font-size: 50px;
  }
  .notifications {
    display: none;
}
.featuresImg{
  max-width: 330px;
  width: 100%;
  max-height: 219px;
  height: 100%;
}

.automatedSec {
  padding: 35px 0;
}
  .bannerDesc {
    font-size: 18px;
  }

  .automatedWrapper {
    flex-direction: column;
    max-width: fit-content;
    margin: 0 auto;
  }

  .automatedContent {
    max-width: 100%;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .automatedContent.textCenter {
    text-align: center;
  }

  img.automatedImg {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .featuresWrapper {
    transition: all ease 10.3s;
    animation: headlinemob 20s infinite linear;
    position: relative;
    left: 1150px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .main_moving {
    overflow: hidden;
  }

  @keyframes headlinemob {
    0% {
      left: 100%;
    }

    100% {
      left: -100%;
    }
  }

  .featuresWrapper img {
    margin-left: 30px;
    max-width: 100px;
    max-height: 100px;
    width: 100%;
    height: 100%;
    display: block;
  }

  .discoverSec .automatedWrapper {
    flex-direction: column-reverse;
  }

  .discoverContent {
    max-width: 100%;
  }

  .pointsWrapper {
    flex-direction: column;
  }

  .singlePoint {
    max-width: 309px;
    width: 100%;
    margin: 0 auto;
  }

  .pointsWrapper img {
    transform: rotate(90deg);
  }

  .fullPoint {
    margin: 0 auto;
  }

  .featureSec {
    position: relative;
  }

  .discoverContent h2 {
    font-size: 40px;
  }

  .discoverSec {
    padding: 124px 0 15px;
  }

  .stepsHead {
    font-size: 46px;
  }

  .getStartedSec {
    max-width: 540px;
    padding: 67px 10px;
  }

  .CTAText {
    font-size: 31px;
  }

  .appBtn {
    padding: 17px 15px;
  }

  .featuresList {
    margin-top: 50px;
  }

  .stepsWrapper {
    flex-wrap: wrap;
  }

  .allStepTabs {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
  }
  .bannerSec::before{
    width: 320px;
    height: 320px;
  }
}
@media (max-width:767px) {
  .reviews_ratings {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width:575px) {
  .bannerSec {
    padding: 150px 0;
  }
  .seoHeading{
    font-size: 24px;
  }

  .bannerContainer {
    padding: 0 15px;
  }

  .bannerSec h1, .bannerSec h1 span {
    font-size: 30px;
  }

  .bannerBtns a{
    height: 50px;
  }

  .bannerDesc {
    font-size: 15px;
    margin-top: 25px;
  }

  .bannerBtns {
    flex-direction: column;
    gap: 14px;
  }

  .allNotifications li {
    font-size: 14px;
  }

  .automatedSec {
    padding: 35px 0;
  }

  .automatedContent h2 {
    font-size: 28px;
  }

  .secDesc {
    font-size: 15px;
  }

  img.automatedImg {
    margin: 18px auto 0;
  }

  .featuresWrapper img {
    max-width: unset;
    max-height: unset;
    margin-left: 50px;
    width: 138px;
    transform: scale(.75);
  }

  .discoverSec {
    padding: 80px 0 40px;
  }

  .discoverContent h2 {
    font-size: 28px;
  }

  .automatedWrapper img {
    width: 100%;
  }

  .discoverImg{
    margin-top: 30px;
  }

  .dottedEnd {
    width: 80%;
  }

  .stepsHead {
    font-size: 36px;
  }

  .pointsWrapper {
    margin-top: 36px;
  }

  .pointHead {
    font-size: 22px;
    text-align: center;
  }

  .pointDesc {
    text-align: center;
    font-size: 14px;
  }

  .pointsWrapper img {
    max-width: 26px;
    margin: 34px auto 34px;
  }

  .writeEssaySec {
    padding: 95px 0;
  }

  .fullPoint {
    font-size: 20px;
    text-align: center;
    max-width: 330px;
  }

  .writeEssaySec .pointsWrapper img {
    margin: 28px auto 28px;
  }

  .getStartedSec {
    flex-direction: column;
    max-width: 330px;
    gap: 18px;
    padding: 40px 10px;
  }

  .appBtn {
    padding: 14px 44px;
    font-size: 16px;
  }

  .CTAText {
    font-size: 24px;
  }

  .featureText {
    font-size: 22px;
  }

  .mainConWrapper {
    padding: 34px 12px;
  }

  .mainConWrapper .firstSeoP {
    margin-top: 36px;
  }
}

@media(max-width: 499px) {
  .centerHead {
    font-weight: 900;
    font-size: 28px;
    line-height: 150%;
  }

  .featuresList {
    margin-top: 32px;
  }

  .featuresList li {
    font-size: 15px;
    line-height: 150%;
  }
  .featuresList li::before{
    width: 15px;
    height: 15px;
    background-size: contain;
  }

  .howItWorksSec {
    padding: 90px 0 40px;
  }

  .featureSec::before{
    display: none;
  }

  .singleTab {
    width: 100%;
    min-width: max-content; 
    padding: 10px 22px;
    gap: 20px;

  }

  .allStepTabs {
    overflow-x: scroll;
    justify-content: center;
    gap: 16px;
    align-items: center;
  }

  .centerHead.small {
    font-size: 28px;
  }

  .mainConWrapper ul {
    margin-left: 20px;
  }

  .mainConWrapper p,
  .mainConWrapper li {
    font-size: 15px;
    line-height: 150%;
  }

  .contentSec {
    padding: 90px 0;
  }

  .testimonialsSec {
    padding: 90px 0 40px;
  }

  .stepsWrapper {
    margin-top: 40px;
    gap: 50px;
    flex-direction: column-reverse;
  }
  .reviewText{
    font-size: 15px;
  }
  .reviews__head__Wrapper h2.secHead {
    font-size: 28px;
    line-height: 130%;
  }
  .reviews__head__Wrapper h2.secHead span {
    font-weight: 500;

    
  }
  .reviews__head__Wrapper p.secDesc {
    font-size: 12px;
    line-height: 160%;
    margin-top: 0;
  }
  .reviews__head__Wrapper .reviews_ratings img.mob {
    max-width: 330px;
    width: 100%;
    max-height: 22px;
    height: 100%;
    display: block;
  }
  .reviews__head__Wrapper .reviews_ratings img.desk{
    display: none;
  }

}