@charset "UTF-8";
@font-face {
  font-family: "Brandon Grotesque";
  src: url('/wp-content/themes/cosmation/assets/fonts/brandon-grotesque/HvDTrial_BrandonGrotesque-Regular.woff2')  format('woff2'),
  url('/wp-content/themes/cosmation/assets/fonts/brandon-grotesque/HvDTrial_BrandonGrotesque-Regular.ttf') format('truetype'),
       url('/wp-content/themes/cosmation/assets/fonts/brandon-grotesque/HvDTrial_BrandonGrotesque-Regular.woff') format('woff'),
       url('/wp-content/themes/cosmation/assets/fonts/brandon-grotesque/cosmation.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
:root,
[data-bs-theme=light] {
  --bs-border-radius: 0.25rem;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  font-family: "Brandon Grotesque";
  line-height: 1.6;
  color: #fff;
}

body {
  font-size: 18px;
  line-height: 1.5;
}

strong {
  font-weight: bold;
  font-family: "Brandon Grotesque Bold" !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  margin-bottom: 1rem;
  font-weight: bold;
}

p {
  padding-bottom: 1.5rem;
  margin-bottom: 0px;
}

a {
  color: #38137C;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}

.btn:hover {
  text-decoration: none;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.col {
  flex: 1;
  padding: 0 15px;
}

.section-title {
  font-size: 2rem;
  color: #fff;
  line-height: 1.6;
  font-weight: bold;
}

.toast.alert-success {
  --bs-toast-bg: var(--bs-success-bg-subtle);
  --bs-toast-border-color: var(--bs-success-border-subtle);
  color: var(--bs-alert-color);
}
.toast.alert-danger {
  --bs-toast-bg: var(--bs-danger-bg-subtle);
  --bs-toast-border-color: var(--bs-danger-border-subtle);
  color: var(--bs-alert-color);
}

input,
textarea,
select,
button {
  font-family: inherit;
  font-size: 16px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

input[type=date]::-webkit-calendar-picker-indicator {
  cursor: pointer;
}

input[type=checkbox],
input[type=radio] {
  padding: 8px;
}

select {
  cursor: pointer;
}

.form-check-input {
  cursor: pointer;
}
.form-check-input:focus {
  border-color: #38137C;
}
.form-check-input:checked {
  background-color: #38137C;
  border-color: #38137C;
}

.form-control:focus,
.form-select:focus {
  border-color: #38137C;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  background-color: #38137C;
  border-color: #38137C;
}

.signBtn {
  background-color: #38137C;
  color: #fff;
  padding: 8px 16px !important;
  text-align: center;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
}

.signBtn:hover {
  background-color: #38137C;
}

.form-item {
  margin-bottom: 1rem;
}

form {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
form select {
  width: 100%;
}
form .field-item {
  flex: 0 1 calc(33.33% - 24px);
}
form .field-item.message {
  flex: unset;
  width: 100%;
}
form .field-item.message textarea {
  width: 100%;
}

.smallText {
  font-size: 14px;
}

.dependent-field {
  display: none;
}

.form-sub-section {
  border: 1px solid #38137C;
}
.form-sub-section .sub-heading {
  background: #38137C;
  padding: 12px;
  color: #fff;
  font-size: 18px;
}

fieldset {
  border: 1px solid #38137C;
  border-radius: 5px;
  padding: 1rem;
  margin-bottom: 1rem;
}

legend {
  font-size: 18px;
  color: #38137C;
  font-weight: bold;
  width: auto;
  padding: 0 0.5rem;
  margin-top: -1.9rem;
  background: #fff;
}

#tabs {
  width: 100%;
  padding-right: 0px;
}
#tabs li {
  width: 50%;
}
#tabs li .nav-link {
  background: #ffe7f1;
  border: 1px solid #ffe7f1;
  font-weight: bold;
  color: #fff;
}
#tabs li .nav-link.active {
  background: #38137C;
  border: 1px solid #38137C;
  color: #fff;
}
#tabs li .nav-link.active:focus {
  border: 1px solid #38137C;
}
#tabs li button {
  width: 100%;
}

ul.wp-block-list {
  padding-left: 24px;
}

.iti {
  width: 100%;
}

table th {
  background: #38137C;
  border-color: #38137C !important;
}

.td-25 {
  width: 25%;
}

.td-33 {
  width: 33.33%;
}

.td-50 {
  width: 50%;
}

.td-75 {
  width: 75%;
}

.td-100 {
  width: 100%;
}

.label {
  font-weight: bold;
}

#errorMessage ul {
  margin-bottom: 0px;
}

button {
  background-color: #38137C;
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 10px 15px;
}

button:hover {
  background-color: #38137C;
  border-color: #38137C !important;
}

nav button.navbar-toggler:hover {
  background: unset;
}

.button,
.btn {
  background-color: #38137C;
  border: 1px solid #38137C;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  box-shadow: none !important;
}

.btn-outline-secondary {
  border: 1px solid #38137C;
}

.btn-primary {
  background-color: #38137C;
  border-color: #38137C;
}

