/*----------------------------------------------------------- Google Fonts */

@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@200;300;400;500;700&family=Poppins:wght@300;500;600&display=swap');

/*----------------------------------------------------------- Page Container Settings */

body,
nav {
    max-width: 1300px;
    margin: 0 auto;
    background: #d1d1d1;
}
/*-----------------------------------------------------------Colors */

.bg-col-navbar {
    background-color: #282727;
}

.bg-col-red {
    background-color: #CB3737;
}

.bg-col-dk {
    background-color: #3a3a3a;
}

/*-----------------------------------------------------------General Text */

body {
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
}

p {
    font-weight: 300;
}

.p-bigger {
    font-size: 18px;
}

.main-title,
.tagline,
.tagline-small,
.section-title,
nav {
    font-family: 'Fira Sans', sans-serif;
}

.main-title {
    font-weight: 700;
    font-size: 80px;
}

.tagline,
.tagline-small {
    font-weight: 300;
}

.tagline {
    font-size: 24px;
}

.tagline-small {
    font-size: 20px;
}

.section-title,
.thanks-title {
    font-weight: 700;
    font-size: 36px;
}

.txt-cent {
    text-align: center;
}

.txt-left {
    text-align: left;
}

.txt-right {
    text-align: right;
}

/*-----------------------------------------------------------Containers / Dividers / Generic Margins */

.row {
    margin: 0;
}

.buffer {
    height: 100px;
    width: 100%;
}

.container-fluid-nopad {
    padding: 0;
}

/*-----------------------------------------------------------Nav */

.navbar {
    opacity: 95%;
}

.navbar-dark {
    --bs-navbar-hover-color: none;
}

.nav-brand {
    font-weight: 200;
    font-size: 24px;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
}

#bb-logo {
    width: 60px;
    height: auto;
    margin: 10px 5px 10px 5px;
}

.nav-link {
    list-style: none;
    color: #ffffff;
    font-weight: 300;
    opacity: 60%;
    transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.navbar-toggler {
    border: 0;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.nav-link {
    text-align: right;
    padding: 25px 15px 25px 0;
    --bs-navbar-nav-link-padding-x: 0.8rem;
}

.active-nl a {
    opacity: 100%;
}

.nav-behind {
    background-color: #282727;
    height: 96px;
    width: 100%;
}

/*-----------------------------------------------------------Hero */

#hero-home {
    padding: 0;
    height: 85vh;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 65%, rgba(0, 0, 0, 0.9) 90%),
        url("../images/hero_home.jpg");
    background-color: #282727;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    position: relative;
}

#hero-about {
    padding: 0;
    height: 35vh;
    min-height: 200px;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.7) 45%, rgba(0, 0, 0, 0.9) 90%),
        url("../images/hero_about.jpg");
    background-color: #282727;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    position: relative;
}

#hero-book {
    padding: 0;
    height: 35vh;
    min-height: 200px;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 65%, rgba(0, 0, 0, 0.9) 90%),
        url("../images/hero_book.jpg");
    background-color: #282727;
    background-position: center top 20%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    position: relative;
}

#hero-join {
    padding: 0;
    height: 35vh;
    min-height: 200px;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.7) 65%, rgba(0, 0, 0, 0.9) 90%),
        url("../images/hero_join.jpg");
    background-color: #282727;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    position: relative;
}

.hero-text {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
}

.hero-text-sm {
    bottom: 40px;
}

.hero-text-lg {
    bottom: 90px;
}

/*-----------------------------------------------------------Home Text Section */

.text-section-container {
    padding: 120px 0px;
}

#batala-hey-title {
    margin-bottom: 30px;
}

/*-----------------------------------------------------------About Us */

.about-section-title {
    margin-bottom: 30px;
}

.about-text {
    padding-right: 5%;
    padding-left: 5%;
}

.about-img {
    background-color: #282727;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    min-height: 700px;
}

#about-img-top {
    background-image: url("../images/about_band.jpg");
    border-radius: 0% 10% 10% 0;
    background-position: center top;
}

#about-img-middle {
    background-image: url("../images/about_music.jpg");
    border-radius: 10% 0% 0% 10%;
    background-position: center;
}

#about-img-bottom {
    background-image: url("../images/about_mundo.jpg");
    border-radius: 0% 10% 10% 0;
    background-position: center;
}

#need-drum-container {
    padding: 100px 0px 60px 0;
}

#need-drum-text {
    padding-left: 5%;
    padding-right: 5%;
}

#need-drum-title {
    margin-bottom: 10px;
}

#cta-join-text {
    margin-top: 60px;
}

#cta-join-text a {
    color: #ffffff;
    border-radius: 5px;
    font-weight: 500;
    padding: 10px;
    text-underline-offset: 5px;
    text-decoration-thickness: 0.5px;
}

