@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  --mainColor: #efdcc3;
  --blueColur: #0e6baa;
}

.mentorBanner {
  background-image: url("/cisiweb2/image/cisi-mentor-scheme.jpg");
  background-position: bottom;
  background-size: cover;
  /* position: relative; */
}
.divStamp {
  position: absolute;
  top: 55px;
  right: 490px;
}

.col-md-6.flex-center {
  display: flex;
  justify-content: center;
}

span.stamp {
  color: #555;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  padding: 0.25rem 1rem;
  text-transform: uppercase;
  border-radius: 1rem;
  font-family: "Courier";
  -webkit-mask-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/8399/grunge.png);
  -webkit-mask-size: 944px 604px;
  mix-blend-mode: multiply;
  color: #0068a7;
  border: 0.6rem solid #006aa8;
  -webkit-mask-position: 13rem 6rem;
  transform: rotate(0deg);
  border-radius: 0;
  width: 160px;
  height: 160px;
  text-align: center;
  border-radius: 200px;
  display: flex;
  align-content: center;
  align-items: center;
}

.introTxt {
  width: 50%;
  margin: 8% 0%;
}

.mentees {
  background: #2d8383;
  color: #ffffff;
  padding: 30px;
  margin-top: 20px;
}

.mentees h3 {
  color: white;
  margin-top: 0px;
}

.mentors {
  background: #4ea0a0;
  color: #ffffff;
  padding: 30px;
  margin-top: 20px;
}

.mentors h3 {
  color: rgb(255, 255, 255);
  margin-top: 0px;
}

.iconC {
  text-align: center;
  font-size: 60px;
  background: #2d8383;
  /*background: linear-gradient( 151deg, rgb(0 64 78) 0%, rgb(41 86 108) 56%, rgb(46 132 171) 81%, rgb(60 143 178) 100%);*/
  margin-bottom: 10px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.icon-head {
  text-align: center;
}

h3.icon-head {
  margin-top: 0px;
}

@media (max-width: 600px) {
  .colOne {
    width: 100% !important;
    height: fit-content !important;
  }

  .introTxt {
    padding: 5px 15px;
    width: 100%;
    background-color: #eddbc3ba;
  }
}
@media only screen and (min-width: 600px) and (max-width: 900px) {
  .mentorBanner {
    background-position: 57% bottom;
  }
}

.heroBanner {
  display: flex;
  align-items: center;
}

.heroBanner .row {
  display: flex;
  align-items: center;
}

.heroBanner .col-sm-9 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.heroBanner .col-sm-9 h1 {
  font-size: 60px;
  font-family: "Nunito", sans-serif;
  font-weight: bold;
  color: var(--blueColur);
}

.heroBanner .col-sm-9 p {
  font-weight: 700;
  font-size: 19px;
  text-align: center;
}

.heroBanner .col-sm-9 strong {
  font-weight: bolder;
}

.heroBanner .btn.btn-primary,
.heroBanner .btn.btn-primary:hover,
.heroBanner .btn.btn-primary:active {
  background: var(--blueColur);
  border-color: var(--blueColur);
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.btnConent {
  display: flex;
  align-items: center;
  gap: 10px;
}

.btnConent p {
  margin: 0;
  font-size: 20px;
}

.btnConent img {
  width: 60px;
}

.heroBanner .col-sm-3 img {
  width: 300px;
}

.heroBanner {
  background: var(--mainColor);
  padding: 50px;
  margin: 50px 0px;
}

@media (max-width: 1400px) {
  .heroBanner .col-sm-9 h1 {
    font-size: 50px;
  }
}
@media (max-width: 1300px) {
  .divStamp {
    top: 100px;
    right: 420px;
  }
}

@media (max-width: 1100px) {
  .heroBanner .col-sm-9 h1 {
    font-size: 40px;
  }
  .divStamp {
    top: 100px;
    right: 20%;
  }
}

@media (max-width: 900px) {
  .heroBanner .col-sm-9 h1 {
    font-size: 30px;
  }
  .heroBanner .col-sm-9 p {
    font-size: 18px;
  }
  .divStamp {
    top: 155px;
  }
  #cph_main_cph_main_C005_Col00 div.col-md-6.flex-center iframe{
margin-top: 30px;
  }
}

@media (max-width: 600px) {
  .heroBanner .row {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .heroBanner .col-sm-3,
  .heroBanner .col-sm-9 {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .heroBanner .col-sm-3 img {
    width: 35%;
  }
  .btnConent img {
    display: none;
  }
  .heroBanner .col-sm-9 h1 {
    font-size: 22px;
    margin: 10px;
  }
  .heroBanner .col-sm-9 p {
    font-size: 16px;
  }
  .divStamp {
    display: none;
  }
}
