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

body {
  background: #190415;
  color: #ffff;
  overflow-y: hidden;
  overflow-x: hidden;

}

.navbar {
  background-color: #190415;
  text-align: center;
  background: transparent;
  display: none;
}

.navbar-brand {
  width: 10%;
}

html {
  -ms-overflow-style: none;
  scrollbar-width: none;
  scroll-behavior: smooth;
  background-color: #190415;
}

body {
  background-color: #190415;
}

html::-webkit-scrollbar {
  display: none;
}

header {
  position: fixed;
  z-index: 999;
}

.nav-link {
  color: white;
}

.navbar-nav {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
}

.navi a:hover {
  scale: 1.1;
  color: #190415;
  transition: ease-in-out 0.5s;
}

.navbar.scrolled {
  background-color: #190415;
}

.navbar {
  max-width: 100vw;
}

.navi.scrolled a:hover {
  color: #ff9a92;
}

.navbar-toggler {
  background-color: rgba(128, 128, 128, 0.45);
}

.show,
.collapsing {
  background-color: #190415;
}

.parallax {
  width: 100%;
  background-image: linear-gradient(#fd7d7c 3%, #fc9e85 12%, #ffcba4 20%);
  overflow-x: hidden;
}

#Layer-4 {
  width: 122vw;
  position: relative;
  top: 0%;
  bottom: 0;
  margin-top: -2%;
  left: -22vw;
}

#Layer-3 {
  width: 100vw;
  position: absolute;
  top: -2%;
  left: -10px;
}

#Layer3-2 {
  display: none;
}

#Layer-2 {
  width: 100.76vw;
  position: absolute;
  top: -12%;
  left: -10px;
}

#Layer-1 {
  width: 102vw;
  position: absolute;
  top: -5%;
  left: -10px;
  z-index: 3;
}

#Sun {
  position: absolute;
  width: 42%;
  top: 0;
  left: 28%;
  margin-top: 18%;
  z-index: 0;
}

#Logo {
  position: absolute;
  width: 40%;
  top: 0%;
  left: 31%;
  margin-top: 10%;
}

#Cloud-1 {
  position: absolute;
  left: 70%;
  top: 10%;
  width: 200px;
  animation: cloudanimation2 150s linear infinite;
}

#Cloud-2 {
  position: absolute;
  left: 10%;
  top: 15%;
  width: 200px;
  animation: cloudanimation 150s linear infinite;
}

#wie {
  width: 4%;
  margin-right: 10%;
  margin-left: 1%;
}

@keyframes cloudanimation {
  0% {
    left: 70%;
  }

  100% {
    left: 0%;
  }
}

@keyframes cloudanimation2 {
  0% {
    left: 10%;
  }

  100% {
    left: 60%;
  }
}

.content {
  background-color: #190415;
  height: 100vh;
  width: 100vw;
}

.countdown {
  height: 40vh;
  width: 100vw;
  background-color: #190415;
  margin-top: 20%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}

#demo {
  text-align: center;
  font-size: 60px;
  margin-top: 0px;
}

.Days,
.Hours,
.Sec,
.Min {
  height: 150px;
  width: 300px;
  background-color: transparent;
  color: white;
  text-align: center;
  position: relative;
}

.register {
  position: relative;
  left: 35vw;
  top: 40vh;
  width: 50%;
}

.btn {
  width: 30vw;
  height: 8vh;
  font-size: 1.2rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fc6a03;
  text-decoration: none;
  color: white;
  border: #190415;
}

.btn:hover {
  background-color: #190415;
  text-decoration: none;
  color: #fc6a03;
  border: 1px solid #fc6a03;
  transition: 0.5s ease-in-out;
}

#day,
#hour,
#sec,
#min {
  font-family: "Montserrat", sans-serif;
  font-size: 6.5rem;
  z-index: 1;
}

.text {
  text-align: center;
  font-size: 2rem;
  display: flex;
  position: relative;
  top: -77%;
  align-items: center;
  justify-content: center;
  font-weight: 2rem;
  z-index: 2;
  color: #fc6a03;
  font-weight: 800;
  overflow-wrap: 0;
}

.logos {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding-bottom: 5%;
}

