@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

@font-face {
  font-family: "Avenir";
  src: url("/fonts/Avenir/Avenir-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Avenir";
  src: url("/fonts/Avenir/Avenir-BlackOblique.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: "Avenir";
  src: url("/fonts/Avenir/Avenir-Heavy.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Avenir";
  src: url("/fonts/Avenir/Avenir-HeavyOblique.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Avenir";
  src: url("/fonts/Avenir/Avenir-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Avenir";
  src: url("/fonts/Avenir/Avenir-MediumOblique.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Avenir Book";
  src: url("/fonts/Avenir/Avenir-Book.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Avenir Book";
  src: url("/fonts/Avenir/Avenir-BookOblique.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Avenir";
  src: url("/fonts/Avenir/Avenir-Roman.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Avenir";
  src: url("/fonts/Avenir/Avenir-Oblique.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Avenir";
  src: url("/fonts/Avenir/Avenir-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Avenir";
  src: url("/fonts/Avenir/Avenir-LightOblique.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "chauncy";
  src: url("/fonts/chauncy/Chauncy_Fatty.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "chauncy";
  src: url("/fonts/chauncy/Chauncy_Snowman.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

:root {
  --base-font: 1;
}


@media screen and (max-width: 1920px) {
  :root {
    --base-font: 1.2;
  }
  /* * { border: 1px solid #00f; } */
}

@media screen and (max-width: 1600px) {
  :root {
    --base-font: 1.3;
  }
  /* * { border: 1px solid #f00; } */
}

@media screen and (max-width: 1400px) {
  :root {
    --base-font: 1.45;
  }
  /* * { border: 1px solid #0f0; } */
}

*{
  font-family: "Avenir", sans-serif;
}

html,
body {
  font-family: "Avenir", sans-serif;
  color: #333333;
  min-height: 100%;
  height: 100%;
  scroll-behavior: smooth;
  /* overflow-x: hidden; */
}

p {
  margin-bottom: 0;
}

.avenir-book {
  font-family: "Avenir Book", sans-serif !important;
}

.navbar-toggler {
  outline: none !important;
}

.nav-link.nav__link.active:after {
  height: 2px;
  display: block;
  margin: auto;
  width: 80%;
  background: #7421e8;
  content: "";
  position: relative;
  top: 4px;
}

.centered-heading {
  margin-top: 1rem;
  padding: 2rem;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
}

@media (max-width: 575.98px) {
  .nav-link.nav__link.active:after {
    margin: unset !important;
    width: 40%;
  }
}
.nav-link.nav__link.active2:after {
  height: 2px;
  display: block;
  width: 40%;
  background: #7421e8;
  content: "";
  position: relative;
  top: 4px;
}

.wrapper__main {
  margin: auto;
  padding-top: 80px;
  max-width: 1920px;
  overflow: hidden;
}

#program-coverage-section .item__img {
  width: 60px;
  height: 60px;
}

#program-coverage-section .item__title {
  font-size: 17px;
  line-height: 40px;
  font-weight: 500;
}

#program-coverage-section .item__details {
  font-size: 17px;
  line-height: 30px;
  font-family: "Avenir Book";
}

#program-coverage-section .box__item__title {
  font-weight: 500;
  font-size: 40px;
  line-height: 55px;
  color: white;
}

#program-coverage-section .box__item__details {
  color: white;
  font-size: 17px;
  line-height: 25px;
  font-weight: 500;
  max-width: 160px;
}

/* new */
#program-coverage-section .coverage-heading {
  font-size: 23px;
  font-family: "Avenir";
  color: #333333;
  margin: 0;
  font-weight: 600;
  text-align: right;
}

#program-coverage-section .coverage-sub-heading {
  font-size: 20px;
  font-family: "Avenir";
  color: #7421e8;
  margin: 0;
  font-weight: 500;
  text-align: right;
}

@media (max-width: 500px) {
  #program-coverage-section .coverage-heading {
    text-align: center !important;
  }
  #program-coverage-section .coverage-sub-heading {
    text-align: center !important;
  }
  .new-coverange-col {
    justify-content: center !important;
    height: auto !important;
  }
}

.text-button {
  color: #7421e8;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none !important;
}

.text-button:hover {
  color: #7421e8;
}

/* carouselTestimonalControls */
#carouselTestimonalControls {
  margin: 50px 0px 70px 0px;
  background-color: #C6A2F8;
}

#carouselTestimonalControls .carousel-control-prev-icon {
  background-image: url("/images/Polygon 59.svg");
}

#carouselTestimonalControls .carousel-control-next-icon {
  background-image: url("/images/Polygon 60.svg");
}

.testimonal-quote {
  position: relative;
  padding-left: 25px;
  font-family: "Avenir Book";
  font-size: 18px !important;
}

.testimonalBack::after {
  content: "";
  width: 110%;
  height: 100%;
  background-color: #BC94FF;
}

.text-button {
  color: #7421e8;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none !important;
}

.text-button:hover {
  color: #7421e8;
}

#carouselTestimonalControls .testimonal-quote::before {
  content: "\f10d";
  font-size: 20px;
  top: -12px;
  left: 0px;
  opacity: 0.5;
  color: #cb825e;
  position: absolute;
  font-family: "FontAwesome";
}

@media (max-width: 500px) {
  #carouselTestimonalControls .carousel-control-prev {
    left: -15px;
  }

  #carouselTestimonalControls .carousel-control-next {
    right: -15px;
  }
  #carouselTestimonalControls .carousel-item-inner {
    padding: 0px 30px;
  }

  .testimonal-quote {
    position: relative;
    padding-left: 17px;
  }
}

@media only screen and (min-device-width: 501px) and (max-device-width: 768px) {
  .get_in_touch_section {
    margin-top: 50px;
    padding-left: 20px;
  }

  #carouselTestimonalControls .carousel-control-prev {
    left: -20px;
  }

  #carouselTestimonalControls .carousel-control-next {
    right: -20px;
  }

  #carouselTestimonalControls .carousel-item-inner {
    padding: 0px 45px;
  }
}

@media (min-width: 769px) {
  #carouselTestimonalControls .carousel-control-prev {
    left: -25px;
  }

  #carouselTestimonalControls .carousel-control-next {
    right: -25px;
  }

  #carouselTestimonalControls .carousel-item-inner {
    padding: 0px 65px;
  }
}

@media (min-width: 1024px) {
  #carouselTestimonalControls .carousel-control-prev {
    left: -50px;
  }

  #carouselTestimonalControls .carousel-control-next {
    right: -50px;
  }
}

#homepage #presentationSection .image__custom {
  box-shadow: 0px 0px 15px #00000029;
  /* width: 450px; */
  max-width: 100%;
}
#homepage .email-for-joining {
  width: 54%;
  margin-right: 4%;
  height: 43px;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  box-shadow: 0px 0px 5px #00000029;
  outline: none;
  padding: 10px 20px;
}
.response-after-join-now {
  color: #7421e8;
  font-family: "Avenir";
  font-size: 17px;
  line-height: 35px;
}
.modules-card-container {
  padding: 0rem 0rem 0rem 0rem;
  position: relative;
  top: -50px;
}
.modules-all-card-container {
  margin: auto;
  width: 1030px;
  position: relative;
}
.modules-all-card-container > div {
  width: 310px;
  margin: auto;
  max-width: 310px;
  padding: 0;
}
.modules-card {
  background: #fff;
  width: 310px;
  height: 300px;
  display: block;
  margin: auto;
  padding-top: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 30px #00000029;
}
.img-lock-container {
  position: relative;
  height: 30px;
}
.lock-icon {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.modules-number {
  font-family: "Avenir";
  font-size: 60px;
  line-height: 76px;
  color: #7421e8;
  font-weight: 700;
  text-align: center;
}
.modules-number-text,
.modules-title {
  font-size: 23px;
  font-family: "Avenir";
  color: #333333;
  margin: 0;
  text-align: center;
}
.modules-title {
  font-weight: 500;
}
.modules-list-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  padding: 0px 10%;
  text-align: center;
}
.modules-list-container {
  padding: 0;
  font-size: 17px;
}
.modules-card-2 {
  background: #fad9c7;
  height: 355px;
  padding-top: 10px;
}
.modules-card-3 {
  box-shadow: 0px 0px 30px #00000029;
  color: white;
  height: 300px;
  background: transparent linear-gradient(90deg, #7421e8 0%, #4a1904 100%) 0% 0%
    no-repeat padding-box;
}
.modules-card-3 .modules-number-text,
.modules-card-3 .modules-title {
  color: white;
}
.modules-card-3 .modules-number-text {
  font-weight: 500;
  font-size: 17px;
  line-height: 25px;
}
.modules-card-3 .modules-title {
  font-weight: 700;
  font-size: 23px;
}
.refresh-icon-1 {
  position: absolute;
  left: 300px;
  width: 100px;
  z-index: 1;
  top: 20px;
}
.refresh-icon-2 {
  position: absolute;
  left: 651px;
  width: 100px;
  z-index: 1;
  bottom: -10px;
}
.refresh-icon-3 {
  position: absolute;
  left: 30%;
  width: 60px;
  z-index: 1;
  top: 57%;
}
.section__heading__one_1 {
  font-size: calc(52px / var(--base-font));
  font-weight: 800;
  text-align: center;
  color: #000;
}
.section__text {
  margin: 0 auto;
  font-size: calc(32px / var(--base-font));
  line-height: 1.6em;
  font-weight: 400;
  max-width: 80%;
}
#homepage .box__item__title {
  font-weight: 500;
  font-size: 40px;
  line-height: 55px;
  color: white;
}
#homepage .box__item__details {
  color: white;
  font-size: 17px;
  line-height: 25px;
  font-weight: 500;
  max-width: 160px;
}
.lang-container {
  width: 710px;
}
.lang-container p {
  display: inline-block;
  font-family: "Avenir Book";
  width: 32%;
}
.lang-container img {
  width: 45px;
  height: 45px;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.start-coding-journy-price-text {
  display: inline-block;
  margin-bottom: 0;
  font-size: 17px;
  font-family: "Avenir";
  font-weight: 500;
  margin-right: 10px;
  position: relative;
  top: 10px;
}
.start-coding-journy-price-text span {
  color: #7421e8;
}

#highlightsection > div {
  padding-top: 4rem !important;
  padding-bottom: 1rem !important;
}
/* #highlightsection .left-side-container{
    width: 50%;
    display: inline-block;
  } */
.highlight-card-container {
  background: #C6A2F8;
  box-shadow: 0px 0px 4px #00000029;
  border-radius: 5px;
  padding: 7% 5%;
  max-width: 90%;
  margin: auto;
  margin-bottom: 3rem;
}
/* .highlight-card-container .hightlight-logo{
    width: 19%;
    display: inline-block;
  } */
