body {
  font-family: "Kumbh Sans";
}


/* navbar */
.navbar-sticky-div {
  position: sticky;
  top: 0;
  z-index: 1020;
  background-color: #ffffff;
}

.nav-items-header {
  color: #334155 !important;
  text-align: center;
  padding: 0;
  font-family: "Kumbh Sans";
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.nav-items-header:hover {
  color: #c76a97 !important;
  text-decoration: none;
}

.w-nav-link {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  text-decoration: none;
  font-family: "Kumbh Sans";
  font-size: 18px;
}

.navbar-container {
  max-width: 1220px;
}

.navbar-brand-1 {
  display: none;
}

/* contactus and Hero Section */
.contactus-top-section {
  background-color: #461a62;
  padding: 5px 0px 5px 0px;
}

.contatus-number-text {
  line-height: 1;
  color: white;
  font-family: "Kumbh Sans";
  font-weight: 600;
  display: flex;
  gap: 5px;
  margin-top: 5px;
}

.contatus-us-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.phone-numbers {
  color: white;
  font-family: "Kumbh Sans";
  text-decoration: none;
}

/* Hero section css */
.hero-section-container {
  background-color: #f9f0f5;
}

.hero-heading-div {
  width: 500px;
}

.hero-section-sub {
  display: flex;
  margin-right: auto;
  margin-left: auto;
}

.hero-section-sub-left {
  padding: 10px;
  width: 620px;
}

.hero-heding-text {
  font-family: "Kumbh Sans";
  line-height: 1.2em;
}

.hero-keypoints-const {
  display: flex;
  width: 628px;
  gap: 30px;
}

.hero-heading-1 {
  color: #461a62;
  font-family: "Kumbh Sans";
  line-height: 1.4em;
  font-weight: bold;
}

.hero-heading-course-name {
  color: #c76a97;
}

.hero-section-content {
  font-family: "Kumbh Sans";
  line-height: 1.4em;
}

.circle-check-icon {
  color: #461a62;
}

.ratiing-container,
.download-class {
  margin-top: 20px;
}

.hero-keypoint-1 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hero-keypoints-text {
  font-family: "Kumbh Sans";
}

.hero-key-sub {
  display: flex;
  align-items: center;
  gap: 10px;
}

.rating-stars {
  color: #c76a97;
}

.error {
  color: red;
  font-family: "Kumbh Sans";
  font-size: 12px;
}

.hero-section-ratings {
  margin-right: 10px;
  font-family: "Kumbh Sans";
}

.heading-span-text {
  font-family: "Kumbh Sans";
  color: #c76a97;
  font-weight: 600;
}

.download-syllabus-button {
  background-color: #461a62;
  border: none;
  color: #ffff;
  font-weight: bold;
  border-radius: 8px;
  padding: 10px 40px;
}

.certifue-gdt {
  margin: 0px;
}

.form-start {
  color: red;
}

.spinner-border {
  margin-left: 8px;
}

.hero-section-container {
  flex-direction: column;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.hero-main-container {
  width: 100%;
  max-width: 1200px;
  margin-top: 16px;
  text-decoration: none;
  display: block;
  padding-top: 20px;
}

.hero-section-sub-container-2 {
  align-items: stretch;
  display: flex;
}

.hero-section-right-container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  /* background-image: url("https://cdn.prod.website-files.com/5fa61cbbf0d432b3230f62b1/64311479cbc3b72aa24695fb_form-bg-desktop.svg"); */

  background-position: 49% 49%;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  /* width: 664px; */
  padding-top: 24px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
  left: 72px;
}

.form-container {
  background-color: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 16px;
  flex-direction: column;
  width: 500px;
  /* height: 575px; */
  padding: 15px 30px 20px;
  display: flex;
  overflow: auto;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.08);
}

.form-container-sub-1 {
  flex: none;
  justify-content: space-between;
  align-items: center;

  display: flex;
}

.text-under-line {
  color: #1e293b;
  font-family: "Kumbh Sans";
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  display: inline-block;
  position: relative;
}

.form-student-img {
  flex: none;
  width: 100px;
  height: 65px;
}

.form-label {
  color: #334155;
  font-weight: 600;
  font-family: "Kumbh Sans";
  font-size: 13px;
}

.mobile-input-container {
  display: flex;
  align-items: center;
  border-radius: 5px;
  padding: 5px;
  position: relative;
}