.logos img {
  width: 15%;
  height: 20%;
  flex-wrap: wrap;
}

.logos img:hover {
  scale: 1.07;
  transition: 0.5s ease-in-out;
}

.inauguration {
  text-align: center;
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.inaug {
  height: 60vh;
  width: 40vw;
  display: flex;
  align-items: flex-end;
}

.in-cont {
  height: 40vh;
  width: 40vw;
  background-color: #D27B70;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}

.in-photo {
  height: 15rem;
  width: 15rem;
  background-image: url(../assets/bidulna.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: -6rem;
}

.in-det {
  color: #190415;
  font-weight: 700;
}

@media (max-width: 580px) {

  .in-cont,
  .inaug {
    width: 70vw;
  }
}

@media (max-width: 600px) and (min-width: 500px) {
  #Layer-2 {
    margin-top: 10%;
  }

  .text {
    font-size: 1.1rem;
    margin-top: 40%;
  }

  #day,
  #hour,
  #sec,
  #min {
    font-size: 4rem;
  }

  .register {
    top: 13vh;
    height: 2vh;
    width: 50%;
  }

  .btn {
    height: 7vh;
    width: 70%;
  }

  .countdown {
    margin-top: 20%;
  }

  .logos {
    position: absolute;
    margin-top: 0%;
    top: 90%;
  }
}

@media (max-width: 700px) and (min-width: 601px) {
  #Layer-2 {
    width: 102vw;
    position: absolute;
    top: -7%;
    left: -10px;
  }

  .text {
    font-size: 1.3rem;
    margin-top: 30%;
  }

  #day,
  #hour,
  #sec,
  #min {
    font-size: 4rem;
  }

  .register {
    top: 20vh;
    width: 50%;
  }

  .countdown {
    margin-top: 20%;
  }

  .logos {
    position: absolute;
    margin-top: 0%;
    top: 110%;
    padding-bottom: 5%;
  }

  .wrapper {
    margin-top: 5% !important;
  }
}

@media (max-width: 800px) and (min-width: 700px) {
  #Layer-2 {
    width: 102vw;
    position: absolute;
    top: -5%;
    left: -10px;
  }

  .text {
    font-size: 1.55rem;
    margin-top: 16%;
  }

  #day,
  #hour,
  #sec,
  #min {
    font-size: 5rem;
  }

  .register {
    top: 20vh;
    width: 50%;
  }

  .countdown {
    margin-top: 20%;
    padding-bottom: 5%;
  }

  .logos {
    position: absolute;
    top: 130%;
    padding-bottom: 10%;
  }

  .container {
    padding-top: 15%;
  }

  .wrapper {
    margin-bottom: 0px !important;
  }
}

@media (max-width: 750px) and (min-width: 700px) {
  .logos {
    top: 120%;
  }
}

@media (max-width: 500px) and (min-width: 400px) {
  #Layer-2 {
    margin-top: 12%;
  }

  .text {
    font-size: 0.8rem;
    top: -40%;
  }

  #day,
  #hour,
  #sec,
  #min {
    font-size: 3rem;
  }

  .countdown {
    margin-top: 20%;
  }

  #Logo {
    right: 6.5%;
  }

  .register {
    top: 12.5vh;
    left: 33vw;
    width: 50%;
  }

  .btn {
    width: 32vw;
    height: 5vh;
    font-size: 0.8rem;
  }

  .logos {
    position: absolute;
    margin-top: 0%;
    top: 80%;
  }
}

@media (max-width: 1000px) and (min-width: 900px) {
  #Layer-2 {
    width: 101.15vw;
    position: absolute;
    top: -10%;
    left: -10px;
  }

  .register {
    top: 25vh;
    width: 50%;
  }

  .countdown {
    margin-top: 20%;
  }

  .logos {
    padding-bottom: 5%;
  }
}

@media (max-width: 400px) and (min-width: 300px) {
  #Layer-2 {
    top: -15%;
  }

  .text {
    font-size: 0.7rem;
    top: -40%;
  }

  .logos {
    position: absolute;
    margin-top: 0%;
    top: 70%;
    padding-top: 10%;
  }

  #day,
  #hour,
  #sec,
  #min {
    font-size: 3rem;
  }

  #Logo {
    right: 6.5%;
  }

  .register {
    top: 12.5vh;
    left: 33vw;
    width: 50%;
  }

  .btn {
    width: 35vw;
    height: 5vh;
    font-size: 0.8rem;
  }

  .countdown {
    margin-top: 20%;
  }
}

