@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tangerine:wght@400;700&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    color: #FFFFFF;
    background-color: #151853;
}

.navbar-light .navbar-toggler {
    color: #fff;
    border: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
}

.navbar-light .navbar-toggler:focus {
    outline: none !important;
    box-shadow: none;
}

.menu_wrapper nav {
    background: transparent !important;
    padding: 8px 0px !important;
}

.menu_wrapper .navbar-collapse {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
}

.menu_wrapper ul.navbar-nav li a {
    color: #fff !important;
    font-size: 16px;
    position: relative;
    line-height: 33px;
    padding-right: 18px !important;
    padding-left: 18px !important;
    font-weight: 400;
    text-decoration: none !important;
}

.menu_wrapper ul.navbar-nav li a:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 18px;
    right: 100%;
    border-bottom: 3px solid #df42a8;
    transition: all 0.5s;
}

.menu_wrapper ul.navbar-nav li a.active:before,
.menu_wrapper ul.navbar-nav li a:hover:before {
    right: 18px;
}

.menu_wrapper ul.navbar-nav li a:hover {
    text-decoration: underline;
}

.header.header {
    position: relative;
    z-index: 11;
}

section {
    padding: 100px 0;
}

.main {
    width: 100%;
    overflow: hidden;
    position: relative;
}


.main-banner-block {
    width: 100%;
    position: relative;
    padding: 100px 0;
    display: flex;
    justify-content: center;
}

.main-banner-block:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.banner-content-block {
    position: relative;
    z-index: 1;
    max-width: 1500px;
    
}

.main-banner-block img {
    /*position: absolute;*/
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-inner-content-block {
    position: relative;
    z-index: 2;
    text-align: center;
    margin: 0 auto;
    /* padding: 0 100px; */
    
}

.banner-inner-content-block h5 {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.banner-inner-content-block h1 {
    color: #FFFFFF;
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 20px;
}

.banner-inner-content-block p {
    font-size: 16px;
    color: #fff;
}

.section-heading {
    width: 100%;
    position: relative;
    text-align: center;
    margin-bottom: 80px;
}

.section-heading h2 {
    width: 100%;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.feature-block {
    transition: all 0.5s;
    margin-top: 40px;
}


.about-img img {
    border-radius: 5px;
    box-shadow: 0px 0px 30px 0px rgba(0, 42, 106, 0.1);
}


.footer-block {
    width: 100%;
    background-color: #050505;
    color: #fff;
    padding: 80px 0 50px 0;
    position: relative;

}

.footer-block .container {
    position: relative;
    z-index: 1;
}

.footer-links {
    padding-left: 0;
    list-style: none;
}

.footer-links a {
    color: #fff;
    line-height: 38px;
    font-size: 14px;
    text-transform: capitalize;
    text-decoration: none;
    transition: all 0.3s;
}

.footer-links a:hover {
    color: #df42a8;
}

.footer-links a i {
    width: 20px;
    margin-right: 10px;
}






.accordion-button:focus,
.accordion-button:not(.collapsed) {
    background-color: #4813ab;
    color: #FFFFFF;
    box-shadow: none;
}

.accordion-flush .accordion-item {
    margin-bottom: 15px;
}

.accordion-button {
    border-bottom-color: rgba(33, 200, 122, 0.2);
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23212121' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}






.navbar-brand img {
    padding-top: 30px;
    max-width: 300px;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover {
    color: #df42a8 !important;
}

.about-section {
    background-color: #151853;
    color: #FFFFFF;
}



.faq-section-block,
.accordion-item {
    background-color: #111343;
    color: #FFFFFF;
}

.accordion-flush .accordion-collapse,
.accordion-button {
    background-color: #1f2371;
    color: #FFFFFF;
}

.accordion-item {
    border: 0;
}

.accordion-button::after {
    display: none;
}

.event-section {
    background-color: #151853;
}

.event-bx {
    background-color: #4813ab;
    padding: 30px;
    border-radius: 18px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.footer-brand img {
    max-width: 300px;
}


.nav-block-block {
    opacity: 0;
}

.flex-container {
    display: flex;
    align-items: center; /* Aligns items vertically in the center */
    justify-content: space-between; /* Spreads out the child divs */
}

.flex-container > div {
    flex: 1; /* Each child will take equal amount of space */
    padding: 0 50px; /* Adjust padding as needed */
}

.carousel {
    position: relative;
    width: 700px; /* Set your desired width */
    overflow: hidden;
    z-index: 2;
    height: 600px;
}

.carousel-images img {
    width: calc(100% - 30px); /* Width minus the padding */
    display: none;
    position: absolute;
    top: 0;
    left: 50%; /* Center horizontally */
    transform: translateX(-50%); /* Adjust for centering */
    z-index: 2;
}

.carousel-images img.active {
    display: block;
}

.carousel-button {
    position: absolute;
    font-size: large;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    cursor: pointer;
    color: white; /* Make buttons white */
}

.prev {
    left: 0; /* Adjust to align to the left side */
}

.next { 
    right: 0; /* Adjust to align to the right side */
}




.boasts {
    display: flex;
    flex-direction: column;
    align-items: center; /* Center the content */
    margin-bottom: 20px; /* Add some space below the boasts before the social buttons */
}

.social-buttons {
    display: flex;
    justify-content: center; /* Center the buttons horizontally */
    gap: 10px; /* Add space between buttons */
}

.social-button img {
    height: 40px; /* Adjust the size of the icons */
    width: 40px;
}

.news-banner {
    background-color: #9370DB;
    width: 100%;
    padding: 10px 0;
    position: relative;
    z-index: 1000;
}

  
  .news-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .news-content span {
    color: white;
    font-weight: bold;
  }
  
  .news-button {
    background-color: white;
    color: #9370DB;
    padding: 5px 15px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
  }
  
  .news-button:hover {
    background-color: #f0f0f0;
  }
  
  @media (max-width: 576px) {
    .news-content {
      flex-direction: column;
      text-align: center;
    }
  
    .news-button {
      margin-top: 10px;
    }
  }