* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 15px;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.body {
  background: #8e62ff;
  background: linear-gradient(135deg, #8e62ff 0%, #5328c6 100%);
  background-size: cover;
  background-repeat: no-repeat;
  height: fit-content;
}
.checked {
  color: orange;
}
@keyframes circleBlue {
  0% {
    left: 30px;
  }
  50% {
    left: 60px;
  }
  100% {
    left: 30px;
  }
}
@keyframes circleRed {
  0% {
    left: 10px;
  }
  50% {
    left: 50px;
  }
  100% {
    left: 10px;
  }
}

.circle-anim {
  position: relative;
  height: 50px;
  width: 50px;
  background-color: blue;
  border-radius: 50%;
  animation-name: circleBlue;
  animation-duration: 8s;
  animation-iteration-count: infinite;
}

.circle-stroke-red {
  position: relative;
  top: 90px;
  height: 50px;
  width: 50px;
  background-color: transparent;
  border: 14px solid red;
  border-radius: 50%;
  animation-name: circleRed;
  animation-duration: 8s;
  animation-iteration-count: infinite;
}

.masonry-grid {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -15px; /* offset the 15px `padding-right` of the cards */
}

.masonry-column {
  padding: 0 15px; /* some gutter */
  background-clip: padding-box;
}

.masonry-column .card {
  margin-bottom: 30px;
}

.green-text-bold {
  color: #57b957;
  font-weight: 500;
}
h1 {
  font-family: "Boogaloo", cursive;
}
header {
  background: #8e62ff;
  background: linear-gradient(135deg, #8e62ff 0%, #5328c6 100%);
}
.navbar .nav-item {
  line-height: 33px;
  transition: 2s ease-in;
}
.navbar .nav-item .nav-link:hover {
  transition: 1s ease-in;
  animation: slow 1s ease infinite;
}
.navbar .nav-item .nav-link {
  color: white;
  font-weight: bold;
}
.landing-page {
  position: relative;
}
.hero-sec {
  display: flex;
  align-items: center;
}
.land-content h3 {
  font-family: "Love Ya Like A Sister", cursive;
  line-height: 20px;
}
.land-content h2 {
  font-family: "Love Ya Like A Sister", cursive;
  font-size: 90px;
  line-height: 95px;
}
.land-content h1 {
  font-family: "Love Ya Like A Sister", cursive;
  font-size: 140px;
  line-height: 95px;
}
.land-content h4 {
  font-family: "Love Ya Like A Sister", cursive;
  line-height: 95px;
}
.land-content p {
  color: white;
  font-size: 25px;
}
.reg-btn {
  background: url("./images/button.png");
  background-repeat: no-repeat;
  background-size: cover;
  border: none;
  outline: none;
  color: white;
  font-family: "Boogaloo", cursive;
  font-size: 20px;
  letter-spacing: 2px;
  transition: 0.5s ease-in-out;
  padding: 6px 16px;
}
.reg-btn:hover {
  transform: translate3d(5px, -10px, -5px);
}
.register-btn {
  border-radius: 0px;
  background: url("./images/button.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10px 30px;
  font-family: "Boogaloo", cursive;
  margin: 0;
  color: white;
  font-size: 30px;
  transition: 0.2s ease-in;
}
.register-btn:hover {
  color: white;
  transform: scale(0.9);
}
.transition {
  transition: 0.2s ease-in;
}
.transition:hover {
  transform: scale(0.9);
}
.load-more-btn {
  border-radius: 0px;
  background: url("./images/mentors/Load-more.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  font-size: 18px;
  font-family: sans-serif;
  font-weight: 100;
  color: white;
  padding: 5px 10px;
}
.btn-2 {
  font-size: 30px;
  padding: 20px 40px;
}

::-webkit-input-placeholder {
  font-weight: 600;
}
.iti--allow-dropdown {
  width: 100%;
}
.iti__country-list {
  position: absolute;
}
/* about */
.about-img img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.about-text {
  background-color: #05022a;
  color: white;
  padding: 50px;
}

.about-text h2 {
  font-weight: 900;
}

.about-text p {
  font-weight: 900;
}
/* about end*/

.text-justify {
  text-align: justify;
}

/* main counter */
.main-counter-section {
  background-color: #000000;
  padding: 100px 16px 197px 16px;
  color: white;
  position: relative;
}
.main-counter-section svg {
  position: absolute;
  z-index: 2;
  bottom: -6px;
  left: 0;
  right: 0;
}
.main-counter-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.main-counter-images img {
  object-fit: cover;
  width: 300px;
}

/* counter grid */
.main-counter-text {
  text-align: center;
  max-width: 590px;
}

.main-counter-text > p {
  margin: 2rem 0rem;
}
.main-counter-text > div {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 16px;
}
.main-counter-text > span {
  color: #ffdc09;
  font-size: 20px;
}
.main-counter-text > div p {
  color: #ffdc09;
  font-size: 40px;
  font-weight: 800;
  font-family: Arial, Helvetica, sans-serif;
}
/* counter grid */

/* main counter end */

/* counter */
.section-gradient {
  background: url("./images/mentors/mentor-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: fit-content;
  padding: 100px 0px;
  display: flex;
  align-items: center;
}

/* cards */
.cards {
  display: flex;
}
.cards-img-sec {
  margin: 0 18px;
  text-align: center;
}
.cards-img-sec i {
  color: black;
  font-size: 50px;
  font-style: normal;
}
.body-sec {
  color: #000000;
  display: flex;
  align-items: center;
}
/* Why */
.section-bg-blue {
  background: #8e62ff;
  background: linear-gradient(135deg, #8e62ff 0%, #5328c6 100%);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
}
.section-bg-blue h4 {
  color: white;
}
.section-bg-blue p {
  color: white;
  margin-left: 10px;
  font-size: 18px;
}
.inner-cotnt {
  margin-top: 20px;
  display: flex;
}
.inner-cotnt .icon-container {
  text-align: center;
}
.inner-cotnt div i {
  color: rgb(94, 94, 212);
  background: white;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 18px;
  padding-top: 5px;
}
/* Register */
.lf-fc {
  max-width: 300px;
  display: flex;
  justify-content: center;
}
.lf-fc-icon {
  width: 150px;
  height: 150px;
  background-color: #f2f2f2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: radial-gradient(circle, #f5f5f5, #f2f2f2, #ffffff);
  border: 2px solid #f1f1f1;
  position: relative;
}
.lf-fc-icon:before {
  content: "";
  height: 90px;
  position: absolute;
  top: 0;
  left: -15px;
  width: 120%;
  border-top-left-radius: 115px;
  border-top-right-radius: 115px;
  border: 3px solid transparent;
  border-bottom: 0;
  -webkit-transition: 2s ease-in-out;
  -moz-transition: 2s ease-in-out;
  -o-transition: 2s ease-in-out;
  transition: 2s ease-in-out;
}
.lf-fc-icon.animation-enabled > img {
  animation: lf-rotate 2s linear;
}
.lf-fc-icon.animation-disabled:before {
  transform: translate(0px, -30px);
}
.lf-fc-icon.animation-enabled:before {
  transform: translate(0px, 0px);
}
.lf-fc-icon:after {
  width: 0;
  height: 0;
  border-left: 115px solid transparent;
  border-right: 115px solid transparent;
  border-top: 100px solid transparent;
  content: "";
  position: absolute;
  bottom: -45px;
  left: -41px;
  z-index: -1;
  -webkit-transition: 2s ease-in-out;
  -moz-transition: 2s ease-in-out;
  -o-transition: 2s ease-in-out;
  transition: 2s ease-in-out;
  animation: lf-bounceSlow 2s linear infinite;
}
@keyframes lf-bounceSlow {
  0% {
    transform: translate(0px, 0px);
  }
  25% {
    transform: translate(0px, -10px);
  }
  50% {
    transform: translate(0px, -16px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}

@keyframes lf-rotate {
  100% {
    transform: rotate(1turn);
  }
}
.lf-fc-icon:after,
.lf-fc-icon:before {
  filter: contrast(70%) brightness(115%);
}
.lf-fc-blue .lf-fc-icon:before {
  border-color: #00caff;
}
.lf-fc-green .lf-fc-icon:before {
  border-color: #78ae2f;
}
.lf-fc-magenta .lf-fc-icon:before {
  border-color: rgb(232, 43, 65);
}
.lf-fc-violet .lf-fc-icon:before {
  border-color: #9771f4;
}

.lf-fc-blue .lf-fc-icon:after {
  border-top-color: #00caff;
}
.lf-fc-green .lf-fc-icon:after {
  border-top-color: #78ae2f;
}
.lf-fc-magenta .lf-fc-icon:after {
  border-top-color: rgb(232, 43, 65);
}
.lf-fc-violet .lf-fc-icon:after {
  border-top-color: #9771f4;
}

.lf-text-blue {
  color: #00caff;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  font-size: 22px;
}
.lf-text-green {
  color: #78ae2f;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  font-size: 22px;
}
.lf-text-magenta {
  color: rgb(232, 43, 65);
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  font-size: 22px;
}
.lf-text-violet {
  color: #9771f4;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  font-size: 22px;
}
.lf-text-dark {
  color: #4d4d4d;
}
.lf-bg-magenta {
  background-color: rgb(232, 43, 65);
}
.lf-bg-magenta-transparent {
  background-color: rgb(232, 43, 65, 0.35);
}
.lf-darker {
  background-color: #000000;
}
.lf-fc-icon-wrap {
  position: relative;
  margin-bottom: 30%;
}
.lf-fc-icon-wrap:after {
  content: "";
  position: absolute;
  width: 105px;
  height: 137px;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    90deg,
    rgb(0 0 0) 0%,
    rgb(0 0 0 / 51%) 35%,
    rgb(255 255 255 / 0%) 100%
  );
  transform: rotate(61deg);
  top: 33px;
  z-index: -1;
  left: 37px;
  opacity: 0.8;
}
.lf-divider {
  width: 100%;
  position: relative;
  margin: 50px 0px;
}
.lf-divider > span {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 3px solid #fff;
  position: relative;
}
.lf-divider > span:after {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: orange;
  position: absolute;
  left: -7px;
  top: -7px;
  z-index: -1;
}
.lf-divider::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 112%;
  border-bottom: 5px dotted #4d4d4d;
  z-index: -5;
}

.reg-step {
  background-image: url("./images/news/news-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: center;
  height: 300px;
  width: 100%;
}
.reg-step h1 {
  color: black;

  text-align: center;
}
.reg-step p {
  color: black;
}

/* slider */
/* .owl-carousel .item {
  width: 100%;
} */
.owl-carousel {
  margin-top: 50px;
}
/* .speaker-carousel .owl-item {
  max-width: 450px;
} */

.owl-carousel .owl-stage {
  display: flex;
}
.item {
  height: 100%;
}

.owl-theme .owl-nav [class*="owl-"] {
  text-align: center;
  cursor: pointer;
  width: 40px;
  height: 40px;
  line-height: 30px;
  border-radius: 50%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  background: #5328c6;
  color: white;
  position: absolute;
  bottom: 45%;
  display: none;
}
.owl-prev {
  left: 0;
}
.owl-next {
  right: 0;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
  background: #5328c6;
  color: white;
}
.venue-item img {
  object-fit: contain;
  border-radius: 54px;
  margin: 0px 20px;
}

.speaker-item img {
  object-fit: cover;
  width: 500px;
  height: 500px;
}

.speaker-item {
  border-radius: 30px;
  overflow: hidden;
}

/** @section Footers */
.footer-classic {
  padding-top: 25px;
  padding-bottom: 25px;
  font-weight: 400;
  text-align: center;
  color: #b2b2c5;
  background: #15162b;
}
/* outer news */
.outer-news {
  background-image: url("./images/news/news-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  width: 100%;
  position: relative;
  padding: 80px 20px;
}
.inner-news img {
  max-width: 250px;
}
.news-content h6 {
  color: black;
  font-size: 20px;
  font-weight: bolder;
}
.news-content {
  color: black;
  font-size: 18px;
}

.footer-classic p:hover {
  color: #d90e90;
}

/* mentors */

#mentors h1 {
  color: #7338de;
  font-size: 40px;
}
#mentors p {
  font-size: 18px;
}
#mentors h5 {
  font-family: sans-serif;
}
.profile {
  position: relative;
  width: fit-content;
}
.profile-logo {
  text-align: center;
}
/* .profile-logo img {
  max-width: 250px;
} */
.profile .pro-content {
  bottom: 0;
}
.pro-content {
  padding: 0px 5px;
  position: absolute;
  bottom: -10%;
  background-color: transparent;
  background-image: linear-gradient(180deg, #030e8f 0%, #2b39de87 100%);
  width: 100%;
  color: white;
}

/* mentors end */

/* highlights */

.highlights-section {
  padding: 100px 0px;
}
.highlights-section h1,
.destination-section h1,
#mentors h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.highlight-cards {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
}
.highlight-cards > div {
  width: 100%;
  padding: 10px;
  /* transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1); */
}
.highlight-cards > div:nth-child(1) {
  animation: jumpIn 1s ease-out forwards;
}
.highlight-cards > div:nth-child(2) {
  animation: jumpIn 1s ease-out 0.5s forwards;
}
.highlight-cards > div:nth-child(3) {
  animation: jumpIn 1s ease-out 1s forwards;
}
.highlight-cards > div:nth-child(4) {
  animation: jumpIn 1s ease-out 1.5s forwards;
}

@keyframes jumpIn {
  0% {
    transform: translate(100%, -100%);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

.highlight-cards h2 {
  font-size: 24px;
  font-weight: 700;
  padding: 20px 0px;
}

/* highlights end */

.highl-box {
  background: url("./images/highlights-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: start;
  text-align: center;
  max-width: 500px;
}
.para-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.highl-box p {
  /* position: absolute;
  left: 30px; */
  font-size: 16px;
  font-weight: 500;
}
/* universities slider */
.universities {
  background: rgb(142, 98, 255);
  background: linear-gradient(
    135deg,
    rgba(142, 98, 255, 1) 0%,
    rgba(122, 78, 236, 1) 100%
  );
  padding: 80px 0px;
}
.universities h1 {
  color: white;
}

.who,
.how,
.recent-news h1 {
  color: #7338de;
}

.recent-news {
  padding: 50px 0px 50px 0px;
  position: relative;
}

/* dashboard section */
.logo-sec-head h2 {
  font-family: "Love Ya Like A Sister", cursive;
  color: #8e62ff;
}

/* live modal */
.modal-live .modal-dialog {
  border-radius: 30px;
}
.modal-image {
  background: #8e62ff;
  background: linear-gradient(135deg, #8e62ff 0%, #5328c6 100%);
}
.modal-content {
  border: 0px;
  border-radius: 10px;
  overflow: hidden;
}
.modal-sub-body h5 {
  font-weight: bolder;
  opacity: 0.8;
}
.modal-sub-body p {
  font-weight: 600;
  font-size: 15px;
  text-decoration: underline;
  cursor: pointer;
  opacity: 0.7;
}
.modal-image h2 {
  font-weight: bold;
  font-family: "Love Ya Like A Sister", cursive;
  letter-spacing: 2px;
}
.modal-live {
  animation: popup 1.5s ease-in-out;
}
@keyframes popup {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}
/* .join-live-btn{
  border: none;
  padding: 5px 20px;
} */

.join-live-btn {
  background-image: linear-gradient(
    to right,
    #f09819 0%,
    #edde5d 51%,
    #f09819 100%
  );
  margin: 10px;
  padding: 5px 14px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  border-radius: 10px;
  border: none;
  font-weight: 600;
}

.join-live-btn:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
  transform: scale(1.1);
}

/* live modal */

/* live watch buttons */
.youtube-btn .btn {
  width: 100%;
  padding: 10px 30px;
  background: red;
  font-weight: bolder;
  font-size: 22px;
  border-radius: 10px;
  transition: 0.5s ease-in-out;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.youtube-btn .btn:hover {
  transform: scale(1.1);
}
.youtube-btn a {
  text-decoration: none;
}
.watch-buttons .separate {
  font-weight: bolder;
  opacity: 0.5;
  position: relative;
}
.watch-buttons .separate::before {
  content: "";
  width: 40%;
  height: 2px;
  background-color: #000000;
  position: absolute;
  top: 10px;
  left: 20px;
  opacity: 0.3;
}
.watch-buttons .separate::after {
  content: "";
  width: 40%;
  height: 2px;
  background-color: #000000;
  position: absolute;
  top: 10px;
  right: 20px;
  opacity: 0.3;
}
.cbse-btn .btn {
  background: #8e62ff;
  width: 100%;
  padding: 10px 30px;
  font-weight: bolder;
  font-size: 20px;
  border-radius: 10px;
  transition: 0.5s ease-in-out;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  transform: scale(0.7);
}
.cbse-btn .btn:hover {
  transform: scale(0.75);
}
.cbse-btn a {
  text-decoration: none;
}
.circle {
  width: 10px;
  height: 10px;
  background-color: white;
  border-radius: 50%;
  animation: circle 0.7s ease-in-out infinite;
  position: absolute;
  right: 10px;
  top: 10px;
}
@keyframes circle {
  0% {
    width: 0;
    opacity: 0;
  }
  30% {
    width: 3px;
    height: 3px;
    opacity: 0.3;
  }
  50% {
    width: 5px;
    height: 5px;
    opacity: 0.5;
  }
  80% {
    width: 8px;
    height: 8px;
    opacity: 0.8;
  }
  100% {
    width: 10px;
    height: 10px;
    opacity: 1;
  }
}
/* scroll top */
.scroll-top {
  z-index: 1000;
  width: 50px;
  height: 50px;
  background: white;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  border: 2px solid #255eb3;
  transition: 0.5s ease;
  opacity: 0;
  visibility: hidden;
}
#scroll-top.show {
  opacity: 1;
  visibility: visible;
}
.scroll-top:hover {
  color: white;
  background: #5328c6;
  border: 2px solid white;
  scale: 1.1;
}

/* cookie policy */

.cookie-policy {
  display: flex;
  align-items: center;
  border-radius: 50px;
  background: white;
  padding: 0 15px;
  position: fixed;
  bottom: 25px;
  left: 20px;
  height: 50px;
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 1px 3px rgba(124, 183, 238, 0.3);
  animation: cookiePolicy 1s ease-in-out;
}
.cookieHide {
  animation: cookieHide 1s ease-in-out;
}
.cookie-contents {
  font-weight: bolder;
  font-size: 16px;
  padding: 0 10px;
  margin: 0;
}
.cookie-policy button {
  border: none;
  outline: none;
  padding: 5px 20px;
  background-image: linear-gradient(135deg, #8e62ff 0%, #5328c6 100%);
  background-size: 300px;
  background-repeat: no-repeat;
  background-position: left;
  color: white;
  font-weight: bolder;
  border-radius: 20px;
  font-size: 15px;
  transition: 0.2s ease;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}
.cookie-policy button:hover {
  background-position: right;
}
@keyframes cookiePolicy {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  50% {
    opacity: 0.3;
    transform: translateY(25%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes cookieHide {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  50% {
    opacity: 0.3;
    transform: translateY(25%);
  }
  100% {
    opacity: 0;
    transform: translateY(50%);
    display: none;
  }
}

/* venue page */
.hero-section {
  background-image: url("./images/venue-page/hero.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: white;
}

.hero-container {
  margin: 0px auto;
  text-align: center;
}

.hero-texts {
  padding: 40px 20px;
}
.hero-texts p {
  font-size: 18px;
}
.hero-texts > div:nth-child(2) {
  background-color: #ffdc09;
  max-width: 460px;
  padding: 10px 20px;
  color: #000000;
  font-size: 22px;
  font-weight: 700;
}
.hero-container h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 50px;
}

.san,
.diego {
  transition: all 800ms ease;
  transition-delay: 100ms;
  transition-duration: 800ms;
  transform: translateX(0px) translateY(80px) translateZ(0px);
  opacity: 1;
}
.venue-counter > div {
  width: 100%;
}
.venue-counter {
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.venue-counter p {
  color: #6400e4;
  font-size: 50px;
  margin-bottom: 0px;
  font-weight: 700;
}

.crowd-section {
  padding: 40px 20px 0px 20px;
  max-width: 1200px;
  margin: 0px auto;
}

.crowd-image img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.venue-section {
  margin: 100px 0px 200px 0px;
}

.venue-heading h3 {
  font-size: 40px;
  font-weight: 400;
  font-family: "Big Shoulders Text", Sans-serif;
}
.venue-heading h2 {
  font-size: 50px;
  color: #57b957;
  font-weight: 700;
}
.venue-description {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0px 2px 25px 0px rgba(0, 0, 0, 0.1);
}
.venue-description > div {
  padding: 30px 30px 30px 30px;
}
.venue-description span {
  font-weight: bold;
}
.venue-description h2 {
  color: #6400e4;
  font-size: 30px;
  font-weight: 700;
}

.venue-description > button {
  background-color: #57b957;
  color: white;
  padding: 20px 20px 15px 20px;
  outline: none;
  border: none;
  width: 100%;
}
/* venue page end*/

/* speakers start */
.speakers-heading {
  width: fit-content;
  margin: 0px auto;
}
.speakers-heading h2 {
  font-size: 50px;
  font-weight: 700;
}
.speakers-heading h3 {
  font-size: 20px;
  font-weight: 600;
}
.speakers-heading > div img {
  transform: rotate3d(99, 22, 6, 169deg);
  height: 50px;
}
.speakers-heading > div p {
  font-size: 24px;
}
.speakers-heading > div {
  font-family: "Boogaloo", cursive;
  visibility: hidden;
  transition: all 0.5s ease 1s;
  position: absolute;
  left: -90px;
  top: -30px;
}

.speaker-name h2 {
  font-size: 28px;
  font-weight: 600;
}
.speaker-name {
  color: white;
  position: absolute;
  z-index: 20;
  bottom: 50px;
  left: 30px;
}

/* destination */
.destination-section {
  padding-top: 100px;
}
.dest-carousel .owl-dots {
  display: none !important;
}

.destination-rect_text h3 {
  font-size: 28px;
  font-weight: 700;
}
.destination-rect_text {
  /* padding: 0px 5px; */
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  z-index: 34;
  text-align: center;
  color: white;
  transition: all 0.5s ease;
}

.destination-item:hover {
  transition: all 0.5s ease-in-out;
  transform: scale(1.02);
  object-fit: contain;
  cursor: pointer;
}

.destination-item:hover {
  transition: all 0.5s ease-in-out;
  transform: scale(1.02);
  object-fit: contain;
  cursor: pointer;
}
.destination-rect_text span {
  border-bottom: 4px solid #ffdb00;
  font-weight: bold;
}
.destination-rect_text span:hover {
  box-shadow: inset 0 -5em 0 0 #ffdb00;
  transition: all 0.5s ease-in-out;
  color: #000;
}

.destination-item .destination-rect_text span {
  visibility: hidden;
  transition: visibility 0.5s ease; /* Add transition for smooth visibility change */
}

.destination-item:hover .destination-rect_text span {
  visibility: visible;
}

/* Add this to move the text up on hover */
.destination-item:hover .destination-rect_text {
  transform: translateY(-60px);
}

.destination-item img {
  object-fit: cover;
  /* width: 500px; */
  height: 500px;
}

.dest-carousel .owl-nav button.owl-prev,
.dest-carousel .owl-nav button.owl-next {
  background-color: white !important;
  color: #000000 !important;
  padding: 10px 20px !important;
  border-radius: 50% !important;
}
.gallery-section {
  margin: 100px 0px;
  background-color: #f1f1f1;
}
.gallery-heading {
  background-image: url("./images/venue-page/photo-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  padding: 50px 16px;
  margin-bottom: 50px;
}
.gallery-heading h2 {
  font-size: 50px;
  font-weight: 700;
}
.gallery-heading h3 {
  font-size: 20px;
  font-weight: 300;
}
.gallery-container {
  display: grid;
  grid-template-columns: auto;
}

.gallery img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.schedules-section {
  padding: 100px 0px;
}
.testimonial-section {
  background-color: rgb(240, 244, 247);
  padding: 100px 16px;
}
.testimonial-heading {
  text-align: center;
  max-width: 600px;
  margin: 0px auto;
}
.testimonial-heading span {
  color: rgb(233, 153, 120);
}

.testimonial-section .card {
  border-radius: 12px !important;
}
footer {
  background-color: #774ce9;
  color: white;
  text-align: center;
  margin: 0px auto;
  padding: 100px 16px 20px 16px;
}
.footer-link:hover {
  color: white !important;
  text-decoration: underline !important;
}
footer h2 {
  padding-bottom: 30px;
}
footer ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
  list-style: none;
  margin-bottom: 0px !important;
  padding: 0px !important;
}
footer ul a {
  color: white;
  text-decoration: none;
}

/* responsive */
@media screen and (max-width: 992px) {
  .land-content h1 {
    font-size: 35px;
    text-align: center;
  }
  .land-content p {
    font-size: 18px;
    text-align: center;
  }
  .land-content h3,
  .land-content h2,
  .land-content h4,
  .land-content h1 {
    line-height: normal;
  }
}
@media screen and (max-width: 767px) {
  .cookie-contents {
    font-size: 15px;
  }
  .cookie-policy {
    flex-direction: column;
    left: 5px;
    height: auto;
    padding: 10px;
    border-radius: 10px;
    margin-right: 5px;
  }
  .cookie-policy button {
    margin-top: 15px;
  }
  .lf-divider::after {
    width: 35%;
    top: -10px;
    transform: rotate(90deg);
  }
  .lf-flowchart .lf-fc:first-child .lf-divider:before,
  .lf-flowchart .lf-fc:last-child .lf-divider:before {
    display: none;
  }
  .lf-rainbow {
    max-width: 80%;
    margin-left: 10% !important;
  }
  .land-swachh {
    width: 100%;
  }
  .cbse img {
    height: 50px;
  }
}
@media screen and (max-width: 565px) {
  .youtube-btn .btn {
    font-size: 18px;
    padding: 10px;
    width: 100%;
  }
  .youtube-btn .btn:hover {
    transform: scale(1);
  }
  .watch-buttons .separate::after {
    right: 10px;
  }
  .watch-buttons .separate::before {
    left: 10px;
  }
  .cbse-btn .btn {
    font-size: 18px;
    padding: 10px;
  }
  .cbse-btn .btn:hover {
    transform: scale(0.75);
  }
  .circle {
    top: 3px;
    right: 5px;
  }
  .youtube-live-img {
    height: 200px;
  }

  .testimonial_content h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .highl-box p {
    left: 10px;
  }
  .highl-box {
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 20px;
  }
  .para-holder {
    text-align: center;
  }
  .land-content h2 {
    font-size: 50px;
    margin-bottom: 0px !important;
  }
  .land-content h1 {
    font-size: 65px;
    margin-bottom: 0px !important;
  }
  .land-content h3 {
    margin-bottom: 0px !important;
  }
  .cbse img {
    height: 35px;
  }
  .foundation img {
    height: 35px;
  }
  .azadi img {
    height: 35px;
  }
  .swachh img {
    height: 35px;
  }
}

@media screen and (min-width: 768px) {
  header {
    min-height: 70px;
  }
  .highlight-cards {
    text-align: left;
  }
  .highlight-cards > div {
    width: 50%;
  }
  .hero-container {
    text-align: left;
  }
  .hero-container h1 {
    font-size: 70px;
  }
  .hero-texts p {
    /* margin: 0px auto; */
    max-width: 480px;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5em;
  }

  .venue-counter > div {
    width: 50%;
  }
  .venue-description > div:nth-child(1) {
    width: 381px;
  }
  .speakers-heading > div {
    visibility: visible;
  }
  .venue-description {
    flex-direction: row;
    align-items: center;
    position: absolute;
    bottom: -70px;
    z-index: 100;
    background-color: white;
    margin: 0px auto;
    max-width: 819px;
    left: 0;
    right: 0;
  }
  .venue-heading h3,
  .venue-heading h2 {
    font-size: 80px;
  }

  .venue-description > button {
    transform: rotate(-90deg);
    padding: 10px;
    width: fit-content;
    display: flex;
  }
  .destination-rect {
    grid-template-columns: auto auto auto auto auto;
    /* grid-template-rows: auto; */
  }
  .destination-rect_text {
    padding: 5px;
  }
  .destination-rect_text h3 {
    font-size: 16px;
    font-weight: 700;
  }
  .destination-rect_text p {
    font-size: 14px;
    font-weight: 700;
  }
  .gallery-container {
    display: grid;
    grid-template-columns: auto auto;
  }
  .hero-texts {
    padding: 80px 80px;
  }
}

@media screen and (min-width: 1024px) {
  /* about section */
  .about {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
  }
  .about-img img {
    padding-left: 30%;
  }
  .about-text {
    position: absolute;
    top: 5%;
    bottom: 5%;
    right: 40%;
    width: 500px;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
  }

  /* about section */

  /*  .main-counter section */
  .main-counter-text > div p {
    font-size: 70px;
  }
  .main-counter-container {
    flex-direction: row;
    justify-content: center;
  }
  .main-counter-images img {
    width: 500px;
  }
  .highlight-cards > div {
    width: 25%;
  }
  .highlight-cards h2 {
    font-size: 30px;
  }
  .venue-counter > div {
    width: 30%;
  }
  .profile:hover .pro-content {
    opacity: 1;
    visibility: visible;
    bottom: 0;
  }
  .profile .pro-content {
    opacity: 0;
    visibility: hidden;
    transition: bottom 0.006s ease-in-out 0.006s,
      opacity 0.006s ease-in-out 0.006s;
  }

  .destination-rect_text h3 {
    font-size: 28px;
    font-weight: 700;
  }
  .destination-rect_text p {
    font-size: 20px;
    font-weight: 500;
  }
  .speakers-heading h2 {
    font-size: 80px;
  }

  .gallery-container {
    display: grid;
    grid-template-columns: auto auto auto;
  }
  .masonry-column {
    width: 300px;
  }
}

@media screen and (min-width: 1440px) {
  /* about section */
  .about-img img {
    padding-left: 10%;
  }
  .about-text {
    right: 900px;
    top: 15%;
    bottom: 15%;
  }
  /* about section */
}

@media screen and (min-width: 1800px) {
  .about-img img {
    padding-left: 0px;
  }
  .about-text {
    right: 1000px;
    top: 15%;
    bottom: 15%;
  }
  .main-counter-section svg {
    bottom: -30px;
  }
}

#nav-tab.nav.nav-tabs button {
  padding: 25px;
}