@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  background-color: rgba(26, 81, 211, 0.2);
  font-family: "Inter", sans-serif;
  background-image: url(../images/Home.png);
  background-repeat: no-repeat;
  background-size: cover;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p {
  margin: 0;
}

#header {
  padding: 2.6rem 0;
}

#header .navbar .navbar-brand img {
  max-height: 4.6rem;
}

#header .navbar .nav-item {
  padding: 0 1.5rem;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
}

#header .navbar .nav-item .nav-link {
  color: #B8BFCA;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.4px;
}

#header .navbar .nav-item .active {
  font-weight: 600;
  color: #fff;
  position: relative;
  background: linear-gradient(to left, rgba(202, 0, 202, 0.743) 0%, rgba(214, 3, 214, 0.566) 12%, rgb(0, 214, 252) 47%, rgb(0, 166, 255) 100%) left bottom transparent no-repeat;
  background-size: 100% 5px;
}

#header .navbar .nav-item:hover .nav-link {
  color: #fff;
}

#header .navbar .bookBtn {
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  border-radius: 68px;
  background: linear-gradient(90deg, #CA59FF -1.91%, #4FF4FF 100%);
  padding: 0.8rem 1.2rem;
  -webkit-border-radius: 68px;
  -moz-border-radius: 68px;
  -ms-border-radius: 68px;
  -o-border-radius: 68px;
  border: none;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
}

#header .navbar .bookBtn:hover {
  background: linear-gradient(90deg, #4FF4FF -1.91%, #CA59FF 100%);
}

#header .navbar .navbar-toggler i {
  font-size: 4rem;
  color: #fff;
}

#headerAndBanner {
  background-image: url(../images/banner.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: #0D0D12;
  position: relative;
}

#headerAndBanner .dualIcons .left {
  position: absolute;
  left: 3%;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}

#headerAndBanner .dualIcons .right {
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}

#headerAndBanner #banner {
  padding: 18rem 0;
  text-align: center;
}

#headerAndBanner #banner .bannerTitle {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 5.6rem;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 7.2rem;
  max-width: 65.8rem;
  margin: 0 auto;
}

#headerAndBanner #banner .bannerTitle span {
  background: linear-gradient(90deg, #B026F1 47.15%, #39F1FD 87.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#headerAndBanner #banner .bannerTitleTutorials {
  max-width: 78rem;
}

#headerAndBanner #banner .bannerText {
  font-size: 1.8rem;
  padding: 2.4rem 0;
  color: #fff;
  font-weight: 400;
  max-width: 65.8rem;
  margin: 0 auto;
}

#headerAndBanner .termsBannerIcons {
  max-width: 22rem;
}

#headerAndBanner .termsBannerIcons.left {
  left: 5%;
}

#headerAndBanner .termsBannerIcons.right {
  right: 5%;
}

.sectionTitle.white {
  -webkit-text-fill-color: #fff;
}

.learBtn {
  font-size: 1.8rem;
  font-weight: 600;
  color: #0D0D12;
  padding: 1.6rem 2.8rem;
  box-shadow: 0px 8px 12px 0px rgba(46, 61, 156, 0.3);
  border-radius: 6.8rem;
  color: #000;
  background: #fff;
  border: none;
}

.learBtn img {
  padding-left: 1rem;
}

.learBtn:hover {
  background: linear-gradient(90deg, #C343FF -1.91%, #39F1FD 100%);
  color: #fff;
}

.sectionTitle {
  text-align: center;
  font-size: 4.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 6rem;
  letter-spacing: -0.96px;
  background: linear-gradient(90deg, #C343FF -1.91%, #39F1FD 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#feature {
  padding: 8rem 0;
  background-image: url(../images/featuresBG.png);
  background-repeat: no-repeat;
  background-size: cover;
}

#feature .sectionTitle {
  padding-bottom: 8rem;
  text-align: center;
}

#feature .allTecqnology .card {
  background: transparent;
  border: none;
}

#aboutUs {
  padding: 8rem 0;
}

#aboutUs .sectionTitle {
  text-align: left;
  color: #fff;
  -webkit-text-fill-color: #fff;
}

#aboutUs .details {
  font-size: 1.6rem;
  padding-top: 2.7rem;
  color: #fff;
}

