* {
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-sizing: border-box;
  font-family: "unbounded", sans-serif;
}

.Event-hub,
.form, .details-button, .payment, .event-register{
  scroll-behavior: smooth;
  scroll-padding-top: 50px;
  height: 100vh;
  width: 100vw;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: #c8f7ff;
}

.details-button::-webkit-scrollbar{
  display: none;
}

.header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 10px;
  background-color: #1d0363;
  position: sticky;
  top: 0;
  z-index: 1;
}

.header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 45px;
}

.header nav ul {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.header-menu li {
  display: flex;
  align-self: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  padding: 40px 0px;
}

.header-logo-contanier>input {
  padding: 5px;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.home-hover {
  display: none;
  position: absolute;
  top: 90px;
  width: max-content;
  height: max-content;
  background-color: white;
  border-radius: 5px;
}

.header-menu li:hover .home-hover {
  display: block;
}

.header-menu li a {
  text-decoration: none;
  color: white;
}

.header-menu li a:hover {
  color: #f249b4;
  cursor: pointer;
}

.dropdown-logo,
.header-logo-contanier {
  fill: white;
}

.home-hover p {
  padding: 10px 20px;
}

.home-hover p:hover {
  color: #f249b4;
  cursor: pointer;
}

.search-bar:hover {
  fill: #5233ff;
  cursor: pointer;
}

.home-image {
  opacity: 0;
  margin-right: -400px;
  height: 50%;
  width: 50%;
  animation: ani-right 0.5s ease-in-out forwards;
  animation-delay: 0.5s;
}

.home-page {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1d0363;
}

.home-firstpage {
  opacity: 0;
  margin-left: -400px;
  padding: 30px;
  color: white;
  gap: 20px;
  animation: ani-left 0.5s ease-in-out forwards;
  animation-delay: 0.5s;
}

.home-page .home-firstpage h1 {
  font-weight: 900;
  font-size: 50px;
}

.home-page .home-firstpage h5 {
  font-size: 20px;
}

.home-page .home-firstpage p {
  font-size: 15px;
  padding: 10px 0px;
}

.home-page .home-firstpage button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  background-color: #f248b4;
  border: 0;
  border-radius: 40px;
  color: white;
  font-weight: 600;
  gap: 10px;
}

.home-page {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.button-arrow {
  fill: white;
}

.event-page {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.event-page button {
  padding: 10px;
  word-spacing: 3px;
  margin-top: 70px;
  background-color: #5033ff;
  border: 0;
  color: white;
  border-radius: 15px;
  cursor: pointer;
}

.event-page h1 {
  opacity: 0;
  margin-left: -400px;
  text-align: center;
  animation: ani-left 0.5s ease-in-out forwards;
  animation-delay: 0.5s;
  animation-timeline: view();
  animation-range: entry 0% cover 30%;
}

.event-page img {
  border-radius: 20px;
}

.extrabtn{
  display: none;
}

.event-register{
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

#eventForm{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.event-register input{
  border: 0;
  padding: 10px 30px 10px 5px;
  border-radius: 5px;
}

.event-register select{
  color: gray;
}

#eventDate{
  border: 0;
  padding: 10px 75px 10px 5px;
  border-radius: 5px;
}

#eventTime{
  border: 0;
  padding: 10px 145px 10px 5px;
  border-radius: 5px;
}

.event-register select{
  border: 0;
  padding: 10px 115px 10px 5px;
  border-radius: 5px;
}

.event-register button{
  padding: 10px;
  margin-top: 20px;
  background-color: #5033ff;
  border: 0;
  color: white;
  cursor: pointer;
}

.extrabtn > button{
  padding: 10px;
  word-spacing: 3px;
  margin-top: 20px;
  background-color: #f248b4;
  border: 0;
  color: white;
  border-radius: 15px;
}

.event-page1 {
  opacity: 0;
  margin-right: -400px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  padding: 80px 20px;
  animation: ani-right 0.5s ease-in-out forwards;
  animation-delay: 0.5s;
  animation-timeline: view();
  animation-range: entry 0% cover 30%;
}

.event-page1 h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.event-page1 h2 svg {
  fill: #f248b4;
}

.event-page1 h2 svg:hover {
  fill: #5233ff;
  cursor: pointer;
}

.event-speakers {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.event-speakers button {
  padding: 10px;
  margin-top: 70px;
  background-color: #5033ff;
  border: 0;
  color: white;
  border-radius: 15px;
}

.event-speakers h1 {
  text-align: center;
  margin-top: 20px;
}

.speakers-person {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
}

.speakers1 {
  opacity: 0;
  margin-left: -400px;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  background-image: url(../Assets/Speakers-person1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  height: 400px;
  width: 250px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 10px;
  animation: ani-left 0.5s ease-in-out forwards;
  animation-delay: 0.5s;
  animation-timeline: view();
  animation-range: entry 0% cover 30%;
}

.speakers2 {
  opacity: 0;
  margin-left: -400px;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  background-image: url(../Assets/Speakers-person2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  height: 400px;
  width: 250px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 10px;
  animation: ani-left 0.5s ease-in-out forwards;
  animation-delay: 0.5s;
  animation-timeline: view();
  animation-range: entry 0% cover 30%;
}

.speakers3 {
  opacity: 0;
  margin-right: -400px;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  background-image: url(../Assets/Speakers-person3.jpg);
  background-repeat: no-repeat;
  background-position: center;
  height: 400px;
  width: 250px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 10px;
  animation: ani-right 0.5s ease-in-out forwards;
  animation-delay: 0.5s;
  animation-timeline: view();
  animation-range: entry 0% cover 30%;
}

.speakers4 {
  opacity: 0;
  margin-right: -400px;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  background-image: url(../Assets/Speakers-person4.jpg);
  background-repeat: no-repeat;
  background-position: center;
  height: 400px;
  width: 250px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 10px;
  animation: ani-right 0.5s ease-in-out forwards;
  animation-delay: 0.5s;
  animation-timeline: view();
  animation-range: entry 0% cover 30%;
}

.speakers-person nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
}

.event-schedule {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.event-schedule button {
  padding: 10px;
  margin-top: 70px;
  background-color: #5033ff;
  border: 0;
  color: white;
  border-radius: 15px;
}

.event-schedule h1 {
  opacity: 0;
  margin-left: -400px;
  text-align: center;
  margin-top: 20px;
  animation: ani-left 0.7s ease-in-out forwards;
  animation-delay: 0.5s;
  animation-timeline: view();
  animation-range: entry 0% cover 30%;
}

.event-schedule p {
  margin-top: 20px;
  padding: 15px;
}

.schedule-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.schedule-button button {
  padding: 10px;
  margin-top: 40px;
  background-color: #f0f0f0;
  color: #252525;
  border-radius: 15px;
}

.schedule-button input {
  border: 0;
}

.schedule-button input:focus {
  outline: none;
}

.schedule-button input:hover {
  color: #f248b4;
  cursor: pointer;
}

.time-schedule {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: auto;
  gap: 4px;
  margin-top: 40px;
  margin-bottom: 100px;
}

.event-timing {
  opacity: 0;
  margin-right: -400px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: auto;
  padding: 15px;
  width: 85%;
  box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px,
    rgba(6, 24, 44, 0.65) 0px 4px 6px -1px,
    rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
  border-radius: 20px;
  animation: ani-right 0.5s ease-in-out forwards;
  animation-delay: 0.5s;
  animation-timeline: view();
  animation-range: entry 0% cover 30%;
}

.time-schedule button {
  padding: 10px;
  background-color: #f248b4;
  border: 0;
  color: white;
  border-radius: 15px;
}

.time-schedule h4 span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #494949;
}

.event-timing nav a{
  text-decoration: none;
}

.event-timing nav button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  fill: white;
}

.event-timing nav button:hover {
  cursor: pointer;
}

.offical-sponsors {
  height: 850px;
  width: 100vw;
  background-color: #1d0363;
}

.sponsor-button {
  padding: 10px;
  margin-top: 70px;
  margin-left: 19%;
  margin-bottom: 30px;
  background-color: #5033ff;
  border: 0;
  color: white;
  border-radius: 15px;
}

.offical-sponsors nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.offical-sponsors nav h1 {
  font-weight: 800;
  font-size: 50px;
  color: white;
}

.offical-sponsors nav button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 10px;
  background-color: #f248b4;
  border: 0;
  color: white;
  border-radius: 15px;
  cursor: pointer;
}

.offical-sponsors nav button svg {
  fill: white;
}

.list-of-sponsors {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5%;
  margin-top: 50px;
}

.sponsors1 {
  opacity: 0;
  margin-right: -400px;
  height: 170px;
  width: 220px;
  background-color: white;
  border-radius: 10px;
  background-image: url(../Assets/Sponsors1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  animation: ani-right 0.5s ease-in-out forwards;
  animation-delay: 0.5s;
  animation-timeline: view();
  animation-range: entry 0% cover 30%;
}

.sponsors2 {
  opacity: 0;
  margin-right: -400px;
  height: 170px;
  width: 220px;
  background-color: white;
  border-radius: 10px;
  background-image: url(../Assets/Sponsors2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  animation: ani-right 0.5s ease-in-out forwards;
  animation-delay: 0.5s;
  animation-timeline: view();
  animation-range: entry 0% cover 30%;
}

.sponsors3 {
  opacity: 0;
  margin-left: -400px;
  height: 170px;
  width: 220px;
  background-color: white;
  border-radius: 10px;
  background-image: url(../Assets/Sponsors3.jpg);
  background-repeat: no-repeat;
  background-position: center;
  animation: ani-left 0.5s ease-in-out forwards;
  animation-delay: 0.5s;
  animation-timeline: view();
  animation-range: entry 0% cover 30%;
}

.sponsors4 {
  opacity: 0;
  margin-left: -400px;
  height: 170px;
  width: 220px;
  background-color: white;
  border-radius: 10px;
  background-image: url(../Assets/Sponsors4.jpg);
  background-repeat: no-repeat;
  background-position: center;
  animation: ani-left 0.5s ease-in-out forwards;
  animation-delay: 0.5s;
  animation-timeline: view();
  animation-range: entry 0% cover 30%;
}

.sponsors5 {
  opacity: 0;
  margin-right: -400px;
  height: 170px;
  width: 220px;
  background-color: white;
  border-radius: 10px;
  background-image: url(../Assets/Sponsors5.jpg);
  background-repeat: no-repeat;
  background-position: center;
  animation: ani-right 0.5s ease-in-out forwards;
  animation-delay: 0.5s;
  animation-timeline: view();
  animation-range: entry 0% cover 30%;
}

.sponsors6 {
  opacity: 0;
  margin-right: -400px;
  height: 170px;
  width: 220px;
  background-color: white;
  border-radius: 10px;
  background-image: url(../Assets/Sponsors6.jpg);
  background-repeat: no-repeat;
  background-position: center;
  animation: ani-right 0.5s ease-in-out forwards;
  animation-delay: 0.5s;
  animation-timeline: view();
  animation-range: entry 0% cover 30%;
}

.sponsors7 {
  opacity: 0;
  margin-left: -400px;
  height: 170px;
  width: 220px;
  background-color: white;
  border-radius: 10px;
  background-image: url(../Assets/Sponsors7.jpg);
  background-repeat: no-repeat;
  background-position: center;
  animation: ani-left 0.5s ease-in-out forwards;
  animation-delay: 0.5s;
  animation-timeline: view();
  animation-range: entry 0% cover 30%;
}

.sponsors8 {
  opacity: 0;
  margin-left: -400px;
  height: 170px;
  width: 220px;
  background-color: white;
  border-radius: 10px;
  background-image: url(../Assets/Sponsors8.jpg);
  background-repeat: no-repeat;
  background-position: center;
  animation: ani-left 0.5s ease-in-out forwards;
  animation-delay: 0.5s;
  animation-timeline: view();
  animation-range: entry 0% cover 30%;
}

.tickets-package {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 20px;
}

.tickets-package button {
  padding: 10px;
  margin-top: 70px;
  background-color: #5033ff;
  border: 0;
  color: white;
  border-radius: 15px;
}

.tickets-package p {
  color: #333333;
  line-height: 20px;
}

.tickets-package2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.tickets-details {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 30px;
  height: 170px;
  width: 70%;
  box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px,
    rgba(6, 24, 44, 0.65) 0px 4px 6px -1px,
    rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
  border-radius: 20px;
}

.tickets-price {
  opacity: 0;
  margin-right: -400px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  animation: ani-right 0.5s ease-in-out forwards;
  animation-delay: 0.5s;
  animation-timeline: view();
  animation-range: entry 0% cover 30%;
}

.tickets-price h4 {
  font-weight: 700;
  font-size: 20px;
}

.tickets-price p {
  color: #333333;
  line-height: 20px;
}

.tickets-details nav button {
  padding: 10px;
  background-color: #f248b4;
  border: 0;
  text-decoration: none;
  cursor: pointer;
  color: white;
  border-radius: 15px;
  margin-top: 20px;
}

.tickets-details nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.tickets-details nav button {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 5px;
}

.tickets-details nav button svg {
  fill: white;
}

.blog-post {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 20px;
  margin-top: 50px;
}

.blog-post button {
  padding: 10px;
  margin-top: 70px;
  background-color: #5033ff;
  border: 0;
  color: white;
  border-radius: 15px;
}

.blog-post h1 {
  font-weight: 900;
  font-size: 36px;
  letter-spacing: 1px;
}

.blog-post p {
  color: #333333;
  line-height: 20px;
}

.blog-post2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.blogers1 {
  opacity: 0;
  margin-left: -400px;
  display: flex;
  justify-content: center;
  align-items: end;
  height: 400px;
  width: 350px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 15px;
  background-image: url(../Assets/blogers1.jpg);
  background-position: top;
  background-repeat: no-repeat;
  margin-top: 50px;
  text-align: center;
  animation: ani-left 0.5s ease-in-out forwards;
  animation-delay: 0.5s;
  animation-timeline: view();
  animation-range: entry 0% cover 30%;
}

.blogers2 {
  display: flex;
  justify-content: center;
  align-items: end;
  height: 400px;
  width: 350px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 15px;
  background-image: url(../Assets/blogers2.jpg);
  background-position: top;
  background-repeat: no-repeat;
  margin-top: 50px;
  text-align: center;
}

.blogers3 {
  opacity: 0;
  margin-right: -400px;
  display: flex;
  justify-content: center;
  align-items: end;
  height: 400px;
  width: 350px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 15px;
  background-image: url(../Assets/blogers3.jpg);
  background-position: top;
  background-repeat: no-repeat;
  margin-top: 50px;
  text-align: center;
  animation: ani-right 0.5s ease-in-out forwards;
  animation-delay: 0.5s;
  animation-timeline: view();
  animation-range: entry 0% cover 30%;
}

.blogers1,
.blogers2,
.blogers3 {
  font-size: 25px;
  font-weight: 500;
  padding-bottom: 10px;
}

.footer-section1 {
  height: 400px;
  background-color: #05061a;
  margin-top: 100px;
}

.footer1 {
  display: flex;
  justify-content: space-evenly;
  align-items: start;
}

.footer-page1,
.footer-page2,
.footer-page3,
.footer-page4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  margin-top: 70px;
  gap: 10px;
}

.footer-page1 h4 {
  color: white;
}

.footer-page1 p {
  color: #868686;
  line-height: 20px;
}

.footer-page2 h1 {
  color: white;
}

.footer-page2 p {
  color: #868686;
  line-height: 20px;
}

.footer-page3 {
  margin-top: 110px;
}

.footer-page3 p {
  color: #868686;
  line-height: 20px;
}

.footer-page4 h1 {
  color: white;
}

.footer-page4 p {
  color: #868686;
  line-height: 20px;
}

.footer-page4 form {
  display: flex;
  justify-items: center;
  align-items: center;
}

.footer-page4 form::placeholder {
  fill: #1d0363;
}

.footer-page4 svg {
  fill: #f248b4;
  cursor: pointer;
}

.footer-section2 {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  align-items: center;
  margin-top: 80px;
  height: auto;
  gap: 20px;
}

.footer-section2 .footer2 p {
  color: #868686;
}

.footer-section2 .footer-icon {
  fill: #868686;
}

.footer-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  cursor: pointer;
}

.footer-icon svg {
  fill: white;
}

.footer-page4 form {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 2px solid #868686;
}

.footer-page4 form:focus {
  border-bottom: 2px solid #f248b4;
}

.email {
  width: 80%;
  background-color: transparent;
  border: 0;
  padding: 10px 0;
  color: #868686;
}

.email:focus {
  outline: none;
}

.menu-logo {
  fill: white;
  display: none;
}
.mobile-view {
  position: fixed;
  width: 80%;
  height: 100%;
  background: #000;
  display: none;
  padding: 20px;
  z-index: 10;
}
.header-menu-mobile li {
  display: flex;
  align-self: center;
  justify-content: space-between;
  gap: 10px;
  position: relative;
  padding: 10px 0px;
}
.header-menu-mobile li:hover .home-hover {
  display: block;
}

.header-menu-mobile li a {
  text-decoration: none;
  color: white;
}

.header-menu-mobile li a:hover {
  color: #f249b4;
  cursor: pointer;
}
.mobile-view > nav {
  width: 100%;
  display: flex;
  justify-content: end;
  padding: 10px 10px 0 0;
}
.x-mark-logo {
  width: 20px;
  height: 20px;
  top: 10px;
  right: 10px;
  fill: red;
}

.form {
  display: none;
  align-items: center;
  justify-content: center;
  position: relative;
}

.circle-x-logo {
  width: 20px;
  height: 20px;
  fill: red;
  position: absolute;
  cursor: pointer;
  top: 15px;
  right: 15px;
}

.sponsor-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  height: 400px;
  width: 300px;
  background-color: white;
}

