:root {
  --background_light: #1b1a55;
  --background_dark: #000628;
  --background_green: #50cc60;
}

body {
  background-color: var(--background_dark);
  overflow-x: hidden;
}

/* font family */
h1,
h2,
h3,
h4,
h5,
h6,
.accordion-button,
.raleway {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

p,
.accordion-body,
.btn,
.header_link,
a,
.poppin {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
}

.welcoming,
.hyperintelligent,
.banner {
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* header */
.background {
  background: var(--background_dark);
  color: #ffffff;
}

/* navbar */

.nav_container {
  padding: 10px 20px;
}
.navbar {
  background: var(--background_dark);
  color: #fff;
}

.header_link {
  padding: 2px;
  border-radius: 20px;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-weight: 500;
  color: #fff;
  position: relative; /* Added to position the pseudo-element correctly */
  padding-bottom: 0.25rem;
}

/* Underline effect on hover */
.header_link::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #50cc60;
  transition: width 0.3s;
  position: absolute;
  bottom: 0;
  left: 0;
}

.header_link:hover::after {
  width: 100%;
}

/* error message */
.error {
  font-size: 16px !important;
  color: #de0514;
  font-weight: 400;
}
/* all button */
.connect_btn,
.request_demo_btn,
.show_more_btn,
.menu_btn {
  border-radius: 30px;
  font-weight: 500;
  cursor: pointer;
  color: var(--background_dark);
  background-color: var(--background_green);
  border: var(--background_green);
}

.request_demo_btn:hover,
.show_more_btn:hover,
.menu_btn:hover {
  background-color: #3c9948;
  color: var(--background_dark);
}

.connect_btn:hover {
  background-color: var(--background_green);
  color: var(--background_dark);
}

.menu_btn {
  font-size: 14px;
  margin-left: 1rem;
}

.connect_btn,
.show_more_btn,
.request_demo_btn {
  padding: 12px 24px;
}

#connect_btn {
  font-weight: 500;
}

.connect_btn {
  width: 14rem;
  top: 4.2px;
  right: 5px;
  position: absolute;
  overflow: hidden;
  height: 3rem;
  padding: 0 2rem;
  border-radius: 1.5rem;
  background: var(--background_green);
  background-size: 400%;
  color: var(--background_dark);
  border: none;
}

.connect_btn:hover::before {
  transform: scaleX(1);
  color: var(--background_dark);
}
#button-content,
.arrow_dark,
.arrow_dark_footer {
  position: relative;
  z-index: 1;
}

.connect_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  width: 100%;
  height: inherit;
  border-radius: inherit;
  background: #3c9948;
  transition: all 0.475s;
}

.search_box {
  width: 80%;
  position: relative;
}

.search_box input,
.search_box input:focus {
  background: var(--background_dark);
  box-shadow: none;
  color: #fff;
  border-color: #fff;
  opacity: 80%;
  border-radius: 30px;
}

.search_box input::placeholder,
.search_box_footer input::placeholder {
  color: #fff;
  opacity: 50%;
}

.search_box_footer input,
.search_box_footer input:focus {
  border-radius: 30px;
  background: var(--background_light);
  box-shadow: none;
  color: #fff;
  border-color: #fff;
  opacity: 80%;
}

.search_box_footer {
  width: 70%;
  position: relative;
}
.search {
  padding: 1rem 1rem;
  opacity: 80%;
}

/* sections1 - welcoming */

.welcoming {
  height: 42rem;
  width: 100%;
  overflow-x: hidden;
}

.title {
  font-size: 48px;
}

.para {
  font-size: 18px;
  letter-spacing: 0.6px;
}

.intelydoc_word {
  color: var(--background_green);
}

.banner_video_container {
  position: relative;
  width: 100%;
}

.banner_spinner {
  text-align: center;
}
.banner_spinner i {
  color: var(--background_green);
}

.banner_video {
  display: none;
}

.banner_video.loaded {
  display: block;
}

/* section2 and section4 - riseOfAiSection and accuracy99Section */

