@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@100;200;300;400;500;600;700;800;900&display=swap");

/* section 1 */
.section1 .banner_img {
  height: 90vh;
  background-image: url(../images/Laptopview/home_banner1.png);
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: 100% 100%;
  display: grid;
  align-content: center;
  /* margin: 100px 0px 0px 0px; */
}

.section1 .banner_img > div {
  margin-top: -50px;
}

.section1 .banner_img .banner_text_head {
  padding-top: 7%;
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  max-width: 750px;
  width: auto;
  margin: 0px auto;
  color: white;
}

.section1 .upload_resume_wrp {
  display: grid;
  justify-content: center;
}

.section1 .upload_resume_wrp .text_content {
  border-radius: 30px;
  background-color: #ffffff2d;
  color: #ffffff;
  padding: 5px 20px 5px 40px;
  width: auto;
  max-width: 700px;
}

.section1 .upload_resume_wrp .text_content .upload_resume {
  border-radius: 20px;
  padding: 5px 10px;
  background-color: inherit;
  border-color: #ffffff;
  color: #ffffff;
  margin: 7px 20px;
}

.section1 .banner_img p {
  color: rgba(255, 255, 255, 0.733);
  text-align: center;
  max-width: 600px;
  font-size: 18px;
  font-weight: 100;
  margin: 5px auto;
}

.section1 .banner_img .enroll_wrp {
  display: grid;
  justify-content: center;
  margin: 60px auto;
}

.section1 .banner_img .enroll_wrp > a {
  padding: 12px 24px;
  background-color: white;
  font-size: 20px;
  font-weight: bold;
  border-radius: 30px;
  border-style: none;
  text-decoration: none;
  color: black;
}

.section1 .banner_img .enroll_wrp > a:hover {
  background-color: rgb(206, 206, 206);
}
/* end of section 1 */

/* section 2 */
.section2 {
  background-color: white;
  height: auto;
  min-height: 60vh;
  padding: 40px;
}

.section2 .banner_content {
  background-color: #2d33d1;
  margin: 40px auto;
  width: 90%;
  max-width: 1200px;
  border-radius: 20px;
  color: white;
  height: auto;
}

.section2 .banner_content .content_left .banner_text_wrp {
  padding: 40px 5px 40px 40px;
}

.section2 .banner_content .content_left .banner_text_wrp {
  margin-top: 20px;
}

.section2 .banner_content .content_left .banner_text_wrp p {
  font-size: 15;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.562);
}

.section2 .banner_content .content_left img {
  width: 230px;
  margin: 0px auto;
  display: grid;
  justify-content: center;
}
.section2 .banner_content .content_left .banner_img_wrp {
  margin: 0 auto;
}
.section2 .banner_content .content_right img {
  width: 100%;
  height: 100%;
}

/* end of section 2 */

/* section 3 */
.section3 {
  background-color: #f4f4fe;
  padding: 60px 0px;
}

.section3 .courses_wrp {
  display: grid;
  justify-content: center;
  margin: 0px auto;
  max-width: 100vw;
}
.section3 .courses_wrp .course_btn_wrp {
  width: 300px;
  display: grid;
  justify-content: center;
}

.section3 .courses_wrp .course_item {
  display: inline-block !important;
  margin: 10px 10px;
}
.section3 .courses_wrp .course_item img {
  width: 300px;
}

.section3 .courses_wrp .course_item button {
  width: 290px;
  z-index: 5px;
  margin-top: -20px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  text-align: left;
  border-style: none;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 10px 5px 10px 30px;
  height: 120px;
}

.section3 .courses_wrp .course_item button:hover {
  background-color: rgb(226, 226, 226);
  transition: 0.3s;
}
.section3 .courses_wrp .course_item button span {
  font-size: 13px;
}

.section3 .courses_wrp .course_item button p {
  margin-bottom: 0px;
}

.section3 .courses_wrp .course_item button .sub_text {
  font-size: 11px;
}
/* end of section 3 */

/* section4 */
.section4 {
  background-color: #ffffff;
  height: auto;
  min-height: 80vh;
  min-height: 80vh;
  display: grid;
  align-items: center;
}
.section4 .content_wrp {
  /* margin: auto; */
}

.section4 .content_left .img_wrp img {
  width: 430px;
  padding-right: 30px;
}
.section4 .content_left .img_wrp {
  /* width: 400px; */
  /* margin: 5px auto; */
  display: grid;
  justify-content: end;
}