select {
  border: none;
  background: none;
  padding: 0 5px;
  font-size: 14px;
  outline: none;
}

.mobile-input {
  width: 80%;
  border: none;
  outline: none;
  font-size: 14px;
  padding: 0 5px;
}

.mobilenumber-1 {
  position: absolute;
  left: 64px;
  color: #888;
}

.form-check-label-c {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  gap: 10px;
  padding-left: 5px;
}

.form-check-label {
  color: #334155;
  margin: 0px;
  font-family: "Kumbh Sans";
  font-size: 13px;
  line-height: 24px;
}

.form-techu-hh {
  font-size: 0.875rem;
  color: #334155;
  font-family: "Kumbh Sans";
  line-height: 24px;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  margin-bottom: 1rem;
}

.form-spam-hres {
  font-size: 14px;
  line-height: 1.25rem;
  color: rgba(51, 65, 85);
  font-weight: 500;
  font-family: "Kumbh Sans";
}

.button-demosection {
  width: 100%;
  background-color: #461a62;
  padding: 12px 32px;
  border-radius: 12px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  font-family: "Kumbh Sans";
  text-align: center;
  outline: none;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.form-links {
  text-decoration: none;
  color: #c76a97;
}

.book-demo-button-text {
  font-size: 13px;
  line-height: 1.25rem;
  font-weight: 600;
  font-family: "Kumbh Sans";
}

.cursor {
  cursor: pointer;
}

.form-check-1 {
  display: flex;
  gap: 10px;
  align-items: center;
}

.formstudent-img {
  width: 100px;
}

.selectedItem-name,
.form-control {
  font-family: "Kumbh Sans";
  color: #666;
  font-size: 15px;
}

.selisted-li-list-in {
  font-family: "Kumbh Sans";
  color: #666;
}

.selisted-li-list {
  padding: 5px 10px;
  font-family: "Kumbh Sans";
  color: #666;
  font-size: 15px;
  margin: 10px;
}

/* feactures section css */

.featured-container {
  background-color: #0f172a;
}

.featured-main-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 48px;
  padding-bottom: 48px;
  display: block;
}

.program-features-grid {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  grid-template-rows: auto;
  grid-template-columns: 272px 272px 272px 284px;
  justify-content: space-between;
  display: flex;
}

.featured-div-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.program-features {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: flex-start;
  display: flex;
}

.featured-image-img {
  width: 64px;
}

.featured-image {
  width: 64px;
  height: 64px;
}

.featured-course-text {
  color: #94a3b8;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-family: "Kumbh Sans";
  font-weight: 600;
}

