* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "DM Sans", sans-serif;
  /*/font-family: "Poppins", sans-serif;*/
}
.award {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f5f5f5;
  min-height: 48px;
}
.a_text {
  font-size: 15px;
  color: #4b5564;
}

.a_image {
  cursor: pointer;
}
.a_close {
  position: absolute;
  right: 272px;
  top: 13px;
}
/* HEADER START */
.header {
  background-color: #00353b;
}

.wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1280px;
  min-height: 72px;
  margin: 0 auto;
}

a {
  color: white;
  font-size: 16px;
  text-decoration: none;
}

.headerNav {
  display: flex;
  align-items: center;
  gap: 24px;
}
.headerCard {
  display: flex;
  align-items: center;
  gap: 24px;
}
.headerMenu {
  display: flex;
  align-items: center;
  gap: 8px;
}
.headerMenu img {
  width: 25px;
  height: 25px;
}

.headerBtn {
  background-color: white;
  padding: 13px 25px;
  cursor: pointer;
  border: none;
  border-radius: 10px;
  font-size: 16px;
}
/* HEADER END */

.main {
  background-color: #00353b;
}
/* SECTION 1 START */

.section {
  padding: 80px 0;
}
.conteiner {
  max-width: 1280px;
  margin: 0 auto;
  /* border: 1px solid red;
    height: 400px; */
}

.content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.contentInfo {
  /* width: 100%;
    height: 200px; */
  /* background-color: red; */
}

.contentH1 {
  font-family: "Poppins", sans-serif;
  color: white;
  font-size: 56px;
  margin-bottom: 30px;
  font-weight: 400;
  line-height: 56px;
}
.contentText {
  font-size: 18px;
  margin-bottom: 25px;
  color: white;
}
.contentButton {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 48px;
}
.contentBtn1 {
  background-color: #22a45a;
  border: none;
  cursor: pointer;
  font-size: 16px;
  padding: 13px 25px;
  color: #fff;
  border-radius: 10px;
}
#contentBtn2 {
  display: flex;
  align-items: center;
  background-color: transparent;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 16px;
  gap: 8px;
}
#contentBtn2 img {
  width: 25px;
  height: 25px;
}

#contentVideos {
  width: 600px;
  height: 640px;
}