#aboutUs .details * {
  color: #fff;
}

.details {
  font-size: 1.6rem;
  padding-top: 2.7rem;
  color: #fff;
}

.details * {
  color: #fff;
}

#howItWorks {
  padding: 8rem 0;
}

#howItWorks .sectionTitle {
  color: #fff;
  -webkit-text-fill-color: #fff;
  text-align: left;
  padding-bottom: 4rem;
}

#howItWorks .card {
  border-radius: 16px;
  border: 1px solid rgba(144, 158, 255, 0.22);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  height: 100%;
  padding: 2.4rem;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
}

#howItWorks .card .card-title {
  color: #FFF;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.2rem;
}

#howItWorks .card .card-text {
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  padding-top: 1rem;
  line-height: 2.6rem;
}

#howItWorks .card:hover {
  background: rgba(255, 255, 255, 0.4078431373);
}

#whatStudentsSay .sectionTitle {
  color: #fff;
  -webkit-text-fill-color: #fff;
  text-align: left;
}

#whatStudentsSay .allReview {
  padding-top: 6.4rem;
}

#whatStudentsSay .allReview .card {
  border-radius: 16px;
  background: #1C1C26;
  box-shadow: 0px 4px 14px 0px rgba(67, 89, 124, 0.14);
  padding: 3.12rem 2.4rem;
}

#whatStudentsSay .allReview .card .img-comma {
  max-width: 4.4rem;
}

#whatStudentsSay .allReview .card .reviewTxt {
  padding: 2.4rem 0;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  font-style: italic;
}

#whatStudentsSay .allReview .card .stars img {
  margin-right: 0.45rem;
}

#whatStudentsSay .allReview .card .author {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  padding-top: 1rem;
  display: inline-block;
}

#whatStudentsSay .allReview .review-5 {
  margin-top: -4.5rem;
}

#whatStudentsSay .allReview .review-8 {
  margin-top: -2.5rem;
}

#whatStudentsSay .allReview .review-12 {
  margin-top: -17rem;
}

#whatStudentsSay .allReview .review-14 {
  margin-top: -14.5rem;
}

#brands .sectionTitle {
  text-align: left;
  -webkit-text-fill-color: #fff;
  text-align: left;
}

#brands .allBrandsCtrl {
  padding-top: 6rem;
}

#brands .allBrandsCtrl .card {
  border: none;
  background: transparent;
  text-align: start;
  justify-content: start;
  margin-bottom: 1.75rem;
}

#brands .allBrandsCtrl .card img {
  height: 5.3rem;
  margin: 0 auto;
  width: 27.6rem;
}

.brandsTwo {
  background: #FFF !important;
  padding: 6rem 0;
}

.brandsTwo .sectionTitle {
  text-align: center !important;
  -webkit-text-fill-color: #475467 !important;
}

.brandsTwo .card {
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 4px 40px 0px rgba(53, 54, 66, 0.2);
  padding: 2.5rem 4rem;
  max-width: 90%;
}

.pt-90 {
  padding-top: 9rem;
}

#ourCourse {
  padding: 8rem 0;
}

#ourCourse .sectionTitle {
  text-align: left;
  -webkit-text-fill-color: #fff;
  text-align: left;
}

#ourCourse .sectionSubTitle {
  font-size: 2.4rem;
  font-weight: 400;
  color: #fff;
  line-height: 3.4rem;
  padding-top: 2rem;
}

#ourCourse .coursePart {
  padding-top: 8rem;
}

.sectionSmlTitle {
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 3.4rem;
  padding-bottom: 4rem;
  color: #fff;
}

.courseLinks .card {
  border-radius: 12px;
  border: 1px solid var(--Sub-Heading, #475467);
  background: #1C1C26;
  height: 100%;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  transition: 0.3 all;
  -webkit-transition: 0.3 all;
  -moz-transition: 0.3 all;
  -ms-transition: 0.3 all;
  -o-transition: 0.3 all;
}

.courseLinks .card a {
  padding: 1.6rem 2.4rem;
  width: 100%;
  display: block;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 2rem;
  font-weight: 600;
  color: #E8DCEA;
  text-decoration: none;
}

.courseLinks .card a span {
  color: #76D6FF;
  display: inline-block;
  width: 15rem;
}

.courseLinks .card:hover {
  background: rgba(255, 255, 255, 0.4078431373);
}

#ourBlogs .smlTitle {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
}

