/*======================================
    Normalize CSS
========================================*/
@import url("https://fonts.googleapis.com/css2?family=Spartan:wght@100;200;300;400;500;600;700;800;900&display=swap");

@font-face {
	font-family: "cicon1";
	src: url(./fonts/pmc-cf-ttf);
}

html {
  scroll-behavior: smooth;
}

html, body {
  overflow-x: hidden;
}

body {
  font-family: "Jost", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #e0e0e0;
  overflow-x: hidden;
  font-size: 15px;
  background-color: #387fb2; /* change */
}

p {
  margin: 0;
  padding: 0;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
}

* {
  margin: 0;
  padding: 0;
}

.navbar-toggler:focus,
a:focus,
input:focus,
textarea:focus,
button:focus,
.btn:focus,
.btn.focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  text-decoration: none;
  outline: none;
  outline: none !important;
  border-color: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

select {
  -webkit-writing-mode: horizontal-tb !important;
  writing-mode: horizontal-tb;
  text-rendering: auto;
  color: #e0e0e0;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: pre;
  -webkit-rtl-ordering: logical;
  background-color: -internal-light-dark(white, #3b3b3b);
  cursor: default;
  margin: 0em;
  font: 400 14px;
  border-radius: 0px;
  border-width: 1px;
  border-style: solid;
  border-color: -internal-light-dark(#767676, #858585);
  -o-border-image: initial;
  border-image: initial;
}

span,
a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}

a {
  color: #e16161; /* supposed to be in the bootstrap-min file */
}

a:hover {
  color: #e91d1d;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin: 0px;
  color: #e0e0e0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 40px;
}

.bottom {
  background: linear-gradient(to bottom, rgba(19, 19, 19, 0.8) 60%, #202020 100%) !important;
}

.shadow {
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.25);
}

.background {
    background-color: #1B3E59 !important;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 450px;
  }
}

.btn-text {
    color: #e0e0e0;
}

.button .btn {
  display: inline-block;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 500;
  padding: 15px 15px;
  background-color: #3a4a55;
  color: #e0e0e0;
  border: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 6px;
}

.button .btn:hover {
  background-color: #202020;
  color: #e0e0e0;
  -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
}

select option {
    background-color: #4b5d6a;
}

.selected {
    border: 3px solid #e0e0e0 !important;
}

/* Tablet Screen */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .button .btn {
    padding: 12px 25px;
    font-size: 14px;
    font-weight: 500;
  }
}

/* Mobile Screen */
@media only screen and (max-width: 767px) {
  .button .btn {
    padding: 12px 25px;
    font-size: 14px;
    font-weight: 500;
  }
}

/*======================================
	Error Pages CSS
========================================*/
.error-area {
  height: 100vh;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table {
  display: table !important;
}

.d-table-cell {
  vertical-align: middle;
}

.d-table-cell {
  display: table-cell !important;
}

.error-area .error-content h1 {
  font-size: 100px;
  color: #e16161;
  margin-bottom: 8px;
  font-weight: 800;
  line-height: 100px;
}

.error-area .error-content h2 {
  font-size: 25px;
  margin-bottom: 8px;
  color: #e0e0e0;
}

.error-area .error-content p {
  font-weight: 500;
  margin-bottom: 40px;
}

.error-area .btn {
  border: 2px solid #777777;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3)
}

.error-area .btn:hover {
  background-color: #2f3c4580;
    
}

/*======================================
	Scroll Bar & Animations
========================================*/

.os-theme-dark {
  --os-size: 0px;
  --os-track-bg: transparent;
  --os-thumb-bg: rgba(255, 255, 255, 0.2);
  --os-thumb-border-radius: 6px;
}

.animate-on-scroll {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition-delay: 0s; /* fallback, overwritten in JS */
}

.animate-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

.animate-left-on-scroll {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition-delay: 0s; /* optional, JS can overwrite */
}

.animate-left-on-scroll.visible {
  opacity: 1;
  transform: translateX(0);
}

header.header {
    position: fixed;
}