/*
Theme Name: Bootscore
Theme URI: https://bootscore.me/
Author: Bootscore
Author URI: https://bootscore.me
Description: Flexible Bootstrap WordPress starter-theme for developers with full WooCommerce support. <a href="https://bootscore.me/category/documentation/" target="_blank">Documentation</a>
Version: 6.3.1
Requires at least: 5.0
Tested up to: 6.9
Requires PHP: 7.4
License: MIT License
License URI: https://github.com/bootscore/bootscore/blob/main/LICENSE
Text Domain: bootscore
Tags: featured-images, threaded-comments, translation-ready

Use this theme to make something cool, have fun, and share what you've learned with others.

Bootscore is based on Underscores https://underscores.me/, (C) 2012-2024 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/* 
All style editing is done via /assets/scss/_bootscore-custom.scss
*/


/*** 
 * Custom Fonts
 ***/
@font-face {
    font-family: 'HelvaticaNeue';
    font-style: normal;
    font-weight: normal;
    src: url('./assets/fonts/HelveticaNeue.woff') format('woff'),
        url('./assets/fonts/HelveticaNeue.ttf') format('truetype');
}

@font-face {
    font-family: 'HelvaticaNeue-Thin';
    font-style: normal;
    font-weight: normal;
    src: url('./assets/fonts/HelveticaNeue-Thin.woff') format('woff');
}

@font-face {
    font-family: 'HelvaticaNeue-Light';
    font-style: normal;
    font-weight: normal;
    src: url('./assets/fonts/HelveticaNeue-Light.woff') format('woff'),
        url('./assets/fonts/HelveticaNeue-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'HelvaticaNeue-Medium';
    font-style: normal;
    font-weight: normal;
    src: url('./assets/fonts/HelveticaNeue-Medium.woff') format('woff'),
        url('./assets/fonts/HelveticaNeue-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'HelvaticaNeue-Bold';
    font-style: normal;
    font-weight: normal;
    src: url('./assets/fonts/HelveticaNeue-Bold.woff') format('woff'),
        url('./assets/fonts/HelveticaNeue-Bold.ttf') format('truetype');
}


/***
 * Theme Variables
 ***/
:root {
    --body-bg-color: #0D0D0D;
    --body-font-color: #FFFFFF;
    --button-bg-color: #FFD900;
    --button-font-color: #000000;
    --theme-text-color: #FFD900;
    --secondary-color: #E5E5E5;
    --accent-color: #0F0F0F;
    --dark-color: #0F0F0F;
    --light-color: #FFFFFF;
    --padding-xlarge: 160px;
    --padding-large: 120px;
    --padding-small: 60px;
}

/***
 * Global Styles
 ***/
html {
    box-sizing: border-box;
    font-size: 19px;
}

body {
    font-family: 'HelvaticaNeue', system-ui, -apple-system, sans-serif;
    color: var(--body-font-color);
    background-color: var(--body-bg-color);
    font-size: 1rem;
    line-height: 1.35;
    letter-spacing: 0.04em;
}

a {
    color: inherit;
    text-decoration: none;
    user-select: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'HelvaticaNeue-Bold', 'Segoe UI', system-ui, -apple-system, sans-serif;
    font-weight: normal;
    color: inherit;
}

strong,
b {
    font-family: 'HelvaticaNeue-Medium', 'Segoe UI', system-ui, -apple-system, sans-serif;
    font-weight: normal;
}

figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
dl,
dd {
    margin: 0 0 0.66em;
    line-height: 1.2;
}

p {
    margin-bottom: 1.5em;
    line-height: 1.5;
}

li,
p,
.accordion-body,
.editor-content {
    line-height: 1.5;
}

video,
img,
svg {
    max-width: 100%;
    height: auto;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

/*** 
 * Helper Classes
 ***/
.py-xlarge {
    padding-block: var(--padding-xlarge);
}

.py-large {
    padding-block: var(--padding-large);
}

.py-small {
    padding-block: var(--padding-small);
}

.overlay,
.overlay-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

a.overlay-link {
    opacity: 0;
    font-size: 0;
    cursor: pointer;
}

.hide {
    display: none !important;
}

div.container,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
    max-width: 94%;
}

.back-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.py-large+.py-large {
    padding-top: 0 !important;
}

section.py-5 {
    padding-block: 6.5rem !important;
}

.font-light {
    font-family: 'HelveticaNeue-Thin', system-ui, -apple-system, sans-serif;
    font-weight: 300;
}

.font-medium {
    font-family: 'HelveticaNeue-Medium', system-ui, -apple-system, sans-serif;
}

.font-bold {
    font-family: 'HelveticaNeue-Bold', system-ui, -apple-system, sans-serif;
}

/*** 
 * Typography Styles
 ***/
h1 {
    font-size: 5rem;
}

h2,
.h2 {
    font-size: 2.8rem;
}

h3,
.h3 {
    font-size: 2rem;
}

h4,
.h4 {
    font-size: 1.5rem;
}

/*** 
 * Header Styles
 ***/
header#masthead {
    position: fixed;
    width: 100%;
}

.site-header .navbar {
    padding-block: 40px;
}

.navbar-brand img {
    width: 5.2rem;
    display: block;
}

.site-header a.nav-link {
    font-family: 'HelvaticaNeue-Light', system-ui, -apple-system, sans-serif;
    text-transform: uppercase;
    font-size: 1rem;
    color: var(--body-font-color);
    margin-left: 1.5rem;
    font-weight: 300;
}

.site-header .button-parent a.nav-link {
    background: var(--button-bg-color);
    color: var(--button-font-color);
    border-radius: 50px;
    border: 0;
    padding: 0.5rem 1rem;
}

/*** 
 * Button Styles
 ***/
a.btn.btn-primary.btn-theme {
    background: var(--button-bg-color);
    color: var(--button-font-color);
    border-radius: 50px;
    border: 0;
    padding: 0.5rem 1rem;
}

/*** 
 * Dash Styles
 ***/
.dash {
    height: 4px;
    border-bottom: 1px solid var(--accent-color);
    display: block;
    position: relative;
    flex-grow: 1;
}

.dash::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 5px;
    background: var(--accent-color);
}

