/* General Body and Typography */

@import url('https://fonts.googleapis.com/css2?family=Smooch+Sans:wght@100..900&display=swap');


body {
    margin: 0;
    padding: 0;
    font-family: Verdana, Sans sans-serif;
    font-size: 18px;
    font-weight: 500;/* General Body and Typography */

@import url('https://fonts.googleapis.com/css2?family=Smooch+Sans:wght@100..900&display=swap');


body {
    margin: 0;
    padding: 0;
    font-family: Verdana, Sans sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #d1d1d1;
    background: black;
}

.logo {
    max-width: 400px;
}

h1, h2, h3, h4, h5 {
    font-family: "Anton", sans-serif;
    transform: rotate(-2deg);
    transform-origin: left center;
    font-size: 37px;
    margin-top: 0;
    margin-bottom: 0;
    -webkit-mask-image: url("/pictures/text-grunge.webp");
    mask-image: url("/pictures/text-grunge.webp");
    -webkit-mask-size: 180px 180px;
    mask-size: 180px 180px;
    -webkit-mask-repeat: repeat;
    mask-repeat: repeat;
}

a {
    color: #fdff00;
    text-shadow: 0 0 1px #0d0d0d7a;
    text-decoration: none;
    font-weight: bold;
}

/* Active State */
.active {
    border-bottom: 4px solid #ff002d !important;
}

/* Info Section */
#infoot {
    max-width: 1600px;
    margin: auto;
}

#infoot pre {
    font-family: Raleway, sans-serif;
}

/* Footer */
#footer {
    padding-top: 50px;
    color: #fff;
    z-index: 99;
    font-size: 19px;
    background: #000000;
    border-top: 1px solid grey;
}

#footer a {
    color: white;
}

/* Top Bar */
#topBar {
    width: 100%;
    background-color: #000000;
    z-index: 10001;
}

#banner {
    padding: 15px;
    margin: auto;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: black;
    max-width: 1600px;
}

div#topSocials {
    color: white;
    text-decoration: none;
    text-align: right;
    margin-bottom: 10px;
    border-bottom: 1px solid #41403f;
    padding-bottom: 5px;
}

div#topSocials a {color:yellow;
                 text-decoration:none;}

/* Three Footer Section */
#threeFooter {
    text-align: center;
    margin: auto;
}

#threeFooter div {
    width: 31%;
    overflow: hidden;
    padding-bottom: 17px;
    margin-bottom: 15px;
    display: inline-block;
    vertical-align: top;
    z-index: 100;
    position: relative;
}

#threeFooter h3 {
    text-transform: capitalize;
}

#threeFooter div:first-child {
    margin-left: 0 !important;
    text-align: left;
    float: left;
}

#threeFooter div:last-child {
    margin-right: 0 !important;
    float: right;
    text-align: right;
}

#threeFooter ul {
    list-style: none;
    padding: 0;
}

#threeFooter li a {
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #585d69;
    padding: 7px;
    font-size: 12px;
    padding-right: 20px;
    text-transform: lowercase;
}

/* Misc Layout */
.textBoxes {
    position: relative;
    margin: auto;
    background: #000000;
}

.readingBit {
    padding-top: 1px;
    display: flow-root;
    margin: auto;
    margin-top: -1px;
}

/* Flexbox Utility */

.setStyle > div {
    max-width: 1600px;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: auto;
    flex: 1;
    display: flex;
}

.setStyle > div > div {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    /* padding: 1%; */
    box-sizing: border-box;
    flex: 1;
}
 div#bread {
    background: #efefef;
    padding: 10px;
}
/*BLog Section */

main.news {
    width: 100%;
    margin: auto;
}

.news section {
    border: 1px solid #d7d7d7;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    text-align: left;
    content-visibility: auto;
    margin-bottom: 20px;
}

img.blogIcon {
    float: left;
    margin-right: 30px;
    max-width: 200px;
}

