@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap");
* {
  padding: 0%;
  margin: 0%;
  font-family: "Lexend", sans-serif;
  /* background-color: aqua; */
}
.side-nav {
  height: 100%;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  overflow-x: hidden;
  transition: width 0.5s ease;
  z-index: 1000;
}
.side-nav .nav-links .logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 100px;
}
.side-nav .nav-links .logo .bars a {
  font-size: 40px;
  color: #1f63bf;
}
.side-nav .nav-links .logo img {
  width: 160px;
}
.side-nav .nav-links ul {
  list-style: none;
}
.side-nav .nav-links ul li {
  text-align: center;
  margin-top: 1px;
  padding: 20px;
}
.side-nav .nav-links ul li:hover {
  background-color: #1f63bf;
  color: #ffffff;
}
.side-nav .nav-links ul li:hover a {
  color: #ffffff;
}
.side-nav .nav-links ul li a {
  text-decoration: none;
  font-size: 28px;
  color: #1f63bf;
}
.side-nav .nav-links .regester {
  text-align: center;
  margin-top: 20px;
}
.side-nav .nav-links .regester {
  color: #1f63bf;
  text-decoration: none;
}
.side-nav .nav-links .regester a {
  display: flex;
  display: inline-block;
  text-decoration: none;
  color: #606060;
  width: 140px;
  height: 40px;
  border: solid 1px #606060;
  text-align: center;
  line-height: 40px;
  font-size: 24px;
  border-radius: 16px;
  font-weight: 400;
}
.side-nav .nav-links .regester a:nth-child(2) {
  background-color: #1f63bf;
  color: #ffffff;
}
.side-nav .nav-links .regester a:nth-child(1):hover {
  background-color: #1f63bf;
  color: #ffffff;
}
.side-nav .nav-links .regester a:nth-child(2):hover {
  background: none;
  color: #606060;
}

/* end of side nav */
html {
  scroll-behavior: smooth;
}
header {
  width: 100%;
  height: auto;
  position: relative;
  /* background: linear-gradient(
      rgba(255, 255, 255, 0.8),
      rgba(255, 255, 255, 0.8)
    ),
    url(/Images/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; */
}
/* nav .links {
  display: flex;
  align-items: center;
  gap: 50px;
}
header div nav {
  display: none;
  width: 100%;
  height: 158px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
header nav .logo {
  padding-top: 30px;
  margin-left: -10px;
}
header nav .logo img {
  width: 160px;
}
header nav .links ul {
  list-style: none;
  display: flex;
  gap: 30px;
}
header nav .links ul li {
  width: 125px;
  height: 145px;
  text-align: center;
  padding-top: 10px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
header nav .links ul .active {
  color: #ffffff;
  background-color: #1f63bf;
}
header nav .links ul li:hover {
  color: #ffffff;
  background-color: #1f63bf;
  transition: 0.5s;
}
header nav ul li a {
  display: block;
  width: 125px;
  height: 145px;
  font-size: 20px;
  text-decoration: none;
  color: #606060;
  line-height: 30px;
  font-weight: 400;
  margin-top: 65px;
}
header nav ul .active a {
  color: #ffffff;
}
header nav ul li:hover a {
  color: #ffffff;
}
header nav .regester {
  padding-top: 30px;
  gap: 10px;
}
header nav .regester a {
  display: flex;
  display: inline-block;
  text-decoration: none;
  color: #606060;
  width: 150px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 24px;
  border-radius: 16px;
  font-weight: 400;
}
header nav .regester a:nth-child(1) {
  border: solid 1px #606060;
}
header nav .regester a:nth-child(2) {
  background-color: #1f63bf;
  color: #ffffff;
}
header nav .regester a:nth-child(1):hover {
  background-color: #1f63bf;
  color: #ffffff;
  transition: 0.5s;
}
header nav .regester a:nth-child(2):hover {
  background: #ffffff;
  color: #1f63bf;
  transition: 0.5s;
} */
nav .bars {
  margin-top: 30px;
  display: none;
}
nav .bars a i {
  font-size: 40px;
  color: #1f63bf;
}
/* end of nav */

/* header content */
.head-content {
  width: 750px;
  height: 500px;
  margin: auto;
  margin-top: 50px;
}
.head-content .cont-title {
  width: 600px;
  margin: auto;
}
.head-content .cont-statment {
  width: 700px;
  text-align: center;
  margin: auto;
}
.head-content .cont-statment h2 {
  font-size: 65px;
  line-height: 81.25px;
  text-align: center;
  font-weight: 500;
  word-spacing: 10px;
}
.head-content .cont-statment h2 span {
  color: #1f63bf;
}
.head-content .cont-statment p {
  width: 500px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  margin: auto;
  margin-top: 15px;
  color: #606060;
}
.head-content .head-btns {
  display: flex;
  width: 80%;
  margin: auto;
  margin-top: 30px;
  justify-content: center;
}
.head-content .head-btns a {
  margin: auto;
  display: inline-block;
  text-decoration: none;
  margin-right: 20px;
}
.head-content .head-btns a:nth-child(1) {
  color: #ffffff;
  background-color: #1f63bf;
  width: 300px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 500;
  margin-right: 50px;
}
.head-content .head-btns a:nth-child(1):hover {
  background-color: transparent;
  color: #1f63bf;
  border: solid 1px #1f63bf;
  transition: 0.5s;
}
.head-content .head-btns a:nth-child(2) {
  width: 340px;
  display: flex;
  align-items: center;
  color: #606060;
  font-size: 20px;
  font-weight: 500;
}
.head-content .head-btns a:nth-child(2):hover {
  color: #1f63bf;
  transition: 0.5s;
}
.head-content .head-btns a:nth-child(2) div {
  background-color: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  text-align: center;
  line-height: 54px;
  margin-right: 10px;
}
.head-btns a:nth-child(2) div img {
  width: 20px;
}
/* end of header */

/* counters */
.counters {
  width:100%;
  height: auto;
  margin: auto;
  margin-top: 35px;
}
.counts {
  width:90% ;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit,300px);/*new tool for grid responsive*/
  gap:20px;
  padding-left:2.5% ;
}
.counters .counts .count {
  width:90%;
  height: 227px;
  border: solid 3px #1f63bf;
  border-radius: 20px;
  overflow: hidden;
}
.counts .count .count-img {
  width: 100%;
  height: 114px;
}
.counts .count .count-img img {
  width: 100%;
  height: 100%;
}
.count .count-txt {
  margin-top: 10px;
  font-size: 22px;
  text-align: center;
  color: #606060;
  font-weight: 500;
  line-height: 40px;
}
/* end of counts */
.news {
  width: 100%;
  height: auto;
  justify-content: center;
}
.news .news-title {
  text-align: center;
  width: 567px;
  margin: auto;
  margin-top: 35px;
}
.news .news-title h2 {
  font-size: 65px;
  font-weight: 600;
}
.news .news-title h2 span {
  color: #1f63bf;
}
.slide-container {
  margin: auto;
  margin-top: 20px;
  position: relative;
  width: 85%;
  height: 100vh;
}
.slides :hover .buttons {
  transform: translateX(20px);
}
.slide-container .slides {
  width: 100%;
  height: calc(100% - 40px);
  position: relative;
  overflow: hidden;
  border: solid 6px #1f63bf;
  border-radius: 20px;
}
.slide-container .slides img {
  width: 100%;
  height: 100%;
  position: absolute;
}

/* .slide-container .slides .slide-details:not(.active) p{
    display: none;
    
} */
.slide-container .slides img:not(.active) {
  top: 0;
  left: -100%;
}
.slide-details .details {
  width: 100%;
  height: 0px;
  color: white;
  background-color: rgba(85, 85, 85, 0.7);
  margin: auto;
  text-align: center;
}
.slide-details .details h2 {
  font-size: 30px;
}
.slide-details .details h2 span {
  color: #1f63bf;
}
.details p {
  color: white;
  font-size: 20px;
  line-height: 30px;
  width: 80%;
  margin: auto;
}
.details .button {
  width: 100%;
  margin-left: -2%;
  justify-content: center;
}
.details .button a {
  display: flex;
  display: inline-block;
  text-decoration: none;
  color: #606060;
  width: 250px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 24px;
  border-radius: 19px;
  font-weight: 400;
}
.details .button a:nth-child(1) {
  background-color: #ffffff;
  border: solid 1px #606060;
}
.details .button a:nth-child(2) {
  background-color: #1f63bf;
  color: #ffffff;
}
.details .button a:nth-child(1):hover {
  background-color: #1f63bf;
  color: #ffffff;
  transition: 0.5s;
}
.details .button a:nth-child(2):hover {
  background: #ffffff;
  color: #1f63bf;
  transition: 0.5s;
}
.slide-details:hover .details {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 300px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.slide-details > .details {
  position: absolute;
  bottom: 0;
  transition: 0.5s;
}
span.next,
span.prev {
  width: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px;
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  transition: 0.5s;
  border-radius: 3px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
  background-color: #d9d9d982;
  border-radius: 50%;
  text-align: center;
}
span.next {
  right: 20px;
}
span.prev {
  left: 20px;
}
span.next:hover,
span.prev:hover {
  background-color: #ede6d6;
  opacity: 0.8;
  color: #222;
}
.dotsContainer {
  width:300px;
  text-align: center;
  position: absolute;
  bottom: -5px;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 10px;
}
.dotsContainer .dot {
  width: 15px;
  height: 15px;
  margin: 0px 2px;
  border: 3px solid #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.dotsContainer .dot:hover {
  cursor: pointer;
}
.dotsContainer .active {
  background-color: #555;
}
@keyframes next1 {
  from {
    left: 0%;
  }
  to {
    left: -100%;
  }
}
@keyframes next2 {
  from {
    left: 100%;
  }
  to {
    left: 0%;
  }
}
@keyframes prev1 {
  from {
    left: 0%;
  }
  to {
    left: 100%;
  }
}
@keyframes prev2 {
  from {
    left: -100%;
  }
  to {
    left: 0%;
  }
}
/* end of slider */
.about {
  width: 100%;
  height: auto;
  background-color: #1f63bf;
  padding-top: 59px;
  padding-bottom: 59px;
  margin-top: 35px;
}
.about .abouts {
  width: 90%;
  margin: auto;
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 5px;
}
.about .about1 h2 {
  color: #ffffff;
  font-size: 64px;
  line-height: 80px;
  font-weight: 600;
}
.about .about1 h3 {
  color: #ffffff;
  font-size: 48px;
  line-height: 60px;
  font-weight: 600;
}
.about .about1 p {
  color: #ffffff;
  font-size: 23px;
  font-weight: 400;
  line-height: 25px;
  margin-top: 30px;
  width: 600px;
}
.about .about1 a {
  display: inline-block;
  text-decoration: none;
  color: #1f63bf;
  background-color: #ffffff;
  width: 248px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 600;
  margin-top: 35px;
}
.about1 a:hover {
  transition: 0.5s;
  background-color: #1f63bf;
  color: #ffffff;
  border: solid 1px #ffffff;
}
.about .about2 {
  height: 370px;
  border-radius: 20px;
  margin-left: 80px;
}
.about .about2 iframe {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

/* end of about */
.initiative {
  width: 100%;
  height: auto;
  margin: auto;
  margin-top: 35px;
  padding-bottom: 30px;
}
.initiative .initiat-title {
  text-align: center;
  width: 680px;
  margin: auto;
  margin-top: 30px;
}
.initiative .initiat-title h2 {
  font-size: 65px;
  font-weight: 500;
}
.initiative .initiat-title h2 span {
  color: #1f63bf;
  text-decoration: underline;
}
.initiative .initiat-title p {
  color: #606060;
  font-size: 18px;
  margin-top: 10px;
  line-height: 30px;
}
.initiative .video {
  width: 90%;
  height: 650px;
  margin: auto;
  margin-top: 20px;
  justify-content: center;
  background-color: #606060;
  border: solid 9px #1f63bf;
  border-radius: 20px;
  overflow: hidden;
}
.initiative .video iframe {
  width: 100%;
  height: 100%;
  /* border-radius:20px ; */
}
/*end of initiative  */
.initia-tracks {
  width: 100%;
  height: auto;
  margin: auto;
  margin-top: 35px;
  padding-bottom: 30px;
}
.initia-tracks .initia-track-title {
  text-align: center;
  width: 750px;
  margin: auto;
  margin-top: 30px;
  justify-content: center;
}
.initia-tracks .initia-track-title h2 {
  font-size: 65px;
  font-weight: 500;
}
.initia-tracks .initia-track-title h2 span {
  color: #1f63bf;
  text-decoration: underline;
}
.initia-tracks .initia-track-title p {
  color: #606060;
  font-size: 18px;
  margin-top: 10px;
  line-height: 30px;
  width: 650px;
  margin: auto;
  text-align: center;
  margin-top: 20px;
}
.intia-all {
  width: 90%;
  height: auto;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 50%);
  gap: 30px;
  margin-top: 30px;
  justify-content: center;
}
.intia-all .intia-track {
  width: 90%;
  height: 140px;
  margin-left: 5%;
  text-align: center;
  box-shadow: -2px -2px 8px 0px #1f63bf80;
  box-shadow: 2px 2px 8px 0px #1f63bf80;
  background-color: #fdfdfd;
  border-radius: 20px;
}
.intia-all .intia-track a {
  text-decoration: none;
  font-family: Lexend;
  font-size: 24px;
  font-weight: 500;
  line-height: 140px;
  text-align: center;
  color: #606060;
}
.intia-all .intia-track:hover {
  transition: 0.5s;
  background-color: #1f63bf;
  color: #fdfdfd;
}
.intia-all .intia-track:hover a {
  color: #fdfdfd;
}

.courses {
  width: 100%;
  height: 105vh;
  position: relative;
}
.courses > img {
  position: absolute;
  right: 0;
  top: -180px;
}
.courses .courses-title {
  text-align: center;
  width: 567px;
  margin: auto;
  margin-top: 80px;
}
.courses .courses-title h2 {
  font-size: 65px;
  font-weight: 600;
}
.courses-title h2 span {
  color: #1f63bf;
}
.courses-title p {
  color: #606060;
  font-size: 24px;
  margin-top: 10px;
}
.courses .tracks {
  width: 90%;
  height: auto;
  margin: auto;
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, 50%);
  gap: 20px;
  justify-content: center;
}
.courses .tracks .track {
  width: 90%;
  height: 210px;
  background-color: #e0e5ecb0;
  padding: 15px;
  display: flex;
  border-radius: 20px;
  margin-left: 3%;
}
.track .track-img {
  width: 130px;
}
.track .track-img div {
  width: 74px;
  height: 74px;
  border-radius: 50px;
  line-height: 100px;
  text-align: center;
  background-color: #ffffff;
  margin: auto;
}
.track .track-img div img {
  width: 55%;
  height: 55%;
}
.track-cont > a {
  text-decoration: none;
  color: #1f63bf;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}
.track-cont p {
  color: #606060;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  word-spacing: 2px;
  width: 394px;
  height: 60px;
  margin-top: 24px;
}
.track .track-instractor {
  border-left: solid 4px #1f63bf;
  display: flex;
  margin-top: 30px;
  padding-left: 10px;
  justify-content: space-between;
  align-items: center;
  padding-right: 20px;
}
.track-instractor h3 {
  color: #454545;
}
.track-instractor h4 {
  color: #1f63bf;
  margin-top: 10px;
}
.track-instractor h4 a {
  text-decoration: none;
  color: #1f63bf;
  margin-left: 5px;
}
.track .track-instractor .react button {
  color: #1f63bf;
  font-size: 20px;
  border: none;
  cursor: pointer;
  transition: 0.6s;
}
.track-instractor .react button.active {
  color: red;
  transform: scale(1.2);
}

.courses .more {
  display: block;
  text-decoration: none;
  margin: auto;
  margin-top: 20px;
  width: 172px;
  height: 46px;
  border-radius: 10px;
  border: solid 1px #1f63bf;
  text-align: center;
  line-height: 46px;
  font-size: 16px;
  font-weight: 600;
  color: #1f63bf;
}
.courses .more:hover {
  color: #ffffff;
  background-color: #1f63bf;
  border: solid 1px #1f63bf;
  transition: 0.5s;
}
/* end of tracks */

/*reviews*/
.reviews {
  width: 100%;
  height: 105vh;
  position: relative;
}
.reviews > img {
  position: absolute;
  top: -250px;
  left: -10px;
}
.reviews .reviews-title {
  text-align: center;
  width: 705px;
  margin: auto;
  margin-top: 80px;
}
.reviews .reviews-title h2 {
  font-size: 65px;
  font-weight: 600;
}
.reviews .reviews-title h2 span {
  color: #1f63bf;
}
.reviews .allreviews {
  width: 90%;
  height: auto;
  margin: auto;
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, 50%);
  gap: 30px;
  justify-content: center;
}
.reviews .allreviews .review {
  width: 90%;
  height: 190px;
  padding: 15px;
  display: flex;
  margin-left: 2.5%;
  border-radius: 20px;
  padding-top: 30px;
}
.reviews .allreviews .review:nth-child(1),
.reviews .allreviews .review:nth-child(4) {
  border: solid 6px #1f63bf;
}
.reviews .allreviews .review:nth-child(2),
.reviews .allreviews .review:nth-child(3) {
  border: solid 2px #1f63bf;
}
.review .stud-img {
  width: 110px;
  margin-bottom: 30px;
}
.review .stud-img div {
  width: 74px;
  height: 74px;
  border-radius: 50px;
  text-align: center;
  background-color: #ffffff;
  margin: auto;
}
.review .stud-img div img {
  width: 74px;
  height: 74px;
}
.review-cont {
  margin-left: 15px;
}
.review-cont > a {
  text-decoration: none;
  color: #454545;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}
.review-cont p {
  color: #606060;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  word-spacing: 2px;
  width: 394px;
  height: 60px;
  margin-top: 14px;
}
.review .review-react {
  display: flex;
  margin-top: 50px;
  padding-left: 10px;
  justify-content: space-between;
  align-items: center;
  padding-right: 20px;
}
.review-react a {
  text-decoration: none;
  word-spacing: 20px;
  font-size: 20px;
  color: #070707;
}
.review-react a:hover {
  color: #1f63bf;
  transition: 0.5s;
}
.review-react h4 {
  color: #1f63bf;
  margin-top: 10px;
}
.review-react h4 a {
  text-decoration: none;
  color: #1f63bf;
  margin-left: 5px;
}
/* end of reviews */
.activities {
  width: 100%;
  height: 195vh;
  background-color: #e0e5ecb0;
  padding-top: 10px;
  position: relative;
  margin-top: 5px;
}
.activities > img {
  position: absolute;
  top: 20px;
}
.activities .circle {
  position: absolute;
  left: 40%;
  top: 47%;
  z-index: 1;
}
.activities .ellips2 {
  position: absolute;
  right: 0;
  top: 77%;
  width: 130px;
}
.activities .activities-title {
  text-align: center;
  width: 567px;
  margin: auto;
  margin-top: 59px;
}
.activities .activities-title h2 {
  font-size: 65px;
  font-weight: 600;
}
.activities .activities-title h2 span {
  color: #1f63bf;
}
.activities .activities-title p {
  color: #606060;
  font-size: 24px;
  margin-top: 15px;
}
.activities .images {
  width:70%;
  height: 1004px;
  border: solid 8px #ffffff;
  margin: auto;
  margin-top: 50px;
  border-radius: 20px;
  display: grid;
  grid-template-columns: repeat(2, 45%);
  gap: 60px;
  padding-top: 30px;
  padding-left: 3%;
  padding-bottom:20px ;
}
.activities .images div {
  width: 100%;
  height: 280px;
  border-radius: 20px;
  overflow: hidden;
  margin-left:0%;
  background-color: #1f63bf;
  transition: transform 0.5s ease-in-out;
  z-index: 2;
}
.activities .images div img {
  width: 100%;
  height: 280px;
  transition: transform 0.5s ease-in-out;
}
.activities .images div:hover {
  transform: scale(1.1);
}
.activities .images div img:hover {
  cursor: pointer;
  transform: scale(1.1);
}
/* end of activities */
.discounts {
  width: 100%;
  height: 80vh;
  position: relative;
}

.discounts .discounts-title {
  text-align: center;
  width: 705px;
  margin: auto;
  margin-top: 80px;
}
.discounts .discounts-title h4 {
  font-size: 24px;
  width: 340px;
  height: 60px;
  line-height: 30px;
  text-align: center;
  margin: auto;
  font-weight: 600;
  color: #606060;
}
.discounts .alldiscounts {
  width: 90%;
  height: 50vh;
  margin: auto;
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(3, 32%);
  gap: 20px;
  justify-content: center;
}

.discounts .alldiscounts .discount {
  height: 90%;
  background-color: #1f63bf;
  text-align: center;
  padding: 5px;
  border-radius: 20px;
  display: flex;
}
.discounts .alldiscounts .discount:nth-child(2) {
  background-color: transparent;
  border: solid 6px #1f63bf;
}
.discounts .alldiscounts .discount div {
  margin: auto;
  margin-top: 4px;
  padding: 20px;
  width: 307px;
  height: 163px;
  background-color: #e0e5ecb0;
  border-radius: 20px;
  text-align: center;
}
.discounts .alldiscounts .discount a div .light {
  position: absolute;
  width: 260px;
  height: 120px;
  right: -110px;
  top: -70px;
}
.discounts .alldiscounts .discount > img {
  width: 90.83px;
  height: 127px;
  z-index: 2;
}
.discounts .alldiscounts .discount a {
  position: relative;
  display: inline;
  text-decoration: none;
  margin: auto;
  transition: transform 0.5s ease-in-out;
}
.discounts .alldiscounts .discount a:hover {
  transform: scale(1.1);
}

.discounts .alldiscounts .discount a div img {
  width: 40px;
  height: 40px;
}
.discounts .alldiscounts .discount a div h3 {
  color: #ffffff;
  margin-top: 30px;
  width: 220px;
  font-size: 22px;
  margin: auto;
  margin-top: 20px;
}
.discounts .alldiscounts .discount:nth-child(2) div {
  background-color: #1f63bf;
}
.discounts .more2 {
  display: inline-block;
  text-decoration: none;
  margin: auto;
  margin-left: 43%;
  margin-top: 20px;
  width: 172px;
  height: 46px;
  border-radius: 10px;
  border: solid 1px #1f63bf;
  text-align: center;
  line-height: 46px;
  font-size: 16px;
  font-weight: 600;
  color: #1f63bf;
}
.discounts .more2:hover {
  color: #ffffff;
  background-color: #1f63bf;
  border: solid 1px #1f63bf;
  transition: 0.5s;
}
/* end of discounts */
.certifications {
  width: 100%;
  height:auto;
  padding-bottom:30px ;
  position: relative;
}
.certifications .ellips1 {
  position: absolute;
  top: -120px;
  left: -20px;
}
.certifications .certifications-title {
  text-align: center;
  width: 705px;
  margin: auto;
  margin-top: 80px;
}
.certifications .certifications-title h2 {
  font-size: 65px;
  font-weight: 600;
}
.certifications .certifications-title h2 span {
  color: #1f63bf;
}
.certifications .certifs {
  width: 90%;
  height: auto;
  margin: auto;
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 30%);
  gap: 60px;
  padding: 20px;
  padding-left:1.7% ;
}
.certifications .certifs .certif {
  width: 100%;
  height:350px;
  border: solid 5px #1f63bf;
  transition: transform 0.5s ease-in-out;
}
.certifications .certifs .certif:hover {
  transform: scale(1.1);
}
.certifications .certifs .certif img {
  width: 100%;
  height: 100%;
}
.certifications .more2 {
  display: inline-block;
  text-decoration: none;
  margin: auto;
  margin-left: 43%;
  margin-top: 20px;
  width: 172px;
  height: 46px;
  border-radius: 10px;
  border: solid 1px #1f63bf;
  text-align: center;
  line-height: 46px;
  font-size: 16px;
  font-weight: 600;
  color: #1f63bf;
}
.certifications .more2:hover {
  color: #ffffff;
  background-color: #1f63bf;
  border: solid 1px #1f63bf;
  transition: 0.5s;
}
.certifications .ellips2 {
  position: absolute;
  right: 0px;
  bottom: 20px;
}
/* end of certifications */