.sponsor-form input {
  padding: 10px;
}

.sponsor-form button {
  border: 0;
  padding: 10px;
  border-radius: 5px;
  background-color: #f248b4;
  cursor: pointer;
}

.details-button{
  display: none;
  justify-content: space-evenly;
  align-items: center;
  padding: 100px 0 50px 0;
  overflow: hidden;
}

.details-button img{
  height: 80%;
  width: 50%;
  border-radius: 50px;
}

.details-button1 h3{
  text-align: center;
  padding: 20px;
}

.details-button1 p{
  padding: 5px;
}

.information{
  display: flex;
  align-items: center;
  justify-content: center;
}

.payment{
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 100px 50px;
}

.payment h2{
  padding: 20px;
}

.payment input{
  padding: 10px 50px 10px 5px ;
  margin: 5px;
}

.payment button{
  margin-top: 20px;
  color: white;
  background-color: #f248b4;
  padding: 10px;
  border: 0;
  cursor: pointer;
}












@media (max-width: 1150px) {
  .header nav ul {
    display: none;
  }
  .menu-logo {
    display: block;
  }

  .header-logo-contanier {
    display: none;
  }

  .header-menu {
    display: none;
  }
  .header-menu li a {
    display: none;
  }
  .blog-post2 {
    flex-direction: column;
  }
  .blogers1,
  .blogers2,
  .blogers3 {
    width: 75%;
    background-size: cover;
  }
  .speakers-person {
    flex-direction: column;
  }
  .speakers1,
  .speakers2,
  .speakers3,
  .speakers4 {
    width: 40%;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    min-width: 280px;
  }
}
@media (max-width: 1050px) {
  .list-of-sponsors {
    flex-wrap: wrap;
    margin-top: 0;
  }
  .sponsors1,
  .sponsors2,
  .sponsors3,
  .sponsors4,
  .sponsors5,
  .sponsors6,
  .sponsors7,
  .sponsors8 {
    margin-top: 30px;
  }
  .offical-sponsors {
    height: auto;
    padding: 20px;
  }
}
@media (max-width: 1000px) {
  .schedule-button button {
    margin-top: 0;
  }
  .event-timing {
    flex-direction: column;
    min-width: 230px;
    width: max-content;
    gap: 20px;
  }
  .tickets-details {
    height: auto;
    gap: 15px;
  }
  .footer1 {
    flex-direction: column;
  }
  .footer-section2,
  .footer-section1 {
    height: auto;
  }
  .footer-section2,
  .schedule-button {
    padding: 20px;
    flex-wrap: wrap;
  }
  .footer-page1,
  .footer-page2,
  .footer-page3,
  .footer-page4 {
    width: 100%;
    padding: 40px 40px;
    margin-top: 0;
  }
  .event-page1 {
    flex-wrap: wrap;
  }
  .tickets-details {
    padding: 15px;
  }
}
@media (max-width: 800px) {
  .details-button{
    flex-wrap: wrap;
    flex-direction: row;
    overflow-y: scroll;
  }
  .details-button img{
    height: 300px;
    width: 300px;
    border-radius: 20px;
  }
  .home-page {
    flex-wrap: wrap;
  }
  .offical-sponsors nav {
    flex-wrap: wrap;
  }
  .offical-sponsors nav button {
    margin-top: 20px;
  }
  .event-page {
    padding: 20px;
  }
  .tickets-details {
    flex-direction: column;
  }
}
@media (max-width: 500px) {
  .offical-sponsors nav h1,
  .home-page .home-firstpage h1 {
    font-size: 30px;
  }
}
@media (max-width: 400px) {
}





