html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
}

body {
  padding-top: 56px;
}

@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 77px; /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color:  #150C36;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    transform: translateX(-100%);
  }
}


h2 {font-size:40px;}

mark {background-color: #28E86B}

h1.hero {
font-weight: 500;
letter-spacing: -0.5px;
margin-top: 2rem;
font-size: 55px;
text-align: left;
}

@media (max-width: 576px) {
	h1.hero {
	font-weight: 500;
	letter-spacing: -0.5px;
	margin-top: 2rem;
	font-size: 35px;
	text-align: center;
	}

	.h6-hero {text-align: center;}

	h2 {font-size: 24px}
label {font-size: 16px}
}





.navbar-dark .navbar-nav .nav-link {
	color: #fff;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
      color: #28E86B;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}


.navbar-expand-lg .navbar-nav .nav-link {
	margin-left: 2rem;
	margin-right: 2rem;
}

.nav-underline .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  padding-right: 2rem !important;
  padding-left: 2rem;
  font-size: 20px;
  color: #ffffff !important;
}

.nav-underline .nav-link:hover {
  color: #28E86B;
}

.nav-underline .active {
  font-weight: 500;
  color: #ffffff;
}




.text-white-50 { color: rgba(255, 255, 255, .5); }


h1, h2, h3, h4, h5, h6, p, ul, li, a, label {
font-family: 'Euclid Flex';
}

ul {
	list-style: none;
	padding-left: 0;
}

.footer-links li {
	padding: 3px 0;
}

.footer-links a:hover {
  color: #28E86B;
}

input[type='text'], input[type='tel'], input[type='email'], input[type='number'], input[type='file'], input[type='password'], textarea {
	border-bottom: 1px solid #28E86B !important;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	background-color: #fff;
	border-radius: 0;
	padding-top: 0.3rem;
	font-size: rem-calc(16);
	height: 40px;
	 transition: all .5s cubic-bezier(.19,1,.22,1) !important;
}

.form-control:focus {
    color: ;
    background-color: #fff;
    border: 1px solid #28E86B !important;
    outline: 0;
    box-shadow: none !important;
}

input::placeholder {
	font-family: 'Euclid Flex';
	font-weight: 400;

}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #AFAFAF !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #AFAFAF !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #AFAFAF !important;
}


.lead {font-size: 20px}

/*.square {
    width: 100%;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center;
}
*/


.square-box{
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #150C36;
    aspect-ratio: 0.5;
     aspect-ratio: auto 4 / 3;
         margin-top: 2rem;
}
.square-box:before{
    content: "";
    display: flex;
    padding-top: 100%;
}
.square-content{
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: white;
}
.square-content div {
   display: table;
   width: 100%;
   height: 100%;
}
.square-content span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: white
}
.no-margin {margin-top: 0}

a {text-decoration: none}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    margin-right: 15px;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
border-bottom: 1px solid #28E86B;

}


.drop-shadow {box-shadow: 0 5px 30px 0 rgba(0,0,0,0.12);}

.nav-link:hover {
    color: #150C36;
}



.btn {
	font-family: 'Euclid Flex';
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 10px 25px;
    font-size: 1rem;
    border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.btn-primary:hover {
    color: #fff;
    background-color: #150C36;
    border-color: #150C36;
}





.btn.white:hover {
	color:  #fff;
	background-color:#150C36 ;
}


.btn:hover {
    color: #fff;
}

.border-top-green{border-top: 4px solid #28E86B;}
.submit {
padding: 20px 15px;
max-width: 100%;
min-width: 150px;
}

@media (max-width: 576px) {
	.form-group {margin-top: 2rem;}
	.submit {
		margin-top: 2rem;
		padding: 10px 5px;
	}
}


.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #150C36;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}

.primary-color {color: #150C36}

.secondary-color {color: #28E86B}

.white {background-color: #fff; }

.white-text {color:#fff}

.primary {
	background-color: #150C36;
}

.primary-half {
		margin-bottom: 0;
	margin-top: 0;
	position: relative;
	z-index: 1;

}

.primary-half::after{
	content: '';
	height: 50%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background:  #150C36;
	z-index: -1;
}


.btn-secondary-half {
	margin-bottom: 0;
	padding: 0 6px;
	margin-top: 0;
	position: relative;
	z-index: 1;
}



.btn-secondary-half::after{
	content: '';
	height: 50%;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;

	background:  #28E86B;
	z-index: -1;
}


a.btn-secondary-half:hover{

	color: #150C36;
}



.secondary {
	background-color: #28E86B;
}

.section {padding: 7rem 0;}


.btn-secondary {
	background-color: #28E86B;
	border-radius: 0px;
	border-color:  #28E86B;
	border: 1px solid;
}


.btn-secondary:hover {
    color: #fff;
    background-color: #150C36;
    border: 1px solid;
    border-color:  #28E86B;
}

.icon-list {
  padding-left: 0;
  list-style: none;
}
.icon-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: .25rem;
}
.icon-list li::before {
  display: block;
  flex-shrink: 0;
  width: 1.5em;
  height: 1.5em;
  margin-right: .5rem;
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23212529' viewBox='0 0 16 16'%3E%3Cpath d='M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0zM4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H4.5z'/%3E%3C/svg%3E") no-repeat center center / 100% auto;
}


.form-control-dark {
  color: #fff;
  background-color: var(--bs-dark);
  border-color: var(--bs-gray);
}
.form-control-dark:focus {
  color: #fff;
  background-color: var(--bs-dark);
  border-color: #fff;
  box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.text-small {
  font-size: 85%;
}

.dropdown-toggle {
  outline: 0;
}




@font-face {
    font-family: 'Euclid Flex';
    src: url('/assets/fonts/EuclidFlex.eot');
    src: url('/assets/fonts/EuclidFlex.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/EuclidFlex.woff2') format('woff2'),
        url('/assets/fonts/EuclidFlex.woff') format('woff'),
        url('/assets/fonts/EuclidFlex.ttf') format('truetype'),
        url('/assets/fonts/EuclidFlex.svg#EuclidFlex') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


