@charset "UTF-8";
.select2-container {
  z-index: 999999 !important;
}

.custom-err-msg {
  color: #ff4c4c;
  font-size: 12px;
}

body {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif !important;
  font-optical-sizing: auto;
}

.nav-top .container,
.navbar .container {
  padding: 0 3rem;
}

.about-section .container {
  padding: 0 1.7rem;
}

.gradient-button {
  position: relative;
  background: linear-gradient(to right, #9a6e41, #debc6a, #9a6e41, #debc6a, #9a6e41);
  padding: 1.5px;
  border-radius: 8px;
  
  /* my code  */
  display: flex; 
}
.gradient-button a {
  background-color: #0a2d60;
  text-decoration: none;
  padding: 9px;
  display: inline-block;
  border-radius: 8px;
  color: white;
  font-size: 13px; 

  /* my code  */
  display: flex;         
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}

.nav-top {
  background-color: #22539e;
  padding: 1rem 0;
  box-shadow: rgb(29, 29, 29) 0px -2px 7px 0px;
  z-index: 1;
  position: relative;
}
.nav-top .img-1 {
  width: 4.5rem;
}
.nav-top .img-2 {
  width: 13rem;
}

.navbar {
  background-color: #22539e;
}
.navbar img {
  width: 8.5rem;
  position: absolute;
  top: -4.4rem;
  z-index: 2;
}
.navbar button {
  border: 0;
}
.navbar button:focus {
  box-shadow: none;
}
.navbar .navbar-nav {
  margin-left: 12rem;
}
.navbar .navbar-nav li {
  margin: 0 0.5rem;
}
.navbar .navbar-nav li a {
  color: white !important;
  padding: 2rem 1.6rem !important;
  font-size: 13px;
  font-weight: 200;
}
.navbar .navbar-nav li a.active {
  background-color: #0a2d60;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  font-weight: 700;
}

.home-slider {
  background-color: #22539e;
  position: relative;
}
.home-slider .golden-gradient img {
  width: 100%;
  border-radius: 16px;
}
.home-slider .owl-nav a {
  position: absolute;
  z-index: 99;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px !important;
  color: white !important;
}
.home-slider .owl-nav a img {
  width: 16px;
}
.home-slider .owl-prev {
  left: 60px;
}
.home-slider .owl-next {
  right: 60px;
}

.home-banner {
  padding: 2.5rem 0;
  background-color: #22539e;
}
.home-banner .gradient-button {
  width: -moz-fit-content;
  width: fit-content;
}
.home-banner .gradient-button a {
  font-weight: 300;
}
.home-banner .banner-img {
  background: linear-gradient(to right, #9a6e41, #debc6a, #9a6e41, #debc6a, #9a6e41);
  border-radius: 16px;
}
.home-banner .banner-img::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 13px;
  width: calc(100% - 10px);
  height: calc(100% - 8px);
  background: linear-gradient(to right, #ffffff 53%, transparent);
}
.home-banner .banner-img img {
  border: 5px solid transparent;
  border-radius: 16px;
  height: 72vh;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right;
     object-position: right;
  position: relative;
}
.home-banner .content {
  position: absolute;
  width: 55%;
  bottom: 4.5rem;
  left: 5rem;
}
.home-banner .content h1 {
  font-size: 2.55vw;
  margin-bottom: 1rem;
  font-weight: 600;
  color: black;
}
.home-banner .content p {
  font-size: 1.3vw;
  margin-bottom: 1.5rem;
  color: black;
}

.login-modal .modal-dialog {
  max-width: 420px;
}
.login-modal .modal-content {
  background-color: #22539e;
  border-radius: 1rem;
}
.login-modal .modal-content .modal-header {
  padding: 0;
  border: 0;
}
.login-modal .modal-content .modal-header button {
  background: none;
  font-weight: bold;
  color: white;
  font-size: 1.2rem;
  width: 2rem;
  height: 1.2rem;
  opacity: 1;
}
.login-modal .modal-content .modal-body {
  padding: 0 2rem;
}
.login-modal .modal-content .modal-body img {
  width: 9rem;
  margin: auto;
  display: flex;
}
.login-modal .modal-content .modal-body .CS-input {
  background-color: transparent;
  border: 1px solid white;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 0.8rem 1.4rem;
}
.login-modal .modal-content .modal-body .CS-input i,
.login-modal .modal-content .modal-body .CS-input svg {
  padding-right: 0.5rem;
}
.login-modal .modal-content .modal-body .CS-input input {
  background-color: transparent;
  border: 0;
  color: white;
  font-size: 13px;
  padding: 0;
}
.login-modal .modal-content .modal-body .CS-input input::-moz-placeholder {
  color: white !important;
  opacity: 1 !important;
  font-weight: 300;
  font-size: 13px;
}
.login-modal .modal-content .modal-body .CS-input input::placeholder {
  color: white !important;
  opacity: 1 !important;
  font-weight: 300;
  font-size: 13px;
}
.login-modal .modal-content .modal-body .CS-input input:focus {
  box-shadow: none;
}
.login-modal .modal-content .modal-body .CS-input input[type=number]::-webkit-inner-spin-button, .login-modal .modal-content .modal-body .CS-input input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0;
}
.login-modal .modal-content .modal-body .custom-select {
  position: relative;
}
.login-modal .modal-content .modal-body .custom-select select {
  background-color: #22539e;
  background-image: none;
  border: 1px solid white;
  border-radius: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 0.8rem 1.4rem;
  color: white !important;
  opacity: 1 !important;
  font-weight: 300;
  font-size: 13px;
}
.login-modal .modal-content .modal-body .custom-select select:focus {
  box-shadow: none;
}
.login-modal .modal-content .modal-body .custom-select img {
  position: absolute;
  width: 1.1rem;
  top: 19px;
  right: 15px;
  z-index: 999999;
}
.login-modal .modal-content .modal-body .custom-select .select2-container .select2-selection--single {
  height: auto;
  background-color: #22539e;
  border: 1px solid white;
  border-radius: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  font-size: 13px;
}
.login-modal .modal-content .modal-body .custom-select .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0.5rem 1.4rem;
  font-size: 13px;
  color: white;
}
.login-modal .modal-content .modal-body .custom-select .select2-container .select2-selection--single .select2-selection__arrow {
  display: none;
}
.login-modal .modal-content .modal-body label {
  font-size: 12px;
  color: white;
  font-weight: 200;
}
.login-modal .modal-content .modal-body label a {
  color: #a4c8fc;
  text-decoration: none;
}
.login-modal .modal-content .modal-body .form-check input {
  background-color: #22539e;
  border: 1px solid white;
  border-radius: 0;
  box-shadow: none;
}
.login-modal .modal-content .modal-body button {
  background-color: white;
  color: #0a2d60;
  font-weight: 700;
  width: 100%;
  border-radius: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 0.5rem 0;
  font-size: 20px;
  margin-top: 0.8rem;
}
.login-modal .modal-content .modal-footer {
  border: 0;
  color: white;
  font-weight: 200;
  font-size: 12px;
  padding: 1rem 2rem 2rem;
}
.login-modal .modal-content .modal-footer a {
  color: white;
  font-weight: 300;
  cursor: pointer;
  margin-left: 0.7rem;
}