.highlight-card-container .hightlight-logo img {
  display: block;
  margin: auto;
  width: 100px;
  height: 70px;
}
/* .highlight-description{
    width: 80%;
    display: inline-block;
  } */

.highlight-description .text___one {
  font-family: "Avenir";
  margin-bottom: 0;
  text-align: center;
  font-size: 23px;
  color: #7421e8;
  font-weight: 500;
  /* position: relative;
    top: -10px; */
}

.highlight-description .text___two {
  font-family: "Avenir";
  font-size: 17px;
  margin-bottom: 0;
  text-align: center;
  color: #7421e8;
  /* display: none; */
}
/* .right-side-container{
    width: 49%;
    display: inline-block;
  } */

.projects-showcase-container {
  padding: 1rem 10rem;
}
.projects-showcase-container .heading {
  font-size: 30px;
  font-weight: 500;
  color: #333333;
}

.projects-showcase-container .img__placeholder {
  height: 150px;
  width: 100%;
  box-shadow: 0px 0px 12px 2px #00000029;
}
.projects-showcase-container .img__placeholder img {
  height: inherit;
  border-radius: inherit;
}

.projects-showcase-container .project_titile {
  font-family: "Montserrat", sans-serif;
  color: #7421e8;
  font-weight: 500;
  font-size: 17px;
}

.projects-showcase-container .project_details {
  font-family: "Hind", sans-serif;
  color: #333333;
  font-size: 15px;
  font-weight: 400;
}
.projects-showcase-decription {
  margin-bottom: 5.5rem !important;
}
#homepage #presentation-section .usp__title {
  max-width: 300px;
  font-weight: 500;
  font-size: 30px;
  line-height: 35px;
  color: #7421e8;
  text-transform: uppercase;
  margin-bottom: 10px !important;
}
#homepage #presentation-section .usp__details {
  font-size: 17px;
  line-height: 30px;
  font-family: "Avenir Book";
}
#homepage #presentation-section .presentation__content {
  padding-left: 10%;
  padding-right: 6%;
}

#homepage #application-process-section {
  background-color: #7421e8;
  color: white;
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

#homepage #application-process-section .application__process__content {
  padding-left: 7%;
  padding-right: 7%;
}

#homepage #application-process-section .step__title {
  font-size: 23px;
  line-height: 35px;
  font-weight: 600;
}
#homepage #application-process-section .step__title.step__title__2 {
  font-weight: 500;
  width: 289px;
}

#homepage #application-process-section .step__description {
  font-size: 17px;
  line-height: 30px;
  font-family: "Avenir Book";
}
.highlighted__heading {
  font-weight: 500;
  font-size: 30px;
  line-height: 55px;
  /* position: relative;
      left: 10%; */
}
#presentationSection2 {
  position: relative;
  /* top: -50px; */
  background: white;
}
#presentationSection2 .product__heading {
  font-size: 40px;
  font-weight: 400;
  max-width: 400px;
  line-height: 46px;
  display: inline;
}
#presentationSection2 .product__info__1 {
  font-size: 17px;
  max-width: 500px;
  line-height: 30px;
  margin-top: 15px;
}

.product__info__1__box {
  height: 60px;
  display: flex;
  padding: 0px 22px;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 6px;
  position: relative;
  background: transparent linear-gradient(90deg, #C6A2F8 0%, #fce0d2 100%) 0% 0%
    no-repeat padding-box;
}

.product__info__box__text__one::after {
  content: "★";
  font-size: 18px;
  position: absolute;
  right: 8px;
  top: -13px;
}

.product__info__1__box span {
  color: #7421e8;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}

.product__info__1__box__middle {
  margin: 10px 10px;
}

#presentationSection2 .svg-circle-container {
  width: unset;
}
#presentationSection2 .circle-logo {
  position: absolute;
  /* top: 30%; */
  left: 0 !important;
  margin-top: -4% !important;
  top: auto !important;
}
#presentationSection2 .circle-logo .circle-logo-1 {
  background-color: #7421E7 !important;
  width: 120px !important;
  height: 120px !important;
  opacity: 0.4 !important;
  border-radius: 50% !important;
  position: relative !important;
  right: -6px !important;
}
#presentationSection2 .circle-logo .circle-logo-2 {
  background-color: #7421e8 !important;
  width: 120px !important;
  height: 120px !important;
  border-radius: 50% !important;
  position: relative !important;
  right: 70px !important;
  top: -63px !important;
  opacity: 40% !important;
}
#presentationSection2 .circle-logo .circle-logo-3 {
  background-color: #BC94FF !important;
  width: 150px !important;
  height: 150px !important;
  border-radius: 50% !important;
  position: relative !important;
  right: 30px !important;
  top: -140px !important;
  opacity: 40% !important;
}
.see-course-curi {
  font-family: "Avenir Book";
  font-size: 22px;
  text-decoration: none !important;
  color: #7421e8;
}
.see-course-curi:hover {
  color: #7421e8;
}
.super-code-text {
  font-family: "Avenir Book";
  text-align: center;
  font-size: 30px;
  margin-bottom: 2rem;
}

.super-coder-card {
  background: white;
  width: 265px;
  /* height: 300px; */
  margin: 10px auto;
  box-shadow: 0px 0px 10px #00000029;
  border-radius: 10px;
  padding: 1.5rem 1.5rem;
  text-align: center;
}
.super-coder-card-img-container {
  width: 60px;
  height: 60px;
  border-radius: 5px;
  margin: auto;
}

.super-coder-card-name,
.super-coder-card-role {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 0;
}
.super-coder-card-name {
  margin-top: 10px;
}
.super-coder-card-des {
  font-weight: 300;
  font-size: 17px;
  font-style: italic;
  color: #585858;
  margin-top: 10px;
}
.super-coder-card-btn a {
  text-decoration: none;
  color: #7421e8;
}
.carousel__control_btn_2 {
  font-size: 40px !important;
}
.carousel__control_btn_2 svg {
  color: #7421e8 !important;
}
.img-thumbnail-4 {
  width: 100%;
}
#homepage #partners-section,
#homepage #program-structure-section {
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 0 !important;
}
#program-structure-section {
  position: relative;
  top: -50px;
  padding-bottom: 0px !important;
}
#program-coverage-section {
  padding-top: 0.1rem !important;
}

#homepage #partners-section {
  margin-top: 74px !important;
  padding-top: 0px !important;
  padding-bottom: 60px !important;
}

#homepage #partners-section .img__placeholder {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  width: 120px;
}
#homepage #partners-section .img__placeholder img {
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

#program-structure-section .item__img {
  width: 90px;
  height: 90px;
}

#program-structure-section .item__title {
  font-size: 23px;
  /* line-height: 50px; */
  font-weight: 500;
}

#program-structure-section .item__details {
  font-family: "Avenir Book";
  font-size: 17px;
  line-height: 25px;
}

#program-structure-section .orange__border__left {
  border-left: 4px solid #7421e8;
}

#program-structure-section .orange__border__right {
  border-right: 4px solid #7421e8;
}

.section__heading__one {
  font-weight: 500;
  font-size: 40px;
  line-height: 55px;
}
#homepage #success-stories-section {
  padding-bottom: 4.5rem !important;
}
#homepage #success-stories-section .img__placeholder {
  height: 100px;
  width: 100px;
}
#homepage #success-stories-section .img__placeholder img {
  width: inherit;
  height: inherit;
  border-radius: inherit;
}

#homepage #success-stories-section .attestant__title {
  font-size: 17px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 1px;
}

#homepage #success-stories-section .attestant__testimony {
  font-weight: 300;
  font-size: 17px;
  line-height: 25px;
  font-style: italic;
  color: #585858;
}

#homepage #success-stories-section .section__heading__two {
  font-family: "Avenir Book";
  font-size: 30px;
  line-height: 55px;
}
#homepage #getInTouchSection .heading {
  font-size: 40px;
  font-weight: 500;
}

#homepage #getInTouchSection .subheading {
  /* color: #333333; */
  font-size: 22px;
  font-family: "Avenir Book";
  font-weight: 400;
}
#homepage #getInTouchSection .form__input {
  background-color: transparent;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
}

#homepage #getInTouchSection .form__input::placeholder {
  color: #ffffff;
}
.clg-cmny-img .image__custom {
  width: 55px;
  height: 55px;
}
.image__custom {
  border: none;
  background-color: transparent;
  /* width: 55px;
    height: 55px; */
  /* transition: 0.5s ease-in-out; */
}
/* .image__custom:hover{
    transition: 0.5s ease-in-out;
    transform: scale(1.1);
  } */

.btn__custom {
  color: white;
  font-weight: 500;
  background-color: #7421e8;
  border-color: #7421e8;
  /* padding: 0.75rem 2.2rem; */
  padding: 14px 31px;
  font-size: 0.9rem;
}
.btn__custom_2 {
  font-weight: 700;
  font-size: 17px;
  padding: 15px 40px !important;
}

.btn__custom:hover {
  color: white;
  background-color: #7421e8;
  border-color: #7421e8;
}

.carousel__control {
  color: #333333;
  font-size: large;
}

.vertical__divider {
  height: 100%;
  border-right: 1px solid #d6d6d6;
}

.horizontal__divider {
  height: 2px;
  border-bottom: 1px solid #d6d6d6;
}

.bg__primary {
  background: linear-gradient(90deg,
    hsl(18, 72%, 54%) 0%,
    hsl(18, 70%, 52%) 35%,
    hsl(18, 74%, 26%) 100%
  );
  color: white;
}

.logo__text__part__one {
  font-family: "Changa", sans-serif;
  font-weight: 500;
  font-size: 27px; /*xx-large*/
  letter-spacing: -1.9px;
}

.logo__text__part__two {
  position: relative;
  left: -4px;
  font-family: "Changa One", cursive;
  font-size: 27px; /*xx-large*/
}

header {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  transition: all 0.5s ease;
  box-shadow: none;
  left: 0;
}

.header-section nav {
  padding: 15px 40px;
}

header .logo__link {
  color: #7421e8;
  text-decoration: none;
}

header .logo__link:hover {
  color: #7421e8;
}

.navbar-nav .active {
  color: #7421e8;
}

nav .nav__link {
  color: #333333;
  /* font-weight: 600; I dont think so its work */
  font-size: 16.5px;
}

#navigation li span {
  font-weight: 500;
  opacity: 0.9;
}
.dropdown-menu {
  border: none;
  box-shadow: 0px 0px 10px #00000029;
}
.dropdown-divider {
  margin: 1.2rem 0 !important;
}

nav .navbar__dropdown::after {
  display: none;
}

nav .navbar__dropdown__icon {
  font-size: small;
  color: #707070;
}

nav .login__link {
  color: #333;
  text-decoration: none;
}