#galBoxes {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    max-width: 1200px;
    margin: auto;
}

#galBoxes div {
    flex: 1 1 calc(20% - 10px); /* Adjust to control how many items per row */
    max-width: calc(20% - 10px);
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    transition: transform 0.3s ease;
}

#galBoxes img {
    width: 100%;
    height: 180px; /* Adjust height as needed */
    object-fit: cover;
    transition: transform 0.3s ease;
    border-radius: 6px;
}

#galBoxes div:hover {
    transform: translateY(-5px);
}

#galBoxes div:hover img {
    transform: scale(1.1);
}

.setStyle.homeHero > div {
    font-size: 20px;
    align-items: center;
    color: #e9e2cf;
    text-shadow: 0px 0px 7px #ffffff63;
    letter-spacing: 6px;
}

.homeHero > div > div {
   
    padding: 0;
    
}


.homeHero .delement {
    max-width: 1600px;
}

p#heroIntro {
    font-size: 98px;
    line-height: 99px;
    font-family: "Anton", sans-serif;
    transform: rotate(-2deg);
    transform-origin: left center;
    margin-bottom: 0px;
}

a.bookButton {
    background: transparent;
    padding: 9px;
    color: white;
    text-decoration: none;
    border: 2px solid #d22338;
    /* margin-right: 18px; */
    margin-top: 30px;
    display: inline-block;
    font-weight: bold;
}

a.gigsBtn {
    padding: 10px;
    border: 2px solid #286698;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
    margin-top: 20px;
    position: relative;
    display: inline-block;
    font-weight: bold;
}

a.bookButton,
a.gigsBtn {
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background-color 0.2s ease,
        color 0.2s ease;
    font-family: "Smooch Sans", sans-serif;
    border-radius: 10px;
    box-shadow: 0 0 12px 2px blue;
    font-weight: 400;
    padding: 6px;
    font-size: 32px;
    font-weight: bold;
    transform: rotate(-2deg);
    transform-origin: left center;
}

a.bookButton:hover {
    transform: translateY(-3px) scale(1.03);
    background: #ff5f1f;
    box-shadow:
        0 0 12px rgba(253, 72, 1, 0.7),
        0 0 28px rgba(253, 72, 1, 0.35);
}

a.gigsBtn:hover {
    transform: translateY(-3px);
    background: #fd4801;
    color: #fff;
    box-shadow:
        0 0 12px rgba(253, 72, 1, 0.65),
        0 0 28px rgba(253, 72, 1, 0.25);
}


.setStyle.gigsHeader {
    padding-top: 50px;
    background: #161515;
}

.setStyle.gigsHeader h2 {
    font-family: "Anton", sans-serif;
    transform: rotate(-2deg);
    transform-origin: left center;
    font-size: 37px;
    color: white;
}

.gigsList {
    background: #161515;
    box-sizing: border-box;
    padding-bottom: 20px;
}

.gigsList .gigsHeader {
    margin-bottom: 20px;
}

.gigsList .gigsHeader h2 {
    color: white;
    margin: 0;
    font-size: 32px;
    text-transform: uppercase;
}

.gigsList .gigsHeader i {
    color: #f5ad00;
    font-size: 22px;
    margin-left: 10px;
}

.gigsList .gigsGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.gigsList .gigCard {
    border: 2px solid #8f0314;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    align-items: center;
    min-height: 135px;
    box-sizing: border-box;
    background: #101010;
    box-shadow: 0 0 12px 2px #8f0314;
    background-size: cover;
}

.gigsList .gigDate {
    width: 80px;
    min-width: 80px;
    height: 110px;
    border: 2px solid #fd3e77;
    border-radius: 8px;
    text-align: center;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #ff5f1f;
}

.gigsList .gigDate strong {
    font-size: 42px;
    line-height: 42px;
}

.gigsList .gigDay,
.gigsList .gigMonth {
    font-weight: bold;
    font-size: 17px;
}

