@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

@font-face {
  font-family: AvenirRegular;
  src: url(https://s3.amazonaws.com/us.inevent.landing/11430/82166/1303/Avenir-Regular.ttf);
}

@font-face {
  font-family: RocaOne;
  src: url(https://s3.amazonaws.com/us.inevent.landing/11430/82166/1303/RocaOne-Rg.ttf);
}

body {
  margin: 0;
  padding: 0;
  background-color: #323a73;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Montserrat", serif !important;
}

body.overflow {
  overflow: hidden !important;
}

h1,
h2,
h3,
h4,
h6 {
  text-transform: none !important;
}

h2,
p {
  margin: 0;
}

a {
  text-decoration: none;
}

img {
  height: revert-layer !important;
}

/* nav style */
.navbar {
  background-color: #323a73;
  font-family: AvenirRegular !important;
  font-weight: 600;
}

.navbar .navbar-brand img {
  width: 100px;
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link,
.nav-link {
  color: #fff !important;
  margin: 0px 12px 0px 0px;
  z-index: 999;
  position: relative;
}

.nav-link {
  font-size: 18px !important;
}

.navbar-text {
  font-size: 20px;
}

.navbar-toggler {
  background-color: #fff !important;
}

/* main */
.main_home .main {
  padding: 16px 0px 0;
  background-color: #323a73;
  text-align: center;
  display: flex;
  justify-content: space-between;
  margin-top: -2px;
}

.main_home .main_content {
  margin-left: 200px;
  display: flex;
  flex-direction: column;
  margin-top: 35px;
}

.main_home .main .main_img img {
  height: 740px !important;
  max-width: 800px;
  width: 100%;
  object-fit: cover;
  clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 100% 99%, 100% 100%, 74% 100%, 48% 100%, 0% 100%);
}

.main_home .main .title {
  font-size: 60px;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 25px;
  font-family: RocaOne !important;
}

/* Styling for the rotating text */
.rotating-text {
  display: inline-block;
  position: relative;
  height: 1em;
  /* Adjust based on font size */
  vertical-align: top;
  border-bottom: 5px solid;
  width: 35%;
  min-width: 300px;
  margin: 0px auto;
  padding-bottom: 90px;
  font-family: "Montserrat", serif !important;
}

.rotating-text span {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  animation: rotate-text 8s linear infinite;
  opacity: 0;
}

.rotating-text span:nth-child(1) {
  animation-delay: 0s;
}

.rotating-text span:nth-child(2) {
  animation-delay: 2s;
  /* Adjust timing for smooth transition */
}

.rotating-text span:nth-child(3) {
  animation-delay: 4s;
}

.rotating-text span:nth-child(4) {
  animation-delay: 6s;
}

@keyframes rotate-text {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }

  10% {
    opacity: 1;
    transform: translateY(0);
  }

  30% {
    opacity: 1;
    transform: translateY(0);
  }

  40% {
    opacity: 0;
    transform: translateY(-100%);
  }

  100% {
    opacity: 0;
    transform: translateY(-100%);
  }
}

/* Optional: Styling the title for better visuals */
.main_home .main p,
.main_home .main span {
  color: #ffffff;
  font-size: 40px;
}

.main_home p.details {
  margin-top: 1.5rem;
  font-size: 24px;
  color: #f6f4f1;
  font-family: AvenirRegular;
  font-weight: 700;
}

.main_home .main .buttons {
  margin-top: 10px;
  margin-bottom: 20px;
}

.main_home .main .btn {
  background-color: #ffffff;
  color: #306a69;
  padding: 0.8rem 1.5rem;
  border-radius: 30px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  margin: 0.5rem;
  transition: all 0.3s ease;
}

.main_home .btn:hover {
  transform: scale(1.05);
}

/* belong_here */
.main_home .belong_here {
  background-color: #6d76b1 !important;
}

.main_home .belong_here p {
  font-size: 18px;
  color: #f6f4f1;
}

.main_home .belong_here h5 {
  font-size: 18px;
  color: #f6f4f1;
  font-weight: 700;
  text-transform: uppercase;
  font-family: AvenirRegular !important;
}

.main_home .belong_here .title {
  color: #ffffff;
  font-size: 125px;
  letter-spacing: 0.201em;
  text-transform: uppercase !important;
}

.main_home .belong_here .sec1-txt {
  z-index: 1;
  margin-left: -40px;
}

.main_home .belong_here .sec1-img {
  margin-top: -60px;
  margin-left: -20px;
}

.main_home .belong_here .sec1-img img {
  width: 100%;
}

/* who_attend */
.main_home .who_attend {
  padding: 40px;
  background-color: #6d76b1;
  margin-top: -2px;
  padding-bottom: 100px;
}

.main_home .who_attend h2 {
  font-size: 48px;
  margin-bottom: 30px;
  color: #ffffff;
  letter-spacing: 0.201em;
  text-transform: uppercase !important;
  margin-top: 25px;
}

.main_home .who_attend p {
  color: #f9f9f9;
  font-size: 18px;
}

.main_home .who_attend .card {
  padding: 20px;
  border-radius: 30px;
  margin-bottom: 20px;
}

.main_home .who_attend .card h4 {
  font-size: 30px;
  font-weight: 700;
  color: #f9f9f9;
  font-family: RocaOne !important;
}

.main_home .who_attend .card h5 {
  font-size: 18px;
  font-weight: 700;
  color: #f9f9f9;
  text-transform: uppercase;
  margin: 15px 0;
  font-family: AvenirRegular;
}

.main_home .who_attend .card p {
  font-size: 16px;
}

.main_home .who_attend .col2 {
  background-color: #323a73;
}

.main_home .who_attend .col3 {
  background-color: rgb(48, 106, 105);
}

.main_home .who_attend a {
  padding: 10px 40px;
  font-size: 20px;
  font-weight: 700;
  background-color: #ec70cb;
  color: #f9f9f9;
  border: none;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 0;
  transition: all 0.3s ease;
}

.main_home .who_attend a:hover {
  transform: scale(1.05);
}

/*  timeline banner*/
/*start the banner bottom work */
.how_work_outer_section {
  background-color: #6d76b1;
  margin-top: -2px;
}

.timeline_mobile {
  padding: 50px;
  display: none;
}

.work_wrapperr {
  flex-wrap: nowrap;
  margin-right: -1.667vw;
  height: 80vh;
}

.work_item {
  width: 14%;
  margin-right: 1.667vw;
  background-color: #849fd1 !important;
}

.work_item.active {
  width: 70%;
  flex-grow: 1;
  cursor: default;
  background-color: #323a73 !important;
}

.heading-text {
  transition: opacity 0.3s;
  position: absolute;
}

.work_item.active .heading-text {
  pointer-events: none;
  opacity: 0;
}

.work_item .heading-text .work_title {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  position: absolute;
  margin: 0;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  transition: all 0.3s ease;
  font-family: RocaOne !important;
}

.work_item .heading-text .work_title.lg {
  bottom: 2.222vw;
}

.work_item .heading-text .work_title.sm {
  top: 3.333vw;
  font-family: RocaOne !important;
}

.sl_content {
  opacity: 0;
  pointer-events: none;
}

.work_title.sl_gap {
  font-family: RocaOne !important;
  text-transform: uppercase !important;
}

.work_item.active .sl_content {
  pointer-events: all;
  opacity: 1;
}

.sl_content .work_title.lg {
  font-size: 19.079vw;
  width: 100%;
  opacity: 0;
  transform: translateX(-3vw);
  transition: opacity 0.3s ease, transform 1s ease-out;
  -webkit-transition: opacity 0.3s ease, transform 1s ease-out;
  -moz-transition: opacity 0.3s ease, transform 1s ease-out;
  -ms-transition: opacity 0.3s ease, transform 1s ease-out;
  -o-transition: opacity 0.3s ease, transform 1s ease-out;
  -webkit-transform: translateX(-3vw);
  -moz-transform: translateX(-3vw);
  -ms-transform: translateX(-3vw);
  -o-transform: translateX(-3vw);
}

.work_item.active .sl_content .work_title.lg {
  opacity: 1;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  font-family: RocaOne !important;
}

.work_item.active .work_img2 {
  display: none;
}

.work_img2 {
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  object-fit: contain;
  object-position: bottom left;
  pointer-events: none;
  transform: translate(-6%, 0);
  transition: transform 1s ease-out;
  -webkit-transition: transform 1s ease-out;
  -moz-transition: transform 1s ease-out;
  -ms-transition: transform 1s ease-out;
  -o-transition: transform 1s ease-out;
  -webkit-transform: translate(-6%, 0);
  -moz-transform: translate(-6%, 0);
  -ms-transform: translate(-6%, 0);
  -o-transform: translate(-6%, 0);
  z-index: -1;
}

.work_img2.top {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  object-position: top right;
  transform: translate(0, -10%);
  -webkit-transform: translate(0, -10%);
  -moz-transform: translate(0, -10%);
  -ms-transform: translate(0, -10%);
  -o-transform: translate(0, -10%);
}

.sl_content_inner {
  max-width: 46%;
  margin-left: auto;
  margin-top: auto;
  transform: translateY(5vw);
  -webkit-transform: translateY(5vw);
  -moz-transform: translateY(5vw);
  -ms-transform: translateY(5vw);
  -o-transform: translateY(5vw);
  opacity: 0;
  transition: 1s ease;
  -webkit-transition: 1.25s ease;
  -moz-transition: 1.25s ease;
  -ms-transition: 1.25s ease;
  -o-transition: 1.25s ease;
  transition-delay: 0.5s;
}

.work_item.active .sl_content_inner {
  opacity: 1;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
}

.work_title_info p:last-child {
  margin-bottom: 0px;
}



/*end the banner bottom work*/
.how_work_outer_section.for-exhibition-page .sl_content .work_title.lg {
  font-size: 8vw;
}

/* timeline banner end*/
/* explore_lakes */
.main_home .explore_lakes {
  background-color: #6e76ae;
  padding: 0;
}

.main_home .explore_lakes .container:nth-child(1) {
  background-color: #bfcce1;
  max-width: 100%;
  background-image: url(https://media-public.canva.com/l1MJg/MAEn_dl1MJg/1/s.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px 50px;
}

.main_home .explore_lakes .sec4_main {
  padding: 50px 0px;
}

.main_home .explore_lakes .content-container h2 {
  font-size: 48px;
  color: #ffffff;
  font-weight: 700;
}

.main_home .explore_lakes .content-container p {
  font-size: 20px;
  color: #ffffff;
  font-weight: 400;
}

.main_home .explore_lakes .content-container span {
  color: #ffffff;
  font-weight: 700;
}

.main_home .explore_lakes .sec4_btn {
  padding: 10px 20px;
  background-color: #306a69;
  color: #fff;
  text-decoration: none;
  border-radius: 20px;
  margin-top: 20px;
  transition: all 0.3s ease;
}

.main_home .explore_lakes .sec4_btn:hover {
  transform: scale(1.05);
}

.main_home .explore_lakes .sec4_middle {
  background-color: #323a73;
  height: 175px;
}

.main_home .explore_lakes .sec4_flex {
  display: flex;
}

.main_home .explore_lakes .sec4_middle {
  display: flex;
  justify-content: space-between;
  background-color: #323a73;
  height: 175px;
  align-items: center;
}

.main_home .explore_lakes .sec4_middle .middle_text {
  margin-left: 50px;
  height: 175px;
}

.main_home .explore_lakes .sec4_middle .middle_text h2 {
  font-size: 45px;
  letter-spacing: 4px;
  margin: 50px 0px 10px 0px;
  border-bottom: 4px solid #f372c7;
  padding-bottom: 12px;
  text-transform: uppercase !important;
}

.main_home .explore_lakes .sec4_middle .img_flex1 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.main_home .explore_lakes .sec4_middle .img_bg {
  width: 50%;
}

.main_home .explore_lakes .sec4_btn1 {
  padding: 10px 20px;
  background-color: rgb(236, 112, 203);
  color: #fff;
  text-decoration: none;
  border-radius: 20px;
  margin-top: 20px;
  transition: all 0.3s ease;
}

.main_home .explore_lakes .sec4_btn1:hover {
  transform: scale(1.05);
}

/*  section_travel */
.main_home .section_travel {
  background-color: #6e76ae;
}

.main_home .section_travel .section-heading {
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 30px;
}

.main_home .section_travel .travel_content h5 {
  font-size: 22px;
  color: #ffffff;
  text-transform: uppercase;
}

.main_home .section_travel .travel_content p {
  font-size: 20px;
  color: #ffffff;
  margin: 0px 0px 25px 0px;
}

.main_home .section_travel .travel_img img {
  width: 400px;
  height: 300px;
}

.main_home .section_travel .travel_img1 img {
  width: 300px;
  height: 200px;
}

.main_home .section_travel .travel_img a,
.main_home .section_travel .travel_content a {
  padding: 10px 30px;
  background-color: rgb(236, 112, 203);
  color: #fff;
  border-radius: 20px;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
}

.main_home .section_travel .travel_sec .col-md-7.travel_content {
  padding-bottom: 80px;
}

.main_home .section_travel .travel_img4 img {
  width: 300px;
  height: 130px;
}

/* explore_summit Styles */
.main_home .explore_summit {
  background-color: #F6F4F1;
  padding: 50px 20px;
}

.main_home .explore_summit h2 {
  font-size: 50px;
  color: rgb(48, 106, 105);
  text-transform: uppercase !important;
  margin-left: 50px;
}

.main_home .explore_summit .btn {
  background-color: rgb(236, 112, 203);
  transition: all 0.3s ease;
  color: #f9f9f9;
  display: inline-block;
  margin-top: 20px;
  text-align: center;
  text-transform: uppercase !important;
  margin-left: 50px;
  font-weight: bold;
}

.main_home .explore_summit .btn:hover {
  transform: scale(1.05);
}

.main_home .explore_summit .card {
  border-radius: 10px;
  border: none;
  overflow: hidden;
  transition: transform 0.3s ease;
  align-items: center;
  background-color: transparent;
}

.main_home .explore_summit .card:hover {
  transform: scale(1.05);
}

.main_home .explore_summit .card-top {
  position: relative;
}

.main_home .explore_summit .card-img-top {
  width: auto;
  height: 180px !important;
  border-radius: 20px;
  z-index: 99999;
  position: relative;
  margin: 0 auto;
  min-width: 180px;
  max-width: 180px;
}

.main_home .explore_summit .card-body {
  font-size: 16px;
  color: #323a73;
  padding: 10px;
  font-weight: 600;
  text-align: center;
}

.main_home .explore_summit .row .col-md-4 {
  padding: 10px;
}

/* Speakers */
.main_home .Speakers {
  background-color: #f6f4f1;
}

.main_home .speakers h2 {
  font-size: 40px;
  color: #306a69;
}

.main_home .speakers p {
  color: #323a73;
}

.main_home .Speakers .sec6_images {
  justify-content: center;
  text-align: center;
}

.main_home .Speakers .sec6_images h4 {
  color: #323a73;
  margin-top: 22px;
  margin-bottom: 2px;
  text-transform: uppercase !important;
  font-size: 20px;
  font-weight: 700;
}

.main_home .Speakers .sec6_images p {
  color: #323a73;
  margin-bottom: 2px;
}

.main_home .Speakers .blog_sec {
  margin-bottom: 20px;
}

.main_home .Speakers .blog_sec img {
  max-height: 350px;
}

/* partners */
.main_home .partners {
  background-color: #f5ede9;
  padding: 40px 0px;
}

.main_home .partners .partner_text h2 {
  font-size: 45px;
  color: #306a69;
  margin-bottom: 15px;
}

.main_home .partners .partner_text p {
  font-size: 20px;
  color: #323a73;
  margin-bottom: 50px;
}

.main_home .partners .partner_text a {
  padding: 10px 30px;
  background-color: #323a73;
  color: #fff;
  text-decoration: none;
  border-radius: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.main_home .partners .partner_logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}


.main_home .join_online {
  background-color: #6d76b1;
  padding: 30px 0px;
}

.main_home .join_online h2 {
  font-size: 40px;
  margin-bottom: 20px;
  text-transform: uppercase !important;
}

.main_home .join_online p {
  font-size: 20px;
}

.main_home .join_online .pricing-card {
  border: 1px solid #ddd;
  border-radius: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 20px;
  background-color: #fff;
  max-height: 350px;
  height: 320px;
  position: relative;
  width: 330px !important;
  margin-left: 30px;
}

.main_home .join_online .pricing-card h4 {
  font-size: 22px;
  font-weight: 600;
  color: #306a69;
  text-align: left;
}

.main_home .join_online .pricing-card h5 {
  font-size: 30px;
  color: #306a69;
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
}

.main_home .join_online .pricing-card p {
  color: #323a73;
  font-size: 16px;
  text-align: left;
  font-style: italic;
}

.main_home .join_online .pricing-card ul {
  padding: 0;
  margin-bottom: 20px;
  margin-left: 20px;
}

.main_home .join_online .pricing-card ul li {
  margin: 5px 0;
  text-align: left;
  color: #323a73;
}

.main_home .join_online .pricing-card .btn {
  background-color: #18255a;
  color: #ffa46d;
  border-radius: 20px;
  padding: 5px 20px;
  font-weight: bold;
  position: absolute;
  left: 30px;
  bottom: 10px;
}

.main_home .join_online .slick-next {
  right: 15px !important;
}

.main_home .join_online .slick-prev {
  left: 0px !important;
  z-index: 999999 !important;
}

.main_home .partners .logo_flex {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.main_home .partners .logo_flex h5{
  margin: 15px 0px !important;
}

.main_home .partners .logo_flex img{
  width: 80% !important;
}

.slick-prev:before,
.slick-next:before {
  font-size: 35px !important;
  color: #1a2558 !important;
  opacity: 1 !important;
}

/* section 9 */
.main_home .section9 {
  background: #f4e9e5;
  padding: 50px 0;
  display: none;
}

.main_home .section9 .contact-details {
  text-align: left;
}

.main_home .section9 .contact-details h2 {
  font-size: 40px;
  font-weight: bold;
  color: #6d76b1;
}

.main_home .section9 .contact-details a {
  text-decoration: none;
  color: #306a69;
  font-size: 20px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.main_home .section9 .contact-details a:hover {
  transform: scale(1.05);
}

.main_home .section9 .contact-btn {
  margin-top: 20px;
  border-radius: 20px;
  padding: 10px 20px;
  background-color: #18255a;
  color: #fff !important;
  text-decoration: none;
}

.main_home .section9 .contact-image {
  text-align: center;
}

.main_home .section9 .social-icons {
  display: flex;
  justify-content: flex-end;
}

.main_home .section9 .social-icons a {
  color: #ec70cb;
  background-color: #323a73;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 24px;
}

.main_home .section9 .kajabi-form--inline {
  border-radius: 20px !important;
  background-color: transparent !important;
  border: 1px solid #000 !important;
}

.main_home .section9 #kajabi-form .kajabi-form__content {
  max-width: 100% !important;
}

.main_home .section9 #kajabi-form>form>div>div.kajabi-form__subtitle>p,
.main_home .section9 #kajabi-form .kajabi-form__title {
  text-align: left !important;
}

.main_home .section9 #kajabi-form .kajabi-form__btn {
  background-color: #18255a !important;
  font-size: 20px !important;
  font-weight: bold !important;
  border-radius: 20px !important;
  text-transform: uppercase !important;
}
.main_home .partners .logo_flex {
    gap: 20px;
}


.main_home .partners .logo_flex img {
    width: auto !important;
    height: 50px !important;
}
.main_home .section9 #kajabi-form .kajabi-form__title {
  font-family: RocaOne !important;
}

