/* Custom Styles */
@font-face {
    font-family: 'BOLDEAN';
    src: url('../fonts/boldean/boldeanRegular.woff2') format('woff2'),
        url('../fonts/fontawesome-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tahoma';
    src: url('../fonts/tohama/tahoma.woff2') format('woff2'),
        url('../fonts/tohama/tahoma.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Eras Medium ITC';
    src: url('../fonts/eras-itc-medium/ErasITC-Medium.woff2') format('woff2'),
        url('../fonts/eras-itc-medium/ErasITC-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

:root {
    font-family: 'Tahoma';
    font-size: 16px;
}

html,
body {
    height: 100%;
    min-height: 100vh;
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.splash-page {
    padding: 0px;
    margin: 0px;
    font-family: 'Tahoma';
    font-size: 16px;
    font-weight: normal;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    overflow: hidden;
    /* Hides both vertical and horizontal scrollbars */
}

body {
    background-color: #0a0b10;
    color: #00ffff;
    font-family: 'tohama';
}

.navbar {
    background-color: #1e293f;
}

.navbar-brand {
    color: #00ffff;
    font-size: 1.144rem;
    font-family:Arial, "Helvetica Neue", Helvetica, sans-serif
}

.navbar-brand button.btn.btn-outline-secondary {
    color: #00ffff;
    border-color: #00ffff;
    background: #122d36;
}

.navbar-brand button.btn {
    --bs-btn-padding-x: 0.7rem;
    --bs-btn-padding-y: 0.37rem;
    --bs-btn-font-weight:700;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-weight: var(--bs-btn-font-weight); 
    border-radius:0.6rem;
}

.navbar p {
    color: #797b7b;
    font-size: 1.167rem;
    line-height: normal;
    font-family: 'Tahoma';
}

.btn-get-started,
.btn-get-started:hover,
.btn-get-started:focus,
.btn-get-started:active {
    background-color: #00ffff;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1rem;
}


.hero-text h1 {
    color: #00ffff;
    font-family: 'Eras Medium ITC';
    font-weight: normal;
    font-size:3.988rem;
    line-height: 2.991rem;
}

.hero-text h1 .conversion {
    color: #FFF;
}

a.btn-learn-more,
a.btn-learn-more:hover,
a.btn-learn-more:focus,
a.btn-learn-more:active {
    font-family: 'BOLDEAN';
    border-color: #00ffff;
    color: #00ffff;
    background: #000;
    font-size: 1.5rem;
}



#load-up-splash-page-popup-load-container~footer.navbar-fixed-bottom {
    position: absolute;
}

.embed-responsive-4by3 {
    padding-bottom: 65%;
}

.modal-body {
    
}
.modal-body .close {
    position: absolute;
    font-size: 26px;
    right: 15px;
    top: 10px;
    text-shadow: none;
    opacity: 0.5;
    border: 0;
    background-color: #8f8c8c;
}
.modal-content {
   
    background-color: #8f8c8c;
  
}
/*.widget-header h1{font-size: 1.5rem !important;}*/



.custon-border {
  border: 1px solid #6d6e71;
  animation: pulse-glow 2s infinite alternate;
}

@keyframes pulse-glow {
  0% {
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.4);
  }
  100% {
    /* The 2px value here controls the spread "intensity" */
    box-shadow: 0 0 10px 2px rgba(109, 110, 113, 0.8);
  }
}