/* 805dd4 */
/* 19aaf8 */
/* texts -  7236ff */

/* for header and footer - start */
body {
  background: #f2f2f2;
}

input:focus,
textarea:focus {
  outline: none;
}

.navBarTopLogo {
  padding: 100px;
}

.footer {
  background: #212429;
  display: flex;
  justify-content: space-between;
  padding: 80px 0;
}

#footerLink {
  font-size: 17px;
  color: #ffffff;
  text-decoration: none;
}

.footerLinkText {
  padding: 8px 0;
}

.sigleSectionfooter {
  display: block;
  width: 30%;
}

#linkSet {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 1% 15%;
}

#copyrightLine {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 1% 10%;
  font-size: 14px;
  background: #ffffff;
  /* background-color: #ffffff; */
  color: #ffffff;
}

.navbarHeadings {
  font-size: 20px;
  color: #ffffff;
  letter-spacing: 1px;
}

.topBanner {
  background-image: url(../Assets/Images/homePageBack.png);
  background-size: cover;
  padding: 2% 5%;
}

@media screen and (max-width: 900px) {
  #homepage {
    padding: 10% 15%;
    display: block;
  }

  #linkSet {
    display: block;
  }

  #copyrightLine {
    display: block;
    text-align: center;
    font-size: 11px;
  }

  .sigleSectionfooter {
    width: 100%;
    margin-top: 5%;
  }
}

/* for header and footer - end */

/* for titles - start */
.title1 {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  line-height: 120%;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0px 3px 5px #00000080;
}

.title2 {
  color: #805dd4;
  font-family: "Montserrat", sans-serif;
  font-size: 34px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  /* width: 80%; */
  padding: 0px 10%;
}

.title3 {
  color: #805dd4;
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
}

.title4 {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  line-height: 120%;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0px 0px 5px #00000080;
  text-align: center;
}