@media (max-width: 900px) and (min-width: 801px) {
  .text {
    font-size: 1.7rem;
  }

  #day,
  #hour,
  #sec,
  #min {
    font-size: 6rem;
  }

  #Layer-2 {
    margin-top: 5%;
    width: 101.5vw;
  }

  .register {
    top: 28vh;
    width: 50%;
    padding-bottom: 5%;
  }

  .countdown {
    margin-top: 20%;
  }

  .logos {
    padding-bottom: 5%;
  }
}

@media (max-width: 1100px) and (min-width: 1000px) {
  .register {
    margin-top: 5%;
    padding-bottom: 5%;
  }

  .logos {
    padding-bottom: 5%;
  }
}

@media (max-width: 400px) {
  #Layer-2 {
    margin-top: 18%;
  }

  #Layer-3 {
    margin-top: 0%;
  }
}

@media (max-width: 490px) {
  #Layer-2 {
    width: 105vw;
  }
}

@media (max-width: 450px) {
  #Layer-2 {
    margin-top: 58vh;
    width: 103vw;
  }

  #Layer-3 {
    display: none;
  }

  #Layer3-2 {
    width: 100%;
    position: absolute;
    display: inline-block;
    left: -10%;
    top: 43vh;
  }

  #Layer-4 {
    margin-top: 45vh;
  }

  #Sun {
    width: 30%;
    top: 45%;
    left: 35%;
    margin-top: 0;
  }

  #Cloud-1 {
    top: 30%;
    width: 30%;
  }

  #Cloud-2 {
    top: 40%;
  }

  .parallax {
    background-image: linear-gradient(#fd7d7c 3%, #fc9e85 20%, #ffcba4 30%);
  }

  .navbar-brand {
    width: 17%;
  }

  #wie {
    width: 10%;
  }

  #Logo {
    width: 70vw;
    left: 15vw;
    margin-top: 15vh;
  }

  .wrapper {
    padding-bottom: 0 !important;
  }

  .countdown {
    height: 30vh;
    padding-top: 30%;
  }
}

@media screen and (max-width: 992px) {
  .navbar {
    margin-left: 0;
    margin-right: 0;
  }
}

/*ABOUT-SECTION*/
.wrapper {
  padding-top: 25px;
  font-family: "Rubik", sans-serif;
  margin-bottom: 60px;
}

#daksha-title {
  font-weight: 800;
  font-size: 50px;
}

.card {
  background-color: #190415;
}

.desc {
  font-weight: 400;
  letter-spacing: 1.5px;
  word-spacing: 2px;
}

.program:before {
  background: #190415;
  border-left: 5px solid white;
  border-top: 5px solid white;
  content: "";
  height: 50px;
  left: -0.2em;
  position: absolute;
  top: -0.1em;
  /* top: -0.001em; */
  width: 50px;
}

.program:after {
  background: #190415;
  border-right: 5px solid white;
  border-bottom: 5px solid white;
  content: "";
  height: 50px;
  right: -1.3em;
  position: absolute;
  bottom: 2em;
  /* bottom: -3.6em; */
  width: 50px;
  /* margin-bottom: 20px; */
  margin-bottom: 1rw;
}

.program {
  /* margin-bottom: 30px; */
  padding: 10px;
  /* padding-top: 25px; */
  margin: 0 auto 5em;
  transition: 0.6;
  position: relative;
  /* margin-bottom: 5em; */
}

.program i {
  margin-top: 20px;
  font-size: 35px;
  color: #ff9a92;
}

