@import url("https://fonts.googleapis.com/css?family=Fira+Sans:400,500,600,700,800");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap");

  /* Prevent long content (like span text) from overflowing */
  .folder-card span {
    word-break: break-word;
    max-width: 100%;
  }

  /* Add this to ensure all anchors don't stretch wide */
  .folder-card {
    width: 100%;
    max-width: 160px; /* limit width of cards */
    box-sizing: border-box;
  }

  /* Ensure grid container does not cause overflow */
  .grid-container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }
html[light-mode="light"] {
  --bg1-color: rgba(0, 0, 0, 0);
  --text-color: #6c757d;
  --shadow-col1: #babdc2;
  --shadow-col2: #ffffff;
  --meta-col: #444;
  --head-col: black;
}

html[light-mode="dark"] {
  --bg1-color: #272727;
  --text-color: #fff;
  --bg-txt-img: linear-gradient(315deg, #d5adc8 0%, #ff8489 74%);
  --txt-fill: transparent;
  --shadow-col1: #191919;
  --shadow-col2: #1d1d1d;
  --meta-col: rgb(155, 149, 149);
  --head-col: #fff;
}

html {
  overflow-x: hidden;
}
/*Main section*/

@media (max-width: 766px) {
  .dropdown {
    position: absolute;
    padding-right: 3.5rem;
  }
  .godown {
    z-index: 1;
    padding-top: 8rem;
    padding-left: 3.3rem;
  }
}
.head-upper {
  background: var(--bg-txt-img);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: var(--txt-fill);
}

section > div {
  padding-top: 7rem !important;
}

@media only screen and (max-width: 991px) {
  section {
    height: 80vh;
  }
}
@media only screen and (max-width: 867px) {
  section {
    height: 70vh;
  }
}
@media only screen and (max-width: 767px) {
  section {
    height: 95vh;
  }
}
@media only screen and (max-width: 550px) {
  section {
    height: 90vh;
  }
}
@media only screen and (max-width: 400px) {
  section {
    height: 85vh;
  }
}

.main,
.main1 {
  width: 100%;
  padding-left: 4rem;
  padding-right: 4rem;
  margin: 0 auto;
}

.section {
  padding: 20px;
  padding-left: 0;
}
.heading {
  font-size: 55px;
  color: var(--bg-txt-img);
}

.experience_head {
  font-weight: bold;
}

/*color of experience page headings*/
.my_experience {
  color: #f1c607;
}

.sub-heading {
  font-size: 17px;
  margin-top: 20px;
}
@media (max-width: 550px) {
  .main {
    padding-left: 0;
    padding-right: 0;
  }
  .main1 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.experience-cards {
  margin: 0 auto;
}
@media only screen and (max-width: 550px) {
  .experience-cards {
    overflow: hidden;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.col.gaap {
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
}

.card1 {
  background-color: var(--bg1-color);
  display: flex;
  flex-direction: column;
  max-height: 80%;
  border: none;
  border-radius: 13px;
  contain: content;
  margin: 4em auto 36px;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 15%), 2px 2px 7px rgba(0, 0, 0, 14%),
    3px 3px 8px rgba(0, 0, 0, 13%), 4px 4px 9px rgba(0, 0, 0, 12%);
  z-index: 1;
}

.card1:hover {
  transform: scale(1.06);
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  transition: transform 0.4s, 0.4s box-shadow;
  border-radius: 13px;
  z-index: 0;
  -webkit-transition: transform 0.4s, 0.4s box-shadow;
  -moz-transition: transform 0.4s, 0.4s box-shadow;
  cursor: pointer;
}

@media only screen and (min-width: 551px) {
  .card1:hover {
    box-shadow: 2px 5px 10px rgba(0, 0, 0, 17%), 3px 6px 11px rgba(0, 0, 0, 16%),
      4px 7px 13px rgba(0, 0, 0, 15%), 5px 8px 14px rgba(0, 0, 0, 14%);
  }
}

.card1 .card-body {
  display: flex;
  flex-flow: row wrap;
  padding: 18px;
  color: var(--head-col);
  border-radius: 0 13px 13px 0;
}

.card1 header {
  flex: 100%;
}

.card1 .meta {
  margin-bottom: 22px;
  margin: 0;
  text-align: center;
}

ul ol {
  list-style: disc;
  padding: 3%;
}

.card1 .featured-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
  width: 100%;
  height: 300px;
}

@media only screen and (min-width: 1280px) {
  .card1 h3 {
    font-size: 32px;
  }
}

@media only screen and (min-width: 768px) {
  .card1 {
    flex-direction: row;
    max-height: 70vh;
  }

  .card1 h3 {
    font-size: calc(100% + 1vw);
  }

  .card1 .featured-image {
    border-top-left-radius: 13px;
    border-bottom-left-radius: 13px;
    border-top-right-radius: 0;
    max-width: 300px;
    height: inherit;
    width: 100%;
  }
}

@media only screen and (max-width: 992px) {
  .card1 .featured-image {
    width: 400px;
  }
}

@media only screen and (max-width: 767px) {
  .card1 .featured-image {
    height: 400px;
    width: 100%;
  }
}

@media only screen and (max-width: 401px) {
  .card1 .featured-image {
    height: 300px;
  }
}

.heading1 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: bold;
  color: #222;
  margin: 0.5em 0;
  margin-top: 5rem;
  color: var(--text);
}

@media (min-width: 675px) {
  .heading1 {
    margin-top: 5em;
  }
}

@media (min-width: 60rem) {
  .exp-head {
    margin-top: 0rem !important;
  }
}

.card-body .pre-heading {
  color: var(--meta-col);
  font-size: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
}

.card-body .meta {
  color: var(--meta-col);
  font-size: 16px;
}

.card-body .author {
  font-size: 12px;
}

.card-body h3 {
  font-size: 2rem;
  margin-top: 5px;
  margin-bottom: 5px;
  color: var(--head-col);
  text-align: center;
}

.main ul,
.main1 ul {
  display: block;
  margin: 0 auto;
  min-height: 15rem;
  max-width: 1050px;
  padding: 1rem !important;
}

.main a,
.main a {
  text-decoration: none;
}

/*Volunteership card*/

:root {
  --d: 700ms;
  --e: cubic-bezier(0.19, 1, 0.22, 1);
}

.volunteerCard {
  display: block;
  position: relative;
  max-width: 262px;
  border-radius: 4px;
  padding: 32px 24px;
  margin: 12px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
}
.volunteerCard:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -16px;
  right: -16px;
  background: #eaf54c;
  height: 32px;
  width: 32px;
  border-radius: 32px;
  transform: scale(0);
  transform-origin: 50% 50%;
  transition: transform 0.25s ease-out;
}
.volunteerCard:hover:before {
  transform: scale(45);
}

