@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* ****************************************** Desktop version css ****************************************** */
.timeline-section {
  background-color: #F8F8F8;
  padding: 80px;
}
.timeline-section h3 {
  font-size: 1rem;
  color: #9F9FA2;
  line-height: 28px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.timeline-section h2 {
  font-size: 2rem;
}
.timeline-area {
  margin-top: 40px;
}
.timeline-arrow-div {
  position: relative;
}
.black-line {
  background-color: black;
  height: 3px;
}
.arrow {
  height: 20px;
  position: absolute;
  top: -8px;
  right: -8px;
}
.upper-timeline-div {
  margin-left: 234px;
  display: flex;
}
.timeline-content-box {
  margin-left: 10.5px;
}
.upper-timeline-content-box-padding {
  padding: 3px 100px 24px 24px;
}
.timeline-box {
  position: relative;
  border-left: 3px solid black;
}
.circle {
  position: absolute;
  left: -15px;
  font-family: 'Lato', sans-serif;
  text-align: center;
  background-color: black;
  color: white;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  font-size: 0.875rem;
  padding: 4px 4px;
}
.upper-circle {
  top: -20px;
}
 
.timeline-content-box h3 {
  color: #19ADE0;
  font-size: 0.875rem;
}
.desc {
  color: #666666;
  font-size: 0.875rem;
}
.lower-timeline-div {
  margin-left: 10px;
  margin-right: 100px;
}
.lower-timeline-content-box-padding {
  padding: 24px 100px 3px 24px;
}
.lower-circle {
  bottom: -20px;
}
/* ****************************************** Mobile version css ****************************************** */
#timeline-mobile-container {
  background-color: #F8F8F8;
  padding: 80px;
  text-align: center;
}
#timeline-mobile-container hr {
  display: inline-block;
  width: 18px;
  margin-bottom: 5px;
  color: #9F9FA2;
}
#timeline-mobile-container h3 {
  display: inline-block;
  font-size: 1rem;
  color: #9F9FA2;
  line-height: 28px;
letter-spacing: 0.2em;
 text-transform: uppercase;
}
#timeline-mobile-container h2 {
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 800;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #0F1017;
}
#timeline-mobile-container .timeline-main {
  font-size: 1em;
  line-height: 1.75em;
  border-top: 3px solid;
  border-image-slice: 1;
  border-width: 3px;
  margin: 0;
  padding: 40px;
  counter-increment: section;
  position: relative;
  border-left: 3px solid;
  padding-right: 0;
}
#timeline-mobile-container .timeline-main ::before {
  content: counter(section);
  position: absolute;
  border-radius: 50%;
  height: 1.5em;
  width: 1.5em;
  background-color: #34435E;
  text-align: center;
  line-height: 1.4em;
  color: #ffffff;
  font-size: 1em;
 left: 100%;
  top: -10px;
  font-family: 'Lato', sans-serif;
  background-color: black;
  font-size: 0.875rem;
}
#timeline-mobile-container .timeline-main h3 {
  color: #19ADE0;
  font-size: 0.875rem;
}
#timeline-mobile-container .timeline-desc {
  color: #666666;
  font-size: 0.875rem;
}
#timeline-mobile-container .timeline-mobile-content {
  position: relative;
}
#timeline-mobile-container .timeline-arrow-div img {
  position: absolute;
  left: -10.5px;
  bottom: -7px;
  width: 24px;
}
@media only screen and (max-width: 1024px) {
  .timeline-section {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  #timeline-mobile-container {
    display: none;
  }
}
 
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  font-family: poppins;
  color: #ffffff;
  top: 0px;
  left: 0px;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  /* overflow: hidden; */
  padding-top: 7rem;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.navhead{
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #030b17;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 3rem;
  align-items: center;
  flex-wrap: nowrap;
  overflow: hidden;
  z-index: 9998;
}
ul {
  list-style-type: none;
}
.nav-list-item {
  text-decoration: none;
  color: #e7e7e8;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  padding: 10px;
  border-radius: 20px;
}
.nav-right {
  display: flex;
  flex-direction: row;
  justify-content: right;
  align-items: center;
  margin-right: 0rem;
  background: #030b17;
}
.nav-menu-toggle {
  display: none;
}
@media (max-width: 1100px) {
  .nav-right {
    display: flex;
    flex-direction: column;
    position: fixed;
    inset: 0 0 0 60%;
    height: 100vh;
    background-color: hsla(0, 0%, 0%, 0.2);
    margin-right: 0rem;
    padding: min(20vh, 10rem) 2rem;
    backdrop-filter: blur(2rem);
    justify-content: space-between;
    transform: translateX(100%);
    transition: transform 350ms ease-in;
  }
  .nav-right[data-visible="true"] {
    transform: translateX(0%);
  }
  #nav-menu-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.2rem;
    margin-right: -1rem;
    color: white;
  }
  .nav-menu-toggle {
    display: block;
    margin-right: -1rem;
    height: 2.5rem;
    aspect-ratio: 1;
    border-radius: 20%;
    z-index: 9999;
  }
  .nav-menu-toggle[aria-expanded="true"] {
    display: none;
  }
}
@media(max-width:600px)
{
  .nav-right{
    inset: 0 0 0 50%;
  }
}
@media(max-width:450px)
{
  .nav-right{
    inset: 0 0 0 30%;
  }
}
@media(max-width:340px)
{
  .nav-right{
    inset: 0 0 0 20%;
  }
}
.nav-left {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
}
.nav-left-item {
  max-width: 100%;
  height: 3rem;
  /* height: auto; */
}
#jublLogo {
  border-right: 2px solid grey;
  padding: 0.5rem;
}
#below-home-nav {
  background: linear-gradient(180deg, #030e1f 0%, #062030 100%);
  display: flex;
  flex-direction: column;
}
.techLogo {
  padding: 20px;
  height: 40px;
}
#technologyUsed {
  margin-left: 2rem;
  margin-top: 30px;
  font-weight: 700;
  font-size: 20px;
}
#home {
  background-image: url("assets/image/homeBackground.png");
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel-center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70vh;
}
/* .nav-left {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
}
.nav-left-item {
  max-width: 100%;
  height: 3rem;
} */
#jublLogo {
  border-right: 2px solid grey;
  padding: 0.5rem;
}
#below-home-nav {
  background: linear-gradient(180deg, #030E1F 0%, #062030 100%);
  display: flex;
  flex-direction: column;
}
.techLogo {
  padding: 20px;
  height: 40px;
}
#below-home-img {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
}
#technologyUsed {
  margin-left: 2rem;
  margin-top: 30px;
  font-weight: 700;
  font-size: 20px;
}
#home {
  background-image: url('assets/image/homeBackground.png');
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel-center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70vh;
}
/* @media (max-width:4000px){
    .slideshow-container{
        width:30%;
        height:auto;
    }
} */
.slideshow-container {
  width: 50%;
  height: auto;
}
@media (max-width: 1500px) {
  .slideshow-container {
    width: 60%;
    height: auto;
  }
}
@media (max-width: 1300px) {
  .slideshow-container {
    width: 70%;
    height: auto;
  }
}
@media (max-width: 1170px) {
  .slideshow-container {
    width: 75%;
    height: auto;
  }
}
@media (max-width: 1000px) {
  .slideshow-container {
    width: 80%;
    height: auto;
  }
}
@media (max-width: 900px) {
  .slideshow-container {
    width: 95%;
    height: auto;
  }
}
.below-home-carousel-img {
  height: auto;
  width: 100%;
  object-fit: fill;
  /* z-index: -1; */
  box-shadow: 5px 5px 20px rgb(202, 197, 241);
  border-radius: 10px;
}
#below-nav-my-slider {
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.below-nav-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
#below-nav-carousel {
  display: none;
}
.below-nav-slide-img {
  width: 100%;
  border-radius: 5px;
  background-position: center;
  background-size: cover;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  padding: 20px;
  height: 40px;
}
@media screen and (max-width: 480px) {
  body #jury .title {
    display: flex;
    justify-content: center;
    margin: auto;
    font-size: 0.7rem;
  }
  body #jury .section-name {
    margin-top: 0.5rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    font-size: 1.5rem;
  }
  body #jury .gallery {
    max-height: calc(100vh - 213px);
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }
  body #jury .card-holder {
    padding-left: 1rem;
  }
}
@media screen and (max-width: 630px) {
  body #jury .footer-content {
    flex-direction: column;
  }
  body #jury .left {
    font-size: 0.9rem;
    margin-bottom: 0.3rem;
  }
}
#jury .title {
  position: relative;
  color: #9f9fa2;
  margin-left: 5rem;
  margin-top: 5rem;
  font-weight: 500;
  font-size: 1rem;
  display: flex;
  align-items: center;
  letter-spacing: 0.2rem;
}
#jury .title svg {
  margin-right: 0.5rem;
}
#jury .title p {
  margin-top: 0rem;
}
/* body {
  margin: 0;
  padding: 0;
  overflow: auto;
} */
#jury {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  /* position: fixed; */
}
#jury .section-name {
  margin-left: 5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: -0.02rem;
  color: #0f1017;
}
#jury p {
  margin: 0;
  font-family: "Poppins", sans-serif;
}
#jury .footer {
  position: absolute;
  background-color: #fff;
  height: 6.75rem;
  width: 100%;
  bottom: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