.main_home .section9 #kajabi-form .kajabi-form__form-item input,
#kajabi-form .kajabi-form__form-item textarea,
#kajabi-form .kajabi-form__form-item select {
  border: 1px solid #000 !important;
  background-color: transparent !important;
}

/* footer */
.main_home .footer {
  background-color: #343a70;
  color: white;
  padding: 50px 0;
}

.main_home .footer .summit-logo img {
  max-width: 100px;
  border-radius: 50%;
  background-color: #fff;
  margin-bottom: 50px;
}

.main_home .footer .connect-with-us {
  text-align: left;
}

.main_home .footer .connect-with-us h6 {
  font-size: 15px;
  color: #f6f4f1;
}

.main_home .footer .connect-with-us a {
  display: block;
  color: #f6f4f1;
  text-decoration: none;
  font-size: 18px;
}

.main_home .footer h2 {
  font-size: 32px;
  color: #f6f4f1;
}

.main_home .footer .cta-buttons p {
  color: #f6f4f1;
}

.main_home .footer .cta-buttons {
  margin-top: 30px;
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  gap: 75px;
}

.main_home .footer .cta-buttons a,
.main_home .footer .cta-buttons1 a {
  margin: 5px;
  padding: 10px 20px;
  border-radius: 20px;
  text-decoration: none;
  background-color: rgb(48, 106, 105);
  color: #f6f4f1;
  display: inline-block;
  transition: all 0.3s ease;
}