.gigsList .gigDetails h3 {
    margin: 0 0 5px 0;
    color: white;
    font-size: 25px;
    text-transform: uppercase;
}

.gigsList .gigType {
    color: #fdff00;
    margin: 0 0 10px 0;
    font-weight: bold;
}

.gigsList .gigTime {
    color: #ddd;
    margin: 0;
}

.gigsList .gigTime i {
    color: #1da1d8;
    margin-right: 7px;
}

.gigCard.boxBG1 {
    background-image: url("../../pictures/gig1.webp");
    border-color: yellow;
}

.gigCard.boxBG2 {
    background-image: url("../../pictures/gig2.webp");
}

.gigCard.boxBG3 {
    background-image: url("../../pictures/gig3.webp");
}

.infoSection > .delement {
    display: grid;
    grid-template-columns: 230px 1fr 1.45fr;
    gap: 30px;
    align-items: stretch;
    padding-top: 52px;
    padding-bottom: 50px;
}

.infoSection > .delement > div:nth-child(1) img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    border-radius: 10px;
}

.infoSection > .delement > div:nth-child(2) {
    border-right: 1px solid #333;
    padding-right: 30px;
}

.infoSection > .delement > div:nth-child(3) {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.infoSection > .delement > div:nth-child(3) h3 {
    grid-column: 1 / -1;
}

.infoSection .review {
    position: relative;
    margin: 0;
    font-size: 15px;
    padding: 18px 8px;
    box-sizing: border-box;
    border: 2px solid #7d2a46;
    border-radius: 10px;
    /* text-align: center; */
    color: #eee;
    background: rgba(255, 30, 105, 0.05);
    box-shadow: 0 0 12px 2px #8f0314;
}

.infoSection .review b {
    color: #f4ad00;
    font-size: 20px;
    letter-spacing: 3px;
    margin-bottom: -5px;
    display: block;
}

.infoSection .review span {
    color: #aaa;
    font-size: 14px;
}
.infoSection .review > i {
    display: block;
    font-size: 89px;
    color: #f900ff3d;
    margin-bottom: 8px;
    position: absolute;
    right: -5px;
    top: 26px;
}


    color: #d1d1d1;
    background: black;
}

.logo {
    max-width: 400px;
}

h1, h2, h3, h4, h5 {
    font-family: "Anton", sans-serif;
    transform: rotate(-2deg);
    transform-origin: left center;
    font-size: 37px;
    color: white;
    margin-top: 0;
    margin-bottom: 0;

    -webkit-mask-image: url("/pictures/text-grunge.webp");
    mask-image: url("/pictures/text-grunge.webp");

    -webkit-mask-size: 180px 180px;
    mask-size: 180px 180px;

    -webkit-mask-repeat: repeat;
    mask-repeat: repeat;
}

a {
    color: #fdff00;
    text-shadow: 0 0 1px #0d0d0d7a;
    text-decoration: none;
    font-weight: bold;
}

/* Active State */
.active {
    border-bottom: 4px solid #ff002d !important;
}

/* Info Section */
#infoot {
    max-width: 98%;
    margin: auto;
}

#infoot pre {
    font-family: Raleway, sans-serif;
}

/* Footer */
#footer {
    padding-top: 50px;
    color: #fff;
    z-index: 99;
    font-size: 14px;
    background: #2c2d2f;
}

#footer a {
    color: white;
}

/* Top Bar */
#topBar {
    width: 100%;
    background-color: #000000;
    z-index: 10001;
}

#banner {
    padding: 15px;
    margin: auto;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: black;
    max-width: 1600px;
}

div#topSocials {
    color: white;
    text-decoration: none;
    text-align: right;
}

div#topSocials a {color:yellow;
                 text-decoration:none;}

/* Three Footer Section */
#threeFooter {
    text-align: center;
    margin: auto;
}