.ai_img {
  margin-top: -0.6rem;
  width: 100px;
}

.riseOfAiSection {
  color: #fff;
  height: 42rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

#RiseofAi {
  opacity: 0;
}

/* New Styles for Video Background */
.video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  overflow: hidden;
  border: none;
}

.video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000628e3;
  pointer-events: none; /* Allow clicks to pass through the overlay */
}

.overlay_content {
  position: relative;
  z-index: 1;
}

.accuracy99Section {
  color: #fff;
  background-image: url(/static/assets/img/asserts/accuracy-graphic.png);
  background-size: 37%;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 45rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

#Accuracy {
  opacity: 0;
}

.value_para {
  font-size: 28px;
  font-weight: 200;
}
.within,
.enhanced {
  display: block;
}
.tag_line {
  font-size: 5.7rem;
  font-weight: 800;
}

.accuracy_img {
  width: 300px;
}

.handwritten {
  font-size: 32px;
}

/* section3 - feature section  */

.featuresSection {
  padding-top: 5%;
}
.feature_box {
  position: relative;
}

.menu_links,
.swiper_menu_links {
  font-size: 16px;
  color: #fff;
  opacity: 20%;
  padding: 5px 20px;
  margin: 0;
  cursor: pointer;
}

.feature_back_img {
  position: absolute;
  left: -30%;
  top: -10%;
  width: 210%;
  height: 35rem;
  z-index: -10;
  opacity: 0;
}
.feature_img {
  border-radius: 20px;
  z-index: 10;
  transform: scale(0);
  opacity: 0;
}

.active {
  display: inline-block;
  border: 2px solid var(--background_green);
  border-radius: 20px;
  color: var(--background_green);
  opacity: 1;
}

.unveiling {
  font-size: 40px;
  /* padding-left: 80px; */
  opacity: 0;
}

.power {
  display: block;
  padding-top: 8px;
}

#content {
  /* position: fixed; */
  top: 50px;
  left: 100px;
  padding: 20px;
  max-width: calc(100% - 220px);
}

.switch_feature_content {
  padding-top: 40px;
  padding-left: 19px;
}
#feature_title {
  padding-bottom: 5px;
  font-size: 25px;
}

#feature_content {
  font-size: 16px;
  line-height: 30px;
}

.imageSection {
  width: 50%;
}

.imageSection img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  margin-top: 200px;
}

.content {
  height: 100%;
  width: 50%;
  color: #fff;
}

.content .first {
  height: 100vh;
  /* outline: 2px solid #fff; */
  display: flex;
  align-items: center;
}

/* swipper */

.mySwiper,
.swiper_content,
.swiper_links {
  padding-left: 10px;
  display: none;
}
.swiper_links {
  margin-top: 50px;
  margin-bottom: 15px;
  /* padding: 2rem 3rem; */
}
.swiper_menu_links {
  margin: 5px 0;
}
.menu_links,
.swiper_menu_links {
  font-weight: 500;
}
.mySwiper {
  /* margin-top: 20px; */
  width: 100%;
  height: auto;
  /* padding-top: 15%; */
}
.swiper-pagination {
  position: relative;
  padding-top: 20px;
}
.imgSlider {
  display: flex;
  justify-content: center;
  align-items: center;
}

.imgSlider img {
  width: 85%;
  /* padding: 0 10px; */
}
.swiper-pagination .swiper-pagination-bullet {
  background: var(--background_green);
}

.swiper_content {
  padding: 20px 30px;
}
#slide-title {
  font-size: 28px;
}
#slide-description {
  font-size: 16px;
  padding-top: 0.5rem;
  line-height: 23px;
}

/* section5 - workflow */
.section_title {
  font-size: 50px;
}

.section_para {
  font-size: 20px;
}

.workflow_content {
  opacity: 0;
}

.workflow_img {
  width: 85%;
  height: 100%;
}

.intuitive {
  display: block;
}

.workflow_img_vertical {
  display: none;
}