.title5 {
  color: #805dd4;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

.title6 {
  color: #805dd4;
  font-size: 18px;
  font-weight: bold;
  line-height: 150%;
}

@media screen and (max-width: 900px) {
  .title1 {
    font-size: 19px;
  }

  .title4 {
    font-size: 19px;
  }
}

@media screen and (max-width: 720px) {
  .title1 {
    font-size: 22px;
    line-height: 150%;
    font-weight: bold;
    text-align: center;
    padding: 5% 0;
  }

  .title2 {
    font-size: 20px;
  }

  .title3 {
    font-size: 17px;
    text-align: center;
  }

  .title4 {
    font-size: 22px;
    line-height: 150%;
    font-weight: bold;
    padding: 5% 0;
  }
}

/* for titles - end */

/* homepage */
.homepageBackground {
  background-image: url(../Assets/Images/homePageBack.png);
  background-size: cover;
  /* background: red; */
  padding: 5% 15%;
  display: flex;
}

.homePageImage {
  width: 480px;
}

.centerPara {
  font-size: 18px;
  color: #3101a0;
  line-height: 150%;
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
  /* background: red; */
}

.aboutUsSection {
  margin-bottom: 60px;
}

@media screen and (max-width: 720px) {
  .homePageImage {
    width: 150%;
    margin: 0 30%;
    margin-top: 50px;
  }
}

/* homepage */

/* common */
.page {
  padding: 50px 12%;
}

.sideBySideContent {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.sidePara {
  width: 80%;
  text-align: justify;
  padding: 18px 0;
  line-height: 150%;
  font-size: 18px;
  color: #ffffff;
}

.sidePara2 {
  text-align: left;
  padding: 20px 0;
  line-height: 150%;
  font-size: 16px;
  color: #000000;
}

.button1 {
  color: #19aaf8;
  background: #ffffff;
  font-family: "Montserrat", sans-serif;
  padding: 12px 55px;
  font-size: 17px;
  font-weight: bold;
  border-radius: 10px;
  box-shadow: 10px 10px 10px #00000067;
  border: 1px solid #19aaf8;
  cursor: pointer;
  transition: 0.8s;
}

.button1:hover {
  color: #ffffff;
  background: #19aaf8;
  border: 1.5px solid #ffffff;
}

.button2 {
  color: #ffffff;
  background: #805dd4;
  font-family: "Montserrat", sans-serif;
  padding: 17px 55px;
  font-size: 17px;
  font-weight: bold;
  border-radius: 10px;
  box-shadow: 10px 10px 15px #00000044;
  border: 1px solid #805dd4;
  cursor: pointer;
  transition: 0.8s;
  margin: auto 0px;
}

.button6 {
  color: #ffffff;
  background: #805dd4;
  font-family: "Montserrat", sans-serif;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: medium;
  border-radius: 10px;
  box-shadow: 10px 10px 15px #00000044;
  border: 1px solid #805dd4;
  cursor: pointer;
  transition: 0.8s;
  margin-top: 40px;
}

.API-doc {
  border-radius: 10px;
  box-shadow: 10px 10px 15px #00000044;
  background-color: #ffffff;
  padding: 30px 50px;
}

.maincolortext {
  color: #805dd4;
}

.button2Outer {
  width: 100%;
  display: flex;
  justify-content: start;
}

.button2:hover {
  background: #ffffff;
  color: #805dd4;
}

.button3 {
  color: #ffffff;
  background: #805dd4;
  font-family: "Montserrat", sans-serif;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 10px;
  box-shadow: 10px 10px 15px #00000044;
  border: 1px solid #805dd4;
  cursor: pointer;
  transition: 0.8s;
  margin: 0px;
  margin-top: 20px;
}

.button3-disabled {
  color: #ffffff;
  background: #805dd4;
  font-family: "Montserrat", sans-serif;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 10px;
  box-shadow: 10px 10px 15px #00000044;
  border: 1px solid #805dd4;
  cursor: none;
  transition: 0.8s;
  margin: 0px;
  margin-top: 20px;
}

.button3:hover {
  background: #ffffff;
  color: #805dd4;
}

.shadowBox {
  background: #ffffff;
  width: 100%;
  margin: 40px 0;
  padding: 50px 12%;
  border-radius: 20px;
  box-shadow: 0px 8px 15px #00000067;
  display: flex;
  justify-content: space-evenly;
}

.imgBackground {
  width: 100%;
}

.sideImage {
  width: 70%;
  margin: auto 10%;
}

.centerTextPara {
  text-align: center;
  padding: 5px 10%;
  color: #3101a0;
  /* color: #a683f8; */
  line-height: 120%;
  margin-top: 8px;
  font-size: 17px;
}

@media screen and (max-width: 1000px) {
  .sideImage {
    width: 100%;
    margin: 0px;
  }
}

@media screen and (max-width: 720px) {
  .sideBySideContent {
    display: block;
    margin: auto;
  }

  .sidePara {
    width: 90%;
    text-align: center;
  }

  .sidePara2 {
    width: 100%;
    font-size: 15px;
    text-align: center;
    line-height: 120%;
    padding: 12px 0;
  }

  .button1 {
    margin: auto;
    padding: 12px 32%;
  }

  .imgBackground {
    width: 120%;
    padding: 0px 20%;
  }

  .sideImage {
    width: 70%;
    /* margin: 20px 22%;*/
  }

  .shadowBox {
    display: block;
    justify-content: center;
  }

  .button2 {
    padding: 12px 25px;
    font-size: 17px;
  }

  .button2Outer {
    justify-content: center;
  }

  .centerTextPara {
    text-align: center;
    padding: 10px 5px;
    color: #b596ff;
    font-size: 14px;
    line-height: 120%;
  }
}

/* common */

/* aboutus page */
.aboutusshadowBox {
  background: #ffffff;
  width: 100%;
  margin: 40px 0;
  padding: 50px 7%;
  border-radius: 20px;
  box-shadow: 0px 8px 15px #00000067;
  display: flex;
  justify-content: space-evenly;
}

.aboutusPara {
  font-size: 16px;
  color: #7236ff;
  line-height: 150%;
  padding: 10px;
  margin-left: 50px;
  text-align: left;
  width: 100%;
  /* background: red; */
}

.imageAboutus {
  width: 40%;
}

@media screen and (max-width: 1000px) {
  .aboutusPara {
    margin-left: 0px;
    text-align: center;
    font-size: 14px;
  }

  .imageAboutus {
    margin: 0 20%;
    width: 60%;
    height: 60%;
  }

  .aboutusshadowBox {
    display: block;
    justify-content: center;
  }
}

/* aboutus page */

/* services page */
.shadowBoxSet {
  display: flex;
  justify-content: space-around;
}

.halfShadowBox {
  background: #ffffff;
  width: 45%;
  margin: 40px 0;
  padding: 40px 3%;
  border-radius: 20px;
  box-shadow: 0px 8px 15px #00000067;
}

.serviceIcon {
  margin: 30px 38%;
  width: 24%;
  margin-bottom: 15px;
}

.serviceDiscriptionText {
  font-size: 17px;
  line-height: 140%;
  text-align: center;
  opacity: 0.8;
  padding: 5px 10%;
  color: #3101a0;
  height: 140px;
}

.tutorialContent {
  min-height: 105px;
}

@media screen and (max-width: 900px) {
  .shadowBoxSet {
    display: block;
  }

  .halfShadowBox {
    width: 100%;
  }

  .tutorialContent {
    min-height: 100px;
  }

  .serviceDiscriptionText {
    height: 220px;
  }
}

/* services page */

/* price page */
#pricing {
  display: flex;
  justify-content: center;
}

#singlePrice1,
#singlePrice2 {
  /* background: #240187; */
  padding: 1% 1%;
  font-size: 20px;
  cursor: pointer;
  /* background: #d6eff5; */
  /* border-radius: 100px; */
  /* margin: 0 2%; */
  border: 3px solid #24028021;
  width: 30%;
  text-align: center;
}

