*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html{
  scroll-behavior: smooth;
}

body{
  background-image: radial-gradient(circle at center center, transparent,rgb(0,57,76)),repeating-linear-gradient(135deg, rgb(0,57,76) 0px, rgb(0,57,76) 2px,transparent 2px, transparent 10px,rgb(0,57,76) 10px, rgb(0,57,76) 11px,transparent 11px, transparent 21px),repeating-linear-gradient(45deg, rgb(7,61,77) 0px, rgb(7,61,77) 4px,transparent 4px, transparent 8px),linear-gradient(90deg, rgb(0,57,76),rgb(0,57,76));
  overflow-x: hidden;
}

p, li{
  font-size: 18px;
}

h1{
  font-size: 2.5rem;
  line-height: 2.5rem;
}

h2{
  font-size: 2rem;
}

h3{
  font-size: 1.5rem;
  line-height: 2rem;
}

h4{
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.bg-primary-1{
  background: #00394C!important;
  border-color: #00394C!important;
  color: #fff!important;
}

.bg-warning-1{
  background: #FC9620!important;
  border-color: #FC9620!important;
  color: #fff!important;
}

.text-primary-1{
  color: #00394C;
}

.text-secondary-1{
  color:#fc9620 !important;;
}

.font-weight-bold{
  font-weight: bold;
}

.opacity-50{
  opacity: .5;
}

.bg-img-1{
  background: url('../images/landing-page/bg-2.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #FC9620;
  /* height: 100dvh; */
  min-height: 100dvh;
  /* display: flex;
  justify-items: flex-start;
  align-items: center; */
}

.glass{
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.benefits > div{
  margin-top: calc(var(--i) * 5rem);
}

.accordion-header button{
  background: transparent!important;
  border:0;
  border-bottom: 1px solid #FC9620!important;
  box-shadow: none!important;
}

.bg-dark-gradient{
  background: linear-gradient(#023A4C, #022d3b);
}

footer{
  background-color: #003141;
}


.hero{
  height: 87dvh;
  display: flex;
  opacity: 1;
  /* transition: 3s ease-out; */
}

.hero-image{
  height: 100dvh; 
  top: 0px; 
  right: 0px; 
  z-index: -1;
  opacity: 1;
  /* transition: 3s ease; */
}

.table-dark th, .table-dark td, .table-dark thead th {
  background-color: #022A37;
}

.table-dark.table-striped tbody tr:nth-of-type(even) td{
  background-color: #022A37!important;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) td {
  background-color: #023A4C!important;
}