.featured-course-description {
  color: #f1f5f9;
  font-family: "Kumbh Sans";
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.featured-text-span {
  white-space: nowrap;
}

/* whatupsection sticky */
.whatsappdiv-container-mobile-view {
  display: none;
}

.whatsappdiv-container {
  z-index: 6;
  background-color: #fff;
  background-image: linear-gradient(#23b33a, #23b33a, #23b33a);
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  height: 64px;
  margin-bottom: 0;
  margin-right: 48px;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 5%;
  left: auto;
  right: 0%;
  box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.08);
}

.whatsappdiv-block.whatup-home.whatsapp-us {
  height: 64px;
}

.whatsappdiv-block.whatup-home {
  padding: 24px 16px 24px 24px;
}

.whatsappdiv-block {
  justify-content: center;
  align-items: center;
  height: 64px;
  padding: 24px 16px 24px 24px;
  text-decoration: none;
  display: flex;
  cursor: pointer;
}

.whatup-text {
  color: #fff;
  margin-right: 10px;
  font-family: "Kumbh Sans";
  font-weight: 400;
  line-height: 16.94px;
}

.whatup-img {
  color: rgb(255, 255, 255);
  background: linear-gradient(rgb(35, 179, 58),
      rgb(35, 179, 58),
      rgb(35, 179, 58));
  border-radius: 50%;
  width: 30px;
  height: 51px;
  padding: 0px;
  font-size: 32px;
}

/* why to choose ui/ux  */

.why-uiux-section {
  text-align: center;
  padding: 50px;
  background-color: #f9f0f5;
}

.why-title {
  font-size: 2rem;
  color: #2c3e50;
  font-weight: 700;
  margin-bottom: 20px;
}

.why-description {
  font-size: 1.1rem;
  color: #6c757d;
  margin-bottom: 50px;
}

.why-features {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.feature-card {
  background-color: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  max-width: 262px;
  text-align: center;
  /* margin: 20px; */
}

.feature-icon {
  width: 80px;
  height: auto;
  margin-bottom: 20px;
}

.feature-card h3 {
  font-size: 1.2rem;
  color: #2c3e50;
  font-weight: 600;
  margin-bottom: 10px;
}

.feature-card p {
  font-size: 1rem;
  color: #6c757d;
}

/* curriculam section css */
.curriculum-main-container {
  background-color: #f9f0f5;
}

.curriculum-container {
  width: 100%;
  background-color: #f9f0f5;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 96px;
  padding-bottom: 96px;
}

.curriculum-heading {
  color: #334155;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Kumbh Sans";
  font-size: 48px;
  font-weight: 700;
  line-height: 64px;
}

.fullstack-curriculum-content {
  color: #64748b;
  margin-top: 16px;
  margin-bottom: 48px;
  font-family: "Kumbh Sans";
  font-size: 16px;
  line-height: 28px;
}

.curriculum-tabs-menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #e2e8f0;
  border-radius: 8px;
  flex-direction: row;
  align-items: center;
  padding: 8px 4px;
  display: inline-block;
}

.t-tab-menu {
  position: relative;
}

.t--current {
  color: #334155;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 1px 0 2px rgba(0, 0, 0, 0.06);
}

.curriculum-tab-1 {
  color: #64748b;
  text-align: center;
  background-color: rgba(221, 221, 221, 0);
  padding: 8px 28px;
  font-family: "Kumbh Sans";
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  border: none;
}

.curriculum-tab-2 {
  color: #64748b;
  text-align: center;
  background-color: rgba(255, 255, 255, 0);
  font-family: "Kumbh Sans";
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  border: none;
}

.t-tab-link {
  vertical-align: top;
  text-align: left;
  cursor: pointer;
  color: #222;
  padding: 9px 30px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  border: none;
  border-radius: 8px;
}

.t-tab-content {
  display: block;
  position: relative;
  overflow: hidden;
}

.t--tab-active {
  display: block;
}

.t-tab-pane {
  position: relative;
}

.text-content-heading {
  color: #334155;
  white-space: nowrap;
  font-family: "Kumbh Sans";
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
  align-items: center;
}

.curriculum-child {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  width: 100%;
  padding-bottom: 24px;
  display: flex;
}

.inner-cards {
  background-color: #fff;
  border: 1px solid #94a3b8;
  border-radius: 20px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.fundamentals-submain-container {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
}

.accordion-fundamentals-children {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  margin-bottom: 16px;
  margin-left: 24px;
  margin-right: 24px;
  display: flex;
}

.body-rounded-unorder-list {
  list-style-type: disc;
}

.body-rounded-unorder-list {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #334155;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  padding-left: 28px;
  font-family: "Kumbh Sans";
  font-size: 16px;
  line-height: 24px;
  list-style-type: disc;
  display: flex;
}

.body-square-unorder-list {
  list-style-type: square;
}

.body-square-unorder-list {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #334155;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  padding-left: 48px;
  font-family: "Kumbh Sans";
  font-size: 16px;
  line-height: 24px;
  list-style-type: disc;
  display: flex;
}

.body-fundamentals-children {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: row;

  display: flex;
}

.fundamentals-submain-container {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
}

.accordion-fundamentals-children-1 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: row;
  width: 100%;
  display: flex;
}

.accordion-fundamentals-children-2 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: row;
  display: flex;
}

.body-w-tyr {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.demo-button-collection-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: center;
  padding-top: 32px;
  display: flex;
}

.demo-button-div-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  padding-bottom: 32px;
  display: flex;
}

.accordion-button:not(.collapsed) {
  background-color: #fff !important;
  box-shadow: none !important;
}

.accordion-button::after {
  width: 30px !important;
  clip-path: path("M7.93934 10.9393C8.52513 10.3536 9.47487 10.3536 10.0607 10.9393L15 15.8787L19.9393 10.9393C20.5251 10.3536 21.4749 10.3536 22.0607 10.9393C22.6464 11.5251 22.6464 12.4749 22.0607 13.0607L16.0607 19.0607C15.4749 19.6464 14.5251 19.6464 13.9393 19.0607L7.93934 13.0607C7.35355 12.4749 7.35355 11.5251 7.93934 10.9393Z"
    );
  background-color: #475569;
  height: 30px;
}