.section-dash {
    margin-bottom: 3rem;
}

/*** 
 * Hero Section Styles
 ***/
.hero-section {
    min-height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-section h1 {
    font-family: 'HelveticaNeue-Bold', system-ui, -apple-system, sans-serif;
    font-size: 7rem;
    color: transparent;
    -webkit-text-stroke: 2px white;
    transform: skewX(-10deg);
    transform-origin: bottom center;
    line-height: 1;
    margin-bottom: 2rem;
}

.hero-section-figure:before,
.hero-section-figure:after {
    content: '';
    display: block;
    left: 0;
    width: 100%;
    height: 50%;
    position: absolute;
    z-index: 2;
}

.hero-section-figure:before {
    top: 0;
    background: linear-gradient(180deg, #0D0D0D 0%, #0D0D0D 5%, rgba(13, 13, 13, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
}

.hero-section-figure:after {
    bottom: 0;
    background: linear-gradient(360deg, #0D0D0D 0%, #0D0D0D 5%, rgba(13, 13, 13, 0.5) 50%, rgba(0, 0, 0, 0) 100%);
}

p.hero-lead {
    font-size: 1.1rem;
    font-family: 'HelveticaNeue-Medium', system-ui, -apple-system, sans-serif;
    margin-bottom: 1.75rem !important;
}

h6.text-uppercase {
    font-family: 'HelvaticaNeue', 'Segoe UI', system-ui, -apple-system, sans-serif;
    font-weight: 300;
    font-size: 1.05rem;
}

p.hero-supporting-button.small.mb-0.mt-2 {
    font-size: 0.75rem;
    margin-top: 0.8rem !important;
}

.hero-button-block {
    margin-top: 2.6rem !important;
}

/*** 
 * Info Section Styles
 ***/
.info-section .card {
    background: #141414;
    border-color: #414141;
    border-radius: 10px;
    color: #fff;
}

.theme-h2 {
    font-family: 'HelveticaNeue-Bold', system-ui, -apple-system, sans-serif;
    font-size: 4rem;
    color: transparent;
    -webkit-text-stroke: 2px white;
    transform: skewX(-10deg);
    transform-origin: bottom center;
    line-height: 1;
    margin-bottom: 2rem;
}

.text-muted {
    color: #9D9D9D !important;
}

.card.card-information .card-body {
    padding: 1.6rem;
    letter-spacing: 0;
}

.info-section .card img {
    width: 2.8rem !important;
    height: 2.8rem !important;
}

.card.card-information .card-title {
    font-family: 'HelveticaNeue-Medium', system-ui, -apple-system, sans-serif;
    font-size: 1.3rem;
    letter-spacing: 0.5px;
}

.card.card-information .card-subtitle {
    font-size: 1.15rem;
    letter-spacing: 0.5px;
    margin-bottom: 0.6rem !important;
}

/*** 
 * Venue Section Styles
 ***/
.venue-content {
    max-width: 31rem;
    font-size: 0.95rem;
}

.venue-address-content {
    max-width: 28rem;
    margin-top: 3rem;
}

.venue-address-content .me-4 {
    flex-shrink: 0;
    font-size: 0.95rem;
}

.venue-address-content img {
    width: 3rem !important;
}

section#venue .col-lg-5 {
    padding-right: 0;
    padding-left: 0;
}

.sponsor-interest-content a {
    color: var(--theme-text-color);
    text-decoration: underline;
}

.sponsor-interest-content {
    font-weight: 300;
}


/*** 
 * Contact Section Styles
 ***/
.registration-form {
    max-width: 40rem;
    margin-inline: auto;
}

.registration-info {
    margin-block: 4rem 2rem;
}

.registration-info strong {
    font-family: 'HelvaticaNeue-Bold', system-ui, -apple-system, sans-serif;
}

input.wpcf7-form-control.wpcf7-text {
    background: #141414;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 5px;
    box-shadow: none !important;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    margin-top: 4px;
    outline: none !important;
}

.registration-form label {
    display: block;
    font-family: 'HelvaticaNeue-Light', system-ui, -apple-system, sans-serif;
}

input.wpcf7-form-control.wpcf7-submit {
    color: #0D0D0D;
    background: #fff;
    border-radius: 5px;
    width: 360px;
    height: 52px;
    margin-inline: auto;
    display: block;
    margin-top: 3rem;
}

/*** 
 * Footer Styles
 ***/
.bootscore-footer {
    padding-block: 1.6rem;
    color: #fff;
    border-top: 1px solid #414141;
}

.website-by a {
    color: var(--theme-text-color);
    text-decoration: underline;
}

.footer-logo img {
    height: 24px;
}

.footer-logo {
    margin-top: 1rem;
}

footer h6,
footer .copyright {
    font-family: 'Calling Code Regular';
    font-size: 0.9rem;
    text-transform: uppercase;
}

.footer-column.col-links {
    width: fit-content;
    flex-grow: 0;
    flex-shrink: 0;
    min-width: fit-content;
    margin-right: 20px;
}

.footer-about {
    max-width: 360px;
}

footer .bottom-block:after {
    content: '';
    width: 100%;
    height: 50vw;
    background: radial-gradient(ellipse at center, #80c6ff 0%, #101010 50%, #0f0f0f 100%);
    position: absolute;
    left: 0;
    bottom: -28vw;
    opacity: 0.3;
}

footer .bottom-block {
    overflow: hidden;
}

.site-header.sticky-header .navbar {
    padding-block: 10px;
    background: #0d0d0d;
}

.navbar-brand img,
.site-header .navbar {
    transition: 0.2s;
}

.site-header.sticky-header .navbar-brand img {
    width: 4rem;
}

/***
 * Disable AOS in Small Screen
 ***/
@media only screen and (max-width: 992px) {
    [data-aos] {
        opacity: 1 !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
    }
}

/*** 
 * Smooth Scroll Margin Adjustment
 ***/
@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

section#mission {
    scroll-margin-top: -30px;
}

section#services,
section#collaboration {
    scroll-margin-top: 10px;
}

section#contact,
section#faqs {
    scroll-margin-top: 1.5rem;
}

