﻿:root {
  --primary-color: #04101c;
  --secondary-color: #ff2358;
   --dark-color: #14337a;
  --light-color: #ee563f;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  line-height: 1.6;
  background-color: #ffffff;
  color: var(--primary-color);
}

.clr3 { color: #ff2358}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

section {
  margin-bottom: 100px;
}

/* HEADER */
.navbar {
  background: rgba(255, 255, 255, 0.3) !important;
  box-shadow: 0;
  margin-bottom: 100px
}

.navbar-brand {
  color: #04101c !important;
  margin: mx-auto;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}

.navbar-nav .nav-link {
  color: #04101c !important;
  margin: 0 15px;
  transition: color 0.3s ease;
  font-weight: 400;
  letter-spacing: 2px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:active {
  color: #181c58 !important;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 35, 88, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.dropdown-menu.show {
  display: block;
  background: rgba(0, 0, 0, 0.9) !important;
}


/* -- BUTTONS -- */
.btn-primary-custom {
  color: #ffffff !important;
  border: none;
  margin: 0px;
  display: inline-block;
  padding: 12px 30px;
  background: #ff2358;
  transition: all 0.3s ease;
  font-weight: 300;
  border-radius: 50px;
  text-decoration: none;
  border: none
}

.btn-primary-custom:hover {
  color: #ffffff !important;
  background: #ee563f; 
  border: none
}


.btn-primary {
  width: auto;
  color: #ffffff !important;
  border: none;
  margin: 24px 0px 0px 0px;
  padding: 12px 30px;
  display: inline-block;
  text-align: center;
  background: var(--primary-color);
  transition: all 0.3s ease;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  letter-spacing: 1px;
}

.btn-primary:hover {
  color: #ffffff;
  background: #14337a;
  border: none;
}

.btn-primary-alt {
  width: auto;
  color: #ffffff !important;
  border: 2px solid var(--secondary-color);
  margin: 0px;
  padding: 12px 30px;
  display: inline-block;
  text-align: center;
  background: var(--secondary-color);
  transition: all 0.3s ease;
  font-weight: bold;
  border-radius: 5px;
  text-decoration: none;
  letter-spacing: 1px;
}

.btn-primary-alt:hover {
  color: #ffffff !important;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid #ffffff
}

.pill-section {
  background-color: #14337a;
  border-radius: 30px;
  padding: 20px
}

.nav-pills {
  min-width: 250px;
  margin: 20px 0px;
}

.nav-pills .nav-link {
  padding: 20px;
  background-color: #ff2358;
  margin: 5px;
  color: #ffffff;
}

.nav-pills .nav-link.active {
  background-color: #ee563f;
  color: #ffffff
}

.tab-content {
  padding: 0px 30px;
}

@media (max-width: 767.98px) {
  .pill-section { margin: 0px auto; max-width: 94%;}
  .nav-pills {
    
    display: flex;
    flex-wrap: wrap;
  }

  .tab-content {
    display: flex;
    flex-wrap: wrap;
  }

  .tab-pane {
    width: 100%;
  }
}

.content-box {
  padding: 50px;
  border-radius: 30px;
  box-shadow: none;
  border: 1px solid #f3f4fa
}

.content-box:hover {
  padding: 50px;
  border-radius: 30px;
  box-shadow: 0 1rem 3rem rgba(52, 59, 173, .175);
  border: 1px solid #f3f4fa
}

.card {
  border-radius: 30px;
  box-shadow: 0 1rem 3rem rgba(52, 59, 173, 0.175);
  padding: 30px;
  border: 1px solid #f3f4fa
}

.custom-card-color {
  background: radial-gradient(circle, rgba(39, 45, 150, 1) 0%, rgba(16, 21, 74, 1) 100%);
  box-shadow: 0 1rem 3rem rgba(52, 59, 173, 0.175);
  border: 1px solid #f3f4fa
}

.card-noshadow {
  border-radius: 30px;
  box-shadow: none;
  padding: 30px;
  border: none;
}

.card-noshadow:hover {
  background: radial-gradient(circle, rgba(39, 45, 150, 1) 0%, rgba(16, 21, 74, 1) 100%);
}

.background {
  margin: 0px 20px;
  border-radius: 30px;
  background: #10154a;
  background: radial-gradient(circle, rgba(39, 45, 150, 1) 0%, rgba(16, 21, 74, 1) 100%);
  padding: 100px 0px;
  box-shadow: 0 1rem 3rem rgba(52, 59, 173, 0.175);
}


/* accordion */
button.accordion {
  width: 100%;
  color: #04101c;
  cursor: pointer;
  border: none;
  outline: none;
  hyphens: auto;
  font-size: 16pt;
  transition: 0.4s;
  text-align: left;
  line-height: 20pt;
  background-color: #ffffff;
  padding: 15px 20px;
  border-radius: 30px;
  margin: 0px;
  border: 1px solid #f3f4fa;
  box-shadow: 0 1rem 3rem rgba(52, 59, 173, 0.175);
}

button.accordion.active,
button.accordion:hover {
  color: #ffffff;
  background-color: #ff2358;
}

button.accordion.active {
  background-color: #ee563f;
  ;
}

button.accordion:after {
  float: right;
  color: #04101c;
  content: '\002B';
  font-weight: bold;
  margin-left: 5px;
}

button.accordion.active:after {
  content: "\2212";
}

div.panel {
  margin: 10px 0px 0px 0px;
  padding: 0px;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s ease-out;
  background-color: #ffffff;
  box-shadow: none;
}

div.panel p {
  padding-left: 30px;
  padding-right: 30px;
}


/* -- TYPOGRAPHY --*/
h1,
h2,
h5 {
  color: var(--primary-color);
  font-weight: 600;
}

h3,
h4,
h6 {
  color: #14337a;
  font-weight: 600;
}

h1 {
  font-weight: 600;
  text-transform: none;
}

h1.large {
  font-size: 3.5rem
}

h2 {
  color: var(--primary-color);
}

h5 {
  font-weight: 500;
}

h6 { margin-bottom: 5px;}

p {
  font-size: 1.1rem;
  margin: 25px 0px;
  color: #525658
}

p.large {
  font-size: 1.2rem;
  margin: 24px 0px 20px 0px
}



.tab-pane p {
  color: #ffffff;
  font-weight: 300;
}

.custom-card-color h5,
.custom-card-color p {
  color: #ffffff;
}
.custom-card-color p { margin-bottom: 0px;}

.card-noshadow:hover h4,
.card-noshadow:hover p {
  color: #ffffff;
}

.background h2,
.background p.large,
.background h4,
.background p {
  color: #ffffff;
}

ul.custom-bullets li p {
  margin-top: 5px
}

ul.custom-bullets {
  padding-left: 0rem
}

ul.custom-bullets li {
  color: #525658;
  list-style: none;
  padding: 0px 0px 30px 30px;
  background-image: url("../images/list-icon-green.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 20px;
}

ul.custom-bullets2 {
  margin-top: 40px;
  padding-left: 0rem
}

ul.custom-bullets2 li {
  color: #525658;
  list-style: none;
  padding: 0px 0px 30px 30px;
  background-image: url("../images/list-icon.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 20px;
}

.fa-ul { color: #525658;}
.fa-ul li { padding: 0px 0px 20px 10px}

.nomore {
    display: none !important;
    }

/* -- LINKS -- */
a:link,
a:visited {
  color: #525658;
  text-decoration: none;
}

a:hover,
a:active {
  color: #ff2358;
}

/* -- IMAGES -- */
img {
  width: auto\9;
  height: auto\9;
  margin: 0px;
  padding: 0px;
  max-width: 100%;
  border-style: none;
  border-color: inherit;
  border-width: 0;
  border-radius: 5px
}

.global-images {
  margin-top: 30px;
}

/* forms */
form { margin-top: 20px;}
input,
textarea,
submit,
select {
  color: #04101c;
  width: 100%;
  margin: 0px 0px 5px 0px;
  height: 60px;
  padding: 10px 10px 10px 30px;
  font-size: 16px;
  max-width: 100%;
  text-align: left;
  border: 1px solid #f3f4fa;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 30px;
  font-weight: bold;
  box-shadow: 0 1rem 3rem rgba(52, 59, 173, 0.175);
}

textarea {
  height: 125px;
}

.submit {
  color: #ffffff;
  cursor: pointer;
  border: 0px;
  margin: 10px 0px 0px 0px;
  padding: 25px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 30px;
  text-transform: uppercase;
  background-color: #ff2358;
  height: 60px;
  line-height: 15px;
  text-align: center
}

.submit:hover {
  background-color: #ee563f;
  color: #ffffff
}

::-webkit-input-placeholder {
  color: #525658;
  font-weight: normal;
}

::-moz-placeholder {
  color: #525658 !important;
  opacity: 1;
  font-weight: normal;
}

:-ms-input-placeholder {
  color: #525658;
  font-weight: normal;
}

:-moz-placeholder {
  color: #525658;
  font-weight: normal;
}

.form-group {
  font-size: 15px;
}

/* -- FOOTER -- */
.footer {
  color: #04101c;
  padding: 0px;
  margin-top: 1px;
  background: #ffffff;
}

.footer p {
  font-size: 12px;
  letter-spacing: 1px;
}
p.credits { font-size:8px !important;
text-align: right;}

.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}

/* -- RESPONSIVE DESIGN -- */
@media (max-width: 991px) {
  .navbar {
    background: rgba(255, 255, 255, 1) !important;
    box-shadow: 0;
    margin-bottom: 100px;
  }

  .navbar-nav .nav-link {
    color: #04101c !important;
    margin: 0 15px;
    transition: color 0.3s ease;
    font-weight: 400;
    letter-spacing: 2px;
    text-align: right;
  }

  .btn-primary-custom {
    width: 100%;
  }
    .text-right { text-align: left;}
    p.credits { text-align: left;}
}

@media (max-width: 480px) {
  .btn-alt-primary,
  .btn-alt-secondary {
    width: 100%;
    margin-bottom: 0.5rem;
  }

}