@import "https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: Roboto, sans-serif;
  font-size: 1.1rem;
  line-height: 1.7;
}

body section .container {
  width: 70%;
  margin: 0 auto;
}

body section .banner_parent .banner {
  background: url("background.eba768ee.webp") center / contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  display: flex;
  position: relative;
  container: banner / size;
}

body section .banner_parent .banner .banner_content {
  background-color: #fff;
  border-radius: 30px;
  place-items: center;
  width: max(400px, 60%);
  height: max(200px, 40vh);
  padding: 55px 5px;
  display: flex;
  box-shadow: 0 0 10px #b1b1b1;
}

body section .banner_parent .banner .banner_content .content {
  text-align: center;
  border-right: 1px solid #eaeaea;
  flex-direction: column;
  align-items: center;
  width: 50%;
  margin: auto;
  display: flex;
}

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

body section .banner_parent .banner .banner_content .content .logo img {
  width: 100%;
}

body section .banner_parent .banner .banner_content .content h1 {
  color: #f05a28;
  width: 300px;
  margin: 0;
  font-size: clamp(.8rem, 3vw, 4rem);
  font-weight: bold;
  line-height: 1.2;
}

body section .banner_parent .banner .banner_content .content h3 {
  color: #2f4f4f;
  margin-bottom: 0;
  font-size: clamp(.8rem, 2vw, 2rem);
  font-weight: 300;
}

body section .banner_parent .banner .banner_content .content h4 {
  color: #2f4f4f;
  margin: 5px 0 max(20px, 3%);
  font-size: clamp(1rem, 1vw, 1.5rem);
  font-weight: 300;
}

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

body section .banner_parent .banner .banner_content .content a {
  cursor: pointer;
  width: 100%;
}

body section .banner_parent .banner .banner_content .content a button {
  color: #fff;
  cursor: pointer;
  background-color: #f05a28;
  border: none;
  border-radius: 15px;
  width: 100%;
  margin-top: 20px;
  padding: 20px 0;
  font-size: clamp(1rem, 1.2vw, 1.6rem);
  font-weight: bold;
}

body section .banner_parent .banner .banner_content .content a button:hover {
  background-color: #f03d01;
}

body section .banner_parent .banner .banner_content .content_two {
  width: 50%;
}

body section .banner_parent .banner .banner_content .content_two h3 {
  text-align: center;
}

body section .banner_parent .banner .banner_content .content_two h3:first-child {
  text-align: center;
  margin: 0;
  font-size: clamp(.8rem, 1.25vw, 2rem);
  font-weight: 400;
}

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

body section .banner_parent .banner .banner_content .content_two .heading {
  place-items: center;
  display: grid;
}

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

body section .banner_parent .banner .banner_content .content_two .button_container {
  flex-direction: column;
  align-items: center;
  display: flex;
}

body section .banner_parent .banner .banner_content .content_two .button_container a {
  place-items: center;
  width: 100%;
  margin: 10px 0;
  text-decoration: none;
  display: grid;
  position: relative;
}

body section .banner_parent .banner .banner_content .content_two .button_container a button {
  color: #f05a28;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #f05a28;
  border-radius: 40px;
  width: 60%;
  padding: 20px 0;
  font-size: clamp(.6rem, 1.2vw, 1.4rem);
  font-weight: bold;
}

body section .banner_parent .banner .banner_content .content_two .button_container a button:nth-child(2) {
  margin-top: 10px;
}

body section .banner_parent .banner .banner_content .content_two .button_container a button:hover {
  color: #fff;
  background-color: #f05a28;
}

body section .banner_parent .banner a {
  position: absolute;
  bottom: 5%;
}

body section .banner_parent .banner .down_arrow {
  cursor: pointer;
  background-color: #f05a28;
  border-radius: 50%;
  place-items: center;
  width: max(40px, 70%);
  height: max(40px, 3vh);
  margin-top: 30px;
  padding: 10px;
  display: grid;
}

body section .banner_parent .banner .down_arrow img {
  width: 70%;
}

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

body section .count_down_container .container {
  text-align: center;
  width: 60%;
}

body section .count_down_container .container .heading h2 {
  font-size: clamp(1rem, 1.7vw, 2rem);
  font-weight: 400;
}

body section .count_down_container .container .countdown .flexbox {
  justify-content: space-evenly;
  display: flex;
}

body section .count_down_container .container .countdown .flexbox h1 {
  color: #762877;
  margin-bottom: 0;
  font-size: clamp(2.5rem, 5vw, 5.5rem);
  line-height: 1;
}