/*-----------------------------------------------------------Join / Book */

.form-container {
    padding: 100px 7% 100px 7%;
}

.form-text-title {
    margin-bottom: 30px;
}

.form-text-block {
    padding-right: 5%;
}

.form-text-block p a {
    color: #ffffff;
    font-weight: 600;
    text-underline-offset: 3px;
    text-decoration-thickness: 0.5px;
}

/*----------------------------------------------------------- Form */

.form {
    padding-left: 5%;
}

#join-form-container {
    margin-top: 75px;
}

.form-title {
    margin-bottom: 15px;
}

.form-input-text,
.form-input-textarea {
    width: 100%;
    border-radius: 5px;
    border: none;
    margin-bottom: 15px;
    padding-left: 10px;
    color: #3a3a3a;
}

.form-label-text,
.form-input-text {
    font-weight: 300;
}

.form-input-text {
    margin-top: 5px;
}

.form-input-textarea {
    margin-top: 20px;
    padding: 10px;
    height: 160px;
}

input:focus,
textarea:focus {
    outline-color: #282727;
}

/*-----------------------------------------------------------Testimonials */

#testimonial-container {
    padding: 100px 5% 20px 5%;
}

#testimonial-title {
    text-align: center;
    margin-bottom: 60px;
}

.testi-single {
    display: flex;
    align-items: flex-start;
    margin-bottom: 60px;
}

.testi-img {
    margin-right: 30px;
}

.testi-left-col {
    margin-right: 30px;
}

.testi-right-col {
    margin-left: 30px;
}

/*-----------------------------------------------------------Buttons */

/*----------------------Button Shared Styles */

.circle-button-lrg,
.circle-button-sm {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle-button-lrg {
    width: 140px;
    height: 140px;
    margin: 0 auto;
}

.circle-button-sm {
    width: 92px;
    height: 92px;
    right: 15px;
}

.white-circle {
    width: 70%;
    height: 70%;
    border-radius: 50%;
    border: none;
    background-color: #ffffff;
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-text,
.submit-btn-txt {
    font-family: 'Fira Sans', sans-serif;
    margin: 0;
    font-weight: 500;
}

.line-circle-dark {
    border: 2px solid #282727;
}

.line-circle-light {
    border: 2px solid #ffffff;
}

.line-circle-inner,
.line-circle-middle,
.line-circle-outer {
    border-radius: 50%;
    position: absolute;
    z-index: 0;
}

.line-circle-inner {
    width: 80%;
    height: 80%;
    opacity: 40%;
    transform: scale(0.7);
    transition: transform 0.35s ease-in-out;
    -moz-transition: transform 0.35s ease-in-out;
    -webkit-transition: transform 0.35s ease-in-out;
    -o-transition: transform 0.35s ease-in-out;
}

.line-circle-middle {
    width: 90%;
    height: 90%;
    opacity: 30%;
    transform: scale(0.7);
    transition: transform 0.35s 0.05s ease-in-out;
    -moz-transition: transform 0.35s 0.05s ease-in-out;
    -webkit-transition: transform 0.35s 0.05s ease-in-out;
    -o-transition: transform 0.35s 0.05s ease-in-out;
}

.line-circle-outer {
    width: 100%;
    height: 100%;
    opacity: 20%;
    transform: scale(0.7);
    transition: transform 0.35s 0.1s ease-in-out;
    -moz-transition: transform 0.35s 0.1s ease-in-out;
    -webkit-transition: transform 0.35s 0.1s ease-in-out;
    -o-transition: transform 0.35s 0.1s ease-in-out;
}

/*----------Find Out More / Book Us Buttons */

#find-out-more-btn {
    margin-top: 60px;
}

.button-text {
    line-height: 120%;
    font-size: 95%;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

.button-text a {
    color: #282727;
    text-decoration: none;
}

#book-us-btn a {
    padding: 40px 10px;
}

#find-out-more-btn a {
    padding: 25px 0px;
}

/*----------------------Submit Buttons */

.submit-btn-txt {
    color: #282727;
    font-size: 12.5px;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

/*-----------------------------------------------------------Gallery & Video */

.gallery-image {
    padding: 0;
}

.gallery-image img {
    max-width: 100%;
}

.video-section-container {
    padding: 100px 0px;
}

.video-wrapper {
    margin-top: 60px;
}

/*-----------------------------------------------------------404 & Thankyou*/

.subpage-container {
    position: fixed;
    height: 100%;
    max-width: 1300px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}


.subpage-container p a {
    color: #ffffff;
    font-weight: 600;
    text-underline-offset: 5px;
    text-decoration-thickness: 0.5px;
}

/*-----------------------------------------------------------Footer */

footer {
    height: 120px;
    background-color: #3a3a3a;
    display: flex;
    justify-content: center;
}

.footer-padding {
    height: 180px;
}

.footer-padding-small {
    height: 140px;
}

.subpage-footer {
    position: fixed;
    width: 100%;
    max-width: 1300px;
    bottom: 0;
    margin: 0 auto;
}

.footer-circle-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

#grey-circle {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    height: 120px;
    width: auto;
}