.section4 .content_right ul {
  list-style: none;
  list-style-position: outside;
  padding-left: 25px;
  /* padding: 5px 0px; */
}
.section4 .content_right ul li {
  margin: 12px 0px;
  font-size: 16px;
  color: #414365d9;
}
.section4 .content_right .list_wrp ul > li::before {
  content: "";
  position: absolute;
  display: inline-block;
  background-repeat: no-repeat;
  width: 20px !important;
  height: 20px !important;
  background-image: url(../images/Laptopview/shield_icon.png);
  background-size: 15px;
  margin-left: -25px;
  margin-top: 5px;
}

.section4 .content_right .img_wrp {
  display: grid;
  justify-content: center;
}
.section4 .content_right .img_wrp img {
  width: 250px;
}

/* end of section4 */

/* courousel_section */

.courousel_section {
  padding: 30px 20px 50px 20px;
}
.courousel_section .content_wrp {
  width: 70vw !important;
  display: grid;
  justify-content: center;
  margin: 0px auto;
}

.courousel_section .content_wrp .carouselIndicators img {
  width: 600px !important;
  height: 400px !important;
}
/* enf of courousel_section */

/* section 5 */

.section5 {
  background-color: #f5f5ff;
  display: grid;
  align-items: center;
  height: auto;
  min-height: 500px;
}
.section5 .content_wrp {
  margin: 0px auto;
  height: auto;
  min-width: 350px;
  width: 95vw;
  max-width: 1200px;
  background-color: #ffffff;
  border-radius: 20px;
}

.section5 .content_wrp .content_left .text_content {
  display: grid;
  align-content: center;
  padding: 0px 0px 20px 60px;
  height: 400px;
}

.section5 .content_wrp .content_left .text_content p {
  padding: 15px 0px;
  font-size: 16px;
  color: #313350bf;
}

.section5 .content_wrp .content_right .img_wrp {
  width: 100%;
  height: 400px;
  display: grid;
  align-items: center;
  justify-content: end;
}

.section5 .content_wrp .content_right .img_wrp img {
  width: 400px !important;
}

.section5 .content_wrp .content_left .img_wrp {
  display: grid;
  justify-content: center;
}
.section5 .content_wrp .content_left .img_wrp img {
  width: 230px;
}
/* end of section 5 */

/* section 6 */
.section6 {
  padding: 50px 0px;
}

.section6 .content_wrp {
  margin: 0px auto;
  display: grid;
  justify-content: center;
}

.section6 .content_wrp .accordion_wrp {
  max-width: 800px;
  max-width: 800px;
  width: 90vw;
  padding: 10px;
  border-radius: 10px;
  border: solid #d9d9e0 1px;
  margin: 4px 0px;
}

.section6 .content_wrp .accordion_wrp button {
  background-color: inherit;
  border-style: none;
  font-weight: 500;
  font-size: 17px;
  width: 100%;
  padding: 10px;
  text-align: left;
  background-image: url(../images/Laptopview/down_arrow.png);
  background-repeat: no-repeat;
  background-position: 98% center;
}

.section6 .content_wrp .accordion_wrp .answer_text {
  font-size: 14px;
  font-weight: 400;
  color: #414365;
  padding: 0px 10px;
}

/* end of section 6 */

/* media queries */

@media only screen and (max-width: 576px) {
  /* section 1 */
  .section1 .banner_img {
    height: 90vh;
    background-image: url(../images/Mobileview/home_banner1_M.png);
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: 100% 100%;
  }
  .section1 .banner_img .banner_text_head {
    padding-top: 20%;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    max-width: 500px;
    width: auto;
    margin: 0px auto;
    color: white;
  }
  .section1 .banner_img p {
    color: rgba(255, 255, 255, 0.733);
    text-align: center;
    max-width: 350px;
    font-size: 14px;
    font-weight: 100;
    margin: 5px auto;
  }
  .section1 .banner_img .enroll_wrp > a {
    padding: 10px 20px;
    background-color: white;
    font-size: 16px;
    font-weight: bold;
    border-radius: 30px;
    border-style: none;
  }
  /* end of section 1 */

  /* section 2 */

  .section2 {
    background-color: white;
    height: auto;
    min-height: 60vh;
    padding: 20px 10px;
  }

  .section2 .banner_content {
    margin: 20px auto;
    width: 96%;
  }
  .section2 .banner_content .content_left .banner_text_wrp {
    padding: 5px;
  }

  .section2 .banner_content .content_left .banner_text_wrp p {
    font-size: 13;
  }

  .section2 .banner_content .content_left .banner_text_wrp {
    padding: 20px 5px 20px 10px;
  }
  /* end of section 2 */

  /* section 3 */
  .section3 .courses_wrp .courses_row1,
  .section3 .courses_wrp .courses_row2 {
    display: grid;
    justify-content: center;
    margin: 0px auto;
  }

  /* end of section 3 */

  /* section 4 */
  .section4 .content_left .img_wrp img {
    width: 400px;
    padding-right: 10px;
  }
  .section4 .content_right .list_wrp {
    list-style: none;
    list-style-position: inside;
    padding-left: 0px;
    padding: 5px 0px 5px 30px;
  }

  .section4 .content_right ul li {
    margin: 10px 0px;
    font-size: 13px;
  }
  /* end of section 4 */

  /* corousel section */

  .courousel_section {
    padding: 30px 20px 50px 5px;
  }
  .courousel_section .content_wrp {
    width: 95vw !important;
    display: grid;
    justify-content: center;
    margin: 0px auto;
    /* height: 300px; */
  }

  .courousel_section .content_wrp .carouselIndicators {
    width: 280px !important;
    height: 300px !important;
  }
  /* end of carousel section */

  /* section 5 */

  .section5 .content_wrp .content_left .text_content {
    display: grid;
    align-content: center;
    padding: 20px 30px;
    height: 400px;
  }

  .section5 .content_wrp .content_left .text_content p {
    font-size: 14px;
  }

  /* end of section 5 */
}