#jury .footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 5rem;
  margin-right: 5rem;
  width: inherit;
}
#jury .left {
  color: #9f9fa2;
  font-size: 1rem;
  font-style: normal;
  font-weight: 100;
}
#jury .right {
  display: flex;
  justify-content: center;
  align-items: center;
}
#jury .gallery::-webkit-scrollbar {
  display: none;
}
#jury .gallery {
  max-width: 100%;
  margin-left: 5rem;
  display: flex;
  flex-wrap: wrap;
  overflow: auto;
 max-height: calc(100vh - 300px);
}
#jury .card {
  text-align: center;
  margin-bottom: 1rem;
  margin-right: 1rem;
  box-shadow: 34.8541px 29.626px 48.34px rgba(52, 52, 52, 0.05);
  border-width: 0;
}
#jury .card-text {
  font-weight: 600;
  font-size: 1.1rem;
  color: #111827;
}
#jury .position {
  font-weight: 400;
  font-size: 0.9rem;
  color: #747171;
}
/* About US */
#about-container {
  background: #f8f8f8;
  padding: 20px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 200;
}
#about-sec_cont {
  margin-top: 80px;
  margin-bottom: 80px;
}
#about-firstCol {
  padding: 0px;
}
#about-heading {
  font-size: 32px;
  font-weight: 700;
  color: #0f0107;
}
#about-span {
  font-weight: 600;
}
.about-para {
  font-size: 16px;
  font-weight: 400;
  color: #57585d;
}
#about-secondCol {
  margin-top: 2px;
  margin-bottom: 2px;
}
.about-para2 {
  font-size: 14px;
  margin: 0px;
  font-weight: 400;
  padding-top: 20px;
}
.about-para3 {
  color: #19ade0;
  font-size: 16px;
  padding-bottom: 10px;
  font-weight: 600;
}
#about-icon {
  width: 36px;
  height: 36px;
  margin-left: 5px;
}
/****************************************************************************** Gallery CSS *************************************************************************************/
.gallery-container {
  width: 100%;
  background-color: white;
  padding:10px;
}
.gallery-container_grid-container {
  display: grid;
  height: 100%;
  /* width: fit-content; */
  width: 90%;
  grid-template-columns: repeat(14, 1fr);
  /* grid-template-rows: repeat(7,1fr); */
  gap: 10px;
  background-color: white;
  /* padding: 3vw; */
  padding-top: 3vw;
  padding-bottom: 3vw;
  margin-left: 5%;
  margin-right: 5%;
}
@media screen and (max-width: 620px) {
  .gallery-container_grid-container {
    display: none;
  }
}
.gallery-container_grid-container>div {
  background-color: white;
  text-align: center;
  border-radius: 20px;
  font-size: 30px;
}
.gallery-container_grid-container>div>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2vw;
}
.gallery-container_h3 {
  /* display: block;
    margin-top: 80px ;
    font-family: 'Poppins';
    color: #9F9FA2;*/
  margin-left: 3.7vw;
  /* font-size: 1rem; */
  color: #9F9FA2;
  line-height: 28px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.gallery-container_h2 {
  display: block;
  font-family: 'Poppins';
  color: black;
  margin-left: 3.7vw;
}
.gallery-container_grid-container_item1 {
  grid-column: 1/5;
  grid-row: 1;
}
.gallery-container_grid-container_item2 {
  grid-column: 5/7;
  grid-row: 1/3;
}
.gallery-container_grid-container_item3 {
  grid-column: 7/10;
  grid-row: 1/4;
}
.gallery-container_grid-container_item4 {
  grid-column: 10/12;
  grid-row: 1/3;
}
.gallery-container_grid-container_item5 {
  grid-column-start: 12;
  grid-column-end: 15;
}
.gallery-container_grid-container_item6 {
  grid-column: 1/4;
  grid-row: 2/5;
}
.gallery-container_grid-container_item7 {
  grid-column: 4/5;
  grid-row: 2/3;
}
.gallery-container_grid-container_item8 {
  grid-column: 4/7;
  grid-row: 3/6;
}
.gallery-container_grid-container_item9 {
  grid-column: 7/9;
  grid-row: 4/6;
}
.gallery-container_grid-container_item10 {
  grid-column: 9/10;
  grid-row: 4/5;
}
.gallery-container_grid-container_item11 {
  grid-column: 10/12;
  grid-row: 3/5;
}
.gallery-container_grid-container_item13 {
  grid-column: 12/15;
  grid-row: 2/5;
}
.gallery-container_grid-container_item14 {
  grid-column: 1/2;
  grid-row: 5/7;
}
.gallery-container_grid-container_item15 {
  grid-column: 2/4;
  grid-row: 5/7;
}
.gallery-container_grid-container_item16 {
  grid-column: 4/6;
  grid-row: 6/8;
}
.gallery-container_grid-container_item17 {
  grid-column: 6/7;
  grid-row: 6/8;
}
.gallery-container_grid-container_item18 {
  grid-column: 7/9;
  grid-row: 6/8;
}
.gallery-container_grid-container_item19 {
  grid-column: 9/12;
  grid-row: 5/8;
}
.gallery-container_grid-container_item12 {
  grid-column: 12/13;
  grid-row: 5/6;
}
.gallery-container_grid-container_item20 {
  grid-column: 12/13;
  grid-row: 6/7;
}
.gallery-container_grid-container_item21 {
  grid-column: 13/15;
  grid-row: 5/7;
}
.gallery-container_grid-container_item22 {
  grid-column: 1/4;
  grid-row: 7/8;
}
.gallery-container_grid-container_item23 {
  grid-column: 12/15;
  grid-row: 7/8;
}



#gallery-container_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}
#gallery-container_overlay_expanded-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  top: 10%;
  left: 10%;
  position: absolute;
  height: 80%;
  width: 80%;
  text-align: center;
  /* background-color: aqua; */
  border-radius: 50px
}
#gallery-container_overlay_expanded-image-container_expanded-image {
  /* max-width: 90%;
    max-height: 90%; */
  /* margin-bottom: 20px; */
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#gallery-container_overlay_cancelButton {
 
  position: absolute;
  border: none;
  width: 195vw;
  height: 5vh;
}
@media (max-width:1500px) {
  .slideshow-container {
    width: 60%;
    height: auto;
  }
}
@media (max-width:1300px) {
  .slideshow-container {
    width: 70%;
    height: auto;
  }
}
@media (max-width:1170px) {
  .slideshow-container {
    width: 75%;
    height: auto;
  }
}
@media (max-width:1000px) {
  .slideshow-container {
    width: 80%;
    height: auto;
  }
}
@media (max-width:900px) {
  .slideshow-container {
    width: 95%;
    height: auto;
  }
}
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}
body {
  width: 100%;
}
.winnerMainContainer {
  width: 100%;
  position: relative;
  height: 733px;
  background: #0F1017;
  flex: none;
  order: 5;
  flex-grow: 0;
  /*  ********* */
  display: flex;
  justify-content: center;
  align-items: center;
  /*  ********* */
}
.winnerContainer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 48px;
  /* position: absolute; */
  width: 1284px;
  height: 555px;
  /* border: 2px solid green; */
  z-index: 2;
}
.winnerSubContainer1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  width: 630px;
  height: 70px;
  flex: none;
  order: 0;
  flex-grow: 0;
  /* border: 2px solid white; */
}
.winnerSubContainer2 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0px;
  gap: 32px;
  width: 1284px;
  height: 437px;
  flex: none;
  order: 1;
  flex-grow: 0;
  /* border: 2px solid white; */
}
.textContainer1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 8px;
  width: 170px;
  height: 28px;
  flex: none;
  order: 0;
  flex-grow: 0;
  /* border: 2px solid green; */
}
.textContainer2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 40px;
  width: 630px;
  height: 42px;
 
  /* Inside auto layout */
  flex: none;
  order: 1;
  flex-grow: 0;
  /* border: 2px solid green; */
}
.spanContainer1 {
  width: 20px;
  height: 0px;
  border: 1px solid #9F9FA2;
  flex: none;
  order: 0;
  flex-grow: 0;
}
.spanContainer2 {
  width: 140px;
  height: 28px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  /* identical to box height, or 175% */
  letter-spacing: 0.2em;
  text-transform: uppercase;
  /* Neutral color/200 */
  color: #9F9FA2;
 
  /* Inside auto layout */
  flex: none;
  order: 1;
  flex-grow: 0;
}
.textContainer2 p {
  width: 630px;
  height: 42px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 130%;
  /* identical to box height, or 42px */
  letter-spacing: -0.02em;
  color: #FFFFFF;
 
  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
}
/***********WinnerSubContainer2*************/
.winnerCard1 {
  box-sizing: border-box;
  /* Auto layout */
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px;
  gap: 16px;
  width: 406.67px;
  height: 437px;
  background: linear-gradient(180deg, #FFF3D3 53.33%, #FFBB0D 169.12%);
  box-shadow: 34.8541px 29.626px 48.34px rgba(51, 102, 255, 0.05);
  border-radius: 20px;
  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
  /* border: 2px solid red; */
}
.winnerCard2 {
  box-sizing: border-box;
  /* Auto layout */
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px;
  gap: 16px;
  width: 406.67px;
  height: 437px;
  background: linear-gradient(180deg, #F4FAFC 53.33%, #81A5B0 169.12%);
  box-shadow: 34.8541px 29.626px 48.34px rgba(51, 102, 255, 0.05);
  border-radius: 20px;
  /* Inside auto layout */
  flex: none;
  order: 1;
  flex-grow: 0;
  /* border: 2px solid red; */
}
.winnerCard3 {
  box-sizing: border-box;
  /* Auto layout */
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px;
  gap: 16px;
  width: 406.67px;
  height: 437px;
  background: linear-gradient(180deg, #FFE0C4 53.33%, #B67234 169.12%);
  box-shadow: 34.8541px 29.626px 48.34px rgba(51, 102, 255, 0.05);
  border-radius: 20px;
  /* Inside auto layout */
  flex: none;
  order: 2;
  flex-grow: 0;
  /* border: 2px solid red; */
}
.winnerCardContent1 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 5px;
  width: 374px;
  height: 300px;
 
  /* Inside auto layout */
  flex: none;
  order: 0;
  flex-grow: 0;
  /* border: 2px solid red; */
}
.winnerCardContent2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 8px;
  width: 374.67px;
  height: 89px;
 
  /* Inside auto layout */
  flex: none;
  order: 1;
  flex-grow: 0;
  /* border: 2px solid red; */
}
.winnerCardContent1 img:first-child {
  width: 374.67px;
  height: 300px;
  border-radius: 20px;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}
.winnerCardContent1 img:nth-child(even) {
  position: absolute;
  top: -24px;
  left: -35px;
}
.winnerCardContentLabel1 {
  width: 374.67px;
  height: 31px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  /* or 31px */
  text-align: center;
  /* Black */
  color: #000000;
 
  /* Inside auto layout */
  flex: none;
  order: 1;
  flex-grow: 0;
  /* border: 2px solid black; */
}
.winnerCardContentLabel2 {
  width: 374.67px;
  height: 21px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  /* identical to box height, or 21px */
  text-align: center;
  /* Black */
  color: #000000;
 
  /* Inside auto layout */
  flex: none;
  order: 2;
  flex-grow: 0;
  /* border: 2px solid black; */
}
.winnerCardContentLabel3 {
  width: 374.67px;
  height: 21px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  /* identical to box height, or 21px */
  text-align: center;
  /* Black */
  color: #000000;
 
  /* Inside auto layout */
  flex: none;
  order: 3;
  flex-grow: 0;
  /* border: 2px solid black; */
}
.goldMedalContainer {
  position: absolute;
  top: 200px;
  left: 202px;
}
.silverMedalContainer {
  position: absolute;
  top: 200px;
  left: 639px;
}
.bronzeMedalContainer {
  position: absolute;
  top: 200px;
  left: 1080px;
}
.backgroundRectangle {
  /* border: 2px solid red; */
  width: 500px;
  height: 1050px;
  background: #FFFFFF;
  /* background-color: #000000; */
  opacity: 0.05;
  position: absolute;
  top: -140px;
  right: 500px;
  transform: rotate(18deg);
}
.backgroundRectangle1 {
  background: #FFFFFF;
  opacity: 0.05;
  position: absolute;
  top: 0px;
  right: 680px;
  width: 350px;
  height: 60px;
  transform: skew(-20deg);
}
.backgroundRectangle2 {
  background: #FFFFFF;
  opacity: 0.05;
  position: absolute;
  top: 0px;
  right: 500px;
  width: 500px;
  height: 100%;
  transform: skew(-20deg);
}
.dummyContainer {
  width: 100%;
  position: relative;
  height: 500px;
  border: 2px solid green;
  background-color: #81A5B0;
  display: flex;
  z-index: 2 !important;
}



.below-home-carousel-img {
  height: auto;
  width: 100%;
  object-fit: fill;
  /* z-index: -1; */
  box-shadow: 5px 5px 20px rgb(202, 197, 241);
  border-radius: 10px;
}
#below-nav-my-slider {
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.below-nav-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
#below-nav-carousel {
  display: none;
}
.below-nav-slide-img {
  width: 100%;
  border-radius: 5px;
  background-position: center;
  background-size: cover;
  cursor: pointer;
  right: 1%;
  /* padding:5px; */
  top: 1%;
  outline: none;
}



