@charset "UTF-8";
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 20-Mar-2026, 1:22:40 pm
    Author     : Ajit Chandra

.google-sans-<uniquifier> {
  font-family: "Google Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "GRAD" 0;
}
.merriweather-<uniquifier> {
  font-family: "Merriweather", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
*/
:root {
  --body-font: "Google Sans", sans-serif;
  --heading-font: "Merriweather", serif; }

*, *::before, *::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s; }

*, body, html, p, h1, h2, h3, h4, h5, h6, .navbar, figure, figcaption, a, ol, ul, li, hr, address, blockquote {
  padding: 0px;
  margin: 0px; }

html {
  scrollbar-width: thin;
  font-size: 100%;
  box-sizing: inherit;
  scroll-behavior: smooth;
  height: -webkit-fill-available; }

html::-webkit-scrollbar {
  width: 5px; }

html::-webkit-scrollbar-track {
  background: #ddd; }

html::-webkit-scrollbar-thumb {
  background: #FDD36A; }

ul, li {
  list-style-type: none; }

a, button {
  cursor: pointer;
  border: none;
  outline: none;
  user-select: none;
  background: none;
  box-shadow: none; }

*, body, html, p, h1, h2, h3, h4, h5, h6, .navbar, figure, figcaption, a, ul, li, hr, address {
  padding: 0px;
  margin: 0px; }

ul, li {
  list-style-type: none; }

body {
  background-color: #23000a;
  font-size: 16px;
  font-family: var(--body-font);
  color: #EBD5AB; }

.heading-title {
  padding-bottom: 1.5rem; }
  .heading-title .title {
    font-family: var(--heading-font);
    font-weight: bold;
    font-size: 2rem;
    color: #F5C45E;
    text-shadow: 0px 0px 5px #000; }
  .heading-title .line {
    position: relative;
    width: 200px;
    border: 2px solid #C1856D;
    margin: 0px auto;
    border-radius: 15px; }
    .heading-title .line:before {
      position: absolute;
      content: '';
      border: 5px solid #C1856D;
      padding: 0px 30px;
      border-radius: 15px;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: 99; }

.pt-1rem {
  padding-top: 1rem; }

.pt-2rem {
  padding-top: 2rem; }

.pt-4rem {
  padding-top: 4rem; }

.pb-1rem {
  padding-bottom: 1rem; }

.pb-2rem {
  padding-bottom: 2rem; }

.pb-4rem {
  padding-bottom: 4rem; }

.pb-6rem {
  padding-bottom: 6rem; }

.p-1rem {
  padding: 1rem; }

.p-2rem {
  padding: 2rem; }

.p-3rem {
  padding: 3rem; }

.navbar {
  background-color: #3E0703;
  padding: 15px 0px;
  position: relative; }
  .navbar:after {
    content: '';
    border-bottom: 1px solid #a60101;
    left: 0px;
    right: 0px;
    bottom: -15px;
    position: absolute;
    z-index: 99; }
  .navbar .navbar-brand {
    font-family: var(--heading-font);
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff; }
  .navbar .navbar-toggler {
    border: 1px solid #fff;
    border-radius: 0px; }
    .navbar .navbar-toggler .navbar-icon {
      color: #fff; }
  .navbar .collapse .navbar-nav {
    padding: 18px 0px; }
    .navbar .collapse .navbar-nav .nav-item {
      position: relative; }
      .navbar .collapse .navbar-nav .nav-item + .nav-item:before {
        content: '\2758';
        color: #B4B67A;
        left: 0px;
        top: 0px;
        position: absolute; }
      .navbar .collapse .navbar-nav .nav-item .nav-link {
        font-size: 15px;
        font-weight: bold;
        text-align: center;
        color: #E1E3AF;
        padding: 0px 20px;
        display: inline-block; }
        .navbar .collapse .navbar-nav .nav-item .nav-link:hover {
          text-decoration: underline;
          color: #FDFFB8; }
        .navbar .collapse .navbar-nav .nav-item .nav-link.active {
          text-decoration: underline;
          color: #FDFFB8; }
  .navbar .collapse .mobile-no {
    background-color: #fff;
    color: #000;
    padding: 10px 15px;
    border-radius: 15px;
    font-weight: bold; }

.offcanvas {
  background-color: #000; }
  .offcanvas .offcanvas-header {
    background-color: #460000; }
    .offcanvas .offcanvas-header .btn-close {
      background: none;
      color: #fff;
      opacity: 1;
      height: inherit;
      width: inherit;
      font-size: 1.1rem; }
  .offcanvas .navbar-nav .nav-item {
    padding: 5px 0px; }
    .offcanvas .navbar-nav .nav-item + .nav-item {
      border-top: 1px solid #4a4a4a; }
    .offcanvas .navbar-nav .nav-item .nav-link {
      font-size: 14px;
      line-height: 12px;
      color: #fff; }
      .offcanvas .navbar-nav .nav-item .nav-link:hover {
        text-decoration: underline; }
      .offcanvas .navbar-nav .nav-item .nav-link.active {
        text-decoration: underline; }

.page-content {
  background-color: #3d0012; }
  .page-content h1 {
    font-size: 24px; }
  .page-content h2 {
    font-size: 22px; }
  .page-content h3 {
    font-size: 20px; }
  .page-content h4 {
    font-size: 18px; }
  .page-content h5 {
    font-size: 18px; }
  .page-content h6 {
    font-size: 18px; }
  .page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
    font-family: var(--heading-font);
    padding-bottom: 10px;
    text-align: center;
    font-weight: bold; }
  .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
    padding-top: 15px; }
  .page-content p {
    text-align: justify;
    padding-bottom: 15px; }
    .page-content p a {
      color: #FEEE91; }
    .page-content p strong {
      color: #FEEE91; }
  .page-content ul {
    margin-left: 15px;
    margin-bottom: 15px; }
    .page-content ul li {
      list-style-type: square;
      padding: 5px 0px; }
  .page-content ol {
    margin-left: 20px;
    margin-bottom: 15px; }
    .page-content ol li {
      list-style-type: upper-alpha;
      padding: 5px 0px; }
  .page-content blockquote {
    padding: 1.5rem 2rem;
    background-color: #722323;
    border-left: 15px solid #de0000;
    font-style: italic;
    font-size: 1.1rem;
    margin: 1.5em 10px;
    quotes: "“" "”" "‘" "’"; }
    .page-content blockquote:before {
      color: #ccc;
      content: open-quote;
      font-size: 4em;
      line-height: 0.1em;
      margin-right: 0.25em;
      vertical-align: -0.4em; }
    .page-content blockquote p {
      display: inline; }
  @media (min-width: 768px) {
    .page-content h1 {
      font-size: 28px; }
    .page-content h2 {
      font-size: 26px; }
    .page-content h3 {
      font-size: 24px; }
    .page-content h4 {
      font-size: 22px; }
    .page-content h5 {
      font-size: 20px; }
    .page-content h6 {
      font-size: 18px; }
    .page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
      text-align: left; }
    .page-content p {
      text-align: justify; } }

footer {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #000;
  color: #fff;
  font-size: 13px; }
  footer .footer-menu ul {
    display: inline-flex; }
    footer .footer-menu ul li a {
      color: #fff;
      text-decoration: none; }
      footer .footer-menu ul li a:hover {
        text-decoration: underline; }
    footer .footer-menu ul li + li {
      margin-left: 5px; }
      footer .footer-menu ul li + li:before {
        content: '|';
        color: #fff;
        padding-right: 5px; }

@media (min-width: 768px) {
  .heading-title .title {
    font-size: 2.5rem; } }

/*# sourceMappingURL=mainstyle.css.map */
