body {
  background-color: #000000;
  font-family: "Poppins", sans-serif;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
body::-webkit-scrollbar {
  display: none;
}
section {
  width: 1440px;
  height: 900px;
  padding-inline: 120px;
  margin-bottom: 140px;
  border-radius: 70px;
  margin-inline: auto;
}
.a-btn {
  height: 50px;
  padding-inline: 28px;
  padding-block: 16px;
  border: 0;
  border-radius: 50px;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  display: flex;
  align-items: center;
  text-align: center;
  transition: 0.25s ease-in;

  &:hover {
    color: #ffffff;
    background-color: #1ac8ee;
    transition: 0.25s ease-out;
  }
}

/* head */
.head-block {
  background-color: #9769ff;
  color: #ffffff;
  padding-top: 35px;
}

.head-block nav {
  border: 1px solid #ffffff;
  border-radius: 70px;
}
.head-block img {
  padding-left: 10px;
}
.head-block ul {
  padding-right: 5px;
}
.head-block li {
  padding-right: 28px;
}
.head-block li a {
  color: #ffffff;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.head-info {
  padding-top: 127px;
}

.head-block .left-block h1 {
  font-weight: 300;
  font-size: 68px;
  line-height: 123%;
  margin-bottom: 41px;
}
.head-block .left-block h1 span {
  font-weight: 600;
}
.head-block .left-block p {
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px;
}
.head-block .left-block p span {
  font-weight: 500;
}

.head-block .right-block {
  padding-left: 60px;
}

/*--------courses----------*/
.course {
  background-color: #ffffff;
  padding-top: 84px;
}
.sec-heading {
  font-weight: 600;
  font-size: 40px;
  line-height: 60px;
  color: #3d3b5e;
}
.course .sec-heading {
  padding-bottom: 72px;
  margin: 0;
}

.c-cards {
  width: 1440px;
  height: 510px;
  background: linear-gradient(
    90deg,
    rgba(144, 104, 237, 0.22) 0.87%,
    rgba(144, 104, 237, 0.51) 50.74%,
    rgba(144, 104, 237, 0.22) 99.37%
  );
  margin-left: -120px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.course .slide-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 40px;
}
.c-box {
  width: 1120px;
  overflow: hidden;
}
.c-cards ul {
  display: flex;
  justify-content: start;
  list-style: none;
  margin: 0;
  padding: 0;
  /* &:hover{
    animation-play-state: paused;
  } */
}

.c-cards li {
  margin-left: 20px;
}
.c-cards li:first-child {
  margin-left: 0px;
}
.c-card {
  width: 360px;
  height: 510px;
  background: #724cca;
  box-shadow: 0px 6px 9px 2px rgba(0, 0, 0, 0.26);
  transition: 0.2s ease-in-out;
  &:hover {
    border-right: 4px solid #1ac8ee;
  }
}
.c-card h3 {
  color: #dfdeef;
  padding-inline: 20px;
  padding-top: 40px;
  font-weight: 500;
  font-size: 30px;
  line-height: 130.19%;
}
.c-box .logo {
  margin-left: 52px;
  margin-top: -50px;
}

/* .cPager {
  display: flex;
  justify-content: center;
}
.cPager ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cPager li {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  margin-right: 35px;
  background-color: #a0d4e4;
}
.cPager li:last-child {
  margin-right: 0;
} */

/* ----------whyChose------------ */
.whyChose {
  background-color: #ffffff;
}

/* --------resonsToJoin---------- */

.resonsToJoin {
  background-color: #ffffff;
  padding-top: 60px;
}
.resonsToJoin h2 {
  margin-bottom: 40px;
}
.top-block .row {
  padding-inline: 89px;
  /* column-gap: 2px;
  row-gap: 2px; */
}

.top-block .row div p {
  font-weight: 300;
  font-size: 15px;
}

.rBox {
  width: 340px;
  height: 340px;
  color: #ffffff;
  padding-block: 34px;
  padding-inline: 49px;
  margin-right: 2px;
}
.rBox:nth-child(1) {
  background-color: #6fb7df;
  border-radius: 61px 61px 0px 61px;
}
.rBox:nth-child(2) {
  background-color: #f8a674;
  border-radius: 61px 61px 0px 0px;
}
.rBox:nth-child(3) {
  background-color: #212121;
  border-radius: 61px 61px 61px 0px;
  margin-right: 0;
}
.rBox:nth-child(4) {
  background-color: #212121;
  border-radius: 61px 0px 61px 61px;
}
.rBox:nth-child(5) {
  background-color: #9769ff;
  border-radius: 0px 0px 61px 61px;
}
.rBox:nth-child(6) {
  background-color: #6fb7df;
  border-radius: 0px 61px 61px 61px;
  margin-right: 0;
}

.rPhoto {
  width: 100px;
  height: 100px;
  background: rgba(238, 238, 238, 0.44);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 15px;
}
.rBox h3 {
  font-family: "Rubik";
  font-weight: 500;
  font-size: 33px;
  line-height: 39px;
  margin-bottom: 15px;
}

/* -----student-review -----*/
.s-review {
  background-color: #ffffff;
  padding-top: 105px;
}

/* //////////////////// s-carosol ///////////// */
.s-carosol .test {
  position: absolute;
}
.s-carosol .slide-controls {
  position: relative;
  bottom: 193px;
  /* width: 100%; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-inline: -90px;
}
.active-card {
  height: 325px;
  margin-top: 119px;
  margin-left: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* **********card info************ */
.s-carosol .card-info {
  padding-top: 21px;
  margin-right: 60px;
}
.s-carosol .card-info::before {
  content: url("../images/q1.png");
  margin-left: 200px;
  vertical-align: 8%;
}
.s-carosol .card-info::after {
  content: url("../images/q2.png");
  margin-left: -70px;
  vertical-align: 8%;
}
.s-carosol .card-info h3 {
  font-size: 24px;
  line-height: 114.52%;
  color: #000000;
  font-weight: 600;
  margin-bottom: 12px;
}
.s-carosol .card-info h4 {
  font-size: 18px;
  line-height: 114.52%;
  color: #27d9e4;
  margin-bottom: 21px;
}
.s-carosol .card-info p {
  max-height: 120px;
  font-weight: 400;
  font-size: 16px;
  overflow: hidden;
}

/* **********card images************ */
.card-imgs {
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-imgs .spin {
  width: 325px;
  height: 325px;
}
.card-imgs .p-img {
  margin-right: -292.5px;
  width: 260px;
  height: 260px;
  transition: 2s;
}
.p-img-2 {
  margin-right: -215px;
  transform: scale(0.484);
}
.p-img-3 {
  transform: scale(0.484);
  margin-left: -215px;
}

/* ***********pager********* */
.sPager {
  display: flex;
  justify-content: center;
}
.sPager ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sPager li {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 30px;
  background-color: #a0d4e4;
}
.sPager li:last-child {
  margin-right: 0;
}

/* /////////////////////////////////////////////// */

/* ------------about---------- */
.about {
  background-color: #ffffff;
  padding-top: 160px;
}

.about .right-col {
  padding-left: 20px;
  padding-top: 50px;
}
.about h3 {
  font-weight: 600;
  font-size: 35px;
  line-height: 140.5%;
  margin-bottom: 30px;
  color: #000000;
}
.about p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
.about ul {
  list-style: none;
  padding: 0;
  margin-top: 30px;
  padding-right: 120px;
}
.about li img {
  float: left;
  margin-top: 10px;
  margin-left: 10px;
}
.about li {
  padding-block: 10px;
  margin-block: 5px;
  transition: 0.5s ease-in-out;
  border-radius: 10px;
  cursor: pointer;
}
/* .about .active, */
.about li:hover {
  background-color: #222222;
  color: #ffffff;
}
.about li div {
  padding-left: 65px;
}

/* footer */
.footer {
  margin-bottom: 0;
  padding-top: 78px;
  height: 554px;
  background-color: #603ab6;
  color: #ffffff;
}

.f-block p {
  font-weight: 400;
  font-size: 16px;
  line-height: 143.02%;
  padding-top: 23px;
  padding-bottom: 60px;
  padding-right: 30px;
}

.logos a {
  padding-inline: 8px;
}
.footer h4 {
  padding-left: 8px;
  font-weight: 600;
  font-size: 20px;
  line-height: 143.02%;
}
.footer h3 {
  font-weight: 500;
  font-size: 32px;
  line-height: 48px;
}
.footer h3::after {
  content: url("../images/star.png");
  padding-left: 10px;
  vertical-align: 8%;
}

.f-space {
  padding-top: 24px;
}
.footer a {
  color: #ffffff;
  text-decoration: none;
  &:hover {
    transition: 0.3s ease-in-out;
    color: #1ac8ee;
  }
}
.footer ul {
  list-style-image: url("../images/g-bullet.png");
  padding-left: 22px;
}
.footer li {
  padding-bottom: 10px;
}

.f-btns {
  margin-top: 60px;
}
.footer .a-btn {
  padding-inline: 80px;
  border: 2px solid #1ac8ee;
}
.footer .a-btn:first-child {
  background-color: #1ac8ee;
  margin-bottom: 16px;
}

/* .f-contact {
} */

.copyright {
  margin-top: 76px;
  padding-top: 14px;
  border-top: 1px solid #ffffff;
}
.copyright p {
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
}