.accordion-item {
  border: 1px solid #94a3b8;
  box-shadow: none;
  border: 1px solid #94a3b8;
  border-radius: 20px !important;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.course-overview-container {
  background-color: #f9f0f5;
}

.accordion-flush>.accordion-item {
  border: 1px solid #94a3b8 !important;
  border-radius: 20px !important;
}

.accordion-button {
  border-radius: 20px !important;
  padding: 12px !important;
  text-align: center;
}

.form-below-content-text {
  color: #334155;
  margin-right: 12px;
  font-family: "Kumbh Sans";
  font-weight: 500;
}

.accordion {
  --bs-accordion-btn-focus-box-shadow: #fff !important;
}

/* reviews section css */

.reviews-slider {
  background-color: #f9f0f5;
  padding-top: 96px;
}

.reviews-slider-container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.reviews-heading-div {
  position: relative;
  margin-bottom: 30px;
}

.reviws-student-img {
  width: 100%;
}

.reviews-heading {
  color: #0f172a;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Kumbh Sans";
  font-size: 48px;
  font-weight: 700;
  line-height: 64px;
}

.reviews-slider-t {
  background-color: rgba(221, 221, 221, 0);
  width: 100%;
  margin-top: 42px;
  display: flex;
  overflow: hidden;
}

.reviews-slider-card-container {
  width: 384px;
}

.reviews-map-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.reviews-slider-caard {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  height: 397.906px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.slider-card-div-heading {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 52px;
  display: flex;
}

.reviews-slider-card-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  width: 100%;
}

.reviews-slider-text-para {
  color: #475569;
  letter-spacing: -1.1px;
  font-family: "Kumbh Sans";
  font-size: 18px;

  font-weight: 500;
  line-height: 28px;
}

.reviews-slider-img-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;

  justify-content: flex-start;
  align-items: center;
  display: flex;
  margin-bottom: 10px;
}

.reviews-slider-img {
  border-radius: 48px;
  width: 60px;
  height: 60px;
  overflow: hidden;
}

.reviews-slider-img-content {
  grid-column-gap: 4px;
  flex-direction: column;
  display: flex;
}