#footer-links-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 10px;
}

.list-inline-item:not(:last-child) {
    margin-right: 1.5rem;
}

.social-links li a i {
    width: 36px;
    height: 36px;
    padding: 8px 0;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    color: #282727;
    background: #ffffff;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

/*-----------------------------------------------------------Media Queries & Hover Pseudo Elements */

/* Below Large */

@media (max-width: 991px) {

    .about-text {
        text-align: center;
        margin: 100px 0;
        padding-left: 20%;
        padding-right: 20%;
    }

    .buffer {
        display: none;
    }

    #about-img-top,
    #about-img-middle,
    #about-img-bottom {
        border-radius: 0;
        min-height: 500px;
        max-height: 500px;
    }

    .form-container,
    #testimonial-container {
        padding: 100px 10% 30px 10%;
    }

    .form {
        padding: 0;
        margin-bottom: 60px;
    }

    #join-form-container {
        margin-top: 0;
    }

    .form-title {
        margin-bottom: 60px;
        text-align: center;
    }

    .tagline-small {
        font-size: 24px;
        font-weight: 700;
    }

    .form-text-block {
        padding: 30px 0 60px 0;
        text-align: center;
    }

    .form-input-textarea {
        height: 250px;
    }

    .circle-button-sm {
        right: 0px;
        margin: 0 auto;
    }

    .testi-single {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    .testi-img {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .testi-left-col {
        margin-right: 0px;
    }

    .testi-right-col {
        margin-left: 0px;
    }
}

/* Below Medium */

@media (max-width: 767px) {
    .nav-brand span {
        display: none;
    }

    .nav-item a {
        font-size: 20px;
        font-weight: 400;
    }

    .fixed-top {
        position: absolute;
    }

    .about-text {
        text-align: center;
        margin: 60px 0;
        padding-left: 10%;
        padding-right: 10%;
    }

    .about-title {
        font-size: 30px;
        font-weight: 500;
    }
}

/* Medium Landscape Devices */

@media (max-height: 650px) {
    #hero-about {
        background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.7) 35%, rgba(0, 0, 0, 0.9) 90%),
        url("../images/hero_about.jpg");
    }

    #hero-book {
        background-image:
            linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.6) 45%, rgba(0, 0, 0, 0.8) 90%),
            url("../images/hero_book.jpg");
    }
    
    #hero-join {
        background-image:
            linear-gradient(180deg, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.6) 45%, rgba(0, 0, 0, 0.8) 90%),
            url("../images/hero_join.jpg");
    }
}

/* Below Small */

@media (max-width: 575px),
(max-height: 575px) {
    .main-title {
        font-size: 48px;
    }

    .tagline {
        font-size: 18px;
    }

    .section-title {
        font-size: 30px;
    }

    #bb-logo {
        margin: 3px 0px 3px 0px;
    }

    .nav-behind {
        height: 76px;
    }

    #hero-home {
        height: 75vh;
        min-height: 300px;
    }

    .text-section-container {
        padding: 100px 0px;
    }

    .hero-text-lg {
        bottom: 50px;
    }

    .hero-text-sm {
        bottom: 20px;
    }

    #video-row {
        margin-left: 10px;
        margin-right: 10px;
    }

    #need-drum-container {
        padding: 60px 0px 30px 0;
    }

    .form-container {
        padding: 60px 5% 60px 5%;
    }

    .form-title {
        margin-bottom: 40px;
    }

    .form-text-block {
        padding: 0 0 0px 0;
    }

    #testimonial-container {
        padding: 60px 5% 10px 5%;
    }
}

/* Small landscape device */

@media (max-height: 400px) {
    .hero-text-sm {
        bottom: 0px;
    }

    .subpage-footer {
        display: none;
    }

    .subpage-container {
        padding-top: 70px;
    }
}

/* No Hover Devices - display hover animation result */

@media (hover: none) {

    .line-circle-inner,
    .line-circle-middle,
    .line-circle-outer {
        transform: scale(1)
    }
}

/* Hover Effects - Disabled on touchscreen devices */

@media(hover: hover) and (pointer: fine) {
    .nav-brand:hover {
        color: white;
    }

    .nav-link:hover {
        opacity: 100%;
    }

    .white-circle:hover .button-text {
        font-size: 105%;
    }

    .white-circle:hover .submit-btn-txt {
        font-size: 14px;
    }

    .white-circle:hover~* {
        transform: scale(1);
    }

    .social-links li a i:hover {
        background-color: #CB3737;
    }
}