@import url('https://fonts.googleapis.com/css2?family=Didact+Gothic&family=Open+Sans:wght@300;400;500;600;700&family=Roboto:wght@300;400;700&family=Rubik:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Over+the+Rainbow&display=swap');

/********************
CONSTANTS
********************/

  html {
    scroll-padding-top: 58px;
  }

/********************
BODY
********************/

body {
    margin: 0;
    font-size: 18px;
    background-color: #f6f6f6;
    color: #3b3b3b;
    font-family: 'Nunito Sans', sans-serif;
    line-height: 150%;
}

/********************
SECTION
********************/

section {
    padding: 50px 0 50px 0;
}

section.dark {
    background-color: #eee;
}

/********************
GENERAL
********************/

section .intro {
    text-align: center;
    padding-bottom: 40px;
}

h1 {
    font-size: 40px;
    font-weight: 500 ;
    padding-bottom: 10px;
}

h2 {
    font-size: 22px;
    color: #777;
    line-height: 150%;
}

h3 {
    font-size: 30px;
    margin-bottom: 0;
}

h6 {
    font-weight: 400;
    font-size: 20px;
}

.card {
    border: none;
    border-radius: 25px;
}



/********************
HEADER
********************/

header {
    background-color: white;
    font-size: 18px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.042);
    position: sticky;
    display: flex;
    align-items: center;
    height: 89px;
}

header img.logo {
    height: 60px;
    cursor: pointer;
}

header a.nav-link {
    color: #888;
}

header a.nav-link:hover {
    background-color: rgba(255, 255, 255, 0);
    color: black;
}

/* mobile */

header .nav-item {
    padding-left: 0px !important;
}

/********************
splash
********************/

#splash-desktop {
    background-image: url('/images/hero-section-splash.jpg' );
    height: 680px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: end;
    /* border-top: #0052cc 4px solid;
    border-bottom: #0052cc 4px solid; */
}


#splash-desktop .title {
    font-family: "Merriweather", serif;
    color: white;
    font-size: 40px;
    letter-spacing: 1px;
    padding-bottom: 25px;
    line-height: 130%;
}

#splash-desktop h2 {
    color: white;
}

/********************
about section
********************/

.card.pill {
    height: 486px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 8px 0px, rgba(0, 0, 0, 0.04) 0px 2px 8px 0px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card.pill .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.card.pill .description {
    font-size: 18px;
    text-align: left;
}

/********************
gallery
********************/

.card.gallery {
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 8px 0px, rgba(0, 0, 0, 0.04) 0px 2px 8px 0px;
    border-radius: 20px;
}

.card.gallery .card-body {
    padding: 120px;
}

.card.gallery .card-footer {
    border: none;
    background-color: #5252527d;  
    backdrop-filter: blur(10px);
    padding: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.card.gallery h5 {
    margin-bottom: 0;
    color: #e3e3e3;
    font-size: 22px;
}

.card.gallery .description {
    color: #b7b7b7;
    font-size: 18px;
}

.btn.btn-primary {
    background-color: #0052cc;
}

/********************
simple
********************/

.card.simple {
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 8px 0px, rgba(0, 0, 0, 0.04) 0px 2px 8px 0px;
    padding: 30px;
}

.card.simple .card-body {
    padding: 0;
}

.card.simple .icon {
    text-align: center;
    font-size: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #0052cc;
}

.card.simple h5 {
    font-weight: bold;
    margin: 0 0 8px 0;
    padding: 0;
    text-align: center;
}

.card.simple .description {
    font-size: 16px;
    text-align: center;
}

/********************
RESOURCES

pills
********************/

.nav.nav-pills .nav-link.active {
    background-color: #0052cc;
    color: #fff;
}

.nav.nav-pills .nav-link {
    color: #3b3b3b;

}

.nav.nav-pills .nav-item:not(:last-of-type) {
    margin-right: 10px;
}

.nav.nav-pills .nav-link:hover:not(.active){
    background-color: #3b3b3b19;
    color: #3b3b3b;
    transition: 0.3s ease-in-out;
}

#section-resources .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: white;
}

#section-resources .nav-link {
    color:#3b3b3b;
}

