@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
body {
  font-family: 'Poppins', sans-serif;
}

.sponsorBtn {
  background-color: #000000;
  border-radius: 0;
}

.heading {
  font-size: 3rem;
  color: #000000;
  margin: 2rem 0;
}

.sponsor {
  position: relative;
  margin-bottom: 1rem;
}

.sponsor .btnBorder {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-54%, -70%);
          transform: translate(-54%, -70%);
  width: 11rem;
  height: 2.5rem;
  border: solid 2px #707070;
  z-index: -1;
}

.partner {
  width: 90%;
  min-height: 15rem;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
  border-radius: 1rem;
  text-align: center;
  margin: 1rem auto;
}

.partner .powered {
  margin: 3rem 0;
}

.partner h1 {
  background-color: #000000;
  color: #ffffff;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  text-align: center;
  font-size: 1.2rem;
  padding: 1rem 0;
  font-weight: 300;
}

.partner img {
  max-width: 50%;
  margin: 1rem 0;
}

.titlePartnerImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.titlePartnerImg div {
  width: 50%;
  margin: 2rem 0;
}

.titlePartnerImg div img {
  max-width: 70%;
}

.srmpedia {
  margin-bottom: 3rem;
}

.srmpedia img {
  width: 60% !important;
}

.giftingPartner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.giftingPartner img {
  max-width: 40% !important;
  margin: 1.2rem auto;
}

.communityPartner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.communityPartner img {
  max-width: 80% !important;
  margin: 3rem auto;
}

.goldPartner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.goldPartner div {
  margin: 1rem 0;
  width: 30%;
}

.goldPartner div img {
  max-width: 80% !important;
}

.goldPartner #xyz {
  width: 20% !important;
}

.silverPartner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.silverPartner div {
  margin: 1.5rem 0;
  width: 30%;
}

.silverPartner div img {
  max-width: 80% !important;
}

.bronzePartner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bronzePartner div {
  margin: 1rem 0;
  width: 30%;
}

.bronzePartner div img {
  max-width: 80% !important;
}

.bronzePartner #bugsee {
  width: 15%;
}

.bronzePartner #bugsee img {
  max-width: 60% !important;
}

.mediaPartner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mediaPartner div {
  width: 50%;
}

.mediaPartner div img {
  max-width: 80%;
}

.mediaPartner div #srmpedia {
  max-width: 55%;
}

.CardWrapper {
  margin: 0 1rem;
}

.mentorCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
  border-radius: 1rem;
  width: 18rem;
  min-height: 22rem;
  margin: 1rem auto;
}

.mentorCard .mentorImage {
  position: relative;
}

.mentorCard .mentorImage img {
  width: 100%;
  height: 12rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.mentorCard .mentorImage .linkedin {
  width: 2rem;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: -10%;
  right: 5%;
  color: #0077b5;
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 100%;
  z-index: 1000;
}

.mentorCard .mentorText {
  position: relative;
  margin: 1rem 0;
}

.mentorCard .mentorText h1 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #000000;
}

.mentorCard .mentorText .skills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.mentorCard .mentorText .skills h1 {
  font-size: 1rem;
  font-weight: 400;
  padding: 0.4rem 0.8rem;
  border-radius: 0.5rem;
  text-transform: uppercase;
}

.mentorCard .mentorText .skills .pink {
  background-color: #ffd4d4;
  color: #ec0000;
}

.mentorCard .mentorText .skills .green {
  background-color: #bbffb6;
  color: #00b20c;
}

.mentorCard .mentorText .skills .yellow {
  background-color: #ffeda5;
  color: #eaa500;
}

.teamCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 1rem auto;
}

.teamCard .teamImage {
  text-align: center;
  width: 15rem;
  height: 12rem;
  margin: 0 auto;
}

.teamCard .teamImage img {
  width: 100%;
  height: 12rem;
  margin: 0 auto !important;
  border-radius: 1.5rem;
  -webkit-box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.16);
}

.teamCard .teamText {
  color: #000000;
  text-align: center;
  margin: 0.5rem 0;
}

.teamCard .teamText h1 {
  font-size: 1.5rem;
}

.teamCard .teamText h2 {
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 300;
  letter-spacing: 0.2rem;
  background-color: #000000;
  color: #ffffff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
}

.teamCard .teamLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.teamCard .teamLinks a {
  text-decoration: none;
  outline: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.teamCard .teamLinks a .teamLinkedin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2rem;
  height: 2rem;
  background-color: #0077b5;
  border-radius: 100%;
}

.teamCard .teamLinks a .teamLinkedin img {
  width: 60%;
  -webkit-filter: invert(100%) sepia(6%) saturate(290%) hue-rotate(268deg) brightness(112%) contrast(100%);
          filter: invert(100%) sepia(6%) saturate(290%) hue-rotate(268deg) brightness(112%) contrast(100%);
}

