* {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}

header {
  width: 100%;
}

.top {
  width: 100%;
  background-color: #161439;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ebebeb;
}

.top-bar {
  width: 70%;
  height: 40px;

  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.top-bar ul li {
  list-style: none;
  display: inline;
  font-size: 14px;
  margin-left: 15px;
}

.top-right {
  display: flex;
}

.navbar {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.nav {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo {
  width: 15%;
}

.logo img {
  width: 100%;
}

.menu {
  width: 35%;
  text-align: center;
}

.menu ul li {
  list-style: none;
  display: inline;
  margin: 0px 0px 0px 20px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: black;
}

.menu a{
  list-style: none;
  text-decoration: none;
  display: inline;
  margin: 0px 0px 0px 20px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: black;
}

.search-bar {
  width: 35%;
  border: 1px solid rgb(209, 209, 209);
  border-radius: 30px;
  padding: 5px;
}

.search-bar select {
  border-radius: 30px;
  width: 30%;
  border: none;
  padding: 10px;
  font-size: 14px;
}

.search-bar input {
  width: 55%;
  border: none;
  padding: 10px;
  font-size: 14px;
}

.search-bar input {
  border: none;
}

.search-bar button {
  width: 10%;
  font-size: 12px;
  border-radius: 50px;
  padding: 10px 15px 10px 15px;
  background-color: #6059f7;
  color: white;
  border: none;
  cursor: pointer;
}

.nav-links {
  width: 20%;
  display: flex;
  justify-content: center;
}

.shop-btn {
  display: flex;
  gap: 15px;
}

.shop-btn a {
  font-size: 12px;
  border-radius: 50px;
  padding: 10px 15px 10px 15px;
  background-color: #6059f7;
  color: white;
  border: none;
  cursor: pointer;
}

.shop-btn button {
  border-radius: 15px;
  padding: 0px 20px;
  background-color: rgb(243, 171, 15);
  color: black;
  font-weight: 600;
  font-size: 14px;
  border: none;
  cursor: pointer;
}

.hero-section {
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  height: 550px;
  background-color: #f6eef9;
  /* background-image: url("/../assets/img/img4611.jpg"); */
}

/* .line{
  width: 100%;
} */

#bg1 {
  flex-wrap: wrap;
  height: 200px;
  position: absolute;
  transform: scaleX(-1);
  margin-left: -60px;
}

/* #bg2{
  margin-top: 232px;
  height: 200px;
  margin-right: 211px;
} */

.hero {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
  top: 0;
  z-index: 1;
}

.hero-i {
  width: 50%;
  line-height: 70px;
}

.hero-ii {
  width: 50%;
  display: flex;
}

.imgs {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.imgs img {
  width: 100%;
  max-height: 600px;
  position: absolute;
}

#bg2 {
  width: 400px;
  margin-top: 0px;
  margin-left: 25px;
}

#bg22 {
  width: 300px;
  margin-left: -491px;
  margin-top: 41px;
}

#bg3 {
  width: 300px;
}

.title1 {
  font-size: 40px;
  font-weight: 500;
  line-height: 40px;
}

.title2 {
  font-size: 40px;
  font-weight: 500;
}

.title2 span {
  font-size: 40px;
  font-weight: 700;
}

.tagline {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.free-trail-btn {
  border-radius: 15px;
  padding: 10px 20px 10px 20px;
  background-color: #6059f7;
  color: white;
  font-weight: 400;
  font-size: 14px;
  box-shadow: 4px 7px black;
  border: none;
  cursor: pointer;
}

.top-category {
  width: 100%;
  padding: 60px 0px 60px 0px;
  display: grid;
  align-self: center;
  justify-items: center;
}

.top-cat-content {
  width: 70%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.title-heading {
  border: none;
  border-radius: 20px;
  padding: 7px 15px;
  color: #4940f8;
  font-size: 14px;
  background-color: #6159f731;
  font-weight: 500;
}

.top-cat-content :nth-child(2) {
  font-size: 34px;
  font-weight: 700;
  line-height: 60px;
}

.top-cat-content :nth-child(3) {
  font-size: 12px;
  font-weight: 500;
}

.cat-container {
  width: 70%;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  background-color: #f7f7f9;
  border-radius: 180px;
  padding: 50px;
}

.cat {
  padding: 10px;
  text-align: center;
}

.cat img {
  width: 70px;
  border: 1px solid #b5b5b6;
  color: #4940f8;
  padding: 30px;
  border-radius: 180px;
}

.cat h1 {
  font-size: 16px;
}

.logos-ribben {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(24, 24, 24);
}

.brand-logo {
  justify-content: center;
  width: 100%;
  padding: 10px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  overflow: hidden;
}

.brand-logo span > img {
  width: 150px;
}

.about-section {
  padding: 60px 0px 60px 0px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.about-container {
  width: 70%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.about-content :nth-child(2) {
  margin-top: 20px;
}
.about-content :nth-child(3) {
  margin-top: 20px;
  width: 80%;
}
.about-content :nth-child(4) {
  margin-top: 20px;
}

.about-content {
  width: 40%;
}
.about-img {
  width: 60%;
  text-align: center;
}
.about-img img {
  width: 70%;
}

.course-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #f0ecfa;
}

.course-container {
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  padding: 60px 0px 60px 0px;
}

.courses {
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  overflow: hidden;
  padding: 0px 0px 60px 0px;
}

.course-card {
  background-color: rgb(255, 255, 255);
  /* padding: 0 7px 20px 7px; */
  border: 1px solid #dbdbdb;
  border-radius: 7px;
}

.card {
  padding: 20px;
}

.course-thumb img {
  width: 100%;
  border-radius: 7px;
}

.cat-rev {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}

.cat-rev :first-child {
  border: none;
  border-radius: 20px;
  padding: 3px 7px;
  color: #131313;
  font-size: 12px;
  background-color: #6159f731;
  font-weight: 500;
}

.cat-rev :nth-child(2) {
  border: none;
  border-radius: 20px;
  color: #131313;
  font-size: 12px;
  font-weight: 500;
}

.course-title {
  margin-top: 20px;
  font-size: 14px;
  text-align: left;
  font-weight: 500;
  line-height: 20px;
}

.author {
  margin-top: 10px;
  font-size: 12px;
  text-align: left;
  font-weight: 500;
  line-height: 20px;
}

.btn-price {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.enroll-btn {
  border-radius: 15px;
  padding: 5px 10px 5px 10px;
  background-color: #f1d42d;
  color: black;
  font-weight: 600;
  font-size: 12px;
  box-shadow: 4px 7px black;
  border: none;
  cursor: pointer;
}

.price {
  font-size: 14px;
  color: black;
  font-weight: 500;
}

.subscribe {
  background-color: #4940f8;
  display: flex;
  justify-content: center;
  margin-bottom: 0px;
}

.subs-container {
  height: 300px;
  display: flex;
  width: 70%;
}

.subs-img {
  width: 50%;
  position: relative;
}

.subs-container img {
  position: absolute;
  top: 0;
  left: 0;
}

.subs-form {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: 500;
  gap: 25px;
  z-index: 1;
}

.title1 span {
  font-size: 40px;
  font-weight: 700;
}

.sub-line {
  position: relative;
  z-index: -1;
  top: 0;
}

#a {
  z-index: 1;
  height: 263px;
  margin-top: 37px;
  margin-left: 122px;

}

#b {
  margin-left: 190px;
  height: 200px;
  transform: rotate(140deg);
}

#c {
  height: 200px;
  margin-top: 100px;
}

.subform{
  width: 100%;
  gap: 10px;
}

#email{
  padding: 10px;
  width: 60%;
  border: none;
  border-radius: 30px;
  background-color: #332da5;
  color: white;
  font-size: 16px;
}

#sub-btn{
  border-radius: 30px;
  padding: 10px;
  background-color: #f1d42d;
  color: black;
  font-weight: 600;
  font-size: 14px;
  box-shadow: 4px 7px black;
  border: none;
  cursor: pointer;
}
  
.footer{
  background-color: #06042e;
  padding: 60px 0px 60px 0px;
  height: 200px;
  align-items: center;
  /* display: flex;
  flex-direction: column;
  justify-content: center; */
}

.footer-container{
  width: 70%;
  height: 250px;
  gap: 20px;
  
  margin: auto;
  padding: auto;
  display: grid;
  grid-template-columns: 20% 20% 20% 20%;
  justify-content: center;
}

.footer-box{
  height: 50px;
}

#fo-sep{
  height: 5px;
  width: 50px;
  border-radius: 30px;
  display: block;
  margin-top: 19px;
  margin-bottom: 10px;
  background-color: #4940f8;
}

.footer-box img{
  width: 120px;
}

.footer-box h1{
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}

.footer-box p{
  font-size: 14px;
  font-weight: 500;
  color: rgb(192, 192, 192);
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer-box  ul li{
  list-style: none;
  font-size: 14px;
  font-weight: 500;
  color: rgb(192, 192, 192);
  margin-top: 10px;
}

#f-social{
  display: inline;
  font-size: 18px;
  margin-left: 10px;
  margin-top: 10px;
}

.footer-bottm{
  width: 100%;
  background-color: #4940f8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.f-bottom-content{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  height: 80px;
  color: white;
  font-size: 14px;
}

.f-b-right{
  display: flex;
  justify-content: space-between;
  gap: 10px;
}




/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* %%%%%%%%%%%%%%%%%%%%%%%                       About Page                %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.banner{
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 80px 0;
  background-image: url('/assets/img/img4611.jpg');
  background-position: center center;
}

.banner-container{
  width: 60%;

}

.page-title{
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 600;
}

.banner-container span{
  font-size: 14px;
  font-weight: 500;

}

.active-page{
  color: #4940f8;
}

.list-text{
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.right-arrow{
  font-size: 14px;
  padding: 10px;
  border-radius: 100%;
  color: #f1d42d;
  background-color: #4a45b4;
}
.list-text li{
  list-style: none;
    display: flex;
  font-size: 16px;
  margin-left: 5px;
  font-weight: 600;
  align-items: center;
}


.we-offer-section{
  width: 100%;
  padding: 60px 0px 60px 0px;
  display: grid;
  align-self: center;
  justify-items: center;
}


.we-offer-container{
  width: 70%;
  padding: 30px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px;
}


.of-box{
  width: 30%;
  padding: 50px;
  background-color: #cbc9fa;
  border: none;
  border-radius: 16px;
  box-shadow: 6px 7px 3px 0px #4940f8;
}
.of-box p{
  font-size: 14px;
  color: rgb(36, 36, 36);
  margin-top: 10px;
}
.box-icon{
  color: #f0ecfa;
  font-size: 48px;
  padding: 10px;
  border-radius: 50px;
  background-color: #4940f8;


}
.of-box :first-child{
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 16px;
}





.review-section{
  width: 100%;
  padding: 60px 0px 60px 0px;
  display: grid;
  align-self: center;
  justify-items: center;
}


.review-container{
  width: 70%;
  padding: 30px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px;
}


.review-box{
  width: 30%;
  padding: 50px;
  background-color: #ebebfc;
  border: none;
  border-radius: 7px;
}
.review-box p{
  font-size: 14px;
  color: rgb(36, 36, 36);
  margin-top: 10px;
}
.box-img{
  color: #f0ecfa;
  font-size: 48px;
  padding: 10px;
  border-radius: 50px;
  background-color: #4940f8;


}
.review-box :first-child{
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 16px;
}



/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* %%%%%%%%%%%%%%%%%%%%%%%                       Contact Page                %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.contact-section{
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 60px 0px;
}


.contact-box{
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;

}

.info{
  width: 35%;
  display: flex;
  flex-direction: column;
  gap: 10px;

}

.form-box{
  width: 50%;
  border: 1px solid rgb(180, 180, 180);
  background-color: #f3f2f8;
  padding: 30px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;

}

.info-box{    
  border: 1px solid rgb(180, 180, 180);
  background-color: #f3f2f8;
  padding: 30px;
  border-radius: 10px;
  display: flex;
  align-items: center;

  gap: 20px;
}

.icon{
  padding: 15px 20px;
  font-size: 18px;
  color: white;
  background-color: #4940f8;
  border-radius: 100%;
}

.details h1{
  font-size: 16px;

}
.details p{
  font-size: 14px;
  color: rgb(56, 56, 56);
  
}

.form{
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}
.form-box h1{
  font-size: 20px;

}
.form-box p{
  font-size: 14px;
  color: rgb(56, 56, 56);
  margin-top: -20px;
  
}


.form textarea{
  height: 150px;
  width: 93%;
  border: 1px solid rgb(231, 231, 231);
  border-radius: 7px;
  padding: 10px;
}

.form input{
  width: 28%;
  border: 1px solid rgb(231, 231, 231);
  border-radius: 7px;
  padding: 10px;
}

.map-section{
  width: 100%;
  margin-top: -30px;
  padding-bottom: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.map{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

@media only screen and (max-width: 1070px) {
  .top-bar {
    width: 100%;
    height: 80px;
    justify-content: center;
  }
}

/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

@media only screen and (max-width: 590px) {
  .top-bar {
    width: 100%;
    padding: 0;
    height: 50px;
    justify-content: center;
    font-size: 10px;
    align-items: center;
  }
  .top-left {
    display: none;
  }
}