#threeFooter div {
    width: 31%;
    overflow: hidden;
    padding-bottom: 17px;
    margin-bottom: 15px;
    display: inline-block;
    vertical-align: top;
    z-index: 100;
    position: relative;
}

#threeFooter h3 {
    color: #ffffff;
    text-transform: capitalize;
}

#threeFooter div:first-child {
    margin-left: 0 !important;
    text-align: left;
    float: left;
}

#threeFooter div:last-child {
    margin-right: 0 !important;
    float: right;
    text-align: right;
}

#threeFooter ul {
    list-style: none;
    padding: 0;
}

#threeFooter li a {
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #585d69;
    padding: 7px;
    font-size: 12px;
    padding-right: 20px;
    text-transform: lowercase;
}

/* Misc Layout */
.textBoxes {
    position: relative;
    margin: auto;
    background: #000000;
}

.readingBit {
    padding-top: 1px;
    display: flow-root;
    margin: auto;
    margin-top: -1px;
}

/* Flexbox Utility */

.setStyle > div {
    max-width: 1200px;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: auto;
    flex: 1;
    display: flex;
    /* padding-top: 50px; */
    /* padding-bottom: 50px; */
}

.setStyle > div > div {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    /* padding: 1%; */
    box-sizing: border-box;
    flex: 1;
}
 div#bread {
    background: #efefef;
    padding: 10px;
}
/*BLog Section */

main.news {
    width: 100%;
    margin: auto;
}

.news section {
    border: 1px solid #d7d7d7;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
    text-align: left;
    content-visibility: auto;
    margin-bottom: 20px;
}

img.blogIcon {
    float: left;
    margin-right: 30px;
    max-width: 200px;
}

#galBoxes {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    max-width: 1200px;
    margin: auto;
}

#galBoxes div {
    flex: 1 1 calc(20% - 10px); /* Adjust to control how many items per row */
    max-width: calc(20% - 10px);
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    transition: transform 0.3s ease;
}

#galBoxes img {
    width: 100%;
    height: 180px; /* Adjust height as needed */
    object-fit: cover;
    transition: transform 0.3s ease;
    border-radius: 6px;
}

#galBoxes div:hover {
    transform: translateY(-5px);
}

#galBoxes div:hover img {
    transform: scale(1.1);
}

.setStyle.homeHero > div {
    font-size: 22px;
    align-items: center;
    color: #e9e2cf;
    text-shadow: 0px 0px 7px #ffffff63;
    letter-spacing: 6px;
}

.homeHero > div > div {
   
    padding: 0;
    
}


.homeHero .delement {
    max-width: 1600px;
}

p#heroIntro {
    font-size: 98px;
    line-height: 99px;
    font-family: "Anton", sans-serif;
    transform: rotate(-2deg);
    transform-origin: left center;
}

a.bookButton {
    background: transparent;
    padding: 10px;
    color: white;
    text-decoration: none;
    border: 2px solid #d22338;
    /* margin-right: 18px; */
    margin-top: 30px;
    display: inline-block;
    font-weight: bold;
}

a.gigsBtn {
    padding: 10px;
    border: 2px solid #286698;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
    margin-top: 20px;
    position: relative;
    display: inline-block;
    font-weight: bold;
}

a.bookButton,
a.gigsBtn {
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background-color 0.2s ease,
        color 0.2s ease;
    font-family: "Smooch Sans", sans-serif;
    border-radius: 10px;
    box-shadow: 0 0 12px 2px blue;
    font-weight: 400;
}

a.bookButton:hover {
    transform: translateY(-3px) scale(1.03);
    background: #ff5f1f;
    box-shadow:
        0 0 12px rgba(253, 72, 1, 0.7),
        0 0 28px rgba(253, 72, 1, 0.35);
}

a.gigsBtn:hover {
    transform: translateY(-3px);
    background: #fd4801;
    color: #fff;
    box-shadow:
        0 0 12px rgba(253, 72, 1, 0.65),
        0 0 28px rgba(253, 72, 1, 0.25);
}


