@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

* {
  color: #fff;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  font-family: "Poppins", sans-serif;
}

main {
  background-color: #001020;
}
main .main1 {
  padding: 2rem 1.5rem;
  padding-bottom: 2rem;
  display: grid;
  gap: 1.5rem;
}
main .main1 .m1Text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
main .main1 .m1Text P:first-child {
  font-weight: 700;
  color: #3b82f6;
  font-size: 1.2rem;
}
main .main1 .m1Text h1 {
  font-size: 2.5rem;
  font-weight: 600;
  text-transform: capitalize;
}
main .main1 .m1Text p:last-child {
  color: rgba(255, 255, 255, 0.4392156863);
  font-size: 1.2rem;
}
main .main1 .m1Text > div {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
main .main1 .m1Text > div button {
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 3rem;
  border-radius: 8px;
  border: 2px solid #3b82f6;
  background-color: #3b82f6;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
}
main .main1 .m1Text > div > button:nth-child(2) {
  background-color: #000;
  color: #3b82f6;
}
main .main1 .m1Text > div > button:nth-child(2) i {
  color: #3b82f6;
}
main .main1 .images {
  display: none;
}
main .main2 {
  background-color: #0c1b2c;
  padding: 2rem 1.5rem;
}
main .main2 .m2Img {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}
main .main2 .m2Img img {
  border-radius: 20px;
  width: 100%;
}
main .main2 .m2Img .slider {
  display: flex;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  width: 100%;
  padding: 0 15%;
  scroll-padding: 0 15%;
  gap: 2rem;
}
main .main2 .m2Img .slider .small {
  flex: 0 0 70%;
  scroll-snap-align: center;
  -o-object-fit: cover;
     object-fit: cover;
}
main .main2 .m2text {
  display: grid;
  gap: 1.5rem;
}
main .main2 .m2text h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
main .main2 .m2text p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  color: rgba(197, 226, 255, 0.4431372549);
}
main .main2 .m2text button {
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 3rem;
  border-radius: 8px;
  border: 2px solid #3b82f6;
  background-color: rgba(0, 0, 0, 0);
  color: #3b82f6;
  font-size: 1.2rem;
  font-weight: 600;
}
main .main3 {
  width: 100%;
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}
main .main3 h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
main .main3 .speakers {
  display: grid;
  gap: 3rem;
}
main .main3 .speakers .img {
  display: grid;
  gap: 0.5rem;
}
main .main3 .speakers .img img {
  width: 100%;
  border-radius: 0.6rem;
}
main .main3 .speakers .img > h5 {
  font-size: 2rem;
  font-weight: 500;
}
main .main3 .speakers .img > p {
  color: rgba(220, 225, 231, 0.6078431373);
  font-size: 1.2rem;
  font-weight: 300;
}
main .main3 .m3Bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  text-align: center;
}
main .main3 .m3Bottom h3 {
  font-size: 2rem;
  font-weight: 500;
}
main .main3 .m3Bottom p {
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.4509803922);
}
main .main3 .m3Bottom .m3bImage {
  width: 100%;
  display: grid;
  grid-template-rows: repeat(2, minmax(100px, auto));
}
main .main3 .m3Bottom .m3bImage > div:first-child {
  padding: 1rem;
  background-color: #3b82f6;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
  justify-content: center;
}
main .main3 .m3Bottom .m3bImage > div:first-child img {
  width: 85%;
}
main .main3 .m3Bottom .m3bImage > div:last-child {
  padding: 1rem;
  background-color: #47c4fe;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
  justify-content: center;
}
main .main3 .m3Bottom .m3bImage > div:last-child .m3bText {
  display: grid;
  gap: 1rem;
  border-radius: 20px;
  width: 90%;
  padding: 2rem 1rem;
  text-align: left;
  background-color: #1a1818;
}
main .main3 .m3Bottom .m3bImage > div:last-child .m3bText h4 {
  font-size: 1.8rem;
  font-weight: 500;
}
main .main3 .m3Bottom .m3bImage > div:last-child .m3bText div {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}
main .main3 .m3Bottom .m3bImage > div:last-child .m3bText div h5 {
  font-size: 1.5rem;
  font-weight: 500;
}
main .main3 .m3Bottom .m3bImage > div:last-child .m3bText div p {
  font-size: 1.3rem;
  font-weight: 300;
}
main .main3 .m3Bottom .m3bImage > div:last-child .m3bText p {
  font-size: 1rem;
}
main .main3 .m3Bottom .m3bImage > div:last-child .m3bText button {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #3b82f6;
  padding: 1.5rem 4rem;
  font-size: 1.4rem;
  border-radius: 1rem;
}
main .main4 {
  background-color: #0c1b2c;
  padding: 2rem 3rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
main .main4 h3 {
  font-size: 2rem;
  font-weight: 500;
}
main .main4 p {
  font-size: 1.3rem;
  color: rgba(218, 218, 218, 0.5137254902);
}
main .main4 .stats {
  display: grid;
  gap: 2rem;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
main .main4 .stats h4 {
  font-size: 1.8rem;
  font-weight: 500;
}
main .main4 .stats p {
  font-size: 1.1rem;
}
main .main4 img {
  width: 100%;
  border-radius: 2rem;
}
main .main5 {
  padding: 2rem 1.5rem;
  display: grid;
  gap: 1.8rem;
}
main .main5 h4 {
  text-align: center;
  font-size: 1.5rem;
}
main .main5 .mDate {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
main .main5 .mDate .date:hover {
  border: 1px solid #0c1b2c;
  background-color: #0c1b2c;
}
main .main5 .mDate .date {
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem 2rem;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  flex-direction: column;
  border: 1px solid #47c4fe;
}
main .main5 .mDate .date h3 {
  font-size: 2.3rem;
  font-weight: 300;
}
main .main5 .mDate .date h3,
main .main5 .mDate .date p {
  color: rgba(218, 218, 218, 0.5137254902);
}
main .main5 .m5Bottom {
  border: 1px solid #435972;
  border-radius: 2rem;
  padding: 1.4rem 2rem;
  display: grid;
  gap: 1.4rem;
}
main .main5 .m5Bottom h3 {
  font-size: 1.5rem;
  font-weight: 500;
}
main .main5 .m5Bottom hr {
  background-color: #3714ff;
}
main .main5 .m5Bottom .m5bImg {
  display: flex;
  align-items: center;
}
main .main5 .m5Bottom .m5bImg img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transition: transform 0.5s ease;
}
main .main5 .m5Bottom .m5bImg img:nth-child(2) {
  margin-left: -10px;
}
main .main5 .m5Bottom .guest {
  display: grid;
  gap: 0.4rem;
}
main .main5 .m5Bottom .guest p:first-child {
  color: #435972;
}
main .main5 .m5Bottom .guest p:nth-child(2) {
  font-size: 1rem;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}
main .main5 .m5Bottom .guest BUTTON {
  color: #3b82f6;
  border: 2px solid #3b82f6;
  width: -moz-fit-content;
  width: fit-content;
  background-color: transparent;
  border-radius: 0.4rem;
  padding: 0.6rem 2rem;
}
main .main5 .m5Bottom #guest {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
main .main5 .m5Bottom {
  /* Cool hover effect: spread them out when hovering */
}
main .main5 .m5Bottom .m5bImg:hover img:nth-child(2) {
  margin-left: 5px;
}
main .main6 {
  display: grid;
  gap: 2rem;
  padding: 2rem 1.5rem;
  background-color: #0c1b2c;
}
main .main6 h3 {
  font-size: 1.9rem;
  font-weight: 500;
}
main .main6 p {
  color: #435972;
}
main .main6 .attendees {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  flex-direction: row;
}
main .main6 .attendees img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
main .main6 .attendees P {
  color: white;
}
main .main6 .attendees i {
  color: goldenrod;
}

@media (min-width: 1000px) {


  /* v */
  main .main1 {
    height: 100vh;
    display: grid;
    place-items: center;
    grid-template-columns: 1fr 1.3fr;
    grid-template-areas: "m1left m1right";
  }
  main .main1 .m1Text {
    grid-area: m1left;
  }
  main .main1 .m1Text .button {
    display: flex;
    flex-direction: row;
  }
  main .main1 .images {
    position: relative;
    grid-area: m1right;
    display: grid;
    gap: 1rem;
    place-items: center;
    grid-template-columns: 1fr 1fr;
  }
  main .main1 .images .left {
    position: absolute;
    border-top-left-radius: 167px;
    border-bottom-right-radius: 167px;
    background-color: #3b82f6;
    right: 1rem;
  }
  main .main1 .images .right {
    left: 1rem;
    top: -9rem;
    position: absolute;
    border-bottom-left-radius: 167px;
    border-top-right-radius: 167px;
    background-color: #47c4fe;
  }
  main .main2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    place-items: center;
  }
  main .main2 .m2Img {
    height: 80%;
  }
  main .main2 .m2Img .slider {
    width: 80%;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    height: 20%;
    scrollbar-width: thin;
    cursor: grab;
  }
  main .main3 .speakers {
    display: flex;
  }
  main .main3 .m3bImage {
    width: 70%;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  main .main3 .m3bImage > div:first-child {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0;
  }
  main .main3 .m3bImage > div:last-child {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0 !important;
  }
  main .main3 .m3bImage > div:last-child .m3bText {
    border-radius: 20px;
  }
  main .main4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  main .main4 .m4Text {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
  }
  main .main4 .m4Text .stats {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}/*# sourceMappingURL=anant.css.map */

.white{
    height: 30px;
    width: 25px;
    position: relative;
}

.navbar{
    position: sticky;
    top: 0px;
    height: 100px;
    display: flex;
    justify-content: space-around;
    align-items: center;
   background-color: #011120;
   
    padding: 15px;
}
.navbar.scrolled{
    background-color: #113151;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}


.list ul{
    list-style: none;
    display: flex;
    gap: 30px;
}

.list ul li a{
    text-decoration: none;
    color: white;
    font-size: 18px;
}

.list ul li a:hover{
   color: #1e66f5;
}

/* Dropdown */
.dropdown{
  position: relative;
}

.dropdown-menu{
  position: absolute;
  top: 120%;
  left: 0;
  min-width: 190px;

  background: #061f33;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  padding: 10px 0;

  list-style: none;

  /* ✅ important */
  display: flex;
  flex-direction: column;

  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 999;
}

.dropdown:hover .dropdown-menu{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-menu li a{
  display: block;
  padding: 10px 18px;
  color: #fff;
  text-decoration: none;
  font-size: 15px;

  /* ✅ keep text in one line */
  white-space: nowrap;
}

.dropdown-menu li a:hover{
  background: rgba(30,102,245,0.15);
  color: #1e66f5;
}

.buttons{
    display: flex;
    gap: 10px;
}

.SignUp{
  position: relative;
  padding: 12px 30px;
  background-color: #1e66f5;
  border: 2px solid #1e66f5;
  border-radius: 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
}
.SignUp::before{
  content: "";
  position: absolute;
  inset: 0;
  background: #011120;
  transform: translateY(-100%);
  transition: transform 0.4s ease;
  z-index: -1;
}
.SignUp:hover::before{ transform: translateY(0); }
.SignUp:hover{ color: #1e66f5; }

.SignIn{
  position: relative;
  padding: 12px 30px;
  background-color: #011120;
  border: 2px solid #1e66f5;
  color: #1e66f5;
  border-radius: 15px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
}
.SignIn::before{
  content: "";
  position: absolute;
  inset: 0;
  background: #1e66f5;
  transform: translateY(-100%);
  transition: transform 0.4s ease;
  z-index: -1;
}
.SignIn:hover::before{ transform: translateY(0); }
.SignIn:hover{ color: white; }




.hamburger{
    display: none;
    font-size: 28px;
    cursor: pointer;
    color: white;
}


.overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.overlay.active{
    opacity: 1;
    visibility: visible;
}

@media screen and (max-width:1100px){
.navbar{
    justify-content: space-between;
}
.footerend{
    color: #ffffff;
    
    text-align: center;
    display: grid;
    grid-template-columns: 1fr ;
}
.footersubs{
     display: grid;
   
    grid-template-columns: 1fr;
}

.white{
    margin-left: auto;
    margin-right: 15px;
}
    .hamburger{
        display: block;
    }
    

    .list{
        position: fixed;
        top: 0;
        right: -250px;
        height: 100vh;
        width: 250px;
        background-color: #0f2235;
        transition: right 0.3s ease;
        padding-top: 60px;
        z-index: 1000;
    }

    .list.active{
        right: 0;
    }

    .list ul{
        flex-direction: column;
    }

    .list ul li a{
        text-align: center;
        display: block;
       
    }

    .buttons{
       position: fixed;
    right: -100%;
    bottom: 25px;
    width: 270px;
    padding: 0 18px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: right 0.3s ease;
    z-index: 10000;
    }

    .buttons.active{
        right: 0;
    }

    .buttons button{
        width: 100%;
        margin-bottom: 10px;
    }
    .MainFooter{
        grid-template-columns: 1fr 1fr ;
        gap: 30px;
        text-align: center;
    }

    .MainFooter div:last-child{
        justify-content: start;
    }
    .ticket{
        display: none;
    }
    .footertop{
        display: grid;
        grid-template-columns: 1fr;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 2rem;
    }
  }

  .footertop{
   background-color: #067df3;
    border-radius: 15px;
    margin: 5rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    overflow: hidden; /* prevents overflow */
}
.footert{
   
    text-align: center;
    align-content: center;
    justify-content: center; 
    

}
.footert h1{
    font-size: 40px;
    color: #ffffff;
}
.footert button{
    margin-top: 2rem;
    width: 200px;
    height: 40px;
    padding: 8px 16px;
    border: 1px solid #46c4ff;
    border-radius: 5px;
    
    background-color: #46c4ff;
    color: #ffffff;
    cursor: pointer;
}
.footert button:hover{
    background-color: transparent;
}
.MainFooter{
    background-color: #0f2235;
    
    padding: 20px 40px;

    display: grid;
    grid-template-columns: 1fr 1fr 1fr;

    align-items: center;

}
.MainFooter div:last-child{

    display: flex;
    gap: 15px;
    justify-content: flex-end;
}

.MainFooter div:last-child img{
    width: 30px;
    cursor: pointer;
}

.footerlist ul{
    list-style: none;
    display: flex;
    gap: 30px;
}

.footerlist ul li a{
    text-decoration: none;
    color: white;
    font-size: 18px;
}
.ticket{
    width: 100%;
    height: auto;
    max-width: 100%;
    object-fit: contain;
   
}
hr {
  border: none; /* Removes default border and 3D effect */
  height: 0.5px; /* Sets the thickness of the line */
  background-color: #46c4ff; /* Sets the color of the line */
  width: 90%; /* Sets the width (optional, default is 100%) */
  margin: 15px auto; /* Centers the line and adds vertical spacing */
}
.footerend{
    color: #ffffff;
    padding-top: 2rem;
    padding-bottom: 3rem;
    text-align: center;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.footersubs{
     display: grid;
     justify-content: space-around;
     grid-template-columns: 1fr 1fr;
}
@media screen and (max-width:900px){
.MainFooter{
        grid-template-columns: 1fr  ;
        gap: 20px;
        text-align: center;
    }

    .MainFooter div:last-child{
        justify-content: start;
    }
    
    

}

@media(max-width:480px){

.card{
    min-width: 120px;
    height: 90px;
}
.footerlist ul{
    flex-direction: column;
    align-items: center;
  }

  .footerlist {
    padding: 10px;
  }


}  