.top-baner-section {
  width: 100%;
  overflow: hidden;
}

.top-baner-section img {
  width: 100%;
  height: auto;
}

.skil-development-section {
  padding: 3rem 1%;
}

.skil-develo-title {
  width: 100%;
  text-align: center;
}

.skil-develo-title h2 {
  padding: 1rem 0;
}

.skil-develo-title h2 a {
  text-decoration: none;
  font-size: 2.9rem;
  color: #000;
}

.skil-develo-title .s-d-light-text {
  font-weight: 300;
  font-family: "Poppins", Sans-serif;
}

.skil-development-all-single-crouse {
  width: 100%;
  margin: 1rem 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.skil-development-single-crous {
  width: 100%;
  background: #ececec;
  box-sizing: border-box;
  text-align: center;
  border-radius: 5px;
  transition: all 0.3s;
}

.skil-development-single-crous {
  box-shadow: 1px 1px 5px #94949470, -1px -1px 5px #94949470;
}

.s-d-s-c-img {
  width: auto;
  height: 215px;
  overflow: hidden;
  position: relative;
}

.s-d-s-c-img img {
  width: 100%;
  border-radius: 5px;
  height: 100%;
  object-fit: cover;
}

.s-d-s-c-titleAndDec {
  padding: 8px;
}

.s-d-s-c-titleAndDec h3 {
  width: 100%;
  margin-bottom: 10px;
}

.s-d-s-c-titleAndDec h3 a {
  width: 100%;
  text-decoration: none;
  color: #000;
  font-weight: 400;
  font-size: 1rem;
}

.s-d-s-c-titleAndDec p {
  color: #222222;
  font-size: 12px;
  line-height: 16px;
}

.view-all {
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 2rem 0 1rem 0;
}

.view-all a {
  text-decoration: none;
  border: 2px solid #333;
  border-radius: 5px;
  padding: 8px 24px;
  color: #000;
  font-size: 15px;
  transition: all 0.3s;
}

.view-all a i {
  margin-left: 8px;
}

.view-all a:hover {
  border: 2px solid #ff7e00;
  background: #ff7e00;
}

.Our-Projects {
  background: #ececec;
}

.project-box-shado {
  /* border: 6px solid #fff; */
  box-shadow: 1px 1px 5px #94949470, -1px -1px 5px #94949470 !important;
}

.p-visit-link {
  width: 100%;
  margin: 1rem 0;
}

.project-visit-link {
  border: 1px solid #333;
  border-radius: 3px;
  padding: 2px 20px;
  text-decoration: none;
  color: #333;
  font-size: 14px;
  text-align: center;
  transition: all 0.3s;
}

.project-visit-link i {
  margin-left: 5px;
  font-size: 11px;
  transition: all 0.3s;
}

.project-visit-link:hover {
  background: #ff7e00;
  letter-spacing: 1px;
  border: 1px solid #ff7e00;
}

.project-visit-link:hover i {
  margin-left: 5px;
  font-size: 13px;
}

.swiper-slide-image-filter {
  filter: grayscale(1);
  transition: all 0.2s;
  cursor: pointer;
}

.swiper-slide-image-filter:hover {
  filter: grayscale(0);
}

.swiper-slide-image {
  filter: grayscale(1);
  transition: all 0.3s;
}

.swiper-slide-inner:hover .swiper-slide-image {
  filter: grayscale(0);
}

.e-j-profation {
  font-size: 13px;
  font-family: aAktiv-Grotesk-W06-Light;
  font-weight: 600;
}

@media screen and (max-width: 900px) {
  .skil-develo-title h2 a {
    font-size: 2.5rem;
  }
  .skil-development-all-single-crouse {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}

@media screen and (max-width: 682px) {
  .skil-develo-title h2 a {
    font-size: 2rem;
  }
}

@media screen and (max-width: 500px) {
  .skil-develo-title h2 a {
    font-size: 1.8rem;
  }
  .skil-development-all-single-crouse {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .skil-development-section {
    padding: 0 3%;
  }
}

.baner {
  background-color: #ececec;
  border-radius: 0 0 100px 100px;
}

.banerMainContant {
  padding: 3rem 1%;
  display: flex;
  gap: 30px;
}

.banerLeft {
  flex: 25%;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banerLeft .swiper {
  width: 220px;
  height: 320px;
}

.banerLeft .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}

.banerCenter {
  flex: 50%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.banerCenter h1 {
  color: #000;
  margin-bottom: 10px;
  font-size: 33px;
}

.banerCenter p {
  color: #333;
  font-size: 16px;
  /* word-spacing: 1px; */
  letter-spacing: 1px;
  font-weight: 100;
}

.banerRight {
  flex: 25%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}

.banerRight img {
  width: 200px;
  height: auto;
  margin-bottom: 20px;
}

.banerRight-buy-btn {
  color: #ececec;
  padding: 10px 12px;
  background: #333;
  text-decoration: none;
  border-radius: 4px;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s;
}

.mohi32 {
  display: none;
  margin-top: 10px;
}

.banerRight a:hover {
  background: #ff7e00;
  color: #000;
  letter-spacing: 1px;
}

/* Book buy Message Section Style  */

.book-buy-message {
  position: absolute;
  width: 100%;
  height: 100vh;
  background: #000000c2;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.book-buy-message.showBuyBox {
  opacity: 1;
  visibility: visible;
}

.book-buy-message-container {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  /*  width: 300px;*/
  position: relative;
}

.closePupop {
  position: absolute;
  border: none;
  background: none;
  font-size: 21px;
  right: 10px;
  top: 5px;
  color: #333;
  cursor: pointer;
  transition: all 0.2s;
}

.closePupop:hover {
  color: #f20e0e;
}

.book-buy-top-contant {
  width: 100%;
  text-align: center;
}

.book-buy-top-contant h3 {
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 5px;
}

.book-buy-top-contant p {
  margin-bottom: 12px;
}

.book-buy-input {
  display: block;
  width: 100%;
  font-size: 20px;
  margin-bottom: 10px;
  /* padding: 0px 10px; */
  border: 1px solid #999;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.book-buy-input input {
  width: 100%;
  border: none;
  outline: none;
  font-size: 17px;
  background: #ececec;
  padding: 8px;
  color: #333;
}

.book-input-icon {
  padding: 8px;
  color: #ffffff;
  background: #509abd;
}

.pamentAndsubmit {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0px;
}

.pament-sytem {
  display: flex;
}

.pament-sytem-item {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #787777c7;
  overflow: hidden;
}

.pament-sytem-item:nth-child(1) {
  z-index: 4;
  background: #b01010;
}

.pament-sytem-item:nth-child(2) {
  z-index: 3;
  transform: translateX(-20px);
  background-color: #d59d11;
}

.pament-sytem-item:nth-child(3) {
  z-index: 2;
  transform: translateX(-40px);
  background-color: #11d525;
}

.pament-sytem-item:nth-child(4) {
  z-index: 1;
  transform: translateX(-60px);
  background-color: #0551cb;
}

.pament-sytem-item img {
  width: 100%;
  height: 100%;
}

.pamentAndsubmit button {
  padding: 6px 14px;
  font-size: 17px;
  cursor: pointer;
  border: none;
  border-radius: 3px;
  background: #ff7e00;
  transition: all 0.3s;
}

.pamentAndsubmit button:hover {
  letter-spacing: 1px;
  background: #333;
  color: #fff;
}

/* === expertJurors style is start === */

.expertJurorsSection {
  padding: 50px 20px;
}

.expertJurorsSection .skil-develo-title {
  padding: 0rem 0 2rem 0;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.expertJurorsBox {
  height: 400px;
  cursor: pointer;
  transition: all 0.2s;
}

.expertJurorsBox .jurorsItem {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jurorsItemImage {
  width: 250px;
  height: auto;
  overflow: hidden;
  border-radius: 50%;
}
.jurorsItemSingalImage {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
  transition: all 0.2s;
}

.expertJurorsBox:hover .jurorsItemSingalImage {
  filter: grayscale(0);
  transform: scale(1.1);
}

.expertJurorsBox h4 {
  margin-top: 10px;
  font-weight: 400;
}

/* === expertJurors style is End === */

@media screen and (max-width: 992px) {
  .banerRight {
    display: none;
  }
  .mohi32 {
    display: block;
  }
  .banerCenter {
    padding-right: 10px;
  }
}

@media screen and (max-width: 690px) {
  .baner {
    background-color: #ececec;
    border-radius: 0 0 50px 50px;
  }
  .banerMainContant {
    display: block;
  }
  .banerCenter {
    padding: 10px;
    margin-top: 10px;
  }
}