.under-svai-text {
    color: #969696;
    font-size: 15px;
}

/*******************
accordions
********************/

.blue .accordion {
    text-align: left;
}

.green .accordion {
    text-align: left;
}

.accordion-item {
    background-color: var(--bs-accordion-bg) none;
    border: 0;
}

.accordion-item:not(:last-of-type) {
    padding-bottom: 10px;
}

.accordion .icon {
    color: white;
    font-size: 30px;
    text-align: left;
    padding: 0 30px 0 20px;
}

.accordion-button {
    background-color: #fafafa;
    font-size: 20px;
    font-weight: bold;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 8px 0px, rgba(0, 0, 0, 0.04) 0px 2px 8px 0px;
}

.button-link:not(:disabled) {
    color: white;
    background-color: rgb(50, 108, 244);
    border-radius: 6px;
    border: none;
    box-shadow: none;
    padding: 10px 15px;
    margin-top: 20px;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

/********************
CONTACT

form
********************/

.contact-blob {
    text-align: left;
    border-radius: 60px;
}

.form-control {
    color: white;
    background-color: #ffffff28;
    border-color: #f6f6f6;
    border-width: 3px;
}

.form-control:focus {
    background-color: white;
    border-color: #838383;
    box-shadow: none;
}

.form-control::placeholder {
    color: #cbcbcb ;
}

.form-control:focus::placeholder {
    color: rgb(77, 77, 77);
}

.btn {
    min-width: 100px;
}


.form-button {
    color: rgb(82, 82, 82);
    background-color: #f6f6f6;
    border: none;
    border-radius: 10px;
    padding: 15px 55px 15px 55px;
}

.form-button:hover {
    color: #f6f6f6;
    background-color: #0052cc;
    transition: 0.5s;
}

.form-button:focus {
    color: #3C4043;
    background-color: white;
    border: none;
    box-shadow: none;
}

.form-button:active {
    color: #f6f6f6;
    background-color: #004cbd !important;
    border: none;
    box-shadow: none;
}

.alert {
    font-size: 15px;
    border-radius: 12px;
    margin-bottom: 0;
    border: none;
}

/* #region Success Modal */

#section-contact .modal-content {
    background-color: #fff;
    border: none;
    border-radius: 30px;
}

#section-contact .modal-header {
    background-color: #2fbd635e;
    color: #135918;
    font-size: 30px;
    font-weight: 500;
    border-bottom: none;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding: 20px 40px 20px 40px;
}

#section-contact .modal-body {
    padding: 20px 40px 20px 40px;
}

#section-contact .modal-icon {
    font-size: 150px;
}

#section-contact button.btn-close:focus {
    box-shadow: none;
}

/********************
FOOTER
********************/

footer {
    background-color: #3C4043;
    text-align: center;
    padding-bottom: 20px;
}

footer .footer-img {
    height: 250px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

footer .title {
    font-family: "Merriweather", serif;
    color: #6f6f6f;
    font-size: 26px;
    font-weight: 300;
}

footer a {
    color: white;
    text-decoration: none;
}

footer a:hover {
    color: white;
    text-decoration: underline;
}

.footer-rights {
    color: rgb(255, 255, 255, 0.458);
    font-size: 13px;
    text-align: center;
    margin-top: 20px;
}

.footer-rights a {
    color: rgba(255, 255, 255, 0.458);
    text-decoration: none;
}

.footer-rights a:hover {
    text-decoration: none;
}

.footer-logo {
    width: 100px;
}

footer a {
    text-decoration: none !important;
}

/* tag */

.tags {
    margin-top: 20px;
}

.tag-group {
    padding: 8px 0;
}

.tag {
    color: white;
    font-size: 12px;
    border: 2px solid;
    border-radius: 12px;
    padding: 0px 12px 0px 12px;
}

.tag.blue {
    background-color: #0052cc; 
    border-color: #1d75f8;
}

.tag.dark-grey {
    background-color: rgb(74, 74, 74); 
    border-color: rgb(89, 89, 89);
}

.tag.red {
    background-color: rgb(193, 83, 83); 
    border-color: rgb(159, 64, 64);
}

.cursor-default {
    cursor: default !important;
}