  @import url('https://fonts.googleapis.com/css2?family=Montserrat');

.bd-callout {
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #e9ecef;
  border-left-width: 0.25rem;
  border-radius: 0.25rem; 
}

.bd-callout h4 {
  margin-bottom: 0.25rem;
}

.bd-callout p:last-child {
  margin-bottom: 0;
}

.bd-callout code {
  border-radius: 0.25rem;
}

.bd-callout+.bd-callout {
  margin-top: -0.25rem;
}

.bd-callout-info {
  border-left-color: #5bc0de;
}

.bd-callout-warning {
  border-left-color: #f0ad4e;
}

.bd-callout-danger {
  border-left-color: #d9534f;
}

/* footer */
footer a {
  color: white;
  font-weight: bold;
  text-decoration: none;
}

footer a:hover {
  color: white;
  text-decoration: underline;
}

* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  /* background: #fff0f3; */
  /* background: #FFD6DE; */
  overflow-x: hidden;
}

a {
  text-decoration: none;
  cursor: pointer;
}

li {
  list-style: none;
}




.sub-p {
  color: #730030 !important;
  font-family: 'Montserrat';

  font-size: 1.5rem;
  text-transform: Capitalize;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 130%;
  /* 1.625rem */
  letter-spacing: 0.025rem;
  background: linear-gradient(90deg, #822A6F 66.23%, #DF3343 91.4%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  font-size: 1.5rem;
  text-transform: Capitalize;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.025rem;
}

.top-navbar {
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  align-items: center;
  padding: 1rem;
  justify-content: space-around;
  gap: 1rem;
  background: #4E6425;
}

.nav-ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0;
}

.logo {
  cursor: pointer;
  color: #f6f5f5;
  font-size: xx-large;
  font-weight: 600;
}

.nav-ul>li>a {
  color: #f6f5f5;
}

.sub-nav {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 1000;
  border-radius: 0.625rem;
  background: linear-gradient(112deg, rgba(255, 255, 255, 0.60) 9.83%, rgba(255, 255, 255, 0.25) 83.55%);
  stroke-width: 5px;
  stroke: #E4F9FF;
  filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.25));
  backdrop-filter: blur(20px);
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.navbar-items ul li {
  position: relative;

}

.navbar-items ul li:hover .sub-nav {
  opacity: 1;
  visibility: visible;
  width: max-content;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  left: 1rem;
}

.nav-items {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}

.wrapper-main {
  display: flex;
  gap: 5rem;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  align-items: start;
  align-self: center;
}

.left-side {
  position: sticky;
  top: 0;
  height: 100vh;
  text-align: left;
  /* max-width: 250px; */
  padding-top: 1.5rem;
  margin-left: 2rem;
}

