.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.bannerSec {
  padding: 170px 0 40px;
  background: linear-gradient(180deg,
      #f9fdff -3.96%,
      rgba(241, 248, 255, 0) 54.81%);
}

.bannerContent {
  text-align: center;
  margin-bottom: 40px;
}

.bannerContent h1 {
  color: #18172f;
  font-size: 33px;
  font-weight: 500;
  line-height: 49px;
  max-width: 975px;
  margin: auto;
  /* padding-bottom: 40px; */
}

.bannerContent h1 span {
  color: #2563eb;
  font-weight: 500;
}

.bannerSmallDesc {
  color: #626262;
  font-size: 15px;
  line-height: normal;
  margin: 14px 0 10px;
  text-transform: capitalize;
}

.bannerContent .tryFreeBtn {
  display: block;
  max-width: 250px;
  margin: 0 auto;
  padding: 14px 0;
}

.bannerContent .tryBtnText {
  font-size: 18px;
}

.smallText {
  color: #626262;
  font-size: 14px;
  line-height: normal;
  text-align: center;
  margin: 98px 0 30px;
}

.featuredWrapper {
  max-width: 723px;
  margin: 0 auto;
}

.toolsSec {
  padding: 100px 0;
  background: rgba(241, 248, 255, 0.46);
}

.toolsSec .container {
  z-index: 2;
}

.webSec::before,
.webSec::after {
  position: absolute;
  content: "";
  width: 309px;
  height: 306px;
  background: url(../images/tools-web.svg);
  background-size: cover;
}

.webSec::before {
  bottom: 0;
  left: 0;
  transform: scale(-1, -1);
}

.webSec::after {
  right: 0;
  top: 0;
}

.toolsSec h2 {
  color: #18172f;
  font-size: 30px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}

.singleTool {
  max-width: 276px;
  width: 100%;
  padding: 26px 0;
  justify-content: center;
  gap: 12px;
  border-radius: 6px;
  border: 1px solid #e7f3ff;
  background: #fff;
  box-shadow: 1px 1px 11px 0px rgba(224, 224, 224, 0.25);
}

.toolIcon {
  padding: 5px;
  border-radius: 2px;
  background: #f1f8ff;
}

.singleTool span {
  color: #2c2c2c;
  font-size: 16px;
  line-height: normal;
  /* text-decoration-line: underline; */
}

.singleTool:hover {
  border: 1px solid #2563eb;
  background: #2563eb;
}

.singleTool:hover .toolIcon {
  background: rgba(241, 248, 255, 0.14);
}

.singleTool:hover svg path {
  fill: #fff;
}

.singleTool:hover span {
  color: #fff;
}

.toolsWrapper {
  margin-top: 60px;
  justify-content: center;
  gap: 20px;
}

.magicSec {
  margin-top: 60px;
}

.magicWrapper {
  padding: 34px 0;
  justify-content: center;
  gap: 20px;
  border-radius: 55px;
  background: rgba(241, 248, 255, 0.46);
}

.magicText {
  color: #18172f;
  font-size: 20px;
  line-height: normal;
}

.magicText a {
  color: #2563eb;
  text-decoration-line: underline;
}

.magicText a:hover {
  color: #1b449e;
}

.workSec {
  padding: 120px 0;
}

.workSec h2 {
  color: #18172f;
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}

.singleWork {
  padding: 43px 28px 26px;
  border-radius: 6px;
  border: 1px solid #e7f3ff;
  background: #fff;
  box-shadow: 1px 1px 11px 0px rgba(224, 224, 224, 0.25);
  min-height: 165px;
  max-width: 375px;
  width: 100%;
  position: relative;
}

.workContent {
  color: #626262;
  font-size: 16px;
  line-height: normal;
}

.workContent span {
  font-weight: 500;
  color: #2c2c2c;
}

.workCount {
  width: 36px;
  height: 36px;
  justify-content: center;
  background: #2563eb;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  position: absolute;
  left: 30px;
  top: -18px;
}

.workWrapper {
  margin-top: 80px;
}

.singleWork .workCount::before {
  position: absolute;
  content: "";
  width: 42px;
  height: 42px;
  background: url(../images/arch1.svg);
  right: -3px;
  top: -3px;
  background-repeat: no-repeat;
  background-position: top right;
}

.singleWork:nth-child(2) .workCount::before {
  background: url(../images/arch2.svg);
  right: -4px;
}