.setStyle.gigsHeader {
    padding-top: 50px;
    background: #161515;
}

.setStyle.gigsHeader h2 {
    font-family: "Anton", sans-serif;
    transform: rotate(-2deg);
    transform-origin: left center;
    font-size: 37px;
    color: white;
}

.gigsList {
    background: #161515;
    box-sizing: border-box;
    padding-bottom: 20px;
}

.gigsList .gigsHeader {
    margin-bottom: 20px;
}

.gigsList .gigsHeader h2 {
    color: white;
    margin: 0;
    font-size: 32px;
    text-transform: uppercase;
}

.gigsList .gigsHeader i {
    color: #f5ad00;
    font-size: 22px;
    margin-left: 10px;
}

.gigsList .gigsGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.gigsList .gigCard {
    border: 2px solid #8f0314;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    align-items: center;
    min-height: 135px;
    box-sizing: border-box;
    background: #101010;
    box-shadow: 0 0 12px 2px #8f0314;
    background-size: cover;
}

.gigsList .gigDate {
    width: 80px;
    min-width: 80px;
    height: 110px;
    border: 2px solid #fd3e77;
    border-radius: 8px;
    text-align: center;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #ff5f1f;
}

.gigsList .gigDate strong {
    font-size: 42px;
    line-height: 42px;
}

.gigsList .gigDay,
.gigsList .gigMonth {
    font-weight: bold;
    font-size: 17px;
}

.gigsList .gigDetails h3 {
    margin: 0 0 5px 0;
    color: white;
    font-size: 25px;
    text-transform: uppercase;
}

.gigsList .gigType {
    color: #fdff00;
    margin: 0 0 10px 0;
    font-weight: bold;
}

.gigsList .gigTime {
    color: #ddd;
    margin: 0;
}

.gigsList .gigTime i {
    color: #1da1d8;
    margin-right: 7px;
}

.gigCard.boxBG1 {
    background-image: url("../../pictures/gig1.webp");
    border-color: yellow;
}

.gigCard.boxBG2 {
    background-image: url("../../pictures/gig2.webp");
}

.gigCard.boxBG3 {
    background-image: url("../../pictures/gig3.webp");
}

.infoSection > .delement {
    display: grid;
    grid-template-columns: 230px 1fr 1.45fr;
    gap: 30px;
    align-items: stretch;
    padding-top: 52px;
    padding-bottom: 50px;
}

.infoSection > .delement > div:nth-child(1) img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    border-radius: 10px;
}

.infoSection > .delement > div:nth-child(2) {
    border-right: 1px solid #333;
    padding-right: 30px;
}

.infoSection > .delement > div:nth-child(3) {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.infoSection > .delement > div:nth-child(3) h3 {
    grid-column: 1 / -1;
}

.infoSection .review {
    position: relative;
    margin: 0;
    font-size: 15px;
    padding: 18px 8px;
    box-sizing: border-box;
    border: 2px solid #7d2a46;
    border-radius: 10px;
    /* text-align: center; */
    color: #eee;
    background: rgba(255, 30, 105, 0.05);
    box-shadow: 0 0 12px 2px #8f0314;
}

.infoSection .review b {
    color: #f4ad00;
    font-size: 20px;
    letter-spacing: 3px;
    margin-bottom: 20px;
    display: block;
    text-transform: uppercase;
}

.infoSection .review span {
    color: #aaa;
    font-size: 14px;
}
.infoSection .review > i {
    display: block;
    font-size: 29px;
    color: #ffb000;
    margin-bottom: 8px;
    position: absolute;
    right: -5px;
    top: -4px;
}

.setStyle.homeHero > div.delement {
    padding-top: 0;
}
.setStyle.homeHero .delement > div:nth-child(2) {
    padding-left: 30px;
    box-sizing: border-box;
}