/* section6 - usecasesSection */
#usecasesSection {
  color: #fff;
  width: 100%;
  height: 58rem;
  position: relative;
  background-color: var(--background_dark);
  overflow-y: hidden;
}

#usecasesSection h1 {
  position: relative;
  font-size: 80px;
  text-align: center;
  color: white;
  font-weight: 700;
  top: 33%;
}

.real_world {
  display: block;
  padding-top: 1rem;
  font-size: 40px;
  font-weight: 400;
}

.boxes {
  width: 550px;
  height: 300px;
  position: absolute;
  overflow: hidden;
}

.boxes_img {
  position: absolute;
  /* height:800px; */
  width: 100%;
  object-fit: inherit;
  z-index: 10;
}

#finance_card {
  background-color: #0041f0;
  left: 10%;
  top: 38rem;
}

#healthcare_card {
  background-color: #18cb3f;
  right: 15%;
  top: 62rem;
}

#legal_card {
  background-color: #c8242f;
  left: 10%;
  top: 86rem;
}

#retail_card {
  background-color: #7d22a8;
  right: 15%;
  top: 110rem;
}

#education_card {
  background-color: #16c3e8;
  left: 10%;
  top: 134rem;
}

#govt_card {
  background-color: #141381;
  right: 15%;
  top: 159rem;
}

.points {
  font-weight: 700;
}

.card-text {
  font-size: 16px;
  font-weight: 300;
}

.card-text img {
  margin-left: 5px;
  width: 7px;
  color: #fff;
}

.point1 {
  font-weight: 300;
  margin-bottom: 6px;
}

.application_title {
  font-weight: 600;
}

.overlay_text {
  color: #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: -140%;
  left: 0;
  padding: 3rem 2rem;
  transition: 0.4s linear;
}
.overlay_title {
  color: #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: -28%;
  padding: 3rem 2rem;
  transition: 0.4s linear;
}

.legal {
  bottom: -36%;
}

.govt {
  bottom: -20%;
  padding-right: 1.5rem;
}
.boxes:hover .overlay_title {
  bottom: 100%;
}

.boxes:hover .overlay_text {
  bottom: 0%;
}

/* section7 - demovideo */

.demovideoSection {
  width: 100%;
  height: 123rem;
}

.upper_slant {
  margin-top: -6px;
  transform: rotate(180deg);
}

.video_div {
  position: relative;
}
/* .video_div i {
  position: absolute;
  top: 45%;
  left: 47%;
  color: var(--background_green);
  font-size: 60px;
  cursor: pointer;
} */

.transforming {
  font-size: 40px;
}
.demo_para {
  padding: 9px 180px;
  line-height: 30px;
  font-size: 16px;
  opacity: 0;
}

#demoImage {
  width: 100px;
  height: auto;
  object-fit: cover;
}

.request_demo_btn {
  opacity: 0;
}

/* section 9 - blogSection  */
.blogSection {
  margin-bottom: 3rem;
}
.blogSwiper {
  width: 100%;
  height: 100%;
}

.blogCard {
  max-height: 900px;
  height: 100%;
  width: 400px;
  border-color: var(--background_dark);
}
.cardBody {
  padding: 20px 20px;
}
.swiperBlogSlide {
  /* text-align: center; */
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiperBlogSlide .blogTopImg {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.blogHeading {
  font-size: 40px;
  color: #fff;
}
.blogTitle {
  font-size: 24px;
  font-weight: 600;
  /* text-align: center; */
  /* padding: .5rem; */
}
.blogText {
  font-size: 16px;
  font-weight: 300;
  /* text-align: justify; */
}
.author_detail {
  display: flex;
  justify-content: space-between;
  /* text-align: end; */
  padding-bottom: 0.8rem;
}
.author_name,
.author_date {
  font-weight: 400;
  font-size: 12px;
  color: #aaa7a7;
  margin-bottom: 0;
}
.blogTitle {
  padding-bottom: 0.8rem;
}
.see_more_btn {
  float: right;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  width: 8rem;
  position: relative;
  overflow: hidden;
  height: 2.5rem;
  border-radius: 1.5rem;
  background: var(--background_green);
  background-size: 400%;
  color: var(--background_dark);
  border: none;
  /* border: var(--background_green); */
}

.see_more_btn:hover {
  background-color: var(--background_green);
  color: var(--background_dark);
}

.see_more_btn:hover::before {
  transform: scaleX(1);
  color: var(--background_dark);
}
.readMore,
.arrow_dark_blog {
  position: relative;
  z-index: 1;
}

.see_more_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  width: 100%;
  height: inherit;
  border-radius: inherit;
  background: #3c9948;
  transition: all 0.475s;
}

/*  section8 - FAQs */

.faqSection {
  background-color: #fff;
  padding-bottom: 6rem;
}
.faq_text {
  color: var(--background_dark);
  font-size: 40px;
  font-weight: 600;
  opacity: 0;
}

.accordion-item {
  border-left: 0;
  border-right: 0;
}

.accordion-body {
  font-size: 16px;
  font-weight: 400;
}

.accordion-button {
  background-color: #fff;
  font-size: 24px;
  font-weight: 600;
  color: #000;
}

.accordion-button:focus,
.accordion-button:not(:focus) {
  box-shadow: none;
  background-color: #fff;
  color: #000;
}

.accordion-button::after {
  content: "";
  background-image: url("/static/assets/img/asserts/arrow-dark.svg");
  background-size: contain;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  transform: rotate(90deg);
  transition: transform 0.2s ease;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("/static/assets/img/asserts/arrow-dark.svg");
  transform: rotate(270deg);
}

.load_text {
  cursor: pointer;
  font-weight: 600;
}

.load_text a {
  text-decoration: none;
  color: #000;
}

/* section9 - consultation */

.consultation {
  position: relative;
}
.consultation .container {
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding: 4rem 0; */
}

.jumbotron {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 53.5rem;
  height: 24rem;
  color: #fff;
}
.contact_content {
  /* align-items: center; */
  padding-left: 10%;
  padding-bottom: 6%;
  background-color: var(--background_light);
  z-index: 10;
}

.customized_demo {
  display: block;
}
.jumbotron h1 {
  font-size: 40px;
  font-weight: 600;
}
.jumbotron p {
  font-size: 18px;
}

.pixel {
  width: 10%;
  position: absolute;
  right: 12.8%;
  bottom: 4.5%;
}

.paper_to,
.pixels_text {
  font-size: 44px;
  font-weight: 700;
}
.paper_to {
  position: absolute;
  right: -2%;
  bottom: 37%;
  transform: rotate(-90deg);
}

.pixels_text {
  color: var(--background_light);
  padding-left: 0.5rem;
}

/* footer */

.footer {
  position: relative;
  background: linear-gradient(to top, var(--background_dark) 65%, #fff 35%);
  color: #fff;
}

.go_to_top {
  position: absolute;
  right: 30px;
  height: 50px;
  width: 50px;
  border-radius: 25px;
  background-color: var(--background_green);
}
.go_to_top img {
  transform: rotate(-90deg);
  width: 15px;
}
.aark_div {
  position: relative;
}

.footer_menu {
  margin-right: 10%;
}

.footer_link {
  text-decoration: none;
  font-size: 14px;
  margin-right: 1.5rem;
  font-weight: 500;
  color: #fff;
}

.footer_link:hover {
  color: #fff;
}

.footer h5 {
  font-size: 18px;
}

.copy_right,
.inquiries {
  font-size: 14px;
}

.inquiries a {
  text-decoration: none;
  color: #fff;
}

.login_footer {
  margin-right: 0;
}
.lower_slant {
  position: absolute;
  top: 120px;
}
.lower_slant1 {
  display: none;
}

.footer_logo {
  width: 155px;
}

/* media query */

@media only screen and (max-width: 1500px) {
  .demovideoSection {
    height: 126rem;
  }

  /* consultation */
  .paper_to {
    bottom: 30%;
  }
}

@media only screen and (max-width: 1399px) {
  /* section 1 - welcoming section */
  .welcoming {
    height: 40rem;
  }
  .title {
    font-size: 42px;
  }

  .demo_para {
    padding: 10px 150px;
  }

  /* consultation */
  .paper_to {
    bottom: 32%;
    right: -8%;
  }
  .pixel {
    right: 10.1%;
  }

  .jumbotron {
    width: 71%;
  }

  .enhanced,
  .within {
    display: inline;
  }
  .lower_slant {
    top: 142px;
  }
  .back_page {
    margin-bottom: -1px;
  }
}

@media only screen and (max-width: 1261px) {
  .demovideoSection {
    height: 123rem;
  }
  .enhanced,
  .within {
    display: inline;
  }
}

@media only screen and (max-width: 1200px) {
  /* section 1 - welcoming section */

  .banner_video {
    width: 100%;
  }

  .search_box {
    width: 90%;
  }

  /* footer */
  .lower_slant {
    top: 25%;
  }
}

@media only screen and (max-width: 1054px) {
  .demovideoSection {
    height: 125rem;
  }

  /* footer */
  .paper_to {
    right: -12%;
  }
  .pixel {
    right: 8%;
  }
  .footer_menu {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1025px) {
  .demovideoSection {
    height: 167rem;
  }
  .lower_slant {
    top: 27%;
  }
}

@media only screen and (max-width: 992px) {
  /* section 1 - welcoming section */
  .welcoming {
    height: 44rem;
    overflow-x: hidden;
  }

  .search_box {
    width: 80%;
  }

  .banner {
    padding-top: 20px;
  }

  .banner_video {
    width: 100%;
  }

  .connect_down_btn {
    position: initial;
    margin-top: 4%;
  }
  .connect_down_btn::before {
    display: none;
  }
  .connect_down_btn:hover {
    background: #3c9948;
    color: #000628;
  }

  /* section2 and section4 - riseOfAiSection and accuracy99Section */

  .tag_line {
    font-size: 80px;
  }

  .value_para {
    font-size: 20px;
  }

  .ai_img {
    width: 90px;
  }

  .riseOfAiSection {
    height: 40rem;
  }

  .accuracy99Section {
    height: 43rem;
  }

  .handwritten {
    font-size: 30px;
  }

  /* section3 - feature section  */
  #feature_content {
    line-height: 25px;
  }

  /* section5 - workflow */

  .workflow_img {
    width: 100%;
  }
  .section_title {
    font-size: 45px;
  }

  /* section6 - usecasesSection */

  #healthcare_card {
    right: 10%;
  }

  #retail_card {
    right: 10%;
  }

  #govt_card {
    right: 10%;
  }

  #usecasesSection h1 {
    font-size: 70px;
  }

  /* section7 - demovideo section */

  .demo_para {
    padding: 10px 50px;
  }

  #demoImage {
    object-fit: contain;
  }

  /*  section8 - FAQs */
  .accordion-button {
    font-size: 20px;
  }

  /* consultation */
  .jumbotron {
    width: 100%;
  }
  .pixel {
    display: none;
  }
  /* footer */
  .lower_slant {
    top: 25%;
  }

  .footer_menu {
    margin-right: 0;
  }
}