#gallery-container_overlay_prevButton {
  display: inline-block;
  position: absolute;
  left: 1%;
  top: 50%;
  margin: auto;
  position: absolute;
  left: 1%;
  top: 50%;
  margin: auto;
  outline: none;
}
#gallery-container_overlay_nextButton {
  position: absolute;
  right: 1%;
  top: 50%;
  margin: auto;
  outline: none;
}
.gallery-container_s-row {
  gap: 1vw;
  width: 90%;
  margin: 5% 0;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  padding-top: 5vh;
  margin: auto;
}
*/ .gallery-container_s-row_s-card_card-body {
  background-color: white;
}
 
.gallery-container_s-row_s-card_card-body {
  /* Metric Item */
  box-sizing: border-box;
  /* Auto layout */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3vw 2vh;
  gap: 0.3vw;
  width: 215px;
  color: black;
  /* White */
  background: white;
  border-bottom: 7px solid transparent;
  border-image: linear-gradient(125deg, hsla(59, 85%, 56%, 0.542), #37bddb, hsla(138, 65%, 72%, 0.505));
  box-shadow: 34.8541px 29.626px 48.34px rgba(10, 21, 100, 0.05);
  border-image-slice: 1;
  border-radius: 20px 20px 0px 0px;
  /* Inside auto layout */
  /* flex: none; */
  order: 2;
  flex-grow: 1;
}
.gallery-container_s-row_s-card_card-body--hover:hover {
  border-bottom: none;
  background: linear-gradient(124deg, hwb(191 52% 6% / 0.826), rgba(158, 240, 188, 0.797), rgba(249, 247, 105, 0.952));
  -webkit-animation: AnimationName 1s ease infinite;
  -moz-animation: AnimationName 1s ease infinite;
  animation: AnimationName 1s ease infinite;
}
.gallery-container_s-row_s-card_card-body>div:first-child {
  /* Number */
  width: 100%;
  height: 47px;
  font-family: 'Poppins';
  font-style: bold;
  font-weight: 700;
  font-size: 36px;
  /* line-height: 130%; */
  /* identical to box height, or 47px */
  text-align: center;
  letter-spacing: -0.02em;
 
  /* Inside auto layout */
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}
.gallery-container_s-row_s-card_card-body>div:last-child {
  /* Label */
  width: 100%;
  height: 2.1vh;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  white-space: pre-line;
  /* word-wrap:break-word; */
  /* line-height: 130%; */
  /* identical to box height, or 21px */
  text-align: center;
  /* Inside auto layout */
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}
.gallery-container_s-row_s-card {
  position: relative;
  display: flex;
  min-width: 0;
  background-color: #fff;
  background-clip: border-box;
}
button,
input[type="submit"],
input[type="reset"] {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: none;
}
 
button::-moz-focus-inner,
input[type=button]::-moz-focus-inner {
  border: none;
}
button:focus {
  outline: none;
}



.gallery-container_wrapper {
  margin: auto;
  margin-top: 20px;
  transform: inherit;
  width: 350px;
  height: 350px;
  overflow: hidden;
  box-shadow: 0px 4px 25px -4px rgba(0, 0, 0, 1);
  /* //animation: ani 5s infinite ease-in-out; */
  border-radius: 25px;
}
@media screen and (min-width: 621px) {
  .gallery-container_wrapper {
    display: none;
  }
}
.gallery-container_wrapper_allImages {
  height: 100%;
  transition: all 0.5s ease-in-out;
}
.gallery-container_wrapper_allImages_imageWrapper {
  width: 350px;
  height: 350px;
  float: left;
  overflow: hidden;
}
.gallery-container_wrapper_allImages_imageWrapper>img {
  width: 350px;
  height: 350px;
}
@keyframes ani {
  0% {
    border-radius: 5%;
  }
  50% {
    border-radius: 40%;
  }
  100% {
    border-radius: 5%;
  }
}
@media screen and (min-width: 500px) {
  .gallery-container_wrapper {
    width: 400px;
    height: 400px;
  }
  .gallery-container_wrapper_allImages_imageWrapper {
    width: 400px;
    height: 400px;
  }
  .gallery-container_wrapper_allImages_imageWrapper>img {
    width: 400px;
    height: 400px;
  }
}
@media screen and (max-width: 400px) {
  .gallery-container_wrapper {
    width: 300px;
    height: 300px;
  }
  .gallery-container_wrapper_allImages_imageWrapper {
    width: 300px;
    height: 300px;
  }
  .gallery-container_wrapper_allImages_imageWrapper>img {
    width: 300px;
    height: 300px;
  }
}
.gallery-container_wrapper_buttons {
  position: relative;
  z-index: 10;
  top: -50%;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.gallery-container_wrapper_buttons_car-button {
  width: fit-content;
  height: fit-content;
  padding: 5px 10px;
  border: 0;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  outline: none;
  /* border: 2px solid white; */
  margin: 0px 15px;
}
.gallery-container_wrapper_buttons_car-button>span {
  width: fit-content;
  height: fit-content;
  background-color: rgb(0, 0, 0, 0.5);
  border-radius: 50%;
}
.gallery-container_wrapper_buttons_car-button:first-child {
  transform: translateX(-80px);
}
.gallery-container_wrapper_buttons_car-button:nth-child(2) {
  transform: translateX(80px);
}
.gallery-container_wrapper:hover .gallery-container_wrapper_buttons_car-button {
  transform: translateX(0px);
}
.car-button>span {
  width: fit-content;
  height: fit-content;
  background-color: rgb(0, 0, 0, 0.5);
  border-radius: 50%;
}



.gallery-container_c-row {
  margin: auto;
  margin-top: 5vh;
  display: block;
  padding: 0px;
  transform: inherit;
  width: 500px;
  height: 170px;
  overflow: hidden;
  background: transparent;
  /* //animation: ani 5s infinite ease-in-out; */
}
.gallery-container_c-row_alldivs {
  height: 100%;
  transition: all 0.5s ease-in-out;
}
.gallery-container_c-row_alldivs_c-card-body {
  /* Metric Item */
  box-sizing: border-box;
 
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3vw 2vh;
  gap: 0.3vw;
  width: 250px;
  height: 170px;
  float: left;
  overflow: hidden;
  /* White */
  background: white;
  border-bottom: 7px solid transparent;
  border-image: linear-gradient(125deg, hsla(59, 85%, 56%, 0.542), #37bddb, hsla(138, 65%, 72%, 0.505));
  box-shadow: 34.8541px 29.626px 48.34px rgba(10, 21, 100, 0.05);
  border-image-slice: 1;
  /* Inside auto layout */
  /* flex: none; */
  order: 2;
  flex-grow: 1;
}
.gallery-container_c-row_alldivs_c-card-body--hover:hover {
  border-bottom: none;
  background: linear-gradient(124deg, hwb(191 52% 6% / 0.826), rgba(158, 240, 188, 0.797), rgba(249, 247, 105, 0.952));
  -webkit-animation: AnimationName 1s ease infinite;
  -moz-animation: AnimationName 1s ease infinite;
  animation: AnimationName 1s ease infinite;
}
.gallery-container_c-row_alldivs_c-card-body>div:first-child {
  /* Number */
  width: 200px;
  height: 47px;
  font-family: 'Poppins';
  font-style: bold;
  font-weight: 700;
  font-size: 36px;
  /* line-height: 130%; */
  /* identical to box height, or 47px */
  text-align: center;
  letter-spacing: -0.02em;
  color: black;
 
  /* Inside auto layout */
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}
.gallery-container_c-row_alldivs_c-card-body>div:last-child {
  /* Label */
  width: 200px;
  height: 2.1px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  white-space: pre-line;
  /* word-wrap:break-word; */
  /* line-height: 130%; */
  /* identical to box height, or 21px */
  text-align: center;
  color: black;
  /* Inside auto layout */
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}
@media screen and (min-width: 1251px) {
  .gallery-container_c-row {
    display: none;
  }
}
@media screen and (max-width: 1250px) {
  .gallery-container_s-row {
    display: none;
  }
}
@media screen and (max-width: 549px) {
  .gallery-container_c-row {
    width: 270px;
    height: 190px;
  }
  .gallery-container_c-row_alldivs_c-card-body {
    /* padding: 0px 10px; */
    border-radius: 25px 25px 0px 0px;
    margin: 10px;
  }
}
@media screen and (min-width: 550px) {
  .gallery-container_c-row {
    width: 540px;
    height: 190px;
  }
  .gallery-container_c-row_alldivs_c-card-body {
    /* padding: 0px 10px; */
    border-radius: 25px 25px 0px 0px;
    margin: 10px;
  }
}
@media screen and (min-width: 820px) {
  .gallery-container_c-row {
    width: 810px;
    height: 190px;
  }
  .gallery-container_c-row_alldivs_c-card-body {
    /* padding: 5px 10px; */
    border-radius: 25px 25px 0px 0px;
    margin: 10px;
  }
}
@media screen and (min-width: 1130px) {
  .gallery-container_c-row {
    width: 1080px;
    height: 190px;
  }
  .gallery-container_c-row_alldivs_c-card-body {
    /* padding: 5px 10px; */
    border-radius: 25px 25px 0px 0px;
    margin: 10px;
  }
}
.gallery-container_headings {
  margin-left: 5rem;
  padding-top: 5rem;
}
.gallery-container_headings hr {
  display: inline-block;
  width: 18px;
  margin-bottom: 5px;
  color: #9F9FA2;
}
.gallery-container_headings h3 {
  display: inline-block;
  font-size: 1rem;
  color: #9F9FA2;
  line-height: 28px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.gallery-container_headings h2 {
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 800;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #0F1017;
}
 
/* @media(max-width:1275px) { */
  #below-home-img {
    display: none;
  }
  #below-nav-carousel {
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .navhead{
    padding-left: 1rem;
  }
/* } */
 
#menu-icon-toggle{
  border: 1.5px solid white;
  padding:0.2rem;
  border-radius: 25%;
}
@media (max-width:400px) {
  .navhead{
    padding-left: 0.2rem;
    /* padding-right: 0rem; */
  }
  #nav-menu-icon {
    margin-right: -2rem;
  }
  #menu-icon-toggle {
    text-orientation: mixed;
    writing-mode: vertical-rl;
    transform: rotate(-180deg);
  }
  .nav-left{
    margin-left: -2rem;
  }
}
@media (min-width:1150px) and (max-width:1340px) {
  .winnerContainer {
    width: 1100px;
  }
  .winnerSubContainer2 {
    width: 1100px;
    align-items: center;
    justify-content: space-between;
  }
  .winnerCard1 {
    width: 333px;
  }
  .winnerCard2 {
    width: 333px;
  }
  .winnerCard3 {
    width: 333px;
  }
  .winnerCardContent1 {
    width: 100%;
    height: 270px;
  }
  .winnerCardContent1 img:first-child {
    width: 100%;
    height: 100%;
  }
  .backgroundRectangle {
    right: 300px;
    width: 450px;
  }
  .backgroundRectangle1 {
    right: 480px;
  }
  .backgroundRectangle2 {
    right: 240px;
  }
}
@media (min-width: 970px) and (max-width:1150px) {
  .winnerContainer {
    width: 950px;
  }
  .winnerSubContainer2 {
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }
  .winnerCard1 {
    width: 280px;
    height: 340px;
  }
  .winnerCard2 {
    width: 280px;
    height: 340px;
  }
  .winnerCard3 {
    width: 280px;
    height: 340px;
  }
  .winnerCardContent1 {
    width: 100%;
    height: 200px;
  }
  .winnerCardContent1 img:first-child {
    width: 100%;
    height: 100%;
  }
  .winnerCardContent1 img:nth-child(even) {
    width: 70px;
    height: 70px;
    left: -28px;
    top: -22px;
  }
  .winnerCardContent2 {
    width: 100%;
  }
  .winnerCardContentLabel1 {
    width: 100%;
  }
 .winnerCardContentLabel2 {
    width: 100%;
  }
  .winnerCardContentLabel3 {
    width: 100%;
  }
  .backgroundRectangle {
    right: 240px;
    width: 400px;
  }
  .backgroundRectangle1 {
    right: 350px;
    width: 300px;
  }
  .backgroundRectangle2 {
    right: 200px;
    width: 400px;
  }
}
@media (min-width:770px) and (max-width:970px) {
  .winnerContainer {
    width: 750px;
  }
  .winnerSubContainer2 {
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }
  .winnerCard1 {
    width: 220px;
    height: 340px;
  }
  .winnerCard2 {
    width: 220px;
    height: 340px;
  }
  .winnerCard3 {
    width: 220px;
    height: 340px;
  }
  .winnerCardContent1 {
    width: 100%;
    height: 200px;
  }
  .winnerCardContent1 img:first-child {
    width: 100%;
    height: 100%;
  }
  .winnerCardContent1 img:nth-child(even) {
    width: 70px;
    height: 70px;
    left: -28px;
    top: -22px;
  }
  .winnerCardContent2 {
    width: 100%;
  }
  .winnerCardContentLabel1 {
    width: 100%;
    font-size: 22px;
  }
  .winnerCardContentLabel2 {
    width: 100%;
  }
  .winnerCardContentLabel3 {
    width: 100%;
  }
  .backgroundRectangle {
    right: 240px;
    width: 400px;
  }
  .backgroundRectangle1 {
    right: 350px;
    width: 300px;
  }
  .backgroundRectangle2 {
    right: 200px;
    width: 400px;
  }
}
@media (min-width:660px) and (max-width:770px) {
  .winnerMainContainer {
    height: 1300px;
    align-items: flex-start;
  }
  .winnerContainer {
    width: 635px;
    height: 1230px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .winnerSubContainer2 {
    width: 100%;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    height: 1110px;
  }
  .winnerCard1 {
    width: 360px;
    height: 340px;
  }
  .winnerCard2 {
    width: 360px;
    height: 340px;
  }
  .winnerCard3 {
    width: 360px;
    height: 340px;
  }
  .winnerCardContent1 {
    width: 100%;
    height: 200px;
  }
  .winnerCardContent1 img:first-child {
    width: 100%;
    height: 100%;
  }
  .winnerCardContent1 img:nth-child(even) {
    width: 70px;
    height: 70px;
    left: -28px;
    top: -22px;
  }
  .winnerCardContent2 {
    width: 100%;
  }
  .winnerCardContentLabel1 {
    width: 100%;
  }
  .winnerCardContentLabel2 {
    width: 100%;
  }
  .winnerCardContentLabel3 {
    width: 100%;
  }
  .backgroundRectangle {
    width: 280px;
    height: 1550px;
    right: 280px;
  }
  /* .backgroundRectangle1 {
        right: 270px;
        width: 215px;
    } */
  .backgroundRectangle1 {
    right: 270px;
    width: 215px;
  }
  .backgroundRectangle2 {
    right: 288px;
    width: 300px;
  }
}
@media (min-width: 430px) and (max-width:660px) {
  .winnerMainContainer {
    height: 1300px;
    align-items: flex-start;
  }
  .winnerContainer {
    /* width: 500px; */
    width: 80%;
    height: 1230px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .winnerSubContainer1 {
    width: 100%;
  }
  .textContainer2 {
    width: 100%;
  }
  .textContainer2 p {
    width: 100%;
  }
  .winnerSubContainer2 {
    width: 100%;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    height: 1110px;
  }
  .winnerCard1 {
    /* width: 360px; */
    width: 70%;
    height: 340px;
  }
  .winnerCard2 {
    /* width: 360px; */
    width: 70%;
    height: 340px;
  }
  .winnerCard3 {
    /* width: 360px; */
    width: 70%;
    height: 340px;
  }
  .winnerCardContent1 {
    width: 100%;
    height: 200px;
  }
  .winnerCardContent1 img:first-child {
    width: 100%;
    height: 100%;
  }
  .winnerCardContent1 img:nth-child(even) {
    width: 70px;
    height: 70px;
    left: -28px;
    top: -22px;
  }
  .winnerCardContent2 {
    width: 100%;
  }
  .winnerCardContentLabel1 {
    width: 100%;
  }
  .winnerCardContentLabel2 {
    width: 100%;
  }
  .winnerCardContentLabel3 {
    width: 100%;
  }
  .backgroundRectangle {
    width: 250px;
    height: 1550px;
    right: 240px;
  }
  /* .backgroundRectangle1 {
        right: 190px;
        width: 215px;
    } */
  .backgroundRectangle1 {
    right: 270px;
    width: 215px;
    transform: skew(-15deg);
  }
  .backgroundRectangle2 {
    right: 235px;
    width: 300px;
    transform: skew(-15deg);
  }
}
@media (min-width: 350px) and (max-width:430px) {
  .winnerMainContainer {
    height: 1200px;
    align-items: flex-start;
  }
  .winnerContainer {
    /* width: 500px; */
    width: 80%;
    height: 1140px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .winnerSubContainer1 {
    width: 100%;
  }
  .textContainer2 {
    width: 100%;
  }
  .textContainer2 p {
    width: 100%;
    font-size: 22px;
  }
  .winnerSubContainer2 {
    width: 100%;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    height: 1010px;
  }
  .winnerCard1 {
    /* width: 360px; */
    width: 70%;
    height: 311px;
  }
  .winnerCard2 {
    /* width: 360px; */
    width: 70%;
    height: 311px;
  }
  .winnerCard3 {
    /* width: 360px; */
    width: 70%;
    height: 311px;
  }
  .winnerCardContent1 {
    width: 100%;
    height: 170px;
  }
  .winnerCardContent1 img:first-child {
    width: 100%;
    height: 100%;
  }
  .winnerCardContent1 img:nth-child(even) {
    width: 70px;
    height: 70px;
    left: -28px;
    top: -22px;
  }
 
  .winnerCardContent2 {
    width: 100%;
    gap: 3px;
  }
  .winnerCardContentLabel1 {
    width: 100%;
    font-size: 18px;
    line-height: 230%;
    font-weight: bold;
  }
  .winnerCardContentLabel2 {
    width: 100%;
    font-size: 14px;
  }
  .winnerCardContentLabel3 {
    width: 100%;
    font-size: 14px;
  }
  .backgroundRectangle {
    width: 200px;
    height: 1550px;
    right: 140px;
    transform: rotate(10deg);
  }
  /* .backgroundRectangle1 {
        right: 170px;
        width: 160px;
        transform: skew(-10deg);
    } */
  .backgroundRectangle1 {
    right: 166px;
    width: 160px;
    transform: skew(-11deg);
  }
  .backgroundRectangle2 {
    right: 155px;
    width: 200px;
    transform: skew(-11deg);
  }
}
@media (min-width:265px) and (max-width:350px) {
  .winnerMainContainer {
    height: 1200px;
    align-items: flex-start;
  }
  .winnerContainer {
    /* width: 500px; */
    width: 80%;
   height: 1140px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .winnerSubContainer1 {
    width: 100%;
  }
  .textContainer2 {
    width: 100%;
  }
  .textContainer2 p {
    width: 100%;
    font-size: 22px;
  }
  .winnerSubContainer2 {
    width: 100%;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    height: 1010px;
  }
  .winnerCard1 {
    /* width: 360px; */
    width: 90%;
   height: 311px;
  }
  .winnerCard2 {
    /* width: 360px; */
    width: 90%;
    height: 311px;
  }
  .winnerCard3 {
    /* width: 360px; */
    width: 90%;
    height: 311px;
  }
  .winnerCardContent1 {
    width: 100%;
    height: 170px;
  }
  .winnerCardContent1 img:first-child {
    width: 100%;
    height: 100%;
  }
  .winnerCardContent1 img:nth-child(even) {
    width: 70px;
    height: 70px;
    left: -28px;
    top: -22px;
  }
 
  .winnerCardContent2 {
    width: 100%;
    gap: 3px;
  }
  .winnerCardContentLabel1 {
    width: 100%;
    font-size: 18px;
    line-height: 230%;
    font-weight: bold;
  }
  .winnerCardContentLabel2 {
    width: 100%;
    font-size: 14px;
  }
  .winnerCardContentLabel3 {
    width: 100%;
    font-size: 14px;
  }
  .backgroundRectangle {
    width: 200px;
    height: 1550px;
    right: 140px;
    transform: rotate(10deg);
  }
  /* .backgroundRectangle1 {
        right: 170px;
        width: 160px;
        transform: skew(-10deg);
    } */
  .backgroundRectangle1 {
    right: 166px;
    width: 160px;
    transform: skew(-11deg);
  }
  .backgroundRectangle2 {
    right: 155px;
    width: 200px;
    transform: skew(-11deg);
  }
}
@media (min-width:220px) and (max-width: 265px) {
  .winnerMainContainer {
    height: 1200px;
    align-items: flex-start;
  }
  .winnerContainer {
    /* width: 500px; */
    width: 80%;
    height: 1140px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .winnerSubContainer1 {
    width: 100%;
 }
  .textContainer2 {
    width: 100%;
  }
  .textContainer2 p {
    width: 100%;
    font-size: 22px;
  }
  .winnerSubContainer2 {
    width: 100%;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    height: 1010px;
  }
  .winnerCard1 {
    /* width: 360px; */
    width: 100%;
    height: 311px;
  }
  .winnerCard2 {
    /* width: 360px; */
    width: 100%;
    height: 311px;
  }
 .winnerCard3 {
    /* width: 360px; */
    width: 100%;
    height: 311px;
  }
  .winnerCardContent1 {
    width: 100%;
    height: 170px;
  }
  .winnerCardContent1 img:first-child {
    width: 100%;
    height: 100%;
  }
  .winnerCardContent1 img:nth-child(even) {
    width: 70px;
    height: 70px;
    left: -28px;
    top: -22px;
  }
 
  .winnerCardContent2 {
    width: 100%;
    gap: 3px;
  }
  .winnerCardContentLabel1 {
    width: 100%;
    font-size: 16px;
    line-height: 230%;
    font-weight: bold;
  }
  .winnerCardContentLabel2 {
    width: 100%;
    font-size: 13px;
  }
  .winnerCardContentLabel3 {
    width: 100%;
    font-size: 13px;
  }
  .backgroundRectangle {
    width: 200px;
    height: 1550px;
    right: 140px;
    transform: rotate(10deg);
  }
  .backgroundRectangle1 {
    right: 170px;
    width: 160px;
    transform: skew(-10deg);
  }
  .backgroundRectangle1 {
    right: 166px;
    width: 160px;
    transform: skew(-11deg);
  }
  .backgroundRectangle2 {
    right: 130px;
    width: 200px;
    transform: skew(-11deg);
  }
}
@media (max-width: 220px) {
  .winnerMainContainer {
    height: 1200px;
    align-items: flex-start;
  }
  .winnerContainer {
    /* width: 500px; */
    width: 80%;
    height: 1140px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .winnerSubContainer1 {
    width: 100%;
  }
  .textContainer2 {
    width: 100%;
  }
  .textContainer2 p {
    width: 100%;
    font-size: 22px;
  }
  .winnerSubContainer2 {
    width: 100%;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    height: 1010px;
  }
  .winnerCard1 {
    /* width: 360px; */
    width: 100%;
    height: 311px;
  }
  .winnerCard2 {
    /* width: 360px; */
    width: 100%;
    height: 311px;
  }
  .winnerCard3 {
    /* width: 360px; */
    width: 100%;
    height: 311px;
  }
  .winnerCardContent1 {
    width: 100%;
    height: 170px;
  }
  .winnerCardContent1 img:first-child {
    width: 100%;
    height: 100%;
  }
  .winnerCardContent1 img:nth-child(even) {
    width: 70px;
    height: 70px;
    left: -28px;
    top: -22px;
  }
 
  .winnerCardContent2 {
    width: 100%;
    gap: 3px;
  }
  .winnerCardContentLabel1 {
    width: 100%;
    font-size: 15px;
    line-height: 230%;
    font-weight: bold;
  }
  .winnerCardContentLabel2 {
    width: 100%;
    font-size: 12px;
  }
  .winnerCardContentLabel3 {
    width: 100%;
    font-size: 12px;
  }
  .backgroundRectangle {
    width: 200px;
    height: 1550px;
    right: 140px;
    transform: rotate(10deg);
  }
  .backgroundRectangle1 {
    right: 170px;
    width: 160px;
    transform: skew(-10deg);
  }
  .backgroundRectangle1 {
    right: 100px;
    width: 100px;
    transform: skew(-11deg);
  }
  .backgroundRectangle2 {
    right: 130px;
    width: 200px;
    transform: skew(-11deg);
  }
}
/* Themes Seciton */
.themes-n-ideas {
    display: flex;
   flex-direction: column;
    padding-left: 80px;
    padding-right: 80px;
}
 
.themes-n-ideas > .x-thon-header {
    color: #9F9FA2;
    font-family: 'Poppins';
    font-size: 20px;
}
.themes-n-ideas > h5 {
    color: #9F9FA2;
    font-family: 'Poppins';
    font-size: 20px;
    margin-bottom: 0.5rem;
    margin-top: 80px;
}
.themes-n-ideas > h3 {
    margin-top: 0px;
    color: black;
    font-family: 'Poppins';
    font-size: 28px;
    margin-bottom: 0.5rem;
}
.themes-n-ideas > .idea-box{
    display: flex;
    flex-direction: column;
    margin-top: 3vh;
    padding-bottom: 4vh;
}
.idea-box > .idea-header {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    /* or 23px */
    letter-spacing: -0.02em;
    color: #000000;
    margin-bottom: 3vh;
}
.idea-box > .container {
    align-self: center;
    margin: 0;
    min-width: 100%;
    gap: 44px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0;
    max-height: calc(100vh - 300px);
    overflow-y: auto;
}
.idea-box > .container::-webkit-scrollbar {
  width: 0px;
}
@media only screen and (max-width: 651px) {
    .idea-box > .container {
        justify-content: center;
    }
}
.idea-box>.container>.card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 224px;
    height: 250px;
    background: #F6F6F6;
    /* Landing Page/Black */
    border-width: 1.5px;
    border-style:  solid;
    border-color: #F0F0F0;
    border-radius: 20px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}
.bottom-border-dashed-gray {
  border-bottom: 1px dashed #9F9FA2;
}
.idea-box>.container>.card>.card-img-overlay{
    display: flex;
    flex-direction: column;
}
.idea-box>.container>.card>.card-img-top{
    width:100%;
    height: 100%;
    object-fit:cover;
    border: none;
    border-radius: 20px;
}
.idea-box>.container>.card>.card-img-overlay>.heading-section{
    display: flex;
    align-items: flex-start;
}
.idea-box>.container>.card>.card-img-overlay>.heading-section>.card-heading {
    font-size: 16px;
}
.idea-box>.container>.card>.card-img-overlay>.team-details{
    font-size: 12px;
    margin-top: auto;
}
.idea-box>.container>.card>.card-img-overlay>.heading-section>.icon{
    padding-left: 12px;
    margin-left: auto;
}
 
.team-details .b1{
    width: 176px;
    height: 14px;
  
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 9px;
    line-height: 14px;
    /* identical to box height */
  
    display: flex;
    align-items: center;
    text-transform: uppercase;
  
    /* Silver (#999999) */
  
    color: #999999;
  
    
    /* Inside auto layout */
  
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}
 