.dropdown__item .dropdown__item__header {
  color: #7421e8;
  font-weight: 700;
  font-size: medium;
  /* text-transform: uppercase; */
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.dropdown__item .dropdown__item__description {
  color: #333333;
  font-size: small;
  white-space: normal;
  text-align: justify;
  font-family: "Avenir Book";
}

.nav-item .dropdown__item:hover {
  background-color: transparent;
}

footer {
  background-color: white;
}

footer .logo__link {
  color: #333333;
  text-decoration: none;
  position: relative;
}

footer .logo__link.footer-logo {
  position: absolute;
  right: 15%;
}
footer .logo__link.footer-logo span {
  font-size: 68px;
  color: #ffffff;
  opacity: 23%;
}

footer .nav__link {
  color: #727272;
  text-decoration: none;
}

footer .link__separator {
  color: #727272;
}
footer .container {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* Homepage */

#homepage .circle-logo {
  position: absolute;
  /* top: 30%; */
  left: 0;
  margin-top: -51%;
  top: auto;
}
#homepage .circle-logo .circle-logo-1 {
  background-color: #7421E7;
  width: 120px;
  height: 120px;
  opacity: 0.4;
  border-radius: 50%;
  position: relative;
  right: 15px;
}
#homepage .circle-logo .circle-logo-2 {
  background-color: #BC94FF;
  width: 60px;
  height: 60px;
  opacity: 0.4;
  border-radius: 50%;
  position: relative;
  right: 30px;
  top: -30px;
}
#homepage .circle-logo .circle-logo-3 {
  background-color: #C6A2F8;
  width: 150px;
  height: 150px;
  opacity: 0.4;
  border-radius: 50%;
  position: relative;
  right: 30px;
  top: -60px;
}
#homepage .homepage-coleges-companies-page-container {
  padding: 3rem 8rem;
  text-align: center;
}
#homepage
  .homepage-coleges-companies-page-container
  .vertical-divider-homepage {
  background-color: #f0f0f0;
  width: 1px;
  height: 250px;
  position: absolute;
  right: 50%;
  left: 50%;
  margin-top: 100px;
}
#homepage
  .homepage-coleges-companies-page-container
  .img-container-homepage-colleges
  img {
  width: 50%;
}
#homepage
  .homepage-coleges-companies-page-container
  .img-container-homepage-colleges
  .btn__custom {
  padding: 10px 31px;
}
#homepage
  .homepage-coleges-companies-page-container
  .homepage-coleges-companies-page-text-one {
  font-size: 23px;
  color: #333333;
  font-weight: 500;
  margin-top: 10px;
}
#homepage
  .homepage-coleges-companies-page-container
  .homepage-coleges-companies-page-text-two {
  font-size: 26px;
  color: #7421e8;
  margin-top: 10px;
  font-weight: 500;
}

.colleges-companies-text-homepage {
  margin-top: 6rem !important;
}

section#statsSection {
  height: 100%;
  display: flex;
  align-items: center;
}

.stats__description {
  text-align: left;
  width: 90%;
  margin-bottom: 0px;
}

.stats__heading {
  text-align: left;
}

.headerSectionmargin {
  margin-left: 60px;
  margin-top: 50px;
}

#homepage #statsSection {
  color: #ffffff;
  font-weight: 500;
  text-align: left;
  font-size: 17px;
  /* margin: 15px 0; */
  position: relative;
  top: -95px;
}
#homepage #statsSection > div {
  padding-top: 4.2rem !important;
  padding-bottom: 4rem !important;
}

#homepage #testimonialsContainer .user__name {
  font-size: 17px;
  font-weight: 500;
}

#homepage #testimonialsContainer .user__role {
  font-size: 17px;
  font-family: "Avenir Book";
}

#homepage #testimonialsContainer .user__testimonial {
  color: #585858;
  font-size: 16px;
  font-weight: 300;
}

.pull-right {
  float: right;
}
.pull-left {
  float: left;
}

#homepage #testimonialsContainer .user__testimonial::before {
  content: "\201C";
  font-family: "Montserrat", sans-serif;
  color: #9b9b9b;
  font-weight: 700;
  position: relative;
  left: 0px;
  font-size: 35px;
  line-height: 25px;
  vertical-align: bottom;
}
#presentationSection {
  position: relative;
  top: -20px;
  margin: auto;
  max-width: 1920px;
  background-image: url(/images/landing/2024/background-wave.svg);
  background-position: center 80%;
  background-size: contain;
  background-repeat: no-repeat;
}

/* Homepage */

/* Colleges */
#collegesPage .header__img::after {
  background-image: url(/images/college_bg.png) !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: 180%;
  position: absolute;
  top: 50px;
}

.hero_box {
  margin-top: 80px !important;
}

#collegesPage #header-section .heading__one {
  font-size: 38px;
  font-weight: 600;
}

#collegesPage #header-section .heading__one span {
  font-weight: 900;
}
.partner_section {
  padding: 70px 0px;
}
#collegesPage .patner-logo-box {
  border-radius: 4px !important;
}

.testimonials_section {
  padding: 50px 0px 30px 0px;
  background: transparent linear-gradient(90deg, #C6A2F8 0%, #fadac8 100%) 0% 0%
    no-repeat padding-box;
}

.arrow-left {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #7421e8;
}

.arrow-right {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #7421e8;
}

#collegesPage .message-text-area {
  resize: none;
}
#collegesPage #topSection {
  height: 100%;
  padding: 5rem 1.5rem !important;
}
#collegesPage .img-thumbnail-4 {
  width: 100%;
}
.img-thumbnail-5 {
  width: 80%;
}
#collegesPage #topSection .key__points {
  font-size: 20px;
  font-weight: 500;
}

#collegesPage #offeringsBriefSection .heading {
  font-size: 30px;
  font-weight: 500;
}

#collegesPage #offeringsBriefSection .subheading {
  font-size: 22px;
  font-weight: 300;
  color: #ffffff;
}

#collegesPage #offeringsBriefSection .brief__offering {
  max-width: 300px;
}

#collegesPage #offeringsBriefSection .offerings__description {
  font-weight: 500;
  font-size: 23px;
  line-height: 35px;
  margin-top: 0px;
}
.square__before,
.circle__before,
.triangle__before {
  color: #7421e8;
}
#collegesPage #uspSection .heading {
  font-size: 40px;
  font-weight: 500;
  color: #333333;
  line-height: 55px;
}

#collegesPage #uspSection .subheading {
  font-size: 22px;
  line-height: 35px;
  font-family: "Avenir Book";
  width: 70%;
  display: block;
  margin: auto;
}

#collegesPage #presentationSection .brief__offering {
  max-width: 300px;
}

#collegesPage #presentationSection .offerings__description {
  font-weight: 500;
  font-size: 30px;
  line-height: 35px;
}
.square__before,
.circle__before,
.triangle__before {
  color: #7421e8;
}
#collegesPage .usp__number {
  font-size: 80px;
  line-height: 80px;
  color: #7421e8;
  font-weight: 800;
}
#collegesPage .usp__title {
  font-size: 23px;
  color: #7421e8;
  font-weight: 500;
  width: 192px;
  line-height: 30px;
}
#collegesPage .usp__description {
  font-weight: 300;
  color: #333333;
  font-size: large;
}
.companies-why-cq-responsive {
  padding-right: 2rem;
  padding-left: 2rem;
}
.prev__control {
  position: relative;
  left: 3%;
}

.next__control {
  position: relative;
  right: 3%;
}
.next__control > a,
.prev__control > a {
  position: relative;
}
.uni-partners {
  padding-right: 6rem;
  padding-left: 6rem;
}
.course-we-offer-responsive-divs {
  margin-top: -10px !important;
}
#collegesPage .full-stack-web-responiseve {
  margin-top: 30px !important;
}
.random__thought__heading {
  font-size: 30px;
  color: #333333;
  text-align: center;
  margin: 50px 30px 60px 30px;
}
/* Colleges */

/* Companies - Page1 */

#companiesPage1 .message-text-area {
  resize: none;
}
#companiesPage1 section .heading {
  font-size: calc(52px / var(--base-font));
  font-weight: 800;
  text-align: center;
  color: #000;
}

#companiesPage1 section .subheading {
  font-size: calc(32px / var(--base-font));
  line-height: 1.5em;
  font-weight: 300;
  text-align: center;
  color: #000;
}

#companiesPage1 #topSection {
  height: 100%;
  padding: 5rem 1.5rem !important;
}

#companiesPage1 #topSection .heading {
  font-size: 43px;
  font-weight: 500;
}

#companiesPage1 #topSection .subheading {
  /* color: #333333; */
  font-size: 22px;
}

#companiesPage1 #offeringsBriefSection {
  background-color: #7421e8;
  color: white;
}

#companiesPage1 #offeringsBriefSection .heading {
  font-size: xx-large;
  font-weight: 600;
}

#companiesPage1 #offeringsBriefSection .subheading {
  font-size: x-large;
  font-weight: 300;
  color: #ffffff;
}

#companiesPage1 #offeringsBriefSection .stats__heading {
  font-size: xx-large;
  font-weight: 600;
}

#companiesPage1 #offeringsBriefSection .offerings__description {
  font-weight: 600;
  font-size: x-large;
}

#companiesPage1 #presentationSection .usp__number {
  font-size: 80px;
  line-height: 80px;
  color: #7421e8;
  font-weight: 800;
  margin-bottom: 10px;
}

#companiesPage1 #presentationSection .usp__number img{
  width: 60px;
}

#companiesPage1 #presentationSection .usp__title {
  font-size: 23px;
  color: #de6834;
  font-weight: 500;
  line-height: 30px;
}

.border-right-companies {
  position: relative;
}
.border-right-companies::after {
  content: "";
  height: 50%;
  width: 1px;
  position: absolute;
  right: 0;
  top: 25%;
  background-color: #e0e0e0;
}
.bi.bi-caret-right-fill,
.bi.bi-caret-left-fill {
  color: #9b9b9b;
}
.mng-remote-devs {
  max-width: 339px !important;
}

#companiesPage1 #presentationSection .usp__description {
  margin: 0.25em 0px 0px;
  font-family: "Avenir Book";
  font-size: calc(25px / var(--base-font));
  line-height: 1.5em;
  color: #333;
}

#companiesPage1 #presentationSection .img__placeholder {
  height: 100px;
  width: 100px;
}

#companiesPage1 #processDetailsSection .process__step__title {
  font-size: 17px;
  font-weight: 500;
  color: #333333;
}

#companiesPage1 #processDetailsSection .process__step__description {
  font-family: "Avenir Book";
  font-size: 17px;
  line-height: 30px;
  max-width: 650px;
}

#companiesPage1 #processDetailsSection .img__placeholder {
  height: 80px;
  width: 80px;
}
#companiesPage1 #processDetailsSection .img__placeholder img {
  width: inherit;
  height: inherit;
  border-radius: inherit;
}