.singleWork:last-child .workCount::before {
  background: url(../images/arch3.svg);
}

.aboutSec {
  padding: 100px 0;
  background: #f9fcff;
}

.aboutSec .aboutHead {
  color: #18172f;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
}

.aboutSec .aboutHead span {
  color: #2563eb;
  font-weight: 500;
}

.aboutSec .aboutText {
  color: #2c2c2c;
  text-align: center;
  font-size: 16px;
  line-height: 163.5%;
  max-width: 730px;
  margin: 42px auto 0;
}

.aboutSec .container {
  z-index: 2;
}

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

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

.ai-Outliner {
  padding: 50px 0;
  background: #f9fcff;
}

.ai-writer {
  padding: 90px 0;
}

.toolSecWrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 150px;
}

.col-content {
  max-width: 556px;
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}

.col-content h2 {
  color: #121212;
  font-size: 33px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 52.5px */
}

.col-content strong {
  font-weight: 500;
}

.col-content p {
  color: #3f3f3f;
  font-size: 16px;
  line-height: 170%;
  /* 30.6px */
}

.col-content a {
  border-radius: 100px;
  background: #2563eb;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.51px;
  display: flex;
  justify-content: center;
  height: 52px;
  align-items: center;
  position: relative;
  max-width: fit-content;
  padding: 0 20px;
}

.col-content a::after {
  content: "";
  background-image: url(../images/ctaIcon.svg);
  width: 14px;
  height: 14px;
  position: relative;
  display: inline-block;
  top: 1px;
  left: 3px;
}

.col-content a:hover {
  background: #1b449e;
}

.seoContentSec {
  padding: 0 0 90px;
}

.seoContentWrap {
  padding: 50px 36px;
  background: #ffffff;
  border: 1px solid #d4dde5;
  box-shadow: 1px 1px 11px rgba(224, 224, 224, 0.25);
  border-radius: 25px;
}

.seoContentWrap h2.centerHead {
  text-transform: capitalize;
  max-width: 823px;
  width: 100%;
  margin: 0 auto;
  font-weight: 500;
  font-size: 34px;
  line-height: 120.19%;
  text-align: center;
  color: #121826;
  padding-bottom: 25px;
}

.seoContentWrap h2.centerHead span {
  color: #2563eb;
  font-weight: 500;
}

.seoContentWrap p,
.seoContentWrap li {
  font-size: 15px;
  line-height: 159.7%;
  color: #3f3f3f;
  margin-top: 18px;
}

.seoContentWrap h3 {
  font-weight: 500;
  font-size: 20px;
  margin-top: 25px;
}

.seoContentWrap h2 {
  font-weight: 500;
  font-size: 22px;
  margin-top: 25px;
}

.seoContentInnerWrapper {
  max-height: 800px;
  padding-right: 25px;
  overflow-y: auto;
}

.seoContentInnerWrapper::-webkit-scrollbar {
  width: 4px;
  border-radius: 100px;
}

/* Track */
.seoContentInnerWrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 300px;
}

/* Handle */
.seoContentInnerWrapper::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background: #2563eb;
}

/* Handle on hover */
.seoContentInnerWrapper::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.seoContentWrap ul {
  padding-left: 40px;
}

.bannerInputWrapper {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  margin-top: 25px;
}

.bannerInputWrapper input {
  height: 42px;
  top: 0px;
  max-width: 459px;
  width: 100%;
  left: 0px;
  border: 1px solid rgb(180, 180, 180);
  background: none transparent;
  border-radius: 4px;
  box-shadow: rgba(54, 54, 54, 0.1) 0px 5px 20px 0px;
  font-size: 16px;
  color: rgb(58, 62, 77);
  letter-spacing: -0.3px;
  padding: 0px 13px;
  outline: none;
}

.bannerInputWrapper input::placeholder {
  color: rgba(181, 181, 181, 1);
}

.bannerInputWrapper input:hover {
  border-color: #18172f;
}

.bannerInputWrapper input:focus {
  border-color: #2563eb;
}

.bannerInputWrapper button {
  cursor: pointer;
  background: #2563eb;
  border: none;
  text-align: center;
  height: 42px;
  top: 0px;
  max-width: 110px;
  width: 100%;
  left: 0px;
  font-size: 13px;
  font-weight: 500;
  color: rgb(255, 255, 255);
  line-height: 1;
  border-radius: 7px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 10px 0px;
}