.program h3 {
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.program p {
  /* line-height: 10px; */
  margin: 0;
  padding: 0 5px;
  letter-spacing: 1.5px;
  word-spacing: 2px;
}

.program:hover:before {
  border-color: #ff9a92;
  transition: 0.25s ease-in-out;
}

.program:hover:after {
  border-color: #ff9a92;
  transition: 0.25s ease-in-out;
}

.program:hover {
  color: #ff9a92;
  transition: 0.25s ease-in-out;
}

/*ABOUT-SECTION ENDS*/

/*CONTACT-SECTION*/
.contact {
  width: 55%;
  margin: 0 auto;
}

#contact {
  margin-top: 7vh;
  margin-bottom: 200px;
  font-family: "Rubik", sans-serif;
}

#contact h2 {
  font-weight: 600;
  font-size: 50px;
  margin-bottom: 20px;
}

.neonText {
  padding: 10px;
  text-align: center;
}

#contact p {
  text-align: center;
}

#contact p a {
  text-decoration: none;
  color: white;
}

@media (max-width: 865px) {
  #contact h2 {
    font-weight: 800;
    font-size: 35px;
    /* margin-bottom: 20px; */
  }
}

/*CONTACT SECTION ENDS*/
/*FOOTER*/
#footer-wrap {
  display: flex;
  text-align: center;
  /* justify-content: center; */
  /* align-items: flex-end; */
}

footer {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #ff9a92;
  height: 120px;
  padding: 20px 50px;
  flex-direction: column;
  margin: auto;
}

footer .social-icons {
  position: relative;
  display: flex;
  /* justify-content: center;
  align-items: center; */
  padding-inline-start: 1.2%;
  margin: 10px 0;
  flex-wrap: wrap;
}

footer .social-icons li {
  list-style: none;
}

footer .social-icons li a {
  font-size: 2em;
  color: #190415;
  margin: 0 10px;
  display: inline-block;
  transition: 0.5s;
}

footer .social-icons li a:hover {
  transform: translateY(-10px);
}

footer img {
  text-align: center;
  margin-top: 5px;
}

footer p {
  color: #190415;
  text-align: center;
  margin-top: 5px;
  opacity: 0.75;
}

footer .wave {
  position: absolute;
  /* top: -100px; */
  top: -40px;
  left: 0;
  width: 100%;
  height: 100px;
  background: url(../assets/wave5.png);
  background-size: 1000px 100px;
  margin-top: -59px;
}

footer .wave#wave1 {
  z-index: 1000;
  opacity: 1;
  bottom: 0;
  animation: animateWave 4s linear infinite;
}

footer .wave#wave2 {
  z-index: 999;
  opacity: 0.5;
  bottom: 10px;
  animation: animateWave-02 4s linear infinite;
}

footer .wave#wave3 {
  z-index: 1000;
  opacity: 0.2;
  bottom: 15px;
  animation: animateWave-02 3s linear infinite;
}

footer .wave#wave4 {
  z-index: 999;
  opacity: 0.2;
  bottom: 20px;
  animation: animateWave 2s linear infinite;
}

@keyframes animateWave {
  0% {
    background-position-x: 1000px;
  }

  100% {
    background-position-x: 0px;
  }
}

@keyframes animateWave-02 {
  0% {
    background-position-x: 0px;
  }

  100% {
    background-position-x: 1000px;
  }
}

/*FOOTER ENDS*/

/* Tracks */

@media (min-width: 992px) {
  #daksha-title {
    font-weight: 900;
  }

  #contact h2 {
    font-weight: 800;
  }
}

.tracks-container {
  padding: 2rem;
  padding-bottom: 100px;
  margin: 0 auto;
  max-width: 1200px;
  overflow: hidden;
}