.teamCard .teamLinks a .teamGithub {
  margin-left: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2rem;
  height: 2rem;
  background-color: #000000;
  border-radius: 100%;
}

.teamCard .teamLinks a .teamGithub img {
  width: 60%;
  -webkit-filter: invert(100%) sepia(6%) saturate(290%) hue-rotate(268deg) brightness(112%) contrast(100%);
          filter: invert(100%) sepia(6%) saturate(290%) hue-rotate(268deg) brightness(112%) contrast(100%);
}

.chennai {
  text-align: center;
}

.chennai img {
  width: 10rem;
}

.timer {
  text-align: center;
}

#clockdiv {
  font-family: sans-serif;
  color: #000000;
  display: inline-block;
  font-weight: 100;
  text-align: center;
}

#clockdiv > div {
  padding: 10px;
  border-radius: 3px;
  display: inline-block;
}

#clockdiv div > span {
  font-size: 2rem;
  color: #000000;
  font-weight: 600;
}

.smalltext {
  padding-top: 5px;
  font-size: 1.5rem;
  font-weight: 600;
}

.footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 20vh;
}

.footer .text h1 {
  font-size: 1rem;
  color: #ffffff;
}

.footer .links a {
  margin: 0 0.5rem;
  text-decoration: none;
  outline: none;
}

.footer .links a #mail {
  -webkit-filter: invert(69%) sepia(81%) saturate(3714%) hue-rotate(318deg) brightness(97%) contrast(117%);
          filter: invert(69%) sepia(81%) saturate(3714%) hue-rotate(318deg) brightness(97%) contrast(117%);
}

.footer .links a #linked {
  -webkit-filter: invert(100%) sepia(88%) saturate(0%) hue-rotate(214deg) brightness(105%) contrast(102%);
          filter: invert(100%) sepia(88%) saturate(0%) hue-rotate(214deg) brightness(105%) contrast(102%);
}

.footer .links a #insta {
  -webkit-filter: invert(100%) sepia(88%) saturate(0%) hue-rotate(214deg) brightness(105%) contrast(102%);
          filter: invert(100%) sepia(88%) saturate(0%) hue-rotate(214deg) brightness(105%) contrast(102%);
}

.footer .links a #facebook {
  -webkit-filter: invert(100%) sepia(88%) saturate(0%) hue-rotate(214deg) brightness(105%) contrast(102%);
          filter: invert(100%) sepia(88%) saturate(0%) hue-rotate(214deg) brightness(105%) contrast(102%);
}

.footer .links a #twitter {
  -webkit-filter: invert(100%) sepia(88%) saturate(0%) hue-rotate(214deg) brightness(105%) contrast(102%);
          filter: invert(100%) sepia(88%) saturate(0%) hue-rotate(214deg) brightness(105%) contrast(102%);
}

.footer .links a #git {
  -webkit-filter: invert(100%) sepia(88%) saturate(0%) hue-rotate(214deg) brightness(105%) contrast(102%);
          filter: invert(100%) sepia(88%) saturate(0%) hue-rotate(214deg) brightness(105%) contrast(102%);
}

@media (max-width: 900px) {
  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 990px) {
  .giftingPartner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .giftingPartner img {
    max-width: 60% !important;
    margin: 0rem auto;
  }
  .communityPartner img {
    max-width: 80% !important;
    margin: 3.5rem auto;
  }
  .goldPartner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .goldPartner div {
    width: 80%;
  }
  .goldPartner div img {
    max-width: 100%;
  }
  .goldPartner #xyz {
    width: 60% !important;
  }
  .silverPartner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .silverPartner div {
    width: 80%;
    margin: auto 0;
  }
  .silverPartner div img {
    max-width: 100% !important;
  }
  .bronzePartner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bronzePartner div {
    width: 80%;
  }
  .bronzePartner #bugsee {
    width: 80%;
  }
  .bronzePartner #bugsee img {
    max-width: 100%;
  }
  .mediaPartner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mediaPartner div {
    width: 80%;
  }
  .mediaPartner div img {
    max-width: 100%;
  }
  .partner .powered {
    width: 100%;
  }
  .partner .powered img {
    max-width: 80% !important;
  }
  .titlePartnerImg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .titlePartnerImg div {
    width: 80%;
    margin: 0.5rem 0;
  }
  .titlePartnerImg div img {
    max-width: 100%;
  }
}

@media (max-width: 800px) {
  #clockdiv div > span {
    font-size: 1.5rem;
  }
  .smalltext {
    font-size: 1rem;
  }
}
/*# sourceMappingURL=style.css.map */