.content-inactive-modal .modal-gradient {
  background: linear-gradient(to right, #9a6e41, #debc6a, #9a6e41, #debc6a, #9a6e41);
  border-radius: 16px;
}
.content-inactive-modal .modal-content {
  background-color: #0a2d60;
  border-radius: 1rem;
  border: 5px solid transparent;
  position: relative;
}
.content-inactive-modal .modal-content button.btn-close {
  background: none;
  font-weight: 300;
  color: white;
  opacity: 1;
  font-size: 14px;
  border: 1px solid white;
  padding: 0px 0 3px;
  border-radius: 50px;
  width: 19px;
  height: 15px;
  line-height: 1.25;
  position: absolute;
  right: 0.9rem;
  top: 0.8rem;
  z-index: 999;
}
.content-inactive-modal .modal-content .modal-body {
  min-height: 12rem;
  font-size: 1.8rem;
  font-weight: 600;
}

.select2-dropdown {
  background-color: #22539e;
  color: white;
  font-size: 13px;
}

.about-section {
  background-color: #22539e;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.about-section .left-sec {
  padding-right: 4.1rem;
}
.about-section h2 {
  font-size: 2.8rem;
}
.about-section p {
  font-size: 22px;
  margin-top: 4rem;
}
.about-section .about-img {
  background: linear-gradient(to right, #9a6e41, #debc6a, #9a6e41, #debc6a, #9a6e41);
  border-radius: 16px;
}
.about-section .about-img img {
  border: 5px solid transparent;
  border-radius: 16px;
  height: 27rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.event-section {
  padding: 6rem 3rem;
}
.event-section .event-img {
  background: linear-gradient(to right, #9a6e41, #debc6a, #9a6e41, #debc6a, #9a6e41);
  border-radius: 16px;
}
.event-section .event-img::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 13px;
  width: calc(100% - 10px);
  height: calc(100% - 8px);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.9215686275), transparent);
}
.event-section .event-img img {
  border: 5px solid transparent;
  border-radius: 16px;
  height: 60vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  position: relative;
}
.event-section .content {
  position: absolute;
  top: 2.5rem;
  left: 3rem;
}
.event-section .content h1 {
  font-size: 2.8rem;
  font-weight: 600;
}
.event-section .content p {
  font-size: 2rem;
  font-weight: 300;
  font-style: italic;
}
.event-section .all-buttons {
  margin-top: -2.3rem;
}
.event-section .all-buttons .gradient-button {
  display: inline-block;
  padding: 2px;
}
.event-section .all-buttons .gradient-button a {
  font-size: 18px;
  font-weight: 300;
  padding: 16px 9px;
  width: 15rem;
  text-align: center;
  /* my code  */
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  /* align-items: stretch; */
}

.BG-event {
  background-color: #22539e;
}
.BG-event .gradient-button a {
  background-color: white;
  color: #0a2d60;
  font-weight: 400 !important;
}

.logout-DD .dropdown-toggle::after {
  content: none;
}
.logout-DD ul {
  background-color: #0a2d60;
}
.logout-DD ul a {
  font-size: 13px;
  padding: 0 1rem;
  color: white;
  font-weight: 300;
}
.logout-DD button {
  font-size: 13px;
  font-weight: 500;
  color: white;
}
.logout-DD button:hover {
  color: white;
}
.logout-DD img {
  width: 1rem;
  position: static;
}

.footer {
  background-color: #e2e2e2;
  padding: 2rem 0 1rem;
}
.footer .img-1 {
  width: 8.2rem;
}
.footer .img-2 {
  width: 4.5rem;
}
.footer .divide-line {
  width: 0.5px;
  background-color: #0a2d60;
  height: 100px;
  margin: 0 2rem;
}
.footer p {
  font-size: 12px;
}

.main-contact-page .cs-container {
  max-width: 900px;
  padding: 0;
}

.contact_us_main-banner {
  width: 100%;
  height: 40vh;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

.contact-form {
  padding: 50px 20px 20px;
}
.contact-form h2 {
  font-weight: 700;
}
.contact-form p {
  color: #666;
  margin-bottom: 30px;
}
.contact-form h3 {
  font-weight: 500;
  margin-bottom: 26px;
}
.contact-form .form-grid input,
.contact-form .form-grid textarea {
  width: 100%;
  padding: 10px 15px;
  border: 2px solid #0a2d60;
  border-radius: 25px;
  outline: none;
  font-size: 13px;
}
.contact-form .form-grid input:focus,
.contact-form .form-grid textarea:focus {
  box-shadow: none;
}
.contact-form .form-grid input[type=number]::-webkit-inner-spin-button, .contact-form .form-grid input[type=number]::-webkit-outer-spin-button,
.contact-form .form-grid textarea[type=number]::-webkit-inner-spin-button,
.contact-form .form-grid textarea[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0;
}
.contact-form .form-grid .cs-text-area {
  grid-column: 1/-1;
  height: 130px;
  border-radius: 1rem;
}

.cs-marquee {
  background: linear-gradient(to right, #9a6e41, #debc6a, #9a6e41, #debc6a, #9a6e41);
  padding-top: 6px;
}
.cs-marquee marquee {
  padding: 6px 0;
  width: 100%;
  background-color: #0a2d60;
  color: white;
}

.text-black {
  color: black !important;
}

.text-dark-blue {
  color: #0a2d60 !important;
}

.description-text {
  line-height: 1.3;
  color: #0a2d60;
  font-size: 13px;
}

.view-page-main .navbar-toggler {
  background-color: white;
  justify-content: space-between;
  padding: 0.8rem;
  align-items: center;
  border-radius: 0;
}
.view-page-main .navbar-toggler:focus {
  box-shadow: none;
}
.view-page-main .navbar-toggler li {
  color: black;
  font-size: 13px;
  font-weight: 500;
}
.view-page-main .navbar-toggler img {
  width: 1rem;
  filter: brightness(0);
}
.view-page-main #EventsDropdown {
  flex-basis: auto;
}
.view-page-main .gradient-button a {
  padding: 9px 18px;
  font-size: 15px;
}
.view-page-main .gradient-button a img {
  padding-right: 0.4rem;
  width: 1.6rem;
}
.view-page-main .gradient-button a i,
.view-page-main .gradient-button a svg {
  font-size: 16px;
}
.view-page-main .right-side h6 {
  font-size: 17px;
}
.view-page-main .left-side {
  width: 20%;
}
.view-page-main .right-side {
  width: 80%;
}

.next-prev-buttons .gradient-button a {
  padding: 9px 0;
  width: 7.5rem;
  justify-content: center;
}

/* --- Button Styling --- */
.btn-dark-blue {
  background-color: #0a2d60;
  color: white;
  border: none;
  transition: 0.3s;
}
.btn-dark-blue:hover {
  background-color: rgb(14.8113207547, 66.6509433962, 142.1886792453);
  color: white;
}

.btn-go-back {
  background-color: #0a2d60;
  color: white;
  border: none;
  font-size: 0.9rem;
  font-weight: 500;
}
.btn-go-back:hover {
  background-color: rgb(14.8113207547, 66.6509433962, 142.1886792453);
  color: white;
}

/* --- Sidebar Container Styling --- */
.sidebar-wrapper {
  background-color: #22539e;
  overflow: hidden;
  padding: 0.3rem 0;
  position: sticky;
  top: 0;
  /* DESKTOP VIEW ONLY (Large screens) */
  /* MOBILE VIEW ONLY */
}
@media (min-width: 767px) {
  .sidebar-wrapper {
    border-radius: 8px;
    min-height: 450px;
  }
}
@media (max-width: 991px) {
  .sidebar-wrapper {
    border-radius: 4px;
    /* Slightly less rounded on mobile */
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .sidebar-wrapper {
    border-radius: 0;
  }
}

/* --- Accordion Items --- */
.custom-accordion-item {
  padding: 0;
  margin: 0 1rem;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid white;
}
.custom-accordion-item:last-child {
  border-bottom: none;
}
.custom-accordion-item .accordion-header .accordion-button {
  background-color: #22539e;
  color: white;
  font-weight: 300;
  font-size: 15px;
  box-shadow: none;
  padding: 0.7rem 0;
  /* White Arrow Icon */
}
.custom-accordion-item .accordion-header .accordion-button::after {
  content: none;
}
.custom-accordion-item .accordion-header .accordion-button:not(.collapsed) img {
  transform: rotate(180deg);
}
.custom-accordion-item .accordion-header .accordion-button img {
  width: 1rem;
  transition: all 0.4s ease-in-out;
}

/* --- Sidebar Links --- */
.sidebar-sublist li img {
  width: 1.4rem;
  padding-right: 0.4rem;
}
.sidebar-sublist li a {
  width: 100%;
  display: block;
  padding: 0.4rem 0;
  color: white;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  border-left: 3px solid transparent;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* Active State (Yellow) */
}
.sidebar-sublist li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
}
.sidebar-sublist li a.active-item {
  background-color: rgba(0, 0, 0, 0.2);
  color: #e0cd6d;
  border-left: 3px solid #e0cd6d;
  font-weight: 600;
}
.sidebar-sublist li a.active-item i {
  color: #e0cd6d !important;
}
.sidebar-sublist li a.active {
  color: #e0cd6d;
}

.breadcrumb li {
  font-size: 14px;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.4rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  color: black;
  padding-right: 0.3rem;
}

.login-form {
  position: relative;
}

.login-form-label {
  position: absolute;
  color: #FFFFFF;
  font-size: 16px;
  top: 0.9rem;
  left: 3rem;
  transition: top 0.2s ease, left 0.2s ease, font-size 0.2s ease;
  pointer-events: none;
}

/* Move label up on focus or value */
.login-form-input:not(:-moz-placeholder) ~ .login-form-label {
  top: -1.5rem;
  left: 0.4rem;
  font-size: 14px;
  color: #FFFFFF;
}
.login-form-input:focus ~ .login-form-label,
.login-form-input:not(:placeholder-shown) ~ .login-form-label {
  top: -1.5rem;
  left: 0.4rem;
  font-size: 14px;
  color: #FFFFFF;
}

.login-form-input::-moz-placeholder {
  color: transparent;
}

.login-form-input::placeholder {
  color: transparent;
}

/* register  */
/* Common floating field wrapper */
.floating-form {
  position: relative;
}

/* Input */
.floating-form .form-control {
  background: transparent;
  border: 2px solid #FFFFFF;
  border-radius: 30px;
  color: #FFFFFF;
  padding: 6px 26px;
  font-size: 16px;
}

/* Hide placeholder text */
.floating-form .form-control::-moz-placeholder {
  color: transparent;
}
.floating-form .form-control::placeholder {
  color: transparent;
}

/* Label inside input */
.floating-form label {
  position: absolute;
  top: 0.9rem;
  left: 1.5rem;
  color: #FFFFFF;
  font-size: 16px;
  pointer-events: none;
  transition: all 0.25s ease;
}

/* Float label on focus / value */
.floating-form .form-control:not(:-moz-placeholder) ~ label {
  top: -1.4rem;
  left: 0.5rem;
  font-size: 14px;
}
.floating-form .form-control:focus ~ label,
.floating-form .form-control:not(:placeholder-shown) ~ label {
  top: -1.4rem;
  left: 0.5rem;
  font-size: 14px;
}

/* contact  */
.contact-floating {
  position: relative;
}

.contact-floating input::-moz-placeholder, .contact-floating textarea::-moz-placeholder {
  color: transparent;
}

.contact-floating input::placeholder,
.contact-floating textarea::placeholder {
  color: transparent;
}

.contact-floating label {
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
  pointer-events: none;
  transition: 0.2s ease;
}

/* Float label on focus or value */
.contact-floating input:not(:-moz-placeholder) ~ label, .contact-floating textarea:not(:-moz-placeholder) ~ label {
  top: -0.6rem;
  font-size: 0.85em;
  left: 1.5rem;
}
.contact-floating input:focus ~ label,
.contact-floating input:not(:placeholder-shown) ~ label,
.contact-floating textarea:focus ~ label,
.contact-floating textarea:not(:placeholder-shown) ~ label {
  top: -0.6rem;
  font-size: 0.85em;
  left: 1.5rem;
}

.contact-form .form-grid {
  /* display: grid; */
  /* grid-template-columns: 1fr 1fr; */
  /* gap: 20px; */
}

@media (max-width: 768px) {
  .name-register.floating-form label {
    top: 0.5rem;
    /* default position inside input */
  }
  .name-register.floating-form .form-control:not(:-moz-placeholder) ~ label {
    top: -2.4rem;
    /* 👈 move label more up */
  }
  .name-register.floating-form .form-control:focus ~ label,
  .name-register.floating-form .form-control:not(:placeholder-shown) ~ label {
    top: -2.4rem;
    /* 👈 move label more up */
  }
}
@media (max-width: 1400px) {
  .view-page-main .left-side {
    width: 22%;
  }
  .view-page-main .right-side {
    width: 78%;
  }
}
@media (max-width: 1200px) {
  .navbar .navbar-nav li a {
    padding: 2rem 1rem !important;
  }
  .nav-top .cs-container,
  .navbar .cs-container,
  .about-section .cs-container,
  .event-section .cs-container {
    padding: 0;
  }
  .about-section h2 {
    font-size: 2.4rem;
  }
  .about-section p {
    font-size: 21px;
  }
  .event-section {
    padding: 6rem 0;
  }
  .view-page-main .left-side {
    width: 25%;
  }
  .view-page-main .right-side {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .navbar {
    background-color: #0a2d60;
  }
  .navbar .navbar-nav {
    margin-left: 0;
    padding-top: 0.5rem;
  }
  .navbar .navbar-nav li a {
    display: inline-block;
    padding: 0.5rem 1rem !important;
    border-radius: 4px !important;
  }
  .navbar .navbar-nav li a.active {
    background-color: #22539e;
    margin-left: 0.8rem;
  }
  .home-banner .cs-container {
    padding: 0;
  }
  .home-banner .content {
    left: 3rem;
    width: 58%;
  }
  .home-banner .content p {
    font-size: 1.7vw;
  }
  .nav-top .cs-container,
  .navbar .cs-container,
  .about-section .cs-container,
  .event-section .cs-container,
  .view-page-main.cs-container {
    padding: 0 3rem;
  }
  .about-section .left-sec {
    padding-right: 2.1rem;
  }
  .about-section h2 {
    font-size: 2rem;
  }
  .about-section p {
    font-size: 19px;
    margin-top: 2.8rem;
  }
  .event-section .all-buttons .gradient-button {
    width: 46%;
  }
  .event-section .all-buttons .gradient-button a {
    width: 100%;
  }
  .view-page-main .left-side {
    width: 28%;
  }
  .view-page-main .right-side {
    width: 72%;
  }
}
@media (max-width: 768px) {
  .home-banner .banner-img img {
    height: 50vh;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .home-banner .content {
    bottom: 8vh;
    left: 5vw;
  }
  .home-banner .content .h1 {
    margin-bottom: 0.8rem;
    font-size: 2.85vw;
  }
  .home-banner .content P {
    font-size: 1.9vw;
  }
  .about-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .about-section .left-sec {
    padding: 0 16px;
  }
  .about-section p {
    margin-top: 1.5rem;
  }
  .about-section .about-img img {
    height: auto;
  }
  .nav-top .cs-container,
  .navbar .cs-container,
  .about-section .cs-container,
  .event-section .cs-container {
    padding: 0 1.5rem;
  }
  .event-section {
    padding: 4rem 0;
  }
  .event-section .content {
    top: 2.5rem;
    left: 2.5rem;
  }
  .event-section .content h1 {
    font-size: 2.2rem;
  }
  .event-section .content p {
    font-size: 1.5rem;
  }
  .event-section .event-img img {
    height: 60vh;
  }
  #EventsDropdown {
    padding: 0;
  }
  .view-page-main.cs-container {
    padding: 0 12px;
  }
  .view-page-main .left-side {
    width: 100%;
  }
  .view-page-main .right-side {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .home-banner {
    padding: 2.5rem 0rem;
  }
  .home-banner .content {
    bottom: 5vh;
  }
  .home-banner .content .h1 {
    font-size: 3.25vw;
    margin-bottom: 0.6rem;
  }
  .home-banner .content P {
    font-size: 2.6vw;
    margin-bottom: 1rem;
  }
  .home-banner .gradient-button a {
    font-size: 10px;
  }
  .home-banner .banner-img img {
    height: 36vh;
  }
  .home-slider .owl-prev {
    left: 13px;
  }
  .home-slider .owl-next {
    right: 13px;
  }
  .about-section {
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
  }
  .about-section h2 {
    font-size: 1.6rem;
  }
  .about-section p {
    font-size: 15px;
  }
  .event-section {
    padding: 3rem 0;
  }
  .event-section .event-img img {
    height: 36vh;
  }
  .event-section .all-buttons {
    margin-top: -1.5rem;
  }
  .event-section .all-buttons .gradient-button a {
    font-size: 15px;
    padding: 9px 9px;
  }
}
@media (max-width: 450px) {
  .nav-top .cs-container,
  .navbar .cs-container,
  .about-section .cs-container,
  .event-section .cs-container {
    padding: 0 1rem;
  }
  .event-section .content {
    top: 1.5rem;
    left: 1.5rem;
  }
  .event-section .content h1 {
    font-size: 1.7rem;
  }
  .event-section .content p {
    font-size: 1.2rem;
  }
}
.login-modal .modal-header .btn-close {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  opacity: 1;
  color: #fff;
  /* keep X visible */
  font-size: 22px;
}

/* remove focus ring */
.login-modal .modal-header .btn-close:focus,
.login-modal .modal-header .btn-close:active {
  box-shadow: none !important;
  outline: none !important;
}/*# sourceMappingURL=Style.css.map */