.tracks-top-section {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.tracks-timeline {
  position: relative;
  min-height: 150px;
}

.tracks-line {
  position: absolute;
  z-index: 1;
  left: calc(50%);
  width: 2px;
  top: -50px;
  bottom: -50px;
  background-color: #fff;
  transition: 0.5s ease-in-out;
}

.tracks-line:before,
.tracks-line:after {
  position: absolute;
  display: block;
  content: "";
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
}

.tracks-line:after {
  bottom: 0;
}

.tracks-section {
  display: flex;
  opacity: 0;
  transform: translateX(-100%);
  transition: 600ms ease;
  position: relative;
  z-index: 1;
  margin: 100px 0;
  padding: 1rem;
  min-height: 300px;
  width: fit-content;
  letter-spacing: 1.5px;
  word-spacing: 0.5px;
}

.tracks-section:nth-child(odd) {
  flex-direction: row-reverse;
  transform: translateX(100%);
  position: absolute;
  right: 0%;
  top: 25%;
  width: fit;
}

.tracks-bead {
  position: absolute;
  display: block;
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  background-color: #fff;
  right: -10%;
  top: 18%;
  transform: translateX(-50%);
  z-index: 2;
}

.tracks-bead:after {
  border-bottom: 2px solid white;
  content: "";
  height: 0px;
  position: absolute;
  top: 50%;
  right: 1px;
  width: 50px;
}

.tracks-content {
  position: relative;
  width: 500px;
  padding: 30px;
  padding-right: 0px;
}

.tracks-content:nth-child(odd) {
  padding-right: 20px;
}

.tracks-content:before {
  background: transparent;
  border-left: 5px solid white;
  border-bottom: 5px solid white;
  border-top: 5px solid white;
  content: "";
  height: 100%;
  left: -10px;
  position: absolute;
  top: -10px;
  width: 50px;
}

.tracks-content:after {
  background: transparent;
  border-right: 5px solid white;
  border-top: 5px solid white;
  border-bottom: 5px solid white;
  content: "";
  height: 100%;
  right: -10px;
  position: absolute;
  top: -10px;
  width: 50px;
}

.tracks-content p {
  margin-right: 5px;
}

.tracks-content:nth-child(odd)::after {
  background: transparent;
  border-right: 0px;
  border-top: 5px solid white;
  border-left: 5px solid white;
  content: "";
  height: 100%;
  left: -1200px;
  position: absolute;
  top: -10px;
  width: 50px;
}

.tracks-inner-container:hover .tracks-bead {
  transition: 0.5s ease-in-out;
  background-color: #ff9a92;
  cursor: pointer;
}

.tracks-inner-container:hover .tracks-bead::after {
  transition: 0.5s ease-in-out;
  border-bottom: 2px solid #ff9a92;
  cursor: pointer;
}

.tracks-inner-container:hover .tracks-content {
  transition: 0.5s ease-in-out;
  cursor: pointer;
  color: #ff9a92;
}

.tracks-inner-container:hover .tracks-content::after {
  transition: 0.5s ease-in-out;
  border-color: #ff9a92;
  cursor: pointer;
}

.tracks-inner-container:hover .tracks-content::before {
  transition: 0.5s ease-in-out;
  border-color: #ff9a92;
  cursor: pointer;
}

.tracks-inner-container:hover #tracks-conductor-1 {
  transition: 0.5s ease-in-out;
  filter: none;
}

.tracks-content:nth-child(odd):before {
  background: transparent;
  border-left: 0px;
  border-bottom: 5px solid white;
  border-right: 5px solid white;
  content: "";
  height: 100%;
  position: absolute;

  bottom: -50px;
  width: 50px;
}

.tracks-bead-odd {
  left: -6.5%;
}

.tracks-bead-odd:after {
  border-bottom: 2px solid white;
  content: "";
  height: 0px;
  position: absolute;
  top: 50%;
  left: 2px;
  width: 50px;
}

.show-me:nth-child(n) {
  transform: none;
  opacity: 1;
}

.tracks-h1 {
  font-weight: 900;
  font-size: 50px;
  text-align: center;
}

.tracks-h2 {
  font-weight: 600;

  font-size: 30px;
}

.tracks-image-container {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  padding: 10px;
}

#tracks-conductor-1 {
  width: 80%;

  padding: 10px 0px;
  filter: grayscale(100%);
}

.tracks-conductor-name {
  font-size: 30px;
  font-weight: 575;
  text-transform: uppercase;
  letter-spacing: 3px;
  position: absolute;
  bottom: 0;
  left: 10px;
  margin-left: -30px;
  transform: rotate(270deg);
  transform-origin: 0 0;
}

.tracks-conductor-details {
  font-size: 15px;

  position: absolute;
  bottom: 0px;
  left: 50px;
  margin-left: -30px;
  transform: rotate(270deg);
  transform-origin: 0 0;
}

#speaker-1-details {
  bottom: -20px;
}