@media only screen and (max-width: 918px) {
  /* consultation */
  .paper_to {
    right: -10%;
    bottom: 33%;
  }
  .paper_to,
  .pixels_text {
    font-size: 35px;
  }
  .pixels_text {
    padding-left: 0.1rem;
  }

  /* footer */
  .lower_slant {
    top: 30%;
  }
}

@media only screen and (max-width: 831px) {
  .demovideoSection {
    height: 156rem;
  }

  /* consultation */
  .paper_to {
    right: -13%;
  }
  .welcoming {
    height: 55rem;
  }

  .lower_slant {
    top: 30%;
  }
}

@media only screen and (max-width: 810px) {
  /* consultation */
  .jumbotron {
    width: 95%;
  }
  .paper_to {
    bottom: 35%;
  }
}

@media only screen and (max-width: 769px) {
  .menu_btn {
    margin-left: 0;
  }
  .navbar-nav {
    padding-top: 1.5rem;
    text-align: end;
  }
  .header_link {
    padding-bottom: 10px;
  }
  .menu_btn {
    margin-bottom: 10px;
    float: right;
  }
  .footer_btn::before {
    display: none;
  }
  .footer_btn:hover {
    background: #3c9948;
    color: #000628;
  }
  /* section 1 - welcoming section */
  .navbar-brand {
    width: 6rem;
  }
  .welcoming {
    height: 63rem;
  }
  .banner_video {
    width: 100%;
  }

  /* section2 and section4 - riseOfAiSection and accuracy99Section */

  .tag_line {
    font-size: 60px;
  }

  .value_para {
    font-size: 18px;
    padding: 0 0 !important;
  }

  .riseOfAiSection {
    height: 38rem;
  }
  .ai_img {
    width: 70px;
  }

  .accuracy99Section {
    background-size: 50%;
    height: 35rem;
  }
  .handwritten {
    font-size: 26px;
  }
  .accuracy_img {
    width: 220px;
  }

  /* section3 - feature section  */
  .unveiling {
    font-size: 38px;
  }
  .featuresSection {
    padding-bottom: 8%;
  }

  /* section5 - workflow */

  .workflow_img {
    width: 700px;
  }

  .intuitive,
  .within,
  .enhanced,
  .power {
    display: inline;
  }

  /* section7 - demovideo section */
  .demovideoSection {
    height: 56rem;
  }
  .transforming {
    padding-top: 2rem;
    font-size: 35px;
  }
  .demo_para,
  .request_demo_btn {
    opacity: 1;
  }
  /* consultation */
  .jumbotron {
    width: 100%;
  }

  .contact_content {
    padding-left: 1.5rem;
  }

  .customized_demo {
    display: inline;
  }
  .consultation h1 {
    font-size: 35px;
  }
  .lower_slant {
    top: 28%;
  }

  .go_to_top {
    bottom: 8rem;
  }
}