#ourBlogs .sectionTitle {
  -webkit-text-fill-color: #fff;
  color: #fff;
  text-align: center;
  padding-top: 1.2rem;
  padding-bottom: 2.4rem;
}

#ourBlogs .sectionSubTitle {
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
}

#ourBlogs .allBlogs {
  padding-top: 8rem;
}

#ourBlogs .allBlogs .card {
  height: 100%;
  border: none;
  background: transparent;
}

#ourBlogs .allBlogs .card .card-img-top {
  border-radius: 1.6rem;
}

#ourBlogs .allBlogs .card .card-body {
  padding-top: 2rem;
}

#ourBlogs .allBlogs .card .card-body .blogSlag {
  font-size: 1.4rem;
  font-weight: 600;
  color: #0075FF;
}

#ourBlogs .allBlogs .card .card-body a {
  text-decoration: none;
}

#ourBlogs .allBlogs .card .card-body .card-title {
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 600;
  color: #fff;
  padding: 0.8rem 0;
  display: flex;
  align-items: start;
  justify-content: space-between;
}

#ourBlogs .allBlogs .card .card-body .card-text {
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
}

#ourBlogs .allBlogs .card .card-footer {
  padding-top: 2rem;
}

#ourBlogs .allBlogs .card .card-footer .authorInfo {
  padding-left: 1.2rem;
}

#ourBlogs .allBlogs .card .card-footer .authorTitle {
  font-size: 1.4rem;
  color: #fff;
  font-style: normal;
  font-weight: 600;
}

#ourBlogs .allBlogs .card .card-footer .date {
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
}

#footer {
  padding: 8rem 0;
  background-image: url(../images/footer-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-bottom: 0;
}

#footer .footerTitle {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  color: #fff;
}

#footer .footerLinks li,
#footer .footerLinks li>a {
  color: #EAECF0;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
  position: relative;
}

#footer .footerLinks li {
  text-transform: capitalize;
  padding-top: 1.2rem;
}

#footer .footerLinks li a {
  display: inline-block;
}

#footer .footerLinks li a span {
  position: absolute;
  color: #FFF;
  text-align: center;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  padding: 0.15rem 0.75rem;
  line-height: 1.8rem;
  border: 2px solid #fff;
  border-radius: 2rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  -ms-border-radius: 2rem;
  -o-border-radius: 2rem;
  left: 107%;
  top: 0;
}

#footer .subscription .footerTitle {
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
  padding-bottom: 1.6rem;
}

#footer .subscription form {
  display: flex;
  align-items: center;
}

#footer .subscription form input[type=email] {
  border-radius: 33px;
  border: 1px solid #D0D5DD;
  background: #FFF;
  color: #667085;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  padding: 1rem 1.4rem;
}

#footer .subscription form .submitBtn {
  border-radius: 4.5rem;
  font-size: 1.6rem;
  color: #fff;
  padding: 1rem 2.4rem;
  background: #0075FF;
  margin-left: 1rem;
}

.copyright {
  border-top: 1px solid #475467;
  padding: 3rem 0;
  margin-top:50px;
}

.copyright .copyTxt {
  color: #D0D5DD;
  font-size: 1.6rem;
  opacity: 0.85;
}

.copyright .footerLinks li {
  color: #D0D5DD;
  font-size: 1.6rem;
  padding-left: 1.6rem;
  opacity: 0.85;
}

.copyright .footerLinks li a {
  color: #D0D5DD;
  font-size: 1.6rem;
  text-decoration: none;
  opacity: 0.85;
}

#ourCourses {
  padding: 8rem 0;
}

#ourCourses .sectionTitle {
  -webkit-text-fill-color: #fff;
  color: #fff;
  padding-bottom: 6rem;
}

.singleTutorial {
  padding: 2.4rem;
  border-radius: 16px;
  background: #1C1C26;
  margin-bottom: 2.7rem;
}

.singleTutorial .totalTutorials {
  color: #FFF;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2rem;
  padding: 8px 14px;
  margin-top: 4rem;
  margin-bottom: 1.6rem;
  border-radius: 60px;
  display: inline-block;
  border: 1px solid var(--Sub-Heading, #475467);
}

.fit-content {
  width: fit-content !important;
}

#tutorialDetailsHeaderAndBanner {
  background: url(../images/tutorialDetailsBanner.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 6rem;
}

#tutorialDetailsHeaderAndBanner .tutorialTitle {
  color: #FFF;
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 7rem;
  padding: 3rem 0;
}

#tutorialDetailsHeaderAndBanner .rating h3 {
  color: #FFF;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-right: 1rem;
}

#tutorialDetailsHeaderAndBanner .rating h5 {
  color: #FFF;
  font-size: 2.4rem;
  font-style: normal;
  padding-left: 1rem;
  font-weight: 500;
  line-height: normal;
}

#tutorialDetailsHeaderAndBanner .rating .stars i {
  font-size: 1.8rem;
  color: #EF915C;
  margin: 0 0.15rem;
}

#tutorialDetailsHeaderAndBanner .courseInfo {
  padding-top: 4.2rem;
}

#tutorialDetailsHeaderAndBanner .courseInfo h6 {
  color: #FFF;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  padding: 0.8rem 0;
  line-height: normal;
}

#tutorialDetailsHeaderAndBanner .courseInfo h6 i {
  padding-right: 1rem;
}

#tutorialDetailsHeaderAndBanner .courseInfo h6 a {
  text-decoration: underline;
  color: #0075FF;
  text-transform: uppercase;
}

.bredCrumbsCtrl * {
  color: #fff;
}

.bredCrumbsCtrl .breadcrumb-item {
  margin-right: 1rem;
  font-size: 1.4rem;
  color: #fff;
}

.bredCrumbsCtrl .breadcrumb-item i {
  font-size: 1.6rem;
}

.bredCrumbsCtrl .breadcrumb-item a {
  text-decoration: none;
}

.bredCrumbsCtrl .active span {
  border-radius: 6px;
  background: rgba(249, 250, 251, 0.1);
  font-size: 1.4rem;
  font-style: normal;
  padding: 0.3rem 0.5rem;
  font-weight: 600;
  color: #76D6FF;
}

.bredCrumbsCtrl .breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
}

#courseDetailsIntro {
  padding: 8rem 0;
  background: #0D0D12;
}

#courseDetailsIntro .introTxt {
  color: #fff;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.4rem;
}

#courseDetailsIntro .introTxt a {
  text-decoration: underline;
  color: #fff;
}

#courseDetailsIntro .introTxt span {
  display: block;
  padding: 1rem 0;
}

#courseDetailsIntro .introDetails {
  color: #fff;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.4rem;
}

#courseDetailsIntro .introDetails a {
  text-decoration: underline;
  color: #fff;
}

#courseDetailsIntro .introDetails .colored {
  color: #0075FF;
}

#practiceCoding .contentsList {
  padding: 1.6rem;
  border-radius: 1.6rem;
  -webkit-border-radius: 1.6rem;
  -moz-border-radius: 1.6rem;
  -ms-border-radius: 1.6rem;
  -o-border-radius: 1.6rem;
  background-color: #1C1C26;
}

#practiceCoding .contentsList .accordion {
  background-color: transparent;
}

#practiceCoding .contentsList .accordion * {
  border: none !important;
  outline: none !important;
}

#practiceCoding .contentsList .accordion-item {
  border: none;
  background-color: transparent;
}

#practiceCoding .contentsList .accordion-item .accordion-header {
  background-color: transparent;
  border: none;
}

#practiceCoding .contentsList .accordion-item .accordion-header button {
  border: none;
  background-color: transparent;
  color: #667085;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

#practiceCoding .contentsList .accordion-body {
  background: #0D0D12;
}

#practiceCoding .contentsList .accordion-body ul li {
  color: #9CAABC;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  list-style: none;
  padding: 0.8rem 0;
}

#practiceCoding .contentsList .accordion-body ul li a {
  text-decoration: none;
  color: #9CAABC;
}

#practiceCoding .contentsList .accordion-body ul li.active {
  color: #0075FF;
  border-radius: 6px;
  background: #1C1C26;
}

#practiceCoding .contentsList .accordion-body ul li.active a {
  color: #0075FF;
}

#practiceCoding .contentsList .accordion-body ul li.active a:before {
  content: "•";
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