.main_home .footer .cta-buttons a:hover {
  transform: scale(1.05);
}

.main_home .footer .email-contact {
  margin-top: 80px !important;
}

.main_home .footer .email-contact a {
  color: #f6f4f1;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}

.tl-progress-bar-grd.hm-grd {
  display: none;
}

.slick-list {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 1517) {
  .slick-track {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 1200px) {

  /* timeline in mobile */
  .how_work_outer {
    display: none !important;
  }

  .timeline_mobile {
    padding: 50px;
    display: block;
  }

  .tm_main .tm_title h3 {
    font-size: 15vw !important;
  }

  .tm_main {
    display: flex;
    gap: 100px;
    align-items: baseline;
    margin-bottom: 20px;
    color: #f6f4f1;
    background-color: #323a73;
    border-radius: 20px;
    padding: 20px;
  }
}

@media (max-width: 1150px) {

  /* main_banner */
  .main_home .main {
    background-image: url("https://voluble-clafoutis-dbd871.netlify.app/home_image.png");
    background-position: right;
    background-repeat: no-repeat;
  }

  .main_home .main img {
    display: none;
  }

  .main_home .title,
  .main_home .main span {
    font-size: 25px;
  }

  .main_home .btn {
    padding: 6px;
  }
}

@media (max-width: 992px) {
  .main_home .main .title {
    font-size: 25px;
  }

  .main_home .footer .connect-with-us {
    text-align: center;
  }

  /* explore_summit */
  .main_home .explore_summit .title {
    text-align: center;
  }

  .main_home .explore_summit h2 {
    font-size: 28px;
  }

  .main_home .explore_summit .card-img-top {
    height: 200px !important;
    width: 100%;
  }

  .main_home .explore_summit .card-body {
    font-size: 14px;
  }

  /* section_travel */
  .main_home .section_travel .travel_img img {
    width: 100%;
  }

  .main_home .section_travel .travel_sec .col-md-7.travel_content {
    width: 100%;
  }

  .main_home .section_travel .travel_sec .row {
    justify-content: center;
    flex-direction: column-reverse;
    align-items: center;
  }

  .main_home .section_travel .travel_img4 img {
    margin: 20px;
  }

  .main_home .section_travel .travel_img a,
  .travel_content a {
    padding: 10px 14px;
    font-size: 12px;
  }

  /* partners */
  .main_home .partners .logo_flex {
    flex-direction: column;
    width: 50%;
    margin-top: 60px;
  }

  .main_home .who_attend,
  .timeline_mobile {
    padding: 12px;
  }

  .main_home .who_attend .col2,
  .main_home .who_attend .col3 {
    width: 95%;
    margin: auto;
    margin-bottom: 20px;
  }

  .main_home .section_travel {
    padding: 0;
  }

  /* section 9 */
  .main_home .section9 .contact-details {
    margin-top: 10px;
    text-align: center;
  }

  .main_home .section9 .social-icons {
    justify-content: center;
  }

  /* footer */
  .main_home .footer .cta-buttons {
    justify-content: center;
  }

  .main_home .footer h2 {
    font-size: 25px;
  }

  .footer .connect-with-us {
    text-align: center;
  }

  .main_home .main_content {
    margin-left: 0px;
  }

  .rounded-circle {
    width: 300px;
  }

  .main_home .section_travel .travel_img a,
  .travel_content a {
    font-size: 10px;
  }
}

@media (max-width: 768px) {

  /* belong_here */
  .main_home .belong_here .title {
    font-size: 70px;
    text-align: center;
    margin-left: 10px !important;
  }

  .main_home .belong_here .sec1-txt {
    margin: 0px;
  }

  .main_home .belong_here .sec1-img {
    margin-left: -30px;
  }

  /* explore_summit */
  .main_home .explore_summit h2 {
    font-size: 24px;
  }

  .main_home .explore_summit .card-img-top {
    height: 180px !important;
  }

  .main_home .explore_summit .card-body {
    font-size: 12px;
  }

  .main_home .explore_summit .row .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* timeline */
  .tm_main {
    flex-direction: column;
    gap: 50px;
  }
}

@media (max-width: 576px) {

  /* explore_summit */
  .main_home .explore_summit h2 {
    font-size: 20px;
  }

  .main_home .explore_summit .card-img-top {
    height: 150px !important;
  }

  .main_home .explore_summit .row .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}