@media only screen and (max-width: 700px) {
  /* logo */
  .navbar-brand {
    width: 6.5rem;
  }

  /* feature */
  #feature_title {
    font-size: 20px;
  }

  .menu_links,
  #feature_content {
    font-size: 14px;
  }
  .unveiling {
    font-size: 34px;
  }

  /* workflow */

  .workflow_img {
    width: 600px;
  }

  /* usecasesSection */

  #usecasesSection h1 {
    font-size: 60px;
  }

  .real_world {
    font-size: 35px;
  }

  .faq_text {
    font-size: 35px;
  }

  /* demo video */
  .transforming {
    text-align: center;
  }

  /* consultation */
  .consultation {
    background: var(--background_light);
  }
  .jumbotron {
    color: #fff;
  }
  .back_page {
    display: none;
  }
  .customized_demo {
    display: inline;
  }
  .contact_content {
    background: none;
    padding: 0 0;
  }
  .lower_slant {
    display: none;
  }
  .footer {
    position: relative;
  }
  .lower_slant1 {
    display: inline;
    position: absolute;
    top: -30px;
  }
  .jumbotron {
    width: 100%;
  }
  .footer_btn {
    position: initial;
    margin-top: 4%;
  }
  .search {
    width: 100%;
  }
  .paper_to {
    right: -12%;
    bottom: 28%;
  }
  .paper_to,
  .pixels_text {
    font-size: 32px;
  }
  .search_box_footer {
    text-align: center;
  }
  .pixels_text {
    color: var(--background_green);
  }
  .pixels_text {
    padding-left: 3px;
  }

  /* footer */
  .search_box_footer {
    width: 90%;
  }
  .footer_menu {
    margin-right: 0;
    align-items: end;
  }
  .footer_logo {
    width: 100%;
  }

  .go_to_top {
    position: relative;
    float: right;
    top: 0;
  }
}

