body {
  overflow-x: hidden;
}
.croppedimg {
  width: 80%;
}
.logo {
  width: 200px;
  height: aut0;
}
.carousel-control {
  top: auto;
  bottom: 0;
}
.carousel-control i {
  color: black;
}

.blog-heading {
  text-align: center;
  margin-top: 20px;
  font-size: 24px;
  color: red; /* Light red text color */
}

.subheading {
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  color: black;
  margin: 10px 0;
}

.blog-para {
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
}

.see-all-button {
  margin: auto;
  margin-bottom: 30px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 21px;
  font-weight: bold;
  background-color: #f1511b;
  border-radius: 10px;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
}

.btnlink {
  color: white;
  text-decoration: none;
}

/* FLEXES */
.submitbtn {
  width: 150px;
  background-color: #f1511b;
  font-size: 21px;
  text-transform: uppercase;
  border-radius: 10px;
  font-weight: 600;
}
.flexescontainer {
  display: flex;

  justify-content: space-around;
  align-items: center;

  flex-wrap: wrap;
  width: auto;
  padding-inline: 20px;
  padding-bottom: 1.5rem;
}
@media only screen and (min-width: 300px) and (max-width: 400px) {
  .flexescontainer {
    flex-direction: column;
  }
}
.left-div {
  flex: 1;
  /* color: white; */
  /* padding: 20px;
  text-align: left; */
  text-align: right;
  padding-right: 20px;
}

.left-div img {
  max-width: 580px;
  /* height: 500px; */
}

.right-div {
  flex: 1;
  color: white;
  padding: 20px;
  text-align: left;
}

form {
  display: flex;
  flex-direction: column;
}

input,
select,
textarea {
  margin-bottom: 20px;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 6px;
}

button {
  background-color: red;
  color: white;
  padding: 10px;
  cursor: pointer;
  border: none;
}

@media (max-width: 768px) {
  .container {
    flex-direction: column;
  }
}
/* DIVS 2*/
.custom-container {
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
}
.custom-div {
  border: 1px solid #000;
  padding: 20px;
  margin: 10px;
  text-align: left;
  max-width: 400px;
  width: 100%;
}
.custom-number {
  color: red;
  font-weight: bold;
  font-size: 24px;
}
@media (min-width: 768px) {
  .custom-container {
    flex-direction: row;
  }
}
/* SERVICES DIVS*/

@media (max-width: 768px) {
  .servicesflex1 {
    display: flex;
    margin: auto;
    width: 80%;
    flex-direction: column;
  }
}

