@import url("https://fonts.googleapis.com/css2?family=Libre+Caslon+Display&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

 h5 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h5 {
  font-size: 1.25rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}


button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  text-transform: none;
}

button,
[type=button] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
}
.btn-close {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}
.btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.25;
}

html, body {
  font-size: 14px !important;
  font-family: "Libre Caslon Display", serif;
  color: #fff;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin: auto;
  position: relative;
  height: 100vh;
}
@media (max-width: 1199px) {
  .container {
    padding: 0 30px;
  }
}

.el-main {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-size: 100% !important;
}
@media (max-width: 1199px) {
  .el-main {
    background-size: cover !important;
    background-position: 70% 100% !important;
  }
}
@media (max-width: 991px) {
  .el-main {
    background-size: cover !important;
    background-position: 70% !important;
  }
}
@media (max-width: 767px) {
  .el-main {
    background-position: 75% !important;
  }
}
.el-main img {
  width: 100%;
}
.el-main .el-loginSection {
  padding: 120px 0;
}
@media (max-width: 767px) {
  .el-main .el-loginSection {
    padding: 100px 0;
  }
}
.el-main .el-loginSection .evImg {
  width: 100%;
  max-width: 70px;
}
.el-main .el-loginSection p {
  font-size: 20px;
  margin: 25px 0;
}
.el-main .el-loginSection a {
  display: inline-block;
  width: 100%;
  max-width: 180px;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
  color: #daa520;
  border: 2px solid #daa520;
  text-transform: uppercase;
  border-radius: 30px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.el-main .el-loginSection a:hover {
  background: #daa520;
  color: #000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.el-main .el-memberShips span img {
  width: 100%;
  max-width: 218px;
  margin: 0 5px;
}
.el-main .el-memberShips p {
  font-size: 24px;
  display: block;
}
.el-main .el-memberShips p:first-child {
  font-size: 17px;
  margin-bottom: 3px;
}
.el-main .el-copyright {
  border-top: 1px solid #777;
  display: block;
  text-align: center;
  padding: 10px 0;
  color: #777;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  margin-top: 18px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.el-main .el-copyright a {
  color: inherit;
}
.el-main .el-copyright a:hover {
  color: white;
}

.modal-content {
  background-color: #111;
}

.modal-header {
  border-bottom: 1px solid #333;
}

.modal-heading {
  font-size: 24px;
  font-weight: 700;
}

.modal-line {
  font-size: 20px;
  line-height: 1.5em;
}

.btn-close {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.8);
}