@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
html {
  scroll-behavior: smooth; }

/* ----------------------------------------------------------
  ::  Fonts family
  ---------------------------------------------------------- */
.open-sans, body p,
body li, h3,
h4,
h5,
h6, .sec-title h1, .sec-title h2, .a-effect {
  font-family: "Open Sans", sans-serif;
  font-weight: 400; }

/* ----------------------------------------------------------
  ::  primary variables
  ---------------------------------------------------------- */
.primary-gold {
  color: #fff5c3; }

.black-color, .sec-title p {
  color: #202125; }

.white-color {
  color: #fff; }

.secondary-gold {
  color: #e6ce8a; }

/* For the background gradient */
.translucent-gradient {
  background-size: cover;
  background-repeat: no-repeat;
  backdrop-filter: blur(10px);
  background-color: #e6ce8a;
  background-image: radial-gradient(circle at 30% 30%, #ffe892, #ffe8993b 50%), radial-gradient(circle at 70% 70%, #ffefc1a8, #eed88d5e 50%), radial-gradient(circle at 20% 80%, #fab80070, #ecb20000 50%), radial-gradient(circle at 80% 20%, #ffc900c2, #ffe373 50%), radial-gradient(circle at 50% 50%, #ffeeb6, #ebd48547 60%); }
  .translucent-gradient .item3 {
    background: transparent; }

/* ----------------------------------------------------------
  :: Mixin CSS
  ---------------------------------------------------------- */
/* -------------------------------
:: body
------------------------------*/
body {
  font-size: 0.8rem;
  line-height: 1.8;
  font-weight: 400;
  color: #202125;
  background-color: #202125;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased; }
  body p,
  body li {
    color: #202125; }
  @media screen and (max-width: 767px) {
    body {
      line-height: 1.5;
      font-size: 0.75rem; }
      body p {
        font-size: 0.75rem; }
      body h6 {
        font-size: 0.9rem; } }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    body {
      font-size: 0.85rem; } }
  @media screen and (min-width: 1025px) and (max-width: 1365px) {
    body {
      font-size: 0.9rem; } }
  @media screen and (min-width: 1400px) and (max-width: 1600px) {
    body {
      font-size: 1rem;
      line-height: 1.8; } }
  @media screen and (min-width: 1601px) {
    body {
      font-size: 1.15rem;
      line-height: 1.8; } }

/* ----------------------------------------------------------
:: Common CSS
---------------------------------------------------------- */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

h3,
h4,
h5,
h6 {
  color: #202125; }

@media screen and (min-width: 1601px) {
  h4 {
    font-size: 1.4rem; }

  h5 {
    font-size: 1.3rem; }

  h6 {
    font-size: 1.2rem; } }
.text-justify {
  text-align: justify; }

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }

.before-after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.absolute {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

a {
  text-decoration: none;
  color: #202125;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s; }
  a:hover {
    text-decoration: none;
    color: #e6ce8a; }

ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

/* ----------------------------------------------------------
:: section-title
---------------------------------------------------------- */
.sec-title h1 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 0rem;
  font-weight: 700; }
  .sec-title h1 span {
    font-style: italic !important;
    font-weight: 400; }
  @media screen and (max-width: 767px) {
    .sec-title h1 {
      font-size: 1.3rem; } }
  @media screen and (max-width: 1025px) {
    .sec-title h1 {
      font-size: 1.5rem; } }
  @media screen and (min-width: 1401px) {
    .sec-title h1 {
      font-size: 2.3rem; } }
  @media screen and (min-width: 1601px) {
    .sec-title h1 {
      font-size: 3.5rem; } }
.sec-title h2 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  font-weight: 700; }
  @media screen and (max-width: 767px) {
    .sec-title h2 {
      font-size: 1.18rem; } }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .sec-title h2 {
      font-size: 1.2rem; } }
  @media screen and (min-width: 1401px) {
    .sec-title h2 {
      font-size: 2.3rem; } }
  @media screen and (min-width: 1400px) and (max-width: 1600px) {
    .sec-title h2 {
      font-size: 1.7rem; } }
  @media screen and (min-width: 1601px) {
    .sec-title h2 {
      font-size: 2.1rem;
      margin-bottom: 1rem; } }
@media screen and (min-width: 1601px) {
  .sec-title p {
    font-size: 1.15rem; } }

.sub-ttile h3 {
  font-size: 1rem;
  font-weight: 600;
  text-align: start; }
  @media screen and (min-width: 1601px) {
    .sub-ttile h3 {
      font-size: 1.5rem; } }

.a-effect {
  font-size: 0.95rem;
  font-weight: 600;
  color: #202125;
  color: #202125;
  margin: 0;
  display: inline-block; }
  .a-effect a {
    margin: 0 1rem; }
  @media screen and (max-width: 1365px) {
    .a-effect {
      font-size: 0.8rem; } }
  @media screen and (min-width: 1601px) {
    .a-effect {
      font-size: 1.1rem; } }

.cmn-btn {
  display: inline-block;
  color: #e6ce8a;
  background-color: #202125;
  border-radius: 40px 40px 40px 40px;
  padding: 0.5rem 0rem;
  max-width: 10.5rem;
  font-size: 0.75rem;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s; }
  .cmn-btn:hover {
    color: #fff; }
  @media screen and (min-width: 1601px) {
    .cmn-btn {
      font-size: 1.15rem;
      max-width: 13rem; } }

.popup-btn {
  color: #e6ce8a;
  font-size: 1rem; }
  .popup-btn:hover {
    color: #fff5c3; }

@media screen and (min-width: 1601px) {
  hr:not([size]) {
    margin: 2.5rem 0; } }
@media screen and (min-width: 1025px) and (max-width: 1365px) {
  hr:not([size]) {
    margin: 2rem 0; } }
@media screen and (min-width: 1400px) and (max-width: 1499px) {
  hr:not([size]) {
    margin: 2.2rem 0; } }
@media screen and (min-width: 1500px) and (max-width: 1600px) {
  hr:not([size]) {
    margin: 1.5rem 0; } }
.ul-list li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem; }
  .ul-list li::before {
    position: absolute;
    content: "";
    top: 10px;
    left: 0px;
    border-radius: 10px;
    width: 17px;
    height: 4px;
    background: #9f812c; }
  .ul-list li::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    left: 0;
    top: 8px;
    transform: rotate(45deg);
    border: 3px solid #2b2d2f; }

.a-link {
  color: #9f812c;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s; }
  .a-link:hover {
    color: #202125; }

.scrollbar {
  height: 80vh;
  padding: 1rem;
  overflow-y: auto;
  direction: ltr;
  scrollbar-color: #e6ce8a #fff;
  scrollbar-width: thin;
  overflow-x: hidden; }
  .scrollbar::-webkit-scrollbar {
    width: 10px; }
  .scrollbar::-webkit-scrollbar-track {
    background-color: #e4e4e4;
    border-radius: 10px; }
  .scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-image: linear-gradient(180deg, #e6ce8a 0%, #585b60 99%);
    box-shadow: inset 2px 2px 5px rgba(255, 255, 255, 0.5); }

/*# sourceMappingURL=variable_mixin.css..map */