#singlePrice1 {
  background: #240187;
  color: #ffffff;
}

#singlePrice2 {
  /* background: #240187; */
  color: #240187;
}

#priceView,
#priceView2 {
  margin: 5%;
  padding: 10% 5%;
  border: 2px solid #25018793;
  border-radius: 20px;
  box-shadow: 0px 8px 10px #240187;
  /* box-shadow: 0px 8px 15px #00000067; */
  width: 45%;
  background: #ffffff;
}

#priceView2 {
  display: none;
}

#txt1,
#txt3 {
  font-size: 40px;
  text-align: center;
  color: #240187;
}

#txt2,
#txt4 {
  text-align: center;
  padding-top: 10%;
  color: #b596ff;
}

.sidePara2 p {
  color: #7236ff;
}

.white-box {
  background: #3101a013;
  margin: 0px 20%;
  border-radius: 0px 0px 20px 20px;
  margin-bottom: 100px;
}

@media screen and (max-width: 900px) {
  #pricing {
    display: block;
    justify-content: center;
    text-align: center;
  }

  #singlePrice1,
  #singlePrice2,
  #singlePrice3,
  #singlePrice4 {
    margin: 5% 5%;
    padding: 5%;
    width: 90%;
  }

  #priceView {
    margin: 5%;
    padding: 10% 15%;
  }

  #priceView,
  #priceView2 {
    margin: 4%;
    padding: 4%;
    width: 30%;
  }

  #txt1,
  #txt3 {
    font-size: 30px;
  }

  #txt2,
  #txt4 {
    padding-top: 8%;
  }
}

/* price page */

/* blog page */

.cards {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  gap: 1rem;
}

.card {
  padding: 1rem;
  box-shadow: 0px 8px 15px #00000067;
  border-radius: 20px;
  background: #ffffff;
}

.blogCardTitle {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding: 5% 5%;
  padding-bottom: 1%;
  color: #624b97;
}

.blogCardPara {
  padding: 3% 10%;
  text-align: justify;
  line-height: 140%;
  padding-top: 0%;
  color: #bba0fa;
}

.blogDetails {
  display: flex;
  justify-content: space-between;
  padding: 3% 10%;
  font-size: 12px;
  opacity: 0.7;
}

.readeMoretext {
  color: #624b97;
  font-size: 14px;
}

@media (min-width: 600px) {
  .cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 900px) {
  .cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* blog page */

/* single blog */

.blogPara {
  text-align: left;
  line-height: 170%;
  padding: 3% 0;
  padding-bottom: 3%;
  text-align: justify;
}

.blogSubHeading {
  color: #805dd4;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}

.blogSubPoint {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  padding-top: 10px;
  font-style: italic;
}

.imagePara {
  display: flex;
}

#blogInsideImages {
  width: 50%;
  padding: 0px;
  margin: 0px;
  padding: 20px;
  height: auto;
}

.imgSidePara {
  width: 50%;
}

@media screen and (max-width: 900px) {
  .blogPara {
    padding: 5% 0;
    line-height: 120%;
  }

  .blogSubHeading {
    text-align: center;
  }

  .blogSubPoint {
    text-align: center;
  }

  .imagePara {
    display: block;
  }

  #blogInsideImages {
    width: 100%;
    padding: 0px;
  }

  .imgSidePara {
    width: 100%;
  }
}

/* single blog */

/* contact us page */

.contactUsShadowBox {
  background: #ffffff;
  width: 100%;
  margin: 20px 0;
  padding: 50px 5%;
  border-radius: 20px;
  box-shadow: 0px 8px 15px #00000067;
  display: flex;
  justify-content: space-evenly;
  margin-top: 30px;
}

.contactDetails {
  padding: 5px 0;
}

.contactImgBackground {
  width: 100%;
}

.textFieldBack {
  display: flex;
  justify-content: start;
  width: 100%;
  outline: none;
  padding: 2% 3%;
  margin: 3% 3%;
  background: #f2f2f2;
  border-radius: 20px;
}

.inputBox {
  padding: 2% 5%;
  border: 0px solid black;
  width: 100%;
  background: #f2f2f2;
}

.textFieldBack img {
  margin: auto;
}

#contactSideImage {
  width: 60%;
  padding: 2%;
}

@media screen and (max-width: 720px) {
  .contactUsShadowBox {
    display: block;
    justify-content: center;
  }

  .contactDetails {
    padding: 2px 0px;
    font-size: 12px;
    margin-bottom: 10px;
  }
}

/* contact us page */

/* tutorial page */

.tutorialImage {
  padding: 2% 0;
  display: flex;
  justify-content: center;
}

.tutorial .title6 {
  color: #000;
  font-weight: 500;
}

/* tutorial page */

.ErrorCodes h2 {
  color: #805dd4;
  font-size: 28px;
  font-weight: bold;
}

.ErrorCodes table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 40px;
}

.ErrorCodes table,
th,
td {
  border: 1px solid black;
}

.ErrorCodes td {
  padding: 10px;
}

.ErrorCodes th,
td {
  padding: 10px;
  text-align: left;
}

.ErrorCodes th {
  background-color: #805dd4;
  text-align: left;
  color: #ffffff;
}

#headerEnrichment {
  display: flex;
}

#headerEnrichment a {
  width: 50%;
}

#headerEnrichment .card2-active {
  background: #805dd4;
  padding: 15px 20px;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  box-shadow: 0px 0px 5px #3101a052;
  width: 50%;
  font-weight: 600;
}

#headerEnrichment .card2 {
  font-weight: 600;
  background: #ffffff;
  padding: 15px 20px;
  color: #805dd4;
  font-size: 20px;
  text-align: center;
  box-shadow: 0px 0px 5px #3101a052;
}

.API_table td {
  padding: 10px;
  line-height: 120%;
}

.parameter-cell {
  width: 14%;
  padding: 10px 0px;
}

.dash-cell {
  padding-right: 12px;
}

.dash-description {
  line-height: 140%;
}

.code-column {
  width: 100px;
  /* Adjust this value as needed */
}

/* Mobile Styles */
@media (max-width: 768px) {
  .title2 {
    font-size: 1.5rem;
    padding: 5px;
  }

  .title6 {
    font-size: 1rem;
    line-height: 1.4;
  }

  .page {
    padding: 10px;
  }

  .tutorial {
    padding: 5%;
  }

  .card2,
  .card2-active {
    width: 100%;
  }

  .description-box table,
  .ErrorCodes table {
    font-size: 0.9rem;
  }

  .parameter-cell,
  .dash-description {
    display: block;
    width: 100%;
  }

  .tutorialImage img {
    width: 100%;
  }

  .link-box {
    flex-direction: column;
    align-items: start;
  }

  .customLink {
    word-break: break-word;
    font-size: 0.9rem;
  }

  .API-doc img {
    width: 80%;
    margin-top: 20px;
  }
  .API-doc {
    display: block !important;
  }
  #headerEnrichment {
    display: block !important;
  }
  #headerEnrichment .card2-active {
    width: 100%;
  }
  #customLink2 {
    width: 100vw !important;
  }
  .link-box span {
    display: block;
    word-wrap: break-word; /* Ensures words break when necessary */
    overflow-wrap: break-word;
    white-space: normal; /* Allows text to wrap */
    max-width: 100%; /* Ensures text does not exceed container width */
    font-size: 14px; /* Adjust as needed for readability */
  }
  .code-segment pre {
    white-space: pre-wrap; /* Allows text wrapping */
    word-wrap: break-word; /* Break long words if needed */
    overflow-wrap: break-word;
    font-size: 14px; /* Reduce font size for better fit */
    max-width: 100%; /* Ensure it fits inside the container */
    padding: 10px; /* Add padding for readability */
    border-radius: 5px;
  }
}