.bannerInputWrapper button:hover {
  background: #1b449e;
}

.bannerDescriptionWrapper {
  margin-top: 130px;
}

.bannerDescriptionWrapper h2 {
  color: #18172f;
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}

.bannerDescriptionWrapper p {
  color: #3f3f3f;
  font-size: 18px;
  line-height: 170%;
  text-align: center;
  margin-top: 15px;
}

.aiWritting {
  display: inline-block;
  background: #ffffff;
  max-width: 280px;
  padding: 40px 20px;
  border: 1px solid #e7f3ff;
  transition: transform 0.3s ease;
  will-change: transform;

}

.aiWritting:hover {
  transform: scale(1.1);
  border: 1px solid #2563eb;
}

.exploreessayContent {
  border: 1px solid #e7f3ff;
  padding: 20px 15px;
  min-width: 271px;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  border-radius: 4.48px;
  justify-content: space-between;
}

.exploreessayContent:hover {
  border: 1px solid #2563eb;
}

.essayContentParent {
  display: flex;
  gap: 13px;
  padding-top: 60px;
  justify-content: center;
}

.aiWritting h3 {
  font-size: 18px;
  color: #2c2c2c;
  font-weight: 500;
  line-height: 21.33px;
  padding: 24px 0px 15px 0px;
}

/* .aiWritting p {
  font-size: 16px;
  line-height: 23.68px;
  font-weight: 400;
  color: #626262;
} */
.aiWritting p:nth-child(3) {
  font-size: 16px;
  line-height: 23.68px;
  font-weight: 400;
  color: #626262;
}

.aiWritting p:nth-child(2) {
  font-size: 18px;
  color: #2c2c2c;
  font-weight: 500;
  line-height: 21.33px;
  padding: 24px 0px 15px 0px;
}

/* .aiwritingSubHeading {
  font-size: 18px !important;
  color: #2c2c2c !important;
  font-weight: 500 !important;
  line-height: 21.33px !important;
  padding: 24px 0px 15px 0px !important;
} */
.aiwrittingParent {
  display: flex;
  flex-wrap: wrap;
  column-gap: 14px;
  row-gap: 14px;
  max-width: 896px;
  margin: auto;
  padding-top: 60px;
}

.resultsplaSec {
  padding: 50px 0px;
}

.exploreAiSec {
  padding: 80px 0px;
}

.exploreAiSec h2 {
  text-align: center;
  font-weight: 500;
  font-size: 30px;
  color: #121212;
  line-height: 45px;
}

.exploreAiSec h2 span {
  color: #2563eb;
  font-weight: 500;
}

.exploreAiSec p:first-of-type {
  text-align: center;
  font-size: 17px;
  line-height: 28.9px;
  color: #3f3f3f;
  padding-top: 12px;
}

.CiW {
  display: flex;
  gap: 7px;
  padding: 10px 0px 16px 0px;
}

.CiwChild {
  border: 1px solid #c6dff9;
  background: #eff7ff;
  color: #6d91b7;
  font-size: 13px;
  line-height: 22.1px;
  font-weight: 400;
  padding: 1.5px 8px;
}

.exploreessayContent p:first-of-type {
  font-size: 18px;
  font-weight: 500;
  line-height: 30.6px;
  color: #3f3f3f;
  text-align: start;
  padding-top: 0px;
}

.exploreessayContent p:nth-of-type(2) {
  font-size: 15px;
  font-weight: 400;
  line-height: 25.5px;
  color: #626262;
  max-width: 241px;
}

.vBtn {
  background: #2563eb;
  color: #ffffff;
  text-align: center;
  padding: 10px;
  font-size: 13px;
  line-height: 15.41px;
  font-weight: 500;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.3s ease;
}

.vBtn:hover {
  background: #1b449e;
}

.vBtn a {
  color: #ffffff;
}

.writterSteps {
  max-width: 300px;
  max-height: 466px;
}

.writterstepsParent {
  display: flex;
  justify-content: center;
  gap: 60px;
  padding-top: 80px;
}

.writterSteps p:first-of-type {
  font-size: 18px;
  font-weight: 500;
  line-height: 30.6px;
  color: #3f3f3f;
  padding: 15px 0px 10px 0px;
}

.writterSteps p:nth-of-type(2) {
  font-size: 15px;
  font-weight: 400;
  line-height: 25.5px;
  color: #626262;
  padding-bottom: 46px;
}