#practiceCoding .tutorialDetailsRIght .sectionTitle {
  color: #fff;
  -webkit-text-fill-color: #fff;
  text-align: left;
}

#practiceCoding .tutorialDetailsRIght .details {
  font-size: 1.6rem;
  font-weight: 400;
  padding: 1.5rem 0;
  color: #fff;
}

#practiceCoding .tutorialDetailsRIght .practiceCodePlate .singleCodeBox {
  padding: 2rem 0;
}

#practiceCoding .tutorialDetailsRIght .practiceCodePlate .singleCodeBox .innerCodeTitle {
  color: #FFF;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 600;
  padding-bottom: 1.8rem;
  line-height: 3rem;
}

#practiceCoding .tutorialDetailsRIght .practiceCodePlate .singleCodeBox ul li {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 0.5rem 0;
}

#practiceCoding .tutorialDetailsRIght .practiceCodePlate .singleCodeBox ul li a {
  color: #fff;
}

#practiceCoding .tutorialDetailsRIght .practiceCodePlate .singleCodeBox .codPl {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 400;
  padding: 0.5rem 0;
  overflow: hidden;
}

#practiceCoding .tutorialDetailsRIght .practiceCodePlate .singleCodeBox .codeDet {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 0.5rem 0;
}

#practiceCoding .accordion-button:not(.collapsed)::after {
  background-image: url(../images/arrow-top.png);
}

#practiceCoding .accordion-button::after {
  background-image: url(../images/arrow-top.png);
  height: 2.5rem;
  width: 2.5rem;
  background-size: 2.5rem;
}

#practiceCoding .accordion-button:not(.collapsed) {
  box-shadow: none;
}

#ninjas {
  padding: 6rem 0;
}

#ninjas .userInfo {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 400;
  padding: 0.5rem 0;
  padding-top: 2rem;
}

.whiteNinjas {
  background: #fff !important;
}

.whiteNinjas .userInfo {
  font-size: 1.6rem;
  color: #000 !important;
  font-weight: 400;
  padding: 0.5rem 0;
  padding-top: 2rem;
}

#toolsByCode {
  padding: 8rem 0;
}

#toolsByCode .sectionTitle {
  color: #fff;
  -webkit-text-fill-color: #fff;
}

.allTools {
  padding-top: 8rem;
}

.allTools .card {
  border: none;
  padding: 3.2rem;
  border-radius: 1.6rem;
  background: url(../images/card-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 1.6rem;
  -moz-border-radius: 1.6rem;
  -ms-border-radius: 1.6rem;
  -o-border-radius: 1.6rem;
}

.allTools .card .card-title {
  color: #FFF;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 600;
  padding-top: 1.6rem;
  line-height: 5.2rem;
}

.allTools .card .card-text {
  color: #FFF;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.4rem;
}

.allTools .card .useBtn {
  margin-top: 2.4rem;
  padding: 0.8rem 2rem;
  border-radius: 5rem;
  background: #D2D2D4;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  -webkit-border-radius: 5rem;
  -moz-border-radius: 5rem;
  -ms-border-radius: 5rem;
  -o-border-radius: 5rem;
  color: #0075FF;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
}

.allTools .card .useBtn:hover {
  background: #fff;
}

.searchInsta {
  max-width: 66rem;
  margin: 0 auto;
}

.searchInsta input {
  padding: 1.6rem 2rem;
  color: #626662;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  border-radius: 0.8rem;
  -webkit-border-radius: 0.8rem;
  -moz-border-radius: 0.8rem;
  -ms-border-radius: 0.8rem;
  -o-border-radius: 0.8rem;
  line-height: 2rem;
  letter-spacing: 0.1px;
}

.searchInsta .findBtn {
  padding: 1rem 2.5rem;
  color: #FFF;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2rem;
  letter-spacing: 0.1px;
  background: #0075FF;
  border-radius: 0.8rem;
  -webkit-border-radius: 0.8rem;
  -moz-border-radius: 0.8rem;
  -ms-border-radius: 0.8rem;
  -o-border-radius: 0.8rem;
}

.searchInsta .findBtn i {
  margin-right: 1rem;
}

.searchInsta .singleInput {
  position: relative;
  margin-top: 3.2rem;
}

.searchInsta .singleInput .findBtn {
  position: absolute;
  right: 0.8rem;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}

#howToFInd {
  padding: 8rem 0;
  background: #1A1F2F;
}

