@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6{
    font-family: "Poppins", sans-serif;
}


body {
  background-color: #ffffff;
  font-style: normal;
  font-family: "Poppins", sans-serif;
}


.navbar {
  padding: 30px 0px;
  background-color: #1e0d51;
}

.nav-link {
  color: #ffffff;
}

.nav-link:hover {
  text-decoration: underline;
  color: white;
}
.nav-item a {
  font-size: 18px;
}
.modal-header
{
     border-bottom:1px solid #ffffff4f;
}
.hero {
  padding: 80px 0px;
  position: relative;
}
.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fdd25f3d;
    z-index: -1;
}
.hero-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.first,
.second {
  border: none;
  outline: none;
}
.hero-head h1 {
  font-size: 52px;
  font-weight: 800;
  color: #1e0d51;
}
.hero-head h1 span {
  color: #ffb400;
}
.community-content h2 span {
  color: #ffb400;
}
.hero-head p {
  color: black;
  font-size: 22px;
}
.hero-btn {
  /*display: flex;*/
  gap: 10px;
  align-items: center;
}
.hero-btn .first {
  background-color: #ffb400;
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  padding: 12px 35px;
  border-radius: 30px;
}
.hero-btn .second {
  color: #1e0d51;
  font-size: 22px;
  font-weight: 600;
  padding: 12px 35px;
  text-decoration: underline;
}

.form-section {
  background-color: #1e0d51;
  border-radius: 10px;
  padding: 25px 30px;
  color: #1f2839;
}
.navbar-nav .nav-item
{
    margin: 0 10px;
}
.form-control {
  border: 2px solid #ffdb8a;
  /*color: #ffdb8a;*/
}
.btn-warning-custom {
  background-color: #ffb400;
  color: #1e0d51;
  border: none;
  padding: 15px 0px;
  font-size: 20px;
  font-weight: 700;
}
.nav-link
{
    color:white !important;
}

.btn-warning-custom:hover {
  background-color: #ffb400;
}

.community {
      padding: 20px 0px;
    background: #1e0d51;
  padding: 20px 0px;
}

.community-content {
  padding: 48px 0px;
  text-align: center;
  color: white;
}
.community-content h1 {
  font-size: 62px;
  font-weight: 700;
}
.community-content p {
  font-size: 24px;
  font-weight: 200;
}

footer {
  background-color: #ffb400;
  padding: 24px;
  text-align: center;
  color: #1e0d51;
  font-size: 14px;
  margin: 0px;
      padding-bottom: 15px;
}
footer a
{
    cursor:pointer;
}
footer p {
    font-size: 14px;
    color: #1e0d51;
    margin: 0;
}

.testimonial {
  margin: 80px 0px;
}
.testimonial h2 {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 30px;
  color: black;
}
.testimonial-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.testimonial-content img {
  width: fit-content;
}
.testimonial-content p {
  font-size: 15px;
  color: black;
}
iframe {
  width: 100%;
}
.highlight {
  margin: 80px 0px;
  height: auto;  
  background-image: url('../img/header-bg.png');
  background-repeat: no-repeat;
  background-position:center;
  background-size: cover;
}
.highlight h2 {
  font-size: 48px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  padding-bottom: 30px;
}
.highlight-box {
  border-radius: 12px 12px 12px 12px;
  border: 2px solid #ffffff40;
}

.highlight-box h3 {
font-size: 27px;
    color: white;
    font-weight: 600;
    padding: 40px;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
}

.highlight-box p{
font-size: 24px;
    font-weight: 200;
    color: #fff1cf;
    text-align: center;
    padding: 10px;
}

/* faq */
.faq-section {
  margin: 80px 0px;
}
.faq-head {
  font-size: 48px;
  font-weight: 600;
  color: black;
}
.custom-accordion .accordion-item {
  border: none;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 15px;
  background-color: transparent;
}

.custom-accordion .accordion-button {
  background-color: #1e0d51;
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  box-shadow: none;
  padding: 24px 24px;
  font-size: 18px;
  transition: background-color 0.3s ease;
}

.custom-accordion .accordion-button::after {
  background-color: #fff;
  border-radius: 50%;
  color: #000000;
  font-weight: bold;
  padding: 20px;
  background-position: center;
}