.writterstepsSecond {
  padding-bottom: 20px !important;
}

.writterstepsThird {
  padding-bottom: 20px !important;
}

.generatedessayBtn {
  text-align: center;
  color: #ffffff;
  background: #2563eb;
  padding: 14px;
  border-radius: 4px;
  justify-content: center;
  max-width: 189px;
  margin: auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 18.96px;
  display: flex;
  cursor: pointer;
}

.generatedessayBtn:hover {
  background: #1b449e;
}

.btnParent {
  padding: 64px 0px;
}

.accordianSec h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  line-height: 45px;
  color: #121212;
  padding: 40px 0px;
}

.accordion-header {
  display: flex;
  justify-content: space-between;
}

.accordianIcon {
  width: 24px;
  height: 24px;
  color: #3f3f3f;
  transition: transform 0.3s ease, fill 0.3s ease;
  cursor: pointer;
}

.accordianIcon.clicked {
  transform: rotate(180deg);
  color: #2563eb !important;
}

.accordianIcon.Notclicked {
  transform: rotate(0deg);
}

.accordion-item {
  border: 1px solid #b4dff4;
  margin-bottom: 30px;
  border-radius: 4px;
}

.accordion {
  max-width: 970px;
  margin: auto;
}

.accordion-header:hover>h2 {
  cursor: pointer;
  color: #2563eb !important;
}

.accordion-content {
  padding: 20px 25px;
}

.accordion-content p {
  font-size: 15px;
  line-height: 25.5px;
  font-weight: 400;
  color: #3f3f3f;
  padding-top: 20px;
}

.accordion-header h2 {
  font-weight: 500;
  font-size: 16px;
  color: #3f3f3f;
  line-height: 18.96px;
  padding: 0;
}

.accordion-header {
  padding: 20px 25px;
  border-radius: 4px;
}

.swiper {}

.content-child {
  padding: 40px 35px;
}

.content-slide {
  box-shadow: 0px 6px 13.3px 0px #dee8f2;
  border-radius: 30px;
}

.swiperSec {
  padding: 40px 0px;
}

.pad {
  padding: 20px 14px 10px 200px;
  display: flex;
}

.swiperBtns {
  position: absolute;
  left: 25%;

  bottom: 30%;
}

.swiper-slide {
  padding: 10px;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "";
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "";
}

.swiper-button-prev:hover {
  transform: scale(1.1);
}

.swiper-button-prev {
  height: 50px;
  width: 50px;
  transition: transform 0.3s ease;
  /* Optional: Adjust space from the edge */
}

.swiper-button-next:hover {
  transform: scale(1.1);
}

.swiper-button-next {
  position: absolute;
  left: 50px;
  /* Position next to the previous button */
  margin-left: 10px;

  height: 50px;
  width: 50px;
  /* Optional: Adjust space from the previous button */
  transition: transform 0.3s ease;
}

.align {
  display: flex;
  align-items: center;
  margin-left: 80px;
  width: 100%;
}

.content-slide {
  width: 491px;
  /* Adjust based on the size you want for each slide */
  height: 250px;
  /* Adjust based on the size you want for each slide */

  display: flex;
  justify-content: center;
  align-items: center;
}

.inP {
  padding: 10px;
}

.inP>p:first-of-type {
  padding: 0px 57px 43px 0px;
}

.userRating {
  display: flex;
  align-items: center;
  gap: 6px;
}

.swiperHeading {
  min-width: 356px;
}

.swiperHeading {
  font-weight: 500;
  font-size: 33px;
  line-height: 49.5px;
  color: #18172f;
}

.swiperHeading span {
  color: #2563eb;
  font-weight: 500;
}

.formWrap {
  padding: 40px 100px;
}

.inputGroup input,
.inputGroup select {
  width: 100%;
  height: 45px;
  padding: 10px;
  border: 1px solid #b4dff4;
  border-radius: 4px;
  font-size: 14px;
  color: #333;
  outline: none;
  background-color: #fff;
  appearance: none;
  /* Remove default dropdown arrow */
}

.inputGroup select {
  cursor: pointer;
}

.inputGroup input::placeholder {
  color: #999;
}

.inputGroup label {
  font-weight: 400;
  font-size: 13px;
  line-height: 15.41px;
  color: #2c2c2c;
  margin-top: 5px;
  display: inline-block;
}

.flexFormGroup {
  display: flex;
  justify-content: space-between;
  padding: 10px 0px 0px;
}

.flexFormGroup .inputGroup {
  width: 382px;
}

.inputGroup label {
  padding-bottom: 5px;
}

.inputGroup .errorMsg {
  display: none;
  font-size: 12px;
  color: #ff4d4d;
  margin-top: 5px;
}

.inputGroup input:hover {
  border: 1px solid #2563eb;
}

.inputGroup select:hover {
  border: 1px solid #2563eb;
}

.custom-select {
  position: relative;
}

/* .custom-select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-top-color: #333;
  pointer-events: none;
} */

.generateEssayForm {
  box-shadow: 0px 0px 21.5px 0px #dbedff;
  max-width: 992px;
  margin: auto;
  border-radius: 25px;
}

.inputGroup label {
  font-weight: 400;
  font-size: 13px;
  line-height: 15.41px;
  color: #2c2c2c;
}

.flexFormGroup .inputGroup {
  width: 382px;
}

.select-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.select-arrow {
  position: absolute;
  right: 10px;
  /* Adjust to align with padding-right */
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  /* Ensures it doesn't block the dropdown */
  width: 20px;
  /* Adjust arrow size as needed */
  height: auto;
}

.formsubmitBtn {
  text-align: end;
  padding-top: 25px;
}

.generateoutlineBtn {
  padding: 15px 23px;
  border: 1px solid #2563eb;
  color: #2563eb;
  background: #ffffff;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 18.96px;
  cursor: pointer;
}

.generateoutlineBtn:hover {
  color: #ffffff;
  background: #2563eb;
}

.generateessayBtn {
  padding: 15px 23px;
  border: none;
  color: #ffffff;
  background: #2563eb;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 18.96px;
  cursor: pointer;
  margin-left: 10px;
}

.generateessayBtn:hover {
  background: #1b449e;
}

.accordioncontentList {
  padding: 30px;
}

.accordioncontentList li {
  padding-top: 10px;
}

.accordioncontentList p {
  padding-top: 0;
}

.swiper-pagination {
  display: none;
}

@media (max-width: 1199px) {
  .pad {
    padding: 20px 14px 10px 95px;
  }

  .inP>p:first-of-type {
    padding: 0px 0px 43px 0px;
  }

  .swiper-button-next {
    height: 50px;
    width: 50px;
  }

  .swiper-button-prev {
    height: 50px;
    width: 50px;
  }

  .content-child {
    padding: 38px 10px;
  }

  .singleTool {
    max-width: 225px;
  }

  .singleWork {
    max-width: 315px;
  }

  .toolSecWrap {
    justify-content: center;
    gap: 30px;
  }

  .ai-writer .toolSecWrap {
    flex-direction: column-reverse;
  }

  .aiwrittingParent::-webkit-scrollbar {
    height: 8px;
    background: #f0f0f0;
    border-radius: 10px;
  }

  .aiwrittingParent::-webkit-scrollbar-thumb {
    background-color: #2563eb;
    border-radius: 10px;
    border: 2px solid #f0f0f0;
  }

  .aiwrittingParent::-webkit-scrollbar-thumb:hover {
    background-color: #0056b3;
  }

  .aiwrittingParent::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 10px;
  }
}

