
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
}

html {
  overflow-x: hidden !important;
  width: 100%;
  height: 100%;
  position: relative;
}
body {
  font-family: 'Roboto', sans-serif;
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#fluid {
  position: fixed;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100dvh;
}
/* ==============slider code start================================ */

 .hero-branding{
  text-align: center;
  padding: 20px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  align-items: center;
  justify-items: center;

  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
 
 }
.slider-h2 {
  font-weight: 900;
  color: #3b1d82;
}
.slider-h1 {
  font-weight: 700;
  color: #f19c1f;
  font-size: 5vw;
  letter-spacing: -2px;
  font-family: 'Roboto', sans-serif;
  text-shadow: 1px 1px 0px #161919, 2px 2px 0px #161919, 3px 3px 0px #161919,
    4px 4px 0px #161919, 5px 5px 0px #161919, 6px 6px 0px #161919,
    7px 7px 0px #161919, 8px 8px 0px #161919, 9px 9px 0px #161919,
    10px 10px 0px #161919, 11px 11px 0px #161919, 12px 12px 0px #161919;
}

.slider-h3 {
  font-weight: 700;
  color: #d20055;
}
ul {
  padding: 0;
  margin: 0;
}
a:link,
a:visited {
  text-decoration: none;
}
a {
  color: black;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
a:hover {
  text-decoration: none;
  color: #e7015e;
}
a.read-more {
  color: #e7015e;
  font-weight: 700;
}
a.read-more:hover {
  color: #222;
}
.body-color {
  background: #161362;
  color: #fff;
}
section,
.section-padding {
  position: relative;
}
.section-bg {
  background: #f9fafc;
}

.semibold {
  padding: 20px;
  font-size: 20px;
  color: white;
  background-color: #d20055;
  text-align: center;
}
/* =========================welcome message code end========================== */

/* =========================footer code start========================== */
.footer-sec {
  background-color: #f19c1f7a;
}
/* =========================footer code end========================== */


.wrapper {
  position: relative;
}

.blob {
  position: absolute;
  width: 18rem;
  height: 18rem;
  border-radius: 9999px;
  filter: blur(32px);
  opacity: 0.7;
  mix-blend-mode: multiply;
  animation: blob 7s infinite;
  z-index: 0;
}

.blob1 {
  background-color: #f472b593;
  /* pink-400 */
  top: 0;
  left: -1rem;
}

.blob2 {
  background-color: #facc15b9;
  /* yellow-400 */
  top: 0;
  right: -1rem;
  animation-delay: 2s;
}

.blob3 {
  background-color: #a78bfa9c;
  /* violet-400 */
  bottom: -2rem;
  left: 5rem;
  animation-delay: 4s;
}

@keyframes blob {
  0% {
    transform: translate(0px, 0px) scale(1);
  }

  33% {
    transform: translate(30px, -50px) scale(1.1);
  }

  66% {
    transform: translate(-20px, 20px) scale(0.9);
  }

  100% {
    transform: translate(0px, 0px) scale(1);
  }
}
.wel-img > img {
  border-radius: 5px;
}
.wel-img {
  border-radius: 50%;
}

.msg {
  /* background-image: linear-gradient(#ffffff, #aee7f5); */
  background: linear-gradient(135deg, #d7c8bd, #cd9dc896, #9c92e1b2, #b1ccde, #fbfbfb);
 
}

.member {
  background-image: linear-gradient(#aee7f5,#ffffff );
}


.h-color{
 color: #230d41;
 font-family: 'Roboto', sans-serif;
 /* font-weight: 00; */
}
.animate-message {
  background: #162561;
  background-image: radial-gradient(
      circle at 20% 100%,
      rgba(184, 184, 184, 0.1) 0%,
      rgba(184, 184, 184, 0.1) 33%,
      rgba(96, 96, 96, 0.1) 33%,
      rgba(96, 96, 96, 0.1) 66%,
      rgba(7, 7, 7, 0.1) 66%,
      rgba(7, 7, 7, 0.1) 99%
    ),
    linear-gradient(40deg, #040a22, #162561, #202e64, #6f7aa6);
  background-repeat: no-repeat;
  background-size: cover;
}
.animate-message-pic {
  background: #f4f5f7;
  background-image: radial-gradient(
      circle at 20% 100%,
      rgba(207, 204, 204, 0.1) 0%,
      rgba(241, 240, 243, 0.1) 33%,
      rgba(96, 96, 96, 0.1) 33%,
      rgba(96, 96, 96, 0.1) 66%,
      rgba(7, 7, 7, 0.1) 66%,
      rgba(7, 7, 7, 0.1) 99%
    ),
    linear-gradient(40deg, #feffff, #eff0f1, #f8f9fa, #ffffff);
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid blueviolet;
}


.animate-message-around {
  background: #d39522ff;
  background-image: radial-gradient(
      circle at 20% 100%,
      rgba(194, 23, 23, 0.1) 0%,
      rgba(11, 119, 43, 0.1) 33%,
      rgba(107, 17, 95, 0.1) 33%,
      rgba(7, 100, 42, 0.1) 66%,
      rgba(7, 7, 7, 0.1) 66%,
      rgba(104, 9, 9, 0.1) 99%
    ),
    linear-gradient(40deg, #33064dff, #2c51e4ff, #26b461ff, #0649adff);
  background-repeat: no-repeat;
  background-size: cover;


}
.animate-message-around-guru {
  position: relative;
  background: 

    radial-gradient(
    

      circle at 20% 100%,
      rgba(23, 117, 194, 0.1) 0%,
      rgba(11, 119, 43, 0.555) 33%,
      rgba(107, 17, 95, 0.404) 33%,
      rgba(7, 100, 43, 0.397) 66%,
      rgba(7, 7, 7, 0.459) 66%,
      rgba(104, 9, 9, 0.26) 99%
    ),
    url("../slider-img/inandaround-bg.jpg"); /* Your background image */

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}



/* CONTENT */

.content {
  max-width: 2400px;
}

.content h1 {
  font-family: 'Roboto', sans-serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1px;
  margin-bottom: 36px;
  color: #fff;
}

.content p {
  font-size: clamp(0.9rem, 3vw, 1.25rem);
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 30px;
  color: #fff;
}

.content button {
  background: #eaeaea;
  color: #202134;
  font-size: clamp(0.9rem, 4vw, 1rem);
  font-weight: 600;
  border: 0;
  outline: 0;
  padding: 8px 14px;
  border-radius: 7px;
  transform: scale(1);
  transition: all 0.4s ease-in;
  cursor: pointer;
}

.content button:is(:hover, :focus) {
  transform: scale(0.98);
  background-color: #6f7aa6;
  color: #eaeaea;
}

/* SLIDER */

.swiper {
  position: relative;
  width: 400px;
  height: 490px;
}

.swiper-slide {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.3);
  user-select: none;
  border-radius: 20px;
}

.cost {
  position: absolute;
  top: 8px;
  right: 6px;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  padding: 6px 10px;
  color: #fff;
  font-size: clamp(0.8rem, 4vw, 0.9rem);
  font-weight: 600;
}

.dark-text {
  color: #202134;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.overlay {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 150px;
  padding: 10px 20px;
  background: rgba(93, 95, 145, 0.2);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  border-radius: 0 0 20px 20px;
}

.overlay h1 {
  font-size: clamp(1.2rem, 4vw, 1.5rem);
  font-weight: 600;
}

.overlay p {
  font-size: clamp(0.8rem, 4vw, 0.9rem);
  font-weight: 300;
  line-height: 1.3;
}

.logo {
  position: fixed;
  right: -20px;
  bottom: -30px;
  z-index: 10;
}

.logo img {
  width: 120px;
}
@media (max-width: 767px) {
  .inner-msg {
    padding: 20px 20px;
  }

  .content h1 {
    text-align: center;
  }

  .content p,
  .content button {
    text-align: center;
    margin: 0 auto;
  }

  .swiper {
    margin-top: 30px;
  }
  @media (max-width: 768px) {
    .overflow-container {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }

    .swiper {
      width: 100%;
      min-width: 400px; /* width of each card */
    }

    .swiper-wrapper {
      display: flex !important;
      flex-wrap: nowrap;
    }

    .swiper-slide {
      flex-shrink: 0;
      width: 300px;
      margin-right: 16px;
    }
  }
}
.swiper-slide img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  object-fit: cover;
  display: block;
}
.swiper-slide {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.3);
  user-select: none;
  border-radius: 20px;
  overflow: hidden;
  width: 100%; /* for mobile */
  max-width: 100%;
}

/* in and aroudn css end  */


/* contact form css start  */
.animate-message-pic-form{
  background: #f4f5f7;
  /* background-image: radial-gradient(
      circle at 20% 100%,
      rgba(207, 204, 204, 0.1) 0%,
      rgba(241, 240, 243, 0.1) 33%,
      rgba(96, 96, 96, 0.1) 33%,
      rgba(96, 96, 96, 0.1) 66%,
      rgba(7, 7, 7, 0.1) 66%,
      rgba(7, 7, 7, 0.1) 99%
    ),
    linear-gradient(40deg, #feffff, #eff0f1, #f8f9fa, #ffffff); */
    background-image: url(../slider-img/form-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid blueviolet;
  background-attachment: fixed;
}
  .contact-header {
  position: relative;
  background: url('../images/reg-bg.jpg') no-repeat center center/cover;
  height: 300px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* helps readability */
}

.contact-header::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 102, 255, 0.3); /* blue overlay with balance */
  z-index: 1;
}

.contact-header .container {
  position: relative;
  z-index: 2;
}

    .contact-box {
      /* background: white; */
      border-radius: 15px;
      padding: 2rem;
      box-shadow: 0 0 30px rgba(0,0,0,0.1);
      transition: transform 0.3s ease;
    }

    .contact-box:hover {
      transform: translateY(-5px);
    }

    .form-control:focus {
      box-shadow: none;
      
    }

    .map-responsive {
      overflow: hidden;
      padding-bottom: 56.25%;
      position: relative;
      height: 0;
      border-radius: 15px;
      box-shadow: 0 0 20px rgba(0,0,0,0.1);
    }

    .map-responsive iframe {
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      position: absolute;
      border: none;
    }

    .info-box {
      display: flex;
      align-items: center;
      margin-bottom: 1.5rem;
    }

    .info-box i {
      font-size: 1.5rem;
      color: #007bff;
      margin-right: 1rem;
    }
   
/* contact form css end  */


/* nav btn css start  */

  .contact-btn {
    transition: all 0.5s;
    cursor: pointer;

    text-align: center;
    font-size: 16px;
    padding: 10px;
    width: 150px;
    border-radius: 10px;
  }

  .contact-btn span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }

  .contact-btn span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
  }

  .contact-btn:hover span {
    padding-right: 25px;
  }

  .contact-btn:hover span:after {
    opacity: 1;
    right: 0;
  }

  .top-strip {
    background-color: #33175B;
    ;
    color: white;
    font-size: 14px;
    padding: 5px 0;
  }

  .top-strip a {
    color: white;
    margin-left: 10px;
  }

  .conference-info {
    text-align: center;
    padding: 10px 0;
    background-color: #f8f9fa;
  }

  .navbar-custom {
    background-color: #5161ce;
  }

  .navbar-custom .nav-link,
  .navbar-custom .navbar-brand,
  .navbar-custom .navbar-text {
    color: white;
  }

  .navbar-custom .nav-link:hover {
    color: #ffd;
  }

  #offcanvasNavbar {
    background-color: #5161ce;
    color: white;
  }

  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28 255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }


