.home-main {
  background-color: #01358d;
  position: relative;
  overflow: hidden;
}
.home-main .main-bg {
  background-image: url(/assets/images/png/home-slider-bg-013.png);
  position: absolute;
  z-index: 1;
  width: 58%;
  height: 100%;
  background-position: left;
  opacity: 0.5;
  background-size: 1163px;
  animation: homeSliderBg-animation 0.6s ease-in;
}
@keyframes homeSliderBg-animation {
  0% {
    scale: 0.9;
    opacity: 0.5;
  }
  100% {
    scale: 1;
    opacity: 1;
  }
}
.home-main .main-bgStars {
  background-image: url(/assets/images/main-bgStars.webp);
  position: absolute;
  height: 100%;
  z-index: 1;
  width: 100%;
  opacity: 0.7;
  animation: main-bg-starAnimation 40s ease infinite;
}
@keyframes main-bg-starAnimation {
  0% {
    scale: 0.8;
    opacity: 0.2;
  }
  33% {
    scale: 0.9;
    opacity: 1;
  }
  66% {
    scale: 0.8;
    opacity: 0.2;
  }
  100% {
    scale: 0.9;
    opacity: 1;
  }
}
.pages-main-banner {
  height: 542px;
  background-image: url(/assets/images/png/home-slider-bg-services7.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  @media (max-width: 1023px) {
    height: 542px;
  }
  @media (max-width: 576px) {
    height: auto;
  }
}
.banner-backgrouund-overlay {
  background-color: #01358d;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0.8;
}
.main-case-study-page {
  background-image: url(../assets/images/png/case-study-bg-cover.webp);
}
.mobile-app-case-study-page {
  background-image: url(../assets/images/case-study-images/mobile-apps-case-study.webp);
}
.casestudy-main-banner {
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-blend-mode: screen;
  overflow: hidden;
}
.case-study-home {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.tradesorg-page {
  background-image: url(../assets/images/case-study-images/banner-background.webp);
}
.ncdg-page {
  background-image: url(../assets/images/case-study-images/ncdg-bg.webp) !important;
}
.ryzeo-page {
  background-image: url(../assets/images/case-study-images/ryzeo-banner.webp) !important;
  background-color: transparent !important;
  background-position: center !important;
}
.qqxm-page {
  background-image: url(../assets/images/case-study-images/qqxm-bg-banner.webp);
}
.background-overlay {
  background-color: #619fd299;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.case-study-container {
  max-width: 1230px;
  margin-inline: auto;
  width: 100%;
  position: relative;
  z-index: 1;
}
.case-study-home .case-study-banner {
  padding-inline: 0;
  max-width: 1024px;
  width: 100%;
  margin-inline: auto;
  display: flex;
  gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.case-study-home .banner-heading {
  margin: 0;
}
.case-study-home .container-text {
  margin: 0;
  padding-inline: 20px;
}
.case-study-home .case-study-meeting {
  display: flex;
  justify-content: center;
  align-items: center;
}
.case-study-meeting .meeting-btn {
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  color: #fff;
  background-color: #f9556d;
  padding: 13px 44px;
  text-decoration: none;
  border-radius: 50px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.2s ease-in;
  border: none;
}
.case-study-meeting .meeting-btn:hover {
  box-shadow: 0 13px 13px 0 rgba(249, 85, 109, 0.4);
  background-color: #ef4060;
}
.case-studies-section {
  width: 100%;
  padding-block: 90px;
  position: relative;
  overflow: hidden;
}
.case-studies-section .case-studies {
  padding-inline: 20px;
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}
.case-studies .case-study-item {
  width: 31.5%;
  border: 1px solid #dddddd;
  border-radius: 20px;
  overflow: hidden;
}
.case-study-item .case-study-image {
  max-width: 100%;
}
.case-study-item .case-study-image img {
  max-width: 100%;
}
.case-study-item .case-study-description {
  padding: 30px 15px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.case-study-description .case-study-name {
  font-size: 35px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0;
}
.case-study-description .case-study-caption {
  margin: 0;
  min-height: 120px;
}
.case-study-description .view-case-study {
  display: inline-block;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: -0.32px;
  font-weight: 500;
  color: #fff;
  transition: all 0.2s ease-in;
  background-color: #f9556d;
  padding: 13px 44px;
  text-decoration: none;
  border-radius: 50px;
  cursor: pointer;
  display: inline-block;
  border: none;
}
.case-study-description .view-case-study:hover {
  transition: all 0.2s ease-in;
  background-color: #f9556d;
  box-shadow: 0 13px 13px 0 rgba(249, 85, 109, 0.4);
}
.case-study-banner {
  padding-inline: 20px;
}
.case-study-banner .image-block {
  text-align: center;
  padding-block: 20px;
}
.swarna-page .case-study-banner .image-block {
  padding-top: 60px;
  padding-bottom: 0;
}
.ncdg-block-image {
  position: relative;
  top: 60px;
}
.case-study-banner img {
  max-width: 100%;
}
.casestudy-main-banner .banner-description-container {
  padding-block: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 1;
}
.banner-description-container .title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}
.project-section .title {
  text-align: right;
}
.banner-description-container .description {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
.casestudy-logo-nocircle {
  position: absolute;
  bottom: 5px;
  right: 5px;
  opacity: 0.2;
}
.case-study-logo {
  position: absolute;
  width: 180px;
  height: 180px;
  bottom: -10px;
  right: -4px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.5;
}
.case-study-logo img {
  width: 100%;
}
.ryzeo-casestudy-logo {
  opacity: 0.2 !important;
}
.banner-watermark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  display: flex;
  justify-content: center;
  align-items: start;
}
.banner-watermark img {
  padding-top: 20px;
  max-width: 100%;
}
.swarna-page .banner-watermark img {
  padding-top: 60px;
  max-width: 320px;
  width: 100%;
}
.qqxm-watermark img {
  max-width: 220px;
}
.overview-section {
  padding-block: 90px;
  position: relative;
  overflow: hidden;
}
.overview-section .overview-description {
  margin-top: 20px;
}
.casestudy-slider-header {
  max-width: 920px;
  margin-inline: auto;
}
.fidelity-section {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-block: 90px;
  position: relative;
  background-color: #b9d6ff;
  background-blend-mode: screen;
}
.fidelity-overlay {
  background-color: #b9d6ffe0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.fidelity-section .case-study-container {
  position: relative;
}
.fidelity-slider {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-top: 32px;
}
.fidelity-slider .fidelity-slider-item {
  width: 33%;
  box-shadow: 4px 12px 12px 0 rgb(0 0 0 / 18%);
}
.fidelity-slider .fidelity-slider-item img {
  width: 100%;
  border: 1px solid #00000009;
}
.onboarding-section {
  background-color: #619fd299;
}
.right-corner-circle {
  position: absolute;
  right: -48px;
  top: -48px;
  width: 124px;
  height: 124px;
  border: 8px solid #00acc1;
  border-radius: 50%;
  opacity: 0.1;
}
.left-corner-circle {
  position: absolute;
  left: -48px;
  bottom: -48px;
  width: 124px;
  height: 124px;
  border: 8px solid #00acc1;
  border-radius: 50%;
  opacity: 0.1;
}
.loginsignup-section {
  margin-top: 32px;
  width: 100%;
  text-align: center;
}
.top-right-logo {
  position: absolute;
  top: -8px;
  right: -22px;
  max-width: 160px;
}
.bottom-left-logo {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 128px;
}
.placeholder-company-logo {
  position: absolute;
  width: 128px;
  height: 128px;
  border: 6px solid #5ebcfc;
  border-radius: 50%;
  bottom: 5px;
  left: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.2;
}
.placeholder-company-logo img {
  width: 90%;
}
.placeholder-logo-nocircle {
  position: absolute;
  width: 128px;
  bottom: 5px;
  left: 5px;
  opacity: 0.4;
}
.placeholder-logo-nocircle img {
  width: 100%;
}
.login-screen {
  margin-top: 40px;
  text-align: center;
}
.login-screen img {
  max-height: 540px;
}
.casestudy-features {
  margin-top: 40px;
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: center;
}
.casestudy-features:first-child {
  margin-top: 0;
}
.casestudy-features:nth-child(even) {
  flex-direction: row-reverse;
}
.casestudy-features .feature-description {
  width: 50%;
}

.feature-description .main-headings {
  text-transform: capitalize;
}
.feature-image {
  width: 50%;
}
.feature-image img {
  width: 100%;
  border-radius: 20px;
}
.mobile-casestudy-feature .mobile-casestudy-items {
  margin-top: 40px;
  display: flex;
  gap: 44px;
  align-items: center;
}
.mobile-casestudy-items .item {
  width: 25%;
}
.mobile-casestudy-feature #ryzeo-casestudy-slider-track,
.mobile-casestudy-feature #ryzeo-casestudy-slider1-track {
  height: auto;
}
.mobile-casestudy-feature .ryzeo-casestudy-slider {
  display: none;
}
.mobile-casestudy-feature #ryzeo-casestudy-slider .splide__pagination {
  display: flex !important;
}
.products-screens {
  padding-top: 80px;
}
.mobile-casestudy-feature .splide__pagination {
  bottom: -32px !important;
}
.deliverables-section {
  background-color: #619fd299 !important;
  overflow: hidden;
  background-image: none !important;
}
.deliverables-section .top-right-logo {
  opacity: 0.3;
}
.deliverables-section .fidelity-overlay {
  background-color: #0c4098e3;
}
.deliverables-section .deliverables {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: space-between;
}
.deliverables .deliverables-item {
  width: 50%;
}
.deliverables-item .deliverable-info {
  padding-block: 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.deliverable-info .main-headings,
.deliverable-info .container-text {
  text-align: left;
  margin: 0;
}
.ncdg-deliverabel-description {
  background-color: #619fd26d;
  padding: 16px;
  border-radius: 8px;
}
.deliverable-info .visit-button {
  display: inline-block;
  font-size: 16px;
  padding: 15px 30px;
  background-color: #619fd26d;
  border-radius: 100px;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  box-shadow: 11px 18px 21px 0 rgba(0, 0, 0, 0.11);
  transition: 0.75s all ease;
}
.deliverable-info .visit-button:hover {
  background-color: #01358d;
}
.deliverable-info .designdevelopment {
  margin: 0;
  font-weight: 500;
}
.deliverable-info .development-tools {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: fit-content;
  background-color: #619fd26d;
  border-radius: 40px;
  color: #fff;
  padding: 12px 16px;
  position: relative;
  z-index: 1;
  box-shadow: 11px 18px 21px 0 rgba(0, 0, 0, 0.11);
}
.development-tools .tool {
  width: 40px;
  height: 40px;
  background-color: #619fd26d;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.development-tools .tool img {
  width: 24px;
  height: 24px;
  border-radius: 4px;
}
.development-tools .tool .figma {
  height: 32px;
}
.tool .tooltip {
  font-size: 14px;
  visibility: hidden;
  width: fit-content;
  background-color: #01358d;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 8px;
  position: absolute;
  z-index: 1;
  bottom: 120%;
  white-space: nowrap;
}
.tool .tooltip::after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #01358d transparent transparent transparent;
}
.development-tools .tool:hover .tooltip {
  visibility: visible;
}
.development-tools .tool-description {
  margin: 0;
  font-weight: 500;
}
.deliverables-item .deliverable-image {
  width: 100%;
}
.deliverables-item .deliverable-image img {
  width: 100%;
}
/* ------- Splider Styling Start here ------- */
.splide {
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
  display: none;
  margin-top: 32px;
}
.splide__pagination__page.is-active {
  background: #01358d !important;
  transform: scale(1.4);
}
.splide__slide {
  text-align: center;
}
.splide__slide img {
  border-radius: 10px;
}
.splide__pagination__page {
  background: #01358d69 !important;
}
#ryzeo-casestudy-slider,
#ryzeo-casestudy-slider1,
#ryzeo-casestudy-slider2 {
  max-width: 100%;
  display: block;
}
.ryzeo-casestudy-slider {
  padding-inline: 40px;
}
#ryzeo-casestudy-slider .splide__slide img {
  width: 100%;
  height: 100%;
}
#ryzeo-casestudy-slider .splide__pagination {
  display: none;
}
#ryzeo-casestudy-slider-track {
  height: 100px;
}
.container-text b {
  color: #01358d;
}
.ncdg-deliverables-bg {
  background-image: url(../assets/images/case-study-images/ncdg-deliverable.webp) !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
}
.swarna-deliverables-bg {
  background-image: url(../assets/images/case-study-images/swarna-deliverable.webp) !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
}
.swarna-case-study-logo {
  width: 140px;
  height: 140px;
  bottom: 0;
}
/* -------- Responsiveness Start here -------- */
@media (min-width: 1024px) {
  .case-study-home {
    height: calc(100% - 100px);
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 1023px) {
  .case-study-home {
    padding-block: 70px;
  }
  .case-studies .case-study-item {
    width: 48%;
  }
  .case-study-description .case-study-name {
    font-size: 30px;
  }
  .case-study-description .case-study-caption {
    min-height: 96px;
  }
  .casestudy-main-banner .banner-description-container {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
  }
  .banner-description-container .project-role,
  .banner-description-container .project-section {
    width: 100%;
    text-align: center;
  }
  .project-section .title {
    text-align: center;
  }
  .deliverables-section .deliverables {
    flex-wrap: wrap;
  }
  .deliverables .deliverables-item {
    width: 100%;
  }
  .deliverables-item .deliverable-info {
    align-items: center;
  }
  .qqxm-deliverable .deliverable-image img {
    width: auto !important;
    margin-inline: auto;
  }
  .deliverable-info .main-headings,
  .deliverable-info .container-text {
    text-align: center;
  }
  .ryzeo-casestudy-slider {
    padding-inline: 20px;
  }
  .mobile-casestudy-items {
    gap: 32px;
  }
}
@media (max-width: 767px) {
  .case-study-description .case-study-name {
    font-size: 24px;
  }
  .case-studies .case-study-item {
    max-width: 480px;
    width: 100%;
  }
  .overview-section,
  .fidelity-section,
  .case-study-home,
  .case-studies-section {
    padding-block: 70px;
  }
  /* ---- Its convert into slider in future */
  .fidelity-slider {
    flex-wrap: wrap;
  }
  .fidelity-slider .fidelity-slider-item {
    width: 100%;
  }
  .casestudy-features {
    flex-wrap: wrap;
    justify-content: center;
  }
  .casestudy-features .feature-description {
    width: 100%;
  }
  .feature-image {
    width: 80%;
  }
  .fidelity-slider {
    display: none;
  }
  .splide {
    display: block;
  }
  .overview-section .case-study-banner {
    text-align: center;
  }
  .mobile-casestudy-feature .mobile-casestudy-items {
    display: none;
  }
  .mobile-casestudy-feature .ryzeo-casestudy-slider {
    display: block;
  }
  .mobile-casestudy-feature #ryzeo-casestudy-slider .splide__slide img {
    max-width: 284px !important;
  }
}
@media (max-width: 576px) {
  .case-study-home {
    min-height: 300px;
  }
  .case-study-home .case-study-banner {
    padding-block: 0;
  }
  .casestudy-features {
    margin-top: 32px;
    gap: 24px;
  }
  .feature-image {
    width: 100%;
  }
  .splide__pagination {
    bottom: 0 !important;
  }
  .development-tools .tool-description span {
    display: none;
  }
  .development-tools:last-child .tool-description {
    width: 100%;
    text-align: center;
  }
  #ryzeo-casestudy-slider-track {
    max-height: 120px;
    height: 120px;
  }
  .mobile-casestudy-feature #ryzeo-casestudy-slider-track,
  .mobile-casestudy-feature #ryzeo-casestudy-slider1-track {
    max-height: unset !important;
    height: auto !important;
  }
  .qqxm-watermark img {
    max-width: 100%;
  }
}
