@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&display=swap");
@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,500&display=swap");
:root {
  --color-blue--: rgb(255, 255, 255);
  --text-blue--: #724d99;
  --button-bg-color: linear-gradient(
    265.16deg,
    #724d99 17.94%,
    #cbbfd9 109.03%
  );
}
* {
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}

body {
  margin: 0;
  padding: 0;
  background-color: #e7ddf3;
}

h1 {
  padding: 0;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
}
.banner-section {
  width: 100%;
  height: 100vh;
  margin-top: -15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../assets/banner/banner.webp);
}
.container-curve {
  width: 100%;
  height: 90%;
  border-bottom-left-radius: 35%;
  position: relative;
}

.banner-section .container-curve .container-fluid {
  padding-left: 10%;
  padding-right: 10%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container-fluid .left-section {
  width: 50%;
}
.container-fluid .right-section {
  width: 50%;
  /* text-align: center; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.container-fluid .left-section h1 {
  color: rgba(217, 217, 217, 1);
  font-weight: 700;
  font-size: 3rem;
  /* font-size: 86px; */
  line-height: 55px;

  animation: LeftA 2s linear 2s;
  transition: 2s ease-in-out;
}
.container-fluid .left-section p {
  color: #ffffff;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 20px;
}
.container-fluid .left-section button {
  text-transform: uppercase;
  background: #fb501c;
  border: none;
  height: 3rem;
  width: 9rem;
  border-radius: 14px;
  color: #ffffff;
  animation: header 2s linear 2s;
  transition: 2s ease-in-out;
}
.container-fluid .right-section img {
  width: 28rem;
  animation: RightA 2s linear 2s;
  transition: 2s ease-in-out;
}
/* banner section end */

/* about section  started*/
.about-section {
  display: flex;
  padding-top: 6%;
  position: relative;
}
.about-section .left-section {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-section .right-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}
.about-section .right-section h2 {
  color: #fb501c;
  font-weight: 700;
  font-size: 2.8rem;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}
.about-section .left-section img {
  width: 30rem;
  transition: 1s ease-in-out;
  animation: BG-Image 10s linear 0.1s infinite;
}
.about-section .right-section p {
  color: #666668;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 26px;
  text-align: justify;
  padding-right: 10%;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
}
.about-section .right-section button {
  color: var(--text-blue--);
  background: linear-gradient(266.71deg, #ffdc0d 20.08%, #f3b471 100%);
  border-radius: 6px;
  border: none;
  font-weight: 700;
  font-size: 1rem;
  padding: 7px 13px;
  margin-bottom: 10%;
  width: 157px;
}
.about-section .about-glob-1 {
  position: absolute;
  top: 0;
  right: 2%;
}
.about-section .about-glob-1 img {
  width: 6rem;
  transition: 1s ease-in-out;
  animation: lds-ellipsis2 10s linear 0.3s infinite;
}
/* about section end */

/* course section stared */
.course-section {
  position: relative;
}
.course-section .course-globe-1 {
  position: absolute;
  bottom: 8%;
  width: 5%;
  left: 4%;
}
.course-section .course-globe-2 {
  position: absolute;
  bottom: 0;
  width: 4%;
  right: 4%;
}
.course-section .course-container {
  display: flex;
  margin-top: 5%;
}
.course-section .left-section {
  width: 63%;
  margin-left: 3%;
}
.course-section .right-section img {
  width: 100%;
  transition: 1s ease-in-out;
  animation: BG-Image 10s linear 0.1s infinite;
}
.course-section .left-section h2 {
  padding-left: 3rem;

  font-size: 3rem;
  line-height: 50px;
  color: #fb501c;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}
.swiper-slide .card-image {
  width: 100%;
  height: 29rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.swiper-slide .card-image .content-card {
  display: flex;
  flex-direction: column;
  width: 89%;
  margin-top: 53%;
}
.swiper-slide .card-image .content-card h3 {
  color: #ffffff;
  margin-left: 9%;
  font-weight: 600;
  font-size: 19px;
}
.swiper-slide .card-image .content-card p {
  max-width: 90%;
  word-wrap: break-word;
  overflow: hidden;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;

  font-size: 10px;
  color: #ffff;
  background: rgba(0, 0, 0, 0.5);
  margin-left: 13px;
  border-radius: 7px;
  padding: 2px;
}
.swiper-slide .card-image .content-card .card-button {
  display: flex;
}

.card-button p {
  margin-right: 5px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.swiper-slide .card-image .content-card .card-button button {
  border: none;
  padding: 1px 22px;
  font-size: 12px;
  background: #fb501c;
  border-radius: 14.2698px;
  border-radius: 10px;
  color: #ffffff;
}

.swiper-slide .row-button {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-bottom: 9%;
}
.swiper-slide .row-button button {
  background: linear-gradient(265.16deg, #724d99 17.94%, #cbbfd9 109.03%);
  border: none;
  padding: 4px 20px;
  color: #ffffff;
  border-radius: 5px;
}
/* course section end */

/* Available medium  started*/
.available-medium {
  display: flex;
}
.available-medium .left-section {
  width: 50%;
  text-align: center;
}
.available-medium .right-section {
  width: 50%;
  padding-top: 8%;
}
.available-medium .left-section img {
  width: 65%;
  height: auto;
  transition: 1s ease-in-out;
  animation: BG-Image 10s linear 0.1s infinite;
}
.available-medium .right-section h2 {
  padding-left: 8%;
  padding-right: 4%;
  color: #fb501c;
  font-weight: 700;
  font-size: 3rem;
  line-height: 56px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}
.available-medium .right-section p {
  padding-left: 8%;
  padding-right: 4%;
  font-weight: 400;
  text-align: justify;
  color: #8e8e94;
  font-size: 1.1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.available-medium .right-section .bg-orange {
  display: flex;
  color: #16d444;
  height: auto;
  padding: 15px 0;
  background-color: #fb501c;
  width: 100%;
  border-end-start-radius: 100px;
  border-start-start-radius: 100px;
  align-items: center;
  justify-content: space-around;
}
.available-medium .right-section .bg-orange div {
  border-radius: 100%;
  background-color: #ffffff;
  height: 130px;
  width: 130px;
  display: flex;
  text-align: center;
  padding-top: 3%;

  box-shadow: -10px 9px rgba(0, 0, 0, 0.1);
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.available-medium .right-section .bg-orange div img {
  width: 3rem;
  padding-left: 3%;
}
.bg-orange .offline p {
  text-align: center;
  font-size: 0.8rem;
  line-height: 30px;
  font-weight: 700;
  color: rgba(114, 77, 153, 1);
}
.bg-orange .live p {
  font-size: 0.8rem;
  text-align: center;
  line-height: 30px;
  font-weight: 700;
  color: rgba(114, 77, 153, 1);
}
.bg-orange .record p {
  text-align: center;
  font-size: 0.8rem;
  line-height: 30px;
  font-weight: 700;
  color: rgba(114, 77, 153, 1);
}
/* Available medium  end*/

/* Learn with us  started*/
.learn-with-us {
  margin-top: 10%;
}
.learn-with-us h2 {
  text-transform: uppercase;
  font-size: 3rem;
  color: #fb501c;
  font-weight: 700;
  margin-left: 12%;
  line-height: 74px;
  padding-bottom: 1%;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}
.learn-with-us img {
  height: 60%;
  object-fit: cover;
}
.learn-with-us .first-row {
  width: 90%;
  display: flex;

  padding: 5px 10px 5px 10px;
  flex-wrap: wrap;

  align-items: center;
  justify-content: space-evenly;
  margin-bottom: 15px;
  margin-left: 5vw;
  /* background-color: #47544a; */
}
.learn-with-us .first-row .image-1 {
  width: 15%;
  /* object-fit: cover; */
  border-radius: 13px;
  border: 1px solid rgb(167 166 255);
  text-align: center;
  height: 8rem;
  background-color: #ffffff;
}
.learn-with-us .first-row .image-1 img {
  width: auto;
  height: auto;
  height: 7.8rem;
}
.learn-with-us .first-row .image-2 {
  width: 25%;
  /* object-fit: cover; */
  border-radius: 13px;
  border: 1px solid rgb(167 166 255);
  height: 8rem;
  text-align: center;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.learn-with-us .first-row .image-2 img {
  width: 90%;
  height: auto;
}
.learn-with-us .first-row .image-3 {
  text-align: center;
  width: 15%;
  /* object-fit: cover; */
  border-radius: 13px;
  border: 1px solid rgb(167 166 255);
  height: 8rem;

  background-color: #ffffff;
}
.learn-with-us .first-row .image-3 img {
  width: auto;
  height: 7.8rem;
}

.learn-with-us .first-row .image-4 {
  text-align: center;
  width: 15%;
  /* object-fit: cover; */
  border-radius: 13px;
  border: 1px solid rgb(167 166 255);
  height: 8rem;

  background-color: #ffffff;
}

.learn-with-us .first-row .image-4 img {
  width: auto;
  height: 7.8rem;
}

.learn-with-us .second-row {
  width: 90%;
  display: flex;
  padding: 5px 10px 5px 10px;

  align-items: center;
  justify-content: space-evenly;
  margin-bottom: 15px;
  margin-left: 5vw;
  /* background-color: #16d444; */
}
.learn-with-us .second-row .image-5 {
  width: 18%;
  /* object-fit: cover; */
  border-radius: 13px;
  border: 1px solid rgb(167 166 255);
  text-align: center;
  height: 8rem;
  background-color: #ffffff;
}
.learn-with-us .second-row .image-5 img {
  height: 7.8rem;
  width: auto;
}
.learn-with-us .second-row .image-6 {
  width: 15%;
  object-fit: cover;
  border-radius: 13px;
  border: 1px solid rgb(167 166 255);
  height: 8rem;
  text-align: center;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.learn-with-us .second-row .image-6 img {
  width: auto;
  height: 7.8rem;
}
.learn-with-us .second-row .image-7 {
  text-align: center;
  width: 30%;

  border-radius: 13px;
  border: 1px solid rgb(167 166 255);
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;

  background-color: #ffffff;
}
.learn-with-us .second-row .image-7 img {
  width: 80%;
  height: auto;
}

.learn-with-us .second-row .image-8 {
  text-align: center;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  border: 1px solid rgb(167 166 255);
  height: 8rem;

  background-color: #ffffff;
}

.learn-with-us .second-row .image-8 img {
  width: auto;
  height: 80%;
}

.learn-with-us .third-row {
  width: 90%;
  display: flex;
  padding: 5px 10px 5px 10px;

  align-items: center;
  justify-content: space-evenly;
  margin-bottom: 15px;
  margin-left: 5vw;
  /* background-color: #16d444; */
}
.learn-with-us .third-row .image-9 {
  width: 30%;
  /* object-fit: cover; */
  border-radius: 13px;
  border: 1px solid rgb(167 166 255);
  text-align: center;
  height: 8rem;
  background-color: #ffffff;
}
.learn-with-us .third-row .image-9 img {
  height: 7.8rem;
  width: auto;
}

.learn-with-us .third-row .image-10 {
  width: 28%;
  /* object-fit: cover; */
  border-radius: 13px;
  border: 1px solid rgb(167 166 255);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 8rem;
  background-color: #ffffff;
}
.learn-with-us .third-row .image-10 img {
  max-height: 7.8rem;
  width: auto;
}

/* Learn with us  end*/

/* Learn with us  Responsive*/

@media only screen and (max-width: 500px) {
  /* Learn with us  started*/
  .learn-with-us {
    margin-top: 10%;
  }
  .learn-with-us h2 {
    text-transform: uppercase;
    font-size: 2.8rem;
    color: #fb501c;
    font-weight: 700;
    margin-left: 12%;
    line-height: 74px;
    padding-bottom: 1%;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    text-align: center;
  }
  .learn-with-us img {
    height: 60%;
    object-fit: cover;
  }
  .learn-with-us .first-row {
    width: 95%;
    display: flex;

    padding: 5px 10px 5px 10px;
    flex-wrap: wrap;

    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 15px;
    margin-left: 5vw;
    /* background-color: #47544a; */
  }
  .learn-with-us .first-row .image-1 {
    width: 15%;
    /* object-fit: cover; */
    border-radius: 13px;
    border: 1px solid rgb(167 166 255);
    text-align: center;
    height: auto;
    background-color: #ffffff;
  }
  .learn-with-us .first-row .image-1 img {
    width: auto;
    height: auto;
    height: 7.8rem;
  }
  .learn-with-us .first-row .image-2 {
    width: 25%;
    /* object-fit: cover; */
    border-radius: 13px;
    border: 1px solid rgb(167 166 255);
    height: auto;
    text-align: center;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .learn-with-us .first-row .image-2 img {
    width: 90%;
    height: auto;
  }
  .learn-with-us .first-row .image-3 {
    text-align: center;
    width: 15%;
    /* object-fit: cover; */
    border-radius: 13px;
    border: 1px solid rgb(167 166 255);
    height: auto;

    background-color: #ffffff;
  }
  .learn-with-us .first-row .image-3 img {
    width: auto;
    height: 7.8rem;
  }

  .learn-with-us .first-row .image-4 {
    text-align: center;
    width: 15%;
    /* object-fit: cover; */
    border-radius: 13px;
    border: 1px solid rgb(167 166 255);
    height: auto;

    background-color: #ffffff;
  }

  .learn-with-us .first-row .image-4 img {
    width: 95%;
    height: auto;
  }

  .learn-with-us .second-row {
    width: 90%;
    display: flex;
    padding: 5px 10px 5px 10px;

    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 15px;
    margin-left: 5vw;
    /* background-color: #16d444; */
  }
  .learn-with-us .second-row .image-5 {
    width: 18%;
    /* object-fit: cover; */
    border-radius: 13px;
    border: 1px solid rgb(167 166 255);
    text-align: center;
    height: auto;
    background-color: #ffffff;
  }
  .learn-with-us .second-row .image-5 img {
    height: 7.8rem;
    width: auto;
  }
  .learn-with-us .second-row .image-6 {
    width: 15%;
    object-fit: cover;
    border-radius: 13px;
    border: 1px solid rgb(167 166 255);
    height: auto;
    text-align: center;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .learn-with-us .second-row .image-6 img {
    width: auto;
    height: 7.8rem;
  }
  .learn-with-us .second-row .image-7 {
    text-align: center;
    width: 30%;

    border-radius: 13px;
    border: 1px solid rgb(167 166 255);
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;

    background-color: #ffffff;
  }
  .learn-with-us .second-row .image-7 img {
    width: 80%;
    height: auto;
  }

  .learn-with-us .second-row .image-8 {
    text-align: center;
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    border: 1px solid rgb(167 166 255);
    height: auto;

    background-color: #ffffff;
  }

  .learn-with-us .second-row .image-8 img {
    width: 60%;
    height: auto;
  }

  .learn-with-us .third-row {
    width: 90%;
    display: flex;
    padding: 5px 10px 5px 10px;

    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 15px;
    margin-left: 5vw;
    /* background-color: #16d444; */
  }
  .learn-with-us .third-row .image-9 {
    width: 35%;
    /* object-fit: cover; */
    border-radius: 13px;
    border: 1px solid rgb(167 166 255);
    text-align: center;
    height: 5rem;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .learn-with-us .third-row .image-9 img {
    height: 3rem;
    width: auto;
  }

  .learn-with-us .third-row .image-10 {
    width: 38%;
    /* object-fit: cover; */
    border-radius: 13px;
    border: 1px solid rgb(167 166 255);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 5rem;
    background-color: #ffffff;
  }
  .learn-with-us .third-row .image-10 img {
    max-height: 4.8rem;
    width: auto;
  }

  /* Learn with us  end*/
}

/* testimonial-section-started */
.testimonial-section {
  margin-top: 8%;
}
.testimonial-section h2 {
  text-transform: uppercase;
  color: #fb501c;
  font-weight: 700;
  padding-left: 10%;
  font-size: 3rem;
  line-height: 100px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}
.testimonial-section p {
  color: #666767;
  font-size: 1.1rem;
  font-weight: 400;
  /* font-size: 1rem; */
  line-height: 24px;
}

.testimonial-section .bigger-testimonial {
  font-size: 1rem;
  line-height: 23px;
}

.testimonial-section .left-section h5 {
  color: #ff8f04;
  font-size: 1.6rem;
}
/* testimonial-section-end */

.talktous {
  height: auto;
  width: 100%;
}

.callback-back-section {
  height: auto;
  width: 100%;
  padding-bottom: 130px;
}
.callback-back-section h2 {
  margin-top: 4%;
  text-align: center;
  color: #fb501c;
  font-size: 3rem;
  font-weight: 700;
  line-height: 92px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}
.callback-back-section p:first-of-type {
  text-align: center;
  color: #666767;
  font-weight: 400;
}
.callback-back-section .left-section p {
  text-align: justify;
  color: #ffffff;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.row-section {
  display: flex;
  width: 90%;
  border-radius: 40px;
  margin-left: 5%;
  height: 22rem;
  margin-right: 5%;
  margin-top: 10%;

  background-color: #fb501c;
}
.row-section .left-section {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px;
}
.row-section .left-section h5 {
  color: #ffffff;
  font-size: 2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.row-section .left-section p {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.row-section .left-section form {
  width: 100%;
  margin-top: 5%;
  position: relative;
}
.row-section .left-section input {
  border: none;
  height: 4rem;
  width: 100%;
  border-radius: 40px;
  padding-left: 10%;
}

.row-section .left-section button {
  position: absolute;
  right: 4%;
  border: none;
  bottom: 20px;
  color: #ffffff;
  border-radius: 40px;
  width: 30%;
  top: 20%;
  height: 60%;
  background-color: #fb501c;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.row-section .left-section input::placeholder {
  color: #d4d6d6;
}
.row-section .right-section {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.row-section .right-section .form-section {
  height: 450px;
  text-align: center;
  background-color: #ffff;
  width: 60%;
  border-radius: 40px;
  box-shadow: 0px 10px 25px 0px rgb(0, 0, 0, 0.4);
}
.row-section .right-section .form-section .install {
  font-size: 0.9rem;
  margin-top: 1rem;
}
.row-section .right-section .form-section h4 {
  color: #fb501c;
  font-weight: 400;
  font-size: 2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.row-section .right-section .form-section .request {
  font-size: 0.9rem;
  color: #666767;
}
.row-section .right-section .form-section .input-group {
  width: 90%;
  margin: 31px auto;
  display: flex;
  padding: 0px 10px;
  flex-direction: column;
  position: relative;
}

.row-section .right-section .form-section .input-group label {
  color: rgb(165, 165, 165);
  font-size: 0.9rem;
  position: absolute;
  top: 10px;
  transition: 0.2s ease-in-out;
}

.row-section .right-section .form-section .input-group input {
  border: none;
  padding: 7px;
  margin-top: 5px;
  outline: none;
  border-bottom: 1px solid #c9c9c98a;
  color: rgba(6, 72, 105, 0.849);
  caret-color: rgb(7, 158, 246);
}
.row-section .right-section .form-section button {
  background-color: #fb501c;
  margin-top: 3%;
  border: none;
  color: #ffffff;
  border-radius: 40px;
  padding: 10px 38px;
}
.row-section .right-section .form-section .input-group input:focus ~ label,
.row-section .right-section .form-section .input-group input:valid ~ label {
  top: -10px;
  font-size: 0.6rem;
  color: rgba(6, 72, 105, 0.849);
}

.row-section .right-section .form-section .input-group input:focus,
.input-group input:valid {
  border-color: rgba(6, 72, 105, 0.849);
}

/* request-callback-started */

/* blog section started */
.articles-blogs {
  margin-top: 13%;
}
.articles-blogs h2 {
  text-align: center;
  text-transform: uppercase;
  color: #ff8f04;
  font-size: 3rem;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}
.articles-blogs p {
  color: #666767;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
footer {
  display: flex;
  width: 100%;
  height: auto;
  align-items: end;
}

/* blog section end*/
@media screen and (max-width: 1300px) {
  .slide_content .left-section {
    max-height: 27rem !important;
  }
}

@media screen and (max-width: 1200px) {
  .testimonial-section p {
    font-size: 0.8rem !important;
  }
  .slide_content .left-section {
    max-height: 22rem !important;
  }
  .testimonial-section .left-section h5 {
    color: #ff8f04;
    font-size: 1rem;
  }
  .slide_content .right-section img {
    /* width: 40rem; */
    width: 30rem !important;
  }
}

@media screen and (max-width: 1100px) {
  .container-fluid .right-section img {
    width: 29rem;
  }
  .row-section .right-section .form-section h4 {
    padding: 13px;
  }

  .available-medium .right-section .bg-orange {
    height: 30%;
  }
  .testimonial-section p {
    font-size: 0.8rem !important;
  }
  .slide_content .left-section {
    max-height: 22rem !important;
  }
  .testimonial-section .left-section h5 {
    color: #ff8f04;
    font-size: 1rem;
  }
  .slide_content .right-section img {
    /* width: 40rem; */
    width: 30rem !important;
  }
}

/* latptop view */
@media screen and (max-width: 900px) {
  .about-glob-5 {
    display: none !important;
  }
  .learn-with-us .second-row {
    padding-left: 0;
    padding-right: 0;
  }
  .learn-with-us h2 {
    text-transform: uppercase;
    font-size: 2rem;
    color: var(--text-blue--);
    font-weight: 700;
    margin-left: 5%;
    line-height: 60px;
    padding-bottom: 1%;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
  }

  .learn-with-us .first-row {
    padding-left: 0;
    padding-right: 0;
  }
  .container-fluid .right-section img {
    width: 25rem;
  }
  .about-section .left-section img {
    width: 23rem;
  }
  .course-section .right-section img {
    width: 100%;
    position: absolute;
    top: -25px;
    right: 0;
    width: 20rem;
  }
  .course-section .left-section {
    width: 100%;
    margin-left: 3%;
    margin-top: 9rem;
  }
  .available-medium .right-section .bg-orange div {
    height: 69%;
    width: 23%;
  }
  .available-medium .right-section .bg-orange {
    height: 30%;
  }

  .available-medium .left-section {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .available-medium .left-section img {
    width: 80%;
    height: auto;
  }
  .slide_content .left-section {
    background-color: #ffffff;
    padding: 40px;
    width: 50%;
    text-align: justify;
    max-height: 22rem;
    border-radius: 40px;
    box-shadow: 0px 4px 4px rgba(193, 193, 193, 0.55);
  }
  .slide_content .right-section {
    width: 50%;
  }
  .testimonial-section p {
    font-size: 0.8rem !important;
  }
  .slide_content .left-section {
    max-height: 22rem !important;
  }
  .testimonial-section .left-section h5 {
    color: #ff8f04;
    font-size: 1rem;
  }
  .slide_content .right-section img {
    /* width: 40rem; */
    width: 30rem !important;
  }
  .row-section {
    display: flex;
    flex-direction: column;
    width: 90%;
    border-radius: 40px;
    margin-left: 5%;
    position: relative;
    height: 27rem;
    align-items: center;
    justify-content: center;
    margin-right: 5%;
    margin-top: 54%;
    background-color: #fb501c;
  }
  .row-section .left-section {
    width: 70%;
    margin-top: 97px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
  }
  .row-section .left-section p {
    text-align: justify;
    color: #bebfbf;
  }
  .row-section .left-section input {
    border: none;
    height: 3rem;
    width: 100%;
    border-radius: 40px;
    padding-left: 10%;
  }
  .row-section .right-section .form-section {
    /* position: absolute; */
    height: 450px;
    text-align: center;
    background-color: #ffff;
    position: absolute;
    /* width: 32%; */
    width: 52%;
    left: 27%;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* flex-direction: column; */
    border-radius: 40px;
    box-shadow: 0px 10px 25px 0px rgb(0, 0, 0, 0.4);
    top: -362px;
  }

  .getInTouch-container {
    display: flex;
    flex-direction: column;
  }
  .getIn-grid2 {
    padding: 0;
  }
}

/* medium phone */
@media screen and (max-width: 700px) {
  .about-glob-8 {
    display: none !important;
  }
  .about-glob-6 {
    width: 5rem !important;
    height: 5rem !important;
    position: absolute;
    right: 10% !important;
  }

  .about-glob-4 {
    display: none !important;
  }
  .banner-section .container-curve .container-fluid {
    flex-direction: column-reverse;
  }
  .container-curve {
    width: 100%;
    height: 66%;
    /* border-bottom-left-radius: 35%; */
    position: relative;
  }
  .container-fluid .left-section h1 {
    text-align: center;
    color: rgba(217, 217, 217, 1);
    font-weight: 700;
    font-size: 2rem;
    /* font-size: 86px; */
    line-height: 44px;
  }
  .container-fluid .left-section button {
    text-transform: uppercase;
    background-color: #fb501c;
    border: none;
    height: 3rem;
    margin-top: 2rem;
    width: 9rem;
    border-radius: 14px;
    color: #ffffff;
  }
  .header {
    height: 7rem;
    overflow: hidden;
    transition: 0.3s;
    margin: -12px;
  }

  .header {
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
  }
  .banner-section .container-curve .container-fluid {
    padding-top: 4rem;
  }

  .row-section .left-section h5 {
    text-align: center;
    margin-bottom: 8px;
    color: #ffffff;
    font-size: 1.5rem !important;
  }
  .container-fluid .right-section img {
    width: 16rem;
  }
  .container-fluid .left-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 28px;
    align-items: center;
    justify-content: center;
  }

  .container-fluid .left-section h1 br {
    display: none;
  }
  .slide_content .test-monital .left-section {
    width: 100% !important;
  }

  header {
    display: none;
  }

  .about-section {
    flex-direction: column;
  }
  .about-section .left-section {
    width: 100%;
    align-items: center;
    margin-top: 8rem;
  }

  .about-section .right-section {
    width: 100%;
    align-items: center;
  }

  .about-section .right-section h2 {
    position: absolute;
    top: 3%;
    text-align: center;
    padding: 0px 19px;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
  }
  .about-section .right-section p {
    font-size: 1.2rem;
    padding: 10px 30px;
    line-height: 34px;
    text-align: left;
  }
  .about-section .about-glob-1 {
    position: absolute;
    top: -10px;
    right: 0%;
  }
  .about-section .left-section img {
    width: inherit;
  }

  .course-section .course-container {
    margin-top: 5%;
    position: relative;
  }
  .course-section .left-section {
    width: 100%;
    margin-left: 3%;
    margin-top: 6rem;
  }
  .course-section .left-section h2 {
    padding-left: 1rem;
    width: 50%;
    line-height: 36px;
    font-size: 2rem;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
  }
  .course-section .right-section img {
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 14rem;
  }
  .available-medium {
    position: relative;
    display: flex;
    flex-direction: column;
  }
  .available-medium .left-section {
    width: 100%;
    margin-top: 159px;
    text-align: center;
  }
  .available-medium .right-section {
    width: 100%;
    padding-top: 8%;
  }
  .available-medium .right-section h2 {
    /*position: absolute;*/
    text-align:center;
    /*top: 0;*/
    font-family: "Raleway", sans-serif;
    font-weight: 600;
  }
  .available-medium .right-section .bg-orange {
    width: 100%;
    margin-left: 1rem;
    padding: 4px;
  }
  .learn-with-us .first-row .image-1 img {
    width: 100%;
    height: auto;
    object-fit: contain;
    height: 6rem;
  }
  .learn-with-us .first-row .image-2 img {
    width: 100%;
    height: auto;
    object-fit: contain;
    height: 6rem;
  }
  .learn-with-us .first-row .image-3 img {
    width: 100%;
    height: auto;
    object-fit: contain;
    height: 6rem;
  }
  .learn-with-us .second-row .image-4 img {
    width: 100%;
    height: auto;
    object-fit: contain;
    height: 6rem;
  }
  .learn-with-us .second-row .image-5 img {
    width: 100%;
    height: auto;
    object-fit: contain;
    padding: 5px;
    height: 6rem;
  }
  .learn-with-us .second-row .image-6 img {
    width: 100%;
    height: auto;
    object-fit: contain;
    height: 6rem;
  }
  .learn-with-us .first-row .image-1 {
    height: 6rem;
  }
  .learn-with-us h2 {
    /*width: 60%;*/
  }
  .learn-with-us {
    margin-top: 20%;
  }
  .slide_content .test-monital {
    display: flex;
    flex-direction: column-reverse;
  }
  .slide_content .test-monital .right-section {
    margin-bottom: 30px;
    width: 100% !important;
  }
  .slide_content .right-section img {
    width: 100% !important;
  }
  .testimonial-section p {
    color: #666767;
    font-size: 0.9rem;
    font-weight: 400;
    width: 100%;
    /* font-size: 1rem; */
    line-height: 21px;
  }
  .slide_content .left-section {
    max-height: 22rem !important;
    width: 100%;
  }
  .row-section {
    display: flex;
    flex-direction: column;
    width: 98%;
    border-radius: 15px;
    margin: 3px;
    position: relative;
    height: 31rem;
    align-items: center;
    justify-content: center;

    margin-top: 74%;
    background-color: #fb501c;
  }
  .row-section .left-section {
    width: 100%;
    margin-top: 97px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
  }
  .row-section .right-section .form-section {
    /* position: absolute; */
    height: 450px;
    text-align: center;
    background-color: #ffff;
    position: absolute;
    /* width: 32%; */
    width: 80%;
    left: 10%;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* flex-direction: column; */
    border-radius: 40px;
    box-shadow: 0px 10px 25px 0px rgb(0, 0, 0, 0.4);
    top: -325px;
  }
  .row-section .right-section .form-section h4 {
    color: #724d99;
    font-weight: 400;
    font-size: 1.5rem;
  }

  .callback-back-section h2 {
    margin-top: 5%;
    text-align: center;
    color: #724d99;
    font-size: 2rem;
    font-weight: 700;
    line-height: 62px;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
  }
  .callback-back-section .request-p {
    text-align: center;
    font-weight: 400;
    padding: 0px 25px;
  }
  .articles-blogs p {
    color: #666767;
    padding: 0px 20px;
    text-align: center;
  }
  .articles-blogs h2 {
    font-size: 2rem;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
  }
  .slider-container {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .swiper {
    width: 100% !important;
    padding-top: 50px !important;
    padding-bottom: 58px;
  }

  .testimonial-section h2 {
    font-size: 2rem;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
  }
}

@media screen and (max-width: 400px) {
  .course-section .right-section img {
    width: 11rem !important;
    right: -20px !important;
  }
  .container-fluid .right-section img {
    width: 16rem;
  }
  .about-section .right-section h2 {
    position: absolute;
    /*top: 3%;*/
    top:0;
    font-size:2.2rem;
    text-align: center;
    padding: 0px 19px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
  }
  .about-section .about-glob-1 img {
    width: 4rem;
  }
}
@media screen and (max-width: 450px) {
  .row-section .right-section .form-section {
    top: -290px;
  }
  .row-section .left-section {
    width: 100%;
    margin-top: 149px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 22px;
    justify-content: end;
  }
  .row-section {
    margin-top: 90%;
    background-color: #fb501c;
  }
  .callback-back-section h2 {
    font-size: 1.5rem;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
  }
  .about-glob-2 img {
    width: 3.5rem !important;
    position: absolute;
    left: 6%;
    top: -31px !important;
  }
  .about-glob-7 {
    background-color: orange;
    width: 3rem !important;
    height: 3rem !important;
    position: absolute;
    right: 1% !important;
    border-radius: 50%;
  }
}

.about-glob-2 img {
  width: 5rem;
  position: absolute;
  left: 6%;
  transition: 1s ease-in-out;
  animation: lds-ellipsis2 10s linear 0.1s infinite;
}

.about-glob-3 img {
  position: absolute;
  width: 5rem;
  bottom: -37px;
  left: 8%;
  transition: 1s ease-in-out;
  animation: lds-ellipsis2 10s linear 1s infinite;
}
.about-glob-4 {
  background-color: orange;
  width: 5rem;
  height: 5rem;
  position: absolute;
  right: 30%;
  border-radius: 50%;
  top: 0;
  transition: 1s ease-in-out;
  animation: lds-ellipsis2 10s linear 3s infinite;
}
.about-glob-5 {
  position: absolute;
  width: 5rem;

  left: -1px;
  transition: 1s ease-in-out;
  animation: lds-ellipsis2 10s linear 0.1s infinite;
}

.about-glob-6 {
  background-color: orange;
  width: 6rem;
  height: 6rem;
  position: absolute;
  right: 20%;
  border-radius: 50%;
  transition: 1s ease-in-out;
  animation: lds-ellipsis2 10s linear 1s infinite;
}
.about-glob-7 {
  background-color: orange;
  width: 4rem;
  height: 4rem;
  position: absolute;
  right: 3%;
  border-radius: 50%;
  transition: 1s ease-in-out;
  animation: lds-ellipsis2 10s linear 0.5s infinite;
}
.about-glob-8 {
  width: 5rem;
  height: 5rem;
  background-color: orange;
  position: absolute;
  right: 10%;
  border-radius: 50%;
  margin-top: 6%;
  transition: 1s ease-in-out;
  animation: lds-ellipsis2 10s linear 0.1s infinite;
}
@-webkit-keyframes up-down {
  0% {
    -webkit-transform: translate(1px, 20px);
  }
  24% {
    -webkit-transform: translate(1px, 30px);
  }
  50% {
    -webkit-transform: translate(1px, 12px);
  }
  74% {
    -webkit-transform: translate(1px, 22px);
  }
  100% {
    -webkit-transform: translate(1px, 22px);
  }
}

@keyframes LeftA {
  0% {
    opacity: 0;
    transform: translateX(-15px);
  }

  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes RightA {
  0% {
    opacity: 0;
    transform: translateX(15px);
  }

  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translateY(1.5rem);
  }
  50% {
    transform: translateY(-1.5rem);
  }
  100% {
    transform: translateY(1.5rem);
  }
}
@keyframes BG-Image {
  0% {
    transform: translateY(0.4rem);
  }
  50% {
    transform: translateY(-0.4rem);
  }
  100% {
    transform: translateY(0.4rem);
  }
}