@media only screen and (max-width: 600px) {
  /* logo */
  .navbar-brand {
    width: 6.5rem;
  }

  /* workflow */

  .workflow_img {
    width: 500px;
  }
  .section_title {
    font-size: 40px;
  }
  .section_para {
    font-size: 18px;
  }
  .workflow_img {
    display: none;
  }
  .workflow_img_vertical {
    display: initial;
    width: 280px;
  }
  /* accuracy */
  .accuracy99Section {
    height: 48rem;
  }

  /* features */
  .featuresSection {
    height: 44rem;
  }
  .features_div {
    display: none;
  }
  .mySwiper,
  .swiper_content,
  .swiper_links {
    display: block;
  }
  .swiper_menu_links {
    display: inline-flex;
  }

  /* usecasesSection */

  #usecasesSection h1 {
    font-size: 40px;
  }

  .real_world {
    font-size: 30px;
  }
  .boxes {
    width: 450px;
    height: 260px;
  }
  .legal {
    bottom: -28%;
  }
  .education {
    bottom: -20%;
  }
  .govt {
    bottom: -10%;
  }
  .overlay_text {
    font-size: 14px;
  }

  .points {
    font-size: 20px;
  }

  .card-text {
    font-size: 14px;
  }

  #healthcare_card {
    left: 10%;
  }
  #retail_card {
    left: 10%;
  }
  #govt_card {
    left: 10%;
  }

  .transforming {
    font-size: 30px;
    text-align: center;
  }

  .demo_para {
    font-size: 14px;
    padding: 10px 15px;
  }

  .demovideoSection {
    height: 47rem;
  }

  /* faq */
  .accordion-body {
    font-size: 14px;
  }

  .accordion-button {
    font-size: 20px;
  }
}

@media only screen and (max-width: 576px) {
  /* banner */
  .hyperintelligent {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 528px) {
  /* welcoming */
  .welcoming {
    height: 62rem;
  }
  .title {
    font-size: 40px;
  }
  .para {
    font-size: 16px;
    font-weight: 200;
  }

  /* rise of ai */
  .tag_line {
    font-size: 40px;
  }
  .ai_img {
    width: 50px;
  }
  .value_para {
    font-size: 14px;
  }

  /* accuracy */
  .accuracy99Section {
    height: 36rem;
  }
  .accuracy_img {
    width: 150px;
  }
  .handwritten {
    font-size: 20px;
  }

  /* workflow */

  .section_title {
    font-size: 35px;
  }
  .section_para {
    font-size: 14px;
  }
  .workflow_img {
    width: 100%;
  }

  /* features */
  #slide-description,
  .swiper_menu_links {
    font-size: 14px;
  }
  #slide-title {
    font-size: 24px;
  }

  /* usecasesSection */

  #usecasesSection {
    width: 100%;
  }
  #usecasesSection h1 {
    font-size: 40px;
  }

  .real_world {
    font-size: 30px;
  }
  .boxes {
    width: 420px;
    height: 270px;
  }

  .points {
    font-size: 20px;
  }

  .card-text {
    font-size: 14px;
  }

  #finance_card {
    top: 35rem;
  }
  #healthcare_card {
    top: 55rem;
  }
  #legal_card {
    top: 75rem;
  }
  #retail_card {
    top: 95rem;
  }

  #education_card {
    top: 115rem;
  }

  #govt_card {
    top: 135rem;
  }
  .finance {
    bottom: -20%;
  }
  .retail {
    bottom: -20%;
  }
  .govt {
    bottom: -4%;
  }

  /* demo video */

  .transforming {
    font-size: 30px;
  }

  .demo_para {
    font-size: 14px;
    padding: 10px 15px;
  }

  /* faq */
  .accordion-body {
    font-size: 14px;
  }

  .accordion-button {
    font-size: 18px;
  }
  .faq_text {
    font-size: 30px;
  }

  /* consultation */
  .contact_content h1 {
    font-size: 30px;
  }
  .contact_content p {
    font-size: 16px;
  }

  .paper_to,
  .pixels_text {
    font-size: 25px;
  }
  .paper_to {
    right: -15%;
    bottom: 22%;
  }

  .lower_slant1 {
    top: -20px;
  }
}