#companiesPage1 #processDetailsSection .featured__user__name {
  font-size: 17px;
  font-weight: 500;
}

#companiesPage1 #processDetailsSection .featured__user__designation {
  color: #585858;
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
}

#companiesPage1 #processDetailsSection .featured__user__experience {
  color: #585858;
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
}

#companiesPage1 #messageSection {
  background-color: #7421e8;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

#companiesPage1 #messageSection .message {
  color: white;
  font-size: 30px;
  font-weight: 500;
}

#companiesPage1 #offerHelpSection {
  margin: auto;
  max-width: 1920px;
  background-image: linear-gradient(180deg, #FFEEE5 0%, #FFFFFF 100%);
}

#companiesPage1 #offerHelpSection .usp__heading {
  /* max-width: 241px; */
  font-weight: 500;
  font-size: 30px;
  line-height: 35px;
  color: #de6834;
  text-transform: uppercase;
  /* text-wrap: nowrap; */
}

#companiesPage1 #offerHelpSection .usp__description {
  margin: 0.25em 0px 0px;
  font-family: "Avenir Book";
  font-size: calc(25px / var(--base-font));
  line-height: 1.5em;
}

#companiesPage1 #getInTouchSection .form__input {
  background-color: transparent;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
}

#companiesPage1 #getInTouchSection .form__input::placeholder {
  color: #ffffff;
}
.svg-circle-container {
  width: 60px;
  margin-right: 10px !important;
}

/* Companies - Page1 */

/* Companies - Page2 */

#companiesPage2 .message-text-area {
  resize: none;
}

#companiesPage2 section .heading {
  font-size: 40px;
  font-weight: 500;
}

#companiesPage2 section .subheading {
  color: #333333;
  font-size: 22px;
  font-family: "Avenir Book";
  line-height: 35px;
}
#companiesPage2 section#offeringsSection .subheading {
  display: block;
  width: 60%;
  margin: auto;
}

#companiesPage2 #topSection {
  height: 100%;
  padding: 5rem 1.5rem !important;
}

#companiesPage2 #topSection .heading {
  font-size: 43px;
  font-weight: 500;
  line-height: 50px;
}

#companiesPage2 #topSection .subheading {
  color: #333333;
  font-size: 22px;
}

#companiesPage2 #comparisonSection {
  background-color: #7421e8;
  color: white;
}

#companiesPage2 #comparisonSection .comparison__table__row {
  border-bottom: 1px solid white;
  color: white;
  font-size: 22px;
  font-weight: 300;
}

#companiesPage2 #comparisonSection .check__mark,
#companiesPage2 #comparisonSection .cross__mark {
  font-size: xx-large;
  font-weight: 900;
  line-height: 35px;
}

#companiesPage2 #offeringsSection .product__heading,
#presentationSection .product__heading {
  font-size: 40px;
  font-weight: 400;
  line-height: 3rem;
  max-width: 400px;
  line-height: 46px;
}

#companiesPage2 #offeringsSection .product__subheading {
  color: #333333;
  /* font-weight: 600; */
  max-width: 500px;
  font-family: "Avenir Book";
  font-size: 17px;
  line-height: 30px;
}

#companiesPage2 #technologiesSection .img__placeholder {
  height: 50px;
  width: 50px;
}
#companiesPage2 #technologiesSection .img__placeholder img {
  width: inherit;
  height: inherit;
  border-radius: inherit;
}

#companiesPage2 #technologiesSection .technologies__class {
  font-size: 23px;
  font-weight: 500;
}

#companiesPage2 #technologiesSection .technology__name {
  font-family: "Avenir Book";
  font-size: 17px;
}
#companiesPage2 .img-thumbnail {
  max-width: 80%;
}
#companiesPage2 .companies-page2-advantage {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
  margin-top: 6rem;
}
#companiesPage2 .companies-page2-advantage .row.my-5 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

/* Companies - Page2 */

/* Learners - Page1 */

#learnersPage1 section .heading {
  font-size: 40px;
  font-weight: 600;
}

#learnersPage1 section .subheading {
  color: #333333;
  font-size: x-large;
}

#learnersPage1 #topSection {
  height: 100%;
  background-image: url("/websiteNew/assets/img/website/learners/page1/page1__main.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#learnersPage1 #topSection .heading {
  font-size: 50px;
  font-weight: 700;
  color: #7421e8;
}

#learnersPage1 #topSection .subheading {
  color: #333333;
  font-size: large;
}

#learnersPage1 #programStructureSection .item__title {
  font-size: x-large;
  color: #333333;
  font-weight: 600;
}

#learnersPage1 #programStructureSection .item__details {
  color: #333333;
  font-weight: 300;
}

#learnersPage1 #programStructureSection .orange__border__left {
  border-left: 4px solid #7421e8;
}

#learnersPage1 #programStructureSection .orange__border__right {
  border-right: 4px solid #7421e8;
}

#learnersPage1 #highlightsSection {
  background-color: #7421e8;
  color: white;
}

#learnersPage1 #highlightsSection .heading {
  font-size: xx-large;
  font-weight: 600;
}

#learnersPage1 #highlightsSection .subheading {
  font-size: x-large;
  font-weight: 300;
  color: #ffffff;
}

#learnersPage1 #highlightsSection .highlight__point {
  font-size: x-large;
  line-height: 25px;
  font-weight: 500;
  color: #ffffff;
}

#learnersPage1 #highlightsSection .highlight__point::before {
  content: "\2605";
  margin-right: 2rem;
}

#learnersPage1 #applicationProcessSection {
  background-color: #7421e8;
  color: white;
}

#learnersPage1 #applicationProcessSection .heading {
  font-size: xx-large;
  font-weight: 600;
}

#learnersPage1 #applicationProcessSection .subheading {
  font-size: x-large;
  font-weight: 300;
  color: #ffffff;
}

#learnersPage1 #applicationProcessSection .step__title {
  font-size: x-large;
  font-weight: 600;
}

#learnersPage1 #applicationProcessSection .step__description {
  font-weight: 300;
  font-size: large;
}

#learnersPage1 #programCoverageSection .item__title {
  font-size: 50px;
  color: white;
  font-weight: 600;
}

#learnersPage1 #programCoverageSection .item__details {
  color: white;
  font-size: large;
}

#learnersPage1 #presentationSection .usp__title {
  font-size: 50px;
  text-transform: uppercase;
  color: #7421e8;
  font-weight: 600;
  line-height: 35px;
}

#learnersPage1 #presentationSection .faded {
  opacity: 0.4;
}

#learnersPage1 #presentationSection .usp__description {
  font-weight: 300;
  color: #333333;
  font-size: large;
}

#learnersPage1 #presentationSection .img__placeholder {
  height: 120px;
  width: 120px;
}

#learnersPage1 #offeringsSection .product__heading {
  font-size: 40px;
  font-weight: 500;
  line-height: 3rem;
}

#learnersPage1 #offeringsSection .product__subheading {
  color: #333333;
  font-weight: 600;
  max-width: 500px;
}

#learnersPage1 #offeringsSection .product__key__points {
  color: #333333;
  font-size: large;
}

#learnersPage1 #alumnusSection .img__placeholder {
  height: 120px;
  width: 120px;
}

#learnersPage1 #successStoriesSection .img__placeholder {
  height: 120px;
  width: 120px;
}
#batches-section {
  padding-bottom: 4rem !important;
}
#batches-section table .table-active {
  background-color: #f2f2f2;
}

#batches-section table tbody tr td {
  font-family: "Avenir Book";
  font-size: 17px;
  line-height: 40px;
}

#batches-section table .table-active td {
  font-family: "Avenir" !important;
  font-weight: 500;
}

#batches-section .card-title {
  font-size: 22px;
  line-height: 40px;
  font-weight: 500;
}

#batches-section .program__price {
  font-weight: 500;
  font-size: 40px;
  line-height: 75px;
}

#batches-section .program__mrp {
  text-decoration: line-through;
  color: #b5b5b5;
  font-size: 30px;
  line-height: 75px;
  font-family: "Avenir Book";
}

#batches-section .batch__session {
  font-size: 15px;
  line-height: 40px;
  font-family: "Avenir Book";
}

#batches-section button {
  /* width: 150px; */
  height: 50px;
  font-size: 17px;
  line-height: 16px;
  font-weight: 600;
  padding: 0.5rem 4rem !important;
}

#learnersPage1 #successStoriesSection .attestant__name {
  font-size: 21px;
  font-weight: 500;
}

#learnersPage1 #successStoriesSection .attestant__designation {
  font-size: 21px;
  font-weight: 500;
}

#learnersPage1 #successStoriesSection .attestant__testimony {
  font-weight: 300;
  font-size: 20px;
  font-style: italic;
  color: #585858;
}

/* Learners - Page1 */

/* Learners - Page2 */

#learnersPage2 section .heading {
  font-size: 40px;
  font-weight: 600;
}

#learnersPage2 section .subheading {
  color: #333333;
  font-size: x-large;
}

#learnersPage2 #topSection {
  height: 100%;
}

#learnersPage2 #topSection .heading {
  font-size: 50px;
  font-weight: 700;
  color: #7421e8;
}

#learnersPage2 #topSection .subheading {
  color: #333333;
  font-size: x-large;
}

#learnersPage2 #topSection .key__points {
  color: #333333;
  font-size: large;
  font-weight: 700;
}

#learnersPage2 #topSection .square__before {
  color: #7421e8;
}

#learnersPage2 #topSection .circle__before {
  color: #7421e8;
}

#learnersPage2 #topSection .triangle__before {
  color: #7421e8;
}

#learnersPage2 #offeringsBriefSection {
  background-color: #7421e8;
  color: white;
}

#learnersPage2 #offeringsBriefSection .heading {
  font-size: xx-large;
  font-weight: 600;
}

#learnersPage2 #offeringsBriefSection .subheading {
  font-size: x-large;
  font-weight: 300;
  color: #ffffff;
}

#learnersPage2 #offeringsBriefSection .stats__heading {
  font-size: xx-large;
  font-weight: 600;
}

#learnersPage2 #offeringsBriefSection .offerings__description {
  font-weight: 600;
  font-size: x-large;
}

#learnersPage2 #presentationSection .usp__number {
  font-size: 80px;
  line-height: 80px;
  color: #7421e8;
  font-weight: 800;
}

#learnersPage2 #presentationSection .usp__title {
  font-size: x-large;
  color: #7421e8;
  font-weight: 600;
}

#learnersPage2 #presentationSection .usp__description {
  font-weight: 300;
  color: #333333;
  font-size: large;
}

#learnersPage2 #presentationSection .img__placeholder {
  height: 120px;
  width: 120px;
}

#learnersPage2 #offeringsSection .product__heading {
  font-size: 40px;
  font-weight: 500;
  line-height: 3rem;
}