#howToFInd .singleHow {
  margin-bottom: 4rem;
}

#howToFInd .singleHow .findTitle {
  color: #FFF;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 4.4rem;
  padding-bottom: 1.6rem;
}

#howToFInd .singleHow .howList {
  padding-top: 1.6rem;
}

#howToFInd .singleHow .howList li {
  color: #FFF;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.6rem;
}

#howToFInd .singleHow .howDetails {
  color: #FFF;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.6rem;
}

#howToFInd .singleHow .limitOffer {
  border-radius: 16px;
  background: linear-gradient(90deg, rgba(176, 38, 241, 0.5) -1.91%, rgba(57, 241, 253, 0.5) 100%);
  box-shadow: 0px 6px 32.9px 0px rgba(135, 45, 210, 0.2);
  backdrop-filter: blur(20px);
  padding: 2.4rem;
}

#howToFInd .singleHow .limitOffer .card {
  border: none;
  background: transparent;
}

#howToFInd .singleHow .limitOffer .card .card-title {
  color: #FFF;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.52;
}

#howToFInd .singleHow .limitOffer .card .card-text {
  padding: 1.6rem 0;
  color: #FFF;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.2rem;
}

#howToFInd .singleHow .limitOffer .card .card-text a {
  color: #fff;
}

#howToFInd .subscribeBtn {
  padding: 1rem 1.8rem;
  color: #fff;
  background: #0075FF;
  color: #FFF;
  border-radius: 6.8rem;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.4rem;
  -webkit-border-radius: 6.8rem;
  -moz-border-radius: 6.8rem;
  -ms-border-radius: 6.8rem;
  -o-border-radius: 6.8rem;
  width: fit-content;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
}

#howToFInd .subscribeBtn:hover {
  background: #fff;
  color: #0075FF;
}

#howToFInd .findTitle {
  color: #FFF;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.6rem;
  padding-bottom: 1.2rem;
  padding-top: 1.2rem;
}

#howToFInd .moreToolList li {
  margin: 2rem 0;
}

#howToFInd .moreToolList li a {
  display: flex;
  text-decoration: none;
  padding: 3.2rem;
  opacity: 0.8;
  align-items: center;
  justify-content: start;
  border-radius: 1.6rem;
  color: #FFF;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 5.2rem;
  background: url(../images/icon-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 1.6rem;
  -moz-border-radius: 1.6rem;
  -ms-border-radius: 1.6rem;
  -o-border-radius: 1.6rem;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
}

#howToFInd .moreToolList li a img {
  margin-right: 1.6rem;
}

#howToFInd .moreToolList li a:hover {
  background: rgba(255, 255, 255, 0.4078431373);
}

#loginForm {
  padding-top: 8rem;
}

#loginForm .loginTitle {
  color: #FFF;
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 3.8rem;
}

#loginForm .loginTxt {
  color: #B8BFCA;
  font-size: 1.6rem;
  font-style: normal;
  padding-top: 1.2rem;
  font-weight: 400;
  line-height: 2.4rem;
}

#loginForm form {
  padding: 3.2rem 0;
}

#loginForm form .singleInput {
  margin: 2rem 0;
}

#loginForm form .singleInput label {
  color: #B8BFCA;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
  margin-bottom: 0.6rem;
}

#loginForm form .singleInput input[type=text],
#loginForm form .singleInput input[type=email],
#loginForm form .singleInput input[type=password] {
  overflow: hidden;
  color: var(--Gray-500, var(--Gray-500, #667085));
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  padding: 1rem 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(21px);
}

#loginForm form .singleInput input::placeholder {
  color: #667085;
}

#loginForm form .singleInput .passwordRoule {
  display: block;
  color: #475467;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
}

#loginForm form .form-check {
  color: #B8BFCA;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
}

#loginForm form .forgotPass {
  color: #76D6FF;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  line-height: 2rem;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
}

#loginForm form .forgotPass:hover {
  color: #fff;
}

#loginForm .signInBtn {
  color: #FFF;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  background: #0075FF;
  width: 100%;
  line-height: 2.4rem;
  border-radius: 8px;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  padding: 1rem 1.6rem;
  transition: 0.3s all;
}