.heading-nav {
  color: #000;
  margin-bottom: 1rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  text-transform: Capitalize;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.sidebar {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.side-items {
  color: #ABA7A7;
  font-family: 'Montserrat' sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 50ms ease-in-out;
}

.side-items:hover {
  color: #000;
  transition: all 50ms ease-in-out;
  /* text-decoration: underline; */
}

.section {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: baseline;
}

.right-side {
  margin-right: 4rem;
  margin-left: 2rem;
}


.p-img {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.heading {
  background: #4E6425;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Montserrat', sans-serif;
  font-size: 3.1rem;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 1.275rem;
}

.paragraph {
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.05rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  margin-bottom: .5rem;
}

.paragraph2 {
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}

.images {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}


.images>img {
  width: 30rem;
  border-radius: 1rem;
}



ul {
  margin: 0;
  padding: 0;
}




#v0 {
  position: fixed;
  bottom: 2rem;
  right: 0;
  width: 5rem;
  height: 3rem;
  z-index: 10;
}


.wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.contact-div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}


.sub-items {
  /* opacity: 1;
  background: url(https://static.igem.wiki/teams/4838/wiki/rectangle.png), lightgray 0% 0% / 100px 100px repeat;
  mix-blend-mode: overlay; */
  color: #333;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
}

.sub-items:hover {
  color: #000;
  opacity: 1;
  transition: all 50ms ease-in-out;
  flex-grow: 1;
  /* background: white; */
}

/* media queries */

@media(max-width:950px) {
  .background-img {
    height: 80vh;
  }

  .nav-ul {
    gap: 0;
  }

  .wrapper-main {
    gap: 2.5rem;
  }

  .footer-pro {
    flex-wrap: wrap;
    gap: 2rem;
  }


  .footer-left {
    align-items: center;
  }

  .images {
    margin-bottom: .75rem;
  }

  .p-img {
    flex-direction: column;
    margin-bottom: 1rem;
  }

  .lower-left {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .lower-right{
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .home-heading {
    font-size: 4rem;
  }

  .home-para {
    font-size: 1.2rem;
  }
}

@media(max-width:760px) {
  .nav-ul {
    display: none;
  }

  .navbar-items ul li {
    position: static;
  }

  .navbar-items ul li:hover .sub-nav {
    position: absolute;
    left: 100%;
    width: 100%;
    height: 100%;
    top: 0;
    border-radius: 0;
  }



  .home-content {
    padding-top: 8rem;
  }

  .home-navbar {
    width: 100%;
    display: flex;
    justify-content: space-around;
  }

  .background-img {
    height: 60vh;
  }

  .left-side {
    display: none;
  }

  .top-navbar {
    justify-content: space-around;
  }

  .right-side {
    width: 90%;
    margin: auto;
  }

  .heading {
    width: 95%;
    text-align: center;
    margin-bottom: 1rem;
  }

  .sub-nav {
    background: linear-gradient(112deg, rgba(255, 255, 255, 0.60) 9.83%, rgba(255, 255, 255, 0.25) 83.55%);
    stroke-width: 0;
    stroke: none;
    filter: none;
    backdrop-filter: none;
  }
}

@media(max-width:580px) {
  .footer-top {
    display: none;
  }

  .background-img {
    height: 50vh;
  }

  .paragraph {
    font-size: 1rem;
    line-height: 2rem;
  }

  .section {
    gap: 0;
  }

  .heading {
    font-size: 2.5rem;
  }

  .wrapper {
    flex-direction: column;
    gap: 1rem;
  }

}

@media(max-width:430px) {
  .heading {
    font-size: 1.35rem;
  }

  .paragraph {
    font-size: .8rem;
    line-height: 1.5rem;
  }

  .top-navbar {
    padding: 0%;
  }

  .main-building {
    width: 100%;
  }

  .footer-left {
    margin-left: 2rem;
  }

  .images>img {
    width: 95%;
    margin-bottom: .4rem;
  }
}

@media(max-width:350px) {
  .main-building {
    width: 100%;
  }
}


/* media queries for the home page */
@media(max-width:1024px) {
  .home-section3 {
    gap: 4rem;
    width: 100%;
  }

  .sub-box2-right2 {
    width: 10rem;
  }

  .sub-box2-right1 {
    width: 10rem;
  }

  .lower-right {
    width: 100%;
  }
}


/* accordian */

.main {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: row;
}

#accordionFlushExample {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}

.accordion-button {

  font-size: 1.5rem;
  text-transform: Capitalize;
  font-weight: 600;
  background: #ffe8ee;
  color: #c3597a;
}

.accordion-button::after {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  margin-left: auto;
  content: "";

  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("https://static.igem.wiki/teams/4838/wiki/protocols/arrowup.png");
  transform: rotate(180deg);
}

.accordion-button:not(.collapsed) {
  color: #c3597a;
  background-color: #ffe8ee;
  box-shadow: none !important;
}

.accordion-button:focus {
  z-index: 3;
  outline: 0;
  border-color: #ffe8ee;
  box-shadow: none !important;
}

.accordion-item {
  padding: 1rem;
  width: 720px;
  background: #ffe8ee;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.accordion-list {
  list-style: circle !important;
}


/* team */


.heading-team {
  width: 100%;
  display: flex;
  justify-content: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  background: var(--highlight, linear-gradient(90deg, #822A6F 0%, #DF3343 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.home-container {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 4rem;
}

.profile-card {
  position: relative;
    width: 300px;
    height: 350px;
    background-color: #fff;
    padding: 30px;
    border-radius: 50%;
    box-shadow: -5px 8px 45px rgba(51, 51, 51, 0.126);
    transition: all .4s ease-in-out;
    margin: auto;
}

.profile-card:hover {
  border-radius: 10px;
  height: 260px;
}

.profile-card .img {
  position: relative;
  width: 100%;
  height: 100%;
}

.profile-card:hover img {
  border-radius: 10px;
  transform: translateY(-70px);
}

.img img {
  object-fit: fill;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: all .4s;
  z-index: 99;
}

.head {
  display: flex;
  flex-direction: row;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  gap: 3rem;
  margin-bottom: 3rem;
}

.img2 {
  display: flex;

}

.caption {
  position: absolute;
    text-align: center;
    transform:translateX(-50px) translateY(20px);
    opacity: 0;
    pointer-events: none;
    transition: all .5s;
    bottom: 10px;
    width:90%;
    left:20%;
    min-height: 80px;
    overflow: hidden;
}

.profile-card:hover .caption {
  opacity: 1;
  pointer-events: all;
}

.caption h3 {
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}

.paragraph>ul>li>a {
  color: #000;
  text-decoration: underline;
}

.buttons {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  border: none;
  width: 100%;
}

.button1 {
  padding: 1rem;
  border-top-left-radius: 6rem;
  border-bottom-left-radius: 6rem;
  border: none;
  background: #C83396;
  color: #FFF;
  text-align: center;
  font-family: 'Montserrat';
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140.396%;
  /* 0.96525rem */
}

.button2 {
  color: #C83396;
  padding: 1rem;
  border: none;
  text-align: center;
  font-family: 'Montserrat';
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140.396%;
  /* 0.96525rem */
}

.button3 {
  color: #C83396;
  padding: 1rem;
  border-top-right-radius: 6rem;
  border-bottom-right-radius: 6rem;
  border: none;
  text-align: center;
  font-family: 'Montserrat';
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140.396%;
  /* 0.96525rem */
}

.nav-link {
  font-family: 'Montserrat';
}

.caption p {
  font-size: 10px;
  font-weight: 500;
  margin: 2px 0 12px 0;
}

.main-container {
  width: 100%;
  height: 100%;
}

@media(max-width:960px) {
  .profile-card {
    width: 300px;
    height: 300px;
  }

  .home-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
}

@media(max-width:760px) {
  .accordion-item {
    width: 550px;
  }

  .accordion-button {
    font-size: 1rem;
  }

  .head {
    flex-direction: column;
  }

  .img2 {
    justify-content: center;
  }
}

@media(max-width:600px) {
  .accordion-item {
    width: 500px;
  }
}

@media(max-width:530px) {
  .profile-card {
    width: 320px;
    height: 320px;
  }

  .accordion-item {
    width: 400px;
  }

  .home-container {
    grid-template-columns: repeat(1, 1fr);
    gap: 5rem;
  }

  .heading-team {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 400;
  }
}

@media(max-width:400px) {
  .accordion-item {
    width: 300px;
  }
}


/* media queries for homepage */

@media(max-width:760px) {
  .home-left {
    align-items: center;
  }

  .home-upper {
    flex-direction: column-reverse;
  }

  .upper {
    font-size: 3rem;
  }

  .lower {
    display: flex;
    flex-direction: column;
  }

  .lower-right {
    width: 60%;
  }

  /* .lower-left {
    width: 300px;
    height: 300px;
    width: 100%;
    justify-content: center;
    display: flex;

  } */


  .down-left {
    display: none;
  }

  .home-section3 {
    border-radius: 0 !important;
  }

  .sub-section4 {
    width: 100%;
  }

  .section5 {
    border-radius: 0 !important;
  }

  .last {
    flex-direction: column;
  }
}

@media(max-width:530px) {
  .brain>img {
    width: 100%;
  }

  .home-heading {
    font-size: 2rem;
  }

  .home-section {
    border-bottom-left-radius: 0rem;
    border-bottom-right-radius: 0rem;
    background: var(--highlight, linear-gradient(90deg, #822A6F 0%, #DF3343 100%));
  }

  .home-section4 {
    padding: 2rem;
  }

  .home3-upper {
    flex-direction: column;
  }

  .home-para {
    font-size: 1rem;
  }

  .lower-left>video {
    width: 200px;
  }

  .box1 {
    flex-direction: column;
  }

  .sub-box1-left {
    width: 100%;
  }

  .sub-box1-right {
    width: 100%;
  }

  .box2 {
    display: flex;
    flex-direction: column;
  }

  .sub-box2-left {
    width: 100%;
  }

  .sub-box2-right1 {
    width: 100%;
  }

  .sub-box2-right2 {
    width: 100%;
  }

  .box3 {
    display: flex;
    flex-direction: column;
  }

  .sub-box3 {
    width: 100%;
  }

  .lower-right {
    width: 100%;
  }

  .last-heading {
    font-size: 3rem;
  }

  .upper {
    font-size: 2rem;
  }
}

/* fixing the home page links isssue */
.hamburger-menu {
  display: none;
}

.line {
  width: 30px;
  height: 3px;
  background-color: white;
  margin: 4px 0;
}

/* hamburger code */
@media(max-width:760px) {
  .hamburger-menu {
    display: flex;
    flex-direction: column;
    cursor: pointer;
  }
}

.show-nav {
  display: block;
  display: block;
  position: absolute;
  z-index: 100;
  left: 0px;
  height: 100vh;
  top: 100%;
  background: #4E6425;
}


@media(max-width:450px) {
  .line {
    width: 20px;
    height: 1px;
    background-color: white;
    margin: 3px 0;
  }
}

@keyframes moveUpDown {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }
}

.brain {
  animation: moveUpDown 2s infinite;
}


.gold-medal {
  width: 100%;
  padding-left: 3rem;
  padding-top: 3rem;
}

.mobile-gold {
  display: none;
}


@media(max-width:760px) {
  .gold-medal>svg {
    display: none;
  }

  .mobile-gold {
    display: unset;
  }

  .mobile-gold>svg {
    max-width: 20rem;
  }
}


/* footer */


body {
  margin: 0;
  line-height: normal;
  font-family: 'Montserrat';
  }
.layer-3-icon {
  position: absolute;
  height: 22.08%;
  width: 26.08%;
  top: 64.83%;
  right: 71.01%;
  bottom: 13.09%;
  left: 4.1%;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
}
.heading-3 {
  text-decoration: none;
  position: relative;
  line-height: 15.99px;
  cursor: pointer;
}
.heading-3::after{
    content:'';
    position: absolute;
    left: 0;
    bottom: -4px; 
    width: 0;
    height: 3px; 
    background-color: #28652d;
    border-radius: 5px; 
    transition: width 0.5s ease;
    
}
.heading-3:hover::after {
  width: 100%; 
  
}
.heading-3-wet-lab-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
  font-size: 16px;
  color: #5e8639;
}
.heading-3-wet-lab-parent {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 21px;
}
.frame-parent {
  position: absolute;
  height: 45.04%;
  width: 62.34%;
  top: 14.04%;
  right: 5.47%;
  bottom: 40.92%;
  left: 36%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 50px;
}
.heading-327 {
  position: absolute;
  top: 14.04%;
  left: 5%;
  font-size: 32px;
  line-height: 15.99px;
}
.vectorsvg-icon {
  width: 19.9px;
  position: relative;
  height: 26.5px;
  overflow: hidden;
  flex-shrink: 0;
}
.vectorsvg {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.the-department-of {
  margin: 0;
}
.heading-3-container1 {
  width: 100%;
}
.heading-3-container {
  width: 331px;
  position: relative;
  letter-spacing: 0.02em;
  line-height: 130%;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.vectorsvg-parent {
  position: absolute;
  height: 24.21%;
  width: 26.09%;
  top: 29.54%;
  right: 71.02%;
  bottom: 46.25%;
  left: 5%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
  font-size: 16px;
  color: #5e8639;
}
.heading-328 {
  position: relative;
  line-height: 15.75px;
  white-space: pre-wrap;
}
.heading-329 {
  position: relative;
  line-height: 15.75px;
  
}
.email-link {
  color: #28652d;
  text-decoration: none; 
}
.heading-3-wet-lab-wrapper {
  width: 135px;
  height: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
  color: #5e8639;
}
.heading-3-wet-lab-parent7 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 21px;
}
.ant-design-instagram-filledsv-icon {
  width: 30.1px;
  position: relative;
  height: 30.1px;
  overflow: hidden;
  flex-shrink: 0;
}
.link-ant-design-instagram-fi {
  position: absolute;
  top: calc(50% - 15.05px);
  left: 0px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.link-ant-design-facebook-fil {
  position: absolute;
  top: calc(50% - 15.05px);
  left: 80.28px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.link-ant-design-twitter-outl {
  position: absolute;
  top: calc(50% - 15.05px);
  left: 160.55px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.divsocial-icon-div {
  position: absolute;
  top: -4.05px;
  left: -16.91px;
  width: 190.7px;
  height: 30.1px;
}
.divsocial-icon-div-wrapper {
  width: 143px;
  position: relative;
  height: 22px;
}
.heading-3-wet-lab-parent8 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 38px;
}
.frame-group {
  position: absolute;
  top: 339.01px;
  left: 640px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 77px;
}
.layer-3-parent {
  width: 100%;
  position: relative;
  background-color: #fff7e0;
  height: 413px;
  overflow: hidden;
  text-align: left;
  font-size: 20px;
  color: #28652d;
  font-family: 'Montserrat';
}
/*orderlist*/


/* home page */

/* General page styles */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f0f0f0;
}

.content-container {
  width: 100%;
  height: max-content;
  margin-top: 3rem;
  background: linear-gradient(to bottom, #FACD74 0%, #D1EAAC 100%);
}

.content-section {
  height: 100vh;
  text-align: center;
  background-color: #fff;
  border-bottom: 2px solid #e0e0e0;
}



/* Sunrise effect for the sun */
.sugarcane{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.sugarcane >  img{
  width: 100%;
}

h1.show, .image-overlay.show {
  opacity: 1;
  transform: translateY(0);
}

.image-section-1{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.clouds{
  position: absolute;
  bottom: -15%;
}

.problem{
  position: absolute;
  bottom: 61%;
}

.solution{
  position: absolute;
  bottom: 34%;
}
.image-section-2{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.image-section1 img{
  position: relative;
  width: 80%;
}

.bubble {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

/* Large Bubble */
.big-bubble {
  width: 300px; /* Size of the big bubble */
  height: 300px;
  top: 60%; /* Center vertically */
  left: 50%; /* Center horizontally */
  transform: translate(-50%, -50%); /* Truly center */
  z-index: 1000;
}

/* Small Bubbles */


/* Position small bubbles */
.top-left {
  top: 45%;
  left: 20%;
  width: 200px;
  height: 200px;
  overflow: hidden;
  background: #4F842C;
  border: 5px solid white;
  transition: transform 0.3s ease;
  
}

.plant-1,.plant-2,.plant-3,.plant-4,.plant-5,.plant-6,.plant-7,.plant-8,.plant-9,.plant-10{
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  background: #4F842C;
  border: 5px solid white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-overflow: ellipsis;
  color: #F8FFEB;
  transition: transform 0.3s ease;
}

.plant-1{
  top: 5%;
  left: 13%;
  width: 200px;
  height: 200px;
  
}

.plant-2{
  top: 15%;
  right: 13%;
  width: 200px;
  height: 200px;
}

.plant-3{
  width: 150px;
  height: 150px;
  top: 41%;
  left: 10%;
}

.plant-4{
  width: 150px;
  height: 150px;
  top: 35%;
  left: 17%;
}

.plant-5{
  width: 100px;
  height: 100px;
  top: 39%;
  left: 31%;
}

.plant-6{
  width: 100px;
  height: 100px;
  top: 45%;
  right: 25%;
}
.plant-7{
  width: 100px;
  height: 100px;
  top: 48%;
  left: 27%;
}

.plant-8{
  width: 250px;
  height: 250px;
  top: 63%;
  left: 16%;
}
.plant-9{
  width: 250px;
  height: 250px;
  top: 68%;
  right: 10%;
}
.plant-10{
  width: 250px;
  height: 250px;
  top: 73%;
  left: 19%;
}
.top-left,.top-right,.bottom-left,.bottom-right,.big-bubble,.plant-1,.plant-2,.plant-3,.plant-5,.plant-4,.plant-6,.plant-7,.plant-8,.plant-9,.plant-10{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-overflow: ellipsis;
  color: #F8FFEB;

}

.left-h1{
  font-size: 3rem;
  color: #F8FFEB;
  padding: 0;
  margin: 0%;
}

.left-p{
  color: #f8f8f8;
  font-size: 1.2rem;
}

.top-right {
  width: 250px;
  height: 250px;
  top: 40%;
  right: 20%;
}

.bottom-left {
  width: 250px;
  height: 250px;
  bottom: 20%;
  left: 20%;
}

.bottom-right {
  width: 200px;
  height: 200px;
  bottom: 20%;
  right: 20%;
}



/* Bubble Hover Effect */
.small-bubble:hover {
  transform: scale(1.1); /* Slightly enlarge on hover */
}

@media (max-width:1250px) {
  .top-left{
    top: 40%;
    left: 20%;
  }

  .top-right{
    top: 40%;
    right: 20%;
  }

  .bottom-left{
    bottom: 20%;
    left: 20%;
  }
  .bottom-right{
    bottom: 20%;
    right: 20%;
  }
}

@media (min-width:1200px){

}

@media (min-width:1440px) {
  .top-left{
    top: 40%;
    left: 30%;
  }

  .top-right{
    top: 40%;
    right: 30%;
  }

  .bottom-left{
    bottom: 20%;
    left: 30%;
  }
  .bottom-right{
    bottom: 20%;
    right: 30%;
  }
  .plant-2{
    top: 21%;
    right: 17%;
  }
}


.sequence{
  word-break: break-all;
}


.ultimate-footer{
  position:relative;
  display:flex;
  background-color: #FFF7E0;
  align-items:baseline;
  gap:1rem;
  justify-content: space-evenly;
  width:100%;
  overflow: hidden;
  padding:1rem;
}
.footer-left{
  display:flex;
  flex-direction: column;
  gap:2rem;
  margin-top: 2rem;
  margin-right: 3rem;
  margin-left: 2rem;

}
.igem{
  color: black;
  font-family: Stratos;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.99963rem;

}
.iit{
  color: black;
  font-family: Stratos;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.02rem;

  
}

.footer-right{
  display:flex;
  flex-direction: column;
  align-items: start;
  gap:1.5rem;
  justify-content: space-between;
}
.footer-top{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap:2rem;
}
ul {
  list-style-type: none;
}
.footer-ul{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer-upper{
  color:#000;
  font-family:"Montserrat", sans-serif ;
  font-size: 1.5rem;
  text-transform:capitalize;
  font-style: normal;
  font-weight: 400;
}
.li{
  list-style: none;
  text-align: -webkit-match-parent;
}
.footer-links{
  
  color: black;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.99963rem;
}
footer a{
  text-decoration: none;
}
.a{
  text-decoration: none;
  cursor:pointer;
  
}
.mysolution{
  color: black;

}



.footer-bottom{
  position: relative;
  width: 113px;
height: 16px;
font-family: 'Stratos';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 16px;
color: #000000;
display: flex;
flex-direction: row;
gap:12rem;

}
.cont-social{
  display: flex;
  flex-direction: row;
  white-space: nowrap; 
  
  align-items: center;
  gap: .5rem;
}
.contact{
width: 118px;
height: 16px;
font-family: 'Stratos';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 16px;
color: #000000;
display:flex;
flex-direction: row;
white-space: nowrap; 
gap: .5rem;

}
@media(max-width:1156px){
  .ultimate-footer{
      flex-direction: column;
      padding-right: 2rem;
      align-content: center;
  }
  .footer-right,.footer-left{
      align-self: center;
  }
  
}



.hardik{
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  gap: 1rem;
}

.btn-1, .btn-2{
  width: 10rem;
  padding: 1rem;
  border-radius: 10px;
}

.btn-1{
  background-color: #A4521D;
  color: #FFD8AF;
  border: none;
  outline: none;
}

.btn-2{
  background-color: #FFD8AF;
  color: #A4521D;
  border: none;
  outline: none;
}

.hardik-heading{
  color: #A4521D;
  font-size: 1.2rem;
  text-align: center;
}


@media (max-width:768px){
  .footer-right{
    display: none;
  }
}

.btn-1 > a{
  color: wheat;
}

.btn-2 > a{
  color: #A4521D;
}