body section .count_down_container .container .countdown .flexbox p {
  color: #00a69c;
  margin-top: 0;
}

body section .program_parent {
  background: url("pattern_1.976f109e.png") 100% / contain no-repeat;
  margin-top: 120px;
}

body section .program_parent .container {
  width: 70%;
  margin: auto;
}

body section .program_parent .container .heading {
  justify-content: center;
  align-items: flex-end;
  margin: 10px;
  display: flex;
}

body section .program_parent .container .heading h1 {
  text-align: center;
  color: #f05a28;
  margin: 0 20px;
  font-size: clamp(2.2rem, 3.5vw, 3.5rem);
  font-weight: bold;
  line-height: .7;
}

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

body section .program_parent .container .program_container {
  border: 3px solid #00a69c;
  border-radius: 30px;
  margin-top: 30px;
  overflow: hidden;
  container: program / inline-size;
}

body section .program_parent .container .program_container .header {
  color: #fff;
  text-align: center;
  background-color: #00a69c;
  font-size: clamp(1rem, 2vw, 2rem);
}

body section .program_parent .container .program_container .program_body {
  background-color: #ffffffcf;
  padding: 50px;
}

body section .program_parent .container .program_container .program_body .program_calender .program_flexbox {
  gap: 10px;
  display: flex;
}

body section .program_parent .container .program_container .program_body .program_calender .program_flexbox .flex {
  padding: 10px 0;
}

body section .program_parent .container .program_container .program_body .program_calender .program_flexbox .flex .mobile_time {
  color: #f05a28;
  display: none;
}

body section .program_parent .container .program_container .program_body .program_calender .program_flexbox .flex p {
  margin: 0;
  line-height: 1.5;
}

body section .program_parent .container .program_container .program_body .program_calender .program_flexbox .flex .placeholder {
  opacity: 0;
}

body section .program_parent .container .program_container .program_body .program_calender .program_flexbox .flex .dates {
  color: #f05a28;
}

body section .program_parent .container .program_container .program_body .program_calender .program_flexbox .flex:first-child {
  color: #f05a28;
  width: max(100px, 15%);
}

body section .program_parent .container .program_container .program_body .program_calender .program_flexbox .flex:first-child p {
  font-size: clamp(.8rem, 1vw, 1rem);
}

body section .program_parent .container .program_container .program_body .program_calender .program_flexbox .flex:nth-child(2) {
  flex-direction: column;
  align-items: center;
  display: flex;
}

body section .program_parent .container .program_container .program_body .program_calender .program_flexbox .flex:nth-child(2) .circle {
  background-color: #f05a28;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  margin-top: 4px;
}

body section .program_parent .container .program_container .program_body .program_calender .program_flexbox .flex:nth-child(2) .line {
  border-left: 1px solid #f05a28;
  width: 1px;
  height: 80px;
  margin-top: 10px;
}

body section .program_parent .container .program_container .program_body .program_calender .program_flexbox .flex:nth-child(3) {
  flex-grow: 1;
}

body section .program_parent .container .program_container .program_body .program_calender .program_flexbox .flex:nth-child(4) {
  color: #f05a28;
  cursor: pointer;
  place-items: center;
  font-size: 2rem;
  display: grid;
}

body section .program_parent .container .program_container .program_body .program_calender .program_flexbox .flex:nth-child(3) p {
  font-weight: 300;
}

body section .program_parent .container .program_container .program_body .program_calender .program_flexbox .flex:nth-child(3) p:nth-child(2) {
  font-weight: bold;
}

body section .accomodation_parent {
  background-image: url("pattern_2.69ac30e0.png");
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 30%;
  margin-top: 60px;
}

body section .accomodation_parent .container {
  width: 70%;
  margin: 0 auto;
}