.servicesflex1 {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .our-services {
  margin-bottom: 20px;
} */
.service-div {
  background-color: black;
  text-align: center;
  padding: 20px;
  margin: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.rdmore {
  color: black;
}

.light-black {
  background-color: #333;
}
.red-button {
  background-color: red;
  color: white;
}

.quicklinks {
  color: rgb(14, 13, 13);
  text-decoration: none;
  font-size: 18px;
}
.main_footer {
  color: black;
  margin: auto;
  text-align: left;
  padding-left: 30px;
  padding-right: 30px;
  padding: 20px 0;
}

.footer-text {
  max-width: 400px;
  text-align: left;
}
.links {
  /* margin-left: 200px; */
  display: flex;
  /* max-width: 700px; */
}
.others {
  margin-left: 100px;
}
.logoandtext {
  text-align: left;
  margin-left: 40px;
  flex: display;
  flex-direction: column;

  justify-content: center;
}
.footer_para {
  /* width: 350px; */
  word-wrap: break-word;
  margin-bottom: 20px;
  font-size: 21px;
  color: #373131;
}

.footer-icons {
  text-align: right;
}

.footer-icons a {
  color: #1d91e8;
  margin: 0 10px;
  font-size: 1.5em;
}

.footer-links {
  margin-right: 20px;
  justify-content: center;
  text-align: left;
}

.footer-links h5 {
  color: #1d91e8;
  margin-bottom: 10px;
  align-items: center;
}

.footer-links p {
  margin-bottom: 5px;
}

.get-in-touch {
  text-align: left;
}

.contact-icons {
  text-align: left;
  padding-top: 10px;
}

.contact-icons p {
  margin-bottom: 5px;
}

.contact-icons hr {
  border-top: 1px solid white;
}

.copyright,
.policy {
  text-align: center;
  margin-top: 20px;
}

.policy p {
  display: inline-block;
  margin-right: 10px;
}

/*FIRST SECTION */
@media only screen and (min-width: 300px) and (max-width: 400px) {
  /* footer on small screens*/

  .footer-text {
    max-width: 200px;
    text-align: left;
  }
  .links {
    margin: 20px;
    flex-direction: column;
    display: flex;
  }
  .others {
    margin-top: 20px;
    margin: 0px;
  }

  .logoandtext {
    text-align: left;
    flex: display;
    flex-direction: column;
    margin: 20px;
  }

  .footer_para {
    width: 200px;
    word-wrap: break-word;
    margin-bottom: 20px;
  }

  .footer-links {
    margin-right: 20px;
    justify-content: center;
    text-align: left;
  }

  .get-in-touch {
    margin-top: 10px;
    margin-left: 20px;
  }
  .flex_main {
    flex-direction: column;
    text-align: center;
  }
  .flex_main2 {
    flex-direction: column;
    text-align: center;
  }

  .flex2 {
    width: 100%;
    margin: 0;
  }

  .flex1,
  .flex2 {
    max-width: none;
  }
}

nav {
  z-index: 1;
  color: white;
  position: absolute;
  width: 100%;
}
nav li {
  margin: 10px;
  font-size: 20px;
}
body {
  margin: 0;
  padding: 0;
  overflow-y: scroll;
}

.flex_main {
  height: auto;
  display: flex;
  align-items: start;
  justify-content: center;
}

.flex_main > div.flex1 {
  padding-top: 1rem;
}
.flex_main > div.flex2 > img {
  width: 80% !important;
}

.flex_main2 {
  background-color: #373131;
  height: auto;
  display: flex;
  margin-top: -20px;
}
.flex_main3 {
  background-color: #f4f4f4;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex_main4 {
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-block: 1.5rem;
}
.flex_main3h2 {
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.flex_main2h2 {
  color: white;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 3rem;
}

.flex1 {
  display: flex;
  flex-direction: column;
  max-width: 700px;
  margin: 20px;
  max-height: 700px;
}
.icons {
  width: 100px;
  height: 100px;
}
.pricebtn {
  background-color: #f1511b;
  color: white;
  margin-right: 30px;
  border-radius: 99px;
  padding: 5px 15px;
}
.pricebtnnav {
  width: 180px;
  height: 40px;
  font-size: 20px;
  background-color: #f1511b;
  color: white;
  margin: 5px;
  border: #f1511b;
  border-radius: 20px;
}
.pricebtnnav a {
  margin: auto;
}
.pricebtn2 {
  width: 200px;
  background-color: #f1511b;
  color: white;
  margin: 25px;
  border-radius: 99px;
  font-weight: 600;
}
.flex1 h1 {
  font-weight: bold;
  font-size: 50pxauto;
  text-align: left;
}

.flex2 {
  max-width: 700px;
  max-height: 700px;
  margin-top: -20px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
}

img {
  width: 100%;
  height: 100%;
}
.flex1cropped {
  display: flex;

  justify-content: center;
  max-width: 800px;
  max-height: 700px;
}
.flex2cropped {
  justify-content: center;
  max-width: 800px;
  max-height: 700px;
}

.our-services-para {
  font-size: 21px;
  max-width: 700px;
  margin-inline: auto;
}

/*  home page services section  */

.personlized-app-wrapper {
  padding-block: 3rem;
}

@media (min-width: 640px) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .flex_main3 {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .tw-collaborate-img {
    display: none;
  }
}

.projectJournyImg {
  margin-top: 3rem;
}

.max-w-\[80\%\] {
  max-width: 80%;
}
@media not all and (min-width: 640px) {
  .max-sm\:\[\&\>div\]\:max-w-\[80\%\] > div {
    max-width: 80%;
    margin-inline: auto;
  }
}

.embla {
  overflow: hidden;
  position: relative;
  padding-block: 3rem;
  max-width: 1200px;
  margin-inline: auto;
}

.embla__viewport {
  max-width: 1040px !important;
  overflow: hidden;
  margin-inline: auto;
}
.embla__container {
  display: flex;
}
.embla__slide {
  flex: 0 0 100%;
  min-width: 0;
}

.embla__slide {
  flex: 0 0 300px;
  margin-right: 30px;
  margin-left: 30px;
}

.embla__slide > div > img {
  border-radius: 15px;
}

.embla__slide > div > h1 {
  padding-top: 13px;
  font-size: 28px;
  font-weight: bold;
  line-height: normal;
  color: #373131;
}

.embla__slide > div > p {
  font-size: 16px;
  color: #373131;
}

.embla__prev,
.embla__next {
  background-color: transparent;
  color: #373131;
  width: 40px;
  /* height: 40px; */
  box-sizing: content-box;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none !important;
}

.embla__prev {
  top: 28%;
  transform: translateY("-50%");
  left: 0;
}

.embla__next {
  top: 28%;
  transform: translateY("-50%");
  right: 0;
}

@media (max-width: 1156px) {
  .embla__slide {
    flex: 0 0 40%;
    margin: 30px 30px;
  }
  .embla__viewport {
    width: 60% !important;
  }
  .embla__prev {
    left: 50px;
  }

  .embla__next {
    right: 50px;
  }
  .embla__slide > div > h1 {
    font-size: 22px;
  }

  .embla__slide > div > p {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .embla__slide {
    flex: 0 0 100%;
  }
  .embla__slide > div > h1 {
    font-size: 25px;
  }

  .embla__slide > div > p {
    font-size: 16px;
  }

  .embla__prev {
    left: 5%;
  }

  .embla__next {
    right: 5%;
  }
}

@media (max-width: 992px) {
  .flex_main > div.flex2 {
    margin-top: 0 !important;
  }
}

.tw-services-shadow::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 10%;
  width: 80%;
  height: 10px;
  box-shadow: 0 10px 14px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}

.readmorelink {
  position: absolute;
  bottom: 10px;
}

.pricebtntop {
  width: 200px;
  height: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f1511b;
  border-radius: 99px;
  font-weight: bold;
  font-size: 21px;
}

.tw-herosection-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding-inline: 1rem;
  max-width: 1366px;
  margin-inline: auto;
}

.tw-heroleft {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 2rem;
}

.tw-heroleft > img {
  width: 100%;
  height: auto;
}

.tw-heroright {
  text-align: center;
}

.tw-heroright > img {
  max-width: 592px;
  max-height: 502px;
}

@media (max-width: 768px) {
  .tw-heroright > img {
    max-width: 100%;
    max-height: auto;
  }
}

@media (max-width: 1024px) {
  .tw-herosection-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    padding-top: 1rem;
  }
  .tw-heroright {
    height: auto;
    width: 80%;
    margin-inline: auto;
  }
}

@media (max-width: 600px) {
  .pricebtntop {
    font-size: 1rem;
    width: 170px;
    height: 43px;
  }
}

.see-more-btn,
.see-more-btn:focus {
  background-color: transparent;
  font-size: 21px;
  color: #373131;
  margin-inline: auto;
  width: fit-content;
  outline: none;
  border: none;
}