@media only screen and (max-width: 850px) {
  .tracks-top-section {
    padding: 3rem 0rem;
  }

  .tracks-section {
    width: 100%;
  }

  .tracks-section:nth-child(odd) {
    position: relative;
  }

  .tracks-content {
    width: 525px;
  }

  .tracks-section {
    transform: translateX(100%);
    margin: 50px 0;
    padding-left: 6%;
  }

  .tracks-bead {
    left: 3%;
  }

  .tracks-section:nth-child(odd) {
    flex-direction: row;
    padding-left: 6%;
  }

  .tracks-content p {
    margin-left: 20px;
  }

  .tracks-line {
    left: calc(3%);
  }

  .tracks-bead:after {
    left: 2px;
  }

  .tracks-content:after {
    border-right: 0px;
    border-left: 5px solid white;
    left: 20px;
  }

  .tracks-content:before {
    border-left: 0px;
    border-right: 5px solid white;
    left: 500px;
  }

  .tracks-content h2 {
    margin-left: 20px;
  }

  .tracks-bead-odd {
    left: 3.5%;
  }

  .tracks-conductor-name {
    left: 40px;
  }

  .tracks-conductor-details {
    left: 70px;
  }
}

@media only screen and (max-width: 650px) {
  .tracks-section {
    transform: translateX(100%);
    margin: 50px 0;
    padding-left: 3%;
  }

  .tracks-section:nth-child(odd) {
    flex-direction: row;
    padding-left: 3%;
  }

  .tracks-bead:after {
    left: 2px;
    width: 30px;
  }

  .tracks-container {
    padding: 10px;
  }
}

@media only screen and (max-width: 410px) {
  .tracks-content:before {
    left: 75%;
  }

  .tracks-content p {
    margin-right: 10px;
  }
}

@media only screen and (min-width: 850px) and (max-width: 1195px) {
  .tracks-container {
    max-width: 760px;
  }

  .tracks-bead {
    right: -10%;
  }

  .tracks-bead::after {
    width: 30px;
  }

  .tracks-content {
    width: 300px;
  }

  .tracks-bead-odd {
    left: -4.5%;
  }

  #speaker-1-details {
    font-size: 10px;
  }

  .speaker-odd-heading {
    font-size: 25px;

  }

  .tracks-conductor-name {
    bottom: -10px;
  }

  #speaker-3-details {
    bottom: -10px;
  }
}

@media only screen and (max-width: 620px) {
  .tracks-content {
    width: 475px;
  }

  .tracks-content:before {
    left: 450px;
  }

  #tracks-conductor-1 {
    filter: none;
  }
}

@media only screen and (max-width: 540px) {
  .tracks-content {
    width: 375px;
  }

  .tracks-content:before {
    left: 350px;
  }

  .tracks-image-container {
    padding: 5px;
  }

  .tracks-conductor-name {
    font-size: 22px;
  }

  #speaker-1-details {
    font-size: 13px;
    bottom: -20px;
  }

  #tracks-conductor-3 {
    margin-left: 15px;
    width: 75%;
  }
}

@media only screen and (max-width: 435px) {
  .tracks-content {
    width: 330px;
  }

  .tracks-content:before {
    left: 300px;
  }
}

@media only screen and (max-width: 365px) {
  .tracks-content {
    width: 310px;
  }

  .tracks-content:before {
    left: 275px;
  }
}

/* Guests */
.guests-container {
  position: relative;
  margin-top: 250px;
  margin-bottom: 250px;
}

#guests-h1 {
  width: fit-content;
  margin: 0;
}

.guests-inner-container {
  position: relative;
  width: 100vw;
  height: 60vh;
  background-color: #ff9a92;
  display: flex;
  margin: 0;
}

.guests-content {
  width: 55%;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#guest-name {
  height: fit-content;
  font-size: 80px;
  width: fit-content;
  margin: 0;
}

#guest-image {
  height: 80vh;
  position: absolute;
  bottom: 0;
  right: 0%;
}

.guests-wave {
  position: absolute;
  bottom: 60vh;
  width: 100%;
}

#guest-mobileview {
  display: none;
}

.guests-mobile-container {
  position: relative;
  display: flex;
  justify-content: center;
}