.reviews {
  display: flex;
  align-items: center;
  gap: 16px;
}
.reviewsImg {
  display: flex;
  align-items: center;
}
.reviewsphoto {
  width: 48px;
  height: 48px;
}
.reviewsRating p {
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.icon-star-full {
  font-size: 25px;
  color: #e0b420;
}

.material-symbols-outlined {
  color: #e0b420;

  font-variation-settings: "FILL" 1, "wght" 600, "GRAD" 0, "opsz" 24;
}

.reviewRatingRat {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
}
.contentVideo {
  position: relative;
}
.conVideoBg {
  position: absolute;
  bottom: 100px;
  left: -100px;
}
/* SECTION 1 END */
.main_title {
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin-bottom: 300px;
}

/* section about start */
.aboutBg {
  background-color: #fff;
}

.about {
  padding: 54px 256px;
  background-color: #fcd8ca;
  border-radius: 10px;
  text-align: center;
  transform: translateY(-50%);
}
.aboutH2 {
  font-size: 48px;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin-bottom: 29px;
}
.aboutUs {
  display: inline-block;
  font-size: 14px;
  color: #000;
  background-color: #fff;
  padding: 10px 15px;
  margin-bottom: 15px;
  border-radius: 10px;
}
.aboutDescr {
  font-size: 18px;
  color: #000;
  margin-bottom: 40px;
}
.aboutLink {
  display: inline-block;
  background-color: #000;
  padding: 13px 25px;
  border-radius: 8px;
}

/* section about end */

/* section 3 start */

.premium {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  /* margin-bottom: 128px; */
  padding-bottom: 128px;
}
.premium-2 {
  flex-direction: row-reverse;
}
.premiumBackground {
  background-image: url(../img/bg1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 592px;
  width: 576px;
}
.premiumContent {
  max-width: 576px;
}
.premiumText {
  font-size: 48px;
  font-family: "Poppins", sans-serif;
  font-weight: 400px;
  line-height: 55px;
  margin-bottom: 30px;
}

.premiumP {
  font-size: 18px;
  margin-bottom: 35px;
}
.prim {
  display: flex;
  align-items: center;
  gap: 20px;
}
.premiumLink {
  background-color: #00353b;
  padding: 15px 25px;
  border-radius: 10px;
}
.premiumBtn {
  border: none;
  cursor: pointer;
  padding: 15px 25px;
  background-color: transparent;
  display: flex;
  align-items: center;
  gap: 10px;
}
.span1 {
  font-size: 18px;
}
.span2 {
  font-weight: bold;
  font-size: 20px;
}
.premiumBackground2 {
  background-image: url(../img/bg2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 592px;
  width: 576px;
}

/* sextion 3 end */

/* section 4 srart */
.popular {
  text-align: center;
}
.popularContent {
}
.popularContent h5 {
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 29px;
}

.popularLink {
  display: inline-block;
  font-size: 14px;
  color: #1f2937;
  padding: 4px 8px;
  background-color: #fcd8ca;
  border-radius: 5px;
  margin-bottom: 15px;
}
.popularDescription {
  font-size: 18px;
  color: #4b5563;
  max-width: 730px;
  margin: 0 auto;
  margin-bottom: 63px;
}

.popularCards {
  padding-bottom: 128px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 23px;
}
.popularCard {
  width: 405px;
  min-height: 500px;
  border-radius: 10px;
  background-color: #00353b;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.popularWrap {
  text-align: left;
}
.popularLinks {
  display: inline-block;
  color: #1f2937;
  background-color: #fff;
  font-size: 14px;
  padding: 5px 8px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.popularWebflow {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 400;
}
.popularMonew {
  font-size: 18px;
  color: #fff;
}
.popularBtn {
  color: #fff;
  padding: 9px 21px;
  background-color: #22a45a;
  cursor: pointer;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  width: 142px;
}
.popularImg {
  width: 315px;
  height: 315px;
  position: absolute;
  bottom: -30px;
  right: -85px;
}
.popularImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
/* section 4 end */

/* section 5 start */
.student {
}
.studentWrapper {
  display: flex;
  margin-bottom: 80px;
}
.studentContent {
  width: 100%;
  padding: 64px;
  background-color: #fcd8ca;
  border-radius: 10px;
}
.studentLink {
  display: inline-block;
  font-size: 14px;
  color: #1f2937;
  background-color: #fff;
  border-radius: 5px;
  padding: 5px 10px;
  margin-bottom: 20px;
}
.studentText {
  font-family: "Poppins", sans-serif;
  color: #1f2937;
  font-size: 48px;
  font-weight: 400;
  line-height: 55px;
  margin-bottom: 28px;
}
.studentTitle {
  color: #374151;
  font-size: 18px;
  margin-bottom: 39px;
}
.studentBtn {
  border-radius: 8px;
  background-color: #1f2937;
  padding: 13px 25px;
}
.studentBg {
  width: 100%;
  min-height: 539px;

  background: url("../img/sec5-bg.png") center / cover no-repeat;
}
.learn {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  grid-gap: 30px;
}
.learnCard {
}
.learnCard h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin-bottom: 24px;
  color: #1f2937;
  font-size: 24px;
}
.learnImg {
  position: relative;
  width: 48px;
  height: 48px;
  background-color: #158e5e;
  border-radius: 50%;
  padding: 10px;
  margin-bottom: 32px;
}
.learnImg img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  /* width: 100%;
  height: 100%;
  object-fit: cover; */
}
.learnTitle {
  max-width: 378px;
  color: #4b5563;
  font-size: 16px;
}
/* section 5 end */
/* section 6 start */
.teachers {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 400px;
}
.teachersContent {
  margin-bottom: 80px;
}
.teachersLink {
  display: inline-block;
  color: #1f2937;
  padding: 4px 8px;
  background-color: #fcd8ca;
  border-radius: 5px;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 11px;
}
.teachersTitile {
  max-width: 691px;

  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 48px;
  color: #1f2937;
  line-height: 57px;
  margin: 0 auto;
  margin-bottom: 28px;
}
.teachersDescr {
  color: #4b5563;
  font-size: 14px;
  max-width: 730px;
  margin: 0 auto;
}

.teachersWrapper {
  display: flex;
  align-items: center;
  /* row-gap: 48px; */
  justify-content: space-between;
  margin-bottom: 80px;
}
.teachersOver {
}
.over {
  width: 240px;
  margin-bottom: 64px;
  text-align: center;
}
.teacersImages {
  margin-bottom: 24px;
}
.teachersHours {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  margin-bottom: 16px;
  line-height: 33px;
}
.teachersPar {
  color: #4b5563;
  text-align: center;
  line-height: 24px;
}
.over-2 {
  width: 240px;
  text-align: center;
}
.teachersBg {
  width: 504px;
  height: 600px;
  background: url("../img/work.png") center / cover no-repeat;
}
.teachersCommunity {
}
.online {
  width: 240px;
  text-align: center;
  margin-bottom: 64px;
}
.online2 {
  width: 240px;
  text-align: center;
}
.teachersBtn {
}
.teachersLnk {
  display: inline-block;
  padding: 13px 25px;
  background-color: #1f2937;
  border-radius: 5px;
}
/* section 6 end */
/* section 7 start */
.say {
  background-color: #fcd8ca;
  padding: 50px 0;
  border-radius: 10px;
  transform: translateY(-50%);
}
.saySt {
  text-align: center;
  margin-bottom: 40px;
}
.sayTitle {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 57px;
  color: #1f2937;
  margin-bottom: 29px;
}
.sayBtn {
}
.sayLink {
  display: inline-block;
  padding: 4px 8px;
  font-size: 14px;
  background-color: #fff;
  color: #1f2937;
  border-radius: 5px;
  margin-bottom: 11px;
  line-height: 21px;
}
.sayP {
  margin: 0 auto;
  font-size: 18px;
  line-height: 27px;
  color: #4b5563;
  max-width: 730px;
}
.sayCards {
  display: flex;
  gap: 32px;
  align-items: center;
  overflow-x: auto;
  padding: 20px 0;
}
.sayCards::-webkit-scrollbar {
  width: 20px;
}
.sayCards::-webkit-scrollbar-thumb {
  background-color: #00353b;
  border-radius: 10px;
}
.sayCards::-webkit-scrollbar-track {
  background-color: #fc8ca;
}

.say1card {
  background-color: #fff;
  border-radius: 10px;
  padding: 32px;
  min-width: 400px;
}
.stars {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 33px;
}

.stars i {
  display: block;
  color: #000;
  font-size: 20px;
}
.sayCardP {
  margin-bottom: 56px;
  font-size: 17px;
  line-height: 27px;
  color: #1f2937;
}
.sayCardBtmWrap {
  display: flex;
  align-items: center;
  gap: 16px;
}
.sayImg {
  width: 48px;
  height: 48px;
}
.sayImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sayCardPerson {
  color: #111827;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.SayCardPersonP {
  color: #6b7280;
  font-size: 16px;
  line-height: 24px;
}
/* section 7 end */
/* section 9 snart */
.post {
  padding-bottom: 100px;
  margin-top: -200px;
}
.postContent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 84px;
}
.postBlog {
}
.postLink {
  display: inline-block;
  background-color: #fcd8ca;
  color: #1f2937;
  padding: 4px 8px;
  border-radius: 5px;
  margin-bottom: 11px;
}
.postTitle {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 57px;
  color: #fff;
}
.postAll {
  display: inline-block;
  padding: 13px 25px;
  background-color: #fff;
  color: #1f2937;
  line-height: 24px;
  font-size: 16px;
  border-radius: 5px;
}
.postCards {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
}
.postCard1 {
  max-width: 405px;
  max-height: 586px;
}
.postBackgraound {
  width: 100%;
  height: 300px;
  background: url(../img/freelance.png) center / cover no-repeat;
}
.postBackgraound2 {
  background: url(../img/uiux.png) center / cover no-repeat;
}
.postBackgraound3 {
  background: url(../img/business.png) center / cover no-repeat;
}
.postWrapp {
  padding: 24px;
  background-color: #fff;
}
.postFrilance {
  display: inline-block;
  font-size: 14px;
  color: #111827;
  line-height: 21px;
  padding: 4px 8px;
  background-color: #aadea8;
  border-radius: 5px;
  margin-bottom: 8px;
}
.postH4 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
  color: #1f2937;
  margin-bottom: 7px;
  max-width: 285px;
}
.postP {
  font-size: 15px;
  line-height: 24px;
  color: #485563;
  margin-bottom: 56px;
}
.postMb {
  font-size: 15px;
  line-height: 24px;
  color: #485563;
  margin-bottom: 23px;
}