.btn-primary:hover,
.button:hover,
.btn:hover {
  border-color: #38137C;
  background-color: #38137C;
}

.button:focus,
.btn:focus,
.button:active,
.btn:active {
  background-color: #38137C !important;
  box-shadow: none;
  border-color: #38137C !important;
}

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

strong {
  font-family: "Effra";
}

.fontBold {
  font-weight: bold;
}

.mt-1 {
  margin-top: 1rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.p-1 {
  padding: 1rem;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.whiteColor {
  color: #fff !important;
}

.redColor {
  color: #ff0000 !important;
}

.topPadding {
  padding-bottom: 24px;
}

.bottomPadding {
  padding-bottom: 24px;
}

.topMargin {
  margin-top: 24px;
}

.bottomMargin {
  margin-bottom: 24px;
}

.error {
  color: #ff4300;
  font-size: 14px;
  font-style: italic;
}

input.error,
select.error,
textarea.error {
  background-color: #ffece5;
  border: 1px solid #ff4300;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.iti--separate-dial-code {
  height: calc(1.5em + 0.75rem + 2px);
}

.required-asterisk {
  color: red;
  font-weight: bold;
}

.success-icon {
  color: #008000;
}

.site-main.content-area {
  padding-top: 120px;
}

header {
  position: fixed;
  padding: 12px 0;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
header nav {
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}
header nav li.nav-item {
  padding: 0 8px;
}
header nav li.nav-item:last-child {
  padding-right: 0;
}
header nav li.nav-item a.nav-link {
  color: #fff;
}
header nav li.nav-item a.nav-link.signBtn {
  color: #fff !important;
}
header nav .logo img {
  max-width: 150px;
}
header nav .navbar-collapse {
  flex-grow: unset;
}
header nav.bottom-menu {
  height: 100%;
  padding: 0;
}
header nav.bottom-menu .navbar-nav {
  flex: 0 0 auto;
  width: 68%;
  height: 100%;
  align-items: center;
}
header nav.bottom-menu li.nav-item {
  margin: 0 auto;
}
header nav.bottom-menu li.nav-item a.nav-link {
  color: #38137C !important;
}
header nav.bottom-menu .dropdown-menu[data-bs-popper] {
  top: calc(100% + 14px);
  padding: 0;
  border: 0;
  border-radius: 0;
}
header nav.bottom-menu .dropdown-menu[data-bs-popper] li .dropdown-item {
  padding: 10px 16px;
  background: #38137C;
  color: #fff;
  border-bottom: 1px solid #fff;
}
header nav.bottom-menu .dropdown-menu[data-bs-popper] li .dropdown-item:hover {
  background: #fff;
  color: #38137C;
  text-decoration: none;
}
header nav.bottom-menu .dropdown-menu[data-bs-popper] li:last-child .dropdown-item {
  border-bottom: 0;
}
header .design-element {
  margin: -1px auto 0 auto;
  width: 100%;
  height: 70px;
  display: block;
  padding: 0px 0 0px 60px;
  position: relative;
  z-index: 0;
  left: 30%;
  background: #fff;
}
header .design-element::before {
  background: url("../images/menu-part.png") no-repeat;
  background-size: cover;
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 92px;
  height: 70px;
  z-index: -1;
}

.img {
  max-width: 100%;
}

.eventBlock {
  display: flex;
  gap: 24px;
}
.eventBlock .line-item {
  display: flex;
  gap: 24px;
  margin: 12px;
  border: 1px solid #38137C;
  border-radius: 16px;
}
.eventBlock .line-item .image {
  max-height: 250px;
  overflow: hidden;
}
.eventBlock .line-item .image img {
  width: 100%;
  border-radius: 16px 16px 0 0;
}
.eventBlock .line-item .details {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.eventBlock .line-item .details .title {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 16px;
}
.eventBlock .line-item .details .date-time {
  display: flex;
  justify-content: space-between;
}
.eventBlock .line-item .details .date-time i {
  margin-right: 8px;
}
.eventBlock .line-item .details .date-time .date,
.eventBlock .line-item .details .date-time .time {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #fff;
}
.eventBlock .line-item .details .readMore {
  display: flex;
  justify-content: space-between;
}
.eventBlock .line-item .details .readMore .location {
  color: #fff;
}
.eventBlock .line-item .details .readMore i {
  margin-right: 8px;
}
.eventBlock .line-item:hover {
  text-decoration: none;
}

.slick-dots li.slick-active button:before {
  width: 12px !important;
  height: 12px !important;
}

.slick-dots li button:before {
  width: 12px !important;
  height: 12px !important;
}

main {
  min-height: calc(93vh - 24px);
  background: url("../images/main-bg.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

main.home-page {
  background: transparent;
}

footer {
  position: relative;
  background: #62B8C5;
}
footer .social-icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer p {
  padding-bottom: 0px;
}

.appInfo {
  display: flex;
  gap: 24px;
}
.appInfo .item {
  flex: 0 1 calc(50% - 24px);
}
.appInfo .right {
  max-height: 500px;
  overflow: hidden;
}

.banner {
  position: relative;
  display: flex;
  width: 100%;
  overflow: hidden;
}
.banner .image img {
  width: 100%;
}
.banner .textBlock {
  max-width: 70%;
  position: absolute;
  left: 8%;
  top: 25%;
}
.banner .description {
  color: #fff;
  max-width: 70%;
  background: rgba(0, 0, 0, 0.7);
  padding: 24px;
  border-radius: 24px;
}
.banner h1 {
  color: #fff;
  font-size: 60px;
  font-weight: bold;
}

.sectionPadding {
  margin: 24px 0;
}

.hidden {
  display: none;
}

.footer-block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
}
.footer-block p {
  margin-bottom: 0px;
}
.footer-block ul {
  display: flex;
  margin-bottom: 0px;
  gap: 20px;
}
.footer-block ul li {
  color: #fff;
  list-style: none;
}
.footer-block ul li a {
  color: #fff;
}

/* 🔸 Hero Banner */
.hero-banner {
  background: url("../images/description.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 4rem 1rem;
  padding-top: 150px;
}

.hero-banner .hero-content h1 {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}

.hero-banner .hero-content p {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}

.appInfo .right img {
  width: 100%;
}

.hero-banner .hero-btn {
  background: #fff;
  color: #003366;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background 0.3s;
}

.hero-banner .hero-btn:hover {
  background: #f0f0f0;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.2s ease-in-out;
}

.overlay.show {
  transform: scaleY(1);
}

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: auto;
  max-height: 90%;
  overflow-x: hidden;
  background-color: #fff;
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 9998;
}
.popup .close-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  background: none;
  border: none;
  font-size: 1rem;
  cursor: pointer;
  line-height: 1;
  padding: 8px;
  transition: color 0.3s ease;
  z-index: 1;
  color: #000000;
}
.popup .close-btn:hover {
  color: #38137C;
}

.popup-title {
  text-align: center;
  color: #000;
}

.registerBtn {
  cursor: pointer;
}

.all-posts-grid {
  background: #f8f9fa;
  padding: 2rem 1rem;
  font-family: "Segoe UI", sans-serif;
}

.blog-list {
  padding: 24px 0;
}

.page-title {
  text-align: center;
  margin-bottom: 2rem;
  color: #fff;
  font-size: 2rem;
}

.posts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  max-width: 1100px;
  margin: 0 auto;
}

.post-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}

.post-image {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}

.post-content {
  padding: 1rem;
  flex: 1;
}

.post-title {
  margin: 0 0 0.5rem;
  font-size: 1.2rem;
}

.post-excerpt {
  font-size: 0.95rem;
  color: #555;
}

.read-more {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.read-more:hover {
  text-decoration: underline;
}

.download-icons {
  display: flex;
  align-items: center;
  gap: 24px;
}

.submit-button input {
  background: #FDAC89;
  border: 1px solid #FDAC89;
  color: #000;
  padding: 12px 24px;
  font-weight: bold;
}

.banner .line-item {
  position: relative;
}
.banner .slick-dots {
  position: absolute;
  bottom: 20px;
}
.banner .slick-dots li button:before {
  background-color: #fff;
  opacity: 1;
}
.banner .slick-dots li.slick-active button:before {
  background-color: #fff;
}

.banner.slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}

.events {
  background: #0D111E;
  padding: 24px 0;
}
.events .section-title {
  color: #fff;
}

.infoBlock {
  background: #fff;
  padding: 24px 0;
}
.infoBlock p,
.infoBlock li {
  color: #000;
  font-size: 20px;
}

.event-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px 0;
  gap: 24px;
}
.event-info .item {
  flex: 0 1 calc(50% - 24px);
}
.event-info .item .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}
.event-info .item .info i {
  margin-right: 8px;
}
.event-info .item .buttons {
  margin-top: 24px;
}
.event-info .item img {
  width: 100%;
}

.play-store {
  max-width: 200px;
  cursor: pointer;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1366px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1400px;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1720px;
  }
}
@media (min-width: 0px) and (max-width: 480px) {
  .appInfo {
    flex-direction: column;
  }
  .appInfo .item {
    flex: unset;
  }
  p {
    margin-bottom: 1rem;
  }
  .banner h1 {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
  }
  .navbar-toggler,
  nav button.navbar-toggler:hover {
    background-color: #fff;
  }
  header nav li.nav-item a.nav-link {
    color: #000;
  }
  #navbarNav {
    background: #fff;
  }
  .play-store {
    max-width: 120px;
  }
  .banner .textBlock {
    max-width: 95%;
    position: absolute;
    left: 4%;
    right: 4%;
    top: 15%;
  }
  .banner .image img {
    height: 650px;
  }
  .banner .description {
    max-width: 100%;
  }
  .footer-block {
    flex-direction: column-reverse;
    gap: 24px;
  }
  .event-info {
    flex-direction: column-reverse;
  }
  form .field-item {
    flex: 0 1 calc(100% - 0px);
  }
  form .field-item p {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  input {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */