@media screen and (width >= 1920px) {
  body section p {
    font-size: 1.2rem !important;
  }

  body section .container {
    width: 60% !important;
  }
}

@media (width <= 1500px) {
  body section .program_parent {
    margin-top: 80px;
  }
}

@media screen and (width <= 1367px) {
  body section .container {
    width: 75% !important;
  }

  body section .banner_parent .banner .banner_content .content h1 {
    width: 200px;
    font-size: clamp(.8rem, 2.5vw, 3rem);
  }

  body section .banner_parent .banner .banner_content .content h4 {
    margin-bottom: 10px;
  }

  body section .banner_parent .banner .banner_content .content button {
    margin-top: 10px;
    padding: 15px 0;
    font-size: .9rem;
  }
}

@media screen and (width <= 1025px) {
  body p {
    font-size: .9rem;
  }

  body section .container {
    width: 85% !important;
  }

  body section .banner_parent .banner .banner_content .content .logo {
    width: max(240px, 60%);
  }

  body section .banner_parent .banner .banner_content .content h1 {
    width: 200px;
    font-size: clamp(.8rem, 2.5vw, 3rem);
  }

  body section .banner_parent .banner .banner_content .content p {
    font-size: .7rem;
  }

  body section .banner_parent .banner .banner_content .content h4 {
    margin-bottom: 10px;
  }

  body section .banner_parent .banner .banner_content .content a button {
    margin-top: 10px;
    padding: 15px 0;
    font-size: .9rem;
  }

  body section .banner_parent .banner .banner_content .content_two .button_container button {
    padding: 15px 0;
  }
}