.postLinks {
  display: flex;
  align-items: center;
  gap: 5px;
}
.postMore {
  display: inline-block;
  color: #111827;
  font-size: 16px;
  line-height: 24px;
}
.postLinks span {
  color: #000;
  font-weight: 700;
  font-size: 18px;
  display: block;
}
/* section 8 end */
/* section today start */
.today {
  padding: 87px 0;
  text-align: center;
}
.todayTitle {
  font-family: "Poppins", sans-serif;
  line-height: 57px;
  color: #fff;
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 28px;
}
.todayDescr {
  max-width: 730px;
  font-size: 18px;
  color: #fff;
  line-height: 27px;
  margin: 0 auto;
  margin-bottom: 25px;
}
.todayBtns {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
}
.todayLnk1 {
  color: #fff;
  background-color: #22a45a;
  border-radius: 5px;
  padding: 13px 25px;
  font-size: 16px;
}
.todayLnk2 {
  color: #1f2937;
  background-color: #fff;
  border-radius: 5px;
  padding: 13px 25px;
  font-size: 16px;
}
/* section today end */
/* footer start */
.footer {
  background-color: #00353b;
  padding: 80px 0;
}
.footerContent {
  display: flex;
  align-items: center;
  gap: 80px;
}
.footerForm {
  max-width: 400px;
}
.footerFormBlock {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 50px;
  margin-bottom: 18px;
}