.custom-accordion .accordion-button:not(.collapsed) {
  background-color: #ffb400;
  color: rgb(0, 0, 0);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
  background-color: white !important;
}

.custom-accordion .accordion-body {
  background-color: white;
  color: rgb(0, 0, 0);
  border-left: 2px solid #ffdb8a;
  border-right: 2px solid #ffdb8a;
  border-bottom: 2px solid #ffdb8a;
  font-size: 17px;
  padding: 1rem 1.25rem;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

@media (max-width: 991px) {
  .navbar-toggler {
  }
  .navbar-toggler-icon {
    filter: invert(1);
  }
}
@media (max-width: 767px) {
    .navbar-nav
    {
        padding-top: 1rem;
    }
    .modal-title
    {
        font-size: 19px !important;
    }
    .hero-btn button
    {
            max-width: 350px;
    }
  .hero-head h1 {
    font-size: 36px;
  }
  .hero-head p {
    font-size: 18px;
  }
  .hero-btn {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
  }
  .hero-btn .first,
  .hero-btn .second {
    width: 100%;
    font-size: 20px;
  }
  .btn-warning-custom {
    font-size: 16px;
  }
  .community-content h1 {
    font-size: 32px;
    font-weight: 700;
  }
  .community-content p {
    font-size: 16px;
    font-weight: 500;
  }
  .community {
    background-position: center;
  }
  .hero {
    position: relative;
    padding: 30px 0px;
  }
  .hero-content
  {
      text-align:center;
  }
  .btn-primary
  {
      width:100%;
  }
  .navbar
  {
          padding: 10px 0px;
  }
  .navbar-brand img
  {
          width: 115px;
  }
  .testimonial h2 {
    font-size: 32px;
  }
  .testimonial {
    margin: 40px 0px;
  }
  .testimonial-content p {
    font-size: 18px;
  }
  .highlight {
    background-position: center;
    background-size: cover;
    margin: 40px 0px;
  }
  .highlight h2 {
    font-size: 32px;
  }
  .faq-head {
    font-size: 32px;
  }
  .custom-accordion .accordion-button {
    font-weight: 500;
    font-size: 16px;
  }
  .custom-accordion .accordion-button::after {
    padding: 10px;
  }
  .faq-section {
    margin: 40px 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-head h1 {
    font-size: 38px;
  }
  .hero-head p {
    font-size: 18px;
  }
  .hero-btn {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
  }
  .hero-btn .first,
  .hero-btn .second {
    width: 100%;
    font-size: 20px;
  }
  .btn-warning-custom {
    font-size: 16px;
  }
  .community-content h1 {
    font-size: 38px;
    font-weight: 700;
  }
  .community-content p {
    font-size: 16px;
    font-weight: 500;
  }
  .community {
    background-position: center;
  }
  .hero {
    margin: 40px 0px;
    position: relative;
  }
  .testimonial h2 {
    font-size: 32px;
  }
  .testimonial {
    margin: 40px 0px;
  }
  .testimonial-content p {
    font-size: 18px;
  }
  .highlight {
    background-position: center;
    background-size: cover;
    margin: 40px 0px;
  }
  .highlight h2 {
    font-size: 38px;
  }
  .faq-head {
    font-size: 38px;
  }
  .custom-accordion .accordion-button {
    font-weight: 500;
    font-size: 16px;
  }
  .custom-accordion .accordion-button::after {
    padding: 10px;
  }
  .faq-section {
    margin: 40px 0px;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .hero-head h1 {
    font-size: 38px;
  }
  .hero-head p {
    font-size: 18px;
  }
  .hero-btn {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
  }
  .hero-btn .first,
  .hero-btn .second {
    width: 100%;
    font-size: 20px;
  }
  .btn-warning-custom {
    font-size: 16px;
  }
  .community-content h1 {
    font-size: 38px;
    font-weight: 700;
  }
  .community-content p {
    font-size: 16px;
    font-weight: 500;
  }
  .community {
    background-position: center;
  }
  .hero {
    margin: 40px 0px;
    position: relative;
  }
  .testimonial h2 {
    font-size: 32px;
  }
  .testimonial {
    margin: 40px 0px;
  }
  .testimonial-content p {
    font-size: 18px;
  }
  .highlight {
    background-position: center;
    background-size: cover;
    margin: 40px 0px;
  }
  .highlight h2 {
    font-size: 38px;
  }
  .faq-head {
    font-size: 38px;
  }
  .custom-accordion .accordion-button {
    font-weight: 500;
    font-size: 16px;
  }
  .custom-accordion .accordion-button::after {
    padding: 10px;
  }
  .faq-section {
    margin: 40px 0px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .hero-head h1 {
    font-size: 42px;
  }
  .hero-head p {
    font-size: 18px;
  }

  .hero-btn .first,
  .hero-btn .second {
    font-size: 22px;
  }
  .btn-warning-custom {
    font-size: 16px;
  }
  .community-content h1 {
    font-size: 42px;
    font-weight: 700;
  }
  .community-content p {
    font-size: 18px;
    font-weight: 500;
  }
  .community {
    background-position: center;
    background-size: cover;
  }
  .hero {
    margin: 60px 0px;
    position: relative;
  }
  .testimonial h2 {
    font-size: 36px;
  }
  .testimonial {
    margin: 60px 0px;
  }
  .testimonial-content p {
    font-size: 18px;
  }
  .highlight {
    background-position: center;
    background-size: cover;
    margin: 60px 0px;
  }
  .highlight h2 {
    font-size: 42px;
  }
  .faq-head {
    font-size: 42px;
  }
  .custom-accordion .accordion-button {
    font-weight: 500;
    font-size: 16px;
  }
  .custom-accordion .accordion-button::after {
    padding: 20px;
  }
  .faq-section {
    margin: 50px 0px;
  }
}

#mainform label{
    color:white;
}

.popupform label{
    color: white;
    font-size: 14px;
    margin-bottom: 3px;
}
.flinks
{
    color:black;
}
#three, #two, #one{
    background-color: rgba(0, 0, 0, 0.9);
}
    
.scroll-box {
    height: 317px;
    overflow-y: auto;
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
  }
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.5); /* Optional background */
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.carousel-control-prev,
.carousel-control-next {
  top: 45%;
  transform: translateY(-50%);
}

.carousel-indicators {
  bottom: -70px; /* already included */
}

.carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #333;
}