#learnersPage2 #offeringsSection .product__subheading {
  color: #333333;
  font-weight: 600;
  max-width: 500px;
}

#learnersPage2 #offeringsSection .product__key__points {
  color: #333333;
  font-size: large;
}

#learnersPage2 #partnersSection .img__placeholder {
  height: 120px;
  width: 120px;
}

#learnersPage2 #getInTouchSection .form__input {
  border-color: transparent;
  border-bottom: 1px solid #dddddd;
  font-size: large;
  padding-left: 1.25rem;
}

#learnersPage2 #getInTouchSection .form__input:focus {
  box-shadow: none;
  outline: none;
}

#learnersPage2 #getInTouchSection .form__input::placeholder {
  color: #acacac;
  font-weight: 600;
  font-style: italic;
  font-size: large;
  text-align: left;
}

/* Learners - Page2 */

/* About */
.about-page {
  margin: auto;
  max-width: 1920px;
  overflow-x: hidden;
}
.about-page .img-thumbnail-1 {
  max-width: 120%;
}
.about-page .img-thumbnail-2 {
  max-width: 110%;
}
.img-thumbnail-3 {
  max-width: 85%;
}

#about section .heading {
  font-size: 40px;
  font-weight: 500;
}

#about section .subheading {
  color: #333333;
  font-size: 22px;
  font-family: "Avenir Book";
}

#about #topSection {
  height: 100%;
}

#about #topSection .heading {
  font-size: calc(58px / var(--base-font));
  font-family: "Avenir";
  font-weight: 900;
  line-height: 1.25em;
  color: #000;
}

#about #topSection .subheading {
  padding-top: 30px;
  font-size: calc(29px / var(--base-font));
}

#about #topSection .info__text {
  color: #333333;
  font-size: 17px;
  /* font-weight: 300; */
  font-family: "Avenir Book";
}
.follow-uss {
  color: #333333;
  font-size: 17px;
  /* font-weight: 300; */
  font-family: "Avenir Book";
}
.circle-logo {
  position: absolute;
  top: 30%;
  left: 0;
}
.circle-logo .circle-logo-1 {
  background-color: #de6834;
  width: 120px;
  height: 120px;
  opacity: 0.4;
  border-radius: 50%;
  position: relative;
  right: 15px;
}
.circle-logo .circle-logo-2 {
  background-color: #de6834;
  width: 60px;
  height: 60px;
  opacity: 0.4;
  border-radius: 50%;
  position: relative;
  right: 30px;
  top: -30px;
}
.circle-logo .circle-logo-3 {
  background-color: #de6834;
  width: 150px;
  height: 150px;
  opacity: 0.4;
  border-radius: 50%;
  position: relative;
  right: 30px;
  top: -60px;
}
.circle-logo--2 {
  position: absolute;
  /* top: 30%; */
  right: 0;
  overflow-x: hidden;
}
.circle-logo--2 .circle-logo-1 {
  background-color: #7421e8;
  width: 110px;
  height: 110px;
  opacity: 0.4;
  border-radius: 50%;
  position: relative;
  left: 30px;
}
.circle-logo--2 .circle-logo-2 {
  background-color: #BC94FF;
  width: 120px;
  height: 120px;
  opacity: 0.4;
  border-radius: 50%;
  position: relative;
  left: 60px;
  top: -50px;
}

.circle-logo--3 {
  position: absolute;
  /* top: 30%; */
  left: 0;
}
.circle-logo--3 .circle-logo-1 {
  background-color: #7421E7;
  width: 120px;
  height: 120px;
  opacity: 0.4;
  border-radius: 50%;
  position: relative;
  right: 60px;
}
.circle-logo--3 .circle-logo-2 {
  background-color: #BC94FF;
  width: 60px;
  height: 60px;
  opacity: 0.4;
  border-radius: 50%;
  position: relative;
  right: 30px;
  top: -30px;
}
.circle-logo--3 .circle-logo-3 {
  background-color: #C6A2F8;
  width: 170px;
  height: 170px;
  opacity: 0.4;
  border-radius: 50%;
  position: relative;
  right: 60px;
  top: -90px;
}

#about #topSection .sm__placeholder {
  height: 30px;
  width: 30px;
}

#about #workIntroSection .heading {
  font-size: 40px;
  font-weight: 500;
}

#about #workIntroSection .subheading {
  color: #333333;
  font-size: x-large;
  font-weight: 300;
}

#about #workIntroSection .info__text {
  color: #333333;
  font-size: large;
  font-weight: 300;
  line-height: 30px;
}

#about #workIntroSection .parallelogram__tab {
  background-color: #C6A2F8;
  transform: skew(25deg);
  color: #7421e8;
  font-size: x-large;
  font-weight: 600;
  cursor: pointer;
}

#about #workIntroSection .parallelogram__tab__selected {
  background-color: #7421e8;
  color: white;
}

#about #workIntroSection .parallelogram__text {
  transform: skew(-25deg);
  display: inline-block;
  font-size: 23px;
  font-weight: 500;
}

#about #workIntroSection .tab__heading {
  color: #333333;
  font-size: 22px;
  /* font-weight: 500; */
  font-family: "Avenir Book";
}

#about #workIntroSection .tab__content {
  color: #333333;
  /* font-weight: 300; */
  font-size: 17px;
  font-family: "Avenir Book";
  line-height: 30px;
}

#about #advisorsSection .subheading {
  color: #333333;
  font-weight: 300;
  font-size: 17px;
  line-height: 30px;
}

#about #advisorsSection .img__placeholder {
  height: 250px;
}

#about #advisorsSection .overlay__img__container {
  position: relative;
  display: flex;
  justify-content: center;
}

#about #advisorsSection .overlay__text__container {
  position: absolute;
  bottom: 0;
  width: 272px;
  background: #202020;
  opacity: 0.81;
  padding: 40px 10px 10px 10px;
}

#about #advisorsSection .hover__text__container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  overflow-y: auto;
  padding-bottom: 6.5rem;
  transition: all 0.3s;
}

#about #advisorsSection .overlay__img__container:hover .hover__text__container {
  visibility: visible;
  opacity: 1;
}

#about
  #advisorsSection
  .overlay__img__container:hover
  .overlay__text__container {
  /* border-top: 2px solid #7421E8; */
}

#about #advisorsSection .advisor__intro {
  color: white;
  font-weight: 500;
}

#about #advisorsSection .advisor__name {
  color: white;
  font-size: 17px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}
#about #advisorsSection .advisor__name::before {
  display: block;
  content: "";
  background: #de6834;
  height: 2px;
  margin-top: -20px;
  /* margin-left: 101px; */
  width: 100px;
}

#about #advisorsSection .advisor__role {
  color: white;
  font-size: 17px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

#about #newsSection .heading {
  font-size: 30px;
  font-weight: 500;
  color: #333333;
}

#about #newsSection .img__placeholder {
  height: 100px;
}
#about #newsSection .img__placeholder img {
  max-width: 100%;
  height: inherit;
  border-radius: inherit;
}

#about #newsSection .news__title {
  font-family: "Hind", sans-serif;
  font-weight: 500;
  font-size: 17px;
  height: 3em;
  color: #333333;
  overflow: hidden;
}

#about #newsSection .news__source {
  font-family: "Hind", sans-serif;
  color: #afafaf;
  font-size: 17px;
  font-weight: 400;
}

#about #hireSection .heading {
  font-size: 30px;
  font-weight: 500;
  color: #333333;
}

#about #hireSection .info__text {
  color: #333333;
  font-size: 17px;
  font-weight: 300;
  line-height: 30px;
  font-family: "Avenir Book";
}

#about #hireSection .job__text {
  color: #333333;
  font-size: 17px;
}


#about #formSection form label {
  max-width: 90%;
  font-family: "Avenir Book";
}

#about #formSection form input {
  max-width: 80%;
  border: none;
  outline: none;
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 1.25rem;
  padding: 0;
}

#about #formSection form input:focus {
  box-shadow: none;
  outline: none;
}

#about #formSection form button[type="submit"] {
  padding: 10px 50px;
  font-weight: 500;
}

#about #formSection form button[type="reset"] {
  background-color: transparent;
  padding: 10px 20px;
  color: #333;
  font-style: italic;
  border: none;
}

#about #formSection form button:focus {
  box-shadow: none;
  outline: none;
}

#about #newsSection .img__placeholder {
  min-height: 164px;
  overflow: hidden;
}
#about #newsSection .img__placeholder img {
  width: auto;
  height: 100%;
}
#about #newsSection .MS-controls .btn {
  margin-top: 1.5rem;
}
#about #newsSection .MS-controls .btn:focus {
  box-shadow: unset;
}
/* About */

/* User Auth Pages */

#authPage {
  color: #ffffff;
}

#authPage #authForm {
  min-width: 60%;
}

#authPage .link__sent__text {
  font-family: "Avenir Book";
  font-size: 20px;
  font-style: italic;
}

#authPage .logo__text__part__one {
  font-family: "Changa", sans-serif;
  font-weight: 600;
  font-size: 50px;
  letter-spacing: -1.9px;
}

#authPage .logo__text__part__two {
  position: relative;
  left: -4px;
  font-family: "Changa One", cursive;
  font-size: 50px;
}

#authPage .auth__form__header {
  font-family: "Avenir Book";
  font-size: 35px;
}

#authPage .auth__form__input {
  background-color: transparent;
  border-color: transparent;
  color: #ffffff;
  border-bottom: 1.25px solid white;
  font-size: large;
  text-align: center;
}

#authPage .auth__form__input:focus {
  color: #ffffff;
  background-color: transparent;
  box-shadow: none;
  border-color: transparent;
  border-bottom-color: white;
  outline: none;
}

#authPage .auth__form__input::placeholder {
  font-family: "Avenir Book";
  color: white;
  font-style: italic;
  font-size: large;
}

#authPage button[type="submit"] {
  color: #7421e8;
  font-weight: 700;
}

#authPage a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 700;
}

/* User Auth Pages */

/* Testimonials Carousel */

.attestant__name {
  font-size: 17px;
  font-weight: 500;
}

.attestant__designation {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 2px;
}

.attestant__testimony {
  font-weight: 300;
  font-size: 17px;
  font-style: italic;
  color: #585858;
}

/* Testimonials Carousel */

/* Get in touch form */

#getInTouchForm {
  max-width: 500px;
}

#getInTouchForm .form__input {
  border-color: transparent;
  font-family: "Avenir Book";
  border-bottom: 1px solid #d7d7d7;
  font-size: large;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

#getInTouchForm .form__input:focus {
  box-shadow: none;
  outline: none;
}

#getInTouchForm .form__input::placeholder {
  font-style: italic;
  font-size: large;
  opacity: 0.56;
  color: #333333;
}

/* Get in touch form */

/* FAQs */

#faqSection ul {
  list-style-type: none;
  padding: 0;
}

#faqSection .faq__question {
  font-weight: 500;
  cursor: pointer;
  font-size: 22px;
}

#faqSection .faq__answer {
  color: #585858;
  font-size: 21px;
  line-height: 35px;
  font-family: "Avenir Book";
}

/* FAQs */

/* Typography */

.heading__one {
  font-size: 43px;
  font-weight: 500;
  color: #333333;
  line-height: 60px;
}

.heading__two {
  font-size: 40px;
  font-weight: 500;
  color: #333333;
  line-height: 55px;
}

.heading__three {
  font-size: 40px;
  font-family: "Avenir Book";
  line-height: 55px;
}

.heading__four {
  font-size: 30px;
  font-family: "Avenir Book";
}

.heading__five {
  font-size: 20px;
  font-weight: 500;
}

.heading__six {
  font-size: calc(46px / var(--base-font));
  font-weight: 900;
  text-align: center;
  color: #000;
}

.heading__seven {
  font-weight: 500;
  font-size: 35px;
}

.text__one {
  font-size: 22px;
  line-height: 37px;
  font-family: "Avenir Book";
  font-weight: 400;
}
.text__one__2 {
  font-size: 19px;
}

.text__two {
  font-family: "Avenir Book";
  font-size: calc(32px / var(--base-font));
  line-height: 1.6em;
}

.text__three {
}

.text__four {
}

.text__five {
  font-weight: 500;
  font-size: 16px;
  /* width: 148%; */
  margin-bottom: 0px;
}
.text__five a {
  text-decoration: none;
  color: #7421e8;
}
.homepage-points-left-side {
  padding-right: 1rem !important;
  padding-left: 6rem !important;
}
/* Typography */

.header__btn__text {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}

.img__placeholder__xs {
  height: 30px;
  width: 30px;
}

.img__placeholder__sm {
  height: 90px;
  width: 90px;
}

.img__placeholder__md {
  height: 100px;
  width: 100px;
}
.img__placeholder__md img {
  width: inherit;
  height: inherit;
  border-radius: inherit;
}
.img__placeholder img {
  width: inherit;
  height: inherit;
  border-radius: inherit;
}

#presentationSection .product__heading {
  line-height: 46px;
  display: inline;
}

#presentationSection .product__info {
  font-size: 17px;
  font-weight: 500;
  max-width: 500px;
  margin-top: 12px;
}

#presentationSection .product__info__1 {
  font-size: 17px;
  max-width: 500px;
  line-height: 30px;
  margin-top: 15px;
}

#presentationSection .product__info__2 {
  font-size: 19px;
  max-width: 600px;
  line-height: 30px;
  font-family: "Avenir Book";
}

#presentationSection .product__key__points {
  font-size: 17px;
  line-height: 30px;
  font-family: "Avenir Book";
}

#uspSection .usp__number {
  font-size: 100px;
  line-height: 100px;
  color: #7421e8;
  font-weight: 700;
}

#uspSection .usp__heading {
  color: #7421e8;
  max-width: 280px;
  font-weight: 500;
  font-size: 30px;
  line-height: 35px;
}

#uspSection .usp__description {
  font-family: "Avenir Book";
  font-size: 17px;
  line-height: 30px;
}
section#header-section {
  height: 736px;
  /* height : 100%; */
  padding-bottom: 40px;
  position: relative;
  top: -30px;
}

.header__img {
  position: relative;
}

.header__img::after {
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

#homepage .header__img::after {
  background-image: url(/websiteNew/assets/img/website/homepage/custom–1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-size: 171%;
  position: absolute;
  /* right: 0%; */
  top: 1%;
}

#learnersPage1 .header__img::after {
  background-position: bottom;
  background-image: url("/websiteNew/assets/img/website/learners/page1/page1__main.png");
}

.statsSections {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.how-procs-works {
  margin-top: 100px !important;
}

#presentationSection .product__heading .part_one {
  color: #7421e8 !important;
  font-weight: 700 !important;
}

#presentationSection .product__heading .part_two {
  font-size: 35px !important;
  font-weight: 500 !important;
}


.explore-section {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 3em !important;
  padding-bottom: 3em !important;
  /* height: 100vh; */
  font-size: 2em;
  /* text-align: center; */
  background-image: url("/images/home-explore-bg-1.svg"), linear-gradient(180deg, transparent, #fffa 20%, #fff 40%);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 2;
}
.explore-section .content-holder {
  display: flex;
  flex-direction: column;
  max-width: calc(100% - 4.5em);
  font-weight: 300;
}
.explore-section .logo-text {
  font-family: "Avenir Next";
  font-weight: bold;
  font-size: 1em;
  color: #de6834;
}
.explore-section .italic {
  margin-top: 1rem;
  font-family: "Avenir Next";
  font-weight: bold;
  font-size: 1.85em;
  line-height: 1.25em;
}
.explore-section .text {
  font-weight: 500;
}
.explore-section .btn-1 {
  margin: 0px auto;
  margin-top: 5rem;
  cursor: pointer;
}

.level-up-section {
  margin-bottom: 2.5rem;
  width: 100%;
}
.level-up-section .columns {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
  padding: 1rem;
  background-color: #feeee5;
  border-radius: 1rem;
}
.level-up-section p {
  margin: 1.5rem 0px 0rem;
  font-size: 1.5rem;
}
.level-up-section .column {
  padding: 1.5rem;
  width: 100%;
  text-align: center;
}
.level-up-section .column .value {
  font-size: 3rem;
  font-weight: 700;
  color: #de6834;
}
.level-up-section .column .text {
  font-size: 1.3rem;
  font-weight: 500;
}

.level-up-section .language-logos {
  display: flex;
  padding: 2rem 0px 0px;
}
.level-up-section .language-logos .image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
}
.level-up-section .language-logos .image img {
  width: 100px;
  max-height: 100%;
}

.for-mobile-only {
  display: none;
}

@media screen and (max-width: 640px) {
  .level-up-section p {
    font-size: 1rem;
  }
  .level-up-section .columns {
    flex-direction: column;
    margin-top: 0px;
    margin-bottom: 1rem;
    padding: 1.5rem 1rem 2rem;
  }
  .level-up-section .columns .column {
    padding: 0px 1em;
    text-align: left;
  }
  .level-up-section .columns .column .value {
    line-height: 1.25em;
    font-size: 2.4rem;
  }
  .level-up-section .columns .column .text {
    font-size: 1rem;
  }
}

@media (min-width: 1250px) {
  .advisor_responsv {
    padding: 0px 5rem;
  }
}

/* larger larger devices */
@media (min-width: 1366px) {
  .banner-section {
    position: relative;
    top: 100px;
  }
}
@media (min-width: 1439.99px) {
  section#header-section {
    height: 784px;
  }
}

@media (min-width: 1599.98px) {
  section#header-section {
    height: 866px;
  }
}
@media (min-width: 1520px) {
  #collegesPage .full-stack-web-responiseve {
    margin-top: 0px !important;
  }
  #collegesPage #offeringsBriefSection .offerings__description {
    margin-top: 1rem !important;
  }
}

/* full hd */
@media (min-width: 1919.98px) {
  section#header-section {
    height: 1028px;
  }
  #homepage #statsSection {
    top: -116px;
  }
}
@media (min-width: 991.98px) {
  .course-we-offer-responsive-p-tags {
    display: none !important;
  }
}

/* ============================================ */

/* Large devices (desktops, less than 1440px) */

@media (max-width: 1439.98px) {
  /* .heading__one {
      font-size: 44px;
      font-weight: 600;
      color: #333333;
      line-height: 57px;
      margin-top: 15px;
    }
     */
  .heading__four {
  }

  .heading__five {
    font-size: 1.25rem;
    font-weight: 500;
  }

  .text__one {
    font-size: 22px;
    line-height: 35px;
  }
  .text__one__2 {
    font-size: 19px;
  }

  .text__two {
    font-size: 17px;
    line-height: 37px;
    margin: 15px 0;
  }

  .text__three {
  }

  .text__four {
  }

  .text__five {
    font-weight: 500;
    font-size: 16px;
    padding: 0 15px 0 0;
  }
  .text__five.res {
    width: 70%;
  }
  #homepage .box__item__title {
    font-size: 40px;
    line-height: 60px;
  }
  #homepage .box__item__details {
    font-size: 17px;
    line-height: 25px;
    max-width: 160px;
  }

  #homepage #application-process-section .step__title {
    font-size: 23px;
    line-height: 35px;
  }

  #homepage #application-process-section .step__description {
    font-size: 17px;
    line-height: 30px;
  }
  .highlighted__heading {
    font-size: 30px;
    line-height: 50px;
  }

  #batches-section .table__heading {
    font-size: 23px;
    line-height: 55px;
  }
  #batches-section .card-title,
  #batches-section table tbody tr td,
  #batches-section .batch__session {
    font-size: 15px;
    line-height: 42px;
  }
  #batches-section .program__price {
    font-size: 35px;
    line-height: 65px;
  }

  #batches-section .program__mrp {
    font-size: 25px;
    line-height: 60px;
  }
  #program-coverage-section .item__title,
  #program-coverage-section .item__details {
    font-size: 17px;
    line-height: 30px;
  }

  #program-coverage-section .box__item__title {
    font-size: 40px;
    line-height: 60px;
  }

  #program-coverage-section .box__item__details {
    font-size: 17px;
    line-height: 25px;
    max-width: 160px;
  }
}

/* Large devices (desktops, less than 1440px) */

@media (max-width: 1366px) {
  section#header-section {
    height: 749px;
  }
  #homepage #statsSection {
    position: relative;
    top: -95px;
  }
}

@media (max-width: 1344px) {
  .mng-remote-devs {
    width: 399px;
  }
}
@media (max-width: 1286.98px) {
  section#header-section {
    height: 736px;
  }
  #homepage #statsSection {
    position: relative;
    top: -105px;
  }
  .svg-circle-container {
    width: 66px;
  }
  .horizontal__divider {
    width: 86% !important;
  }
  .banner-section {
    padding-top: 5rem !important;
    position: relative;
    right: 10px;
  }
  #about #workIntroSection {
    margin: 0 !important;
  }
}
/* Large devices (desktops, less than 1200px) */