.volunteerCard:hover p {
  transition: all 0.3s ease-out;
  color: rgba(255, 255, 255, 0.8);
}
.volunteerCard:hover h2 {
  transition: all 0.3s ease-out;
  color: #ffffff;
}

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

.volunteerCard {
  border-radius: 10px;
  box-shadow: 0px 8px #8f8209, 0 6px 20px 0 rgba(0, 0, 0, 0.19),
    0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

  animation: 0.5s ease-out 0s 1 slideInFromLeft;

  background: #333;
  padding: 10px;
}

.volunteerCard:hover {
  transform: scale(1.1);
}

.page-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  grid-gap: 5rem;
  padding: 2rem;
  max-width: 1124px;
  margin: 0 auto;
}

.page-content .card:hover {
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 1rem;
  width: 100%;
  text-align: center;
  color: whitesmoke;
  cursor: pointer;
  border: none;
}

@media (min-width: 600px) {
  .page-content {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 800px) {
  .page-content {
    grid-template-columns: repeat(3, 1fr);
  }
}

.page-content .card {
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 1rem;
  width: 100%;
  text-align: center;
  color: black;
  background-color: var(--bg1-color);
  border: none;
}

@media (max-width: 600px) {
  .page-content .card {
    height: 580px;
  }
}

@media (max-width: 390px) {
  .main1 ul {
    padding: 15px;
  }
}

.card-body p {
  margin: 0px;
  font-size: 14px;
}

.content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 0.1rem;
  transition: transform var(--d) var(--e);
  z-index: -1;
}