@media only screen and (min-width: 576px) and (max-width: 768px) {
  /* section 1 */
  .section1 .banner_img {
    height: 90vh;
    background-image: url(../images/Tabview/home_banner1_T.png);
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: 100% 100%;
  }
  .section1 .banner_img .banner_text_head {
    padding-top: 15%;
    text-align: center;
    font-size: 42px;
    font-weight: bold;
    max-width: 650px;
    width: auto;
    margin: 0px auto;
    color: white;
  }
  .section1 .banner_img p {
    color: rgba(255, 255, 255, 0.733);
    text-align: center;
    max-width: 500px;
    font-size: 16px;
    font-weight: 100;
    margin: 5px auto;
  }
  .section1 .banner_img .enroll_wrp > a {
    padding: 12px 24px;
    background-color: white;
    font-size: 18px;
    font-weight: bold;
    border-radius: 30px;
    border-style: none;
  }
  /* end of section 1 */

  /* section 2 */

  .section2 .banner_content {
    padding: 40px 10px;
  }

  .section2 .banner_content {
    width: 96%;
  }

  .section2 .banner_content .content_left img {
    width: 330px;
    margin: 0px auto;
    display: grid;
    justify-content: center;
  }

  .section2 .banner_content .content_left .banner_text_wrp {
    padding: 20px;
  }

  /* end of section 2 */

  /* section3 */
  .section3 .courses_wrp .courses_row1,
  .section3 .courses_wrp .courses_row2 {
    display: grid;
    justify-content: center;
    margin: 0px auto;
  }

  /* end of section 3 */

  /* section 4 */
  .section4 .content_right .list_wrp {
    list-style: none;
    list-style-position: inside;
    padding-left: 0px;
    padding: 5px 0px 5px 60px;
  }

  .section4 .content_right ul > li {
    margin: 10px 0px;
    font-size: 15px;
  }

  .section4 .content_right .list_wrp ul > li::before {
    content: "";
    position: absolute;
    display: inline-block;
    background-repeat: no-repeat;
    width: 20px !important;
    height: 20px !important;
    background-image: url(../images/Laptopview/shield_icon.png);
    background-size: 15px;
    margin-left: -20px;
    margin-right: 20px;
  }
  /* end of section 4 */
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .section2 .banner_content {
    padding: 40px 0px;
  }

  .section2 .banner_content {
    width: 100%;
  }
  .section2 .banner_content .content_left .banner_text_wrp {
    padding: 40px 5px 40px 10px;
  }

  .section3 .courses_wrp .course_btn_wrp {
    width: 270px;
    display: grid;
    justify-content: center;
  }
  .section3 .courses_wrp .course_item {
    display: inline-block !important;
    margin: 10px 0px;
  }
  .section3 .courses_wrp .course_item img {
    width: 270px;
  }

  .section3 .courses_wrp .course_item button {
    width: 260px;
    padding: 10px 5px 10px 20px;
  }

  /* section 5 */
  .section5 .content_wrp .content_left .text_content {
    display: grid;
    align-content: center;
    padding: 20px 0px 20px 20px;
    height: 400px;
  }

  .section5 .content_wrp .content_left .text_content p {
    font-size: 14px;
  }

  .section5 .content_wrp .content_right .img_wrp img {
    width: 300px !important;
  }
  /* end of section 5 */
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
}
/* end of media queries */