.btn-squares-list {
    display: none;
}

/*** 
 * Hover and Pointer Fine Media Queries
 ***/
@media (hover: hover) and (pointer: fine) {
    .site-header a.nav-link:after {
        content: '';
        display: block;
        height: 1px;
        background: currentColor;
        transition: 0.2s;
        transform: scale(0);
    }

    .site-header a.nav-link:hover:after {
        transform: scale(1);
    }

    .btn.btn-primary.btn-theme,
    .site-header .button-parent a.nav-link {
        transition: 0.4s;
    }

    .btn.btn-primary.btn-theme:hover,
    .site-header .button-parent a.nav-link:hover {
        background: #FF9D00;
        color: #000000;
        text-decoration: none;
    }

    .site-header .button-parent a.nav-link:after {
        display: none;
    }

    .reg-form {
        display: table;
        margin-inline: auto;
    }

    .navbar-nav li a:hover>span {
        border-bottom: 1px solid;
    }

    a.btn.btn-primary:hover {
        background: var(--button-bg-color);
        border-color: var(--button-bg-color);
        color: var(--button-font-color);
    }

    a.btn.btn-primary i {
        filter: invert(1);
    }

    a.btn.btn-outline-primary:hover {
        background: var(--button-bg-color);
        border-color: var(--button-bg-color);
        color: var(--button-font-color);
    }

    footer a:hover span {
        border-bottom: 1px solid;
    }

    .section-services .col-md-6.mb-4:hover {
        filter: drop-shadow(6px 6px 12px #ddd);
    }
}

/*** 
 * 1460px and below Media Queries
 ***/
@media only screen and (min-width: 1600px) {
    .hero-section h1 {
        -webkit-text-stroke: 4px white;
    }

    .theme-h2 {
        font-size: 4.2rem;
        font-weight: 600;
    }
}

@media only screen and (min-width: 993px) {
    .collaboration-thumb {
        max-width: 260px;
    }
}

@media only screen and (min-width: 993px) and (max-width: 1380px) {
    .section-contact .col-md-12.col-lg-4 {
        min-width: 360px;
    }

    .section-contact .col-md-12.col-lg-8 {
        width: 50%;
        flex-grow: 1;
        flex-shrink: 0;
    }
}

@media only screen and (max-width: 1460px) {
    html {
        font-size: 16px;
    }

    .section-contact h3 {
        font-size: 1.66rem;
    }

    .section-contact .box h6 {
        font-size: 0.85rem;
    }

    .section-contact .box p {
        font-size: 1.1rem;
    }

    .faq-section-desc {
        font-size: 1.65rem;
    }
}

@media only screen and (max-width: 1380px) {
    :root {
        --padding-large: 90px;
    }

    html {
        font-size: 16px;
    }

    div.container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl,
    .container-xxl {
        max-width: 100%;
        padding-inline: 30px;
    }

    .testimonial-head {
        font-size: 2rem;
    }

    h1.display-4.mb-4 {
        font-size: 3rem;
    }

    .hero-section .h4 {
        font-size: 1.3rem;
    }

    h2,
    .h2 {
        font-size: 2.3rem;
    }

    h3,
    .h3 {
        font-size: 1.8rem;
    }
}

@media only screen and (max-width: 1080px) {
    .hero-section h1 {
        font-size: 5.5rem;
    }

    .theme-h2 {
        font-size: 3rem;
    }

    .card.card-information .card-title {
        font-size: 1.2rem;
    }

    .card.card-information .card-subtitle {
        font-size: 1.05rem;
    }
}

@media only screen and (max-width: 992px) {
    .hero-section h1 {
        font-size: 4rem;
    }

    .theme-h2 {
        font-size: 2.5rem;
    }

    .venue-content,
    .venue-address-content,
    section#venue .col-lg-5 {
        margin-inline: auto;
        max-width: 31rem;
    }

    .header-right-menu {
        margin-left: auto;
        margin-right: 10px;
    }

    .hero-video.ms-auto {
        max-width: 400px;
        margin-left: 0 !important;
    }

    .testimonial-head {
        font-size: 1.4rem;
    }

    .section-services .col.col-title {
        width: 100%;
        flex-basis: 100%;
        margin-bottom: 2rem;
    }

    button.btn.nav-toggler {
        background: var(--theme-text-color);
        color: var(--body-bg-color);
        border: 1px solid var(--theme-text-color);
        width: 40px;
        height: 40px;
        border-radius: 5px;
        padding: 0;
    }

    button.btn.nav-toggler i.fa-bars {
        transform: scaleX(1.4) scaleY(1.15);
    }

    .offcanvas-header button.btn-close {
        background: #D3E9FE;
        color: #0F0F0F;
        border: 1px solid #0F0F0F;
        width: 40px;
        height: 40px;
        border-radius: 5px;
        opacity: 1 !important;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .offcanvas-header button.btn-close:before {
        content: '\00d7';
        font-size: 26px;
        opacity: 1;
        color: #0F0F0F !important;
        font-family: sans-serif;
        font-weight: 300;
        line-height: 26px;
        position: relative;
        top: -1px;
    }

    .site-header a.nav-link {
        margin-left: 0;
        text-align: center;
        color: #000;
    }

    .site-header .button-parent a.nav-link {
        margin-top: 1rem;
    }

    .offcanvas-header button.btn-close {
        background: transparent;
    }
}


@media only screen and (max-width: 993px) and (min-width: 768px) {
    button.btn.nav-toggler {
        position: relative;
        top: -2px;
    }
}

@media only screen and (max-width: 767px) {
    :root {
        --padding-large: 30px;
    }

    .header-right-menu {
        display: none;
    }

    .site-header.sticky-header .navbar,
    .site-header .navbar {
        padding-block: 20px;
    }

    .hero-section h1 {
        font-size: 3.2rem;
        margin-inline: 2rem 4rem;
    }

    .theme-h2 {
        -webkit-text-stroke: 1px white;
        margin-right: 0.6rem;
        font-size: 2.2rem;
    }

    h2,
    .h2 {
        font-size: 1.6rem;
    }

    .contact-form {
        padding: 15px;
    }

    section#home {
        padding-top: 2rem;
    }

    .bootscore-footer {
        margin-top: 1rem;
    }

    .hero-content {
        padding-top: 4rem;
        overflow: hidden;
    }

    .site-header.sticky-header .navbar-brand img,
    .navbar-brand img {
        width: 3rem;
    }

    p.hero-lead {
        font-size: 1rem;
        padding-inline: 30px;
        font-family: 'HelveticaNeue', system-ui, -apple-system, sans-serif;
    }

    .venue-content,
    .venue-address-content,
    section#venue .col-lg-5+.col-lg-5 {
        max-width: calc(100% - 60px);
    }

    input.wpcf7-form-control.wpcf7-submit {
        max-width: 100%;
    }
}