.text-red{
    color:red;
}
.carousel-item .row {
  padding: 0 60px; /* push content away from edges */
}
.carousel-control-prev {
  left: -70px;
}
.carousel-control-next {
  right: -70px;
}
.carousel-control-prev,
.carousel-control-next {
  z-index: 2;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: black; /* Makes the background of the arrow black */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-size: 50% 50%;
  background-position: center;
  background-repeat: no-repeat;
}


/* For tablets (768px and below) */
@media (max-width: 991.98px) {
  .carousel-item .row {
    padding: 0 20px;
    flex-direction: column;
  }

  .carousel-control-prev,
  .carousel-control-next {
    left: 10px;
    right: 10px;
    top: 90%;
    transform: translateY(-50%);
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 30px;
    height: 30px;
  }

  .carousel-indicators {
    bottom: -40px;
  }

  .scroll-box {
    max-height: 300px;
    overflow-y: auto;
  }

  .video-container iframe {
    width: 100% !important;
    height: 320px !important;
  }

  .carousel-item .testimonial-content {
    margin-bottom: 20px;
    height:300px;
  }
  .video-wrap
  {
      order:-1;
  }
}

.video-container iframe {
    width: 100% !important;
    height: 320px !important;
  }

/* For mobile (576px and below) */
@media (max-width: 575.98px) {
  .carousel-control-prev,
  .carousel-control-next {
    display: none; /* Hide arrows on small screens if needed */
  }

  .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
  }

  .carousel-item .row {
    padding: 0 10px;
  }
.custom-accordion .accordion-button::after {
        padding: 14px;
        margin-right: -10px;
        margin-left: 1rem;
    }
}
.video-container {
  position: relative;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.thank{
    background-color: #FDD25F;
    padding:40px;
    color:black;
}

.msg{
    background-color:#1e0d51;
    padding:20px;   
    color:white;
}

.iti{
    display:block !important;
}