.guests-mobile-wave {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: none;
}

@media only screen and (max-width: 1450px) {
  #guest-image {
    height: 75vh;
  }

  #guest-name {
    font-size: 50px;
  }

  .guests-content {
    width: 45%;
  }
}

@media only screen and (max-width: 1170px) {
  #guest-image {
    height: 70vh;
  }

  #guest-name {
    font-size: 40px;
  }

  .guests-content {
    width: 45%;
  }
}

@media only screen and (max-width: 1030px) {
  .guests-content {
    padding: 20px;
  }
}

@media only screen and (max-width: 980px) {
  #guest-image {
    height: 60vh;
  }

  .guests-wave {
    bottom: 50vh;
  }

  .guests-inner-container {
    height: 50vh;
  }

  #guest-name {
    font-size: 30px;
  }

  .guests-content {
    padding: 15px;
  }
}

@media only screen and (max-width: 780px) {
  #guest-image {
    height: 40vh;
  }

  .guests-wave {
    bottom: 30vh;
  }

  .guests-inner-container {
    height: 30vh;
  }

  #guest-name {
    font-size: 20px;
  }

  .guests-content {
    padding: 10px;
    width: 50%;
  }

  #guests-h1 {
    font-size: 25px;
  }
}

@media only screen and (max-width: 680px) {
  #guest-image {
    height: 27vh;
  }

  .guests-wave {
    bottom: 25vh;
  }

  .guests-inner-container {
    height: 25vh;
  }

  #guest-name {
    font-size: 15px;
  }

  .guests-content {
    padding: 10px;
    width: 60%;
    font-size: 14px;
  }

  #guests-h1 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 500px) {
  #guest-image {
    height: 30vh;
  }

  .guests-inner-container {
    height: fit-content;
  }

  .guests-wave {
    top: -7vh;
  }
}

@media only screen and (max-width: 450px) {
  .guests-wave {
    top: -5vh;
  }
}

@media only screen and (max-width: 490px) {
  #guest-image {
    display: none;
  }

  #guest-mobileview {
    display: block;
    height: 40vh;
    max-width: 100%;
  }

  .guests-wave {
    display: none;
  }

  .guests-inner-container {
    height: fit-content;
  }

  #guest-name {
    font-size: 35px;
    padding: 10px;
  }

  .guests-content {
    padding: 10px;
    width: 100%;
    font-size: 14px;
  }

  .guests-content p {
    padding: 10px;
  }

  #guests-h1 {
    font-size: 35px;
    margin: 30px 0px;
  }

  .guests-mobile-wave {
    display: block;
    width: fit-content;
    max-width: 100%;
  }
}

.Partner-container {
  display: flex;
  flex-direction: column;
}

#Partner-heading {
  display: flex;
  width: 60%;
  justify-content: center;
  align-self: center;
  padding: 20px;
}

.standard-heading-style {
  text-align: center;
  font-weight: 850;
  font-size: 60px;
  padding: 20px;
  letter-spacing: 3px;
}

#Partner-logo,
#Partner-logo-col {
  position: absolute;
  width: 300px;
  display: flex;
  justify-items: center;
  align-self: center;
  /* margin: 20px; */
  opacity: 1;
  margin-top: 6.5rem;
  transition: opacity 0.5s ease;
}

#Partner-logo-col {
  opacity: 0;
}

#Partner-logo:hover {
  opacity: 0;
}

#Partner-logo-col:hover {
  opacity: 1;
}

.Sponsor-container {
  display: flex;
  flex-direction: column;
}

#Sponsor-heading {
  display: flex;
  width: 60%;
  justify-content: center;
  align-self: center;
  padding: 20px;
}

.standard-heading-style {
  text-align: center;
  font-weight: 850;
  font-size: 60px;
  padding: 20px;
  letter-spacing: 3px;
}

#Sponsor-logo {
  position: relative;
  width: 300px;
  display: flex;
  justify-items: center;
  align-self: center;

}

#Sponsor-details {
  text-align: center;
  word-spacing: 3px;
  padding: 10px;
}

#Sponsor-logo:hover {
  scale: 1.05;
  transition: 0.6s ease-in-out;
}

