/*
 ⚡MAKE SURE TO SUBSCRIBE PROGRAMMER CLOUD⚡
*/

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap");

body {
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  min-height: 100vh;
  font-family: "Poppins", sans-serif;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

a {
  text-decoration: none;
}

#profile1 header{
  border-bottom:5px solid #0091ff;
  background: url("../img/IncubateesProfile/treateasybg.png") no-repeat 50% 20% / cover;
}

#profile6 header{
  background: url("../img/IncubateesProfile/paanduv.webp") no-repeat 50% 20% / cover;
}

.header__wrapper header {
  width: 100%;
  background: url("../img/bg.jpeg") no-repeat 50% 20% / cover;
  min-height: calc(100px + 15vw);
}

.header__wrapper .cols__container .left__col {
  padding: 35px 20px;
  text-align: center;
  max-width: 600px;
  position: relative;
  margin: 0 auto;
  padding-bottom: 0rem;
}

.header__wrapper .cols__container .left__col .img__container {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translatex(-50%);
}

.header__wrapper .cols__container .left__col .img__container img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  display: block;
  box-shadow: 1px 3px 12px rgba(0, 0, 0, 0.18);
}

.header__wrapper .cols__container .left__col .img__container span {
  position: absolute;
  background: #2afa6a;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  bottom: 3px;
  right: 11px;
  border: 2px solid #fff;
}

.header__wrapper .cols__container .left__col h2 {
  margin-top: 60px;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 5px;
}

.header__wrapper .cols__container .left__col p {
  font-size: 0.9rem;
  color: #818181;
  margin: 0;
}

.header__wrapper .cols__container .left__col .about {
  justify-content: space-between;
  position: relative;
  margin: 35px 0;
}

.header__wrapper .cols__container .left__col .about li {
  display: flex;
  flex-direction: column;
  color: #818181;
  font-size: 0.9rem;
}

.header__wrapper .cols__container .left__col .about li span {
  color: #1d1d1d;
  font-weight: 600;
}

.header__wrapper .cols__container .left__col .about:after {
  position: absolute;
  content: "";
  bottom: -16px;
  display: block;
  background: #cccccc;
  height: 1px;
  width: 100%;
}

.header__wrapper .cols__container .content p {
  font-size: 1rem;
  color: #1d1d1d;
  line-height: 1.8em;
  text-align: justify;
}

.header__wrapper .cols__container .content ul {
  gap: 30px;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
}

.header__wrapper .cols__container .content ul li {
  display: flex;
}

.header__wrapper .cols__container .content ul i {
  font-size: 1.3rem;
}

.header__wrapper .cols__container .right__col nav {
  display: flex;
  align-items: center;
  padding: 10px 0;
  justify-content: space-between;
  flex-direction: row;
}

.header__wrapper .cols__container .right__col nav ul {
  display: flex;
  gap: 20px;
  flex-direction: column;
}

.header__wrapper .cols__container .right__col nav ul li a {
  text-transform: uppercase;
  color: #818181;
}

.header__wrapper .cols__container .right__col nav ul li:nth-child(1) a {
  color: #1d1d1d;
  font-weight: 600;
}

.header__wrapper .cols__container .right__col nav button {
  background: #0091ff;
  color: #fff;
  border: none;
  padding: 10px 25px;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 20px;
}

.header__wrapper .cols__container .right__col nav button:hover {
  opacity: 0.8;
}

.header__wrapper .cols__container .right__col .photos {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1.5fr));
  gap: 20px;
}

.header__wrapper .cols__container .right__col .photos img {
  max-width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  border: 3px solid #0091ff;
}

/* Responsiveness */

@media (min-width: 868px) {
  .header__wrapper .cols__container {
    max-width: 1600px;
    margin: auto;
    width: 100%;
    justify-content: space-between;
    display: grid;
    grid-template-columns: 1.5fr 2fr;
    gap: 0px;
  }

  .header__wrapper .cols__container .prodisc .left__col {
    padding: 25px 0px;
  }

  .header__wrapper .cols__container .prodisc .right__col nav ul {
    flex-direction: row;
    gap: 30px;
  }

  .header__wrapper .cols__container .prodisc .right__col .photos {
    height: 365px;
    overflow: auto;
    padding: 0 0 30px;
  }
}

@media (min-width: 1017px) {
  .header__wrapper .cols__container .prodisc .left__col {
    margin: 0;
    margin-right: auto;
  }

  .header__wrapper .cols__container .prodisc .right__col nav {
    flex-direction: row;
  }

  .header__wrapper .cols__container .prodisc .right__col nav button {
    margin-top: 0;
  }
  
}


.prodisc {
  padding: 25px 20px;
  text-align: center;
  max-width: 600px;
  position: relative;
  margin: 0 auto;
}

.prodisc p {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
  font-size: 1rem;
  color: #1d1d1d;
  line-height: 1.8em;
  text-align: justify;
}

.prodisc h2 {
  text-align: center;
  text-decoration: underline;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem; 
  margin-top: 5rem;
  padding-bottom: 0rem;
  position: relative;
  text-align: start;
  word-wrap:break-word;
}


.incpic{
  padding: 20px 20px 50px 20px;

}

.incbtn{
  background: #0091ff;
  color: #fff;
  border: none;
  padding: 0px 25px;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 20px;
  font-size: 1.5rem;
}

 .content{
  margin-top: 20px;
}

 .content a {
  text-decoration: none;
  color: #6c758f;
  font-size: 30px;
  margin: 10px;
  transition: color 0.4s;
}

.content a:hover {
  color: #0196e3;
}

         
.btn-grad {
  background-image: linear-gradient(to right, #1FA2FF 0%, #12D8FA  51%, #1FA2FF  100%);
  margin: 5px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;            
  box-shadow: 0 0 20px #eee;
  border: none;
  padding: 8px 15px;
  border-radius: 70px;
  cursor: pointer;
  margin-top: 20px;
  font-size: 1rem;
}

.btn-grad:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}