@media only screen and (max-width: 481px) {
  /* button */
  .search_box {
    width: 100%;
  }

  /* welcoming */
  .welcoming {
    height: 55rem;
  }
  .title {
    font-size: 35px;
  }
  .para {
    font-size: 14px;
  }

  /* usecasesSection */
  .boxes {
    width: 90%;
    height: 300px;
  }
  #finance_card,
  #healthcare_card,
  #legal_card,
  #retail_card,
  #education_card,
  #govt_card {
    left: 5%;
  }

  /* #healthcare_card {
    top: 55rem;
  }
  #legal_card {
    top: 176vh;
  }
  #retail_card {
    top: 224vh;
  }

  #education_card {
    top: 272vh;
  }

  #govt_card {
    top: 320vh;
  } */
  .healthcare {
    bottom: -20%;
  }
  .legal {
    bottom: -20%;
  }
  .retail {
    bottom: -10%;
  }
  .education {
    bottom: -10%;
  }
  .govt {
    bottom: 6%;
  }
}

@media only screen and (max-width: 420px) {
  .upper_slant {
    margin-top: -8px;
  }

  /* consultation */
  .paper_to {
    right: -18%;
  }
  /* footer */
  .lower_slant1 {
    display: none;
  }
}

@media only screen and (max-width: 391px) {
  /* button */

  .search {
    padding: 0.8rem 1rem;
  }
  .connect_btn,
  .show_more_btn,
  .request_demo_btn {
    font-size: 16px;
    padding: 10px 10px;
  }

  .connect_btn {
    top: 5.3px;
  }
  .search_box input::placeholder {
    font-size: 14px;
  }
  /* welcoming */
  .welcoming {
    height: 52rem;
  }
  .title {
    font-size: 30px;
  }

  /* feature */
  /* .swiper_links{
    padding-left: 5%;
    padding-right: 0;
  } */

  /* workflow */
  .section_title {
    font-size: 24px;
  }

  /* usecasesSection */
  .boxes {
    height: 310px;
  }
  .points {
    font-size: 18px;
  }

  #usecasesSection h1 {
    font-size: 32px;
  }
  .real_world {
    font-size: 24px;
  }

  /* demo video */
  .demovideoSection {
    height: 41rem;
  }
  .upper_slant {
    margin-top: -11px;
  }
  .transforming {
    font-size: 28px;
  }
  .demo_para {
    padding: 0 0;
    line-height: 24px;
  }

  /*  section8 - FAQs */

  .accordion-button {
    font-size: 18px;
  }

  /* consultation */
  .contact_content h1 {
    font-size: 28px;
  }

  .contact_content p {
    font-size: 14px;
  }

  /* footer */
  .footer_link {
    margin-right: 0;
    margin-left: 0.5rem;
  }
}

@media only screen and (max-width: 332px) {
  /* button */

  .search {
    padding: 0.8rem 1rem;
  }
  .connect_btn,
  .show_more_btn,
  .request_demo_btn {
    /* font-size: 12px; */
    padding: 10px 10px;
  }

  .connect_btn {
    top: 6.4px;
  }
  .search_box input::placeholder {
    font-size: 14px;
  }

  .hyperintelligent {
    padding-left: 20px;
  }
  /* usecasesSection */
  .boxes {
    height: 320px;
  }
  .overlay_title,
  .overlay_text {
    padding: 3rem 1.5rem;
  }
  .point1 {
    font-size: 13px;
  }

  /* demovideosection */
  .demovideoSection {
    height: 42rem;
  }

  .upper_slant {
    margin-top: -15px;
  }
  /* consultation */
  .paper_to {
    right: -22%;
  }

  /* footer */
  .footer_logo {
    width: 7rem;
  }
}

@media only screen and (max-width: 321px) {
  .boxes {
    height: 300px;
  }
}