footer {
  width: 100%;
  height: 450px;
  border-top: solid 1px #00000014;
  padding-top: 30px;
}
footer .foot-divs {
  width: 90%;
  margin: auto;
  display: grid;
  grid-template-columns: 27% 45% 25%;
  justify-content: space-between;
  gap: 0px;
}
.foot-divs .foot-div {
  text-align: right;
  padding-right: 50px;
}
.foot-divs .foot-div h2 {
  color: #343434;
  font-size: 36px;
  font-weight: 500;
  line-height: 45px;
}
.foot-divs .foot-div div h4 {
  font-size: 22px;
  line-height: 40px;
  font-weight: 400;
  margin-top: 20px;
}
.foot-divs .foot-div div a {
  text-decoration: none;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  color: #606060;
}
.foot-divs .foot-div2 {
  margin-top: -30px;
  text-align: center;
  padding-left:40px ;
}
.foot-divs .foot-div2 img {
  width: 213px;
  height: 202px;
}
.foot-divs .foot-div2 h3 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
}
.foot-divs .foot-div2 ul {
  list-style: none;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 30px;
}
.foot-divs .foot-div2 ul li a {
  color: #1f63bf;
  font-size: 30px;
}
.foot-divs .foot-div2 ul li a:hover {
  color: #343434;
  transition: 0.5s;
}
.foot-divs .foot-div3 {
  text-align: left;
  padding-left: 100px;
}
.foot-divs .foot-div3 h2 {
  font-size: 36px;
  font-weight: 500;
  line-height: 45px;
}
.foot-divs .foot-div3 ul {
  list-style: none;
}
.foot-divs .foot-div3 ul li {
  margin-top: 20px;
}
.foot-divs .foot-div3 ul li a {
  text-decoration: none;
  color: #606060;
  font-size: 23px;
  font-weight: 400;
  line-height: 40px;
}
.foot-divs .foot-div3 ul li a:hover {
  color: #1f63bf;
  transition: 0.5s;
}
footer p {
  margin-top: 50px;
  text-align: center;
}
/* end of footer */