#Sponsor {
  height: 40vh;
  margin-top: 10vh;
}

@media only screen and (max-width: 1020px) {
  .standard-heading-style {
    font-size: 40px;
  }

  #Partner-heading {
    width: fit-content;
  }

  #Partner-logo,
  #Partner-logo-col {
    /* width: 200px; */
    margin-top: 5em;
    /* width: 250px; */
  }
}

@media only screen and (max-width: 630px) {
  #Partner-heading {
    font-size: 38px;
  }

  #Partner-logo,
  #Partner-logo-col {
    /* width: 200px; */
    width: 250px;
  }

  .mail {
    margin-left: -0.5em;
  }
}

@media only screen and (max-width: 440px) {
  #Partner-heading {
    font-size: 30px;
  }

  #Partner-logo,
  #Partner-logo-col {
    width: 250px;
  }
}

/* Speakers */
#Speakers {
  margin-top: 2px;
  margin-bottom: 75px;
  overflow: hidden;
}

.Speakers-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.Speakers-card {
  position: relative;
  background-color: #fc6a03;
  width: 350px;
  height: 460px;
  display: flex;
  flex-direction: column;


}

.Speakers-image-container {
  background-color: #fc9e85;
  width: 330px;
  height: 330px;
  position: absolute;
  top: 25px;
  right: -22px;


}

.Speakers-info {
  position: absolute;
  bottom: 0px;
  text-align: center;
  width: 100%;
  font-size: 20px;
  line-height: 20px;
  min-height: 92px;


}

.Speakers-bg-container {
  width: 100%;
  height: 100%;
  position: relative;
}

#Speakers-bg-pattern1,
#Speakers-bg-pattern2 {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 30%;
}

.Speakers-name {
  font-size: 25px;
  font-weight: 700;
}

.Speakers-image {
  width: 105%;
  height: 105%;
  position: absolute;
  bottom: 0;
}

#Speaker-2-heading {
  font-size: 22px;
  word-spacing: 0.5px;
}

@media only screen and (max-width: 850px) {
  .Speakers-container {
    flex-direction: column;

  }

  .Speakers-card {
    justify-self: center;
    margin: auto;
  }
}

@media only screen and (max-width: 440px) {
  .Speakers-card {
    width: 300px;
    height: 410px;
  }

  .Speakers-image-container {

    width: 280px;
    height: 280px;
    right: -15px;
  }
}

.Group-Discussion {
  display: flex;
  gap: 100px;
  overflow-x: hidden;
}

.group-discussion-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.GD-content {
  display: flex;
  justify-content: center;
  font-size: 25px;
  font-weight: 500;
  padding-bottom: 50px;
}

.group-discussion-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 150px;
  margin-bottom: 50px;
}

.GD-card {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 20px;
}

.GD-img-container {
  width: 200px;
  height: 200px;
  background-color: #D27B70;
  border-radius: 100px;
  display: flex;
  position: relative;



}

.GD-img {
  width: 200px;
  justify-items: start;
  position: absolute;
  bottom: 0px;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;

}

.GD-nametag {
  font-weight: 700;
  font-size: larger;
}

@media only screen and (max-width: 850px) {
  .group-discussion-container {
    flex-direction: column;
    align-items: center;
  }

  .GD-content {
    font-size: 18px;
  }
}

.PE-main-container {
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  padding-bottom: 30px;
  overflow-y: hidden;
}

.PE-content-container {
  display: flex;
  width: 50vw;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  padding: 40px;
  border: 1px solid #fff;


}

.PE-content-container h1 {
  text-align: center;
  font-weight: 600;
}

.PE-img {
  width: 150px;
  margin: 20px;
  background-color: #D27B70;
}

.PE-sub-content-container {
  display: flex;

}

.PE-sub-content-container p {
  text-align: justify;
}

@media only screen and (max-width: 850px) {
  .PE-sub-content-container {
    flex-direction: column;
    align-items: center;
  }
}

@media only screen and (max-width: 1030px) {
  .PE-content-container {
    width: 70vw;
  }
}

@media only screen and (max-width: 450px) {
  .PE-content-container {
    width: 90vw;
  }
}