body,
html {
  height: 100%;
}

html {
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  font-family: "GeneralSans-Regular";
  overflow-x: hidden;
  background: #fff;
}

@font-face {
  font-family: "GeneralSans-Regular";
  src: url("../fonts/GeneralSans-Regular.woff2") format("woff2"),
    url("../fonts/GeneralSans-Regular.woff") format("woff"),
    url("../fonts/GeneralSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "GeneralSans-Medium";
  src: url("../fonts/GeneralSans-Medium.woff2") format("woff2"),
    url("../fonts/GeneralSans-Medium.woff") format("woff"),
    url("../fonts/GeneralSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "GeneralSans-Semibold";
  src: url("../fonts/GeneralSans-Semibold.woff2") format("woff2"),
    url("../fonts/GeneralSans-Semibold.woff") format("woff"),
    url("../fonts/GeneralSans-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: "GeneralSans-Bold";
  src: url("../fonts/GeneralSans-Bold.woff2") format("woff2"),
    url("../fonts/GeneralSans-Bold.woff") format("woff"),
    url("../fonts/GeneralSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "GeneralSans-Bold";
}

p {
  line-height: 1.6;
  margin: 0 0 1.8em 0;
  font-size: 0.9em;
  font-family: "GeneralSans-Regular";
}

a,
button {
  outline: none;
  transition: all 0.5s ease-out;
  font-family: "GeneralSans-Regular";
}

img.w-100 {
  height: auto;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

button:hover,
.btn-primary:hover,
button:focus,
.btn-primary:focus {
  border-color: none !important;
}

img {
  max-width: 100%;
}

.transition {
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 21;
  top: 0;
  background: #ffffffa3;
  transition: opacity ease-in-out 0.5s, z-index ease-in-out 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}

.transition.hide {
  opacity: 0;
  z-index: -1;
  display: none;
}

.container {
  width: 100%;
  max-width: 1620px;
  margin: 0 auto;
}

#mainwrapper {
  width: 100%;
  display: inline-block;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

#headerwrapper {
  width: 100%;
  display: inline-block;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  background: url(../images/hero_bg.png) no-repeat center top;
}

.navbar-collapse {
  align-items: center;
  justify-content: center;
}

.navbar {
  padding-top: 1.5em;
}

.navbar-expand-lg .navbar-nav .nav-link {
  text-transform: capitalize;
  font-size: 18px;
  color: #272f3a;
  padding: 0 22px;
  font-family: "GeneralSans-Medium";
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #002b6b;
}

a.download_btn {
  display: inline-block;
  font-size: 18px;
  padding: 6px 6px 6px 30px;
  color: #fff;
  line-height: 1;
  border-radius: 100px;
  border: 2px solid #fff;
  font-family: "GeneralSans-Medium";
}

a.download_btn span {
  background: #fff;
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 100px;
  text-align: center;
  line-height: 37px;
  margin-left: 15px;
}

a.download_btn:hover {
  background: #907bf0;
  color: #fff;
  text-decoration: none;
  border: 2px solid #907bf0;
}

.navbar-nav .nav-item {
  position: relative;
}

.hero-slider {
  width: 100%;
  display: inline-block;
  padding: 0 0 0 0;
}

.hero-slider .orange {
  background: #ffeed2;
  border-radius: 26px;
}

.hero-slider .yellow {
  background: #f3f0d1;
  border-radius: 26px;
}

.hero-slider .purple {
  background: #e1e9fe;
  border-radius: 26px;
}

.hero-slider .green {
  background: #ecf5d6;
  border-radius: 26px;
}

.hero_banner {
  width: 100%;
  padding: 0;
  display: inline-block;
}

.hero_banner .slogan {
  text-align: center;
  width: 100%;
  display: inline-block;
  padding: 5em 0;
}

.hero_banner .slogan h1 {
  padding: 0 0 0 0;
  font-size: 62px;
  color: #002b6b;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 600;
  font-family: "GeneralSans-Semibold";
  margin: 0.4em 0 0.4em 0;
}

.hero_banner .slogan p {
  padding: 0 0 0 0;
  font-size: 24px;
  color: #414d60;
  font-family: "GeneralSans-Medium";
  line-height: 30px;
  margin: 0;
}

.download-now {
  display: inline-flex;
  font-size: 20px;
  padding: 12px 30px;
  color: #002b6b;
  line-height: 1;
  border-radius: 100px;
  background: #fff;
  font-family: "GeneralSans-Medium";
  width: auto;
  align-items: center;
  gap: 10px;
}

.download-now:hover {
  color: #ffffff;
  text-decoration: none;
  background: #907bf0;
}

.pedding0 {
  padding: 0;
}

.hero-slider .swiper-slide img {
  border-radius: 26px;
}

#middelwrapper {
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.brand_section {
  width: 100%;
  display: inline-block;
  padding: 4em 0;
}

.brand_boxline {
  width: 100%;
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 4em;
}

.brand_boxline li {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.brand_boxline p {
  padding: 0 0 1.5em 0;
  font-size: 20px;
  color: #414d60;
  font-family: "GeneralSans-Medium";
  line-height: 30px;
  margin: 0;
  width: 100%;
}

.courses_section {
  width: 100%;
  display: inline-block;
  padding: 4em 0;
}

.courses_section .row {
  align-items: center;
}

.number_box {
  width: 100%;
  display: inline-block;
  border: 1px solid #edeef0;
  border-radius: 22px;
  padding: 2em;
  margin: 0 0 1.8em 0;
}

.number_box h3 {
  width: 100%;
  display: inline-block;
  font-family: "GeneralSans-Medium";
  font-size: 24px;
  color: #414d60;
  padding: 1em 0 0 0;
}

.number_text {
  padding-left: 1.5em;
  margin-bottom: 1.8em;
}

.number_text h2 {
  width: 100%;
  display: inline-block;
  font-family: "GeneralSans-Semibold";
  font-size: 44px;
  color: #002b6b;
  padding: 0 0 0 0;
}

.number_text p {
  width: 100%;
  display: inline-block;
  font-family: "GeneralSans-Medium";
  font-size: 20px;
  color: #414d60;
  padding: 1em 0 0 0;
  margin: 0;
}

.about_section {
  width: 100%;
  display: inline-block;
  padding: 4em 0;
}

.about_section h2 {
  width: 100%;
  display: inline-block;
  font-family: "GeneralSans-Semibold";
  font-size: 48px;
  color: #002b6b;
  padding: 0 0 0 0;
}

.about_section p {
  width: 100%;
  display: inline-block;
  font-family: "GeneralSans-Medium";
  font-size: 20px;
  color: #414d60;
  padding: 1em 0 0 0;
  margin: 0;
}

.about_section .row {
  justify-content: space-between;
  align-items: center;
}

.popular_courses_section {
  width: 100%;
  display: inline-block;
  padding: 4em 0;
  position: relative;
}

.popular_courses_section .row {
  overflow: hidden;
}

.popular_courses_section h2 {
  width: 100%;
  display: inline-block;
  font-family: "GeneralSans-Semibold";
  font-size: 48px;
  color: #002b6b;
  padding: 0 0 0.7em 0;
}

.popular_slider .nav_arrow {
  width: 140px;
  position: absolute;
  top: 16%;
  right: 7%;
}

.swiper-button-next,
.swiper-button-prev {
  -moz-background-size: 20px 26px;
  -webkit-background-size: 20px 26px;
  background-size: 20px 26px;
}

.popular_slider .swiper-button-prev {
  width: 54px;
  height: 54px;
  display: inline-block;
  background: #dedede url(../images/s-arrow-r.png) no-repeat center;
  color: #000;
  border-radius: 100px;
}

.popular_slider .swiper-button-next {
  width: 54px;
  height: 54px;
  display: inline-block;
  background: #0066ff url(../images/s-arrow.png) no-repeat center;
  color: #000;
  border-radius: 100px;
}

.popular_slider .swiper-slide {
  position: relative;
}

.popular_slider .swiper-slide img {
  border-radius: 14px;
}

.popular_slider .info {
  position: absolute;
  left: 0;
  bottom: 1em;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 1em;
}

.popular_slider .info h5 {
  font-family: "GeneralSans-Semibold";
}

.faq_section {
  width: 100%;
  display: inline-block;
  padding: 4em 0;
}

.faq_section h2 {
  width: 100%;
  display: inline-block;
  font-family: "GeneralSans-Semibold";
  font-size: 48px;
  color: #002b6b;
  padding: 0 0 0.7em 0;
}

.accordion-title:before {
  float: right !important;
  font-family: FontAwesome;
  content: "\f068";
  padding-right: 5px;
}

.accordion-title.collapsed:before {
  float: right !important;
  content: "\f067";
}

#accordion {
  width: 100%;
  display: inline-block;
}

#accordion .card {
  width: 100%;
  display: inline-block;
  border: 1px solid #e6e9ea;
  margin: 0.5em 0;
  border-radius: 24px;
  padding: 1em 1em;
}

#accordion .card-header {
  border: 0;
  padding: 0;
  background-color: transparent;
}

#accordion .card-header a {
  font-size: 24px;
  color: #1e242c;
  font-family: "GeneralSans-Medium";
  justify-content: space-between;
  align-items: center;
}

#accordion .card-body {
  font-size: 18px;
  color: #1e242c;
  font-family: "GeneralSans-Medium";
}

.accordion-title.collapsed:before {
  color: #0066ff;
  order: 3;
  line-height: 70px;
  font-size: 20px;
  font-weight: 400;
}

.accordion-title:before {
  color: #0066ff;
  order: 3;
  line-height: 70px;
  font-size: 20px;
  font-weight: 400;
}

#accordion .card-link span {
  width: 60px;
  height: 60px;
  float: left;
  background: #edeef0;
  text-align: center;
  border-radius: 50px;
  line-height: 56px;
  margin-right: 20px;
  color: #002b6b;
  font-size: 18px;
  font-family: "GeneralSans-Medium";
}

.ready_to_section {
  width: 100%;
  display: inline-block;
  padding: 2em 0 4em 0;
}

.ready_to {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #706fe5;
  background: linear-gradient(
    90deg,
    rgba(112, 111, 229, 1) 0%,
    rgba(62, 62, 127, 1) 100%
  );
  border-radius: 30px;
  padding: 3em 3em;
}

.ready_to_section h3 {
  width: 100%;
  display: inline-block;
  font-family: "GeneralSans-Semibold";
  font-size: 54px;
  color: #fff;
  padding: 0 0 0em 0;
  line-height: 1;
}

.ready_to_section p {
  font-size: 18px;
  color: #fff;
  font-family: "GeneralSans-Medium";
  margin: 0;
}

/* .footerwrapper {
  width: 100%;
  display: inline-block;
  padding: 4em 0 2em 0;
  background: url(../images/footer_bg.png) no-repeat center center;
  background-size: cover;
}
.footerwrapper .footer-logo img {
  filter: drop-shadow(2px 4px 6px black);
}

.footer_row {
  width: 100%;
  display: flex;
  padding: 0 0 0 0;
  gap: 5em;
}

.footer_row .f-col1 {
  width: 40%;
  display: inline-block;
}

.footer_row .f-col1 span {
  padding-bottom: 2em;
  display: inline-block;
}

.footer_row .f-col1 p {
  font-size: 18px;
  color: #282828;
  font-family: "GeneralSans-Medium";
  margin: 1.5em 0 0 0;
}

.footer_row .f-col2 {
  width: 20%;
  display: inline-block;
}

.footer_row .f-col2 h6 {
  width: 100%;
  display: inline-block;
  font-family: "GeneralSans-Semibold";
  font-size: 24px;
  color: #282828;
  padding: 0 0 0.7em 0;
}

.footermenu {
  width: 100%;
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footermenu li {
  width: 100%;
  display: inline-block;
  margin: 0.5em 0 0.5em 0;
}

.footermenu li a {
  font-size: 18px;
  color: #282828;
  font-family: "GeneralSans-Medium";
  text-decoration: none;
} */

.copyright {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 2em;
}

.social {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.social li {
  display: inline-block;
  margin: 0 0.5em;
}

.social li a {
  text-decoration: none;
}

.copyright p {
  font-size: 18px;
  color: #282828;
  font-family: "GeneralSans-Medium";
  margin: 0 0 0 0;
}

/* footer css ******************************************************************************/
#footer p {
  color: #1e242c;
  font-size: 18px;
}
#footer .end-box p {
  margin-bottom: 0;
}
#footer a {
  color: #1e242c;
  text-decoration: none !important;
}
#footer ul {
  list-style-type: none;
}

#footer .top-box li {
  color: #1e242c;
}
#footer .top-box .logo-box img {
  max-width: 90px;
  margin-bottom: 30px;
  filter: drop-shadow(2px 4px 6px black);
}
#footer .top-box h5 {
  margin-bottom: 30px;
  font-family: "Rubik-SemiBold";
  font-size: 20px;
}
#footer .top-box .list-box li:not(:last-child) {
  margin-bottom: 20px;
}
#footer .top-box .link-box ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
  margin-top: 20px;
}

#footer {
  background: url("../images/footer_bg.png");
  padding: 80px 0;
  background-size: 100% 100%;
}

#footer .box3 li img {
  max-width: 25px;
  margin-right: 12px;
}
#footer .box3 li:not(:last-child) {
  margin-bottom: 20px;
}
#footer .box3 p {
  color: #1e242c;
  margin-bottom: 5px;
}
#footer .end-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  border-top: 1px solid var(--gray);
  padding-top: 50px;
}

#footer .end-box ul {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0;
}

#footer .end-box ul i {
  font-size: 25px;
  color: #002b6b;
}