.reviews-slider-card-student-name {
  color: #334155;
  font-family: "Kumbh Sans";
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.reviews-slider-card-designation {
  color: #1e293b;
  font-family: "Kumbh Sans";
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.reviews-slider-card-native-place {
  color: #94a3b8;
  height: 24px;
  font-family: "Kumbh Sans";
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

/* reviews book a free demo button css */
.book-demo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
}

.book-demo-reviews-buttons.batch-dates-buttons {
  align-items: center;
}

.book-demo-reviews-buttons {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.book-start-a-demo {
  color: #fff;
  text-align: center;
  background-color: #461a62;
  border-radius: 8px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-family: "Kumbh Sans";
  font-weight: 500;
  text-decoration: none;
}

/*  */

.curriculum-main-section {
  padding: 80px 20px 0px 20px;
  background-color: #f9f0f5;
}

.curriculum-heading {
  text-align: center;
  margin-bottom: 20px;
  font-family: "Kumbh Sans";
  font-size: 32px;
}

.curriculum {
  /* max-width: 594px; */
  margin: 0 auto;
}

.curriculum-grid {
  display: flex;
  justify-content: center;
  gap: 100px;
}

.curriculum-grid-ul {
  list-style: none;
}

.curriculum-grid-li {
  margin: 10px 0;
  font-size: 16px;
  font-family: "Kumbh Sans";
  font-weight: 400;
}

.curriculum-grid-li:before {
  content: "✔️";
  margin-right: 8px;
  outline: none;
  color: #32cd32;
  border: none;
}

.tools-section-heading {
  text-align: center;
  margin-bottom: 30px;
  font-family: "Kumbh Sans";
  font-size: 32px;
  color: #2c3e50;
  font-weight: 600;

}

.tools-section {
  /* max-width: 680px; */
  margin: 0 auto;
  padding: 80px 0px 0px 0px;
}

.tools-grid {
  display: flex;
  flex-direction: column;

  justify-content: space-between;
  padding: 30px;
}

.tools-grid-top {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 40px;
}

.tool {
  text-align: center;
}

.tool-img {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
}

.tool-p {
  font-size: 16px;
  font-family: "Kumbh Sans";
  font-weight: 600;
}

.projects-section {
  max-width: 1040px;
  margin: 50px auto 0px auto;
  /* text-align: center; */
}

.projects-grid-heading {
  font-size: 32px;
  font-family: "Kumbh Sans";
  margin-bottom: 20px;
  text-align: center;
  font-weight: 600;
  color: #2c3e50;

}

.projects-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  padding: 20px;
}

.project-card {
  /* background-color: #2c2c2c; */
  border-radius: 10px;
  padding: 20px;
  width: 20rem;
  /* text-align: center; */
  transition: transform 0.3s ease-in-out;
}

.project-card-img {
  width: 300px;
  height: 200px;
  border-radius: 8px;
  margin-bottom: 15px;
}

.project-card-h3 {
  font-size: 16px;
  font-family: "Kumbh Sans";
  margin-bottom: 10px;
  font-weight: 600;
  text-align: left;
}

.project-card-p {
  font-size: 14px;
  font-family: "Kumbh Sans";
  color: #aaa;
  font-weight: 600;
  text-align: left;
}

/* footer css */
.digital-marketing-footer-main {
  background-color: #1e212d;
  padding: 70px 0px;
  display: flex;
  justify-content: center;
}

.digital-marketing-footer-inner {
  display: flex;
  max-width: 1200px;
}

.footer-left-ul-elements-div {
  display: flex;
}

.footer-left-ul-elements {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #ffff;
}

.footer-left-ul-elements li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.footer-icon-phone {
  margin-right: 10px;
  font-size: 20px;
  font-family: "Kumbh Sans";
}

.footer-icon-map {
  margin-right: 10px;
  color: #ffff;
  font-size: 20px !important;
}

.footer-icon-email {
  margin-right: 10px;
  font-size: 20px !important;
}

.footer-icon-whatsapp {
  color: rgb(255, 255, 255);
  background: linear-gradient(rgb(35, 179, 58),
      rgb(35, 179, 58),
      rgb(35, 179, 58));
  border-radius: 50%;
  width: 25px;
  height: 25px;
  font-size: 22px !important;
  text-align: center;
}

.footer-icon-instagram {
  font-size: 14px !important;
  color: rgb(255, 255, 255);
  background: linear-gradient(45deg,
      rgb(245, 133, 41),
      rgb(221, 42, 123),
      rgb(129, 52, 175),
      rgb(81, 91, 212));
  border-radius: 50%;
  width: 20px;
  height: 20px;
  padding: 5px 7px 5px 7px;
}

.footer-icon-facebook {
  font-size: 14px !important;
  background-color: #ffff;
  border-radius: 50%;
  width: 28px !important;
  height: 20px;
  padding: 5px 8px 5px 8px;
}

.footer-icon-youtube {
  font-size: 14px !important;
  color: rgb(255, 0, 0);
  background: rgb(255, 255, 255);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  padding: 5px;
}

.footer-icon-linkedin {
  font-size: 12px !important;
  color: rgb(66, 103, 178);
  background: rgb(255, 255, 255);
  border-radius: 10%;
  width: 20px;
  height: 20px;
  padding: 5px;
}

.footer-email {
  display: flex;
}

.em-icon {
  color: #ffff;
}

.footer-icon-clock {
  margin-right: 10px;
  color: #ffff;
  font-family: "Kumbh Sans";
  font-size: 20px;
}

.footer-left-ul-elements span {
  display: inline-block;
}

.footer-1 {
  padding: 10px 30px 10px 30px;
  line-height: 25px;
}

.footer-2 {
  padding: 10px 30px 10px 30px;
  line-height: 25px;
}

.footer-3 {
  color: #ffff;
  font-family: "Kumbh Sans";
  padding: 10px 30px 10px 30px;
  line-height: 25px;
}

.footer-heading-links-li a {
  cursor: pointer;
  text-decoration: none;
  color: #ffff;
  font-size: 16px;
}

.footer-heading-links-li a:hover {
  color: #c76a97;
}

.footer-heading {
  font-size: 18px;
  font-weight: 600;
  font-family: "Kumbh Sans";
  color: #ffff;
}

.footer-para {
  font-size: 16px;
  font-family: "Kumbh Sans";
  color: #ffff;
}

.footer-li-span {
  font-size: 14px;
  font-family: "Kumbh Sans";
}

.footer-heading-links-ul {
  font-size: 18px;
  font-family: "Kumbh Sans";
}

.iframe-map {
  width: 100%;
  height: 300px;
  margin-top: 10px;
}

.footer-logos {
  display: flex;
  gap: 20px !important;
  justify-content: center;
}

.footer-left {
  display: flex;
  width: 100%;
}

.footer-right {
  display: flex;
  width: 100%;
}

.city-container-title {
  color: #000000;
  font-size: 19px;
  font-family: "Kumbh Sans";
  margin-bottom: 10px;
}

.city-container {
  padding: 55px 0px;
}

.city-container-main {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.city-links-div {
  font-size: 18px;
  font-family: "Kumbh Sans";
  width: 98%;
}

.city-links {
  color: #c76a97;
  text-decoration: none !important;
  padding-left: 6px;
}

.wa-icon {
  margin-top: 5px;
  margin-right: 12px;
  transition: opacity 0.2s;
}

.wa-link {
  color: #ffff;
  font-family: "Kumbh Sans";
  font-size: 16px;
  line-height: 24px;
  align-items: center;
}

.inline-div {
  max-width: 100%;
  display: inline-block;
  text-decoration: none;
}

.block-div-2 {
  margin-bottom: 0;
}

.wa-btn {
  align-items: center;
  text-decoration: none !important;
  display: flex;
  color: #ffff !important;
}

.gmap {
  width: 565px;
  height: 300px;
}

/* companies */
.hiring-companies-sec {
  background-color: #f9f0f5;
  padding-top: 96px;
  /* padding-bottom: 96px; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.company-logo-images {
  width: 150px;
}

.companies-hired {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.companies-hired-top-div {
  color: #1e293b;
  text-align: center;
  font-family: Kumbh Sans;
  font-size: 35px;
  font-weight: 600;
  line-height: 64px;
}

.companies-hired-top-div-txt-span-01 {
  color: #c76a97;
}

.companies-hired-images {
  max-width: 1200px;
  margin-top: 48px;
  /* margin-bottom: 32px; */
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.scroll-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.scroll-shadow {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle,
      rgba(2, 0, 36, 0) 43%,
      rgba(2, 0, 36, 0) 83%,
      rgba(2, 0, 36, 0) 100%);
}

.scroll-left {
  white-space: nowrap;
  will-change: transform;
  animation: scroll-left 5s linear infinite;
}

.scroll-right {
  white-space: nowrap;
  will-change: transform;
  animation: scroll-right 5s linear infinite;
}

.scroll-images {
  width: calc(100% * 3);
  /* Adjust to the number of images to fill the container */
}

.scroll-images img {
  flex: 1;
  padding: 1rem 0 0;
  margin: 1rem 10px;
  width: auto;
  height: 63px;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-33.3333%);
  }
}

@keyframes scroll-right {
  0% {
    transform: translateX(-33.3333%);
  }

  100% {
    transform: translateX(0);
  }
}

@media (max-width: 767px) {
  .curriculum-grid {
    display: inline;
  }

  .tools-section-heading {
    font-size: 30px;
  }

  .tools-grid-top {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

  .tool-img {
    /* width: 152px;
    height: 152px; */
    margin-bottom: 10px;
  }

  .projects-grid-heading {
    font-size: 30px;
  }

  .project-card {
    width: 100%;
    padding: 0px;
  }

  .projects-grid {
    padding: 0px;
  }

  .project-card-img {
    width: 100%;
  }

  /* footer */
  .digital-marketing-footer-inner {
    display: block;
    max-width: 1140px;
  }

  .footer-1 {
    line-height: 25px;
  }

  .gmap {
    width: 100%;
  }

  .footer-2 {
    line-height: 25px;
  }

  .footer-3 {
    color: #ffff;
    padding: 0px;
    line-height: 25px;
  }

  .digital-marketing-footer-main {
    background-color: #1e212d;
    padding: 35px 2px;
    display: flex;
    justify-content: center;
  }

  .city-container {
    padding: 20px;
  }

  .city-links {
    padding: 2px;
  }

  .footer-left {
    display: block;
  }

  .footer-right {
    display: flex;
  }

  .footer-left-ul-elements li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }

  .footer-logos {
    display: flex;
    justify-content: start;
    margin-left: 20px;
  }

  .footer-icons {
    font-size: 35px;
  }
}

@media (max-width: 767px) {

  /* hero section */
  .hero-section-sub-container-2 {
    display: flex;
    flex-direction: column;
  }

  .hero-section-sub {
    display: block;
  }

  .hero-main-container {
    padding: 18px;
  }

  .hero-section-right-container {
    z-index: 0;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: none;
    background-size: auto;
    width: 100%;
    height: auto;
    padding-top: 76px;
    padding-bottom: 0;
    position: relative;
    left: auto;
  }

  .form-container {
    z-index: 1;
    border-style: none;
    order: 2;
    width: 100%;
    height: auto;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
    position: relative;
  }

  .form-check-1 {
    padding-left: 0px;
  }

  .form-check-label-c {
    padding-left: 0px;
  }

  .mobile-input {
    width: 65%;

    padding: 0 5px;
  }

  .hero-section-sub-left {
    padding: 0px !important;
  }

  .hero-section-sub-left,
  .hero-heading-div {
    width: 100%;
  }

  .hero-section-content {
    line-height: 26px;
  }

  .hero-keypoints-const {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .featured-main-container {
    margin-left: 0;
    margin-right: 0;
    padding: 48px 16px;
    display: block;
  }

  .program-features-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  /* why to choose ui/ux  */

  .why-title {
    font-size: 1.75rem;
  }

  .why-description {
    font-size: 1rem;
    margin-bottom: 30px;
  }

  .why-features {
    flex-direction: column;
    align-items: center;
  }

  .feature-card {
    max-width: 90%;
    margin: 20px auto;
  }

  /* whatsapp section */
  .whatsappdiv-container-mobile-view {
    background-image: linear-gradient(#fff, #fff 0%, #fff);
    display: flex;
  }

  .whatsappdiv-block-mobile-view {
    display: flex !important;
  }

  .whatsappdiv-block-mobile-view.whatup-home {
    padding: 0px 0px 0px 0px;
  }

  .whapup-div {
    width: 50%;
    display: flex;
    justify-content: center;
    background-color: #059669;
    padding: 8px;
  }

  .whatup-img {
    width: 45px;
  }

  .whatsappdiv-container {
    display: none;
  }

  .whatsappdiv-block-mobile-view {
    justify-content: space-around;
    align-items: center;
    height: 64px;
    padding: 24px 16px 24px 24px;
    text-decoration: none;
    display: flex;
    width: 100%;
  }

  .phone-icon-div {
    width: 50%;
    display: flex;
    justify-content: center;
    background-color: #c76a97;
    padding: 8px;
    text-decoration: none;
  }

  /* curriculum section */
  .curriculum-container {
    padding: 48px 16px;
  }

  .curriculum-heading {
    color: #1e293b;
    text-align: left;
    letter-spacing: -0.8px;
    width: auto;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
  }

  .fullstack-curriculum-content {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 22px;
  }

  .curriculum-tabs-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-around;
    width: 326px;
    height: 56px;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
    font-size: 14px;
  }

  .curriculum-tab-1 {
    padding-left: 4px;
    padding-right: 4px;
    font-size: 14px;
  }

  .curriculum-tab-1.t--current {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 14px;
  }

  .curriculum-tab-2 {
    padding: 8px 4px;
    font-size: 14px;
  }

  .curriculum-tab-2.t--current {
    padding-left: 8px;
    padding-right: 8px;
  }

  .curriculum-tabs-content-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .curriculum-main-content {
    grid-column-gap: 0px;
    grid-row-gap: 2px;
  }

  .curriculum-fundamentals-main-headings {
    flex: 1;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    display: block;
  }

  .accordion-flush>.accordion-item {
    border: 1px solid #94a3b8 !important;
    border-radius: 20px !important;
    box-shadow: none !important;
  }

  .accordion-button:not(.collapsed) {
    background-color: #fff !important;
    box-shadow: none !important;
  }

  .reviews-heading-div {
    padding: 20px;
  }

  /* companies */
  .company-logo-images {
    width: 53px !important;
  }

  .companies-hired {
    width: 95%;
    padding-top: 0;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .certification-section {
    display: flex;
    flex-wrap: wrap;
  }

  .hiring-companies-sec {
    text-align: center;
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 0;
  }

  .companies-hired-top-div {
    font-size: 26px;
  }

  .companies-hired-images {
    margin-top: 7px;
    margin-bottom: 32px;
    width: 100%;
    display: flex;
    margin-left: 0px;
  }

  .reviews-heading {
    font-size: 44px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  /* navbar */
  .w-nav-link {
    margin-left: 20px;
  }

  /* Hero Section/ */
  .hero-section-sub-container-2 {
    display: flex;
    flex-direction: column;
  }

  .hero-section-right-container {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    /* background-image: url("https://cdn.prod.website-files.com/5fa61cbbf0d432b3230f62b1/64311479cbc3b72aa24695fb_form-bg-desktop.svg"); */
    background-position: 49% 49%;
    background-size: cover;
    background-attachment: scroll;
    flex-direction: column;
    justify-content: center;
    align-self: flex-end;
    align-items: center;

    padding-top: 24px;
    padding-bottom: 40px;
    display: flex;
    position: relative;
    left: 0px;
  }

  .hero-section-sub-left {
    padding: 10px 30px;
    width: 620px;
  }

  .form-check-1 {
    padding-left: 0px;
  }

  /* why to choose ui/ux  */

  .why-title {
    font-size: 2rem;
  }

  .why-description {
    font-size: 1.1rem;
    margin-bottom: 40px;
  }

  .why-features {
    justify-content: space-around;
    gap: 40px;
    flex-wrap: wrap;
  }

  .curriculum-main-container {
    padding: 15px;
  }

  .reviews-heading {
    padding: 20px;
  }

  /* feactured section */

  .feature-card {
    flex: 1 1 45%;
    /* max-width: 45%; */
    margin: 20px;
  }

  .featured-div-grid {
    display: grid;
  }

  .course-overview-underline.fsd-hyd {
    right: 35%;
  }

  .key-heighlights-div-block-1 {
    grid-column-gap: 10px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 100%;
    margin-top: 24px;
    display: grid;
    overflow: hidden;
  }

  .key-heighlights-image {
    width: 92px;
    height: 50px;
  }

  /* companies */
  .companies-hired {
    width: 95%;
    padding-left: 0px;
    padding-right: 0px;
  }

  .company-logo-images {
    width: 137px;
  }

  /* footer */
  .footer-3 {
    color: #ffff;
    padding: 2px;
  }

  .city-container {
    padding: 20px 20px 26px 38px;
  }

  .city-links-div {
    width: 100%;
  }

  .digital-marketing-footer-main {
    padding: 10px 10px;
    display: flex;
    justify-content: start;
  }

  .digital-marketing-footer-inner {
    display: block;
    flex-direction: column;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* why to choose ui/ux  */

  .why-title {
    font-size: 2.25rem;
  }

  .why-description {
    font-size: 1.2rem;
    margin-bottom: 50px;
  }

  .why-features {
    justify-content: space-between;
  }

  .feature-card {
    max-width: 250px;
  }

  .reviews-heading {
    padding: 20px;
  }
}

.faq {
  background-color: #f9f0f5;
}

.faq-section {
  background-color: #f9f0f5;
  padding: 15px;
}

.faq-container {
  background-color: #f9f0f5;
  margin: 6px 0px;
  display: flex;
  justify-content: center;
}

.faqQ-container {
  width: 85%;
  background-color: #fff;
  border-radius: 15px !important;
  padding: 10px;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.faq-question {
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  background-color: #fafafa;
  padding: 0 10px;
  border-left: 3px solid #c76a97 !important;
  transition: max-height 0.4s ease, padding 0.4s ease;
}

.faq-answer.visible {

  max-height: fit-content;
  /* Set this to an appropriate value */
  padding: 10px;
}

.faq-dropdown-arrow {
  width: 10px;
  height: 10px;
  border: solid #333;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  transition: transform 0.4s ease;
}

.faq-question.open .faq-dropdown-arrow {
  transform: rotate(-135deg);
}
.faq-header{
  color: #1e293b;
  text-align: center;
  letter-spacing: -0.8px;
  width: auto;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
  padding: 5px;
}