@media (max-width: 991px) {
  .swiperHeading {
    font-weight: 500;
    font-size: 23px;
    line-height: 34.5px;
    color: #18172f;
    text-align: center;
  }

  .swiper-pagination {
    display: block;
    bottom: 5% !important;
  }

  .swiper-pagination-bullet-active {
    padding: 5px 14px;
    border-radius: 20px;
  }

  .swiperBtns {
    position: absolute;
    left: 38%;
    bottom: -3%;
  }

  .content-slide {
    width: 100%;
    height: 293px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .pad {
    padding: 10px 10px 50px 10px;
    display: block;
  }

  .aiWritting:hover {
    transform: none;
  }

  .essayContentParent {
    flex-direction: column;
  }

  .writterstepsParent {
    flex-direction: column;
    align-items: center;
  }

  .singleTool {
    max-width: 276px;
  }

  .toolsWrapper {
    justify-content: center;
    gap: 30px;
  }

  .singleWork {
    max-width: 375px;
  }

  .workWrapper {
    justify-content: center;
    gap: 40px;
  }

  .magicText {
    text-align: center;
  }
}

@media (max-width: 767px) {


  .formWrap {
    padding: 39px 17px;
  }

  .accordion-header h2 {
    text-align: start;
    font-size: 13px;
  }

  .aiwrittingParent {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    column-gap: 16px;
    row-gap: 0;
    padding: 10px 10px;
    max-width: 100%;
  }

  .aiWritting {
    flex: 0 0 auto;
    width: 280px;
  }

  .flexFormGroup .inputGroup {
    width: 100%;
  }

  /*
  .inputGroup {
    max-width: 90%;
    margin: auto;
  } */
  .generateoutlineBtn {
    padding: 12px 15px;
    border: 1px solid #2563eb;
    color: #2563eb;
    background: #ffffff;
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18.96px;
    cursor: pointer;
  }

  .generateessayBtn {
    padding: 12px 15px;
    border: none;
    color: #ffffff;
    background: #2563eb;
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18.96px;
    cursor: pointer;
  }

  .formsubmitBtn {
    text-align: center;
    padding-top: 25px;
  }

  .inputGroup input,
  .inputGroup select {
    height: 38px;
  }

  .flexFormGroup {
    display: flex;
    justify-content: space-between;
    padding: 10px 0px 0px;
    flex-direction: column;
    align-items: center;
  }

  .featuredWrapper {
    flex-wrap: nowrap;
    gap: 42px;
    animation: animateText 20s linear infinite;
  }

  .magicText {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .bannerSec {
    padding: 185px 0 120px;
  }

  .aiWritting p:nth-child(3) {
    font-size: 14px;
  }


  .aiWritting p:nth-child(2) {
    font-size: 17px;
  }


  .bannerContent h1 {
    font-size: 25px;
  }

  .bannerSmallDesc {
    margin: 10px 0 45px;
    font-size: 13px;
  }

  .bannerContent .tryBtnText {
    font-size: 16px;
  }

  .smallText {
    margin: 90px 0 22px;
  }

  .toolsSec {
    padding: 60px 0;
  }

  .toolsSec::before,
  .toolsSec::after {
    display: none;
  }

  .toolsSec h2 {
    font-size: 23px;
    max-width: 304px;
    margin: 0 auto;
  }

  .exploreAiSec h2 {
    font-size: 23px;
    line-height: 32px;
  }

  .toolsWrapper {
    margin-top: 40px;
    gap: 14px;
  }

  .singleTool {
    padding: 18px 0;
  }

  .toolIcon svg {
    width: 21px;
    height: 21px;
  }

  .toolIcon {
    padding: 4px;
  }

  .magicSec {
    margin-top: 28px;
  }

  .magicWrapper {
    flex-wrap: nowrap;
    padding: 24px 28px;
    gap: 10px;
    border-radius: 0;
  }

  .magicWrapper img {
    width: 31px;
    height: 31px;
  }

  .magicText {
    font-size: 16px;
    text-align: left;
  }

  .magicSec .container {
    padding: 0;
  }

  .workSec h2 {
    font-size: 26px;
  }

  .singleWork {
    min-height: 128px;
    padding: 30px 14px;
  }

  .workContent {
    font-size: 14px;
  }

  .aboutSec {
    padding: 70px 0;
  }

  .webSec::before,
  .webSec::after {
    width: 207px;
    height: 205px;
  }

  .aboutSec .aboutHead {
    font-size: 26px;
  }

  .aboutSec .aboutText {
    margin: 26px auto 0;
    font-size: 14px;
  }

  .col-img img {
    width: 100%;
    height: 100%;
  }

  .col-content h2 {
    font-size: 23px;
  }

  .col-content p {
    font-size: 15px;
  }

  .seoContentWrap {
    padding: 35px 0;
    border-radius: 15px;
  }

  .seoContentInnerWrapper {
    padding: 0 15px;
    overflow-x: hidden;
  }

  .seoContentWrap ul {
    padding-left: 20px;
  }

  .seoContentWrap h2.centerHead {
    font-size: 22px;
    padding-bottom: 18px;
  }

  .seoContentWrap h3 {
    font-size: 18px;
  }

  .seoContentWrap h2 {
    font-size: 20px;
  }

  .bannerDescriptionWrapper h2 {
    font-size: 26px;
    max-width: 304px;
    margin: 0 auto;
  }

  .bannerDescriptionWrapper p {
    font-size: 15px;
  }

  .bannerInputWrapper {
    flex-direction: column;
  }
}