.footerFormBlock input {
  padding: 10px 20px;
  border-radius: 5px;
  border: none;
  height: 100%;
}

.footerH4 {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 23px;
  font-weight: 400;
}
.footerBtn {
  font-size: 15px;
  line-height: 24px;
  padding: 13px 25px;
  background-color: #22a45a;
  color: #fff;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}

.footerFormLink {
  font-size: 12px;
  line-height: 18px;
}
.footerLinkWrapper {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footerNav {
}
.footerUl {
  list-style: none;
}
.footerList {
  margin-bottom: 16px;
}
.footerList1 {
  font-size: 16px;
  margin-bottom: 24px;
}
.footerListLink {
  display: inline-block;
  font-size: 14px;
  line-height: 21px;
}
.hrs {
  background-color: #cecece;
  height: 1px;
  border: none;
}
.hr {
  background-color: #00353b;
  padding: 32px 0;
}
.social {
  background-color: #00353b;
  padding: 30px 0;
}

.socialContent {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.socialLink {
  font-size: 15px;
}
.socialImagesLinks {
  display: flex;
  align-items: center;
  gap: 8px;
}

.socialWrapLink {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #158e5e;
  height: 32px;
  width: 32px;
  border-radius: 5px;
}
/* footer end */

@media (max-width: 1300px) {
  .wrap {
    padding: 0 10px;
  }
  .conteiner {
    padding: 0 10px;
  }

  .popularCard {
    margin-bottom: 10px;
  }
}
@media (max-width: 1200px) {
  .content {
    flex-direction: column;
  }
  .contentInfo {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 992px) {
  .a_close {
    right: 20px;
  }
  .about {
    padding: 20px;
  }
  .premium {
    flex-direction: column;
  }
  .premiumContent {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .learnCard {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .learnTitle {
    text-align: center;
  }
  .studentBg {
    display: none;
  }
  .studentContent {
    padding: 30px;
  }
  .studentText {
    font-size: 35px;
    line-height: 30px;
    margin-bottom: 28px;
  }
  .popularCards {
    padding-bottom: 50px;
  }
  .teachersWrapper {
    display: grid;
    grid-template-rows: 350px 1fr 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    margin-bottom: 0;
  }
  .teachersBg {
    grid-row: 1 / 2;
    grid-column: 1 / -1;
    width: 100%;
    height: 100%;
    background-position: top;
  }
  .teachersOver {
    grid-column: 1 /-1;
    grid-row: 2 /3;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .teachersCommunity {
    grid-column: 1 /-1;
    grid-row: 3 /4;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .teachers {
    text-align: center;
    padding-top: 67px;
    padding-bottom: 30px;
  }
  .teachersBtn {
    margin-bottom: 390px;
  }
  .footerContent {
    flex-wrap: wrap;
  }
}
@media (max-width: 950px) {
  .wrap {
    flex-direction: column;
  }
  .header {
    padding: 40px 0;
  }
  .headerNav {
    margin-bottom: 15px;
  }
  .headerNav a {
    font-size: 18px;
  }
}
@media (max-width: 790px) {
  .conVideoBg {
    display: none;
  }
  .contentText {
    max-width: 380px;
    text-align: center;
  }
  .reviews {
    flex-direction: column;
  }
  .contentVideo video {
    max-width: 100%;
  }
  #contentVideos {
    height: auto;
  }
  .section {
    padding: 15px;
  }
  .contentH1 {
    font-size: 33px;
    line-height: 46px;
  }
  .aboutH2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .aboutDescr {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .section {
    padding: 23px 0 251px 0;
  }
  .premiumBackground,
  .premiumBackground2 {
    width: 100%;
    background-position: left;
  }
  .premiumText {
    font-size: 30px;
    font-weight: 600;
    line-height: 42px;
    margin-bottom: 19px;
  }
  .premiumP {
    font-size: 15px;
    margin-bottom: 25px;
    line-height: 22px;
  }
  .popularCard {
    width: 100%;
  }
  .popularImg {
    width: 290px;
    height: 290px;
  }
  .popularCards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  }
}

@media (max-width: 567px) {
  .a_text {
    font-size: 12px;
  }
  .studentText {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
    font-weight: 700;
  }
  .studentTitle {
    margin-bottom: 20px;
  }
  .teachersTitile {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 40px;
  }
  .sayTitle {
    line-height: 42px;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 10px;
  }
  .postContent {
    flex-direction: column;
    row-gap: 15px;
    margin-bottom: 50px;
  }
  .postLink {
    width: 50%;
    font-size: 20px;
    text-align: center;
    padding: 10px;
  }
  .postAll {
    width: 80%;
    text-align: center;
  }
  .today {
    padding: 10px 0;
  }
  .todayTitle {
    font-weight: 500;
    font-size: 35px;
  }
  .footerLinkWrapper {
    gap: 30px;
    flex-wrap: wrap;
  }
  .socialLink {
    font-size: 10px;
  }
}