@media screen and (width <= 500px) {
  body section .container {
    width: 90% !important;
  }

  body section h1 {
    font-weight: bold !important;
  }

  body section .banner_parent .banner {
    background-size: 200%;
  }

  body section .banner_parent .banner a {
    bottom: 1%;
  }

  body section .banner_parent .banner .banner_content {
    flex-direction: column;
    justify-content: center;
    width: max(340px, 90%);
    height: max(470px, 55dvh);
  }

  body section .banner_parent .banner .banner_content .content {
    border: none;
    border-bottom: 1px solid gray;
    width: 80%;
    margin: 0 auto;
  }

  body section .banner_parent .banner .banner_content .content .logo {
    padding-bottom: 10px;
  }

  body section .banner_parent .banner .banner_content .content_two {
    width: 100%;
    padding-top: 15px;
  }

  body section .banner_parent .banner .banner_content .content_two .heading h3 {
    width: 90%;
  }

  body section .banner_parent .banner .banner_content .content_two h3:first-child {
    font-size: clamp(.9rem, 1.25vw, 2rem);
  }

  body section .banner_parent .banner .banner_content .content_two h3:nth-child(2) {
    color: #f05a28;
    font-size: clamp(.9rem, 1.3vw, 2rem);
  }

  body section .banner_parent .banner .banner_content .content_two .button_container a button {
    font-size: clamp(.9rem, 1.2vw, 1.4rem);
  }

  body section .count_down_container {
    margin-top: 80px;
  }

  body section .count_down_container .container .countdown .flexbox {
    justify-content: space-between;
  }

  body section .program_parent {
    margin-top: 50px;
  }

  body section .program_parent .container .heading img {
    width: 6.5%;
  }

  body section .program_parent .container .heading h1 {
    margin: 0 10px;
    font-size: clamp(1.8rem, 2.5vw, 2.5rem);
  }

  body section .program_parent .container .program_container .header {
    font-size: clamp(1.5rem, 2vw, 2rem);
  }

  body section .program_parent .container .program_container .program_body {
    padding: 50px 30px;
  }

  body section .program_parent .container .program_container .program_body .program_calender .program_flexbox .flex:first-child {
    display: none;
  }

  body section .program_parent .container .program_container .program_body .program_calender .program_flexbox .flex .mobile_time {
    font-weight: bold;
    display: block;
  }

  body section .accomodation_parent {
    margin-top: 50px;
  }

  body section .accomodation_parent .container .header h1 {
    margin: 0 10px;
    font-size: clamp(2.1rem, 2.5vw, 2.5rem);
  }

  body section .accomodation_parent .container .header .acc_img {
    width: 12%;
  }

  body section .accomodation_parent .container .sub_header h2 {
    text-align: center;
  }

  body section .accomodation_parent .container .flexbox {
    flex-direction: column;
  }

  body section .accomodation_parent .container .flexbox .flex {
    width: 100%;
  }

  body section .accomodation_parent .container .flexbox .flex:nth-child(2) {
    z-index: -1;
    justify-content: center;
    height: 250px;
    position: relative;
  }

  body section .accomodation_parent .container .flexbox .flex:nth-child(2) img {
    width: 80%;
  }

  body section .accomodation_parent .container .flights_parent {
    margin-top: 60px;
  }

  body section .accomodation_parent .container .flights_parent .flight_header .flight_icon {
    width: 7.5%;
  }

  body section .accomodation_parent .container .flights_parent .flight_header h1 {
    margin: 0 10px;
  }

  body section .accomodation_parent .container .flights_parent .flight_content .flight_flexbox {
    gap: 10px;
    margin: 0 5px;
  }

  body section .accomodation_parent .container .flights_parent .flight_content .flight_flexbox div {
    width: 30%;
  }

  body section .accomodation_parent .container .flights_parent .flight_content .flight_flexbox p {
    margin: 0;
    font-size: .8rem;
  }

  body section .accomodation_parent .container .flights_parent .flight_content .flight_details .flights .line {
    width: 5%;
  }

  body section .accomodation_parent .container .button_holder {
    place-items: center;
    display: grid;
  }

  body section .accomodation_parent .container .button_holder button {
    margin-top: 0;
  }

  body section .visa_parent {
    margin-top: 50px;
  }

  body section .visa_parent .container .header {
    gap: 5px;
  }

  body section .visa_parent .container .header .visa_icon {
    width: 5.5%;
  }

  body section .visa_parent .container .header h1 {
    margin: 0 5px;
  }

  body section .visa_parent .container .details ol {
    padding-left: 20px;
  }

  body section .visa_parent .container .details ol li {
    padding-left: 5px;
    font-size: .9rem;
  }

  body section .visa_parent .container .details h2 {
    text-align: center;
  }

  body section .visa_parent .container .button_holder button {
    padding: 10px;
    font-size: .8rem;
  }

  body section .visa_parent .container .button_holder button:nth-child(2) {
    margin: 0;
  }

  body section :is(.weather_parent, .what-to-pack_parent) .container .heading {
    gap: 10px;
  }

  body section :is(.weather_parent, .what-to-pack_parent) .container .heading .weather_icon {
    width: 10%;
  }

  body section :is(.weather_parent, .what-to-pack_parent) .container .heading .pack_icon {
    width: 4.7%;
  }

  body section .speakers_parent {
    margin-top: 50px;
  }

  body section .speakers_parent .container {
    width: 70% !important;
  }

  body section .speakers_parent .container .header h1 {
    font-size: clamp(1.8rem, 2.5vw, 2.5rem);
  }

  body section .speakers_parent .container .flexbox {
    flex-direction: column;
  }

  body section .speakers_parent .container .flexbox .speaker {
    width: 100%;
  }

  body section footer {
    margin-top: 50px;
  }

  body section footer .complete_registration {
    padding: 40px 0;
  }

  body section footer .complete_registration .container {
    flex-direction: column;
    gap: 20px;
  }

  body section footer .complete_registration .container button {
    padding: 20px 40px;
  }

  body section footer .footer_parent .container .flexbox {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  body section footer .footer_parent .container .flexbox .flex:nth-child(2) p {
    width: 80%;
  }

  body section footer .footer_parent .container .flexbox .flex:nth-child(3) {
    align-items: flex-start;
  }

  body section footer .footer_parent .container .flexbox .flex:nth-child(3) .socials ul {
    justify-content: flex-start;
  }
}

@container program (width < 1100px) {
  body section .program_parent .container .program_container .header {
    font-size: clamp(1rem, 2vw, 2.5rem);
    font-weight: bold;
  }

  body section .program_parent .container .program_container .program_body .program_calender .program_flexbox .flex p {
    font-size: .9rem;
  }

  body section .program_parent .container .program_container .program_body .program_calender .program_flexbox .flex:nth-child(2) .line {
    height: 50px;
  }
}

@container banner (height > 1023px) and (width <= 1367px) {
  body section .banner_parent .banner .banner_content {
    width: max(600px, 60%);
    height: max(200px, 25vh);
  }

  body section .banner_parent .banner .banner_content .content .logo {
    width: max(200px, 40%);
  }
}

@container visa (width < 387px) {
  body section .visa_parent .container .header h1 {
    font-size: clamp(1.7rem, 7.5vw, 3.5rem);
  }
}
/*# sourceMappingURL=index.94204eff.css.map */