body section .accomodation_parent .container .header {
  text-align: center;
  color: #f05a28;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

body section .accomodation_parent .container .header .acc_img {
  place-items: end;
  width: 6.1%;
  display: grid;
}

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

body section .accomodation_parent .container .header h1 {
  margin: 0 20px;
  font-size: clamp(2.2rem, 3.5vw, 3.5rem);
  font-weight: bold;
  line-height: .7;
}

body section .accomodation_parent .container .sub_header h2 {
  color: #00a69c;
  font-size: clamp(1rem, 2vw, 2.5rem);
  font-weight: bold;
}

body section .accomodation_parent .container .flexbox {
  display: flex;
}

body section .accomodation_parent .container .flexbox .flex {
  width: 50%;
  position: relative;
}

body section .accomodation_parent .container .flexbox .flex .content p:nth-child(2) span {
  color: #f05a28;
  font-weight: bold;
}

body section .accomodation_parent .container .flexbox .flex:nth-child(2) {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

body section .accomodation_parent .container .flexbox .flex .location {
  align-items: center;
  display: flex;
}

body section .accomodation_parent .container .flexbox .flex .location .icon {
  width: 20px;
}

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

body section .accomodation_parent .container .flexbox .flex .location p {
  margin-left: 10px;
}

body section .accomodation_parent .container .button_holder button {
  color: #fff;
  cursor: pointer;
  background-color: #f05a28;
  border: none;
  border-radius: 30px;
  margin-top: 30px;
  padding: 20px 30px;
  font-size: clamp(1rem, 1.3vw, 1.5rem);
  font-weight: bold;
}

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

body section .accomodation_parent .container .flights_parent .flight_header {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

body section .accomodation_parent .container .flights_parent .flight_header .flight_icon {
  place-items: center;
  width: 3.8%;
  display: grid;
}

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

body section .accomodation_parent .container .flights_parent .flight_header h1 {
  color: #f05a28;
  margin: 0 20px;
  font-size: clamp(2.2rem, 3.5vw, 3.5rem);
  line-height: .7;
}

body section .accomodation_parent .container .flights_parent .flight_content {
  color: #000;
  text-align: left;
}

body section .accomodation_parent .container .flights_parent .flight_content p:first-child {
  margin: 40px 0 30px;
}

body section .accomodation_parent .container .flights_parent .flight_content .flight_details {
  border: 1px solid #00a69c;
  border-radius: 30px;
  padding: 40px 0;
}

body section .accomodation_parent .container .flights_parent .flight_content .flight_details .flights {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

body section .accomodation_parent .container .flights_parent .flight_content .flight_details .flights .line {
  border-top: 1px solid #b0b0b0;
  width: 10%;
  margin: 0 20px;
}

body section .accomodation_parent .container .flights_parent .flight_content h2 {
  color: #00a69c;
  text-align: center;
  margin: 0;
  font-size: clamp(1rem, 2vw, 2.5rem);
  font-weight: 500;
}

body section .accomodation_parent .container .flights_parent .flight_content .flight_flexbox {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

body section .accomodation_parent .container .flights_parent .flight_content .flight_flexbox p {
  margin: 0 0 0 30px;
}

body section .visa_parent {
  background-image: url("pattern_3.7bd7676f.png");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 60px;
}

body section .visa_parent .container .header {
  text-align: center;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  container: visa / inline-size;
}

body section .visa_parent .container .header .visa_icon {
  align-items: flex-end;
  width: 2.7%;
  display: flex;
}

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

body section .visa_parent .container .header h1 {
  color: #f05a28;
  margin: 0 20px;
  font-size: clamp(2.2rem, 3.5vw, 3.5rem);
  font-weight: bold;
  line-height: .7;
}

body section .visa_parent .container .button_holder {
  border-bottom: 1px solid #00a69c;
  padding: 30px 0;
}

body section .visa_parent .container .button_holder button {
  color: #00a69c;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #00a69c;
  border-radius: 30px;
  padding: 20px 40px;
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  transition: all .3s;
}

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

body section .visa_parent .container .button_holder button:hover {
  color: #fff;
  background-color: #00a69c;
}

body section .visa_parent .container .details h2 {
  color: #f05a28;
  margin-top: 40px;
}

body section .visa_parent .container .details b {
  color: #f05a28;
}

body section .visa_parent .container .details p:first-child {
  font-weight: bold;
}

:is(body section .visa_parent .container .details p:nth-child(5), body section .visa_parent .container .details p:nth-child(10), body section .visa_parent .container .details p:nth-child(11)) {
  color: #00a69c;
  align-items: center;
  gap: 10px;
  display: flex;
}

:is(body section .visa_parent .container .details p:nth-child(5), body section .visa_parent .container .details p:nth-child(10), body section .visa_parent .container .details p:nth-child(11)) img {
  width: 2%;
}

:is(body section .visa_parent .container .details p:nth-child(5), body section .visa_parent .container .details p:nth-child(10), body section .visa_parent .container .details p:nth-child(11)) a {
  color: #00a69c;
}

body section .visa_parent .container .details ol {
  padding-left: 15px;
  line-height: 2;
}

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

body section .visa_parent .container .details span {
  color: #f05a28;
  font-weight: bold;
}

body section :is(.weather_parent, .what-to-pack_parent) {
  margin-top: 60px;
}

body section :is(.weather_parent, .what-to-pack_parent) .container .heading {
  justify-content: center;
  align-items: flex-end;
  gap: 15px;
  display: flex;
}

body section :is(.weather_parent, .what-to-pack_parent) .container .heading .weather_icon {
  place-items: center;
  width: 4.5%;
  display: grid;
}

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

body section :is(.weather_parent, .what-to-pack_parent) .container .heading .pack_icon {
  place-items: center;
  width: 2.3%;
  display: grid;
}

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

body section :is(.weather_parent, .what-to-pack_parent) .container .heading h1 {
  color: #f05a28;
  margin: 0;
  font-size: clamp(2.2rem, 3.5vw, 3.5rem);
  line-height: .7;
}

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

body section .speakers_parent .container .header {
  text-align: center;
}

body section .speakers_parent .container .header h1 {
  color: #f05a28;
  font-size: clamp(1rem, 2.5vw, 2.5rem);
  font-weight: bold;
}

body section .speakers_parent .container .flexbox {
  justify-content: space-between;
  gap: 20px;
  display: flex;
}

body section .speakers_parent .container .flexbox .speaker {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 25%;
  display: flex;
}

body section .speakers_parent .container .flexbox .speaker .speaker_img {
  aspect-ratio: auto 1;
  background-image: url("https://img.freepik.com/free-photo/portrait-young-man-isolated_23-2149158608.jpg?t=st=1716281778~exp=1716285378~hmac=6d818f18bc8cefeeaeff4b91e8d6eed21846401534476e5ef7cb50e7f898fcc1&w=740");
  background-size: cover;
  border: 2px solid #00a69c;
  border-radius: 20px;
  width: 100%;
}

body section .speakers_parent .container .flexbox .speaker .details {
  margin: 20px 0;
}

body section .speakers_parent .container .flexbox .speaker .details h3, body section .speakers_parent .container .flexbox .speaker .details p {
  margin: 0;
}

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

body section footer .complete_registration {
  border-top: 1px solid #f05a28;
  width: 100%;
  padding: 60px 0;
}

body section footer .complete_registration .container {
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  display: flex;
}

body section footer .complete_registration .container h1 {
  color: #f05a28;
  margin: 0;
  font-size: clamp(1.5rem, 1.8vw, 1.8rem);
}

body section footer .complete_registration .container button {
  color: #f05a28;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #f05a28;
  border-radius: 40px;
  padding: 25px 40px;
  font-size: clamp(.9rem, 1.3vw, 1.5rem);
  font-weight: bold;
}

body section footer .complete_registration .container button:hover {
  color: #fff;
  background-color: #f05a28;
}

body section footer .inquiries_section {
  text-align: center;
  background-color: #f05a28;
}

body section footer .inquiries_section h1 {
  color: #fff;
  margin: 0;
  padding: 20px 0;
}

body section footer .inquiries_section h1 a {
  color: #fff;
  text-decoration: none;
}

body section footer .footer_parent {
  background-color: #00a69c;
  padding: 80px 0;
}

body section footer .footer_parent .container .flexbox {
  color: #fff;
  align-items: center;
  gap: 20px;
  display: flex;
}

body section footer .footer_parent .container .flexbox .flex .logo {
  background-color: #fff;
  border-radius: 50%;
  place-items: center;
  width: 150px;
  height: 150px;
  display: grid;
  position: relative;
}

body section footer .footer_parent .container .flexbox .flex .logo img {
  width: 60%;
  position: absolute;
}

body section footer .footer_parent .container .flexbox .flex:nth-child(2) p {
  width: 60%;
  font-size: .9rem;
}

body section footer .footer_parent .container .flexbox .flex:nth-child(3) {
  flex-direction: column;
  align-items: center;
  width: 70%;
  display: flex;
}

body section footer .footer_parent .container .flexbox .flex:nth-child(3) .socials ul {
  justify-content: center;
  gap: 15px;
  margin: 0;
  padding-left: 0;
  list-style-type: none;
  display: inline-flex;
}

body section footer .footer_parent .container .flexbox .flex:nth-child(3) .socials ul a {
  aspect-ratio: auto 1;
  width: 25%;
}

body section footer .footer_parent .container .flexbox .flex:nth-child(3) .socials ul a li img {
  width: 100%;
}

body section footer .footer_parent .container .flexbox .flex:nth-child(3) .socials ul a li:first-child {
  padding-left: 0;
}

body section footer .footer_pattern {
  background-image: url("background.cc312e9e.png");
  width: 100%;
  height: 50px;
}
/*# sourceMappingURL=index.a097447b.css.map */