/* media */
@media only screen and (min-width: 1920px) and (max-width: 2560px) {
  .side-nav {
    height: 100%;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: width 0.5s ease;
    z-index: 1000;
  }
  .side-nav .nav-links .logo {
    display: flex;
    align-items: center;
    gap: 100px;
  }
  .side-nav .nav-links .logo .bars a {
    font-size: 40px;
    color: #1f63bf;
  }
  .side-nav .nav-links .logo img {
    width: 160px;
  }
  .side-nav .nav-links ul {
    list-style: none;
  }
  .side-nav .nav-links ul li {
    text-align: center;
    margin-top: 1px;
    padding: 20px;
  }
  .side-nav .nav-links ul li:hover {
    background-color: #1f63bf;
    color: #ffffff;
  }
  .side-nav .nav-links ul li:hover a {
    color: #ffffff;
  }
  .side-nav .nav-links ul li a {
    text-decoration: none;
    font-size: 28px;
    color: #1f63bf;
  }
  .side-nav .nav-links .regester {
    text-align: center;
    margin-top: 20px;
  }
  .side-nav .nav-links .regester {
    color: #1f63bf;
    text-decoration: none;
  }
  .side-nav .nav-links .regester a {
    display: flex;
    display: inline-block;
    text-decoration: none;
    color: #606060;
    width: 140px;
    height: 40px;
    border: solid 1px #606060;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    border-radius: 16px;
    font-weight: 400;
  }
  .side-nav .nav-links .regester a:nth-child(2) {
    background-color: #1f63bf;
    color: #ffffff;
  }
  .side-nav .nav-links .regester a:nth-child(1):hover {
    background-color: #1f63bf;
    color: #ffffff;
  }
  .side-nav .nav-links .regester a:nth-child(2):hover {
    background: none;
    color: #606060;
  }

  /* end of side nav */
  html {
    scroll-behavior: smooth;
  }
  header {
    width: 100%;
    height: auto;
    position: relative;
    /* background: linear-gradient(
        rgba(255, 255, 255, 0.8),
        rgba(255, 255, 255, 0.8)
      ),
      url(../Images/خلفيه\ 1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
  }

  header div nav {
    width: 100%;
    height: 158px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:50px ;
  }

  header nav .logo {
    padding-top: 30px;
    margin-left: -1px;
  }
  header nav .logo img {
    width: 160px;
  }
  header nav .links ul {
    list-style: none;
    display: flex;
    gap: 30px;
  }
  header nav .links ul li {
    width: 140px;
    height: 145px;
    text-align: center;
    padding-top: 10px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  header nav .links ul li a {
    width: 140px;
    font-size: 25px;
  }
  header nav .links ul .active {
    color: #ffffff;
    background-color: #1f63bf;
  }
  header nav .links ul li:hover {
    color: #ffffff;
    background-color: #1f63bf;
  }
  header nav ul .active a {
    color: #ffffff;
  }
  header nav ul li:hover a {
    color: #ffffff;
  }
  header nav .regester {
    padding-top: 30px;
    gap: 10px;
  }
  header nav  .regester a {
    display: flex;
    display: inline-block;
    text-decoration: none;
    color: #606060;
    width: 150px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    border-radius: 16px;
    font-weight: 400;
  }
  header nav  .regester a:nth-child(1) {
    border: solid 1px #606060;
  }
  header nav  .regester a:nth-child(2) {
    background-color: #1f63bf;
    color: #ffffff;
  }
  header nav  .regester a:nth-child(1):hover {
    background-color: #1f63bf;
    color: #ffffff;
  }
  header nav .regester a:nth-child(2):hover {
    background: #ffffff;
    color: #1f63bf;
  }
  nav .bars {
    margin-top: 30px;
    display: none;
  }
  nav .bars a i {
    font-size: 40px;
    color: #1f63bf;
  }
  /* end of nav */

  /* header content */
  .head-content {
    width: 50%;
    height: 500px;
    margin: auto;
    margin-top: 50px;
  }
  .head-content .cont-title {
    width: 90%;
    margin: auto;
    text-align: center;
    justify-content: center;
  }
  .head-content .cont-title img {
    width: 80%;
    margin: auto;
  }
  .head-content .cont-statment {
    width: 700px;
    text-align: center;
    margin: auto;
  }
  .head-content .cont-statment h2 {
    font-size: 60px;
    line-height: 81.25px;
    text-align: center;
    font-weight: 500;
    word-spacing: 10px;
  }
  .head-content .cont-statment h2 span {
    color: #1f63bf;
  }
  .head-content .cont-statment p {
    width: 600px;
    font-size: 22px;
    font-weight: 400;
    line-height: 35px;
    text-align: center;
    margin: auto;
    margin-top: 15px;
    color: #606060;
  }
  .head-content .head-btns {
    display: flex;
    width: 500px;
    margin: auto;
    margin-top: 30px;
  }
  .head-content .head-btns a {
    margin: auto;
    display: inline-block;
    text-decoration: none;
    margin-right: 20px;
  }
  .head-content .head-btns a:nth-child(1) {
    color: #ffffff;
    background-color: #1f63bf;
    width: 250px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 500;
    margin-right: 50px;
  }
  .head-content .head-btns a:nth-child(1):hover {
    background-color: transparent;
    color: #1f63bf;
    border: solid 1px #1f63bf;
  }
  .head-content .head-btns a:nth-child(2) {
    width: 340px;
    display: flex;
    align-items: center;
    color: #606060;
    font-size: 20px;
    font-weight: 500;
  }
  .head-content .head-btns a:nth-child(2):hover {
    color: #1f63bf;
  }
  .head-content .head-btns a:nth-child(2) div {
    background-color: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    text-align: center;
    line-height: 54px;
    margin-right: 10px;
  }
  .head-btns a:nth-child(2) div img {
    width: 20px;
  }
  /* end of header */

  /* counters */
  .counters {
    width: 90%;
    height: auto;
    margin: auto;
    margin-top: 35px;
    padding-left: 0%;
  }
  .counts {
    margin: auto;
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(4, 25%);
    gap: 30px;
  }
  .counters .counts .count {
    width: 100%;
    height: 300px;
    border: solid 3px #1f63bf;
    border-radius: 20px;
    overflow: hidden;
  }
  .counts .count .count-img {
    width: 100%;
    height: 120px;
  }
  .counts .count .count-img img {
    width: 100%;
    height: 100%;
  }
  .count .count-txt {
    margin-top: 10px;
    font-size: 20px;
    text-align: center;
    color: #606060;
    font-weight: 500;
    line-height: 60px;
  }
  /* end of counts */
  .about {
    width: 100%;
    height: auto;
    background-color: #1f63bf;
    padding-top: 59px;
    padding-bottom: 59px;
    margin-top: 35px;
  }
  .about .abouts {
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 5px;
  }
  .about .about1 h2 {
    color: #ffffff;
    font-size: 64px;
    line-height: 80px;
    font-weight: 600;
  }
  .about .about1 h3 {
    color: #ffffff;
    font-size: 48px;
    line-height: 60px;
    font-weight: 600;
  }
  .about .about1 p {
    color: #ffffff;
    font-size: 23px;
    font-weight: 400;
    line-height: 25px;
    margin-top: 30px;
    width: 600px;
  }
  .about .about1 a {
    display: inline-block;
    text-decoration: none;
    color: #1f63bf;
    background-color: #ffffff;
    width: 248px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 600;
    margin-top: 35px;
  }
  .about-left a:hover {
    background-color: #1f63bf;
    color: #ffffff;
    border: solid 1px #ffffff;
  }
  .about .about2 {
    height: 370px;
    border-radius: 20px;
    margin-left: 80px;
  }
  .about .about2 iframe {
    width: 100%;
    height: 100%;
    border-radius: 20px;
  }

  /* end of about */

  .courses {
    width: 100%;
    height: auto;
    position: relative;
    margin: auto;
  }
  .courses > img {
    position: absolute;
    right: 0;
    top: -180px;
  }
  .courses .courses-title {
    text-align: center;
    width: 567px;
    margin: auto;
    margin-top: 35px;
  }
  .courses .courses-title h2 {
    font-size: 60px;
    font-weight: 600;
  }
  .courses-title h2 span {
    color: #1f63bf;
  }
  .courses-title p {
    color: #606060;
    font-size: 24px;
    margin-top: 10px;
  }
  .courses .tracks {
    width: 90%;
    height: auto;
    margin: auto;
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, 50%);
    gap: 20px;
    justify-content: center;
  }
  .courses .tracks .track {
    width: 90%;
    height: 220px;
    background-color: #e0e5ecb0;
    padding: 15px;
    display: flex;
    margin-left: 2.5%;
    border-radius: 20px;
  }
  .track .track-img {
    width: 130px;
  }
  .track .track-img div {
    width: 74px;
    height: 74px;
    border-radius: 50px;
    line-height: 90px;
    text-align: center;
    background-color: #ffffff;
    margin: auto;
  }
  .track .track-img div img {
    width: 30px;
    height: 30px;
  }
  .track-cont > a {
    text-decoration: none;
    color: #1f63bf;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
  }
  .track-cont p {
    color: #606060;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    word-spacing: 2px;
    width: 394px;
    height: 60px;
    margin-top: 24px;
  }
  .track .track-instractor {
    border-left: solid 4px #1f63bf;
    display: flex;
    margin-top: 30px;
    padding-left: 10px;
    justify-content: space-between;
    align-items: center;
    padding-right: 20px;
  }
  .track-instractor h3 {
    color: #454545;
  }
  .track-instractor h4 {
    color: #1f63bf;
    margin-top: 10px;
  }
  .track-instractor h4 a {
    text-decoration: none;
    color: #1f63bf;
    margin-left: 5px;
  }
  .track .track-instractor .react button {
    color: #1f63bf;
    font-size: 20px;
    border: none;
    cursor: pointer;
    transition: 0.6s;
  }
  .track-instractor .react button.active {
    color: red;
    transform: scale(1.2);
  }

  .courses .more {
    display: block;
    text-decoration: none;
    margin: auto;
    margin-top: 20px;
    width: 172px;
    height: 46px;
    border-radius: 10px;
    border: solid 1px #1f63bf;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    font-weight: 600;
    color: #1f63bf;
  }
  .courses .more:hover {
    color: #ffffff;
    background-color: #1f63bf;
    border: solid 1px #1f63bf;
  }
  /* end of tracks */

  /*reviews*/
  .reviews {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 35px;
  }
  .reviews > img {
    position: absolute;
    top: -250px;
    left: -10px;
  }
  .reviews .reviews-title {
    text-align: center;
    width: 705px;
    margin: auto;
  }
  .reviews .reviews-title h2 {
    font-size: 65px;
    font-weight: 600;
  }
  .reviews .reviews-title h2 span {
    color: #1f63bf;
  }
  .reviews .allreviews {
    width: 90%;
    height: auto;
    margin: auto;
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, 50%);
    gap: 30px;
    justify-content: center;
  }
  .reviews .allreviews .review {
    width: 90%;
    height: 190px;
    padding: 15px;
    display: flex;
    margin-left: 2%;
    border-radius: 20px;
    padding-top: 30px;
  }
  .reviews .allreviews .review:nth-child(1),
  .reviews .allreviews .review:nth-child(4) {
    border: solid 6px #1f63bf;
  }
  .reviews .allreviews .review:nth-child(2),
  .reviews .allreviews .review:nth-child(3) {
    border: solid 2px #1f63bf;
  }
  .review .stud-img {
    width: 110px;
    margin-bottom: 30px;
  }
  .review .stud-img div {
    width: 74px;
    height: 74px;
    border-radius: 50px;
    text-align: center;
    background-color: #ffffff;
    margin: auto;
  }
  .review .stud-img div img {
    width: 74px;
    height: 74px;
  }
  .review-cont {
    margin-left: 15px;
  }
  .review-cont > a {
    text-decoration: none;
    color: #454545;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
  }
  .review-cont p {
    color: #606060;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    word-spacing: 2px;
    width: 394px;
    height: 60px;
    margin-top: 14px;
  }
  .review .review-react {
    display: flex;
    margin-top: 50px;
    padding-left: 10px;
    justify-content: space-between;
    align-items: center;
    padding-right: 20px;
  }
  .review-react a {
    text-decoration: none;
    word-spacing: 20px;
    font-size: 20px;
    color: #070707;
  }
  .review-react a:hover {
    color: #1f63bf;
  }
  .review-react h4 {
    color: #1f63bf;
    margin-top: 10px;
  }
  .review-react h4 a {
    text-decoration: none;
    color: #1f63bf;
    margin-left: 5px;
  }
  /* end of reviews */
  .activities {
    width: 100%;
    height: auto;
    background-color: #e0e5ecb0;
    padding-top: 10px;
    position: relative;
    margin-top: 35px;
    padding-bottom: 35px;
  }
  .activities > img {
    position: absolute;
    top: 20px;
  }
  .activities .circle {
    position: absolute;
    left: 40%;
    top: 47%;
    z-index: 1;
  }
  .activities .ellips2 {
    position: absolute;
    right: 0;
    top: 77%;
    width: 130px;
  }
  .activities .activities-title {
    text-align: center;
    width: 567px;
    margin: auto;
    margin-top: 59px;
  }
  .activities .activities-title h2 {
    font-size: 65px;
    font-weight: 600;
  }
  .activities .activities-title h2 span {
    color: #1f63bf;
  }
  .activities .activities-title p {
    color: #606060;
    font-size: 24px;
    margin-top: 15px;
  }
  .activities .images {
    width: 1280px;
    height: 1004px;
    border: solid 8px #ffffff;
    margin: auto;
    margin-top: 50px;
    border-radius: 20px;
    display: grid;
    grid-template-columns: repeat(2, 50%);
    gap: 30px;
    padding: 10px;
    padding-top: 30px;
  }
  .activities .images div {
    width: 90%;
    height: 268px;
    border-radius: 20px;
    overflow: hidden;
    margin-left: 3%;
    background-color: #1f63bf;
    transition: transform 0.5s ease-in-out;
    z-index: 2;
  }
  .activities .images div img {
    width: 100%;
    height: 268px;
    transition: transform 0.5s ease-in-out;
  }
  .activities .images div:hover {
    transform: scale(1.1);
  }
  .activities .images div img:hover {
    cursor: pointer;
    transform: scale(1.1);
  }
  /* end of activities */
  .discounts {
    width: 100%;
    height: auto;
    position: relative;
  }
  .discounts .discounts-title {
    text-align: center;
    width: 705px;
    margin: auto;
    margin-top: 35px;
  }
  .discounts .discounts-title h4 {
    font-size: 24px;
    width: 340px;
    height: 60px;
    line-height: 30px;
    text-align: center;
    margin: auto;
    font-weight: 600;
    color: #606060;
  }
  .discounts .alldiscounts {
    width: 90%;
    height: auto;
    margin: auto;
    margin-top: 35px;
    display: grid;
    grid-template-columns: repeat(3, 33%);
    gap: 20px;
    justify-content: center;
  }

  .discounts .alldiscounts .discount {
    height: 287px;
    background-color: #1f63bf;
    text-align: center;
    padding: 5px;
    border-radius: 20px;
    display: flex;
  }
  .discounts .alldiscounts .discount:nth-child(2) {
    background-color: transparent;
    border: solid 6px #1f63bf;
  }
  .discounts .alldiscounts .discount div {
    margin: auto;
    margin-top: 4px;
    padding: 20px;
    width: 307px;
    height: 163px;
    background-color: #e0e5ecb0;
    border-radius: 20px;
    text-align: center;
  }
  .discounts .alldiscounts .discount a div .light {
    position: absolute;
    width: 260px;
    height: 120px;
    right: -110px;
    top: -70px;
  }
  .discounts .alldiscounts .discount > img {
    width: 90.83px;
    height: 127px;
    z-index: 2;
  }
  .discounts .alldiscounts .discount a {
    position: relative;
    display: inline;
    text-decoration: none;
    margin: auto;
    transition: transform 0.5s ease-in-out;
  }
  .discounts .alldiscounts .discount a:hover {
    transform: scale(1.1);
  }

  .discounts .alldiscounts .discount a div img {
    width: 40px;
    height: 40px;
  }
  .discounts .alldiscounts .discount a div h3 {
    color: #ffffff;
    margin-top: 30px;
    width: 220px;
    font-size: 22px;
    margin: auto;
    margin-top: 20px;
  }
  .discounts .alldiscounts .discount:nth-child(2) div {
    background-color: #1f63bf;
  }
  .discounts .more2 {
    display: block;
    text-decoration: none;
    margin: auto;
    margin-top: 20px;
    width: 172px;
    height: 46px;
    border-radius: 10px;
    border: solid 1px #1f63bf;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    font-weight: 600;
    color: #1f63bf;
  }
  .discounts .more2:hover {
    color: #ffffff;
    background-color: #1f63bf;
    border: solid 1px #1f63bf;
  }
  /* end of discounts */
  .certifications {
    width: 100%;
    height: auto;
    position: relative;
  }
  .certifications .ellips1 {
    position: absolute;
    top: -120px;
    left: -20px;
  }
  .certifications .certifications-title {
    text-align: center;
    width: 705px;
    margin: auto;
    margin-top: 80px;
  }
  .certifications .certifications-title h2 {
    font-size: 65px;
    font-weight: 600;
  }
  .certifications .certifications-title h2 span {
    color: #1f63bf;
  }
  .certifications .certifs {
    width: 90%;
    margin: auto;
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(3, 30%);
    gap: 50px;
    padding: 20px;
    justify-content: center;
  }
  .certifications .certifs .certif {
    width: 90%;
    height: 264px;
    margin-left: 0;
    border: solid 5px #1f63bf;
    transition: transform 0.5s ease-in-out;
  }
  .certifications .certifs .certif:hover {
    transform: scale(1.1);
  }
  .certifications .certifs .certif img {
    width: 100%;
    height: 100%;
  }
  .certifications .more2 {
    display: block;
    text-decoration: none;
    margin: auto;
    margin-top: 20px;
    width: 172px;
    height: 46px;
    border-radius: 10px;
    border: solid 1px #1f63bf;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    font-weight: 600;
    color: #1f63bf;
  }
  .certifications .more2:hover {
    color: #ffffff;
    background-color: #1f63bf;
    border: solid 1px #1f63bf;
  }
  .certifications .ellips2 {
    position: absolute;
    right: 0px;
    bottom: 20px;
  }
  /* end of certifications */

  footer {
    width: 100%;
    height: 450px;
    border-top: solid 1px #00000014;
    padding-top: 35px;
    margin-top: 35px;
  }
  footer .foot-divs {
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: 25% 40% 25%;
    justify-content: space-between;
    gap: 20px;
  }
  .foot-divs .foot-div {
    text-align: right;
    padding-right: 0px;
  }
  .foot-divs .foot-div h2 {
    color: #343434;
    font-size: 36px;
    font-weight: 500;
    line-height: 45px;
  }
  .foot-divs .foot-div div h4 {
    font-size: 22px;
    line-height: 40px;
    font-weight: 400;
    margin-top: 20px;
  }
  .foot-divs .foot-div div a {
    text-decoration: none;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    color: #606060;
  }
  .foot-divs .foot-div2 {
    margin-top: -30px;
    text-align: center;
  }
  .foot-divs .foot-div2 img {
    width: 213px;
    height: 202px;
  }
  .foot-divs .foot-div2 h3 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
  }
  .foot-divs .foot-div2 ul {
    list-style: none;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 30px;
  }
  .foot-divs .foot-div2 ul li a {
    color: #1f63bf;
    font-size: 30px;
  }
  .foot-divs .foot-div2 ul li a:hover {
    color: #343434;
  }
  .foot-divs .foot-div3 {
    text-align: left;
    padding-left: 0px;
  }
  .foot-divs .foot-div3 h2 {
    font-size: 36px;
    font-weight: 500;
    line-height: 45px;
  }
  .foot-divs .foot-div3 ul {
    list-style: none;
  }
  .foot-divs .foot-div3 ul li {
    margin-top: 20px;
  }
  .foot-divs .foot-div3 ul li a {
    text-decoration: none;
    color: #606060;
    font-size: 23px;
    font-weight: 400;
    line-height: 40px;
  }
  .foot-divs .foot-div3 ul li a:hover {
    color: #1f63bf;
  }
  footer p {
    margin-top: 50px;
    text-align: center;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1440px) {
  .side-nav {
    height: 100%;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: width 0.5s ease;
    z-index: 1000;
  }
  .side-nav .nav-links .logo {
    display: flex;
    align-items: center;
    gap: 100px;
  }
  .side-nav .nav-links .logo .bars a {
    font-size: 40px;
    color: #1f63bf;
  }
  .side-nav .nav-links .logo img {
    width: 160px;
  }
  .side-nav .nav-links ul {
    list-style: none;
  }
  .side-nav .nav-links ul li {
    text-align: center;
    margin-top: 1px;
    padding: 20px;
  }
  .side-nav .nav-links ul li:hover {
    background-color: #1f63bf;
    color: #ffffff;
  }
  .side-nav .nav-links ul li:hover a {
    color: #ffffff;
  }
  .side-nav .nav-links ul li a {
    text-decoration: none;
    font-size: 28px;
    color: #1f63bf;
  }
  .side-nav .nav-links .regester {
    text-align: center;
    margin-top: 20px;
  }
  .side-nav .nav-links .regester {
    color: #1f63bf;
    text-decoration: none;
  }
  .side-nav .nav-links .regester a {
    display: flex;
    display: inline-block;
    text-decoration: none;
    color: #606060;
    width: 140px;
    height: 40px;
    border: solid 1px #606060;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    border-radius: 16px;
    font-weight: 400;
  }
  .side-nav .nav-links .regester a:nth-child(2) {
    background-color: #1f63bf;
    color: #ffffff;
  }
  .side-nav .nav-links .regester a:nth-child(1):hover {
    background-color: #1f63bf;
    color: #ffffff;
  }
  .side-nav .nav-links .regester a:nth-child(2):hover {
    background: none;
    color: #606060;
  }

  /* end of side nav */
  html {
    scroll-behavior: smooth;
  }
  header {
    width: 100%;
    height: auto;
    position: relative;
    background: linear-gradient(
        rgba(255, 255, 255, 0.8),
        rgba(255, 255, 255, 0.8)
      ),
      url(../Images/خلفيه\ 1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  nav .links {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 5%;
  }
  header div nav {
    width: 100%;
    height: 158px;
    display: flex;
    align-items: center;
    gap:4% ;
  }
  header nav .logo {
    padding-top: 30px;
    margin-left: -1px;
  }
  header nav .logo img {
    width: 160px;
  }
  header nav .links ul {
    list-style: none;
    display: flex;
    gap: 10px;
  }
  header nav .links ul li {
    width: 110px;
    height: 145px;
    text-align: center;
    padding-top: 10px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  header nav .links ul li a {
    width: 110px;
  }
  header nav .links ul .active {
    color: #ffffff;
    background-color: #1f63bf;
  }
  header nav .links ul li:hover {
    color: #ffffff;
    background-color: #1f63bf;
  }
  header nav ul .active a {
    color: #ffffff;
  }
  header nav ul li:hover a {
    color: #ffffff;
  }
  header nav .regester {
    width:90% ;
    padding-top: 30px;
    gap:1%;
  }
  header nav .links .regester a {
    display: flex;
    display: inline-block;
    text-decoration: none;
    color: #606060;
    width: 150px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    border-radius: 16px;
    font-weight: 400;
    margin-left:2% ;
  }
  header nav  .regester a:nth-child(1) {
    border: solid 1px #606060;
  }
  header nav  .regester a:nth-child(2) {
    background-color: #1f63bf;
    color: #ffffff;
  }
  header nav .regester a:nth-child(1):hover {
    background-color: #1f63bf;
    color: #ffffff;
  }
  header nav .regester a:nth-child(2):hover {
    background: #ffffff;
    color: #1f63bf;
  }
  nav .bars {
    margin-top: 30px;
    display: none;
  }
  nav .bars a i {
    font-size: 40px;
    color: #1f63bf;
  }
  /* end of nav */

  /* header content */
  .head-content {
    width: 750px;
    height: 500px;
    margin: auto;
    margin-top: 50px;
  }
  .head-content .cont-title {
    width: 600px;
    margin: auto;
  }
  .head-content .cont-statment {
    width: 700px;
    text-align: center;
    margin: auto;
  }
  .head-content .cont-statment h2 {
    font-size: 60px;
    line-height: 81.25px;
    text-align: center;
    font-weight: 500;
    word-spacing: 10px;
  }
  .head-content .cont-statment h2 span {
    color: #1f63bf;
  }
  .head-content .cont-statment p {
    width: 500px;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    margin: auto;
    margin-top: 15px;
    color: #606060;
  }
  .head-content .head-btns {
    display: flex;
    width: 500px;
    margin: auto;
    margin-top: 30px;
  }
  .head-content .head-btns a {
    margin: auto;
    display: inline-block;
    text-decoration: none;
    margin-right: 20px;
  }
  .head-content .head-btns a:nth-child(1) {
    color: #ffffff;
    background-color: #1f63bf;
    width: 250px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 500;
    margin-right: 50px;
  }
  .head-content .head-btns a:nth-child(1):hover {
    background-color: transparent;
    color: #1f63bf;
    border: solid 1px #1f63bf;
  }
  .head-content .head-btns a:nth-child(2) {
    width: 340px;
    display: flex;
    align-items: center;
    color: #606060;
    font-size: 20px;
    font-weight: 500;
  }
  .head-content .head-btns a:nth-child(2):hover {
    color: #1f63bf;
  }
  .head-content .head-btns a:nth-child(2) div {
    background-color: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    text-align: center;
    line-height: 54px;
    margin-right: 10px;
  }
  .head-btns a:nth-child(2) div img {
    width: 20px;
  }
  /* end of header */

  /* counters */
  .counters {
    width:100%;
    height: auto;
    margin: auto;
    margin-top: 35px;
    padding-left: 0%;
  }
  .counts {
    width:90% ;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4,24%);
    gap:25px;
    padding-left: 0;
  }
  .counters .counts .count {
    width: 90%;
    height: 227px;
    border: solid 3px #1f63bf;
    border-radius: 20px;
    overflow: hidden;
  }
  .counts .count .count-img {
    width: 100%;
    height: 114px;
  }
  .counts .count .count-img img {
    width: 100%;
    height: 100%;
  }
  .count .count-txt {
    margin-top: 10px;
    font-size: 20px;
    text-align: center;
    color: #606060;
    font-weight: 500;
    line-height: 40px;
  }
  /* end of counts */
  .about {
    width: 100%;
    height: auto;
    background-color: #1f63bf;
    padding-top: 59px;
    padding-bottom: 59px;
    margin-top: 35px;
  }
  .about .abouts {
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 5px;
  }
  .about .about1 h2 {
    color: #ffffff;
    font-size: 64px;
    line-height: 80px;
    font-weight: 600;
  }
  .about .about1 h3 {
    color: #ffffff;
    font-size: 48px;
    line-height: 60px;
    font-weight: 600;
  }
  .about .about1 p {
    color: #ffffff;
    font-size: 23px;
    font-weight: 400;
    line-height: 25px;
    margin-top: 30px;
    width: 600px;
  }
  .about .about1 a {
    display: inline-block;
    text-decoration: none;
    color: #1f63bf;
    background-color: #ffffff;
    width: 248px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 600;
    margin-top: 35px;
  }
  .about-left a:hover {
    background-color: #1f63bf;
    color: #ffffff;
    border: solid 1px #ffffff;
  }
  .about .about2 {
    height: 370px;
    border-radius: 20px;
    margin-left: 80px;
  }
  .about .about2 iframe {
    width: 100%;
    height: 100%;
    border-radius: 20px;
  }

  /* end of about */

  .courses {
    width: 100%;
    height: auto;
    position: relative;
    margin: auto;
  }
  .courses > img {
    position: absolute;
    right: 0;
    top: -180px;
  }
  .courses .courses-title {
    text-align: center;
    width: 567px;
    margin: auto;
    margin-top: 35px;
  }
  .courses .courses-title h2 {
    font-size: 60px;
    font-weight: 600;
  }
  .courses-title h2 span {
    color: #1f63bf;
  }
  .courses-title p {
    color: #606060;
    font-size: 24px;
    margin-top: 10px;
  }
  .courses .tracks {
    width: 90%;
    height: auto;
    margin: auto;
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, 50%);
    gap: 20px;
    justify-content: center;
  }
  .courses .tracks .track {
    width: 90%;
    height: 220px;
    background-color: #e0e5ecb0;
    padding: 15px;
    display: flex;
    margin-left: 2.5%;
    border-radius: 20px;
  }
  .track .track-img {
    width: 130px;
  }
  .track .track-img div {
    width: 74px;
    height: 74px;
    border-radius: 50px;
    line-height: 90px;
    text-align: center;
    background-color: #ffffff;
    margin: auto;
  }
  .track .track-img div img {
    width: 30px;
    height: 30px;
  }
  .track-cont > a {
    text-decoration: none;
    color: #1f63bf;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
  }
  .track-cont p {
    color: #606060;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    word-spacing: 2px;
    width: 394px;
    height: 60px;
    margin-top: 24px;
  }
  .track .track-instractor {
    border-left: solid 4px #1f63bf;
    display: flex;
    margin-top: 30px;
    padding-left: 10px;
    justify-content: space-between;
    align-items: center;
    padding-right: 20px;
  }
  .track-instractor h3 {
    color: #454545;
  }
  .track-instractor h4 {
    color: #1f63bf;
    margin-top: 10px;
  }
  .track-instractor h4 a {
    text-decoration: none;
    color: #1f63bf;
    margin-left: 5px;
  }
  .track .track-instractor .react button {
    color: #1f63bf;
    font-size: 20px;
    border: none;
    cursor: pointer;
    transition: 0.6s;
  }
  .track-instractor .react button.active {
    color: red;
    transform: scale(1.2);
  }

  .courses .more {
    display: block;
    text-decoration: none;
    margin: auto;
    margin-top: 20px;
    width: 172px;
    height: 46px;
    border-radius: 10px;
    border: solid 1px #1f63bf;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    font-weight: 600;
    color: #1f63bf;
  }
  .courses .more:hover {
    color: #ffffff;
    background-color: #1f63bf;
    border: solid 1px #1f63bf;
  }
  /* end of tracks */

  /*reviews*/
  .reviews {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 35px;
  }
  .reviews > img {
    position: absolute;
    top: -250px;
    left: -10px;
  }
  .reviews .reviews-title {
    text-align: center;
    width: 705px;
    margin: auto;
  }
  .reviews .reviews-title h2 {
    font-size: 65px;
    font-weight: 600;
  }
  .reviews .reviews-title h2 span {
    color: #1f63bf;
  }
  .reviews .allreviews {
    width: 90%;
    height: auto;
    margin: auto;
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, 50%);
    gap: 30px;
    justify-content: center;
  }
  .reviews .allreviews .review {
    width: 90%;
    height: 190px;
    padding: 15px;
    display: flex;
    margin-left: 2%;
    border-radius: 20px;
    padding-top: 30px;
  }
  .reviews .allreviews .review:nth-child(1),
  .reviews .allreviews .review:nth-child(4) {
    border: solid 6px #1f63bf;
  }
  .reviews .allreviews .review:nth-child(2),
  .reviews .allreviews .review:nth-child(3) {
    border: solid 2px #1f63bf;
  }
  .review .stud-img {
    width: 110px;
    margin-bottom: 30px;
  }
  .review .stud-img div {
    width: 74px;
    height: 74px;
    border-radius: 50px;
    text-align: center;
    background-color: #ffffff;
    margin: auto;
  }
  .review .stud-img div img {
    width: 74px;
    height: 74px;
  }
  .review-cont {
    margin-left: 15px;
  }
  .review-cont > a {
    text-decoration: none;
    color: #454545;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
  }
  .review-cont p {
    color: #606060;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    word-spacing: 2px;
    width: 394px;
    height: 60px;
    margin-top: 14px;
  }
  .review .review-react {
    display: flex;
    margin-top: 50px;
    padding-left: 10px;
    justify-content: space-between;
    align-items: center;
    padding-right: 20px;
  }
  .review-react a {
    text-decoration: none;
    word-spacing: 20px;
    font-size: 20px;
    color: #070707;
  }
  .review-react a:hover {
    color: #1f63bf;
  }
  .review-react h4 {
    color: #1f63bf;
    margin-top: 10px;
  }
  .review-react h4 a {
    text-decoration: none;
    color: #1f63bf;
    margin-left: 5px;
  }
  /* end of reviews */
  .activities {
    width: 100%;
    height: auto;
    background-color: #e0e5ecb0;
    padding-top: 10px;
    position: relative;
    margin-top: 35px;
    padding-bottom: 35px;
  }
  .activities > img {
    position: absolute;
    top: 20px;
  }
  .activities .circle {
    position: absolute;
    left: 40%;
    top: 47%;
    z-index: 1;
  }
  .activities .ellips2 {
    position: absolute;
    right: 0;
    top: 77%;
    width: 130px;
  }
  .activities .activities-title {
    text-align: center;
    width: 567px;
    margin: auto;
    margin-top: 59px;
  }
  .activities .activities-title h2 {
    font-size: 65px;
    font-weight: 600;
  }
  .activities .activities-title h2 span {
    color: #1f63bf;
  }
  .activities .activities-title p {
    color: #606060;
    font-size: 24px;
    margin-top: 15px;
  }
  .activities .images {
    width:80%;
    height:auto;
    border: solid 8px #ffffff;
    margin: auto;
    margin-top: 50px;
    border-radius: 20px;
    display: grid;
    grid-template-columns: repeat(2, 50%);
    gap: 20px;
    padding: 10px;
    padding-top: 30px;
    padding-bottom:30px ;
  }
  .activities .images div {
    width: 90%;
    height: 268px;
    border-radius: 20px;
    overflow: hidden;
    margin-left: 3%;
    background-color: #1f63bf;
    transition: transform 0.5s ease-in-out;
    z-index: 2;
  }
  .activities .images div img {
    width: 100%;
    height: 268px;
    transition: transform 0.5s ease-in-out;
  }
  .activities .images div:hover {
    transform: scale(1.1);
  }
  .activities .images div img:hover {
    cursor: pointer;
    transform: scale(1.1);
  }
  /* end of activities */
  .discounts {
    width: 100%;
    height: auto;
    position: relative;
  }
  .discounts .discounts-title {
    text-align: center;
    width: 705px;
    margin: auto;
    margin-top: 35px;
  }
  .discounts .discounts-title h4 {
    font-size: 24px;
    width: 340px;
    height: 60px;
    line-height: 30px;
    text-align: center;
    margin: auto;
    font-weight: 600;
    color: #606060;
  }
  .discounts .alldiscounts {
    width: 90%;
    height: auto;
    margin: auto;
    margin-top: 35px;
    display: grid;
    grid-template-columns: repeat(3, 33%);
    gap: 20px;
    justify-content: center;
  }

  .discounts .alldiscounts .discount {
    height: 287px;
    background-color: #1f63bf;
    text-align: center;
    padding: 5px;
    border-radius: 20px;
    display: flex;
  }
  .discounts .alldiscounts .discount:nth-child(2) {
    background-color: transparent;
    border: solid 6px #1f63bf;
  }
  .discounts .alldiscounts .discount div {
    margin: auto;
    margin-top: 4px;
    padding: 20px;
    width: 307px;
    height: 163px;
    background-color: #e0e5ecb0;
    border-radius: 20px;
    text-align: center;
  }
  .discounts .alldiscounts .discount a div .light {
    position: absolute;
    width: 260px;
    height: 120px;
    right: -110px;
    top: -70px;
  }
  .discounts .alldiscounts .discount > img {
    width: 90.83px;
    height: 127px;
    z-index: 2;
  }
  .discounts .alldiscounts .discount a {
    position: relative;
    display: inline;
    text-decoration: none;
    margin: auto;
    transition: transform 0.5s ease-in-out;
  }
  .discounts .alldiscounts .discount a:hover {
    transform: scale(1.1);
  }

  .discounts .alldiscounts .discount a div img {
    width: 40px;
    height: 40px;
  }
  .discounts .alldiscounts .discount a div h3 {
    color: #ffffff;
    margin-top: 30px;
    width: 220px;
    font-size: 22px;
    margin: auto;
    margin-top: 20px;
  }
  .discounts .alldiscounts .discount:nth-child(2) div {
    background-color: #1f63bf;
  }
  .discounts .more2 {
    display: block;
    text-decoration: none;
    margin: auto;
    margin-top: 20px;
    width: 172px;
    height: 46px;
    border-radius: 10px;
    border: solid 1px #1f63bf;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    font-weight: 600;
    color: #1f63bf;
  }
  .discounts .more2:hover {
    color: #ffffff;
    background-color: #1f63bf;
    border: solid 1px #1f63bf;
  }
  /* end of discounts */
  .certifications {
    width: 100%;
    height: auto;
    position: relative;
  }
  .certifications .ellips1 {
    position: absolute;
    top: -120px;
    left: -20px;
  }
  .certifications .certifications-title {
    text-align: center;
    width: 705px;
    margin: auto;
    margin-top: 80px;
  }
  .certifications .certifications-title h2 {
    font-size: 65px;
    font-weight: 600;
  }
  .certifications .certifications-title h2 span {
    color: #1f63bf;
  }
  .certifications .certifs {
    width: 90%;
    margin: auto;
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(3, 30%);
    gap: 50px;
    padding: 20px;
    justify-content: center;
  }
  .certifications .certifs .certif {
    width: 100%;
    height: 264px;
    margin-left: 0;
    border: solid 5px #1f63bf;
    transition: transform 0.5s ease-in-out;
  }
  .certifications .certifs .certif:hover {
    transform: scale(1.1);
  }
  .certifications .certifs .certif img {
    width: 100%;
    height: 100%;
  }
  .certifications .more2 {
    display: block;
    text-decoration: none;
    margin: auto;
    margin-top: 20px;
    width: 172px;
    height: 46px;
    border-radius: 10px;
    border: solid 1px #1f63bf;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    font-weight: 600;
    color: #1f63bf;
  }
  .certifications .more2:hover {
    color: #ffffff;
    background-color: #1f63bf;
    border: solid 1px #1f63bf;
  }
  .certifications .ellips2 {
    position: absolute;
    right: 0px;
    bottom: 20px;
  }
  /* end of certifications */

  footer {
    width: 100%;
    height: 450px;
    border-top: solid 1px #00000014;
    padding-top: 35px;
    margin-top: 35px;
  }
  footer .foot-divs {
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: 25% 40% 25%;
    justify-content: space-between;
    gap: 20px;
    padding-left:2% ;
    
  }
  .foot-divs .foot-div {
    text-align: right;
    padding-right: 0;
  }
  .foot-divs .foot-div h2 {
    color: #343434;
    font-size: 36px;
    font-weight: 500;
    line-height: 45px;
  }
  .foot-divs .foot-div div h4 {
    font-size: 22px;
    line-height: 40px;
    font-weight: 400;
    margin-top: 20px;
  }
  .foot-divs .foot-div div a {
    text-decoration: none;
    font-size:20px;
    line-height:30px;
    font-weight:300;
    color: #606060;
  }
  .foot-divs .foot-div2 {
    margin-top: -30px;
    text-align: center;
  }
  .foot-divs .foot-div2 img {
    width: 213px;
    height: 202px;
  }
  .foot-divs .foot-div2 h3 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
  }
  .foot-divs .foot-div2 ul {
    list-style: none;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 30px;
  }
  .foot-divs .foot-div2 ul li a {
    color: #1f63bf;
    font-size: 30px;
  }
  .foot-divs .foot-div2 ul li a:hover {
    color: #343434;
  }
  .foot-divs .foot-div3 {
    text-align: left;
    padding-left:15%;
  }
  .foot-divs .foot-div3 h2 {
    font-size: 36px;
    font-weight: 500;
    line-height: 45px;
  }
  .foot-divs .foot-div3 ul {
    list-style: none;
  }
  .foot-divs .foot-div3 ul li {
    margin-top: 20px;
  }
  .foot-divs .foot-div3 ul li a {
    text-decoration: none;
    color: #606060;
    font-size: 23px;
    font-weight: 400;
    line-height: 40px;
  }
  .foot-divs .foot-div3 ul li a:hover {
    color: #1f63bf;
  }
  footer p {
    margin-top: 50px;
    text-align: center;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1366px) {
  .side-nav {
    height: 100%;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: width 0.5s ease;
    z-index: 1000;
  }
  .side-nav .nav-links .logo {
    display: flex;
    align-items: center;
    gap: 100px;
  }
  .side-nav .nav-links .logo .bars a {
    font-size: 40px;
    color: #1f63bf;
  }
  .side-nav .nav-links .logo img {
    width: 160px;
  }
  .side-nav .nav-links ul {
    list-style: none;
  }
  .side-nav .nav-links ul li {
    text-align: center;
    margin-top: 1px;
    padding: 20px;
  }
  .side-nav .nav-links ul li:hover {
    background-color: #1f63bf;
    color: #ffffff;
  }
  .side-nav .nav-links ul li:hover a {
    color: #ffffff;
  }
  .side-nav .nav-links ul li a {
    text-decoration: none;
    font-size: 28px;
    color: #1f63bf;
  }
  .side-nav .nav-links .regester {
    text-align: center;
    margin-top: 20px;
  }
  .side-nav .nav-links .regester {
    color: #1f63bf;
    text-decoration: none;
  }
  .side-nav .nav-links .regester a {
    display: flex;
    display: inline-block;
    text-decoration: none;
    color: #606060;
    width: 140px;
    height: 40px;
    border: solid 1px #606060;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    border-radius: 16px;
    font-weight: 400;
  }
  .side-nav .nav-links .regester a:nth-child(2) {
    background-color: #1f63bf;
    color: #ffffff;
  }
  .side-nav .nav-links .regester a:nth-child(1):hover {
    background-color: #1f63bf;
    color: #ffffff;
  }
  .side-nav .nav-links .regester a:nth-child(2):hover {
    background: none;
    color: #606060;
  }

  /* end of side nav */
  html {
    scroll-behavior: smooth;
  }
  header {
    width: 100%;
    height: auto;
    position: relative;
    background: linear-gradient(
        rgba(255, 255, 255, 0.8),
        rgba(255, 255, 255, 0.8)
      ),
      url(../Images/خلفيه\ 1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  nav .links {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 40px;
  }
  header div nav {
    width: 100%;
    height: 158px;
    display: flex;
    align-items: center;
    gap:30px ;
  }
  header nav .logo {
    padding-top: 30px;
    margin-left: -1px;
  }
  header nav .logo img {
    width: 160px;
  }
  header nav .links ul {
    list-style: none;
    display: flex;
    gap:20px;
  }
  header nav .links ul li {
    width: 110px;
    height: 145px;
    text-align: center;
    padding-top: 10px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  header nav .links ul li a{
    width:110px ;
  }
  header nav .links ul .active {
    color: #ffffff;
    background-color: #1f63bf;
  }
  header nav .links ul li:hover {
    color: #ffffff;
    background-color: #1f63bf;
  }
  header nav ul .active a {
    color: #ffffff;
  }
  header nav ul li:hover a {
    color: #ffffff;
  }
  header nav .regester {
    width:90% ;
    padding-top: 30px;
    gap: 10px;
  }
  header nav .regester a {
    display: flex;
    display: inline-block;
    text-decoration: none;
    color: #606060;
    width: 140px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    border-radius: 16px;
    font-weight: 400;
  }
  header nav  .regester a:nth-child(1) {
    border: solid 1px #606060;
  }
  header nav  .regester a:nth-child(2) {
    background-color: #1f63bf;
    color: #ffffff;
  }
  header nav .links .regester a:nth-child(1):hover {
    background-color: #1f63bf;
    color: #ffffff;
  }
  header nav .regester a:nth-child(2):hover {
    background: #ffffff;
    color: #1f63bf;
  }
  nav .bars {
    margin-top: 30px;
    display: none;
  }
  nav .bars a i {
    font-size: 40px;
    color: #1f63bf;
  }
  /* end of nav */

  /* header content */
  .head-content {
    width: 750px;
    height: 500px;
    margin: auto;
    margin-top: 50px;
  }
  .head-content .cont-title {
    width: 600px;
    margin: auto;
  }
  .head-content .cont-statment {
    width: 700px;
    text-align: center;
    margin: auto;
  }
  .head-content .cont-statment h2 {
    font-size: 60px;
    line-height: 81.25px;
    text-align: center;
    font-weight: 500;
    word-spacing: 10px;
  }
  .head-content .cont-statment h2 span {
    color: #1f63bf;
  }
  .head-content .cont-statment p {
    width: 500px;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    margin: auto;
    margin-top: 15px;
    color: #606060;
  }
  .head-content .head-btns {
    display: flex;
    width: 500px;
    margin: auto;
    margin-top: 30px;
  }
  .head-content .head-btns a {
    margin: auto;
    display: inline-block;
    text-decoration: none;
    margin-right: 20px;
  }
  .head-content .head-btns a:nth-child(1) {
    color: #ffffff;
    background-color: #1f63bf;
    width: 250px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 500;
    margin-right: 50px;
  }
  .head-content .head-btns a:nth-child(1):hover {
    background-color: transparent;
    color: #1f63bf;
    border: solid 1px #1f63bf;
  }
  .head-content .head-btns a:nth-child(2) {
    width: 340px;
    display: flex;
    align-items: center;
    color: #606060;
    font-size: 20px;
    font-weight: 500;
  }
  .head-content .head-btns a:nth-child(2):hover {
    color: #1f63bf;
  }
  .head-content .head-btns a:nth-child(2) div {
    background-color: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    text-align: center;
    line-height: 54px;
    margin-right: 10px;
  }
  .head-btns a:nth-child(2) div img {
    width: 20px;
  }
  /* end of header */

  /* counters */
  .counters {
    width: 100%;
    height: auto;
    margin: auto;
    margin-top: 35px;
    padding-left: 0%;
  }
  .counts {
    margin: auto;
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(4,45);
    gap: 30px;
    padding-left: 0;
  }
  .counters .counts .count {
    width: 100%;
    height: 227px;
    border: solid 3px #1f63bf;
    border-radius: 20px;
    overflow: hidden;
  }
  .counts .count .count-img {
    width: 100%;
    height: 114px;
  }
  .counts .count .count-img img {
    width: 100%;
    height: 100%;
  }
  .count .count-txt {
    margin-top: 10px;
    font-size: 20px;
    text-align: center;
    color: #606060;
    font-weight: 500;
    line-height: 40px;
  }
  /* end of counts */
  .about {
    width: 100%;
    height: auto;
    background-color: #1f63bf;
    padding-top: 59px;
    padding-bottom: 59px;
    margin-top: 35px;
  }
  .about .abouts {
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 5px;
  }
  .about .about1 h2 {
    color: #ffffff;
    font-size: 64px;
    line-height: 80px;
    font-weight: 600;
  }
  .about .about1 h3 {
    color: #ffffff;
    font-size: 48px;
    line-height: 60px;
    font-weight: 600;
  }
  .about .about1 p {
    color: #ffffff;
    font-size: 23px;
    font-weight: 400;
    line-height: 25px;
    margin-top: 30px;
    width: 600px;
  }
  .about .about1 a {
    display: inline-block;
    text-decoration: none;
    color: #1f63bf;
    background-color: #ffffff;
    width: 248px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 600;
    margin-top: 35px;
  }
  .about-left a:hover {
    background-color: #1f63bf;
    color: #ffffff;
    border: solid 1px #ffffff;
  }
  .about .about2 {
    height: 370px;
    border-radius: 20px;
    margin-left: 80px;
  }
  .about .about2 iframe {
    width: 100%;
    height: 100%;
    border-radius: 20px;
  }

  /* end of about */

  .courses {
    width: 100%;
    height: auto;
    position: relative;
    margin: auto;
  }
  .courses > img {
    position: absolute;
    right: 0;
    top: -180px;
  }
  .courses .courses-title {
    text-align: center;
    width: 567px;
    margin: auto;
    margin-top: 35px;
  }
  .courses .courses-title h2 {
    font-size: 60px;
    font-weight: 600;
  }
  .courses-title h2 span {
    color: #1f63bf;
  }
  .courses-title p {
    color: #606060;
    font-size: 24px;
    margin-top: 10px;
  }
  .courses .tracks {
    width: 90%;
    height: auto;
    margin: auto;
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, 50%);
    gap: 20px;
    justify-content: center;
  }
  .courses .tracks .track {
    width: 90%;
    height: 220px;
    background-color: #e0e5ecb0;
    padding: 15px;
    display: flex;
    margin-left: 2.5%;
    border-radius: 20px;
  }
  .track .track-img {
    width: 130px;
  }
  .track .track-img div {
    width: 74px;
    height: 74px;
    border-radius: 50px;
    line-height: 90px;
    text-align: center;
    background-color: #ffffff;
    margin: auto;
  }
  .track .track-img div img {
    width: 30px;
    height: 30px;
  }
  .track-cont > a {
    text-decoration: none;
    color: #1f63bf;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
  }
  .track-cont p {
    color: #606060;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    word-spacing: 2px;
    width: 394px;
    height: 60px;
    margin-top: 24px;
  }
  .track .track-instractor {
    border-left: solid 4px #1f63bf;
    display: flex;
    margin-top: 30px;
    padding-left: 10px;
    justify-content: space-between;
    align-items: center;
    padding-right: 20px;
  }
  .track-instractor h3 {
    color: #454545;
  }
  .track-instractor h4 {
    color: #1f63bf;
    margin-top: 10px;
  }
  .track-instractor h4 a {
    text-decoration: none;
    color: #1f63bf;
    margin-left: 5px;
  }
  .track .track-instractor .react button {
    color: #1f63bf;
    font-size: 20px;
    border: none;
    cursor: pointer;
    transition: 0.6s;
  }
  .track-instractor .react button.active {
    color: red;
    transform: scale(1.2);
  }

  .courses .more {
    display: block;
    text-decoration: none;
    margin: auto;
    margin-top: 20px;
    width: 172px;
    height: 46px;
    border-radius: 10px;
    border: solid 1px #1f63bf;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    font-weight: 600;
    color: #1f63bf;
  }
  .courses .more:hover {
    color: #ffffff;
    background-color: #1f63bf;
    border: solid 1px #1f63bf;
  }
  /* end of tracks */

  /*reviews*/
  .reviews {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 35px;
  }
  .reviews > img {
    position: absolute;
    top: -250px;
    left: -10px;
  }
  .reviews .reviews-title {
    text-align: center;
    width: 705px;
    margin: auto;
  }
  .reviews .reviews-title h2 {
    font-size: 65px;
    font-weight: 600;
  }
  .reviews .reviews-title h2 span {
    color: #1f63bf;
  }
  .reviews .allreviews {
    width: 90%;
    height: auto;
    margin: auto;
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, 50%);
    gap: 30px;
    justify-content: center;
  }
  .reviews .allreviews .review {
    width: 90%;
    height: 190px;
    padding: 15px;
    display: flex;
    margin-left: 2%;
    border-radius: 20px;
    padding-top: 30px;
  }
  .reviews .allreviews .review:nth-child(1),
  .reviews .allreviews .review:nth-child(4) {
    border: solid 6px #1f63bf;
  }
  .reviews .allreviews .review:nth-child(2),
  .reviews .allreviews .review:nth-child(3) {
    border: solid 2px #1f63bf;
  }
  .review .stud-img {
    width: 110px;
    margin-bottom: 30px;
  }
  .review .stud-img div {
    width: 74px;
    height: 74px;
    border-radius: 50px;
    text-align: center;
    background-color: #ffffff;
    margin: auto;
  }
  .review .stud-img div img {
    width: 74px;
    height: 74px;
  }
  .review-cont {
    margin-left: 15px;
  }
  .review-cont > a {
    text-decoration: none;
    color: #454545;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
  }
  .review-cont p {
    color: #606060;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    word-spacing: 2px;
    width: 394px;
    height: 60px;
    margin-top: 14px;
  }
  .review .review-react {
    display: flex;
    margin-top: 50px;
    padding-left: 10px;
    justify-content: space-between;
    align-items: center;
    padding-right: 20px;
  }
  .review-react a {
    text-decoration: none;
    word-spacing: 20px;
    font-size: 20px;
    color: #070707;
  }
  .review-react a:hover {
    color: #1f63bf;
  }
  .review-react h4 {
    color: #1f63bf;
    margin-top: 10px;
  }
  .review-react h4 a {
    text-decoration: none;
    color: #1f63bf;
    margin-left: 5px;
  }
  /* end of reviews */
  .activities {
    width: 100%;
    height: auto;
    background-color: #e0e5ecb0;
    padding-top: 10px;
    position: relative;
    margin-top: 35px;
    padding-bottom: 35px;
  }
  .activities > img {
    position: absolute;
    top: 20px;
  }
  .activities .circle {
    position: absolute;
    left: 40%;
    top: 47%;
    z-index: 1;
  }
  .activities .ellips2 {
    position: absolute;
    right: 0;
    top: 77%;
    width: 130px;
  }
  .activities .activities-title {
    text-align: center;
    width: 567px;
    margin: auto;
    margin-top: 59px;
  }
  .activities .activities-title h2 {
    font-size: 65px;
    font-weight: 600;
  }
  .activities .activities-title h2 span {
    color: #1f63bf;
  }
  .activities .activities-title p {
    color: #606060;
    font-size: 24px;
    margin-top: 15px;
  }
  .activities .images {
    width:80%;
    height: 1004px;
    border: solid 8px #ffffff;
    margin: auto;
    margin-top: 50px;
    border-radius: 20px;
    display: grid;
    grid-template-columns: repeat(2, 50%);
    gap: 30px;
    padding: 10px;
    padding-top: 30px;
  }
  .activities .images div {
    width: 90%;
    height: 268px;
    border-radius: 20px;
    overflow: hidden;
    margin-left: 3%;
    background-color: #1f63bf;
    transition: transform 0.5s ease-in-out;
    z-index: 2;
  }
  .activities .images div img {
    width: 100%;
    height: 268px;
    transition: transform 0.5s ease-in-out;
  }
  .activities .images div:hover {
    transform: scale(1.1);
  }
  .activities .images div img:hover {
    cursor: pointer;
    transform: scale(1.1);
  }
  /* end of activities */
  .discounts {
    width: 100%;
    height: auto;
    position: relative;
  }
  .discounts .discounts-title {
    text-align: center;
    width: 705px;
    margin: auto;
    margin-top: 35px;
  }
  .discounts .discounts-title h4 {
    font-size: 24px;
    width: 340px;
    height: 60px;
    line-height: 30px;
    text-align: center;
    margin: auto;
    font-weight: 600;
    color: #606060;
  }
  .discounts .alldiscounts {
    width: 90%;
    height: auto;
    margin: auto;
    margin-top: 35px;
    display: grid;
    grid-template-columns: repeat(3, 33%);
    gap: 20px;
    justify-content: center;
  }

  .discounts .alldiscounts .discount {
    height: 287px;
    background-color: #1f63bf;
    text-align: center;
    padding: 5px;
    border-radius: 20px;
    display: flex;
  }
  .discounts .alldiscounts .discount:nth-child(2) {
    background-color: transparent;
    border: solid 6px #1f63bf;
  }
  .discounts .alldiscounts .discount div {
    margin: auto;
    margin-top: 4px;
    padding: 20px;
    width: 307px;
    height: 163px;
    background-color: #e0e5ecb0;
    border-radius: 20px;
    text-align: center;
  }
  .discounts .alldiscounts .discount a div .light {
    position: absolute;
    width: 260px;
    height: 120px;
    right: -110px;
    top: -70px;
  }
  .discounts .alldiscounts .discount > img {
    width: 90.83px;
    height: 127px;
    z-index: 2;
  }
  .discounts .alldiscounts .discount a {
    position: relative;
    display: inline;
    text-decoration: none;
    margin: auto;
    transition: transform 0.5s ease-in-out;
  }
  .discounts .alldiscounts .discount a:hover {
    transform: scale(1.1);
  }

  .discounts .alldiscounts .discount a div img {
    width: 40px;
    height: 40px;
  }
  .discounts .alldiscounts .discount a div h3 {
    color: #ffffff;
    margin-top: 30px;
    width: 220px;
    font-size: 22px;
    margin: auto;
    margin-top: 20px;
  }
  .discounts .alldiscounts .discount:nth-child(2) div {
    background-color: #1f63bf;
  }
  .discounts .more2 {
    display: block;
    text-decoration: none;
    margin: auto;
    margin-top: 20px;
    width: 172px;
    height: 46px;
    border-radius: 10px;
    border: solid 1px #1f63bf;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    font-weight: 600;
    color: #1f63bf;
  }
  .discounts .more2:hover {
    color: #ffffff;
    background-color: #1f63bf;
    border: solid 1px #1f63bf;
  }
  /* end of discounts */
  .certifications {
    width: 100%;
    height: auto;
    position: relative;
  }
  .certifications .ellips1 {
    position: absolute;
    top: -120px;
    left: -20px;
  }
  .certifications .certifications-title {
    text-align: center;
    width: 705px;
    margin: auto;
    margin-top: 80px;
  }
  .certifications .certifications-title h2 {
    font-size: 65px;
    font-weight: 600;
  }
  .certifications .certifications-title h2 span {
    color: #1f63bf;
  }
  .certifications .certifs {
    width: 90%;
    margin: auto;
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(3, 30%);
    gap: 50px;
    padding: 20px;
    justify-content: center;
  }
  .certifications .certifs .certif {
    width: 100%;
    height: 264px;
    margin-left: 0;
    border: solid 5px #1f63bf;
    transition: transform 0.5s ease-in-out;
  }
  .certifications .certifs .certif:hover {
    transform: scale(1.1);
  }
  .certifications .certifs .certif img {
    width: 100%;
    height: 100%;
  }
  .certifications .more2 {
    display: block;
    text-decoration: none;
    margin: auto;
    margin-top: 20px;
    width: 172px;
    height: 46px;
    border-radius: 10px;
    border: solid 1px #1f63bf;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    font-weight: 600;
    color: #1f63bf;
  }
  .certifications .more2:hover {
    color: #ffffff;
    background-color: #1f63bf;
    border: solid 1px #1f63bf;
  }
  .certifications .ellips2 {
    position: absolute;
    right: 0px;
    bottom: 20px;
  }
  /* end of certifications */

  footer {
    width: 100%;
    height: 450px;
    border-top: solid 1px #00000014;
    padding-top: 35px;
    margin-top: 35px;
  }
  footer .foot-divs {
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: 25% 40% 25%;
    justify-content: space-between;
    gap: 20px;
    padding-left:3% ;
  }
  .foot-divs .foot-div {
    text-align: right;
    padding-right: 0px;
  }
  .foot-divs .foot-div h2 {
    color: #343434;
    font-size: 36px;
    font-weight: 500;
    line-height: 45px;
  }
  .foot-divs .foot-div div h4 {
    font-size: 22px;
    line-height: 40px;
    font-weight: 400;
    margin-top: 20px;
  }
  .foot-divs .foot-div div a {
    text-decoration: none;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    color: #606060;
  }
  .foot-divs .foot-div2 {
    margin-top: -30px;
    text-align: center;
  }
  .foot-divs .foot-div2 img {
    width: 213px;
    height: 202px;
  }
  .foot-divs .foot-div2 h3 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
  }
  .foot-divs .foot-div2 ul {
    list-style: none;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 30px;
  }
  .foot-divs .foot-div2 ul li a {
    color: #1f63bf;
    font-size: 30px;
  }
  .foot-divs .foot-div2 ul li a:hover {
    color: #343434;
  }
  .foot-divs .foot-div3 {
    
    padding-left:15%;
  }
  .foot-divs .foot-div3 h2 {
    font-size: 36px;
    font-weight: 500;
    line-height: 45px;
  }
  .foot-divs .foot-div3 ul {
    list-style: none;
  }
  .foot-divs .foot-div3 ul li {
    margin-top: 20px;
  }
  .foot-divs .foot-div3 ul li a {
    text-decoration: none;
    color: #606060;
    font-size: 23px;
    font-weight: 400;
    line-height: 40px;
  }
  .foot-divs .foot-div3 ul li a:hover {
    color: #1f63bf;
  }
  footer p {
    margin-top: 50px;
    text-align: center;
  }
}
@media only screen and (min-width: 1218px) and (max-width: 1280px) {
  .side-nav {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: width 0.5s ease;
    z-index: 1000;
  }
  .side-nav .nav-links .logo {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 100px;
    margin: auto;
  }
  .side-nav .nav-links .logo .bars a {
    font-size: 30px;
    color: #1f63bf;
    margin-right: 10px;
  }
  .side-nav .nav-links .logo img {
    width: 110px;
    margin-left: -10px;
  }
  .side-nav .nav-links ul {
    list-style: none;
  }
  .side-nav .nav-links ul li {
    text-align: left;
    margin-top: 0px;
    font-size: 22px;
    padding: 12px;
  }
  .side-nav .nav-links ul li:hover {
    background-color: #1f63bf;
    color: #ffffff;
  }
  .side-nav .nav-links ul li:hover a {
    color: #ffffff;
  }
  .side-nav .nav-links ul li a {
    text-decoration: none;
    font-size: 20px;
    color: #606060;
    margin-left: 30px;
  }
  .side-nav .nav-links .regester {
    text-align: left;
    margin-top: 40px;
  }
  .side-nav .nav-links .regester {
    color: #1f63bf;
    text-decoration: none;
    align-items: center;
    gap: 10px;
    margin-left: 25px;
  }
  .side-nav .nav-links .regester a {
    display: flex;
    display: inline-block;
    text-decoration: none;
    color: #606060;
    width: 144px;
    height: 40px;
    border: none;
    box-shadow: -2px -2px 8px 0px #00000014;
    box-shadow: 2px 2px 8px 8px #00000014;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    border-radius: 16px;
    font-weight: 400;
    margin-left: 10px;
  }
  .side-nav .nav-links .regester a:nth-child(2) {
    background-color: #1f63bf;
    color: #ffffff;
  }
  .side-nav .nav-links .regester a:nth-child(1):hover {
    background-color: #1f63bf;
    color: #ffffff;
  }
  .side-nav .nav-links .regester a:nth-child(2):hover {
    background: none;
    color: #606060;
  }
  header {
    position: relative;
    height: auto;
    width: 100%;
  }
  header div nav {
    width: 100%;
    height: 15vh;
    gap:1px ;
  }
  header nav .links {
    display: flex;
  }
  nav .links {
    display: flex;
    align-items: center;
    gap:5%;
  }
  header div nav {
    width: 100%;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap:5% ;
    
  }
  header nav .logo {
    padding-top: 30px;
  }
  header nav .logo img {
    width: 160px;
  }
  header nav .links ul {
    list-style: none;
    display: flex;
    gap:.5%;
  }
  header nav .links ul li {
    width:120px;
    height: 130px;
    text-align: center;
    padding-top: 10px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  header nav .links ul .active {
    color: #ffffff;
    background-color: #1f63bf;
  }
  header nav .links ul li:hover {
    color: #ffffff;
    background-color: #1f63bf;
  }
  header nav ul li a {
    display: block;
    text-align: center;
    width:120px;
    height: 145px;
    font-size:15px;
    text-decoration: none;
    color: #606060;
    line-height: 20px;
    font-weight: 400;
    margin-top: 65px;
  }
  header nav ul .active a {
    color: #ffffff;
  }
  header nav ul li:hover a {
    color: #ffffff;
  }
  header nav .regester {
    width:80% ;
    padding-top: 30px;
    gap: 20px;
    
  }
  header nav .regester a {
    display: flex;
    display: inline-block;
    text-decoration: none;
    color: #606060;
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    border-radius: 16px;
    font-weight: 400;
    margin-left:2% ;
  }
  header nav .links .regester a:nth-child(1) {
    border: solid 1px #606060;
  }
  header nav .links .regester a:nth-child(2) {
    background-color: #1f63bf;
    color: #ffffff;
  }
  header nav .links .regester a:nth-child(1):hover {
    background-color: #1f63bf;
    color: #ffffff;
  }
  header nav .regester a:nth-child(2):hover {
    background: #ffffff;
    color: #1f63bf;
  }
  header .bars {
    display: none;
    margin-top: 0;
    margin-left: 30px;
  }
  header div nav .bars a i {
    font-size: 35px;
    margin-left: 20px;
  }
  header div nav .logo {
    padding-top: 0px;
  }
  header div nav .logo img {
    width: 130px;
  }
  body header div .head-content {
    width: 400px;
    height: auto;
    margin-top: 30px;
  }
  header div .head-content .cont-title {
    width: 100%;
    text-align: center;
  }
  header div .head-content .cont-title img {
    width: 100%;
  }
  header div .head-content .cont-statment {
    width: 400px;
    margin: auto;
    text-align: center;
  }
  body header div .head-content .cont-statment h2 {
    font-size: 34px;
    line-height: 30px;
    text-align: center;
    font-weight: 500;
    word-spacing: 5px;
    margin-top: 20px;
    margin-left: 3px;
  }
  header div .head-content .cont-statment h2 span {
    color: #1f63bf;
  }
  body header div .head-content .cont-statment p {
    width: 400px;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    margin: auto;
    margin-top: 15px;
    color: #606060;
  }
  body header div .head-content .head-btns {
    width: 340px;
    height: 100px;
    display: flex;
    margin: auto;
    margin-top: 20px;
    gap: 30px;
    text-align: center;
  }
  header div .head-content .head-btns a {
    text-decoration: none;
    margin: auto;
  }
  header div .head-content .head-btns a:nth-child(1) {
    color: #ffffff;
    background-color: #1f63bf;
    width: 246px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 14px;
    font-size: 10px;
    font-weight: 500;
    margin: auto;
  }
  header div .head-content .head-btns a:nth-child(1):hover {
    background-color: transparent;
    color: #1f63bf;
    border: solid 1px #1f63bf;
  }
  header .head-content .head-btns a:nth-child(2) {
    width: 330px;
    display: flex;
    align-items: center;
    color: #606060;
    font-size: 12px;
    font-weight: 500;
    margin: auto;
    margin-left: 10px;
    margin-top: 30px;
  }
  header div .head-content .head-btns a:nth-child(2):hover {
    color: #1f63bf;
  }
  .head-content .head-btns a:nth-child(2) div {
    background-color: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    text-align: center;
    line-height: 50px;
    margin-right: 10px;
  }
  .head-btns a:nth-child(2) div img {
    width: 40%;
  }
  /* end header */
  body .counters {
    width: 90%;
    justify-content: center;
    margin: auto;
    margin-top: 30px;
    margin-left: 2%;
  }
  body .counters .counts {
    width: 100%;
    justify-content: center;
    display: grid;
    grid-template-columns: repeat(4, 220px);
    gap: 20px;
  }
  body .counters .counts .count {
    width: 100%;
    height: 230px;
    border: solid 3px #1f63bf;
    border-radius: 20px;
    overflow: hidden;
  }
  .count .count-txt {
    margin-top: 10px;
    font-size: 16px;
    text-align: center;
    color: #606060;
    font-weight: 500;
    line-height: 40px;
  }
  /* end of counts */
  body .about {
    width: 100%;
    height: auto;
    background-color: #1f63bf;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px;
  }
  .about .abouts {
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: 40% 50%;
    gap: 20px;
  }
  .about .about1 h2 {
    color: #ffffff;
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    margin-top: 0px;
  }
  .about .about1 h3 {
    color: #ffffff;
    font-size: 24px;
    line-height: 30px;
    margin-top: 10px;
    font-weight: 600;
  }
  .about .about1 p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin-top: 20px;
    width: 350px;
  }
  .about .about1 a {
    display: inline-block;
    text-decoration: none;
    color: #1f63bf;
    background-color: #ffffff;
    width: 210px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 30px;
  }
  .about-left a:hover {
    background-color: #1f63bf;
    color: #ffffff;
    border: solid 1px #ffffff;
  }
  body .about .about2 {
    width: 100%;
    height: 240px;
    border-radius: 20px;
    margin-top: 30px;
    background-color: antiquewhite;
  }
  /* end of about */
  body .courses {
    width: 100%;
    margin: auto;
    height: auto;
    position: relative;
  }
  .courses > img {
    display: none;
  }
  .courses .courses-title {
    text-align: center;
    width: 300px;
    margin: auto;
    margin-top: 80px;
  }
  .courses .courses-title h2 {
    font-size: 28px;
    font-weight: 600;
  }
  .courses-title h2 span {
    color: #1f63bf;
  }
  .courses-title p {
    color: #606060;
    font-size: 18px;
    margin-top: 10px;
  }
  body .courses .tracks {
    width: 90%;
    height: auto;
    margin: auto;
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, 50%);
    gap: 20px;
  }
  body .courses .tracks .track {
    width: auto;
    height: 330px;
    background-color: #e0e5ecb0;
    padding: 15px;
    padding-bottom: 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    margin: auto;
  }
  .track .track-img {
    width: 300px;
    margin: auto;
  }
  .track .track-img div {
    width: 74px;
    height: 74px;
    border-radius: 50px;
    line-height: 90px;
    text-align: center;
    background-color: #ffffff;
    margin: auto;
  }
  .track .track-img div img {
    width: 30px;
    height: 30px;
  }
  .track-cont {
    margin-top: 20px;
  }
  .track-cont > a {
    text-decoration: none;
    color: #1f63bf;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    width: 100%;
    display: inline-block;
  }
  .track-cont p {
    color: #606060;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    word-spacing: 2px;
    width: 100%;
    height: 60px;
    margin-top: 24px;
  }
  body .track .track-instractor {
    border-left: solid 4px #1f63bf;
    margin-top: 60px;
    padding-left: 10px;
    align-items: center;
    padding-right: 20px;
  }
  body .track-instractor h3 {
    font-size: 15px;
    color: #454545;
  }
  .track-instractor h4 {
    color: #1f63bf;
    margin-top: 10px;
  }
  .track-instractor h4 a {
    font-size: 14px;
    text-decoration: none;
    color: #1f63bf;
    margin-left: 5px;
  }
  .track-instractor .react a.active {
    color: red;
  }
  .courses .more {
    display: block;
    text-decoration: none;
    margin: auto;
    margin-top: 30px;
    width: 172px;
    height: 46px;
    border-radius: 10px;
    border: solid 1px #1f63bf;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    font-weight: 600;
    color: #1f63bf;
  }
  .courses .more:hover {
    color: #ffffff;
    background-color: #1f63bf;
    border: solid 1px #1f63bf;
  }
  /* end of tracks */

  /*reviews*/
  body .reviews {
    width: 100%;
    margin: auto;
    height: auto;
    position: relative;
  }
  .reviews > img {
    display: none;
  }
  .reviews .reviews-title {
    text-align: center;
    width: 330px;
    margin-top: 30px;
  }
  .reviews .reviews-title h2 {
    font-size: 28px;
    font-weight: 600;
  }
  .reviews .reviews-title h2 span {
    color: #1f63bf;
  }
  body .reviews .allreviews {
    width: 100%;
    height: auto;
    justify-content: center;
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, 45%);
    gap: 20px;
  }
  .reviews .allreviews .review {
    width: 80%;
    height: 320px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    padding-top: 30px;
    margin: auto;
  }
  .reviews .allreviews .review:nth-child(1),
  .reviews .allreviews .review:nth-child(4) {
    border: solid 6px #1f63bf;
  }
  .reviews .allreviews .review:nth-child(2),
  .reviews .allreviews .review:nth-child(3) {
    border: solid 2px #1f63bf;
  }
  .review .stud-img {
    width: 100%;
    margin-bottom: 30px;
  }
  .review .stud-img div {
    width: 74px;
    height: 74px;
    border-radius: 50px;
    text-align: center;
    background-color: #ffffff;
    margin: auto;
  }
  .review .stud-img div img {
    width: 74px;
    height: 74px;
  }
  .review-cont {
    margin-left: 15px;
  }
  .review-cont > a {
    text-decoration: none;
    color: #454545;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    margin: auto;
    display: inline-block;
    width: 100%;
  }
  .review-cont p {
    color: #606060;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    word-spacing: 2px;
    width: 90%;
    height: 60px;
    margin-top: 14px;
  }
  .review .review-react {
    display: flex;
    margin-top: 70px;
    padding-left: 10px;
    justify-content: space-between;
    align-items: center;
    padding-right: 20px;
  }
  .review-react a {
    text-decoration: none;
    word-spacing: 20px;
    font-size: 18px;
    color: #070707;
  }
  .review-react a:hover {
    color: #1f63bf;
  }
  .review-react h4 {
    color: #1f63bf;
    margin-top: 10px;
  }
  .review-react h4 a {
    text-decoration: none;
    color: #1f63bf;
    margin-left: 5px;
  }
  /* end of reviews */
  .activities {
    width: 100%;
    height: auto;
    background-color: #e0e5ecb0;
    padding-top: 10px;
    position: relative;
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .activities > img {
    display: none;
  }
  .activities .circle {
    position: absolute;
    left: 10%;
    top: 40%;
    width: 310px;
    z-index: 1;
  }
  .activities .ellips2 {
    position: absolute;
    left: 63%;
    top: 85%;
    width: 130px;
  }
  .activities .activities-title {
    text-align: center;
    width: 300px;
    margin: auto;
    margin-top: 30px;
  }
  .activities .activities-title h2 {
    font-size: 28px;
    font-weight: 600;
  }
  .activities .activities-title h2 span {
    color: #1f63bf;
  }
  .activities .activities-title p {
    text-align: center;
    color: #606060;
    font-size: 18px;
    margin-top: 20px;
    width: 300px;
  }
  .activities .images {
    width: 85%;
    height: auto;
    margin: auto;

    border: solid 8px #ffffff;
    margin-top: 30px;
    border-radius: 20px;
    display: grid;
    grid-template-columns: repeat(2, 45%);
    gap: 20px;
    padding: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
    justify-content: center;
  }
  body .activities .images div {
    width: 100%;
    margin: auto;
    height: 250px;
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.5s ease-in-out;
    z-index: 2;
  }
  body .activities .images div img {
    width: 100%;
    height: 250px;
    transition: transform 0.5s ease-in-out;
  }
  .activities .images div:hover {
    transform: scale(1.1);
  }
  .activities .images div img:hover {
    cursor: pointer;
    transform: scale(1.1);
  }
  /* end of activities */
  .discounts {
    width: 100%;
    height: auto;
    position: relative;
  }

  body .discounts .discounts-title {
    text-align: center;
    width: 300px;
    margin: auto;
    margin-top: 30px;
  }
  body .discounts .discounts-title h4 {
    font-size: 18px;
    width: 300px;
    height: 60px;
    line-height: 35px;
    text-align: center;
    margin: auto;
    font-weight: 600;
    color: #606060;
  }
  body .discounts .alldiscounts {
    width: 90%;
    height: auto;
    margin: auto;
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(3, 330px);
    gap: 20px;
    justify-content: center;
  }

  body .discounts .alldiscounts .discount {
    margin: auto;
    width: 90%;
    height: 287px;
    background-color: #1f63bf;
    text-align: center;
    padding: 5px;
    border-radius: 20px;
    display: flex;
  }
  .discounts .alldiscounts .discount:nth-child(2) {
    background-color: transparent;
    border: solid 6px #1f63bf;
  }
  .discounts .alldiscounts .discount div {
    margin: auto;
    margin-top: 4px;
    padding: 20px;
    width: 230px;
    height: 163px;
    background-color: #e0e5ecb0;
    border-radius: 20px;
    text-align: center;
  }
  body .discounts .alldiscounts .discount a div .light {
    display: none;
  }
  .discounts .alldiscounts .discount > img {
    width: 90.83px;
    height: 127px;
    z-index: 2;
  }
  body .discounts .alldiscounts .discount a {
    position: relative;
    display: inline;
    text-decoration: none;
    margin: auto;
    transition: transform 0.5s ease-in-out;
  }
  .discounts .alldiscounts .discount a:hover {
    transform: scale(1.1);
  }

  .discounts .alldiscounts .discount a div img {
    width: 40px;
    height: 40px;
  }
  body .discounts .alldiscounts .discount a div h3 {
    color: #ffffff;
    margin-top: 30px;
    width: 220px;
    font-size: 18px;
    margin: auto;
    margin-top: 20px;
  }
  .discounts .alldiscounts .discount:nth-child(2) div {
    background-color: #1f63bf;
  }
  .discounts .more2 {
    display: block;
    text-decoration: none;
    margin: auto;
    margin-top: 30px;
    width: 172px;
    height: 46px;
    border-radius: 10px;
    border: solid 1px #1f63bf;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    font-weight: 600;
    color: #1f63bf;
  }
  .discounts .more2:hover {
    color: #ffffff;
    background-color: #1f63bf;
    border: solid 1px #1f63bf;
  }
  /* end of discounts */
  body .certifications {
    width: 90%;
    height: auto;
    margin: auto;
    position: relative;
  }
  body .certifications .ellips1 {
    display: none;
  }
  body .certifications .certifications-title {
    text-align: center;
    width: 300px;
    margin: auto;
    margin-top: 30px;
  }
  body .certifications .certifications-title h2 {
    font-size: 28px;
    font-weight: 600;
  }
  .certifications .certifications-title h2 span {
    color: #1f63bf;
  }
  body .certifications .certifs {
    width: 90%;
    margin: auto;
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, 50%);
    gap: 20px;
    padding: 10px;
  }
  body .certifications .certifs .certif {
    width: 80%;
    height: 264px;
    margin: auto;
    border: solid 5px #1f63bf;
    transition: transform 0.5s ease-in-out;
  }
  .certifications .certifs .certif:hover {
    transform: scale(1.1);
  }
  .certifications .certifs .certif img {
    width: 100%;
    height: 100%;
  }

  .certifications .more2 {
    display: block;
    text-decoration: none;
    margin: auto;
    margin-top: 20px;
    width: 172px;
    height: 46px;
    border-radius: 10px;
    border: solid 1px #1f63bf;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    font-weight: 600;
    color: #1f63bf;
  }
  .certifications .more2:hover {
    color: #ffffff;
    background-color: #1f63bf;
    border: solid 1px #1f63bf;
  }
  .certifications .ellips2 {
    display: none;
  }
  /* end of certifications */

  footer {
    width: 100%;
    height: 450px;
    border-top: solid 1px #00000014;
    padding-top: 35px;
    margin-top: 35px;
  }
  footer .foot-divs {
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: 25% 40% 25%;
    justify-content: space-between;
    gap: 20px;
    padding-left:3% ;
  }
  .foot-divs .foot-div {
    text-align: right;
    padding-right: 0px;
  }
  .foot-divs .foot-div h2 {
    color: #343434;
    font-size: 36px;
    font-weight: 500;
    line-height: 45px;
  }
  .foot-divs .foot-div div h4 {
    font-size: 22px;
    line-height: 40px;
    font-weight: 400;
    margin-top: 20px;
  }
  .foot-divs .foot-div div a {
    text-decoration: none;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    color: #606060;
  }
  .foot-divs .foot-div2 {
    margin-top: -30px;
    text-align: center;
  }
  .foot-divs .foot-div2 img {
    width: 213px;
    height: 202px;
  }
  .foot-divs .foot-div2 h3 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
  }
  .foot-divs .foot-div2 ul {
    list-style: none;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 30px;
  }
  .foot-divs .foot-div2 ul li a {
    color: #1f63bf;
    font-size: 30px;
  }
  .foot-divs .foot-div2 ul li a:hover {
    color: #343434;
  }
  .foot-divs .foot-div3 {
    
    padding-left:15%;
  }
  .foot-divs .foot-div3 h2 {
    font-size: 36px;
    font-weight: 500;
    line-height: 45px;
  }
  .foot-divs .foot-div3 ul {
    list-style: none;
  }
  .foot-divs .foot-div3 ul li {
    margin-top: 20px;
  }
  .foot-divs .foot-div3 ul li a {
    text-decoration: none;
    color: #606060;
    font-size: 23px;
    font-weight: 400;
    line-height: 40px;
  }
  .foot-divs .foot-div3 ul li a:hover {
    color: #1f63bf;
  }
  footer p {
    margin-top: 50px;
    text-align: center;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1218px) {
  .side-nav {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: width 0.5s ease;
    z-index: 1000;
  }
  .side-nav .nav-links .logo {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 100px;
    margin: auto;
  }
  .side-nav .nav-links .logo .bars a {
    font-size: 30px;
    color: #1f63bf;
    margin-right: 10px;
  }
  .side-nav .nav-links .logo img {
    width: 110px;
    margin-left: -10px;
  }
  .side-nav .nav-links ul {
    list-style: none;
  }
  .side-nav .nav-links ul li {
    text-align: left;
    margin-top: 0px;
    font-size: 22px;
    padding: 12px;
  }
  .side-nav .nav-links ul li:hover {
    background-color: #1f63bf;
    color: #ffffff;
  }
  .side-nav .nav-links ul li:hover a {
    color: #ffffff;
  }
  .side-nav .nav-links ul li a {
    text-decoration: none;
    font-size: 20px;
    color: #606060;
    margin-left: 30px;
  }
  .side-nav .nav-links .regester {
    text-align: left;
    margin-top: 40px;
  }
  .side-nav .nav-links .regester {
    color: #1f63bf;
    text-decoration: none;
    align-items: center;
    gap: 10px;
    margin-left: 25px;
  }
  .side-nav .nav-links .regester a {
    display: flex;
    display: inline-block;
    text-decoration: none;
    color: #606060;
    width: 144px;
    height: 40px;
    border: none;
    box-shadow: -2px -2px 8px 0px #00000014;
    box-shadow: 2px 2px 8px 8px #00000014;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    border-radius: 16px;
    font-weight: 400;
    margin-left: 10px;
  }
  .side-nav .nav-links .regester a:nth-child(2) {
    background-color: #1f63bf;
    color: #ffffff;
  }
  .side-nav .nav-links .regester a:nth-child(1):hover {
    background-color: #1f63bf;
    color: #ffffff;
  }
  .side-nav .nav-links .regester a:nth-child(2):hover {
    background: none;
    color: #606060;
  }
  header {
    position: relative;
    height: auto;
    width: 100%;
  }
  header div nav {
    width: 100%;
    height: 15vh;
    gap:1px ;
  }
  header nav .links {
    display: flex;
  }
  nav .links {
    display: flex;
    align-items: center;
    gap:5%;
  }
  header div nav {
    width: 100%;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap:30px ;
    
  }
  header nav .logo {
    padding-top: 30px;
  }
  header nav .logo img {
    width: 160px;
  }
  header nav .links ul {
    list-style: none;
    display: flex;
    gap:5px;
  }
  header nav .links ul li {
    width:90px;
    height: 130px;
    text-align: center;
    padding-top: 10px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  header nav .links ul .active {
    color: #ffffff;
    background-color: #1f63bf;
  }
  header nav .links ul li:hover {
    color: #ffffff;
    background-color: #1f63bf;
  }
  header nav ul li a {
    display: block;
    text-align: center;
    width:90px;
    height: 145px;
    font-size:15px;
    text-decoration: none;
    color: #606060;
    line-height: 20px;
    font-weight: 400;
    margin-top: 65px;
  }
  header nav ul .active a {
    color: #ffffff;
  }
  header nav ul li:hover a {
    color: #ffffff;
  }
  header nav .regester {
    width:80% ;
    padding-top: 30px;
    gap: 20px;
    
  }
  header nav .regester a {
    display: flex;
    display: inline-block;
    text-decoration: none;
    color: #606060;
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    border-radius: 16px;
    font-weight: 400;
    margin-left:2% ;
  }
  header nav .links .regester a:nth-child(1) {
    border: solid 1px #606060;
  }
  header nav .links .regester a:nth-child(2) {
    background-color: #1f63bf;
    color: #ffffff;
  }
  header nav .links .regester a:nth-child(1):hover {
    background-color: #1f63bf;
    color: #ffffff;
  }
  header nav .regester a:nth-child(2):hover {
    background: #ffffff;
    color: #1f63bf;
  }
  header .bars {
    display: none;
    margin-top: 0;
    margin-left: 30px;
  }
  header div nav .bars a i {
    font-size: 35px;
    margin-left: 20px;
  }
  header div nav .logo {
    padding-top: 0px;
  }
  header div nav .logo img {
    width: 130px;
  }
  body header div .head-content {
    width: 400px;
    height: auto;
    margin-top: 30px;
  }
  header div .head-content .cont-title {
    width: 100%;
    text-align: center;
  }
  header div .head-content .cont-title img {
    width: 100%;
  }
  header div .head-content .cont-statment {
    width: 400px;
    margin: auto;
    text-align: center;
  }
  body header div .head-content .cont-statment h2 {
    font-size: 34px;
    line-height: 30px;
    text-align: center;
    font-weight: 500;
    word-spacing: 5px;
    margin-top: 20px;
    margin-left: 3px;
  }
  header div .head-content .cont-statment h2 span {
    color: #1f63bf;
  }
  body header div .head-content .cont-statment p {
    width: 400px;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    margin: auto;
    margin-top: 15px;
    color: #606060;
  }
  body header div .head-content .head-btns {
    width: 340px;
    height: 100px;
    display: flex;
    margin: auto;
    margin-top: 20px;
    gap: 30px;
    text-align: center;
  }
  header div .head-content .head-btns a {
    text-decoration: none;
    margin: auto;
  }
  header div .head-content .head-btns a:nth-child(1) {
    color: #ffffff;
    background-color: #1f63bf;
    width: 246px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 14px;
    font-size: 10px;
    font-weight: 500;
    margin: auto;
  }
  header div .head-content .head-btns a:nth-child(1):hover {
    background-color: transparent;
    color: #1f63bf;
    border: solid 1px #1f63bf;
  }
  header .head-content .head-btns a:nth-child(2) {
    width: 330px;
    display: flex;
    align-items: center;
    color: #606060;
    font-size: 12px;
    font-weight: 500;
    margin: auto;
    margin-left: 10px;
    margin-top: 30px;
  }
  header div .head-content .head-btns a:nth-child(2):hover {
    color: #1f63bf;
  }
  .head-content .head-btns a:nth-child(2) div {
    background-color: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    text-align: center;
    line-height: 50px;
    margin-right: 10px;
  }
  .head-btns a:nth-child(2) div img {
    width: 40%;
  }
  /* end header */
  body .counters {
    width: 90%;
    justify-content: center;
    margin: auto;
    margin-top: 30px;
    margin-left: 2%;
  }
  body .counters .counts {
    width: 100%;
    justify-content: center;
    display: grid;
    grid-template-columns: repeat(4, 220px);
    gap: 20px;
  }
  body .counters .counts .count {
    width: 100%;
    height: 230px;
    border: solid 3px #1f63bf;
    border-radius: 20px;
    overflow: hidden;
  }
  .count .count-txt {
    margin-top: 10px;
    font-size: 16px;
    text-align: center;
    color: #606060;
    font-weight: 500;
    line-height: 40px;
  }
  /* end of counts */
  body .about {
    width: 100%;
    height: auto;
    background-color: #1f63bf;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px;
  }
  .about .abouts {
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: 40% 50%;
    gap: 20px;
  }
  .about .about1 h2 {
    color: #ffffff;
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    margin-top: 0px;
  }
  .about .about1 h3 {
    color: #ffffff;
    font-size: 24px;
    line-height: 30px;
    margin-top: 10px;
    font-weight: 600;
  }
  .about .about1 p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin-top: 20px;
    width: 350px;
  }
  .about .about1 a {
    display: inline-block;
    text-decoration: none;
    color: #1f63bf;
    background-color: #ffffff;
    width: 210px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 30px;
  }
  .about-left a:hover {
    background-color: #1f63bf;
    color: #ffffff;
    border: solid 1px #ffffff;
  }
  body .about .about2 {
    width: 100%;
    height: 240px;
    border-radius: 20px;
    margin-top: 30px;
    background-color: antiquewhite;
  }
  /* end of about */
  body .courses {
    width: 100%;
    margin: auto;
    height: auto;
    position: relative;
  }
  .courses > img {
    display: none;
  }
  .courses .courses-title {
    text-align: center;
    width: 300px;
    margin: auto;
    margin-top: 80px;
  }
  .courses .courses-title h2 {
    font-size: 28px;
    font-weight: 600;
  }
  .courses-title h2 span {
    color: #1f63bf;
  }
  .courses-title p {
    color: #606060;
    font-size: 18px;
    margin-top: 10px;
  }
  body .courses .tracks {
    width: 90%;
    height: auto;
    margin: auto;
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, 50%);
    gap: 20px;
  }
  body .courses .tracks .track {
    width: auto;
    height: 330px;
    background-color: #e0e5ecb0;
    padding: 15px;
    padding-bottom: 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    margin: auto;
  }
  .track .track-img {
    width: 300px;
    margin: auto;
  }
  .track .track-img div {
    width: 74px;
    height: 74px;
    border-radius: 50px;
    line-height: 90px;
    text-align: center;
    background-color: #ffffff;
    margin: auto;
  }
  .track .track-img div img {
    width: 30px;
    height: 30px;
  }
  .track-cont {
    margin-top: 20px;
  }
  .track-cont > a {
    text-decoration: none;
    color: #1f63bf;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    width: 100%;
    display: inline-block;
  }
  .track-cont p {
    color: #606060;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    word-spacing: 2px;
    width: 100%;
    height: 60px;
    margin-top: 24px;
  }
  body .track .track-instractor {
    border-left: solid 4px #1f63bf;
    margin-top: 60px;
    padding-left: 10px;
    align-items: center;
    padding-right: 20px;
  }
  body .track-instractor h3 {
    font-size: 15px;
    color: #454545;
  }
  .track-instractor h4 {
    color: #1f63bf;
    margin-top: 10px;
  }
  .track-instractor h4 a {
    font-size: 14px;
    text-decoration: none;
    color: #1f63bf;
    margin-left: 5px;
  }
  .track-instractor .react a.active {
    color: red;
  }
  .courses .more {
    display: block;
    text-decoration: none;
    margin: auto;
    margin-top: 30px;
    width: 172px;
    height: 46px;
    border-radius: 10px;
    border: solid 1px #1f63bf;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    font-weight: 600;
    color: #1f63bf;
  }
  .courses .more:hover {
    color: #ffffff;
    background-color: #1f63bf;
    border: solid 1px #1f63bf;
  }
  /* end of tracks */

  /*reviews*/
  body .reviews {
    width: 100%;
    margin: auto;
    height: auto;
    position: relative;
  }
  .reviews > img {
    display: none;
  }
  .reviews .reviews-title {
    text-align: center;
    width: 330px;
    margin-top: 30px;
  }
  .reviews .reviews-title h2 {
    font-size: 28px;
    font-weight: 600;
  }
  .reviews .reviews-title h2 span {
    color: #1f63bf;
  }
  body .reviews .allreviews {
    width: 100%;
    height: auto;
    justify-content: center;
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, 45%);
    gap: 20px;
  }
  .reviews .allreviews .review {
    width: 80%;
    height: 320px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    padding-top: 30px;
    margin: auto;
  }
  .reviews .allreviews .review:nth-child(1),
  .reviews .allreviews .review:nth-child(4) {
    border: solid 6px #1f63bf;
  }
  .reviews .allreviews .review:nth-child(2),
  .reviews .allreviews .review:nth-child(3) {
    border: solid 2px #1f63bf;
  }
  .review .stud-img {
    width: 100%;
    margin-bottom: 30px;
  }
  .review .stud-img div {
    width: 74px;
    height: 74px;
    border-radius: 50px;
    text-align: center;
    background-color: #ffffff;
    margin: auto;
  }
  .review .stud-img div img {
    width: 74px;
    height: 74px;
  }
  .review-cont {
    margin-left: 15px;
  }
  .review-cont > a {
    text-decoration: none;
    color: #454545;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    margin: auto;
    display: inline-block;
    width: 100%;
  }
  .review-cont p {
    color: #606060;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    word-spacing: 2px;
    width: 90%;
    height: 60px;
    margin-top: 14px;
  }
  .review .review-react {
    display: flex;
    margin-top: 70px;
    padding-left: 10px;
    justify-content: space-between;
    align-items: center;
    padding-right: 20px;
  }
  .review-react a {
    text-decoration: none;
    word-spacing: 20px;
    font-size: 18px;
    color: #070707;
  }
  .review-react a:hover {
    color: #1f63bf;
  }
  .review-react h4 {
    color: #1f63bf;
    margin-top: 10px;
  }
  .review-react h4 a {
    text-decoration: none;
    color: #1f63bf;
    margin-left: 5px;
  }
  /* end of reviews */
  .activities {
    width: 100%;
    height: auto;
    background-color: #e0e5ecb0;
    padding-top: 10px;
    position: relative;
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .activities > img {
    display: none;
  }
  .activities .circle {
    position: absolute;
    left: 10%;
    top: 40%;
    width: 310px;
    z-index: 1;
  }
  .activities .ellips2 {
    position: absolute;
    left: 63%;
    top: 85%;
    width: 130px;
  }
  .activities .activities-title {
    text-align: center;
    width: 300px;
    margin: auto;
    margin-top: 30px;
  }
  .activities .activities-title h2 {
    font-size: 28px;
    font-weight: 600;
  }
  .activities .activities-title h2 span {
    color: #1f63bf;
  }
  .activities .activities-title p {
    text-align: center;
    color: #606060;
    font-size: 18px;
    margin-top: 20px;
    width: 300px;
  }
  .activities .images {
    width: 85%;
    height: auto;
    margin: auto;

    border: solid 8px #ffffff;
    margin-top: 30px;
    border-radius: 20px;
    display: grid;
    grid-template-columns: repeat(2, 45%);
    gap: 20px;
    padding: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
    justify-content: center;
  }
  body .activities .images div {
    width: 100%;
    margin: auto;
    height: 250px;
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.5s ease-in-out;
    z-index: 2;
  }
  body .activities .images div img {
    width: 100%;
    height: 250px;
    transition: transform 0.5s ease-in-out;
  }
  .activities .images div:hover {
    transform: scale(1.1);
  }
  .activities .images div img:hover {
    cursor: pointer;
    transform: scale(1.1);
  }
  /* end of activities */
  .discounts {
    width: 100%;
    height: auto;
    position: relative;
  }

  body .discounts .discounts-title {
    text-align: center;
    width: 300px;
    margin: auto;
    margin-top: 30px;
  }
  body .discounts .discounts-title h4 {
    font-size: 18px;
    width: 300px;
    height: 60px;
    line-height: 35px;
    text-align: center;
    margin: auto;
    font-weight: 600;
    color: #606060;
  }
  body .discounts .alldiscounts {
    width: 90%;
    height: auto;
    margin: auto;
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(3, 330px);
    gap: 20px;
    justify-content: center;
  }

  body .discounts .alldiscounts .discount {
    margin: auto;
    width: 90%;
    height: 287px;
    background-color: #1f63bf;
    text-align: center;
    padding: 5px;
    border-radius: 20px;
    display: flex;
  }
  .discounts .alldiscounts .discount:nth-child(2) {
    background-color: transparent;
    border: solid 6px #1f63bf;
  }
  .discounts .alldiscounts .discount div {
    margin: auto;
    margin-top: 4px;
    padding: 20px;
    width: 230px;
    height: 163px;
    background-color: #e0e5ecb0;
    border-radius: 20px;
    text-align: center;
  }
  body .discounts .alldiscounts .discount a div .light {
    display: none;
  }
  .discounts .alldiscounts .discount > img {
    width: 90.83px;
    height: 127px;
    z-index: 2;
  }
  body .discounts .alldiscounts .discount a {
    position: relative;
    display: inline;
    text-decoration: none;
    margin: auto;
    transition: transform 0.5s ease-in-out;
  }
  .discounts .alldiscounts .discount a:hover {
    transform: scale(1.1);
  }

  .discounts .alldiscounts .discount a div img {
    width: 40px;
    height: 40px;
  }
  body .discounts .alldiscounts .discount a div h3 {
    color: #ffffff;
    margin-top: 30px;
    width: 220px;
    font-size: 18px;
    margin: auto;
    margin-top: 20px;
  }
  .discounts .alldiscounts .discount:nth-child(2) div {
    background-color: #1f63bf;
  }
  .discounts .more2 {
    display: block;
    text-decoration: none;
    margin: auto;
    margin-top: 30px;
    width: 172px;
    height: 46px;
    border-radius: 10px;
    border: solid 1px #1f63bf;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    font-weight: 600;
    color: #1f63bf;
  }
  .discounts .more2:hover {
    color: #ffffff;
    background-color: #1f63bf;
    border: solid 1px #1f63bf;
  }
  /* end of discounts */
  body .certifications {
    width: 90%;
    height: auto;
    margin: auto;
    position: relative;
  }
  body .certifications .ellips1 {
    display: none;
  }
  body .certifications .certifications-title {
    text-align: center;
    width: 300px;
    margin: auto;
    margin-top: 30px;
  }
  body .certifications .certifications-title h2 {
    font-size: 28px;
    font-weight: 600;
  }
  .certifications .certifications-title h2 span {
    color: #1f63bf;
  }
  body .certifications .certifs {
    width: 90%;
    margin: auto;
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, 50%);
    gap: 20px;
    padding: 10px;
  }
  body .certifications .certifs .certif {
    width: 80%;
    height: 264px;
    margin: auto;
    border: solid 5px #1f63bf;
    transition: transform 0.5s ease-in-out;
  }
  .certifications .certifs .certif:hover {
    transform: scale(1.1);
  }
  .certifications .certifs .certif img {
    width: 100%;
    height: 100%;
  }

  .certifications .more2 {
    display: block;
    text-decoration: none;
    margin: auto;
    margin-top: 20px;
    width: 172px;
    height: 46px;
    border-radius: 10px;
    border: solid 1px #1f63bf;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    font-weight: 600;
    color: #1f63bf;
  }
  .certifications .more2:hover {
    color: #ffffff;
    background-color: #1f63bf;
    border: solid 1px #1f63bf;
  }
  .certifications .ellips2 {
    display: none;
  }
  /* end of certifications */

  footer {
    margin-top: 30px;
    width: 100%;
    height: 550px;
    border-top: solid 1px #00000014;
    padding-top: 30px;
    padding-bottom: 20px;
  }
  footer .foot-divs {
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: 35% 40% 25%;
    justify-content: center;
    gap: 50px;
  }
  .foot-divs .foot-div {
    width: 100%;
    text-align: right;
    padding-right: 50px;
  }
  .foot-divs .foot-div h2 {
    display: inline-block;
    color: #343434;
    font-size: 36px;
    font-weight: 500;
    line-height: 45px;
  }
  .foot-divs .foot-div div h4 {
    font-size: 22px;
    line-height: 40px;
    font-weight: 400;
    margin-top: 20px;
  }
  .foot-divs .foot-div div a {
    text-decoration: none;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    color: #606060;
    display: inline-block;
    margin: auto;
    text-align: center;
    margin-top: 10px;
  }
  .foot-divs .foot-div2 {
    margin-top: 0px;
    text-align: center;
  }
  .foot-divs .foot-div2 img {
    width: 110px;
    height: 110px;
  }
  .foot-divs .foot-div2 h3 {
    font-size: 22px;
    line-height: 40px;
    font-weight: 400;
    margin-top: 20px;
  }
  .foot-divs .foot-div2 ul {
    list-style: none;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 40px;
  }
  .foot-divs .foot-div2 ul li a {
    color: #1f63bf;
    font-size: 40px;
  }
  .foot-divs .foot-div2 ul li a:hover {
    color: #343434;
  }
  body .foot-divs .foot-div3 {
    width: 100%;
    padding-left: 0px;
    text-align: left;
  }
  .foot-divs .foot-div3 h2 {
    display: inline-block;
    text-align: center;
    font-size: 26px;
    font-weight: 500;
    line-height: 45px;
  }
  .foot-divs .foot-div3 ul {
    margin-top: 20px;
    list-style: none;
  }
  .foot-divs .foot-div3 ul li {
    margin-top: 10px;
  }
  .foot-divs .foot-div3 ul li a {
    text-decoration: none;
    color: #606060;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
  }
  .foot-divs .foot-div3 ul li a:hover {
    color: #1f63bf;
  }
  footer p {
    margin-top: 50px;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .side-nav {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: width 0.5s ease;
    z-index: 1000;
  }
  .side-nav .nav-links .logo {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 100px;
    margin: auto;
  }
  .side-nav .nav-links .logo .bars a {
    font-size: 30px;
    color: #1f63bf;
    margin-right: 10px;
  }
  .side-nav .nav-links .logo img {
    width: 110px;
    margin-left: -10px;
  }
  body .side-nav .nav-links ul {
    list-style: none;
  }
  .side-nav .nav-links ul li {
    text-align: left;
    margin-top: 0px;
    font-size: 22px;
    padding: 12px;
  }
  .side-nav .nav-links ul li:hover {
    background-color: #1f63bf;
    color: #ffffff;
  }
  .side-nav .nav-links ul li:hover a {
    color: #ffffff;
  }
  .side-nav .nav-links ul li a {
    text-decoration: none;
    font-size: 20px;
    color: #606060;
    margin-left: 30px;
  }
  .side-nav .nav-links .regester {
    text-align: left;
    margin-top: 40px;
  }
  .side-nav .nav-links .regester {
    color: #1f63bf;
    text-decoration: none;
    align-items: center;
    gap: 10px;
    margin-left: 25px;
  }
  .side-nav .nav-links .regester a {
    display: flex;
    display: inline-block;
    text-decoration: none;
    color: #606060;
    width: 144px;
    height: 40px;
    border: none;
    box-shadow: -2px -2px 8px 0px #00000014;
    box-shadow: 2px 2px 8px 8px #00000014;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    border-radius: 16px;
    font-weight: 400;
    margin-left: 10px;
  }
  .side-nav .nav-links .regester a:nth-child(2) {
    background-color: #1f63bf;
    color: #ffffff;
  }
  .side-nav .nav-links .regester a:nth-child(1):hover {
    background-color: #1f63bf;
    color: #ffffff;
  }
  .side-nav .nav-links .regester a:nth-child(2):hover {
    background: none;
    color: #606060;
  }
  header {
    position: relative;
    height: auto;
    width: 100%;
  }
  header div nav {
    width: 100%;
    height: 15vh;
  }
  header nav .links {
    display: flex;
  }
  nav .links {
    display: flex;
    align-items: center;
    gap: 30px;
  }
  header nav .regester{
    display: none;
  }
  header div nav {
    width: 100%;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  header nav .logo {
    padding-top: 30px;
  }
  header nav .logo img {
    width: 160px;
  }
  header nav .links {
    display: none;
  }
  header nav .links ul {
    list-style: none;
    display: flex;
    gap: 30px;
  }
  header nav .links ul li {
    width: 60px;
    height: 130px;
    text-align: center;
    padding-top: 10px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  header nav .links ul .active {
    color: #ffffff;
    background-color: #1f63bf;
  }
  header nav .links ul li:hover {
    color: #ffffff;
    background-color: #1f63bf;
  }
  header nav ul li a {
    display: block;
    text-align: center;
    width: 60px;
    height: 145px;
    font-size: 12px;
    text-decoration: none;
    color: #606060;
    line-height: 30px;
    font-weight: 400;
    margin-top: 65px;
  }
  header nav ul .active a {
    color: #ffffff;
  }
  header nav ul li:hover a {
    color: #ffffff;
  }
  header nav .regester {
    padding-top: 30px;
    gap: 10px;
  }
  header nav .links .regester a {
    display: flex;
    display: inline-block;
    text-decoration: none;
    color: #606060;
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    border-radius: 16px;
    font-weight: 400;
  }
  header nav .links .regester a:nth-child(1) {
    border: solid 1px #606060;
  }
  header nav .links .regester a:nth-child(2) {
    background-color: #1f63bf;
    color: #ffffff;
  }
  header nav .links .regester a:nth-child(1):hover {
    background-color: #1f63bf;
    color: #ffffff;
  }
  header nav .regester a:nth-child(2):hover {
    background: #ffffff;
    color: #1f63bf;
  }
  header .bars {
    display: block;
    margin-top: 0;
    margin-left: 30px;
  }
  header div nav .bars a i {
    font-size: 35px;
    margin-left: 20px;
  }
  header div nav .logo {
    padding-top: 0px;
  }
  header div nav .logo img {
    width: 130px;
  }
  body header div .head-content {
    width: 500px;
    height: auto;
    margin-top: 30px;
  }
  header div .head-content .cont-title {
    width: 100%;
    text-align: center;
  }
  header div .head-content .cont-title img {
    width: 100%;
  }
  header div .head-content .cont-statment {
    width: 400px;
    margin: auto;
    text-align: center;
  }
  body header div .head-content .cont-statment h2 {
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: 500;
    word-spacing: 5px;
    margin-top: 20px;
    margin-left: 3px;
  }
  header div .head-content .cont-statment h2 span {
    color: #1f63bf;
  }
  body header div .head-content .cont-statment p {
    width: 400px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    margin: auto;
    margin-top: 15px;
    color: #606060;
  }
  body header div .head-content .head-btns {
    width: 340px;
    height: 100px;
    display: flex;
    margin: auto;
    margin-top: 10px;
    gap: 30px;
    text-align: center;
  }
  header div .head-content .head-btns a {
    text-decoration: none;
    margin: auto;
  }
  header div .head-content .head-btns a:nth-child(1) {
    color: #ffffff;
    background-color: #1f63bf;
    width: 320px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 14px;
    font-size: 12px;
    font-weight: 500;
    margin: auto;
  }
  header div .head-content .head-btns a:nth-child(1):hover {
    background-color: transparent;
    color: #1f63bf;
    border: solid 1px #1f63bf;
  }
  header .head-content .head-btns a:nth-child(2) {
    width: 390px;
    display: flex;
    align-items: center;
    color: #606060;
    font-size: 12px;
    font-weight: 500;
    margin: auto;
    margin-left: 10px;
    margin-top: 30px;
  }
  header div .head-content .head-btns a:nth-child(2):hover {
    color: #1f63bf;
  }
  .head-content .head-btns a:nth-child(2) div {
    background-color: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    text-align: center;
    line-height: 50px;
    margin-right: 10px;
  }
  .head-btns a:nth-child(2) div img {
    width: 40%;
  }
  /* end header */
  body .counters {
    width: 100%;
    height: auto;
    margin: auto;
    margin-top: 30px;
  }
  body .counters .counts {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 45%);
    gap: 20px;
    padding-left: 0;
    justify-content: center;
  }
  body .counters .counts .count {
    width: 90%;
    margin: auto;
    height: 227px;
    border: solid 3px #1f63bf;
    border-radius: 20px;
    overflow: hidden;
  }
  .count .count-txt {
    margin-top: 10px;
    font-size: 16px;
    text-align: center;
    color: #606060;
    font-weight: 500;
    line-height: 40px;
  }
  /* end of counts */
  .news .news-title h2 {
    font-size: 30px;
    font-weight: 600;
  }
  .slide-details:hover .details {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 90%;
    padding-top: 60px;
    padding-bottom: 20px;
  }
  .initiative .initiat-title h2 {
    font-size: 30px;
    font-weight: 500;
  }
  .initiative .initiat-title p {
    font-size: 18px;
    width: 100%;
  }
  .initia-tracks .initia-track-title h2 {
    font-size: 30px;
  }
  .initia-tracks .initia-track-title p {
    font-size: 16px;
    width: 100%;
  }
  .intia-all {
    width: 90%;
    display: grid;
    grid-template-columns: repeat(2,45%);
    justify-content: center;
    margin-top: 20px;
  }
  .intia-all .intia-track {
    width: 100%;
    height: 100px;
    margin-left: 0;
  }
  .intia-all .intia-track a {
    display: block;
    line-height: 30px;
    font-size: 18px;
    margin-top: 30px;
  
  }
  body .about {
    width: 100%;
    height: auto;
    background-color: #1f63bf;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px;
  }
  .about .abouts {
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: 50% 40%;
    gap: 10px;
  }
  .about .about1 h2 {
    color: #ffffff;
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    margin-top: 0px;
  }
  .about .about1 h3 {
    color: #ffffff;
    font-size: 24px;
    line-height: 30px;
    margin-top: 10px;
    font-weight: 600;
  }
  .about .about1 p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin-top: 20px;
    width: 400px;
  }
  .about .about1 a {
    display: inline-block;
    text-decoration: none;
    color: #1f63bf;
    background-color: #ffffff;
    width: 210px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 30px;
  }
  .about-left a:hover {
    background-color: #1f63bf;
    color: #ffffff;
    border: solid 1px #ffffff;
  }
  body .about .about2 {
    width: 100%;
    height: 220px;
    border-radius: 20px;
    margin-top: 30px;
    background-color: antiquewhite;
  }
  /* end of about */
  body .courses {
    width: 100%;
    margin: auto;
    height: auto;
    position: relative;
  }
  .courses > img {
    display: none;
  }
  .courses .courses-title {
    text-align: center;
    width: 300px;
    margin: auto;
    margin-top: 80px;
  }
  .courses .courses-title h2 {
    font-size: 28px;
    font-weight: 600;
  }
  .courses-title h2 span {
    color: #1f63bf;
  }
  .courses-title p {
    color: #606060;
    font-size: 18px;
    margin-top: 10px;
  }
  body .courses .tracks {
    width: 90%;
    height: auto;
    margin: auto;
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, 50%);
    gap: 20px;
  }
  body .courses .tracks .track {
    width: auto;
    height: 330px;
    background-color: #e0e5ecb0;
    padding: 15px;
    padding-bottom: 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    margin: auto;
  }
  .track .track-img {
    width: 300px;
    margin: auto;
  }
  .track .track-img div {
    width: 74px;
    height: 74px;
    border-radius: 50px;
    line-height: 90px;
    text-align: center;
    background-color: #ffffff;
    margin: auto;
  }
  .track .track-img div img {
    width: 30px;
    height: 30px;
  }
  .track-cont {
    margin-top: 20px;
  }
  .track-cont > a {
    text-decoration: none;
    color: #1f63bf;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    width: 100%;
    display: inline-block;
  }
  .track-cont p {
    color: #606060;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    word-spacing: 2px;
    width: 100%;
    height: 60px;
    margin-top: 24px;
  }
  body .track .track-instractor {
    border-left: solid 4px #1f63bf;
    margin-top: 60px;
    padding-left: 10px;
    align-items: center;
    padding-right: 20px;
  }
  body .track-instractor h3 {
    font-size: 15px;
    color: #454545;
  }
  .track-instractor h4 {
    color: #1f63bf;
    margin-top: 10px;
  }
  .track-instractor h4 a {
    font-size: 14px;
    text-decoration: none;
    color: #1f63bf;
    margin-left: 5px;
  }
  .track-instractor .react a.active {
    color: red;
  }
  .courses .more {
    display: block;
    text-decoration: none;
    margin: auto;
    margin-top: 30px;
    width: 172px;
    height: 46px;
    border-radius: 10px;
    border: solid 1px #1f63bf;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    font-weight: 600;
    color: #1f63bf;
  }
  .courses .more:hover {
    color: #ffffff;
    background-color: #1f63bf;
    border: solid 1px #1f63bf;
  }
  /* end of tracks */

  /*reviews*/
  body .reviews {
    width: 100%;
    margin: auto;
    height: auto;
    position: relative;
  }
  .reviews > img {
    display: none;
  }
  .reviews .reviews-title {
    text-align: center;
    width: 330px;
    margin-top: 30px;
  }
  .reviews .reviews-title h2 {
    font-size: 28px;
    font-weight: 600;
  }
  .reviews .reviews-title h2 span {
    color: #1f63bf;
  }
  body .reviews .allreviews {
    width: 100%;
    height: auto;
    justify-content: center;
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, 50%);
    gap: 20px;
  }
  .reviews .allreviews .review {
    width: 80%;
    height: 320px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    padding-top: 30px;
    margin: auto;
  }
  .reviews .allreviews .review:nth-child(1),
  .reviews .allreviews .review:nth-child(4) {
    border: solid 6px #1f63bf;
  }
  .reviews .allreviews .review:nth-child(2),
  .reviews .allreviews .review:nth-child(3) {
    border: solid 2px #1f63bf;
  }
  .review .stud-img {
    width: 100%;
    margin-bottom: 30px;
  }
  .review .stud-img div {
    width: 74px;
    height: 74px;
    border-radius: 50px;
    text-align: center;
    background-color: #ffffff;
    margin: auto;
  }
  .review .stud-img div img {
    width: 74px;
    height: 74px;
  }
  .review-cont {
    margin-left: 15px;
  }
  .review-cont > a {
    text-decoration: none;
    color: #454545;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    margin: auto;
    display: inline-block;
    width: 100%;
  }
  .review-cont p {
    color: #606060;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    word-spacing: 2px;
    width: 95%;
    height: 60px;
    margin-top: 14px;
  }
  .review .review-react {
    display: flex;
    margin-top: 70px;
    padding-left: 10px;
    justify-content: space-between;
    align-items: center;
    padding-right: 20px;
  }
  .review-react a {
    text-decoration: none;
    word-spacing: 20px;
    font-size: 18px;
    color: #070707;
  }
  .review-react a:hover {
    color: #1f63bf;
  }
  .review-react h4 {
    color: #1f63bf;
    margin-top: 10px;
  }
  .review-react h4 a {
    text-decoration: none;
    color: #1f63bf;
    margin-left: 5px;
  }
  /* end of reviews */
  .activities {
    width: 100%;
    height: auto;
    background-color: #e0e5ecb0;
    padding-top: 10px;
    position: relative;
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .activities > img {
    display: none;
  }
  .activities .circle {
    position: absolute;
    left: 10%;
    top: 40%;
    width: 310px;
    z-index: 1;
  }
  .activities .ellips2 {
    position: absolute;
    left: 63%;
    top: 85%;
    width: 130px;
  }
  .activities .activities-title {
    text-align: center;
    width: 300px;
    margin: auto;
    margin-top: 30px;
  }
  .activities .activities-title h2 {
    font-size: 28px;
    font-weight: 600;
  }
  .activities .activities-title h2 span {
    color: #1f63bf;
  }
  .activities .activities-title p {
    text-align: center;
    color: #606060;
    font-size: 18px;
    margin-top: 20px;
    width: 300px;
  }
  .activities .images {
    width: 85%;
    height: auto;
    margin: auto;

    border: solid 8px #ffffff;
    margin-top: 30px;
    border-radius: 20px;
    display: grid;
    grid-template-columns: repeat(2, 45%);
    gap: 20px;
    padding: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
    justify-content: center;
  }
  body .activities .images div {
    width: 100%;
    margin: auto;
    height: 250px;
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.5s ease-in-out;
    z-index: 2;
  }
  body .activities .images div img {
    width: 100%;
    height: 250px;
    transition: transform 0.5s ease-in-out;
  }
  .activities .images div:hover {
    transform: scale(1.1);
  }
  .activities .images div img:hover {
    cursor: pointer;
    transform: scale(1.1);
  }
  /* end of activities */
  .discounts {
    width: 100%;
    height: auto;
    position: relative;
  }

  body .discounts .discounts-title {
    text-align: center;
    width: 300px;
    margin: auto;
    margin-top: 30px;
  }
  body .discounts .discounts-title h4 {
    font-size: 22px;
    width: 300px;
    height: 60px;
    line-height: 35px;
    text-align: center;
    margin: auto;
    font-weight: 600;
    color: #606060;
  }
  body .discounts .alldiscounts {
    width: 90%;
    height: auto;
    margin: auto;
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, 45%);
    gap: 20px;
    padding-left: 5%;
  }

  body .discounts .alldiscounts .discount {
    margin: auto;
    width: 90%;
    height: 287px;
    background-color: #1f63bf;
    text-align: center;
    padding: 5px;
    border-radius: 20px;
    display: flex;
  }
  .discounts .alldiscounts .discount:nth-child(2) {
    background-color: transparent;
    border: solid 6px #1f63bf;
  }
  .discounts .alldiscounts .discount div {
    margin: auto;
    margin-top: 4px;
    padding: 20px;
    width: 230px;
    height: 163px;
    background-color: #e0e5ecb0;
    border-radius: 20px;
    text-align: center;
  }
  body .discounts .alldiscounts .discount a div .light {
    display: none;
  }
  .discounts .alldiscounts .discount > img {
    width: 90.83px;
    height: 127px;
    z-index: 2;
  }
  body .discounts .alldiscounts .discount a {
    position: relative;
    display: inline;
    text-decoration: none;
    margin: auto;
    transition: transform 0.5s ease-in-out;
  }
  .discounts .alldiscounts .discount a:hover {
    transform: scale(1.1);
  }

  .discounts .alldiscounts .discount a div img {
    width: 40px;
    height: 40px;
  }
  body .discounts .alldiscounts .discount a div h3 {
    color: #ffffff;
    margin-top: 30px;
    width: 220px;
    font-size: 18px;
    margin: auto;
    margin-top: 20px;
  }
  .discounts .alldiscounts .discount:nth-child(2) div {
    background-color: #1f63bf;
  }
  .discounts .more2 {
    display: block;
    text-decoration: none;
    margin: auto;
    margin-top: 30px;
    width: 172px;
    height: 46px;
    border-radius: 10px;
    border: solid 1px #1f63bf;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    font-weight: 600;
    color: #1f63bf;
  }
  .discounts .more2:hover {
    color: #ffffff;
    background-color: #1f63bf;
    border: solid 1px #1f63bf;
  }
  /* end of discounts */
  body .certifications {
    width: 90%;
    height: auto;
    margin: auto;
    position: relative;
  }
  body .certifications .ellips1 {
    display: none;
  }
  body .certifications .certifications-title {
    text-align: center;
    width: 300px;
    margin: auto;
    margin-top: 30px;
  }
  body .certifications .certifications-title h2 {
    font-size: 28px;
    font-weight: 600;
  }
  .certifications .certifications-title h2 span {
    color: #1f63bf;
  }
  body .certifications .certifs {
    width: 90%;
    margin: auto;
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, 50%);
    gap: 20px;
    padding: 10px;
  }
  body .certifications .certifs .certif {
    width: 80%;
    height: 264px;
    margin: auto;
    border: solid 5px #1f63bf;
    transition: transform 0.5s ease-in-out;
  }
  .certifications .certifs .certif:hover {
    transform: scale(1.1);
  }
  .certifications .certifs .certif img {
    width: 100%;
    height: 100%;
  }

  .certifications .more2 {
    display: block;
    text-decoration: none;
    margin: auto;
    margin-top: 20px;
    width: 172px;
    height: 46px;
    border-radius: 10px;
    border: solid 1px #1f63bf;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    font-weight: 600;
    color: #1f63bf;
  }
  .certifications .more2:hover {
    color: #ffffff;
    background-color: #1f63bf;
    border: solid 1px #1f63bf;
  }
  .certifications .ellips2 {
    display: none;
  }
  /* end of certifications */

  footer {
    margin-top: 30px;
    width: 100%;
    height: 550px;
    border-top: solid 1px #00000014;
    padding-top: 30px;
    padding-bottom: 20px;
  }
  footer .foot-divs {
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: 30% 40% 25%;
    justify-content: center;
    gap: 50px;
  }
  .foot-divs .foot-div {
    width: 100%;
    text-align: right;
    padding-right: 50px;
  }
  .foot-divs .foot-div h2 {
    display: inline-block;
    color: #343434;
    font-size: 26px;
    font-weight: 500;
    line-height: 45px;
  }
  .foot-divs .foot-div div h4 {
    font-size: 20px;
    line-height: 40px;
    font-weight: 400;
    margin-top: 20px;
  }
  .foot-divs .foot-div div a {
    text-decoration: none;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    color: #606060;
    display: inline-block;
    margin: auto;
    text-align: center;
    margin-top: 10px;
  }
  .foot-divs .foot-div2 {
    margin-top: 0px;
    text-align: center;
  }
  .foot-divs .foot-div2 img {
    width: 110px;
    height: 110px;
  }
  .foot-divs .foot-div2 h3 {
    font-size: 22px;
    line-height: 40px;
    font-weight: 400;
    margin-top: 20px;
  }
  .foot-divs .foot-div2 ul {
    list-style: none;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 40px;
  }
  .foot-divs .foot-div2 ul li a {
    color: #1f63bf;
    font-size: 40px;
  }
  .foot-divs .foot-div2 ul li a:hover {
    color: #343434;
  }
  body .foot-divs .foot-div3 {
    width: 100%;
    padding-left: 0px;
    text-align: left;
  }
  .foot-divs .foot-div3 h2 {
    display: inline-block;
    text-align: center;
    font-size: 26px;
    font-weight: 500;
    line-height: 45px;
  }
  .foot-divs .foot-div3 ul {
    margin-top: 20px;
    list-style: none;
  }
  .foot-divs .foot-div3 ul li {
    margin-top: 10px;
  }
  .foot-divs .foot-div3 ul li a {
    text-decoration: none;
    color: #606060;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
  }
  .foot-divs .foot-div3 ul li a:hover {
    color: #1f63bf;
  }
  footer p {
    margin-top: 50px;
    text-align: center;
  }
}
@media only screen and (min-width: 500px) and (max-width: 768px) {
  .side-nav {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: width 0.5s ease;
    z-index: 1000;
  }
  .side-nav .nav-links .logo {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 100px;
    margin: auto;
  }
  .side-nav .nav-links .logo .bars a {
    font-size: 30px;
    color: #1f63bf;
    margin-right: 10px;
  }
  .side-nav .nav-links .logo img {
    width: 110px;
    margin-left: -10px;
  }
  .side-nav .nav-links ul {
    list-style: none;
  }
  .side-nav .nav-links ul li {
    text-align: left;
    margin-top: 0px;
    font-size: 22px;
    padding: 12px;
  }
  .side-nav .nav-links ul li:hover {
    background-color: #1f63bf;
    color: #ffffff;
  }
  .side-nav .nav-links ul li:hover a {
    color: #ffffff;
  }
  .side-nav .nav-links ul li a {
    text-decoration: none;
    font-size: 20px;
    color: #606060;
    margin-left: 30px;
  }
  .side-nav .nav-links .regester {
    text-align: left;
    margin-top: 40px;
  }
  .side-nav .nav-links .regester {
    color: #1f63bf;
    text-decoration: none;
    align-items: center;
    gap: 10px;
    margin-left: 25px;
  }
  .side-nav .nav-links .regester a {
    display: flex;
    display: inline-block;
    text-decoration: none;
    color: #606060;
    width: 144px;
    height: 40px;
    border: none;
    box-shadow: -2px -2px 8px 0px #00000014;
    box-shadow: 2px 2px 8px 8px #00000014;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    border-radius: 16px;
    font-weight: 400;
    margin-left: 10px;
  }
  .side-nav .nav-links .regester a:nth-child(2) {
    background-color: #1f63bf;
    color: #ffffff;
  }
  .side-nav .nav-links .regester a:nth-child(1):hover {
    background-color: #1f63bf;
    color: #ffffff;
  }
  .side-nav .nav-links .regester a:nth-child(2):hover {
    background: none;
    color: #606060;
  }
  header {
    position: relative;
    height: auto;
    width: 100%;
  }
  header div nav {
    width: 100%;
    height: 15vh;
  }
  header nav .links {
    display: none;
  }
  header nav .regester{
    display: none;
  }
  header .bars {
    display: block;
    margin-top: 0;
    margin-left: 30px;
  }
  header div nav .bars a i {
    font-size: 35px;
    margin-left: 20px;
  }
  header div nav .logo {
    padding-top: 0px;
  }
  header div nav .logo img {
    width: 130px;
  }
  body header div .head-content {
    width: 400px;
    height: auto;
    margin-top: 30px;
  }
  body header div .head-content .cont-title {
    width: 100%;
    text-align: center;
  }
  body header div .head-content .cont-title img {
    width: 100%;
  }
  body header div .head-content .cont-statment {
    width: 100%;
    margin: auto;
    text-align: center;
  }
  body header div .head-content .cont-statment h2 {
    font-size: 34px;
    line-height: 34px;
    text-align: center;
    font-weight: 500;
    word-spacing: 5px;
    margin-top: 20px;
    margin-left: 3px;
  }
  header div .head-content .cont-statment h2 span {
    color: #1f63bf;
  }
  body header div .head-content .cont-statment p {
    width: 400px;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    margin: auto;
    margin-top: 15px;
    color: #606060;
  }
  body header div .head-content .head-btns {
    width: 340px;
    height: 100px;
    display: flex;
    margin: auto;
    margin-top: 20px;
    gap: 30px;
    text-align: center;
  }
  header div .head-content .head-btns a {
    text-decoration: none;
    margin: auto;
  }
  header div .head-content .head-btns a:nth-child(1) {
    color: #ffffff;
    background-color: #1f63bf;
    width: 246px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 14px;
    font-size: 10px;
    font-weight: 500;
    margin: auto;
  }
  header div .head-content .head-btns a:nth-child(1):hover {
    background-color: transparent;
    color: #1f63bf;
    border: solid 1px #1f63bf;
  }
  header .head-content .head-btns a:nth-child(2) {
    width: 330px;
    display: flex;
    align-items: center;
    color: #606060;
    font-size: 12px;
    font-weight: 500;
    margin: auto;
    margin-left: 10px;
    margin-top: 30px;
  }
  header div .head-content .head-btns a:nth-child(2):hover {
    color: #1f63bf;
  }
  .head-content .head-btns a:nth-child(2) div {
    background-color: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    text-align: center;
    line-height: 50px;
    margin-right: 10px;
  }
  .head-btns a:nth-child(2) div img {
    width: 40%;
  }
  /* end header */
  body .counters {
    width: 100%;
    height: auto;
    margin: auto;
    margin-top: 30px;
  }
  body .counters .counts {
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2, 45%);
    gap: 20px;
    justify-content: center;
    padding-left: 0;
  }
  body .counters .counts .count {
    width: 100%;
    margin: auto;
    height: 230px;
    border: solid 3px #1f63bf;
    border-radius: 20px;
    overflow: hidden;
  }
  .count .count-txt {
    margin-top: 10px;
    font-size: 16px;
    text-align: center;
    color: #606060;
    font-weight: 500;
    line-height: 40px;
  }
  /* end of counts */
  .news {
    width: 100%;
    height: auto;
    justify-content: center;
  }
  .news .news-title {
    text-align: center;
    width: 100%;
    margin: auto;
    margin-top: 35px;
  }
  .news .news-title h2 {
    font-size: 30px;
    font-weight: 600;
  }
  .slide-details .details h2 {
    font-size: 24px;
  }
  .slide-details .details h2 span {
    color: #1f63bf;
  }
  .slide-container {
    margin: auto;
    margin-top: 20px;
    position: relative;
    width: 85%;
    height: 90vh;
  }
  .details p {
    color: white;
    font-size: 16px;
    line-height: 30px;
    width: 80%;
    margin: auto;
  }
  .details .button {
    width: 100%;
    margin-left: -1%;
    justify-content: center;
  }
  .details .button a {
    display: flex;
    display: inline-block;
    text-decoration: none;
    color: #606060;
    width: 200px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    border-radius: 15px;
    font-weight: 400;
  }
  .details .button a:nth-child(1) {
    background-color: #ffffff;
    border: solid 1px #606060;
  }
  .details .button a:nth-child(2) {
    background-color: #1f63bf;
    color: #ffffff;
  }
  .details .button a:nth-child(1):hover {
    background-color: #1f63bf;
    color: #ffffff;
    transition: 0.5s;
  }
  .details .button a:nth-child(2):hover {
    background: #ffffff;
    color: #1f63bf;
    transition: 0.5s;
  }
  .slide-details:hover .details {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 500px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .slide-details > .details {
    position: absolute;
    bottom: 0;
    transition: 0.5s;
  }
  .news:hover .buttons span.next {
    background-color: #222;
    transition: 0.7s;
    color: white;
    transform: translateX(100%);
  }
  .news:hover .buttons span.prev {
    background-color: #222;
    color: white;
    transition: 0.7s;
    transform: translateX(-74%);
  }
  .initiative .initiat-title {
    width: 100%;
  }
  .initiative .initiat-title h2 {
    font-size: 30px;
    font-weight: 500;
  }
  .initiative .initiat-title p {
    font-size: 18px;
    width: 100%;
  }
  .initiative .video {
    height: 500px;
  }
  .initia-tracks .initia-track-title {
    width: 100%;
  }
  .initia-tracks .initia-track-title h2 {
    font-size: 30px;
  }
  .initia-tracks .initia-track-title p {
    font-size: 16px;
    width: 100%;
  }
  .intia-all {
    width: 90%;
    display: grid;
    grid-template-columns: repeat(2, 45%);
    justify-content: center;
    margin: auto;
    margin-top: 20px;
    
  }
  .intia-all .intia-track {
    width: 100%;
    height: 100px;
    margin-left: 0;
  }
  .intia-all .intia-track a {
    display: block;
    line-height: 30px;
    font-size: 16px;
    margin-top: 30px;
  }
  body .about {
    width: 100%;
    height: auto;
    background-color: #1f63bf;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px;
  }
  .about .abouts {
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(1, 100%);
    gap: 20px;
  }
  .about .about1 h2 {
    color: #ffffff;
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    margin-top: 0px;
  }
  .about .about1 h3 {
    color: #ffffff;
    font-size: 24px;
    line-height: 30px;
    margin-top: 10px;
    font-weight: 600;
  }
  .about .about1 p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin-top: 20px;
    width: 90%;
  }
  .about .about1 a {
    display: inline-block;
    text-decoration: none;
    color: #1f63bf;
    background-color: #ffffff;
    width: 210px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 30px;
  }
  .about-left a:hover {
    background-color: #1f63bf;
    color: #ffffff;
    border: solid 1px #ffffff;
  }
  body .about .about2 {
    height: 60vh;
    margin-left: 0px;
    border-radius: 20px;
    margin-top: 30px;
    background-color: antiquewhite;
  }
  /* end of about */
  .news .news-title h2 {
    font-size: 30px;
  }
  .news .buttons span {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
  }
  body .courses {
    width: 100%;
    height: auto;
    position: relative;
  }
  .courses > img {
    display: none;
  }
  .courses .courses-title {
    text-align: center;
    width: 300px;
    margin: auto;
    margin-top: 35px;
  }
  .courses .courses-title h2 {
    font-size: 30px;
    font-weight: 600;
  }
  .courses-title h2 span {
    color: #1f63bf;
  }
  .courses-title p {
    color: #606060;
    font-size: 16px;
    margin-top: 10px;
  }
  body .courses .tracks {
    width: 90%;
    height: auto;
    margin-top: 30px;
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(1, 90%);
    gap: 20px;
  }
  body .courses .tracks .track {
    width: 90%;
    height: 330px;
    background-color: #e0e5ecb0;
    padding: 15px;
    padding-bottom: 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    margin-left: 3%;
  }
  .track .track-img {
    width: 300px;
    margin: auto;
  }
  .track .track-img div {
    width: 74px;
    height: 74px;
    border-radius: 50px;
    line-height: 90px;
    text-align: center;
    background-color: #ffffff;
    margin: auto;
  }
  .track .track-img div img {
    width: 30px;
    height: 30px;
  }
  .track-cont {
    margin-top: 20px;
  }
  .track-cont > a {
    text-decoration: none;
    color: #1f63bf;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    width: 100%;
    display: inline-block;
  }
  .track-cont p {
    color: #606060;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    word-spacing: 2px;
    width: 100%;
    height: 60px;
    margin-top: 24px;
  }
  body .track .track-instractor {
    border-left: solid 4px #1f63bf;
    margin-top: 60px;
    padding-left: 10px;
    align-items: center;
    padding-right: 20px;
  }
  body .track-instractor h3 {
    font-size: 15px;
    color: #454545;
  }
  .track-instractor h4 {
    color: #1f63bf;
    margin-top: 10px;
  }
  .track-instractor h4 a {
    font-size: 14px;
    text-decoration: none;
    color: #1f63bf;
    margin-left: 5px;
  }
  .track-instractor .react a.active {
    color: red;
  }
  .courses .more {
    display: block;
    text-decoration: none;
    margin: auto;
    margin-top: 30px;
    width: 172px;
    height: 46px;
    border-radius: 10px;
    border: solid 1px #1f63bf;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    font-weight: 600;
    color: #1f63bf;
  }
  .courses .more:hover {
    color: #ffffff;
    background-color: #1f63bf;
    border: solid 1px #1f63bf;
  }
  /* end of tracks */

  /*reviews*/
  body .reviews {
    width: 100%;
    margin: auto;
    height: auto;
    position: relative;
  }
  .reviews > img {
    display: none;
  }
  .reviews .reviews-title {
    text-align: center;
    width: 300px;
    margin-top: 30px;
  }
  .reviews .reviews-title h2 {
    font-size: 24px;
    font-weight: 600;
  }
  .reviews .reviews-title h2 span {
    color: #1f63bf;
  }
  body .reviews .allreviews {
    width: 100%;
    height: auto;
    justify-content: center;
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(1, 90%);
    gap: 20px;
  }
  .reviews .allreviews .review {
    width: 80%;
    height: 320px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    padding-top: 30px;
    margin: auto;
  }
  .reviews .allreviews .review:nth-child(1),
  .reviews .allreviews .review:nth-child(4) {
    border: solid 6px #1f63bf;
  }
  .reviews .allreviews .review:nth-child(2),
  .reviews .allreviews .review:nth-child(3) {
    border: solid 2px #1f63bf;
  }
  .review .stud-img {
    width: 100%;
    margin-bottom: 30px;
  }
  .review .stud-img div {
    width: 74px;
    height: 74px;
    border-radius: 50px;
    text-align: center;
    background-color: #ffffff;
    margin: auto;
  }
  .review .stud-img div img {
    width: 74px;
    height: 74px;
  }
  .review-cont {
    margin-left: 15px;
  }
  .review-cont > a {
    text-decoration: none;
    color: #454545;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    margin: auto;
    display: inline-block;
    width: 100%;
  }
  .review-cont p {
    color: #606060;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    word-spacing: 2px;
    width: 100%;
    height: 60px;
    margin-top: 14px;
  }
  .review .review-react {
    display: flex;
    margin-top: 70px;
    padding-left: 10px;
    justify-content: space-between;
    align-items: center;
    padding-right: 20px;
  }
  .review-react a {
    text-decoration: none;
    word-spacing: 20px;
    font-size: 18px;
    color: #070707;
  }
  .review-react a:hover {
    color: #1f63bf;
  }
  .review-react h4 {
    color: #1f63bf;
    margin-top: 10px;
  }
  .review-react h4 a {
    text-decoration: none;
    color: #1f63bf;
    margin-left: 5px;
  }
  /* end of reviews */
  .activities {
    width: 100%;
    height: auto;
    background-color: #e0e5ecb0;
    padding-top: 10px;
    position: relative;
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .activities > img {
    display: none;
  }
  .activities .circle {
    position: absolute;
    left: 10%;
    top: 40%;
    width: 310px;
    z-index: 1;
  }
  .activities .ellips2 {
    position: absolute;
    left: 63%;
    top: 85%;
    width: 130px;
  }
  .activities .activities-title {
    text-align: center;
    width: 300px;
    margin: auto;
    margin-top: 30px;
  }
  .activities .activities-title h2 {
    font-size: 24px;
    font-weight: 600;
  }
  .activities .activities-title h2 span {
    color: #1f63bf;
  }
  .activities .activities-title p {
    text-align: center;
    color: #606060;
    font-size: 16px;
    margin-top: 20px;
    width: 300px;
  }
  .activities .images {
    width: 85%;
    height: auto;
    margin: auto;

    border: solid 8px #ffffff;
    margin-top: 30px;
    border-radius: 20px;
    display: grid;
    grid-template-columns: repeat(2, 50%);
    gap: 20px;
    padding: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
    justify-content: center;
  }
  body .activities .images div {
    width: 90%;
    margin: auto;
    height: 250px;
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.5s ease-in-out;
    z-index: 2;
  }
  body .activities .images div img {
    width: 100%;
    height: 250px;
    transition: transform 0.5s ease-in-out;
  }
  .activities .images div:hover {
    transform: scale(1.1);
  }
  .activities .images div img:hover {
    cursor: pointer;
    transform: scale(1.1);
  }
  /* end of activities */
  .discounts {
    width: 100%;
    height: auto;
    position: relative;
  }

  body .discounts .discounts-title {
    text-align: center;
    width: 300px;
    margin: auto;
    margin-top: 30px;
  }
  body .discounts .discounts-title h4 {
    font-size: 18px;
    width: 300px;
    height: 60px;
    line-height: 35px;
    text-align: center;
    margin: auto;
    font-weight: 600;
    color: #606060;
  }
  body .discounts .alldiscounts {
    width: 90%;
    height: auto;
    margin: auto;
    margin-top: 30px;
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(1, 90%);
    gap: 20px;

  }

  body .discounts .alldiscounts .discount {
    margin: auto;
    width: 90%;
    height: 287px;
    margin-left:1% ;
    background-color: #1f63bf;
    text-align: center;
    padding: 5px;
    border-radius: 20px;
    display: flex;
  }
  .discounts .alldiscounts .discount:nth-child(2) {
    background-color: transparent;
    border: solid 6px #1f63bf;
  }
  .discounts .alldiscounts .discount div {
    margin: auto;
    margin-top: 4px;
    padding: 20px;
    width: 330px;
    height: 163px;
    background-color: #e0e5ecb0;
    border-radius: 20px;
    text-align: center;
  }
  body .discounts .alldiscounts .discount a div .light {
    display: none;
  }
  .discounts .alldiscounts .discount > img {
    width: 90.83px;
    height: 127px;
    z-index: 2;
  }
  body .discounts .alldiscounts .discount a {
    position: relative;
    display: inline;
    text-decoration: none;
    margin: auto;
    transition: transform 0.5s ease-in-out;
  }
  .discounts .alldiscounts .discount a:hover {
    transform: scale(1.1);
  }

  .discounts .alldiscounts .discount a div img {
    width: 40px;
    height: 40px;
  }
  body .discounts .alldiscounts .discount a div h3 {
    color: #ffffff;
    margin-top: 30px;
    width: 220px;
    font-size: 18px;
    margin: auto;
    margin-top: 20px;
  }
  .discounts .alldiscounts .discount:nth-child(2) div {
    background-color: #1f63bf;
  }
  .discounts .more2 {
    display: block;
    text-decoration: none;
    margin: auto;
    margin-top: 30px;
    width: 172px;
    height: 46px;
    border-radius: 10px;
    border: solid 1px #1f63bf;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    font-weight: 600;
    color: #1f63bf;
  }
  .discounts .more2:hover {
    color: #ffffff;
    background-color: #1f63bf;
    border: solid 1px #1f63bf;
  }
  /* end of discounts */
  body .certifications {
    width: 90%;
    height: auto;
    margin: auto;
    position: relative;
  }
  body .certifications .ellips1 {
    display: none;
  }
  body .certifications .certifications-title {
    text-align: center;
    width: 300px;
    margin: auto;
    margin-top: 30px;
  }
  body .certifications .certifications-title h2 {
    font-size: 24px;
    font-weight: 600;
  }
  .certifications .certifications-title h2 span {
    color: #1f63bf;
  }
  body .certifications .certifs {
    width: 90%;
    margin: auto;
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, 50%);
    justify-content: center;
    gap: 20px;
    padding: 10px;
  }
  body .certifications .certifs .certif {
    width: 100%;
    height: 264px;
    margin: auto;
    border: solid 5px #1f63bf;
    transition: transform 0.5s ease-in-out;
  }
  .certifications .certifs .certif:hover {
    transform: scale(1.1);
  }
  .certifications .certifs .certif img {
    width: 100%;
    height: 100%;
  }

  .certifications .more2 {
    display: block;
    text-decoration: none;
    margin: auto;
    margin-top: 20px;
    width: 172px;
    height: 46px;
    border-radius: 10px;
    border: solid 1px #1f63bf;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    font-weight: 600;
    color: #1f63bf;
  }
  .certifications .more2:hover {
    color: #ffffff;
    background-color: #1f63bf;
    border: solid 1px #1f63bf;
  }
  .certifications .ellips2 {
    display: none;
  }
  /* end of certifications */

  body footer {
    margin-top: 30px;
    width: 100%;
    height: auto;
    border-top: solid 1px #00000014;
    padding-top: 30px;
    padding-bottom: 20px;
  }
  footer .foot-divs {
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(1, 90%);
    justify-content: center;
    gap: 40px;
  }
  .foot-divs .foot-div {
    padding-right: 0;
    width: 90%;
    margin: auto;
    text-align: center;
  }
  .foot-divs .foot-div h2 {
    display: inline-block;
    color: #343434;
    font-size: 36px;
    font-weight: 500;
    line-height: 45px;
  }
  .foot-divs .foot-div div h4 {
    font-size: 22px;
    line-height: 40px;
    font-weight: 400;
    margin-top: 20px;
  }
  .foot-divs .foot-div div a {
    text-decoration: none;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    color: #606060;
    display: inline-block;
    margin: auto;
    text-align: center;
    margin-top: 10px;
  }
  .foot-divs .foot-div2 {
    margin-top: 0px;
    text-align: center;
    padding-left: 0;
  }
  .foot-divs .foot-div2 img {
    width: 110px;
    height: 110px;
  }
  .foot-divs .foot-div2 h3 {
    font-size: 22px;
    line-height: 40px;
    font-weight: 400;
    margin-top: 20px;
  }
  .foot-divs .foot-div2 ul {
    list-style: none;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 40px;
  }
  .foot-divs .foot-div2 ul li a {
    color: #1f63bf;
    font-size: 40px;
  }
  .foot-divs .foot-div2 ul li a:hover {
    color: #343434;
  }
  body .foot-divs .foot-div3 {
    width: 100%;
    padding-left: 0px;
    text-align: center;
  }
  .foot-divs .foot-div3 h2 {
    display: inline-block;
    text-align: center;
    font-size: 26px;
    font-weight: 500;
    line-height: 45px;
  }
  .foot-divs .foot-div3 ul {
    margin-top: 20px;
    list-style: none;
  }
  .foot-divs .foot-div3 ul li {
    margin-top: 10px;
  }
  .foot-divs .foot-div3 ul li a {
    text-decoration: none;
    color: #606060;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
  }
  .foot-divs .foot-div3 ul li a:hover {
    color: #1f63bf;
  }
  footer p {
    margin-top: 50px;
    text-align: center;
  }
}
@media (max-width: 500px) {
  .side-nav {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: width 0.5s ease;
    z-index: 1000;
  }
  .side-nav .nav-links .logo {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 100px;
    margin: auto;
  }
  .side-nav .nav-links .logo .bars a {
    font-size: 30px;
    color: #1f63bf;
    margin-right: 10px;
  }
  .side-nav .nav-links .logo img {
    width: 110px;
    margin-left: -10px;
  }
  .side-nav .nav-links ul {
    list-style: none;
  }
  .side-nav .nav-links ul li {
    text-align: left;
    margin-top: 0px;
    font-size: 22px;
    padding: 12px;
  }
  .side-nav .nav-links ul li:hover {
    background-color: #1f63bf;
    color: #ffffff;
  }
  .side-nav .nav-links ul li:hover a {
    color: #ffffff;
  }
  .side-nav .nav-links ul li a {
    text-decoration: none;
    font-size: 20px;
    color: #606060;
    margin-left: 30px;
  }
  .side-nav .nav-links .regester {
    text-align: left;
    margin-top: 40px;
  }
  .side-nav .nav-links .regester {
    color: #1f63bf;
    text-decoration: none;
    align-items: center;
    gap: 10px;
    margin-left: 25px;
  }
  .side-nav .nav-links .regester a {
    display: flex;
    display: inline-block;
    text-decoration: none;
    color: #606060;
    width: 144px;
    height: 40px;
    border: none;
    box-shadow: -2px -2px 8px 0px #00000014;
    box-shadow: 2px 2px 8px 8px #00000014;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    border-radius: 16px;
    font-weight: 400;
    margin-left: 10px;
  }
  .side-nav .nav-links .regester a:nth-child(2) {
    background-color: #1f63bf;
    color: #ffffff;
  }
  .side-nav .nav-links .regester a:nth-child(1):hover {
    background-color: #1f63bf;
    color: #ffffff;
  }
  .side-nav .nav-links .regester a:nth-child(2):hover {
    background: none;
    color: #606060;
  }
  header {
    position: relative;
    height: auto;
    width: 100%;
  }
  header div nav {
    width: 100%;
    height: 15vh;
  }
  header nav .links {
    display: none;
  }
  header nav .regester{
    display: none;
  }
  header .bars {
    display: block;
    margin-top: 0;
    margin-left: 30px;
  }
  header div nav .bars a i {
    font-size: 30px;
    margin-left: 20px;
  }
  header div nav .logo {
    padding-top: 0px;
  }
  header div nav .logo img {
    width: 110px;
  }
  body header div .head-content {
    width: 330px;
    height: auto;
    margin-top: 30px;
  }
  header div .head-content .cont-title {
    width: 100%;
    text-align: center;
  }
  header div .head-content .cont-title img {
    width: 100%;
  }
  header div .head-content .cont-statment {
    width: 330px;
    margin: auto;
    text-align: center;
  }
  body header div .head-content .cont-statment h2 {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    font-weight: 500;
    word-spacing: 5px;
    margin-top: 20px;
    margin-left: 3px;
  }
  header div .head-content .cont-statment h2 span {
    color: #1f63bf;
  }
  body header div .head-content .cont-statment p {
    width: 300px;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    margin: auto;
    margin-top: 15px;
    color: #606060;
  }
  body header div .head-content .head-btns {
    width: 340px;
    height: 100px;
    display: flex;
    margin: auto;
    margin-top: 20px;
    gap: 30px;
    text-align: center;
  }
  header div .head-content .head-btns a {
    text-decoration: none;
    margin: auto;
  }
  header div .head-content .head-btns a:nth-child(1) {
    color: #ffffff;
    background-color: #1f63bf;
    width: 246px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 14px;
    font-size: 10px;
    font-weight: 500;
    margin: auto;
  }
  header div .head-content .head-btns a:nth-child(1):hover {
    background-color: transparent;
    color: #1f63bf;
    border: solid 1px #1f63bf;
  }
  header .head-content .head-btns a:nth-child(2) {
    width: 330px;
    display: flex;
    align-items: center;
    color: #606060;
    font-size: 12px;
    font-weight: 500;
    margin: auto;
    margin-left: 10px;
    margin-top: 30px;
  }
  header div .head-content .head-btns a:nth-child(2):hover {
    color: #1f63bf;
  }
  .head-content .head-btns a:nth-child(2) div {
    background-color: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    text-align: center;
    line-height: 50px;
    margin-right: 10px;
  }
  .head-btns a:nth-child(2) div img {
    width: 40%;
  }
  /* end header */
  body .counters {
    width: 100%;
    height: auto;
    margin: auto;
    margin-top: 30px;
  }
  body .counters .counts {
    width: 90%;
    display: grid;
    grid-template-columns: repeat(1, 100%);
    gap: 20px;
    margin: auto;
    padding-left: 0;
    justify-content: center;
  }
  body .counters .counts .count {
    width:90% ;
    margin: auto;
    height: 227px;
    border: solid 3px #1f63bf;
    border-radius: 20px;
    overflow: hidden;
  }
  .count .count-txt {
    margin-top: 10px;
    font-size: 16px;
    text-align: center;
    color: #606060;
    font-weight: 500;
    line-height: 40px;
  }
  /* end of counts */
  body .about {
    width: 100%;
    height: auto;
    background-color: #1f63bf;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px;
  }
  .about .abouts {
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(1, 100%);
    gap: 5px;
  }
  .about .about1 h2 {
    color: #ffffff;
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    margin-top: 0px;
  }
  .about .about1 h3 {
    color: #ffffff;
    font-size: 24px;
    line-height: 30px;
    margin-top: 10px;
    font-weight: 600;
  }
  .about .about1 p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    margin-top: 20px;
    width: 330px;
  }
  .about .about1 a {
    display: inline-block;
    text-decoration: none;
    color: #1f63bf;
    background-color: #ffffff;
    width: 210px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 30px;
  }
  .about-left a:hover {
    background-color: #1f63bf;
    color: #ffffff;
    border: solid 1px #ffffff;
  }
  body .about .about2 {
    height: 220px;
    border-radius: 20px;
    margin-left: 2px;
    margin-top: 30px;
  }
  body .about .about2 {
    width: 320px;
    height: 180px;
    border-radius: 20px;
  }
  /* end of about */
  .news {
    width: 100%;
    height: auto;
    justify-content: center;
  }
  .news .news-title {
    text-align: center;
    width: 100%;
    margin: auto;
    margin-top: 35px;
  }
  .news .news-title h2 {
    font-size: 28px;
    font-weight: 600;
  }
  .news .news-title h2 span {
    color: #1f63bf;
  }
  .slide-container {
    margin: auto;
    margin-top: 20px;
    position: relative;
    width: 90%;
    height:70vh;
    margin-left: 3.7%;
    z-index: 1;
  }
  .slides :hover .buttons {
    transform: translateX(20px);
  }
  .slide-container .slides {
    width: 100%;
    height: calc(100% - 40px);
    position: relative;
    overflow: hidden;
    border: solid 6px #1f63bf;
    border-radius: 20px;
  }
  .slide-container .slides img {
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .slide-container .slides img:not(.active) {
    top: 0;
    left: -100%;
  }
  .slide-details .details {
    width: 100%;
    height: 0px;
    color: white;
    background-color: rgba(85, 85, 85, 0.9);
    margin: auto;
    text-align: center;
  }
  .slide-details .details h2 {
    font-size: 20px;
  }
  .slide-details .details h2 span {
    color: #1f63bf;
  }
  .details p {
    color: white;
    font-size: 12px;
    line-height: 20px;
    width: 95%;
    margin: auto;
  }
  .details .button {
    width: 90%;
    margin-left: 5%;
    justify-content: center;
    gap: 20px;
  }
  .details .button a {
    display: flex;
    display: inline-block;
    text-decoration: none;
    color: #606060;
    width: 190px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    border-radius: 15px;
    font-weight: 400;
    margin: 5px;
  }
  .details .button a:nth-child(1) {
    background-color: #ffffff;
    border: solid 1px #606060;
  }
  .details .button a:nth-child(2) {
    background-color: #1f63bf;
    color: #ffffff;
  }
  .details .button a:nth-child(1):hover {
    background-color: #1f63bf;
    color: #ffffff;
    transition: 0.5s;
  }
  .details .button a:nth-child(2):hover {
    background: #ffffff;
    color: #1f63bf;
    transition: 0.5s;
  }
  .slide-details:hover .details {
    display: flex;
    flex-direction: column;
    gap: 0px;
    height: 90%;
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .slide-details > .details {
    position: absolute;
    bottom: 0;
    transition: 0.5s;
  }

  span.next,
  span.prev {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    transition: 0.5s;
    border-radius: 3px;
    user-select: none;
    cursor: pointer;
    z-index: 1;
    background-color: #d9d9d982;
    border-radius: 50%;
    text-align: center;
    line-height: 10px;
  }
  span.next {
    right: 0px;
  }
  span.prev {
    left: 10px;
  }
  span.next:hover,
  span.prev:hover {
    background-color: #ede6d6;
    opacity: 0.8;
    color: #222;
  }
  .news:hover .buttons span.next {
    background-color: #222;
    transition: 0.7s;
    color: white;
    transform: translateX(70%);
  }
  .news:hover .buttons span.prev {
    background-color: #222;
    color: white;
    transition: 0.7s;
    transform: translateX(-74%);
  }

  .dotsContainer {
    position: absolute;
    bottom: -5px;
    z-index: 3;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 10px;
  }
  .dotsContainer .dot {
    width: 15px;
    height: 15px;
    margin: 0px 2px;
    border: 3px solid #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  /* end of news */
  .initiative {
    width: 100%;
    height: auto;
    margin: auto;
    margin-top: 35px;
    padding-bottom: 30px;
  }
  .initiative .initiat-title {
    text-align: center;
    width: 100%;
    margin: auto;
    margin-top: 30px;
  }
  .initiative .initiat-title h2 {
    font-size: 28px;
    font-weight: 500;
  }
  .initiative .initiat-title h2 span {
    color: #1f63bf;
    text-decoration: underline;
  }
  .initiative .initiat-title p {
    color: #606060;
    font-size: 16px;
    width: 98%;
    margin: auto;
    text-align: center;
    margin-top: 10px;
    line-height: 30px;
  }
  .initiative .video {
    width: 90%;
    height: 350px;
    margin: auto;
    margin-top: 20px;
    justify-content: center;
    background-color: #606060;
    border: solid 6px #1f63bf;
    border-radius: 20px;
    overflow: hidden;
  }
  .initiative .video iframe {
    width: 100%;
    height: 100%;
    /* border-radius:20px ; */
  }

  .initia-tracks {
    width: 100%;
    height: auto;
    margin: auto;
    margin-top: 35px;
    padding-bottom: 30px;
  }
  .initia-tracks .initia-track-title {
    text-align: center;
    width: 100%;
    margin: auto;
    margin-top: 30px;
    justify-content: center;
  }
  .initia-tracks .initia-track-title h2 {
    font-size: 28px;
    font-weight: 500;
  }
  .initia-tracks .initia-track-title h2 span {
    color: #1f63bf;
    text-decoration: underline;
  }
  .initia-tracks .initia-track-title p {
    color: #606060;
    font-size: 16px;
    margin-top: 10px;
    line-height: 30px;
    width: 98%;
    margin: auto;
    text-align: center;
    margin-top: 20px;
  }
  .intia-all {
    width: 90%;
    height: auto;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(1, 100%);
    gap: 30px;
    margin-top: 30px;
    justify-content: center;
    margin-left: 3.5%;
  }
  .intia-all .intia-track {
    width: 95%;
    height: 100px;
    text-align: center;
    box-shadow: -2px -2px 8px 0px #1f63bf80;
    box-shadow: 2px 2px 8px 0px #1f63bf80;
    background-color: #fdfdfd;
    border-radius: 20px;
  }
  .intia-all .intia-track a {
    padding: 5px;
    display: block;
    text-decoration: none;
    font-family: Lexend;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    margin-top: 32px;
    text-align: center;
    color: #606060;
  }
  .intia-all .intia-track:hover {
    transition: 0.5s;
    background-color: #1f63bf;
    color: #fdfdfd;
  }
  .intia-all .intia-track:hover a {
    color: #fdfdfd;
  }
  /* end of initiative */
  body .courses {
    width: 100%;
    margin: auto;
    height: auto;
    position: relative;
  }
  .courses > img {
    display: none;
  }
  .courses .courses-title {
    text-align: center;
    width: 300px;
    margin: auto;
    margin-top: 35px;
  }
  .courses .courses-title h2 {
    font-size: 24px;
    font-weight: 600;
  }
  .courses-title h2 span {
    color: #1f63bf;
  }
  .courses-title p {
    color: #606060;
    font-size: 16px;
    margin-top: 10px;
  }
  body .courses .tracks {
    width: 90%;
    height: auto;
    margin: auto;
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(1, 100%);
    gap: 20px;
  }
  body .courses .tracks .track {
    width: auto;
    height: 330px;
    background-color: #e0e5ecb0;
    padding: 15px;
    padding-bottom: 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    margin: auto;
  }
  .track .track-img {
    width: 100%;
  }
  .track .track-img div {
    width: 74px;
    height: 74px;
    border-radius: 50px;
    line-height: 90px;
    text-align: center;
    background-color: #ffffff;
    margin: auto;
  }
  .track .track-img div img {
    width: 30px;
    height: 30px;
  }
  .track-cont {
    margin-top: 20px;
  }
  .track-cont > a {
    text-decoration: none;
    color: #1f63bf;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    width: 100%;
    display: inline-block;
  }
  .track-cont p {
    color: #606060;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    word-spacing: 2px;
    width: 100%;
    height: 60px;
    margin-top: 24px;
  }
  body .track .track-instractor {
    border-left: solid 4px #1f63bf;
    margin-top: 60px;
    padding-left: 10px;
    align-items: center;
    padding-right: 20px;
  }
  body .track-instractor h3 {
    font-size: 15px;
    color: #454545;
  }
  .track-instractor h4 {
    color: #1f63bf;
    margin-top: 10px;
  }
  .track-instractor h4 a {
    font-size: 14px;
    text-decoration: none;
    color: #1f63bf;
    margin-left: 5px;
  }
  .track-instractor .react a.active {
    color: red;
  }
  .courses .more {
    display: block;
    text-decoration: none;
    margin: auto;
    margin-top: 30px;
    width: 172px;
    height: 46px;
    border-radius: 10px;
    border: solid 1px #1f63bf;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    font-weight: 600;
    color: #1f63bf;
  }
  .courses .more:hover {
    color: #ffffff;
    background-color: #1f63bf;
    border: solid 1px #1f63bf;
  }
  /* end of tracks */

  /*reviews*/
  body .reviews {
    width: 100%;
    margin: auto;
    height: auto;
    position: relative;
  }
  .reviews > img {
    display: none;
  }
  .reviews .reviews-title {
    text-align: center;
    width: 300px;
    margin-top: 30px;
  }
  .reviews .reviews-title h2 {
    font-size: 24px;
    font-weight: 600;
  }
  .reviews .reviews-title h2 span {
    color: #1f63bf;
  }
  body .reviews .allreviews {
    width: 100%;
    height: auto;
    margin: auto;
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(1, 100%);
    gap: 20px;
    margin-left: auto;
  }
  .reviews .allreviews .review {
    width: 80%;
    height: 320px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    padding-top: 30px;
    margin: auto;
    margin-left: auto;
  }
  .reviews .allreviews .review:nth-child(1),
  .reviews .allreviews .review:nth-child(4) {
    border: solid 6px #1f63bf;
  }
  .reviews .allreviews .review:nth-child(2),
  .reviews .allreviews .review:nth-child(3) {
    border: solid 2px #1f63bf;
  }
  .review .stud-img {
    width: 100%;
    margin-bottom: 30px;
  }
  .review .stud-img div {
    width: 74px;
    height: 74px;
    border-radius: 50px;
    text-align: center;
    background-color: #ffffff;
    margin: auto;
  }
  .review .stud-img div img {
    width: 74px;
    height: 74px;
  }
  .review-cont {
    margin-left: 0px;
  }
  .review-cont > a {
    width: 100%;
    display: block;
    text-decoration: none;
    color: #454545;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    margin-bottom: 2px;
  }
  .review-cont p {
    color: #606060;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    word-spacing: 2px;
    width: 100%;
    height: 60px;
    margin-top: 14px;
  }
  .review .review-react {
    display: flex;
    margin-top: 70px;
    padding-left: 10px;
    justify-content: space-between;
    align-items: center;
    padding-right: 20px;
  }
  .review-react a {
    text-decoration: none;
    word-spacing: 20px;
    font-size: 18px;
    color: #070707;
  }
  .review-react a:hover {
    color: #1f63bf;
  }
  .review-react h4 {
    color: #1f63bf;
    margin-top: 10px;
  }
  .review-react h4 a {
    text-decoration: none;
    color: #1f63bf;
    margin-left: 5px;
  }
  /* end of reviews */
  .activities {
    width: 100%;
    height: auto;
    background-color: #e0e5ecb0;
    padding-top: 10px;
    position: relative;
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .activities > img {
    display: none;
  }
  .activities .circle {
    position: absolute;
    left: 10%;
    top: 40%;
    width: 310px;
    z-index: 1;
  }
  .activities .ellips2 {
    position: absolute;
    left: 63%;
    top: 85%;
    width: 130px;
  }
  .activities .activities-title {
    text-align: center;
    width: 300px;
    margin: auto;
    margin-top: 30px;
  }
  .activities .activities-title h2 {
    font-size: 24px;
    font-weight: 600;
  }
  .activities .activities-title h2 span {
    color: #1f63bf;
  }
  .activities .activities-title p {
    text-align: center;
    color: #606060;
    font-size: 16px;
    margin-top: 20px;
    width: 300px;
  }
  .activities .images {
    width: 85%;
    height: auto;
    border: solid 8px #ffffff;
    margin: auto;
    margin-top: 30px;
    border-radius: 20px;
    display: grid;
    grid-template-columns: repeat(1, 100%);
    gap: 30px;
    padding: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  body .activities .images div {
    width: 90%;
    margin: auto;
    margin-left: 5%;
    height: 250px;
    border-radius: 20px;
    overflow: hidden;
    background-color: #1f63bf;
    transition: transform 0.5s ease-in-out;
    z-index: 2;
  }
  body .activities .images div img {
    width: 100%;
    height: 250px;
    transition: transform 0.5s ease-in-out;
  }
  .activities .images div:hover {
    transform: scale(1.1);
  }
  .activities .images div img:hover {
    cursor: pointer;
    transform: scale(1.1);
  }
  /* end of activities */
  .discounts {
    width: 100%;
    height: auto;
    position: relative;
  }

  body .discounts .discounts-title {
    text-align: center;
    width: 300px;
    margin: auto;
    margin-top: 30px;
  }
  body .discounts .discounts-title h4 {
    font-size: 18px;
    width: 300px;
    height: 60px;
    line-height: 35px;
    text-align: center;
    margin: auto;
    font-weight: 600;
    color: #606060;
  }
  body .discounts .alldiscounts {
    width: 90%;
    height: auto;
    margin: auto;
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(1, 100%);
    gap: 20px;
  }

  body .discounts .alldiscounts .discount {
    margin: auto;
    width: 90%;
    height: 287px;
    background-color: #1f63bf;
    text-align: center;
    padding: 5px;
    border-radius: 20px;
    display: flex;
  }
  .discounts .alldiscounts .discount:nth-child(2) {
    background-color: transparent;
    border: solid 6px #1f63bf;
  }
  .discounts .alldiscounts .discount div {
    margin: auto;
    margin-top: 4px;
    padding: 20px;
    width: 230px;
    height: 163px;
    background-color: #e0e5ecb0;
    border-radius: 20px;
    text-align: center;
  }
  body .discounts .alldiscounts .discount a div .light {
    display: none;
  }
  .discounts .alldiscounts .discount > img {
    width: 90.83px;
    height: 127px;
    z-index: 2;
  }
  body .discounts .alldiscounts .discount a {
    position: relative;
    display: inline;
    text-decoration: none;
    margin: auto;
    transition: transform 0.5s ease-in-out;
  }
  .discounts .alldiscounts .discount a:hover {
    transform: scale(1.1);
  }

  .discounts .alldiscounts .discount a div img {
    width: 40px;
    height: 40px;
  }
  body .discounts .alldiscounts .discount a div h3 {
    color: #ffffff;
    margin-top: 30px;
    width: 220px;
    font-size: 18px;
    margin: auto;
    margin-top: 20px;
    line-height: 30px;
  }
  .discounts .alldiscounts .discount:nth-child(2) div {
    background-color: #1f63bf;
  }
  .discounts .more2 {
    display: block;
    text-decoration: none;
    margin: auto;
    margin-top: 30px;
    width: 172px;
    height: 46px;
    border-radius: 10px;
    border: solid 1px #1f63bf;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    font-weight: 600;
    color: #1f63bf;
  }
  .discounts .more2:hover {
    color: #ffffff;
    background-color: #1f63bf;
    border: solid 1px #1f63bf;
  }
  /* end of discounts */
  body .certifications {
    width: 90%;
    height: auto;
    margin: auto;
    position: relative;
  }
  body .certifications .ellips1 {
    display: none;
  }
  body .certifications .certifications-title {
    text-align: center;
    width: 300px;
    margin: auto;
    margin-top: 30px;
  }
  body .certifications .certifications-title h2 {
    font-size: 24px;
    font-weight: 600;
  }
  .certifications .certifications-title h2 span {
    color: #1f63bf;
  }
  body .certifications .certifs {
    width: 90%;
    margin: auto;
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(1, 100%);
    gap: 30px;
    padding: 10px;
  }
  body .certifications .certifs .certif {
    width: 80%;
    height: 264px;
    margin: auto;
    border: solid 5px #1f63bf;
    transition: transform 0.5s ease-in-out;
  }
  .certifications .certifs .certif:hover {
    transform: scale(1.1);
  }
  .certifications .certifs .certif img {
    width: 100%;
    height: 100%;
  }

  .certifications .more2 {
    display: block;
    text-decoration: none;
    margin: auto;
    margin-top: 20px;
    width: 172px;
    height: 46px;
    border-radius: 10px;
    border: solid 1px #1f63bf;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    font-weight: 600;
    color: #1f63bf;
  }
  .certifications .more2:hover {
    color: #ffffff;
    background-color: #1f63bf;
    border: solid 1px #1f63bf;
  }
  .certifications .ellips2 {
    display: none;
  }
  /* end of certifications */

  footer {
    margin-top: 30px;
    width: 100%;
    height: 550px;
    border-top: solid 1px #00000014;
    padding-top: 30px;
    padding-bottom: 20px;
  }
  footer .foot-divs {
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  .foot-divs .foot-div {
    width: 100%;
    text-align: center;
    padding-right: 0px;
  }
  .foot-divs .foot-div h2 {
    display: inline-block;
    color: #343434;
    font-size: 26px;
    font-weight: 500;
    line-height: 45px;
  }
  .foot-divs .foot-div div h4 {
    font-size: 20px;
    line-height: 40px;
    font-weight: 400;
    margin-top: 20px;
  }
  .foot-divs .foot-div div a {
    text-decoration: none;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #606060;
    display: inline-block;
    margin: auto;
    text-align: center;
    margin-top: 10px;
  }
  .foot-divs .foot-div2 {
    margin-top: 0px;
    text-align: center;
    padding-left: 0;
  }
  .foot-divs .foot-div2 img {
    width: 110px;
    height: 110px;
  }
  .foot-divs .foot-div2 h3 {
    font-size: 22px;
    line-height: 40px;
    font-weight: 400;
    margin-top: 20px;
  }
  .foot-divs .foot-div2 ul {
    list-style: none;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 40px;
  }
  .foot-divs .foot-div2 ul li a {
    color: #1f63bf;
    font-size: 40px;
  }
  .foot-divs .foot-div2 ul li a:hover {
    color: #343434;
  }
  body .foot-divs .foot-div3 {
    padding-left: 0px;
    text-align: center;
  }
  .foot-divs .foot-div3 h2 {
    display: inline-block;
    text-align: center;
    font-size: 26px;
    font-weight: 500;
    line-height: 45px;
  }
  .foot-divs .foot-div3 ul {
    margin-top: 20px;
    list-style: none;
  }
  .foot-divs .foot-div3 ul li {
    margin-top: 10px;
  }
  .foot-divs .foot-div3 ul li a {
    text-decoration: none;
    color: #606060;
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
  }
  .foot-divs .foot-div3 ul li a:hover {
    color: #1f63bf;
  }
  footer p {
    margin-top: 50px;
    text-align: center;
  }
}

#loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #1f63bf url(../Images/white.png) no-repeat center center;
  background-size: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
/* Main content hidden until loader disappears */
.hidden {
  display: none;
}

/* Loader animation */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Show main content after the loader */
#content {
  padding: 20px;
  text-align: center;
}