.volunteerTitle {
  font-size: 1.5rem;
  line-height: 1.2;
  padding-bottom: 40px;
  transform: translateY(40px);
  transition: all 0.7s;
  font-weight: 900;
  color: #9f7c30;
}

.copy {
  font-size: 1rem;
  font-style: italic;
  line-height: 1.35;
  padding-bottom: 40px;
  color: var(--head-col);
}

/*Hackathon Section Starts*/

.blog-slider {
  width: 95%;
  position: relative;
  max-width: 800px;
  margin: auto;
  background: var(--bg1-color);
  box-shadow: 0px 14px 80px rgba(117, 161, 107, 0.2);
  padding: 25px;
  border-radius: 25px;
  height: 400px;
  transition: all 0.3s;
}
@media screen and (max-width: 992px) {
  .blog-slider {
    max-width: 680px;
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .blog-slider {
    min-height: 500px;
    height: auto;
    margin: 180px auto;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider {
    height: 350px;
  }
}
.blog-slider__item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .blog-slider__item {
    flex-direction: column;
  }
}
.blog-slider__item.swiper-slide-active .blog-slider__img img {
  opacity: 1;
  transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > * {
  opacity: 1;
  transform: none;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(1) {
  transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(2) {
  transition-delay: 0.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(3) {
  transition-delay: 0.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(4) {
  transition-delay: 0.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(5) {
  transition-delay: 0.7s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(6) {
  transition-delay: 0.8s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(7) {
  transition-delay: 0.9s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(8) {
  transition-delay: 1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(9) {
  transition-delay: 1.1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(10) {
  transition-delay: 1.2s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(11) {
  transition-delay: 1.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(12) {
  transition-delay: 1.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(13) {
  transition-delay: 1.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(14) {
  transition-delay: 1.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(15) {
  transition-delay: 1.7s;
}
.blog-slider__img {
  width: 300px;
  flex-shrink: 0;
  height: 300px;
  box-shadow: 4px 13px 30px 1px rgba(199, 204, 132, 0.1);
  border-radius: 20px;
  transform: translateX(-80px);
  overflow: hidden;
  background-image: linear-gradient(147deg, #f8ed8b94, rgba(210, 253, 153, 0.356));
}
.blog-slider__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  opacity: 0.8;
}
.blog-slider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  border-radius: 20px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .blog-slider__img {
    transform: translateY(-50%);
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .blog-slider__img {
    width: 95%;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider__img {
    height: 270px;
  }
}
.blog-slider__content {
  padding-right: 25px;
}
@media screen and (max-width: 768px) {
  .blog-slider__content {
    margin-top: -80px;
    text-align: center;
    padding: 0 30px;
  }
}
@media screen and (max-width: 576px) {
  .blog-slider__content {
    padding: 0;
  }
}
.blog-slider__content > * {
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.4s;
}

/*Hackathon Name */

.blog-slider__title {
  font-size: 24px;
  font-weight: 900;
  color: var(--head-col);
  margin-bottom: 20px;
}

/* Role in Hackathon   */

.blog-slider__code {
  color: var(--meta-col);
  margin-bottom: 20px;
  display: block;
  font-size: 17px;
  font-weight: 700;
}

/* Hackathon Description   */

.blog-slider__text {
  color: (var(--head-col));
  margin-bottom: 30px;
  line-height: 1.5em;
}
.blog-slider__button {
  display: inline-flex;
  background-image: linear-gradient(147deg, #f4fc86 0%, #b5880e 74%);
  padding: 15px 35px;
  border-radius: 50px;
  color: #fff;
  box-shadow: 0px 14px 80px rgba(29, 25, 13, 0.4);
  font-weight: 500;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
}
.blog-slider__button:hover{
  color: white !important;
}
a:link {
  text-decoration: none !important;
}
@media screen and (max-width: 576px) {
  .blog-slider__button {
    width: 100%;
  }
}

.card2 {
  color: var(--text);
}

@media (max-width: 768px) {
  .mcard {
    margin-bottom: 12rem !important;
  }
}
/*Hackathon Section Ends*/
/*
----------------------------
       SVG ANIMATIONS 
----------------------------
*/
#tie {
  animation: tie 2s infinite ease-in-out;
  transform-origin: 50% 62%;
}
@keyframes tie {
  0%,
  100% {
    transform: rotate(0);
  }
  50% {
    transform: skew(-12deg) rotate(-6deg);
  }
}

/*Import font*/

@import url("https://fonts.googleapis.com/css2?family=Londrina+Outline&display=swap");

/*Declaring CSS variables for Light mode*/

html[light-mode="light"] {
  --bg1-color: #f6f6f6;
  --bg-head: #ffffff;
  --bg-col: #f6f6f6;
  --p-up: black;
  --bg-cite-y: #f5f5f5;
  --cite-bg: #fff;
  --cite-head: rgb(221, 217, 217);
  --cite-col-txt: #333;
  --cite-close: #333;
  --cite-hover: black;
  --hover-link: black;
  --shadow-col1: #a3b1c6;
  --shadow-col2: #ffffff;
  --text-colour: rgb(0, 0, 0);
}

/* Base Styling (Light Mode Default) */
:root {
  --light-bg: #f7f9fc;
  --dark-bg: rgba(255, 255, 255, 0.05);
  --text-light: #0c0c0e;
  --text-dark: #e0e0e0;
  --link-light: #82b929;
  --link-dark: #e6ff58;
  --code-light: #818181;
  --code-dark: #2c2c2c;
}

.contribute-section {
  padding: 40px 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: var(--text-light);
  background-color: var(--light-bg);
  max-width: 900px;
  margin: auto;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: background-color 0.4s ease, color 0.4s ease;
  /* 🔥 Neon blue glow */
  box-shadow: 0 0 15px rgba(255, 230, 0, 0.6),
              0 0 30px rgba(255, 230, 0, 0.4),
              0 0 45px rgba(251, 255, 0, 0.2);

  transition: background-color 0.4s ease, color 0.4s ease;

}

.contribute-section h2 {
  text-align: center;
  color: #2c3e50;
  font-size: 32px;
  margin-bottom: 20px;
}

.contribute-section h3 {
  color: #34495e;
  font-size: 24px;
  margin-top: 30px;
}

.contribute-section h4 {
  font-size: 20px;
  color: #27ae60;
  margin-top: 20px;
}

.contribute-section p {
  font-size: 18px;
  line-height: 1.6;
}

.contribute-section a {
  color: var(--link-light);
  text-decoration: none;
  font-weight: bold;
}

.contribute-section code {
  background-color: var(--code-light);
  padding: 2px 6px;
  border-radius: 4px;
  font-family: monospace;
}

/* 🌙 Dark mode support */
@media (prefers-color-scheme: dark) {
  .contribute-section {
    background-color: var(--dark-bg);
    color: var(--text-dark);
  }

  .contribute-section h2 {
    color: #a0d2ff;
  }

  .contribute-section h3 {
    color: #8ecae6;
  }

  .contribute-section h4 {
    color: #6fdc8c;
  }

  .contribute-section a {
    color: var(--link-dark);
  }

  .contribute-section code {
    background-color: var(--code-dark);
    color: #f1f1f1;
  }

}
.contribute-section p {
  font-size: 18px;
  line-height: 1.6;
  color: var(--text-light); /* <-- Add this line */
}
body:not(.dark-mode) .contribute-section {
  background-color: var(--light-bg);
  color: var(--text-light);
}

body:not(.dark-mode) .contribute-section h2 {
  color: #2c3e50;
}

body:not(.dark-mode) .contribute-section h3 {
  color: #34495e;
}

body:not(.dark-mode) .contribute-section h4 {
  color: #27ae60;
}

body:not(.dark-mode) .contribute-section a {
  color: var(--link-light);
}

body:not(.dark-mode) .contribute-section code {
  background-color: var(--code-light);
  color: #fff; /* or whatever you want */
}

.contribute-section {
  padding: 40px 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: var(--text-light);
  background-color: var(--light-bg);
  max-width: 900px;
  margin: auto;
  border-radius: 8px;

  /* 🔥 Neon blue glow */
   box-shadow: 0 0 15px rgba(0, 200, 255, 0.6),
                0 0 30px rgba(0, 200, 255, 0.4),
                0 0 45px rgba(0, 200, 255, 0.2);
  
  transition: background-color 0.4s ease, color 0.4s ease;
}

@media (max-width: 480px) {
  .contribute-section {
    padding: 15px 12px;
    margin: 10px;
    border-radius: 6px;
   
      /* 🔥 Keep full neon glow here too */
    box-shadow: 0 0 15px rgba(0, 200, 255, 0.6),
                0 0 30px rgba(0, 200, 255, 0.4),
                0 0 45px rgba(0, 200, 255, 0.2);
  }

  .contribute-section h2 {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .contribute-section h3 {
    font-size: 18px;
    margin-top: 20px;
  }

  .contribute-section h4 {
    font-size: 16px;
    margin-top: 16px;
  }

  .contribute-section p {
    font-size: 14px;
    line-height: 1.4;
  }

  .contribute-section code {
    font-size: 13px;
    padding: 2px 4px;
    word-break: break-word;
  }

}

/*Declaring CSS variables for Dark Mode*/

html[light-mode="dark"] {
  --bg1-color: #00000000;
  --bg-col: rgba(0, 0, 0, 0);
  --text-gra: ;
  --bg-txt-img: linear-gradient(315deg, #d5adc8 0%, #ff8489 74%);
  --text-colour: white;
  --txt-fill: transparent;
  --p-up: #fff;
  --bg-head: rgba(0, 0, 0, 0.877);
  --bg-head-img: rgba(0, 0, 0, 0.877);
  --bg-cite-y: rgba(0, 0, 0, 0.877);
  --black-two: rgba(0, 0, 0, 0.877);
  --cite-head: rgb(59, 55, 55);
  --cite-bg: black;
  --cite-col-txt: #fff;
  --cite-close: rgba(0, 0, 0, 0.192);
  --cite-hover: #fff;
  --hover-link: rgb(235, 238, 76);
  --shadow-col1: rgb(29, 28, 28);
  --shadow-col2: rgba(34, 34, 34, 0.459);
}
html {
  overflow-x: hidden;
}
.references_head {
  font-weight: bold;
}

/* color of references page heading*/

.references_work {
  color: #bba800;
}

/*For Changing background color of body according to theme*/

body {
  background: var(--bg-col) !important;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

.p-upper {
  color: var(--p-up);
}

/*references page*/
.references-container {
  background-color: var(--bg-col);
}
.txt-bottom {
  height: 80vh;
}

.referencesMainWrapper {
  margin: 50px 0 200px;
  position: relative;
  color: var(--p-up);
}

#referencesDetailsTable {
  border-collapse: separate;
  border-width: 0;
  empty-cells: show;
  border-spacing: 3em;
  position: relative;
}

#referencesDetailsTable {
  width: 100%;
}

#referencesDetailsTable tr {
  background-color: var(--bg1-color);
  margin: 4em auto 36px;
  display: flex;
  border-radius: 5px;
}

#referencesDetailsTable tr:hover {
  transform: scale(1.1);
  transition: all 1s ease;
}

#rDetailsHead {
  z-index: 700;
  background-color: #f5f5f5;
  height: 42px;
  box-sizing: border-box;
}

.referencesTitle {
  font-weight: bold;
  padding: 16px 16px 0 16px;
  text-align: left;
  box-sizing: border-box;
  text-transform: uppercase;
  vertical-align: middle;
  padding-top: 0;
  padding-bottom: 0;
  background-color: var(--bg-head);
  background-image: var(--bg-head-img);
}

.referencesTitle span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
}

.referencesTitle span a {
  padding: 8px 0;
}

.referencesCited {
  font-weight: bold;
  text-align: right;
  padding: 16px 8px 0 8px;
  width: 64px;
  white-space: nowrap;
  box-sizing: border-box;
  text-transform: uppercase;
  vertical-align: middle;
  padding-top: 0;
  padding-bottom: 0;
  background-color: var(--bg-cite-y);
}

.referencesYear {
  font-weight: bold;
  padding: 16px 16px 0 16px;
  text-align: right;
  width: 88px;
  white-space: nowrap;
  box-sizing: border-box;
  text-transform: uppercase;
  vertical-align: middle;
  padding-top: 0;
  padding-bottom: 0;
  background-color: var(--bg-cite-y);
}

.referencesTitleName {
  padding: 70px;
  vertical-align: middle;
  text-align: left;
}

.paperTitle:hover {
  text-decoration: none;
  color: var(--hover-link);
}

.paperTitle {
  padding: 18px 10px;
  font-size: 16px;
}

.referencesCitedNumber span,
.referencesY span {
  display: inline-block;
  margin-top: 3px;
  color: grey;
}

.rConferences {
  font-style: italic;
  font-size: 0.88em;
}

.referencesY {
  font-weight: bolder;
  vertical-align: middle;
  text-align: justify;
  color: (var--text-colour);
  margin-top: 2em;
  margin-bottom: 14%;
}

.referencesCite {
  text-align: right;
  vertical-align: top;
}

.resCite {
  display: none;
}

/*Profile pic responsiveness*/

@media only screen and (max-width: 711px) {
  .referencesCite {
    display: none;
  }
  .resCite {
    display: block;
  }
}

/*Responsive*/

@media only screen and (max-width: 441px) {
  .referencesTitleName a {
    font-size: 14px;
  }
  .referencesTitleName div {
    font-size: 12px;
  }
}

@media only screen and (max-width: 771px) and (max-height: 1030px) {
  .referencesTitleName {
    width: 100%;
  }
}

.paperTitle {
  font-weight: bold;
  color: var(--ppr-col);
}

@media only screen and (max-width: 850px) {
  .referencesMainWrapper {
    margin-top: 150px;
  }
}

@media only screen and (max-width: 767px) {
  .referencesMainWrapper {
    margin-top: 180px;
  }
}

@media only screen and (max-width: 624px) {
  .referencesMainWrapper {
    margin-top: 120px;
  }
}

@media only screen and (max-width: 500px) {
  .referencesMainWrapper {
    margin-top: 85px;
    margin-bottom: 100px;
  }
}

/*IMAGES SECTION OF LIST*/

.rImg {
  margin-top: 8%;
  margin-right: 8%;
  margin-bottom: 8%;
  margin-left: 3%;
  border-radius: 10% 50%;
  border: solid;
  border-width: 20px;
  border-color: rgb(255, 236, 61);
}
.rImg1 {
  margin-top: 8%;
  margin-right: 8%;
  margin-bottom: 8%;
  margin-left: 3%;
  border-radius: 50% 10%;
  border: solid;
  border-width: 20px;
  border-color: rgba(157, 233, 58, 0.904);
}

.imgRes {
  width: 14em;
  height: 14em;
  border: 10px solid rgba(255, 218, 51, 0.884);
  border-radius: 10% 50%;
}

.imgResponsive {
  display: none;
  margin-bottom: 1em;
}

.imgCol .rImg {
  width: 335px;
  height: 335px;
}
.imgCol .rImg1 {
  width: 335px;
  height: 335px;
}

@media only screen and (max-width: 775px) {
  .imgResponsive {
    display: block;
  }
  .rImg {
    display: none;
  }
  .rImg1 {
    display: none;
  }
  .imgCol {
    display: none;
  }
}

@media only screen and (max-width: 285px) and (max-height: 655px) {
  .imgResponsive .imgRes {
    margin: -1.32em -1.26em 1.3em -1.3em;
    width: 406.7px;
    height: 260px;
  }
}

@media only screen and (max-width: 375px) and (max-height: 575px) {
  .imgResponsive .imgRes {
    margin: -1.4em -1em 1.3em -1.3em;
    width: 406.7px;
    height: 260px;
  }
}

@media only screen and (max-width: 365px) and (max-height: 645px) {
  .imgResponsive .imgRes {
    margin: -1.5em -1.3em 1.3em -1.4em;
    width: 406.7px;
    height: 260px;
  }
}

@media only screen and (max-width: 415px) and (max-height: 737px) {
  .imgResponsive .imgRes {
    margin: -1.6em 1em 1.3em -1.4em;
    width: 406.7px;
    height: 260px;
  }
}

@media only screen and (max-width: 415px) and (max-height: 830px) {
  .imgResponsive .imgRes {
    margin: -1.3em -1.3em 1.3em -1.3em;
    width: 260px;
    height: 260px;
  }
}

@media only screen and (max-width: 375px) and (max-height: 670px) {
  .imgResponsive .imgRes {
    margin: -1.3em -1.3em 1.3em -1.3em;
    width: 260px;
    height: 260px;
  }
}

@media only screen and (max-width: 545px) and (min-width: 500px) and (max-height: 725px) {
  .imgResponsive .imgRes {
    margin: -1em -1em 1.3em -1em;
    width: 260px;
    height: 260px;
  }
}

@media only screen and (min-width: 775px) and (max-height: 850px) {
  .imgCol .rImg {
    margin: -1.4em -1em -1.3em 0;
    width: 270px;
    height: 270px;
    border-radius: 10% 50%;
  }
  .imgCol .rImg1 {
    margin: -1.4em -1em -1.3em 0;
    width: 270px;
    height: 270px;
    border-radius: 50% 10%;
  }
}

@media only screen and (min-width: 850px) and (max-height: 1030px) {
  .imgCol .rImg {
    width: 335px;
    height: 335px;
    margin: -1.4em -1em -1.3em 0;
    border-radius: 10% 50%;
  }
  .imgCol .rImg1 {
    width: 335px;
    height: 335px;
    margin: -1.4em -1em -1.3em 0;
    border-radius: 50% 10%;
  }
}

@media screen and (max-width: 700px) {
  .popup {
    width: 80%;
  }
  #referencesDetailsTable tr {
    flex-direction: column;
  }
  .imgRes {
    width: 100%;
  }
}

/*Table for references works*/

.left-cell {
  font-size: 0.8em;
  text-align: right;
  color: grey;
  vertical-align: top;
}

.right-cell {
  font-size: 0.8em;
  color: var(--p-up);
}

/*social icons footer*/

.social-icons-footer {
  font-size: 20px;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  width: 220px;
  display: block;
}

.social-icon-footer {
  display: flex;
  position: relative;
  overflow: hidden;
  width: var(--link-size-footer-s);
  height: var(--link-size-footer-s);
  margin: 3px;
  background-color: #a4a626;
  border-radius: 50%;
  text-decoration: none;
  float: left;
}

.social-icon-footer i {
  margin: auto;
  font-size: 15px;
  color: #fff;
}

.social-icon-footer:hover i {
  color: #000000;
}

/*Responsive*/

@media (min-width: 60rem) {
  .social-icons-footer {
    width: 280px;
  }
  .social-icon-footer {
    width: var(--link-size-footer-b);
    height: var(--link-size-footer-b);
  }
  .social-icon-footer i {
    font-size: 20px;
  }
}

/*Animations*/

.social-icon-footer:hover {
  transform: translateY(-4px);
  box-shadow: 0px 4px 12px rgb(100, 248, 233);
}

.social-icon:hover:after {
  transform: translate(0) scale(1.2);
}

a:hover {
  color: transparent;
}

/*
---------------------------
      SVG ANIMATION
---------------------------
*/

@keyframes manscreenpopup {
  0%,
  45%,
  55%,
  65%,
  75%,
  85% {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@keyframes manscreenfloat {
  0%,
  to {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
@keyframes manscreenfloata {
  0%,
  to {
    transform: translateY(0);
  }
  90% {
    transform: translateY(-15px);
  }
}

.svg-animation-container {
  width: 100%;
  height: 100%;
  margin-top: 10%;
}
.svg-animation-container svg {
  width: 100%;
}

.rectanglework {
  animation-name: manscreenpopup;
  animation-iteration-count: 1;
  animation-duration: 3.6s;
  animation-timing-function: ease-in-out;
  transform-origin: 526.882px 383px;
}
.rectanglework {
  animation-duration: 3s;
}

.rectanglemove {
  animation-name: manscreenfloat;
  animation-iteration-count: infinite;
  animation-duration: 9s;
  animation-timing-function: ease-in-out;
}
.rectanglemove {
  animation-duration: 6s;
}

.rectwork {
  animation-name: manscreenpopup;
  animation-iteration-count: 1;
  animation-duration: 3.6s;
  animation-timing-function: ease-in-out;
  transform-origin: 526.882px 383px;
}
.rectwork {
  animation-duration: 3s;
}

.rectfloat {
  animation-name: manscreenfloat;
  animation-iteration-count: infinite;
  animation-duration: 9s;
  animation-timing-function: ease-in-out;
}
.rectfloat {
  animation-duration: 6s;
}

.circlemove {
  animation-name: manscreenfloata;
  animation-iteration-count: infinite;
  animation-duration: 9s;
  animation-timing-function: ease-in-out;
}
.circlemove {
  animation-duration: 6s;
}

@media screen and (min-width: 540px) and (max-width: 1000px) {
  * {
    max-width: 100% !important;
  }

  .referencesTitleName {
    padding: 5%;
  }
  .imgResponsive .imgRes {
    width: 200px !important;
    height: 200px;
  }
}

@media screen and (min-width: 700px) and (max-width: 1000px) {
  * {
    max-width: 100% !important;
  }

  .imgCol .rImg {
    width: 1500px;
    margin: -1.4em -1em -1.3em 0;
  }
  .imgCol .rImg1 {
    width: 1500px;
    margin: -1.4em -1em -1.3em 0;
  }
}

@media screen and (max-width: 700px) {
  * {
    max-width: 100% !important;
  }

  .referencesTitleName {
    padding: 0%;
  }

  .imgResponsive  .imgRes {
    height: 200px;
    width: 200px;
  }
}

@media screen and (max-width: 500px){
  .imgResponsive  .imgRes {
    height: 200px;
    width: 200px;
  }
}

@media screen and (max-width: 340px) {
  .imgResponsive .imgRes {
    height: 160px !important;
    width: 160px;
  }
}