#loginForm .signInBtn img {
  margin-right: 1.2rem;
}

#loginForm .signInBtn:hover {
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.06);
}

#loginForm .googleBtn {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(21px);
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
}

#loginForm .googleBtn:hover {
  background: #0075FF;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

#loginForm .dontHav {
  text-align: center;
  color: #B8BFCA;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
  padding-top: 3.2rem;
}

#loginForm .dontHav a {
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  color: #0075FF;
  margin-left: 0.5rem;
  text-decoration: none;
  font-weight: 500;
}

#loginForm .dontHav a:hover {
  color: #fff;
}

#termHead {
  padding: 4rem 0;
  background: #0D0D12;
}

#termHead .termTitle {
  color: #4E98EF;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 4rem;
  text-align: center;
  padding-bottom: 2rem;
}

#termHead .termDetails {
  color: #FFF;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.8rem;
}

#allRoules {
  padding: 6.4rem 0;
}

#allRoules .singleRoule {
  padding: 1rem 0;
}

#allRoules .singleRoule .rouleTitle {
  color: #FFF;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 4rem;
}

#allRoules .singleRoule .rouleList {
  color: #B8BFCA;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.8rem;
  padding: 2rem 0;
  padding-bottom: 0;
}

#allRoules .singleRoule .rouleList li {
  color: #B8BFCA;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.8rem;
  padding-top: 1rem;
}

@media screen and (min-width: 1201px) and (max-width: 1400px) {
  html {
    font-size: 8px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  html {
    font-size: 8px;
  }
}

@media screen and (min-width: 769px) and (max-width: 991px) {
  html {
    font-size: 7px;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 7px;
  }

  #header .navbar .nav-item .active::after {
    display: none;
  }

  #header .navbar .nav-item {
    margin-bottom: 1rem;
  }

  #whatStudentsSay .allReview .review-5 {
    margin-top: 0;
  }

  #whatStudentsSay .allReview .review-8 {
    margin-top: 0;
  }

  #whatStudentsSay .allReview .review-12 {
    margin-top: 0;
  }

  #whatStudentsSay .allReview .review-14 {
    margin-top: 0;
  }
}


/* custom css */
#practiceCoding {
	padding-top:45px;
}
.content-wrap h2{
	text-align: left;
	font-size: 4.8rem;
	font-style: normal;
	font-weight: 600;
	line-height: 6rem;
	letter-spacing: -0.96px;
	background: linear-gradient(90deg, #C343FF -1.91%, #39F1FD 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: #fff;
	color:#fff;
}
.content-wrap h3{
	text-align: left;
	font-size: 2.8rem;
	font-style: normal;
	font-weight: 600;
	line-height: 6rem;
	letter-spacing: -0.96px;
	background: linear-gradient(90deg, #C343FF -1.91%, #39F1FD 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: #fff;
	color:#fff;
}
.content-wrap img,.content-wrap iframe{
	width:100%;
	height:auto;
	border-radius: 8px;
}
.content-wrap p{
	font-size: 1.6rem;
    font-weight: 400;
    padding: 1.5rem 0;
    color: #fff;
}
.content-wrap table{
	font-size: 1.6rem;
    font-weight: 400;
    padding: 1.5rem 0;
    color: #fff;
}
.content-wrap ul li{
	color: #fff;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 0.5rem 0;
}
.content-wrap ol li{
	color: #fff;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 0.5rem 0;
}

.content-wrap .wp-block-syntaxhighlighter-code{
	background: #f3f3f3;
    font-size: 12px;
    padding: 30px;
    border-radius: 8px;
}
.content-wrap a{
	text-decoration: none;
    color: #0064ff;
}

.contentsList.sticky{
	position: sticky;
    top: 30px;
    left: 0;
    right: 0;
}
.contentsList li {
	color: #9CAABC;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    list-style: none;
    padding: 0.8rem 0;
}
.contentsList li a{
	text-decoration: none;
    color: #9CAABC;
}
#alert-message{
  position: absolute;
  margin-top: 75px;
  color: white;
  background: red;
  z-index: 9999999;
  padding: 5px;
  font-size: 10px;
  border-radius: 8px;
}