@media (max-width: 1199.98px) {
  .heading__one {
    font-size: 38px;
    font-weight: 500;
    color: #333333;
    line-height: 55px;
  }

  .heading__four {
  }

  .heading__five {
    font-size: x-large;
    font-weight: 500;
  }

  .text__one {
    font-size: 23px;
    line-height: 40px;
    font-family: "Avenir Book";
  }

  .text__one__2 {
    font-size: 19px;
  }

  .text__two {
    font-size: 17px;
    line-height: 37px;
    font-family: "Avenir Book";
  }

  .text__three {
  }

  .text__four {
  }

  .text__five {
    font-weight: 500;
    font-size: large;
  }

  #presentationSection .product__heading {
    font-size: 37px;
    font-weight: 500;
    line-height: 45px;
  }

  #authPage .logo__text__part__one {
    font-size: 45px;
    letter-spacing: -1.9px;
  }

  #authPage .logo__text__part__two {
    font-size: 45px;
  }

  #authPage .auth__form__header {
    font-size: 30px;
  }
  #authPage .link__sent__text {
    font-size: 20px;
  }
  .text__five.res {
    width: 100%;
  }
  section#header-section {
    height: 736px;
  }
  #homepage #statsSection {
    position: relative;
    top: -70px;
  }
  .svg-circle-container {
    width: 92px;
  }
}

/* Large devices (desktops, less than 1200px) */

@media (max-width: 1024px) {
  section#header-section {
    height: 670px;
  }
  .banner-section {
    position: relative;
    top: -50px;
  }
  .horizontal__divider {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  #homepage #statsSection {
    top: -124px;
  }
  .modules-card-container {
    padding: 0;
  }
}

/* Medium devices (tablets, less than 992px) */

@media (max-width: 991.98px) {
  .heading__seven {
    font-size: 30px;
  }

  #presentationSection .product__heading {
    font-size: 35px;
    font-weight: 500;
    line-height: 45px;
    margin-left: auto;
    margin-right: auto;
  }

  #collegesPage #header-section .header__img::after {
    background-size: contain;
    opacity: 0.25;
    background-position: center;
    background-image: url("/websiteNew/assets/img/website/colleges/colleges__main.svg");
  }

  #companiesPage1 #header-section .header__img::after {
    background-size: contain;
    opacity: 0.35;
    background-position: center;
    background-image: url("/websiteNew/assets/img/website/companies/page1/page1__main.png");
  }

  #companiesPage2 #header-section .header__img::after {
    background-size: contain;
    opacity: 0.5;
    background-position: center;
    background-image: url("/websiteNew/assets/img/website/companies/page2/page2__main.png");
  }

  #collegesPage #offeringsBriefSection .heading {
    font-size: 37px;
  }
  .banner-section {
    position: relative;
    top: 0px;
  }
  .horizontal__divider {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .course-we-offer-responsive-divs {
    display: none !important;
  }
  .modules-all-card-container {
    margin: auto;
    width: unset;
    position: relative;
  }
  .modules-all-card-container > div {
    width: 310px;
    margin: auto;
    /* max-width: 310px; */
    margin-top: 70px;
  }
  .modules-card-container {
    padding: 0rem 0rem 2rem 0rem;
  }
  .refresh-icon-1,
  .refresh-icon-2,
  .refresh-icon-3 {
    display: none;
  }
  #presentationSection2 .product__heading {
    font-size: 35px;
    font-weight: 500;
    line-height: 45px;
    margin-left: auto;
    margin-right: auto;
  }
  .super-coders-card-container-desktop {
    display: none;
  }
}

/* iPad pro 11 inch and ipad 7th gen */
@media (max-width: 840px) {
  section#header-section {
    height: 610px;
  }
  .banner-section {
    top: -70px;
    right: 60px;
  }
  .banner-section .heading__one {
    width: 122%;
  }
  .appl-now-btn-ipad {
    margin-bottom: 10px;
  }
  .start-coding-journy-price-text {
    margin-bottom: 60px;
  }
  #companiesPage1 #topSection {
    padding-bottom: 0 !important;
  }
  .projects-showcase-container {
    padding: 0.5rem;
  }
}

/*
  *   iPad Media Query 768 * 1024
  */
@media (max-width: 768px) {
  section#header-section {
    height: 422px;
  }

  .banner-section.pt-5 {
    padding: 0 !important;
    top: 50px;
    right: 44px;
  }

  #homepage .header__img::after {
    background-position: top;
    background-size: cover;
  }
  .heading__one {
    font-size: 28px;
    line-height: 30px;
  }
  .banner-section.py-5 {
    padding-top: 0px !important;
  }
  .text__one {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 25px !important;
  }
  .btn__custom {
    color: white;
    font-weight: 700;
    background-color: #7421e8;
    border-color: #7421e8;
    /* padding: 0.45rem 1.2rem; */
    padding: 10px 35px;
    /* font-size: 1rem; */
    margin: auto;
    display: block;
    margin-bottom: 10px;
  }
  .horizontal__divider {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .heading__five {
    font-size: 18px;
  }
  #header-section .image__custom {
    width: 30px;
  }
  .text__five {
    font-weight: 500;
    font-size: 10px;
    padding: 0px 10px 0 0;
    margin: 0;
  }
  #presentationSection .product__heading {
    font-size: 26px;
    line-height: 24px;
  }
  #presentationSection .product__info {
    font-size: 14px;
  }
  #presentationSection .product__key__points {
    font-size: 14px;
    line-height: 18px;
  }
  .heading__two {
    font-size: 34px;
  }
  footer .nav__link {
    font-size: 10px;
  }
  #companiesPage1 #topSection .heading {
    line-height: 55px;
  }
  #companiesPage1 #topSection {
    padding: 3rem 0rem !important;
  }
  #companiesPage1 section .heading {
    font-size: 35px;
    text-align: left;
  }
  #companiesPage1 section .subheading {
    text-align: left;
  }
  .companies-why-cq-responsive {
    text-align: center;
  }
  #companiesPage1 #presentationSection .usp__description {
    font-size: 17px;
  }
  .carousel-item-next,
  .carousel-item-prev,
  .carousel-item.active {
    text-align: center;
  }
  .img__placeholder-responsive {
    display: block;
    margin: auto !important;
  }
  .usp__heading_responsive {
    max-width: 100% !important;
    text-align: center;
  }
  .usp__description_responsive {
    text-align: center;
  }
  #homepage #statsSection {
    top: -75px;
  }
  #companiesPage1 #presentationSection .usp__title {
    width: 100%;
  }
  #collegesPage .usp__title {
    width: 100%;
  }
  .about-page .img-thumbnail-1 {
    max-width: 100%;
  }
  .about-page .img-thumbnail-2 {
    max-width: 100%;
  }
  .start-coding-journy-price-text {
    margin-bottom: 0;
  }
}

/* Small devices (landscape phones, less than 768px) */

/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) {
  .header-section nav {
    padding: 15px 20px;
  }
  nav .nav__link {
    color: #7421e8 !important;
    font-weight: 600;
    line-height: 23px;
    font-size: 20px !important;
  }

  .colleges-companies-text-homepage {
    margin-top: 4rem !important;
  }
  .heading__two {
    font-size: 35px;
    font-weight: 500;
    color: #333333;
    line-height: 50px;
  }

  .heading__three {
    font-size: 32px;
    font-family: "Avenir Book";
    line-height: 45px;
  }

  .heading__four {
  }

  .heading__five {
    font-size: x-large;
    font-weight: 500;
  }

  .heading__seven {
    font-size: 25px;
  }

  .text__two {
    font-size: 20px;
    line-height: 35px;
    font-family: "Avenir Book";
  }

  .text__three {
  }

  .text__four {
  }

  .text__five {
    font-weight: 500;
    font-size: large;
  }

  #collegesPage .header__img::after {
    background-position: top;
  }

  #collegesPage #header-section .key__points {
    font-size: 18px;
    font-weight: 500;
  }

  #uspSection .usp__heading {
    font-size: 27px;
  }

  #collegesPage #offeringsBriefSection .heading {
    font-size: 30px;
  }

  #presentationSection .product__heading {
    font-size: 30px;
    font-weight: 500;
    line-height: 42px;
    display: block;
    margin: auto;
  }

  #collegesPage #header-section .heading__one {
    font-size: 30px !important;
  }

  .hero_box {
    margin-top: 120px !important;
  }

  #presentationSection .product__heading .part_one {
    color: #7421e8 !important;
    font-weight: 700 !important;
    font-size: 27px !important;
  }

  #presentationSection .product__heading .part_two {
    font-size: 25px !important;
    font-weight: 500 !important;
  }

  #presentationSection .product__info__1,
  #uspSection .usp__description {
    text-align: justify;
  }

  #collegesPage .border-right-companies::after {
    display: none !important;
  }

  #collegesPage #uspSection .subheading {
    width: 90% !important;
    text-align: center;
  }

  #collegesPage .header__img::after {
    display: none !important;
  }

  #authPage .logo__text__part__one {
    font-size: 45px;
    letter-spacing: -1.9px;
  }

  #authPage .logo__text__part__two {
    font-size: 45px;
  }

  #authPage #authForm {
    margin-right: 10px;
    margin-left: 10px;
  }

  #authPage .logo__text__part__one {
    font-size: 35px;
    letter-spacing: -1.9px;
  }

  #authPage .logo__text__part__two {
    font-size: 35px;
  }

  #authPage .auth__form__header {
    font-size: 25px;
  }
  #authPage .link__sent__text {
    font-size: 17px;
  }
  .container {
    margin: 0;
  }
  .clg-cmny-img {
    text-align: center;
  }
  .clg-cmny-text {
    text-align: center !important;
  }
  .stats__heading,
  .stats__description {
    text-align: center !important;
    width: 100%;
  }
  .product__heading,
  .product__info {
    text-align: center !important;
  }
  .home-page-right-img-responsive {
    padding: 1rem !important;
  }
  .home-page-left-text-responsive {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .svg-circle-container {
    width: 126px;
  }
  #companiesPage2 #topSection {
    padding: 1rem !important;
  }
  #homepage #statsSection {
    /* top: -45px; */
  }
  section#header-section {
    height: 642px;
  }
  .hire-talent-responsive {
    padding-left: 2rem !important;
    padding-right: 1rem !important;
  }
  .tables-res {
    padding: 0 !important;
  }
  .about-page #topSection {
    padding: 0 !important;
  }
  .about-page .about-head-responsive {
    padding: 0 !important;
  }
  .about-page .about-head-responsive .about-head-responsive-1 {
    margin-right: 1rem !important;
    margin-left: 2rem !important;
  }
  .homepage-points-left-side {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .companies-why-cq-responsive {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .prev__control {
    padding-right: 0;
    left: 0;
  }

  .next__control {
    padding-left: 0;
    right: 0;
  }
  .uni-partners {
    padding-right: 0;
    padding-left: 0;
  }
  #companiesPage2 .companies-page2-advantage {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    margin-top: 0rem;
  }
  #workIntroSection {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  #about #newsSection {
    padding: 0 !important;
  }
  #about #hireSection {
    padding: 0 !important;
  }
  #contactSection {
    /* padding-left: 0 !important;
    padding-right: 0 !important; */
  }

  #homepage .header__img::after {
    background: none;
  }
  #homepage .banner-section {
    right: 0;
    margin-top: 4em !important;
    top: 30px;
  }
  #homepage .heading__one {
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    color: #7421e8 !important;
    width: unset;
  }
  #homepage .text__one {
    font-size: 17px;
    line-height: 25px;
    font-family: "Avenir Book";
    text-align: center;
    margin-bottom: 1.5em !important;
  }
  #homepage #presentationSection {
    top: 60px;
  }
  #homepage #header-section .image__custom {
    width: 70px;
    height: 70px;
  }
  #homepage .wrapper__main {
    overflow: hidden;
  }
  #homepage #statsSection {
    top: -60px;
  }
  #homepage .carousel__preview {
    /* margin-bottom: 226px; */
  }
  #homepage .btn-responsive {
    display: block;
    /* margin: auto; */
  }
  #companiesPage1 .process-step-res {
    position: relative;
    right: 20px;
  }
  #companiesPage2 #technologiesSection {
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  footer .logo__link.footer-logo span {
    font-size: 54px;
  }
  #contactSection > div {
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .responsive-contact-form-about {
    margin: 0 !important;
  }
  .responsive-heading-img-hide {
    display: none !important;
  }
  #collegesPage .heading__one {
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
    margin-top: -0.5em !important;
  }
  #collegesPage .text__one {
    font-size: 17px;
  }
  #collegesPage #topSection .key__points {
    text-align: left;
    margin-left: 20px;
    font-size: 16px;
  }
  #collegesPage #topSection .key__points .circle__before,
  #collegesPage #topSection .key__points .square__before,
  #collegesPage #topSection .key__points .triangle__before {
    margin-right: 0.3em !important;
  }

  #collegesPage .path__img {
    width: 100px !important;
    margin: 10px 0px;
  }
  .hire-talent-responsive {
    margin-top: 3em !important;
  }
  #companiesPage1 #topSection .heading {
    line-height: 50px;
    font-size: 40px;
  }
  #companiesPage1 #topSection .subheading {
    font-size: 17px;
  }
  #companiesPage1 #presentationSection .heading {
    padding: 0em 0.5em;
  }
  #companiesPage1 #presentationSection .usp__number {
    text-align: left;
  }
  .usp__description_responsive-2 {
    padding: 0px 2em;
  }
  #offerHelpSection .img__placeholder__md {
    margin-bottom: 10px;
  }
  #companiesPage2 #topSection .heading {
    font-size: 40px;
    margin-top: 1em;
  }
  #companiesPage2 #topSection .subheading {
    font-size: 17px;
    font-family: "Avenir Book";
    line-height: 22px;
  }
  #about #topSection .heading {
    margin-top: 2em;
  }
  #homepage .homepage-coleges-companies-page-container {
    padding: 2rem 0rem;
  }
  #homepage
    .homepage-coleges-companies-page-container
    .vertical-divider-homepage {
    display: none;
  }
  #homepage .circle-logo {
    display: none;
  }
  .modules-card {
    width: 100%;
  }
  #homepage .box__item__title {
    font-size: 35px;
    line-height: 50px;
  }

  #homepage .box__item__details {
    font-size: 17px;
    line-height: 22px;
    max-width: 160px;
  }
  #homepage #application-process-section .step__title {
    font-size: 23px;
    line-height: 32px;
  }

  #homepage #application-process-section .step__description {
    font-size: 17px;
    line-height: 32px;
  }
  #homepage #application-process-section .step__title.step__title__2 {
    width: 100%;
  }
  .highlighted__heading {
    font-size: 30px;
    line-height: 55px;
  }
  #presentationSection2 .product__heading {
    font-size: 30px;
    font-weight: 500;
    line-height: 42px;
    display: block;
    margin: auto;
  }
  #homepage .email-for-joining {
    width: 100%;
    margin-bottom: 10px;
  }
  .modules-card-container {
    top: 10px;
  }
  .program-description-mobile {
    top: 65px;
  }
  .lang-container {
    width: 350px;
    text-align: center;
    margin: auto;
  }
  .lang-container p {
    width: 27%;
  }
  .projects-showcase-container {
    padding: 1rem;
  }

  #presentationSection2 {
    top: 100px;
  }
  .apply-now-center-mobile {
    text-align: center;
    display: block;
    width: unset !important;
  }
  #getInTouchSection {
    margin-top: 100px;
  }
  #homepage #success-stories-section {
    position: relative;
    top: 100px;
  }
  .section__heading__one_1 {
    text-align: center;
  }
  #presentationSection .product__key__points {
    line-height: 22px;
  }
  .join-for-mobile {
    padding: 0 !important;
    margin: 0 !important;
  }
  .projects-res-mobile {
    margin-bottom: 30px;
  }
  #companiesPage1 #topSection {
    padding-bottom: 0 !important;
  }
  .padding-mobile-none {
    padding: 0 !important;
  }
  .margin-bottom-none-mobile {
    margin-bottom: 0 !important;
  }
  #homepage #partners-section,
  #homepage #program-structure-section {
    margin-top: 32%;
  }

  #batches-section .table__heading {
    font-size: 23px;
    line-height: 50px;
  }

  #batches-section .card-title,
  #batches-section .batch__session {
    font-size: 15px;
    line-height: 35px;
  }

  #batches-section table tbody tr td {
    font-size: 17px;
    line-height: 30px;
  }

  #batches-section .program__price {
    font-size: 35px;
    line-height: 50px;
  }

  #batches-section .program__mrp {
    font-size: 23px;
    line-height: 50px;
  }

  #batches-section button {
    font-size: 18px;
    line-height: 16px;
  }

  #program-structure-section .item__title {
    font-size: 23px;
    line-height: 42px;
  }

  #program-structure-section .item__details {
    font-size: 17px;
    line-height: 25px;
  }

  footer .nav__link {
    font-size: 17px;
  }
}

/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 376.98px) {
  #homepage #statsSection {
    /* top: -35px; */
  }
  section#header-section {
    height: 625px;
  }
  .svg-circle-container {
    width: 146px;
  }
  .banner-section {
    top: 32px !important;
  }
}

@media (max-width: 370.98px) {
  .carousel__preview {
    padding-left: 0;
    padding-right: 0;
  }

  .prev__control {
    padding-right: 0;
  }

  .next__control {
    padding-left: 0;
  }
  .svg-circle-container {
    width: 189px;
  }
  .usp__description_responsive {
    width: 70%;
    display: block;
    margin: auto;
  }
  #collegesPage #topSection .key__points {
    font-size: 14px;
  }
}
@media (max-width: 330.98px) {
  #collegesPage #topSection .key__points {
    font-size: 13px;
  }
}

.apply__btn {
  padding: 8px 30px;
}

/* navbar style */

/* @media (max-width: 992px) {
    .btn-tgl{
      z-index: 10;
    }
    .navbar-collapse {
        position: absolute;
        top: 0px;
        left: 100%;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 80%;
        transition: all 0.2s ease;
        display: block;
        background-color: #ffffff;
        padding: 100px 50px;
    }
    .navbar-collapse.collapsing {
        height: auto !important;
        margin-left: 50%;
        left: 50%;
        transition: all 0.2s ease;
    }
    .navbar-collapse.show {
        left: 20%;
        height: 100vh;
  
    }
    .navbar-toggler{
      outline: none !important;
    }
  } */

.btn-medium {
  margin: 10px 0px 35px 0px;
}

/* Activity section-2 */
.activity_section_2 {
  background: #C6A2F8;
  padding-top: 40px;
  padding-bottom: 40px;
  border-radius: 10px;
  padding-left: 100px;
  margin-bottom: 10px;
}
@media (max-width: 900px){
  .pull-right{
    float: unset;
  }
}
@media (max-width: 500px) {
  .activity_section_2 {
    padding-left: 30px;
    margin-top: 50px;
    padding-right: 10px;
  }
  .activity_section_item {
    margin-bottom: 20px;
  }
}

.activity_section_2 .activity_text_one {
  font-size: 30px;
  font-weight: 900;
  color: #7421e8;
  margin-bottom: -0px;
  line-height: 35px;
}
.activity_section_2 .activity_text_two {
  font-size: 17px;
  color: #7421e8;
  font-weight: 600;
}

/* modal addition on header */
.career-programs {
  position: relative;
}
.career-programs-container {
  width: 442px;
  right: 9px;
  top: 38px;
  position: absolute;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 25px 30px;
  box-shadow: 0px 0px 10px #00000029;
}

.secp-text {
  display: inline-block;
  color: #7421e8 !important;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none !important;
  line-height: 25px;
}

.secp-sub-text1 {
  font-size: 16px;
  font-weight: 400;
  margin: 6px 0;
  line-height: 19px;
}

.secp-sub-text2 {
  margin-left: 12px;
  font-family: "Avenir Book", sans-serif;
  font-size: 15px;
  font-weight: 500;
}

@media (max-width: 480px) {
  br.for-mobile-only {
    display: inline !important;
  }
  .navbar-collapse {
    position: absolute !important;
    top: 65px !important;
    background: rgb(255, 255, 255) !important;
    width: 90% !important;
    left: 5% !important;
    border-radius: 10px !important;
    padding: 20px 20px !important;
    box-shadow: 0px 0px 50px #00000029 !important;
  }
  .explore-section {
    font-size: 1em;
  }
  .explore-section .content-holder {
    max-width: calc(100% - 3em);
  }
  .explore-section .italic {
    margin-top: 0.5em;
    font-size: 1.5em;
    line-height: 1.5em;
  }
  .in-the-news-section {
    --base-font: 1.75;
    padding-left: 0px;
    padding-right: 0px;
  }
  #presentationSection {
    background-image: none;
  }
}

.customDashed-border {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  margin: 15px 0px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23707070FF' stroke-width='3' stroke-dasharray='6%2c14' stroke-dashoffset='4' stroke-linecap='square'/%3e%3c/svg%3e");
}

/* adding common */
.btn-1 {
  position: relative;
  margin-top: 30px;
  padding: 0.8em 2.4em;
  font-size: calc(24px / var(--base-font));
  font-family: "Avenir";
  font-weight: 500;
  color: #fff;
  background-color: #de6834;
  border-radius: 4px;
  border: none;
}
a.btn-1,
a.btn-1:hover,
a.btn-1:active {
  color: #fff;
  text-decoration: none;
}
.btn-1:focus {
  outline: none;
}
.btn-2 {
  font-weight: 600;
  border: none;
  color: #de6834;
  background: #feeee5;
  padding: 1.5vh 3vw;
  font-size: 1.2vw;
  border-radius: 50px;
  max-width: max-content;
  z-index: 1;
  position: relative;
}
.btn-2:focus {
  outline: none;
}

@media (max-width: 500px) {
  .btn-1 {
    font-size: 16px;
    padding: 15px 35px;
  }
  .btn-2 {
    font-size: 16px;
    padding: 15px 35px;
  }

}